:root{
  --brand:#155eef;
  --brand-dark:#0b4dcc;
  --brand-soft:#eff4ff;
  --success:#12b76a;
  --danger:#d92d20;
  --warning:#f79009;
  --ink:#101828;
  --muted:#667085;
  --line:#e4e7ec;
  --surface:#fff;
  --soft:#f8fafc;
  --bg:#f5f7fb;
  --shadow:0 18px 48px rgba(16,24,40,.08);
  --radius:18px;
  --container:1240px;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;background:var(--bg);color:var(--ink);font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;line-height:1.5;-webkit-font-smoothing:antialiased}
body.drawer-open{overflow:hidden}
a{color:inherit;text-decoration:none}
button,input,select,textarea{font:inherit}
img{max-width:100%;display:block}
.icon{width:20px;height:20px;display:block}
.container{width:min(calc(100% - 32px),var(--container));margin-inline:auto}
.page{min-height:60vh;padding:34px 0 70px}
.section{padding:54px 0}
.section-sm{padding:34px 0}
.hide{display:none!important}
.sr-only{position:absolute!important;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}
.muted{color:var(--muted)}
.stack{display:grid;gap:16px}
.inline{display:flex;align-items:center;gap:10px;flex-wrap:wrap}

.announcement{background:#101828;color:#fff;font-size:13px;font-weight:700;text-align:center;padding:8px 16px}
.site-header{position:sticky;top:0;z-index:40;background:rgba(255,255,255,.96);backdrop-filter:blur(18px);border-bottom:1px solid rgba(228,231,236,.9)}
.header-main{min-height:78px;display:grid;grid-template-columns:auto minmax(240px,1fr) auto;align-items:center;gap:26px}
.brand{display:flex;align-items:center;gap:11px;min-width:max-content}
.brand-mark{width:42px;height:42px;border-radius:14px;background:var(--brand);display:grid;place-items:center;color:#fff;font-weight:900;letter-spacing:-.05em;box-shadow:0 9px 22px rgba(21,94,239,.25)}
.brand-logo{height:42px;width:auto;max-width:150px;object-fit:contain}
.brand-copy{display:grid;line-height:1.05}
.brand-copy strong{font-size:18px;letter-spacing:-.03em}
.brand-copy small{font-size:11px;color:var(--muted);font-weight:700;margin-top:4px}
.header-search{position:relative}
.header-search input{width:100%;height:46px;border:1px solid var(--line);border-radius:14px;background:#f9fafb;padding:0 52px 0 16px;outline:none;transition:.18s}
.header-search input:focus{background:#fff;border-color:#84adff;box-shadow:0 0 0 4px rgba(21,94,239,.09)}
.header-search button{position:absolute;right:5px;top:5px;width:36px;height:36px;border:0;border-radius:10px;color:#fff;background:var(--brand);display:grid;place-items:center;cursor:pointer}
.header-actions{display:flex;align-items:center;gap:8px}
.header-action{height:44px;border:1px solid var(--line);background:#fff;border-radius:13px;display:flex;align-items:center;gap:9px;padding:0 13px;font-size:13px;font-weight:800;color:#344054;cursor:pointer;transition:.16s}
.header-action:hover{border-color:#b2ccff;background:#f9fbff;color:var(--brand)}
.header-action.cart-button{background:var(--brand);border-color:var(--brand);color:#fff}
.cart-count{min-width:24px;height:24px;border-radius:999px;background:#fff;color:var(--brand);display:grid;place-items:center;padding:0 6px;font-size:11px;font-weight:900}
.mobile-menu-button{display:none}
.header-nav{border-top:1px solid #f0f1f3;background:#fff}
.nav-row{display:flex;align-items:center;gap:6px;overflow:auto;scrollbar-width:none;padding:9px 0}
.nav-row::-webkit-scrollbar{display:none}
.nav-link{white-space:nowrap;padding:8px 11px;border-radius:10px;color:#475467;font-size:12px;font-weight:750}
.nav-link:hover,.nav-link.active{background:var(--brand-soft);color:var(--brand)}
.nav-link.all{background:#101828;color:#fff}

.flash-wrap{position:fixed;top:92px;right:20px;z-index:90;display:grid;gap:8px;width:min(390px,calc(100vw - 32px))}
.flash{padding:13px 15px;border:1px solid var(--line);border-radius:13px;background:#fff;box-shadow:var(--shadow);font-size:13px;font-weight:700}
.flash.success{border-color:#abefc6;background:#ecfdf3;color:#067647}.flash.error{border-color:#fecdca;background:#fef3f2;color:#b42318}.flash.info{border-color:#b2ddff;background:#eff8ff;color:#175cd3}

.hero{padding:52px 0 30px}
.hero-card{min-height:430px;background:#101828;border-radius:28px;overflow:hidden;display:grid;grid-template-columns:1.08fr .92fr;position:relative;color:#fff;box-shadow:0 25px 70px rgba(16,24,40,.18)}
.hero-copy{padding:64px;display:flex;flex-direction:column;justify-content:center;position:relative;z-index:2}
.eyebrow{display:inline-flex;align-items:center;gap:8px;color:var(--brand);font-size:11px;font-weight:900;letter-spacing:.12em;text-transform:uppercase}
.hero .eyebrow{color:#84adff}
.hero h1{font-size:clamp(38px,5vw,68px);line-height:1.02;letter-spacing:-.055em;margin:14px 0 18px;max-width:720px}
.hero p{font-size:17px;color:#d0d5dd;max-width:580px;margin:0 0 28px}
.hero-actions{display:flex;gap:12px;flex-wrap:wrap}
.hero-visual{position:relative;min-height:350px;background:linear-gradient(145deg,#dbeafe,#eef2ff)}
.hero-visual img{width:100%;height:100%;object-fit:cover}
.hero-placeholder{height:100%;display:grid;place-items:center;color:#155eef;font-size:96px;font-weight:900;letter-spacing:-.08em}
.hero-benefits{position:absolute;left:64px;bottom:26px;z-index:3;display:flex;gap:20px;flex-wrap:wrap;color:#d0d5dd;font-size:12px;font-weight:700}
.hero-benefits span{display:flex;align-items:center;gap:7px}.hero-benefits .icon{color:#53b1fd;width:16px;height:16px}

.btn{border:0;border-radius:12px;min-height:44px;padding:0 17px;display:inline-flex;align-items:center;justify-content:center;gap:8px;font-weight:850;font-size:13px;cursor:pointer;transition:.17s;text-decoration:none}
.btn:hover{transform:translateY(-1px)}
.btn.primary{background:var(--brand);color:#fff;box-shadow:0 8px 18px rgba(21,94,239,.18)}
.btn.primary:hover{background:var(--brand-dark)}
.btn.dark{background:#101828;color:#fff}.btn.soft{background:#f2f4f7;color:#344054}.btn.outline{background:#fff;border:1px solid var(--line);color:#344054}.btn.danger{background:#fef3f2;color:#b42318;border:1px solid #fecdca}.btn.success{background:#ecfdf3;color:#067647}.btn.wide{width:100%}.btn.sm{min-height:36px;padding:0 12px;font-size:12px}.btn:disabled{opacity:.5;cursor:not-allowed;transform:none}

.section-head{display:flex;align-items:end;justify-content:space-between;gap:20px;margin-bottom:22px}
.section-head h1,.section-head h2{margin:5px 0 0;letter-spacing:-.04em;line-height:1.1}.section-head h1{font-size:36px}.section-head h2{font-size:30px}.section-head p{margin:8px 0 0;color:var(--muted)}
.section-link{color:var(--brand);font-size:13px;font-weight:850;display:flex;align-items:center;gap:6px}

.category-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px}
.category-card{background:#fff;border:1px solid var(--line);border-radius:16px;padding:18px;display:flex;align-items:center;gap:13px;transition:.17s;min-height:88px}
.category-card:hover{border-color:#b2ccff;box-shadow:0 12px 28px rgba(16,24,40,.07);transform:translateY(-2px)}
.category-icon{width:46px;height:46px;border-radius:13px;background:var(--brand-soft);color:var(--brand);display:grid;place-items:center;flex:0 0 auto}.category-icon .icon{width:23px;height:23px}
.category-card strong{display:block;font-size:14px;line-height:1.25}.category-card small{display:block;color:var(--muted);font-size:11px;margin-top:4px}

.product-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:18px}
.product-card{background:#fff;border:1px solid var(--line);border-radius:18px;overflow:hidden;display:flex;flex-direction:column;min-width:0;transition:.18s}
.product-card:hover{border-color:#c7d7fe;box-shadow:0 16px 36px rgba(16,24,40,.08);transform:translateY(-2px)}
.product-card-image{aspect-ratio:1/1;background:#f8fafc;position:relative;overflow:hidden}
.product-card-image img{width:100%;height:100%;object-fit:contain;padding:12px;transition:.25s}
.product-card:hover .product-card-image img{transform:scale(1.025)}
.product-badge{position:absolute;left:10px;top:10px;border-radius:999px;padding:5px 9px;background:#101828;color:#fff;font-size:10px;font-weight:900}.product-badge.sale{background:#d92d20}.product-badge.draft{background:#f79009}
.product-card-body{padding:15px;display:flex;flex-direction:column;flex:1}
.product-card-category{font-size:10px;color:var(--brand);font-weight:900;text-transform:uppercase;letter-spacing:.08em}
.product-card-title{font-size:15px;line-height:1.35;margin:7px 0 10px;font-weight:850;letter-spacing:-.015em;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;min-height:41px}
.product-card-meta{font-size:11px;color:var(--muted);margin-bottom:10px}
.price-row{display:flex;align-items:baseline;gap:8px;margin-top:auto}.price{font-weight:900;font-size:18px}.old-price{color:#98a2b3;text-decoration:line-through;font-size:12px}.stock{font-size:11px;color:#067647;font-weight:800}.stock.out{color:#b42318}
.product-card-actions{display:grid;grid-template-columns:1fr auto;gap:8px;margin-top:14px}.icon-button{width:44px;height:44px;border:1px solid var(--line);border-radius:12px;background:#fff;color:#344054;display:grid;place-items:center;cursor:pointer}.icon-button:hover{color:var(--brand);border-color:#b2ccff;background:var(--brand-soft)}

.filters{background:#fff;border:1px solid var(--line);border-radius:16px;padding:16px;margin-bottom:20px;display:grid;grid-template-columns:minmax(220px,1fr) 220px 190px auto;gap:10px;align-items:center}
.field{display:grid;gap:7px}.field label{font-size:12px;font-weight:800;color:#344054}.field input,.field select,.field textarea{width:100%;border:1px solid #d0d5dd;border-radius:11px;background:#fff;color:var(--ink);padding:11px 12px;outline:none;transition:.16s}.field input,.field select{height:44px}.field textarea{min-height:120px;resize:vertical}.field input:focus,.field select:focus,.field textarea:focus{border-color:#84adff;box-shadow:0 0 0 4px rgba(21,94,239,.08)}.field-note{font-size:11px;color:var(--muted)}
.form-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:15px}.form-grid .full{grid-column:1/-1}
.panel{background:#fff;border:1px solid var(--line);border-radius:18px;box-shadow:0 8px 24px rgba(16,24,40,.035)}.panel-pad{padding:22px}

.breadcrumb{padding-top:22px;color:#667085;font-size:12px;font-weight:700}.breadcrumb a:hover{color:var(--brand)}
.product-detail{display:grid;grid-template-columns:minmax(0,1.05fr) minmax(380px,.95fr);gap:34px;align-items:start}
.gallery{display:grid;grid-template-columns:86px 1fr;gap:12px}.gallery-thumbs{display:flex;flex-direction:column;gap:9px}.gallery-thumb{aspect-ratio:1;border:1px solid var(--line);border-radius:12px;background:#fff;padding:5px;cursor:pointer}.gallery-thumb.active{border-color:var(--brand);box-shadow:0 0 0 2px rgba(21,94,239,.1)}.gallery-thumb img{width:100%;height:100%;object-fit:contain}.gallery-main{aspect-ratio:1;background:#fff;border:1px solid var(--line);border-radius:20px;display:grid;place-items:center;overflow:hidden}.gallery-main img{width:100%;height:100%;object-fit:contain;padding:18px}
.product-info{background:#fff;border:1px solid var(--line);border-radius:20px;padding:28px;position:sticky;top:112px}.product-info h1{font-size:34px;line-height:1.12;letter-spacing:-.045em;margin:8px 0 12px}.product-code{font-size:11px;color:var(--muted);font-weight:750}.product-price{display:flex;align-items:baseline;gap:10px;margin:18px 0}.product-price .price{font-size:30px}.product-short{color:#475467;margin:0 0 18px}.variant-group{margin:20px 0}.variant-group-title{font-size:12px;font-weight:850;color:#344054;margin-bottom:9px}.variant-options{display:flex;gap:8px;flex-wrap:wrap}.variant-option{border:1px solid var(--line);background:#fff;border-radius:11px;padding:9px 12px;font-size:12px;font-weight:750;cursor:pointer}.variant-option:hover{border-color:#84adff}.variant-option.active{border-color:var(--brand);background:var(--brand-soft);color:var(--brand)}.variant-option:disabled{opacity:.45;cursor:not-allowed}
.quantity-line{display:flex;gap:12px;align-items:center;margin:20px 0}.qty-control{display:grid;grid-template-columns:42px 48px 42px;border:1px solid var(--line);border-radius:12px;overflow:hidden;height:44px}.qty-control button{border:0;background:#f9fafb;font-size:20px;cursor:pointer}.qty-control input{width:100%;border:0;text-align:center;font-weight:850;outline:none}.product-buy{display:grid;grid-template-columns:1fr 1fr;gap:10px}.product-trust{display:grid;gap:10px;border-top:1px solid var(--line);margin-top:22px;padding-top:18px}.trust-row{display:flex;gap:10px;align-items:flex-start}.trust-row .icon{color:var(--success);flex:0 0 auto;margin-top:1px}.trust-row strong{font-size:12px}.trust-row small{display:block;color:var(--muted);font-size:11px;margin-top:2px}.rich-content{background:#fff;border:1px solid var(--line);border-radius:20px;padding:28px;margin-top:28px;color:#344054}.rich-content h2,.rich-content h3{color:var(--ink);letter-spacing:-.025em}.rich-content table{width:100%;border-collapse:collapse}.rich-content th,.rich-content td{border:1px solid var(--line);padding:10px;text-align:left}.rich-content img{max-width:100%}

.cart-layout,.checkout-layout{display:grid;grid-template-columns:minmax(0,1fr) 360px;gap:22px;align-items:start}.cart-list{overflow:hidden}.cart-row{display:grid;grid-template-columns:90px minmax(0,1fr) auto auto auto;gap:16px;align-items:center;padding:16px;border-bottom:1px solid var(--line)}.cart-row:last-child{border-bottom:0}.cart-row img{width:90px;height:90px;object-fit:contain;background:#f9fafb;border-radius:12px}.cart-info strong{font-size:14px}.cart-info small{display:block;color:var(--muted);font-size:11px;margin-top:4px}.cart-line-price{font-weight:900;min-width:100px;text-align:right}.cart-remove{width:36px;height:36px;border:1px solid #fecdca;border-radius:10px;background:#fff;color:#b42318;display:grid;place-items:center;cursor:pointer}.summary{position:sticky;top:112px}.summary h2{margin:0 0 20px}.summary-row{display:flex;justify-content:space-between;gap:15px;padding:11px 0;color:#667085}.summary-row strong{color:var(--ink)}.summary-row.total{border-top:1px solid var(--line);margin-top:10px;padding-top:18px;font-size:19px;font-weight:900;color:var(--ink)}.cart-footer{padding:15px;display:flex;justify-content:space-between;gap:10px;flex-wrap:wrap;border-top:1px solid var(--line)}

.checkout-card{padding:22px}.checkout-section{padding:0 0 22px;margin-bottom:22px;border-bottom:1px solid var(--line)}.checkout-section:last-child{border-bottom:0;margin:0;padding:0}.checkout-section h2{font-size:18px;margin:0 0 4px}.checkout-section>p{margin:0 0 16px;color:var(--muted);font-size:12px}.checkout-item{display:grid;grid-template-columns:58px minmax(0,1fr) auto 34px;gap:10px;align-items:center;padding:12px 0;border-bottom:1px solid #f0f1f3}.checkout-item img{width:58px;height:58px;object-fit:contain;background:#f9fafb;border-radius:10px}.checkout-item strong{font-size:12px}.checkout-item small{display:block;color:var(--muted);font-size:10px}.checkout-remove{width:30px;height:30px;border:0;border-radius:9px;color:#b42318;background:#fef3f2;cursor:pointer}

.auth-shell{min-height:calc(100vh - 160px);display:grid;place-items:center;padding:50px 16px}.auth-card{width:min(480px,100%);background:#fff;border:1px solid var(--line);border-radius:22px;padding:30px;box-shadow:var(--shadow)}.auth-card h1{margin:0 0 6px;font-size:28px;letter-spacing:-.04em}.auth-card>p{margin:0 0 22px;color:var(--muted)}.auth-links{text-align:center;font-size:12px;color:var(--muted);margin-top:18px}.auth-links a{color:var(--brand);font-weight:850}
.account-layout{display:grid;grid-template-columns:250px minmax(0,1fr);gap:22px}.account-nav{padding:10px;position:sticky;top:112px}.account-nav a{display:flex;align-items:center;gap:10px;padding:11px 12px;border-radius:10px;font-size:13px;font-weight:750;color:#475467}.account-nav a:hover,.account-nav a.active{background:var(--brand-soft);color:var(--brand)}
.order-card{padding:18px;display:grid;grid-template-columns:1fr auto;gap:10px;align-items:center}.order-card+.order-card{margin-top:10px}.order-code{font-weight:900}.badge{display:inline-flex;align-items:center;border-radius:999px;padding:5px 9px;font-size:10px;font-weight:850;background:#f2f4f7;color:#344054}.badge.success{background:#ecfdf3;color:#067647}.badge.info{background:#eff8ff;color:#175cd3}.badge.warning{background:#fffaeb;color:#b54708}.badge.danger{background:#fef3f2;color:#b42318}
.empty-state{text-align:center;padding:48px 22px}.empty-state .icon{width:40px;height:40px;margin:0 auto 12px;color:#98a2b3}.empty-state h2{margin:0 0 7px}.empty-state p{color:var(--muted);margin:0 0 18px}
.pagination{display:flex;justify-content:center;gap:6px;margin-top:24px}.pagination a,.pagination span{min-width:38px;height:38px;border-radius:10px;border:1px solid var(--line);background:#fff;display:grid;place-items:center;font-size:12px;font-weight:800}.pagination .active{background:var(--brand);border-color:var(--brand);color:#fff}

.site-footer{background:#101828;color:#d0d5dd;margin-top:40px}.footer-main{display:grid;grid-template-columns:1.3fr repeat(2,1fr);gap:50px;padding:50px 0}.footer-main h3{color:#fff;margin:0 0 12px;font-size:14px}.footer-main p{color:#98a2b3;font-size:13px;max-width:460px}.footer-links{display:grid;gap:9px}.footer-links a{font-size:12px;color:#d0d5dd}.footer-links a:hover{color:#fff}.footer-bottom{border-top:1px solid #344054;padding:18px 0;display:flex;justify-content:space-between;gap:20px;font-size:11px;color:#98a2b3}

.drawer-backdrop{position:fixed;inset:0;background:rgba(16,24,40,.55);backdrop-filter:blur(3px);z-index:79;opacity:0;visibility:hidden;transition:.2s}.drawer-backdrop.open{opacity:1;visibility:visible}.cart-drawer{position:fixed;right:0;top:0;z-index:80;width:min(500px,100vw);height:100dvh;background:#fff;box-shadow:-24px 0 70px rgba(16,24,40,.18);transform:translateX(100%);transition:.24s ease;display:grid;grid-template-rows:auto 1fr auto}.cart-drawer.open{transform:none}.drawer-head{padding:22px 24px;border-bottom:1px solid var(--line);display:flex;justify-content:space-between;align-items:flex-start}.drawer-head h2{font-size:24px;margin:2px 0}.drawer-head small{color:var(--muted)}.drawer-close{width:40px;height:40px;border:1px solid var(--line);border-radius:12px;background:#fff;display:grid;place-items:center;cursor:pointer}.drawer-items{overflow:auto;padding:14px 20px}.drawer-item{display:grid;grid-template-columns:72px minmax(0,1fr) auto;gap:12px;padding:12px 0;border-bottom:1px solid #f0f1f3;align-items:center}.drawer-item img{width:72px;height:72px;object-fit:contain;background:#f9fafb;border-radius:12px}.drawer-item-info strong{font-size:13px;display:block}.drawer-item-info small{display:block;color:var(--muted);font-size:10px;margin-top:3px}.drawer-item-price{text-align:right;font-size:12px;font-weight:900}.drawer-controls{display:flex;align-items:center;gap:5px;margin-top:8px}.drawer-controls button{width:28px;height:28px;border:1px solid var(--line);border-radius:8px;background:#fff;cursor:pointer;display:grid;place-items:center}.drawer-controls span{min-width:24px;text-align:center;font-size:12px;font-weight:900}.drawer-remove{color:#b42318!important;background:#fef3f2!important;border-color:#fecdca!important}.drawer-footer{padding:18px 24px;border-top:1px solid var(--line);background:#fff}.drawer-total{display:flex;justify-content:space-between;margin-bottom:14px}.drawer-total strong{font-size:20px}.drawer-actions{display:grid;grid-template-columns:1fr 1.25fr;gap:9px}
.toast-wrap{position:fixed;right:18px;bottom:18px;z-index:100;display:grid;gap:8px}.toast{background:#101828;color:#fff;padding:12px 14px;border-radius:12px;box-shadow:var(--shadow);font-size:12px;font-weight:750;animation:toastIn .2s ease}.toast.error{background:#b42318}.toast.success{background:#067647}@keyframes toastIn{from{opacity:0;transform:translateY(8px)}}

@media(max-width:1024px){.header-main{grid-template-columns:auto 1fr auto;gap:14px}.header-actions .action-label{display:none}.hero-card{grid-template-columns:1fr}.hero-copy{padding:48px}.hero-visual{display:none}.hero-benefits{left:48px}.category-grid,.product-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.filters{grid-template-columns:1fr 180px 160px}.filters .btn{grid-column:1/-1}.product-detail{grid-template-columns:1fr}.product-info{position:static}.cart-layout,.checkout-layout{grid-template-columns:1fr}.summary{position:static}.footer-main{grid-template-columns:1fr 1fr}}
@media(max-width:760px){.container{width:min(calc(100% - 22px),var(--container))}.announcement{font-size:11px}.header-main{min-height:68px;grid-template-columns:auto 1fr auto}.brand-copy{display:none}.header-search{display:none}.mobile-menu-button{display:grid}.header-action.account-action{display:none}.header-nav{display:none}.header-nav.open{display:block}.nav-row{flex-direction:column;align-items:stretch;padding:10px}.nav-link{font-size:13px}.hero{padding-top:20px}.hero-card{min-height:390px;border-radius:22px}.hero-copy{padding:34px 24px 90px}.hero h1{font-size:42px}.hero p{font-size:14px}.hero-benefits{left:24px;right:24px;bottom:22px;gap:10px}.category-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.product-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.product-card-body{padding:12px}.product-card-title{font-size:13px}.product-card-actions{grid-template-columns:1fr}.product-card-actions .icon-button{display:none}.filters{grid-template-columns:1fr}.gallery{grid-template-columns:1fr}.gallery-thumbs{order:2;flex-direction:row;overflow:auto}.gallery-thumb{width:64px;flex:0 0 64px}.product-info{padding:20px}.product-info h1{font-size:28px}.product-buy{grid-template-columns:1fr}.cart-row{grid-template-columns:70px minmax(0,1fr) auto;gap:10px}.cart-row img{width:70px;height:70px}.cart-row .qty-control{grid-column:2}.cart-line-price{grid-column:3;grid-row:1}.cart-remove{grid-column:3;grid-row:2}.form-grid{grid-template-columns:1fr}.account-layout{grid-template-columns:1fr}.account-nav{position:static;display:flex;overflow:auto}.account-nav a{white-space:nowrap}.footer-main{grid-template-columns:1fr;gap:28px}.footer-bottom{flex-direction:column}.section-head{align-items:flex-start}.section-head h1{font-size:30px}}
@media(max-width:480px){.product-grid{grid-template-columns:1fr 1fr}.category-grid{grid-template-columns:1fr}.product-card-image{aspect-ratio:1}.product-card-actions .btn{min-height:40px;padding:0 10px;font-size:11px}.drawer-item{grid-template-columns:60px minmax(0,1fr) auto}.drawer-item img{width:60px;height:60px}.drawer-actions{grid-template-columns:1fr}.checkout-item{grid-template-columns:52px minmax(0,1fr) auto 30px}}

/* Optional brand identity */
.brand.icon-only{min-width:42px}.brand-mark .icon,.brand-mark-generic .icon{width:22px;height:22px}.footer-brand-logo{filter:brightness(0) invert(1);max-height:46px}.footer-generic-mark{width:44px;height:44px;border-radius:14px;display:grid;place-items:center;background:rgba(255,255,255,.1);color:#fff;margin-bottom:14px}.footer-generic-mark .icon{width:22px;height:22px}.hero-placeholder .icon{width:116px;height:116px;stroke-width:1.25}

/* Product mixed media + image-only zoom */
.gallery-main.is-image{cursor:zoom-in}.gallery-main.is-video{cursor:default}.gallery-main img{transition:transform .12s ease;will-change:transform}.gallery-main video{width:100%;height:100%;object-fit:contain;background:#000}.gallery-video-thumb{width:42px;height:42px;border-radius:50%;display:grid;place-items:center;background:#101828;color:#fff;font-size:15px;margin:auto}.gallery-thumb small{display:block;margin-top:4px;font-size:9px;font-weight:800;color:#667085}.gallery-thumb:has(.gallery-video-thumb){display:grid;place-items:center;align-content:center}

/* Phone field with fixed country prefix */
.phone-field{display:flex;align-items:center;border:1px solid var(--line);border-radius:10px;background:#fff;overflow:hidden}.phone-prefix{flex:0 0 auto;padding:0 12px;font-size:13px;font-weight:850;color:#344054;border-right:1px solid var(--line);height:42px;display:flex;align-items:center;background:#f9fafb}.phone-field input{border:0!important;border-radius:0!important;box-shadow:none!important;min-width:0}.phone-field:focus-within{border-color:var(--brand);box-shadow:0 0 0 3px rgba(21,94,239,.08)}

/* Keep image and video in the same gallery cell. The old grid placed the video
   in a clipped second row, so it was loaded but never visible. */
.gallery-main>[data-gallery-main-image],
.gallery-main>[data-gallery-main-video]{grid-area:1/1;min-width:0;min-height:0;width:100%;height:100%}
.gallery-main.is-image>[data-gallery-main-video],
.gallery-main.is-video>[data-gallery-main-image]{display:none!important}
.gallery-main.is-image>[data-gallery-main-image],
.gallery-main.is-video>[data-gallery-main-video]{display:block!important}
.gallery-main>[data-gallery-main-video]{object-fit:contain;background:#000}


/* Accessible controls and responsive storefront refinements. */
:where(a, button, input, select, textarea, summary):focus-visible {
  outline: 3px solid var(--brand);
  outline-offset: 3px;
}
.nav-row { scrollbar-width: thin; scrollbar-color: #cbd5e1 transparent; }
.nav-row::-webkit-scrollbar { display: block; height: 4px; }
.nav-row::-webkit-scrollbar-thumb { background: #cbd5e1; border-radius: 6px; }
.product-card-title, .product-info h1 { overflow-wrap: anywhere; }
.gallery-main { position: relative; }
.gallery-preview-button {
  position: absolute; top: 12px; right: 12px; z-index: 2;
  width: 44px; height: 44px; padding: 10px;
  display: grid; place-items: center;
  border: 1px solid var(--line); border-radius: 50%;
  background: rgba(255, 255, 255, .96); color: var(--ink);
  box-shadow: 0 3px 12px rgba(16, 24, 40, .1); cursor: zoom-in;
}
.gallery-preview-button svg { width: 22px; height: 22px; }
.gallery-main.is-video .gallery-preview-button { display: none; }
body.lightbox-open { overflow: hidden; }
.product-lightbox {
  width: min(1100px, calc(100vw - 28px)); max-width: none;
  max-height: calc(100dvh - 28px); overflow: auto;
  padding: 52px 20px 18px; border: 0; border-radius: 20px;
  background: #fff; color: var(--ink); box-shadow: var(--shadow);
}
.product-lightbox::backdrop { background: rgba(16, 24, 40, .78); }
.product-lightbox figure { margin: 0; }
.product-lightbox img { width: 100%; height: min(72dvh, 900px); object-fit: contain; }
.product-lightbox figcaption { padding-top: 12px; text-align: center; font-size: 14px; color: var(--muted); }
.lightbox-close {
  position: absolute; top: 8px; right: 10px; width: 42px; height: 42px;
  border: 1px solid var(--line); border-radius: 50%; background: #fff;
  color: var(--ink); font-size: 28px; line-height: 1; cursor: pointer;
}
@media (max-width: 760px) {
  .header-main { grid-template-columns: minmax(0, 1fr) auto; gap: 10px; padding-block: 12px; }
  .header-actions { grid-column: 2; grid-row: 1; justify-self: end; }
  .header-search { display: block; grid-column: 1 / -1; grid-row: 2; width: 100%; }
  .header-action.account-action { display: flex; }
  .header-nav.open { max-height: calc(100dvh - 145px); overflow-y: auto; }
  .brand { min-width: 0; }
  .brand-copy { display: grid; min-width: 0; }
  .brand-copy strong { font-size: 15px; overflow-wrap: anywhere; }
  .brand-copy small { display: none; }
  .brand-logo { max-width: 100px; }
  .page { padding-top: 18px; padding-bottom: 40px; }
  .breadcrumb { padding-top: 8px; }
  .section-sm { padding-block: 22px; }
  .hero h1 { font-size: clamp(30px, 8.5vw, 42px); }
  .product-info h1 { font-size: clamp(24px, 6.6vw, 30px); }
  .field input, .field select, .field textarea, .header-search input { font-size: 16px; }
  .rich-content { padding: 20px; overflow-x: auto; }
  .drawer-controls button { width: 36px; height: 36px; }
  .product-lightbox { padding: 52px 10px 14px; border-radius: 16px; }
}
@media (hover: none) {
  .gallery-main.is-image img { transform: none !important; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation: none !important; transition: none !important; }
}
.product-card-image video{width:100%;height:100%;object-fit:contain;padding:12px;pointer-events:none}
.product-card-image .product-video-badge{top:auto;bottom:10px}

/* Product zoom keeps the original image and supports scrolling at 150–300%. */
.lightbox-controls{display:flex;align-items:center;justify-content:center;gap:8px;padding:8px 50px 12px}
.lightbox-controls button{min-width:44px;min-height:44px}
.lightbox-controls button:disabled{opacity:.4;cursor:default}
.lightbox-scroller{width:100%;max-height:70vh;overflow:auto;overscroll-behavior:contain}
.product-lightbox .lightbox-scroller img{display:block;width:100%;max-width:none;max-height:65vh;object-fit:contain;margin:auto}
.product-lightbox .lightbox-scroller img.is-zoomed{height:auto;max-height:none;object-fit:contain;margin:0}
.tracking-history{padding-left:20px;display:grid;gap:16px}.tracking-history time{display:block;color:var(--muted);font-size:13px}

/* Preserve supplied brand artwork and its full colours. */
.brand-logo-picture{display:block;line-height:0}.brand-logo-picture .brand-logo{width:150px;max-width:150px;height:auto;max-height:88px}.brand-mobile-name{display:none}.footer-brand-logo{filter:none;width:210px;max-width:210px;height:auto;max-height:130px;border-radius:12px}.footer-about nav[aria-label="Rrjetet sociale"]{display:flex;gap:18px;margin-top:16px}
@media(max-width:600px){.brand-logo-picture{flex:0 0 auto}.brand-logo-picture .brand-logo{width:44px;height:44px;max-width:44px;border-radius:10px}.brand-mobile-name{display:block;font-size:15px;white-space:nowrap;min-width:0;overflow:hidden;text-overflow:ellipsis}.header-main>.brand{gap:8px;min-width:0;overflow:hidden}}

/* Compact, stable brand dimensions and user-triggered video loading. */
.brand-logo-picture .brand-logo{width:130px;max-width:130px;max-height:74px}.footer-brand-logo{width:180px;max-width:180px;max-height:103px}.gallery-video-start{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);z-index:2;white-space:nowrap}.gallery-video-start:hover{transform:translate(-50%,-50%)}.gallery-video-start[hidden]{display:none}@media(max-width:600px){.brand-logo-picture .brand-logo{width:40px;height:40px;max-width:40px;max-height:40px}}
