.brand-card-figma,
.pill-item,
.subcategory-card {
    cursor: pointer
}

.product-info h4,
.spotlight-info .product-name,
.spotlight-info h4 {
    text-overflow: ellipsis;
    white-space: nowrap
}

.site-footer .contact-info li a,
.site-footer .contact-info li span {
    font-size: 14px !important;
    font-weight: 400 !important;
    color: #555 !important;
    font-family: Inter, sans-serif !important
}

.header-logo a,
.nav-item-figma,
.shop-now-link,
.view-all-link {
    text-decoration: none
}

:root {
    --primary: #440C2C;
    --accent: #440C2C;
    --white: #ffffff;
    --off-white: #f5f5f6;
    --gray-light: #f5f5f5;
    --gray-mid: #eaeaec;
    --gray-dark: #282c3f;
    --text-muted: #696b79;
    --shadow-sm: 0 2px 8px rgba(0, 0, 0, 0.06);
    --shadow-md: 0 10px 30px rgba(0, 0, 0, 0.1);
    --transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    --radius: 12px;
    --figma-pink: #ff3f6c;
    --figma-orange: #ff8e53;
    --figma-red: #ff4d4d;
    --trending-bg: #f8f8f8;
    --spotlight-orange: #ff6b35;
    --brand-bg-1: #ffebf0;
    --brand-bg-2: #fff0e6;
    --brand-bg-3: #ffe8f0;
    --brand-bg-4: #f8e8ff;
    --brand-bg-5: #e6f3ff;
    --brand-bg-6: #e6ffe6;
    --safe-area-inset-top: env(safe-area-inset-top, 0px);
    --safe-area-inset-bottom: env(safe-area-inset-bottom, 0px);
    --status-bar-height: 24px
}

.site-header {
    position: sticky;
    padding-top: max(12px, var(--safe-area-inset-top))
}

.header-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
    padding: 8px 0;
    width: 100%
}

.mobile-bottom-nav {
    right: 0;
    height: calc(65px + var(--safe-area-inset-bottom));
    display: flex !important;
    justify-content: space-around;
    align-items: center;
    padding-bottom: var(--safe-area-inset-bottom);
    padding-left: env(safe-area-inset-left, 0);
    padding-right: env(safe-area-inset-right, 0)
}

.nav-item-figma {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 2px;
    flex: 1;
    min-height: 48px;
    padding: 4px 0
}

.page-content {
    padding-bottom: calc(65px + var(--safe-area-inset-bottom));
    min-height: 100vh
}

@media (max-width:375px) {
    .mobile-bottom-nav {
        height: calc(58px + var(--safe-area-inset-bottom))
    }

    .page-content {
        padding-bottom: calc(58px + var(--safe-area-inset-bottom))
    }

    .nav-item-figma span {
        font-size: 10px
    }

    .nav-icon-box {
        width: 22px;
        height: 22px
    }
}

@media (min-width:390px) and (max-width:428px) {
    .mobile-bottom-nav {
        height: calc(70px + var(--safe-area-inset-bottom))
    }

    .page-content {
        padding-bottom: calc(70px + var(--safe-area-inset-bottom))
    }
}

@supports (padding:max(0px)) {
    .site-header {
        padding-left: max(12px, env(safe-area-inset-left));
        padding-right: max(12px, env(safe-area-inset-right))
    }

    .mobile-bottom-nav {
        padding-left: max(0px, env(safe-area-inset-left));
        padding-right: max(0px, env(safe-area-inset-right))
    }
}

@media (display-mode:standalone) {
    .site-header {
        padding-top: max(12px, var(--status-bar-height))
    }
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    outline: 0
}

body {
    font-family: Inter, sans-serif;
    color: #000;
    background-color: var(--white);
    line-height: 1.4;
    -webkit-tap-highlight-color: transparent;
    overflow-x: hidden
}

.container {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 16px
}

.profile-page .container {
    padding: 20px
}

.site-header .container {
    padding: 0 12px !important;
    width: 100% !important;
    max-width: 100% !important;
}

@media (max-width: 768px) {
    .site-header .container {
        padding: 0 8px !important;
    }
}

@media (max-width: 480px) {
    .site-header .container {
        padding: 0 6px !important;
    }
}

.section-header.centered {
    text-align: left;
    margin-top: 10px
}

.section-title {
    color: var(--primary);
    text-transform: none;
    letter-spacing: -.5px
}

.shop-now-btn,
.shop-now-link,
.trending-main {
    text-transform: uppercase
}

.section-title,
.style-spotlight-section .section-title {
    letter-spacing: -.3px;
    color: #000 !important
}

.site-header {
    position: sticky;
    background: var(--white);
    padding: 12px 0
}

.mobile-search-figma {
    flex: 1;
    position: relative;
    display: flex;
    align-items: center;
    height: 45px
}

.card-price,
.header-icon-btn,
.header-icons-figma {
    align-items: center;
    display: flex
}

.mobile-search-figma input {
    width: 100%;
    padding: 10px 0;
    border: none;
    background: 0 0;
    font-size: 14px;
    color: #666
}

.search-icon-figma {
    margin-right: 8px;
    color: #999;
    font-size: 16px
}

.header-icons-figma {
    gap: 16px
}

.hero-section {
    position: relative;
    width: 100%;
    overflow: hidden
}

.hero-slider {
    height: 400px
}

.slide {
    inset: 0;
    opacity: 0;
    transition: opacity .6s ease-in-out;
    align-items: center;
    justify-content: center
}

.slide-img-figma {
    position: absolute;
    top: 0;
    left: 0;
    object-fit: cover;
    z-index: 1
}

.slide-content-figma {
    width: 100%;
    text-align: left
}

.slide-content-figma h1 {
    font-weight: 800;
    color: #fff;
    line-height: 1.1;
    letter-spacing: -1px
}

.slide-content-figma p {
    color: rgba(255, 255, 255, .9);
    font-weight: 400
}

.shop-now-btn {
    font-weight: 600;
    box-shadow: 0 5px 15px rgba(0, 0, 0, .2)
}

.slider-dots {
    display: flex;
    justify-content: center
}

.categories-pills-section {
    padding: 20px 0;
    background: #fff
}

.categories-pills-section .section-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
    flex-wrap: wrap
}

.categories-pills-section .section-title {
    font-size: 22px;
    font-weight: 700;
    color: #440c2c;
    margin: 0;
    font-family: 'Playfair Display', serif
}

.gift-icon {
    width: 40px;
    height: 40px;
    background: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 2px 8px rgba(0, 0, 0, .08);
    border: 1px solid #f0e8e0
}

.gift-icon svg {
    width: 22px;
    height: 22px
}

.categories-pills {
    display: flex;
    gap: 20px;
    overflow-x: auto;
    padding: 10px 0;
    scrollbar-width: none;
    -webkit-overflow-scrolling: touch
}

.categories-pills::-webkit-scrollbar {
    display: none
}

.pill-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    min-width: 85px
}

.pill-img-wrap {
    width: 85px;
    height: 85px;
    border-radius: 12px;
    overflow: hidden;
    background: #fff;
    border: 1px solid #f0e8e0;
    transition: .3s
}

.all-categories-pill img,
.circular-img-wrap img,
.landscape-dual-img img,
.pill-img-wrap img,
.product-image-wrapper img,
.reel-video,
.spotlight-img-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.spotlight-grid,
.trending-slider {
    -webkit-overflow-scrolling: touch
}

.pill-img-wrap:hover {
    transform: translateY(-5px);
    border-color: #c6a43f;
    box-shadow: 0 8px 20px rgba(68, 12, 44, .1)
}

.pill-item span {
    font-size: 12px;
    font-weight: 500;
    color: #1a1a1a;
    text-align: center
}

.pill-item:hover span {
    color: #c6a43f
}

.all-categories-pill {
    background: linear-gradient(145deg, #440c2c, #6b1a45);
    border-color: #440c2c
}

.all-categories-pill img {
    border-radius: 12px
}

.p-img-figma img,
.site-logo,
.spring-bloom-banner img {
    object-fit: contain
}
/* ========================================
   LOGO SIZE FIX
   ======================================== */

/* Desktop Logo */
.site-logo,
#site-logo,
.web-header .logo img,
.header-logo img {
    height: 48px !important;
    width: auto !important;
    max-width: 180px !important;
    object-fit: contain !important;
}

/* Mobile Logo */
.mobile-header .site-logo,
.header-container .site-logo,
.logo-search-container .site-logo {
    height: 40px !important;
    width: auto !important;
    max-width: 140px !important;
    object-fit: contain !important;
}

/* Header Logo Link */
.logo img,
.header-logo a img,
a.logo img {
    height: 48px !important;
    width: auto !important;
    max-width: 180px !important;
    object-fit: contain !important;
}

/* ===== RESPONSIVE ===== */
@media (max-width: 768px) {
    .site-logo,
    #site-logo,
    .web-header .logo img,
    .header-logo img {
        height: 36px !important;
        max-width: 140px !important;
    }
}

@media (max-width: 480px) {
    .site-logo,
    #site-logo,
    .web-header .logo img,
    .header-logo img {
        height: 30px !important;
        max-width: 120px !important;
    }
}

@media (max-width:768px) {
    .categories-flex {
        flex-direction: column;
        gap: 25px
    }

    .wrapped-header {
        width: 100%
    }

    .categories-pills {
        width: 100%;
        justify-content: flex-start
    }

    .pill-img-wrap {
        width: 75px;
        height: 75px
    }

    .pill-item {
        min-width: 75px
    }
}

@media (min-width:1025px) {
    .categories-pills-section .section-title {
        font-size: 28px
    }

    .wrapped-title {
        font-size: 26px
    }

    .gift-icon {
        width: 65px;
        height: 65px
    }

    .gift-icon svg {
        width: 32px;
        height: 32px
    }

    .categories-pills {
        gap: 35px
    }

    .pill-img-wrap {
        width: 100px;
        height: 100px
    }

    .pill-item span {
        font-size: 13px
    }
}

.trending-section {
    padding: 20px 16px;
    background: #fff !important;
    width: 100%
}

.section-header.centered,
.style-spotlight-section .section-header.centered {
    margin-bottom: 20px;
    padding-left: 0
}

.trending-slider-container {
    width: 100%;
    position: relative
}

.trending-slider {
    display: flex;
    gap: 16px;
    overflow-x: auto;
    scrollbar-width: none;
    scroll-behavior: smooth;
    padding-bottom: 8px;
    padding-right: 16px
}

.trending-slider::-webkit-scrollbar {
    display: none
}

.trending-card {
    flex: 0 0 auto;
    width: 300px;
    min-width: 300px;
    height: auto;
    min-height: 200px;  /* 130px se 200px karo */
    background: linear-gradient(135deg, #fff8f0, #fff) !important;
    border: 1px solid rgba(0, 0, 0, .08) !important;
    border-radius: 16px;
    padding: 24px 20px 24px 24px;  /* padding badhao */
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 15px;
    box-shadow: none !important;
    transition: .2s
}

.trending-card-content {
    flex: 1;
    min-width: 0
}

.trending-main {
    font-size: 20px;
    font-weight: 700;
    color: #000 !important;
    line-height: 1.3;
    margin-bottom: 4px;
    letter-spacing: -.2px;
    white-space: normal;
    word-wrap: break-word
}

.trending-sub {
    font-size: 13px;
    font-weight: 400;
    color: #666 !important;
    margin-bottom: 10px;
    line-height: 1.4;
    white-space: normal
}

.shop-now-link {
    font-size: 13px;
    font-weight: 600;
    color: var(--primary) !important;
    border-bottom: 1px solid var(--primary) !important;
    letter-spacing: .3px;
    padding-bottom: 2px;
    display: inline-block;
    background: 0 0 !important
}

.card-brand,
.marquee-content span {
    text-transform: uppercase;
    letter-spacing: .5px
}

.trending-img-wrap {
    width: 85px;
    height: 85px;
    min-width: 85px;
    background: #f8f8f8 !important;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 8px
}

.subcategory-image img,
.trending-img-wrap img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain
}

.trending-card:hover {
    border-color: #ccc !important
}

.trending-slider.scrolling .trending-card {
    border-width: 2px !important;
    animation: 1s infinite pulse
}

.trending-slider.scrolling .trending-card:first-child,
.trending-slider.scrolling .trending-card:nth-child(4) {
    border-color: #ff3f6c !important
}

.trending-slider.scrolling .trending-card:nth-child(2),
.trending-slider.scrolling .trending-card:nth-child(5) {
    border-color: red !important
}

.trending-slider.scrolling .trending-card:nth-child(3),
.trending-slider.scrolling .trending-card:nth-child(6) {
    border-color: #06f !important
}

@keyframes pulse {

    0%,
    100% {
        border-color: #ff3f6c
    }
}

.spotlight-grid {
    display: flex !important;
    overflow-x: auto !important;
    overflow-y: hidden;
    scrollbar-width: thin
}

.spotlight-grid::-webkit-scrollbar-thumb {
    background: var(--accent)
}

#style-spotlight-grid {
    width: 100%;
    overflow-x: auto
}

.style-spotlight-section {
    overflow: hidden
}

.style-spotlight-section .section-title {
    font-size: 24px;
    font-weight: 700;
    margin: 0
}

.spotlight-grid {
    display: flex;
    gap: 16px;
    scrollbar-width: thin;
    padding-bottom: 8px;
    -webkit-overflow-scrolling: touch
}

.spotlight-grid::-webkit-scrollbar {
    height: 4px
}

.spotlight-grid::-webkit-scrollbar-track {
    background: #f0f0f0;
    border-radius: 10px
}

.spotlight-grid::-webkit-scrollbar-thumb {
    background: #c6a43f;
    border-radius: 10px
}

.spotlight-card {
    flex: 0 0 auto;
    width: 160px
}

.spotlight-item {
    flex: 0 0 auto;
    width: 160px;
    display: flex;
    flex-direction: column;
    gap: 6px;
    background: #fff;
    border-radius: 12px;
    overflow: hidden
}

.spotlight-img-wrap {
    position: relative;
    width: 100%;
    aspect-ratio: 1/1;
    border-radius: 12px;
    overflow: hidden;
    background: #f8f8f8;
    border: 1px solid #f0f0f0
}

.spotlight-rating {
    position: absolute;
    bottom: 6px;
    left: 6px;
    background: rgba(255, 255, 255, .95);
    padding: 3px 6px;
    border-radius: 16px;
    font-size: 11px;
    font-weight: 600;
    color: #000;
    display: flex;
    align-items: center;
    gap: 2px;
    border: 1px solid #f0f0f0
}

.spotlight-rating::before {
    content: "★";
    color: var(--accent);
    font-size: 11px;
    margin-right: 2px
}

.spotlight-info h4 {
    font-size: 13px;
    font-weight: 700;
    color: #000;
    margin-bottom: 2px;
    overflow: hidden
}

.spotlight-info .product-name {
    font-size: 12px;
    font-weight: 400;
    color: #666;
    margin-bottom: 4px;
    overflow: hidden
}

.spotlight-price {
    display: flex;
    align-items: center;
    gap: 6px;
    flex-wrap: wrap
}

.brands-grid-figma,
.product-grid-figma {
    grid-template-columns: repeat(2, 1fr);
    gap: 15px
}

.circular-item p,
.spotlight-price .current {
    font-size: 14px;
    font-weight: 700;
    color: #000
}

.spotlight-price .old {
    font-size: 11px;
    color: #999;
    text-decoration: line-through
}

.spring-bloom-banner {
    max-width: 100%;
    border: 1.5px solid var(--accent);
    box-shadow: 0 4px 12px rgba(136, 46, 92, .1)
}

.spring-bloom-banner h3 {
    font-size: 24px;
    font-weight: 700
}

.flat-offer-text {
    font-size: 32px;
    font-weight: 800;
    margin-bottom: 15px
}

.code-btn-figma {
    background: var(--accent);
    color: var(--primary);
    background: #fff;
    color: #ff3f6c;
    font-size: 14px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, .1)
}

.brands-marquee {
    background: #fff8f0;
    border-top: 1px solid rgba(255, 63, 108, .3);
    border-bottom: 1px solid rgba(255, 63, 108, .3);
    padding: 12px 0;
    overflow: hidden;
    margin: 30px 0;
    white-space: nowrap
}

.marquee-content {
    display: inline-block;
    animation: 25s linear infinite marquee
}

.marquee-content span {
    font-size: 14px;
    font-weight: 600;
    color: var(--accent);
    padding: 0 25px
}

@keyframes marquee {
    0% {
        transform: translateX(0)
    }

    100% {
        transform: translateX(-50%)
    }
}

.brands-grid-figma {
    display: grid;
    margin: 25px 0
}

.brand-card-figma {
    border-radius: 16px;
    padding: 25px 15px;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: 140px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, .03);
    transition: transform .2s, box-shadow .2s
}

.brand-card-figma:hover {
    transform: translateY(-4px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, .1)
}

.brand-card-figma:first-child {
    background: #ffe8f0
}

.brand-card-figma:nth-child(2) {
    background: #fff0e0
}

.brand-card-figma:nth-child(3) {
    background: #f0e8ff
}

.brand-card-figma:nth-child(4) {
    background: #e0f0ff
}

