:root{--navy: #16202E;--bone: #F3EEE7;--copper: #C0825E;--mist: #8A8F98;--white: #FFFFFF;--font: "Manrope", sans-serif;--radius-sm: 6px;--radius-md: 12px;--radius-lg: 20px;--transition: .2s ease;--container: 1200px;--gap: 1.5rem}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{font-size:16px;scroll-behavior:smooth}body{font-family:var(--font);background:var(--bone);color:var(--navy);line-height:1.6;-webkit-font-smoothing:antialiased}img{max-width:100%;height:auto;display:block}a{color:inherit;text-decoration:none}button{cursor:pointer;font-family:inherit;border:none;background:none}ul{list-style:none}.container{max-width:var(--container);margin:0 auto;padding:0 var(--gap)}.visually-hidden{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0,0,0,0)}h1{font-size:clamp(2.2rem,5vw,3.8rem);font-weight:300;letter-spacing:-.02em;line-height:1.1}h2{font-size:clamp(1.6rem,3vw,2.4rem);font-weight:400;letter-spacing:-.01em}h3{font-size:1.15rem;font-weight:600}p{color:var(--mist);line-height:1.7}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.875rem 2rem;border-radius:var(--radius-md);font-size:.9rem;font-weight:600;letter-spacing:.03em;text-transform:uppercase;border:2px solid transparent;transition:all var(--transition);cursor:pointer}.btn-primary{background:var(--copper);color:var(--white);border-color:var(--copper)}.btn-primary:hover{background:transparent;color:var(--copper)}.btn-outline{background:transparent;color:var(--navy);border-color:var(--navy)}.btn-outline:hover{background:var(--navy);color:var(--bone)}.btn-ghost{background:transparent;color:var(--bone);border-color:#f3eee74d}.btn-ghost:hover{background:#f3eee71a}.site-header{position:fixed;top:0;left:0;right:0;z-index:100;padding:1.25rem 0;transition:background var(--transition),box-shadow var(--transition)}.site-header.scrolled{background:#16202ef5;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);box-shadow:0 1px #ffffff0f}.header-inner{display:flex;align-items:center;justify-content:space-between}.header-logo{font-size:1.4rem;font-weight:700;letter-spacing:.15em;color:var(--bone);text-transform:uppercase}.header-nav{display:flex;align-items:center;gap:2rem}.header-nav a{color:#f3eee7b3;font-size:.85rem;font-weight:500;letter-spacing:.05em;text-transform:uppercase;transition:color var(--transition)}.header-nav a:hover{color:var(--bone)}.header-actions{display:flex;align-items:center;gap:1rem}.cart-btn{position:relative;color:var(--bone);padding:.5rem;display:flex;align-items:center;gap:.4rem;font-size:.85rem;font-weight:500;letter-spacing:.05em}.cart-count{background:var(--copper);color:var(--white);border-radius:50%;width:18px;height:18px;font-size:.7rem;font-weight:700;display:flex;align-items:center;justify-content:center;position:absolute;top:-2px;right:-6px}.hero{min-height:100vh;background:var(--navy);display:flex;align-items:center;position:relative;overflow:hidden}.hero-bg{position:absolute;top:0;right:0;bottom:0;left:0;background:radial-gradient(ellipse 60% 80% at 70% 50%,rgba(192,130,94,.12),transparent);pointer-events:none}.hero-content{position:relative;z-index:1;max-width:600px;padding-top:5rem}.hero-eyebrow{font-size:.75rem;font-weight:600;letter-spacing:.2em;text-transform:uppercase;color:var(--copper);margin-bottom:1.5rem}.hero-title{color:var(--bone);margin-bottom:1.5rem}.hero-subtitle{color:#f3eee7a6;font-size:1.1rem;margin-bottom:2.5rem;max-width:480px}.hero-cta{display:flex;gap:1rem;flex-wrap:wrap}.hero-image{position:absolute;right:0;top:0;bottom:0;width:45%;object-fit:cover;opacity:.7}.features{padding:7rem 0;background:var(--bone)}.section-header{text-align:center;margin-bottom:4rem}.section-eyebrow{font-size:.75rem;font-weight:600;letter-spacing:.2em;text-transform:uppercase;color:var(--copper);margin-bottom:1rem;display:block}.features-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:1.5rem}.feature-card{background:var(--white);border-radius:var(--radius-lg);padding:2.5rem 2rem;border:1px solid rgba(22,32,46,.06);transition:transform var(--transition),box-shadow var(--transition)}.feature-card:hover{transform:translateY(-4px);box-shadow:0 20px 40px #16202e14}.feature-icon{font-size:2rem;margin-bottom:1.25rem}.feature-card h3{margin-bottom:.6rem}.product-page{min-height:100vh;padding:7rem 0 5rem}.product-grid{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:start}.product-gallery{position:sticky;top:6rem}.product-gallery-main{border-radius:var(--radius-lg);overflow:hidden;aspect-ratio:1;background:var(--white)}.product-gallery-main img{width:100%;height:100%;object-fit:cover}.product-gallery-thumbs{display:flex;gap:.75rem;margin-top:1rem;flex-wrap:wrap}.thumb{width:72px;height:72px;border-radius:var(--radius-sm);overflow:hidden;cursor:pointer;border:2px solid transparent;transition:border-color var(--transition);flex-shrink:0}.thumb.active{border-color:var(--copper)}.thumb img{width:100%;height:100%;object-fit:cover}.product-info{padding-top:.5rem}.product-badge{display:inline-block;background:#c0825e1f;color:var(--copper);font-size:.72rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase;padding:.3rem .8rem;border-radius:100px;margin-bottom:1.25rem}.product-title{font-size:clamp(1.7rem,3vw,2.4rem);font-weight:400;letter-spacing:-.02em;margin-bottom:.75rem}.product-price{font-size:1.75rem;font-weight:700;color:var(--navy);margin-bottom:.4rem}.product-compare-price{font-size:1rem;color:var(--mist);text-decoration:line-through;margin-bottom:1.5rem}.product-description{color:var(--mist);line-height:1.8;margin-bottom:2rem}.product-description p{color:var(--mist)}.variant-label{font-size:.82rem;font-weight:700;letter-spacing:.07em;text-transform:uppercase;color:var(--navy);margin-bottom:.75rem;display:block}.variant-options{display:flex;gap:.75rem;flex-wrap:wrap;margin-bottom:2rem}.variant-btn{padding:.65rem 1.4rem;border:2px solid rgba(22,32,46,.15);border-radius:var(--radius-sm);background:var(--white);font-size:.9rem;font-weight:500;color:var(--navy);cursor:pointer;transition:all var(--transition);font-family:var(--font)}.variant-btn:hover{border-color:var(--navy)}.variant-btn.selected{border-color:var(--copper);background:var(--copper);color:var(--white)}.variant-btn.unavailable{opacity:.35;cursor:not-allowed;text-decoration:line-through}.add-to-cart{width:100%;padding:1rem;font-size:1rem;margin-bottom:1rem}.add-to-cart:disabled{opacity:.5;cursor:not-allowed}.shipping-note{display:flex;align-items:center;gap:.6rem;font-size:.85rem;color:var(--mist);margin-bottom:2rem}.shipping-note svg{flex-shrink:0;color:var(--copper)}.product-trust{border-top:1px solid rgba(22,32,46,.08);padding-top:2rem;display:grid;grid-template-columns:1fr 1fr;gap:1.25rem}.trust-item{display:flex;align-items:flex-start;gap:.75rem}.trust-icon{font-size:1.2rem;flex-shrink:0}.trust-item strong{display:block;color:var(--navy);font-size:.85rem;margin-bottom:.15rem}.trust-item p{font-size:.8rem;color:var(--mist)}.testimonials{padding:7rem 0;background:var(--navy)}.testimonials .section-header h2{color:var(--bone)}.testimonials .section-header p{color:#f3eee78c}.testimonials-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.5rem}.testimonial-card{background:#ffffff0a;border:1px solid rgba(255,255,255,.08);border-radius:var(--radius-lg);padding:2rem}.testimonial-stars{color:var(--copper);font-size:1rem;margin-bottom:1rem;letter-spacing:.1em}.testimonial-text{color:#f3eee7cc;line-height:1.7;margin-bottom:1.5rem;font-style:italic}.testimonial-author{color:var(--mist);font-size:.82rem;font-weight:600;text-transform:uppercase;letter-spacing:.1em}.faq-section{padding:7rem 0}.faq-max{max-width:720px;margin:0 auto}.faq-item{border-bottom:1px solid rgba(22,32,46,.1)}.faq-question{width:100%;background:none;border:none;text-align:left;padding:1.5rem 0;display:flex;align-items:center;justify-content:space-between;gap:1rem;font-size:1rem;font-weight:600;color:var(--navy);cursor:pointer;font-family:var(--font)}.faq-chevron{flex-shrink:0;width:20px;height:20px;transition:transform var(--transition)}.faq-item.open .faq-chevron{transform:rotate(180deg)}.faq-answer{display:none;padding-bottom:1.5rem;color:var(--mist);line-height:1.8}.faq-item.open .faq-answer{display:block}.cart-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#16202e80;z-index:200;opacity:0;pointer-events:none;transition:opacity var(--transition)}.cart-overlay.open{opacity:1;pointer-events:all}.cart-drawer{position:fixed;top:0;right:0;bottom:0;width:min(420px,100vw);background:var(--bone);z-index:201;transform:translate(100%);transition:transform .3s ease;display:flex;flex-direction:column}.cart-drawer.open{transform:translate(0)}.cart-header{display:flex;align-items:center;justify-content:space-between;padding:1.5rem;border-bottom:1px solid rgba(22,32,46,.1)}.cart-header h2{font-size:1.1rem;font-weight:600;color:var(--navy)}.cart-close{color:var(--mist);font-size:1.5rem;line-height:1;padding:.25rem}.cart-close:hover{color:var(--navy)}.cart-items{flex:1;overflow-y:auto;padding:1rem 1.5rem}.cart-item{display:flex;gap:1rem;padding:1rem 0;border-bottom:1px solid rgba(22,32,46,.06)}.cart-item-image{width:72px;height:72px;border-radius:var(--radius-sm);object-fit:cover;flex-shrink:0}.cart-item-details{flex:1}.cart-item-title{font-size:.9rem;font-weight:600;color:var(--navy);margin-bottom:.2rem}.cart-item-variant{font-size:.8rem;color:var(--mist);margin-bottom:.4rem}.cart-item-price{font-size:.9rem;font-weight:700;color:var(--copper)}.cart-item-qty{display:flex;align-items:center;gap:.5rem;margin-top:.5rem}.qty-btn{width:28px;height:28px;border:1px solid rgba(22,32,46,.2)!important;border-radius:50%;font-size:1rem;display:flex;align-items:center;justify-content:center;transition:background var(--transition);text-decoration:none;color:var(--navy)}.qty-btn:hover{background:#16202e0f}.qty-value{font-size:.9rem;font-weight:600;min-width:1.5rem;text-align:center}.cart-empty{text-align:center;padding:3rem 1rem;color:var(--mist)}.cart-empty-icon{font-size:3rem;margin-bottom:1rem}.cart-footer{padding:1.5rem;border-top:1px solid rgba(22,32,46,.1);background:var(--white)}.cart-subtotal{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem;font-weight:600;color:var(--navy)}.cart-subtotal span:last-child{font-size:1.1rem}.cart-checkout-btn{width:100%;padding:1rem;font-size:1rem}.site-footer{background:var(--navy);padding:4rem 0 2rem}.footer-grid{display:grid;grid-template-columns:2fr 1fr 1fr;gap:3rem;margin-bottom:3rem}.footer-logo{font-size:1.2rem;font-weight:700;letter-spacing:.15em;color:var(--bone);text-transform:uppercase}.footer-brand p{color:#f3eee773;font-size:.88rem;margin-top:1rem;max-width:280px}.footer-col h4{font-size:.72rem;font-weight:700;letter-spacing:.15em;text-transform:uppercase;color:var(--copper);margin-bottom:1.25rem}.footer-col ul li{margin-bottom:.6rem}.footer-col a{color:#f3eee780;font-size:.88rem;transition:color var(--transition)}.footer-col a:hover{color:var(--bone)}.footer-bottom{border-top:1px solid rgba(255,255,255,.06);padding-top:2rem;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:1rem}.footer-bottom p{color:#f3eee74d;font-size:.8rem}.cart-page{padding:7rem 0 5rem;min-height:80vh}.cart-page-grid{display:grid;grid-template-columns:1fr 360px;gap:3rem;align-items:start}.cart-page h1{margin-bottom:2rem}.order-summary{background:var(--white);border-radius:var(--radius-lg);padding:2rem;border:1px solid rgba(22,32,46,.06)}.order-summary-row{display:flex;justify-content:space-between;font-size:.9rem;color:var(--mist);margin-bottom:.75rem}.order-summary-total{display:flex;justify-content:space-between;font-weight:700;font-size:1.1rem;color:var(--navy);padding-top:1rem;border-top:1px solid rgba(22,32,46,.08);margin-top:.5rem;margin-bottom:1.5rem}.toast{position:fixed;bottom:2rem;right:2rem;background:var(--navy);color:var(--bone);padding:1rem 1.5rem;border-radius:var(--radius-md);font-size:.9rem;font-weight:500;z-index:999;transform:translateY(100px);opacity:0;transition:all .3s ease;max-width:320px;border-left:3px solid var(--copper)}.toast.show{transform:translateY(0);opacity:1}@media(max-width:900px){.product-grid{grid-template-columns:1fr;gap:2.5rem}.product-gallery{position:static}.hero-image{display:none}.hero-content{max-width:100%}.footer-grid{grid-template-columns:1fr 1fr}.cart-page-grid{grid-template-columns:1fr}}@media(max-width:600px){h1{font-size:2.2rem}.footer-grid{grid-template-columns:1fr}.header-nav{display:none}.product-trust{grid-template-columns:1fr}.hero{padding-bottom:3rem}}
/*# sourceMappingURL=/cdn/shop/t/3/assets/theme.css.map */
