@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:wght@600;700&family=Poppins:wght@400;500;600;700&display=swap');

/* Sanzida Fashion Point — luxury pink/gold storefront theme */

:root {
    --brand-pink: #c2185b;
    --brand-pink-bright: #e91e63;
    --brand-gold: #d4a24c;
    --brand-gold-light: #f2c14e;
    --brand-purple: #7a007a;
    --brand-dark-purple: #4b004b;
    --brand-bg: #fff5fa;
    --brand-white: #ffffff;
    --brand-text: #222222;

    --brand-light: var(--brand-bg);
    --brand-black: #111111;
    --brand-muted: #6b6b6b;
    --brand-border: #e8d8e4;

    --sf-accent: var(--brand-pink);
    --sf-accent-hover: var(--brand-pink-bright);
    --sf-accent-deep: var(--brand-dark-purple);
    --sf-accent-soft: rgba(194, 24, 91, 0.12);
    --sf-page-bg: var(--brand-bg);
    --sf-rail-width: 56px;
    --sf-strip-bg: var(--brand-bg);
    --sf-nav-bg: var(--brand-dark-purple);
    --sf-footer-muted: var(--brand-muted);
}

.text-brand {
    color: var(--sf-accent) !important;
}

.storefront-body .text-primary {
    color: var(--brand-pink) !important;
}

.storefront-body .bg-primary {
    background-color: var(--brand-pink) !important;
    border-color: var(--brand-pink) !important;
}

.storefront-body .bg-primary-subtle {
    background-color: #fff1f7 !important;
}

.storefront-body .border-primary-subtle {
    border-color: #f7d8e7 !important;
}

.bg-brand {
    background-color: var(--sf-accent) !important;
}

.btn-brand {
    background: linear-gradient(135deg, var(--brand-pink) 0%, var(--brand-gold) 100%);
    border-color: transparent;
    color: #fff;
    border-radius: 12px;
    box-shadow: 0 8px 18px rgba(233, 30, 99, 0.28);
}

.btn-brand:hover,
.btn-brand:focus {
    background: linear-gradient(135deg, var(--brand-gold) 0%, var(--brand-gold-light) 100%);
    border-color: transparent;
    color: #fff;
}

.storefront-body .btn-primary {
    background: linear-gradient(135deg, var(--brand-pink) 0%, var(--brand-pink-bright) 100%);
    border-color: transparent;
    border-radius: 12px;
    box-shadow: 0 8px 18px rgba(194, 24, 91, 0.28);
    color: #fff !important;
}

.storefront-body .btn-primary:hover,
.storefront-body .btn-primary:focus {
    background: linear-gradient(135deg, var(--brand-gold) 0%, var(--brand-gold-light) 100%);
    border-color: transparent;
    color: var(--brand-dark-purple) !important;
}

.storefront-body .btn-outline-primary {
    color: var(--brand-dark-purple);
    border-color: var(--brand-dark-purple);
    background: var(--brand-white);
}

.storefront-body .btn-outline-primary:hover,
.storefront-body .btn-outline-primary:focus {
    color: var(--brand-dark-purple) !important;
    background: linear-gradient(135deg, var(--brand-gold) 0%, var(--brand-gold-light) 100%);
    border-color: transparent;
}

.payment-method-card {
    cursor: pointer;
    transition: transform 0.15s ease, box-shadow 0.15s ease;
}

.payment-method-card:hover {
    transform: translateY(-2px);
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.08);
}

body.storefront-body {
    margin: 0;
    background-color: var(--sf-page-bg);
    color: var(--brand-text);
    font-family: "Poppins", system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
}

/* Centered storefront content column (max width + horizontal inset) */
.sf-store-max {
    --sf-content-max: 1280px;
    max-width: min(var(--sf-content-max), 100%);
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    box-sizing: border-box;
    padding-left: var(--sf-page-gutter, clamp(12px, 3.8vw, 16px));
    padding-right: var(--sf-page-gutter, clamp(12px, 3.8vw, 16px));
}

.storefront-body .form-control,
.storefront-body .form-select {
    background: #fffaf6;
    border-color: var(--brand-border);
    color: var(--brand-text);
}

.storefront-body .form-control:focus,
.storefront-body .form-select:focus {
    border-color: var(--brand-pink-bright);
    box-shadow: 0 0 0 0.18rem rgba(233, 30, 99, 0.2);
}

.storefront-body .form-control::placeholder {
    color: #b08c94;
}

h1, h2, h3, h4, h5, h6,
.sf-logo-title {
    font-family: "Playfair Display", Georgia, "Times New Roman", serif;
    color: var(--brand-text);
}

a {
    transition: color 0.2s ease;
}

a:hover {
    color: var(--brand-gold);
}

.icon-rail {
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
    width: var(--sf-rail-width);
    z-index: 1040;
    background: #fff;
    border-right: 1px solid var(--brand-border);
    box-shadow: 2px 0 16px rgba(212, 162, 76, 0.14);
}

.icon-rail-link {
    width: 42px;
    height: 42px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 12px;
    color: #495057;
    text-decoration: none;
    transition: background 0.15s ease, color 0.15s ease, transform 0.12s ease;
}

.icon-rail-link:hover,
.icon-rail-link:focus {
    background: var(--sf-strip-bg);
    color: var(--brand-gold);
    box-shadow: 0 0 0 2px rgba(212, 162, 76, 0.2);
    transform: scale(1.05);
}

.icon-rail-link.active {
    background: var(--brand-pink);
    color: #fff;
}

.icon-rail-bi {
    font-size: 1.25rem;
    line-height: 1;
}

.icon-rail-bi.small-icon {
    font-size: 1.1rem;
}

aside.icon-rail button.icon-rail-link {
    cursor: pointer;
}

aside.icon-rail button.icon-rail-link:focus-visible {
    outline: 2px solid var(--sf-accent);
    outline-offset: 2px;
}

.storefront-wrap {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    /* One-side horizontal inset; used by .sf-store-max and mirrored to Bootstrap containers */
    --sf-page-gutter: clamp(12px, 3.8vw, 16px);
    /* Bootstrap: each side uses calc(var(--bs-gutter-x) * 0.5) → set to 2× one-side gutter */
    --bs-gutter-x: calc(2 * var(--sf-page-gutter));
}

@media (min-width: 576px) {
    .storefront-wrap {
        --sf-page-gutter: 16px;
    }
}

@media (min-width: 768px) {
    .storefront-wrap {
        --sf-page-gutter: clamp(18px, 2.4vw, 24px);
    }
}

@media (min-width: 992px) {
    .storefront-wrap {
        --sf-page-gutter: clamp(24px, 2.2vw, 32px);
        margin-left: var(--sf-rail-width);
    }
}

.sf-main-inner {
    flex: 1 0 auto;
    padding-top: 0.25rem;
}

.sf-header-sticky {
    z-index: 1030;
    background: #fff;
    box-shadow: 0 2px 14px rgba(17, 17, 17, 0.05);
    transition: box-shadow 0.2s ease;
}

.sf-header-sticky.sf-header-compact {
    box-shadow: 0 6px 22px rgba(17, 17, 17, 0.1);
}

/* —— Storefront header logo (responsive, never stretch/crop) —— */
.sf-store-brand--header .sf-brand-picture {
    display: block;
    line-height: 0;
}

.sf-store-brand--header .header-logo.site-logo {
    flex-shrink: 0;
}

/* Mobile: max 110×60 */
.sf-store-brand--header .header-logo img,
.sf-store-brand--header .sf-header-brand-img {
    display: block;
    width: auto;
    height: auto;
    object-fit: contain;
    object-position: left center;
    vertical-align: middle;
    max-width: min(100%, 110px, var(--sf-header-logo-max-w, 110px));
    max-height: min(60px, var(--sf-header-logo-max-h, 60px));
    filter: drop-shadow(0 2px 10px rgba(17, 17, 17, 0.07));
}

/* Tablet: max 150×75 */
@media (min-width: 768px) {
    .sf-store-brand--header .header-logo img,
    .sf-store-brand--header .sf-header-brand-img {
        max-width: min(100%, 150px, var(--sf-header-logo-max-w, 150px));
        max-height: min(75px, var(--sf-header-logo-max-h, 75px));
    }
}

/* Desktop: max 220×90 (default width cap 210px within 180–220 band) */
@media (min-width: 992px) {
    .sf-store-brand--header .header-logo.site-logo {
        display: flex;
        align-items: center;
        justify-content: flex-start;
        min-width: 180px;
        max-width: 220px;
    }

    .sf-store-brand--header .header-logo img,
    .sf-store-brand--header .sf-header-brand-img {
        max-width: min(100%, 220px, var(--sf-header-logo-max-w, 210px));
        max-height: min(90px, var(--sf-header-logo-max-h, 90px));
    }
}

.sf-store-brand--header.sf-store-brand--logo-only .header-logo img,
.sf-store-brand--header.sf-store-brand--logo-only .sf-header-brand-img {
    object-position: center;
}

