:root {
    --primary-default: #2D4A3E;
    --primary-hover: #233A31;
    --primary-active: #1A2C25;
    --primary-subtle: #EBF2EE;
    --secondary-default: #7B8C84;
    --secondary-hover: #687971;
    --secondary-active: #57665F;
    --secondary-subtle: #F1F4F2;
    --accent-default: #D9825B;
    --accent-hover: #C8734C;
    --accent-active: #B5643E;
    --accent-subtle: #FAF1EC;
    --bg-base: #FAFBF9;
    --bg-surface: #FFFFFF;
    --bg-surface-subtle: #F4F6F3;
    --bg-surface-elevated: #FFFFFF;
    --bg-surface-neutral: #EEF1ED;
    --text-primary: #1A2420;
    --text-secondary: #586961;
    --text-muted: #889790;
    --text-disabled: #B6C0BB;
    --border-subtle: #E8ECE7;
    --border-default: #D9E0DA;
    --border-strong: #BAC4BC;
    --border-focus: #2D4A3E;
    --shadow-subtle: 0 2px 10px rgba(45, 74, 62, 0.03);
    --shadow-card: 0 4px 20px -2px rgba(45, 74, 62, 0.05);
    --shadow-card-hover: 0 12px 30px -4px rgba(45, 74, 62, 0.08);
    --font-primary: 'Plus Jakarta Sans', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
}

* {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    font-family: var(--font-primary);
    background-color: var(--bg-base);
    color: var(--text-primary);
    line-height: 1.55;
    margin: 0;
    padding: 0;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.text-muted {
    color: var(--text-muted) !important;
}

a {
    color: var(--primary-default);
    text-decoration: none;
    transition: color 0.35s cubic-bezier(0.25, 1, 0.5, 1);
}

a:hover {
    color: var(--primary-hover);
}

img {
    max-width: 100%;
    height: auto;
    display: block;
}

/* ===== header ===== */
.biostore-header {
    background-color: #FAFBF9;
    border-bottom: 1px solid #E8ECE7;
    z-index: 1030;
    box-shadow: 0 2px 10px rgba(45, 74, 62, 0.03);
}

.biostore-header .biostore-navbar {
    background-color: #FAFBF9;
}

.biostore-header .biostore-logo-img {
    max-width: 42px;
    max-height: 42px;
    object-fit: contain;
}

.biostore-header .biostore-brand-text {
    font-family: 'Plus Jakarta Sans', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    font-size: 1.25rem;
    letter-spacing: -0.02em;
    color: #1A2420;
}

.biostore-header .biostore-brand:hover .biostore-brand-text {
    color: #2D4A3E;
}

.biostore-header .biostore-toggler {
    color: #1A2420;
    background-color: #F4F6F3;
    border-radius: 10px;
}

.biostore-header .biostore-toggler:focus {
    box-shadow: 0 0 0 3px rgba(45, 74, 62, 0.15);
}

.biostore-header .biostore-link {
    font-family: 'Plus Jakarta Sans', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    font-size: 0.95rem;
    font-weight: 500;
    color: #586961;
    padding: 0.5rem 0.85rem;
    border-radius: 8px;
    transition: all 0.25s ease;
}

.biostore-header .biostore-link:hover,
.biostore-header .biostore-link:focus {
    color: #2D4A3E;
    background-color: #EBF2EE;
}

.biostore-header .biostore-cta-btn {
    background-color: #2D4A3E;
    color: #FFFFFF;
    font-weight: 600;
    font-size: 0.9rem;
    padding: 0.65rem 1.35rem;
    border-radius: 12px;
    border: 1px solid #2D4A3E;
    transition: all 0.25s ease;
}

.biostore-header .biostore-cta-btn:hover {
    background-color: #233A31;
    border-color: #233A31;
    color: #FFFFFF;
    transform: translateY(-1px);
}

.biostore-header .biostore-cart-btn {
    color: #2D4A3E;
    background-color: #F4F6F3;
    border: 1px solid #E8ECE7;
    border-top: none;
    width: 44px;
    height: 44px;
    border-radius: 12px;
    transition: all 0.25s ease;
}

.biostore-header .biostore-cart-btn:hover {
    background-color: #EBF2EE;
    color: #233A31;
    border-color: #D9E0DA;
    border-top: none;
}

.biostore-header .biostore-badge {
    font-size: 0.7rem;
    padding: 0.25em 0.55em;
}

@media (max-width: 991.98px) {
    .biostore-header .biostore-collapse {
        background-color: #FAFBF9;
        padding: 1rem 0;
    }

    .biostore-header .biostore-action-group {
        border-top: 1px solid #E8ECE7 !important;
        margin-top: 0.5rem;
    }

    .biostore-header .biostore-cta-btn {
        width: 100%;
        text-align: center;
    }
}

/* ===== hero_section ===== */
.biostore-hero-section {
    background-color: #FAFBF9;
    font-family: 'Plus Jakarta Sans', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
}

.biostore-hero-section .biostore-hero-main {
    background: #FFFFFF;
    border: 1px solid #E8ECE7;
    border-radius: 24px;
    box-shadow: 0 4px 20px -2px rgba(45, 74, 62, 0.04);
}

.biostore-hero-section .biostore-pill-badge {
    background-color: #EBF2EE;
    color: #2D4A3E;
    font-size: 0.8125rem;
    font-weight: 600;
    padding: 0.375rem 0.875rem;
    border-radius: 50rem;
}

.biostore-hero-section .biostore-badge-icon {
    stroke: #2D4A3E;
}

.biostore-hero-section .biostore-hero-title {
    color: #1A2420;
    font-size: 2.25rem;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: -0.025em;
}

.biostore-hero-section .biostore-hero-desc {
    color: #586961;
    font-size: 1.0625rem;
    line-height: 1.6;
}

.biostore-hero-section .biostore-btn-primary {
    background-color: #2D4A3E;
    color: #FFFFFF;
    font-weight: 600;
    border-radius: 14px;
    padding: 0.875rem 1.75rem;
    border: none;
    transition: background-color 0.25s ease, transform 0.25s ease;
}

.biostore-hero-section .biostore-btn-primary:hover {
    background-color: #233A31;
    color: #FFFFFF;
    transform: translateY(-2px);
}

.biostore-hero-section .biostore-btn-secondary {
    background-color: #F4F6F3;
    color: #1A2420;
    font-weight: 600;
    border-radius: 14px;
    padding: 0.875rem 1.75rem;
    border: 1px solid #E8ECE7;
    transition: background-color 0.25s ease, border-color 0.25s ease;
}

.biostore-hero-section .biostore-btn-secondary:hover {
    background-color: #EEF1ED;
    color: #1A2420;
    border-color: #D9E0DA;
}

.biostore-hero-section .biostore-hero-primary-img {
    max-height: 280px;
    width: auto;
    object-fit: contain;
    border-radius: 16px;
    transition: transform 0.35s ease;
}

.biostore-hero-section .biostore-hero-primary-img:hover {
    transform: scale(1.03);
}

.biostore-hero-section .biostore-footer-note {
    color: #586961;
    font-size: 0.8125rem;
    font-weight: 500;
}

.biostore-hero-section .biostore-indicator-dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: #D9825B;
    display: inline-block;
}

.biostore-hero-section .biostore-promo-card {
    background: #FFFFFF;
    border: 1px solid #E8ECE7;
    border-radius: 20px;
    box-shadow: 0 4px 20px -2px rgba(45, 74, 62, 0.04);
}

.biostore-hero-section .biostore-tag-label {
    color: #D9825B;
    font-size: 0.6875rem;
    font-weight: 700;
    letter-spacing: 0.05em;
}

.biostore-hero-section .biostore-promo-title {
    font-size: 1.125rem;
    line-height: 1.35;
    font-weight: 600;
}

.biostore-hero-section .biostore-link-heading {
    color: #1A2420;
    text-decoration: none;
    transition: color 0.2s ease;
}

.biostore-hero-section .biostore-link-heading:hover {
    color: #2D4A3E;
}

.biostore-hero-section .biostore-promo-price {
    color: #2D4A3E;
    font-size: 1.125rem;
    font-weight: 700;
}

.biostore-hero-section .biostore-promo-img {
    width: 100%;
    height: 90px;
    object-fit: contain;
    border-radius: 12px;
    background-color: #F4F6F3;
    padding: 0.35rem;
}

.biostore-hero-section .biostore-promo-desc {
    color: #586961;
    font-size: 0.8125rem;
    line-height: 1.45;
}

.biostore-hero-section .biostore-btn-cart {
    background-color: #D9825B;
    color: #FFFFFF;
    font-weight: 600;
    border-radius: 12px;
    padding: 0.625rem 1rem;
    border: none;
    font-size: 0.875rem;
    transition: background-color 0.25s ease;
}

.biostore-hero-section .biostore-btn-cart:hover {
    background-color: #C8734C;
    color: #FFFFFF;
}

@media (max-width: 767.98px) {
    .biostore-hero-section .biostore-hero-title {
        font-size: 1.125rem;
        hyphens: auto;
    }

    .biostore-hero-section .biostore-promo-title {
        font-size: 0.875rem;
        hyphens: auto;
    }

    .biostore-hero-section .biostore-hero-desc {
        font-size: 0.875rem;
    }

    .biostore-hero-section .biostore-hero-primary-img {
        max-height: 200px;
    }
}

/* ===== featured_products ===== */
.featured-products-section {
    background-color: #FAFBF9;
    font-family: 'Plus Jakarta Sans', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
}

.featured-products-section .featured-badge {
    background-color: #EBF2EE;
    color: #2D4A3E;
    border: 1px solid #D9E0DA;
    font-size: 0.8125rem;
    font-weight: 600;
}

.featured-products-section .featured-badge-dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: #2D4A3E;
    display: inline-block;
}

.featured-products-section .featured-title {
    color: #1A2420;
    font-size: 2rem;
    font-weight: 700;
    letter-spacing: -0.02em;
    line-height: 1.25;
}

.featured-products-section .featured-subtitle {
    color: #586961;
    max-width: 620px;
    font-size: 1rem;
    line-height: 1.6;
}

.featured-products-section .featured-card {
    background-color: #FFFFFF;
    border: 1px solid #E8ECE7;
    border-radius: 20px;
    padding: 1.25rem;
    box-shadow: 0 4px 20px -2px rgba(45, 74, 62, 0.04);
    position: relative;
    transition: transform 0.35s cubic-bezier(0.25, 1, 0.5, 1), box-shadow 0.35s cubic-bezier(0.25, 1, 0.5, 1), border-color 0.35s ease;
}

.featured-products-section .featured-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 30px -4px rgba(45, 74, 62, 0.08);
    border-color: #BAC4BC;
}

.featured-products-section .featured-card-badge-container {
    position: absolute;
    top: 1.25rem;
    left: 1.25rem;
    z-index: 2;
}

.featured-products-section .featured-pill-tag {
    font-size: 0.6875rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    padding: 0.3rem 0.65rem;
    border-radius: 999px;
    display: inline-block;
}

.featured-products-section .tag-top {
    background-color: #EBF2EE;
    color: #2D4A3E;
    border: 1px solid #D9E0DA;
}

.featured-products-section .tag-new {
    background-color: #FAF1EC;
    color: #D9825B;
    border: 1px solid #F1D4C6;
}

.featured-products-section .tag-popular {
    background-color: #F1F4F2;
    color: #1A2420;
    border: 1px solid #E8ECE7;
}

.featured-products-section .featured-card-media {
    background-color: #F4F6F3;
    border-radius: 14px;
    padding: 1rem;
    overflow: hidden;
    margin-bottom: 1rem;
}

.featured-products-section .featured-card-image {
    width: 100%;
    height: 210px;
    object-fit: contain;
    transition: transform 0.35s ease;
}

.featured-products-section .featured-card:hover .featured-card-image {
    transform: scale(1.04);
}

.featured-products-section .star-icon {
    color: #D9825B;
    line-height: 1;
}

.featured-products-section .featured-rating-score {
    color: #1A2420;
    font-size: 0.8125rem;
    font-weight: 700;
}

.featured-products-section .featured-rating-count {
    color: #586961;
    font-size: 0.8125rem;
    font-weight: 500;
}

.featured-products-section .featured-card-title {
    font-size: 1.125rem;
    font-weight: 600;
    line-height: 1.35;
}

.featured-products-section .featured-title-link {
    color: #1A2420;
    text-decoration: none;
    transition: color 0.2s ease;
}

.featured-products-section .featured-title-link:hover {
    color: #2D4A3E;
}

.featured-products-section .featured-card-spec {
    color: #586961;
    font-size: 0.875rem;
    line-height: 1.5;
}

.featured-products-section .featured-card-specs {
    border-top: 1px dashed #E8ECE7;
    padding-top: 0.75rem;
}

.featured-products-section .specs-item {
    color: #586961;
    font-size: 0.8125rem;
    font-weight: 500;
    margin-bottom: 0.35rem;
}

.featured-products-section .specs-item svg {
    color: #2D4A3E;
    flex-shrink: 0;
}

.featured-products-section .featured-card-footer {
    border-color: #E8ECE7 !important;
}

.featured-products-section .featured-price-currency {
    color: #1A2420;
    font-size: 1rem;
    font-weight: 600;
    margin-right: 2px;
}

.featured-products-section .featured-price-val {
    color: #1A2420;
    font-size: 1.5rem;
    font-weight: 700;
    letter-spacing: -0.01em;
}

.featured-products-section .featured-stock-status {
    font-size: 0.75rem;
    font-weight: 600;
    color: #2D4A3E;
    background-color: #EBF2EE;
    padding: 0.25rem 0.5rem;
    border-radius: 6px;
}

.featured-products-section .btn-primary-custom {
    background-color: #2D4A3E;
    color: #FFFFFF;
    border: none;
    border-radius: 14px;
    padding: 0.75rem 1.25rem;
    font-size: 0.9375rem;
    font-weight: 600;
    transition: all 0.35s cubic-bezier(0.25, 1, 0.5, 1);
}

.featured-products-section .btn-primary-custom:hover,
.featured-products-section .btn-primary-custom:focus {
    background-color: #233A31;
    color: #FFFFFF;
    transform: translateY(-2px);
    box-shadow: 0 6px 16px rgba(45, 74, 62, 0.2);
}

.featured-products-section .btn-primary-custom:active {
    background-color: #1A2C25;
    transform: translateY(0);
}

.featured-products-section .btn-secondary-custom {
    background-color: #F4F6F3;
    color: #1A2420;
    border: 1px solid #D9E0DA;
    border-radius: 14px;
    padding: 0.875rem 2rem;
    font-size: 1rem;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.35s ease;
}

.featured-products-section .btn-secondary-custom:hover,
.featured-products-section .btn-secondary-custom:focus {
    background-color: #EEF1ED;
    border-color: #BAC4BC;
    color: #1A2420;
    transform: translateY(-2px);
}

@media (max-width: 767.98px) {
    .featured-products-section .featured-title {
        font-size: 1.25rem;
        hyphens: auto;
    }

    .featured-products-section .featured-card-title {
        font-size: 1rem;
        hyphens: auto;
    }

    .featured-products-section .featured-card-image {
        height: 180px;
    }
}

/* ===== trade_in_program ===== */
.biostore-tradein {
    background-color: #FAFBF9;
    color: #1A2420;
    font-family: 'Plus Jakarta Sans', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
}

.biostore-tradein__badge {
    background-color: #EBF2EE;
    color: #2D4A3E;
    font-size: 0.8125rem;
    font-weight: 700;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    padding: 0.35rem 0.9rem;
    border-radius: 50px;
}

.biostore-tradein__title {
    color: #1A2420;
    font-size: clamp(1.75rem, 3.5vw, 2.5rem);
    font-weight: 700;
    line-height: 1.25;
    letter-spacing: -0.02em;
}

.biostore-tradein__lead {
    color: #586961;
    font-size: 1.0625rem;
    line-height: 1.6;
    max-width: 680px;
}

.biostore-tradein__step-card {
    background-color: #FFFFFF;
    border: 1px solid #E8ECE7;
    border-radius: 20px;
    box-shadow: 0 4px 20px -2px rgba(45, 74, 62, 0.04);
    transition: all 0.35s cubic-bezier(0.25, 1, 0.5, 1);
}

