

:root{
  --brand:#173b57;--brand-2:#0f2b40;--accent:#e6a23c;--accent-2:#f2ba5c;
  --success:#16845b;--danger:#d94b4b;--ink:#17222b;--muted:#6c7882;
  --surface:#fff;--soft:#f8f3eb;--line:#e8ded2;--shadow:0 14px 38px rgba(68,47,27,.10);
  --cream:#f8f3eb;--cream-2:#fffaf4;--coral:#d8664a;--mint:#e7f3ec;--sky:#e9f2f7;
  --radius:18px;--container:1240px;
}
*{box-sizing:border-box;margin:0;padding:0}
html{scroll-behavior:smooth}
body{font-family:Tahoma,"Segoe UI",Arial,sans-serif;color:var(--ink);background:#fffdf9;line-height:1.75;direction:rtl;overflow-x:hidden}
a{text-decoration:none;color:inherit}button,input,select,textarea{font:inherit}button{cursor:pointer}img{display:block;max-width:100%}ul{list-style:none}
.container{width:min(var(--container),calc(100% - 32px));margin-inline:auto}.muted{color:var(--muted)}.desktop-only{display:flex}.mobile-only{display:none}
.topbar{background:var(--brand-2);color:#fff;font-size:13px}.topbar__inner{min-height:38px;display:flex;align-items:center;justify-content:space-between;gap:20px}.topbar__items{display:flex;gap:24px}.topbar strong{color:#ffd78f}
.site-header{position:sticky;top:0;z-index:60;background:rgba(255,253,249,.97);backdrop-filter:blur(12px);border-bottom:1px solid rgba(232,222,210,.92)}
.header-main{min-height:82px;display:grid;grid-template-columns:245px minmax(280px,1fr) auto;align-items:center;gap:24px}
.logo{display:flex;align-items:center;gap:12px}.logo__mark{width:50px;height:50px;border-radius:17px;background:linear-gradient(145deg,var(--brand),#285f82);display:grid;place-items:center;color:#fff;box-shadow:0 8px 22px rgba(23,59,87,.25)}.logo__mark svg{width:30px}.logo__text{display:flex;flex-direction:column}.logo__text strong{font-size:19px}.logo__text small{font-size:11px;color:var(--muted)}.logo--image{display:inline-flex;align-items:center;max-width:100%}.logo__image{display:block;max-width:100%;height:auto;width:255px}.logo--footer .logo__image{width:220px}.logo--compact{display:flex;align-items:center;gap:10px;min-width:0}.logo__icon-image{width:46px;height:46px;object-fit:contain;border-radius:14px;display:block;box-shadow:0 8px 22px rgba(23,59,87,.18)}
.search{position:relative}.search input{width:100%;height:52px;border:1px solid var(--line);border-radius:14px;background:var(--soft);padding:0 48px 0 18px;outline:none;transition:.2s}.search input:focus{background:#fff;border-color:var(--brand);box-shadow:0 0 0 4px rgba(23,59,87,.08)}.search svg{position:absolute;right:16px;top:15px;width:22px;color:var(--muted)}.search-results{position:absolute;inset:58px 0 auto 0;background:#fff;border:1px solid var(--line);border-radius:14px;box-shadow:var(--shadow);display:none;padding:8px;max-height:360px;overflow:auto;z-index:90}.search-results.is-open{display:block}.search-result{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:12px;padding:10px 12px;border-radius:10px}.search-result:hover{background:var(--soft)}.search-result__text{min-width:0;display:flex;flex-direction:column}.search-result strong{font-size:13px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.search-result small{font-size:11px;color:var(--muted)}.search-result__action{font-size:11px;color:var(--brand);white-space:nowrap;font-weight:700}
.header-actions{display:flex;align-items:center;gap:9px}.icon-btn{min-width:47px;height:47px;border:1px solid var(--line);background:#fff;border-radius:13px;display:grid;place-items:center;position:relative;color:var(--ink);transition:.2s}.icon-btn:hover{border-color:var(--brand);color:var(--brand);transform:translateY(-1px)}.icon-btn svg{width:22px}.cart-count{position:absolute;top:-7px;right:-6px;min-width:21px;height:21px;border-radius:99px;background:var(--accent);color:#1d2530;font-size:11px;font-weight:700;display:grid;place-items:center;border:2px solid #fff}
.main-nav{border-top:1px solid var(--line)}.nav-inner{height:52px;display:flex;align-items:center;justify-content:space-between}.nav-links{display:flex;align-items:center;gap:4px}.nav-links a{font-size:14px;padding:11px 12px;border-radius:10px;transition:.2s}.nav-links a:hover,.nav-links a.active{background:var(--soft);color:var(--brand)}.category-menu{background:var(--brand)!important;color:#fff!important;padding-inline:17px!important}.nav-left{font-size:13px;color:var(--muted);display:flex;gap:9px;align-items:center}.nav-left svg{width:18px;color:var(--success)}
.mobile-header{display:none}.mobile-drawer{position:fixed;inset:0;z-index:100;pointer-events:none}.mobile-drawer__overlay{position:absolute;inset:0;background:rgba(9,22,32,.55);opacity:0;transition:.25s}.mobile-drawer__panel{position:absolute;right:0;top:0;bottom:0;width:min(88vw,360px);background:#fff;transform:translateX(105%);transition:.25s;padding:24px;overflow:auto}.mobile-drawer.is-open{pointer-events:auto}.mobile-drawer.is-open .mobile-drawer__overlay{opacity:1}.mobile-drawer.is-open .mobile-drawer__panel{transform:none}.drawer-head{display:flex;justify-content:space-between;align-items:center;padding-bottom:20px;border-bottom:1px solid var(--line)}.drawer-links{padding-top:16px}.drawer-links a{display:block;padding:12px 6px;border-bottom:1px dashed var(--line)}
.hero{background:linear-gradient(180deg,#f5f8fa 0,#fff 100%);padding:34px 0 26px}.hero-card{min-height:455px;border-radius:28px;overflow:hidden;display:grid;grid-template-columns:1.05fr .95fr;background:linear-gradient(125deg,var(--brand-2),var(--brand));box-shadow:var(--shadow);position:relative}.hero-card:before{content:'';position:absolute;width:480px;height:480px;border-radius:50%;background:rgba(255,255,255,.045);left:-120px;top:-240px}.hero-content{padding:65px 64px;color:#fff;position:relative;z-index:2}.eyebrow{display:inline-flex;align-items:center;gap:8px;background:rgba(255,255,255,.11);border:1px solid rgba(255,255,255,.15);padding:7px 13px;border-radius:99px;font-size:13px;margin-bottom:20px}.hero h1{font-size:43px;line-height:1.45;margin-bottom:14px}.hero h1 span{color:#ffd48b}.hero p{color:#dce9f1;max-width:590px;margin-bottom:28px}.hero-actions{display:flex;gap:12px;flex-wrap:wrap}.btn{min-height:46px;border:0;border-radius:12px;padding:10px 19px;display:inline-flex;align-items:center;justify-content:center;gap:8px;font-weight:700;transition:.2s}.btn svg{width:19px}.btn-primary{background:var(--accent);color:#17222b}.btn-primary:hover{background:var(--accent-2);transform:translateY(-2px)}.btn-light{background:#fff;color:var(--brand)}.btn-outline{background:transparent;color:var(--brand);border:1px solid var(--brand)}.btn-outline-light{background:transparent;color:#fff;border:1px solid rgba(255,255,255,.45)}.btn-block{width:100%}.btn:disabled{opacity:.55;cursor:not-allowed;transform:none}
.hero-visual{position:relative;display:grid;place-items:center;padding:35px}.hero-visual img{width:min(100%,520px);filter:drop-shadow(0 22px 20px rgba(0,0,0,.26));position:relative;z-index:2}.hero-note{position:absolute;left:28px;bottom:30px;background:#fff;border-radius:17px;padding:13px 16px;box-shadow:var(--shadow);z-index:3;display:flex;align-items:center;gap:11px}.hero-note__icon{width:42px;height:42px;border-radius:12px;background:#eaf7f1;color:var(--success);display:grid;place-items:center}.hero-note strong{display:block;font-size:13px}.hero-note small{color:var(--muted);font-size:11px}
.trust-strip{margin-top:-3px}.trust-grid{display:grid;grid-template-columns:repeat(4,1fr);border:1px solid var(--line);border-radius:18px;background:#fff;overflow:hidden}.trust-item{display:flex;align-items:center;gap:13px;padding:20px 22px;border-left:1px solid var(--line)}.trust-item:last-child{border-left:0}.trust-icon{width:46px;height:46px;border-radius:14px;background:var(--soft);color:var(--brand);display:grid;place-items:center;flex:none}.trust-icon svg{width:24px}.trust-item strong{display:block;font-size:14px}.trust-item small{font-size:11px;color:var(--muted)}
.section{padding:62px 0}.section-soft{background:var(--soft)}.section-head{display:flex;align-items:end;justify-content:space-between;gap:20px;margin-bottom:25px}.section-title span{color:var(--accent);font-size:13px;font-weight:700}.section-title h2{font-size:28px;margin-top:3px}.section-head>a{font-size:13px;color:var(--brand);font-weight:700}
.categories{display:grid;grid-template-columns:repeat(6,1fr);gap:14px}.category-card{background:#fff;border:1px solid var(--line);border-radius:18px;padding:19px 12px;text-align:center;transition:.25s;min-height:164px}.category-card:hover{transform:translateY(-5px);box-shadow:var(--shadow);border-color:transparent}.category-card__icon{width:82px;height:82px;border-radius:50%;background:var(--soft);display:grid;place-items:center;margin:0 auto 12px}.category-card__icon img{width:64px;height:64px;object-fit:contain}.category-card strong{font-size:13px;display:block}.category-card small{font-size:10px;color:var(--muted)}
.promo-grid{display:grid;grid-template-columns:1.25fr .75fr;gap:18px}.promo-card{border-radius:22px;min-height:220px;overflow:hidden;position:relative;padding:35px;color:#fff;display:flex;align-items:center}.promo-card--main{background:linear-gradient(120deg,#8f3e2e,#d86c45)}.promo-card--snapp{background:linear-gradient(120deg,#6546aa,#8d6bd0)}.promo-card h3{font-size:25px;margin-bottom:7px}.promo-card p{font-size:13px;max-width:430px;opacity:.9;margin-bottom:18px}.promo-card img{position:absolute;left:24px;bottom:-25px;width:235px;max-height:205px;object-fit:contain;filter:drop-shadow(0 18px 16px rgba(0,0,0,.2))}.snapp-badge{display:inline-block;background:#fff;color:#6546aa;padding:4px 10px;border-radius:8px;font-size:12px;font-weight:700;margin-bottom:8px}
.product-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:17px}.product-card{background:#fff;border:1px solid var(--line);border-radius:18px;overflow:hidden;position:relative;transition:.25s;display:flex;flex-direction:column}.product-card:hover{transform:translateY(-4px);box-shadow:var(--shadow);border-color:transparent}.product-card__media{height:225px;background:linear-gradient(180deg,#f9fbfc,#f2f5f7);padding:24px;display:grid;place-items:center;position:relative}.product-card__media img{width:100%;height:100%;object-fit:contain}.product-badge{position:absolute;right:12px;top:12px;background:var(--brand);color:#fff;border-radius:8px;padding:4px 8px;font-size:10px}.wishlist-btn{position:absolute;left:12px;top:12px;width:36px;height:36px;border:1px solid var(--line);border-radius:10px;background:#fff;display:grid;place-items:center;color:var(--muted)}.wishlist-btn svg{width:18px}.wishlist-btn.is-active{color:var(--danger);background:#fff4f4}.product-card__body{padding:16px;display:flex;flex-direction:column;flex:1}.product-brand{font-size:10px;color:var(--muted);margin-bottom:4px}.product-title{font-size:13px;line-height:1.8;min-height:47px;margin-bottom:10px}.product-meta{display:flex;align-items:center;justify-content:space-between;font-size:10px;color:var(--muted);margin-bottom:12px}.stock{color:var(--success)}.stock.low{color:#c27912}.rating{display:flex;align-items:center;gap:4px}.rating svg{width:14px;color:#e4a431}.product-features{font-size:10px;color:var(--muted);margin-bottom:13px}.product-features li{position:relative;padding-right:11px;margin:2px 0}.product-features li:before{content:'';width:4px;height:4px;border-radius:50%;background:var(--accent);position:absolute;right:0;top:10px}.product-card__footer{margin-top:auto;border-top:1px solid var(--line);padding-top:13px}.price-row{display:flex;align-items:end;justify-content:space-between;gap:8px}.old-price{font-size:10px;color:#97a2aa;text-decoration:line-through}.price{font-size:17px;font-weight:700;color:var(--brand)}.price small{font-size:9px;font-weight:400}.discount{font-size:10px;background:#fff0e1;color:#a55a0d;border-radius:7px;padding:3px 7px}.card-actions{display:grid;grid-template-columns:1fr 42px;gap:8px;margin-top:12px}.card-actions .btn{font-size:11px;min-height:41px;padding:8px}.quick-cart{border:1px solid var(--line);background:#fff;border-radius:11px;display:grid;place-items:center;color:var(--brand)}.quick-cart svg{width:19px}
.brands{display:grid;grid-template-columns:repeat(6,1fr);gap:12px}.brand-chip{height:76px;border:1px solid var(--line);background:#fff;border-radius:15px;display:grid;place-items:center;font-weight:700;color:#56636d;letter-spacing:.5px;transition:.2s}.brand-chip:hover{color:var(--brand);border-color:var(--brand)}
.blog-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.blog-card{border:1px solid var(--line);border-radius:18px;overflow:hidden;background:#fff}.blog-visual{height:170px;background:linear-gradient(135deg,#dce8ef,#f7e5c9);display:grid;place-items:center;color:var(--brand)}.blog-visual svg{width:70px}.blog-body{padding:18px}.blog-body small{color:var(--accent);font-weight:700}.blog-body h3{font-size:16px;margin:6px 0}.blog-body p{font-size:12px;color:var(--muted)}
.newsletter{background:var(--brand);border-radius:24px;color:#fff;padding:35px 42px;display:grid;grid-template-columns:1fr 430px;align-items:center;gap:35px}.newsletter h2{font-size:25px}.newsletter p{font-size:12px;color:#d7e5ed}.newsletter-form{display:flex;background:#fff;border-radius:13px;padding:5px}.newsletter-form input{flex:1;border:0;outline:none;padding:0 12px;min-width:0}.newsletter-form button{border:0;background:var(--accent);border-radius:10px;padding:9px 17px;font-weight:700}
.site-footer{background:#0e2536;color:#fff;margin-top:65px}.footer-main{padding:55px 0;display:grid;grid-template-columns:1.3fr repeat(3,1fr);gap:45px}.footer-about p{font-size:12px;color:#bdccd6;margin:16px 0}.footer-title{font-size:14px;margin-bottom:15px}.footer-links a{display:block;color:#bdccd6;font-size:12px;padding:5px 0}.footer-links a:hover{color:#fff}.footer-contact div{font-size:12px;color:#bdccd6;margin:9px 0}.license-boxes{display:flex;gap:9px;margin-top:15px}.license{width:70px;height:78px;background:#fff;border-radius:10px;color:#64717a;display:grid;place-items:center;text-align:center;font-size:9px;padding:5px}.footer-bottom{border-top:1px solid rgba(255,255,255,.1);padding:18px 0;color:#8fa3b0;font-size:11px}.footer-bottom__inner{display:flex;justify-content:space-between;gap:20px}
.page-hero{background:var(--soft);padding:34px 0}.breadcrumb{display:flex;align-items:center;gap:7px;font-size:11px;color:var(--muted);margin-bottom:10px}.page-hero h1{font-size:28px}.page-hero p{font-size:12px;color:var(--muted);margin-top:5px}
.shop-layout{display:grid;grid-template-columns:250px 1fr;gap:23px;padding:35px 0 65px}.filters{border:1px solid var(--line);border-radius:17px;padding:18px;height:max-content;position:sticky;top:155px}.filter-title{display:flex;justify-content:space-between;align-items:center;padding-bottom:13px;border-bottom:1px solid var(--line)}.filter-group{padding:16px 0;border-bottom:1px solid var(--line)}.filter-group:last-child{border-bottom:0}.filter-group h3{font-size:13px;margin-bottom:10px}.check-row{display:flex;align-items:center;gap:8px;font-size:12px;margin:8px 0}.check-row input{accent-color:var(--brand)}.price-inputs{display:grid;grid-template-columns:1fr 1fr;gap:8px}.price-inputs input{width:100%;border:1px solid var(--line);border-radius:9px;padding:8px;font-size:10px}.shop-toolbar{display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid var(--line);padding-bottom:14px;margin-bottom:18px}.shop-toolbar small{color:var(--muted)}.sort-select{border:1px solid var(--line);border-radius:10px;padding:8px 12px;background:#fff;font-size:12px}.filter-toggle{display:none}
.product-page{padding:35px 0 65px}.product-detail{display:grid;grid-template-columns:1fr 1.05fr;gap:35px}.product-gallery{border:1px solid var(--line);border-radius:22px;background:var(--soft);padding:42px;min-height:500px;display:grid;place-items:center;position:relative}.product-gallery img{width:100%;height:410px;object-fit:contain}.product-info h1{font-size:26px;line-height:1.65;margin-bottom:8px}.sku{font-size:10px;color:var(--muted);margin-bottom:16px}.product-info__summary{display:flex;gap:18px;align-items:center;padding:12px 0;border-block:1px solid var(--line);font-size:12px}.feature-list{padding:18px 0}.feature-list h3{font-size:14px;margin-bottom:9px}.feature-list li{font-size:12px;margin:6px 0;padding-right:18px;position:relative}.feature-list li:before{content:'✓';position:absolute;right:0;color:var(--success);font-weight:700}.purchase-box{border:1px solid var(--line);border-radius:18px;padding:19px;background:#fff;box-shadow:var(--shadow)}.purchase-row{display:flex;justify-content:space-between;align-items:center;padding:8px 0;font-size:12px}.purchase-price{text-align:left}.purchase-price .price{font-size:25px}.snapp-info{background:#f5f0ff;border:1px solid #dfd3fa;border-radius:12px;padding:12px;margin:11px 0;font-size:11px;color:#5d4292}.snapp-info strong{display:block;font-size:12px}.product-options{display:flex;gap:9px;flex-wrap:wrap}.option-chip{border:1px solid var(--line);border-radius:9px;padding:6px 10px;font-size:11px;background:#fff}.option-chip.active{border-color:var(--brand);box-shadow:0 0 0 2px rgba(23,59,87,.08)}.product-tabs{margin-top:36px;border:1px solid var(--line);border-radius:18px;overflow:hidden}.tab-nav{display:flex;background:var(--soft);border-bottom:1px solid var(--line)}.tab-btn{border:0;background:transparent;padding:15px 22px;font-weight:700;font-size:12px}.tab-btn.active{background:#fff;color:var(--brand);border-bottom:2px solid var(--brand)}.tab-content{padding:25px;font-size:13px}.spec-table{width:100%;border-collapse:collapse}.spec-table td{border-bottom:1px solid var(--line);padding:12px}.spec-table td:first-child{width:30%;background:var(--soft);font-weight:700}
.cart-layout{display:grid;grid-template-columns:1fr 350px;gap:24px;padding:35px 0 65px}.cart-items{border:1px solid var(--line);border-radius:18px;overflow:hidden}.cart-item{display:grid;grid-template-columns:115px 1fr auto;gap:17px;padding:18px;border-bottom:1px solid var(--line);align-items:center}.cart-item:last-child{border-bottom:0}.cart-item img{width:110px;height:110px;object-fit:contain;background:var(--soft);border-radius:14px;padding:10px}.cart-item h3{font-size:13px;margin-bottom:5px}.cart-item p{font-size:10px;color:var(--muted)}.quantity{display:inline-flex;border:1px solid var(--line);border-radius:10px;overflow:hidden;margin-top:10px}.quantity button{width:34px;height:34px;border:0;background:#fff}.quantity span{width:34px;display:grid;place-items:center;font-size:12px}.remove-btn{border:0;background:#fff;color:var(--danger);font-size:11px;margin-right:10px}.cart-item-price{text-align:left}.order-summary{border:1px solid var(--line);border-radius:18px;padding:20px;height:max-content;position:sticky;top:155px}.order-summary h2{font-size:18px;margin-bottom:13px}.summary-row{display:flex;justify-content:space-between;font-size:12px;padding:8px 0}.summary-total{border-top:1px solid var(--line);margin-top:8px;padding-top:13px;font-weight:700}.empty-state{text-align:center;padding:70px 20px}.empty-state svg{width:90px;color:#c8d0d6;margin:auto}.empty-state h2{margin-top:15px}.empty-state p{font-size:12px;color:var(--muted);margin-bottom:18px}
.checkout-layout{display:grid;grid-template-columns:1fr 360px;gap:24px;padding:35px 0 65px}.checkout-card{border:1px solid var(--line);border-radius:18px;padding:23px;margin-bottom:17px}.checkout-card h2{font-size:17px;margin-bottom:18px}.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:14px}.field{display:flex;flex-direction:column;gap:6px}.field.full{grid-column:1/-1}.field label{font-size:13px;font-weight:700}.field input,.field textarea,.field select{border:1px solid var(--line);border-radius:10px;padding:10px 12px;outline:none;background:#fff}.field input:focus,.field textarea:focus{border-color:var(--brand);box-shadow:0 0 0 3px rgba(23,59,87,.07)}.payment-method{border:1px solid var(--line);border-radius:13px;padding:14px;display:flex;align-items:flex-start;gap:11px;margin:10px 0}.payment-method:has(input:checked){border-color:var(--brand);background:#f7fafc}.payment-method input{margin-top:5px;accent-color:var(--brand)}.payment-method strong{display:block;font-size:13px}.payment-method small{font-size:10px;color:var(--muted)}.payment-method--snapp{border-color:#d8c8f5}.demo-note{background:#fff8e8;border:1px solid #f1d796;color:#755716;border-radius:12px;padding:12px;font-size:11px;margin-bottom:14px}
.checkout-attribute-card{border-color:#e2c28f;background:linear-gradient(145deg,#fff8eb,#fff)}.checkout-attribute-card__intro{margin:-8px 0 16px;color:var(--muted);font-size:11px;line-height:1.9}.checkout-attribute-products{display:grid;gap:13px}.checkout-attribute-product{padding:15px;border:1px solid #eadfd3;border-radius:14px;background:#fff}.checkout-attribute-product h3{margin:0 0 12px;font-size:13px;line-height:1.8}.checkout-attribute-product h3 small{color:var(--muted);font-weight:600}.checkout-attribute-field select:required:invalid{color:#7b8794;border-color:#dfbd86;background:#fffaf2}.checkout-attribute-field select option{color:var(--ink)}
.content-page{padding:40px 0 70px}.content-card{border:1px solid var(--line);border-radius:18px;padding:28px;margin-bottom:18px}.content-card h2{font-size:20px;margin-bottom:12px}.content-card h3{font-size:15px;margin:18px 0 7px}.content-card p,.content-card li{font-size:13px;color:#4e5b65}.content-card ul{list-style:disc;padding-right:22px}.contact-grid{display:grid;grid-template-columns:1fr 1fr;gap:20px}.contact-box{background:var(--soft);border-radius:15px;padding:20px}.contact-box strong{display:block;margin-bottom:5px}.contact-box span{font-size:12px;color:var(--muted)}
.toast{position:fixed;left:20px;bottom:20px;background:#132f43;color:#fff;border-radius:12px;padding:12px 16px;box-shadow:var(--shadow);font-size:12px;z-index:200;transform:translateY(100px);opacity:0;transition:.25s}.toast.is-show{transform:none;opacity:1}
.loading-skeleton{animation:pulse 1.2s infinite alternate}@keyframes pulse{to{opacity:.55}}
@media(max-width:1050px){.header-main{grid-template-columns:210px 1fr auto}.hero h1{font-size:35px}.categories{grid-template-columns:repeat(3,1fr)}.product-grid{grid-template-columns:repeat(3,1fr)}.footer-main{grid-template-columns:1.4fr repeat(2,1fr)}.footer-main>div:last-child{grid-column:2/4}.promo-card img{opacity:.35}.newsletter{grid-template-columns:1fr 360px}}
@media(max-width:980px){.desktop-only,.main-nav,.topbar{display:none!important}.mobile-only,.mobile-header{display:flex}.site-header{position:sticky}.mobile-header{min-height:70px;align-items:center;justify-content:space-between;gap:10px}.mobile-header .logo__text small{display:none}.mobile-header .logo--compact .logo__text strong{font-size:16px}.mobile-search{padding-bottom:13px}.mobile-search input{height:46px}.hero{padding-top:18px}.hero-card{grid-template-columns:1fr;min-height:auto}.hero-content{padding:38px 28px}.hero h1{font-size:31px}.hero-visual{min-height:300px;padding:15px 30px 40px}.hero-visual img{max-height:270px}.trust-grid{grid-template-columns:1fr 1fr}.trust-item:nth-child(2){border-left:0}.trust-item:nth-child(-n+2){border-bottom:1px solid var(--line)}.promo-grid{grid-template-columns:1fr}.product-grid{grid-template-columns:repeat(2,1fr)}.brands{grid-template-columns:repeat(3,1fr)}.blog-grid{grid-template-columns:1fr}.newsletter{grid-template-columns:1fr;padding:28px}.footer-main{grid-template-columns:1fr 1fr}.footer-main>div:last-child{grid-column:auto}.shop-layout{grid-template-columns:1fr}.filters{position:fixed;right:0;top:0;bottom:0;z-index:110;width:min(88vw,340px);background:#fff;border-radius:0;transform:translateX(105%);transition:.25s;overflow:auto}.filters.is-open{transform:none}.filter-toggle{display:inline-flex}.product-detail{grid-template-columns:1fr}.cart-layout,.checkout-layout{grid-template-columns:1fr}.order-summary{position:static}.product-gallery{min-height:390px}.product-gallery img{height:320px}.contact-grid{grid-template-columns:1fr}}
@media(max-width:560px){.container{width:min(100% - 22px,var(--container))}.logo__mark{width:43px;height:43px}.logo__image{width:220px}.logo__icon-image{width:42px;height:42px}.logo__text strong{font-size:16px}.hero-content{padding:31px 20px}.hero h1{font-size:26px}.hero p{font-size:12px}.hero-actions .btn{flex:1}.hero-note{left:14px;bottom:14px}.trust-grid{grid-template-columns:1fr}.trust-item{border-left:0;border-bottom:1px solid var(--line)!important;padding:15px}.trust-item:last-child{border-bottom:0!important}.section{padding:45px 0}.section-title h2{font-size:22px}.categories{grid-template-columns:repeat(2,1fr)}.category-card{min-height:142px}.category-card__icon{width:70px;height:70px}.product-grid{gap:10px}.product-card__media{height:175px;padding:18px}.product-card__body{padding:12px}.product-title{font-size:14px;line-height:1.65;min-height:46px}.product-features{display:none}.price{font-size:15px}.old-price{display:none}.card-actions{grid-template-columns:1fr}.quick-cart{display:none}.promo-card{padding:26px;min-height:240px}.promo-card img{width:180px}.brands{grid-template-columns:repeat(2,1fr)}.newsletter-form{flex-direction:column;background:transparent;gap:8px}.newsletter-form input{height:45px;border-radius:10px}.footer-main{grid-template-columns:1fr;gap:28px}.footer-main>div:last-child{grid-column:auto}.footer-bottom__inner{flex-direction:column}.shop-toolbar{align-items:flex-start;gap:10px;flex-wrap:wrap}.product-info h1{font-size:21px}.product-gallery{padding:20px;min-height:330px}.product-gallery img{height:280px}.tab-nav{overflow:auto}.tab-btn{white-space:nowrap}.cart-item{grid-template-columns:82px 1fr}.cart-item img{width:80px;height:80px}.cart-item-price{grid-column:1/-1;display:flex;justify-content:space-between;align-items:center}.form-grid{grid-template-columns:1fr}.field.full{grid-column:auto}}


/* Navigation consistency fixes */
body.menu-open{overflow:hidden;touch-action:none}
.logo{min-width:0}.logo__text{min-width:0}.logo__text strong,.logo__text small{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.header-actions .icon-btn.active{border-color:var(--brand);color:var(--brand);background:var(--soft)}
.nav-inner{gap:18px;min-width:0}.nav-links{min-width:0;overflow-x:auto;overscroll-behavior-inline:contain;scrollbar-width:none}.nav-links::-webkit-scrollbar{display:none}.nav-links a{white-space:nowrap;flex:none}.nav-left{flex:none;white-space:nowrap}
.mobile-drawer__panel{box-shadow:-20px 0 55px rgba(9,22,32,.2)}
.drawer-links a{border-radius:10px;padding-inline:11px}.drawer-links a:hover,.drawer-links a.active{background:var(--soft);color:var(--brand);font-weight:700}.drawer-head .logo{max-width:235px}.drawer-head .logo__text small{display:none}.drawer-contact{margin-top:22px;padding:15px;border-radius:13px;background:var(--soft);display:flex;flex-direction:column;gap:3px}.drawer-contact strong{font-size:12px}.drawer-contact a{color:var(--brand);font-weight:700;direction:ltr;text-align:right}
.icon-btn:focus-visible,.nav-links a:focus-visible,.drawer-links a:focus-visible{outline:3px solid rgba(239,180,75,.55);outline-offset:2px}

@media(max-width:1150px) and (min-width:981px){
  .header-main{grid-template-columns:205px minmax(240px,1fr) auto;gap:15px}
  .header-actions{gap:6px}.icon-btn{min-width:43px;height:43px}
  .nav-links a{font-size:12px;padding:10px 8px}.category-menu{padding-inline:12px!important}.nav-left{font-size:11px}
}
@media(max-width:980px){
  .mobile-header .logo{max-width:calc(100% - 112px);justify-content:center}
  .mobile-header .logo__text strong{font-size:16px}
  .mobile-search{display:block!important}
  .mobile-search .search-results{inset:52px 0 auto 0}
  .site-header{box-shadow:0 7px 20px rgba(19,42,57,.06)}
}
@media(max-width:420px){
  .mobile-header{gap:7px}.mobile-header .icon-btn{min-width:43px;height:43px}
  .mobile-header .logo{gap:8px;max-width:calc(100% - 100px)}
  .mobile-header .logo__icon-image{width:40px;height:40px;border-radius:13px}
  .mobile-header .logo__text strong{font-size:14px}
  .drawer-head{gap:8px}.drawer-head .logo{max-width:210px}
}
.category-menu{display:inline-flex!important;align-items:center;gap:7px;line-height:1}.category-menu svg{width:18px;height:18px;flex:0 0 18px;display:block}


/* Backend-connected additions */
.filters select,.filters input[type="search"]{width:100%;padding:11px 12px;border:1px solid var(--border,#e5e7eb);border-radius:10px;background:#fff;font-family:inherit}
.pagination{display:flex;justify-content:center;gap:8px;margin:30px 0}.pagination a{min-width:38px;height:38px;display:grid;place-items:center;border:1px solid #e5e7eb;border-radius:9px;background:#fff}.pagination a.active{background:#be123c;color:#fff;border-color:#be123c}

/* Merchandising, trust and Instagram v2.7.0 */
.home-promo-section{padding-top:38px}.home-promo-grid{display:grid;grid-template-columns:repeat(12,minmax(0,1fr));grid-auto-rows:180px;grid-auto-flow:dense;gap:16px}.home-promo-card{position:relative;overflow:hidden;border-radius:24px;color:#fff;background:#182b3a;isolation:isolate;box-shadow:0 16px 38px rgba(42,33,25,.12);transition:transform .25s ease,box-shadow .25s ease}.home-promo-card:hover{transform:translateY(-4px);box-shadow:0 22px 48px rgba(42,33,25,.18)}.home-promo-card--large{grid-column:span 7;grid-row:span 2}.home-promo-card--medium{grid-column:span 5}.home-promo-card--small{grid-column:span 4}.home-promo-card>img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;z-index:-2;transition:transform .55s ease}.home-promo-card:hover>img{transform:scale(1.035)}.home-promo-card__shade{position:absolute;inset:0;z-index:-1;background:linear-gradient(90deg,rgba(8,25,38,.08) 0%,rgba(8,25,38,.38) 48%,rgba(8,25,38,.9) 100%)}.home-promo-card__content{position:absolute;right:0;top:0;bottom:0;width:min(72%,470px);padding:24px;display:flex;align-items:flex-start;justify-content:center;flex-direction:column}.home-promo-card__content small{font-size:11px;font-weight:800;color:#ffd58c}.home-promo-card__content strong{font-size:23px;line-height:1.55;margin:3px 0}.home-promo-card__content em{font-size:11px;font-style:normal;color:rgba(255,255,255,.82);line-height:1.8}.home-promo-card__content b{display:inline-flex;margin-top:13px;padding:7px 12px;border-radius:9px;background:rgba(255,255,255,.94);color:#173b57;font-size:10px}.home-promo-card--large .home-promo-card__content{padding:38px}.home-promo-card--large .home-promo-card__content strong{font-size:31px}.home-promo-card--small .home-promo-card__content strong{font-size:18px}.home-promo-card--small .home-promo-card__content em{display:none}

.home-category-bestsellers{background:linear-gradient(180deg,#fffaf4,#fffdf9)}.home-bestseller-groups{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}.home-bestseller-group{border:1px solid var(--line);border-radius:22px;background:#fff;overflow:hidden;box-shadow:0 8px 30px rgba(68,47,27,.055)}.home-bestseller-group>header{display:flex;align-items:center;justify-content:space-between;gap:14px;padding:18px 20px;border-bottom:1px solid var(--line);background:linear-gradient(120deg,#fff,#fff8ed)}.home-bestseller-group>header span{display:block;font-size:10px;color:var(--coral);font-weight:800}.home-bestseller-group>header h3{font-size:19px;line-height:1.5}.home-bestseller-group>header>a{color:var(--brand);font-size:10px;font-weight:800}.home-bestseller-products{padding:5px 18px}.home-bestseller-card{position:relative;display:grid;grid-template-columns:32px 92px minmax(0,1fr);gap:12px;align-items:center;min-height:126px;padding:12px 0;border-bottom:1px dashed var(--line)}.home-bestseller-card:last-child{border-bottom:0}.home-bestseller-card__rank{color:var(--coral);font-size:23px;font-weight:900;text-align:center}.home-bestseller-card__image{height:92px;border-radius:15px;background:var(--soft);display:grid;place-items:center;padding:8px}.home-bestseller-card__image img{width:100%;height:100%;object-fit:contain;transition:transform .25s}.home-bestseller-card:hover .home-bestseller-card__image img{transform:scale(1.06)}.home-bestseller-card__content{min-width:0;display:flex;flex-direction:column}.home-bestseller-card__content>small{font-size:9px;color:var(--muted)}.home-bestseller-card__content>strong{font-size:12px;line-height:1.75;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.home-bestseller-card__content>em{font-size:9px;font-style:normal;color:var(--muted);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.home-bestseller-card__content>b{margin-top:6px;font-size:14px;color:var(--brand)}.home-bestseller-card__content>b small{font-size:8px;font-weight:400}

.home-instagram-section{padding:86px 0 18px;overflow:hidden}.home-instagram-stage{position:relative;min-height:250px}.home-instagram-banner{position:absolute;right:0;top:78px;width:52.5%;height:108px;border-radius:0 22px 22px 0;background:linear-gradient(45deg,#f09433 36%,#dc2743 62%,#bc1888 100%);color:#fff;display:flex;align-items:center;gap:17px;padding:18px 35px;box-shadow:0 18px 45px rgba(188,24,136,.18);z-index:1}.home-instagram-icon{width:52px;height:52px;display:grid;place-items:center;flex:none}.home-instagram-icon svg{width:50px;height:50px;fill:none;stroke:currentColor;stroke-width:1.7}.home-instagram-banner>span:nth-child(2){min-width:0;display:flex;flex-direction:column}.home-instagram-banner strong{font-size:18px;line-height:1.7}.home-instagram-banner b{font-size:13px;letter-spacing:.4px;opacity:.9}.home-instagram-banner>i{margin-right:auto;font-size:30px;font-style:normal}.home-instagram-phone{position:absolute;left:5.5%;top:0;width:370px;height:286px;padding:10px;border:4px solid #131313;border-radius:42px 42px 18px 18px;background:#080808;box-shadow:0 24px 48px rgba(17,24,39,.25);transform:rotate(-1deg);z-index:2}.home-instagram-phone__screen{display:block;width:100%;height:100%;overflow:hidden;border-radius:29px 29px 10px 10px;background:#fff}.home-instagram-phone__screen img{width:100%;height:100%;object-fit:cover}.home-instagram-phone__speaker{position:absolute;top:16px;left:50%;width:92px;height:20px;border-radius:0 0 14px 14px;background:#080808;transform:translateX(-50%);z-index:3}.home-instagram-phone__speaker:after{content:'';position:absolute;width:42px;height:5px;border-radius:9px;left:25px;top:3px;background:#282828}

.trust-hero,.faq-hero{position:relative;overflow:hidden;padding:58px 0;background:linear-gradient(125deg,#102f45,#245c79);color:#fff}.trust-hero:after,.faq-hero:after{content:'';position:absolute;width:360px;height:360px;border-radius:50%;left:7%;top:-210px;background:rgba(255,255,255,.07)}.trust-hero .breadcrumb,.faq-hero .breadcrumb{color:#cadde8}.trust-hero h1,.faq-hero h1{font-size:36px}.trust-hero p,.faq-hero p{max-width:680px;color:#d9e7ef;font-size:14px}.trust-hero__eyebrow,.faq-hero__eyebrow{display:inline-block;color:#ffd58c;font-size:12px;font-weight:800;margin-bottom:5px}.trust-page__hero-points{display:flex;flex-wrap:wrap;gap:10px;margin-top:20px}.trust-page__hero-points span{display:inline-flex;align-items:center;gap:8px;padding:8px 12px;border:1px solid rgba(255,255,255,.18);border-radius:999px;background:rgba(255,255,255,.08);font-size:12px;color:#f2f7fa}.trust-page__quick-wrap{padding-top:28px;padding-bottom:18px}.trust-page__quick{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}.trust-page__quick-card{padding:22px 20px;border:1px solid #e3ebf0;border-radius:22px;background:linear-gradient(180deg,#fff,#f8fbfd);box-shadow:0 12px 30px rgba(16,47,69,.06)}.trust-page__quick-card strong{display:block;font-size:16px;color:var(--brand);margin-bottom:8px}.trust-page__quick-card p{font-size:12px;color:var(--muted);line-height:2}.trust-page__shipping-wrap{padding-top:10px;padding-bottom:24px}.trust-page__shipping{padding:28px;border-radius:28px;background:linear-gradient(135deg,#fff9f0,#f7fbfd);border:1px solid #ebdfd1;box-shadow:0 14px 34px rgba(68,47,27,.07)}.trust-page__shipping-head{max-width:760px;margin-bottom:18px}.trust-page__shipping-badge{display:inline-flex;align-items:center;gap:8px;padding:6px 12px;border-radius:999px;background:#fff0d8;color:#8c5a07;font-size:11px;font-weight:800;margin-bottom:10px}.trust-page__shipping-head h2{font-size:28px;margin-bottom:8px;color:var(--brand)}.trust-page__shipping-head p{font-size:13px;color:var(--muted)}.trust-page__shipping-grid{display:grid;grid-template-columns:minmax(0,1.35fr) minmax(260px,.65fr);gap:18px;align-items:stretch}.trust-page__shipping-main,.trust-page__shipping-note{padding:24px;border-radius:24px;background:#fff;border:1px solid #eadfd3}.trust-page__shipping-main h3{font-size:22px;color:var(--brand);margin-bottom:10px}.trust-page__shipping-main p{font-size:13px;color:var(--ink);line-height:2.1}.trust-page__shipping-main ul{display:grid;gap:10px;margin-top:16px}.trust-page__shipping-main li{position:relative;padding-right:28px;font-size:13px;color:var(--muted);line-height:1.95}.trust-page__shipping-main li:before{content:'✓';position:absolute;right:0;top:0;color:var(--success);font-weight:900}.trust-page__shipping-note{display:flex;flex-direction:column;justify-content:space-between;background:linear-gradient(180deg,#173b57,#245d79);border-color:rgba(255,255,255,.06);color:#fff}.trust-page__shipping-note strong{display:block;font-size:18px;margin-bottom:10px}.trust-page__shipping-note p{font-size:12px;line-height:2;color:#dbe7ee;margin-bottom:16px}.trust-page__note-list{display:grid;gap:8px;margin:0;padding:0;list-style:none}.trust-page__note-list li{position:relative;padding-right:18px;font-size:11px;line-height:1.9;color:#e9f2f7}.trust-page__note-list li:before{content:"•";position:absolute;right:0;top:0;color:#ffd58c}.trust-page__policy-wrap{padding-top:0}.trust-page__policy .trust-page__shipping-main li:before{color:#137856}.trust-page__shipping-badge--green{background:#e7f3ec;color:#137856}.trust-page__shipping-note--light{background:linear-gradient(180deg,#f5fbf6,#eef8f1);border-color:#d7ebdc;color:var(--brand)}.trust-page__shipping-note--light p{color:#4f6573}.trust-page__note-list--dark li{color:#4f6573}.trust-page__note-list--dark li:before{color:#137856}.trust-page__section-head{margin-bottom:18px}.trust-page__grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}.trust-page__card{display:grid;grid-template-columns:64px minmax(0,1fr);gap:18px;padding:25px;border:1px solid var(--line);border-radius:20px;background:#fff;box-shadow:0 9px 28px rgba(68,47,27,.055)}.trust-page__icon{width:64px;height:64px;border-radius:19px;background:linear-gradient(145deg,#e9f2f7,#fff7e9);color:var(--brand);display:grid;place-items:center}.trust-page__icon svg{width:31px;height:31px;fill:none;stroke:currentColor;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round}.trust-page__card h2{font-size:18px;margin-bottom:4px}.trust-page__card strong{display:block;font-size:12px;color:var(--brand);line-height:1.9}.trust-page__card p{font-size:11px;color:var(--muted);margin-top:7px}.trust-page__cta>.container,.faq-page__contact>.container{display:flex;align-items:center;justify-content:space-between;gap:22px;padding:30px 34px;border-radius:22px;background:var(--brand);color:#fff}.trust-page__cta span{font-size:11px;color:#ffd58c}.trust-page__cta h2,.faq-page__contact h2{font-size:21px}.trust-page__cta .btn-secondary{color:#fff;border:1px solid rgba(255,255,255,.4);margin-right:8px}.faq-page__layout{display:grid;grid-template-columns:230px minmax(0,1fr);gap:25px;align-items:start}.faq-page__aside{position:sticky;top:165px;padding:18px;border:1px solid var(--line);border-radius:18px;background:#fff}.faq-page__aside>strong{display:block;font-size:13px;margin-bottom:9px}.faq-page__aside a{display:flex;align-items:center;justify-content:space-between;gap:9px;padding:9px 7px;border-bottom:1px dashed var(--line);font-size:11px;color:var(--muted)}.faq-page__aside a:hover{color:var(--brand)}.faq-page__aside a span{min-width:24px;height:24px;border-radius:99px;background:var(--soft);display:grid;place-items:center}.faq-page__groups{display:grid;gap:30px}.faq-page__groups section{scroll-margin-top:170px}.faq-page__groups h2{font-size:20px;margin-bottom:12px}.faq-item{border:1px solid var(--line);border-radius:15px;background:#fff;margin-bottom:10px;overflow:hidden}.faq-item summary{list-style:none;display:flex;align-items:center;justify-content:space-between;gap:15px;padding:17px 19px;cursor:pointer;font-size:13px;font-weight:800}.faq-item summary::-webkit-details-marker{display:none}.faq-item summary span{width:28px;height:28px;border-radius:50%;background:var(--soft);color:var(--brand);display:grid;place-items:center;font-size:20px;transition:transform .2s}.faq-item[open] summary{color:var(--brand);background:#fffaf2}.faq-item[open] summary span{transform:rotate(45deg)}.faq-item>div{padding:0 19px 17px}.faq-item p{padding-top:13px;border-top:1px dashed var(--line);font-size:12px;color:var(--muted)}.faq-page__contact p{font-size:11px;color:#d9e7ef}

@media(max-width:980px){.home-promo-card--large,.home-promo-card--medium{grid-column:span 6}.home-promo-card--small{grid-column:span 4}.home-bestseller-groups{grid-template-columns:1fr}.home-instagram-stage{min-height:240px}.home-instagram-banner{width:60%;padding-inline:24px}.home-instagram-phone{left:1%;width:340px;height:263px}.trust-page__quick{grid-template-columns:1fr}.trust-page__shipping-grid{grid-template-columns:1fr}.faq-page__layout{grid-template-columns:1fr}.faq-page__aside{position:static;display:flex;gap:6px;overflow:auto}.faq-page__aside>strong{display:none}.faq-page__aside a{white-space:nowrap;border:1px solid var(--line);border-radius:99px;padding:7px 11px}}
@media(max-width:700px){.home-promo-grid{grid-template-columns:1fr;grid-auto-rows:auto}.home-promo-card,.home-promo-card--large,.home-promo-card--medium,.home-promo-card--small{grid-column:auto;grid-row:auto;min-height:235px}.home-promo-card--large{min-height:300px}.home-promo-card__content,.home-promo-card--large .home-promo-card__content{width:84%;padding:25px}.home-promo-card__content strong,.home-promo-card--large .home-promo-card__content strong{font-size:22px}.home-instagram-section{padding-top:48px}.home-instagram-stage{display:flex;flex-direction:column;align-items:center;min-height:0}.home-instagram-banner{position:relative;right:auto;top:auto;width:100%;height:auto;min-height:112px;border-radius:20px;padding:18px 20px;order:1}.home-instagram-banner strong{font-size:15px}.home-instagram-banner>i{font-size:24px}.home-instagram-phone{position:relative;left:auto;top:auto;width:min(92vw,370px);height:auto;aspect-ratio:370/286;margin-top:-7px;order:2;transform:rotate(-.6deg)}.trust-page__shipping{padding:20px}.trust-page__shipping-head h2{font-size:23px}.trust-page__grid{grid-template-columns:1fr}.trust-page__cta>.container,.faq-page__contact>.container{align-items:flex-start;flex-direction:column;padding:24px}.trust-hero h1,.faq-hero h1{font-size:28px}}
@media(max-width:480px){.home-bestseller-group>header{padding:15px}.home-bestseller-products{padding:3px 12px}.home-bestseller-card{grid-template-columns:25px 76px minmax(0,1fr);gap:8px;min-height:106px}.home-bestseller-card__image{height:76px}.home-bestseller-card__rank{font-size:18px}.home-instagram-icon{width:43px;height:43px}.home-instagram-icon svg{width:42px;height:42px}.home-instagram-banner{gap:11px;padding-inline:15px}.home-instagram-banner>i{display:none}.trust-page__hero-points span{width:100%;justify-content:center}.trust-page__quick-card,.trust-page__shipping-main,.trust-page__shipping-note{padding:18px}.trust-page__card{grid-template-columns:50px minmax(0,1fr);padding:19px;gap:13px}.trust-page__icon{width:50px;height:50px;border-radius:15px}.trust-page__icon svg{width:25px}.faq-item summary{padding:14px;font-size:12px}}
.content-card{background:#fff;border:1px solid #e5e7eb;border-radius:18px;padding:28px;line-height:2}.content-card h2{margin-top:20px}.contact-grid{display:grid;grid-template-columns:1fr 1.25fr;gap:24px}.form-message{padding:10px 0;min-height:22px}.form-message.error,.form-error{color:#b91c1c;background:#fff1f2;border:1px solid #fecdd3;border-radius:10px;padding:12px}.form-message.success{color:#166534;background:#f0fdf4;border:1px solid #bbf7d0;border-radius:10px;padding:12px}.loading-box{padding:30px;text-align:center;background:#fff;border-radius:16px}.success-icon{width:74px;height:74px;border-radius:50%;display:grid;place-items:center;background:#dcfce7;color:#15803d;font-size:38px;margin:0 auto 18px}.toast[data-type="error"]{background:#991b1b}.nav-open{overflow:hidden}.search-empty{padding:14px}.search-results.is-open{display:block}
@media(max-width:760px){.contact-grid{grid-template-columns:1fr}.content-card{padding:18px}}

.hp-field{position:absolute!important;left:-10000px!important;width:1px!important;height:1px!important;overflow:hidden!important}

[hidden]{display:none!important}

.postal-input-row{display:flex;gap:8px}.postal-input-row input{flex:1}.postal-input-row .btn{white-space:nowrap}.success-text{color:#16845b!important}.warning-text{color:#a16207!important}.error-text{color:#b91c1c!important}.shipping-note{display:block;color:var(--muted);margin:7px 0 12px}@media(max-width:600px){.postal-input-row{flex-direction:column}.postal-input-row .btn{width:100%}}

/* Festival module */
.festival-badge{background:linear-gradient(135deg,#be123c,#e11d48);color:#fff;max-width:82%;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.festival-product-note{display:block;margin:8px 0;color:#be123c;font-size:12px;font-weight:800;line-height:1.7}
.festival-pill{font-size:11px;white-space:nowrap}
.festival-line{display:block;color:#be123c;font-weight:700;margin:4px 0 9px}
.old-price-inline{display:block;text-decoration:line-through;color:var(--muted);margin-bottom:3px}
.festival-saving{color:#166534}.festival-saving strong{color:#166534}
.shipping-note{padding:9px 11px;border-radius:10px;background:#f8fafc;border:1px solid #e5e7eb}


/* ورود و حساب مشتری نسخه 2.3.2 */
.auth-page{min-height:72vh;padding:52px 0 68px;background:radial-gradient(circle at 8% 10%,rgba(227,155,45,.14),transparent 25%),linear-gradient(145deg,#f2f6f9 0,#fff 48%,#edf3f6 100%)}
.auth-layout{width:min(1080px,calc(100% - 32px));display:grid;grid-template-columns:minmax(320px,.88fr) minmax(430px,1.12fr);padding:0;overflow:hidden;border:1px solid #dbe4e9;border-radius:30px;background:#fff;box-shadow:0 28px 80px rgba(15,43,64,.14)}
.auth-layout--register{width:min(1160px,calc(100% - 32px));grid-template-columns:minmax(320px,.78fr) minmax(540px,1.22fr)}
.auth-showcase{min-height:660px;padding:44px 40px 34px;display:flex;flex-direction:column;justify-content:space-between;gap:34px;position:relative;overflow:hidden;color:#fff;background:linear-gradient(145deg,#102f46 0,#173b57 52%,#265f7f 100%)}
.auth-showcase:before,.auth-showcase:after{content:"";position:absolute;border-radius:50%;border:1px solid rgba(255,255,255,.09)}.auth-showcase:before{width:340px;height:340px;left:-145px;top:-120px}.auth-showcase:after{width:230px;height:230px;right:-105px;bottom:58px}.auth-showcase>*{position:relative;z-index:1}
.auth-brand{display:inline-flex;align-items:center;gap:11px;margin-bottom:48px}.auth-brand>span{width:47px;height:47px;display:grid;place-items:center;border-radius:15px;background:#fff;color:var(--brand);font-size:23px;font-weight:900;box-shadow:0 12px 30px rgba(0,0,0,.16)}.auth-brand strong{font-size:16px;color:#fff}
.auth-kicker{display:inline-flex;padding:5px 11px;margin-bottom:14px;border:1px solid rgba(255,255,255,.18);border-radius:99px;background:rgba(255,255,255,.08);color:#d8e9f2;font-size:11px;font-weight:700}.auth-showcase h2{max-width:420px;margin-bottom:12px;font-size:29px;line-height:1.55}.auth-showcase p{max-width:430px;color:#cfe0e9;font-size:13px;line-height:2}
.auth-benefits{display:grid;gap:13px}.auth-benefits li{display:flex;align-items:flex-start;gap:10px;color:#eaf3f7;font-size:12px;line-height:1.8}.auth-benefits i{width:23px;height:23px;flex:none;display:grid;place-items:center;border-radius:50%;background:rgba(255,255,255,.12);color:#ffd48b;font-style:normal;font-weight:900}
.auth-secure-note{display:flex;align-items:center;gap:11px;padding:13px 14px;border:1px solid rgba(255,255,255,.12);border-radius:15px;background:rgba(255,255,255,.07)}.auth-secure-note>span{width:35px;height:35px;display:grid;place-items:center;border-radius:11px;background:rgba(255,255,255,.1);color:#ffd48b;font-size:22px}.auth-secure-note strong,.auth-secure-note small{display:block}.auth-secure-note strong{font-size:12px}.auth-secure-note small{color:#c7dbe6;font-size:9px}
.auth-panel{padding:34px 48px 38px;background:#fff}.auth-panel--register{padding-inline:46px}.auth-panel__top{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-bottom:34px}.auth-panel__top a{color:var(--muted);font-size:11px}.auth-panel__top a:before{content:"→";margin-left:6px}.auth-panel__top>span{padding:5px 10px;border-radius:99px;background:#ecf7f2;color:#137252;font-size:10px;font-weight:800}
.auth-heading{display:flex;align-items:center;gap:13px;margin-bottom:24px}.auth-heading__icon{width:48px;height:48px;flex:none;display:grid;place-items:center;border-radius:15px;background:#edf3f6;color:var(--brand);font-size:23px;font-weight:900}.auth-heading h1{font-size:25px;line-height:1.5}.auth-heading p{color:var(--muted);font-size:11px}.auth-panel .form-error,.auth-panel .form-message{margin-bottom:14px;font-size:12px}
.auth-google{min-height:62px;padding:9px 14px;display:grid;grid-template-columns:27px 1fr auto;align-items:center;gap:12px;border:1px solid #d5dce2;border-radius:15px;background:#fff;color:#202124;transition:.2s}.auth-google:hover{border-color:#9ca8b2;background:#fafbfc;box-shadow:0 8px 20px rgba(32,33,36,.07);transform:translateY(-1px)}.auth-google svg{width:24px;height:24px}.auth-google>span{display:flex;flex-direction:column}.auth-google strong{font-size:13px}.auth-google small{color:#77818a;font-size:9px}.auth-google b{color:#8a949d;font-size:16px}
.auth-divider{display:flex;align-items:center;gap:12px;margin:19px 0;color:#8b969f;font-size:10px;white-space:nowrap}.auth-divider:before,.auth-divider:after{content:"";height:1px;flex:1;background:#e5eaee}
.auth-methods{display:grid;grid-template-columns:1fr 1fr;gap:7px;margin-bottom:20px;padding:5px;border-radius:14px;background:#f2f5f7}.auth-methods a{display:flex;flex-direction:column;align-items:center;padding:9px 7px;border:1px solid transparent;border-radius:10px;color:#73808a;text-align:center}.auth-methods a>span{font-size:11px;font-weight:800}.auth-methods a>small{font-size:8px}.auth-methods a.active{border-color:#dde5ea;background:#fff;color:var(--brand);box-shadow:0 4px 12px rgba(15,43,64,.07)}
.auth-form{display:grid;gap:14px}.auth-panel .field{gap:7px}.auth-panel .field label{color:#34444f;font-size:11px}.auth-panel .field input{min-height:47px;padding:10px 13px;border-color:#dbe3e8;border-radius:12px;background:#fbfcfd}.auth-panel .field input:focus{border-color:#6f91a8;background:#fff;box-shadow:0 0 0 3px rgba(23,59,87,.07)}.auth-panel .field small{color:#84919a;font-size:9px}
.auth-password-field{position:relative}.auth-password-field input{width:100%;padding-left:70px!important}.auth-password-field button{position:absolute;left:7px;top:7px;bottom:7px;padding:0 10px;border:0;border-radius:8px;background:#edf2f5;color:var(--brand);font:inherit;font-size:9px;font-weight:800}
.auth-primary{min-height:49px;margin-top:3px;background:linear-gradient(135deg,var(--brand),#265f7f);color:#fff;box-shadow:0 10px 23px rgba(23,59,87,.19)}.auth-primary:hover{transform:translateY(-1px);box-shadow:0 13px 28px rgba(23,59,87,.24)}.auth-ghost{min-height:43px;border:1px solid #dce4e9;background:#fff;color:var(--brand);font-size:10px}.auth-ghost:hover{background:#f5f8fa;border-color:#bac9d2}
.auth-register-form .form-grid{gap:13px}.auth-otp-intro{display:flex;align-items:center;gap:11px;margin-bottom:15px;padding:13px;border-radius:13px;background:#f3f7f9;color:#41525e}.auth-otp-intro>span{font-weight:900;letter-spacing:3px;color:var(--brand)}.auth-otp-intro p{font-size:11px}.auth-otp-input{text-align:center!important;direction:ltr;letter-spacing:8px;font-size:19px!important;font-weight:800}.auth-secondary-actions{display:grid;grid-template-columns:1fr 1fr;gap:9px;margin-top:10px}.auth-secondary-actions form{margin:0}.auth-switch{text-align:center;margin:20px 0 0;color:var(--muted);font-size:11px}.auth-switch a{color:var(--brand);font-weight:900}
.account-layout{display:grid;grid-template-columns:250px minmax(0,1fr);gap:24px;padding-top:32px;padding-bottom:60px}.account-sidebar{background:#fff;border:1px solid var(--line);border-radius:20px;padding:20px;height:max-content;position:sticky;top:20px}.account-sidebar>a{display:block;padding:11px 12px;border-radius:10px;color:var(--ink)}.account-sidebar>a.active,.account-sidebar>a:hover{background:var(--soft);color:var(--brand)}.account-phone{direction:ltr;text-align:right;margin-bottom:14px;color:var(--muted)}.account-content{display:grid;gap:20px}.account-content .checkout-card{margin:0}.order-meta{display:grid;grid-template-columns:repeat(3,1fr);gap:14px;margin:20px 0}.order-meta>div{background:#fff;border:1px solid var(--line);border-radius:14px;padding:15px;line-height:1.9}
@media(max-width:900px){.auth-layout,.auth-layout--register{grid-template-columns:1fr;width:min(680px,calc(100% - 28px))}.auth-showcase{min-height:auto;padding:30px}.auth-brand{margin-bottom:24px}.auth-showcase h2{font-size:23px}.auth-benefits{grid-template-columns:1fr 1fr}.auth-benefits li:last-child{grid-column:1/-1}.auth-secure-note{display:none}.auth-panel,.auth-panel--register{padding:30px}.account-layout{grid-template-columns:1fr}.account-sidebar{position:static}.order-meta{grid-template-columns:1fr}}
@media(max-width:560px){.auth-page{padding:22px 0 40px}.auth-layout,.auth-layout--register{width:min(100% - 20px,680px);border-radius:22px}.auth-showcase{padding:24px 22px}.auth-brand{margin-bottom:18px}.auth-kicker,.auth-showcase p,.auth-benefits{display:none}.auth-showcase h2{margin:0;font-size:19px}.auth-panel,.auth-panel--register{padding:24px 20px}.auth-panel__top{margin-bottom:24px}.auth-heading h1{font-size:22px}.auth-methods a>small{display:none}.auth-panel .form-grid{grid-template-columns:1fr}.auth-panel .field.full{grid-column:auto}.auth-secondary-actions{grid-template-columns:1fr}}

/* v1.9 product variants, payments and returns */
.variant-picker{margin:18px 0;padding:16px;border:1px solid var(--border,#e5e7eb);border-radius:16px;background:#fff}.variant-group+.variant-group{margin-top:14px}.variant-group>strong{display:block;margin-bottom:9px}.variant-options{display:flex;flex-wrap:wrap;gap:8px}.variant-option{display:inline-flex;align-items:center;gap:7px;border:1px solid #d7dce2;background:#fff;border-radius:10px;padding:9px 13px;cursor:pointer;font:inherit}.variant-option:hover{border-color:#9ca3af}.variant-option.active{border-color:#c62828;box-shadow:0 0 0 2px rgba(198,40,40,.12);color:#9f1e1e}.variant-option:disabled{opacity:.4;cursor:not-allowed;text-decoration:line-through}.color-dot{width:16px;height:16px;border-radius:50%;border:1px solid rgba(0,0,0,.15);display:inline-block}.cart-variant{font-weight:700;color:#4b5563;margin:4px 0}.payment-result{max-width:700px;margin:50px auto;padding:30px;border-radius:20px;background:#fff;box-shadow:0 10px 40px rgba(0,0,0,.08);text-align:center}.payment-result.success{border-top:5px solid #15803d}.payment-result.error{border-top:5px solid #b91c1c}.status-timeline{display:grid;gap:12px}.status-timeline__item{border-right:3px solid #d1d5db;padding:5px 15px}.status-timeline__item.current{border-color:#c62828;background:#fff7f7}.return-form .return-line{display:grid;grid-template-columns:1fr 110px;gap:14px;align-items:center;padding:12px 0;border-bottom:1px solid #eee}.return-status{display:inline-flex;padding:5px 10px;border-radius:999px;background:#eef2ff;color:#3730a3;font-size:.88rem}.variant-admin-table .option-badge{display:inline-block;padding:3px 7px;margin:2px;border-radius:8px;background:#f1f5f9}.gateway-badge{display:inline-flex;align-items:center;gap:6px;padding:6px 10px;border-radius:999px;background:#ecfdf5;color:#047857}
@media(max-width:640px){.return-form .return-line{grid-template-columns:1fr}.variant-option{padding:8px 10px}.payment-result{margin:20px 12px;padding:22px}}

/* v2.1 engagement, coupons and comparison */
.product-secondary-actions{display:grid;grid-template-columns:1fr 1fr;gap:8px;margin-top:10px}.product-secondary-actions .is-active{border-color:var(--brand);color:var(--brand);background:var(--soft)}.admin-reply{margin-top:12px;padding:12px;border-radius:11px;background:var(--soft);line-height:2}.coupon-form{display:grid;grid-template-columns:1fr auto auto;gap:7px;margin:12px 0}.coupon-form input{min-width:0;border:1px solid var(--line);border-radius:10px;padding:9px}.wishlist-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.wishlist-card{display:grid;grid-template-columns:90px 1fr;gap:12px;align-items:center;border:1px solid var(--line);border-radius:14px;padding:12px}.wishlist-card img{width:90px;height:90px;object-fit:contain;background:var(--soft);border-radius:10px}.compare-table{min-width:780px}.compare-table th,.compare-table td{text-align:center;vertical-align:middle;min-width:150px}.compare-table th:first-child,.compare-table td:first-child{position:sticky;right:0;background:#fff;z-index:1;min-width:120px}.compare-table thead th{vertical-align:top}.compare-table thead img{width:130px;height:130px;object-fit:contain;display:block;margin:0 auto 10px}.compare-table thead a{display:block;line-height:1.8}.compare-table .remove-btn{display:block;margin:8px auto 0}.rating{color:#e4a431}.product-tabs>h2,.product-tabs>article,.product-tabs>form,.product-tabs>p,.product-tabs>a{margin:18px 22px}.product-tabs>article,.product-tabs>form{overflow:visible}
@media(max-width:640px){.product-secondary-actions,.wishlist-grid{grid-template-columns:1fr}.coupon-form{grid-template-columns:1fr 1fr}.coupon-form input{grid-column:1/-1}}

/* Customer dashboard v2.4 */
.customer-area{background:#f5f7fa;padding:34px 0 76px;min-height:70vh}.account-dashboard{display:grid;grid-template-columns:270px minmax(0,1fr);gap:24px;align-items:start}.customer-sidebar{position:sticky;top:166px;background:#fff;border:1px solid var(--line);border-radius:24px;padding:18px;box-shadow:0 14px 35px rgba(20,44,61,.06)}.customer-profile-card{display:flex;align-items:center;gap:12px;padding:7px 4px 20px;border-bottom:1px solid var(--line)}.customer-profile-card img,.customer-avatar{width:52px;height:52px;border-radius:17px;object-fit:cover;display:grid;place-items:center;background:linear-gradient(145deg,var(--brand),#2b668c);color:#fff;font-size:22px;font-weight:700}.customer-profile-card div{min-width:0}.customer-profile-card strong,.customer-profile-card small{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.customer-profile-card small{color:var(--muted);font-size:11px;margin-top:2px}.customer-nav{padding:13px 0}.customer-nav a{display:flex;align-items:center;gap:10px;padding:11px 12px;margin:3px 0;border-radius:12px;font-size:13px;color:#46545e;transition:.2s}.customer-nav a>span{width:25px;height:25px;border-radius:8px;background:var(--soft);display:grid;place-items:center;color:var(--brand);font-size:15px}.customer-nav a:hover,.customer-nav a.active{background:#edf4f8;color:var(--brand);font-weight:700}.customer-nav a b{margin-right:auto;min-width:21px;height:21px;border-radius:99px;background:var(--accent);color:#17222b;display:grid;place-items:center;font-size:10px}.customer-sidebar__help{border-radius:16px;background:linear-gradient(145deg,#163c58,#0e2a3e);padding:16px;color:#fff;margin:6px 0 14px}.customer-sidebar__help strong{font-size:13px}.customer-sidebar__help p{font-size:10px;color:#d0dee6;margin:4px 0 9px}.customer-sidebar__help a{font-size:11px;color:#ffd48b;font-weight:700}.customer-logout{width:100%;border:0;border-radius:11px;padding:10px;background:#fff3f3;color:#b43c3c;font-weight:700}.customer-content{display:grid;gap:18px;min-width:0}.customer-welcome{border-radius:24px;background:linear-gradient(125deg,#0f2b40,#205879);padding:31px 34px;color:#fff;display:flex;align-items:center;justify-content:space-between;gap:20px;box-shadow:0 18px 40px rgba(15,43,64,.18);overflow:hidden;position:relative}.customer-welcome:after{content:'';position:absolute;width:240px;height:240px;border-radius:50%;background:rgba(255,255,255,.05);left:-60px;top:-110px}.customer-welcome>div,.customer-welcome>a{position:relative;z-index:1}.customer-welcome span{font-size:11px;color:#ffd48b;font-weight:700}.customer-welcome h1{font-size:28px;margin:4px 0}.customer-welcome p{font-size:12px;color:#d9e6ed}.customer-stats{display:grid;grid-template-columns:repeat(4,1fr);gap:13px}.customer-stats article{background:#fff;border:1px solid var(--line);border-radius:18px;padding:17px;display:flex;align-items:center;gap:12px}.customer-stat__icon{width:45px;height:45px;border-radius:14px;background:#edf4f8;color:var(--brand);display:grid;place-items:center;font-size:20px}.customer-stats small,.customer-stats strong{display:block}.customer-stats small{font-size:10px;color:var(--muted)}.customer-stats strong{font-size:20px}.customer-overview-grid{display:grid;grid-template-columns:1.08fr .92fr;gap:18px}.customer-panel{background:#fff;border:1px solid var(--line);border-radius:22px;padding:23px}.customer-panel__head{display:flex;align-items:center;justify-content:space-between;gap:18px;margin-bottom:18px}.customer-panel__head h2{font-size:18px}.eyebrow-dark{color:var(--accent);font-size:10px;font-weight:700}.profile-completion .customer-panel__head>strong{font-size:27px;color:var(--brand)}.completion-track{height:8px;border-radius:99px;background:#e8eef2;overflow:hidden}.completion-track span{display:block;height:100%;border-radius:inherit;background:linear-gradient(90deg,var(--accent),#f4bc58)}.profile-completion p{font-size:11px;color:var(--muted);margin:11px 0}.profile-completion>a{font-size:12px;color:var(--brand);font-weight:700}.customer-quick-actions>div:last-child{display:grid;grid-template-columns:repeat(3,1fr);gap:9px}.customer-quick-actions a{border:1px solid var(--line);border-radius:14px;padding:13px;text-align:center;transition:.2s}.customer-quick-actions a:hover{border-color:#aac2d1;background:#f8fbfd;transform:translateY(-2px)}.customer-quick-actions a span{display:grid;place-items:center;width:34px;height:34px;border-radius:10px;background:#edf4f8;color:var(--brand);margin:0 auto 7px}.customer-quick-actions strong,.customer-quick-actions small{display:block}.customer-quick-actions strong{font-size:11px}.customer-quick-actions small{font-size:9px;color:var(--muted)}.customer-notice{display:flex;align-items:center;gap:13px;background:#fff8e7;border:1px solid #efd89f;border-radius:17px;padding:15px 18px}.customer-notice>span{font-size:25px;color:#9b7016}.customer-notice strong{font-size:12px}.customer-notice p{font-size:10px;color:#846b37}.customer-orders{display:grid;gap:8px}.customer-order{display:grid;grid-template-columns:1.1fr .8fr 1fr 24px;align-items:center;gap:12px;padding:13px 14px;border:1px solid var(--line);border-radius:14px;transition:.2s}.customer-order:hover{border-color:#abc1ce;background:#fafcfd}.customer-order>div strong,.customer-order>div small{display:block}.customer-order>div small{color:var(--muted);font-size:10px;margin-top:2px}.customer-order>div:nth-child(3){text-align:left}.customer-order>b{color:var(--brand)}.order-status-pill{justify-self:start;border-radius:99px;background:#eef4f7;color:var(--brand);padding:5px 9px;font-size:10px}.status-delivered,.status-installed{background:#e9f7f1;color:#16704f}.status-cancelled,.status-refunded{background:#fff0f0;color:#b53d3d}.customer-empty{text-align:center;padding:34px 16px}.customer-empty>span{width:58px;height:58px;border-radius:18px;background:var(--soft);display:grid;place-items:center;margin:0 auto 10px;font-size:26px;color:var(--brand)}.customer-empty h3{font-size:15px}.customer-empty p{font-size:11px;color:var(--muted);margin:5px 0 15px}.customer-empty--compact{grid-column:1/-1;padding:18px}.customer-panel form>.btn{margin-top:16px}

/* Public blog v2.4 */
.blog-hero{background:linear-gradient(180deg,#eef4f7,#f8fafb)}.blog-layout{display:grid;grid-template-columns:minmax(0,1fr) 270px;gap:25px;align-items:start}.blog-search{display:grid;grid-template-columns:1fr auto;gap:9px;margin-bottom:20px}.blog-search input{border:1px solid var(--line);border-radius:13px;padding:11px 14px;outline:none}.blog-search input:focus{border-color:var(--brand);box-shadow:0 0 0 4px rgba(23,59,87,.07)}.blog-card--content{display:flex;flex-direction:column;transition:.25s}.blog-card--content:hover{transform:translateY(-4px);box-shadow:var(--shadow)}.blog-card__media{height:190px;background:linear-gradient(135deg,#dbe8ef,#f5e5c9);display:grid;place-items:center;overflow:hidden;color:var(--brand);font-weight:700}.blog-card__media img{width:100%;height:100%;object-fit:cover;transition:.3s}.blog-card--content:hover .blog-card__media img{transform:scale(1.035)}.blog-body{display:flex;flex-direction:column;flex:1}.blog-card__meta,.blog-card__footer{display:flex;align-items:center;justify-content:space-between;gap:10px;font-size:10px}.blog-card__meta a{color:var(--accent);font-weight:700}.blog-card__meta span,.blog-card__footer span{color:var(--muted)}.blog-card__footer{margin-top:auto;padding-top:14px;border-top:1px solid var(--line)}.blog-card__footer a{color:var(--brand);font-weight:700}.blog-sidebar{position:sticky;top:166px;display:grid;gap:15px}.blog-sidebar__card{background:#fff;border:1px solid var(--line);border-radius:18px;padding:17px}.blog-sidebar__card h2{font-size:15px;margin-bottom:10px}.blog-sidebar__card a{display:flex;align-items:center;justify-content:space-between;padding:9px 10px;border-radius:10px;font-size:12px}.blog-sidebar__card a:hover,.blog-sidebar__card a.active{background:var(--soft);color:var(--brand)}.blog-sidebar__card small{background:#edf2f5;border-radius:99px;padding:1px 7px}.blog-sidebar__cta{border-radius:18px;background:linear-gradient(145deg,var(--brand),var(--brand-2));color:#fff;padding:20px}.blog-sidebar__cta strong{font-size:14px}.blog-sidebar__cta p{font-size:10px;color:#d4e0e7;margin:6px 0 14px}.pagination{display:flex;gap:7px;justify-content:center;margin-top:30px}.pagination a{width:38px;height:38px;border:1px solid var(--line);border-radius:10px;display:grid;place-items:center}.pagination a.active{background:var(--brand);color:#fff;border-color:var(--brand)}.blog-article__header{background:linear-gradient(180deg,#eef4f7,#fff);padding:47px 0}.blog-article__header-inner{max-width:900px}.blog-article__category{color:var(--accent);font-size:12px;font-weight:700}.blog-article__header h1{font-size:36px;line-height:1.55;margin:8px 0 10px}.blog-article__header p{color:var(--muted);max-width:760px}.blog-article__meta{display:flex;gap:18px;margin-top:15px;font-size:11px;color:var(--muted)}.blog-article__layout{display:grid;grid-template-columns:minmax(0,1fr) 240px;gap:28px;align-items:start;padding-top:35px}.blog-article__main{min-width:0}.blog-article__cover{border-radius:24px;overflow:hidden;margin-bottom:25px;background:var(--soft)}.blog-article__cover img{width:100%;max-height:520px;object-fit:cover}.blog-article__content{font-size:15px;line-height:2.15}.blog-article__content p,.blog-article__content ul{margin:0 0 20px}.blog-article__content h2{font-size:25px;margin:35px 0 12px}.blog-article__content h3{font-size:20px;margin:28px 0 10px}.blog-article__content h4{font-size:17px;margin:24px 0 8px}.blog-article__content ul{list-style:disc;padding-right:24px}.blog-article__content li{margin:5px 0}.blog-article__share{display:flex;align-items:center;gap:10px;border-top:1px solid var(--line);margin-top:32px;padding-top:22px;flex-wrap:wrap}.blog-article__share strong{margin-left:auto}.blog-article__aside{position:sticky;top:166px;border:1px solid var(--line);border-radius:18px;padding:18px;display:grid;gap:14px}.blog-article__aside>div{padding-bottom:12px;border-bottom:1px solid var(--line)}.blog-article__aside small,.blog-article__aside strong{display:block}.blog-article__aside small{color:var(--muted);font-size:10px}.blog-article__aside strong{font-size:12px;margin-top:3px}

@media(max-width:1020px){.account-dashboard{grid-template-columns:1fr}.customer-sidebar{position:static}.customer-nav{display:grid;grid-template-columns:repeat(3,1fr);gap:5px}.customer-nav a{justify-content:center}.customer-sidebar__help{display:none}.blog-layout{grid-template-columns:1fr}.blog-sidebar{position:static;grid-template-columns:1fr 1fr}.blog-article__layout{grid-template-columns:1fr}.blog-article__aside{position:static;grid-template-columns:1fr 1fr}.blog-article__aside>.btn{grid-column:1/-1}}
@media(max-width:760px){.customer-area{padding-top:18px}.customer-welcome{padding:24px;align-items:flex-start}.customer-welcome h1{font-size:23px}.customer-stats{grid-template-columns:1fr 1fr}.customer-overview-grid{grid-template-columns:1fr}.customer-order{grid-template-columns:1fr auto}.customer-order>div:nth-child(3){text-align:right}.customer-order>b{display:none}.customer-nav{display:flex;overflow:auto;padding-bottom:8px}.customer-nav a{min-width:max-content}.customer-nav a>span{display:none}.customer-sidebar{padding-bottom:10px}.customer-profile-card{border-bottom:0}.customer-sidebar__help{display:none}.blog-sidebar{grid-template-columns:1fr}.blog-article__header h1{font-size:27px}.blog-article__meta{flex-wrap:wrap}.blog-article__share strong{width:100%;margin:0}.blog-article__aside{grid-template-columns:1fr}.blog-article__aside>.btn{grid-column:auto}}
@media(max-width:480px){.customer-welcome{display:block}.customer-welcome>a{margin-top:15px}.customer-stats{grid-template-columns:1fr 1fr}.customer-stats article{padding:12px}.customer-stat__icon{width:38px;height:38px}.customer-quick-actions>div:last-child{grid-template-columns:1fr}.customer-panel{padding:18px}.customer-order{padding:12px}.customer-order .order-status-pill{justify-self:end}.blog-search{grid-template-columns:1fr}.blog-article__header{padding:32px 0}.blog-article__header h1{font-size:24px}}

/* v2.2 gallery, product alerts and support tickets */
.product-detail>*{min-width:0}.product-gallery{display:block;padding:18px;min-height:0;max-width:100%;overflow:hidden}.product-gallery__stage{min-height:430px;display:grid;place-items:center;position:relative}.product-gallery__stage>img{width:100%;height:410px;object-fit:contain}.gallery-zoom{position:absolute;left:12px;top:12px;width:44px;height:44px;border:1px solid var(--line);border-radius:50%;background:#fff;font-size:25px;cursor:pointer;box-shadow:var(--shadow)}.product-gallery__thumbs{display:flex;gap:9px;max-width:100%;overflow-x:auto;overflow-y:hidden;padding:12px 2px 6px;-webkit-overflow-scrolling:touch;overscroll-behavior-x:contain;scroll-snap-type:x proximity;scrollbar-width:thin}.product-gallery__thumbs::-webkit-scrollbar{height:6px}.product-gallery__thumbs::-webkit-scrollbar-thumb{background:rgba(23,59,87,.18);border-radius:999px}.product-gallery .gallery-thumb{flex:0 0 74px;width:74px;height:74px;padding:4px;border:1px solid var(--line);border-radius:11px;background:#fff;cursor:pointer;scroll-snap-align:start}.product-gallery .gallery-thumb.active{border-color:var(--brand);box-shadow:0 0 0 2px rgba(23,59,87,.12)}.product-gallery .gallery-thumb img{width:100%;height:100%;object-fit:contain}.gallery-lightbox{position:fixed;inset:0;z-index:300;background:rgba(8,18,28,.88);display:grid;place-items:center;padding:40px}.gallery-lightbox[hidden]{display:none}.gallery-lightbox>img{width:min(92vw,1200px);height:min(88vh,900px);object-fit:contain;background:#fff;border-radius:16px}.gallery-lightbox>button{position:fixed;top:22px;left:22px;width:48px;height:48px;border:0;border-radius:50%;font-size:30px;background:#fff;cursor:pointer}.gallery-open{overflow:hidden}.product-alert-form{margin-top:14px;padding-top:14px;border-top:1px solid var(--line)}.product-alert-form h3{font-size:14px;margin-bottom:9px}.product-alert-fields{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}.product-alert-fields select,.product-alert-fields input{min-width:0;border:1px solid var(--line);border-radius:10px;padding:10px;font:inherit}.ticket-thread{display:grid;gap:12px;margin:20px 0}.ticket-message{max-width:82%;border:1px solid var(--line);border-radius:16px;padding:15px;background:#fff}.ticket-message--admin{justify-self:start;background:#eef6ff}.ticket-message--customer{justify-self:end;background:#f4f8f5}.ticket-message header{display:flex;justify-content:space-between;gap:25px;margin-bottom:8px}.ticket-message small{color:var(--muted)}.ticket-message p{line-height:2;white-space:normal}
@media(max-width:640px){.product-gallery{padding:14px}.product-gallery__stage{min-height:300px}.product-gallery__stage>img{height:280px}.product-gallery__thumbs{gap:7px;padding-top:10px}.product-gallery .gallery-thumb{flex-basis:64px;width:64px;height:64px}.product-alert-fields{grid-template-columns:1fr}.gallery-lightbox{padding:16px}.ticket-message{max-width:95%}}
.compare-card-button{margin-top:8px}
.compare-context{display:flex;align-items:center;justify-content:space-between;gap:20px;margin-bottom:18px;padding:14px 16px;border:1px solid #cfe0ea;border-radius:14px;background:#f6fafc}.compare-context>div{display:flex;flex-direction:column}.compare-context strong{font-size:15px;color:var(--brand)}.compare-context span{font-size:10px;color:var(--muted)}
@media(max-width:640px){.compare-context{align-items:stretch;flex-direction:column}.compare-context .btn{width:100%}}

/* v2.2.1 dropdown product navigation */
.nav-dropdown{position:relative;flex:none}.nav-dropdown .category-menu{min-height:40px;border:0;font:inherit;cursor:pointer}.nav-dropdown .category-menu svg:last-child{width:15px;height:15px;margin-right:2px;transition:transform .2s}.nav-dropdown.is-open .category-menu svg:last-child{transform:rotate(180deg)}
.nav-dropdown__menu{width:min(780px,calc(100vw - 48px));position:absolute;right:0;top:calc(100% + 9px);z-index:120;padding:18px;border:1px solid var(--line);border-radius:18px;background:#fff;box-shadow:0 24px 65px rgba(15,42,59,.18);opacity:0;visibility:hidden;pointer-events:none;transform:translateY(-7px);transition:opacity .18s,transform .18s,visibility .18s}.nav-dropdown.is-open .nav-dropdown__menu{opacity:1;visibility:visible;pointer-events:auto;transform:none}
.nav-dropdown__head{display:flex;align-items:center;justify-content:space-between;gap:20px;padding:2px 2px 15px;margin-bottom:13px;border-bottom:1px solid var(--line)}.nav-dropdown__head>div{display:flex;flex-direction:column}.nav-dropdown__head strong{font-size:15px}.nav-dropdown__head small{color:var(--muted);font-size:10px}.nav-links .nav-dropdown__head>a{padding:8px 11px;border:1px solid var(--line);border-radius:9px;color:var(--brand);font-size:10px;font-weight:700;white-space:nowrap}
.nav-dropdown__grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:8px}.nav-links .nav-dropdown__grid>a{min-width:0;display:flex;flex-direction:column;align-items:flex-start;gap:2px;padding:12px;border:1px solid transparent;border-radius:12px;background:var(--soft);white-space:normal}.nav-links .nav-dropdown__grid>a:hover,.nav-links .nav-dropdown__grid>a.active{border-color:#c8d8e3;background:#fff;box-shadow:0 6px 16px rgba(23,59,87,.07);transform:translateY(-1px)}.nav-dropdown__grid span{font-size:12px;font-weight:800}.nav-dropdown__grid small{color:var(--muted);font-size:9px}
.drawer-categories{border-bottom:1px dashed var(--line)}.drawer-categories summary{display:flex;align-items:center;justify-content:space-between;gap:10px;padding:12px 11px;border-radius:10px;cursor:pointer;list-style:none}.drawer-categories summary::-webkit-details-marker{display:none}.drawer-categories summary svg{width:17px;height:17px;transition:transform .2s}.drawer-categories[open] summary{color:var(--brand);background:var(--soft);font-weight:700}.drawer-categories[open] summary svg{transform:rotate(180deg)}.drawer-categories>div{padding:5px 14px 10px}.drawer-links .drawer-categories a{padding-block:9px;font-size:12px}
@media(min-width:981px){.main-nav,.nav-inner,.nav-links{overflow:visible}.nav-links{scrollbar-width:auto}}
@media(max-width:1150px) and (min-width:981px){.nav-dropdown__menu{width:min(690px,calc(100vw - 36px))}.nav-dropdown__grid{grid-template-columns:repeat(3,minmax(0,1fr))}}
@media(max-width:620px){.drawer-categories>div{padding-inline:8px}.drawer-links .drawer-categories a{padding-inline:12px}}

/* Homepage redesign v2.5 */
.homepage-v25{background:#fff}.home-hero{padding:30px 0 24px;background:radial-gradient(circle at 10% 15%,rgba(227,155,45,.12),transparent 25%),linear-gradient(180deg,#f4f7f9 0,#fff 100%)}
.home-hero__card{position:relative;display:grid;grid-template-columns:1.04fr .96fr;min-height:520px;overflow:hidden;border-radius:32px;background:linear-gradient(128deg,#0c2639 0,#173f5c 58%,#24698e 100%);box-shadow:0 26px 70px rgba(15,43,64,.2)}
.home-hero__card:before,.home-hero__card:after{content:'';position:absolute;border-radius:50%;border:1px solid rgba(255,255,255,.08)}.home-hero__card:before{width:570px;height:570px;right:-280px;bottom:-360px}.home-hero__card:after{width:390px;height:390px;left:-210px;top:-240px}
.home-hero__content{position:relative;z-index:2;align-self:center;padding:64px 65px;color:#fff}.home-eyebrow{display:inline-flex;align-items:center;gap:9px;padding:7px 13px;margin-bottom:22px;border:1px solid rgba(255,255,255,.15);border-radius:99px;background:rgba(255,255,255,.08);font-size:12px;color:#eaf2f6}.home-eyebrow b{width:7px;height:7px;border-radius:50%;background:#59d69d;box-shadow:0 0 0 5px rgba(89,214,157,.13)}
.home-hero h1{max-width:680px;font-size:42px;line-height:1.55;letter-spacing:-.7px}.home-hero h1 strong{display:block;color:#ffd17e;font-size:.87em}.home-hero__content>p{max-width:610px;margin:16px 0 28px;color:#d6e4ec;font-size:14px;line-height:2}.home-hero__actions{display:flex;align-items:center;gap:11px;flex-wrap:wrap}.home-hero__actions .btn{min-width:150px}.home-hero__actions .btn-primary span{font-size:20px;line-height:1}.home-hero__facts{display:flex;gap:18px;flex-wrap:wrap;margin-top:25px;color:#c5d7e1;font-size:10px}.home-hero__facts span{white-space:nowrap}
.home-hero__visual{position:relative;z-index:1;display:grid;place-items:center;padding:38px 32px 58px}.home-hero__visual>img{position:relative;z-index:2;width:min(100%,580px);height:410px;object-fit:contain;filter:drop-shadow(0 25px 25px rgba(0,0,0,.28))}.home-hero__glow{position:absolute;width:390px;height:390px;border-radius:50%;background:radial-gradient(circle,rgba(255,217,151,.25),rgba(255,255,255,.03) 58%,transparent 70%)}.home-hero__note{position:absolute;z-index:3;left:30px;bottom:28px;display:flex;align-items:center;gap:11px;max-width:320px;padding:13px 16px;border:1px solid rgba(255,255,255,.6);border-radius:17px;background:rgba(255,255,255,.95);box-shadow:0 18px 38px rgba(6,25,37,.22);color:var(--ink)}.home-hero__note>span{flex:0 0 42px;width:42px;height:42px;display:grid;place-items:center;border-radius:13px;background:#e5f7ef;color:var(--success);font-weight:900}.home-hero__note strong,.home-hero__note small{display:block}.home-hero__note strong{font-size:12px}.home-hero__note small{font-size:9px;color:var(--muted);margin-top:2px}
.home-trust{position:relative;z-index:3;margin-top:-6px}.home-trust__grid{display:grid;grid-template-columns:repeat(4,1fr);overflow:hidden;border:1px solid var(--line);border-radius:20px;background:#fff;box-shadow:0 15px 35px rgba(21,48,65,.07)}.home-trust article{display:flex;align-items:center;gap:12px;padding:20px;border-left:1px solid var(--line)}.home-trust article:last-child{border-left:0}.home-trust article>span{flex:0 0 44px;width:44px;height:44px;display:grid;place-items:center;border-radius:14px;background:#edf4f8;color:var(--brand)}.home-trust svg{width:23px;height:23px;fill:none;stroke:currentColor;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round}.home-trust strong,.home-trust small{display:block}.home-trust strong{font-size:13px}.home-trust small{font-size:9px;color:var(--muted);margin-top:2px}
.home-category-grid{display:grid;grid-template-columns:repeat(8,minmax(0,1fr));gap:12px}.home-category-card{min-width:0;padding:18px 10px 15px;border:1px solid var(--line);border-radius:20px;background:#fff;text-align:center;transition:.25s}.home-category-card:hover{transform:translateY(-5px);border-color:#b9cedb;box-shadow:0 14px 30px rgba(21,48,65,.09)}.home-category-card>span{width:86px;height:86px;display:grid;place-items:center;margin:0 auto 11px;border-radius:25px;background:linear-gradient(145deg,#f5f8fa,#edf3f6)}.home-category-card img{width:70px;height:70px;object-fit:contain}.home-category-card strong,.home-category-card small{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.home-category-card strong{font-size:12px}.home-category-card small{font-size:9px;color:var(--muted);margin-top:3px}
.home-deals__layout{display:grid;grid-template-columns:1.08fr .92fr;gap:18px}.home-campaign{position:relative;min-height:355px;display:flex;align-items:center;overflow:hidden;padding:46px;border-radius:26px;background:linear-gradient(125deg,#8b3128,#d56b43);color:#fff;box-shadow:0 18px 40px rgba(139,49,40,.16)}.home-campaign>div{position:relative;z-index:2;max-width:500px}.home-campaign__badge{display:inline-flex;padding:5px 11px;margin-bottom:12px;border-radius:99px;background:rgba(255,255,255,.14);border:1px solid rgba(255,255,255,.2);font-size:10px}.home-campaign h3{font-size:29px;line-height:1.6}.home-campaign p{margin:8px 0 21px;color:#ffe5dc;font-size:12px;line-height:2}.home-campaign__shape{position:absolute;left:-70px;bottom:-130px;width:330px;height:330px;border-radius:50%;background:rgba(255,255,255,.08);box-shadow:0 0 0 52px rgba(255,255,255,.035)}
.home-deal-list{display:grid;gap:10px}.home-deal-list>a{position:relative;display:grid;grid-template-columns:96px minmax(0,1fr) auto;align-items:center;gap:12px;min-height:108px;padding:10px 12px;border:1px solid var(--line);border-radius:18px;background:#fff;transition:.2s}.home-deal-list>a:hover{border-color:#c2d4df;box-shadow:0 10px 24px rgba(21,48,65,.08);transform:translateX(-2px)}.home-deal-list__image{width:88px;height:88px;display:grid;place-items:center;border-radius:14px;background:#f4f7f9}.home-deal-list__image img{width:76px;height:76px;object-fit:contain}.home-deal-list__info{min-width:0}.home-deal-list__info>small{display:block;color:var(--muted);font-size:9px}.home-deal-list__info>strong{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:11px;margin:2px 0 7px}.home-deal-list__info>b{color:var(--brand);font-size:14px}.home-deal-list__info>b small{font-size:8px}.home-deal-list em{padding:4px 7px;border-radius:8px;background:#fff0e8;color:#b74732;font-size:10px;font-style:normal;font-weight:800}.home-deal-empty{display:grid;place-content:center;min-height:100%;padding:30px;border:1px dashed #c8d5de;border-radius:22px;background:#fff;text-align:center}.home-deal-empty strong{color:var(--brand)}.home-deal-empty p{font-size:11px;color:var(--muted);margin-top:6px}
.homepage-v25 .product-card{border-radius:21px}.homepage-v25 .product-card__media{height:245px;padding:25px}.homepage-v25 .product-card__body{padding:17px}.homepage-v25 .product-title{font-size:13px}.homepage-v25 .card-actions{grid-template-columns:1fr 1fr}.homepage-v25 .card-actions .btn{min-width:0}.homepage-v25 .compare-card-button{border:0;background:#f2f6f8;color:var(--brand)}
.home-smart{padding:0 0 18px}.home-smart__inner{display:flex;align-items:center;justify-content:space-between;gap:35px;padding:39px 45px;overflow:hidden;border-radius:26px;background:radial-gradient(circle at 6% 5%,rgba(227,155,45,.25),transparent 25%),linear-gradient(125deg,#102d42,#1c526f);color:#fff}.home-smart__inner>div:first-child{max-width:720px}.home-smart__inner>div:first-child>span,.home-newsletter>div>span{color:#ffd17e;font-size:10px;font-weight:700}.home-smart h2{font-size:25px;margin:4px 0}.home-smart p{color:#d2e0e7;font-size:11px}.home-smart__inner>div:last-child{display:flex;gap:9px;flex-wrap:wrap;justify-content:flex-end}.home-smart .btn{white-space:nowrap}
.home-newsletter{position:relative;overflow:hidden}.home-newsletter:after{content:'';position:absolute;left:-80px;top:-120px;width:300px;height:300px;border:1px solid rgba(255,255,255,.08);border-radius:50%}.home-newsletter>div,.home-newsletter>form{position:relative;z-index:1}
.homepage-v25 .section-head>a{padding:7px 10px;border-radius:9px}.homepage-v25 .section-head>a:hover{background:#edf3f6}
@media(max-width:1180px){.home-category-grid{grid-template-columns:repeat(4,1fr)}.home-hero__content{padding:52px 46px}.home-hero h1{font-size:36px}}
@media(max-width:980px){.home-hero{padding-top:18px}.home-hero__card{grid-template-columns:1fr;min-height:0}.home-hero__content{padding:43px 34px 25px}.home-hero__visual{min-height:330px;padding:10px 28px 55px}.home-hero__visual>img{height:300px}.home-trust__grid{grid-template-columns:1fr 1fr}.home-trust article:nth-child(2){border-left:0}.home-trust article:nth-child(-n+2){border-bottom:1px solid var(--line)}.home-deals__layout{grid-template-columns:1fr}.home-campaign{min-height:285px}.home-smart__inner{align-items:flex-start;flex-direction:column}.home-smart__inner>div:last-child{justify-content:flex-start}.homepage-v25 .product-card__media{height:220px}}
@media(max-width:620px){.home-hero__card{border-radius:24px}.home-hero__content{padding:31px 22px 20px}.home-eyebrow{font-size:10px;margin-bottom:15px}.home-hero h1{font-size:27px;line-height:1.6}.home-hero__content>p{font-size:11px;margin:11px 0 20px}.home-hero__actions{display:grid;grid-template-columns:1fr 1fr}.home-hero__actions .btn{min-width:0;padding-inline:8px;font-size:11px}.home-hero__facts{gap:9px;margin-top:18px;font-size:8px}.home-hero__visual{min-height:255px;padding:0 18px 48px}.home-hero__visual>img{height:225px}.home-hero__glow{width:240px;height:240px}.home-hero__note{left:12px;right:12px;bottom:12px;max-width:none;padding:9px 11px}.home-hero__note>span{width:35px;height:35px;flex-basis:35px}.home-trust__grid{display:flex;overflow-x:auto;scroll-snap-type:x mandatory;border-radius:16px}.home-trust article{flex:0 0 78%;border:0!important;border-left:1px solid var(--line)!important;scroll-snap-align:start;padding:15px}.home-trust article:last-child{border-left:0!important}.home-category-grid{display:flex;overflow-x:auto;gap:10px;padding:3px 2px 14px;scroll-snap-type:x mandatory}.home-category-card{flex:0 0 132px;scroll-snap-align:start}.home-category-card>span{width:74px;height:74px}.home-category-card img{width:60px;height:60px}.home-campaign{min-height:260px;padding:28px}.home-campaign h3{font-size:22px}.home-deal-list>a{grid-template-columns:80px minmax(0,1fr) auto}.home-deal-list__image{width:74px;height:74px}.home-deal-list__image img{width:64px;height:64px}.homepage-v25 .product-card__media{height:178px;padding:18px}.homepage-v25 .card-actions{grid-template-columns:1fr}.home-smart__inner{padding:28px 23px;border-radius:21px}.home-smart h2{font-size:20px}.home-smart__inner>div:last-child{display:grid;width:100%;grid-template-columns:1fr}.home-newsletter-section{padding-top:35px}}

/* Mobile bottom navigation v2.6 */
.mobile-bottom-nav{display:none}
@media(max-width:980px){
  body.has-mobile-bottom-nav{padding-bottom:calc(76px + env(safe-area-inset-bottom,0px))}
  .mobile-bottom-nav{position:fixed;z-index:80;right:0;bottom:0;left:0;min-height:64px;display:grid;grid-template-columns:repeat(4,minmax(0,1fr));align-items:start;padding:5px max(6px,env(safe-area-inset-right,0px)) calc(5px + env(safe-area-inset-bottom,0px)) max(6px,env(safe-area-inset-left,0px));border-top:1px solid rgba(189,203,212,.8);background:rgba(255,255,255,.97);box-shadow:0 -10px 30px rgba(15,43,64,.11);backdrop-filter:blur(16px);transition:transform .2s ease,opacity .2s ease}
  .mobile-bottom-nav__item{position:relative;min-width:0;min-height:54px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:3px;padding:3px 2px;border:0;border-radius:13px;background:transparent;color:#6d7b85;font-size:9px;font-weight:700;line-height:1.2;transition:.18s}
  .mobile-bottom-nav__item svg{width:23px;height:23px;fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round}
  .mobile-bottom-nav__item:active{transform:scale(.96)}
  .mobile-bottom-nav__item.active{color:var(--brand);background:#edf4f8}
  .mobile-bottom-nav__item.active:after{content:'';position:absolute;top:-5px;width:29px;height:3px;border-radius:0 0 6px 6px;background:var(--accent)}
  .mobile-bottom-nav__cart{position:relative;display:block}
  .mobile-bottom-nav__badge{position:absolute;right:calc(100% + 1px);bottom:18px;min-width:18px;height:18px;display:grid;place-items:center;padding:0 4px;border:2px solid #fff;border-radius:99px;background:var(--accent);color:#17222b;font-size:9px;line-height:1}
  .mobile-bottom-nav__badge.is-empty{display:none}
  body.mobile-keyboard-open .mobile-bottom-nav{transform:translateY(110%);opacity:0;pointer-events:none}
  body.nav-open{overflow:hidden;touch-action:none}
  body.nav-open .mobile-bottom-nav{opacity:0;pointer-events:none}
  body.has-mobile-bottom-nav .toast{bottom:calc(78px + env(safe-area-inset-bottom,0px))}
}

/* Home, mobile commerce and material component refresh v2.6 */
.homepage-v26{background:#f5f6f7}.homepage-v26 .home-hero,.homepage-v26 .home-trust,.homepage-v26 .home-categories,.homepage-v26 .home-products,.homepage-v26 .home-blog,.homepage-v26 .home-newsletter-section{background:transparent}.homepage-v26 .section-soft{background:#eef2f4}.homepage-v26 .section-head{align-items:center}.homepage-v26 .section-head>a{border:1px solid var(--line);background:#fff}
.home-festival-section{padding:18px 0 52px}.home-festival{display:grid;grid-template-columns:245px minmax(0,1fr);gap:15px;padding:18px;overflow:hidden;border-radius:27px;background:linear-gradient(135deg,#173b57,#245e7e);box-shadow:0 18px 45px rgba(15,43,64,.17)}.home-festival__intro{display:flex;flex-direction:column;align-items:flex-start;padding:22px 17px;color:#fff}.home-festival__intro>span{padding:5px 10px;border:1px solid rgba(255,255,255,.2);border-radius:99px;background:rgba(255,255,255,.09);font-size:10px}.home-festival__intro h2{margin:10px 0 5px;font-size:24px;line-height:1.55}.home-festival__intro p{color:#d9e7ee;font-size:10px;line-height:2}.home-festival__intro>a{margin-top:auto;color:#ffd17e;font-size:11px;font-weight:800}.home-festival__countdown{width:100%;margin:18px 0;padding:10px 12px;border-radius:13px;background:rgba(255,255,255,.1)}.home-festival__countdown b,.home-festival__countdown small{display:block}.home-festival__countdown b{direction:ltr;text-align:right;font-size:16px}.home-festival__countdown small{color:#c8dae4;font-size:9px}.home-festival__rail{min-width:0;display:flex;gap:9px;overflow-x:auto;padding:1px 1px 9px;scroll-snap-type:x proximity;scrollbar-color:rgba(255,255,255,.35) transparent}.home-festival-card{flex:0 0 198px;display:flex;flex-direction:column;scroll-snap-align:start;padding:12px;border-radius:18px;background:#fff;transition:.2s}.home-festival-card:hover{transform:translateY(-3px)}.home-festival-card__image{position:relative;height:156px;display:grid;place-items:center;margin-bottom:8px;border-radius:14px;background:#f5f7f8}.home-festival-card__image img{width:142px;height:142px;object-fit:contain}.home-festival-card__image em{position:absolute;right:7px;bottom:7px;padding:3px 7px;border-radius:8px;background:#d65c42;color:#fff;font-size:10px;font-style:normal;font-weight:900}.home-festival-card>small{color:var(--muted);font-size:8px}.home-festival-card>strong{height:43px;overflow:hidden;margin:2px 0 8px;font-size:11px;line-height:1.85}.home-festival-card__old{height:18px;color:#9aa3aa;font-size:9px;text-decoration:line-through}.home-festival-card__shipping{height:18px;color:#2f7a59;font-size:9px;font-weight:800}.home-festival-card>b{color:var(--brand);font-size:14px;text-align:left}.home-festival-card>b small{font-size:8px}
.mobile-header__spacer{width:47px;height:47px}.drawer-head>div{display:flex;flex-direction:column}.drawer-head>div small{color:var(--muted);font-size:9px}.mobile-category-sheet{position:fixed;inset:0;z-index:140;pointer-events:none;visibility:hidden}.mobile-category-sheet__overlay{position:absolute;inset:0;background:rgba(9,22,32,.58);opacity:0;transition:.22s}.mobile-category-sheet__panel{position:absolute;right:0;bottom:0;left:0;max-height:min(82vh,720px);overflow:auto;padding:8px 16px calc(20px + env(safe-area-inset-bottom,0px));border-radius:26px 26px 0 0;background:#fff;box-shadow:0 -22px 60px rgba(9,22,32,.24);transform:translateY(105%);transition:transform .25s}.mobile-category-sheet.is-open{pointer-events:auto;visibility:visible}.mobile-category-sheet.is-open .mobile-category-sheet__overlay{opacity:1}.mobile-category-sheet.is-open .mobile-category-sheet__panel{transform:none}.mobile-category-sheet__handle{display:block;width:43px;height:4px;margin:1px auto 10px;border-radius:99px;background:#cbd4da}.mobile-category-sheet header{display:flex;align-items:center;justify-content:space-between;gap:15px;padding-bottom:13px;border-bottom:1px solid var(--line)}.mobile-category-sheet header>div{display:flex;flex-direction:column}.mobile-category-sheet header strong{font-size:16px}.mobile-category-sheet header small{font-size:9px;color:var(--muted)}.mobile-category-sheet__all{display:flex;align-items:center;gap:12px;margin:13px 0;padding:12px;border-radius:15px;background:#edf4f8;color:var(--brand)}.mobile-category-sheet__all>svg{width:27px;height:27px;fill:none;stroke:currentColor}.mobile-category-sheet__all>span{display:flex;flex-direction:column}.mobile-category-sheet__all strong{font-size:12px}.mobile-category-sheet__all small{font-size:9px;color:var(--muted)}.mobile-category-sheet__grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:9px}.mobile-category-sheet__grid>a{min-width:0;display:flex;flex-direction:column;align-items:center;gap:6px;padding:10px 5px;border:1px solid var(--line);border-radius:15px;text-align:center}.mobile-category-sheet__grid>a.active{border-color:var(--brand);background:#f4f8fa;color:var(--brand)}.mobile-category-sheet__grid>a>span{width:62px;height:62px;display:grid;place-items:center;border-radius:18px;background:#f5f7f8}.mobile-category-sheet__grid img{width:54px;height:54px;object-fit:contain}.mobile-category-sheet__grid strong{max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:10px}
.mobile-product-buybar{display:none}.checkout-account-note{display:flex;align-items:center;gap:12px;margin-bottom:15px;padding:14px 16px;border:1px solid #cbe4d8;border-radius:16px;background:#f1faf6}.checkout-account-note>span{flex:0 0 38px;width:38px;height:38px;display:grid;place-items:center;border-radius:12px;background:#d8f2e5;color:var(--success);font-weight:900}.checkout-account-note strong,.checkout-account-note small{display:block}.checkout-account-note strong{font-size:12px}.checkout-account-note small{margin-top:2px;color:var(--muted);font-size:9px}.order-account-created{max-width:720px;display:grid;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:13px;margin:22px auto;padding:15px;border:1px solid #cfe0ea;border-radius:17px;background:#f4f8fa;text-align:right}.order-account-created>span{width:42px;height:42px;display:grid;place-items:center;border-radius:13px;background:#e3edf3}.order-account-created strong{font-size:13px}.order-account-created p{margin:2px 0 0;font-size:10px}.order-account-created .btn{min-height:40px;font-size:10px}.shop-toolbar__filter{display:flex;align-items:center;gap:9px}.shop-toolbar__sort{display:flex;align-items:center;gap:8px}.shop-toolbar__sort label{font-size:10px;color:var(--muted)}.btn.is-added{background:#16845b!important;color:#fff!important}.cart-added-pulse{animation:cartAddedPulse .62s ease}@keyframes cartAddedPulse{45%{transform:scale(1.16);color:var(--success)}}

@media(max-width:980px){
  .mobile-header{display:grid!important;grid-template-columns:47px minmax(0,1fr) 47px}.mobile-header .logo{max-width:100%;justify-self:center}
  .home-festival{grid-template-columns:1fr;padding:14px}.home-festival__intro{padding:12px 8px}.home-festival__intro h2{font-size:20px}.home-festival__intro p{max-width:520px}.home-festival__intro>a{margin-top:10px}.home-festival__countdown{max-width:300px;margin:12px 0 0}.home-festival-card{flex-basis:176px}.home-festival-card__image{height:140px}.home-festival-card__image img{width:126px;height:126px}
  body[data-page="product"].has-mobile-bottom-nav{padding-bottom:calc(148px + env(safe-area-inset-bottom,0px))}.mobile-product-buybar{position:fixed;z-index:75;right:8px;bottom:calc(68px + env(safe-area-inset-bottom,0px));left:8px;display:grid;grid-template-columns:minmax(0,1fr) minmax(150px,1.1fr);align-items:center;gap:10px;padding:9px 11px;border:1px solid rgba(189,203,212,.9);border-radius:17px;background:rgba(255,255,255,.98);box-shadow:0 -9px 30px rgba(15,43,64,.14);backdrop-filter:blur(15px);transition:.2s}.mobile-product-buybar>div{min-width:0;display:flex;flex-direction:column}.mobile-product-buybar>div small{font-size:8px;color:var(--muted)}.mobile-product-buybar>div strong{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:var(--brand);font-size:12px}.mobile-product-buybar .btn{min-height:43px;padding:8px;font-size:10px}body.mobile-keyboard-open .mobile-product-buybar,body.nav-open .mobile-product-buybar{transform:translateY(160%);opacity:0;pointer-events:none}
  .shop-toolbar{position:sticky;top:123px;z-index:55;align-items:center!important;flex-wrap:nowrap!important;gap:8px!important;margin:0 -5px 16px;padding:8px;border:1px solid var(--line);border-radius:15px;background:rgba(255,255,255,.97);box-shadow:0 8px 22px rgba(15,43,64,.08);backdrop-filter:blur(12px)}.shop-toolbar__filter,.shop-toolbar__sort{min-width:0;flex:1}.shop-toolbar__filter small{display:none}.shop-toolbar__sort label{display:none}.filter-toggle,.shop-toolbar__sort .sort-select{width:100%;min-height:43px;justify-content:center;border-color:var(--line);border-radius:11px;background:#f5f7f8;color:var(--brand);font-weight:800}.filter-toggle span{font-size:17px}
}
@media(max-width:620px){.home-festival-section{padding-top:8px}.home-festival{margin-inline:-3px;border-radius:22px}.home-festival__rail{margin-left:-8px}.home-festival-card{flex-basis:164px}.home-festival-card__image{height:130px}.home-festival-card__image img{width:118px;height:118px}.mobile-category-sheet__grid{grid-template-columns:repeat(3,minmax(0,1fr))}.order-account-created{grid-template-columns:auto 1fr}.order-account-created .btn{grid-column:1/-1;width:100%}}
@media(min-width:981px){.mobile-category-sheet{display:none}}
@media(max-width:980px){body.filter-open{overflow:hidden;touch-action:none}.filters.is-open{box-shadow:-100vw 0 0 100vw rgba(9,22,32,.52),-18px 0 48px rgba(9,22,32,.2)}}

/* Warm commercial palette v2.6.1 */
.search input{background:#fbf6ef}.search input:focus{background:#fffdf9;border-color:#b97b21;box-shadow:0 0 0 4px rgba(230,162,60,.16)}
.main-nav{border-top-color:#eee4d9}.nav-links a:hover,.nav-links a.active{background:#fbf2e5}.icon-btn{border-color:#e9ded1;background:#fffdf9}.icon-btn:hover{border-color:var(--accent);background:#fff8ee}
.btn-primary{background:linear-gradient(135deg,#e6a23c,#f2b858);color:#17222b;box-shadow:0 8px 18px rgba(184,116,20,.18)}.btn-primary:hover{background:linear-gradient(135deg,#edae4e,#f6c36d);box-shadow:0 11px 23px rgba(184,116,20,.24)}.btn-outline{border-color:#c8954a;background:#fffaf3}.btn-outline:hover{border-color:var(--accent);background:#fff1dc}.discount,.festival-pill{background:#fff0eb!important;color:#b94b35!important}.stock{color:#137856;font-weight:700}
.page-hero{background:linear-gradient(120deg,#f8f1e7,#fffaf4 62%,#eef6f1)}.filters,.order-summary,.checkout-card,.content-card{background:#fff}.product-card{border-color:#eadfd3;box-shadow:0 5px 18px rgba(68,47,27,.035)}.product-card:hover{border-color:#e4c89f;box-shadow:0 18px 42px rgba(68,47,27,.12)}.product-card__media{background:linear-gradient(180deg,#fffdf9,#f8f2e9)}.product-card__footer{border-top-color:#eee3d7}.purchase-box{border-color:#eadfd3;background:#fffdf9}.product-gallery{border-color:#eadfd3;background:linear-gradient(145deg,#fffdf9,#f6efe5)}
.homepage-v26{background:#fffaf4}.homepage-v26 .section-soft{background:#f2ebe2}.homepage-v26 .section-title>span{color:var(--coral)}.homepage-v26 .section-head>a{border-color:#eadfd3;background:#fffdf9}.homepage-v26 .section-head>a:hover{border-color:#e0b573;background:#fff1dd}
.home-hero{background:radial-gradient(circle at 8% 10%,rgba(230,162,60,.22),transparent 27%),radial-gradient(circle at 92% 88%,rgba(216,102,74,.12),transparent 24%),linear-gradient(180deg,#fbf4ea 0,#fffaf4 100%)}.home-hero__card{background:linear-gradient(128deg,#102d42 0,#194866 61%,#286d85 100%);box-shadow:0 28px 72px rgba(15,43,64,.22)}.home-hero__card:after{border-color:rgba(255,209,126,.22);box-shadow:0 0 0 55px rgba(216,102,74,.035)}.home-hero__glow{background:radial-gradient(circle,rgba(255,202,111,.38),rgba(255,255,255,.05) 56%,transparent 71%)}.home-hero h1 strong{color:#ffd486}.home-eyebrow{border-color:rgba(255,212,134,.28);background:rgba(255,231,190,.1)}.home-hero__note{border-color:#f2dfc3;background:rgba(255,252,246,.96)}.home-hero__note>span{background:#e4f4eb}
.home-trust__grid{border-color:#eadfd3;box-shadow:0 16px 38px rgba(68,47,27,.08)}.home-trust article{border-left-color:#eadfd3}.home-trust article:nth-child(4n+1)>span{background:#fff0d8;color:#9e6416}.home-trust article:nth-child(4n+2)>span{background:#e7f3ec;color:#137856}.home-trust article:nth-child(4n+3)>span{background:#e9f2f7;color:#245d7a}.home-trust article:nth-child(4n)>span{background:#fbeae5;color:#b7503a}
.home-category-card{border-color:#eadfd3;background:#fffdf9;box-shadow:0 7px 20px rgba(68,47,27,.04)}.home-category-card:hover{border-color:#e3bd83;box-shadow:0 16px 34px rgba(68,47,27,.11)}.home-category-card:nth-child(6n+1)>span{background:linear-gradient(145deg,#fff4df,#f9e6c5)}.home-category-card:nth-child(6n+2)>span{background:linear-gradient(145deg,#edf7f1,#dceee4)}.home-category-card:nth-child(6n+3)>span{background:linear-gradient(145deg,#fceee9,#f6ded6)}.home-category-card:nth-child(6n+4)>span{background:linear-gradient(145deg,#eef6fa,#dfeef5)}.home-category-card:nth-child(6n+5)>span{background:linear-gradient(145deg,#f5eef9,#eadff2)}.home-category-card:nth-child(6n)>span{background:linear-gradient(145deg,#f5f2e7,#ebe5d2)}
.home-festival{position:relative;background:radial-gradient(circle at 8% 12%,rgba(255,205,119,.19),transparent 26%),linear-gradient(135deg,#173b57 0,#245e78 64%,#9c5148 145%);box-shadow:0 20px 50px rgba(44,38,32,.18)}.home-festival__intro>span{border-color:rgba(255,215,147,.3);background:rgba(255,215,147,.1);color:#ffe1ae}.home-festival__countdown{border:1px solid rgba(255,224,172,.15);background:rgba(255,244,225,.11)}.home-festival-card{border:1px solid rgba(255,255,255,.72);background:#fffdf9}.home-festival-card__image{background:linear-gradient(145deg,#fffaf4,#f4ede4)}.home-festival-card__image em{background:linear-gradient(135deg,#d8664a,#be4d3a)}.home-festival-card>b{color:#173b57}
.homepage-v26 .home-products .product-card{background:#fffdf9}.homepage-v26 .home-products .product-card:nth-child(4n+1){border-top:3px solid #e8bd79}.homepage-v26 .home-products .product-card:nth-child(4n+2){border-top:3px solid #9fcbb2}.homepage-v26 .home-products .product-card:nth-child(4n+3){border-top:3px solid #e6a99b}.homepage-v26 .home-products .product-card:nth-child(4n){border-top:3px solid #9dc5d8}
.home-smart__inner{background:radial-gradient(circle at 8% 12%,rgba(230,162,60,.3),transparent 27%),linear-gradient(125deg,#102f44,#245c74)}.home-newsletter{background:radial-gradient(circle at 8% 5%,rgba(230,162,60,.26),transparent 27%),linear-gradient(125deg,#14364e,#1e536c)}.site-footer{background:linear-gradient(135deg,#0e2536,#17394d)}
.checkout-account-note{border-color:#c8dfd2;background:#edf8f2}.order-account-created{border-color:#e4d3bc;background:#fff8ef}.payment-method:has(input:checked){border-color:#d8a252;background:#fff8ed}.field input:focus,.field textarea:focus,.field select:focus{border-color:#c78a31;box-shadow:0 0 0 3px rgba(230,162,60,.14)}
.mobile-category-sheet__panel{background:#fffdf9}.mobile-category-sheet__all{background:linear-gradient(135deg,#fff0d9,#fbf5e9)}.mobile-category-sheet__grid>a{border-color:#eadfd3;background:#fff}.mobile-category-sheet__grid>a:nth-child(5n+1)>span{background:#fff0d9}.mobile-category-sheet__grid>a:nth-child(5n+2)>span{background:#e7f3ec}.mobile-category-sheet__grid>a:nth-child(5n+3)>span{background:#fbeae5}.mobile-category-sheet__grid>a:nth-child(5n+4)>span{background:#e9f2f7}.mobile-category-sheet__grid>a:nth-child(5n)>span{background:#f2eaf6}.mobile-category-sheet__grid>a.active{border-color:#d59a43;background:#fff6e8}
@media(max-width:980px){.mobile-bottom-nav{border-top-color:#e7dacb;background:rgba(255,253,249,.98)}.mobile-bottom-nav__item.active{color:#173b57;background:#fff0d8}.mobile-bottom-nav__item.active:after{background:var(--coral)}.mobile-product-buybar{border-color:#e7dacb;background:rgba(255,253,249,.98)}.filter-toggle,.shop-toolbar__sort .sort-select{border-color:#e6d8c8;background:#fff7ec}.shop-toolbar{border-color:#e7dacb;background:rgba(255,253,249,.97)}} 

/* Customer account, Instagram mobile card and public responsive audit v2.7.1 */
main,main section,.container,.customer-content,.customer-panel,.checkout-layout>*,.cart-layout>*,.shop-layout>*,.product-detail>*{min-width:0}
.field input,.field select,.field textarea{width:100%;max-width:100%;min-width:0}.field textarea{resize:vertical}.customer-content,.account-detail-page,.checkout-card,.content-card,.ticket-message,.product-info,.cart-item{overflow-wrap:anywhere}
.public-page-title{display:flex;align-items:flex-start;justify-content:space-between;gap:18px;margin-bottom:22px}.public-page-title>div:first-child{min-width:0}.public-page-title h1{margin:2px 0 3px;color:var(--ink);font-size:26px;line-height:1.55;overflow-wrap:anywhere}.public-page-title p{font-size:11px}.public-page-actions{display:flex;flex-wrap:wrap;justify-content:flex-end;gap:8px}.public-page-actions .btn{min-height:43px;font-size:11px}.account-detail-page{background:linear-gradient(180deg,#f8f3eb 0,#fffdf9 360px)}.account-detail-page .product-page{max-width:1040px}.account-detail-page .checkout-card{background:#fff;box-shadow:0 8px 24px rgba(68,47,27,.035)}.public-table-gap{margin-top:20px}.public-form-gap{margin-top:20px}.return-quantity-input{width:90px;max-width:100%;padding:8px;border:1px solid var(--line);border-radius:9px;background:#fff}.return-request-submit{margin-top:16px}.ticket-reply-form .btn{margin-top:14px}.ticket-close-form{display:flex;justify-content:flex-end}
.table-wrap{width:100%;max-width:100%;overflow-x:auto;overscroll-behavior-inline:contain;border:1px solid var(--line);border-radius:17px;background:#fff;box-shadow:0 5px 18px rgba(68,47,27,.025);-webkit-overflow-scrolling:touch}.table-wrap>table{width:100%;min-width:680px;border-collapse:collapse}.table-wrap th,.table-wrap td{padding:13px 14px;border-bottom:1px solid var(--line);text-align:right;vertical-align:middle;font-size:11px}.table-wrap th{background:#fbf6ef;color:#40515d;font-weight:800;white-space:nowrap}.table-wrap tbody tr:last-child td{border-bottom:0}.table-wrap td small{color:var(--muted)}.compare-table{min-width:780px!important}
.home-instagram-copy{min-width:0;display:flex;flex-direction:column}.home-instagram-action{display:inline-flex;align-items:center;gap:8px;margin-right:auto;padding:8px 12px;border:1px solid rgba(255,255,255,.28);border-radius:99px;font-size:10px;font-weight:800;white-space:nowrap}.home-instagram-action i{font-size:18px;font-style:normal;line-height:1}.home-instagram-mobile-label{display:none}
.customer-stats article,.customer-profile-card>div,.customer-panel__head>div,.customer-order>*{min-width:0}.customer-panel__summary{max-width:48%;font-size:10px;text-align:left}.customer-order__amount{text-align:left}.customer-order__identity strong,.customer-order__amount strong{overflow-wrap:anywhere}

@media(max-width:1020px){
  .account-dashboard{gap:16px}.customer-sidebar{top:auto}.customer-content{gap:14px}
}

@media(max-width:760px){
  .customer-area{padding:12px 0 42px}.account-dashboard{width:min(100% - 20px,var(--container));gap:13px}.customer-sidebar{padding:12px;border-radius:19px}.customer-profile-card{padding:4px 3px 12px}.customer-profile-card img,.customer-avatar{width:46px;height:46px;border-radius:14px}.customer-nav{display:flex;gap:7px;margin-inline:-4px;padding:8px 4px 10px;overflow-x:auto;overscroll-behavior-inline:contain;scroll-snap-type:x proximity;scrollbar-width:none}.customer-nav::-webkit-scrollbar{display:none}.customer-nav a{flex:0 0 auto;min-width:max-content;margin:0;padding:9px 12px;border:1px solid var(--line);background:#fff;scroll-snap-align:start;white-space:nowrap}.customer-nav a.active{border-color:#c8a065;background:#fff3df}.customer-sidebar>form{margin-top:2px}.customer-logout{min-height:43px}.customer-welcome{display:flex;min-height:0;flex-direction:column;align-items:stretch;padding:22px 20px;border-radius:20px}.customer-welcome h1{font-size:22px}.customer-welcome p{font-size:10px}.customer-welcome .btn{width:100%;margin-top:4px}.customer-stats{gap:8px}.customer-stats article{padding:12px 10px;gap:8px;border-radius:15px}.customer-stat__icon{flex:0 0 38px;width:38px;height:38px;border-radius:11px}.customer-stats article>div{min-width:0}.customer-stats small{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:9px}.customer-stats strong{font-size:18px}.customer-panel{padding:17px;border-radius:18px}.customer-panel__head{align-items:flex-start;flex-wrap:wrap;gap:8px;margin-bottom:14px}.customer-panel__head h2{font-size:16px}.customer-panel__summary{max-width:none;width:100%;text-align:right}.customer-notice{align-items:flex-start;padding:13px}.customer-order{grid-template-columns:minmax(0,1fr) auto;gap:8px;padding:12px}.customer-order__identity{grid-column:1}.customer-order .order-status-pill{grid-column:2;justify-self:end;max-width:135px;text-align:center}.customer-order__amount{grid-column:1/-1;display:flex;align-items:center;justify-content:space-between;gap:10px;padding-top:9px;border-top:1px dashed var(--line);text-align:right!important}.customer-order__amount small{margin:0!important}.customer-order__arrow{display:none}.customer-quick-actions>div:last-child{grid-template-columns:repeat(3,minmax(0,1fr));overflow-x:auto}.customer-quick-actions a{min-width:112px}.wishlist-card{grid-template-columns:76px minmax(0,1fr);padding:10px}.wishlist-card img{width:76px;height:76px}.customer-panel form>.btn{width:100%}
  .account-detail-page .product-page{width:min(100% - 20px,var(--container));padding:22px 0 50px}.public-page-title{flex-direction:column;gap:12px;margin-bottom:17px}.public-page-title h1{font-size:22px}.public-page-actions{width:100%;display:grid;grid-template-columns:repeat(2,minmax(0,1fr))}.public-page-actions .btn:only-child{grid-column:1/-1}.order-meta{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}.order-meta>div{min-width:0;padding:12px;border-radius:13px;overflow-wrap:anywhere}.account-detail-page .checkout-card,.support-page .checkout-card{padding:16px;border-radius:16px}.account-detail-page .checkout-card h2,.support-page .checkout-card h2{font-size:15px;margin-bottom:13px}.public-table-gap{margin-top:14px}.ticket-message{width:94%;max-width:94%;padding:13px}.ticket-message header{align-items:flex-start;flex-direction:column;gap:2px}.ticket-message p{font-size:11px}.ticket-reply-form .btn,.ticket-close-form .btn,.return-request-submit{width:100%}
  .responsive-table{min-width:0!important;display:block;padding:8px;background:#f8f3eb}.responsive-table thead{display:none}.responsive-table tbody,.responsive-table tr,.responsive-table td{display:block;width:100%;min-width:0}.responsive-table tr{margin-bottom:8px;padding:6px 11px;border:1px solid var(--line);border-radius:13px;background:#fff;box-shadow:0 4px 12px rgba(68,47,27,.03)}.responsive-table tr:last-child{margin-bottom:0}.responsive-table td{display:grid;grid-template-columns:minmax(94px,34%) minmax(0,1fr);gap:10px;align-items:start;padding:8px 0;border:0;border-bottom:1px dashed var(--line);font-size:11px;text-align:right}.responsive-table td:last-child{border-bottom:0}.responsive-table td:before{content:attr(data-label);color:var(--muted);font-size:10px;font-weight:800}.responsive-table td[colspan]{display:block}.responsive-table td[colspan]:before{display:none}.responsive-table__total td:first-child{display:none}.responsive-table__total td:last-child{display:grid;color:var(--brand);font-size:13px}.responsive-table__empty td{display:block!important;text-align:center}.responsive-table__empty td:before{display:none}.return-quantity-input{width:74px}.public-form-gap{margin-top:16px}
  .home-instagram-section{padding:30px 0 16px}.home-instagram-section>.container{width:min(100% - 20px,var(--container))}.home-instagram-stage{display:flex;flex-direction:column;gap:10px;min-height:0;padding:13px;border:1px solid #efd7cd;border-radius:25px;background:linear-gradient(145deg,#fff5ed,#f8eaf3 48%,#eef5fa);box-shadow:0 16px 38px rgba(93,50,62,.1)}.home-instagram-phone{position:relative;left:auto;top:auto;order:1;width:100%;height:auto;aspect-ratio:2048/1578;margin:0;padding:0;border:0;border-radius:18px;background:#fff;box-shadow:0 8px 23px rgba(26,36,44,.14);transform:none}.home-instagram-phone__screen{border-radius:18px}.home-instagram-phone__screen img{object-fit:cover;object-position:center top}.home-instagram-phone__speaker{display:none}.home-instagram-mobile-label{position:absolute;right:9px;bottom:9px;left:9px;display:flex;align-items:center;justify-content:space-between;gap:10px;padding:8px 11px;border:1px solid rgba(255,255,255,.82);border-radius:12px;background:rgba(255,255,255,.9);box-shadow:0 5px 18px rgba(15,43,64,.12);backdrop-filter:blur(9px);color:var(--ink)}.home-instagram-mobile-label b{font-size:10px}.home-instagram-mobile-label small{color:var(--muted);font-size:8px}.home-instagram-banner{position:relative;right:auto;top:auto;order:2;width:100%;height:auto;min-height:78px;padding:10px 11px;border:1px solid rgba(214,141,169,.28);border-radius:17px;background:rgba(255,255,255,.88);box-shadow:none;color:var(--ink)}.home-instagram-icon{flex:0 0 46px;width:46px;height:46px;border-radius:14px;background:linear-gradient(45deg,#f09433,#dc2743 58%,#bc1888);color:#fff}.home-instagram-icon svg{width:28px;height:28px}.home-instagram-banner strong{font-size:13px;line-height:1.6}.home-instagram-banner b{color:var(--muted);font-size:10px}.home-instagram-action{margin-right:auto;padding:7px 9px;border:0;background:#f8eaf1;color:#a93068;font-size:8px}.home-instagram-action i{font-size:14px}
  .page-hero{padding:24px 0}.page-hero h1{font-size:23px}.breadcrumb{flex-wrap:wrap}.content-card{overflow-wrap:anywhere}.footer-bottom__inner{align-items:flex-start}.order-account-created{width:100%;max-width:100%}
}

@media(max-width:560px){
  .auth-layout,.auth-layout--register{width:calc(100% - 16px);border-radius:19px}.auth-showcase{padding:20px 18px}.auth-panel,.auth-panel--register{padding:22px 16px}.auth-methods a{min-width:0;padding:10px}.auth-methods a>span{min-width:0;overflow-wrap:anywhere}.cart-layout,.checkout-layout{width:min(100% - 20px,var(--container));padding-top:22px}.cart-items,.order-summary,.checkout-card{border-radius:16px}.cart-item{grid-template-columns:72px minmax(0,1fr);gap:11px;padding:13px}.cart-item img{width:72px;height:72px;padding:7px}.cart-item h3{line-height:1.7;overflow-wrap:anywhere}.cart-item-price{width:100%;gap:10px;text-align:right}.coupon-form{grid-template-columns:1fr 1fr}.coupon-form input{grid-column:1/-1}.checkout-card{padding:16px}.payment-method{padding:11px}.product-detail{gap:20px}.product-info__summary{flex-wrap:wrap;gap:8px 15px}.purchase-row{align-items:flex-start;gap:8px}.purchase-price{min-width:0}.purchase-price .price{font-size:21px}.product-tabs{margin-top:23px;border-radius:15px}.tab-content{padding:17px}.spec-table td{padding:9px;overflow-wrap:anywhere}.shop-layout{width:min(100% - 20px,var(--container));padding-top:20px}.shop-toolbar{top:119px}.filter-toggle,.shop-toolbar__sort .sort-select{font-size:10px}.compare-context{align-items:flex-start;flex-direction:column}.compare-context .btn{width:100%}
}

@media(max-width:420px){
  .public-page-actions{grid-template-columns:1fr}.public-page-actions .btn{grid-column:auto!important;width:100%}.order-meta{grid-template-columns:1fr}.customer-stats{grid-template-columns:repeat(2,minmax(0,1fr))}.customer-stats article{display:grid;grid-template-columns:34px minmax(0,1fr)}.customer-stat__icon{width:34px;height:34px;flex-basis:34px}.customer-stats strong{font-size:16px}.customer-panel{padding:14px}.customer-quick-actions>div:last-child{display:flex}.customer-order .order-status-pill{max-width:115px;font-size:9px}.responsive-table td{grid-template-columns:minmax(82px,38%) minmax(0,1fr);gap:8px}.home-instagram-stage{padding:9px;border-radius:20px}.home-instagram-phone,.home-instagram-phone__screen{border-radius:14px}.home-instagram-mobile-label{right:6px;bottom:6px;left:6px}.home-instagram-banner{min-height:70px;padding:8px}.home-instagram-icon{flex-basis:40px;width:40px;height:40px;border-radius:12px}.home-instagram-action{padding:7px}.home-instagram-action{font-size:0}.home-instagram-action i{font-size:16px}.cart-layout,.checkout-layout,.shop-layout{width:min(100% - 16px,var(--container))}.cart-item{grid-template-columns:64px minmax(0,1fr);padding:11px}.cart-item img{width:64px;height:64px}.purchase-row{flex-direction:column}.purchase-price{text-align:right}.newsletter{padding:24px 17px}.order-account-created{grid-template-columns:1fr;text-align:center}.order-account-created>span{margin:auto}.order-account-created .btn{grid-column:auto}.ticket-message{width:98%;max-width:98%}
}

@media(max-width:350px){.customer-stats{grid-template-columns:1fr}.product-grid{grid-template-columns:1fr}.mobile-category-sheet__grid{grid-template-columns:repeat(2,minmax(0,1fr))}}

/* Public storefront polish v2.7.3 */
.footer-contact a,.nav-left a{color:inherit}
.homepage-v25 .home-products .compare-card-button,.homepage-v25 .home-products .card-actions .btn-outline{display:none}
.homepage-v25 .home-products .card-actions{grid-template-columns:1fr}
@media(min-width:701px){
  .home-promo-card--large,.home-promo-card--medium{grid-column:span 6}
  .home-promo-card--small{grid-column:span 3}
}
@media(max-width:620px){
  .home-hero__content>p{font-size:13px}
  .home-hero__facts{font-size:11px}
  .home-hero__actions .btn{min-height:44px;font-size:12px}
}
@media(max-width:430px){
  .product-grid{grid-template-columns:1fr}
  .product-card__media,.homepage-v25 .product-card__media{height:230px}
}


/* Selected product attributes (v2.9.4) */
.product-attribute-summary{display:grid;gap:10px}.product-attribute-summary__group{display:flex;align-items:flex-start;gap:9px;flex-wrap:wrap}.product-attribute-summary__group>strong{font-size:11px;line-height:32px}.product-attribute-summary__group>div{display:flex;gap:7px;flex-wrap:wrap}.product-attribute-summary .option-chip{display:inline-flex;align-items:center;gap:6px}.product-attribute-summary .color-dot{display:inline-block;width:15px;height:15px;border-radius:50%;border:1px solid rgba(0,0,0,.15)}

/* v2.9.7 - customer mobile registration and visible logout actions */
.header-logout-form{margin:0;display:flex}.header-logout-form .header-logout-button{cursor:pointer;color:#a84040}.header-logout-form .header-logout-button:hover{border-color:#d9a3a3;background:#fff5f5;color:#b32626}.drawer-logout-form{margin-top:8px}.drawer-logout-form button{width:100%;display:flex;align-items:center;gap:10px;padding:12px 11px;border:1px solid #efcccc;border-radius:10px;background:#fff5f5;color:#a93636;font:inherit;font-weight:700;cursor:pointer;text-align:right}.drawer-logout-form button:hover{background:#ffeaea;border-color:#dda4a4}.drawer-logout-form svg{width:19px;height:19px;flex:0 0 19px}.auth-methods--register{margin-top:2px}


/* v2.10.0 - blacklist release guide and safe resend actions */
.sms-blacklist-guide{margin:12px 0;padding:16px;border:1px solid #e9c77e;border-radius:16px;background:linear-gradient(145deg,#fffaf0,#fffdf8);color:#3e3426;text-align:right;box-shadow:0 7px 20px rgba(118,78,18,.07)}
.sms-blacklist-guide__head{display:flex;align-items:flex-start;gap:11px}.sms-blacklist-guide__head>span{display:grid;place-items:center;flex:0 0 34px;width:34px;height:34px;border-radius:50%;background:#fff0c9;color:#94630d;font-size:18px;font-weight:900}.sms-blacklist-guide__head strong{display:block;color:#704a08;font-size:14px}.sms-blacklist-guide__head p{margin:4px 0 0;color:#685d4d;font-size:11px;line-height:1.9}
.sms-blacklist-guide__operators{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:9px;margin-top:13px}.sms-blacklist-guide__operators article{min-width:0;padding:12px;border:1px solid #eee0c4;border-radius:12px;background:#fff}.sms-blacklist-guide__operators h4{margin:0 0 7px;color:#173b57;font-size:12px}.sms-blacklist-guide__operators ol{margin:0;padding-right:18px;color:#5b5144;font-size:10px;line-height:1.95}.sms-blacklist-guide__operators li+li{margin-top:3px}
.sms-blacklist-guide__after{margin:12px 0 0;padding:10px;border-radius:10px;background:#edf7f1;color:#2d6047;font-size:10px;line-height:1.85}.sms-blacklist-guide__warning{margin:8px 0 0;color:#7a6851;font-size:9px;line-height:1.8}.sms-blacklist-guide__actions{display:flex;align-items:center;gap:8px;flex-wrap:wrap;margin-top:12px}.sms-blacklist-guide__actions form{margin:0}.sms-blacklist-guide__actions .btn{min-height:40px}
.sms-blacklist-guide--compact{padding:13px}.sms-blacklist-guide--compact .sms-blacklist-guide__operators{grid-template-columns:1fr}.sms-blacklist-guide--compact .sms-blacklist-guide__operators article{padding:10px}.sms-blacklist-guide--compact .sms-blacklist-guide__head p{font-size:10px}
@media(max-width:760px){.sms-blacklist-guide__operators{grid-template-columns:1fr}.sms-blacklist-guide__actions{display:grid;grid-template-columns:1fr}.sms-blacklist-guide__actions form,.sms-blacklist-guide__actions .btn{width:100%}}

/* Instagram premium iPhone mockup (v2.10.3) */
.home-instagram-section{padding:56px 0 28px;overflow:hidden;background:linear-gradient(180deg,rgba(255,250,245,.2),rgba(255,250,245,.72))}
.home-instagram-stage{position:relative;min-height:505px}
.home-instagram-phone--iphone{position:absolute;left:3.5%;top:0;width:315px;height:auto;padding:0;border:0;border-radius:0;background:transparent;box-shadow:none;transform:rotate(-1.2deg);z-index:2;transition:transform .28s ease,filter .28s ease}
.home-instagram-phone--iphone:hover{transform:rotate(-.4deg) translateY(-5px)}
.home-instagram-phone__device{display:block;width:100%;height:auto;max-width:none;filter:drop-shadow(0 20px 25px rgba(28,24,22,.13))}
.home-instagram-banner{top:176px;width:61%;height:124px;border-radius:24px;padding:20px 32px;box-shadow:0 22px 50px rgba(188,24,136,.2)}
.home-instagram-banner:before{content:'';position:absolute;inset:0;border-radius:inherit;background:linear-gradient(105deg,rgba(255,255,255,.13),transparent 45%);pointer-events:none}
.home-instagram-banner>*{position:relative;z-index:1}
.home-instagram-banner strong{font-size:20px}
.home-instagram-icon{width:56px;height:56px}.home-instagram-icon svg{width:52px;height:52px}
.home-instagram-phone__speaker,.home-instagram-phone__screen,.home-instagram-mobile-label{display:none!important}
@media(max-width:980px){
  .home-instagram-stage{min-height:455px}
  .home-instagram-phone--iphone{left:0;width:285px}
  .home-instagram-banner{top:155px;width:62%;height:116px;padding-inline:24px}
}
@media(max-width:700px){
  .home-instagram-section{padding:34px 0 20px}
  .home-instagram-section>.container{width:min(100% - 20px,var(--container))}
  .home-instagram-stage{display:flex;flex-direction:column;align-items:center;gap:14px;min-height:0;padding:18px 14px;border:1px solid #efd7cd;border-radius:26px;background:linear-gradient(145deg,#fff8f2,#f9edf4 53%,#f1f7fb);box-shadow:0 16px 38px rgba(93,50,62,.1)}
  .home-instagram-phone--iphone{position:relative;left:auto;top:auto;order:1;width:min(78vw,310px);height:auto;margin:0;padding:0;border:0;background:transparent;box-shadow:none;transform:none}
  .home-instagram-phone--iphone:hover{transform:translateY(-3px)}
  .home-instagram-phone__device{width:100%;height:auto;filter:drop-shadow(0 17px 19px rgba(31,27,24,.12))}
  .home-instagram-banner{position:relative;right:auto;top:auto;order:2;width:100%;height:auto;min-height:92px;padding:13px 14px;border:0;border-radius:20px;background:linear-gradient(45deg,#f09433 30%,#dc2743 61%,#bc1888 100%);box-shadow:0 13px 30px rgba(188,24,136,.16);color:#fff}
  .home-instagram-banner strong{font-size:14px}.home-instagram-banner b{color:rgba(255,255,255,.88)}
  .home-instagram-icon{flex:0 0 44px;width:44px;height:44px;background:rgba(255,255,255,.13);border-radius:13px}.home-instagram-icon svg{width:30px;height:30px}
  .home-instagram-action{border-color:rgba(255,255,255,.3);background:rgba(255,255,255,.1);color:#fff}
}
@media(max-width:420px){
  .home-instagram-stage{padding:12px 9px;border-radius:21px}
  .home-instagram-phone--iphone{width:min(84vw,292px)}
  .home-instagram-banner{min-height:78px;padding:10px}
  .home-instagram-action{font-size:0}.home-instagram-action i{font-size:16px}
}


/* v2.10.10 - stable product-card media for Bale/portrait uploads */
.product-card__media{box-sizing:border-box;overflow:hidden;min-width:0;min-height:0}
.product-card__media>a{display:block;width:100%;height:100%;min-width:0;min-height:0;overflow:hidden}
.product-card__media>a>img{display:block;width:100%;height:100%;max-width:100%;max-height:100%;object-fit:contain;object-position:center}


/* v2.10.15 trust, shipping and return guide pages */
main.trust-page .trust-hero,main.guide-page .guide-hero{position:relative;overflow:hidden;padding:64px 0;background:radial-gradient(circle at 12% 18%,rgba(255,210,132,.18),transparent 27%),linear-gradient(125deg,#102f45,#245c79)!important;color:#fff!important}
main.trust-page .trust-hero:after,main.guide-page .guide-hero:after{content:'';position:absolute;left:6%;top:-210px;width:390px;height:390px;border-radius:50%;background:rgba(255,255,255,.07)}
main.trust-page .trust-hero .container,main.guide-page .guide-hero .container{position:relative;z-index:1}
main.trust-page .trust-hero h1,main.guide-page .guide-hero h1{color:#fff!important;font-size:38px;line-height:1.6}
main.trust-page .trust-hero p,main.guide-page .guide-hero p{max-width:760px;color:#d9e7ef!important;font-size:14px;line-height:2}
main.trust-page .trust-hero .breadcrumb,main.trust-page .trust-hero .breadcrumb a,main.guide-page .guide-hero .breadcrumb,main.guide-page .guide-hero .breadcrumb a{color:#c9dce8!important}
main.trust-page .trust-hero__eyebrow,.guide-hero__eyebrow{display:inline-block;margin-bottom:7px;color:#ffd58c!important;font-size:12px;font-weight:900}
.trust-page__featured{padding-top:34px}.trust-page__featured-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:20px}.trust-page__featured-card{display:grid;grid-template-columns:82px minmax(0,1fr);gap:22px;align-items:start;padding:30px;border:1px solid #e7ded3;border-radius:26px;background:#fff;box-shadow:0 16px 38px rgba(68,47,27,.075)}.trust-page__featured-card--shipping{background:linear-gradient(145deg,#fffaf2,#fff)}.trust-page__featured-card--return{background:linear-gradient(145deg,#f2faf5,#fff)}.trust-page__featured-icon{width:82px;height:82px;display:grid;place-items:center;border-radius:24px;background:#173b57;color:#fff}.trust-page__featured-card--return .trust-page__featured-icon{background:#137856}.trust-page__featured-icon svg{width:40px;height:40px;fill:none;stroke:currentColor;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round}.trust-page__featured-label{font-size:11px;font-weight:900;color:#b56f16}.trust-page__featured-card--return .trust-page__featured-label{color:#137856}.trust-page__featured-card h2{font-size:24px;margin:3px 0 8px}.trust-page__featured-card p{margin-bottom:18px;color:var(--muted);font-size:12px;line-height:2}.trust-page__commitments{padding-top:18px}.trust-page__section-head>span{color:#b56f16;font-size:11px;font-weight:900}.trust-page__section-head h2{font-size:27px;margin:4px 0}.trust-page__section-head p{font-size:12px;color:var(--muted)}
.guide-page__content{background:linear-gradient(180deg,#fffaf4,#fff)}.guide-layout{display:grid;grid-template-columns:minmax(0,1fr) 300px;gap:24px;align-items:start}.guide-main{display:grid;gap:18px}.guide-intro-card,.guide-section{padding:28px;border:1px solid #eadfd3;border-radius:24px;background:#fff;box-shadow:0 10px 28px rgba(68,47,27,.055)}.guide-intro-card{background:linear-gradient(145deg,#fff4df,#fff);border-color:#ecd3aa}.guide-intro-card--return{background:linear-gradient(145deg,#eaf7ef,#fff);border-color:#cfe7d8}.guide-intro-card>span{display:inline-flex;padding:5px 10px;border-radius:99px;background:#fff0d8;color:#8d5b0c;font-size:10px;font-weight:900}.guide-intro-card--return>span{background:#dff2e7;color:#137856}.guide-intro-card h2{font-size:27px;margin:8px 0}.guide-intro-card p,.guide-section p{color:#4f6573;font-size:13px;line-height:2.15}.guide-section h2{font-size:21px;margin-bottom:12px;color:var(--brand)}.guide-steps{counter-reset:guide-step;display:grid;gap:13px;list-style:none}.guide-steps li{counter-increment:guide-step;position:relative;padding:16px 54px 16px 16px;border:1px solid #edf0f2;border-radius:17px;background:#fbfcfd}.guide-steps li:before{content:counter(guide-step);position:absolute;right:14px;top:14px;width:28px;height:28px;display:grid;place-items:center;border-radius:9px;background:#173b57;color:#fff;font-weight:900}.guide-steps strong{display:block;font-size:13px;margin-bottom:3px}.guide-steps p{font-size:11px}.guide-check-list{display:grid;gap:10px;margin-top:14px;list-style:none}.guide-check-list li{position:relative;padding-right:27px;color:#4f6573;font-size:12px;line-height:2}.guide-check-list li:before{content:'✓';position:absolute;right:0;color:#137856;font-weight:900}.guide-note{margin-top:16px;padding:17px;border-radius:17px;background:#fff6e7;border:1px solid #f0d8ad}.guide-note--return{background:#eef9f2;border-color:#cee7d7}.guide-note strong{display:block;margin-bottom:3px;color:#8d5b0c}.guide-note--return strong{color:#137856}.guide-note p{font-size:11px}.guide-aside{position:sticky;top:160px;display:grid;gap:10px}.guide-summary{padding:24px;border-radius:22px;background:linear-gradient(155deg,#173b57,#245d79);color:#fff;box-shadow:0 16px 35px rgba(15,43,64,.16)}.guide-summary--return{background:linear-gradient(155deg,#11694d,#1d8b68)}.guide-summary>span{display:block;margin-bottom:13px;color:#ffd58c;font-size:11px;font-weight:900}.guide-summary ul{display:grid;gap:11px;list-style:none}.guide-summary li{padding-bottom:10px;border-bottom:1px solid rgba(255,255,255,.13);font-size:11px;line-height:1.9}.guide-summary li:last-child{padding-bottom:0;border-bottom:0}.guide-summary strong{color:#fff}.guide-actions{display:flex;flex-wrap:wrap;gap:9px;margin-top:17px}
@media(max-width:1120px){.nav-links>a{padding-inline:9px;font-size:11px}.category-menu{padding-inline:12px}}
@media(max-width:980px){main.trust-page .trust-hero,main.guide-page .guide-hero{padding:46px 0}.trust-page__featured-grid,.guide-layout{grid-template-columns:1fr}.guide-aside{position:static;grid-template-columns:1fr 1fr}.guide-summary{grid-column:1/-1}}
@media(max-width:650px){main.trust-page .trust-hero h1,main.guide-page .guide-hero h1{font-size:28px}.trust-page__featured-card{grid-template-columns:58px minmax(0,1fr);padding:20px;gap:14px}.trust-page__featured-icon{width:58px;height:58px;border-radius:17px}.trust-page__featured-icon svg{width:29px;height:29px}.trust-page__featured-card h2{font-size:20px}.guide-intro-card,.guide-section{padding:20px}.guide-intro-card h2{font-size:22px}.guide-aside{grid-template-columns:1fr}.guide-summary{grid-column:auto}.guide-actions{display:grid}.guide-actions .btn{width:100%}}


/* trust center visual cleanup 2.10.16 */
.trust-page--clean .trust-hero--clean{background:radial-gradient(circle at 10% 18%,rgba(255,209,126,.16),transparent 24%),linear-gradient(135deg,#102f45 0,#214f69 62%,#2d6a81 100%)!important;color:#fff!important}
.trust-page--clean .trust-hero--clean h1,.trust-page--clean .trust-hero--clean p,.trust-page--clean .trust-hero--clean .breadcrumb,.trust-page--clean .trust-hero--clean .breadcrumb a,.trust-page--clean .trust-hero--clean .trust-hero__eyebrow{color:inherit}
.trust-page__intro-wrap{padding-top:34px;padding-bottom:8px}.trust-page__intro-card{display:grid;grid-template-columns:minmax(0,1.2fr) minmax(270px,.8fr);gap:18px;padding:28px;border:1px solid #eadfd3;border-radius:26px;background:linear-gradient(145deg,#fffdf9,#f8f2ea);box-shadow:0 14px 34px rgba(68,47,27,.07)}.trust-page__intro-card>div{min-width:0}.trust-page__intro-card span{display:inline-flex;padding:5px 10px;border-radius:999px;background:#fff0d8;color:#8d5b0c;font-size:10px;font-weight:900}.trust-page__intro-card h2{margin:10px 0 8px;font-size:28px;color:var(--brand)}.trust-page__intro-card p{font-size:13px;line-height:2.1;color:#4f6573}.trust-page__intro-bullets{padding:18px;border:1px solid #ece3d8;border-radius:20px;background:#fff}.trust-page__intro-bullets strong{display:block;margin-bottom:10px;color:var(--brand)}.trust-page__intro-bullets ul{display:grid;gap:9px;list-style:none;margin:0;padding:0}.trust-page__intro-bullets li{position:relative;padding-right:22px;font-size:12px;line-height:2;color:#4f6573}.trust-page__intro-bullets li:before{content:'✓';position:absolute;right:0;top:0;color:#137856;font-weight:900}.trust-page__links-wrap{padding-top:12px}.trust-page__links-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:20px}.trust-page__link-card{padding:28px;border:1px solid #e7ded3;border-radius:26px;background:#fff;box-shadow:0 12px 30px rgba(68,47,27,.065)}.trust-page__link-card--return{background:linear-gradient(145deg,#f7fbf8,#fff)}.trust-page__link-chip{display:inline-flex;padding:5px 10px;border-radius:999px;background:#fff0d8;color:#8d5b0c;font-size:10px;font-weight:900}.trust-page__link-chip--green{background:#e4f4ea;color:#137856}.trust-page__link-card h2{margin:10px 0 10px;font-size:25px;color:var(--brand)}.trust-page__link-card p{margin-bottom:18px;font-size:12px;line-height:2;color:#4f6573}.trust-page__link-card .btn{min-height:46px}
@media(max-width:980px){.trust-page__intro-card,.trust-page__links-grid{grid-template-columns:1fr}}
@media(max-width:650px){.trust-page__intro-card,.trust-page__link-card{padding:20px}.trust-page__intro-card h2,.trust-page__link-card h2{font-size:22px}}


/* trust hero forced readable text 2.10.17 */
main.trust-page.trust-page--clean .trust-hero--clean{
  background:linear-gradient(135deg,#fffaf4 0%,#f6efe5 65%,#eef6f1 100%)!important;
  color:#17222b!important;
  border-bottom:1px solid #eadfd3;
}
main.trust-page.trust-page--clean .trust-hero--clean .breadcrumb,
main.trust-page.trust-page--clean .trust-hero--clean .breadcrumb a,
main.trust-page.trust-page--clean .trust-hero--clean .breadcrumb span,
main.trust-page.trust-page--clean .trust-hero--clean .trust-hero__eyebrow,
main.trust-page.trust-page--clean .trust-hero--clean h1,
main.trust-page.trust-page--clean .trust-hero--clean p,
main.trust-page.trust-page--clean .trust-hero--clean .trust-page__hero-points,
main.trust-page.trust-page--clean .trust-hero--clean .trust-page__hero-points span{
  color:#17222b!important;
  opacity:1!important;
  text-shadow:none!important;
}
main.trust-page.trust-page--clean .trust-hero--clean .trust-hero__eyebrow{
  color:#9a5f0d!important;
}
main.trust-page.trust-page--clean .trust-hero--clean .breadcrumb{
  color:#52616b!important;
}
main.trust-page.trust-page--clean .trust-hero--clean .breadcrumb a,
main.trust-page.trust-page--clean .trust-hero--clean .breadcrumb span{
  color:#52616b!important;
}
main.trust-page.trust-page--clean .trust-hero--clean .trust-page__hero-points span{
  background:#fff!important;
  border-color:#dfd4c6!important;
  box-shadow:0 5px 14px rgba(68,47,27,.05)!important;
}
main.trust-page.trust-page--clean .trust-hero--clean:after{
  background:rgba(23,59,87,.035)!important;
}


/* payment methods guide 2.10.18 */
.payment-guide-hero{position:relative;overflow:hidden;padding:62px 0;background:radial-gradient(circle at 10% 18%,rgba(255,209,126,.16),transparent 25%),linear-gradient(135deg,#102f45,#245c79)!important;color:#fff!important}.payment-guide-hero .container{position:relative;z-index:1}.payment-guide-hero:after{content:'';position:absolute;left:6%;top:-220px;width:390px;height:390px;border-radius:50%;background:rgba(255,255,255,.07)}.payment-guide-hero h1{font-size:38px;color:#fff!important}.payment-guide-hero p{max-width:800px;font-size:14px;line-height:2;color:#d9e7ef!important}.payment-guide-hero .breadcrumb,.payment-guide-hero .breadcrumb a{color:#c9dce8!important}.payment-guide-hero__eyebrow{display:inline-block;margin-bottom:7px;color:#ffd58c!important;font-size:12px;font-weight:900}.payment-guide-page__content{background:linear-gradient(180deg,#fffaf4,#fff)}.payment-guide-layout{display:grid;grid-template-columns:minmax(0,1fr) 300px;gap:24px;align-items:start}.payment-guide-main{display:grid;gap:18px}.payment-guide-intro,.payment-guide-section{padding:28px;border:1px solid #eadfd3;border-radius:24px;background:#fff;box-shadow:0 10px 28px rgba(68,47,27,.055)}.payment-guide-intro{background:linear-gradient(145deg,#fff4df,#fff);border-color:#ecd3aa}.payment-guide-intro>span{display:inline-flex;padding:5px 10px;border-radius:999px;background:#fff0d8;color:#8d5b0c;font-size:10px;font-weight:900}.payment-guide-intro h2{margin:9px 0;font-size:27px;color:#17222b}.payment-guide-intro p,.payment-guide-section p{font-size:13px;line-height:2.15;color:#334155}.payment-guide-section h2{margin-bottom:12px;font-size:21px;color:#173b57}.payment-guide-steps{counter-reset:payment-step;display:grid;gap:13px;list-style:none;margin:0;padding:0}.payment-guide-steps li{counter-increment:payment-step;position:relative;padding:16px 54px 16px 16px;border:1px solid #edf0f2;border-radius:17px;background:#fbfcfd}.payment-guide-steps li:before{content:counter(payment-step);position:absolute;right:14px;top:14px;width:28px;height:28px;display:grid;place-items:center;border-radius:9px;background:#173b57;color:#fff;font-weight:900}.payment-guide-steps strong{display:block;margin-bottom:3px;font-size:13px;color:#17222b}.payment-guide-steps p{font-size:11px;color:#475569}.payment-guide-note{margin-top:16px;padding:17px;border:1px solid #f0d8ad;border-radius:17px;background:#fff6e7}.payment-guide-note strong{display:block;margin-bottom:3px;color:#8d5b0c}.payment-guide-note p{font-size:11px}.payment-method-status{display:inline-flex;margin-bottom:8px;padding:5px 10px;border-radius:999px;background:#f1f5f9;color:#64748b;font-size:10px;font-weight:900}.payment-method-status--active{background:#e4f4ea;color:#137856}.payment-guide-section--active{border-color:#cfe7d8;background:linear-gradient(145deg,#f4fbf6,#fff)}.payment-guide-section--inactive{background:#f8fafc}.payment-guide-checks{display:grid;gap:10px;margin:14px 0 0;padding:0;list-style:none}.payment-guide-checks li{position:relative;padding-right:27px;font-size:12px;line-height:2;color:#475569}.payment-guide-checks li:before{content:'✓';position:absolute;right:0;color:#137856;font-weight:900}.payment-guide-aside{position:sticky;top:160px;display:grid;gap:10px}.payment-guide-summary{padding:24px;border-radius:22px;background:linear-gradient(155deg,#173b57,#245d79);color:#fff;box-shadow:0 16px 35px rgba(15,43,64,.16)}.payment-guide-summary>span{display:block;margin-bottom:13px;color:#ffd58c;font-size:11px;font-weight:900}.payment-guide-summary ul{display:grid;gap:11px;margin:0;padding:0;list-style:none}.payment-guide-summary li{padding-bottom:10px;border-bottom:1px solid rgba(255,255,255,.13);font-size:11px;line-height:1.9;color:#e7f0f5}.payment-guide-summary li:last-child{padding-bottom:0;border-bottom:0}.payment-guide-summary strong{color:#fff}.trust-page__link-card--payment{background:linear-gradient(145deg,#f3f8fb,#fff)}.trust-page__link-chip--blue{background:#e6f0f6;color:#245d79}
@media(min-width:981px){.trust-page__links-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}
@media(max-width:980px){.payment-guide-hero{padding:46px 0}.payment-guide-layout{grid-template-columns:1fr}.payment-guide-aside{position:static;grid-template-columns:1fr 1fr}.payment-guide-summary{grid-column:1/-1}}
@media(max-width:650px){.payment-guide-hero h1{font-size:28px}.payment-guide-intro,.payment-guide-section{padding:20px}.payment-guide-intro h2{font-size:22px}.payment-guide-aside{grid-template-columns:1fr}.payment-guide-summary{grid-column:auto}}


/* desktop navigation overlap and RTL phone fix 2.10.19 */
@media(min-width:981px){
  .main-nav .nav-inner{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:12px;height:52px;min-width:0}
  .main-nav .nav-links{min-width:0;max-width:100%;overflow-x:auto!important;overflow-y:hidden!important;white-space:nowrap;scrollbar-width:none;-webkit-overflow-scrolling:touch;overscroll-behavior-x:contain}
  .main-nav .nav-links::-webkit-scrollbar{display:none}
  .main-nav .nav-links>a,.main-nav .nav-dropdown{flex:0 0 auto}
  .main-nav .nav-left{position:relative;z-index:3;display:flex;align-items:center;min-width:0;padding-inline-start:10px;border-inline-start:1px solid var(--line);background:#fffdf9;white-space:nowrap}
  .main-nav .nav-support-link{display:inline-flex;align-items:center;gap:6px;min-height:36px;padding:7px 10px;border:1px solid #eadfd3;border-radius:10px;background:#fff;color:var(--brand);font-size:11px;font-weight:800;line-height:1}
  .main-nav .nav-support-link:hover{border-color:#d6b87f;background:#fff7ea}
  .main-nav .nav-support-link bdi{direction:ltr;unicode-bidi:isolate;font-family:inherit;font-variant-numeric:tabular-nums;letter-spacing:.15px;color:#4f6573;font-weight:700}
}
@media(min-width:981px) and (max-width:1280px){
  .main-nav .nav-support-link span{display:none}
  .main-nav .nav-support-link{padding-inline:9px}
  .main-nav .nav-links>a{padding-inline:8px;font-size:11px}
  .main-nav .category-menu{padding-inline:10px!important}
}
@media(min-width:981px) and (max-width:1080px){
  .main-nav .nav-left{display:none}
}


/* keep About and Contact visible in desktop navigation 2.10.20 */
@media(min-width:981px){
  .main-nav .nav-left{gap:5px;padding-inline-start:8px}
  .main-nav .nav-fixed-link{display:inline-flex;align-items:center;justify-content:center;flex:0 0 auto;min-height:36px;padding:8px 9px;border-radius:9px;color:#17222b;font-size:11px;font-weight:700;white-space:nowrap}
  .main-nav .nav-fixed-link:hover,.main-nav .nav-fixed-link.active{background:#fbf2e5;color:var(--brand)}
}
@media(min-width:981px) and (max-width:1280px){
  .main-nav .nav-support-link{display:none}
  .main-nav .nav-fixed-link{padding-inline:8px;font-size:10px}
}
@media(min-width:981px) and (max-width:1080px){
  .main-nav .nav-left{display:flex!important}
  .main-nav .nav-fixed-link{padding-inline:7px;font-size:10px}
}


/* compact desktop navigation + customer guide dropdown 2.10.21 */
@media(min-width:981px){
  .main-nav .nav-inner{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:14px;height:54px;min-width:0}
  .main-nav .nav-links{display:flex;align-items:center;gap:3px;min-width:0;overflow:visible!important;white-space:nowrap}
  .main-nav .nav-links>a{flex:0 0 auto;padding:9px 10px;font-size:12px;white-space:nowrap}
  .main-nav .nav-left{display:flex!important;align-items:center;gap:5px;min-width:0;padding-inline-start:10px;border-inline-start:1px solid var(--line);background:#fffdf9;white-space:nowrap}
  .main-nav .nav-fixed-link{display:inline-flex;align-items:center;justify-content:center;min-height:36px;padding:8px 9px;border-radius:9px;color:#17222b;font-size:11px;font-weight:700;white-space:nowrap}
  .main-nav .nav-support-link{display:inline-flex;align-items:center;gap:6px;min-height:36px;padding:7px 9px;border:1px solid #eadfd3;border-radius:10px;background:#fff;color:var(--brand);font-size:10px;font-weight:800;line-height:1}
  .main-nav .nav-support-link bdi{direction:ltr;unicode-bidi:isolate;font-variant-numeric:tabular-nums;color:#4f6573;font-weight:700}
  .nav-dropdown--guide{position:relative;flex:0 0 auto}
  .nav-guide-toggle{display:inline-flex;align-items:center;gap:6px;min-height:38px;padding:8px 10px;border:0;border-radius:10px;background:transparent;color:#17222b;font:inherit;font-size:12px;font-weight:700;cursor:pointer;white-space:nowrap}
  .nav-guide-toggle:hover,.nav-guide-toggle.active,.nav-dropdown--guide.is-open .nav-guide-toggle{background:#fbf2e5;color:var(--brand)}
  .nav-guide-toggle svg{width:14px;height:14px;transition:transform .18s}
  .nav-dropdown--guide.is-open .nav-guide-toggle svg{transform:rotate(180deg)}
  .nav-guide-menu{right:auto!important;left:0!important;width:310px!important;padding:9px!important;border-radius:15px!important;display:grid;gap:5px}
  .nav-links .nav-guide-menu>a{display:block;min-width:0;padding:11px 12px!important;border:1px solid transparent;border-radius:11px;background:#fff;color:#17222b!important;white-space:normal!important}
  .nav-links .nav-guide-menu>a:hover,.nav-links .nav-guide-menu>a.active{border-color:#e7ded3;background:#fff8ee;box-shadow:none;transform:none}
  .nav-guide-menu strong,.nav-guide-menu small{display:block}.nav-guide-menu strong{font-size:11px}.nav-guide-menu small{margin-top:2px;color:#6b7280;font-size:9px;line-height:1.7}
  .nav-dropdown--categories .category-menu{min-height:38px;padding-inline:12px!important;font-size:12px}
}
@media(min-width:981px) and (max-width:1280px){
  .main-nav .nav-links>a,.main-nav .nav-guide-toggle{padding-inline:7px;font-size:10.5px}
  .main-nav .nav-dropdown--categories .category-menu{padding-inline:9px!important;font-size:10.5px}
  .main-nav .nav-support-link{display:none!important}
  .main-nav .nav-fixed-link{padding-inline:7px;font-size:10px}
}
@media(min-width:981px) and (max-width:1080px){
  .main-nav .nav-links{gap:1px}
  .main-nav .nav-links>a,.main-nav .nav-guide-toggle{padding-inline:5px;font-size:9.5px}
  .main-nav .nav-dropdown--categories .category-menu{padding-inline:7px!important;font-size:9.5px}
  .main-nav .nav-fixed-link{padding-inline:6px;font-size:9.5px}
}

/* customer support + sales contact split 2.10.22 */
.contact-support-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:20px;margin-bottom:24px}.contact-support-card{min-width:0;padding:28px;border:1px solid #e7ded3;border-radius:24px;background:linear-gradient(145deg,#f6fafc,#fff);box-shadow:0 12px 30px rgba(15,43,64,.06)}.contact-support-card--sales{background:linear-gradient(145deg,#fff8ed,#fff);border-color:#eadcc5}.contact-support-card__label{display:inline-flex;padding:5px 10px;border-radius:999px;background:#e8f2f7;color:#245d79;font-size:10px;font-weight:900}.contact-support-card--sales .contact-support-card__label{background:#fff0d8;color:#8d5b0c}.contact-support-card h2{margin:10px 0 7px;font-size:22px;color:var(--brand)}.contact-support-card>p{min-height:52px;color:#4f6573;font-size:12px;line-height:2}.contact-support-list{display:grid;gap:8px;margin-top:16px}.contact-support-list>a,.contact-support-list>div{display:flex;align-items:center;justify-content:space-between;gap:14px;min-width:0;padding:10px 12px;border:1px solid #edf0f2;border-radius:12px;background:#fff}.contact-support-list span{color:var(--muted);font-size:10px}.contact-support-list bdi,.contact-support-list strong{min-width:0;color:var(--brand);font-size:11px;font-weight:800}.contact-channel-actions{display:flex;flex-wrap:wrap;gap:8px;margin-top:14px}.contact-channel-actions:empty{display:none}.contact-grid--split{align-items:start}.footer-contact-group{display:grid!important;gap:3px;padding-bottom:9px;margin-bottom:9px!important;border-bottom:1px solid rgba(255,255,255,.08)}.footer-contact-group strong{color:#fff;font-size:11px}.footer-contact-group a{font-size:12px}.footer-contact-group small{color:#8fa3b0;font-size:9px;line-height:1.7}.footer-contact bdi{direction:ltr;unicode-bidi:isolate}.drawer-contact strong:not(:first-child){margin-top:12px}.drawer-contact bdi{direction:ltr;unicode-bidi:isolate}
@media(max-width:760px){.contact-support-grid{grid-template-columns:1fr}.contact-support-card{padding:20px}.contact-support-card>p{min-height:0}}

/* Dedicated support and sales pages v2.10.24 */
.service-hero{position:relative;overflow:hidden;padding:62px 0!important;color:#fff!important}.service-hero--support{background:radial-gradient(circle at 9% 16%,rgba(255,214,145,.16),transparent 25%),linear-gradient(135deg,#102f45,#245d79)!important}.service-hero--sales{background:radial-gradient(circle at 9% 16%,rgba(255,223,164,.18),transparent 25%),linear-gradient(135deg,#4d351b,#9a6422)!important}.service-hero .container{position:relative;z-index:1}.service-hero:after{content:'';position:absolute;left:5%;top:-220px;width:390px;height:390px;border-radius:50%;background:rgba(255,255,255,.07)}.service-hero h1{font-size:38px;color:#fff!important}.service-hero p{max-width:800px;color:#eef5f8!important;font-size:14px;line-height:2}.service-hero .breadcrumb,.service-hero .breadcrumb a{color:#d5e5ed!important}.service-hero__eyebrow{display:inline-block;margin-bottom:7px;color:#ffd58c!important;font-size:12px;font-weight:900}.service-page__body{background:linear-gradient(180deg,#fffaf4,#fff)}.service-layout{display:grid;grid-template-columns:minmax(0,1fr) 300px;gap:24px;align-items:start}.service-main{display:grid;gap:18px}.service-card{padding:28px;border:1px solid #eadfd3;border-radius:24px;background:#fff;box-shadow:0 10px 28px rgba(68,47,27,.055)}.service-card--highlight{background:linear-gradient(145deg,#f4f9fc,#fff);border-color:#d7e5ed}.service-card--sales{background:linear-gradient(145deg,#fff8ed,#fff);border-color:#ead8b8}.service-card__eyebrow{display:inline-flex;padding:5px 10px;border-radius:999px;background:#e7f1f6;color:#245d79;font-size:10px;font-weight:900}.service-card--sales .service-card__eyebrow{background:#fff0d8;color:#8d5b0c}.service-card h2{margin:8px 0 10px;font-size:23px;color:#173b57}.service-card p{font-size:13px;line-height:2.1;color:#475569}.service-topic-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;margin-top:18px}.service-topic-grid>div{padding:14px;border:1px solid #e8edf0;border-radius:15px;background:#fff}.service-topic-grid strong{display:block;margin-bottom:3px;color:#17222b;font-size:12px}.service-topic-grid span{font-size:10px;line-height:1.8;color:#64748b}.service-contact-list{display:grid;gap:9px;margin-top:14px}.service-contact-list>a,.service-contact-list>div{display:flex;align-items:center;justify-content:space-between;gap:15px;padding:12px 14px;border:1px solid #edf0f2;border-radius:13px;background:#fbfcfd}.service-contact-list span{font-size:10px;color:#64748b}.service-contact-list bdi,.service-contact-list strong{font-size:12px;font-weight:900;color:#173b57}.service-actions{display:flex;flex-wrap:wrap;gap:9px;margin-top:16px}.service-check-list{display:grid;gap:10px;margin:12px 0 0;padding:0;list-style:none}.service-check-list li{position:relative;padding-right:27px;font-size:12px;line-height:2;color:#475569}.service-check-list li:before{content:'✓';position:absolute;right:0;color:#137856;font-weight:900}.service-aside{position:sticky;top:160px;display:grid;gap:10px}.service-summary{display:grid;gap:4px;padding:24px;border-radius:22px;box-shadow:0 16px 35px rgba(15,43,64,.14)}.service-summary--support{background:linear-gradient(155deg,#173b57,#245d79)}.service-summary--sales{background:linear-gradient(155deg,#6f4719,#a66b24)}.service-summary>span{margin-bottom:8px;color:#ffd58c;font-size:11px;font-weight:900}.service-summary a{padding:10px 0;border-bottom:1px solid rgba(255,255,255,.14);color:#fff;font-size:11px}.service-summary a:last-child{border-bottom:0}.footer-contact-group strong a{color:#fff}.footer-contact-group strong a:hover{text-decoration:underline}
@media(max-width:980px){.service-layout{grid-template-columns:1fr}.service-aside{position:static;grid-template-columns:1fr 1fr}.service-summary{grid-column:1/-1}}
@media(max-width:650px){.service-hero{padding:46px 0!important}.service-hero h1{font-size:28px}.service-card{padding:20px}.service-topic-grid{grid-template-columns:1fr}.service-actions{display:grid}.service-actions .btn{width:100%}.service-aside{grid-template-columns:1fr}.service-summary{grid-column:auto}}

/* v2.10.25 - branded logo and favicon */
.header-main .logo--image{flex:0 0 auto}.footer-about .logo--image{margin-bottom:10px}.footer-about .logo__image{filter:drop-shadow(0 8px 18px rgba(23,59,87,.10))}
@media(max-width:980px){.mobile-header .logo--compact{max-width:100%;justify-content:center}.mobile-header .logo__text{min-width:0}.mobile-header .logo__text strong,.mobile-header .logo__text small{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}}
@media(max-width:560px){.logo--footer .logo__image{width:185px}.mobile-header .logo__text strong{font-size:13px}.mobile-header .logo__icon-image{width:38px;height:38px}}

/* v2.10.29 - Progressive Web App install UI */
.pwa-install-bar[hidden]{display:none!important}.pwa-install-bar{position:fixed;z-index:180;left:18px;right:18px;bottom:calc(18px + env(safe-area-inset-bottom));margin:auto;max-width:520px;display:grid;grid-template-columns:48px minmax(0,1fr) auto 34px;align-items:center;gap:10px;background:#fff;border:1px solid #dce5ea;border-radius:18px;padding:10px 10px 10px 12px;box-shadow:0 18px 55px rgba(18,45,64,.22);direction:rtl}.pwa-install-bar__icon img{width:48px;height:48px;object-fit:contain;border-radius:13px;display:block}.pwa-install-bar__copy{min-width:0}.pwa-install-bar__copy strong,.pwa-install-bar__copy small{display:block}.pwa-install-bar__copy strong{font-size:13px;color:var(--brand)}.pwa-install-bar__copy small{font-size:10px;color:var(--muted);margin-top:2px;line-height:1.7}.pwa-install-bar__action{border:0;border-radius:11px;background:var(--brand);color:#fff;font:inherit;font-size:11px;font-weight:800;padding:10px 15px;cursor:pointer}.pwa-install-bar__close{width:30px;height:30px;border:0;border-radius:9px;background:#f0f3f5;color:#66747c;font:inherit;font-size:20px;cursor:pointer;display:grid;place-items:center}.pwa-ios-modal{position:fixed;inset:0;z-index:220;display:grid;place-items:end center}.pwa-ios-modal__overlay{position:absolute;inset:0;background:rgba(9,24,34,.52);backdrop-filter:blur(2px)}.pwa-ios-modal__panel{position:relative;z-index:1;width:min(100%,520px);background:#fff;border-radius:24px 24px 0 0;padding:30px 24px calc(24px + env(safe-area-inset-bottom));text-align:center}.pwa-ios-modal__panel>img{width:72px;height:72px;object-fit:contain;border-radius:18px}.pwa-ios-modal__panel h2{font-size:20px;color:var(--brand);margin:12px 0 8px}.pwa-ios-modal__panel p{font-size:13px;color:var(--muted);line-height:2;margin:0 0 18px}.pwa-ios-modal__ok{width:100%;min-height:46px;border:0;border-radius:12px;background:var(--brand);color:#fff;font:inherit;font-weight:800;cursor:pointer}.pwa-ios-modal__close{position:absolute;top:14px;left:14px;width:34px;height:34px;border:0;border-radius:10px;background:#f0f3f5;color:#66747c;font:inherit;font-size:22px;cursor:pointer}.has-mobile-bottom-nav .pwa-install-bar{bottom:calc(82px + env(safe-area-inset-bottom))}@media(display-mode:standalone){.pwa-install-bar{display:none!important}}@media(max-width:560px){.pwa-install-bar{left:10px;right:10px;grid-template-columns:42px minmax(0,1fr) auto 30px;gap:8px;border-radius:16px}.pwa-install-bar__icon img{width:42px;height:42px}.pwa-install-bar__copy small{font-size:9px}.pwa-install-bar__action{padding:9px 12px}}


/* TorobPay installment markup consent */
.torobpay-consent-page{background:linear-gradient(180deg,#f7fafc 0,#fff 100%);min-height:65vh}.torobpay-consent-wrap{padding:48px 16px 72px;display:flex;justify-content:center}.torobpay-consent-card{width:min(100%,720px);background:#fff;border:1px solid var(--line);border-radius:24px;padding:30px;box-shadow:0 18px 50px rgba(25,46,65,.08);text-align:right}.torobpay-consent-badge{display:inline-flex;padding:7px 12px;border-radius:999px;background:#eef6ff;color:var(--brand);font-size:12px;font-weight:800;margin-bottom:12px}.torobpay-consent-card h1{font-size:26px;line-height:1.6;margin:0 0 10px}.torobpay-consent-lead{font-size:14px;line-height:2;color:var(--ink);margin:0 0 18px}.torobpay-consent-alert{display:flex;gap:10px;align-items:flex-start;border:1px solid #f0cd8d;background:#fff9eb;border-radius:14px;padding:14px 16px;line-height:1.9;font-size:12px;margin-bottom:18px}.torobpay-consent-alert strong{white-space:nowrap;color:#8a5a00}.torobpay-consent-summary{border:1px solid var(--line);border-radius:16px;overflow:hidden;margin:18px 0}.torobpay-consent-summary>div{display:flex;justify-content:space-between;gap:18px;align-items:center;padding:12px 15px;border-bottom:1px solid var(--line);font-size:12px}.torobpay-consent-summary>div:last-child{border-bottom:0}.torobpay-consent-summary span{color:var(--muted)}.torobpay-consent-summary strong{white-space:nowrap}.torobpay-consent-summary .torobpay-consent-markup{background:#fff8e8}.torobpay-consent-summary .torobpay-consent-markup strong{color:#9a6200}.torobpay-consent-summary .torobpay-consent-total{background:var(--soft);font-size:14px}.torobpay-consent-summary .torobpay-consent-total span,.torobpay-consent-summary .torobpay-consent-total strong{color:var(--ink)}.torobpay-consent-form{display:grid;gap:14px}.torobpay-consent-check{display:flex;gap:10px;align-items:flex-start;border:1px solid var(--line);border-radius:14px;padding:14px;cursor:pointer;font-size:12px;line-height:1.9}.torobpay-consent-check input{margin-top:6px;accent-color:var(--brand);width:18px;height:18px;flex:0 0 auto}.torobpay-consent-actions{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-top:14px;flex-wrap:wrap}.torobpay-consent-actions>a:not(.btn){font-size:12px;color:var(--brand)}
.torobpay-consent-cancel-form{margin:0}
@media(max-width:640px){.torobpay-consent-wrap{padding:24px 12px 52px}.torobpay-consent-card{padding:20px 16px;border-radius:18px}.torobpay-consent-card h1{font-size:21px}.torobpay-consent-summary>div{align-items:flex-start;flex-direction:column;gap:4px}.torobpay-consent-summary strong{white-space:normal}.torobpay-consent-actions{align-items:stretch;flex-direction:column}.torobpay-consent-actions .btn{text-align:center}}
@media(max-width:640px){.torobpay-consent-cancel-form,.torobpay-consent-cancel-form .btn{width:100%}}

/* v2.10.43 - TorobPay monthly installment quote on product selection */
.torobpay-installment-info[hidden]{display:none!important}.torobpay-installment-info{display:flex;align-items:center;justify-content:space-between;gap:14px;margin:12px 0 15px;padding:12px 14px;border:1px solid #ded5f5;border-radius:13px;background:linear-gradient(135deg,#f7f3ff,#fff);color:#51348f}.torobpay-installment-info strong,.torobpay-installment-info small{display:block}.torobpay-installment-info strong{font-size:13px;line-height:1.8}.torobpay-installment-info small{color:#6f6289;font-size:10px;line-height:1.8;text-align:left}
@media(max-width:560px){.torobpay-installment-info{align-items:flex-start;flex-direction:column;gap:2px}.torobpay-installment-info small{text-align:right}}

/* Limited discounts: provider-neutral, maximum three-day campaigns. */
.home-limited-discounts{position:relative;background:linear-gradient(145deg,#fff7ed 0%,#fff 48%,#fef2f2 100%);border-block:1px solid #fed7aa;overflow:hidden}
.home-limited-discounts::before{content:"";position:absolute;inset:-180px auto auto -120px;width:360px;height:360px;border-radius:50%;background:rgba(249,115,22,.09);pointer-events:none}
.home-limited-discounts__head{position:relative;display:flex;align-items:end;justify-content:space-between;gap:24px;margin-bottom:24px}
.home-limited-discounts__head .section-title span{color:#c2410c}
.home-limited-discounts__head .section-title p{max-width:680px;margin:8px 0 0;color:#64748b;line-height:1.9}
.home-limited-discounts__head>a{font-weight:800;color:#c2410c;white-space:nowrap}
.home-limited-discounts__grid{position:relative}
.product-card--limited{border-color:#fdba74;box-shadow:0 16px 36px rgba(194,65,12,.09)}
.product-card--limited .festival-badge{background:linear-gradient(135deg,#ea580c,#dc2626);color:#fff}
.product-card--limited .festival-pill{background:#ffedd5;color:#9a3412;border-color:#fdba74}
.limited-discount-countdown{display:flex;align-items:center;justify-content:space-between;gap:12px;margin:10px 0;padding:9px 11px;border:1px solid #fed7aa;border-radius:12px;background:#fff7ed;color:#9a3412}
.limited-discount-countdown small{font-size:.72rem;font-weight:700;color:#c2410c}
.limited-discount-countdown strong{direction:ltr;font-size:.82rem;font-variant-numeric:tabular-nums;white-space:nowrap}
@media (max-width:720px){.home-limited-discounts__head{align-items:start;flex-direction:column;gap:12px}.home-limited-discounts__head>a{white-space:normal}.limited-discount-countdown{align-items:flex-start;flex-direction:column;gap:3px}}