.sf-store-brand--header.sf-store-brand--logo-only {
    width: 100%;
    justify-content: center;
}

@media (min-width: 992px) {
    .sf-store-brand--header.sf-store-brand--logo-only {
        width: auto;
        justify-content: flex-start;
    }
}

/* Compact sticky header: still readable, not tiny */
.sf-header-sticky.sf-header-compact .sf-store-brand--header .header-logo img,
.sf-header-sticky.sf-header-compact .sf-store-brand--header .sf-header-brand-img {
    max-width: min(100%, 100px, var(--sf-header-logo-max-w, 100px));
    max-height: min(54px, var(--sf-header-logo-max-h, 54px));
}

@media (min-width: 768px) {
    .sf-header-sticky.sf-header-compact .sf-store-brand--header .header-logo img,
    .sf-header-sticky.sf-header-compact .sf-store-brand--header .sf-header-brand-img {
        max-width: min(100%, 130px, var(--sf-header-logo-max-w, 130px));
        max-height: min(64px, var(--sf-header-logo-max-h, 64px));
    }
}

@media (min-width: 992px) {
    .sf-header-sticky.sf-header-compact .sf-store-brand--header .header-logo.site-logo {
        min-width: 140px;
        max-width: 190px;
    }

    .sf-header-sticky.sf-header-compact .sf-store-brand--header .header-logo img,
    .sf-header-sticky.sf-header-compact .sf-store-brand--header .sf-header-brand-img {
        max-width: min(100%, 190px, var(--sf-header-logo-max-w, 180px));
        max-height: min(78px, var(--sf-header-logo-max-h, 78px));
    }
}

.sf-footer-brand-img {
    height: auto;
    width: auto;
    max-height: var(--sf-footer-logo-max-h, clamp(56px, 11vw, 120px));
    max-width: min(100%, var(--sf-footer-logo-max-w, 300px));
    object-fit: contain;
    filter: drop-shadow(0 4px 16px rgba(0, 0, 0, 0.28));
}

.sf-drawer-brand-img {
    max-height: clamp(40px, 16vw, 72px);
    max-width: min(100%, var(--sf-mobile-logo-max-w, 220px));
    width: auto;
    height: auto;
    object-fit: contain;
    filter: drop-shadow(0 2px 8px rgba(0, 0, 0, 0.35));
}

.sf-footer-brand-lockup .sf-mh-footer-logo {
    color: #fff;
}

.sf-login-brand-img {
    max-width: min(100%, 280px);
    height: auto;
    max-height: 88px;
    object-fit: contain;
    filter: drop-shadow(0 2px 8px rgba(17, 17, 17, 0.08));
}

.sf-main-nav {
    background: var(--sf-nav-bg);
}

.sf-main-nav-links {
    row-gap: 0.35rem;
}

.sf-nav-pill {
    display: inline-flex;
    align-items: center;
    padding: 0.4rem 0.95rem;
    border-radius: 999px;
    font-weight: 600;
    font-size: 0.875rem;
    color: var(--brand-text);
    text-decoration: none;
    transition: background 0.15s ease, color 0.15s ease;
}

.sf-nav-pill:hover {
    background: #fff8f0;
    color: var(--brand-gold);
}

.sf-nav-pill.active {
    background: var(--brand-pink);
    color: #fff !important;
}

/* Dark purple navbar overrides */
.sf-main-nav .sf-nav-pill {
    color: #fff;
}

.sf-main-nav .sf-nav-pill:hover {
    background: rgba(255, 255, 255, 0.08);
    color: var(--brand-gold);
}

.sf-main-nav .sf-nav-pill.active {
    background: var(--brand-pink) !important;
    color: #fff !important;
    box-shadow: none;
}

.sf-round-icon-btn {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 1.25rem;
    text-decoration: none;
    transition: background 0.15s ease;
}

.sf-round-icon-btn:hover {
    background: var(--sf-accent-soft);
    color: var(--brand-gold);
}

.sf-cart-pill {
    font-size: 0.85rem;
    box-shadow: 0 8px 18px rgba(233, 30, 99, 0.26);
}

.sf-header-util {
    row-gap: 0.75rem;
}

.sf-call-block a:hover {
    color: var(--brand-gold) !important;
}

.sf-footer-main .sf-footer-contact-lines li {
    line-height: 1.45;
}

.sf-logo-title {
    font-weight: 700;
    font-size: 1.4rem;
    letter-spacing: -0.02em;
    display: inline-block;
}

.sf-logo-tagline {
    font-size: 0.8rem;
}

.sf-search-cat {
    max-width: 170px;
    flex: 0 0 auto;
}

.sf-search-input-wrap .form-control {
    border-color: rgba(194, 24, 91, 0.35);
    background: var(--brand-white);
}

.sf-search-input-wrap .form-control:focus {
    border-color: var(--brand-pink-bright);
    box-shadow: 0 0 0 0.18rem rgba(233, 30, 99, 0.22);
}

.sf-search-input-wrap .input-group-text {
    border-color: rgba(194, 24, 91, 0.35);
    background: var(--brand-white);
}

.storefront-body .sf-mh-search .sf-search-input-wrap.border {
    border-color: rgba(194, 24, 91, 0.4) !important;
}

.sf-search-btn {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    font-weight: 600;
    background: linear-gradient(135deg, var(--brand-pink) 0%, var(--brand-pink-bright) 100%);
    border: none;
    color: #fff;
}

.sf-search-btn:hover,
.sf-search-btn:focus {
    background: linear-gradient(135deg, var(--brand-gold) 0%, var(--brand-gold-light) 100%);
    color: var(--brand-dark-purple);
}

.sf-header-bi {
    color: var(--brand-pink);
}

.sf-header-actions small {
    font-size: 0.72rem;
}

.sf-mini-badge {
    font-size: 0.55rem;
    min-width: 1rem;
    background: var(--brand-pink) !important;
    color: #fff !important;
}

.sf-hero-carousel {
    border-radius: 1rem !important;
    box-shadow: 0 18px 45px rgba(233, 30, 99, 0.18) !important;
}

.sf-hero-slide {
    position: relative;
}