.biostore-tradein__step-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 30px -4px rgba(45, 74, 62, 0.08);
}

.biostore-tradein__step-num {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background-color: #EBF2EE;
    color: #2D4A3E;
    font-weight: 700;
    font-size: 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.biostore-tradein__step-title {
    color: #1A2420;
    font-size: 1.25rem;
    font-weight: 600;
    line-height: 1.35;
}

.biostore-tradein__step-desc {
    color: #586961;
    font-size: 0.9375rem;
    line-height: 1.55;
}

.biostore-tradein__policy-card {
    background-color: #FFFFFF;
    border: 1px solid #E8ECE7;
    border-radius: 20px;
    box-shadow: 0 4px 20px -2px rgba(45, 74, 62, 0.04);
}

.biostore-tradein__policy-heading {
    color: #1A2420;
    font-size: 1.25rem;
    font-weight: 600;
}

.biostore-tradein__status-icon {
    width: 38px;
    height: 38px;
    border-radius: 10px;
    flex-shrink: 0;
}

.biostore-tradein__status-icon--accepted {
    background-color: #EBF2EE;
    color: #2D4A3E;
}

.biostore-tradein__status-icon--declined {
    background-color: #FAF1EC;
    color: #D9825B;
}

.biostore-tradein__list-item {
    color: #586961;
    font-size: 0.9375rem;
    line-height: 1.55;
}

.biostore-tradein__list-item strong {
    color: #1A2420;
}

.biostore-tradein__check-dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: #2D4A3E;
    margin-top: 7px;
    flex-shrink: 0;
}

.biostore-tradein__cross-dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: #D9825B;
    margin-top: 7px;
    flex-shrink: 0;
}

.biostore-tradein__calc-wrapper {
    background-color: #F4F6F3;
    border: 1px solid #E8ECE7;
    border-radius: 24px;
}

.biostore-tradein__calc-title {
    color: #1A2420;
    font-size: 1.5rem;
    font-weight: 600;
}

.biostore-tradein__calc-sub {
    color: #586961;
    font-size: 0.9375rem;
    line-height: 1.5;
}

.biostore-tradein__label {
    color: #1A2420;
    font-size: 0.875rem;
    font-weight: 600;
    display: block;
}

.biostore-tradein__input,
.biostore-tradein__select {
    width: 100%;
    background-color: #FFFFFF;
    color: #1A2420;
    border: 1px solid #D9E0DA;
    border-radius: 12px;
    padding: 0.75rem 1rem;
    font-size: 0.9375rem;
    outline: none;
    transition: border-color 0.2s ease;
}

.biostore-tradein__input::placeholder {
    color: #889790;
    opacity: 1;
}

.biostore-tradein__input:focus,
.biostore-tradein__select:focus {
    border-color: #2D4A3E;
    box-shadow: 0 0 0 3px rgba(45, 74, 62, 0.1);
}

.biostore-tradein__submit-btn {
    background-color: #2D4A3E;
    color: #FFFFFF;
    border: 1px solid #2D4A3E;
    border-radius: 14px;
    padding: 0.875rem 1.75rem;
    font-weight: 600;
    font-size: 0.9375rem;
    cursor: pointer;
    transition: all 0.35s cubic-bezier(0.25, 1, 0.5, 1);
    white-space: nowrap;
}

.biostore-tradein__submit-btn:hover {
    background-color: #233A31;
    transform: translateY(-2px);
}

.biostore-tradein__primary-btn {
    background-color: #2D4A3E;
    color: #FFFFFF;
    border: 1px solid #2D4A3E;
    border-radius: 14px;
    padding: 0.875rem 1.75rem;
    font-weight: 600;
    text-decoration: none;
    display: inline-block;
    transition: all 0.35s cubic-bezier(0.25, 1, 0.5, 1);
}

.biostore-tradein__primary-btn:hover {
    background-color: #233A31;
    color: #FFFFFF;
    transform: translateY(-2px);
}

.biostore-tradein__secondary-btn {
    background-color: #FAF1EC;
    color: #D9825B;
    border: 1px solid #FAF1EC;
    border-radius: 14px;
    padding: 0.75rem 1.5rem;
    font-weight: 600;
    font-size: 0.875rem;
    text-decoration: none;
    display: inline-block;
    transition: all 0.3s ease;
}

.biostore-tradein__secondary-btn:hover {
    background-color: #D9825B;
    color: #FFFFFF;
}

.biostore-tradein__outline-btn {
    background-color: transparent;
    color: #2D4A3E;
    border: 1px solid #2D4A3E;
    border-radius: 14px;
    padding: 0.875rem 1.75rem;
    font-weight: 600;
    text-decoration: none;
    display: inline-block;
    transition: all 0.35s cubic-bezier(0.25, 1, 0.5, 1);
}

.biostore-tradein__outline-btn:hover {
    background-color: #2D4A3E;
    color: #FFFFFF;
}

.biostore-tradein__result-box {
    background-color: #FFFFFF;
    border: 1px solid #E8ECE7;
    border-radius: 20px;
    box-shadow: 0 4px 20px -2px rgba(45, 74, 62, 0.04);
}

.biostore-tradein__result-label {
    color: #586961;
    font-size: 0.875rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.04em;
}

.biostore-tradein__result-amount {
    color: #2D4A3E;
    font-size: 2.5rem;
    font-weight: 700;
    line-height: 1.15;
}

.biostore-tradein__result-desc {
    color: #586961;
    font-size: 0.875rem;
    line-height: 1.45;
    max-width: 260px;
}

.biostore-tradein__terms-note {
    color: #586961;
    font-size: 0.8125rem;
}

.biostore-tradein__link {
    color: #2D4A3E;
    text-decoration: underline;
}

.biostore-tradein__footer-banner {
    background-color: #FFFFFF;
    border: 1px solid #E8ECE7;
    border-radius: 20px;
    box-shadow: 0 4px 20px -2px rgba(45, 74, 62, 0.04);
}

.biostore-tradein__banner-title {
    color: #1A2420;
    font-size: 1.35rem;
    font-weight: 600;
}

.biostore-tradein__banner-text {
    color: #586961;
    font-size: 0.9375rem;
    line-height: 1.5;
}

@media (max-width: 767.98px) {
    .biostore-tradein__title {
        font-size: 1.25rem;
        hyphens: auto;
    }

    .biostore-tradein__step-title,
    .biostore-tradein__policy-heading,
    .biostore-tradein__calc-title,
    .biostore-tradein__banner-title {
        font-size: 1rem;
        hyphens: auto;
    }

    .biostore-tradein__result-amount {
        font-size: 2rem;
    }
}

/* ===== bundle_solutions ===== */
.bundle-solutions-section {
    background-color: #FAFBF9;
    color: #1A2420;
}

.bundle-solutions-section .bundle-badge {
    background-color: #EBF2EE;
    color: #2D4A3E;
    font-size: 0.8125rem;
    font-weight: 600;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    padding: 0.35rem 0.875rem;
    border-radius: 50px;
}

.bundle-solutions-section .bundle-title {
    color: #1A2420;
    font-size: clamp(1.75rem, 3.5vw, 2.375rem);
    font-weight: 700;
    line-height: 1.25;
    letter-spacing: -0.02em;
}

.bundle-solutions-section .bundle-subtitle {
    color: #586961;
    font-size: clamp(0.9375rem, 1.5vw, 1.0625rem);
    line-height: 1.6;
}

.bundle-solutions-section .bundle-card {
    background: #FFFFFF;
    border: 1px solid #E8ECE7;
    border-radius: 20px;
    padding: 1.25rem;
    transition: all 0.35s cubic-bezier(0.25, 1, 0.5, 1);
    box-shadow: 0 4px 20px -2px rgba(45, 74, 62, 0.04);
}

.bundle-solutions-section .bundle-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 30px -4px rgba(45, 74, 62, 0.08);
    border-color: #D9E0DA;
}

.bundle-solutions-section .bundle-featured {
    border: 1px solid #2D4A3E;
    position: relative;
}

.bundle-solutions-section .bundle-card-header {
    border-radius: 14px;
    overflow: hidden;
    background-color: #F4F6F3;
}

.bundle-solutions-section .bundle-tag {
    position: absolute;
    top: 10px;
    left: 10px;
    background: #2D4A3E;
    color: #FFFFFF;
    font-size: 0.75rem;
    font-weight: 600;
    padding: 0.25rem 0.65rem;
    border-radius: 8px;
    z-index: 2;
}

.bundle-solutions-section .bundle-tag-accent {
    background: #D9825B;
}

.bundle-solutions-section .bundle-img-link {
    display: block;
    text-decoration: none;
}

.bundle-solutions-section .bundle-img-wrapper {
    aspect-ratio: 4 / 3;
    width: 100%;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

.bundle-solutions-section .bundle-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.4s ease;
}

.bundle-solutions-section .bundle-card:hover .bundle-img {
    transform: scale(1.03);
}

.bundle-solutions-section .bundle-card-body {
    padding-top: 1.25rem;
}

