@import"https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,400;0,600;0,700;1,400&family=Inter:wght@400;500;600;700&display=swap";*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}:root{--gold: #c9a84c;--gold-light: #e8c96a;--gold-dark: #8a6010;--dark: #1c1209;--dark-mid: #2a1800;--bg: #fafaf9;--bg-2: #f5f5f4;--text: #292524;--text-mid: #57534e;--text-muted: #78716c;--border: #e7e5e4;--white: #ffffff;--font-serif: "Cormorant Garamond", Georgia, serif;--font-sans: "Inter", system-ui, sans-serif;--radius-sm: 8px;--radius-md: 16px;--radius-lg: 24px;--radius-xl: 32px}html{font-size:16px;scroll-behavior:smooth}body{font-family:var(--font-sans);background:var(--bg);color:var(--text);line-height:1.6;-webkit-font-smoothing:antialiased}h1,h2,h3,h4{font-family:var(--font-serif);font-weight:700;line-height:1.2;color:var(--dark)}h1{font-size:clamp(2.2rem,5vw,4rem)}h2{font-size:clamp(1.8rem,3.5vw,3rem)}h3{font-size:clamp(1.2rem,2vw,1.6rem)}a{color:inherit;text-decoration:none}img{display:block;max-width:100%}button{cursor:pointer;border:none;background:none;font-family:inherit}.container{width:100%;max-width:1200px;margin:0 auto;padding:0 24px}.section{padding:64px 0}.announcement-bar{background:var(--dark);color:var(--gold-light);text-align:center;padding:10px 24px;font-size:12px;font-weight:600;letter-spacing:.12em;text-transform:uppercase}.site-header{position:sticky;top:0;z-index:100;background:#fafaf9eb;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-bottom:1px solid var(--border)}.header-inner{display:flex;align-items:center;justify-content:space-between;height:68px;gap:24px}.header-logo{font-family:var(--font-serif);font-size:1.5rem;font-weight:700;color:var(--dark);letter-spacing:.04em;flex-shrink:0}.header-logo img{height:40px;width:auto}.header-nav{display:flex;gap:28px;align-items:center}.header-nav a{font-size:13px;font-weight:600;letter-spacing:.06em;text-transform:uppercase;color:var(--text-mid);transition:color .15s}.header-nav a:hover{color:var(--gold-dark)}.header-actions{display:flex;align-items:center;gap:16px}.cart-icon-btn{position:relative;display:flex;align-items:center;gap:6px;font-size:13px;font-weight:600;color:var(--dark);padding:8px 14px;border-radius:var(--radius-xl);border:1.5px solid var(--border);transition:all .15s}.cart-icon-btn:hover{border-color:var(--gold);color:var(--gold-dark)}.cart-count{background:var(--gold);color:var(--dark-mid);font-size:10px;font-weight:700;width:18px;height:18px;border-radius:50%;display:flex;align-items:center;justify-content:center}.btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:14px 28px;border-radius:var(--radius-xl);font-size:14px;font-weight:700;letter-spacing:.04em;transition:all .2s;cursor:pointer}.btn-primary{background:linear-gradient(135deg,var(--gold),var(--gold-light));color:var(--dark-mid);box-shadow:0 4px 18px #c9a84c61}.btn-primary:hover{transform:translateY(-1px);box-shadow:0 6px 24px #c9a84c80}.btn-outline{background:transparent;color:var(--dark);border:1.5px solid var(--border)}.btn-outline:hover{border-color:var(--gold);color:var(--gold-dark)}.btn-dark{background:var(--dark);color:var(--gold-light)}.btn-dark:hover{background:var(--dark-mid)}.btn-full{width:100%}.hero{background:var(--dark);color:var(--white);padding:100px 0 80px;text-align:center;position:relative;overflow:hidden}.hero:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:radial-gradient(ellipse at 50% 0%,rgba(201,168,76,.15) 0%,transparent 65%);pointer-events:none}.hero-eyebrow{font-size:11px;font-weight:700;letter-spacing:.35em;text-transform:uppercase;color:var(--gold);margin-bottom:20px}.hero h1{color:var(--white);margin-bottom:20px}.hero h1 em{font-style:italic;color:var(--gold-light)}.hero-sub{font-size:1.125rem;color:#ffffffa6;max-width:540px;margin:0 auto 36px;line-height:1.7}.hero-badges{display:flex;gap:12px;justify-content:center;flex-wrap:wrap;margin-top:40px}.hero-badge{font-size:11px;font-weight:600;letter-spacing:.05em;color:#ffffff8c;padding:6px 14px;border:1px solid rgba(255,255,255,.12);border-radius:var(--radius-xl)}.section-header{text-align:center;margin-bottom:48px}.section-eyebrow{font-size:10px;font-weight:700;letter-spacing:.35em;text-transform:uppercase;color:var(--gold);margin-bottom:12px}.section-header h2{color:var(--dark);margin-bottom:14px}.section-header p{color:var(--text-muted);font-size:1.05rem;max-width:520px;margin:0 auto}.product-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(240px,1fr));gap:24px}@media(max-width:640px){.product-grid{grid-template-columns:repeat(2,1fr);gap:16px}}.product-card{background:var(--white);border-radius:var(--radius-lg);overflow:hidden;border:1px solid var(--border);transition:all .3s;display:flex;flex-direction:column}.product-card:hover{border-color:#c9a84c66;box-shadow:0 12px 40px #1c120914;transform:translateY(-3px)}.product-card__image-wrap{position:relative;aspect-ratio:1;overflow:hidden;background:var(--bg-2)}.product-card__image-wrap img{width:100%;height:100%;object-fit:cover;transition:transform .5s}.product-card:hover .product-card__image-wrap img{transform:scale(1.05)}.product-card__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:#1c120900;display:flex;align-items:center;justify-content:center;transition:background .3s}.product-card:hover .product-card__overlay{background:#1c120940}.product-card__overlay-text{font-size:12px;font-weight:700;letter-spacing:.06em;color:var(--white);background:#1c1209b3;padding:8px 18px;border-radius:var(--radius-xl);opacity:0;transition:opacity .2s}.product-card:hover .product-card__overlay-text{opacity:1}.product-card__badge{position:absolute;top:10px;left:10px;font-size:10px;font-weight:700;letter-spacing:.1em;text-transform:uppercase;padding:3px 8px;border-radius:var(--radius-xl);background:#c9a84ce6;color:var(--dark-mid)}.product-card__info{padding:16px;flex:1;display:flex;flex-direction:column;gap:4px}.product-card__title{font-weight:700;font-size:.9rem;color:var(--dark);line-height:1.35;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.product-card__meta{font-size:11px;color:var(--text-muted)}.product-card__footer{display:flex;align-items:center;justify-content:space-between;margin-top:auto;padding-top:10px}.product-card__price{font-size:1rem;font-weight:700;color:var(--gold)}.product-card__cta{font-size:11px;font-weight:600;color:var(--gold-dark);transition:color .15s}.product-card:hover .product-card__cta{color:var(--gold)}.product-page{padding:48px 0 80px}.product-layout{display:grid;grid-template-columns:1fr 1fr;gap:56px;align-items:start}@media(max-width:768px){.product-layout{grid-template-columns:1fr;gap:32px}}.product-gallery__main{aspect-ratio:1;border-radius:var(--radius-lg);overflow:hidden;background:var(--bg-2)}.product-gallery__main img{width:100%;height:100%;object-fit:cover}.product-gallery__thumbs{display:flex;gap:10px;margin-top:12px}.product-gallery__thumb{width:72px;height:72px;border-radius:var(--radius-sm);overflow:hidden;border:2px solid transparent;cursor:pointer;transition:border-color .15s}.product-gallery__thumb.active{border-color:var(--gold)}.product-gallery__thumb img{width:100%;height:100%;object-fit:cover}.product-info__badge{display:inline-block;font-size:10px;font-weight:700;letter-spacing:.1em;text-transform:uppercase;padding:4px 12px;border-radius:var(--radius-xl);background:#c9a84c26;color:var(--gold-dark);margin-bottom:16px}.product-info__title{margin-bottom:8px}.product-info__vendor{font-size:13px;color:var(--text-muted);margin-bottom:20px}.product-info__price{font-size:2rem;font-weight:700;color:var(--gold);margin-bottom:20px}.product-info__desc{font-size:.95rem;color:var(--text-mid);line-height:1.75;margin-bottom:28px;border-top:1px solid var(--border);padding-top:20px}.variant-label{font-size:10px;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:var(--text-muted);margin-bottom:10px}.variant-pills{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:24px}.variant-pill{padding:8px 16px;border-radius:var(--radius-xl);border:1.5px solid var(--border);font-size:13px;font-weight:600;color:var(--text-mid);cursor:pointer;transition:all .15s}.variant-pill:hover{border-color:var(--gold);color:var(--gold-dark)}.variant-pill.active{background:var(--gold);color:var(--dark-mid);border-color:var(--gold)}.qty-row{display:flex;align-items:center;gap:16px;margin-bottom:20px}.qty-label{font-size:10px;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:var(--text-muted)}.qty-control{display:flex;align-items:center;gap:4px;background:var(--bg-2);border:1px solid var(--border);border-radius:var(--radius-md);padding:4px}.qty-btn{width:32px;height:32px;border-radius:var(--radius-sm);background:var(--white);font-size:18px;font-weight:700;color:var(--dark);display:flex;align-items:center;justify-content:center;transition:background .15s}.qty-btn:hover{background:#c9a84c1a}.qty-input{width:40px;text-align:center;font-size:14px;font-weight:700;color:var(--dark);background:none;border:none;outline:none;font-family:inherit}.product-features{margin-top:24px;border-top:1px solid var(--border);padding-top:20px}.product-feature{display:flex;align-items:center;gap:10px;font-size:13px;color:var(--text-mid);padding:6px 0}.product-feature:before{content:"\2714";color:var(--gold);font-weight:700;flex-shrink:0}.product-footer-note{font-size:11px;text-align:center;color:var(--text-muted);margin-top:14px}.cart-page{padding:48px 0 80px}.cart-layout{display:grid;grid-template-columns:1fr 380px;gap:40px;align-items:start}@media(max-width:900px){.cart-layout{grid-template-columns:1fr}}.cart-items{display:flex;flex-direction:column;gap:16px}.cart-item{display:grid;grid-template-columns:100px 1fr auto;gap:20px;align-items:center;background:var(--white);border:1px solid var(--border);border-radius:var(--radius-md);padding:16px}.cart-item__img{width:100px;height:100px;border-radius:var(--radius-sm);overflow:hidden;background:var(--bg-2)}.cart-item__img img{width:100%;height:100%;object-fit:cover}.cart-item__title{font-weight:700;font-size:.95rem;color:var(--dark);margin-bottom:4px}.cart-item__variant{font-size:12px;color:var(--text-muted);margin-bottom:12px}.cart-item__remove{font-size:12px;color:var(--text-muted);text-decoration:underline;cursor:pointer;background:none;border:none;font-family:inherit;transition:color .15s}.cart-item__remove:hover{color:#dc2626}.cart-item__price{font-size:1.1rem;font-weight:700;color:var(--gold);white-space:nowrap}.cart-summary{background:var(--white);border:1px solid var(--border);border-radius:var(--radius-lg);padding:28px;position:sticky;top:88px}.cart-summary h3{margin-bottom:20px;font-size:1.2rem}.cart-summary-row{display:flex;justify-content:space-between;align-items:center;font-size:14px;color:var(--text-mid);padding:8px 0;border-bottom:1px solid var(--border)}.cart-summary-row:last-of-type{border-bottom:none}.cart-summary-total{font-size:1.1rem;font-weight:700;color:var(--dark)}.cart-summary-total-price{font-size:1.3rem;font-weight:700;color:var(--gold)}.cart-note{font-size:11px;text-align:center;color:var(--text-muted);margin-top:14px;line-height:1.6}.cart-empty{text-align:center;padding:80px 0}.cart-empty h2{font-size:1.5rem;color:var(--text-muted);margin-bottom:20px}.trust-strip{background:var(--dark);padding:32px 0}.trust-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:24px}@media(max-width:640px){.trust-grid{grid-template-columns:repeat(2,1fr)}}.trust-item{text-align:center}.trust-item__icon{font-size:1.4rem;margin-bottom:8px}.trust-item__label{font-size:12px;font-weight:700;letter-spacing:.05em;color:var(--gold-light)}.trust-item__sub{font-size:11px;color:#ffffff73;margin-top:3px}.site-footer{background:var(--dark);color:#ffffffb3;padding:56px 0 32px}.footer-grid{display:grid;grid-template-columns:1.5fr 1fr 1fr;gap:40px;margin-bottom:48px}@media(max-width:768px){.footer-grid{grid-template-columns:1fr 1fr}}.footer-logo{font-family:var(--font-serif);font-size:1.5rem;font-weight:700;color:var(--gold-light);margin-bottom:12px}.footer-tagline{font-size:13px;line-height:1.7;color:#ffffff80}.footer-col h4{font-family:var(--font-sans);font-size:11px;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:var(--gold);margin-bottom:16px}.footer-col ul{list-style:none;display:flex;flex-direction:column;gap:10px}.footer-col ul li a{font-size:13px;color:#ffffff8c;transition:color .15s}.footer-col ul li a:hover{color:var(--gold-light)}.footer-bottom{border-top:1px solid rgba(255,255,255,.08);padding-top:24px;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:12px}.footer-copy{font-size:12px;color:#ffffff59}.collection-page{padding:48px 0 80px}.collection-header{margin-bottom:40px}.collection-header h1{font-size:clamp(1.8rem,3vw,2.5rem)}.collection-desc{font-size:1rem;color:var(--text-muted);margin-top:10px;max-width:600px}.breadcrumb{display:flex;gap:8px;align-items:center;font-size:12px;color:var(--text-muted);margin-bottom:24px}.breadcrumb a{color:var(--text-muted);transition:color .15s}.breadcrumb a:hover{color:var(--gold-dark)}.breadcrumb span{color:var(--border)}.text-gold{color:var(--gold)}.text-center{text-align:center}.mt-4{margin-top:16px}.mt-6{margin-top:24px}.mt-8{margin-top:32px}.no-products{text-align:center;padding:80px 0;color:var(--text-muted);font-size:1.1rem}@media(max-width:768px){.header-nav{display:none}.section{padding:40px 0}.hero{padding:64px 0 48px}.cart-item{grid-template-columns:80px 1fr}.cart-item__price{grid-column:2}}
/*# sourceMappingURL=/cdn/shop/t/3/assets/theme.css.map */
