:root{--brand-orange:#F28C00;--orange-deep:#E86F00;--orange-gold:#FDB515;--white:#FFFFFF;--shadow-warm:#F3E2CF;--text-charcoal:#2B2B2B;--red:#F28C00;--ink:#2B2B2B;--navy:#2B2B2B;--pale:#FFFFFF;--line:#dce4ea}*{box-sizing:border-box}body{margin:0;color:var(--ink);font-family:Segoe UI,Arial,sans-serif;line-height:1.65}a{text-decoration:none;color:inherit}img{display:block;max-width:100%;object-fit:cover}.wrap{width:min(1160px,calc(100% - 40px));margin:auto}.skip{position:fixed;left:-999px}.skip:focus{left:10px;top:10px;z-index:99;background:#fff;padding:10px}.top{background:var(--navy);color:#dce7f0;font-size:.84rem}.top .wrap{height:38px;display:flex;align-items:center;gap:22px}.social{margin-left:auto}.social a{display:grid;place-items:center;border:1px solid #fff6;border-radius:50%;width:25px;height:25px}header{height:auto;background:#fff;position:relative;z-index:20;overflow:visible;box-shadow:0 4px 20px #2B2B2B12}.nav{height:100%;display:flex;align-items:center;justify-content:flex-start;gap:24px}.nav>a{display:flex;align-items:center;flex-shrink:0}.nav>a img{height:80px;width:auto;max-height:80px;object-fit:contain}.nav nav{display:flex;gap:24px;margin-left:auto}.nav nav a{font-weight:650;font-size:.91rem;padding:29px 0;border-bottom:3px solid transparent}.nav nav a:hover,.nav nav a.active{color:var(--red);border-color:var(--red)}.toggle{display:none}.nav-tools{display:flex;align-items:center;gap:10px;margin-left:8px}.cart-link{position:relative;display:grid;place-items:center;width:42px;height:42px;border:1px solid var(--line);border-radius:50%;color:var(--navy)}.cart-link svg{width:20px;height:20px}.cart-count{position:absolute;top:-4px;right:-4px;min-width:18px;height:18px;padding:0 5px;border-radius:20px;background:var(--red);color:#fff;font-size:.62rem;font-weight:800;line-height:18px;text-align:center}.product-card{position:relative;z-index:1}.product-card-actions{position:relative;z-index:2;padding:0 18px 18px}.product-card-actions .btn{width:100%;cursor:pointer}.product-buy{display:flex;flex-wrap:wrap;align-items:center;gap:10px;margin:18px 0}.product-buy .qty-input{width:84px;margin:0 0 0 8px;padding:10px}.outline-dark{background:#fff;color:var(--navy);border:1px solid var(--line);margin-left:0}.cart-page h2{margin-bottom:16px}.cart-layout{display:grid;grid-template-columns:1.2fr .8fr;gap:36px;align-items:start}.cart-items{display:grid;gap:12px}.cart-row{display:grid;grid-template-columns:72px 1fr auto auto;gap:12px;align-items:center;padding:12px;border:1px solid var(--line);border-radius:12px;background:#fff}.cart-row img{width:72px;height:72px;border-radius:8px;background:#f4f6f8;object-fit:cover}.cart-row b,.cart-row span{display:block}.cart-qty{display:flex;align-items:center;gap:8px}.cart-qty button,.cart-remove{border:1px solid var(--line);border-radius:7px;background:#fff;padding:6px 10px;cursor:pointer}.cart-form{padding:28px;border:1px solid var(--line);border-radius:14px;background:#fff}.cart-form label{display:block;font-weight:700;margin:0 0 14px}.cart-form input,.cart-form textarea{display:block;width:100%;margin-top:6px;padding:11px;border:1px solid #cdd7df;border-radius:7px;font:inherit}.cart-actions{display:flex;flex-wrap:wrap;gap:10px;margin-top:8px}.cart-help{margin:12px 0 0;color:#7a8490;font-size:.78rem}.cart-total{font-weight:800;color:#E86F00}@media(max-width:900px){.cart-layout{grid-template-columns:1fr}.cart-row{grid-template-columns:72px 1fr;grid-template-rows:auto auto}.cart-qty,.cart-remove{grid-column:2}}.hero{height:600px;position:relative;overflow:hidden;background:var(--navy)}.slide{position:absolute;inset:0;background-size:cover;background-position:center;opacity:0;transition:.5s;display:flex;align-items:center;color:#fff}.slide.active{opacity:1}.hero-copy{padding-right:44%}.hero-copy span,.red{color:var(--red);letter-spacing:.13em;font-size:.76rem}h1,h2,h3{line-height:1.18;margin:0 0 18px}h1{font-size:clamp(2.5rem,5vw,4.6rem)}h2{font-size:clamp(1.7rem,3vw,2.6rem)}.hero p{font-size:1.1rem}.btn{display:inline-block;border:0;border-radius:7px;background:var(--red);color:#fff;padding:13px 20px;font-weight:750;cursor:pointer}.outline{background:transparent;border:1px solid #fff;margin-left:8px}.prev,.next,.gprev,.gnext{position:absolute;top:50%;transform:translateY(-50%);width:45px;height:45px;border:1px solid #fff7;background:#2B2B2B77;color:#fff;border-radius:50%;font-size:2rem}.prev{left:18px}.next{right:18px}.dots{position:absolute;bottom:22px;left:50%;display:flex;gap:8px}.dots button{width:10px;height:10px;border:0;border-radius:50%;background:#fff7;padding:0}.dots .active{background:var(--red)}.section{padding:85px 0}.pale{background:var(--pale)}.split{display:grid;grid-template-columns:1fr 1fr;gap:65px;align-items:center}.split>img{width:100%;height:470px;border-radius:16px}.section p,.card p,.contact p{text-align:justify}.center{text-align:center;max-width:680px;margin:0 auto 42px}.cards,.gallery{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.card{background:#fff;border:1px solid var(--line);border-radius:14px;padding:27px;transition:.2s}.card:hover{transform:translateY(-4px);box-shadow:0 14px 34px #2B2B2B18}.service{text-align:center}.service p{text-align:center}.service i{display:grid;place-items:center;width:58px;height:58px;margin:0 auto 18px;background:#F3E2CF;color:var(--red);border-radius:50%;font-size:1.6rem;font-style:normal}.image-card{padding:0;overflow:hidden}.image-card>img,.product-card>a>img{width:100%;height:230px}.image-card>div,.product-card>a>div{padding:24px}.product-card>a>div{padding-bottom:8px}.values{padding:65px 0;background:var(--navy);color:#fff}.values article{padding:20px}.banner{position:relative;isolation:isolate;overflow:hidden;min-height:340px;display:flex;align-items:center;color:#fff;background:#2B2B2B}.banner:before,.banner:after{content:"";position:absolute;inset:0}.banner:before{z-index:-2;background:var(--banner-image,url('../img/lab18.jpeg')) center/cover no-repeat}.banner:after{z-index:-1;background:linear-gradient(100deg,rgba(37,37,37,.86) 0%,rgba(37,37,37,.55) 48%,rgba(232,111,0,.4) 100%)}.banner .wrap{position:relative;z-index:1;padding:56px 0}.banner h1{font-size:clamp(2.1rem,4vw,3.4rem);margin:8px 0;text-shadow:0 8px 28px #0006}.banner p{max-width:670px;color:#f4f4f4;text-shadow:0 4px 16px #0005}.banner small{display:block;letter-spacing:.08em;text-transform:uppercase;font-size:.72rem;color:#F3E2CF}.banner small a{color:#FDB515}.cta{text-align:center;padding:60px 20px;background:var(--red);color:#fff}.white{background:#fff;color:var(--red)}.gallery-item{padding:0;background:#fff;border:0;border-radius:14px;overflow:hidden;text-align:left;cursor:pointer;box-shadow:0 5px 22px #2B2B2B18}.gallery-item img{width:100%;height:270px}.gallery-item span{display:flex;justify-content:space-between;padding:17px}.gallery-item small{color:#657487}dialog{width:min(1050px,94vw);height:min(800px,92vh);padding:40px;background:#07111e;color:#fff;border:0;border-radius:12px}dialog::backdrop{background:#000c}dialog figure{height:100%;margin:0;display:grid;grid-template-rows:1fr auto}dialog figure img{width:100%;height:100%;min-height:0}dialog figcaption{padding:12px}.close{position:absolute;right:10px;top:5px;background:none;border:0;color:#fff;font-size:2rem}.gprev{left:12px}.gnext{right:12px}.contact{display:grid;grid-template-columns:.8fr 1.3fr;gap:65px}.contact form{padding:34px;border:1px solid var(--line);border-radius:14px}.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:14px}.contact label{display:block;font-weight:700;margin-bottom:13px}.contact input,.contact textarea{display:block;width:100%;margin-top:5px;padding:11px;border:1px solid #cdd7df;border-radius:7px;font:inherit}.hp{position:absolute;left:-9999px}.notice{padding:12px;background:#e8f8ed;border-radius:7px;margin-bottom:15px}.empty{text-align:center;background:var(--pale);padding:55px;border-radius:14px}.empty p{text-align:center}.link{color:var(--red);font-weight:750}footer{padding-top:62px;background:var(--navy);color:#cbd7e1}.foot{display:grid;grid-template-columns:2fr 1fr 1.4fr;gap:55px}.foot img{object-fit:contain;background:#fff;border-radius:6px;margin-bottom:15px}.foot a{display:block;margin:7px 0}.foot h3{color:#fff}.copy{text-align:center;border-top:1px solid #ffffff17;padding:20px;margin-top:42px}@media(max-width:900px){.toggle{display:block;background:var(--navy);color:#fff;border:0;border-radius:6px;padding:10px 14px}.nav-tools{order:2;margin-left:auto}.nav nav{display:none;position:absolute;top:82px;left:0;right:0;background:#fff;padding:12px 20px;flex-direction:column;gap:0;box-shadow:0 12px 20px #0002}.nav nav.open{display:flex}.nav nav a{padding:11px}.hero-copy{padding-right:10%}.split,.contact{grid-template-columns:1fr}.cards,.gallery{grid-template-columns:repeat(2,1fr)}}@media(max-width:600px){.wrap{width:calc(100% - 28px)}.email{display:none}.hero{height:540px}.hero-copy{padding:0 28px 0 10px}.prev{left:4px}.next{right:4px}.outline{margin:8px 0 0}.section{padding:58px 0}.split{gap:34px}.split>img{height:320px}.cards,.gallery,.foot,.form-grid{grid-template-columns:1fr}.contact form{padding:21px}.foot{gap:25px}.banner{min-height:250px}.banner .wrap{padding:36px 0}}

.gallery-heading{display:flex;align-items:end;justify-content:space-between;margin-bottom:32px}.gallery-heading h2{margin:5px 0}.gallery-heading p{margin:0;color:#68717a}.gallery-heading strong{padding:8px 13px;border-radius:30px;background:#F3E2CF;color:#E86F00;font-size:.76rem}.gallery-section{background:#fafafa}.gallery-item{border:1px solid #ece6ea}.gallery-item:focus-visible{outline:3px solid #F28C00;outline-offset:3px}@media(max-width:600px){.gallery-heading{align-items:start;gap:15px}.gallery-heading strong{white-space:nowrap}}
.service-mark{display:grid;place-items:center;width:48px;height:48px;margin:-49px 0 16px;position:relative;border:4px solid #fff;border-radius:50%;background:#F3E2CF;color:#F28C00;font-size:1.15rem;font-style:normal}.detail-back{display:inline-block;margin-left:16px;color:#F28C00;font-weight:800}.image-card h2{font-size:1.28rem}.contact-detail{margin:0 0 22px;padding-bottom:18px;border-bottom:1px solid #e8e2e6}.contact-detail>b,.contact-detail>a,.contact-detail>span{display:block}.contact-detail>b{margin-bottom:5px;color:#2B2B2B}.contact-detail>a{width:max-content;max-width:100%;color:#E86F00;font-weight:650}.contact-detail>a:hover{text-decoration:underline}.map-section{padding:75px 0;background:#F3E2CF}.map-frame{overflow:hidden;border:1px solid #e4dde1;border-radius:16px;background:#fff;box-shadow:0 12px 34px #30222a12}.map-frame iframe{display:block;width:100%;height:450px;border:0}.map-link{padding:10px 15px;border:1px solid #F28C00;border-radius:8px;color:#E86F00;font-weight:750}.address-link{margin-bottom:10px!important}@media(max-width:600px){.map-section{padding:55px 0}.map-frame iframe{height:360px}.map-link{font-size:.75rem}}.social a{color:#fff}.social svg,.footer-social svg{width:14px;height:14px;fill:currentColor}.social svg .cut,.footer-social svg .cut{fill:#2B2B2B}.footer-social{display:flex;flex-wrap:wrap;gap:8px;margin-top:16px}.footer-social a{display:grid!important;place-items:center;width:32px;height:32px;margin:0!important;border:1px solid #ffffff30;border-radius:50%;color:#fff}.footer-social a:hover{border-color:#F28C00;background:#F28C00}.footer-social svg{width:15px;height:15px}.turnstile-widget{display:block;width:100%;min-height:110px;margin:18px 0 22px;padding:14px;border:1px solid var(--line);border-radius:10px;background:#fafafa;overflow:visible}.turnstile-label{display:block;margin:0 0 10px;font-weight:700}.turnstile-widget .cf-turnstile{min-width:300px;min-height:65px}.turnstile-status{margin:10px 0 0;color:#b42318;font-size:.86rem}.notice.error{background:#fdecea;color:#7a271a}form.is-sending{opacity:.72;pointer-events:none}.add-to-cart.is-added{flex:1}.product-card-actions.added-state,.product-buy.added-state{display:flex;align-items:center;gap:8px}.added-cart-link{display:grid;place-items:center;width:44px;height:44px;flex:0 0 44px;border-radius:8px;background:linear-gradient(135deg,#E86F00,#F28C00 58%,#FDB515);color:#fff;box-shadow:0 6px 16px #F28C0040}.added-cart-link svg.icon{width:20px;height:20px}.added-cart-link:hover{transform:translateY(-1px)}.cart-continue{margin:0 0 14px;color:#68717a}.cart-continue .link{margin:0 2px}.go-top{position:fixed;z-index:40;right:22px;bottom:88px;display:grid;place-items:center;width:48px;height:48px;border:0;border-radius:50%;background:linear-gradient(135deg,#E86F00,#F28C00 58%,#FDB515);color:#fff;box-shadow:0 10px 24px #E86F0066;cursor:pointer}.go-top[hidden]{display:none}.go-top svg.icon{width:22px;height:22px}.go-top:hover{transform:translateY(-2px)}.wa-widget{position:fixed;z-index:46;right:18px;bottom:18px;font-family:Segoe UI,Arial,sans-serif}.wa-fab{display:grid;place-items:center;width:60px;height:60px;border:0;border-radius:50%;background:#25D366;color:#fff;box-shadow:0 8px 24px #25D36688;cursor:pointer}.wa-fab svg{width:34px;height:34px}.wa-fab:hover{transform:scale(1.05)}.wa-panel{position:absolute;right:0;bottom:76px;width:min(340px,calc(100vw - 28px));overflow:hidden;border-radius:16px;background:#fff;box-shadow:0 18px 50px #0005}.wa-head{display:flex;align-items:center;gap:10px;padding:12px 12px 12px 14px;background:#075E54;color:#fff}.wa-avatar{display:grid;place-items:center;width:42px;height:42px;border-radius:50%;background:#25D366;color:#fff;flex:0 0 42px}.wa-avatar svg{width:24px;height:24px}.wa-head>div{flex:1;min-width:0}.wa-head b,.wa-head small{display:block}.wa-head b{font-size:.95rem}.wa-head small{margin-top:2px;color:#d7ebe7;font-size:.68rem;font-weight:500}.wa-close{border:0;background:none;color:#fff;font-size:1.6rem;line-height:1;cursor:pointer}.wa-chat{min-height:210px;padding:16px 14px;background:#e5ddd5}.wa-bubble{width:fit-content;max-width:86%;padding:8px 10px 6px;border-radius:8px;background:#fff;box-shadow:0 1px 2px #0001}.wa-bubble small{display:block;color:#075E54;font-size:.68rem;font-weight:700}.wa-bubble p{margin:4px 0 0;font-size:.86rem}.wa-compose{display:flex;align-items:center;gap:8px;padding:10px;background:#f0f0f0}.wa-compose input{flex:1;margin:0;padding:10px 14px;border:0;border-radius:22px;background:#fff;font:inherit}.wa-compose button{display:grid;place-items:center;width:40px;height:40px;border:0;border-radius:50%;background:#25D366;color:#fff;cursor:pointer}.wa-compose button svg{width:18px;height:18px}@media(max-width:600px){.go-top{right:14px;bottom:80px;width:44px;height:44px}.wa-widget{right:12px;bottom:12px}.wa-fab{width:56px;height:56px}}.phone-field{display:flex;flex-direction:column;font-weight:700;margin:0 0 13px}.phone-field>span{display:block}.phone-field-controls{display:flex;gap:8px;margin-top:5px}.phone-field select,.phone-field input{flex:1;min-width:0;margin:0;padding:11px;border:1px solid #cdd7df;border-radius:7px;font:inherit;font-weight:400}.phone-field select{flex:0 0 168px;max-width:46%;background:#fff}.contact .phone-field-controls input,.contact .phone-field-controls select,.cart-form .phone-field-controls input,.cart-form .phone-field-controls select{display:block;width:auto;max-width:none;margin-top:0}.contact .phone-field-controls input,.cart-form .phone-field-controls input{flex:1;width:100%}.btn,.cta{background:linear-gradient(135deg,#E86F00,#F28C00 58%,#FDB515)}.btn.white{background:#FFFFFF;color:#E86F00}.image-card:hover,.gallery-item:hover{border-color:#F28C00;box-shadow:0 14px 34px #F3E2CF}.nav nav a:hover,.nav nav a.active{color:#E86F00;border-color:#F28C00}
.category-nav{display:flex;flex-wrap:wrap;gap:8px;margin:0 0 18px}.product-search{display:flex;align-items:center;gap:10px;margin:0 0 28px}.product-search input{flex:1;min-width:0;margin:0;padding:13px 16px;border:1px solid var(--line);border-radius:8px;font:inherit}.product-search input:focus{border-color:#F28C00;box-shadow:0 0 0 3px #F28C0017;outline:none}.product-search .btn{flex-shrink:0}.product-grid .product-card[hidden]{display:none!important}.product-search-empty{margin-top:8px}.category-nav a{padding:8px 12px;border:1px solid var(--line);border-radius:20px;font-size:.78rem;font-weight:700}.category-nav a.active,.category-nav a:hover{border-color:var(--red);background:#F3E2CF;color:#E86F00}.product-grid{grid-template-columns:repeat(var(--product-cols,3),1fr)}.product-grid .price{margin:8px 0 0;color:#E86F00;font-weight:800}.featured-products{background:#fafafa}.product-detail{display:grid;grid-template-columns:1.05fr .95fr;gap:48px;align-items:start}.product-photos>img{width:100%;height:420px;border-radius:16px;object-fit:cover;background:#f4f6f8}.product-thumbs{display:grid;grid-template-columns:repeat(4,1fr);gap:10px;margin-top:12px}.product-thumbs img{height:84px;border-radius:8px}.product-detail .price{font-size:1.35rem;font-weight:800;color:#E86F00}.product-options{margin:16px 0}.image-card small{display:block;margin-bottom:8px;color:#7a8490;font-size:.68rem}@media(max-width:900px){.product-detail{grid-template-columns:1fr}.product-photos>img{height:300px}.product-grid{grid-template-columns:repeat(2,1fr)!important}}@media(max-width:600px){.product-grid{grid-template-columns:1fr!important}}
.values .cards,.pale .cards{justify-items:center}.value-card{width:100%;max-width:360px;text-align:center}.values article.value-card{padding:8px 12px 4px}.value-icon{display:grid;place-items:center;width:72px;height:72px;margin:0 auto 18px;border-radius:50%;background:#ffffff18;color:#FDB515}.value-icon svg{width:32px;height:32px;fill:none;stroke:currentColor;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round}.values h3{margin:0 0 10px;font-size:1.35rem}.values p{margin:0;color:#d7dee6;text-align:center}.card.value-card .value-icon{background:#F3E2CF;color:#E86F00}.card.value-card h3{margin:0 0 10px}.card.value-card p{text-align:center}
.gallery-video{position:relative}.gallery-video>video{display:block;width:100%;height:270px;object-fit:cover;background:#18212b}.gallery-play{position:absolute;top:105px;left:50%;display:grid;place-items:center;width:58px;height:58px;transform:translateX(-50%);border-radius:50%;background:#f28c00e8;color:#fff;font-size:1.3rem;font-style:normal;box-shadow:0 8px 25px #0006}.gallery-stage{min-height:0;display:grid;place-items:center;overflow:hidden}.gallery-stage img,.gallery-stage video{width:100%;height:100%;min-height:0;object-fit:contain;background:#07111e}.gallery-stage [hidden]{display:none}
.product-grid{align-items:stretch}.product-grid .product-card{display:flex;flex-direction:column;height:100%;min-width:0}.product-grid .product-card>a{display:flex;flex:1;min-height:0;flex-direction:column}.product-grid .product-card>a>div{display:flex;flex:1;flex-direction:column}.product-grid .product-card h2{display:-webkit-box;overflow:hidden;min-height:3.05em;margin-bottom:10px;-webkit-box-orient:vertical;-webkit-line-clamp:2}.product-grid .product-card .price{margin-top:auto}.product-grid .product-card-actions{margin-top:auto}.product-grid .product-card-actions .btn{display:flex;align-items:center;justify-content:center;min-height:48px;text-align:center}
.category-showcase{padding:28px 0;background:var(--navy);color:#fff}.category-showcase-head{display:flex;align-items:center;justify-content:space-between;margin-bottom:18px}.category-showcase-head span{font-weight:800}.category-showcase-head a{color:var(--accent-just);font-weight:700}.category-rail{display:grid;grid-template-columns:repeat(6,1fr);gap:12px}.category-rail a{overflow:hidden;border:1px solid #ffffff1c;border-radius:12px;background:#ffffff0b}.category-rail img{width:100%;height:105px;object-fit:cover}.category-rail span{display:block;padding:10px;font-size:.8rem;font-weight:700}.offers-band{background:linear-gradient(135deg,#fff8ef,#fff)}.offer-callout{display:flex;align-items:center;justify-content:space-between;gap:24px;padding:30px;border:1px solid color-mix(in srgb,var(--accent) 24%,var(--line));border-radius:16px;background:#fff;box-shadow:0 14px 36px #2b2b2b0c}.offer-callout b,.offer-callout span{display:block}.offer-callout b{font-size:1.25rem}.offer-callout span{margin-top:5px;color:var(--muted)}.newsletter-form{margin-top:24px}.newsletter-form p{font-size:.84rem}.newsletter-form>div{display:flex}.newsletter-form input{min-width:0;flex:1;padding:10px 12px;border:0;border-radius:7px 0 0 7px;font:inherit}.newsletter-form button{padding:10px 12px;border:0;border-radius:0 7px 7px 0;background:var(--accent);color:#fff;font-weight:700;cursor:pointer}@media(max-width:980px){.category-rail{display:flex;overflow-x:auto;scroll-snap-type:x mandatory;padding-bottom:5px}.category-rail a{min-width:180px;scroll-snap-align:start}}@media(max-width:640px){.category-showcase{padding:20px 0}.category-showcase-head{font-size:.82rem}.category-rail a{min-width:150px}.category-rail img{height:86px}.offer-callout{align-items:stretch;flex-direction:column}.offer-callout .btn{width:100%;text-align:center}}
.site-footer .foot{grid-template-columns:1.35fr .75fr 1fr 1.15fr;align-items:start;gap:44px}.site-footer .foot>:last-child{padding-right:0}.footer-quality{display:flex;align-items:center;gap:10px;width:max-content;max-width:100%;margin-top:18px;padding:10px 12px;border:1px solid #ffffff1c;border-radius:10px;background:#ffffff0a}.footer-quality>span{display:grid;place-items:center;width:30px;height:30px;flex:0 0 30px;border-radius:50%;background:var(--accent);color:#fff;font-weight:900}.footer-quality b,.footer-quality small{display:block}.footer-quality b{color:#fff;font-size:.78rem}.footer-quality small,.foot-newsletter>small{color:#ffffff82;font-size:.68rem}.foot-newsletter p{margin-bottom:16px!important}.foot-newsletter .newsletter-form{margin-top:0}.foot-newsletter .newsletter-form>div{display:block}.foot-newsletter .newsletter-form input,.foot-newsletter .newsletter-form button{display:block;width:100%;border-radius:8px}.foot-newsletter .newsletter-form button{margin-top:9px}.foot-newsletter>small{display:block;margin-top:10px}.site-footer .copy .wrap{text-align:left}@media(max-width:980px){.site-footer .foot{grid-template-columns:1.2fr 1fr!important;gap:38px 52px}.site-footer .foot>:last-child{padding-bottom:0}}@media(max-width:640px){.site-footer .foot{grid-template-columns:1fr!important;gap:32px;padding-top:42px}.site-footer .copy .wrap{text-align:center}.foot-newsletter .newsletter-form>div{display:flex}.foot-newsletter .newsletter-form input{border-radius:8px 0 0 8px}.foot-newsletter .newsletter-form button{width:auto;margin-top:0;border-radius:0 8px 8px 0}}
.top-products-section{padding:54px 0 68px}.top-products-section .shop-layout{grid-template-columns:270px minmax(0,1fr);gap:34px}.top-products-section .cat-panel{position:static;overflow:hidden;padding:0;border-radius:14px;background:#fff;box-shadow:0 12px 34px #15223512}.top-products-section .cat-panel h3{margin:0;padding:20px 22px;background:var(--navy);color:#fff;font-size:1rem}.top-products-section .cat-panel ul{margin:0;padding:8px 0;list-style:none}.top-products-section .cat-panel li{border-bottom:1px solid var(--line)}.top-products-section .cat-panel li:last-child{border-bottom:0}.top-products-section .cat-panel a{display:grid;grid-template-columns:28px 1fr 12px;align-items:center;gap:10px;padding:16px 18px}.top-products-section .cat-panel a:hover{background:#fff8ef;color:var(--accent)}.category-cube{color:var(--accent);font-size:1.4rem}.top-products-section .cat-panel b{font-size:.78rem;line-height:1.35}.top-products-section .cat-panel i{color:#a9b0b9;font-size:1.25rem;font-style:normal}.top-products-section .section-head,.home-product-band .section-head{align-items:end}.top-products-section .section-head h2,.home-product-band .section-head h2{margin-bottom:6px;font-size:clamp(1.55rem,2.4vw,2.15rem)}.top-products-section .section-head p,.home-product-band .section-head p{margin:0;color:var(--muted)}.top-product-grid,.home-product-band .product-grid{gap:14px}.top-products-section .product-card,.home-product-band .product-card{border-radius:12px}.top-products-section .product-card>a>img,.home-product-band .product-card>a>img,.product-image-wrap img{width:100%;height:185px;object-fit:contain;background:#f8f9fa}.product-image-wrap{position:relative;background:#f8f9fa}.product-badge{position:absolute;z-index:2;top:10px;left:10px;padding:4px 8px;border-radius:20px;background:#e53935;color:#fff;font-size:.62rem;font-style:normal;font-weight:800}.product-card-copy{padding:15px!important}.top-products-section .product-card h2,.home-product-band .product-card h2{font-size:.91rem}.stock-status{display:flex;align-items:center;gap:6px;margin-top:7px;color:#21b45b;font-size:.7rem;font-weight:700}.stock-status i{width:7px;height:7px;border-radius:50%;background:currentColor}.top-products-section .product-card-actions,.home-product-band .product-card-actions{padding:0 14px 14px}.top-products-section .product-card-actions .btn,.home-product-band .product-card-actions .btn{min-height:40px;padding:9px 10px;border-radius:8px;background:var(--navy);font-size:.73rem}.top-products-section .product-card-actions .btn:hover,.home-product-band .product-card-actions .btn:hover{background:var(--accent)}.home-excellence{padding:62px 0}.home-excellence .section-head{margin-bottom:30px}.home-about .split{grid-template-columns:.9fr 1.1fr}.home-purpose-list{display:grid;gap:10px;margin:20px 0}.home-purpose-list>div{padding:13px 15px;border-left:3px solid var(--accent);border-radius:0 9px 9px 0;background:#fff8ef}.home-purpose-list b,.home-purpose-list span{display:block}.home-purpose-list span{margin-top:3px;color:var(--muted);font-size:.82rem}.home-product-band{padding:66px 0}.home-partners{padding:58px 0;background:var(--navy);color:#fff}.home-partners .section-head p{color:#ffffffa8}.home-partners .partner-card{border-color:#ffffff1c;background:#fff}.home-why{padding-bottom:58px}.home-faq{padding-top:34px}.home-faq .faq-list{max-width:900px}@media(max-width:1100px){.top-products-section .shop-layout{grid-template-columns:230px minmax(0,1fr)}.top-product-grid,.home-product-band .product-grid{grid-template-columns:repeat(3,1fr)!important}}@media(max-width:820px){.top-products-section .shop-layout{grid-template-columns:1fr}.top-products-section .cat-panel ul{display:grid;grid-template-columns:repeat(2,1fr)}.top-products-section .cat-panel li:nth-child(odd){border-right:1px solid var(--line)}.top-product-grid,.home-product-band .product-grid{grid-template-columns:repeat(2,1fr)!important}.home-about .split{grid-template-columns:1fr}.home-about .photo-card{order:0}}@media(max-width:560px){.top-products-section{padding:34px 0 46px}.top-products-section .cat-panel ul{display:block}.top-products-section .cat-panel li:nth-child(odd){border-right:0}.top-products-section .cat-panel a{padding:13px 16px}.top-product-grid,.home-product-band .product-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:9px}.top-products-section .product-card h2,.home-product-band .product-card h2{font-size:.78rem}.top-products-section .product-card>a>img,.home-product-band .product-card>a>img,.product-image-wrap img{height:135px}.product-card-copy{padding:11px!important}.top-products-section .product-card-actions,.home-product-band .product-card-actions{padding:0 10px 10px}.top-products-section .product-card-actions .btn,.home-product-band .product-card-actions .btn{min-height:38px;font-size:.65rem}.home-product-band{padding:48px 0}.home-product-band .section-head,.top-products-section .section-head{align-items:flex-start}.home-product-band .section-head .link,.top-products-section .section-head .link{white-space:nowrap;font-size:.75rem}.home-excellence{padding:48px 0}}
