.dateBox {  
    background-image: url(../images/calendar.gif) !important;
    background-position: right !important;
    background-repeat: no-repeat !important;
    cursor:pointer !important;
}

/* Navbar — clean white header */
.header {
    background-color: #ffffff !important;
}

.header-bottom {
    background-color: #ffffff !important;
    border-bottom: 1px solid #ebebeb;
}

.sticky-header.fixed {
    background-color: #ffffff !important;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.06);
}

/* Menu Links */
.header .menu > li > a {
    color: #333333 !important;
}

.header .menu > li > a:hover,
.header .menu > li > a:focus {
    color: #39f !important;
}

.header .menu > li.active > a,
.header .menu > li.show > a {
    color: #39f !important;
}

/* Menu Dropdown Arrows */
.header .menu.sf-arrows > li > .sf-with-ul::after {
    border-color: #333333 transparent transparent !important;
}

.header .menu.sf-arrows > li:hover > .sf-with-ul::after,
.header .menu.sf-arrows > li.show > .sf-with-ul::after {
    border-color: #39f transparent transparent !important;
}

/* Header Icons */
.header .header-search .search-toggle,
.header .header-search .search-toggle i,
.header .cart-dropdown .dropdown-toggle,
.header .cart-dropdown .dropdown-toggle i,
.header .wishlist-link,
.header .wishlist-link i,
.header .mobile-menu-toggler,
.header .mobile-menu-toggler i {
    color: #333333 !important;
}

.header .header-search .search-toggle:hover,
.header .header-search .search-toggle:focus,
.header .cart-dropdown .dropdown-toggle:hover,
.header .cart-dropdown .dropdown-toggle:focus {
    color: #39f !important;
}

/* Cart icon wrap - position relative for badge */
.header .cart-dropdown .cart-icon-wrap {
    position: relative !important;
    display: inline-block !important;
}

/* Cart Count Badge */
.header .cart-dropdown .cart-count {
    position: absolute !important;
    top: -4px !important;
    right: -6px !important;
    min-width: 1.4rem !important;
    height: 1.4rem !important;
    line-height: 1.4rem !important;
    font-size: 0.85rem !important;
    font-weight: 600 !important;
    vertical-align: super !important;
    text-align: center !important;
    border-radius: 50% !important;
    background-color: #39f !important;
    color: #ffffff !important;
}

/* Dropdown Menus - White background, dark text */
.header .menu .megamenu,
.header .menu ul {
    background-color: #ffffff !important;
    border-color: #ebebeb !important;
}

.header .menu .megamenu a,
.header .menu ul a {
    color: #333333 !important;
}

.header .menu .megamenu a:hover,
.header .menu .megamenu a:focus,
.header .menu ul a:hover,
.header .menu ul a:focus {
    color: #000000 !important;
    background-color: #f5f5f5 !important;
    padding: 0.5rem 1rem !important;
}

.header .menu .megamenu .menu-title,
.header .menu .megamenu .menu-title a {
    color: #333333 !important;
}

/* Search Form */
.header .header-search-form {
    background-color: #ffffff !important;
}

.header .header-search-form .form-control {
    color: #333333 !important;
    background-color: #ffffff !important;
    border-color: #dddddd !important;
}

.header .header-search-form .form-control::placeholder {
    color: #999999 !important;
}

.header .header-search-form .btn-search {
    color: #333333 !important;
}

/* Cart Dropdown - hide total & buttons when empty */
.cart-dropdown.cart-empty .dropdown-cart-total,
.cart-dropdown.cart-empty .dropdown-cart-action {
    display: none !important;
}

/* Cart Dropdown - white background */
.header .cart-dropdown .dropdown-menu {
    background-color: #ffffff !important;
    border-color: #ebebeb !important;
}

.header .cart-dropdown .dropdown-menu .product-title a {
    color: #333333 !important;
}

.header .cart-dropdown .dropdown-menu .product-title a:hover,
.header .cart-dropdown .dropdown-menu .product-title a:focus {
    color: #000000 !important;
}

.header .cart-dropdown .dropdown-menu .cart-product-info {
    color: #666666 !important;
}

.header .cart-dropdown .dropdown-menu .dropdown-cart-total {
    color: #333333 !important;
    border-color: #ebebeb !important;
}

.header .cart-dropdown .dropdown-menu .btn {
    color: #ffffff !important;
    background-color: #333333 !important;
    border-color: #333333 !important;
}

.header .cart-dropdown .dropdown-menu .btn:hover {
    background-color: #000000 !important;
    border-color: #000000 !important;
    padding: 0.5rem 1rem !important;
}

/* Mobile Menu Toggler */
.header .mobile-menu-toggler {
    color: #333333 !important;
}

/* Ensure logo visibility */
.header .logo img {
    filter: brightness(1) !important;
}

/* Header contact links (phone / WhatsApp) */
.header .nav-contact-link {
    color: #333333 !important;
}

.header .nav-contact-link:hover,
.header .nav-contact-link:focus {
    color: #39f !important;
}

.header .nav-contact-link i {
    color: inherit !important;
}





/* Mobile: keep navbar visible and on top */
.header {
    position: relative !important;
    z-index: 1040 !important;
}

.header-bottom {
    display: block !important;
}

.header-bottom .container {
    display: flex !important;
    align-items: center !important;
    flex-wrap: wrap !important;
}

@media (max-width: 991px) {
    .header .header-left,
    .header .header-right {
        display: flex !important;
        align-items: center !important;
    }

    .header .header-center {
        display: none !important; /* nav moves to mobile menu */
    }

    .header .mobile-menu-toggler {
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
    }
}

/* Footer - black background */
.footer,
.footer-middle,
.footer-bottom {
    background-color: #000000 !important;
}

.footer .widget-title,
.footer .footer-copyright,
.footer p {
    color: #ffffff !important;
}

.footer .widget-list a {
    color: #cccccc !important;
}

.footer .widget-list a:hover,
.footer .widget-list a:focus {
    color: #ffffff !important;
}

.footer .social-icon {
    color: #cccccc !important;
    border: none !important;
    border-radius: 0 !important;
}

.footer .social-icon:hover,
.footer .social-icon:focus {
    color: #ffffff !important;
}

/* Footer social media images - ensure they are visible, no circle/border */
.footer .social-icons .social-icon-img {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    border: none !important;
    border-radius: 0 !important;
}

.footer .social-icons .social-icon-img img {
    display: block !important;
    width: 24px !important;
    height: 24px !important;
    max-width: 24px !important;
    max-height: 24px !important;
    object-fit: contain !important;
    vertical-align: middle !important;
    border: none !important;
    border-radius: 0 !important;
}

.footer-bottom {
    border-top: 1px solid #333333 !important;
}

/* Page header - 1920×600 ratio, responsive on all devices */
.page-header {
    position: relative;
    width: 100%;
    aspect-ratio: 1920 / 600;
    min-height: 200px;
    max-height: 600px;
    padding: 2rem 1.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.page-header::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.35);
    z-index: 0;
}

.page-header .container-fluid {
    position: relative;
    z-index: 1;
}

.page-header .page-title {
    margin: 0;
    font-size: 2.4rem;
    font-weight: 600;
    letter-spacing: -0.02em;
    color: #ffffff !important;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
}

@media (min-width: 768px) {
    .page-header .page-title {
        font-size: 2.8rem;
    }
}

/* Product gallery thumbnails - no border on active */
.product-gallery-item,
.product-gallery-item.active,
.product-gallery-item:hover,
.product-gallery-item:focus {
    border: none !important;
    box-shadow: none !important;
}

.product-gallery-item::before,
.product-gallery-item.active::before,
.product-gallery-item:hover::before,
.product-gallery-item:focus::before {
    display: none !important;
}

/* All links and hover */
a {
    color: #000000 !important;
}

a:hover,
a:focus {
    color: #333333 !important;
}

/* Keep footer links white */
.footer a {
    color: #ffffff !important;
}

.footer a:hover,
.footer a:focus {
    color: #ffffff !important;
}

/* Header links follow theme colors (not forced white) */
.header a:not(.btn) {
    color: inherit;
}

/* Announcement bar — sticky strip directly above navbar */
:root {
    --announcement-bar-height: 3.6rem;
    --announcement-bar-bg: #3d6b54;
}

