:root {
    --bg-base: #F7FAF8;
    --bg-surface: #FFFFFF;
    --bg-subtle: #F0F7F2;
    --primary: #16A34A;
    --primary-hover: #15803D;
    --primary-light: #DCFCE7;
    --primary-active: #166534;
    --secondary-accent: #0D9488;
    --border-light: #E2ECE5;
    --text-primary: #0F2418;
    --text-secondary: #334E3F;
    --text-muted-val: #64748B;
    --font-primary: 'Plus Jakarta Sans', system-ui, -apple-system, sans-serif;
    --font-heading: 'Outfit', 'Plus Jakarta Sans', sans-serif
}

*,
*::before,
*::after {
    box-sizing: border-box
}

html {
    scroll-behavior: smooth
}

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

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

a {
    text-decoration: none;
    transition: all .25s ease-in-out
}

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

/* ===== header ===== */
.site-main-header {
    background-color: #FFFFFF;
    border-bottom: 1px solid #E2ECE5;
    box-shadow: 0 4px 18px rgba(15, 36, 24, 0.04);
    z-index: 1030;
    position: sticky;
    top: 0;
    width: 100%;
}

.site-main-header .site-main-header__top-strip {
    background-color: #F0F7F2;
    border-bottom: 1px solid #E2ECE5;
    font-size: 0.75rem;
    color: #334E3F;
}

.site-main-header .site-main-header__tagline {
    font-weight: 500;
    color: #334E3F;
}

.site-main-header .site-main-header__top-link {
    color: #334E3F;
    text-decoration: none;
    transition: color 0.2s ease;
}

.site-main-header .site-main-header__top-link:hover {
    color: #16A34A;
}

.site-main-header .site-main-header__top-divider {
    display: inline-block;
    width: 1px;
    height: 10px;
    background-color: #CBD5E1;
}

.site-main-header .site-main-header__navbar {
    background-color: #FFFFFF;
    padding: 0.75rem 0;
}

.site-main-header .site-main-header__logo-img {
    max-width: 44px;
    height: auto;
    object-fit: contain;
}

.site-main-header .site-main-header__brand-title {
    font-family: 'Outfit', 'Plus Jakarta Sans', sans-serif;
    font-size: 1.15rem;
    font-weight: 700;
    color: #0F2418;
    line-height: 1.2;
    letter-spacing: -0.02em;
}

.site-main-header .site-main-header__brand-sub {
    font-size: 0.68rem;
    font-weight: 600;
    color: #16A34A;
    letter-spacing: 0.05em;
}

.site-main-header .site-main-header__center-brand {
    text-decoration: none;
    padding: 0.25rem 0.75rem;
    border-radius: 12px;
    transition: opacity 0.2s ease;
}

.site-main-header .site-main-header__center-brand:hover {
    opacity: 0.9;
}

.site-main-header .site-main-header__nav-link {
    font-family: 'Plus Jakarta Sans', system-ui, sans-serif;
    font-size: 0.95rem;
    font-weight: 600;
    color: #0F2418;
    padding: 0.5rem 0.85rem;
    border-radius: 8px;
    transition: all 0.2s ease;
}

.site-main-header .site-main-header__nav-link:hover,
.site-main-header .site-main-header__nav-link:focus {
    color: #16A34A;
    background-color: #F0F7F2;
}

.site-main-header .site-main-header__toggler {
    border: 1px solid #E2ECE5;
    background-color: #F7FAF8;
    padding: 0.4rem 0.6rem;
    border-radius: 8px;
    color: #0F2418;
    outline: none;
    box-shadow: none;
}

.site-main-header .site-main-header__toggler:focus {
    box-shadow: 0 0 0 3px rgba(22, 163, 74, 0.15);
}

.site-main-header .site-main-header__toggler-icon {
    font-size: 1.4rem;
    color: #0F2418;
}

.site-main-header .site-main-header__cart-mobile {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 38px;
    height: 38px;
    border-radius: 10px;
    background-color: #F0F7F2;
    border: 1px solid #DCFCE7;
    color: #166534;
    text-decoration: none;
}

.site-main-header .site-main-header__cart-desktop {
    background-color: #16A34A;
    color: #FFFFFF;
    font-weight: 600;
    font-size: 0.9rem;
    padding: 0.5rem 1.15rem;
    border-radius: 10px;
    border: 1px solid #16A34A;
    box-shadow: 0 4px 14px rgba(22, 163, 74, 0.25);
    text-decoration: none;
    transition: all 0.2s ease;
}

.site-main-header .site-main-header__cart-desktop:hover {
    background-color: #15803D;
    border-color: #15803D;
    color: #FFFFFF;
    box-shadow: 0 6px 20px rgba(22, 163, 74, 0.35);
    transform: translateY(-1px);
}

.site-main-header .site-main-header__cart-icon {
    font-size: 1.15rem;
}

.site-main-header .site-main-header__cart-badge {
    background-color: #DCFCE7 !important;
    color: #166534 !important;
    font-size: 0.75rem;
    font-weight: 700;
    padding: 0.25rem 0.55rem;
}

@media (max-width: 991.98px) {
    .site-main-header .navbar-collapse {
        background-color: #FFFFFF;
        border-top: 1px solid #E2ECE5;
        padding: 1rem 0 0.5rem;
        margin-top: 0.75rem;
    }

    .site-main-header .site-main-header__nav-link {
        padding: 0.75rem 1rem;
        border-bottom: 1px solid #F0F7F2;
    }

    .site-main-header .site-main-header__brand-title {
        font-size: 1rem;
    }
}

/* ===== hero ===== */
.hero-athletics {
    background-color: #F7FAF8;
    overflow: hidden;
}

.hero-athletics .hero-athletics__badge {
    background-color: #DCFCE7;
    color: #166534;
    font-size: 0.8125rem;
    font-weight: 700;
    padding: 0.4rem 1rem;
    border-radius: 9999px;
    border: 1px solid #86EFAC;
    letter-spacing: 0.03em;
}

.hero-athletics .hero-athletics__title {
    color: #0F2418;
    font-family: 'Outfit', 'Plus Jakarta Sans', sans-serif;
    font-size: clamp(2rem, 4vw, 3.25rem);
    font-weight: 800;
    line-height: 1.2;
    letter-spacing: -0.025em;
}

.hero-athletics .hero-athletics__highlight {
    color: #16A34A;
}

.hero-athletics .hero-athletics__desc {
    color: #334E3F;
    font-size: 1.0625rem;
    line-height: 1.65;
    max-width: 540px;
}

.hero-athletics .hero-athletics__btn-primary {
    background-color: #16A34A;
    color: #FFFFFF;
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: 1rem;
    font-weight: 600;
    padding: 0.85rem 1.85rem;
    border-radius: 12px;
    border: none;
    box-shadow: 0 4px 14px rgba(22, 163, 74, 0.35);
    transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1);
    text-decoration: none;
}

.hero-athletics .hero-athletics__btn-primary:hover {
    background-color: #15803D;
    color: #FFFFFF;
    box-shadow: 0 6px 20px rgba(22, 163, 74, 0.45);
    transform: translateY(-2px);
}

.hero-athletics .hero-athletics__btn-secondary {
    background-color: #DCFCE7;
    color: #166534;
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: 1rem;
    font-weight: 600;
    padding: 0.85rem 1.85rem;
    border-radius: 12px;
    border: 1px solid #86EFAC;
    transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1);
    text-decoration: none;
}

.hero-athletics .hero-athletics__btn-secondary:hover {
    background-color: #BBF7D0;
    color: #166534;
    transform: translateY(-2px);
}

.hero-athletics .hero-athletics__stats {
    border-color: #E2ECE5 !important;
}

.hero-athletics .hero-athletics__stat-number {
    font-family: 'Outfit', sans-serif;
    font-size: 1.75rem;
    font-weight: 800;
    color: #0F2418;
    line-height: 1.2;
}

.hero-athletics .hero-athletics__stat-label {
    font-size: 0.8125rem;
    color: #64748B;
    font-weight: 500;
}

.hero-athletics .hero-athletics__visual {
    padding: 0.5rem;
}

.hero-athletics .hero-athletics__img-wrapper {
    border-radius: 24px;
    overflow: hidden;
    border: 1px solid #DCFCE7;
    box-shadow: 0 16px 36px rgba(15, 36, 24, 0.08);
    background-color: #FFFFFF;
}

.hero-athletics .hero-athletics__main-img {
    width: 100%;
    height: 440px;
    object-fit: cover;
    display: block;
}

.hero-athletics .hero-athletics__floating-card {
    bottom: 24px;
    left: -20px;
    background: #FFFFFF;
    border: 1px solid #E2ECE5;
    border-radius: 16px;
    padding: 1rem 1.25rem;
    box-shadow: 0 10px 25px rgba(15, 36, 24, 0.09);
}

.hero-athletics .hero-athletics__card-icon {
    width: 44px;
    height: 44px;
    border-radius: 12px;
    background: #DCFCE7;
    color: #16A34A;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.35rem;
}

.hero-athletics .hero-athletics__card-title {
    font-size: 0.95rem;
    font-weight: 700;
    color: #0F2418;
}

.hero-athletics .hero-athletics__card-text {
    font-size: 0.8rem;
    color: #64748B;
}

.hero-athletics .hero-athletics__floating-badge {
    top: 24px;
    right: -15px;
    background: #FFFFFF;
    border: 1px solid #86EFAC;
    border-radius: 9999px;
    padding: 0.5rem 1rem;
    color: #166534;
    font-weight: 700;
    font-size: 0.8125rem;
    box-shadow: 0 8px 20px rgba(22, 163, 74, 0.12);
}

@media (max-width: 991.98px) {
    .hero-athletics .hero-athletics__main-img {
        height: 340px;
    }

    .hero-athletics .hero-athletics__floating-card {
        left: 10px;
        bottom: 15px;
    }

    .hero-athletics .hero-athletics__floating-badge {
        right: 10px;
        top: 15px;
    }
}

@media (max-width: 575.98px) {
    .hero-athletics .hero-athletics__title {
        font-size: 1.75rem;
        hyphens: auto;
    }

    .hero-athletics .hero-athletics__main-img {
        height: 260px;
    }
}

/* ===== bestsellers ===== */
.bestsellers-block {
    background-color: #F7FAF8;
    color: #0F2418;
}

.bestsellers-block .bestsellers-pill {
    display: inline-flex;
    align-items: center;
    background-color: #DCFCE7;
    color: #166534;
    font-size: 0.75rem;
    font-weight: 700;
    padding: 0.35rem 0.85rem;
    border-radius: 9999px;
    letter-spacing: 0.05em;
}

.bestsellers-block .bestsellers-heading {
    color: #0F2418;
    font-family: 'Outfit', 'Plus Jakarta Sans', sans-serif;
    font-size: clamp(1.65rem, 3vw, 2.25rem);
    font-weight: 700;
    line-height: 1.25;
    letter-spacing: -0.025em;
}

.bestsellers-block .bestsellers-lead {
    color: #334E3F;
    font-size: 1rem;
    line-height: 1.6;
}

.bestsellers-block .bestsellers-link {
    color: #16A34A;
    font-weight: 600;
    text-decoration: none;
    transition: color 0.25s ease;
}

.bestsellers-block .bestsellers-link:hover {
    color: #15803D;
    text-decoration: underline;
}

.bestsellers-block .bestsellers-card {
    background-color: #FFFFFF;
    border: 1px solid #E2ECE5;
    border-radius: 16px;
    box-shadow: 0 4px 18px rgba(15, 36, 24, 0.04);
    transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
    overflow: hidden;
}

.bestsellers-block .bestsellers-card:hover {
    box-shadow: 0 12px 30px rgba(22, 163, 74, 0.12);
    transform: translateY(-4px);
    border-color: #86EFAC;
}

.bestsellers-block .bestsellers-card-thumb {
    position: relative;
    background-color: #F0F7F2;
    overflow: hidden;
}

.bestsellers-block .bestsellers-img-wrap {
    text-decoration: none;
}

.bestsellers-block .bestsellers-img {
    width: 100%;
    height: 220px;
    object-fit: cover;
    display: block;
    transition: transform 0.4s ease;
}

.bestsellers-block .bestsellers-card:hover .bestsellers-img {
    transform: scale(1.04);
}

.bestsellers-block .bestsellers-tag {
    position: absolute;
    top: 12px;
    right: 12px;
    z-index: 2;
    background-color: rgba(15, 36, 24, 0.75);
    color: #FFFFFF;
    font-size: 0.75rem;
    font-weight: 600;
    padding: 0.25rem 0.6rem;
    border-radius: 6px;
    backdrop-filter: blur(4px);
}

.bestsellers-block .bestsellers-tag-primary {
    background-color: #16A34A;
    color: #FFFFFF;
}

.bestsellers-block .bestsellers-score {
    font-weight: 700;
    color: #0F2418;
    font-size: 0.875rem;
}

.bestsellers-block .bestsellers-reviews {
    color: #64748B;
    font-size: 0.75rem;
}

.bestsellers-block .bestsellers-title {
    font-size: 1.125rem;
    font-weight: 700;
    line-height: 1.35;
}

.bestsellers-block .bestsellers-title-link {
    color: #0F2418;
    text-decoration: none;
    transition: color 0.2s ease;
}

.bestsellers-block .bestsellers-title-link:hover {
    color: #16A34A;
}

.bestsellers-block .bestsellers-desc {
    color: #334E3F;
    font-size: 0.875rem;
    line-height: 1.5;
}

.bestsellers-block .bestsellers-card-footer {
    border-color: #E2ECE5 !important;
}

.bestsellers-block .bestsellers-currency {
    font-size: 0.95rem;
    font-weight: 700;
    color: #16A34A;
    margin-right: 2px;
}

.bestsellers-block .bestsellers-price {
    font-family: 'Outfit', 'Plus Jakarta Sans', sans-serif;
    font-size: 1.35rem;
    font-weight: 800;
    color: #16A34A;
}

.bestsellers-block .bestsellers-stock {
    font-size: 0.75rem;
    font-weight: 600;
    color: #16A34A;
}

.bestsellers-block .bestsellers-btn {
    background-color: #16A34A;
    border-color: #16A34A;
    color: #FFFFFF;
    font-weight: 600;
    border-radius: 10px;
    padding: 0.65rem 1rem;
    font-size: 0.9rem;
    transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1);
    box-shadow: 0 4px 14px rgba(22, 163, 74, 0.25);
}

.bestsellers-block .bestsellers-btn:hover {
    background-color: #15803D;
    border-color: #15803D;
    color: #FFFFFF;
    box-shadow: 0 6px 20px rgba(22, 163, 74, 0.35);
}

.bestsellers-block .bestsellers-btn:active {
    background-color: #166534;
    border-color: #166534;
    color: #FFFFFF;
}

@media (max-width: 767.98px) {
    .bestsellers-block .bestsellers-heading {
        font-size: 1.35rem;
    }

    .bestsellers-block .bestsellers-title {
        font-size: 1rem;
    }
}

/* ===== installments ===== */
.installments-section {
    background-color: #F7FAF8;
    font-family: 'Plus Jakarta Sans', system-ui, -apple-system, sans-serif;
    color: #0F2418;
    overflow: hidden;
}

.installments-section .installments-badge {
    background-color: #DCFCE7;
    color: #166534;
    border: 1px solid #86EFAC;
    border-radius: 9999px;
    padding: 0.35rem 0.9rem;
    font-size: 0.8125rem;
    font-weight: 700;
}

.installments-section .installments-badge-icon {
    font-size: 1rem;
    color: #16A34A;
}

.installments-section .installments-main-title {
    font-family: 'Outfit', 'Plus Jakarta Sans', sans-serif;
    font-size: clamp(1.65rem, 3vw, 2.25rem);
    font-weight: 800;
    color: #0F2418;
    line-height: 1.25;
}

.installments-section .installments-lead-text {
    font-size: 1rem;
    line-height: 1.65;
    color: #334E3F;
    max-width: 720px;
    margin: 0 auto;
}

.installments-section .installments-calc-card {
    background: #FFFFFF;
    border: 1px solid #E2ECE5;
    border-radius: 20px;
    box-shadow: 0 6px 20px rgba(15, 36, 24, 0.03);
}

.installments-section .installments-card-title {
    font-family: 'Outfit', 'Plus Jakarta Sans', sans-serif;
    font-size: 1.35rem;
    font-weight: 700;
    color: #0F2418;
}

.installments-section .installments-calc-tag {
    background: #F0F7F2;
    color: #166534;
    font-size: 0.8125rem;
    font-weight: 600;
    padding: 0.25rem 0.75rem;
    border-radius: 8px;
    border: 1px solid #E2ECE5;
}

.installments-section .installments-label {
    font-size: 0.9375rem;
    font-weight: 700;
    color: #0F2418;
}

.installments-section .installments-input-group {
    border-radius: 12px;
    overflow: hidden;
    border: 1.5px solid #E2ECE5;
}