.brand-card-figma:nth-child(5) {
    background: #e8fff0
}

.brand-card-figma:nth-child(6) {
    background: #fff0e8
}

.brand-card-figma h4 {
    font-size: 20px;
    font-weight: 800;
    color: var(--primary);
    margin-bottom: 8px;
    letter-spacing: -.3px
}

.brand-card-figma p {
    font-size: 13px;
    font-weight: 600;
    color: var(--accent)
}

.product-grid-figma {
    display: grid;
    margin: 20px 0
}

.product-card-figma {
    background: #fff;
    border-radius: 15px;
    overflow: hidden;
    border: 1px solid #f0f0f0;
    box-shadow: 0 5px 15px rgba(0, 0, 0, .02)
}

.p-img-figma {
    width: 100%;
    aspect-ratio: 1/1;
    background: #f8f8f8;
    position: relative;
    padding: 15px
}

.p-img-figma img {
    width: 100%;
    height: 100%
}

.p-rating-figma {
    position: absolute;
    top: 10px;
    left: 10px;
    background: rgba(255, 255, 255, .9);
    padding: 3px 8px;
    border-radius: 12px;
    font-size: 11px;
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 3px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, .05)
}

.p-info-figma {
    padding: 12px
}

.p-info-figma h4 {
    font-size: 14px;
    font-weight: 600;
    color: #333;
    margin-bottom: 5px
}

.p-price-figma {
    display: flex;
    align-items: center;
    gap: 8px
}

.p-price-figma .current,
.style-category-price .current {
    font-size: 16px;
    font-weight: 700;
    color: #000
}

.p-price-figma .old,
.product-price .old {
    font-size: 12px;
    color: #999;
    text-decoration: line-through
}

.circular-product-grid {
    display: flex;
    gap: 20px;
    overflow-x: auto;
    padding: 10px 5px 20px;
    scrollbar-width: none;
    -webkit-overflow-scrolling: touch
}

.circular-product-grid::-webkit-scrollbar {
    display: none
}

.circular-item {
    min-width: 110px;
    text-align: center
}

.circular-img-wrap {
    width: 110px;
    height: 110px;
    border-radius: 50%;
    overflow: hidden;
    background: #f8f8f8;
    margin-bottom: 10px;
    border: 3px solid #fff;
    box-shadow: 0 8px 20px rgba(0, 0, 0, .1)
}

.circular-item h4 {
    font-size: 13px;
    font-weight: 600;
    color: #333;
    margin-bottom: 3px
}

.home-upgrade-banner {
    padding: 30px 20px;
    text-align: left;
    color: #fff
}

.popup-empty,
.reel-info,
.subcategory-card,
.top-bar,
.trust-card-figma {
    text-align: center
}

.nav-item-figma.active,
.price-tag-figma {
    color: var(--primary)
}

.upgrade-content h3 {
    font-size: 28px;
    font-weight: 800;
    margin-bottom: 8px;
    letter-spacing: -.5px
}

.upgrade-content p {
    font-size: 14px;
    opacity: .9;
    margin-bottom: 20px
}

.price-tag-figma {
    background: var(--accent);
    backdrop-filter: blur(10px);
    font-size: 16px;
    border: 1px solid rgba(255, 255, 255, .3)
}

.trust-strip-figma {
    max-width: 1200px;
    display: flex;
    justify-content: space-between;
    gap: 30px
}

.trust-card-figma {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px
}

.trust-icon-circle {
    border-radius: 50%;
    background: #f8f8f8;
    display: flex;
    align-items: center;
    justify-content: center
}

.trust-icon-circle svg {
    stroke: var(--accent);
    stroke-width: 1.5;
    fill: none
}

.trust-card-figma h4 {
    font-weight: 700;
    color: #282c3f
}

.trust-card-figma p {
    color: #666
}

@media screen and (max-width:1024px) {
    .trust-strip-figma {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        gap: 16px;
        padding: 20px;
        margin: 20px 0
    }

    .trust-card-figma {
        flex: 1;
        min-width: calc(25% - 12px)
    }
}

@media screen and (max-width:768px) {
    .trust-strip-figma {
        flex-wrap: wrap;
        gap: 12px;
        padding: 16px
    }

    .trust-card-figma {
        flex: 1;
        min-width: calc(25% - 9px)
    }

    .trust-icon-circle {
        width: 50px;
        height: 50px
    }

    .trust-icon-circle svg {
        width: 24px;
        height: 24px
    }

    .trust-card-figma h4 {
        font-size: 12px
    }

    .trust-card-figma p {
        font-size: 10px
    }
}

@media screen and (max-width:480px) {
    .trust-strip-figma {
        flex-wrap: wrap;
        gap: 10px;
        padding: 12px
    }

    .trust-card-figma {
        flex: 1;
        min-width: calc(25% - 7.5px)
    }

    .trust-icon-circle {
        width: 45px;
        height: 45px
    }

    .trust-icon-circle svg {
        width: 22px;
        height: 22px
    }

    .trust-card-figma h4 {
        font-size: 11px
    }

    .trust-card-figma p {
        font-size: 9px
    }
}

.mobile-bottom-nav {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    height: calc(65px + var(--safe-area-inset-bottom));
    background: #fff;
    display: flex !important;
    justify-content: space-around;
    align-items: center;
    border-top: 1px solid #f0f0f0;
    z-index: 1000;
    padding-bottom: var(--safe-area-inset-bottom)
}

.nav-item-figma {
    display: flex;
    flex-direction: column;
    align-items: center;
    color: var(--accent)
}

.nav-icon-box {
    align-items: center;
    justify-content: center;
    font-size: 20px
}

@media (max-width:480px) {
    .trending-card {
        width: 280px;
        min-width: 280px;
        height: 160px;  /* height fix karo */
        padding: 18px 18px 18px 20px;
    }
    
    .trending-main {
        font-size: 18px;
    }
    
    .trending-sub {
        font-size: 13px;
        margin-bottom: 10px;
    }
    
    .trending-img-wrap {
        width: 85px;
        height: 85px;
        min-width: 85px;
        padding: 8px;
    }


    .shop-now-link {
        font-size: 12px
    }
}

@media (min-width:481px) and (max-width:768px) {
    .trending-card {
        width: 270px;
        min-width: 270px
    }

    .spotlight-grid {
        grid-template-columns: repeat(3, 1fr);
        gap: 16px
    }
}

@media (min-width:769px) {
    .spotlight-grid {
        grid-template-columns: repeat(4, 1fr);
        gap: 20px
    }

    .landscape-dual-card {
        width: 180px !important;
        min-width: 180px !important;
        max-width: 180px !important
    }
}
@media (max-width:480px) {
    .trending-card {
        width: 280px;
        min-width: 280px;
        min-height: 180px;  /* 120px se 180px karo */
        padding: 20px 16px 20px 20px;
    }
    
    .trending-main {
        font-size: 18px;
    }
    
    .trending-sub {
        font-size: 13px;
        margin-bottom: 10px;
    }
    
    .trending-img-wrap {
        width: 85px;
        height: 85px;
        min-width: 85px;
    }
}
@media (min-width:1400px) {
    .trending-card {
        width: 300px;
        min-width: 300px
    }

    .trending-main {
        font-size: 20px
    }

    .trending-img-wrap {
        width: 90px;
        height: 90px;
        min-width: 90px
    }
}

@media (min-width:768px) {
    .container {
        padding: 0 30px
    }

    .hero-slider {
        height: 500px
    }

    .brands-grid-figma,
    .footer-grid,
    .product-grid-figma {
        grid-template-columns: repeat(3, 1fr)
    }

    .mobile-bottom-nav {
        display: none !important
    }
}

@media (min-width:1024px) {
    .spotlight-grid {
        grid-template-columns: repeat(5, 1fr);
        gap: 24px
    }

    .hero-slider {
        height: 600px
    }

    .brands-grid-figma,
    .product-grid-figma {
        grid-template-columns: repeat(4, 1fr)
    }

    .footer-grid {
        grid-template-columns: repeat(5, 1fr)
    }
}

.site-footer {
    display: block
}

.category-popup-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .5);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 10000;
    opacity: 0;
    visibility: hidden;
    transition: .3s
}

.category-popup-overlay.active {
    opacity: 1;
    visibility: visible
}

.category-popup-content {
    background: #fff;
    width: 90%;
    max-width: 400px;
    border-radius: 20px;
    transform: scale(.9);
    transition: transform .3s;
    max-height: 80vh;
    display: flex;
    flex-direction: column
}

.category-popup-overlay.active .category-popup-content {
    transform: scale(1)
}

.category-popup-header {
    padding: 20px;
    border-bottom: 1px solid #f0f0f0;
    display: flex;
    justify-content: space-between;
    align-items: center
}

.category-popup-header h2,
.section-title {
    font-size: 20px;
    font-weight: 700;
    margin: 0
}

.category-popup-close {
    font-size: 28px;
    cursor: pointer;
    color: #999
}

.category-popup-body {
    padding: 16px;
    overflow-y: auto;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 16px
}

.subcategory-image {
    width: 100%;
    aspect-ratio: 1/1;
    background: #f8f8f8;
    border-radius: 12px;
    padding: 16px;
    margin-bottom: 8px;
    display: flex;
    align-items: center;
    justify-content: center
}

.subcategory-name {
    font-size: 13px;
    font-weight: 500;
    color: #333
}

.popup-empty {
    grid-column: 1/-1;
    padding: 40px;
    color: #999;
    font-size: 15px
}

.header-logo {
    flex-shrink: 0
}

.header-logo a {
    display: block
}

.mobile-search-figma {
    flex: 1;
    display: flex;
    align-items: center;
    background: #f5f5f6;
    border-radius: 20px;
    padding: 8px 12px;
    min-width: 0
}

.header-icons-figma {
    display: flex;
    gap: 8px;
    flex-shrink: 0
}

@media (max-width:480px) {
    .header-container {
        gap: 8px
    }

    .site-logo {
        height: 35px;
        max-width: 100px
    }

    .mobile-search-figma {
        padding: 6px 10px
    }
}

.header-logo {
    flex-shrink: 0;
    display: flex;
    align-items: center
}

.search-wrapper {
    display: flex;
    align-items: center;
    flex: 1;
    gap: 8px
}

.landscape-dual-left,
.search-wrapper input {
    flex: 1
}

.search-wrapper input::placeholder {
    color: #999
}

.search-icon {
    background: 0 0
}

.header-icons {
    display: flex;
    gap: 12px;
    flex-shrink: 0
}

@media (max-width:768px) {
    .site-footer {
        display: none !important
    }

    .logo-search-container {
        padding: 4px 4px 4px 10px
    }

    .site-logo {
        height: 30px;
        max-width: 80px
    }

    .search-wrapper input {
        font-size: 13px
    }

    .search-icon {
        font-size: 16px;
        padding: 6px 10px
    }

    .header-icons {
        gap: 8px
    }

    .header-icon-btn {
        font-size: 18px
    }
}

@media (max-width:480px) {
    .logo-search-container {
        gap: 6px
    }

    .site-logo {
        height: 25px;
        max-width: 70px
    }

    .search-wrapper input {
        font-size: 12px
    }

    .search-icon {
        font-size: 14px;
        padding: 4px 8px
    }
}

.back-btn-header,
.header-icon-btn {
    width: 32px;
    height: 32px;
    display: flex;
    cursor: pointer
}

.back-btn-header {
    background: 0 0;
    border: none;
    font-size: 20px;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    color: #333;
    flex-shrink: 0;
    padding: 0;
    margin: 0
}

.back-btn-header:hover,
.suggestion-item:hover {
    background: #f5f5f5
}

.logo-search-container {
    flex: 1;
    display: flex;
    align-items: center;
    gap: 6px;
    background: #f5f5f6;
    border-radius: 30px;
    padding: 4px 8px;
    border: 1px solid #e0e0e0;
    min-width: 0
}

.header-logo {
    flex-shrink: 0;
    margin-right: 4px
}

.search-wrapper {
    display: flex;
    align-items: center;
    flex: 1;
    gap: 4px;
    min-width: 0
}

.search-wrapper input {
    flex: 1;
    border: none;
    background: 0 0;
    outline: 0;
    font-size: 13px;
    padding: 6px 0;
    min-width: 0;
    width: 100%
}

.search-icon {
    color: #666;
    font-size: 16px;
    padding: 6px 8px;
    border-left: 1px solid #e0e0e0;
    cursor: pointer;
    flex-shrink: 0
}

.header-icons {
    display: flex;
    gap: 6px;
    flex-shrink: 0
}

.header-icon-btn {
    background: 0 0;
    border: none;
    font-size: 18px;
    padding: 4px;
    color: #333;
    align-items: center;
    justify-content: center
}

.view-all-link {
    color: var(--primary);
    border: 1px solid var(--primary);
    font-size: 13px;
    font-weight: 600;
    padding: 4px 12px;
    border-radius: 20px;
    transition: .2s
}

.explore-btn:hover,
.view-all-link:hover {
    background: var(--primary);
    color: #fff
}

.horizontal-scroll {
    display: flex;
    overflow-x: auto;
    gap: 16px;
    padding: 8px 0 16px;
    scrollbar-width: thin;
    scrollbar-color: #ff3f6c #f0f0f0;
    -webkit-overflow-scrolling: touch
}

.horizontal-scroll::-webkit-scrollbar {
    height: 4px
}

.horizontal-scroll::-webkit-scrollbar-track {
    background: #f0f0f0;
    border-radius: 10px
}

.horizontal-scroll::-webkit-scrollbar-thumb {
    background: var(--accent);
    border-radius: 10px
}

.product-card-horizontal {
    min-width: 160px;
    max-width: 160px;
    background: #fff;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 2px 8px rgba(0, 0, 0, .05);
    transition: .2s;
    cursor: pointer;
    flex-shrink: 0
}

.product-card-horizontal:hover {
    transform: translateY(-4px);
    box-shadow: 0 4px 12px rgba(255, 63, 108, .15)
}

.product-image-wrapper {
    position: relative;
    width: 100%;
    aspect-ratio: 1/1;
    background: #f8f8f8
}

.product-rating {
    position: absolute;
    bottom: 8px;
    left: 8px;
    background: rgba(0, 0, 0, .7);
    color: #fff;
    font-size: 11px;
    padding: 2px 6px;
    border-radius: 12px;
    backdrop-filter: blur(2px)
}

.rating-badge,
.reel-control-btn,
.slider-dots {
    backdrop-filter: blur(4px)
}

.product-info {
    padding: 10px
}

.product-info h4 {
    font-size: 13px;
    font-weight: 600;
    color: #282c3f;
    margin-bottom: 4px;
    overflow: hidden
}

.product-price {
    display: flex;
    align-items: center;
    gap: 6px
}

.product-price .current {
    font-size: 14px;
    font-weight: 700;
    color: #282c3f
}

.section-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 15px
}

.view-all-link:hover {
    background: var(--accent);
    color: var(--primary)
}

.nav-item-figma,
.nav-item-figma span {
    font-size: 11px;
    font-weight: 500
}

.nav-item-figma {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 4px;
    color: #666;
    transition: color .2s
}

.nav-icon-box {
    width: 24px;
    height: 24px;
    align-items: center;
    justify-content: center
}

.nav-icon-box svg {
    width: 100%;
    height: 100%;
    stroke: currentColor;
    stroke-width: 2;
    fill: none
}

.nav-item-figma.active svg {
    stroke: var(--primary)
}

@media (max-width:480px) {
    .header-container {
        gap: 6px;
        padding: 6px 0
    }

    .back-btn-header {
        font-size: 18px;
        width: 28px;
        height: 28px
    }

    .site-logo {
        height: 25px;
        max-width: 70px
    }

    .logo-search-container {
        padding: 3px 3px 3px 8px
    }

    .search-wrapper input {
        font-size: 12px;
        padding: 4px 0
    }

    .search-icon {
        font-size: 14px;
        padding: 4px 6px
    }

    .header-icon-btn {
        font-size: 16px;
        width: 28px;
        height: 28px
    }

    .product-card-horizontal {
        min-width: 140px;
        max-width: 140px
    }

    .section-title {
        font-size: 18px
    }

    .nav-icon-box {
        width: 22px;
        height: 22px
    }

    .nav-item-figma span {
        font-size: 10px
    }
}

#app-loader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    align-items: center;
    justify-content: center;
    z-index: 999999;
    flex-direction: column;
    display: none !important
}

.loader-logo {
    width: 80px;
    margin-bottom: 20px
}

.spinner {
    width: 40px;
    height: 40px;
    border: 4px solid #eaeaec;
    border-top: 4px solid #ff3f6c;
    border-radius: 50%;
    animation: 1s linear infinite loader-spin
}

@keyframes loader-spin {
    0% {
        transform: rotate(0)
    }

    100% {
        transform: rotate(360deg)
    }
}

