:root {
    --jb-maroon: #95572f;
    --jb-maroon-dark: #491217;
    --jb-maroon-light: #f8d7da;
    --jb-crimson: #c5283d;
    --jb-dark: #1a1a1a;
    --jb-light: #fcfcfc;
    --jb-font-display: "Fraunces", Georgia, "Times New Roman", serif;
    --jb-font-body: "Plus Jakarta Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
}

body {
    background-color: var(--jb-light);
    color: var(--jb-dark);
    font-family: var(--jb-font-body);
    overflow-x: hidden;
}

h1, h2, h3, h4, h5, h6 {
    font-family: var(--jb-font-display);
}

.logo-wrap {
    perspective: 500px;
}

/* Core Web Vitals Content Visibility Optimization */
.content-lazy {
    content-visibility: auto;
    contain-intrinsic-size: 0 500px;
}

/* ===== Section Header (Homepage) ===== */
.section-header .section-title {
    font-family: var(--jb-font-display);
    font-weight: 600;
    font-size: clamp(1.45rem, 3vw, 2.1rem);
    letter-spacing: -0.01em;
    line-height: 1.2;
}

.section-divider {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 130px;
}
.section-divider::before,
.section-divider::after {
    content: "";
    height: 2px;
    width: 50px;
    background: linear-gradient(90deg, transparent, rgba(167, 109, 80, 0.45));
    border-radius: 2px;
}
.section-divider::after {
    background: linear-gradient(270deg, transparent, rgba(167, 109, 80, 0.45));
}
.section-divider i {
    width: 8px;
    height: 8px;
    margin: 0 10px;
    display: inline-block;
    background: var(--jb-maroon);
    transform: rotate(45deg);
}

.view-all-btn {
    border-width: 2px;
    padding: 0.65rem 2rem;
    letter-spacing: 0.03em;
    border-radius: 999px;
    box-shadow: 0 4px 14px rgba(167, 109, 80, 0.18);
    transition: all 0.25s ease;
}
.view-all-btn i {
    transition: transform 0.25s ease;
}
.view-all-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 24px rgba(167, 109, 80, 0.28);
}
.view-all-btn:hover i {
    transform: translateX(4px);
}

/* Global Theme Overrides */
.text-maroon {
    color: var(--jb-maroon) !important;
}
.bg-maroon {
    background-color: var(--jb-maroon) !important;
    color: white !important;
}
.bg-maroon-dark {
    background-color: var(--jb-maroon-dark) !important;
}
.text-white-75 {
    color: rgba(255, 255, 255, 0.78) !important;
}
.text-crimson {
    color: var(--jb-crimson) !important;
}
.hover\:text-white:hover,
.hover\:text-white:focus {
    color: #fff !important;
}

/* Footer */
footer a {
    transition: color 0.18s ease, opacity 0.18s ease;
}
footer a:hover,
footer a:focus {
    color: #fff !important;
}
footer ul li {
    display: flex;
    align-items: flex-start;
    gap: 0.4rem;
}
footer ul li i {
    margin-top: 0.15rem;
}
footer .contact-icon {
    width: 18px;
    text-align: center;
    flex-shrink: 0;
}
.btn-maroon {
    background-color: var(--jb-maroon);
    color: white;
    border: none;
    border-radius: 999px;
    padding: 0.6rem 1rem;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    font-weight: 700;
    box-shadow: 0 14px 40px rgba(167, 109, 80, 0.18);
    transition:
        transform 0.2s ease,
        box-shadow 0.2s ease,
        background-color 0.2s ease;
}
.btn-maroon:hover,
.btn-maroon:focus {
    background-color: var(--jb-maroon-dark);
    color: white;
    transform: translateY(-1px);
    box-shadow: 0 16px 45px rgba(167, 109, 80, 0.22);
}
.btn-crimson {
    background-color: var(--jb-crimson);
    color: white;
    border: none;
    border-radius: 999px;
    padding: 0.7rem 1rem;
}
.btn-crimson:hover,
.btn-crimson:focus {
    background-color: var(--jb-maroon-dark);
    color: white;
}
.btn-outline-secondary {
    color: var(--jb-maroon-dark);
    background: rgba(167, 109, 80, 0.07);
    border-color: rgba(167, 109, 80, 0.2);
    border-radius: 999px;
    padding: 0.65rem 0.95rem;
    transition:
        background-color 0.2s ease,
        color 0.2s ease,
        border-color 0.2s ease;
}
.btn-outline-secondary:hover,
.btn-outline-secondary:focus {
    background-color: var(--jb-maroon);
    color: white !important;
    border-color: var(--jb-maroon);
}
.btn-outline-secondary.btn-sm,
.btn-maroon.btn-sm {
    padding: 0.5rem 0.85rem;
}
.btn-outline-secondary:active,
.btn-maroon:active {
    transform: translateY(0);
}

.btn-outline-maroon {
    color: var(--jb-maroon);
    background: transparent;
    border: 2px solid var(--jb-maroon);
    border-radius: 999px;
    padding: 0.5rem 1rem;
    transition: all 0.2s ease;
}
.btn-outline-maroon:hover,
.btn-outline-maroon:focus {
    background-color: var(--jb-maroon);
    color: white;
    box-shadow: 0 14px 40px rgba(167, 109, 80, 0.18);
}

.product-card {
    position: relative;
    background: #fff;
    border: 1px solid #f0ecea;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 2px 10px rgba(90, 50, 40, 0.04);
    transition:
        transform 0.3s cubic-bezier(0.22, 1, 0.36, 1),
        box-shadow 0.3s ease,
        border-color 0.3s ease;
    display: flex;
    flex-direction: column;
    height: 100%;
}
.product-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 18px 40px rgba(90, 50, 40, 0.12);
    border-color: rgba(167, 109, 80, 0.3);
}

