@import"https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,400;0,500;0,600;0,700;1,400&family=Inter:wght@300;400;500;600;700&display=swap";*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}:root{--bg: #fdfcf9;--bg-dark: #0d0d0d;--fg: #1a1a1a;--fg-light: #f5f5f5;--card: #ffffff;--primary: #c9a227;--primary-dark: #a68520;--primary-fg: #ffffff;--secondary: #f8f5ed;--muted: #7a7a7a;--muted-light: #b8b8b8;--border: #e8e4db;--border-dark: #2a2a2a;--accent-green: #4a7c59;--accent: #f5f0e1;--font-serif: "Cormorant Garamond", Georgia, serif;--font-sans: "Inter", -apple-system, sans-serif}html{scroll-behavior:smooth}body{font-family:var(--font-sans);background:var(--bg);color:var(--fg);line-height:1.6;-webkit-font-smoothing:antialiased;overflow-x:hidden}a{color:inherit;text-decoration:none}img{max-width:100%;display:block}button{cursor:pointer;font-family:inherit;border:none;background:none}ul{list-style:none}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);border:0}.announcement{background:var(--bg-dark);color:var(--fg-light);padding:.625rem 1rem;text-align:center;font-size:.8125rem;letter-spacing:.02em}.announcement a{color:var(--primary);text-decoration:underline;text-underline-offset:2px;margin-left:.5rem}.announcement a:hover{color:#e0b82e}.site-header{position:sticky;top:0;z-index:100;background:#fdfcf9f7;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-bottom:1px solid var(--border)}.header-inner{max-width:1400px;margin:0 auto;padding:0 1.5rem;display:flex;align-items:center;justify-content:space-between;height:4.5rem}@media(min-width:1024px){.header-inner{padding:0 3rem}}.logo{display:flex;align-items:center;gap:.75rem}.logo-mark{width:2.5rem;height:2.5rem;border-radius:50%;background:linear-gradient(135deg,var(--primary) 0%,#e0c35a 100%);display:flex;align-items:center;justify-content:center;font-family:var(--font-serif);font-weight:700;font-size:1.125rem;color:var(--primary-fg);box-shadow:0 4px 12px #c9a2274d}.logo-text{display:none}@media(min-width:640px){.logo-text{display:block}}.logo-text span:first-child{font-family:var(--font-serif);font-size:1.25rem;font-weight:600;letter-spacing:-.01em;display:block}.logo-text span:last-child{font-size:.625rem;text-transform:uppercase;letter-spacing:.2em;color:var(--muted);margin-top:-.125rem;display:block}.nav-desktop{display:none}@media(min-width:768px){.nav-desktop{display:flex;align-items:center;gap:2.5rem}}.nav-link{font-size:.875rem;font-weight:500;color:var(--muted);transition:color .2s;position:relative}.nav-link:hover{color:var(--fg)}.nav-link:after{content:"";position:absolute;bottom:-.25rem;left:0;width:0;height:2px;background:var(--primary);transition:width .2s}.nav-link:hover:after{width:100%}.header-actions{display:flex;align-items:center;gap:1rem}.cart-btn{position:relative;padding:.5rem;border-radius:50%;transition:background .2s}.cart-btn:hover{background:var(--secondary)}.cart-btn svg{width:1.25rem;height:1.25rem}.cart-count{position:absolute;top:-.125rem;right:-.125rem;width:1.25rem;height:1.25rem;background:var(--primary);color:var(--primary-fg);font-size:.625rem;font-weight:700;border-radius:50%;display:flex;align-items:center;justify-content:center}.mobile-menu-btn{padding:.5rem;border-radius:50%;transition:background .2s}.mobile-menu-btn:hover{background:var(--secondary)}.mobile-menu-btn svg{width:1.25rem;height:1.25rem}@media(min-width:768px){.mobile-menu-btn{display:none}}.hero{position:relative;min-height:90vh;background:var(--bg-dark);color:var(--fg-light);overflow:hidden}.hero-bg{position:absolute;top:0;right:0;bottom:0;left:0;background-image:url(https://images.unsplash.com/photo-1571019613454-1cb2f99b2d8b?q=80&w=2070&auto=format&fit=crop);background-size:cover;background-position:center}.hero-bg:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to right,#0d0d0df2,#0d0d0dcc,#0d0d0d99)}.hero-inner{position:relative;z-index:10;max-width:1400px;margin:0 auto;padding:6rem 1.5rem 8rem;display:grid;gap:3rem;align-items:center;min-height:calc(90vh - 8rem)}@media(min-width:1024px){.hero-inner{grid-template-columns:1fr 1fr;gap:5rem;padding:8rem 3rem}}.hero-badge{display:inline-flex;align-items:center;gap:.5rem;background:#c9a22733;border:1px solid rgba(201,162,39,.3);border-radius:9999px;padding:.5rem 1rem;font-size:.875rem;font-weight:500;color:var(--primary)}.hero-badge svg{width:1rem;height:1rem}.hero h1{font-family:var(--font-serif);font-size:clamp(2.5rem,6vw,4.5rem);font-weight:600;line-height:1.1;margin-top:2rem}.hero h1 span{display:block;color:var(--primary);margin-top:.5rem}.hero-desc{margin-top:2rem;font-size:1.125rem;color:var(--muted-light);max-width:32rem;line-height:1.7}.hero-ctas{display:flex;flex-direction:column;gap:1rem;margin-top:2rem}@media(min-width:640px){.hero-ctas{flex-direction:row}}.btn-primary{display:inline-flex;align-items:center;justify-content:center;padding:1rem 2rem;background:var(--primary);color:var(--primary-fg);font-weight:600;border-radius:9999px;transition:all .2s}.btn-primary:hover{background:var(--primary-dark);box-shadow:0 8px 24px #c9a22740;transform:translateY(-2px)}.btn-outline{display:inline-flex;align-items:center;justify-content:center;padding:1rem 2rem;border:2px solid rgba(245,245,245,.3);color:var(--fg-light);font-weight:600;border-radius:9999px;transition:all .2s}.btn-outline:hover{background:#f5f5f51a;border-color:#f5f5f580}.hero-trust{display:flex;flex-wrap:wrap;align-items:center;gap:1.5rem;margin-top:1.5rem}.trust-item{display:flex;align-items:center;gap:.5rem;font-size:.875rem;color:var(--muted-light)}.trust-item svg{width:1.25rem;height:1.25rem;color:var(--primary)}.hero-product-card{display:none;position:relative;background:#ffffff1a;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);border:1px solid rgba(245,245,245,.1);border-radius:1.5rem;padding:2rem;box-shadow:0 25px 50px #0000004d}@media(min-width:1024px){.hero-product-card{display:block}}.hero-product-badge{position:absolute;top:-1rem;left:2rem;background:var(--primary);color:var(--primary-fg);font-size:.6875rem;font-weight:700;text-transform:uppercase;letter-spacing:.05em;padding:.5rem 1rem;border-radius:9999px}.hero-product-img{aspect-ratio:1;border-radius:1rem;overflow:hidden;background:linear-gradient(135deg,#f5f0e133,#f5f0e10d);margin-bottom:1.5rem}.hero-product-img img{width:100%;height:100%;object-fit:cover;transition:transform .5s}.hero-product-card:hover .hero-product-img img{transform:scale(1.05)}.hero-product-card h3{font-family:var(--font-serif);font-size:1.5rem;font-weight:600;color:var(--fg-light);margin-bottom:.5rem}.hero-product-card p{font-size:.875rem;color:var(--muted-light);margin-bottom:1rem}.hero-product-price{display:flex;align-items:center;justify-content:space-between}.hero-product-price .price{font-size:1.875rem;font-weight:700;color:var(--primary)}.hero-product-price .old-price{font-size:.875rem;color:var(--muted-light);text-decoration:line-through;margin-left:.5rem}.hero-product-price .btn-primary{padding:.75rem 1.5rem}.stats-bar{position:relative;z-index:10;border-top:1px solid rgba(245,245,245,.1);background:#0d0d0dcc;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.stats-bar-inner{max-width:1400px;margin:0 auto;padding:2rem 1.5rem;display:grid;grid-template-columns:repeat(2,1fr);gap:2rem;text-align:center}@media(min-width:768px){.stats-bar-inner{grid-template-columns:repeat(4,1fr);padding:2rem 3rem}}.stat-number{font-family:var(--font-serif);font-size:clamp(1.875rem,4vw,2.5rem);font-weight:700;color:var(--primary);margin-bottom:.25rem}.stat-label{font-size:.75rem;color:var(--muted-light);text-transform:uppercase;letter-spacing:.1em}.story{padding:6rem 1.5rem;background:var(--bg)}@media(min-width:1024px){.story{padding:8rem 3rem}}.story-inner{max-width:1400px;margin:0 auto}.story-grid{display:grid;gap:4rem;align-items:center}@media(min-width:1024px){.story-grid{grid-template-columns:1fr 1fr;gap:6rem}}.story-image{position:relative}.story-image img{aspect-ratio:4/5;object-fit:cover;border-radius:1.5rem}.story-badge{position:absolute;bottom:-1.5rem;right:-1.5rem;background:var(--card);border:1px solid var(--border);border-radius:1rem;padding:1.5rem;box-shadow:0 10px 40px #0000001a;max-width:12rem}.story-badge-number{font-family:var(--font-serif);font-size:2.5rem;font-weight:700;color:var(--primary)}.story-badge-text{font-size:.875rem;color:var(--muted)}.story-content .section-tag{font-size:.6875rem;font-weight:600;letter-spacing:.2em;text-transform:uppercase;color:var(--primary);margin-bottom:1rem;display:block}.story-content h2{font-family:var(--font-serif);font-size:clamp(1.875rem,4vw,3rem);font-weight:600;line-height:1.2;margin-bottom:1.5rem}.story-content p{color:var(--muted);line-height:1.7;margin-bottom:1rem}.story-features{display:grid;grid-template-columns:repeat(2,1fr);gap:.75rem;margin-top:2rem}.story-feature{display:flex;align-items:center;gap:.5rem;font-size:.875rem}.story-feature svg{width:1.25rem;height:1.25rem;color:var(--primary);flex-shrink:0}.values-grid{display:grid;gap:1.5rem;margin-top:4rem}@media(min-width:768px){.values-grid{grid-template-columns:repeat(2,1fr)}}@media(min-width:1024px){.values-grid{grid-template-columns:repeat(4,1fr)}}.value-card{position:relative;background:var(--card);border:1px solid var(--border);border-radius:1rem;padding:2rem;transition:all .3s}.value-card:hover{border-color:#c9a2274d;box-shadow:0 10px 40px #00000014;transform:translateY(-4px)}.value-number{position:absolute;top:1.5rem;right:1.5rem;font-family:var(--font-serif);font-size:3.5rem;font-weight:700;color:#c9a2271a}.value-icon{width:3.5rem;height:3.5rem;background:#c9a2271a;border-radius:.75rem;display:flex;align-items:center;justify-content:center;margin-bottom:1.25rem}.value-icon svg{width:1.75rem;height:1.75rem;color:var(--primary)}.value-card h3{font-family:var(--font-serif);font-size:1.25rem;font-weight:600;margin-bottom:.75rem}.value-card p{font-size:.875rem;color:var(--muted);line-height:1.6}.featured-in{margin-top:6rem;padding-top:4rem;border-top:1px solid var(--border)}.featured-in p{text-align:center;font-size:.6875rem;font-weight:600;letter-spacing:.2em;text-transform:uppercase;color:var(--muted);margin-bottom:2rem}.featured-logos{display:flex;flex-wrap:wrap;justify-content:center;align-items:center;gap:3rem;opacity:.4}.featured-logos span{font-family:var(--font-serif);font-size:1.5rem;font-weight:700}.products{padding:6rem 1.5rem;background:var(--secondary)}@media(min-width:1024px){.products{padding:8rem 3rem}}.products-inner{max-width:1400px;margin:0 auto}.products-header{text-align:center;max-width:48rem;margin:0 auto 4rem}.products-header .section-tag{font-size:.6875rem;font-weight:600;letter-spacing:.2em;text-transform:uppercase;color:var(--primary);margin-bottom:1rem;display:block}.products-header h2{font-family:var(--font-serif);font-size:clamp(1.875rem,4vw,3rem);font-weight:600;margin-bottom:1rem}.products-header p{font-size:1.125rem;color:var(--muted);line-height:1.6}.products-grid{display:grid;gap:2rem}@media(min-width:768px){.products-grid{grid-template-columns:repeat(2,1fr);gap:2.5rem}}.product-card{display:flex;flex-direction:column;background:var(--card);border:1px solid var(--border);border-radius:1.5rem;overflow:hidden;transition:all .5s}.product-card:hover{box-shadow:0 25px 50px #0000001a;transform:translateY(-4px)}.product-img{position:relative;aspect-ratio:4/3;overflow:hidden;background:var(--accent)}.product-img img{width:100%;height:100%;object-fit:cover;transition:transform .7s}.product-card:hover .product-img img{transform:scale(1.1)}.product-img-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to top,rgba(13,13,13,.6),transparent);opacity:0;transition:opacity .3s}.product-card:hover .product-img-overlay{opacity:1}.product-badge{position:absolute;top:1.25rem;left:1.25rem;background:var(--primary);color:var(--primary-fg);font-size:.6875rem;font-weight:700;text-transform:uppercase;letter-spacing:.05em;padding:.5rem 1rem;border-radius:9999px;box-shadow:0 4px 12px #00000026}.product-rating{position:absolute;top:1.25rem;right:1.25rem;background:#ffffffe6;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border-radius:9999px;padding:.375rem .75rem;display:flex;align-items:center;gap:.375rem}.product-rating svg{width:1rem;height:1rem;fill:var(--primary);color:var(--primary)}.product-rating span{font-size:.875rem;font-weight:600}.quick-add-btn{position:absolute;bottom:1.25rem;left:50%;transform:translate(-50%) translateY(1rem);opacity:0;background:var(--primary);color:var(--primary-fg);font-weight:600;padding:.75rem 1.5rem;border-radius:9999px;display:flex;align-items:center;gap:.5rem;transition:all .3s;box-shadow:0 10px 30px #0003}.quick-add-btn svg{width:1rem;height:1rem}.product-card:hover .quick-add-btn{opacity:1;transform:translate(-50%) translateY(0)}.quick-add-btn:hover{background:var(--primary-dark)}.product-content{flex:1;display:flex;flex-direction:column;padding:2rem}.product-category{font-size:.6875rem;font-weight:600;letter-spacing:.15em;text-transform:uppercase;color:var(--primary);margin-bottom:.75rem}.product-content h3{font-family:var(--font-serif);font-size:1.5rem;font-weight:600;margin-bottom:.75rem;transition:color .2s}.product-card:hover .product-content h3{color:var(--primary)}.product-content>p{color:var(--muted);line-height:1.6;margin-bottom:1.5rem;flex:1}.product-features{margin-bottom:2rem}.product-features li{display:flex;align-items:flex-start;gap:.75rem;font-size:.875rem;color:var(--muted);margin-bottom:.5rem}.product-features li:before{content:"";width:.375rem;height:.375rem;background:var(--primary);border-radius:50%;margin-top:.5rem;flex-shrink:0}.product-footer{display:flex;align-items:center;justify-content:space-between;padding-top:1.5rem;border-top:1px solid var(--border)}.product-price{font-family:var(--font-serif);font-size:1.875rem;font-weight:700}.product-price-old{font-size:.875rem;color:var(--muted);text-decoration:line-through;margin-left:.5rem;font-family:var(--font-sans);font-weight:400}.product-cta{display:inline-flex;align-items:center;gap:.5rem;background:var(--bg-dark);color:var(--fg-light);font-weight:600;padding:.75rem 1.5rem;border-radius:9999px;transition:all .2s}.product-cta:hover{background:var(--fg)}.product-cta svg{width:1rem;height:1rem;transition:transform .2s}.product-cta:hover svg{transform:translate(4px)}.ingredients{padding:6rem 1.5rem;background:var(--bg)}@media(min-width:1024px){.ingredients{padding:8rem 3rem}}.ingredients-inner{max-width:1400px;margin:0 auto}.ingredients-header{text-align:center;max-width:48rem;margin:0 auto 4rem}.ingredients-header .section-tag{font-size:.6875rem;font-weight:600;letter-spacing:.2em;text-transform:uppercase;color:var(--primary);margin-bottom:1rem;display:block}.ingredients-header h2{font-family:var(--font-serif);font-size:clamp(1.875rem,4vw,3rem);font-weight:600;margin-bottom:1rem}.ingredients-header p{font-size:1.125rem;color:var(--muted);line-height:1.6}.ingredients-grid{display:grid;gap:1rem}@media(min-width:768px){.ingredients-grid{grid-template-columns:repeat(2,1fr)}}@media(min-width:1024px){.ingredients-grid{grid-template-columns:repeat(3,1fr)}}.ingredient-card{position:relative;background:var(--card);border:1px solid var(--border);border-radius:1rem;padding:1.5rem;transition:all .3s}.ingredient-card:hover{border-color:#c9a2274d;box-shadow:0 8px 24px #0000000f}.ingredient-number{position:absolute;top:1rem;right:1rem;width:2rem;height:2rem;background:#c9a2271a;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:.75rem;font-weight:700;color:var(--primary)}.ingredient-card h3{font-family:var(--font-serif);font-size:1.125rem;font-weight:600;margin-bottom:.25rem;padding-right:2.5rem}.ingredient-amount{font-size:.6875rem;font-weight:600;letter-spacing:.1em;text-transform:uppercase;color:var(--primary)}.ingredient-card p{margin-top:.75rem;font-size:.875rem;color:var(--muted);line-height:1.6}.testimonials{padding:6rem 1.5rem;background:var(--bg-dark);color:var(--fg-light)}@media(min-width:1024px){.testimonials{padding:8rem 3rem}}.testimonials-inner{max-width:1400px;margin:0 auto}.testimonials-header{text-align:center;max-width:48rem;margin:0 auto 4rem}.testimonials-header .section-tag{font-size:.6875rem;font-weight:600;letter-spacing:.2em;text-transform:uppercase;color:var(--primary);margin-bottom:1rem;display:block}.testimonials-header h2{font-family:var(--font-serif);font-size:clamp(1.875rem,4vw,3rem);font-weight:600;margin-bottom:1rem}.testimonials-header p{font-size:1.125rem;color:var(--muted-light);line-height:1.6}.overall-rating{display:flex;align-items:center;justify-content:center;gap:.75rem;margin-top:2rem}.overall-rating .stars{display:flex;gap:.125rem}.overall-rating .stars svg{width:1.5rem;height:1.5rem;fill:var(--primary);color:var(--primary)}.overall-rating .score{font-family:var(--font-serif);font-size:1.5rem;font-weight:700}.overall-rating .count{color:var(--muted-light)}.testimonials-grid{display:grid;gap:1.5rem}@media(min-width:768px){.testimonials-grid{grid-template-columns:repeat(2,1fr)}}.testimonial-card{position:relative;background:#1a1a1a;border:1px solid var(--border-dark);border-radius:1rem;padding:2rem;transition:border-color .3s}.testimonial-card:hover{border-color:#c9a2274d}.testimonial-quote{position:absolute;top:1.5rem;right:1.5rem;width:2.5rem;height:2.5rem;color:#c9a22733}.testimonial-stars{display:flex;gap:.125rem;margin-bottom:1rem}.testimonial-stars svg{width:1rem;height:1rem;fill:var(--primary);color:var(--primary)}.testimonial-card h4{font-family:var(--font-serif);font-size:1.25rem;font-weight:600;margin-bottom:.75rem}.testimonial-card>p{color:var(--muted-light);line-height:1.6;margin-bottom:1.5rem}.testimonial-footer{display:flex;align-items:center;justify-content:space-between;padding-top:1.5rem;border-top:1px solid var(--border-dark)}.testimonial-author-name{font-weight:600;display:flex;align-items:center;gap:.5rem}.verified-badge{font-size:.6875rem;font-weight:400;background:#4a7c5933;color:#4a7c59;padding:.25rem .5rem;border-radius:9999px}.testimonial-author-location{font-size:.875rem;color:var(--muted)}.testimonial-product{font-size:.75rem;font-weight:500;color:var(--primary)}.guarantee{padding:6rem 1.5rem;background:var(--secondary)}@media(min-width:1024px){.guarantee{padding:8rem 3rem}}.guarantee-inner{max-width:1400px;margin:0 auto;display:grid;gap:4rem;align-items:center}@media(min-width:1024px){.guarantee-inner{grid-template-columns:1fr 1fr}}.guarantee-badge-wrapper{text-align:center}@media(min-width:1024px){.guarantee-badge-wrapper{text-align:left}}.guarantee-circle{position:relative;display:inline-flex;flex-direction:column;align-items:center}.guarantee-circle-outer{width:12rem;height:12rem;border-radius:50%;background:linear-gradient(135deg,#c9a22733,#c9a2270d);display:flex;align-items:center;justify-content:center}.guarantee-circle-inner{width:9rem;height:9rem;border-radius:50%;background:linear-gradient(135deg,var(--primary),#e0c35a);display:flex;align-items:center;justify-content:center;box-shadow:0 10px 40px #c9a2274d}.guarantee-circle-inner svg{width:4rem;height:4rem;color:var(--primary-fg)}.guarantee-days{position:absolute;bottom:-.5rem;background:var(--card);border:1px solid var(--border);border-radius:9999px;padding:.5rem 1.5rem;box-shadow:0 4px 12px #0000001a}.guarantee-days span{font-family:var(--font-serif);font-size:1.5rem;font-weight:700}.guarantee-content h2{font-family:var(--font-serif);font-size:clamp(1.875rem,4vw,2.5rem);font-weight:600;margin-top:2rem;margin-bottom:1rem}@media(min-width:1024px){.guarantee-content h2{margin-top:0}}.guarantee-content>p{color:var(--muted);line-height:1.7;max-width:28rem}.guarantee-content a{display:inline-flex;align-items:center;gap:.5rem;margin-top:1.5rem;color:var(--primary);font-weight:600}.guarantee-content a:hover{text-decoration:underline;text-underline-offset:4px}.guarantee-benefits{display:grid;gap:1.5rem}@media(min-width:640px){.guarantee-benefits{grid-template-columns:repeat(2,1fr)}}.media-gallery--two-columns .media-gallery__item,.product__media-wrapper img,.media-gallery--two-columns .product__media{border-radius:1rem;overflow:hidden}.product-information h1,.product-information__title h1{font-family:var(--font-serif)!important;font-size:clamp(1.875rem,5vw,2.625rem)!important;font-weight:600!important;line-height:1.2!important;color:var(--fg)!important;margin-bottom:.5rem!important}.product-information .price{font-size:1.5rem;margin-bottom:1.5rem}.product-information .price__regular .price-item{font-size:clamp(1.5rem,4vw,2.25rem);font-weight:700;color:var(--primary)}.product-information .price__sale .price-item--regular{color:var(--muted);text-decoration:line-through;font-size:1.25rem;font-weight:400}.product-information .price__sale .price-item--sale{font-size:clamp(1.5rem,4vw,2.25rem);font-weight:700;color:var(--primary)}.product-information .badge{background:var(--accent-green)!important;color:#fff!important;border-radius:999px!important;padding:.375rem 1rem!important;font-size:.75rem!important;font-weight:600!important}.quantity-selector-wrapper{margin-bottom:1.5rem}.product-information .quantity{border:1px solid var(--border);border-radius:.75rem;overflow:hidden;max-width:180px}.product-information .quantity__button{width:2.75rem!important;min-height:2.75rem;border:none!important;color:var(--fg);transition:background .2s}.product-information .quantity__button:hover{background:var(--secondary)}.product-information .quantity__input{font-weight:600;min-height:2.75rem;font-size:1rem}.product-information .product-form__submit,.product-information .add-to-cart-button{background:var(--primary)!important;color:#fff!important;border-radius:9999px!important;padding:1rem 2rem!important;font-weight:600!important;font-size:1rem!important;border:none!important;width:100%;min-height:3.5rem;transition:all .25s ease;letter-spacing:.01em}.product-information .product-form__submit:hover,.product-information .add-to-cart-button:hover{background:var(--primary-dark)!important;box-shadow:0 8px 24px #c9a22740;transform:translateY(-2px)}.product-information .product-form__submit:active,.product-information .add-to-cart-button:active{transform:translateY(0)}.shopify-payment-button__button{border-radius:9999px!important;min-height:3.5rem;font-weight:600!important;margin-top:.5rem}.shopify-payment-button__button--unbranded{background:var(--fg)!important;color:#fff!important}.shopify-payment-button__button--unbranded:hover{background:#333!important}.product-information .rte,.product-information .product__description{font-size:1rem;color:var(--muted);line-height:1.8;margin-bottom:2rem}.product-quick-add,.sticky-add-to-cart{background:var(--card)!important;border-top:1px solid var(--border)!important;padding:.75rem 1rem!important}.product-quick-add__button .button{background:var(--primary)!important;border-radius:9999px!important}@media(max-width:768px){.product-information.section--page-width{padding:1.5rem 1rem 3rem}.product-information__grid{gap:1.5rem!important}.product-information h1,.product-information__title h1{font-size:1.625rem!important}.product-information .product-form__submit,.product-information .add-to-cart-button{min-height:3rem;padding:.75rem 1.5rem!important;font-size:.9375rem!important}.shopify-payment-button__button{min-height:3rem}.media-gallery--two-columns .media-gallery__item{border-radius:.75rem}.product-information .quantity{max-width:140px}.product-information .quantity__button{width:2.25rem!important;min-height:2.25rem}.product-information .quantity__input{min-height:2.25rem}}@media(max-width:480px){.product-information.section--page-width{padding:1rem .75rem 2rem}.product-information h1,.product-information__title h1{font-size:1.375rem!important}.product-information .product-form__submit,.product-information .add-to-cart-button{padding:.75rem 1rem!important;font-size:.875rem!important}}.product-recommendations{max-width:1200px;margin:0 auto;padding:2rem 1.5rem 4rem}@media(min-width:1024px){.product-recommendations{padding:3rem 3rem 5rem}}@media(max-width:768px){.product-recommendations{padding:1.5rem 1rem 2rem}}.product-recommendations h2{font-family:var(--font-serif);font-size:clamp(1.5rem,4vw,2rem);font-weight:600;margin-bottom:2rem;text-align:center}.product-information .product-form__input label,.product-information .product-form__input .select{border-radius:9999px;border-color:var(--border)}.product-information .product-form__input input[type=radio]:checked+label{background:var(--primary);color:#fff;border-color:var(--primary)}.product-information hr{border:none;border-top:1px solid var(--border);margin:1.5rem 0}.guarantee-benefit{background:var(--card);border:1px solid var(--border);border-radius:1rem;padding:1.5rem}.guarantee-benefit-icon{width:3rem;height:3rem;background:#c9a2271a;border-radius:.75rem;display:flex;align-items:center;justify-content:center;margin-bottom:1rem}.guarantee-benefit-icon svg{width:1.5rem;height:1.5rem;color:var(--primary)}.guarantee-benefit h3{font-family:var(--font-serif);font-size:1.125rem;font-weight:600;margin-bottom:.5rem}.guarantee-benefit p{font-size:.875rem;color:var(--muted);line-height:1.6}.disclaimers{padding:4rem 1.5rem;background:var(--bg)}@media(min-width:1024px){.disclaimers{padding:6rem 3rem}}.disclaimers-inner{max-width:1000px;margin:0 auto}.disclaimers-header{text-align:center;margin-bottom:3rem}.disclaimers-header .section-tag{display:inline-flex;align-items:center;gap:.5rem;font-size:.6875rem;font-weight:600;letter-spacing:.2em;text-transform:uppercase;color:var(--muted);margin-bottom:1rem}.disclaimers-header .section-tag svg{width:1.25rem;height:1.25rem}.disclaimers-header h2{font-family:var(--font-serif);font-size:1.5rem;font-weight:600}@media(min-width:768px){.disclaimers-header h2{font-size:1.875rem}}.disclaimer-cards{display:flex;flex-direction:column;gap:1.5rem}.disclaimer-card{background:var(--card);border:1px solid var(--border);border-radius:1rem;padding:1.5rem}@media(min-width:768px){.disclaimer-card{padding:2rem}}.disclaimer-card h3{font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:.05em;margin-bottom:1rem;display:flex;align-items:center;gap:.5rem}.disclaimer-card h3:before{content:"";width:.5rem;height:.5rem;background:var(--primary);border-radius:50%}.disclaimer-card p{font-size:.875rem;color:var(--muted);line-height:1.7}.disclaimers-note{margin-top:2.5rem;text-align:center;font-size:.75rem;color:var(--muted);line-height:1.6}.footer{background:var(--bg-dark);color:var(--fg-light)}.footer-newsletter{border-bottom:1px solid var(--border-dark);padding:4rem 1.5rem}@media(min-width:1024px){.footer-newsletter{padding:4rem 3rem}}.footer-newsletter-inner{max-width:1400px;margin:0 auto;display:grid;gap:2rem;align-items:center}@media(min-width:1024px){.footer-newsletter-inner{grid-template-columns:1fr 1fr}}.footer-newsletter h3{font-family:var(--font-serif);font-size:1.5rem;font-weight:600;margin-bottom:.75rem}@media(min-width:768px){.footer-newsletter h3{font-size:1.875rem}}.footer-newsletter p{color:var(--muted-light);max-width:28rem}.footer-newsletter-form{display:flex;flex-direction:column;gap:.75rem}@media(min-width:640px){.footer-newsletter-form{flex-direction:row}}.footer-newsletter-input-wrapper{flex:1;position:relative}.footer-newsletter-input-wrapper svg{position:absolute;left:1rem;top:50%;transform:translateY(-50%);width:1.25rem;height:1.25rem;color:var(--muted)}.footer-newsletter-input-wrapper input{width:100%;padding:1rem 1rem 1rem 3rem;background:#1a1a1a;border:1px solid var(--border-dark);border-radius:9999px;color:var(--fg-light);font-size:1rem}.footer-newsletter-input-wrapper input::placeholder{color:var(--muted)}.footer-newsletter-input-wrapper input:focus{outline:none;border-color:var(--primary)}.footer-main{padding:4rem 1.5rem}@media(min-width:1024px){.footer-main{padding:4rem 3rem}}.footer-main-inner{max-width:1400px;margin:0 auto;display:grid;gap:3rem}@media(min-width:768px){.footer-main-inner{grid-template-columns:repeat(2,1fr)}}@media(min-width:1024px){.footer-main-inner{grid-template-columns:1.5fr 1fr 1fr 1fr}}.footer-brand .logo{margin-bottom:1.5rem}.footer-brand>p{font-size:.875rem;color:var(--muted-light);line-height:1.6;margin-bottom:1.5rem}.footer-social{display:flex;gap:1rem}.footer-social a{width:2.5rem;height:2.5rem;background:#1a1a1a;border-radius:50%;display:flex;align-items:center;justify-content:center;color:var(--muted-light);transition:all .2s}.footer-social a:hover{background:var(--primary);color:var(--primary-fg)}.footer-social a svg{width:1.25rem;height:1.25rem}.footer-col h4{font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.1em;margin-bottom:1.5rem}.footer-col ul{display:flex;flex-direction:column;gap:1rem}.footer-col a{color:var(--muted-light);transition:color .2s}.footer-col a:hover{color:var(--primary)}.footer-bottom{padding:2rem 1.5rem;border-top:1px solid var(--border-dark)}@media(min-width:1024px){.footer-bottom{padding:2rem 3rem}}.footer-bottom-inner{max-width:1400px;margin:0 auto;display:flex;flex-direction:column;align-items:center;gap:1.5rem;text-align:center}@media(min-width:1024px){.footer-bottom-inner{flex-direction:row;justify-content:space-between;text-align:left}}.footer-bottom-inner p{font-size:.75rem;color:var(--muted);max-width:42rem;line-height:1.6}.footer-bottom-inner small{font-size:.875rem;color:var(--muted)}.cart-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#00000080;z-index:200;opacity:0;visibility:hidden;transition:all .3s}.cart-overlay.open{opacity:1;visibility:visible}.cart-sidebar{position:fixed;top:0;right:0;bottom:0;width:100%;max-width:28rem;background:var(--bg);z-index:201;transform:translate(100%);transition:transform .3s;display:flex;flex-direction:column}.cart-sidebar.open{transform:translate(0)}.cart-header{display:flex;align-items:center;justify-content:space-between;padding:1.5rem;border-bottom:1px solid var(--border)}.cart-header h2{font-family:var(--font-serif);font-size:1.5rem;font-weight:600}.cart-close{padding:.5rem;border-radius:50%;transition:background .2s}.cart-close:hover{background:var(--secondary)}.cart-close svg{width:1.5rem;height:1.5rem}.cart-items{flex:1;overflow-y:auto;padding:1.5rem}.cart-empty{text-align:center;padding:3rem 1rem}.cart-empty svg{width:4rem;height:4rem;color:var(--muted);margin:0 auto 1rem}.cart-empty p{color:var(--muted);margin-bottom:1.5rem}.cart-item{display:flex;gap:1rem;padding:1rem 0;border-bottom:1px solid var(--border)}.cart-item:last-child{border-bottom:none}.cart-item-img{width:5rem;height:5rem;border-radius:.75rem;overflow:hidden;background:var(--secondary);flex-shrink:0}.cart-item-img img{width:100%;height:100%;object-fit:cover}.cart-item-info{flex:1}.cart-item-info h4{font-family:var(--font-serif);font-weight:600;margin-bottom:.25rem}.cart-item-info p{font-size:.875rem;color:var(--muted);margin-bottom:.75rem}.cart-item-controls{display:flex;align-items:center;gap:.75rem}.qty-btn{width:2rem;height:2rem;border:1px solid var(--border);border-radius:.5rem;display:flex;align-items:center;justify-content:center;transition:all .2s}.qty-btn:hover{border-color:var(--primary);color:var(--primary)}.qty-btn svg{width:1rem;height:1rem}.cart-item-qty{font-weight:600;min-width:1.5rem;text-align:center}.cart-item-remove{color:var(--muted);font-size:.875rem;margin-left:auto;transition:color .2s}.cart-item-remove:hover{color:#dc2626}.cart-footer{padding:1.5rem;border-top:1px solid var(--border)}.cart-subtotal{display:flex;justify-content:space-between;margin-bottom:1rem}.cart-subtotal span:first-child{font-weight:600}.cart-subtotal span:last-child{font-family:var(--font-serif);font-size:1.25rem;font-weight:700}.cart-checkout{width:100%;display:inline-flex;align-items:center;justify-content:center;padding:1rem 2rem;background:var(--primary);color:var(--primary-fg);font-weight:600;border-radius:9999px;transition:all .2s}.cart-checkout:hover{background:var(--primary-dark);box-shadow:0 8px 24px #c9a22740}.cart-continue{display:block;text-align:center;margin-top:1rem;color:var(--muted);font-size:.875rem}.cart-continue:hover{color:var(--fg)}.hg-header{position:sticky;top:0;z-index:100;background:#fdfcf9f7;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-bottom:1px solid var(--border)}.hg-header-inner{max-width:1400px;margin:0 auto;padding:0 1.5rem;display:flex;align-items:center;justify-content:space-between;height:4.5rem}@media(min-width:1024px){.hg-header-inner{padding:0 3rem}}.hg-logo{display:flex;align-items:center;gap:.75rem;text-decoration:none;color:inherit}.hg-logo-mark{width:2.5rem;height:2.5rem;border-radius:50%;background:linear-gradient(135deg,var(--primary) 0%,#e0c35a 100%);display:flex;align-items:center;justify-content:center;font-family:var(--font-serif);font-weight:700;font-size:1.125rem;color:var(--primary-fg);box-shadow:0 4px 12px #c9a2274d}.hg-logo-text{display:none}@media(min-width:640px){.hg-logo-text{display:block}}.hg-logo-text span:first-child{font-family:var(--font-serif);font-size:1.25rem;font-weight:600;letter-spacing:-.01em;display:block;color:var(--fg)}.hg-logo-text span:last-child{font-size:.625rem;text-transform:uppercase;letter-spacing:.2em;color:var(--muted);margin-top:-.125rem;display:block}.hg-nav{display:none;align-items:center;gap:2.5rem}@media(min-width:768px){.hg-nav{display:flex}}.hg-nav a{font-size:.875rem;font-weight:500;color:var(--muted);text-decoration:none;transition:color .2s;position:relative}.hg-nav a:hover{color:var(--fg)}.hg-nav a:after{content:"";position:absolute;bottom:-.25rem;left:0;width:0;height:2px;background:var(--primary);transition:width .2s}.hg-nav a:hover:after{width:100%}.hg-header-actions{display:flex;align-items:center;gap:1rem}.hg-cart-btn{position:relative;padding:.5rem;border-radius:50%;color:var(--fg);transition:background .2s}.hg-cart-btn:hover{background:var(--secondary)}.hg-footer{background:var(--bg-dark);color:var(--fg-light);padding-top:4rem}.hg-footer-inner{max-width:1400px;margin:0 auto;padding:0 1.5rem 3rem;display:grid;gap:3rem}@media(min-width:768px){.hg-footer-inner{grid-template-columns:1.5fr 1fr;padding:0 1.5rem}}@media(min-width:1024px){.hg-footer-inner{padding:0 3rem}}.hg-footer-brand p{font-size:.875rem;color:var(--muted-light);line-height:1.6;max-width:28rem}.hg-footer-links{display:grid;grid-template-columns:1fr 1fr;gap:2rem}.hg-footer-col h4{font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.1em;margin-bottom:1.5rem;color:var(--fg-light)}.hg-footer-col{display:flex;flex-direction:column;gap:1rem}.hg-footer-col a{color:var(--muted-light);text-decoration:none;font-size:.875rem;transition:color .2s}.hg-footer-col a:hover{color:var(--primary)}.hg-footer-bottom{border-top:1px solid var(--border-dark);padding:2rem 1.5rem;text-align:center}@media(min-width:1024px){.hg-footer-bottom{padding:2rem 3rem}}.hg-footer-bottom p{font-size:.75rem;color:var(--muted)}body{background:var(--bg);color:var(--fg)}.complementary{display:none!important}.hg-product-wrapper{max-width:1200px;margin:0 auto;padding:0}.hg-product-media{width:100%;background:var(--accent);display:flex;align-items:center;justify-content:center}.hg-product-image{width:100%;height:auto;display:block;object-fit:contain;max-height:70vh}.hg-product-info{padding:1.5rem 1.25rem 3rem}.hg-product-breadcrumb{font-size:.8125rem;color:var(--muted);margin-bottom:.75rem}.hg-product-breadcrumb a{color:var(--primary);text-decoration:none}.hg-product-breadcrumb a:hover{text-decoration:underline}.hg-product-title{font-family:var(--font-serif);font-size:1.75rem;font-weight:600;line-height:1.2;color:var(--fg);margin:0 0 .75rem}.hg-product-price-wrapper{display:flex;align-items:center;gap:.75rem;margin-bottom:1.25rem;flex-wrap:wrap}.hg-product-price{font-size:2rem;font-weight:700;color:var(--primary)}.hg-product-compare-price{font-size:1.25rem;color:var(--muted);text-decoration:line-through}.hg-product-description{font-size:.9375rem;color:var(--muted);line-height:1.7;margin-bottom:1.5rem}.hg-product-description p{margin-bottom:.75rem}.hg-quantity-row{margin-bottom:1.25rem}.hg-qty-label{display:block;font-size:.8125rem;font-weight:600;margin-bottom:.5rem;color:var(--fg)}.hg-quantity{display:inline-flex;align-items:center;border:1px solid var(--border);border-radius:.75rem;overflow:hidden}.hg-qty-btn{width:2.75rem;height:2.75rem;display:flex;align-items:center;justify-content:center;background:none;border:none;font-size:1.25rem;color:var(--fg);cursor:pointer;transition:background .2s}.hg-qty-btn:hover{background:var(--secondary)}.hg-qty-btn:active{background:var(--border)}.hg-qty-input{width:3.5rem;height:2.75rem;text-align:center;border:none;border-left:1px solid var(--border);border-right:1px solid var(--border);font-weight:600;font-size:1rem;background:var(--card);color:var(--fg);-moz-appearance:textfield}.hg-qty-input::-webkit-inner-spin-button,.hg-qty-input::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.hg-add-to-cart{width:100%;padding:1rem 1.5rem;background:var(--primary);color:#fff;border:none;border-radius:9999px;font-weight:600;font-size:1rem;cursor:pointer;min-height:3.5rem;transition:all .25s ease;letter-spacing:.01em}.hg-add-to-cart:hover{background:var(--primary-dark);box-shadow:0 8px 24px #c9a22740;transform:translateY(-2px)}.hg-add-to-cart:active{transform:translateY(0)}.hg-dynamic-checkout{margin-top:.75rem;min-height:3.5rem}.hg-dynamic-checkout .shopify-payment-button__button{border-radius:9999px!important;min-height:3.5rem;font-weight:600!important}@media(min-width:768px){.hg-product-wrapper{display:grid;grid-template-columns:1fr 1fr;gap:3rem;padding:3rem}.hg-product-media{position:sticky;top:6rem;align-self:start;border-radius:1.25rem;overflow:hidden}.hg-product-image{max-height:80vh}.hg-product-info{padding:0}.hg-product-title{font-size:2.5rem}.hg-product-price{font-size:2.25rem}}@media(min-width:1024px){.hg-product-wrapper{gap:4rem;padding:3rem 3rem 5rem}.hg-product-title{font-size:2.625rem}}@media(max-width:480px){.hg-product-info{padding:1rem 1rem 2rem}.hg-product-title{font-size:1.375rem}.hg-product-price{font-size:1.625rem}.hg-add-to-cart{padding:.875rem 1rem;font-size:.9375rem;min-height:3rem}}
/*# sourceMappingURL=/cdn/shop/t/3/assets/healthgold-custom.css.map */