@media screen and (min-width:1025px) {
    .web-header {
        display: block !important;
        background: #fff;
        border-bottom: 1px solid #f0f0f0
    }

    .site-header .header-container {
        display: none !important
    }

    .top-bar {
        background: #ff3f6c;
        color: #fff;
        padding: 8px 0;
        text-align: center;
        font-size: 12px
    }

    .main-header {
        max-width: 1400px;
        margin: 0 auto;
        padding: 15px 40px;
        display: flex;
        align-items: center;
        justify-content: space-between
    }

    .logo-area {
        display: flex;
        align-items: center;
        gap: 45px
    }

    .logo {
        font-size: 22px;
        font-weight: 800;
        color: #000;
        text-decoration: none
    }

    .action-link,
    .nav-item {
        color: #333;
        text-decoration: none;
        font-size: 13px
    }

    .nav-menu {
        display: flex;
        gap: 32px
    }

    .nav-item {
        font-weight: 600;
        text-transform: uppercase
    }

    .search-area {
        flex: 1;
        max-width: 380px;
        margin: 0 15px;
    }

    .search-box {
    display: flex;
    align-items: center;
    background: #f5f5f6;
    border-radius: 30px;
    overflow: hidden;
    border: 1px solid #e0e0e0;
    padding-right: 4px;
}

.search-box input {
    flex: 1;
    padding: 8px 14px;
    border: none;
    background: 0 0;
    font-size: 13px;
    outline: none;
}

.search-box button {
    background: transparent;
    border: none;
    cursor: pointer;
    padding: 6px 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}

.search-box button svg {
    stroke: #666;
    width: 18px;
    height: 18px;
}

.search-box button:hover svg {
    stroke: #440C2C;
}

.search-box button:hover {
    background: rgba(68, 12, 44, 0.08);
}

    .header-actions {
        display: flex;
        gap: 24px
    }

    .trending-section {
        padding: 30px 0 !important;
        background: #fff !important
    }

    .trending-section .section-header.centered {
        margin-bottom: 25px !important;
        text-align: left !important
    }

    .trending-section .section-title {
        font-size: 28px !important;
        font-weight: 800 !important;
        color: #282c3f !important;
        margin-bottom: 0 !important
    }

    .trending-slider-container {
        width: 100% !important;
        overflow: visible !important
    }

    .trending-slider {
        display: grid !important;
        grid-template-columns: repeat(4, 1fr) !important;
        gap: 25px !important;
        overflow: visible !important;
        padding: 0 !important;
        scroll-behavior: auto !important
    }

    .trending-card {
        width: 100% !important;
        min-width: auto !important;
        margin: 0 !important;
        padding: 20px !important;
        border: 1px solid #eaeaea !important;
        border-radius: 16px !important;
        background: #fff !important;
        display: flex !important;
        align-items: center !important;
        justify-content: space-between !important;
        gap: 15px !important;
        transition: .3s !important
    }

    .trending-card:hover {
        transform: translateY(-5px) !important;
        box-shadow: 0 10px 25px rgba(0, 0, 0, .08) !important;
        border-color: #ff3f6c !important
    }

    .trending-card-content {
        flex: 1 !important
    }

    .trending-main {
        font-size: 18px !important;
        font-weight: 700 !important;
        color: #282c3f !important;
        margin-bottom: 6px !important;
        line-height: 1.3 !important
    }

    .trending-sub {
        font-size: 13px !important;
        color: #696b79 !important;
        margin-bottom: 12px !important;
        line-height: 1.4 !important
    }

    .shop-now-link {
        font-size: 12px !important;
        font-weight: 600 !important;
        color: #ff3f6c !important;
        text-decoration: none !important;
        border-bottom: 1px solid #ff3f6c !important;
        padding-bottom: 2px !important;
        display: inline-block !important;
        transition: .2s !important
    }

    .shop-now-link:hover {
        color: #e6355a !important;
        border-bottom-color: #e6355a !important
    }

    .trending-img-wrap {
        width: 85px !important;
        height: 85px !important;
        min-width: 85px !important;
        background: #f8f8f8 !important;
        border-radius: 12px !important;
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
        padding: 8px !important
    }

    .trending-img-wrap img {
        max-width: 100% !important;
        max-height: 100% !important;
        object-fit: contain !important
    }
}

@media screen and (min-width:768px) and (max-width:1024px) {
    .trending-slider {
        grid-template-columns: repeat(3, 1fr) !important;
        gap: 20px !important
    }
}

@media screen and (min-width:1025px) and (max-width:1200px) {
    .trending-slider {
        grid-template-columns: repeat(3, 1fr) !important
    }
}

@media screen and (min-width:1201px) {
    .trending-slider {
        grid-template-columns: repeat(4, 1fr) !important
    }
}

@media screen and (max-width:1024px) {
    .web-header {
        display: none !important
    }

    .site-header .header-container {
        display: flex !important
    }
}

@media screen and (min-width:1025px) {
    .web-header {
        display: block !important
    }

    .site-header .header-container {
        display: none !important
    }

    .mega-menu-col .view-all,
    .mega-menu-col h3 {
        text-transform: uppercase;
        display: inline-block
    }

    .nav-item {
        position: relative;
        cursor: pointer
    }

    .all-categories-menu,
    .mega-menu {
        position: absolute;
        top: 100%;
        left: 0;
        width: 100%;
        background: #fff;
        box-shadow: 0 10px 25px rgba(0, 0, 0, .1);
        z-index: 1000;
        display: none;
        border-top: 1px solid #f0f0f0;
        max-height: 500px;
        overflow-y: auto
    }

    .all-categories-menu.open,
    .mega-menu.open {
        display: block
    }

    .all-categories-container,
    .mega-menu-container {
        max-width: 1200px;
        margin: 0 auto;
        padding: 25px 30px;
        display: grid;
        grid-template-columns: repeat(5, 1fr);
        gap: 25px
    }

    .mega-menu-col h3 {
        font-size: 14px;
        font-weight: 700;
        color: #282c3f;
        margin-bottom: 15px;
        letter-spacing: .5px;
        border-bottom: 2px solid var(--accent);
        padding-bottom: 8px
    }

    .all-categories-col ul,
    .mega-menu-col ul {
        list-style: none;
        padding: 0;
        margin: 0
    }

    .all-categories-col li,
    .mega-menu-col li {
        margin-bottom: 10px
    }

    .all-categories-col a,
    .mega-menu-col a {
        text-decoration: none;
        color: #696b79;
        font-size: 13px;
        transition: .2s;
        display: inline-block
    }

    .all-categories-col a:hover,
    .mega-menu-col a:hover {
        color: #ff3f6c;
        transform: translateX(3px)
    }

    .mega-menu-col .view-all {
        color: #ff3f6c;
        font-weight: 600;
        margin-top: 12px;
        font-size: 12px
    }

    .all-categories-col h3 {
        font-size: 14px;
        font-weight: 700;
        color: #282c3f;
        margin-bottom: 15px;
        text-transform: uppercase;
        letter-spacing: .5px;
        border-bottom: 2px solid #ff3f6c;
        padding-bottom: 8px;
        display: inline-block
    }

    .all-categories-col .view-all {
        color: #ff3f6c;
        font-weight: 600;
        margin-top: 10px;
        font-size: 12px;
        text-transform: uppercase;
        display: inline-block
    }

    .categories-trigger {
        cursor: pointer;
        position: relative
    }

    .categories-trigger:hover {
        color: #ff3f6c
    }
}

.spotlight-img-wrap img,
.style-category-img img {
    transition: transform .3s
}

@media screen and (min-width:1025px) {
    .hero-slider {
        width: 100% !important;
        height: 280px !important;
        max-width: 1280px !important;
        margin: 0 auto !important;
        position: relative !important;
        border-radius: 16px !important;
        overflow: hidden !important;
        box-shadow: 0 4px 12px rgba(0, 0, 0, .05) !important
    }

    .slide-content-figma {
        position: absolute !important;
        bottom: 15% !important;
        left: 5% !important;
        transform: none !important;
        z-index: 10 !important;
        background: 0 0 !important;
        padding: 15px 25px !important;
        border-radius: 12px !important
    }

    .slide-content-figma h1 {
        font-size: 28px !important;
        font-weight: 800 !important;
        margin-bottom: 8px !important;
        text-shadow: 2px 2px 4px rgba(0, 0, 0, .3) !important
    }

    .slide-content-figma p {
        font-size: 13px !important;
        margin-bottom: 12px !important;
        text-shadow: 1px 1px 2px rgba(0, 0, 0, .3) !important
    }

    .shop-now-btn {
        background: #fff !important;
        color: #000 !important;
        padding: 6px 20px !important;
        border-radius: 30px !important;
        font-weight: 600 !important;
        font-size: 12px !important;
        border: none !important;
        cursor: pointer !important
    }

    .slider-dots {
        bottom: 20px !important
    }

    .home-upgrade-banner,
    .spring-bloom-banner {
        max-width: 1280px !important;
        margin: 30px auto !important;
        border-radius: 16px !important;
        overflow: hidden !important
    }

    .home-upgrade-banner img,
    .spring-bloom-banner img {
        width: 100% !important;
        height: auto !important;
        object-fit: cover !important
    }
}

@media screen and (min-width:1025px) and (max-width:1200px) {
    .hero-slider {
        height: 250px !important
    }

    .slide-content-figma h1 {
        font-size: 24px !important
    }
}

@media screen and (min-width:1025px) {

    .hero-section,
    .hero-slider,
    .slide-content-figma {
        background: 0 0 !important
    }

    .hero-section {
        min-height: auto !important;
        margin-top: 0 !important;
        margin-bottom: 30px !important;
        padding-top: 0 !important
    }

    .hero-slider {
        width: 100% !important;
        height: 280px !important;
        max-width: 1280px !important;
        margin: 0 auto !important;
        position: relative !important;
        border-radius: 16px !important;
        overflow: hidden !important
    }

    .slide-img-figma {
        width: 100% !important;
        height: 100% !important;
        object-fit: cover !important;
        object-position: center 20% !important
    }

    .slide-content-figma {
        position: absolute !important;
        bottom: 15% !important;
        left: 5% !important;
        z-index: 10 !important;
        padding: 15px 25px !important
    }

    .slide-content-figma h1 {
        font-size: 28px !important;
        font-weight: 800 !important;
        margin-bottom: 8px !important;
        color: #fff !important;
        text-shadow: 2px 2px 4px rgba(0, 0, 0, .3) !important
    }

    .slide-content-figma p {
        font-size: 13px !important;
        margin-bottom: 12px !important;
        color: #fff !important;
        text-shadow: 1px 1px 2px rgba(0, 0, 0, .3) !important
    }

    .shop-now-btn {
        background: #fff !important;
        color: #000 !important;
        padding: 6px 20px !important;
        border-radius: 30px !important;
        font-weight: 600 !important;
        font-size: 12px !important;
        border: none !important;
        cursor: pointer !important
    }
}

@media screen and (min-width:1025px) and (max-width:1200px) {
    .hero-slider {
        height: 240px !important
    }
}

@media screen and (min-width:1201px) and (max-width:1400px) {
    .hero-slider {
        height: 280px !important
    }
}

@media screen and (min-width:1401px) {
    .hero-slider {
        height: 320px !important
    }
}

@media screen and (min-width:1025px) {

    .product-card-horizontal,
    .trending-card {
        min-width: auto !important
    }

    .container {
        max-width: 1200px !important;
        margin: 0 auto !important;
        padding: 0 20px !important
    }

    .web-header {
        display: block !important;
        background: #fff;
        border-bottom: 1px solid #f0f0f0;
        width: 100%
    }

    .hero-slider,
    .slide-img-figma,
    .spotlight-item,
    .trending-card {
        width: 100% !important
    }

    .mobile-bottom-nav,
    .site-header .header-container {
        display: none !important
    }

    .top-bar {
        background: #ff3f6c;
        color: #fff;
        padding: 8px 0;
        text-align: center;
        font-size: 12px
    }

    .main-header {
        max-width: 1200px;
        margin: 0 auto;
        padding: 12px 20px;
        display: flex;
        align-items: center;
        justify-content: space-between
    }

    .logo-area {
        display: flex;
        align-items: center;
        gap: 30px
    }

    .header-actions,
    .nav-menu {
        display: flex;
        gap: 15px
    }

    .logo {
        font-size: 20px;
        font-weight: 800;
        color: #000;
        text-decoration: none;
        white-space: nowrap
    }

    .action-link,
    .nav-item {
        color: #333;
        text-decoration: none;
        font-size: 12px;
        white-space: nowrap
    }

    .nav-menu {
        flex-wrap: wrap
    }

    .nav-item {
        font-weight: 600;
        text-transform: uppercase
    }

   .search-area {
    flex: 1;
    max-width: 550px;
    margin: 0 20px
}

    .search-box {
    display: flex;
    align-items: center;
    background: #f5f5f6;
    border-radius: 30px;
    overflow: hidden;
    border: 1px solid #e0e0e0;
    padding-right: 4px;
}

.search-box input {
    flex: 1;
    padding: 8px 14px;
    border: none;
    background: 0 0;
    font-size: 13px;
    outline: none;
}

.search-box button {
    background: transparent;
    border: none;
    cursor: pointer;
    padding: 6px 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}

.search-box button svg {
    stroke: #666;
    width: 18px;
    height: 18px;
}

.search-box button:hover svg {
    stroke: #440C2C;
}

.search-box button:hover {
    background: rgba(68, 12, 44, 0.08);
}
    .action-link {
        font-weight: 500
    }

    .hero-section {
        background: 0 0 !important;
        min-height: auto !important;
        margin: 20px 0 30px !important
    }

    .hero-slider {
        height: 280px !important;
        max-width: 1200px !important;
        margin: 0 auto !important;
        border-radius: 16px !important;
        overflow: hidden !important;
        position: relative !important
    }

    .slide-img-figma {
        height: 100% !important;
        object-fit: cover !important
    }

    .slide-content-figma {
        position: absolute !important;
        bottom: 15% !important;
        left: 5% !important;
        z-index: 10 !important;
        padding: 15px 25px !important
    }

    .slide-content-figma h1 {
        font-size: 28px !important;
        font-weight: 800 !important;
        margin-bottom: 8px !important;
        color: #fff !important
    }

    .slide-content-figma p {
        font-size: 13px !important;
        margin-bottom: 12px !important;
        color: #fff !important
    }

    .shop-now-btn {
        background: #fff !important;
        color: #000 !important;
        padding: 6px 20px !important;
        border-radius: 30px !important;
        font-weight: 600 !important;
        font-size: 12px !important;
        border: none !important;
        cursor: pointer !important
    }

    .categories-pills {
        display: flex !important;
        flex-wrap: wrap !important;
        justify-content: center !important;
        gap: 20px !important;
        overflow: visible !important;
        padding: 10px 0 20px !important
    }

    #dynamic-category-sections .horizontal-scroll,
    .spotlight-grid,
    .trending-slider {
        display: grid !important;
        gap: 20px !important;
        overflow: visible !important;
        grid-template-columns: repeat(4, 1fr) !important
    }

    .trending-section {
        padding: 20px 0 !important
    }

    .trending-slider {
        padding: 0 !important
    }

    .brands-grid-figma {
        grid-template-columns: repeat(4, 1fr) !important
    }

    .product-card-horizontal {
        width: 100% !important;
        max-width: 100% !important
    }

    .trust-strip-figma {
        max-width: 800px !important;
        margin: 40px auto !important
    }

    .site-footer {
        display: block !important
    }
}

@media screen and (min-width:768px) and (max-width:1024px) {

    #dynamic-category-sections .horizontal-scroll,
    .brands-grid-figma,
    .spotlight-grid,
    .trending-slider {
        grid-template-columns: repeat(3, 1fr) !important
    }
}

@media screen and (min-width:1025px) {
    .trending-section {
        margin-top: 40px !important;
        padding-top: 0 !important
    }

    .trending-section .section-header.centered {
        margin-bottom: 25px !important;
        padding-left: 0 !important;
        text-align: left !important
    }

    .trending-section .section-title {
        font-size: 24px !important;
        font-weight: 700 !important;
        color: #000 !important;
        margin: 0 !important
    }

    .trending-slider {
        display: grid !important;
        grid-template-columns: repeat(4, 1fr) !important;
        gap: 20px !important;
        overflow: visible !important;
        padding: 0 !important
    }

    .trending-card {
        width: 100% !important;
        min-width: auto !important;
        margin: 0 !important
    }

    .pill-item:nth-child(n+9),
    .trending-card:nth-child(n+5) {
        display: none !important
    }

    .categories-pills {
        display: flex !important;
        flex-wrap: nowrap !important;
        overflow-x: auto !important;
        gap: 20px !important;
        padding: 10px 0 20px !important;
        justify-content: flex-start !important
    }

    .pill-item {
        flex-shrink: 0
    }
}

@media screen and (min-width:768px) and (max-width:1024px) {
    .trending-slider {
        grid-template-columns: repeat(3, 1fr) !important
    }

    .trending-card:nth-child(n+4) {
        display: none !important
    }
}

.nav-item-figma.active {
    color: #ff3f6c
}

.nav-item-figma.active .nav-icon-box svg {
    stroke: #ff3f6c;
    fill: none
}

.nav-item-figma.active span {
    color: #ff3f6c;
    font-weight: 600
}

.slider-dots {
    display: flex;
    justify-content: center;
    gap: 12px;
    background: rgba(0, 0, 0, .4);
    padding: 8px 16px;
    border-radius: 30px;
    width: fit-content;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    gap: 8px
}

