*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}:root{--black: #111;--white: #fff;--off-white: #f7f6f4;--border: rgba(0,0,0,.1);--muted: #555;--light-muted: #888;--serif: "Cormorant Garamond", Georgia, serif;--sans: "DM Sans", system-ui, sans-serif}html{font-size:16px}body{font-family:var(--sans);font-weight:300;color:var(--black);background:var(--white);-webkit-font-smoothing:antialiased}a{color:inherit;text-decoration:none}img{max-width:100%;display:block}button{cursor:pointer;font-family:var(--sans)}.site-header{border-bottom:.5px solid var(--border);position:sticky;top:0;background:var(--white);z-index:100}.header-inner{max-width:1200px;margin:0 auto;padding:1.25rem 2rem;display:flex;align-items:center;justify-content:space-between}.wordmark{font-family:var(--serif);font-size:20px;font-weight:300;letter-spacing:.14em;text-transform:uppercase}.nav-links{display:flex;gap:2rem}.nav-links a{font-size:13px;font-weight:300;letter-spacing:.07em;color:var(--muted);transition:color .2s}.nav-links a:hover{color:var(--black)}.cart-link{font-size:13px;font-weight:400;letter-spacing:.07em;display:flex;align-items:center;gap:6px}.cart-count{background:var(--black);color:var(--white);font-size:10px;width:18px;height:18px;border-radius:50%;display:inline-flex;align-items:center;justify-content:center}.btn-primary{background:var(--black);color:var(--white);border:none;padding:14px 32px;font-size:13px;font-weight:400;letter-spacing:.08em;border-radius:2px;transition:opacity .2s;display:inline-block}.btn-primary:hover{opacity:.72}.btn-ghost{background:none;color:var(--muted);border:.5px solid var(--border);padding:14px 32px;font-size:13px;font-weight:300;letter-spacing:.08em;border-radius:2px;transition:all .2s;display:inline-block}.btn-ghost:hover{color:var(--black);border-color:#0000004d}.hero{display:grid;grid-template-columns:1fr 1fr;min-height:560px;border-bottom:.5px solid var(--border)}.hero-text{padding:5rem 3rem 5rem 2rem;max-width:560px;display:flex;flex-direction:column;justify-content:center}.hero-eyebrow{font-size:11px;letter-spacing:.22em;text-transform:uppercase;color:var(--light-muted);margin-bottom:1.5rem}.hero-headline{font-family:var(--serif);font-size:60px;font-weight:300;line-height:1.05;margin-bottom:1.25rem}.hero-sub{font-size:15px;font-weight:300;color:var(--muted);line-height:1.75;margin-bottom:2.5rem;max-width:340px}.hero-cta{display:flex;gap:1rem;align-items:center}.hero-visual{background:var(--off-white);display:flex;align-items:center;justify-content:center;position:relative;overflow:hidden}.hero-img{width:95%;max-width:560px;object-fit:contain}.hero-price-pill{position:absolute;bottom:2rem;right:2rem;background:var(--white);border:.5px solid var(--border);border-radius:100px;padding:10px 20px;font-size:14px;font-weight:400}.features{display:grid;grid-template-columns:repeat(3,1fr);border-bottom:.5px solid var(--border)}.feature-item{padding:2.5rem 2rem;border-right:.5px solid var(--border)}.feature-item:last-child{border-right:none}.feature-num{font-family:var(--serif);font-size:34px;font-weight:300;margin-bottom:.75rem;color:var(--light-muted)}.feature-title{font-size:13px;font-weight:500;letter-spacing:.04em;margin-bottom:.5rem}.feature-desc{font-size:13px;font-weight:300;color:var(--muted);line-height:1.65}.product-section{max-width:1200px;margin:0 auto;padding:4rem 2rem}.section-header{display:flex;justify-content:space-between;align-items:baseline;padding-bottom:1.25rem;border-bottom:.5px solid var(--border);margin-bottom:2.5rem}.section-title{font-family:var(--serif);font-size:28px;font-weight:300}.section-meta{font-size:12px;letter-spacing:.08em;color:var(--light-muted)}.product-grid{display:flex;flex-wrap:wrap;gap:1px;background:var(--white);border:.5px solid var(--border)}.product-grid .product-card{flex:0 0 340px}.product-card{background:var(--white);padding:2rem 1.5rem;transition:background .18s}.product-card:hover{background:var(--off-white)}.product-card-img{width:100%;aspect-ratio:1;object-fit:cover;background:var(--off-white);margin-bottom:1.25rem}.product-card-img-placeholder{width:100%;aspect-ratio:1;background:var(--off-white);display:flex;align-items:center;justify-content:center;margin-bottom:1.25rem;font-size:11px;letter-spacing:.1em;color:var(--light-muted);text-transform:uppercase}.product-card-name{font-size:14px;font-weight:500;margin-bottom:4px}.product-card-desc{font-size:12px;font-weight:300;color:var(--muted);line-height:1.55;margin-bottom:1.25rem}.product-card-footer{display:flex;justify-content:space-between;align-items:center}.product-price{font-size:14px;font-weight:400}.btn-add{font-size:11px;letter-spacing:.06em;color:var(--muted);background:none;border:.5px solid var(--border);padding:7px 14px;border-radius:2px;transition:all .18s;font-family:var(--sans)}.btn-add:hover{background:var(--black);color:var(--white);border-color:var(--black)}.product-detail{display:grid;grid-template-columns:1fr 1fr;gap:0;min-height:600px;border-bottom:.5px solid var(--border)}.product-gallery{background:var(--off-white);display:flex;flex-direction:column;align-items:center;justify-content:center;padding:3rem;gap:1.5rem}.product-gallery img#main-product-img{max-height:420px;object-fit:contain}.product-thumbnails{display:flex;gap:10px;flex-wrap:wrap;justify-content:center}.product-thumbnails .thumb{width:64px;height:64px;object-fit:cover;border:1.5px solid transparent;border-radius:2px;cursor:pointer;opacity:.6;transition:all .18s}.product-thumbnails .thumb:hover,.product-thumbnails .thumb.active{border-color:var(--black);opacity:1}.product-info{padding:4rem 3rem;border-left:.5px solid var(--border)}.product-info .eyebrow{font-size:11px;letter-spacing:.2em;text-transform:uppercase;color:var(--light-muted);margin-bottom:1rem}.product-info h1{font-family:var(--serif);font-size:44px;font-weight:300;line-height:1.1;margin-bottom:1rem}.product-info .price{font-size:22px;font-weight:400;margin-bottom:1.5rem}.product-info .divider{border:none;border-top:.5px solid var(--border);margin:1.5rem 0}.product-info .description{font-size:14px;font-weight:300;color:var(--muted);line-height:1.75;margin-bottom:2rem}.product-form .qty-row{display:flex;align-items:center;gap:1rem;margin-bottom:1rem}.qty-label{font-size:12px;letter-spacing:.08em;color:var(--muted);text-transform:uppercase}.qty-input{width:60px;padding:10px;border:.5px solid var(--border);font-family:var(--sans);font-size:14px;text-align:center;border-radius:2px}.btn-atc{width:100%;background:var(--black);color:var(--white);border:none;padding:16px;font-size:13px;font-weight:400;letter-spacing:.1em;text-transform:uppercase;border-radius:2px;transition:opacity .2s;font-family:var(--sans)}.btn-atc:hover{opacity:.72}.product-perks{margin-top:2rem;display:flex;flex-direction:column;gap:.75rem}.perk{display:flex;align-items:center;gap:10px;font-size:13px;font-weight:300;color:var(--muted)}.perk-dot{width:4px;height:4px;border-radius:50%;background:var(--light-muted);flex-shrink:0}.banner-strip{background:var(--off-white);border-bottom:.5px solid var(--border);padding:3rem 2rem;display:flex;justify-content:space-between;align-items:center;max-width:100%}.banner-strip-inner{max-width:1200px;margin:0 auto;width:100%;display:flex;justify-content:space-between;align-items:center}.banner-headline{font-family:var(--serif);font-size:34px;font-weight:300;max-width:440px;line-height:1.2}.cart-page{max-width:800px;margin:0 auto;padding:4rem 2rem}.cart-page h1{font-family:var(--serif);font-size:36px;font-weight:300;margin-bottom:2rem;padding-bottom:1rem;border-bottom:.5px solid var(--border)}.cart-item{display:grid;grid-template-columns:80px 1fr auto;gap:1.5rem;align-items:center;padding:1.5rem 0;border-bottom:.5px solid var(--border)}.cart-item-img{width:80px;height:80px;object-fit:cover;background:var(--off-white)}.cart-item-name{font-size:14px;font-weight:400}.cart-item-price{font-size:14px;color:var(--muted)}.cart-totals{padding:1.5rem 0;text-align:right}.cart-total-line{display:flex;justify-content:space-between;font-size:15px;margin-bottom:.5rem}.cart-total-line.grand{font-weight:500;font-size:17px;padding-top:1rem;margin-top:1rem;border-top:.5px solid var(--border)}.btn-checkout{width:100%;background:var(--black);color:var(--white);border:none;padding:16px;font-size:13px;font-weight:400;letter-spacing:.1em;text-transform:uppercase;border-radius:2px;margin-top:1.5rem;font-family:var(--sans);transition:opacity .2s}.btn-checkout:hover{opacity:.72}.cart-empty{text-align:center;padding:6rem 2rem}.cart-empty p{font-size:15px;color:var(--muted);margin-bottom:1.5rem}.site-footer{border-top:.5px solid var(--border)}.footer-inner{max-width:1200px;margin:0 auto;padding:1.5rem 2rem;display:flex;justify-content:space-between;align-items:center}.footer-brand{font-family:var(--serif);font-size:14px;font-weight:300;letter-spacing:.12em;text-transform:uppercase;color:var(--muted)}.footer-copy{font-size:12px;font-weight:300;color:var(--light-muted)}@media(max-width:768px){.hero{grid-template-columns:1fr}.hero-visual{min-height:320px}.hero-text{padding:3rem 1.5rem}.hero-headline{font-size:42px}.features{grid-template-columns:1fr}.feature-item{border-right:none;border-bottom:.5px solid var(--border)}.feature-item:last-child{border-bottom:none}.product-detail{grid-template-columns:1fr}.product-info{border-left:none;border-top:.5px solid var(--border);padding:2rem 1.5rem}.nav-links{display:none}.banner-strip{flex-direction:column;gap:1.5rem;text-align:center}.header-inner{padding:1rem 1.5rem}}
/*# sourceMappingURL=/cdn/shop/t/13/assets/theme.css.map */