/* ===== Product Image ===== */
.product-card .product-image {
    position: relative;
    display: block;
    aspect-ratio: 1 / 1;
    overflow: hidden;
    background: #f6f2ef;
}
.product-card .product-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.55s cubic-bezier(0.22, 1, 0.36, 1);
    will-change: transform;
}
.product-card:hover .product-image img {
    transform: scale(1.08);
}
.product-card .product-image::after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 1;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 55%, rgba(60, 30, 25, 0.35) 100%);
    opacity: 0;
    transition: opacity 0.3s ease;
    pointer-events: none;
}
.product-card:hover .product-image::after {
    opacity: 1;
}

/* ===== Discount Badge (top-right pill) ===== */
.product-card .badge-discount {
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 3;
    border-radius: 999px;
    padding: 0.3rem 0.65rem;
    font-size: 0.62rem;
    font-weight: 800;
    letter-spacing: 0.03em;
    color: #fff;
    background: linear-gradient(135deg, var(--jb-crimson), #a1162c);
    box-shadow: 0 4px 12px rgba(197, 40, 61, 0.4);
}

/* ===== Badge (top-left pill) ===== */
.product-card .badge {
    position: absolute;
    top: 10px;
    left: 10px;
    z-index: 3;
    border-radius: 999px;
    padding: 0.3rem 0.7rem;
    font-size: 0.6rem;
    letter-spacing: 0.08em;
    font-weight: 800;
    text-transform: uppercase;
    background: linear-gradient(135deg, var(--jb-maroon), var(--jb-maroon-dark));
    color: #fff;
    box-shadow: 0 4px 12px rgba(167, 109, 80, 0.4);
}
.product-card .badge.bg-maroon {
    background: linear-gradient(135deg, var(--jb-maroon), var(--jb-maroon-dark)) !important;
}
.product-card .badge.bg-dark {
    background: rgba(30, 20, 18, 0.88) !important;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.25);
}

/* ===== Card Body ===== */
.product-card .product-body {
    padding: 0.75rem 0.9rem 0.9rem;
    display: flex;
    flex-direction: column;
    flex: 1;
    gap: 0.15rem;
}

/* ===== Price (first) ===== */
.product-card .product-price-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.5rem;
}
.product-card .product-price {
    font-size: 1rem;
    font-weight: 800;
    color: var(--jb-maroon-dark);
    letter-spacing: -0.01em;
}
.product-card .product-original {
    font-size: 0.72rem;
    color: #c0b7b2;
    font-weight: 500;
    text-decoration: line-through;
}

/* ===== Category (second) ===== */
.product-card .product-category {
    font-size: 0.6rem;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: #b39a92;
    font-weight: 700;
    margin: 0;
}

/* ===== Title (third) ===== */
.product-card .product-title {
    font-size: 0.86rem;
    font-weight: 600;
    color: #2a1f1c;
    line-height: 1.35;
    margin: 0;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    transition: color 0.2s ease;
}
.product-card:hover .product-title {
    color: var(--jb-maroon);
}

/* ===== Rating (right of price) ===== */
.product-card .product-rating {
    display: flex;
    align-items: center;
    gap: 0.3rem;
    flex-shrink: 0;
}
.product-card .product-rating .stars {
    color: #eda23a;
    font-size: 0.66rem;
    letter-spacing: 0.06em;
    text-shadow: 0 1px 2px rgba(237, 162, 58, 0.25);
}
.product-card .product-rating .count {
    font-size: 0.64rem;
    color: #bbb2ad;
    font-weight: 600;
}

/* ===== Mobile ===== */
@media (max-width: 767px) {
    .product-card .product-body {
        padding: 0.6rem 0.7rem 0.75rem;
    }
    .product-card .product-title {
        font-size: 0.8rem;
    }
    .product-card .product-price {
        font-size: 0.86rem;
    }
    .product-card .product-original {
        font-size: 0.66rem;
    }
    .product-card .product-rating .stars {
        font-size: 0.58rem;
    }
}
.filter-pill {
    padding: 0.35rem 0.9rem;
    font-size: clamp(0.7rem, 1.2vw, 0.82rem);
    white-space: nowrap;
    letter-spacing: 0.04em;
    border-radius: 999px;
    font-weight: 700;
    transition: all 0.2s ease;
}
.filter-row {
    flex-wrap: wrap;
    gap: 0.4rem;
}
.filter-row::-webkit-scrollbar {
    display: none;
}
@media (max-width: 767px) {
    .filter-row {
        flex-wrap: nowrap;
        -webkit-overflow-scrolling: touch;
        scrollbar-width: none;
        gap: 0.35rem;
    }
    .filter-pill {
        padding: 0.3rem 0.7rem;
        font-size: 0.72rem;
    }
}
/* Product Grid */
.row.g-2 > [class*="col-"] {
    display: flex;
}
.row.g-2 > [class*="col-"] > .card {
    width: 100%;
}

/* Swiper Controls overrides */
.swiper-pagination-bullet-active {
    background: var(--jb-maroon) !important;
}

