:root{--bg:#f5f5f2;--paper:#fff;--ink:#171817;--muted:#737570;--line:#dedfd9;--accent:#fc5f37;--radius:4px;--max:1440px}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--bg);color:var(--ink);font-family:Arial,Helvetica Neue,sans-serif;letter-spacing:-.02em}a{color:inherit;text-decoration:none}header{height:74px;padding:0 clamp(20px,4vw,64px);display:flex;align-items:center;justify-content:space-between;position:-webkit-sticky;position:sticky;top:0;background:#f5f5f2e8;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);z-index:10;border-bottom:1px solid transparent}.logo{font-size:20px;font-weight:800;letter-spacing:-.09em}.logo span{font-weight:400}nav{gap:32px}.header-actions,nav{display:flex;font-size:14px}.header-actions{align-items:center;gap:20px}.cart-link sup{color:white;border-radius:50%;padding:2px 5px;font-size:10px}.cart-link sup,.hero{background:var(--ink)}.hero{min-height:calc(88vh - 74px);color:#f9f9f5;padding:clamp(26px,5vw,80px);display:grid;grid-template-columns:1fr 1fr;position:relative;overflow:hidden}.hero-copy{z-index:2;align-self:end;max-width:650px}.eyebrow{font-size:11px;letter-spacing:.12em;margin:0 0 20px;color:var(--muted)}.hero .eyebrow{color:#babbb4}.checkout h1,.hero h1,.page h1,.product-page h1{font-size:clamp(50px,7vw,112px);line-height:.88;letter-spacing:-.07em;margin:0 0 28px}.hero-copy>p:not(.eyebrow){font-size:19px;line-height:1.35;max-width:400px;color:#c9cac4;margin-bottom:36px}.button{display:inline-flex;justify-content:center;gap:22px;background:var(--ink);color:#fff;border:0;padding:16px 21px;font-size:14px;cursor:pointer}.button.light{background:#fff;color:var(--ink)}.hero-art{position:relative;align-self:center}.hero-art .product-art{height:67vh;background:#282928}.hero-label{position:absolute;bottom:15px;left:15px;color:#fff;font-size:12px;display:flex;gap:35px}.hero-label b{font-size:16px}.checkout,.page,.product-page,.section{padding:clamp(70px,10vw,150px) clamp(20px,4vw,64px);max-width:var(--max);margin:auto}.section-head{margin-bottom:55px}.brand h2,.newsletter h2,.section h2{font-size:clamp(36px,5.5vw,76px);line-height:.92;letter-spacing:-.065em;margin:0}.category-grid,.products-grid{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:14px;gap:14px}.category{height:600px;padding:22px;position:relative;overflow:hidden;background:#e6e5df}.category h2{position:absolute;z-index:2;bottom:22px;font-size:clamp(40px,5vw,70px);color:#fff}.category h2 b{font-weight:400}.category>span{position:absolute;z-index:2;color:#fff}.category .product-art{position:absolute;inset:0;height:100%;transition:transform .5s}.category:hover .product-art{transform:scale(1.04)}.sim{background:#263644}.cycle{background:#879971}.row{display:flex;justify-content:space-between;align-items:end;margin-bottom:34px}.text-link{font-size:14px;border-bottom:1px solid;padding-bottom:4px}.products-grid{grid-template-columns:repeat(4,1fr)}.product-art{height:330px;background:#e7e6e0;position:relative;overflow:hidden;isolation:isolate}.product-art.large{height:100%}.product-art:before{content:"";position:absolute;width:48%;aspect-ratio:1;left:27%;top:26%;background:#252624;border-radius:50%;box-shadow:0 24px 30px #0003;z-index:1}.product-art i{position:absolute;z-index:2;width:28%;height:58%;left:36%;top:20%;background:#444;transform:rotate(42deg);border-radius:3px}.product-art b{position:absolute;z-index:3;width:55%;height:9%;left:22%;top:56%;background:#171817;transform:rotate(-23deg);border-radius:50%}.product-art em{position:absolute;z-index:0;width:85%;height:85%;left:8%;top:8%;border:1px solid #1113;border-radius:50%}.orange{background:#fc5f37}.orange i{background:#f7e6bd}.blue{background:#99c4ca}.blue i{background:#1e242d}.lime{background:#c8ed56}.lime i{background:#ecece5}.graphite{background:#3b3d3d}.graphite:before{background:#bbbcb8}.sand{background:#ded4c5}.sand i{background:#d4ccbd}.pink{background:#df8c7d}.product-card{display:block}.product-card:hover .product-art:before{transform:scale(1.04)}.product-art:before{transition:transform .4s}.product-info{padding:14px 0 28px}.product-info p,.product-info small{font-size:10px;color:var(--muted);letter-spacing:.08em;margin:0 0 8px}.product-info h3{font-size:15px;font-weight:500;margin:0 0 8px}.product-info del,.product-info strong{font-size:14px;margin-right:8px}.product-info del{color:var(--muted)}.brand{background:var(--accent);padding:clamp(60px,9vw,130px) max(20px,calc((100vw - var(--max))/2 + 64px));display:grid;grid-template-columns:1.3fr .7fr;grid-gap:40px;gap:40px}.brand .eyebrow{color:#471e13}.brand>p{font-size:18px;line-height:1.35;margin:70px 0 0}.split-showcase{display:grid;grid-template-columns:1fr 1fr;grid-gap:14px;gap:14px;align-items:center}.split-showcase>div:first-child{height:650px}.split-showcase>div:last-child{padding:10%}.advantages{display:grid;grid-template-columns:repeat(4,1fr);padding:26px clamp(20px,4vw,64px);border-top:1px solid var(--line);border-bottom:1px solid var(--line);font-size:12px;letter-spacing:.08em}.newsletter{background:#deddd8;padding:clamp(60px,9vw,130px) clamp(20px,10vw,180px);display:flex;justify-content:space-between;gap:30px}.newsletter form{align-self:end;min-width:min(100%,400px)}.newsletter label{font-size:11px;display:block;margin-bottom:10px}.newsletter form div{border-bottom:1px solid;display:flex}.filterbar input,.newsletter input,input{border:0;background:transparent;padding:12px 0;outline:0;font:inherit;flex:1 1}.filterbar button,.newsletter button{border:0;background:transparent;cursor:pointer;font:inherit}footer{background:var(--ink);color:#e7e7e2;padding:60px clamp(20px,4vw,64px);display:grid;grid-template-columns:1fr 2fr;grid-gap:28px;gap:28px}footer p{max-width:300px;color:#aaa}footer div:nth-of-type(2){display:flex;gap:18px;flex-wrap:wrap;font-size:13px}footer small{grid-column:1/-1;color:#888;margin-top:40px}.page{min-height:70vh}.page h1{font-size:clamp(55px,8vw,120px);margin-bottom:18px}.lead{font-size:18px;line-height:1.4;max-width:540px;color:#555}.filterbar{max-width:580px;border-bottom:1px solid var(--ink);display:flex;margin:50px 0 25px}.chips{display:flex;gap:12px;margin:30px 0 45px;font-size:13px}.chips a,.chips span{border:1px solid var(--line);padding:9px 12px}.catalog{grid-template-columns:repeat(3,1fr)}.empty{padding:50px 0;font-size:18px}.product-page{grid-template-columns:1.45fr .75fr;grid-gap:clamp(28px,5vw,90px);gap:clamp(28px,5vw,90px);align-items:start}.gallery{display:grid;grid-template-columns:1fr 1fr;grid-gap:12px;gap:12px}.gallery>:first-child{grid-column:span 2;height:600px}.gallery>:not(:first-child){height:300px}.product-page aside{position:-webkit-sticky;position:sticky;top:100px}.product-page h1{font-size:clamp(38px,4vw,60px);line-height:.95}.product-price{font-size:20px}.product-price del{font-size:14px;color:var(--muted)}.variant{margin:35px 0 20px;display:flex;gap:8px;flex-wrap:wrap}.variant span{width:100%;font-size:12px}.variant button{background:transparent;border:1px solid var(--ink);padding:10px}.stock{font-size:13px;color:#28642a}.stock.out{color:#9b3425}.add{width:100%;margin-top:8px}.add:disabled{background:#aaa;cursor:not-allowed}.delivery-note{font-size:12px;color:var(--muted)}.product-details{grid-column:1/-1;display:grid;grid-gap:30px;gap:30px;border-top:1px solid var(--line);padding-top:40px}.product-details h3{font-size:19px}.product-details p:not(.eyebrow){font-size:14px;line-height:1.45}.cart{max-width:1100px}.cart-list article{display:grid;grid-template-columns:150px 1fr auto;grid-gap:20px;gap:20px;padding:16px 0;border-bottom:1px solid var(--line)}.cart-list .product-art{height:135px}.cart-list h3{margin:6px 0}.quantity{display:flex;gap:17px;align-items:center}.quantity button{font-size:20px}.quantity button,.remove{border:0;background:none;cursor:pointer}.remove{text-decoration:underline;height:min-content}.summary{margin:35px 0 0 auto;max-width:360px;background:#e8e8e3;padding:24px}.summary h3,.summary p{display:flex;justify-content:space-between;font-size:14px}.summary span{color:var(--muted)}.summary .button{width:100%;margin-top:15px}.checkout{display:grid;grid-template-columns:1fr 360px;grid-gap:60px;gap:60px;max-width:1100px}.checkout h1{font-size:65px}.checkout form{max-width:600px}.checkout fieldset{border:0;border-top:1px solid var(--line);padding:28px 0;margin:0}.checkout legend{font-size:18px;font-weight:700;padding:0 0 12px}.checkout label{display:block;font-size:12px;margin:14px 0}.checkout input{display:block;border-bottom:1px solid var(--line);width:100%;font-size:16px}.delivery-choice{border:1px solid var(--ink);padding:17px;display:grid;grid-gap:7px;gap:7px;font-size:13px}.delivery-choice small,.delivery-choice span{color:var(--muted)}.delivery-choice button{justify-self:start;background:none;border:0;border-bottom:1px solid;padding:0;cursor:pointer}.confirmation{max-width:800px}.admin{display:grid;grid-template-columns:230px 1fr;min-height:100vh;background:#f2f2ef}.admin>aside{padding:26px;border-right:1px solid var(--line);display:flex;flex-direction:column;gap:18px;font-size:14px}.admin>aside b{font-size:10px;color:var(--muted);letter-spacing:.1em;margin-top:28px}.admin>section{padding:55px}.admin h1{font-size:46px;letter-spacing:-.05em;margin:0 0 36px}.metrics{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:12px;gap:12px}.admin-grid article,.metrics article,.products-table{background:#fff;padding:20px}.metrics p{font-size:12px;color:var(--muted);margin:0}.metrics h2{font-size:28px;margin:15px 0}.metrics small{color:#4d8a4f}.admin-grid{display:grid;grid-template-columns:1.5fr 1fr;grid-gap:12px;gap:12px;margin-top:12px}.order{display:grid;grid-template-columns:1fr auto auto;grid-gap:22px;gap:22px;border-top:1px solid var(--line);padding:13px 0;margin:0;font-size:13px}.products-table{margin-top:12px}.products-table .order{grid-template-columns:2fr 1fr 1fr 1fr}@media(max-width:800px){header{height:60px}header nav{display:none}.header-actions{gap:13px}.header-actions a:nth-child(2){display:none}.hero{grid-template-columns:1fr;min-height:680px}.hero-art{align-self:end}.hero-art,.hero-art .product-art{height:300px}.brand,.catalog,.category-grid,.checkout,.newsletter,.products-grid,.split-showcase{grid-template-columns:1fr}.category{height:420px}.products-grid{grid-template-columns:repeat(2,1fr)}.product-art{height:230px}.split-showcase>div:first-child{height:400px}.brand>p{margin:0}.advantages{grid-template-columns:1fr 1fr;gap:18px}.newsletter form{min-width:0}.product-page{grid-template-columns:1fr;padding-top:45px}.gallery>:first-child{height:440px}.product-page aside{position:static}.product-details{grid-template-columns:1fr}.cart-list article{grid-template-columns:100px 1fr}.cart-list .product-art{height:100px}.remove{grid-column:2}.checkout{gap:20px}.checkout .summary{margin:0}.admin{grid-template-columns:1fr}.admin>aside{display:none}.admin>section{padding:30px 18px}.metrics{grid-template-columns:1fr 1fr}.admin-grid{grid-template-columns:1fr}.products-table{overflow:auto}.products-table .order{min-width:580px}footer{grid-template-columns:1fr}}.hero-photo{position:relative;align-self:center;height:67vh;overflow:hidden}.hero-photo:after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,#171817,transparent 38%);pointer-events:none}.hero-photo img{width:100%;height:100%;object-fit:cover;object-position:67% center;opacity:.94}.hero-photo .hero-label{z-index:2}@media(max-width:800px){.hero-photo{height:300px;align-self:end}}.hero{background:#222;color:#f6f5ef}.hero-copy{padding-bottom:3vh}.hero-copy h1{font-size:clamp(56px,8.5vw,132px);letter-spacing:-.085em}.hero-copy>p:not(.eyebrow){font-size:16px;max-width:360px}.hero-photo{height:calc(88vh - 74px);background:#d5d2cb}.hero-photo:after{background:linear-gradient(90deg,#222,transparent 34%)}.hero-photo img{mix-blend-mode:normal;object-position:75% center}.hero-label{justify-content:space-between;width:calc(100% - 30px);font-size:11px}.hero-label b{font-size:13px;text-align:right}.editorial-intro{padding:clamp(100px,16vw,250px) clamp(20px,12vw,190px);text-align:center;background:#f5f5f2}.editorial-intro h2,.statement h2{font-size:clamp(45px,7.5vw,116px);font-weight:400;line-height:.9;letter-spacing:-.08em;margin:0}.editorial-intro>p:last-child{margin:45px auto 0;max-width:420px;font-size:16px;line-height:1.5;color:#4d4d49}.collections{display:grid;grid-template-columns:1fr 1fr;grid-gap:2px;gap:2px;background:#f5f5f2}.collection-tile{height:86vh;min-height:650px;position:relative;overflow:hidden;color:#fff;background:#252525}.collection-tile img{width:100%;height:100%;object-fit:cover;transition:transform .7s cubic-bezier(.2,.7,.2,1)}.collection-tile:hover img{transform:scale(1.025)}.collection-tile:after{content:"";position:absolute;inset:0;background:linear-gradient(0deg,#0009,transparent 60%)}.collection-tile div{position:absolute;z-index:1;left:30px;right:30px;bottom:28px}.collection-tile p{font-size:11px;letter-spacing:.09em;margin:0 0 18px}.collection-tile h2{font-size:clamp(46px,5.5vw,90px);line-height:.85;letter-spacing:-.08em;font-weight:400;margin:0 0 30px}.collection-tile span{font-size:13px;border-bottom:1px solid #fff;padding-bottom:5px}.product-section{padding-top:12vw;padding-bottom:12vw}.section-top{display:flex;justify-content:space-between;align-items:baseline;margin-bottom:46px;font-size:13px}.section-top .eyebrow{margin:0}.products-grid{gap:28px}.product-card .product-art{background:#e8e7e1;height:390px}.product-info{display:grid;grid-template-columns:1fr auto;grid-gap:5px;gap:5px}.product-info p{grid-column:1/-1}.product-info h3{font-size:14px;font-weight:400}.statement{background:#e5e3dc;padding:clamp(80px,11vw,170px) clamp(20px,4vw,64px);display:grid;grid-template-columns:1.1fr .55fr;grid-gap:8vw;gap:8vw}.statement .eyebrow{grid-column:1/-1}.statement div{align-self:end}.statement div p{font-size:17px;line-height:1.45;margin:0 0 34px}.split-showcase{max-width:none;padding-left:0;padding-right:0;grid-template-columns:1.15fr .85fr}.split-showcase>div:first-child{height:75vh}.split-showcase>div:last-child{padding-left:14%;background:#222;color:#fff;height:75vh;display:flex;flex-direction:column;justify-content:center}.split-showcase .eyebrow{color:#b4b4ae}.split-showcase h2{font-size:clamp(50px,6vw,96px)}.split-showcase .text-link{width:max-content}.advantages{background:#222;color:#fff;border:0;padding-top:38px;padding-bottom:38px}.newsletter{background:#f5f5f2;border-top:1px solid #d8d8d2}.newsletter h2{font-weight:400}@media(max-width:800px){.hero-photo{height:330px}.editorial-intro{padding:105px 24px}.collections{grid-template-columns:1fr}.collection-tile{height:75vh;min-height:520px}.collection-tile div{left:20px;right:20px}.statement{gap:45px}.split-showcase,.statement{grid-template-columns:1fr}.split-showcase>div:first-child,.split-showcase>div:last-child{height:55vh}.split-showcase>div:last-child{padding:35px}.product-card .product-art{height:270px}}.announcement{height:28px;background:#222;color:#f1f0eb;display:flex;justify-content:space-between;align-items:center;padding:0 20px;font-size:9px;letter-spacing:.08em;text-transform:uppercase}.site-header{height:68px;align-items:center;padding:0 22px;background:#f5f5f2;border-bottom:1px solid #deded8;position:-webkit-sticky;position:sticky;top:0;z-index:10}.site-header .logo{font-size:19px;letter-spacing:-.1em}.primary-nav,.site-header .header-actions{display:flex;gap:19px;align-items:center;font-size:12px}.site-header .header-actions{justify-content:flex-end}.site-header .cart-link sup{background:none;color:inherit;font-size:10px;padding:0;margin-left:3px}.site-header a{transition:opacity .2s}.site-header a:hover{opacity:.5}.product-card{min-width:0}.product-image{display:block;position:relative;overflow:hidden;background:#e6e5df}.product-card .product-art{height:clamp(260px,31vw,460px);background:#e9e8e3}.product-card .product-art:before{width:36%;left:32%;top:29%;border-radius:3px;background:#292a28;box-shadow:18px 20px 25px #0002}.product-card .product-art i{width:14%;height:55%;left:43%;top:22%;background:#b4b3ac;transform:rotate(32deg);border-radius:1px}.product-card .product-art b{width:52%;height:7%;left:24%;top:59%;background:#3b3b39;transform:rotate(-17deg);border-radius:0}.product-card .product-art em{display:none}.product-card .orange{background:#e8e5dc}.product-card .blue{background:#e0e6e3}.product-card .lime{background:#e8e8dd}.product-card .graphite{background:#d9d9d3}.product-card .sand{background:#e9e3d9}.product-card .pink{background:#e7dfdb}.product-tag{position:absolute;top:13px;left:13px;font-size:10px;letter-spacing:.08em;text-transform:uppercase;background:#f7f6f2;padding:7px 8px}.product-tag.sold{color:#777}.view-product{position:absolute;bottom:12px;right:12px;opacity:0;transform:translateY(6px);transition:.25s;background:#222;color:white;padding:10px 12px;font-size:11px}.product-image:hover .view-product{opacity:1;transform:none}.product-info{padding:13px 0 0;display:flex!important;align-items:flex-start;justify-content:space-between;gap:10px}.product-info h3{font-size:13px!important;line-height:1.2;margin:0!important;font-weight:400!important;max-width:180px}.product-info div{white-space:nowrap}.product-info strong{font-size:13px!important;font-weight:400}.product-info del{font-size:11px!important}.product-page{max-width:none;padding:0 20px 110px;display:grid;grid-template-columns:minmax(0,1.3fr) minmax(310px,.7fr);grid-gap:44px;gap:44px}.gallery{padding-top:20px;gap:8px}.gallery>:first-child{height:min(75vh,800px)}.gallery>:not(:first-child){height:38vw;max-height:460px}.gallery .product-art{background:#e8e7e1}.gallery .product-art:before{border-radius:2px;width:34%;left:33%;top:31%}.gallery .product-art i{background:#9e9e98;width:14%;left:43%;border-radius:0}.gallery .product-art b{border-radius:0}.product-page aside{top:115px;padding:55px 25px 0 15px}.product-page h1{font-size:clamp(34px,3.4vw,55px);letter-spacing:-.07em}.product-page .product-price{font-size:17px;margin:22px 0 34px}.product-page .lead{font-size:15px}.variant{border-top:1px solid #d4d4ce;padding-top:23px}.variant button{font-size:12px;border-color:#aaa;background:#f5f5f2}.stock{border-top:1px solid #d4d4ce;margin:25px 0 0;padding-top:16px}.add{font-size:13px;text-transform:uppercase;letter-spacing:.04em}.product-details{max-width:1000px;grid-template-columns:repeat(3,1fr);margin:80px auto 0;padding-top:28px}.catalog{column-gap:20px;row-gap:45px}.page .filterbar{margin-top:35px}.page .chips{gap:0}.page .chips a,.page .chips span{border:0;border-bottom:1px solid #c8c8c2;padding:9px 14px 9px 0;margin-right:20px}.page h1{letter-spacing:-.08em}.section-top a{font-size:12px}@media(max-width:800px){.announcement span:not(:first-child){display:none}.announcement{justify-content:center}.site-header{height:60px;grid-template-columns:1fr auto 1fr;padding:0 15px}.primary-nav{display:none}.site-header .header-actions{gap:12px;font-size:11px}.site-header .header-actions a:nth-child(2){display:none}.site-header .logo{font-size:17px}.product-card .product-art{height:55vw}.view-product{display:none}.product-page{display:block;padding:0 12px 70px}.gallery{padding-top:12px}.gallery>:first-child{height:112vw}.gallery>:not(:first-child){height:54vw}.product-page aside{padding:35px 8px;position:static}.product-details{margin-top:0}.catalog{row-gap:35px}}.site-header{position:absolute;top:10px;left:18px;right:18px;display:grid;grid-template-columns:1fr auto 1fr;z-index:30;padding:0 15px;background:rgba(255,255,255,.94);border:1px solid rgba(0,0,0,.08);border-radius:999px;box-shadow:0 1px 5px rgba(0,0,0,.06);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.site-header .logo{justify-self:start;font-size:16px;line-height:1;letter-spacing:-.11em}.primary-nav{gap:18px;justify-content:center}.site-header .header-actions{gap:12px;justify-self:end;font-size:12px}.site-header .header-actions sup{font-size:8px;vertical-align:top}.site-header a:hover{opacity:.55}@media(max-width:800px){.site-header{top:8px;left:9px;right:9px;height:34px;padding:0 12px}.site-header .logo{font-size:15px}.primary-nav{display:none}.site-header{grid-template-columns:1fr auto}.site-header .header-actions{grid-column:2}.hero{padding-top:72px}}.real-product-image{width:100%;height:100%;display:block;object-fit:cover;object-position:center}.product-image:has(.real-product-image){height:clamp(260px,31vw,460px);background:#e8e5de}.real-gallery{display:grid;grid-template-columns:1fr 1fr!important;grid-gap:8px;gap:8px}.real-gallery img{width:100%;height:100%;display:block;object-fit:cover;background:#e8e6df}.real-gallery img:first-child{grid-column:1/-1;height:min(75vh,800px)}.real-gallery img:not(:first-child){height:38vw;max-height:460px}@media(max-width:800px){.product-image:has(.real-product-image){height:55vw}.real-gallery img:first-child{height:112vw}.real-gallery img:not(:first-child){height:54vw}}.product-page{grid-template-columns:minmax(0,61vw) minmax(0,39vw);gap:0;padding:0;background:#f7f7f5}.product-page .gallery{padding:0;gap:3px}.real-gallery{grid-template-columns:1fr!important}.real-gallery img:first-child,.real-gallery img:not(:first-child){grid-column:auto;height:auto;max-height:none;aspect-ratio:4/3;object-fit:cover}.real-gallery img:first-child{grid-column:auto;height:auto}.buy-panel{position:-webkit-sticky!important;position:sticky!important;top:0!important;align-self:start;min-height:100vh;margin:0 auto!important;max-width:340px;padding:72px 0 42px!important;width:calc(100% - 80px)}.buy-panel .eyebrow{font-size:9px;margin-bottom:13px}.buy-panel h1{font-size:27px!important;line-height:1.02!important;letter-spacing:-.065em!important;margin:0 0 8px!important}.buy-panel .product-price{font-size:14px!important;margin:0 0 12px!important}.buy-panel .lead{font-size:12px!important;line-height:1.38!important;margin:20px 0!important;color:#393a38}.buy-panel .variant{border:0!important;padding:0!important;margin:0!important;gap:7px}.buy-panel .variant span{font-size:10px;margin-bottom:1px}.buy-panel .swatch{width:21px;height:21px;border-radius:50%;padding:0;border:1px solid #d1d1cc!important;box-shadow:inset 0 0 0 2px #f7f7f5}.buy-panel .swatch.wood{background:#c5a070}.buy-panel .swatch.black{background:#242422}.buy-panel .stock{border:0!important;border-top:1px solid #deded9!important;padding-top:12px!important;margin-top:20px!important;font-size:10px}.buy-panel .add{border-radius:999px;background:#303436;height:31px;padding:0;font-size:10px;letter-spacing:0;text-transform:none}.buy-panel .delivery-note{font-size:9px;text-align:center;margin:10px 0 25px}.buy-accordions{border-top:1px solid #d9d9d5}.buy-accordions details{border-bottom:1px solid #d9d9d5;padding:12px 0}.buy-accordions summary{list-style:none;cursor:pointer;display:flex;justify-content:space-between}.buy-accordions summary:after{content:"+"}.buy-accordions details[open] summary:after{content:"−"}.buy-accordions p{font-size:10px;line-height:1.4;margin:10px 0 0;color:#555}@media(max-width:800px){.product-page{display:block;padding:0 0 60px}.real-gallery img:first-child,.real-gallery img:not(:first-child){aspect-ratio:1/1;height:auto}.buy-panel{position:static!important;min-height:auto;width:auto;max-width:none;padding:36px 20px!important}.buy-panel h1{font-size:30px!important}}:root{--reference-dark:#30383c;--reference-paper:#f8f8f7;--reference-line:#e4e4e2;--reference-panel-width:340px;--reference-radius:999px}.reference-announcement{height:20px;background:var(--reference-dark);color:white;font-size:9px;line-height:20px;font-weight:500}.site-header{top:30px;height:32px;border-radius:var(--reference-radius);background:rgba(255,255,255,.97);padding:0 16px}.primary-nav{gap:17px;font-size:9px}.site-header .header-actions{font-size:10px}.product-page{background:var(--reference-paper);grid-template-columns:61vw 39vw}.buy-panel{max-width:var(--reference-panel-width);padding-top:72px!important}.buy-panel h1{font-size:26px!important;font-weight:600}.buy-panel .lead{font-size:11px!important;line-height:1.42!important}.buy-panel .add{background:var(--reference-dark);border-radius:var(--reference-radius)}.buy-accordions details{font-size:11px}.real-gallery img:first-child{object-position:center center}@media(max-width:800px){.reference-announcement{height:20px}.site-header{top:28px}.hero{padding-top:76px}}.real-gallery img:first-child,.real-gallery img:not(:first-child){display:block;width:100%;height:auto!important;max-height:none!important;aspect-ratio:auto!important;object-fit:fill!important}.buy-panel{padding-top:128px!important}@media(max-width:800px){.buy-panel{padding-top:72px!important}}.buy-panel .lead-secondary{margin:0 0 12px!important}.buy-panel .read-more{color:#999}.conversation{width:100%;height:28px;border:1px solid #30383c;border-radius:999px;background:transparent;padding:0 12px;text-align:left;font:inherit;font-size:10px;font-weight:600;cursor:pointer}.conversation span{float:right;font-size:15px;line-height:20px}.buy-panel .add,.conversation+.add{margin-top:8px}.buy-panel .delivery-note{margin-bottom:25px}body{font-family:Manrope,Arial,Helvetica,sans-serif!important;background:#f8f8f7}.reference-announcement{position:-webkit-sticky;position:sticky;top:0;z-index:100;height:35px;overflow:hidden;background:#30383c;font-family:Manrope,Arial,sans-serif;font-size:12px;text-align:center}.reference-announcement span{position:absolute;inset:0;display:grid;place-items:center;animation:tons-announcement 18s infinite;opacity:0;transform:translateY(35px)}.reference-announcement span:nth-child(2){animation-delay:6s}.reference-announcement span:nth-child(3){animation-delay:12s}@keyframes tons-announcement{0%{opacity:0;transform:translateY(35px)}27.78%,5.55%{opacity:1;transform:translateY(0)}33.33%{opacity:0;transform:translateY(-35px)}to{opacity:0;transform:translateY(-35px)}}.site-header{position:fixed!important;z-index:101;top:55px;left:50px;right:50px;height:51px;width:auto;padding:0 26px;border:0;border-radius:30px;box-shadow:0 3px 8px #0000000c;font-family:Aeonik,Arial,sans-serif}.reference-logo{font-size:27px;font-weight:700;letter-spacing:-1.5px}.reference-logo sup{font-size:7px;letter-spacing:0;vertical-align:top;margin-left:1px}.primary-nav{position:absolute;left:50%;transform:translateX(-50%);display:flex;gap:27px;font-size:16px;white-space:nowrap}.site-header .header-actions{position:absolute;right:26px;top:0;height:51px;display:flex;align-items:center;font-size:14px;gap:20px}.header-actions button{font:inherit;color:inherit;border:0;background:transparent;padding:0}.header-actions a{position:relative;display:grid;place-items:center;width:18px;height:24px}.header-actions svg{width:18px;height:18px;fill:none;stroke:currentColor;stroke-width:1.3;stroke-linecap:round;stroke-linejoin:round}.header-actions sup{position:absolute;right:-5px;top:0;font-size:9px;line-height:1}.language-switcher{position:relative}.language-menu{position:absolute;right:-12px;top:30px;z-index:120;width:158px;padding:7px;background:#fff;border:1px solid #e4e4e4;border-radius:12px;box-shadow:0 8px 18px #00000018}.language-menu button{display:flex;width:100%;justify-content:space-between;padding:9px 10px!important;border-radius:7px;text-align:left;font-size:14px}.language-menu button.selected,.language-menu button:hover{background:#f0f0ef}.language-menu small{font-size:11px;color:#777}.tons-product-page{margin:0;padding:0;background:#f8f8f7}.tons-product-top{display:grid;grid-template-columns:60vw 40vw;align-items:start;padding-bottom:40px}.tons-gallery{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:10px;gap:10px;background:#f8f8f7}.tons-gallery img{display:block;width:100%;aspect-ratio:4/5;object-fit:cover}.tons-gallery img:first-child{grid-column:1/-1}.tons-product-panel{position:-webkit-sticky;position:sticky;top:0;align-self:start;width:476px;margin-left:50px;padding-top:90px;color:#30383c;font-size:18px;line-height:28.8px}.tons-breadcrumb{display:block!important;font-size:16px;line-height:25.6px;margin:0 0 10px}.tons-breadcrumb span{margin:0 3px}.tons-product-panel h1{margin:0 0 10px;font-size:36px;line-height:45px;font-weight:600;letter-spacing:0}.tons-price{margin:0 0 10px;font-size:22px;line-height:26.4px}.tons-options{height:60px;margin:0 0 20px}.tons-options p{margin:0 0 10px;font-size:15px;line-height:18px}.tons-options p b{font-weight:400}.tons-options>div{display:flex;gap:10px;padding-left:3px}.tons-swatch{width:32px;height:32px;border:1px solid transparent;border-radius:50%;padding:3px;background-clip:content-box;cursor:pointer}.tons-swatch.selected{border-color:#30383c}.tons-swatch.wood{background-color:#b68d61;background-image:repeating-linear-gradient(90deg,#d0ae86 0 3px,#9a704a 3px 5px)}.tons-swatch.black{background:#20222a}.tons-swatch.smoked{background:linear-gradient(135deg,#6b432f 0 45%,#eee 46% 55%,#493025 56%)}.tons-description{font-size:18px;line-height:28.8px}.tons-description:not(.open){height:104.4px;overflow:hidden}.tons-description:not(.open) p{display:-webkit-box;height:86.4px;overflow:hidden;-webkit-box-orient:vertical;-webkit-line-clamp:3}.tons-description p{margin:0}.tons-description strong{display:block;margin:28px 0 7px}.tons-description ul{list-style:none;padding:0;margin:0}.tons-description li{position:relative;padding-left:26px;margin-bottom:8px}.tons-description li:before{content:"—";position:absolute;left:0}.tons-description em{font-size:14px}.tons-read-more{height:29px;border:0;background:none;padding:4px 0;margin:0 0 10px;color:#858585;font:inherit;font-size:18px;line-height:normal;cursor:pointer}.tons-prompts{display:flex;flex-direction:column;align-items:flex-end;gap:9px;margin:0 0 10px}.tons-prompts button{height:37px;border:1px dashed #30383c;border-radius:99px;background:#fff;padding:0 14px;font:inherit;font-size:15px}.tons-conversation{width:100%;height:43px;border:2px solid #30383c;border-radius:99px;background:transparent;padding:0 15px;text-align:left;font:inherit;font-size:16px;font-weight:700}.tons-conversation span{float:right;font-size:25px;line-height:35px}.tons-product-panel .add{display:block;width:100%;height:50px;margin:15px 0 0;padding:0;border:0;border-radius:99px;background:#30383c;color:#fff;font:inherit;font-size:18px;font-weight:700;text-transform:none!important}.tons-product-panel .delivery-note{display:none}.tons-accordions{margin-top:44px;border-top:1px solid #dedede}.tons-accordions details{border-bottom:1px solid #dedede;padding:15px 0;font-size:16px}.tons-accordions summary{display:flex;justify-content:space-between;list-style:none;cursor:pointer}.tons-accordions summary span{font-size:15px}.tons-accordions summary small{color:#777;font-weight:400}.tons-accordions p{margin:12px 0 0;font-size:15px;line-height:22px}.tons-related{height:1092.3px;padding:54px 0 0;background:#fff;overflow:hidden}.tons-related>h2{margin:0 50px 25px;font-size:18px;font-weight:400;line-height:28.8px}.tons-related-track{display:flex;gap:20px;margin:0 50px}.tons-related article{flex:0 0 660px}.tons-related article img{display:block;width:660px;height:825px;object-fit:cover}.tons-related article h3{height:54.5px;margin:0;padding-top:10px;font-size:18px;line-height:22.5px;font-weight:400}.tons-related h3 i{font-style:normal}.tons-view-all{display:inline-block;margin:45px 50px 0;border-bottom:1px solid;font-size:16px;line-height:20px}.tons-feature{position:relative;height:865px;overflow:hidden;color:#fff}.tons-feature>img{width:100%;height:100%;object-fit:cover}.tons-feature>div{position:absolute;left:50px;top:291.25px}.tons-feature h2{margin:0;font-size:98px;line-height:122.5px;font-weight:600;letter-spacing:-3px}.tons-feature p{white-space:pre-line;margin:4px 0 0;font-size:26px;line-height:39px}.tons-feature-polymer>div{width:980px}.tons-feature-printed>div{top:271.75px}.site-footer,.tons-product-page+footer{font-family:Aeonik,Arial,sans-serif}.site-footer{height:510px;margin:0;padding:90px 50px 0;background:#eceff0;color:#111722;position:relative}.site-footer .logo{display:none}.site-footer p{width:630px;margin:0;font-size:18px;line-height:28.8px;white-space:pre-line}.site-footer p:after{content:"\A—\A Low footprint. Lots of value.";white-space:pre}.site-footer>div:nth-of-type(2){position:absolute;left:760px;top:90px;width:630px}.site-footer>div:nth-of-type(2):before{content:"Sign up for news and offers";display:block;margin-bottom:36px;font-size:18px}.site-footer>div:nth-of-type(2):after{content:"Email                                      →";display:block;padding-bottom:15px;border-bottom:1px solid #5b6163;color:#70777a}.site-footer a{font-size:18px;line-height:28.8px;margin-right:22px}.site-footer small{display:none}.tons-cookie{position:fixed;z-index:1000;left:0;right:0;bottom:0;min-height:83px;padding:16px 20px;display:flex;align-items:center;justify-content:space-between;background:#fff;border-top:1px solid #d7d7d7;box-shadow:0 -3px 10px #0002;font-family:Aeonik,Arial,sans-serif;color:#131719}.tons-cookie p{margin:0;font-size:14px;line-height:20px}.tons-cookie p button{padding:0;border:0;border-bottom:1px solid #131719;background:none;font:inherit;line-height:16px}.tons-cookie>div{display:flex;gap:8px}.tons-cookie>div button{width:140px;height:44px;border-radius:8px;font:inherit;font-size:14px}.tons-cookie-preferences{border:2px solid #131719;background:#fff}.tons-cookie-accept{border:0;background:#000;color:#fff}.tons-cart-drawer{position:fixed;z-index:1100;inset:0;visibility:hidden;pointer-events:none;font-family:Aeonik,Arial,sans-serif}.tons-cart-drawer.open{visibility:visible;pointer-events:auto}.tons-cart-backdrop{position:absolute;inset:0;border:0;background:#11172255;opacity:0;transition:opacity .25s}.tons-cart-drawer.open .tons-cart-backdrop{opacity:1}.tons-cart-drawer>aside{position:absolute;right:0;top:0;width:500px;height:100%;padding:28px;background:#fff;transform:translateX(100%);transition:transform .25s;display:flex;flex-direction:column}.tons-cart-drawer.open>aside{transform:translateX(0)}.tons-cart-drawer>aside>header{display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid #dedede;padding-bottom:20px;font-size:24px}.tons-cart-drawer>aside header button{border:0;background:none;font-size:32px}.tons-cart-lines article{display:flex;gap:16px;padding:20px 0;border-bottom:1px solid #dedede}.tons-cart-lines img{width:92px;height:115px;object-fit:cover}.tons-cart-lines article div{display:grid;align-content:start;grid-gap:8px;gap:8px}.tons-cart-lines span{font-size:14px}.tons-cart-drawer>aside>footer{margin-top:auto;padding-top:20px}.tons-cart-drawer>aside>footer p{display:flex;justify-content:space-between}.tons-cart-drawer>aside>footer a{display:block;border-radius:99px;background:#30383c;color:#fff;padding:15px;text-align:center}.tons-cart-empty{margin-top:35px}@media(max-width:800px){.reference-announcement{height:35px;line-height:35px;font-size:10px}.site-header{top:45px;left:20px;right:20px;height:41px;padding:0 20px}.reference-logo{font-size:24px}.primary-nav{display:none}.site-header .header-actions{right:18px;width:123px;height:41px;justify-content:space-between;gap:0}.header-actions button{display:none}.header-actions:after{content:"☰";font-size:20px;line-height:1}.tons-product-top{display:block;padding:0}.tons-gallery{display:flex;gap:0;overflow-x:auto;scroll-snap-type:x mandatory}.tons-gallery img,.tons-gallery img:first-child{flex:0 0 100%;width:100%;grid-column:auto;scroll-snap-align:start}.tons-product-panel{position:static;width:auto;margin:0;padding:14px 20px 32px}.tons-product-panel h1{font-size:24px;line-height:30px;margin-bottom:7px}.tons-breadcrumb{font-size:14px;line-height:20px;margin-bottom:7px}.tons-price{font-size:20px;line-height:24px;margin-bottom:9px}.tons-options{height:55px;margin-bottom:18px}.tons-description{font-size:16px;line-height:23.2px}.tons-description:not(.open){height:92.8px}.tons-description:not(.open) p{height:69.6px}.tons-read-more{font-size:16px}.tons-conversation,.tons-product-panel .add{height:48px}.tons-accordions{margin-top:30px}.tons-related{height:auto;padding:35px 0 50px}.tons-related>h2{margin:0 20px 18px;font-size:16px}.tons-related-track{overflow-x:auto;gap:10px;margin:0 20px}.tons-related article{flex-basis:310px}.tons-related article img{width:310px;height:387.5px}.tons-view-all{margin:28px 20px 0}.tons-feature{height:520px}.tons-feature>div{left:20px;top:185px}.tons-feature h2{font-size:43px;line-height:50px;letter-spacing:-1.5px}.tons-feature p{font-size:18px;line-height:26px}.site-footer{height:auto;min-height:480px;padding:60px 20px}.site-footer p{width:100%}.site-footer>div:nth-of-type(2){position:static;width:100%;margin-top:50px}.tons-cookie{height:216px;min-height:0;box-sizing:border-box;padding:20px;display:block}.tons-cookie:before{content:"◌  We respect your privacy";display:block;margin-bottom:22px;font-size:16px;font-weight:700}.tons-cookie p{font-size:12px;line-height:18px}.tons-cookie>div{display:flex;flex-direction:column;gap:6px;margin-top:19px}.tons-cookie>div button{width:100%;height:37px;font-size:12px}.tons-cookie-preferences{border:2px solid #131719}.tons-cookie-accept{order:2}.tons-cart-drawer>aside{width:100%;padding:20px}.tons-cart-drawer>aside>header{font-size:22px}}.tons-home{background:#f5f5f3;color:#30363a}.tons-home-hero{height:calc(100svh - 35px);min-height:760px;position:relative;overflow:hidden;background:#e7e8e8}.tons-home-hero>img{width:100%;height:100%;object-fit:cover;object-position:center;display:block}.tons-home-hero-copy{position:absolute;z-index:1;left:50px;top:254px;width:410px;color:#30363a}.tons-home-hero-copy p,.tons-home-intro>p,.tons-home-manifesto>p,.tons-home-section-head>p,.tons-home-sim p{font-size:11px;letter-spacing:.06em;margin:0 0 18px}.tons-home-hero h1{font-size:64px;line-height:1.05;letter-spacing:-.065em;font-weight:600;margin:0 0 49px}.tons-home-hero-copy>p{font-size:22px;line-height:1.38;letter-spacing:-.025em;max-width:310px;margin-bottom:56px}.tons-home-hero-links{display:flex;flex-direction:column;align-items:flex-start;gap:11px}.tons-home-hero-links a,.tons-home-sim>div>a{font-size:16px;display:inline-flex;align-items:center;border:1px solid;border-radius:100px;padding:13px 20px}.tons-home-index{position:absolute;z-index:1;right:clamp(28px,4vw,62px);bottom:36px;color:#fff;font-size:11px;letter-spacing:.08em}.tons-home-intro{min-height:540px;padding:clamp(70px,10vw,150px) clamp(28px,10vw,150px);display:grid;grid-template-columns:1.25fr .75fr;grid-gap:clamp(40px,9vw,140px);gap:clamp(40px,9vw,140px);align-items:end;border-bottom:1px solid #d7d9d8}.tons-home-intro h2,.tons-home-manifesto h2,.tons-home-section-head h2,.tons-home-sim h2{font-size:clamp(38px,5.2vw,76px);line-height:.96;letter-spacing:-.075em;font-weight:500;margin:0}.tons-home-intro>div{font-size:16px;line-height:1.42;max-width:360px}.tons-home-intro a{display:inline-block;font-size:13px;margin-top:24px;border-bottom:1px solid;padding-bottom:4px}.tons-home-products{padding:clamp(66px,8vw,118px) clamp(28px,4vw,64px)}.tons-home-panel{height:865px;position:relative;overflow:hidden;background-size:cover;background-position:50%}.tons-home-mount{background-image:linear-gradient(90deg,rgba(20,25,25,.46),rgba(20,25,25,0) 58%),url(/tons-wall-mount-landscape.jpg)}.tons-home-panel-copy{position:absolute;left:50px;bottom:96px;width:500px;color:#fff}.tons-home-panel-copy h2{font-size:68px;line-height:1.05;letter-spacing:-.065em;font-weight:600;margin:0 0 44px}.tons-home-panel-copy p{font-size:11px;letter-spacing:.07em;margin:0 0 20px}.tons-home-panel-copy a{display:inline-flex;border:1px solid;border-radius:99px;padding:13px 20px;font-size:16px}.tons-home-sim{color:#fff}.tons-home-sim-products .product-info{color:#f7f7f4}.tons-home-sim-products .product-info p,.tons-home-sim-products .product-info small{color:#c7cbca}.tons-home-section-head{display:grid;grid-template-columns:1fr 2fr 1fr;align-items:end;margin-bottom:44px}.tons-home-section-head>p{margin:0}.tons-home-section-head a{justify-self:end;font-size:13px;border-bottom:1px solid;padding-bottom:4px}.tons-home-product-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));grid-gap:4px;gap:4px}.tons-home-product-grid .product-info{padding:13px 3px 24px}.tons-home-product-grid .product-art{height:min(31vw,465px)}.tons-home-sim{min-height:720px;display:grid;grid-template-columns:minmax(300px,.72fr) minmax(480px,1.28fr);grid-gap:clamp(40px,7vw,110px);gap:clamp(40px,7vw,110px);padding:clamp(66px,9vw,135px) clamp(28px,7vw,105px);background:#303638;color:#f7f7f4;align-items:center}.tons-home-sim>div:first-child{max-width:440px}.tons-home-sim h2{margin-bottom:28px}.tons-home-sim>div>p:not(:first-child){font-size:16px;line-height:1.4;letter-spacing:0;margin-bottom:34px;color:#d2d5d3}.tons-home-sim-products{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:8px;gap:8px}.tons-home-sim .product-info{color:#f7f7f4}.tons-home-sim .product-info p,.tons-home-sim .product-info small{color:#c7cbca}.tons-home-sim .product-art{height:400px}.tons-home-manifesto{min-height:560px;padding:clamp(70px,11vw,165px) clamp(28px,10vw,150px);display:grid;grid-template-columns:1fr 1.4fr;grid-gap:clamp(38px,8vw,130px);gap:clamp(38px,8vw,130px);background:#e7e7e3}.tons-home-manifesto>p:last-child{max-width:390px;align-self:end;font-size:16px;line-height:1.42;letter-spacing:0;margin:0}@media (max-width:800px){.tons-home-hero{height:calc(100svh - 35px);min-height:620px}.tons-home-hero>img{object-position:45% center}.tons-home-hero-copy{width:calc(100% - 48px);left:24px;top:277px}.tons-home-hero h1{font-size:42px;line-height:1.04}.tons-home-hero-copy>p{font-size:18px;max-width:270px;margin-bottom:34px}.tons-home-intro,.tons-home-manifesto{min-height:auto;grid-template-columns:1fr;padding:70px 24px;gap:28px}.tons-home-panel{height:calc(100svh - 35px);min-height:620px}.tons-home-mount{background-position:58%}.tons-home-panel-copy{left:24px;bottom:60px;width:calc(100% - 48px)}.tons-home-panel-copy h2{font-size:46px;line-height:1.04;margin-bottom:32px}.tons-home-section-head{grid-template-columns:1fr;gap:15px;margin-bottom:28px}.tons-home-section-head a{justify-self:start}.tons-home-products{padding:65px 14px}.tons-home-product-grid{grid-template-columns:repeat(2,1fr);gap:5px}.tons-home-product-grid .product-art{height:54vw}.tons-home-sim{grid-template-columns:1fr;padding:70px 24px;min-height:auto}.tons-home-sim-products{gap:5px}.tons-home-sim .product-art{height:48vw}.tons-home-manifesto h2{font-size:43px}}.tons-home-sim{height:865px;min-height:865px;display:block;padding:0;background-image:linear-gradient(90deg,rgba(26,31,32,.72),rgba(26,31,32,.14)),url(/collection-sim-v1.png);background-size:cover;background-position:50%}.tons-home-sim .tons-home-panel-copy{max-width:none}.tons-home-sim-products{min-height:0;display:block;padding:clamp(66px,8vw,118px) clamp(28px,4vw,64px);background:#303638;color:#f7f7f4}.tons-home-sim-products .tons-home-product-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));grid-gap:4px;gap:4px}.tons-home-sim-products .product-art{height:min(31vw,465px)}@media (max-width:800px){.tons-home-sim{height:calc(100svh - 35px);min-height:620px}.tons-home-sim-products .tons-home-product-grid{grid-template-columns:repeat(2,1fr);gap:5px}.tons-home-sim-products .product-art{height:54vw}}.site-footer,.site-header,.tons-cart-drawer,.tons-cookie,.tons-feature,.tons-product-panel,.tons-related{font-family:Manrope,Arial,Helvetica,sans-serif!important}.apex-header-logo{font-size:18px!important;font-weight:800!important;letter-spacing:-.12em!important;line-height:1}.apex-header-logo span{font-weight:400}.site-footer .footer-brand p:after,.site-footer .footer-newsletter:after,.site-footer .footer-newsletter:before{content:none}.site-footer .footer-brand p{white-space:pre-line}.site-footer .footer-newsletter{position:absolute;left:760px;top:90px;width:630px}.site-footer .footer-newsletter p{width:auto;margin:0 0 36px}.site-footer .footer-newsletter label{display:flex;align-items:center;border-bottom:1px solid #5b6163;padding:0 0 15px;color:#70777a}.site-footer .footer-newsletter input{min-width:0;flex:1 1;border:0;outline:0;background:transparent;color:#111722;font:inherit;font-size:18px}.site-footer .footer-newsletter input::placeholder{color:#70777a;opacity:1}.site-footer .footer-newsletter span{font-size:24px;line-height:20px}.site-footer .footer-legal,.site-footer .footer-social{position:absolute;bottom:88px;left:50px}.site-footer .footer-legal{left:760px}.site-footer .footer-legal a,.site-footer .footer-social a{font-size:18px;line-height:28.8px;margin-right:22px}.tons-cookie-title{display:none}@media(max-width:800px){.site-footer .footer-newsletter{position:static;width:100%;margin-top:50px}.site-footer .footer-legal,.site-footer .footer-social{position:static;margin-top:32px}.site-footer .footer-legal{margin-top:16px}.site-footer .footer-legal a,.site-footer .footer-social a{display:inline-block;margin-right:14px;font-size:14px}.tons-cookie:before{content:none!important;display:none!important}.tons-cookie-title{display:block;margin-bottom:22px;font-size:16px;line-height:20px}}.admin-editor,.admin-product-list{min-height:100vh;padding:44px max(30px,calc((100vw - 1280px)/2));background:#f2f2ef}.admin-editor>header,.admin-product-list>header{height:auto;position:static;padding:0;display:flex;align-items:flex-end;justify-content:space-between;background:transparent;border:0}.admin-editor header>a,.admin-product-list header>a{font-size:14px;border-bottom:1px solid}.admin-editor header p,.admin-product-list p{margin:0 0 8px;font-size:11px;color:#737570;letter-spacing:.1em}.admin-editor h1,.admin-product-list h1{margin:0;font-size:48px;letter-spacing:-.06em}.admin-product-list>section{margin-top:45px;border-top:1px solid #dedfd9}.admin-product-list>section>a{display:grid;grid-template-columns:180px 1fr auto;grid-gap:20px;gap:20px;align-items:center;padding:23px 0;border-bottom:1px solid #dedfd9}.admin-product-list>section span{font-size:12px;color:#737570}.admin-product-list>section em{font-style:normal;font-size:14px}.admin-editor header>button{border:0;background:#171817;color:#fff;padding:15px 20px;font:inherit;cursor:pointer}.admin-editor-grid{display:grid;grid-template-columns:minmax(0,1.2fr) minmax(420px,.8fr);grid-gap:16px;gap:16px;margin-top:42px}.admin-editor-grid>section{padding:25px;background:#fff}.admin-editor-grid>section:last-child{grid-column:1/-1}.admin-editor h2{margin:0 0 24px;font-size:20px}.admin-editor label{display:grid;grid-gap:8px;gap:8px;margin-bottom:18px;font-size:12px;color:#737570}.admin-editor input,.admin-editor select,.admin-editor textarea{width:100%;border:1px solid #dedfd9;background:#fff;padding:12px;font:inherit;color:#171817}.admin-editor textarea{min-height:110px;resize:vertical}.admin-two{display:grid;grid-template-columns:1fr 1fr;grid-gap:12px;gap:12px}.section-title{display:flex;justify-content:space-between;align-items:flex-start}.add-row,.section-title button{border:0;background:none;text-decoration:underline;font:inherit;cursor:pointer}.editor-hint{margin:-14px 0 18px;font-size:12px;color:#737570}.variant-row{display:grid;grid-template-columns:1.3fr 1fr .55fr .55fr 28px;grid-gap:8px;gap:8px;margin-bottom:8px}.property-row button,.variant-row button{border:0;background:none;font-size:22px;cursor:pointer}.property-row{display:grid;grid-template-columns:1fr 1fr 30px;grid-gap:8px;gap:8px;margin-bottom:8px}@media(max-width:800px){.admin-editor,.admin-product-list{padding:28px 18px}.admin-editor>header{align-items:flex-start;gap:20px;flex-wrap:wrap}.admin-editor h1,.admin-product-list h1{font-size:34px}.admin-editor-grid{grid-template-columns:1fr}.admin-editor-grid>section:last-child{grid-column:auto}.variant-row{grid-template-columns:1fr 1fr}.variant-row button{grid-column:2;text-align:right}.admin-product-list>section>a{grid-template-columns:1fr auto}.admin-product-list>section span{grid-column:1/-1}}.editor-images{grid-column:1/-1}.editor-images .section-title{align-items:flex-start;gap:20px}.editor-images .section-title h2{margin-bottom:10px}.editor-images .editor-hint{margin:0}.upload-button{display:inline-flex!important;align-items:center;margin:0!important;padding:12px 16px;background:#171817;color:#fff;font:inherit!important;cursor:pointer}.upload-button input{display:none}.image-url-row{display:grid;grid-template-columns:1fr auto;grid-gap:8px;gap:8px;margin:24px 0 12px}.image-url-row button{border:0;background:#eceeea;padding:0 16px;font:inherit;cursor:pointer}.upload-error{margin:0 0 12px;color:#b52a24;font-size:13px}.editor-image-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));grid-gap:12px;gap:12px}.editor-image-grid article{min-width:0;border:1px solid #dedfd9;background:#fafaf8}.editor-image-grid img{display:block;width:100%;aspect-ratio:4/5;object-fit:cover;background:#eceeea}.editor-image-grid article>div{display:flex;align-items:center;gap:4px;padding:8px}.editor-image-grid span{margin-right:auto;font-size:12px;color:#737570}.editor-image-grid button{width:25px;height:25px;border:0;background:#eceeea;font:inherit;cursor:pointer}.editor-image-grid button:disabled{opacity:.3;cursor:default}.editor-image-grid input{box-sizing:border-box;border:0!important;border-top:1px solid #dedfd9!important;background:transparent!important;padding:8px!important;font-size:11px!important}@media(max-width:800px){.editor-images{grid-column:auto}.editor-images .section-title{display:block}.upload-button{margin-top:18px!important}.image-url-row{grid-template-columns:1fr}.image-url-row button{height:42px}.editor-image-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}.catalog-page{max-width:1440px}.catalog-switch{display:flex;gap:24px;margin:30px 0 68px;font-size:14px}.catalog-switch a{border-bottom:1px solid #171817;padding-bottom:4px}.catalog-category{padding:0 0 78px;margin-bottom:78px;border-bottom:1px solid #dedfd9}.catalog-category>header{height:auto;position:static;display:flex;align-items:flex-end;justify-content:space-between;padding:0 0 28px;margin:0;background:transparent;color:inherit;border:0}.catalog-category header p{margin:0 0 10px;font-size:11px;letter-spacing:.12em;color:#737570}.catalog-category h2{margin:0;font-size:clamp(36px,5vw,70px);line-height:.9;letter-spacing:-.07em}.catalog-category header span{display:block;max-width:340px;margin-top:15px;font-size:15px;line-height:1.4;color:#555}.catalog-category header>a{font-size:14px;border-bottom:1px solid;padding-bottom:4px}.catalog-category .products-grid{grid-template-columns:repeat(3,1fr)}.catalog-category:last-child{margin-bottom:0}@media(max-width:800px){.catalog-category,.catalog-switch{margin-bottom:48px}.catalog-category{padding-bottom:48px}.catalog-category>header{display:block}.catalog-category header>a{display:inline-block;margin-top:22px}.catalog-category .products-grid{grid-template-columns:repeat(2,1fr)}}.catalog-controls{display:grid;grid-template-columns:minmax(190px,1fr) 220px auto;grid-gap:10px;gap:10px;max-width:760px;margin:45px 0 22px}.catalog-controls label,.catalog-controls select{min-width:0;border-bottom:1px solid #202321}.catalog-controls input,.catalog-controls select{width:100%;height:44px;border:0;background:transparent;font:inherit;color:inherit;outline:0}.catalog-controls button{height:44px;padding:0 18px;border:0;border-radius:999px;background:#202321;color:#fff;cursor:pointer;font:inherit}.catalog-subcategories{margin-top:0}.catalog-subcategories a{border-radius:999px}.catalog-pagination a.active,.catalog-subcategories a.active{border-color:#202321;background:#202321;color:#fff}.catalog-pagination{display:flex;gap:7px;justify-content:center;margin-top:45px}.catalog-pagination a{display:grid;place-items:center;width:38px;height:38px;border:1px solid #bfc1bc;border-radius:50%;font-size:13px}@media(max-width:800px){.catalog-controls{grid-template-columns:1fr auto;margin-top:36px}.catalog-controls select{grid-column:1}.catalog-controls button{grid-column:2;grid-row:2}.catalog-subcategories{overflow:auto;flex-wrap:nowrap;padding-bottom:5px}.catalog-subcategories>*{white-space:nowrap}}.collection-reference{width:100%;max-width:none;min-height:70vh;padding:98px 40px 0;background:#fff;color:#30373c;font-family:Manrope,Arial,sans-serif}.collection-reference-intro{max-width:850px;margin:0 0 76px}.collection-reference-intro h1{margin:0 0 10px;font-size:28px;font-weight:400;line-height:1.17;letter-spacing:-.055em}.collection-reference-intro p{margin:0;white-space:pre-line;font-size:15px;line-height:1.48;letter-spacing:-.035em}.collection-reference-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:45px 16px;gap:45px 16px}.collection-reference-grid .product-art,.collection-reference-grid .product-image:has(.real-product-image){height:auto;aspect-ratio:1/1.12;background:#eef0ef}.collection-reference-grid .real-product-image{object-fit:cover;transition:transform .45s cubic-bezier(.16,1,.3,1)}.collection-reference-grid .product-image:hover .real-product-image{transform:scale(1.018)}.collection-reference-grid .product-tag,.collection-reference-grid .view-product{display:none}.collection-reference-grid .product-info{display:block!important;padding:10px 0 0!important}.collection-reference-grid .product-info h3,.collection-reference-grid .product-info strong{font-size:14px!important;font-weight:400!important;line-height:1.35}.collection-reference-grid .product-info h3{max-width:none;margin:0!important}.collection-reference-grid .product-info div{margin-top:1px}.collection-reference-details{margin:170px 0 94px;border-top:1px solid #d9dddc}.collection-reference-details details{border-bottom:1px solid #d9dddc}.collection-reference-details summary{position:relative;display:flex;align-items:center;min-height:54px;cursor:pointer;list-style:none;font-size:14px}.collection-reference-details summary::-webkit-details-marker{display:none}.collection-reference-details summary:after{content:"⌄";position:absolute;right:2px;font-size:16px;line-height:1;transition:transform .2s}.collection-reference-details details[open] summary:after{transform:rotate(180deg)}.collection-reference-details div{max-width:760px;padding:0 0 27px}.collection-reference-details h2{margin:0 0 10px;font-size:17px;font-weight:500;letter-spacing:-.04em}.collection-reference-details p{margin:0;font-size:14px;line-height:1.55}.collection-reference-controls{margin-bottom:24px}@media(max-width:800px){.collection-reference{padding:85px 14px 0}.collection-reference-intro{margin-bottom:34px}.collection-reference-intro h1{font-size:25px}.collection-reference-intro p{font-size:14px;line-height:1.5}.collection-reference-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:33px 8px}.collection-reference-grid .product-art,.collection-reference-grid .product-image:has(.real-product-image){aspect-ratio:1/1.16}.collection-reference-grid .product-info{padding-top:8px!important}.collection-reference-grid .product-info h3,.collection-reference-grid .product-info strong{font-size:12px!important}.collection-reference-details{margin:90px 0 55px}.collection-reference-details summary{min-height:50px;font-size:13px}}body:has(.admin-editor)>.reference-announcement,body:has(.admin-editor)>.site-footer,body:has(.admin-editor)>.site-header{display:none}.product-editor-full{font-family:Manrope,Arial,sans-serif}.editor-header-actions{display:flex;gap:8px}.editor-header-actions .editor-duplicate{background:#e5e6e1;color:#171817}.editor-sections{position:-webkit-sticky;position:sticky;top:0;z-index:5;display:flex;gap:18px;overflow-x:auto;margin:24px 0 20px;padding:12px 0;background:#f2f2ef;font-size:12px}.editor-sections a{white-space:nowrap;border-bottom:1px solid #a7a8a3;padding-bottom:3px}.product-editor-full .admin-editor-grid>section:nth-last-child(-n+2){grid-column:auto}.product-editor-full .admin-editor-grid>section label{display:grid;grid-gap:8px;gap:8px;margin-bottom:18px;font-size:12px;color:#737570}@media(max-width:800px){.editor-header-actions{width:100%}.editor-header-actions button{flex:1 1}.product-editor-full .admin-editor-grid>section:nth-last-child(-n+2){grid-column:auto}}.admin-category-image{display:block;width:100%;max-height:180px;object-fit:cover;border:1px solid #d9dad6}.admin-workspace{min-height:100vh;display:grid;grid-template-columns:242px minmax(0,1fr);background:#f3f3f0;color:#171817;font-family:Manrope,Arial,sans-serif}.admin-sidebar{position:-webkit-sticky;position:sticky;top:0;height:100vh;padding:28px 20px;background:#e9eae6;border-right:1px solid #d6d7d1;display:flex;flex-direction:column}.admin-brand{font-size:23px;font-weight:800;letter-spacing:-.12em}.admin-brand span{font-weight:400}.admin-sidebar>p{margin:36px 0 12px;color:#777b75;font-size:10px;letter-spacing:.13em}.admin-sidebar nav{display:flex;flex-direction:column;gap:2px;font-size:14px}.admin-sidebar nav a{padding:10px 11px;border-radius:7px}.admin-sidebar nav a.active,.admin-sidebar nav a:hover{background:#171817;color:#fff}.admin-store-link{margin-top:auto;padding:12px 11px;border-top:1px solid #d2d3ce;font-size:13px}.admin-content{width:min(1500px,100%);padding:46px 52px 80px}.admin-loading{min-height:100vh;display:grid;place-items:center;background:#f3f3f0;font-family:Manrope,Arial,sans-serif}.admin-top{position:static;height:auto;margin:0 0 42px;padding:0;background:transparent;border:0;display:flex;align-items:flex-end;justify-content:space-between}.admin-card-head p,.admin-top p{margin:0 0 8px;color:#747670;font-size:10px;letter-spacing:.12em}.admin-top h1{margin:0;font-size:52px;line-height:.94;letter-spacing:-.07em}.admin-inline-form button,.admin-primary,.admin-stock-form button{display:inline-flex;align-items:center;justify-content:center;border:0;background:#171817;color:#fff;padding:13px 17px;font:inherit;font-size:13px;cursor:pointer}.admin-metrics{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));grid-gap:10px;gap:10px;margin-bottom:36px}.admin-metrics article,.admin-panel{background:#fff;border:1px solid #e0e1dc}.admin-metrics article{padding:18px}.admin-metrics p{margin:0;color:#737570;font-size:12px}.admin-metrics b{display:block;margin:26px 0 8px;font-size:23px;line-height:1;letter-spacing:-.05em}.admin-metrics small{font-size:10px;color:#8a8c88}.admin-content-grid,.admin-two-columns{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:12px;gap:12px;margin-bottom:12px}.admin-content-grid>.admin-panel:last-child:nth-child(odd){grid-column:1/-1}.admin-panel{margin-bottom:12px;padding:22px}.admin-panel-title{display:flex;align-items:baseline;justify-content:space-between;gap:15px;margin-bottom:25px}.admin-card-head h2,.admin-order-detail h2,.admin-panel-title h2{margin:0;font-size:21px;letter-spacing:-.045em}.admin-panel-title a{font-size:12px;border-bottom:1px solid}.admin-line{display:flex;justify-content:space-between;gap:20px;padding:12px 0;border-top:1px solid #e7e7e3;font-size:13px}.admin-line span{color:#62645f}.admin-table-wrap{overflow:auto;padding:0}.admin-table{width:100%;min-width:850px;border-collapse:collapse;font-size:12px}.admin-table th{padding:14px 15px;text-align:left;color:#747670;font-size:10px;letter-spacing:.06em;font-weight:500;border-bottom:1px solid #e1e1dc}.admin-table td{padding:13px 15px;border-bottom:1px solid #ecece8;vertical-align:middle}.admin-table tbody tr:last-child td{border:0}.admin-table tbody tr:hover,.admin-table tr.selected-row{background:#f7f7f4;cursor:pointer}.admin-product-cell{display:flex;align-items:center;gap:10px;min-width:190px}.admin-product-cell i,.admin-product-cell img{width:35px;height:44px;object-fit:cover;background:#e8e8e3}.admin-status{display:inline-block;padding:4px 8px;border-radius:99px;background:#efefeb;color:#555;font-size:10px;font-weight:600;white-space:nowrap}.admin-status.active,.admin-status.connected{background:#e6f1e2;color:#236331}.admin-status.archived{background:#f5e7e5;color:#a64b42}.admin-status.draft,.admin-status.mock{background:#f3eddf;color:#8d6f28}.admin-actions{display:flex;gap:10px;flex-wrap:wrap}.admin-actions a,.admin-actions button{padding:0;border:0;border-bottom:1px solid;background:transparent;font:inherit;font-size:11px;cursor:pointer}.admin-inline-form,.admin-stock-form,.admin-toolbar{display:flex;gap:8px;margin:-18px 0 20px}.admin-inline-form input,.admin-stock-form input,.admin-stock-form select,.admin-toolbar input{height:42px;min-width:0;padding:0 12px;border:1px solid #dfe0da;background:#fff;font:inherit}.admin-toolbar input{flex:1 1}.admin-toolbar select{border:1px solid #dfe0da;background:#fff;padding:0 12px;font:inherit}.admin-inline-form input{width:min(420px,100%)}.admin-category-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:12px;gap:12px}.admin-card-head{display:flex;align-items:flex-start;justify-content:space-between;gap:20px}.admin-panel input,.admin-panel select,.admin-panel textarea{box-sizing:border-box;width:100%;border:1px solid #dedfd9;background:#fff;padding:11px;font:inherit;font-size:13px}.admin-panel textarea{min-height:92px;resize:vertical}.admin-panel label{display:grid;grid-gap:7px;gap:7px;margin:16px 0;font-size:11px;color:#737570}.admin-subcats{min-height:38px;font-size:12px;color:#5d5f5a}.admin-toggle{display:inline-flex!important;position:relative;width:34px;margin:0!important;cursor:pointer}.admin-toggle input{position:absolute;opacity:0}.admin-toggle span{display:block;width:34px;height:20px;border-radius:99px;background:#c8c9c4}.admin-toggle span:after{content:"";display:block;width:14px;height:14px;margin:3px;border-radius:50%;background:#fff;transition:.2s}.admin-toggle input:checked+span{background:#171817}.admin-toggle input:checked+span:after{transform:translateX(14px)}.admin-orders-layout{display:grid;grid-template-columns:minmax(0,1.55fr) minmax(320px,.65fr);grid-gap:12px;gap:12px}.admin-order-detail{margin:0}.admin-order-detail>p{margin:0 0 9px;font-size:10px;color:#737570;letter-spacing:.1em}.admin-order-detail>span{font-size:13px;line-height:1.5;color:#5c5e59}.admin-order-detail hr{margin:22px 0;border:0;border-top:1px solid #e5e5e1}.admin-order-detail h3{margin:22px 0 12px;font-size:15px}.admin-order-detail label select{height:38px}.admin-history{margin:0;padding:8px 0;border-top:1px solid #ededeb;font-size:11px;color:#666}.admin-stock-form{margin:0 0 10px}.admin-stock-form select{flex:1 1}.admin-stock-form input{width:190px}.admin-movement{display:grid;grid-template-columns:55px 1fr auto;grid-gap:12px;gap:12px;padding:12px 0;border-top:1px solid #ecece8;font-size:13px}.admin-movement b.positive{color:#27753a}.admin-movement b.negative{color:#b14a40}.admin-movement small{font-size:11px;color:#747670}.sales-chart{height:210px;display:flex;align-items:flex-end;gap:11px;padding-top:20px;border-bottom:1px solid #dedfd9}.sales-chart i{position:relative;display:block;flex:1 1;min-height:8px;background:#171817}.sales-chart small{position:absolute;bottom:-22px;left:0;font-style:normal;font-size:10px;color:#777}.admin-breakdown p{position:relative;margin:0 0 24px;padding-bottom:11px;border-bottom:1px solid #ecece8;font-size:13px}.admin-breakdown b{float:right}.admin-breakdown i{position:absolute;left:0;bottom:-1px;height:3px;background:#171817}.settings-checkbox{display:flex!important;grid-template-columns:auto 1fr;align-items:center}.settings-checkbox input{width:auto}@media(max-width:1050px){.admin-workspace{grid-template-columns:190px minmax(0,1fr)}.admin-content{padding:35px 28px}.admin-metrics{grid-template-columns:repeat(3,1fr)}}@media(max-width:760px){.admin-workspace{display:block}.admin-sidebar{position:static;height:auto;padding:18px;border-right:0;border-bottom:1px solid #dfe0da}.admin-sidebar>p,.admin-store-link{display:none}.admin-sidebar nav{display:flex;flex-flow:row nowrap;overflow-x:auto;margin-top:18px}.admin-sidebar nav a{white-space:nowrap}.admin-content{padding:28px 16px 55px}.admin-top{align-items:flex-start;gap:20px;flex-wrap:wrap;margin-bottom:30px}.admin-top h1{font-size:39px}.admin-metrics{grid-template-columns:repeat(2,1fr)}.admin-category-grid,.admin-content-grid,.admin-orders-layout,.admin-two-columns{grid-template-columns:1fr}.admin-content-grid>.admin-panel:last-child:nth-child(odd){grid-column:auto}.admin-inline-form,.admin-stock-form{flex-wrap:wrap}.admin-inline-form input,.admin-stock-form input,.admin-stock-form select{width:100%;flex:auto}.admin-inline-form button,.admin-stock-form button{width:100%}.admin-movement{grid-template-columns:42px 1fr}.admin-movement small{grid-column:2}.admin-panel{padding:17px}}.admin-metric-link{display:block;transition:transform .18s ease}.admin-metric-link:hover{transform:translateY(-2px)}.admin-metric-link article{height:100%}.admin-order-filters{display:flex;gap:7px;flex-wrap:wrap}.admin-order-filters a{padding:9px 11px;border:1px solid #d8d9d3;background:#fff;font-size:12px}.admin-order-filters a.active{border-color:#171817;background:#171817;color:#fff}.admin-order-filters b{margin-left:5px;font-size:10px}@media(max-width:760px){.admin-order-filters{width:100%;overflow-x:auto;flex-wrap:nowrap}.admin-order-filters a{white-space:nowrap}}body.admin-mode>.reference-announcement,body.admin-mode>.site-footer,body.admin-mode>.site-header{display:none!important}.admin-login{min-height:100vh;display:grid;place-items:center;padding:24px;background:#f4f4f1;color:#191a19}.admin-login form{width:min(100%,420px);padding:36px;background:#fff;border:1px solid #e2e2dc}.admin-login p{margin:0 0 13px;font-size:11px;letter-spacing:.08em}.admin-login h1{margin:0 0 30px;font-size:30px;line-height:1.05}.admin-login label{display:grid;grid-gap:8px;gap:8px;margin-top:16px;font-size:13px}.admin-login input{height:44px;border:1px solid #d8d8d2;padding:0 12px;font:inherit}.admin-login button{width:100%;height:46px;margin-top:24px;border:0;background:#191a19;color:#fff;font:600 13px inherit;cursor:pointer}.admin-login button:disabled{opacity:.55}.admin-login .admin-login-error{padding:10px;margin-top:16px;background:#fff1f0;color:#a12c25;letter-spacing:0;font-size:13px}.checkout-error{margin:0;padding:12px;background:#fff0ef;color:#9e2b25;font-size:13px}.checkout select{display:block;width:100%;margin-top:6px;border:1px solid var(--line);background:#fff;padding:11px;font:inherit}.checkout-secondary{margin:10px 0;border:0;border-bottom:1px solid;background:transparent;padding:0 0 3px;font:inherit;cursor:pointer}.checkout-secondary:disabled{opacity:.55}.pickup-map{overflow:hidden;margin:16px 0 8px;border:1px solid #d7d9d4;border-radius:2px;background:#e8e9e5}.pickup-map .leaflet-container{height:320px;width:100%;font-family:Manrope,Arial,sans-serif;background:#e8e9e5}.pickup-map .leaflet-tile-pane{filter:grayscale(1) saturate(.18) contrast(.82) brightness(1.1)}.pickup-map .leaflet-control-zoom{display:none}.pickup-map .leaflet-control-attribution{padding:3px 6px;background:#f7f7f5cc;color:#777;font-size:9px}.pickup-map .leaflet-popup-content-wrapper{border-radius:2px;box-shadow:0 10px 28px #1718172b;font-family:Manrope,Arial,sans-serif}.pickup-map .leaflet-popup-content{font-size:12px;line-height:1.5}.pickup-map .leaflet-popup-content b{font-weight:600}.pickup-map p{margin:0;padding:8px 11px;font-size:10px;color:#6e726d;background:#f7f7f5}.leaflet-popup-content button{margin-top:7px;border:0;border-bottom:1px solid #202321;background:none;padding:0;cursor:pointer;font:inherit;font-size:12px}.information-page{background:#f6f6f3;color:#202321;min-height:65vh}.information-hero{padding:clamp(72px,12vw,180px) 5vw clamp(52px,8vw,110px);border-bottom:1px solid #d9dad6}.information-hero h1{max-width:900px;margin:18px 0 0;font-size:clamp(44px,7vw,116px);line-height:.88;letter-spacing:-.085em;font-weight:600}.information-content{display:grid;grid-template-columns:minmax(0,1fr) 260px;grid-gap:12vw;gap:12vw;padding:72px 5vw 120px}.information-content>div{max-width:730px}.information-lead{margin:0 0 44px;font-size:clamp(21px,2vw,31px);line-height:1.2;letter-spacing:-.04em}.information-copy{font-size:15px;line-height:1.7;color:#505450;white-space:pre-line}.information-copy p{margin:0 0 18px}.information-content aside{align-self:start;display:grid;grid-gap:11px;gap:11px;padding-top:5px;border-top:1px solid #282b28;font-size:13px}.information-content aside p{margin:0 0 12px;font-size:10px;letter-spacing:.12em}.information-content aside a{width:max-content;border-bottom:1px solid #757975}.information-newsletter{display:flex;justify-content:space-between;gap:40px;padding:56px 5vw 68px;background:#202321;color:#fff}.information-newsletter h2{margin:8px 0 0;font-size:clamp(32px,4vw,55px);line-height:.94;letter-spacing:-.065em}.newsletter-form{width:min(500px,100%)}.newsletter-form>div{display:flex;border-bottom:1px solid}.newsletter-form input{width:100%;padding:13px 0;outline:0}.newsletter-form button,.newsletter-form input{border:0;background:transparent;color:inherit;font:inherit}.newsletter-form button{white-space:nowrap;cursor:pointer}.newsletter-form small{display:block;margin-top:9px;font-size:11px}.newsletter-form-compact{width:100%}.newsletter-form-compact>div{border-bottom:1px solid #717570}.newsletter-form-compact input{color:#1d201e}.sr-only{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap}@media(max-width:700px){.information-hero{padding:82px 20px 52px}.information-content{grid-template-columns:1fr;padding:45px 20px 70px;gap:42px}.information-content aside{max-width:none}.information-newsletter{display:block;padding:44px 20px}.information-newsletter .newsletter-form{margin-top:36px}}.account-page{min-height:calc(100vh - 130px);display:grid;grid-template-columns:minmax(0,1.1fr) minmax(360px,.9fr);background:#f6f6f3;color:#202321}.account-intro{padding:clamp(110px,17vw,230px) clamp(24px,8vw,150px) 90px}.account-intro h1{margin:18px 0 32px;font-size:clamp(62px,9vw,138px);line-height:.8;letter-spacing:-.09em;font-weight:600}.account-intro>p:not(.eyebrow){max-width:470px;font-size:17px;line-height:1.55;color:#535752}.account-actions{display:flex;align-items:center;gap:28px;margin-top:44px}.account-primary{display:inline-flex;justify-content:center;align-items:center;min-height:48px;padding:0 22px;border-radius:999px;background:#202321;color:#fff;font-size:14px}.account-secondary{font-size:14px;border-bottom:1px solid #202321;padding-bottom:3px}.account-roadmap{display:flex;flex-direction:column;justify-content:flex-end;padding:70px clamp(24px,6vw,100px);background:#e8e8e4}.account-roadmap>.eyebrow{margin-bottom:auto}.account-roadmap article{display:grid;grid-template-columns:44px 1fr;grid-gap:16px;gap:16px;padding:26px 0;border-top:1px solid #c9cbc6}.account-roadmap article:last-child{border-bottom:1px solid #c9cbc6}.account-roadmap span{font-size:11px;color:#767a75;letter-spacing:.08em}.account-roadmap h2{margin:0 0 7px;font-size:25px;letter-spacing:-.05em;font-weight:600}.account-roadmap article p{margin:0;max-width:300px;font-size:14px;line-height:1.45;color:#5d615c}@media(max-width:760px){.account-page{grid-template-columns:1fr}.account-intro{padding:112px 20px 78px}.account-intro h1{font-size:68px}.account-roadmap{padding:46px 20px 58px;min-height:440px}.account-roadmap>.eyebrow{margin-bottom:80px}.account-actions{margin-top:36px;gap:20px}}.tons-cart-drawer{font-family:Manrope,Arial,sans-serif}.tons-cart-drawer>aside{width:40vw;min-width:480px;padding:24px 30px 27px;background:#e8eaeb}.tons-cart-drawer>aside>header{padding:0 0 19px;font-size:16px;font-weight:600}.tons-cart-drawer>aside header button{width:28px;padding:0;color:#202321;font-size:28px;font-weight:300;line-height:1;cursor:pointer}.tons-cart-lines{overflow:auto}.tons-cart-lines article{position:relative;gap:15px;padding:20px 26px 20px 0;border-color:#2223}.tons-cart-lines img{width:98px;height:122px;background:#f4f4f1}.tons-cart-lines article>div{font-size:13px}.tons-cart-lines article b{font-weight:500;line-height:1.25}.tons-cart-lines article span{font-size:12px}.cart-quantity{display:flex!important;align-items:center;gap:10px;margin-top:3px}.cart-line-remove,.cart-quantity button{border:0;background:none;padding:0;color:#202321;font:inherit;cursor:pointer}.cart-quantity button{width:16px;font-size:16px}.cart-quantity small{font-size:11px}.cart-line-remove{position:absolute;right:1px;top:18px;font-size:21px;font-weight:300}.cart-note{border-top:1px solid #2224}.cart-note>button{display:flex;width:100%;justify-content:space-between;border:0;background:none;padding:16px 0;color:#202321;font:inherit;font-size:12px;text-align:left;cursor:pointer}.cart-note textarea{width:100%;min-height:76px;border:1px solid #202321;background:#f6f6f3;padding:10px;resize:vertical;font:12px Manrope,Arial,sans-serif}.cart-note p{display:flex;justify-content:flex-end;gap:7px;margin:7px 0 15px}.cart-note p button{border:1px solid #202321;background:transparent;padding:7px 10px;font:11px Manrope,Arial,sans-serif;cursor:pointer}.tons-cart-drawer>aside>footer>a{display:flex;align-items:center;justify-content:center;gap:9px;border-radius:0;background:#202321;padding:15px;font-size:12px;font-weight:600;transition:background .2s}.tons-cart-drawer>aside>footer>a:hover{background:#383d3c}.tons-cart-drawer>aside>footer>small{display:block;margin-top:10px;color:#5e6260;font-size:10px;text-align:center}@media(max-width:800px){.tons-cart-drawer>aside{width:100%;min-width:0;padding:20px}.tons-cart-drawer>aside>header{font-size:16px}.tons-cart-lines article{padding-right:26px}}@media (min-width:801px){.tons-cart-drawer>aside{width:40vw;min-width:0;box-sizing:border-box;padding:29px 30px 25px;background:#e8eaeb;overflow:hidden}.tons-cart-backdrop{background:#11172288;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px)}.tons-cart-drawer>aside>header{height:41px;box-sizing:border-box;padding:0 0 22px;border-bottom:1px solid #c9ced0;background:#e8eaeb!important;font-size:18px}.tons-cart-drawer>aside header button{font-size:24px}.cart-drawer-scroll{min-height:0;flex:1 1 auto;overflow-y:auto;overscroll-behavior:contain}.tons-cart-lines{overflow:visible;overscroll-behavior:contain}.tons-cart-lines article{display:grid;grid-template-columns:max(90px,calc(11.43vw - 38px)) minmax(0,1fr) auto;grid-gap:20px;gap:20px;min-height:max(236px,calc(14.2875vw + 30.5px));box-sizing:border-box;padding:30px 0 47px;border-bottom:0}.tons-cart-lines img{width:max(90px,calc(11.43vw - 38px));height:max(112.5px,calc(14.2875vw - 47.5px));object-fit:cover}.tons-cart-lines article>div{gap:8px;padding-top:1px;font-size:16px}.tons-cart-lines article b{font-size:16px;font-weight:500}.tons-cart-lines article span{font-size:16px}.cart-quantity{width:110px;height:40px;box-sizing:border-box;justify-content:space-around;gap:0;margin-top:2px!important;border:1px solid #a7afb3;border-radius:999px}.cart-quantity button{width:30px;font-size:17px}.cart-quantity small{font-size:12px}.cart-line-remove{right:0;top:64px;font-size:20px}.tons-cart-lines article:after{content:"";position:absolute;left:0;right:0;bottom:0;border-bottom:2px solid #111722}.drawer-suggestions{padding:19px 0 0;border:0}.drawer-suggestions h2{margin:0 0 24px;font-size:16px;font-weight:500}.drawer-suggestions article{display:grid;grid-template-columns:72px minmax(0,1fr) auto;grid-gap:15px;gap:15px;min-height:91px;margin:0 0 17px}.drawer-suggestions img{width:72px;height:91px;object-fit:cover}.drawer-suggestions article>div{display:grid;align-content:start;grid-gap:5px;gap:5px;font-size:16px}.drawer-suggestions b{font-weight:500}.drawer-suggestions span{font-size:15px}.drawer-suggestions select{width:177px;height:36px;border:1px solid #7b858a;border-radius:99px;background:transparent;padding:0 12px;font:13px Manrope,Arial,sans-serif}.drawer-suggestions article>button{align-self:center;border:1px solid #111722;border-radius:99px;background:transparent;padding:8px 14px;color:#111722;font:14px Manrope,Arial,sans-serif;cursor:pointer}.tons-cart-drawer>aside>footer{position:static;display:block!important;width:100%;flex:0 0 auto;margin-top:0;padding:0 0 3px;background:#e8eaeb!important;color:#202321!important;z-index:2}.cart-shipping-status{min-height:18px;margin:18px 0 0;color:#687276;font-size:13px;line-height:18px;text-align:center}.cart-shipping-status.is-unlocked{color:#41b952}.cart-note{border-top:1px solid #c9ced0;border-bottom:1px solid #c9ced0}.cart-note>button{padding:15px 0;font-size:16px}.cart-note textarea{box-sizing:border-box;min-height:100px;border:1px solid #31373c80;border-radius:26px;background:transparent;padding:10px;font-size:15px;line-height:18px}.cart-note p{justify-content:flex-start;gap:10px;margin:20px 0}.cart-note p button{height:40px;border:1px solid #31373c;border-radius:99px;background:transparent;padding:0 20px;font-size:15px}.tons-cart-drawer>aside>footer>a{display:flex!important;width:100%!important;box-sizing:border-box;min-height:51px;margin-top:25px;border-radius:99px;background:#000!important;color:#fff!important;font-size:15px}.tons-cart-drawer>aside>footer>small{margin-top:10px;font-size:13px}}body.apex-cart-drawer-open{overflow:hidden;overscroll-behavior:none}.tons-cart-drawer>aside{overscroll-behavior:contain}.header-actions .header-bag{position:relative;display:grid;place-items:center;width:18px;height:24px;cursor:pointer}.header-actions a[aria-label=Search]{cursor:pointer}.site-header .header-actions .header-bag sup{position:absolute!important;left:calc(100% + 3px)!important;right:auto!important;top:15px!important;bottom:auto!important;min-width:8px;margin:0;padding:0;font-size:9px;line-height:1;text-align:left;transform:none}.cart-line-total{align-self:start;font-size:16px;font-weight:500}.animated-price{white-space:pre;font-feature-settings:"tnum";font-variant-numeric:tabular-nums}.animated-price,.animated-price-number{display:inline-flex;align-items:baseline}.animated-price-slot{display:inline-flex;width:.62em;height:1.25em;overflow:hidden;vertical-align:-.28em}.animated-price-slot.is-leading{width:0;opacity:0}.animated-price-reel{display:block;transform:translateY(calc(var(--from) * -1.25em));will-change:transform}.animated-price-reel>span{display:block;height:1.25em;line-height:1.25em;text-align:center}.animated-price-reel.is-rolling{animation:cash-register-reel .68s cubic-bezier(.16,1,.3,1) var(--delay) both}.animated-price-slot i{display:inline-block;width:.32em;font-style:normal}.animated-price-currency{white-space:pre}@keyframes cash-register-reel{0%{transform:translateY(calc(var(--from) * -1.25em))}to{transform:translateY(calc(var(--to) * -1.25em))}}@media (prefers-reduced-motion:reduce){.animated-price-reel.is-rolling{animation:none;transform:translateY(calc(var(--to) * -1.25em))}}body:has(.tons-checkout)>.reference-announcement,body:has(.tons-checkout)>.site-footer,body:has(.tons-checkout)>.site-header{display:none}.tons-checkout{min-height:100vh;background:#f8f8f7;color:#202321;font-family:Manrope,Arial,sans-serif}.tons-checkout>header{position:static;height:72px;padding:0 4vw;background:#fff;border-bottom:1px solid #dedfdb;-webkit-backdrop-filter:none;backdrop-filter:none}.tons-checkout>header>a:last-child{font-size:12px;border-bottom:1px solid}.checkout-logo{font-size:22px;font-weight:800;letter-spacing:-.12em}.checkout-logo span{font-weight:400}.checkout-grid{display:grid;grid-template-columns:minmax(0,1fr) minmax(360px,.72fr);max-width:1260px;margin:auto}.checkout-grid>form{padding:72px 9vw 100px}.checkout-kicker{margin:0 0 16px;color:#727571;font-size:10px;letter-spacing:.14em}.tons-checkout h1{margin:0 0 56px;font-size:clamp(42px,5vw,72px);letter-spacing:-.075em;line-height:.9}.tons-checkout form section{padding:0 0 30px;margin:0 0 30px;border-bottom:1px solid #d8d9d5}.tons-checkout h2{margin:0 0 22px;font-size:17px;letter-spacing:-.035em}.tons-checkout label{display:block;margin:16px 0;color:#555a56;font-size:11px}.tons-checkout input,.tons-checkout select{display:block;width:100%;margin-top:8px;border:0;border-bottom:1px solid #bfc1bc;background:transparent;padding:11px 0;color:#202321;font:15px Manrope,Arial,sans-serif;outline:0}.tons-checkout select{border:1px solid #bfc1bc;padding:11px;background:#fff}.checkout-text-button{margin:4px 0 13px;border:0;border-bottom:1px solid;background:transparent;padding:0 0 3px;font:12px Manrope,Arial,sans-serif;cursor:pointer}.checkout-promo{display:flex;gap:8px}.checkout-promo input{margin:0}.checkout-promo button{min-width:116px;border:1px solid #202321;background:transparent;padding:0 14px;font:600 12px Manrope,Arial,sans-serif;cursor:pointer}.checkout-promo-result{margin:10px 0 0;color:#397644;font-size:12px}.checkout-delivery-choice{position:relative;display:grid;grid-gap:5px;gap:5px;border:1px solid #c8cac5;background:#fff;padding:15px;font-size:12px}.checkout-delivery-choice span{color:#6e736f}.checkout-delivery-choice strong{position:absolute;right:15px;top:15px;font-size:12px}.checkout-submit{display:flex;width:100%;justify-content:center;border:0;background:#202321;color:#fff;padding:16px;font:600 13px Manrope,Arial,sans-serif;cursor:pointer}.checkout-submit:disabled{opacity:.55;cursor:wait}.checkout-legal{max-width:460px;margin:13px auto 0;color:#717570;font-size:10px;line-height:1.45;text-align:center}.checkout-grid>aside{min-height:100%;padding:75px 5vw;background:#edeeeb;border-left:1px solid #dedfdb}.checkout-grid>aside h2{display:flex;justify-content:space-between}.checkout-grid>aside h2 span{font-size:12px;font-weight:400}.checkout-lines article{display:grid;grid-template-columns:70px 1fr auto;grid-gap:12px;gap:12px;padding:14px 0;border-top:1px solid #d5d7d2}.checkout-lines img{width:70px;height:85px;object-fit:cover;background:#fff}.checkout-lines p{display:grid;align-content:start;grid-gap:6px;gap:6px;margin:0;font-size:12px}.checkout-lines p b{font-weight:500;line-height:1.3}.checkout-lines p span{color:#727672;font-size:10px}.checkout-lines article>strong{font-size:12px;font-weight:500}.checkout-totals{margin-top:26px;border-top:1px solid #9fa29d}.checkout-totals p{display:flex;justify-content:space-between;margin:14px 0;font-size:12px}.checkout-totals b{font-weight:500}.checkout-totals .checkout-total{padding-top:16px;border-top:1px solid #d0d2cd;font-size:16px}.confirmation{max-width:760px;padding:70px 7vw}.confirmation>p:not(.checkout-kicker){max-width:520px;margin:0 0 30px;line-height:1.6}.confirmation .checkout-submit{width:max-content;padding:15px 20px}@media (max-width:760px){.tons-checkout>header{height:58px;padding:0 20px}.checkout-grid{grid-template-columns:1fr}.checkout-grid>form{padding:52px 20px 55px}.checkout-grid>aside{order:-1;min-height:0;padding:32px 20px;border:0;border-bottom:1px solid #dedfdb}.tons-checkout h1{margin-bottom:42px}.confirmation{padding:52px 20px}}@media (min-width:761px){.tons-checkout{background:#f7f7f7;font-family:Arial,Helvetica,sans-serif}.tons-checkout>header{height:65px;padding:0 230px;background:#f7f7f7;border-bottom:1px solid #e1e1e1}.tons-checkout>header>a:last-child{display:none}.checkout-logo{font-size:31px;letter-spacing:-.12em;color:#202124}.checkout-grid{max-width:none;grid-template-columns:770px minmax(0,1fr);margin:0}.checkout-grid>form{width:499px;box-sizing:border-box;margin-left:230px;padding:40px 0 90px}.checkout-kicker,.tons-checkout h1{display:none}.tons-checkout form section{padding:0;border:0;margin:0 0 31px}.tons-checkout h2{margin:0 0 14px;font-size:20px;font-weight:600;letter-spacing:0;line-height:24px}.tons-checkout label{margin:10px 0;color:#5f6270;font-size:12px;line-height:15px}.tons-checkout input,.tons-checkout select{box-sizing:border-box;height:49px;margin-top:5px;border:1px solid #d7d7d7;border-radius:12px;background:#f7f7f7;padding:14px 10px;color:#202124;font:14px Arial,Helvetica,sans-serif;line-height:19px}.tons-checkout select{padding:10px}.checkout-text-button{margin:2px 0 12px;color:#202124;font-size:12px}.checkout-delivery-choice{border:1px solid #d7d7d7;border-radius:12px;background:#f7f7f7;padding:14px 12px;font-size:14px}.checkout-delivery-choice span{font-size:12px}.checkout-delivery-choice strong{right:12px;top:14px;font-size:14px}.checkout-submit{height:50px;border-radius:12px;background:#212121;padding:14px;font:600 14px Arial,Helvetica,sans-serif}.checkout-legal{font:12px/17px Arial,Helvetica,sans-serif}.checkout-grid>aside{min-height:calc(100vh - 65px);box-sizing:border-box;padding:40px 0 80px 40px;background:#717171;border:0;color:#f7f7f7}.checkout-grid>aside>*{width:400px}.checkout-grid>aside h2{display:none}.checkout-lines article{grid-template-columns:64px 1fr auto;gap:15px;border:0;padding:0 0 22px}.checkout-lines img{width:64px;height:64px;border:1px solid #d7d7d7;border-radius:12px}.checkout-lines p{font-size:14px;color:#fff}.checkout-lines p b{font-weight:600}.checkout-lines p span{color:#dedede;font-size:12px}.checkout-lines article>strong{color:#fff;font-size:14px;font-weight:400}.checkout-totals{margin-top:0;border-top:1px solid #919191;padding-top:20px}.checkout-totals p{margin:10px 0;color:#fff;font-size:14px}.checkout-totals b{font-weight:400}.checkout-totals .checkout-total{padding-top:10px;border:0;font-size:17px}.checkout-totals .checkout-total b{font-weight:600}}.tons-cart-page{min-height:100vh;padding:0 36px;background:#e8eaeb;color:#111722;font-family:Manrope,Arial,sans-serif}.tons-cart-page>header{position:static;height:81px;padding:0;border-bottom:1px solid #11172222;background:transparent;font-size:17px}.tons-cart-page>header a{border:0;font-size:26px;font-weight:300}.cart-page-items article{position:relative;display:grid;grid-template-columns:353px 1fr auto;grid-gap:20px;gap:20px;padding:30px 0 47px}.cart-page-items img{width:353px;height:442px;object-fit:cover;background:#f4f4f1}.cart-page-items article>div{display:grid;align-content:start;grid-gap:10px;gap:10px;font-size:16px}.cart-page-items b{font-weight:500}.cart-page-items span{font-size:15px}.cart-page-items p{display:flex;width:110px;height:41px;align-items:center;justify-content:space-around;margin:3px 0;border:1px solid #697176;border-radius:99px}.cart-page-items p button{border:0;background:transparent;color:#697176;font:18px Manrope,Arial,sans-serif;cursor:pointer}.cart-page-items p i{font-style:normal;font-size:12px;color:#697176}.cart-page-items strong{padding-right:0;font-size:16px;font-weight:500}.cart-page-delete{position:absolute;right:0;top:60px;border:0;background:transparent;color:#697176;font-size:20px;cursor:pointer}.cart-page-suggestions{border-top:2px solid #111722;padding:20px 0 70px}.cart-page-suggestions h2{margin:0 0 25px;font-size:16px;font-weight:500}.cart-page-suggestions article{display:grid;grid-template-columns:72px 1fr auto;grid-gap:14px;gap:14px;align-items:center;margin:17px 0}.cart-page-suggestions img{width:72px;height:91px;object-fit:cover}.cart-page-suggestions article>div{display:grid;grid-gap:6px;gap:6px;font-size:15px}.cart-page-suggestions b{font-weight:500}.cart-page-suggestions span{font-size:14px}.cart-page-suggestions select{width:178px;height:35px;border:1px solid #8c9294;border-radius:99px;background:transparent;padding:0 11px;font:12px Manrope,Arial,sans-serif}.cart-page-suggestions article>button{border:1px solid #111722;border-radius:99px;background:transparent;padding:9px 15px;font:13px Manrope,Arial,sans-serif;cursor:pointer}.tons-cart-page footer{position:relative;display:grid;grid-gap:16px;gap:16px;padding:0 0 18px;border-top:1px solid #11172233;background:transparent}.cart-page-note{display:flex;justify-content:space-between;border:0;border-bottom:1px solid #11172233;background:transparent;padding:16px 0;color:#111722;font:15px Manrope,Arial,sans-serif;text-align:left;cursor:pointer}.tons-cart-page footer textarea{width:100%;min-height:70px;border:1px solid #111722;background:#fff;padding:10px;font:13px Manrope,Arial,sans-serif}.tons-cart-page footer>p{margin:0;color:#38b94c;font-size:15px;text-align:center}.tons-cart-page footer>a{display:block;border-radius:99px;background:#000;color:#fff;padding:16px;text-align:center;font-size:15px;font-weight:600}.tons-cart-page footer>a i{margin:0 7px;font-style:normal}.tons-cart-page footer small{color:#6f7579;font-size:13px;text-align:center}.cart-page-empty{padding:60px 0;font-size:17px}.cart-page-empty a{border-bottom:1px solid}@media(max-width:700px){.tons-cart-page{padding:0 20px}.cart-page-items article{grid-template-columns:120px 1fr;gap:14px;padding-bottom:28px}.cart-page-items img{width:120px;height:160px}.cart-page-items strong{grid-column:2}.cart-page-delete{top:30px}.cart-page-suggestions article{grid-template-columns:55px 1fr}.cart-page-suggestions img{width:55px;height:70px}.cart-page-suggestions article>button{grid-column:2;justify-self:start}.cart-page-suggestions select{width:150px}}body:has(.tons-cart-page)>.reference-announcement,body:has(.tons-cart-page)>.site-footer,body:has(.tons-cart-page)>.site-header,body:has(.tons-cart-page)>.tons-cookie,body:has(.tons-checkout)>.reference-announcement,body:has(.tons-checkout)>.site-footer,body:has(.tons-checkout)>.site-header,body:has(.tons-checkout)>.tons-cookie{display:none}.tons-cart-page footer{display:flex;flex-direction:column}.tons-cart-page footer>a{width:100%}.tons-cart-page footer>p{order:2;margin:18px 0 6px}.tons-cart-page footer>a{order:3}.tons-cart-page footer>small{order:4}.cart-page-note{order:1}.product-reviews{max-width:960px;margin:110px auto;padding:0 26px;color:#30363a;scroll-margin-top:126px}.product-reviews header{display:flex;justify-content:space-between;align-items:flex-end;border-bottom:1px solid #dfe1e1;padding-bottom:22px}.product-reviews header p{font-size:10px;letter-spacing:.12em;margin:0 0 8px;color:#7d8587}.product-reviews h2{font-size:28px;margin:0}.product-reviews header>b{font-size:21px}.product-reviews header>b span{font-size:13px;letter-spacing:2px}.review-filters{display:flex;gap:8px;flex-wrap:wrap;margin:22px 0}.review-filters button,.review-more{border:1px solid #9ca2a3;border-radius:999px;background:#fff;padding:8px 13px;cursor:pointer;font:500 12px Manrope,sans-serif}.review-filters button.active{background:#30363a;color:white;border-color:#30363a}.review-filters small{opacity:.65}.review-list article{padding:24px 0;border-bottom:1px solid #dfe1e1}.review-meta{display:grid;grid-template-columns:1fr auto;grid-gap:3px;gap:3px;font-size:12px}.review-meta span{grid-row:2;color:#30363a}.review-meta i{font-style:normal;color:#7d8587;margin-left:10px}.review-meta time{grid-column:2;grid-row:1/3;color:#7d8587}.review-list p{font-size:13px;line-height:1.7;margin:14px 0 0;white-space:pre-wrap}.review-media{display:flex;gap:8px;margin-top:16px}.review-media button{border:0;padding:0;background:none;cursor:zoom-in}.review-media img{display:block;width:76px;height:76px;object-fit:cover;border-radius:4px}.review-more{display:block;margin:26px auto}.review-lightbox{position:fixed;inset:0;z-index:99;border:0;background:#000c;display:grid;place-items:center;padding:40px;cursor:zoom-out}.review-lightbox img{max-width:90vw;max-height:88vh;object-fit:contain}@media (max-width:700px){.product-reviews{margin:70px auto}.product-reviews h2{font-size:22px}.review-meta{grid-template-columns:1fr}.review-meta time{grid-column:1;grid-row:auto}}.search-overlay{position:fixed;z-index:1200;inset:0;font-family:Manrope,Arial,sans-serif}.search-overlay-backdrop{position:absolute;inset:0;border:0;background:#11172266;cursor:pointer}.search-overlay-panel{position:relative;width:min(680px,calc(100% - 32px));max-height:calc(100dvh - 80px);margin:40px auto;padding:24px;background:#f8f8f7;border-radius:20px;box-shadow:0 24px 70px #0003;overflow:auto}.search-overlay-panel header{position:static;height:auto;padding:0 0 18px;background:transparent;border:0;display:flex;align-items:center;justify-content:space-between;font-size:18px;font-weight:600}.search-overlay-panel header button{width:34px;height:34px;border:0;border-radius:50%;background:#e9eae8;font:300 28px/1 Arial;cursor:pointer}.search-field{display:flex;align-items:center;gap:12px;border-bottom:1px solid #30383c;padding:0 2px}.search-field svg{width:21px;height:21px;fill:none;stroke:currentColor;stroke-width:1.5}.search-field input{width:100%;border:0;background:transparent;padding:14px 0;font:inherit;font-size:18px;outline:0}.search-overlay-hint{margin:14px 0 8px;color:#737570;font-size:13px}.search-results{display:grid;grid-gap:2px;gap:2px}.search-results a{display:grid;grid-template-columns:64px 1fr auto;grid-gap:14px;gap:14px;align-items:center;padding:10px 4px;border-bottom:1px solid #e1e2df}.search-results a:hover{background:#eeefed}.search-results img{width:64px;height:64px;object-fit:cover;border-radius:4px}.search-results span{display:grid;grid-gap:4px;gap:4px}.search-results b{font-size:14px;font-weight:600}.search-results small{font-size:12px;color:#737570}.search-results strong{font-size:14px;font-weight:500;white-space:nowrap}.search-empty{padding:26px 4px;margin:0;color:#737570;font-size:14px}@media(max-width:600px){.search-overlay-panel{width:100%;min-height:100dvh;max-height:none;margin:0;border-radius:0;padding:20px}.search-results a{grid-template-columns:56px 1fr}.search-results img{width:56px;height:56px}.search-results strong{grid-column:2}}