.announcement-bar {
    position: sticky;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1100;
    height: var(--announcement-bar-height);
    min-height: var(--announcement-bar-height);
    background-color: var(--announcement-bar-bg);
    border-bottom: 1px solid rgba(255, 255, 255, 0.12);
    display: flex;
    align-items: center;
    margin: 0;
}

.announcement-bar__viewport {
    width: 100%;
    overflow: hidden;
    -webkit-mask-image: linear-gradient(
        90deg,
        transparent 0%,
        #000 10%,
        #000 90%,
        transparent 100%
    );
    mask-image: linear-gradient(
        90deg,
        transparent 0%,
        #000 10%,
        #000 90%,
        transparent 100%
    );
}

.announcement-bar__track {
    display: flex;
    width: max-content;
    will-change: transform;
    animation: announcement-scroll 32s linear infinite;
}

.announcement-bar__track:hover {
    animation-play-state: paused;
}

.announcement-bar__list {
    display: flex;
    align-items: center;
    flex-shrink: 0;
    list-style: none;
    margin: 0;
    padding: 0;
}

.announcement-bar__list li {
    display: flex;
    align-items: center;
    gap: 0.6rem;
    flex-shrink: 0;
    padding: 0 2.4rem;
    font-size: 1.25rem;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.95);
    white-space: nowrap;
}

.announcement-bar__icon {
    font-size: 1.35rem;
    line-height: 1;
    flex-shrink: 0;
}

.announcement-bar__text {
    line-height: 1.2;
}

.announcement-bar__list li::after {
    content: "";
    display: block;
    width: 3px;
    height: 3px;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.4);
    margin-left: 1.8rem;
    flex-shrink: 0;
}

.announcement-bar__list li:last-child::after {
    display: none;
}

@keyframes announcement-scroll {
    from {
        transform: translate3d(0, 0, 0);
    }
    to {
        transform: translate3d(-50%, 0, 0);
    }
}

body.has-marquee .header,
body.has-marquee .sticky-wrapper {
    margin-top: 0 !important;
}

body.has-marquee .sticky-header.fixed {
    top: var(--announcement-bar-height) !important;
}

@media (max-width: 767px) {
    :root {
        --announcement-bar-height: 3.2rem;
    }

    .announcement-bar__list li {
        padding: 0 1.6rem;
        font-size: 1.05rem;
        letter-spacing: 0.07em;
        gap: 0.45rem;
    }

    .announcement-bar__icon {
        font-size: 1.15rem;
    }

    .announcement-bar__list li::after {
        margin-left: 1.2rem;
    }

    .announcement-bar__track {
        animation-duration: 24s;
    }
}

@media (prefers-reduced-motion: reduce) {
    .announcement-bar__track {
        animation: none;
        width: 100%;
        justify-content: center;
    }

    .announcement-bar__list[aria-hidden="true"] {
        display: none;
    }

    .announcement-bar__viewport {
        -webkit-mask-image: none;
        mask-image: none;
    }

    .announcement-bar__list {
        flex-wrap: wrap;
        justify-content: center;
        gap: 0.35rem 0;
    }

    .announcement-bar__list li {
        padding: 0 0.75rem;
        font-size: 0.95rem;
        white-space: normal;
        text-align: center;
    }

    .announcement-bar__list li::after {
        display: none;
    }
}


/* Member auth buttons — header, product page, mobile */
.auth-actions {
    display: inline-flex;
    align-items: center;
    gap: 0.55rem;
}

.auth-actions--header {
    margin-right: 0.75rem;
}

.auth-actions--product {
    margin-left: 0.85rem;
    margin-bottom: 0.35rem;
}

.auth-actions--mobile {
    flex-direction: column;
    gap: 0.65rem;
    width: 100%;
    padding: 0.25rem 0 0.5rem;
}

.auth-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.35rem;
    min-height: 2.6rem;
    padding: 0.45rem 1.15rem;
    border-radius: 999px;
    font-size: 1.2rem;
    font-weight: 500;
    line-height: 1.2;
    letter-spacing: 0.02em;
    text-decoration: none !important;
    white-space: nowrap;
    border: 1.5px solid transparent;
    transition: color 0.2s ease, background-color 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease, transform 0.15s ease;
}

.auth-btn--sm {
    min-height: 2.35rem;
    padding: 0.35rem 0.95rem;
    font-size: 1.15rem;
}

.auth-btn--block {
    width: 100%;
}

.auth-btn--login {
    color: #2b2b2b !important;
    background: #ffffff;
    border-color: #d8dee8;
    box-shadow: 0 1px 2px rgba(15, 23, 42, 0.04);
}

.auth-btn--login:hover,
.auth-btn--login:focus {
    color: #3399ff !important;
    background: #f7fbff;
    border-color: #b8d9ff;
    box-shadow: 0 4px 12px rgba(51, 153, 255, 0.12);
    transform: translateY(-1px);
}

.auth-btn--signup {
    color: #ffffff !important;
    background: linear-gradient(135deg, #3399ff 0%, #1a7fe6 100%);
    border-color: #3399ff;
    box-shadow: 0 4px 14px rgba(51, 153, 255, 0.28);
}

.auth-btn--signup:hover,
.auth-btn--signup:focus {
    color: #ffffff !important;
    background: linear-gradient(135deg, #1a7fe6 0%, #1568c7 100%);
    border-color: #1a7fe6;
    box-shadow: 0 6px 18px rgba(51, 153, 255, 0.34);
    transform: translateY(-1px);
}

.auth-btn:active {
    transform: translateY(0);
}

.header .auth-btn {
    min-height: 2.45rem;
    padding: 0.4rem 1rem;
    font-size: 1.15rem;
}

/* Logged-in member account dropdown */
.header .account-dropdown {
    margin-right: 0.75rem;
}

.header .account-dropdown .account-dropdown-toggle {
    padding: 0;
    text-decoration: none !important;
    color: #333333 !important;
}

.header .account-dropdown .account-dropdown-toggle::after {
    display: none;
}

.header .account-dropdown .account-dropdown-toggle-inner {
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
    max-width: 14rem;
    padding: 0.4rem 0.9rem 0.4rem 0.7rem;
    border: 1px solid #e3e8ef;
    border-radius: 999px;
    background: #f8fafc;
    font-size: 1.25rem;
    font-weight: 500;
    line-height: 1.2;
    color: #333333;
    transition: color 0.2s ease, border-color 0.2s ease, background-color 0.2s ease, box-shadow 0.2s ease;
}

.header .account-dropdown .account-dropdown-toggle:hover .account-dropdown-toggle-inner,
.header .account-dropdown.show .account-dropdown-toggle .account-dropdown-toggle-inner {
    color: #3399ff;
    border-color: #b8d9ff;
    background: #f7fbff;
    box-shadow: 0 2px 8px rgba(51, 153, 255, 0.1);
}

.header .account-dropdown .account-dropdown-toggle i {
    font-size: 1.6rem;
    line-height: 1;
    color: inherit;
}

.header .account-dropdown .account-dropdown-name {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.header .account-dropdown .account-dropdown-menu {
    min-width: 12rem;
    margin-top: 0.45rem;
    padding: 0.35rem 0;
    border: 1px solid #ebebeb;
    border-radius: 0.4rem;
    background-color: #ffffff !important;
    box-shadow: 0 8px 24px rgba(15, 23, 42, 0.1);
}

.header .account-dropdown .account-dropdown-header {
    padding: 0.55rem 1.25rem 0.35rem;
    font-size: 1.15rem;
    font-weight: 600;
    color: #333333 !important;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.header .account-dropdown .dropdown-item {
    padding: 0.55rem 1.25rem;
    font-size: 1.3rem;
    font-weight: 400;
    color: #333333 !important;
    background: transparent;
}

.header .account-dropdown .dropdown-item:hover,
.header .account-dropdown .dropdown-item:focus {
    color: #000000 !important;
    background-color: #f5f5f5 !important;
}

.header .account-dropdown .dropdown-divider {
    margin: 0.35rem 0;
    border-color: #ebebeb;
}

.header .account-dropdown .account-dropdown-logout-form {
    margin: 0;
}

.header .account-dropdown .account-dropdown-logout {
    width: 100%;
    text-align: left;
    border: 0;
    cursor: pointer;
    color: #c0392b !important;
}

.header .account-dropdown .account-dropdown-logout:hover,
.header .account-dropdown .account-dropdown-logout:focus {
    color: #a93226 !important;
    background-color: #fff5f5 !important;
}

.mobile-menu .mobile-auth-item {
    list-style: none;
    margin: 0 0 1rem;
    padding: 0 1.5rem;
    border-bottom: 1px solid #ebebeb;
}

.mobile-menu .mobile-auth-item::before {
    display: none;
}

.product-details-action .auth-actions--product {
    align-self: center;
}

/* Shared site CTA buttons */
.site-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    min-height: 4.4rem;
    padding: 0.95rem 1.75rem;
    margin: 0;
    border: 1px solid transparent;
    border-radius: 0.55rem;
    font-family: inherit;
    font-size: 1.4rem;
    font-weight: 600;
    line-height: 1.2;
    letter-spacing: 0.02em;
    text-align: center;
    text-decoration: none !important;
    text-transform: none;
    white-space: nowrap;
    cursor: pointer;
    box-shadow: none;
    transition: background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}

.site-btn-block {
    display: flex;
    width: 100%;
}

.site-btn-primary {
    background-color: #1f2937;
    border-color: #1f2937;
    color: #ffffff !important;
}

.site-btn-primary:hover,
.site-btn-primary:focus {
    background-color: #3399ff;
    border-color: #3399ff;
    color: #ffffff !important;
}

.site-btn-blue {
    background-color: #3399ff;
    border-color: #3399ff;
    color: #ffffff !important;
}

.site-btn-blue:hover,
.site-btn-blue:focus {
    background-color: #278bf0;
    border-color: #278bf0;
    color: #ffffff !important;
}

.site-btn-outline {
    background-color: #ffffff;
    border-color: #d1d5db;
    color: #1f2937 !important;
}

.site-btn-outline:hover,
.site-btn-outline:focus {
    background-color: #f8fafc;
    border-color: #3399ff;
    color: #3399ff !important;
}

.site-btn.disabled,
.site-btn:disabled {
    opacity: 0.55;
    pointer-events: none;
    cursor: default;
}

#cartModal .site-btn {
    width: 100%;
}

.product-details-action .product-add-to-cart-btn,
.product-add-to-cart-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 18rem;
    min-height: 4.8rem;
    padding: 1.1rem 2rem;
    margin: 0;
    border: 1px solid #1f2937;
    border-radius: 0.55rem;
    background-color: #1f2937;
    color: #ffffff;
    font-size: 1.5rem;
    font-weight: 600;
    letter-spacing: 0.02em;
    line-height: 1.2;
    text-transform: none;
    box-shadow: none;
    transition: background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}

