*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;font-size:16px;overflow-x:hidden}body{font-family:Jost,sans-serif;color:var(--text-body);background:var(--cream);line-height:1.6;overflow-x:hidden;max-width:100vw}img{display:block;width:100%;height:100%;object-fit:cover}a{text-decoration:none;color:inherit;transition:color .2s,opacity .2s}ul{list-style:none}button{cursor:pointer;border:none;background:none}:root{--cream: #FCFAF7;--warm-light: #F7F3EE;--warm-mid: #EEE6DB;--card-bg: #EEE6DB;--border: #D8D0C7;--brown: #8A6647;--warm-dark: #C7A27A;--olive: #36432E;--olive-hover: #2C3725;--sale-red: #B8402E;--gold: #C2A050;--dark: #2E2A26;--bg-dark-green: #2F3826;--text-body: #5F5A55;--text-muted: #8C857D;--footer-bg: #2F3826;--footer-text: #D5D0C8;--footer-div: #3E4A2F;--container: 1440px;--header-h: 96px}.container{max-width:var(--container);margin:0 auto;padding:0 16px;width:100%;box-sizing:border-box}section{width:100%;box-sizing:border-box}section>.container{max-width:var(--container);margin-left:auto;margin-right:auto;padding-left:16px;padding-right:16px}.customize-banner,.customize-banner>.container,.best-sellers,.best-sellers>.container,.featured-collection,.real-homes,.materials-banner,.press-section,.press-section>.container,.pillars,.pillars>.container,.footer-strips-wrapper,.site-footer{max-width:var(--container);margin-left:auto;margin-right:auto;width:100%}.header-top-inner,.header-nav-inner{max-width:var(--container);margin:0 auto;padding-left:16px;padding-right:16px}.announcement-bar{background:var(--bg-dark-green);color:#fff;font-size:11px;font-weight:500;letter-spacing:.12em;text-align:center;padding:9px 40px;position:relative;z-index:200;transition:height .3s,opacity .3s;overflow:hidden}.announcement-inner{display:flex;gap:16px;justify-content:center;align-items:center;flex-wrap:wrap}.announcement-bar .sep{opacity:.4}.close-announcement{position:absolute;right:14px;top:50%;transform:translateY(-50%);color:#fff;font-size:14px;opacity:.6;transition:opacity .2s}.close-announcement:hover{opacity:1}.announcement-bar.hidden{height:0;padding-top:0;padding-bottom:0;opacity:0}.site-header{position:sticky;top:0;z-index:100;background:var(--cream);border-bottom:1px solid var(--border);transition:box-shadow .3s}.site-header.scrolled{box-shadow:0 2px 20px #2a1f141a}.header-top{border-bottom:1px solid var(--border)}.header-top-inner{display:flex;justify-content:space-between;align-items:center;gap:20px;padding-top:6px;padding-bottom:6px;max-width:100%;overflow:hidden}.logo{display:flex;align-items:center;flex-shrink:0}.logo-lockup{display:flex;align-items:center;gap:0;text-decoration:none;transition:opacity .2s ease}.logo-lockup:hover{opacity:.78}.logo-icon-img{width:48px;height:48px;object-fit:cover;object-position:top center;display:block;border-radius:5px;flex-shrink:0}.logo-divider{width:1.5px;height:32px;background:var(--brown);opacity:.35;margin:0 12px;flex-shrink:0;border-radius:2px}.logo-wordmark{display:flex;flex-direction:column;gap:3px;line-height:1}.logo-brand-name{font-family:Cormorant Garamond,serif;font-size:26px;font-weight:700;letter-spacing:.1em;color:var(--dark);white-space:nowrap;line-height:1}.logo-ampersand{color:var(--brown);font-weight:600}.logo-tagline{font-family:Jost,sans-serif;font-size:9.5px;font-weight:500;letter-spacing:.38em;color:var(--text-muted);text-transform:uppercase;white-space:nowrap;margin-top:1px}.footer-logo{display:flex;align-items:center;flex-shrink:0}.footer-logo-img{height:44px;width:auto;max-width:140px;object-fit:contain;display:block;filter:brightness(0) invert(1);border-radius:2px}.logo-main{font-family:Cormorant Garamond,serif;font-size:27px;font-weight:700;letter-spacing:.08em;color:var(--dark);line-height:1}.logo-main .amp{color:var(--brown)}.logo-sub{font-size:9.5px;letter-spacing:.3em;color:var(--text-muted);margin-top:2px;display:block;line-height:1}.header-top-links{display:flex;align-items:center;gap:4px;margin-left:auto;margin-right:12px}.header-top-links a{font-family:Jost,sans-serif;font-size:11.5px;letter-spacing:.12em;font-weight:600;color:var(--text-muted);text-transform:uppercase;text-decoration:none;transition:color .2s ease;padding:2px 6px;white-space:nowrap}.header-top-links a:hover{color:var(--brown)}.header-top-links .sep{color:var(--border);font-weight:300;font-size:11px;-webkit-user-select:none;user-select:none;opacity:.7}.header-actions{display:flex;align-items:center;gap:16px}.search-bar{display:flex;align-items:center;gap:8px;border:1px solid var(--border);border-radius:4px;padding:7px 14px;background:#fff;min-width:240px}.search-bar input{border:none;outline:none;font-family:inherit;font-size:11.5px;color:var(--text-muted);background:transparent;width:100%}.search-bar svg{color:var(--text-muted);flex-shrink:0}.icon-btn{width:36px;height:36px;border-radius:50%;display:flex;align-items:center;justify-content:center;color:var(--dark);transition:background .2s}.icon-btn:hover{background:var(--warm-light)}.cart-btn{position:relative}.cart-count{position:absolute;top:-2px;right:-2px;background:var(--brown);color:#fff;font-size:9px;width:16px;height:16px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:600}.header-category-bar{background:var(--cream);border-top:1px solid var(--border);padding:4px 0 0}.header-category-bar-inner{display:flex;flex-direction:column;align-items:center}.header-nav{background:var(--cream);border-top:none;padding:0 0 8px}.header-nav-inner{display:flex;flex-direction:column;align-items:center;gap:2px}.nav-row{width:100%}.nav-list{display:flex;justify-content:center;align-items:center;gap:24px;flex-wrap:wrap}.primary-nav-list{border-bottom:1px solid rgba(216,208,199,.4);padding-bottom:6px;margin-bottom:4px}.primary-nav-list li a{font-family:Jost,sans-serif;font-size:13px;letter-spacing:.15em;font-weight:700;color:var(--dark);padding:6px 14px;text-transform:uppercase;position:relative;transition:color .2s}.primary-nav-list li a:after{content:"";position:absolute;bottom:0;left:50%;width:0;height:2px;background:var(--brown);transition:all .25s ease;transform:translate(-50%)}.primary-nav-list li a:hover{color:var(--brown)}.primary-nav-list li a:hover:after{width:70%}.secondary-nav-list{gap:20px}.secondary-nav-list li a{font-family:Cormorant Garamond,serif;font-size:15px;font-style:italic;font-weight:500;letter-spacing:.06em;color:var(--brown);padding:4px 10px;transition:color .2s}.secondary-nav-list li a:hover{color:var(--dark);text-decoration:underline;text-underline-offset:3px}.secondary-nav-list .sale-item a{font-family:Jost,sans-serif;font-style:normal;font-size:11px;font-weight:600;letter-spacing:.1em;color:var(--sale-red);text-transform:uppercase}.hero{min-height:calc(90vh - var(--header-h));background:url(images/hero.jpg?v=2) no-repeat center center / cover;display:flex;align-items:center;position:relative;overflow:hidden;max-width:var(--container);margin:0 auto;width:100%;box-sizing:border-box;border-top:.5px solid var(--border)}.hero:before{content:"";position:absolute;top:-80px;left:-80px;width:500px;height:500px;background:radial-gradient(circle,rgba(196,144,96,.12) 0%,transparent 70%);pointer-events:none}.hero-content{padding:80px 8px;z-index:2;max-width:800px}.hero-eyebrow{font-size:12px;letter-spacing:.15em;color:var(--text-muted);text-transform:uppercase;margin-bottom:20px}.hero-title{font-family:Cormorant Garamond,serif;font-size:clamp(42px,5vw,72px);font-weight:400;line-height:1.1;color:var(--dark);margin-bottom:36px;letter-spacing:-.01em}.hero-btns{display:flex;flex-direction:column;align-items:flex-start;gap:16px}.btn-primary{display:inline-block;background:var(--olive);color:#fff;font-size:11px;font-weight:600;letter-spacing:.18em;padding:15px 32px;border-radius:2px;transition:background .25s,transform .2s}.btn-primary:hover{background:var(--olive-hover);transform:translateY(-1px)}@media(max-width:767px){.hero{min-height:calc(60vh - var(--header-h));background-position:center top}.hero-content{padding:36px 20px;max-width:100%}.hero-eyebrow{display:none}.hero-title{font-size:clamp(24px,6vw,30px);margin-bottom:18px}.hero-btns{gap:12px}.btn-primary{padding:12px 20px;font-size:12px}}.btn-text{font-size:11px;letter-spacing:.12em;font-weight:500;color:var(--dark);text-decoration:underline;text-underline-offset:4px}.btn-text:hover{color:var(--brown)}.btn-dark{display:inline-block;background:var(--bg-dark-green);color:#fff;font-size:10.5px;font-weight:600;letter-spacing:.16em;padding:13px 28px;border-radius:2px;transition:background .25s,transform .2s}.btn-dark:hover{background:var(--brown);transform:translateY(-1px)}.btn-outline{display:inline-block;background:transparent;border:1px solid var(--olive);color:var(--olive);font-size:10.5px;font-weight:600;letter-spacing:.16em;padding:12px 26px;border-radius:2px;transition:all .25s}.btn-outline:hover{background:var(--olive);color:#fff}.btn-outline-dark{display:inline-block;background:transparent;border:1px solid #fff;color:#fff;font-size:10.5px;font-weight:600;letter-spacing:.16em;padding:11px 24px;border-radius:2px;margin-top:20px;transition:all .25s}.btn-outline-dark:hover{background:#fff!important;color:#000!important}.btn-text-sm{font-size:10.5px;letter-spacing:.12em;font-weight:600;color:var(--dark);border-bottom:1px solid currentColor;padding-bottom:2px;transition:color .2s}.btn-text-sm:hover{color:var(--brown)}.customize-banner{background:var(--warm-light);padding:48px 0 0;border-top:.5px solid var(--border);max-width:var(--container);margin:0 auto;width:100%;box-sizing:border-box}.cust-header{display:grid;grid-template-columns:1fr 1fr;gap:48px;align-items:start;margin-bottom:36px}.cust-tag{font-size:10px;letter-spacing:.18em;color:var(--text-muted);text-transform:uppercase;margin-bottom:8px}.cust-headline{font-family:Cormorant Garamond,serif;font-size:clamp(26px,2.8vw,38px)!important;font-weight:400;line-height:1.1;color:var(--dark)}.cust-stats{display:grid;grid-template-columns:repeat(4,1fr);gap:24px;align-items:start}.cust-stat{display:flex;flex-direction:column;gap:8px;align-items:flex-start}.cust-stat svg{color:#8a6647!important;stroke:#8a6647!important}.cust-stat strong{display:block;font-family:Cormorant Garamond,serif;font-size:22px;font-weight:500;line-height:1;color:var(--dark)}.cust-stat span{font-size:10.5px;color:var(--text-muted);letter-spacing:.05em}.cust-cards{display:grid;grid-template-columns:repeat(4,1fr);gap:0!important;border-top:.5px solid var(--border)}.cust-card{padding:24px 16px 28px;border-right:.5px solid var(--border);background:var(--warm-mid);transition:background .2s}.cust-card:last-child{border-right:none}.cust-card:hover{background:#ffffff80}.cust-card-img{aspect-ratio:4/3;overflow:hidden;margin-bottom:16px;border-radius:2px;background:var(--warm-mid)}.cust-card h3{font-size:11px;letter-spacing:.18em;font-weight:600;color:var(--dark);margin-bottom:8px}.cust-card p{font-size:12px;color:var(--text-muted);line-height:1.6;margin-bottom:16px}.cust-card-link{font-size:10px;letter-spacing:.12em;font-weight:600;color:#000!important;border-bottom:1px solid currentColor;padding-bottom:2px;transition:color .2s}.cust-card-link:hover{color:var(--brown)!important}.cust-footer-bar{display:flex;align-items:center;justify-content:space-between;padding:20px 0;border-top:.5px solid var(--border);margin-top:0}.cust-footer-bar span{font-size:12px;color:var(--text-muted);letter-spacing:.08em;font-style:italic}.featured-collection{display:grid;grid-template-columns:55% 45%;min-height:480px;background:var(--cream);border-top:.5px solid var(--border);max-width:var(--container);margin:0 auto;width:100%;box-sizing:border-box}.featured-image-side{overflow:hidden}.featured-image-side img{height:100%;object-fit:cover;transition:transform .6s ease}.featured-image-side:hover img{transform:scale(1.03)}.featured-text-side{background:var(--warm-light);display:flex;flex-direction:column;justify-content:center;padding:40px 32px}.featured-eyebrow{font-size:10px;letter-spacing:.2em;color:var(--text-muted);text-transform:uppercase;margin-bottom:16px}.featured-title{font-family:Cormorant Garamond,serif;font-size:clamp(38px,4vw,60px);font-weight:400;line-height:1.1;color:var(--dark);margin-bottom:20px}.featured-desc{font-size:13.5px;color:var(--text-muted);line-height:1.75;margin-bottom:8px}.featured-text-side .btn-outline{display:flex!important;align-items:center!important;justify-content:center!important;width:100%!important;text-align:center!important;box-sizing:border-box!important;margin-top:24px}.pillars{background:var(--cream);padding:32px 0;border-top:.5px solid var(--border);border-bottom:.5px solid var(--border);max-width:var(--container);margin:0 auto;width:100%;box-sizing:border-box}.pillars>.container{max-width:var(--container);margin:0 auto;width:100%;padding:0}.pillars-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:0}.pillar{padding:24px 20px;border-right:.5px solid var(--border);display:flex;flex-direction:column;align-items:center;text-align:center;gap:10px;transition:background .2s}.pillar:last-child{border-right:none}.pillar:hover{background:#ffffff0a}.pillar-icon svg{color:var(--warm-dark)}.pillar h4{font-size:10px;letter-spacing:.16em;font-weight:600;color:var(--dark);text-transform:uppercase}.pillar p{font-size:11px;color:var(--text-muted);line-height:1.5}@media(max-width:767px){.pillars{padding:24px 0}.pillars-grid{grid-template-columns:repeat(2,1fr);gap:12px;padding:0 12px}.pillar{padding:16px;border-right:none;border-bottom:1px solid var(--border);align-items:flex-start;text-align:left}.pillars-grid .pillar:nth-child(n+5){display:none}}.best-sellers{padding:56px 0;background:var(--cream);border-top:.5px solid var(--border);max-width:var(--container);margin:0 auto;width:100%;box-sizing:border-box}.best-sellers>.container{max-width:var(--container);margin:0 auto;width:100%;padding:0 16px}.section-header{display:flex;align-items:baseline;justify-content:space-between;flex-wrap:wrap;gap:12px;margin-bottom:32px}.section-eyebrow{font-size:10px;letter-spacing:.2em;color:var(--text-muted);text-transform:uppercase;margin-bottom:6px}.section-title{font-family:Cormorant Garamond,serif;font-size:clamp(28px,3vw,42px);font-weight:400;color:var(--dark);line-height:1.15}.view-all-link{font-size:10.5px;letter-spacing:.14em;font-weight:600;color:var(--dark);border-bottom:1px solid currentColor;padding-bottom:2px;white-space:nowrap;transition:color .2s}.view-all-link:hover{color:var(--brown)}.products-carousel{position:relative;overflow:hidden}.products-track{display:flex;gap:20px;transition:transform .4s ease}.product-card{flex:0 0 calc(25% - 15px);min-width:0;background:var(--card-bg);padding:16px;border-radius:4px}.product-img-wrap{position:relative;aspect-ratio:3/4;overflow:hidden;background:var(--warm-light);border-radius:2px;margin-bottom:14px}.product-img-wrap img{height:100%;object-fit:cover;transition:transform .4s ease}.product-card:hover .product-img-wrap img{transform:scale(1.04)}.product-category-badge{position:absolute;top:12px;left:12px;background:var(--sale-red);color:#fff;font-size:9px;font-weight:700;letter-spacing:.1em;text-transform:uppercase;padding:5px 10px;border-radius:2px;z-index:2;box-shadow:0 2px 6px #0003;line-height:1}.wishlist-btn{position:absolute;top:12px;right:12px;width:32px;height:32px;background:#ffffffd9;border-radius:50%;display:flex;align-items:center;justify-content:center;opacity:0;transition:opacity .2s;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.wishlist-btn:hover svg{stroke:var(--sale-red);fill:var(--sale-red)}.product-card:hover .wishlist-btn{opacity:1}.product-name{font-size:11px;letter-spacing:.12em;font-weight:600;color:var(--dark);margin-bottom:4px}.product-dims{font-size:11px;color:var(--text-muted);line-height:1.5;margin-bottom:8px}.product-price{font-family:Cormorant Garamond,serif;font-size:20px;font-weight:500;color:var(--dark);margin-bottom:6px}.product-mrp{font-size:11.5px;color:var(--text-muted);text-decoration:line-through;display:inline-block;margin-right:8px}.product-mrp .discount{text-decoration:none;color:#fff;background:var(--sale-red);font-weight:700;font-size:10px;padding:4px 9px;border-radius:2px;margin-left:8px;display:inline-block;letter-spacing:.08em;line-height:1;box-shadow:0 2px 6px #b8402e40}.carousel-btn{position:absolute;top:50%;transform:translateY(-50%);width:42px;height:42px;background:var(--cream);border-radius:50%;box-shadow:0 4px 16px #0000001f;font-size:18px;color:var(--dark);display:flex;align-items:center;justify-content:center;transition:background .2s,transform .2s;z-index:10}.carousel-btn:hover{background:var(--dark);color:#fff;transform:translateY(-50%) scale(1.05)}.carousel-prev{left:-20px}.carousel-next{right:-20px}.real-homes{display:grid;grid-template-columns:320px 1fr;gap:0;background:var(--bg-dark-green);border-top:.5px solid var(--border);max-width:var(--container);margin:0 auto;width:100%;box-sizing:border-box}.real-homes-left{padding:28px 24px;display:flex;flex-direction:column;justify-content:center;border-right:.5px solid rgba(255,255,255,.1)}.real-homes-left h2{font-family:Cormorant Garamond,serif;font-size:36px;font-weight:400;line-height:1.2;color:#fff;margin-bottom:24px}.real-homes-left p{font-size:13px;color:#ffffffb3;line-height:1.7}.real-homes-gallery{display:grid;grid-template-columns:repeat(4,1fr);gap:0}.rh-img{overflow:hidden;aspect-ratio:1 / 1}.rh-img img{width:100%;height:100%;object-fit:cover;transition:transform .4s;display:block}.rh-img:hover img{transform:scale(1.05)}.materials-banner{display:grid;grid-template-columns:320px 1fr;gap:0;padding:48px 0;background:var(--cream);border-top:.5px solid var(--border);max-width:var(--container);margin:0 auto;width:100%;box-sizing:border-box}.materials-text{padding:0 20px 0 32px;border-right:.5px solid var(--border)}.materials-text h2{font-family:Cormorant Garamond,serif;font-size:40px;font-weight:400;line-height:1.15;color:var(--dark);margin:12px 0}.materials-text p{font-size:13px;color:var(--text-muted);line-height:1.75}.materials-swatches{display:grid;grid-template-columns:repeat(5,1fr);gap:0;padding:0 24px}@media(max-width:767px){.materials-banner{grid-template-columns:1fr;padding:36px 0}.materials-text{padding:0 20px 24px;border-right:none;border-bottom:1px solid var(--border);margin-bottom:16px}.materials-swatches{grid-template-columns:repeat(2,1fr);gap:16px;padding:0 12px 12px}.swatch-item{padding:8px 6px 0;border:none;display:flex;flex-direction:column;gap:8px;background:transparent}.swatch-img{height:120px;width:100%;border-radius:6px;object-fit:cover}.swatch-item p{margin:0;font-size:12px;text-align:left}.swatch-item strong{font-size:12px;display:block;margin-bottom:4px}.materials-text h2{font-size:20px}.materials-text p{font-size:13px}.materials-swatches .swatch-item:nth-child(n+5){display:none}}.swatch-item{padding:0 20px;border-right:1px solid var(--border)}.swatch-item:last-child{border-right:none}.swatch-img{width:100%;height:120px;border-radius:4px;margin-bottom:16px;transition:transform .3s}.swatch-item:hover .swatch-img{transform:scale(1.03)}.swatch-item p{font-size:9px;letter-spacing:.08em;color:var(--dark);line-height:1.6}.swatch-item strong{display:block;margin-bottom:3px;font-size:9.5px;letter-spacing:.1em;text-transform:uppercase}.swatch-teak{background:linear-gradient(135deg,var(--brown) 0%,var(--warm-dark) 100%)}.swatch-fabric{background:linear-gradient(135deg,var(--warm-dark) 0%,#E2C9A8 100%)}.swatch-leather{background:linear-gradient(135deg,#CDC0AB 0%,var(--warm-light) 100%)}.swatch-metal{background:linear-gradient(135deg,var(--gold) 0%,#D9B96A 100%)}.swatch-timber{background:linear-gradient(135deg,#5C3520 0%,var(--brown) 100%)}.press-section{background:var(--bg-dark-green);border-top:.5px solid var(--border);padding:40px 0;max-width:var(--container);margin:0 auto;width:100%;box-sizing:border-box}.press-section .container{display:grid;grid-template-columns:280px 1fr;gap:48px;align-items:center}.press-section .nh-eyebrow{font-family:Cormorant Garamond,serif!important;font-size:clamp(18px,2vw,24px)!important;letter-spacing:.12em!important;line-height:1.25!important;color:#acafa8!important;text-transform:uppercase!important}.press-left p{font-size:12px;color:#acafa8!important;line-height:1.6;margin-bottom:16px}.press-left .btn-text-sm{color:#fff;border-color:#ffffff80}.press-left .btn-text-sm:hover{color:var(--brown);border-color:var(--brown)}.press-logos{display:flex;align-items:center;flex-wrap:wrap}.press-logo{font-family:Cormorant Garamond,serif;font-size:14px;font-weight:500;letter-spacing:.1em;color:#ffffffb3;line-height:1.3;text-align:center;transition:color .2s;padding:0 28px;border-right:1px solid rgba(255,255,255,.2)}.press-logo:first-child{padding-left:0}.press-logo:last-child{border-right:none;padding-right:0}.press-logo:hover{color:#fff}.logo-elle{font-style:italic;font-size:17px}.footer-strips-wrapper{background:var(--warm-light);border-top:.5px solid var(--border);max-width:var(--container);margin:0 auto;width:100%;box-sizing:border-box}.footer-strips-wrapper{background:var(--cream);border-top:1px solid var(--border)}.stats-strip{border-bottom:1px solid var(--border)}.stats-inner{display:grid;grid-template-columns:repeat(5,1fr);gap:0;padding:0!important}.stat-box{display:flex;align-items:center;justify-content:center;gap:12px;padding:24px 16px;border-right:1px solid var(--border)}.stat-box:last-child{border-right:none}.stat-svg{width:24px;height:24px;color:var(--dark);flex-shrink:0}.stat-text{display:flex;flex-direction:column}.stat-text strong{font-family:Jost,sans-serif;font-size:16px;font-weight:500;color:var(--dark);line-height:1.2}.stat-text span{font-size:9px;color:var(--text-muted);text-transform:uppercase;letter-spacing:.05em}.middle-strip{border-bottom:1px solid var(--border)}.middle-inner{display:grid;grid-template-columns:minmax(220px,1fr) minmax(240px,1.2fr) minmax(260px,1.2fr);gap:0;padding:0!important}.ms-col{padding:32px 24px;border-right:1px solid var(--border);display:flex;flex-direction:column;justify-content:center}.ms-col:last-child{border-right:none}.ms-img{padding:0;overflow:hidden}.ms-img img{width:100%;height:100%;object-fit:cover}.store-map-wrap{width:100%;height:100%;min-height:200px;overflow:hidden;border-radius:4px}.store-map-wrap iframe{width:100%;height:100%;min-height:200px;border:0;display:block}.bs-map-wrap{width:100%;overflow:hidden;border-radius:6px;margin-bottom:0}.bs-map-wrap iframe{width:100%;height:160px;border:0;display:block}.ms-eyebrow{font-size:9px;letter-spacing:.15em;color:var(--text-muted);text-transform:uppercase;margin-bottom:12px;font-weight:500}.ms-visit h3{font-family:Cormorant Garamond,serif;font-size:20px;font-weight:500;color:var(--dark);line-height:1.2;margin-bottom:8px}.ms-visit p{font-size:11px;color:var(--text-muted);margin-bottom:24px}.ms-logos{display:flex;gap:24px;align-items:center;margin-top:8px}.ms-logos span{font-family:Jost,sans-serif;font-size:14px;font-weight:500;color:var(--dark);line-height:1.1}.ms-logos .logo-elle{font-size:16px}.ms-logos .logo-vogue{font-family:Cormorant Garamond,serif;font-size:18px}.ms-logos .logo-citizen{font-family:Cormorant Garamond,serif;font-size:16px;font-style:italic}.ms-quote{font-family:Cormorant Garamond,serif;font-size:18px;font-style:italic;color:var(--dark);line-height:1.4;margin-bottom:8px}.ms-author{font-size:10px;color:var(--text-muted);margin-bottom:24px}.ms-testi-footer{display:flex;justify-content:space-between;align-items:center}.testi-avatars{display:flex}.avatar{width:24px;height:24px;border-radius:50%;background:var(--warm-dark);border:2px solid var(--cream);margin-left:-8px}.avatar:first-child{margin-left:0}.testi-arrows{display:flex;gap:8px}.testi-arrows button{width:28px;height:28px;border-radius:50%;border:1px solid var(--border);display:flex;align-items:center;justify-content:center;color:var(--text-muted);transition:all .2s}.testi-arrows button:hover{border-color:var(--dark);color:var(--dark)}.bottom-inner{display:grid;grid-template-columns:1.5fr 1fr 1fr 1fr 1fr;gap:0;padding:0!important}.bs-col{padding:24px 16px;border-right:.5px solid var(--border);display:flex;flex-direction:column;justify-content:center}.bs-col:last-child{border-right:none}.bs-intro h3{font-family:Cormorant Garamond,serif;font-size:18px;font-weight:500;color:var(--dark);line-height:1.2;margin-bottom:8px}.bs-intro p{font-size:11px;color:var(--text-muted)}.bs-store p{font-size:11px;color:var(--text-muted);line-height:1.6;margin-bottom:16px}.bs-more{padding:0}.more-box{background:var(--border);height:100%;padding:24px;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center}.more-box-icon{margin-bottom:12px;color:var(--dark)}.more-box-text strong{display:block;font-size:11px;letter-spacing:.1em;color:var(--dark);margin-bottom:4px}.more-box-text span{display:block;font-size:10px;color:var(--text-muted);margin-bottom:16px}.site-footer{background:var(--footer-bg);color:var(--footer-text);max-width:var(--container);margin:0 auto;width:100%;box-sizing:border-box;border-top:.5px solid var(--border)}.footer-top{display:flex;justify-content:space-between;align-items:flex-start;gap:40px;padding-top:32px;padding-bottom:28px;border-bottom:.5px solid var(--footer-div);width:100%}.footer-col.footer-brand{width:250px;flex-shrink:0}.footer-col{flex:1;min-width:140px}.footer-col.footer-newsletter{margin-left:auto;width:280px;flex:0 0 280px}.footer-brand .footer-logo{margin-bottom:16px}.footer-brand .logo-main{color:#fff}.footer-brand .logo-sub{color:#fff6}.footer-brand p{font-size:12px;color:#ffffff8c;line-height:1.75;margin-bottom:24px}.social-links{display:flex;gap:12px}.social-links a{width:38px;height:38px;border:1px solid rgba(255,255,255,.25);border-radius:50%;display:flex;align-items:center;justify-content:center;color:#ffffffa6;transition:all .25s ease}.social-links a:hover{background:var(--brown);border-color:var(--brown);color:#fff;transform:translateY(-2px)}.social-links a svg{width:18px;height:18px;display:block}.footer-col h4{font-size:10.5px;letter-spacing:.22em;font-weight:600;color:#fff;margin-bottom:18px;text-transform:uppercase;opacity:.95}.footer-col ul li{margin-bottom:11px}.footer-col ul li a{font-size:12.5px;color:#ffffff8c;transition:all .2s ease;display:inline-block}.footer-col ul li a:hover{color:#fff;transform:translate(3px)}.footer-newsletter p{font-size:12px;color:#ffffff80;line-height:1.6;margin-bottom:16px}.footer-newsletter .newsletter-form{display:flex!important;flex-direction:row!important;align-items:center!important;border:1px solid rgba(255,255,255,.25);border-radius:3px;overflow:hidden;background:transparent;transition:all .2s ease;height:42px}.footer-newsletter .newsletter-form:focus-within{border-color:#fff6}.footer-newsletter .newsletter-form input{flex:1 1 auto!important;background:transparent!important;border:none!important;outline:none!important;padding:0 14px!important;font-size:12px!important;color:#fff!important;font-family:Jost,sans-serif!important;font-weight:400!important;letter-spacing:.01em!important;min-width:0!important;width:auto!important;height:100%!important;margin:0!important}.footer-newsletter .newsletter-form input::placeholder{color:#ffffff59!important;font-weight:400!important}.footer-newsletter .newsletter-form button{padding:0!important;background:var(--brown)!important;color:#fff!important;font-size:16px!important;font-weight:400!important;line-height:1!important;border:none!important;border-left:1px solid rgba(255,255,255,.2)!important;display:flex!important;align-items:center!important;justify-content:center!important;transition:background .2s ease!important;cursor:pointer!important;width:42px!important;height:100%!important;flex-shrink:0!important;margin:0!important}.footer-newsletter .newsletter-form button:hover{background:var(--warm-dark)!important}.footer-bottom{padding:16px 0;background:var(--cream)}.footer-bottom-inner{display:flex;flex-direction:row;justify-content:space-between;align-items:flex-end}.footer-contact-cols{display:flex;gap:48px;flex-wrap:wrap}.footer-contact-label{font-size:9.5px;letter-spacing:.24em;color:var(--dark);margin-bottom:6px;text-transform:uppercase;font-weight:600;opacity:.85}.footer-contact-item p{font-size:11.5px;color:var(--text-body)}.footer-contact-item a{color:var(--text-body);transition:color .2s}.footer-contact-item a:hover{color:var(--brown)}.footer-legal{font-size:10.5px;color:var(--text-muted);letter-spacing:.04em}.footer-legal a{color:var(--text-body);transition:color .2s}.footer-legal a:hover{color:var(--brown)}.fade-in{opacity:0;transform:translateY(24px);transition:opacity .6s ease,transform .6s ease}.fade-in.visible{opacity:1;transform:none}.mobile-menu-header{display:none}.mobile-menu-close{display:flex;align-items:center;justify-content:center;width:36px;height:36px;padding:0;border:none;border-radius:50%;background:var(--warm-light);color:var(--dark);cursor:pointer;transition:background .15s}.mobile-menu-close:hover{background:var(--warm-mid)}.mobile-menu-close svg{display:block;width:18px;height:18px}.mobile-menu-icons{display:none}.desktop-only-icon{display:flex}.mobile-menu-toggle{display:none;flex-direction:column;gap:5px;width:28px;cursor:pointer;background:none;border:none;padding:4px 0}.mobile-menu-toggle span{display:block;height:2px;width:100%;background:var(--dark);border-radius:2px;transition:all .3s}.mobile-menu-toggle.open span:nth-child(1){transform:translateY(7px) rotate(45deg)}.mobile-menu-toggle.open span:nth-child(2){opacity:0}.mobile-menu-toggle.open span:nth-child(3){transform:translateY(-7px) rotate(-45deg)}@media(max-width:1100px){.cust-cards{grid-template-columns:repeat(2,1fr)}.cust-cards .cust-card:nth-child(2){border-right:none}.cust-cards .cust-card:nth-child(3){border-top:1px solid var(--border)}.cust-cards .cust-card:nth-child(4){border-top:1px solid var(--border);border-right:none}.pillars-grid{grid-template-columns:repeat(3,1fr)}.footer-top{display:grid;grid-template-columns:repeat(2,1fr);gap:28px 20px}.middle-inner{grid-template-columns:1fr 1fr}.bottom-inner{grid-template-columns:1fr 1fr 1fr}.stats-inner{grid-template-columns:repeat(3,1fr)}.stat-box:nth-child(3){border-right:none}.real-homes{grid-template-columns:1fr}.real-homes-left{border-right:none;border-bottom:1px solid rgba(255,255,255,.1);padding:40px 32px}.materials-banner{grid-template-columns:1fr;padding:48px 0}.materials-text{padding:0 32px 32px;border-right:none;border-bottom:1px solid var(--border)}.materials-swatches{grid-template-columns:repeat(3,1fr);padding:24px 32px}.press-section .container{grid-template-columns:1fr;gap:32px}.press-logos{flex-wrap:wrap;gap:0}.press-logo{padding:12px 20px}.featured-collection{grid-template-columns:1fr}.featured-image-side{min-height:320px}}@media(max-width:900px){:root{--header-h: 64px}.header-top-links{display:none}.search-bar{min-width:160px}.desktop-only-icon{display:none!important}.header-category-bar{display:block}.header-nav{display:none;position:absolute!important;top:100%!important;left:0;right:0;z-index:200!important;background:var(--cream);border-top:1px solid var(--border);border-bottom:2px solid var(--border);box-shadow:0 8px 24px #2a1f141f!important;padding:0!important}.header-nav.mobile-open{display:block!important;animation:mobileNavSlideDown .22s ease forwards}.mobile-menu-header{display:flex!important;align-items:center;justify-content:flex-end;padding:10px 16px 0}@keyframes mobileNavSlideDown{0%{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:translateY(0)}}.header-nav-inner{align-items:flex-start;padding:12px 16px!important;gap:0!important}.nav-row{width:100%;overflow-x:unset}.header-category-bar{padding:8px 0;border-bottom:1px solid var(--border)}.header-category-bar .primary-nav-list{display:flex;flex-wrap:nowrap;justify-content:space-between;align-items:center;gap:6px;padding:0 12px;margin:0;border-bottom:none;overflow-x:auto;scrollbar-width:none}.header-category-bar .primary-nav-list::-webkit-scrollbar{display:none}.header-category-bar .nav-item-primary{flex:1;min-width:0}.header-category-bar .primary-nav-list li a{display:inline-flex;align-items:center;justify-content:center;font-size:10px;letter-spacing:.04em;padding:7px 8px;min-height:32px;line-height:1;background:var(--warm-light);border:1px solid var(--border);border-radius:20px;white-space:nowrap;width:100%;box-sizing:border-box}.header-category-bar .dropdown-arrow,.header-category-bar .dropdown-menu{display:none!important}.primary-nav-list{display:flex;flex-wrap:wrap;gap:8px;padding:4px 0;border-bottom:none;overflow-x:unset;scrollbar-width:auto}.primary-nav-list li a{font-size:11.5px;letter-spacing:.1em;padding:6px 16px;background:var(--warm-light);border:1px solid var(--border);border-radius:20px;white-space:nowrap;display:inline-block}.secondary-nav-list{display:flex;flex-direction:column;gap:0;padding:4px 0;overflow-x:unset;scrollbar-width:auto;white-space:normal}.secondary-nav-list li a{display:block;font-size:14px;padding:10px 4px;border-bottom:1px solid var(--border);white-space:normal}.secondary-nav-list li:last-child a{border-bottom:none}.mobile-menu-icons{display:none!important;flex-direction:row;align-items:stretch;justify-content:stretch;gap:0;margin-top:12px;border-top:1px solid var(--border);padding-top:4px}.mobile-menu-icon-link{display:flex;flex-direction:column;align-items:center;justify-content:flex-start;gap:8px;flex:1;min-width:0;padding:14px 6px 10px;font-size:11px;line-height:1.2;font-family:Jost,sans-serif;font-weight:500;letter-spacing:.02em;color:var(--dark);text-decoration:none;text-align:center;background:none;border:none;border-right:1px solid var(--border);cursor:pointer;transition:background .15s}.mobile-menu-icon-link>span:not(.mobile-menu-icon-wrap){display:block;width:100%;text-align:center;line-height:1.2}.mobile-menu-icon-link:last-child{border-right:none}.mobile-menu-icon-link:hover,.mobile-menu-icon-link:focus{background:var(--warm-light)}.mobile-menu-icon-wrap{width:40px;height:40px;border-radius:50%;background:var(--warm-light);display:flex;align-items:center;justify-content:center;position:relative;flex-shrink:0}.mobile-menu-icon-wrap svg{display:block;flex-shrink:0;width:20px;height:20px}.mobile-theme-toggle .sun-icon{display:none}.mobile-theme-toggle .moon-icon{display:block}[data-theme=dark] .mobile-theme-toggle .moon-icon{display:none!important}[data-theme=dark] .mobile-theme-toggle .sun-icon{display:block!important}.mobile-menu-cart-count{position:absolute;top:-3px;right:-3px;background:var(--brown);color:#fff;font-size:9px;width:16px;height:16px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:600;line-height:1}.mobile-menu-toggle{display:flex!important;visibility:visible!important;opacity:1!important}.site-header{position:sticky!important;top:0!important;z-index:100!important;display:block!important;visibility:visible!important;max-width:100vw!important}.header-top{display:block!important;z-index:102!important;background:var(--cream)!important;box-shadow:0 2px 10px #2a1f1414!important;visibility:visible!important;opacity:1!important;overflow:hidden!important}.mobile-menu-icons{display:none!important}.header-nav.mobile-open .mobile-menu-icons{display:flex!important}.hero{min-height:70vh;background-position:65% center}.hero-content{padding:48px 24px;max-width:100%}.hero-title{font-size:clamp(32px,7vw,52px)}.cust-header{grid-template-columns:1fr;gap:24px}.cust-stats{grid-template-columns:repeat(2,1fr)}.product-card{flex:0 0 calc(48% - 10px)}.real-homes-gallery{grid-template-columns:repeat(2,1fr)}.materials-swatches{grid-template-columns:repeat(3,1fr);padding:24px}.footer-top{grid-template-columns:repeat(2,1fr);gap:32px}.stats-inner{grid-template-columns:repeat(3,1fr)}.middle-inner,.bottom-inner{grid-template-columns:1fr 1fr}}@media(max-width:640px){.container{padding:0 16px}.announcement-bar{font-size:10px;padding:8px 32px 8px 16px}.announcement-inner{gap:8px}.announcement-bar .sep{display:none}.header-top-inner{display:flex!important;justify-content:space-between!important;align-items:center!important;padding-top:10px!important;padding-bottom:10px!important;gap:8px!important;visibility:visible!important;overflow:hidden!important;max-width:100%!important}.header-actions{display:flex!important;align-items:center!important;gap:8px!important;visibility:visible!important;flex-shrink:0;min-width:0}.search-bar,.mobile-menu-toggle{display:flex!important;flex-shrink:0!important;visibility:visible!important;opacity:1!important}.search-bar{min-width:0;width:36px;padding:7px;overflow:hidden}.search-bar input{display:none}.logo{min-width:0;flex-shrink:1;overflow:hidden}.logo-icon-img{width:48px;height:48px;flex-shrink:0}.logo-divider{height:32px;margin:0 10px}.logo-brand-name{font-size:17px;letter-spacing:.08em}.logo-tagline{font-size:7.5px;letter-spacing:.3em}.hero{min-height:85vh;background-position:60% center;align-items:flex-end}.hero-content{padding:0 20px 48px;max-width:100%;background:linear-gradient(to top,rgba(0,0,0,.55) 0%,transparent 100%);width:100%}.hero-eyebrow{color:#ffffffbf;font-size:10px}.hero-title{font-size:clamp(28px,8vw,42px);color:#fff;margin-bottom:24px}.hero-btns{flex-direction:row;flex-wrap:wrap;gap:12px}.btn-text{color:#ffffffd9}.customize-banner{padding:48px 0 0}.cust-header{grid-template-columns:1fr;gap:16px;margin-bottom:32px}.cust-stats{grid-template-columns:repeat(2,1fr);gap:16px}.cust-cards{grid-template-columns:1fr 1fr}.cust-cards .cust-card{border-right:none;border-bottom:1px solid var(--border)}.cust-cards .cust-card:nth-child(odd){border-right:1px solid var(--border)}.cust-footer-bar{flex-direction:column;gap:12px;align-items:flex-start}.featured-collection{grid-template-columns:1fr}.featured-image-side{min-height:260px;max-height:300px}.featured-text-side{padding:40px 20px}.featured-title{font-size:clamp(28px,7vw,40px)}.pillars{padding:24px 0}.pillars-grid{grid-template-columns:repeat(2,1fr)}.pillar{padding:18px 12px;border-bottom:1px solid var(--border)}.pillar:nth-child(odd){border-right:1px solid var(--border)}.pillar:last-child{border-right:none}.best-sellers{padding:48px 0}.section-header{margin-bottom:24px}.product-card{flex:0 0 calc(75vw - 32px);min-width:calc(75vw - 32px)}.products-track{gap:14px}.carousel-prev{left:4px}.carousel-next{right:4px}.carousel-btn{width:36px;height:36px;font-size:14px}.real-homes{grid-template-columns:1fr}.real-homes-left{padding:32px 20px;border-right:none;border-bottom:1px solid rgba(255,255,255,.1)}.real-homes-left h2{font-size:26px}.real-homes-gallery{grid-template-columns:repeat(2,1fr)}.materials-banner{grid-template-columns:1fr;padding:40px 0}.materials-text{padding:0 20px 24px;border-right:none;border-bottom:1px solid var(--border)}.materials-text h2{font-size:28px}.materials-swatches{grid-template-columns:repeat(2,1fr);padding:24px 20px;gap:16px}.swatch-item{padding:0 8px;border-right:none}.swatch-item:nth-child(odd){border-right:1px solid var(--border)}.press-section{padding:40px 0}.press-section .container{grid-template-columns:1fr;gap:24px}.press-logos{flex-wrap:wrap;gap:0}.press-logo{font-size:14px;padding:10px 16px}.stats-inner{grid-template-columns:repeat(2,1fr)}.stat-box{border-bottom:1px solid var(--border)}.stat-box:nth-child(2n){border-right:none}.stat-box:nth-last-child(-n+2){border-bottom:none}.middle-inner{grid-template-columns:1fr}.ms-col{border-right:none;border-bottom:1px solid var(--border);padding:24px 20px}.ms-col:last-child{border-bottom:none}.ms-img{min-height:200px;padding:0}.bottom-inner{grid-template-columns:1fr}.bs-col{border-right:none;border-bottom:1px solid var(--border);padding:24px 20px}.bs-col:last-child{border-bottom:none}.footer-top{display:grid;grid-template-columns:repeat(2,1fr);gap:24px 16px;padding-top:32px;padding-bottom:28px}.footer-bottom-inner{flex-direction:column;align-items:flex-start;gap:16px}.footer-contact-cols{gap:20px;flex-direction:column}.ss-inner{flex-direction:column;padding:12px 16px;gap:12px}.ss-item{border-right:none;border-bottom:1px solid var(--border);padding-right:0;padding-bottom:12px}.ss-item:last-child{border-bottom:none;padding-bottom:0}}.floating-whatsapp{position:fixed;bottom:24px;right:24px;width:60px;height:60px;background:#25d366;border-radius:50%;display:flex;align-items:center;justify-content:center;box-shadow:0 4px 12px #00000026;z-index:1000;transition:transform .3s}.floating-whatsapp:hover{transform:scale(1.1)}.support-strip{background:var(--cream);border-top:1px solid var(--border);padding:20px 0}.ss-inner{display:flex;justify-content:space-between;flex-wrap:wrap;gap:20px;padding:12px 32px}.ss-item{display:flex;align-items:center;gap:16px;flex:1;min-width:180px;border-right:1px solid var(--border);padding-right:16px}.ss-item:last-child{border-right:none;padding-right:0}.ss-icon{font-size:24px;color:var(--warm-dark);background:#fff;border-radius:50%;width:48px;height:48px;display:flex;align-items:center;justify-content:center;box-shadow:0 4px 10px #0000000d;flex-shrink:0}.ss-item strong{display:block;font-size:11px;font-weight:600;color:var(--dark);margin-bottom:2px}.ss-item span{font-size:10.5px;color:var(--text-muted)}[data-theme=dark]{--cream: #141414;--warm-light: #1A1A1A;--warm-mid: #222222;--card-bg: #1E1E1E;--border: #2C2C2C;--brown: #D4A373;--warm-dark: #E6CCB2;--dark: #F5F2EE;--text-body: #E8E2D9;--text-muted: #A0988D;--bg-dark-green: #141A12}html[data-theme=dark],[data-theme=dark] body,[data-theme=dark] #page-container,[data-theme=dark] .body-content-wrapper,[data-theme=dark] .wrapper-body,[data-theme=dark] .wrapper-footer,[data-theme=dark] #MainContent,[data-theme=dark] main{background-color:#141414!important;color:#e8e2d9!important}[data-theme=dark] h1,[data-theme=dark] h2,[data-theme=dark] h3,[data-theme=dark] h4,[data-theme=dark] .nh-heading,[data-theme=dark] .cust-headline,[data-theme=dark] .featured-title,[data-theme=dark] .search-bestsellers-title,[data-theme=dark] .page-title,[data-theme=dark] .card-title,[data-theme=dark] .card-title a{color:#f5f2ee!important}[data-theme=dark] p,[data-theme=dark] .nh-body,[data-theme=dark] .search-bestsellers-subtitle,[data-theme=dark] .product-dims,[data-theme=dark] .cust-stat span{color:#a0988d!important}[data-theme=dark] .site-header,[data-theme=dark] .header-top,[data-theme=dark] .header-category-bar,[data-theme=dark] .header-nav{background:#141414!important;border-color:#2b2b2b!important}[data-theme=dark] .logo-brand-name{color:#f5f2ee!important}[data-theme=dark] .logo-tagline{color:#a0988d!important}[data-theme=dark] .logo-divider{background:#d4a373!important;opacity:.4!important}[data-theme=dark] .header-top-links a{color:#c8c0b5!important}[data-theme=dark] .header-top-links a:hover{color:#d4a373!important}[data-theme=dark] .header-top-links .sep{color:#444!important}[data-theme=dark] .header-top-links .nav-disabled{color:#666!important}[data-theme=dark] .search-bar{background:#202020!important;border-color:#333!important}[data-theme=dark] .search-bar input{color:#f5f2ee!important}[data-theme=dark] .search-bar input::placeholder{color:#8c857d!important}[data-theme=dark] .icon-btn{color:#f5f2ee!important}[data-theme=dark] .cart-count{background:#d4a373!important;color:#141414!important}[data-theme=dark] .primary-nav-list li a{color:#f5f2ee!important;background:#222!important;border-color:#333!important}[data-theme=dark] .primary-nav-list li a:hover{color:#141414!important;background:#d4a373!important;border-color:#d4a373!important}[data-theme=dark] .dropdown-menu{background:#1c1c1c!important;border-color:#333!important;box-shadow:0 10px 30px #0009!important}[data-theme=dark] .dropdown-menu a{color:#e8e2d9!important}[data-theme=dark] .dropdown-menu a:hover{background:#d4a37326!important;color:#d4a373!important}[data-theme=dark] .secondary-nav-list li a{color:#d4a373!important}[data-theme=dark] .secondary-nav-list li a:hover{color:#f5f2ee!important}[data-theme=dark] .mobile-menu-close{background:#282828!important;color:#f5f2ee!important}[data-theme=dark] .header-nav.mobile-open{background:#181818!important;border-color:#333!important}[data-theme=dark] .mobile-subnav-title{color:#d4a373!important}[data-theme=dark] .mobile-subnav-links a{color:#ccc!important}[data-theme=dark] .customize-banner{background:#161616!important}[data-theme=dark] .cust-stat strong{color:#f5f2ee!important}[data-theme=dark] .cust-stat svg{color:#d4a373!important;stroke:#d4a373!important}[data-theme=dark] .cust-cards{border-color:#2c2c2c!important}[data-theme=dark] .cust-card{background:#1e1e1e!important;border-color:#2c2c2c!important}[data-theme=dark] .cust-card:hover{background:#262626!important}[data-theme=dark] .cust-card h3{color:#f5f2ee!important}[data-theme=dark] .cust-card-link{color:#d4a373!important;border-color:#d4a373!important}[data-theme=dark] .cust-card-link:hover{color:#fff!important;border-color:#fff!important}[data-theme=dark] .cust-footer-bar .btn-dark{background:#d4a373!important;color:#141414!important}[data-theme=dark] .featured-collection{background:#141414!important}[data-theme=dark] .featured-text-side{background:#1a1a1a!important}[data-theme=dark] .featured-text-side .btn-outline{border-color:#d4a373!important;color:#d4a373!important}[data-theme=dark] .featured-text-side .btn-outline:hover{background:#d4a373!important;color:#141414!important}[data-theme=dark] .pillars{background:#161616!important;border-color:#2c2c2c!important}[data-theme=dark] .pillar{border-color:#2c2c2c!important}[data-theme=dark] .pillar:hover{background:#ffffff0a!important}[data-theme=dark] .pillar h4{color:#f5f2ee!important}[data-theme=dark] .pillar-icon svg{color:#d4a373!important}[data-theme=dark] .best-sellers{background:#141414!important;border-color:#2c2c2c!important}[data-theme=dark] .product-card{background:#1e1e1e!important;border-color:#2c2c2c!important}[data-theme=dark] .product-name,[data-theme=dark] .product-title{color:#f5f2ee!important}[data-theme=dark] .product-price{color:#d4a373!important}[data-theme=dark] .real-homes{background:#121810!important}[data-theme=dark] .materials-banner{background:#141414!important}[data-theme=dark] .materials-text{background:#1a1a1a!important;border-right:1px solid #2C2C2C!important}[data-theme=dark] .materials-text .section-eyebrow,[data-theme=dark] .materials-text .nh-eyebrow{color:#d4a373!important}[data-theme=dark] .materials-text .nh-heading,[data-theme=dark] .materials-text h2{color:#f5f2ee!important}[data-theme=dark] .materials-text .nh-body,[data-theme=dark] .materials-text p{color:#a0988d!important}[data-theme=dark] .materials-text .btn-outline-dark{border-color:#d4a373!important;color:#d4a373!important}[data-theme=dark] .materials-text .btn-outline-dark:hover{background:#d4a373!important;color:#141414!important}[data-theme=dark] .swatch-item{background:transparent!important;border-color:#2c2c2c!important}[data-theme=dark] .swatch-item strong{color:#f5f2ee!important}[data-theme=dark] .swatch-item p{color:#a0988d!important}[data-theme=dark] .press-section{background:#10140f!important}[data-theme=dark] .press-logo{color:#ffffffbf!important;border-color:#ffffff26!important}[data-theme=dark] .press-logo:hover{color:#fff!important}[data-theme=dark] .footer-strips-wrapper,[data-theme=dark] .stats-strip,[data-theme=dark] .bottom-strip{background:#121212!important;border-color:#2c2c2c!important}[data-theme=dark] .bs-col{background:#181818!important;border-color:#2c2c2c!important}[data-theme=dark] .bs-intro{background:#181818!important}[data-theme=dark] .bs-intro .ms-eyebrow,[data-theme=dark] .bs-intro .nh-eyebrow{color:#d4a373!important}[data-theme=dark] .bs-intro .nh-heading,[data-theme=dark] .bs-intro h3{color:#f5f2ee!important}[data-theme=dark] .bs-intro .nh-body,[data-theme=dark] .bs-intro p{color:#a0988d!important}[data-theme=dark] .bs-store{background:#181818!important}[data-theme=dark] .bs-store .ms-eyebrow,[data-theme=dark] .bs-store .nh-eyebrow{color:#d4a373!important}[data-theme=dark] .bs-store .nh-body,[data-theme=dark] .bs-store p{color:#c8c0b5!important}[data-theme=dark] .bs-store .btn-text-sm{color:#d4a373!important;border-color:#d4a373!important}[data-theme=dark] .bs-store .btn-text-sm:hover{color:#fff!important;border-color:#fff!important}[data-theme=dark] .bs-map-wrap iframe{filter:grayscale(.7) invert(.9) contrast(1.1);border-radius:4px}[data-theme=dark] .bs-more .more-box{background:#181818!important;border-color:#2c2c2c!important}[data-theme=dark] .more-box-icon svg{color:#d4a373!important}[data-theme=dark] .more-box-text strong{color:#f5f2ee!important}[data-theme=dark] .more-box-text span{color:#a0988d!important}[data-theme=dark] .more-box .btn-text-sm{color:#d4a373!important;border-color:#d4a373!important}[data-theme=dark] .stat-box{border-color:#2c2c2c!important}[data-theme=dark] .stat-box strong{color:#f5f2ee!important}[data-theme=dark] .carousel-btn{background:#282828!important;color:#f5f2ee!important;box-shadow:0 4px 16px #0006!important}[data-theme=dark] .carousel-btn:hover{background:#d4a373!important;color:#141414!important}[data-theme=dark] .wishlist-btn{background:#282828d9!important;color:#f5f2ee!important}[data-theme=dark] .ss-icon{background:#2a2a2a!important;color:#d4a373!important}[data-theme=dark] .more-box{background:#262626!important}[data-theme=dark] .theme-toggle-btn .moon-icon{display:none!important}[data-theme=dark] .theme-toggle-btn .sun-icon{display:block!important}.theme-toggle-btn .sun-icon{display:none}.theme-toggle-btn .moon-icon{display:block}[data-theme=dark] .site-footer{background-color:#101010!important;color:#e8e2d9!important;border-top:1px solid #222222!important;width:100%!important;max-width:100%!important}[data-theme=dark] .wrapper-footer{background-color:#101010!important;width:100%!important;border:none!important}[data-theme=dark] .footer-top{border-bottom:1px solid #222222!important}[data-theme=dark] .footer-brand p{color:#c8c0b5!important}[data-theme=dark] .social-links a{background:#1c1c1c!important;border:1px solid #333333!important;color:#e8e2d9!important}[data-theme=dark] .social-links a:hover{background:#d4a373!important;border-color:#d4a373!important;color:#141414!important;transform:translateY(-2px)}[data-theme=dark] .footer-col h4{color:#fff!important;letter-spacing:.18em!important}[data-theme=dark] .footer-col ul li a{color:#a0988d!important}[data-theme=dark] .footer-col ul li a:hover{color:#d4a373!important;transform:translate(3px)}[data-theme=dark] .footer-custom-text-content,[data-theme=dark] .footer-newsletter p{color:#c8c0b5!important}[data-theme=dark] .footer-newsletter .newsletter-form{background:#1c1c1c!important;border:1px solid #333333!important}[data-theme=dark] .footer-newsletter .newsletter-form input{color:#fff!important}[data-theme=dark] .footer-newsletter .newsletter-form input::placeholder{color:#777!important}[data-theme=dark] .footer-newsletter .newsletter-form button{background:#d4a373!important;color:#141414!important;font-weight:700!important}[data-theme=dark] .footer-newsletter .newsletter-form button:hover{background:#e2c9a8!important;color:#141414!important}[data-theme=dark] .footer-bottom{background:#0a0a0a!important;border-top:1px solid #1C1C1C!important}[data-theme=dark] .footer-contact-label{color:#d4a373!important;font-weight:700!important}[data-theme=dark] .footer-contact-item p{color:#c8c0b5!important}[data-theme=dark] .footer-contact-item a{color:#e8e2d9!important}[data-theme=dark] .footer-contact-item a:hover{color:#fff!important;text-decoration:underline!important}[data-theme=dark] .footer-legal{color:#777!important}[data-theme=dark] .footer-legal a{color:#a0988d!important}[data-theme=dark] .footer-legal a:hover{color:#fff!important}[data-theme=dark] .main-search,[data-theme=dark] .search-container,[data-theme=dark] .search-landing-wrapper,[data-theme=dark] .halo-search-content,[data-theme=dark] .page-header{background:#141414!important;color:#e8e2d9!important}[data-theme=dark] .search-hero-banner{background:#1a1a1a!important;border:1px solid #2C2C2C!important;box-shadow:0 8px 32px #0006!important}[data-theme=dark] .search-hero-title,[data-theme=dark] .search-bestsellers-title{color:#fff!important}[data-theme=dark] .search-hero-subtitle,[data-theme=dark] .search-bestsellers-subtitle{color:#c8c0b5!important}[data-theme=dark] .search-hero-form-wrap .search-landing-input-wrap{background:#222!important;border:1px solid #333333!important}[data-theme=dark] .search-hero-form-wrap .search__input{background:transparent!important;color:#fff!important}[data-theme=dark] .search-hero-form-wrap .search__input::placeholder{color:#8c857d!important}[data-theme=dark] .search-hero-form-wrap .search__button{background:#d4a373!important;color:#141414!important}[data-theme=dark] .search-hero-form-wrap .search__button svg{stroke:#141414!important;fill:#141414!important}[data-theme=dark] .search-hero-image-wrap{border:1px solid #333333!important}[data-theme=dark] .search-value-props-bar{background:#1a1a1a!important;border:1px solid #2C2C2C!important}[data-theme=dark] .value-prop-icon,[data-theme=dark] .value-prop-icon svg{color:#d4a373!important;stroke:#d4a373!important}[data-theme=dark] .value-prop-text strong{color:#fff!important}[data-theme=dark] .value-prop-text span{color:#a0988d!important}[data-theme=dark] .search-sidebar-box{background-color:#1a1a1a!important;border-color:#2c2c2c!important}[data-theme=dark] .search-sidebar-heading{border-bottom-color:#d4a373!important}[data-theme=dark] .search-sidebar-heading h2{color:#f5f2ee!important}[data-theme=dark] .search-cat-item{border-bottom-color:#262626!important}[data-theme=dark] .search-cat-link{color:#e8e2d9!important}[data-theme=dark] .search-cat-link:hover{color:#d4a373!important}[data-theme=dark] .search-cat-toggle{color:#a0988d!important}[data-theme=dark] .search-cat-toggle:hover{color:#d4a373!important}[data-theme=dark] .search-subcat-link{color:#a0988d!important}[data-theme=dark] .search-subcat-link:hover{color:#d4a373!important}[data-theme=dark] .search-bestsellers-header{border-bottom-color:#2c2c2c!important}[data-theme=dark] .search-landing-form .form-fieldInline{background-color:#1e1e1e!important;border-color:#333!important;box-shadow:0 4px 16px #0006!important}[data-theme=dark] .search-landing-form .form-input{color:#f5f2ee!important}[data-theme=dark] .search-landing-form .button{background-color:#d4a373!important;color:#141414!important;border-color:#d4a373!important}[data-theme=dark] .search-container #main-page-article-grid .resultTable .item{background-color:#1e1e1e!important;border:1px solid #2C2C2C!important;color:#e8e2d9!important}[data-theme=dark] .search-container .toolbar-item .toolbar-icon{border-color:#333!important;background:#1e1e1e!important}[data-theme=dark] .search-container .toolbar-item .toolbar-icon.active{border-color:#d4a373!important}[data-theme=dark] #landing-bestsellers-product-grid .search-skeleton-card{background-color:#1a1a1a!important;border:1px solid #2C2C2C!important;box-shadow:0 4px 20px #0000004d!important}[data-theme=dark] #landing-bestsellers-product-grid .search-skeleton-card:after{background:linear-gradient(90deg,transparent 0%,rgba(255,255,255,.05) 50%,transparent 100%)!important}[data-theme=dark] #landing-bestsellers-product-grid .search-skeleton-image,[data-theme=dark] #landing-bestsellers-product-grid .search-skeleton-img{background-color:#242424!important;border-radius:8px!important}[data-theme=dark] #landing-bestsellers-product-grid .search-skeleton-title{background-color:#2a2a2a!important;border-radius:4px!important}[data-theme=dark] #landing-bestsellers-product-grid .search-skeleton-subtitle{background-color:#202020!important;border-radius:4px!important}[data-theme=dark] #landing-bestsellers-product-grid .search-skeleton-price{background-color:#2a2a2a!important;border-radius:4px!important}[data-theme=dark] #landing-bestsellers-product-grid .search-skeleton-emi{background-color:#1e1e1e!important;border:1px solid #2C2C2C!important;border-radius:6px!important}[data-theme=dark] #landing-bestsellers-product-grid .card,[data-theme=dark] #landing-bestsellers-product-grid .product-item{background-color:#1a1a1a!important;border:1px solid #2C2C2C!important;box-shadow:0 4px 20px #0000004d!important}[data-theme=dark] #landing-bestsellers-product-grid .card:hover{border-color:#444!important;box-shadow:0 8px 30px #00000080!important}[data-theme=dark] #landing-bestsellers-product-grid .card-information{background-color:#1a1a1a!important}[data-theme=dark] #landing-bestsellers-product-grid .card__heading,[data-theme=dark] #landing-bestsellers-product-grid .card-title,[data-theme=dark] #landing-bestsellers-product-grid .card-title a{color:#fff!important}[data-theme=dark] #landing-bestsellers-product-grid .card:hover .card-title,[data-theme=dark] #landing-bestsellers-product-grid .card-title a:hover{color:#d4a373!important}[data-theme=dark] #landing-bestsellers-product-grid .price,[data-theme=dark] #landing-bestsellers-product-grid .price-item--regular{color:#fff!important}[data-theme=dark] #landing-bestsellers-product-grid .price-item--sale{color:#ff5a5f!important}[data-theme=dark] #landing-bestsellers-product-grid .price__compare s,[data-theme=dark] #landing-bestsellers-product-grid .price__compare .price-item--regular{color:#8c857d!important}[data-theme=dark] #landing-bestsellers-product-grid .price__sale-label,[data-theme=dark] #landing-bestsellers-product-grid .badge-sale{background-color:#8c2d19!important;color:#fff!important}[data-theme=dark] #landing-bestsellers-product-grid .tt-emi-card{background-color:#222!important;border:1px solid #333333!important;color:#c8c0b5!important}[data-theme=dark] #landing-bestsellers-product-grid .tt-emi-card *{color:#c8c0b5!important}[data-theme=dark] #landing-bestsellers-product-grid .tt-emi-card strong{color:#fff!important}[data-theme=dark] #landing-bestsellers-product-grid .tt-emi-card svg{stroke:#d4a373!important;color:#d4a373!important}[data-theme=dark] #landing-bestsellers-product-grid .tt-emi-link{color:#d4a373!important}[data-theme=dark] #landing-bestsellers-product-grid .tt-emi-link:hover{color:#fff!important}[data-theme=dark] #landing-bestsellers-product-grid .card-swatch .swatch-label.is-active{outline:2px solid #D4A373!important}[data-theme=dark] #landing-bestsellers-product-grid .card-swatch .number-showmore{background:#282828!important;color:#a0988d!important}[data-theme=dark] .search-sidebar-box{background-color:#1a1a1a!important;border:1px solid #2C2C2C!important}[data-theme=dark] .sidebar-filter-group{border-bottom:1px solid #282828!important}[data-theme=dark] .sidebar-filter-title{color:#fff!important}[data-theme=dark] .sidebar-filter-title span{color:#d4a373!important}[data-theme=dark] .btn-clear-all-filters,[data-theme=dark] #btn-clear-all-filters{background-color:#222!important;border:1px solid #333333!important;color:#e8e2d9!important}[data-theme=dark] .btn-clear-all-filters:hover,[data-theme=dark] #btn-clear-all-filters:hover{background-color:#2a2a2a!important;color:#fff!important;border-color:#444!important}[data-theme=dark] .filter-checkbox-label{color:#e8e2d9!important}[data-theme=dark] .filter-checkbox-label:hover{color:#fff!important}[data-theme=dark] .filter-checkbox-label span{color:#e8e2d9!important}[data-theme=dark] .filter-checkbox-label:hover span{color:#fff!important}[data-theme=dark] .filter-checkbox-label input[type=checkbox]{border:1.5px solid #444444!important;background:#222!important}[data-theme=dark] .filter-checkbox-label input[type=checkbox]:checked{background:#d4a373!important;border-color:#d4a373!important}[data-theme=dark] .shape-list-item{color:#e8e2d9!important;background:transparent!important;border:1px solid transparent!important}[data-theme=dark] .shape-list-item span{color:#e8e2d9!important}[data-theme=dark] .shape-list-item .shape-svg-icon{color:#d4a373!important}[data-theme=dark] .shape-list-item .shape-svg-icon svg{stroke:#d4a373!important;color:#d4a373!important}[data-theme=dark] .shape-list-item:hover{background:#252525!important;color:#fff!important}[data-theme=dark] .shape-list-item:hover span{color:#fff!important}[data-theme=dark] .shape-list-item:hover .shape-svg-icon svg{stroke:#fff!important}[data-theme=dark] .shape-list-item.is-active{background:#222!important;border-color:#d4a373!important;color:#d4a373!important}[data-theme=dark] .shape-list-item.is-active span{color:#d4a373!important;font-weight:600!important}[data-theme=dark] .shape-list-item.is-active .shape-svg-icon svg{stroke:#d4a373!important}[data-theme=dark] .filter-accordion-group .accordion-item{border-bottom:1px solid #282828!important}[data-theme=dark] .accordion-btn{color:#f5f2ee!important}[data-theme=dark] .accordion-btn:hover,[data-theme=dark] .accordion-btn span,[data-theme=dark] .accordion-btn .accordion-icon{color:#d4a373!important}[data-theme=dark] .sidebar-promo-card{background-color:#1a1a1a!important;border:1px solid #2C2C2C!important}[data-theme=dark] .sidebar-promo-card .promo-tag{background-color:#d4a373!important;color:#141414!important}[data-theme=dark] .sidebar-promo-card .promo-content h4{color:#fff!important}[data-theme=dark] .sidebar-promo-card .promo-content p{color:#c8c0b5!important}[data-theme=dark] .sidebar-promo-card .promo-btn{background-color:#d4a373!important;color:#141414!important;font-weight:700!important}[data-theme=dark] .sidebar-promo-card .promo-btn:hover{background-color:#e2c9a8!important;color:#141414!important}[data-theme=dark] .search-pagination-wrap{border-top:1px solid #282828!important}[data-theme=dark] .search-pagination-info{color:#a0988d!important}[data-theme=dark] .search-page-btn{background-color:#1e1e1e!important;border:1px solid #333333!important;color:#e8e2d9!important;box-shadow:0 1px 4px #0000004d!important}[data-theme=dark] .search-page-btn:hover:not(:disabled):not(.is-active){background-color:#282828!important;border-color:#d4a373!important;color:#d4a373!important}[data-theme=dark] .search-page-btn.is-active{background-color:#d4a373!important;border-color:#d4a373!important;color:#141414!important;font-weight:700!important;box-shadow:0 2px 8px #d4a37340!important}[data-theme=dark] .search-page-btn:disabled,[data-theme=dark] .search-page-btn.is-disabled{background-color:#161616!important;border-color:#242424!important;color:#555!important;opacity:.5!important}[data-theme=dark] .search-page-ellipsis{color:#777!important}[data-theme=dark] .search-fabric-banner{background-color:#1a1a1a!important;border:1px solid #2C2C2C!important}[data-theme=dark] .fabric-banner-content h2,[data-theme=dark] .fabric-banner-content h3{color:#fff!important}[data-theme=dark] .fabric-banner-content p{color:#c8c0b5!important}[data-theme=dark] .feature-pill{background-color:#222!important;border:1px solid #333333!important;color:#e8e2d9!important}[data-theme=dark] .feature-pill:hover{border-color:#d4a373!important;color:#fff!important}[data-theme=dark] .search-help-bar{background-color:#1a1a1a!important;border:1px solid #2C2C2C!important}[data-theme=dark] .help-item{color:#e8e2d9!important}[data-theme=dark] .help-text strong{color:#fff!important}[data-theme=dark] .help-text span{color:#a0988d!important}[data-theme=dark] .tt-about-page-wrapper{--tt-cream: #141414;--tt-sand: #1A1A1A;--tt-sand-mid: #222222;--tt-card-bg: #1E1E1E;--tt-olive: #D4A373;--tt-olive-hover: #E2C9A8;--tt-olive-light: #2A2A2A;--tt-brown: #D4A373;--tt-caramel: #D4A373;--tt-gold: #D4A373;--tt-dark: #FFFFFF;--tt-text-main: #E8E2D9;--tt-text-muted: #A0988D;--tt-border: #2C2C2C;--tt-border-dark: #3F3F3F;--tt-shadow-soft: 0 10px 30px rgba(0, 0, 0, .4);--tt-shadow-card: 0 16px 40px rgba(0, 0, 0, .5);background-color:#141414!important;color:#e8e2d9!important}[data-theme=dark] .tt-about-hero{background:linear-gradient(180deg,#1c1c1c,#141414)!important;border-bottom:1px solid #2C2C2C!important}[data-theme=dark] .tt-about-hero h1{color:#fff!important}[data-theme=dark] .tt-about-hero h1 em{color:#d4a373!important}[data-theme=dark] .tt-about-hero-lead{color:#c8c0b5!important}[data-theme=dark] .tt-motto-pill{background:#1e1e1e!important;border:1px solid #333333!important;color:#fff!important;box-shadow:0 4px 16px #0000004d!important}[data-theme=dark] .tt-motto-pill span.dot{background-color:#d4a373!important}[data-theme=dark] .tt-hero-caption-card{background:#1e1e1e!important;border:1px solid #2C2C2C!important;color:#fff!important}[data-theme=dark] .tt-hero-caption-card h4{color:#fff!important}[data-theme=dark] .tt-hero-caption-card p{color:#c8c0b5!important}[data-theme=dark] .tt-section-header h2{color:#fff!important}[data-theme=dark] .tt-section-header p{color:#a0988d!important}[data-theme=dark] .tt-custom-card{background:#1e1e1e!important;border:1px solid #2C2C2C!important}[data-theme=dark] .tt-custom-card:hover{border-color:#d4a373!important;box-shadow:0 12px 32px #0006!important}[data-theme=dark] .tt-custom-card-icon{background:#282828!important;color:#d4a373!important;border-color:#383838!important}[data-theme=dark] .tt-custom-card h3{color:#fff!important}[data-theme=dark] .tt-custom-card p{color:#a0988d!important}[data-theme=dark] .tt-founder-section{background:#181818!important;border-top:1px solid #2C2C2C!important;border-bottom:1px solid #2C2C2C!important}[data-theme=dark] .tt-founder-photo-card{background:#1e1e1e!important;border:1px solid #2C2C2C!important}[data-theme=dark] .tt-founder-info-bar h4{color:#fff!important}[data-theme=dark] .tt-founder-info-bar span.role{color:#d4a373!important}[data-theme=dark] .tt-founder-quote-banner{background:#d4a3731a!important;border-left:3px solid #D4A373!important}[data-theme=dark] .tt-founder-quote-banner p,[data-theme=dark] .tt-journey-content-col h2,[data-theme=dark] .tt-journey-lead{color:#fff!important}[data-theme=dark] .tt-journey-desc{color:#c8c0b5!important}[data-theme=dark] .tt-journey-timeline:before{background:#333!important}[data-theme=dark] .tt-timeline-dot{background:#1e1e1e!important;border:2px solid #D4A373!important;color:#d4a373!important}[data-theme=dark] .tt-timeline-body{background:#1e1e1e!important;border:1px solid #2C2C2C!important}[data-theme=dark] .tt-timeline-body:hover{border-color:#d4a373!important}[data-theme=dark] .tt-timeline-body h4{color:#fff!important}[data-theme=dark] .tt-timeline-body p{color:#a0988d!important}[data-theme=dark] .tt-philosophy-banner{background:#1a1a1a!important;border-top:1px solid #2C2C2C!important;border-bottom:1px solid #2C2C2C!important}[data-theme=dark] .tt-philosophy-text h2{color:#fff!important}[data-theme=dark] .tt-philosophy-text p{color:#c8c0b5!important}[data-theme=dark] .tt-quote-highlight-box{border-left:3px solid #D4A373!important}[data-theme=dark] .tt-quote-highlight-box p{color:#fff!important}[data-theme=dark] .tt-stat-card-dark{background:#242424!important;border:1px solid #383838!important}[data-theme=dark] .tt-stat-card-dark .num{color:#d4a373!important}[data-theme=dark] .tt-gallery-section{background:#141414!important}[data-theme=dark] .tt-materials-strip{background:#181818!important;border-top:1px solid #2C2C2C!important;border-bottom:1px solid #2C2C2C!important}[data-theme=dark] .tt-material-thumb{border:2px solid #333333!important}[data-theme=dark] .tt-material-info h4{color:#fff!important}[data-theme=dark] .tt-material-info p{color:#a0988d!important}[data-theme=dark] .tt-about-cta-card{background:linear-gradient(135deg,#1e1e1e,#161616)!important;border:1px solid #2C2C2C!important}[data-theme=dark] .tt-btn-primary{background-color:#d4a373!important;color:#141414!important;border-color:#d4a373!important;font-weight:700!important}[data-theme=dark] .tt-btn-primary:hover{background-color:#e2c9a8!important;color:#141414!important}[data-theme=dark] .tt-btn-secondary{background-color:transparent!important;color:#fff!important;border:1.5px solid #444444!important}[data-theme=dark] .tt-btn-secondary:hover{background-color:#252525!important;border-color:#d4a373!important;color:#d4a373!important}[data-theme=dark] .tt-contact-luxury-wrap{background-color:#141414!important;color:#e8e2d9!important}[data-theme=dark] .tt-contact-hero{background:linear-gradient(180deg,#1c1c1c,#141414)!important;border-bottom:1px solid #2C2C2C!important}[data-theme=dark] .tt-contact-pill{background-color:#222!important;border:1px solid #333333!important;color:#d4a373!important}[data-theme=dark] .tt-contact-hero-title{color:#fff!important}[data-theme=dark] .tt-contact-hero-subtitle{color:#c8c0b5!important}[data-theme=dark] .tt-action-card{background:#1a1a1a!important;border:1px solid #2C2C2C!important;box-shadow:0 2px 10px #0000004d!important}[data-theme=dark] .tt-action-card:hover{border-color:#d4a373!important;box-shadow:0 10px 28px #00000080!important}[data-theme=dark] .tt-action-whatsapp{background:#1a1a1a!important;border-color:#2c2c2c!important}[data-theme=dark] .tt-action-icon-box{background:#242424!important;color:#d4a373!important}[data-theme=dark] .tt-action-icon-box svg.tt-phone-icon,[data-theme=dark] .tt-action-icon-box svg.tt-mail-icon,[data-theme=dark] .tt-action-icon-box svg.tt-store-icon{stroke:#d4a373!important}[data-theme=dark] .tt-action-icon-box svg.tt-phone-icon *,[data-theme=dark] .tt-action-icon-box svg.tt-mail-icon *,[data-theme=dark] .tt-action-icon-box svg.tt-store-icon *{stroke:#d4a373!important}[data-theme=dark] .tt-action-icon-box svg.tt-wa-icon path{fill:#25d366!important}[data-theme=dark] .tt-action-whatsapp .tt-action-icon-box{background:#1b3322!important}[data-theme=dark] .tt-action-badge{color:#d4a373!important}[data-theme=dark] .tt-action-title{color:#fff!important}[data-theme=dark] .tt-action-desc{color:#a0988d!important}[data-theme=dark] .tt-action-link{color:#d4a373!important}[data-theme=dark] .tt-contact-form-card{background:#1a1a1a!important;border:1px solid #2C2C2C!important;box-shadow:0 4px 20px #0006!important}[data-theme=dark] .tt-form-pill{background:#242424!important;color:#d4a373!important}[data-theme=dark] .tt-form-title{color:#fff!important}[data-theme=dark] .tt-form-subtitle{color:#c8c0b5!important}[data-theme=dark] .tt-input-group label{color:#e8e2d9!important}[data-theme=dark] .tt-input-group input,[data-theme=dark] .tt-input-group select,[data-theme=dark] .tt-input-group textarea{background:#222!important;border:1px solid #333333!important;color:#fff!important}[data-theme=dark] .tt-input-group input:focus,[data-theme=dark] .tt-input-group select:focus,[data-theme=dark] .tt-input-group textarea:focus{border-color:#d4a373!important;background:#282828!important;box-shadow:0 0 0 3px #d4a37333!important}[data-theme=dark] .tt-form-submit-btn{background:#d4a373!important;color:#141414!important;font-weight:700!important;box-shadow:0 4px 16px #d4a37340!important}[data-theme=dark] .tt-form-submit-btn:hover{background:#e2c9a8!important;color:#141414!important}[data-theme=dark] .tt-form-footer-note{color:#a0988d!important}[data-theme=dark] .tt-studios-box{background:#1a1a1a!important;border:1px solid #2C2C2C!important;box-shadow:0 4px 20px #0006!important}[data-theme=dark] .tt-studios-pill{background:#242424!important;color:#d4a373!important}[data-theme=dark] .tt-studios-title{color:#fff!important}[data-theme=dark] .tt-studios-subtitle{color:#c8c0b5!important}[data-theme=dark] .tt-studio-card{background:#222!important;border:1px solid #2E2E2E!important}[data-theme=dark] .tt-studio-card.is-active{border-color:#d4a373!important;background:#262420!important}[data-theme=dark] .tt-studio-badge{background:#d4a373!important;color:#141414!important}[data-theme=dark] .tt-studio-name{color:#fff!important}[data-theme=dark] .tt-studio-address{color:#c8c0b5!important}[data-theme=dark] .tt-studio-meta{color:#a0988d!important}[data-theme=dark] .tt-studio-btn-map{background:#282828!important;color:#e8e2d9!important;border:1px solid #383838!important}[data-theme=dark] .tt-studio-btn-map:hover{background:#333!important;color:#fff!important;border-color:#d4a373!important}[data-theme=dark] .tt-studio-btn-visit{background:#25d366!important;color:#141414!important;font-weight:700!important;border:1px solid #25D366!important}[data-theme=dark] .tt-studio-btn-visit:hover{background:#20ba5a!important}[data-theme=dark] .tt-more-stores-card{background:#1c1c1c!important;border:1px dashed #333333!important}[data-theme=dark] .tt-direct-vip-card{background:linear-gradient(135deg,#1e1e1e,#161616)!important;border:1px solid #2C2C2C!important;box-shadow:0 8px 24px #0006!important}[data-theme=dark] .tt-assurance-ribbon{background:#1a1a1a!important;border:1px solid #2C2C2C!important;box-shadow:0 2px 12px #0000004d!important}[data-theme=dark] .tt-assurance-text strong{color:#fff!important}[data-theme=dark] .tt-assurance-text span{color:#a0988d!important}[data-theme=dark] .tt-policy-luxury-wrap{background-color:#141414!important;color:#e8e2d9!important}[data-theme=dark] .tt-policy-hero{background:linear-gradient(180deg,#1c1c1c,#141414)!important;border-bottom:1px solid #2C2C2C!important}[data-theme=dark] .tt-policy-pill{background-color:#222!important;border:1px solid #333333!important;color:#d4a373!important}[data-theme=dark] .tt-policy-hero-title{color:#fff!important}[data-theme=dark] .tt-policy-hero-subtitle{color:#c8c0b5!important}[data-theme=dark] .tt-policy-tab{background:#1e1e1e!important;border:1px solid #333333!important;color:#c8c0b5!important;box-shadow:0 2px 8px #0000004d!important}[data-theme=dark] .tt-policy-tab:hover{background:#282828!important;border-color:#d4a373!important;color:#d4a373!important}[data-theme=dark] .tt-policy-tab.is-active{background:#d4a373!important;border-color:#d4a373!important;color:#141414!important;font-weight:700!important;box-shadow:0 4px 14px #d4a37340!important}[data-theme=dark] .tt-policy-card{background:#1a1a1a!important;border:1px solid #2C2C2C!important;box-shadow:0 4px 24px #0006!important}[data-theme=dark] .tt-policy-rte{color:#e8e2d9!important}[data-theme=dark] .tt-policy-rte h1,[data-theme=dark] .tt-policy-rte h2,[data-theme=dark] .tt-policy-auto-heading{color:#fff!important;border-bottom:1px solid #282828!important}[data-theme=dark] .tt-policy-rte h3,[data-theme=dark] .tt-policy-auto-subheading{color:#d4a373!important}[data-theme=dark] .tt-policy-rte h4{color:#fff!important}[data-theme=dark] .tt-policy-rte p,[data-theme=dark] .tt-policy-rte ul li,[data-theme=dark] .tt-policy-rte ol li{color:#c8c0b5!important}[data-theme=dark] .tt-policy-rte strong,[data-theme=dark] .tt-policy-rte b{color:#fff!important}[data-theme=dark] .tt-policy-rte code{background:#242424!important;color:#d4a373!important}[data-theme=dark] .tt-policy-rte a{color:#d4a373!important;text-decoration:underline!important}[data-theme=dark] .tt-policy-rte a:hover{color:#e2c9a8!important}[data-theme=dark] .tt-policy-rte hr{border-color:#282828!important}[data-theme=dark] .tt-policy-rte table{border-color:#2c2c2c!important}[data-theme=dark] .tt-policy-rte th{background:#222!important;color:#fff!important;border-color:#2c2c2c!important}[data-theme=dark] .tt-policy-rte td{color:#c8c0b5!important;border-color:#2c2c2c!important}[data-theme=dark] .tt-policy-highlight-box{background:#222!important;border-left:4px solid #D4A373!important}[data-theme=dark] .tt-policy-highlight-box h4{color:#d4a373!important}[data-theme=dark] .tt-policy-highlight-box p{color:#e8e2d9!important}[data-theme=dark] .tt-policy-help-card{border-top:1px solid #282828!important}[data-theme=dark] .tt-policy-help-info h3{color:#fff!important}[data-theme=dark] .tt-policy-help-info p{color:#a0988d!important}[data-theme=dark] .tt-policy-btn-contact{background:#d4a373!important;color:#141414!important;font-weight:700!important;box-shadow:0 2px 10px #d4a37340!important}[data-theme=dark] .tt-policy-btn-contact:hover{background:#e2c9a8!important;color:#141414!important}[data-theme=dark] .tt-policy-btn-call{background:#242424!important;color:#fff!important;border:1px solid #383838!important}[data-theme=dark] .tt-policy-btn-call:hover{border-color:#d4a373!important;background:#2c2c2c!important;color:#d4a373!important}[data-theme=dark] .productView,[data-theme=dark] .productView-details,[data-theme=dark] .productView-product,[data-theme=dark] .productView-moreItem,[data-theme=dark] .productView-options{background-color:transparent!important;color:#f5f2ee!important}[data-theme=dark] .breadcrumb,[data-theme=dark] .breadcrumb a,[data-theme=dark] .breadcrumb span,[data-theme=dark] .breadcrumb-item,[data-theme=dark] .moreItem-breadcrumb *{color:#c8c0b5!important}[data-theme=dark] .breadcrumb a:hover,[data-theme=dark] .tt-product-eyebrow,[data-theme=dark] .productView-vendor,[data-theme=dark] .product-vendor{color:#d4a373!important}[data-theme=dark] .tt-luxury-title,[data-theme=dark] .productView-title,[data-theme=dark] h1.productView-title,[data-theme=dark] .productView-title a{color:#fff!important}[data-theme=dark] .tt-product-subtitle,[data-theme=dark] .product-short-description,[data-theme=dark] .productView-desc,[data-theme=dark] .tt-rating-row,[data-theme=dark] .productView-rating,[data-theme=dark] .spr-badge-caption,[data-theme=dark] .review-count{color:#c8c0b5!important}[data-theme=dark] .tt-price-main,[data-theme=dark] .productView-price .price-item,[data-theme=dark] .productView-price .price,[data-theme=dark] .productView-price .price__sale,[data-theme=dark] .productView-price .price__regular{color:#fff!important}[data-theme=dark] .tt-price-compare,[data-theme=dark] .productView-price .price-item--regular,[data-theme=dark] .productView-price .price__compare,[data-theme=dark] .old-price{color:#8c857d!important}[data-theme=dark] .tt-emi-card,[data-theme=dark] .tt-emi-box{background-color:#1e1e1e!important;border-color:#333!important;color:#e8e2d9!important}[data-theme=dark] .tt-emi-text,[data-theme=dark] .tt-emi-card *{color:#e8e2d9!important}[data-theme=dark] .tt-emi-link{color:#d4a373!important}[data-theme=dark] .product-form__input .form__label,[data-theme=dark] .product-form__input legend,[data-theme=dark] legend.form__label,[data-theme=dark] .tt-variant-header,[data-theme=dark] .tt-variant-header span,[data-theme=dark] .form__label{color:#fff!important}[data-theme=dark] .product-form__input .form__label [data-header-option],[data-theme=dark] legend.form__label [data-header-option],[data-theme=dark] .tt-variant-header span.selected-value,[data-theme=dark] [data-header-option],[data-theme=dark] .selected-value{color:#e2c9a8!important;font-weight:500!important}[data-theme=dark] label.product-form__label.variant-pill-btn,[data-theme=dark] .variant-pill-btn,[data-theme=dark] .product-form__label:not(.color-swatch-circle),[data-theme=dark] .product-form__label .text{background-color:#1e1e1e!important;color:#e8e2d9!important;border:1px solid #333333!important;border-radius:8px!important}[data-theme=dark] label.product-form__label.variant-pill-btn:hover,[data-theme=dark] .variant-pill-btn:hover,[data-theme=dark] .product-form__label:hover .text{border-color:#d4a373!important;color:#fff!important;background-color:#252525!important}[data-theme=dark] .product-form__radio:checked+label.product-form__label.variant-pill-btn,[data-theme=dark] label.product-form__label.variant-pill-btn.active,[data-theme=dark] .product-form__radio:checked+.product-form__label .text,[data-theme=dark] .product-form__label.active .text{background-color:#d4a373!important;color:#141414!important;border-color:#d4a373!important;font-weight:700!important;box-shadow:0 4px 12px #d4a37340!important}[data-theme=dark] .product-form__label.color-swatch-circle,[data-theme=dark] .product-form__label .pattern{border-color:#fff3!important}[data-theme=dark] .product-form__radio:checked+label.color-swatch-circle,[data-theme=dark] label.color-swatch-circle.active,[data-theme=dark] .product-form__radio:checked+.product-form__label .pattern{transform:scale(1.1)!important;box-shadow:0 0 0 2px #141414,0 0 0 4px #d4a373!important;border-color:#d4a373!important}[data-theme=dark] .featurebulletsection,[data-theme=dark] .featurebullets,[data-theme=dark] .featurebullets li,[data-theme=dark] .productView-moreItem p,[data-theme=dark] .productView-details p{color:#d5cec4!important}[data-theme=dark] .productView-quantity{background:#1e1e1e!important;border-color:#333!important}[data-theme=dark] .productView-quantity .quantity__input,[data-theme=dark] .quantity__input{color:#fff!important}[data-theme=dark] .productView-quantity .quantity__button,[data-theme=dark] .btn-quantity{color:#c8c0b5!important}[data-theme=dark] .productView-quantity .quantity__button:hover{color:#fff!important}[data-theme=dark] .productView-wishlist a,[data-theme=dark] .productView-wishlist .wishlist-btn,[data-theme=dark] [data-wishlist]{background-color:#1e1e1e!important;border:1px solid #333333!important;color:#fff!important}[data-theme=dark] .productView-wishlist a:hover{border-color:#d4a373!important;background-color:#282828!important}[data-theme=dark] .productView-wishlist a svg,[data-theme=dark] .productView-wishlist a .icon{fill:#fff!important;stroke:#fff!important;color:#fff!important}[data-theme=dark] .productView-wishlist a:hover svg,[data-theme=dark] .productView-wishlist a:hover .icon{fill:#d4a373!important;stroke:#d4a373!important;color:#d4a373!important}[data-theme=dark] .tt-trust-row{border-top:1px solid #2C2C2C!important;border-bottom:1px solid #2C2C2C!important}[data-theme=dark] .tt-trust-icon,[data-theme=dark] svg.tt-trust-icon,[data-theme=dark] .tt-trust-icon path,[data-theme=dark] .tt-trust-icon circle,[data-theme=dark] .tt-trust-icon rect{color:#d4a373!important;stroke:#d4a373!important}[data-theme=dark] .tt-trust-text{color:#c8c0b5!important}[data-theme=dark] .tt-tabs-header,[data-theme=dark] .productView-tabs,[data-theme=dark] #tt-tabs-navigation{background-color:#1a1a1a!important;border-top:1px solid #2C2C2C!important;border-bottom:1px solid #2C2C2C!important}[data-theme=dark] .tt-tab-btn{color:#a0988d!important;background:transparent!important}[data-theme=dark] .tt-tab-btn:hover,[data-theme=dark] .tt-tab-btn.active{color:#fff!important;border-bottom:2px solid #D4A373!important}[data-theme=dark] .tt-tab-content-container,[data-theme=dark] .tt-tab-panel,[data-theme=dark] .tt-editorial-section{background-color:transparent!important;border-bottom-color:#2c2c2c!important}[data-theme=dark] .tt-editorial-title{color:#fff!important}[data-theme=dark] .tt-editorial-desc,[data-theme=dark] .tt-editorial-desc p,[data-theme=dark] .tt-editorial-desc li{color:#d5cec4!important}[data-theme=dark] .tt-editorial-desc strong,[data-theme=dark] .tt-editorial-desc b,[data-theme=dark] .tt-editorial-desc h2,[data-theme=dark] .tt-editorial-desc h3,[data-theme=dark] .tt-editorial-desc h4{color:#fff!important}[data-theme=dark] .tt-editorial-desc table,[data-theme=dark] .tt-editorial-desc th,[data-theme=dark] .tt-editorial-desc td{border-color:#2c2c2c!important}[data-theme=dark] .tt-editorial-desc th{background-color:#1e1e1e!important;color:#fff!important}[data-theme=dark] .tt-editorial-desc td{background-color:#141414!important;color:#d5cec4!important}[data-theme=dark] .tt-feature-icon-card{background-color:#1e1e1e!important;border:1px solid #2C2C2C!important;border-radius:8px!important;color:#e8e2d9!important}[data-theme=dark] .tt-feature-icon-card svg{color:#d4a373!important;stroke:#d4a373!important}[data-theme=dark] .tt-btn-whatsapp-chat{background-color:#1e1e1e!important;color:#d4a373!important;border:2px solid #D4A373!important}[data-theme=dark] .tt-btn-whatsapp-chat:hover{background-color:#282828!important;color:#fff!important;border-color:#fff!important}[data-theme=dark] .tt-addon-box{background-color:#1e1e1e!important;border-color:#333!important;color:#fff!important}[data-theme=dark] .tt-addon-label{color:#fff!important}[data-theme=dark] .tt-addon-desc{color:#a0988d!important}[data-theme=dark] .tt-addon-price{color:#d4a373!important}[data-theme=dark] .productView-info-item,[data-theme=dark] .productView-info-name{color:#a0988d!important}[data-theme=dark] .productView-info-value,[data-theme=dark] .productView-info-value a{color:#f5f2ee!important}[data-theme=dark] .productView-tab .tab-title,[data-theme=dark] .productView-tab .tab-title a,[data-theme=dark] .product-details-tab .tab-title{color:#f5f2ee!important;border-bottom-color:#333!important}[data-theme=dark] .tt-dimension-display-box,[data-theme=dark] #tt-dimension-display-box{background-color:#1e1e1e!important;border:1px solid #333333!important;color:#f5f2ee!important}[data-theme=dark] .tt-dimension-display-box strong,[data-theme=dark] #tt-dimension-display-box strong{color:#d4a373!important}[data-theme=dark] .tt-dimension-notice-box{background-color:#1a1a1a!important;border:1px dashed #D4A373!important;color:#e8e2d9!important}[data-theme=dark] .tt-dimension-notice-box svg,[data-theme=dark] .tt-dimension-notice-icon{stroke:#d4a373!important;color:#d4a373!important}[data-theme=dark] .tt-dimension-notice-box span{color:#c8c0b5!important}[data-theme=dark] .tt-value-props-strip{background-color:#181818!important;border-top:1px solid #2C2C2C!important}[data-theme=dark] .tt-value-prop-text-title{color:#fff!important}[data-theme=dark] .tt-value-prop-text-sub{color:#a0988d!important}[data-theme=dark] .custom-service-block .policies-text{color:#fff!important}[data-theme=dark] .custom-service-block .policies-des{color:#a0988d!important}[data-theme=dark] .product-block,[data-theme=dark] [class*=section-block-],[data-theme=dark] .product-recommendations,[data-theme=dark] .product-recently-viewed,[data-theme=dark] .halo-block{background:#141414!important;background-color:#141414!important}[data-theme=dark] .halo-block-header .title,[data-theme=dark] .halo-block-header .title .text,[data-theme=dark] .product-block-title,[data-theme=dark] .product-recommendations .title,[data-theme=dark] .product-recently-viewed .title{color:#fff!important;background:transparent!important;background-color:transparent!important}[data-theme=dark] .halo-block-header .title:before{background-color:#333!important}[data-theme=dark] .halo-block-header .block-title--style2{border-bottom:1px solid #2C2C2C!important}[data-theme=dark] .product-item,[data-theme=dark] .card{background-color:#1a1a1a!important;border:1px solid #2C2C2C!important;border-radius:12px!important}[data-theme=dark] .card-title,[data-theme=dark] .card-title a,[data-theme=dark] .card-information .card__heading,[data-theme=dark] .card-information .card__heading a,[data-theme=dark] .product-item .card-title,[data-theme=dark] .product-item .card-title a{color:#fff!important}[data-theme=dark] .card-title a:hover,[data-theme=dark] .product-item .card-title a:hover{color:#d4a373!important}[data-theme=dark] .card-vendor,[data-theme=dark] .card-vendor a,[data-theme=dark] .card-subtitle{color:#a0988d!important}[data-theme=dark] .card-price .price-item,[data-theme=dark] .card-price .price__sale,[data-theme=dark] .card-price .price__regular,[data-theme=dark] .product-item .price,[data-theme=dark] .product-item .price-item{color:#fff!important}[data-theme=dark] .card-price .price-item--regular,[data-theme=dark] .card-price .price__compare,[data-theme=dark] .product-item .price__compare{color:#8c857d!important}[data-theme=dark] .slick-arrow,[data-theme=dark] .product-block .slick-arrow,[data-theme=dark] .product-recommendations .slick-arrow,[data-theme=dark] .product-recently-viewed .slick-arrow{background-color:#282828!important;border:1px solid #444444!important;color:#fff!important;box-shadow:0 4px 16px #0006!important}[data-theme=dark] .slick-arrow:hover,[data-theme=dark] .product-block .slick-arrow:hover,[data-theme=dark] .product-recommendations .slick-arrow:hover,[data-theme=dark] .product-recently-viewed .slick-arrow:hover{background-color:#d4a373!important;color:#141414!important;border-color:#d4a373!important}[data-theme=dark] .slick-arrow svg{fill:#fff!important;stroke:#fff!important}[data-theme=dark] .slick-arrow:hover svg{fill:#141414!important;stroke:#141414!important}[data-theme=dark] .productView-stickyCart,[data-theme=dark] .productView-stickyCart.style-1,[data-theme=dark] .productView-stickyCart.style-2{background-color:#1a1a1a!important;border-bottom:1px solid #2C2C2C!important;box-shadow:0 4px 20px #00000080!important}[data-theme=dark] .sticky-title,[data-theme=dark] .productView-stickyCart .sticky-title,[data-theme=dark] .sticky-brand,[data-theme=dark] .sticky-brand a,[data-theme=dark] .sticky-price,[data-theme=dark] .productView-stickyCart .sticky-price{color:#fff!important}[data-theme=dark] .productView-stickyCart .sticky-price.has-compare-price .money-subtotal,[data-theme=dark] .productView-stickyCart .money-subtotal{color:#fff!important;font-weight:700!important}[data-theme=dark] .productView-stickyCart .money-compare-price{color:#8c857d!important;text-decoration:line-through!important}[data-theme=dark] .sticky-options .select__select,[data-theme=dark] .productView-stickyCart .select__select{background-color:#222!important;color:#f5f2ee!important;border:1px solid #333333!important;border-radius:20px!important}[data-theme=dark] .sticky-options .select__select option{background-color:#1a1a1a!important;color:#f5f2ee!important}[data-theme=dark] .sticky-options svg,[data-theme=dark] .productView-stickyCart .select svg{color:#fff!important;fill:#fff!important}[data-theme=dark] .productView-stickyCart .quantity__group,[data-theme=dark] .productView-stickyCart .quantity{background:#222!important;border:1px solid #333333!important;border-radius:8px!important}[data-theme=dark] .productView-stickyCart .quantity__input{color:#fff!important;background:transparent!important}[data-theme=dark] .productView-stickyCart .btn-quantity,[data-theme=dark] .productView-stickyCart .quantity__button{color:#c8c0b5!important}[data-theme=dark] .productView-stickyCart .quantity__button:hover{color:#fff!important}[data-theme=dark] .productView-stickyCart .button,[data-theme=dark] .productView-stickyCart #product-sticky-add-to-cart{background-color:#d4a373!important;color:#141414!important;border-color:#d4a373!important;font-weight:700!important}[data-theme=dark] .productView-stickyCart .button:hover,[data-theme=dark] .productView-stickyCart #product-sticky-add-to-cart:hover{background-color:#e2c9a8!important;color:#141414!important}.hero,.customize-banner,.featured-collection,.pillars,.best-sellers,.real-homes,.materials-banner,.press-section,.footer-strips-wrapper{box-sizing:border-box}.featured-collection,.real-homes,.materials-banner{box-sizing:border-box;padding-left:0;padding-right:0}.customize-banner .container,.best-sellers .container,.pillars .container,.press-section .container{box-sizing:border-box}@media(max-width:767px){.featured-collection,.real-homes,.materials-banner{padding-left:0;padding-right:0;width:100%}section>.container{padding-left:16px;padding-right:16px}.container{padding-left:16px;padding-right:16px}}.template-policy{background-color:#faf8f5!important}.template-policy main,.shopify-policy__container{background-color:#faf8f5!important}.shopify-policy__container{max-width:960px!important;margin:40px auto 80px!important;padding:clamp(28px,5vw,64px)!important;background:#fff!important;border:1px solid #e5dfd5!important;border-radius:20px!important;box-shadow:0 4px 24px #2b241d0a!important;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif!important;color:#3f3933!important;box-sizing:border-box!important}.shopify-policy__title{text-align:center!important;margin-bottom:40px!important;padding-bottom:28px!important;border-bottom:1px solid #f0eae1!important}.shopify-policy__title h1{font-family:Cormorant Garamond,Georgia,serif!important;font-size:clamp(32px,4.5vw,52px)!important;font-weight:700!important;color:#221f1d!important;line-height:1.2!important;margin:0!important;letter-spacing:-.5px!important;display:block!important;width:100%!important}.shopify-policy__body{font-size:15.5px!important;color:#3f3933!important;line-height:1.85!important}.shopify-policy__body h2,.shopify-policy__body h3,.shopify-policy__body h4{font-family:Cormorant Garamond,Georgia,serif!important;font-weight:700!important;color:#221f1d!important;line-height:1.3!important;margin:32px 0 12px!important}.shopify-policy__body h2{font-size:clamp(22px,2.5vw,28px)!important;padding-bottom:8px!important;border-bottom:1px solid #f0eae1!important}.shopify-policy__body h3{font-size:20px!important}.shopify-policy__body p{margin:0 0 18px!important;line-height:1.8!important;color:#4a4239!important}.shopify-policy__body ul,.shopify-policy__body ol{margin:0 0 22px 24px!important;padding:0!important}.shopify-policy__body ul li,.shopify-policy__body ol li{margin-bottom:10px!important;line-height:1.7!important}.shopify-policy__body strong,.shopify-policy__body b{color:#221f1d!important;font-weight:700!important}.shopify-policy__body a{color:#8b5e3c!important;text-decoration:underline!important;font-weight:600!important}.shopify-policy__body a:hover{color:#36432e!important}@media(max-width:768px){.shopify-policy__container{margin:20px 14px 60px!important;padding:24px 18px!important;border-radius:16px!important}.shopify-policy__title h1{font-size:28px!important;line-height:1.25!important}.shopify-policy__body{font-size:14.5px!important;line-height:1.7!important}}[data-theme=dark] .shopify-policy__container{background:#1a1a1a!important;border-color:#2c2c2c!important;color:#e8e2d9!important;box-shadow:0 4px 24px #0006!important}[data-theme=dark] .shopify-policy__title{border-bottom:1px solid #282828!important}[data-theme=dark] .shopify-policy__title h1{color:#fff!important}[data-theme=dark] .shopify-policy__body{color:#e8e2d9!important}[data-theme=dark] .shopify-policy__body h2,[data-theme=dark] .shopify-policy__body h3,[data-theme=dark] .shopify-policy__body h4{color:#fff!important;border-bottom-color:#282828!important}[data-theme=dark] .shopify-policy__body p,[data-theme=dark] .shopify-policy__body ul li,[data-theme=dark] .shopify-policy__body ol li{color:#c8c0b5!important}[data-theme=dark] .shopify-policy__body strong,[data-theme=dark] .shopify-policy__body b{color:#fff!important}[data-theme=dark] .shopify-policy__body a{color:#d4a373!important}[data-theme=dark] .shopify-policy__body a:hover{color:#e2c9a8!important}
/*# sourceMappingURL=/cdn/shop/t/39/assets/new-homepage.css.map */