.hero-section {
    min-height: auto !important
}

.home-upgrade-banner,
.spring-bloom-banner {
    width: 100%;
    position: relative;
    margin: 20px 0;
    border-radius: 16px;
    overflow: hidden;
    background: 0 0
}

.hero-slider,
.slide {
    position: relative !important;
    width: 100% !important
}

.home-upgrade-banner img,
.spring-bloom-banner img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: contain
}

.home-upgrade-banner>div,
.spring-bloom-banner>div {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(to top, rgba(0, 0, 0, .6), transparent);
    padding: 20px;
    color: #fff
}

.home-upgrade-banner h3,
.spring-bloom-banner h3 {
    font-size: clamp(18px, 5vw, 28px);
    margin: 5px 0
}

.home-upgrade-banner p,
.spring-bloom-banner p {
    font-size: clamp(11px, 3vw, 14px);
    margin-bottom: 10px
}

.code-btn-figma,
.price-tag-figma {
    background: var(--accent);
    color: var(--primary);
    border: none;
    padding: 6px 20px;
    border-radius: 25px;
    font-weight: 600;
    font-size: clamp(10px, 2.5vw, 13px);
    cursor: pointer;
    display: inline-block
}

.dot,
.shop-now-btn {
    cursor: pointer !important
}

.home-upgrade-banner:has(> div:only-child)>div,
.spring-bloom-banner:has(> div:only-child)>div {
    display: none
}

.slide-img-figma {
    object-fit: cover !important
}

@media (max-width:768px) {
    .trending-section {
        padding-left: 0 !important;
        padding-right: 0 !important
    }

    .trending-slider {
        padding-left: 16px;
        padding-right: 16px;
        width: 100vw;
        margin-left: calc(-50vw + 50%)
    }

    .hero-slider,
    .slide-img-figma {
        height: auto !important
    }

    .slide-img-figma {
        width: 100% !important;
        object-fit: contain !important
    }
}

@media (min-width:769px) and (max-width:1024px) {
    .hero-slider {
        height: 350px !important
    }

    .slide-img-figma {
        height: 100% !important;
        object-fit: cover !important
    }

    .landscape-dual-card {
        width: 180px
    }
}

@media (min-width:768px) {
    .slide-content-figma h1 {
        font-size: 28px
    }

    .slide-content-figma p {
        font-size: 14px
    }

    .shop-now-btn {
        padding: 8px 24px;
        font-size: 13px
    }
}

@media (min-width:1025px) {
    .hero-slider {
        height: 400px !important;
        max-width: 1200px !important;
        margin: 20px auto !important;
        border-radius: 16px !important;
        overflow: hidden !important
    }

    .slide-img-figma {
        height: 100% !important;
        object-fit: cover !important
    }

    .slide-content-figma h1 {
        font-size: 28px !important
    }

    .slide-content-figma p {
        font-size: 14px !important
    }

    .shop-now-btn {
        padding: 10px 28px !important;
        font-size: 13px !important
    }
}

.hero-section {
    background: 0 0 !important;
    margin: 0 !important;
    padding: 0 !important
}

.hero-slider {
    min-height: 200px;
    background: #f5f5f5 !important
}

.slide {
    display: none !important
}

.slide-content-figma,
.slider-dots {
    position: absolute !important;
    left: 0 !important;
    right: 0 !important;
    z-index: 10 !important
}

.slide.active {
    opacity: 1;
    display: block !important
}

.slide-img-figma {
    width: 100% !important;
    height: auto !important;
    display: block !important
}

.slide-content-figma {
    bottom: 0 !important;
    background: linear-gradient(to top, rgba(0, 0, 0, .5), transparent) !important;
    padding: 15px 20px !important;
    color: #fff !important
}

.slide-content-figma h1 {
    font-size: 18px !important;
    margin-bottom: 4px !important
}

.slide-content-figma p {
    font-size: 11px !important;
    margin-bottom: 8px !important
}

.shop-now-btn {
    background: #fff !important;
    color: #000 !important;
    padding: 5px 14px !important;
    border-radius: 30px !important;
    font-size: 10px !important;
    border: none !important
}

.slider-dots {
    bottom: 8px !important;
    display: flex !important;
    justify-content: center !important;
    gap: 6px !important
}

.play-overlay,
.reel-info-overlay {
    bottom: 0;
    position: absolute;
    right: 0
}

.dot {
    transition: .3s;
    width: 6px !important;
    height: 6px !important;
    border-radius: 50% !important;
    background: rgba(255, 255, 255, .5) !important
}

.dot.active {
    background: var(--primary);
    background: #fff !important;
    width: 16px !important;
    border-radius: 8px !important
}

@media (min-width:768px) {
    .slide-content-figma h1 {
        font-size: 24px !important
    }

    .slide-content-figma p {
        font-size: 13px !important
    }

    .shop-now-btn {
        padding: 8px 22px !important;
        font-size: 12px !important
    }
}

@media (min-width:1025px) {
    .hero-slider {
        max-width: 1200px !important;
        margin: 20px auto !important;
        border-radius: 16px !important;
        overflow: hidden !important
    }

    .slide-content-figma h1 {
        font-size: 28px !important
    }

    .slide-content-figma p {
        font-size: 14px !important
    }

    .shop-now-btn {
        padding: 10px 28px !important;
        font-size: 13px !important
    }
}

.skeleton {
    background: linear-gradient(90deg, #f0f0f0 25%, #e0e0e0 50%, #f0f0f0 75%);
    background-size: 200% 100%;
    animation: 1.5s infinite skeleton-shimmer
}

@keyframes skeleton-shimmer {
    0% {
        background-position: 200% 0
    }

    100% {
        background-position: -200% 0
    }
}

.skeleton-hero {
    width: 100%;
    height: 300px;
    border-radius: 16px;
    margin-bottom: 20px
}

.skeleton-category {
    width: 70px;
    height: 70px;
    border-radius: 50%
}

.skeleton-card {
    width: 100%;
    height: 130px;
    border-radius: 16px
}

.skeleton-product {
    width: 100%;
    height: 200px;
    border-radius: 12px
}

.skeleton-brand {
    width: 100%;
    height: 140px;
    border-radius: 16px
}

.skeleton-title {
    width: 200px;
    height: 28px;
    border-radius: 8px;
    margin-bottom: 20px
}

.skeleton-grid {
    display: flex;
    gap: 16px;
    overflow-x: auto;
    padding: 10px 0
}

.skeleton-grid-4 {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px
}

.skeleton-container {
    background: #fff
}

.action-link[href="/cart"],
.nav-item-figma[href="/cart"] {
    position: relative
}

.cart-badge {
    position: absolute;
    top: -8px;
    right: -12px;
    background: var(--primary);
    color: #fff;
    font-size: 10px;
    font-weight: 700;
    min-width: 18px;
    height: 18px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 4px;
    z-index: 10
}

@media screen and (min-width:1025px) {
    .pill-item:nth-child(n+11) {
        display: none !important
    }

    .categories-pills {
        gap: 32px !important
    }
}

@media screen and (min-width:1025px) {
    .brands-marquee {
        max-width: 1200px;
        margin: 30px auto;
        padding: 12px 0;
        overflow: hidden
    }

    .marquee-content {
        display: inline-block;
        animation: 25s linear infinite marquee;
        white-space: nowrap;
        padding-left: 0;
        margin-left: 0
    }

    .marquee-content span {
        font-size: 14px;
        font-weight: 600;
        color: var(--accent);
        text-transform: uppercase;
        padding: 0 25px;
        letter-spacing: .5px;
        display: inline-block
    }
}

@media screen and (max-width:1024px) {

    .all-categories-menu,
    .mega-menu {
        display: none !important
    }

    .pill-item:nth-child(n+11) {
        display: flex !important
    }

    .categories-pills {
        gap: 24px !important
    }

    .brands-marquee {
        margin: 30px 0;
        overflow: hidden
    }

    .marquee-content {
        padding-left: 0;
        margin-left: 0
    }
}

#suggestions,
.web-search-suggestions {
    position: absolute;
    top: 100%;
    background: #fff;
    z-index: 9999;
    overflow-y: auto;
    box-shadow: 0 8px 20px rgba(0, 0, 0, .08);
    left: 0
}

.site-footer .footer-support-list li {
    font-size: 14px;
    font-weight: 400;
    color: #555;
    margin-bottom: 12px;
    cursor: default;
    list-style: none
}

.site-footer .footer-support-list {
    padding: 0;
    margin: 0
}

.site-footer .contact-info li span {
    cursor: default
}

.site-footer .contact-info li a {
    text-decoration: none
}

.site-footer .contact-info li a:hover {
    color: #ff3f6c !important
}

.web-search-suggestions {
    right: 0;
    border: 1px solid #e5e7eb;
    border-top: none;
    border-radius: 0 0 12px 12px;
    max-height: 320px
}

.web-suggestion-item {
    padding: 12px 16px;
    font-size: 14px;
    color: #333;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 8px;
    border-bottom: 1px solid #f1f1f1
}

.web-suggestion-item:hover {
    background: #f9fafb
}

.search-box {
    position: relative;
    overflow: visible !important
}

#suggestions {
    width: 100%;
    border: 1px solid #eaeaec;
    border-radius: 12px;
    margin-top: 6px;
    max-height: 300px
}

.suggestion-item {
    padding: 10px 14px;
    font-size: 14px;
    cursor: pointer
}

@media (max-width:1024px) {

    .page-content,
    .section-container,
    .style-spotlight-section,
    .trending-section {
        padding-left: 12px;
        padding-right: 12px
    }
}

@media (max-width:360px) {
    .header-logo {
        display: none
    }

    .back-btn-header {
        width: 28px;
        height: 28px
    }

    .page-content,
    .style-spotlight-section,
    .trending-section {
        padding-left: 14px;
        padding-right: 14px
    }
}

.spotlight-item {
    transition: .3s;
    cursor: pointer
}

.spotlight-item:hover {
    transform: translateY(-6px);
    box-shadow: 0 10px 22px rgba(0, 0, 0, .12)
}

.mid-banner-slide:hover .mid-banner-img,
.spotlight-card:hover .spotlight-card-img img,
.spotlight-item:hover .spotlight-img-wrap img,
.style-category-card:hover .style-category-img img {
    transform: scale(1.05)
}

.landscape-dual-name,
.reel-title,
.reel-title-overlay,
.style-category-info h4 {
    white-space: nowrap;
    text-overflow: ellipsis
}

.cart-link,
.header-actions .action-link {
    display: inline-flex;
    align-items: center;
    gap: 6px
}

.header-icon {
    width: 18px;
    height: 18px;
    stroke: #ffffff
}

#web-cart-count-badge {
    background: var(--primary);
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1
}

.top-bar {
    background: linear-gradient(90deg, var(--primary), var(--accent), var(--primary), var(--accent), var(--primary));
    background-size: 300% 100%;
    animation: 4s infinite gradientMove;
    color: #fff;
    padding: 8px;
    font-size: 12px
}

@keyframes gradientMove {

    0%,
    100% {
        background-position: 0 50%
    }

    50% {
        background-position: 100% 50%
    }
}

.style-category-section {
    margin-bottom: 40px
}

.spotlight-grid,
.style-category-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px
}

.style-category-card {
    background: #fff;
    border-radius: 20px;
    overflow: hidden;
    cursor: pointer;
    transition: .3s;
    box-shadow: 0 2px 10px rgba(0, 0, 0, .05)
}

.style-category-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 12px 28px rgba(0, 0, 0, .12)
}

.style-category-img {
    width: 100%;
    aspect-ratio: 1/1;
    overflow: hidden;
    background: #f8f8f8
}

.style-category-img img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.spotlight-card-info,
.style-category-info {
    padding: 16px
}

.style-category-info h4 {
    font-size: 16px;
    font-weight: 700;
    color: #000;
    margin-bottom: 4px;
    overflow: hidden
}

.style-category-info p {
    font-size: 13px;
    color: #666;
    margin-bottom: 8px
}

.style-category-price {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 12px
}

.old-price,
.style-category-price .old {
    font-size: 13px;
    color: #999;
    text-decoration: line-through
}

.explore-btn {
    background: 0 0;
    border: 1.5px solid var(--primary);
    color: var(--primary);
    padding: 8px 16px;
    border-radius: 30px;
    font-size: 12px;
    font-weight: 600;
    cursor: pointer;
    transition: .3s;
    width: 100%
}

@media (max-width:768px) {
    .skeleton-grid-4 {
        grid-template-columns: repeat(2, 1fr)
    }

    .skeleton-hero {
        height: 250px
    }

    .style-category-grid {
        display: flex !important;
        overflow-x: auto;
        gap: 16px;
        scrollbar-width: none;
        -webkit-overflow-scrolling: touch;
        padding-bottom: 12px;
        flex-wrap: nowrap
    }

    .style-category-grid::-webkit-scrollbar {
        display: none
    }

    .style-category-card {
        flex: 0 0 auto;
        width: 160px;
        min-width: 160px
    }
}

@media (max-width:1024px) {
    .trending-section {
        padding-left: 12px !important;
        padding-right: 12px !important
    }

    .trending-slider {
        padding-left: 2px;
        padding-right: 2px
    }

    .trending-main {
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: normal;
        word-break: break-word;
        line-height: 1.3;
        min-height: 52px
    }

    .style-category-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 16px
    }

    .spotlight-grid {
        grid-template-columns: repeat(3, 1fr);
        gap: 20px
    }
}

@media (max-width:640px) {
    .style-category-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 12px
    }

    .style-category-info h4,
    .style-category-price .current {
        font-size: 14px
    }

    .explore-btn {
        padding: 6px 12px;
        font-size: 11px
    }
}

.header,
.site-header {
    position: sticky;
    top: 0;
    z-index: 1000;
    background: #fff;
    border-bottom: 1px solid #f0f0f0
}

#mobileHeaderLogo,
.header-left img,
.site-logo {
    height: 32px !important;
    width: auto !important;
    max-width: 120px !important;
    object-fit: contain
}

#cart-count-badge,
#web-cart-count-badge,
.cart-count-badge {
    position: absolute;
    top: -6px;
    right: -10px;
    background: var(--primary) !important;
    color: #fff !important;
    font-size: 10px;
    font-weight: 600;
    min-width: 16px;
    height: 16px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 4px
}

.cart-icon-wrapper,
.nav-icon-box {
    position: relative;
    display: inline-block
}

.nav-item-figma.active,
.nav-item.active {
    color: var(--primary) !important
}

.nav-item-figma.active svg,
.nav-item.active svg {
    stroke: var(--primary) !important
}

.trust-strip-figma {
    gap: 8px !important;
    margin: 15px auto !important;
    padding: 0 12px !important
}

.trust-card-figma {
    gap: 4px !important
}

.trust-icon-circle {
    width: 50px !important;
    height: 50px !important
}

.trust-icon-circle svg {
    width: 24px !important;
    height: 24px !important
}

.trust-card-figma h4 {
    font-size: 12px !important;
    margin: 0 !important
}

.trust-card-figma p {
    font-size: 10px !important;
    margin: 0 !important
}

.site-footer {
    margin-top: 15px !important;
    padding-top: 20px !important
}

@media (max-width:768px) {
    .trust-strip-figma {
        gap: 8px !important;
        margin: 15px auto !important
    }

    .trust-icon-circle {
        width: 45px !important;
        height: 45px !important
    }

    .trust-icon-circle svg {
        width: 22px !important;
        height: 22px !important
    }

    .trust-card-figma h4 {
        font-size: 11px !important
    }

    .trust-card-figma p {
        font-size: 9px !important
    }

    .site-footer {
        margin-top: 15px !important;
        padding-top: 20px !important
    }
}

.reel-views,
.web-only {
    display: none
}

