:root{
  --black:#0d0d0d;--soft-black:#191919;--white:#fff;--muted:#777;--line:#e9e3dc;--bg:#f8f4ef;--card:#fff;--accent:#b77a58;--accent-dark:#8d5638;--danger:#d83a3a;--success:#18865a;--warning:#e7a923;--shadow:0 18px 55px rgba(0,0,0,.10);--radius:18px;--ease:cubic-bezier(.22,1,.36,1)
}
*{box-sizing:border-box;margin:0;padding:0;font-family:'Poppins',sans-serif}html{scroll-behavior:smooth}body{background:var(--bg);color:var(--black);overflow-x:hidden}a{text-decoration:none;color:inherit}ul{list-style:none}img{max-width:100%;display:block}button,input,select,textarea{font:inherit}button{cursor:pointer;border:0;background:none}.container{width:min(1320px,calc(100% - 32px));margin:auto}.hide-scroll{overflow:hidden}.section{padding:72px 0}.section-title{display:flex;align-items:end;justify-content:space-between;gap:22px;margin-bottom:28px}.section-title h2{font-size:clamp(26px,3vw,44px);line-height:1.08;letter-spacing:-.8px}.section-title p{color:var(--muted);max-width:620px;font-size:14px}.btn{display:inline-flex;align-items:center;justify-content:center;gap:10px;padding:13px 22px;border-radius:999px;font-weight:700;font-size:13px;text-transform:uppercase;letter-spacing:.6px;transition:.25s var(--ease)}.btn-primary{background:var(--black);color:var(--white)}.btn-primary:hover{background:var(--accent);transform:translateY(-2px)}.btn-light{background:var(--white);color:var(--black)}.btn-outline{border:1px solid var(--line);background:var(--white)}.pill{padding:7px 12px;border-radius:999px;border:1px solid var(--line);background:#fff;font-size:12px;color:#555}.announcement{background:var(--black);color:#fff;font-size:12px}.announcement .container{display:flex;justify-content:space-between;align-items:center;padding:9px 0;gap:15px}.announcement a{opacity:.85}.header{background:rgba(255,255,255,.92);backdrop-filter:blur(14px);position:sticky;top:0;z-index:70;border-bottom:1px solid rgba(0,0,0,.07)}.header-row{display:grid;grid-template-columns:180px 1fr auto;gap:24px;align-items:center;padding:18px 0}.logo{font-size:25px;font-weight:800;letter-spacing:-.8px}.logo span{color:var(--accent)}.search{position:relative}.search input{width:100%;height:46px;border:1px solid var(--line);border-radius:999px;padding:0 48px 0 18px;background:#fbfaf8;outline:none}.search button{position:absolute;right:6px;top:6px;width:34px;height:34px;border-radius:50%;background:var(--black);color:#fff}.header-icons{display:flex;gap:10px;align-items:center}.icon-btn{position:relative;width:42px;height:42px;border-radius:50%;display:grid;place-items:center;background:#fff;border:1px solid var(--line);transition:.25s var(--ease)}.icon-btn:hover{transform:translateY(-2px);border-color:var(--accent)}.badge{position:absolute;right:-5px;top:-6px;background:var(--accent);color:#fff;min-width:19px;height:19px;border-radius:999px;display:grid;place-items:center;font-size:10px;font-weight:800}.nav{border-top:1px solid rgba(0,0,0,.06);background:#fff}.nav-list{display:flex;justify-content:center;gap:8px}.nav-list>li>a{display:block;padding:15px 14px;font-weight:700;font-size:13px;text-transform:uppercase}.nav-list>li>a:hover{color:var(--accent)}.mega{position:absolute;left:50%;transform:translateX(-50%) translateY(18px);width:min(1120px,calc(100% - 32px));background:#fff;border:1px solid var(--line);box-shadow:var(--shadow);border-radius:22px;padding:24px;display:grid;grid-template-columns:repeat(4,1fr);gap:25px;opacity:0;visibility:hidden;transition:.25s var(--ease);z-index:90}.nav-list li:hover .mega{opacity:1;visibility:visible;transform:translateX(-50%) translateY(0)}.mega h4{font-size:13px;margin-bottom:10px;text-transform:uppercase}.mega a{display:block;color:#666;font-size:13px;padding:6px 0}.mega a:hover{color:var(--accent);padding-left:4px}.mega-promo{border-radius:18px;overflow:hidden;position:relative;min-height:190px;background:url('https://images.unsplash.com/photo-1496747611176-843222e1e57c?auto=format&fit=crop&w=900&q=80') center/cover}.mega-promo span{position:absolute;left:15px;bottom:15px;background:rgba(255,255,255,.9);border-radius:999px;padding:8px 13px;font-size:12px;font-weight:800}.mobile-menu-btn{display:none}.hero{position:relative;min-height:650px;display:grid;align-items:center;overflow:hidden;background:#111}.hero-slide{position:absolute;inset:0;background:center/cover no-repeat;opacity:0;transform:scale(1.04);transition:1s var(--ease)}.hero-slide.active{opacity:1;transform:scale(1)}.hero:after{content:'';position:absolute;inset:0;background:linear-gradient(90deg,rgba(0,0,0,.65),rgba(0,0,0,.25),rgba(0,0,0,.05))}.hero-content{position:relative;z-index:2;color:#fff;max-width:650px}.kicker{text-transform:uppercase;letter-spacing:2.8px;font-size:12px;font-weight:800;color:#f2cfbd;margin-bottom:14px}.hero h1{font-size:clamp(42px,6vw,78px);line-height:.98;letter-spacing:-2px;margin-bottom:18px}.hero p{font-size:16px;line-height:1.8;opacity:.88;margin-bottom:26px}.hero-dots{position:absolute;z-index:5;bottom:30px;left:50%;transform:translateX(-50%);display:flex;gap:9px}.hero-dot{width:9px;height:9px;border-radius:50%;background:rgba(255,255,255,.45)}.hero-dot.active{width:34px;border-radius:99px;background:#fff}.grid-4{display:grid;grid-template-columns:repeat(4,1fr);gap:22px}.grid-3{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}.category-card,.product-card,.info-card,.auth-card,.account-card{background:#fff;border:1px solid var(--line);border-radius:var(--radius);overflow:hidden;box-shadow:0 8px 30px rgba(0,0,0,.04)}.category-card{position:relative;height:330px}.category-card img{width:100%;height:100%;object-fit:cover;transition:.6s var(--ease)}.category-card:hover img{transform:scale(1.08)}.category-card div{position:absolute;left:18px;right:18px;bottom:18px;background:rgba(255,255,255,.9);backdrop-filter:blur(10px);border-radius:16px;padding:15px}.category-card h3{font-size:19px}.category-card p{font-size:12px;color:#666;margin-top:4px}.toolbar{display:flex;gap:12px;align-items:center;justify-content:space-between;flex-wrap:wrap;margin-bottom:24px}.filter-tabs{display:flex;gap:9px;flex-wrap:wrap}.tab{padding:10px 16px;border-radius:999px;background:#fff;border:1px solid var(--line);font-weight:700;font-size:13px}.tab.active,.tab:hover{background:var(--black);color:#fff}.select{height:42px;border:1px solid var(--line);border-radius:999px;background:#fff;padding:0 14px;outline:none}.product-card{position:relative;transition:.28s var(--ease)}.product-card:hover{transform:translateY(-8px);box-shadow:var(--shadow)}.product-img{height:345px;position:relative;background:#eee;overflow:hidden}.product-img img{width:100%;height:100%;object-fit:cover;transition:.55s var(--ease)}.product-card:hover .product-img img{transform:scale(1.06)}.product-badge{position:absolute;top:14px;left:14px;background:var(--accent);color:#fff;border-radius:999px;padding:7px 10px;font-size:11px;font-weight:800}.product-actions{position:absolute;right:12px;top:12px;display:flex;flex-direction:column;gap:8px;opacity:0;transform:translateX(8px);transition:.25s}.product-card:hover .product-actions{opacity:1;transform:translateX(0)}.product-actions button{width:38px;height:38px;background:#fff;border-radius:50%;box-shadow:0 8px 22px rgba(0,0,0,.13)}.product-info{padding:18px}.product-title{font-weight:700;margin-bottom:8px}.product-meta{font-size:12px;color:#777;margin-bottom:12px}.price-row{display:flex;gap:10px;align-items:center}.price{font-weight:800;color:var(--accent);font-size:18px}.old{text-decoration:line-through;color:#999;font-size:13px}.add-row{display:flex;justify-content:space-between;align-items:center;gap:10px;margin-top:16px}.qty-mini{display:flex;border:1px solid var(--line);border-radius:999px;overflow:hidden;background:#fff}.qty-mini button{width:30px;height:30px}.qty-mini span{min-width:26px;display:grid;place-items:center;font-weight:700;font-size:12px}.drawer-overlay,.modal-overlay,.mobile-overlay{position:fixed;inset:0;background:rgba(0,0,0,.45);z-index:100;opacity:0;visibility:hidden;transition:.25s}.drawer-overlay.active,.modal-overlay.active,.mobile-overlay.active{opacity:1;visibility:visible}.drawer,.mobile-drawer{position:fixed;right:0;top:0;width:min(430px,94vw);height:100vh;background:#fff;z-index:110;transform:translateX(105%);transition:.32s var(--ease);display:flex;flex-direction:column}.drawer.active,.mobile-drawer.active{transform:translateX(0)}.drawer-head,.drawer-foot,.mobile-head{padding:18px;border-bottom:1px solid var(--line);display:flex;align-items:center;justify-content:space-between}.drawer-foot{border-top:1px solid var(--line);border-bottom:0;display:block;margin-top:auto}.cart-items{padding:18px;overflow:auto;display:grid;gap:14px}.cart-item{display:grid;grid-template-columns:74px 1fr auto;gap:12px;align-items:center}.cart-item img{width:74px;height:86px;object-fit:cover;border-radius:12px}.cart-item h4{font-size:13px}.cart-item p{font-size:12px;color:#777}.summary-row{display:flex;justify-content:space-between;margin:8px 0}.modal{position:fixed;left:50%;top:50%;transform:translate(-50%,-46%) scale(.96);width:min(900px,94vw);max-height:88vh;overflow:auto;background:#fff;border-radius:24px;z-index:120;opacity:0;visibility:hidden;transition:.28s var(--ease)}.modal.active{opacity:1;visibility:visible;transform:translate(-50%,-50%) scale(1)}.modal-body{display:grid;grid-template-columns:1fr 1fr;gap:24px;padding:24px}.close-x{width:36px;height:36px;border-radius:50%;background:#f5f1ec}.page-hero{background:linear-gradient(135deg,#151515,#3a261b);color:#fff;padding:70px 0}.page-hero h1{font-size:clamp(34px,4vw,58px)}.breadcrumb{display:flex;gap:8px;flex-wrap:wrap;color:#d9c8bc;font-size:13px;margin-bottom:12px}.shop-layout{display:grid;grid-template-columns:270px 1fr;gap:24px}.sidebar{background:#fff;border:1px solid var(--line);border-radius:var(--radius);padding:18px;height:max-content;position:sticky;top:130px}.filter-group{border-bottom:1px solid var(--line);padding:16px 0}.filter-group:last-child{border-bottom:0}.filter-group h4{font-size:14px;margin-bottom:12px}.check-row{display:flex;align-items:center;gap:8px;color:#666;font-size:13px;margin:9px 0}.detail-layout{display:grid;grid-template-columns:1.1fr .9fr;gap:38px}.detail-gallery{display:grid;grid-template-columns:90px 1fr;gap:14px}.thumbs{display:grid;gap:12px;height:max-content}.thumbs img{height:104px;width:100%;object-fit:cover;border-radius:12px;border:2px solid transparent}.thumbs img.active{border-color:var(--accent)}.main-product-img{border-radius:24px;overflow:hidden;background:#eee}.main-product-img img{width:100%;height:650px;object-fit:cover}.detail-info h1{font-size:38px;line-height:1.08;margin-bottom:12px}.rating{color:#e7a923;margin:10px 0}.size-options,.color-options{display:flex;gap:10px;flex-wrap:wrap;margin:10px 0 20px}.size-options button{min-width:46px;height:40px;border:1px solid var(--line);border-radius:10px;background:#fff;font-weight:700}.size-options button.active{border-color:var(--black);background:var(--black);color:#fff}.color-dot{width:34px;height:34px;border-radius:50%;border:3px solid #fff;box-shadow:0 0 0 1px var(--line)}.color-dot.active{box-shadow:0 0 0 2px var(--black)}.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:14px}.field{display:grid;gap:7px}.field label{font-size:12px;font-weight:800;text-transform:uppercase;color:#555}.field input,.field textarea,.field select{border:1px solid var(--line);border-radius:14px;background:#fff;padding:13px 14px;outline:none}.field textarea{min-height:110px;resize:vertical}.checkout-layout{display:grid;grid-template-columns:1fr 390px;gap:24px}.panel{background:#fff;border:1px solid var(--line);border-radius:var(--radius);padding:22px}.table{width:100%;border-collapse:collapse;background:#fff;border-radius:var(--radius);overflow:hidden}.table th,.table td{text-align:left;border-bottom:1px solid var(--line);padding:14px;font-size:14px}.status{display:inline-flex;padding:6px 10px;border-radius:999px;font-size:11px;font-weight:800}.status.pending{background:#fff4d3;color:#9a6800}.status.shipped{background:#e0f1ff;color:#00649c}.status.delivered{background:#dcf7e9;color:#0d7a4b}.footer{background:#0d0d0d;color:#fff;padding:72px 0 26px}.footer-grid{display:grid;grid-template-columns:1.4fr repeat(3,1fr);gap:34px;margin-bottom:36px}.footer h3{margin-bottom:16px}.footer p,.footer a{color:#c9c9c9;font-size:13px;line-height:1.8}.footer a{display:block;margin:7px 0}.footer a:hover{color:#fff}.newsletter-box{display:flex;border:1px solid #333;border-radius:999px;overflow:hidden;margin-top:16px}.newsletter-box input{flex:1;background:#161616;border:0;color:#fff;padding:13px;outline:none}.newsletter-box button{background:var(--accent);color:#fff;padding:0 16px;font-weight:800}.toast{position:fixed;right:22px;bottom:22px;z-index:200;background:#111;color:#fff;padding:13px 18px;border-radius:14px;box-shadow:var(--shadow);transform:translateY(20px);opacity:0;transition:.25s}.toast.active{transform:translateY(0);opacity:1}.empty{padding:35px;text-align:center;color:#777}.mobile-links{padding:20px}.mobile-links a{display:block;padding:14px 0;border-bottom:1px solid var(--line);font-weight:700}.mini-stats{display:grid;grid-template-columns:repeat(4,1fr);gap:18px;margin-top:-36px;position:relative;z-index:4}.stat{background:#fff;border:1px solid var(--line);border-radius:18px;padding:18px;box-shadow:0 8px 28px rgba(0,0,0,.06)}.stat strong{font-size:28px}.stat span{display:block;color:#777;font-size:12px}.contact-grid{display:grid;grid-template-columns:1fr 1fr;gap:24px}.policy-content{background:#fff;border:1px solid var(--line);border-radius:24px;padding:30px;line-height:1.85;color:#444}.policy-content h2{margin:22px 0 8px;color:#111}.product-row-img{display:flex;align-items:center;gap:12px}.product-row-img img{width:58px;height:68px;object-fit:cover;border-radius:10px}
.end-info-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}.end-info-card{background:#fbfaf8;border:1px solid var(--line);border-radius:var(--radius);padding:24px;box-shadow:0 8px 30px rgba(0,0,0,.04);transition:.25s var(--ease)}.end-info-card:hover{transform:translateY(-6px);box-shadow:var(--shadow)}.end-info-card h3{margin:14px 0 10px}.end-info-card p{color:#555;line-height:1.8;font-size:14px;margin-bottom:18px}.info-icon{width:48px;height:48px;border-radius:50%;display:grid;place-items:center;background:#111;color:#fff;font-size:18px}
@media(max-width:1000px){.header-row{grid-template-columns:auto 1fr auto}.search{display:none}.mobile-menu-btn{display:grid}.nav{display:none}.grid-4{grid-template-columns:repeat(2,1fr)}.grid-3{grid-template-columns:repeat(2,1fr)}.shop-layout,.detail-layout,.checkout-layout,.contact-grid,.end-info-grid{grid-template-columns:1fr}.sidebar{position:static}.detail-gallery{grid-template-columns:1fr}.thumbs{display:flex;order:2}.thumbs img{width:80px}.main-product-img img{height:520px}.footer-grid{grid-template-columns:1fr 1fr}.modal-body{grid-template-columns:1fr}.mini-stats{grid-template-columns:repeat(2,1fr)}}
@media(max-width:620px){.announcement .container{justify-content:center;text-align:center}.announcement .right{display:none}.logo{font-size:21px}.header-row{gap:10px}.icon-btn{width:38px;height:38px}.hero{min-height:560px}.grid-4,.grid-3{grid-template-columns:1fr}.section-title{display:block}.toolbar{display:block}.filter-tabs{margin-bottom:12px}.category-card{height:260px}.product-img{height:330px}.footer-grid{grid-template-columns:1fr}.form-grid{grid-template-columns:1fr}.main-product-img img{height:440px}.mini-stats{grid-template-columns:1fr}.table{display:block;overflow-x:auto}.section{padding:54px 0}}

/* Phase 9 payment and filter polish */
.payment-box{border:1px solid #f0d6cf;background:#fff8f5;border-radius:18px;padding:18px;box-shadow:0 10px 24px rgba(145,78,50,.08)}
.payment-box h4{margin-bottom:8px;color:var(--accent)}
.payment-box p{margin:6px 0;color:#555;line-height:1.6}
.payment-box .muted{color:#777;font-size:13px}


/* Phase 10: Admin-controlled About/Contact polish */
.end-info-section{background:linear-gradient(135deg,#fff7f2 0%,#fbf3ec 45%,#f7ebe1 100%)!important;position:relative;overflow:hidden}
.end-info-section:before{content:"";position:absolute;width:420px;height:420px;border-radius:50%;right:-140px;top:-160px;background:radial-gradient(circle,rgba(177,94,60,.22),transparent 68%)}
.end-info-section:after{content:"";position:absolute;width:330px;height:330px;border-radius:50%;left:-110px;bottom:-150px;background:radial-gradient(circle,rgba(17,17,17,.10),transparent 70%)}
.end-info-section .container{position:relative;z-index:1}
.pretty-info-grid{align-items:stretch}
.gradient-card,.pretty-panel{position:relative;overflow:hidden;background:rgba(255,255,255,.82);backdrop-filter:blur(10px);border:1px solid rgba(177,94,60,.16);box-shadow:0 20px 50px rgba(78,43,28,.08)}
.gradient-card:before,.pretty-panel:before{content:"";position:absolute;inset:0;background:linear-gradient(135deg,rgba(177,94,60,.10),rgba(255,255,255,0) 46%,rgba(17,17,17,.045));opacity:0;transition:.35s var(--ease);pointer-events:none}
.gradient-card:hover:before,.pretty-panel:hover:before{opacity:1}
.gradient-card:hover,.hover-lift:hover{transform:translateY(-10px) scale(1.01);box-shadow:0 28px 70px rgba(78,43,28,.18);border-color:rgba(177,94,60,.36)}
.gradient-card:hover .info-icon,.pretty-panel:hover .info-icon{transform:rotate(-8deg) scale(1.08);background:linear-gradient(135deg,#111,#9b5638)}
.gradient-card .info-icon,.pretty-panel .info-icon{transition:.35s var(--ease);box-shadow:0 12px 26px rgba(17,17,17,.18)}
.about-card .info-icon{background:linear-gradient(135deg,#111,#6f4b3b)}
.contact-card .info-icon{background:linear-gradient(135deg,#9b5638,#e2a174)}
.whatsapp-card .info-icon{background:linear-gradient(135deg,#0f8f56,#25d366)}
.pretty-panel{border-radius:var(--radius);transition:.28s var(--ease)}
.page-hero.about-hero,.page-hero.contact-hero{background:linear-gradient(135deg,#120f0d 0%,#442b20 55%,#b15e3c 100%);position:relative;overflow:hidden}
.page-hero.about-hero:after,.page-hero.contact-hero:after{content:"";position:absolute;right:-80px;bottom:-130px;width:360px;height:360px;background:radial-gradient(circle,rgba(255,255,255,.18),transparent 70%);border-radius:50%}
.page-hero-sub{max-width:720px;color:#f4ded2;line-height:1.75;margin-top:12px}

/* Phase 11: admin-controlled home/footer polish */
.end-info-section{padding-top:84px;padding-bottom:84px}
.end-info-card{min-height:305px;display:flex;flex-direction:column;justify-content:flex-start}
.end-info-card .btn{margin-top:auto;width:max-content}
.end-info-card h3{transition:.28s var(--ease)}
.end-info-card:hover h3{color:#9b5638;letter-spacing:-.2px}
.whatsapp-card:hover h3{color:#0f8f56}
.footer{background:radial-gradient(circle at 18% 8%,rgba(177,94,60,.18),transparent 32%),linear-gradient(135deg,#070707,#111 58%,#1d130f);border-top:1px solid rgba(255,255,255,.08)}
.footer-grid>div{padding:18px;border-radius:20px;transition:.28s var(--ease);border:1px solid transparent}
.footer-grid>div:hover{background:rgba(255,255,255,.04);border-color:rgba(177,94,60,.22);transform:translateY(-5px)}
.footer h3,.footer .logo{color:#fff}
.footer h3{position:relative;padding-bottom:10px}
.footer h3:after{content:"";position:absolute;left:0;bottom:0;width:38px;height:2px;background:linear-gradient(90deg,#b15e3c,#e2a174);border-radius:99px}
.footer a{transition:.22s var(--ease)}
.footer a:hover{color:#e2a174;transform:translateX(5px)}
.newsletter-box{transition:.25s var(--ease)}
.newsletter-box:focus-within{border-color:#b15e3c;box-shadow:0 0 0 4px rgba(177,94,60,.16)}


/* User side beauty + mobile polish */
.user-hero{min-height:760px;border-bottom-left-radius:34px;border-bottom-right-radius:34px;box-shadow:0 24px 80px rgba(0,0,0,.16)}
.user-hero .hero-slide{animation:heroZoom 8s ease-in-out infinite alternate;background-position:center top}
.user-hero .hero-content{animation:fadeUp .9s var(--ease) both;padding-top:34px}
.user-hero .hero-content:before{content:"";display:block;width:72px;height:4px;border-radius:99px;background:linear-gradient(90deg,#fff,#e2a174);margin-bottom:20px;box-shadow:0 8px 20px rgba(255,255,255,.2)}
.hero-actions{display:flex;gap:12px;flex-wrap:wrap;align-items:center}
.hero-secondary{background:rgba(255,255,255,.14);border:1px solid rgba(255,255,255,.45);color:#fff;backdrop-filter:blur(10px)}
.hero-secondary:hover{background:#fff;color:#111;transform:translateY(-2px)}
.category-card,.product-card,.end-info-card{animation:fadeUp .65s var(--ease) both}
.category-card:nth-child(2),.product-card:nth-child(2){animation-delay:.07s}.category-card:nth-child(3),.product-card:nth-child(3){animation-delay:.14s}.category-card:nth-child(4),.product-card:nth-child(4){animation-delay:.21s}
.category-card{border-radius:24px;box-shadow:0 16px 44px rgba(34,20,12,.08)}
.category-card div{transform:translateY(0);transition:.35s var(--ease);box-shadow:0 12px 34px rgba(0,0,0,.08)}
.category-card:hover div{transform:translateY(-8px)}
.product-card{border-radius:24px;box-shadow:0 14px 42px rgba(34,20,12,.07)}
.product-card:hover{transform:translateY(-10px) scale(1.012)}
.product-img{height:370px;border-bottom:1px solid rgba(0,0,0,.04)}
.product-info{padding:20px}.product-title{font-size:15px;line-height:1.45}.product-meta{min-height:18px}
.product-actions{opacity:1;transform:none;right:14px;top:14px}.product-actions button{backdrop-filter:blur(12px);background:rgba(255,255,255,.88)}
.section{position:relative}.section:nth-of-type(even){background:linear-gradient(180deg,#fff,rgba(255,255,255,.72))!important}
.header{box-shadow:0 8px 30px rgba(0,0,0,.045)}
.header-row{transition:.25s var(--ease)}
.search input:focus{border-color:var(--accent);box-shadow:0 0 0 4px rgba(183,122,88,.13);background:#fff}
.btn{min-height:44px}.add-row .btn,.add-row .pill{min-width:96px}
@keyframes fadeUp{from{opacity:0;transform:translateY(28px)}to{opacity:1;transform:translateY(0)}}
@keyframes heroZoom{from{transform:scale(1.02)}to{transform:scale(1.1)}}
@media(max-width:1000px){
  .container{width:min(100% - 24px,1320px)}
  .user-hero{min-height:680px;border-bottom-left-radius:24px;border-bottom-right-radius:24px}
  .hero h1{font-size:clamp(38px,8vw,64px)}
  .product-img{height:360px}
  .header-row{grid-template-columns:auto 1fr auto;padding:14px 0}.header-icons{gap:7px}
  .mobile-drawer{width:min(380px,92vw)}
}
@media(max-width:620px){
  html,body{width:100%;max-width:100%;overflow-x:hidden}
  .container{width:calc(100% - 22px)}
  .announcement{font-size:11px}.announcement .container{padding:8px 0}
  .header{top:0}.header-row{grid-template-columns:40px 1fr auto;gap:8px;padding:12px 0}.logo{font-size:20px;text-align:center}.header-icons{gap:6px}.icon-btn{width:36px;height:36px;font-size:14px}.badge{min-width:17px;height:17px;font-size:9px}
  .user-hero{min-height:610px;border-radius:0 0 22px 22px;align-items:end;padding-bottom:76px}
  .hero:after{background:linear-gradient(180deg,rgba(0,0,0,.10),rgba(0,0,0,.45),rgba(0,0,0,.78))}
  .hero-content{max-width:100%;padding:0 0 8px}.hero h1{font-size:42px;letter-spacing:-1.4px;line-height:1.02}.hero p{font-size:14px;line-height:1.7;margin-bottom:20px}.kicker{font-size:10px;letter-spacing:2.1px;margin-bottom:10px}.hero-actions{gap:9px}.hero-actions .btn{width:100%;padding:12px 16px}
  .hero-dots{bottom:24px}.section{padding:46px 0}.section-title{margin-bottom:20px}.section-title h2{font-size:28px}.section-title p{margin-top:8px}
  .grid-4,.grid-3{gap:16px}.category-card{height:300px;border-radius:20px}.category-card div{left:12px;right:12px;bottom:12px;padding:13px}.product-card{border-radius:20px}.product-img{height:390px}.product-info{padding:16px}.add-row{display:grid;grid-template-columns:1fr 1fr}.add-row .btn,.add-row .pill{width:100%;min-width:0}
  .toolbar{display:grid;gap:12px}.filter-tabs{display:flex;gap:8px;overflow-x:auto;flex-wrap:nowrap;padding-bottom:4px}.filter-tabs::-webkit-scrollbar{display:none}.tab{white-space:nowrap;padding:9px 14px}.select{width:100%}
  .footer{padding:48px 0 22px}.footer-grid{gap:14px}.footer-grid>div{padding:14px}.newsletter-box{border-radius:16px}.newsletter-box input{min-width:0}.modal{width:calc(100% - 18px);border-radius:20px}.modal-body{padding:16px}.drawer{width:94vw}.cart-item{grid-template-columns:68px 1fr auto}.cart-item img{width:68px;height:78px}.end-info-card{min-height:auto}
}
@media(max-width:420px){.hero h1{font-size:36px}.product-img{height:330px}.category-card{height:250px}.section-title h2{font-size:25px}.logo{font-size:18px}.header-icons .icon-btn:first-child{display:none}}

/* Mobile Limelight-style horizontal swipe sections */
.swipe-title-row{display:flex;align-items:center;justify-content:space-between;gap:12px}
.mobile-swipe{scroll-behavior:smooth}
.mobile-swipe::-webkit-scrollbar,.limelight-mobile-nav::-webkit-scrollbar{display:none}
@media(max-width:620px){
  .mobile-swipe.grid-4,.mobile-swipe.grid-3{
    display:flex!important;
    grid-template-columns:none!important;
    flex-wrap:nowrap!important;
    gap:14px!important;
    overflow-x:auto!important;
    overflow-y:hidden!important;
    scroll-snap-type:x mandatory;
    -webkit-overflow-scrolling:touch;
    padding:2px 2px 18px 2px;
    margin-left:-2px;
    margin-right:-11px;
  }
  .mobile-swipe .category-card,
  .mobile-swipe .product-card{
    flex:0 0 78vw;
    width:78vw;
    max-width:335px;
    scroll-snap-align:start;
    scroll-snap-stop:always;
  }
  .mobile-swipe .category-card{height:360px}
  .mobile-swipe .product-img{height:430px}
  .mobile-swipe .product-card:hover,
  .mobile-swipe .category-card:hover{transform:none}
  .mobile-swipe:after{content:"";flex:0 0 2px}
  .section-title{align-items:flex-start}
  .section-title:after{
    content:"Swipe →";
    display:inline-flex;
    margin-top:10px;
    padding:7px 11px;
    border:1px solid var(--line);
    border-radius:999px;
    background:#fff;
    color:#777;
    font-size:11px;
    font-weight:700;
    letter-spacing:.2px;
  }
  .hero{touch-action:pan-y}
  .hero-slide{background-position:center top!important}
  .hero-dots{gap:7px}.hero-dot{transition:.28s var(--ease)}
}
@media(max-width:420px){
  .mobile-swipe .category-card,
  .mobile-swipe .product-card{flex-basis:82vw;width:82vw;max-width:315px}
  .mobile-swipe .category-card{height:335px}
  .mobile-swipe .product-img{height:385px}
}

/* Limelight-style mobile storefront polish: compact product pictures, clean spacing, horizontal swipe */
@media(max-width:620px){
  body{background:#fff}
  .container{width:100%;padding-left:12px;padding-right:12px}
  .section{padding:32px 0;background:#fff!important}
  .section-title{display:flex;align-items:center;justify-content:space-between;margin-bottom:14px;padding:0 2px}
  .section-title h2{font-size:20px;letter-spacing:.2px;font-weight:700;text-transform:uppercase}
  .section-title p,.section-title .kicker{display:none!important}
  .section-title:after{content:"Swipe";margin-top:0;padding:0;border:0;background:transparent;color:#777;font-size:11px;font-weight:600;text-transform:uppercase;letter-spacing:.8px}

  .user-hero{min-height:480px;border-radius:0;padding-bottom:0;align-items:end;box-shadow:none}
  .user-hero .hero-slide{background-position:center top!important}
  .hero:after{background:linear-gradient(180deg,rgba(0,0,0,.04) 0%,rgba(0,0,0,.18) 45%,rgba(0,0,0,.62) 100%)}
  .hero-content{padding:0 12px 56px!important;max-width:100%}
  .hero h1{font-size:31px;line-height:1.08;letter-spacing:-.7px;margin-bottom:10px}
  .hero p{font-size:13px;line-height:1.55;margin-bottom:14px;max-width:96%}
  .hero-actions{display:flex;gap:8px;flex-wrap:nowrap}
  .hero-actions .btn{width:auto;min-height:38px;padding:10px 14px;font-size:11px;letter-spacing:.5px}
  .hero-dots{bottom:18px}.hero-dot{width:7px;height:7px}.hero-dot.active{width:24px}

  .mobile-swipe.grid-4,.mobile-swipe.grid-3{
    display:flex!important;
    flex-wrap:nowrap!important;
    gap:10px!important;
    overflow-x:auto!important;
    overflow-y:hidden!important;
    scroll-snap-type:x proximity;
    -webkit-overflow-scrolling:touch;
    padding:0 12px 12px 12px!important;
    margin-left:-12px!important;
    margin-right:-12px!important;
  }
  .mobile-swipe:after{content:"";flex:0 0 2px}

  .mobile-swipe .category-card{
    flex:0 0 44vw!important;
    width:44vw!important;
    max-width:185px!important;
    height:230px!important;
    border-radius:0!important;
    border:0!important;
    box-shadow:none!important;
    background:#f7f7f7!important;
    scroll-snap-align:start;
  }
  .category-card img{height:100%!important;object-fit:cover!important;object-position:center top!important}
  .category-card div{left:0!important;right:0!important;bottom:0!important;border-radius:0!important;padding:9px 8px!important;background:rgba(255,255,255,.92)!important;box-shadow:none!important;backdrop-filter:none!important}
  .category-card h3{font-size:13px!important;text-transform:uppercase;letter-spacing:.2px}.category-card p{display:none}

  .mobile-swipe .product-card{
    flex:0 0 45vw!important;
    width:45vw!important;
    max-width:190px!important;
    border:0!important;
    border-radius:0!important;
    box-shadow:none!important;
    background:#fff!important;
    scroll-snap-align:start;
    overflow:visible!important;
  }
  .mobile-swipe .product-img,.product-img{
    height:255px!important;
    background:#f6f6f6!important;
    border:0!important;
    border-radius:0!important;
  }
  .product-img img{object-fit:cover!important;object-position:center top!important}
  .product-info{padding:9px 0 0!important;background:#fff}
  .product-title{font-size:12px!important;line-height:1.35!important;font-weight:500!important;margin-bottom:5px!important;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;min-height:32px;color:#222}
  .product-meta{display:none!important}
  .price-row{gap:6px!important;align-items:baseline!important}.price{font-size:13px!important;color:#111!important;font-weight:700!important}.old{font-size:11px!important;color:#888!important}
  .product-badge{top:7px!important;left:7px!important;border-radius:0!important;padding:4px 6px!important;font-size:9px!important;background:#111!important;letter-spacing:.4px;text-transform:uppercase}
  .product-actions{right:7px!important;top:7px!important;gap:5px!important;opacity:1!important;transform:none!important}.product-actions button{width:28px!important;height:28px!important;font-size:11px!important;box-shadow:0 4px 12px rgba(0,0,0,.12)!important;background:rgba(255,255,255,.92)!important}
  .add-row{display:flex!important;gap:6px!important;align-items:center!important;margin-top:8px!important}.add-row .pill,.add-row .btn{min-width:0!important;width:50%!important;min-height:30px!important;padding:7px 6px!important;font-size:9px!important;border-radius:0!important;letter-spacing:.2px}.add-row .pill{justify-content:center;border-color:#ddd}.add-row .btn{background:#111!important;color:#fff!important}
  .product-card:hover,.category-card:hover{transform:none!important;box-shadow:none!important}.product-card:hover .product-img img,.category-card:hover img{transform:none!important}

  .toolbar{padding:0 2px;margin-bottom:14px}.filter-tabs{gap:8px;overflow-x:auto;flex-wrap:nowrap;padding-bottom:8px}.tab{border-radius:0;padding:8px 13px;font-size:11px;text-transform:uppercase;background:#fff}.tab.active{background:#111;color:#fff}.select{border-radius:0;height:38px;font-size:12px}
}
@media(max-width:390px){
  .mobile-swipe .product-card{flex-basis:46vw!important;width:46vw!important;max-width:176px!important}
  .mobile-swipe .product-img,.product-img{height:238px!important}
  .mobile-swipe .category-card{flex-basis:45vw!important;width:45vw!important;height:215px!important}
  .hero h1{font-size:28px}
}

/* Final Limelight-inspired storefront polish: smooth hero swipe, clean image padding, responsive PC/mobile */
html{font-size:16px;-webkit-text-size-adjust:100%}body{opacity:0;animation:azPageIn .45s var(--ease) forwards}.page-leaving{animation:azPageOut .22s ease forwards}a,button,.product-card,.category-card,.hero-slide,.hero-dot,.drawer,.modal{will-change:transform,opacity}.hero-track{position:absolute;inset:0;overflow:hidden}.hero-slide{filter:saturate(1.02);backface-visibility:hidden}.hero-content{transition:opacity .34s var(--ease),transform .34s var(--ease)}.hero-content.is-changing{opacity:0;transform:translateY(16px)}.hero-arrow{position:absolute;top:50%;z-index:6;transform:translateY(-50%);width:46px;height:46px;border-radius:50%;display:grid;place-items:center;background:rgba(255,255,255,.78);color:#111;box-shadow:0 14px 36px rgba(0,0,0,.14);border:1px solid rgba(255,255,255,.65);transition:.25s var(--ease);backdrop-filter:blur(10px)}.hero-arrow:hover{background:#fff;transform:translateY(-50%) scale(1.06)}.hero-prev{left:26px}.hero-next{right:26px}.hero-dot{cursor:pointer;transition:width .32s var(--ease),background .32s var(--ease)}.hero.user-hero{cursor:grab}.hero.user-hero:active{cursor:grabbing}.section{content-visibility:auto;contain-intrinsic-size:1px 780px}.product-card,.category-card{transform:translateZ(0)}.product-img,.category-card{background:#f6f3ef}.product-img img,.category-card img{image-rendering:auto}.product-card:hover .product-img img{transform:scale(1.035)}.category-card:hover img{transform:scale(1.045)}.quick-fade{animation:quickFade .3s var(--ease) both}
@keyframes azPageIn{from{opacity:0;transform:translateY(8px)}to{opacity:1;transform:none}}@keyframes azPageOut{to{opacity:.75;transform:translateY(4px)}}@keyframes quickFade{from{opacity:0;transform:translateY(10px)}to{opacity:1;transform:none}}
@media(min-width:621px){
  .user-hero{min-height:clamp(650px,78vh,860px)}
  .hero-content{padding-left:18px}.hero h1{max-width:760px}.hero p{max-width:620px}
  .grid-4{gap:26px}.product-img{height:clamp(360px,31vw,480px)}.category-card{height:clamp(330px,30vw,430px)}
  .product-info{padding:18px 4px 0}.product-card{border:0;border-radius:0;box-shadow:none;background:#fff;overflow:visible}.product-img{border-radius:0;overflow:hidden}.product-actions button{width:42px;height:42px}.add-row .btn,.add-row .pill{border-radius:0}
}
@media(max-width:900px){.hero-arrow{display:none}.nav{display:none}.mobile-menu-btn{display:grid}.header-row{grid-template-columns:46px 1fr auto}.search{display:none}.logo{text-align:center}.section{content-visibility:visible}}
@media(max-width:620px){
  body{background:#fff}.announcement .container{justify-content:center;text-align:center}.announcement a{display:none}.header{box-shadow:0 2px 14px rgba(0,0,0,.06)}
  .user-hero{height:72vh;min-height:500px;max-height:620px;margin:0;background:#eee}.hero-track,.hero-slide{height:100%}.hero-slide{transition:opacity .55s var(--ease),transform 3.5s ease;background-size:cover!important;background-repeat:no-repeat!important;background-position:center top!important}.hero-slide.active{transform:scale(1.015)}
  .hero-content{padding:0 15px 58px!important}.user-hero .hero-content:before{width:42px;height:2px;margin-bottom:12px}.hero h1{font-size:clamp(27px,8.7vw,38px);letter-spacing:-.6px;max-width:92%}.hero p{font-size:12.5px;line-height:1.55;max-width:92%;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.hero-actions .btn{min-height:36px;padding:9px 13px;border-radius:0}.hero-dots{bottom:18px}.hero-dot{width:6px;height:6px;background:rgba(255,255,255,.55)}.hero-dot.active{width:24px;background:#fff}
  .mobile-swipe.grid-4,.mobile-swipe.grid-3{scroll-snap-type:x mandatory!important;gap:12px!important;padding-left:14px!important;padding-right:14px!important;margin-left:-14px!important;margin-right:-14px!important;overscroll-behavior-x:contain;scroll-padding-left:14px;touch-action:pan-x pan-y}
  .mobile-swipe .product-card{flex:0 0 calc((100vw - 38px)/2)!important;width:calc((100vw - 38px)/2)!important;max-width:none!important;scroll-snap-align:start}.mobile-swipe .product-img,.product-img{height:calc((100vw - 38px)/2 * 1.45)!important;max-height:285px!important;min-height:235px!important;padding:0!important;background:#f7f7f7!important}.product-img img{width:100%!important;height:100%!important;object-fit:cover!important;object-position:center top!important}.product-info{padding:10px 0 0!important}.product-title{font-size:12px!important;min-height:32px!important}.price{font-size:13px!important}.old{font-size:10.5px!important}.add-row{gap:5px!important}.add-row .btn,.add-row .pill{height:30px!important;min-height:30px!important;font-size:8.8px!important;padding:6px 5px!important;border-radius:0!important}
  .mobile-swipe .category-card{flex:0 0 calc((100vw - 38px)/2)!important;width:calc((100vw - 38px)/2)!important;max-width:none!important;height:250px!important;scroll-snap-align:start}.category-card img{object-position:center top!important}.category-card div{padding:8px!important}.category-card h3{font-size:12px!important}
  .toolbar{display:block}.filter-tabs{margin-bottom:10px}.container{padding-left:14px;padding-right:14px}.section-title{padding:0;margin-bottom:14px}.section-title h2{font-size:19px}.end-info-grid{display:grid!important;grid-template-columns:1fr!important;gap:12px!important}.end-info-card{border-radius:0!important}.footer-grid{grid-template-columns:1fr!important}
}
@media(max-width:380px){.mobile-swipe .product-img,.product-img{min-height:215px!important}.user-hero{height:68vh;min-height:460px}.hero h1{font-size:27px}.mobile-swipe .category-card{height:230px!important}}
@media(prefers-reduced-motion:reduce){*,*::before,*::after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important;scroll-behavior:auto!important}.user-hero .hero-slide{animation:none!important}}

/* ===== Final Limelight-style desktop/mobile homepage override ===== */
:root{--az-black:#030303;--az-red:#d71920;--az-green:#009b83;--az-lime:#b6a71e;--az-footer:#f3f3f3;--az-border:#dedede;--az-ease:cubic-bezier(.22,1,.36,1)}
body{background:#fff;color:#080808;font-family:'Poppins',Arial,sans-serif;overflow-x:hidden}.container{width:min(100%,100% - 56px)}
.az-topline{background:#fff;color:#c90000;font-size:13px;letter-spacing:.5px;text-align:center;border:0}.az-topline .container{justify-content:center;padding:9px 10px}.az-topline .right{display:none!important}
.az-header{position:sticky;top:0;z-index:100;background:var(--az-black);border:0;box-shadow:none}.az-header-main{height:47px;display:grid;grid-template-columns:1fr auto 1fr;align-items:center;padding:0 32px;border-bottom:1px solid #555;background:#000}.az-header-left,.az-header-right{display:flex;align-items:center;gap:18px}.az-header-right{justify-content:flex-end}.az-icon-link,.az-mobile-menu{width:24px;height:24px;color:#fff;background:transparent;border:0;display:grid;place-items:center;position:relative;font-size:18px}.az-whatsapp-mini{width:24px;height:24px;border-radius:50%;display:grid;place-items:center;background:#27b44b;color:#fff;font-size:15px}.az-logo{font-size:29px;line-height:1;letter-spacing:2px;text-transform:uppercase;color:#0bb6aa!important}.az-logo .brand-a{color:#05a79b}.az-logo .brand-z{color:#cab51c}.az-header .badge{right:-10px;top:-9px;background:#fff;color:#000;border:1px solid #999}.az-search-bar{display:none;position:absolute;left:0;right:0;top:47px;background:#000;padding:12px 0;border-top:1px solid #222}.show-search .az-search-bar{display:block}.az-search-bar .search{display:block;max-width:760px;margin:auto}.az-search-bar input{height:40px;border-radius:0;background:#fff}.az-search-bar button{border-radius:0;background:#000;border-left:1px solid #ddd;right:0;top:0;height:40px;width:48px}
.az-nav{background:#000;border:0}.az-nav .container{width:100%}.az-nav-list{height:39px;align-items:center;justify-content:center;gap:68px}.az-nav-list>li>a{color:#fff;font-size:15px;font-weight:700;letter-spacing:.3px;padding:12px 0;text-transform:uppercase}.az-nav-list>li>a:hover{color:#ddd}.az-nav-list .sale-link{color:#e51b23!important}.mega{top:86px}.mobile-menu-btn{display:none}
.az-home-hero{height:620px;min-height:620px;max-height:none;display:block;background:#ddd;margin:0}.az-home-hero .hero-track{position:absolute;inset:0}.az-home-hero .hero-slide{background-size:cover!important;background-position:center center!important;opacity:0;transform:translateX(100%) scale(1);transition:transform .75s var(--az-ease),opacity .75s var(--az-ease)}.az-home-hero .hero-slide.active{opacity:1;transform:translateX(0)}.az-home-hero:after{background:linear-gradient(90deg,rgba(0,0,0,.18),rgba(0,0,0,.03) 42%,rgba(0,0,0,0))}.az-home-hero .hero-content{position:absolute;left:9vw;top:50%;transform:translateY(-50%);z-index:3;color:#fff;max-width:580px;text-shadow:0 2px 15px rgba(0,0,0,.2)}.az-home-hero .hero-content .kicker{font-size:14px;color:#fff;letter-spacing:3px}.az-home-hero h1{font-size:clamp(70px,7.8vw,132px);font-weight:300;letter-spacing:.02em;line-height:.95;margin:0 0 12px;text-transform:uppercase}.az-home-hero p{font-size:16px;line-height:1.6;max-width:500px}.az-home-hero .hero-actions{display:none}.hero-arrow{background:rgba(255,255,255,.25);color:#fff;border:1px solid rgba(255,255,255,.4);box-shadow:none}.hero-arrow:hover{background:#fff;color:#000}.hero-dots{bottom:22px}.hero-dot{width:10px;height:10px;background:rgba(255,255,255,.75)}.hero-dot.active{width:10px;background:#000;border:2px solid #fff}
.az-mini-section{padding:31px 0 38px}.az-mini-section h2,.az-new-arrivals h2{font-size:34px;letter-spacing:.5px;text-align:center;font-weight:500;margin:0 0 28px;text-transform:uppercase}.az-wide-grid{width:calc(100% - 60px);margin:0 auto;display:grid;grid-template-columns:repeat(4,1fr);gap:28px}.az-tile{display:block;position:relative;background:#f6f6f6;overflow:hidden;text-align:center}.az-tile img{width:100%;height:365px;object-fit:cover;object-position:center top;transition:transform .7s var(--az-ease)}.az-tile:hover img{transform:scale(1.035)}.az-tile span{display:inline-flex;justify-content:center;align-items:center;min-width:150px;height:50px;padding:0 22px;background:#fff;color:#000;font-size:21px;font-weight:600;letter-spacing:-.5px;margin-top:17px;text-transform:uppercase}.az-four-promo .az-tile span{position:absolute;left:50%;bottom:60px;transform:translateX(-50%);margin:0}.az-four-promo .az-tile img{height:480px}.az-circle-section{padding-top:22px}.az-circle-row{display:flex;justify-content:center;gap:34px;max-width:1120px;margin:0 auto;overflow-x:auto;padding:0 16px 12px;scroll-snap-type:x proximity}.az-circle-row a{flex:0 0 auto;scroll-snap-align:start;text-align:center;text-transform:uppercase;font-size:13px;font-weight:500;letter-spacing:.3px}.az-circle-row img{width:120px;height:120px;border-radius:50%;object-fit:cover;object-position:center top;background:#f2f2f2;margin:0 auto 12px;border:1px solid #eee}.az-accessories{background:#f3f3f3;padding:34px 0 24px}.az-accessories .az-circle-row{max-width:none;justify-content:space-around}.az-accessories .az-circle-row img{width:172px;height:172px;border:1px solid #aaa;background:#fff}
.az-products-strip{padding:26px 30px 42px}.az-product-head{display:flex;align-items:center;justify-content:space-between;margin-bottom:22px;font-size:13px;text-transform:uppercase}.az-product-head>div{display:flex;align-items:center;gap:18px}.az-filter-btn{font-size:13px;letter-spacing:.8px}.az-products-strip .select{border-radius:0;height:44px;min-width:200px;font-size:13px;text-transform:uppercase}.az-limelight-products{display:grid;grid-template-columns:repeat(4,1fr);gap:10px}.az-lime-product{border:0!important;border-radius:0!important;box-shadow:none!important;background:#fff!important;position:relative;overflow:visible!important;animation:quickFade .45s var(--az-ease) both}.az-lime-product:hover{transform:none!important;box-shadow:none!important}.az-lime-img{height:575px!important;display:block;overflow:hidden;background:#f5f5f5;border:0!important;border-radius:0!important}.az-lime-img img{width:100%;height:100%;object-fit:cover;object-position:center top;transition:transform .7s var(--az-ease)}.az-lime-product:hover .az-lime-img img{transform:scale(1.025)}.az-lime-product .product-badge{top:0!important;right:0!important;left:auto!important;background:#000!important;color:#fff!important;border-radius:0!important;padding:9px 22px!important;font-size:13px!important;font-weight:600!important;text-transform:none!important}.az-bag-btn{position:absolute;right:16px;bottom:69px;width:44px;height:44px;border-radius:50%;background:#fff;border:1px solid #ddd;display:grid;place-items:center;font-size:19px;box-shadow:0 6px 18px rgba(0,0,0,.09);transition:.25s var(--az-ease);z-index:3}.az-bag-btn:hover{background:#000;color:#fff}.az-wish-btn{position:absolute;left:12px;top:12px;width:34px;height:34px;border-radius:50%;background:rgba(255,255,255,.9);display:grid;place-items:center;opacity:0;transition:.25s var(--az-ease);z-index:3}.az-lime-product:hover .az-wish-btn{opacity:1}.az-lime-info{padding:13px 0 0!important}.az-lime-info .product-title{font-size:13px!important;font-weight:400!important;line-height:1.3!important;letter-spacing:.4px;margin:0 0 4px!important;min-height:auto!important;text-transform:none}.az-lime-info .price{font-size:15px!important;color:#000!important;font-weight:700!important}.az-lime-info .old{font-size:12px!important;color:#888!important}.az-banner-strip{padding:30px 0 38px;background:#fff}.az-banner-strip a{display:block;position:relative;width:min(1560px,86vw);height:410px;margin:0 auto;overflow:hidden;background:#eee}.az-banner-strip img{width:100%;height:100%;object-fit:cover;object-position:center}.az-banner-strip span{position:absolute;left:44px;top:50%;transform:translateY(-50%);font-size:42px;font-weight:400;letter-spacing:-1px}.az-new-arrivals{padding:42px 0 48px;background:#fff;display:grid;grid-template-columns:300px 1fr;align-items:center;gap:20px}.az-new-arrivals h2{text-align:left;margin-left:32px;font-size:34px;text-decoration:underline;text-underline-offset:8px;white-space:nowrap}.az-arrival-track{display:grid;grid-template-columns:repeat(4,1fr);gap:10px;overflow:hidden}.az-arrival-track .az-lime-img{height:430px!important}.az-arrival-track .az-bag-btn{bottom:70px}.az-footer{background:#f4f4f4;color:#000;padding:40px 0 24px}.az-footer-grid{display:grid;grid-template-columns:1fr 1fr 1fr;gap:80px;max-width:820px}.az-footer h3{font-size:17px;margin-bottom:18px;letter-spacing:.8px}.az-footer a,.az-footer p{display:block;color:#000;margin:0 0 10px;font-size:14px}.az-social{display:flex;gap:22px;margin-top:18px}.az-social a{font-size:30px;margin:0;color:#1174d7}.az-social a:nth-child(2){color:#f05a30}.az-social a:nth-child(3){color:#ee0000}.az-copy{text-align:center;color:#555;font-size:12px;margin-top:34px}.toast{z-index:9999}
@media(min-width:1500px){.az-home-hero{height:680px}.az-lime-img{height:650px!important}.az-arrival-track .az-lime-img{height:500px!important}}
@media(max-width:1100px){.az-limelight-products{grid-template-columns:repeat(3,1fr)}.az-wide-grid{gap:14px}.az-tile img{height:310px}.az-four-promo .az-tile img{height:390px}.az-banner-strip a{width:92vw}.az-new-arrivals{grid-template-columns:220px 1fr}.az-arrival-track{grid-template-columns:repeat(3,1fr)}.az-lime-img{height:470px!important}}
@media(max-width:900px){.az-topline{font-size:11px}.az-header-main{height:52px;padding:0 14px}.az-mobile-menu{display:grid!important}.az-icon-link[href^="tel"],.az-whatsapp-mini{display:none}.az-logo{font-size:22px;letter-spacing:1.3px}.az-header-left,.az-header-right{gap:11px}.az-header-right .az-icon-link:nth-child(3){display:none}.az-nav{display:none!important}.az-home-hero{height:72vh;min-height:500px}.az-home-hero .hero-content{left:20px;right:20px;top:auto;bottom:58px;transform:none;max-width:90%}.az-home-hero h1{font-size:48px}.az-home-hero p{font-size:13px;max-width:310px}.az-wide-grid{width:100%;display:flex;overflow-x:auto;gap:10px;padding:0 14px;scroll-snap-type:x mandatory}.az-tile{flex:0 0 72vw;scroll-snap-align:start}.az-tile img{height:360px}.az-four-promo .az-tile img{height:390px}.az-tile span{font-size:15px;height:42px;min-width:120px}.az-circle-row{justify-content:flex-start;gap:20px}.az-circle-row img{width:94px;height:94px}.az-accessories .az-circle-row img{width:112px;height:112px}.az-products-strip{padding:18px 0 34px}.az-product-head{padding:0 14px}.az-product-head span{display:none}.az-products-strip .select{min-width:150px;height:38px;font-size:11px}.az-limelight-products,.az-arrival-track{display:flex!important;overflow-x:auto!important;gap:10px!important;padding:0 14px 14px!important;scroll-snap-type:x mandatory}.az-lime-product{flex:0 0 calc((100vw - 38px)/2)!important;width:calc((100vw - 38px)/2)!important;scroll-snap-align:start}.az-lime-img,.az-arrival-track .az-lime-img{height:calc((100vw - 38px)/2 * 1.55)!important;min-height:245px!important;max-height:335px!important}.az-lime-info .product-title{font-size:12px!important}.az-bag-btn{right:8px;bottom:62px;width:36px;height:36px;font-size:15px}.az-wish-btn{display:none}.az-lime-product .product-badge{font-size:10px!important;padding:5px 8px!important}.az-banner-strip{padding:14px 0 24px}.az-banner-strip a{width:100%;height:210px}.az-banner-strip span{font-size:28px;left:24px}.az-new-arrivals{display:block;padding:26px 0 32px}.az-new-arrivals h2{margin:0 0 18px 14px;font-size:26px}.az-mini-section h2{font-size:26px;margin-bottom:18px}.az-footer-grid{grid-template-columns:1fr;gap:28px;max-width:none}.az-footer{padding:32px 0 20px}.az-footer h3{font-size:15px}.container{width:calc(100% - 28px)}}
@media(max-width:430px){.az-home-hero{height:66vh;min-height:470px}.az-home-hero h1{font-size:40px}.az-tile{flex-basis:78vw}.az-tile img{height:335px}.az-four-promo .az-tile img{height:355px}.az-lime-img,.az-arrival-track .az-lime-img{min-height:232px!important}.az-circle-row a{font-size:11px}.az-circle-row img{width:84px;height:84px}.az-accessories .az-circle-row img{width:100px;height:100px}.az-header-right{gap:8px}.az-icon-link{font-size:16px}.az-logo{font-size:20px}}

/* ===== Limelight-like final visual tuning (homepage spacing, category images, banners) ===== */
.az-home{background:#fff!important}
.az-mini-section{background:#fff!important;padding:28px 0 34px!important}
.az-mini-section h2,.az-new-arrivals h2{font-family:Poppins,Arial,sans-serif!important;font-size:30px!important;line-height:1.15!important;font-weight:600!important;letter-spacing:.8px!important;text-transform:uppercase!important;text-align:center!important;margin:0 0 27px!important;color:#000!important}
.az-wide-grid{width:calc(100% - 48px)!important;max-width:none!important;margin:0 auto!important;display:grid!important;grid-template-columns:repeat(4,minmax(0,1fr))!important;gap:24px!important}
.az-tile{border-radius:0!important;border:0!important;box-shadow:none!important;background:#f4f4f4!important;overflow:hidden!important;position:relative!important;min-height:0!important;text-align:center!important;padding-bottom:54px!important}
.az-tile img{width:100%!important;height:clamp(230px,15.35vw,306px)!important;object-fit:cover!important;object-position:center top!important;display:block!important;transition:transform .55s var(--az-ease)!important}
.az-tile span{position:absolute!important;left:50%!important;bottom:0!important;transform:translateX(-50%)!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;min-width:172px!important;height:54px!important;margin:0!important;padding:0 22px!important;background:#fff!important;color:#000!important;font-size:17px!important;line-height:1!important;font-weight:700!important;letter-spacing:-.2px!important;text-transform:uppercase!important;box-shadow:none!important;white-space:nowrap!important}
.az-collection-section + .az-circle-section{padding-top:21px!important}
.az-circle-section{padding:22px 0 28px!important;background:#fff!important}
.az-circle-row{max-width:none!important;width:calc(100% - 72px)!important;margin:0 auto!important;display:flex!important;justify-content:center!important;gap:32px!important;padding:0 0 10px!important;overflow-x:auto!important;scroll-snap-type:x proximity!important}
.az-circle-row a{flex:0 0 auto!important;text-align:center!important;font-size:13px!important;line-height:1.2!important;font-weight:600!important;letter-spacing:.25px!important;text-transform:uppercase!important;color:#000!important;scroll-snap-align:start!important}
.az-circle-row img{width:118px!important;height:118px!important;border-radius:50%!important;object-fit:cover!important;object-position:center top!important;background:#f3f3f3!important;border:1px solid #eee!important;margin:0 auto 11px!important}
.az-banner-strip{padding:30px 0 34px!important;background:#fff!important}
.az-banner-strip a{width:calc(100% - 48px)!important;max-width:none!important;height:clamp(260px,21.55vw,430px)!important;margin:0 auto!important;border-radius:0!important;display:block!important;overflow:hidden!important;background:#eee!important;position:relative!important}
.az-banner-strip img{width:100%!important;height:100%!important;object-fit:cover!important;object-position:center!important;display:block!important}
.az-banner-strip span{left:46px!important;top:50%!important;transform:translateY(-50%)!important;font-size:clamp(30px,2.4vw,46px)!important;font-weight:500!important;letter-spacing:-.6px!important;color:#000!important;background:rgba(255,255,255,.88)!important;padding:10px 20px!important;text-transform:none!important}
.az-products-strip{background:#fff!important;padding:26px 24px 42px!important}
.az-limelight-products{gap:8px!important}
.az-lime-img{height:clamp(470px,30.2vw,640px)!important;background:#f5f5f5!important}
.az-lime-info{padding:12px 0 0!important;background:#fff!important}
.az-new-arrivals{background:#fff!important;padding:38px 24px 48px!important;display:block!important}
.az-new-arrivals h2{text-align:center!important;margin:0 0 27px!important;text-decoration:none!important;white-space:normal!important}
.az-arrival-track{grid-template-columns:repeat(4,minmax(0,1fr))!important;gap:8px!important}
.az-arrival-track .az-lime-img{height:clamp(390px,27vw,540px)!important}
@media(max-width:1100px){
  .az-wide-grid{width:calc(100% - 28px)!important;gap:14px!important}
  .az-tile img{height:clamp(210px,24vw,300px)!important}
  .az-banner-strip a{width:calc(100% - 28px)!important;height:320px!important}
  .az-circle-row{width:calc(100% - 28px)!important;justify-content:flex-start!important}
}
@media(max-width:900px){
  .az-mini-section{padding:22px 0 28px!important}
  .az-mini-section h2,.az-new-arrivals h2{font-size:25px!important;margin-bottom:18px!important}
  .az-wide-grid{display:flex!important;width:100%!important;gap:10px!important;overflow-x:auto!important;padding:0 14px 4px!important;scroll-snap-type:x mandatory!important}
  .az-tile{flex:0 0 72vw!important;padding-bottom:46px!important;scroll-snap-align:start!important}
  .az-tile img{height:360px!important}
  .az-tile span{height:46px!important;min-width:130px!important;font-size:14px!important;padding:0 16px!important}
  .az-circle-row{width:100%!important;padding:0 14px 10px!important;gap:18px!important}
  .az-circle-row img{width:92px!important;height:92px!important;margin-bottom:9px!important}
  .az-circle-row a{font-size:11px!important}
  .az-products-strip{padding:18px 0 34px!important}
  .az-limelight-products,.az-arrival-track{gap:8px!important;padding:0 14px 12px!important}
  .az-lime-img,.az-arrival-track .az-lime-img{height:calc((100vw - 36px)/2 * 1.56)!important;min-height:238px!important;max-height:336px!important}
  .az-banner-strip{padding:14px 0 24px!important}
  .az-banner-strip a{width:100%!important;height:220px!important}
  .az-banner-strip span{left:22px!important;font-size:26px!important;padding:8px 14px!important}
  .az-new-arrivals{padding:26px 0 32px!important}
}
@media(max-width:430px){
  .az-tile{flex-basis:78vw!important}
  .az-tile img{height:335px!important}
  .az-circle-row img{width:84px!important;height:84px!important}
}

/* ===== 2026-05 Limelight reference pixel pass (user screenshots + provided root variables) ===== */
@import url('https://fonts.googleapis.com/css2?family=Assistant:wght@400;500;600;700&display=swap');
:root{
  --font-body-family: Assistant, Arial, sans-serif;
  --font-heading-family: Assistant, Arial, sans-serif;
  --page-width:160rem;
  --spacing-sections-desktop:0px;
  --grid-desktop-horizontal-spacing:8px;
  --grid-desktop-vertical-spacing:8px;
  --product-card-corner-radius:0px;
  --collection-card-corner-radius:0px;
  --buttons-radius:0px;
  --inputs-radius:0px;
  --header-height:85px;
  --header-bottom-position-desktop:85px;
}
html{box-sizing:border-box;font-size:62.5%!important;height:100%;}
*,*::before,*::after{box-sizing:inherit;}
body{font-family:var(--font-body-family)!important;font-size:1.6rem;letter-spacing:.06rem;line-height:1.55;background:#fff!important;color:#121212!important;}
.container{width:100%!important;max-width:none!important;padding-left:0!important;padding-right:0!important;}

/* Header exactly like reference: top notice + 47px icon/logo row + 38px nav row = 85px black header */
.az-topline{height:35px!important;background:#fff!important;color:#cf0c1d!important;font-family:var(--font-body-family)!important;font-size:13px!important;font-weight:400!important;letter-spacing:.04em!important;display:flex!important;align-items:center!important;justify-content:center!important;border:0!important;}
.az-topline .container{height:35px!important;display:flex!important;align-items:center!important;justify-content:center!important;padding:0!important;}
.az-header{position:sticky!important;top:0!important;background:#000!important;border:0!important;box-shadow:none!important;z-index:999!important;}
.az-header-main{height:47px!important;background:#000!important;border-bottom:1px solid rgba(255,255,255,.72)!important;display:grid!important;grid-template-columns:1fr auto 1fr!important;align-items:center!important;padding:0 28px!important;}
.az-header-left,.az-header-right{height:47px!important;display:flex!important;align-items:center!important;gap:20px!important;}
.az-header-right{justify-content:flex-end!important;}
.az-icon-link,.az-mobile-menu{width:24px!important;height:24px!important;display:grid!important;place-items:center!important;color:#fff!important;background:transparent!important;border:0!important;font-size:18px!important;line-height:1!important;}
.az-whatsapp-mini{width:22px!important;height:22px!important;border-radius:50%!important;background:#23bd51!important;color:#fff!important;display:grid!important;place-items:center!important;font-size:15px!important;}
.az-logo{font-family:var(--font-heading-family)!important;font-size:27px!important;font-weight:700!important;letter-spacing:.18em!important;line-height:1!important;text-transform:uppercase!important;color:#13b7aa!important;}
.az-logo .brand-a{color:#13b7aa!important;}.az-logo .brand-z{color:#c8b51b!important;}
.az-header .badge{display:none!important;}
.az-nav{height:38px!important;background:#000!important;border:0!important;display:block!important;}
.az-nav-list{height:38px!important;display:flex!important;align-items:center!important;justify-content:center!important;gap:70px!important;margin:0!important;padding:0!important;}
.az-nav-list>li>a{height:38px!important;display:flex!important;align-items:center!important;padding:0!important;color:#fff!important;font-size:15px!important;font-weight:700!important;letter-spacing:.02em!important;line-height:1!important;text-transform:uppercase!important;}
.az-nav-list>li>a.sale-link{color:#ff2222!important;}
.az-search-bar{top:47px!important;background:#000!important;}
.mobile-menu-btn{display:none!important;}

/* Homepage hero: reference banner is pure image, no overlay copy */
.az-home-hero{height:555px!important;min-height:555px!important;max-height:555px!important;margin:0!important;background:#eee!important;display:block!important;overflow:hidden!important;border-radius:0!important;box-shadow:none!important;}
.az-home-hero .hero-slide{background-size:cover!important;background-position:center center!important;filter:none!important;transition:opacity .55s ease!important;}
.az-home-hero::after{display:none!important;}
.az-home-hero .hero-content,.az-home-hero .hero-arrow,.az-home-hero .hero-dots{display:none!important;}

/* Section headings like Limelight */
.az-mini-section{background:#fff!important;padding:28px 0 30px!important;margin:0!important;}
.az-mini-section h2,.az-new-arrivals h2,.az-shop-circle-section h2{font-family:var(--font-heading-family)!important;font-size:32px!important;font-weight:700!important;line-height:1.1!important;letter-spacing:0!important;text-align:center!important;color:#000!important;text-transform:uppercase!important;margin:0 0 24px!important;}

/* Round category row (Women + accessories) */
.az-circle-section{padding:28px 0 28px!important;}
.az-circle-row,.az-shop-circle-row{width:100%!important;max-width:910px!important;margin:0 auto!important;padding:0 10px 10px!important;display:flex!important;align-items:flex-start!important;justify-content:center!important;gap:28px!important;overflow-x:auto!important;scrollbar-width:none!important;}
.az-circle-row::-webkit-scrollbar,.az-shop-circle-row::-webkit-scrollbar{display:none!important;}
.az-circle-row a,.az-shop-circle-row a{flex:0 0 auto!important;width:118px!important;text-align:center!important;color:#000!important;font-family:var(--font-body-family)!important;font-size:14px!important;font-weight:500!important;letter-spacing:0!important;text-transform:uppercase!important;line-height:1.1!important;}
.az-circle-row img,.az-shop-circle-row img{width:112px!important;height:112px!important;border-radius:50%!important;object-fit:cover!important;object-position:center top!important;margin:0 auto 12px!important;background:#f4f4f4!important;border:0!important;display:block!important;}
#homeSectionsAfterProducts .az-circle-section{background:#f3f3f3!important;padding:34px 0 34px!important;}
#homeSectionsAfterProducts .az-circle-row{max-width:none!important;justify-content:space-around!important;gap:22px!important;padding:0 22px 10px!important;}
#homeSectionsAfterProducts .az-circle-row a{width:172px!important;font-size:21px!important;font-weight:400!important;}
#homeSectionsAfterProducts .az-circle-row img{width:172px!important;height:172px!important;border:1px solid #8d8d8d!important;background:#fff!important;}

/* Collection tiles: 4 equal cards, image top, white label band below */
.az-wide-grid{width:calc(100% - 354px)!important;margin:0 auto!important;display:grid!important;grid-template-columns:repeat(4,minmax(0,1fr))!important;gap:16px!important;}
.az-tile{position:relative!important;display:block!important;background:#f3f3f3!important;border:0!important;border-radius:0!important;box-shadow:none!important;overflow:visible!important;text-align:center!important;padding:0 0 58px!important;min-height:0!important;}
.az-tile img{width:100%!important;height:365px!important;object-fit:cover!important;object-position:center top!important;display:block!important;transition:none!important;border-radius:0!important;}
.az-tile:hover img{transform:none!important;}
.az-tile span{position:absolute!important;left:0!important;right:0!important;bottom:0!important;transform:none!important;width:100%!important;height:58px!important;min-width:0!important;margin:0!important;background:#fff!important;color:#000!important;display:flex!important;align-items:center!important;justify-content:center!important;font-family:var(--font-heading-family)!important;font-size:22px!important;font-weight:700!important;letter-spacing:-.02em!important;text-transform:uppercase!important;box-shadow:none!important;padding:0 10px!important;}

/* Fragrance/banner: centered strip with Limelight-like proportions */
.az-banner-strip{background:#fff!important;padding:40px 0 22px!important;margin:0!important;}
.az-banner-strip a{width:65.5vw!important;max-width:1220px!important;min-width:980px!important;height:365px!important;margin:0 auto!important;border-radius:0!important;overflow:hidden!important;background:#eee!important;display:block!important;position:relative!important;}
.az-banner-strip img{width:100%!important;height:100%!important;object-fit:cover!important;object-position:center!important;display:block!important;}
.az-banner-strip span{position:absolute!important;left:34px!important;top:50%!important;transform:translateY(-50%)!important;background:transparent!important;color:#000!important;font-family:var(--font-heading-family)!important;font-size:39px!important;font-weight:400!important;letter-spacing:-.04em!important;padding:0!important;text-transform:none!important;}

/* Product strip/grid like collection screenshot */
.az-products-strip{background:#fff!important;padding:22px 28px 34px!important;}
.az-product-head{display:flex!important;align-items:center!important;justify-content:space-between!important;margin:0 0 14px!important;color:#222!important;font-size:13px!important;text-transform:uppercase!important;}
.az-filter-btn{font-family:var(--font-body-family)!important;font-size:13px!important;font-weight:400!important;letter-spacing:.02em!important;color:#000!important;}
.az-product-head>div{display:flex!important;align-items:center!important;gap:20px!important;}
.az-products-strip .select,.toolbar .select{height:38px!important;border:1px solid #bfbfbf!important;border-radius:4px!important;background:#fff!important;min-width:190px!important;padding:0 35px 0 14px!important;font-size:13px!important;font-weight:500!important;text-transform:uppercase!important;color:#000!important;}
.az-limelight-products,.az-arrival-track{display:grid!important;grid-template-columns:repeat(4,minmax(0,1fr))!important;gap:10px!important;}
.az-lime-product,.product-card{border:0!important;border-radius:0!important;box-shadow:none!important;background:#fff!important;overflow:visible!important;}
.az-lime-img,.product-img{height:585px!important;background:#f5f5f5!important;overflow:hidden!important;border-radius:0!important;border:0!important;}
.az-lime-img img,.product-img img{width:100%!important;height:100%!important;object-fit:cover!important;object-position:center top!important;transition:none!important;}
.az-lime-product:hover img,.product-card:hover img{transform:none!important;}
.az-lime-product .product-badge,.product-badge{top:0!important;right:0!important;left:auto!important;background:#000!important;color:#fff!important;border-radius:0!important;padding:8px 18px!important;font-size:13px!important;font-weight:700!important;letter-spacing:0!important;text-transform:none!important;}
.az-bag-btn{right:14px!important;bottom:68px!important;width:45px!important;height:45px!important;border-radius:50%!important;background:#fff!important;border:1px solid #dadada!important;box-shadow:0 4px 14px rgba(0,0,0,.08)!important;color:#000!important;}
.az-lime-info,.product-info{padding:12px 0 0!important;background:#fff!important;}
.az-lime-info .product-title,.product-title{font-size:14px!important;line-height:1.35!important;font-weight:400!important;letter-spacing:.02em!important;color:#111!important;margin:0 0 5px!important;}
.az-lime-info .price,.price{font-size:15px!important;font-weight:700!important;color:#111!important;}

/* New arrivals block with left underlined heading like screenshot */
.az-new-arrivals{background:#fff!important;padding:34px 28px 44px!important;display:grid!important;grid-template-columns:300px minmax(0,1fr)!important;gap:20px!important;align-items:center!important;}
.az-new-arrivals h2{text-align:left!important;margin:0!important;text-decoration:underline!important;text-underline-offset:7px!important;text-decoration-thickness:1px!important;font-size:34px!important;font-weight:700!important;white-space:nowrap!important;}
.az-arrival-track .az-lime-img{height:430px!important;}

/* Shop/collection page closest to Limelight collection screenshot */
.page-hero{background:#fff!important;padding:0!important;margin:0!important;border:0!important;}
.page-hero .container{width:100%!important;padding:0!important;}
.page-hero .breadcrumb{height:39px!important;display:flex!important;align-items:center!important;gap:8px!important;padding:0 8px!important;font-size:13px!important;color:#111!important;background:#fff!important;margin:0!important;}
.page-hero h1[data-shop-title]{height:555px!important;display:flex!important;align-items:flex-end!important;justify-content:center!important;text-align:center!important;background:linear-gradient(rgba(0,0,0,.05),rgba(0,0,0,.05)),url('https://images.unsplash.com/photo-1508427953056-b00b8d78ebf5?auto=format&fit=crop&w=2200&q=88') center/cover no-repeat!important;color:transparent!important;font-size:0!important;margin:0!important;}
.page-hero h1[data-shop-title]::after{content:attr(data-title);}
.page-hero p[data-shop-subtitle]{display:none!important;}
.az-shop-circle-section{background:#fff!important;padding:26px 0 22px!important;}
.shop-layout{display:block!important;width:100%!important;padding:0 28px!important;}
.shop-layout .sidebar{display:none!important;}
.shop-layout main{width:100%!important;}
.shop-layout .toolbar{display:flex!important;align-items:center!important;justify-content:space-between!important;margin:0 0 14px!important;padding:0!important;}
.shop-layout .toolbar::before{content:'\f0b0  FILTER';font-family:'Font Awesome 6 Free',var(--font-body-family)!important;font-weight:900!important;font-size:13px!important;color:#000!important;}
.filter-tabs{display:none!important;}
.shop-layout .toolbar .select option:first-child{font-size:0;}
.shop-layout #productGrid{display:grid!important;grid-template-columns:repeat(4,minmax(0,1fr))!important;gap:10px!important;}
.shop-layout #productGrid .product-img{height:585px!important;}

@media(min-width:1500px){
  .az-home-hero,.page-hero h1[data-shop-title]{height:560px!important;min-height:560px!important;max-height:560px!important;}
  .az-lime-img,.shop-layout #productGrid .product-img{height:620px!important;}
  .az-wide-grid{width:calc(100% - 354px)!important;}
}
@media(max-width:1300px){
  .az-wide-grid{width:calc(100% - 48px)!important;}
  .az-banner-strip a{width:calc(100% - 48px)!important;min-width:0!important;}
  .az-lime-img,.shop-layout #productGrid .product-img{height:520px!important;}
}
@media(max-width:1050px){
  .az-wide-grid{gap:12px!important;}
  .az-tile img{height:300px!important;}
  .az-limelight-products,.az-arrival-track,.shop-layout #productGrid{grid-template-columns:repeat(3,minmax(0,1fr))!important;}
  .az-lime-img,.shop-layout #productGrid .product-img{height:470px!important;}
}
@media(max-width:900px){
  html{font-size:62.5%!important;}
  .az-topline{height:28px!important;font-size:11px!important;padding:0 8px!important;}
  .az-header-main{height:47px!important;padding:0 14px!important;}
  .mobile-menu-btn{display:grid!important;}
  .az-icon-link[href^="tel"],.az-whatsapp-mini,.az-header-right .az-icon-link:nth-child(3){display:none!important;}
  .az-logo{font-size:21px!important;letter-spacing:.12em!important;}
  .az-nav{display:none!important;}
  .az-home-hero,.page-hero h1[data-shop-title]{height:430px!important;min-height:430px!important;max-height:430px!important;}
  .az-mini-section h2,.az-new-arrivals h2,.az-shop-circle-section h2{font-size:27px!important;margin-bottom:18px!important;}
  .az-wide-grid{width:100%!important;display:flex!important;overflow-x:auto!important;gap:10px!important;padding:0 14px 4px!important;scroll-snap-type:x mandatory!important;}
  .az-tile{flex:0 0 72vw!important;padding-bottom:46px!important;scroll-snap-align:start!important;}
  .az-tile img{height:355px!important;}
  .az-tile span{height:46px!important;font-size:15px!important;}
  .az-circle-row,.az-shop-circle-row{max-width:none!important;justify-content:flex-start!important;gap:18px!important;padding:0 14px 10px!important;}
  .az-circle-row a,.az-shop-circle-row a{width:92px!important;font-size:11px!important;}
  .az-circle-row img,.az-shop-circle-row img{width:92px!important;height:92px!important;margin-bottom:9px!important;}
  #homeSectionsAfterProducts .az-circle-row a{width:112px!important;font-size:13px!important;}
  #homeSectionsAfterProducts .az-circle-row img{width:112px!important;height:112px!important;}
  .az-products-strip,.shop-layout{padding:18px 0 30px!important;}
  .az-product-head,.shop-layout .toolbar{padding:0 14px!important;}
  .az-product-head span{display:none!important;}
  .az-products-strip .select,.toolbar .select{min-width:150px!important;height:38px!important;font-size:11px!important;}
  .az-limelight-products,.az-arrival-track,.shop-layout #productGrid{display:flex!important;overflow-x:auto!important;gap:10px!important;padding:0 14px 12px!important;scroll-snap-type:x mandatory!important;}
  .az-lime-product,.shop-layout #productGrid .product-card{flex:0 0 calc((100vw - 38px)/2)!important;width:calc((100vw - 38px)/2)!important;scroll-snap-align:start!important;}
  .az-lime-img,.product-img,.shop-layout #productGrid .product-img,.az-arrival-track .az-lime-img{height:calc((100vw - 38px)/2 * 1.55)!important;min-height:245px!important;max-height:335px!important;}
  .az-banner-strip{padding:16px 0 24px!important;}
  .az-banner-strip a{width:100%!important;min-width:0!important;height:220px!important;}
  .az-banner-strip span{left:24px!important;font-size:28px!important;}
  .az-new-arrivals{display:block!important;padding:26px 0 32px!important;}
  .az-new-arrivals h2{text-align:left!important;margin:0 0 18px 14px!important;font-size:27px!important;}
}
@media(max-width:430px){
  .az-home-hero,.page-hero h1[data-shop-title]{height:390px!important;min-height:390px!important;max-height:390px!important;}
  .az-tile{flex-basis:78vw!important;}
  .az-tile img{height:330px!important;}
  .az-circle-row img,.az-shop-circle-row img{width:84px!important;height:84px!important;}
  .az-circle-row a,.az-shop-circle-row a{width:84px!important;}
}

/* Admin editable category page banner */
.page-hero.has-category-banner h1[data-shop-title]{background-image:linear-gradient(rgba(0,0,0,.04),rgba(0,0,0,.04)),var(--category-page-banner)!important;background-position:center!important;background-size:cover!important;background-repeat:no-repeat!important;}
.category-form{grid-template-columns:repeat(3,minmax(0,1fr))!important;}
@media(max-width:980px){.category-form{grid-template-columns:1fr!important;}}
/* Category page multi-banner slider: banner is separate from child category circles */
.page-hero.has-category-slider{position:relative!important;background:#fff!important;overflow:hidden!important;}
.page-hero.has-category-slider .container{position:relative!important;z-index:2!important;}
.page-hero.has-category-slider h1[data-shop-title]{height:555px!important;background:transparent!important;color:transparent!important;font-size:0!important;pointer-events:none!important;}
.az-category-banner-slider{position:absolute;left:0;right:0;top:39px;height:555px;z-index:1;background:#f5f5f5;overflow:hidden;}
.az-category-banner-slide{position:absolute;inset:0;background-position:center!important;background-size:cover!important;background-repeat:no-repeat!important;opacity:0;transform:scale(1.015);transition:opacity .75s ease,transform 1.1s ease;}
.az-category-banner-slide.active{opacity:1;transform:scale(1);}
.az-cat-prev,.az-cat-next{position:absolute;top:50%;transform:translateY(-50%);z-index:4;width:38px;height:58px;background:rgba(0,0,0,.28);color:#fff;font-size:42px;line-height:1;border-radius:0;display:grid;place-items:center;}
.az-cat-prev{left:18px}.az-cat-next{right:18px}.az-cat-prev:hover,.az-cat-next:hover{background:rgba(0,0,0,.48)}
@media(max-width:749px){.az-category-banner-slider{height:430px}.page-hero.has-category-slider h1[data-shop-title]{height:430px!important}.az-cat-prev,.az-cat-next{width:32px;height:48px;font-size:32px}}
@media(max-width:480px){.az-category-banner-slider{height:390px}.page-hero.has-category-slider h1[data-shop-title]{height:390px!important}}

/* PRODUCT_MULTI_IMAGE_UPDATE */
.detail-gallery{align-items:start}.thumbs{max-height:650px;overflow:auto;padding-right:2px}.thumbs img{cursor:pointer;transition:.2s}.thumbs img:hover{transform:translateY(-2px)}.main-product-img{height:650px;overflow:auto;scrollbar-width:none;cursor:zoom-in}.main-product-img::-webkit-scrollbar{display:none}.main-product-img img{min-height:650px;height:auto;width:100%;object-fit:cover;object-position:center top;transition:object-position .08s linear, transform .2s ease}.main-product-img:hover img{transform:scale(1.04)}
@media(max-width:1000px){.thumbs{max-height:none;overflow-x:auto;overflow-y:hidden}.main-product-img{height:520px}.main-product-img img{min-height:520px}}
@media(max-width:620px){.main-product-img{height:440px}.main-product-img img{min-height:440px}}

/* Product detail final polish */
.product-detail-polished .page-hero{display:none}
#productDetail.detail-layout{grid-template-columns:minmax(0,1.1fr) minmax(360px,.9fr);gap:44px;align-items:start}
.pd-gallery{display:grid;grid-template-columns:92px minmax(0,1fr);gap:14px;position:sticky;top:118px;align-self:start}
.pd-thumbs{display:flex;flex-direction:column;gap:10px;max-height:650px;overflow:auto;padding-right:2px;scrollbar-width:thin}
.pd-thumb{width:100%;height:118px;border:1px solid #e6e1db;background:#fff;overflow:hidden;border-radius:0;padding:0;opacity:.78;transition:.2s ease}
.pd-thumb img{width:100%;height:100%;object-fit:cover}
.pd-thumb.active,.pd-thumb:hover{border-color:#111;opacity:1}
.pd-main-wrap{min-width:0}
.main-product-img.pd-main-img{height:650px;border-radius:0;background:#f5f5f5;overflow:hidden;position:relative;border:1px solid #eee;cursor:zoom-in}
.main-product-img.pd-main-img img{width:100%;height:100%;object-fit:cover;transition:transform .28s ease, object-position .12s linear;will-change:transform,object-position}
.main-product-img.pd-main-img:hover img{transform:scale(1.18)}
.pd-gallery-hint{font-size:12px;color:#777;margin-top:10px;display:flex;gap:7px;align-items:center}
.pd-info{background:#fff;border:0;padding:0;position:sticky;top:118px;align-self:start}
.pd-label-row{display:flex;justify-content:space-between;align-items:center;gap:12px;margin-bottom:10px;text-transform:uppercase;font-size:12px;letter-spacing:.08em;color:#777}
.pd-stock{border:1px solid #ddd;padding:5px 9px;color:#111;background:#fff}
.pd-info h1{font-size:32px;line-height:1.18;font-weight:500;letter-spacing:.01em;margin:0 0 12px;color:#111}
.pd-rating{display:flex;align-items:center;gap:10px;margin:10px 0 16px;color:#d49a20;font-size:13px}
.pd-rating em{font-style:normal;color:#777;font-size:12px}
.pd-price-row{display:flex;align-items:baseline;gap:12px;padding:14px 0 20px;border-top:1px solid #eee;border-bottom:1px solid #eee;margin-bottom:18px}
.pd-price{font-size:25px;font-weight:700;color:#111}
.pd-old{text-decoration:line-through;color:#999;font-size:15px}
.pd-desc{color:#555;line-height:1.75;font-size:14px;margin:0 0 18px}
.pd-option-head{display:flex;align-items:center;justify-content:space-between;margin:18px 0 10px}
.pd-option-head h4{font-size:13px;text-transform:uppercase;letter-spacing:.08em;font-weight:700;color:#222}
.pd-option-head button{font-size:12px;text-decoration:underline;color:#555}
.pd-size-options{gap:8px;margin-bottom:16px}
.pd-size-options button{min-width:48px;height:42px;border-radius:0;border:1px solid #cfcfcf;background:#fff;color:#111;font-weight:500;transition:.18s ease}
.pd-size-options button.active,.pd-size-options button:hover{background:#111;color:#fff;border-color:#111}
.pd-size-options button:disabled{opacity:.3;cursor:not-allowed;text-decoration:line-through;background:#f5f5f5;color:#777}
.pd-color-options{margin-bottom:12px}
.pd-selected{font-size:12px;color:#777;margin:8px 0 18px}
.pd-cart-row{display:grid;grid-template-columns:128px 1fr;gap:12px;margin:18px 0 10px}
.pd-qty{height:48px;border:1px solid #111;display:grid;grid-template-columns:40px 1fr 40px;align-items:center;background:#fff}
.pd-qty button{height:100%;font-size:20px;color:#111}
.pd-qty span{text-align:center;font-weight:600;font-size:14px}
.pd-add-btn,.pd-buy-btn{height:48px;background:#111;color:#fff;text-transform:uppercase;letter-spacing:.08em;font-size:13px;font-weight:700;display:flex;align-items:center;justify-content:center;gap:10px;border:1px solid #111;transition:.2s ease}
.pd-add-btn:hover,.pd-buy-btn:hover{background:#333}
.pd-add-btn:disabled{background:#999;border-color:#999;cursor:not-allowed}
.pd-buy-btn{width:100%;margin:0 0 10px;background:#fff;color:#111}
.pd-buy-btn:hover{background:#111;color:#fff}
.pd-wish-btn{width:100%;height:44px;border:1px solid #ddd;background:#fff;text-transform:uppercase;font-size:12px;letter-spacing:.08em;font-weight:700;display:flex;align-items:center;justify-content:center;gap:8px;margin-bottom:18px}
.pd-service-box{border-top:1px solid #eee;margin-top:22px;padding-top:18px;display:grid;gap:12px}
.pd-service-box>div{display:flex;gap:12px;align-items:flex-start;color:#111}
.pd-service-box i{width:22px;margin-top:2px;color:#111}
.pd-service-box span{display:grid;gap:2px}
.pd-service-box b{font-size:13px;text-transform:uppercase;letter-spacing:.04em}
.pd-service-box small{font-size:12px;color:#777;line-height:1.5}
#relatedGrid.grid-4{grid-template-columns:repeat(4,minmax(0,1fr));gap:16px}
@media(max-width:1024px){#productDetail.detail-layout{grid-template-columns:1fr}.pd-gallery,.pd-info{position:static}.main-product-img.pd-main-img{height:560px}}
@media(max-width:700px){#productDetail.detail-layout{gap:24px}.pd-gallery{display:flex;flex-direction:column-reverse}.pd-thumbs{flex-direction:row;max-height:none;overflow-x:auto;padding:0 0 4px}.pd-thumb{min-width:74px;width:74px;height:94px}.main-product-img.pd-main-img{height:480px}.pd-info h1{font-size:25px}.pd-cart-row{grid-template-columns:1fr}.pd-qty{width:140px}.pd-gallery-hint{display:none}#relatedGrid.grid-4{grid-template-columns:repeat(2,1fr)}}

/* HOME_SEARCH_LISTING_PREMIUM_POLISH */
.az-header{position:sticky!important;top:0!important;z-index:1000!important;transition:box-shadow .25s ease,transform .25s ease!important}.az-header::after{content:'';position:absolute;left:0;right:0;bottom:0;height:1px;background:rgba(255,255,255,.12)}.az-header-main{backdrop-filter:saturate(130%) blur(2px)}
.az-home-hero .hero-arrow{display:grid!important;opacity:0;visibility:hidden;width:42px!important;height:58px!important;border-radius:0!important;background:rgba(0,0,0,.20)!important;color:#fff!important;transition:.22s ease!important}.az-home-hero:hover .hero-arrow{opacity:1;visibility:visible}.az-home-hero .hero-dots{display:flex!important;left:50%!important;right:auto!important;bottom:16px!important;transform:translateX(-50%)!important;gap:9px!important}.az-home-hero .hero-dot{width:42px!important;height:3px!important;border-radius:0!important;background:rgba(255,255,255,.55)!important;border:0!important}.az-home-hero .hero-dot.active{background:#fff!important}.az-home-hero .hero-content{display:none!important}
.az-tile{transition:transform .25s ease}.az-tile:hover{transform:translateY(-3px)}.az-tile img{transition:transform .55s ease!important}.az-tile:hover img{transform:scale(1.035)}.az-mini-section{padding-top:34px!important}.az-mini-section h2,.az-new-arrivals h2{letter-spacing:.02em!important;font-weight:400!important}.az-product-head{border-top:1px solid #eee;padding-top:14px!important}

/* Professional search overlay */
.az-search-overlay{position:fixed;inset:0;background:rgba(0,0,0,.48);z-index:3000;display:none;align-items:flex-start;justify-content:center;padding:92px 18px 18px}.search-open .az-search-overlay{display:flex}.az-search-panel{width:min(760px,100%);background:#fff;box-shadow:0 24px 80px rgba(0,0,0,.22);animation:azSearchIn .22s ease;max-height:calc(100vh - 120px);overflow:auto}.az-search-head{height:54px;display:flex;align-items:center;justify-content:space-between;padding:0 20px;border-bottom:1px solid #eee;text-transform:uppercase;letter-spacing:.08em;font-size:13px;color:#111}.az-search-close{width:36px;height:36px;border:0;background:#fff;font-size:18px}.az-search-input-wrap{margin:18px 20px 10px;height:48px;border:1px solid #111;display:flex;align-items:center;gap:12px;padding:0 14px}.az-search-input-wrap input{border:0!important;outline:0!important;width:100%;height:100%;font-size:15px}.az-search-popular{display:flex;align-items:center;gap:8px;flex-wrap:wrap;padding:0 20px 14px;color:#666;font-size:12px}.az-search-popular button{border:1px solid #ddd;background:#fafafa;padding:7px 12px;text-transform:uppercase;font-size:11px;letter-spacing:.04em}.az-search-suggestions{border-top:1px solid #eee}.az-search-item{display:grid;grid-template-columns:64px 1fr auto;gap:14px;align-items:center;padding:12px 20px;border-bottom:1px solid #f2f2f2;color:#111}.az-search-item:hover{background:#fafafa}.az-search-item img{width:64px;height:82px;object-fit:cover;background:#f4f4f4}.az-search-item b{display:block;font-size:14px;font-weight:500}.az-search-item small{display:block;margin-top:4px;color:#777;text-transform:uppercase;font-size:11px;letter-spacing:.05em}.az-search-item strong{font-size:13px;white-space:nowrap}.az-view-all{display:flex;align-items:center;justify-content:center;gap:8px;height:48px;color:#111;text-transform:uppercase;font-size:12px;letter-spacing:.08em}.az-search-empty{padding:28px 20px;text-align:center;color:#777}@keyframes azSearchIn{from{opacity:0;transform:translateY(-12px)}to{opacity:1;transform:none}}

/* Listing and card polish */
.product-img{position:relative;overflow:hidden;background:#f6f6f6}.product-img img{transition:opacity .35s ease,transform .5s ease}.product-img .hover-img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;opacity:0}.product-card:hover .hover-img{opacity:1}.product-card:hover .primary-img{opacity:0}.product-card:hover .product-img img{transform:scale(1.025)}.product-badge.sale-badge{background:#9b111e!important;color:#fff!important}.stock-badge{position:absolute;left:10px;bottom:10px;background:rgba(255,255,255,.92);color:#111;font-size:11px;text-transform:uppercase;letter-spacing:.07em;padding:7px 9px;z-index:3}.card-quick-panel{position:absolute;left:10px;right:10px;bottom:12px;display:grid;grid-template-columns:1fr 1fr;gap:8px;transform:translateY(16px);opacity:0;transition:.22s ease;z-index:4}.product-card:hover .card-quick-panel{transform:translateY(0);opacity:1}.card-quick-panel button{height:38px;background:#111;color:#fff;border:1px solid #111;text-transform:uppercase;font-size:11px;letter-spacing:.06em}.card-quick-panel button:first-child{background:#fff;color:#111}.az-card-sub{font-size:11px;color:#777;text-transform:uppercase;letter-spacing:.08em;margin:3px 0 5px}.az-mini-sizes{display:flex;gap:5px;margin-top:8px;flex-wrap:wrap}.az-mini-sizes span{min-width:26px;height:24px;border:1px solid #ddd;display:grid;place-items:center;font-size:11px;color:#444;background:#fff}.product-card.is-out{opacity:.72}.az-lime-info .price-row{align-items:center!important;gap:8px!important}.az-bag-btn,.az-wish-btn{box-shadow:0 8px 22px rgba(0,0,0,.12)!important;transition:.2s ease!important}.az-bag-btn:hover,.az-wish-btn:hover{transform:translateY(-2px)!important}

.az-shop-toolbar{height:48px;border-top:1px solid #eee;border-bottom:1px solid #eee;padding:0!important;margin-bottom:18px!important;display:flex!important;gap:14px!important}.shop-layout .toolbar::before{display:none!important;content:none!important}.az-filter-drawer-btn{height:38px;border:1px solid #111;background:#111;color:#fff;padding:0 18px;text-transform:uppercase;letter-spacing:.07em;font-size:12px;display:inline-flex;align-items:center;gap:8px}.az-shop-results{margin-right:auto;color:#666;font-size:13px;text-transform:uppercase;letter-spacing:.05em}.shop-layout .toolbar .select{margin-left:auto!important}.shop-layout #productGrid{row-gap:28px!important}.shop-layout .sidebar{display:block!important;position:fixed!important;left:0;top:0;bottom:0;width:min(380px,92vw);background:#fff;z-index:3100;padding:0 22px 24px!important;overflow:auto;transform:translateX(-105%);transition:transform .28s ease;box-shadow:24px 0 60px rgba(0,0,0,.16)}.filter-open .shop-layout .sidebar{transform:translateX(0)}.filter-open::before{content:'';position:fixed;inset:0;background:rgba(0,0,0,.45);z-index:3090}.az-filter-drawer-head{height:58px;display:flex;align-items:center;justify-content:space-between;margin:0 -22px 18px;padding:0 22px;border-bottom:1px solid #eee;text-transform:uppercase;letter-spacing:.08em}.az-filter-close{width:36px;height:36px;border:0;background:#fff;font-size:18px}.filter-group{border-bottom:1px solid #eee;padding-bottom:18px;margin-bottom:18px}.filter-group h4{font-size:13px;text-transform:uppercase;letter-spacing:.08em;margin-bottom:12px}.check-row{display:flex;gap:10px;align-items:center;padding:7px 0;color:#222}.check-row input{width:16px;height:16px;accent-color:#111}.field input{height:42px!important;border:1px solid #ccc!important;border-radius:0!important}.shop-layout main{min-width:0}.empty{min-height:260px;display:grid;place-items:center;background:#fafafa;border:1px solid #eee;color:#777}

@media(max-width:900px){.az-home-hero .hero-arrow{display:none!important}.az-home-hero .hero-dots{bottom:10px!important}.az-home-hero .hero-dot{width:26px!important}.az-search-overlay{padding-top:74px}.az-search-panel{max-height:calc(100vh - 90px)}.az-search-item{grid-template-columns:54px 1fr;gap:10px}.az-search-item img{width:54px;height:68px}.az-search-item strong{grid-column:2;font-size:12px}.card-quick-panel{display:none}.az-shop-toolbar{padding:0 14px!important}.az-shop-results{display:none}.shop-layout #productGrid{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;overflow:visible!important;padding:0 14px 12px!important}.shop-layout #productGrid .product-card{width:auto!important;flex:auto!important}.az-mini-sizes{display:none}}

/* CHILD_CATEGORY_PAGES_FINAL_POLISH */
.page-hero .breadcrumb a{color:#111!important}.page-hero .breadcrumb span{color:#555!important}.page-hero.has-category-slider .breadcrumb{position:relative;z-index:5;border-bottom:1px solid #f1f1f1}.page-hero.has-category-slider h1[data-shop-title]::after{display:none!important}.az-category-banner-slider{box-shadow:inset 0 -1px 0 #eee}.az-category-banner-slide{background-position:center center!important}.az-cat-prev,.az-cat-next{z-index:6!important;opacity:0;visibility:hidden;background:rgba(0,0,0,.22)!important;color:#fff!important;border:0!important}.az-category-banner-slider:hover .az-cat-prev,.az-category-banner-slider:hover .az-cat-next{opacity:1;visibility:visible}.az-cat-dots{position:absolute;left:50%;bottom:18px;transform:translateX(-50%);display:flex;gap:8px;z-index:7}.az-cat-dot{width:38px;height:3px;border:0;background:rgba(255,255,255,.55);padding:0}.az-cat-dot.active{background:#fff}.az-shop-circle-section{background:#fff;padding:30px 24px 24px!important;border-bottom:1px solid #eee;margin:0!important}.az-shop-circle-section h2{font-size:30px!important;line-height:1.1!important;margin:0 0 22px!important;text-align:center!important;font-weight:600!important;letter-spacing:-.03em!important;color:#111!important}.az-shop-circle-row{display:flex!important;justify-content:center!important;gap:28px!important;overflow-x:auto!important;scroll-snap-type:x mandatory!important;padding:0 0 7px!important}.az-shop-circle-row a{min-width:94px!important;scroll-snap-align:center;text-align:center!important;color:#111!important;display:grid!important;gap:9px!important;text-transform:uppercase!important;font-size:12px!important;font-weight:700!important;letter-spacing:.02em!important}.az-shop-circle-row a img{width:92px!important;height:92px!important;border-radius:50%!important;object-fit:cover!important;background:#f5f5f5!important;border:1px solid #eee!important;transition:.22s ease!important}.az-shop-circle-row a:hover img,.az-shop-circle-row a.active img{border-color:#111!important;box-shadow:0 0 0 2px #111 inset!important;transform:translateY(-2px)}.az-shop-circle-row a.active span{text-decoration:underline;text-underline-offset:3px}.shop-layout{width:min(100%,100%)!important;display:block!important}.shop-layout main{width:100%!important}.shop-layout .toolbar.az-shop-toolbar{padding:0 24px!important;margin:0 0 18px!important}.shop-layout #productGrid{grid-template-columns:repeat(4,minmax(0,1fr))!important;gap:8px!important;padding:0 24px 34px!important}.shop-layout #productGrid .product-card{border:0!important;border-radius:0!important;box-shadow:none!important}.shop-layout #productGrid .product-card:hover{transform:none!important;box-shadow:none!important}.shop-layout #productGrid .product-img{height:560px!important;border-radius:0!important}.shop-layout #productGrid .product-info{padding:12px 0 18px!important}.shop-layout #productGrid .product-title{font-size:14px!important;font-weight:500!important;line-height:1.35!important;color:#111!important}.shop-layout #productGrid .price{font-size:14px!important;color:#111!important}.shop-layout #productGrid .old{font-size:12px!important}.az-filter-backdrop{position:fixed;inset:0;background:rgba(0,0,0,.45);z-index:3090;display:none;border:0}.filter-open .az-filter-backdrop{display:block}.filter-open::before{display:none!important}.shop-layout .sidebar{z-index:3110!important}.shop-layout .sidebar input,.shop-layout .sidebar button,.shop-layout .sidebar select,.shop-layout .sidebar label{pointer-events:auto!important}.az-filter-drawer-head{position:sticky;top:0;background:#fff;z-index:2}.az-filter-close{cursor:pointer}.az-filter-close:hover{background:#f5f5f5!important}.filter-group label{cursor:pointer}.filter-group input{cursor:pointer}.az-filter-drawer-btn:hover{background:#333!important}.empty{grid-column:1/-1!important}
@media(max-width:1200px){.shop-layout #productGrid{grid-template-columns:repeat(3,minmax(0,1fr))!important}.shop-layout #productGrid .product-img{height:470px!important}}
@media(max-width:900px){.az-shop-circle-section{padding:24px 0 18px!important}.az-shop-circle-section h2{font-size:28px!important}.az-shop-circle-row{justify-content:flex-start!important;padding:0 14px 8px!important;gap:18px!important}.az-shop-circle-row a{min-width:82px!important;font-size:11px!important}.az-shop-circle-row a img{width:78px!important;height:78px!important}.shop-layout #productGrid{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:6px!important;padding:0 8px 24px!important}.shop-layout #productGrid .product-img{height:330px!important}.shop-layout .toolbar.az-shop-toolbar{padding:0 10px!important}.az-cat-dots{bottom:12px}.az-cat-dot{width:28px}}
@media(max-width:480px){.shop-layout #productGrid .product-img{height:290px!important}.az-category-banner-slider{height:360px!important}.page-hero.has-category-slider h1[data-shop-title]{height:360px!important}}


/* Admin controlled product labels + floating WhatsApp */
.product-label-stack{position:absolute;right:0;top:0;display:flex;flex-direction:column;align-items:flex-end;gap:4px;z-index:5}.product-label-stack .product-badge{position:static!important;display:inline-flex!important;align-items:center;min-height:30px}.pd-admin-labels{display:flex;gap:8px;flex-wrap:wrap;margin:10px 0 4px}.pd-admin-labels span{border:1px solid #111;background:#111;color:#fff;font-size:11px;text-transform:uppercase;letter-spacing:.08em;padding:6px 9px}.az-floating-whatsapp{position:fixed;right:22px;bottom:24px;z-index:9990;display:flex;align-items:center;gap:9px;background:#25D366;color:#fff!important;border-radius:999px;padding:12px 16px;text-decoration:none;font-weight:800;box-shadow:0 12px 30px rgba(0,0,0,.18);transition:transform .2s ease,box-shadow .2s ease}.az-floating-whatsapp:hover{transform:translateY(-3px);box-shadow:0 16px 36px rgba(0,0,0,.24)}.az-floating-whatsapp i{font-size:24px}.az-floating-whatsapp span{font-size:13px;letter-spacing:.02em}@media(max-width:700px){.az-floating-whatsapp{right:14px;bottom:18px;width:54px;height:54px;padding:0;justify-content:center}.az-floating-whatsapp span{display:none}.az-floating-whatsapp i{font-size:27px}.product-label-stack .product-badge{min-height:24px!important;padding:5px 8px!important}}


/* Professional admin-controlled footer with social links */
.az-pro-footer{background:#f4f4f4!important;color:#111!important;border-top:1px solid #dedede!important;padding:52px 0 22px!important}
.az-footer-top{display:grid!important;grid-template-columns:1.35fr .8fr .9fr 1.15fr!important;gap:54px!important;max-width:1280px!important;align-items:start!important}
.az-footer-brand,.az-footer-links,.az-footer-contact{padding:0!important;border:0!important;background:transparent!important;transform:none!important;box-shadow:none!important}
.az-footer-brand:hover,.az-footer-links:hover,.az-footer-contact:hover{background:transparent!important;border-color:transparent!important;transform:none!important}
.az-footer-logo{display:inline-flex!important;margin-bottom:14px!important;font-size:28px!important;color:#111!important}
.az-footer-brand p{font-size:14px!important;line-height:1.75!important;color:#555!important;margin:0 0 18px!important;max-width:360px!important}
.az-pro-footer h3{font-size:14px!important;letter-spacing:.12em!important;text-transform:uppercase!important;color:#111!important;margin:0 0 18px!important;padding:0!important;font-weight:700!important}
.az-pro-footer h3:after{display:none!important}
.az-footer-links a{display:block!important;color:#333!important;margin:0 0 11px!important;font-size:14px!important;text-transform:none!important;transition:.22s ease!important}
.az-footer-links a:hover{color:#d71920!important;transform:translateX(4px)!important}
.az-footer-contact p{display:grid!important;grid-template-columns:22px 1fr!important;gap:10px!important;align-items:start!important;color:#333!important;margin:0 0 12px!important;font-size:14px!important;line-height:1.55!important}
.az-footer-contact i{color:#111!important;margin-top:3px!important}
.az-newsletter{display:flex!important;border:1px solid #cfcfcf!important;background:#fff!important;max-width:370px!important;height:46px!important;overflow:hidden!important}
.az-newsletter input{flex:1!important;border:0!important;padding:0 14px!important;outline:none!important;background:#fff!important;font-size:13px!important;min-width:0!important}
.az-newsletter button{background:#111!important;color:#fff!important;padding:0 18px!important;text-transform:uppercase!important;letter-spacing:.08em!important;font-size:12px!important;font-weight:700!important}
.az-newsletter button:hover{background:#d71920!important}
.az-social{display:flex!important;gap:12px!important;margin-top:20px!important;align-items:center!important}
.az-social a{width:40px!important;height:40px!important;border-radius:50%!important;display:inline-grid!important;place-items:center!important;margin:0!important;font-size:18px!important;text-decoration:none!important;color:#111!important;background:#fff!important;border:1px solid #d9d9d9!important;transition:.22s ease!important}
.az-social a:hover{background:#111!important;color:#fff!important;transform:translateY(-3px)!important;border-color:#111!important}
.az-social a[style*="display: none"]{display:none!important}
.az-footer-bottom{border-top:1px solid #dedede!important;margin-top:38px!important;padding-top:18px!important;display:flex!important;justify-content:space-between!important;gap:12px!important;color:#666!important;font-size:12px!important;text-align:left!important}
@media(max-width:1000px){.az-footer-top{grid-template-columns:1fr 1fr!important;gap:32px!important}.az-footer-bottom{display:block!important;text-align:center!important}.az-footer-bottom span{display:block!important;margin:5px 0!important}}
@media(max-width:620px){.az-pro-footer{padding:36px 0 18px!important}.az-footer-top{grid-template-columns:1fr!important;gap:26px!important}.az-newsletter{max-width:none!important}.az-footer-logo{font-size:24px!important}.az-social a{width:38px!important;height:38px!important}}


/* CATEGORY PAGE NAME BELOW BANNER UPDATE */
.page-hero.has-category-banner h1[data-shop-title]::after,
.page-hero.has-category-slider h1[data-shop-title]::after{content:''!important;display:none!important;}
.az-category-under-title{height:72px;display:flex;align-items:center;justify-content:center;background:#fff;color:#111;border-bottom:1px solid #eee;text-align:center;font-size:clamp(24px,3vw,42px);font-weight:600;letter-spacing:.01em;text-transform:capitalize;line-height:1.1;position:relative;z-index:5;}
.page-hero.has-category-slider .az-category-under-title{margin-top:0;}
@media(max-width:700px){.az-category-under-title{height:58px;font-size:26px;}}

/* ===== FINAL FIX: bigger banners + working filter drawers ===== */
.page-hero h1[data-shop-title],
.page-hero.has-category-slider h1[data-shop-title],
.az-category-banner-slider{height:640px!important;min-height:640px!important;max-height:640px!important;}
.az-category-banner-slider{top:39px!important;}
.az-category-banner-slide{background-size:cover!important;background-position:center center!important;}
.az-category-under-title{font-size:30px!important;font-weight:600!important;letter-spacing:.02em!important;text-transform:uppercase!important;color:#111!important;background:#fff!important;text-align:center!important;padding:20px 16px 18px!important;border-bottom:1px solid #eee!important;line-height:1.15!important;}
.az-filter-backdrop{position:fixed!important;inset:0!important;background:rgba(0,0,0,.45)!important;z-index:3090!important;display:none!important;border:0!important;width:100%!important;height:100%!important;}
.filter-open .az-filter-backdrop,.home-filter-open .az-filter-backdrop{display:block!important;}
.filter-open,.home-filter-open{overflow:hidden!important;}
.shop-layout .sidebar,.az-home-filter-drawer{position:fixed!important;left:0!important;top:0!important;bottom:0!important;width:min(390px,92vw)!important;background:#fff!important;z-index:3110!important;padding:0 22px 24px!important;overflow:auto!important;transform:translateX(-105%)!important;transition:transform .28s ease!important;box-shadow:24px 0 60px rgba(0,0,0,.16)!important;border:0!important;border-radius:0!important;}
.filter-open .shop-layout .sidebar,.home-filter-open .az-home-filter-drawer{transform:translateX(0)!important;}
.az-home-filter-drawer .field input{height:42px!important;border:1px solid #ccc!important;border-radius:0!important;width:100%!important;padding:0 12px!important;}
.az-home-filter-drawer .select{width:100%!important;border-radius:0!important;}
.az-filter-drawer-head{height:58px!important;display:flex!important;align-items:center!important;justify-content:space-between!important;margin:0 -22px 18px!important;padding:0 22px!important;border-bottom:1px solid #eee!important;background:#fff!important;position:sticky!important;top:0!important;z-index:2!important;text-transform:uppercase!important;letter-spacing:.08em!important;}
.az-filter-close{width:36px!important;height:36px!important;background:#fff!important;display:grid!important;place-items:center!important;}
.az-filter-close:hover{background:#f5f5f5!important;}
.az-filter-btn{display:inline-flex!important;align-items:center!important;gap:8px!important;cursor:pointer!important;}
.shop-layout .sidebar input,.shop-layout .sidebar button,.shop-layout .sidebar select,.shop-layout .sidebar label,.az-home-filter-drawer input,.az-home-filter-drawer button,.az-home-filter-drawer select,.az-home-filter-drawer label{pointer-events:auto!important;cursor:pointer!important;}
.check-row{user-select:none!important;}
@media(max-width:749px){.page-hero h1[data-shop-title],.page-hero.has-category-slider h1[data-shop-title],.az-category-banner-slider{height:480px!important;min-height:480px!important;max-height:480px!important}.az-category-under-title{font-size:22px!important;padding:16px 12px!important}}
@media(max-width:480px){.page-hero h1[data-shop-title],.page-hero.has-category-slider h1[data-shop-title],.az-category-banner-slider{height:420px!important;min-height:420px!important;max-height:420px!important}.az-category-under-title{font-size:20px!important}}

/* ===== Phase: banner height + reliable price range filters ===== */
.az-home-hero{height:690px!important;min-height:690px!important;max-height:690px!important;}
.page-hero h1[data-shop-title],
.page-hero.has-category-slider h1[data-shop-title],
.az-category-banner-slider{height:680px!important;min-height:680px!important;max-height:680px!important;}
.az-price-range-control{margin-top:14px;padding:13px 0 3px;border-top:1px solid #ededed;}
.az-price-range-label{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-bottom:10px;font-size:12px;color:#222;letter-spacing:.02em;}
.az-price-range-label b{font-size:12px;color:#111;}
.az-price-range-input{display:block;width:100%;accent-color:#111;cursor:pointer;}
.az-price-range-minmax{display:flex;justify-content:space-between;gap:10px;margin-top:5px;color:#777;font-size:11px;}
@media(max-width:749px){
  .az-home-hero{height:510px!important;min-height:510px!important;max-height:510px!important;}
  .page-hero h1[data-shop-title],.page-hero.has-category-slider h1[data-shop-title],.az-category-banner-slider{height:500px!important;min-height:500px!important;max-height:500px!important;}
}
@media(max-width:480px){
  .az-home-hero{height:450px!important;min-height:450px!important;max-height:450px!important;}
  .page-hero h1[data-shop-title],.page-hero.has-category-slider h1[data-shop-title],.az-category-banner-slider{height:440px!important;min-height:440px!important;max-height:440px!important;}
}
