/* PopularBazaar reference two-row marketplace header. */
.top-strip{height:23px;padding:0;background:#fff;color:#334155;border:0;font-size:8px}
.top-strip .container{height:100%;justify-content:flex-end}
.top-strip-links{gap:0;font-weight:500}
.top-strip-links a{padding:0 8px;border-right:1px solid #dbe3e8}
.top-strip-links a:last-child{padding-right:0;border:0}
.main-header{position:sticky;top:0;background:#fff;border-bottom:1px solid #e5e7eb;box-shadow:none}
.header-inner{min-height:72px;display:grid;grid-template-columns:220px minmax(300px,680px) auto;justify-content:space-between;gap:28px}
.brand.has-logo{min-height:56px}
.brand-logo{width:205px;min-height:52px}
.brand-logo img{max-height:58px}
.search-bar-group{width:100%;display:block}
.search-bar{width:100%;max-width:none;grid-template-columns:minmax(0,1fr) 50px;border:1px solid #d7e1e7;border-radius:9px;background:#f8fafc;box-shadow:inset 0 1px 2px rgba(28,40,50,.02)}
.search-input-wrap{min-width:0}
.search-bar input{width:100%;height:46px;padding:0 17px;color:#475569;background:transparent;font-size:11px}
.search-bar .search-submit-btn{width:50px;min-height:46px;padding:0;color:#fff;background:#02927c;border-radius:0 8px 8px 0}
.search-bar .search-submit-btn:hover{background:#007a68}
.header-actions{display:flex;align-items:center;justify-content:flex-end;gap:18px}
.header-action-btn{position:relative;min-width:auto;padding:5px 0;display:flex;align-items:center;gap:8px;color:#1c2832;background:transparent}
.header-action-btn:hover{color:#02927c;background:transparent}
.header-action-btn>svg{width:24px;height:24px;stroke-width:1.8}
.ha-copy{display:grid;gap:1px;text-align:left}
.ha-copy b{font-size:10px;font-weight:500}
.ha-copy small{color:#64748b;font-size:8px}
.cart-count{top:0;left:15px;right:auto;width:15px;height:15px;font-size:7px;background:#02927c}
.nav-row{height:47px;background:#fff;border-top:1px solid #f1f5f9;border-bottom:1px solid #e5e7eb}
.nav-row>.container{height:100%;display:grid;grid-template-columns:170px minmax(0,1fr) auto;gap:15px}
.department-wrap{height:100%;display:flex;align-items:center}
.department-trigger{width:170px;height:36px;padding:0 16px;display:flex;align-items:center;gap:9px;color:#fff!important;background:#02927c;border-radius:7px;font-size:10px;font-weight:600}
.department-trigger:hover{background:#007a68}
.department-trigger svg{width:16px}
.category-nav{height:100%;display:flex;align-items:center;justify-content:flex-start;gap:0;overflow:hidden}
.header-menu-item{height:100%;display:flex;align-items:center}
.header-menu-item>a{height:100%;padding:0 12px;display:flex;align-items:center;color:#334155;font-size:9px;font-weight:500;white-space:nowrap}
.header-menu-item>a:hover{color:#02927c}
.today-deals-link{height:100%;display:flex;align-items:center;gap:6px;color:#1c2832;font-size:9px;font-weight:600;white-space:nowrap}
.today-deals-link svg{width:14px;color:#ef233c;fill:#ef233c}
.department-dropdown{top:42px;border-radius:7px}
.main-header .mob-search-row{border-top:1px solid #e5e7eb}

@media(max-width:1100px){
    .header-inner{grid-template-columns:185px minmax(280px,1fr) auto;gap:16px}
    .brand-logo{width:180px}
    .header-actions{gap:10px}
    .ha-copy{display:none}
    .nav-row>.container{grid-template-columns:155px minmax(0,1fr) auto}
    .department-trigger{width:155px}
    .header-menu-item>a{padding:0 8px;font-size:8px}
}

@media(max-width:780px){
    .top-strip,.nav-row{display:none}
    .header-inner{min-height:58px;display:flex}
    .brand-logo{width:155px}
    .main-header .search-bar-group,.main-header .header-actions{display:none}
    .mob-search-row{display:block}
    .mob-search-form{display:grid;grid-template-columns:1fr}
    .mob-cam-btn{display:none}
    .mob-search-wrap{border-color:#d7e1e7}
    .mob-search-submit{color:#fff;background:#02927c}
}

/* Header visibility, action rhythm and reliable dropdowns. */
.top-strip{height:28px;background:#f0faf8;color:#334155;border-bottom:1px solid #d9eee9;font-size:10px}
.top-strip-links a{color:#526578;font-weight:500;line-height:28px}
.top-strip-links a:hover{color:#007a68}
.header-inner{min-height:78px;grid-template-columns:230px minmax(420px,720px) minmax(255px,auto);gap:30px}
.search-bar{border:1px solid #b9cbc7;background:#fff;box-shadow:0 2px 8px rgba(28,40,50,.05)}
.search-bar:focus-within{border-color:#02927c;box-shadow:0 0 0 3px rgba(2,146,124,.1)}
.search-bar input{height:48px;font-size:13px}
.search-bar .search-submit-btn{min-height:48px}
.header-actions{gap:17px}
.header-action-btn{gap:8px;border:0!important;box-shadow:none!important}
.header-action-btn>svg{width:38px;height:38px;padding:9px;color:#007a68;background:#e6f7f3;border-radius:50%;stroke-width:1.9}
.header-action-btn:nth-child(2)>svg{color:#d94666;background:#fff0f3}
.header-action-btn.cart-btn>svg{color:#2563b8;background:#edf5ff}
.header-action-btn:hover>svg{color:#fff;background:#02927c}
.ha-copy b{color:#1c2832;font-size:11px}.ha-copy small{font-size:9px}
.cart-count{top:2px;left:27px;border:2px solid #fff}
.nav-row,.nav-row>.container,.department-wrap,.category-nav,.header-menu-item{overflow:visible}
.nav-row{position:relative;z-index:40}
.main-header{z-index:50}
.department-wrap,.header-menu-item{position:relative}
.department-dropdown,.header-submenu{top:100%;z-index:100;margin-top:0;padding-top:8px;background:transparent;border:0;box-shadow:none}
.department-dropdown::before,.header-submenu::before{content:"";position:absolute;inset:8px 0 0;background:#fff;border:1px solid #dce7e4;border-radius:8px;box-shadow:0 12px 28px rgba(28,40,50,.13);z-index:-1}
.department-dropdown a,.header-submenu a{margin:0 8px;color:#334155}
.department-dropdown a:first-child,.header-submenu a:first-child{margin-top:8px}
.department-dropdown a:last-child,.header-submenu a:last-child{margin-bottom:8px}
.department-dropdown a:hover,.header-submenu a:hover{color:#007a68;background:#f0faf8}

/* Order tracking. */
.track-page{min-height:620px;padding:38px 0 64px;background:#f6faf9}
.track-shell{max-width:1100px}
.track-heading{display:flex;align-items:center;gap:15px;margin-bottom:24px}
.track-heading>span{width:54px;height:54px;display:grid;place-items:center;color:#02927c;background:#e2f6f1;border-radius:12px}
.track-heading svg{width:27px}.track-heading p{margin:0 0 2px;color:#02927c;font-size:11px;font-weight:600;text-transform:uppercase}.track-heading h1{margin:0;color:#1c2832;font-size:28px;letter-spacing:0}.track-heading small{color:#64748b;font-size:12px}
.track-form{padding:20px;display:grid;grid-template-columns:1fr 1.2fr auto;align-items:end;gap:14px;background:#fff;border:1px solid #dce7e4;border-radius:10px;box-shadow:0 8px 24px rgba(28,40,50,.05)}
.track-form label{display:grid;gap:7px;color:#334155;font-size:11px;font-weight:600}.track-form label>span{height:46px;display:flex;align-items:center;gap:9px;padding:0 12px;border:1px solid #cedbd8;border-radius:8px}.track-form label>span:focus-within{border-color:#02927c;box-shadow:0 0 0 3px rgba(2,146,124,.08)}.track-form label svg{width:18px;color:#02927c}.track-form input{min-width:0;width:100%;border:0;outline:0;background:transparent;font:400 12px Poppins,sans-serif}.track-form button{height:46px;padding:0 20px;display:flex;align-items:center;gap:8px;color:#fff;background:#02927c;border:0;border-radius:8px;font:600 11px Poppins,sans-serif;cursor:pointer}.track-form button:hover{background:#007a68}.track-form button svg{width:17px}
.track-alert{margin-top:14px;padding:12px 14px;display:flex;align-items:center;gap:9px;color:#7c5b12;background:#fff8df;border:1px solid #f2db91;border-radius:8px;font-size:11px}.track-alert.is-error{color:#a1232d;background:#fff1f2;border-color:#fecdd3}.track-alert svg{width:17px}
.track-result{margin-top:20px;overflow:hidden;background:#fff;border:1px solid #dce7e4;border-radius:10px;box-shadow:0 10px 30px rgba(28,40,50,.05)}
.track-summary{padding:18px 20px;display:flex;align-items:center;gap:0;background:#fbfdfd;border-bottom:1px solid #e5e7eb}.track-summary>div{min-width:150px;padding:0 20px;border-right:1px solid #e5e7eb}.track-summary>div:first-child{padding-left:0}.track-summary>div:last-child{border:0}.track-summary small,.track-summary strong{display:block}.track-summary small{margin-bottom:4px;color:#64748b;font-size:9px}.track-summary strong{color:#1c2832;font-size:12px}.track-summary .track-status{color:#007a68}
.track-progress{padding:30px 35px;display:grid;grid-template-columns:repeat(5,1fr);border-bottom:1px solid #e5e7eb}.track-progress>div{position:relative;display:grid;justify-items:center;gap:8px;color:#94a3b8;text-align:center}.track-progress>div:not(:last-child)::after{content:"";position:absolute;top:18px;left:60%;width:80%;height:2px;background:#dce7e4}.track-progress>div.is-active:not(:last-child)::after{background:#02927c}.track-progress span{position:relative;z-index:1;width:38px;height:38px;display:grid;place-items:center;background:#eef3f4;border-radius:50%}.track-progress svg{width:18px}.track-progress b{font-size:10px;font-weight:500}.track-progress .is-active{color:#007a68}.track-progress .is-active span{color:#fff;background:#02927c}
.track-detail-grid{display:grid;grid-template-columns:1.45fr .75fr}.track-detail-grid>article,.track-detail-grid>aside{padding:24px}.track-detail-grid>aside{background:#f8fbfa;border-left:1px solid #e5e7eb}.track-detail-grid h2{margin:0 0 18px;display:flex;align-items:center;gap:8px;color:#1c2832;font-size:14px}.track-detail-grid h2 svg{width:18px;color:#02927c}.track-event{position:relative;padding:0 0 18px 25px;display:flex}.track-event>span{position:absolute;left:2px;top:5px;width:9px;height:9px;background:#02927c;border:2px solid #d8f4ed;border-radius:50%}.track-event:not(:last-child)::before{content:"";position:absolute;left:6px;top:14px;bottom:0;width:1px;background:#b8ded5}.track-event div{display:grid;gap:3px}.track-event strong{font-size:11px}.track-event small{color:#64748b;font-size:9px}.track-empty{min-height:120px;display:flex;align-items:center;justify-content:center;gap:12px;color:#64748b;background:#fbfdfd;border:1px dashed #cbdad7;border-radius:8px}.track-empty>svg{width:25px;color:#02927c}.track-empty p{margin:0;display:grid;gap:3px}.track-empty strong{color:#334155;font-size:11px}.track-empty small{font-size:9px}.track-detail-grid aside>p{color:#526578;font-size:11px;line-height:1.8}.track-detail-grid aside>div{padding:10px 0;display:flex;justify-content:space-between;border-top:1px solid #e5e7eb;font-size:10px}.track-detail-grid aside>div span{color:#64748b}.track-detail-grid aside>a{margin-top:14px;height:38px;display:flex;align-items:center;justify-content:center;gap:7px;color:#007a68;background:#e3f6f1;border-radius:7px;font-size:10px;font-weight:600}.track-detail-grid aside>a svg{width:16px}

@media(max-width:1100px){.header-inner{grid-template-columns:190px minmax(300px,1fr) auto;gap:18px}.header-action-btn>svg{width:34px;height:34px;padding:8px}.header-actions{gap:10px}}
@media(max-width:780px){.track-page{padding:24px 0 45px}.track-heading h1{font-size:23px}.track-form{grid-template-columns:1fr}.track-summary{display:grid;grid-template-columns:1fr 1fr;gap:15px}.track-summary>div{padding:0;border:0}.track-progress{padding:24px 12px}.track-progress b{font-size:8px}.track-progress>div:not(:last-child)::after{left:65%;width:70%}.track-detail-grid{grid-template-columns:1fr}.track-detail-grid>aside{border-left:0;border-top:1px solid #e5e7eb}}

/* Final desktop header sizing: override homepage legacy selectors. */
.popular-home .header-inner,.header-inner{grid-template-columns:minmax(225px,260px) minmax(520px,1fr) minmax(300px,340px);gap:26px}
.popular-home .search-bar-group,.search-bar-group{width:100%;max-width:none;justify-content:stretch}
.popular-home .search-bar,.search-bar-group .search-bar{width:100%;max-width:none!important;min-height:50px}
.popular-home .search-bar input,.search-bar input{height:50px;padding-left:20px;font-size:13px}
.popular-home .search-bar button,.search-bar .search-submit-btn{width:56px;min-height:50px}
.popular-home .header-actions,.header-actions{gap:16px}
.popular-home .header-action-btn,.header-action-btn{min-width:0;padding:4px 0;gap:8px;background:transparent;border-radius:0}
.ha-icon{position:relative;width:38px;height:38px;flex:0 0 38px;display:grid;place-items:center;color:#007a68;background:#e5f7f3;border:1px solid #cdeee7;border-radius:50%}
.header-action-btn:nth-child(2) .ha-icon{color:#d63f62;background:#fff0f3;border-color:#ffd9e1}
.header-action-btn.cart-btn .ha-icon{color:#2563b8;background:#edf5ff;border-color:#d9e9ff}
.header-action-btn:hover .ha-icon{color:#fff;background:#02927c;border-color:#02927c}
.popular-home .header-action-btn .ha-icon svg,.header-action-btn .ha-icon svg,.ha-icon [data-lucide]{width:20px!important;height:20px!important;padding:0!important;display:block;color:currentColor!important;background:transparent!important;border-radius:0!important;stroke:currentColor!important;stroke-width:2!important}
.popular-home .header-action-btn>svg,.header-action-btn>svg{padding:0;background:transparent}
.cart-count{top:-2px;left:27px;z-index:2}

@media(max-width:1200px){
    .popular-home .header-inner,.header-inner{grid-template-columns:190px minmax(360px,1fr) 150px;gap:16px}
    .popular-home .brand-logo,.brand-logo{width:180px}
    .ha-copy{display:none}
    .popular-home .header-actions,.header-actions{justify-content:flex-end;gap:12px}
}

/* Compact two-level category flyout. */
.department-dropdown{width:270px;max-height:430px;padding:8px!important;display:none!important;align-content:start;overflow-y:auto!important;overflow-x:visible!important;background:#fff!important;border:1px solid #dce7e4!important;border-radius:8px!important;box-shadow:0 14px 32px rgba(28,40,50,.14)!important}
.department-dropdown::before{display:none}
.department-wrap:hover .department-dropdown,.department-wrap:focus-within .department-dropdown{display:grid!important}
.department-item{position:static;margin:0}
.department-dropdown .department-parent{min-height:40px;margin:0!important;padding:0 10px;display:flex;align-items:center;justify-content:space-between;gap:10px;color:#334155;border-radius:6px;font-size:11px;font-weight:500}
.department-parent>span{min-width:0;display:flex;align-items:center;gap:9px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
.department-parent>span svg{width:17px;height:17px;flex:0 0 auto;color:#64748b}
.department-parent>svg{width:14px;height:14px;color:#94a3b8}
.department-item:hover>.department-parent,.department-item:focus-within>.department-parent{color:#007a68;background:#f0faf8}
.department-item:hover>.department-parent svg,.department-item:focus-within>.department-parent svg{color:#02927c}
.department-children{position:fixed;z-index:120;width:360px;max-height:430px;padding:16px;display:none;background:#fff;border:1px solid #dce7e4;border-radius:8px;box-shadow:0 14px 32px rgba(28,40,50,.14);overflow-y:auto}
.department-item:hover>.department-children,.department-item:focus-within>.department-children{display:block}
.department-children header{padding:2px 4px 12px;border-bottom:1px solid #e5e7eb}.department-children header small,.department-children header strong{display:block}.department-children header small{color:#02927c;font-size:8px;font-weight:600;text-transform:uppercase}.department-children header strong{margin-top:2px;color:#1c2832;font-size:14px}
.department-children>div{padding:8px 0;display:grid;grid-template-columns:1fr 1fr;gap:3px 8px}
.department-children>div>a{min-height:36px;margin:0!important;padding:0 8px;display:flex;align-items:center;justify-content:space-between;gap:6px;color:#475569;border-radius:6px;font-size:10px}
.department-children>div>a:hover{color:#007a68;background:#f0faf8}.department-children>div>a svg{width:12px;height:12px;opacity:.55}
.department-children .department-view-all{min-height:38px;margin:4px 0 0!important;padding:0 10px;display:flex;align-items:center;justify-content:center;gap:7px;color:#fff;background:#02927c;border-radius:6px;font-size:10px;font-weight:600}.department-children .department-view-all:hover{color:#fff;background:#007a68}.department-view-all svg{width:14px}

/* Wishlist and editable three-slide hero. */
.wishlist-count{position:absolute;top:-3px;right:-5px;z-index:3;min-width:17px;height:17px;padding:0 4px;display:grid;place-items:center;color:#fff;background:#e23e60;border:2px solid #fff;border-radius:9px;font-size:7px;font-weight:700}
.product-hover-actions form{display:contents}.product-hover-actions .wishlist-trigger{width:32px;height:32px;display:grid;place-items:center;color:#64748b;background:#fff;border:0;border-radius:7px;box-shadow:0 4px 12px rgba(28,40,50,.1);cursor:pointer}.product-hover-actions .wishlist-trigger svg{width:16px}.product-hover-actions .wishlist-trigger:hover,.product-hover-actions .wishlist-trigger.is-active{color:#e23e60;background:#fff0f3}.product-hover-actions .wishlist-trigger.is-active svg{fill:currentColor}
.wishlist-page{min-height:600px;padding:34px 0 64px;background:#f7faf9}.wishlist-head{margin-bottom:22px;padding:20px;display:flex;align-items:center;gap:14px;background:#fff;border:1px solid #dce7e4;border-radius:10px}.wishlist-head>span{width:48px;height:48px;display:grid;place-items:center;color:#e23e60;background:#fff0f3;border-radius:10px}.wishlist-head>span svg{width:23px}.wishlist-head>div{flex:1}.wishlist-head small{color:#02927c;font-size:9px;font-weight:600;text-transform:uppercase}.wishlist-head h1{margin:1px 0;color:#1c2832;font-size:25px;letter-spacing:0}.wishlist-head p{margin:0;color:#64748b;font-size:10px}.wishlist-head>a,.wishlist-empty>a{height:38px;padding:0 14px;display:flex;align-items:center;gap:7px;color:#fff;background:#02927c;border-radius:7px;font-size:10px;font-weight:600}.wishlist-head>a svg,.wishlist-empty>a svg{width:15px}.wishlist-grid{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:12px}.wishlist-empty{min-height:360px;display:flex;align-items:center;justify-content:center;flex-direction:column;text-align:center;background:#fff;border:1px dashed #cddbd8;border-radius:10px}.wishlist-empty>span{width:64px;height:64px;display:grid;place-items:center;color:#02927c;background:#e7f7f3;border-radius:50%}.wishlist-empty>span svg{width:29px}.wishlist-empty h2{margin:15px 0 3px;font-size:18px}.wishlist-empty p{margin:0 0 17px;color:#64748b;font-size:10px}
.popular-home .pb-home-slide.tone-1{background:linear-gradient(110deg,#d9fbf4 0%,#bcefe6 58%,#9be3d7 100%)}.popular-home .pb-home-slide.tone-2{background:linear-gradient(110deg,#e8f4ff 0%,#d9ecff 58%,#bddcf6 100%)}.popular-home .pb-home-slide.tone-3{background:linear-gradient(110deg,#fff1f4 0%,#fce4ea 58%,#f5cbd6 100%)}.popular-home .pb-home-slide.tone-2 .pb-home-hero-copy>span{color:#2563b8}.popular-home .pb-home-slide.tone-2 .pb-home-cta{background:#2563b8}.popular-home .pb-home-slide.tone-3 .pb-home-hero-copy>span{color:#c93659}.popular-home .pb-home-slide.tone-3 .pb-home-cta{background:#c93659}.popular-home .pb-home-slide.tone-2 .pb-hero-trust svg{color:#2563b8}.popular-home .pb-home-slide.tone-3 .pb-hero-trust svg{color:#c93659}
@media(max-width:1000px){.wishlist-grid{grid-template-columns:repeat(3,1fr)}}@media(max-width:620px){.wishlist-head{align-items:flex-start;flex-wrap:wrap}.wishlist-head>a{width:100%;justify-content:center}.wishlist-grid{grid-template-columns:repeat(2,1fr)}}

/* Reference storefront footer. */
.pb-footer-benefits{padding:25px 0 18px;background:#fff;border-top:1px solid #e5e7eb}.pb-footer-benefits>.container{display:grid;grid-template-columns:repeat(4,1fr)}.pb-footer-benefits .container>div{padding:0 24px;display:flex;align-items:center;gap:12px;border-right:1px solid #e5e7eb}.pb-footer-benefits .container>div:last-child{border:0}.pb-footer-benefits span{width:44px;height:44px;flex:0 0 44px;display:grid;place-items:center;color:#02927c;background:#e7f8f4;border-radius:50%}.pb-footer-benefits svg{width:20px}.pb-footer-benefits p{margin:0;display:grid;gap:3px}.pb-footer-benefits strong{color:#1c2832;font-size:10px}.pb-footer-benefits small{color:#64748b;font-size:8px}
.pb-footer-newsletter{padding:18px 0 30px;background:#fff}.pb-footer-newsletter>.container{min-height:124px;padding:24px 30px;display:flex;align-items:center;justify-content:space-between;gap:30px;color:#fff;background:linear-gradient(110deg,#006b5c,#02927c);border-radius:10px}.pb-newsletter-copy{display:flex;align-items:center;gap:16px}.pb-newsletter-copy>span{width:52px;height:52px;display:grid;place-items:center;background:rgba(255,255,255,.13);border-radius:50%}.pb-newsletter-copy svg{width:24px}.pb-newsletter-copy h2{margin:0 0 5px;font-size:17px;letter-spacing:0}.pb-newsletter-copy p{margin:0;color:#d7f3ed;font-size:9px}.pb-footer-newsletter form{width:min(500px,48%);display:grid;gap:7px}.pb-footer-newsletter form>div{height:42px;display:grid;grid-template-columns:1fr auto;background:#fff;border:3px solid rgba(255,255,255,.28);border-radius:7px}.pb-footer-newsletter input[type=email]{min-width:0;padding:0 12px;border:0;outline:0;font:400 9px Poppins,sans-serif}.pb-footer-newsletter button{padding:0 23px;color:#fff;background:#02927c;border:0;font:600 9px Poppins,sans-serif;cursor:pointer}.pb-footer-newsletter label{display:flex;align-items:center;gap:6px;color:#e2f5f1;font-size:7px}.pb-footer-newsletter label input{accent-color:#fff}
.popular-home footer,.popular-home .footer-main,footer,.footer-main{color:#475569!important;background:#fff!important}.popular-home .footer-grid,.footer-grid{padding-top:30px;padding-bottom:28px;display:grid;grid-template-columns:1.5fr repeat(4,1fr);gap:38px}.popular-home .footer-grid h4,.footer-grid h4{margin:0 0 13px;color:#1c2832!important;font-size:10px;font-weight:600}.popular-home .footer-brand .brand-logo,.footer-brand .brand-logo{width:185px}.popular-home .footer-tagline,.footer-tagline{max-width:240px;margin:10px 0 14px;color:#64748b!important;font-size:8px!important;line-height:1.8}.popular-home .footer-links,.footer-links{display:grid;gap:9px}.popular-home .footer-links a,.popular-home .footer-links li,.footer-links a,.footer-links li{color:#64748b!important;font-size:8px!important}.popular-home .footer-links a:hover,.footer-links a:hover{color:#02927c!important}.footer-socials{display:flex;gap:8px}.footer-socials a{width:27px;height:27px;display:grid;place-items:center;color:#334155;background:#f1f5f9;border-radius:50%}.footer-socials a:hover{color:#fff;background:#02927c}.footer-socials svg{width:13px}
.footer-apps>p{margin:-6px 0 10px;color:#64748b;font-size:8px}.footer-apps>a{width:142px;min-height:43px;margin-bottom:7px;padding:5px 10px;display:flex;align-items:center;gap:9px;color:#fff!important;background:#090909;border-radius:6px}.footer-apps>a>svg{width:21px}.footer-apps>a>span{display:grid}.footer-apps small{font-size:6px}.footer-apps b{color:#fff!important;font-size:12px;line-height:1.1}.popular-home .footer-bottom,.footer-bottom{color:#64748b!important;background:#fff!important;border-top:1px solid #e5e7eb}.popular-home .footer-bottom-inner,.footer-bottom-inner{min-height:70px;display:flex;align-items:center;justify-content:space-between;font-size:8px!important}.footer-payments{display:flex;align-items:center;gap:16px}.footer-payments b{font-size:11px}.footer-payments b:first-child{color:#1b55b4}.footer-payments b:nth-child(2){color:#ef3340;font-size:22px}.footer-payments b:nth-child(3){color:#1b397a}.footer-payments b:last-child{color:#506c86;text-decoration:underline}
@media(max-width:900px){.pb-footer-benefits>.container{grid-template-columns:1fr 1fr;gap:18px}.pb-footer-benefits .container>div{border:0}.pb-footer-newsletter>.container{align-items:flex-start;flex-direction:column}.pb-footer-newsletter form{width:100%}.popular-home .footer-grid,.footer-grid{grid-template-columns:1.4fr 1fr 1fr;gap:28px}.footer-col-brand{grid-row:span 2}}
@media(max-width:600px){.pb-footer-benefits>.container{grid-template-columns:1fr}.pb-footer-benefits .container>div{padding:0 8px}.pb-footer-newsletter>.container{padding:22px 18px}.pb-newsletter-copy h2{font-size:14px}.popular-home .footer-grid,.footer-grid{grid-template-columns:1fr 1fr;gap:26px 18px}.footer-col-brand{grid-column:1/-1;grid-row:auto}.popular-home .footer-bottom-inner,.footer-bottom-inner{padding:16px 0;gap:12px;align-items:flex-start;flex-direction:column}.footer-payments{gap:12px}}

/* Remove legacy footer height and keep every footer icon visible. */
.popular-home .footer-main,.footer-main{min-height:0!important;height:auto!important;margin:0!important;padding:0!important}
.popular-home .footer-grid,.footer-grid{min-height:0!important;height:auto!important;margin:0 auto!important;padding-top:34px!important;padding-bottom:32px!important;align-items:start!important}
.popular-home .footer-bottom,.footer-bottom{min-height:0!important;height:auto!important;margin:0!important;padding:0!important}
.popular-home .footer-bottom-inner,.footer-bottom-inner{height:62px!important;min-height:62px!important;padding-top:0!important;padding-bottom:0!important;opacity:1!important}
.footer-socials a{opacity:1!important}.footer-socials a b{color:#334155!important;font-size:12px!important}.footer-socials a:hover b{color:#fff!important}.footer-socials svg{display:block!important;color:currentColor!important;stroke:currentColor!important;opacity:1!important}
.footer-apps>a{opacity:1!important}.footer-apps .app-badge-icon{width:24px;height:28px;display:grid;place-items:center;color:#fff;flex:0 0 24px}.footer-apps .app-badge-icon svg{width:23px!important;height:23px!important;display:block!important;color:#fff!important;stroke:#fff!important;opacity:1!important}.footer-apps .play-icon svg{fill:none;stroke-width:2.5}.footer-payments,.footer-payments b,.footer-bottom-inner>span{opacity:1!important}

/* Compact category row directly below the hero. */
.popular-home .pb-circle-categories,.pb-circle-categories{padding:10px 0 9px!important;background:#fff;border-bottom:1px solid #eef2f3}
.popular-home .pb-circle-categories .container,.pb-circle-categories .container{display:grid!important;grid-template-columns:repeat(10,minmax(0,1fr));align-items:start;justify-content:normal;gap:6px!important;overflow:visible}
.popular-home .pb-circle-categories a,.pb-circle-categories a{min-width:0;width:100%;display:grid;justify-items:center;gap:5px}
.popular-home .pb-circle-categories a>span,.pb-circle-categories a>span{width:58px;height:58px;display:grid;place-items:center;background:#f4f7f8;border:1px solid #e8edef;border-radius:50%}
.popular-home .pb-circle-categories img,.pb-circle-categories img{width:48px;height:48px;padding:2px;object-fit:contain}
.popular-home .pb-circle-categories a>span svg,.pb-circle-categories a>span svg{width:22px;height:22px;color:#02927c}
.popular-home .pb-circle-categories strong,.pb-circle-categories strong{max-width:100%;color:#1c2832;font-size:8px;font-weight:500;line-height:1.3;text-align:center;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
@media(max-width:780px){.popular-home .pb-circle-categories .container,.pb-circle-categories .container{display:flex!important;gap:8px!important;overflow-x:auto;padding-bottom:3px}.popular-home .pb-circle-categories a,.pb-circle-categories a{min-width:68px}.popular-home .pb-circle-categories a>span,.pb-circle-categories a>span{width:54px;height:54px}}

/* Supplied full-image homepage banners. */
.popular-home .pb-home-hero{background:#eef8f6}
.popular-home .pb-home-slide.pb-image-banner{min-height:0;background:#eef8f6}
.popular-home .pb-home-banner-link{width:100%;display:block}
.popular-home .pb-home-banner-link img{width:100%;height:auto;aspect-ratio:8/3;display:block;object-fit:cover}
.popular-home .pb-home-hero .pb-slide-prev,.popular-home .pb-home-hero .pb-slide-next{top:50%;width:38px;height:38px;transform:translateY(-50%)}
.popular-home .pb-home-hero .pb-slide-dots{bottom:10px}
@media(max-width:780px){.popular-home .pb-home-banner-link img{aspect-ratio:8/3;object-fit:contain}.popular-home .pb-home-hero .pb-slide-prev,.popular-home .pb-home-hero .pb-slide-next{width:30px;height:30px}.popular-home .pb-home-hero .pb-slide-prev{left:7px}.popular-home .pb-home-hero .pb-slide-next{right:7px}}

/* Larger category artwork without increasing strip height. */
.popular-home .pb-circle-categories,.pb-circle-categories{padding:7px 0 6px!important}
.popular-home .pb-circle-categories .container,.pb-circle-categories .container{gap:3px!important}
.popular-home .pb-circle-categories a,.pb-circle-categories a{gap:3px!important}
.popular-home .pb-circle-categories a>span,.pb-circle-categories a>span{width:72px;height:72px;border-color:#e1e8ea;box-shadow:0 2px 7px rgba(28,40,50,.035)}
.popular-home .pb-circle-categories img,.pb-circle-categories img{width:64px;height:64px;padding:3px}
.popular-home .pb-circle-categories a>span svg,.pb-circle-categories a>span svg{width:28px;height:28px}
.popular-home .pb-circle-categories strong,.pb-circle-categories strong{font-size:9px;line-height:1.15}
.popular-home .pb-circle-categories a:hover>span,.pb-circle-categories a:hover>span{border-color:#8fd4c8;background:#f0faf8;transform:translateY(-1px)}
@media(max-width:780px){.popular-home .pb-circle-categories a,.pb-circle-categories a{min-width:76px}.popular-home .pb-circle-categories a>span,.pb-circle-categories a>span{width:66px;height:66px}.popular-home .pb-circle-categories img,.pb-circle-categories img{width:58px;height:58px}}

/* Featured categories: 30% larger, one compact scrollable line. */
.popular-home .pb-circle-categories,.pb-circle-categories{margin-top:12px!important;padding:8px 0 7px!important;border-top:1px solid #edf2f2}
.popular-home .pb-circle-categories .container,.pb-circle-categories .container{display:flex!important;align-items:flex-start;justify-content:center;gap:8px!important;overflow-x:auto!important;overflow-y:hidden;scrollbar-width:thin;scrollbar-color:#c6ddd8 transparent}
.popular-home .pb-circle-categories a,.pb-circle-categories a{width:106px;min-width:106px;gap:4px!important}
.popular-home .pb-circle-categories a>span,.pb-circle-categories a>span{width:94px;height:94px}
.popular-home .pb-circle-categories img,.pb-circle-categories img{width:84px;height:84px;padding:3px}
.popular-home .pb-circle-categories a>span svg,.pb-circle-categories a>span svg{width:36px;height:36px}
.popular-home .pb-circle-categories strong,.pb-circle-categories strong{font-size:10px;line-height:1.2}
@media(max-width:780px){.popular-home .pb-circle-categories,.pb-circle-categories{margin-top:8px!important}.popular-home .pb-circle-categories .container,.pb-circle-categories .container{justify-content:flex-start}.popular-home .pb-circle-categories a,.pb-circle-categories a{width:96px;min-width:96px}.popular-home .pb-circle-categories a>span,.pb-circle-categories a>span{width:86px;height:86px}.popular-home .pb-circle-categories img,.pb-circle-categories img{width:76px;height:76px}}

/* Slow, seamless auto-scroll for every active main category. */
.popular-home .pb-circle-categories .container,.pb-circle-categories .container{display:block!important;overflow:hidden!important}
.pb-category-marquee{width:max-content;display:flex;will-change:transform;animation:pb-category-scroll 65s linear infinite}
.pb-category-set{display:flex;align-items:flex-start;gap:8px;padding-right:8px}
.pb-circle-categories:hover .pb-category-marquee,.pb-circle-categories:focus-within .pb-category-marquee{animation-play-state:paused}
@keyframes pb-category-scroll{from{transform:translate3d(0,0,0)}to{transform:translate3d(-50%,0,0)}}
@media(prefers-reduced-motion:reduce){.pb-category-marquee{animation:none}.popular-home .pb-circle-categories .container,.pb-circle-categories .container{overflow-x:auto!important}.pb-category-set[aria-hidden=true]{display:none}}

/* Three complete linked promo images in one row. */
.popular-home .pb-cropped-promos,.pb-cropped-promos{padding:10px 0 18px}
.popular-home .pb-cropped-promos .container,.pb-cropped-promos .container{width:min(100% - 32px,1500px);max-width:1500px;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}
.popular-home .pb-cropped-promos a,.pb-cropped-promos a{width:100%;min-width:0;height:auto!important;min-height:0!important;aspect-ratio:auto!important;padding:0!important;display:block!important;overflow:visible!important;line-height:0;background:transparent!important;background-image:none!important;border:0!important;border-radius:0!important;box-shadow:none!important;transition:transform .2s ease}
.popular-home .pb-cropped-promos a:hover,.pb-cropped-promos a:hover{transform:translateY(-2px)}
.popular-home .pb-cropped-promos a img,.pb-cropped-promos a img{width:100%!important;height:auto!important;max-height:none!important;aspect-ratio:auto!important;display:block!important;object-fit:contain!important;object-position:center!important;border-radius:12px}
.sr-only{position:absolute!important;width:1px!important;height:1px!important;padding:0!important;margin:-1px!important;overflow:hidden!important;clip:rect(0,0,0,0)!important;white-space:nowrap!important;border:0!important}
@media(max-width:760px){.popular-home .pb-cropped-promos .container,.pb-cropped-promos .container{width:min(100% - 20px,1500px);display:flex;gap:10px;overflow-x:auto;scroll-snap-type:x mandatory}.popular-home .pb-cropped-promos a,.pb-cropped-promos a{min-width:82vw;scroll-snap-align:start}}

/* Compact title-only Today's Deals section. */
.popular-home .pb-deals-section,.pb-deals-section{padding:20px 0 22px;background:#fff}
.popular-home .pb-deals-section>.container>header,.pb-deals-section>.container>header{margin-bottom:12px}
.popular-home .pb-deals-section h2,.pb-deals-section h2{color:#1c2832;font-size:19px;font-weight:700}
.popular-home .pb-deals-section h2 svg,.pb-deals-section h2 svg{width:19px;height:19px;color:#ff3d4f;fill:#ff3d4f}
.popular-home .pb-deals-section header>a,.pb-deals-section header>a{font-size:9px;font-weight:600}
.popular-home .pb-deals-section .pb-home-products,.pb-deals-section .pb-home-products{grid-template-columns:repeat(5,minmax(0,1fr));gap:10px}

/* Product card readability and one-line icon actions. */
.product-card .product-kicker{min-height:16px;justify-content:flex-start}
.product-card .product-title{min-height:38px!important;height:38px;display:-webkit-box!important;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow:hidden;color:#1c2832;font-size:12px!important;font-weight:600;line-height:1.45;text-overflow:ellipsis}

/* Refined icon-only commerce actions. */
.popular-home .pb-home-products .product-actions{display:grid!important;grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:7px!important;margin-top:10px!important}
.popular-home .pb-home-products .product-actions form{display:contents!important}
.popular-home .pb-home-products .product-actions .btn{position:relative;width:100%!important;height:42px!important;min-height:42px!important;padding:0!important;display:grid!important;place-items:center!important;border:1px solid transparent!important;border-radius:8px!important;box-shadow:none!important;transition:transform .18s ease,box-shadow .18s ease,background .18s ease!important}
.popular-home .pb-home-products .product-actions .btn:hover{transform:translateY(-2px);box-shadow:0 7px 16px rgba(15,23,42,.12)!important}
.popular-home .pb-home-products .product-actions .btn-primary{color:#fff!important;background:#008f78!important}
.popular-home .pb-home-products .product-actions .card-qv-btn{color:#25445b!important;background:#f2f7fa!important;border-color:#d5e1e8!important}
.popular-home .pb-home-products .product-actions .card-qv-btn:hover{color:#fff!important;background:#25445b!important;border-color:#25445b!important}
.popular-home .pb-home-products .product-actions .card-whatsapp-btn{grid-column:auto!important;color:#fff!important;background:#20bd68!important;border-color:#20bd68!important}
.popular-home .pb-home-products .product-actions .btn svg{width:20px!important;height:20px!important;stroke-width:2!important}
.popular-home .pb-home-products .product-actions .btn:focus-visible{outline:3px solid rgba(2,146,124,.22)!important;outline-offset:2px}

/* Premium quick view: clean product canvas and strong shopping hierarchy. */
.qv-overlay{padding:24px!important}
.qv-backdrop{background:rgba(10,24,30,.66)!important;backdrop-filter:blur(8px)!important}
.qv-dialog{width:min(960px,calc(100vw - 48px))!important;max-width:960px!important;grid-template-columns:minmax(0,1.05fr) minmax(360px,.95fr)!important;border:1px solid rgba(255,255,255,.7)!important;border-radius:14px!important;box-shadow:0 30px 90px rgba(5,25,30,.32)!important}
.qv-gallery{background:#f4f8f7!important;border-right:1px solid #dfebe8!important}
.qv-main-img-wrap{min-height:470px!important;padding:42px!important;background:linear-gradient(145deg,#fbfdfd,#edf5f3)!important}
#qv-main-img{max-height:390px!important;filter:drop-shadow(0 18px 26px rgba(25,55,60,.14))!important}
.qv-info{padding:38px 36px 30px!important}
.qv-close{top:14px!important;right:14px!important;width:36px!important;height:36px!important;color:#28434b!important;background:#fff!important;border-color:#dce7e4!important;border-radius:8px!important}
.qv-close:hover{color:#fff!important;background:#008f78!important;border-color:#008f78!important}
.qv-close:hover svg{color:#fff!important}
.qv-kicker>span:first-child{color:#007a68!important;background:#e5f8f4!important;letter-spacing:0!important;font-weight:600!important}
.qv-title{margin-bottom:12px!important;color:#172b34!important;font-size:22px!important;font-weight:700!important;letter-spacing:0!important}
.qv-price-row{margin-bottom:18px!important;padding-bottom:18px!important;border-color:#e2ece9!important}
.qv-price-row .price{color:#00866f!important;font-size:28px!important;font-weight:700!important}
.qv-price-row .discount-badge{color:#b42332!important;background:#fff0f2!important}
.qv-section-label{color:#567078!important;font-weight:600!important;letter-spacing:0!important}
.qv-color-swatch.active{border-color:#008f78!important;box-shadow:0 0 0 3px rgba(0,143,120,.12)!important}
.qv-stock{width:max-content!important;color:#007a68!important;background:#e5f8f4!important;border-radius:6px!important}
.qv-qty-control{border-color:#ccddd9!important;border-radius:8px!important}
.qv-qty-btn:hover{color:#fff!important;background:#008f78!important}
.qv-add-cart{color:#fff!important;background:#008f78!important}
.qv-buynow{color:#fff!important;background:#172b34!important}
.qv-secondary-actions{grid-template-columns:repeat(3,minmax(0,1fr))!important}
.qv-secondary-actions .btn{min-width:0!important;padding:0 10px!important;font-size:10px!important;white-space:nowrap}
.qv-whatsapp-link{height:auto!important;background:#20bd68!important;color:#fff!important}
.qv-full-link{color:#25445b!important;background:#f2f7fa!important;border-color:#d5e1e8!important}
@media(max-width:700px){.qv-overlay{padding:8px!important;align-items:flex-end!important}.qv-dialog{width:100%!important;max-height:94vh!important;grid-template-columns:1fr!important;grid-template-rows:auto 1fr!important;border-radius:14px 14px 0 0!important}.qv-main-img-wrap{min-height:260px!important;padding:28px!important}.qv-info{padding:22px 18px!important}.qv-title{font-size:18px!important}.qv-secondary-actions{grid-template-columns:1fr 1fr!important}.qv-whatsapp-link{grid-column:1/-1}}

/* Live deals identity and countdown. */
.popular-home .pb-deals-section{padding-top:24px!important;background:linear-gradient(180deg,#fff 0%,#fbfefe 100%)}
.popular-home .pb-deals-header{margin-bottom:14px!important;display:flex!important;align-items:center!important;justify-content:space-between!important;gap:24px!important}
.pb-deals-heading{min-width:0;display:flex;align-items:center;gap:11px}.pb-deals-flame{width:42px;height:42px;flex:0 0 42px;display:grid;place-items:center;color:#ff435d;background:#fff0f3;border-radius:50%}.pb-deals-flame svg{width:23px!important;height:23px!important;fill:currentColor}.popular-home .pb-deals-heading h2{font-size:24px!important;line-height:1.15!important}.pb-deals-heading p{margin:4px 0 0;color:#718096;font-size:10px}.pb-deals-tools{display:flex;align-items:center;gap:14px}.pb-deal-countdown{min-height:52px;padding:7px 14px;display:flex;align-items:center;gap:13px;color:#007a68;background:#e9f8f5;border:1px solid #d5f0ea;border-radius:8px}.pb-deal-countdown>span{display:flex;align-items:center;gap:6px;font-size:9px;font-weight:600;white-space:nowrap}.pb-deal-countdown>span svg{width:15px}.pb-deal-countdown>strong{display:grid;grid-template-columns:24px 12px 5px 24px 14px 5px 24px 14px;align-items:center;color:#193946}.pb-deal-countdown b{font-size:17px;line-height:1;text-align:center}.pb-deal-countdown small{align-self:end;padding-bottom:1px;color:#607f82;font-size:6px;font-weight:500}.pb-deal-countdown em{color:#84aaa4;font-size:14px;font-style:normal;text-align:center}.popular-home .pb-view-deals{min-height:44px;padding:0 18px;display:flex;align-items:center;gap:8px;color:#fff!important;background:#008f78;border-radius:8px;font-size:10px!important;font-weight:600!important;box-shadow:0 7px 16px rgba(0,143,120,.18)}.popular-home .pb-view-deals:hover{background:#007562;transform:translateY(-1px)}.pb-view-deals svg{width:15px}

/* Bare, high-contrast action icons using the three promo colors. */
.popular-home .pb-home-products .product-actions{gap:0!important;margin-top:8px!important;border-top:1px solid #edf1f2}
.popular-home .pb-home-products .product-actions .btn{height:46px!important;min-height:46px!important;background:transparent!important;border:0!important;border-radius:0!important;box-shadow:none!important}
.popular-home .pb-home-products .product-actions .btn:not(:last-child){border-right:1px solid #edf1f2!important}
.popular-home .pb-home-products .product-actions .btn:hover{transform:none!important;box-shadow:none!important;background:#f8fbfb!important}
.popular-home .pb-home-products .product-actions .btn-primary{color:#008f78!important}
.popular-home .pb-home-products .product-actions .card-qv-btn{color:#1769d2!important}
.popular-home .pb-home-products .product-actions .card-whatsapp-btn{color:#7c3aed!important}
.popular-home .pb-home-products .product-actions .btn svg{width:23px!important;height:23px!important;stroke-width:2.2!important;transition:transform .18s ease}
.popular-home .pb-home-products .product-actions .btn:hover svg{transform:translateY(-2px) scale(1.08)}
@media(max-width:800px){.popular-home .pb-deals-header{align-items:flex-start!important;flex-direction:column}.pb-deals-tools{width:100%;justify-content:space-between}.pb-deal-countdown{min-width:0}.popular-home .pb-view-deals{flex:0 0 auto}}
@media(max-width:480px){.pb-deals-heading p{display:none}.pb-deals-tools{align-items:stretch;flex-direction:column}.pb-deal-countdown{justify-content:space-between}.popular-home .pb-view-deals{justify-content:center}}

/* Reference-style product quick view. */
.qv-dialog{width:min(1440px,calc(100vw - 70px))!important;max-width:1440px!important;max-height:92vh!important;grid-template-columns:minmax(560px,1.08fr) minmax(520px,.92fr)!important;border-radius:20px!important}
.qv-gallery{padding:28px 26px 24px!important;display:grid!important;grid-template-columns:88px minmax(0,1fr)!important;grid-template-rows:minmax(470px,1fr) auto!important;gap:18px!important;background:#fff!important;border-right:0!important;overflow-y:auto!important}
.qv-main-img-wrap{grid-column:2!important;grid-row:1!important;min-height:520px!important;padding:34px!important;position:relative;border-radius:12px!important;background:linear-gradient(145deg,#f7fafb,#edf4f6)!important}
#qv-main-img{max-height:470px!important}
.qv-thumbs{grid-column:1!important;grid-row:1!important;padding:0!important;display:flex!important;align-content:flex-start!important;flex-direction:column!important;flex-wrap:nowrap!important;justify-content:flex-start!important;gap:12px!important;overflow-y:auto!important;background:transparent!important;border:0!important}
.qv-thumbs:empty{display:none!important}.qv-thumb{width:82px!important;height:94px!important;padding:7px!important;object-fit:contain!important;border:1px solid #dfe8eb!important;border-radius:8px!important;box-shadow:none!important}.qv-thumb.active{border:2px solid #009b82!important;box-shadow:none!important}
.qv-gallery:has(.qv-thumbs:empty){grid-template-columns:1fr!important}.qv-gallery:has(.qv-thumbs:empty) .qv-main-img-wrap{grid-column:1!important}
.qv-feature-strip{grid-column:1/-1;grid-row:2;padding:12px 8px 0;display:grid;grid-template-columns:repeat(4,1fr);gap:10px}.qv-feature-strip span{display:grid;justify-items:center;gap:7px;color:#203745;text-align:center}.qv-feature-strip svg{width:28px;height:28px;padding:9px;box-sizing:content-box;color:#183f50;background:#f1f7f8;border-radius:50%}.qv-feature-strip b{font-size:10px;font-weight:500;line-height:1.35}
.qv-info{padding:32px 34px 24px!important;background:#fff!important}.qv-kicker{margin-bottom:15px!important}.qv-kicker>span:first-child{padding:5px 12px!important;background:linear-gradient(90deg,#e7f8e9,#fff0e8)!important;border-radius:999px!important;font-size:9px!important;text-transform:uppercase!important}
.qv-title{max-width:650px;margin-bottom:12px!important;font-size:30px!important;line-height:1.18!important}
.qv-review-row{margin-bottom:14px;display:flex;align-items:center;gap:9px;color:#42566a;font-size:11px}.qv-stars{display:flex;gap:2px;color:#ffb000}.qv-stars svg{width:17px;height:17px;fill:currentColor;stroke:currentColor}.qv-review-divider{width:1px;height:17px;background:#bac7ce}.qv-price-row{margin:0!important;padding:0!important;border:0!important}.qv-price-row .price{font-size:34px!important}.qv-price-row .discount-badge{margin-left:8px;padding:8px 14px!important;color:#087c43!important;background:#dff7e9!important;border-radius:999px!important;font-size:11px!important}.qv-tax-note{margin:2px 0 18px;color:#73869b;font-size:11px}.qv-desc{margin:0 0 18px!important;padding:0 0 18px!important;color:#60748b!important;border-bottom:1px solid #e3eaed;font-size:12px!important;line-height:1.7!important}
.qv-section{margin-bottom:16px!important}.qv-color-list{display:grid!important;grid-template-columns:repeat(4,minmax(0,1fr))!important;gap:8px!important}.qv-color-swatch{min-width:0!important;padding:8px!important;display:grid!important;justify-items:center!important;gap:5px!important;border:1px solid #dce6ea!important;border-radius:8px!important}.qv-color-image{width:62px;height:64px;object-fit:contain}.qv-color-dot{width:38px!important;height:38px!important}.qv-color-name{max-width:100%;overflow:hidden;font-size:8px!important;text-overflow:ellipsis;white-space:nowrap}.qv-color-swatch.active{border:2px solid #009b82!important;box-shadow:none!important}
.qv-attrs{max-height:110px;overflow:auto}.qv-stock{margin-bottom:12px!important}.qv-actions{margin-top:auto!important;padding-top:0!important}.qv-qty-row{grid-template-columns:190px 1fr!important}.qv-qty-control{height:50px!important}.qv-qty-btn,.qv-qty-input{height:48px!important}.qv-add-cart{height:50px!important;border-radius:8px!important;font-size:14px!important}.qv-secondary-actions{margin-top:10px!important;grid-template-columns:1fr 1fr!important}.qv-secondary-actions .btn{height:46px!important;font-size:11px!important}.qv-whatsapp-link{display:none!important}.qv-trust-row{margin-top:18px;padding-top:14px;display:grid;grid-template-columns:repeat(4,1fr);gap:8px;border-top:1px solid #e3eaed}.qv-trust-row span{display:grid;grid-template-columns:34px 1fr;align-items:center;gap:6px;color:#263d4b}.qv-trust-row svg{width:17px;height:17px;padding:8px;box-sizing:content-box;color:#008f78;background:#eaf8f5;border-radius:50%}.qv-trust-row b{font-size:7px;font-weight:600;line-height:1.35}
@media(max-width:1050px){.qv-dialog{grid-template-columns:1fr 1fr!important}.qv-gallery{grid-template-columns:68px minmax(0,1fr)!important}.qv-thumb{width:62px!important;height:72px!important}.qv-main-img-wrap{min-height:400px!important}.qv-title{font-size:22px!important}.qv-info{padding:28px 24px 22px!important}}
@media(max-width:700px){.qv-dialog{grid-template-columns:1fr!important;grid-template-rows:auto 1fr!important}.qv-gallery{padding:16px!important;grid-template-columns:1fr!important;grid-template-rows:270px auto!important}.qv-main-img-wrap{grid-column:1!important;min-height:270px!important;padding:20px!important}.qv-thumbs{grid-column:1!important;grid-row:2!important;flex-direction:row!important;overflow-x:auto!important}.qv-thumb{width:60px!important;height:60px!important}.qv-feature-strip{display:none}.qv-title{font-size:19px!important}.qv-review-row{flex-wrap:wrap}.qv-color-list{grid-template-columns:repeat(3,1fr)!important}.qv-qty-row{grid-template-columns:125px 1fr!important}.qv-trust-row{grid-template-columns:1fr 1fr}}

/* Keep the complete quick view visible on standard laptop screens. */
@media(min-width:701px){
    .qv-overlay{padding:16px!important}
    .qv-dialog{width:min(1320px,calc(100vw - 32px))!important;max-width:1320px!important;max-height:calc(100vh - 32px)!important}
    .qv-gallery{padding:20px!important;grid-template-columns:76px minmax(0,1fr)!important;grid-template-rows:minmax(350px,1fr) auto!important;gap:12px!important}
    .qv-main-img-wrap{min-height:390px!important;padding:24px!important}
    #qv-main-img{max-height:360px!important}
    .qv-thumb{width:70px!important;height:74px!important;padding:5px!important}
    .qv-feature-strip{padding-top:6px!important;gap:6px!important}
    .qv-feature-strip span{gap:4px!important}.qv-feature-strip svg{width:22px!important;height:22px!important;padding:7px!important}.qv-feature-strip b{font-size:8px!important}
    .qv-info{padding:22px 26px 18px!important}
    .qv-kicker{margin-bottom:9px!important}
    .qv-title{margin-bottom:8px!important;font-size:24px!important;line-height:1.16!important}
    .qv-review-row{margin-bottom:9px!important}
    .qv-price-row .price{font-size:29px!important}
    .qv-price-row .discount-badge{padding:6px 11px!important}
    .qv-tax-note{margin:1px 0 10px!important}
    .qv-desc{margin-bottom:10px!important;padding-bottom:10px!important;font-size:10px!important;line-height:1.55!important}
    .qv-section{margin-bottom:9px!important}.qv-section-label{margin-bottom:5px!important}
    .qv-color-swatch{padding:5px!important}.qv-color-image{width:48px!important;height:46px!important}.qv-color-dot{width:30px!important;height:30px!important}
    .qv-attrs{max-height:72px!important}
    .qv-stock{margin-bottom:7px!important;padding:5px 9px!important}
    .qv-qty-row{grid-template-columns:155px 1fr!important;gap:8px!important}.qv-qty-control,.qv-qty-btn,.qv-qty-input,.qv-add-cart{height:42px!important}.qv-add-cart{min-height:42px!important;font-size:11px!important}
    .qv-secondary-actions{margin-top:7px!important;gap:7px!important}.qv-secondary-actions .btn{height:40px!important;min-height:40px!important}
    .qv-trust-row{margin-top:10px!important;padding-top:9px!important}.qv-trust-row svg{padding:6px!important}.qv-trust-row b{font-size:6px!important}
}

/* Product card: one primary cart action plus the WhatsApp brand shortcut. */
.popular-home .pb-home-products .product-actions{grid-template-columns:minmax(0,1fr) 48px!important;gap:8px!important;padding-top:8px!important;border-top:1px solid #edf1f2}
.popular-home .pb-home-products .product-actions .btn{border-radius:8px!important}
.popular-home .pb-home-products .product-actions .btn-primary{display:flex!important;align-items:center!important;justify-content:center!important;gap:8px!important;color:#fff!important;background:#008f78!important}
.popular-home .pb-home-products .product-actions .btn-primary:hover{color:#fff!important;background:#007662!important}
.popular-home .pb-home-products .product-actions .btn-primary span{display:inline!important;color:inherit!important;font-size:9px!important;font-weight:600!important}
.popular-home .pb-home-products .product-actions .card-whatsapp-btn{color:#fff!important;background:#25d366!important;border:0!important}
.popular-home .pb-home-products .product-actions .card-whatsapp-btn:hover{color:#fff!important;background:#1ebd5b!important}
.popular-home .pb-home-products .whatsapp-brand-icon{width:24px!important;height:24px!important;display:block!important}
.popular-home .product-hover-actions .quick-view-trigger{color:#1769d2!important;background:#fff!important;border:1px solid #dce6eb!important}
.popular-home .product-hover-actions .quick-view-trigger:hover{color:#fff!important;background:#1769d2!important;border-color:#1769d2!important}
.popular-home .product-hover-actions .quick-view-trigger svg{display:block!important;color:currentColor!important;stroke:currentColor!important}
.product-card .price-row{min-height:27px;display:flex;align-items:center;gap:7px}
.product-card .price{color:#007a68!important;font-size:16px!important;font-weight:700;line-height:1.2}
.product-card .compare{color:#94a3b8!important;font-size:10px;text-decoration:line-through}
.product-card .product-actions{display:grid!important;grid-template-columns:repeat(3,1fr)!important;gap:6px!important}
.product-card .product-actions form{display:contents!important}
.product-card .product-actions .btn{grid-column:auto!important;width:100%;min-width:0;height:36px!important;min-height:36px!important;padding:0!important;display:grid!important;place-items:center;border-radius:6px!important;font-size:0!important}
.product-card .product-actions .btn svg{width:17px!important;height:17px!important;margin:0!important}
.product-card .product-actions .card-whatsapp-btn{grid-column:auto!important;color:#fff!important;background:#20b968!important}
.product-card .product-actions .card-qv-btn{color:#334155;background:#fff;border:1px solid #d8e2e7}
.popular-home .pb-home-products .product-title{min-height:38px!important;height:38px;font-size:11px!important;line-height:1.45}
.popular-home .pb-home-products .price{font-size:15px!important;color:#007a68!important}
.popular-home .pb-home-products .product-actions{grid-template-columns:repeat(3,1fr)!important;gap:5px!important}
.popular-home .pb-home-products .product-actions .btn{height:32px!important;min-height:32px!important}

/* Symmetric icon-only desktop header. */
.popular-home .header-inner,.header-inner{grid-template-columns:260px minmax(520px,760px) 260px;justify-content:space-between;align-items:center;gap:28px}
.popular-home .search-bar-group,.search-bar-group{justify-self:center}
.popular-home .header-actions,.header-actions{width:100%;display:grid;grid-template-columns:repeat(3,42px);justify-content:end;align-items:center;gap:14px}
.popular-home .header-action-btn,.header-action-btn{width:42px;height:42px;padding:0;display:grid;place-items:center}
.ha-icon{width:42px;height:42px;flex-basis:42px}
.popular-home .header-action-btn .ha-icon svg,.header-action-btn .ha-icon svg,.ha-icon [data-lucide]{width:21px!important;height:21px!important}
.cart-count{top:-3px;left:29px}

@media(max-width:1200px){
    .popular-home .header-inner,.header-inner{grid-template-columns:190px minmax(360px,1fr) 150px;gap:18px}
    .popular-home .header-actions,.header-actions{grid-template-columns:repeat(3,38px);gap:9px}
    .popular-home .header-action-btn,.header-action-btn,.ha-icon{width:38px;height:38px}
}