/* ===== Hero Carousel ===== */
.heroSwiper {
    height: clamp(540px, 92vh, 820px);
    min-height: 540px;
    background: var(--jb-dark);
}
.heroSwiper .swiper-slide {
    background: var(--jb-dark);
}
.hero-slide-bg {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: scale(1.05);
    transition: transform 8s cubic-bezier(0.22, 1, 0.36, 1);
    will-change: transform;
}
.heroSwiper .swiper-slide-active .hero-slide-bg {
    transform: scale(1);
}
.hero-slide-overlay {
    position: absolute;
    inset: 0;
    background:
        linear-gradient(90deg,
            rgba(12, 10, 10, 1) 0%,
            rgba(12, 10, 10, var(--ov2, 0.4)) 45%,
            rgba(12, 10, 10, var(--ov3, 0.1)) 100%),
        linear-gradient(0deg,
            rgba(12, 10, 10, var(--ov4, 0.3)) 0%,
            transparent 45%);
}
.hero-content {
    padding-top: 1.5rem;
}
.hero-kicker {
    font-family: var(--jb-font-display);
    font-style: italic;
    font-weight: 500;
    font-size: clamp(1.05rem, 1.9vw, 1.35rem);
    opacity: 0.95;
    text-shadow: 0 1px 14px rgba(0, 0, 0, 0.35);
    margin-bottom: 0.75rem;
}
.hero-title {
    font-family: var(--jb-font-display);
    font-weight: 600;
    font-size: clamp(2.2rem, 6vw, 4.4rem);
    line-height: 1.08;
    letter-spacing: -0.015em;
    max-width: 760px;
    text-shadow: 0 2px 30px rgba(0, 0, 0, 0.3);
}
.hero-description {
    font-size: clamp(0.98rem, 1.4vw, 1.18rem);
    line-height: 1.7;
    max-width: 560px;
    opacity: 0.9;
    font-weight: 400;
    text-shadow: 0 1px 14px rgba(0, 0, 0, 0.35);
}
.heroSwiper .hero-cta .btn {
    padding: 0.8rem 1.9rem;
    font-size: 1rem;
    text-transform: none;
    letter-spacing: 0;
    border-radius: 999px;
}
.heroSwiper .hero-cta .btn-maroon {
    box-shadow: 0 14px 40px rgba(149, 87, 47, 0.35);
}
.heroSwiper .hero-cta .btn-outline-light {
    border-width: 2px;
}
.heroSwiper .hero-cta .btn-outline-light:hover {
    background-color: rgba(255, 255, 255, 0.12);
}

/* Staggered entrance for active slide */
.heroSwiper .hero-kicker,
.heroSwiper .hero-title,
.heroSwiper .hero-description,
.heroSwiper .hero-cta {
    opacity: 0;
    transform: translateY(28px);
    transition:
        opacity 0.8s cubic-bezier(0.22, 1, 0.36, 1),
        transform 0.8s cubic-bezier(0.22, 1, 0.36, 1);
}
.heroSwiper .swiper-slide-active .hero-kicker {
    opacity: 1;
    transform: translateY(0);
    transition-delay: 0.15s;
}
.heroSwiper .swiper-slide-active .hero-title {
    opacity: 1;
    transform: translateY(0);
    transition-delay: 0.3s;
}
.heroSwiper .swiper-slide-active .hero-description {
    opacity: 1;
    transform: translateY(0);
    transition-delay: 0.45s;
}
.heroSwiper .swiper-slide-active .hero-cta {
    opacity: 1;
    transform: translateY(0);
    transition-delay: 0.6s;
}

/* Hero pagination */
.heroSwiper .swiper-pagination {
    bottom: 22px;
}
.heroSwiper .swiper-pagination-bullet {
    width: 26px;
    height: 4px;
    border-radius: 4px;
    background: rgba(255, 255, 255, 0.45);
    opacity: 1;
    transition: all 0.3s ease;
}
.heroSwiper .swiper-pagination-bullet-active {
    width: 46px;
    background: var(--jb-maroon) !important;
}

/* Hero navigation arrows */
.heroSwiper .swiper-button-prev,
.heroSwiper .swiper-button-next {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.12);
    border: 1px solid rgba(255, 255, 255, 0.28);
    backdrop-filter: blur(6px);
    color: #fff;
    transition:
        background-color 0.3s ease,
        border-color 0.3s ease,
        transform 0.3s ease;
}
.heroSwiper .swiper-button-prev:hover,
.heroSwiper .swiper-button-next:hover {
    background: var(--jb-maroon);
    border-color: var(--jb-maroon);
    transform: scale(1.06);
}
.heroSwiper .swiper-button-prev::after,
.heroSwiper .swiper-button-next::after {
    font-size: 16px;
    font-weight: 800;
}

@media (max-width: 767px) {
    .heroSwiper {
        height: 86vh;
        min-height: 520px;
    }
    .heroSwiper .swiper-button-prev,
    .heroSwiper .swiper-button-next {
        display: none;
    }
    .hero-title {
        font-size: clamp(1.9rem, 8vw, 2.6rem);
    }
}
@media (max-width: 380px) {
    .heroSwiper {
        height: 90vh;
        min-height: 540px;
    }
}

/* Mega Menu Custom Styling */
.mega-menu {
    position: absolute;
    width: 100%;
    left: 0;
    top: 100%;
    background: white;
    z-index: 1000;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    display: none;
    border-top: 1px solid #eee;
}
.nav-item-mega:hover .mega-menu {
    display: block;
}

/* Search Overlay Configuration */
#search-overlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.7);
    backdrop-filter: blur(4px);
    z-index: 2000;
    display: none;
}

