@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&display=swap";:root{--black: #000000;--white: #ffffff;--accent: #a3c81f;--accent-dark: #88aa15;--muted: #a8a8a8;--line: #232323;--soft-line: #e8e8e8;--soft: #f5f5f5;--font: "Inter", Arial, sans-serif;color:var(--white);background:var(--black);font-family:var(--font);font-variant-numeric:tabular-nums}*{box-sizing:border-box;letter-spacing:0}html{min-width:320px;background:var(--black);scroll-behavior:smooth}body{margin:0;min-width:320px;background:var(--black);color:var(--white);font-family:var(--font);-webkit-font-smoothing:antialiased}body.is-locked{overflow:hidden}button,input,textarea{font:inherit}button{color:inherit}a{color:inherit;text-decoration:none}img{display:block;max-width:100%}.site{min-height:100vh;background:var(--black)}.site-header{position:sticky;top:0;z-index:20;display:grid;grid-template-columns:1fr auto 1fr;align-items:center;gap:20px;min-height:66px;padding:0 40px;background:#000000eb;border-bottom:1px solid var(--line);-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px)}.brand,.header-nav,.bag-button{display:inline-flex;align-items:center}.brand{gap:12px;justify-self:start;font-size:14px;font-weight:700}.brand-mark{display:grid;place-items:center;width:34px;height:34px;border:1px solid var(--white);background:var(--white);color:var(--black);font-size:13px;font-weight:800}.header-nav{justify-self:center;gap:28px;color:var(--muted);font-size:13px;font-weight:600}.header-nav a:hover{color:var(--white)}.bag-button{position:relative;justify-self:end;justify-content:center;width:46px;height:46px;border:1px solid var(--line);background:transparent;cursor:pointer}.bag-button:hover{border-color:var(--white)}.bag-button span{position:absolute;top:6px;right:5px;display:grid;place-items:center;min-width:17px;height:17px;padding:0 5px;background:var(--accent);color:var(--black);font-size:10px;font-weight:800}.intro{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:end;gap:28px;width:min(100%,1440px);margin:0 auto;padding:58px 40px 42px}.eyebrow{margin:0 0 14px;color:var(--muted);font-size:14px;font-weight:700;text-transform:uppercase}h1,h2,p{margin:0}h1{max-width:780px;font-size:52px;line-height:1.02;font-weight:800}.intro-facts{display:flex;flex-wrap:wrap;justify-content:flex-end;gap:8px;max-width:390px}.intro-facts span{min-height:36px;display:inline-flex;align-items:center;padding:0 13px;border:1px solid var(--line);color:var(--white);font-size:13px;font-weight:700}.catalog{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:48px 10px;width:min(100%,1440px);margin:0 auto;padding:0 40px 70px}.product-card{min-width:0}.product-link{display:grid;grid-template-rows:auto auto auto;width:100%;padding:0;border:0;background:transparent;text-align:left;cursor:pointer}.square-image{position:relative;width:100%;aspect-ratio:1 / 1;overflow:hidden;background:#101010;border:1px solid var(--line)}.square-image img,.modal-image img{width:100%;height:100%;object-fit:cover;object-position:center}.square-image .hover-image{position:absolute;inset:0;opacity:0;transition:opacity .16s ease}.product-link:hover .hover-image{opacity:1}.image-fallback{display:grid;place-items:center;width:100%;height:100%;padding:20px;color:var(--muted);font-weight:700;text-align:center}.product-title{min-height:50px;margin-top:17px;color:var(--white);font-size:18px;line-height:1.25;font-weight:600}.product-price{margin-top:7px;color:var(--white);font-size:16px;line-height:1.2;font-weight:600}.primary-button,.buy-button,.outline-button{min-height:45px;border:0;background:var(--accent);cursor:pointer;font-size:14px;font-weight:700}.primary-button,.buy-button{color:var(--black)}.primary-button{width:100%;margin-top:15px}.primary-button:hover,.buy-button:hover{background:var(--accent-dark)}.service-strip{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:24px;width:min(100%,1440px);margin:0 auto;padding:34px 40px 70px;border-top:1px solid var(--line)}.service-strip h2{font-size:24px;line-height:1.15}.service-strip p{margin-top:10px;color:var(--muted);font-size:15px;line-height:1.5}.outline-button{min-width:190px;padding:0 22px;border:1px solid var(--white);background:transparent;color:var(--white)}.outline-button:hover{border-color:var(--accent);color:var(--accent)}.modal-layer,.drawer-layer{position:fixed;inset:0;z-index:50}.modal-backdrop,.drawer-backdrop{position:absolute;inset:0;padding:0;border:0;background:#000000b3;cursor:pointer}.product-modal{position:absolute;top:50%;left:50%;display:grid;grid-template-columns:minmax(0,1.05fr) minmax(360px,.95fr);gap:40px;width:min(1120px,calc(100vw - 34px));max-height:calc(100vh - 34px);overflow:auto;transform:translate(-50%,-50%);padding:34px;background:var(--white);color:var(--black)}.icon-close{display:grid;place-items:center;width:44px;height:44px;padding:0;border:0;background:transparent;color:inherit;cursor:pointer}.product-modal>.icon-close{position:absolute;top:14px;right:14px;z-index:2}.modal-gallery{min-width:0}.modal-image{position:relative;width:100%;aspect-ratio:1 / 1;overflow:hidden;background:var(--soft);border:1px solid var(--soft-line)}.gallery-arrows{position:absolute;left:14px;right:14px;top:50%;display:flex;justify-content:space-between;transform:translateY(-50%);pointer-events:none}.gallery-arrows button{display:grid;place-items:center;width:42px;height:42px;border:0;background:#ffffffdb;color:var(--black);cursor:pointer;pointer-events:auto}.thumb-row{display:grid;grid-template-columns:repeat(6,60px);gap:8px;margin-top:12px}.thumb-row button{width:60px;height:60px;padding:0;border:1px solid var(--soft-line);background:var(--soft);cursor:pointer}.thumb-row button.is-active{border-color:var(--black)}.thumb-row img{width:100%;height:100%;object-fit:cover}.modal-copy{display:grid;align-content:start;gap:22px;padding:32px 18px 0 0}.modal-kicker{color:#777;font-size:13px;font-weight:800;text-transform:uppercase}.modal-copy h2{max-width:520px;font-size:36px;line-height:1.08;font-weight:700}.modal-price{font-size:24px;font-weight:700}.option-group{display:grid;gap:10px}.option-group>span{font-size:14px;font-weight:700}.option-group>div{display:flex;flex-wrap:wrap;gap:8px}.option-group button{display:inline-flex;align-items:center;gap:8px;min-height:42px;padding:0 14px;border:1px solid var(--soft-line);background:var(--white);color:var(--black);cursor:pointer;font-size:14px;font-weight:700}.option-group button.is-active{border-color:var(--black);background:var(--black);color:var(--white)}.color-dot{width:14px;height:14px;border:1px solid currentColor}.color-black{background:#050505}.color-white{background:#fff}.delivery-note{color:#666;font-size:15px;line-height:1.45}.buy-button{display:inline-flex;align-items:center;justify-content:center;gap:8px;min-height:54px;width:100%;padding:0 24px}.buy-button:disabled{background:#b8b8b8;cursor:not-allowed}.cart-drawer{position:absolute;top:0;right:0;display:grid;grid-template-rows:auto minmax(0,auto) auto auto auto;gap:22px;width:min(440px,100vw);height:100%;overflow:auto;padding:26px;background:var(--white);color:var(--black)}.drawer-head{display:flex;justify-content:space-between;align-items:center;gap:18px}.drawer-head h2{font-size:32px;line-height:1}.cart-list{display:grid;gap:14px}.cart-item{display:grid;grid-template-columns:72px minmax(0,1fr) auto;gap:12px;align-items:center;padding-bottom:14px;border-bottom:1px solid var(--soft-line)}.cart-item img{width:72px;height:72px;object-fit:cover;background:var(--soft)}.cart-item div:nth-child(2){display:grid;gap:5px;min-width:0}.cart-item strong{overflow-wrap:anywhere;font-size:14px;line-height:1.25}.cart-item span{color:#777;font-size:13px}.cart-item b{font-size:14px}.qty-control{display:grid;grid-template-columns:30px 28px 30px;align-items:center;border:1px solid var(--soft-line)}.qty-control button{display:grid;place-items:center;width:30px;height:34px;padding:0;border:0;background:var(--white);color:var(--black);cursor:pointer}.qty-control span{display:grid;place-items:center;color:var(--black);font-weight:700}.empty-cart{padding:24px;background:var(--soft);color:#686868;text-align:center}.buyer-form{display:grid;gap:12px}.buyer-form label{display:grid;gap:7px;color:#555;font-size:13px;font-weight:700}.buyer-form input,.buyer-form textarea{width:100%;min-height:44px;border:1px solid var(--soft-line);padding:10px 12px;background:var(--white);color:var(--black);outline:none;font-size:15px}.buyer-form textarea{resize:vertical;min-height:72px}.buyer-form input:focus,.buyer-form textarea:focus{border-color:var(--black)}.drawer-total{display:flex;justify-content:space-between;align-items:baseline;gap:16px;padding-top:4px;font-size:16px}.drawer-total strong{font-size:24px}@media(max-width:1120px){.catalog{grid-template-columns:repeat(3,minmax(0,1fr))}}@media(max-width:860px){.site-header{grid-template-columns:1fr auto;padding:0 18px}.header-nav{display:none}.intro{grid-template-columns:1fr;align-items:start;padding:38px 18px 30px}h1{font-size:34px}.intro-facts{justify-content:flex-start}.catalog{grid-template-columns:repeat(2,minmax(0,1fr));gap:34px 10px;padding:0 18px 52px}.product-title{min-height:58px;font-size:14px}.product-price{font-size:14px}.primary-button{min-height:42px;font-size:13px}.service-strip{grid-template-columns:1fr;padding:28px 18px 56px}.outline-button{width:100%}.product-modal{inset:auto 0 0 auto;grid-template-columns:1fr;gap:20px;width:100%;max-height:100%;transform:none;padding:18px}.product-modal>.icon-close{top:10px;right:10px;background:#ffffffe6}.modal-copy{padding:0 0 8px}.modal-copy h2{font-size:28px}.thumb-row{grid-template-columns:repeat(4,56px)}.cart-drawer{width:100vw;padding:20px 18px}}@media(max-width:420px){.brand{font-size:13px}.brand-mark{width:32px;height:32px}.intro-facts span{min-height:34px;padding:0 10px;font-size:12px}.cart-item{grid-template-columns:62px minmax(0,1fr)}.cart-item img{width:62px;height:62px}.qty-control{grid-column:2;justify-self:start}}