.product-details-action .product-add-to-cart-btn:hover,
.product-details-action .product-add-to-cart-btn:focus,
.product-add-to-cart-btn:hover,
.product-add-to-cart-btn:focus {
    background-color: #3399ff;
    border-color: #3399ff;
    color: #ffffff;
}

.product-details-action .product-add-to-cart-btn.is-added,
.product-add-to-cart-btn.is-added {
    background-color: #16a34a;
    border-color: #16a34a;
    color: #ffffff;
}

.product-details-action .product-add-to-cart-btn:disabled,
.product-add-to-cart-btn:disabled {
    opacity: 0.85;
    cursor: default;
}

@media (max-width: 575px) {
    .product-details-action {
        flex-direction: column;
        align-items: stretch !important;
    }

    .product-details-action .product-add-to-cart-btn {
        width: 100%;
        min-width: 0;
    }

    .product-details-action .auth-actions--product {
        margin-left: 0;
        margin-top: 0.75rem;
        justify-content: center;
    }
}

/* Contact page */
.contact-page .contact-form-card,
.contact-page .contact-info-card {
    border: 1px solid #e8edf3;
    border-radius: 0.75rem;
}

.contact-info-item {
    display: flex;
    align-items: flex-start;
    gap: 1rem;
    margin-bottom: 1.5rem;
}

.contact-info-icon {
    width: 4rem;
    height: 4rem;
    border-radius: 50%;
    background: #f7fbff;
    color: #c96;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.8rem;
    flex-shrink: 0;
}

.contact-info-item h4 {
    font-size: 1.35rem;
    font-weight: 600;
    margin-bottom: 0.35rem;
    color: #333;
}

.contact-info-item p {
    margin-bottom: 0;
    font-size: 1.3rem;
    color: #666;
}

.contact-info-item a {
    color: #333;
    text-decoration: none;
}

.contact-info-item a:hover {
    color: #c96;
}

.contact-map-card {
    background: #ffffff;
    border: 1px solid #e8edf3;
    border-radius: 0.85rem;
    box-shadow: 0 4px 18px rgba(15, 23, 42, 0.04);
    overflow: hidden;
}

.contact-map-title {
    margin: 0;
    padding: 1.5rem 1.75rem 1rem;
    font-size: 1.7rem;
    font-weight: 600;
    color: #1f2937;
}

.contact-map-wrap {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
    background: #f3f4f6;
}

.contact-map-wrap iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

/* FAQs page */
.faqs-page {
    background: #f8fafc;
}

.faqs-hero {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-end;
    gap: 1.25rem;
    margin-bottom: 2rem;
    padding: 2rem 2.25rem;
    background: #ffffff;
    border: 1px solid #e8edf3;
    border-radius: 0.85rem;
    box-shadow: 0 4px 18px rgba(15, 23, 42, 0.04);
}

.faqs-hero-eyebrow {
    margin: 0 0 0.35rem;
    font-size: 1.15rem;
    font-weight: 600;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #3399ff;
}

.faqs-hero-title {
    margin: 0 0 0.5rem;
    font-size: 2.6rem;
    font-weight: 600;
    color: #1f2937;
}

.faqs-hero-text {
    margin: 0;
    max-width: 62rem;
    font-size: 1.35rem;
    line-height: 1.7;
    color: #6b7280;
}

.faqs-count-badge {
    display: inline-flex;
    align-items: center;
    padding: 0.55rem 1rem;
    border-radius: 999px;
    background: #f0f7ff;
    color: #2563eb;
    font-size: 1.2rem;
    font-weight: 600;
    white-space: nowrap;
}

.faqs-empty-card,
.faqs-panel,
.faqs-sidebar-card,
.faqs-cta-card {
    background: #ffffff;
    border: 1px solid #e8edf3;
    border-radius: 0.85rem;
    box-shadow: 0 4px 18px rgba(15, 23, 42, 0.04);
}

.faqs-empty-card {
    padding: 3.5rem 2rem;
    text-align: center;
}

.faqs-empty-icon {
    width: 5rem;
    height: 5rem;
    margin: 0 auto 1.25rem;
    border-radius: 50%;
    background: #f0f7ff;
    color: #3399ff;
    font-size: 2.4rem;
    font-weight: 700;
    line-height: 5rem;
}

.faqs-empty-card h3 {
    margin-bottom: 0.75rem;
    font-size: 2rem;
    font-weight: 600;
    color: #1f2937;
}

.faqs-empty-card p {
    max-width: 42rem;
    margin: 0 auto 1.5rem;
    font-size: 1.35rem;
    color: #6b7280;
}

.faqs-sidebar-card {
    padding: 1.75rem;
    position: sticky;
    top: 9rem;
}

.faqs-sidebar-card h3 {
    margin-bottom: 0.5rem;
    font-size: 1.7rem;
    font-weight: 600;
    color: #1f2937;
}

.faqs-sidebar-card > p {
    margin-bottom: 1.25rem;
    font-size: 1.25rem;
    line-height: 1.6;
    color: #6b7280;
}

.faqs-sidebar-links {
    list-style: none;
    margin: 0;
    padding: 0;
}

.faqs-sidebar-links li + li {
    margin-top: 0.75rem;
}

.faqs-sidebar-links a {
    display: flex;
    align-items: center;
    gap: 0.9rem;
    padding: 0.95rem 1rem;
    border: 1px solid #edf2f7;
    border-radius: 0.7rem;
    text-decoration: none;
    transition: border-color 0.2s ease, background-color 0.2s ease, transform 0.2s ease;
}

.faqs-sidebar-links a:hover {
    border-color: #cfe4ff;
    background: #f7fbff;
    transform: translateY(-1px);
}

.faqs-sidebar-link-icon {
    width: 3.6rem;
    height: 3.6rem;
    border-radius: 50%;
    background: #f8fafc;
    color: #c96;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.6rem;
    flex-shrink: 0;
}

.faqs-sidebar-links strong {
    display: block;
    font-size: 1.3rem;
    font-weight: 600;
    color: #1f2937;
}