@media screen and (min-width:1025px) {
    .web-only {
        display: block !important
    }

    .trending-reels-section {
        margin: 40px 0
    }

    .reels-container {
        max-width: 1200px;
        margin: 0 auto
    }

    .reels-slider-wrapper {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 20px;
        position: relative
    }

    .reels-slider {
        overflow: visible;
        width: 100%
    }

    .reels-track {
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 16px
    }

    .reel-card {
        flex: 0 0 auto;
        transition: .3s;
        cursor: pointer;
        width: 220px
    }

    .play-overlay,
    .reel-placeholder {
        align-items: center;
        display: flex
    }

    .play-overlay,
    .reel-placeholder,
    .reel-video {
        width: 100%;
        height: 100%
    }

    .reel-card.normal {
        transform: translateY(0);
        opacity: .85
    }

    .reel-card.center {
        width: 280px;
        transform: translateY(-30px);
        z-index: 10
    }

    .reel-card.center .reel-video-wrapper {
        box-shadow: 0 20px 40px rgba(0, 0, 0, .25);
        border: 2px solid #f4b94e
    }

    .reel-video-wrapper {
        position: relative;
        border-radius: 16px;
        overflow: hidden;
        background: #000;
        aspect-ratio: 9/16
    }

    .reel-video {
        object-fit: cover
    }

    .reel-placeholder {
        background: linear-gradient(135deg, #440c2c, #f4b94e);
        justify-content: center;
        color: #fff;
        font-weight: 600;
        text-align: center;
        padding: 20px
    }

    .play-overlay {
        position: absolute;
        top: 0;
        left: 0;
        background: rgba(0, 0, 0, .4);
        justify-content: center;
        opacity: 0;
        transition: opacity .3s
    }

    .reel-card:hover .play-overlay {
        opacity: 1
    }

    .play-reel-btn {
        width: 50px;
        height: 50px;
        background: rgba(244, 185, 78, .9);
        border: none;
        border-radius: 50%;
        font-size: 20px;
        cursor: pointer;
        color: #440c2c;
        display: flex;
        align-items: center;
        justify-content: center
    }

    .play-reel-btn:hover {
        transform: scale(1.1)
    }

    .reel-info {
        padding: 12px;
        text-align: center
    }

    .reel-title {
        font-size: 14px;
        font-weight: 600;
        color: #440c2c;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis
    }

    .reels-nav {
        width: 40px;
        height: 40px;
        border-radius: 50%;
        background: #440c2c;
        color: #f4b94e;
        border: none;
        cursor: pointer;
        font-size: 18px;
        transition: .3s
    }

    .reels-nav:hover {
        background: #5a1038;
        transform: scale(1.05)
    }
}

.reel-card.position-1 .reel-video-wrapper,
.reel-card.position-2 .reel-video-wrapper,
.reel-card.position-4 .reel-video-wrapper,
.reel-card.position-5 .reel-video-wrapper,
.reel-video-wrapper {
    aspect-ratio: 4/5;
    aspect-ratio: 4/5
}

.reel-card {
    width: 170px
}

.reel-card.normal {
    width: 160px;
    opacity: .85
}

.reel-card.center {
    width: 210px;
    transform: translateY(-12px);
    z-index: 10;
    opacity: 1
}

.reel-card.center .reel-video-wrapper {
    box-shadow: 0 10px 25px rgba(0, 0, 0, .15);
    border: 2px solid #f4b94e
}

.reel-video-wrapper {
    aspect-ratio: 4/5
}

.reel-video {
    object-fit: cover;
    background: #f5f5f5
}

.reel-info {
    padding: 6px
}

.reel-title {
    font-size: 11px;
    font-weight: 600;
    color: #440c2c;
    overflow: hidden
}

.reel-card.center .reel-title {
    font-size: 12px;
    font-weight: 700
}

.reel-views-overlay {
    font-size: 10px;
    color: rgba(255, 255, 255, .8);
    display: flex;
    align-items: center;
    gap: 4px;
    margin-top: 2px
}

.reel-card.center .reel-title-overlay {
    font-size: 13px;
    font-weight: 700
}

.play-reel-btn {
    font-size: 16px;
    color: #440c2c
}

.shop-now-link {
    color: #440c2c !important;
    border-bottom-color: #440c2c !important
}

.shop-now-link:hover {
    color: #5a1038 !important;
    border-bottom-color: #5a1038 !important
}

.reels-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px
}

.reels-slider-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
    position: relative
}

.reels-slider {
    overflow: visible;
    width: auto;
    flex: 1
}

.reels-track {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px
}

.reel-card {
    transition: .3s;
    cursor: pointer;
    border-radius: 12px;
    overflow: hidden;
    background: #fff;
    box-shadow: 0 2px 8px rgba(0, 0, 0, .08)
}

.reel-video-wrapper {
    position: relative;
    border-radius: 10px;
    overflow: hidden;
    background: #f5f5f5
}

.reel-controls {
    position: absolute;
    top: 10px;
    right: 10px;
    display: flex;
    gap: 8px;
    z-index: 15
}

.reel-control-btn {
    width: 28px;
    height: 28px;
    background: rgba(0, 0, 0, .5);
    border: none;
    border-radius: 50%;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: .2s
}

.play-overlay,
.play-reel-btn {
    align-items: center;
    display: flex
}

.reel-control-btn svg {
    width: 14px;
    height: 14px;
    fill: white
}

.reel-control-btn:hover {
    background: rgba(0, 0, 0, .7);
    transform: scale(1.05)
}

.reel-info-overlay {
    left: 0;
    padding: 6px 8px;
    background: linear-gradient(to top, rgba(0, 0, 0, .6), transparent);
    z-index: 5
}

.reel-title-overlay {
    text-shadow: 1px 1px 1px rgba(0, 0, 0, .5);
    font-size: 10px;
    font-weight: 600;
    color: #fff;
    overflow: hidden
}

.play-overlay {
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, .3);
    justify-content: center;
    opacity: 0;
    transition: opacity .3s;
    z-index: 10
}

.reel-card:hover .play-overlay {
    opacity: 1
}

.play-reel-btn {
    width: 36px;
    height: 36px;
    background: rgba(244, 185, 78, .9);
    border: none;
    border-radius: 50%;
    justify-content: center
}

.play-reel-btn svg {
    width: 18px;
    height: 18px;
    fill: #440C2C
}

.play-reel-btn:hover {
    transform: scale(1.05);
    background: #f4b94e
}

.reels-nav {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #440c2c;
    color: #f4b94e;
    border: none;
    cursor: pointer;
    font-size: 18px;
    transition: .3s;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 20;
    flex-shrink: 0
}

.reels-nav:hover {
    background: #5a1038;
    transform: scale(1.05)
}

.reel-card.position-1,
.reel-card.position-5 {
    width: 180px;
    transform: translateY(0);
    opacity: .8
}

.reel-card.position-1 .reel-video-wrapper,
.reel-card.position-5 .reel-video-wrapper {
    min-height: 225px
}

.reel-card.position-2,
.reel-card.position-4 {
    width: 210px;
    transform: translateY(0);
    opacity: .9
}

.reel-card.position-2 .reel-video-wrapper,
.reel-card.position-4 .reel-video-wrapper {
    min-height: 262px
}

.reel-card.position-3 {
    width: 240px;
    transform: translateY(-8px);
    z-index: 10;
    opacity: 1
}

.reel-card.position-3 .reel-video-wrapper {
    aspect-ratio: 4/5;
    min-height: 300px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, .15);
    border: 2px solid #f4b94e
}

.reel-video-wrapper video {
    pointer-events: none
}

.play-overlay,
.reel-controls {
    pointer-events: auto
}

.play-reel-btn,
.reel-controls button {
    pointer-events: auto;
    cursor: pointer
}

@media screen and (min-width:1025px) {
    .reels-slider-wrapper {
        gap: 8px
    }

    .reels-track {
        gap: 6px
    }

    .reel-card {
        margin: 0 -6px
    }

    .reel-card.position-3 {
        margin: 0
    }

    body {
        background: #fff;
        width: 100%;
        overflow-x: hidden
    }

    .container,
    .section-container .container,
    section .container {
        max-width: 100% !important;
        width: 100% !important;
        padding-left: 50px !important;
        padding-right: 50px !important
    }

    .page-content {
        width: 100%;
        max-width: 100%;
        overflow-x: hidden
    }

    .hero-section {
        width: 100%;
        max-width: 100%;
        margin: 0;
        padding: 0;
        background: #fdf9f5
    }

    .hero-slider {
        width: 100% !important;
        max-width: 100% !important;
        height: 500px !important;
        margin: 0 !important;
        border-radius: 0 !important;
        overflow: hidden
    }

    .hero-slider .slide {
        width: 100%;
        height: 100%
    }

    .hero-slider .slide-img-figma {
        width: 100% !important;
        height: 500px !important;
        object-fit: cover !important;
        object-position: center 30% !important
    }

    .slide-content-figma {
        position: absolute;
        bottom: 15%;
        left: 8%;
        z-index: 10;
        background: 0 0;
        padding: 20px 35px;
        max-width: 550px
    }

    .slide-content-figma h1 {
        font-size: 48px !important;
        font-weight: 800;
        margin-bottom: 12px;
        color: #fff;
        text-shadow: 2px 2px 8px rgba(0, 0, 0, .4)
    }

    .slide-content-figma p {
        font-size: 16px !important;
        margin-bottom: 20px;
        color: #fff;
        text-shadow: 1px 1px 4px rgba(0, 0, 0, .3)
    }

    .shop-now-btn {
        background: #c6a43f;
        color: #2e051d;
        padding: 12px 32px;
        border-radius: 40px;
        font-size: 14px;
        font-weight: 600;
        border: none;
        cursor: pointer;
        transition: .3s
    }

    .shop-now-btn:hover {
        background: #440c2c;
        color: #fff
    }

    .slider-dots {
        bottom: 30px
    }

    .style-spotlight-section,
    .trending-section {
        width: 100%;
        padding-left: 0 !important;
        padding-right: 0 !important
    }

    .main-header,
    .trust-strip-figma {
        padding-left: 50px;
        padding-right: 50px;
        max-width: 100% !important;
        width: 100%
    }

    .categories-pills-section .container,
    .site-footer .container,
    .style-category-section .container,
    .style-spotlight-section .container,
    .trending-reels-section .container,
    .trending-section .container {
        max-width: 100% !important;
        padding-left: 50px !important;
        padding-right: 50px !important
    }

    .brands-grid-figma,
    .categories-pills-section,
    .site-footer,
    .style-category-section,
    .trending-reels-section,
    .web-header {
        width: 100%
    }

    .trust-strip-figma {
        border-radius: 0;
        margin: 40px 0
    }

    .reels-container {
        max-width: 100% !important;
        width: 100%;
        padding: 0
    }

    .reels-slider-wrapper {
        max-width: 100%;
        width: 100%;
        gap: 30px
    }

    .reels-slider {
        width: 100%;
        overflow: visible
    }

    .reels-track {
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 8px
    }
}

@media screen and (min-width:1600px) {

    .container,
    .main-header,
    section .container {
        padding-left: 80px !important;
        padding-right: 80px !important
    }

    .hero-slider,
    .hero-slider .slide-img-figma {
        height: 600px !important
    }

    .slide-content-figma h1 {
        font-size: 56px !important
    }
}

@media screen and (min-width:1025px) and (max-width:1366px) {

    .hero-slider,
    .hero-slider .slide-img-figma {
        height: 450px !important
    }

    .slide-content-figma h1 {
        font-size: 38px !important
    }

    .slide-content-figma {
        left: 5%;
        padding: 15px 25px
    }
}

.mid-banner-carousel {
    width: 100%;
    overflow: hidden;
    margin: 20px 0
}

.mid-banner-track {
    display: flex;
    gap: 12px;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
    padding: 8px 0;
    scroll-padding: 0 0 0 0;
    scroll-behavior: smooth
}

.mid-banner-track::-webkit-scrollbar {
    display: none
}

.mid-banner-slide {
    scroll-snap-align: start;
    position: relative;
    border-radius: 16px;
    overflow: hidden;
    background: #f5f5f5;
    transition: transform .3s, box-shadow .3s
}

.mid-banner-img {
    width: 100%;
    height: auto;
    display: block;
    transition: transform .5s
}

.mid-banner-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(to top, rgba(0, 0, 0, .7), transparent);
    padding: 20px;
    color: #fff;
    transition: background .3s
}

.mid-banner-overlay h3 {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 4px
}

.mid-banner-overlay p {
    font-size: 12px;
    margin-bottom: 8px
}

.mid-banner-overlay button {
    background: #fff;
    color: #000;
    border: none;
    padding: 6px 16px;
    border-radius: 30px;
    font-size: 12px;
    font-weight: 600;
    cursor: pointer;
    transition: .3s
}

@media (max-width:767px) {
    .mid-banner-slide {
        flex: 0 0 85%
    }
}

@media (min-width:768px) and (max-width:1024px) {
    .mid-banner-slide {
        flex: 0 0 60%
    }
}

.mid-banner-slide:hover {
    transform: translateY(-5px);
    box-shadow: 0 12px 24px rgba(0, 0, 0, .15)
}

.mid-banner-slide:hover .mid-banner-overlay {
    background: linear-gradient(to top, rgba(0, 0, 0, .85), transparent)
}

.mid-banner-slide:hover .mid-banner-overlay button {
    background: #f4b94e;
    color: #440c2c;
    transform: scale(1.02)
}

.cart-item,
.order-summary-card,
.page-content,
.pdp-delivery,
.pdp-details,
.pdp-gallery,
.pdp-main-image,
.pdp-offers,
.pdp-ratings,
.pdp-right,
.pdp-similar,
.style-category-card,
body {
    background-color: #fff !important
}

.landscape-dual-section {
    margin: 25px 0;
    padding: 0 !important
}

.landscape-dual-box {
    display: flex;
    background: linear-gradient(135deg, #fffaf5 0, #fff5f0 100%);
    border-radius: 20px;
    overflow: hidden;
    border: none;
    box-shadow: 0 4px 20px rgba(68, 12, 44, .08);
    height: 320px
}

.landscape-dual-overlay {
    position: absolute;
    bottom: 25px;
    left: 25px;
    right: 25px
}

.landscape-dual-overlay h3 {
    font-size: 20px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 10px;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, .3)
}

.landscape-dual-btn {
    display: inline-block;
    background: #c6a43f;
    color: #440c2c;
    padding: 8px 22px;
    border-radius: 30px;
    font-size: 12px;
    font-weight: 600;
    text-decoration: none;
    transition: .3s
}

.landscape-dual-btn:hover {
    background: #440c2c;
    color: #c6a43f;
    transform: translateX(5px)
}

.landscape-dual-right {
    flex: 1;
    display: flex;
    flex-direction: column
}

.landscape-dual-scroll::-webkit-scrollbar-track {
    background: #f0f0f0;
    border-radius: 10px
}

.add-to-cart:hover,
.landscape-nav-btn:hover,
.landscape-viewall:hover,
.spotlight-viewall:hover {
    background: #c6a43f;
    color: #440c2c
}

.landscape-dual-scroll::-webkit-scrollbar-thumb {
    background: #c6a43f;
    border-radius: 10px
}

.landscape-dual-card {
    flex: 0 0 auto;
    cursor: pointer;
    transition: .3s;
    background: #fff;
    border-radius: 16px;
    padding: 12px;
    text-align: center;
    box-shadow: 0 2px 10px rgba(0, 0, 0, .05)
}

.landscape-dual-card:hover {
    transform: translateY(-6px);
    transition: .3s ease-in-out;
    box-shadow: 0 8px 25px rgba(0, 0, 0, .15)
}

.landscape-dual-scroll::-webkit-scrollbar {
    height: 4px;
    display: block
}

@media (min-width:769px) {
    .landscape-dual-card {
        width: 180px;
        min-width: 180px;
        max-width: 180px
    }
}

.landscape-dual-img {
    aspect-ratio: 1/1;
    width: 100%;
    aspect-ratio: 1/1;
    border-radius: 12px;
    overflow: hidden;
    background: #faf5f0
}

.landscape-dual-name {
    font-size: 12px;
    font-weight: 600;
    color: #333;
    margin-top: 10px;
    overflow: hidden
}

.landscape-dual-price {
    font-size: 14px;
    font-weight: 700;
    color: #440c2c;
    margin-top: 5px
}

.landscape-nav-btn,
.landscape-viewall,
.spotlight-viewall {
    color: #c6a43f;
    transition: .3s
}

.landscape-dual-bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 15px;
    padding-top: 10px;
    border-top: 1px solid rgba(198, 164, 63, .3)
}

.landscape-dual-nav {
    display: flex;
    gap: 12px
}

.landscape-nav-btn {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background: #440c2c;
    border: none;
    cursor: pointer;
    font-size: 14px;
    display: flex;
    align-items: center;
    justify-content: center
}

.landscape-nav-btn:hover {
    transform: scale(1.05)
}

.landscape-viewall {
    font-size: 12px;
    font-weight: 600;
    text-decoration: none;
    padding: 6px 16px;
    border-radius: 20px;
    background: rgba(198, 164, 63, .1)
}

.add-to-cart svg {
    width: 16px;
    height: 16px;
    stroke: white;
    stroke-width: 2;
    fill: none
}

.add-to-cart:hover svg {
    stroke: #440C2C
}

@media (max-width:768px) {
    .landscape-dual-box {
        flex-direction: column;
        height: auto
    }

    .landscape-dual-left {
        min-height: 200px
    }

    .landscape-dual-card {
        width: 120px;
        padding: 8px
    }

    .card-brand,
    .landscape-dual-name {
        font-size: 11px
    }

    .card-title,
    .landscape-dual-price {
        font-size: 12px
    }

    .style-spotlight-section {
        padding: 30px 16px
    }

    .spotlight-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 16px
    }

    .spotlight-header h2 {
        font-size: 22px
    }

    .current-price {
        font-size: 15px
    }
}

@media (max-width:480px) {
    .spotlight-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 12px
    }

    .spotlight-card-info {
        padding: 12px
    }

    .add-to-cart {
        padding: 8px;
        font-size: 11px
    }
}