/* Hero slide media — fixed desktop height, responsive on small screens */
.sf-hero-media-wrap {
    position: relative;
    width: 100%;
    height: clamp(220px, 52vw, 420px);
    overflow: hidden;
    border-radius: inherit;
    background: var(--brand-black, #111);
}

.sf-hero-img,
.sf-hero-video {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.sf-hero-video-iframe {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    border: 0;
    pointer-events: auto;
}

.sf-hero-gradient-overlay {
    position: absolute;
    inset: 0;
    z-index: 1;
    pointer-events: none;
    background: linear-gradient(
        100deg,
        rgba(17, 17, 17, 0.72) 0%,
        rgba(233, 30, 99, 0.38) 45%,
        rgba(212, 162, 76, 0.14) 100%
    );
}

.sf-hero-caption {
    z-index: 3;
    background: rgba(255, 255, 255, 0.14);
    border: 1px solid rgba(255, 255, 255, 0.35);
    backdrop-filter: blur(8px);
    color: #fff;
    max-width: 520px;
    border-radius: 14px !important;
    padding: 1.2rem 1.35rem !important;
    box-shadow: 0 14px 32px rgba(0, 0, 0, 0.25);
}

.sf-hero-caption h2 {
    letter-spacing: -0.02em;
}

.sf-hero-caption p {
    color: rgba(255, 255, 255, 0.92);
}

.sf-carousel-indicators [data-bs-target] {
    width: 10px;
    height: 10px;
    border-radius: 50%;
}

.sf-carousel-fab {
    width: auto;
    opacity: 1;
}

.sf-carousel-fab-inner {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.92);
    color: var(--sf-accent);
    font-size: 1.35rem;
    box-shadow: 0 4px 14px rgba(0, 0, 0, 0.15);
}

.sf-carousel-fab:hover .sf-carousel-fab-inner {
    background: #fff;
}

.scroll-margin-section {
    scroll-margin-top: 8.5rem;
}

@media (max-width: 991.98px) {
    .scroll-margin-section {
        scroll-margin-top: 10rem;
    }
}

.sf-section-head .sf-section-bar {
    width: 4px;
    height: 1.25rem;
    background: var(--sf-accent);
    border-radius: 2px;
}

.sf-section-head {
    margin-bottom: 1rem !important;
    padding-bottom: 0.55rem;
    border-bottom: 1px solid rgba(194, 24, 91, 0.12);
}

.sf-section-head h2 {
    letter-spacing: -0.01em;
    position: relative;
    padding-bottom: 0.1rem;
}

.sf-popcat-circle {
    width: 124px;
    height: 124px;
    border-radius: 50%;
    overflow: hidden;
    background: linear-gradient(145deg, rgba(255, 245, 250, 1) 0%, #fff 100%);
    box-shadow: inset 0 0 0 1px rgba(194, 24, 91, 0.1);
    transition: transform 0.35s ease, box-shadow 0.35s ease;
}

.sf-popcat-circle-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.sf-popcat-card {
    border-radius: 18px !important;
    background: #fff;
    box-shadow: 0 10px 26px rgba(31, 54, 88, 0.08) !important;
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.sf-popcat-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 16px 28px rgba(233, 30, 99, 0.16) !important;
}

.sf-popcat-card:hover .sf-popcat-circle {
    transform: scale(1.06);
    box-shadow: inset 0 0 0 2px rgba(194, 24, 91, 0.2), 0 8px 18px rgba(233, 30, 99, 0.12);
}

.sf-placeholder-card {
    opacity: 0.92;
}

.sf-product-img-wrap {
    background: #fff;
    border-radius: 14px 14px 0 0;
}

.sf-product-img {
    height: 210px;
    object-fit: cover;
    transition: transform 0.45s ease;
}

.sf-discount-badge {
    position: absolute;
    top: 10px;
    left: 10px;
    background: linear-gradient(135deg, var(--brand-dark-purple) 0%, var(--brand-pink) 100%);
    color: #fff;
    font-weight: 700;
    font-size: 0.72rem;
    padding: 0.4rem 0.6rem;
    border-radius: 4px;
    z-index: 2;
}

.sf-product-card {
    border-radius: 14px !important;
    border: 1px solid rgba(194, 24, 91, 0.12) !important;
    box-shadow: 0 8px 22px rgba(75, 0, 75, 0.06) !important;
    transition: transform 0.24s ease, box-shadow 0.24s ease, border-color 0.24s ease;
}

.sf-product-card:hover {
    transform: translateY(-6px) scale(1.015);
    border-color: rgba(233, 30, 99, 0.45) !important;
    box-shadow: 0 16px 34px rgba(233, 30, 99, 0.18) !important;
}

.storefront-body .sf-product-card .sf-price-row .fw-bold,
.storefront-body .sf-product-card .sf-price-row .fs-6 {
    color: var(--brand-pink) !important;
}

.sf-product-card .card-body {
    padding: 0.95rem 0.95rem 1rem;
    gap: 0.1rem;
}

.sf-product-card:hover .sf-product-img {
    transform: scale(1.08);
}

.sf-product-title {
    line-height: 1.35;
    min-height: 2.5rem;
    display: inline-block;
}

.sf-product-title:hover {
    color: var(--brand-pink) !important;
}

.sf-price-row {
    margin-top: 0.15rem;
    margin-bottom: 0.7rem !important;
}

.sf-add-cart {
    font-weight: 600;
    font-size: 0.9rem;
    border: none;
    border-radius: 999px !important;
    background: linear-gradient(135deg, var(--brand-pink) 0%, var(--brand-pink-bright) 100%);
    box-shadow: 0 10px 20px rgba(194, 24, 91, 0.22);
    transition: transform 0.2s ease, box-shadow 0.2s ease, filter 0.2s ease;
}

.sf-add-cart:hover,
.sf-add-cart:focus {
    background: linear-gradient(135deg, var(--brand-gold) 0%, var(--brand-gold-light) 100%);
    transform: translateY(-1px);
    box-shadow: 0 14px 24px rgba(212, 162, 76, 0.28);
    filter: saturate(1.05);
}

.sf-add-cart:disabled {
    opacity: 0.95;
    cursor: not-allowed;
}

.sf-trust-icon {
    font-size: 1.75rem;
    color: var(--sf-accent);
}

.sf-footer-links a {
    color: var(--sf-footer-muted);
    text-decoration: none;
}

.sf-footer-links a:hover {
    color: var(--brand-pink);
}

.sf-contact-list .bi {
    vertical-align: -0.05em;
}

.sf-app-btn .bi {
    font-size: 1rem;
}

.sf-social-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    border-radius: 50%;
    color: #fff;
    text-decoration: none;
    font-size: 1.15rem;
}

.sf-social-fb {
    background: #1877f2;
}

.sf-social-ig {
    background: linear-gradient(45deg, #f09433, #e6683c, #dc2743);
}

.sf-social-yt {
    background: #ff0000;
}

.sf-social-tw {
    background: #000;
}

.sf-social-tk {
    background: linear-gradient(135deg, #111 0%, #333 100%);
}

.sf-social-th {
    background: linear-gradient(135deg, #0b0b0b 0%, #2b2b2b 100%);
}

.sf-social-link:hover {
    color: #fff;
    opacity: 0.9;
    transform: translateY(-2px);
    transition: transform 0.15s ease, opacity 0.15s ease;
}

.sf-footer-bottom .badge {
    font-weight: 500;
}

.sf-footer-main,
.sf-footer-bottom {
    overflow: visible;
}

.sf-footer-copy {
    line-height: 1.5;
}

.sf-pay-logo-card {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 60px;
    height: 38px;
    padding: 6px;
    border-radius: 8px;
    text-decoration: none;
    background: #fff;
    border: 1px solid #e8edf4;
    box-shadow: 0 2px 6px rgba(2, 6, 23, 0.08);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
    position: relative;
    overflow: hidden;
}

.sf-pay-logo-card:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 16px rgba(2, 6, 23, 0.14);
}

.sf-pay-logo {
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block;
}

.sf-pay-fallback {
    display: none;
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: center;
    font-size: 0.58rem;
    font-weight: 700;
    text-align: center;
    color: #334155;
    background: #fff;
}

/* —— Category slide-out (Bootstrap offcanvas) —— */
.offcanvas-backdrop {
    background-color: rgba(15, 23, 42, 0.55);
    z-index: 1055;
}

.sf-category-offcanvas.offcanvas {
    width: 310px;
    max-width: min(310px, 92vw);
    z-index: 1056;
    border-right: none;
    background-color: #fff;
    box-shadow: 12px 0 32px rgba(15, 23, 42, 0.18);
}

@media (min-width: 992px) {
    .sf-category-offcanvas.offcanvas-start {
        left: var(--sf-rail-width);
    }
}

.sf-category-offcanvas .offcanvas-body {
    min-height: 100vh;
}

.sf-cat-drawer-header,
.sf-cat-drawer-header-top {
    margin: 0;
    padding: 0.85rem 1rem 0.85rem 1.15rem;
    background: linear-gradient(135deg, var(--brand-pink) 0%, var(--brand-gold) 100%);
    color: #fff;
    border-radius: 0;
    box-shadow: 0 6px 16px rgba(233, 30, 99, 0.22);
    letter-spacing: 0.01em;
}

.sf-cat-drawer-scroll {
    overflow-y: auto;
    min-height: 0;
    padding: 0.25rem 0 0.5rem;
}

.sf-cat-drawer-list li + li {
    border-top: 1px solid #f1f3f5;
}

.sf-cat-drawer-row {
    display: flex;
    align-items: center;
    gap: 0.85rem;
    padding: 0.95rem 1.15rem;
    color: #212529;
    text-decoration: none;
    font-weight: 500;
    font-size: 0.95rem;
    transition: background 0.15s ease, color 0.15s ease;
}

.sf-cat-drawer-row:hover,
.sf-cat-drawer-row:focus {
    background: var(--sf-accent-soft);
    color: var(--sf-accent-deep);
}

.sf-cat-drawer-thumb {
    width: 32px;
    height: 32px;
    object-fit: cover;
    flex-shrink: 0;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.08);
}

.sf-cat-drawer-fab-stack {
    margin-top: auto;
    padding-top: 0.5rem;
}

.sf-cat-fab {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 1.1rem;
    box-shadow: 0 6px 14px rgba(0, 0, 0, 0.15);
    transition: transform 0.15s ease, box-shadow 0.15s ease;
    cursor: pointer;
}

.sf-cat-fab:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 18px rgba(0, 0, 0, 0.2);
    color: #fff;
}

.sf-cat-fab-phone {
    background: #198754;
}

.sf-cat-fab-messenger {
    background: #006aff;
}

.sf-cat-fab-whatsapp {
    background: #25d366;
}

@media (max-width: 991.98px) {
    .sf-search-cat {
        max-width: none;
        width: 100%;
    }

    .carousel-caption.sf-hero-caption {
        position: absolute;
        left: 0.75rem;
        right: 0.75rem;
        bottom: 0.75rem;
        max-width: none;
        width: auto;
        padding: 0.85rem 1rem !important;
        text-align: start !important;
    }

    .carousel-caption.sf-hero-caption .h3 {
        font-size: 1.15rem;
    }

    .sf-hero-media-wrap {
        height: clamp(200px, 58vw, 380px);
    }
}

/* —— Shop page (catalog/shop.html) —— */
.sf-shop-top-controls {
    border-radius: 18px;
}

.sf-shop-select {
    min-width: 92px;
}

.sf-shop-view-icons .btn {
    border-radius: 12px;
}

.sf-shop-topcat-card {
    border-radius: 16px;
    overflow: hidden;
    background: #fff;
    transition: transform 0.18s ease, box-shadow 0.18s ease;
}

.sf-shop-topcat-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 16px 30px rgba(233, 30, 99, 0.16) !important;
}

