*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--bg);color:var(--text);font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;line-height:1.5}.skip-link{position:absolute;left:-9999px}.skip-link:focus{left:1rem;top:1rem;background:#fff;padding:.75rem 1rem;z-index:9999}.page-width{width:min(calc(100% - 32px),var(--page-width));margin-inline:auto}.section{padding:64px 0}.section--tight{padding:36px 0}.section-heading{display:flex;align-items:end;justify-content:space-between;gap:24px;margin-bottom:26px}.section-heading h1,.section-heading h2{margin:0;font-size:clamp(1.75rem,3vw,2.7rem);line-height:1.05;letter-spacing:-.035em}.muted{color:var(--muted)}a{color:inherit;text-decoration:none}img{display:block;max-width:100%;height:auto}.button{display:inline-flex;align-items:center;justify-content:center;gap:.55rem;min-height:48px;padding:0 20px;border-radius:var(--radius);border:1px solid var(--accent);background:var(--accent);color:var(--accent-contrast);font-weight:700;cursor:pointer;transition:.2s ease}.button:hover{transform:translateY(-1px);filter:brightness(.96)}.button--secondary{background:transparent;color:var(--text);border-color:var(--border)}.button--full{width:100%}.eyebrow{text-transform:uppercase;letter-spacing:.14em;font-size:.76rem;font-weight:800;color:var(--muted)}.rte p:first-child{margin-top:0}.rte p:last-child{margin-bottom:0}.card{background:var(--surface);border:1px solid var(--border);border-radius:calc(var(--radius) + 4px);overflow:hidden}.price{font-weight:800;font-size:1.12rem}.compare-price{color:var(--muted);text-decoration:line-through;margin-left:.5rem}.badge{display:inline-flex;padding:.35rem .6rem;border-radius:999px;background:var(--accent);color:var(--accent-contrast);font-weight:800;font-size:.72rem}.grid{display:grid;gap:22px}.grid--2{grid-template-columns:repeat(2,minmax(0,1fr))}.grid--3{grid-template-columns:repeat(3,minmax(0,1fr))}.grid--4{grid-template-columns:repeat(4,minmax(0,1fr))}.announcement{background:var(--accent);color:var(--accent-contrast);text-align:center;padding:9px 16px;font-size:.88rem;font-weight:700}.site-header{position:sticky;top:0;z-index:50;background:color-mix(in srgb,var(--bg) 94%,transparent);-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);border-bottom:1px solid var(--border)}.header-inner{min-height:76px;display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:28px}.logo{font-weight:900;font-size:1.55rem;letter-spacing:-.045em}.logo img{max-height:46px;width:auto}.nav{display:flex;justify-content:center;gap:22px;font-size:.95rem;font-weight:650}.nav a:hover{color:var(--accent)}.header-actions{display:flex;align-items:center;gap:8px}.icon-btn{width:42px;height:42px;border:1px solid var(--border);border-radius:999px;display:grid;place-items:center;background:var(--surface);position:relative}.cart-count{position:absolute;right:-4px;top:-5px;min-width:20px;height:20px;padding:0 5px;border-radius:999px;background:var(--accent);color:var(--accent-contrast);font-size:.7rem;display:grid;place-items:center;font-weight:800}.mobile-toggle{display:none}.mobile-nav{display:none;border-top:1px solid var(--border);padding:14px 16px 20px}.mobile-nav.is-open{display:grid;gap:8px}.mobile-nav a{padding:10px 4px;font-weight:700}.hero{position:relative;min-height:590px;display:grid;align-items:center;overflow:hidden;background:#111}.hero__media{position:absolute;top:0;right:0;bottom:0;left:0}.hero__media img{width:100%;height:100%;object-fit:cover}.hero__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(90deg,#000000a8,#0000002e 62%,#0000000d)}.hero__content{position:relative;z-index:2;color:#fff;max-width:700px;padding:90px 0}.hero h1{font-size:clamp(2.8rem,7vw,5.8rem);line-height:.95;letter-spacing:-.055em;margin:12px 0 18px}.hero p{font-size:clamp(1rem,1.7vw,1.25rem);max-width:620px;color:#ffffffe0}.hero__actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:28px}.hero .button--secondary{border-color:#ffffff80;color:#fff;background:#ffffff14}.category-card{position:relative;min-height:330px;overflow:hidden;border-radius:calc(var(--radius) + 6px);background:#ddd}.category-card img{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;transition:transform .35s ease}.category-card:hover img{transform:scale(1.035)}.category-card:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(0deg,#0000009e,#0000 62%)}.category-card__content{position:absolute;z-index:2;left:20px;right:20px;bottom:20px;color:#fff}.category-card h3{margin:0 0 4px;font-size:1.35rem}.category-card p{margin:0;color:#ffffffc7;font-size:.9rem}.product-card{display:flex;flex-direction:column;height:100%}.product-card__media{aspect-ratio:1/1;background:#f2f2f2;overflow:hidden}.product-card__media img{width:100%;height:100%;object-fit:cover;transition:transform .35s ease}.product-card:hover .product-card__media img{transform:scale(1.025)}.product-card__body{padding:16px;display:flex;flex-direction:column;gap:8px;flex:1}.product-card h3{font-size:1rem;margin:0;line-height:1.25}.product-card__vendor{font-size:.75rem;text-transform:uppercase;letter-spacing:.09em;color:var(--muted)}.feature-strip{background:var(--surface);border-block:1px solid var(--border)}.feature-strip__grid{display:grid;grid-template-columns:repeat(4,1fr)}.feature-item{padding:24px;display:flex;gap:12px;align-items:flex-start;border-right:1px solid var(--border)}.feature-item:last-child{border-right:0}.feature-icon{font-size:1.35rem}.feature-item strong{display:block}.feature-item small{color:var(--muted)}.split{display:grid;grid-template-columns:1.1fr .9fr;gap:40px;align-items:center}.split__media img{width:100%;aspect-ratio:4/3;object-fit:cover;border-radius:calc(var(--radius) + 8px)}.split__content h2{font-size:clamp(2rem,4vw,3.5rem);line-height:1;letter-spacing:-.045em;margin:10px 0 18px}.newsletter{background:var(--text);color:var(--bg);border-radius:calc(var(--radius) + 8px);padding:48px}.newsletter form{display:flex;gap:10px;margin-top:24px;max-width:560px}.field{width:100%;min-height:48px;border:1px solid var(--border);border-radius:var(--radius);padding:0 14px;background:var(--surface);color:var(--text)}.newsletter .field{background:#fff;color:#111;border:0}.site-footer{border-top:1px solid var(--border);padding:56px 0 28px;background:var(--surface)}.footer-grid{display:grid;grid-template-columns:1.4fr repeat(3,1fr);gap:36px}.footer-title{font-size:.85rem;text-transform:uppercase;letter-spacing:.1em;font-weight:800;margin-bottom:14px}.footer-links{display:grid;gap:9px;color:var(--muted)}.footer-bottom{display:flex;justify-content:space-between;gap:20px;align-items:center;border-top:1px solid var(--border);padding-top:22px;margin-top:42px;color:var(--muted);font-size:.85rem}.collection-hero{padding:52px 0 28px}.collection-hero h1{font-size:clamp(2.3rem,5vw,4.4rem);letter-spacing:-.05em;line-height:1;margin:0}.collection-toolbar{display:flex;justify-content:space-between;gap:12px;align-items:center;margin:24px 0}.select{min-height:42px;padding:0 38px 0 12px;border:1px solid var(--border);border-radius:var(--radius);background:var(--surface);color:var(--text)}.product-page{display:grid;grid-template-columns:minmax(0,1.15fr) minmax(360px,.85fr);gap:52px;align-items:start}.product-gallery{display:grid;grid-template-columns:repeat(2,1fr);gap:12px}.product-gallery img{width:100%;aspect-ratio:1/1;object-fit:cover;border-radius:var(--radius);background:#f2f2f2}.product-info{position:sticky;top:110px}.product-info h1{font-size:clamp(2rem,4vw,3.5rem);line-height:1.02;letter-spacing:-.045em;margin:8px 0 14px}.product-info__price{font-size:1.4rem;margin-bottom:18px}.product-form{display:grid;gap:14px;margin:22px 0}.product-form label{font-size:.88rem;font-weight:800}.product-form select,.product-form input[type=number]{min-height:48px;border:1px solid var(--border);border-radius:var(--radius);padding:0 12px;background:var(--surface);color:var(--text)}.product-benefits{display:grid;gap:10px;border-top:1px solid var(--border);padding-top:22px;margin-top:22px}.product-benefits div{display:flex;gap:10px}.product-benefits span{color:var(--accent);font-weight:900}.cart-table{width:100%;border-collapse:collapse}.cart-row{display:grid;grid-template-columns:96px 1fr auto;gap:18px;padding:18px 0;border-bottom:1px solid var(--border);align-items:center}.cart-row img{width:96px;height:96px;object-fit:cover;border-radius:var(--radius)}.cart-summary{margin-left:auto;max-width:420px;padding-top:28px}.cart-summary__line{display:flex;justify-content:space-between;font-size:1.25rem;font-weight:800;margin-bottom:16px}.pagination{display:flex;justify-content:center;gap:8px;margin-top:36px}.pagination a,.pagination span{min-width:40px;height:40px;border:1px solid var(--border);border-radius:10px;display:grid;place-items:center}.pagination .current{background:var(--accent);color:var(--accent-contrast);border-color:var(--accent)}@media(max-width:990px){.nav{display:none}.mobile-toggle{display:grid}.header-inner{grid-template-columns:auto 1fr auto}.grid--4,.feature-strip__grid{grid-template-columns:repeat(2,1fr)}.feature-item:nth-child(2){border-right:0}.split,.product-page{grid-template-columns:1fr}.product-info{position:static}.footer-grid{grid-template-columns:1fr 1fr}.hero{min-height:520px}}@media(max-width:640px){.section{padding:44px 0}.page-width{width:min(calc(100% - 24px),var(--page-width))}.grid--2,.grid--3,.grid--4{grid-template-columns:1fr 1fr;gap:12px}.hero{min-height:500px}.hero__content{padding:70px 0}.hero h1{font-size:3.05rem}.category-card{min-height:230px}.feature-strip__grid{grid-template-columns:1fr 1fr}.feature-item{padding:18px 14px}.newsletter{padding:30px 22px}.newsletter form{flex-direction:column}.footer-grid{grid-template-columns:1fr}.footer-bottom{align-items:flex-start;flex-direction:column}.product-gallery{grid-template-columns:1fr}.product-page{gap:28px}.cart-row{grid-template-columns:72px 1fr}.cart-row img{width:72px;height:72px}.cart-row>div:last-child{grid-column:2}.section-heading,.collection-toolbar{align-items:flex-start;flex-direction:column}}:root{--sale:var(--color-sale,#D12B24)}.site-header{box-shadow:0 1px #0000000a}.header-inner{min-height:82px;gap:22px}.nav{gap:15px;font-size:.84rem;white-space:nowrap}.nav a{position:relative;padding:30px 0 27px}.nav a:after{content:"";position:absolute;left:50%;right:50%;bottom:20px;height:2px;background:var(--accent);transition:.2s ease}.nav a:hover:after{left:0;right:0}.logo{font-size:1.7rem}.hero{min-height:640px}.hero__overlay{background:linear-gradient(90deg,#000000b3,#00000057,#0000001a)}.hero__content,.hero h1{max-width:760px}.hero p{font-size:1.12rem;max-width:610px}.category-card{min-height:360px;box-shadow:0 14px 34px #00000014;border:1px solid rgba(0,0,0,.04)}.category-card:after{background:linear-gradient(0deg,#000000b8,#0000 70%)}.category-card__content{left:22px;right:22px;bottom:22px}.category-card h3{font-size:1.28rem;letter-spacing:-.02em}.category-card p{font-size:.88rem}.product-card{position:relative;transition:transform .22s ease,box-shadow .22s ease}.product-card:hover{transform:translateY(-3px);box-shadow:0 18px 36px #00000014}.product-card__media{position:relative}.product-card__pricing{display:flex;align-items:baseline;gap:8px;flex-wrap:wrap;margin-top:2px}.price{font-weight:800;font-size:1.08rem;letter-spacing:-.02em}.price--sale{color:#d12b24;font-size:1.26rem;font-weight:900}.price--large{font-size:1.9rem}.compare-price{color:#8a8a8a;text-decoration:line-through;text-decoration-thickness:1.5px;margin-left:0;font-size:.92rem}.compare-price--large{font-size:1.08rem}.sale-badge{position:absolute;top:12px;left:12px;z-index:3;background:#d12b24;color:#fff;padding:.42rem .62rem;border-radius:999px;font-size:.72rem;font-weight:900;line-height:1;box-shadow:0 6px 14px #d12b2438}.sale-badge--inline{position:static;box-shadow:none;font-size:.76rem;padding:.42rem .7rem}.feature-strip{background:#fbfbfa}.feature-item{transition:background .2s ease}@media(max-width:1280px){.nav{gap:10px;font-size:.78rem}.header-inner{gap:14px}}@media(max-width:1100px){.nav{display:none}.mobile-toggle{display:grid}}body{background:#fff;color:#111}.announcement{background:linear-gradient(90deg,#0c5eb3,#177edc);color:#fff}.site-header{background:#fffffff5;border-bottom:1px solid #DCE7F2;box-shadow:0 8px 28px #1159a014}.logo{color:#111}.nav a:hover{color:#177edc}.nav a:after{background:#177edc}.icon-btn{background:#fff;border-color:#dce7f2;color:#111;transition:all .2s ease}.icon-btn:hover{color:#fff;background:#177edc;border-color:#177edc}.cart-count{background:#177edc;color:#fff}.hero__overlay{background:linear-gradient(90deg,#000000c7,#0031689e 42%,#177edc3b 72%,#177edc14)}.hero .eyebrow{color:#bfdfff}.button{background:#177edc;border-color:#177edc;color:#fff;box-shadow:0 10px 24px #177edc38}.button:hover{background:#0c5eb3;border-color:#0c5eb3;filter:none}.button--secondary{color:#111;background:#fff;border-color:#dce7f2;box-shadow:none}.button--secondary:hover{color:#fff;background:#177edc;border-color:#177edc}.eyebrow{color:#177edc}.category-card{border:1px solid rgba(23,126,220,.13);box-shadow:0 14px 36px #00438c1a}.category-card:after{background:linear-gradient(0deg,#03101ed1,#073e7361 48%,#177edc0f)}.category-card:hover{box-shadow:0 20px 44px #177edc33}.product-card{border-color:#dce7f2;background:#fff}.product-card:hover{box-shadow:0 20px 42px #177edc1f}.product-card__media{background:#f7fbff}.price--sale{color:#177edc}.sale-badge{background:#177edc;box-shadow:0 8px 18px #177edc40}.compare-price{color:#7c8791}.feature-strip{background:#eaf4ff;border-color:#dce7f2}.feature-item{border-color:#dce7f2}.feature-item:hover{background:#fff}.feature-icon{color:#177edc}.newsletter{background:#111}.site-footer{background:#111;color:#fff;border-top:0}.site-footer .muted,.site-footer .footer-links,.site-footer .footer-bottom{color:#ffffffad}.site-footer .footer-bottom{border-top-color:#ffffff24}.site-footer a:hover{color:#79b9f4}.collection-hero{background:linear-gradient(180deg,#eaf4ff,#fff)}.select,.field{border-color:#dce7f2}.select:focus,.field:focus{outline:2px solid rgba(23,126,220,.22);border-color:#177edc}.product-info__price .price--large,.product-benefits span{color:#177edc}.pagination .current{background:#177edc;border-color:#177edc}@media(max-width:1100px){.mobile-nav{background:#fff}.mobile-nav a{border-bottom:1px solid #DCE7F2}.mobile-nav a:hover{color:#177edc}}.product-gallery-wrapper{width:100%;min-width:0;position:sticky;top:110px;align-self:start}.product-gallery-main{position:relative;width:100%;min-height:620px;display:flex;align-items:center;justify-content:center;overflow:visible;background:transparent!important;border:0!important;isolation:isolate}.product-gallery-main:before{content:"";position:absolute;width:58%;height:58%;left:21%;top:21%;border-radius:50%;background:radial-gradient(circle,#177edc21,#177edc0f 38%,#177edc00 72%);filter:blur(30px);pointer-events:none;z-index:0}.product-gallery-slide{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center;opacity:0;visibility:hidden;pointer-events:none;z-index:1}.product-gallery-slide.is-active{opacity:1;visibility:visible;pointer-events:auto;z-index:2}.product-gallery-slide img{width:auto!important;max-width:88%!important;height:auto!important;max-height:570px!important;object-fit:contain;background:transparent!important;border-radius:0!important;filter:drop-shadow(0 22px 26px rgba(0,39,84,.16));transform-origin:center center;will-change:transform,opacity}.gallery-arrow{position:absolute;top:50%;transform:translateY(-50%);width:50px;height:50px;border-radius:50%;border:1px solid rgba(23,126,220,.18);background:#fffffff0;color:#177edc;font-size:31px;font-weight:500;display:flex;align-items:center;justify-content:center;cursor:pointer;box-shadow:0 9px 26px #0036701f;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);z-index:8;transition:background .2s ease,color .2s ease,transform .2s ease,box-shadow .2s ease}.gallery-arrow:hover{background:#177edc;color:#fff;transform:translateY(-50%) scale(1.07);box-shadow:0 12px 30px #177edc3d}.gallery-arrow--prev{left:8px}.gallery-arrow--next{right:8px}.product-gallery-slide.is-exiting-next img{animation:jakonix-premium-out-next .48s cubic-bezier(.22,1,.36,1) forwards}.product-gallery-slide.is-entering-next img{animation:jakonix-premium-in-next .48s cubic-bezier(.22,1,.36,1) forwards}.product-gallery-slide.is-exiting-prev img{animation:jakonix-premium-out-prev .48s cubic-bezier(.22,1,.36,1) forwards}.product-gallery-slide.is-entering-prev img{animation:jakonix-premium-in-prev .48s cubic-bezier(.22,1,.36,1) forwards}@keyframes jakonix-premium-out-next{0%{opacity:1;transform:translate(0) scale(1) rotate(0)}to{opacity:0;transform:translate(-18px) scale(.985) rotate(-1.2deg)}}@keyframes jakonix-premium-in-next{0%{opacity:0;transform:translate(18px) scale(.985) rotate(1.2deg)}to{opacity:1;transform:translate(0) scale(1) rotate(0)}}@keyframes jakonix-premium-out-prev{0%{opacity:1;transform:translate(0) scale(1) rotate(0)}to{opacity:0;transform:translate(18px) scale(.985) rotate(1.2deg)}}@keyframes jakonix-premium-in-prev{0%{opacity:0;transform:translate(-18px) scale(.985) rotate(-1.2deg)}to{opacity:1;transform:translate(0) scale(1) rotate(0)}}.product-gallery-thumbnails{display:flex;justify-content:center;gap:9px;margin-top:8px;overflow-x:auto;padding:4px 0 8px}.gallery-thumbnail{width:54px;height:54px;flex:0 0 54px;padding:3px;border-radius:9px;border:1px solid #dce7f2;background:#fff;cursor:pointer;opacity:.65;transition:border .2s ease,opacity .2s ease,transform .2s ease}.gallery-thumbnail img{width:100%!important;height:100%!important;object-fit:contain;background:transparent!important;border-radius:6px}.gallery-thumbnail:hover,.gallery-thumbnail.is-active{border-color:#177edc;opacity:1;transform:translateY(-2px)}@media(max-width:990px){.product-gallery-wrapper{position:relative;top:auto}.product-gallery-main{min-height:480px}.product-gallery-slide img{max-width:92%!important;max-height:440px!important}.gallery-arrow{width:43px;height:43px;font-size:27px}.gallery-arrow--prev{left:3px}.gallery-arrow--next{right:3px}}@media(max-width:640px){.product-gallery-main{min-height:390px}.product-gallery-slide img{max-height:355px!important}.gallery-thumbnail{width:48px;height:48px;flex-basis:48px}}.product-info__price{margin-bottom:14px}.product-price-row{display:flex;align-items:center;gap:12px;flex-wrap:wrap}.product-info .price--large{font-size:31px;font-weight:900;color:#177edc;letter-spacing:-.03em}.product-info .compare-price--large{font-size:17px;color:#8c9299;text-decoration:line-through}.product-info .sale-badge--inline{background:#177edc;color:#fff;border-radius:999px;padding:6px 10px;font-size:12px;font-weight:800}.product-trust-row{display:grid;grid-template-columns:repeat(3,1fr);gap:8px;margin:15px 0 25px}.product-trust-item{display:flex;gap:9px;align-items:center;min-height:67px;padding:10px 12px;border:1px solid #dce9f6;border-radius:12px;background:#f6faff}.product-trust-icon{width:26px;height:26px;flex:0 0 26px;border-radius:50%;display:flex;align-items:center;justify-content:center;background:#177edc;color:#fff;font-size:13px;font-weight:900}.product-trust-item strong{display:block;font-size:12px;line-height:1.2;color:#111}.product-trust-item small{display:block;margin-top:2px;font-size:10px;color:#737b84}.product-form{display:grid;gap:11px;margin-top:19px}.product-form label{font-size:13px;font-weight:800}.product-form select,.product-form input[type=number]{height:48px;border:1px solid #d9e3ed;border-radius:10px;padding:0 13px;background:#fff;color:#111}.product-main-add{margin-top:5px;min-height:55px;border-radius:12px;font-size:16px;background:#177edc;border-color:#177edc;box-shadow:0 9px 24px #177edc33}.product-main-add:hover{background:#0c66bd;border-color:#0c66bd}.product-description{margin-top:32px;border-top:1px solid #e5ebf0;padding-top:28px}.product-description img{display:block!important;width:auto!important;max-width:220px!important;max-height:220px!important;height:auto!important;object-fit:contain;margin:16px auto!important;border-radius:10px}.sticky-product-bar{position:fixed;left:50%;bottom:18px;transform:translate(-50%,140px);width:min(1080px,calc(100% - 30px));z-index:999;opacity:0;pointer-events:none;transition:transform .35s cubic-bezier(.22,1,.36,1),opacity .25s ease}.sticky-product-bar.is-visible{transform:translate(-50%);opacity:1;pointer-events:auto}.sticky-product-bar__inner{display:flex;justify-content:space-between;align-items:center;gap:20px;padding:11px 13px;border:1px solid rgba(0,0,0,.08);border-radius:18px;background:#fffffff5;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);box-shadow:0 13px 45px #0000002e}.sticky-product-bar__product{display:flex;align-items:center;gap:12px;min-width:0}.sticky-product-bar__image{width:56px;height:56px;object-fit:cover;border-radius:10px;background:#f5f5f5}.sticky-product-bar__details{min-width:0}.sticky-product-bar__details strong{display:block;max-width:500px;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;font-size:14px}.sticky-product-bar__price{margin-top:3px;font-size:14px;font-weight:900;color:#177edc}.sticky-product-form{flex-shrink:0}.sticky-add-button{min-width:190px;min-height:49px;border-radius:12px;background:#177edc;border-color:#177edc;font-size:14px}.sticky-add-button:hover{background:#0c66bd;border-color:#0c66bd}@media(max-width:750px){.gallery-arrow{width:40px;height:40px;font-size:27px}.gallery-arrow--prev{left:10px}.gallery-arrow--next{right:10px}.gallery-thumbnail{width:48px;height:48px;flex-basis:48px}.product-trust-row{grid-template-columns:1fr}.product-trust-item{min-height:55px}.product-description img{max-width:200px!important;max-height:200px!important}.sticky-product-bar{bottom:8px;width:calc(100% - 14px)}.sticky-product-bar__inner{gap:8px;padding:8px;border-radius:14px}.sticky-product-bar__image{width:46px;height:46px;border-radius:8px}.sticky-product-bar__details strong{max-width:130px;font-size:11px}.sticky-product-bar__price{font-size:12px}.sticky-add-button{min-width:130px;min-height:46px;padding:0 12px;font-size:12px}}.related-products-section{width:100%;margin-top:70px;padding:55px 0 65px;border-top:1px solid #e4ebf2;background:#fff}.related-products-heading{width:100%;text-align:center;margin-bottom:32px}.related-products-heading h2{margin:0;font-size:30px;line-height:1.15;font-weight:900;letter-spacing:-.03em;color:#111}.related-products-heading h2:after{content:"";display:block;width:50px;height:3px;margin:13px auto 0;border-radius:999px;background:#177edc}.related-products-grid{width:100%;display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:24px;margin:0 auto;padding:0 28px}.related-products-grid .product-card__body{padding:12px}.related-products-grid .product-card h3{font-size:13px;line-height:1.3}.related-products-grid .price{font-size:14px}.related-products-grid .price--sale{font-size:15px}.related-products-grid .compare-price{font-size:11px}.related-products-grid .sale-badge{font-size:10px;padding:5px 7px}@media(max-width:1100px){.related-products-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}@media(max-width:640px){.related-products-section{margin-top:45px;padding:40px 0 50px}.related-products-heading{margin-bottom:24px}.related-products-heading h2{font-size:24px}.related-products-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;padding:0 10px}.related-products-grid .product-card h3{font-size:12px}}.section:has(.category-card)>.page-width{width:calc(100% - 140px);max-width:1500px;margin-left:auto;margin-right:auto}.category-card{border-radius:22px;overflow:hidden;transform:translateZ(0);transition:transform .3s cubic-bezier(.22,1,.36,1),box-shadow .3s ease}.category-card img{border-radius:22px;display:block}.category-card:hover{transform:translateY(-4px);box-shadow:0 14px 35px #00234b1f}@media(max-width:1100px){.section:has(.category-card)>.page-width{width:calc(100% - 60px)}}@media(max-width:749px){.section:has(.category-card)>.page-width{width:calc(100% - 32px)}.category-card,.category-card img{border-radius:16px}}.section:has(.product-card)>.page-width{width:calc(100% - 140px);max-width:1500px;margin-left:auto;margin-right:auto}@media(max-width:1100px){.section:has(.product-card)>.page-width{width:calc(100% - 60px)}}@media(max-width:749px){.section:has(.product-card)>.page-width{width:calc(100% - 32px)}}
/*# sourceMappingURL=/cdn/shop/t/5/assets/base.css.map */