.installments-section .installments-input-group .input-group-text {
    background: #F0F7F2;
    border: none;
    font-weight: 700;
    color: #166534;
    font-size: 1.125rem;
    padding-left: 1.25rem;
    padding-right: 1rem;
}

.installments-section .installments-input {
    border: none;
    background: #FFFFFF;
    font-size: 1.125rem;
    font-weight: 600;
    color: #0F2418;
    padding: 0.75rem 1rem;
    box-shadow: none !important;
}

.installments-section .installments-input::placeholder {
    color: #64748B;
    opacity: 1;
}

.installments-section .installments-quick-label {
    font-size: 0.8125rem;
    color: #334E3F;
    font-weight: 500;
}

.installments-section .installments-pill-btn {
    background: #F0F7F2;
    border: 1px solid #E2ECE5;
    color: #334E3F;
    font-size: 0.8125rem;
    font-weight: 600;
    border-radius: 9999px;
    padding: 0.35rem 0.85rem;
    transition: all 0.2s ease;
}

.installments-section .installments-pill-btn:hover {
    background: #DCFCE7;
    color: #166534;
    border-color: #86EFAC;
}

.installments-section .installments-pill-btn.active {
    background: #16A34A;
    color: #FFFFFF;
    border-color: #16A34A;
}

.installments-section .installments-term-card {
    background: #FFFFFF;
    border: 1.5px solid #E2ECE5;
    border-radius: 14px;
    padding: 0.85rem 0.5rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0.25rem;
    transition: all 0.25s ease;
}

.installments-section .installments-term-card:hover {
    border-color: #16A34A;
    background: #F0FDF4;
}

.installments-section .installments-term-card.active {
    border-color: #16A34A;
    background: #ECFDF5;
    box-shadow: 0 0 0 3px rgba(22, 163, 74, 0.15);
}

.installments-section .installments-term-month {
    font-family: 'Outfit', 'Plus Jakarta Sans', sans-serif;
    font-size: 1.125rem;
    font-weight: 800;
    color: #0F2418;
}

.installments-section .installments-term-rate {
    font-size: 0.75rem;
    font-weight: 600;
    color: #16A34A;
}

.installments-section .installments-notice {
    background: #F0F7F2;
    border-radius: 12px;
    border: 1px solid #DCFCE7;
}

.installments-section .installments-info-icon {
    font-size: 1.125rem;
    color: #0D9488;
}

.installments-section .installments-notice-text {
    font-size: 0.8125rem;
    color: #334E3F;
    line-height: 1.5;
}

.installments-section .installments-summary-card {
    background: linear-gradient(180deg, #FFFFFF 0%, #F0F7F2 100%);
    border: 1.5px solid #DCFCE7;
    border-radius: 20px;
    box-shadow: 0 8px 24px rgba(22, 163, 74, 0.08);
}

.installments-section .installments-summary-subtitle {
    font-size: 0.875rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    color: #334E3F;
}

.installments-section .installments-big-price-box {
    display: flex;
    align-items: baseline;
    gap: 0.35rem;
}

.installments-section .installments-currency {
    font-size: 1.75rem;
    font-weight: 800;
    color: #16A34A;
}

.installments-section .installments-monthly-val {
    font-family: 'Outfit', 'Plus Jakarta Sans', sans-serif;
    font-size: clamp(2.25rem, 4vw, 3.25rem);
    font-weight: 800;
    color: #0F2418;
    line-height: 1;
    letter-spacing: -0.02em;
}

.installments-section .installments-unit {
    font-size: 1rem;
    font-weight: 600;
    color: #64748B;
}

.installments-section .installments-divider {
    height: 1px;
    background: #E2ECE5;
}

.installments-section .installments-list-label {
    font-size: 0.875rem;
    color: #334E3F;
}

.installments-section .installments-list-value {
    font-size: 0.9375rem;
    font-weight: 700;
    color: #0F2418;
}

.installments-section .installments-total-val {
    font-size: 1.125rem;
    color: #16A34A;
}

.installments-section .installments-action-btn {
    background: #16A34A;
    color: #FFFFFF;
    font-weight: 700;
    font-size: 1rem;
    border-radius: 12px;
    border: none;
    box-shadow: 0 4px 14px rgba(22, 163, 74, 0.35);
    transition: all 0.25s ease;
}

.installments-section .installments-action-btn:hover {
    background: #15803D;
    color: #FFFFFF;
    box-shadow: 0 6px 20px rgba(22, 163, 74, 0.45);
    transform: translateY(-2px);
}

.installments-section .installments-feature-item {
    background: #FFFFFF;
    border: 1px solid #E2ECE5;
    border-radius: 16px;
    box-shadow: 0 4px 18px rgba(15, 36, 24, 0.04);
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.installments-section .installments-feature-item:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 30px rgba(22, 163, 74, 0.12);
    border-color: #86EFAC;
}

.installments-section .installments-icon-wrapper {
    width: 48px;
    height: 48px;
    border-radius: 12px;
    background: #DCFCE7;
    color: #16A34A;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
}

.installments-section .installments-feature-title {
    font-family: 'Outfit', 'Plus Jakarta Sans', sans-serif;
    font-size: 1.15rem;
    font-weight: 700;
    color: #0F2418;
}

.installments-section .installments-feature-desc {
    font-size: 0.875rem;
    line-height: 1.6;
    color: #334E3F;
}

.installments-section .installments-bottom-box {
    background: #FFFFFF;
    border: 1px solid #E2ECE5;
    border-radius: 16px;
}

.installments-section .installments-bottom-title {
    font-family: 'Outfit', 'Plus Jakarta Sans', sans-serif;
    font-size: 1.125rem;
    font-weight: 700;
    color: #0F2418;
}

.installments-section .installments-bottom-desc {
    font-size: 0.875rem;
    color: #334E3F;
}

.installments-section .installments-secondary-btn {
    background: #DCFCE7;
    color: #166534;
    font-weight: 700;
    font-size: 0.9375rem;
    border-radius: 10px;
    border: 1px solid #86EFAC;
    transition: all 0.2s ease;
}

.installments-section .installments-secondary-btn:hover {
    background: #BBF7D0;
    color: #166534;
}

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

    .installments-section .installments-card-title,
    .installments-section .installments-feature-title,
    .installments-section h3 {
        font-size: 14px;
        hyphens: auto;
    }

    .installments-section .installments-bottom-title,
    .installments-section h4 {
        font-size: 13px;
    }

    .installments-section .installments-monthly-val {
        font-size: 2rem;
    }
}

/* ===== ready_solutions ===== */
.ready-solutions-section {
    background-color: #F7FAF8;
    color: #0F2418;
}

.ready-solutions-section .ready-solutions-badge {
    background-color: #DCFCE7;
    color: #166534;
    font-size: 0.8125rem;
    font-weight: 700;
    padding: 0.4rem 0.9rem;
    border-radius: 9999px;
    letter-spacing: 0.04em;
}

.ready-solutions-section .ready-solutions-title {
    color: #0F2418;
    font-weight: 700;
    font-size: clamp(1.65rem, 3vw, 2.25rem);
    line-height: 1.25;
}

.ready-solutions-section .ready-solutions-subtitle {
    color: #334E3F;
    font-size: 1rem;
    line-height: 1.6;
    max-width: 680px;
    margin-left: auto;
    margin-right: auto;
}

.ready-solutions-section .ready-solutions-nav {
    background-color: #FFFFFF;
    border: 1px solid #E2ECE5;
    border-radius: 9999px;
    box-shadow: 0 2px 10px rgba(15, 36, 24, 0.04);
}

.ready-solutions-section .ready-solutions-tab-btn {
    border: none;
    background: transparent;
    color: #334E3F;
    font-size: 0.9375rem;
    font-weight: 600;
    padding: 0.55rem 1.25rem;
    border-radius: 9999px;
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    transition: all 0.25s ease;
    cursor: pointer;
}

.ready-solutions-section .ready-solutions-tab-btn:hover {
    color: #16A34A;
    background-color: #F0F7F2;
}

.ready-solutions-section .ready-solutions-tab-btn.active {
    background-color: #16A34A;
    color: #FFFFFF;
    box-shadow: 0 4px 12px rgba(22, 163, 74, 0.25);
}

.ready-solutions-section .ready-solutions-card {
    background-color: #FFFFFF;
    border: 1px solid #E2ECE5;
    border-radius: 18px;
    overflow: hidden;
    box-shadow: 0 4px 18px rgba(15, 36, 24, 0.04);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.ready-solutions-section .ready-solutions-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 30px rgba(22, 163, 74, 0.12);
}

.ready-solutions-section .ready-solutions-card-media {
    min-height: 220px;
    background-color: #F0F7F2;
    overflow: hidden;
}

.ready-solutions-section .ready-solutions-card-media img {
    transition: transform 0.4s ease;
    min-height: auto;
    object-fit: contain !important;
}

.ready-solutions-section .ready-solutions-card:hover .ready-solutions-card-media img {
    transform: scale(1.04);
}

.ready-solutions-section .ready-solutions-tag {
    background: rgba(15, 36, 24, 0.85);
    color: #FFFFFF;
    font-size: 0.75rem;
    font-weight: 700;
    padding: 0.3rem 0.65rem;
    border-radius: 6px;
    backdrop-filter: blur(4px);
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
}

.ready-solutions-section .ready-solutions-space-pill {
    background-color: #F0F7F2;
    color: #166534;
    font-size: 0.75rem;
    font-weight: 600;
    padding: 0.25rem 0.6rem;
    border-radius: 6px;
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
}

.ready-solutions-section .ready-solutions-rating {
    font-size: 0.75rem;
    font-weight: 600;
    color: #334E3F;
}

.ready-solutions-section .ready-solutions-card-title {
    font-size: 1.25rem;
    font-weight: 700;
    line-height: 1.35;
    margin-bottom: 0.5rem;
}

.ready-solutions-section .ready-solutions-title-link {
    color: #0F2418;
    transition: color 0.2s ease;
}

.ready-solutions-section .ready-solutions-title-link:hover {
    color: #16A34A;
}

.ready-solutions-section .ready-solutions-card-desc {
    color: #334E3F;
    font-size: 0.875rem;
    line-height: 1.5;
}

.ready-solutions-section .ready-solutions-includes-label {
    font-size: 0.8125rem;
    font-weight: 700;
    color: #0F2418;
    display: flex;
    align-items: center;
    gap: 0.4rem;
}

.ready-solutions-section .ready-solutions-item-list li {
    font-size: 0.8125rem;
    color: #334E3F;
}

.ready-solutions-section .ready-solutions-price-label {
    font-size: 0.75rem;
    color: #334E3F;
    font-weight: 500;
}

.ready-solutions-section .ready-solutions-price {
    font-size: 1.45rem;
    font-weight: 800;
    color: #16A34A;
    line-height: 1;
}

.ready-solutions-section .ready-solutions-origin-price {
    font-size: 0.875rem;
    color: #64748B;
}

.ready-solutions-section .ready-solutions-save-pill {
    background-color: #DCFCE7;
    color: #166534;
    font-size: 0.75rem;
    font-weight: 700;
    padding: 0.25rem 0.55rem;
    border-radius: 9999px;
}

.ready-solutions-section .ready-solutions-btn-cart {
    background-color: #16A34A;
    border-color: #16A34A;
    color: #FFFFFF;
    font-weight: 600;
    font-size: 0.875rem;
    border-radius: 10px;
    padding: 0.6rem 1rem;
    box-shadow: 0 4px 12px rgba(22, 163, 74, 0.25);
    transition: all 0.25s ease;
}

.ready-solutions-section .ready-solutions-btn-cart:hover {
    background-color: #15803D;
    border-color: #15803D;
    color: #FFFFFF;
    box-shadow: 0 6px 16px rgba(22, 163, 74, 0.35);
}

.ready-solutions-section .ready-solutions-btn-outline {
    background-color: transparent;
    border: 1.5px solid #16A34A;
    color: #16A34A;
    font-weight: 600;
    font-size: 0.875rem;
    border-radius: 10px;
    padding: 0.6rem 1rem;
    transition: all 0.25s ease;
}

.ready-solutions-section .ready-solutions-btn-outline:hover {
    background-color: #F0FDF4;
    color: #15803D;
    border-color: #15803D;
}

@media (max-width: 575.98px) {
    .ready-solutions-section .ready-solutions-card-media {
        min-height: 190px;
    }

    .ready-solutions-section .ready-solutions-title {
        font-size: 1.4rem;
    }

    .ready-solutions-section .ready-solutions-card-title {
        font-size: 1.15rem;
    }

    .ready-solutions-section .ready-solutions-nav {
        width: 100%;
        border-radius: 14px;
    }

    .ready-solutions-section .ready-solutions-tab-btn {
        flex: 1 1 45%;
        justify-content: center;
        font-size: 0.8125rem;
        padding: 0.45rem 0.65rem;
    }
}

/* ===== materials_origin ===== */
.materials-origin-section {
    background-color: #F7FAF8;
    color: #0F2418;
    font-family: 'Plus Jakarta Sans', system-ui, -apple-system, sans-serif;
}

.materials-origin-section .materials-badge {
    background-color: #DCFCE7;
    color: #166534;
    font-size: 0.8125rem;
    font-weight: 700;
    padding: 0.4rem 1rem;
    border-radius: 9999px;
    border: 1px solid #86EFAC;
    letter-spacing: 0.05em;
}

.materials-origin-section .materials-main-title {
    font-family: 'Outfit', 'Plus Jakarta Sans', sans-serif;
    font-size: clamp(1.65rem, 3vw, 2.25rem);
    font-weight: 700;
    color: #0F2418;
    line-height: 1.25;
}

.materials-origin-section .materials-lead-text {
    font-size: 1rem;
    color: #334E3F;
    line-height: 1.65;
    max-width: 760px;
    margin-left: auto;
    margin-right: auto;
}

.materials-origin-section .materials-nav-btn {
    background-color: #FFFFFF;
    color: #334E3F;
    border: 1.5px solid #E2ECE5;
    font-weight: 600;
    font-size: 0.9375rem;
    border-radius: 12px;
    padding: 0.6rem 1.25rem;
    transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1);
}

.materials-origin-section .materials-nav-btn:hover {
    background-color: #F0F7F2;
    border-color: #86EFAC;
    color: #16A34A;
    transform: translateY(-2px);
}

.materials-origin-section .materials-nav-btn.active {
    background-color: #16A34A;
    border-color: #16A34A;
    color: #FFFFFF;
    box-shadow: 0 4px 14px rgba(22, 163, 74, 0.35);
}

.materials-origin-section .materials-card {
    background: #FFFFFF;
    border: 1px solid #E2ECE5;
    border-radius: 16px;
    box-shadow: 0 4px 18px rgba(15, 36, 24, 0.04);
    transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
    display: flex;
    flex-direction: column;
}

.materials-origin-section .materials-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 30px rgba(22, 163, 74, 0.12);
    border-color: #86EFAC;
}

.materials-origin-section .materials-icon-wrapper {
    width: 52px;
    height: 52px;
    border-radius: 12px;
    background-color: #DCFCE7;
    color: #16A34A;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 1.75rem;
}

.materials-origin-section .materials-category-tag {
    font-size: 0.75rem;
    font-weight: 700;
    color: #16A34A;
    background-color: #ECFDF5;
    padding: 0.25rem 0.6rem;
    border-radius: 6px;
    border: 1px solid #DCFCE7;
}

.materials-origin-section .materials-origin-pill {
    font-size: 0.75rem;
    font-weight: 500;
    color: #64748B;
}

.materials-origin-section .materials-card-title {
    font-family: 'Outfit', 'Plus Jakarta Sans', sans-serif;
    font-size: 1.25rem;
    font-weight: 700;
    color: #0F2418;
    line-height: 1.35;
}

.materials-origin-section .materials-card-desc {
    font-size: 0.875rem;
    color: #334E3F;
    line-height: 1.6;
}

.materials-origin-section .materials-spec-list {
    margin-top: auto;
    border-top: 1px dashed #E2ECE5;
    padding-top: 1rem;
    font-size: 0.8125rem;
    color: #334E3F;
}

.materials-origin-section .materials-spec-list i {
    font-size: 1rem;
    flex-shrink: 0;
}

