@font-face{font-family:"Vazirmatn";src:local("Vazirmatn"),local("Vazirmatn Regular");font-style:normal;font-weight:100 900;font-display:swap}
:root{--font-main:"Vazirmatn","IRANSansX","Yekan Bakh","Segoe UI",Tahoma,Arial,sans-serif;--primary:#111111;--accent:#e11d48;--bg:#f7f7f5;--surface:#fff;--text:#171717;--muted:#737373;--border:#e5e5e5;--soft:#f4f4f2;--success:#16855b;--warning:#b7791f;--danger:#c62828;--radius:22px;--radius-sm:14px;--shadow:0 18px 50px rgba(0,0,0,.08);--container:1240px}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;text-rendering:optimizeLegibility;background:var(--bg);color:var(--text);font-family:var(--font-main);line-height:1.75;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body.no-scroll{overflow:hidden}a{color:inherit;text-decoration:none}button,input,select,textarea{font:inherit;font-family:var(--font-main)}button{cursor:pointer}img{max-width:100%;display:block}.container{width:min(calc(100% - 40px),var(--container));margin-inline:auto}.narrow{max-width:720px}.hidden{display:none!important}.muted{color:var(--muted)}.mobile-only{display:none!important}
.announcement{background:var(--primary);color:#fff;text-align:center;padding:8px 16px;font-size:13px;letter-spacing:.1px}.main-header{background:rgba(255,255,255,.94);backdrop-filter:blur(14px);position:sticky;top:0;z-index:999;border-bottom:1px solid rgba(0,0,0,.06)}.header-row{height:78px;display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:34px}.brand{font-weight:900;font-size:24px;letter-spacing:2px;display:inline-flex;align-items:center;gap:10px}.brand-mark{width:38px;height:38px;border-radius:12px;background:var(--accent);color:#fff;display:grid;place-items:center;font-size:17px;letter-spacing:0}.main-nav{display:flex;align-items:center;justify-content:center;gap:30px;font-size:14px;font-weight:700}.main-nav a{position:relative;padding:8px 0}.main-nav a:after{content:"";position:absolute;right:0;bottom:0;width:0;height:2px;background:var(--accent);transition:.25s}.main-nav a:hover:after,.main-nav a.active:after{width:100%}.header-actions{display:flex;align-items:center;gap:8px}.icon-link,.menu-toggle{width:44px;height:44px;border-radius:50%;border:1px solid var(--border);background:#fff;display:grid;place-items:center;position:relative;transition:.2s}.icon-link:hover,.menu-toggle:hover{transform:translateY(-2px);box-shadow:0 7px 18px rgba(0,0,0,.08)}.icon-link svg,.menu-toggle svg{width:20px;height:20px}.cart-count{position:absolute;top:-3px;left:-4px;min-width:19px;height:19px;padding:0 5px;border-radius:10px;background:var(--accent);color:#fff;font-size:10px;display:grid;place-items:center;border:2px solid #fff}.menu-toggle{display:none}
.hero-section{padding:22px 0 0}.hero{min-height:570px;border-radius:32px;overflow:hidden;position:relative;display:flex;align-items:center;background:#ddd center/cover no-repeat;isolation:isolate}.hero:before{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(0,0,0,.08),rgba(0,0,0,var(--hero-overlay,.72)));z-index:-1}.hero h1{font-size:clamp(40px,5vw,72px);line-height:1.2;margin:22px 0 18px;letter-spacing:-2px}.hero p{font-size:18px;max-width:540px;color:rgba(255,255,255,.86);margin:0 0 30px}
.section{padding:86px 0}.section-soft{background:var(--soft)}.section-head{display:flex;align-items:flex-end;justify-content:space-between;gap:20px;margin-bottom:30px}.section-head h2{font-size:clamp(27px,3.2vw,42px);margin:4px 0 0;line-height:1.35}.eyebrow{font-size:12px;font-weight:900;color:var(--accent);letter-spacing:1.5px}.eyebrow-light{color:#fff}.text-link{font-size:14px;font-weight:800;border-bottom:1px solid currentColor;padding-bottom:4px}.category-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.category-card{height:360px;border-radius:var(--radius);overflow:hidden;position:relative;background:#ddd}.category-card:after{content:"";position:absolute;inset:0;background:linear-gradient(0deg,rgba(0,0,0,.74),transparent 60%)}.category-card img{width:100%;height:100%;object-fit:cover;transition:.55s}.category-card:hover img{transform:scale(1.07)}.category-card-content{position:absolute;z-index:1;right:24px;left:24px;bottom:22px;color:#fff}.category-card h3{font-size:24px;margin:0 0 2px}.category-card p{font-size:13px;color:rgba(255,255,255,.76);margin:0}.category-arrow{position:absolute;left:20px;top:20px;z-index:2;width:42px;height:42px;border-radius:50%;background:#fff;color:#111;display:grid;place-items:center;font-size:19px;transform:rotate(45deg);transition:.25s}.category-card:hover .category-arrow{transform:rotate(0)}
.product-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px}.product-card{background:var(--surface);border-radius:var(--radius);overflow:hidden;border:1px solid rgba(0,0,0,.06);transition:.3s;position:relative}.product-card:hover{transform:translateY(-6px);box-shadow:var(--shadow)}.product-image-wrap{aspect-ratio:1/1.08;background:#f0f0ed;overflow:hidden;position:relative}.product-image-wrap img{width:100%;height:100%;object-fit:cover;transition:.5s}.product-card:hover .product-image-wrap img{transform:scale(1.04)}.product-badge{position:absolute;top:14px;right:14px;background:var(--accent);color:#fff;border-radius:999px;padding:5px 11px;font-size:11px;font-weight:900}.sale-percent{position:absolute;top:14px;left:14px;background:#fff;color:var(--accent);border-radius:999px;padding:5px 9px;font-size:11px;font-weight:900;box-shadow:0 7px 18px rgba(0,0,0,.08)}.quick-add{position:absolute;left:14px;bottom:14px;width:44px;height:44px;border:0;border-radius:50%;background:#111;color:#fff;font-size:22px;display:grid;place-items:center;transform:translateY(70px);transition:.28s}.product-card:hover .quick-add{transform:translateY(0)}.product-info{padding:18px}.product-category{font-size:11px;color:var(--muted);font-weight:700}.product-name{font-size:16px;line-height:1.55;margin:4px 0 11px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.price-row{display:flex;align-items:center;gap:8px;flex-wrap:wrap}.price-current{font-weight:900;font-size:16px}.price-old{text-decoration:line-through;color:#a3a3a3;font-size:12px}.out-stock{font-size:12px;color:var(--danger);font-weight:800}.benefits{padding:35px 0;background:#fff;border-block:1px solid var(--border)}.benefit-grid{display:grid;grid-template-columns:repeat(4,1fr)}.benefit-grid article{display:flex;align-items:center;gap:13px;padding:12px 25px;border-left:1px solid var(--border)}.benefit-grid article:last-child{border-left:0}.benefit-icon{width:42px;height:42px;border-radius:14px;background:var(--soft);display:grid;place-items:center;font-weight:900;font-size:18px;color:var(--accent)}.benefit-grid h3{font-size:14px;margin:0}.benefit-grid p{font-size:11px;color:var(--muted);margin:1px 0 0}
.btn{border:0;border-radius:14px;padding:12px 20px;font-weight:900;display:inline-flex;align-items:center;justify-content:center;gap:8px;transition:.2s;min-height:46px}.btn:hover{transform:translateY(-2px)}.btn-dark{background:var(--primary);color:#fff}.btn-outline{background:transparent;border:1px solid var(--border);color:var(--text)}.btn-accent{background:var(--accent);color:#fff}.btn-block{width:100%}.button-row{display:flex;gap:12px;flex-wrap:wrap;justify-content:center}
.site-footer{background:#111;color:#fff;padding:64px 0 24px;margin-top:30px}.footer-grid{display:grid;grid-template-columns:1.5fr 1fr 1fr 1.2fr;gap:45px}.footer-title{font-size:14px;margin:0 0 16px}.footer-links{display:grid;gap:10px;font-size:13px;color:#bdbdbd}.footer-links a:hover{color:#fff}.footer-contact{display:grid;gap:8px;color:#bdbdbd;font-size:13px}.footer-bottom{border-top:1px solid #2d2d2d;margin-top:45px;padding-top:22px;display:flex;justify-content:space-between;color:#737373;font-size:12px}
.page-hero{background:#ecece8;padding:65px 0}.compact-hero{padding:42px 0}.page-hero h1{font-size:48px;margin:8px 0 7px}.page-hero p{margin:0;color:var(--muted)}.breadcrumbs{display:flex;align-items:center;gap:8px;font-size:12px;color:var(--muted)}.breadcrumbs a:hover{color:var(--accent)}
.shop-layout{display:grid;grid-template-columns:255px 1fr;gap:30px;align-items:start}.filters-card,.card{background:#fff;border:1px solid var(--border);border-radius:var(--radius);padding:24px}.filters-card{position:sticky;top:105px}.filters-title{display:flex;justify-content:space-between;align-items:center;border-bottom:1px solid var(--border);padding-bottom:14px;margin-bottom:18px}.filters-title h2{font-size:17px;margin:0}.filter-block{padding:18px 0;border-bottom:1px solid var(--border)}.filter-block strong{font-size:13px;display:block;margin-bottom:10px}.check-list{display:grid;gap:8px}.check-list label,.toggle-row{display:flex;align-items:center;gap:9px;font-size:13px;color:#444;cursor:pointer}.check-list input,.toggle-row input{accent-color:var(--accent);width:16px;height:16px}.toggle-row{margin:16px 0}.field{display:grid;gap:6px;margin-bottom:14px}.field span{font-size:12px;font-weight:800;color:#525252}.field input,.field textarea,.field select,.sort-control select{width:100%;border:1px solid var(--border);border-radius:12px;padding:11px 13px;background:#fff;color:var(--text);outline:none;transition:.2s}.field input:focus,.field textarea:focus,.field select:focus,.sort-control select:focus{border-color:var(--accent);box-shadow:0 0 0 3px color-mix(in srgb,var(--accent) 12%,transparent)}.field input.field-invalid,.field textarea.field-invalid,.field select.field-invalid{border-color:var(--danger)!important;background:#fff5f5;box-shadow:0 0 0 3px color-mix(in srgb,var(--danger) 12%,transparent)}.field-error{color:var(--danger);font-size:11px;font-weight:800;line-height:1.7}.field.compact{margin:0}.shop-toolbar{display:flex;justify-content:space-between;align-items:center;margin-bottom:20px;min-height:46px}.sort-control{display:flex;align-items:center;gap:10px;font-size:12px;font-weight:800}.sort-control select{width:auto;min-width:155px}.pagination{display:flex;justify-content:center;gap:7px;margin-top:35px}.pagination button{border:1px solid var(--border);background:#fff;width:40px;height:40px;border-radius:12px}.pagination button.active{background:var(--primary);color:#fff;border-color:var(--primary)}.empty-state{text-align:center;padding:70px 20px;background:#fff;border:1px dashed #d4d4d4;border-radius:var(--radius)}.empty-icon{font-size:58px;color:#a3a3a3}.empty-state h2{margin:3px 0}.empty-state p{color:var(--muted);margin:4px 0 20px}
.product-detail{display:grid;grid-template-columns:1.05fr 1fr;gap:55px;align-items:start}.product-gallery{display:grid;grid-template-columns:1fr;gap:14px}.gallery-thumbs{display:flex;align-content:start;gap:10px;overflow:auto;padding-bottom:4px}.gallery-thumb{border:1px solid var(--border);border-radius:14px;padding:0;overflow:hidden;background:#fff;aspect-ratio:1;opacity:.65;min-width:82px;width:82px}.gallery-thumb.active{border-color:var(--accent);opacity:1}.gallery-thumb img{width:100%;height:100%;object-fit:cover}.main-product-image{border-radius:26px;overflow:hidden;background:#ecece8;aspect-ratio:1/1.08;position:relative}.main-product-image img{width:100%;height:100%;object-fit:cover}.product-meta-top{display:flex;align-items:center;gap:10px;flex-wrap:wrap}.pill{display:inline-flex;padding:5px 10px;border-radius:999px;background:#f1f1ef;font-size:11px;font-weight:800}.pill-accent{background:#ffe4ea;color:var(--accent)}.product-summary h1{font-size:42px;line-height:1.35;margin:15px 0 8px}.product-price-large{display:flex;gap:12px;align-items:center;margin:18px 0}.product-price-large .price-current{font-size:27px}.product-price-large .price-old{font-size:15px}.variant-group{margin:21px 0}.variant-group strong{font-size:16px;display:block;margin-bottom:10px}.variant-options{display:flex;flex-wrap:wrap;gap:8px}.variant-btn{border:1px solid var(--border);background:#fff;border-radius:12px;padding:8px 13px;min-width:42px}.variant-btn.active{border-color:var(--primary);background:var(--primary);color:#fff}.buy-row{display:grid;grid-template-columns:120px 1fr;gap:10px;margin-top:24px}.qty-control{display:grid;grid-template-columns:40px 1fr 40px;border:1px solid var(--border);border-radius:14px;overflow:hidden;background:#fff}.qty-control button{border:0;background:#f5f5f4;font-size:20px}.qty-control input{width:100%;text-align:center;border:0;outline:none;font-weight:800}.product-features{display:grid;grid-template-columns:repeat(3,1fr);gap:10px;margin-top:20px}.product-feature{border:1px solid var(--border);border-radius:14px;padding:12px;text-align:center;font-size:11px;color:var(--muted)}.product-feature b{display:block;color:var(--text);font-size:12px}
.cart-layout{display:grid;grid-template-columns:1fr 360px;gap:30px;align-items:start}.cart-items{display:grid;gap:14px}.cart-item{background:#fff;border:1px solid var(--border);border-radius:18px;padding:14px;display:grid;grid-template-columns:112px 1fr auto;gap:17px;align-items:center}.cart-item-image{width:112px;height:112px;border-radius:14px;overflow:hidden;background:#eee}.cart-item-image img{width:100%;height:100%;object-fit:cover}.cart-item h3{margin:0 0 5px;font-size:16px}.cart-item-meta{color:var(--muted);font-size:12px;display:flex;gap:13px;flex-wrap:wrap}.cart-item-actions{display:flex;align-items:center;gap:12px;margin-top:12px}.mini-qty{display:flex;border:1px solid var(--border);border-radius:10px;overflow:hidden}.mini-qty button{width:32px;height:32px;border:0;background:#f5f5f4}.mini-qty span{width:34px;display:grid;place-items:center;font-size:12px;font-weight:800}.remove-link{border:0;background:transparent;color:var(--danger);font-size:12px}.cart-item-price{text-align:left;font-weight:900;white-space:nowrap}.summary-title{font-size:18px;margin:0 0 19px}.summary-row{display:flex;justify-content:space-between;gap:14px;font-size:13px;padding:10px 0}.summary-row.total{border-top:1px solid var(--border);font-size:17px;font-weight:900;margin-top:10px;padding-top:18px}.coupon-row{display:flex;gap:7px;margin:13px 0}.coupon-row input{min-width:0;flex:1;border:1px solid var(--border);border-radius:12px;padding:10px}.coupon-row button{border:0;background:#efefed;border-radius:12px;padding:0 13px;font-weight:800;font-size:12px}.summary-note{font-size:11px;color:var(--muted);margin-top:12px}.sticky-card{position:sticky;top:105px}.cart-empty{grid-column:1/-1}.cart-empty .empty-icon{font-size:48px}
.checkout-layout{display:grid;grid-template-columns:1fr 370px;gap:30px;align-items:start}.card-head{display:flex;justify-content:space-between;align-items:center;margin-bottom:22px}.card-head h2{font-size:19px;margin:0}.step-badge{width:30px;height:30px;border-radius:50%;background:var(--primary);color:#fff;display:grid;place-items:center;font-size:12px;font-weight:900}.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:4px 16px}.field.full{grid-column:1/-1}.payment-head{border-top:1px solid var(--border);padding-top:25px;margin-top:12px}.payment-options{display:grid;gap:10px}.payment-option{border:1px solid var(--border);border-radius:14px;padding:14px;display:flex;align-items:center;gap:12px;cursor:pointer}.payment-option:has(input:checked){border-color:var(--accent);background:#fff7f9}.payment-option input{accent-color:var(--accent)}.payment-option b{display:block;font-size:13px}.payment-option small{color:var(--muted)}.checkout-item{display:grid;grid-template-columns:54px 1fr auto;gap:10px;align-items:center;border-bottom:1px solid var(--border);padding:10px 0}.checkout-item img{width:54px;height:54px;object-fit:cover;border-radius:10px}.checkout-item h4{font-size:12px;margin:0}.checkout-item small{color:var(--muted)}
.success-card{max-width:720px;margin:40px auto;text-align:center;padding:55px}.success-icon{width:76px;height:76px;border-radius:50%;background:#e7f8f1;color:var(--success);font-size:38px;display:grid;place-items:center;margin:0 auto 18px}.success-card h1{font-size:32px;margin:0 0 9px}.success-card>p{color:var(--muted)}.success-info{background:#f5f5f4;border-radius:16px;padding:18px;margin:25px 0;display:grid;grid-template-columns:repeat(3,1fr);gap:12px}.success-info div{padding:7px}.success-info small{display:block;color:var(--muted)}.success-info b{font-size:15px}.tracking-form{margin-top:15px}.tracking-result{margin-top:22px}.status-timeline{display:grid;grid-template-columns:repeat(4,1fr);gap:0;margin:25px 0}.status-step{position:relative;text-align:center;padding-top:38px;font-size:11px;color:var(--muted)}.status-step:before{content:"";position:absolute;top:13px;right:0;left:0;height:3px;background:#ddd}.status-step:first-child:before{right:50%}.status-step:last-child:before{left:50%}.status-step:after{content:"";position:absolute;width:20px;height:20px;border-radius:50%;background:#ddd;top:4px;right:calc(50% - 10px);border:4px solid #fff;box-shadow:0 0 0 1px #ddd}.status-step.done:before,.status-step.done:after{background:var(--success)}.tracking-card{margin-top:20px}.tracking-head{display:flex;justify-content:space-between;align-items:center}.tracking-head h2{font-size:20px;margin:0}.status-chip{padding:6px 11px;border-radius:999px;font-size:11px;font-weight:900;background:#fff1d6;color:#9b6500}.number-404{font-size:110px;line-height:1;font-weight:900;color:#dededb}.not-found{margin:40px auto;max-width:700px}
.toast-root,#toast-root{position:fixed;left:22px;bottom:22px;z-index:200;display:grid;gap:8px}.toast{background:#111;color:#fff;border-radius:14px;padding:13px 17px;min-width:250px;box-shadow:var(--shadow);animation:toastIn .25s ease}.toast.success{background:var(--success)}.toast.error{background:var(--danger)}@keyframes toastIn{from{opacity:0;transform:translateY(14px)}to{opacity:1;transform:none}}.icon-btn{border:0;background:transparent;font-size:25px}.loading{opacity:.6;pointer-events:none}.spinner{width:18px;height:18px;border:2px solid currentColor;border-left-color:transparent;border-radius:50%;animation:spin .75s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.skeleton-grid:empty:before{content:"";height:320px;grid-column:1/-1;border-radius:var(--radius);background:linear-gradient(100deg,#ececea 30%,#f6f6f4 45%,#ececea 60%);background-size:300% 100%;animation:shimmer 1.3s infinite}.skeleton-panel:empty{height:580px;border-radius:var(--radius);background:linear-gradient(100deg,#ececea 30%,#f6f6f4 45%,#ececea 60%);background-size:300% 100%;animation:shimmer 1.3s infinite}@keyframes shimmer{to{background-position:-150% 0}}
@media(max-width:1050px){.product-grid{grid-template-columns:repeat(3,1fr)}.category-grid{grid-template-columns:repeat(2,1fr)}.category-card{height:320px}.header-row{gap:16px}.main-nav{gap:17px}.footer-grid{grid-template-columns:1.5fr 1fr 1fr}.footer-grid>div:last-child{grid-column:1/-1}.product-detail{gap:28px}.cart-layout,.checkout-layout{grid-template-columns:1fr 320px}}
@media(max-width:780px){.container{width:min(calc(100% - 28px),var(--container))}.mobile-only{display:inline-flex!important}.announcement{font-size:11px}.header-row{height:68px;grid-template-columns:1fr auto}.brand{font-size:20px}.brand-mark{width:34px;height:34px}.menu-toggle{display:grid}.main-nav{position:fixed;top:0;right:-100%;width:min(86vw,340px);height:100vh;background:#fff;display:flex;flex-direction:column;align-items:stretch;justify-content:flex-start;padding:90px 28px 30px;gap:4px;z-index:80;box-shadow:-20px 0 50px rgba(0,0,0,.12);transition:.3s}.main-nav.open{right:0}.main-nav a{padding:14px;border-bottom:1px solid var(--border)}.nav-close{display:block!important;position:absolute;top:20px;left:20px}.header-actions .icon-link:first-of-type{display:none}.hero-section{padding-top:12px}.hero{min-height:540px;border-radius:22px;align-items:flex-end}.hero:before{background:linear-gradient(0deg,rgba(0,0,0,.83),rgba(0,0,0,.08))}.hero h1{font-size:42px}.hero p{font-size:15px}.section{padding:58px 0}.section-head{align-items:center}.section-head h2{font-size:28px}.text-link{font-size:12px}.category-grid{gap:12px}.category-card{height:260px}.category-card-content{right:17px;bottom:16px}.category-card h3{font-size:19px}.product-grid{grid-template-columns:repeat(2,1fr);gap:12px}.product-info{padding:13px}.product-name{font-size:14px}.product-image-wrap{aspect-ratio:1}.quick-add{transform:none;width:38px;height:38px}.benefit-grid{grid-template-columns:repeat(2,1fr)}.benefit-grid article{border-bottom:1px solid var(--border);border-left:0;padding:17px 8px}.footer-grid{grid-template-columns:1fr 1fr;gap:30px}.footer-grid>div:last-child{grid-column:1/-1}.footer-bottom{display:block}.page-hero{padding:45px 0}.page-hero h1{font-size:36px}.shop-layout{display:block}.filters-card{position:fixed;z-index:100;top:0;right:-100%;width:min(90vw,360px);height:100vh;overflow:auto;border-radius:0;transition:.3s;padding-top:30px}.filters-card.open{right:0}.shop-toolbar{gap:10px}.sort-control{font-size:0}.sort-control select{min-width:145px}.product-detail{display:block}.product-gallery{grid-template-columns:1fr}.gallery-thumbs{display:flex;overflow:auto}.gallery-thumb{min-width:68px;width:68px}.product-summary{padding-top:30px}.product-summary h1{font-size:32px}.product-features{grid-template-columns:1fr}.cart-layout,.checkout-layout{display:block}.order-summary{margin-top:20px}.sticky-card{position:static}.cart-item{grid-template-columns:88px 1fr}.cart-item-image{width:88px;height:88px}.cart-item-price{grid-column:2;text-align:right}.form-grid{grid-template-columns:1fr}.field.full{grid-column:auto}.success-info{grid-template-columns:1fr}.status-timeline{grid-template-columns:1fr;gap:8px;margin:18px 0}.status-step{text-align:right;padding:5px 34px 5px 0}.status-step:before{top:0;bottom:0;right:9px;left:auto;width:3px;height:auto}.status-step:first-child:before,.status-step:last-child:before{right:9px;left:auto}.status-step:after{right:0;top:4px}.success-card{padding:35px 20px}.success-card h1{font-size:26px}}
@media(max-width:460px){.container{width:min(calc(100% - 22px),var(--container))}.category-grid{grid-template-columns:1fr 1fr}.category-card{height:220px}.category-card p{display:none}.product-grid{gap:8px}.product-card{border-radius:16px}.product-info{padding:10px}.product-name{font-size:12px}.price-current{font-size:13px}.price-old{font-size:10px}.product-badge,.sale-percent{top:8px;padding:4px 7px;font-size:9px}.product-badge{right:8px}.sale-percent{left:8px}.quick-add{left:8px;bottom:8px;width:34px;height:34px}.hero h1{font-size:36px}.footer-grid{grid-template-columns:1fr}.buy-row{grid-template-columns:100px 1fr}.cart-item{grid-template-columns:72px 1fr;gap:10px}.cart-item-image{width:72px;height:72px}.cart-item-actions{flex-wrap:wrap}.page-hero h1{font-size:31px}}
html{font-size:var(--font-scale,100%)}.brand-logo{width:42px;height:42px;object-fit:contain;border-radius:12px}.customer-login{display:inline-flex;align-items:center;gap:7px;height:44px;padding:0 13px;border:1px solid var(--border);border-radius:999px;font-size:12px;font-weight:800;background:#fff}.customer-login svg{width:18px;height:18px}.customer-login:hover{background:var(--primary);color:#fff}.lang-switch,.install-pill{border:1px solid var(--border);background:#fff;border-radius:999px;height:36px;padding:0 10px;font-size:11px;font-weight:900}.install-pill{background:var(--accent);color:#fff;border-color:var(--accent)}.wish-btn{position:absolute;right:14px;bottom:14px;width:44px;height:44px;border:0;border-radius:50%;background:rgba(255,255,255,.92);display:grid;place-items:center;z-index:3;box-shadow:0 6px 18px rgba(0,0,0,.08)}.wish-btn svg{width:20px;height:20px}.wish-btn.active,.save-product.active{color:var(--accent)}.wish-btn.active svg,.save-product.active svg{fill:currentColor}.flash-mini{position:absolute;bottom:15px;right:67px;background:#111;color:#fff;border-radius:999px;padding:5px 9px;font-size:10px;font-weight:800;direction:ltr}.rule-line{display:block;color:var(--success);padding:2px 0}.discount-row{color:var(--success)}
.auth-page{padding:55px 0 80px}.auth-shell{display:grid;grid-template-columns:1.05fr .95fr;min-height:660px}.auth-visual{border-radius:32px 0 0 32px;background:linear-gradient(145deg,#191919,#541129);color:#fff;padding:70px;display:flex;flex-direction:column;justify-content:center;position:relative;overflow:hidden}.auth-visual:after{content:"zorella";position:absolute;left:-20px;bottom:-45px;font-size:150px;font-weight:900;color:rgba(255,255,255,.035)}.auth-visual h1{font-size:52px;line-height:1.25;margin:12px 0 18px}.auth-visual p{color:rgba(255,255,255,.72);font-size:17px}.auth-benefits{display:grid;gap:12px;margin-top:30px}.auth-card{border-radius:0 32px 32px 0;padding:52px;display:flex;flex-direction:column;justify-content:center}.auth-tabs{display:grid;grid-template-columns:1fr 1fr;background:var(--soft);padding:5px;border-radius:14px;margin-bottom:28px}.auth-tabs button{border:0;background:transparent;border-radius:10px;padding:10px;font-weight:900}.auth-tabs button.active{background:#fff;box-shadow:0 5px 15px rgba(0,0,0,.06)}.auth-form h2{font-size:30px;margin:0}.auth-form>p{color:var(--muted);margin:5px 0 25px}.auth-form .btn{margin-top:8px}
.account-hero{background:linear-gradient(135deg,#181818,#421020);color:#fff;padding:60px 0}.account-hero-row{display:flex;align-items:center;justify-content:space-between;gap:30px}.account-hero h1{font-size:42px;margin:8px 0}.account-hero p{color:rgba(255,255,255,.7)}.reward-card{min-width:220px;background:rgba(255,255,255,.1);border:1px solid rgba(255,255,255,.2);backdrop-filter:blur(12px);border-radius:22px;padding:22px}.reward-card small,.reward-card span{display:block;color:rgba(255,255,255,.68)}.reward-card b{display:block;font-size:38px}.account-layout{display:grid;grid-template-columns:230px 1fr;gap:28px;align-items:start}.account-nav{padding:10px;position:sticky;top:110px}.account-nav button{width:100%;border:0;background:transparent;padding:13px;border-radius:12px;text-align:right;font-weight:800;display:flex;align-items:center;gap:10px}.account-nav button.active{background:var(--primary);color:#fff}.account-nav button.danger{color:var(--danger);margin-top:8px;border-top:1px solid var(--border);border-radius:0}.account-tab{display:none}.account-tab.active{display:block}.section-head.compact{margin-bottom:18px}.section-head.compact h2{font-size:30px}.customer-orders{display:grid;gap:13px}.customer-order-card{display:grid;grid-template-columns:1fr auto auto;align-items:center;gap:25px;background:#fff;border:1px solid var(--border);border-radius:18px;padding:20px}.customer-order-card h3{margin:3px 0}.customer-order-card>div:nth-child(2){text-align:left}.customer-order-card>div:nth-child(2) small{display:block;color:var(--muted)}.profile-card{padding:28px}.profile-security{border-top:1px solid var(--border);padding-top:22px;margin-top:10px}.profile-security h3{font-size:16px}.payment-result{text-align:center;padding:55px}.payment-result-icon{width:82px;height:82px;border-radius:50%;display:grid;place-items:center;margin:0 auto 20px;font-size:36px;font-weight:900}.payment-result-icon.ok{background:#e8f8f0;color:var(--success)}.payment-result-icon.fail{background:#fff0f0;color:var(--danger)}.result-reference{display:flex;justify-content:space-between;max-width:420px;margin:10px auto;padding:12px 15px;background:var(--soft);border-radius:12px}.spinner.big{width:54px;height:54px;margin:0 auto 18px;border-width:4px}.ltr{direction:ltr}.ltr .main-nav,.ltr .header-actions,.ltr .product-info,.ltr .product-summary,.ltr .footer-grid,.ltr .account-content,.ltr .auth-card{text-align:left}.ltr .account-nav button{text-align:left}.ltr .hero:before{background:linear-gradient(270deg,rgba(0,0,0,.08),rgba(0,0,0,var(--hero-overlay,.72)))}
@media(max-width:1100px){.customer-login span,.install-pill{display:none}.header-row{gap:16px}.auth-shell{grid-template-columns:1fr}.auth-visual{border-radius:28px 28px 0 0;min-height:420px}.auth-card{border-radius:0 0 28px 28px}.account-layout{grid-template-columns:190px 1fr}}
@media(max-width:780px){.customer-login{width:44px;padding:0;justify-content:center}.lang-switch{height:34px;padding:0 8px}.auth-page{padding:18px 0 50px}.auth-visual{padding:40px;min-height:330px}.auth-visual h1{font-size:36px}.auth-card{padding:28px}.account-hero{padding:40px 0}.account-hero-row{display:block}.reward-card{margin-top:22px}.account-layout{display:block}.account-nav{position:static;display:grid;grid-template-columns:repeat(4,1fr);margin-bottom:22px}.account-nav button{justify-content:center}.account-nav button span{display:none}.customer-order-card{grid-template-columns:1fr auto}.customer-order-card>a{grid-column:1/-1}.save-product{width:100%}}
@media(max-width:480px){.auth-visual{display:none}.auth-card{border-radius:24px}.account-nav{grid-template-columns:repeat(4,1fr)}.customer-order-card{grid-template-columns:1fr}.customer-order-card>div:nth-child(2){text-align:right}.header-actions{gap:4px}.lang-switch{font-size:9px}.quick-add{transform:none}}
.home-brand-spot{padding:18px 0 0;background:linear-gradient(180deg,rgba(255,255,255,.72),rgba(255,255,255,0))}.brand-logo{background:#fff;padding:3px}
@media(max-width:780px){.home-brand-spot{padding-top:12px}}
.product-card.enhanced{overflow:hidden;position:relative;transition:transform .25s ease,box-shadow .25s ease}
.product-card.enhanced:hover{transform:translateY(-4px);box-shadow:0 18px 50px rgba(15,23,42,.12)}
.limited-badge{position:absolute;right:14px;bottom:14px;background:#111;color:#fff;border-radius:999px;padding:6px 10px;font-size:12px;font-weight:800;z-index:3}
.mini-variants,.mini-colors{display:flex;gap:6px;flex-wrap:wrap;margin-top:8px}.mini-variants span{border:1px solid rgba(15,23,42,.16);border-radius:999px;padding:3px 8px;font-size:11px;color:#374151;background:#fff}.mini-colors span{border-radius:999px;padding:3px 8px;font-size:11px;background:#f3f4f6;color:#111827}
.chip-filter{display:flex;flex-wrap:wrap;gap:8px}.chip-filter button{border:1px solid rgba(15,23,42,.14);background:#fff;border-radius:999px;padding:7px 12px;cursor:pointer;font-weight:700}.chip-filter button.active{background:var(--primary);color:#fff;border-color:var(--primary)}.review-card,.faq-box{background:#fff;border:1px solid rgba(15,23,42,.08);border-radius:var(--radius);padding:22px;box-shadow:0 12px 30px rgba(15,23,42,.06)}.review-card p,.faq-box p{color:#6b7280;line-height:1.9}.review-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}.review-card .stars{color:#f59e0b;letter-spacing:2px;margin-bottom:10px}.review-card b{display:block;margin-top:12px}.faq-box h2{margin-top:0}.faq-box p{padding:12px 0;border-top:1px solid rgba(15,23,42,.08);margin:0}.whatsapp-float{position:fixed;left:22px;bottom:22px;z-index:50;background:#22c55e;color:#fff;text-decoration:none;border-radius:999px;padding:12px 18px;font-weight:900;box-shadow:0 18px 40px rgba(34,197,94,.32)}.fashion-hero{background-position:center;background-size:cover}
@media(max-width:800px){.review-grid{grid-template-columns:1fr}.whatsapp-float{left:14px;bottom:14px;padding:10px 14px}.chip-filter button{font-size:12px}}
.theme-toggle{width:44px;height:44px;border-radius:50%;border:1px solid var(--border);background:var(--surface);color:var(--text);display:grid;place-items:center;position:relative;transition:.2s;font-size:17px;line-height:1}.theme-toggle:hover{transform:translateY(-2px);box-shadow:0 7px 18px rgba(0,0,0,.12)}.theme-toggle span{display:grid;place-items:center;line-height:1}
html.dark-mode{color-scheme:dark}html.dark-mode body{background:var(--bg);color:var(--text)}html.dark-mode .main-header{background:rgba(18,21,28,.92);border-bottom-color:var(--border);box-shadow:0 10px 30px rgba(0,0,0,.25)}html.dark-mode .announcement{background:#05070a;color:#f8fafc}html.dark-mode .home-brand-spot{background:linear-gradient(180deg,rgba(19,22,30,.78),rgba(19,22,30,0))}html.dark-mode .product-card,html.dark-mode .filters-card,html.dark-mode .shop-toolbar,html.dark-mode .cart-item,html.dark-mode .order-summary,html.dark-mode .checkout-item,html.dark-mode .success-card,html.dark-mode .payment-option,html.dark-mode .customer-order-card,html.dark-mode .profile-card,html.dark-mode .profile-security,html.dark-mode .reward-card,html.dark-mode .review-card,html.dark-mode .faq-box,html.dark-mode .auth-card,html.dark-mode .account-content,html.dark-mode .account-nav,html.dark-mode .sticky-card,html.dark-mode .empty-state{background:var(--surface)!important;border-color:var(--border)!important;color:var(--text);box-shadow:0 18px 50px rgba(0,0,0,.28)}html.dark-mode .section-soft,html.dark-mode .benefits{background:var(--soft)}html.dark-mode .icon-link,html.dark-mode .menu-toggle,html.dark-mode .lang-switch,html.dark-mode .customer-login,html.dark-mode .install-pill,html.dark-mode .chip-filter,html.dark-mode .qty-control button,html.dark-mode .gallery-thumb,html.dark-mode .status-chip{background:#11151d;color:var(--text);border-color:var(--border)}html.dark-mode .btn-outline{border-color:var(--border);color:var(--text)}html.dark-mode .btn-dark{background:#f8fafc;color:#111827}html.dark-mode .product-image-wrap,html.dark-mode .main-product-image,html.dark-mode .cart-item-image,html.dark-mode input,html.dark-mode select,html.dark-mode textarea{background:#11151d!important;color:var(--text)!important;border-color:var(--border)!important}html.dark-mode input::placeholder,html.dark-mode textarea::placeholder{color:#71717a}html.dark-mode .muted,html.dark-mode .product-category{color:var(--muted)!important}html.dark-mode .sale-percent{background:rgba(17,21,29,.92);color:var(--text);border:1px solid var(--border)}html.dark-mode .site-footer{background:#07090d;color:#e5e7eb}html.dark-mode .footer-bottom{border-top-color:rgba(255,255,255,.1)}html.dark-mode .product-card:hover{box-shadow:0 22px 65px rgba(0,0,0,.38)}@media(max-width:1100px){.theme-toggle{width:42px;height:42px}.header-actions{gap:6px}}@media(max-width:780px){.theme-toggle{width:40px;height:40px;font-size:16px}}
.cart-items-wrap{display:grid;gap:16px}.cart-top-card{position:relative;overflow:hidden;background:linear-gradient(135deg,#111827,#27272a);color:#fff;border-radius:24px;padding:24px;display:flex;align-items:center;justify-content:space-between;gap:18px;box-shadow:0 20px 50px rgba(17,24,39,.16)}.cart-top-card:after{content:"";position:absolute;inset:auto -40px -70px auto;width:190px;height:190px;border-radius:50%;background:rgba(255,255,255,.09)}.cart-top-card .eyebrow{display:inline-flex;padding:5px 10px;border-radius:999px;background:rgba(255,255,255,.12);font-size:11px;font-weight:900}.cart-top-card h2{margin:10px 0 6px;font-size:24px}.cart-top-card p{margin:0;color:rgba(255,255,255,.72);font-size:13px;line-height:1.9}.cart-count-pill{min-width:82px;height:82px;border-radius:24px;background:rgba(255,255,255,.14);display:grid;place-items:center;align-content:center;position:relative;z-index:1}.cart-count-pill b{font-size:26px}.cart-count-pill span{font-size:10px;color:rgba(255,255,255,.76)}.pro-cart-item{border-radius:22px;padding:16px;box-shadow:0 14px 35px rgba(17,24,39,.055);transition:.2s}.pro-cart-item:hover{transform:translateY(-2px);box-shadow:0 20px 50px rgba(17,24,39,.085)}.cart-item-main h3 a{color:var(--text)}.cart-item-price{display:grid;gap:5px}.cart-item-price small{color:var(--muted);font-size:11px}.cart-item-price b{font-size:15px}.pro-summary{border:0!important;box-shadow:0 24px 70px rgba(17,24,39,.11);border-radius:26px;background:linear-gradient(180deg,#fff,#fffdfd)!important}.summary-icon{width:44px;height:44px;border-radius:15px;background:#111827;color:#fff;display:grid;place-items:center;margin-bottom:12px}.shipping-head{border-top:1px solid var(--border);padding-top:25px;margin-top:12px}.checkout-helper{margin:-10px 0 13px;color:var(--muted);font-size:12px;line-height:1.9}.shipping-methods{display:grid;gap:10px;margin-bottom:18px}.shipping-option{border:1px solid var(--border);border-radius:16px;padding:14px;display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:12px;cursor:pointer;background:#fff;transition:.2s}.shipping-option:hover{box-shadow:0 12px 30px rgba(17,24,39,.06);transform:translateY(-1px)}.shipping-option:has(input:checked){border-color:var(--accent);background:#fff7f9}.shipping-option input{accent-color:var(--accent)}.shipping-option b{display:block;font-size:13px}.shipping-option small{display:block;color:var(--muted);font-size:11px;margin-top:3px}.shipping-option strong{white-space:nowrap;font-size:12px}.shipping-empty{padding:14px;border-radius:14px;background:#fef2f2;color:#991b1b;font-size:12px}.selected-shipping{display:block;margin-top:-4px}
html.dark-mode .cart-top-card{background:linear-gradient(135deg,#0b1120,#18181b)}html.dark-mode .pro-summary,html.dark-mode .shipping-option{background:var(--surface)!important}
@media(max-width:780px){.cart-top-card{padding:20px;align-items:flex-start}.cart-count-pill{width:66px;height:66px;min-width:66px;border-radius:18px}.cart-top-card h2{font-size:20px}.shipping-option{grid-template-columns:auto 1fr}.shipping-option strong{grid-column:2}}.compact.section-head{margin-bottom:14px}.store-modal-backdrop{position:fixed;inset:0;background:rgba(15,23,42,.58);backdrop-filter:blur(7px);z-index:200;display:grid;place-items:center;padding:18px}.store-modal{width:min(880px,100%);background:var(--surface);color:var(--text);border-radius:28px;box-shadow:0 35px 120px rgba(0,0,0,.28);position:relative;overflow:hidden}.store-modal-close{position:absolute;top:14px;left:14px;width:42px;height:42px;border-radius:50%;border:1px solid var(--border);background:var(--surface);color:var(--text);font-size:26px;z-index:2;cursor:pointer}.quick-view{display:grid;grid-template-columns:.9fr 1.1fr;gap:0}.quick-view-media{min-height:430px;background:var(--soft);display:grid;place-items:center;position:relative;padding:28px}.quick-view-media img{max-width:100%;max-height:360px;object-fit:contain}.quick-view-media span{position:absolute;right:22px;top:22px;background:#fff;border:1px solid var(--border);padding:8px 12px;border-radius:999px;font-size:12px;font-weight:900;color:#111827}.quick-view-info{padding:40px 32px;display:flex;flex-direction:column;justify-content:center}.quick-view-info h2{font-size:30px;margin:14px 0 10px}.quick-view-info p{color:var(--muted);line-height:2}.quick-view-actions{display:flex;gap:10px;flex-wrap:wrap;margin-top:20px}.quick-view-trust{display:flex;flex-wrap:wrap;gap:8px;margin-top:18px}.quick-view-trust span,.shop-trust-strip span{font-size:11px;font-weight:900;background:var(--soft);border:1px solid var(--border);border-radius:999px;padding:8px 10px}.modal-price{justify-content:flex-start}.mobile-buy-bar{display:none}.shop-fast-links{display:flex;gap:10px;flex-wrap:wrap;margin-top:24px}.shop-fast-links a,.shop-fast-links button{border:1px solid rgba(255,255,255,.26);background:rgba(255,255,255,.12);color:#fff;border-radius:999px;padding:9px 13px;text-decoration:none;font-weight:900;cursor:pointer}.shop-trust-strip{display:flex;gap:8px;flex-wrap:wrap;margin:0 0 16px}.shop-trust-strip span{background:var(--surface)}.cart-upsell-panel{margin-top:18px;border-radius:24px;border:1px solid var(--border);background:var(--surface);padding:18px;box-shadow:0 16px 40px rgba(17,24,39,.055)}.first-coupon-box{margin-top:16px;border-radius:18px;background:linear-gradient(135deg,#fff7ed,#fff);border:1px dashed #fdba74;padding:14px;display:grid;gap:6px}.first-coupon-box b{color:#9a3412}.first-coupon-box span{font-weight:900}.checkout-progress{display:grid;grid-template-columns:repeat(4,1fr);gap:10px;margin-bottom:20px}.checkout-progress span{border:1px solid var(--border);background:var(--surface);color:var(--muted);border-radius:16px;padding:12px;text-align:center;font-weight:900;font-size:12px}.checkout-progress .done{background:#ecfdf5;color:#047857;border-color:#bbf7d0}.checkout-progress .active{background:#fff1f2;color:#be123c;border-color:#fecdd3}.info-page-card{max-width:900px;margin:auto;background:var(--surface);border:1px solid var(--border);border-radius:30px;box-shadow:0 24px 70px rgba(17,24,39,.08);padding:34px}.info-page-card h2{font-size:34px;margin:0 0 10px}.info-page-content{color:var(--muted);line-height:2.15;font-size:15px}.info-page-content p{margin:0 0 14px}.info-detail{border:1px solid var(--border);border-radius:16px;padding:13px 16px;margin:10px 0;background:var(--soft)}.info-detail summary{cursor:pointer;font-weight:900}.contact-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;margin-top:16px}.contact-grid span{background:var(--soft);border:1px solid var(--border);border-radius:14px;padding:12px;color:var(--text);font-weight:800}.site-footer .trust-mini{display:flex;gap:8px;flex-wrap:wrap;margin-top:14px}.site-footer .trust-mini span{background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.12);border-radius:999px;padding:7px 9px;font-size:11px}.footer-social{display:flex;gap:8px;flex-wrap:wrap;margin-top:10px}.footer-social a{color:inherit;text-decoration:none;border-bottom:1px dashed rgba(255,255,255,.35)}html.dark-mode .quick-view-media span,html.dark-mode .first-coupon-box{background:var(--surface);border-color:var(--border)}html.dark-mode .checkout-progress .done{background:#07251b;color:#86efac;border-color:#14532d}html.dark-mode .checkout-progress .active{background:#3f121d;color:#fecdd3;border-color:#7f1d1d}
@media(max-width:900px){.quick-view{grid-template-columns:1fr}.quick-view-media{min-height:280px}.quick-view-info{padding:28px 22px}.checkout-progress{grid-template-columns:repeat(2,1fr)}.contact-grid{grid-template-columns:1fr}}
@media(max-width:780px){.mobile-buy-bar{position:fixed;left:12px;right:12px;bottom:12px;z-index:90;background:var(--surface);border:1px solid var(--border);border-radius:22px;display:flex;align-items:center;justify-content:space-between;gap:12px;padding:10px 12px;box-shadow:0 18px 60px rgba(17,24,39,.2)}.mobile-buy-bar small{display:block;color:var(--muted);font-size:10px}.mobile-buy-bar b{font-size:14px}.mobile-buy-bar .btn{padding:10px 16px}.product-detail{padding-bottom:76px}.shop-fast-links a,.shop-fast-links button{font-size:12px}.checkout-progress{font-size:11px}.store-modal{border-radius:22px}.quick-view-media{padding:18px}.quick-view-info h2{font-size:23px}}
.footer-social-panel p{color:#a3a3a3;font-size:12px;line-height:1.9;margin:0 0 14px;max-width:280px}
.footer-social-icons{display:flex;flex-wrap:wrap;gap:10px;align-items:center}
.footer-social-icon{width:44px;height:44px;border-radius:16px;border:1px solid rgba(255,255,255,.14);background:rgba(255,255,255,.07);color:#fff;display:inline-grid;place-items:center;text-decoration:none;position:relative;transition:.2s;overflow:hidden}
.footer-social-icon svg{width:22px;height:22px;display:block}
.footer-social-icon span{position:absolute;inset:auto auto -32px 50%;transform:translateX(-50%);background:#fff;color:#111;border-radius:999px;padding:5px 9px;font-size:10px;font-weight:900;white-space:nowrap;opacity:0;transition:.2s;pointer-events:none}
.footer-social-icon:hover{transform:translateY(-3px);border-color:rgba(255,255,255,.34);box-shadow:0 15px 35px rgba(0,0,0,.2)}
.footer-social-icon:hover span{bottom:-3px;opacity:1}
.footer-social-icon.instagram:hover{background:linear-gradient(135deg,#833ab4,#fd1d1d,#fcb045)}
.footer-social-icon.whatsapp:hover{background:#22c55e}
.footer-social-icon.telegram:hover{background:#229ed9}
.footer-social-icon.bale:hover{background:#16a34a}
html.dark-mode .footer-social-icon span{background:#f8fafc;color:#111827}
@media(max-width:780px){.footer-social-panel{grid-column:1/-1}.footer-social-icons{gap:8px}.footer-social-icon{width:42px;height:42px;border-radius:14px}}
.faq-box .info-detail,.info-page-content .info-detail{background:var(--surface);border:1px solid var(--border);border-radius:18px;margin:10px 0;padding:0;overflow:hidden;box-shadow:0 8px 22px rgba(15,23,42,.045)}
.faq-box .info-detail summary,.info-page-content .info-detail summary{list-style:none;cursor:pointer;font-weight:900;color:var(--text);padding:15px 46px 15px 18px;position:relative;line-height:1.9}
.faq-box .info-detail summary::-webkit-details-marker,.info-page-content .info-detail summary::-webkit-details-marker{display:none}
.faq-box .info-detail summary:after,.info-page-content .info-detail summary:after{content:'+';position:absolute;right:16px;top:50%;transform:translateY(-50%);width:24px;height:24px;border-radius:50%;display:grid;place-items:center;background:var(--soft);color:var(--accent);font-weight:1000;font-size:18px}
.faq-box .info-detail[open] summary:after,.info-page-content .info-detail[open] summary:after{content:'−'}
.faq-box .info-detail p,.info-page-content .info-detail p{margin:0;padding:0 46px 16px 18px;border-top:0;color:var(--muted);line-height:2}
.faq-box h2{margin-bottom:18px}
.footer-social-panel .footer-title{margin-bottom:14px}
.product-card.clean-product-card{border-radius:24px;overflow:hidden;background:var(--surface);border:1px solid rgba(15,23,42,.08);box-shadow:0 14px 36px rgba(15,23,42,.055);display:flex;flex-direction:column;min-width:0;transition:transform .25s ease,box-shadow .25s ease,border-color .25s ease}
.product-card.clean-product-card:hover{transform:translateY(-5px);box-shadow:0 24px 70px rgba(15,23,42,.13);border-color:rgba(15,23,42,.12)}
.clean-product-card .clean-product-image{display:block;width:100%;aspect-ratio:1/1!important;position:relative;overflow:hidden;background:linear-gradient(145deg,#f8f8f6,#eeeeeb);padding:12px;box-sizing:border-box;text-decoration:none}
.clean-product-card .clean-product-image img{width:100%;height:100%;display:block;object-fit:contain!important;object-position:center;transition:transform .35s ease;filter:drop-shadow(0 12px 20px rgba(15,23,42,.08))}
.clean-product-card:hover .clean-product-image img{transform:scale(1.025)}
.clean-product-card .clean-sale-percent{top:12px;left:12px;right:auto;background:linear-gradient(135deg,var(--accent),#be123c);color:#fff;border:0;border-radius:999px;padding:7px 11px;font-size:11px;font-weight:1000;box-shadow:0 10px 24px rgba(225,29,72,.26);z-index:2}
.clean-product-card .clean-product-info{padding:15px 16px 16px;display:flex;flex-direction:column;gap:8px;flex:1}
.clean-product-card .product-category{font-size:11px;font-weight:900;color:var(--muted);line-height:1.5;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.clean-product-card .product-name{font-size:15px;line-height:1.65;margin:0;min-height:3.25em;white-space:normal;overflow:hidden;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical}
.clean-product-card .product-name a{color:var(--text);text-decoration:none}
.clean-product-card .product-name a:hover{color:var(--accent)}
.clean-product-card .clean-price-row{margin-top:auto;display:flex;align-items:baseline;gap:8px;flex-wrap:wrap;min-height:28px}
.clean-product-card .price-current{font-size:16px;font-weight:1000;color:var(--text);letter-spacing:-.2px}
.clean-product-card .price-old{font-size:12px;color:#a1a1aa;text-decoration:line-through;text-decoration-thickness:2px}
.clean-product-card .wishlist-card-btn{width:100%;min-height:42px;margin-top:4px;border:1px solid var(--border);background:var(--surface);color:var(--text);border-radius:15px;display:inline-flex;align-items:center;justify-content:center;gap:8px;font-weight:950;font-size:12px;cursor:pointer;transition:.2s}
.clean-product-card .wishlist-card-btn svg{width:18px;height:18px;flex:0 0 auto}
.clean-product-card .wishlist-card-btn:hover{border-color:rgba(225,29,72,.35);background:#fff1f2;color:var(--accent)}
.clean-product-card .wishlist-card-btn.active{background:#fff1f2;border-color:#fecdd3;color:var(--accent)}
.clean-product-card .wishlist-card-btn.active svg{fill:currentColor}
.clean-product-card .mini-variants,.clean-product-card .mini-colors,.clean-product-card .quick-add,.clean-product-card .limited-badge,.clean-product-card .flash-mini,.clean-product-card .product-badge{display:none!important}
#color-filter{display:flex;align-items:center;gap:9px;flex-wrap:wrap}
#color-filter .all-colors-btn,#color-filter button[data-color-filter=""]{min-height:36px;border:1px solid var(--border);background:var(--surface);color:var(--text);border-radius:999px;padding:7px 13px;font-weight:900;cursor:pointer}
.color-swatch-filter{width:38px;height:38px;border-radius:999px;border:1px solid var(--border);background:var(--surface);padding:3px;display:grid;place-items:center;cursor:pointer;position:relative;transition:.2s}
.color-swatch-filter span{display:block;width:100%;height:100%;border-radius:50%;box-shadow:inset 0 0 0 1px rgba(0,0,0,.05)}
.color-swatch-filter.is-light span{box-shadow:inset 0 0 0 1px rgba(15,23,42,.16)}
.color-swatch-filter em{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0 0 0 0);white-space:nowrap}
.color-swatch-filter:hover,#color-filter button[data-color-filter=""]:hover{transform:translateY(-2px);box-shadow:0 10px 24px rgba(15,23,42,.12)}
.color-swatch-filter.active,#color-filter button[data-color-filter=""].active{outline:3px solid color-mix(in srgb,var(--accent) 18%,transparent);border-color:var(--accent)}
html.dark-mode .clean-product-card .clean-product-image{background:linear-gradient(145deg,#151922,#0f131b)!important}
html.dark-mode .clean-product-card .wishlist-card-btn:hover,html.dark-mode .clean-product-card .wishlist-card-btn.active{background:#3f121d;border-color:#7f1d1d;color:#fecdd3}
html.dark-mode .color-swatch-filter,html.dark-mode #color-filter .all-colors-btn,html.dark-mode #color-filter button[data-color-filter=""]{background:#11151d;border-color:var(--border);color:var(--text)}
@media(max-width:780px){.clean-product-card .clean-product-info{padding:12px}.clean-product-card .product-name{font-size:13px}.clean-product-card .price-current{font-size:14px}.clean-product-card .wishlist-card-btn{min-height:38px;font-size:11px;border-radius:13px}.clean-product-card .clean-sale-percent{top:9px;left:9px;font-size:10px;padding:5px 8px}.clean-product-card .clean-product-image{padding:9px}.color-swatch-filter{width:34px;height:34px}}
.clean-product-card .product-card-slider{position:relative;display:block;width:100%;aspect-ratio:1/1!important;overflow:hidden;background:linear-gradient(145deg,#f8f8f6,#eeeeeb);padding:0!important}
.clean-product-card .card-slide-link{display:block;width:100%;height:100%;padding:14px;box-sizing:border-box;text-decoration:none}
.clean-product-card .card-slides{position:relative;width:100%;height:100%}
.clean-product-card .card-slide{position:absolute;inset:0;width:100%!important;height:100%!important;object-fit:contain!important;object-position:center;opacity:0;visibility:hidden;transition:opacity .25s ease,transform .35s ease;filter:drop-shadow(0 12px 20px rgba(15,23,42,.08));pointer-events:none}
.clean-product-card .card-slide.active{opacity:1;visibility:visible;pointer-events:auto}
.clean-product-card:hover .card-slide.active{transform:scale(1.025)}
.clean-product-card .wishlist-card-btn.icon-only{position:absolute;top:12px;right:12px;z-index:5;width:40px!important;height:40px!important;min-height:0!important;margin:0!important;padding:0!important;border-radius:50%!important;background:rgba(255,255,255,.92)!important;border:1px solid rgba(15,23,42,.09)!important;box-shadow:0 10px 24px rgba(15,23,42,.12);color:#111827!important;display:grid!important;place-items:center!important;gap:0!important;backdrop-filter:blur(10px)}
.clean-product-card .wishlist-card-btn.icon-only svg{width:19px;height:19px;margin:0}
.clean-product-card .wishlist-card-btn.icon-only:hover,.clean-product-card .wishlist-card-btn.icon-only.active{background:#fff1f2!important;border-color:#fecdd3!important;color:var(--accent)!important;transform:translateY(-1px)}
.clean-product-card .card-slide-nav{position:absolute;top:50%;z-index:4;transform:translateY(-50%);width:32px;height:32px;border-radius:50%;border:1px solid rgba(15,23,42,.08);background:rgba(255,255,255,.9);color:#111827;box-shadow:0 10px 24px rgba(15,23,42,.1);display:grid;place-items:center;font-size:24px;line-height:1;cursor:pointer;opacity:0;transition:.2s;backdrop-filter:blur(8px)}
.clean-product-card:hover .card-slide-nav{opacity:1}
.clean-product-card .card-slide-nav.prev{right:10px}
.clean-product-card .card-slide-nav.next{left:10px}
.clean-product-card .card-slide-dots{position:absolute;left:50%;bottom:11px;z-index:4;transform:translateX(-50%);display:flex;align-items:center;gap:5px;background:rgba(255,255,255,.68);border:1px solid rgba(15,23,42,.06);border-radius:999px;padding:5px 7px;backdrop-filter:blur(8px)}
.clean-product-card .card-slide-dots button{width:6px;height:6px;border-radius:999px;border:0;background:rgba(15,23,42,.28);padding:0;cursor:pointer;transition:.2s}
.clean-product-card .card-slide-dots button.active{width:16px;background:var(--accent)}
.clean-product-card .clean-sale-percent{z-index:6;left:12px!important;right:auto!important}
.clean-product-card .card-add-btn{width:100%;min-height:43px;border:0;border-radius:15px;background:var(--text);color:var(--surface);display:inline-flex;align-items:center;justify-content:center;gap:8px;font-weight:950;font-size:13px;cursor:pointer;transition:.2s;margin-top:4px}
.clean-product-card .card-add-btn svg{width:17px;height:17px;flex:0 0 auto}
.clean-product-card .card-add-btn:hover{transform:translateY(-1px);box-shadow:0 14px 30px rgba(15,23,42,.18);background:var(--accent);color:#fff}
.clean-product-card .card-add-btn.disabled,.clean-product-card .card-add-btn:disabled{cursor:not-allowed;opacity:.58;transform:none;box-shadow:none;background:#e5e7eb;color:#6b7280}
.clean-product-card .clean-product-info{gap:7px!important}
.clean-product-card .price-row.clean-price-row{margin-top:auto}
html.dark-mode .clean-product-card .product-card-slider{background:linear-gradient(145deg,#151922,#0f131b)!important}
html.dark-mode .clean-product-card .wishlist-card-btn.icon-only,html.dark-mode .clean-product-card .card-slide-nav{background:rgba(23,26,33,.86)!important;border-color:rgba(255,255,255,.14)!important;color:#f8fafc!important}
html.dark-mode .clean-product-card .card-slide-dots{background:rgba(23,26,33,.72);border-color:rgba(255,255,255,.12)}
html.dark-mode .clean-product-card .wishlist-card-btn.icon-only:hover,html.dark-mode .clean-product-card .wishlist-card-btn.icon-only.active{background:#3f121d!important;border-color:#7f1d1d!important;color:#fecdd3!important}
@media(max-width:780px){.clean-product-card .card-slide-link{padding:10px}.clean-product-card .wishlist-card-btn.icon-only{top:9px;right:9px;width:34px!important;height:34px!important}.clean-product-card .card-slide-nav{opacity:1;width:28px;height:28px;font-size:20px}.clean-product-card .card-slide-dots{bottom:8px;padding:4px 6px}.clean-product-card .card-add-btn{min-height:39px;font-size:12px;border-radius:13px}.clean-product-card .card-add-btn svg{width:15px;height:15px}}
html.dark-mode{
  color-scheme:dark;
  --bg:#0b0f17!important;
  --surface:#151a24!important;
  --text:#f8fafc!important;
  --muted:#cbd5e1!important;
  --border:rgba(226,232,240,.18)!important;
  --soft:#101623!important;
}

/* Commerce operations v28.1.240: secure recovery and page-width regression guard. */
.z-payment-recovery{width:min(720px,calc(100% - 32px));margin:20px auto 70px;padding:clamp(18px,4vw,30px);border:0;border-radius:24px;background:var(--surface,#f1f3f5);box-shadow:10px 10px 24px rgba(31,41,55,.12),-10px -10px 24px rgba(255,255,255,.82)}
.z-payment-recovery h2{margin:0 0 8px}.z-payment-recovery p{color:var(--muted,#667085);line-height:1.8}.z-payment-recovery .field input{border:0;box-shadow:inset 5px 5px 11px rgba(31,41,55,.09),inset -5px -5px 11px rgba(255,255,255,.82)}.z-payment-recovery-status{min-height:28px;margin-top:12px;font-weight:700}.z-payment-recovery-status[data-state="error"]{color:#9b3f49}
body[data-page="shop"],body[data-page="categories"],body[data-page="cart"],body[data-page="checkout"]{overflow-x:clip}.shop-layout,.shop-main,.catalog-top-band,.subcategory-strip,.cart-layout,.checkout-layout{min-width:0;max-width:100%}
html.dark-mode body,html.dark-mode main,html.dark-mode .section,html.dark-mode .section-soft,html.dark-mode .shop-main,html.dark-mode .checkout-layout,html.dark-mode .cart-layout,html.dark-mode .product-detail,html.dark-mode .info-page-card{
  background-color:var(--bg);
  color:var(--text)!important;
}
html.dark-mode a:not(.btn):not(.brand):not(.icon-link):not(.category-card):not(.social-icon):not(.footer-social-icon):not(.product-card-slider):not(.card-slide-link):not(.clean-product-image){
  color:inherit;
}
html.dark-mode .main-header,html.dark-mode .main-nav{
  background:rgba(11,15,23,.94)!important;
  color:#f8fafc!important;
  border-color:rgba(226,232,240,.16)!important;
}
html.dark-mode .brand,html.dark-mode .main-nav a,html.dark-mode .customer-login span{
  color:#f8fafc!important;
}
html.dark-mode :is(.icon-link,.theme-toggle,.menu-toggle,.lang-switch,.customer-login,.install-pill,.chip-filter,.qty-control button,.gallery-thumb,.pagination button,.color-swatch-filter,#color-filter .all-colors-btn,#color-filter button[data-color-filter=""]){
  background:#111827!important;
  color:#f8fafc!important;
  border-color:rgba(226,232,240,.18)!important;
}
html.dark-mode :is(input,select,textarea,.field input,.field textarea,.field select,.sort-control select){
  background:#0f172a!important;
  color:#f8fafc!important;
  border-color:rgba(226,232,240,.24)!important;
}
html.dark-mode :is(input,textarea)::placeholder{color:#94a3b8!important}
html.dark-mode select option{background:#0f172a;color:#f8fafc}
html.dark-mode .field input.field-invalid,html.dark-mode .field textarea.field-invalid,html.dark-mode .field select.field-invalid{
  background:#2a1117!important;
  color:#fecdd3!important;
  border-color:#fb7185!important;
}
html.dark-mode .field-error,html.dark-mode .form-error,html.dark-mode .out-stock{color:#fda4af!important}
html.dark-mode .price-current,html.dark-mode .clean-product-card .price-current,html.dark-mode .modal-price .price-current{
  color:#f8fafc!important;
}
html.dark-mode .price-old,html.dark-mode .clean-product-card .price-old{
  color:#94a3b8!important;
}
html.dark-mode .sale-percent,html.dark-mode .clean-sale-percent,html.dark-mode .product-badge,html.dark-mode .clean-product-card .clean-sale-percent{
  background:linear-gradient(135deg,#fb7185,#e11d48)!important;
  color:#fff!important;
  border:0!important;
  box-shadow:0 10px 26px rgba(225,29,72,.28)!important;
}
html.dark-mode .clean-product-card .product-name a,html.dark-mode .product-name a{
  color:#f8fafc!important;
}
html.dark-mode .clean-product-card .product-category,html.dark-mode .product-category{
  color:#cbd5e1!important;
}
html.dark-mode .clean-product-card .product-card-slider,html.dark-mode .clean-product-card .clean-product-image,html.dark-mode .product-image-wrap,html.dark-mode .main-product-image,html.dark-mode .cart-item-image,html.dark-mode .checkout-item img{
  background:linear-gradient(145deg,#101827,#0b1120)!important;
  border-color:rgba(226,232,240,.16)!important;
}
html.dark-mode .clean-product-card .wishlist-card-btn.icon-only,html.dark-mode .clean-product-card .card-slide-nav,html.dark-mode .wishlist-card-btn{
  background:rgba(15,23,42,.88)!important;
  color:#f8fafc!important;
  border-color:rgba(226,232,240,.22)!important;
}
html.dark-mode .clean-product-card .wishlist-card-btn.icon-only:hover,html.dark-mode .clean-product-card .wishlist-card-btn.icon-only.active,html.dark-mode .wishlist-card-btn:hover,html.dark-mode .wishlist-card-btn.active{
  background:#3f121d!important;
  color:#fecdd3!important;
  border-color:#fb7185!important;
}
html.dark-mode .clean-product-card .card-add-btn,html.dark-mode .btn-dark{
  background:#f8fafc!important;
  color:#0f172a!important;
}
html.dark-mode .clean-product-card .card-add-btn:hover,html.dark-mode .btn-accent{
  background:var(--accent)!important;
  color:#fff!important;
}
html.dark-mode .btn-outline{
  background:transparent!important;
  color:#f8fafc!important;
  border-color:rgba(226,232,240,.28)!important;
}
html.dark-mode .pagination button.active{
  background:#f8fafc!important;
  color:#0f172a!important;
  border-color:#f8fafc!important;
}
html.dark-mode .checkout-progress span{
  background:#151a24!important;
  color:#cbd5e1!important;
  border-color:rgba(226,232,240,.18)!important;
}
html.dark-mode .checkout-progress .done{
  background:#052e1b!important;
  color:#86efac!important;
  border-color:#166534!important;
}
html.dark-mode .checkout-progress .active{
  background:#3f121d!important;
  color:#fecdd3!important;
  border-color:#fb7185!important;
}
html.dark-mode .first-coupon-box{
  background:#2b1f12!important;
  color:#fde68a!important;
  border-color:#92400e!important;
}
html.dark-mode .first-coupon-box b{color:#fbbf24!important}
html.dark-mode .summary-icon{
  background:#f8fafc!important;
  color:#0f172a!important;
}
html.dark-mode .faq-box .info-detail summary,html.dark-mode .info-page-content .info-detail summary{
  background:#151a24!important;
  color:#f8fafc!important;
}
html.dark-mode .faq-box .info-detail summary:after,html.dark-mode .info-page-content .info-detail summary:after{
  background:#0f172a!important;
  color:#fb7185!important;
}
html.dark-mode .faq-box .info-detail p,html.dark-mode .info-page-content .info-detail p{
  color:#cbd5e1!important;
}
html.dark-mode .site-footer{
  background:#05080f!important;
  color:#f8fafc!important;
}
html.dark-mode .site-footer :is(p,a,span,small,li,.footer-links,.footer-contact,.footer-bottom){
  color:#cbd5e1!important;
}
html.dark-mode .site-footer a:hover{color:#fff!important}
html.dark-mode .footer-bottom{border-top-color:rgba(226,232,240,.14)}
html.dark-mode .footer-social-icon span{
  background:#f8fafc!important;
  color:#0f172a!important;
}
html.dark-mode .empty-icon{color:#94a3b8!important}
html.dark-mode .toast{
  background:#f8fafc!important;
  color:#0f172a!important;
}
html.dark-mode ::selection{background:rgba(225,29,72,.55);color:#fff}
#size-filter,#color-filter{
  display:flex;
  flex-wrap:wrap;
  gap:8px;
  align-items:center;
}
#size-filter button[data-size-filter]{
  min-width:42px;
  min-height:36px;
  border:1px solid var(--border);
  background:var(--surface);
  color:var(--text);
  border-radius:999px;
  padding:7px 13px;
  font-weight:900;
  cursor:pointer;
  transition:.2s;
}
#size-filter button[data-size-filter]:hover{
  transform:translateY(-2px);
  box-shadow:0 10px 24px rgba(15,23,42,.12);
}
#size-filter button[data-size-filter].active{
  background:var(--primary);
  color:#fff;
  border-color:var(--primary);
}
.color-swatch-filter,.color-swatch-filter span,.color-swatch-filter::before,.color-swatch-filter::after{
  filter:none!important;
  mix-blend-mode:normal!important;
}
.color-swatch-filter span{
  forced-color-adjust:none;
}
.color-swatch-filter.is-light{
  background:#fff!important;
  border-color:#d1d5db!important;
}
.color-swatch-filter.is-light span{
  box-shadow:inset 0 0 0 1px rgba(15,23,42,.28)!important;
}
.color-swatch-filter.active{
  box-shadow:0 0 0 3px rgba(225,29,72,.18),0 10px 24px rgba(15,23,42,.12)!important;
}

html.dark-mode #size-filter button[data-size-filter]{
  background:#0f172a!important;
  color:#f8fafc!important;
  border-color:rgba(226,232,240,.26)!important;
}
html.dark-mode #size-filter button[data-size-filter]:hover{
  background:#1e293b!important;
  color:#fff!important;
  border-color:rgba(226,232,240,.42)!important;
}
html.dark-mode #size-filter button[data-size-filter].active{
  background:#f8fafc!important;
  color:#020617!important;
  border-color:#f8fafc!important;
  box-shadow:0 0 0 3px rgba(248,250,252,.14)!important;
}
html.dark-mode .color-swatch-filter{
  background:#0f172a!important;
  border-color:rgba(226,232,240,.28)!important;
  box-shadow:none!important;
}
html.dark-mode .color-swatch-filter span{
  box-shadow:inset 0 0 0 1px rgba(255,255,255,.10)!important;
}
html.dark-mode .color-swatch-filter.is-light{
  background:#ffffff!important;
  border-color:#e5e7eb!important;
}
html.dark-mode .color-swatch-filter.is-light span{
  box-shadow:inset 0 0 0 1px rgba(15,23,42,.34)!important;
}
html.dark-mode .color-swatch-filter.active{
  outline:0!important;
  border-color:#fb7185!important;
  box-shadow:0 0 0 3px rgba(251,113,133,.35),0 10px 24px rgba(0,0,0,.26)!important;
}
html.dark-mode #color-filter .all-colors-btn,html.dark-mode #color-filter button[data-color-filter=""]{
  background:#0f172a!important;
  color:#f8fafc!important;
  border-color:rgba(226,232,240,.26)!important;
}
html.dark-mode #color-filter .all-colors-btn.active,html.dark-mode #color-filter button[data-color-filter=""].active{
  background:#f8fafc!important;
  color:#020617!important;
  border-color:#f8fafc!important;
}

html.dark-mode .clean-product-card .card-add-btn{
  background:#ffffff!important;
  color:#000000!important;
  border:1px solid rgba(255,255,255,.9)!important;
  text-shadow:none!important;
}
html.dark-mode .clean-product-card .card-add-btn svg{
  color:#000000!important;
  stroke:#000000!important;
}
html.dark-mode .clean-product-card .card-add-btn:hover{
  background:var(--accent)!important;
  color:#ffffff!important;
  border-color:var(--accent)!important;
}
html.dark-mode .clean-product-card .card-add-btn:hover svg{
  color:#ffffff!important;
  stroke:#ffffff!important;
}

html.dark-mode .variant-group strong{
  color:#f8fafc!important;
}
html.dark-mode .variant-btn{
  background:#0f172a!important;
  color:#f8fafc!important;
  border-color:rgba(226,232,240,.28)!important;
  text-shadow:none!important;
}
html.dark-mode .variant-btn:hover{
  background:#1e293b!important;
  color:#ffffff!important;
  border-color:rgba(226,232,240,.44)!important;
}
html.dark-mode .variant-btn.active{
  background:#f8fafc!important;
  color:#020617!important;
  border-color:#f8fafc!important;
  box-shadow:0 0 0 3px rgba(248,250,252,.13)!important;
}
.success-tracking{margin-top:18px;text-align:initial}.success-card .auto-tracking-card{text-align:initial}.auto-track-note{margin:0 0 14px;padding:14px 16px;border:1px solid var(--border);border-radius:16px;background:var(--surface);color:var(--text);font-weight:800;text-align:center}.tracking-form-compact{display:none!important}.auto-tracking-card .tracking-head small{display:block;color:var(--muted);margin-top:4px}.dark-mode .auto-track-note,.dark-mode .success-tracking .card,.dark-mode .auto-tracking-card{background:#171a21;color:#f5f5f5;border-color:rgba(255,255,255,.14)}.dark-mode .status-step:before{background:rgba(255,255,255,.18)}.dark-mode .status-step:after{background:rgba(255,255,255,.22);border-color:#171a21;box-shadow:0 0 0 1px rgba(255,255,255,.22)}.dark-mode .status-step.done:before,.dark-mode .status-step.done:after{background:var(--success)}
.btn[disabled],button[disabled]{cursor:not-allowed;opacity:.58;filter:grayscale(.18)}
.checkout-step-hidden{display:none!important}
@keyframes checkoutStepFade{from{opacity:.2;transform:translateY(8px)}to{opacity:1;transform:none}}
.product-color-group strong{
  display:flex;
  align-items:center;
  gap:6px;
}
.product-color-group #selected-color-label{
  color:var(--text)!important;
  font-weight:1000;
}
.product-color-options{
  gap:12px!important;
  align-items:center;
}
.product-color-swatch.variant-btn{
  width:46px!important;
  height:46px!important;
  min-width:46px!important;
  min-height:46px!important;
  padding:4px!important;
  border-radius:50%!important;
  background:var(--surface)!important;
  color:transparent!important;
  border:1px solid rgba(15,23,42,.18)!important;
  display:grid!important;
  place-items:center!important;
  position:relative!important;
  overflow:visible!important;
  box-shadow:none!important;
  filter:none!important;
  mix-blend-mode:normal!important;
}
.product-color-swatch.variant-btn span{
  width:100%!important;
  height:100%!important;
  border-radius:50%!important;
  display:block!important;
  filter:none!important;
  mix-blend-mode:normal!important;
  forced-color-adjust:none;
  box-shadow:inset 0 0 0 1px rgba(0,0,0,.08)!important;
}
.product-color-swatch.variant-btn.is-light{
  background:#fff!important;
  border-color:#d1d5db!important;
}
.product-color-swatch.variant-btn.is-light span{
  box-shadow:inset 0 0 0 1px rgba(15,23,42,.30)!important;
}
.product-color-swatch.variant-btn b{
  position:absolute;
  inset:0;
  display:grid;
  place-items:center;
  color:#fff!important;
  font-size:22px;
  font-weight:1000;
  line-height:1;
  opacity:0;
  text-shadow:0 1px 5px rgba(0,0,0,.58);
  pointer-events:none;
}
.product-color-swatch.variant-btn.is-light b{
  color:#111827!important;
  text-shadow:0 1px 4px rgba(255,255,255,.7);
}
.product-color-swatch.variant-btn:hover{
  transform:translateY(-2px);
  border-color:rgba(15,23,42,.32)!important;
  box-shadow:0 10px 24px rgba(15,23,42,.12)!important;
}
.product-color-swatch.variant-btn.active{
  background:var(--surface)!important;
  border-color:rgba(15,23,42,.20)!important;
  outline:none!important;
  outline-offset:0!important;
  color:transparent!important;
  box-shadow:none!important;
  transform:none!important;
}
.product-color-swatch.variant-btn.active b{
  opacity:1;
}
html.dark-mode .product-color-group #selected-color-label{
  color:#f8fafc!important;
}
html.dark-mode .product-color-swatch.variant-btn{
  background:#0f172a!important;
  border-color:rgba(226,232,240,.30)!important;
  color:transparent!important;
}
html.dark-mode .product-color-swatch.variant-btn span{
  box-shadow:inset 0 0 0 1px rgba(255,255,255,.10)!important;
}
html.dark-mode .product-color-swatch.variant-btn.is-light{
  background:#ffffff!important;
  border-color:#e5e7eb!important;
}
html.dark-mode .product-color-swatch.variant-btn.is-light span{
  box-shadow:inset 0 0 0 1px rgba(15,23,42,.34)!important;
}
html.dark-mode .product-color-swatch.variant-btn.active{
  background:#0f172a!important;
  border-color:rgba(226,232,240,.30)!important;
  outline:none!important;
  outline-offset:0!important;
  color:transparent!important;
  box-shadow:none!important;
  transform:none!important;
}
@media(max-width:780px){
  .product-color-swatch.variant-btn{width:42px!important;height:42px!important;min-width:42px!important;min-height:42px!important}
  .product-color-options{gap:10px!important}
}
@media(max-width:520px){
}
.product-rating-summary{margin:12px 0 14px}
.rating-score{display:flex;align-items:baseline;gap:4px;padding-inline-end:12px;border-inline-end:1px solid rgba(245,158,11,.22)}
.rating-score b{font-size:26px;font-weight:950;color:#111827;line-height:1}
.rating-score small{font-weight:800;color:#92400e;font-size:12px}
.rating-stars{display:inline-flex;direction:ltr;gap:2px;letter-spacing:0;color:#d1d5db;font-size:18px;line-height:1}
.rating-stars .filled{color:#f59e0b;text-shadow:0 4px 12px rgba(245,158,11,.25)}
.product-reviews-section{background:linear-gradient(180deg,#fff,#f8fafc)}
.review-section-shell{padding:24px;border-radius:28px}
.product-reviews-layout{display:grid;grid-template-columns:310px minmax(0,1fr);gap:22px;align-items:start}
.reviews-summary-card{padding:24px;border-radius:28px;position:sticky;top:92px;text-align:center;background:linear-gradient(180deg,#ffffff,#fff7ed)}
.reviews-big-score{display:flex;align-items:baseline;justify-content:center;gap:8px;margin-bottom:8px}
.reviews-big-score b{font-size:54px;font-weight:950;color:#111827;line-height:1}
.reviews-big-score span{font-weight:850;color:#92400e}
.reviews-summary-card>.rating-stars{justify-content:center;margin:4px 0 10px;font-size:22px}
.reviews-summary-card p{color:#64748b;font-weight:850;margin:0 0 16px}
.rating-bars{display:flex;flex-direction:column;gap:10px;text-align:start}
.rating-bars div{display:grid;grid-template-columns:38px 1fr 28px;align-items:center;gap:10px;font-size:12px;font-weight:900;color:#475569}
.rating-bars i{height:9px;border-radius:99px;background:#e5e7eb;overflow:hidden;display:block}
.rating-bars em{display:block;height:100%;border-radius:inherit;background:linear-gradient(90deg,#fbbf24,#f59e0b)}
.reviews-list-wrap{display:grid;gap:18px}
.reviews-list{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}
.customer-review-card{background:#fff;border:1px solid rgba(15,23,42,.08);border-radius:24px;padding:18px;box-shadow:0 16px 40px rgba(15,23,42,.06)}
.customer-review-head{display:flex;align-items:center;gap:12px;margin-bottom:12px}
.customer-review-head h3{margin:0 0 5px;font-size:15px;color:#111827}
.review-meta{display:flex;align-items:center;gap:8px;flex-wrap:wrap}.review-meta .rating-stars{font-size:14px}.review-meta span{font-size:11px;color:#94a3b8;font-weight:800}
.customer-review-card p{margin:0 0 14px;color:#475569;line-height:1.9;font-size:14px}
.review-actions{display:flex;gap:8px;align-items:center}.review-actions button{border:1px solid rgba(15,23,42,.1);background:#f8fafc;color:#111827;border-radius:999px;padding:8px 12px;font-weight:900;cursor:pointer;transition:.2s}.review-actions button:hover{background:#111827;color:#fff;transform:translateY(-1px)}
.review-form{padding:20px;border-radius:28px}.review-form h3{margin:0 0 14px;color:#111827}.review-form-grid{display:grid;grid-template-columns:1fr 180px;gap:14px}.review-form textarea{resize:vertical;min-height:110px}html.dark-mode .rating-score b,html.dark-mode .reviews-big-score b,html.dark-mode .customer-review-head h3,html.dark-mode .review-form h3{color:#f8fafc!important}html.dark-mode .rating-score small,html.dark-mode .reviews-big-score span{color:#fde68a!important}html.dark-mode .reviews-summary-card p,html.dark-mode .customer-review-card p{color:#cbd5e1!important}html.dark-mode .product-reviews-section{background:#0b0f16!important}html.dark-mode .reviews-summary-card,html.dark-mode .customer-review-card,html.dark-mode .review-form,html.dark-mode .review-section-shell{background:#111827!important;border-color:rgba(226,232,240,.14)!important;color:#e5e7eb!important;box-shadow:0 18px 50px rgba(0,0,0,.30)!important}html.dark-mode .rating-bars div{color:#e2e8f0!important}html.dark-mode .rating-bars i{background:#1f2937!important}html.dark-mode .review-actions button{background:#0f172a!important;color:#f8fafc!important;border-color:rgba(226,232,240,.16)!important}html.dark-mode .review-actions button:hover{background:#f8fafc!important;color:#111827!important}
@media(max-width:900px){.product-reviews-layout{grid-template-columns:1fr}.reviews-summary-card{position:relative;top:auto}.reviews-list{grid-template-columns:1fr}.review-form-grid{grid-template-columns:1fr}}
.product-rating-summary{cursor:pointer;outline:none}
.review-locked{border-style:dashed;text-align:right}.review-locked p{color:var(--muted);line-height:2}.verified-review-note{display:inline-flex;gap:8px;align-items:center;background:rgba(16,185,129,.12);color:#047857;border:1px solid rgba(16,185,129,.25);padding:8px 12px;border-radius:999px;margin:0 0 14px}.dark-mode .verified-review-note{color:#86efac;background:rgba(16,185,129,.14)}
.size-guide-body{padding:0!important;margin:0!important}
.size-guide-panel{display:grid;gap:16px}
.size-guide-note{padding:0!important;margin:0!important;color:#475569!important;line-height:2;font-weight:650}
.size-guide-image{background:#f3f4f6;border:1px solid rgba(15,23,42,.08);border-radius:18px;padding:12px;overflow:hidden;text-align:center}
.size-guide-image img{display:block;width:100%;max-height:360px;object-fit:contain;border-radius:14px;background:#fff;margin:auto}
.size-chart-table-wrap{overflow:auto;border:1px solid rgba(15,23,42,.09);border-radius:18px;background:#fff;box-shadow:0 14px 34px rgba(15,23,42,.04)}
.size-chart-table{width:100%;border-collapse:separate;border-spacing:0;min-width:520px;text-align:center}
.size-chart-table th,.size-chart-table td{padding:14px 16px;border-bottom:1px solid rgba(15,23,42,.07);border-inline-start:1px solid rgba(15,23,42,.06);white-space:nowrap}
.size-chart-table th:first-child,.size-chart-table td:first-child{border-inline-start:0;font-weight:950;color:#111827}
.size-chart-table th{background:#f8fafc;color:#111827;font-weight:950;font-size:13px}
.size-chart-table td{color:#475569;font-weight:800;background:#fff}
.size-chart-table tr:last-child td{border-bottom:0}
.size-chart-table tbody tr:nth-child(even) td{background:#fbfbfc}
html.dark-mode .size-guide-note{color:#d1d5db!important}
html.dark-mode .size-guide-image{background:#0f172a;border-color:rgba(226,232,240,.14)}
html.dark-mode .size-guide-image img{background:#111827}
html.dark-mode .size-chart-table-wrap{background:#111827;border-color:rgba(226,232,240,.14);box-shadow:0 18px 45px rgba(0,0,0,.24)}
html.dark-mode .size-chart-table th{background:#1f2937;color:#f8fafc;border-color:rgba(226,232,240,.12)}
html.dark-mode .size-chart-table td{background:#111827;color:#e5e7eb;border-color:rgba(226,232,240,.10)}
html.dark-mode .size-chart-table td:first-child{color:#f8fafc}
html.dark-mode .size-chart-table tbody tr:nth-child(even) td{background:#151c28}
@media(max-width:640px){.size-guide-image{padding:8px}.size-guide-image img{max-height:280px}.size-chart-table{min-width:460px}.size-chart-table th,.size-chart-table td{padding:12px 13px;font-size:13px}}
.product-rating-summary{margin:8px 0 12px;display:inline-flex;cursor:pointer;outline:none}
.dk-mini-rating{border:1px solid rgba(245,158,11,.28);background:#fff;border-radius:999px;padding:5px 9px;display:inline-flex;align-items:center;gap:6px;font:inherit;cursor:pointer;box-shadow:0 8px 20px rgba(245,158,11,.08);transition:.2s}
.dk-mini-rating:hover{transform:translateY(-1px);box-shadow:0 12px 28px rgba(245,158,11,.14)}
.dk-mini-rating-score{font-weight:950;color:#111827;font-size:13px;line-height:1}.dk-mini-rating-star{color:#f59e0b;font-size:13px;line-height:1}.dk-mini-rating-count{font-weight:800;color:#6b7280;font-size:11px;line-height:1}
.dk-product-tabs{grid-column:1/-1;margin-top:26px;background:var(--surface);border:1px solid var(--border);border-radius:24px;overflow:hidden;box-shadow:0 18px 60px rgba(15,23,42,.06)}
.dk-tab-bar{position:sticky;top:86px;z-index:20;display:flex;align-items:center;gap:0;background:var(--surface);border-bottom:1px solid var(--border);overflow-x:auto;scrollbar-width:none}.dk-tab-bar::-webkit-scrollbar{display:none}
.dk-tab-link{position:relative;flex:0 0 auto;border:0;background:transparent;color:var(--muted);font-weight:950;font-size:15px;padding:20px 28px;cursor:pointer;white-space:nowrap}.dk-tab-link:after{content:"";position:absolute;right:24px;left:24px;bottom:0;height:3px;border-radius:999px;background:transparent}.dk-tab-link.active{color:var(--text)}.dk-tab-link.active:after{background:var(--accent)}
.dk-tab-panel{display:none;padding:28px}.dk-tab-panel.active{display:block}.dk-panel-title{display:flex;align-items:flex-start;justify-content:space-between;gap:18px;margin-bottom:18px}.dk-panel-title h2{margin:0;font-size:24px}.dk-panel-title p{margin:6px 0 0;color:var(--muted);line-height:1.9;font-size:13px}
.dk-spec-table{display:grid;gap:10px}.dk-spec-row{display:grid;grid-template-columns:190px 1fr;gap:12px;align-items:start;background:var(--soft);border:1px solid var(--border);border-radius:16px;padding:14px 16px}.dk-spec-row span{font-size:13px;font-weight:900;color:var(--muted)}.dk-spec-row strong{font-size:14px;font-weight:850;color:var(--text);line-height:1.9}
.product-qa-layout{display:grid;grid-template-columns:1fr 360px;gap:18px;align-items:start}.product-questions-list{display:grid;gap:12px}.product-question-card{background:var(--surface);border:1px solid var(--border);border-radius:18px;padding:18px;box-shadow:0 10px 28px rgba(15,23,42,.04)}.question-head{display:flex;align-items:center;gap:10px;margin-bottom:10px}.question-head b{width:28px;height:28px;border-radius:50%;display:grid;place-items:center;background:#eef2ff;color:#2563eb;font-weight:950}.question-head span{font-weight:950;color:var(--text)}.question-head small{margin-right:auto;color:var(--muted)}.product-question-card p{margin:0;color:var(--text);line-height:2}.question-answer{margin-top:14px;background:#f8fafc;border:1px solid var(--border);border-radius:14px;padding:13px}.question-answer b{display:block;margin-bottom:6px;color:#16a34a}.question-pending{display:inline-flex;margin-top:12px;color:var(--muted);font-weight:800}.product-question-form{position:sticky;top:150px;padding:18px;border-radius:20px}.product-question-form h3{margin:0 0 14px}.mini-empty{padding:24px!important}
.dk-inline-section .section-head{margin-bottom:18px}.dk-inline-section .product-reviews-layout{grid-template-columns:300px 1fr}.dk-inline-section .reviews-summary-card{position:sticky;top:150px}.dk-inline-section .review-form,.dk-inline-section .reviews-summary-card,.dk-inline-section .customer-review-card{border-radius:20px}
html.dark-mode .dk-mini-rating{background:#111827!important;border-color:rgba(251,191,36,.35)!important;box-shadow:0 10px 28px rgba(0,0,0,.24)!important}html.dark-mode .dk-mini-rating-score{color:#f8fafc!important}html.dark-mode .dk-mini-rating-count{color:#cbd5e1!important}html.dark-mode .dk-product-tabs{background:var(--surface)!important;border-color:var(--border)!important;box-shadow:0 18px 60px rgba(0,0,0,.32)!important}html.dark-mode .dk-tab-bar{background:#111827!important;border-color:rgba(255,255,255,.12)!important}html.dark-mode .dk-tab-link{color:#a1a1aa!important}html.dark-mode .dk-tab-link.active{color:#fff!important}html.dark-mode .dk-spec-row,html.dark-mode .question-answer{background:#0f172a!important;border-color:rgba(255,255,255,.12)!important}html.dark-mode .product-question-card,html.dark-mode .product-question-form{background:#111827!important;border-color:rgba(255,255,255,.12)!important;color:#e5e7eb!important}html.dark-mode .question-head b{background:#1e3a8a!important;color:#dbeafe!important}html.dark-mode .product-question-card p,html.dark-mode .dk-spec-row strong{color:#f8fafc!important}
@media(max-width:900px){.dk-tab-bar{top:68px}.dk-tab-link{font-size:14px;padding:16px 18px}.dk-tab-panel{padding:18px}.dk-panel-title{display:block}.dk-panel-title h2{font-size:21px}.dk-spec-row{grid-template-columns:1fr;gap:6px}.product-qa-layout,.dk-inline-section .product-reviews-layout{grid-template-columns:1fr}.product-question-form,.dk-inline-section .reviews-summary-card{position:relative;top:auto}.product-question-form{order:-1}.dk-product-tabs{border-radius:20px;margin-top:20px}.product-rating-summary{display:flex}.dk-mini-rating{padding:6px 10px}}
#product-reviews-section .section-head h2{
  color:#111827!important;
  font-weight:950!important;
  letter-spacing:-.02em;
  text-shadow:none!important;
}
#product-reviews-section .section-head .eyebrow{
  color:#dc2626!important;
  font-weight:950!important;
}
html.dark-mode #product-reviews-section .section-head h2{
  color:#f8fafc!important;
}
html.dark-mode #product-reviews-section .section-head .eyebrow{
  color:#fca5a5!important;
}
.buy-row{
  grid-template-columns:120px minmax(0,1fr) 52px!important;
  align-items:center;
}
.save-product-heart{
  width:52px;
  height:52px;
  border-radius:18px;
  border:1px solid rgba(15,23,42,.12);
  background:#fff;
  color:#111827;
  display:inline-grid;
  place-items:center;
  cursor:pointer;
  box-shadow:0 12px 28px rgba(15,23,42,.07);
  transition:transform .18s ease, box-shadow .18s ease, color .18s ease, border-color .18s ease, background .18s ease;
}
.save-product-heart svg{width:22px;height:22px;display:block}
.save-product-heart:hover{transform:translateY(-2px);box-shadow:0 18px 34px rgba(15,23,42,.11);border-color:rgba(220,38,38,.28);color:#dc2626}
.save-product-heart.active{background:#fff1f2!important;color:#dc2626!important;border-color:rgba(220,38,38,.35)!important}
.save-product-heart.active svg{fill:currentColor!important}
html.dark-mode .save-product-heart{background:#111827!important;color:#f8fafc!important;border-color:rgba(255,255,255,.14)!important;box-shadow:0 16px 34px rgba(0,0,0,.30)!important}
html.dark-mode .save-product-heart:hover,html.dark-mode .save-product-heart.active{background:#2a1115!important;color:#fb7185!important;border-color:rgba(251,113,133,.45)!important}
.product-features{
  display:grid!important;
  grid-template-columns:repeat(3,minmax(0,1fr))!important;
  gap:12px!important;
  align-items:stretch;
}
.product-feature{
  min-height:92px;
  border:1px solid rgba(15,23,42,.10)!important;
  border-radius:22px!important;
  background:linear-gradient(180deg,#fff,#fafafa)!important;
  box-shadow:0 12px 34px rgba(15,23,42,.06)!important;
  padding:16px 10px!important;
  text-align:center!important;
  display:flex!important;
  flex-direction:column;
  justify-content:center;
  gap:6px;
  color:#64748b!important;
  line-height:1.7;
}
.product-feature b{
  color:#111827!important;
  font-size:14px!important;
  font-weight:950!important;
}
html.dark-mode .product-feature{background:#111827!important;border-color:rgba(255,255,255,.12)!important;color:#cbd5e1!important;box-shadow:0 16px 36px rgba(0,0,0,.28)!important}
html.dark-mode .product-feature b{color:#f8fafc!important}
.size-guide-panel{
  max-width:760px;
  margin:0 auto;
}
.size-guide-note{
  background:#fff7ed;
  color:#7c2d12!important;
  border:1px solid rgba(251,146,60,.22);
  border-radius:16px;
  padding:12px 16px!important;
  font-weight:800!important;
}
.size-guide-image{
  background:#f3f4f6!important;
  border:1px solid rgba(15,23,42,.08)!important;
  border-radius:18px!important;
  padding:14px!important;
  box-shadow:inset 0 0 0 1px rgba(255,255,255,.65);
}
.size-guide-image img{
  width:100%!important;
  max-height:360px!important;
  object-fit:contain!important;
  border-radius:16px!important;
  background:#fff!important;
  box-shadow:0 8px 24px rgba(15,23,42,.06);
}
.size-chart-table-wrap{
  overflow:auto;
  border:1px solid rgba(15,23,42,.10)!important;
  border-radius:18px!important;
  background:#fff!important;
  box-shadow:0 14px 34px rgba(15,23,42,.06)!important;
}
.size-chart-table{
  width:100%;
  min-width:520px;
  border-collapse:separate;
  border-spacing:0;
  direction:rtl;
  text-align:center;
}
.size-chart-table th{
  background:#f8fafc!important;
  color:#111827!important;
  font-weight:950!important;
  font-size:14px!important;
  padding:15px 16px!important;
  border-bottom:1px solid rgba(15,23,42,.08)!important;
  border-left:1px solid rgba(15,23,42,.06)!important;
  white-space:nowrap;
}
.size-chart-table td{
  background:#fff!important;
  color:#374151!important;
  font-weight:800!important;
  font-size:14px!important;
  padding:15px 16px!important;
  border-bottom:1px solid rgba(15,23,42,.06)!important;
  border-left:1px solid rgba(15,23,42,.06)!important;
}
.size-chart-table td:first-child,.size-chart-table th:first-child{
  color:#111827!important;
  font-weight:950!important;
}
.size-chart-table tbody tr:nth-child(even) td{background:#f9fafb!important}
.size-chart-table tbody tr:last-child td{border-bottom:0!important}
.size-chart-table th:last-child,.size-chart-table td:last-child{border-left:0!important}
html.dark-mode .size-guide-note{background:#2a1a0f!important;color:#fed7aa!important;border-color:rgba(251,146,60,.25)!important}
html.dark-mode .size-guide-image{background:#0f172a!important;border-color:rgba(226,232,240,.14)!important;box-shadow:none!important}
html.dark-mode .size-guide-image img{background:#111827!important;box-shadow:none!important}
html.dark-mode .size-chart-table-wrap{background:#111827!important;border-color:rgba(226,232,240,.14)!important;box-shadow:0 18px 45px rgba(0,0,0,.24)!important}
html.dark-mode .size-chart-table th{background:#1f2937!important;color:#f8fafc!important;border-color:rgba(226,232,240,.12)!important}
html.dark-mode .size-chart-table td{background:#111827!important;color:#e5e7eb!important;border-color:rgba(226,232,240,.10)!important}
html.dark-mode .size-chart-table td:first-child{color:#f8fafc!important}
html.dark-mode .size-chart-table tbody tr:nth-child(even) td{background:#151c28!important}

@media(max-width:780px){
  .buy-row{grid-template-columns:96px minmax(0,1fr) 46px!important;gap:8px!important}
  .save-product-heart{width:46px;height:46px;border-radius:15px}
  .save-product-heart svg{width:20px;height:20px}
  .product-features{grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:8px!important}
  .product-feature{min-height:82px!important;border-radius:18px!important;padding:12px 6px!important;font-size:10px!important}
  .product-feature b{font-size:12px!important;line-height:1.45!important}
}
@media(max-width:420px){
  .product-feature{font-size:9.5px!important;padding-inline:4px!important}
  .product-feature b{font-size:11px!important}
  .size-chart-table{min-width:500px}
}
.dk-spec-row.dk-spec-row-wide strong{white-space:normal;line-height:2.15;font-weight:750}
@media(min-width:901px){.dk-spec-row.dk-spec-row-wide{grid-template-columns:190px 1fr}}
.product-price-after-variants{
  margin:18px 0 8px!important;
  padding:14px 16px!important;
  border:1px solid rgba(15,23,42,.08)!important;
  border-radius:18px!important;
  background:linear-gradient(135deg,#fff,#f8fafc)!important;
}
.low-stock-warning{
  display:inline-flex;
  align-items:center;
  gap:8px;
  margin:6px 0 16px;
  padding:9px 13px;
  border-radius:999px;
  background:#fff7ed;
  color:#c2410c;
  border:1px solid rgba(249,115,22,.22);
  font-size:13px;
  font-weight:950;
}
.low-stock-warning::before{content:'⚠';font-size:15px}
html.dark-mode .product-price-after-variants{
  background:#111827!important;
  border-color:rgba(255,255,255,.13)!important;
}
html.dark-mode .low-stock-warning{
  background:#2a1a0f!important;
  color:#fed7aa!important;
  border-color:rgba(251,146,60,.28)!important;
}
.product-gallery{align-items:start}
.product-image-actions{
  position:absolute;
  left:14px;
  bottom:14px;
  z-index:4;
  display:flex;
  justify-content:flex-start;
  align-items:center;
  gap:10px;
  margin-top:0;
  direction:ltr;
}
.product-image-action{
  width:48px;
  height:48px;
  border-radius:16px;
  border:1px solid rgba(15,23,42,.12);
  background:var(--surface);
  color:var(--text);
  display:inline-grid;
  place-items:center;
  cursor:pointer;
  box-shadow:0 12px 28px rgba(15,23,42,.07);
  transition:transform .18s ease,box-shadow .18s ease,color .18s ease,border-color .18s ease,background .18s ease;
}
.product-image-action svg{width:21px;height:21px;display:block}
.product-image-action:hover{transform:translateY(-2px);box-shadow:0 18px 34px rgba(15,23,42,.11)}
.share-product-btn:hover{color:#2563eb;border-color:rgba(37,99,235,.28)}
.product-summary .buy-row{grid-template-columns:120px minmax(0,1fr)!important;align-items:center}
.product-mobile-buy-bar{direction:ltr}
.mobile-buy-price{min-width:112px;display:grid;gap:6px;direction:rtl;text-align:right;align-content:center}
.mobile-buy-price-top{display:flex;align-items:center;gap:8px;flex-wrap:wrap;direction:rtl}
.mobile-old-price{font-size:16px;color:#9ca3af;text-decoration:line-through;text-decoration-thickness:2px;text-decoration-color:#9ca3af;font-weight:800;line-height:1;order:2}
.mobile-discount-badge{display:inline-flex;align-items:center;justify-content:center;min-width:58px;height:30px;padding:0 12px;border-radius:999px;background:#ef4444;color:#fff;font-weight:950;font-size:14px;box-shadow:0 10px 18px rgba(239,68,68,.22);order:1}
.mobile-current-price{display:flex;align-items:flex-end;gap:7px;line-height:1}
.mobile-current-price b{font-size:25px;font-weight:1000;color:#111827;letter-spacing:-.5px}
.mobile-currency-label{font-size:16px;font-weight:900;color:#475569;transform:translateY(-2px)}
.mobile-product-qty-wrap{
  display:flex;
  align-items:center;
  justify-content:center;
  gap:0;
  border:1px solid var(--border);
  border-radius:20px;
  overflow:hidden;
  background:var(--soft);
  min-width:98px;
  height:56px;
}
.mobile-product-qty-wrap.hidden{display:none!important}
.mobile-product-qty-wrap button{
  width:34px;
  height:56px;
  border:0;
  background:transparent;
  color:var(--text);
  font-size:24px;
  font-weight:950;
  cursor:pointer;
}
.mobile-product-qty-wrap span{
  min-width:30px;
  text-align:center;
  font-weight:950;
  color:var(--text);
  font-size:18px;
}
html.dark-mode .product-image-action{background:#111827!important;color:#f8fafc!important;border-color:rgba(255,255,255,.14)!important;box-shadow:0 16px 34px rgba(0,0,0,.30)!important}
html.dark-mode .save-product-heart.active{background:#2a1115!important;color:#fb7185!important;border-color:rgba(251,113,133,.45)!important}
html.dark-mode .share-product-btn:hover{background:#0f1f3a!important;color:#93c5fd!important;border-color:rgba(147,197,253,.38)!important}
html.dark-mode .mobile-current-price b{color:#f8fafc!important}
html.dark-mode .mobile-old-price{color:#94a3b8!important;text-decoration-color:#94a3b8}
html.dark-mode .mobile-currency-label{color:#cbd5e1!important}
html.dark-mode .product-mobile-buy-bar{background:#171a21!important;border-color:rgba(255,255,255,.12)!important;box-shadow:0 22px 55px rgba(0,0,0,.38)!important}
html.dark-mode .mobile-product-qty-wrap{background:#111827!important;border-color:rgba(255,255,255,.13)!important}
@media(max-width:780px){
  #product-detail .product-summary .product-price-after-variants,#product-detail .product-summary .buy-row{display:none!important}
  .product-detail{padding-bottom:122px!important}
  .product-image-actions{justify-content:flex-start;left:12px;bottom:12px;margin-top:0}
  .product-image-action{width:44px;height:44px;border-radius:15px}
  .product-image-action svg{width:20px;height:20px}
  .product-mobile-buy-bar{display:grid!important;grid-template-columns:minmax(126px,.9fr) auto minmax(145px,1.05fr);align-items:center;gap:10px;padding:12px 14px;border-radius:30px;background:#fff;border:1px solid rgba(15,23,42,.08);box-shadow:0 22px 55px rgba(15,23,42,.18)}
  .product-mobile-buy-bar .btn{grid-column:3;width:100%;max-width:150px;justify-self:end;min-height:48px;padding:10px 13px;white-space:nowrap;border-radius:17px;font-size:12px;font-weight:950;box-shadow:0 12px 24px rgba(244,63,94,.24)}
  .mobile-buy-price{grid-column:1}
  .mobile-product-qty-wrap{grid-column:2}
}
@media(max-width:390px){
  .product-mobile-buy-bar{grid-template-columns:minmax(112px,.88fr) auto minmax(126px,.92fr);gap:8px;left:8px;right:8px;bottom:8px;padding:10px 11px;border-radius:24px}
  .mobile-current-price b{font-size:21px}
  .mobile-currency-label{font-size:14px}
  .mobile-discount-badge{min-width:50px;height:28px;font-size:13px;padding-inline:10px}
  .mobile-old-price{font-size:15px}
  .mobile-product-qty-wrap{min-width:84px;height:50px}
  .mobile-product-qty-wrap button{width:28px;height:50px;font-size:22px}
  .product-mobile-buy-bar .btn{font-size:11px;max-width:132px;min-height:42px;padding-inline:8px;border-radius:16px}
}
@media(min-width:781px){.product-mobile-buy-bar{display:none!important}}
.product-gallery-breadcrumbs{
  grid-column:1/-1;
  margin:0 0 6px;
  align-self:start;
}
.product-title-row{
  display:block;
}
.product-title-row .product-rating-summary{
  margin-top:8px;
}
.product-color-group{
  margin-top:18px;
}
@media(max-width:780px){
  .product-gallery-breadcrumbs{
    order:-2;
    margin:0 0 10px;
    font-size:12px;
    overflow-x:auto;
    white-space:nowrap;
    -webkit-overflow-scrolling:touch;
  }
  .product-title-row{
    display:flex;
    align-items:flex-start;
    justify-content:space-between;
    gap:10px;
    direction:rtl;
    margin:12px 0 8px;
  }
  .product-title-row h1{
    margin:0!important;
    flex:1 1 auto;
    min-width:0;
    font-size:28px!important;
    line-height:1.45!important;
  }
  .product-title-row .product-rating-summary{
    margin:2px 0 0!important;
    flex:0 0 auto;
    order:2;
  }
  .product-title-row .dk-mini-rating{
    padding:5px 8px;
    gap:4px;
    white-space:nowrap;
  }
  .product-title-row .dk-mini-rating-count{
    display:none;
  }
  .product-title-row .dk-mini-rating-score,.product-title-row .dk-mini-rating-star{
    font-size:12px;
  }
}
.product-image-action{background:rgba(255,255,255,.94);backdrop-filter:blur(10px)}
html.dark-mode .product-image-action{background:rgba(17,24,39,.92)!important}
@media(max-width:780px){.product-image-actions{left:12px!important;bottom:12px!important}.product-image-action{box-shadow:0 10px 24px rgba(15,23,42,.14)}}
.product-gallery{grid-template-columns:1fr!important}
.product-gallery .main-product-image{grid-row:auto}
.product-gallery .gallery-thumbs{display:flex!important;gap:10px;overflow-x:auto;order:3;padding-bottom:4px}
.product-gallery .gallery-thumb{flex:0 0 82px;width:82px}
.variant-group strong{font-size:16px!important;line-height:1.8}
@media(max-width:780px){.product-gallery .gallery-thumb{flex-basis:68px;width:68px}.product-mobile-buy-bar .btn{max-width:150px;justify-self:end}.mobile-old-price{font-size:15px!important}}
.dk-tab-panel{
  padding-top: 72px !important;
  scroll-margin-top: 130px !important;
}
.dk-panel-title{
  margin-top: 22px !important;
  margin-bottom: 30px !important;
}
.dk-spec-table,.product-reviews-section,#product-questions-panel,.size-guide-content,.size-guide-table,.dk-tab-panel > *:first-child{
  margin-top: 18px !important;
}
.dk-tabs{
  overflow: visible !important;
}
@media(max-width:780px){
  .dk-tab-panel{
    padding-top: 82px !important;
    scroll-margin-top: 150px !important;
  }
  .dk-panel-title{
    margin-top: 26px !important;
    margin-bottom: 32px !important;
  }
  .dk-spec-table,.product-reviews-section,#product-questions-panel,.size-guide-content,.size-guide-table,.dk-tab-panel > *:first-child{
    margin-top: 22px !important;
  }
}
#bank-gateway-slot{
  display:none!important;
}
.product-card .product-category,.clean-product-card .product-category{
  display:none!important;
}
.price-old .mobile-currency-label,.price-old [class*="currency"]{
  display:none!important;
}
@media(max-width:780px){
  .product-card .product-category,.clean-product-card .product-category{
    display:none!important;
  }
  .clean-price-row,.price-row{
    max-width:100%;
    flex-wrap:wrap;
  }
}
.product-summary .product-features{
  display:none!important;
}
.dk-product-tabs{
  margin-top:0!important;
}
.dk-tab-bar{
  margin-top:0!important;
}
.product-detail .dk-product-tabs{
  grid-column:1/-1;
}
.dk-product-tabs + .product-features,#product-dk-tabs + .product-features{
  grid-column:1/-1;
  margin-top:16px!important;
  display:grid!important;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:12px;
}
.site-footer .footer-grid{
  grid-template-columns:repeat(5,minmax(0,1fr))!important;
  gap:30px!important;
  align-items:start;
}
.site-footer .footer-grid > div{
  min-width:0;
}
@media(max-width:780px){
  .dk-product-tabs{
    margin-top:0!important;
  }
  .dk-tab-bar{
    margin-top:0!important;
  }
  .dk-tab-link{
    padding-top:14px!important;
    padding-bottom:14px!important;
  }
  .dk-product-tabs + .product-features,#product-dk-tabs + .product-features{
    grid-template-columns:repeat(3,minmax(0,1fr))!important;
    gap:10px!important;
    margin-top:14px!important;
  }
  .site-footer .footer-grid{
    display:grid!important;
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
    gap:26px 18px!important;
  }
  .site-footer .footer-grid > div{
    width:100%!important;
  }
  .site-footer .footer-title{
    font-size:13px!important;
    line-height:1.7!important;
  }
  .site-footer .footer-links,.site-footer .footer-contact{
    font-size:12px!important;
    gap:8px!important;
  }
}
@media(max-width:380px){
  .site-footer .footer-grid{
    gap:22px 14px!important;
  }
}
.dk-product-tabs + .product-features,#product-dk-tabs + .product-features{
  display:grid!important;
  grid-template-columns:repeat(3,minmax(0,1fr))!important;
  gap:12px!important;
  direction:ltr!important;
  align-items:stretch!important;
}
.dk-product-tabs + .product-features .product-feature,#product-dk-tabs + .product-features .product-feature{
  direction:rtl!important;
  min-width:0!important;
}
@media(max-width:780px){
  .dk-product-tabs + .product-features,#product-dk-tabs + .product-features{
    grid-template-columns:repeat(3,minmax(0,1fr))!important;
    gap:8px!important;
  }
  .dk-product-tabs + .product-features .product-feature,#product-dk-tabs + .product-features .product-feature{
    padding:9px 6px!important;
    font-size:10px!important;
    line-height:1.55!important;
  }
  .dk-product-tabs + .product-features .product-feature b,#product-dk-tabs + .product-features .product-feature b{
    font-size:10.5px!important;
    line-height:1.6!important;
  }
}
@media(max-width:380px){
  .dk-product-tabs + .product-features,#product-dk-tabs + .product-features{
    gap:6px!important;
  }
  .dk-product-tabs + .product-features .product-feature,#product-dk-tabs + .product-features .product-feature{
    padding:8px 4px!important;
    font-size:9.5px!important;
  }
}
@media(max-width:780px){
  .size-chart-table-wrap{
    overflow-x:hidden!important;
  }
}
.page-hero #shop-fast-links,#shop-fast-links,#shop-trust-strip,.shop-trust-strip{
  display:none!important;
}
body[data-page="shop"] .page-hero p{
  display:none!important;
}
.sort-control select,.sort-control select option{
  background:#fff!important;
  color:#111827!important;
}
html.dark-mode .sort-control select{
  background:#111827!important;
  color:#f8fafc!important;
  border-color:rgba(255,255,255,.16)!important;
}
html.dark-mode .sort-control select option{
  background:#111827!important;
  color:#f8fafc!important;
}
body[data-page="product"] main > .section.container:first-child{
  padding-bottom:0!important;
  margin-bottom:0!important;
}
body[data-page="product"] .section-soft{
  padding-top:18px!important;
  margin-top:0!important;
}
body[data-page="product"] #product-dk-tabs + .product-features,body[data-page="product"] .dk-product-tabs + .product-features{
  margin-bottom:0!important;
}
.size-chart-table.dynamic-size-chart{
  min-width:0!important;
  width:100%!important;
}
.size-chart-table.dynamic-size-chart th,.size-chart-table.dynamic-size-chart td{
  white-space:normal!important;
  word-break:break-word;
}
@media(max-width:780px){
  body[data-page="shop"] .page-hero{
    padding-bottom:30px!important;
  }
  body[data-page="shop"] .shop-toolbar{
    display:grid!important;
    grid-template-columns:1fr!important;
    gap:10px!important;
  }
  body[data-page="shop"] .sort-control{
    width:100%!important;
    justify-content:space-between!important;
  }
  body[data-page="shop"] .sort-control select{
    flex:1!important;
    min-width:0!important;
    max-width:100%!important;
  }
  body[data-page="product"] .section-soft{
    padding-top:14px!important;
  }
}
#home-brand-spot,.home-brand-spot{
  display:none!important;
}
#result-count{
  display:none!important;
}
.shop-toolbar{
  direction:ltr!important;
}
.shop-toolbar > div{
  direction:rtl!important;
}
.sort-control{
  margin-inline-start:auto!important;
  margin-inline-end:0!important;
  direction:rtl!important;
}
.dk-mini-rating{
  transform:scale(1.2);
  transform-origin:center left;
}
.dk-mini-rating:hover{
  transform:scale(1.2) translateY(-1px)!important;
}
.dk-mini-rating-score{
  font-size:16px!important;
}
.dk-mini-rating-star{
  font-size:16px!important;
}
.dk-mini-rating-count{
  font-size:13px!important;
}
.cart-view-prompt{
  position:fixed;
  left:18px;
  right:18px;
  bottom:22px;
  z-index:120;
  max-width:560px;
  margin-inline:auto;
  display:grid;
  grid-template-columns:auto minmax(0,1fr) auto auto;
  gap:12px;
  align-items:center;
  background:rgba(17,24,39,.96);
  color:#fff;
  border:1px solid rgba(255,255,255,.12);
  border-radius:24px;
  padding:12px 12px 12px 16px;
  box-shadow:0 24px 70px rgba(15,23,42,.28);
  opacity:0;
  transform:translateY(18px) scale(.98);
  transition:.22s ease;
  backdrop-filter:blur(16px);
}
.cart-view-prompt.show{
  opacity:1;
  transform:translateY(0) scale(1);
}
.cart-view-prompt-icon{
  width:46px;
  height:46px;
  border-radius:17px;
  display:grid;
  place-items:center;
  background:var(--accent);
  color:#fff;
}
.cart-view-prompt-icon svg{
  width:22px;
  height:22px;
}
.cart-view-prompt-text{
  display:grid;
  gap:1px;
  min-width:0;
}
.cart-view-prompt-text b{
  font-size:14px;
  line-height:1.7;
}
.cart-view-prompt-text span{
  font-size:12px;
  color:rgba(255,255,255,.72);
  line-height:1.7;
}
.cart-view-prompt-btn{
  white-space:nowrap;
  border-radius:16px;
  background:#fff;
  color:#111827;
  padding:10px 14px;
  font-size:12px;
  font-weight:950;
}
.cart-view-prompt-close{
  width:34px;
  height:34px;
  border:0;
  border-radius:14px;
  background:rgba(255,255,255,.1);
  color:#fff;
  font-size:20px;
  line-height:1;
}
@media(max-width:780px){
  .shop-toolbar{
    direction:ltr!important;
    display:grid!important;
    grid-template-columns:1fr!important;
    gap:10px!important;
  }
  .sort-control{
    justify-self:start!important;
    width:min(100%,260px)!important;
    margin-inline-start:0!important;
    margin-inline-end:auto!important;
  }
  .sort-control select{
    width:100%!important;
    min-width:0!important;
  }
  .dk-mini-rating{
    transform:scale(1.2);
    transform-origin:center left;
  }
  .cart-view-prompt{
    left:10px;
    right:10px;
    bottom:calc(12px + env(safe-area-inset-bottom));
    grid-template-columns:auto minmax(0,1fr) auto;
    border-radius:20px;
    padding:10px;
    gap:9px;
  }
  .cart-view-prompt-text span{
    display:none;
  }
  .cart-view-prompt-icon{
    width:40px;
    height:40px;
    border-radius:14px;
  }
  .cart-view-prompt-btn{
    padding:9px 11px;
    border-radius:14px;
    font-size:11px;
  }
  .cart-view-prompt-close{
    position:absolute;
    top:-10px;
    left:-4px;
    width:28px;
    height:28px;
    font-size:17px;
    background:#111827;
    border:1px solid rgba(255,255,255,.16);
  }
}
.sort-control,.sort-control *{
  color:#111827!important;
}
.sort-control select{
  background:#fff!important;
  color:#111827!important;
  font-size:14px!important;
  font-weight:950!important;
  line-height:1.7!important;
  opacity:1!important;
  -webkit-text-fill-color:#111827!important;
}
.sort-control select option{
  background:#fff!important;
  color:#111827!important;
  font-size:14px!important;
  font-weight:800!important;
}
html.dark-mode .sort-control,html.dark-mode .sort-control *{
  color:#f8fafc!important;
  -webkit-text-fill-color:#f8fafc!important;
}
html.dark-mode .sort-control select,html.dark-mode .sort-control select option{
  background:#111827!important;
  color:#f8fafc!important;
  -webkit-text-fill-color:#f8fafc!important;
}
.product-reviews-section .eyebrow{
  display:none!important;
}
.customer-review-head.no-avatar,.customer-review-head{
  gap:0!important;
}
.clean-product-card .card-add-btn,.product-card .card-add-btn{
  background:var(--accent)!important;
  color:#fff!important;
  box-shadow:0 12px 26px color-mix(in srgb,var(--accent) 28%,transparent)!important;
}
.clean-product-card .card-add-btn:hover,.product-card .card-add-btn:hover{
  background:#e11d48!important;
  color:#fff!important;
  box-shadow:0 16px 34px rgba(225,29,72,.28)!important;
}
@media(max-width:780px){
  .sort-control select{
    font-size:14px!important;
    min-height:44px!important;
  }
  .clean-product-card .card-add-btn,.product-card .card-add-btn{
    min-height:42px!important;
  }
  body[data-page="home"] .category-grid,body[data-page="home"] #category-grid{
    display:grid!important;
    grid-template-columns:repeat(4,minmax(0,1fr))!important;
    gap:8px!important;
  }
  body[data-page="home"] .category-card{
    height:92px!important;
    min-height:92px!important;
    border-radius:16px!important;
  }
  body[data-page="home"] .category-card:after{
    background:linear-gradient(0deg,rgba(0,0,0,.62),rgba(0,0,0,.1) 70%)!important;
  }
  body[data-page="home"] .category-card-content{
    right:6px!important;
    left:6px!important;
    bottom:7px!important;
    text-align:center!important;
  }
  body[data-page="home"] .category-card h3{
    font-size:10.5px!important;
    line-height:1.35!important;
    margin:0!important;
    white-space:nowrap!important;
    overflow:hidden!important;
    text-overflow:ellipsis;
  }
  body[data-page="home"] .category-card p{
    display:none!important;
  }
  body[data-page="home"] .category-arrow{
    width:22px!important;
    height:22px!important;
    left:6px!important;
    top:6px!important;
    font-size:11px!important;
  }
  body[data-page="home"] .category-card img{
    object-fit:cover!important;
  }
}
@media(max-width:390px){
  body[data-page="home"] .category-grid,body[data-page="home"] #category-grid{
    gap:6px!important;
  }
  body[data-page="home"] .category-card{
    height:82px!important;
    min-height:82px!important;
    border-radius:14px!important;
  }
  body[data-page="home"] .category-card h3{
    font-size:9.5px!important;
  }
  body[data-page="home"] .category-arrow{
    width:20px!important;
    height:20px!important;
    font-size:10px!important;
  }
}
#footer-quick-links{
  display:none!important;
}
@media(max-width:780px){
  .site-footer .footer-grid{
    display:grid!important;
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
    gap:24px 18px!important;
    align-items:start!important;
  }
  .site-footer .footer-grid > div{
    width:100%!important;
    min-width:0!important;
  }
  .site-footer #footer-social-panel,.site-footer #footer-trust-links{
    grid-column:auto!important;
  }
  .product-mobile-buy-bar{
    direction:ltr!important;
  }
  .product-mobile-buy-bar .mobile-buy-price{
    grid-column:1!important;
    justify-self:start!important;
    align-self:center!important;
    margin-inline-start:0!important;
    margin-inline-end:auto!important;
    text-align:left!important;
    direction:ltr!important;
    min-width:0!important;
    width:max-content!important;
    max-width:128px!important;
  }
  .product-mobile-buy-bar .mobile-buy-price-top{
    justify-content:flex-start!important;
    direction:ltr!important;
    text-align:left!important;
    width:100%!important;
  }
  .product-mobile-buy-bar .mobile-current-price{
    justify-content:flex-start!important;
    direction:ltr!important;
    text-align:left!important;
  }
  .product-mobile-buy-bar .mobile-current-price b,.product-mobile-buy-bar .mobile-currency-label{
    direction:rtl!important;
  }
}
@media(max-width:390px){
  .site-footer .footer-grid{
    gap:22px 14px!important;
  }
  .product-mobile-buy-bar .mobile-buy-price{
    max-width:118px!important;
  }
}
body[data-page="home"] .product-card .product-name,body[data-page="home"] .clean-product-card .product-name{
  font-size:19.2px!important;
  line-height:1.55!important;
}
@media(max-width:780px){
  body[data-page="home"] .product-card .product-name,body[data-page="home"] .clean-product-card .product-name{
    font-size:18px!important;
    line-height:1.55!important;
  }
}
@media(max-width:390px){
  body[data-page="home"] .product-card .product-name,body[data-page="home"] .clean-product-card .product-name{
    font-size:17px!important;
  }
}
.fashion-hero{
  background-image:var(--hero-desktop)!important;
  background-size:cover!important;
  background-position:center!important;
}
@media(max-width:780px){
  .fashion-hero{
    background-image:var(--hero-mobile,var(--hero-desktop))!important;
    background-position:center top!important;
  }
}
@media(prefers-reduced-motion:reduce){*,*::before,*::after{animation:none!important;transition:none!important;scroll-behavior:auto!important}}
.zorella-loader{position:fixed;inset:0;z-index:9999;display:grid;place-items:center;background:rgba(255,255,255,.96);backdrop-filter:blur(14px);transition:.38s ease}
.zorella-loader.hide{opacity:0;pointer-events:none}
.zorella-loader div{display:grid;gap:14px;place-items:center}
.zorella-loader b{font-size:28px;letter-spacing:5px;text-transform:lowercase;color:#111827;font-weight:1000}
.zorella-loader span{width:96px;height:4px;border-radius:99px;background:linear-gradient(90deg,#ef4444,#f59e0b,#ef4444);background-size:220% 100%;animation:zorellaLoad 1s linear infinite}
@keyframes zorellaLoad{to{background-position:220% 0}}
.fashion-hero{overflow:hidden;position:relative}
.fashion-hero::before{content:"";position:absolute;inset:-8px;background:inherit;background-size:cover;background-position:center;z-index:0;animation:zorellaHeroZoom 12s ease-in-out infinite alternate;transform-origin:center}
.fashion-hero>*{position:relative;z-index:1}
@keyframes zorellaHeroZoom{from{transform:scale(1)}to{transform:scale(1.055)}}
.zorella-reveal{opacity:0;transform:translateY(22px);transition:opacity .58s ease,transform .58s cubic-bezier(.2,.8,.2,1);transition-delay:var(--reveal-delay,0ms)}
.zorella-reveal.is-visible{opacity:1;transform:none}
body[data-page="home"] .category-card{transform-origin:center bottom}
body[data-page="home"] .category-card.zorella-reveal{transform:translateY(16px) scale(.94)}
body[data-page="home"] .category-card.zorella-reveal.is-visible{transform:translateY(0) scale(1)}
.product-card,.clean-product-card{will-change:transform}
.product-card:hover,.clean-product-card:hover{transform:translateY(-7px)}
.product-card img,.clean-product-card img,.card-slide{transition:transform .55s ease,opacity .34s ease,filter .34s ease}
.product-card:hover img,.clean-product-card:hover .card-slide.active{transform:scale(1.055)}
.clean-product-card .card-slide{opacity:0;transform:scale(1.015)}
.clean-product-card .card-slide.active{opacity:1;transform:scale(1)}
.clean-product-card .card-add-btn,.product-card .card-add-btn,#add-product,#mobile-add-product,[data-modal-add]{transition:transform .2s ease,background .25s ease,box-shadow .25s ease,color .25s ease}
.clean-product-card .card-add-btn:hover,.product-card .card-add-btn:hover,#add-product:hover,#mobile-add-product:hover,[data-modal-add]:hover{transform:translateY(-2px)}
.clean-product-card .card-add-btn.is-added,.product-card .card-add-btn.is-added,#add-product.is-added,#mobile-add-product.is-added,[data-modal-add].is-added,.quick-add.is-added{background:#16a34a!important;color:#fff!important;box-shadow:0 14px 32px rgba(22,163,74,.26)!important}
.zorella-fireworks{position:fixed;z-index:9998;width:1px;height:1px;pointer-events:none}
.zorella-fireworks i{position:absolute;left:0;top:0;width:7px;height:7px;border-radius:999px;background:var(--c);box-shadow:0 0 18px var(--c);animation:zorellaSpark .78s ease-out forwards}
@keyframes zorellaSpark{0%{opacity:1;transform:translate(0,0) scale(.6)}75%{opacity:1}100%{opacity:0;transform:translate(var(--x),var(--y)) scale(.1)}}
.zorella-fly-img{position:fixed;z-index:9997;object-fit:cover;border-radius:20px;pointer-events:none;box-shadow:0 18px 40px rgba(15,23,42,.22);animation:zorellaFly .88s cubic-bezier(.2,.8,.2,1) forwards}
@keyframes zorellaFly{45%{transform:translate(calc(var(--tx)*.45),calc(var(--ty)*.45 - 80px)) scale(.72);opacity:.92}100%{transform:translate(var(--tx),var(--ty)) scale(.12);opacity:0}}
.cart-bump{animation:zorellaCartBump .75s cubic-bezier(.34,1.56,.64,1)}
@keyframes zorellaCartBump{0%,100%{transform:translateY(0) scale(1)}25%{transform:translateY(-3px) scale(1.14) rotate(-6deg)}55%{transform:translateY(1px) scale(.96) rotate(5deg)}}
.wish-pop{animation:zorellaWishPop .78s ease}
.wish-pop::after{content:"";position:absolute;inset:-8px;border-radius:999px;border:2px solid currentColor;opacity:.35;animation:zorellaWishRing .78s ease forwards}
@keyframes zorellaWishPop{0%,100%{transform:scale(1)}35%{transform:scale(1.22)}65%{transform:scale(.96)}}
@keyframes zorellaWishRing{to{transform:scale(1.8);opacity:0}}
.dk-tab-panel{opacity:0;transform:translateY(10px);transition:opacity .28s ease,transform .28s ease}
.dk-tab-panel.active,.dk-tab-panel.tab-animated{opacity:1;transform:none}
.dk-tab-panel.tab-animated{animation:zorellaTabFade .34s ease}
@keyframes zorellaTabFade{from{opacity:0;transform:translateY(12px)}to{opacity:1;transform:none}}
.size-tab-animated .size-chart-table,.size-tab-animated .size-guide-image{animation:zorellaSizeRise .48s ease both}
@keyframes zorellaSizeRise{from{opacity:0;transform:translateY(16px) scale(.98)}to{opacity:1;transform:none}}
.price-current,.mobile-current-price,.sale-percent,.mobile-discount-badge,.clean-sale-percent{animation:zorellaPricePulse 3.8s ease-in-out infinite}
@keyframes zorellaPricePulse{0%,82%,100%{filter:none;transform:scale(1)}88%{filter:brightness(1.06);transform:scale(1.025)}}
.success-card,.success-tracking{animation:zorellaSuccessIn .58s ease both}
@keyframes zorellaSuccessIn{from{opacity:0;transform:translateY(18px) scale(.98)}to{opacity:1;transform:none}}
.card-slide-nav,.card-slide-dots button{transition:transform .2s ease,background .25s ease,width .25s ease,opacity .25s ease}
.card-slide-nav:hover{transform:translateY(-50%) scale(1.08)}
.cart-view-prompt{animation:zorellaPromptGlow .42s ease}
@keyframes zorellaPromptGlow{from{box-shadow:0 0 0 rgba(239,68,68,0)}to{box-shadow:0 24px 70px rgba(15,23,42,.28)}}
@media(max-width:780px){
  .zorella-loader b{font-size:22px;letter-spacing:4px}
  .zorella-fireworks i{width:5px;height:5px}
  .fashion-hero::before{animation-duration:16s}
  .product-card:hover,.clean-product-card:hover{transform:none}
}
.price-current,.mobile-current-price,.sale-percent,.mobile-discount-badge,.clean-sale-percent{
  animation:zorellaPricePulseStrong 2.9s ease-in-out infinite!important;
}
@keyframes zorellaPricePulseStrong{
  0%,68%,100%{
    filter:none;
    transform:scale(1);
    box-shadow:none;
  }
  78%{
    filter:brightness(1.12) saturate(1.12);
    transform:scale(1.045);
  }
  88%{
    filter:brightness(1.18) saturate(1.18);
    transform:scale(1.07);
    text-shadow:0 0 14px rgba(239,68,68,.16);
  }
}
.mobile-discount-badge,.sale-percent,.clean-sale-percent{
  transform-origin:center!important;
}
.price-current,.mobile-current-price{
  transform-origin:right center!important;
}
@media(max-width:780px){
  @keyframes zorellaPricePulseStrong{
    0%,70%,100%{
      filter:none;
      transform:scale(1);
      box-shadow:none;
    }
    82%{
      filter:brightness(1.14) saturate(1.12);
      transform:scale(1.04);
    }
    90%{
      filter:brightness(1.18) saturate(1.18);
      transform:scale(1.055);
    }
  }
}
.site-footer .footer-language{
  display:flex;
  flex-direction:column;
  align-items:flex-start;
  gap:9px;
  margin-top:16px;
  padding-top:15px;
  border-top:1px solid rgba(255,255,255,.12);
}
.site-footer .footer-language > span{
  color:#d4d4d8;
  font-size:12px;
  font-weight:800;
}
.site-footer .footer-lang-switch{
  min-width:92px;
  height:38px;
  padding:0 14px;
  border-color:rgba(255,255,255,.22);
  background:rgba(255,255,255,.08);
  color:#fff;
  cursor:pointer;
  transition:.2s ease;
}
.site-footer .footer-lang-switch:hover{
  background:#fff;
  color:#111;
  border-color:#fff;
}
html.dark-mode .site-footer .footer-lang-switch{
  background:rgba(255,255,255,.08);
  color:#fff;
  border-color:rgba(255,255,255,.22);
}
html.dark-mode .site-footer .footer-lang-switch:hover{
  background:#fff;
  color:#111;
}
@media(max-width:780px){
  .site-footer .footer-language{
    margin-top:13px;
    padding-top:12px;
  }
  .site-footer .footer-lang-switch{
    height:36px;
    min-width:84px;
    font-size:11px;
  }
}
.nav-category-group{position:relative;display:flex;align-items:center;min-width:0}
.nav-category-group>.nav-parent-link{display:inline-flex;align-items:center;white-space:nowrap}
.nav-submenu-toggle{width:22px;height:28px;border:0;background:transparent;color:var(--muted);display:grid;place-items:center;padding:0;font-size:15px;transition:.2s}
.nav-category-group:hover>.nav-submenu-toggle{color:var(--accent);transform:translateY(1px)}
.nav-submenu,.nav-mega-menu{position:absolute;top:calc(100% + 15px);right:0;z-index:999;background:var(--surface);border:1px solid var(--border);box-shadow:0 24px 60px rgba(15,23,42,.16);border-radius:18px;padding:10px;opacity:0;visibility:hidden;transform:translateY(9px);transition:.2s;pointer-events:none}
.nav-submenu:before,.nav-mega-menu:before{content:"";position:absolute;right:0;left:0;top:-18px;height:20px}
.nav-category-group:hover>.nav-submenu,.nav-category-group:focus-within>.nav-submenu,.nav-category-group:hover>.nav-mega-menu,.nav-category-group:focus-within>.nav-mega-menu{opacity:1;visibility:visible;transform:translateY(0);pointer-events:auto}
.nav-submenu{width:260px;display:grid;gap:4px}
.nav-submenu a{display:grid;grid-template-columns:42px 1fr;align-items:center;gap:10px;padding:8px!important;border-radius:12px;transition:.18s}
.nav-submenu a:hover{background:var(--soft);color:var(--accent)}
.nav-submenu a:after,.nav-mega-menu a:after{display:none!important}
.nav-submenu img{width:42px;height:42px;border-radius:11px;object-fit:cover;background:var(--soft)}
.nav-mega-menu{right:-230px;width:min(760px,82vw);display:grid;grid-template-columns:repeat(4,minmax(130px,1fr));gap:18px;padding:22px}
.mega-category-column{display:grid;align-content:start;gap:7px;min-width:0}
.mega-category-column a{padding:4px 0!important;font-size:12px;color:var(--muted)}
.mega-category-column .mega-parent{font-size:14px;color:var(--text);font-weight:900;padding-bottom:9px!important;border-bottom:1px solid var(--border)}
.mega-category-column a:hover{color:var(--accent)}
#nav-overlay{display:none}

.filter-category-group{display:grid;gap:4px}
.filter-subcategory-list{display:flex;flex-wrap:wrap;gap:6px;padding:2px 25px 6px 0}
.filter-subcategory-list button{border:1px solid var(--border);background:var(--soft);color:var(--muted);border-radius:999px;padding:4px 9px;font-size:10px;cursor:pointer}
.filter-subcategory-list button.active,.filter-subcategory-list button:hover{background:var(--primary);border-color:var(--primary);color:#fff}

.subcategory-strip{margin:0 0 24px;border:1px solid var(--border);background:linear-gradient(180deg,var(--surface),color-mix(in srgb,var(--surface) 88%,var(--soft)));border-radius:22px;padding:18px;overflow:hidden}
.subcategory-chip{flex:0 0 auto;min-width:185px;max-width:230px;height:72px;display:grid;grid-template-columns:54px 1fr 20px;align-items:center;gap:10px;border:1px solid var(--border);border-radius:999px;padding:8px 10px;background:var(--surface);color:var(--text);text-align:right;box-shadow:0 8px 22px rgba(15,23,42,.055);scroll-snap-align:start;transition:.2s}
.subcategory-chip:hover{transform:translateY(-2px);border-color:color-mix(in srgb,var(--accent) 40%,var(--border));box-shadow:0 13px 28px rgba(15,23,42,.1)}
.subcategory-chip.active{border-color:var(--accent);box-shadow:0 0 0 2px color-mix(in srgb,var(--accent) 12%,transparent)}
.subcategory-chip b{font-size:13px;line-height:1.55;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.subcategory-chip i{font-style:normal;color:var(--muted);font-size:24px;line-height:1}
.subcategory-chip.active i{color:var(--accent)}

.categories-page-hero{background:radial-gradient(circle at 15% 20%,color-mix(in srgb,var(--accent) 11%,transparent),transparent 34%),var(--soft)}
.categories-directory-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:22px}
.categories-directory-card{display:grid;grid-template-columns:220px 1fr;min-height:360px;border:1px solid var(--border);border-radius:28px;background:var(--surface);overflow:hidden;box-shadow:0 18px 45px rgba(15,23,42,.055)}
.categories-directory-cover{position:relative;min-height:100%;overflow:hidden;background:var(--soft)}
.categories-directory-cover:after{content:"";position:absolute;inset:0;background:linear-gradient(0deg,rgba(0,0,0,.42),transparent 62%)}
.categories-directory-cover img{width:100%;height:100%;object-fit:cover;transition:.45s}
.categories-directory-card:hover .categories-directory-cover img{transform:scale(1.045)}
.categories-directory-cover>span{position:absolute;z-index:2;right:14px;bottom:14px;border:1px solid rgba(255,255,255,.32);background:rgba(17,17,17,.58);backdrop-filter:blur(8px);color:#fff;border-radius:999px;padding:6px 11px;font-size:10px;font-weight:800}
.categories-directory-body{padding:23px;min-width:0}
.categories-directory-title{display:flex;align-items:center;justify-content:space-between;gap:12px}
.categories-directory-title small{display:block;color:var(--accent);font-size:10px;font-weight:900}
.categories-directory-title h2{font-size:25px;margin:3px 0 0}
.directory-arrow{width:42px;height:42px;border:1px solid var(--border);border-radius:50%;display:grid;place-items:center;font-size:18px;transition:.2s}
.directory-arrow:hover{background:var(--primary);color:#fff;border-color:var(--primary);transform:translateX(-3px)}
.categories-directory-body>p{margin:9px 0 17px;color:var(--muted);font-size:12px}
.directory-subcategories{display:grid;gap:8px}
.directory-subcategories>a{display:grid;grid-template-columns:44px 1fr 18px;align-items:center;gap:10px;border:1px solid var(--border);border-radius:14px;padding:8px;background:color-mix(in srgb,var(--surface) 88%,var(--soft));transition:.18s}
.directory-subcategories>a:hover{border-color:color-mix(in srgb,var(--accent) 35%,var(--border));transform:translateX(-2px)}
.directory-subcategories img{width:44px;height:44px;border-radius:11px;object-fit:cover;background:var(--soft)}
.directory-subcategories span{min-width:0}
.directory-subcategories b,.directory-subcategories small{display:block}
.directory-subcategories b{font-size:12px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.directory-subcategories small{font-size:9px;color:var(--muted)}
.directory-subcategories i{font-style:normal;font-size:20px;color:var(--muted)}
.directory-empty{display:block;border:1px dashed var(--border);border-radius:14px;padding:17px;color:var(--muted);font-size:11px;line-height:1.9}

html.dark-mode :is(.nav-submenu,.nav-mega-menu,.subcategory-strip,.subcategory-chip,.categories-directory-card,.directory-subcategories>a){background:var(--surface);border-color:var(--border);color:var(--text)}
html.dark-mode .nav-submenu a:hover,html.dark-mode .filter-subcategory-list button{background:var(--soft)}
html.dark-mode .categories-directory-cover,html.dark-mode .directory-subcategories img{background:#11151d}

@media(max-width:1180px){
  .main-nav{gap:13px;font-size:12px}
  .nav-mega-menu{right:-170px;width:690px}
}
@media(max-width:980px){
  .nav-category-group:not(.nav-all-categories){display:none}
  .categories-directory-card{grid-template-columns:180px 1fr}
}
@media(max-width:780px){
  #nav-overlay{display:block;position:fixed;inset:0;background:rgba(0,0,0,.4);z-index:70;opacity:0;visibility:hidden;transition:.25s}
  body.nav-open #nav-overlay{opacity:1;visibility:visible}
  .main-nav{overflow-y:auto}
  .main-nav>.nav-category-group{display:grid!important;grid-template-columns:1fr 42px;border-bottom:1px solid var(--border)}
  .main-nav>.nav-category-group>.nav-parent-link{border-bottom:0!important;padding:14px!important}
  .main-nav>.nav-category-group>.nav-submenu-toggle{width:42px;height:100%;font-size:18px}
  .nav-category-group.open>.nav-submenu-toggle{transform:rotate(180deg)}
  .nav-submenu,.nav-mega-menu{position:static;grid-column:1/-1;width:100%;display:none;opacity:1;visibility:visible;transform:none;pointer-events:auto;border:0;border-radius:0;box-shadow:none;background:var(--soft);padding:8px 13px;margin:0}
  .nav-category-group.open>.nav-submenu,.nav-category-group.open>.nav-mega-menu{display:grid}
  .nav-mega-menu{grid-template-columns:1fr;gap:8px}
  .mega-category-column{border-bottom:1px solid var(--border);padding-bottom:8px}
  .mega-category-column:last-child{border-bottom:0}
  .mega-category-column .mega-parent{border-bottom:0!important}
  .nav-submenu a,.nav-mega-menu a{border-bottom:0!important}
  .subcategory-strip{margin:2px -14px 18px;border-radius:0;border-inline:0;padding:14px}
  .subcategory-chip{min-width:168px;height:66px;grid-template-columns:48px 1fr 17px;padding:7px}
  .categories-directory-grid{grid-template-columns:1fr}
  .categories-directory-card{grid-template-columns:165px 1fr;min-height:330px}
}
@media(max-width:540px){
  .categories-directory-card{grid-template-columns:1fr;min-height:0}
  .categories-directory-cover{height:210px}
  .categories-directory-body{padding:17px}
  .categories-directory-title h2{font-size:21px}
}
.hero-carousel{position:relative;min-height:570px;border-radius:32px;overflow:hidden;isolation:isolate}
.hero-slides{position:relative;min-height:inherit}
.hero-carousel .hero-slide{position:absolute;inset:0;width:100%;min-height:100%;opacity:0;visibility:hidden;pointer-events:none;transform:scale(1.018);transition:opacity .65s ease,transform 1s ease,visibility .65s;border-radius:32px}
.hero-carousel .hero-slide.active{opacity:1;visibility:visible;pointer-events:auto;transform:scale(1);z-index:2}
.hero-nav{position:absolute;z-index:6;top:50%;transform:translateY(-50%);width:46px;height:46px;border:1px solid rgba(255,255,255,.45);border-radius:50%;background:rgba(255,255,255,.88);color:#111827;display:grid;place-items:center;font-size:30px;line-height:1;box-shadow:0 14px 35px rgba(15,23,42,.2);backdrop-filter:blur(10px);transition:.2s}
.hero-nav:hover{background:#fff;transform:translateY(-50%) scale(1.06)}
.hero-prev{right:20px}.hero-next{left:20px}
.hero-dots{position:absolute;z-index:7;left:50%;bottom:22px;transform:translateX(-50%);display:flex;align-items:center;gap:7px;padding:6px 9px;border-radius:999px;background:rgba(15,23,42,.28);border:1px solid rgba(255,255,255,.22);backdrop-filter:blur(8px)}
.hero-dots button{width:8px;height:8px;border:0;border-radius:999px;padding:0;background:rgba(255,255,255,.55);transition:.25s}
.hero-dots button.active{width:25px;background:#fff}

.card-rating-badge{position:absolute;z-index:7;left:11px;bottom:11px;min-width:52px;height:34px;padding:0 10px;border-radius:999px;background:rgba(255,255,255,.94);color:#111827;border:1px solid rgba(15,23,42,.08);box-shadow:0 9px 22px rgba(15,23,42,.14);display:inline-flex;align-items:center;justify-content:center;gap:5px;direction:ltr;backdrop-filter:blur(9px)}
.card-rating-badge b{font-size:12px;font-weight:950;line-height:1}
.card-rating-badge i{font-style:normal;color:#f5b301;font-size:16px;line-height:1}
html.dark-mode .card-rating-badge{background:rgba(23,26,33,.92);color:#f8fafc;border-color:rgba(255,255,255,.14)}

.product-grid.product-rail{display:grid!important;grid-template-columns:none!important;grid-auto-flow:column;grid-auto-columns:minmax(235px,calc((100% - 60px)/4));gap:20px;overflow-x:auto;overflow-y:hidden;scroll-snap-type:x mandatory;scroll-behavior:smooth;overscroll-behavior-inline:contain;padding:5px 3px 18px;scrollbar-width:none}
.product-grid.product-rail::-webkit-scrollbar{display:none}
.product-grid.product-rail>.product-card{scroll-snap-align:start;height:100%}
.product-rail-controls{display:flex;align-items:center;gap:8px;margin-inline-start:auto}
.product-rail-controls button{width:42px;height:42px;border-radius:50%;border:1px solid var(--border);background:var(--surface);color:var(--text);display:grid;place-items:center;font-size:25px;line-height:1;box-shadow:0 8px 20px rgba(15,23,42,.07);transition:.2s}
.product-rail-controls button:hover{background:var(--primary);border-color:var(--primary);color:#fff;transform:translateY(-2px)}
html.dark-mode .product-rail-controls button{background:#151a24;border-color:var(--border);color:#f8fafc}

.cart-remove-btn{min-height:39px;padding:7px 13px;border-radius:13px;border:1px solid rgba(225,29,72,.18);background:#fff1f2;color:#be123c;display:inline-flex;align-items:center;justify-content:center;gap:7px;font-weight:900;font-size:12px;transition:transform .2s ease,background .2s ease,color .2s ease,box-shadow .2s ease;overflow:hidden;position:relative}
.cart-remove-btn svg{width:17px;height:17px;transition:transform .25s ease}
.cart-remove-btn:hover{background:#e11d48;color:#fff;border-color:#e11d48;box-shadow:0 10px 24px rgba(225,29,72,.22);transform:translateY(-2px)}
.cart-remove-btn:hover svg{transform:rotate(-8deg) scale(1.08)}
.cart-remove-btn.is-deleting{background:#e11d48;color:#fff;border-color:#e11d48;pointer-events:none}
.cart-remove-btn.is-deleting svg{animation:zorellaTrashShake .32s ease both}
.pro-cart-item.is-removing{animation:zorellaCartItemRemove .34s ease forwards;overflow:hidden;pointer-events:none}
html.dark-mode .cart-remove-btn{background:#3f121d;color:#fecdd3;border-color:#7f1d1d}
html.dark-mode .cart-remove-btn:hover,html.dark-mode .cart-remove-btn.is-deleting{background:#e11d48;color:#fff;border-color:#e11d48}
@keyframes zorellaTrashShake{0%{transform:rotate(0)}30%{transform:rotate(-14deg) scale(1.12)}65%{transform:rotate(10deg) scale(.96)}100%{transform:rotate(0) scale(1)}}
@keyframes zorellaCartItemRemove{0%{opacity:1;transform:translateX(0) scale(1);max-height:300px;margin-bottom:0}60%{opacity:0;transform:translateX(-35px) scale(.97);max-height:300px}100%{opacity:0;transform:translateX(-55px) scale(.94);max-height:0;margin:0;padding-top:0;padding-bottom:0;border-width:0}}

@media(max-width:1050px){
  .product-grid.product-rail{grid-auto-columns:minmax(220px,calc((100% - 40px)/3))}
}
@media(max-width:780px){
  body.nav-open .main-header{z-index:105!important}
  body.nav-open #site-header{position:relative;z-index:104}
  #nav-overlay{z-index:90!important}
  .main-nav{z-index:120!important;pointer-events:auto!important}
  .main-nav.open{visibility:visible;pointer-events:auto}
  .hero-carousel{min-height:540px;border-radius:22px}
  .hero-carousel .hero-slide{border-radius:22px}
  .hero-nav{width:38px;height:38px;font-size:25px;top:auto;bottom:18px;transform:none}
  .hero-nav:hover{transform:scale(1.05)}
  .hero-prev{right:18px}.hero-next{left:18px}
  .hero-dots{bottom:23px}
  .product-grid.product-rail{grid-auto-columns:min(72vw,270px);gap:12px;margin-inline:-14px;padding-inline:14px;padding-bottom:15px}
  .product-rail-controls{gap:6px}
  .product-rail-controls button{width:36px;height:36px;font-size:22px}
  .section-head:has(.product-rail-controls){flex-wrap:wrap}
  .card-rating-badge{left:9px;bottom:9px;height:31px;min-width:48px;padding-inline:8px}
  .card-rating-badge b{font-size:11px}.card-rating-badge i{font-size:14px}
  .cart-remove-btn{min-height:36px;padding:6px 11px;font-size:11px;border-radius:11px}
}
@media(max-width:480px){
  .product-grid.product-rail{grid-auto-columns:min(76vw,258px)}
  .hero-nav{display:none}
  .hero-dots{bottom:15px}
}
.hero-textless .hero-slide:before{background:linear-gradient(0deg,rgba(0,0,0,.34),rgba(0,0,0,.02) 48%,rgba(0,0,0,0))}
.hero-textless h1,.hero-textless p{display:none!important}
.product-rail-actions{display:grid;justify-items:end;gap:9px;margin-inline-start:auto}
.product-rail-actions .text-link{line-height:1.4}
.product-rail-actions .product-rail-controls{margin-inline-start:0}
body[data-page="home"] .product-grid.product-rail{grid-auto-columns:minmax(var(--z-desktop-unified-card-min,190px),calc((100% - 60px)/4));gap:14px}
body[data-page="home"] .clean-product-card{border-radius:17px;box-shadow:0 10px 25px rgba(15,23,42,.05)}
body[data-page="home"] .clean-product-card .card-slide-link{padding:9px}
body[data-page="home"] .clean-product-card .clean-product-info{padding:9px 10px 10px;gap:5px!important}
body[data-page="home"] .clean-product-card .product-name{font-size:10.5px;line-height:1.55;min-height:3.1em}
body[data-page="home"] .clean-product-card .price-current{font-size:11.2px}
body[data-page="home"] .clean-product-card .price-old{font-size:8.5px}
body[data-page="home"] .clean-product-card .clean-price-row{gap:5px;min-height:20px}
body[data-page="home"] .clean-product-card .card-add-btn{min-height:30px;border-radius:10px;font-size:9px;gap:5px;margin-top:2px}
body[data-page="home"] .clean-product-card .card-add-btn svg{width:12px;height:12px}
body[data-page="home"] .clean-product-card .clean-sale-percent{top:7px!important;left:7px!important;padding:4px 7px;font-size:8px}
body[data-page="home"] .card-rating-badge{left:7px;bottom:7px;min-width:39px;height:25px;padding-inline:6px;gap:3px}
body[data-page="home"] .card-rating-badge b{font-size:8.5px}
body[data-page="home"] .card-rating-badge i{font-size:11px}
body[data-page="home"] .clean-product-card .card-slide-nav{width:23px;height:23px;font-size:17px}
body[data-page="home"] .clean-product-card .card-slide-nav.prev{right:6px}
body[data-page="home"] .clean-product-card .card-slide-nav.next{left:6px}
body[data-page="home"] .clean-product-card .card-slide-dots{bottom:5px;padding:3px 5px;gap:3px}
body[data-page="home"] .clean-product-card .card-slide-dots button{width:4px;height:4px}
body[data-page="home"] .clean-product-card .card-slide-dots button.active{width:11px}
.purchase-price-admin{color:var(--a-muted)}
.profit-card{border-color:#bbf7d0;background:linear-gradient(135deg,#f0fdf4,#fff)}
.profit-card .stat-icon{background:#dcfce7!important;color:#15803d!important}
.hero-fixed-actions-note{margin:0 0 15px;padding:11px 13px;border:1px solid #bfdbfe;background:#eff6ff;color:#1e40af;border-radius:12px;font-size:10px;line-height:1.9}
#stats-grid,.stats-grid.analytics{grid-template-columns:repeat(auto-fit,minmax(150px,1fr))!important}
@media(max-width:1050px){body[data-page="home"] .product-grid.product-rail{grid-auto-columns:minmax(var(--z-desktop-unified-card-min,190px),calc((100% - 40px)/3));gap:13px}}
@media(max-width:780px){
  .product-rail-actions{display:flex;align-items:center;justify-content:space-between;width:100%;grid-column:1/-1;margin:0}
  body[data-page="home"] .product-grid.product-rail{grid-auto-columns:min(var(--z-mobile-unified-card-min,160px),calc(50vw * var(--z-card-scale,1)));gap:10px}
  body[data-page="home"] .clean-product-card .product-name{font-size:10px}
  body[data-page="home"] .clean-product-card .price-current{font-size:11px}
  .clean-product-card.has-discount .price-current{font-size:15.4px}
}
@media(max-width:480px){body[data-page="home"] .product-grid.product-rail{grid-auto-columns:min(var(--z-mobile-unified-card-min,160px),calc(49vw * var(--z-card-scale,1)))}}
body[data-page="home"] .clean-product-card .product-name{font-size:9.45px}
body[data-page="home"] .clean-product-card .price-current{font-size:12.32px}
body[data-page="home"] .clean-product-card .price-old{font-size:9.35px}
body[data-page="home"] .clean-product-card .clean-sale-percent{font-size:8.8px;padding:4.4px 7.7px}
body[data-page="home"] .clean-product-card .card-add-btn{font-size:9.9px}
body[data-page="home"] .card-rating-badge{min-width:43px;height:27.5px;padding-inline:6.6px;gap:3.3px}
body[data-page="home"] .card-rating-badge b{font-size:9.35px}
body[data-page="home"] .card-rating-badge i{font-size:12.1px}
.hero-carousel .fashion-hero::before{animation:none;transform:scale(1)}
@keyframes zorellaHeroZoomIn{from{transform:scale(1)}to{transform:scale(1.085)}}
@keyframes zorellaHeroZoomOut{from{transform:scale(1.085)}to{transform:scale(1)}}
@media(max-width:780px){
  body[data-page="home"] .clean-product-card .product-name{font-size:9px}
  body[data-page="home"] .clean-product-card .price-current{font-size:12.1px}
  body[data-page="home"] .clean-product-card.has-discount .price-current{font-size:16.94px}
  body[data-page="home"] .clean-product-card .price-old{font-size:9.35px}
  body[data-page="home"] .clean-product-card .clean-sale-percent{font-size:8.8px}
  body[data-page="home"] .clean-product-card .card-add-btn{font-size:9.9px}
}
.product-card,.product-card.clean-product-card,.clean-product-card{
  box-shadow:0 11px 30px rgba(15,23,42,.09)!important;
}
.product-card:hover,.product-card.clean-product-card:hover,.clean-product-card:hover{
  box-shadow:0 20px 46px rgba(15,23,42,.15)!important;
}
html.dark-mode .product-card,html.dark-mode .product-card.clean-product-card,html.dark-mode .clean-product-card{
  box-shadow:0 12px 32px rgba(0,0,0,.34)!important;
}
html.dark-mode .product-card:hover,html.dark-mode .product-card.clean-product-card:hover,html.dark-mode .clean-product-card:hover{
  box-shadow:0 20px 48px rgba(0,0,0,.48)!important;
}
.product-card .product-name,.product-card .product-name a,.clean-product-card .product-name,.clean-product-card .product-name a{
  font-weight:400!important;
}
.card-rating-badge b{font-size:13.2px!important}
.card-rating-badge i{font-size:17.6px!important}
body[data-page="home"] .clean-product-card .price-current{
  font-size:12.32px!important;
}
body[data-page="home"] .clean-product-card.has-discount .clean-price-row{
  display:grid!important;
  grid-template-columns:max-content!important;
  grid-template-rows:auto auto!important;
  justify-items:center!important;
  align-items:end!important;
  align-content:end!important;
  gap:3px!important;
  width:max-content!important;
  min-height:0!important;
  direction:rtl;
}
body[data-page="home"] .clean-product-card.has-discount .price-current{
  grid-row:2;
  grid-column:1;
  font-size:12.32px!important;
}
body[data-page="home"] .clean-product-card.has-discount .price-old{
  grid-row:1;
  grid-column:1;
  justify-self:center;
  font-size:8.1px!important;
  line-height:1.1;
  margin:0!important;
  opacity:.82;
}
body[data-page="home"] .card-rating-badge b{font-size:10.285px!important}
body[data-page="home"] .card-rating-badge i{font-size:13.31px!important}

@media(max-width:780px){
  .product-card .sale-percent,.clean-product-card .clean-sale-percent{
    font-size:11px!important;
    padding:5.5px 8.8px!important;
  }
  body[data-page="home"] .clean-product-card .clean-sale-percent{
    font-size:9.68px!important;
    padding:4.84px 8.47px!important;
  }
  .card-rating-badge b{font-size:12.1px!important}
  .card-rating-badge i{font-size:15.4px!important}
  body[data-page="home"] .card-rating-badge b{font-size:10.285px!important}
  body[data-page="home"] .card-rating-badge i{font-size:13.31px!important}
  body[data-page="home"] .clean-product-card .price-current,body[data-page="home"] .clean-product-card.has-discount .price-current{
    font-size:16.94px!important;
  }
  body[data-page="home"] .clean-product-card.has-discount .price-old{
    font-size:10.5px!important;
    line-height:1.05;
  }
}
.product-card.clean-product-card .product-name,.clean-product-card .product-name,body[data-page="home"] .clean-product-card .product-name{
  font-size:9.45px!important;
  line-height:1.55!important;
  min-height:3.1em!important;
  font-weight:400!important;
}
.product-card.clean-product-card .product-name a,.clean-product-card .product-name a{
  font-weight:400!important;
}
.clean-product-card.has-discount .clean-price-row{
  display:grid!important;
  grid-template-columns:max-content max-content!important;
  grid-template-rows:auto auto!important;
  justify-content:end!important;
  justify-items:end!important;
  align-items:end!important;
  align-content:end!important;
  column-gap:3px;
  row-gap:2px;
  width:100%!important;
  min-height:0!important;
  direction:ltr!important;
}
.clean-product-card.has-discount .price-current{
  display:contents!important;
}
.clean-product-card.has-discount .price-amount{
  grid-column:2!important;
  grid-row:2!important;
  direction:rtl!important;
  font-size:inherit!important;
  line-height:1!important;
  white-space:nowrap!important;
}
.clean-product-card.has-discount .price-currency{
  grid-column:1!important;
  grid-row:2!important;
  align-self:end!important;
  direction:rtl!important;
  display:block!important;
  margin:0 0 1px!important;
  font-size:.58em!important;
  line-height:.95!important;
  font-weight:900!important;
  white-space:nowrap!important;
}
.clean-product-card.has-discount .price-old{
  grid-column:1!important;
  grid-row:1!important;
  justify-self:center!important;
  align-self:end!important;
  direction:rtl!important;
  margin:0!important;
  line-height:1!important;
  white-space:nowrap!important;
  font-size:13.2px!important;
}
body[data-page="home"] .clean-product-card.has-discount .price-old{
  font-size:8.91px!important;
}

@media(max-width:780px){
  .product-card.clean-product-card .product-name,.clean-product-card .product-name,body[data-page="home"] .clean-product-card .product-name{
    font-size:9px!important;
  }
  .clean-product-card.has-discount .price-old{
    font-size:11px!important;
  }
  body[data-page="home"] .clean-product-card.has-discount .price-old{
    font-size:11.55px!important;
  }
}
:root{
  --z-global-font-scale:var(--z-desktop-global-font-scale,1);
  --z-home-title-scale:var(--z-desktop-home-title-scale,1);
  --z-card-scale:var(--z-desktop-card-scale,1);
  --z-title-scale:var(--z-desktop-title-scale,1);
  --z-final-price-scale:var(--z-desktop-final-price-scale,1);
  --z-old-price-scale:var(--z-desktop-old-price-scale,1);
  --z-discount-scale:var(--z-desktop-discount-scale,1);
  --z-rating-scale:var(--z-desktop-rating-scale,1);
  --z-icon-scale:var(--z-desktop-icon-scale,1);
}
html{font-size:calc(16px * var(--z-global-font-scale,1))}
body{font-size:1rem}
.product-grid:not(.product-rail){
  grid-template-columns:repeat(auto-fit,minmax(clamp(150px,calc(225px * var(--z-card-scale,1)),340px),1fr));
}
.product-grid.product-rail{
  grid-auto-columns:minmax(calc(190px * var(--z-card-scale,1)),calc(((100% - 60px)/4) * var(--z-card-scale,1)));
}
body[data-page="product"] #related-products.product-rail{
  grid-auto-columns:minmax(calc(170px * var(--z-card-scale,1)),calc(16.8% * var(--z-card-scale,1)));
  gap:14px;
}
:is(body[data-page="home"] .clean-product-card,body[data-page="product"] #related-products .clean-product-card){
  border-radius:17px;
}
:is(body[data-page="home"] .clean-product-card,body[data-page="product"] #related-products .clean-product-card) .card-slide-link{padding:9px}
:is(body[data-page="home"] .clean-product-card,body[data-page="product"] #related-products .clean-product-card) .clean-product-info{padding:9px 10px 10px;gap:5px!important}
:is(body[data-page="home"] .clean-product-card,body[data-page="product"] #related-products .clean-product-card) .product-name{
  font-size:calc(9.45px * var(--z-title-scale,1))!important;
  line-height:1.55!important;
  min-height:3.1em!important;
}
:is(body[data-page="home"] .clean-product-card,body[data-page="product"] #related-products .clean-product-card) .price-current{
  font-size:calc(12.32px * var(--z-final-price-scale,1))!important;
}
:is(body[data-page="home"] .clean-product-card,body[data-page="product"] #related-products .clean-product-card).has-discount .price-old{
  font-size:calc(8.91px * var(--z-old-price-scale,1))!important;
}
:is(body[data-page="home"] .clean-product-card,body[data-page="product"] #related-products .clean-product-card) .clean-price-row{gap:5px;min-height:20px}
:is(body[data-page="home"] .clean-product-card,body[data-page="product"] #related-products .clean-product-card) .card-add-btn{
  min-height:30px;border-radius:10px;font-size:9.9px;gap:5px;margin-top:2px
}
:is(body[data-page="home"] .clean-product-card,body[data-page="product"] #related-products .clean-product-card) .card-add-btn svg{width:12px;height:12px}
:is(body[data-page="home"] .clean-product-card,body[data-page="product"] #related-products .clean-product-card) .clean-sale-percent{
  top:7px!important;left:7px!important;padding:4.4px 7.7px;font-size:8.8px
}
:is(body[data-page="home"] .clean-product-card,body[data-page="product"] #related-products .clean-product-card) .card-rating-badge{
  left:7px;bottom:7px;min-width:43px;height:27.5px;padding-inline:6.6px;gap:3.3px
}
:is(body[data-page="home"] .clean-product-card,body[data-page="product"] #related-products .clean-product-card) .card-rating-badge b{font-size:10.285px!important}
:is(body[data-page="home"] .clean-product-card,body[data-page="product"] #related-products .clean-product-card) .card-rating-badge i{font-size:13.31px!important}
:is(body[data-page="home"] .clean-product-card,body[data-page="product"] #related-products .clean-product-card) .card-slide-nav{width:23px;height:23px;font-size:17px}
:is(body[data-page="home"] .clean-product-card,body[data-page="product"] #related-products .clean-product-card) .card-slide-nav.prev{right:6px}
:is(body[data-page="home"] .clean-product-card,body[data-page="product"] #related-products .clean-product-card) .card-slide-nav.next{left:6px}
:is(body[data-page="home"] .clean-product-card,body[data-page="product"] #related-products .clean-product-card) .card-slide-dots{bottom:5px;padding:3px 5px;gap:3px}
:is(body[data-page="home"] .clean-product-card,body[data-page="product"] #related-products .clean-product-card) .card-slide-dots button{width:4px;height:4px}
:is(body[data-page="home"] .clean-product-card,body[data-page="product"] #related-products .clean-product-card) .card-slide-dots button.active{width:11px}
.clean-product-card .product-name{
  font-size:calc(9.45px * var(--z-title-scale,1))!important;
}
.clean-product-card .price-current{
  font-size:calc(16px * var(--z-final-price-scale,1))!important;
}
.clean-product-card.has-discount .price-old{
  font-size:calc(13.2px * var(--z-old-price-scale,1))!important;
}
.clean-product-card .clean-sale-percent{
  scale:var(--z-discount-scale,1);
  transform-origin:left top;
}
.clean-product-card .card-rating-badge{
  scale:var(--z-rating-scale,1);
  transform-origin:left bottom;
}
.icon-link svg,.menu-toggle svg,.customer-login svg,.theme-toggle svg,.card-add-btn svg,.wishlist-card-btn svg,.product-image-action svg,.cart-remove-btn svg,.footer-social-icon svg{
  scale:var(--z-icon-scale,1);
  transform-origin:center;
}

@media(max-width:1050px){
  body[data-page="product"] #related-products.product-rail{
    grid-auto-columns:minmax(calc(165px * var(--z-card-scale,1)),calc(22% * var(--z-card-scale,1)));
    gap:13px;
  }
}
@media(max-width:780px){
  :root{
    --z-global-font-scale:var(--z-mobile-global-font-scale,1);
    --z-home-title-scale:var(--z-mobile-home-title-scale,1);
    --z-card-scale:var(--z-mobile-card-scale,1);
    --z-title-scale:var(--z-mobile-title-scale,1);
    --z-final-price-scale:var(--z-mobile-final-price-scale,1);
    --z-old-price-scale:var(--z-mobile-old-price-scale,1);
    --z-discount-scale:var(--z-mobile-discount-scale,1);
    --z-rating-scale:var(--z-mobile-rating-scale,1);
    --z-icon-scale:var(--z-mobile-icon-scale,1);
  }
  .product-grid:not(.product-rail){
    grid-template-columns:repeat(auto-fit,minmax(clamp(135px,calc(46vw * var(--z-card-scale,1)),230px),1fr));
  }
  body[data-page="product"] #related-products.product-rail{
    grid-auto-columns:min(calc(50vw * var(--z-card-scale,1)),calc(188px * var(--z-card-scale,1)));
    gap:10px;
  }
  :is(body[data-page="home"] .clean-product-card,body[data-page="product"] #related-products .clean-product-card) .product-name{
    font-size:calc(9px * var(--z-title-scale,1))!important;
  }
  :is(body[data-page="home"] .clean-product-card,body[data-page="product"] #related-products .clean-product-card) .price-current,:is(body[data-page="home"] .clean-product-card,body[data-page="product"] #related-products .clean-product-card).has-discount .price-current{
    font-size:calc(16.94px * var(--z-final-price-scale,1))!important;
  }
  :is(body[data-page="home"] .clean-product-card,body[data-page="product"] #related-products .clean-product-card).has-discount .price-old{
    font-size:calc(11.55px * var(--z-old-price-scale,1))!important;
  }
  .clean-product-card .product-name{font-size:calc(9px * var(--z-title-scale,1))!important}
  .clean-product-card .price-current{font-size:calc(15.4px * var(--z-final-price-scale,1))!important}
  .clean-product-card.has-discount .price-old{font-size:calc(11px * var(--z-old-price-scale,1))!important}
}
@media(max-width:480px){
  body[data-page="product"] #related-products.product-rail{
    grid-auto-columns:min(calc(49vw * var(--z-card-scale,1)),calc(178px * var(--z-card-scale,1)));
  }
}
:root{
  --z-root-font:var(--z-desktop-root-font,16px);
  --z-grid-card-min:var(--z-desktop-grid-card-min,225px);
  --z-rail-card-min:var(--z-desktop-rail-card-min,190px);
  --z-compact-card-min:var(--z-desktop-compact-card-min,170px);
  --z-compact-card-fluid:var(--z-desktop-compact-card-fluid,16.8%);
  --z-title-font:var(--z-desktop-title-font,9.45px);
  --z-final-price-font:var(--z-desktop-final-price-font,16px);
  --z-compact-final-price-font:var(--z-desktop-compact-final-price-font,12.32px);
  --z-old-price-font:var(--z-desktop-old-price-font,13.2px);
  --z-compact-old-price-font:var(--z-desktop-compact-old-price-font,8.91px);
}
html{font-size:var(--z-root-font,16px)}
.product-grid:not(.product-rail){grid-template-columns:repeat(auto-fit,minmax(clamp(150px,var(--z-grid-card-min,225px),340px),1fr))}
.product-grid.product-rail{grid-auto-columns:minmax(var(--z-rail-card-min,190px),calc((100% - 60px)/4))}
body[data-page="product"] #related-products.product-rail{grid-auto-columns:minmax(var(--z-compact-card-min,170px),var(--z-compact-card-fluid,16.8%))}
.clean-product-card .product-name{font-size:var(--z-title-font,9.45px)!important}
.clean-product-card .price-current{font-size:var(--z-final-price-font,16px)!important}
.clean-product-card.has-discount .price-old{font-size:var(--z-old-price-font,13.2px)!important}
:is(body[data-page="home"] .clean-product-card,body[data-page="product"] #related-products .clean-product-card) .product-name{font-size:var(--z-title-font,9.45px)!important}
:is(body[data-page="home"] .clean-product-card,body[data-page="product"] #related-products .clean-product-card) .price-current{font-size:var(--z-compact-final-price-font,12.32px)!important}
:is(body[data-page="home"] .clean-product-card,body[data-page="product"] #related-products .clean-product-card).has-discount .price-old{font-size:var(--z-compact-old-price-font,8.91px)!important}
@media(max-width:780px){
  :root{
    --z-root-font:var(--z-mobile-root-font,16px);
    --z-grid-card-min:var(--z-mobile-grid-card-min,145px);
    --z-rail-card-min:var(--z-mobile-rail-card-min,188px);
    --z-compact-card-min:var(--z-mobile-compact-card-min,188px);
    --z-compact-card-fluid:var(--z-mobile-compact-card-fluid,50%);
    --z-title-font:var(--z-mobile-title-font,9px);
    --z-final-price-font:var(--z-mobile-final-price-font,15.4px);
    --z-compact-final-price-font:var(--z-mobile-compact-final-price-font,16.94px);
    --z-old-price-font:var(--z-mobile-old-price-font,11px);
    --z-compact-old-price-font:var(--z-mobile-compact-old-price-font,11.55px);
  }
  .product-grid:not(.product-rail){grid-template-columns:repeat(auto-fit,minmax(clamp(135px,var(--z-grid-card-min,145px),230px),1fr))}
  body[data-page="product"] #related-products.product-rail{grid-auto-columns:min(var(--z-compact-card-fluid,50%),var(--z-compact-card-min,188px))}
}
html{font-size:var(--z-root-font,16px)}
.variant-btn.unavailable,.product-color-swatch.unavailable{opacity:.35!important;filter:grayscale(1);cursor:not-allowed!important;position:relative}.variant-btn.unavailable:after,.product-color-swatch.unavailable:after{content:"";position:absolute;inset:50% -3px auto;border-top:1.5px solid currentColor;transform:rotate(-35deg)}
.return-policy-note{display:flex;justify-content:space-between;gap:15px;align-items:center;padding:14px 16px;margin-bottom:16px;border:1px solid #bfdbfe;border-radius:15px;background:#eff6ff;color:#1e3a8a}.return-policy-note span{font-size:12px}.customer-returns-list{display:grid;gap:12px}.customer-return-card{display:grid;grid-template-columns:84px minmax(0,1fr) auto;gap:15px;align-items:center;padding:15px;border:1px solid var(--border);border-radius:18px;background:var(--surface);box-shadow:0 10px 30px rgba(15,23,42,.06)}.customer-return-image{width:84px;height:84px;border-radius:14px;overflow:hidden;background:var(--soft)}.customer-return-image img{width:100%;height:100%;object-fit:contain}.customer-return-card h3{margin:4px 0;font-size:15px}.customer-return-card p{margin:0;color:var(--muted);line-height:1.8}.customer-return-status{display:grid;justify-items:end;gap:7px}.customer-return-status small{color:var(--muted)}.return-admin-note{margin-top:8px;padding:8px 10px;border-radius:10px;background:var(--soft);font-size:11px}.customer-return-action{margin-inline-start:8px}.v12-return-modal{width:min(680px,94vw)}.v12-return-modal-head{margin-bottom:18px}.v12-return-modal-head h2{margin:4px 0}.v12-return-modal-head p{margin:0;color:var(--muted)}#customer-return-preview img{display:block;max-width:180px;max-height:180px;object-fit:contain;border:1px solid var(--border);border-radius:14px;margin:10px 0}.status-chip.new{background:#fef3c7;color:#92400e}.status-chip.reviewing{background:#dbeafe;color:#1d4ed8}.status-chip.approved,.status-chip.received,.status-chip.completed{background:#dcfce7;color:#15803d}.status-chip.rejected,.status-chip.cancelled{background:#fee2e2;color:#b91c1c}
@media(max-width:700px){.return-policy-note{display:grid}.customer-return-card{grid-template-columns:64px 1fr}.customer-return-image{width:64px;height:64px}.customer-return-status{grid-column:1/-1;display:flex;justify-content:space-between}.customer-order-card .customer-return-action{grid-column:1/-1;width:100%;margin:8px 0 0}}
.set-cart-item{position:relative;overflow:hidden;border-color:color-mix(in srgb,var(--accent) 30%,var(--border));background:linear-gradient(135deg,color-mix(in srgb,var(--accent) 5%,#fff),#fff)}
.set-cart-item:before{content:"";position:absolute;inset:0 auto 0 0;width:4px;background:var(--accent)}
.cart-item-title-row{display:flex;align-items:center;gap:9px;flex-wrap:wrap}.cart-item-title-row h3{margin:0}
.set-cart-title-badge,.checkout-set-badge{display:inline-flex;align-items:center;justify-content:center;border-radius:999px;background:color-mix(in srgb,var(--accent) 13%,#fff);color:var(--accent);font-size:10px;font-weight:900;padding:5px 9px;white-space:nowrap}
.set-cart-item-image{position:relative;display:grid;grid-template-columns:1fr 1fr;gap:3px;padding:4px;background:linear-gradient(145deg,#f8f4f5,#eee8ea)}
.set-cart-item-image>span{min-width:0;overflow:hidden;border-radius:9px;background:#fff}.set-cart-item-image>span img{width:100%;height:100%;object-fit:cover}
.set-cart-item-image.has-combination-image{display:block;padding:0}.set-cart-item-image.has-combination-image>img{width:100%;height:100%;object-fit:cover;display:block}.set-cart-item-image>em{position:absolute;right:7px;bottom:7px;min-width:30px;height:24px;padding:0 7px;border-radius:8px;background:rgba(17,24,39,.88);color:#fff;font-size:9px;font-style:normal;font-weight:900;display:grid;place-items:center;backdrop-filter:blur(5px)}
.set-cart-selections{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;width:min(100%,520px)}
.set-cart-selections>div{border:1px solid color-mix(in srgb,var(--accent) 16%,var(--border));background:color-mix(in srgb,var(--accent) 3%,#fff);border-radius:11px;padding:8px 10px;display:grid;gap:3px}
.set-cart-selections small{font-size:9px;color:var(--muted);font-weight:800}.set-cart-selections b{font-size:11px;color:var(--text);line-height:1.6}
.set-cart-item .cart-item-price span{font-size:11px;color:var(--muted)}
.checkout-set-item{border:1px solid color-mix(in srgb,var(--accent) 18%,var(--border));border-radius:14px;padding:10px;margin:7px 0;background:color-mix(in srgb,var(--accent) 3%,#fff)}
.checkout-set-item>img{border:2px solid color-mix(in srgb,var(--accent) 18%,#fff)}.checkout-set-item h4{display:inline-block;margin-left:7px}.checkout-set-item small{display:block;line-height:1.8;margin-top:4px}.checkout-set-item small b{font-size:10px}
html.dark-mode .set-cart-item,html.dark-mode .checkout-set-item{background:linear-gradient(135deg,color-mix(in srgb,var(--accent) 9%,var(--surface)),var(--surface))!important;border-color:color-mix(in srgb,var(--accent) 38%,var(--border))!important}
html.dark-mode .set-cart-selections>div{background:color-mix(in srgb,var(--accent) 7%,var(--surface));border-color:color-mix(in srgb,var(--accent) 30%,var(--border))}
@media(max-width:780px){.set-cart-selections{grid-template-columns:1fr}.set-cart-item-image.has-combination-image{display:block;padding:0}.set-cart-item-image.has-combination-image>img{width:100%;height:100%;object-fit:cover;display:block}.set-cart-item-image>em{right:5px;bottom:5px}.set-cart-item .cart-item-price{padding-right:0}}
@media(max-width:460px){.set-cart-item{grid-template-columns:78px 1fr}.set-cart-item-image{width:78px;height:92px}.set-cart-title-badge{font-size:8px;padding:4px 7px}.set-cart-selections>div{padding:6px 8px}.set-cart-selections b{font-size:10px}}
html.z-motion-home-card-reveal-off body[data-page="home"] :is(#featured-products,#home-sets-grid,#popular-products,#new-arrivals-grid,#recent-viewed-grid) :is(.zorella-reveal,.product-card,.clean-product-card){opacity:1!important;transform:none!important;filter:none!important;visibility:visible!important;transition:none!important}
@media(max-width:780px){
  body[data-page="home"] #home-sets-section{overflow-x:clip!important;overflow-y:visible;contain:layout style}
  body[data-page="home"] #home-sets-grid{overflow-y:hidden!important;contain:layout paint style;isolation:isolate}
  body[data-page="home"] #home-sets-grid>.product-card{content-visibility:auto;contain:layout paint style;contain-intrinsic-size:178px 330px}
  body[data-page="home"] #home-sets-grid.zorella-reveal{overflow:hidden!important}
  body[data-page="home"] #home-sets-grid.zorella-reveal.is-visible{overflow-x:auto!important;overflow-y:hidden!important}
}
.z-announcement-bar{
  min-height:38px;
  display:flex;
  align-items:center;
  justify-content:center;
  overflow:hidden;
  position:relative;
  isolation:isolate;
  padding:0 14px;
  transition:background-color .25s ease,color .25s ease;
}
.z-announcement-bar .z-announcement-item{
  min-height:38px;
  width:100%;
  display:flex;
  align-items:center;
  justify-content:center;
  gap:8px;
  color:inherit;
  text-decoration:none;
  text-align:center;
  font-size:13px;
  font-weight:800;
  line-height:1.55;
  padding:7px 12px;
  transform-origin:center;
  will-change:transform,opacity;
}
.z-announcement-bar .z-announcement-link-mark{font-size:11px;opacity:.72}
@keyframes zNoticeZoomIn{from{opacity:.3;transform:scale(1)}to{opacity:1;transform:scale(var(--notice-scale-up,1.035))}}
@keyframes zNoticeZoomOut{from{opacity:.3;transform:scale(var(--notice-scale-up,1.035))}to{opacity:1;transform:scale(1)}}
@keyframes zNoticePulse{0%{opacity:.7;transform:scale(1)}45%{opacity:1;transform:scale(var(--notice-scale-up,1.035))}100%{opacity:1;transform:scale(1)}}
@keyframes zNoticeFade{from{opacity:0}to{opacity:1}}
@keyframes zNoticeSlideUp{from{opacity:0;transform:translateY(var(--notice-travel,10px))}to{opacity:1;transform:translateY(0)}}

body[data-page="home"] .section-head .eyebrow{display:none!important}
body[data-page="home"] #home-categories-section .section-head{flex-wrap:nowrap;gap:12px}
body[data-page="home"] #home-categories-section .section-head>div{min-width:0;flex:1}
body[data-page="home"] #home-categories-section .section-head .text-link{
  flex:0 0 auto;
  white-space:nowrap;
  display:inline-flex;
  align-items:center;
}

@media(max-width:780px){
  .z-announcement-bar{min-height:34px;padding-inline:8px}
  .z-announcement-bar .z-announcement-item{min-height:34px;font-size:11px;padding:6px 8px}
  body[data-page="home"] #home-categories-section .section-head{align-items:center}
  body[data-page="home"] #home-categories-section .section-head h2{font-size:clamp(18px,5vw,23px)}
  body[data-page="home"] #home-categories-section .section-head .text-link{font-size:11px}
}
@media(prefers-reduced-motion:reduce){
  .z-announcement-bar .z-announcement-item{animation:none!important}
}
.home-countdown-section{padding:34px 0}.home-countdown-shell{position:relative;overflow:hidden;border-radius:30px;padding:28px;background:var(--countdown-bg,#111827);color:var(--countdown-text,#fff);box-shadow:0 22px 60px rgba(15,23,42,.16)}.home-countdown-shell:before,.home-countdown-shell:after{content:"";position:absolute;border-radius:50%;filter:blur(60px);pointer-events:none}.home-countdown-shell:before{width:340px;height:340px;background:var(--countdown-accent,#e11d48);opacity:.25;left:-110px;top:-150px}.home-countdown-shell:after{width:280px;height:280px;background:#fff;opacity:.08;right:-120px;bottom:-160px}.home-countdown-head{position:relative;display:flex;align-items:center;justify-content:space-between;gap:22px;margin-bottom:22px}.home-countdown-copy{max-width:620px}.home-countdown-copy small{display:block;font-weight:800;letter-spacing:.08em;color:var(--countdown-accent,#fb7185);margin-bottom:7px}.home-countdown-copy h2{font-size:clamp(1.45rem,3vw,2.35rem);margin:0 0 8px}.home-countdown-copy p{margin:0;opacity:.78;line-height:1.9}.home-countdown-timer{display:flex;direction:ltr;gap:9px;flex-wrap:wrap;justify-content:flex-end}.home-countdown-unit{min-width:74px;text-align:center;padding:11px 9px;border-radius:17px;background:rgba(255,255,255,.11);border:1px solid rgba(255,255,255,.12);backdrop-filter:blur(12px)}.home-countdown-unit b{display:block;font-size:1.45rem;font-variant-numeric:tabular-nums}.home-countdown-unit span{font-size:.7rem;opacity:.72}.home-countdown-products{position:relative;display:grid;grid-auto-flow:column;grid-auto-columns:minmax(205px,235px);gap:15px;overflow-x:auto;scroll-snap-type:x mandatory;padding:4px 1px 14px;scrollbar-width:thin}.home-countdown-card{scroll-snap-align:start;background:#fff;color:#111827;border-radius:20px;overflow:hidden;box-shadow:0 12px 32px rgba(0,0,0,.14);transition:transform .25s ease,box-shadow .25s ease}.home-countdown-card:hover{transform:translateY(-5px);box-shadow:0 18px 44px rgba(0,0,0,.2)}.home-countdown-card a{color:inherit;text-decoration:none}.home-countdown-image{position:relative;aspect-ratio:1/1;background:#f3f4f6;overflow:hidden}.home-countdown-image img{width:100%;height:100%;object-fit:cover;transition:transform .6s ease}.home-countdown-card:hover img{transform:scale(1.04)}.home-countdown-badge{position:absolute;top:10px;left:10px;border-radius:999px;padding:6px 9px;background:var(--countdown-accent,#e11d48);color:#fff;font-size:.74rem;font-weight:850}.home-countdown-card-body{padding:13px}.home-countdown-card h3{font-size:.92rem;font-weight:500;line-height:1.7;min-height:3em;margin:0 0 9px}.home-countdown-prices{display:flex;flex-direction:column;align-items:flex-end;gap:3px}.home-countdown-old{text-decoration:line-through;color:#9ca3af;font-size:.75rem}.home-countdown-current{font-size:1rem;font-weight:850}.home-countdown-ended{text-align:center;padding:28px;border:1px dashed rgba(255,255,255,.25);border-radius:18px;position:relative}.home-countdown-progress{height:4px;background:rgba(255,255,255,.12);border-radius:999px;overflow:hidden;margin-top:15px}.home-countdown-progress span{display:block;height:100%;background:var(--countdown-accent,#e11d48);animation:countdownGlow 2s ease-in-out infinite alternate}@keyframes countdownGlow{from{opacity:.55}to{opacity:1}}
.account-support-card{padding:22px}.support-ticket-form{display:grid;gap:14px}.customer-ticket-list{display:grid;gap:12px;margin-top:20px}.customer-ticket{border:1px solid #e5e7eb;border-radius:18px;padding:15px;background:#fff}.customer-ticket-head{display:flex;justify-content:space-between;gap:12px;align-items:start}.customer-ticket-thread{display:grid;gap:8px;margin-top:12px}.customer-ticket-message{padding:10px 12px;border-radius:14px;background:#f3f4f6;line-height:1.8}.customer-ticket-message.admin{background:#111827;color:#fff;margin-right:auto}.customer-ticket-message small{display:block;opacity:.65;margin-top:4px}.customer-ticket-reply{display:flex;gap:8px;margin-top:10px}.customer-ticket-reply input{flex:1;min-width:0}
@media(max-width:760px){.home-countdown-section{padding:20px 0}.home-countdown-shell{border-radius:22px;padding:19px}.home-countdown-head{align-items:flex-start;flex-direction:column}.home-countdown-timer{width:100%;justify-content:space-between;gap:6px}.home-countdown-unit{flex:1;min-width:56px;padding:8px 5px;border-radius:13px}.home-countdown-unit b{font-size:1.08rem}.home-countdown-products{grid-auto-columns:68%;gap:11px}.home-countdown-card h3{font-size:.84rem}.customer-ticket-reply{flex-direction:column}}
@media(max-width:420px){.home-countdown-products{grid-auto-columns:78%}.home-countdown-copy h2{font-size:1.35rem}.home-countdown-unit span{font-size:.62rem}}
:root{--z-primary-surface:var(--primary);--z-accent-surface:var(--accent);--z-background-surface:var(--bg)}
html:not(.dark-mode) body{background:var(--z-background-surface);background-attachment:fixed;background-size:cover}
.btn-dark,.card-add-btn:not(.disabled),.customer-login,.install-pill{background:var(--z-primary-surface)!important}
.btn-accent,.clean-sale-percent,.sale-percent,.whatsapp-float{background:var(--z-accent-surface)!important}
.ab-hero-lock .hero-slide{display:none!important;opacity:0!important;pointer-events:none!important}
.ab-hero-lock .hero-slide[data-ab-selected]{display:block!important;opacity:1!important;visibility:visible!important;pointer-events:auto!important}
.ab-hero-lock .hero-nav,.ab-hero-lock .hero-dots{display:none!important}
.zorella-push-prompt{position:fixed;z-index:15000;left:18px;bottom:18px;width:min(430px,calc(100vw - 36px));display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:12px;padding:16px;border:1px solid rgba(255,255,255,.16);border-radius:20px;background:rgba(17,17,17,.96);color:#fff;box-shadow:0 22px 70px rgba(0,0,0,.3);backdrop-filter:blur(18px);direction:rtl;animation:zPushIn .35s ease both}
.zorella-push-prompt b{display:block;font-size:14px}.zorella-push-prompt p{margin:4px 0 0;font-size:12px;line-height:1.75;color:rgba(255,255,255,.72)}.zorella-push-icon{display:grid;place-items:center;width:42px;height:42px;border-radius:14px;background:rgba(255,255,255,.12);font-size:20px}.zorella-push-enable{border:0;border-radius:12px;padding:10px 13px;background:#fff;color:#111;font:inherit;font-size:12px;font-weight:700;white-space:nowrap}.zorella-push-close{position:absolute;left:7px;top:4px;border:0;background:transparent;color:#fff;font-size:18px;opacity:.65}.zorella-push-toast{position:fixed;z-index:16000;left:50%;bottom:24px;transform:translateX(-50%);padding:11px 16px;border-radius:14px;background:#111;color:#fff;box-shadow:0 12px 40px rgba(0,0,0,.25);font-size:13px}.push-footer-action{border:0;background:transparent;color:inherit;font:inherit;font-size:12px;cursor:pointer;text-decoration:underline;text-underline-offset:4px}@keyframes zPushIn{from{transform:translateY(18px);opacity:0}to{transform:none;opacity:1}}
@media(max-width:600px){.zorella-push-prompt{left:10px;bottom:10px;width:calc(100vw - 20px);grid-template-columns:auto 1fr;padding:14px}.zorella-push-enable{grid-column:1/-1;width:100%}}

.header-account-shell{position:relative}
.header-account-menu{position:absolute;top:100%;inset-inline-end:0;width:min(330px,calc(100vw - 30px));padding:12px;background:var(--surface,#fff);color:var(--text,#171717);border:1px solid var(--border,#e5e7eb);border-radius:22px;box-shadow:0 24px 65px rgba(15,23,42,.18);direction:rtl;opacity:0;visibility:hidden}
.header-account-shell:hover .header-account-menu,.header-account-shell:focus-within .header-account-menu{opacity:1;visibility:visible;pointer-events:auto}
.header-account-menu-head{padding:9px 9px 13px}
.header-account-menu-head div{display:grid;gap:2px}.header-account-menu-head small{font-size:10px;color:var(--muted,#737373);font-weight:800}.header-account-menu-head strong{font-size:15px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.header-account-menu-list{display:grid;padding:8px 0}.header-account-menu-item,.header-account-menu-logout{display:flex;align-items:center;gap:9px;min-height:40px;padding:8px;border:0;border-radius:12px;background:transparent;color:inherit;font-size:12px;font-weight:800}.header-account-menu-item:hover,.header-account-menu-item:focus-visible{background:color-mix(in srgb,var(--accent,#e11d48) 8%,var(--surface,#fff));color:var(--accent,#e11d48);outline:none}.header-account-menu-item i{margin-inline-start:auto;color:var(--muted,#737373);font-style:normal}.header-account-menu-icon{display:grid;place-items:center;width:27px;height:27px;border-radius:9px;background:var(--soft,#f4f4f2);color:var(--accent,#e11d48);font-size:17px}.header-account-menu-icon svg{width:16px;height:16px}.header-account-menu-logout{width:100%;border-radius:0;padding-top:13px;color:var(--danger,#c62828)}
@media(max-width:900px){.header-account-menu{display:none!important}}
@media (max-width:780px){
  .main-header .customer-login{
    background:#fff!important;
    color:#111827!important;
    border:1px solid #e5e7eb!important;
    box-shadow:0 5px 16px rgba(15,23,42,.06)!important;
  }
  html.dark-mode .main-header .customer-login{
    background:#11151d!important;
    color:#f8fafc!important;
    border-color:rgba(255,255,255,.14)!important;
  }
}
.card-cart-action{margin-top:2px;min-width:0}
.card-qty-control{
  width:100%;min-height:42px;display:grid;grid-template-columns:42px minmax(0,1fr) 42px;
  align-items:center;border:1px solid color-mix(in srgb,var(--accent) 24%,var(--border));
  border-radius:15px;overflow:hidden;background:color-mix(in srgb,var(--accent) 5%,var(--surface));
  color:var(--text);box-shadow:0 8px 22px rgba(15,23,42,.055)
}
.card-qty-control button{height:100%;border:0;background:transparent;color:var(--text);font-size:20px;font-weight:900;transition:.18s}
.card-qty-control button:hover{background:color-mix(in srgb,var(--accent) 13%,transparent);color:var(--accent)}
.card-qty-control span{min-width:0;text-align:center;display:flex;align-items:center;justify-content:center;gap:5px;line-height:1}
.card-qty-control b{font-size:13px;font-weight:950;font-variant-numeric:tabular-nums}
.card-qty-control small{font-size:9px;color:var(--muted);white-space:nowrap}
html.dark-mode .card-qty-control{background:#151922;border-color:rgba(251,113,133,.25)}
#home-featured-section{
  background:var(--z-featured-surface,var(--soft))!important;
  color:var(--z-featured-text,var(--text));
  background-size:cover!important;
  background-attachment:scroll;
}
#home-featured-section .section-head h2,#home-featured-section .section-head .text-link{color:var(--z-featured-text,var(--text))}
@media (max-width:780px){
  html,body{width:100%;max-width:100%;overflow-x:hidden!important;overflow-x:clip!important}
  body{position:relative}
  #site-header,main,#site-footer,.main-header,.site-footer,main>section{max-width:100%;min-width:0}
  .container{width:calc(100% - 28px)!important;max-width:var(--container);min-width:0}
  .header-row{min-width:0}
  .brand{min-width:0;max-width:100%}
  .brand>span:last-child{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
  .header-actions{min-width:0;max-width:100%;flex-shrink:0}
  .product-grid.product-rail{
    width:100%!important;max-width:100%!important;margin-inline:0;
    padding-inline:0!important;overscroll-behavior-x:contain
  }
  .hero-carousel,.hero-slides,.hero-slide,.home-countdown-shell,.subcategory-strip,.shop-layout,.product-detail,.cart-layout,.checkout-layout{max-width:100%;min-width:0}
  img,svg,video,canvas,iframe{max-width:100%}
  .zorella-push-prompt{max-width:calc(100% - 20px)}
}
:is(body[data-page="home"] .clean-product-card,body[data-page="product"] #related-products .clean-product-card) .card-qty-control{
  min-height:30px;grid-template-columns:30px minmax(0,1fr) 30px;border-radius:10px
}
:is(body[data-page="home"] .clean-product-card,body[data-page="product"] #related-products .clean-product-card) .card-qty-control button{font-size:15px}
:is(body[data-page="home"] .clean-product-card,body[data-page="product"] #related-products .clean-product-card) .card-qty-control b{font-size:9.5px}
:is(body[data-page="home"] .clean-product-card,body[data-page="product"] #related-products .clean-product-card) .card-qty-control small{font-size:7.5px}
@media(max-width:780px){
  .card-qty-control{min-height:38px;grid-template-columns:38px minmax(0,1fr) 38px;border-radius:13px}
  .card-qty-control b{font-size:12px}.card-qty-control small{font-size:8px}
  :is(body[data-page="home"] .clean-product-card,body[data-page="product"] #related-products .clean-product-card) .card-qty-control{
    min-height:30px;grid-template-columns:30px minmax(0,1fr) 30px
  }
}
:root{--z-space-scale:1;--z-section-gap-scale:1;--z-card-radius-scale:1;--z-button-radius-scale:1;--z-shadow-strength:1;--z-border-width-scale:1}
.section{padding-block:calc(58px * var(--z-section-gap-scale))}.container{padding-inline:calc(18px * var(--z-space-scale))}.product-card,.card,.panel,.empty-state{border-radius:calc(18px * var(--z-card-radius-scale));border-width:calc(1px * var(--z-border-width-scale))!important}.product-card{box-shadow:0 calc(7px * var(--z-shadow-strength)) calc(28px * var(--z-shadow-strength)) rgba(17,24,39,calc(.075 * var(--z-shadow-strength)))}.btn,.card-add-btn,.customer-login,.install-pill,button,input,select,textarea{border-radius:calc(12px * var(--z-button-radius-scale))}
#install-app.v18-fixed-white,.customer-login.v18-fixed-white,html.dark-mode #install-app.v18-fixed-white,html.dark-mode .customer-login.v18-fixed-white{background:#fff!important;background-image:none!important;color:#111!important;border-color:#e5e7eb!important;box-shadow:0 4px 14px rgba(0,0,0,.08)!important;white-space:nowrap!important}.v18-fixed-white svg{stroke:#111!important}
.main-nav>a[href="/shop"],.main-nav>a[href="/track-order"],#add-product{white-space:nowrap!important}#add-product{min-width:max-content}.buy-row{flex-wrap:nowrap}
.product-card img.card-slide,#main-product-img{object-fit:cover}
.v18-bundles{overflow:hidden}.v18-bundle-grid{display:grid;gap:18px}.v18-bundle-card{background:var(--surface,#fff);border:1px solid var(--border,#e5e7eb);border-radius:24px;padding:20px;display:grid;grid-template-columns:minmax(0,1.2fr) minmax(260px,.8fr);gap:24px;align-items:center;box-shadow:0 14px 45px rgba(17,24,39,.08)}.v18-bundle-products{display:flex;align-items:center;gap:10px;overflow-x:auto;padding:4px}.v18-bundle-products>div{min-width:120px;text-align:center}.v18-bundle-products img{width:112px;aspect-ratio:1;object-fit:cover;border-radius:18px;background:#f5f5f4}.v18-bundle-products span{display:block;font-size:12px;font-weight:800;margin-top:8px}.v18-bundle-products i{font-style:normal;font-size:26px;color:var(--muted)}.v18-bundle-info h3{margin:0 0 8px}.v18-bundle-info p{color:var(--muted);font-size:13px}.v18-bundle-info>div{display:grid;gap:3px;margin:15px 0}.v18-bundle-info del{color:var(--muted);font-size:12px}.v18-bundle-info strong{font-size:21px}.v18-bundle-info span{font-size:11px;color:#059669;font-weight:800}
html.dark-mode .v18-bundle-card{background:var(--surface);border-color:var(--border);box-shadow:0 16px 45px rgba(0,0,0,.28)}
@media(max-width:780px){.section{padding-block:calc(38px * var(--z-section-gap-scale))}.container{padding-inline:calc(12px * var(--z-space-scale))}.v18-bundle-card{grid-template-columns:1fr;padding:14px;gap:14px}.v18-bundle-products>div{min-width:90px}.v18-bundle-products img{width:86px}.v18-bundle-info .btn{width:100%}.buy-row{min-width:0}#add-product{font-size:12px}}
.clean-product-card .card-slide-nav{
  width:calc(26px * var(--z-desktop-card-arrow-scale,1))!important;
  height:calc(34px * var(--z-desktop-card-arrow-scale,1))!important;
  min-width:0!important;padding:0!important;border:0!important;border-radius:0!important;
  background:transparent!important;box-shadow:none!important;backdrop-filter:none!important;
  font-size:calc(25px * var(--z-desktop-card-arrow-scale,1))!important;
  font-weight:500;color:var(--text)!important;text-shadow:0 1px 4px rgba(255,255,255,.82),0 1px 5px rgba(0,0,0,.18);
  opacity:0!important;
}
.clean-product-card:hover .card-slide-nav{opacity:var(--z-desktop-card-arrow-opacity,.78)!important}
.clean-product-card .card-slide-nav.prev{right:1px!important}
.clean-product-card .card-slide-nav.next{left:1px!important}
html.dark-mode .clean-product-card .card-slide-nav{background:transparent!important;border:0!important;box-shadow:none!important;color:#fff!important;text-shadow:0 1px 5px rgba(0,0,0,.8)}
.clean-product-card.is-set-card .clean-product-info{display:flex!important;flex-direction:column;min-height:154px}
.clean-product-card.is-set-card .product-name{min-height:2.9em;margin-bottom:0!important}
.clean-product-card.is-set-card .price-row.clean-price-row{margin-top:auto!important;display:flex;align-items:baseline;gap:5px;flex-wrap:wrap}
.set-starting-price-label{font-size:.72em;font-weight:850;color:var(--muted);white-space:nowrap}
@media(max-width:780px){
  .clean-product-card .card-slide-nav{
    width:calc(24px * var(--z-mobile-card-arrow-scale,1))!important;
    height:calc(32px * var(--z-mobile-card-arrow-scale,1))!important;
    font-size:calc(23px * var(--z-mobile-card-arrow-scale,1))!important;
    opacity:var(--z-mobile-card-arrow-opacity,.78)!important;
  }
  .clean-product-card.is-set-card .clean-product-info{min-height:138px}
  .clean-product-card.is-set-card .product-name{min-height:2.8em}
}

/* preserved v28.1.45 card gesture routing */
/* source: store-v28.1.45-card-gesture-routing.css */
/* Single-image cards yield horizontal touch movement to their parent product rail. */
.product-card-slider.single-image-gallery,
.product-card-slider[data-card-single-image="1"],
.product-card-slider.card-swipe-disabled,
.product-card-slider[data-card-swipe-enabled="0"]{touch-action:pan-x pan-y;overscroll-behavior-inline:auto}
.product-card-slider:not(.single-image-gallery):not([data-card-single-image="1"]):not(.card-swipe-disabled):not([data-card-swipe-enabled="0"]){touch-action:pan-y;overscroll-behavior-inline:contain}

/* v28.1.46 — desktop product scroll stability */
@media (min-width:901px){
  body[data-page="product"] #product-detail,
  body[data-page="product"] .product-detail{
    align-items:start;
    isolation:isolate;
  }
  body[data-page="product"] .product-gallery,
  body[data-page="product"] .product-summary,
  body[data-page="product"] .dk-product-tabs{
    min-width:0;
  }
  body[data-page="product"] .dk-product-tabs{
    position:relative;
    z-index:1;
    overflow:clip;
    contain:layout paint;
  }
  body[data-page="product"] .dk-tab-bar{
    position:relative!important;
    top:auto!important;
    z-index:2!important;
  }
  body[data-page="product"] .dk-tab-panel{
    position:relative;
    z-index:1;
    overflow-wrap:anywhere;
  }
}


/* Zorella v28.1.50 — professional tap-to-call */
.tap-to-call{display:inline-flex;align-items:center;gap:.55rem;width:max-content;max-width:100%;padding:.62rem .78rem;border:1px solid color-mix(in srgb,var(--accent,#e11d48) 22%,transparent);border-radius:14px;background:color-mix(in srgb,var(--accent,#e11d48) 8%,transparent);color:inherit;text-decoration:none;transition:transform .18s ease,border-color .18s ease,background .18s ease}.tap-to-call:hover{transform:translateY(-1px);border-color:color-mix(in srgb,var(--accent,#e11d48) 55%,transparent);background:color-mix(in srgb,var(--accent,#e11d48) 13%,transparent)}.tap-to-call>span{display:grid;place-items:center;width:30px;height:30px;border-radius:50%;background:var(--accent,#e11d48);color:#fff}.tap-to-call b{font-variant-numeric:tabular-nums}.tap-to-call small{opacity:.68;font-size:.72rem}.tap-to-call.compact{display:inline-flex;padding:.3rem .5rem;border-radius:10px}.tap-to-call.compact>span{width:24px;height:24px;font-size:.75rem}.contact-call-row{display:flex!important;align-items:center;gap:.4rem}.contact-phone-text{font-variant-numeric:tabular-nums}


/* Zorella v28.1.54 — mobile-safe footer phone number */
.site-footer .footer-contact{min-width:0;max-width:100%}
.site-footer .footer-contact>*{min-width:0;max-width:100%;overflow-wrap:anywhere}
.site-footer .footer-phone-only{display:flex;align-items:center;justify-content:center;width:100%;max-width:100%;min-width:0;padding:.58rem .7rem;border:1px solid rgba(255,255,255,.14);border-radius:12px;background:rgba(255,255,255,.055);color:#fff;overflow:hidden;text-decoration:none;box-shadow:none;transform:none}
.site-footer .footer-phone-only:hover{transform:none;background:rgba(255,255,255,.09);border-color:rgba(255,255,255,.24)}
.site-footer .footer-phone-only b,.site-footer span.footer-phone-only{display:block;width:100%;min-width:0;margin:0;color:inherit;font-size:13px;font-weight:850;line-height:1.5;letter-spacing:0;font-variant-numeric:tabular-nums;white-space:nowrap;overflow:hidden;text-overflow:clip;text-align:center;direction:ltr;unicode-bidi:isolate}
.site-footer .footer-phone-only>span,.site-footer .footer-phone-only>small{display:none!important}
@media(max-width:780px){
  .site-footer .footer-phone-only{padding:.5rem .42rem;border-radius:10px}
  .site-footer .footer-phone-only b,.site-footer span.footer-phone-only{font-size:clamp(10.5px,3vw,12.5px)}
}
@media(max-width:380px){
  .site-footer .footer-phone-only b,.site-footer span.footer-phone-only{font-size:10.5px}
}

/* Zorella v28.1.59 — atomic product gallery preview refresh */
body[data-page="product"] .main-product-image.is-image-switching #main-product-img{opacity:.72;transition:opacity .16s ease}
body[data-page="product"] .gallery-thumb[aria-current="true"]{outline:2px solid var(--accent,#e11d48);outline-offset:2px}


/* Zorella v28.1.66 — scale the complete rating capsule, not only its contents */
.clean-product-card .card-rating-badge{
  scale:none!important;
  transform:scale(var(--z-rating-scale,1))!important;
  transform-origin:left bottom!important;
}

/* Zorella v28.1.70 — carousel peeking, clean active mobile nav and balanced rails */
.hero-carousel{overflow:visible!important;isolation:isolate;min-height:0!important}
.hero-carousel .hero-slides{display:flex!important;position:relative!important;gap:clamp(10px,1.35vw,18px);min-height:0!important;overflow-x:auto!important;overflow-y:hidden!important;scroll-snap-type:x mandatory;scroll-behavior:smooth;scrollbar-width:none;padding-inline:clamp(18px,4.5vw,70px);padding-block:3px 12px;overscroll-behavior-inline:contain}
.hero-carousel .hero-slides::-webkit-scrollbar{display:none}
.hero-carousel .hero-slide{position:relative!important;inset:auto!important;display:block!important;flex:0 0 calc(100% - clamp(48px,10vw,150px));width:auto!important;min-height:0!important;aspect-ratio:2.45/1;opacity:.58!important;visibility:visible!important;pointer-events:auto!important;transform:scale(.965)!important;scroll-snap-align:center;scroll-snap-stop:always;border-radius:clamp(16px,2vw,28px)!important;background-image:var(--hero-desktop)!important;background-size:cover!important;background-position:center!important;box-shadow:0 12px 34px rgba(15,23,42,.12);transition:opacity .45s ease,transform .55s cubic-bezier(.2,.8,.2,1),box-shadow .45s ease!important}
.hero-carousel .hero-slide.active{opacity:1!important;transform:scale(1)!important;z-index:2;box-shadow:0 18px 46px rgba(15,23,42,.18)}
.hero-carousel .hero-nav{z-index:5}.hero-carousel .hero-dots{z-index:5}
@media(max-width:780px){
  .hero-section>.container,.home-middle-banner-section>.container{padding-inline:0!important;max-width:none!important}
  .hero-carousel{min-height:0!important;border-radius:0!important}
  .hero-carousel .hero-slides{gap:10px;padding-inline:28px;padding-bottom:10px}
  .hero-carousel .hero-slide{flex-basis:calc(100% - 58px);aspect-ratio:2.05/1;border-radius:18px!important}
  .hero-carousel .hero-nav{display:none!important}
  .mobile-bottom-nav>a.active,.mobile-bottom-nav>button.active{background:transparent!important;box-shadow:none!important;text-shadow:none!important}
  .mobile-bottom-nav>a.active .mobile-bottom-icon,.mobile-bottom-nav>button.active .mobile-bottom-icon{background:transparent!important;box-shadow:none!important;filter:none!important}
  html.dark-mode .mobile-bottom-nav>a.active,html.dark-mode .mobile-bottom-nav>button.active{background:transparent!important;color:var(--mobile-nav-active,#e11d48)!important}
}
body[data-page="home"] .product-grid.product-rail{scroll-padding-inline:var(--zorella-rail-edge,14px)!important;padding-inline:var(--zorella-rail-edge,14px)!important;margin-inline:0!important}
body[data-page="home"] .product-grid.product-rail>.product-card:first-child{margin-inline-start:0!important}
body[data-page="home"] .product-grid.product-rail>.product-card:last-child{margin-inline-end:0!important}


/* Zorella v28.1.71 — true infinite banner loop with clipped viewport */
.hero-section>.container,.home-middle-banner-section>.container{overflow:hidden!important}
.hero-carousel{overflow:hidden!important;isolation:isolate!important;min-height:0!important;width:100%!important}
.hero-carousel .hero-slides{display:flex!important;position:relative!important;gap:clamp(8px,1vw,14px)!important;min-height:0!important;overflow-x:auto!important;overflow-y:hidden!important;scroll-snap-type:x mandatory!important;scroll-behavior:auto!important;scrollbar-width:none!important;padding-inline:0!important;padding-block:3px 12px!important;scroll-padding-inline:clamp(20px,3vw,40px)!important;overscroll-behavior-inline:contain!important;-webkit-overflow-scrolling:touch}
.hero-carousel .hero-slides::-webkit-scrollbar{display:none!important}
.hero-carousel .hero-slide{position:relative!important;inset:auto!important;display:block!important;flex:0 0 calc(100% - clamp(52px,6vw,86px))!important;width:auto!important;min-height:0!important;aspect-ratio:2.45/1;opacity:.88!important;visibility:visible!important;pointer-events:auto!important;transform:scale(.985)!important;scroll-snap-align:center!important;scroll-snap-stop:always!important;border-radius:clamp(16px,2vw,28px)!important;background-image:var(--hero-desktop)!important;background-size:cover!important;background-position:center!important;box-shadow:0 12px 34px rgba(15,23,42,.12)!important;transition:opacity .42s ease,transform .5s cubic-bezier(.2,.8,.2,1),box-shadow .42s ease!important}
.hero-carousel .hero-slide.active{opacity:1!important;transform:scale(1)!important;z-index:2!important;box-shadow:0 18px 46px rgba(15,23,42,.18)!important}
.hero-carousel .hero-slide[data-hero-clone]{pointer-events:auto}
.hero-carousel:not(.hero-loop-mounted) .hero-slides{scroll-behavior:auto!important}
@media(max-width:780px){
  .hero-section>.container,.home-middle-banner-section>.container{width:100%!important;max-width:none!important;margin-inline:0!important;padding-inline:0!important}
  .hero-carousel{width:100vw!important;max-width:100vw!important;margin-inline:calc(50% - 50vw)!important;border-radius:0!important}
  .hero-carousel .hero-slides{gap:8px!important;padding-inline:0!important;padding-bottom:10px!important;scroll-padding-inline:17px!important}
  .hero-carousel .hero-slide{flex-basis:calc(100% - 34px)!important;aspect-ratio:2.05/1;border-radius:18px!important;opacity:.92!important;transform:scale(.992)!important}
  .hero-carousel .hero-slide.active{transform:scale(1)!important}
  .hero-carousel .hero-nav{display:none!important}
}


/* Zorella v28.1.72 — horizontal-only carousel motion and stable page scroll */
.hero-carousel .hero-slides{scroll-behavior:auto!important;overflow-anchor:none!important}
.hero-carousel,.hero-section,.home-middle-banner-section{overflow-anchor:none!important}


/* Zorella v28.1.74 — compact product tab header spacing */
body:is([data-page="product"],[data-page="set-product"]) .dk-tab-bar{
  align-items:stretch!important;
  min-height:0!important;
  padding-top:0!important;
}
body:is([data-page="product"],[data-page="set-product"]) .dk-tab-link{
  padding-top:11px!important;
  padding-bottom:15px!important;
  line-height:1.25!important;
}
@media(max-width:780px){
  body:is([data-page="product"],[data-page="set-product"]) .dk-tab-link{
    padding-top:8px!important;
    padding-bottom:12px!important;
  }
}

/* Zorella v28.1.75 — remove only the empty space above product/set tabs */
body:is([data-page="product"],[data-page="set-product"]) .dk-product-tabs > .dk-tab-bar:first-child{
  position:relative!important;
  top:auto!important;
  inset-block-start:auto!important;
  margin-block-start:0!important;
  padding-block-start:0!important;
}
@media(max-width:900px){
  body:is([data-page="product"],[data-page="set-product"]) .dk-product-tabs > .dk-tab-bar:first-child{
    position:relative!important;
    top:auto!important;
    inset-block-start:auto!important;
  }
}

/* Zorella v28.1.76 — balanced centered product/set tabs and uniform panel inset */
body:is([data-page="product"],[data-page="set-product"]) .dk-product-tabs > .dk-tab-bar:first-child{
  display:flex!important;
  align-items:stretch!important;
  justify-content:center!important;
  width:100%!important;
  gap:0!important;
  overflow:hidden!important;
  padding:0!important;
}
body:is([data-page="product"],[data-page="set-product"]) .dk-product-tabs > .dk-tab-bar:first-child > .dk-tab-link{
  flex:1 1 0!important;
  min-width:0!important;
  max-width:none!important;
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  text-align:center!important;
  padding:15px 8px 16px!important;
  line-height:1.35!important;
  white-space:nowrap!important;
}
body:is([data-page="product"],[data-page="set-product"]) .dk-product-tabs > .dk-tab-bar:first-child > .dk-tab-link::after{
  right:auto!important;
  left:50%!important;
  width:min(54px,52%)!important;
  transform:translateX(-50%)!important;
  bottom:0!important;
}
body:is([data-page="product"],[data-page="set-product"]) .dk-product-tabs > .dk-tab-panel,
body:is([data-page="product"],[data-page="set-product"]) #dk-tab-specs,
body:is([data-page="product"],[data-page="set-product"]) #dk-tab-reviews,
body:is([data-page="product"],[data-page="set-product"]) #dk-tab-questions,
body:is([data-page="product"],[data-page="set-product"]) #dk-tab-size{
  padding:24px!important;
  scroll-margin-top:0!important;
}
body:is([data-page="product"],[data-page="set-product"]) .dk-tab-panel > :first-child,
body:is([data-page="product"],[data-page="set-product"]) .dk-spec-table,
body:is([data-page="product"],[data-page="set-product"]) .product-reviews-section,
body:is([data-page="product"],[data-page="set-product"]) #product-questions-panel,
body:is([data-page="product"],[data-page="set-product"]) .size-guide-content,
body:is([data-page="product"],[data-page="set-product"]) .size-guide-table{
  margin-top:0!important;
}
body:is([data-page="product"],[data-page="set-product"]) .dk-panel-title{
  margin-top:0!important;
}
@media(max-width:780px){
  body:is([data-page="product"],[data-page="set-product"]) .dk-product-tabs > .dk-tab-bar:first-child > .dk-tab-link{
    padding:12px 4px 13px!important;
    font-size:clamp(12px,3.45vw,14px)!important;
    letter-spacing:-.15px;
  }
  body:is([data-page="product"],[data-page="set-product"]) .dk-product-tabs > .dk-tab-panel,
  body:is([data-page="product"],[data-page="set-product"]) #dk-tab-specs,
  body:is([data-page="product"],[data-page="set-product"]) #dk-tab-reviews,
  body:is([data-page="product"],[data-page="set-product"]) #dk-tab-questions,
  body:is([data-page="product"],[data-page="set-product"]) #dk-tab-size{
    padding:16px!important;
  }
}



/* Zorella v28.1.79 — polished product tabs without structural changes */
body:is([data-page="product"],[data-page="set-product"]) .dk-product-tabs > .dk-tab-bar:first-child{
  padding:5px!important;
  gap:4px!important;
  background:linear-gradient(180deg,color-mix(in srgb,var(--surface) 94%,#f8fafc),color-mix(in srgb,var(--surface) 88%,#eef2f7))!important;
  border-bottom:1px solid color-mix(in srgb,var(--border) 78%,transparent)!important;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.72),inset 0 -1px 0 rgba(15,23,42,.025)!important;
}
body:is([data-page="product"],[data-page="set-product"]) .dk-product-tabs > .dk-tab-bar:first-child > .dk-tab-link{
  border-radius:12px!important;
  padding:11px 6px 12px!important;
  color:color-mix(in srgb,var(--text) 61%,var(--muted))!important;
  transition:background .2s ease,color .2s ease,box-shadow .2s ease,transform .2s ease!important;
}
body:is([data-page="product"],[data-page="set-product"]) .dk-product-tabs > .dk-tab-bar:first-child > .dk-tab-link:hover{
  background:color-mix(in srgb,var(--surface) 84%,var(--accent) 4%)!important;
  color:var(--text)!important;
}
body:is([data-page="product"],[data-page="set-product"]) .dk-product-tabs > .dk-tab-bar:first-child > .dk-tab-link.active{
  background:var(--surface)!important;
  color:var(--accent)!important;
  box-shadow:0 5px 16px rgba(15,23,42,.075),inset 0 0 0 1px color-mix(in srgb,var(--accent) 13%,var(--border))!important;
}
body:is([data-page="product"],[data-page="set-product"]) .dk-product-tabs > .dk-tab-bar:first-child > .dk-tab-link::after{
  width:26px!important;
  height:3px!important;
  bottom:4px!important;
  box-shadow:none!important;
}
html.dark-mode body:is([data-page="product"],[data-page="set-product"]) .dk-product-tabs > .dk-tab-bar:first-child{
  background:linear-gradient(180deg,#121a28,#0e1623)!important;
  border-color:rgba(226,232,240,.12)!important;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.035)!important;
}
html.dark-mode body:is([data-page="product"],[data-page="set-product"]) .dk-product-tabs > .dk-tab-bar:first-child > .dk-tab-link.active{
  background:#1b2636!important;
  color:#fda4af!important;
  box-shadow:0 6px 18px rgba(0,0,0,.32),inset 0 0 0 1px rgba(251,113,133,.18)!important;
}
@media(max-width:780px){
  body:is([data-page="product"],[data-page="set-product"]) .dk-product-tabs > .dk-tab-bar:first-child{padding:4px!important;gap:3px!important}
  body:is([data-page="product"],[data-page="set-product"]) .dk-product-tabs > .dk-tab-bar:first-child > .dk-tab-link{padding:10px 3px 11px!important;border-radius:10px!important}
}

/* Zorella v28.1.80 — truly circular product-color filters */
#color-filter .color-swatch-filter{box-sizing:border-box!important;width:40px!important;height:40px!important;min-width:40px!important;min-height:40px!important;max-width:40px!important;max-height:40px!important;aspect-ratio:1/1!important;border-radius:50%!important;padding:4px!important;display:grid!important;place-items:center!important;flex:0 0 40px!important}
#color-filter .color-swatch-filter span{box-sizing:border-box!important;width:100%!important;height:100%!important;aspect-ratio:1/1!important;border-radius:50%!important;transform:none!important}
@media(max-width:780px){#color-filter .color-swatch-filter{width:36px!important;height:36px!important;min-width:36px!important;min-height:36px!important;max-width:36px!important;max-height:36px!important;flex-basis:36px!important}}

/* Zorella v28.1.101: mobile login interaction and stale-overlay guard */
body[data-page="login"]{overflow-x:hidden}
body[data-page="login"] .auth-page,body[data-page="login"] .auth-shell,body[data-page="login"] .auth-card{position:relative;z-index:2;pointer-events:auto!important;isolation:isolate}
body[data-page="login"] .auth-card input,body[data-page="login"] .auth-card button{position:relative;z-index:3;pointer-events:auto!important;touch-action:manipulation}
body[data-page="login"]:not(.nav-open) #nav-overlay{opacity:0!important;visibility:hidden!important;pointer-events:none!important}
body[data-page="login"] .support-chat-backdrop:not(.open),body[data-page="login"] .filter-drawer-backdrop,body[data-page="login"] .store-modal-backdrop[aria-hidden="true"]{pointer-events:none!important}
body[data-page="login"] .zorella-loader.hide{display:none!important;pointer-events:none!important}
body[data-page="login"] :is(.store-modal-backdrop,.modal-backdrop,.modal-overlay,.filter-drawer-backdrop,.z-media-layer,.z-size-guide-backdrop,.z-stock-alert-backdrop){display:none!important;visibility:hidden!important;pointer-events:none!important}
@media(max-width:780px){body[data-page="login"] .auth-page{min-height:calc(100dvh - 76px);padding-top:12px}body[data-page="login"] .auth-shell{width:min(calc(100% - 24px),var(--container));min-height:auto}body[data-page="login"] .auth-card{width:100%;min-width:0}}


/* Zorella v28.1.106 — storefront flat design: no element shadows */
body:not([data-page="admin"]) *,body:not([data-page="admin"]) *::before,body:not([data-page="admin"]) *::after{box-shadow:none!important;text-shadow:none!important}
body:not([data-page="admin"]) :is(.clean-product-card .clean-product-image img,.clean-product-card .card-slide,.mobile-bottom-icon svg,.customer-login svg,.account-nav svg,.account-wallet-icon .account-metric-svg,.account-reward-icon .account-metric-svg){filter:none!important}

/* Zorella v28.1.111 — configurable product-card boundary per desktop/mobile. */
:root{--z-card-border-width:var(--z-desktop-card-border-width,1px)}
@media(max-width:780px){:root{--z-card-border-width:var(--z-mobile-card-border-width,1px)}}

/* Zorella v28.1.107 — truly flat product cards with a hairline boundary and no card-level cart CTA */
body:not([data-page="admin"]) .product-card.clean-product-card{
  background:var(--surface,#fff)!important;
  background-image:none!important;
  border:var(--z-card-border-width,1px) solid rgba(15,23,42,.12)!important;
  border-color:color-mix(in srgb,var(--text,#171717) 10%,transparent)!important;
  box-shadow:none!important;
  filter:none!important;
  -webkit-filter:none!important;
  backdrop-filter:none!important;
  -webkit-backdrop-filter:none!important;
}
body:not([data-page="admin"]) .product-card.clean-product-card::before,
body:not([data-page="admin"]) .product-card.clean-product-card::after,
body:not([data-page="admin"]) .product-card.clean-product-card .clean-product-info::before,
body:not([data-page="admin"]) .product-card.clean-product-card .clean-product-info::after{content:none!important;display:none!important}
body:not([data-page="admin"]) .product-card.clean-product-card .clean-product-info{
  background:var(--surface,#fff)!important;
  background-image:none!important;
  border:0!important;
  box-shadow:none!important;
  filter:none!important;
  -webkit-filter:none!important;
  backdrop-filter:none!important;
  -webkit-backdrop-filter:none!important;
}
body:not([data-page="admin"]) :is(.product-card .quick-add,.clean-product-card .card-cart-action){display:none!important}
html.dark-mode body:not([data-page="admin"]) .product-card.clean-product-card{
  border-color:color-mix(in srgb,var(--text,#f5f5f5) 14%,transparent)!important;
}

/* Zorella v28.1.110 — balanced transition from product trust badges to related products. */
body[data-page="product"] main > .section.container:first-child{
  padding-bottom:8px!important;
}
body[data-page="product"] .section-soft.v19-related-section{
  padding-top:12px!important;
}
body[data-page="product"] #product-dk-tabs + .product-features,
body[data-page="product"] .dk-product-tabs + .product-features{
  margin-bottom:0!important;
}
@media(max-width:780px){
  body[data-page="product"] main > .section.container:first-child{padding-bottom:5px!important}
  body[data-page="product"] .section-soft.v19-related-section{padding-top:9px!important}
}



/* Zorella v28.1.109 — equal product-card heights and horizontally centered prices */
body:not([data-page="admin"]) .product-card.clean-product-card:not(.is-set-card){
  height:var(--z-equal-card-height,auto)!important;
  min-height:var(--z-equal-card-height,0)!important;
  align-self:stretch!important;
}
body:not([data-page="admin"]) .product-card.clean-product-card .clean-price-row{
  width:100%!important;min-width:0!important;margin-inline:auto!important;text-align:center!important;
  justify-content:center!important;justify-items:center!important;align-items:center!important;align-content:end!important;
}
body:not([data-page="admin"]) .product-card.clean-product-card .price-current{
  display:inline-flex!important;align-items:baseline!important;justify-content:center!important;gap:3px!important;
  width:auto!important;max-width:100%!important;margin-inline:auto!important;text-align:center!important;direction:rtl!important;
}
body:not([data-page="admin"]) .product-card.clean-product-card :is(.price-amount,.price-currency,.price-old){
  grid-column:auto!important;grid-row:auto!important;justify-self:center!important;text-align:center!important;
}
body:not([data-page="admin"]) .product-card.clean-product-card.has-discount .clean-price-row{
  display:flex!important;flex-direction:column!important;flex-wrap:nowrap!important;gap:2px!important;
  width:100%!important;align-items:center!important;justify-content:flex-end!important;
}
body:not([data-page="admin"]) .product-card.clean-product-card.has-discount .price-old{order:1!important;margin-inline:auto!important}
body:not([data-page="admin"]) .product-card.clean-product-card.has-discount .price-current{order:2!important;margin-inline:auto!important}
body:not([data-page="admin"]) .product-card.clean-product-card.is-set-card .clean-price-row{justify-content:center!important;text-align:center!important}

/* v28.1.130 — bank-transfer checkout */
.bank-transfer-payment-option{position:relative;overflow:hidden;border-style:solid}.bank-transfer-payment-option:has(input:checked){border-color:color-mix(in srgb,var(--accent,#111) 55%,transparent);background:color-mix(in srgb,var(--accent,#111) 4%,var(--surface,#fff))}.bank-transfer-payment-option>span{min-width:0}.bank-transfer-mini-card{display:block;margin-top:7px;font-style:normal;font-size:12px;letter-spacing:.08em;direction:ltr;unicode-bidi:isolate;color:inherit;opacity:.82}.payment-badge{align-self:center;margin-inline-start:auto;padding:5px 8px;border-radius:999px;font-size:10px;white-space:nowrap;background:rgba(34,197,94,.1);color:#15803d}.payment-discount-row{color:#15803d}.bank-transfer-success{margin-top:16px;padding:18px;border:1px solid rgba(34,197,94,.22);border-radius:20px;background:linear-gradient(145deg,rgba(34,197,94,.055),rgba(255,255,255,.72));display:grid;gap:12px}.bank-transfer-success-head{display:flex;justify-content:space-between;gap:12px;align-items:flex-start}.bank-transfer-success-head span{display:block;font-size:11px;color:#15803d}.bank-transfer-success-head h3{margin:3px 0 0;font-size:18px}.bank-transfer-success-head>b{padding:6px 9px;border-radius:999px;background:rgba(34,197,94,.1);color:#15803d;font-size:11px}.bank-transfer-card-number{padding:13px 15px;border-radius:15px;background:rgba(15,23,42,.92);color:#fff;display:grid;gap:4px}.bank-transfer-card-number small{opacity:.65}.bank-transfer-card-number strong{font-size:18px;letter-spacing:.12em;overflow-wrap:anywhere}.bank-transfer-success>p{display:flex;justify-content:space-between;gap:14px;margin:0;padding-bottom:9px;border-bottom:1px solid rgba(127,127,127,.12);font-size:12px}.bank-transfer-success>p span{opacity:.65}.bank-transfer-success>p b{overflow-wrap:anywhere;text-align:left}.bank-transfer-instructions{padding:10px 12px;border-radius:12px;background:rgba(127,127,127,.07);font-size:12px;line-height:1.8;white-space:pre-line}.bank-transfer-success>small{font-size:11px;line-height:1.8;opacity:.7}
@media(max-width:620px){.payment-option.bank-transfer-payment-option{align-items:flex-start;gap:9px}.payment-badge{font-size:9px;padding:4px 7px}.bank-transfer-success{padding:14px;border-radius:16px}.bank-transfer-success-head{display:grid}.bank-transfer-success-head>b{justify-self:start}.bank-transfer-card-number strong{font-size:15px;letter-spacing:.08em}.bank-transfer-success>p{display:grid;gap:3px}.bank-transfer-success>p b{text-align:right}}


/* v28.1.137 — customer order journey and precise product mobile spacing */
.customer-order-card{position:relative;cursor:pointer;transition:border-color .18s ease,background .18s ease}.customer-order-card:focus-visible{outline:2px solid var(--primary);outline-offset:3px}.customer-order-card .customer-order-open-hint{display:flex;align-items:center;gap:7px;color:var(--muted);font-size:11px;font-weight:800;margin-top:5px}.customer-order-card:hover{border-color:color-mix(in srgb,var(--primary) 38%,var(--border))}
.order-journey-card{margin-top:20px;border:1px solid var(--border);border-radius:24px;padding:0;overflow:hidden;background:var(--surface)}.order-journey-hero{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:18px;align-items:center;padding:22px 24px;border-bottom:1px solid var(--border);background:linear-gradient(145deg,color-mix(in srgb,var(--primary) 7%,var(--surface)),var(--surface) 64%)}.order-journey-hero small{display:block;color:var(--muted);font-weight:700}.order-journey-hero h2{margin:4px 0 5px;font-size:24px}.order-journey-hero-meta{display:flex;flex-wrap:wrap;gap:8px 16px;color:var(--muted);font-size:12px}.order-journey-status{display:grid;justify-items:end;gap:8px}.order-journey-status .status-chip{font-size:12px;padding:8px 13px}.order-journey-body{display:grid;grid-template-columns:minmax(0,1.45fr) minmax(250px,.72fr);gap:22px;padding:24px}.order-journey-title{margin:0 0 17px;font-size:18px}.order-journey{display:grid;gap:0}.order-journey-step{position:relative;display:grid;grid-template-columns:46px minmax(0,1fr);gap:14px;min-height:92px}.order-journey-step:not(:last-child):before{content:"";position:absolute;right:22px;top:43px;bottom:-5px;width:3px;border-radius:4px;background:var(--border)}.order-journey-step.complete:not(:last-child):before{background:var(--success)}.order-journey-node{position:relative;z-index:1;width:44px;height:44px;border-radius:50%;display:grid;place-items:center;border:2px solid var(--border);background:var(--surface);color:var(--muted);font-size:18px;font-weight:900}.order-journey-step.complete .order-journey-node{background:var(--success);border-color:var(--success);color:#fff}.order-journey-step.current .order-journey-node{background:var(--primary);border-color:var(--primary);color:#fff;box-shadow:0 0 0 6px color-mix(in srgb,var(--primary) 12%,transparent)}.order-journey-copy{padding:3px 0 18px}.order-journey-copy b{display:block;font-size:15px;margin-bottom:5px}.order-journey-copy p{margin:0;color:var(--muted);font-size:12px;line-height:1.9}.order-journey-step.future .order-journey-copy{opacity:.55}.order-journey-side{display:grid;align-content:start;gap:12px}.order-journey-fact{border:1px solid var(--border);border-radius:17px;padding:14px 15px;display:grid;gap:5px;background:color-mix(in srgb,var(--soft) 55%,var(--surface))}.order-journey-fact span{color:var(--muted);font-size:11px}.order-journey-fact b{font-size:13px;overflow-wrap:anywhere}.order-journey-cancelled{padding:22px;border:1px solid color-mix(in srgb,#dc2626 28%,var(--border));border-radius:18px;background:color-mix(in srgb,#dc2626 6%,var(--surface));color:#b91c1c;font-weight:900}.test-order-badge{display:inline-flex;align-items:center;gap:6px;border-radius:999px;padding:6px 10px;background:#fff3cd;color:#7a5600;font-size:11px;font-weight:900}.test-customer-notice{margin:12px auto 0;width:min(calc(100% - 28px),var(--container));border:1px solid #f2cf6b;background:#fff8df;color:#654c00;border-radius:14px;padding:10px 13px;font-size:11px;font-weight:800;text-align:center}
@media(max-width:780px){body[data-page="product"] main > .section.container.product-detail-section:first-child{padding-bottom:3px!important}body[data-page="product"] main > .section.product-related-section{padding-top:0!important}.order-journey-card{border-radius:19px}.order-journey-hero{grid-template-columns:1fr;padding:17px 16px}.order-journey-hero h2{font-size:20px}.order-journey-status{justify-items:start}.order-journey-body{grid-template-columns:1fr;padding:18px 15px;gap:16px}.order-journey-step{grid-template-columns:40px minmax(0,1fr);min-height:86px;gap:11px}.order-journey-node{width:38px;height:38px;font-size:16px}.order-journey-step:not(:last-child):before{right:18px;top:37px}.order-journey-copy{padding-top:1px}.order-journey-copy b{font-size:14px}.order-journey-side{grid-template-columns:1fr 1fr}.order-journey-fact{padding:12px}.customer-order-card{cursor:pointer}}
@media(max-width:480px){.order-journey-side{grid-template-columns:1fr}.order-journey-hero-meta{display:grid;gap:5px}.order-journey-step{min-height:82px}}

/* Zorella v28.1.140 — real mobile visual gap between product trust cards and related products. */
@media(max-width:780px){
  body[data-page="product"] main > section.section.container.product-detail-section:first-child{padding-bottom:3px!important;margin-bottom:0!important}
  body[data-page="product"] #product-detail{min-height:0!important;padding-bottom:0!important;margin-bottom:0!important}
  body[data-page="product"] #product-detail > .product-features,body[data-page="product"] .product-detail > .product-features{margin-bottom:0!important}
  body[data-page="product"] main > section.section.section-soft.product-related-section{padding-top:0!important;margin-top:0!important}
}

/* Zorella v28.1.148 — storefront rail direction, modern policy/contact/tracking pages and compact footer. */
.site-footer .footer-grid.footer-grid-compact{grid-template-columns:minmax(220px,1.35fr) minmax(180px,.75fr) minmax(230px,1fr)!important;gap:34px!important}
.site-footer .footer-grid.footer-grid-compact #footer-trust-links{grid-column:auto!important}
.site-footer .footer-service-panel .footer-links a{display:inline-flex;align-items:center;gap:7px;width:max-content;max-width:100%;padding:8px 0}
.site-footer .footer-social-panel .footer-language{max-width:180px}
.info-modern-hero{position:relative;overflow:hidden;background:radial-gradient(circle at 12% 18%,color-mix(in srgb,var(--accent) 13%,transparent),transparent 34%),linear-gradient(145deg,color-mix(in srgb,var(--soft) 80%,#fff),var(--surface));border-bottom:1px solid var(--border)}
.info-modern-hero:after{content:"";position:absolute;inset:auto -80px -100px auto;width:280px;height:280px;border-radius:50%;background:color-mix(in srgb,var(--primary) 5%,transparent);pointer-events:none}
.info-modern-hero .container{position:relative;z-index:1}.info-modern-hero h1{max-width:760px}.info-modern-hero p{max-width:720px;line-height:2}.info-hero-badge,.info-card-kicker{display:inline-flex;align-items:center;width:max-content;max-width:100%;padding:6px 11px;border-radius:999px;background:color-mix(in srgb,var(--accent) 9%,var(--surface));border:1px solid color-mix(in srgb,var(--accent) 22%,var(--border));color:var(--accent);font-size:11px;font-weight:950;margin-top:18px}.policy-hero-chips{display:flex;flex-wrap:wrap;gap:8px;margin-top:22px}.policy-hero-chips span{padding:8px 11px;border-radius:999px;background:var(--surface);border:1px solid var(--border);font-size:11px;font-weight:850;box-shadow:0 8px 22px rgba(15,23,42,.04)}
.policy-documents-section{padding-top:54px}.policy-section-head{display:flex;align-items:end;justify-content:space-between;gap:24px;margin-bottom:24px}.policy-section-head>div>span{color:var(--accent);font-size:12px;font-weight:950}.policy-section-head h2{margin:5px 0 7px;font-size:clamp(26px,3vw,38px)}.policy-section-head p{margin:0;color:var(--muted);max-width:700px}.policy-document-stack{display:grid;grid-template-columns:1fr;gap:26px;max-width:980px;margin-inline:auto}.policy-document-card{margin:0;padding:16px;border:1px solid var(--border);border-radius:26px;background:var(--surface);box-shadow:0 20px 55px rgba(15,23,42,.07);overflow:hidden}.policy-document-card figcaption{display:flex;align-items:center;gap:14px;padding:3px 4px 14px}.policy-document-card figcaption b{flex:0 0 auto;display:grid;place-items:center;min-width:62px;height:34px;border-radius:999px;background:var(--primary);color:#fff;font-size:12px}.policy-document-card figcaption span{color:var(--muted);font-size:13px;line-height:1.8}.policy-document-card a{display:block;border-radius:18px;overflow:hidden;background:#fff;border:1px solid color-mix(in srgb,var(--border) 75%,transparent)}.policy-document-card img{width:100%;height:auto;object-fit:contain;background:#fff}.policy-extra-section{padding-top:22px}.policy-extra-card{max-width:980px;border-radius:26px}.policy-extra-card h2{font-size:27px;margin-top:8px}
.contact-modern-section{padding-top:54px}.contact-modern-layout{display:grid;grid-template-columns:minmax(0,1.55fr) minmax(280px,.65fr);gap:22px;align-items:start}.contact-modern-card{max-width:none;margin:0;padding:28px;border-radius:27px}.contact-modern-card h2{font-size:30px;margin-top:8px}.contact-modern-copy{padding:4px 0 10px}.contact-action-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;margin-top:20px}.contact-action-card{min-width:0;display:grid;grid-template-columns:46px minmax(0,1fr);grid-template-rows:auto auto;column-gap:12px;align-items:center;padding:15px;border:1px solid var(--border);border-radius:19px;background:color-mix(in srgb,var(--soft) 62%,var(--surface));transition:.2s}.contact-action-card:hover{transform:translateY(-2px);border-color:color-mix(in srgb,var(--accent) 32%,var(--border));box-shadow:0 12px 30px rgba(15,23,42,.07)}.contact-action-icon{grid-row:1/3;width:46px;height:46px;border-radius:15px;display:grid;place-items:center;background:var(--surface);border:1px solid var(--border);color:var(--accent);font-size:20px}.contact-action-card small{color:var(--muted);font-size:10px;font-weight:850}.contact-action-card b{min-width:0;font-size:13px;overflow-wrap:anywhere}.contact-detail-grid{display:grid;gap:10px;margin-top:12px}.contact-location-card{display:flex;align-items:flex-start;gap:12px;padding:14px 16px;border:1px solid var(--border);border-radius:18px;background:var(--surface)}.contact-location-card>span{width:34px;height:34px;border-radius:12px;display:grid;place-items:center;background:var(--soft);flex:0 0 auto}.contact-location-card div{min-width:0;display:grid;gap:3px}.contact-location-card small{color:var(--muted);font-size:10px}.contact-location-card b{font-size:12px;line-height:1.9;overflow-wrap:anywhere}.contact-location-card.is-link:hover{border-color:color-mix(in srgb,var(--accent) 30%,var(--border))}.contact-side-card{position:sticky;top:105px;padding:26px;border-radius:26px;background:linear-gradient(160deg,#151515,#272727);color:#fff;box-shadow:0 24px 60px rgba(15,23,42,.14)}.contact-side-icon{width:48px;height:48px;border-radius:16px;display:grid;place-items:center;background:#fff;color:#111;font-weight:1000}.contact-side-card h2{font-size:22px;margin:18px 0 8px}.contact-side-card p{color:#c4c4c4;font-size:13px;line-height:2}.contact-side-links{display:grid;margin-top:18px;border-top:1px solid rgba(255,255,255,.12)}.contact-side-links a{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:13px 0;border-bottom:1px solid rgba(255,255,255,.1);font-size:12px;font-weight:850}.contact-side-links b{font-size:18px}
.track-modern-hero{padding:58px 0;background:radial-gradient(circle at 12% 18%,color-mix(in srgb,var(--accent) 13%,transparent),transparent 36%),linear-gradient(145deg,var(--soft),var(--surface));border-bottom:1px solid var(--border)}.track-hero-inner{display:grid;grid-template-columns:minmax(0,1.35fr) minmax(300px,.65fr);gap:40px;align-items:center}.track-modern-hero h1{font-size:clamp(38px,5vw,62px);line-height:1.2;margin:10px 0}.track-modern-hero p{max-width:720px;color:var(--muted);line-height:2}.track-hero-visual{display:grid;grid-template-columns:44px minmax(0,1fr);gap:7px 12px;align-items:center;padding:22px;border:1px solid var(--border);border-radius:25px;background:color-mix(in srgb,var(--surface) 88%,transparent);box-shadow:0 18px 45px rgba(15,23,42,.06)}.track-hero-visual span{width:42px;height:42px;border-radius:14px;display:grid;place-items:center;background:var(--primary);color:#fff;font-size:11px;font-weight:950}.track-hero-visual b{font-size:13px}.track-hero-visual i{grid-column:1;width:2px;height:18px;background:var(--border);margin-inline:auto}.track-modern-section{padding-top:50px}.track-modern-layout{display:grid;grid-template-columns:minmax(0,1.25fr) minmax(280px,.55fr);gap:22px;align-items:start}.track-entry-card,.track-help-card{border:1px solid var(--border);border-radius:26px;background:var(--surface);box-shadow:0 18px 50px rgba(15,23,42,.06)}.track-entry-card{padding:28px}.track-entry-head{display:flex;align-items:center;gap:14px;margin-bottom:22px}.track-entry-icon{width:50px;height:50px;border-radius:16px;display:grid;place-items:center;background:var(--primary);color:#fff;font-size:21px}.track-entry-head small{color:var(--muted);font-size:10px;font-weight:850}.track-entry-head h2{font-size:22px;margin:2px 0 0}.track-modern-form{display:grid;grid-template-columns:1fr 1fr;gap:12px}.track-modern-form .field{margin:0}.track-modern-form .track-submit{grid-column:1/-1;margin-top:4px;justify-content:space-between;padding-inline:18px}.track-modern-form .track-submit b{font-size:20px}.track-privacy-note{display:flex;gap:9px;align-items:flex-start;margin-top:14px;padding:11px 13px;border-radius:15px;background:var(--soft);color:var(--muted);font-size:11px}.track-privacy-note p{margin:0}.track-help-card{padding:25px}.track-help-kicker{color:var(--accent);font-size:11px;font-weight:950}.track-help-card h2{font-size:21px;line-height:1.5;margin:7px 0 8px}.track-help-card>p{color:var(--muted);font-size:12px;line-height:2}.track-help-list{display:grid;gap:9px;margin:18px 0}.track-help-list div{display:flex;align-items:center;gap:10px}.track-help-list b{width:30px;height:30px;border-radius:10px;display:grid;place-items:center;background:var(--soft);font-size:11px}.track-help-list span{font-size:12px;font-weight:800}.track-help-card .btn{width:100%}.track-modern-result{max-width:100%;margin-top:22px}.track-modern-result .order-journey-card{box-shadow:0 20px 55px rgba(15,23,42,.07)}
@media(max-width:900px){.contact-modern-layout,.track-modern-layout,.track-hero-inner{grid-template-columns:1fr}.contact-side-card{position:static}.track-hero-visual{max-width:520px}.site-footer .footer-grid.footer-grid-compact{grid-template-columns:repeat(2,minmax(0,1fr))!important}.site-footer .footer-grid.footer-grid-compact #footer-trust-links{grid-column:1/-1!important}}
@media(max-width:780px){.info-modern-hero,.track-modern-hero{padding:34px 0 30px!important}.info-modern-hero h1,.track-modern-hero h1{font-size:32px!important}.policy-hero-chips{gap:6px}.policy-hero-chips span{font-size:10px;padding:7px 9px}.policy-documents-section,.contact-modern-section,.track-modern-section{padding-top:30px!important;padding-bottom:42px!important}.policy-section-head{display:grid;gap:15px;margin-bottom:17px}.policy-section-head .btn{width:100%}.policy-document-stack{gap:16px}.policy-document-card{padding:9px;border-radius:19px}.policy-document-card figcaption{display:grid;grid-template-columns:auto minmax(0,1fr);gap:9px;padding:4px 3px 10px}.policy-document-card figcaption b{min-width:54px;height:30px}.policy-document-card figcaption span{font-size:11px}.policy-document-card a{border-radius:14px}.policy-extra-section{padding-top:0!important}.policy-extra-card,.contact-modern-card{padding:20px 16px;border-radius:21px}.contact-modern-card h2{font-size:25px}.contact-action-grid{grid-template-columns:1fr}.contact-action-card{grid-template-columns:42px minmax(0,1fr);padding:13px}.contact-action-icon{width:42px;height:42px}.contact-side-card{padding:21px;border-radius:21px}.track-hero-visual{display:none}.track-entry-card,.track-help-card{padding:19px 15px;border-radius:21px}.track-entry-head{margin-bottom:17px}.track-entry-head h2{font-size:19px}.track-modern-form{grid-template-columns:1fr}.track-modern-form .track-submit{grid-column:auto}.track-modern-result .order-journey-card{margin-top:16px}.site-footer .footer-grid.footer-grid-compact{grid-template-columns:1fr 1fr!important;gap:24px 16px!important}.site-footer .footer-grid.footer-grid-compact #footer-trust-links{grid-column:1/-1!important}}
@media(max-width:460px){.site-footer .footer-grid.footer-grid-compact{grid-template-columns:1fr!important}.site-footer .footer-grid.footer-grid-compact #footer-trust-links{grid-column:auto!important}.site-footer .footer-social-panel .footer-language{max-width:none}.policy-document-card figcaption{grid-template-columns:1fr}.policy-document-card figcaption b{width:max-content}.track-entry-head{align-items:flex-start}.track-entry-icon{width:44px;height:44px}.track-help-card h2{font-size:19px}}


/* Zorella v28.1.149 — modern FAQ and text-first return policy, simplified footer */
.site-footer .footer-language,.site-footer .trust-mini{display:none!important}
.faq-modern-page .faq-modern-hero{position:relative;overflow:hidden;background:linear-gradient(145deg,var(--surface),color-mix(in srgb,var(--accent) 5%,var(--soft)));border-bottom:1px solid var(--border)}
.faq-modern-page .faq-modern-hero .container{position:relative;z-index:1}.faq-modern-page .faq-modern-hero:after{content:'?';position:absolute;left:max(5vw,30px);top:50%;transform:translateY(-50%);font-size:150px;line-height:1;font-weight:1000;color:color-mix(in srgb,var(--accent) 7%,transparent);pointer-events:none}
.faq-modern-section{padding-top:44px!important}.faq-modern-shell{max-width:920px;margin-inline:auto}.faq-modern-card{max-width:none;margin:0;padding:26px;border-radius:26px;box-shadow:0 18px 50px rgba(15,23,42,.055)}.faq-modern-card-head{display:flex;align-items:end;justify-content:space-between;gap:18px;padding-bottom:16px;border-bottom:1px solid var(--border);margin-bottom:12px}.faq-modern-card-head h2{margin:4px 0 0;font-size:26px}.faq-modern-card-head p{margin:0;max-width:430px;color:var(--muted);font-size:12px;line-height:1.9}.faq-modern-page .faq-accordion-item{border-radius:16px!important;box-shadow:none!important;background:color-mix(in srgb,var(--soft) 52%,var(--surface))!important}.faq-modern-page .faq-accordion-item summary{font-size:13px;line-height:1.8}.faq-modern-page .faq-accordion-item p{font-size:12px;line-height:2.05}
.policy-text-section{padding-top:48px!important}.policy-modern-layout{display:grid;grid-template-columns:minmax(220px,.36fr) minmax(0,1fr);gap:22px;align-items:start}.policy-modern-index{position:sticky;top:96px;padding:18px;border:1px solid var(--border);border-radius:22px;background:var(--surface);box-shadow:0 16px 45px rgba(15,23,42,.05)}.policy-modern-index>span{color:var(--accent);font-size:10px;font-weight:950}.policy-modern-index h2{font-size:18px;margin:5px 0 12px}.policy-modern-index nav{display:grid}.policy-modern-index a{display:flex;align-items:center;gap:9px;padding:9px 8px;border-radius:11px;color:var(--muted);font-size:11px;font-weight:800}.policy-modern-index a:hover{background:var(--soft);color:var(--text)}.policy-modern-index i{width:23px;height:23px;display:grid;place-items:center;border-radius:8px;background:var(--soft);font-style:normal;font-size:9px;color:var(--accent)}
.policy-rules-list{display:grid;gap:12px;min-width:0}.policy-rule-card{scroll-margin-top:96px;display:grid;grid-template-columns:46px minmax(0,1fr);gap:14px;padding:20px;border:1px solid var(--border);border-radius:22px;background:var(--surface);box-shadow:0 14px 40px rgba(15,23,42,.045)}.policy-rule-no{width:46px;height:46px;display:grid;place-items:center;border-radius:15px;background:color-mix(in srgb,var(--accent) 8%,var(--soft));border:1px solid color-mix(in srgb,var(--accent) 18%,var(--border));color:var(--accent);font-size:13px;font-weight:950}.policy-rule-card h2{margin:1px 0 8px;font-size:19px}.policy-rule-card p{margin:0 0 8px;color:var(--muted);font-size:13px;line-height:2}.policy-rule-card ul{margin:6px 0 0;padding-right:19px;color:var(--muted);font-size:12px;line-height:2}.policy-rule-note{margin-top:10px;padding:10px 12px;border-radius:13px;background:var(--soft);font-size:11px;line-height:1.9;color:var(--text)}.policy-rule-note b{color:var(--accent)}
@media(max-width:900px){.policy-modern-layout{grid-template-columns:1fr}.policy-modern-index{position:static}.policy-modern-index nav{grid-template-columns:repeat(2,minmax(0,1fr));gap:3px}}
@media(max-width:780px){.faq-modern-page .faq-modern-hero{padding:32px 0 27px!important}.faq-modern-page .faq-modern-hero:after{font-size:105px;left:18px}.faq-modern-section,.policy-text-section{padding-top:28px!important;padding-bottom:40px!important}.faq-modern-card{padding:17px 13px;border-radius:20px}.faq-modern-card-head{display:grid;gap:6px;padding:2px 4px 13px}.faq-modern-card-head h2{font-size:21px}.faq-modern-card-head p{font-size:10px}.faq-modern-page .faq-accordion-item{margin:7px 0!important;border-radius:14px!important}.faq-modern-page .faq-accordion-item summary{font-size:11.5px!important;padding:12px 40px 12px 12px!important;line-height:1.75}.faq-modern-page .faq-accordion-item summary:after{right:11px;width:22px;height:22px;font-size:15px}.faq-modern-page .faq-accordion-item p{font-size:10.5px!important;padding:0 40px 13px 12px!important;line-height:2}.policy-modern-index{padding:14px;border-radius:18px}.policy-modern-index nav{grid-template-columns:1fr 1fr}.policy-modern-index a{font-size:10px;padding:7px 5px}.policy-rule-card{grid-template-columns:38px minmax(0,1fr);gap:10px;padding:15px 12px;border-radius:18px}.policy-rule-no{width:38px;height:38px;border-radius:12px;font-size:11px}.policy-rule-card h2{font-size:16px;margin-top:0}.policy-rule-card p{font-size:11.5px;line-height:2}.policy-rule-card ul{font-size:11px;padding-right:16px}.policy-rule-note{font-size:10.5px}}
@media(max-width:390px){.policy-modern-index nav{grid-template-columns:1fr}.policy-rule-card{grid-template-columns:34px minmax(0,1fr);padding:13px 10px}.policy-rule-no{width:34px;height:34px}}

/* Zorella v28.1.170 — Digikala-inspired footer information architecture, payment guide and bug-report flow. */
.site-footer.site-footer-v170 .footer-grid.footer-grid-compact{
  grid-template-columns:minmax(210px,1.08fr) minmax(250px,1.18fr) minmax(240px,1.05fr) minmax(150px,.72fr)!important;
  gap:30px!important;
  align-items:start!important;
}
.site-footer-v170 .footer-title{margin-bottom:12px!important}
.site-footer-v170 .footer-panel-note{max-width:260px;margin:0 0 16px;color:#a8a8a8;font-size:11px;line-height:1.95}
.site-footer-v170 .footer-rich-links{display:grid;gap:8px}
.site-footer-v170 .footer-rich-link{
  min-width:0;display:grid;grid-template-columns:34px minmax(0,1fr) 18px;gap:10px;align-items:center;
  padding:9px 10px!important;border:1px solid rgba(255,255,255,.09);border-radius:14px;
  background:rgba(255,255,255,.035);text-decoration:none!important;color:#f5f5f5!important;
  transition:transform .18s ease,border-color .18s ease,background .18s ease;
}
.site-footer-v170 .footer-rich-link:hover{transform:translateY(-2px);background:rgba(255,255,255,.07);border-color:rgba(255,255,255,.18)}
.site-footer-v170 .footer-rich-icon{width:34px;height:34px;display:grid;place-items:center;border-radius:11px;background:rgba(255,255,255,.08);color:#fff}
.site-footer-v170 .footer-rich-icon svg{width:18px;height:18px;fill:none;stroke:currentColor;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round}
.site-footer-v170 .footer-rich-copy{min-width:0;display:grid;gap:2px}
.site-footer-v170 .footer-rich-copy b{font-size:11.5px;line-height:1.65;color:#fff;overflow-wrap:anywhere}
.site-footer-v170 .footer-rich-copy small{font-size:9.5px;line-height:1.7;color:#9f9f9f;overflow-wrap:anywhere}
.site-footer-v170 .footer-rich-link>i{font-style:normal;color:#8d8d8d;font-size:14px;transition:transform .18s ease,color .18s ease}
.site-footer-v170 .footer-rich-link:hover>i{transform:translateX(-2px);color:#fff}
.site-footer-v170 .footer-trust-panel .footer-links{display:grid;gap:5px}
.site-footer-v170 .footer-trust-panel .footer-links a{display:inline-flex;width:max-content;max-width:100%;padding:7px 0;color:#c7c7c7;font-size:11px;text-decoration:none}
.site-footer-v170 .footer-trust-panel .footer-links a:hover{color:#fff}
.site-footer-v170 .footer-bottom{margin-top:28px}
html.dark-mode .site-footer-v170 .footer-rich-link{border-color:rgba(226,232,240,.11);background:rgba(226,232,240,.035)}

.payment-guide-hero{background:radial-gradient(circle at 10% 15%,color-mix(in srgb,var(--accent) 11%,transparent),transparent 32%),linear-gradient(145deg,var(--surface),color-mix(in srgb,var(--soft) 72%,var(--surface)))}
.payment-hero-chips{display:flex;gap:8px;flex-wrap:wrap;margin-top:20px}.payment-hero-chips span{padding:7px 10px;border:1px solid var(--border);border-radius:999px;background:var(--surface);font-size:10px;font-weight:850;color:var(--muted)}
.payment-guide-section{padding-top:48px!important}.payment-guide-layout{display:grid;grid-template-columns:minmax(0,1.5fr) minmax(270px,.58fr);gap:24px;align-items:start}.payment-guide-head{margin-bottom:18px}.payment-guide-head>span{color:var(--accent);font-size:11px;font-weight:950}.payment-guide-head h2{font-size:clamp(24px,3vw,34px);margin:5px 0 7px}.payment-guide-head p{margin:0;color:var(--muted);font-size:12px;line-height:2}.payment-methods-list{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.payment-guide-card{min-width:0;display:grid;grid-template-columns:48px minmax(0,1fr);gap:13px;padding:18px;border:1px solid var(--border);border-radius:22px;background:var(--surface);box-shadow:0 14px 38px rgba(15,23,42,.045)}.payment-guide-card.is-conditional{background:color-mix(in srgb,var(--soft) 58%,var(--surface))}.payment-guide-icon{width:48px;height:48px;border-radius:15px;display:grid;place-items:center;background:color-mix(in srgb,var(--accent) 8%,var(--soft));color:var(--accent);border:1px solid color-mix(in srgb,var(--accent) 15%,var(--border))}.payment-guide-icon svg{width:23px;height:23px;fill:none;stroke:currentColor;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round}.payment-guide-badge{display:inline-flex;width:max-content;padding:4px 8px;border-radius:999px;background:var(--soft);font-size:9px;font-weight:900;color:var(--muted)}.payment-guide-card h2{font-size:16px;margin:7px 0 5px}.payment-guide-card p{margin:0;color:var(--muted);font-size:11px;line-height:1.95}.payment-guide-loading,.payment-guide-empty{grid-column:1/-1;padding:18px;border:1px dashed var(--border);border-radius:18px;background:var(--soft);color:var(--muted);font-size:12px;text-align:center}.payment-bank-card{display:grid;grid-template-columns:minmax(0,1fr) minmax(260px,.48fr);gap:20px;margin-top:14px;padding:20px;border-radius:22px;background:linear-gradient(145deg,#151515,#282828);color:#fff;box-shadow:0 18px 48px rgba(15,23,42,.13)}.payment-bank-card>div:first-child>span{font-size:10px;color:#bdbdbd;font-weight:900}.payment-bank-card h2{margin:4px 0 5px;font-size:19px}.payment-bank-card p{margin:0;color:#c9c9c9;font-size:11px;line-height:2}.payment-bank-number{align-self:center;padding:13px 15px;border:1px solid rgba(255,255,255,.12);border-radius:16px;background:rgba(255,255,255,.06);display:grid;gap:4px}.payment-bank-number small{color:#aaa;font-size:9px}.payment-bank-number b{font-size:15px;letter-spacing:.04em}.payment-bank-number em{font-style:normal;color:#c8c8c8;font-size:10px}.payment-guide-aside{position:sticky;top:100px;padding:24px;border:1px solid var(--border);border-radius:24px;background:var(--surface);box-shadow:0 18px 48px rgba(15,23,42,.06)}.payment-guide-aside-icon{width:46px;height:46px;border-radius:15px;display:grid;place-items:center;background:var(--primary);color:#fff;font-weight:950}.payment-guide-aside h2{font-size:20px;margin:14px 0}.payment-guide-tips{display:grid;gap:10px;margin-bottom:18px}.payment-guide-tips p{display:grid;grid-template-columns:28px minmax(0,1fr);gap:9px;align-items:start;margin:0}.payment-guide-tips b{width:28px;height:28px;border-radius:9px;display:grid;place-items:center;background:var(--soft);font-size:10px}.payment-guide-tips span{color:var(--muted);font-size:11px;line-height:1.9}.payment-guide-aside .btn{width:100%}.payment-guide-support{display:block;text-align:center;margin-top:13px;color:var(--muted);font-size:10px;font-weight:850}

.bug-report-hero{background:radial-gradient(circle at 10% 20%,color-mix(in srgb,#ef4444 8%,transparent),transparent 32%),linear-gradient(145deg,var(--surface),var(--soft))}.bug-report-section{padding-top:48px!important}.bug-report-layout{display:grid;grid-template-columns:minmax(0,1.45fr) minmax(270px,.55fr);gap:22px;align-items:start;max-width:1040px;margin-inline:auto}.bug-report-card{padding:26px;border:1px solid var(--border);border-radius:26px;background:var(--surface);box-shadow:0 18px 52px rgba(15,23,42,.065)}.bug-report-card-head{margin-bottom:20px}.bug-report-card-head .info-card-kicker{margin-top:0}.bug-report-card-head h2{font-size:27px;margin:7px 0 5px}.bug-report-card-head p{margin:0;color:var(--muted);font-size:11px;line-height:1.9}.bug-report-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.bug-report-grid .field{margin:0}.bug-report-grid .field.full{grid-column:1/-1}.bug-report-grid input[readonly]{background:var(--soft);color:var(--muted);direction:ltr;text-align:left}.bug-report-grid .field small{display:block;margin-top:6px;color:var(--muted);font-size:9.5px;line-height:1.8}.bug-report-submit{width:100%;margin-top:16px;justify-content:space-between;padding-inline:18px}.bug-report-submit b{font-size:19px}.bug-report-status{min-height:0;margin-top:10px;border-radius:13px;font-size:11px;line-height:1.85}.bug-report-status:not(:empty){padding:10px 12px;border:1px solid var(--border);background:var(--soft)}.bug-report-status.is-success{background:#ecfdf5;color:#047857;border-color:#bbf7d0}.bug-report-status.is-error{background:#fff1f2;color:#be123c;border-color:#fecdd3}.bug-report-status.is-loading{color:var(--muted)}.bug-report-aside{position:sticky;top:100px;padding:24px;border-radius:24px;background:linear-gradient(155deg,#171717,#292929);color:#fff;box-shadow:0 20px 54px rgba(15,23,42,.14)}.bug-report-aside-icon{width:46px;height:46px;border-radius:15px;display:grid;place-items:center;background:#fff;color:#111;font-size:20px;font-weight:950}.bug-report-aside h2{font-size:20px;margin:14px 0 10px}.bug-report-aside ul{padding-right:18px;margin:0;color:#d0d0d0;font-size:11px;line-height:2}.bug-report-privacy{margin-top:15px;padding:11px 12px;border:1px solid rgba(255,255,255,.1);border-radius:14px;background:rgba(255,255,255,.055);color:#c5c5c5;font-size:9.5px;line-height:1.9}.bug-report-aside>a{display:block;margin-top:15px;color:#fff;font-size:10px;font-weight:900}

@media(max-width:1050px){.site-footer.site-footer-v170 .footer-grid.footer-grid-compact{grid-template-columns:repeat(2,minmax(0,1fr))!important}.site-footer-v170 #footer-trust-links{grid-column:auto!important}.payment-guide-layout,.bug-report-layout{grid-template-columns:1fr}.payment-guide-aside,.bug-report-aside{position:static}}
@media(max-width:780px){.site-footer.site-footer-v170 .footer-grid.footer-grid-compact{grid-template-columns:1fr 1fr!important;gap:20px 12px!important}.site-footer-v170 .footer-social-panel{grid-column:1/-1!important;padding-bottom:3px}.site-footer-v170 .footer-panel-note{max-width:none;margin-bottom:12px}.site-footer-v170 .footer-rich-link{grid-template-columns:31px minmax(0,1fr) 14px;gap:8px;padding:8px!important;border-radius:12px}.site-footer-v170 .footer-rich-icon{width:31px;height:31px;border-radius:10px}.site-footer-v170 .footer-rich-icon svg{width:16px;height:16px}.site-footer-v170 .footer-rich-copy b{font-size:10.5px}.site-footer-v170 .footer-rich-copy small{display:none}.site-footer-v170 .footer-trust-panel{grid-column:1/-1!important}.site-footer-v170 .footer-trust-panel .footer-links{display:flex;gap:16px;flex-wrap:wrap}.payment-guide-hero,.bug-report-hero{padding:32px 0 28px!important}.payment-hero-chips{gap:6px}.payment-hero-chips span{font-size:9px;padding:6px 8px}.payment-guide-section,.bug-report-section{padding-top:28px!important;padding-bottom:42px!important}.payment-methods-list{grid-template-columns:1fr}.payment-guide-card{grid-template-columns:42px minmax(0,1fr);padding:14px;border-radius:18px}.payment-guide-icon{width:42px;height:42px;border-radius:13px}.payment-bank-card{grid-template-columns:1fr;padding:17px;border-radius:19px}.payment-guide-aside,.bug-report-aside{padding:19px;border-radius:20px}.bug-report-card{padding:18px 14px;border-radius:21px}.bug-report-card-head h2{font-size:22px}.bug-report-grid{grid-template-columns:1fr}.bug-report-grid .field.full{grid-column:auto}}
@media(max-width:460px){.site-footer.site-footer-v170 .footer-grid.footer-grid-compact{grid-template-columns:1fr!important}.site-footer-v170 .footer-social-panel,.site-footer-v170 .footer-trust-panel{grid-column:auto!important}.site-footer-v170 .footer-rich-copy small{display:block;font-size:9px}.site-footer-v170 .footer-rich-link{grid-template-columns:32px minmax(0,1fr) 16px}.payment-guide-head h2{font-size:23px}}
html.dark-mode .bug-report-status.is-success{background:#052e23;color:#86efac;border-color:#14532d}html.dark-mode .bug-report-status.is-error{background:#3f121d;color:#fecdd3;border-color:#7f1d1d}

/* Zorella v28.1.171 — unified rich footer cards for About/Contact. */
.site-footer-v170 .footer-trust-panel.footer-rich-panel .footer-rich-links{display:grid;gap:8px}
.site-footer-v170 .footer-trust-panel.footer-rich-panel{min-width:0}
@media(max-width:780px){.site-footer-v170 .footer-trust-panel.footer-rich-panel{grid-column:auto!important}}


/* Zorella v28.1.172 — bug report cleanup, supplied benefit icons, FAQ migration. */
#home-benefits-section .benefit-icon{width:64px;height:64px;min-width:64px;border-radius:0!important;background:transparent!important;background-color:transparent!important;box-shadow:none!important;border:0!important;padding:0!important;overflow:visible;display:grid;place-items:center}
#home-benefits-section .benefit-icon img{display:block;width:64px;height:64px;object-fit:contain;background:transparent!important;border:0!important;border-radius:0!important;box-shadow:none!important;filter:none!important}
.bug-report-page .bug-report-layout{grid-template-columns:minmax(0,780px);justify-content:center;max-width:880px}
.bug-report-page .bug-report-card{width:100%}
@media(max-width:780px){#home-benefits-section .benefit-icon,#home-benefits-section .benefit-icon img{width:54px;height:54px;min-width:54px}.bug-report-page .bug-report-layout{display:block;max-width:none}}

/* Zorella v28.1.173 — configurable storefront benefit icons and RTL product viewer. */
#home-benefits-section .benefit-icon{width:var(--z-benefit-icon-size,64px)!important;height:var(--z-benefit-icon-size,64px)!important;min-width:var(--z-benefit-icon-size,64px)!important;max-width:none!important;background:transparent!important;border:0!important;box-shadow:none!important;border-radius:0!important;padding:0!important}
#home-benefits-section .benefit-icon img{width:var(--z-benefit-icon-size,64px)!important;height:var(--z-benefit-icon-size,64px)!important;max-width:none!important;object-fit:contain!important;background:transparent!important;border:0!important;box-shadow:none!important;border-radius:0!important;filter:none!important}
@media(max-width:780px){#home-benefits-section .benefit-icon,#home-benefits-section .benefit-icon img{width:min(var(--z-benefit-icon-size,64px),72px)!important;height:min(var(--z-benefit-icon-size,64px),72px)!important;min-width:min(var(--z-benefit-icon-size,64px),72px)!important}}

/* Zorella v28.1.186 — compact product header + paired mobile footer links */
body[data-page="product"] .product-header-actions{gap:8px}
body[data-page="product"] .product-header-actions .icon-link{display:grid!important}
@media(max-width:780px){
  body[data-page="product"] .product-header-actions{gap:7px}
  body[data-page="product"] .product-header-actions .icon-link:first-of-type{display:grid!important}
  body[data-page="product"] .product-header-actions .icon-link{width:42px;height:42px}
  .site-footer-v170 .footer-guide-panel .footer-rich-links,
  .site-footer-v170 .footer-trust-panel.footer-rich-panel .footer-rich-links{
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
    gap:8px!important;
  }
  .site-footer-v170 .footer-guide-panel .footer-rich-link,
  .site-footer-v170 .footer-trust-panel.footer-rich-panel .footer-rich-link{
    min-width:0;
    grid-template-columns:30px minmax(0,1fr)!important;
    align-items:center;
    padding:9px 8px!important;
  }
  .site-footer-v170 .footer-guide-panel .footer-rich-link>i,
  .site-footer-v170 .footer-trust-panel.footer-rich-panel .footer-rich-link>i{display:none!important}
  .site-footer-v170 .footer-guide-panel .footer-rich-copy small,
  .site-footer-v170 .footer-trust-panel.footer-rich-panel .footer-rich-copy small{display:none!important}
  .site-footer-v170 .footer-guide-panel .footer-rich-copy b,
  .site-footer-v170 .footer-trust-panel.footer-rich-panel .footer-rich-copy b{
    font-size:10.5px!important;
    line-height:1.55;
    white-space:normal;
    overflow-wrap:anywhere;
  }
}
@media(max-width:460px){
  .site-footer-v170 .footer-guide-panel .footer-rich-links,
  .site-footer-v170 .footer-trust-panel.footer-rich-panel .footer-rich-links{grid-template-columns:repeat(2,minmax(0,1fr))!important}
}

/* v28.1.187 mobile footer compaction */
@media(max-width:780px){.site-footer{margin-top:18px!important}.site-footer .container{padding-top:18px!important}.footer-social-panel{margin-top:0!important;padding-top:0!important}.footer-grid{row-gap:12px!important}.footer-rich-links{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:8px!important}.footer-rich-link{min-width:0!important}.footer-service-panel .footer-rich-links .footer-rich-link:nth-child(3){grid-column:1/-1}.account-page main,.account-modern-page main{padding-bottom:6px!important}}

/* Zorella v28.1.188 — order tracking guide + configurable journey icons */
.order-journey-custom-icon{display:block;width:var(--order-journey-icon-size,20px);height:var(--order-journey-icon-size,20px);object-fit:contain;max-width:38px;max-height:38px}.order-journey-fallback-icon{font-size:var(--order-journey-icon-size,20px);line-height:1;display:grid;place-items:center}.track-help-card.track-help-below{margin-top:22px;width:100%;box-shadow:0 14px 38px rgba(15,23,42,.05)}.track-help-card.track-help-below .track-help-list{grid-template-columns:repeat(3,minmax(0,1fr));gap:10px}.track-help-card.track-help-below .track-help-list div{border:1px solid var(--border);border-radius:15px;padding:10px;background:color-mix(in srgb,var(--soft) 55%,var(--surface))}.footer-rich-link.footer-rich-link-compact .footer-rich-copy{align-self:center}.footer-rich-link.footer-rich-link-compact{min-height:58px}
@media(max-width:780px){.track-help-card.track-help-below{margin-top:16px}.track-help-card.track-help-below .track-help-list{grid-template-columns:1fr}.footer-rich-link.footer-rich-link-compact{min-height:54px}}

/* Zorella v28.1.189 — progressive order journey visibility */
.order-journey-step.future .order-journey-copy{opacity:.24}
.order-journey-step.future .order-journey-node{background:transparent;border-color:color-mix(in srgb,var(--border) 52%,transparent);box-shadow:none;opacity:.34}
.order-journey-step.future .order-journey-node:empty{width:14px;height:14px;margin:15px;border-width:2px}
.order-journey-step.current:not(:last-child):before,.order-journey-step.future:not(:last-child):before{background:transparent!important;opacity:0}
.order-journey-step.complete:not(:last-child):before{background:var(--success)!important;opacity:1}
.order-journey-step.complete .order-journey-copy{opacity:1}
.order-journey-step.current .order-journey-copy{opacity:1}
@media(max-width:780px){.order-journey-step.future .order-journey-node:empty{width:12px;height:12px;margin:13px}.order-journey-step.future .order-journey-copy{opacity:.2}}


/* Zorella v28.1.190 — smooth card image drag + check-only color selection */
.product-color-swatch.variant-btn.active,
.product-color-swatch.variant-btn.active:hover,
.product-color-swatch.variant-btn.active:focus,
.product-color-swatch.variant-btn.active:focus-visible{
  outline:none!important;
  outline-offset:0!important;
  box-shadow:none!important;
  transform:none!important;
}
.clean-product-card .card-slide.z-card-drag-slide{
  visibility:visible!important;
  opacity:1!important;
  pointer-events:none!important;
  transition:none!important;
  will-change:transform;
}
.clean-product-card .card-slide.z-card-drag-current{z-index:2!important}
.clean-product-card .card-slide.z-card-drag-target{z-index:1!important}
.clean-product-card .card-slide.z-card-drag-settling{
  transition:transform .24s cubic-bezier(.22,.72,.26,1)!important;
}
@media(prefers-reduced-motion:reduce){
  .clean-product-card .card-slide.z-card-drag-settling{transition-duration:.01ms!important}
}

/* Zorella v28.1.191 — neutral journey nodes after removing ready-to-ship stage */
.order-journey-step.complete .order-journey-node,
.order-journey-step.current .order-journey-node{background:color-mix(in srgb,#cbd5e1 34%,var(--surface))!important;border-color:color-mix(in srgb,#94a3b8 38%,var(--border))!important;color:var(--text)!important;box-shadow:none!important}
.order-journey-step.complete .order-journey-custom-icon,.order-journey-step.current .order-journey-custom-icon{filter:none}

/* Zorella v28.1.194 — minimal mobile body-to-social footer gap */
@media(max-width:780px){
  .site-footer.site-footer-v170{padding-top:8px!important;margin-top:10px!important}
  .site-footer.site-footer-v170>.container{padding-top:0!important}
  .site-footer-v170 .footer-social-panel{margin-top:0!important;padding-top:0!important}
  .site-footer-v170 .footer-social-panel .footer-title{margin-top:0!important}
}

/* v28.1.209 — original Order Confirm Animation source, namespaced and backend-gated */
.z-final-order-btn{position:relative;overflow:hidden;isolation:isolate}
.z-final-order-btn .z-order-btn-default,.z-final-order-btn .z-order-btn-success,.z-final-order-btn .z-order-box,.z-final-order-btn .z-order-truck,.z-final-order-btn .z-order-lines{display:none}
@media(min-width:0px){
  .z-final-order-btn{
    --z-order-primary:var(--accent,#e4002b);
    --z-order-primary-light:color-mix(in srgb,var(--z-order-primary) 48%,#fff);
    --z-order-dark:#1c212e;
    --z-order-grey-dark:#3f4656;
    --z-order-grey:#6c7486;
    --z-order-grey-light:#cdd9ed;
    --z-order-white:#fff;
    --z-order-green:#16bf78;
    --z-order-sand:#dcb773;
    --z-order-sand-light:#edd9a9;
    --z-order-button-width:340px;
    --z-order-button-shift:-340px;
    appearance:none!important;
    border:0!important;
    background:var(--z-order-dark)!important;
    color:var(--z-order-white)!important;
    height:63px!important;
    min-height:63px!important;
    padding:0!important;
    border-radius:32px!important;
    -webkit-mask-image:-webkit-radial-gradient(white,black);
    -webkit-tap-highlight-color:transparent;
    box-shadow:0 12px 26px rgba(28,33,46,.17),0 2px 7px color-mix(in srgb,var(--z-order-primary) 14%,transparent)!important;
    transform:none!important;
    transition:box-shadow .3s ease,background-color .3s ease!important;
  }
  .z-final-order-btn:disabled{opacity:.55!important;cursor:not-allowed}
  .z-final-order-btn.is-order-motion:disabled{opacity:1!important;cursor:default}
  .z-final-order-btn .z-order-btn-default,.z-final-order-btn .z-order-btn-success{
    display:block;
    --o:1;
    position:absolute;
    inset-inline:0;
    top:19px;
    line-height:24px;
    text-align:center;
    color:var(--z-order-white);
    font-size:14px;
    font-weight:800;
    opacity:var(--o);
    transition:opacity .3s ease;
    pointer-events:none;
    z-index:4;
  }
  .z-final-order-btn .z-order-btn-default{transition-delay:.24s}
  .z-final-order-btn .z-order-btn-success{--o:0;display:flex;align-items:center;justify-content:center;gap:7px;transition-delay:0s}
  .z-final-order-btn .z-order-btn-success svg{width:12px;height:10px;display:inline-block;fill:none;stroke:var(--z-order-green);stroke-width:2;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:16px;stroke-dashoffset:16px;transition:stroke-dashoffset .3s ease}
  .z-final-order-btn .z-order-lines{
    display:block;
    opacity:0;
    position:absolute;
    z-index:0;
    height:3px;
    background:var(--z-order-white);
    border-radius:2px;
    width:6px;
    top:30px;
    left:100%;
    box-shadow:15px 0 0 var(--z-order-white),30px 0 0 var(--z-order-white),45px 0 0 var(--z-order-white),60px 0 0 var(--z-order-white),75px 0 0 var(--z-order-white),90px 0 0 var(--z-order-white),105px 0 0 var(--z-order-white),120px 0 0 var(--z-order-white),135px 0 0 var(--z-order-white),150px 0 0 var(--z-order-white),165px 0 0 var(--z-order-white),180px 0 0 var(--z-order-white),195px 0 0 var(--z-order-white),210px 0 0 var(--z-order-white),225px 0 0 var(--z-order-white),240px 0 0 var(--z-order-white),255px 0 0 var(--z-order-white),270px 0 0 var(--z-order-white),285px 0 0 var(--z-order-white),300px 0 0 var(--z-order-white),315px 0 0 var(--z-order-white),330px 0 0 var(--z-order-white);
    pointer-events:none;
    will-change:transform,opacity;
  }
  .z-final-order-btn .z-order-truck-back,.z-final-order-btn .z-order-box{border-radius:2px;background:linear-gradient(var(--z-order-white),var(--z-order-grey-light));position:absolute}
  .z-final-order-btn .z-order-truck{
    display:block;
    width:86px;
    height:41px;
    left:100%;
    z-index:2;
    top:11px;
    position:absolute;
    transform:translateX(24px);
    pointer-events:none;
    will-change:transform;
    backface-visibility:hidden;
  }
  .z-final-order-btn .z-order-truck::before,.z-final-order-btn .z-order-truck::after{content:"";height:2px;width:20px;right:58px;position:absolute;display:block;background:var(--z-order-white);border-radius:1px;transform-origin:100% 50%;transform:rotate(-90deg)}
  .z-final-order-btn .z-order-truck::before{top:4px}
  .z-final-order-btn .z-order-truck::after{bottom:4px;transform:rotate(90deg)}
  .z-final-order-btn .z-order-truck-back{display:block;left:0;top:0;width:60px;height:41px;z-index:1}
  .z-final-order-btn .z-order-truck-front{display:block;overflow:hidden;position:absolute;border-radius:2px 9px 9px 2px;width:26px;height:41px;left:60px}
  .z-final-order-btn .z-order-truck-front::before,.z-final-order-btn .z-order-truck-front::after{content:"";position:absolute;display:block}
  .z-final-order-btn .z-order-truck-front::before{height:13px;width:2px;left:0;top:14px;background:linear-gradient(var(--z-order-grey),var(--z-order-grey-dark))}
  .z-final-order-btn .z-order-truck-front::after{border-radius:2px 9px 9px 2px;background:var(--z-order-primary);width:24px;height:41px;right:0}
  .z-final-order-btn .z-order-truck-window{display:block;overflow:hidden;border-radius:2px 8px 8px 2px;background:var(--z-order-primary-light);transform:perspective(4px) rotateY(3deg);width:22px;height:41px;position:absolute;left:2px;top:0;z-index:1;transform-origin:0 50%}
  .z-final-order-btn .z-order-truck-window::before,.z-final-order-btn .z-order-truck-window::after{content:"";position:absolute;right:0}
  .z-final-order-btn .z-order-truck-window::before{top:0;bottom:0;width:14px;background:var(--z-order-dark)}
  .z-final-order-btn .z-order-truck-window::after{width:14px;top:7px;height:4px;background:rgba(255,255,255,.14);transform:skewY(14deg);box-shadow:0 7px 0 rgba(255,255,255,.14)}
  .z-final-order-btn .z-order-truck-light{display:block;width:3px;height:8px;left:83px;transform-origin:100% 50%;position:absolute;border-radius:2px;transform:scaleX(.8);background:rgba(240,220,95,1)}
  .z-final-order-btn .z-order-truck-light::before{content:"";height:4px;width:7px;opacity:0;transform:perspective(2px) rotateY(-15deg) scaleX(.94);position:absolute;transform-origin:0 50%;left:3px;top:50%;margin-top:-2px;background:linear-gradient(90deg,rgba(240,220,95,1),rgba(240,220,95,.7),rgba(240,220,95,0))}
  .z-final-order-btn .z-order-truck-light-top{top:4px}
  .z-final-order-btn .z-order-truck-light-bottom{bottom:4px}
  .z-final-order-btn .z-order-box{display:block;background:linear-gradient(var(--z-order-sand-light),var(--z-order-sand));width:21px;height:21px;right:100%;top:21px;z-index:1;pointer-events:none}
  .z-final-order-btn .z-order-box::before,.z-final-order-btn .z-order-box::after{content:"";top:10px;position:absolute;left:0;right:0}
  .z-final-order-btn .z-order-box::before{height:3px;margin-top:-1px;background:rgba(0,0,0,.1)}
  .z-final-order-btn .z-order-box::after{height:1px;background:rgba(0,0,0,.15)}
  .z-final-order-btn[data-order-stage="loading"] .z-order-btn-default,.z-final-order-btn[data-order-stage="confirmed"] .z-order-btn-default,.z-final-order-btn[data-order-stage="done"] .z-order-btn-default{--o:0;transition-delay:0s}
  .z-final-order-btn[data-order-stage="loading"]{box-shadow:0 13px 28px rgba(28,33,46,.20),0 3px 10px color-mix(in srgb,var(--z-order-primary) 24%,transparent)!important}
  .z-final-order-btn[data-order-stage="loading"] .z-order-truck{animation:z-order-source-truck-prep 2.6s ease forwards}
  .z-final-order-btn[data-order-stage="loading"] .z-order-truck::before{animation:z-order-source-door1 2.4s ease forwards .3s}
  .z-final-order-btn[data-order-stage="loading"] .z-order-truck::after{animation:z-order-source-door2 2.4s ease forwards .6s}
  .z-final-order-btn[data-order-stage="loading"] .z-order-box{animation:z-order-source-box-load 2.6s ease forwards}
  .z-final-order-btn[data-order-stage="confirmed"] .z-order-truck{transform:translateX(calc(var(--z-order-button-shift) + 76px));animation:z-order-source-truck-confirmed 3.4s ease forwards}
  .z-final-order-btn[data-order-stage="confirmed"] .z-order-truck-light::before{animation:z-order-source-light 3.4s ease forwards}
  .z-final-order-btn[data-order-stage="confirmed"] .z-order-lines{animation:z-order-source-lines 3.4s ease forwards}
  .z-final-order-btn[data-order-stage="confirmed"] .z-order-btn-success{--o:1;transition-delay:2.35s}
  .z-final-order-btn[data-order-stage="confirmed"] .z-order-btn-success svg{stroke-dashoffset:0;transition-delay:2.65s}
  .z-final-order-btn[data-order-stage="done"] .z-order-truck,.z-final-order-btn[data-order-stage="done"] .z-order-box,.z-final-order-btn[data-order-stage="done"] .z-order-lines{display:none}
  .z-final-order-btn[data-order-stage="done"] .z-order-btn-success{--o:1;transition-delay:0s}
  .z-final-order-btn[data-order-stage="done"] .z-order-btn-success svg{stroke-dashoffset:0;transition-delay:0s}
  @keyframes z-order-source-truck-prep{0%{transform:translateX(24px)}40%,100%{transform:translateX(calc(var(--z-order-button-shift) + 76px))}}
  @keyframes z-order-source-door1{30%,50%{transform:rotate(32deg)}}
  @keyframes z-order-source-door2{30%,50%{transform:rotate(-32deg)}}
  @keyframes z-order-source-box-load{8%,10%{transform:translateX(40px);opacity:1}25%{transform:translateX(112px);opacity:1}26%{transform:translateX(112px);opacity:0}27%,100%{transform:translateX(0);opacity:0}}
  @keyframes z-order-source-truck-confirmed{0%,12%{transform:translateX(calc(var(--z-order-button-shift) + 76px))}34%{transform:translateX(calc(var(--z-order-button-shift) + 136px))}58%{transform:translateX(calc(var(--z-order-button-shift) + 16px))}78%,100%{transform:translateX(24px)}}
  @keyframes z-order-source-lines{0%,16%{opacity:0;transform:scaleY(.7) translateX(0)}24%,64%{opacity:1}74%{opacity:0}100%{opacity:0;transform:scaleY(.7) translateX(-400px)}}
  @keyframes z-order-source-light{0%,12%{opacity:0;transform:perspective(2px) rotateY(-15deg) scaleX(.88)}28%,100%{opacity:1;transform:perspective(2px) rotateY(-15deg) scaleX(.94)}}
  html.dark-mode .z-final-order-btn{--z-order-dark:#151924;--z-order-grey-light:#b9c6da;box-shadow:0 12px 28px rgba(0,0,0,.30),0 2px 8px color-mix(in srgb,var(--z-order-primary) 16%,transparent)!important}
}
@media(prefers-reduced-motion:reduce){
  .z-final-order-btn,.z-final-order-btn *{animation:none!important;transition:none!important}
  .z-final-order-btn[data-order-stage="loading"] .z-order-truck,.z-final-order-btn[data-order-stage="loading"] .z-order-box,.z-final-order-btn[data-order-stage="confirmed"] .z-order-truck,.z-final-order-btn[data-order-stage="confirmed"] .z-order-box,.z-final-order-btn[data-order-stage="confirmed"] .z-order-lines{display:none!important}
}

/* Zorella v28.1.222 — stable mobile nav + customer-avatar removal + neumorphic header controls. */
@media(max-width:780px){
  /* Cross-document View Transitions were morphing the nav between pages before the persisted
     dimensions/colors were rehydrated. Keep the bar visually stationary across route changes. */
  .mobile-bottom-nav{
    view-transition-name:none!important;
    transition:none!important;
    animation:none!important;
  }
}
/* Customer profile pictures/initial avatars are intentionally not part of the storefront identity UI. */
:is(.customer-avatar,.customer-profile-avatar,.review-avatar,.question-avatar,.z205-review-avatar,.account-avatar,.account-member-avatar,[data-customer-avatar]){
  display:none!important;
}

/* Header utility controls keep their existing geometry; only their shadow language changes.
   The shadow values are the average of the existing Color Guide + Size Guide settings. */
.main-header :is(.header-cart-link,.header-search-link,#theme-toggle,.mobile-instagram-link){
  box-shadow:
    var(--z-product-header-shadow-offset,4px) var(--z-product-header-shadow-offset,4px) var(--z-product-header-shadow-blur,9px) var(--z-product-header-shadow-dark,rgba(190,190,190,.82)),
    var(--z-product-header-shadow-offset-neg,-4px) var(--z-product-header-shadow-offset-neg,-4px) var(--z-product-header-shadow-blur,9px) var(--z-product-header-shadow-light,rgba(255,255,255,.98)),
    var(--z-product-header-shadow-offset-neg,-4px) var(--z-product-header-shadow-offset-neg,-4px) var(--z-product-header-shadow-blur,9px) var(--z-product-header-shadow-light-boost,rgba(255,255,255,.20))!important;
  transform:none!important;
  transition:box-shadow .2s ease,background-color .2s ease,color .2s ease,border-color .2s ease!important;
}
.main-header :is(.header-cart-link,.header-search-link,#theme-toggle,.mobile-instagram-link):active{
  box-shadow:
    inset var(--z-product-header-shadow-offset,4px) var(--z-product-header-shadow-offset,4px) var(--z-product-header-shadow-blur,9px) var(--z-product-header-shadow-dark,rgba(190,190,190,.82)),
    inset var(--z-product-header-shadow-offset-neg,-4px) var(--z-product-header-shadow-offset-neg,-4px) var(--z-product-header-shadow-blur,9px) var(--z-product-header-shadow-light,rgba(255,255,255,.98)),
    inset var(--z-product-header-shadow-offset-neg,-4px) var(--z-product-header-shadow-offset-neg,-4px) var(--z-product-header-shadow-blur,9px) var(--z-product-header-shadow-light-boost,rgba(255,255,255,.20))!important;
}

/* Zorella v28.1.223 — public form/search fields use a pressed neumorphic surface. */
body:not([data-page="admin"]) :is(
  input[type="text"],input[type="email"],input[type="password"],input[type="tel"],input[type="search"],input[type="url"],
  textarea,select
):not(.qty-control input):not(#product-qty):not([data-no-neumorph]){
  background:var(--surface,#fff)!important;
  background-image:none!important;
  border:1px solid color-mix(in srgb,var(--border,#e5e7eb) 70%,transparent)!important;
  box-shadow:inset 4px 4px 10px rgba(190,190,190,.52),inset -4px -4px 10px rgba(255,255,255,.96)!important;
  transition:box-shadow .22s ease,border-color .22s ease,background-color .22s ease!important;
}
body:not([data-page="admin"]) :is(
  input[type="text"],input[type="email"],input[type="password"],input[type="tel"],input[type="search"],input[type="url"],
  textarea,select
):not(.qty-control input):not(#product-qty):not([data-no-neumorph]):focus{
  outline:none!important;
  border-color:color-mix(in srgb,var(--text,#111827) 18%,var(--border,#e5e7eb))!important;
  box-shadow:inset 5px 5px 12px rgba(190,190,190,.58),inset -5px -5px 12px rgba(255,255,255,1)!important;
}
html.dark-mode body:not([data-page="admin"]) :is(
  input[type="text"],input[type="email"],input[type="password"],input[type="tel"],input[type="search"],input[type="url"],
  textarea,select
):not(.qty-control input):not(#product-qty):not([data-no-neumorph]){
  background:#212121!important;color:#fff!important;border-color:#212121!important;
  box-shadow:inset 4px 4px 10px rgba(0,0,0,.86),inset -4px -4px 10px rgba(47,47,47,.72)!important;
}
html.dark-mode body:not([data-page="admin"]) :is(
  input[type="text"],input[type="email"],input[type="password"],input[type="tel"],input[type="search"],input[type="url"],
  textarea,select
):not(.qty-control input):not(#product-qty):not([data-no-neumorph]):focus{
  box-shadow:inset 5px 5px 12px rgba(0,0,0,.92),inset -5px -5px 12px rgba(47,47,47,.80)!important;
}

/* Zorella v28.1.224 — authenticated header account button + borderless utility controls. */
.main-header .header-actions :is(.icon-link,.theme-toggle,.mobile-instagram-link,.customer-login,.menu-toggle){border:0!important;outline:0!important}
.main-header .customer-login.is-authenticated{
  width:44px!important;height:44px!important;min-width:44px!important;max-width:44px!important;
  padding:0!important;border-radius:50%!important;display:grid!important;place-items:center!important;gap:0!important;
  background:var(--surface,#fff)!important;
  box-shadow:var(--z-product-header-shadow-offset,4px) var(--z-product-header-shadow-offset,4px) var(--z-product-header-shadow-blur,9px) var(--z-product-header-shadow-dark,rgba(190,190,190,.82)),var(--z-product-header-shadow-offset-neg,-4px) var(--z-product-header-shadow-offset-neg,-4px) var(--z-product-header-shadow-blur,9px) var(--z-product-header-shadow-light,rgba(255,255,255,.98)),var(--z-product-header-shadow-offset-neg,-4px) var(--z-product-header-shadow-offset-neg,-4px) var(--z-product-header-shadow-blur,9px) var(--z-product-header-shadow-light-boost,rgba(255,255,255,.20))!important;
}
.main-header .customer-login.is-authenticated span{display:none!important}.main-header .customer-login.is-authenticated svg{width:20px!important;height:20px!important;margin:0!important}
.main-header .customer-login.is-authenticated:active{box-shadow:inset var(--z-product-header-shadow-offset,4px) var(--z-product-header-shadow-offset,4px) var(--z-product-header-shadow-blur,9px) var(--z-product-header-shadow-dark,rgba(190,190,190,.82)),inset var(--z-product-header-shadow-offset-neg,-4px) var(--z-product-header-shadow-offset-neg,-4px) var(--z-product-header-shadow-blur,9px) var(--z-product-header-shadow-light,rgba(255,255,255,.98))!important}
html.dark-mode .main-header .customer-login.is-authenticated{background:#212121!important}
@media(max-width:780px){.main-header .customer-login.is-authenticated{width:42px!important;height:42px!important;min-width:42px!important;max-width:42px!important}}

/* Zorella v28.1.224 — redesigned order-tracking canvas. */
body.track-modern-page{background:radial-gradient(circle at 88% 4%,rgba(59,130,246,.09),transparent 28%),radial-gradient(circle at 10% 32%,rgba(16,185,129,.07),transparent 25%),var(--z-background-surface,var(--bg))!important}
.track-modern-hero{background:transparent!important;border:0!important;padding-block:46px 28px!important}.track-hero-inner{border-radius:28px;padding:28px 30px;background:linear-gradient(135deg,color-mix(in srgb,var(--surface) 94%,#dbeafe),color-mix(in srgb,var(--surface) 96%,#dcfce7));box-shadow:0 18px 54px rgba(15,23,42,.07);gap:28px}.track-modern-hero h1{font-size:clamp(28px,4vw,48px);margin:8px 0}.track-modern-hero p{max-width:650px;color:var(--muted)}
.track-hero-visual{border:0!important;background:rgba(255,255,255,.56)!important;backdrop-filter:blur(8px);border-radius:22px!important;padding:16px!important;box-shadow:inset 3px 3px 9px rgba(148,163,184,.16),inset -3px -3px 9px rgba(255,255,255,.85)}
.track-modern-section{padding-top:8px!important;padding-bottom:78px!important}.track-modern-layout{display:grid!important;grid-template-columns:minmax(0,1fr)!important;max-width:900px;margin-inline:auto}.track-entry-card,.track-help-card.track-help-below{border:0!important;border-radius:26px!important;background:color-mix(in srgb,var(--surface) 96%,#f8fafc)!important;box-shadow:0 18px 55px rgba(15,23,42,.075)!important}.track-entry-card{padding:24px!important}.track-entry-head{display:flex;align-items:center;gap:13px;margin-bottom:18px}.track-entry-icon{width:44px;height:44px;border-radius:15px;display:grid;place-items:center;background:linear-gradient(135deg,#dbeafe,#dcfce7);color:#2563eb;font-size:20px}.track-entry-head small{color:#0284c7;font-weight:800}.track-entry-head h2{margin:3px 0 0;font-size:19px}.track-modern-form{display:grid;grid-template-columns:1fr 1fr;gap:12px;align-items:end}.track-modern-form .field{margin:0}.track-modern-form .track-submit{grid-column:1/-1;min-height:50px;border:0!important;border-radius:16px!important;background:linear-gradient(135deg,#111827,#334155)!important;box-shadow:0 10px 24px rgba(15,23,42,.16)!important}.track-privacy-note{margin-top:14px;border:0!important;border-radius:15px;background:color-mix(in srgb,#dbeafe 38%,var(--surface));padding:10px 12px}.track-modern-result{max-width:1000px;margin:18px auto 0}.order-journey-card.auto-tracking-card{border:0!important;border-radius:28px!important;overflow:hidden;background:var(--surface)!important;box-shadow:0 22px 60px rgba(15,23,42,.09)!important}.order-journey-hero{background:linear-gradient(135deg,color-mix(in srgb,#dbeafe 62%,var(--surface)),color-mix(in srgb,#dcfce7 54%,var(--surface)))!important;border:0!important;padding:22px 24px!important}.order-journey-body{padding:22px!important;gap:20px!important}.order-journey-fact{border:0!important;border-radius:16px!important;background:color-mix(in srgb,var(--soft) 72%,var(--surface))!important;padding:12px!important}.track-help-card.track-help-below .track-help-list div{border:0!important;background:color-mix(in srgb,var(--soft) 65%,var(--surface))!important;box-shadow:inset 2px 2px 7px rgba(148,163,184,.12),inset -2px -2px 7px rgba(255,255,255,.72)!important}
html.dark-mode .track-hero-inner{background:linear-gradient(135deg,#171a21,#101827)!important;box-shadow:0 18px 54px rgba(0,0,0,.28)}html.dark-mode .track-hero-visual{background:rgba(33,33,33,.68)!important}html.dark-mode .track-entry-card,html.dark-mode .track-help-card.track-help-below,html.dark-mode .order-journey-card.auto-tracking-card{background:#171a21!important}html.dark-mode .order-journey-hero{background:linear-gradient(135deg,#172033,#15261f)!important}
@media(max-width:780px){.track-modern-hero{padding:18px 12px 12px!important}.track-hero-inner{padding:18px!important;border-radius:21px;display:block!important}.track-hero-visual{margin-top:16px}.track-modern-section{padding-inline:12px!important;padding-bottom:58px!important}.track-entry-card{padding:16px!important;border-radius:20px!important}.track-modern-form{grid-template-columns:1fr!important}.track-modern-form .track-submit{grid-column:auto}.order-journey-hero{padding:16px!important}.order-journey-body{padding:14px!important}.order-journey-card.auto-tracking-card{border-radius:21px!important}}

/* Zorella v28.1.230 — readable secure tracking, mobile-shaped category cards and neumorphic service forms. */
body[data-page="categories"] .categories-directory-card{
  grid-template-columns:1fr!important;
  min-height:0!important;
  border-radius:24px!important;
}
body[data-page="categories"] .categories-directory-cover{height:210px!important;min-height:210px!important}
body[data-page="categories"] .categories-directory-body{padding:17px!important}

body[data-page="login"] :is(#customer-login-form [name="identity"],#customer-register-form [name="name"],#customer-register-form [name="phone"]),
body[data-page="track"] .track-modern-form :is(input[name="code"],input[name="phone"]){
  border:0!important;outline:0!important;background:var(--surface,#e8e8e8)!important;
  box-shadow:inset 5px 5px 12px rgba(190,190,190,.66),inset -5px -5px 12px rgba(255,255,255,.98)!important;
}
html.dark-mode body[data-page="login"] :is(#customer-login-form [name="identity"],#customer-register-form [name="name"],#customer-register-form [name="phone"]),
html.dark-mode body[data-page="track"] .track-modern-form :is(input[name="code"],input[name="phone"]){background:#212121!important;box-shadow:inset 5px 5px 12px rgba(0,0,0,.82),inset -5px -5px 12px rgba(47,47,47,.74)!important}

body.contact-modern-page .contact-modern-card,
body.track-modern-page :is(.track-entry-card,.track-help-card.track-help-below){
  border:0!important;outline:0!important;background:var(--surface,#e8e8e8)!important;
  box-shadow:12px 12px 28px rgba(190,190,190,.72),-12px -12px 28px rgba(255,255,255,.98)!important;
}
body.contact-modern-page :is(.contact-action-card,.contact-location-card),
body.track-modern-page .track-help-list>div{
  border:0!important;outline:0!important;background:var(--surface,#e8e8e8)!important;
  box-shadow:inset 4px 4px 10px rgba(190,190,190,.62),inset -4px -4px 10px rgba(255,255,255,.96)!important;
}
body.contact-modern-page .contact-action-card:hover{border:0!important;box-shadow:inset 5px 5px 12px rgba(190,190,190,.68),inset -5px -5px 12px rgba(255,255,255,1)!important}
body.track-modern-page :is(.track-submit,.track-help-card .btn){
  border:0!important;outline:0!important;border-radius:16px!important;background:var(--surface,#e8e8e8)!important;color:var(--text,#171717)!important;
  box-shadow:7px 7px 16px rgba(190,190,190,.72),-7px -7px 16px rgba(255,255,255,.98)!important;
}
body.track-modern-page :is(.track-submit,.track-help-card .btn):active{
  transform:none!important;box-shadow:inset 4px 4px 10px rgba(190,190,190,.68),inset -4px -4px 10px rgba(255,255,255,.98)!important;
}

/* Zorella v28.1.231 — configurable store buttons, trust seal and pressed forms. */
.main-header .header-actions>:is(button,a){background-color:var(--z-header-button-bg,#fff)!important}
body.track-modern-page .track-submit{background:var(--z-tracking-primary-bg,#e8e8e8)!important}
body.track-modern-page .track-help-card .btn{background:var(--z-tracking-support-bg,#e8e8e8)!important}
.site-footer-v170 .footer-enamad-panel{min-width:0}.site-footer-v170 .footer-enamad-link{display:flex;align-items:center;gap:12px;width:max-content;max-width:100%;padding:10px 14px;border:0;border-radius:18px;background:color-mix(in srgb,var(--surface,#fff) 92%,#e8e8e8);color:inherit;text-decoration:none;box-shadow:6px 6px 14px rgba(0,0,0,.12),-6px -6px 14px rgba(255,255,255,.82)}.site-footer-v170 .footer-enamad-link img{display:block;width:72px;height:auto;max-height:82px;object-fit:contain}.site-footer-v170 .footer-enamad-link span{font-size:10px;font-weight:900}.site-footer-v170 .footer-enamad-link:active{box-shadow:inset 4px 4px 9px rgba(0,0,0,.13),inset -4px -4px 9px rgba(255,255,255,.72)}
.faq-modern-page .faq-modern-card{border:0!important;background:var(--surface,#e8e8e8)!important;box-shadow:10px 10px 25px rgba(190,190,190,.62),-10px -10px 25px rgba(255,255,255,.95)!important}.faq-modern-page .faq-accordion-item{border:0!important;background:var(--surface,#e8e8e8)!important;box-shadow:inset 4px 4px 10px rgba(190,190,190,.58),inset -4px -4px 10px rgba(255,255,255,.92)!important}.faq-modern-page .faq-accordion-item summary{outline:0!important}
.bug-report-page .bug-report-card{border:0!important;background:var(--surface,#e8e8e8)!important;box-shadow:10px 10px 24px rgba(190,190,190,.62),-10px -10px 24px rgba(255,255,255,.95)!important}.bug-report-page .bug-report-grid :is(input,select,textarea){border:0!important;outline:0!important;background:var(--surface,#e8e8e8)!important;color:var(--text,#171717)!important;box-shadow:inset 4px 4px 10px rgba(190,190,190,.62),inset -4px -4px 10px rgba(255,255,255,.95)!important}.bug-report-page .bug-report-grid :is(input,select,textarea):focus{border:0!important;outline:0!important;box-shadow:inset 5px 5px 12px rgba(190,190,190,.72),inset -5px -5px 12px rgba(255,255,255,.98)!important}.bug-report-page .bug-report-grid input[name="pageUrl"]{direction:ltr;text-align:left;color:var(--text,#171717)!important}.bug-report-page .bug-report-submit{border:0!important;outline:0!important;background:var(--surface,#e8e8e8)!important;color:var(--text,#171717)!important;box-shadow:7px 7px 16px rgba(190,190,190,.7),-7px -7px 16px rgba(255,255,255,.96)!important}.bug-report-page .bug-report-submit:active{box-shadow:inset 4px 4px 10px rgba(190,190,190,.66),inset -4px -4px 10px rgba(255,255,255,.95)!important}
html.dark-mode :is(.faq-modern-page .faq-modern-card,.site-footer-v170 .footer-enamad-link){background:#212121!important;box-shadow:7px 7px 18px rgba(0,0,0,.7),-7px -7px 18px rgba(48,48,48,.62)!important}html.dark-mode :is(.faq-modern-page .faq-accordion-item,.bug-report-page .bug-report-grid input,.bug-report-page .bug-report-grid select,.bug-report-page .bug-report-grid textarea){background:#212121!important;color:#fff!important;box-shadow:inset 4px 4px 10px rgba(0,0,0,.78),inset -4px -4px 10px rgba(47,47,47,.68)!important}
@media(max-width:780px){.site-footer-v170 .footer-enamad-panel{grid-column:1/-1}.site-footer-v170 .footer-enamad-link{width:100%;justify-content:center}}
html.dark-mode body.contact-modern-page .contact-modern-card,
html.dark-mode body.track-modern-page :is(.track-entry-card,.track-help-card.track-help-below){background:#212121!important;box-shadow:12px 12px 28px rgba(0,0,0,.56),-12px -12px 28px rgba(47,47,47,.38)!important}
html.dark-mode body.contact-modern-page :is(.contact-action-card,.contact-location-card),
html.dark-mode body.track-modern-page :is(.track-help-list>div,.track-submit,.track-help-card .btn){background:#212121!important;color:#fff!important;box-shadow:inset 4px 4px 10px rgba(0,0,0,.78),inset -4px -4px 10px rgba(47,47,47,.68)!important}

/* Zorella v28.1.232 — smooth neumorphic cart, editable bug report and unified banner ratio. */
.bug-report-page .bug-report-grid :is(input[name="name"],input[name="phone"],input[name="pageUrl"]){
  cursor:text!important;user-select:text!important;-webkit-user-select:text!important;
  border:0!important;outline:0!important;background:var(--surface,#e8e8e8)!important;
  box-shadow:inset 5px 5px 12px rgba(190,190,190,.66),inset -5px -5px 12px rgba(255,255,255,.98)!important;
}
body[data-page="cart"] #cart-content{min-height:260px;transition:opacity .18s ease}
body[data-page="cart"] #cart-content.is-updating{opacity:.9}
body[data-page="cart"] .cart-items{contain:layout style}
body[data-page="cart"] .cart-item{
  content-visibility:auto;contain:layout paint style;contain-intrinsic-size:150px;
  border:0!important;background:var(--bg,#e8e8e8)!important;
  box-shadow:10px 10px 24px rgba(190,190,190,.68),-10px -10px 24px rgba(255,255,255,.98)!important;
  transition:transform .22s cubic-bezier(.2,.8,.2,1),box-shadow .22s ease,opacity .18s ease!important;
}
body[data-page="cart"] .cart-item:hover{transform:translateY(-2px)!important;box-shadow:12px 12px 28px rgba(190,190,190,.72),-12px -12px 28px rgba(255,255,255,1)!important}
body[data-page="cart"] .set-cart-item:before{display:none!important}
body[data-page="cart"] :is(.cart-top-card,.pro-summary,.cart-empty){
  border:0!important;background:var(--bg,#e8e8e8)!important;color:var(--text,#171717)!important;
  box-shadow:12px 12px 28px rgba(190,190,190,.7),-12px -12px 28px rgba(255,255,255,.98)!important;
}
body[data-page="cart"] .cart-top-card :is(p,.eyebrow){color:var(--muted)!important}
body[data-page="cart"] .cart-top-card .eyebrow{background:transparent!important;padding:0!important}
body[data-page="cart"] :is(.cart-count-pill,.cart-item-image,.mini-qty,.coupon-row input,.set-cart-selections>div,.first-coupon-box){
  border:0!important;outline:0!important;background:var(--bg,#e8e8e8)!important;color:var(--text,#171717)!important;
  box-shadow:inset 5px 5px 12px rgba(190,190,190,.64),inset -5px -5px 12px rgba(255,255,255,.97)!important;
}
body[data-page="cart"] .cart-count-pill span{color:var(--muted)!important}
body[data-page="cart"] .coupon-row input:focus{border:0!important;outline:0!important;box-shadow:inset 6px 6px 14px rgba(190,190,190,.72),inset -6px -6px 14px rgba(255,255,255,1)!important}
body[data-page="cart"] :is(.mini-qty button,.cart-remove-btn,.coupon-row button,#remove-coupon,.pro-summary>.btn,.cart-empty .btn){
  border:0!important;outline:0!important;background:var(--bg,#e8e8e8)!important;color:var(--text,#171717)!important;
  box-shadow:6px 6px 14px rgba(190,190,190,.68),-6px -6px 14px rgba(255,255,255,.98)!important;
  transition:transform .18s ease,box-shadow .18s ease,opacity .18s ease!important;
}
body[data-page="cart"] :is(.mini-qty button,.cart-remove-btn,.coupon-row button,#remove-coupon,.pro-summary>.btn,.cart-empty .btn):active{
  transform:none!important;box-shadow:inset 4px 4px 9px rgba(190,190,190,.66),inset -4px -4px 9px rgba(255,255,255,.98)!important;
}
body[data-page="cart"] .cart-remove-btn{color:var(--danger)!important}
body[data-page="cart"] .pro-summary>.btn{color:var(--accent)!important;margin-top:10px}
body[data-page="cart"] .summary-row.total{border-top:0!important;padding-top:14px}
body[data-page="cart"] .mini-qty span.is-adjusting{animation:zCartQuantityPulse .22s ease}
@keyframes zCartQuantityPulse{50%{transform:scale(1.13);color:var(--accent)}100%{transform:scale(1)}}
html.dark-mode body[data-page="cart"] :is(.cart-item,.cart-top-card,.pro-summary,.cart-empty){background:var(--bg,#111318)!important;box-shadow:10px 10px 24px rgba(0,0,0,.72),-10px -10px 24px rgba(43,47,55,.46)!important}
html.dark-mode body[data-page="cart"] :is(.cart-count-pill,.cart-item-image,.mini-qty,.coupon-row input,.set-cart-selections>div,.first-coupon-box){background:var(--bg,#111318)!important;color:var(--text,#fff)!important;box-shadow:inset 5px 5px 12px rgba(0,0,0,.82),inset -5px -5px 12px rgba(43,47,55,.58)!important}
html.dark-mode body[data-page="cart"] :is(.mini-qty button,.cart-remove-btn,.coupon-row button,#remove-coupon,.pro-summary>.btn,.cart-empty .btn){background:var(--bg,#111318)!important;color:var(--text,#fff)!important;box-shadow:6px 6px 14px rgba(0,0,0,.76),-6px -6px 14px rgba(43,47,55,.48)!important}
.hero-carousel .hero-slide{aspect-ratio:2.05/1!important;transition:opacity .62s ease,transform .78s cubic-bezier(.16,1,.3,1),box-shadow .62s ease!important}
@media(max-width:780px){.hero-carousel .hero-slide{aspect-ratio:2.05/1!important}}
@media(prefers-reduced-motion:reduce){body[data-page="cart"] #cart-content,body[data-page="cart"] .cart-item{transition:none!important}.mini-qty span.is-adjusting{animation:none!important}.hero-carousel .hero-slide{transition:none!important}}

/* Zorella v28.1.233 — gentle pastel cart accents inspired by the supplied palette. */
body[data-page="cart"]{
  --z-cart-pastel-green:#dcefdc;
  --z-cart-pastel-green-text:#326447;
  --z-cart-pastel-red:#f8d9d6;
  --z-cart-pastel-red-text:#9a4747;
  --z-cart-pastel-blue:#deebf6;
  --z-cart-pastel-blue-text:#355f7b;
  --z-cart-pastel-cream:#faedce;
  --z-cart-pastel-cream-text:#755b2d;
  --z-cart-pastel-lilac:#eadff2;
}
body[data-page="cart"] .cart-top-card{
  background:color-mix(in srgb,var(--bg,#f7f7f5) 82%,var(--z-cart-pastel-cream) 18%)!important;
}
body[data-page="cart"] .pro-summary{
  background:color-mix(in srgb,var(--bg,#f7f7f5) 82%,var(--z-cart-pastel-blue) 18%)!important;
}
body[data-page="cart"] .cart-count-pill{
  background:color-mix(in srgb,var(--bg,#f7f7f5) 58%,var(--z-cart-pastel-lilac) 42%)!important;
}
body[data-page="cart"] .summary-icon{
  display:grid;place-items:center;width:48px;height:48px;border-radius:16px;
  background:var(--z-cart-pastel-cream)!important;color:var(--z-cart-pastel-cream-text)!important;
  box-shadow:inset 3px 3px 8px rgba(161,131,77,.16),inset -3px -3px 8px rgba(255,255,255,.78)!important;
}
body[data-page="cart"] .mini-qty button[data-cart-plus]{
  background:var(--z-cart-pastel-green)!important;color:var(--z-cart-pastel-green-text)!important;
}
body[data-page="cart"] :is(.mini-qty button[data-cart-minus],.cart-remove-btn,#remove-coupon){
  background:var(--z-cart-pastel-red)!important;color:var(--z-cart-pastel-red-text)!important;
}
body[data-page="cart"] #apply-coupon{
  background:var(--z-cart-pastel-cream)!important;color:var(--z-cart-pastel-cream-text)!important;
}
body[data-page="cart"] :is(.pro-summary>.btn,.cart-empty .btn){
  background:var(--z-cart-pastel-blue)!important;color:var(--z-cart-pastel-blue-text)!important;
}
body[data-page="cart"] :is(.mini-qty button[data-cart-plus],.mini-qty button[data-cart-minus],.cart-remove-btn,#apply-coupon,#remove-coupon,.pro-summary>.btn,.cart-empty .btn){
  border:0!important;outline:0!important;
  box-shadow:6px 6px 14px rgba(132,143,139,.25),-6px -6px 14px rgba(255,255,255,.92)!important;
}
body[data-page="cart"] :is(.mini-qty button[data-cart-plus],.mini-qty button[data-cart-minus],.cart-remove-btn,#apply-coupon,#remove-coupon,.pro-summary>.btn,.cart-empty .btn):active{
  box-shadow:inset 4px 4px 9px rgba(125,137,132,.24),inset -4px -4px 9px rgba(255,255,255,.82)!important;
}
html.dark-mode body[data-page="cart"] :is(.cart-top-card,.pro-summary){background:var(--bg,#111318)!important}
html.dark-mode body[data-page="cart"] .cart-count-pill{background:#24222d!important}
html.dark-mode body[data-page="cart"] .summary-icon{background:#3b3325!important;color:#f4dca7!important;box-shadow:inset 3px 3px 8px rgba(0,0,0,.46),inset -3px -3px 8px rgba(255,255,255,.04)!important}
html.dark-mode body[data-page="cart"] .mini-qty button[data-cart-plus]{background:#203a2b!important;color:#bfe5c9!important}
html.dark-mode body[data-page="cart"] :is(.mini-qty button[data-cart-minus],.cart-remove-btn,#remove-coupon){background:#43272a!important;color:#f5c2c2!important}
html.dark-mode body[data-page="cart"] #apply-coupon{background:#403725!important;color:#f3dba5!important}
html.dark-mode body[data-page="cart"] :is(.pro-summary>.btn,.cart-empty .btn){background:#243847!important;color:#c8e0ef!important}

/* Zorella v28.1.224 — login CTA stays quiet until the identity/password format is complete. */
#customer-login-form button[type="submit"].z-login-locked,#customer-login-form button[type="submit"]:disabled{
  background:#d7d9dd!important;color:#7b818b!important;box-shadow:none!important;filter:saturate(.25)!important;opacity:.72!important;cursor:not-allowed!important;transform:none!important
}
#customer-login-form button[type="submit"].z-login-ready:not(:disabled){opacity:1!important;filter:none!important;transition:background-color .22s ease,color .22s ease,box-shadow .22s ease,opacity .22s ease!important}
html.dark-mode #customer-login-form button[type="submit"].z-login-locked,html.dark-mode #customer-login-form button[type="submit"]:disabled{background:#2a2d33!important;color:#747982!important}

/* Zorella v28.1.226 — inline card discount + streamlined tracking hero. */
body:not([data-page="admin"]) .product-card.clean-product-card.has-discount .clean-price-row{
  display:grid!important;
  grid-template-columns:max-content max-content!important;
  grid-template-rows:auto auto!important;
  justify-content:center!important;
  align-items:center!important;
  column-gap:6px!important;
  row-gap:2px!important;
  direction:ltr!important;
  width:100%!important;
}
body:not([data-page="admin"]) .product-card.clean-product-card.has-discount .clean-price-row>.clean-sale-percent-inline{
  position:static!important;
  inset:auto!important;
  top:auto!important;
  right:auto!important;
  bottom:auto!important;
  left:auto!important;
  transform:none!important;
  scale:1!important;
  grid-column:1!important;
  grid-row:1!important;
  order:initial!important;
  justify-self:end!important;
  align-self:center!important;
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  min-width:0!important;
  width:auto!important;
  height:auto!important;
  padding:2px 6px!important;
  margin:0!important;
  border:0!important;
  border-radius:999px!important;
  background:var(--z-accent-surface,var(--accent,#e11d48))!important;
  color:#fff!important;
  -webkit-text-fill-color:#fff!important;
  box-shadow:none!important;
  filter:none!important;
  font-size:9px!important;
  line-height:1.45!important;
  font-weight:900!important;
  white-space:nowrap!important;
}
body:not([data-page="admin"]) .product-card.clean-product-card.has-discount .clean-price-row>.price-old{
  grid-column:2!important;
  grid-row:1!important;
  order:initial!important;
  justify-self:start!important;
  align-self:center!important;
  margin:0!important;
  direction:rtl!important;
}
body:not([data-page="admin"]) .product-card.clean-product-card.has-discount .clean-price-row>.price-current{
  grid-column:1 / -1!important;
  grid-row:2!important;
  order:initial!important;
  justify-self:center!important;
  margin-inline:auto!important;
  direction:rtl!important;
}
body[data-page="track"] .track-hero-inner{
  grid-template-columns:minmax(0,1fr)!important;
  width:100%!important;
  max-width:900px!important;
  margin-inline:auto!important;
}

/* Zorella v28.1.234 — final cart CTA and login switch states. */
body[data-page="cart"] .cart-main-without-hero>.section{padding-top:clamp(28px,5vw,64px)!important}
body[data-page="cart"] :is(.mini-qty button[data-cart-plus],.pro-summary>a.btn[href="/checkout"]){background:var(--z-cart-pastel-green,#dcefdc)!important;color:var(--z-cart-pastel-green-text,#326447)!important}
html.dark-mode body[data-page="cart"] :is(.mini-qty button[data-cart-plus],.pro-summary>a.btn[href="/checkout"]){background:#203a2b!important;color:#bfe5c9!important}
body[data-page="login"] .auth-tabs{border:0!important;outline:0!important;background:var(--bg,#e8e8e8)!important;box-shadow:inset 5px 5px 12px rgba(190,190,190,.66),inset -5px -5px 12px rgba(255,255,255,.96)!important}
body[data-page="login"] .auth-tabs button,
body[data-page="login"] .auth-tabs button:hover,
body[data-page="login"] .auth-tabs button:focus-visible{border:0!important;outline:0!important;background:transparent!important;box-shadow:none!important;color:var(--muted,#737373)!important}
body[data-page="login"] .auth-tabs button.active,
body[data-page="login"] .auth-tabs button[aria-selected="true"]{background:var(--bg,#e8e8e8)!important;color:var(--text,#171717)!important;box-shadow:inset 4px 4px 10px rgba(190,190,190,.72),inset -4px -4px 10px rgba(255,255,255,.98)!important}
html.dark-mode body[data-page="login"] .auth-tabs{background:#212121!important;box-shadow:inset 5px 5px 12px rgba(0,0,0,.8),inset -5px -5px 12px rgba(47,47,47,.66)!important}
html.dark-mode body[data-page="login"] .auth-tabs button.active{background:#212121!important;color:#fff!important;box-shadow:inset 4px 4px 10px rgba(0,0,0,.84),inset -4px -4px 10px rgba(47,47,47,.68)!important}

/* Zorella v28.1.236 — checkout customer fields and shipping gate. */
body[data-page="checkout"] .checkout-fields>.form-grid :is(input,textarea,select),body[data-page="checkout"] .checkout-fields>.form-grid :is(input,textarea,select):focus{border:0!important;outline:0!important;background:var(--surface,#e8e8e8)!important;color:var(--text,#171717)!important;box-shadow:inset 5px 5px 12px rgba(190,190,190,.68),inset -5px -5px 12px rgba(255,255,255,.98)!important}
html.dark-mode body[data-page="checkout"] .checkout-fields>.form-grid :is(input,textarea,select),html.dark-mode body[data-page="checkout"] .checkout-fields>.form-grid :is(input,textarea,select):focus{background:#212121!important;color:#fff!important;box-shadow:inset 5px 5px 12px rgba(0,0,0,.82),inset -5px -5px 12px rgba(48,48,48,.72)!important}
body[data-page="checkout"] :is(.z-shipping-confirm-btn,.z-final-order-btn):disabled{opacity:1!important;cursor:not-allowed!important;pointer-events:none!important;background:#d9dde2!important;color:#858c96!important;filter:saturate(.45)!important;box-shadow:inset 4px 4px 10px rgba(166,172,180,.52),inset -4px -4px 10px rgba(255,255,255,.82)!important}
html.dark-mode body[data-page="checkout"] :is(.z-shipping-confirm-btn,.z-final-order-btn):disabled{background:#292c31!important;color:#777d87!important;box-shadow:inset 4px 4px 10px rgba(0,0,0,.72),inset -4px -4px 10px rgba(58,61,67,.52)!important}
body[data-page="checkout"] .checkout-fields[data-checkout-step="shipping"] #address-validation-status,body[data-page="checkout"] .checkout-fields[data-checkout-step="payment"] #address-validation-status,body[data-page="checkout"] #address-validation-status.valid{display:none!important}
body :is(input[type="tel"],input[inputmode="tel"],input[name*="phone" i],input[name*="mobile" i]){direction:rtl!important;text-align:right!important;unicode-bidi:plaintext!important;font-variant-numeric:tabular-nums}

/* Zorella v28.1.235 — resilient configurable controls and pastel actions. */
.main-header .header-actions>.customer-login,
.main-header .header-actions>.customer-login.is-authenticated,
html.dark-mode .main-header .header-actions>.customer-login,
html.dark-mode .main-header .header-actions>.customer-login.is-authenticated{background:var(--z-header-button-bg,#fff)!important;background-image:none!important;border:0!important;outline:0!important}
body[data-page="cart"] :is(.mini-qty button[data-cart-plus],.pro-summary>a.btn[href="/checkout"]),
body[data-page="cart"] :is(.mini-qty button[data-cart-plus],.pro-summary>a.btn[href="/checkout"]):hover,
body[data-page="cart"] :is(.mini-qty button[data-cart-plus],.pro-summary>a.btn[href="/checkout"]):focus-visible{background:#d8efdc!important;color:#2f6a43!important;border:0!important;outline:0!important;box-shadow:6px 6px 14px rgba(164,190,170,.58),-6px -6px 14px rgba(255,255,255,.94)!important}
html.dark-mode body[data-page="cart"] :is(.mini-qty button[data-cart-plus],.pro-summary>a.btn[href="/checkout"]),
html.dark-mode body[data-page="cart"] :is(.mini-qty button[data-cart-plus],.pro-summary>a.btn[href="/checkout"]):hover,
html.dark-mode body[data-page="cart"] :is(.mini-qty button[data-cart-plus],.pro-summary>a.btn[href="/checkout"]):focus-visible{background:#294836!important;color:#c9f3d4!important;box-shadow:6px 6px 14px rgba(0,0,0,.56),-6px -6px 14px rgba(61,82,68,.52)!important}
html.dark-mode body.track-modern-page .track-submit,
html.dark-mode body.track-modern-page .track-submit:hover,
html.dark-mode body.track-modern-page .track-submit:focus-visible,
html.dark-mode body.track-modern-page .track-submit:active{background:var(--z-tracking-primary-bg,#2b2b2b)!important;color:#fff!important;border:0!important;outline:0!important;transform:none!important;box-shadow:7px 7px 16px rgba(0,0,0,.72),-7px -7px 16px rgba(57,57,57,.62)!important}

/* Zorella v28.1.237 — verified cart actions, live customer validation and pastel returns. */
body[data-page="cart"] .mini-qty>button.z-cart-plus-pastel[data-cart-plus],
body[data-page="cart"] .mini-qty>button.z-cart-plus-pastel[data-cart-plus]:hover,
body[data-page="cart"] .mini-qty>button.z-cart-plus-pastel[data-cart-plus]:focus-visible{
  background:#b7e4c7!important;background-color:#b7e4c7!important;background-image:none!important;color:#205a36!important;
  border:0!important;outline:0!important;box-shadow:6px 6px 14px rgba(126,174,138,.52),-6px -6px 14px rgba(255,255,255,.96)!important;
}
body[data-page="cart"] .pro-summary>a.z-cart-checkout-pastel[href="/checkout"],
body[data-page="cart"] .pro-summary>a.z-cart-checkout-pastel[href="/checkout"]:hover,
body[data-page="cart"] .pro-summary>a.z-cart-checkout-pastel[href="/checkout"]:focus-visible{
  background:#b7e4c7!important;background-color:#b7e4c7!important;background-image:none!important;color:#205a36!important;
  border:0!important;outline:0!important;box-shadow:7px 7px 17px rgba(126,174,138,.52),-7px -7px 17px rgba(255,255,255,.96)!important;
}
body[data-page="cart"] :is(.z-cart-plus-pastel,.z-cart-checkout-pastel):active{
  box-shadow:inset 4px 4px 9px rgba(95,148,109,.42),inset -4px -4px 9px rgba(240,255,244,.9)!important;
}
html.dark-mode body[data-page="cart"] :is(.mini-qty>button.z-cart-plus-pastel[data-cart-plus],.pro-summary>a.z-cart-checkout-pastel[href="/checkout"]){
  background:#315b40!important;background-color:#315b40!important;background-image:none!important;color:#d6f5df!important;
  box-shadow:6px 6px 14px rgba(0,0,0,.62),-6px -6px 14px rgba(68,101,78,.48)!important;
}
body[data-page="checkout"] .checkout-fields>.form-grid .field{position:relative}
body[data-page="checkout"] .checkout-fields>.form-grid :is(input,textarea,select).z-field-invalid,
body[data-page="checkout"] .checkout-fields>.form-grid :is(input,textarea,select).z-field-invalid:focus{
  background:#f8dfe3!important;background-color:#f8dfe3!important;background-image:none!important;color:#713f49!important;
  box-shadow:inset 5px 5px 12px rgba(194,132,143,.4),inset -5px -5px 12px rgba(255,248,249,.92)!important;
}
body[data-page="checkout"] .checkout-fields>.form-grid :is(input,textarea,select).z-field-valid,
body[data-page="checkout"] .checkout-fields>.form-grid :is(input,textarea,select).z-field-valid:focus{
  background:#dff1e4!important;background-color:#dff1e4!important;background-image:none!important;color:#28583a!important;
  box-shadow:inset 5px 5px 12px rgba(125,171,137,.36),inset -5px -5px 12px rgba(248,255,250,.94)!important;
}
body[data-page="checkout"] .z-field-validation{display:flex;align-items:flex-start;gap:5px;margin-top:7px;padding:7px 10px;border-radius:12px;font-size:11px;line-height:1.75;font-weight:750}
body[data-page="checkout"] .field-error.z-field-validation{background:#f9e4e7!important;color:#8b4350!important;border:0!important}
body[data-page="checkout"] .field-error.z-field-validation:before{content:"!";display:grid;place-items:center;flex:0 0 18px;height:18px;border-radius:50%;background:#eebec6;color:#713f49;font-weight:950}
body[data-page="checkout"] .field-success.z-field-validation{background:#e3f3e7!important;color:#37694a!important}
body[data-page="checkout"] .field-success.z-field-validation:before{content:"✓";display:grid;place-items:center;flex:0 0 18px;height:18px;border-radius:50%;background:#bfe3c8;color:#205a36;font-weight:950}
html.dark-mode body[data-page="checkout"] .checkout-fields>.form-grid :is(input,textarea,select).z-field-invalid{background:#513039!important;color:#f7dce2!important;box-shadow:inset 5px 5px 12px rgba(0,0,0,.66),inset -5px -5px 12px rgba(104,63,74,.48)!important}
html.dark-mode body[data-page="checkout"] .checkout-fields>.form-grid :is(input,textarea,select).z-field-valid{background:#284636!important;color:#d5f1dc!important;box-shadow:inset 5px 5px 12px rgba(0,0,0,.66),inset -5px -5px 12px rgba(57,88,68,.5)!important}
html.dark-mode body[data-page="checkout"] :is(.field-error,.field-success).z-field-validation{background:#282a30!important}
body.policy-modern-page{--z-return-pastel-blue:#e0eef7;--z-return-pastel-green:#dff1e4;--z-return-pastel-rose:#f8e2e7;--z-return-pastel-cream:#faedcf;--z-return-pastel-lilac:#ebe3f6}
body.policy-modern-page .policy-modern-hero{border:0!important;background:color-mix(in srgb,var(--bg,#f7f7f5) 76%,var(--z-return-pastel-lilac) 24%)!important;box-shadow:inset 0 -12px 28px rgba(181,173,194,.18)!important}
body.policy-modern-page :is(.info-hero-badge,.policy-hero-chips span){border:0!important;outline:0!important;background:var(--z-return-pastel-cream)!important;color:#725c30!important;box-shadow:5px 5px 12px rgba(181,166,133,.34),-5px -5px 12px rgba(255,255,255,.94)!important}
body.policy-modern-page .policy-modern-layout{align-items:start}
body.policy-modern-page .policy-modern-index{border:0!important;outline:0!important;border-radius:26px!important;background:color-mix(in srgb,var(--bg,#f7f7f5) 76%,var(--z-return-pastel-blue) 24%)!important;box-shadow:9px 9px 22px rgba(177,187,194,.45),-9px -9px 22px rgba(255,255,255,.96)!important}
body.policy-modern-page .policy-modern-index nav a{border:0!important;outline:0!important;border-radius:15px!important;background:transparent!important;box-shadow:none!important}
body.policy-modern-page .policy-modern-index nav a:hover,body.policy-modern-page .policy-modern-index nav a:focus-visible,body.policy-modern-page .policy-modern-index nav a.active{background:color-mix(in srgb,var(--z-return-pastel-blue) 72%,var(--bg,#f7f7f5))!important;box-shadow:inset 4px 4px 9px rgba(157,176,190,.32),inset -4px -4px 9px rgba(255,255,255,.92)!important}
body.policy-modern-page .policy-rule-card{border:0!important;outline:0!important;border-radius:24px!important;overflow:visible!important;background:color-mix(in srgb,var(--bg,#f7f7f5) 76%,var(--z-return-pastel-blue) 24%)!important;box-shadow:8px 8px 20px rgba(177,187,194,.43),-8px -8px 20px rgba(255,255,255,.96)!important}
body.policy-modern-page .policy-rule-card:nth-child(4n+2){background:color-mix(in srgb,var(--bg,#f7f7f5) 76%,var(--z-return-pastel-green) 24%)!important}
body.policy-modern-page .policy-rule-card:nth-child(4n+3){background:color-mix(in srgb,var(--bg,#f7f7f5) 77%,var(--z-return-pastel-rose) 23%)!important}
body.policy-modern-page .policy-rule-card:nth-child(4n){background:color-mix(in srgb,var(--bg,#f7f7f5) 75%,var(--z-return-pastel-cream) 25%)!important}
body.policy-modern-page .policy-rule-no{border:0!important;background:var(--z-return-pastel-lilac)!important;color:#635079!important;box-shadow:5px 5px 12px rgba(167,156,183,.34),-5px -5px 12px rgba(255,255,255,.94)!important}
body.policy-modern-page .policy-rule-note{border:0!important;background:color-mix(in srgb,var(--z-return-pastel-cream) 64%,var(--bg,#f7f7f5))!important;box-shadow:inset 4px 4px 10px rgba(177,161,128,.25),inset -4px -4px 10px rgba(255,255,255,.9)!important}
#account-returns :is(.return-policy-note,.customer-return-card,.empty-state),.v12-return-modal{border:0!important;outline:0!important;background:color-mix(in srgb,var(--surface,#f7f7f5) 78%,#e5eef8 22%)!important;box-shadow:8px 8px 20px rgba(177,187,194,.42),-8px -8px 20px rgba(255,255,255,.95)!important}
#account-returns :is(#refresh-customer-returns,.customer-return-action),#customer-return-form button[type="submit"]{border:0!important;outline:0!important;background:#dff1e4!important;color:#2d6140!important;box-shadow:5px 5px 12px rgba(126,174,138,.42),-5px -5px 12px rgba(255,255,255,.94)!important}
#customer-return-form :is(input,select,textarea){border:0!important;outline:0!important;background:var(--surface,#eee)!important;box-shadow:inset 4px 4px 10px rgba(177,187,194,.42),inset -4px -4px 10px rgba(255,255,255,.94)!important}
html.dark-mode body.policy-modern-page :is(.policy-modern-index,.policy-rule-card),html.dark-mode #account-returns :is(.return-policy-note,.customer-return-card,.empty-state),html.dark-mode .v12-return-modal{background:#242831!important;color:#f4f4f5!important;box-shadow:8px 8px 20px rgba(0,0,0,.66),-8px -8px 20px rgba(56,61,72,.46)!important}
html.dark-mode body.policy-modern-page :is(.policy-rule-note,.policy-modern-index nav a:hover,.policy-modern-index nav a.active){background:#2b3039!important;color:#e4e7ec!important;box-shadow:inset 4px 4px 10px rgba(0,0,0,.64),inset -4px -4px 10px rgba(61,67,78,.46)!important}
@media(max-width:780px){body.policy-modern-page .policy-modern-index{position:static!important;border-radius:21px!important}body.policy-modern-page .policy-rule-card{border-radius:20px!important}body[data-page="checkout"] .z-field-validation{font-size:10px}}

/* Zorella v28.1.241 — checkout, authentication and header neumorphism refinement */
.main-header .header-actions>.customer-login,.main-header .header-actions>.customer-login.is-authenticated{background:var(--z-header-button-bg,#f1f1ef)!important;color:var(--text,#171717)!important;border:0!important;outline:0!important;box-shadow:6px 6px 14px rgba(177,177,177,.46),-6px -6px 14px rgba(255,255,255,.92)!important;transition:transform .18s ease,box-shadow .18s ease,background-color .18s ease!important}
.main-header .header-actions>.customer-login:hover{transform:translateY(-1px);box-shadow:8px 8px 17px rgba(177,177,177,.5),-8px -8px 17px rgba(255,255,255,.96)!important}
.main-header .header-actions>.customer-login:active{transform:translateY(0);box-shadow:inset 4px 4px 9px rgba(177,177,177,.5),inset -4px -4px 9px rgba(255,255,255,.9)!important}
html.dark-mode .main-header .header-actions>.customer-login,html.dark-mode .main-header .header-actions>.customer-login.is-authenticated{background:var(--z-header-button-bg,#21242a)!important;color:#f7f7f7!important;box-shadow:6px 6px 14px rgba(0,0,0,.72),-6px -6px 14px rgba(56,59,66,.46)!important}
html.dark-mode .main-header .header-actions>.customer-login:hover{box-shadow:8px 8px 18px rgba(0,0,0,.76),-8px -8px 18px rgba(58,61,68,.5)!important}
html.dark-mode .main-header .header-actions>.customer-login:active{box-shadow:inset 4px 4px 9px rgba(0,0,0,.78),inset -4px -4px 9px rgba(57,60,67,.48)!important}

/* Zorella v28.1.243 — desktop header mini-cart. */
.main-header .header-cart-shell{position:relative;display:grid;place-items:center;flex:0 0 auto}
.main-header .header-mini-cart{position:absolute;top:calc(100% + 14px);left:-16px;width:min(390px,calc(100vw - 32px));padding:0;border:0;border-radius:24px;background:var(--bg,#ececea);color:var(--text,#171717);box-shadow:16px 16px 38px rgba(165,165,165,.48),-12px -12px 30px rgba(255,255,255,.96);opacity:0;visibility:hidden;transform:translateY(-8px) scale(.985);transform-origin:top left;pointer-events:none;transition:opacity .18s ease,transform .18s ease,visibility .18s;z-index:999;overflow:hidden;direction:rtl}
.main-header .header-cart-shell:hover>.header-mini-cart,.main-header .header-cart-shell:focus-within>.header-mini-cart{opacity:1;visibility:visible;transform:none;pointer-events:auto}
.header-mini-cart-head,.header-mini-cart-foot{display:flex;align-items:center;justify-content:space-between;gap:14px;padding:15px 17px}
.header-mini-cart-head{border-bottom:1px solid color-mix(in srgb,var(--text,#171717) 9%,transparent)}
.header-mini-cart-head>div{display:grid;gap:2px}.header-mini-cart-head b{font-size:13px}.header-mini-cart-head small{font-size:9px;color:var(--muted,#737373)}
.header-mini-cart-head>a{font-size:10px;font-weight:850;color:var(--accent);padding:7px 10px;border-radius:11px;background:var(--bg,#ececea);box-shadow:4px 4px 9px rgba(177,177,177,.42),-4px -4px 9px rgba(255,255,255,.9)}
.header-mini-cart-items{display:grid;max-height:390px;overflow:auto;padding:5px 10px;overscroll-behavior:contain}
.header-mini-cart-item{display:grid;grid-template-columns:58px minmax(0,1fr) 36px;gap:10px;align-items:center;padding:10px 5px;border-bottom:1px dashed color-mix(in srgb,var(--text,#171717) 10%,transparent)}
.header-mini-cart-item:last-child{border-bottom:0}.header-mini-cart-image{width:58px;height:68px;border-radius:14px;overflow:hidden;background:var(--surface,#fff);box-shadow:4px 4px 10px rgba(177,177,177,.38),-4px -4px 10px rgba(255,255,255,.86)}
.header-mini-cart-image img{width:100%;height:100%;display:block;object-fit:cover}.header-mini-cart-copy{min-width:0;display:grid;gap:3px}.header-mini-cart-copy b{display:block;font-size:10px;line-height:1.7;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.header-mini-cart-copy small{font-size:8px;color:var(--muted,#737373)}.header-mini-cart-copy strong{font-size:10px;color:var(--text,#171717)}
.header-mini-cart-qty{display:grid;grid-template-rows:28px 24px 28px;place-items:center;border-radius:14px;background:var(--bg,#ececea);box-shadow:inset 3px 3px 8px rgba(177,177,177,.38),inset -3px -3px 8px rgba(255,255,255,.84)}
.header-mini-cart-qty button{width:28px;height:28px;padding:0;border:0;outline:0;border-radius:10px;background:transparent;color:var(--text,#171717);font-size:15px;font-weight:900;cursor:pointer}.header-mini-cart-qty button:hover{color:var(--accent)}.header-mini-cart-qty span{font-size:10px;font-weight:900}
.header-mini-cart-foot{border-top:1px solid color-mix(in srgb,var(--text,#171717) 9%,transparent)}.header-mini-cart-foot>div{display:grid;gap:3px}.header-mini-cart-foot span{font-size:9px;color:var(--muted,#737373)}.header-mini-cart-foot b{font-size:13px}.header-mini-cart-foot>a{min-width:128px;min-height:42px;padding:0 18px;border:0;border-radius:14px;background:#cdeed8;color:#164b2d;display:grid;place-items:center;font-size:11px;font-weight:900;box-shadow:6px 6px 14px rgba(177,177,177,.45),-6px -6px 14px rgba(255,255,255,.92)}
.header-mini-cart-more{display:block;padding:5px 16px 10px;color:var(--muted,#737373);font-size:9px}.header-mini-cart-empty{min-height:190px;padding:24px;display:grid;place-items:center;align-content:center;gap:9px;text-align:center}.header-mini-cart-empty>span{width:56px;height:56px;border-radius:18px;display:grid;place-items:center;background:var(--bg,#ececea);box-shadow:7px 7px 16px rgba(177,177,177,.45),-7px -7px 16px rgba(255,255,255,.92)}.header-mini-cart-empty svg{width:24px}.header-mini-cart-empty b{font-size:12px}.header-mini-cart-empty a{font-size:10px;color:var(--accent);font-weight:850}
html.dark-mode .main-header .header-mini-cart{background:#21242a;color:#f7f7f7;box-shadow:16px 16px 38px rgba(0,0,0,.74),-10px -10px 26px rgba(55,58,65,.38)}
html.dark-mode .header-mini-cart-head>a,html.dark-mode .header-mini-cart-image,html.dark-mode .header-mini-cart-qty,html.dark-mode .header-mini-cart-empty>span{background:#21242a;box-shadow:4px 4px 10px rgba(0,0,0,.72),-4px -4px 10px rgba(57,60,67,.42)}
html.dark-mode .header-mini-cart-qty{box-shadow:inset 3px 3px 8px rgba(0,0,0,.75),inset -3px -3px 8px rgba(57,60,67,.4)}html.dark-mode .header-mini-cart-qty button,html.dark-mode .header-mini-cart-copy strong{color:#f7f7f7}
@media(max-width:900px){.main-header .header-mini-cart{display:none!important}}

/* Zorella v28.1.244 — hover-intent bridge and header-color parity. */
.main-header .header-cart-shell::after{content:"";position:absolute;z-index:139;top:100%;left:-24px;width:calc(100% + 48px);height:18px;background:transparent;pointer-events:auto}
.main-header .header-cart-shell.is-mini-cart-open>.header-mini-cart{opacity:1;visibility:visible;transform:none;pointer-events:auto}
.header-mini-cart-foot span{font-size:12px!important;font-weight:850!important;color:#111827!important}.header-mini-cart-foot b{font-size:19px!important;line-height:1.35;font-weight:950!important;color:#050505!important;letter-spacing:.1px}html.dark-mode .header-mini-cart-foot span{color:#f8fafc!important}html.dark-mode .header-mini-cart-foot b{color:#fff!important}
.main-header .header-actions>.header-cart-shell>.header-cart-link{background-color:var(--z-header-button-bg,#fff)!important;background-image:none!important;border:0!important;outline:0!important}
html.dark-mode .main-header .header-actions>.header-cart-shell>.header-cart-link{background-color:var(--z-header-button-bg,#21242a)!important;background-image:none!important;border:0!important;outline:0!important}
@media(max-width:900px){.main-header .header-cart-shell::after{display:none!important}}

body[data-page="login"] .auth-tabs{display:grid!important;grid-template-columns:1fr 1fr!important;gap:12px!important;padding:0!important;margin-bottom:28px!important;background:transparent!important;border:0!important;outline:0!important;box-shadow:none!important}
body[data-page="login"] .auth-tabs button,body[data-page="login"] .auth-tabs button:hover,body[data-page="login"] .auth-tabs button:focus-visible{min-height:44px;border:0!important;outline:0!important;background:var(--bg,#e8e8e8)!important;color:var(--muted,#737373)!important;box-shadow:6px 6px 14px rgba(184,184,184,.58),-6px -6px 14px rgba(255,255,255,.96)!important;transition:box-shadow .18s ease,color .18s ease!important}
body[data-page="login"] .auth-tabs button.active,body[data-page="login"] .auth-tabs button[aria-selected="true"]{background:var(--bg,#e8e8e8)!important;color:var(--text,#171717)!important;box-shadow:inset 4px 4px 10px rgba(184,184,184,.7),inset -4px -4px 10px rgba(255,255,255,.98)!important}
html.dark-mode body[data-page="login"] .auth-tabs{background:transparent!important;box-shadow:none!important}
html.dark-mode body[data-page="login"] .auth-tabs button,html.dark-mode body[data-page="login"] .auth-tabs button:hover{background:#212121!important;color:#aeb2ba!important;box-shadow:6px 6px 14px rgba(0,0,0,.78),-6px -6px 14px rgba(48,48,48,.62)!important}
html.dark-mode body[data-page="login"] .auth-tabs button.active,html.dark-mode body[data-page="login"] .auth-tabs button[aria-selected="true"]{background:#212121!important;color:#fff!important;box-shadow:inset 4px 4px 10px rgba(0,0,0,.84),inset -4px -4px 10px rgba(48,48,48,.68)!important}

body[data-page="checkout"] .checkout-fields{border:0!important;background:#edf1f4!important;box-shadow:14px 14px 32px rgba(175,184,194,.42),-14px -14px 32px rgba(255,255,255,.9)!important}
body[data-page="checkout"] .shipping-methods{gap:14px!important;overflow:visible!important;padding:5px 7px 10px!important}
body[data-page="checkout"] .shipping-option{position:relative;border:0!important;outline:0!important;border-radius:19px!important;background:#eaf2ee!important;box-shadow:7px 7px 16px rgba(170,181,179,.42),-7px -7px 16px rgba(255,255,255,.9)!important;padding:16px!important;transition:transform .18s ease,box-shadow .18s ease,background-color .18s ease!important}
body[data-page="checkout"] .shipping-option:nth-child(3n+2){background:#f7efdf!important}body[data-page="checkout"] .shipping-option:nth-child(3n+3){background:#e8eef8!important}
body[data-page="checkout"] .shipping-option:hover{transform:translateY(-1px)!important;box-shadow:9px 9px 20px rgba(170,181,179,.46),-9px -9px 20px rgba(255,255,255,.94)!important}
body[data-page="checkout"] .shipping-option:has(input:checked){transform:none!important;background:#e0eee6!important;box-shadow:inset 5px 5px 12px rgba(166,180,174,.5),inset -5px -5px 12px rgba(255,255,255,.9)!important}
body[data-page="checkout"] .shipping-option input{width:19px;height:19px;accent-color:#79ad8a}
body[data-page="checkout"] #checkout-summary.order-summary{border:0!important;border-radius:27px!important;background:#edf1f4!important;box-shadow:15px 15px 34px rgba(174,183,193,.44),-15px -15px 34px rgba(255,255,255,.92)!important;padding:25px!important;overflow:hidden}
body[data-page="checkout"] #checkout-summary .summary-title{margin:0 0 18px;padding:12px 15px;border-radius:16px;background:#f7efdf;box-shadow:5px 5px 12px rgba(183,185,180,.35),-5px -5px 12px rgba(255,255,255,.88)}
body[data-page="checkout"] #checkout-summary .checkout-item{border:0!important;border-radius:18px!important;margin:0 0 13px!important;padding:11px!important;background:#e8eef8!important;box-shadow:5px 5px 12px rgba(172,181,194,.35),-5px -5px 12px rgba(255,255,255,.88)!important}
body[data-page="checkout"] #checkout-summary .checkout-item:nth-of-type(even){background:#eaf2ee!important}
body[data-page="checkout"] #checkout-summary .summary-row{border:0!important;border-radius:14px!important;margin:9px 0!important;padding:11px 13px!important;background:#edf1f4!important;box-shadow:inset 3px 3px 8px rgba(174,183,193,.32),inset -3px -3px 8px rgba(255,255,255,.8)!important}
body[data-page="checkout"] #checkout-summary .summary-row.total{background:#e0eee6!important;color:#315f43!important;box-shadow:5px 5px 12px rgba(166,180,174,.35),-5px -5px 12px rgba(255,255,255,.84)!important}
body[data-page="checkout"] .checkout-fields>.form-grid .field[data-validation-state="valid"]:after{content:"✓";position:absolute;left:12px;bottom:12px;z-index:2;width:22px;height:22px;border-radius:50%;display:grid;place-items:center;background:#bfe3c8;color:#205a36;font-size:13px;font-weight:950;box-shadow:2px 2px 5px rgba(78,122,92,.22),-2px -2px 5px rgba(255,255,255,.65);pointer-events:none}
body[data-page="checkout"] .checkout-fields>.form-grid .field[data-validation-state="valid"]:has(textarea):after{bottom:auto;top:40px}
body[data-page="checkout"] .checkout-fields>.form-grid .field[data-validation-state="valid"] :is(input,textarea,select){padding-left:44px!important}
body[data-page="checkout"] .field-success.z-field-validation{display:none!important}
html.dark-mode body[data-page="checkout"] .checkout-fields,html.dark-mode body[data-page="checkout"] #checkout-summary.order-summary{background:#202329!important;box-shadow:14px 14px 32px rgba(0,0,0,.65),-12px -12px 28px rgba(49,52,59,.42)!important}
html.dark-mode body[data-page="checkout"] .shipping-option,html.dark-mode body[data-page="checkout"] .shipping-option:nth-child(n),html.dark-mode body[data-page="checkout"] #checkout-summary :is(.summary-title,.checkout-item,.summary-row){background:#262b31!important;color:#f1f3f5!important;box-shadow:6px 6px 14px rgba(0,0,0,.58),-6px -6px 14px rgba(53,57,64,.4)!important}
html.dark-mode body[data-page="checkout"] .shipping-option:has(input:checked),html.dark-mode body[data-page="checkout"] #checkout-summary .summary-row.total{background:#293d34!important;color:#bfe3c8!important;box-shadow:inset 5px 5px 11px rgba(0,0,0,.6),inset -5px -5px 11px rgba(63,82,72,.38)!important}

/* Zorella v28.1.242 — cart, checkout and desktop storefront completion. */
body[data-page="cart"] .cart-color-meta{display:inline-flex;align-items:center;gap:8px;color:var(--text,#171717);font-weight:800}
body[data-page="cart"] .cart-color-meta b{font-size:11px;font-weight:850}
body[data-page="cart"] .cart-color-swatch{display:block;width:22px;height:22px;flex:0 0 22px;border:0;border-radius:6px;box-shadow:3px 3px 7px rgba(177,177,177,.48),-3px -3px 7px rgba(255,255,255,.9),inset 0 0 0 1px rgba(17,24,39,.08)}
body[data-page="cart"] .pro-summary>a.z-cart-checkout-pastel[href="/checkout"],body[data-page="cart"] .pro-summary>a.z-cart-checkout-pastel[href="/checkout"]:hover,body[data-page="cart"] .pro-summary>a.z-cart-checkout-pastel[href="/checkout"]:focus-visible{background:#b7e4c7!important;background-image:none!important;color:#205a36!important;border:0!important;outline:0!important;box-shadow:7px 7px 17px rgba(126,174,138,.52),-7px -7px 17px rgba(255,255,255,.96)!important}

body[data-page="checkout"] .checkout-progress{gap:13px!important;margin-bottom:25px!important;overflow:visible!important}
body[data-page="checkout"] .checkout-progress span{position:relative;border:0!important;outline:0!important;border-radius:18px!important;background:#edf1f4!important;color:#747b84!important;box-shadow:7px 7px 16px rgba(174,183,193,.43),-7px -7px 16px rgba(255,255,255,.92)!important;transition:background-color .2s ease,color .2s ease,box-shadow .2s ease,transform .2s ease!important}
body[data-page="checkout"] .checkout-progress span.active{background:#dcecf7!important;color:#315f7a!important;box-shadow:8px 8px 18px rgba(151,174,189,.44),-8px -8px 18px rgba(255,255,255,.94)!important;transform:translateY(-1px)}
body[data-page="checkout"] .checkout-progress span.done{background:#dff1e4!important;color:#2f6844!important;box-shadow:7px 7px 16px rgba(139,174,148,.4),-7px -7px 16px rgba(255,255,255,.94)!important}
body[data-page="checkout"] .checkout-progress span.done:after{content:"✓";display:inline-grid;place-items:center;width:18px;height:18px;margin-inline-start:7px;border-radius:50%;background:#add9b9;color:#205a36;font-size:11px;font-weight:950}
body[data-page="checkout"] .shipping-option,body[data-page="checkout"] .shipping-option:nth-child(n){background:#f8ebbe!important;background-color:#f8ebbe!important;background-image:none!important;color:#5d5130!important;border:0!important;outline:0!important;box-shadow:7px 7px 16px rgba(184,174,139,.42),-7px -7px 16px rgba(255,255,255,.94)!important}
body[data-page="checkout"] .shipping-option:has(input:checked),body[data-page="checkout"] .shipping-option[aria-pressed="true"]{background:#f8ebbe!important;background-color:#f8ebbe!important;color:#5d5130!important;transform:none!important;box-shadow:inset 5px 5px 12px rgba(172,157,111,.46),inset -5px -5px 12px rgba(255,251,228,.9)!important}
body[data-page="checkout"] #checkout-summary :is(.checkout-shipping-method-row,.checkout-shipping-cost-row,.checkout-payment-method-row){box-shadow:inset 4px 4px 9px rgba(174,183,193,.36),inset -4px -4px 9px rgba(255,255,255,.84)!important}
body[data-page="checkout"] #checkout-summary :is(.checkout-shipping-method-row,.checkout-payment-method-row) b{max-width:55%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;text-align:left}
body[data-page="checkout"] .checkout-fields>.form-grid :is(input[name="email"],textarea[name="address"]).z-field-valid,body[data-page="checkout"] .checkout-fields>.form-grid :is(input[name="email"],textarea[name="address"])[aria-invalid="false"]{background:#dff1e4!important;background-color:#dff1e4!important;color:#28583a!important;box-shadow:inset 5px 5px 12px rgba(125,171,137,.36),inset -5px -5px 12px rgba(248,255,250,.94)!important}

@media(min-width:781px){
  body[data-page="checkout"] main>.page-hero,body[data-page="shop"] main>.page-hero{display:none!important}
  body[data-page="checkout"] main>.section,body[data-page="shop"] main>.section{padding-top:clamp(30px,4vw,58px)!important}
  .main-header .nav-mega-menu{border:0!important;outline:0!important;background:var(--bg,#ececea)!important;box-shadow:14px 14px 32px rgba(175,175,175,.5),-14px -14px 32px rgba(255,255,255,.96)!important;overflow:visible!important}
  .main-header .mega-category-column{border:0!important;outline:0!important;background:var(--bg,#ececea)!important;box-shadow:7px 7px 16px rgba(177,177,177,.48),-7px -7px 16px rgba(255,255,255,.94)!important}
  .main-header .mega-category-column:hover{border:0!important;box-shadow:9px 9px 20px rgba(177,177,177,.52),-9px -9px 20px rgba(255,255,255,.98)!important}
  .main-header .mega-parent{border:0!important;border-bottom:0!important;padding-bottom:4px!important}
  .main-header .mega-subcategory-link{border:0!important;border-radius:12px!important;background:var(--bg,#ececea)!important;box-shadow:3px 3px 8px rgba(177,177,177,.4),-3px -3px 8px rgba(255,255,255,.9)!important;padding:5px!important;margin-block:2px}
  .main-header .mega-subcategory-link:hover{background:var(--bg,#ececea)!important;box-shadow:inset 3px 3px 8px rgba(177,177,177,.48),inset -3px -3px 8px rgba(255,255,255,.92)!important;transform:none!important}
}
html.dark-mode body[data-page="cart"] .cart-color-swatch{box-shadow:3px 3px 7px rgba(0,0,0,.7),-3px -3px 7px rgba(54,57,63,.45),inset 0 0 0 1px rgba(255,255,255,.15)}
html.dark-mode body[data-page="checkout"] .checkout-progress span{background:#24282e!important;color:#9da4ae!important;box-shadow:7px 7px 16px rgba(0,0,0,.7),-7px -7px 16px rgba(52,56,63,.44)!important}
html.dark-mode body[data-page="checkout"] .checkout-progress span.active{background:#263e50!important;color:#c6e8fc!important;box-shadow:7px 7px 16px rgba(0,0,0,.7),-7px -7px 16px rgba(57,69,78,.42)!important}
html.dark-mode body[data-page="checkout"] .checkout-progress span.done{background:#293d34!important;color:#c5ebcf!important;box-shadow:7px 7px 16px rgba(0,0,0,.7),-7px -7px 16px rgba(60,78,68,.4)!important}
html.dark-mode body[data-page="checkout"] .shipping-option,html.dark-mode body[data-page="checkout"] .shipping-option:nth-child(n){background:#4b4329!important;color:#f5e7b9!important;box-shadow:7px 7px 16px rgba(0,0,0,.7),-7px -7px 16px rgba(72,68,52,.4)!important}
html.dark-mode body[data-page="checkout"] .shipping-option:has(input:checked),html.dark-mode body[data-page="checkout"] .shipping-option[aria-pressed="true"]{background:#4b4329!important;color:#f5e7b9!important;box-shadow:inset 5px 5px 12px rgba(0,0,0,.68),inset -5px -5px 12px rgba(82,76,55,.5)!important}
html.dark-mode body[data-page="checkout"] .checkout-fields>.form-grid :is(input[name="email"],textarea[name="address"]).z-field-valid{background:#284636!important;color:#d5f1dc!important}
@media(min-width:781px){html.dark-mode .main-header .nav-mega-menu,html.dark-mode .main-header .mega-category-column,html.dark-mode .main-header .mega-subcategory-link{background:#21242a!important;color:#f7f7f7!important;box-shadow:7px 7px 17px rgba(0,0,0,.72),-7px -7px 17px rgba(55,58,65,.44)!important}html.dark-mode .main-header .mega-subcategory-link:hover{box-shadow:inset 3px 3px 8px rgba(0,0,0,.76),inset -3px -3px 8px rgba(55,58,65,.5)!important}}

/* Zorella v28.1.245 — hover mini-cart surface is configurable from the professional panel. */
.main-header .header-mini-cart{
  background:var(--z-mini-cart-surface,var(--bg,#ececea))!important;
  background-image:var(--z-mini-cart-surface-image,none);
  box-shadow:
    var(--z-mini-cart-shadow-offset,16px) var(--z-mini-cart-shadow-offset,16px) var(--z-mini-cart-shadow-blur,38px) var(--z-mini-cart-shadow-dark,rgba(165,165,165,.48)),
    var(--z-mini-cart-shadow-offset-neg,-16px) var(--z-mini-cart-shadow-offset-neg,-16px) var(--z-mini-cart-shadow-blur,38px) var(--z-mini-cart-shadow-light,rgba(255,255,255,.96))!important;
}
.main-header .header-mini-cart :is(.header-mini-cart-head>a,.header-mini-cart-qty,.header-mini-cart-empty>span){background:var(--z-mini-cart-surface,var(--bg,#ececea))}
html.dark-mode .main-header .header-mini-cart{background:var(--z-mini-cart-surface,#21242a)!important}


/* Version 276: desktop categories popup has no outer shadow. */
@media (min-width:781px){
  .main-header .nav-all-categories > .nav-mega-menu,
  .main-header .nav-all-categories.desktop-menu-open > .nav-mega-menu,
  html.dark-mode .main-header .nav-all-categories > .nav-mega-menu,
  html.dark-mode .main-header .nav-all-categories.desktop-menu-open > .nav-mega-menu{box-shadow:none!important;filter:none!important}
}


/* Zorella Version 278 — literal visual left-to-right header order.
   Do not rely on RTL flex reversal: Login → Search → Instagram → Theme. */
.main-header .header-actions{direction:ltr!important;flex-direction:row!important}
.main-header .header-actions>.customer-login{order:10!important}
.main-header .header-actions>.header-search-link{order:20!important}
.main-header .header-actions>.mobile-instagram-link{order:30!important}
.main-header .header-actions>#theme-toggle{order:40!important}
.main-header .header-actions>.header-cart-shell,.main-header .header-actions>.header-cart-link{order:50!important}
.main-header .header-actions>#install-app{order:60!important}
.main-header .header-actions>.menu-toggle{order:70!important}
body[data-page="product"] .product-header-actions>.customer-login{order:10!important}
body[data-page="product"] .product-header-actions>.header-search-link{order:20!important}
body[data-page="product"] .product-header-actions>.header-cart-link{order:30!important}
body[data-page="product"] .product-header-actions>#theme-toggle,body[data-page="product"] .product-header-actions>.mobile-instagram-link{display:none!important}

/* Zorella Version 277 — About page: restrained pastel accents on a neumorphic surface. */
body.about-modern-page main{position:relative;isolation:isolate;overflow:hidden;padding:clamp(18px,4vw,48px) 0 clamp(48px,7vw,88px)}
body.about-modern-page main::before,body.about-modern-page main::after{content:"";position:absolute;z-index:-1;border-radius:999px;filter:blur(2px);pointer-events:none}
body.about-modern-page main::before{width:260px;height:260px;right:max(-90px,calc((100vw - 1180px)/2 - 80px));top:30px;background:rgba(205,238,216,.62)}
body.about-modern-page main::after{width:230px;height:230px;left:max(-80px,calc((100vw - 1180px)/2 - 70px));bottom:18px;background:rgba(225,216,244,.62)}
body.about-modern-page main>.section{padding-top:36px!important;padding-bottom:36px!important}
body.about-modern-page .info-page-card[data-info-key="aboutText"]{position:relative;max-width:980px;margin:auto;padding:clamp(26px,5vw,54px);border:0!important;border-radius:34px;background:#ececea!important;color:var(--text,#171717);box-shadow:18px 18px 42px rgba(180,180,177,.55),-18px -18px 42px rgba(255,255,255,.96)!important;overflow:hidden}
body.about-modern-page .info-page-card[data-info-key="aboutText"]::before{content:"";position:absolute;inset:18px auto auto 18px;width:82px;height:82px;border-radius:26px;background:linear-gradient(145deg,#f7d9e2,#f2e7cf);box-shadow:inset 5px 5px 12px rgba(181,167,168,.2),inset -5px -5px 12px rgba(255,255,255,.74);opacity:.82}
body.about-modern-page .info-page-card[data-info-key="aboutText"]::after{content:"";position:absolute;right:28px;bottom:24px;width:54px;height:54px;border-radius:18px;background:#dce9f6;box-shadow:5px 5px 12px rgba(177,181,186,.3),-5px -5px 12px rgba(255,255,255,.76);opacity:.78}
body.about-modern-page .info-page-card[data-info-key="aboutText"] h2{position:relative;z-index:1;display:inline-flex;align-items:center;min-height:52px;margin:0 0 24px;padding:10px 18px;border-radius:17px;background:#e5edf8;color:var(--text,#171717);font-size:clamp(26px,4vw,38px);box-shadow:7px 7px 16px rgba(183,184,183,.43),-7px -7px 16px rgba(255,255,255,.9)}
body.about-modern-page .info-page-content{position:relative;z-index:1;display:grid;gap:12px;color:var(--text,#2b2b2b);font-size:clamp(14px,1.6vw,16px);line-height:2.15}
body.about-modern-page .info-page-content p{margin:0;padding:15px 18px;border-radius:18px;background:rgba(255,255,255,.38);box-shadow:inset 3px 3px 8px rgba(187,187,184,.27),inset -3px -3px 8px rgba(255,255,255,.72)}
body.about-modern-page .info-page-content p:nth-child(3n+1){background:rgba(205,238,216,.42)}
body.about-modern-page .info-page-content p:nth-child(3n+2){background:rgba(247,217,226,.4)}
body.about-modern-page .info-page-content p:nth-child(3n){background:rgba(220,233,246,.46)}
html.dark-mode body.about-modern-page main::before{background:rgba(61,91,72,.34)}
html.dark-mode body.about-modern-page main::after{background:rgba(75,64,100,.32)}
html.dark-mode body.about-modern-page .info-page-card[data-info-key="aboutText"]{background:#21242a!important;color:#f4f4f5;box-shadow:18px 18px 42px rgba(0,0,0,.72),-14px -14px 34px rgba(55,58,65,.42)!important}
html.dark-mode body.about-modern-page .info-page-card[data-info-key="aboutText"] h2{background:#29323d;color:#f8fafc;box-shadow:7px 7px 16px rgba(0,0,0,.68),-7px -7px 16px rgba(58,62,70,.38)}
html.dark-mode body.about-modern-page .info-page-content{color:#e8eaed}
html.dark-mode body.about-modern-page .info-page-content p,html.dark-mode body.about-modern-page .info-page-content p:nth-child(n){background:rgba(255,255,255,.045);box-shadow:inset 3px 3px 8px rgba(0,0,0,.45),inset -3px -3px 8px rgba(62,66,75,.28)}
@media(max-width:780px){body.about-modern-page main{padding-top:8px}body.about-modern-page main>.section{padding-top:26px!important}.about-modern-page .info-page-card[data-info-key="aboutText"]{padding:24px 17px 30px!important;border-radius:25px!important;box-shadow:11px 11px 27px rgba(180,180,177,.48),-11px -11px 27px rgba(255,255,255,.94)!important}.about-modern-page .info-page-card[data-info-key="aboutText"]::before{width:58px;height:58px;inset:13px auto auto 13px;border-radius:19px}.about-modern-page .info-page-card[data-info-key="aboutText"]::after{width:40px;height:40px;right:13px;bottom:13px;border-radius:14px}.about-modern-page .info-page-card[data-info-key="aboutText"] h2{min-height:45px;margin-bottom:18px;padding:8px 13px;border-radius:14px}.about-modern-page .info-page-content{gap:9px;line-height:2}.about-modern-page .info-page-content p{padding:12px 13px;border-radius:15px}html.dark-mode .about-modern-page .info-page-card[data-info-key="aboutText"]{box-shadow:11px 11px 27px rgba(0,0,0,.7),-9px -9px 23px rgba(55,58,65,.38)!important}}


/* Zorella Version 283 — cyan neumorphic login CTA from supplied reference. */
body[data-page="login"] #customer-login-form>button[type="submit"].btn{
  border:0!important;
  outline:0!important;
  min-height:50px!important;
  border-radius:18px!important;
  background:#67b6d0!important;
  background-image:linear-gradient(145deg,#72bfd7,#5eb0cc)!important;
  color:#fff!important;
  font-weight:950!important;
  letter-spacing:.01em;
  box-shadow:9px 9px 20px rgba(166,178,194,.5),-9px -9px 20px rgba(255,255,255,.96),inset 1px 1px 1px rgba(255,255,255,.24)!important;
  transform:none!important;
  transition:box-shadow .16s ease,filter .16s ease!important;
}
body[data-page="login"] #customer-login-form>button[type="submit"].btn:hover,
body[data-page="login"] #customer-login-form>button[type="submit"].btn:focus-visible{
  background:#67b6d0!important;
  background-image:linear-gradient(145deg,#76c3da,#61b4cf)!important;
  color:#fff!important;
  transform:none!important;
  filter:saturate(1.03)!important;
  box-shadow:11px 11px 23px rgba(166,178,194,.52),-10px -10px 22px rgba(255,255,255,.98),inset 1px 1px 1px rgba(255,255,255,.28)!important;
}
body[data-page="login"] #customer-login-form>button[type="submit"].btn:active{
  transform:none!important;
  box-shadow:inset 6px 6px 13px rgba(50,122,149,.28),inset -6px -6px 13px rgba(164,226,241,.42)!important;
}
html.dark-mode body[data-page="login"] #customer-login-form>button[type="submit"].btn,
html.dark-mode body[data-page="login"] #customer-login-form>button[type="submit"].btn:hover,
html.dark-mode body[data-page="login"] #customer-login-form>button[type="submit"].btn:focus-visible{
  background:#4ca4be!important;
  background-image:linear-gradient(145deg,#57aec7,#4298b4)!important;
  color:#f8fdff!important;
  box-shadow:8px 8px 18px rgba(0,0,0,.58),-7px -7px 16px rgba(52,64,75,.42)!important;
}


/* Zorella Version 293 — rectangular enamad footer badge */
.site-footer-v170 .footer-enamad-panel{display:flex;flex-direction:column;gap:10px}
.site-footer-v170 .footer-enamad-link{
  display:inline-grid;
  grid-template-columns:88px minmax(88px,132px);
  align-items:center;
  gap:12px;
  width:clamp(188px,24vw,236px);
  min-height:96px;
  max-width:100%;
  padding:10px 12px;
  border-radius:20px;
}
.site-footer-v170 .footer-enamad-link img{
  width:88px;
  height:88px;
  max-height:none;
  justify-self:center;
  object-fit:contain;
}
.site-footer-v170 .footer-enamad-link span{
  display:flex;
  align-items:center;
  justify-content:center;
  min-height:72px;
  padding:8px 10px;
  border-radius:16px;
  text-align:center;
  line-height:1.8;
  font-size:10px;
  font-weight:900;
  background:color-mix(in srgb,var(--surface,#fff) 88%,#eef2f7);
  box-shadow:inset 3px 3px 8px rgba(0,0,0,.06),inset -3px -3px 8px rgba(255,255,255,.72);
}
.site-footer-v170 .footer-enamad-link:active span{box-shadow:inset 4px 4px 10px rgba(0,0,0,.11),inset -4px -4px 10px rgba(255,255,255,.65)}
html.dark-mode .site-footer-v170 .footer-enamad-link span{background:#181818;box-shadow:inset 4px 4px 10px rgba(0,0,0,.55),inset -4px -4px 10px rgba(43,43,43,.44)}
@media(max-width:780px){
  .site-footer-v170 .footer-enamad-link{width:min(100%,228px);grid-template-columns:82px minmax(0,1fr);min-height:90px;padding:9px 11px}
  .site-footer-v170 .footer-enamad-link img{width:82px;height:82px}
  .site-footer-v170 .footer-enamad-link span{min-height:66px;font-size:9.5px}
}


/* Zorella Version 296 — authoritative persisted product-card surface. */
body:not([data-page="admin"]) .product-card.clean-product-card,
body[data-page="home"] :is(#featured-products,#home-sets-grid,#popular-products,#new-arrivals-grid,#recent-viewed-grid)>.product-card.clean-product-card,
body[data-page="shop"] #shop-products>.product-card.clean-product-card,
body[data-page="product"] #related-products>.product-card.clean-product-card{
  background:var(--z-product-card-bg,#e0e0e0)!important;
}
body:not([data-page="admin"]) .product-card.clean-product-card :is(.product-info,.clean-product-info){background:transparent!important;background-image:none!important}


/* Zorella Version 297 — clear 2px desktop mini-cart boundary */
@media(min-width:901px){
  .main-header .header-mini-cart{
    border:2px solid color-mix(in srgb,var(--text,#171717) 16%,transparent)!important;
  }
  html.dark-mode .main-header .header-mini-cart{
    border-color:color-mix(in srgb,#f7f7f7 20%,transparent)!important;
  }
}


/* Zorella Version 300 — checkout, footer, Enamad and low-stock polish */
/* Enamad clickable frame fits the official image exactly with no extra card area. */
.site-footer-v170 .footer-enamad-panel{align-items:flex-start!important;gap:8px!important}
.site-footer-v170 .footer-enamad-link,
html.dark-mode .site-footer-v170 .footer-enamad-link{
  display:inline-block!important;width:fit-content!important;min-width:0!important;max-width:100%!important;height:auto!important;min-height:0!important;
  padding:0!important;margin:0!important;gap:0!important;border:0!important;border-radius:0!important;background:transparent!important;box-shadow:none!important;overflow:visible!important
}
.site-footer-v170 .footer-enamad-link img{
  display:block!important;width:auto!important;height:auto!important;max-width:min(125px,100%)!important;max-height:none!important;margin:0!important;padding:0!important;object-fit:contain!important
}
.site-footer-v170 .footer-enamad-link>span{display:none!important}
@media(max-width:780px){.site-footer-v170 .footer-enamad-link{width:fit-content!important;justify-content:initial!important}.site-footer-v170 .footer-enamad-link img{max-width:112px!important}}

/* Footer actions use a consistent raised neumorphic button surface. */
.site-footer-v170 :is(.footer-rich-link,.footer-social-icon){
  border:0!important;background:#202020!important;color:#f5f5f5!important;
  box-shadow:5px 5px 12px rgba(0,0,0,.58),-5px -5px 12px rgba(58,58,58,.28)!important;
}
.site-footer-v170 .footer-rich-link{border-radius:15px!important;padding:9px 10px!important}
.site-footer-v170 .footer-social-icon{border-radius:15px!important}
.site-footer-v170 :is(.footer-rich-link,.footer-social-icon):hover{transform:translateY(-1px)!important}
.site-footer-v170 :is(.footer-rich-link,.footer-social-icon):active{
  transform:none!important;box-shadow:inset 4px 4px 9px rgba(0,0,0,.65),inset -4px -4px 9px rgba(58,58,58,.3)!important
}

/* Pastel-green quantity increase and cart checkout CTA. */
body[data-page="cart"] .mini-qty>button.z-cart-plus-pastel[data-cart-plus],
body[data-page="cart"] .pro-summary>a.z-cart-checkout-pastel[href="/checkout"]{
  background:#b7e4c7!important;background-image:none!important;color:#205a36!important;border:0!important;
  box-shadow:6px 6px 14px rgba(126,174,138,.46),-6px -6px 14px rgba(255,255,255,.96)!important
}
body[data-page="cart"] :is(.mini-qty>button.z-cart-plus-pastel[data-cart-plus],.pro-summary>a.z-cart-checkout-pastel[href="/checkout"]):active{
  box-shadow:inset 4px 4px 9px rgba(92,140,104,.28),inset -4px -4px 9px rgba(255,255,255,.82)!important
}

/* Compact modern low-stock callout for desktop and mobile. */
body[data-page="product"] .low-stock-warning{
  display:inline-flex!important;align-items:center!important;gap:9px!important;width:max-content!important;max-width:100%!important;
  margin:8px 0 14px!important;padding:9px 13px!important;border:0!important;border-radius:14px!important;
  background:#fff0dc!important;color:#9a4b13!important;font-size:11.5px!important;font-weight:900!important;line-height:1.55!important;
  box-shadow:4px 4px 11px rgba(201,170,126,.28),-4px -4px 11px rgba(255,255,255,.92)!important
}
body[data-page="product"] .low-stock-warning::before{
  content:'!'!important;display:grid!important;place-items:center!important;width:23px!important;height:23px!important;flex:0 0 23px!important;
  border-radius:8px!important;background:#ffd7a1!important;color:#8a3f0d!important;font-size:13px!important;font-weight:950!important
}
html.dark-mode body[data-page="product"] .low-stock-warning{background:#3a281a!important;color:#ffd7a1!important;box-shadow:4px 4px 11px rgba(0,0,0,.55),-4px -4px 11px rgba(67,53,42,.34)!important}
html.dark-mode body[data-page="product"] .low-stock-warning::before{background:#5a3820!important;color:#ffd7a1!important}
@media(max-width:780px){
  body[data-page="product"] .low-stock-warning{font-size:10.5px!important;padding:8px 10px!important;border-radius:12px!important;margin:7px 0 12px!important}
  body[data-page="product"] .low-stock-warning::before{width:21px!important;height:21px!important;flex-basis:21px!important;border-radius:7px!important;font-size:12px!important}
}

/* OTP panel receives clear attention state before leaving recipient information. */
body[data-page="checkout"] #z-checkout-phone-verification.needs-attention{
  outline:2px solid rgba(217,119,6,.3)!important;outline-offset:3px!important
}


/* Zorella v301 — enforced pastel-green cart increment + checkout CTA. */
body[data-page="cart"] .cart-item-actions .mini-qty>button[data-cart-plus],
body[data-page="cart"] .cart-item-actions .mini-qty>button.z-cart-plus-pastel[data-cart-plus],
body[data-page="cart"] .cart-item-actions .mini-qty>button[data-cart-plus]:hover,
body[data-page="cart"] .cart-item-actions .mini-qty>button[data-cart-plus]:focus-visible,
body[data-page="cart"] .cart-item-actions .mini-qty>button.z-cart-plus-pastel[data-cart-plus]:hover,
body[data-page="cart"] .cart-item-actions .mini-qty>button.z-cart-plus-pastel[data-cart-plus]:focus-visible{
  background:#b7e4c7!important;background-color:#b7e4c7!important;background-image:none!important;color:#205a36!important;border:0!important;outline:0!important;
  box-shadow:6px 6px 14px rgba(126,174,138,.52),-6px -6px 14px rgba(255,255,255,.96)!important
}
body[data-page="cart"] .pro-summary>a.z-cart-checkout-pastel[href="/checkout"],
body[data-page="cart"] .pro-summary>a.z-cart-checkout-pastel[href="/checkout"]:hover,
body[data-page="cart"] .pro-summary>a.z-cart-checkout-pastel[href="/checkout"]:focus-visible,
body[data-page="cart"] .pro-summary>a.z-cart-checkout-green[href="/checkout"],
body[data-page="cart"] .pro-summary>a.z-cart-checkout-green[href="/checkout"]:hover,
body[data-page="cart"] .pro-summary>a.z-cart-checkout-green[href="/checkout"]:focus-visible{
  background:#b7e4c7!important;background-color:#b7e4c7!important;background-image:none!important;color:#205a36!important;border:0!important;outline:0!important;
  box-shadow:7px 7px 17px rgba(126,174,138,.52),-7px -7px 17px rgba(255,255,255,.96)!important
}
html.dark-mode body[data-page="cart"] .cart-item-actions .mini-qty>button[data-cart-plus],
html.dark-mode body[data-page="cart"] .cart-item-actions .mini-qty>button.z-cart-plus-pastel[data-cart-plus],
html.dark-mode body[data-page="cart"] .pro-summary>a.z-cart-checkout-pastel[href="/checkout"],
html.dark-mode body[data-page="cart"] .pro-summary>a.z-cart-checkout-green[href="/checkout"]{
  background:#315b40!important;background-color:#315b40!important;background-image:none!important;color:#d6f5df!important;
  box-shadow:6px 6px 14px rgba(0,0,0,.62),-6px -6px 14px rgba(68,101,78,.48)!important
}


/* Zorella v302 — non-overridable cart green actions. */
body[data-page="cart"] button.z-cart-plus-force-green[data-cart-plus],
body[data-page="cart"] button.z-cart-plus-force-green[data-cart-plus]:hover,
body[data-page="cart"] button.z-cart-plus-force-green[data-cart-plus]:focus-visible,
body[data-page="cart"] a.z-cart-checkout-force-green[href="/checkout"],
body[data-page="cart"] a.z-cart-checkout-force-green[href="/checkout"]:hover,
body[data-page="cart"] a.z-cart-checkout-force-green[href="/checkout"]:focus-visible{
  background:#b7e4c7!important;background-color:#b7e4c7!important;background-image:none!important;color:#205a36!important;border-color:transparent!important;filter:none!important;opacity:1!important
}
body[data-page="cart"] button.z-cart-plus-force-green[data-cart-plus]:active,
body[data-page="cart"] a.z-cart-checkout-force-green[href="/checkout"]:active{
  background:#b7dfc1!important;background-color:#b7dfc1!important;color:#214f33!important;box-shadow:inset 4px 4px 9px rgba(95,148,109,.36),inset -4px -4px 9px rgba(240,255,244,.9)!important
}
html.dark-mode body[data-page="cart"] button.z-cart-plus-force-green[data-cart-plus],
html.dark-mode body[data-page="cart"] a.z-cart-checkout-force-green[href="/checkout"]{
  background:#315b40!important;background-color:#315b40!important;color:#d6f5df!important;box-shadow:6px 6px 14px rgba(0,0,0,.62),-6px -6px 14px rgba(68,101,78,.48)!important
}


/* Zorella v303 — checkout legal link + payment gateway logos. */
body[data-page="checkout"] .z-checkout-policy-combined-link{
  color:#e86a12!important;font-weight:950!important;text-decoration:none!important;text-underline-offset:3px;
}
body[data-page="checkout"] .z-checkout-policy-combined-link:hover,
body[data-page="checkout"] .z-checkout-policy-combined-link:focus-visible{color:#c85200!important;text-decoration:underline!important}
body[data-page="checkout"] .payment-option{position:relative;min-height:68px}
body[data-page="checkout"] .payment-option.has-payment-logo{padding-left:78px!important}
body[data-page="checkout"] .payment-option-copy{min-width:0;display:block}
body[data-page="checkout"] .payment-option-logo{
  position:absolute;left:12px;top:50%;transform:translateY(-50%);width:54px;height:44px;border-radius:12px;
  display:grid;place-items:center;padding:5px;background:color-mix(in srgb,var(--surface,#fff) 88%,transparent);
  box-shadow:inset 2px 2px 5px rgba(0,0,0,.05),inset -2px -2px 5px rgba(255,255,255,.82);overflow:hidden
}
body[data-page="checkout"] .payment-option-logo img{display:block;max-width:100%;max-height:100%;width:auto;height:auto;object-fit:contain}
html.dark-mode body[data-page="checkout"] .payment-option-logo{background:#151922;box-shadow:inset 2px 2px 5px rgba(0,0,0,.52),inset -2px -2px 5px rgba(48,54,66,.36)}
@media(max-width:620px){
  body[data-page="checkout"] .payment-option.has-payment-logo{padding-left:66px!important}
  body[data-page="checkout"] .payment-option-logo{left:9px;width:46px;height:38px;border-radius:10px;padding:4px}
}


/* Zorella v304 — smaller product-card rating badge */
.clean-product-card .card-rating-badge{
  min-width:38px!important;height:24px!important;padding:0 6px!important;gap:3px!important;border-radius:999px!important;
  left:7px!important;bottom:7px!important
}
.clean-product-card .card-rating-badge b{font-size:9.5px!important;line-height:1!important}
.clean-product-card .card-rating-badge i{font-size:12.5px!important;line-height:1!important}
@media(max-width:780px){
  .clean-product-card .card-rating-badge{min-width:35px!important;height:22px!important;padding-inline:5px!important;gap:2px!important;left:6px!important;bottom:6px!important}
  .clean-product-card .card-rating-badge b{font-size:8.5px!important}.clean-product-card .card-rating-badge i{font-size:11px!important}
}


/* Zorella v305 — canonical mobile nav visibility safety */
@media(max-width:780px){body.has-mobile-bottom-nav .mobile-bottom-nav:not([hidden]){display:flex!important}}


/* Zorella v306 — canonical mobile-nav breakpoint safety */
@media(max-width:900px){body.has-mobile-bottom-nav .mobile-bottom-nav:not([hidden]){display:flex!important}}

/* Zorella Version 307 — catalog header actions and configurable empty-cart artwork. */
body[data-page="shop"] .main-header #theme-toggle,
body[data-page="shop"] .main-header .mobile-instagram-link,
body[data-page="shop"] .main-header a[href*="instagram.com"],
body[data-page="categories"] .main-header #theme-toggle,
body[data-page="categories"] .main-header .mobile-instagram-link,
body[data-page="categories"] .main-header a[href*="instagram.com"]{
  display:none!important;
}
body[data-page="cart"] .cart-empty .empty-cart-custom-image{
  display:block;
  width:min(var(--z-empty-cart-image-desktop,220px),90%);
  height:auto;
  max-height:420px;
  object-fit:contain;
  margin:0 auto 18px;
  border-radius:18px;
}
@media(max-width:780px){
  body[data-page="cart"] .cart-empty .empty-cart-custom-image{
    width:min(var(--z-empty-cart-image-mobile,150px),84%);
    max-height:300px;
    margin-bottom:14px;
    border-radius:15px;
  }
}

/* The home section-title control is stored per device and needs a final, visible CSS consumer. */
body[data-page="home"] .section-head h2{font-size:calc(clamp(27px,3.2vw,42px) * var(--z-home-title-scale,1))!important}
@media(max-width:780px){body[data-page="home"] .section-head h2{font-size:calc(clamp(18px,5vw,23px) * var(--z-home-title-scale,1))!important}}
/* Zorella v390 — keep the mobile support dialog above the bottom navigation. */
@media(max-width:780px){
  body.has-mobile-bottom-nav.support-chat-open .mobile-bottom-nav:not([data-enabled="0"]):not([hidden]){z-index:1!important;pointer-events:none!important}
  body.support-chat-open .support-chat-backdrop{z-index:2147482001!important}
  body.support-chat-open .support-chat-panel{z-index:2147482002!important}
}
.z-cart-confetti{position:fixed;z-index:10080;width:0;height:0;pointer-events:none;direction:ltr}
.z-cart-confetti i{position:absolute;left:0;top:0;width:7px;height:11px;border-radius:2px;background:var(--color);opacity:0;transform:translate3d(0,0,0) rotate(0deg) scale(.6);transition:opacity .12s ease,transform var(--d) cubic-bezier(.18,.78,.22,1)}
.z-cart-confetti.is-live i{opacity:1;transform:translate3d(var(--x),var(--y),0) rotate(var(--r)) scale(1)}
@media(prefers-reduced-motion:reduce){.z-cart-confetti{display:none!important}}
.z-stock-limit-modal{z-index:220}.z-stock-limit-card{width:min(460px,calc(100% - 28px));padding:34px 30px 28px;text-align:center;display:grid;justify-items:center;gap:10px;transform:translateY(12px) scale(.97);opacity:0;transition:opacity .22s ease,transform .22s ease}.z-stock-limit-modal.show .z-stock-limit-card{transform:none;opacity:1}.z-stock-limit-card .store-modal-close{top:12px;left:12px}.z-stock-limit-icon{width:62px;height:62px;border-radius:22px;display:grid;place-items:center;background:#fff1f2;color:#e11d48;font-size:28px;font-weight:950;box-shadow:0 12px 28px rgba(225,29,72,.16)}.z-stock-limit-card h2{margin:0;font-size:22px}.z-stock-limit-card p{margin:0;color:var(--muted);font-size:13px;line-height:2}.z-stock-limit-actions{display:flex;gap:9px;justify-content:center;flex-wrap:wrap;margin-top:8px}.z-stock-limit-actions .btn{min-width:130px}.card-qty-control.is-stock-limit{grid-template-columns:1fr;min-height:42px;background:#fff7ed;border-color:#fed7aa;color:#9a3412}.card-stock-limit-label{font-size:11px;font-weight:950;text-align:center}@media(max-width:780px){.z-stock-limit-card{padding:28px 20px 22px;border-radius:24px}.z-stock-limit-card h2{font-size:19px}.z-stock-limit-card p{font-size:12px}.z-stock-limit-actions{width:100%;display:grid;grid-template-columns:1fr 1fr}.z-stock-limit-actions .btn{min-width:0;width:100%;font-size:11px}.card-qty-control.is-stock-limit{min-height:38px}}html.dark-mode .z-stock-limit-icon{background:#35141c;color:#fda4af}html.dark-mode .card-qty-control.is-stock-limit{background:#2a2014;border-color:#6b4b20;color:#fbbf24}
