:root{--navy:#11224b;--teal:#087f77;--ink:#14213c;--muted:#677083;--line:#e3e6e8;--pale:#f7f8f8;--cream:#f4f0e9;--white:#fff;font-family:Tahoma,Arial,sans-serif;color:var(--ink)}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:#fff}button,input,select,textarea{font:inherit}button{cursor:pointer}a{text-decoration:none;color:inherit}img{max-width:100%}.wrap{width:min(1180px,calc(100% - 44px));margin:auto}.hidden{display:none!important}
.promo{background:var(--navy);color:#fff;font-size:11px;letter-spacing:.1px}.promo-inner{min-height:35px;display:flex;align-items:center;justify-content:space-between;gap:12px}.promo a{color:#b7e6dd;font-weight:800}
.site-header{display:flex;align-items:center;justify-content:space-between;gap:20px;min-height:88px}.brand{display:flex;align-items:center;flex-shrink:0}.brand img{width:116px;height:64px;object-fit:contain}.site-header nav{display:flex;gap:34px;font-size:13px;font-weight:800;white-space:nowrap}.site-header nav a:hover{color:var(--teal)}.head-actions{display:flex;align-items:center;gap:12px}.search{width:245px;background:#f5f6f7;border:1px solid #eef0f1;border-radius:11px;display:flex;align-items:center;gap:8px;padding:0 13px;height:43px}.search span{font-size:24px;color:#7b8493;line-height:1}.search input{width:100%;border:0;background:transparent;outline:none;font-size:12px;color:var(--ink)}.bag-btn{position:relative;display:grid;place-items:center;width:44px;height:44px;border:1px solid var(--line);border-radius:11px;color:var(--navy);background:#fff;flex-shrink:0}.bag-btn svg{width:22px;height:22px}.bag-btn span{position:absolute;top:-7px;left:-7px;display:grid;place-items:center;min-width:19px;height:19px;padding:0 3px;border-radius:99px;background:var(--teal);color:#fff;font-size:10px;font-weight:800}
.button{display:inline-flex;align-items:center;justify-content:center;gap:9px;border:0;border-radius:10px;padding:12px 22px;font-size:13px;font-weight:800;min-height:46px}.button.navy{background:var(--navy);color:#fff}.button.teal{background:var(--teal);color:#fff}.button.white{background:#fff;color:var(--navy)}.button.wide{width:100%}.button:disabled{opacity:.5;cursor:not-allowed}
.hero{padding:0 0 24px}.hero-shell{display:grid;grid-template-columns:1fr 1fr;min-height:440px;background:var(--cream);border-radius:21px;overflow:hidden}.hero-copy{display:flex;flex-direction:column;align-items:flex-start;justify-content:center;padding:50px clamp(30px,5vw,75px)}.hero-kicker,.section-kicker{display:inline-flex;align-items:center;gap:8px;font-size:12px;font-weight:800;letter-spacing:.3px;color:var(--teal)}.hero-kicker:before,.section-kicker:before{content:'';width:18px;height:2px;background:currentColor}.hero h1{font-size:clamp(42px,5vw,73px);line-height:1.2;letter-spacing:-2px;margin:20px 0 14px;color:var(--navy)}.hero p{max-width:400px;font-size:14px;line-height:2;color:#4d5a69;margin:0 0 25px}.hero-actions{display:flex;align-items:center;gap:23px;flex-wrap:wrap}.hero-link{font-size:13px;font-weight:800;color:var(--navy)}.hero-foot{display:flex;align-items:center;gap:10px;margin-top:42px;color:#687482;font-size:11px;font-weight:800;white-space:nowrap}.hero-foot i{width:3px;height:3px;border-radius:50%;background:#9aabac}.hero-visual{position:relative;min-width:0;background:#e5e9e7;overflow:hidden}.hero-visual picture,.hero-visual img{display:block;width:100%;height:100%}.hero-visual img{object-fit:cover;object-position:center;transform:scale(1.1)}.hero-visual-label{position:absolute;bottom:25px;left:25px;background:#fff;color:var(--navy);border-radius:12px;padding:13px 17px;font-size:11px;line-height:1.7;box-shadow:0 12px 26px #0002}.hero-visual-label strong{font-size:17px}
.size-strip{border-bottom:1px solid var(--line)}.size-inner{display:flex;align-items:center;gap:25px;min-height:83px}.size-heading{display:grid;gap:3px;min-width:185px}.size-heading span{font-size:13px;font-weight:900}.size-heading small{font-size:11px;color:var(--muted)}.size-buttons{display:flex;gap:8px;overflow-x:auto;scrollbar-width:none;padding:3px 0}.size-buttons::-webkit-scrollbar{display:none}.size-buttons button,.size-pill{border:1px solid #d5dbde;background:#fff;color:var(--navy);border-radius:8px;min-width:43px;height:41px;font-size:13px;font-weight:800}.size-buttons button.active,.size-pill.active{background:var(--navy);border-color:var(--navy);color:#fff}
.catalog{background:#f8f9f8;padding:72px 0 85px}.section-top{display:flex;align-items:flex-end;justify-content:space-between;gap:15px;margin-bottom:27px}.section-top h2,.how h2{font-size:clamp(27px,3vw,38px);line-height:1.25;letter-spacing:-.5px;margin:10px 0 5px;color:var(--navy)}.section-top p{font-size:12px;color:var(--muted);margin:0}.text-btn{border:0;background:none;color:var(--teal);font-size:12px;font-weight:900;white-space:nowrap;padding:8px}.product-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:20px}.product-card{background:#fff;border:1px solid #e5e8e8;border-radius:16px;overflow:hidden;transition:transform .2s,box-shadow .2s}.product-card:hover{transform:translateY(-3px);box-shadow:0 12px 30px #10204013}.product-photo{position:relative;width:100%;height:260px;border:0;padding:0;display:grid;place-items:center;background:#f1f2f0;overflow:hidden;cursor:pointer}.product-photo img{width:100%;height:100%;object-fit:contain;transition:transform .3s}.product-card:hover .product-photo img{transform:scale(1.04)}.placeholder{display:grid;place-items:center;width:80%;height:80%;border:1px solid #dce1de;color:#9aa5a0;font-size:18px;font-weight:900;background:#f9faf9}.badge{position:absolute;top:13px;right:13px;background:var(--navy);color:#fff;border-radius:6px;padding:6px 9px;font-size:11px;font-weight:800}.card-info{padding:17px;display:flex;flex-direction:column}.code-line{display:flex;align-items:center;justify-content:space-between;gap:6px;font-size:11px;color:var(--muted);font-weight:800}.low{color:#ad533e;background:#fff0e9;border-radius:5px;padding:4px 6px}.product-card h3{font-size:16px;line-height:1.5;min-height:49px;margin:12px 0 7px;color:var(--navy)}.price{font-size:20px;font-weight:900;color:var(--navy)}.old{font-size:12px;color:#929bab;text-decoration:line-through;margin-inline-start:8px}.card-sizes{display:flex;flex-wrap:wrap;gap:6px;margin:15px 0 8px}.card-sizes button{border:1px solid var(--line);background:#fff;color:var(--navy);border-radius:7px;min-width:34px;height:34px;padding:0 6px;font-size:11px;font-weight:800}.card-sizes button.active{background:var(--navy);border-color:var(--navy);color:#fff}.product-card .button{width:100%;margin-top:9px}.preview-note,.empty{background:#eaf5f1;color:#176a65;padding:13px 16px;border-radius:10px;font-size:13px}.photo-open:focus-visible,.card-sizes button:focus-visible,.button:focus-visible{outline:3px solid var(--teal);outline-offset:2px}
.how{padding:78px 0 85px;background:#fff}.how-heading{margin-bottom:30px}.how-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}.how-grid>div{border:1px solid var(--line);border-radius:15px;padding:23px 24px;background:#fff}.how-grid strong{font-size:12px;color:var(--teal)}.how-grid h3{color:var(--navy);font-size:18px;margin:15px 0 8px}.how-grid p{font-size:12px;line-height:1.9;color:var(--muted);margin:0}
footer{background:var(--navy);color:#fff}.foot-inner{display:grid;grid-template-columns:1fr 1fr auto;gap:35px;padding:45px 0;align-items:start;font-size:12px}.foot-brand img{width:108px;background:#fff;border-radius:9px;padding:4px}.foot-brand p,.foot-info p{color:#bdc9da;line-height:1.9}.foot-info strong{font-size:14px}.foot-info details{margin:15px 0}.admin-link{color:#b8d7d2;text-decoration:underline}
.overlay{position:fixed;inset:0;background:#07132db3;z-index:10}.drawer{position:fixed;inset:0 auto 0 0;width:min(420px,100vw);background:#fff;z-index:11;display:flex;flex-direction:column;box-shadow:0 0 40px #0003}.drawer-head{display:flex;align-items:center;justify-content:space-between;padding:20px 24px;border-bottom:1px solid var(--line)}.drawer-head h2{margin:0}.icon-btn{border:0;background:#eff3f4;width:36px;height:36px;border-radius:9px;font-size:24px;line-height:1}.drawer-body{padding:20px 24px;overflow:auto;flex:1}.drawer-foot{padding:20px 24px;border-top:1px solid var(--line)}.cart-row{display:grid;grid-template-columns:65px 1fr auto;gap:10px;border-bottom:1px solid var(--line);padding:12px 0;align-items:center}.cart-row img{width:65px;height:65px;object-fit:cover;border-radius:8px}.cart-row .cart-placeholder{font-size:42px}.cart-row h3{font-size:13px;margin:0}.cart-row small{color:var(--muted)}.qty{display:flex;align-items:center;gap:5px;margin-top:5px}.qty button{border:1px solid var(--line);background:#fff;border-radius:5px;width:26px;height:26px}.remove{border:0;background:none;color:#b82e40}.total-line{display:flex;justify-content:space-between;gap:10px;margin:12px 0;font-size:14px}.total-line.final{border-top:1px solid var(--line);padding-top:12px;font-size:17px}.modal{position:fixed;z-index:11;top:50%;left:50%;transform:translate(-50%,-50%);width:min(760px,calc(100vw - 24px));max-height:90vh;overflow:auto;background:#fff;border-radius:18px;padding:28px;box-shadow:0 24px 70px #0005}.modal-close{position:absolute;top:14px;left:14px}.detail-grid{display:grid;grid-template-columns:1fr 1fr;gap:26px}.detail-main-image{height:330px;background:#f1f2f0;border-radius:12px;display:grid;place-items:center;overflow:hidden}.detail-main-image img{width:100%;height:100%;object-fit:contain}.detail-main-image span{font-size:20px;color:#9aa5a0}.thumbs{display:flex;gap:8px;margin-top:10px}.thumbs button{border:1px solid var(--line);background:#fff;border-radius:8px;width:55px;height:55px;padding:2px}.thumbs img{width:100%;height:100%;object-fit:cover}.detail-info h2{font-size:25px;color:var(--navy)}.detail-info p{color:var(--muted);font-size:13px}.detail-sizes{display:flex;gap:7px;flex-wrap:wrap}.detail-info .button{width:100%;margin-top:20px}.checkout{width:min(500px,calc(100vw - 24px))}.checkout h2{margin-top:0}.checkout form{display:grid;gap:10px}.checkout label{display:grid;gap:3px;font-size:13px;font-weight:800}.checkout input,.checkout select,.checkout textarea{width:100%;border:1px solid var(--line);border-radius:9px;padding:10px;background:#fff}.checkout textarea{min-height:62px;resize:vertical}.error{color:#b62239;background:#ffeff2;padding:9px;border-radius:8px}.success{background:#e7f6f2;padding:25px;border-radius:16px;text-align:center}.success strong{font-size:25px;color:var(--teal)}.success-main{min-height:70vh;display:grid;place-items:center}.success-card{width:min(500px,100%);margin:30px auto}
@media(max-width:900px){.site-header nav{gap:18px}.search{width:190px}.hero-shell{min-height:390px}.hero-copy{padding:35px}.hero h1{font-size:49px}.product-grid{gap:12px}.product-photo{height:220px}}
@media(max-width:700px){.wrap{width:calc(100% - 28px)}.site-header{position:sticky;top:0;z-index:8;background:#fff;display:grid;grid-template-columns:1fr auto;gap:5px 8px;min-height:0;padding:9px 0 8px}.brand{grid-column:1;grid-row:1}.brand img{width:84px;height:43px}.head-actions{display:contents}.bag-btn{grid-column:2;grid-row:1;width:42px;height:42px}.search{grid-column:1/-1;grid-row:2;width:100%;height:41px}.site-header nav{grid-column:1/-1;grid-row:3;display:flex;overflow-x:auto;scrollbar-width:none;gap:22px;padding:6px 0 2px;font-size:11px}.site-header nav::-webkit-scrollbar{display:none}.promo-inner{min-height:29px;font-size:10px}.promo a{display:none}.hero{padding:0 0 15px}.hero-shell{display:flex;flex-direction:column;min-height:0;border-radius:15px}.hero-copy{padding:28px 25px 20px}.hero h1{font-size:43px;margin:12px 0 10px}.hero p{font-size:12px;line-height:1.85;margin-bottom:18px}.hero-foot{margin-top:22px;font-size:10px}.hero-visual{height:260px}.hero-visual-label{left:13px;bottom:13px;padding:8px 11px;font-size:10px}.hero-visual-label strong{font-size:13px}.size-inner{align-items:flex-start;flex-direction:column;gap:9px;padding:17px 0}.size-heading{gap:1px}.size-heading small{font-size:10px}.size-buttons{width:100%;padding:2px 0 6px}.size-buttons button{min-width:41px;height:39px}.catalog{padding:46px 0 58px}.section-top{margin-bottom:19px}.section-top h2{font-size:27px}.product-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:9px}.product-photo{height:175px}.card-info{padding:11px}.product-card{border-radius:11px}.product-card h3{font-size:13px;min-height:39px;margin:8px 0 6px}.code-line{font-size:9px}.low{font-size:9px;padding:3px}.price{font-size:16px}.old{font-size:10px;margin-inline-start:4px}.card-sizes{gap:4px;margin:10px 0 6px}.card-sizes button{min-width:31px;height:31px;font-size:10px;padding:0 4px}.product-card .button{min-height:41px;padding:8px 5px;font-size:11px}.badge{top:8px;right:8px;font-size:9px;padding:5px 6px}.how{padding:50px 0}.how-grid{grid-template-columns:1fr;gap:9px}.how-grid>div{padding:18px}.how-grid h3{margin:7px 0 4px}.foot-inner{grid-template-columns:1fr 1fr;gap:20px;padding:35px 0}.admin-link{grid-column:1/-1}.detail-grid{grid-template-columns:1fr;gap:12px}.detail-main-image{height:230px}.modal{top:auto;bottom:0;transform:translateX(-50%);width:100vw;max-height:92dvh;border-radius:20px 20px 0 0;padding:22px}.detail-info h2{font-size:20px;margin:9px 0}.detail-info .button{margin-top:12px}.drawer{width:100vw}}
@media(max-width:380px){.hero h1{font-size:37px}.hero-visual{height:210px}.hero-foot{gap:6px;font-size:9px}.product-photo{height:145px}.card-info{padding:9px}.card-sizes button{min-width:27px;height:29px}.price{font-size:14px}.old{font-size:9px}.product-card .button{font-size:10px}}