.sf-shop-topcat-img-wrap {
    height: 86px;
    background: linear-gradient(180deg, #fff2f7 0%, #ffffff 100%);
    display: flex;
    align-items: center;
    justify-content: center;
}

.sf-shop-topcat-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.sf-shop-filter {
    border-radius: 18px;
}

.sf-shop-pagination .page-link {
    color: var(--sf-accent);
    border-radius: 12px;
}

.sf-shop-pagination .page-item.active .page-link {
    background-color: var(--sf-accent);
    border-color: var(--sf-accent);
    color: #fff;
}

/* —— Delivery & Return page (core/delivery_return.html) —— */
.sf-delivery-page {
    background: #fdf7f2;
    border-radius: 16px;
}

.sf-delivery-hero {
    border-radius: 14px;
    background: linear-gradient(130deg, var(--brand-pink) 0%, var(--brand-gold) 100%);
    overflow: hidden;
}

.sf-delivery-hero-img {
    max-height: 170px;
    object-fit: cover;
    box-shadow: 0 10px 24px rgba(0, 0, 0, 0.18);
}

.sf-delivery-card {
    border-radius: 14px;
}

.sf-delivery-step-card {
    background: #fffaf6;
    border: 1px solid var(--brand-border);
    border-radius: 12px;
    padding: 1rem;
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}

.sf-delivery-step-icon {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 1.2rem;
    color: var(--sf-accent);
    background: #fff1f7;
}

.sf-delivery-faq .accordion-item + .accordion-item {
    border-top: 1px solid #eef1f6 !important;
}

.sf-delivery-faq .accordion-button {
    font-weight: 600;
    background: #fff;
    box-shadow: none;
}

.sf-delivery-faq .accordion-button:not(.collapsed) {
    color: var(--sf-accent-deep);
    background: #fff1f7;
}

.sf-delivery-help-card {
    top: 1rem;
    border-radius: 14px;
}

.sf-help-icon {
    width: 28px;
    height: 28px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    font-size: 0.85rem;
}

.sf-help-social {
    width: 34px;
    height: 34px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    text-decoration: none;
}

/* —— Contact page (core/contact.html) —— */
.sf-contact-page {
    background: #fdf7f2;
    border-radius: 16px;
}

.sf-contact-map-card,
.sf-contact-form-card,
.sf-contact-help-card {
    border-radius: 14px;
}

.sf-contact-map-card {
    overflow: hidden;
}

.sf-contact-map-ratio iframe {
    border: 0;
    width: 100%;
    height: 100%;
}

.sf-contact-form-card .form-control:focus {
    border-color: var(--brand-pink);
    box-shadow: 0 0 0 0.2rem rgba(233, 30, 99, 0.16);
}

.sf-contact-help-card {
    top: 1rem;
}

/* —— Visit Our Stores page (core/stores.html) —— */
.sf-stores-page {
    background: #fdf7f2;
    border-radius: 16px;
}

.sf-stores-hero {
    border-radius: 18px;
    background: linear-gradient(125deg, var(--brand-pink) 0%, var(--brand-pink-bright) 52%, var(--brand-gold) 100%);
    box-shadow: 0 22px 48px rgba(233, 30, 99, 0.24);
}

.sf-stores-lead {
    max-width: 36rem;
    line-height: 1.55;
}

.sf-stores-hero-img {
    max-height: 320px;
    object-fit: cover;
    box-shadow: 0 16px 36px rgba(0, 0, 0, 0.22);
}

.sf-stores-feature {
    display: flex;
    align-items: center;
    gap: 0.65rem;
    padding: 0.85rem 1rem;
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.14);
    border: 1px solid rgba(255, 255, 255, 0.28);
    backdrop-filter: blur(6px);
    transition: transform 0.2s ease, background 0.2s ease, box-shadow 0.2s ease;
}

.sf-stores-feature:hover {
    transform: translateY(-4px);
    background: rgba(255, 255, 255, 0.22);
    box-shadow: 0 10px 22px rgba(0, 0, 0, 0.16);
}

.sf-stores-feature-icon {
    width: 40px;
    height: 40px;
    border-radius: 10px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 1.15rem;
    color: #fff;
    background: rgba(255, 255, 255, 0.18);
    flex-shrink: 0;
}

/* —— Promotions page (core/promotions.html) —— */
.sf-promo-page {
    background: var(--brand-bg);
    border-radius: 16px;
}

.sf-promo-kicker {
    letter-spacing: 0.08em;
}

.sf-promo-banner {
    position: relative;
    aspect-ratio: 16 / 10;
    min-height: 200px;
}

.sf-promo-banner-img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.55s ease;
}

.sf-promo-banner:hover .sf-promo-banner-img {
    transform: scale(1.08);
}

.sf-promo-banner-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(
        to top,
        rgba(75, 0, 75, 0.82) 0%,
        rgba(194, 24, 91, 0.22) 55%,
        rgba(255, 255, 255, 0) 100%
    );
    pointer-events: none;
}

.sf-promo-banner-caption {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 1rem 1.25rem 1.15rem;
    z-index: 2;
}

.sf-promo-product-card:hover {
    transform: translateY(-6px) scale(1.015);
    box-shadow: 0 16px 30px rgba(233, 30, 99, 0.16) !important;
}

/* —— Product detail page (catalog/product_detail.html) —— */
.sf-pd-page {
    background: var(--brand-light);
}

.sf-pd-container {
    max-width: 1140px;
}

.sf-pd-hero-card {
    border-radius: 18px !important;
    background: var(--brand-white);
    border: 1px solid rgba(122, 0, 122, 0.12);
}

.sf-pd-breadcrumb a {
    color: var(--brand-purple);
    text-decoration: none;
}

.sf-pd-breadcrumb a:hover {
    color: var(--brand-gold);
}

.sf-pd-gallery-wrap {
    border-left: 4px solid var(--brand-purple);
    padding-left: 0.75rem;
    border-radius: 16px;
}

.sf-pd-gallery-inner {
    min-height: 0;
}

.sf-pd-thumbs-rail {
    max-width: 100%;
}

.sf-pd-thumbs {
    width: 76px;
    flex-shrink: 0;
}

@media (max-width: 767.98px) {
    .sf-pd-thumbs {
        width: 100%;
        max-width: 100%;
    }

    .sf-pd-thumb-btn {
        flex: 0 0 auto;
    }
}

.sf-pd-thumb-btn {
    border: 2px solid rgba(122, 0, 122, 0.2);
    border-radius: 12px;
    padding: 0;
    overflow: hidden;
    background: #fff;
    width: 76px;
    height: 76px;
    cursor: pointer;
    flex-shrink: 0;
}

.sf-pd-thumb-btn img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.sf-pd-thumb-btn.active {
    border-color: var(--brand-pink);
    box-shadow: 0 0 0 2px rgba(194, 24, 91, 0.25);
}

.sf-pd-main-wrap {
    border-radius: 18px;
    overflow: hidden;
    background: #fff;
    border: 1px solid rgba(194, 24, 91, 0.22);
}

.sf-pd-main-image {
    aspect-ratio: 1 / 1;
    object-fit: cover;
    display: block;
}

.sf-pd-discount-pill {
    position: absolute;
    top: 0.85rem;
    right: 0.85rem;
    z-index: 3;
    background: var(--brand-dark-purple);
    color: #fff !important;
    font-weight: 800;
    font-size: 0.75rem;
    padding: 0.45rem 0.65rem;
    border-radius: 999px;
    box-shadow: 0 8px 18px rgba(75, 0, 75, 0.25);
}

.sf-pd-zoom-btn {
    position: absolute;
    left: 0.85rem;
    bottom: 0.85rem;
    z-index: 3;
    border: 0;
    background: rgba(255, 255, 255, 0.95);
    border-radius: 999px;
    width: 38px;
    height: 38px;
    color: var(--brand-purple);
    box-shadow: 0 6px 16px rgba(0, 0, 0, 0.12);
}

.sf-pd-title {
    color: var(--brand-dark-purple);
}

.sf-pd-price-old {
    font-size: 1rem;
}

.sf-pd-price-sale {
    font-size: 1.75rem;
    color: var(--brand-pink);
}

.sf-pd-link-muted {
    color: var(--brand-muted) !important;
}

.sf-pd-link-muted:hover {
    color: var(--brand-gold) !important;
}

.sf-pd-sku-badge {
    display: inline-block;
    background: var(--brand-dark-purple);
    color: #fff;
    font-weight: 700;
    font-size: 0.8rem;
    padding: 0.35rem 0.85rem;
    border-radius: 999px;
}