.bundle-solutions-section .bundle-category {
    color: #7B8C84;
    font-size: 0.75rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

.bundle-solutions-section .rating-star {
    color: #D9825B;
}

.bundle-solutions-section .rating-value {
    font-size: 0.8125rem;
    font-weight: 600;
    color: #586961;
}

.bundle-solutions-section .bundle-name {
    color: #1A2420;
    font-size: 1.25rem;
    font-weight: 600;
    line-height: 1.35;
}

.bundle-solutions-section .bundle-desc {
    color: #586961;
    font-size: 0.875rem;
    line-height: 1.5;
}

.bundle-solutions-section .included-items {
    background-color: #FAFBF9;
    border: 1px solid #E8ECE7;
    border-radius: 12px;
    padding: 0.875rem;
}

.bundle-solutions-section .included-title {
    font-size: 0.75rem;
    font-weight: 700;
    color: #2D4A3E;
    text-transform: uppercase;
    letter-spacing: 0.03em;
}

.bundle-solutions-section .item-link {
    color: #1A2420;
    font-size: 0.8125rem;
    font-weight: 500;
    text-decoration: none;
    transition: color 0.2s ease;
}

.bundle-solutions-section .item-link:hover {
    color: #2D4A3E;
    text-decoration: underline;
}

.bundle-solutions-section .check-icon {
    color: #2D4A3E;
}

.bundle-solutions-section .bundle-specs {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem 1rem;
    font-size: 0.75rem;
}

.bundle-solutions-section .spec-label {
    color: #889790;
    font-weight: 500;
}

.bundle-solutions-section .spec-val {
    color: #1A2420;
    font-weight: 600;
}

.bundle-solutions-section .bundle-card-footer {
    border-color: #E8ECE7 !important;
}

.bundle-solutions-section .bundle-price {
    color: #1A2420;
    font-size: 1.375rem;
    font-weight: 700;
}

.bundle-solutions-section .bundle-old-price {
    color: #889790;
    font-size: 0.9375rem;
    text-decoration: line-through;
}

.bundle-solutions-section .bundle-save-badge {
    background-color: #FAF1EC;
    color: #D9825B;
    font-size: 0.75rem;
    font-weight: 700;
    padding: 0.2rem 0.5rem;
    border-radius: 6px;
}

.bundle-solutions-section .btn-bundle-action {
    background-color: #2D4A3E;
    color: #FFFFFF;
    border: none;
    border-radius: 12px;
    padding: 0.75rem 1.25rem;
    font-weight: 600;
    font-size: 0.9375rem;
    transition: all 0.3s ease;
}

.bundle-solutions-section .btn-bundle-action:hover {
    background-color: #233A31;
    color: #FFFFFF;
    transform: translateY(-2px);
}

.bundle-solutions-section .bundle-quick-order-box {
    background: linear-gradient(135deg, #FFFFFF 0%, #F7F9F6 100%);
    border: 1px solid #E8ECE7;
    border-radius: 24px;
    padding: clamp(1.5rem, 3vw, 2.5rem);
    box-shadow: 0 4px 20px -2px rgba(45, 74, 62, 0.04);
}

.bundle-solutions-section .order-box-title {
    color: #1A2420;
    font-size: clamp(1.125rem, 2vw, 1.375rem);
    font-weight: 700;
    line-height: 1.3;
}

.bundle-solutions-section .order-box-text {
    color: #586961;
    font-size: 0.875rem;
    line-height: 1.55;
}

.bundle-solutions-section .bundle-input {
    background-color: #FFFFFF;
    border: 1px solid #D9E0DA;
    color: #1A2420;
    border-radius: 12px;
    padding: 0.65rem 1rem;
    font-size: 0.875rem;
    transition: border-color 0.2s ease;
}

.bundle-solutions-section .bundle-input::placeholder {
    color: #889790;
}

.bundle-solutions-section .bundle-input:focus {
    border-color: #2D4A3E;
    box-shadow: 0 0 0 3px rgba(45, 74, 62, 0.12);
    background-color: #FFFFFF;
    color: #1A2420;
}

.bundle-solutions-section .btn-bundle-submit {
    background-color: #D9825B;
    color: #FFFFFF;
    border: none;
    border-radius: 12px;
    padding: 0.75rem 1.5rem;
    font-weight: 600;
    font-size: 0.9375rem;
    transition: all 0.3s ease;
}

.bundle-solutions-section .btn-bundle-submit:hover {
    background-color: #C8734C;
    color: #FFFFFF;
    transform: translateY(-2px);
}

@media (max-width: 767.98px) {
    .bundle-solutions-section .bundle-title {
        font-size: 16px;
        hyphens: auto;
    }

    .bundle-solutions-section .bundle-name {
        font-size: 14px;
        hyphens: auto;
    }

    .bundle-solutions-section .order-box-title {
        font-size: 14px;
        hyphens: auto;
    }
}

/* ===== customer_satisfaction_score ===== */
.summary-rating-section {
    background-color: #FAFBF9;
    font-family: 'Plus Jakarta Sans', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
}

.summary-rating-section .rating-card {
    background-color: #FFFFFF;
    border: 1px solid #E8ECE7;
    border-radius: 24px;
}

.summary-rating-section .rating-badge {
    background-color: #EBF2EE;
    color: #2D4A3E;
}

.summary-rating-section .rating-badge-icon {
    color: #2D4A3E;
}

.summary-rating-section .badge-text {
    font-size: 0.8125rem;
    font-weight: 600;
}

.summary-rating-section .display-score {
    font-size: clamp(2.5rem, 5vw, 3.5rem);
    font-weight: 700;
    color: #1A2420;
    line-height: 1.1;
    letter-spacing: -0.02em;
}

.summary-rating-section .score-max {
    font-size: clamp(1.25rem, 2.5vw, 1.75rem);
    font-weight: 500;
    color: #7B8C84;
}

.summary-rating-section .star-filled {
    color: #D9825B;
}

.summary-rating-section .rating-caption {
    font-size: 0.9375rem;
    color: #586961;
    line-height: 1.5;
}

.summary-rating-section .trust-indicator {
    color: #2D4A3E;
    font-size: 0.875rem;
    font-weight: 600;
}

.summary-rating-section .trust-icon {
    color: #2D4A3E;
}

.summary-rating-section .star-label {
    min-width: 55px;
    font-size: 0.875rem;
    font-weight: 600;
    color: #1A2420;
}

.summary-rating-section .percentage-label {
    min-width: 45px;
    text-align: right;
    font-size: 0.875rem;
    font-weight: 600;
    color: #586961;
}

.summary-rating-section .progress {
    height: 10px;
    background-color: #F1F4F2;
    border-radius: 999px;
    overflow: hidden;
}

.summary-rating-section .progress-bar {
    background-color: #2D4A3E;
    border-radius: 999px;
    transition: width 0.6s ease;
}

.summary-rating-section .highlights-box {
    background-color: #F4F6F3;
    border: 1px solid #E8ECE7;
}

.summary-rating-section .highlight-title {
    font-size: 0.875rem;
    font-weight: 600;
    color: #1A2420;
}

.summary-rating-section .highlight-score {
    font-size: 0.875rem;
    font-weight: 700;
    color: #2D4A3E;
}

.summary-rating-section .highlight-note {
    font-size: 0.75rem;
    color: #586961;
}

.summary-rating-section .bottom-note {
    font-size: 0.875rem;
    color: #7B8C84;
}

.summary-rating-section .btn-catalog {
    background-color: #2D4A3E;
    color: #FFFFFF;
    font-weight: 600;
    border-radius: 14px;
    border: none;
    transition: all 0.35s ease;
}

.summary-rating-section .btn-catalog:hover {
    background-color: #233A31;
    color: #FFFFFF;
    transform: translateY(-2px);
}

@media (min-width: 992px) {
    .summary-rating-section .border-lg-end {
        border-right: 1px solid #E8ECE7;
        padding-right: 2rem;
    }
}

/* ===== latest_fitness_tips ===== */
.biostore-blog-section {
    background-color: #FAFBF9;
    font-family: 'Plus Jakarta Sans', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    color: #1A2420;
}

.biostore-blog-section__badge {
    background-color: #EBF2EE;
    color: #2D4A3E;
    padding: 0.375rem 0.875rem;
    border-radius: 9999px;
    font-size: 0.8125rem;
    font-weight: 600;
    letter-spacing: 0.02em;
}

.biostore-blog-section__badge-icon {
    width: 16px;
    height: 16px;
}

.biostore-blog-section__title {
    color: #1A2420;
    font-size: 2rem;
    font-weight: 700;
    line-height: 1.25;
    letter-spacing: -0.02em;
    margin-bottom: 0.75rem;
}

@media (max-width: 767.98px) {
    .biostore-blog-section__title {
        font-size: 1.5rem;
        hyphens: auto;
    }
}

.biostore-blog-section__subtitle {
    color: #586961;
    font-size: 1rem;
    line-height: 1.6;
    max-width: 600px;
}

.biostore-blog-section__view-all-btn {
    color: #2D4A3E;
    font-weight: 600;
    font-size: 0.9375rem;
    text-decoration: none;
    padding: 0.625rem 1.25rem;
    background-color: #FFFFFF;
    border: 1px solid #D9E0DA;
    border-radius: 12px;
    transition: all 0.3s ease;
}

.biostore-blog-section__view-all-btn svg {
    width: 18px;
    height: 18px;
    transition: transform 0.3s ease;
}

.biostore-blog-section__view-all-btn:hover {
    background-color: #EBF2EE;
    color: #233A31;
    border-color: #2D4A3E;
}

.biostore-blog-section__view-all-btn:hover svg {
    transform: translateX(3px);
}

.biostore-blog-section__card {
    background-color: #FFFFFF;
    border: 1px solid #E8ECE7;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 4px 20px -2px rgba(45, 74, 62, 0.04);
    transition: all 0.35s cubic-bezier(0.25, 1, 0.5, 1);
}

.biostore-blog-section__card:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 30px -4px rgba(45, 74, 62, 0.08);
    border-color: #BAC4BC;
}

.biostore-blog-section__card-img-wrap {
    position: relative;
    overflow: hidden;
    aspect-ratio: 16 / 10;
    background-color: #EEF1ED;
}

.biostore-blog-section__card-img {
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.4s ease;
}

.biostore-blog-section__card:hover .biostore-blog-section__card-img {
    transform: scale(1.04);
}

.biostore-blog-section__tag {
    top: 1rem;
    left: 1rem;
    background-color: rgba(255, 255, 255, 0.92);
    color: #2D4A3E;
    font-size: 0.75rem;
    font-weight: 600;
    padding: 0.25rem 0.75rem;
    border-radius: 9999px;
    backdrop-filter: blur(4px);
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
}

.biostore-blog-section__meta {
    font-size: 0.8125rem;
    color: #889790;
}

.biostore-blog-section__meta svg {
    width: 15px;
    height: 15px;
}

.biostore-blog-section__meta-divider {
    width: 3px;
    height: 3px;
    border-radius: 50%;
    background-color: #BAC4BC;
}

.biostore-blog-section__card-title {
    font-size: 1.1875rem;
    font-weight: 600;
    line-height: 1.35;
    margin-top: 0.25rem;
}

@media (max-width: 767.98px) {
    .biostore-blog-section__card-title {
        font-size: 1.05rem;
        hyphens: auto;
    }
}

.biostore-blog-section__card-title-link {
    color: #1A2420;
    text-decoration: none;
    transition: color 0.25s ease;
}

.biostore-blog-section__card-title-link:hover {
    color: #2D4A3E;
}

.biostore-blog-section__card-excerpt {
    color: #586961;
    font-size: 0.9375rem;
    line-height: 1.55;
}

.biostore-blog-section__card-footer {
    border-color: #E8ECE7 !important;
}

.biostore-blog-section__read-btn {
    color: #2D4A3E;
    font-weight: 600;
    font-size: 0.875rem;
    text-decoration: none;
    background: transparent;
    border: none;
    padding: 0.35rem 0;
    transition: all 0.25s ease;
}

.biostore-blog-section__read-btn svg {
    width: 16px;
    height: 16px;
    transition: transform 0.25s ease;
}

.biostore-blog-section__read-btn:hover {
    color: #D9825B;
}

.biostore-blog-section__read-btn:hover svg {
    transform: translateX(4px);
}

.biostore-blog-section__comment-count {
    font-size: 0.8125rem;
    color: #889790;
}

.biostore-blog-section__comment-count svg {
    width: 15px;
    height: 15px;
}

/* ===== footer ===== */
.footer-block {
    background-color: #F4F6F3;
    color: #586961;
    font-family: 'Plus Jakarta Sans', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    padding-top: clamp(3rem, 6vw, 5rem);
    padding-bottom: clamp(2rem, 4vw, 3rem);
    border-top: 1px solid #E8ECE7;
}

.footer-block .footer-disclaimer-card {
    background-color: #FAF1EC;
    border: 1px solid #E8ECE7;
    border-left: 4px solid #D9825B;
}

.footer-block .icon-warning {
    width: 24px;
    height: 24px;
    color: #D9825B;
}

.footer-block .disclaimer-title {
    color: #1A2420;
    font-size: 0.9375rem;
    line-height: 1.3;
}

.footer-block .disclaimer-description {
    color: #586961;
    font-size: 0.8125rem;
    line-height: 1.5;
}

.footer-block .footer-logo-img {
    max-width: 44px;
    height: auto;
    object-fit: contain;
}

.footer-block .brand-title {
    color: #2D4A3E;
    letter-spacing: -0.02em;
}

.footer-block .footer-tagline {
    font-size: 0.875rem;
    line-height: 1.55;
    color: #586961;
    max-width: 320px;
}

.footer-block .footer-column-heading {
    color: #1A2420;
    letter-spacing: -0.01em;
}

.footer-block .footer-link {
    color: #586961;
    text-decoration: none;
    font-size: 0.875rem;
    transition: color 0.25s ease, transform 0.25s ease;
    display: inline-block;
}

.footer-block .footer-link:hover,
.footer-block .footer-link:focus {
    color: #2D4A3E;
    transform: translateX(2px);
}

.footer-block .contact-icon {
    width: 18px;
    height: 18px;
    color: #2D4A3E;
}

.footer-block .footer-contact-text,
.footer-block .footer-contact-link {
    color: #586961;
    font-size: 0.875rem;
    line-height: 1.5;
    text-decoration: none;
    transition: color 0.25s ease;
}

.footer-block .footer-contact-link:hover,
.footer-block .footer-contact-link:focus {
    color: #2D4A3E;
}

.footer-block .footer-bottom-divider {
    height: 1px;
    background-color: #E8ECE7;
    width: 100%;
}

.footer-block .footer-copyright-text {
    font-size: 0.8125rem;
    color: #889790;
}

.footer-block .payment-label {
    font-size: 0.75rem;
    color: #889790;
    font-weight: 500;
}

.footer-block .payment-badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
    transition: transform 0.2s ease;
}

.footer-block .payment-badge:hover {
    transform: translateY(-1px);
}

@media (max-width: 767.98px) {
    .footer-block .footer-column-heading {
        font-size: 0.875rem;
    }

    .footer-block .disclaimer-title {
        font-size: 0.875rem;
    }

    .footer-block .disclaimer-description {
        font-size: 0.75rem;
    }

    .footer-block .brand-title {
        font-size: 1.125rem;
    }
}

.biostore-header {
    background-color: #FAFBF9;
    border-bottom: 1px solid #E8ECE7;
    z-index: 1030;
    box-shadow: 0 2px 10px rgba(45, 74, 62, 0.03);
}

.biostore-header .biostore-navbar {
    background-color: #FAFBF9;
}

.biostore-header .biostore-logo-img {
    max-width: 42px;
    max-height: 42px;
    object-fit: contain;
}

.biostore-header .biostore-brand-text {
    font-family: 'Plus Jakarta Sans', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    font-size: 1.25rem;
    letter-spacing: -0.02em;
    color: #1A2420;
}

.biostore-header .biostore-brand:hover .biostore-brand-text {
    color: #2D4A3E;
}

.biostore-header .biostore-toggler {
    color: #1A2420;
    background-color: #F4F6F3;
    border-radius: 10px;
}

.biostore-header .biostore-toggler:focus {
    box-shadow: 0 0 0 3px rgba(45, 74, 62, 0.15);
}

.biostore-header .biostore-link {
    font-family: 'Plus Jakarta Sans', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    font-size: 0.95rem;
    font-weight: 500;
    color: #586961;
    padding: 0.5rem 0.85rem;
    border-radius: 8px;
    transition: all 0.25s ease;
}

.biostore-header .biostore-link:hover,
.biostore-header .biostore-link:focus {
    color: #2D4A3E;
    background-color: #EBF2EE;
}

.biostore-header .biostore-cta-btn {
    background-color: #2D4A3E;
    color: #FFFFFF;
    font-weight: 600;
    font-size: 0.9rem;
    padding: 0.65rem 1.35rem;
    border-radius: 12px;
    border: 1px solid #2D4A3E;
    transition: all 0.25s ease;
}

.biostore-header .biostore-cta-btn:hover {
    background-color: #233A31;
    border-color: #233A31;
    color: #FFFFFF;
    transform: translateY(-1px);
}

.biostore-header .biostore-cart-btn {
    color: #2D4A3E;
    background-color: #F4F6F3;
    border: 1px solid #E8ECE7;
    border-top: none;
    width: 44px;
    height: 44px;
    border-radius: 12px;
    transition: all 0.25s ease;
}

.biostore-header .biostore-cart-btn:hover {
    background-color: #EBF2EE;
    color: #233A31;
    border-color: #D9E0DA;
    border-top: none;
}

.biostore-header .biostore-badge {
    font-size: 0.7rem;
    padding: 0.25em 0.55em;
}

@media (max-width: 991.98px) {
    .biostore-header .biostore-collapse {
        background-color: #FAFBF9;
        padding: 1rem 0;
    }

    .biostore-header .biostore-action-group {
        border-top: 1px solid #E8ECE7 !important;
        margin-top: 0.5rem;
    }

    .biostore-header .biostore-cta-btn {
        width: 100%;
        text-align: center;
    }
}

.catalog-template-section {
    background-color: #FAFBF9;
    font-family: 'Plus Jakarta Sans', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
}

.catalog-template-section .catalog-header-card {
    background: #FFFFFF;
    border: 1px solid #E8ECE7;
    box-shadow: 0 4px 20px -2px rgba(45, 74, 62, 0.04);
}

.catalog-template-section .catalog-pill-badge {
    background-color: #EBF2EE;
    color: #2D4A3E;
    font-size: 0.8125rem;
    font-weight: 600;
    padding: 0.375rem 0.875rem;
    border-radius: 50rem;
}

.catalog-template-section .catalog-main-title {
    color: #1A2420;
    font-size: 2.25rem;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: -0.025em;
}

.catalog-template-section .catalog-main-desc {
    color: #586961;
    font-size: 1.0625rem;
    line-height: 1.6;
}

.catalog-template-section .catalog-meta-info {
    background-color: #F4F6F3;
    border: 1px solid #E8ECE7;
}

.catalog-template-section .catalog-meta-icon {
    color: #2D4A3E;
}

.catalog-template-section .catalog-meta-text {
    font-size: 0.875rem;
    font-weight: 600;
    color: #2D4A3E;
}

.catalog-template-section .catalog-filter-bar {
    border-color: #E8ECE7 !important;
    box-shadow: 0 2px 10px rgba(45, 74, 62, 0.03);
}

.catalog-template-section .catalog-search-input {
    background-color: #F4F6F3;
    border: 1px solid #E8ECE7;
    border-radius: 12px;
    padding: 0.65rem 2.5rem 0.65rem 1rem;
    color: #1A2420;
    font-size: 0.9rem;
}

.catalog-template-section .catalog-search-input:focus {
    background-color: #FFFFFF;
    border-color: #2D4A3E;
    box-shadow: 0 0 0 3px rgba(45, 74, 62, 0.12);
}

.catalog-template-section .catalog-search-input::placeholder {
    color: #889790;
    opacity: 1;
}

.catalog-template-section .catalog-search-icon {
    color: #7B8C84;
}

.catalog-template-section .catalog-filter-label {
    color: #586961;
    font-size: 0.875rem;
    font-weight: 600;
}

.catalog-template-section .catalog-select {
    background-color: #F4F6F3;
    border: 1px solid #E8ECE7;
    border-radius: 12px;
    padding: 0.65rem 2rem 0.65rem 1rem;
    color: #1A2420;
    font-size: 0.9rem;
    font-weight: 500;
}

.catalog-template-section .catalog-select:focus {
    background-color: #FFFFFF;
    border-color: #2D4A3E;
    box-shadow: 0 0 0 3px rgba(45, 74, 62, 0.12);
}

.catalog-template-section .catalog-product-card {
    background: #FFFFFF;
    border: 1px solid #E8ECE7;
    border-radius: 20px;
    padding: 1.25rem;
    box-shadow: 0 4px 20px -2px rgba(45, 74, 62, 0.04);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.catalog-template-section .catalog-product-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 30px -4px rgba(45, 74, 62, 0.08);
}

.catalog-template-section .catalog-img-wrap {
    background-color: #F4F6F3;
    border-radius: 16px;
    padding: 1rem;
    overflow: hidden;
}

.catalog-template-section .catalog-product-img {
    width: 100%;
    height: 180px;
    object-fit: contain;
    transition: transform 0.35s ease;
}

.catalog-template-section .catalog-product-card:hover .catalog-product-img {
    transform: scale(1.04);
}

.catalog-template-section .catalog-status-badge {
    background-color: #EBF2EE;
    color: #2D4A3E;
    font-size: 0.6875rem;
    font-weight: 700;
    padding: 0.25rem 0.6rem;
    border-radius: 50rem;
    letter-spacing: 0.02em;
}

.catalog-template-section .catalog-sku-code {
    color: #889790;
    font-size: 0.75rem;
    font-weight: 600;
    letter-spacing: 0.05em;
}

.catalog-template-section .catalog-rating {
    color: #1A2420;
    font-size: 0.8125rem;
    font-weight: 700;
}

.catalog-template-section .catalog-star-icon {
    color: #D9825B;
}

.catalog-template-section .catalog-item-title {
    font-size: 1.125rem;
    font-weight: 600;
    line-height: 1.35;
}

.catalog-template-section .catalog-item-link {
    color: #1A2420;
    text-decoration: none;
    transition: color 0.2s ease;
}

.catalog-template-section .catalog-item-link:hover {
    color: #2D4A3E;
}

.catalog-template-section .catalog-item-desc {
    color: #586961;
    font-size: 0.875rem;
    line-height: 1.5;
}

.catalog-template-section .catalog-spec-list {
    display: flex;
    flex-wrap: wrap;
    gap: 0.35rem;
}

.catalog-template-section .catalog-spec-pill {
    background-color: #FAF1EC;
    color: #D9825B;
    font-size: 0.6875rem;
    font-weight: 600;
    padding: 0.2rem 0.5rem;
    border-radius: 6px;
}

.catalog-template-section .catalog-price-label {
    color: #7B8C84;
    font-size: 0.8125rem;
    font-weight: 500;
}

.catalog-template-section .catalog-price-val {
    color: #2D4A3E;
    font-size: 1.25rem;
    font-weight: 700;
}

.catalog-template-section .catalog-btn-add {
    background-color: #2D4A3E;
    color: #FFFFFF;
    font-weight: 600;
    border-radius: 12px;
    padding: 0.75rem 1rem;
    border: 1px solid #2D4A3E;
    font-size: 0.9rem;
    transition: all 0.25s ease;
}