@media (max-width:768px) {
    .style-spotlight-section {
        padding: 20px 12px
    }

    .spotlight-header h2 {
        font-size: 20px
    }

    .spotlight-viewall {
        font-size: 12px;
        padding: 5px 14px
    }

    .spotlight-grid {
        gap: 12px
    }

    .card-brand,
    .landscape-dual-name,
    .old-price {
        font-size: 10px
    }

    .card-title,
    .landscape-dual-price {
        font-size: 11px
    }

    .discount-badge {
        font-size: 9px
    }

    .rating-badge {
        bottom: 8px;
        left: 8px;
        padding: 3px 8px;
        font-size: 10px
    }

    .landscape-dual-section {
        margin: 15px 0;
        padding: 0 12px
    }

    .landscape-dual-box {
        flex-direction: column;
        height: auto
    }

    .landscape-dual-right {
        padding: 16px
    }

    .landscape-dual-card {
        width: 110px;
        padding: 8px
    }

    .landscape-nav-btn {
        width: 28px;
        height: 28px;
        font-size: 12px
    }

    .landscape-viewall {
        font-size: 10px;
        padding: 4px 12px
    }

    .spotlight-card {
        border-radius: 12px;
        width: 140px
    }

    .spotlight-card-info {
        padding: 8px
    }

    .current-price {
        font-size: 13px
    }

    .add-to-cart {
        padding: 5px;
        font-size: 10px
    }

    .landscape-dual-left {
        min-height: 140px;
        max-height: 140px
    }

    .landscape-dual-left img {
        height: 140px;
        object-fit: cover
    }

    .landscape-dual-overlay {
        bottom: 12px;
        left: 15px;
        right: 15px
    }

    .landscape-dual-overlay h3 {
        font-size: 14px;
        margin-bottom: 4px
    }

    .landscape-dual-btn {
        padding: 4px 12px;
        font-size: 10px
    }
}

.style-spotlight-section {
    padding: 40px 20px;
    background: #faf8f6;
    width: 100%
}

.spotlight-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 30px;
    flex-wrap: wrap;
    gap: 15px
}

.spotlight-header h2 {
    font-size: 28px;
    font-weight: 700;
    color: #1a1a1a;
    letter-spacing: -.5px;
    position: relative;
    display: inline-block
}

.spotlight-header h2:after {
    content: '';
    position: absolute;
    bottom: -8px;
    left: 0;
    width: 50px;
    height: 3px;
    background: #c6a43f;
    border-radius: 2px
}

.spotlight-viewall {
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    padding: 8px 20px;
    border-radius: 30px;
    border: 1.5px solid #c6a43f
}

.spotlight-card {
    position: relative;
    background: #fff;
    border-radius: 20px;
    overflow: hidden;
    cursor: pointer;
    transition: .3s;
    box-shadow: 0 2px 12px rgba(0, 0, 0, .04)
}

.spotlight-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 20px 30px -12px rgba(0, 0, 0, .15)
}

.spotlight-card-img {
    position: relative;
    width: 100%;
    aspect-ratio: 1/1;
    overflow: hidden;
    background: #f5f5f5
}

.spotlight-card-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .5s
}

.rating-badge {
    position: absolute;
    bottom: 12px;
    left: 12px;
    background: rgba(0, 0, 0, .75);
    padding: 4px 10px;
    border-radius: 20px;
    font-size: 12px;
    font-weight: 600;
    color: gold;
    display: flex;
    align-items: center;
    gap: 4px
}

.rating-badge span {
    color: #fff;
    margin-left: 2px
}

.card-brand {
    font-size: 13px;
    font-weight: 600;
    color: #666;
    margin-bottom: 6px
}

.card-title {
    font-size: 14px;
    font-weight: 600;
    color: #1a1a1a;
    margin-bottom: 8px;
    line-height: 1.4;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden
}

.card-price {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 12px;
    flex-wrap: wrap
}

.current-price {
    font-size: 18px;
    font-weight: 700;
    color: #440c2c
}

.discount-badge {
    font-size: 12px;
    font-weight: 600;
    color: #00a650
}

.add-to-cart {
    width: 100%;
    background: #440c2c;
    color: #fff;
    border: none;
    padding: 10px;
    border-radius: 30px;
    font-size: 13px;
    font-weight: 600;
    cursor: pointer;
    transition: .3s;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px
}

@media (min-width:1025px) {
    .mid-banner-slide {
        flex: 0 0 45%
    }

    .spotlight-grid {
        display: grid !important;
        grid-template-columns: repeat(4, 1fr) !important;
        gap: 24px !important;
        overflow: visible !important
    }

    .spotlight-card {
        width: 100% !important;
        flex: none !important
    }
}

@media (min-width:769px) and (max-width:1024px) {
    .spotlight-grid {
        display: grid !important;
        grid-template-columns: repeat(3, 1fr) !important;
        gap: 20px !important;
        overflow: visible !important
    }

    .spotlight-card {
        width: 100% !important;
        flex: none !important
    }
}

.landscape-dual-left {
    flex: 0 0 50% !important;
    width: 50% !important;
    position: relative;
    background: #f5efe8;
    overflow: hidden;
    min-height: 320px
}

.landscape-dual-left img {
    object-fit: cover;
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important
}

.landscape-dual-right {
    flex: 0 0 50% !important;
    width: 50% !important;
    padding: 20px;
    background: 0 0;
    display: flex;
    flex-direction: column
}

.landscape-dual-scroll {
    display: flex !important;
    flex-direction: row !important;
    flex-wrap: nowrap !important;
    overflow-x: hidden !important;
    overflow-y: hidden !important;
    gap: 12px;
    padding: 8px 0 16px
}

.landscape-dual-card {
    flex: 0 0 auto !important;
    width: 140px !important;
    min-width: 140px !important;
    max-width: 140px !important
}

@media (min-width:769px) {
    .landscape-dual-card {
        width: 170px !important;
        min-width: 170px !important;
        max-width: 170px !important
    }
}

@media (max-width:768px) {
    .style-spotlight-section {
        padding: 20px 12px
    }

    .spotlight-header h2 {
        font-size: 20px
    }

    .spotlight-viewall {
        font-size: 12px;
        padding: 5px 14px
    }

    .spotlight-grid {
        display: flex !important;
        gap: 12px !important;
        overflow-x: auto !important;
        -webkit-overflow-scrolling: touch !important;
        scrollbar-width: thin !important;
        padding-bottom: 10px !important
    }

    .spotlight-grid::-webkit-scrollbar {
        height: 4px
    }

    .spotlight-grid::-webkit-scrollbar-track {
        background: #f0f0f0;
        border-radius: 10px
    }

    .spotlight-grid::-webkit-scrollbar-thumb {
        background: #c6a43f;
        border-radius: 10px
    }

    .spotlight-card {
        flex: 0 0 auto !important;
        width: 150px !important
    }

    .spotlight-card-img {
        width: 150px;
        height: 150px
    }

    .spotlight-card-info {
        padding: 10px
    }

    .card-brand,
    .old-price {
        font-size: 10px
    }

    .card-title {
        font-size: 11px;
        min-height: 32px
    }

    .current-price {
        font-size: 13px
    }

    .discount-badge {
        font-size: 9px
    }

    .add-to-cart {
        padding: 6px;
        font-size: 10px
    }

    .rating-badge {
        bottom: 8px;
        left: 8px;
        padding: 3px 8px;
        font-size: 10px
    }

    .landscape-dual-section>.container {
        padding-left: 16px !important;
        padding-right: 16px !important
    }

    .landscape-dual-section {
        margin: 20px 0
    }

    .landscape-dual-box {
        margin: 0;
        border-radius: 16px
    }

    .landscape-dual-left {
        flex: 0 0 100% !important;
        width: 100% !important;
        min-height: 200px
    }

    .landscape-dual-right {
        flex: 0 0 100% !important;
        width: 100% !important
    }
}
/* Categories Pills ko Trending Cards jaisa banane ke liye */
.categories-pills {
    display: flex !important;
    gap: 20px !important;
    overflow-x: auto !important;
    padding: 10px 0 20px !important;
    scrollbar-width: none;
}

.categories-pills::-webkit-scrollbar {
    display: none;
}

/* Pill Item ko Trending Card style mein convert kar do */
.pill-item {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    gap: 12px !important;
    min-width: 130px !important;
    cursor: pointer;
    transition: all 0.3s ease;
    background: linear-gradient(135deg, #fff, #fafafa);
    padding: 12px;
    border-radius: 16px;
    border: 1px solid #f0f0f0;
}

.pill-item:hover {
    transform: translateY(-5px);
    border-color: var(--accent);
    box-shadow: 0 8px 20px rgba(68, 12, 44, 0.1);
}

/* Image wrapper - Trending jaisa */
.pill-img-wrap {
    width: 100px !important;
    height: 100px !important;
    border-radius: 12px !important;
    overflow: hidden;
    background: #f8f8f8;
}

.pill-img-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.pill-item:hover .pill-img-wrap img {
    transform: scale(1.05);
}

/* Category Name */
.pill-item span {
    font-size: 14px !important;
    font-weight: 600 !important;
    color: #282c3f !important;
    text-align: center;
}

.pill-item:hover span {
    color: var(--accent) !important;
}

.all-categories-pill {
    background: linear-gradient(135deg, #440c2c, #6b1a45);
    border-color: #440c2c;
}

.all-categories-pill span {
    color: white !important;
}

@media (max-width: 768px) {
    .pill-img-wrap {
        width: 80px !important;
        height: 80px !important;
    }
    
    .pill-item {
        min-width: 110px !important;
        padding: 8px;
    }
    
    .pill-item span {
        font-size: 12px !important;
    }
}

@media (min-width: 1025px) {
    .pill-img-wrap {
        width: 120px !important;
        height: 120px !important;
    }
    
    .pill-item {
        min-width: 150px !important;
        padding: 16px;
    }
}
@media (min-width:1025px) {
    .trending-card {
        min-height: 220px;  
        padding: 28px 24px 28px 28px;
    }
    
    .trending-main {
        font-size: 22px;
    }
    
    .trending-img-wrap {
        width: 100px;
        height: 100px;
        min-width: 100px;
    }
}
@media (prefers-reduced-motion: reduce) {
    .skeleton-card::after,
    .skeleton-card {
        animation: none !important;
    }
}
.product-views{
    display: flex;
    align-items: center;
    gap: 6px;
    margin-top: 6px;
    font-size: 12px;
    font-weight: 600;
    color: #666;
}

.product-views i{
    color: #440C2C;
    font-size: 14px;
}
/* ========================================
   HER-OVIA COMPLETE STYLES - FINAL
   ======================================== */

:root {
    --hero-bg: #F8EEE3;
    --hero-bg-card: #FFF9F2;
    --hero-burgundy: #4A0F14;
    --hero-burgundy-dark: #35090D;
    --hero-gold: #B88A62;
    --hero-text: #2E1B1B;
    --hero-text-muted: #765F58;
    --hero-border: #DCC0A8;
    --hero-white: #FCF9F6;
}

/* ===== ANNOUNCEMENT BAR ===== */
.herovia-announcement {
    background: var(--hero-burgundy);
    color: var(--hero-white);
    text-align: center;
    padding: 10px 20px;
    font-size: 12px;
    font-family: 'Inter', sans-serif;
    width: 100%;
}

/* ===== HEADER ===== */
.site-header {
    background: var(--hero-bg) !important;
    border-bottom: 1px solid var(--hero-border) !important;
    padding: 12px 0 !important;
    width: 100% !important;
}

.site-header .container {
    padding: 0 40px !important;
    max-width: 100% !important;
}

.site-header .header-container {
    max-width: 1200px !important;
    margin: 0 auto !important;
    padding: 0 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
}

.web-header {
    background: var(--hero-bg) !important;
    border-bottom: 1px solid var(--hero-border) !important;
}

.top-bar {
    background: var(--hero-burgundy) !important;
    color: var(--hero-white) !important;
    padding: 8px 40px !important;
    text-align: center;
    font-size: 12px;
}

.nav-item {
    color: var(--hero-text) !important;
    font-size: 11px !important;
    font-weight: 500 !important;
    letter-spacing: 0.8px !important;
}

.nav-item:hover {
    color: var(--hero-burgundy) !important;
}

/* ===== ALL CONTAINERS - HEADER KE BARABAR ===== */
.container,
.page-content .container,
.hero-section .container,
.herovia-brand-statement .container,
.herovia-collections .container,
.herovia-featured .container,
.herovia-collection-intro .container,
.herovia-two-collections .container,
.herovia-promise .container,
.herovia-featured-collections .container,
.herovia-packaging .container,
.herovia-edit .container,
.herovia-values .container,
.herovia-mid-banner-section .container {
    padding: 0 40px !important;
    max-width: 100% !important;
}

/* ===== HERO SLIDER ===== */
.hero-section {
    background: var(--hero-bg) !important;
    padding: 0 !important;
}

.hero-slider {
    height: 500px !important;
    background: var(--hero-bg) !important;
}

.slide-img-figma {
    object-fit: cover !important;
    height: 100% !important;
}

.slide-content-figma h1 {
    font-family: 'Playfair Display', serif !important;
    font-size: 48px !important;
    font-weight: 300 !important;
    color: var(--hero-text) !important;
}

.slide-content-figma h1 em {
    font-style: italic;
    color: var(--hero-burgundy) !important;
}

.slide-content-figma p {
    font-size: 16px !important;
    color: var(--hero-text-muted) !important;
}

.shop-now-btn {
    background: var(--hero-text) !important;
    color: var(--hero-white) !important;
    border-radius: 30px !important;
    padding: 12px 32px !important;
    font-size: 13px !important;
}

/* ===== BRAND STATEMENT ===== */
.herovia-brand-statement {
    background: var(--hero-white);
    padding: 80px 0;
    text-align: center;
    border-top: 1px solid var(--hero-border);
}

.herovia-eyebrow {
    font-family: 'Inter', sans-serif;
    font-size: 11px;
    font-weight: 400;
    letter-spacing: 4px;
    text-transform: uppercase;
    color: var(--hero-gold);
    margin-bottom: 12px;
}

.herovia-brand-statement h2 {
    font-family: 'Playfair Display', serif;
    font-size: 42px;
    font-weight: 300;
    color: var(--hero-text);
    line-height: 1.15;
    margin-bottom: 16px;
}

.herovia-brand-statement h2 em {
    font-style: italic;
    font-weight: 400;
    color: var(--hero-burgundy);
}

.herovia-brand-text {
    font-family: 'Inter', sans-serif;
    font-size: 15px;
    font-weight: 300;
    color: var(--hero-text-muted);
    line-height: 1.8;
    max-width: 700px;
    margin: 0 auto;
}

/* ===== COLLECTIONS ===== */
.herovia-collections {
    padding: 60px 0;
    background: var(--hero-bg);
}

.herovia-collections-grid {
    max-width: 1200px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 2.5fr 1fr;
    gap: 16px;
    align-items: stretch;
}

.herovia-collection-card {
    position: relative;
    border-radius: 12px;
    overflow: hidden;
    background: var(--hero-bg);
    cursor: pointer;
    transition: transform 0.3s;
}

.herovia-collection-card.large {
    grid-row: span 2;
    min-height: 550px;
}

.herovia-collection-card.small {
    min-height: 265px;
}

.herovia-collection-card:hover {
    transform: translateY(-4px);
}

.herovia-collection-image {
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, #ede8e2, #d5ccc4);
    background-size: cover;
    background-position: center;
}

.herovia-collection-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 28px;
    background: linear-gradient(to top, rgba(46, 27, 27, 0.8), transparent);
    color: var(--hero-white);
}

.herovia-collection-overlay p {
    font-family: 'Inter', sans-serif;
    font-size: 11px;
    font-weight: 400;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.7);
    margin-bottom: 4px;
}

.herovia-collection-overlay h3 {
    font-family: 'Playfair Display', serif;
    font-size: 24px;
    font-weight: 400;
    margin-bottom: 8px;
}

.herovia-collection-overlay a {
    font-family: 'Inter', sans-serif;
    font-size: 11px;
    font-weight: 500;
    letter-spacing: 0.5px;
    color: var(--hero-white);
    text-decoration: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    padding-bottom: 2px;
}

.herovia-collection-overlay a:hover {
    border-color: var(--hero-white);
}

/* ===== FEATURED LOOK ===== */
.herovia-featured {
    padding: 40px 0 !important;
    background: var(--hero-bg) !important;
}

.herovia-featured-box {
    background: var(--hero-white) !important;
    border-radius: 16px !important;
    overflow: hidden !important;
    border: 1px solid var(--hero-border) !important;
    box-shadow: 0 4px 20px rgba(46, 27, 27, 0.04) !important;
    max-width: 1200px !important;
    margin: 0 auto !important;
}

.herovia-featured-box-inner {
    display: grid !important;
    grid-template-columns: 1fr 1fr !important;
    gap: 0 !important;
    align-items: stretch !important;
    min-height: 480px !important;
}

.herovia-featured-box-image-wrapper {
    display: grid !important;
    grid-template-columns: 2.5fr 1fr !important;
    gap: 12px !important;
    padding: 16px !important;
    background: var(--hero-bg) !important;
    align-items: stretch !important;
}

/* ========================================
   IMAGE FIX - NO CUT (ANY ASPECT RATIO)
   ======================================== */

/* Featured Look Main Image */
.herovia-featured-box-main {
    background: var(--hero-bg) !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    overflow: hidden !important;
}

.herovia-featured-box-main img {
    width: 100% !important;
    height: 100% !important;
    object-fit: contain !important;
    display: block !important;
}

