:root{--navy:#12243b;--blue:#1688ef;--blue2:#0878dd;--text:#17263c;--muted:#66758a;--line:#e6ebf2;--soft:#f4f8fc;--white:#fff;--green:#23a85a}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Inter,ui-sans-serif,system-ui,-apple-system,Segoe UI,Arial,sans-serif;color:var(--text);background:#fff}a{text-decoration:none;color:inherit}button,input,select{font:inherit}img{max-width:100%;height:auto}.site-container{width:min(1180px,calc(100% - 40px));margin:0 auto}.utility-bar{background:#12243b;color:#fff;font-size:12px}.utility-inner{height:34px;display:flex;align-items:center;justify-content:space-between;gap:15px}.utility-inner a{opacity:.96;display:flex;align-items:center;gap:7px}.utility-inner a:hover{opacity:.72}.main-header{background:#fff;border-bottom:1px solid var(--line);position:relative;z-index:30}.header-inner{min-height:84px;display:flex;align-items:center;gap:24px}.logo{display:flex;align-items:center;gap:9px;min-width:190px;color:#12243b;line-height:1}.logo-icon{width:38px;height:38px;border-radius:11px;display:grid;place-items:center;background:#eaf4ff;border:1px solid #cde4fb;font-size:20px}.logo b,.logo strong{display:block;font-size:18px}.logo strong{color:var(--blue)}.main-nav{display:flex;align-items:center;justify-content:center;gap:4px;flex:1}.nav-link,.nav-trigger{border:0;background:none;padding:12px 10px;font-size:13px;font-weight:700;color:#1d2c42;cursor:pointer;white-space:nowrap}.nav-link:hover,.nav-trigger:hover,.nav-link.active{color:var(--blue)}.nav-dropdown{position:relative}.nav-trigger span{color:#7c8999;margin-left:3px}.nav-panel{display:none;position:absolute;top:calc(100% + 2px);left:0;min-width:220px;padding:8px;background:#fff;border:1px solid var(--line);border-radius:12px;box-shadow:0 18px 45px #12243b24}.nav-dropdown:hover .nav-panel,.nav-dropdown.open .nav-panel{display:block}.nav-panel a{display:block;padding:10px 12px;border-radius:8px;font-size:13px}.nav-panel a:hover{background:var(--soft);color:var(--blue)}.header-actions{display:flex;align-items:center;gap:14px;font-size:23px}.header-actions .cart-count{font-size:11px;background:var(--blue);color:#fff;border-radius:999px;padding:2px 6px;vertical-align:top}.mobile-menu-toggle{display:none;border:1px solid var(--line);background:#fff;border-radius:9px;padding:9px 10px;font-weight:700}.hero-home{background:#f5f9fd;padding:0}.hero-image-link{display:block}.hero-home img{display:block;width:100%;max-height:425px;object-fit:cover;object-position:center}.categories-section{padding:48px 0 42px;background:#fff}.section-label{color:var(--blue);font-size:12px;font-weight:850;letter-spacing:.04em;text-transform:uppercase}h2{font-size:31px;line-height:1.15;margin:8px 0 25px;color:#15263d}.categories-section h2{margin-bottom:24px}.category-grid{display:grid;grid-template-columns:repeat(7,1fr);gap:12px}.category-card{min-height:150px;border:1px solid var(--line);border-radius:18px;background:#fff;padding:18px 12px;text-align:center;display:flex;flex-direction:column;align-items:center;justify-content:center;transition:.18s}.category-card:hover{transform:translateY(-3px);border-color:#b8d9f8;box-shadow:0 12px 30px #12243b14}.cat-icon{width:58px;height:58px;border-radius:18px;display:grid;place-items:center;font-size:27px;margin-bottom:10px;background:#eef7ff}.cat-icon.green{background:#eaf9ef}.cat-icon.cyan{background:#e9f8fb}.cat-icon.pink{background:#fff0f3}.cat-icon.violet{background:#f1efff}.cat-icon.orange{background:#fff3e8}.category-card b{font-size:13px}.category-card small{color:var(--muted);font-size:10px;margin-top:6px;line-height:1.35}.brands-row{margin-top:38px;padding-top:30px;border-top:1px solid var(--line);display:flex;align-items:center;justify-content:space-between;gap:25px}.brands-row h3{margin:4px 0 0;font-size:22px}.brand-pills{display:flex;flex-wrap:wrap;gap:9px;justify-content:flex-end}.brand-pills a{padding:9px 14px;border:1px solid #d7e1ec;border-radius:999px;background:#fff;font-size:12px;font-weight:750}.brand-pills a:hover{border-color:var(--blue);color:var(--blue);background:#f5faff}.products-section{background:#f5f8fc;padding:52px 0}.section-head{display:flex;align-items:flex-end;justify-content:space-between;gap:20px;margin-bottom:25px}.section-head h2{margin-bottom:5px}.section-head p{margin:0;color:var(--muted);font-size:14px}.outline-btn{border:1px solid #8ec4f4;color:var(--blue);padding:11px 15px;border-radius:10px;font-weight:750;font-size:12px;background:#fff}.product-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}.product-card{background:#fff;border:1px solid var(--line);border-radius:12px;overflow:hidden;box-shadow:0 2px 8px #12243b08;transition:.18s}.product-card:hover{transform:translateY(-3px);box-shadow:0 14px 35px #12243b17}.product-image{display:block;background:#f8fafc;aspect-ratio:1/1;overflow:hidden}.product-image img{width:100%;height:100%;object-fit:contain}.product-placeholder{height:100%;display:grid;place-items:center;color:#9aa8ba;font-size:13px}.product-info{padding:14px 15px 16px}.badge{display:inline-block;background:#eaf5ff;color:var(--blue);font-size:9px;font-weight:850;border-radius:999px;padding:4px 7px}.product-info h3{font-size:14px;margin:9px 0 5px;line-height:1.3}.product-info p{margin:0 0 13px;color:var(--muted);font-size:11px;line-height:1.35;min-height:30px}.price-row{display:flex;align-items:center;justify-content:space-between;gap:8px}.price-row strong{font-size:17px}.add-cart{background:var(--blue);color:#fff;padding:8px 11px;border-radius:8px;font-size:11px;font-weight:800}.add-cart:hover{background:var(--blue2)}.benefits-section{background:#fff;border-top:1px solid var(--line)}.benefits-grid{display:grid;grid-template-columns:repeat(4,1fr)}.benefits-grid>div{padding:25px 22px;display:grid;grid-template-columns:36px 1fr;column-gap:12px;border-right:1px solid var(--line)}.benefits-grid>div:last-child{border-right:0}.benefit-icon{grid-row:span 2;font-size:25px}.benefits-grid b{font-size:12px}.benefits-grid small{font-size:10px;color:var(--muted);line-height:1.5}.footer{background:#10243d;color:#d9e4ef;padding:45px 0 20px}.footer-grid{display:grid;grid-template-columns:2fr 1fr 1fr 1fr;gap:40px}.footer-logo{font-size:18px;font-weight:850;letter-spacing:.04em;color:#fff}.footer p{color:#9db0c6;font-size:12px;line-height:1.6;max-width:340px}.footer h3{font-size:13px;color:#fff;margin-top:0}.footer a{display:block;color:#9db0c6;font-size:12px;margin:9px 0}.footer a:hover{color:#fff}.footer-bottom{border-top:1px solid #29405b;margin-top:35px;padding-top:16px;color:#7f94ab;font-size:11px}@media(max-width:1050px){.main-nav{gap:0}.nav-link,.nav-trigger{padding-left:7px;padding-right:7px;font-size:12px}.category-grid{grid-template-columns:repeat(4,1fr)}}@media(max-width:820px){.utility-inner{justify-content:center}.utility-inner a span{display:none}.header-inner{min-height:68px}.logo{min-width:auto}.logo b,.logo strong{font-size:15px}.mobile-menu-toggle{display:block;margin-left:auto}.mobile-menu-toggle span{margin-left:4px}.main-nav{display:none;position:absolute;left:0;right:0;top:100%;background:#fff;border-bottom:1px solid var(--line);box-shadow:0 16px 35px #12243b1f;padding:8px 18px;flex-direction:column;align-items:stretch}.main-nav.open{display:flex}.nav-link,.nav-trigger{width:100%;text-align:left;padding:13px 8px;display:flex;justify-content:space-between}.nav-panel{position:static;box-shadow:none;border:0;border-top:1px solid var(--line);border-radius:0;margin:0 8px;padding:4px 0}.header-actions{margin-left:0;font-size:20px}.hero-home img{max-height:320px}.product-grid,.benefits-grid{grid-template-columns:repeat(2,1fr)}.benefits-grid>div:nth-child(2){border-right:0}.footer-grid{grid-template-columns:1fr 1fr}.brands-row{flex-direction:column;align-items:flex-start}.brand-pills{justify-content:flex-start}}@media(max-width:560px){.site-container{width:min(100% - 24px,1180px)}.utility-inner{height:31px;font-size:10px}.header-actions{gap:9px}.header-actions a:first-child{display:none}.hero-home img{max-height:215px;object-fit:cover}.categories-section,.products-section{padding:38px 0}h2{font-size:25px}.category-grid{grid-template-columns:repeat(2,1fr)}.category-card{min-height:135px}.section-head{align-items:flex-start;flex-direction:column}.product-grid{grid-template-columns:1fr 1fr;gap:10px}.product-info{padding:11px}.product-info h3{font-size:12px}.product-info p{font-size:10px}.price-row strong{font-size:14px}.add-cart{font-size:10px;padding:7px 8px}.benefits-grid{grid-template-columns:1fr}.benefits-grid>div,.benefits-grid>div:nth-child(2){border-right:0;border-bottom:1px solid var(--line)}.footer-grid{grid-template-columns:1fr}}.real-hero{background:linear-gradient(120deg,#f5fbff,#e8f5ff);border-bottom:1px solid #e7eef6;overflow:hidden}.real-hero-grid{min-height:430px;display:grid;grid-template-columns:1.05fr 1.55fr;align-items:center;gap:15px}.real-hero-copy{padding:55px 0 50px}.real-hero-copy h1{font-size:48px;line-height:1.06;margin:10px 0 18px;letter-spacing:-.03em}.real-hero-copy h1 span{color:#1688ef}.real-hero-copy p{font-size:15px;line-height:1.7;color:#64748b;margin:0 0 25px}.hero-actions{display:flex;gap:12px;flex-wrap:wrap}.primary-btn{background:#1688ef;color:#fff;border-radius:10px;padding:13px 20px;font-weight:800;font-size:13px;box-shadow:0 8px 20px #1688ef2e}.primary-btn:hover{background:#0878dd}.real-hero-visual{position:relative;min-height:420px;display:flex;align-items:center;justify-content:center}.real-hero-visual>img{width:74%;height:350px;object-fit:cover;border-radius:28px;box-shadow:0 20px 55px #17477026}.hero-trust{position:absolute;right:0;top:54px;width:205px;display:grid;gap:8px}.hero-trust div{background:#ffffffeb;border:1px solid #e2eaf2;border-radius:12px;padding:12px 13px;box-shadow:0 7px 20px #12243b0f}.hero-trust b{display:block;color:#17263c;font-size:11px}.hero-trust small{display:block;color:#7b8a9e;font-size:9px;margin-top:4px}.section-head.compact{align-items:center;margin-bottom:20px}.section-head.compact h2{margin-bottom:0}.category-grid.five{grid-template-columns:repeat(5,1fr)}.brand-pills a{min-width:110px;text-align:center;background:#fff;box-shadow:0 3px 12px #12243b0a}@media(max-width:1000px){.real-hero-grid{grid-template-columns:1fr}.real-hero-copy{text-align:center;padding-bottom:10px}.hero-actions{justify-content:center}.real-hero-visual{min-height:370px}.real-hero-visual>img{width:68%}.hero-trust{right:2%;top:25px}.category-grid.five{grid-template-columns:repeat(3,1fr)}}@media(max-width:560px){.real-hero-copy{padding:35px 0 10px}.real-hero-copy h1{font-size:33px}.real-hero-copy p{font-size:13px}.real-hero-visual{min-height:300px}.real-hero-visual>img{width:100%;height:240px;border-radius:20px}.hero-trust{position:static;width:100%;grid-template-columns:1fr 1fr;margin-top:10px}.hero-trust div{padding:9px}.category-grid.five{grid-template-columns:1fr 1fr}.section-head.compact{flex-direction:column;align-items:flex-start}.brands-row{margin-top:30px}}.footer-social{margin-top:15px;color:#fff;font-size:18px}.newsletter-form{display:flex;max-width:280px}.newsletter-form input{min-width:0;flex:1;border:0;border-radius:8px 0 0 8px;padding:11px 12px}.newsletter-form button{width:45px;border:0;border-radius:0 8px 8px 0;background:#1688ef;color:#fff;font-weight:900}.footer-bottom{display:flex;justify-content:space-between;gap:20px}@media(max-width:560px){.footer-bottom{flex-direction:column}}.homepage-catalog{background:#fff;padding:48px 0 55px}.catalog-category-strip{display:grid;grid-template-columns:repeat(8,1fr);gap:10px;margin:0 0 42px}.catalog-category-strip a{min-height:82px;border:1px solid #e3eaf2;border-radius:13px;background:#fff;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:7px;font-size:11px;font-weight:800;text-align:center;transition:.18s}.catalog-category-strip a span{font-size:22px}.catalog-category-strip a:hover{border-color:#9bcaf2;color:#1688ef;transform:translateY(-2px);box-shadow:0 8px 22px #12243b12}.catalog-title-row{display:flex;align-items:flex-end;justify-content:space-between;gap:20px;margin-bottom:22px}.catalog-title-row h2{margin:6px 0 0}.badge.soldout{background:#fff0f0;color:#d44949}@media(max-width:1050px){.catalog-category-strip{grid-template-columns:repeat(4,1fr)}}@media(max-width:560px){.catalog-category-strip{grid-template-columns:repeat(2,1fr);gap:8px}.catalog-title-row{align-items:flex-start;flex-direction:column}}.product-info h3{min-height:38px}.product-colors{font-size:11px;color:#6b7b8f;margin:2px 0 7px;line-height:1.35}.product-colors b{color:#26364a}.product-colors-empty{opacity:.85}.product-price{font-size:20px;font-weight:850;color:#14273f;margin:3px 0 11px}.product-meta{border-top:1px solid #e9eef4;border-bottom:1px solid #e9eef4;padding:9px 0;margin:8px 0 11px;display:grid;gap:7px}.product-meta>div{display:flex;align-items:center;gap:8px}.meta-icon{width:25px;height:25px;display:grid;place-items:center;border-radius:7px;background:#f0f7fd;font-size:13px}.product-meta b{display:block;font-size:10px;color:#203149;line-height:1.2}.product-meta small{display:block;color:#77879a;font-size:9px;margin-top:2px;line-height:1.2}.product-view-btn{display:block;text-align:center;width:100%;padding:10px 8px}@media(max-width:560px){.product-info h3{min-height:34px}.product-price{font-size:17px}.product-meta{gap:6px}.product-meta b{font-size:9px}.product-meta small{font-size:8px}}
/*# sourceMappingURL=/cdn/shop/t/26/assets/theme.css.map */
