@import url(https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&display=swap);body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;margin:0}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}.login-container{align-items:center;background:#f5f5f7;display:flex;justify-content:center;min-height:100vh}.login-box{background:#fff;border:1px solid #00000014;border-radius:20px;box-shadow:0 8px 40px #00000012;max-width:400px;padding:48px 40px;text-align:center;width:100%}.login-logo{height:80px;margin-bottom:24px;width:auto}.login-box h2{color:#000;font-size:22px;font-weight:700;letter-spacing:-.02em;margin-bottom:8px}.login-box p{color:#0000006b;font-size:14px;font-weight:400;margin-bottom:32px}.input-group{margin-bottom:16px;text-align:left}.input-group label{color:#0000008c;display:block;font-size:13px;font-weight:500;margin-bottom:8px}.input-group input{background:#f5f5f7;border:1px solid #00000014;border-radius:10px;color:#000;font-family:inherit;font-size:14px;outline:none;padding:12px 14px;transition:border-color .18s ease,background .18s ease;width:100%}.input-group input:focus{background:#fff;border-color:#00000059}.login-box button{background:#000;border:none;border-radius:11px;color:#fff;cursor:pointer;font-family:inherit;font-size:15px;font-weight:600;margin-top:8px;padding:14px;transition:background .18s ease;width:100%}.login-box button:hover{background:#000000bf}.login-box button:disabled{cursor:not-allowed;opacity:.45}.error-message{background:#dc282812;border:1px solid #dc282840;border-radius:10px;color:#c00;font-size:14px;font-weight:500;margin-bottom:20px;padding:12px}.products-container{margin:0 auto;max-width:1340px;padding:24px 48px 80px}.category-filter{display:flex;flex-wrap:wrap;gap:8px;justify-content:center;margin-bottom:52px}.category-filter button{background:#0000;border:1px solid #0000001f;border-radius:20px;color:#00000073;cursor:pointer;font-family:inherit;font-size:13px;font-weight:500;letter-spacing:.01em;padding:9px 22px;transition:color .18s ease,border-color .18s ease,background .18s ease}.category-filter button:hover{border-color:#00000059;color:#000}.category-filter button.active{background:#000;border-color:#000;color:#fff}.products-grid{grid-gap:20px;display:grid;gap:20px;grid-template-columns:repeat(3,1fr)}@media (max-width:900px){.products-grid{grid-template-columns:repeat(2,1fr)}}.product-card{background:#fff;border:1px solid #00000014;border-radius:18px;display:flex;flex-direction:column;overflow:hidden;transition:transform .22s ease,border-color .22s ease,box-shadow .22s ease}.product-card:hover{border-color:#00000024;box-shadow:0 20px 56px #0000001a;transform:translateY(-5px)}.product-card.out-of-stock{opacity:.7}.product-image-wrap{background:#f5f5f7;position:relative}.product-image{display:block;height:220px;object-fit:contain;padding:14px;width:100%}.oos-badge{background:#c0392b}.oos-badge,.sale-badge{border-radius:20px;color:#fff;font-size:11px;font-weight:700;left:12px;letter-spacing:.03em;padding:4px 10px;position:absolute;top:12px}.sale-badge{background:#e53935;z-index:2}.discount-badge{background:#000;border-radius:20px;color:#fff;font-size:11px;font-weight:700;letter-spacing:.02em;padding:4px 10px;position:absolute;right:12px;top:12px}.product-thumbs{background:#f5f5f7;display:flex;gap:6px;overflow-x:auto;padding:8px 12px 10px;scrollbar-width:none}.product-thumbs::-webkit-scrollbar{display:none}.product-thumb{background:#e8e8ea;border:2px solid #0000;border-radius:7px;cursor:pointer;flex-shrink:0;height:44px;overflow:hidden;padding:0;transition:border-color .15s ease;width:44px}.product-thumb.active{border-color:#000}.product-thumb img{height:100%;object-fit:cover;width:100%}.product-info{display:flex;flex:1 1;flex-direction:column;padding:18px 20px 20px;text-align:left}.product-brand{color:#00000059;font-size:11px;font-weight:600;letter-spacing:.08em;margin-bottom:5px;text-transform:uppercase}.product-info h3{color:#000;font-size:16px;font-weight:600;letter-spacing:-.01em;line-height:1.3;margin-bottom:8px}.product-description{-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;color:#0000007a;display:-webkit-box;font-size:13px;line-height:1.55;margin-bottom:14px;overflow:hidden}.product-price-wrap{align-items:baseline;display:flex;flex-wrap:wrap;gap:8px;margin-bottom:16px}.product-price-original{color:#00000052;font-size:14px;font-weight:400;text-decoration:line-through}.product-price{color:#000;font-size:24px;font-weight:700;letter-spacing:-.025em}.installment-plans{display:flex;flex-direction:column;gap:6px;margin-bottom:16px}.installment-plans span{background:#f5f5f7;border:1px solid #0000000f;border-radius:9px;color:#00000080;font-size:13px;font-weight:400;padding:8px 12px}.view-btn{background:#000;border:none;border-radius:11px;color:#fff;cursor:pointer;font-family:inherit;font-size:14px;font-weight:600;letter-spacing:.01em;margin-top:auto;padding:13px;transition:background .18s ease;width:100%}.view-btn:hover:not(:disabled){background:#000000bf}.view-btn:disabled{background:#0000001f;color:#0000004d;cursor:not-allowed}.products-loading{letter-spacing:.01em}.no-products,.products-loading{color:#0000004d;font-size:15px;font-weight:300;padding:80px 20px;text-align:center}@media (max-width:640px){.products-container{padding:8px 14px 60px}.products-grid{gap:12px;grid-template-columns:repeat(2,1fr)}.product-image{height:150px}.product-info h3{font-size:14px}.product-price{font-size:20px}.product-info{padding:12px 13px 14px}.order-btn,.view-btn{min-height:44px}}@media (max-width:430px){.products-grid{grid-template-columns:1fr}}.order-btn{background:#000;border:none;border-radius:11px;color:#fff;cursor:pointer;font-family:inherit;font-size:14px;font-weight:600;letter-spacing:.01em;margin-top:auto;padding:13px;transition:background .18s ease;width:100%}.order-btn:hover{background:#000000bf}.om-overlay{align-items:center;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);background:#00000085;display:flex;inset:0;justify-content:center;padding:20px;position:fixed;z-index:1000}.om-box{background:#fff;border-radius:20px;box-shadow:0 32px 80px #00000040;max-height:90vh;max-width:480px;overflow-y:auto;width:100%}.om-header{background:#fff;border-radius:20px 20px 0 0;justify-content:space-between;padding:20px 20px 0;position:sticky;top:0;z-index:1}.om-header,.om-product-info{align-items:center;display:flex;gap:12px}.om-product-img{background:#f5f5f7;border:1px solid #00000012;border-radius:10px;flex-shrink:0;height:48px;object-fit:contain;padding:4px;width:48px}.om-product-name{color:#000;font-size:14px;font-weight:600;line-height:1.3}.om-product-type{color:#00000059;font-size:11px;margin-top:2px}.om-close{align-items:center;background:#00000012;border:none;border-radius:50%;color:#00000080;cursor:pointer;display:flex;flex-shrink:0;font-size:12px;height:30px;justify-content:center;transition:background .15s ease,color .15s ease;width:30px}.om-close:hover{background:#0000001f;color:#000}.om-form{gap:16px;padding:20px}.om-field,.om-form{display:flex;flex-direction:column}.om-field{gap:6px}.om-field label{color:#00000080;font-size:12px;font-weight:500;letter-spacing:.02em}.om-label-opt{color:#0000004d;font-size:11px;font-weight:400}.om-field input,.om-field select,.om-field textarea{background:#f5f5f7;border:1px solid #00000014;border-radius:9px;color:#000;font-family:inherit;font-size:14px;min-height:44px;outline:none;padding:11px 13px;resize:none;transition:border-color .15s ease,background .15s ease}.om-field select{appearance:none;-webkit-appearance:none;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8'%3E%3Cpath d='m1 1 5 5 5-5' stroke='%23000' stroke-width='1.5' fill='none' stroke-linecap='round'/%3E%3C/svg%3E");background-position:right 13px center;background-repeat:no-repeat;cursor:pointer;padding-right:36px}.om-field select:disabled{cursor:not-allowed;opacity:.45}.om-field input:focus,.om-field select:focus,.om-field textarea:focus{background:#fff;border-color:#0000004d}.om-row{grid-gap:12px;display:grid;gap:12px;grid-template-columns:1fr 1fr}.om-plan,.om-plans{display:flex;flex-direction:column;gap:8px}.om-plan{animation:omPlanIn .32s ease-out forwards;background:#fff;border:1px solid #e5e7eb;border-radius:8px;cursor:pointer;opacity:0;padding:16px;position:relative;transform:translateY(6px);transition:border-color .18s ease,box-shadow .18s ease,background .18s ease}@keyframes omPlanIn{to{opacity:1;transform:translateY(0)}}.om-plan:hover{border-color:#c7c7c7}.om-plan input[type=radio]{height:0;opacity:0;pointer-events:none;position:absolute;width:0}.om-plan.selected{background:#fff;border-color:#16a34a;box-shadow:0 0 0 1px #16a34a}.om-plan-head{align-items:center;display:flex;gap:10px;justify-content:space-between}.om-plan-title{color:#111;font-size:15px;font-weight:700}.om-plan-badge{align-items:center;background:#16a34a;border-radius:999px;color:#fff;display:inline-flex;font-size:10px;font-weight:700;letter-spacing:.06em;padding:3px 8px;text-transform:uppercase}.om-plan-row{align-items:baseline;color:#374151;display:flex;font-size:13px;gap:10px;justify-content:space-between;line-height:1.4}.om-plan-row--total{border-top:1px solid #f3f4f6;margin-top:2px;padding-top:8px}.om-plan-key{color:#6b7280;font-weight:500;unicode-bidi:plaintext}.om-plan-row--total .om-plan-key{color:#111;font-weight:700}.om-plan-val{font-feature-settings:"tnum";color:#111;font-variant-numeric:tabular-nums}.om-plan-val b{color:#111;font-weight:700}.om-plan-x{color:#6b7280;font-weight:400}.om-plan-total-val{color:#16a34a;font-weight:700}.om-error{background:#c0392b12;border:1px solid #c0392b33;border-radius:8px;color:#c0392b;font-size:13px;line-height:1.5;padding:10px 13px}.om-submit{background:#000;border:none;border-radius:11px;color:#fff;cursor:pointer;font-family:inherit;font-size:15px;font-weight:600;margin-top:4px;padding:14px;transition:background .18s ease;width:100%}.om-submit:hover:not(:disabled){background:#000000c7}.om-submit:disabled{cursor:not-allowed;opacity:.45}.om-success{flex-direction:column;gap:12px;padding:40px 28px 36px;text-align:center}.om-success,.om-success-icon{align-items:center;display:flex}.om-success-icon{background:#000;border-radius:50%;color:#fff;font-size:22px;height:56px;justify-content:center;margin-bottom:4px;width:56px}.om-success h3{color:#000;font-size:20px;font-weight:700;letter-spacing:-.02em}.om-success p{color:#0000007a;font-size:14px;line-height:1.65;max-width:320px}.om-done-btn{background:#000;border:none;border-radius:10px;color:#fff;cursor:pointer;font-family:inherit;font-size:14px;font-weight:600;margin-top:8px;padding:12px 32px;transition:background .15s ease}.om-done-btn:hover{background:#000000bf}.om-serial-box{align-items:center;background:#f5f5f7;border:1px solid #00000014;border-radius:12px;display:flex;flex-direction:column;gap:4px;padding:14px 24px;width:100%}.om-serial-label{color:#00000059;font-size:11px;font-weight:600;letter-spacing:.08em;text-transform:uppercase}.om-serial-number{color:#000;font-family:Courier New,monospace;font-size:24px;font-weight:800;letter-spacing:.05em}.om-serial-hint{color:#00000061;font-size:11px}@media (max-width:520px){.om-overlay{align-items:flex-end;padding:0}.om-box{border-radius:20px 20px 0 0;max-height:94vh;max-width:100%}.om-row{grid-template-columns:1fr}.om-done-btn,.om-submit{font-size:16px;min-height:50px}}.om-variant-block{border-bottom:1px solid #0000000f;padding:16px 24px 4px}.om-variant-gallery{margin-bottom:16px}.om-variant-main-wrap{align-items:center;aspect-ratio:1/1;background:#fff;border:1px solid #e5e7eb;border-radius:8px;display:flex;justify-content:center;overflow:hidden;width:100%}.om-variant-main{animation:omImgFade .35s ease-out both;height:100%;object-fit:contain;width:100%;will-change:transform,opacity}@keyframes omImgFade{0%{opacity:0;transform:scale(1.02)}to{opacity:1;transform:scale(1)}}.om-variant-thumbs{display:flex;gap:6px;margin-top:8px;overflow-x:auto;scrollbar-width:none}.om-variant-thumbs::-webkit-scrollbar{display:none}.om-variant-thumb{background:#fff;border:1px solid #e5e7eb;border-radius:8px;cursor:pointer;flex-shrink:0;height:56px;overflow:hidden;padding:0;transition:opacity .15s ease,border-color .15s ease;width:56px}.om-variant-thumb:hover{opacity:.85}.om-variant-thumb.active{border-color:#000}.om-variant-thumb img{height:100%;object-fit:contain;width:100%}.om-variant-section-label{color:#00000080;font-size:10px;font-weight:700;letter-spacing:.1em;margin:12px 0 8px;text-transform:uppercase}.om-variant-color-name{color:#000000b3;font-weight:500;letter-spacing:normal;margin-left:4px;text-transform:none}.om-variant-chips{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:4px}.om-variant-chip{background:#fff;border:1px solid #000;border-radius:8px;color:#000;cursor:pointer;font-family:inherit;font-size:13px;font-weight:500;padding:8px 16px;transition:background .2s ease,color .2s ease;white-space:nowrap}.om-variant-chip:hover{background:#f3f4f6}.om-variant-chip.active{background:#000;color:#fff}.om-variant-colors{align-items:center;display:flex;gap:12px}.om-variant-color{align-items:center;background:#0000;border:none;cursor:pointer;display:inline-flex;height:40px;justify-content:center;padding:0;transition:transform .15s ease;width:40px}.om-variant-color:hover{transform:scale(1.1)}.om-variant-color-thumb{background:#fff;border:1px solid #e5e7eb;border-radius:8px;box-shadow:0 0 0 0 #fff,0 0 0 0 #000;display:block;height:40px;object-fit:contain;transition:box-shadow .2s ease;width:40px}.om-variant-color-thumb--empty{background:#f3f4f6}.om-variant-color.active .om-variant-color-thumb{animation:omColorPulse .3s ease-out;box-shadow:0 0 0 2px #fff,0 0 0 4px #000}@keyframes omColorPulse{0%{transform:scale(1)}50%{transform:scale(1.15)}to{transform:scale(1)}}.om-variant-price-row{align-items:baseline;animation:omPriceFade .2s ease-out both;display:flex;gap:10px;margin:12px 0 4px}@keyframes omPriceFade{0%{opacity:0;transform:translateY(2px)}to{opacity:1;transform:translateY(0)}}.om-variant-price{color:#000;font-size:22px;font-weight:700;letter-spacing:-.01em}.om-variant-price-original{color:#00000073;font-size:14px;text-decoration:line-through}.om-variant-installment-summary{animation:omPriceFade .2s ease-out both;color:#0009;font-size:13px;margin:8px 0 4px}@media (prefers-reduced-motion:reduce){.om-variant-color.active .om-variant-color-thumb,.om-variant-installment-summary,.om-variant-main,.om-variant-price-row{animation:none!important}}.rich-prose{color:#000000b8;font-size:14px;line-height:1.55}.rich-prose p{margin:0 0 8px}.rich-prose p:last-child{margin-bottom:0}.rich-prose h1,.rich-prose h2{color:#000;font-weight:700;line-height:1.25;margin:14px 0 6px}.rich-prose h1{font-size:17px}.rich-prose h2{font-size:15px}.rich-prose ol,.rich-prose ul{margin:6px 0 8px;padding-left:22px}.rich-prose ul{list-style:disc}.rich-prose ol{list-style:decimal}.rich-prose li{margin:2px 0}.rich-prose a{color:#000;text-decoration:underline}.rich-prose a:hover{color:#000000b3}.rich-prose strong{color:#000;font-weight:600}.rich-prose em{font-style:italic}.rich-prose u{text-decoration:underline}.product-advance-line{color:#111;font-size:14px;font-weight:700;letter-spacing:.01em;margin:4px 0 6px}.product-advance-word{color:#ea580c;font-size:13px;font-weight:700;letter-spacing:.04em;margin-left:4px}.om-overview-actions{display:flex;flex-direction:column;gap:14px;padding:0 0 4px}.om-overview-label{color:#0009;font-size:11px;font-weight:700;letter-spacing:.06em;margin:0 0 8px;text-transform:uppercase}.om-cta-primary{background:#000;border:0;border-radius:8px;color:#fff;cursor:pointer;font-size:15px;font-weight:700;height:48px;letter-spacing:.02em;transition:background-color .15s ease,transform .05s ease;width:100%}.om-cta-primary:hover{background:#1a1a1a}.om-cta-primary:active{transform:scale(.99)}.om-overview-error{margin-top:4px;text-align:center}.om-plans-overview--shake{animation:omPlanShake .42s cubic-bezier(.36,.07,.19,.97) both}@keyframes omPlanShake{10%,90%{transform:translateX(-2px)}20%,80%{transform:translateX(3px)}30%,50%,70%{transform:translateX(-5px)}40%,60%{transform:translateX(5px)}}.om-back-btn{align-self:flex-start;background:#0000;border:0;border-radius:6px;color:#0009;cursor:pointer;font-size:13px;font-weight:600;margin-bottom:4px;padding:4px 8px;transition:background-color .12s ease,color .12s ease}.om-back-btn:hover{background:#0000000a;color:#000}.om-plan-summary{background:#fafafa;border:1px solid #e5e7eb;border-radius:10px;padding:12px 14px}.om-plan-summary-head{align-items:center;display:flex;justify-content:space-between;margin-bottom:6px}.om-plan-summary-change{background:#0000;border:1px solid #00000026;border-radius:6px;color:#000000b3;cursor:pointer;font-size:11px;font-weight:700;letter-spacing:.04em;padding:4px 10px;text-transform:uppercase}.om-plan-summary-change:hover{background:#000;border-color:#000;color:#fff}.om-plan-summary-rows{color:#374151;display:flex;flex-wrap:wrap;font-size:13px;gap:6px 14px}.om-plan-summary-total{color:#16a34a;font-weight:700}*{box-sizing:border-box;margin:0;padding:0}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:#fff;color:#000;font-family:-apple-system,BlinkMacSystemFont,Inter,Segoe UI,sans-serif}.header{align-items:stretch;backdrop-filter:saturate(180%) blur(20px);-webkit-backdrop-filter:saturate(180%) blur(20px);background:#ffffffe0;border-bottom:1px solid #00000012;display:flex;flex-direction:column;padding:10px 48px 0;position:sticky;top:0;z-index:100}.header-row1{justify-content:space-between;padding-bottom:8px}.header-row1,.header-row2{align-items:center;display:flex}.header-row2{border-top:1px solid #0000000d;padding:6px 0 10px;position:relative}.header-filter-group{display:flex;gap:8px;left:50%;pointer-events:none;position:absolute;transform:translateX(-50%)}.header-filter-group>*{pointer-events:auto}.home-filter-btn{background:#0000;border:1.5px solid #00000026;border-radius:20px;color:#0000008c;cursor:pointer;flex:1 1;font-family:inherit;font-size:14px;font-weight:600;letter-spacing:.01em;padding:6px 8px;transition:border-color .15s,background .15s,color .15s;white-space:nowrap}.filter-btn-short{display:inline}.filter-btn-long{display:none}@media (min-width:480px){.filter-btn-short{display:none}.filter-btn-long{display:inline}}@media (max-width:480px){.home-filter-btn{font-size:13px}}.home-filter-btn:hover{border-color:#0006;color:#000}.home-filter-btn.active{background:#000;border-color:#000;color:#fff}.search-icon-btn{align-items:center;background:#0000;border:1.5px solid #0000001f;border-radius:50%;color:#000;cursor:pointer;display:flex;flex-shrink:0;height:38px;justify-content:center;transition:background .15s ease,border-color .15s ease;width:38px}.search-icon-btn:hover{background:#0000000d;border-color:#00000047}.header-search-bar{border-top:1px solid #0000000d;padding:8px 0 10px}.header-search-input{background:#f5f5f7;border:1.5px solid #00000026;border-radius:24px;color:#000;font-family:inherit;font-size:14px;outline:none;padding:10px 16px;transition:border-color .15s,background .15s;width:100%}.header-search-input:focus{background:#fff;border-color:#00000059}.home-products-section{padding-top:24px}.logo{height:90px;object-fit:contain;width:auto}nav{align-items:center;display:flex;gap:4px}nav button{background:#0000;border:none;border-radius:20px;color:#0000008c;cursor:pointer;font-family:inherit;font-size:14px;font-weight:500;letter-spacing:.01em;padding:8px 18px;transition:color .18s ease,background .18s ease}nav button:hover{background:#0000000f;color:#000}nav button.active{background:#000!important;border:none!important;color:#fff!important}.logout-btn{background:#0000;border:1px solid #0000002e;border-radius:20px;color:#00000080;cursor:pointer;font-family:inherit;font-size:13px;font-weight:500;padding:7px 18px;transition:color .18s ease,border-color .18s ease}.logout-btn:hover{border-color:#00000073;color:#000}.loading-screen{align-items:center;background:#fff;display:flex;flex-direction:column;gap:28px;height:100vh;justify-content:center}.loading-screen p{color:#00000059;font-size:13px;font-weight:400;letter-spacing:.06em;text-transform:uppercase}.hero{margin:0 auto;max-width:860px;padding:148px 24px 128px;text-align:center}.hero h2{color:#000;font-size:76px;font-weight:700;letter-spacing:-.035em;line-height:1.04;margin-bottom:24px}.hero p{color:#00000073;font-size:22px;font-weight:300;letter-spacing:.005em;line-height:1.6}.hero-buttons{display:flex;gap:14px;justify-content:center;margin-top:52px}.hero-buttons button{border-radius:30px;cursor:pointer;font-family:inherit;font-size:15px;font-weight:500;letter-spacing:.01em;padding:14px 38px;transition:all .18s ease}.hero-buttons button:first-child{background:#000;border:none;color:#fff}.hero-buttons button:first-child:hover{background:#000000c7}.hero-buttons button:last-child{background:#0000;border:1px solid #00000040;color:#000}.hero-buttons button:last-child:hover{background:#0000000a;border-color:#0009}.tab-bar{backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);background:#ffffffeb;border-bottom:1px solid #00000014;display:flex;gap:0;justify-content:center;margin-top:40px;position:sticky;top:110px;z-index:50}.tab{background:#0000;border:none;border-bottom:2px solid #0000;color:#00000073;cursor:pointer;font-family:inherit;font-size:15px;font-weight:500;letter-spacing:.01em;margin-bottom:-1px;min-height:44px;padding:14px 36px;transition:color .18s ease,border-color .18s ease;white-space:nowrap}.tab:hover{color:#000}.tab.active{border-bottom-color:#000;color:#000}.section{padding:0 48px 80px;text-align:center}.section h2{color:#000;font-size:48px;font-weight:700;letter-spacing:-.025em;margin-bottom:12px}.section>p{color:#0000006b;font-size:18px;font-weight:300;letter-spacing:.005em;margin-bottom:56px}.footer{background:#fafafa;border-top:1px solid #00000012;margin-top:40px;padding:72px 48px 40px}.footer-content{grid-gap:64px;display:grid;gap:64px;grid-template-columns:2fr 1fr 1fr;margin:0 auto 56px;max-width:1200px}.footer-brand .logo{display:block;height:52px;margin-bottom:16px}.footer-brand p{color:#00000061;font-size:13px;font-weight:400;line-height:1.75;max-width:280px}.footer-col h4{color:#0000004d;font-size:11px;font-weight:600;letter-spacing:.1em;margin-bottom:18px;text-transform:uppercase}.footer-col a,.footer-col button,.footer-col p{color:#00000085;display:block;font-size:14px;font-weight:400;line-height:1.5;margin-bottom:11px;text-decoration:none;transition:color .18s ease}.footer-col button{background:none;border:none;cursor:pointer;font-family:inherit;padding:0;text-align:left}.footer-col a:hover,.footer-col button:hover{color:#000}.footer-bottom{align-items:center;border-top:1px solid #0000000f;display:flex;justify-content:space-between;margin:0 auto;max-width:1200px;padding-top:28px}.footer-bottom p{color:#00000040;font-size:12px;letter-spacing:.02em}.header-left{gap:10px}.hamburger-btn,.header-left{align-items:center;display:flex}.hamburger-btn{background:#0000;border:none;border-radius:8px;color:#000;cursor:pointer;flex-shrink:0;font-size:22px;height:40px;justify-content:center;transition:background .15s ease;width:40px}.hamburger-btn:hover{background:#0000000f}.main-nav{align-items:center;display:flex;gap:4px}.nav-link{background:#0000;border:none;border-radius:20px;color:#0000008c;cursor:pointer;font-family:inherit;font-size:14px;font-weight:500;letter-spacing:.01em;padding:8px 18px;transition:color .18s ease,background .18s ease;white-space:nowrap}.nav-link:hover{background:#0000000f;color:#000}.nav-link.active{background:#000;color:#fff}.drawer-overlay{animation:fadeInOverlay .2s ease;background:#00000052;inset:0;position:fixed;z-index:200}@keyframes fadeInOverlay{0%{opacity:0}to{opacity:1}}.nav-drawer{background:#fff;bottom:0;box-shadow:6px 0 32px #0000001f;display:flex;flex-direction:column;left:0;overflow-y:auto;position:fixed;top:0;transform:translateX(-100%);transition:transform .26s cubic-bezier(.4,0,.2,1);width:272px;z-index:201}.nav-drawer.open{transform:translateX(0)}.drawer-header{align-items:center;border-bottom:1px solid #00000012;display:flex;flex-shrink:0;justify-content:space-between;padding:20px 20px 14px}.drawer-title{color:#000;font-size:16px;font-weight:700;letter-spacing:-.01em}.drawer-close{background:#0000;border:none;border-radius:6px;color:#0006;cursor:pointer;font-family:inherit;font-size:18px;padding:4px 8px;transition:background .15s,color .15s}.drawer-close:hover{background:#0000000f;color:#000}.drawer-section-label{color:#00000059;font-size:10px;font-weight:700;letter-spacing:.08em;padding:16px 20px 6px;text-transform:uppercase}.drawer-nav{display:flex;flex-direction:column}.drawer-nav-btn{background:#0000;border:none;color:#111;cursor:pointer;font-family:inherit;font-size:15px;font-weight:500;padding:12px 20px;text-align:left;transition:background .12s}.drawer-nav-btn:hover{background:#0000000a}.drawer-nav-btn--cat{align-items:center;display:flex;gap:12px}.drawer-cat-icon{background:#f5f5f7;border-radius:6px;flex-shrink:0;height:28px;object-fit:contain;width:28px}.drawer-cat-icon--fallback{align-items:center;color:#0006;display:inline-flex;font-size:13px;font-weight:700;justify-content:center}.cat-strip-wrap{background:#fff;border-bottom:1px solid #0000000a;padding:12px 16px}.cat-strip{-webkit-overflow-scrolling:touch;display:flex;gap:10px;overflow-x:auto;scroll-snap-type:x proximity;scrollbar-width:none}.cat-strip::-webkit-scrollbar{display:none}.cat-tile{align-items:center;background:#0000;border:none;cursor:pointer;display:flex;flex-direction:column;flex-shrink:0;font-family:inherit;gap:6px;padding:0;scroll-snap-align:start;transition:transform .1s ease-out;width:72px}.cat-tile:active{transform:scale(.96)}.cat-tile-icon{align-items:center;background:#fff;border:1px solid #e5e7eb;border-radius:8px;display:flex;flex-shrink:0;height:72px;justify-content:center;overflow:hidden;width:72px}.cat-tile-icon img{height:40px;object-fit:contain;width:40px}.cat-tile-fallback{color:#0006;font-size:16px;font-weight:700;-webkit-user-select:none;user-select:none}.cat-tile-name{-webkit-line-clamp:2;-webkit-box-orient:vertical;color:#111;display:-webkit-box;font-size:11px;font-weight:500;line-height:1.2;margin-top:8px;overflow:hidden;text-align:center;width:72px}@media (min-width:768px){.cat-tile,.cat-tile-icon,.cat-tile-name{width:80px}.cat-tile-icon{height:80px}.cat-tile-name{font-size:13px}}.hero-page{align-items:center;display:flex;justify-content:center;min-height:calc(100vh - 116px);padding:48px 24px 80px}.hero-content{max-width:580px;text-align:center;width:100%}.hero-title{color:#000;font-size:52px;font-weight:700;letter-spacing:-.03em;margin-bottom:12px}.hero-sub{color:#0000006b;font-size:18px;font-weight:300;margin-bottom:48px}.hero-btns{grid-gap:16px;display:grid;gap:16px;grid-template-columns:1fr 1fr}.hero-btn{align-items:center;background:#f5f5f7;border:1px solid #00000014;border-radius:20px;cursor:pointer;display:flex;flex-direction:column;font-family:inherit;gap:8px;justify-content:center;padding:36px 20px;transition:background .15s,transform .12s,box-shadow .15s}.hero-btn:hover{background:#eaeaed;box-shadow:0 8px 28px #0000001a;transform:translateY(-2px)}.hero-btn:active{box-shadow:none;transform:translateY(0)}.hero-btn-icon{font-size:38px}.hero-btn-label{color:#000;font-size:17px;font-weight:700;letter-spacing:-.01em}.hero-btn-sub{color:#0000006b;font-size:13px}.contact-page{margin:0 auto;max-width:900px;padding:48px 24px 80px}.contact-hero{margin-bottom:52px;text-align:center}.contact-hero h2{color:#000;font-size:48px;font-weight:700;letter-spacing:-.025em;margin-bottom:12px}.contact-hero p{color:#0000006b;font-size:18px;font-weight:300;letter-spacing:.005em}.contact-grid{grid-gap:20px;display:grid;gap:20px;grid-template-columns:repeat(2,1fr)}.contact-card{background:#fafafa;border:1px solid #00000012;border-radius:16px;padding:28px 24px}.contact-icon{font-size:28px;margin-bottom:12px}.contact-card h3{color:#000;font-size:15px;font-weight:600;letter-spacing:-.01em;margin-bottom:8px}.contact-card p{color:#0000008c;font-size:14px;line-height:1.6;margin:0}.contact-wa-btn{background:#25d366;border-radius:24px;color:#fff;display:inline-block;font-size:13px;font-weight:600;letter-spacing:.01em;margin-top:14px;padding:10px 22px;text-decoration:none;transition:background .15s ease}.contact-wa-btn:hover{background:#1dbb5a;color:#fff}@media (max-width:900px){.footer-content{gap:40px;grid-template-columns:1fr 1fr}.footer-brand{grid-column:1/-1}}@media (max-width:768px){.tab-bar{top:90px}.main-nav{display:none}.hero-title{font-size:36px}.hero-sub{font-size:16px;margin-bottom:36px}.hero-btn{padding:28px 16px}.hero-btn-icon{font-size:32px}.hero-btn-label{font-size:15px}}@media (max-width:640px){.header{padding:6px 16px 0}.logo{height:56px}.contact-grid{grid-template-columns:1fr}.contact-hero h2{font-size:32px}.tab-bar{justify-content:flex-start;overflow-x:auto;padding:0 16px;scrollbar-width:none;top:68px}.tab-bar::-webkit-scrollbar{display:none}.tab{flex-shrink:0;font-size:14px;padding:12px 20px}.section{padding:20px 14px 60px}.section h2{font-size:28px}.footer{padding:40px 16px 28px}.footer-content{gap:28px;grid-template-columns:1fr}.footer-bottom{flex-direction:column;gap:8px;text-align:center}.hero-btns{grid-template-columns:1fr}}.cat-page{margin:0 auto;max-width:1100px;padding:32px 24px 80px}.cat-header{align-items:center;display:flex;gap:16px;margin-bottom:28px}.cat-back-btn{background:#0000;border:1px solid #00000024;border-radius:8px;color:#0009;cursor:pointer;flex-shrink:0;font-family:inherit;font-size:14px;font-weight:500;padding:7px 14px;transition:background .15s,color .15s}.cat-back-btn:hover{background:#0000000d;color:#000}.cat-title{color:#000;font-size:32px;font-weight:700;letter-spacing:-.02em}.cat-brand-filter{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:28px}.cat-brand-btn{background:#0000;border:1px solid #00000026;border-radius:24px;color:#0009;cursor:pointer;font-family:inherit;font-size:13px;font-weight:500;padding:7px 18px;transition:all .15s}.cat-brand-btn:hover{border-color:#0000004d;color:#000}.cat-brand-btn.active{background:#000;border-color:#000;color:#fff}.cat-product-card{background:#fff;border:1px solid #00000014;border-radius:16px;display:flex;flex-direction:column;overflow:hidden;transition:box-shadow .15s,transform .12s}.cat-product-card:hover{box-shadow:0 6px 24px #00000017;transform:translateY(-2px)}.cat-product-image{aspect-ratio:1;background:#f5f5f7;overflow:hidden}.cat-product-image img{height:100%;object-fit:contain;padding:8px;width:100%}.cat-product-placeholder{background:#f0f0f2;height:100%;width:100%}.cat-product-info{flex:1 1;padding:14px 14px 8px}.cat-product-brand{color:#0006;font-size:11px;font-weight:600;letter-spacing:.04em;margin-bottom:4px;text-transform:uppercase}.cat-product-name{color:#111;font-size:14px;font-weight:600;letter-spacing:-.01em;line-height:1.35;margin-bottom:8px}.cat-product-price-wrap{align-items:baseline;display:flex;gap:6px}.cat-product-price-orig{color:#00000059;font-size:12px;text-decoration:line-through}.cat-product-price{color:#000;font-size:15px;font-weight:700}.cat-product-actions{display:flex;gap:6px;padding:10px 14px 14px}.cat-btn-cash{background:#000;border:none;border-radius:8px;color:#fff;cursor:pointer;flex:1 1;font-family:inherit;font-size:12px;font-weight:600;padding:9px 8px;transition:background .15s}.cat-btn-cash:hover{background:#222}.cat-btn-inst{background:#0000;border:1px solid #0003;border-radius:8px;color:#000;cursor:pointer;flex:1 1;font-family:inherit;font-size:12px;font-weight:600;padding:9px 8px;transition:background .15s,border-color .15s}.cat-btn-inst:hover{background:#0000000d;border-color:#00000059}@media (max-width:640px){.cat-page{padding:20px 14px 60px}.cat-title{font-size:24px}}.banner-carousel{background:#111;overflow:hidden;position:relative}.banner-carousel,.bc-img{max-height:320px;width:100%}.bc-img{display:block;object-fit:cover}.bc-overlay{align-items:flex-end;background:linear-gradient(0deg,#00000080 0,#0000 60%);display:flex;inset:0;padding:32px;position:absolute}.bc-content{display:flex;flex-direction:column;gap:12px}.bc-btn{align-self:flex-start;background:#00a651;background:var(--green,#00a651);border-radius:6px;color:#fff;display:inline-block;font-size:14px;font-weight:700;padding:10px 24px;text-decoration:none;transition:background .15s}.bc-btn:hover{background:#008c44}.bc-arrow{align-items:center;background:#0006;border:none;border-radius:50%;color:#fff;cursor:pointer;display:flex;font-size:26px;height:40px;justify-content:center;position:absolute;top:50%;transform:translateY(-50%);transition:background .15s;width:40px}.bc-arrow:hover{background:#000000a6}.bc-arrow--l{left:12px}.bc-arrow--r{right:12px}.bc-dots{bottom:12px;display:flex;gap:6px;left:50%;position:absolute;transform:translateX(-50%)}.bc-dot{background:#ffffff80;border:none;border-radius:50%;cursor:pointer;height:8px;padding:0;width:8px}.bc-dot.on{background:#fff}.sale-banner-strip{line-height:0;overflow:hidden;width:100%}.sale-banner-img{display:block;max-height:120px;object-fit:cover;width:100%}.ap-perms-loading{align-items:center;background:#fff;display:flex;inset:0;justify-content:center;position:fixed;z-index:1000}.ap-perms-spinner{animation:apPermsSpin .8s linear infinite;border:2.5px solid #e5e7eb;border-radius:50%;border-top-color:#111;height:32px;width:32px}@keyframes apPermsSpin{to{transform:rotate(1turn)}}
/*# sourceMappingURL=main.5494d735.css.map*/