.sf-pd-color-swatch {
    width: 28px;
    height: 28px;
    border-radius: 999px;
    border: 2px solid rgba(122, 0, 122, 0.35);
    display: inline-block;
}

.sf-pd-qty-row .sf-pd-qty-input {
    max-width: 72px;
}

.sf-pd-qty-btn {
    width: 40px;
    height: 40px;
    border-radius: 10px !important;
    border: 1px solid rgba(122, 0, 122, 0.25);
    background: #fff;
    color: var(--brand-dark-purple);
}

.sf-pd-qty-btn:hover {
    border-color: var(--brand-gold);
    color: var(--brand-pink);
}

.sf-pd-qty-input {
    border-color: rgba(122, 0, 122, 0.22);
    background: #fff;
    font-weight: 700;
    color: var(--brand-text);
}

.sf-pd-qty-input:focus {
    border-color: var(--brand-pink);
    box-shadow: 0 0 0 0.18rem rgba(194, 24, 91, 0.16);
}

.sf-pd-btn-cart,
.sf-pd-btn-order {
    border: none;
    font-weight: 800;
    border-radius: 12px !important;
    padding-top: 0.65rem;
    padding-bottom: 0.65rem;
    box-shadow: 0 10px 22px rgba(75, 0, 75, 0.18);
}

.sf-pd-btn-cart {
    color: #fff !important;
    background: linear-gradient(135deg, var(--brand-pink) 0%, var(--brand-pink-bright) 100%);
}

.sf-pd-btn-order {
    background: linear-gradient(135deg, var(--brand-gold) 0%, var(--brand-gold-light) 100%);
    color: var(--brand-dark-purple) !important;
    box-shadow: 0 10px 22px rgba(212, 162, 76, 0.35);
}

.sf-pd-btn-cart:hover,
.sf-pd-btn-order:hover {
    background: linear-gradient(135deg, var(--brand-gold) 0%, var(--brand-gold-light) 100%);
    color: var(--brand-dark-purple) !important;
    filter: brightness(1.02);
}

.sf-pd-btn-cart:hover {
    color: var(--brand-dark-purple) !important;
}

.sf-pd-btn-phone,
.sf-pd-btn-ask {
    border-radius: 12px !important;
    font-weight: 700;
    border: none;
    color: #fff !important;
    padding-top: 0.65rem;
    padding-bottom: 0.65rem;
}

.sf-pd-btn-phone {
    background: var(--brand-dark-purple);
}

.sf-pd-btn-ask {
    background: linear-gradient(135deg, var(--brand-dark-purple) 0%, var(--brand-purple) 100%);
}

.sf-pd-btn-phone:hover,
.sf-pd-btn-ask:hover {
    filter: brightness(1.05);
}

.sf-pd-delivery-box {
    background: rgba(255, 245, 250, 0.95);
    border: 1px solid rgba(194, 24, 91, 0.18);
    border-radius: 14px;
    padding: 1rem 1.1rem;
    color: var(--brand-text);
}

.sf-pd-delivery-icon {
    color: var(--brand-purple);
}

.sf-pd-tabs .nav-link {
    border-radius: 999px !important;
    font-weight: 700;
    color: var(--brand-dark-purple);
    border: 1px solid rgba(122, 0, 122, 0.18);
    background: #fff;
    padding: 0.55rem 1.1rem;
}

.sf-pd-tabs .nav-link:hover {
    border-color: var(--brand-gold);
    color: var(--brand-pink);
}

.sf-pd-tabs .nav-link.active {
    background: linear-gradient(135deg, var(--brand-pink) 0%, var(--brand-pink-bright) 100%) !important;
    color: #fff !important;
    border-color: transparent !important;
}

.sf-pd-subcard {
    border-radius: 16px !important;
    border: 1px solid rgba(122, 0, 122, 0.1) !important;
}

.sf-pd-subcard-title {
    color: var(--brand-dark-purple);
}

.sf-pd-desc-body {
    line-height: 1.65;
}

.sf-pd-dl dt {
    font-weight: 600;
    color: var(--brand-dark-purple);
}

.sf-pd-btn-write-review {
    border-radius: 999px !important;
    border: 1px solid var(--brand-purple);
    color: var(--brand-purple) !important;
    font-weight: 700;
}

.sf-pd-reviews-empty {
    border: 2px dashed rgba(122, 0, 122, 0.35);
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.65);
}

.sf-pd-reviews-empty-icon {
    width: 56px;
    height: 56px;
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(122, 0, 122, 0.1);
    color: var(--brand-purple);
    font-size: 1.6rem;
}

.sf-pd-related-title {
    color: var(--brand-dark-purple);
}

.sf-product-link {
    cursor: pointer;
}

.product-title-link {
    color: inherit;
    cursor: pointer;
    transition: color 0.2s ease;
}

.product-title-link:hover {
    color: var(--brand-pink);
}

/* —— Cart drawer —— */
.sf-cart-overlay {
    position: fixed;
    inset: 0;
    background: rgba(15, 23, 42, 0.45);
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.25s ease;
    z-index: 1070;
}

.sf-cart-overlay.show {
    opacity: 1;
    pointer-events: auto;
}

.sf-cart-drawer {
    position: fixed;
    top: 0;
    right: 0;
    height: 100vh;
    width: 420px;
    max-width: 100%;
    background: #fff;
    z-index: 1071;
    transform: translateX(100%);
    transition: transform 0.28s ease;
    display: flex;
    flex-direction: column;
    box-shadow: -12px 0 28px rgba(233, 30, 99, 0.2);
}

.sf-cart-drawer.show {
    transform: translateX(0);
}

.sf-cart-drawer-body {
    flex: 1;
    overflow-y: auto;
}

.sf-cart-item-thumb {
    width: 70px;
    height: 70px;
    border-radius: 8px;
    overflow: hidden;
    flex-shrink: 0;
    border: 1px solid var(--brand-border);
    display: inline-block;
}

.sf-cart-item-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

body.sf-cart-open {
    overflow: hidden;
}

#sfCartSubtotal {
    color: var(--brand-gold) !important;
}

.sf-cart-drawer .btn-primary {
    background: linear-gradient(135deg, var(--brand-pink) 0%, var(--brand-pink-bright) 100%);
}

.sf-cart-drawer .btn-primary-subtle {
    border: 1px solid var(--brand-pink-bright);
}

@media (max-width: 575.98px) {
    .sf-cart-drawer {
        width: 100%;
    }
}

/* —— Home page (purple/magenta redesign) —— */
.storefront-body {
    background: var(--brand-light);
}

.sf-hp-hero {
    padding-top: 0.75rem;
}

.sf-hp-topcats-box {
    border: 2px solid var(--brand-pink);
    background: #fff;
    border-radius: 18px;
    overflow: hidden;
}

.sf-hp-topcats-title {
    background: linear-gradient(135deg, rgba(194, 24, 91, 0.98) 0%, rgba(75, 0, 75, 0.98) 100%);
    color: #fff;
    font-weight: 800;
    letter-spacing: 0.02em;
}

.sf-hp-topcats-list {
    display: flex;
    flex-direction: column;
}

.sf-hp-topcat-row {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    padding: 0.85rem 1rem;
    border-top: 1px solid rgba(194, 24, 91, 0.08);
    color: var(--brand-text);
}

.sf-hp-topcat-row:hover {
    background: rgba(194, 24, 91, 0.08);
    color: var(--brand-dark-purple);
}

.sf-hp-topcat-icon {
    width: 36px;
    height: 36px;
    border-radius: 10px;
    background: rgba(194, 24, 91, 0.10);
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--brand-purple);
    flex-shrink: 0;
    overflow: hidden;
}

.sf-hp-topcat-icon-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.sf-hp-topcat-arrow {
    color: var(--brand-gold);
    margin-left: auto;
}

.sf-hero-carousel {
    background: #fff;
    border-radius: 18px;
    border: 2px solid rgba(194, 24, 91, 0.25) !important;
}

.sf-hero-carousel .carousel-indicators button {
    background-color: rgba(75, 0, 75, 0.4);
}

.sf-hero-carousel .carousel-indicators button.active {
    background-color: var(--brand-pink);
}

.sf-hp-categories .sf-hp-section-head {
    gap: 0.5rem;
}

.sf-hp-underline {
    height: 4px;
    width: 140px;
    background: linear-gradient(90deg, var(--brand-pink), var(--brand-gold));
    border-radius: 999px;
}

.sf-hp-cat-card {
    background: #fff;
    border: 1px solid rgba(194, 24, 91, 0.25);
    border-radius: 16px;
    box-shadow: 0 10px 26px rgba(75, 0, 75, 0.06);
    transition: transform 0.18s ease, box-shadow 0.18s ease;
    display: block;
    overflow: hidden;
}

.sf-hp-cat-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 16px 34px rgba(75, 0, 75, 0.12);
}

.sf-hp-cat-inner {
    padding: 1rem 0.75rem;
}