/* ===== Live Search Suggestions ===== */
.jb-search-wrap {
    position: relative;
}
.jb-search-suggestions {
    position: absolute;
    top: calc(100% + 10px);
    left: 0;
    right: 0;
    background: #fff;
    border: 1px solid #f0e7dc;
    border-radius: 16px;
    box-shadow: 0 24px 60px rgba(0, 0, 0, 0.18);
    max-height: 420px;
    overflow-y: auto;
    z-index: 2100;
    display: none;
}
.jb-search-suggestions.open {
    display: block;
}
.jb-search-suggestion {
    display: flex;
    gap: 12px;
    align-items: center;
    padding: 10px 14px;
    text-decoration: none;
    color: inherit;
    border-bottom: 1px solid #f7f1ea;
    transition: background 0.15s ease;
}
.jb-search-suggestion:last-child {
    border-bottom: 0;
}
.jb-search-suggestion:hover,
.jb-search-suggestion.active {
    background: #faf5ef;
}
.jb-search-suggestion img {
    width: 52px;
    height: 52px;
    object-fit: cover;
    border-radius: 12px;
    flex-shrink: 0;
    background: #f5efe7;
}
.jb-search-suggestion .jb-ss-body {
    min-width: 0;
    flex: 1;
}
.jb-search-suggestion .jb-ss-title {
    font-size: 14px;
    font-weight: 700;
    color: #2b2320;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.jb-search-suggestion .jb-ss-cat {
    font-size: 10px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    color: #a9957f;
    margin-top: 2px;
}
.jb-search-suggestion .jb-ss-right {
    text-align: right;
    flex-shrink: 0;
}
.jb-search-suggestion .jb-ss-price {
    font-size: 13px;
    font-weight: 800;
    color: var(--jb-maroon);
    white-space: nowrap;
}
.jb-search-suggestion .jb-ss-original {
    font-size: 11px;
    color: #b8a894;
    text-decoration: line-through;
    margin-left: 6px;
}
.jb-search-suggestion .jb-ss-sale {
    display: inline-block;
    background: var(--jb-maroon);
    color: #fff;
    font-size: 10px;
    font-weight: 800;
    padding: 1px 7px;
    border-radius: 999px;
    margin-left: 6px;
}
.jb-search-msg,
.jb-search-loading {
    padding: 20px 16px;
    text-align: center;
    color: #a9957f;
    font-size: 13px;
}
.jb-search-footer {
    padding: 11px 14px;
    text-align: center;
    border-top: 1px solid #f7f1ea;
}
.jb-search-footer a {
    font-weight: 700;
    color: var(--jb-maroon);
    text-decoration: none;
    font-size: 13px;
}
.jb-search-footer a:hover {
    text-decoration: underline;
}
.jb-search-popular {
    padding: 14px;
}
.jb-search-popular-title {
    font-size: 11px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.07em;
    color: #a9957f;
    margin-bottom: 10px;
}
.jb-search-chips {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}
.jb-search-chip {
    border: 1px solid #eadfd4;
    background: #fdfaf7;
    color: #6b5a4b;
    font-size: 12px;
    font-weight: 600;
    padding: 6px 14px;
    border-radius: 999px;
    cursor: pointer;
    transition: all 0.15s ease;
}
.jb-search-chip:hover {
    background: var(--jb-maroon);
    border-color: var(--jb-maroon);
    color: #fff;
}

/* App-Like Mobile Bottom Navigation styling */
.mobile-bottom-nav {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    height: 65px;
    background: white;
    border-top: 1px solid #eee;
    z-index: 1030;
    box-shadow: 0 -4px 10px rgba(0, 0, 0, 0.05);
}
.mobile-bottom-nav a,
.mobile-bottom-nav button {
    min-width: 48px;
    min-height: 44px;
}

/* Sticky Add To Bag Toast */
#sticky-cart-toast {
    position: fixed;
    top: 14px;
    bottom: auto;
    right: 14px;
    left: auto;
    max-width: 320px;
    width: auto;
    background: #ffffff;
    border: 1px solid #f0e9e4;
    border-radius: 10px;
    padding: 8px 10px 10px;
    z-index: 2050;
    box-shadow: 0 18px 40px rgba(30, 15, 8, 0.16), 0 2px 8px rgba(30, 15, 8, 0.08);
    display: flex;
    align-items: center;
    gap: 8px;
    transform: translateY(-24px) scale(0.97);
    opacity: 0;
    pointer-events: none;
    transition: all 0.35s cubic-bezier(0.22, 1, 0.36, 1);
    overflow: hidden;
}
#sticky-cart-toast.show {
    transform: translateY(0) scale(1);
    opacity: 1;
    pointer-events: auto;
}
#sticky-cart-toast .toast-icon {
    width: 28px;
    height: 28px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.75rem;
    flex-shrink: 0;
}
#sticky-cart-toast .toast-icon-success {
    background: rgba(25, 135, 84, 0.12);
    color: #198754;
}
#sticky-cart-toast .toast-icon-error {
    background: rgba(220, 53, 69, 0.12);
    color: #dc3545;
}
#sticky-cart-toast .toast-body {
    flex: 1;
    min-width: 0;
}
#sticky-cart-toast .toast-status {
    font-size: 9px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    color: #6c757d;
    margin: 0 0 1px;
}
#sticky-cart-toast .toast-title {
    font-size: 12px;
    font-weight: 700;
    color: #212529;
    margin: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
#sticky-cart-toast .toast-view-cart {
    flex-shrink: 0;
    border: none;
    background: var(--jb-maroon-light);
    color: var(--jb-maroon-dark);
    font-size: 11px;
    font-weight: 700;
    padding: 5px 10px;
    border-radius: 999px;
    cursor: pointer;
    white-space: nowrap;
    transition: background 0.2s ease, color 0.2s ease;
}
#sticky-cart-toast .toast-view-cart:hover {
    background: var(--jb-maroon);
    color: #fff;
}
#sticky-cart-toast .toast-progress {
    position: absolute;
    left: 0;
    bottom: 0;
    height: 2px;
    width: 100%;
    background: var(--jb-maroon);
    border-radius: 0 3px 3px 0;
}
#sticky-cart-toast .toast-close {
    display: flex;
    flex-shrink: 0;
    width: 22px;
    height: 22px;
    border: none;
    background: rgba(0, 0, 0, 0.05);
    color: #6c757d;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    font-size: 0.65rem;
    line-height: 1;
    transition: all 0.2s ease;
}
#sticky-cart-toast .toast-close:hover {
    background: rgba(220, 53, 69, 0.12);
    color: #dc3545;
}
#sticky-cart-toast.toast-error .toast-progress {
    background: #ef4444;
}
#sticky-cart-toast.toast-error {
    border-color: #fee2e2;
    background: #fffbfb;
    box-shadow: 0 18px 40px rgba(185, 28, 28, 0.16), 0 2px 8px rgba(185, 28, 28, 0.08);
}
#sticky-cart-toast.toast-error .toast-title {
    white-space: normal;
    overflow: visible;
    text-overflow: clip;
    line-height: 1.35;
}
#sticky-cart-toast.toast-error .toast-status {
    color: #b91c1c;
}
@keyframes toast-shake {
    0%, 100% {
        transform: translateY(0) scale(1);
    }
    20% {
        transform: translateY(0) scale(1) translateX(-6px);
    }
    40% {
        transform: translateY(0) scale(1) translateX(6px);
    }
    60% {
        transform: translateY(0) scale(1) translateX(-4px);
    }
    80% {
        transform: translateY(0) scale(1) translateX(4px);
    }
}
#sticky-cart-toast.shake {
    animation: toast-shake 0.45s ease;
}