/* Featured Look Thumbnails */
.herovia-featured-box-thumb {
    background: var(--hero-bg) !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    overflow: hidden !important;
}

.herovia-featured-box-thumb img {
    width: 100% !important;
    height: 100% !important;
    object-fit: contain !important;
    display: block !important;
}

/* Collections Images */
.herovia-collection-image {
    background-size: contain !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
}

/* Featured Collections Images */
.herovia-featured-card-image {
    background-size: contain !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
}

.herovia-featured-card-image img {
    width: 100% !important;
    height: 100% !important;
    object-fit: contain !important;
}

/* Two Collections Images */
.herovia-two-collection-image img {
    width: 100% !important;
    height: 100% !important;
    object-fit: contain !important;
}

/* Arrivals Images */
.herovia-arrival-image img {
    width: 100% !important;
    height: 100% !important;
    object-fit: contain !important;
}

/* Packaging Image */
.herovia-packaging-image img {
    width: 100% !important;
    height: 100% !important;
    object-fit: contain !important;
}

/* Trending Images */
.trending-img-wrap img {
    width: 100% !important;
    height: 100% !important;
    object-fit: contain !important;
}
.herovia-featured-box-thumb.active {
    border-color: var(--hero-burgundy) !important;
}

.herovia-featured-box-thumb:hover {
    border-color: var(--hero-gold) !important;
    transform: scale(1.03) !important;
}

.herovia-featured-box-thumb img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    display: block !important;
}

.herovia-featured-box-content {
    padding: 48px 52px 48px 40px !important;
    display: flex !important;
    flex-direction: column !important;
    justify-content: center !important;
    background: var(--hero-white) !important;
}

.herovia-featured-box-eyebrow {
    font-family: 'Inter', sans-serif !important;
    font-size: 11px !important;
    font-weight: 400 !important;
    letter-spacing: 4px !important;
    text-transform: uppercase !important;
    color: var(--hero-gold) !important;
    margin-bottom: 8px !important;
}

.herovia-featured-box-title {
    font-family: 'Playfair Display', serif !important;
    font-size: 38px !important;
    font-weight: 300 !important;
    color: var(--hero-text) !important;
    line-height: 1.08 !important;
    margin-bottom: 10px !important;
}

.herovia-featured-box-title em {
    font-style: italic !important;
    font-weight: 400 !important;
    color: var(--hero-burgundy) !important;
}

.herovia-featured-box-desc {
    font-family: 'Inter', sans-serif !important;
    font-size: 14px !important;
    font-weight: 300 !important;
    color: var(--hero-text-muted) !important;
    line-height: 1.7 !important;
    margin-bottom: 14px !important;
    max-width: 520px !important;
}

.herovia-featured-box-details {
    list-style: none !important;
    padding: 0 !important;
    margin-bottom: 18px !important;
}

.herovia-featured-box-details li {
    font-family: 'Inter', sans-serif !important;
    font-size: 13px !important;
    font-weight: 400 !important;
    color: var(--hero-text) !important;
    padding: 4px 0 4px 18px !important;
    position: relative !important;
}

.herovia-featured-box-details li::before {
    content: "—" !important;
    position: absolute !important;
    left: 0 !important;
    color: var(--hero-gold) !important;
}

.herovia-featured-box-action {
    display: flex !important;
    align-items: center !important;
    gap: 24px !important;
    flex-wrap: wrap !important;
    margin-top: 2px !important;
}

.herovia-featured-box-price {
    font-family: 'Playfair Display', serif !important;
    font-size: 28px !important;
    font-weight: 400 !important;
    color: var(--hero-text) !important;
}

.herovia-featured-box-btn {
    display: inline-block !important;
    font-family: 'Inter', sans-serif !important;
    font-size: 12px !important;
    font-weight: 500 !important;
    letter-spacing: 0.5px !important;
    color: var(--hero-white) !important;
    background: var(--hero-text) !important;
    padding: 10px 28px !important;
    border-radius: 30px !important;
    text-decoration: none !important;
    transition: background 0.3s !important;
    border: none !important;
    cursor: pointer !important;
}

.herovia-featured-box-btn:hover {
    background: var(--hero-burgundy-dark) !important;
}

/* ===== COLLECTION INTRO ===== */
.herovia-collection-intro {
    padding: 60px 0;
    background: var(--hero-bg);
}

.herovia-collection-intro-inner {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    gap: 40px;
}

.herovia-collection-intro h2 {
    font-family: 'Playfair Display', serif;
    font-size: 38px;
    font-weight: 300;
    color: var(--hero-text);
    line-height: 1.1;
}

.herovia-collection-intro-text {
    font-family: 'Inter', sans-serif;
    font-size: 15px;
    font-weight: 300;
    color: var(--hero-text-muted);
    line-height: 1.6;
    text-align: right;
    max-width: 280px;
}

/* ===== TWO COLLECTIONS ===== */
.herovia-two-collections {
    padding: 0 0 60px;
    background: var(--hero-bg);
}

.herovia-two-collections-grid {
    max-width: 1200px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 32px;
}

.herovia-two-collection {
    background: var(--hero-bg-card);
    border-radius: 12px;
    overflow: hidden;
    border: 1px solid var(--hero-border);
    transition: transform 0.3s;
}

.herovia-two-collection:hover {
    transform: translateY(-4px);
}

.herovia-two-collection-image {
    position: relative;
    aspect-ratio: 1/1;
    background: var(--hero-bg);
    overflow: hidden;
}

.herovia-two-collection-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.herovia-two-collection-badge {
    position: absolute;
    top: 16px;
    left: 16px;
    font-family: 'Inter', sans-serif;
    font-size: 10px;
    font-weight: 600;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    color: var(--hero-text);
    background: rgba(252, 249, 246, 0.9);
    padding: 4px 14px;
    border-radius: 20px;
}

.herovia-two-collection-info {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding: 16px 20px 4px;
}

.herovia-two-collection-info p {
    font-family: 'Inter', sans-serif;
    font-size: 11px;
    font-weight: 400;
    color: var(--hero-gold);
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-bottom: 2px;
}

.herovia-two-collection-info h3 {
    font-family: 'Playfair Display', serif;
    font-size: 20px;
    font-weight: 400;
    color: var(--hero-text);
}

.herovia-two-collection-info strong {
    font-family: 'Playfair Display', serif;
    font-size: 20px;
    font-weight: 400;
    color: var(--hero-text);
}

.herovia-two-collection-desc {
    font-family: 'Inter', sans-serif;
    font-size: 13px;
    font-weight: 300;
    color: var(--hero-text-muted);
    padding: 0 20px;
    line-height: 1.6;
    margin-bottom: 16px;
}

.herovia-two-collection > a {
    display: inline-block;
    font-family: 'Inter', sans-serif;
    font-size: 12px;
    font-weight: 500;
    color: var(--hero-text);
    text-decoration: none;
    margin: 0 20px 20px;
    border-bottom: 1px solid var(--hero-text);
    padding-bottom: 2px;
}

.herovia-two-collection > a:hover {
    color: var(--hero-burgundy);
    border-color: var(--hero-burgundy);
}

/* ===== PROMISE ===== */
.herovia-promise {
    padding: 80px 0;
    background: var(--hero-burgundy);
    color: var(--hero-white);
    text-align: center;
    position: relative;
    overflow: hidden;
}

.herovia-promise::before {
    content: '';
    position: absolute;
    top: -50%;
    right: -20%;
    width: 400px;
    height: 400px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.03);
    pointer-events: none;
}

.herovia-promise::after {
    content: '';
    position: absolute;
    bottom: -30%;
    left: -10%;
    width: 300px;
    height: 300px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.02);
    pointer-events: none;
}

.herovia-promise-inner {
    max-width: 1000px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
}

.herovia-promise .herovia-eyebrow {
    color: #D7B28F;
    margin-bottom: 8px;
}

.herovia-promise h2 {
    font-family: 'Playfair Display', serif;
    font-size: 42px;
    font-weight: 300;
    color: var(--hero-white);
    line-height: 1.15;
    margin-bottom: 48px;
}

.herovia-promise h2 em {
    font-style: italic;
    font-weight: 400;
    color: #D7B28F;
}

.herovia-promise-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 32px;
}

.herovia-promise-item {
    padding: 32px 24px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 12px;
    transition: border-color 0.3s, transform 0.3s;
}

.herovia-promise-item:hover {
    border-color: rgba(255, 255, 255, 0.25);
    transform: translateY(-4px);
}

.herovia-promise-number {
    font-family: 'Inter', sans-serif;
    font-size: 11px;
    font-weight: 500;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #D7B28F;
    display: block;
    margin-bottom: 12px;
}

.herovia-promise-item h3 {
    font-family: 'Playfair Display', serif;
    font-size: 22px;
    font-weight: 400;
    color: var(--hero-white);
    margin-bottom: 10px;
}

.herovia-promise-item p {
    font-family: 'Inter', sans-serif;
    font-size: 14px;
    font-weight: 300;
    color: rgba(255, 255, 255, 0.7);
    line-height: 1.7;
}

/* ===== FEATURED COLLECTIONS ===== */
.herovia-featured-collections {
    padding: 60px 0 !important;
    background: var(--hero-bg);
}

.herovia-featured-collections-inner {
    max-width: 1200px;
    margin: 0 auto;
}

.herovia-featured-collections-header {
    text-align: center;
    margin-bottom: 40px;
}

.herovia-featured-collections-header h2 {
    font-family: 'Playfair Display', serif;
    font-size: 36px;
    font-weight: 300;
    color: var(--hero-text);
    line-height: 1.15;
}

.herovia-featured-collections-header h2 em {
    font-style: italic;
    font-weight: 400;
    color: var(--hero-burgundy);
}

.herovia-featured-cards-grid {
    display: grid !important;
    grid-template-columns: 1fr 1fr 1fr !important;
    gap: 30px !important;
    width: 100% !important;
}

.herovia-featured-card {
    background: var(--hero-white);
    border-radius: 12px;
    overflow: hidden;
    border: 1px solid var(--hero-border);
    transition: transform 0.3s, box-shadow 0.3s;
    cursor: pointer;
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
}

.herovia-featured-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 12px 32px rgba(46, 27, 27, 0.08);
}

.herovia-featured-card-image {
    width: 100% !important;
    aspect-ratio: 4/3;
    position: relative;
    overflow: hidden;
    background: var(--hero-bg);
    min-height: 220px;
}

.herovia-featured-card-tag {
    position: absolute;
    top: 14px;
    left: 14px;
    font-family: 'Inter', sans-serif;
    font-size: 10px;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: var(--hero-white);
    background: rgba(46, 27, 27, 0.7);
    padding: 4px 14px;
    border-radius: 20px;
    z-index: 2;
}

.herovia-featured-card-content {
    padding: 20px 22px 18px;
    background: var(--hero-white);
}

.herovia-featured-card-content h3 {
    font-family: 'Playfair Display', serif;
    font-size: 19px;
    font-weight: 400;
    color: var(--hero-text);
    margin-bottom: 4px;
    line-height: 1.2;
}

.herovia-featured-card-content p {
    font-family: 'Inter', sans-serif;
    font-size: 13px;
    font-weight: 300;
    color: var(--hero-text-muted);
    line-height: 1.5;
    margin-bottom: 12px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.herovia-featured-card-bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.herovia-featured-card-price {
    font-family: 'Playfair Display', serif;
    font-size: 18px;
    font-weight: 400;
    color: var(--hero-burgundy);
}

.herovia-featured-card-link {
    font-family: 'Inter', sans-serif;
    font-size: 12px;
    font-weight: 500;
    color: var(--hero-text);
    text-decoration: none;
    border-bottom: 1px solid var(--hero-text);
    padding-bottom: 2px;
    transition: color 0.3s, border-color 0.3s;
}

.herovia-featured-card-link:hover {
    color: var(--hero-burgundy);
    border-color: var(--hero-burgundy);
}

/* ===== PACKAGING ===== */
.herovia-packaging {
    padding: 80px 0;
    background: var(--hero-white);
    border-top: 1px solid var(--hero-border);
    border-bottom: 1px solid var(--hero-border);
}

.herovia-packaging-inner {
    max-width: 1200px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: center;
}

.herovia-packaging-image {
    border-radius: 16px;
    overflow: hidden;
    background: var(--hero-bg);
    aspect-ratio: 4/3;
}

.herovia-packaging-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.herovia-packaging-content .herovia-packaging-eyebrow {
    font-family: 'Inter', sans-serif;
    font-size: 11px;
    font-weight: 400;
    letter-spacing: 4px;
    text-transform: uppercase;
    color: var(--hero-gold);
    margin-bottom: 8px;
}

.herovia-packaging-content h2 {
    font-family: 'Playfair Display', serif;
    font-size: 38px;
    font-weight: 300;
    color: var(--hero-text);
    line-height: 1.1;
    margin-bottom: 12px;
}

.herovia-packaging-content > p {
    font-family: 'Inter', sans-serif;
    font-size: 15px;
    font-weight: 300;
    color: var(--hero-text-muted);
    line-height: 1.7;
    max-width: 460px;
    margin-bottom: 28px;
}

.herovia-packaging-features {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.herovia-packaging-feature {
    display: flex;
    align-items: flex-start;
    gap: 14px;
}

.herovia-packaging-feature-icon {
    font-size: 16px;
    color: var(--hero-gold);
    margin-top: 2px;
    min-width: 20px;
}

.herovia-packaging-feature h4 {
    font-family: 'Playfair Display', serif;
    font-size: 16px;
    font-weight: 400;
    color: var(--hero-text);
    margin-bottom: 2px;
}

.herovia-packaging-feature p {
    font-family: 'Inter', sans-serif;
    font-size: 13px;
    font-weight: 300;
    color: var(--hero-text-muted);
    line-height: 1.4;
}

/* ===== EDIT ===== */
.herovia-edit {
    padding: 80px 0;
    background: var(--hero-white);
    border-top: 1px solid var(--hero-border);
    border-bottom: 1px solid var(--hero-border);
}

.herovia-edit-inner {
    max-width: 1200px;
    margin: 0 auto;
}

.herovia-edit-header {
    text-align: center;
    margin-bottom: 48px;
}

.herovia-edit-header h2 {
    font-family: 'Playfair Display', serif;
    font-size: 38px;
    font-weight: 300;
    color: var(--hero-text);
    line-height: 1.15;
}

.herovia-edit-header h2 em {
    font-style: italic;
    font-weight: 400;
    color: var(--hero-burgundy);
}

.herovia-edit-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 24px;
}

.herovia-edit-card {
    background: var(--hero-bg);
    padding: 36px 28px;
    border-radius: 12px;
    border: 1px solid var(--hero-border);
    transition: transform 0.3s, box-shadow 0.3s;
}

.herovia-edit-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 12px 32px rgba(46, 27, 27, 0.06);
}

.herovia-edit-number {
    font-family: 'Inter', sans-serif;
    font-size: 11px;
    font-weight: 500;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: var(--hero-gold);
    display: block;
    margin-bottom: 8px;
}

.herovia-edit-icon {
    font-size: 28px;
    color: var(--hero-burgundy);
    margin-bottom: 12px;
    opacity: 0.5;
}

.herovia-edit-card h3 {
    font-family: 'Playfair Display', serif;
    font-size: 22px;
    font-weight: 400;
    color: var(--hero-text);
    margin-bottom: 10px;
    line-height: 1.2;
}

.herovia-edit-card p {
    font-family: 'Inter', sans-serif;
    font-size: 14px;
    font-weight: 300;
    color: var(--hero-text-muted);
    line-height: 1.7;
    margin-bottom: 16px;
}

.herovia-edit-link {
    font-family: 'Inter', sans-serif;
    font-size: 12px;
    font-weight: 500;
    color: var(--hero-text);
    text-decoration: none;
    border-bottom: 1px solid var(--hero-text);
    padding-bottom: 3px;
    transition: color 0.3s, border-color 0.3s;
    display: inline-block;
}

.herovia-edit-link:hover {
    color: var(--hero-burgundy);
    border-color: var(--hero-burgundy);
}

/* ===== VALUES ===== */
.herovia-values {
    padding: 60px 0;
    background: var(--hero-bg);
    border-top: 1px solid var(--hero-border);
}

.herovia-values-grid {
    max-width: 1200px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
}

.herovia-value-item {
    text-align: center;
    padding: 20px;
}

.herovia-value-icon {
    font-size: 28px;
    color: var(--hero-gold);
    display: block;
    margin-bottom: 10px;
}

.herovia-value-item h4 {
    font-family: 'Playfair Display', serif;
    font-size: 18px;
    font-weight: 400;
    color: var(--hero-text);
    margin-bottom: 6px;
}

.herovia-value-item p {
    font-family: 'Inter', sans-serif;
    font-size: 13px;
    font-weight: 300;
    color: var(--hero-text-muted);
    line-height: 1.5;
}

/* ===== MID BANNER GRID ===== */
.herovia-mid-banner-section {
    padding: 40px 0 !important;
    background: var(--hero-bg) !important;
}

.herovia-mid-grid {
    display: grid !important;
    gap: 20px !important;
    align-items: stretch !important;
    width: 100% !important;
}

.herovia-mid-grid.banners-1 {
    grid-template-columns: 1fr !important;
}