.sf-hp-cat-icon {
    width: 58px;
    height: 58px;
    border-radius: 18px;
    border: 1px solid rgba(212, 162, 76, 0.35);
    background: rgba(194, 24, 91, 0.06);
    color: var(--brand-pink);
    display: flex;
    align-items: center;
    justify-content: center;
}

.sf-hp-cat-icon-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.sf-hp-cat-name {
    color: var(--brand-text);
    font-size: 0.95rem;
}

.sf-hp-section-head {
    position: relative;
}

.sf-hp-section-title {
    color: var(--brand-dark-purple);
    font-weight: 900;
}

.sf-hp-view-more-btn {
    border: 1px solid rgba(194, 24, 91, 0.35);
    color: var(--brand-pink);
    background: #fff;
}

.sf-hp-view-more-btn:hover {
    color: #fff !important;
    background: linear-gradient(135deg, var(--brand-pink) 0%, var(--brand-pink) 45%, var(--brand-gold) 100%);
    border-color: transparent;
}

.sf-hp-service-strip {
    background: transparent;
}

.sf-hp-service-card {
    background: #fff;
    border: 1px solid rgba(194, 24, 91, 0.14);
    border-radius: 18px;
    padding: 1rem 0.75rem;
    box-shadow: 0 10px 26px rgba(75, 0, 75, 0.06);
}

.sf-hp-service-icon {
    width: 44px;
    height: 44px;
    border-radius: 16px;
    margin: 0 auto 0.6rem;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--brand-pink);
    background: rgba(194, 24, 91, 0.08);
    border: 1px solid rgba(212, 162, 76, 0.25);
}

.sf-hp-service-text {
    color: var(--brand-dark-purple);
}

.sf-hp-promos {
    padding-top: 0.25rem;
}

.sf-hp-promo-card {
    border: 2px solid rgba(194, 24, 91, 0.25);
    background: #fff;
    box-shadow: 0 12px 30px rgba(75, 0, 75, 0.12);
}

.sf-hp-promo-media {
    position: absolute;
    inset: 0;
}

.sf-hp-promo-img,
.sf-hp-promo-video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.sf-hp-promo-overlay {
    position: relative;
    z-index: 1;
    padding: 1rem 1.1rem;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 20%, rgba(75, 0, 75, 0.55) 100%);
    color: #fff;
}

.sf-hp-promo-title {
    font-weight: 900;
    letter-spacing: -0.02em;
    margin: 0;
}

.sf-hp-promo-subtitle {
    margin: 0;
    opacity: 0.95;
}

.sf-hp-promo-btn {
    align-self: flex-start;
    background: linear-gradient(135deg, var(--brand-pink) 0%, var(--brand-dark-purple) 55%, var(--brand-gold) 100%);
    border: none;
    color: #fff !important;
    border-radius: 999px;
    padding: 0.55rem 1rem;
    font-weight: 700;
}

.sf-hp-product-card {
    border-radius: 16px !important;
}

.sf-hp-discount-circle {
    position: absolute;
    top: 12px;
    left: 12px;
    z-index: 2;
    width: 46px;
    height: 46px;
    border-radius: 999px;
    background: var(--brand-dark-purple) !important;
    color: #fff !important;
    font-weight: 900;
    font-size: 0.7rem;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
}

.sf-hp-product-body {
    padding: 0.9rem 0.9rem 0.95rem !important;
}

.sf-hp-product-title {
    color: var(--brand-text);
    min-height: 2.5rem;
    line-height: 1.25;
}

.sf-hp-product-title:hover {
    color: var(--brand-pink) !important;
}

.sf-hp-new-price {
    color: var(--brand-pink);
}

.sf-hp-order-btn {
    background: linear-gradient(135deg, var(--brand-gold) 0%, var(--brand-gold-light) 100%);
    color: var(--brand-dark-purple) !important;
    border-radius: 999px !important;
    font-weight: 900;
    border: none;
    box-shadow: 0 12px 26px rgba(212, 162, 76, 0.35);
    padding-top: 0.62rem;
    padding-bottom: 0.62rem;
}

.sf-hp-order-btn:hover,
.sf-hp-order-btn:focus {
    filter: brightness(1.03);
    box-shadow: 0 14px 28px rgba(212, 162, 76, 0.42);
}

.sf-hp-cart-icon-btn {
    width: 44px;
    height: 44px;
    border-radius: 999px !important;
    background: linear-gradient(135deg, var(--brand-gold) 0%, var(--brand-gold-light) 100%);
    border: none;
    color: var(--brand-dark-purple);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 12px 24px rgba(212, 162, 76, 0.22);
}

.sf-hp-cart-icon-btn:hover {
    filter: brightness(0.98);
    transform: translateY(-1px);
}

/* Hero overlay buttons should match magenta/gold theme */
.sf-hero-caption .btn.btn-light {
    background: linear-gradient(135deg, var(--brand-pink) 0%, var(--brand-dark-purple) 60%, var(--brand-gold) 100%) !important;
    border: none !important;
    color: #fff !important;
    box-shadow: 0 12px 26px rgba(194, 24, 91, 0.22);
}

.sf-hero-caption .btn.btn-light:hover {
    filter: brightness(0.98);
}

/* Back to top (button added in base.html) */
.sf-back-to-top {
    position: fixed;
    right: 18px;
    bottom: 18px;
    z-index: 2000;
    width: 44px;
    height: 44px;
    border-radius: 999px;
    border: none;
    background: linear-gradient(135deg, var(--brand-dark-purple), var(--brand-pink));
    color: #fff;
    box-shadow: 0 16px 32px rgba(75, 0, 75, 0.22);
    display: none;
    align-items: center;
    justify-content: center;
}

.sf-back-to-top.show {
    display: inline-flex;
}

.sf-footer-dark,
.sf-mh-footer {
    background: var(--brand-dark-purple) !important;
}

.sf-footer-dark,
.sf-footer-dark a,
.sf-mh-footer,
.sf-mh-footer a {
    color: rgba(255, 255, 255, 0.9) !important;
}

.sf-footer-dark .text-muted,
.sf-mh-footer .text-muted,
.sf-mh-footer-muted {
    color: rgba(255, 255, 255, 0.72) !important;
}

.sf-footer-dark .sf-footer-links a,
.sf-mh-footer .sf-footer-links a,
.sf-mh-footer-links a {
    color: rgba(255, 255, 255, 0.85) !important;
    text-decoration: none;
}

.sf-footer-dark .sf-footer-links a:hover,
.sf-mh-footer .sf-footer-links a:hover,
.sf-mh-footer-links a:hover {
    color: var(--brand-gold) !important;
}

.sf-whatsapp-float {
    position: fixed;
    left: 18px;
    bottom: 18px;
    z-index: 1999;
    width: 46px;
    height: 46px;
    border-radius: 999px;
    background: linear-gradient(135deg, #25d366 0%, #06b86b 100%);
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 18px 36px rgba(6, 184, 107, 0.25);
    text-decoration: none;
}

.sf-whatsapp-float:hover {
    filter: brightness(0.98);
    transform: translateY(-1px);
}

/* Track Order (/track-order/) */
.sf-track-page {
    min-height: calc(100vh - 200px);
    background: var(--brand-light);
}

.sf-track-alert {
    max-width: 480px;
}

.sf-track-card {
    width: 100%;
    max-width: 480px;
    border-radius: 14px;
    border-top: 5px solid var(--brand-purple) !important;
    overflow: hidden;
    box-shadow: 0 18px 40px rgba(75, 0, 75, 0.12) !important;
}

.sf-track-heading-box {
    background: #f3f0f5;
    border-radius: 10px;
    padding: 0.85rem 1rem;
}

.sf-track-heading-text {
    color: var(--brand-purple);
    font-weight: 700;
    letter-spacing: 0.04em;
    font-size: 0.95rem;
}

.sf-track-input-group .sf-track-input-icon {
    background: var(--brand-purple);
    color: #fff;
    border: 1px solid var(--brand-purple);
    border-radius: 8px 0 0 8px;
    min-width: 52px;
    justify-content: center;
}

.sf-track-input-group .sf-track-field {
    border-radius: 0 8px 8px 0;
    border-color: #c9b8cf;
    padding-top: 0.65rem;
    padding-bottom: 0.65rem;
}

.sf-track-input-group .sf-track-field:focus {
    border-color: var(--brand-purple);
    box-shadow: 0 0 0 0.2rem rgba(122, 0, 122, 0.15);
}

.sf-track-submit {
    background: linear-gradient(135deg, var(--brand-pink) 0%, var(--brand-pink-bright) 100%);
    border: none;
    color: #fff;
    border-radius: 10px;
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    letter-spacing: 0.03em;
}

.sf-track-submit:hover,
.sf-track-submit:focus {
    background: linear-gradient(135deg, var(--brand-gold) 0%, var(--brand-gold-light) 100%);
    color: var(--brand-dark-purple);
}

.sf-track-result {
    border-radius: 14px;
}

.sf-track-status {
    font-weight: 600;
    font-size: 0.75rem;
    padding: 0.4em 0.75em;
}

.sf-track-status--pending {
    background-color: #ffc107;
    color: #1a1a1a;
}

.sf-track-status--confirmed {
    background-color: #0dcaf0;
    color: #052c33;
}

.sf-track-status--processing {
    background-color: var(--brand-purple);
    color: #fff;
}

.sf-track-status--shipped {
    background-color: #6f42c1;
    color: #fff;
}

.sf-track-status--delivered {
    background-color: #198754;
    color: #fff;
}

.sf-track-status--cancelled {
    background-color: #dc3545;
    color: #fff;
}

/* Offers / Hot Deals (/offers/) */
.sf-offers-page {
    background: var(--brand-light);
    min-height: 60vh;
}

.sf-offers-shell {
    border-radius: 16px !important;
    border-left: 6px solid var(--brand-purple) !important;
    background: #fff;
    box-shadow: 0 18px 44px rgba(75, 0, 75, 0.08) !important;
}

.sf-offers-breadcrumb a {
    color: var(--brand-muted);
    text-decoration: none;
}

.sf-offers-breadcrumb a:hover {
    color: var(--brand-purple);
}

.sf-offers-sort {
    min-width: 200px;
    border-color: #d5c8da;
}

.sf-offers-filter {
    border-radius: 12px !important;
}

.sf-offers-apply-btn {
    background: linear-gradient(135deg, var(--brand-pink) 0%, var(--brand-pink-bright) 100%);
    border: none;
    color: #fff;
    font-weight: 600;
    border-radius: 10px;
    padding: 0.5rem 0.75rem;
}

.sf-offers-apply-btn:hover,
.sf-offers-apply-btn:focus {
    background: linear-gradient(135deg, var(--brand-gold) 0%, var(--brand-gold-light) 100%);
    color: var(--brand-dark-purple);
}

.sf-offers-product-card {
    border-radius: 14px !important;
    overflow: hidden;
    box-shadow: 0 8px 22px rgba(17, 17, 17, 0.08) !important;
    transition: transform 0.22s ease, box-shadow 0.22s ease;
}

.sf-offers-product-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 14px 28px rgba(75, 0, 75, 0.12) !important;
}