.cart-item {
    background: #fff;
    border: 1px solid #eee;
    border-radius: 14px;
    padding: 12px;
    box-shadow: 0 2px 10px rgba(90, 50, 40, 0.05);
    transition: box-shadow 0.2s ease;
}
.cart-item:hover {
    box-shadow: 0 8px 20px rgba(90, 50, 40, 0.1);
}
.cart-item-thumb img {
    width: 68px;
    height: 68px;
    object-fit: cover;
    border-radius: 10px;
    background: #f6f2ef;
    border: 1px solid #f0e9e4;
}
.cart-item-name {
    font-size: 0.82rem;
    font-weight: 700;
    color: #212529;
    line-height: 1.3;
    margin: 0 0 4px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.cart-item-variant {
    display: inline-block;
    font-size: 0.7rem;
    font-weight: 700;
    color: var(--jb-maroon-dark);
    background: var(--jb-maroon-light);
    padding: 2px 9px;
    border-radius: 999px;
    margin-bottom: 7px;
}
.cart-item-meta {
    display: flex;
    align-items: baseline;
    gap: 10px;
    flex-wrap: wrap;
}
.cart-item-unit {
    font-size: 0.78rem;
    font-weight: 700;
    color: var(--jb-maroon);
}
.cart-item-qty {
    font-size: 0.72rem;
    font-weight: 600;
    color: #6c757d;
}
.cart-item-total {
    font-size: 0.82rem;
    font-weight: 800;
    color: var(--jb-maroon-dark);
    white-space: nowrap;
}
.cart-item-remove {
    width: 26px;
    height: 26px;
    border: none;
    background: rgba(0, 0, 0, 0.04);
    color: #6c757d;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.78rem;
    cursor: pointer;
    transition: all 0.2s ease;
    line-height: 1;
}
.cart-item-remove:hover {
    background: rgba(220, 53, 69, 0.1);
    color: #dc3545;
}

@media (max-width: 575px) {
    #menu-offcanvas {
        width: 280px !important;
    }
}
.featured-swiper {
    width: 100%;
    overflow: hidden;
}
.featured-swiper .swiper-slide {
    height: auto;
}
.featured-swiper .swiper-slide .product-card {
    height: 100%;
}
.newsletter-input::placeholder {
    color: rgba(255, 255, 255, 0.5) !important;
}
@media (min-width: 992px) {
    #sticky-cart-toast {
        top: 14px;
        right: 14px;
        left: auto;
        bottom: auto;
        width: auto;
    }
    body {
        padding-bottom: 0px !important;
    }
}

/* ===== Gallery ===== */
.gallery-item {
    position: relative;
    display: block;
    border-radius: 14px;
    overflow: hidden;
    cursor: pointer;
    background: #f6f2ef;
    border: none;
    padding: 0;
    box-shadow: 0 2px 10px rgba(90, 50, 40, 0.05);
    transition:
        transform 0.3s cubic-bezier(0.22, 1, 0.36, 1),
        box-shadow 0.3s ease;
}
.gallery-item:hover {
    transform: translateY(-4px);
    box-shadow: 0 14px 30px rgba(90, 50, 40, 0.14);
}
.gallery-thumb {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.55s cubic-bezier(0.22, 1, 0.36, 1);
}
.gallery-item:hover .gallery-thumb {
    transform: scale(1.08);
}
.gallery-overlay {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(49, 24, 18, 0.45);
    color: #fff;
    font-size: 1.4rem;
    opacity: 0;
    transition: opacity 0.25s ease;
    backdrop-filter: blur(2px);
}
.gallery-item:hover .gallery-overlay {
    opacity: 1;
}

/* ===== Gallery Lightbox ===== */
.gallery-lightbox {
    position: fixed;
    inset: 0;
    z-index: 2100;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 24px;
}
.gallery-lightbox-backdrop {
    position: absolute;
    inset: 0;
    background: rgba(20, 10, 8, 0.88);
    backdrop-filter: blur(6px);
    animation: gallery-fade 0.25s ease;
}
.gallery-lightbox-content {
    position: relative;
    z-index: 1;
    max-width: 92vw;
    max-height: 90vh;
    animation: gallery-zoom 0.3s cubic-bezier(0.22, 1, 0.36, 1);
}
.gallery-lightbox-figure {
    margin: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
}
.gallery-lightbox-figure img {
    max-width: 92vw;
    max-height: 80vh;
    width: auto;
    height: auto;
    object-fit: contain;
    border-radius: 12px;
    box-shadow: 0 30px 80px rgba(0, 0, 0, 0.5);
    background: #fff;
}
.gallery-lightbox-figure figcaption {
    color: rgba(255, 255, 255, 0.85);
    font-size: 0.8rem;
    letter-spacing: 0.08em;
    font-weight: 600;
}
.gallery-lightbox-close {
    position: absolute;
    top: -48px;
    right: 0;
    width: 40px;
    height: 40px;
    border: none;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.12);
    color: #fff;
    font-size: 1.05rem;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: background 0.2s ease, transform 0.2s ease;
}
.gallery-lightbox-close:hover {
    background: rgba(255, 255, 255, 0.25);
    transform: scale(1.08);
}
.gallery-lightbox-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 46px;
    height: 46px;
    border: none;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.12);
    color: #fff;
    font-size: 1.1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 2;
    transition: background 0.2s ease, transform 0.2s ease;
}
.gallery-lightbox-nav:hover {
    background: var(--jb-maroon);
    transform: translateY(-50%) scale(1.08);
}
.gallery-lightbox-nav.prev {
    left: -60px;
}
.gallery-lightbox-nav.next {
    right: -60px;
}