.faqs-sidebar-links small {
    display: block;
    margin-top: 0.15rem;
    font-size: 1.15rem;
    color: #6b7280;
}

.faqs-panel {
    padding: 1.5rem;
}

.faqs-search-wrap {
    position: relative;
    margin-bottom: 1.25rem;
}

.faqs-search-icon {
    position: absolute;
    left: 1.15rem;
    top: 50%;
    transform: translateY(-50%);
    color: #9ca3af;
    font-size: 1.5rem;
    pointer-events: none;
}

.faqs-search-input {
    height: 4.6rem;
    padding-left: 3.5rem;
    border: 1px solid #e5e7eb;
    border-radius: 0.7rem;
    font-size: 1.3rem;
    background: #fafbfc;
}

.faqs-search-input:focus {
    border-color: #93c5fd;
    box-shadow: 0 0 0 0.2rem rgba(59, 130, 246, 0.12);
    background: #ffffff;
}

.faqs-page .faq-accordion .faq-item {
    border: 1px solid #e8edf3;
    border-radius: 0.75rem;
    overflow: hidden;
    margin-bottom: 0.85rem;
    background: #ffffff;
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.faqs-page .faq-accordion .faq-item:last-child {
    margin-bottom: 0;
}

.faqs-page .faq-accordion .faq-item:has(.collapse.show) {
    border-color: #cfe4ff;
    box-shadow: 0 8px 24px rgba(51, 153, 255, 0.08);
}

.faqs-page .faq-accordion .faq-item-header {
    padding: 0;
}

.faqs-page .faq-accordion .faq-item-toggle {
    width: 100%;
    display: flex;
    align-items: center;
    gap: 1rem;
    padding: 1.15rem 1.25rem;
    border: 0;
    background: transparent;
    text-align: left;
    cursor: pointer;
}

.faqs-page .faq-accordion .faq-item-toggle:hover,
.faqs-page .faq-accordion .faq-item-toggle:focus {
    outline: none;
    background: #fafcff;
}

.faqs-page .faq-accordion .faq-item-number {
    flex-shrink: 0;
    width: 3.2rem;
    height: 3.2rem;
    border-radius: 0.55rem;
    background: #f3f4f6;
    color: #6b7280;
    font-size: 1.15rem;
    font-weight: 700;
    line-height: 3.2rem;
    text-align: center;
    transition: background-color 0.2s ease, color 0.2s ease;
}

.faqs-page .faq-accordion .faq-item-toggle:not(.collapsed) .faq-item-number {
    background: #3399ff;
    color: #ffffff;
}

.faqs-page .faq-accordion .faq-item-question {
    flex: 1;
    font-size: 1.4rem;
    font-weight: 600;
    line-height: 1.5;
    color: #1f2937;
}

.faqs-page .faq-accordion .faq-item-chevron {
    flex-shrink: 0;
    width: 0.75rem;
    height: 0.75rem;
    border-right: 2px solid #9ca3af;
    border-bottom: 2px solid #9ca3af;
    transform: rotate(45deg);
    transition: transform 0.2s ease, border-color 0.2s ease;
    margin-top: -0.2rem;
}

.faqs-page .faq-accordion .faq-item-toggle:not(.collapsed) .faq-item-chevron {
    transform: rotate(-135deg);
    margin-top: 0.2rem;
    border-color: #3399ff;
}

.faqs-page .faq-accordion .faq-item-body {
    padding: 0 1.25rem 1.35rem 5.45rem;
    font-size: 1.3rem;
    line-height: 1.75;
    color: #4b5563;
    border-top: 1px solid #f1f5f9;
}

.faqs-no-results {
    margin-top: 1rem;
    padding: 1.5rem;
    text-align: center;
    border: 1px dashed #d1d5db;
    border-radius: 0.75rem;
    background: #fafbfc;
}

.faqs-no-results p {
    margin-bottom: 0.85rem;
    font-size: 1.3rem;
    color: #6b7280;
}

.faqs-cta-card {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    margin-top: 1.5rem;
    padding: 1.5rem 1.75rem;
    background: linear-gradient(135deg, #ffffff 0%, #f8fbff 100%);
}

.faqs-cta-card h3 {
    margin: 0 0 0.35rem;
    font-size: 1.7rem;
    font-weight: 600;
    color: #1f2937;
}

.faqs-cta-card p {
    margin: 0;
    font-size: 1.25rem;
    color: #6b7280;
}

@media (max-width: 991px) {
    .faqs-hero {
        padding: 1.5rem;
    }

    .faqs-hero-title {
        font-size: 2.2rem;
    }

    .faqs-sidebar-card {
        position: static;
    }

    .faqs-page .faq-accordion .faq-item-body {
        padding-left: 1.25rem;
    }

    .faqs-cta-card {
        flex-direction: column;
        align-items: flex-start;
    }
}

/* CMS / Other pages (Terms, Privacy, etc.) */
.cms-page {
    background: #f8fafc;
}

.cms-hero {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-end;
    gap: 1.25rem;
    margin-bottom: 2rem;
    padding: 2rem 2.25rem;
    background: #ffffff;
    border: 1px solid #e8edf3;
    border-radius: 0.85rem;
    box-shadow: 0 4px 18px rgba(15, 23, 42, 0.04);
}

.cms-hero-eyebrow {
    margin: 0 0 0.35rem;
    font-size: 1.15rem;
    font-weight: 600;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #3399ff;
}

.cms-hero-title {
    margin: 0 0 0.5rem;
    font-size: 2.6rem;
    font-weight: 600;
    color: #1f2937;
}

.cms-hero-text {
    margin: 0;
    max-width: 62rem;
    font-size: 1.35rem;
    line-height: 1.7;
    color: #6b7280;
}

.cms-updated-badge {
    display: inline-flex;
    align-items: center;
    padding: 0.55rem 1rem;
    border-radius: 999px;
    background: #f3f4f6;
    color: #4b5563;
    font-size: 1.2rem;
    font-weight: 600;
    white-space: nowrap;
}

.cms-content-card,
.cms-sidebar-card {
    background: #ffffff;
    border: 1px solid #e8edf3;
    border-radius: 0.85rem;
    box-shadow: 0 4px 18px rgba(15, 23, 42, 0.04);
}

.cms-content-card {
    padding: 2rem 2.25rem;
}

.cms-intro {
    margin-bottom: 1.75rem;
    padding: 1.25rem 1.35rem;
    border-left: 4px solid #3399ff;
    border-radius: 0.55rem;
    background: #f7fbff;
    font-size: 1.35rem;
    line-height: 1.75;
    color: #374151;
}

.cms-intro p:last-child {
    margin-bottom: 0;
}

.cms-content {
    font-size: 1.35rem;
    line-height: 1.8;
    color: #4b5563;
}

.cms-content h2,
.cms-content h3,
.cms-content h4 {
    color: #1f2937;
    font-weight: 600;
    margin-top: 2rem;
    margin-bottom: 0.85rem;
}

.cms-content h2 {
    font-size: 2rem;
    padding-bottom: 0.5rem;
    border-bottom: 1px solid #edf2f7;
}

.cms-content h3 {
    font-size: 1.7rem;
}

.cms-content h4 {
    font-size: 1.45rem;
}

.cms-content p {
    margin-bottom: 1.25rem;
}

.cms-content ul,
.cms-content ol {
    margin: 0 0 1.5rem;
    padding-left: 1.5rem;
}

.cms-content ul {
    list-style: disc;
}

.cms-content ol {
    list-style: decimal;
}

.cms-content li {
    margin-bottom: 0.55rem;
}

.cms-content a {
    color: #3399ff;
    text-decoration: underline;
}

.cms-content a:hover {
    color: #2563eb;
}

.cms-content strong {
    color: #1f2937;
    font-weight: 600;
}

.cms-content blockquote {
    margin: 1.5rem 0;
    padding: 1rem 1.25rem;
    border-left: 4px solid #e5e7eb;
    background: #fafbfc;
    color: #6b7280;
}

.cms-content table {
    width: 100%;
    margin-bottom: 1.5rem;
    border-collapse: collapse;
}

.cms-content table th,
.cms-content table td {
    padding: 0.85rem 1rem;
    border: 1px solid #e5e7eb;
    font-size: 1.25rem;
}

.cms-content table th {
    background: #f8fafc;
    color: #1f2937;
    font-weight: 600;
}

.cms-empty {
    padding: 2rem;
    text-align: center;
    border: 1px dashed #d1d5db;
    border-radius: 0.75rem;
    background: #fafbfc;
}

.cms-sidebar-card {
    padding: 1.5rem 1.75rem;
    margin-bottom: 1.25rem;
}

.cms-sidebar-card:last-child {
    margin-bottom: 0;
}

.cms-sidebar-card h3 {
    margin-bottom: 1rem;
    font-size: 1.6rem;
    font-weight: 600;
    color: #1f2937;
}

.cms-sidebar-links {
    list-style: none;
    margin: 0;
    padding: 0;
}

.cms-sidebar-links li + li {
    margin-top: 0.75rem;
}

.cms-sidebar-links a {
    display: flex;
    align-items: center;
    gap: 0.9rem;
    padding: 0.95rem 1rem;
    border: 1px solid #edf2f7;
    border-radius: 0.7rem;
    text-decoration: none;
    transition: border-color 0.2s ease, background-color 0.2s ease;
}

.cms-sidebar-links a:hover {
    border-color: #cfe4ff;
    background: #f7fbff;
}

.cms-sidebar-link-icon {
    width: 3.6rem;
    height: 3.6rem;
    border-radius: 50%;
    background: #f8fafc;
    color: #c96;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.6rem;
    flex-shrink: 0;
}

.cms-sidebar-links strong {
    display: block;
    font-size: 1.3rem;
    font-weight: 600;
    color: #1f2937;
}

.cms-sidebar-links small {
    display: block;
    margin-top: 0.15rem;
    font-size: 1.15rem;
    color: #6b7280;
}

.cms-related-links {
    list-style: none;
    margin: 0;
    padding: 0;
}

.cms-related-links li + li {
    margin-top: 0.35rem;
}

.cms-related-links a {
    display: block;
    padding: 0.7rem 0.85rem;
    border-radius: 0.55rem;
    font-size: 1.3rem;
    color: #374151;
    text-decoration: none;
    transition: background-color 0.2s ease, color 0.2s ease;
}

.cms-related-links a:hover {
    background: #f7fbff;
    color: #3399ff;
}

@media (max-width: 991px) {
    .cms-hero {
        padding: 1.5rem;
    }

    .cms-hero-title {
        font-size: 2.2rem;
    }

    .cms-content-card {
        padding: 1.5rem;
    }
}

/* Member orders — list & detail */
.member-orders-table {
    margin-bottom: 0;
    border-collapse: separate;
    border-spacing: 0 0.55rem;
}

.member-orders-table thead th {
    padding: 0.9rem 1.25rem;
    font-size: 1.25rem;
    font-weight: 600;
    color: #333;
    border: 0;
    background: #f8fafc;
}

.member-orders-table tbody td {
    padding: 1.1rem 1.25rem;
    vertical-align: middle;
    font-size: 1.3rem;
    border-top: 1px solid #e8edf3;
    border-bottom: 1px solid #e8edf3;
    background: #ffffff;
    transition: background-color 0.2s ease, border-color 0.2s ease;
}

.member-orders-table tbody td:first-child {
    border-left: 1px solid #e8edf3;
    border-radius: 0.5rem 0 0 0.5rem;
}

.member-orders-table tbody td:last-child {
    border-right: 1px solid #e8edf3;
    border-radius: 0 0.5rem 0.5rem 0;
}

.member-orders-table tbody tr:hover td {
    background-color: #f7fbff;
    border-color: #cfe4ff;
}

.member-orders-table .btn-outline-primary-2 {
    min-width: 4.5rem;
}

.member-order-detail-page {
    background: #f8fafc;
}

.member-order-detail-header {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-end;
    gap: 1rem;
    margin-bottom: 1.75rem;
    padding: 1.5rem 1.75rem;
    background: #ffffff;
    border: 1px solid #e8edf3;
    border-radius: 0.75rem;
    box-shadow: 0 4px 18px rgba(15, 23, 42, 0.04);
}

.member-order-detail-eyebrow {
    margin: 0 0 0.25rem;
    font-size: 1.15rem;
    font-weight: 600;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: #3399ff;
}

.member-order-detail-title {
    margin: 0 0 0.35rem;
    font-size: 2.4rem;
    font-weight: 600;
    color: #1f2937;
}

.member-order-detail-date {
    font-size: 1.3rem;
    color: #6b7280;
}

.member-order-card {
    background: #ffffff;
    border: 1px solid #e8edf3;
    border-radius: 0.75rem;
    box-shadow: 0 4px 18px rgba(15, 23, 42, 0.04);
    overflow: hidden;
}

.member-order-card__head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    padding: 1.1rem 1.5rem;
    background: #fafbfc;
    border-bottom: 1px solid #edf1f5;
}

.member-order-card__title {
    margin: 0;
    font-size: 1.6rem;
    font-weight: 600;
    color: #1f2937;
}

.member-order-card__meta {
    font-size: 1.2rem;
    color: #6b7280;
}

.member-order-card__body {
    padding: 1.25rem 1.5rem;
}

.member-order-summary {
    position: sticky;
    top: 1.5rem;
}

.member-order-items {
    list-style: none;
    margin: 0;
    padding: 0;
}

.member-order-item {
    display: grid;
    grid-template-columns: 88px 1fr auto;
    gap: 1.1rem;
    align-items: center;
    padding: 1.25rem 1.5rem;
    border-bottom: 1px solid #edf1f5;
}

.member-order-item:last-child {
    border-bottom: 0;
}

.member-order-item__media {
    flex-shrink: 0;
}

.member-order-item__image-link {
    display: block;
    border-radius: 0.5rem;
    overflow: hidden;
}

.member-order-item__image {
    display: block;
    width: 88px;
    height: 88px;
    object-fit: cover;
    border-radius: 0.5rem;
    border: 1px solid #e8edf3;
    background: #f3f4f6;
}

.member-order-item__title {
    margin: 0 0 0.35rem;
    font-size: 1.45rem;
    font-weight: 600;
    line-height: 1.35;
}

.member-order-item__title a {
    color: #1f2937;
    text-decoration: none;
}

.member-order-item__title a:hover {
    color: #3399ff;
}

.member-order-item__sku,
.member-order-item__options,
.member-order-item__qty {
    margin: 0 0 0.2rem;
    font-size: 1.2rem;
    color: #6b7280;
}

.member-order-item__pricing {
    text-align: right;
    min-width: 7.5rem;
}

.member-order-item__unit {
    display: block;
    margin-bottom: 0.25rem;
    font-size: 1.15rem;
    color: #9ca3af;
}

.member-order-item__total {
    font-size: 1.45rem;
    color: #1f2937;
}

.member-order-address {
    font-size: 1.35rem;
    line-height: 1.7;
    color: #374151;
}

.member-order-status-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0.85rem;
}

