.product{padding:54px 0 0}.product__grid{display:grid;grid-template-columns:1.05fr .95fr;gap:54px;align-items:start;padding-bottom:45px}.pgallery{display:grid;grid-template-columns:88px 1fr;gap:16px;align-items:stretch;position:sticky;top:24px;max-height:calc(100vh - 48px)}.pgallery__thumbs-wrap{position:relative;min-height:100%}.pgallery__thumbs-wrap:after{content:"";position:absolute;inset:auto 0 0 0;height:64px;pointer-events:none;background:linear-gradient(to bottom,rgba(255,255,255,0),var(--surface, #fff))}.pgallery__thumbs{display:flex;flex-direction:column;gap:12px;max-height:0;min-height:100%;overflow-y:auto;overflow-x:hidden;scrollbar-width:none;padding-bottom:24px}.pgallery__thumbs::-webkit-scrollbar{width:0;height:0;display:none}.pgallery__thumb{aspect-ratio:1;flex:none;border-radius:var(--radius);overflow:hidden;cursor:pointer;border:2px solid var(--line,rgba(0,0,0,.08));background:var(--white,#fff);padding:0}.pgallery__thumb img{width:100%;height:100%;object-fit:contain;display:block;background:var(--white,#fff)}.pgallery__thumb.is-active{border-color:var(--accent)}.pgallery__main{position:relative;aspect-ratio:4/3;border-radius:var(--radius);overflow:hidden;background:var(--white,#fff);border:1px solid var(--line,rgba(0,0,0,.08))}.pgallery__main img{width:100%;height:100%;object-fit:contain;cursor:zoom-in;background:var(--white,#fff)}.pgallery__nav{position:absolute;top:50%;transform:translateY(-50%);width:44px;height:44px;border-radius:50%;background:#ffffffd9;border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;color:#222;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);box-shadow:0 2px 12px #0000001f;transition:background .15s,transform .15s;z-index:2}.pgallery__nav:hover{background:#fff;transform:translateY(-50%) scale(1.06)}.pgallery__nav svg{width:22px;height:22px}.pgallery__nav--prev{left:14px}.pgallery__nav--next{right:14px}.product__title{font-size:clamp(24px,2.6vw,34px);margin-bottom:16px;line-height:1.25}.product__desc{color:var(--text);margin-bottom:24px}.designbox{border:1px solid var(--line);border-radius:var(--radius);background:var(--surface-2);padding:24px 26px;margin-bottom:28px;display:grid;grid-template-columns:1.2fr .8fr;gap:22px;align-items:center}.designbox h3{font-size:18px;font-weight:500;margin-bottom:14px}.checklist{list-style:none;margin:0 0 14px;padding:0;display:grid;gap:10px}.checklist li{display:flex;gap:10px;font-size:14px;line-height:1.5}.checklist li svg{flex:none;width:18px;height:18px;color:var(--accent);margin-top:2px}.designbox__link{display:inline-flex;align-items:center;gap:6px;font-family:var(--font-head);font-size:13.5px;color:var(--accent)}.designbox__media{aspect-ratio:4/3;border-radius:var(--radius);overflow:hidden;background:linear-gradient(135deg,var(--grey-a),var(--grey-b))}.designbox__media img{width:100%;height:100%;object-fit:cover}.specs{margin-bottom:26px}.specs h3{font-family:var(--font-head);font-size:15px;letter-spacing:.1em;text-transform:uppercase;color:var(--ink);font-weight:500;padding-bottom:12px;border-bottom:1px solid var(--line);margin-bottom:4px}.spec{display:grid;grid-template-columns:130px 1fr;gap:16px;padding:12px 0;border-bottom:1px solid var(--line-soft);font-size:14px}.spec__label{font-family:var(--font-head);color:var(--ink-soft)}.spec__value{color:var(--text)}.spec__value a{color:var(--accent);white-space:nowrap}.specs__table-link{display:inline-block;margin-top:14px;font-family:var(--font-head);font-size:13.5px;color:var(--accent);border-bottom:1px solid var(--accent);padding-bottom:2px}.price-row{background:var(--surface-2);border-radius:var(--radius);padding:20px 24px;margin-bottom:18px;display:flex;justify-content:space-between;align-items:flex-start;gap:20px;flex-wrap:wrap}.price__label{font-family:var(--font-head);font-size:14px;color:var(--ink-soft)}.price{font-family:var(--font-head);font-size:26px;color:var(--ink);font-weight:400}.price__note{font-size:12px;color:var(--text-light);margin-top:4px;max-width:34ch}.delivery{font-size:13px;color:var(--ink-soft);text-align:right;display:flex;gap:7px;align-items:center}.delivery svg{width:16px;height:16px;color:var(--accent)}.btn--block{display:flex;width:100%;justify-content:center}.pitch{margin-top:64px}.pitch__grid{display:grid;grid-template-columns:1fr 1.1fr;gap:54px;align-items:center}.pitch__copy h2{color:#fff;font-size:clamp(24px,2.8vw,34px);margin-bottom:20px}.pitch__copy p{color:#ffffffd9;font-size:15px}.pitch__copy p strong{color:#fff}.pitch__copy .btn{margin-top:8px}.pitch__video{position:relative;aspect-ratio:16/11;border-radius:var(--radius);overflow:hidden;background:linear-gradient(135deg,var(--grey-a),var(--grey-b));box-shadow:var(--shadow)}.pitch__video img,.pitch__video iframe{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;border:0}.tabs__bar{background:var(--accent)}.tabs__nav{display:flex;flex-wrap:wrap;align-items:center;gap:6px;padding:6px 0}.tabs__btn{background:transparent;border:0;color:#ffffffd1;font-family:var(--font-head);font-size:14.5px;letter-spacing:.02em;padding:14px 22px;display:flex;align-items:center;gap:9px;border-radius:4px}.tabs__btn svg{width:18px;height:18px}.tabs__btn.is-active{background:#ffffff29;color:#fff}.tabs__cta{margin-left:auto}.tabs__cta .btn{padding:11px 24px}.tabs__panel{display:none;padding:48px 0}.tabs__panel.is-active{display:block}.tabs__panel h3{font-size:24px;margin-bottom:16px}.extras{padding:14px 0 84px}.extras__head{font-size:clamp(22px,2.4vw,30px);margin-bottom:34px}.extras-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:24px}.extra-card{background:var(--surface-2);border-radius:var(--radius);overflow:hidden;border:1px solid var(--line-soft)}.extra-card .ph{aspect-ratio:4/3;border-radius:0}.extra-card__body{padding:18px 20px;text-align:center}.extra-card h4{font-family:var(--font-head);font-size:16px;font-weight:500;color:var(--ink);margin-bottom:8px}.extra-card p{font-size:13px;color:var(--text);margin:0}.related__head{font-size:clamp(22px,2.4vw,30px);margin-bottom:34px}.related-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:26px}.related-card .ph{aspect-ratio:4/3;margin-bottom:14px}.related-card h4{font-size:16px;font-weight:400;line-height:1.4;margin-bottom:10px}.related-card .link-arrow{font-size:13.5px;color:var(--accent);border-color:var(--accent)}@media(max-width:1024px){.product__grid,.pitch__grid{grid-template-columns:1fr;gap:40px}.extras-grid,.related-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:680px){.product{padding-top:34px}.pgallery{grid-template-columns:1fr}.pgallery__thumbs{flex-direction:row;order:2;overflow-x:auto}.pgallery__thumb{flex:none;width:72px}.designbox{grid-template-columns:1fr}.price-row{flex-direction:column}.delivery{text-align:left}.tabs__nav{flex-wrap:nowrap;overflow-x:auto}.tabs__btn{white-space:nowrap;padding:13px 16px}.tabs__cta{margin-left:0}.extras-grid,.related-grid{grid-template-columns:1fr}.pitch{margin-top:48px}}.product-form{margin-top:4px}.product-form__variants{margin-bottom:14px}.product-form__variants label{display:block;font-family:var(--font-head);font-size:14px;color:var(--ink-soft);margin-bottom:7px}.product-form__variants select{width:100%;border:1px solid var(--line);border-radius:var(--radius);padding:12px 14px;font-family:inherit;font-size:15px;background:var(--white)}.product-form__row{display:flex;gap:12px}.product-form__qty{width:84px;border:1px solid var(--line);border-radius:var(--radius);padding:12px;font-family:inherit;font-size:15px;text-align:center}.product-form__add{flex:1;justify-content:center}.product-form__add:disabled{opacity:.5;cursor:default}.product-form__secondary{display:inline-block;margin-top:14px;font-family:var(--font-head);font-size:14px;color:var(--accent);border-bottom:1px solid var(--accent);padding-bottom:2px}.fabrics{display:flex;flex-direction:column;gap:14px}.fabric-family{border:1px solid #e5e0d8;border-radius:10px;background:#faf8f4;overflow:hidden}.fabric-family__sum{list-style:none;cursor:pointer;padding:14px 18px;display:flex;align-items:center;gap:14px;font-family:var(--font-head);font-size:16px}.fabric-family__sum::-webkit-details-marker{display:none}.fabric-family__sum:before{content:"";flex-shrink:0;width:10px;height:10px;border-right:2px solid currentColor;border-bottom:2px solid currentColor;transform:rotate(-45deg);transition:transform .2s}details[open]>.fabric-family__sum:before{transform:rotate(45deg)}.fabric-family__name{font-weight:600}.fabric-family__type{color:#9c948a;font-size:13px;font-style:italic}.fabric-family__count{margin-left:auto;font-size:13px;color:#9c948a}.fabric-swatches{display:grid;grid-template-columns:repeat(auto-fill,minmax(110px,1fr));gap:12px;padding:6px 18px 18px}.fabric-swatch{margin:0;text-align:center}.fabric-swatch img{width:100%;height:auto;aspect-ratio:120/85;object-fit:cover;border-radius:6px;display:block;background:#eee;border:1px solid #e5e0d8}.fabric-swatch figcaption{margin-top:6px;font-size:12px;color:#555;line-height:1.3}@media(max-width:600px){.fabric-swatches{grid-template-columns:repeat(auto-fill,minmax(85px,1fr));gap:8px}}.price--quote{color:var(--accent-dark);font-weight:500}.product-form__quote{justify-content:center;text-align:center}.product-form__quote-note{margin:10px 0 0;font-size:13px;color:var(--text-light);text-align:center}.prel{padding:56px 0;border-top:1px solid var(--line)}.prel__sub{color:var(--text);margin:6px 0 26px}.prel__grid{display:grid;grid-template-columns:repeat(4,1fr);gap:22px}.prel__card{background:var(--white);border:1px solid var(--line);border-radius:var(--radius);overflow:hidden;transition:box-shadow .2s}.prel__card:hover{box-shadow:var(--shadow-soft)}.prel__card a{display:block;color:inherit;text-decoration:none}.prel__ph{aspect-ratio:4/3;background:var(--white,#fff);overflow:hidden}.prel__ph img{width:100%;height:100%;object-fit:contain;display:block;background:var(--white,#fff)}.prel__title{font-family:var(--font-head);font-size:15px;font-weight:400;margin:12px 14px 4px;color:var(--ink)}.prel__price{margin:0 14px 14px;font-size:14px;color:var(--accent-dark)}@media(max-width:900px){.prel__grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:520px){.prel__grid{grid-template-columns:1fr 1fr;gap:12px}}.pgallery__zoom{position:absolute;right:14px;bottom:14px;z-index:3;display:flex;align-items:center;gap:7px;padding:8px 13px;border:none;border-radius:999px;cursor:zoom-in;background:#ffffffe6;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);box-shadow:0 2px 12px #0000001f;font-size:13px;color:#222}.pgallery__zoom:hover{background:#fff}.pgallery__zoom svg{width:17px;height:17px}@media(max-width:600px){.pgallery__zoom span{display:none}.pgallery__zoom{padding:10px}}.plb{position:fixed;top:0;right:0;bottom:0;left:0;z-index:9999;display:none;background:#141211f0;align-items:center;justify-content:center}.plb.is-open{display:flex}body.plb-lock{overflow:hidden}.plb__stage{position:absolute;top:0;right:0;bottom:0;left:0;overflow:hidden;display:flex;align-items:center;justify-content:center;touch-action:none}.plb__img{max-width:94vw;max-height:88vh;object-fit:contain;display:block;transform-origin:center center;transition:transform .18s ease;cursor:zoom-in;-webkit-user-select:none;user-select:none;-webkit-user-drag:none}.plb.is-zoomed .plb__img{cursor:grab;transition:none}.plb.is-zoomed.is-panning .plb__img{cursor:grabbing}.plb__close,.plb__nav{position:absolute;z-index:2;border:none;cursor:pointer;width:48px;height:48px;border-radius:50%;background:#ffffffe6;color:#222;display:flex;align-items:center;justify-content:center;box-shadow:0 2px 12px #0003}.plb__close:hover,.plb__nav:hover{background:#fff}.plb__close{top:18px;right:18px}.plb__close svg,.plb__nav svg{width:24px;height:24px}.plb__nav--prev{left:18px;top:50%;transform:translateY(-50%)}.plb__nav--next{right:18px;top:50%;transform:translateY(-50%)}.plb__counter{position:absolute;left:50%;bottom:20px;transform:translate(-50%);z-index:2;color:#ffffffd9;font-size:13.5px;letter-spacing:.04em;background:#00000059;padding:6px 14px;border-radius:999px}@media(max-width:600px){.plb__nav{width:42px;height:42px}.plb__nav--prev{left:8px}.plb__nav--next{right:8px}.plb__close{top:10px;right:10px;width:42px;height:42px}}.pgallery__slide{position:absolute;top:0;right:0;bottom:0;left:0;display:none;align-items:center;justify-content:center;background:var(--white,#fff)}.pgallery__slide.is-active{display:flex}.pgallery__slide img{width:100%;height:100%;object-fit:contain;cursor:zoom-in}.pgallery__slide[data-ptype=video],.pgallery__slide[data-ptype=external_video]{background:#000}.pgallery__slide video,.pgallery__slide iframe,.pgallery__slide .shopify-model-viewer-ui,.pgallery__slide model-viewer{width:100%;height:100%;border:0;object-fit:contain;background:#000;display:block}.pgallery__slide .video-wrapper,.pgallery__slide deferred-media{width:100%;height:100%;display:block}.pgallery.is-video .pgallery__zoom{display:none}.pgallery__thumb{position:relative}.pgallery__playbadge{position:absolute;top:0;right:0;bottom:0;left:0;margin:auto;width:26px;height:26px;border-radius:50%;background:#0000008c;color:#fff;display:flex;align-items:center;justify-content:center;pointer-events:none}.pgallery__playbadge svg{width:14px;height:14px;margin-left:1px}.fabric-swatch img{cursor:zoom-in;transition:transform .15s ease}.fabric-swatch img:hover{transform:scale(1.05)}.fabric-swatches{max-height:520px;overflow-y:auto}.fabric-family__maker{color:#9c948a;font-size:12.5px;letter-spacing:.04em;text-transform:uppercase}.product__grid--wide{grid-template-columns:1.45fr 1fr;gap:46px}.product__grid--wide>*{min-width:0}.pgallery--wide{display:flex;flex-direction:column;gap:14px;position:static;max-height:none;min-width:0}.pgallery--wide .pgallery__main{aspect-ratio:auto;width:100%;max-width:100%;min-height:340px;display:flex;align-items:center;justify-content:center;background:transparent;border:0;border-radius:0;overflow:visible}.pgallery--wide .pgallery__slide{position:static;inset:auto;width:auto;max-width:100%;background:transparent}.pgallery--wide .pgallery__slide.is-active{display:flex}.pgallery--wide .pgallery__slide img{width:auto;height:auto;max-width:100%;max-height:78vh;object-fit:contain;display:block;background:var(--white,#fff);border:1px solid var(--line,rgba(0,0,0,.08));border-radius:var(--radius)}.pgallery--wide .pgallery__slide[data-ptype=video],.pgallery--wide .pgallery__slide[data-ptype=external_video]{width:100%}.pgallery--wide .pgallery__slide video,.pgallery--wide .pgallery__slide iframe,.pgallery--wide .pgallery__slide model-viewer{width:100%;height:auto;aspect-ratio:16/9;max-height:78vh;border-radius:var(--radius)}.pgallery--wide .pgallery__zoom{left:50%;right:auto;transform:translate(-50%);bottom:14px}.pgallery--wide .pgallery__nav--prev{left:6px}.pgallery--wide .pgallery__nav--next{right:6px}.pgallery--wide .pgallery__thumbs-wrap{order:2;min-height:0;min-width:0}.pgallery--wide .pgallery__thumbs-wrap:after{inset:0 0 0 auto;width:48px;height:auto;background:linear-gradient(to right,rgba(255,255,255,0),var(--surface, #fff))}.pgallery--wide .pgallery__thumbs{flex-direction:row;max-height:none;min-height:0;overflow-x:auto;overflow-y:hidden;padding-bottom:4px;gap:10px}.pgallery--wide .pgallery__thumb{aspect-ratio:auto;height:84px;width:auto;flex:0 0 auto;display:flex;align-items:center;justify-content:center}.pgallery--wide .pgallery__thumb img{width:auto;height:100%;max-width:132px}@media(max-width:1024px){.product__grid--wide{grid-template-columns:1fr}.pgallery--wide .pgallery__slide img{max-height:68vh}}@media(max-width:680px){.pgallery--wide .pgallery__main{min-height:0}.pgallery--wide .pgallery__thumb{height:68px}.pgallery--wide .pgallery__thumb img{max-width:108px}}.product__grid--focus{grid-template-columns:minmax(0,.7fr) minmax(0,.3fr);gap:40px;align-items:start}.product__grid--focus .product__desc{margin-bottom:22px}.product__grid--focus .price-row{flex-direction:column;align-items:flex-start;gap:10px}.product__desc--clamp{display:-webkit-box;-webkit-box-orient:vertical;overflow:hidden;-webkit-line-clamp:var(--desc-lines,3);line-clamp:var(--desc-lines,3)}.product__desc--clamp>*{margin:0}@media(max-width:1024px){.product__grid--focus{grid-template-columns:1fr}.product__desc--clamp{-webkit-line-clamp:none;line-clamp:none;display:block;overflow:visible}}.usps{list-style:none;margin:24px 0 0;padding:22px 0 0;border-top:1px solid var(--line);display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px 14px}.usp{display:flex;align-items:center;gap:11px;margin:0}.usp__icon{width:30px;height:30px;flex:none;object-fit:contain;opacity:.75}.usp__text{font-size:13.5px;line-height:1.32;color:var(--ink-soft, #6b625c)}.product__grid--wide .price{font-size:20px}.product__grid--wide .price-row{padding:14px 16px;gap:10px}.product__grid--wide .price-row>div{width:100%;min-width:0}.product__grid--wide .price__note{max-width:none}.product__grid--wide .delivery{text-align:left}@media(max-width:420px){.usps{grid-template-columns:1fr}}svg.usp__icon{width:30px;height:30px;flex:none;opacity:.75;color:var(--ink,#33302e)}
/*# sourceMappingURL=/cdn/shop/t/4/assets/product.css.map */