.materials-origin-section .materials-highlight-box {
    background: linear-gradient(180deg, #FFFFFF 0%, #F0F7F2 100%);
    border: 1px solid #DCFCE7;
    border-radius: 20px;
    box-shadow: 0 6px 20px rgba(15, 36, 24, 0.03);
}

.materials-origin-section .materials-highlight-title {
    font-family: 'Outfit', 'Plus Jakarta Sans', sans-serif;
    font-size: 1.25rem;
    font-weight: 700;
    color: #0F2418;
}

.materials-origin-section .materials-highlight-subtitle {
    font-size: 0.875rem;
    color: #334E3F;
}

.materials-origin-section .materials-stat-item {
    background: #FFFFFF;
    border: 1px solid #E2ECE5;
    border-radius: 12px;
    transition: transform 0.25s ease;
}

.materials-origin-section .materials-stat-item:hover {
    transform: translateY(-2px);
    border-color: #86EFAC;
}

.materials-origin-section .materials-stat-number {
    font-family: 'Outfit', 'Plus Jakarta Sans', sans-serif;
    font-size: 1.5rem;
    font-weight: 800;
    color: #16A34A;
    line-height: 1.2;
}

.materials-origin-section .materials-stat-label {
    font-size: 0.75rem;
    font-weight: 600;
    color: #334E3F;
}

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

    .materials-origin-section .materials-card-title {
        font-size: 14px;
    }

    .materials-origin-section .materials-highlight-title {
        font-size: 14px;
    }
}

/* ===== gift_certificates ===== */
.fitness-gift-block {
    background-color: #F7FAF8;
    font-family: 'Plus Jakarta Sans', system-ui, -apple-system, sans-serif;
}

.fitness-gift-block h2,
.fitness-gift-block h3,
.fitness-gift-block h4 {
    font-family: 'Outfit', 'Plus Jakarta Sans', sans-serif;
}

.fitness-gift-block .gift-card-preview {
    background: linear-gradient(135deg, #16A34A 0%, #0D9488 100%);
    border: 1px solid rgba(255, 255, 255, 0.2);
    min-height: 280px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.fitness-gift-block .gift-card-preview:hover {
    transform: translateY(-4px);
    box-shadow: 0 16px 32px rgba(22, 163, 74, 0.25) !important;
}

.fitness-gift-block .gift-chip-icon {
    width: 54px;
    height: 54px;
}

.fitness-gift-block .gift-control-card {
    border-color: #E2ECE5 !important;
    box-shadow: 0 4px 18px rgba(15, 36, 24, 0.04);
}

.fitness-gift-block .gift-amount-btn {
    border: 1.5px solid #E2ECE5;
    background-color: #FFFFFF;
    color: #0F2418;
    border-radius: 12px;
    transition: all 0.2s ease;
}

.fitness-gift-block .gift-amount-btn:hover {
    border-color: #16A34A;
    background-color: #F0FDF4;
    color: #16A34A;
}

.fitness-gift-block .gift-amount-btn.active {
    border-color: #16A34A;
    background-color: #DCFCE7;
    color: #166534;
    box-shadow: 0 0 0 2px rgba(22, 163, 74, 0.2);
}

.fitness-gift-block .gift-option-check {
    border-color: #E2ECE5 !important;
    background-color: #FFFFFF;
    cursor: pointer;
    transition: all 0.2s ease;
}

.fitness-gift-block .gift-option-check.active {
    border-color: #16A34A !important;
    background-color: #F0FDF4;
}

.fitness-gift-block .gift-feature-box {
    border-color: #E2ECE5 !important;
    box-shadow: 0 4px 14px rgba(15, 36, 24, 0.03);
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.fitness-gift-block .gift-feature-box:hover {
    transform: translateY(-4px);
    box-shadow: 0 10px 24px rgba(22, 163, 74, 0.1);
}

.fitness-gift-block .step-badge {
    width: 32px;
    height: 32px;
    font-size: 0.9rem;
    margin: 0 auto;
}

.fitness-gift-block .btn-success {
    background-color: #16A34A;
    border-color: #16A34A;
    font-weight: 600;
    border-radius: 12px;
    box-shadow: 0 4px 14px rgba(22, 163, 74, 0.35);
    transition: all 0.25s ease;
}

.fitness-gift-block .btn-success:hover,
.fitness-gift-block .btn-success:focus {
    background-color: #15803D;
    border-color: #15803D;
    box-shadow: 0 6px 20px rgba(22, 163, 74, 0.45);
}

@media (max-width: 767.98px) {
    .fitness-gift-block .display-6 {
        font-size: 1.5rem;
    }

    .fitness-gift-block .gift-card-preview {
        min-height: auto;
    }
}

/* ===== blog_grid ===== */
.fitness-blog-section {
    background-color: #F7FAF8;
    color: #0F2418;
    position: relative;
    overflow: hidden
}

.fitness-blog-section .fitness-blog-badge {
    background-color: #DCFCE7;
    color: #166534;
    font-size: 0.8125rem;
    font-weight: 700;
    padding: 0.35rem 0.85rem;
    border-radius: 9999px;
    letter-spacing: 0.05em;
    border: 1px solid #86EFAC
}

.fitness-blog-section .fitness-blog-title {
    color: #0F2418;
    font-size: clamp(1.65rem, 3vw, 2.25rem);
    font-weight: 700;
    line-height: 1.25;
    letter-spacing: -0.025em
}

.fitness-blog-section .fitness-blog-subtitle {
    color: #334E3F;
    font-size: 1rem;
    line-height: 1.6;
    max-width: 640px
}

.fitness-blog-section .fitness-blog-viewall-btn {
    display: inline-flex;
    align-items: center;
    background-color: #FFFFFF;
    color: #16A34A;
    border: 1.5px solid #16A34A;
    padding: 0.65rem 1.25rem;
    border-radius: 12px;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.25s ease
}

.fitness-blog-section .fitness-blog-viewall-btn:hover {
    background-color: #16A34A;
    color: #FFFFFF;
    box-shadow: 0 4px 14px rgba(22, 163, 74, 0.25)
}

.fitness-blog-section .fitness-filter-btn {
    background-color: #FFFFFF;
    color: #334E3F;
    border: 1px solid #E2ECE5;
    padding: 0.5rem 1.15rem;
    border-radius: 9999px;
    font-size: 0.875rem;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.2s ease;
    display: inline-flex;
    align-items: center
}

.fitness-blog-section .fitness-filter-btn:hover {
    background-color: #F0F7F2;
    color: #16A34A;
    border-color: #86EFAC
}

.fitness-blog-section .fitness-filter-btn.active {
    background-color: #16A34A;
    color: #FFFFFF;
    border-color: #16A34A;
    box-shadow: 0 4px 12px rgba(22, 163, 74, 0.25)
}

.fitness-blog-section .fitness-article-card {
    background: #FFFFFF;
    border: 1px solid #E2ECE5;
    border-radius: 16px;
    box-shadow: 0 4px 18px rgba(15, 36, 24, 0.04);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    overflow: hidden
}

.fitness-blog-section .fitness-article-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 30px rgba(22, 163, 74, 0.12);
    border-color: #86EFAC
}

.fitness-blog-section .fitness-article-media {
    height: 200px;
    background-color: #F0F7F2
}

.fitness-blog-section .fitness-article-media img {
    transition: transform 0.4s ease
}

.fitness-blog-section .fitness-article-card:hover .fitness-article-media img {
    transform: scale(1.05)
}

.fitness-blog-section .fitness-article-tag {
    top: 12px;
    left: 12px;
    background: rgba(255, 255, 255, 0.92);
    backdrop-filter: blur(4px);
    color: #166534;
    font-size: 0.75rem;
    font-weight: 700;
    padding: 0.25rem 0.65rem;
    border-radius: 9999px;
    border: 1px solid #DCFCE7
}

.fitness-blog-section .fitness-article-meta {
    font-size: 0.8125rem;
    color: #64748B
}

.fitness-blog-section .fitness-article-heading {
    font-size: 1.15rem;
    font-weight: 700;
    line-height: 1.35;
    margin-bottom: 0.5rem
}

.fitness-blog-section .fitness-heading-link {
    color: #0F2418;
    text-decoration: none;
    transition: color 0.2s ease
}

.fitness-blog-section .fitness-heading-link:hover {
    color: #16A34A
}

.fitness-blog-section .fitness-article-text {
    font-size: 0.875rem;
    line-height: 1.6;
    color: #334E3F
}

.fitness-blog-section .fitness-article-footer {
    border-color: #E2ECE5 !important
}

.fitness-blog-section .fitness-readmore-btn {
    color: #16A34A;
    font-weight: 600;
    font-size: 0.875rem;
    text-decoration: none;
    transition: transform 0.2s ease, color 0.2s ease
}

.fitness-blog-section .fitness-readmore-btn:hover {
    color: #15803D;
    transform: translateX(3px)
}

.fitness-blog-section .fitness-empty-title {
    color: #0F2418;
    font-size: 1.25rem;
    font-weight: 700
}

.fitness-blog-section .fitness-empty-desc {
    color: #64748B;
    font-size: 0.9375rem
}

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

    .fitness-blog-section .fitness-article-heading {
        font-size: 14px;
        hyphens: auto
    }

    .fitness-blog-section .fitness-blog-subtitle {
        font-size: 0.875rem
    }

    .fitness-blog-section .fitness-article-media {
        height: 180px
    }
}

/* ===== footer ===== */
.fitness-main-footer {
    background-color: #F0F7F2;
    border-top: 1px solid #E2ECE5;
    color: #334E3F;
    font-family: 'Plus Jakarta Sans', system-ui, -apple-system, sans-serif;
    line-height: 1.6;
}

.fitness-main-footer .text-pine {
    color: #0F2418;
}

.fitness-main-footer .fitness-footer-logo {
    max-width: 48px;
    max-height: 48px;
    object-fit: contain;
}

.fitness-main-footer .fitness-footer-title {
    color: #0F2418;
    font-family: 'Outfit', 'Plus Jakarta Sans', sans-serif;
    letter-spacing: -0.02em;
}

.fitness-main-footer .fitness-footer-tagline {
    color: #334E3F;
    font-size: 0.9375rem;
    line-height: 1.6;
}

.fitness-main-footer .fitness-whatsapp-link {
    color: #166534;
    background-color: #DCFCE7;
    border: 1px solid #86EFAC;
    padding: 0.5rem 1rem;
    border-radius: 10px;
    transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1);
    display: inline-flex;
}

.fitness-main-footer .fitness-whatsapp-link:hover {
    background-color: #BBF7D0;
    color: #14532D;
    transform: translateY(-2px);
}

.fitness-main-footer .fitness-footer-heading {
    color: #0F2418;
    position: relative;
    padding-bottom: 0.25rem;
}

.fitness-main-footer .fitness-footer-nav-link {
    color: #334E3F;
    font-size: 0.9375rem;
    transition: color 0.2s ease, transform 0.2s ease;
    display: inline-block;
}

.fitness-main-footer .fitness-footer-nav-link:hover {
    color: #16A34A;
    transform: translateX(3px);
}

.fitness-main-footer .fitness-contact-text {
    color: #334E3F;
    font-size: 0.9375rem;
}

.fitness-main-footer .fitness-payment-label {
    color: #0F2418;
}

.fitness-main-footer .fitness-payment-badge {
    display: inline-flex;
    align-items: center;
    background-color: #FFFFFF;
    border: 1px solid #E2ECE5;
    padding: 0.35rem 0.65rem;
    border-radius: 6px;
    font-size: 0.8125rem;
    font-weight: 600;
    color: #0F2418;
    box-shadow: 0 1px 3px rgba(15, 36, 24, 0.04);
}

.fitness-main-footer .fitness-footer-divider {
    border-color: #E2ECE5;
    opacity: 1;
}

.fitness-main-footer .fitness-copyright {
    color: #64748B;
}

.fitness-main-footer .fitness-eco-badge {
    color: #16A34A;
}

@media (max-width: 767.98px) {
    .fitness-main-footer {
        padding-top: 2.5rem;
        padding-bottom: 2.5rem;
    }

    .fitness-main-footer .fitness-footer-heading {
        font-size: 0.95rem;
        margin-bottom: 0.75rem;
    }

    .fitness-main-footer .fitness-footer-nav-link,
    .fitness-main-footer .fitness-contact-text,
    .fitness-main-footer .fitness-footer-tagline {
        font-size: 0.875rem;
    }
}