.herovia-mid-grid.banners-2 {
    grid-template-columns: 1fr 1fr !important;
}

.herovia-mid-grid.banners-3 {
    grid-template-columns: repeat(3, 1fr) !important;
}

.herovia-mid-card {
    position: relative !important;
    border-radius: 12px !important;
    overflow: hidden !important;
    background: #ede8e2 !important;
    aspect-ratio: 16/9 !important;
    max-height: 300px !important;
    min-height: 240px !important;
    cursor: pointer !important;
    transition: transform 0.3s, box-shadow 0.3s !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 100% !important;
}

.herovia-mid-card:hover {
    transform: translateY(-4px) !important;
    box-shadow: 0 8px 24px rgba(46, 27, 27, 0.08) !important;
}

.herovia-mid-card img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
}

.herovia-mid-overlay {
    position: absolute !important;
    bottom: 0 !important;
    left: 0 !important;
    right: 0 !important;
    padding: 20px 28px !important;
    background: linear-gradient(to top, rgba(46, 27, 27, 0.75), transparent) !important;
    color: var(--hero-white) !important;
}

.herovia-mid-overlay h3 {
    font-family: 'Playfair Display', serif !important;
    font-size: 22px !important;
    font-weight: 400 !important;
    margin-bottom: 4px !important;
    line-height: 1.2 !important;
    color: var(--hero-white) !important;
}

.herovia-mid-overlay p {
    font-family: 'Inter', sans-serif !important;
    font-size: 14px !important;
    font-weight: 300 !important;
    opacity: 0.9 !important;
    margin-bottom: 10px !important;
    line-height: 1.4 !important;
    color: var(--hero-white) !important;
}

.herovia-mid-btn {
    display: inline-block !important;
    font-family: 'Inter', sans-serif !important;
    font-size: 12px !important;
    font-weight: 500 !important;
    color: var(--hero-white) !important;
    background: rgba(255, 255, 255, 0.2) !important;
    padding: 6px 24px !important;
    border-radius: 30px !important;
    text-decoration: none !important;
    transition: background 0.3s !important;
    letter-spacing: 0.5px !important;
    border: none !important;
    cursor: pointer !important;
}

.herovia-mid-btn:hover {
    background: rgba(255, 255, 255, 0.35) !important;
}

/* ===== RESPONSIVE ===== */
@media (max-width: 1024px) {
    .site-header .container,
    .container,
    .page-content .container,
    .hero-section .container,
    .herovia-brand-statement .container,
    .herovia-collections .container,
    .herovia-featured .container,
    .herovia-collection-intro .container,
    .herovia-two-collections .container,
    .herovia-promise .container,
    .herovia-featured-collections .container,
    .herovia-packaging .container,
    .herovia-edit .container,
    .herovia-values .container,
    .herovia-mid-banner-section .container {
        padding: 0 24px !important;
    }
    .top-bar {
        padding: 8px 24px !important;
    }
    .herovia-collections-grid {
        grid-template-columns: 1fr 1fr;
    }
    .herovia-collection-card.large {
        grid-row: auto;
        grid-column: span 2;
        min-height: 320px;
        aspect-ratio: 16/9;
    }
    .herovia-collection-card.small {
        min-height: 220px;
        aspect-ratio: 3/4;
    }
    .herovia-featured-box-content {
        padding: 32px 28px 32px 24px;
    }
    .herovia-featured-box-title {
        font-size: 30px;
    }
    .herovia-featured-box-inner {
        min-height: 400px;
    }
    .herovia-featured-box-main {
        min-height: 340px;
    }
    .herovia-featured-box-image-wrapper {
        padding: 12px;
        gap: 10px;
    }
    .herovia-featured-cards-grid {
        grid-template-columns: 1fr 1fr !important;
        gap: 24px !important;
    }
    .herovia-featured-card-image {
        min-height: 200px;
    }
    .herovia-promise-grid {
        grid-template-columns: 1fr 1fr;
        gap: 20px;
    }
    .herovia-edit-grid {
        grid-template-columns: 1fr 1fr;
        gap: 18px;
    }
    .herovia-edit-card {
        padding: 28px 24px;
    }
    .herovia-values-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }
    .herovia-packaging-inner {
        grid-template-columns: 1fr;
        gap: 40px;
    }
    .herovia-collection-intro-inner {
        flex-direction: column;
        align-items: flex-start;
        gap: 16px;
    }
    .herovia-collection-intro-text {
        text-align: left;
        max-width: 100%;
    }
    .herovia-two-collections-grid {
        grid-template-columns: 1fr;
    }
    .herovia-mid-card {
        max-height: 250px;
        min-height: 190px;
    }
    .herovia-mid-grid.banners-3 {
        grid-template-columns: repeat(2, 1fr) !important;
    }
    .herovia-mid-grid.banners-3 .herovia-mid-card:last-child {
        grid-column: span 2 !important;
    }
    .herovia-mid-overlay {
        padding: 16px 22px !important;
    }
    .herovia-mid-overlay h3 {
        font-size: 20px !important;
    }
    .herovia-mid-overlay p {
        font-size: 13px !important;
    }
    .herovia-mid-btn {
        font-size: 11px !important;
        padding: 5px 20px !important;
    }
}

@media (max-width: 768px) {
    .site-header .container,
    .container,
    .page-content .container,
    .hero-section .container,
    .herovia-brand-statement .container,
    .herovia-collections .container,
    .herovia-featured .container,
    .herovia-collection-intro .container,
    .herovia-two-collections .container,
    .herovia-promise .container,
    .herovia-featured-collections .container,
    .herovia-packaging .container,
    .herovia-edit .container,
    .herovia-values .container,
    .herovia-mid-banner-section .container {
        padding: 0 16px !important;
    }
    .top-bar {
        padding: 8px 16px !important;
    }
    .slide-content-figma h1 {
        font-size: 28px !important;
    }
    .herovia-brand-statement h2 {
        font-size: 30px;
    }
    .herovia-brand-statement {
        padding: 50px 0;
    }
    .herovia-collections {
        padding: 40px 0;
    }
    .herovia-collections-grid {
        grid-template-columns: 1fr;
        gap: 12px;
    }
    .herovia-collection-card.large {
        grid-column: span 1;
        min-height: 280px;
        aspect-ratio: 16/9;
    }
    .herovia-collection-card.small {
        min-height: 200px;
        aspect-ratio: 16/9;
    }
    .herovia-featured {
        padding: 24px 0 !important;
    }
    .herovia-featured-box-inner {
        grid-template-columns: 1fr;
        min-height: auto;
        gap: 0;
    }
    .herovia-featured-box-image {
        min-height: 280px;
        max-height: 380px;
    }
    .herovia-featured-box-content {
        padding: 28px 24px 32px;
    }
    .herovia-featured-box-title {
        font-size: 28px;
    }
    .herovia-featured-box-desc {
        font-size: 13px;
    }
    .herovia-featured-box-action {
        flex-direction: column;
        align-items: flex-start;
        gap: 12px;
    }
    .herovia-featured-box-price {
        font-size: 24px;
    }
    .herovia-featured-box-image-wrapper {
        grid-template-columns: 2fr 1fr;
        padding: 12px;
        gap: 10px;
    }
    .herovia-featured-box-main {
        min-height: 260px;
        aspect-ratio: 3/4;
    }
    .herovia-featured-box-thumbs {
        grid-template-rows: repeat(3, 1fr);
        gap: 8px;
    }
    .herovia-featured-cards-grid {
        grid-template-columns: 1fr 1fr !important;
        gap: 16px !important;
    }
    .herovia-featured-card-image {
        min-height: 160px;
    }
    .herovia-featured-card-content {
        padding: 14px 16px 12px;
    }
    .herovia-featured-card-content h3 {
        font-size: 16px;
    }
    .herovia-featured-card-content p {
        font-size: 12px;
    }
    .herovia-collection-intro {
        padding: 40px 0;
    }
    .herovia-collection-intro h2 {
        font-size: 28px;
    }
    .herovia-two-collections {
        padding: 0 0 40px;
    }
    .herovia-promise {
        padding: 50px 0;
    }
    .herovia-promise h2 {
        font-size: 30px;
        margin-bottom: 32px;
    }
    .herovia-promise-grid {
        grid-template-columns: 1fr;
        gap: 16px;
    }
    .herovia-promise-item {
        padding: 24px 20px;
    }
    .herovia-promise-item h3 {
        font-size: 19px;
    }
    .herovia-featured-collections {
        padding: 40px 0 !important;
    }
    .herovia-featured-collections-header h2 {
        font-size: 28px;
    }
    .herovia-packaging {
        padding: 50px 0;
    }
    .herovia-packaging-content h2 {
        font-size: 28px;
    }
    .herovia-packaging-content > p {
        font-size: 14px;
    }
    .herovia-edit {
        padding: 50px 0;
    }
    .herovia-edit-header h2 {
        font-size: 28px;
    }
    .herovia-edit-grid {
        grid-template-columns: 1fr;
        gap: 16px;
    }
    .herovia-edit-card {
        padding: 24px 20px;
    }
    .herovia-edit-card h3 {
        font-size: 19px;
    }
    .herovia-values {
        padding: 40px 0;
    }
    .herovia-values-grid {
        grid-template-columns: 1fr 1fr;
        gap: 16px;
    }
    .herovia-value-item h4 {
        font-size: 16px;
    }
    .herovia-two-collection-info {
        flex-direction: column;
        gap: 4px;
    }
    .herovia-mid-banner-section {
        padding: 30px 0 !important;
    }
    .herovia-mid-grid {
        gap: 14px !important;
    }
    .herovia-mid-grid.banners-2 {
        grid-template-columns: 1fr 1fr !important;
    }
    .herovia-mid-grid.banners-3 {
        grid-template-columns: 1fr 1fr !important;
    }
    .herovia-mid-grid.banners-3 .herovia-mid-card:last-child {
        grid-column: span 2 !important;
    }
    .herovia-mid-card {
        max-height: 200px !important;
        min-height: 150px !important;
    }
    .herovia-mid-overlay {
        padding: 14px 18px !important;
    }
    .herovia-mid-overlay h3 {
        font-size: 17px !important;
    }
    .herovia-mid-overlay p {
        font-size: 12px !important;
    }
    .herovia-mid-btn {
        font-size: 10px !important;
        padding: 4px 16px !important;
    }
}

@media (max-width: 480px) {
    .site-header .container,
    .container,
    .page-content .container,
    .hero-section .container,
    .herovia-brand-statement .container,
    .herovia-collections .container,
    .herovia-featured .container,
    .herovia-collection-intro .container,
    .herovia-two-collections .container,
    .herovia-promise .container,
    .herovia-featured-collections .container,
    .herovia-packaging .container,
    .herovia-edit .container,
    .herovia-values .container,
    .herovia-mid-banner-section .container {
        padding: 0 12px !important;
    }
    .top-bar {
        padding: 8px 12px !important;
    }
    .herovia-collections-grid {
        gap: 10px;
    }
    .herovia-collection-card.large {
        min-height: 220px;
    }
    .herovia-collection-card.small {
        min-height: 160px;
    }
    .herovia-collection-overlay {
        padding: 20px 16px;
    }
    .herovia-collection-overlay p {
        font-size: 10px;
    }
    .herovia-collection-overlay h3 {
        font-size: 18px;
        margin-bottom: 4px;
    }
    .herovia-collection-overlay a {
        font-size: 10px;
    }
    .herovia-featured-box-image-wrapper {
        grid-template-columns: 1fr 1fr;
        padding: 10px;
        gap: 8px;
    }
    .herovia-featured-box-main {
        min-height: 200px;
        aspect-ratio: 3/4;
    }
    .herovia-featured-box-thumbs {
        grid-template-rows: 1fr 1fr;
        gap: 8px;
    }
    .herovia-featured-box-thumbs .herovia-featured-box-thumb:last-child {
        display: none;
    }
    .herovia-featured-box-content {
        padding: 16px 14px 20px;
    }
    .herovia-featured-box-title {
        font-size: 20px;
    }
    .herovia-featured-box-desc {
        font-size: 12px;
    }
    .herovia-featured-box-details li {
        font-size: 12px;
        padding: 3px 0 3px 16px;
    }
    .herovia-featured-box-price {
        font-size: 20px;
    }
    .herovia-featured-box-btn {
        font-size: 11px;
        padding: 8px 20px;
    }
    .herovia-featured-cards-grid {
        grid-template-columns: 1fr !important;
        gap: 14px !important;
    }
    .herovia-featured-card-image {
        min-height: 200px;
    }
    .herovia-featured-card-content h3 {
        font-size: 18px;
    }
    .herovia-packaging {
        padding: 40px 0;
    }
    .herovia-packaging-content h2 {
        font-size: 24px;
    }
    .herovia-packaging-feature h4 {
        font-size: 15px;
    }
    .herovia-packaging-feature p {
        font-size: 12px;
    }
    .herovia-values-grid {
        grid-template-columns: 1fr;
        gap: 12px;
    }
    .herovia-mid-banner-section {
        padding: 20px 0 !important;
    }
    .herovia-mid-grid {
        gap: 12px !important;
    }
    .herovia-mid-grid.banners-2 {
        grid-template-columns: 1fr !important;
    }
    .herovia-mid-grid.banners-3 {
        grid-template-columns: 1fr !important;
    }
    .herovia-mid-grid.banners-3 .herovia-mid-card:last-child {
        grid-column: span 1 !important;
    }
    .herovia-mid-card {
        max-height: 220px !important;
        min-height: 170px !important;
    }
    .herovia-mid-overlay {
        padding: 16px 20px !important;
    }
    .herovia-mid-overlay h3 {
        font-size: 19px !important;
    }
    .herovia-mid-overlay p {
        font-size: 13px !important;
    }
    .herovia-mid-btn {
        font-size: 11px !important;
        padding: 5px 18px !important;
    }
}

.herovia-collections .container {
    padding: 0 40px !important;
    max-width: 100% !important;
}

.herovia-collections-grid {
    max-width: 100% !important;
    margin: 0 auto !important;
}

/* 2. FEATURED LOOK */
.herovia-featured .container {
    padding: 0 40px !important;
    max-width: 100% !important;
}

.herovia-featured-box {
    max-width: 100% !important;
    border-radius: 0 !important;
}

/* 3. PACKAGING */
.herovia-packaging .container {
    padding: 0 40px !important;
    max-width: 100% !important;
}

.herovia-packaging-inner {
    max-width: 100% !important;
    padding: 0 !important;
}

/* ===== RESPONSIVE ===== */
@media (max-width: 1024px) {
    .herovia-collections .container,
    .herovia-featured .container,
    .herovia-packaging .container {
        padding: 0 24px !important;
    }
}

@media (max-width: 768px) {
    .herovia-collections .container,
    .herovia-featured .container,
    .herovia-packaging .container {
        padding: 0 16px !important;
    }
}

@media (max-width: 480px) {
    .herovia-collections .container,
    .herovia-featured .container,
    .herovia-packaging .container {
        padding: 0 12px !important;
    }
}

.web-header .logo-area {
    display: flex !important;
    align-items: center !important;
    gap: 20px !important;
    flex-shrink: 0 !important;
    background: transparent !important;
    border: none !important;
    outline: none !important;
    box-shadow: none !important;
    padding: 0 !important;
    margin: 0 !important;
}

.web-header .logo-area .logo {
    background: transparent !important;
    border: none !important;
    outline: none !important;
    box-shadow: none !important;
    padding: 0 !important;
    margin: 0 !important;
    display: flex !important;
    align-items: center !important;
}

.web-header .logo-area .logo img {
    background: transparent !important;
    border: none !important;
    outline: none !important;
    box-shadow: none !important;
    border-radius: 0 !important;
    padding: 0 !important;
    margin: 0 !important;
    height: 48px !important;
    width: auto !important;
    max-width: 180px !important;
    object-fit: contain !important;
    display: block !important;
}

.header-logo {
    background: transparent !important;
    border: none !important;
    outline: none !important;
    box-shadow: none !important;
    padding: 0 !important;
    margin: 0 !important;
    flex-shrink: 0 !important;
}

.header-logo a {
    background: transparent !important;
    border: none !important;
    outline: none !important;
    box-shadow: none !important;
    padding: 0 !important;
    margin: 0 !important;
    display: flex !important;
    align-items: center !important;
}

.header-logo img {
    background: transparent !important;
    border: none !important;
    outline: none !important;
    box-shadow: none !important;
    border-radius: 0 !important;
    padding: 0 !important;
    margin: 0 !important;
    height: 32px !important;
    width: auto !important;
    max-width: 100px !important;
    object-fit: contain !important;
    display: block !important;
}

.logo-search-container {
    background: #f5f5f6 !important;
    border: 1px solid #e0e0e0 !important;
    border-radius: 30px !important;
    padding: 4px 8px !important;
}


.logo-search-container .header-logo {
    background: transparent !important;
    border: none !important;
    padding-right: 4px !important;
}

.logo-search-container .header-logo img {
    background: transparent !important;
    border: none !important;
    box-shadow: none !important;
}

.all-categories-popup {
    display: none !important;
}

.main-header {
    background: transparent !important;
}

.web-header {
    background: transparent !important;
}