.sf-offers-img-wrap {
    background: #faf7fb;
    border-radius: 14px 14px 0 0;
}

.sf-offers-product-img {
    height: 160px;
    object-fit: cover;
    width: 100%;
}

@media (min-width: 992px) {
    .sf-offers-product-img {
        height: 170px;
    }
}

.sf-offers-discount-badge {
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 2;
    width: 52px;
    height: 52px;
    border-radius: 50%;
    background: var(--brand-purple);
    color: #fff;
    font-size: 0.65rem;
    font-weight: 700;
    line-height: 1.15;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 0.35rem;
    box-shadow: 0 8px 16px rgba(75, 0, 75, 0.25);
}

.sf-offers-title {
    line-height: 1.3;
    min-height: 2.4rem;
    display: block;
}

.sf-offers-title:hover {
    color: var(--brand-purple) !important;
}

.sf-offers-buy-btn {
    background: linear-gradient(135deg, var(--brand-gold) 0%, var(--brand-gold-light) 100%);
    border: none;
    color: var(--brand-dark-purple) !important;
    font-size: 0.72rem;
    letter-spacing: 0.02em;
    border-radius: 10px !important;
    padding-top: 0.55rem;
    padding-bottom: 0.55rem;
}

.sf-offers-buy-btn:hover,
.sf-offers-buy-btn:focus {
    filter: brightness(1.03);
    color: var(--brand-dark-purple) !important;
}

.sf-offers-cart-icon {
    flex: 0 0 44px;
    width: 44px;
    height: auto;
    min-height: 44px;
    border-radius: 10px !important;
    border: 1px solid rgba(212, 162, 76, 0.65);
    background: #fff;
    color: var(--brand-gold);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 6px 14px rgba(212, 162, 76, 0.2);
}

.sf-offers-cart-icon:hover,
.sf-offers-cart-icon:focus {
    background: linear-gradient(135deg, var(--brand-gold) 0%, var(--brand-gold-light) 100%);
    color: var(--brand-dark-purple);
    border-color: transparent;
}

.sf-offers-actions {
    position: relative;
    z-index: 2;
}

/* —— Homepage storefront layout (Sanzida Fashion Point) —— */
.sf-mh-header-icon {
    color: var(--brand-pink);
}

.sf-mh-header-phone:hover {
    color: var(--brand-pink-bright) !important;
}

.sf-mh-header-iconlink {
    text-decoration: none;
    line-height: 1;
}

.sf-mh-header-iconlink:hover,
.sf-mh-header-iconlink:focus {
    color: var(--brand-gold) !important;
}

.storefront-body .sf-mh-header-util a.sf-mh-header-iconlink:not(.sf-mh-header-phone),
.storefront-body .sf-mh-header-util button.sf-mh-header-iconlink {
    color: var(--brand-pink) !important;
}

.sf-mh-cart-badge {
    font-size: 0.6rem;
    min-width: 1.15rem;
    background: var(--brand-pink) !important;
    color: #fff !important;
}

.sf-mh-search-submit {
    background: linear-gradient(135deg, var(--brand-pink) 0%, var(--brand-pink-bright) 100%) !important;
    color: #fff !important;
    border: none !important;
    font-weight: 600;
}

.sf-mh-search-submit:hover,
.sf-mh-search-submit:focus {
    background: linear-gradient(135deg, var(--brand-gold) 0%, var(--brand-gold-light) 100%) !important;
    color: var(--brand-dark-purple) !important;
}

.sf-mh-main-nav {
    background: var(--sf-nav-bg) !important;
    border-top: 1px solid rgba(255, 255, 255, 0.08) !important;
}

.sf-mh-all-cat-btn {
    background: rgba(0, 0, 0, 0.18) !important;
    border: 1px solid rgba(255, 255, 255, 0.28) !important;
    color: #fff !important;
}

.sf-mh-all-cat-btn:hover,
.sf-mh-all-cat-btn:focus {
    background: rgba(0, 0, 0, 0.28) !important;
    color: var(--brand-gold) !important;
}

.sf-mh-hero-carousel {
    border-radius: 1rem !important;
    box-shadow: 0 16px 40px rgba(75, 0, 75, 0.15) !important;
}

.sf-mh-hero-media {
    height: clamp(220px, 52vw, 440px);
}

.sf-mh-hero-overlay {
    position: absolute;
    inset: 0;
    z-index: 1;
    pointer-events: none;
    background: linear-gradient(
        105deg,
        rgba(75, 0, 75, 0.75) 0%,
        rgba(122, 0, 122, 0.35) 55%,
        rgba(212, 162, 76, 0.12) 100%
    );
}

.sf-mh-hero-caption {
    z-index: 3;
    color: #fff;
    max-width: 520px;
}

.sf-mh-hero-cta {
    background: linear-gradient(135deg, var(--brand-pink) 0%, var(--brand-pink-bright) 100%) !important;
    border: none !important;
    color: #fff !important;
    border-radius: 999px !important;
    font-weight: 700;
}

.sf-mh-hero-cta:hover {
    background: linear-gradient(135deg, var(--brand-gold) 0%, var(--brand-gold-light) 100%) !important;
    color: var(--brand-dark-purple) !important;
}

.sf-mh-side-stack {
    min-height: 260px;
}

@media (min-width: 992px) {
    .sf-mh-side-stack {
        min-height: 100%;
    }
}

.sf-mh-side-card {
    min-height: 160px;
    flex: 1 1 auto;
    box-shadow: 0 10px 28px rgba(75, 0, 75, 0.12) !important;
}

.sf-mh-side-media {
    position: absolute;
    inset: 0;
}

.sf-mh-side-media img {
    object-fit: cover;
}

.sf-mh-side-caption {
    z-index: 2;
    background: linear-gradient(180deg, transparent 0%, rgba(75, 0, 75, 0.88) 100%);
}

.sf-mh-side-btn {
    background: #fff !important;
    color: var(--brand-purple) !important;
    font-weight: 700;
    border-radius: 999px !important;
}

.sf-mh-section-title-center {
    color: var(--brand-text);
}

.sf-mh-cat-card {
    border: 1px solid var(--brand-border);
    border-radius: 14px;
    background: #fff;
    transition: box-shadow 0.2s ease, transform 0.2s ease;
}

.sf-mh-cat-card:hover {
    box-shadow: 0 12px 28px rgba(75, 0, 75, 0.12);
    transform: translateY(-3px);
}

.sf-mh-cat-bi {
    color: var(--brand-purple);
}

.sf-mh-cat-icon-img {
    object-fit: contain;
    border-radius: 8px;
}