.catalog-template-section .catalog-btn-add:hover {
    background-color: #233A31;
    border-color: #233A31;
    color: #FFFFFF;
    transform: translateY(-1px);
}

.catalog-template-section .catalog-no-results-text {
    color: #586961;
    font-size: 1.125rem;
    font-weight: 500;
}

@media (max-width: 767.98px) {
    .catalog-template-section .catalog-main-title {
        font-size: 1.125rem;
        hyphens: auto;
    }

    .catalog-template-section .catalog-item-title {
        font-size: 0.875rem;
        hyphens: auto;
    }

    .catalog-template-section .catalog-main-desc {
        font-size: 0.875rem;
    }

    .catalog-template-section .catalog-item-desc {
        font-size: 0.8125rem;
    }
}

.footer-block {
    background-color: #F4F6F3;
    color: #586961;
    font-family: 'Plus Jakarta Sans', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    padding-top: clamp(3rem, 6vw, 5rem);
    padding-bottom: clamp(2rem, 4vw, 3rem);
    border-top: 1px solid #E8ECE7;
}

.footer-block .footer-disclaimer-card {
    background-color: #FAF1EC;
    border: 1px solid #E8ECE7;
    border-left: 4px solid #D9825B;
}

.footer-block .icon-warning {
    width: 24px;
    height: 24px;
    color: #D9825B;
}

.footer-block .disclaimer-title {
    color: #1A2420;
    font-size: 0.9375rem;
    line-height: 1.3;
}

.footer-block .disclaimer-description {
    color: #586961;
    font-size: 0.8125rem;
    line-height: 1.5;
}

.footer-block .footer-logo-img {
    max-width: 44px;
    height: auto;
    object-fit: contain;
}

.footer-block .brand-title {
    color: #2D4A3E;
    letter-spacing: -0.02em;
}

.footer-block .footer-tagline {
    font-size: 0.875rem;
    line-height: 1.55;
    color: #586961;
    max-width: 320px;
}

.footer-block .footer-column-heading {
    color: #1A2420;
    letter-spacing: -0.01em;
}

.footer-block .footer-link {
    color: #586961;
    text-decoration: none;
    font-size: 0.875rem;
    transition: color 0.25s ease, transform 0.25s ease;
    display: inline-block;
}

.footer-block .footer-link:hover,
.footer-block .footer-link:focus {
    color: #2D4A3E;
    transform: translateX(2px);
}

.footer-block .contact-icon {
    width: 18px;
    height: 18px;
    color: #2D4A3E;
}

.footer-block .footer-contact-text,
.footer-block .footer-contact-link {
    color: #586961;
    font-size: 0.875rem;
    line-height: 1.5;
    text-decoration: none;
    transition: color 0.25s ease;
}

.footer-block .footer-contact-link:hover,
.footer-block .footer-contact-link:focus {
    color: #2D4A3E;
}

.footer-block .footer-bottom-divider {
    height: 1px;
    background-color: #E8ECE7;
    width: 100%;
}

.footer-block .footer-copyright-text {
    font-size: 0.8125rem;
    color: #889790;
}

.footer-block .payment-label {
    font-size: 0.75rem;
    color: #889790;
    font-weight: 500;
}

.footer-block .payment-badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
    transition: transform 0.2s ease;
}

.footer-block .payment-badge:hover {
    transform: translateY(-1px);
}

@media (max-width: 767.98px) {
    .footer-block .footer-column-heading {
        font-size: 0.875rem;
    }

    .footer-block .disclaimer-title {
        font-size: 0.875rem;
    }

    .footer-block .disclaimer-description {
        font-size: 0.75rem;
    }

    .footer-block .brand-title {
        font-size: 1.125rem;
    }
}


/* ===== PAGE: blog ===== */
.biostore-blog-section {
  background-color: #FAFBF9;
  font-family: 'Plus Jakarta Sans', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
  color: #1A2420;
}

.biostore-blog-section__header {
  max-width: 780px;
  margin-left: auto;
  margin-right: auto;
}

.biostore-blog-section__badge {
  background-color: #EBF2EE;
  color: #2D4A3E;
  font-size: 0.875rem;
  font-weight: 600;
  letter-spacing: 0.01em;
}

.biostore-blog-section__badge-icon {
  color: #2D4A3E;
}

.biostore-blog-section__title {
  color: #1A2420;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: -0.025em;
}

@media (max-width: 767.98px) {
  .biostore-blog-section__title {
    font-size: 1.125rem;
    hyphens: auto;
  }
}

.biostore-blog-section__subtitle {
  color: #586961;
  font-size: 1.125rem;
  line-height: 1.6;
  max-width: 640px;
}

.biostore-blog-section__search-wrap {
  width: 100%;
}

.biostore-blog-section__search-input {
  background-color: #FFFFFF;
  border: 1px solid #D9E0DA;
  border-radius: 12px;
  padding: 0.75rem 1rem 0.75rem 2.75rem;
  color: #1A2420;
  font-size: 0.9375rem;
  transition: border-color 0.25s ease, box-shadow 0.25s ease;
}

.biostore-blog-section__search-input::placeholder {
  color: #889790;
  opacity: 1;
}

.biostore-blog-section__search-input:focus {
  background-color: #FFFFFF;
  border-color: #2D4A3E;
  box-shadow: 0 0 0 3px rgba(45, 74, 62, 0.12);
  color: #1A2420;
  outline: none;
}

.biostore-blog-section__search-icon {
  left: 1rem;
  color: #7B8C84;
  pointer-events: none;
  display: flex;
  align-items: center;
}

.biostore-blog-section__filter-btn {
  background-color: #FFFFFF;
  border: 1px solid #D9E0DA;
  border-radius: 12px;
  color: #1A2420;
  font-size: 0.875rem;
  font-weight: 600;
  padding: 0.65rem 1.25rem;
  transition: all 0.25s cubic-bezier(0.25, 1, 0.5, 1);
}

.biostore-blog-section__filter-btn:hover {
  background-color: #F1F4F2;
  border-color: #BAC4BC;
  color: #1A2420;
}

.biostore-blog-section__filter-btn.active {
  background-color: #2D4A3E;
  border-color: #2D4A3E;
  color: #FFFFFF;
}

.biostore-blog-section__card {
  background-color: #FFFFFF;
  border-radius: 20px;
  border: 1px solid #E8ECE7;
  box-shadow: 0 4px 20px -2px rgba(45, 74, 62, 0.04);
  transition: transform 0.35s cubic-bezier(0.25, 1, 0.5, 1), box-shadow 0.35s cubic-bezier(0.25, 1, 0.5, 1);
  overflow: hidden;
}

.biostore-blog-section__card:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 30px -4px rgba(45, 74, 62, 0.08);
}

.biostore-blog-section__image-container {
  position: relative;
  overflow: hidden;
}

.biostore-blog-section__card-img {
  height: 220px;
  object-fit: cover;
  transition: transform 0.4s ease;
}

.biostore-blog-section__card:hover .biostore-blog-section__card-img {
  transform: scale(1.04);
}

.biostore-blog-section__card-badge {
  position: absolute;
  top: 1rem;
  right: 1rem;
  background-color: rgba(255, 255, 255, 0.95);
  color: #2D4A3E;
  font-size: 0.75rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  padding: 0.35rem 0.75rem;
  border-radius: 50rem;
  backdrop-filter: blur(4px);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
}

.biostore-blog-section__card-body {
  background-color: #FFFFFF;
}

.biostore-blog-section__meta {
  font-size: 0.8125rem;
  color: #7B8C84;
}

.biostore-blog-section__card-title {
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.35;
  letter-spacing: -0.01em;
  color: #1A2420;
}

@media (max-width: 767.98px) {
  .biostore-blog-section__card-title {
    font-size: 1rem;
    hyphens: auto;
  }
}

.biostore-blog-section__card-title-link {
  color: #1A2420;
  text-decoration: none;
  transition: color 0.2s ease;
}

.biostore-blog-section__card-title-link:hover {
  color: #D9825B;
}

.biostore-blog-section__card-desc {
  font-size: 0.9375rem;
  line-height: 1.55;
  color: #586961;
}

.biostore-blog-section__card-footer {
  border-color: #E8ECE7 !important;
}

.biostore-blog-section__comments {
  font-size: 0.8125rem;
}

.biostore-blog-section__read-more {
  color: #2D4A3E;
  font-size: 0.875rem;
  text-decoration: none;
  transition: color 0.2s ease, transform 0.2s ease;
}

.biostore-blog-section__read-more:hover {
  color: #D9825B;
  transform: translateX(2px);
}

.biostore-blog-section__no-results-icon {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  background-color: #F1F4F2;
  color: #7B8C84;
}

.biostore-blog-section__reset-btn {
  background-color: #2D4A3E;
  color: #FFFFFF;
  border-radius: 12px;
  padding: 0.75rem 1.5rem;
  font-weight: 600;
  border: none;
  transition: background-color 0.2s ease;
}

.biostore-blog-section__reset-btn:hover {
  background-color: #233A31;
  color: #FFFFFF;
}