@keyframes gallery-fade {
    from { opacity: 0; }
    to { opacity: 1; }
}
@keyframes gallery-zoom {
    from { opacity: 0; transform: scale(0.92); }
    to { opacity: 1; transform: scale(1); }
}

@media (max-width: 767px) {
    .gallery-lightbox-nav.prev {
        left: 8px;
    }
    .gallery-lightbox-nav.next {
        right: 8px;
    }
    .gallery-lightbox-close {
        top: -46px;
    }
}

/* ===== Shop Page ===== */
.shop-sort-select {
    background-color: #fff;
    border: 1px solid #efe9e5;
    color: var(--jb-maroon-dark);
    font-size: 0.8rem;
    font-weight: 600;
    padding: 0.45rem 0.9rem;
}
.shop-sort-select:focus {
    border-color: var(--jb-maroon);
    box-shadow: 0 0 0 0.2rem rgba(167, 109, 80, 0.12);
}

/* Sidebar */
.shop-filters {
    background: #fff;
    border: 1px solid #f0eae6;
    border-radius: 16px;
    padding: 0.25rem 1rem 1.25rem;
    box-shadow: 0 2px 12px rgba(90, 50, 40, 0.05);
}
.shop-filter-group {
    border-bottom: 1px solid #f4efec;
}
.shop-filter-group:last-child {
    border-bottom: none;
}
.shop-filter-details {
    padding: 0.4rem 0;
}
.shop-filter-details summary {
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0.7rem 0;
    cursor: pointer;
    font-size: 0.78rem;
    font-weight: 800;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: var(--jb-maroon-dark);
    user-select: none;
}
.shop-filter-details summary::-webkit-details-marker {
    display: none;
}
.shop-filter-details summary i {
    font-size: 0.7rem;
    color: #b8a69e;
    transition: transform 0.25s ease;
}
.shop-filter-details[open] summary i {
    transform: rotate(180deg);
}
.shop-filter-body {
    padding: 0.25rem 0 0.8rem;
    display: flex;
    flex-direction: column;
    gap: 0.35rem;
}

.shop-search-input {
    background: #faf7f5;
    border: 1px solid #efe9e5;
    border-radius: 10px;
    font-size: 0.82rem;
    padding: 0.55rem 0.9rem 0.55rem 2.3rem;
}
.shop-search-input:focus {
    background: #fff;
    border-color: var(--jb-maroon);
    box-shadow: 0 0 0 0.2rem rgba(167, 109, 80, 0.12);
}
.shop-search-icon {
    position: absolute;
    left: 0.9rem;
    top: 50%;
    transform: translateY(-50%);
    color: #b8a69e;
    font-size: 0.8rem;
    pointer-events: none;
}

/* Price min/max inputs */
.shop-price-input {
    border: 1px solid #eeddd3;
    border-radius: 10px;
    background: #fff;
    font-size: 0.8rem;
    color: var(--jb-maroon-dark);
}
.shop-price-input::placeholder {
    color: #b9a294;
    font-size: 0.75rem;
}
.shop-price-input:focus {
    border-color: var(--jb-maroon);
    box-shadow: 0 0 0 0.2rem rgba(167, 109, 80, 0.15);
}

.shop-reset-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.35rem;
    width: 100%;
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    color: #8a766c;
    background: #faf7f5;
    border: 1px solid #e8e0db;
    border-radius: 999px;
    padding: 0.35rem 0.9rem;
    text-decoration: none;
    transition: all 0.2s ease;
}
.shop-reset-btn:hover {
    color: var(--jb-crimson);
    background: #faf4f0;
    border-color: #eeddd3;
}

.shop-filter-option {
    display: flex;
    align-items: center;
    gap: 0.6rem;
    font-size: 0.84rem;
    color: #4a3a33;
    padding: 0.35rem 0.55rem;
    border-radius: 9px;
    cursor: pointer;
    transition: background 0.15s ease, color 0.15s ease;
}
.shop-filter-option:hover {
    background: #faf6f3;
    color: var(--jb-maroon-dark);
}

/* Category tree */
.shop-cat-list {
    display: flex;
    flex-direction: column;
    gap: 0.1rem;
}
.shop-cat-group {
    display: flex;
    flex-direction: column;
}
.shop-cat-row {
    display: flex;
    align-items: center;
    gap: 0.15rem;
}
.shop-cat-label {
    display: flex;
    align-items: center;
    gap: 0.55rem;
    flex: 1;
    min-width: 0;
    padding: 0.42rem 0.55rem;
    border-radius: 10px;
    cursor: pointer;
    transition: background 0.15s ease;
}
.shop-cat-label:hover {
    background: #faf6f3;
}
.shop-cat-label:has(.shop-cat-radio:checked),
.shop-cat-label.is-active {
    background: #faf4f0;
    box-shadow: inset 0 0 0 1px #eeddd3;
}
.shop-cat-radio {
    appearance: none;
    width: 16px;
    height: 16px;
    flex-shrink: 0;
    border: 1.5px solid #d8cbc3;
    border-radius: 50%;
    position: relative;
    cursor: pointer;
    transition: all 0.15s ease;
}
.shop-cat-radio:checked {
    border-color: var(--jb-maroon);
    border-width: 4.5px;
}
.shop-cat-name {
    flex: 1;
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 0.84rem;
    font-weight: 600;
    color: #4a3a33;
}
.shop-cat-label:has(.shop-cat-radio:checked) .shop-cat-name,
.shop-cat-label.is-active .shop-cat-name {
    color: var(--jb-maroon-dark);
    font-weight: 800;
}
.shop-cat-leaf .shop-cat-name {
    font-weight: 500;
    color: #6b5a52;
}
.shop-cat-count {
    flex-shrink: 0;
    font-size: 0.66rem;
    font-weight: 700;
    color: #b8a69e;
    background: #f4efec;
    padding: 0.05rem 0.5rem;
    border-radius: 999px;
}
.shop-cat-toggle {
    border: none;
    background: transparent;
    color: #b8a69e;
    font-size: 0.6rem;
    padding: 0.45rem 0.5rem;
    cursor: pointer;
    border-radius: 8px;
    transition: color 0.15s ease, background 0.15s ease, transform 0.2s ease;
    flex-shrink: 0;
}
.shop-cat-toggle:hover {
    color: var(--jb-maroon);
    background: #faf6f3;
}
.shop-cat-toggle[aria-expanded="true"] {
    transform: rotate(90deg);
}
.shop-cat-children {
    display: grid;
    grid-template-rows: 0fr;
    margin: 0 0 0.2rem 1.05rem;
    padding-left: 0.9rem;
    border-left: 1px dashed #e5d9d2;
    opacity: 0;
    transition: grid-template-rows 0.28s ease, opacity 0.28s ease, margin 0.28s ease;
}
.shop-cat-children.open {
    grid-template-rows: 1fr;
    margin: 0.1rem 0 0.35rem 1.05rem;
    opacity: 1;
}
.shop-cat-children-inner {
    min-height: 0;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    gap: 0.05rem;
}
.shop-cat-children .shop-cat-label {
    padding-top: 0.38rem;
    padding-bottom: 0.38rem;
}

