*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:#fff;color:var(--c-ink);font-family:var(--font-body);font-size:14px;line-height:1.55;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility;overflow-x:hidden}body,button,input,select,textarea{font-family:var(--font-body)}img{display:block;max-width:100%;height:auto}a{color:inherit;text-decoration:none}a:hover{text-decoration:none}button,input,select,textarea{border-radius:0}h1,h2,h3,h4,.h-serif{font-family:var(--font-heading);font-weight:400;letter-spacing:-.018em}p{margin:0 0 1em}.container{width:min(100%,1280px);margin-inline:auto;padding-inline:50px}.container--wide{width:min(100%,1366px)}.container--mid{width:min(100%,1160px)}.container--narrow{width:min(100%,900px)}.container--text{width:min(100%,980px)}.container--pdp{width:min(100%,1290px)}.body-copy{font-size:14px;line-height:1.72;color:#3f403e}.body-copy p:last-child{margin-bottom:0}.eyebrow{font-size:10px;line-height:1.2;letter-spacing:.2em;text-transform:uppercase;color:#5b5d58}.section-title{font-size:32px;line-height:1.16;margin:8px 0 36px;text-align:center}.media-cover{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover}.media-contain{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:contain}.placeholder-media{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;background:#f4f3f0;color:#c9c7c1}.placeholder-media svg{width:100%;height:100%}.overlay-center{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:30px}.btn{display:inline-flex;min-height:38px;align-items:center;justify-content:center;padding:10px 29px;border:1px solid var(--c-green);background:var(--c-green);color:#fff;font-size:10px;font-weight:500;line-height:1;letter-spacing:.1em;text-transform:uppercase;cursor:pointer;transition:background .2s,border-color .2s,color .2s}.btn:hover{background:var(--c-green-dark);border-color:var(--c-green-dark);color:#fff}.btn--outline{border-color:#fff;background:#fff;color:#2b2b2b}.btn--outline:hover{background:#ffffffe0;border-color:#fff;color:#2b2b2b}.btn--white{background:#fff;border-color:#fff;color:#1f201e}.btn--white:hover{background:#f1f0ec;border-color:#f1f0ec;color:#1f201e}.btn--dark{background:#1d1d1c;border-color:#1d1d1c;color:#fff}.btn--dark:hover{background:#000;border-color:#000}.btn--ghost{background:#fff;border-color:#2b2b2b;color:#2b2b2b}.btn--ghost:hover{background:#f5f4f1;border-color:#2b2b2b;color:#2b2b2b}.link-underline{font-size:11px;text-decoration:underline;text-underline-offset:4px;color:#fff}.nav-link{font-size:11px;line-height:1;text-transform:uppercase;letter-spacing:.035em;color:#242521;white-space:nowrap}.card-title{font-family:var(--font-body);font-size:12px;line-height:1.35;margin-top:12px;color:#3b3b38}.card-price{font-size:11px;line-height:1.35;margin-top:4px;color:var(--c-green)}.badge-new{position:absolute;top:9px;right:8px;z-index:2;background:#fff;color:#437255;font-size:8px;font-weight:700;letter-spacing:.08em;text-transform:uppercase;padding:3px 5px}.scroll-row{display:flex;gap:18px;overflow-x:auto;scroll-behavior:smooth;scrollbar-width:none;padding:2px 0 8px}.scroll-row::-webkit-scrollbar{display:none}.row-arrow{position:absolute;top:39%;z-index:3;border:0;background:transparent;color:#c7c8c3;font-family:Georgia,serif;font-size:30px;line-height:1;padding:5px;cursor:pointer}.row-arrow--prev{left:-32px}.row-arrow--next{right:-32px}.swatch-dots{display:flex;justify-content:center;gap:5px;margin-top:7px}.swatch-dots span{width:7px;height:7px;border-radius:50%;box-shadow:0 0 0 1px #00000026}details.accordion{border-top:1px solid #e3e2de}details.accordion summary{display:flex;align-items:center;justify-content:space-between;min-height:52px;padding:0;cursor:pointer;list-style:none;font-size:12px;font-weight:600}details.accordion summary::-webkit-details-marker{display:none}details.accordion summary:after{content:"\2212";font-size:14px;font-weight:400;color:#666}details.accordion:not([open]) summary:after{content:"\2304"}.mobile-only{display:none!important}.grid-2-stack,.grid-2,.grid-3,.grid-4,.grid-5{display:grid}.announcement-bar{height:31px;display:flex;align-items:center;justify-content:center;padding:0 20px;background:var(--c-dark);color:#fff;font-size:9px;line-height:1;letter-spacing:.07em;text-transform:uppercase;text-align:center}.site-header{position:sticky;top:0;z-index:60;background:#fff;border-bottom:1px solid #e8e8e5}.site-header__inner{height:84px;display:grid;grid-template-columns:190px 1fr 235px;align-items:center;gap:24px}.site-logo{font-size:23px;font-weight:500;letter-spacing:.22em;color:#1c1d1a;white-space:nowrap}.site-nav{display:flex;justify-content:center;align-items:center;gap:28px}.site-nav__item{position:relative}.site-nav__link{display:flex;align-items:center;gap:5px;padding:34px 0}.site-nav__chevron{font-size:8px;transform:translateY(-1px)}.site-nav__dropdown{display:none;position:absolute;top:calc(100% - 12px);left:-22px;min-width:190px;padding:13px 0;background:#fff;border:1px solid #e9e9e6;box-shadow:0 12px 30px #00000014}.site-nav__item:hover .site-nav__dropdown{display:flex;flex-direction:column}.site-nav__dropdown a{padding:9px 22px}.site-header__actions{display:flex;align-items:center;justify-content:flex-end;gap:15px}.site-header__action{display:flex;align-items:center;color:#242521}.site-header__locator{gap:6px;margin-right:5px}.site-header__action svg{width:18px;height:18px;stroke-width:1.5}.cart-count{position:absolute;top:-7px;right:-9px;min-width:15px;height:15px;display:flex;align-items:center;justify-content:center;padding:0 3px;border-radius:50%;background:var(--c-green);color:#fff;font-size:8px}.mobile-menu{display:none;background:#fff;border-top:1px solid #ecece8;padding:12px 22px 20px}.mobile-menu a{display:block;padding:12px 3px;border-bottom:1px solid #efefec;font-size:12px;text-transform:uppercase;letter-spacing:.04em}.mobile-menu a.child{padding-left:20px;color:#666}.site-footer{border-top:0;background:#fff;font-family:var(--font-footer)}.site-footer__inner{padding-top:92px;padding-bottom:28px}.site-footer__top{display:grid;grid-template-columns:1fr 1fr;gap:90px;align-items:start}.site-footer__logo{font-family:var(--font-body);font-size:31px;font-weight:500;letter-spacing:.2em;color:#191a18}.site-footer__blurb{max-width:310px;margin-top:10px;color:#9a9388;font-size:11px;line-height:1.55}.site-footer__newsletter{justify-self:end;width:100%;max-width:390px}.site-footer__heading{margin-bottom:10px;color:#242521;font-size:10px;font-weight:700;line-height:1;letter-spacing:.12em;text-transform:uppercase}.newsletter-form{display:flex;height:38px}.newsletter-form input{min-width:0;flex:1;border:1px solid #94968f;border-right:0;padding:0 12px;background:#fff;font-size:11px;outline:none}.newsletter-form .btn{min-height:38px;padding-inline:22px}.site-footer__columns{display:grid;grid-template-columns:.82fr .82fr 1.55fr;gap:72px;margin-top:57px}.site-footer__column-title{margin-bottom:15px;color:#242521;font-size:10px;font-weight:700;letter-spacing:.13em;text-transform:uppercase}.site-footer__links{display:flex;flex-direction:column;gap:7px}.site-footer__links a{color:#8c857a;font-size:11px;line-height:1.25}.site-footer__stores{display:flex;flex-direction:column;gap:13px}.site-footer__store-line{display:flex;align-items:center;gap:5px;flex-wrap:wrap;color:#635f59;font-size:10.5px;line-height:1.35}.site-footer__store-line strong{color:#6c655c;font-weight:600}.site-footer__store-hours{color:#6c655c;font-size:10px;line-height:1.35;margin-top:2px}.site-footer__bottom{display:flex;align-items:center;justify-content:space-between;gap:20px;margin-top:48px;padding-top:21px;border-top:1px solid #e9e8e4}.site-footer__copyright{color:#aaa399;font-size:9px}.site-footer__social{display:flex;align-items:center;gap:12px;color:var(--c-green)}.site-footer__social svg{width:21px;height:21px}.home-hero{position:relative;height:500px;min-height:0;overflow:hidden;background:#dedbd3}.home-hero__slide{position:absolute;top:0;right:0;bottom:0;left:0;transition:opacity 1s ease}.home-hero__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:#1f1f1c38;pointer-events:none}.home-hero__content{pointer-events:none}.home-hero__eyebrow{margin-bottom:9px;color:#fff;font-size:10px;letter-spacing:.18em;text-transform:uppercase;text-shadow:0 1px 8px rgba(0,0,0,.3)}.home-hero__title{margin:0 0 24px;color:#fff;font-size:43px;line-height:1.03;text-shadow:0 1px 10px rgba(0,0,0,.35)}.home-hero__buttons{display:flex;justify-content:center;gap:14px;pointer-events:auto}.home-hero__dots{position:absolute;left:0;right:0;bottom:15px;display:flex;justify-content:center;gap:7px}.home-hero__dot{width:5px;height:5px;border-radius:50%;cursor:pointer}.home-categories{padding-top:83px}.home-categories__grid{grid-template-columns:repeat(5,1fr);gap:13px}.category-card{position:relative;display:block;aspect-ratio:.87;overflow:hidden;background:#f1efe9}.category-card:after{content:"";position:absolute;inset:auto 0 0;height:35%;background:linear-gradient(transparent,#1212107a)}.category-card__label{position:absolute;z-index:2;left:0;right:0;bottom:13px;color:#fff;font-size:12px;text-align:center}.collection-banners{padding-top:55px}.collection-banners__grid{grid-template-columns:repeat(2,1fr);gap:14px}.collection-banner{position:relative;display:block;aspect-ratio:1.9;overflow:hidden;background:#efede7}.collection-banner:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:#19191626}.collection-banner__content{z-index:2;color:#fff}.collection-banner__kicker{font-size:11px}.collection-banner__title{margin:2px 0 3px;font-family:var(--font-heading);font-size:31px;line-height:1.1}.collection-banner__cta{font-size:10px;text-decoration:underline;text-underline-offset:3px}.product-carousel{padding-top:94px}.product-carousel__title{margin-bottom:38px}.product-carousel__track{position:relative}.product-card{flex:0 0 auto;width:220px;color:var(--c-ink)}.product-card__media{position:relative;width:220px;height:220px;overflow:hidden;background:#f5f4f1}.product-card__media img{width:100%;height:100%;object-fit:contain}.product-card__meta,.product-card__meta .card-title,.product-card__meta .card-price{text-align:left}.product-carousel__button{text-align:center;margin-top:28px}.image-banner{position:relative;margin-top:82px;overflow:hidden;background:#222}.image-banner__shade{position:absolute;top:0;right:0;bottom:0;left:0;background:#000}.image-banner__content{position:relative;z-index:2;max-width:690px;margin:auto;padding:40px 25px;color:#fff;text-align:center}.image-banner__eyebrow{margin-bottom:10px;color:#fff;font-size:10px;letter-spacing:.18em;text-transform:uppercase}.image-banner__title{margin:0;color:#fff;font-size:31px;line-height:1.12}.image-banner__text{margin:12px auto 0;color:#fff;font-size:14px;line-height:1.65}.image-banner__button{margin-top:22px}.reviews-section{margin-top:82px;padding:66px 40px 72px;background:var(--c-dark)}.reviews-section .eyebrow{color:#a9aab0}.reviews-section .section-title{margin-bottom:34px;color:#fff;font-size:29px}.reviews-section__grid{grid-template-columns:repeat(3,1fr);gap:18px;max-width:940px;margin:auto}.review-card{padding:25px 20px 22px;background:#3b3c44;color:#fff;text-align:center}.review-card__stars{font-size:12px;letter-spacing:4px}.review-card__text{margin:12px 0 10px;color:#eeeef0;font-size:12px;line-height:1.55}.review-card__author{color:#c0c0c4;font-size:10.5px;font-style:italic}.crafted-tabs{padding-top:94px;text-align:center}.crafted-tabs .section-title{margin-bottom:20px}.crafted-tabs__buttons{display:flex;justify-content:center;gap:38px;margin-bottom:28px}.crafted-tabs__button{padding-bottom:4px;border-bottom:1px solid transparent;color:#8a8a84;font-family:var(--font-heading);font-size:13px;cursor:pointer}.crafted-tabs__button.is-active{border-color:#232421;color:#232421;font-weight:600}.crafted-tabs__image{width:100%;max-width:760px;height:410px;margin:auto;object-fit:cover;filter:grayscale(1)}.crafted-tabs__pane .eyebrow{margin-top:29px}.crafted-tabs__pane h3{margin:8px 0 9px;font-size:23px}.crafted-tabs__pane p{max-width:600px;margin:auto;color:#555;font-size:13px;line-height:1.65}.gallery-section{padding-top:94px}.gallery-section__grid{grid-template-columns:repeat(5,1fr);gap:11px}.gallery-section__tile{position:relative;aspect-ratio:.9;overflow:hidden;background:#f4f3f0}.story-band{margin-top:85px;background:var(--c-dark)}.story-band__grid{grid-template-columns:1fr 1fr;min-height:420px}.story-band__image{position:relative;overflow:hidden}.story-band__copy{display:flex;flex-direction:column;justify-content:center;padding:65px 75px;color:#fff}.story-band__eyebrow{margin-bottom:10px;color:#c9c9cc;font-size:10px;letter-spacing:.17em;text-transform:uppercase}.story-band__title{max-width:520px;margin:0 0 16px;color:#fff;font-size:34px;line-height:1.16}.story-band__text{max-width:520px;margin:0 0 24px;color:#e0e0e1;font-size:13px;line-height:1.65}.story-band__copy .btn{align-self:flex-start}.custom-cta{position:relative;min-height:360px;display:flex;align-items:center;justify-content:center;overflow:hidden}.custom-cta:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:#0d0d0c8f}.custom-cta__content{position:relative;z-index:2;max-width:720px;padding:70px 25px;color:#fff;text-align:center}.custom-cta__title{margin:0 0 9px;color:#fff;font-size:29px}.custom-cta__text{margin:0 auto 22px;color:#fff;font-size:13px;line-height:1.6}.page-hero{position:relative;height:520px;overflow:hidden;background:#242522}.page-hero__shade{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(#10100f47,#10100f6b)}.page-hero__eyebrow{margin-bottom:8px;color:#fff;font-size:12px;letter-spacing:.16em;text-transform:uppercase}.page-hero__title{margin:0;color:#fff;font-size:43px;line-height:1.12;text-shadow:0 1px 8px rgba(0,0,0,.28)}.rich-text-section{padding-top:96px;text-align:center}.rich-text-section__title{margin:8px 0 22px;font-size:36px;line-height:1.17}.rich-text-section__body{max-width:1020px;margin:auto;font-size:15px;line-height:1.65;color:#343532}.rich-text-section__body p{margin:0 0 20px}.rich-text-section__button{margin-top:27px}.image-row-section{padding-top:47px}.image-row-section__grid{grid-template-columns:repeat(3,1fr);gap:18px}.image-row-section__item{position:relative;overflow:hidden;background:#f4f3f0}.icon-features-section{margin-top:76px;padding:77px 40px 82px;background:#f6f5f2}.icon-features-section__grid{grid-template-columns:repeat(3,1fr);gap:65px;text-align:center}.icon-feature__icon{display:flex;justify-content:center;margin-bottom:17px;color:var(--c-green)}.icon-feature__icon svg{width:29px;height:29px}.icon-feature__title{margin:0 0 8px;font-size:20px}.icon-feature__text{max-width:315px;margin:auto;color:#454642;font-size:13px;line-height:1.55}.color-statement{padding:105px 40px;text-align:center}.color-statement__eyebrow{margin-bottom:19px;font-size:10px;letter-spacing:.18em;text-transform:uppercase}.color-statement__statement{margin:0 auto;font-family:var(--font-heading);font-size:37px;line-height:1.34}.color-statement__sub{max-width:760px;margin:22px auto 0;font-size:13px;line-height:1.7}.showroom-grid-section{padding-top:98px}.showroom-grid-section__title{margin:6px 0 9px;font-size:36px}.showroom-grid-section__intro{margin:0 0 32px;color:#3f403d;font-size:14px}.showroom-grid-section__grid{grid-template-columns:repeat(4,1fr);gap:23px}.showroom-card__media{position:relative;aspect-ratio:1.48;overflow:hidden;background:#f4f3f0;margin-bottom:15px}.showroom-card__title{margin:0 0 7px;font-size:18px}.showroom-card__phone{display:flex;align-items:center;gap:5px;margin-bottom:5px;color:#5c684a;font-size:10.5px;font-weight:600}.showroom-card__hours{color:#50514d;font-size:10.5px;line-height:1.5;white-space:pre-line}.image-text-section{padding-top:98px}.image-text-section__grid{grid-template-columns:1fr 1fr;gap:84px;align-items:center}.image-text-section__media{position:relative;overflow:hidden;background:#f4f3f0}.image-text-section__eyebrow{margin-bottom:9px;font-size:10px;letter-spacing:.17em;text-transform:uppercase;color:#565851}.image-text-section__title{margin:0 0 13px;font-size:34px;line-height:1.18}.image-text-section__body{color:#343532;font-size:14px;line-height:1.55}.image-text-section__body p{margin:0 0 14px}.image-text-section__button{margin-top:14px}.icon-checklist-section{margin-top:80px;padding:70px 40px;background:#f5f4f0}.icon-checklist-section__grid{grid-template-columns:.85fr 1.35fr;gap:75px;align-items:start}.icon-checklist-section__title{margin:6px 0 12px;font-size:31px}.icon-checklist-section__text{max-width:390px;color:#4b4c48;font-size:14px;line-height:1.55}.icon-checklist-section__items{grid-template-columns:1fr 1fr;gap:14px 38px}.icon-checklist-section__item{display:flex;align-items:center;gap:11px;font-size:13px}.icon-checklist-section__item svg{width:15px;height:15px;flex:none;color:var(--c-green)}.gallery-full{padding-top:82px}.gallery-full__grid{grid-template-columns:repeat(5,1fr);gap:2px}.gallery-full__tile{position:relative;aspect-ratio:1.35;overflow:hidden;background:#f4f3f0}.trade-form-section{padding:72px 40px 84px;color:#fff}.trade-form-section__grid{grid-template-columns:1fr 1.1fr;gap:90px;align-items:start}.trade-form-section__eyebrow{margin-bottom:9px;color:#fff;font-size:10px;letter-spacing:.17em;text-transform:uppercase}.trade-form-section__title{margin:0 0 12px;color:#fff;font-size:34px}.trade-form-section__text{max-width:470px;color:#fff;font-size:14px;line-height:1.6}.trade-form{display:grid;grid-template-columns:1fr 1fr;gap:13px}.trade-form input,.trade-form textarea{width:100%;border:1px solid rgba(255,255,255,.75);background:#fff;padding:13px 15px;color:#333;font-size:12px;outline:none}.trade-form textarea{grid-column:1/-1;min-height:112px;resize:vertical}.trade-form .btn{justify-self:start;background:transparent;border-color:#fff}.trade-form .btn:hover{background:#fff;color:#333}.stores-list-section{padding-top:100px;padding-bottom:55px}.store-row{grid-template-columns:1fr 1fr;gap:72px;align-items:center;padding:0 0 64px;margin-bottom:64px;border-bottom:1px solid #e5e4e0}.store-row:last-child{border-bottom:0;margin-bottom:0}.store-row__media{position:relative;aspect-ratio:1.45;overflow:hidden;background:#f4f3f0}.store-row__title{margin:0 0 14px;font-size:31px}.store-row__hours{font-size:14px;line-height:1.55;white-space:pre-line}.store-row__contact{display:flex;align-items:center;gap:20px;margin:20px 0;flex-wrap:wrap}.store-row__phone{display:flex;align-items:center;gap:8px;font-size:14px}.store-row__whatsapp{display:inline-flex;min-width:205px;align-items:center;justify-content:center;gap:8px;padding:11px 22px;background:var(--c-sage);color:#fff;font-size:10px;text-transform:uppercase;letter-spacing:.09em}.store-row__address{display:flex;align-items:flex-start;gap:9px;max-width:520px;margin-bottom:21px;font-size:14px;line-height:1.5}.sustain-intro{padding-top:91px}.sustain-intro__top{display:grid;grid-template-columns:.68fr 1.32fr;gap:74px;align-items:start}.sustain-intro__title{margin:6px 0 0;font-size:36px;line-height:1.16}.sustain-intro__copy{font-size:14px;line-height:1.62;color:#353632}.sustain-intro__mosaic{display:grid;grid-template-columns:repeat(3,1fr);gap:10px;margin-top:42px}.sustain-intro__small,.sustain-intro__wide{position:relative;overflow:hidden;background:#f4f3f0}.sustain-intro__small{aspect-ratio:1.5}.sustain-intro__wide{grid-column:1/-1;aspect-ratio:2.46}.sustain-made{padding-top:76px;text-align:center}.sustain-made__title{margin:0 0 13px;font-size:28px}.sustain-made__lead{font-size:13px}.sustain-made__body{max-width:920px;margin:15px auto 25px;font-size:13px;line-height:1.7}.sustain-quote{margin-top:92px;padding:100px 35px;background:var(--c-sage);color:#fff;text-align:center}.sustain-quote p{max-width:1030px;margin:auto;font-family:var(--font-heading);font-size:33px;line-height:1.27}.accordion-image-section{padding-top:88px}.accordion-image-section__grid{grid-template-columns:1.02fr 1fr;gap:68px;align-items:start}.accordion-image-section__media{position:relative;aspect-ratio:.82;overflow:hidden;background:#f4f3f0}.accordion-image-section details summary{min-height:57px;font-family:var(--font-heading);font-size:20px;font-weight:400}.accordion-image-section details>div{padding:0 0 23px;color:#3e403c;font-size:13px;line-height:1.65}.promise-band{margin-top:84px;padding:67px 40px;background:var(--c-dark);color:#fff}.promise-band__grid{grid-template-columns:.7fr 1.3fr;gap:80px;align-items:center}.promise-band__title{margin:0;color:#fff;font-size:31px}.promise-band__body{color:#fff;font-size:13px;line-height:1.58}.split-banners{grid-template-columns:1fr 1fr}.split-banner{position:relative;aspect-ratio:1.42;overflow:hidden;background:#eee}.split-banner:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:#14141226}.split-banner__button{position:absolute;z-index:2;left:50%;top:50%;transform:translate(-50%,-50%)}.product-main{padding-top:88px}.product-main__grid{grid-template-columns:1.08fr .92fr;gap:78px;align-items:start}.product-gallery{position:sticky;top:132px}.product-gallery__main{position:relative;width:100%;aspect-ratio:1;background:#fff;overflow:hidden}.product-gallery__main img{width:100%;height:100%;object-fit:contain}.product-gallery__thumbs{display:grid;grid-template-columns:repeat(4,1fr);gap:12px;margin-top:16px}.product-gallery__thumb{position:relative;aspect-ratio:1;overflow:hidden;background:#fff;border:0;cursor:pointer}.product-gallery__thumb img{width:100%;height:100%;object-fit:contain}.product-gallery__thumb.is-active{outline:1px solid #222;outline-offset:2px}.product-breadcrumbs{margin-bottom:17px;color:#77776f;font-size:10.5px}.product-breadcrumbs a{color:#77776f}.product-title{margin:0 0 10px;font-size:39px;line-height:1.08}.product-price-row{display:flex;align-items:center;gap:12px;margin-bottom:18px}.product-price{color:var(--c-green);font-size:22px}.product-stars{color:#a6a99d;font-size:11px;letter-spacing:2px}.product-review-link{color:#8b8b84;font-size:10.5px}.product-intro{margin-bottom:19px;color:#545550;font-size:13.5px;line-height:1.65}.product-option-label{margin-bottom:8px;color:#60615c;font-size:10.5px}.product-swatches{display:flex;gap:9px;margin-bottom:22px}.product-swatch{display:block;width:25px;height:25px;border-radius:50%;box-shadow:0 0 0 1px #0000001f;cursor:pointer}.product-swatch-input:checked+.product-swatch{box-shadow:0 0 0 2px #fff inset,0 0 0 1.5px #333}.product-select{margin-bottom:22px;padding:10px 12px;border:1px solid #d5d5d0;background:#fff;font-size:12px}.quantity-selector{display:inline-grid;grid-template-columns:38px 38px 38px;height:46px;margin-bottom:25px;border:1px solid #2f302d}.quantity-selector button,.quantity-selector input{border:0;background:#fff;text-align:center;font-size:14px;outline:none}.quantity-selector input{width:38px}.addons-title{margin-bottom:11px;font-size:11px;font-weight:700;letter-spacing:.04em;text-transform:uppercase}.addons-list{display:flex;flex-direction:column;gap:11px;margin-bottom:24px}.addon-card{display:grid;grid-template-columns:20px 62px 1fr;align-items:center;gap:12px;min-height:67px;padding:9px 13px;border:1px solid #dddcd7;cursor:pointer}.addon-card img{width:58px;height:45px;object-fit:contain}.addon-card__title{display:block;font-family:var(--font-heading);font-size:12px}.addon-card__price{display:block;margin-top:2px;color:#77776f;font-size:9.5px}.product-actions{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin-bottom:9px}.product-actions .btn{min-height:47px;padding:12px 16px}.product-accordions{margin-top:18px}.product-accordion-content{padding:0 0 19px;color:#4d4e49;font-size:12px;line-height:1.62}.product-accordion-content ul{padding-left:18px;margin:8px 0}.product-reviews{margin-top:31px}.product-reviews h3{margin:0 0 7px;font-size:21px}.product-reviews__stars{margin-bottom:17px;color:#bdc0b5;font-size:11px;letter-spacing:3px}.related-section{padding-top:125px}.related-section__title,.recent-section__title{margin:0 0 37px;font-size:31px}.related-section .scroll-row{gap:34px}.related-section .product-card{width:205px}.related-section .product-card__media{width:205px;height:205px}.recent-section{padding-top:76px;padding-bottom:165px}.recent-grid{display:flex;gap:34px;flex-wrap:wrap}.recent-grid .product-card{width:205px}.recent-grid .product-card__media{width:205px;height:205px}@media(max-width:1100px){.container{padding-inline:28px}.site-header__inner{grid-template-columns:170px 1fr 190px;gap:15px}.site-nav{gap:18px}.site-nav .nav-link{font-size:10px}.site-footer__columns{gap:42px}.product-main__grid{gap:45px}.image-text-section__grid{gap:50px}}@media(max-width:980px){.desktop-only{display:none!important}.mobile-only{display:flex!important}.container{padding-inline:22px}.site-header__inner{height:70px;display:flex;justify-content:space-between}.site-logo{font-size:20px}.site-header__actions{gap:14px}.home-hero{height:520px}.home-categories__grid,.gallery-section__grid,.gallery-full__grid{grid-template-columns:repeat(3,1fr)}.collection-banners__grid,.story-band__grid,.site-footer__top,.site-footer__columns,.image-text-section__grid,.icon-checklist-section__grid,.trade-form-section__grid,.product-main__grid,.sustain-intro__top,.accordion-image-section__grid,.promise-band__grid,.store-row{grid-template-columns:1fr}.story-band__image{min-height:360px}.site-footer__newsletter{justify-self:start}.site-footer__columns{grid-template-columns:repeat(2,1fr)}.site-footer__columns>div:last-child{grid-column:1/-1}.showroom-grid-section__grid{grid-template-columns:repeat(2,1fr)}.icon-features-section__grid{gap:30px}.image-text-section__media{order:0!important}.image-text-section__copy{order:1!important}.product-gallery{position:static}.product-main__grid{gap:45px}.product-main__copy{max-width:680px}.store-row__media,.store-row__copy{order:initial!important}.sustain-intro__top{gap:24px}.accordion-image-section__media{order:-1}.row-arrow{display:none}}@media(max-width:700px){body{font-size:13px}.container{padding-inline:16px}.announcement-bar{height:auto;min-height:28px;padding:7px 10px;font-size:8px}.site-header__inner{height:64px}.site-logo{font-size:18px;letter-spacing:.18em}.site-header__action svg{width:17px;height:17px}.home-hero{height:450px}.home-hero__title{font-size:32px}.home-hero__buttons{gap:8px}.home-hero__buttons .btn{padding-inline:18px}.home-categories{padding-top:60px}.home-categories__grid{grid-template-columns:repeat(2,1fr);gap:10px}.home-categories__grid>*:last-child{grid-column:1/-1;aspect-ratio:1.7}.collection-banners__grid{gap:10px}.collection-banner{aspect-ratio:1.45}.product-carousel{padding-top:72px}.section-title{font-size:27px;margin-bottom:28px}.product-card,.product-card__media{width:176px;height:auto}.product-card__media{height:176px}.image-banner{margin-top:65px}.reviews-section{padding:55px 16px}.reviews-section__grid{grid-template-columns:1fr}.crafted-tabs{padding-top:70px}.crafted-tabs__buttons{gap:20px;overflow:auto;justify-content:flex-start;padding-bottom:4px}.crafted-tabs__image{height:280px}.gallery-section__grid,.gallery-full__grid{grid-template-columns:repeat(2,1fr)}.gallery-section__grid>*:last-child,.gallery-full__grid>*:last-child{grid-column:1/-1}.story-band__copy{padding:45px 24px}.story-band__title{font-size:28px}.custom-cta{min-height:330px}.page-hero{height:390px}.page-hero__title{font-size:32px}.rich-text-section{padding-top:70px}.rich-text-section__title{font-size:29px}.image-row-section__grid{grid-template-columns:1fr;gap:10px}.icon-features-section{padding:60px 18px}.icon-features-section__grid{grid-template-columns:1fr;gap:42px}.color-statement{padding:75px 20px}.color-statement__statement{font-size:29px}.showroom-grid-section__grid{grid-template-columns:1fr 1fr;gap:17px}.image-text-section{padding-top:70px}.image-text-section__grid{gap:30px}.image-text-section__title{font-size:29px}.icon-checklist-section{padding:58px 18px}.icon-checklist-section__items{grid-template-columns:1fr}.trade-form-section{padding:60px 18px}.trade-form{grid-template-columns:1fr}.trade-form textarea{grid-column:auto}.sustain-intro{padding-top:65px}.sustain-intro__title{font-size:30px}.sustain-intro__mosaic{grid-template-columns:1fr 1fr}.sustain-intro__small:last-of-type{grid-column:1/-1}.sustain-quote{padding:70px 20px}.sustain-quote p{font-size:27px}.promise-band{padding:55px 20px}.split-banners{grid-template-columns:1fr}.stores-list-section{padding-top:65px}.store-row{gap:25px;padding-bottom:45px;margin-bottom:45px}.store-row__title{font-size:27px}.product-main{padding-top:45px}.product-title{font-size:34px}.product-gallery__thumbs{gap:8px}.product-actions{grid-template-columns:1fr}.related-section{padding-top:85px}.related-section__title,.recent-section__title{font-size:27px}.related-section .scroll-row{gap:18px}.related-section .product-card,.related-section .product-card__media,.recent-grid .product-card,.recent-grid .product-card__media{width:170px}.related-section .product-card__media,.recent-grid .product-card__media{height:170px}.recent-section{padding-bottom:100px}.site-footer__inner{padding-top:68px}.site-footer__top,.site-footer__columns{gap:36px}.site-footer__logo{font-size:25px}.site-footer__columns{grid-template-columns:1fr 1fr}.site-footer__columns>div:last-child{grid-column:1/-1}.site-footer__bottom{align-items:flex-start}}.category-card{position:relative;overflow:hidden}.category-card>img.media-cover{transform:scale(1);transition:transform .6s cubic-bezier(.22,1,.36,1);will-change:transform}.category-card:after{z-index:1;pointer-events:none}.category-card__label{z-index:2}@media(hover:hover)and (pointer:fine){.category-card:hover>img.media-cover{transform:scale(1.1)}}@media(prefers-reduced-motion:reduce){.category-card>img.media-cover{transition:none}}:root{--small-heading-font-size: 16px}.eyebrow,[class*=eyebrow],.section-label,.section-kicker,.kicker,.overline,.preheading,.subheading-label{font-family:var(--font-body),"Avenir Next",Avenir,Arial,sans-serif!important;font-size:var(--small-heading-font-size)!important;font-weight:400!important;line-height:1.35!important;letter-spacing:.14em!important;text-transform:uppercase}.site-nav__link,.site-nav .nav-link{font-family:var(--font-body),"Avenir Next",Avenir,Arial,sans-serif!important;font-size:16px!important;font-weight:400!important;line-height:1.3!important;letter-spacing:.03em!important}.site-header__locator,.site-header__action{font-family:var(--font-body),"Avenir Next",Avenir,Arial,sans-serif!important;font-size:16px!important;font-weight:400!important}.site-nav__mega-heading{font-family:var(--font-body),"Avenir Next",Avenir,Arial,sans-serif!important;font-size:16px!important;font-weight:400!important;line-height:1.3!important;letter-spacing:.14em!important;text-transform:uppercase}.site-nav__mega-links a,.site-nav__dropdown a{font-family:var(--font-body),"Avenir Next",Avenir,Arial,sans-serif!important;font-size:16px!important;font-weight:400!important;line-height:1.45!important}.mobile-menu a,.mobile-menu summary,.mobile-menu__child-heading,.mobile-menu__grandchild,.mobile-menu__view-all{font-family:var(--font-body),"Avenir Next",Avenir,Arial,sans-serif!important;font-size:16px!important;font-weight:400!important;line-height:1.4!important}.site-nav{gap:28px}@media screen and (max-width:1200px)and (min-width:981px){.site-nav{gap:18px}}.announcement-bar{min-height:34px;padding:8px 20px;display:flex;align-items:center;justify-content:center;font-family:Avenir Next,Avenir,Arial,sans-serif!important;font-size:13px!important;font-weight:400!important;line-height:1.3!important;letter-spacing:.08em!important;text-align:center}.home-hero{height:600px}@media screen and (max-width:980px){.home-hero{height:570px}}@media screen and (max-width:700px){.home-hero{height:500px}}.container,.container--mid{width:100%!important;max-width:none!important;margin-left:auto!important;margin-right:auto!important;padding-left:100px!important;padding-right:100px!important;box-sizing:border-box}@media screen and (max-width:1200px){.container,.container--mid{padding-left:50px!important;padding-right:50px!important}}@media screen and (max-width:749px){.container,.container--mid{padding-left:20px!important;padding-right:20px!important}}.product-carousel .scroll-row{display:flex;gap:24px;width:100%;max-width:100%;padding:0;overflow-x:auto;overflow-y:hidden;scroll-behavior:smooth;scroll-snap-type:x mandatory;scrollbar-width:none}.product-carousel .product-card{flex:0 0 calc((100% - 96px)/5);width:calc((100% - 96px)/5);min-width:0;scroll-snap-align:start}.product-carousel .product-card__media{position:relative;overflow:hidden;width:100%;aspect-ratio:1 / 1;background:#f6f5f2}.product-carousel .product-card__media img{display:block;width:100%;height:100%;object-fit:contain}.product-carousel .product-card__meta{padding-top:16px}.product-carousel .card-title{font-size:16px;line-height:1.35}.product-carousel .card-price{margin-top:6px;font-size:15px;line-height:1.35}.product-carousel .row-arrow{position:absolute;top:42%;z-index:3;display:flex;align-items:center;justify-content:center;width:34px;height:44px;padding:0;color:#586941;font-size:30px;line-height:1;background:transparent;border:0;transform:translateY(-50%);cursor:pointer}.product-carousel .row-arrow--prev{left:-50px}.product-carousel .row-arrow--next{right:-50px}@media screen and (max-width:1100px){.product-carousel .scroll-row{gap:20px}.product-carousel .product-card{flex-basis:calc((100% - 40px) / 3);width:calc((100% - 40px) / 3)}.product-carousel .row-arrow--prev{left:-36px}.product-carousel .row-arrow--next{right:-36px}}@media screen and (max-width:749px){.product-carousel .scroll-row{gap:14px;padding-right:1px;scroll-padding-inline:0}.product-carousel .product-card{flex:0 0 78%;width:78%}.product-carousel .row-arrow{display:none}.product-carousel .card-title{font-size:15px}.product-carousel .card-price{font-size:14px}}.product-carousel .product-card__media img{width:100%;height:100%;object-fit:cover!important;object-position:center center}.product-carousel .card-price{width:100%;margin-top:7px;color:#586941;font-family:var(--font-body),"Avenir Next",Avenir,Arial,sans-serif;font-size:18px!important;font-weight:600!important;line-height:1.3;text-align:center}.product-carousel .product-card{text-align:center}@media screen and (max-width:1100px){.product-carousel .card-price{font-size:16px!important}}@media screen and (max-width:749px){.product-carousel .product-card__meta{padding-top:14px}.product-carousel .card-price{margin-top:5px;font-size:15px!important}}:root{--site-border-radius: 5px}img{border-radius:var(--site-border-radius)}.category-card,.collection-banner,.product-card__media,.product-gallery__media,.product-media,.image-with-text__media,.site-nav__mega-promo-media,.contact-store__image,.showroom-card__image{overflow:hidden;border-radius:var(--site-border-radius)}button,.btn,.button,a.btn,a.button,input[type=button],input[type=submit],input[type=reset],.shopify-payment-button__button,.product-form__submit{border-radius:var(--site-border-radius)!important}input,select,textarea{border-radius:var(--site-border-radius)}#shopify-section-template--31154168824094__chairs .product-card,#shopify-section-template--31154168824094__chairs .product-card__meta{overflow:visible}#shopify-section-template--31154168824094__chairs .swatch-dots{display:flex;align-self:flex-start;align-items:center;justify-content:flex-start;gap:7px;width:max-content;max-width:100%;margin-top:8px;margin-left:1px;overflow:visible;transform:translateY(-1px)}#shopify-section-template--31154168824094__chairs .swatch-dots span{display:block;box-sizing:border-box;width:16px;height:16px;flex:0 0 16px;border:2px solid #ffffff;border-radius:50%;box-shadow:0 0 0 1px #b8b8b2;cursor:pointer;transition:transform .16s ease,box-shadow .16s ease}#shopify-section-template--31154168824094__chairs .swatch-dots span:hover{transform:scale(1.12);box-shadow:0 0 0 2px #586941}@media screen and (max-width:749px){#shopify-section-template--31154168824094__chairs .swatch-dots{gap:6px;margin-top:7px;margin-left:1px;transform:translateY(-1px)}#shopify-section-template--31154168824094__chairs .swatch-dots span{width:15px;height:15px;flex-basis:15px}}#shopify-section-template--31154168824094__chairs .product-card__meta{align-items:flex-start!important;text-align:left!important}#shopify-section-template--31154168824094__chairs .swatch-dots{align-self:flex-start}#shopify-section-template--31154168824094__chairs .product-card__meta{align-items:flex-start!important;padding-bottom:6px;text-align:left!important}#shopify-section-template--31154168824094__chairs .card-title,#shopify-section-template--31154168824094__chairs .card-price{width:100%;text-align:left!important}#shopify-section-template--31154168824094__chairs .swatch-dots{align-self:flex-start;margin-top:4px;margin-left:1px;transform:translateY(-1px)}#shopify-section-template--31154168824094__chairs .scroll-row{padding-bottom:8px}.gallery-carousel{position:relative;width:100%}.gallery-carousel__track{display:flex;gap:var(--gallery-gap, 11px);width:100%;padding:2px 0 12px;overflow-x:auto;overflow-y:hidden;scroll-behavior:smooth;scroll-snap-type:x mandatory;scrollbar-width:none;overscroll-behavior-inline:contain;-webkit-overflow-scrolling:touch}.gallery-carousel__track::-webkit-scrollbar{display:none}.gallery-carousel__slide{position:relative;flex:0 0 calc((100% - (var(--gallery-gap, 11px) * 4)) / 5);width:calc((100% - (var(--gallery-gap, 11px) * 4)) / 5);min-width:0;aspect-ratio:var(--gallery-ratio, .9);overflow:hidden;border-radius:5px;background:#f4f3f0;scroll-snap-align:start;scroll-snap-stop:always}.gallery-carousel__slide>img{width:100%;height:100%;object-fit:cover;transition:transform .5s cubic-bezier(.22,1,.36,1)}.gallery-carousel__arrow{position:absolute;top:50%;z-index:5;display:flex;align-items:center;justify-content:center;width:36px;height:48px;padding:0;color:#586941;font-family:Georgia,serif;font-size:34px;line-height:1;background:transparent;border:0;transform:translateY(-50%);cursor:pointer}.gallery-carousel__arrow--previous{left:-48px}.gallery-carousel__arrow--next{right:-48px}@media(hover:hover)and (pointer:fine){.gallery-carousel__slide:hover>img{transform:scale(1.05)}}@media screen and (max-width:1100px){.gallery-carousel__slide{flex-basis:calc((100% - (var(--gallery-gap, 11px) * 2)) / 3);width:calc((100% - (var(--gallery-gap, 11px) * 2)) / 3)}.gallery-carousel__arrow--previous{left:-38px}.gallery-carousel__arrow--next{right:-38px}}@media screen and (max-width:749px){.gallery-carousel__track{gap:10px}.gallery-carousel__slide{flex:0 0 78%;width:78%}.gallery-carousel__arrow{display:none}}@media(prefers-reduced-motion:reduce){.gallery-carousel__track{scroll-behavior:auto}.gallery-carousel__slide>img{transition:none}}.custom-cta{min-height:480px}@media screen and (max-width:749px){.custom-cta{min-height:400px}}:root{--section-spacing: 94px}.product-carousel,.crafted-tabs,.gallery-section,.image-text-section,.showroom-grid-section,.rich-text-section,.accordion-image-section,.related-section{padding-top:var(--section-spacing)!important}.image-banner,.reviews-section,.story-band,.promise-band,.sustain-quote{margin-top:var(--section-spacing)!important}.custom-cta{margin-top:0!important}.reviews-section,.promise-band,.trade-form-section,.sustain-quote,.story-band__copy,.custom-cta__content,.image-banner__content{padding-top:var(--section-spacing)!important;padding-bottom:var(--section-spacing)!important}@media screen and (max-width:980px){:root{--section-spacing: 72px}.reviews-section,.promise-band,.trade-form-section,.sustain-quote{padding-right:28px!important;padding-left:28px!important}}@media screen and (max-width:749px){:root{--section-spacing: 56px}.reviews-section,.promise-band,.trade-form-section,.sustain-quote{padding-right:20px!important;padding-left:20px!important}.story-band__copy{padding-right:24px!important;padding-left:24px!important}.custom-cta__content,.image-banner__content{padding-right:20px!important;padding-left:20px!important}}.site-footer{font-family:Avenir Next,Avenir,Nunito Sans,Arial,sans-serif!important}.site-footer__logo{font-family:Avenir Next,Avenir,Nunito Sans,Arial,sans-serif!important;font-size:42px!important;font-weight:500!important;line-height:1.15!important}.site-footer__blurb{width:100%;max-width:440px!important;font-family:Avenir Next,Avenir,Nunito Sans,Arial,sans-serif!important;font-size:15px!important;font-weight:400!important;line-height:1.65!important}.site-footer__heading,.site-footer__column-title{font-family:Avenir Next,Avenir,Nunito Sans,Arial,sans-serif!important;font-size:16px!important;font-weight:600!important;line-height:1.3!important;letter-spacing:.1em!important}.site-footer__links a{font-family:Avenir Next,Avenir,Nunito Sans,Arial,sans-serif!important;font-size:15px!important;font-weight:400!important;line-height:1.5!important}.site-footer__store-line,.site-footer__store-line strong,.site-footer__store-hours{font-family:Avenir Next,Avenir,Nunito Sans,Arial,sans-serif!important;font-size:15px!important;line-height:1.55!important}.site-footer__store-line strong{font-weight:600!important}.newsletter-form{height:52px!important}.newsletter-form input{min-height:52px!important;padding:0 17px!important;font-family:Avenir Next,Avenir,Nunito Sans,Arial,sans-serif!important;font-size:15px!important}.newsletter-form .btn{min-height:52px!important;padding:12px 30px!important;font-family:Avenir Next,Avenir,Nunito Sans,Arial,sans-serif!important;font-size:15px!important;font-weight:500!important}.site-footer__copyright{font-family:Avenir Next,Avenir,Nunito Sans,Arial,sans-serif!important;font-size:15px!important;line-height:1.5!important}.site-footer__links{gap:11px!important}.site-footer__stores{gap:20px!important}.site-footer__column-title,.site-footer__heading{margin-bottom:18px!important}.site-footer__store-line{gap:7px!important}.site-footer__social svg{width:27px!important;height:27px!important}@media screen and (max-width:749px){.site-footer__logo{font-size:34px!important}.site-footer__blurb,.site-footer__links a,.site-footer__store-line,.site-footer__store-line strong,.site-footer__store-hours,.site-footer__copyright,.newsletter-form input,.newsletter-form .btn{font-size:15px!important}.site-footer__heading,.site-footer__column-title{font-size:16px!important}}.site-footer .newsletter-form{display:flex;gap:12px}.site-footer .newsletter-form input{border-right:1px solid #94968f!important;border-radius:5px!important}.site-footer .newsletter-form .btn{flex:0 0 auto;border-radius:5px!important}@media screen and (min-width:981px){.site-header__inner{grid-template-columns:220px minmax(0,1fr) auto!important;column-gap:18px!important}.site-nav{min-width:0;gap:14px!important}.site-nav__link{gap:3px!important}.site-header__actions{gap:11px!important;white-space:nowrap}.site-header__locator{margin-right:0!important}}@media screen and (max-width:1300px)and (min-width:981px){.site-nav{gap:9px!important}.site-header__inner{grid-template-columns:190px minmax(0,1fr) auto!important;column-gap:12px!important}.site-header__actions{gap:9px!important}}.image-text-section{padding-top:94px!important;padding-bottom:94px!important;margin-top:0!important;margin-bottom:0!important}@media screen and (max-width:980px){.image-text-section{padding-top:72px!important;padding-bottom:72px!important}}@media screen and (max-width:749px){.image-text-section{padding-top:56px!important;padding-bottom:56px!important}}#shopify-section-template--31154168856862__local .image-text-section{padding-top:115px!important;padding-bottom:40px!important;margin-top:0!important;margin-bottom:0!important}@media screen and (max-width:980px){#shopify-section-template--31154168856862__local .image-text-section{padding-top:72px!important;padding-bottom:32px!important}}@media screen and (max-width:749px){#shopify-section-template--31154168856862__local .image-text-section{padding-top:56px!important;padding-bottom:28px!important}}.gallery-carousel-section--full{width:100%;overflow:hidden}.gallery-carousel-section--full .gallery-carousel{width:100%}.gallery-carousel-section--full .gallery-carousel__track{width:100%;padding-top:0;padding-bottom:0}.gallery-carousel-section--full .gallery-carousel__slide{flex:0 0 calc((100% - (var(--gallery-gap, 2px) * 4)) / 5);width:calc((100% - (var(--gallery-gap, 2px) * 4)) / 5);aspect-ratio:var(--gallery-ratio, 1.35);border-radius:5px}.gallery-carousel-section--full .gallery-carousel__arrow{width:42px;height:52px;background:#ffffffe0;border-radius:5px}.gallery-carousel-section--full .gallery-carousel__arrow--previous{left:18px}.gallery-carousel-section--full .gallery-carousel__arrow--next{right:18px}@media screen and (max-width:1100px){.gallery-carousel-section--full .gallery-carousel__slide{flex-basis:calc((100% - (var(--gallery-gap, 2px) * 2)) / 3);width:calc((100% - (var(--gallery-gap, 2px) * 2)) / 3)}}@media screen and (max-width:749px){.gallery-carousel-section--full .gallery-carousel__track{gap:var(--gallery-gap, 2px)}.gallery-carousel-section--full .gallery-carousel__slide{flex:0 0 82%;width:82%}}.page-sustainability .sustain-intro__title,.page-sustainability .sustain-made__title,.page-sustainability .image-text-section__title{margin:0 0 18px!important;color:#2b2b2b!important;font-family:var(--font-heading),"Georgia Pro",Georgia,"Times New Roman",serif!important;font-size:36px!important;font-weight:400!important;line-height:1.15!important;letter-spacing:0!important}.page-sustainability .sustain-made__title{text-align:center!important}.page-sustainability .sustain-intro__title,.page-sustainability .image-text-section__title{text-align:left!important}.page-sustainability .eyebrow,.page-sustainability .sustain-intro__eyebrow,.page-sustainability .sustain-made__eyebrow,.page-sustainability .image-text-section__eyebrow{margin-bottom:12px!important;font-family:Avenir Next,Avenir,Nunito Sans,Arial,sans-serif!important;font-size:16px!important;font-weight:400!important;line-height:1.3!important;letter-spacing:.14em!important;text-transform:uppercase!important}@media screen and (max-width:980px){.page-sustainability .sustain-intro__title,.page-sustainability .sustain-made__title,.page-sustainability .image-text-section__title{font-size:32px!important;line-height:1.18!important}}@media screen and (max-width:749px){.page-sustainability .sustain-intro__title,.page-sustainability .sustain-made__title,.page-sustainability .image-text-section__title{margin-bottom:14px!important;font-size:28px!important;line-height:1.2!important}.page-sustainability .eyebrow,.page-sustainability .sustain-intro__eyebrow,.page-sustainability .sustain-made__eyebrow,.page-sustainability .image-text-section__eyebrow{font-size:14px!important}}.page-about .about-intro,.page-about .about-story,.page-about .about-content{width:100%}.page-about .about-intro__inner,.page-about .about-story__inner,.page-about .about-content__inner{width:calc(100% - 128px);max-width:1460px;margin-right:auto;margin-left:auto}.page-about .about-intro__content,.page-about .about-story__content,.page-about .about-content__text{width:100%;max-width:none!important;margin-right:auto;margin-left:auto;text-align:center}.page-about .about-intro__images,.page-about .about-story__images,.page-about .about-content__images{width:calc(100% - 128px);max-width:1460px;margin-right:auto;margin-left:auto}@media screen and (max-width:980px){.page-about .about-intro__inner,.page-about .about-story__inner,.page-about .about-content__inner,.page-about .about-intro__images,.page-about .about-story__images,.page-about .about-content__images{width:calc(100% - 64px)}}@media screen and (max-width:749px){.page-about .about-intro__inner,.page-about .about-story__inner,.page-about .about-content__inner,.page-about .about-intro__images,.page-about .about-story__images,.page-about .about-content__images{width:calc(100% - 40px)}}.page-about .rich-text-section--about-intro{width:100%}.page-about .rich-text-section--about-intro .rich-text-section__title,.page-about .rich-text-section--about-intro .rich-text-section__body{width:100%;max-width:none!important;margin-right:auto;margin-left:auto;text-align:center}.page-about .rich-text-section--about-intro .rich-text-section__body p{width:100%;max-width:none!important;margin-right:auto;margin-left:auto}.page-about .rich-text-section--about-intro .rich-text-section__body p+p{margin-top:24px}.story-band .story-band__eyebrow,.story-band .story-band__text{color:#fff!important}#shopify-section-template--31154168856862__commercial{margin:0!important;padding:0!important}#shopify-section-template--31154168856862__commercial .image-text-section{min-height:0!important;margin:0!important;padding-top:98px!important;padding-bottom:20px!important}#shopify-section-template--31154168856862__commercial .image-text-section__grid{margin-bottom:0!important;padding-bottom:0!important}@media screen and (max-width:980px){#shopify-section-template--31154168856862__commercial .image-text-section{padding-top:72px!important;padding-bottom:20px!important}}@media screen and (max-width:749px){#shopify-section-template--31154168856862__commercial .image-text-section{padding-top:56px!important;padding-bottom:16px!important}}.site-header,.site-header__inner,.site-nav{overflow:visible}.site-nav__item--mega{position:static}.site-nav__mega{position:absolute;top:100%;right:0;left:0;z-index:70;visibility:hidden;width:100%;padding:0;background:#fff;border-top:1px solid #ecebe7;border-bottom:1px solid #ecebe7;box-shadow:0 18px 38px #00000014;opacity:0;pointer-events:none;transform:translateY(8px);transition:opacity .18s ease,visibility .18s ease,transform .18s ease}.site-nav__item--mega:hover .site-nav__mega,.site-nav__item--mega:focus-within .site-nav__mega{visibility:visible;opacity:1;pointer-events:auto;transform:translateY(0)}.site-nav__mega-inner{display:grid;grid-template-columns:minmax(0,1fr) 250px;gap:64px;width:100%;padding:38px 100px}.site-nav__mega-columns{display:grid;grid-template-columns:repeat(4,minmax(130px,1fr));gap:clamp(32px,4vw,75px);align-items:start}.site-nav__mega-column{min-width:0}.site-nav__mega-heading{display:block;margin-bottom:18px;color:#45463f;font-family:var(--font-body),"Avenir Next",Avenir,Arial,sans-serif!important;font-size:16px!important;font-weight:400!important;line-height:1.3;letter-spacing:.14em!important;text-transform:uppercase}.site-nav__mega-heading:hover{color:var(--c-green)}.site-nav__mega-links{display:flex;flex-direction:column;gap:11px}.site-nav__mega-links a{display:block;padding:0!important;color:#575850;font-family:var(--font-body),"Avenir Next",Avenir,Arial,sans-serif!important;font-size:15px!important;font-weight:400!important;line-height:1.4!important;letter-spacing:0!important;text-transform:none!important;transition:color .16s ease,transform .16s ease}.site-nav__mega-links a:hover{color:var(--c-green);transform:translate(3px)}.site-nav__mega-promo{display:block;width:100%}.site-nav__mega-promo-media{position:relative;width:100%;aspect-ratio:.95;overflow:hidden;border-radius:5px;background:#eeeeea}.site-nav__mega-promo-media>img,.site-nav__mega-promo-media>svg{width:100%;height:100%;object-fit:cover;border-radius:5px;transition:transform .5s cubic-bezier(.22,1,.36,1)}.site-nav__mega-promo:hover .site-nav__mega-promo-media>img{transform:scale(1.05)}.site-nav__mega-promo-shade{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to top,#121210b3,#1212101f 58%,#12121000);pointer-events:none}.site-nav__mega-promo-content{position:absolute;right:22px;bottom:22px;left:22px;z-index:2;display:flex;flex-direction:column;color:#fff}.site-nav__mega-promo-eyebrow{margin-bottom:4px;font-family:var(--font-body),"Avenir Next",Avenir,Arial,sans-serif;font-size:13px;line-height:1.3;letter-spacing:.14em;text-transform:uppercase}.site-nav__mega-promo-title{display:flex;align-items:center;justify-content:space-between;gap:12px;font-family:var(--font-heading),"Georgia Pro",Georgia,serif;font-size:27px;font-weight:400;line-height:1.1}@media screen and (max-width:1300px)and (min-width:981px){.site-nav__mega-inner{grid-template-columns:minmax(0,1fr) 220px;gap:40px;padding-right:50px;padding-left:50px}.site-nav__mega-columns{gap:30px}.site-nav__mega-heading,.site-nav__mega-links a{font-size:14px!important}.site-nav__mega-promo-title{font-size:23px}}.site-header__burger{padding:3px!important;border:0;background:transparent;flex-direction:column;gap:5px}.site-header__burger span{display:block;width:21px;height:1px;background:#222;transition:transform .18s ease,opacity .18s ease}.site-header__burger[aria-expanded=true] span:first-child{transform:translateY(6px) rotate(45deg)}.site-header__burger[aria-expanded=true] span:nth-child(2){opacity:0}.site-header__burger[aria-expanded=true] span:last-child{transform:translateY(-6px) rotate(-45deg)}.mobile-menu{max-height:calc(100vh - 64px);padding:0 20px 25px;overflow-y:auto;background:#fff}.mobile-menu__group,.mobile-menu__subgroup{border-bottom:1px solid #ecece8}.mobile-menu__subgroup{margin-left:14px}.mobile-menu__summary,.mobile-menu__child-heading{display:flex;align-items:center;justify-content:space-between;min-height:54px;padding:0;color:#242521;cursor:pointer;list-style:none;text-transform:uppercase}.mobile-menu__summary::-webkit-details-marker,.mobile-menu__child-heading::-webkit-details-marker{display:none}.mobile-menu__icon{position:relative;width:14px;height:14px;flex:0 0 14px}.mobile-menu__icon:before,.mobile-menu__icon:after{content:"";position:absolute;top:50%;left:50%;width:12px;height:1px;background:currentColor;transform:translate(-50%,-50%)}.mobile-menu__icon:after{transform:translate(-50%,-50%) rotate(90deg);transition:transform .16s ease}details[open]>summary .mobile-menu__icon:after{transform:translate(-50%,-50%) rotate(0)}.mobile-menu__panel{padding:0 0 11px}.mobile-menu__subpanel{padding:0 0 11px 8px}.mobile-menu__top-link,.mobile-menu__view-all,.mobile-menu__child-link,.mobile-menu__grandchild{display:block;border-bottom:0!important}.mobile-menu__top-link{min-height:54px;padding:17px 0!important;border-bottom:1px solid #ecece8!important;text-transform:uppercase}.mobile-menu__view-all{padding:9px 0!important;color:var(--c-green);font-size:14px!important;font-weight:600!important;text-transform:none!important}.mobile-menu__view-all--child{padding-left:8px!important}.mobile-menu__child-link,.mobile-menu__grandchild{padding:10px 8px!important;color:#5f605a;font-size:15px!important;text-transform:none!important}.mobile-menu__grandchild{padding-left:16px!important}.product-carousel__track{position:relative;width:100%;overflow:visible}.product-carousel .scroll-row{display:flex;align-items:flex-start;gap:24px;width:100%;max-width:100%;padding:0 0 8px;overflow-x:auto;overflow-y:hidden;scroll-behavior:smooth;scroll-snap-type:x mandatory;scrollbar-width:none}.product-carousel .scroll-row::-webkit-scrollbar{display:none}.product-carousel .product-card{flex:0 0 calc((100% - 96px)/5)!important;width:calc((100% - 96px)/5)!important;min-width:0!important;max-width:none!important;height:auto!important;overflow:visible;scroll-snap-align:start}.product-carousel .product-card__media{position:relative;width:100%!important;height:auto!important;aspect-ratio:1 / 1!important;overflow:hidden;border-radius:5px;background:#f6f5f2}.product-carousel .product-card__media img{position:absolute;top:0;right:0;bottom:0;left:0;display:block;width:100%!important;height:100%!important;max-width:none;object-fit:cover!important;object-position:center center;border-radius:5px}.product-carousel .product-card__meta{display:flex;flex-direction:column;align-items:center;width:100%;padding-top:18px;text-align:center}.product-carousel .card-title{width:100%;margin:0;font-size:16px;line-height:1.35;text-align:center}.product-carousel .card-price{width:100%;margin-top:7px;color:#586941;font-size:18px!important;font-weight:600!important;line-height:1.3;text-align:center}#shopify-section-template--31154168824094__chairs .product-card__meta{align-items:flex-start!important;padding-bottom:8px;text-align:left!important}#shopify-section-template--31154168824094__chairs .card-title,#shopify-section-template--31154168824094__chairs .card-price{text-align:left!important}#shopify-section-template--31154168824094__chairs .swatch-dots{align-self:flex-start;margin-top:4px}@media screen and (max-width:1100px){.product-carousel .scroll-row{gap:20px}.product-carousel .product-card{flex-basis:calc((100% - 40px) / 3)!important;width:calc((100% - 40px) / 3)!important}.product-carousel .card-price{font-size:16px!important}}@media screen and (max-width:749px){.product-carousel .scroll-row{gap:14px;padding-right:1px}.product-carousel .product-card{flex:0 0 78%!important;width:78%!important}.product-carousel .product-card__meta{padding-top:14px}.product-carousel .card-title{font-size:15px}.product-carousel .card-price{margin-top:5px;font-size:15px!important}.product-carousel .row-arrow{display:none}}.product-carousel .swatch-dots{display:flex!important;align-items:center;gap:6px;width:100%;margin-top:5px;overflow:visible}.product-carousel .swatch-dot,.product-carousel .swatch-dots>span{display:block;width:17px;height:17px;flex:0 0 17px;border:2px solid #fff;border-radius:50%;box-shadow:0 0 0 1px #aaa}.product-card{color:#2c2d34;text-align:center;text-decoration:none}.product-card .product-card__meta{display:flex;flex-direction:column;align-items:center;width:100%;padding-top:18px;text-align:center}.product-card .card-title{width:100%;min-height:22px;margin:0;color:#2c2d34;font-family:var(--font-body),"Avenir Next",Avenir,Arial,sans-serif!important;font-size:16px!important;font-weight:400!important;line-height:1.35!important;letter-spacing:0!important;text-align:center!important;text-transform:none!important}.product-card .card-price{width:100%;margin-top:7px;color:#586941!important;font-family:var(--font-body),"Avenir Next",Avenir,Arial,sans-serif!important;font-size:18px!important;font-weight:600!important;line-height:1.3!important;letter-spacing:0!important;text-align:center!important}.product-card .swatch-dots{display:flex!important;align-items:center;justify-content:center;align-self:center;gap:6px;width:100%;margin-top:7px;padding:2px 0 3px;overflow:visible}.product-card .swatch-dot,.product-card .swatch-dots>span{display:block;width:17px;height:17px;flex:0 0 17px;border:2px solid #ffffff;border-radius:50%;box-shadow:0 0 0 1px #aaa}@media screen and (max-width:1100px){.product-card .product-card__meta{padding-top:16px}.product-card .card-title{font-size:15px!important}.product-card .card-price{font-size:16px!important}}@media screen and (max-width:749px){.product-card .product-card__meta{padding-top:14px}.product-card .card-title{min-height:0;font-size:15px!important}.product-card .card-price{margin-top:5px;font-size:15px!important}.product-card .swatch-dots{margin-top:6px}}@media screen and (min-width:981px){.site-header__inner{display:grid!important;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;width:100%;max-width:none!important;padding-right:clamp(28px,4vw,68px)!important;padding-left:clamp(28px,4vw,68px)!important}.site-logo{flex-shrink:0;white-space:nowrap}.site-nav{display:flex!important;align-items:center;justify-content:space-evenly;width:100%;min-width:0;max-width:900px;margin-right:auto;margin-left:auto;padding-right:clamp(12px,2vw,35px);padding-left:clamp(12px,2vw,35px);gap:0!important}.site-nav__item{flex:0 1 auto;min-width:0}.site-nav__link{display:flex;align-items:center;gap:5px;padding:26px clamp(8px,.85vw,16px)!important;font-size:clamp(13px,.95vw,16px)!important;line-height:1;white-space:nowrap}.site-header__actions{display:flex;align-items:center;flex-shrink:0;gap:clamp(10px,1vw,18px);white-space:nowrap}}@media screen and (min-width:981px)and (max-width:1250px){.site-header__inner{padding-right:24px!important;padding-left:24px!important}.site-nav{padding-right:8px;padding-left:8px}.site-nav__link{padding-right:7px!important;padding-left:7px!important;font-size:13px!important}.site-header__actions{gap:9px}.site-header__locator{font-size:13px!important}}@media screen and (min-width:981px)and (max-width:1100px){.site-header__locator{font-size:0!important;gap:0!important}.site-header__locator svg{width:21px;height:21px}}.category-card__label,.collection-banner__kicker,.collection-banner__cta{font-size:18px!important;line-height:1.4!important}.collection-banner__kicker{letter-spacing:.04em}.collection-banner__cta{margin-top:6px}.site-nav__mega-heading{color:var(--c-green)!important}.site-nav__mega-heading:hover{color:var(--c-green-dark)!important}.announcement-bar{width:100%;height:auto!important;min-height:0!important;padding:10px 20px!important;font-family:var(--font-body),"Avenir Next",Avenir,Arial,sans-serif!important;font-size:13px!important;line-height:1.35!important;text-align:center}@media screen and (min-width:981px){.site-header__inner{display:grid!important;grid-template-columns:220px minmax(0,1fr) max-content!important;align-items:center!important;column-gap:clamp(18px,2vw,32px)!important;width:100%!important;max-width:none!important;height:84px!important;padding-right:clamp(32px,4vw,70px)!important;padding-left:clamp(32px,4vw,70px)!important}.site-logo{flex-shrink:0;font-size:23px!important;white-space:nowrap}.site-nav{display:flex!important;align-items:center!important;justify-content:center!important;gap:clamp(13px,1.35vw,27px)!important;width:auto!important;min-width:0!important;max-width:none!important;margin:0!important;padding:0!important}.site-nav__item{flex:0 1 auto;min-width:0}.site-nav__link{display:flex!important;align-items:center;gap:4px!important;padding:34px 0!important;font-size:clamp(12px,.95vw,15px)!important;line-height:1!important;white-space:nowrap}.site-header__actions{display:flex!important;align-items:center!important;justify-content:flex-end!important;flex-shrink:0;gap:10px!important;white-space:nowrap}.site-header__action{min-width:0!important;min-height:0!important;padding:0!important}.site-header__action:not(.site-header__locator){width:32px!important;height:32px!important;flex:0 0 32px}.site-header__action svg{width:22px!important;height:22px!important;flex:0 0 22px!important;stroke-width:1.6}.site-header__locator{display:inline-flex!important;align-items:center;gap:7px!important;margin-right:3px!important;font-size:clamp(12px,.95vw,15px)!important}.site-header__locator svg{width:21px!important;height:21px!important;flex:0 0 21px!important}}@media screen and (min-width:981px)and (max-width:1250px){.site-header__inner{grid-template-columns:185px minmax(0,1fr) max-content!important;column-gap:12px!important;padding-right:24px!important;padding-left:24px!important}.site-nav{gap:9px!important}.site-nav__link{font-size:13px!important}.site-header__actions{gap:7px!important}.site-header__locator{font-size:13px!important}}@media screen and (min-width:981px)and (max-width:1080px){.site-header__locator{width:32px!important;height:32px!important;justify-content:center;overflow:hidden;font-size:0!important}.site-header__locator svg{margin:0!important}}@media screen and (max-width:980px){.site-header__action{min-width:0!important;min-height:0!important;padding:2px!important}.site-header__action svg{width:21px!important;height:21px!important;flex:0 0 21px!important}}@media screen and (max-width:749px){.announcement-bar{padding:8px 14px!important;font-size:11px!important}}:root{--site-paragraph-size: 16px;--site-paragraph-line-height: 1.65}main p,.body-copy,.rich-text-section__body,.image-text-section__body,.sustain-intro__copy,.sustain-made__lead,.sustain-made__body,.accordion-image-section details>div,.promise-band__body,.story-band__text,.custom-cta__text,.trade-form-section__text,.icon-feature__text,.color-statement__sub,.showroom-grid-section__intro,.store-row__hours,.store-row__address,.product-intro,.product-accordion-content,.review-card__text{font-family:var(--font-body),"Avenir Next",Avenir,Arial,sans-serif!important;font-size:var(--site-paragraph-size)!important;line-height:var(--site-paragraph-line-height)!important}@media screen and (max-width:749px){main p,.body-copy,.rich-text-section__body,.image-text-section__body,.sustain-intro__copy,.sustain-made__lead,.sustain-made__body,.accordion-image-section details>div,.promise-band__body,.story-band__text,.custom-cta__text,.trade-form-section__text,.icon-feature__text,.color-statement__sub,.showroom-grid-section__intro,.store-row__hours,.store-row__address,.product-intro,.product-accordion-content,.review-card__text{font-size:16px!important}}#shopify-section-template--31154168791326__split .split-banner,#shopify-section-template--31154168791326__split .split-banner img,#shopify-section-template--31154168791326__split .media-cover{border-radius:0!important}#shopify-section-template--31154168791326__split .split-banner{overflow:hidden}body.template-collection .product-grid,body.template-collection .collection-grid{align-items:start}body.template-collection .product-card{display:flex!important;flex-direction:column;align-items:stretch;width:100%!important;max-width:none!important;height:100%;margin:0!important;color:#2c2d34;text-align:center!important;text-decoration:none}body.template-collection .product-card__media{position:relative;width:100%!important;height:auto!important;aspect-ratio:1 / 1;margin:0 auto!important;overflow:hidden;background:#f6f5f2}body.template-collection .product-card__media img{position:absolute;top:0;right:0;bottom:0;left:0;display:block;width:100%!important;height:100%!important;max-width:none!important;margin:0!important;object-fit:cover;object-position:center}body.template-collection .product-card__meta{display:flex!important;flex-direction:column;align-items:center!important;width:100%!important;padding:16px 8px 0!important;text-align:center!important}body.template-collection .card-title{display:block;width:100%!important;min-height:28px!important;margin:0!important;color:#2c2d34;font-family:var(--font-body),"Avenir Next",Avenir,Arial,sans-serif!important;font-size:16px!important;font-weight:400!important;line-height:1.35!important;text-align:center!important}body.template-collection .card-price{width:100%!important;margin:2px 0 0!important;color:var(--c-green)!important;font-family:var(--font-body),"Avenir Next",Avenir,Arial,sans-serif!important;font-size:18px!important;font-weight:600!important;line-height:1.3!important;text-align:center!important}body.template-collection .swatch-dots{justify-content:center!important;align-self:center!important;width:100%!important;margin-top:7px!important}@media screen and (max-width:749px){body.template-collection .product-card__meta{padding-top:12px!important}body.template-collection .card-title{min-height:0!important;font-size:15px!important}body.template-collection .card-price{margin-top:2px!important;font-size:15px!important}}#shopify-section-template--31154168856862__commercial .image-text-section__button .btn{background-color:#857868!important;border-color:#857868!important;color:#fff!important}#shopify-section-template--31154168856862__commercial .image-text-section__button .btn:hover{background-color:#74685a!important;border-color:#74685a!important;color:#fff!important}.page-trade-hospitality #shopify-section-template--31154168856862__industries .icon-checklist-section{padding-top:70px!important;padding-bottom:50px!important;margin-bottom:0!important}.page-trade-hospitality #shopify-section-template--31154168856862__custom,.page-trade-hospitality #shopify-section-template--31154168856862__custom .image-banner{margin-top:0!important;padding-top:0!important}@media screen and (max-width:749px){.page-trade-hospitality #shopify-section-template--31154168856862__industries .icon-checklist-section{padding-top:50px!important;padding-bottom:40px!important}}.row-arrow,.gallery-carousel__arrow,.slideshow-arrow,.slider-arrow{display:flex!important;align-items:center!important;justify-content:center!important;width:48px!important;height:64px!important;padding:0!important;color:transparent!important;font-size:0!important;line-height:0!important;background:transparent!important;border:0!important;border-radius:0!important;box-shadow:none!important;cursor:pointer;overflow:visible}.row-arrow:before,.gallery-carousel__arrow:before,.slideshow-arrow:before,.slider-arrow:before{content:"";display:block;width:18px;height:18px;border-right:4px solid #ffffff;border-bottom:4px solid #ffffff;filter:drop-shadow(0 1px 2px rgba(0,0,0,.25));transition:transform .2s ease}.row-arrow--prev:before,.gallery-carousel__arrow--previous:before,.gallery-carousel__arrow--prev:before,.slideshow-arrow--prev:before,.slider-arrow--prev:before{transform:rotate(135deg)}.row-arrow--next:before,.gallery-carousel__arrow--next:before,.slideshow-arrow--next:before,.slider-arrow--next:before{transform:rotate(-45deg)}.row-arrow--prev:hover:before,.gallery-carousel__arrow--previous:hover:before,.gallery-carousel__arrow--prev:hover:before,.slideshow-arrow--prev:hover:before,.slider-arrow--prev:hover:before{transform:translate(-3px) rotate(135deg)}.row-arrow--next:hover:before,.gallery-carousel__arrow--next:hover:before,.slideshow-arrow--next:hover:before,.slider-arrow--next:hover:before{transform:translate(3px) rotate(-45deg)}@media screen and (max-width:749px){.row-arrow,.gallery-carousel__arrow,.slideshow-arrow,.slider-arrow{width:40px!important;height:54px!important}.row-arrow:before,.gallery-carousel__arrow:before,.slideshow-arrow:before,.slider-arrow:before{width:15px;height:15px;border-right-width:3px;border-bottom-width:3px}}#shopify-section-template--31154168791326__split{width:100%}#shopify-section-template--31154168791326__split .split-banners{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:0!important;width:100%!important;max-width:none!important;margin:0!important;padding:0!important}#shopify-section-template--31154168791326__split .split-banner{position:relative!important;display:block!important;width:100%!important;max-width:none!important;height:360px!important;min-height:0!important;margin:0!important;padding:0!important;overflow:hidden!important;border-radius:0!important}#shopify-section-template--31154168791326__split .split-banner>img{position:absolute!important;top:0!important;right:0!important;bottom:0!important;left:0!important;display:block!important;width:100%!important;max-width:none!important;height:100%!important;margin:0!important;padding:0!important;object-fit:cover!important;object-position:center!important;border-radius:0!important}#shopify-section-template--31154168791326__split .split-banner__button{position:absolute!important;top:50%!important;left:50%!important;z-index:2!important;transform:translate(-50%,-50%)!important}#shopify-section-template--31154168791326__split .split-banner:first-child .split-banner__button{color:#2c2d34!important;background:#fff!important;border:1px solid #ffffff!important}#shopify-section-template--31154168791326__split .split-banner:nth-child(2) .split-banner__button{color:#fff!important;background:transparent!important;border:1.5px solid #ffffff!important}#shopify-section-template--31154168791326__split .split-banner:nth-child(2):hover .split-banner__button{color:#fff!important;background:transparent!important;border-color:#fff!important}@media screen and (max-width:749px){#shopify-section-template--31154168791326__split .split-banners{grid-template-columns:1fr!important}#shopify-section-template--31154168791326__split .split-banner{height:280px!important}}.btn,.button,button,a.btn,a.button,input[type=submit],input[type=button],input[type=reset],.shopify-payment-button__button,.product-form__submit,.newsletter-form__button,.split-banner__button,.product-carousel__button a,.image-text-section__button a{font-size:13px!important}#shopify-section-template--31154168824094__hero .home-hero__buttons .btn:first-child{color:#2c2d34!important;background-color:#fff!important;border-color:#fff!important}#shopify-section-template--31154168824094__hero .home-hero__buttons .btn:nth-child(2){color:#fff!important;background-color:transparent!important;border-color:#fff!important}#shopify-section-template--31154168824094__hero .home-hero__buttons .btn:first-child:hover{color:#2c2d34!important;background-color:#fff!important;border-color:#fff!important}#shopify-section-template--31154168824094__hero .home-hero__buttons .btn:nth-child(2):hover{color:#fff!important;background-color:transparent!important;border-color:#fff!important}.btn,.button,button,input[type=submit],input[type=button],input[type=reset],.shopify-payment-button__button,.product-form__submit{box-shadow:none!important;filter:none!important;transform:scale(1);transform-origin:center;transition:transform .18s ease,background-color .18s ease,color .18s ease,border-color .18s ease!important}@media(hover:hover){.btn:not(:disabled):hover,.button:not(:disabled):hover,button:not(:disabled):hover,input[type=submit]:not(:disabled):hover,input[type=button]:not(:disabled):hover,input[type=reset]:not(:disabled):hover,.shopify-payment-button__button:not(:disabled):hover,.product-form__submit:not(:disabled):hover{box-shadow:none!important;filter:none!important;transform:scale(1.015)!important}}.btn:active,.button:active,button:active,input[type=submit]:active,input[type=button]:active,input[type=reset]:active,.shopify-payment-button__button:active,.product-form__submit:active{box-shadow:none!important;filter:none!important;transform:scale(1)!important}.btn:disabled,.button:disabled,button:disabled,input:disabled,.shopify-payment-button__button:disabled,.product-form__submit:disabled{transform:none!important;box-shadow:none!important}.product-card__media{position:relative;overflow:hidden}.product-card__media .product-card__image{position:absolute!important;top:0!important;right:0!important;bottom:0!important;left:0!important;display:block!important;width:100%!important;height:100%!important;max-width:none!important;margin:0!important;object-fit:cover!important;object-position:center!important;border-radius:inherit;transition:opacity .35s ease!important}.product-card__image--primary{z-index:1;opacity:1}.product-card__image--secondary{z-index:2;opacity:0}.product-card__media .badge-new{z-index:3}@media(hover:hover)and (pointer:fine){.product-card--has-secondary:hover .product-card__image--primary{opacity:0}.product-card--has-secondary:hover .product-card__image--secondary{opacity:1}}.product-card--has-secondary:focus-visible .product-card__image--primary{opacity:0}.product-card--has-secondary:focus-visible .product-card__image--secondary{opacity:1}@media(prefers-reduced-motion:reduce){.product-card__media .product-card__image{transition:none!important}}.product-card{text-align:center!important}.product-card .product-card__meta{display:flex!important;flex-direction:column!important;align-items:center!important;width:100%!important;text-align:center!important}.product-card .card-title,.product-card .card-price{display:block!important;width:100%!important;margin-right:auto!important;margin-left:auto!important;text-align:center!important}.product-card .swatch-dots{display:flex!important;align-self:center!important;align-items:center!important;justify-content:center!important;width:100%!important;margin-right:auto!important;margin-left:auto!important}#shopify-section-template--31154168824094__chairs .product-card__meta{align-items:center!important;text-align:center!important}#shopify-section-template--31154168824094__chairs .card-title,#shopify-section-template--31154168824094__chairs .card-price{width:100%!important;text-align:center!important}#shopify-section-template--31154168824094__chairs .swatch-dots{align-self:center!important;justify-content:center!important;width:100%!important;margin-right:auto!important;margin-left:auto!important}.product-carousel .row-arrow,.product-carousel .row-arrow:hover,.product-carousel .row-arrow:focus,.product-carousel .row-arrow:focus-visible,.product-carousel .row-arrow:active{transform:translateY(-50%)!important;box-shadow:none!important;filter:none!important}.product-card .card-price,.product-main .product-price{color:var(--c-green)!important;font-weight:600!important;font-variant-numeric:tabular-nums}.product-price-row{display:flex;flex-wrap:wrap;align-items:center;gap:16px}.product-price-row .jdgm-preview-badge{display:inline-flex;align-items:center;margin:0}.product-price-row .jdgm-prev-badge{display:inline-flex!important;align-items:center;gap:7px}.product-price-row .jdgm-prev-badge__text{font-family:var(--font-body);font-size:14px;color:#77756f}.product-price-row .jdgm-star{color:var(--c-green)!important}.product-reviews-section{width:100%;padding-top:90px;padding-bottom:110px}#judgeme_product_reviews{width:100%}@media screen and (max-width:749px){.product-price-row{gap:12px}.product-reviews-section{padding-top:60px;padding-bottom:80px}}#shopify-section-template--31154168824094__crafted .crafted-tabs__button{font-size:15px!important;line-height:1.4!important}button.gallery-carousel__arrow,button.gallery-carousel__arrow:hover,button.gallery-carousel__arrow:focus,button.gallery-carousel__arrow:focus-visible,button.gallery-carousel__arrow:active,button.row-arrow,button.row-arrow:hover,button.row-arrow:focus,button.row-arrow:focus-visible,button.row-arrow:active{transform:translateY(-50%)!important;transform-origin:center center!important;box-shadow:none!important;filter:none!important}#shopify-section-template--31154168824094__homes .gallery-carousel__arrow,#shopify-section-template--31154168824094__homes .gallery-carousel__arrow span,#shopify-section-template--31154168824094__bestsellers .row-arrow,#shopify-section-template--31154168824094__chairs .row-arrow{color:#c7b6b7!important}#shopify-section-template--31154168824094__homes .gallery-carousel__arrow:hover,#shopify-section-template--31154168824094__homes .gallery-carousel__arrow:hover span,#shopify-section-template--31154168824094__homes .gallery-carousel__arrow:focus,#shopify-section-template--31154168824094__homes .gallery-carousel__arrow:active,#shopify-section-template--31154168824094__bestsellers .row-arrow:hover,#shopify-section-template--31154168824094__bestsellers .row-arrow:focus,#shopify-section-template--31154168824094__bestsellers .row-arrow:active,#shopify-section-template--31154168824094__chairs .row-arrow:hover,#shopify-section-template--31154168824094__chairs .row-arrow:focus,#shopify-section-template--31154168824094__chairs .row-arrow:active{color:#c7b6b7!important}#shopify-section-template--31154168824094__homes .gallery-carousel__arrow,#shopify-section-template--31154168824094__homes .gallery-carousel__arrow span{color:#c7b6b7!important;text-shadow:none!important}#shopify-section-template--31154168824094__homes .gallery-carousel__arrow:before,#shopify-section-template--31154168824094__homes .gallery-carousel__arrow:after{border-color:#c7b6b7!important;border-top-color:#c7b6b7!important;border-right-color:#c7b6b7!important;border-bottom-color:#c7b6b7!important;border-left-color:#c7b6b7!important}#shopify-section-template--31154168824094__bestsellers .row-arrow{color:#c7b6b7!important;text-shadow:none!important}#shopify-section-template--31154168824094__bestsellers .row-arrow:before,#shopify-section-template--31154168824094__bestsellers .row-arrow:after{border-color:#c7b6b7!important;border-top-color:#c7b6b7!important;border-right-color:#c7b6b7!important;border-bottom-color:#c7b6b7!important;border-left-color:#c7b6b7!important}#shopify-section-template--31154168824094__chairs .row-arrow{color:#c7b6b7!important;text-shadow:none!important}#shopify-section-template--31154168824094__chairs .row-arrow:before,#shopify-section-template--31154168824094__chairs .row-arrow:after{border-color:#c7b6b7!important;border-top-color:#c7b6b7!important;border-right-color:#c7b6b7!important;border-bottom-color:#c7b6b7!important;border-left-color:#c7b6b7!important}#shopify-section-template--31154168824094__homes .gallery-carousel__arrow:is(:hover,:focus,:active),#shopify-section-template--31154168824094__bestsellers .row-arrow:is(:hover,:focus,:active),#shopify-section-template--31154168824094__chairs .row-arrow:is(:hover,:focus,:active){color:#c7b6b7!important}#shopify-section-template--31154168824094__homes .gallery-carousel__arrow,#shopify-section-template--31154168824094__homes .gallery-carousel__arrow:before,#shopify-section-template--31154168824094__homes .gallery-carousel__arrow:after,#shopify-section-template--31154168824094__bestsellers .row-arrow,#shopify-section-template--31154168824094__bestsellers .row-arrow:before,#shopify-section-template--31154168824094__bestsellers .row-arrow:after,#shopify-section-template--31154168824094__chairs .row-arrow,#shopify-section-template--31154168824094__chairs .row-arrow:before,#shopify-section-template--31154168824094__chairs .row-arrow:after{box-shadow:none!important;text-shadow:none!important;filter:none!important}#shopify-section-template--31154168856862__gallery .gallery-carousel__slide,#shopify-section-template--31154168856862__gallery .gallery-full__tile,#shopify-section-template--31154168856862__gallery .gallery-carousel__slide img,#shopify-section-template--31154168856862__gallery .gallery-full__tile img{border-radius:0!important;clip-path:none!important}#shopify-section-template--31154168856862__enquiry .trade-form input::placeholder,#shopify-section-template--31154168856862__enquiry .trade-form textarea::placeholder{font-size:15px!important;opacity:1}#shopify-section-template--31154168791326__quote .sustain-quote{padding:100px 30px!important;text-align:center!important}#shopify-section-template--31154168791326__quote .sustain-quote p{max-width:980px!important;margin:0 auto!important;color:#fff!important;font-family:var(--font-heading),"Georgia Pro",Georgia,serif!important;font-size:37px!important;font-weight:400!important;line-height:1.28!important;letter-spacing:0!important;text-align:center!important}#shopify-section-template--31154168791326__promise .promise-band__grid{display:grid!important;grid-template-columns:1fr 1fr!important;align-items:center!important;width:100%!important;max-width:none!important;margin:0!important;padding-left:0!important;padding-right:0!important}#shopify-section-template--31154168791326__promise .promise-band__title{justify-self:center!important;align-self:center!important;width:max-content!important;max-width:none!important;margin:0!important;padding:0!important;text-align:center!important}#shopify-section-template--31154168791326__promise .promise-band__body{justify-self:center!important;align-self:center!important;width:min(620px,80%)!important;max-width:620px!important;margin:0!important;padding:0!important;text-align:left!important}#shopify-section-template--31154168791326__promise .promise-band__body p:first-child{margin-top:0!important}#shopify-section-template--31154168791326__promise .promise-band__body p:last-child{margin-bottom:0!important}@media screen and (max-width:749px){#shopify-section-template--31154168791326__promise .promise-band__grid{grid-template-columns:1fr!important;gap:28px!important;padding-left:24px!important;padding-right:24px!important}#shopify-section-template--31154168791326__promise .promise-band__title,#shopify-section-template--31154168791326__promise .promise-band__body{justify-self:start!important;width:100%!important;max-width:none!important;text-align:left!important}}.about-custom-showrooms{background-color:#fafafa!important}.about-custom-hero__heading{font-size:43px!important;font-weight:400!important;line-height:1.12!important;letter-spacing:-.015em!important}.about-custom-intro__heading{max-width:1050px!important;margin:0 auto 30px!important;font-size:30px!important;font-weight:400!important;line-height:1.18!important;letter-spacing:-.012em!important}.about-custom-story-row__heading{font-size:32px!important;font-weight:400!important;line-height:1.18!important;letter-spacing:-.012em!important}.about-custom-faith__heading{font-size:36px!important;font-weight:400!important;line-height:1.28!important;letter-spacing:-.012em!important}.about-custom-showrooms__heading{font-size:34px!important;font-weight:400!important;line-height:1.18!important;letter-spacing:-.012em!important}.about-custom-store__city{font-size:20px!important;font-weight:400!important;line-height:1.2!important}@media screen and (max-width:980px){.about-custom-hero__heading{font-size:38px!important}.about-custom-intro__heading{font-size:29px!important}.about-custom-story-row__heading{font-size:30px!important}.about-custom-faith__heading,.about-custom-showrooms__heading{font-size:32px!important}}@media screen and (max-width:749px){.about-custom-hero__heading{font-size:32px!important;line-height:1.15!important}.about-custom-intro__heading{font-size:26px!important;line-height:1.22!important}.about-custom-story-row__heading{font-size:27px!important}.about-custom-faith__heading,.about-custom-showrooms__heading{font-size:29px!important}.about-custom-store__city{font-size:19px!important}}.about-custom-showrooms .about-custom-store__contact,.about-custom-showrooms .about-custom-store__contact a,.about-custom-showrooms .about-custom-store__contact span,.about-custom-showrooms .about-custom-store__hours{font-size:16px!important;line-height:1.6!important}.about-custom-showrooms .about-custom-store__whatsapp svg{width:16px!important;height:16px!important}body.template-page.page-contact .store-row__whatsapp,body.template-page.page-contact .store-row__whatsapp *,body.template-page.page-contact .store-row__content .btn,body.template-page.page-contact .store-row__content .btn *{font-size:13px!important;line-height:1.2!important}.lighouse-search-trigger{-webkit-appearance:none;appearance:none;background:transparent;border:0;border-radius:0;box-shadow:none;color:inherit;cursor:pointer;font:inherit;padding:0}.lighouse-search-trigger:hover{background:transparent;box-shadow:none}body.search-overlay-open{overflow:hidden}.lighouse-search-overlay[hidden]{display:none!important}.lighouse-search-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:99999;display:flex;align-items:flex-start;justify-content:center;padding:110px 24px 40px;background:#1e1f23c7;backdrop-filter:blur(7px);-webkit-backdrop-filter:blur(7px)}.lighouse-search-modal{display:flex;flex-direction:column;width:min(900px,100%);max-height:calc(100vh - 150px);overflow:hidden;background:#fff;border-radius:8px;box-shadow:0 18px 60px #0003}.lighouse-search-modal__header{display:flex;align-items:center;min-height:68px;border-bottom:1px solid #dededb}.lighouse-search-form{position:relative;display:flex;align-items:center;flex:1;min-width:0}.lighouse-search-form__icon{position:absolute;left:22px;width:21px;height:21px;pointer-events:none;stroke-width:1.6}.lighouse-search-form__input{width:100%;height:68px;padding:0 82px 0 58px;background:transparent;border:0;border-radius:0;box-shadow:none;color:#2c2d34;font-family:var(--font-body);font-size:16px;outline:none}.lighouse-search-form__input::placeholder{color:#777;opacity:1}.lighouse-search-form__clear{position:absolute;right:18px;padding:7px;background:transparent;border:0;box-shadow:none;color:#586941;cursor:pointer;font-family:var(--font-body);font-size:13px}.lighouse-search-modal__close{display:grid;place-items:center;flex:0 0 68px;width:68px;height:68px;padding:0;background:transparent;border:0;border-left:1px solid #dededb;border-radius:0;box-shadow:none;color:#2c2d34;cursor:pointer}.lighouse-search-modal__close svg{width:20px;height:20px;stroke-width:1.6}.lighouse-search-modal__close:hover,.lighouse-search-form__clear:hover{background:transparent;box-shadow:none;transform:none}.lighouse-search-modal__body{flex:1;min-height:250px;overflow-y:auto;padding:28px}.lighouse-search-status{color:#777;font-size:14px;text-align:center}.lighouse-search-status:empty{display:none}.lighouse-search-section-heading{display:flex;align-items:center;justify-content:space-between;gap:20px;margin-bottom:16px}.lighouse-search-section-heading h3,.lighouse-search-results__heading{margin:0;color:#2c2d34;font-family:var(--font-heading);font-size:22px;font-weight:400}.lighouse-search-recent__clear{padding:0;background:transparent;border:0;box-shadow:none;color:#586941;cursor:pointer;font-size:13px;text-transform:uppercase}.lighouse-search-results__heading{margin-bottom:18px}.lighouse-search-product-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:18px}.lighouse-search-product{display:block;min-width:0;color:#2c2d34;text-decoration:none;transition:transform .18s ease}.lighouse-search-product:hover{transform:scale(1.01)}.lighouse-search-product__media{position:relative;width:100%;aspect-ratio:1 / 1;overflow:hidden;margin-bottom:11px;background:#f5f5f3}.lighouse-search-product__media img{display:block;width:100%;height:100%;object-fit:cover}.lighouse-search-product__title{margin:0 0 6px;overflow:hidden;color:#2c2d34;font-size:15px;line-height:1.35;text-overflow:ellipsis;white-space:nowrap}.lighouse-search-product__price{color:#586941;font-size:15px;font-weight:600}.lighouse-search-empty{padding:35px 10px;color:#777;font-size:15px;text-align:center}.lighouse-search-modal__footer{padding:18px 28px;border-top:1px solid #dededb;text-align:center}.lighouse-search-view-all{display:inline-flex;justify-content:center;min-width:190px}@media screen and (max-width:749px){.lighouse-search-overlay{align-items:flex-start;padding:20px 12px}.lighouse-search-modal{max-height:calc(100vh - 40px)}.lighouse-search-modal__body{padding:20px}.lighouse-search-product-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:18px 12px}.lighouse-search-form__input{font-size:16px}}.product-card{display:flex;flex-direction:column;min-width:0}.product-card__main-link{display:block;width:100%;color:inherit;text-decoration:none}.product-card .card-title{display:block;color:inherit;text-decoration:none}.product-card__image{position:absolute;top:0;right:0;bottom:0;left:0;display:block;width:100%!important;height:100%!important;object-position:center;transition:opacity .35s ease,transform .4s ease}.product-card__image--secondary,.product-card--has-secondary:hover .product-card__image--primary{opacity:0}.product-card--has-secondary:hover .product-card__image--secondary{opacity:1;transform:scale(1.02)}.product-card .swatch-dots{display:flex!important;align-items:center;justify-content:center;flex-wrap:wrap;gap:7px;width:100%;margin-top:8px;padding:2px 0 3px;overflow:visible}.product-card .swatch-dot{display:block;width:17px;height:17px;flex:0 0 17px;overflow:hidden;box-sizing:border-box;background-color:var(--swatch-colour, #d8d7d2);background-image:var(--swatch-image, none);background-position:center;background-size:cover;border:2px solid #ffffff;border-radius:50%;box-shadow:0 0 0 1px #aaa;cursor:pointer;transition:transform .16s ease,box-shadow .16s ease,opacity .16s ease}.product-card .swatch-dot:hover,.product-card .swatch-dot:focus-visible{outline:none;transform:scale(1.12);box-shadow:0 0 0 2px var(--c-green)}.product-card .swatch-dot.is-active{box-shadow:0 0 0 2px var(--c-green)}.product-card .swatch-dot--unavailable{opacity:.4}.product-card .swatch-dot--unavailable:after{content:"";display:block;width:140%;height:1px;background:#555;transform:translate(-15%,6px) rotate(-45deg)}#shopify-section-template--31154168824094__chairs .product-card .swatch-dots{align-self:flex-start;justify-content:flex-start}.product-card .swatch-dots--materials{display:flex!important;align-items:center;justify-content:center;flex-wrap:wrap;gap:7px;width:100%;margin-top:9px;padding:2px 0 4px;overflow:visible}.product-card .swatch-dot--material{display:block;position:relative;width:18px!important;height:18px!important;min-width:18px!important;flex:0 0 18px!important;overflow:hidden;box-sizing:border-box;background-color:#d8d7d2!important;background-image:var(--swatch-image, none)!important;background-position:center!important;background-repeat:no-repeat!important;background-size:cover!important;border:2px solid #ffffff!important;border-radius:50%!important;box-shadow:0 0 0 1px #b4b2ac!important;cursor:pointer;transition:transform .16s ease,box-shadow .16s ease,opacity .16s ease}.product-card .swatch-dot--material:hover,.product-card .swatch-dot--material:focus-visible{outline:none;transform:scale(1.12);box-shadow:0 0 0 2px #586941!important}.product-card .swatch-dot--material.is-active{box-shadow:0 0 0 2px #2c2d34!important}.product-card .swatch-dot--material.swatch-dot--unavailable{opacity:.4}.product-card .swatch-dot--material.swatch-dot--unavailable:after{content:"";position:absolute;top:50%;left:-15%;width:130%;height:1px;background:#555;transform:rotate(-45deg)}@media screen and (max-width:749px){.product-card .swatch-dots--materials{gap:6px}.product-card .swatch-dot--material{width:17px!important;height:17px!important;min-width:17px!important;flex-basis:17px!important}}@media screen and (min-width:981px){body.template-product .product-main__grid{align-items:start!important}body.template-product .product-gallery{position:sticky!important;top:132px!important;bottom:auto!important;align-self:start!important;margin-top:0!important;transform:none!important}body.template-product .product-gallery__main{position:relative!important;display:flex!important;align-items:center!important;justify-content:center!important;width:100%!important;aspect-ratio:1 / 1!important}body.template-product .product-gallery__main img{display:block!important;width:100%!important;height:100%!important;object-fit:contain!important;object-position:center center!important;transform:none!important}}@media screen and (max-width:980px){body.template-product .product-gallery{position:static!important;top:auto!important;bottom:auto!important;align-self:auto!important;margin-top:0!important;transform:none!important}}@media screen and (min-width:981px){body.template-product .product-gallery{display:grid!important;grid-template-columns:76px minmax(0,1fr)!important;grid-template-rows:auto!important;align-items:start!important;column-gap:15px!important;position:sticky!important;top:132px!important}body.template-product .product-gallery__main{grid-column:2!important;grid-row:1!important;width:100%!important;min-width:0!important;margin:0!important}body.template-product .product-gallery__thumbs{grid-column:1!important;grid-row:1!important;display:flex!important;flex-direction:column!important;align-items:stretch!important;gap:10px!important;width:76px!important;margin:0!important}body.template-product .product-gallery__thumb{display:block!important;width:76px!important;height:76px!important;min-width:76px!important;padding:0!important;aspect-ratio:1 / 1!important;overflow:hidden!important;background:#fff!important;border:1px solid #e0dfda!important;border-radius:5px!important;box-shadow:none!important;transform:none!important}body.template-product .product-gallery__thumb:hover,body.template-product .product-gallery__thumb:focus,body.template-product .product-gallery__thumb:active{transform:none!important;box-shadow:none!important}body.template-product .product-gallery__thumb img{display:block!important;width:100%!important;height:100%!important;object-fit:contain!important;object-position:center!important;border-radius:4px!important}body.template-product .product-gallery__thumb.is-active{border-color:#2c2d34!important;outline:1px solid #2c2d34!important;outline-offset:2px!important}}@media screen and (max-width:980px){body.template-product .product-gallery{display:block!important}body.template-product .product-gallery__main{width:100%!important;margin:0!important}body.template-product .product-gallery__thumbs{display:grid!important;grid-template-columns:repeat(4,minmax(0,1fr))!important;gap:8px!important;width:100%!important;margin-top:16px!important}body.template-product .product-gallery__thumb{width:100%!important;height:auto!important;min-width:0!important;aspect-ratio:1 / 1!important;padding:0!important;transform:none!important}}body.template-product .product-breadcrumbs,body.template-product .product-breadcrumbs a,body.template-product .product-breadcrumbs strong,body.template-product .product-option-label,body.template-product .product-option-label span,body.template-product .product-option-label strong{font-size:13px!important;line-height:1.5!important}body.template-product .product-material-option__name{font-size:14px!important;line-height:1.4!important}body.template-product .addon-card__title{font-size:15px!important;line-height:1.4!important}body.template-product .addon-card__price{font-size:13px!important;line-height:1.4!important}body.template-product .product-accordions details.accordion>summary{font-size:16px!important;line-height:1.4!important}body.template-product .product-accordion-content,body.template-product .product-accordion-content *{font-size:14px!important;line-height:1.6!important}body.page-trade-hospitality .icon-checklist-section__item{font-size:15px!important;line-height:1.5!important}@media screen and (min-width:981px){.site-header__inner{height:100px!important}}@media screen and (min-width:981px){.site-nav__link,.site-nav .nav-link{font-size:14px!important}}.home-hero{height:640px!important}@media screen and (max-width:980px){.home-hero{height:600px!important}}@media screen and (max-width:700px){.home-hero{height:530px!important}}.site-header__cart{position:relative!important;display:inline-flex!important;align-items:center;justify-content:center;width:30px;height:30px;flex:0 0 30px;overflow:visible!important}.site-header__cart>svg{display:block;width:24px!important;height:24px!important;flex:none}.site-header__cart .cart-count{position:absolute!important;top:-2px!important;right:-2px!important;z-index:3;display:flex!important;align-items:center;justify-content:center;width:17px;min-width:17px;height:17px;margin:0;padding:0 3px;border:1px solid #ffffff;border-radius:999px;background:var(--c-green);color:#fff;font-size:9px!important;font-weight:600;line-height:1!important;transform:none!important;pointer-events:none}.product-actions .wishlist-btn,.product-actions button.wishlist-btn{-webkit-appearance:none!important;appearance:none!important;display:inline-flex!important;width:100%!important;min-height:47px!important;align-items:center!important;justify-content:center!important;padding:12px 16px!important;border:1px solid #2b2b2b!important;border-radius:var(--site-border-radius, 0)!important;background:#fff!important;color:#2b2b2b!important;font-family:var(--font-body)!important;font-size:10px!important;font-weight:500!important;line-height:1!important;letter-spacing:.1em!important;text-align:center!important;text-transform:uppercase!important;box-shadow:none!important;cursor:pointer!important;transition:background-color .2s ease,border-color .2s ease,color .2s ease!important}.product-actions .wishlist-btn:hover,.product-actions button.wishlist-btn:hover{border-color:#2b2b2b!important;background:#f5f4f1!important;color:#2b2b2b!important}.product-actions .wishlist-btn.success,.product-actions button.wishlist-btn.success{border-color:var(--c-green, #586941)!important;background:#fff!important;color:var(--c-green, #586941)!important}.product-actions .wishlist-btn.success:hover,.product-actions button.wishlist-btn.success:hover{border-color:var(--c-green, #586941)!important;background:#f5f4f1!important;color:var(--c-green, #586941)!important}.product-actions .wishlist-btn .wishlist-btn-label,.product-actions .wishlist-btn .wishlist-btn-icon,.product-actions .wishlist-btn span,.product-actions .wishlist-btn svg{color:inherit!important;font:inherit!important;letter-spacing:inherit!important;text-transform:inherit!important}.product-actions .wishlist-btn svg{width:14px!important;height:14px!important;fill:none!important;stroke:currentColor!important}.shopify-section section[class*=hero],.shopify-section [class*=hero__media],.shopify-section [class*=hero__image],.shopify-section [class*=hero__slide],.shopify-section [class*=banner__media],.shopify-section [class*=banner__image],.shopify-section [class*=hero] img,.shopify-section [id*=hero] img,.home-hero,.home-hero__slide,.home-hero img,.home-hero .media-cover{border-radius:0!important}.quantity-selector{display:grid;grid-template-columns:repeat(3,1fr);align-items:center;width:116px;height:46px;border:1px solid #333}.quantity-selector button,.quantity-selector input{width:100%;height:100%;margin:0;padding:0;border:0;background:transparent;font:inherit;text-align:center}.quantity-selector button{display:flex;align-items:center;justify-content:center;cursor:pointer}.quantity-selector input{display:block;-webkit-appearance:textfield;appearance:textfield;-moz-appearance:textfield}.quantity-selector input::-webkit-inner-spin-button,.quantity-selector input::-webkit-outer-spin-button{margin:0;-webkit-appearance:none}@media screen and (min-width:981px){.site-nav__link,.site-header__locator{font-family:var(--font-body),"Avenir Next",Avenir,Arial,sans-serif!important;font-size:clamp(12px,.95vw,15px)!important;font-weight:400!important;line-height:1!important;letter-spacing:.03em!important;text-transform:uppercase!important}}@media screen and (min-width:981px)and (max-width:1250px){.site-nav__link,.site-header__locator{font-size:13px!important}}@media screen and (min-width:981px){#shopify-section-template--31154168824094__story .story-band__grid{min-height:450px!important}}.shopify-section>section,.shopify-section>section[class*=section],.shopify-section>section[class*=hero],.shopify-section>section[class*=banner],.shopify-section>section[class*=gallery],.shopify-section>section[class*=image],.full-width,.fullwidth,.container--full,.section--full-width,[class*=full-width],[class*=fullwidth]{border-radius:0!important}.shopify-section>section>img,.shopify-section>section>picture,.shopify-section>section>picture img,.shopify-section>section>[class*=media],.shopify-section>section>[class*=image],.shopify-section>section>[class*=hero],.shopify-section>section>[class*=banner],.shopify-section>section>[class*=gallery],.shopify-section>section [class*=media-cover],.full-width img,.fullwidth img,.container--full img,.section--full-width img,[class*=full-width] img,[class*=fullwidth] img{border-radius:0!important}.shopify-section>section,.shopify-section>section>[class*=media],.shopify-section>section>[class*=image],.shopify-section>section>[class*=hero],.shopify-section>section>[class*=banner]{clip-path:none!important}#shopify-section-template--31154168824094__cta .custom-cta__content{width:100%;max-width:1200px!important}#shopify-section-template--31154168824094__cta .custom-cta__text{width:100%;max-width:1100px!important;margin-right:auto!important;margin-left:auto!important;text-wrap:wrap!important}#shopify-section-template--31154168856862__gallery .gallery-carousel-section{padding-bottom:94px!important;overflow:visible!important}#shopify-section-template--31154168856862__gallery .gallery-carousel__track{padding-top:2px!important;padding-bottom:0!important}#shopify-section-template--31154168856862__gallery .gallery-carousel__slide{flex:0 0 calc((100% - 44px)/5)!important;width:calc((100% - 44px)/5)!important;aspect-ratio:.9!important;border-radius:5px!important}#shopify-section-template--31154168856862__gallery .gallery-carousel__slide img{width:100%!important;height:100%!important;object-fit:cover!important;object-position:center!important}#shopify-section-template--31154168856862__gallery .gallery-carousel__arrow--previous{left:-48px!important}#shopify-section-template--31154168856862__gallery .gallery-carousel__arrow--next{right:-48px!important}#shopify-section-template--31154168856862__gallery .gallery-carousel__arrow:before{border-right-color:#c7b6b7!important;border-bottom-color:#c7b6b7!important;filter:none!important}@media screen and (max-width:1100px){#shopify-section-template--31154168856862__gallery .gallery-carousel-section{padding-bottom:72px!important}#shopify-section-template--31154168856862__gallery .gallery-carousel__slide{flex-basis:calc((100% - 22px) / 3)!important;width:calc((100% - 22px) / 3)!important}#shopify-section-template--31154168856862__gallery .gallery-carousel__arrow--previous{left:-38px!important}#shopify-section-template--31154168856862__gallery .gallery-carousel__arrow--next{right:-38px!important}}@media screen and (max-width:749px){#shopify-section-template--31154168856862__gallery .gallery-carousel-section{padding-bottom:56px!important}#shopify-section-template--31154168856862__gallery .gallery-carousel__slide{flex:0 0 78%!important;width:78%!important}}#shopify-section-template--31154168791326__split .split-banner{height:410px!important}#shopify-section-template--31154168791326__promise .promise-band__title{font-size:36px!important}#shopify-section-template--31154168856862__hero .page-hero{height:520px!important}.cst-wrap,.cb-wrap,.cst-band .cst-in{width:100%!important;max-width:none!important;margin-right:auto!important;margin-left:auto!important;padding-right:100px!important;padding-left:100px!important;box-sizing:border-box!important}.cst-eyebrow,.cst-ey,.cb-ey,.cb-step,.cb-sumhead{font-family:var(--font-body),"Avenir Next",Avenir,Arial,sans-serif!important;font-size:16px!important;font-weight:400!important;line-height:1.35!important;letter-spacing:.14em!important;text-transform:uppercase!important}.cst-wrap h2,.cst-band h2,.cb-wrap h2,.cb-wrap h3,.cst-lead{color:#2c2d34!important;font-family:var(--font-heading),"Georgia Pro",Georgia,"Times New Roman",serif!important;font-weight:400!important;letter-spacing:-.012em!important}.cst-rte,.cst-rte p,.cst-p,.cst-step p,.cb-intro,.cb-note,.cb-consent span,.cb-wrap p,.cst-sub{font-family:var(--font-body),"Avenir Next",Avenir,Arial,sans-serif!important;font-size:16px!important;line-height:1.65!important}.cst-hero{height:520px!important;min-height:0!important;border-radius:0!important;background:#242522!important}.cst-hero img{border-radius:0!important;object-position:center!important}.cst-hero-in{padding:40px 100px!important}.cst-eyebrow{margin-bottom:12px!important;color:#fff!important}.cst-h1{max-width:920px!important;margin:0 0 26px!important;color:#fff!important;font-size:43px!important;line-height:1.12!important;text-shadow:0 1px 8px rgba(0,0,0,.28)!important}.cst-btn-o,.cst-btn,.cb-btn,.cb-submit,.cb-pill,.cb-success a{display:inline-flex!important;min-height:44px!important;align-items:center!important;justify-content:center!important;padding:12px 29px!important;border-radius:5px!important;font-family:var(--font-body),"Avenir Next",Avenir,Arial,sans-serif!important;font-size:13px!important;font-weight:500!important;line-height:1!important;letter-spacing:.1em!important;text-transform:uppercase!important;box-shadow:none!important}.cst-btn-o{border:1px solid #ffffff!important;background:transparent!important;color:#fff!important}.cst-btn-o:hover{border-color:#fff!important;background:#fff!important;color:#2c2d34!important}.cst-btn,.cb-btn,.cb-submit,.cb-pill,.cb-success a{border:1px solid var(--c-green, #586941)!important;background:var(--c-green, #586941)!important;color:#fff!important}.cst-btn:hover,.cb-btn:hover,.cb-submit:hover,.cb-success a:hover{border-color:var(--c-green-dark, #485635)!important;background:var(--c-green-dark, #485635)!important;color:#fff!important}.cst-wrap{padding-top:94px!important}.cst-2col{grid-template-columns:minmax(0,1fr) minmax(0,1fr)!important;gap:84px!important;align-items:center!important}.cst-wrap .cst-ey{margin-bottom:12px!important;color:#565851!important}.cst-wrap h2{margin:0 0 18px!important;font-size:36px!important;line-height:1.15!important}.cst-rte,.cst-rte p{color:#343532!important}.cst-media{aspect-ratio:1.15!important;overflow:hidden!important;border-radius:5px!important;background:#f4f3f0!important}.cst-media img,.cst-media svg{width:100%!important;height:100%!important;border-radius:5px!important;object-fit:cover!important}.cst-band{margin-top:94px!important;padding:94px 0!important;background:#f5f4f0!important}.cst-band .cst-in{padding-top:0!important;padding-bottom:0!important}.cst-band .cst-ey{margin-bottom:12px!important;color:#565851!important}.cst-band h2{margin:0 0 42px!important;font-size:36px!important;line-height:1.15!important}.cst-steps{grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:38px 48px!important}.cst-step{padding-top:20px!important;border-top:1px solid #d9d7d0!important}.cst-num{margin-bottom:13px!important;color:var(--c-green, #586941)!important;font-family:var(--font-heading),"Georgia Pro",Georgia,serif!important;font-size:31px!important;line-height:1!important}.cst-step h3{margin:0 0 10px!important;color:#2c2d34!important;font-size:20px!important;line-height:1.25!important}.cst-step p{margin:0!important;color:#4b4c48!important}.cb-wrap{padding-top:94px!important}.cb-wrap+.cb-wrap{padding-top:94px!important;padding-bottom:94px!important}.cb-wrap .cb-ey{margin-bottom:12px!important;color:#565851!important}.cb-wrap h2{margin:0 0 18px!important;font-size:36px!important;line-height:1.15!important}.cb-wrap h3{margin:0 0 24px!important;padding-bottom:15px!important;border-bottom:1px solid #e3e2de!important;font-size:24px!important;line-height:1.2!important}.cb-intro{max-width:820px!important;margin-bottom:42px!important;color:#343532!important}.cb-grid{grid-template-columns:minmax(0,1.2fr) minmax(330px,.8fr)!important;gap:72px!important}.cb-step{margin-bottom:15px!important;color:#2c2d34!important;font-weight:600!important}.cb-chips{gap:10px!important;margin-bottom:40px!important}.cb-chip{min-height:42px!important;padding:11px 20px!important;border:1px solid #d8d7d2!important;border-radius:5px!important;background:#fff!important;color:#2c2d34!important;font-family:var(--font-body),"Avenir Next",Avenir,Arial,sans-serif!important;font-size:14px!important}.cb-chip[aria-pressed=true]{border-color:var(--c-green, #586941)!important;background:var(--c-green, #586941)!important;color:#fff!important}.cb-dims{gap:24px!important;margin-bottom:40px!important}.cb-dimlabel,.cb-row,.cb-lead,.cb-qty span{font-size:15px!important}.cb-dimval,.cb-leadval{color:var(--c-green, #586941)!important;font-size:18px!important}.cb-range,.cb-swname{font-size:13px!important}.cb-sw{gap:20px!important;margin-bottom:40px!important}.cb-swatch{width:88px!important}.cb-dot{width:48px!important;height:48px!important}.cb-qty{display:grid!important;grid-template-columns:repeat(3,40px)!important;width:120px!important;height:46px!important;border:1px solid #2f302d!important;border-radius:5px!important;overflow:hidden!important}.cb-qty button,.cb-qty span{display:flex!important;align-items:center!important;justify-content:center!important;width:100%!important;height:100%!important;padding:0!important;border:0!important;border-radius:0!important;background:#fff!important}.cb-sum{position:sticky!important;top:132px!important;padding:34px!important;border-radius:5px!important;background:#f5f4f0!important}.cb-sumhead{margin-bottom:18px!important;color:#565851!important}.cb-prev span{border-radius:5px!important}.cb-rows{gap:14px!important}.cb-row dt,.cb-lead>span:first-child{color:#77776f!important}.cb-row dd{color:#2c2d34!important}.cb-note{color:#857868!important}.cb-btn{width:100%!important}label.cb-lb{margin-bottom:8px!important;color:#2c2d34!important;font-family:var(--font-body),"Avenir Next",Avenir,Arial,sans-serif!important;font-size:15px!important;line-height:1.4!important}.cb-in,.cb-wrap select,.cb-wrap textarea{min-height:48px!important;padding:13px 15px!important;border:1px solid #d8d7d2!important;border-radius:5px!important;background:#fff!important;color:#2c2d34!important;font-family:var(--font-body),"Avenir Next",Avenir,Arial,sans-serif!important;font-size:15px!important;line-height:1.5!important;box-shadow:none!important}.cb-wrap textarea{min-height:180px!important}.cb-in:focus,.cb-wrap select:focus,.cb-wrap textarea:focus{border-color:var(--c-green, #586941)!important;outline:1px solid var(--c-green, #586941)!important;outline-offset:1px!important}.cb-f2{gap:22px 24px!important;margin-bottom:30px!important}.cb-f3{gap:22px 24px!important;margin-bottom:40px!important}.cb-drop{min-height:210px!important;justify-content:center!important;padding:34px 24px!important;border:1px dashed #c9c8c2!important;border-radius:5px!important;background:#fafafa!important}.cb-file,.cb-success{border-radius:5px!important}.cb-consent{margin-top:34px!important}.cb-box{border-radius:3px!important}.cb-submit{min-width:190px!important}.cb-success{max-width:760px!important;padding:64px 52px!important;border:1px solid #e3e2de!important;background:#fff!important}.cst-st{margin-top:0!important;padding:100px 40px!important;border-radius:0!important;background:var(--c-green, #586941)!important}.cst-st .cst-in{max-width:980px!important;margin:0 auto!important;padding:0!important;text-align:center!important}.cst-st .cst-ey{margin-bottom:19px!important;color:#cdd4c0!important}.cst-lead{margin:0 auto!important;color:#fff!important;font-size:37px!important;line-height:1.28!important;text-align:center!important}.cst-sub{max-width:760px!important;margin:22px auto 0!important;color:#e0e4d8!important;text-align:center!important}@media screen and (max-width:1200px){.cst-wrap,.cb-wrap,.cst-band .cst-in,.cst-hero-in{padding-right:50px!important;padding-left:50px!important}}@media screen and (max-width:980px){.cst-hero{height:460px!important}.cst-h1{font-size:38px!important}.cst-wrap,.cb-wrap{padding-top:72px!important}.cst-wrap+.cb-wrap,.cb-wrap+.cb-wrap{padding-top:72px!important}.cst-2col,.cb-grid,.cb-f2,.cb-f3{grid-template-columns:1fr!important}.cst-2col{gap:42px!important}.cst-band{margin-top:72px!important;padding:72px 0!important}.cst-steps{grid-template-columns:repeat(2,minmax(0,1fr))!important}.cb-grid{gap:45px!important}.cb-sum{position:static!important}.cst-st{padding:82px 30px!important}}@media screen and (max-width:749px){.cst-wrap,.cb-wrap,.cst-band .cst-in{padding-right:20px!important;padding-left:20px!important}.cst-hero{height:390px!important}.cst-hero-in{padding:30px 20px!important}.cst-h1{margin-bottom:22px!important;font-size:32px!important;line-height:1.15!important}.cst-eyebrow,.cst-ey,.cb-ey,.cb-step,.cb-sumhead{font-size:14px!important}.cst-wrap,.cb-wrap,.cb-wrap+.cb-wrap{padding-top:56px!important}.cst-wrap h2,.cst-band h2,.cb-wrap h2{font-size:28px!important;line-height:1.2!important}.cb-wrap h3{font-size:22px!important}.cst-2col{gap:30px!important}.cst-media{order:0!important}.cst-band{margin-top:56px!important;padding:56px 0!important}.cst-steps{grid-template-columns:1fr!important;gap:30px!important}.cb-chips{gap:8px!important}.cb-chip{width:100%!important;justify-content:center!important;text-align:center!important}.cb-sw{gap:16px!important}.cb-swatch{width:78px!important}.cb-sum{padding:26px 22px!important}.cb-submit{width:100%!important}.cb-success{padding:44px 22px!important}.cst-st{padding:72px 20px!important}.cst-lead{font-size:29px!important;line-height:1.3!important}}.lh-pagination .prev,.lh-pagination .next{min-width:120px}.lh-pagination .prev a,.lh-pagination .next a{display:inline-flex;align-items:center;justify-content:center;width:100%;min-width:120px;padding:0 18px;white-space:nowrap;box-sizing:border-box}@media screen and (min-width:981px){.site-nav__mega{top:100%!important;margin-top:0!important;transform:translateY(0)!important}.site-nav__mega:before{content:"";position:absolute;right:0;bottom:100%;left:0;height:18px;background:transparent}.site-nav__item--mega:hover .site-nav__mega,.site-nav__item--mega:focus-within .site-nav__mega,.site-nav__mega:hover{visibility:visible!important;opacity:1!important;pointer-events:auto!important;transform:translateY(0)!important}}.page-trade-hospitality .gallery-carousel__slide{position:relative;isolation:isolate;cursor:default}.page-trade-hospitality .gallery-carousel__slide>img{z-index:1;transform:scale(1);transition:transform .65s cubic-bezier(.22,1,.36,1),filter .45s ease;will-change:transform}.page-trade-hospitality .gallery-carousel__overlay{position:absolute;top:0;right:0;bottom:0;left:0;z-index:2;display:flex;align-items:flex-end;padding:24px;color:#fff;background:linear-gradient(to top,#121210d1,#12121061 48%,#12121014);opacity:0;pointer-events:none;transition:opacity .35s ease}.page-trade-hospitality .gallery-carousel__overlay-content{display:flex;flex-direction:column;gap:5px;transform:translateY(12px);transition:transform .45s cubic-bezier(.22,1,.36,1)}.page-trade-hospitality .gallery-carousel__overlay-eyebrow{font-family:var(--font-body),"Avenir Next",Avenir,Arial,sans-serif;font-size:11px;font-weight:400;line-height:1.3;letter-spacing:.15em;text-transform:uppercase;opacity:.82}.page-trade-hospitality .gallery-carousel__client-name{font-family:var(--font-heading),Georgia,"Times New Roman",serif;font-size:24px;font-weight:400;line-height:1.15}@media(hover:hover)and (pointer:fine){.page-trade-hospitality .gallery-carousel__slide:hover .gallery-carousel__overlay{opacity:1}.page-trade-hospitality .gallery-carousel__slide:hover .gallery-carousel__overlay-content{transform:translateY(0)}.page-trade-hospitality .gallery-carousel__slide:hover>img{transform:scale(1.055)}}@media(hover:none),(pointer:coarse){.page-trade-hospitality .gallery-carousel__overlay{align-items:flex-end;padding:18px;background:linear-gradient(to top,rgba(18,18,16,.72) 0%,rgba(18,18,16,.16) 55%,transparent 100%);opacity:1}.page-trade-hospitality .gallery-carousel__overlay-content{transform:none}.page-trade-hospitality .gallery-carousel__overlay-eyebrow{font-size:10px}.page-trade-hospitality .gallery-carousel__client-name{font-size:20px}}@media(prefers-reduced-motion:reduce){.page-trade-hospitality .gallery-carousel__slide>img,.page-trade-hospitality .gallery-carousel__overlay,.page-trade-hospitality .gallery-carousel__overlay-content{transition:none}}body.template-product .product-quantity-certification-row{display:flex;align-items:center;justify-content:flex-start;gap:22px;width:100%;margin-bottom:25px}body.template-product .product-quantity-certification-row .quantity-selector{flex:0 0 116px;margin-bottom:0!important}body.template-product .product-fibreguard-logo{display:flex;align-items:center;min-width:0;flex:0 1 180px}body.template-product .product-fibreguard-logo img{display:block;width:180px;max-width:100%;height:auto;margin:0;object-fit:contain;border-radius:0!important}@media screen and (max-width:749px){body.template-product .product-quantity-certification-row{gap:16px;margin-bottom:24px}body.template-product .product-fibreguard-logo{flex-basis:150px}body.template-product .product-fibreguard-logo img{width:150px}}@media screen and (max-width:380px){body.template-product .product-quantity-certification-row{gap:12px}body.template-product .product-fibreguard-logo{flex-basis:125px}body.template-product .product-fibreguard-logo img{width:125px}}@media screen and (min-width:981px){.image-banner__title{font-size:32px}}@media screen and (min-width:750px){#shopify-section-template--31154168824094__reviews .reviews-section__heading{font-size:32px!important;line-height:1.16!important}}@media screen and (min-width:981px){#shopify-section-template--31154168824094__story .story-band__title{font-size:32px!important;line-height:1.16!important}}@media screen and (min-width:981px){#shopify-section-template--31154168824094__cta .custom-cta__title{font-size:32px!important;line-height:1.16!important}}@media screen and (min-width:981px){#shopify-section-template--31213212598558__hero .cst-h1{font-size:40px!important}}@media screen and (min-width:981px){.about-custom-hero__heading{font-size:40px!important}}@media screen and (min-width:981px){#shopify-section-template--31154168758558__hero .page-hero__title{font-size:40px!important}}@media screen and (min-width:981px){.site-footer__inner{padding-top:78px!important;padding-bottom:38px!important}.site-footer__top{display:grid!important;grid-template-columns:minmax(0,1fr) minmax(440px,520px)!important;align-items:start!important;gap:80px!important}.site-footer__newsletter{width:100%!important;max-width:520px!important;justify-self:end!important}.site-footer__columns{display:grid!important;grid-template-columns:minmax(170px,.75fr) minmax(210px,.9fr) minmax(0,1.2fr) minmax(0,1.2fr)!important;align-items:start!important;width:100%!important;margin-top:64px!important;column-gap:clamp(44px,4.4vw,76px)!important;row-gap:0!important}.site-footer__columns>.site-footer__column:nth-child(1){grid-column:1!important;width:100%!important;max-width:none!important;justify-self:stretch!important}.site-footer__columns>.site-footer__column:nth-child(2){grid-column:2!important;width:100%!important;max-width:none!important;justify-self:stretch!important}.site-footer__columns>.site-footer__column--stores,.site-footer__columns>div.site-footer__column--stores:last-child{grid-column:3 / 5!important;width:100%!important;min-width:0!important;max-width:none!important;justify-self:stretch!important}.site-footer__stores{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;grid-template-rows:repeat(2,auto)!important;grid-auto-flow:column!important;align-items:start!important;width:100%!important;gap:28px clamp(42px,4vw,68px)!important}.site-footer__store{width:100%!important;min-width:0!important;max-width:none!important}.site-footer__store-line{display:flex!important;align-items:center!important;flex-wrap:nowrap!important;gap:5px!important;width:100%!important;white-space:nowrap!important}.site-footer__store-name,.site-footer__store-phone,.site-footer__whatsapp{flex:0 0 auto!important}.site-footer__store-hours{width:100%!important;max-width:390px!important;margin-top:4px!important;line-height:1.45!important}.site-footer__bottom{margin-top:48px!important;padding-top:24px!important;padding-bottom:10px!important}}@media screen and (min-width:750px)and (max-width:980px){.site-footer__columns{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:48px 56px!important}.site-footer__columns>.site-footer__column--stores,.site-footer__columns>div.site-footer__column--stores:last-child{grid-column:1 / -1!important;width:100%!important;max-width:none!important}.site-footer__stores{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;grid-template-rows:repeat(2,auto)!important;grid-auto-flow:column!important;gap:26px 48px!important}.site-footer__store-line{flex-wrap:nowrap!important;white-space:nowrap!important}}@media screen and (max-width:749px){.site-footer__inner{padding-bottom:48px!important}.site-footer__columns{display:grid!important;grid-template-columns:1fr!important;gap:40px!important}.site-footer__columns>.site-footer__column--stores,.site-footer__columns>div.site-footer__column--stores:last-child{grid-column:auto!important;width:100%!important;max-width:none!important}.site-footer__stores{display:grid!important;grid-template-columns:1fr!important;grid-template-rows:none!important;grid-auto-flow:row!important;gap:22px!important}.site-footer__store-line{flex-wrap:wrap!important;white-space:normal!important}.site-footer__bottom{display:flex!important;flex-direction:column!important;align-items:flex-start!important;gap:18px!important}}.site-footer{border-top:1px solid #e8e8e5!important}@media screen and (min-width:981px){.site-footer__inner{padding-bottom:60px!important}}#shopify-section-template--31154168824094__reviews .reviews-section__eyebrow{color:#a9aab0!important;text-align:center!important}#shopify-section-template--31154168824094__reviews .reviews-section__heading{margin:8px 0 0!important;color:#fff!important;font-size:32px!important;line-height:1.16!important;text-align:center!important}#shopify-section-template--31154168824094__reviews .reviews-section__app{width:100%!important;max-width:1450px!important;margin:36px auto 0!important}#shopify-section-template--31154168824094__reviews .reviews-section__app-block{width:100%!important;max-width:1450px!important;margin:0 auto!important}#shopify-section-template--31154168824094__reviews .reviews-section__app-block>*{width:100%!important;max-width:1450px!important;margin-right:auto!important;margin-left:auto!important}#shopify-section-template--31154168824094__reviews .jdgm-carousel-title-and-link,#shopify-section-template--31154168824094__reviews .jdgm-cards-carousel .jdgm-header,#shopify-section-template--31154168824094__reviews .jdgm-cards-carousel .jdgm-title{display:none!important;width:0!important;height:0!important;margin:0!important;padding:0!important;overflow:hidden!important}#shopify-section-template--31154168824094__reviews .jdgm-cards-carousel .jdgm-content{width:100%!important;margin-top:0!important;padding-top:0!important}#shopify-section-template--31154168824094__reviews .jdgm-cards-carousel{width:100%!important;max-width:1450px!important;margin-right:auto!important;margin-left:auto!important;--max-width: 1450px !important;--card-color: #4a4b51 !important;--text-color: #ffffff !important;--arrows-color: #ffffff !important;--border-radius: 5px !important;--width-xs: 310px !important;--width-sm: 340px !important;--width-md: 375px !important;--width-lg: 410px !important;--width-xl: 420px !important}#shopify-section-template--31154168824094__reviews .jdgm-cards-carousel .jdgm-videos-container{align-items:stretch!important}#shopify-section-template--31154168824094__reviews .jdgm-cards-carousel .jdgm-card.jdgm-text-card{display:grid!important;grid-template-rows:auto minmax(0,1fr) auto!important;align-content:start!important;align-self:stretch!important;width:auto!important;height:auto!important;min-height:420px!important;max-height:none!important;padding:38px 42px 32px!important;box-sizing:border-box!important;overflow:hidden!important;background:#4a4b51!important;border:0!important;border-radius:5px!important;box-shadow:none!important}#shopify-section-template--31154168824094__reviews .jdgm-cards-carousel .jdgm-rating-section{display:contents!important}#shopify-section-template--31154168824094__reviews .jdgm-cards-carousel .jdgm-stars{grid-row:1!important;justify-self:center!important;position:static!important;inset:auto!important;transform:none!important;margin:0 0 24px!important;padding:0!important;line-height:1!important;text-align:center!important;white-space:nowrap!important}#shopify-section-template--31154168824094__reviews .jdgm-cards-carousel .jdgm-star,#shopify-section-template--31154168824094__reviews .jdgm-cards-carousel .jdgm-star:before{color:#bdc4b0!important;fill:#bdc4b0!important;font-size:18px!important;line-height:1!important}#shopify-section-template--31154168824094__reviews .jdgm-cards-carousel .jdgm-text{grid-row:2!important;align-self:start!important;position:static!important;inset:auto!important;transform:none!important;display:block!important;width:100%!important;height:auto!important;max-height:none!important;margin:0!important;padding:0!important;overflow:visible!important;color:#fff!important;font-family:var(--font-body),"Avenir Next",Avenir,Arial,sans-serif!important;font-size:17px!important;font-weight:400!important;line-height:1.55!important;text-align:center!important;white-space:normal!important;overflow-wrap:anywhere!important;-webkit-line-clamp:unset!important;line-clamp:unset!important}#shopify-section-template--31154168824094__reviews .jdgm-cards-carousel .jdgm-text p{display:block!important;width:100%!important;height:auto!important;max-height:none!important;margin:0!important;padding:0!important;overflow:visible!important;color:#fff!important;font-size:17px!important;font-weight:400!important;line-height:1.55!important;text-align:center!important;white-space:normal!important;overflow-wrap:anywhere!important;-webkit-box-orient:initial!important;-webkit-line-clamp:unset!important;line-clamp:unset!important}#shopify-section-template--31154168824094__reviews .jdgm-cards-carousel .jdgm-reviewer-info{grid-row:3!important;justify-self:center!important;align-self:end!important;position:static!important;inset:auto!important;transform:none!important;display:block!important;width:100%!important;margin:26px 0 0!important;padding:0!important;color:#fff!important;font-family:var(--font-body),"Avenir Next",Avenir,Arial,sans-serif!important;font-size:17px!important;font-style:italic!important;font-weight:400!important;line-height:1.3!important;text-align:center!important}#shopify-section-template--31154168824094__reviews .jdgm-cards-carousel .jdgm-reviewer-name,#shopify-section-template--31154168824094__reviews .jdgm-cards-carousel .jdgm-author-name{color:#fff!important;font-size:17px!important;font-style:italic!important;font-weight:400!important;line-height:1.3!important;text-align:center!important}#shopify-section-template--31154168824094__reviews .jdgm-cards-carousel .jdgm-product-name,#shopify-section-template--31154168824094__reviews .jdgm-cards-carousel .jdgm-product-title,#shopify-section-template--31154168824094__reviews .jdgm-cards-carousel .jdgm-review-date,#shopify-section-template--31154168824094__reviews .jdgm-cards-carousel .jdgm-reviewer-badge,#shopify-section-template--31154168824094__reviews .jdgm-cards-carousel .jdgm-verified-badge{display:none!important}#shopify-section-template--31154168824094__reviews .jdgm-cards-carousel .jdgm-arrow{align-self:center!important;color:#fff!important;background:transparent!important;border:0!important;border-radius:0!important;box-shadow:none!important;transform:none!important;filter:none!important}#shopify-section-template--31154168824094__reviews .jdgm-cards-carousel .jdgm-arrow:hover,#shopify-section-template--31154168824094__reviews .jdgm-cards-carousel .jdgm-arrow:focus,#shopify-section-template--31154168824094__reviews .jdgm-cards-carousel .jdgm-arrow:active{color:#fff!important;background:transparent!important;box-shadow:none!important;transform:none!important;filter:none!important}#shopify-section-template--31154168824094__reviews .reviews-section__empty{margin:35px auto 0!important;color:#fff!important;font-family:var(--font-body)!important;font-size:16px!important;line-height:1.6!important;text-align:center!important}@media screen and (min-width:750px)and (max-width:1100px){#shopify-section-template--31154168824094__reviews .reviews-section__app{max-width:100%!important;margin-top:32px!important}#shopify-section-template--31154168824094__reviews .jdgm-cards-carousel{--width-sm: 315px !important;--width-md: 335px !important;--width-lg: 350px !important}#shopify-section-template--31154168824094__reviews .jdgm-cards-carousel .jdgm-card.jdgm-text-card{min-height:420px!important;padding:34px 30px 28px!important}#shopify-section-template--31154168824094__reviews .jdgm-cards-carousel .jdgm-text,#shopify-section-template--31154168824094__reviews .jdgm-cards-carousel .jdgm-text p{font-size:16px!important}}@media screen and (max-width:749px){#shopify-section-template--31154168824094__reviews .reviews-section__heading{font-size:27px!important;line-height:1.18!important}#shopify-section-template--31154168824094__reviews .reviews-section__app{max-width:100%!important;margin-top:28px!important}#shopify-section-template--31154168824094__reviews .jdgm-cards-carousel{width:100%!important;max-width:100%!important;--width-xs: 84vw !important;--width-sm: 84vw !important}#shopify-section-template--31154168824094__reviews .jdgm-cards-carousel .jdgm-card.jdgm-text-card{width:auto!important;height:auto!important;min-height:400px!important;max-height:none!important;padding:32px 26px 28px!important}#shopify-section-template--31154168824094__reviews .jdgm-cards-carousel .jdgm-stars{margin-bottom:21px!important}#shopify-section-template--31154168824094__reviews .jdgm-cards-carousel .jdgm-star,#shopify-section-template--31154168824094__reviews .jdgm-cards-carousel .jdgm-star:before{font-size:17px!important}#shopify-section-template--31154168824094__reviews .jdgm-cards-carousel .jdgm-text,#shopify-section-template--31154168824094__reviews .jdgm-cards-carousel .jdgm-text p{font-size:16px!important;line-height:1.55!important}#shopify-section-template--31154168824094__reviews .jdgm-cards-carousel .jdgm-reviewer-info,#shopify-section-template--31154168824094__reviews .jdgm-cards-carousel .jdgm-reviewer-name,#shopify-section-template--31154168824094__reviews .jdgm-cards-carousel .jdgm-author-name{font-size:16px!important}}body.template-product #reviews.product-reviews-section{display:none!important}body.template-product .product-price-row .jdgm-preview-badge,body.template-product .product-price-row .jdgm-prev-badge{display:inline-flex!important;visibility:visible!important;opacity:1!important}#shopify-section-template--31154168856862__industries .icon-checklist-section__item svg,#shopify-section-template--31154168856862__industries .icon-checklist-section__item svg path{color:#796142!important;stroke:#796142!important;stroke-opacity:1!important;fill:none!important}@media screen and (min-width:750px){body h2,body .h2{font-size:32px!important;line-height:1.2}}body.template-policy .shopify-policy__container{width:min(calc(100% - 80px),1320px)!important;max-width:1320px!important;margin-right:auto!important;margin-left:auto!important;padding:70px 0 100px!important}body.template-policy .shopify-policy__body,body.template-policy .shopify-policy__body .rte{width:100%!important;max-width:none!important}body.template-policy .shopify-policy__title{width:100%!important;max-width:none!important;margin:0 0 48px!important;text-align:center!important}body.template-policy .shopify-policy__title h1{margin:0!important;font-size:40px!important;line-height:1.2!important}body.template-policy .shopify-policy__body{font-size:16px!important;line-height:1.75!important}body.template-policy .shopify-policy__body h2{margin-top:44px!important;margin-bottom:20px!important;font-size:32px!important;line-height:1.2!important}body.template-policy .shopify-policy__body h3{margin-top:34px!important;margin-bottom:16px!important}@media screen and (max-width:989px){body.template-policy .shopify-policy__container{width:calc(100% - 48px)!important;padding:60px 0 85px!important}}@media screen and (max-width:599px){body.template-policy .shopify-policy__container{width:calc(100% - 36px)!important;padding:45px 0 70px!important}body.template-policy .shopify-policy__title{margin-bottom:36px!important}body.template-policy .shopify-policy__title h1{font-size:32px!important}body.template-policy .shopify-policy__body{font-size:15px!important;line-height:1.7!important}body.template-policy .shopify-policy__body h2{margin-top:36px!important;font-size:28px!important}}.lighouse-search-modal .lighouse-search-empty svg{display:block!important;width:110px!important;height:110px!important;max-width:110px!important;max-height:110px!important;flex:0 0 110px!important;margin:0 auto 24px!important}.lighouse-search-modal .lighouse-search-empty{display:flex!important;flex-direction:column!important;align-items:center!important;justify-content:center!important;min-height:360px!important;padding:50px 30px!important;text-align:center!important}.lighouse-search-modal .lighouse-search-empty h3{margin:0 0 10px!important}.lighouse-search-modal .lighouse-search-empty p{margin:0!important}@media screen and (max-width:749px){.lighouse-search-modal .lighouse-search-empty svg{width:80px!important;height:80px!important;max-width:80px!important;max-height:80px!important;flex-basis:80px!important;margin-bottom:20px!important}.lighouse-search-modal .lighouse-search-empty{min-height:300px!important;padding:40px 20px!important}}.page-custom-furniture .cb-swatch[data-name=Black],.page-custom-furniture .cb-swatch[data-name=Custom],.page-custom-furniture .cb-custom-colour{display:none!important}.product__media,.product__media .media,.card__media,.card__media .media{background-color:#fff!important}.site-nav__mega-content{min-width:0}.site-nav__mega-actions{display:flex;align-items:center;gap:34px;margin-top:54px}.site-nav__mega-action{display:inline-block;color:#586941;font-family:var(--font-body),"Avenir Next",Avenir,Arial,sans-serif;font-size:16px;font-weight:400;line-height:1.3;letter-spacing:.14em;text-transform:uppercase;transition:color .16s ease,transform .16s ease}.site-nav__mega-action:hover{color:#586941;transform:translate(3px)}.site-nav__mega-action--sale{color:#f9622e;font-weight:500}.site-nav__mega-action--sale:hover{color:#f9622e}@media screen and (max-width:1300px)and (min-width:981px){.site-nav__mega-actions{gap:28px;margin-top:42px}.site-nav__mega-action{font-size:14px}}@media screen and (max-width:980px){.mobile-menu a[href*="/collections/the-light-shift-online-10"]{color:#f9622e!important;font-weight:500!important}}@media screen and (max-width:749px){.collection-banners{display:none!important}}@media screen and (max-width:749px){.home-hero__buttons{display:flex!important;flex-direction:row!important;flex-wrap:nowrap!important;justify-content:center!important;align-items:stretch!important;width:100%!important;max-width:340px!important;gap:10px!important;margin-left:auto!important;margin-right:auto!important}.home-hero__buttons .btn{flex:1 1 0!important;width:auto!important;min-width:0!important;max-width:none!important;margin:0!important;padding:12px 10px!important;white-space:nowrap!important;text-align:center!important}}[data-product-card] img,.product-card img,.product-gallery img,.product-media img,.recently-viewed img,.related-section img,.product-carousel img{background-color:#fff!important}[data-product-card],[data-product-card] picture,[data-product-card] img,.product-card,.product-card picture,.product-card img{background-color:#fff!important}.recently-viewed,.recently-viewed picture,.recently-viewed img{background-color:#fff!important}.related-section .scroll-row,.related-section [data-product-card],.related-section picture,.related-section img{background-color:#fff!important}.product-carousel .scroll-row,.product-carousel [data-product-card],.product-carousel picture,.product-carousel img{background-color:#fff!important}.product-gallery,.product-gallery picture,.product-gallery img,.product-media,.product-media picture,.product-media img{background-color:#fff!important}
/*# sourceMappingURL=/cdn/shop/t/10/assets/base.css.map */