/* ===== PAGE: about ===== */
.biostore-about-section { background-color: #FAFBF9; color: #1A2420; font-family: 'Plus Jakarta Sans', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif; }
.biostore-about-section .about-badge { display: inline-block; padding: 0.35rem 0.85rem; background-color: #EBF2EE; color: #2D4A3E; border-radius: 50rem; font-size: 0.875rem; font-weight: 600; }
.biostore-about-section .about-main-title { font-size: 2.5rem; line-height: 1.2; font-weight: 700; color: #1A2420; letter-spacing: -0.025em; }
.biostore-about-section .about-lead-text { font-size: 1.125rem; line-height: 1.6; color: #586961; font-weight: 400; }
.biostore-about-section .about-body-text { font-size: 1rem; line-height: 1.6; color: #586961; }
.biostore-about-section .stat-box { background-color: #FFFFFF; border: 1px solid #E8ECE7; border-radius: 16px; text-align: center; }
.biostore-about-section .stat-number { font-size: 1.75rem; font-weight: 700; color: #2D4A3E; line-height: 1.2; }
.biostore-about-section .stat-label { font-size: 0.875rem; color: #7B8C84; font-weight: 500; margin-top: 0.25rem; }
.biostore-about-section .about-image-wrapper img { width: 100%; height: auto; object-fit: cover; border: 1px solid #E8ECE7; }
.biostore-about-section .values-wrapper { background-color: #F4F6F3; border: 1px solid #E8ECE7; }
.biostore-about-section .section-subtitle { font-size: 1.75rem; font-weight: 600; color: #1A2420; line-height: 1.3; letter-spacing: -0.02em; }
.biostore-about-section .section-subtext { font-size: 1rem; color: #586961; max-width: 600px; margin: 0 auto; }
.biostore-about-section .principle-card { background-color: #FFFFFF; border: 1px solid #E8ECE7; transition: transform 0.35s cubic-bezier(0.25, 1, 0.5, 1), box-shadow 0.35s cubic-bezier(0.25, 1, 0.5, 1); }
.biostore-about-section .principle-card:hover { transform: translateY(-4px); box-shadow: 0 12px 30px -4px rgba(45, 74, 62, 0.08); }
.biostore-about-section .icon-container { width: 48px; height: 48px; display: inline-flex; align-items: center; justify-content: center; background-color: #EBF2EE; border-radius: 12px; color: #2D4A3E; }
.biostore-about-section .heroicon { width: 24px; height: 24px; }
.biostore-about-section .principle-title { font-size: 1.25rem; font-weight: 600; color: #1A2420; line-height: 1.3; }
.biostore-about-section .principle-text { font-size: 0.9375rem; color: #586961; line-height: 1.55; }
.biostore-about-section .cta-banner { background: linear-gradient(135deg, #FFFFFF 0%, #F7F9F6 100%); border: 1px solid #E8ECE7; }
.biostore-about-section .cta-title { font-size: 2rem; font-weight: 600; color: #1A2420; }
.biostore-about-section .cta-desc { font-size: 1.0625rem; color: #586961; max-width: 580px; }
.biostore-about-section .btn-primary-custom { background-color: #2D4A3E; color: #FFFFFF; border-radius: 14px; font-weight: 600; text-decoration: none; display: inline-flex; align-items: center; justify-content: center; transition: all 0.35s ease; border: none; }
.biostore-about-section .btn-primary-custom:hover { background-color: #233A31; color: #FFFFFF; transform: translateY(-2px); }
.biostore-about-section .btn-secondary-custom { background-color: #FFFFFF; color: #1A2420; border: 1px solid #E8ECE7; border-radius: 14px; font-weight: 600; text-decoration: none; display: inline-flex; align-items: center; justify-content: center; transition: all 0.35s ease; }
.biostore-about-section .btn-secondary-custom:hover { background-color: #EEF1ED; color: #1A2420; }
.biostore-about-section .btn-accent-custom { background-color: #D9825B; color: #FFFFFF; border-radius: 14px; font-weight: 600; text-decoration: none; display: inline-flex; align-items: center; justify-content: center; transition: all 0.35s ease; border: none; }
.biostore-about-section .btn-accent-custom:hover { background-color: #C8734C; color: #FFFFFF; transform: translateY(-2px); }
@media (max-width: 767.98px) { .biostore-about-section .about-main-title { font-size: 1.125rem; hyphens: auto; } .biostore-about-section .section-subtitle, .biostore-about-section .cta-title { font-size: 1rem; hyphens: auto; } .biostore-about-section .principle-title { font-size: 0.875rem; hyphens: auto; } }

/* ===== PAGE: contact ===== */
.biostore-contact-section { background-color: #FAFBF9; color: #1A2420; font-family: 'Plus Jakarta Sans', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif; }
.biostore-contact-section__badge { background-color: #EBF2EE; color: #2D4A3E; font-size: 0.8125rem; font-weight: 600; padding: 0.35rem 1rem; border-radius: 9999px; letter-spacing: 0.02em; }
.biostore-contact-section__title { font-size: clamp(1.75rem, 3.5vw, 2.5rem); font-weight: 700; color: #1A2420; line-height: 1.25; }
.biostore-contact-section__subtitle { font-size: 1.0625rem; color: #586961; max-width: 680px; margin: 0 auto; line-height: 1.6; }
.biostore-contact-section__card { background-color: #FFFFFF; border: 1px solid #E8ECE7; border-radius: 16px; padding: 1.25rem 1.5rem; transition: transform 0.25s ease, box-shadow 0.25s ease; }
.biostore-contact-section__card:hover { transform: translateY(-2px); box-shadow: 0 4px 20px -2px rgba(45, 74, 62, 0.06); }
.biostore-contact-section__icon-box { width: 44px; height: 44px; border-radius: 12px; background-color: #EBF2EE; display: flex; align-items: center; justify-content: center; color: #2D4A3E; }
.biostore-contact-section__icon { width: 22px; height: 22px; }
.biostore-contact-section__card-title { font-size: 1rem; font-weight: 600; color: #1A2420; margin-bottom: 0.25rem; line-height: 1.3; }
.biostore-contact-section__card-text { font-size: 0.9375rem; color: #586961; word-break: break-word; }
.biostore-contact-section__card-sub { font-size: 0.8125rem; color: #889790; display: block; margin-top: 0.2rem; }
.biostore-contact-section__link { color: #2D4A3E; text-decoration: none; font-weight: 500; transition: color 0.2s ease; }
.biostore-contact-section__link:hover { color: #D9825B; }
.biostore-contact-section__trust-box { background-color: #F4F6F3; border: 1px solid #E8ECE7; border-radius: 16px; }
.biostore-contact-section__trust-badge { width: 36px; height: 36px; border-radius: 50%; background-color: #2D4A3E; color: #FFFFFF; display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.biostore-contact-section__trust-icon { width: 20px; height: 20px; }
.biostore-contact-section__trust-title { font-size: 0.9375rem; font-weight: 600; color: #1A2420; line-height: 1.3; }
.biostore-contact-section__trust-text { font-size: 0.8125rem; color: #586961; line-height: 1.4; }
.biostore-contact-section__form-container { background-color: #FFFFFF; border: 1px solid #E8ECE7; border-radius: 20px; padding: 2rem; box-shadow: 0 4px 20px -2px rgba(45, 74, 62, 0.04); }
@media (max-width: 575.98px) { .biostore-contact-section__form-container { padding: 1.25rem; } }
.biostore-contact-section__form-title { font-size: 1.375rem; font-weight: 600; color: #1A2420; line-height: 1.3; }
.biostore-contact-section__form-desc { font-size: 0.9375rem; color: #586961; line-height: 1.5; }
.biostore-contact-section__label { font-size: 0.875rem; font-weight: 600; color: #1A2420; margin-bottom: 0.4rem; display: block; }
.biostore-contact-section__input, .biostore-contact-section__select, .biostore-contact-section__textarea { background-color: #FFFFFF; border: 1px solid #D9E0DA; border-radius: 12px; color: #1A2420; font-size: 0.9375rem; padding: 0.65rem 1rem; transition: border-color 0.2s ease, box-shadow 0.2s ease; }
.biostore-contact-section__input::placeholder, .biostore-contact-section__textarea::placeholder { color: #889790; opacity: 1; }
.biostore-contact-section__input:focus, .biostore-contact-section__select:focus, .biostore-contact-section__textarea:focus { background-color: #FFFFFF; border-color: #2D4A3E; color: #1A2420; box-shadow: 0 0 0 3px rgba(45, 74, 62, 0.12); outline: none; }
.biostore-contact-section__checkbox { width: 1.15rem; height: 1.15rem; border: 1px solid #BAC4BC; border-radius: 4px; margin-top: 0.15rem; }
.biostore-contact-section__checkbox:checked { background-color: #2D4A3E; border-color: #2D4A3E; }
.biostore-contact-section__checkbox:focus { box-shadow: 0 0 0 3px rgba(45, 74, 62, 0.12); border-color: #2D4A3E; }
.biostore-contact-section__checkbox-label { font-size: 0.8125rem; color: #586961; line-height: 1.45; margin-left: 0.35rem; }
.biostore-contact-section__submit-btn { background-color: #2D4A3E; color: #FFFFFF; border: none; border-radius: 12px; padding: 0.85rem 1.75rem; font-weight: 600; font-size: 0.9375rem; transition: background-color 0.25s ease, transform 0.2s ease; cursor: pointer; }
.biostore-contact-section__submit-btn:hover { background-color: #233A31; transform: translateY(-1px); color: #FFFFFF; }
.biostore-contact-section__submit-btn:active { background-color: #1A2C25; transform: translateY(0); }
.biostore-contact-section__btn-icon { width: 18px; height: 18px; }
.biostore-contact-section__map-wrapper { background-color: #FFFFFF; border: 1px solid #E8ECE7; border-radius: 20px; overflow: hidden; box-shadow: 0 4px 20px -2px rgba(45, 74, 62, 0.04); }
.biostore-contact-section__map-title { font-size: 1.125rem; font-weight: 600; color: #1A2420; line-height: 1.3; }
.biostore-contact-section__map-desc { font-size: 0.875rem; color: #586961; }
.biostore-contact-section__status-dot { width: 8px; height: 8px; border-radius: 50%; background-color: #2E7D32; display: inline-block; }
.biostore-contact-section__status-text { font-size: 0.8125rem; font-weight: 600; color: #2E7D32; }
.biostore-contact-section__iframe-container { position: relative; width: 100%; height: 360px; }
@media (max-width: 767.98px) { .biostore-contact-section__iframe-container { height: 260px; } }
.biostore-contact-section__iframe { border: 0; width: 100%; height: 100%; display: block; }

/* ===== PAGE: cart ===== */
.cart-page-section {
  background-color: #FAFBF9;
  min-height: 60vh;
}
.cart-page-section .cart-heading {
  color: #1A2420;
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: -0.02em;
}
.cart-page-section .cart-lead-text {
  color: #586961;
  font-size: 1rem;
}
.cart-page-section .cart-items-card,
.cart-page-section .checkout-form-container,
.cart-page-section .order-summary-card,
.cart-page-section .empty-cart-card,
.cart-page-section .order-success-card {
  border-color: #E8ECE7 !important;
  background-color: #FFFFFF;
}
.cart-page-section .cart-item-row {
  transition: background-color 0.2s ease;
}
.cart-page-section .cart-item-row:hover {
  background-color: #F4F6F3;
}
.cart-page-section .cart-item-image {
  width: 72px;
  height: 72px;
  object-fit: cover;
  border-radius: 12px;
  background-color: #EEF1ED;
}
.cart-page-section .cart-item-title {
  color: #1A2420;
  font-weight: 600;
  text-decoration: none;
  transition: color 0.2s ease;
}
.cart-page-section .cart-item-title:hover {
  color: #2D4A3E;
}
.cart-page-section .cart-qty-btn {
  width: 32px;
  height: 32px;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  border: 1px solid #D9E0DA;
  background-color: #FFFFFF;
  color: #1A2420;
  font-weight: 600;
  line-height: 1;
}
.cart-page-section .cart-qty-btn:hover {
  background-color: #EBF2EE;
  border-color: #BAC4BC;
}
.cart-page-section .product-quantity-input {
  width: 44px;
  height: 32px;
  text-align: center;
  border: 1px solid #D9E0DA;
  border-radius: 8px;
  font-weight: 600;
  color: #1A2420;
  background-color: #FFFFFF;
}
.cart-page-section .checkout-input-field {
  border-radius: 12px;
  border: 1px solid #D9E0DA;
  padding: 0.65rem 1rem;
  background-color: #FFFFFF;
  color: #1A2420;
}
.cart-page-section .checkout-input-field:focus {
  border-color: #2D4A3E;
  box-shadow: 0 0 0 0.2rem rgba(45, 74, 62, 0.15);
}
.cart-page-section .checkout-input-field::placeholder {
  color: #889790;
  opacity: 1;
}
.cart-page-section .btn-success {
  background-color: #2D4A3E;
  border-color: #2D4A3E;
  color: #FFFFFF;
}
.cart-page-section .btn-success:hover,
.cart-page-section .btn-success:focus {
  background-color: #233A31;
  border-color: #233A31;
  color: #FFFFFF;
}
.cart-page-section .cart-continue-shopping-btn {
  border-color: #D9E0DA;
  color: #2D4A3E;
}
.cart-page-section .cart-continue-shopping-btn:hover {
  background-color: #EBF2EE;
  border-color: #2D4A3E;
  color: #2D4A3E;
}
@media (max-width: 767.98px) {
  .cart-page-section .cart-heading {
    font-size: 1.5rem;
  }
  .cart-page-section .cart-item-image {
    width: 60px;
    height: 60px;
  }
}

/* ===== PAGE: privacy ===== */
.privacy-policy-section{background-color:#FAFBF9;color:#1A2420;font-family:'Plus Jakarta Sans',-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,sans-serif}.privacy-policy-section .privacy-header-card{background:linear-gradient(135deg,#FFFFFF 0%,#F7F9F6 100%);border:1px solid #E8ECE7;border-radius:24px;box-shadow:0 4px 20px -2px rgba(45,74,62,0.05)}.privacy-policy-section .privacy-badge{background-color:#EBF2EE;color:#2D4A3E;font-size:0.875rem;font-weight:600;padding:0.35rem 1rem;border-radius:9999px;border:1px solid rgba(45,74,62,0.12)}.privacy-policy-section .privacy-main-title{color:#1A2420;font-size:2.5rem;font-weight:700;line-height:1.2;letter-spacing:-0.025em}.privacy-policy-section .privacy-lead-desc{color:#586961;font-size:1.125rem;line-height:1.6;max-width:760px;margin-left:auto;margin-right:auto}.privacy-policy-section .meta-tag{display:inline-flex;align-items:center;gap:0.5rem;background-color:#F4F6F3;color:#586961;padding:0.4rem 0.85rem;border-radius:12px;font-size:0.8125rem;font-weight:500}.privacy-policy-section .meta-icon{width:16px;height:16px;color:#2D4A3E;flex-shrink:0}.privacy-policy-section .privacy-card{background-color:#FFFFFF;border:1px solid #E8ECE7;border-radius:24px;box-shadow:0 4px 20px -2px rgba(45,74,62,0.04)}.privacy-policy-section .privacy-heading{color:#1A2420;font-size:1.5rem;font-weight:600;line-height:1.3;letter-spacing:-0.015em;display:flex;align-items:baseline;gap:0.5rem}.privacy-policy-section .section-number{color:#D9825B;font-weight:700}.privacy-policy-section .privacy-subheading{color:#1A2420;font-size:1.125rem;font-weight:600;line-height:1.35}.privacy-policy-section .privacy-text{color:#586961;font-size:1rem;line-height:1.65}.privacy-policy-section .privacy-info-box{background-color:#F4F6F3;border:1px solid #E8ECE7;border-radius:16px}.privacy-policy-section .privacy-list{color:#586961;padding-left:1.25rem;line-height:1.65;font-size:0.95rem}.privacy-policy-section .privacy-list li{margin-bottom:0.35rem}.privacy-policy-section .privacy-contact-card{background-color:#F4F6F3;border:1px solid #E8ECE7;border-radius:20px}.privacy-policy-section .contact-icon-wrapper{width:48px;height:48px;border-radius:14px;background-color:#EBF2EE;display:flex;align-items:center;justify-content:center;flex-shrink:0}.privacy-policy-section .contact-icon{width:24px;height:24px;color:#2D4A3E}.privacy-policy-section .privacy-btn-link{display:inline-flex;align-items:center;justify-content:center;background-color:#2D4A3E;color:#FFFFFF;font-weight:600;font-size:0.95rem;padding:0.75rem 1.5rem;border-radius:14px;transition:all 0.35s cubic-bezier(0.25,1,0.5,1);white-space:nowrap}.privacy-policy-section .privacy-btn-link:hover{background-color:#233A31;color:#FFFFFF;transform:translateY(-2px);box-shadow:0 4px 12px rgba(45,74,62,0.15)}@media (max-width:767.98px){.privacy-policy-section .privacy-main-title{font-size:1.125rem;hyphens:auto}.privacy-policy-section .privacy-heading{font-size:1rem;hyphens:auto}.privacy-policy-section .privacy-subheading{font-size:0.875rem;hyphens:auto}.privacy-policy-section .privacy-lead-desc{font-size:0.95rem}.privacy-policy-section .privacy-btn-link{width:100%}}

/* ===== PAGE: terms ===== */
.terms-page-section {
  background-color: #FAFBF9;
  color: #1A2420;
  font-family: 'Plus Jakarta Sans', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
}

.terms-page-section .terms-crumb-link {
  color: #586961;
  text-decoration: none;
  font-weight: 500;
  transition: color 0.2s ease;
}

.terms-page-section .terms-crumb-link:hover {
  color: #2D4A3E;
}

.terms-page-section .terms-badge {
  background-color: #EBF2EE;
  color: #2D4A3E;
  font-weight: 600;
  font-size: 0.8125rem;
  padding: 0.4rem 0.85rem;
  border-radius: 50rem;
  letter-spacing: 0.02em;
}

.terms-page-section .terms-main-title {
  font-size: 2.25rem;
  font-weight: 700;
  color: #1A2420;
  line-height: 1.25;
  letter-spacing: -0.02em;
}

.terms-page-section .terms-lead-text {
  font-size: 1.0625rem;
  line-height: 1.6;
  max-width: 820px;
}

.terms-page-section .terms-sidebar-card {
  background-color: #FFFFFF;
  border: 1px solid #E8ECE7;
}

.terms-page-section .terms-card-icon {
  color: #2D4A3E;
}

.terms-page-section .terms-sidebar-title {
  font-size: 1.125rem;
  font-weight: 600;
  color: #1A2420;
}

.terms-page-section .terms-search-input {
  background-color: #FFFFFF;
  border: 1px solid #D9E0DA;
  border-radius: 12px;
  padding: 0.65rem 0.95rem;
  font-size: 0.9375rem;
  color: #1A2420;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.terms-page-section .terms-search-input:focus {
  border-color: #2D4A3E;
  box-shadow: 0 0 0 3px rgba(45, 74, 62, 0.12);
  outline: none;
}

.terms-page-section .terms-search-input::placeholder {
  color: #889790;
  opacity: 1;
}

.terms-page-section .terms-nav-link {
  display: block;
  padding: 0.55rem 0.75rem;
  border-radius: 10px;
  color: #586961;
  text-decoration: none;
  font-size: 0.9375rem;
  font-weight: 500;
  transition: background-color 0.2s ease, color 0.2s ease;
}

.terms-page-section .terms-nav-link:hover {
  background-color: #F4F6F3;
  color: #2D4A3E;
}

.terms-page-section .terms-nav-link.active {
  background-color: #EBF2EE;
  color: #2D4A3E;
  font-weight: 600;
}

.terms-page-section .terms-card-block {
  background-color: #FFFFFF;
  border-color: #E8ECE7 !important;
  box-shadow: 0 4px 20px -2px rgba(45, 74, 62, 0.03);
}

.terms-page-section .terms-step-num {
  font-size: 0.875rem;
  font-weight: 700;
  color: #D9825B;
  background-color: #FAF1EC;
  padding: 0.25rem 0.65rem;
  border-radius: 8px;
  letter-spacing: 0.05em;
}

.terms-page-section .terms-section-title {
  font-size: 1.375rem;
  font-weight: 600;
  color: #1A2420;
  line-height: 1.3;
}

.terms-page-section .terms-subheading {
  font-size: 1.0625rem;
  font-weight: 600;
  color: #1A2420;
}

.terms-page-section .terms-body-text {
  font-size: 0.95rem;
  line-height: 1.65;
  color: #000000 !important;
}

.terms-page-section .terms-callout {
  background-color: #F4F6F3;
  border-left: 3px solid #2D4A3E;
}

.terms-page-section .terms-inline-link {
  color: #2D4A3E;
  font-weight: 600;
  text-decoration: underline;
  text-underline-offset: 3px;
  transition: color 0.2s ease;
}

.terms-page-section .terms-inline-link:hover {
  color: #D9825B;
}

.terms-page-section .terms-bullet-list {
  line-height: 1.65;
  font-size: 0.95rem;
  color: #000000 !important;
}

.terms-page-section .terms-action-btn {
  background-color: #2D4A3E;
  color: #FFFFFF;
  border-radius: 12px;
  padding: 0.75rem 1.5rem;
  font-weight: 600;
  font-size: 0.9375rem;
  border: none;
  transition: background-color 0.2s ease, transform 0.2s ease;
}

.terms-page-section .terms-action-btn:hover {
  background-color: #233A31;
  color: #FFFFFF;
  transform: translateY(-2px);
}

.terms-page-section .terms-secondary-btn {
  background-color: #F4F6F3;
  color: #1A2420;
  border: 1px solid #D9E0DA;
  border-radius: 12px;
  padding: 0.75rem 1.5rem;
  font-weight: 600;
  font-size: 0.9375rem;
  transition: background-color 0.2s ease, border-color 0.2s ease;
}

.terms-page-section .terms-secondary-btn:hover {
  background-color: #EEF1ED;
  color: #1A2420;
  border-color: #BAC4BC;
}

@media (max-width: 767.98px) {
  .terms-page-section .terms-main-title {
    font-size: 1.125rem;
    hyphens: auto;
  }
  .terms-page-section .terms-section-title {
    font-size: 1rem;
  }
  .terms-page-section .terms-subheading {
    font-size: 0.875rem;
  }
}

/* ===== PAGE: disclaimer ===== */
.biostore-disclaimer-wrapper { background-color: #FAFBF9; font-family: 'Plus Jakarta Sans', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif; color: #1A2420; min-height: 100vh; }
.biostore-disclaimer-wrapper .biostore-breadcrumb-nav .breadcrumb-item { font-size: 0.875rem; color: #586961; }
.biostore-disclaimer-wrapper .biostore-crumb-link { color: #586961; text-decoration: none; transition: color 0.25s ease; }
.biostore-disclaimer-wrapper .biostore-crumb-link:hover { color: #2D4A3E; }
.biostore-disclaimer-wrapper .biostore-disclaimer-header { background: linear-gradient(135deg, #FFFFFF 0%, #F4F6F3 100%); border: 1px solid #E8ECE7; box-shadow: 0 4px 20px -2px rgba(45, 74, 62, 0.04); }
.biostore-disclaimer-wrapper .biostore-badge { background-color: #EBF2EE; color: #2D4A3E; padding: 0.4rem 0.9rem; border-radius: 9999px; font-size: 0.8125rem; font-weight: 600; letter-spacing: 0.02em; }
.biostore-disclaimer-wrapper .biostore-icon-badge { width: 1.125rem; height: 1.125rem; flex-shrink: 0; }
.biostore-disclaimer-wrapper .biostore-main-title { font-size: 2.25rem; font-weight: 700; color: #1A2420; line-height: 1.25; letter-spacing: -0.02em; }
.biostore-disclaimer-wrapper .biostore-lead-text { font-size: 1.125rem; line-height: 1.6; color: #586961; }
.biostore-disclaimer-wrapper .biostore-sidebar-card { background-color: #FFFFFF; border: 1px solid #E8ECE7; box-shadow: 0 4px 20px -2px rgba(45, 74, 62, 0.04); top: 2rem; z-index: 10; }
.biostore-disclaimer-wrapper .biostore-sidebar-title { font-size: 1.125rem; font-weight: 600; color: #1A2420; line-height: 1.3; }
.biostore-disclaimer-wrapper .biostore-search-box { position: relative; }
.biostore-disclaimer-wrapper .biostore-nav-search { background-color: #FFFFFF; border: 1px solid #E8ECE7; border-radius: 12px; font-size: 0.875rem; color: #1A2420; padding: 0.625rem 2.5rem 0.625rem 0.875rem; transition: border-color 0.2s ease, box-shadow 0.2s ease; }
.biostore-disclaimer-wrapper .biostore-nav-search:focus { border-color: #2D4A3E; box-shadow: 0 0 0 3px rgba(45, 74, 62, 0.12); outline: none; }
.biostore-disclaimer-wrapper .biostore-nav-search::placeholder { color: #889790; opacity: 1; }
.biostore-disclaimer-wrapper .biostore-search-icon { position: absolute; right: 0.875rem; top: 50%; transform: translateY(-50%); color: #889790; pointer-events: none; display: flex; align-items: center; }
.biostore-disclaimer-wrapper .biostore-icon-sm { width: 1.125rem; height: 1.125rem; }
.biostore-disclaimer-wrapper .biostore-icon-xs { width: 0.875rem; height: 0.875rem; }
.biostore-disclaimer-wrapper .biostore-side-link { font-size: 0.875rem; color: #586961; text-decoration: none; font-weight: 500; transition: all 0.25s ease; }
.biostore-disclaimer-wrapper .biostore-side-link:hover { background-color: #F4F6F3; color: #2D4A3E; }
.biostore-disclaimer-wrapper .biostore-side-link.active { background-color: #EBF2EE; color: #2D4A3E; font-weight: 600; }
.biostore-disclaimer-wrapper .biostore-help-box { background-color: #F4F6F3; border: 1px solid #E8ECE7; }
.biostore-disclaimer-wrapper .biostore-help-title { font-size: 1rem; font-weight: 600; color: #1A2420; line-height: 1.3; }
.biostore-disclaimer-wrapper .biostore-help-desc { font-size: 0.8125rem; color: #586961; line-height: 1.5; }
.biostore-disclaimer-wrapper .biostore-btn-primary { background-color: #2D4A3E; color: #FFFFFF; border-radius: 12px; font-weight: 600; font-size: 0.875rem; padding: 0.625rem 1.25rem; border: none; transition: background-color 0.25s ease, transform 0.2s ease; }
.biostore-disclaimer-wrapper .biostore-btn-primary:hover { background-color: #233A31; color: #FFFFFF; transform: translateY(-1px); }
.biostore-disclaimer-wrapper .biostore-card { background-color: #FFFFFF; border: 1px solid #E8ECE7; box-shadow: 0 4px 20px -2px rgba(45, 74, 62, 0.04); scroll-margin-top: 2rem; transition: border-color 0.3s ease; }
.biostore-disclaimer-wrapper .biostore-card:hover { border-color: #BAC4BC; }
.biostore-disclaimer-wrapper .biostore-section-icon-wrap { display: none !important; }
.biostore-disclaimer-wrapper .biostore-section-icon { width: 1.5rem; height: 1.5rem; }
.biostore-disclaimer-wrapper .biostore-card-heading { font-size: 1.25rem; font-weight: 600; color: #1A2420; line-height: 1.35; letter-spacing: -0.01em; }
.biostore-disclaimer-wrapper .biostore-text { font-size: 0.9375rem; line-height: 1.65; color: #586961; }
.biostore-disclaimer-wrapper .biostore-highlight-box { background-color: #FAF1EC; border-left: 4px solid #D9825B; }
.biostore-disclaimer-wrapper .biostore-text-highlight { font-size: 0.875rem; line-height: 1.6; color: #1A2420; }
.biostore-disclaimer-wrapper .biostore-inline-link { color: #2D4A3E; font-weight: 600; text-decoration: underline; text-underline-offset: 3px; transition: color 0.2s ease; }
.biostore-disclaimer-wrapper .biostore-inline-link:hover { color: #D9825B; }
.biostore-disclaimer-wrapper .biostore-bullet-list { color: #586961; font-size: 0.9375rem; line-height: 1.6; }
@media (max-width: 767.98px) { .biostore-disclaimer-wrapper .biostore-main-title { font-size: 1.125rem; hyphens: auto; } .biostore-disclaimer-wrapper .biostore-card-heading { font-size: 1rem; hyphens: auto; } .biostore-disclaimer-wrapper .biostore-sidebar-title { font-size: 0.875rem; } .biostore-disclaimer-wrapper .biostore-lead-text { font-size: 0.9375rem; } .biostore-disclaimer-wrapper .biostore-sidebar-card { position: static; } }

/* ===== PAGE: refound ===== */
.biostore-refund-policy { background-color: #FAFBF9; font-family: 'Plus Jakarta Sans', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif; } .biostore-refund-policy .refund-header-card { background: linear-gradient(135deg, #FFFFFF 0%, #F4F6F3 100%); border: 1px solid #E8ECE7; } .biostore-refund-policy .refund-badge { background-color: #EBF2EE; color: #2D4A3E; border: 1px solid #D9E0DA; } .biostore-refund-policy .refund-badge-text { font-size: 0.8125rem; font-weight: 600; letter-spacing: 0.02em; } .biostore-refund-policy .refund-icon-sm { stroke: #2D4A3E; } .biostore-refund-policy .refund-main-title { color: #1A2420; font-size: 2.25rem; font-weight: 700; line-height: 1.25; } .biostore-refund-policy .refund-lead-desc { color: #586961; font-size: 1.0625rem; line-height: 1.6; } .biostore-refund-policy .step-card { background-color: #FFFFFF; border: 1px solid #E8ECE7; transition: transform 0.3s ease, box-shadow 0.3s ease; } .biostore-refund-policy .step-card:hover { transform: translateY(-3px); box-shadow: 0 8px 24px -4px rgba(45, 74, 62, 0.06); } .biostore-refund-policy .step-badge { display: inline-flex; align-items: center; justify-content: center; width: 42px; height: 42px; background-color: #EBF2EE; color: #2D4A3E; font-weight: 700; font-size: 1rem; border-radius: 12px; } .biostore-refund-policy .step-card-title { color: #1A2420; font-weight: 600; } .biostore-refund-policy .step-card-text { color: #586961; font-size: 0.9375rem; line-height: 1.55; } .biostore-refund-policy .refund-article-card { background-color: #FFFFFF; border: 1px solid #E8ECE7; box-shadow: 0 4px 20px -2px rgba(45, 74, 62, 0.04); } .biostore-refund-policy .policy-section-title { color: #1A2420; font-size: 1.25rem; font-weight: 600; line-height: 1.35; } .biostore-refund-policy .policy-text { color: #586961; font-size: 0.95rem; line-height: 1.6; } .biostore-refund-policy .policy-list { padding-left: 1.25rem; color: #586961; font-size: 0.95rem; line-height: 1.6; } .biostore-refund-policy .policy-list-item { margin-bottom: 0.5rem; } .biostore-refund-policy .policy-list-item strong { color: #1A2420; } .biostore-refund-policy .policy-link { color: #2D4A3E; text-decoration: underline; text-underline-offset: 3px; font-weight: 500; } .biostore-refund-policy .policy-link:hover { color: #D9825B; } .biostore-refund-policy .btn-contact-custom { background-color: #2D4A3E; color: #FFFFFF; border-radius: 12px; font-weight: 600; font-size: 0.9375rem; border: 1px solid #2D4A3E; transition: background-color 0.2s ease, transform 0.2s ease; text-decoration: none; display: inline-flex; align-items: center; justify-content: center; } .biostore-refund-policy .btn-contact-custom:hover { background-color: #233A31; color: #FFFFFF; transform: translateY(-1px); } .biostore-refund-policy .btn-catalog-custom { background-color: #F4F6F3; color: #1A2420; border: 1px solid #D9E0DA; border-radius: 12px; font-weight: 600; font-size: 0.9375rem; transition: background-color 0.2s ease, transform 0.2s ease; text-decoration: none; display: inline-flex; align-items: center; justify-content: center; } .biostore-refund-policy .btn-catalog-custom:hover { background-color: #EEF1ED; color: #1A2420; transform: translateY(-1px); } @media (max-width: 767.98px) { .biostore-refund-policy .refund-main-title { font-size: 1.125rem; } .biostore-refund-policy .policy-section-title { font-size: 1rem; } .biostore-refund-policy .step-card-title { font-size: 0.875rem; } .biostore-refund-policy .refund-lead-desc, .biostore-refund-policy .policy-text, .biostore-refund-policy .step-card-text { font-size: 0.875rem; } }

/* ===== PAGE: delivery ===== */
.delivery-page-section { background-color: #FAFBF9; font-family: 'Plus Jakarta Sans', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif; color: #1A2420; }
.delivery-page-section .delivery-hero-card { background: linear-gradient(135deg, #FFFFFF 0%, #F4F6F3 100%); border: 1px solid #E8ECE7; box-shadow: 0 4px 20px -2px rgba(45, 74, 62, 0.04); }
.delivery-page-section .delivery-badge { background-color: #EBF2EE; border: 1px solid #D9E0DA; }
.delivery-page-section .delivery-badge-text { font-size: 0.875rem; font-weight: 600; color: #2D4A3E; letter-spacing: 0.01em; }
.delivery-page-section .delivery-main-title { font-size: 2.25rem; font-weight: 700; color: #1A2420; line-height: 1.25; letter-spacing: -0.02em; }
@media (max-width: 767.98px) { .delivery-page-section .delivery-main-title { font-size: 1.125rem; line-height: 1.3; hyphens: auto; } }
.delivery-page-section .delivery-lead-text { font-size: 1.125rem; line-height: 1.6; color: #586961; max-width: 820px; }
.delivery-page-section .delivery-feature-card { background: #FFFFFF; border: 1px solid #E8ECE7; box-shadow: 0 4px 20px -2px rgba(45, 74, 62, 0.03); transition: all 0.35s cubic-bezier(0.25, 1, 0.5, 1); }
.delivery-page-section .delivery-feature-card:hover { transform: translateY(-4px); box-shadow: 0 12px 30px -4px rgba(45, 74, 62, 0.08); }
.delivery-page-section .icon-wrapper { width: 48px; height: 48px; border-radius: 12px; background-color: #EBF2EE; color: #2D4A3E; display: flex; align-items: center; justify-content: center; }
.delivery-page-section .delivery-feature-title { font-size: 1.25rem; font-weight: 600; color: #1A2420; letter-spacing: -0.01em; }
@media (max-width: 767.98px) { .delivery-page-section .delivery-feature-title { font-size: 0.875rem; } }
.delivery-page-section .delivery-feature-desc { font-size: 0.9375rem; line-height: 1.55; color: #586961; }
.delivery-page-section .delivery-calculator-box { background: #FFFFFF; border: 1px solid #E8ECE7; box-shadow: 0 4px 20px -2px rgba(45, 74, 62, 0.04); }
.delivery-page-section .delivery-section-title { font-size: 1.75rem; font-weight: 600; color: #1A2420; letter-spacing: -0.015em; }
@media (max-width: 767.98px) { .delivery-page-section .delivery-section-title { font-size: 1rem; } }
.delivery-page-section .delivery-section-subtitle { font-size: 1rem; color: #586961; }
.delivery-page-section .delivery-btn-group { background: #F4F6F3; border: 1px solid #E8ECE7; }
.delivery-page-section .delivery-tab-btn { border: none; background: transparent; padding: 0.5rem 1rem; border-radius: 8px; font-size: 0.875rem; font-weight: 600; color: #586961; transition: all 0.2s ease; cursor: pointer; }
.delivery-page-section .delivery-tab-btn.active { background: #2D4A3E; color: #FFFFFF; }
.delivery-page-section .delivery-tab-btn:hover:not(.active) { color: #1A2420; background: #EEF1ED; }
.delivery-page-section .delivery-table { border-collapse: separate; border-spacing: 0; }
.delivery-page-section .delivery-table thead th { background: #F4F6F3; color: #1A2420; font-weight: 600; font-size: 0.875rem; padding: 1rem; border-bottom: 1px solid #D9E0DA; }
.delivery-page-section .delivery-table tbody td { padding: 1.25rem 1rem; border-bottom: 1px solid #E8ECE7; font-size: 0.9375rem; color: #586961; }
.delivery-page-section .delivery-info-card { background: #FFFFFF; border: 1px solid #E8ECE7; box-shadow: 0 4px 20px -2px rgba(45, 74, 62, 0.03); }
.delivery-page-section .delivery-block-heading { font-size: 1.375rem; font-weight: 600; color: #1A2420; }
@media (max-width: 767.98px) { .delivery-page-section .delivery-block-heading { font-size: 0.875rem; } }
.delivery-page-section .step-num-badge { width: 36px; height: 36px; flex-shrink: 0; border-radius: 50%; background: #EBF2EE; color: #2D4A3E; font-weight: 700; display: flex; align-items: center; justify-content: center; font-size: 0.9375rem; }
.delivery-page-section .step-heading { font-size: 1.0625rem; font-weight: 600; color: #1A2420; }
.delivery-page-section .step-desc { font-size: 0.9375rem; color: #586961; line-height: 1.5; }
.delivery-page-section .delivery-text { font-size: 0.95rem; line-height: 1.6; color: #586961; }
.delivery-page-section .eco-metric-box { background: #F4F6F3; border: 1px solid #E8ECE7; text-align: center; }
.delivery-page-section .eco-number { font-size: 1.5rem; font-weight: 700; color: #2D4A3E; }
.delivery-page-section .eco-label { font-size: 0.8125rem; font-weight: 500; color: #586961; }
.delivery-page-section .delivery-faq-wrapper { background: #FFFFFF; border: 1px solid #E8ECE7; }
.delivery-page-section .accordion-item { border: 1px solid #E8ECE7 !important; }
.delivery-page-section .accordion-button { background-color: #F4F6F3; color: #1A2420; box-shadow: none !important; font-size: 1rem; padding: 1.15rem 1.25rem; }
.delivery-page-section .accordion-button:not(.collapsed) { background-color: #EBF2EE; color: #2D4A3E; }
.delivery-page-section .accordion-button::after { background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%232D4A3E'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e"); }
.delivery-page-section .accordion-body { background: #FFFFFF; font-size: 0.9375rem; line-height: 1.6; color: #586961; }
.delivery-page-section .delivery-contact-banner { background: #F4F6F3; border: 1px solid #E8ECE7; }
.delivery-page-section .delivery-cta-title { font-size: 1.5rem; font-weight: 600; color: #1A2420; }
.delivery-page-section .delivery-cta-desc { font-size: 1rem; color: #586961; }
.delivery-page-section .btn-primary-custom { background-color: #2D4A3E; color: #FFFFFF; border-radius: 14px; font-weight: 600; border: none; transition: all 0.35s cubic-bezier(0.25, 1, 0.5, 1); }
.delivery-page-section .btn-primary-custom:hover { background-color: #233A31; color: #FFFFFF; transform: translateY(-2px); }
.delivery-page-section .btn-secondary-custom { background-color: #FFFFFF; color: #1A2420; border: 1px solid #D9E0DA; border-radius: 14px; font-weight: 600; transition: all 0.35s cubic-bezier(0.25, 1, 0.5, 1); }
.delivery-page-section .btn-secondary-custom:hover { background-color: #EEF1ED; color: #1A2420; }

.review-card {
    background-color: #FFFFFF;
    border-color: #E8ECE7 !important;
    border-radius: 20px !important;
    box-shadow: 0 4px 20px -2px rgba(45, 74, 62, 0.04);
    transition: transform 0.35s cubic-bezier(0.25, 1, 0.5, 1), box-shadow 0.35s cubic-bezier(0.25, 1, 0.5, 1);
}

.review-card:hover {
    box-shadow: 0 8px 24px -3px rgba(45, 74, 62, 0.07);
}

.review-avatar {
    width: 48px;
    height: 48px;
    min-width: 48px;
    object-fit: cover;
    border-color: #E8ECE7 !important;
}

.review-author-name {
    color: #1A2420;
    font-size: 1.05rem;
    line-height: 1.3;
}

.bg-subtle-sage {
    background-color: #EBF2EE;
}

.text-sage-dark {
    color: #2D4A3E;
}

.text-primary-dark {
    color: #2D4A3E;
    transition: color 0.2s ease;
}

.text-primary-dark:hover {
    color: #233A31;
}

.text-accent {
    color: #D9825B;
}

.bg-surface-subtle {
    background-color: #F4F6F3;
}

.fs-xs {
    font-size: 0.75rem;
    line-height: 1.3;
}

.review-text {
    color: #586961 !important;
    font-size: 0.95rem;
    line-height: 1.6;
}

.review-title {
    color: #1A2420;
    font-size: 1.1rem;
}

.btn-review-action {
    border-color: #E8ECE7 !important;
    transition: all 0.25s ease;
}

.btn-review-action:hover {
    background-color: #EBF2EE;
    color: #2D4A3E !important;
    border-color: #BAC4BC !important;
}

.btn-review-reply {
    border: none;
    background: transparent;
}

.btn-review-reply:hover {
    text-decoration: underline !important;
}

.review-reply-wrapper {
    margin-left: 1.5rem;
}

.reply-thread-line {
    border-color: #D9E0DA !important;
    left: 0;
    width: 2px;
    border-radius: 2px;
}

.review-card.review-reply {
    background-color: #F4F6F3;
    border-color: #E8ECE7 !important;
    border-radius: 16px !important;
}

.review-avatar-reply {
    width: 36px;
    height: 36px;
    min-width: 36px;
    object-fit: cover;
    border-color: #D9E0DA !important;
}

.bg-brand-primary {
    background-color: #2D4A3E;
}

.reply-title {
    font-size: 0.925rem;
    color: #1A2420;
}

.reply-content .review-text {
    font-size: 0.8875rem;
    line-height: 1.55;
    color: #4A5A53 !important;
}

@media (max-width: 576px) {
    .review-reply-wrapper {
        margin-left: 0.5rem;
        padding-left: 0.85rem !important;
    }
}


/* ===== PAGE TEMPLATE: catalog ===== */
body.biostore-body {
    background-color: #FAFBF9;
    color: #1A2420;
    font-family: 'Plus Jakarta Sans', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    line-height: 1.6;
}

.fs-xs {
    font-size: 0.75rem;
}

.fs-sm {
    font-size: 0.875rem;
}

.fs-7 {
    font-size: 0.75rem;
}

.bg-subtle-sage {
    background-color: #EBF2EE;
}

.text-sage-dark {
    color: #2D4A3E;
}

.bg-surface-subtle {
    background-color: #F4F6F3;
}

.bg-brand-primary {
    background-color: #2D4A3E;
}

.text-primary-dark {
    color: #2D4A3E;
}

.text-accent {
    color: #D9825B;
}

.biostore-header {
    background-color: #FAFBF9;
    border-bottom: 1px solid #E8ECE7;
    z-index: 1030;
    box-shadow: 0 2px 10px rgba(45, 74, 62, 0.03);
}

.biostore-header .biostore-navbar {
    background-color: #FAFBF9;
}

.biostore-header .biostore-logo-img {
    max-width: 42px;
    max-height: 42px;
    object-fit: contain;
}

.biostore-header .biostore-brand-text {
    font-family: 'Plus Jakarta Sans', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    font-size: 1.25rem;
    letter-spacing: -0.02em;
    color: #1A2420;
}

.biostore-header .biostore-brand:hover .biostore-brand-text {
    color: #2D4A3E;
}

.biostore-header .biostore-toggler {
    color: #1A2420;
    background-color: #F4F6F3;
    border-radius: 10px;
}

.biostore-header .biostore-toggler:focus {
    box-shadow: 0 0 0 3px rgba(45, 74, 62, 0.15);
}

.biostore-header .biostore-link {
    font-family: 'Plus Jakarta Sans', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    font-size: 0.95rem;
    font-weight: 500;
    color: #586961;
    padding: 0.5rem 0.85rem;
    border-radius: 8px;
    transition: all 0.25s ease;
}

.biostore-header .biostore-link:hover,
.biostore-header .biostore-link:focus,
.biostore-header .biostore-link.active {
    color: #2D4A3E;
    background-color: #EBF2EE;
}

.biostore-header .biostore-cta-btn {
    background-color: #2D4A3E;
    color: #FFFFFF;
    font-weight: 600;
    font-size: 0.9rem;
    padding: 0.65rem 1.35rem;
    border-radius: 12px;
    border: 1px solid #2D4A3E;
    transition: all 0.25s ease;
}

.biostore-header .biostore-cta-btn:hover {
    background-color: #233A31;
    border-color: #233A31;
    color: #FFFFFF;
    transform: translateY(-1px);
}

.biostore-header .biostore-cart-btn {
    color: #2D4A3E;
    background-color: #F4F6F3;
    border: 1px solid #E8ECE7;
    border-top: none;
    width: 44px;
    height: 44px;
    border-radius: 12px;
    transition: all 0.25s ease;
}

.biostore-header .biostore-cart-btn:hover {
    background-color: #EBF2EE;
    color: #233A31;
    border-color: #D9E0DA;
    border-top: none;
}

.biostore-header .biostore-badge {
    font-size: 0.7rem;
    padding: 0.25em 0.55em;
}

.biostore-detail-main .biostore-breadcrumbs {
    font-size: 0.875rem;
}

.biostore-detail-main .biostore-crumb-link {
    color: #586961;
    text-decoration: none;
    transition: color 0.2s ease;
}

.biostore-detail-main .biostore-crumb-link:hover {
    color: #2D4A3E;
}

.biostore-detail-main .biostore-crumb-sep {
    color: #BAC4BC;
}

.biostore-detail-main .biostore-crumb-active {
    color: #1A2420;
    font-weight: 600;
}

.biostore-detail-main .biostore-article-card {
    border-color: #E8ECE7 !important;
}

.biostore-detail-main .biostore-pill-badge {
    background-color: #EBF2EE;
    color: #2D4A3E;
    font-size: 0.75rem;
    font-weight: 600;
    padding: 0.35rem 0.85rem;
    border-radius: 50rem;
}

.biostore-detail-main .biostore-article-title {
    color: #1A2420;
    font-size: 2.125rem;
    font-weight: 700;
    line-height: 1.25;
    letter-spacing: -0.02em;
}

.biostore-detail-main .biostore-meta-bar {
    border-color: #E8ECE7 !important;
}

.biostore-detail-main .biostore-detail-img {
    max-height: 440px;
    width: 100%;
    object-fit: contain;
}

.biostore-detail-main .biostore-article-body > .lead.text-secondary {
    color: #000000 !important;
}

.biostore-detail-main .biostore-content-text p {
    color: #586961;
    font-size: 1rem;
    line-height: 1.7;
    margin-bottom: 1.25rem;
}

.biostore-detail-main .biostore-subheading {
    color: #1A2420;
    font-size: 1.45rem;
    font-weight: 700;
    line-height: 1.3;
}

.biostore-detail-main .biostore-subheading-small {
    color: #1A2420;
    font-size: 1.2rem;
    font-weight: 600;
}

.biostore-detail-main .biostore-quote {
    background-color: #FAF1EC;
    border-left: 4px solid #D9825B;
}

.biostore-detail-main .biostore-styled-list {
    padding-left: 1.25rem;
    color: #586961;
}

.biostore-detail-main .biostore-styled-list li {
    margin-bottom: 0.5rem;
}

.biostore-detail-main .biostore-principles-block {
    background-color: #EBF2EE;
    border-left: 4px solid #2D4A3E;
    border-radius: 0 12px 12px 0;
    padding: 1.25rem 1.5rem;
    margin: 1.5rem 0;
}

.biostore-detail-main .biostore-principles-block .biostore-subheading {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    margin-top: 0 !important;
}

.biostore-detail-main .biostore-principles-block .biostore-principles-icon {
    flex-shrink: 0;
    color: #2D4A3E;
}

.biostore-detail-main .biostore-steps-block {
    background-color: #FAF1EC;
    border: 1px solid #E8D5C8;
    border-radius: 12px;
    padding: 1.25rem 1.5rem;
    margin: 1.5rem 0;
}

.biostore-detail-main .biostore-steps-block .biostore-subheading-small {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    margin-top: 0 !important;
    color: #B5603A;
}

.biostore-detail-main .biostore-steps-block .biostore-steps-icon {
    flex-shrink: 0;
    color: #D9825B;
}

.biostore-detail-main .biostore-steps-block .biostore-styled-list {
    list-style: none;
    padding-left: 0;
    counter-reset: step-counter;
}

.biostore-detail-main .biostore-steps-block .biostore-styled-list li {
    counter-increment: step-counter;
    position: relative;
    padding-left: 2.5rem;
    margin-bottom: 0.75rem;
}

.biostore-detail-main .biostore-steps-block .biostore-styled-list li::before {
    content: counter(step-counter);
    position: absolute;
    left: 0;
    top: -2px;
    width: 24px;
    height: 24px;
    background-color: #D9825B;
    color: #FFFFFF;
    border-radius: 50%;
    font-size: 0.8rem;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
}

.biostore-detail-main .biostore-share-btn {
    background-color: #F4F6F3;
    color: #2D4A3E;
    border: 1px solid #E8ECE7;
    width: 36px;
    height: 36px;
    transition: all 0.25s ease;
}

.biostore-detail-main .biostore-share-btn:hover {
    background-color: #2D4A3E;
    color: #FFFFFF;
}

.biostore-detail-main .biostore-back-link {
    color: #2D4A3E;
    transition: transform 0.2s ease;
}

.biostore-detail-main .biostore-back-link:hover {
    transform: translateX(-3px);
}

.biostore-detail-main .biostore-comments-heading {
    color: #1A2420;
    font-size: 1.35rem;
    font-weight: 700;
}

.biostore-detail-main .review-card {
    border-color: #E8ECE7 !important;
}

.biostore-detail-main .review-avatar {
    width: 48px;
    height: 48px;
    object-fit: cover;
}

.biostore-detail-main .review-avatar-reply {
    width: 36px;
    height: 36px;
    object-fit: cover;
}

.biostore-detail-main .reply-thread-line {
    border-left-color: #D9E0DA !important;
}

.biostore-detail-main .btn-review-action {
    background-color: #F4F6F3;
    border-color: #E8ECE7 !important;
    color: #586961;
    transition: all 0.2s ease;
}

.biostore-detail-main .btn-review-action.active {
    background-color: #EBF2EE;
    color: #2D4A3E;
    border-color: #2D4A3E !important;
}

.biostore-detail-main .biostore-input {
    background-color: #FFFFFF;
    border: 1px solid #D9E0DA;
    color: #1A2420;
    border-radius: 12px;
    padding: 0.65rem 1rem;
}

.biostore-detail-main .biostore-input:focus {
    background-color: #FFFFFF;
    color: #1A2420;
    border-color: #2D4A3E;
    box-shadow: 0 0 0 3px rgba(45, 74, 62, 0.15);
}

.biostore-detail-main .biostore-input::placeholder {
    color: #889790;
}

.biostore-detail-main .biostore-select-rating {
    background-color: #FFFFFF;
    border: 1px solid #D9E0DA;
    color: #1A2420;
    border-radius: 10px;
}

.biostore-detail-main .biostore-btn-primary {
    background-color: #2D4A3E;
    color: #FFFFFF;
    font-weight: 600;
    border-radius: 12px;
    border: 1px solid #2D4A3E;
    transition: all 0.25s ease;
}

.biostore-detail-main .biostore-btn-primary:hover {
    background-color: #233A31;
    color: #FFFFFF;
}

.biostore-detail-main .biostore-btn-secondary {
    background-color: #F4F6F3;
    color: #1A2420;
    border: 1px solid #E8ECE7;
    border-radius: 10px;
    transition: all 0.25s ease;
}

.biostore-detail-main .biostore-btn-secondary:hover {
    background-color: #EEF1ED;
    color: #1A2420;
}

.biostore-detail-main .biostore-tag-label {
    color: #D9825B;
    font-size: 0.6875rem;
    font-weight: 700;
    letter-spacing: 0.05em;
}

.biostore-detail-main .biostore-promo-price {
    color: #2D4A3E;
    font-weight: 700;
}

.biostore-detail-main .biostore-sidebar-prod-img {
    max-height: 150px;
    width: auto;
    object-fit: contain;
}

.biostore-detail-main .biostore-btn-cart {
    background-color: #D9825B;
    color: #FFFFFF;
    font-weight: 600;
    border-radius: 12px;
    padding: 0.625rem 1rem;
    border: none;
    font-size: 0.875rem;
    transition: background-color 0.25s ease;
}

.biostore-detail-main .biostore-btn-cart:hover {
    background-color: #C8734C;
    color: #FFFFFF;
}

.biostore-detail-main .biostore-recent-num {
    width: 28px;
    height: 28px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 0.8125rem;
    flex-shrink: 0;
}

.biostore-detail-main .biostore-recent-link:hover {
    color: #2D4A3E !important;
}

.biostore-detail-main .biostore-newsletter-widget {
    background: linear-gradient(135deg, #FFFFFF 0%, #F7F9F6 100%);
    border: 1px solid #E8ECE7;
}

.biostore-detail-main .biostore-news-icon-wrap {
    width: 48px;
    height: 48px;
    border: 1px solid #E8ECE7;
}

.footer-block {
    background-color: #F4F6F3;
    color: #586961;
    font-family: 'Plus Jakarta Sans', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    padding-top: clamp(3rem, 6vw, 5rem);
    padding-bottom: clamp(2rem, 4vw, 3rem);
    border-top: 1px solid #E8ECE7;
}

.footer-block .footer-disclaimer-card {
    background-color: #FAF1EC;
    border: 1px solid #E8ECE7;
    border-left: 4px solid #D9825B;
}

.footer-block .icon-warning {
    width: 24px;
    height: 24px;
    color: #D9825B;
}

.footer-block .disclaimer-title {
    color: #1A2420;
    font-size: 0.9375rem;
    line-height: 1.3;
}

.footer-block .disclaimer-description {
    color: #586961;
    font-size: 0.8125rem;
    line-height: 1.5;
}

.footer-block .footer-logo-img {
    max-width: 44px;
    height: auto;
    object-fit: contain;
}

.footer-block .brand-title {
    color: #2D4A3E;
    letter-spacing: -0.02em;
}

.footer-block .footer-tagline {
    font-size: 0.875rem;
    line-height: 1.55;
    color: #586961;
    max-width: 320px;
}

.footer-block .footer-column-heading {
    color: #1A2420;
    letter-spacing: -0.01em;
}

.footer-block .footer-link {
    color: #586961;
    text-decoration: none;
    font-size: 0.875rem;
    transition: color 0.25s ease, transform 0.25s ease;
    display: inline-block;
}

.footer-block .footer-link:hover,
.footer-block .footer-link:focus {
    color: #2D4A3E;
    transform: translateX(2px);
}

.footer-block .contact-icon {
    width: 18px;
    height: 18px;
    color: #2D4A3E;
}

.footer-block .footer-contact-text,
.footer-block .footer-contact-link {
    color: #586961;
    font-size: 0.875rem;
    line-height: 1.5;
    text-decoration: none;
    transition: color 0.25s ease;
}

.footer-block .footer-contact-link:hover,
.footer-block .footer-contact-link:focus {
    color: #2D4A3E;
}

.footer-block .footer-bottom-divider {
    height: 1px;
    background-color: #E8ECE7;
    width: 100%;
}

.footer-block .footer-copyright-text {
    font-size: 0.8125rem;
    color: #889790;
}

.footer-block .payment-label {
    font-size: 0.75rem;
    color: #889790;
    font-weight: 500;
}

.footer-block .payment-badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
    transition: transform 0.2s ease;
}

.footer-block .payment-badge:hover {
    transform: translateY(-1px);
}

@media (max-width: 991.98px) {
    .biostore-header .biostore-collapse {
        background-color: #FAFBF9;
        padding: 1rem 0;
    }

    .biostore-header .biostore-action-group {
        border-top: 1px solid #E8ECE7 !important;
        margin-top: 0.5rem;
    }

    .biostore-header .biostore-cta-btn {
        width: 100%;
        text-align: center;
    }
}

@media (max-width: 767.98px) {
    .biostore-detail-main .biostore-article-title {
        font-size: 1.125rem;
        hyphens: auto;
    }

    .biostore-detail-main .biostore-subheading {
        font-size: 1rem;
        hyphens: auto;
    }

    .biostore-detail-main .biostore-subheading-small {
        font-size: 0.875rem;
        hyphens: auto;
    }

    .footer-block .footer-column-heading {
        font-size: 0.875rem;
    }

    .footer-block .disclaimer-title {
        font-size: 0.875rem;
    }

    .footer-block .disclaimer-description {
        font-size: 0.75rem;
    }

    .footer-block .brand-title {
        font-size: 1.125rem;
    }
}

/* ===== PAGE TEMPLATE: blog ===== */
body.biostore-body {
    background-color: #FAFBF9;
    color: #1A2420;
    font-family: 'Plus Jakarta Sans', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    line-height: 1.6;
}

.fs-xs {
    font-size: 0.75rem;
}

.fs-sm {
    font-size: 0.875rem;
}

.fs-7 {
    font-size: 0.75rem;
}

.bg-subtle-sage {
    background-color: #EBF2EE;
}

.text-sage-dark {
    color: #2D4A3E;
}

.bg-surface-subtle {
    background-color: #F4F6F3;
}

.bg-brand-primary {
    background-color: #2D4A3E;
}

.text-primary-dark {
    color: #2D4A3E;
}

.text-accent {
    color: #D9825B;
}

.biostore-header {
    background-color: #FAFBF9;
    border-bottom: 1px solid #E8ECE7;
    z-index: 1030;
    box-shadow: 0 2px 10px rgba(45, 74, 62, 0.03);
}

.biostore-header .biostore-navbar {
    background-color: #FAFBF9;
}

.biostore-header .biostore-logo-img {
    max-width: 42px;
    max-height: 42px;
    object-fit: contain;
}

.biostore-header .biostore-brand-text {
    font-family: 'Plus Jakarta Sans', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    font-size: 1.25rem;
    letter-spacing: -0.02em;
    color: #1A2420;
}

.biostore-header .biostore-brand:hover .biostore-brand-text {
    color: #2D4A3E;
}

.biostore-header .biostore-toggler {
    color: #1A2420;
    background-color: #F4F6F3;
    border-radius: 10px;
}

.biostore-header .biostore-toggler:focus {
    box-shadow: 0 0 0 3px rgba(45, 74, 62, 0.15);
}

.biostore-header .biostore-link {
    font-family: 'Plus Jakarta Sans', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    font-size: 0.95rem;
    font-weight: 500;
    color: #586961;
    padding: 0.5rem 0.85rem;
    border-radius: 8px;
    transition: all 0.25s ease;
}

.biostore-header .biostore-link:hover,
.biostore-header .biostore-link:focus,
.biostore-header .biostore-link.active {
    color: #2D4A3E;
    background-color: #EBF2EE;
}

.biostore-header .biostore-cta-btn {
    background-color: #2D4A3E;
    color: #FFFFFF;
    font-weight: 600;
    font-size: 0.9rem;
    padding: 0.65rem 1.35rem;
    border-radius: 12px;
    border: 1px solid #2D4A3E;
    transition: all 0.25s ease;
}

.biostore-header .biostore-cta-btn:hover {
    background-color: #233A31;
    border-color: #233A31;
    color: #FFFFFF;
    transform: translateY(-1px);
}

.biostore-header .biostore-cart-btn {
    color: #2D4A3E;
    background-color: #F4F6F3;
    border: 1px solid #E8ECE7;
    border-top: none;
    width: 44px;
    height: 44px;
    border-radius: 12px;
    transition: all 0.25s ease;
}

.biostore-header .biostore-cart-btn:hover {
    background-color: #EBF2EE;
    color: #233A31;
    border-color: #D9E0DA;
    border-top: none;
}

.biostore-header .biostore-badge {
    font-size: 0.7rem;
    padding: 0.25em 0.55em;
}

.biostore-detail-main .biostore-breadcrumbs {
    font-size: 0.875rem;
}

.biostore-detail-main .biostore-crumb-link {
    color: #586961;
    text-decoration: none;
    transition: color 0.2s ease;
}

.biostore-detail-main .biostore-crumb-link:hover {
    color: #2D4A3E;
}

.biostore-detail-main .biostore-crumb-sep {
    color: #BAC4BC;
}

.biostore-detail-main .biostore-crumb-active {
    color: #1A2420;
    font-weight: 600;
}

.biostore-detail-main .biostore-article-card {
    border-color: #E8ECE7 !important;
}

.biostore-detail-main .biostore-pill-badge {
    background-color: #EBF2EE;
    color: #2D4A3E;
    font-size: 0.75rem;
    font-weight: 600;
    padding: 0.35rem 0.85rem;
    border-radius: 50rem;
}

.biostore-detail-main .biostore-article-title {
    color: #1A2420;
    font-size: 2.125rem;
    font-weight: 700;
    line-height: 1.25;
    letter-spacing: -0.02em;
}

.biostore-detail-main .biostore-meta-bar {
    border-color: #E8ECE7 !important;
}

.biostore-detail-main .biostore-detail-img {
    max-height: 440px;
    width: 100%;
    object-fit: contain;
}

.biostore-detail-main .biostore-article-body > .lead.text-secondary {
    color: #000000 !important;
}

.biostore-detail-main .biostore-content-text p {
    color: #586961;
    font-size: 1rem;
    line-height: 1.7;
    margin-bottom: 1.25rem;
}

.biostore-detail-main .biostore-subheading {
    color: #1A2420;
    font-size: 1.45rem;
    font-weight: 700;
    line-height: 1.3;
}

.biostore-detail-main .biostore-subheading-small {
    color: #1A2420;
    font-size: 1.2rem;
    font-weight: 600;
}

.biostore-detail-main .biostore-quote {
    background-color: #FAF1EC;
    border-left: 4px solid #D9825B;
}

.biostore-detail-main .biostore-styled-list {
    padding-left: 1.25rem;
    color: #586961;
}

.biostore-detail-main .biostore-styled-list li {
    margin-bottom: 0.5rem;
}

.biostore-detail-main .biostore-principles-block {
    background-color: #EBF2EE;
    border-left: 4px solid #2D4A3E;
    border-radius: 0 12px 12px 0;
    padding: 1.25rem 1.5rem;
    margin: 1.5rem 0;
}

.biostore-detail-main .biostore-principles-block .biostore-subheading {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    margin-top: 0 !important;
}

.biostore-detail-main .biostore-principles-block .biostore-principles-icon {
    flex-shrink: 0;
    color: #2D4A3E;
}

.biostore-detail-main .biostore-steps-block {
    background-color: #FAF1EC;
    border: 1px solid #E8D5C8;
    border-radius: 12px;
    padding: 1.25rem 1.5rem;
    margin: 1.5rem 0;
}

.biostore-detail-main .biostore-steps-block .biostore-subheading-small {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    margin-top: 0 !important;
    color: #B5603A;
}

.biostore-detail-main .biostore-steps-block .biostore-steps-icon {
    flex-shrink: 0;
    color: #D9825B;
}

.biostore-detail-main .biostore-steps-block .biostore-styled-list {
    list-style: none;
    padding-left: 0;
    counter-reset: step-counter;
}

.biostore-detail-main .biostore-steps-block .biostore-styled-list li {
    counter-increment: step-counter;
    position: relative;
    padding-left: 2.5rem;
    margin-bottom: 0.75rem;
}

.biostore-detail-main .biostore-steps-block .biostore-styled-list li::before {
    content: counter(step-counter);
    position: absolute;
    left: 0;
    top: -2px;
    width: 24px;
    height: 24px;
    background-color: #D9825B;
    color: #FFFFFF;
    border-radius: 50%;
    font-size: 0.8rem;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
}

.biostore-detail-main .biostore-share-btn {
    background-color: #F4F6F3;
    color: #2D4A3E;
    border: 1px solid #E8ECE7;
    width: 36px;
    height: 36px;
    transition: all 0.25s ease;
}

.biostore-detail-main .biostore-share-btn:hover {
    background-color: #2D4A3E;
    color: #FFFFFF;
}

.biostore-detail-main .biostore-back-link {
    color: #2D4A3E;
    transition: transform 0.2s ease;
}

.biostore-detail-main .biostore-back-link:hover {
    transform: translateX(-3px);
}

.biostore-detail-main .biostore-comments-heading {
    color: #1A2420;
    font-size: 1.35rem;
    font-weight: 700;
}

.biostore-detail-main .review-card {
    border-color: #E8ECE7 !important;
}

.biostore-detail-main .review-avatar {
    width: 48px;
    height: 48px;
    object-fit: cover;
}

.biostore-detail-main .review-avatar-reply {
    width: 36px;
    height: 36px;
    object-fit: cover;
}

.biostore-detail-main .reply-thread-line {
    border-left-color: #D9E0DA !important;
}

.biostore-detail-main .btn-review-action {
    background-color: #F4F6F3;
    border-color: #E8ECE7 !important;
    color: #586961;
    transition: all 0.2s ease;
}

.biostore-detail-main .btn-review-action.active {
    background-color: #EBF2EE;
    color: #2D4A3E;
    border-color: #2D4A3E !important;
}

.biostore-detail-main .biostore-input {
    background-color: #FFFFFF;
    border: 1px solid #D9E0DA;
    color: #1A2420;
    border-radius: 12px;
    padding: 0.65rem 1rem;
}

.biostore-detail-main .biostore-input:focus {
    background-color: #FFFFFF;
    color: #1A2420;
    border-color: #2D4A3E;
    box-shadow: 0 0 0 3px rgba(45, 74, 62, 0.15);
}

.biostore-detail-main .biostore-input::placeholder {
    color: #889790;
}

.biostore-detail-main .biostore-select-rating {
    background-color: #FFFFFF;
    border: 1px solid #D9E0DA;
    color: #1A2420;
    border-radius: 10px;
}

.biostore-detail-main .biostore-btn-primary {
    background-color: #2D4A3E;
    color: #FFFFFF;
    font-weight: 600;
    border-radius: 12px;
    border: 1px solid #2D4A3E;
    transition: all 0.25s ease;
}

.biostore-detail-main .biostore-btn-primary:hover {
    background-color: #233A31;
    color: #FFFFFF;
}

.biostore-detail-main .biostore-btn-secondary {
    background-color: #F4F6F3;
    color: #1A2420;
    border: 1px solid #E8ECE7;
    border-radius: 10px;
    transition: all 0.25s ease;
}

.biostore-detail-main .biostore-btn-secondary:hover {
    background-color: #EEF1ED;
    color: #1A2420;
}

.biostore-detail-main .biostore-tag-label {
    color: #D9825B;
    font-size: 0.6875rem;
    font-weight: 700;
    letter-spacing: 0.05em;
}

.biostore-detail-main .biostore-promo-price {
    color: #2D4A3E;
    font-weight: 700;
}

.biostore-detail-main .biostore-sidebar-prod-img {
    max-height: 150px;
    width: auto;
    object-fit: contain;
}

.biostore-detail-main .biostore-btn-cart {
    background-color: #D9825B;
    color: #FFFFFF;
    font-weight: 600;
    border-radius: 12px;
    padding: 0.625rem 1rem;
    border: none;
    font-size: 0.875rem;
    transition: background-color 0.25s ease;
}

.biostore-detail-main .biostore-btn-cart:hover {
    background-color: #C8734C;
    color: #FFFFFF;
}

.biostore-detail-main .biostore-recent-num {
    width: 28px;
    height: 28px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 0.8125rem;
    flex-shrink: 0;
}

.biostore-detail-main .biostore-recent-link:hover {
    color: #2D4A3E !important;
}

.biostore-detail-main .biostore-newsletter-widget {
    background: linear-gradient(135deg, #FFFFFF 0%, #F7F9F6 100%);
    border: 1px solid #E8ECE7;
}

.biostore-detail-main .biostore-news-icon-wrap {
    width: 48px;
    height: 48px;
    border: 1px solid #E8ECE7;
}

.footer-block {
    background-color: #F4F6F3;
    color: #586961;
    font-family: 'Plus Jakarta Sans', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    padding-top: clamp(3rem, 6vw, 5rem);
    padding-bottom: clamp(2rem, 4vw, 3rem);
    border-top: 1px solid #E8ECE7;
}

.footer-block .footer-disclaimer-card {
    background-color: #FAF1EC;
    border: 1px solid #E8ECE7;
    border-left: 4px solid #D9825B;
}

.footer-block .icon-warning {
    width: 24px;
    height: 24px;
    color: #D9825B;
}

.footer-block .disclaimer-title {
    color: #1A2420;
    font-size: 0.9375rem;
    line-height: 1.3;
}

.footer-block .disclaimer-description {
    color: #586961;
    font-size: 0.8125rem;
    line-height: 1.5;
}

.footer-block .footer-logo-img {
    max-width: 44px;
    height: auto;
    object-fit: contain;
}

.footer-block .brand-title {
    color: #2D4A3E;
    letter-spacing: -0.02em;
}

.footer-block .footer-tagline {
    font-size: 0.875rem;
    line-height: 1.55;
    color: #586961;
    max-width: 320px;
}

.footer-block .footer-column-heading {
    color: #1A2420;
    letter-spacing: -0.01em;
}

.footer-block .footer-link {
    color: #586961;
    text-decoration: none;
    font-size: 0.875rem;
    transition: color 0.25s ease, transform 0.25s ease;
    display: inline-block;
}

.footer-block .footer-link:hover,
.footer-block .footer-link:focus {
    color: #2D4A3E;
    transform: translateX(2px);
}

.footer-block .contact-icon {
    width: 18px;
    height: 18px;
    color: #2D4A3E;
}

.footer-block .footer-contact-text,
.footer-block .footer-contact-link {
    color: #586961;
    font-size: 0.875rem;
    line-height: 1.5;
    text-decoration: none;
    transition: color 0.25s ease;
}

.footer-block .footer-contact-link:hover,
.footer-block .footer-contact-link:focus {
    color: #2D4A3E;
}

.footer-block .footer-bottom-divider {
    height: 1px;
    background-color: #E8ECE7;
    width: 100%;
}

.footer-block .footer-copyright-text {
    font-size: 0.8125rem;
    color: #889790;
}

.footer-block .payment-label {
    font-size: 0.75rem;
    color: #889790;
    font-weight: 500;
}

.footer-block .payment-badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
    transition: transform 0.2s ease;
}

.footer-block .payment-badge:hover {
    transform: translateY(-1px);
}

@media (max-width: 991.98px) {
    .biostore-header .biostore-collapse {
        background-color: #FAFBF9;
        padding: 1rem 0;
    }

    .biostore-header .biostore-action-group {
        border-top: 1px solid #E8ECE7 !important;
        margin-top: 0.5rem;
    }

    .biostore-header .biostore-cta-btn {
        width: 100%;
        text-align: center;
    }
}

@media (max-width: 767.98px) {
    .biostore-detail-main .biostore-article-title {
        font-size: 1.125rem;
        hyphens: auto;
    }

    .biostore-detail-main .biostore-subheading {
        font-size: 1rem;
        hyphens: auto;
    }

    .biostore-detail-main .biostore-subheading-small {
        font-size: 0.875rem;
        hyphens: auto;
    }

    .footer-block .footer-column-heading {
        font-size: 0.875rem;
    }

    .footer-block .disclaimer-title {
        font-size: 0.875rem;
    }

    .footer-block .disclaimer-description {
        font-size: 0.75rem;
    }

    .footer-block .brand-title {
        font-size: 1.125rem;
    }
}