.member-order-status-item {
    padding: 0.85rem 0.95rem;
    background: #f8fafc;
    border: 1px solid #edf1f5;
    border-radius: 0.5rem;
}

.member-order-status-label {
    display: block;
    margin-bottom: 0.35rem;
    font-size: 1.1rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    color: #9ca3af;
}

.member-order-badge {
    display: inline-block;
    padding: 0.3rem 0.65rem;
    border-radius: 999px;
    font-size: 1.15rem;
    font-weight: 600;
    line-height: 1.2;
}

.member-order-badge--status {
    color: #1d4ed8;
    background: #eff6ff;
}

.member-order-badge--paid {
    color: #047857;
    background: #ecfdf5;
}

.member-order-badge--pending {
    color: #b45309;
    background: #fffbeb;
}

.member-order-totals {
    margin: 0 0 1.25rem;
    padding: 0;
}

.member-order-totals__row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 1rem;
    padding: 0.55rem 0;
    border-bottom: 1px solid #f1f5f9;
    font-size: 1.3rem;
}

.member-order-totals__row dt,
.member-order-totals__row dd {
    margin: 0;
}

.member-order-totals__row dd {
    font-weight: 500;
    color: #1f2937;
}

.member-order-totals__row--discount dd {
    color: #047857;
}

.member-order-totals__row--grand {
    margin-top: 0.35rem;
    padding-top: 0.85rem;
    border-top: 2px solid #e8edf3;
    border-bottom: 0;
    font-size: 1.45rem;
}

.member-order-totals__row--grand dt,
.member-order-totals__row--grand dd {
    font-weight: 700;
    color: #111827;
}