.shop-tag-pill input {
    display: none;
}
.shop-tag-pill span {
    display: inline-block;
    font-size: 0.72rem;
    font-weight: 600;
    color: #6b5a52;
    border: 1px solid #e8e0db;
    border-radius: 999px;
    padding: 0.3rem 0.75rem;
    cursor: pointer;
    transition: all 0.15s ease;
}
.shop-tag-pill input:checked + span {
    background: var(--jb-maroon);
    border-color: var(--jb-maroon);
    color: #fff;
    box-shadow: 0 3px 8px rgba(167, 109, 80, 0.3);
}

/* Active filter chips */
.shop-chip {
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
    font-size: 0.76rem;
    font-weight: 600;
    color: #5a463c;
    background: #fff;
    border: 1px solid #eadfd8;
    border-radius: 999px;
    padding: 0.28rem 0.35rem 0.28rem 0.85rem;
    box-shadow: 0 1px 3px rgba(90, 50, 40, 0.06);
    transition: box-shadow 0.2s ease, border-color 0.2s ease;
}
.shop-chip:hover {
    border-color: #e0cfc4;
    box-shadow: 0 3px 10px rgba(90, 50, 40, 0.1);
}
.shop-chip-label {
    font-size: 0.6rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: var(--jb-crimson);
    opacity: 0.85;
}
.shop-chip-value {
    font-weight: 700;
    color: var(--jb-maroon-dark);
    white-space: nowrap;
}
.shop-chip-remove {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 19px;
    height: 19px;
    flex-shrink: 0;
    border: none;
    border-radius: 50%;
    background: #f1e7e1;
    color: #a28d81;
    font-size: 0.62rem;
    line-height: 1;
    cursor: pointer;
    transition: background 0.18s ease, color 0.18s ease, transform 0.18s ease;
}
.shop-chip-remove:hover {
    background: var(--jb-crimson);
    color: #fff;
    transform: rotate(90deg);
}
.shop-clear-all {
    margin-left: auto;
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    font-size: 0.7rem;
    font-weight: 800;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: var(--jb-maroon);
    text-decoration: none;
    padding: 0.32rem 0.75rem;
    border: 1px solid transparent;
    border-radius: 999px;
    transition: all 0.2s ease;
}
.shop-clear-all:hover {
    color: var(--jb-crimson);
    background: #faf4f0;
    border-color: #eeddd3;
}

/* Load more */
.shop-load-more-btn {
    border-width: 2px;
    letter-spacing: 0.04em;
    box-shadow: 0 4px 14px rgba(167, 109, 80, 0.15);
    transition: all 0.25s ease;
}
.shop-load-more-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 24px rgba(167, 109, 80, 0.28);
}

/* Grid transition */
#shop-results {
    position: relative;
    min-height: 120px;
}
#shop-results.is-loading::after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 5;
    background: rgba(255, 255, 255, 0.6);
    border-radius: 16px;
}
.shop-grid-row .col {
    animation: shop-card-in 0.4s ease both;
}
@keyframes shop-card-in {
    from { opacity: 0; transform: translateY(12px); }
    to { opacity: 1; transform: translateY(0); }
}

/* Offcanvas (custom bootstrap.min.css is missing these rules) */
.offcanvas.show:not(.hiding),
.offcanvas.showing {
    visibility: visible !important;
}
.offcanvas.hiding {
    visibility: hidden !important;
}
.offcanvas-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1040;
    width: 100vw;
    height: 100vh;
    background-color: #000;
}
.offcanvas-backdrop.fade {
    opacity: 0;
    transition: opacity 0.15s linear;
}
.offcanvas-backdrop.show {
    opacity: 0.5;
}

/* ============================================================
   Product Card Hover Actions + Quick View Modal
   (NEW ADDITION - remove this block to revert to old design)
   ============================================================ */

.product-card .product-media {
    position: relative;
}

