:root{--ink: #101010;--charcoal: #20201d;--stone: #a99d8d;--sand: #d8cfbf;--mist: #eeeae3;--paper: #f8f5ef;--white: #fffdf9;--line: rgba(16, 16, 16, .13)}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;color:var(--ink);background:var(--paper);font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}img{display:block;width:100%}a{color:inherit;text-decoration:none}button{color:inherit;font:inherit}.site-header{position:sticky;top:0;z-index:10;display:grid;grid-template-columns:1fr auto 1fr;align-items:center;gap:24px;min-height:72px;padding:0 34px;background:#f8f5efe0;border-bottom:1px solid var(--line);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px)}.brand,.nav-links,.cart-button,.eyebrow,.pill,.button,.add-to-cart,.checkout,.ticker{text-transform:uppercase;letter-spacing:.22em;font-size:12px}.brand{font-weight:600}.nav-links{display:flex;gap:28px}.nav-links a{transition:color .18s ease}.nav-links a:hover{color:#756958}.cart-button{justify-self:end;display:inline-flex;align-items:center;gap:10px;border:0;background:transparent;cursor:pointer}.cart-count{display:grid;place-items:center;min-width:24px;height:24px;padding:0 7px;color:var(--white);background:var(--ink);border-radius:999px;letter-spacing:0}.hero{position:relative;min-height:calc(100svh - 72px);display:grid;align-items:end;isolation:isolate;overflow:hidden}.hero-media{position:absolute;top:0;right:0;bottom:0;left:0;z-index:-2;background:linear-gradient(90deg,#1010107a,#1010100f 62%),url(https://images.unsplash.com/photo-1600210492486-724fe5c67fb0?auto=format&fit=crop&w=1800&q=85) center / cover;transform:scale(1.01)}.hero:after{position:absolute;inset:auto 0 0;z-index:-1;height:34%;content:"";background:linear-gradient(transparent,#1010105c)}.hero-content{width:min(700px,calc(100% - 40px));margin:0 0 clamp(58px,8vw,110px) clamp(20px,7vw,96px);color:var(--white)}.eyebrow{margin:0 0 16px;font-weight:600}h1,h2,h3,p{margin-top:0}h1{margin-bottom:18px;font-family:Didot,"Bodoni 72",Georgia,serif;font-size:clamp(54px,10vw,128px);font-weight:400;line-height:.92;letter-spacing:.18em;text-transform:uppercase}h2{margin-bottom:0;font-family:Didot,"Bodoni 72",Georgia,serif;font-size:clamp(34px,5vw,72px);font-weight:400;line-height:1}h3{margin-bottom:7px;font-family:Didot,"Bodoni 72",Georgia,serif;font-size:24px;font-weight:400}.hero-content p:not(.eyebrow),.intro p,.lookbook-copy p,.product-info p{color:#101010ad;font-size:16px;line-height:1.65}.hero-content p:not(.eyebrow){max-width:510px;color:#fffdf9d6}.hero-actions{display:flex;flex-wrap:wrap;gap:12px;margin-top:30px}.button,.add-to-cart,.checkout{display:inline-flex;justify-content:center;align-items:center;min-height:48px;padding:0 22px;border:1px solid currentColor;cursor:pointer}.button.primary,.checkout{color:var(--white);background:var(--ink)}.button.ghost{color:var(--white);background:#ffffff14}.ticker{display:grid;grid-template-columns:repeat(4,1fr);gap:1px;background:var(--line);border-bottom:1px solid var(--line)}.ticker span{padding:18px 14px;text-align:center;background:var(--paper)}.section{width:min(1180px,calc(100% - 40px));margin:0 auto}.intro{display:grid;grid-template-columns:repeat(2,1fr);gap:42px;align-items:end;padding:94px 0 38px}.collection-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px;width:min(1280px,calc(100% - 24px));margin:0 auto}.section{width:min(1180px,calc(100% - 40px));margin:0 auto;border:2px solid white}.collection{position:relative;aspect-ratio:1 / 1;display:block;padding:32px;overflow:hidden;background:var(--sand);z-index:1;cursor:pointer}.collection:before{position:absolute;top:0;right:0;bottom:0;left:0;content:"";background-size:cover;background-position:center;transition:transform .5s ease;z-index:-1}.collection:after{position:absolute;top:0;right:0;bottom:0;left:0;content:"";background:linear-gradient(transparent 35%,#1010107a)}.collection:hover:before{transform:scale(1.04)}.collection span{position:relative;z-index:1;color:var(--white);font-family:Didot,"Bodoni 72",Georgia,serif;font-size:clamp(30px,4vw,58px)}.collection.living:before{background-image:url(https://images.unsplash.com/photo-1618220179428-22790b461013?auto=format&fit=crop&w=1200&q=85)}.collection.table:before{background-image:url(https://images.unsplash.com/photo-1522444195799-478538b28823?auto=format&fit=crop&w=1000&q=85)}.collection.textile:before{background-image:url(https://images.unsplash.com/photo-1603204077779-bed963ea7d0e?auto=format&fit=crop&w=1000&q=85)}.shop-section{padding-bottom:0}.shop-heading{display:flex;justify-content:space-between;gap:0px;align-items:end;margin-bottom:30px}.filter-pills{display:flex;flex-wrap:wrap;gap:8px;justify-content:flex-end}.pill{min-height:38px;padding:0 14px;border:1px solid var(--line);background:transparent;cursor:pointer}.pill.active{color:var(--white);background:var(--ink);border-color:var(--ink)}.product-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:18px}@media(max-width:768px){.product-grid{grid-template-columns:repeat(2,1fr);gap:12px;padding:0 16px}.product-card h3{font-size:13px}.product-card p{font-size:11px}}.product-card{display:flex!important;flex-direction:column!important;gap:16px!important;padding-bottom:16px!important;border-bottom:1px solid var(--line)!important}.product-card img{aspect-ratio:1 / 1!important;width:100%!important;height:auto!important;object-fit:cover!important;display:block!important;background:var(--mist)!important}.product-info{display:flex!important;flex-direction:column!important;flex-grow:1!important;justify-content:space-between!important}.product-info strong{white-space:nowrap;font-weight:600}.add-to-cart{width:100%;background:transparent;transition:background .18s ease,color .18s ease}.add-to-cart:hover{color:var(--white);background:var(--ink)}.lookbook{display:grid;grid-template-columns:minmax(280px,.78fr) minmax(0,1.22fr);min-height:620px;background:var(--charcoal);color:var(--white)}.lookbook-copy{align-self:center;padding:clamp(34px,6vw,88px)}.lookbook-copy p{max-width:450px;color:#fffdf9b8}.text-link{display:inline-block;margin-top:12px;padding-bottom:7px;border-bottom:1px solid currentColor;text-transform:uppercase;letter-spacing:.18em;font-size:12px}.lookbook-image{min-height:420px;background:linear-gradient(90deg,rgba(32,32,29,.18),transparent 45%),url(https://images.unsplash.com/photo-1600566753190-17f0baa2a6c3?auto=format&fit=crop&w=1300&q=85) center / cover}.cart-drawer{position:fixed;top:0;right:0;bottom:0;left:0;z-index:20;display:flex;justify-content:flex-end;background:#10101057;opacity:0;pointer-events:none;transition:opacity .2s ease}.cart-drawer.is-open{opacity:1;pointer-events:auto}.cart-panel{width:min(440px,100%);min-height:100%;display:flex;flex-direction:column;padding:28px;background:var(--paper);transform:translate(18px);transition:transform .2s ease}.cart-drawer.is-open .cart-panel{transform:translate(0)}.cart-header,.cart-row,.subtotal{display:flex;justify-content:space-between;align-items:center;gap:18px}.cart-header{padding-bottom:18px;border-bottom:1px solid var(--line)}.cart-header h2{font-size:36px}.close-cart{width:42px;height:42px;border:1px solid var(--line);background:transparent;font-size:30px;line-height:1;cursor:pointer}.cart-items{display:grid;gap:18px;padding:24px 0}.cart-row{align-items:flex-start}.cart-row p{margin-bottom:6px}.cart-row span{color:#10101099;font-size:14px}.cart-empty{margin:auto 0;color:#10101094;text-align:center}.cart-footer{margin-top:auto;padding-top:20px;border-top:1px solid var(--line)}.subtotal{margin-bottom:18px}.checkout{width:100%;border-color:var(--ink)}@media(max-width:900px){.site-header{grid-template-columns:1fr auto;padding:0 18px}.nav-links{display:none}h1{font-size:clamp(46px,13vw,86px);letter-spacing:.1em}.ticker,.intro,.collection-grid,.product-grid,.lookbook{grid-template-columns:1fr}.ticker span{padding:14px 10px}.intro{padding-top:68px}.collection-grid{margin-bottom:70px}.collection{min-height:310px}.shop-heading{display:grid;align-items:start}.filter-pills{justify-content:flex-start}}@media(max-width:560px){.site-header{min-height:66px}.brand,.cart-button,.eyebrow,.pill,.button,.add-to-cart,.checkout,.ticker{font-size:11px}.hero{min-height:calc(100svh - 66px)}.hero-content{width:calc(100% - 28px);margin:0 14px 42px}.hero-actions{display:grid}.section{width:min(100% - 28px,1180px)}.product-grid{gap:34px}}.collection-grid-container,.product-grid,.grid,.collection__grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px;padding:32px}.card-wrapper,.product-card,.grid__item{display:flex;flex-direction:column}.card-wrapper img,.product-card img,.grid__item img,.card__media img{width:100%;aspect-ratio:1 / 1;object-fit:cover;display:block}.product-single__media img,.product-media img,.product-info-wrapper img{aspect-ratio:1 / 1!important;width:100%!important;height:100%!important;object-fit:cover!important}.product-single__title,.product-info h1,.product-title-class{font-size:2.2rem!important;line-height:1.25!important;letter-spacing:.02em!important}.product-info p,.product-info ul{font-size:14px!important;line-height:1.5!important}main .intro div:first-child img,.main-product img:not(.product-trust-badges img){aspect-ratio:1 / 1!important;width:100%!important;height:100%!important;object-fit:cover!important}main h1,[id*=product] h1,.main-product h1{font-size:2rem!important;line-height:1.25!important;letter-spacing:.02em!important;margin-top:15px!important}.product-trust-badges{margin-top:25px;padding-top:15px;border-top:1px solid #eeeeee}.product-trust-badges .badge-title{font-size:12px!important;text-transform:uppercase;letter-spacing:.1em;color:#777;margin-bottom:8px!important}.product-trust-badges .badge-icons{display:flex!important;flex-direction:row!important;gap:10px!important;align-items:center!important}.product-trust-badges .badge-icons svg,.product-trust-badges .badge-icons img{width:38px!important;height:24px!important;aspect-ratio:auto!important;opacity:.85!important;filter:grayscale(20%)}.page-contact h3{font-size:20px!important;margin-bottom:10px!important}.shopify-policy__container h1,.shopify-policy__title{font-size:28px!important;text-transform:none!important;letter-spacing:0!important}
/*# sourceMappingURL=/cdn/shop/t/3/assets/oaksable.css.map */