.member-order-meta-list__item {
    display: flex;
    justify-content: space-between;
    gap: 1rem;
    padding-top: 0.85rem;
    border-top: 1px solid #edf1f5;
    font-size: 1.25rem;
    color: #6b7280;
}

.member-order-meta-list__item strong {
    color: #1f2937;
    text-align: right;
}

@media (max-width: 767px) {
    .member-order-item {
        grid-template-columns: 72px 1fr;
        grid-template-areas:
            "media info"
            "media pricing";
    }

    .member-order-item__media {
        grid-area: media;
    }

    .member-order-item__info {
        grid-area: info;
    }

    .member-order-item__pricing {
        grid-area: pricing;
        text-align: left;
        min-width: 0;
    }

    .member-order-item__image {
        width: 72px;
        height: 72px;
    }

    .member-order-status-grid {
        grid-template-columns: 1fr;
    }

    .member-order-summary {
        position: static;
    }
}

/* Password show/hide toggle */
.password-toggle-wrap {
    position: relative;
}

.password-toggle-wrap .password-toggle-input {
    padding-right: 2.75rem;
}

.password-toggle-btn {
    position: absolute;
    top: 50%;
    right: 0.75rem;
    transform: translateY(-50%);
    border: 0;
    background: transparent;
    color: #777;
    padding: 0;
    line-height: 1;
    cursor: pointer;
    font-size: 1.25rem;
}

.password-toggle-btn:hover,
.password-toggle-btn:focus {
    color: #c96;
    outline: none;
}

.password-toggle-btn.is-visible {
    color: #c96;
}

.password-toggle-icon {
    display: block;
    vertical-align: middle;
}

.password-toggle-btn .password-toggle-icon--hide {
    display: none;
}

.password-toggle-btn.is-visible .password-toggle-icon--show {
    display: none;
}

.password-toggle-btn.is-visible .password-toggle-icon--hide {
    display: block;
}

/* Floating WhatsApp button */
.whatsapp-float {
    position: fixed;
    right: 2rem;
    bottom: 2rem;
    z-index: 9999;
    width: 5.6rem;
    height: 5.6rem;
    border-radius: 50%;
    background: #25d366;
    color: #ffffff !important;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2.8rem;
    text-decoration: none;
    box-shadow: 0 8px 24px rgba(37, 211, 102, 0.35);
    transition: transform 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease;
}

.whatsapp-float:hover,
.whatsapp-float:focus {
    color: #ffffff !important;
    background: #1ebe57;
    transform: translateY(-2px);
    box-shadow: 0 12px 28px rgba(37, 211, 102, 0.42);
    text-decoration: none;
}

body:has(.whatsapp-float) #scroll-top {
    bottom: 9.5rem;
}

/* Checkout page (cms layout) */
.checkout-page .checkout-form-card,
.checkout-page .checkout-coupon-card {
    padding: 2rem 2.25rem;
}

.checkout-page .checkout-form-card label {
    display: block;
    margin-bottom: 0.45rem;
    font-size: 1.35rem;
    font-weight: 600;
    color: #1f2937;
}

.checkout-page .checkout-form-card .custom-control-label {
    font-size: 1.3rem;
    font-weight: 500;
    color: #374151;
}

.checkout-page .checkout-form-card .form-control,
.checkout-page .checkout-coupon-card .form-control,
.checkout-page .checkout-summary-card .form-control {
    height: auto;
    min-height: 4.4rem;
    padding: 0.85rem 1.15rem;
    font-size: 1.35rem;
    font-weight: 400;
    color: #1f2937;
    background-color: #ffffff;
    border: 1px solid #d1d5db;
    border-radius: 0.55rem;
}

.checkout-page .checkout-form-card .form-control::placeholder,
.checkout-page .checkout-coupon-card .form-control::placeholder,
.checkout-page .checkout-summary-card .form-control::placeholder {
    color: #9ca3af;
    opacity: 1;
}

.checkout-page .checkout-form-card .form-control:focus,
.checkout-page .checkout-coupon-card .form-control:focus,
.checkout-page .checkout-summary-card .form-control:focus {
    color: #1f2937;
    background-color: #ffffff;
    border-color: #93c5fd;
    box-shadow: 0 0 0 0.2rem rgba(59, 130, 246, 0.12);
}

.checkout-page .checkout-form-card textarea.form-control {
    min-height: 12rem;
}

.checkout-page .checkout-form-card .form-control + .form-control {
    margin-top: 1rem;
}

.checkout-page .checkout-form-card .checkout-title,
.checkout-page .checkout-coupon-card .checkout-title {
    margin-bottom: 1.5rem;
    font-size: 2rem;
    font-weight: 600;
    color: #1f2937;
}

.checkout-page .checkout-coupon-card .checkout-title {
    margin-bottom: 0.75rem;
}

.checkout-page .checkout-coupon-text {
    margin-bottom: 1.25rem;
    font-size: 1.35rem;
    color: #6b7280;
}

.checkout-page .checkout-coupon-field {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 0.75rem;
    align-items: stretch;
    width: 100%;
}

.checkout-page .checkout-coupon-field .form-control {
    width: 100%;
    min-width: 0;
    border-radius: 0.55rem;
}

.checkout-page .checkout-coupon-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    height: 4.4rem;
    min-height: 4.4rem;
    min-width: 14rem;
    margin: 0;
    padding: 0 1.75rem;
    border: 1px solid #278bf0;
    border-radius: 0.55rem;
    background-color: #3399ff;
    color: #ffffff;
    font-family: inherit;
    font-size: 1.35rem;
    font-weight: 600;
    line-height: 1;
    letter-spacing: 0.01em;
    white-space: nowrap;
    text-transform: none;
    text-decoration: none;
    cursor: pointer;
    box-shadow: none;
    transition: background-color 0.2s ease, border-color 0.2s ease;
}

.checkout-page .checkout-coupon-btn:hover,
.checkout-page .checkout-coupon-btn:focus {
    background-color: #278bf0;
    border-color: #1f7ad9;
    color: #ffffff;
    outline: none;
}

.checkout-page .checkout-coupon-btn:active {
    background-color: #1f7ad9;
    border-color: #1a6ec6;
}

.checkout-page .checkout-place-order-btn {
    margin-top: 1.25rem;
    min-height: 4.8rem;
    padding: 1.1rem 1.5rem;
    font-size: 1.5rem;
    font-weight: 600;
    letter-spacing: 0.02em;
    color: #ffffff;
    background-color: #1f2937;
    border-color: #1f2937;
    box-shadow: none;
}

.checkout-page .checkout-place-order-btn:hover,
.checkout-page .checkout-place-order-btn:focus,
.checkout-page .checkout-place-order-btn:not(:disabled):not(.disabled):active {
    color: #ffffff;
    background-color: #3399ff;
    border-color: #3399ff;
}

.checkout-page .checkout-payment-proof-wrap label {
    display: block;
    margin-bottom: 0.45rem;
    font-size: 1.35rem;
    font-weight: 600;
    color: #1f2937;
}

.checkout-page .checkout-payment-proof-wrap .form-control {
    padding: 0.75rem 1rem;
    min-height: 4.4rem;
    font-size: 1.3rem;
}

.checkout-page .checkout-payment-proof-preview img {
    display: block;
    max-width: 100%;
    max-height: 180px;
    border: 1px solid #d1d5db;
    border-radius: 0.55rem;
    object-fit: contain;
    background: #f8fafc;
}

/* Member auth forms (login, register, profile, etc.) */
.member-auth-page {
    background: #f8fafc;
}

.member-auth-card {
    border: 1px solid #e8edf3;
    border-radius: 0.85rem;
}

.member-auth-card h2,
.member-auth-card h5 {
    color: #1f2937;
    font-weight: 600;
}

.member-auth-card label {
    display: block;
    margin-bottom: 0.45rem;
    font-size: 1.35rem;
    font-weight: 600;
    color: #1f2937;
}

.member-auth-card .custom-control-label {
    font-size: 1.3rem;
    font-weight: 500;
    color: #374151;
}

.member-auth-card .form-control,
.member-auth-card .password-toggle-input {
    height: auto;
    min-height: 4.4rem;
    padding: 0.85rem 1.15rem;
    font-size: 1.35rem;
    font-weight: 400;
    color: #1f2937;
    background-color: #ffffff;
    border: 1px solid #d1d5db;
    border-radius: 0.55rem;
}

.member-auth-card .form-control:disabled,
.member-auth-card .form-control[readonly] {
    background-color: #f3f4f6;
    color: #6b7280;
}