/* ===== PAGE: catalog ===== */
.catalog-section { background-color: #F7FAF8; min-height: 80vh; }
.catalog-section .catalog-badge { background-color: #DCFCE7; color: #166534; font-weight: 700; font-size: 0.85rem; padding: 0.4rem 1rem; letter-spacing: 0.05em; }
.catalog-section .catalog-main-title { color: #0F2418; font-family: 'Outfit', 'Plus Jakarta Sans', sans-serif; letter-spacing: -0.025em; }
.catalog-section .catalog-subtitle { max-width: 680px; font-size: 1.05rem; line-height: 1.6; }
.catalog-section .catalog-controls-wrapper { border: 1px solid #E2ECE5; background: #FFFFFF; }
.catalog-section .catalog-search-group .form-control, .catalog-section .catalog-search-group .input-group-text { background-color: #FFFFFF; border-color: #E2ECE5; height: 46px; }
.catalog-section .catalog-search-group .form-control:focus { border-color: #16A34A; box-shadow: 0 0 0 4px rgba(22, 163, 74, 0.12); }
.catalog-section .catalog-search-group .form-control::placeholder { color: #94A3B8; font-size: 0.95rem; }
.catalog-section .catalog-label { color: #334E3F; font-size: 0.95rem; }
.catalog-section .form-select { border-color: #E2ECE5; height: 46px; border-radius: 10px; color: #0F2418; font-weight: 500; }
.catalog-section .form-select:focus { border-color: #16A34A; box-shadow: 0 0 0 4px rgba(22, 163, 74, 0.12); }
.catalog-section .catalog-filter-btn { border: 1.5px solid #E2ECE5; background: #FFFFFF; color: #334E3F; font-weight: 600; border-radius: 9999px; padding: 0.45rem 1.25rem; font-size: 0.9rem; transition: all 0.25s ease; }
.catalog-section .catalog-filter-btn:hover { background: #F0F7F2; border-color: #86EFAC; color: #16A34A; }
.catalog-section .catalog-filter-btn.active { background: #16A34A; border-color: #16A34A; color: #FFFFFF; box-shadow: 0 4px 12px rgba(22, 163, 74, 0.28); }
.catalog-section .catalog-product-card { background: #FFFFFF; border: 1px solid #E2ECE5; border-radius: 16px; box-shadow: 0 4px 18px rgba(15, 36, 24, 0.04); transition: transform 0.3s cubic-bezier(0.16, 1, 0.3, 1), box-shadow 0.3s cubic-bezier(0.16, 1, 0.3, 1); overflow: hidden; }
.catalog-section .catalog-product-card:hover { transform: translateY(-4px); box-shadow: 0 12px 30px rgba(22, 163, 74, 0.12); border-color: #86EFAC; }
.catalog-section .catalog-card-img { height: 210px; width: 100%; object-fit: cover; transition: transform 0.4s ease; }
.catalog-section .catalog-product-card:hover .catalog-card-img { transform: scale(1.04); }
.catalog-section .catalog-card-tag { font-size: 0.75rem; font-weight: 600; padding: 0.35rem 0.65rem; border-radius: 6px; box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15); }
.catalog-section .catalog-title-link { color: #0F2418; transition: color 0.2s ease; }
.catalog-section .catalog-title-link:hover { color: #16A34A; }
.catalog-section .catalog-meta-specs { font-size: 0.825rem; border: 1px dashed #E2ECE5; }
.catalog-section .itemAddCart { border-radius: 10px; font-weight: 600; font-size: 0.875rem; padding: 0.5rem 0.85rem; background-color: #16A34A; border: none; box-shadow: 0 4px 12px rgba(22, 163, 74, 0.25); transition: all 0.2s ease; }
.catalog-section .itemAddCart:hover { background-color: #15803D; box-shadow: 0 6px 16px rgba(22, 163, 74, 0.35); transform: translateY(-1px); }
.catalog-section .pagination .page-link { color: #334E3F; border-color: #E2ECE5; font-weight: 600; min-width: 42px; text-align: center; border-radius: 8px; margin: 0 3px; padding: 0.5rem 0.85rem; }
.catalog-section .pagination .page-item.active .page-link { background-color: #16A34A; border-color: #16A34A; color: #FFFFFF; }
.catalog-section .pagination .page-link:hover:not(.active) { background-color: #DCFCE7; color: #166534; }
@media (max-width: 767.98px) { .catalog-section .catalog-card-img { height: 180px; } .catalog-section .catalog-filter-btn { font-size: 0.825rem; padding: 0.35rem 0.9rem; } }

/* ===== PAGE: blog ===== */
.blog-section {
  background-color: #F7FAF8;
  min-height: 80vh;
}

.blog-section__badge {
  background-color: #DCFCE7;
  border: 1px solid #86EFAC;
}

.blog-section__title {
  color: #0F2418;
  font-size: clamp(1.75rem, 3vw, 2.5rem);
  line-height: 1.25;
}

.blog-section__subtitle {
  max-width: 680px;
  line-height: 1.6;
  font-size: 1rem;
}

.blog-filter-wrapper {
  background-color: #FFFFFF;
  border-color: #E2ECE5 !important;
  box-shadow: 0 2px 12px rgba(15, 36, 24, 0.03);
}

.blog-filter-btn {
  background-color: #F0F7F2;
  color: #334E3F;
  border: 1px solid #E2ECE5;
  font-size: 0.875rem;
  font-weight: 600;
  padding: 0.5rem 1.15rem;
  border-radius: 9999px;
  transition: all 0.25s ease;
}

.blog-filter-btn:hover,
.blog-filter-btn:focus {
  background-color: #DCFCE7;
  color: #166534;
  border-color: #86EFAC;
}

.blog-filter-btn.active {
  background-color: #16A34A;
  color: #FFFFFF;
  border-color: #16A34A;
  box-shadow: 0 4px 12px rgba(22, 163, 74, 0.25);
}

.blog-search-group .input-group-text {
  border-color: #E2ECE5;
  border-radius: 10px 0 0 10px;
}

.blog-search-group .form-control {
  border-color: #E2ECE5;
  border-radius: 0 10px 10px 0;
  font-size: 0.875rem;
  color: #0F2418;
}

.blog-search-group .form-control:focus {
  border-color: #16A34A;
  box-shadow: none;
}

.blog-search-group .form-control::placeholder {
  color: #94A3B8;
  opacity: 1;
}

.blog-card {
  border-color: #E2ECE5 !important;
  transition: transform 0.3s cubic-bezier(0.16, 1, 0.3, 1), box-shadow 0.3s cubic-bezier(0.16, 1, 0.3, 1);
}

.blog-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 30px rgba(22, 163, 74, 0.1);
}

.blog-card__image-wrap {
  height: 220px;
  background-color: #E2ECE5;
}

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

.blog-card:hover .blog-card__img {
  transform: scale(1.04);
}

.blog-card__title a {
  color: #0F2418 !important;
  transition: color 0.2s ease;
  line-height: 1.4;
}

.blog-card__title a:hover {
  color: #16A34A !important;
}

.blog-card__excerpt {
  line-height: 1.6;
}

.blog-card__meta {
  font-size: 0.8125rem;
}

@media (max-width: 767.98px) {
  .blog-section__title {
    font-size: 1.5rem;
  }
  .blog-card__image-wrap,
  .blog-card__img {
    height: 190px;
  }
}

/* ===== PAGE: cart ===== */
.cart-main-wrapper {
  background-color: #F7FAF8;
  min-height: 70vh;
}
.cart-main-wrapper .cart-badge-pill {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  background-color: #DCFCE7;
  color: #166534;
  font-size: 0.75rem;
  font-weight: 700;
  padding: 0.35rem 0.85rem;
  border-radius: 9999px;
  letter-spacing: 0.05em;
}
.cart-main-wrapper .cart-main-heading {
  color: #0F2418;
  font-family: 'Outfit', 'Plus Jakarta Sans', sans-serif;
  font-size: clamp(1.85rem, 3.5vw, 2.5rem);
  font-weight: 800;
  line-height: 1.2;
  margin-bottom: 0.5rem;
}
.cart-main-wrapper .cart-main-subtext {
  color: #334E3F;
  font-size: 1rem;
  line-height: 1.6;
  max-width: 720px;
}
.cart-main-wrapper .cart-section-title {
  color: #0F2418;
  font-family: 'Outfit', 'Plus Jakarta Sans', sans-serif;
  font-size: clamp(1.25rem, 2vw, 1.5rem);
  font-weight: 700;
}
.cart-main-wrapper .cart-card-box {
  background: #FFFFFF;
  border: 1px solid #E2ECE5;
  border-radius: 16px;
  box-shadow: 0 4px 18px rgba(15, 36, 24, 0.04);
}
.cart-main-wrapper .cart-items-counter {
  background: #F0F7F2;
  color: #16A34A;
  font-weight: 600;
  font-size: 0.875rem;
  padding: 0.25rem 0.75rem;
  border-radius: 20px;
}
.cart-main-wrapper .cart-item-row {
  background: #FFFFFF;
  border: 1px solid #E2ECE5;
  border-radius: 12px;
  padding: 1rem;
  transition: all 0.25s ease;
}
.cart-main-wrapper .cart-item-row:hover {
  border-color: #86EFAC;
  box-shadow: 0 4px 12px rgba(22, 163, 74, 0.06);
}
.cart-main-wrapper .cart-item-img-link {
  display: block;
  width: 90px;
  height: 90px;
  flex-shrink: 0;
  border-radius: 10px;
  overflow: hidden;
  background: #F0F7F2;
}
.cart-main-wrapper .cart-item-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.cart-main-wrapper .cart-item-title-link {
  text-decoration: none;
  color: #0F2418;
  font-weight: 700;
  font-size: 1.05rem;
  line-height: 1.35;
  transition: color 0.2s ease;
}
.cart-main-wrapper .cart-item-title-link:hover {
  color: #16A34A;
}
.cart-main-wrapper .cart-item-unit-price {
  color: #64748B;
  font-size: 0.875rem;
}
.cart-main-wrapper .cart-item-line-total {
  color: #0F2418;
  font-size: 1.15rem;
  font-weight: 800;
}
.cart-main-wrapper .cart-qty-controller {
  background: #F0F7F2;
  border: 1px solid #E2ECE5;
  border-radius: 10px;
  padding: 0.2rem;
  display: inline-flex;
  align-items: center;
}
.cart-main-wrapper .cart-qty-btn {
  width: 32px;
  height: 32px;
  background: #FFFFFF;
  border: 1px solid #E2ECE5;
  border-radius: 8px;
  color: #0F2418;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.2s ease;
}
.cart-main-wrapper .cart-qty-btn:hover {
  background: #16A34A;
  color: #FFFFFF;
  border-color: #16A34A;
}
.cart-main-wrapper .cart-qty-number-input {
  width: 44px;
  border: none;
  background: transparent;
  text-align: center;
  font-weight: 700;
  color: #0F2418;
  font-size: 0.95rem;
  outline: none;
}
.cart-main-wrapper .cart-remove-item-btn {
  background: transparent;
  border: none;
  color: #EF4444;
  padding: 0.5rem;
  border-radius: 8px;
  cursor: pointer;
  transition: background-color 0.2s ease;
}
.cart-main-wrapper .cart-remove-item-btn:hover {
  background-color: #FEE2E2;
}
.cart-main-wrapper .cart-summary-card {
  background: #FFFFFF;
  border: 1px solid #DCFCE7;
  border-radius: 16px;
  box-shadow: 0 4px 20px rgba(15, 36, 24, 0.04);
  position: sticky;
  top: 90px;
}
.cart-main-wrapper .cart-summary-heading {
  color: #0F2418;
  font-family: 'Outfit', 'Plus Jakarta Sans', sans-serif;
  font-size: 1.25rem;
  font-weight: 700;
}
.cart-main-wrapper .cart-total-price {
  font-size: 1.65rem;
  font-family: 'Outfit', 'Plus Jakarta Sans', sans-serif;
}
.cart-main-wrapper .cart-primary-button {
  background: #16A34A;
  color: #FFFFFF;
  font-weight: 600;
  padding: 0.75rem 1.5rem;
  border-radius: 12px;
  border: none;
  text-decoration: none;
  transition: all 0.25s ease;
}
.cart-main-wrapper .cart-primary-button:hover {
  background: #15803D;
  color: #FFFFFF;
  box-shadow: 0 4px 14px rgba(22, 163, 74, 0.35);
}
.cart-main-wrapper .cart-outline-button {
  background: transparent;
  border: 1.5px solid #16A34A;
  color: #16A34A;
  font-weight: 600;
  padding: 0.7rem 1.4rem;
  border-radius: 12px;
  text-decoration: none;
  transition: all 0.25s ease;
}
.cart-main-wrapper .cart-outline-button:hover {
  background: #F0FDF4;
  color: #15803D;
}
.cart-main-wrapper .cart-clear-all-button {
  background: transparent;
  border: 1.5px solid #E2ECE5;
  color: #64748B;
  font-weight: 600;
  padding: 0.7rem 1.2rem;
  border-radius: 12px;
  cursor: pointer;
  transition: all 0.2s ease;
}
.cart-main-wrapper .cart-clear-all-button:hover {
  border-color: #EF4444;
  color: #EF4444;
  background: #FEF2F2;
}
.cart-main-wrapper .cart-checkout-proceed-btn {
  background: #16A34A;
  color: #FFFFFF;
  font-weight: 700;
  font-size: 1.05rem;
  padding: 0.9rem 1.5rem;
  border-radius: 12px;
  border: none;
  cursor: pointer;
  box-shadow: 0 4px 14px rgba(22, 163, 74, 0.35);
  transition: all 0.25s ease;
}
.cart-main-wrapper .cart-checkout-proceed-btn:hover {
  background: #15803D;
  box-shadow: 0 6px 20px rgba(22, 163, 74, 0.45);
}
.cart-main-wrapper .cart-empty-icon-wrap {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background: #F0F7F2;
  color: #16A34A;
  font-size: 2.5rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.cart-main-wrapper .cart-checkout-form-box {
  background: #FFFFFF;
  border: 1px solid #E2ECE5;
  border-radius: 20px;
  box-shadow: 0 6px 24px rgba(15, 36, 24, 0.04);
}
.cart-main-wrapper .cart-form-label {
  color: #0F2418;
  font-size: 0.9rem;
}
.cart-main-wrapper .cart-input-wrapper {
  position: relative;
  display: flex;
  align-items: center;
}
.cart-main-wrapper .cart-input-icon {
  position: absolute;
  left: 1rem;
  color: #64748B;
  font-size: 1.25rem;
  pointer-events: none;
}
.cart-main-wrapper .cart-form-control {
  width: 100%;
  background: #FFFFFF;
  border: 1.5px solid #E2ECE5;
  border-radius: 10px;
  padding: 0.75rem 1rem 0.75rem 2.75rem;
  color: #0F2418;
  font-size: 0.95rem;
  transition: all 0.2s ease;
}
.cart-main-wrapper .cart-form-control::placeholder {
  color: #94A3B8;
  opacity: 1;
}
.cart-main-wrapper .cart-form-control:focus {
  border-color: #16A34A;
  outline: none;
  box-shadow: 0 0 0 4px rgba(22, 163, 74, 0.12);
}
.cart-main-wrapper .cart-textarea-wrapper .cart-input-icon {
  top: 0.5rem;
}
.cart-main-wrapper .cart-form-textarea {
  resize: vertical;
  min-height: 90px;
}
.cart-main-wrapper .cart-checkout-review-bar {
  background: #F0F7F2;
  border: 1px solid #DCFCE7;
  border-radius: 12px;
}
.cart-main-wrapper .cart-back-to-cart-btn {
  background: #FFFFFF;
  border: 1.5px solid #E2ECE5;
  color: #334E3F;
  font-weight: 600;
  padding: 0.75rem 1.25rem;
  border-radius: 10px;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  transition: all 0.2s ease;
}
.cart-main-wrapper .cart-back-to-cart-btn:hover {
  background: #F0F7F2;
  color: #0F2418;
}
.cart-main-wrapper .cart-submit-order-btn {
  background: #16A34A;
  border: none;
  color: #FFFFFF;
  font-weight: 700;
  padding: 0.75rem 1.5rem;
  border-radius: 10px;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  box-shadow: 0 4px 14px rgba(22, 163, 74, 0.35);
  transition: all 0.25s ease;
}
.cart-main-wrapper .cart-submit-order-btn:hover {
  background: #15803D;
  box-shadow: 0 6px 20px rgba(22, 163, 74, 0.45);
}
/* Fix: Buttons in 1 line on mobile */
@media (max-width: 575.98px) {
  .cart-main-wrapper .cart-checkout-review-bar > .d-flex.gap-2 {
    flex-direction: row !important;
    width: 100% !important;
  }
  .cart-main-wrapper .cart-back-to-cart-btn,
  .cart-main-wrapper .cart-submit-order-btn {
    flex: 1 1 0;
    min-width: 0;
    padding: 0.6rem 0.5rem;
    font-size: 0.85rem;
    justify-content: center;
    text-align: center;
  }
  .cart-main-wrapper .cart-back-to-cart-btn span,
  .cart-main-wrapper .cart-submit-order-btn span {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}
.cart-main-wrapper .cart-success-modal-card {
  background: #FFFFFF;
  border: 2px solid #DCFCE7;
  border-radius: 20px;
  box-shadow: 0 10px 30px rgba(22, 163, 74, 0.08);
  max-width: 760px;
  margin: 0 auto;
}
.cart-main-wrapper .cart-success-icon-badge {
  width: 90px;
  height: 90px;
  background: #DCFCE7;
  color: #16A34A;
  border-radius: 50%;
  font-size: 3rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
}
.cart-main-wrapper .cart-success-desc {
  max-width: 580px;
}
.cart-toast-notification {
  position: fixed;
  bottom: 24px;
  right: 24px;
  z-index: 1080;
  background: #0F2418;
  color: #FFFFFF;
  padding: 1rem 1.5rem;
  border-radius: 12px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
  display: flex;
  align-items: center;
  gap: 0.75rem;
  transform: translateY(100px);
  opacity: 0;
  transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
  pointer-events: none;
}
.cart-toast-notification.cart-toast-active {
  transform: translateY(0);
  opacity: 1;
  pointer-events: auto;
}
@media (max-width: 767.98px) {
  .cart-main-wrapper .cart-main-heading { font-size: 1.5rem; }
  .cart-main-wrapper .cart-item-row { flex-direction: column; align-items: flex-start; }
  .cart-main-wrapper .cart-item-img-link { width: 70px; height: 70px; }
  .cart-main-wrapper .cart-summary-card { position: static; }
}

/* ===== PAGE: about ===== */
.about-page-section {
  background-color: #F7FAF8;
  color: #0F2418;
  overflow-x: hidden;
}

.about-page-section .about-page-section__badge {
  background-color: #DCFCE7;
  color: #166534;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  padding: 0.35rem 0.85rem;
}

.about-page-section .about-page-section__main-title {
  font-family: 'Outfit', 'Plus Jakarta Sans', sans-serif;
  font-size: clamp(1.8rem, 3.5vw, 2.5rem);
  font-weight: 800;
  color: #0F2418;
  line-height: 1.25;
  letter-spacing: -0.025em;
  margin-bottom: 0.75rem;
}

.about-page-section .about-page-section__subtitle {
  font-family: 'Outfit', 'Plus Jakarta Sans', sans-serif;
  font-size: clamp(1.4rem, 2.5vw, 1.85rem);
  font-weight: 700;
  color: #0F2418;
  line-height: 1.3;
}

.about-page-section .about-page-section__lead-text {
  font-size: 1.05rem;
  color: #334E3F;
  max-width: 720px;
  line-height: 1.6;
}

.about-page-section .about-page-section__paragraph {
  font-size: 0.95rem;
  line-height: 1.7;
}

.about-page-section .about-page-section__media-box {
  position: relative;
  overflow: hidden;
  border-radius: 16px;
  border: 1px solid #E2ECE5;
  background-color: #FFFFFF;
}

.about-page-section .about-page-section__img {
  width: 100%;
  height: auto;
  min-height: 280px;
  max-height: 420px;
  object-fit: cover;
  display: block;
  transition: transform 0.4s ease;
}

.about-page-section .about-page-section__media-box:hover .about-page-section__img {
  transform: scale(1.02);
}

.about-page-section .about-page-section__media-badge {
  position: absolute;
  bottom: 1.25rem;
  left: 1.25rem;
  background: rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(8px);
  padding: 0.6rem 1rem;
  border-radius: 12px;
  border: 1px solid #E2ECE5;
  display: flex;
  align-items: center;
}

.about-page-section .about-page-section__feature-pill {
  background-color: #FFFFFF;
  border: 1px solid #E2ECE5;
  transition: border-color 0.25s ease, box-shadow 0.25s ease;
}

.about-page-section .about-page-section__feature-pill:hover {
  border-color: #86EFAC;
  box-shadow: 0 4px 12px rgba(22, 163, 74, 0.08);
}

.about-page-section .about-page-section__icon-wrapper {
  width: 44px;
  height: 44px;
  background-color: #DCFCE7;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.about-page-section .about-page-section__card {
  background: linear-gradient(180deg, #FFFFFF 0%, #F0F7F2 100%);
  border: 1px solid #DCFCE7 !important;
  box-shadow: 0 4px 16px rgba(15, 36, 24, 0.03);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.about-page-section .about-page-section__card:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 24px rgba(22, 163, 74, 0.1);
}

.about-page-section .about-page-section__card-icon {
  width: 56px;
  height: 56px;
  background-color: #DCFCE7;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.about-page-section .about-page-section__history-wrapper {
  background-color: #FFFFFF;
  border: 1px solid #E2ECE5;
  box-shadow: 0 4px 20px rgba(15, 36, 24, 0.04);
}

.about-page-section .about-page-section__timeline-btn {
  background-color: #F0F7F2;
  color: #334E3F;
  border: 1px solid #E2ECE5;
  font-weight: 600;
  font-size: 0.875rem;
  padding: 0.6rem 1.25rem;
  border-radius: 9999px;
  transition: all 0.25s ease;
}

.about-page-section .about-page-section__timeline-btn:hover,
.about-page-section .about-page-section__timeline-btn.active {
  background-color: #16A34A;
  color: #FFFFFF;
  border-color: #16A34A;
  box-shadow: 0 4px 12px rgba(22, 163, 74, 0.25);
}

.about-page-section .about-page-section__stat-pill {
  background: linear-gradient(135deg, #F0F7F2 0%, #DCFCE7 100%);
  border: 1px solid #86EFAC;
}

.about-page-section .about-page-section__nav-card {
  background: linear-gradient(180deg, #FFFFFF 0%, #F0F7F2 100%);
  border: 1px solid #DCFCE7;
  box-shadow: 0 4px 20px rgba(15, 36, 24, 0.04);
}

.about-page-section .about-page-section__cta-btn-primary {
  background-color: #16A34A;
  color: #FFFFFF;
  font-weight: 600;
  padding: 0.75rem 1.5rem;
  border-radius: 12px;
  border: none;
  box-shadow: 0 4px 14px rgba(22, 163, 74, 0.35);
  text-decoration: none;
  transition: background-color 0.25s ease, box-shadow 0.25s ease, transform 0.2s ease;
}

.about-page-section .about-page-section__cta-btn-primary:hover {
  background-color: #15803D;
  color: #FFFFFF;
  box-shadow: 0 6px 20px rgba(22, 163, 74, 0.45);
  transform: translateY(-2px);
}

.about-page-section .about-page-section__cta-btn-outline {
  background-color: transparent;
  color: #16A34A;
  border: 1.5px solid #16A34A;
  font-weight: 600;
  padding: 0.75rem 1.5rem;
  border-radius: 12px;
  text-decoration: none;
  transition: background-color 0.25s ease, transform 0.2s ease;
}

.about-page-section .about-page-section__cta-btn-outline:hover {
  background-color: #DCFCE7;
  color: #166534;
  transform: translateY(-2px);
}

.about-page-section .about-page-section__cta-btn-ghost {
  background-color: #FFFFFF;
  color: #334E3F;
  border: 1px solid #E2ECE5;
  font-weight: 600;
  padding: 0.75rem 1.5rem;
  border-radius: 12px;
  text-decoration: none;
  transition: background-color 0.25s ease, color 0.25s ease, transform 0.2s ease;
}

.about-page-section .about-page-section__cta-btn-ghost:hover {
  background-color: #F0F7F2;
  color: #16A34A;
  transform: translateY(-2px);
}

/* ===== PAGE: contact ===== */
.twf-contact-section {
  background-color: #F7FAF8;
  color: #0F2418;
  font-family: 'Plus Jakarta Sans', system-ui, -apple-system, sans-serif;
}

.twf-contact-section__badge {
  background-color: #DCFCE7;
  color: #166534;
  font-weight: 700;
  font-size: 0.8125rem;
  padding: 0.35rem 0.9rem;
  border-radius: 9999px;
  letter-spacing: 0.05em;
  border: 1px solid #86EFAC;
}

.twf-contact-section__title {
  font-family: 'Outfit', 'Plus Jakarta Sans', sans-serif;
  font-size: clamp(1.75rem, 3.5vw, 2.5rem);
  font-weight: 700;
  color: #0F2418;
  line-height: 1.25;
}

.twf-contact-section__subtitle {
  font-size: 1rem;
  line-height: 1.6;
  color: #334E3F;
}

.twf-contact-card {
  background-color: #FFFFFF;
  border: 1px solid #E2ECE5;
  border-radius: 16px;
  padding: 1.25rem;
  box-shadow: 0 4px 18px rgba(15, 36, 24, 0.04);
  transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1);
}

.twf-contact-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 30px rgba(22, 163, 74, 0.12);
  border-color: #86EFAC;
}

.twf-contact-card--accent {
  background: linear-gradient(180deg, #FFFFFF 0%, #F0FDF4 100%);
  border-color: #DCFCE7;
}

.twf-contact-card__icon-box {
  width: 42px;
  height: 42px;
  border-radius: 10px;
  background-color: #DCFCE7;
  color: #16A34A;
  font-size: 1.35rem;
}

.twf-contact-card__icon-box--whatsapp {
  background-color: #25D366;
  color: #FFFFFF;
}

.twf-contact-card__heading {
  font-family: 'Outfit', 'Plus Jakarta Sans', sans-serif;
  font-size: 1.25rem;
  font-weight: 600;
  color: #0F2418;
}

.twf-contact-card__text {
  font-size: 0.9375rem;
  line-height: 1.5;
}

.twf-contact-card__highlight {
  font-size: 0.9375rem;
  font-weight: 600;
  color: #0F2418;
  line-height: 1.5;
}

.twf-contact-card__link {
  font-size: 1rem;
  font-weight: 700;
  color: #16A34A;
  transition: color 0.2s ease;
}

.twf-contact-card__link:hover {
  color: #15803D;
  text-decoration: underline !important;
}

.twf-contact-card__btn {
  background-color: #25D366;
  border: none;
  font-weight: 600;
  border-radius: 10px;
  padding: 0.65rem 1rem;
  font-size: 0.9375rem;
  transition: background-color 0.2s ease, transform 0.2s ease;
}

.twf-contact-card__btn:hover {
  background-color: #1EBE5D;
  color: #FFFFFF;
  transform: translateY(-2px);
}

.twf-info-box {
  background: #FFFFFF;
  border: 1px solid #E2ECE5;
  border-radius: 20px;
  box-shadow: 0 6px 20px rgba(15, 36, 24, 0.03);
}

.twf-info-box__icon {
  width: 42px;
  height: 42px;
  border-radius: 10px;
  background-color: #F0F7F2;
  color: #16A34A;
  font-size: 1.35rem;
}

.twf-info-box__title {
  font-family: 'Outfit', 'Plus Jakarta Sans', sans-serif;
  font-size: 1.3rem;
  font-weight: 600;
  color: #0F2418;
}

.twf-info-box__desc {
  font-size: 0.95rem;
  color: #334E3F;
  line-height: 1.6;
}

.twf-time-badge {
  background-color: #DCFCE7;
  color: #166534;
  font-size: 0.85rem;
  padding: 0.4rem 0.75rem;
  border-radius: 6px;
}

.twf-step-num {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  background-color: #DCFCE7;
  color: #166534;
  font-weight: 700;
  border-radius: 8px;
  font-size: 0.875rem;
  flex-shrink: 0;
}

.twf-step-title {
  font-size: 1rem;
  font-weight: 600;
  color: #0F2418;
}

.twf-step-desc {
  font-size: 0.875rem;
  color: #64748B;
  line-height: 1.5;
}

.twf-help-banner {
  background: linear-gradient(135deg, #F0F7F2 0%, #E8F5EC 100%);
  border: 1px solid #DCFCE7;
}

.twf-help-banner__title {
  font-family: 'Outfit', 'Plus Jakarta Sans', sans-serif;
  font-size: 1.35rem;
  font-weight: 700;
  color: #0F2418;
}

.twf-help-banner__desc {
  font-size: 0.95rem;
  color: #334E3F;
}

.twf-banner-btn {
  border: 1.5px solid #16A34A;
  color: #16A34A;
  font-weight: 600;
  border-radius: 10px;
  padding: 0.5rem 1.25rem;
  background-color: #FFFFFF;
  transition: all 0.2s ease;
}

.twf-banner-btn:hover {
  background-color: #16A34A;
  color: #FFFFFF;
}

.twf-banner-btn-fill {
  background-color: #16A34A;
  border: 1.5px solid #16A34A;
  font-weight: 600;
  border-radius: 10px;
  padding: 0.5rem 1.25rem;
  transition: all 0.2s ease;
}

.twf-banner-btn-fill:hover {
  background-color: #15803D;
  border-color: #15803D;
  color: #FFFFFF;
}

@media (max-width: 767.98px) {
  .twf-contact-section__title {
    font-size: 1.125rem;
    hyphens: auto;
  }
  .twf-contact-card__heading,
  .twf-info-box__title,
  .twf-help-banner__title {
    font-size: 1rem;
    hyphens: auto;
  }
  .twf-step-title {
    font-size: 0.875rem;
    hyphens: auto;
  }
  .twf-contact-card {
    padding: 1.25rem;
  }
}

/* ===== PAGE: privacy ===== */
.privacy-legal-section {
  background-color: #F7FAF8;
}

.privacy-legal-section .privacy-sidebar {
  top: 90px;
  background-color: #FFFFFF;
  border-color: #E2ECE5 !important;
}

.privacy-legal-section .privacy-search-wrap input {
  background-color: #FFFFFF;
  border: 1.5px solid #E2ECE5;
  border-radius: 8px;
  padding-right: 2.2rem;
  font-size: 0.875rem;
  color: #0F2418;
}

.privacy-legal-section .privacy-search-wrap input:focus {
  border-color: #16A34A;
  box-shadow: 0 0 0 3px rgba(22, 163, 74, 0.15);
  outline: none;
}

.privacy-legal-section .privacy-nav-item {
  color: #334E3F;
  font-size: 0.9rem;
  padding: 0.6rem 0.85rem;
  border-radius: 8px;
  transition: all 0.2s ease;
  text-decoration: none;
}

.privacy-legal-section .privacy-nav-item:hover {
  background-color: #F0F7F2;
  color: #16A34A;
}

.privacy-legal-section .privacy-nav-item.active {
  background-color: #DCFCE7;
  color: #166534;
  font-weight: 600;
}

.privacy-legal-section .privacy-content-card {
  background-color: #FFFFFF;
  border-color: #E2ECE5 !important;
}

.privacy-legal-section .privacy-main-title {
  font-family: 'Outfit', 'Plus Jakarta Sans', sans-serif;
  color: #0F2418;
}

@media (max-width: 767.98px) {
  .privacy-legal-section .privacy-main-title {
    font-size: 1.125rem;
    hyphens: auto;
  }
  .privacy-legal-section .privacy-body h2 {
    font-size: 1rem;
  }
  .privacy-legal-section .privacy-body h3 {
    font-size: 0.875rem;
  }
}

.privacy-legal-section .privacy-article-section {
  scroll-margin-top: 100px;
}

.privacy-legal-section .bg-success-subtle {
  background-color: #ECFDF5 !important;
}

.privacy-legal-section .text-success {
  color: #16A34A !important;
}

.privacy-legal-section .btn-success {
  background-color: #16A34A;
  border-color: #16A34A;
  color: #FFFFFF;
  box-shadow: 0 4px 14px rgba(22, 163, 74, 0.25);
}

.privacy-legal-section .btn-success:hover {
  background-color: #15803D;
  border-color: #15803D;
  color: #FFFFFF;
}

.privacy-legal-section .btn-outline-success {
  border-color: #16A34A;
  color: #16A34A;
}

.privacy-legal-section .btn-outline-success:hover {
  background-color: #F0FDF4;
  border-color: #15803D;
  color: #15803D;
}

/* ===== PAGE: terms ===== */
.terms-main-block {
  background-color: #F7FAF8;
  color: #0F2418;
}

.terms-main-block .terms-sidebar-card {
  background-color: #FFFFFF;
  border: 1px solid #E2ECE5 !important;
  top: 90px;
  transition: all 0.25s ease;
}

.terms-main-block .terms-nav-item {
  color: #334E3F;
  font-size: 0.9rem;
  font-weight: 500;
  padding: 0.65rem 0.85rem;
  border-radius: 8px;
  transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  display: flex;
  align-items: center;
  text-decoration: none;
}

.terms-main-block .terms-nav-item:hover {
  background-color: #F0F7F2;
  color: #16A34A;
}

.terms-main-block .terms-nav-item.active {
  background-color: #DCFCE7;
  color: #166534;
  font-weight: 600;
}

.terms-main-block .terms-content-card {
  border: 1px solid #E2ECE5 !important;
  box-shadow: 0 4px 20px rgba(15, 36, 24, 0.04) !important;
}

.terms-main-block .terms-main-title {
  font-family: 'Outfit', 'Plus Jakarta Sans', sans-serif;
  font-size: clamp(1.5rem, 3vw, 2.1rem);
  line-height: 1.3;
  letter-spacing: -0.02em;
  color: #0F2418;
}

.terms-main-block .terms-notice-box {
  background-color: #F0F7F2;
  border-left: 4px solid #16A34A !important;
}

.terms-main-block .terms-notice-icon {
  width: 44px;
  height: 44px;
  background-color: #DCFCE7;
}

.terms-main-block .terms-badge-num {
  width: 28px;
  height: 28px;
  font-size: 0.85rem;
  font-weight: 700;
  flex-shrink: 0;
}

.terms-main-block .scroll-margin-top {
  scroll-margin-top: 100px;
}

.terms-main-block .terms-section-heading {
  color: #0F2418;
  border-bottom: 1px solid #F0F7F2;
  padding-bottom: 0.5rem;
}

.terms-main-block .terms-section-content p {
  font-size: 0.95rem;
  color: #334E3F;
}

.terms-main-block .terms-contact-highlight {
  border: 1px solid #E2ECE5 !important;
  background-color: #F7FAF8 !important;
}

@media (max-width: 991.98px) {
  .terms-main-block .terms-sidebar-card {
    position: static;
    margin-bottom: 1.5rem;
  }
}

/* ===== PAGE: disclaimer ===== */
.legal-disclaimer-section {
  background-color: #F7FAF8;
  color: #0F2418;
  font-family: 'Plus Jakarta Sans', system-ui, -apple-system, sans-serif;
  line-height: 1.6;
}

.legal-disclaimer-section .legal-sidebar {
  top: 1.5rem;
  z-index: 10;
}

.legal-disclaimer-section .legal-nav-card {
  background-color: #FFFFFF;
  border: 1px solid #E2ECE5 !important;
  border-radius: 16px;
}

.legal-disclaimer-section .legal-search-box .form-control {
  background-color: #FFFFFF;
  border-color: #E2ECE5;
  color: #0F2418;
  font-size: 0.875rem;
}

.legal-disclaimer-section .legal-search-box .form-control:focus {
  border-color: #16A34A;
  box-shadow: 0 0 0 3px rgba(22, 163, 74, 0.15);
}

.legal-disclaimer-section .legal-search-box .form-control::placeholder {
  color: #94A3B8;
  opacity: 1;
}

.legal-disclaimer-section .legal-quick-nav .legal-nav-item {
  padding: 0.6rem 0.85rem;
  color: #334E3F;
  font-size: 0.875rem;
  font-weight: 500;
  border-radius: 8px;
  transition: all 0.2s ease;
  display: flex;
  align-items: center;
}

.legal-disclaimer-section .legal-quick-nav .legal-nav-item:hover {
  background-color: #F0F7F2;
  color: #16A34A;
}

.legal-disclaimer-section .legal-quick-nav .legal-nav-item.active {
  background-color: #DCFCE7;
  color: #166534;
  font-weight: 600;
}

.legal-disclaimer-section .legal-content-wrapper {
  background-color: #FFFFFF;
  border: 1px solid #E2ECE5;
}

.legal-disclaimer-section .bg-light-subtle-badge {
  background-color: #DCFCE7;
  border: 1px solid #BBF7D0;
  font-size: 0.8125rem;
}

.legal-disclaimer-section .legal-title {
  font-family: 'Outfit', 'Plus Jakarta Sans', sans-serif;
  color: #0F2418;
  font-weight: 800;
  font-size: clamp(1.75rem, 3.5vw, 2.5rem);
  line-height: 1.25;
}

.legal-disclaimer-section .legal-intro-callout {
  background: linear-gradient(180deg, #F0FDF4 0%, #F0F7F2 100%);
  border: 1px solid #DCFCE7;
}

.legal-disclaimer-section .callout-title {
  color: #166534;
  font-weight: 700;
}

.legal-disclaimer-section .callout-text {
  font-size: 0.9375rem;
  line-height: 1.65;
}

.legal-disclaimer-section .legal-subtitle {
  font-family: 'Outfit', 'Plus Jakarta Sans', sans-serif;
  color: #0F2418;
  font-size: clamp(1.15rem, 2vw, 1.35rem);
  font-weight: 700;
}

.legal-disclaimer-section .badge-number {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  background-color: #DCFCE7;
  color: #166534;
  font-size: 0.8125rem;
  font-weight: 700;
  border-radius: 50%;
  flex-shrink: 0;
}

.legal-disclaimer-section .legal-paragraph {
  color: #334E3F;
  font-size: 0.9375rem;
  line-height: 1.75;
  margin-bottom: 0.75rem;
}

.legal-disclaimer-section .legal-points-list .point-item {
  font-size: 0.9375rem;
  color: #334E3F;
  line-height: 1.6;
}

.legal-disclaimer-section .btn-outline-success {
  color: #16A34A;
  border-color: #16A34A;
  background-color: transparent;
  transition: all 0.25s ease;
}

.legal-disclaimer-section .btn-outline-success:hover {
  background-color: #16A34A;
  color: #FFFFFF;
  border-color: #16A34A;
}

.legal-disclaimer-section .btn-success {
  background-color: #16A34A;
  border-color: #16A34A;
  color: #FFFFFF;
}

.legal-disclaimer-section .btn-success:hover {
  background-color: #15803D;
  border-color: #15803D;
}

.legal-disclaimer-section .btn-outline-secondary {
  color: #334E3F;
  border-color: #E2ECE5;
  background-color: #FFFFFF;
}

.legal-disclaimer-section .btn-outline-secondary:hover {
  background-color: #F0F7F2;
  border-color: #86EFAC;
  color: #16A34A;
}

@media (max-width: 767.98px) {
  .legal-disclaimer-section .legal-title {
    font-size: 1.5rem;
    hyphens: auto;
  }
  .legal-disclaimer-section .legal-subtitle {
    font-size: 1.1rem;
    hyphens: auto;
  }
  .legal-disclaimer-section .legal-content-wrapper {
    padding: 1.25rem !important;
  }
}

/* ===== PAGE: refound ===== */
.refund-policy-section { background-color: #F7FAF8; font-family: 'Plus Jakarta Sans', system-ui, -apple-system, sans-serif; }
.refund-policy-section .refund-badge { background-color: #DCFCE7; color: #166534; font-size: 0.8125rem; letter-spacing: 0.03em; }
.refund-policy-section .refund-main-title { font-family: 'Outfit', 'Plus Jakarta Sans', sans-serif; color: #0F2418; font-size: clamp(1.75rem, 3.5vw, 2.5rem); }
.refund-policy-section .refund-heading-color { color: #0F2418; font-family: 'Outfit', 'Plus Jakarta Sans', sans-serif; }
.refund-policy-section .refund-intro-lead { max-width: 680px; font-size: 1.05rem; line-height: 1.6; }
.refund-policy-section .refund-highlight-card { background-color: #FFFFFF; border-radius: 16px; border: 1px solid #E2ECE5; box-shadow: 0 4px 18px rgba(15, 36, 24, 0.04); transition: transform 0.25s ease, box-shadow 0.25s ease; }
.refund-policy-section .refund-highlight-card:hover { transform: translateY(-4px); box-shadow: 0 12px 24px rgba(22, 163, 74, 0.1); }
.refund-policy-section .refund-icon-wrapper { width: 48px; height: 48px; display: inline-flex; align-items: center; justify-content: center; background-color: #F0F7F2; border-radius: 12px; font-size: 1.5rem; }
.refund-policy-section .refund-content-card { background-color: #FFFFFF; border-radius: 20px; border: 1px solid #E2ECE5; box-shadow: 0 4px 20px rgba(15, 36, 24, 0.03); }
.refund-policy-section .refund-list { line-height: 1.75; }
.refund-policy-section .refund-list li { margin-bottom: 0.5rem; }
.refund-policy-section .refund-step-box { background-color: #F0F7F2; border: 1px solid #DCFCE7; transition: border-color 0.2s ease; }
.refund-policy-section .refund-step-box:hover { border-color: #86EFAC; }
.refund-policy-section .refund-sidebar { background-color: #F0F7F2; border: 1px solid #E2ECE5; }
.refund-policy-section .refund-accordion-btn { background-color: #FFFFFF; color: #0F2418; border-radius: 8px !important; box-shadow: none; }
.refund-policy-section .refund-accordion-btn:not(.collapsed) { background-color: #DCFCE7; color: #166534; }
.refund-policy-section .refund-contact-card { background-color: #FFFFFF; border: 1px dashed #86EFAC; }
.refund-policy-section .btn-success { background-color: #16A34A; border-color: #16A34A; color: #FFFFFF; transition: all 0.25s ease; }
.refund-policy-section .btn-success:hover { background-color: #15803D; border-color: #15803D; transform: translateY(-1px); }
@media (max-width: 767.98px) { .refund-policy-section .refund-main-title { font-size: 1.35rem; } .refund-policy-section h2 { font-size: 1.15rem; } .refund-policy-section h3 { font-size: 1rem; } }

/* ===== PAGE: delivery ===== */
.delivery-policy-block {
  background-color: #F7FAF8;
  color: #0F2418;
  font-family: 'Plus Jakarta Sans', system-ui, -apple-system, sans-serif;
}

.delivery-policy-block__badge {
  background-color: #DCFCE7;
  color: #166534;
  padding: 0.4rem 1rem;
  border-radius: 9999px;
  font-size: 0.8125rem;
  font-weight: 700;
  letter-spacing: 0.03em;
  border: 1px solid #BBF7D0;
}

.delivery-policy-block__main-title {
  font-family: 'Outfit', 'Plus Jakarta Sans', sans-serif;
  color: #0F2418;
  font-weight: 700;
  font-size: clamp(1.75rem, 3.5vw, 2.5rem);
  line-height: 1.25;
}

.delivery-policy-block__subtitle {
  max-width: 680px;
  font-size: 1rem;
  line-height: 1.65;
}

.delivery-policy-block__feature-card {
  background: #FFFFFF;
  border: 1px solid #E2ECE5;
  border-radius: 16px;
  box-shadow: 0 4px 18px rgba(15, 36, 24, 0.03);
  transition: transform 0.25s cubic-bezier(0.4, 0, 0.2, 1), box-shadow 0.25s ease;
}

.delivery-policy-block__feature-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 28px rgba(22, 163, 74, 0.1);
  border-color: #86EFAC;
}

.delivery-policy-block__icon-box {
  width: 48px;
  height: 48px;
  border-radius: 12px;
  background: #ECFDF5;
  display: flex;
  align-items: center;
  justify-content: center;
}

.delivery-policy-block__icon {
  font-size: 1.5rem;
}

.delivery-policy-block__feature-title {
  color: #0F2418;
  font-weight: 700;
}

.delivery-policy-block__calculator-card {
  background: linear-gradient(180deg, #FFFFFF 0%, #F0F7F2 100%);
  border: 1px solid #DCFCE7;
  border-radius: 20px;
  box-shadow: 0 6px 20px rgba(15, 36, 24, 0.03);
}

.delivery-policy-block__calc-title {
  font-family: 'Outfit', 'Plus Jakarta Sans', sans-serif;
  color: #0F2418;
  font-weight: 700;
}

.delivery-policy-block__calc-box {
  background-color: #FFFFFF;
  border-color: #E2ECE5 !important;
}

.delivery-policy-block__calc-box .form-select {
  border-color: #E2ECE5;
  border-radius: 10px;
  padding: 0.65rem 1rem;
  font-size: 0.9rem;
  color: #0F2418;
}

.delivery-policy-block__calc-box .form-select:focus {
  border-color: #16A34A;
  box-shadow: 0 0 0 3px rgba(22, 163, 74, 0.15);
}

.delivery-policy-block__calc-result {
  background-color: #F8FAFC !important;
  border-color: #E2E8F0 !important;
}

.delivery-policy-block__content-card {
  border-color: #E2ECE5 !important;
}

.delivery-policy-block__section-title {
  font-family: 'Outfit', 'Plus Jakarta Sans', sans-serif;
  color: #0F2418;
  font-weight: 700;
}

.delivery-policy-block__num-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 26px;
  height: 26px;
  background-color: #DCFCE7;
  color: #166534;
  border-radius: 6px;
  font-size: 0.75rem;
  font-weight: 800;
}

.delivery-policy-block__side-card {
  border-color: #E2ECE5 !important;
}

.delivery-policy-block__accordion .accordion-button {
  box-shadow: none;
  background: transparent;
  color: #0F2418;
}

.delivery-policy-block__accordion .accordion-button:not(.collapsed) {
  color: #16A34A;
  background: transparent;
}

.delivery-policy-block__contact-box {
  background: #ECFDF5;
  border: 1px dashed #86EFAC;
}

.delivery-policy-block__contact-icon {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background-color: #16A34A;
  color: #FFFFFF;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.25rem;
}

.delivery-policy-block__contact-btn {
  background-color: #16A34A;
  border-color: #16A34A;
  border-radius: 10px;
  font-weight: 600;
  box-shadow: 0 4px 14px rgba(22, 163, 74, 0.25);
  transition: all 0.2s ease;
}

.delivery-policy-block__contact-btn:hover {
  background-color: #15803D;
  border-color: #15803D;
  box-shadow: 0 6px 18px rgba(22, 163, 74, 0.35);
}

@media (max-width: 767.98px) {
  .delivery-policy-block__main-title {
    font-size: 1.125rem;
  }
  .delivery-policy-block__calc-title {
    font-size: 1rem;
  }
  .delivery-policy-block__section-title {
    font-size: 1rem;
  }
  .delivery-policy-block__feature-title {
    font-size: 0.875rem;
  }
}

.sport-comment-card {
    background: #FFFFFF;
    border: 1px solid #E2ECE5;
    border-radius: 16px;
    padding: 1.5rem;
    box-shadow: 0 4px 18px rgba(15, 36, 24, 0.04);
    transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1);
    margin-bottom: 1.25rem;
}

.sport-comment-card:hover {
    border-color: #86EFAC;
    box-shadow: 0 10px 24px rgba(22, 163, 74, 0.08);
}

.sport-avatar {
    width: 48px;
    height: 48px;
    min-width: 48px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    user-select: none;
    object-fit: cover;
}

.sport-avatar-main {
    background: linear-gradient(135deg, #16A34A 0%, #0D9488 100%);
    color: #FFFFFF;
    font-size: 1rem;
    letter-spacing: 0.02em;
    box-shadow: 0 4px 10px rgba(22, 163, 74, 0.25);
    border: 2px solid #FFFFFF;
}

.sport-avatar-text {
    line-height: 1;
    text-transform: uppercase;
    font-family: 'Plus Jakarta Sans', -apple-system, BlinkMacSystemFont, sans-serif;
}

.sport-comment-author {
    font-family: 'Outfit', 'Plus Jakarta Sans', sans-serif;
    font-weight: 700;
    font-size: 1.05rem;
    color: #0F2418;
    line-height: 1.3;
}

.sport-verified-badge {
    display: inline-flex;
    align-items: center;
    gap: 0.25rem;
    font-size: 0.75rem;
    font-weight: 700;
    background-color: #DCFCE7;
    color: #166534;
    padding: 0.2rem 0.55rem;
    border-radius: 9999px;
    border: 1px solid #86EFAC;
    letter-spacing: 0.02em;
}

.sport-verified-badge i {
    font-size: 0.85rem;
    color: #16A34A;
}

.sport-tag-pill {
    font-size: 0.75rem;
    font-weight: 500;
    background-color: #F0F7F2;
    color: #334E3F;
    padding: 0.2rem 0.5rem;
    border-radius: 6px;
    border: 1px solid #E2ECE5;
}

.sport-comment-meta {
    font-size: 0.825rem;
    color: #64748B;
    flex-wrap: wrap;
}

.sport-rating-stars {
    color: #EAB308;
    display: inline-flex;
    gap: 2px;
    font-size: 0.9rem;
}

.sport-meta-divider {
    color: #CBD5E1;
}

.sport-item-ref {
    color: #64748B;
    font-weight: 500;
}

.sport-options-btn {
    color: #64748B;
    background: transparent;
    border: none;
    padding: 0.35rem 0.5rem;
    border-radius: 8px;
    font-size: 1.15rem;
    line-height: 1;
    transition: all 0.2s ease;
}

.sport-options-btn:hover {
    color: #0F2418;
    background-color: #F0F7F2;
}

.sport-comment-title {
    font-family: 'Outfit', 'Plus Jakarta Sans', sans-serif;
    font-weight: 700;
    font-size: 1.05rem;
    color: #0F2418;
    line-height: 1.4;
}

.sport-comment-text {
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: 0.95rem;
    line-height: 1.65;
    color: #334E3F;
}

.sport-comment-footer {
    border-top: 1px dashed #E2ECE5;
}

.sport-action-btn,
.sport-share-btn {
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: 0.825rem;
    font-weight: 600;
    padding: 0.4rem 0.85rem;
    border-radius: 8px;
    border: 1px solid #E2ECE5;
    background: #FFFFFF;
    color: #334E3F;
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
}

.sport-action-btn i,
.sport-share-btn i {
    font-size: 1rem;
    color: #16A34A;
}

.sport-action-btn:hover,
.sport-share-btn:hover {
    background-color: #ECFDF5;
    border-color: #86EFAC;
    color: #166534;
    transform: translateY(-1px);
}

.sport-count {
    font-weight: 700;
    color: #166534;
    margin-left: 0.15rem;
}

.sport-reply-card {
    position: relative;
    margin-left: 1.75rem;
    padding-left: 1.25rem;
    margin-top: -0.5rem;
    margin-bottom: 1.25rem;
    display: flex;
    gap: 0.75rem;
}

.sport-reply-connector-indicator {
    position: absolute;
    left: -0.25rem;
    top: 1.25rem;
    color: #86EFAC;
    font-size: 1.15rem;
    line-height: 1;
}

.sport-reply-inner {
    flex: 1;
    background: #F0F7F2;
    border: 1px solid #DCFCE7;
    border-radius: 14px;
    padding: 1.15rem 1.25rem;
    box-shadow: 0 2px 10px rgba(15, 36, 24, 0.02);
    transition: all 0.2s ease;
}

.sport-reply-inner:hover {
    border-color: #86EFAC;
    background: #ECFDF5;
}

.sport-avatar-reply {
    width: 38px;
    height: 38px;
    min-width: 38px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    object-fit: cover;
    background: #DCFCE7;
    color: #166534;
    font-size: 0.8rem;
    border: 2px solid #86EFAC;
}

.sport-reply-author {
    font-family: 'Outfit', 'Plus Jakarta Sans', sans-serif;
    font-weight: 700;
    font-size: 0.95rem;
    color: #0F2418;
}

.sport-official-badge {
    display: inline-flex;
    align-items: center;
    gap: 0.2rem;
    font-size: 0.7rem;
    font-weight: 700;
    background: #16A34A;
    color: #FFFFFF;
    padding: 0.15rem 0.5rem;
    border-radius: 9999px;
    letter-spacing: 0.02em;
}

.sport-badge-support-status {
    font-size: 0.725rem;
    font-weight: 600;
    color: #0D9488;
    background: #FFFFFF;
    border: 1px solid #CCFBF1;
    padding: 0.2rem 0.5rem;
    border-radius: 6px;
}

.sport-reply-meta {
    font-size: 0.775rem;
    color: #64748B;
}

.sport-reply-to-text {
    color: #16A34A;
    font-weight: 600;
}

.sport-reply-body {
    font-family: 'Plus Jakarta Sans', sans-serif;
}

.sport-reply-text {
    font-size: 0.9rem;
    line-height: 1.6;
    color: #334E3F;
}

.sport-reply-footer {
    border-top: 1px solid rgba(226, 236, 229, 0.7);
}

.sport-reply-action-btn {
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: 0.775rem;
    font-weight: 600;
    padding: 0.25rem 0.6rem;
    border-radius: 6px;
    border: 1px solid #E2ECE5;
    background: #FFFFFF;
    color: #334E3F;
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    transition: all 0.2s ease;
}

.sport-reply-action-btn i {
    font-size: 0.9rem;
    color: #16A34A;
}

.sport-reply-action-btn:hover {
    background-color: #FFFFFF;
    border-color: #16A34A;
    color: #166534;
}

@media (max-width: 576px) {
    .sport-reply-card {
        margin-left: 0.75rem;
        padding-left: 0.75rem;
    }

    .sport-comment-card {
        padding: 1.15rem;
    }
}


/* ===== PAGE TEMPLATE: catalog-items ===== */
.detail-product-page {
    background-color: #F7FAF8;
    color: #0F2418;
    font-family: 'Plus Jakarta Sans', system-ui, -apple-system, sans-serif;
}

.site-main-header {
    background-color: #FFFFFF;
    border-bottom: 1px solid #E2ECE5;
    box-shadow: 0 4px 18px rgba(15, 36, 24, 0.04);
    z-index: 1030;
    position: sticky;
    top: 0;
    width: 100%;
}

.site-main-header .site-main-header__top-strip {
    background-color: #F0F7F2;
    border-bottom: 1px solid #E2ECE5;
    font-size: 0.75rem;
    color: #334E3F;
}

.site-main-header .site-main-header__tagline {
    font-weight: 500;
    color: #334E3F;
}

.site-main-header .site-main-header__top-link {
    color: #334E3F;
    text-decoration: none;
    transition: color 0.2s ease;
}

.site-main-header .site-main-header__top-link:hover {
    color: #16A34A;
}

.site-main-header .site-main-header__top-divider {
    display: inline-block;
    width: 1px;
    height: 10px;
    background-color: #CBD5E1;
}

.site-main-header .site-main-header__navbar {
    background-color: #FFFFFF;
    padding: 0.75rem 0;
}

.site-main-header .site-main-header__logo-img {
    max-width: 44px;
    height: auto;
    object-fit: contain;
}

.site-main-header .site-main-header__brand-title {
    font-family: 'Outfit', 'Plus Jakarta Sans', sans-serif;
    font-size: 1.15rem;
    font-weight: 700;
    color: #0F2418;
    line-height: 1.2;
    letter-spacing: -0.02em;
}

.site-main-header .site-main-header__brand-sub {
    font-size: 0.68rem;
    font-weight: 600;
    color: #16A34A;
    letter-spacing: 0.05em;
}

.site-main-header .site-main-header__center-brand {
    text-decoration: none;
    padding: 0.25rem 0.75rem;
    border-radius: 12px;
    transition: opacity 0.2s ease;
}

.site-main-header .site-main-header__center-brand:hover {
    opacity: 0.9;
}

.site-main-header .site-main-header__nav-link {
    font-family: 'Plus Jakarta Sans', system-ui, sans-serif;
    font-size: 0.95rem;
    font-weight: 600;
    color: #0F2418;
    padding: 0.5rem 0.85rem;
    border-radius: 8px;
    transition: all 0.2s ease;
}

.site-main-header .site-main-header__nav-link:hover,
.site-main-header .site-main-header__nav-link:focus {
    color: #16A34A;
    background-color: #F0F7F2;
}

.site-main-header .site-main-header__toggler {
    border: 1px solid #E2ECE5;
    background-color: #F7FAF8;
    padding: 0.4rem 0.6rem;
    border-radius: 8px;
    color: #0F2418;
    outline: none;
    box-shadow: none;
}

.site-main-header .site-main-header__toggler:focus {
    box-shadow: 0 0 0 3px rgba(22, 163, 74, 0.15);
}

.site-main-header .site-main-header__toggler-icon {
    font-size: 1.4rem;
    color: #0F2418;
}

.site-main-header .site-main-header__cart-mobile {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 38px;
    height: 38px;
    border-radius: 10px;
    background-color: #F0F7F2;
    border: 1px solid #DCFCE7;
    color: #166534;
    text-decoration: none;
}

.site-main-header .site-main-header__cart-desktop {
    background-color: #16A34A;
    color: #FFFFFF;
    font-weight: 600;
    font-size: 0.9rem;
    padding: 0.5rem 1.15rem;
    border-radius: 10px;
    border: 1px solid #16A34A;
    box-shadow: 0 4px 14px rgba(22, 163, 74, 0.25);
    text-decoration: none;
    transition: all 0.2s ease;
}

.site-main-header .site-main-header__cart-desktop:hover {
    background-color: #15803D;
    border-color: #15803D;
    color: #FFFFFF;
    box-shadow: 0 6px 20px rgba(22, 163, 74, 0.35);
    transform: translateY(-1px);
}

.site-main-header .site-main-header__cart-icon {
    font-size: 1.15rem;
}

.site-main-header .site-main-header__cart-badge {
    background-color: #DCFCE7 !important;
    color: #166534 !important;
    font-size: 0.75rem;
    font-weight: 700;
    padding: 0.25rem 0.55rem;
}

.product-detail-main-view .border-light-custom {
    border: 1px solid #E2ECE5;
}

.product-detail-main-view .text-pine {
    color: #0F2418;
}

.product-detail-main-view .breadcrumb-link {
    color: #64748B;
    font-size: 0.875rem;
    transition: color 0.2s ease;
}

.product-detail-main-view .breadcrumb-link:hover {
    color: #16A34A;
}

.product-detail-main-view .product-gallery-single {
    background: #FFFFFF;
    border: 1px solid #E2ECE5;
    border-radius: 20px;
    overflow: hidden;
    padding: 1.5rem;
    box-shadow: 0 4px 18px rgba(15, 36, 24, 0.04);
}

.product-detail-main-view .product-main-img-box {
    border-radius: 14px;
    overflow: hidden;
    background-color: #F7FAF8;
}

.product-detail-main-view .product-main-img {
    width: 100%;
    max-height: 480px;
    height: auto;
    object-fit: contain !important;
    display: block;
    transition: transform 0.3s ease;
}

.product-detail-main-view .product-main-img:hover {
    transform: scale(1.02);
}

.product-detail-main-view .badge-pill-fresh {
    background-color: #DCFCE7;
    color: #166534;
    font-size: 0.8125rem;
    font-weight: 700;
    padding: 0.45rem 0.9rem;
    border-radius: 9999px;
    border: 1px solid #86EFAC;
    box-shadow: 0 4px 10px rgba(22, 163, 74, 0.1);
}

.product-detail-main-view .product-sku-tag {
    font-size: 0.8125rem;
    color: #64748B;
    background-color: #F0F7F2;
    padding: 0.2rem 0.6rem;
    border-radius: 6px;
}

.product-detail-main-view .product-stock-tag {
    font-size: 0.8125rem;
    color: #16A34A;
    font-weight: 600;
}

.product-detail-main-view .product-view-title {
    font-family: 'Outfit', 'Plus Jakarta Sans', sans-serif;
    font-size: clamp(1.5rem, 3vw, 2.1rem);
    font-weight: 700;
    line-height: 1.25;
    letter-spacing: -0.02em;
}

.product-detail-main-view .product-price-section {
    background: linear-gradient(180deg, #F0FDF4 0%, #F7FAF8 100%);
    border: 1px solid #DCFCE7;
}

.product-detail-main-view .product-current-price {
    font-family: 'Outfit', sans-serif;
    font-size: 2rem;
    font-weight: 800;
    color: #16A34A;
}

.product-detail-main-view .product-original-price {
    font-size: 1.15rem;
}

.product-detail-main-view .product-discount-pill {
    background-color: #EF4444;
    color: #FFFFFF;
    font-size: 0.75rem;
    font-weight: 700;
    padding: 0.2rem 0.6rem;
    border-radius: 9999px;
}

.product-detail-main-view .btn-variant-option {
    background-color: #FFFFFF;
    border: 1.5px solid #E2ECE5;
    color: #0F2418;
    font-weight: 600;
    font-size: 0.875rem;
    padding: 0.5rem 1rem;
    border-radius: 8px;
    transition: all 0.2s ease;
}

.product-detail-main-view .btn-variant-option:hover {
    border-color: #16A34A;
    color: #16A34A;
}

.product-detail-main-view .btn-variant-option.active {
    background-color: #DCFCE7;
    border-color: #16A34A;
    color: #166534;
    box-shadow: 0 0 0 2px rgba(22, 163, 74, 0.2);
}

.product-detail-main-view .quantity-counter-box {
    background-color: #F7FAF8;
    border-color: #E2ECE5 !important;
    width: 130px;
    height: 48px;
}

.product-detail-main-view .btn-qty {
    width: 38px;
    height: 100%;
    border: none;
    color: #0F2418;
    display: flex;
    align-items: center;
    justify-content: center;
}

.product-detail-main-view .qty-input {
    background: transparent;
    font-weight: 700;
    color: #0F2418;
    font-size: 1rem;
}

/* Hide number input spinners for quantity */
.product-detail-main-view .qty-input::-webkit-outer-spin-button,
.product-detail-main-view .qty-input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
.product-detail-main-view .qty-input[type=number] {
    -moz-appearance: textfield;
    appearance: textfield;
}

.product-detail-main-view .product-cart-btn {
    background-color: #16A34A;
    border-color: #16A34A;
    color: #FFFFFF;
    font-weight: 700;
    height: 48px;
    border-radius: 12px;
    box-shadow: 0 4px 14px rgba(22, 163, 74, 0.35);
    transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1);
}

.product-detail-main-view .product-cart-btn:hover {
    background-color: #15803D;
    border-color: #15803D;
    box-shadow: 0 6px 20px rgba(22, 163, 74, 0.45);
    transform: translateY(-2px);
}

.product-detail-main-view .perk-item {
    background-color: #F7FAF8;
    border: 1px solid #E2ECE5;
}

.product-detail-main-view .perk-title {
    font-size: 0.8125rem;
    color: #0F2418;
}

.product-detail-main-view .perk-desc {
    font-size: 0.75rem;
}

.product-detail-main-view .nav-pill-btn {
    background-color: #F7FAF8;
    color: #334E3F;
    border: 1px solid #E2ECE5;
    font-weight: 600;
    font-size: 0.9375rem;
    padding: 0.65rem 1.25rem;
    border-radius: 10px;
    transition: all 0.2s ease;
}

.product-detail-main-view .nav-pill-btn:hover {
    color: #16A34A;
    border-color: #86EFAC;
}

.product-detail-main-view .nav-pill-btn.active {
    background-color: #16A34A;
    border-color: #16A34A;
    color: #FFFFFF;
    box-shadow: 0 4px 12px rgba(22, 163, 74, 0.25);
}

.product-detail-main-view .content-heading-pine {
    font-family: 'Outfit', sans-serif;
    font-weight: 700;
    font-size: 1.35rem;
    color: #0F2418;
}

.product-detail-main-view .content-paragraph {
    color: #334E3F;
    line-height: 1.7;
    font-size: 0.95rem;
}

.product-detail-main-view .highlight-features-card {
    background-color: #F0F7F2;
    border: 1px solid #DCFCE7;
}

.product-detail-main-view .table-specs-custom th.spec-label-col {
    background-color: #F0F7F2;
    color: #0F2418;
    font-weight: 600;
    width: 25%;
    padding: 0.85rem 1rem;
    border-color: #E2ECE5;
}

.product-detail-main-view .table-specs-custom td.spec-val-col {
    color: #334E3F;
    padding: 0.85rem 1rem;
    border-color: #E2ECE5;
}

.product-detail-main-view .accordion-custom-item {
    background-color: #FFFFFF;
    border-color: #E2ECE5 !important;
    transition: border-color 0.2s ease;
}

.product-detail-main-view .accordion-custom-item.active {
    border-color: #86EFAC !important;
    background-color: #F7FAF8;
}

.product-detail-main-view .accordion-custom-toggle {
    font-size: 0.95rem;
    box-shadow: none;
}

.product-detail-main-view .accordion-icon {
    transition: transform 0.25s ease;
    color: #16A34A;
}

.product-detail-main-view .accordion-custom-item.active .accordion-icon {
    transform: rotate(180deg);
}

.product-detail-main-view .bg-mint-pill {
    background-color: #DCFCE7;
}

.product-detail-main-view .text-success-dark {
    color: #166534;
}

.product-detail-main-view .bg-light-mint {
    background-color: #F7FAF8;
}

.sport-comment-card {
    background-color: #FFFFFF;
    border: 1px solid #E2ECE5;
    border-radius: 16px;
    padding: 1.25rem;
}

.sport-avatar-main {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    background-color: #DCFCE7;
    color: #166534;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
}

.sport-comment-author {
    font-size: 0.95rem;
    font-weight: 700;
    color: #0F2418;
}

.sport-verified-badge {
    font-size: 0.75rem;
    color: #16A34A;
    font-weight: 600;
}

.sport-tag-pill {
    font-size: 0.75rem;
    color: #64748B;
    background-color: #F0F7F2;
    padding: 0.15rem 0.5rem;
    border-radius: 6px;
}

.sport-comment-meta {
    font-size: 0.8125rem;
    color: #64748B;
}

.sport-rating-stars {
    color: #EAB308;
    font-size: 0.875rem;
}

.sport-options-btn {
    border: none;
    background: transparent;
    color: #64748B;
    padding: 0.25rem;
}

.sport-comment-title {
    font-size: 0.95rem;
    font-weight: 700;
    color: #0F2418;
}

.sport-comment-text {
    font-size: 0.9rem;
    color: #334E3F;
    line-height: 1.6;
}

.sport-action-btn,
.sport-share-btn {
    background-color: #F0F7F2;
    border: 1px solid #E2ECE5;
    color: #334E3F;
    font-size: 0.8125rem;
    padding: 0.35rem 0.75rem;
    border-radius: 8px;
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    transition: all 0.2s ease;
}

.sport-action-btn:hover,
.sport-share-btn:hover {
    background-color: #DCFCE7;
    color: #166534;
}

.sport-reply-card {
    margin-left: 1.5rem;
    position: relative;
}

.sport-reply-connector-indicator {
    position: absolute;
    left: -1.25rem;
    top: 1rem;
    color: #86EFAC;
    font-size: 1.1rem;
}

.sport-reply-inner {
    background-color: #F0F7F2;
    border: 1px solid #DCFCE7;
    border-radius: 14px;
    padding: 1.1rem;
}

.sport-avatar-reply {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background-color: #16A34A;
    color: #FFFFFF;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 0.875rem;
}

.sport-reply-author {
    font-size: 0.875rem;
    font-weight: 700;
    color: #0F2418;
}

.sport-official-badge {
    font-size: 0.75rem;
    color: #16A34A;
    font-weight: 700;
}

.sport-badge-support-status {
    background-color: #DCFCE7;
    color: #166534;
    font-size: 0.75rem;
    font-weight: 700;
    padding: 0.2rem 0.55rem;
    border-radius: 6px;
}

.sport-reply-text {
    font-size: 0.875rem;
    color: #334E3F;
    line-height: 1.6;
}

.sport-reply-action-btn {
    background-color: #FFFFFF;
    border: 1px solid #E2ECE5;
    color: #334E3F;
    font-size: 0.75rem;
    padding: 0.25rem 0.6rem;
    border-radius: 6px;
    display: inline-flex;
    align-items: center;
    gap: 0.25rem;
}

.rating-star-btn {
    background: transparent;
    border: none;
    color: #CBD5E1;
    font-size: 1.25rem;
    cursor: pointer;
    transition: color 0.15s ease;
}

.rating-star-btn.active {
    color: #EAB308;
}

.fitness-main-footer {
    background-color: #F0F7F2;
    border-top: 1px solid #E2ECE5;
    color: #334E3F;
    font-family: 'Plus Jakarta Sans', system-ui, -apple-system, sans-serif;
    line-height: 1.6;
}

.fitness-main-footer .text-pine {
    color: #0F2418;
}

.fitness-main-footer .fitness-footer-logo {
    max-width: 48px;
    max-height: 48px;
    object-fit: contain;
}

.fitness-main-footer .fitness-footer-title {
    color: #0F2418;
    font-family: 'Outfit', 'Plus Jakarta Sans', sans-serif;
    letter-spacing: -0.02em;
}

.fitness-main-footer .fitness-footer-tagline {
    color: #334E3F;
    font-size: 0.9375rem;
    line-height: 1.6;
}

.fitness-main-footer .fitness-whatsapp-link {
    color: #166534;
    background-color: #DCFCE7;
    border: 1px solid #86EFAC;
    padding: 0.5rem 1rem;
    border-radius: 10px;
    transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1);
    display: inline-flex;
}

.fitness-main-footer .fitness-whatsapp-link:hover {
    background-color: #BBF7D0;
    color: #14532D;
    transform: translateY(-2px);
}

.fitness-main-footer .fitness-footer-heading {
    color: #0F2418;
    position: relative;
    padding-bottom: 0.25rem;
}

.fitness-main-footer .fitness-footer-nav-link {
    color: #334E3F;
    font-size: 0.9375rem;
    transition: color 0.2s ease, transform 0.2s ease;
    display: inline-block;
}

.fitness-main-footer .fitness-footer-nav-link:hover {
    color: #16A34A;
    transform: translateX(3px);
}

.fitness-main-footer .fitness-contact-text {
    color: #334E3F;
    font-size: 0.9375rem;
}

.fitness-main-footer .fitness-payment-label {
    color: #0F2418;
}

.fitness-main-footer .fitness-payment-badge {
    display: inline-flex;
    align-items: center;
    background-color: #FFFFFF;
    border: 1px solid #E2ECE5;
    padding: 0.35rem 0.65rem;
    border-radius: 6px;
    font-size: 0.8125rem;
    font-weight: 600;
    color: #0F2418;
    box-shadow: 0 1px 3px rgba(15, 36, 24, 0.04);
}

.fitness-main-footer .fitness-footer-divider {
    border-color: #E2ECE5;
    opacity: 1;
}

.fitness-main-footer .fitness-copyright {
    color: #64748B;
}

.fitness-main-footer .fitness-eco-badge {
    color: #16A34A;
}

@media (max-width: 991.98px) {
    .site-main-header .navbar-collapse {
        background-color: #FFFFFF;
        border-top: 1px solid #E2ECE5;
        padding: 1rem 0 0.5rem;
        margin-top: 0.75rem;
    }

    .site-main-header .site-main-header__nav-link {
        padding: 0.75rem 1rem;
        border-bottom: 1px solid #F0F7F2;
    }

    .site-main-header .site-main-header__brand-title {
        font-size: 1rem;
    }

    .product-detail-main-view .product-main-img {
        max-height: 350px;
        height: auto;
    }
}

@media (max-width: 767.98px) {
    .fitness-main-footer {
        padding-top: 2.5rem;
        padding-bottom: 2.5rem;
    }

    .fitness-main-footer .fitness-footer-heading {
        font-size: 0.95rem;
        margin-bottom: 0.75rem;
    }

    .fitness-main-footer .fitness-footer-nav-link,
    .fitness-main-footer .fitness-contact-text,
    .fitness-main-footer .fitness-footer-tagline {
        font-size: 0.875rem;
    }

    .sport-reply-card {
        margin-left: 0.75rem;
    }

    .product-detail-main-view .table-specs-custom th.spec-label-col {
        width: 40%;
    }
}

/* ===== PAGE TEMPLATE: blog-posts ===== */
.bg-base-light {
    background-color: #F7FAF8;
}

.site-main-header {
    background-color: #FFFFFF;
    border-bottom: 1px solid #E2ECE5;
    box-shadow: 0 4px 18px rgba(15, 36, 24, 0.04);
    z-index: 1030;
    position: sticky;
    top: 0;
    width: 100%;
}

.site-main-header .site-main-header__top-strip {
    background-color: #F0F7F2;
    border-bottom: 1px solid #E2ECE5;
    font-size: 0.75rem;
    color: #334E3F;
}

.site-main-header .site-main-header__tagline {
    font-weight: 500;
    color: #334E3F;
}

.site-main-header .site-main-header__top-link {
    color: #334E3F;
    text-decoration: none;
    transition: color 0.2s ease;
}

.site-main-header .site-main-header__top-link:hover {
    color: #16A34A;
}

.site-main-header .site-main-header__top-divider {
    display: inline-block;
    width: 1px;
    height: 10px;
    background-color: #CBD5E1;
}

.site-main-header .site-main-header__navbar {
    background-color: #FFFFFF;
    padding: 0.75rem 0;
}

.site-main-header .site-main-header__logo-img {
    max-width: 44px;
    height: auto;
    object-fit: contain;
}

.site-main-header .site-main-header__brand-title {
    font-family: 'Outfit', 'Plus Jakarta Sans', sans-serif;
    font-size: 1.15rem;
    font-weight: 700;
    color: #0F2418;
    line-height: 1.2;
    letter-spacing: -0.02em;
}

.site-main-header .site-main-header__brand-sub {
    font-size: 0.68rem;
    font-weight: 600;
    color: #16A34A;
    letter-spacing: 0.05em;
}

.site-main-header .site-main-header__center-brand {
    text-decoration: none;
    padding: 0.25rem 0.75rem;
    border-radius: 12px;
    transition: opacity 0.2s ease;
}

.site-main-header .site-main-header__center-brand:hover {
    opacity: 0.9;
}

.site-main-header .site-main-header__nav-link {
    font-family: 'Plus Jakarta Sans', system-ui, sans-serif;
    font-size: 0.95rem;
    font-weight: 600;
    color: #0F2418;
    padding: 0.5rem 0.85rem;
    border-radius: 8px;
    transition: all 0.2s ease;
}

.site-main-header .site-main-header__nav-link:hover,
.site-main-header .site-main-header__nav-link:focus {
    color: #16A34A;
    background-color: #F0F7F2;
}

.site-main-header .site-main-header__toggler {
    border: 1px solid #E2ECE5;
    background-color: #F7FAF8;
    padding: 0.4rem 0.6rem;
    border-radius: 8px;
    color: #0F2418;
    outline: none;
    box-shadow: none;
}

.site-main-header .site-main-header__toggler:focus {
    box-shadow: 0 0 0 3px rgba(22, 163, 74, 0.15);
}

.site-main-header .site-main-header__toggler-icon {
    font-size: 1.4rem;
    color: #0F2418;
}

.site-main-header .site-main-header__cart-mobile {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 38px;
    height: 38px;
    border-radius: 10px;
    background-color: #F0F7F2;
    border: 1px solid #DCFCE7;
    color: #166534;
    text-decoration: none;
}

.site-main-header .site-main-header__cart-desktop {
    background-color: #16A34A;
    color: #FFFFFF;
    font-weight: 600;
    font-size: 0.9rem;
    padding: 0.5rem 1.15rem;
    border-radius: 10px;
    border: 1px solid #16A34A;
    box-shadow: 0 4px 14px rgba(22, 163, 74, 0.25);
    text-decoration: none;
    transition: all 0.2s ease;
}

.site-main-header .site-main-header__cart-desktop:hover {
    background-color: #15803D;
    border-color: #15803D;
    color: #FFFFFF;
    box-shadow: 0 6px 20px rgba(22, 163, 74, 0.35);
    transform: translateY(-1px);
}

.site-main-header .site-main-header__cart-icon {
    font-size: 1.15rem;
}

.site-main-header .site-main-header__cart-badge {
    background-color: #DCFCE7 !important;
    color: #166534 !important;
    font-size: 0.75rem;
    font-weight: 700;
    padding: 0.25rem 0.55rem;
}

.blog-post-view__breadcrumb .breadcrumb-item a {
    color: #166534;
    font-weight: 600;
}

.blog-post-view__breadcrumb .breadcrumb-item.active {
    color: #64748B;
}

.blog-post-view__article-card {
    border: 1px solid #E2ECE5;
}

.blog-post-view__title {
    font-family: 'Outfit', 'Plus Jakarta Sans', sans-serif;
    font-size: clamp(1.5rem, 3.2vw, 2.35rem);
    font-weight: 800;
    color: #0F2418;
    line-height: 1.25;
    letter-spacing: -0.02em;
}

.blog-post-view__subtitle {
    font-size: 1.05rem;
    line-height: 1.6;
}

.blog-post-view__author-avatar {
    width: 44px;
    height: 44px;
    font-size: 1.2rem;
    background-color: #DCFCE7;
}

.blog-post-view__author-big-avatar {
    width: 60px;
    height: 60px;
    background-color: #DCFCE7;
}

.blog-post-view__main-image {
    max-height: 440px;
    border: 1px solid #E2ECE5;
    box-shadow: 0 6px 20px rgba(15, 36, 24, 0.04);
}

.blog-post-view__lead-box {
    background-color: #F0F7F2;
    border-left: 4px solid #16A34A;
}

/* Fix: Black text for blog article body */
.blog-post-view__body-content,
.blog-post-view__body-content p,
.blog-post-view__body-content h2,
.blog-post-view__body-content h3,
.blog-post-view__body-content li,
.blog-post-view__body-content .blog-post-view__lead-box p {
    color: #000000 !important;
}

.blog-post-view__text-block h2 {
    font-family: 'Outfit', 'Plus Jakarta Sans', sans-serif;
    font-size: clamp(1.25rem, 2.2vw, 1.6rem);
    font-weight: 700;
    color: #000000;
    margin-top: 1.8rem;
    margin-bottom: 0.9rem;
    line-height: 1.3;
}

.blog-post-view__text-block p {
    color: #000000;
    line-height: 1.75;
    font-size: 1rem;
    margin-bottom: 1.2rem;
}

.blog-post-view__custom-list {
    list-style-type: square;
    color: #166534;
}

.blog-post-view__custom-list li {
    color: #000000;
    line-height: 1.6;
}

.blog-post-view__author-card {
    background-color: #F7FAF8;
    border-color: #E2ECE5 !important;
}

.blog-post-view__comments-section {
    border: 1px solid #E2ECE5;
}

.sport-comment-card {
    background-color: #FFFFFF;
    border: 1px solid #E2ECE5;
    border-radius: 16px;
    padding: 1.25rem;
}

.sport-reply-card {
    display: flex;
    gap: 0.75rem;
    margin-left: 1.5rem;
}

.sport-reply-connector-indicator {
    color: #16A34A;
    font-size: 1.25rem;
    padding-top: 0.5rem;
}

.sport-reply-inner {
    flex: 1;
    background-color: #F0F7F2;
    border: 1px solid #DCFCE7;
    border-radius: 14px;
    padding: 1rem 1.25rem;
}

.sport-avatar {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    font-weight: 700;
}

.sport-avatar-main {
    width: 42px;
    height: 42px;
    background-color: #DCFCE7;
    color: #166534;
}

.sport-avatar-reply {
    width: 34px;
    height: 34px;
    background-color: #16A34A;
    color: #FFFFFF;
    font-size: 0.85rem;
}

.sport-comment-author {
    font-weight: 700;
    color: #0F2418;
    font-size: 0.95rem;
}

.sport-reply-author {
    font-weight: 700;
    color: #0F2418;
    font-size: 0.9rem;
}

.sport-verified-badge {
    background-color: #DCFCE7;
    color: #166534;
    font-size: 0.7rem;
    font-weight: 600;
    padding: 0.15rem 0.5rem;
    border-radius: 9999px;
}

.sport-official-badge {
    background-color: #166534;
    color: #FFFFFF;
    font-size: 0.7rem;
    font-weight: 600;
    padding: 0.15rem 0.5rem;
    border-radius: 9999px;
}

.sport-tag-pill {
    background-color: #F7FAF8;
    border: 1px solid #E2ECE5;
    color: #64748B;
    font-size: 0.7rem;
    padding: 0.15rem 0.5rem;
    border-radius: 9999px;
}

.sport-rating-stars {
    color: #EAB308;
    font-size: 0.8rem;
}

.sport-comment-date,
.sport-item-ref,
.sport-reply-to-text {
    font-size: 0.75rem;
    color: #64748B;
}

.sport-meta-divider {
    color: #CBD5E1;
    font-size: 0.75rem;
}

.sport-badge-support-status {
    font-size: 0.75rem;
    font-weight: 700;
    color: #166534;
    background-color: #DCFCE7;
    padding: 0.2rem 0.6rem;
    border-radius: 6px;
}

.sport-comment-title {
    font-weight: 700;
    color: #0F2418;
    font-size: 0.95rem;
}

.sport-comment-text,
.sport-reply-text {
    font-size: 0.9rem;
    line-height: 1.6;
    color: #334E3F;
}

.sport-options-btn {
    color: #94A3B8;
    padding: 0.25rem 0.5rem;
    border: none;
    background: transparent;
}

.sport-action-btn,
.sport-reply-action-btn,
.sport-share-btn {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    font-size: 0.8rem;
    font-weight: 600;
    color: #334E3F;
    background-color: #F7FAF8;
    border: 1px solid #E2ECE5;
    padding: 0.35rem 0.75rem;
    border-radius: 8px;
    transition: all 0.2s ease;
}

.sport-action-btn:hover,
.sport-reply-action-btn:hover,
.sport-share-btn:hover {
    background-color: #DCFCE7;
    color: #166534;
    border-color: #86EFAC;
}

.sport-action-btn.active,
.sport-reply-action-btn.active {
    background-color: #16A34A;
    color: #FFFFFF;
    border-color: #16A34A;
}

.blog-post-view__sidebar-widget {
    border-color: #E2ECE5 !important;
}

.blog-post-view__recent-link {
    transition: transform 0.2s ease;
}

.blog-post-view__recent-link:hover span.fw-semibold {
    color: #16A34A !important;
}

.fitness-main-footer {
    background-color: #F0F7F2;
    border-top: 1px solid #E2ECE5;
    color: #334E3F;
    font-family: 'Plus Jakarta Sans', system-ui, -apple-system, sans-serif;
    line-height: 1.6;
}

.fitness-main-footer .text-pine {
    color: #0F2418;
}

.fitness-main-footer .fitness-footer-logo {
    max-width: 48px;
    max-height: 48px;
    object-fit: contain;
}

.fitness-main-footer .fitness-footer-title {
    color: #0F2418;
    font-family: 'Outfit', 'Plus Jakarta Sans', sans-serif;
    letter-spacing: -0.02em;
}

.fitness-main-footer .fitness-footer-tagline {
    color: #334E3F;
    font-size: 0.9375rem;
    line-height: 1.6;
}

.fitness-main-footer .fitness-whatsapp-link {
    color: #166534;
    background-color: #DCFCE7;
    border: 1px solid #86EFAC;
    padding: 0.5rem 1rem;
    border-radius: 10px;
    transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1);
    display: inline-flex;
}

.fitness-main-footer .fitness-whatsapp-link:hover {
    background-color: #BBF7D0;
    color: #14532D;
    transform: translateY(-2px);
}

.fitness-main-footer .fitness-footer-heading {
    color: #0F2418;
    position: relative;
    padding-bottom: 0.25rem;
}

.fitness-main-footer .fitness-footer-nav-link {
    color: #334E3F;
    font-size: 0.9375rem;
    transition: color 0.2s ease, transform 0.2s ease;
    display: inline-block;
}

.fitness-main-footer .fitness-footer-nav-link:hover {
    color: #16A34A;
    transform: translateX(3px);
}

.fitness-main-footer .fitness-contact-text {
    color: #334E3F;
    font-size: 0.9375rem;
}

.fitness-main-footer .fitness-payment-label {
    color: #0F2418;
}

.fitness-main-footer .fitness-payment-badge {
    display: inline-flex;
    align-items: center;
    background-color: #FFFFFF;
    border: 1px solid #E2ECE5;
    padding: 0.35rem 0.65rem;
    border-radius: 6px;
    font-size: 0.8125rem;
    font-weight: 600;
    color: #0F2418;
    box-shadow: 0 1px 3px rgba(15, 36, 24, 0.04);
}

.fitness-main-footer .fitness-footer-divider {
    border-color: #E2ECE5;
    opacity: 1;
}

.fitness-main-footer .fitness-copyright {
    color: #64748B;
}

.fitness-main-footer .fitness-eco-badge {
    color: #16A34A;
}

@media (max-width: 991.98px) {
    .site-main-header .navbar-collapse {
        background-color: #FFFFFF;
        border-top: 1px solid #E2ECE5;
        padding: 1rem 0 0.5rem;
        margin-top: 0.75rem;
    }

    .site-main-header .site-main-header__nav-link {
        padding: 0.75rem 1rem;
        border-bottom: 1px solid #F0F7F2;
    }

    .site-main-header .site-main-header__brand-title {
        font-size: 1rem;
    }

    .sport-reply-card {
        margin-left: 0.75rem;
    }
}

@media (max-width: 767.98px) {
    .fitness-main-footer {
        padding-top: 2.5rem;
        padding-bottom: 2.5rem;
    }

    .fitness-main-footer .fitness-footer-heading {
        font-size: 0.95rem;
        margin-bottom: 0.75rem;
    }

    .fitness-main-footer .fitness-footer-nav-link,
    .fitness-main-footer .fitness-contact-text,
    .fitness-main-footer .fitness-footer-tagline {
        font-size: 0.875rem;
    }

    .blog-post-view__title {
        font-size: 1.35rem;
        hyphens: auto;
    }
}

/* ===== FIX: Black text on policy pages ===== */
.privacy-legal-section,
.privacy-legal-section p,
.privacy-legal-section .privacy-body,
.privacy-legal-section .privacy-article-section,
.privacy-legal-section .privacy-content-card {
    color: #000000 !important;
}
.privacy-legal-section h2,
.privacy-legal-section h3,
.privacy-legal-section .privacy-main-title {
    color: #000000 !important;
}

.terms-main-block,
.terms-main-block .terms-section-content,
.terms-main-block .terms-section-content p,
.terms-main-block .terms-body-sections,
.terms-main-block .terms-section {
    color: #000000 !important;
}
.terms-main-block .terms-section-heading,
.terms-main-block .terms-main-title {
    color: #000000 !important;
}

.legal-disclaimer-section,
.legal-disclaimer-section .legal-paragraph,
.legal-disclaimer-section .legal-points-list .point-item,
.legal-disclaimer-section .callout-text,
.legal-disclaimer-section .legal-content-wrapper {
    color: #000000 !important;
}
.legal-disclaimer-section .legal-title,
.legal-disclaimer-section .legal-subtitle {
    color: #000000 !important;
}

.refund-policy-section,
.refund-policy-section p,
.refund-policy-section .refund-list,
.refund-policy-section .refund-list li,
.refund-policy-section .refund-content-card,
.refund-policy-section .refund-step-box,
.refund-policy-section .refund-accordion-body,
.refund-policy-section .refund-accordion-btn {
    color: #000000 !important;
}
.refund-policy-section .refund-main-title,
.refund-policy-section .refund-heading-color,
.refund-policy-section h2,
.refund-policy-section h3 {
    color: #000000 !important;
}

.delivery-policy-block,
.delivery-policy-block p,
.delivery-policy-block .delivery-policy-block__subtitle,
.delivery-policy-block .delivery-policy-block__feature-card,
.delivery-policy-block .delivery-policy-block__calc-box,
.delivery-policy-block .delivery-policy-block__step-item {
    color: #000000 !important;
}
.delivery-policy-block .delivery-policy-block__main-title,
.delivery-policy-block .delivery-policy-block__feature-title,
.delivery-policy-block .delivery-policy-block__calc-title,
.delivery-policy-block h2,
.delivery-policy-block h3 {
    color: #000000 !important;
}