/* ===== Hover action bar (bottom of image) ===== */
.product-card .product-actions {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 5;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    gap: 6px;
    padding: 10px;
    background: linear-gradient(180deg, rgba(60, 30, 25, 0) 0%, rgba(60, 30, 25, 0.78) 100%);
    opacity: 0;
    visibility: hidden;
    transform: translateY(14px);
    transition:
        opacity 0.3s ease,
        transform 0.3s cubic-bezier(0.22, 1, 0.36, 1),
        visibility 0.3s;
}
@media (min-width: 1200px) {
    .product-card .product-actions {
        flex-direction: row;
    }
}
.product-card .product-action {
    flex: 1;
    border: none;
    border-radius: 999px;
    padding: 9px 6px;
    font-size: 0.7rem;
    font-weight: 800;
    letter-spacing: 0.01em;
    line-height: 1;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    cursor: pointer;
    color: #fff;
    white-space: nowrap;
    background: rgba(255, 255, 255, 0.18);
    backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur(4px);
    transition: all 0.2s ease;
}
.product-card .product-action i {
    font-size: 0.78rem;
}
.product-card .product-action-add {
    background: var(--jb-maroon);
}
.product-card .product-action-add:hover {
    background: var(--jb-maroon-dark);
}
.product-card .product-action-view {
    background: rgba(255, 255, 255, 0.22);
}
.product-card .product-action-view:hover {
    background: rgba(255, 255, 255, 0.38);
}
.product-card .product-action-buy {
    background: var(--jb-crimson);
}
.product-card .product-action-buy:hover {
    background: #a1162c;
}

/* Desktop: reveal on hover (hover-capable devices only) */
@media (hover: hover) {
    .product-card:hover .product-actions {
        opacity: 1;
        visibility: visible;
        transform: translateY(0);
    }
}

/* Touch / mobile: reveal when toggled by tapping the image */
.product-card.is-actions-open .product-actions {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

/* ===== Quick View Modal ===== */
.qv-modal {
    border: none;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 30px 80px rgba(30, 20, 18, 0.35);
}
.qv-close {
    position: absolute;
    top: 14px;
    right: 14px;
    z-index: 5;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.92);
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.12);
}
.qv-body {
    padding: 0;
}
.qv-body .col-md-6 {
    display: flex;
}
.qv-image-wrap {
    flex: 1;
    min-height: 300px;
    background: #f6f2ef;
}
.qv-image-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
.qv-info {
    flex: 1;
    padding: 1.75rem 1.5rem 1.5rem;
    display: flex;
    flex-direction: column;
    gap: 0.6rem;
    height: 100%;
}
.qv-category {
    font-size: 0.62rem;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: #b39a92;
    font-weight: 800;
    margin: 0;
}
.qv-title {
    font-size: 1.15rem;
    font-weight: 800;
    color: #2a1f1c;
    line-height: 1.3;
    margin: 0;
}
.qv-rating {
    display: flex;
    align-items: center;
    gap: 0.4rem;
}
.qv-stars {
    color: #eda23a;
    font-size: 0.8rem;
    letter-spacing: 0.05em;
    text-shadow: 0 1px 2px rgba(237, 162, 58, 0.25);
}
.qv-count {
    font-size: 0.72rem;
    color: #bbb2ad;
    font-weight: 600;
}
.qv-price-row {
    display: flex;
    align-items: baseline;
    gap: 0.6rem;
    margin-bottom: 0.15rem;
}
.qv-price {
    font-size: 1.4rem;
    font-weight: 900;
    color: var(--jb-maroon-dark);
}
.qv-original {
    font-size: 0.85rem;
    color: #c0b7b2;
    font-weight: 500;
    text-decoration: line-through;
}
.qv-option-group {
    margin-top: 0.35rem;
}
.qv-label {
    display: block;
    font-size: 0.66rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: #6b7280;
    margin-bottom: 0.4rem;
}
.qv-color-swatch {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    border: 2px solid transparent;
    cursor: pointer;
    transition: transform 0.15s ease, border-color 0.15s ease;
}
.qv-color-swatch:hover {
    transform: scale(1.1);
}
.qv-size-btn {
    min-width: 44px;
    padding: 0.45rem 0.6rem;
    font-size: 0.75rem;
    font-weight: 700;
    border-radius: 10px;
    border: 1.5px solid #e5e7eb;
    background: #fff;
    color: #374151;
    cursor: pointer;
    transition: all 0.15s ease;
}
.qv-size-btn:hover {
    border-color: var(--jb-maroon);
    color: var(--jb-maroon);
}
.qv-size-btn.is-active {
    background: var(--jb-maroon);
    border-color: var(--jb-maroon);
    color: #fff;
}
.qv-size-btn.is-disabled {
    opacity: 0.35;
    cursor: not-allowed;
    text-decoration: line-through;
}
.qv-qty-btn {
    width: 34px;
    height: 34px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    border: 1px solid rgba(167, 109, 80, 0.25);
    background: #fff;
    color: var(--jb-maroon-dark);
    font-weight: 700;
    cursor: pointer;
    transition: all 0.15s ease;
}
.qv-qty-btn:hover {
    background: var(--jb-maroon-light);
    border-color: var(--jb-maroon);
}
.qv-qty-display {
    min-width: 34px;
    text-align: center;
    font-weight: 800;
}
.qv-stock {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    align-self: flex-start;
    padding: 6px 12px;
    border-radius: 999px;
    font-size: 0.68rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    border: 1px solid transparent;
}
.qv-stock-in {
    color: #15803d;
    background: #f0fdf4;
    border-color: #bbf7d0;
}
.qv-stock-out {
    color: #b91c1c;
    background: #fef2f2;
    border-color: #fecaca;
}
.qv-stock-select {
    color: #6b7280;
    background: #f9fafb;
    border-color: #e5e7eb;
}
.qv-btn {
    border-radius: 999px;
}
.qv-full-link {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    font-size: 0.78rem;
    font-weight: 700;
    color: var(--jb-maroon);
    text-decoration: none;
    margin-top: auto;
}
.qv-full-link:hover {
    text-decoration: underline;
}

@media (max-width: 767px) {
    .product-card .product-actions {
        gap: 5px;
        padding: 8px;
    }
    .product-card .product-action {
        font-size: 0.66rem;
        gap: 5px;
        padding: 9px 6px;
    }
    .qv-image-wrap {
        min-height: 220px;
    }
    .qv-info {
        padding: 1.25rem 1rem 1.25rem;
    }
}
