:root{--bg: #ffffff;--surface: #ffffff;--soft: #f6f6f6;--soft-2: #eeeeee;--ink: #050505;--muted: #666666;--line: #d8d8d8;--brand: #000000;--brand-dark: #000000;--brand-soft: #000000;--shadow: 0 24px 60px rgba(0, 0, 0, .12);--radius: 8px;color:var(--ink);background:var(--bg);font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-synthesis:none;text-rendering:optimizeLegibility}*{box-sizing:border-box}body{margin:0;min-width:320px;background:var(--bg)}button,input,select,textarea{font:inherit}button{color:inherit}.app{min-height:100vh;padding-bottom:calc(34px + var(--tg-safe-area-inset-bottom, 0px))}.app-header{position:sticky;top:0;z-index:40;display:grid;grid-template-columns:minmax(132px,190px) minmax(0,1fr) minmax(180px,240px) minmax(180px,230px) minmax(150px,190px);gap:12px;align-items:center;padding:calc(14px + var(--tg-safe-area-inset-top, 0px)) clamp(14px,4vw,64px) 14px;background:#fffffffa;border-bottom:1px solid var(--line);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px)}.header-logo{grid-column:1;display:flex;align-items:center;justify-content:flex-start;width:clamp(132px,14vw,190px);height:64px;min-width:0;padding:0;text-decoration:none}.header-logo img{display:block;width:100%;height:100%;object-fit:contain;object-position:left center}.catalog-button{grid-column:3}.account-button{grid-column:4}.header-cart{grid-column:5}.search-field{display:flex;min-width:0;height:54px;align-items:center;gap:10px;padding:0 22px;border:1px solid transparent;border-radius:999px;background:var(--soft);color:var(--muted)}.search-field:focus-within{border-color:var(--brand);box-shadow:0 0 0 3px #00000014}.search-field input{width:100%;min-width:0;border:0;outline:0;background:transparent;color:var(--ink);font-size:16px}.search-field input::placeholder{color:#777}.catalog-button,.account-button,.header-cart,.primary-button,.add-button,.ghost-link,.contact-button,.pager button,.floating-cart{border:0;border-radius:6px;cursor:pointer;transition:transform .16s ease,box-shadow .16s ease,background .16s ease,opacity .16s ease}.catalog-button{display:flex;height:58px;align-items:center;gap:12px;padding:0 30px;background:var(--brand);color:#fff;box-shadow:none;font-weight:700}.account-button{display:flex;height:58px;min-width:0;align-items:center;justify-content:center;gap:10px;padding:0 18px;border:1px solid var(--line);background:#fff;color:var(--brand-dark);font-size:15px;font-weight:700}.header-cart{position:relative;display:flex;height:58px;min-width:0;align-items:center;justify-content:center;gap:10px;padding:0 18px;border:1px solid var(--line);background:#fff;color:var(--brand-dark);font-size:15px;font-weight:700}.header-cart b,.floating-cart b{display:grid;min-width:22px;height:22px;place-items:center;border-radius:999px;background:var(--brand);color:#fff;font-size:12px}main{width:min(1460px,calc(100% - 36px));margin:0 auto}.section{padding:54px 0 0}.section-head{display:flex;align-items:center;justify-content:space-between;gap:24px;margin-bottom:26px}.section-head h2{margin:0;color:var(--brand-dark);font-size:clamp(28px,3vw,42px);font-weight:900;letter-spacing:0}.section-head p{margin:7px 0 0;color:var(--muted)}.ghost-link{display:flex;height:52px;align-items:center;gap:14px;padding:0 24px;border:1px solid var(--line);background:#fff;color:var(--brand);font-weight:700}.empty-state{display:grid;gap:8px;min-height:260px;align-content:center;justify-items:start;border-top:1px solid var(--line);color:var(--ink)}.empty-state h3{margin:0;font-size:24px}.empty-state p{max-width:420px;margin:0;color:var(--muted);line-height:1.5}.category-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px}.category-card{position:relative;min-height:170px;overflow:hidden;padding:28px 26px;border:0;border-radius:var(--radius);background:#000;color:#fff;cursor:pointer;text-align:left}.category-card:after{position:absolute;inset:0;background:linear-gradient(90deg,#000000c7,#0003);content:""}.category-card img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}.category-card span,.category-card small{position:relative;z-index:1;display:block}.category-card span{max-width:230px;font-size:23px;font-weight:700;line-height:1.2}.category-card small{margin-top:22px;color:#ffffffdb;font-size:15px}.product-head{align-items:flex-end}.filters{display:flex;flex-wrap:wrap;justify-content:flex-end;gap:6px}.chip,.filters select{height:34px;border:1px solid var(--line);border-radius:6px;background:#fff;color:var(--muted);padding:0 12px;font-size:13px;font-weight:700}.filters select{max-width:170px}.chip{cursor:pointer}.chip.is-active{border-color:var(--brand);background:var(--brand);color:#fff}.product-grid{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:22px;min-height:520px;transition:opacity .18s ease}.product-grid.is-loading{opacity:.55}.product-card{overflow:hidden;border:1px solid var(--line);border-radius:var(--radius);background:#fff;box-shadow:none}.product-card:hover{border-color:var(--brand)}.product-media{display:block;width:100%;aspect-ratio:1 / .96;overflow:hidden;border:0;background:var(--soft-2);cursor:pointer}.product-media img{width:100%;height:100%;object-fit:cover;transition:transform .24s ease}.product-card:hover .product-media img{transform:scale(1.035)}.product-body{display:grid;gap:10px;padding:16px}.product-name{min-height:44px;padding:0;border:0;background:transparent;color:var(--brand-dark);cursor:pointer;font-size:16px;font-weight:800;line-height:1.35;text-align:left}.product-body p{min-height:34px;margin:0;color:var(--muted);font-size:13px;line-height:1.3}.product-body strong{color:var(--brand-dark);font-size:20px}.add-button{display:flex;height:46px;align-items:center;justify-content:center;gap:12px;background:var(--brand);color:#fff;font-weight:800}.pager{display:flex;align-items:center;justify-content:center;gap:16px;padding:34px 0 10px}.pager button{display:flex;height:42px;align-items:center;gap:8px;padding:0 16px;border:1px solid var(--line);background:#fff}.pager button:disabled{cursor:default;opacity:.45}.overlay{position:fixed;inset:0;z-index:80;display:grid;background:#0000008f;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.drawer{width:min(440px,100%);height:100%;overflow:auto;background:#fff;box-shadow:var(--shadow)}.category-drawer{justify-self:start}.cart-drawer,.account-drawer{justify-self:end}.drawer-head{position:sticky;top:0;z-index:2;display:flex;align-items:center;justify-content:space-between;gap:12px;padding:22px;border-bottom:1px solid var(--line);background:#fffffffa;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.drawer-head h3{margin:0;font-size:29px;font-weight:900}.drawer-head button,.modal-close{display:grid;width:42px;height:42px;place-items:center;border:1px solid var(--line);border-radius:999px;background:#fff;cursor:pointer}.drawer-note{margin:16px 22px 0;padding:12px 14px;border:1px solid var(--line);border-radius:8px;background:var(--soft);color:var(--muted);font-size:14px;line-height:1.35}.account-bonus,.account-referral{display:grid;gap:10px;margin:18px;padding:18px;border:1px solid var(--line);border-radius:var(--radius);background:#fff}.account-bonus span,.account-referral span{color:var(--muted);font-size:13px;font-weight:850}.account-bonus strong{color:var(--brand);font-size:34px;line-height:1.05}.account-bonus p{margin:0;color:var(--muted);font-size:13px;line-height:1.45}.account-referral input{width:100%;height:44px;min-width:0;border:1px solid var(--line);border-radius:6px;padding:0 12px;outline:0;background:#fff;color:var(--ink);font-size:13px}.account-actions{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}.account-actions button{min-height:42px;border:1px solid var(--line);border-radius:6px;background:#fff;color:var(--brand);cursor:pointer;font-size:13px;font-weight:850}.account-actions button:disabled{cursor:default;opacity:.5}.account-copy-status{grid-column:1 / -1;margin:-2px 0 0;color:var(--brand);font-size:12px;font-weight:850;line-height:1.35}.category-list{padding-bottom:28px}.category-row{display:grid;width:100%;grid-template-columns:1fr auto;gap:12px;align-items:center;padding:14px 22px 14px calc(22px + var(--level, 0) * 18px);border:0;border-bottom:1px solid var(--line);background:#fff;color:var(--ink);cursor:pointer;text-align:left}.category-row.is-active{background:var(--brand);color:#fff;font-weight:800}.category-row small,.category-row.is-active small{color:var(--muted)}.category-row.is-active small{color:#ffffffb8}.product-modal{position:relative;align-self:center;justify-self:center;display:grid;width:min(1120px,calc(100% - 28px));max-height:min(860px,calc(100vh - 34px));grid-template-columns:minmax(0,1.05fr) minmax(340px,.95fr);overflow:hidden;border:1px solid var(--line);border-radius:8px;background:#fff;box-shadow:var(--shadow)}.floating-cart{display:none!important}.modal-close{position:absolute;top:16px;right:16px;z-index:4}.gallery{display:grid;gap:12px;padding:24px;background:var(--soft)}.gallery-main{position:relative;display:grid;aspect-ratio:1 / 1;overflow:hidden;place-items:center;border-radius:var(--radius);background:var(--soft-2)}.gallery-open{position:relative;display:grid;width:100%;height:100%;place-items:center;padding:0;border:0;background:transparent;cursor:zoom-in}.gallery-open img{width:100%;height:100%;object-fit:contain}.gallery-open span{position:absolute;right:12px;bottom:12px;display:inline-flex;align-items:center;gap:6px;min-height:30px;padding:6px 10px;border-radius:999px;background:#ffffffe6;color:var(--ink);font-size:12px;font-weight:800;border:1px solid var(--line);box-shadow:none}.gallery-nav{position:absolute;top:50%;display:grid;width:42px;height:42px;place-items:center;border:0;border-radius:999px;background:#ffffffe0;cursor:pointer}.gallery-nav.left{left:14px}.gallery-nav.right{right:14px}.gallery-nav:disabled{opacity:.35}.thumbs{display:grid;grid-template-columns:repeat(8,1fr);gap:8px}.thumbs button{aspect-ratio:1;overflow:hidden;padding:0;border:2px solid transparent;border-radius:6px;background:transparent;cursor:pointer}.thumbs button.is-active{border-color:var(--brand)}.thumbs img{width:100%;height:100%;object-fit:cover}.product-info{overflow:auto;padding:64px 32px 32px}.product-info small{color:var(--muted);font-weight:700}.product-info h2{margin:14px 0 16px;font-size:clamp(30px,4vw,46px);font-weight:900;line-height:1.08}.product-info>b{display:block;margin-bottom:24px;color:var(--brand);font-size:28px}.size-block{margin-bottom:24px}.size-block>span{display:block;margin-bottom:10px;color:var(--muted);font-weight:800}.size-options{display:flex;flex-wrap:wrap;gap:7px}.size-options button{min-width:42px;height:34px;border:1px solid var(--line);border-radius:6px;background:#fff;cursor:pointer;font-size:14px;font-weight:800}.size-options button.is-active{border-color:var(--brand);background:var(--brand);color:#fff}.photo-lightbox{position:fixed;inset:0;z-index:120;display:grid;padding:calc(18px + var(--tg-safe-area-inset-top, 0px)) 18px calc(18px + var(--tg-safe-area-inset-bottom, 0px));place-items:center;background:#000000e6;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.photo-lightbox-frame{position:relative;display:grid;width:min(100%,1120px);height:min(100%,900px);place-items:center}.photo-lightbox-frame img{max-width:100%;max-height:100%;object-fit:contain;border-radius:8px;background:#fff;box-shadow:0 18px 46px #00000047}.photo-lightbox-close,.photo-lightbox-nav{position:absolute;z-index:2;display:grid;place-items:center;border:1px solid rgba(255,255,255,.22);border-radius:999px;background:#ffffffeb;color:var(--ink);cursor:pointer}.photo-lightbox-close{top:0;right:0;width:46px;height:46px}.photo-lightbox-nav{top:50%;width:48px;height:48px;transform:translateY(-50%)}.photo-lightbox-nav.left{left:0}.photo-lightbox-nav.right{right:0}.photo-lightbox-nav:disabled{cursor:default;opacity:.38}.description{white-space:pre-line;color:var(--muted);line-height:1.6}.buy-row{display:grid;grid-template-columns:auto 1fr;gap:12px;margin-top:26px}.stepper{display:grid;grid-template-columns:38px 42px 38px;height:48px;align-items:center;justify-items:center;border:1px solid var(--line);border-radius:6px}.stepper button{display:grid;width:100%;height:100%;place-items:center;border:0;background:transparent;cursor:pointer}.primary-button{display:flex;min-height:48px;align-items:center;justify-content:center;padding:0 22px;background:var(--brand);color:#fff;font-weight:900}.cart-items{display:grid;gap:12px;padding:18px}.empty{margin:16px 0;color:var(--muted)}.cart-item{display:grid;grid-template-columns:78px 1fr;gap:12px;padding:12px;border:1px solid var(--line);border-radius:var(--radius)}.cart-item img,.cart-item-placeholder{width:78px;height:88px;border-radius:6px}.cart-item img{object-fit:cover}.cart-item-placeholder{display:grid;place-items:center;background:var(--soft-2);color:var(--muted);font-size:12px;font-weight:800;text-align:center}.cart-item strong{display:block;margin-bottom:5px;line-height:1.28}.cart-item span{display:block;color:var(--muted);font-size:13px}.cart-item b{display:block;margin-top:8px}.cart-actions{display:flex;grid-column:2;align-items:center;gap:7px}.cart-actions button{display:grid;width:30px;height:30px;place-items:center;border:1px solid var(--line);border-radius:999px;background:#fff;cursor:pointer}.checkout{display:grid;gap:13px;padding:18px;border-top:1px solid var(--line)}.total-row{display:flex;align-items:center;justify-content:space-between;margin-bottom:8px;font-size:18px}.total-row b{color:var(--brand);font-size:23px}.total-row.discount b{color:var(--brand)}.total-row.payable{padding-top:10px;border-top:1px solid var(--line)}.bonus-spend{display:grid;grid-template-columns:minmax(0,1fr) 118px;gap:10px;align-items:center;padding:12px;border:1px solid var(--line);border-radius:6px;background:var(--soft)}.bonus-spend span,.bonus-spend small{display:block}.bonus-spend span{color:var(--brand-dark);font-weight:850}.bonus-spend small{margin-top:3px;color:var(--muted);font-size:12px;line-height:1.35}.checkout label{display:grid;gap:7px;color:var(--muted);font-size:13px;font-weight:800}.checkout input,.checkout textarea{width:100%;border:1px solid var(--line);border-radius:6px;outline:0;background:#fff;color:var(--ink)}.checkout input{height:44px;padding:0 12px}.checkout textarea{min-height:86px;resize:vertical;padding:11px 12px}.contact-button{height:42px;border:1px solid var(--line);background:var(--soft);color:var(--brand);font-weight:800}.contact-note{margin:0;color:var(--muted);font-size:13px;line-height:1.35}.error-text{margin:0;color:var(--brand);font-size:14px;font-weight:800}.success-state{display:grid;gap:14px;justify-items:start;padding:26px}.success-state svg{color:var(--brand)}.success-state h4{margin:0;font-size:24px}.success-state p{margin:0;color:var(--muted);line-height:1.5}.floating-cart{position:fixed;right:22px;bottom:calc(22px + var(--tg-safe-area-inset-bottom, 0px));z-index:30;display:none;min-height:52px;align-items:center;gap:10px;padding:0 18px;background:var(--brand);color:#fff;box-shadow:0 14px 30px #0000003d;font-weight:900}button:hover{transform:translateY(-1px)}button:focus-visible,input:focus-visible,select:focus-visible,textarea:focus-visible{outline:2px solid var(--brand);outline-offset:2px}.gallery-nav:hover,.photo-lightbox-close:hover{transform:none}.photo-lightbox-nav:hover,.photo-lightbox-nav:disabled:hover{transform:translateY(-50%)}button:disabled:hover{transform:none}@media(max-width:1180px){.app-header{grid-template-columns:minmax(118px,156px) minmax(0,1fr) minmax(150px,210px) minmax(150px,200px) minmax(135px,175px)}.header-logo{width:clamp(118px,13vw,156px)}.header-cart span{display:inline}.product-grid{grid-template-columns:repeat(4,minmax(0,1fr))}}@media(max-width:920px){.app-header{grid-template-columns:82px repeat(3,minmax(0,1fr));gap:8px;padding:calc(10px + var(--tg-safe-area-inset-top, 0px)) 10px 10px}.header-logo{grid-column:auto;width:82px;height:46px}.catalog-button,.account-button,.header-cart{grid-column:auto}.catalog-button span,.account-button span{display:inline}.catalog-button,.account-button,.header-cart{width:auto;height:46px;justify-content:center;gap:6px;padding:0 7px;font-size:12px;line-height:1.1;text-align:center}.search-field{height:48px;padding:0 14px}main{width:min(100% - 24px,760px)}.section{padding-top:26px}.section-head,.product-head{display:grid;align-items:start}.ghost-link{width:max-content;max-width:100%}.category-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.product-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.filters{justify-content:flex-start;gap:6px}.product-modal{align-self:stretch;width:100%;height:100dvh;max-height:100dvh;display:block;overflow-y:auto;border-radius:0}.gallery{padding:14px}.gallery-main{aspect-ratio:1 / 1.08}.product-info{overflow:visible;padding:20px 18px calc(34px + var(--tg-safe-area-inset-bottom, 0px))}.thumbs{grid-template-columns:repeat(6,1fr)}.size-options{gap:6px}.size-options button{min-width:38px;height:32px;font-size:13px}.gallery-open span{right:9px;bottom:9px}.photo-lightbox{padding:calc(10px + var(--tg-safe-area-inset-top, 0px)) 10px calc(10px + var(--tg-safe-area-inset-bottom, 0px))}.photo-lightbox-frame img{border-radius:6px}.photo-lightbox-close,.photo-lightbox-nav{width:42px;height:42px}.modal-close{position:fixed;top:calc(12px + var(--tg-safe-area-inset-top, 0px));right:12px}}@media(max-width:560px){.category-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;overflow:visible;padding-bottom:0;scroll-snap-type:none}.category-card{min-width:0;min-height:94px;padding:13px;scroll-snap-align:none}.category-card span{font-size:16px}.category-card small{margin-top:8px;font-size:12px}.category-section{padding-top:16px}.category-section .section-head{margin-bottom:12px}.category-section .ghost-link{display:none}.section-head h2{font-size:26px}.product-grid{gap:12px}.product-body{padding:12px}.product-name{min-height:58px;font-size:14px}.product-body p{display:none}.product-body strong{font-size:17px}.add-button{height:42px}.add-button span{font-size:14px}.drawer{width:100%}.buy-row{grid-template-columns:1fr}}
