:root{--navy: #1a2238;--navy-light: #2a3454;--gold: #c9a96e;--gold-light: #d4be95;--cream: #f8f5f0;--cream-dark: #efe9e0;--text: #1a2238;--text-muted: #6b7280;--white: #ffffff;--border: #e5e0d8;--font-display: "Cormorant Garamond", Georgia, serif;--font-body: "Jost", "Helvetica Neue", sans-serif}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;scroll-behavior:smooth}body{font-family:var(--font-body);font-size:16px;line-height:1.6;color:var(--text);background:var(--cream)}img{max-width:100%;height:auto;display:block}h1,h2,h3,h4{font-family:var(--font-display);font-weight:500;line-height:1.2;text-wrap:balance}a{color:inherit;text-decoration:none;transition:color .3s ease}.announcement{background:var(--navy);color:var(--cream);text-align:center;padding:.6rem 1rem;font-size:.75rem;letter-spacing:.15em;text-transform:uppercase}.header{background:#f8f5f0f2;border-bottom:1px solid var(--border);position:sticky;top:0;z-index:100;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.header-inner{max-width:1280px;margin:0 auto;display:flex;align-items:center;justify-content:space-between;padding:1.25rem 2rem}.logo{font-family:var(--font-display);font-size:1.75rem;font-weight:600;letter-spacing:.02em;color:var(--navy)}.logo span{color:var(--gold)}.nav{display:flex;gap:2.5rem}.nav a{font-size:.85rem;letter-spacing:.1em;text-transform:uppercase;font-weight:400;color:var(--navy);position:relative}.nav a:after{content:"";position:absolute;bottom:-4px;left:0;width:0;height:1px;background:var(--gold);transition:width .3s ease}.nav a:hover:after{width:100%}.header-icons{display:flex;gap:1.25rem;align-items:center}.header-icons svg{width:20px;height:20px;stroke:var(--navy);stroke-width:1.5;fill:none}.cart-link{position:relative}.cart-count{position:absolute;top:-8px;right:-8px;background:var(--gold);color:var(--navy);font-size:.65rem;width:18px;height:18px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:600}.mobile-menu-toggle{display:none;background:none;border:none;cursor:pointer}.mobile-menu-toggle svg{width:24px;height:24px;stroke:var(--navy);stroke-width:1.5;fill:none}.mobile-nav{display:none;flex-direction:column;padding:1rem 2rem;gap:1rem;background:var(--cream);border-bottom:1px solid var(--border)}.mobile-nav.open{display:flex}.mobile-nav a{font-size:.9rem;text-transform:uppercase;letter-spacing:.1em;color:var(--navy)}.hero{background:linear-gradient(135deg,var(--navy) 0%,var(--navy-light) 100%);color:var(--cream);padding:6rem 2rem;text-align:center;position:relative;overflow:hidden}.hero:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:radial-gradient(ellipse at 30% 20%,rgba(201,169,110,.15) 0%,transparent 50%)}.hero-content{position:relative;max-width:720px;margin:0 auto}.hero h1{font-size:clamp(2.5rem,5vw,4.5rem);font-weight:400;margin-bottom:1.25rem;letter-spacing:-.01em}.hero h1 em{font-style:italic;color:var(--gold)}.hero p{font-size:1.15rem;font-weight:300;opacity:.85;margin-bottom:2.5rem;max-width:520px;margin-left:auto;margin-right:auto}.hero-cta{display:inline-block;padding:1rem 2.5rem;background:var(--gold);color:var(--navy);font-size:.85rem;letter-spacing:.15em;text-transform:uppercase;font-weight:500;border:1px solid var(--gold);transition:all .3s ease}.hero-cta:hover{background:transparent;color:var(--gold)}.products{max-width:1280px;margin:0 auto;padding:5rem 2rem}.section-header{text-align:center;margin-bottom:3.5rem}.section-header h2,.section-header h1{font-size:clamp(2rem,3vw,2.75rem);color:var(--navy);margin-bottom:.75rem}.section-header p{color:var(--text-muted);font-size:1rem;max-width:480px;margin:0 auto}.section-header .divider{width:60px;height:2px;background:var(--gold);margin:1.25rem auto 0}.product-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2.5rem}.product-card{background:var(--white);border:1px solid var(--border);border-radius:4px;overflow:hidden;transition:transform .4s ease,box-shadow .4s ease}.product-card:hover{transform:translateY(-6px);box-shadow:0 20px 40px #1a223814}.product-image{aspect-ratio:4 / 5;background:var(--cream-dark);display:flex;align-items:center;justify-content:center;position:relative;overflow:hidden}.product-image-inner{width:100%;height:100%;display:flex;align-items:center;justify-content:center;position:relative}.product-cover{width:70%;aspect-ratio:3 / 4;background:linear-gradient(145deg,var(--navy),var(--navy-light));border-radius:2px;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:1.5rem;box-shadow:0 8px 24px #1a223833;position:relative}.product-cover:before{content:"";position:absolute;top:8px;left:8px;right:8px;bottom:8px;border:1px solid rgba(201,169,110,.3);border-radius:1px}.product-cover-title{font-family:var(--font-display);color:var(--gold);font-size:1.1rem;text-align:center;font-style:italic;margin-bottom:.5rem}.product-cover-sub{font-family:var(--font-body);color:var(--cream);font-size:.6rem;letter-spacing:.2em;text-transform:uppercase;opacity:.7}.product-badge{position:absolute;top:1rem;left:1rem;background:var(--gold);color:var(--navy);font-size:.65rem;letter-spacing:.1em;text-transform:uppercase;padding:.3rem .75rem;font-weight:600;z-index:1}.product-info{padding:1.5rem 1.5rem 2rem;text-align:center}.product-info h3{font-size:1.4rem;color:var(--navy);margin-bottom:.5rem}.product-info p{font-size:.85rem;color:var(--text-muted);margin-bottom:1rem;min-height:2.5rem}.product-price{font-family:var(--font-display);font-size:1.5rem;color:var(--navy);font-weight:600}.product-price small{font-family:var(--font-body);font-size:.7rem;color:var(--text-muted);font-weight:400;display:block;margin-top:.25rem;letter-spacing:.1em;text-transform:uppercase}.features{background:var(--navy);color:var(--cream);padding:5rem 2rem}.features-inner{max-width:1080px;margin:0 auto;display:grid;grid-template-columns:repeat(3,1fr);gap:3rem;text-align:center}.feature-icon{width:56px;height:56px;margin:0 auto 1.25rem;display:flex;align-items:center;justify-content:center;border:1px solid var(--gold);border-radius:50%}.feature-icon svg{width:24px;height:24px;stroke:var(--gold);fill:none;stroke-width:1.5}.feature h3{font-size:1.35rem;color:var(--cream);margin-bottom:.6rem}.feature p{font-size:.9rem;opacity:.7;font-weight:300}.about-preview{max-width:840px;margin:0 auto;padding:5rem 2rem;text-align:center}.about-preview h2{font-size:clamp(2rem,3vw,2.75rem);color:var(--navy);margin-bottom:1.5rem}.about-preview .divider{width:60px;height:2px;background:var(--gold);margin:0 auto 1.5rem}.about-preview p{font-size:1.1rem;color:var(--text-muted);line-height:1.8;margin-bottom:2rem;font-weight:300}.about-link{display:inline-block;font-size:.85rem;letter-spacing:.15em;text-transform:uppercase;color:var(--navy);border-bottom:1px solid var(--gold);padding-bottom:4px}.newsletter{background:var(--cream-dark);padding:4rem 2rem;text-align:center}.newsletter-inner{max-width:520px;margin:0 auto}.newsletter h2{font-size:2rem;color:var(--navy);margin-bottom:.75rem}.newsletter p{color:var(--text-muted);margin-bottom:2rem;font-size:.95rem}.newsletter form{display:flex;gap:.75rem;max-width:420px;margin:0 auto}.newsletter input{flex:1;padding:.85rem 1.25rem;border:1px solid var(--border);background:var(--white);font-family:var(--font-body);font-size:.9rem;border-radius:2px;outline:none;transition:border-color .3s}.newsletter input:focus{border-color:var(--gold)}.newsletter button{padding:.85rem 2rem;background:var(--navy);color:var(--cream);border:none;font-family:var(--font-body);font-size:.8rem;letter-spacing:.1em;text-transform:uppercase;cursor:pointer;border-radius:2px;transition:background .3s}.newsletter button:hover{background:var(--gold);color:var(--navy)}.footer{background:var(--navy);color:var(--cream);padding:4rem 2rem 2rem}.footer-inner{max-width:1280px;margin:0 auto;display:grid;grid-template-columns:2fr 1fr 1fr 1fr;gap:3rem}.footer-brand h3{font-size:1.75rem;color:var(--cream);margin-bottom:.75rem}.footer-brand h3 span{color:var(--gold)}.footer-brand p{font-size:.85rem;opacity:.6;font-weight:300;max-width:280px}.footer-col h4{font-family:var(--font-body);font-size:.75rem;letter-spacing:.15em;text-transform:uppercase;color:var(--gold);margin-bottom:1rem;font-weight:500}.footer-col ul{list-style:none}.footer-col li{margin-bottom:.6rem}.footer-col a{font-size:.85rem;opacity:.7;transition:opacity .3s}.footer-col a:hover{opacity:1;color:var(--gold)}.footer-bottom{max-width:1280px;margin:3rem auto 0;padding-top:2rem;border-top:1px solid rgba(201,169,110,.2);display:flex;justify-content:space-between;align-items:center;font-size:.75rem;opacity:.5}.footer-social{display:flex;gap:1rem}.footer-social svg{width:18px;height:18px;stroke:var(--cream);fill:none;stroke-width:1.5}.btn{display:inline-block;padding:.85rem 2.5rem;font-family:var(--font-body);font-size:.85rem;letter-spacing:.15em;text-transform:uppercase;font-weight:500;border:1px solid transparent;cursor:pointer;transition:all .3s ease;border-radius:2px;text-align:center}.btn-primary{background:var(--gold);color:var(--navy);border-color:var(--gold)}.btn-primary:hover{background:transparent;color:var(--gold)}.btn-secondary{background:var(--navy);color:var(--cream);border-color:var(--navy)}.btn-secondary:hover{background:transparent;color:var(--navy)}.btn:disabled{opacity:.5;cursor:not-allowed}.product-page{padding:3rem 2rem}.product-container{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:start}.product-main-image{aspect-ratio:4/5;background:var(--cream-dark);display:flex;align-items:center;justify-content:center;border:1px solid var(--border);border-radius:4px;overflow:hidden}.product-main-image img{width:70%;height:auto;border-radius:2px;box-shadow:0 8px 24px #1a223833}.product-placeholder{display:flex;align-items:center;justify-content:center}.product-details h1{font-size:2.5rem;color:var(--navy);margin-bottom:1rem}.product-price-wrapper{margin-bottom:2rem;padding-bottom:1.5rem;border-bottom:1px solid var(--border)}.product-price-detail{font-family:var(--font-display);font-size:2rem;color:var(--navy);font-weight:600}.product-compare-price{font-family:var(--font-body);font-size:1.1rem;color:var(--text-muted);text-decoration:line-through;margin-left:1rem}.product-price-note{display:block;font-family:var(--font-body);font-size:.75rem;color:var(--text-muted);letter-spacing:.1em;text-transform:uppercase;margin-top:.5rem}.product-description{margin-bottom:2rem}.product-description h3{font-size:1.25rem;color:var(--navy);margin:1.5rem 0 .75rem}.product-description ul,.product-description ol{margin:.5rem 0 1rem 1.5rem}.product-description li{margin-bottom:.4rem}.product-variants{margin-bottom:1.5rem}.variant-selector{margin-bottom:1rem}.variant-selector label{display:block;font-size:.8rem;letter-spacing:.1em;text-transform:uppercase;color:var(--text-muted);margin-bottom:.5rem}.variant-selector select{width:100%;padding:.75rem 1rem;border:1px solid var(--border);background:var(--white);font-family:var(--font-body);font-size:.9rem;border-radius:2px;outline:none}.product-quantity{margin-bottom:1.5rem}.product-quantity label{display:block;font-size:.8rem;letter-spacing:.1em;text-transform:uppercase;color:var(--text-muted);margin-bottom:.5rem}.product-quantity input{width:80px;padding:.75rem 1rem;border:1px solid var(--border);background:var(--white);font-family:var(--font-body);font-size:.9rem;border-radius:2px;outline:none}.product-meta{margin-top:2rem;padding-top:1.5rem;border-top:1px solid var(--border);font-size:.85rem;color:var(--text-muted)}.product-meta p{margin-bottom:.3rem}.cart-page{max-width:1000px;margin:0 auto;padding:3rem 2rem}.cart-items{margin-bottom:2rem}.cart-item{display:grid;grid-template-columns:100px 1fr auto auto;gap:1.5rem;align-items:center;padding:1.5rem 0;border-bottom:1px solid var(--border)}.cart-item-image img,.cart-item-placeholder{width:100px;aspect-ratio:4/5;background:var(--cream-dark);border:1px solid var(--border);border-radius:2px;display:flex;align-items:center;justify-content:center}.cart-item-placeholder .product-cover{width:80%;box-shadow:0 4px 12px #1a223826}.cart-item-details h3{font-size:1.2rem;color:var(--navy);margin-bottom:.3rem}.cart-item-details h3 a:hover{color:var(--gold)}.cart-item-variant{font-size:.8rem;color:var(--text-muted)}.cart-item-price{font-size:.9rem;color:var(--text-muted)}.cart-item-quantity{display:flex;flex-direction:column;align-items:center;gap:.5rem}.cart-item-quantity input{width:60px;padding:.5rem;border:1px solid var(--border);text-align:center;font-family:var(--font-body);border-radius:2px}.cart-item-remove{font-size:.75rem;color:var(--text-muted);text-transform:uppercase;letter-spacing:.1em}.cart-item-remove:hover{color:var(--gold)}.cart-item-total{font-family:var(--font-display);font-size:1.2rem;color:var(--navy);font-weight:600;text-align:right}.cart-footer{text-align:center;padding-top:2rem;border-top:2px solid var(--border)}.cart-subtotal{display:flex;justify-content:space-between;align-items:center;max-width:400px;margin:0 auto .5rem;font-size:1.1rem}.cart-subtotal span:first-child{font-family:var(--font-body);text-transform:uppercase;letter-spacing:.1em;font-size:.85rem;color:var(--text-muted)}.cart-subtotal-price{font-family:var(--font-display);font-size:1.5rem;color:var(--navy);font-weight:600}.cart-tax-note{font-size:.8rem;color:var(--text-muted);margin-bottom:1.5rem}.cart-footer .btn{margin-bottom:1rem}.cart-continue{display:inline-block;font-size:.8rem;letter-spacing:.1em;text-transform:uppercase;color:var(--text-muted);border-bottom:1px solid var(--gold);padding-bottom:2px}.empty-cart{text-align:center;padding:4rem 2rem}.empty-cart p{font-size:1.1rem;color:var(--text-muted);margin-bottom:2rem}.page-template{padding:3rem 2rem}.page-container{max-width:840px;margin:0 auto;text-align:center}.page-container h1{font-size:clamp(2rem,3vw,2.75rem);color:var(--navy);margin-bottom:.75rem}.page-container .divider{width:60px;height:2px;background:var(--gold);margin:1.25rem auto 2rem}.page-content{text-align:left;font-size:1rem;color:var(--text);line-height:1.8}.page-content h2,.page-content h3{color:var(--navy);margin:1.5rem 0 .75rem}.page-content p{margin-bottom:1rem}.page-content ul,.page-content ol{margin:.5rem 0 1rem 1.5rem}.page-content li{margin-bottom:.4rem}.search-page{max-width:1280px;margin:0 auto;padding:3rem 2rem}.search-form{display:flex;gap:.75rem;max-width:500px;margin:0 auto 3rem}.search-input{flex:1;padding:.85rem 1.25rem;border:1px solid var(--border);background:var(--white);font-family:var(--font-body);font-size:.9rem;border-radius:2px;outline:none}.search-input:focus{border-color:var(--gold)}.search-result-other{background:var(--white);border:1px solid var(--border);border-radius:4px;padding:1.5rem}.search-result-other h3{font-size:1.3rem;margin-bottom:.5rem}.collections-list-page{max-width:1280px;margin:0 auto;padding:3rem 2rem}.collections-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2.5rem}.collection-card{background:var(--white);border:1px solid var(--border);border-radius:4px;overflow:hidden;transition:transform .4s ease,box-shadow .4s ease}.collection-card:hover{transform:translateY(-6px);box-shadow:0 20px 40px #1a223814}.collection-card-image{aspect-ratio:4/3;background:var(--cream-dark);overflow:hidden}.collection-card-image img{width:100%;height:100%;object-fit:cover}.collection-card-placeholder{display:flex;align-items:center;justify-content:center;font-family:var(--font-display);font-size:1.5rem;color:var(--gold);font-style:italic}.collection-card-info{padding:1.5rem;text-align:center}.collection-card-info h3{font-size:1.3rem;color:var(--navy);margin-bottom:.3rem}.collection-card-info p{font-size:.8rem;color:var(--text-muted)}.error-page{max-width:600px;margin:0 auto;padding:6rem 2rem;text-align:center}.error-page h1{font-size:3rem;color:var(--navy);margin-bottom:1rem}.error-page p{font-size:1.1rem;color:var(--text-muted);margin-bottom:2rem}.pagination{display:flex;justify-content:center;gap:.5rem;margin-top:3rem}.pagination a,.pagination span{padding:.5rem 1rem;border:1px solid var(--border);border-radius:2px;font-size:.85rem;color:var(--navy);transition:all .3s}.pagination a:hover{border-color:var(--gold);color:var(--gold)}.pagination .pagination-current{background:var(--navy);color:var(--cream);border-color:var(--navy)}.empty-state{text-align:center;color:var(--text-muted);padding:3rem 1rem;font-size:1.1rem;grid-column:1 / -1}.rte h1,.rte h2,.rte h3{color:var(--navy);margin:1.5rem 0 .75rem}.rte h1{font-size:2rem}.rte h2{font-size:1.5rem}.rte h3{font-size:1.2rem}.rte p{margin-bottom:1rem;line-height:1.8}.rte ul,.rte ol{margin:.5rem 0 1rem 1.5rem}.rte li{margin-bottom:.4rem}.rte a{color:var(--gold);border-bottom:1px solid var(--gold)}.rte img{border-radius:2px;margin:1rem 0}input[type=text],input[type=email],input[type=search],input[type=number],select,textarea{font-family:var(--font-body);font-size:.9rem;padding:.75rem 1rem;border:1px solid var(--border);background:var(--white);border-radius:2px;outline:none;transition:border-color .3s}input:focus,select:focus,textarea:focus{border-color:var(--gold)}@media(max-width:900px){.product-grid{grid-template-columns:repeat(2,1fr)}.features-inner{grid-template-columns:1fr;gap:2.5rem}.footer-inner{grid-template-columns:1fr 1fr}.product-container{grid-template-columns:1fr;gap:2rem}.collections-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:640px){.nav{display:none}.mobile-menu-toggle{display:block}.product-grid,.footer-inner{grid-template-columns:1fr}.footer-bottom{flex-direction:column;gap:1rem}.newsletter form{flex-direction:column}.hero{padding:4rem 1.5rem}.products{padding:3rem 1.5rem}.header-inner{padding:1rem 1.5rem}.collections-grid{grid-template-columns:1fr}.cart-item{grid-template-columns:80px 1fr;gap:1rem}.cart-item-quantity,.cart-item-total{grid-column:2}.cart-item-total{text-align:left;margin-top:.5rem}}
/*# sourceMappingURL=/cdn/shop/t/5/assets/theme.css.map */
