@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+Georgian:wght@400;500;600;700;800;900&display=swap');
:root{--blue:#0060b8;--navy:#082a49;--ink:#152f43;--muted:#65788a;--line:#e0e8ef;--soft:#f3f7fa;--white:#fff;font-family:'Noto Sans Georgian',Arial,sans-serif;color:var(--ink);background:white;font-synthesis:none}*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:95px}body{margin:0}button,input,select{font:inherit}button,a,input,select{-webkit-tap-highlight-color:transparent}button,a{touch-action:manipulation}button{cursor:pointer}a{color:inherit;text-decoration:none}button:focus-visible,a:focus-visible,input:focus-visible,select:focus-visible{outline:3px solid #48a5f3;outline-offset:4px}header{height:100px;padding:0 5.5%;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid var(--line);background:#fff;gap:35px}.brand{font:900 43px/1 Arial,sans-serif;letter-spacing:-2px;color:var(--blue);display:inline-flex;align-items:center;gap:23px}.brand span{font:500 12px/1.6 'Noto Sans Georgian',sans-serif;letter-spacing:0;max-width:110px;border-left:1px solid #cbd8e5;padding-left:22px;color:var(--muted)}.brand img{width:128px;height:auto}nav{display:flex;gap:38px;align-items:center;font-size:14px;font-weight:600}nav a:hover{color:var(--blue)}main{max-width:1600px;margin:auto}.intro{position:relative;margin:28px 4% 0;min-height:460px;padding:55px 5%;background:#eef5fb;border-radius:4px;display:grid;grid-template-columns:1.1fr 1fr;align-items:center;gap:20px;overflow:hidden}.eyebrow{color:var(--blue);font-size:12px;letter-spacing:1px;font-weight:700;margin:0 0 20px}.intro h1{font-size:clamp(32px,3.45vw,55px);letter-spacing:-1.7px;line-height:1.4;margin:0;font-weight:800}.intro h1 span{color:var(--blue)}.intro p:not(.eyebrow){font-size:15px;line-height:1.9;color:var(--muted);margin:18px 0 27px}.primary{display:inline-flex;gap:34px;align-items:center;background:var(--blue);color:#fff;font-size:14px;font-weight:600;padding:16px 23px;border-radius:4px}.primary:hover{background:#004b92}.primary span{font-size:21px}.hero-products{height:370px;display:flex;align-items:center;justify-content:center;position:relative}.hero-products:before{content:'';position:absolute;width:340px;height:340px;border:1px solid #b8d5ee;border-radius:50%;box-shadow:0 0 0 40px #e4eff9,0 0 0 41px #cfE2f2;opacity:.7}.hero-products img{position:absolute;width:48%;height:320px;object-fit:contain;filter:drop-shadow(0 22px 11px #0c3d6125);mix-blend-mode:multiply}.hero-products img:first-child{left:0;transform:rotate(-10deg);height:270px;top:73px}.hero-products img:nth-child(2){width:55%;z-index:2}.hero-products img:nth-child(3){right:0;transform:rotate(10deg);height:260px;top:77px}.hero-note{position:absolute;bottom:-10px;right:0;color:#5b7388;font-size:12px}.category-strip{display:grid;grid-template-columns:repeat(4,1fr);margin:0 4%;border:1px solid var(--line);border-top:0}.strip-item{display:flex;align-items:center;gap:15px;padding:24px 22px;border-right:1px solid var(--line);font-size:14px;font-weight:600;background:#fff;text-align:left;color:var(--ink);border-top:0;border-bottom:0;border-left:0}.strip-item:last-child{border-right:0}.strip-item:hover{background:var(--soft);color:var(--blue)}.strip-item svg{width:28px;height:28px;color:var(--blue);flex-shrink:0}.strip-item small{display:block;color:var(--muted);font-size:12px;font-weight:400;margin-top:5px}#catalog{padding:64px 5.5% 70px}.section-heading{display:flex;align-items:center;justify-content:space-between;gap:20px;margin-bottom:32px}.section-heading h2{font-size:28px;letter-spacing:-.7px;margin:0}.section-heading>span{font-size:14px;color:var(--muted)}.catalog-layout{display:grid;grid-template-columns:245px minmax(0,1fr);gap:38px}aside{align-self:start;border-top:2px solid var(--navy)}.side-title{font-size:14px;font-weight:700;display:block;padding:20px 12px 13px}.category-btn{width:100%;border:0;display:flex;align-items:center;gap:12px;padding:15px 12px;text-align:left;background:white;color:var(--muted);font-size:14px;border-radius:4px;line-height:1.5;margin-bottom:4px}.category-btn svg{width:20px;height:20px;flex-shrink:0}.category-btn .count{margin-left:auto;font-size:12px;opacity:.8}.category-btn:hover{background:var(--soft);color:var(--blue)}.category-btn.active{background:#eaf3fc;color:var(--blue);font-weight:700}.source-box{margin-top:30px;border-top:1px solid var(--line);padding:20px 12px;font-size:12px;line-height:1.9;color:var(--muted)}.source-box a{color:var(--blue);display:block;margin-top:8px}.toolbar{display:flex;gap:15px;margin-bottom:17px}.search{display:flex;align-items:center;gap:12px;flex:1;border:1px solid #d8e2ea;border-radius:4px;padding:0 16px;min-width:0}.search>span{font:32px Arial;color:var(--muted)}.search input{border:0;outline:none;background:none;min-width:0;width:100%;padding:15px 0;font-size:14px;color:var(--ink)}.toolbar select{max-width:200px;border:1px solid #d8e2ea;border-radius:4px;padding:12px;background:white;color:var(--ink);font-size:13px}#subcategory{display:flex;gap:8px;flex-wrap:wrap}.sub-btn{background:#f5f8fb;color:#5c7287;border:1px solid #e5edf4;border-radius:3px;font-size:12px;padding:8px 11px}.sub-btn.active{background:var(--navy);color:white;border-color:var(--navy)}#results-info{font-size:13px;color:var(--muted);margin:22px 0 18px}.products{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:22px}.product{border:1px solid var(--line);border-radius:5px;overflow:hidden;background:white;text-align:left;padding:0;display:flex;flex-direction:column;color:var(--ink);transition:transform .2s,border-color .2s,box-shadow .2s}.product:hover{border-color:#97bcdd;transform:translateY(-4px);box-shadow:0 10px 28px #082a490a}.product-image{background:#f6f8fa;position:relative;width:100%;height:245px;padding:29px 25px 22px;display:flex;align-items:center;justify-content:center}.product-image img{width:100%;height:100%;object-fit:contain;mix-blend-mode:multiply;transition:transform .3s}.product:hover .product-image img{transform:scale(1.045)}.product-image .badge{position:absolute;top:13px;left:13px;font-size:10px;letter-spacing:.5px;font-weight:600;padding:5px 7px;background:#fff;color:#64829b;border:1px solid #e5edf3;border-radius:2px}.product-copy{padding:21px 20px 17px;display:flex;flex-direction:column;flex:1}.product-cat{font-size:11px;color:var(--blue);margin-bottom:9px}.product h3{font:700 20px/1.25 Arial,sans-serif;margin:0 0 11px;color:var(--navy);overflow-wrap:anywhere}.product p{font-size:13px;line-height:1.65;margin:0 0 19px;color:var(--muted);min-height:43px}.product-bottom{display:flex;justify-content:space-between;align-items:center;border-top:1px solid var(--line);padding-top:13px;margin-top:auto;font-size:12px;color:var(--blue)}.product-bottom span:last-child{font-size:20px}.empty{padding:55px;text-align:center;grid-column:1/-1;background:var(--soft);font-size:16px;color:var(--muted)}#pagination{display:flex;align-items:center;justify-content:center;gap:8px;flex-wrap:wrap;margin-top:32px}#pagination button{border:1px solid var(--line);background:#fff;border-radius:3px;color:var(--ink);min-width:39px;height:39px;padding:0 12px;font-size:14px}#pagination button.active{background:var(--blue);border-color:var(--blue);color:#fff}#pagination button:disabled{opacity:.4;cursor:default}footer{display:flex;align-items:center;justify-content:space-between;gap:25px;background:#f6f8fb;padding:38px 5.5%;border-top:1px solid var(--line);font-size:12px;color:var(--muted)}footer .brand{font-size:32px}footer .brand span{display:none}footer a{color:var(--blue)}dialog{border:0;border-radius:10px;padding:0;max-width:970px;width:calc(100% - 40px);max-height:90dvh;color:var(--ink);box-shadow:0 30px 100px #072a4933}dialog::backdrop{background:#06203a80;backdrop-filter:blur(4px)}.modal-close{position:absolute;right:18px;top:15px;border:1px solid var(--line);background:white;z-index:3;width:38px;height:38px;border-radius:50%;font-size:23px;color:var(--ink)}.detail-grid{display:grid;grid-template-columns:37% 1fr}.detail-photo{background:var(--soft);padding:40px 24px;display:flex;flex-direction:column;align-items:center}.detail-photo img{width:100%;height:330px;object-fit:contain;mix-blend-mode:multiply;position:sticky;top:45px}.detail-body{padding:45px 36px}.detail-body h2{font:700 34px/1.25 Arial;margin:12px 30px 12px 0;overflow-wrap:anywhere}.detail-body .subtitle{font-size:16px;line-height:1.8;color:var(--muted)}.detail-body h3{font-size:14px;margin:26px 0 10px}.detail-body ul{padding-left:20px;font-size:14px;line-height:1.8;color:var(--muted)}.detail-body .source-language{font-size:12px;color:var(--muted)}.detail-body table{border-collapse:collapse;width:100%;font-size:13px}.detail-body td{padding:10px 7px;border-bottom:1px solid var(--line);line-height:1.5}.detail-body td:first-child{color:var(--muted)}.detail-body .primary{margin-top:25px;font-size:13px;padding:13px 18px}.detail-body .disclaimer{font-size:12px;line-height:1.8;color:var(--muted)}.mobile-categories{display:none}.load-error{padding:20px;background:#fff2f0;color:#8e3428}
@media(min-width:1450px){.products{grid-template-columns:repeat(4,minmax(0,1fr))}.product-image{height:235px}}@media(max-width:1100px){nav{gap:20px}.brand{gap:14px}.brand span{padding-left:14px}.catalog-layout{grid-template-columns:210px minmax(0,1fr);gap:25px}.products{grid-template-columns:repeat(2,minmax(0,1fr))}.strip-item{padding:20px 13px;font-size:12px}.intro{min-height:420px}.hero-products{height:320px}.hero-products:before{width:250px;height:250px}.hero-products img{height:285px}.hero-products img:first-child,.hero-products img:nth-child(3){height:225px;top:55px}}
@media(max-width:760px){header{height:80px;padding:0 5%;gap:15px}.brand{font-size:37px}.brand img{width:103px}.brand span{font-size:10px;max-width:96px;padding-left:13px}nav{font-size:12px;gap:0}nav a{display:none}nav a:first-child{display:block}.intro{margin:14px 4% 0;padding:32px 6% 16px;display:flex;flex-direction:column;align-items:start;gap:0}.intro h1{font-size:35px;letter-spacing:-1px;line-height:1.45}.eyebrow{font-size:11px;margin-bottom:14px}.intro p:not(.eyebrow){font-size:13px;margin:14px 0 19px}.primary{font-size:13px;padding:13px 17px}.hero-products{width:100%;height:255px;margin-top:13px}.hero-products:before{width:205px;height:205px;box-shadow:0 0 0 26px #e4eff9,0 0 0 27px #cfE2f2}.hero-products img{height:235px;width:40%}.hero-products img:first-child{height:180px;left:10%;top:40px}.hero-products img:nth-child(3){height:180px;right:10%;top:40px}.hero-note{bottom:0;font-size:10px}.category-strip{grid-template-columns:repeat(2,1fr)}.strip-item{padding:15px 12px;gap:9px;font-size:11px;border-bottom:1px solid var(--line)}.strip-item:nth-child(2){border-right:0}.strip-item:nth-child(n+3){border-bottom:0}.strip-item svg{width:23px;height:23px}.strip-item small{font-size:10px}#catalog{padding:36px 5% 45px}.section-heading{margin-bottom:20px;align-items:start}.section-heading h2{font-size:21px;max-width:200px;line-height:1.6}.section-heading>span{font-size:11px;white-space:nowrap;padding-top:6px}.catalog-layout{display:block}aside{border-top:0;display:flex;gap:7px;overflow-x:auto;margin:0 -5.55% 17px;padding:0 5.55% 7px;scrollbar-width:thin}.side-title,.source-box{display:none}.category-btn{white-space:nowrap;border:1px solid var(--line);width:auto;flex-shrink:0;padding:10px 12px;font-size:12px;margin:0;gap:8px}.category-btn svg{width:16px;height:16px}.category-btn .count{font-size:10px}.toolbar{gap:8px}.search{padding:0 11px;gap:7px}.search input{font-size:12px;padding:12px 0}.toolbar select{max-width:113px;font-size:11px;padding:8px}.sub-btn{font-size:11px}#results-info{font-size:11px;margin:17px 0 13px}.products{gap:12px}.product-image{height:180px;padding:25px 13px 13px}.product-image .badge{font-size:8px;top:9px;left:9px;padding:4px 5px}.product-copy{padding:14px 12px 11px}.product-cat{font-size:10px;line-height:1.5;margin-bottom:7px}.product h3{font-size:17px}.product p{font-size:11px;line-height:1.7;margin-bottom:13px;min-height:38px}.product-bottom{font-size:10px;padding-top:9px}.product-bottom span:last-child{font-size:17px}footer{flex-wrap:wrap;gap:12px;padding:27px 5%;font-size:10px}footer p{margin:0}footer p:last-child{width:100%}.detail-grid{display:block}.detail-photo{padding:25px}.detail-photo img{height:200px}.detail-body{padding:25px}.detail-body h2{font-size:28px}.detail-body .subtitle{font-size:14px}dialog{width:calc(100% - 24px)}.empty{padding:35px 15px;font-size:14px}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*{transition:none!important}}
.hero-products img.hero-collection{position:relative;inset:auto;width:112%;max-width:none;height:auto;max-height:350px;object-fit:contain;transform:none;filter:drop-shadow(0 18px 10px #0c3d6118);mix-blend-mode:multiply}.hero-products:before{display:none}.intro{background:linear-gradient(110deg,#f0f6fc 10%,#e4f0fb 100%)}.documents{display:grid;gap:8px}.documents a{display:flex;align-items:center;gap:12px;border:1px solid var(--line);border-radius:4px;padding:12px;font-size:14px;color:var(--blue)}.documents a:hover{background:var(--soft)}.documents svg{width:23px;height:23px;flex-shrink:0}.documents a>span:last-child{margin-left:auto;font-size:20px}.documents small{display:block;font-size:12px;color:var(--muted);margin-top:4px}.detail-categories{font-size:14px;color:var(--muted);line-height:1.8}.table-scroll{overflow:auto}.detail-body th{text-align:left;padding:10px 7px;font-size:12px;border-bottom:1px solid var(--line);background:var(--soft)}.clear-filters{display:inline-block;margin-top:18px;border:1px solid var(--line);border-radius:3px;padding:10px 15px;background:white;color:var(--blue);font-size:14px}.source-language{line-height:1.6}.product-cat{font-size:12px}.product p{font-size:14px;line-height:1.7}.product-bottom{font-size:13px}.intro p:not(.eyebrow){font-size:16px}.sub-btn,.toolbar select,.search input,#results-info{font-size:14px}.toolbar select{max-width:190px}.product-image .badge{font-size:11px}footer{font-size:13px}.section-heading>span{font-size:14px}
@media(max-width:760px){.hero-products{height:220px}.hero-products img.hero-collection{width:110%;max-height:220px}.intro p:not(.eyebrow){font-size:14px}.product p{font-size:12px;line-height:1.7}.product-cat{font-size:11px}.product-bottom{font-size:11px}.product-image .badge{font-size:10px}.toolbar select{max-width:117px;font-size:12px}.search input,#results-info,.sub-btn{font-size:12px}.section-heading>span{font-size:12px}.section-heading h2{font-size:20px}footer{font-size:12px}}
.intro p:not(.eyebrow){font-size:16px}.product p{font-size:16px}.sub-btn{font-size:14px}.strip-item{font-size:14px}.strip-item small{font-size:12px}.side-title{font-size:15px}.source-box{font-size:13px}nav{font-size:14px}.detail-body table{font-size:14px}.detail-body th{font-size:13px}.brand span{font-size:12px}
.no-photo{display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;gap:15px;min-height:150px;color:var(--muted)}.no-photo strong{font:900 34px Arial;color:#afc3d4;letter-spacing:-1px}.no-photo span{font-size:13px;line-height:1.8}
.brand.cleanall-brand{gap:22px;flex-shrink:0}.brand.cleanall-brand img{display:block;width:190px;height:54px;object-fit:contain}.brand.cleanall-brand>span{font-size:12px;max-width:140px;white-space:nowrap;padding-left:22px}header nav a[aria-current=page]{color:var(--blue);text-decoration:underline;text-underline-offset:10px;text-decoration-thickness:2px}.cleanall-footer{display:grid;grid-template-columns:1.2fr 1fr 1fr;gap:28px;padding-top:42px;padding-bottom:25px;align-items:start}.cleanall-footer .cleanall-brand img{width:158px;height:45px}.cleanall-footer .cleanall-brand>span{display:none}.footer-identity p{font-size:13px;line-height:1.8;margin:15px 0 0}.footer-contact,.footer-location{display:flex;flex-direction:column;gap:12px;padding-top:6px;line-height:1.8;font-size:14px}.footer-contact a{overflow-wrap:anywhere}.footer-contact a:hover,.footer-location a:hover{text-decoration:underline;text-underline-offset:4px}.footer-contact-link{font-size:13px;color:var(--muted)}.footer-bottom{grid-column:1/-1;border-top:1px solid var(--line);padding-top:23px;display:flex;flex-wrap:wrap;justify-content:space-between;gap:14px;font-size:12px;line-height:1.7}.contact-main{padding:0 5.5% 70px}.breadcrumbs{display:flex;align-items:center;gap:12px;padding:29px 0;color:var(--muted);font-size:13px}.breadcrumbs a:hover{color:var(--blue)}.contact-section{display:grid;grid-template-columns:1fr 1fr;gap:70px;padding:43px 0 55px}.contact-intro h1{font-size:clamp(34px,4vw,58px);line-height:1.4;letter-spacing:-1.5px;margin:0;font-weight:800}.contact-intro h1 span{color:var(--blue)}.contact-lead{font-size:16px;color:var(--muted);line-height:1.9;margin:24px 0 36px}.company-info{border-top:1px solid var(--line);padding-top:27px;max-width:430px}.company-label{font-size:13px;color:var(--muted)}.company-info h2{font-size:21px;margin:12px 0;font-weight:700}.company-info p{font-size:14px;color:var(--muted);line-height:1.9;margin:0}.company-info strong{font-family:Arial,sans-serif;color:var(--navy);margin-left:8px;font-size:16px;letter-spacing:.4px}.contact-methods{background:#f0f6fc;border:1px solid #e2edf7;border-radius:7px;padding:10px 34px;align-self:start}.contact-method{display:grid;grid-template-columns:46px minmax(0,1fr);gap:18px;padding:29px 0;border-bottom:1px solid #d8e5f1}.contact-method:last-child{border:0}.contact-icon{width:46px;height:46px;border:1px solid #cee1f0;background:#fff;display:grid;place-items:center;border-radius:50%;color:var(--blue)}.contact-icon svg{width:21px;height:21px}.contact-method h2{font-size:13px;color:var(--muted);font-weight:500;margin:0 0 15px}.phone-link{display:flex;align-items:center;justify-content:space-between;gap:20px;font:600 clamp(20px,2vw,28px)/1.5 Arial,sans-serif;color:var(--navy);margin-top:7px;white-space:nowrap}.phone-link span,.email-link span{font-size:20px;color:var(--blue);font-weight:400}.phone-link:hover,.email-link:hover,.address-link:hover{color:var(--blue)}.email-link{font:600 clamp(15px,1.35vw,20px)/1.8 Arial,sans-serif;display:block;overflow-wrap:anywhere;color:var(--navy)}.email-link span{margin-left:8px;white-space:nowrap}.address-link{font-size:17px;line-height:1.8;font-weight:600;display:block}.map-link{display:inline-flex;align-items:center;gap:23px;font-size:14px;font-weight:600;color:var(--blue);border-bottom:1px solid #a9ccea;padding-bottom:4px;margin-top:19px}.contact-catalog{border-top:1px solid var(--line);display:flex;justify-content:space-between;align-items:center;gap:30px;padding-top:35px}.contact-catalog .eyebrow{font-size:12px;display:block;margin:0 0 10px}.contact-catalog p{font-size:20px;line-height:1.6;font-weight:600;margin:0}.contact-catalog .primary{white-space:nowrap}
@media(max-width:1100px){.brand.cleanall-brand{gap:15px}.brand.cleanall-brand img{width:170px;height:48px}.brand.cleanall-brand>span{padding-left:15px;font-size:11px}.contact-section{gap:35px}.contact-methods{padding:10px 23px}.contact-method{gap:13px;grid-template-columns:40px minmax(0,1fr)}.contact-icon{width:40px;height:40px}.cleanall-footer{grid-template-columns:1fr 1fr}.footer-location{grid-column:2}.footer-identity{grid-row:1/3}}
@media(max-width:760px){header{height:auto;min-height:85px;padding:20px 5%;flex-wrap:wrap;row-gap:18px}.brand.cleanall-brand img{width:169px;height:48px}.brand.cleanall-brand>span{font-size:11px;padding-left:18px}header nav{width:100%;display:flex;justify-content:space-between;gap:12px;line-height:1.6}header nav a{display:block;font-size:14px}header nav a[aria-current=page]{text-underline-offset:6px}.cleanall-footer{grid-template-columns:1fr;gap:23px;padding:30px 5% 22px}.footer-identity{grid-row:auto}.footer-location{grid-column:auto}.footer-contact,.footer-location{font-size:14px;gap:10px;padding:0}.footer-identity p{font-size:13px;margin-top:12px;width:auto!important}.footer-bottom{flex-direction:column;gap:9px;font-size:12px;line-height:1.8}.contact-main{padding:0 5% 42px}.breadcrumbs{padding:24px 0 18px}.contact-section{grid-template-columns:1fr;gap:31px;padding:21px 0 35px}.contact-intro h1{font-size:37px;letter-spacing:-1px}.contact-intro .eyebrow{font-size:12px}.contact-lead{font-size:16px;margin:20px 0 25px}.company-info{padding-top:23px}.company-info h2{font-size:20px}.company-info p{font-size:14px}.company-info strong{display:inline-block;margin-left:5px}.contact-methods{padding:0 19px}.contact-method{padding:25px 0;gap:13px}.phone-link{font-size:22px;gap:8px}.email-link{font-size:17px;line-height:1.8}.address-link{font-size:16px}.contact-method h2{font-size:14px;margin-bottom:10px}.contact-catalog{align-items:start;flex-direction:column;gap:23px;padding-top:28px}.contact-catalog p{font-size:18px}.contact-catalog .primary{font-size:14px}}
@media(max-width:380px){.brand.cleanall-brand img{width:146px;height:43px}.brand.cleanall-brand>span{padding-left:12px;font-size:10px}header nav{gap:8px}header nav a{font-size:13px}.phone-link{font-size:19px}.contact-method{grid-template-columns:33px minmax(0,1fr);gap:10px}.contact-icon{width:33px;height:33px}.contact-icon svg{width:18px;height:18px}.email-link{font-size:15px}.contact-intro h1{font-size:33px}}
.brand.cleanall-brand img{object-fit:cover;object-position:center bottom;width:202px;height:68px}.cleanall-footer .cleanall-brand img{width:170px;height:57px}.contact-intro h1{font-size:clamp(30px,3.2vw,48px)}
@media(max-width:1100px){.brand.cleanall-brand img{width:177px;height:60px}}
@media(max-width:760px){.brand.cleanall-brand img{width:183px;height:62px}.contact-intro h1{font-size:clamp(28px,6.5vw,37px)}}
@media(max-width:380px){.brand.cleanall-brand img{width:158px;height:54px}.brand.cleanall-brand{gap:10px}.contact-intro h1{font-size:28px}}
@media(max-width:760px){.product p{font-size:14px}.product-bottom{font-size:12px}.product-cat{font-size:12px}.category-btn{font-size:14px}.search input,.toolbar select,.sub-btn{font-size:14px}.toolbar select{max-width:128px}#results-info{font-size:13px}.strip-item{font-size:13px}.strip-item small{font-size:12px}.brand span{font-size:11px}.hero-products{height:230px}.section-heading{flex-wrap:wrap;gap:7px}.section-heading h2{max-width:none}.section-heading>span{font-size:13px;padding-top:0}}