.sf-mh-product-heading {
    position: relative;
    padding-bottom: 0.4rem;
    color: var(--brand-text);
}

.sf-mh-product-heading::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 44px;
    height: 4px;
    border-radius: 999px;
    background: var(--brand-purple);
}

.sf-mh-view-more {
    background: var(--brand-dark-purple) !important;
    border: none !important;
    border-radius: 8px !important;
    font-weight: 700;
}

.sf-mh-view-more:hover {
    background: var(--brand-purple) !important;
    color: #fff !important;
}

.sf-mh-product-card {
    border-color: var(--brand-border) !important;
    border-radius: 14px !important;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.sf-mh-product-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 14px 32px rgba(75, 0, 75, 0.12) !important;
}

.sf-mh-product-img {
    height: 200px;
    object-fit: cover;
    width: 100%;
}

.sf-mh-discount-pill {
    position: absolute;
    top: 10px;
    left: 10px;
    z-index: 2;
    background: linear-gradient(135deg, var(--brand-dark-purple) 0%, var(--brand-pink) 100%);
    color: #fff;
    font-size: 0.68rem;
    font-weight: 700;
    padding: 0.25rem 0.5rem;
    border-radius: 999px;
}

.sf-mh-wishlist {
    position: absolute;
    top: 8px;
    right: 8px;
    z-index: 3;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, 0.92);
    color: var(--brand-purple);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}

.sf-mh-wishlist:hover {
    color: var(--brand-pink);
}

.sf-mh-product-title {
    min-height: 2.5rem;
    line-height: 1.35;
}

.sf-mh-product-title:hover {
    color: var(--brand-purple) !important;
}

.sf-mh-order-btn {
    background: linear-gradient(135deg, var(--brand-gold) 0%, var(--brand-gold-light) 100%) !important;
    border: none !important;
    color: var(--brand-dark-purple) !important;
    border-radius: 10px !important;
}

.sf-mh-order-btn:hover,
.sf-mh-order-btn:focus {
    filter: brightness(1.03);
    color: var(--brand-dark-purple) !important;
}

.sf-mh-cart-btn {
    flex: 0 0 44px;
    width: 44px;
    background: linear-gradient(135deg, var(--brand-gold) 0%, var(--brand-gold-light) 100%) !important;
    border: none !important;
    color: var(--brand-dark-purple) !important;
    border-radius: 10px !important;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.sf-mh-cart-btn:hover,
.sf-mh-cart-btn:focus {
    filter: brightness(1.02);
    color: var(--brand-dark-purple) !important;
}

.sf-mh-brand-card {
    border-color: var(--brand-border) !important;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.sf-mh-brand-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 22px rgba(75, 0, 75, 0.1) !important;
}

.sf-mh-brand-logo {
    max-height: 48px;
    width: auto;
    object-fit: contain;
}

.sf-mh-promo-card {
    min-height: 220px;
}

.sf-mh-promo-media {
    position: absolute;
    inset: 0;
    background: var(--brand-dark-purple);
}

.sf-mh-promo-overlay {
    position: relative;
    z-index: 2;
    min-height: 220px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    background: linear-gradient(180deg, transparent 0%, rgba(75, 0, 75, 0.85) 100%);
}

.sf-mh-footer-icon {
    color: var(--brand-gold);
}

.sf-mh-footer h6.text-uppercase.text-white,
.sf-footer-main h6.text-uppercase.text-white {
    color: var(--brand-gold) !important;
}

.sf-mh-footer-phone-btn {
    background: linear-gradient(135deg, var(--brand-pink) 0%, var(--brand-pink-bright) 100%) !important;
    color: #fff !important;
    border: none !important;
    font-weight: 700;
}

.sf-mh-footer-phone-btn:hover {
    background: linear-gradient(135deg, var(--brand-gold) 0%, var(--brand-gold-light) 100%) !important;
    color: var(--brand-dark-purple) !important;
}

.sf-mh-social-ring {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, 0.1);
    color: #fff !important;
}

.sf-mh-social-ring:hover {
    background: var(--brand-gold) !important;
    color: var(--brand-dark-purple) !important;
}

.sf-mh-pay-pill {
    display: inline-flex;
    align-items: center;
    padding: 0.35rem 0.65rem;
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.1);
    color: #fff !important;
    border: 1px solid rgba(255, 255, 255, 0.18);
}

.sf-mh-footer-bottom {
    background: #2a0033 !important;
}

.sf-mh-footer-copy {
    color: rgba(255, 255, 255, 0.82) !important;
}

/* =============================================================================
   Storefront responsive pass — layout only (design tokens unchanged)
   Breakpoints: 1200 / 992 / 768 / 576 px
   ============================================================================= */

body.storefront-body {
    overflow-x: hidden;
}

.storefront-wrap,
.sf-main-inner {
    max-width: 100%;
}

.sf-product-img {
    width: 100%;
    max-width: 100%;
    display: block;
}

.sf-product-card .sf-product-title,
.sf-mh-product-title,
.sf-offers-title {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    word-break: break-word;
}

.sf-product-card .sf-product-title {
    min-height: 0;
}

.sf-mh-product-card .sf-mh-product-title {
    min-height: 0;
}

.sf-cart-drawer {
    width: min(420px, 100vw);
    max-width: 100vw;
    box-sizing: border-box;
}

.sf-cart-drawer-head,
.sf-cart-drawer-foot,
.sf-cart-drawer-body {
    max-width: 100%;
    box-sizing: border-box;
    min-width: 0;
}

.sf-pd-thumbs {
    -webkit-overflow-scrolling: touch;
    scrollbar-width: thin;
}

.sf-pd-page .sf-pd-tabs {
    flex-wrap: wrap;
}

.sf-main-nav-links {
    min-width: 0;
}

/* Bootstrap: .collapse:not(.show) can hide panels even with .d-lg-block — force open at lg+ */
@media (min-width: 992px) {
    #sfShopFilterPanel.collapse,
    #sfOffersFilterPanel.collapse {
        display: block !important;
        height: auto !important;
        visibility: visible !important;
    }
}

.sf-mh-pay-badges .sf-mh-pay-pill {
    max-width: 100%;
}

@media (max-width: 1199.98px) {
    .sf-mh-hero-caption {
        max-width: min(520px, 92vw);
    }

    .sf-mh-hero-caption .h3 {
        font-size: clamp(1.1rem, 2.8vw, 1.5rem);
    }

    .sf-nav-pill {
        font-size: 0.82rem;
        padding: 0.28rem 0.55rem;
    }
}

@media (max-width: 991.98px) {
    .sf-mh-header-util .dropdown .btn {
        max-width: 100%;
    }

    .sf-mh-header-phone span {
        max-width: 11rem;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .sf-mh-side-card {
        min-height: 150px;
    }

    .sf-shop-controls-form .form-select,
    .sf-shop-controls-form .sf-shop-select {
        min-width: 0;
        flex: 1 1 auto;
    }
}

@media (max-width: 767.98px) {
    .sf-mh-hero-media {
        height: clamp(200px, 56vw, 400px);
    }

    .sf-mh-side-stack {
        min-height: 0;
    }

    .sf-mh-side-card {
        min-height: 0;
        flex: 0 0 auto;
        aspect-ratio: 16 / 10;
        max-height: 260px;
    }

    .sf-mh-side-media img,
    .sf-mh-side-media video,
    .sf-mh-side-media iframe {
        object-fit: cover;
        object-position: center;
    }

    .sf-mh-cat-inner {
        padding-left: 0.5rem !important;
        padding-right: 0.5rem !important;
    }

    .sf-mh-product-img {
        height: clamp(160px, 42vw, 220px);
    }

    .sf-product-img {
        height: clamp(160px, 44vw, 220px);
    }

    .sf-offers-product-img {
        width: 100%;
        max-width: 100%;
    }

    .sf-pd-gallery-wrap {
        padding-left: 0;
        border-left: none;
    }

    .sf-pd-thumb-btn {
        width: 64px;
        height: 64px;
    }
}

@media (max-width: 575.98px) {
    .storefront-wrap .sf-store-max {
        padding-left: max(var(--sf-page-gutter), env(safe-area-inset-left, 0px));
        padding-right: max(var(--sf-page-gutter), env(safe-area-inset-right, 0px));
    }

    .sf-mh-header-phone span {
        max-width: 8.5rem;
    }

    .sf-mh-hero-caption {
        padding: 0.65rem 0.75rem !important;
    }

    .sf-mh-hero-caption .h3 {
        font-size: 1.05rem;
    }

    .sf-mh-hero-caption p {
        font-size: 0.85rem;
        margin-bottom: 0.5rem !important;
    }

    .sf-add-cart,
    .sf-mh-order-btn {
        font-size: 0.8rem;
        padding-left: 0.5rem;
        padding-right: 0.5rem;
    }

    .sf-offers-actions {
        flex-wrap: wrap;
    }

    .sf-offers-buy-btn {
        min-width: 0;
    }
}