.member-auth-card .form-control::placeholder {
    color: #9ca3af;
    opacity: 1;
}

.member-auth-card .form-control:focus,
.member-auth-card .password-toggle-input:focus {
    color: #1f2937;
    background-color: #ffffff;
    border-color: #93c5fd;
    box-shadow: 0 0 0 0.2rem rgba(59, 130, 246, 0.12);
}

.member-auth-card .text-muted,
.member-auth-card small.text-muted {
    color: #6b7280 !important;
    font-size: 1.2rem;
}

.member-auth-card a {
    color: #3399ff;
    font-weight: 500;
}

.member-auth-card a:hover {
    color: #2563eb;
}

/* Cart page */
.cart-page .cart-table-card {
    padding: 1.5rem;
}

.cart-page .cart-page-table thead th {
    font-size: 1.3rem;
    font-weight: 600;
    color: #1f2937;
    border-bottom: 1px solid #e8edf3;
    background: #f8fafc;
}

.cart-page .cart-page-table td {
    color: #374151;
    font-size: 1.3rem;
    vertical-align: middle;
}

.cart-page .cart-page-table .product-title a {
    color: #1f2937;
    font-weight: 600;
}

.cart-page .cart-page-table .product-title a:hover {
    color: #3399ff;
}

.cart-page .cart-page-table .price-col,
.cart-page .cart-page-table .total-col {
    color: #1f2937;
    font-weight: 600;
}

.cart-page .cart-item-qty {
    min-height: 4rem;
    max-width: 8rem;
    padding: 0.65rem 0.85rem;
    font-size: 1.3rem;
    font-weight: 500;
    color: #1f2937;
    background-color: #ffffff;
    border: 1px solid #d1d5db;
    border-radius: 0.55rem;
    text-align: center;
}

.cart-page .cart-item-qty:focus {
    border-color: #93c5fd;
    box-shadow: 0 0 0 0.2rem rgba(59, 130, 246, 0.12);
}

.cart-page .cart-summary-card .summary-title {
    margin-bottom: 1.25rem;
    font-size: 1.7rem;
    font-weight: 600;
    color: #1f2937;
}

.cart-page .cart-summary-card .table-summary td {
    color: #374151;
    font-size: 1.3rem;
}

.cart-page .cart-summary-card .summary-total td {
    color: #1f2937;
    font-weight: 700;
}

@media (max-width: 767px) {
    .cart-page .cart-table-card {
        padding: 1rem;
    }
}

.checkout-page .checkout-summary-card {
    margin-bottom: 1.25rem;
}

.checkout-page .checkout-summary-card .summary-title {
    margin-bottom: 1.25rem;
    font-size: 1.7rem;
    font-weight: 600;
    color: #1f2937;
}

.checkout-page .checkout-summary-card .table-summary {
    margin-bottom: 0;
    color: #374151;
}

.checkout-page .checkout-summary-card .table-summary th,
.checkout-page .checkout-summary-card .table-summary td {
    color: #374151;
    font-size: 1.3rem;
}

.checkout-page .checkout-summary-card .table-summary a {
    color: #1f2937;
    font-weight: 500;
}

.checkout-page .checkout-summary-card .accordion-summary .card-title label {
    color: #1f2937;
    font-weight: 500;
}

.checkout-page .cms-sidebar-card + .cms-sidebar-card {
    margin-top: 0;
}

.checkout-empty-state {
    padding: 2.5rem 1.5rem;
}

.checkout-empty-icon {
    width: 6rem;
    height: 6rem;
    margin: 0 auto 1.5rem;
    border-radius: 50%;
    background: #f0f7ff;
    color: #3399ff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2.6rem;
}

.checkout-empty-state h2 {
    margin-bottom: 0.85rem;
    font-size: 2.4rem;
    font-weight: 600;
    color: #1f2937;
}

.checkout-empty-state p {
    max-width: 38rem;
    margin: 0 auto 2rem;
    font-size: 1.4rem;
    line-height: 1.7;
    color: #6b7280;
}

.checkout-empty-actions {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 0.85rem;
}

@media (max-width: 767px) {
    .checkout-page .checkout-form-card,
    .checkout-page .checkout-coupon-card {
        padding: 1.5rem;
    }

    .checkout-page .checkout-coupon-field {
        grid-template-columns: 1fr;
    }

    .checkout-page .checkout-coupon-btn {
        width: 100%;
        min-width: 0;
    }

    .checkout-empty-state h2 {
        font-size: 2rem;
    }

    .checkout-empty-actions .btn {
        width: 100%;
    }
}

/* Legacy checkout empty (removed from markup) */
.checkout-empty-wrap {
    background: #f8fafc;
    min-height: 42rem;
    display: flex;
    align-items: center;
}

.checkout-empty-card {
    text-align: center;
    padding: 3.5rem 2.5rem;
    background: #ffffff;
    border: 1px solid #e8edf3;
    border-radius: 0.85rem;
    box-shadow: 0 4px 18px rgba(15, 23, 42, 0.04);
}

.checkout-empty-icon {
    width: 6rem;
    height: 6rem;
    margin: 0 auto 1.5rem;
    border-radius: 50%;
    background: #f0f7ff;
    color: #3399ff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2.6rem;
}

.checkout-empty-card h2 {
    margin-bottom: 0.85rem;
    font-size: 2.4rem;
    font-weight: 600;
    color: #1f2937;
}

.checkout-empty-card p {
    max-width: 38rem;
    margin: 0 auto 2rem;
    font-size: 1.4rem;
    line-height: 1.7;
    color: #6b7280;
}

.checkout-empty-actions {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 0.85rem;
}

@media (max-width: 767px) {
    .checkout-empty-card {
        padding: 2.5rem 1.5rem;
    }

    .checkout-empty-card h2 {
        font-size: 2rem;
    }

    .checkout-empty-actions .btn {
        width: 100%;
    }
}

@media (max-width: 767px) {
    .whatsapp-float {
        right: 1.5rem;
        bottom: 1.5rem;
        width: 5.2rem;
        height: 5.2rem;
        font-size: 2.6rem;
    }

    body:has(.whatsapp-float) #scroll-top {
        bottom: 8.5rem;
    }
}

/* Homepage testimonials */
.home-testimonials {
    background: linear-gradient(180deg, #f8fbff 0%, #ffffff 100%);
    border-top: 1px solid #eef2f7;
    border-bottom: 1px solid #eef2f7;
}

.home-testimonials-eyebrow {
    margin: 0 0 0.5rem;
    font-size: 1.2rem;
    font-weight: 600;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: #3399ff;
}

.home-testimonials-subtitle {
    max-width: 640px;
    margin: 0 auto 2.5rem;
    font-size: 1.35rem;
    line-height: 1.7;
    color: #6b7280;
}

.home-testimonials-carousel-wrap {
    padding: 0 0.5rem;
}

.home-testimonial-card {
    display: flex;
    flex-direction: column;
    height: 100%;
    min-height: 100%;
    padding: 2rem 1.75rem 1.75rem;
    background: #ffffff;
    border: 1px solid #e8edf3;
    border-radius: 1rem;
    box-shadow: 0 10px 30px rgba(15, 23, 42, 0.05);
    transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

.home-testimonial-card:hover {
    transform: translateY(-4px);
    border-color: #d7e8ff;
    box-shadow: 0 16px 36px rgba(51, 153, 255, 0.12);
}

.home-testimonial-quote-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 4.2rem;
    height: 4.2rem;
    margin-bottom: 1rem;
    border-radius: 50%;
    background: rgba(51, 153, 255, 0.12);
    color: #3399ff;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 2.8rem;
    font-weight: 700;
    line-height: 1;
}

.home-testimonial-quote-icon::before {
    content: "\201C";
    display: block;
    margin-top: -0.15rem;
}

.home-testimonial-stars {
    display: flex;
    gap: 0.25rem;
    margin-bottom: 1rem;
    color: #f5b301;
    font-size: 1.3rem;
    line-height: 1;
}

.home-testimonial-quote {
    margin: 0 0 1.5rem;
    padding: 0;
    border: 0;
}

.home-testimonial-quote p {
    margin: 0;
    font-size: 1.35rem;
    line-height: 1.8;
    color: #4b5563;
}

.home-testimonial-author {
    display: flex;
    align-items: center;
    gap: 1.15rem;
    margin-top: auto;
    padding-top: 1.25rem;
    border-top: 1px solid #f1f5f9;
}

.home-testimonial-avatar-wrap {
    flex-shrink: 0;
    width: 7.2rem;
    height: 7.2rem;
    border-radius: 50%;
    overflow: hidden;
    background: #f1f5f9;
    border: 3px solid #ffffff;
    box-shadow: 0 0 0 1px #dbeafe, 0 8px 20px rgba(51, 153, 255, 0.12);
}

.home-testimonials .home-testimonial-avatar-wrap .home-testimonial-avatar {
    width: 100%;
    height: 100%;
    max-width: none;
    min-width: 0;
    min-height: 0;
    border-radius: 0;
    border: 0;
    box-shadow: none;
    object-fit: cover;
    object-position: center center;
    display: block;
}

.home-testimonial-avatar--placeholder {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, #3399ff 0%, #278bf0 100%);
    color: #ffffff;
    font-size: 2rem;
    font-weight: 600;
    font-style: normal;
    line-height: 1;
}

.home-testimonial-meta {
    display: flex;
    flex-direction: column;
    gap: 0.2rem;
    min-width: 0;
}

.home-testimonial-name {
    font-size: 1.35rem;
    font-weight: 600;
    font-style: normal;
    color: #1f2937;
}

.home-testimonial-role {
    font-size: 1.2rem;
    line-height: 1.4;
    color: #6b7280;
}

.home-testimonials-carousel.owl-carousel .owl-stage {
    display: flex;
}

.home-testimonials-carousel.owl-carousel .owl-item {
    display: flex;
    height: auto;
}

.home-testimonials-carousel.owl-carousel .owl-nav button {
    width: 4rem;
    height: 4rem;
    border-radius: 50%;
    background: #ffffff !important;
    border: 1px solid #e5e7eb !important;
    color: #374151 !important;
    box-shadow: 0 4px 14px rgba(15, 23, 42, 0.08);
}

.home-testimonials-carousel.owl-carousel .owl-nav button:hover {
    color: #3399ff !important;
    border-color: #cfe4ff !important;
}

.home-testimonials-carousel.owl-carousel .owl-dots {
    margin-top: 1.75rem;
}

.home-testimonials-carousel.owl-carousel .owl-dot span {
    width: 0.8rem;
    height: 0.8rem;
    background: #d1d5db;
}

.home-testimonials-carousel.owl-carousel .owl-dot.active span,
.home-testimonials-carousel.owl-carousel .owl-dot:hover span {
    background: #3399ff;
}

@media (max-width: 767px) {
    .home-testimonials {
        padding-top: 3rem !important;
        padding-bottom: 3rem !important;
    }

    .home-testimonials-subtitle {
        margin-bottom: 2rem;
        font-size: 1.25rem;
    }

    .home-testimonial-card {
        padding: 1.5rem 1.25rem 1.25rem;
    }

    .home-testimonial-avatar-wrap {
        width: 6rem;
        height: 6rem;
    }

    .home-testimonial-quote p {
        font-size: 1.25rem;
    }
}

/* Collection page filters */
.collection-page-header .container-fluid {
    max-width: 72rem;
}

.collection-hero-eyebrow {
    display: inline-block;
    margin-bottom: 0.85rem;
    padding: 0.4rem 1rem;
    font-size: 1rem;
    font-weight: 600;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: #ffffff;
    background: rgba(51, 153, 255, 0.9);
    border-radius: 999px;
}

.collection-page-header .page-title.collection-hero-title {
    margin-bottom: 0.65rem;
    font-size: 2.4rem;
    line-height: 1.15;
}

.collection-hero-meta {
    margin: 0;
    font-size: 1.25rem;
    font-weight: 400;
    color: rgba(255, 255, 255, 0.92);
}

.collection-intro {
    padding: 1.5rem 1.75rem;
    background: #ffffff;
    border: 1px solid #e8edf3;
    border-radius: 0.75rem;
    box-shadow: 0 4px 18px rgba(15, 23, 42, 0.04);
}

.collection-intro-content {
    margin: 0;
    font-size: 1.25rem;
    line-height: 1.7;
    color: #6b7280;
}

.collection-intro-content p:last-child {
    margin-bottom: 0;
}

@media (min-width: 768px) {
    .collection-page-header .page-title.collection-hero-title {
        font-size: 3rem;
    }
}

.collection-toolbox {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.65rem 1rem;
    margin-bottom: 2rem;
    padding: 0.65rem 1rem;
    background: #ffffff;
    border: 1px solid #e8edf3;
    border-radius: 0.75rem;
    box-shadow: 0 8px 24px rgba(15, 23, 42, 0.04);
}

.collection-toolbox .toolbox-left,
.collection-toolbox .toolbox-right {
    margin: 0;
    padding: 0;
}

.collection-toolbox .toolbox-left {
    flex: 0 0 auto;
}

.collection-toolbox .toolbox-right.collection-toolbox-right {
    flex: 0 0 auto;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 1.25rem;
    margin-left: auto;
}

.collection-toolbox .collection-toolbox-price {
    display: flex;
    align-items: center;
    flex-shrink: 0;
    margin: 0;
}

.collection-toolbox .toolbox-right {
    flex: 0 0 auto;
    margin-left: auto;
}

.collection-toolbox .toolbox-info {
    margin: 0;
    white-space: nowrap;
}

.collection-toolbox .toolbox-sort {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    margin: 0;
    white-space: nowrap;
}

.collection-toolbox .toolbox-sort label {
    margin: 0;
}

.collection-toolbox .select-custom {
    position: relative;
    flex: 0 0 auto;
    min-width: 0;
    max-width: none;
    width: auto;
    padding-right: 0;
    margin: 0;
    overflow: hidden;
}

.collection-toolbox .select-custom select.form-control {
    width: 100%;
    min-width: 13rem;
    max-width: 16rem;
    padding-right: 2.8rem;
    font-size: 1.25rem;
}

.collection-toolbox .select-custom::after {
    right: 1rem;
    font-size: 1.2rem;
    pointer-events: none;
}

.collection-price-bar-label {
    flex-shrink: 0;
    margin: 0 0.75rem 0 0;
    font-size: 1.1rem;
    font-weight: 600;
    color: #1f2937;
}

.collection-price-bar-values {
    flex-shrink: 0;
    margin-left: 1rem;
    font-size: 1rem;
    font-weight: 500;
    color: #3399ff;
    white-space: nowrap;
}

.collection-price-slider {
    flex: 0 0 auto;
    width: 140px;
    max-width: 140px;
    height: 0.35rem;
    min-width: 0;
    margin: 0 0.5rem 0 0;
}

.collection-toolbox-price .noUi-connect {
    background: #3399ff;
}

.collection-toolbox-price .noUi-handle {
    width: 1.2rem;
    height: 1.2rem;
    right: -0.6rem;
    top: -0.45rem;
    border-radius: 50%;
    border: 2px solid #3399ff;
    background: #ffffff;
    box-shadow: 0 2px 6px rgba(51, 153, 255, 0.2);
    cursor: grab;
}

.collection-toolbox-price .noUi-handle:before,
.collection-toolbox-price .noUi-handle:after {
    display: none;
}

.collection-price-reset {
    flex-shrink: 0;
    margin-left: 0.75rem;
    font-size: 1rem;
    color: #6b7280;
    text-decoration: underline;
    white-space: nowrap;
}

.collection-price-reset:hover {
    color: #3399ff;
}

.collection-empty-state .btn {
    min-width: 16rem;
}

@media (max-width: 991px) {
    .collection-toolbox .toolbox-right.collection-toolbox-right {
        flex: 1 1 100%;
        justify-content: flex-end;
        margin-left: 0;
    }
}

@media (max-width: 767px) {
    .collection-toolbox {
        padding: 0.9rem 1rem;
    }

    .collection-toolbox .toolbox-right.collection-toolbox-right {
        flex-direction: column;
        align-items: flex-end;
        gap: 0.85rem;
    }

    .collection-toolbox .toolbox-sort {
        flex-wrap: wrap;
        justify-content: flex-end;
    }

    .collection-toolbox .select-custom select.form-control {
        min-width: 12rem;
        max-width: 100%;
    }

    .collection-toolbox .collection-toolbox-price {
        flex-wrap: wrap;
        justify-content: flex-end;
        row-gap: 0.5rem;
    }

    .collection-price-slider {
        width: 120px;
        max-width: 120px;
        margin-right: 0.5rem;
    }
}