:root{--gold:#D4AF37;--gold-light:#E8CC6A;--gold-dark:#B8960C;--gold-glow:rgba(212, 175, 55, .3);--white:#FFFFFF;--cream:#FAF7F0;--cream-dark:#F2EDE1;--text-dark:#111111;--text-mid:#3A3A3A;--text-muted:#6B7280;--border:#E8E1D5;--border-light:#F0EBE0;--shadow-sm:0 2px 8px rgba(0,0,0,.06);--shadow-md:0 8px 24px rgba(0,0,0,.1);--shadow-lg:0 20px 48px rgba(0,0,0,.14);--shadow-gold:0 8px 32px rgba(212,175,55,.25);--radius-sm:6px;--radius-md:12px;--radius-lg:20px;--radius-xl:32px;--font-heading:"Cormorant Garamond",Georgia,serif;--font-body:"Jost",system-ui,sans-serif;--header-h:80px;--announce-h:40px;--transition:.3s cubic-bezier(.4,0,.2,1)}*,:after,:before{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;font-size:16px;-webkit-text-size-adjust:100%}body{font-family:var(--font-body);color:var(--text-dark);background:var(--white);line-height:1.6;overflow-x:hidden}img{max-width:100%;height:auto;display:block;-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;user-select:none;-webkit-user-drag:none;user-drag:none;pointer-events:auto}a{text-decoration:none;color:inherit}button{cursor:pointer;border:none;background:0 0;font-family:inherit}input,select,textarea{font-family:inherit}ul{list-style:none}.container{width:100%;max-width:1280px;margin:0 auto;padding:0 24px}.hidden{display:none!important}.loading-screen{position:fixed;top:0;right:0;bottom:0;left:0;background:var(--cream);display:flex;align-items:center;justify-content:center;z-index:9999;transition:opacity .6s ease,visibility .6s ease}.loading-screen.loaded{opacity:0;visibility:hidden;pointer-events:none}.loading-content{text-align:center}.loading-logo-img{max-width:200px;margin:0 auto 24px}.loading-store-name{display:block;font-family:var(--font-heading);font-size:clamp(24px,4vw,40px);font-weight:300;letter-spacing:.2em;color:var(--text-dark);margin-bottom:24px}.loading-shimmer{width:200px;height:2px;background:var(--border);border-radius:2px;overflow:hidden;margin:0 auto}.shimmer-bar{height:100%;width:40%;background:linear-gradient(90deg,transparent,var(--gold),transparent);animation:shimmerSlide 1.4s ease infinite}@keyframes shimmerSlide{0%{transform:translate(-200%)}to{transform:translate(500%)}}.announcement-bar{background:var(--text-dark);color:var(--gold);text-align:center;padding:10px 24px;font-size:12px;font-weight:500;letter-spacing:.12em;text-transform:uppercase;height:var(--announce-h);display:flex;align-items:center;justify-content:center}.site-header{position:sticky;top:0;left:0;right:0;z-index:1000;background:#fff;border-bottom:1px solid rgba(212,175,55,.35);box-shadow:0 4px 18px #0000000a;transition:background var(--transition),box-shadow var(--transition);min-height:96px;height:auto}.site-header.scrolled{background:#fff;box-shadow:var(--shadow-sm)}.header-inner{display:grid;grid-template-columns:240px 1fr 180px;align-items:center;gap:32px;min-height:96px;padding-top:10px;padding-bottom:10px}.header-logo{display:flex;align-items:center;justify-content:flex-start}.logo-link{display:flex;align-items:center}.logo-img{width:150px;max-width:150px;max-height:78px;height:auto;object-fit:contain;display:block}.logo-text{font-family:var(--font-heading);font-size:22px;font-weight:400;letter-spacing:.15em;color:var(--text-dark)}.header-nav{display:flex;justify-content:center;align-items:center}.nav-list{display:flex;align-items:center;justify-content:center;gap:clamp(38px,5vw,72px)}.nav-item{position:relative}.nav-link{display:block;padding:8px 0;font-size:12px;font-weight:600;letter-spacing:.24em;text-transform:uppercase;color:var(--text-dark);transition:color var(--transition);white-space:nowrap}.nav-link.active,.nav-link:hover{color:var(--gold-dark)}.nav-item.has-dropdown:hover .nav-dropdown{opacity:1;visibility:visible;transform:translate(-50%) translateY(0)}.nav-dropdown{position:absolute;top:calc(100% + 18px);left:50%;transform:translate(-50%) translateY(8px);min-width:200px;background:var(--white);border:1px solid var(--border-light);border-radius:var(--radius-md);box-shadow:var(--shadow-md);padding:8px;opacity:0;visibility:hidden;transition:all var(--transition);z-index:100}.dropdown-link{display:block;padding:10px 16px;font-size:13px;color:var(--text-mid);border-radius:var(--radius-sm);transition:background var(--transition),color var(--transition)}.dropdown-link:hover{background:var(--cream);color:var(--gold-dark)}.header-actions{display:flex;align-items:center;justify-content:flex-end;gap:8px}.header-icon-btn{position:relative;display:flex;align-items:center;justify-content:center;width:42px;height:42px;border-radius:50%;color:var(--text-dark);transition:background var(--transition),color var(--transition)}.header-icon-btn:hover{background:var(--cream);color:var(--gold-dark)}.cart-count{position:absolute;top:2px;right:2px;min-width:18px;height:18px;background:var(--gold);color:var(--white);font-size:10px;font-weight:700;border-radius:9px;display:flex;align-items:center;justify-content:center;padding:0 4px}@media(max-width:1024px){.site-header{min-height:74px}.header-inner{display:grid;grid-template-columns:44px 1fr auto;min-height:74px;gap:12px}.header-nav{display:none}.hamburger-btn{display:flex}.header-logo{justify-content:center}.logo-img{width:115px;max-width:115px;max-height:58px}.header-actions{gap:2px}.header-icon-btn{width:36px;height:36px}}@media(max-width:480px){.logo-img{width:100px;max-width:100px;max-height:52px}.header-icon-btn{width:34px;height:34px}}.search-bar{background:var(--white);border-top:1px solid var(--border-light);padding:16px 0;display:none;box-shadow:var(--shadow-sm)}.search-bar.open{display:block}.search-form{display:flex;align-items:center;gap:12px;flex:1}.search-input{flex:1;border:1px solid var(--border);border-radius:var(--radius-xl);padding:12px 20px;font-size:14px;outline:0;transition:border-color var(--transition);background:var(--cream)}.search-input:focus{border-color:var(--gold);background:var(--white)}.search-submit{color:var(--gold);padding:4px;transition:color var(--transition)}.search-submit:hover{color:var(--gold-dark)}.search-close{font-size:24px;color:var(--text-muted);transition:color var(--transition)}.search-close:hover{color:var(--text-dark)}.search-bar .container{display:flex;gap:12px}.hamburger-btn{display:none;flex-direction:column;gap:5px;padding:8px}.hamburger-line{display:block;width:22px;height:1.5px;background:var(--text-dark);transition:all var(--transition);border-radius:2px}.mobile-menu{position:fixed;top:0;left:-100%;width:320px;max-width:90vw;height:100%;background:var(--white);z-index:1100;transition:left .4s cubic-bezier(.4,0,.2,1);display:flex;flex-direction:column;box-shadow:var(--shadow-lg);overflow-y:auto}.mobile-menu.open{left:0}.mobile-menu-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#00000080;z-index:1099;opacity:0;visibility:hidden;transition:all var(--transition)}.mobile-menu-overlay.open{opacity:1;visibility:visible}.mobile-menu-header{display:flex;align-items:center;justify-content:space-between;padding:20px 24px;border-bottom:1px solid var(--border-light)}.mobile-menu-title{font-family:var(--font-heading);font-size:18px;letter-spacing:.1em}.mobile-menu-close{font-size:28px;color:var(--text-muted);transition:color var(--transition)}.mobile-menu-close:hover{color:var(--text-dark)}.mobile-nav{padding:16px 0}.mobile-nav-item{border-bottom:1px solid var(--border-light)}.mobile-nav-link{display:block;padding:14px 24px;font-size:14px;font-weight:500;letter-spacing:.05em;color:var(--text-dark);transition:color var(--transition)}.mobile-nav-link.active,.mobile-nav-link:hover{color:var(--gold-dark)}.mobile-dropdown{display:none;background:var(--cream)}.mobile-dropdown.open{display:block}.mobile-dropdown-link{display:block;padding:10px 24px 10px 40px;font-size:13px;color:var(--text-mid)}.mobile-menu-account{padding:24px;border-top:1px solid var(--border-light);margin-top:auto}.mobile-account-link{font-size:13px;font-weight:500;color:var(--text-mid);letter-spacing:.05em}.btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:14px 32px;font-family:var(--font-body);font-size:12px;font-weight:600;letter-spacing:.12em;text-transform:uppercase;border-radius:var(--radius-sm);transition:all var(--transition);border:1.5px solid transparent;cursor:pointer;white-space:nowrap}.btn-gold{background:var(--gold);color:var(--white);border-color:var(--gold)}.btn-gold:hover{background:var(--gold-dark);border-color:var(--gold-dark);box-shadow:var(--shadow-gold);transform:translateY(-1px)}.btn-gold-outline{background:0 0;color:var(--gold-dark);border-color:var(--gold)}.btn-gold-outline:hover{background:var(--gold);color:var(--white);box-shadow:var(--shadow-gold)}.btn-outline-white{background:0 0;color:var(--white);border-color:#ffffffb3}.btn-outline-white:hover{background:#ffffff1f;border-color:var(--white)}.btn-outline-dark{background:0 0;color:var(--text-dark);border-color:var(--text-dark)}.btn-outline-dark:hover{background:var(--text-dark);color:var(--white)}.btn-disabled{background:var(--border);color:var(--text-muted);cursor:not-allowed;border-color:var(--border)}.btn-sm{padding:10px 20px;font-size:11px}.section-header{text-align:center;margin-bottom:56px}.section-eyebrow{display:inline-block;font-size:11px;font-weight:600;letter-spacing:.2em;text-transform:uppercase;color:var(--gold-dark);margin-bottom:12px}.section-title{font-family:var(--font-heading);font-size:clamp(28px,4vw,48px);font-weight:400;color:var(--text-dark);line-height:1.2;letter-spacing:.02em}.section-subtitle{margin-top:16px;font-size:15px;color:var(--text-muted);max-width:540px;margin-left:auto;margin-right:auto}.section-footer{text-align:center;margin-top:56px}.hero-section{position:relative;min-height:92vh;display:flex;align-items:center;overflow:hidden}.hero-bg{position:absolute;top:0;right:0;bottom:0;left:0}.hero-bg-img{width:100%;height:100%;object-fit:cover;object-position:center}.hero-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(135deg,rgba(17,17,17,.65) 0,rgba(17,17,17,.3) 60%,transparent 100%)}.hero-gradient-bg{width:100%;height:100%;background:linear-gradient(135deg,#1a1004 0,#2d1f06,#3d2b08 60%,#1a1004)}.hero-content{position:relative;z-index:1;padding:120px 0 80px}.hero-text{max-width:640px}.hero-eyebrow{display:inline-block;font-size:11px;font-weight:600;letter-spacing:.25em;text-transform:uppercase;color:var(--gold-light);margin-bottom:20px;padding-left:32px;position:relative}.hero-eyebrow:before{content:"";position:absolute;left:0;top:50%;width:22px;height:1px;background:var(--gold)}.hero-heading{font-family:var(--font-heading);font-size:clamp(40px,6vw,72px);font-weight:300;color:var(--white);line-height:1.1;letter-spacing:.02em;margin-bottom:24px}.hero-subheading{font-size:16px;color:#fffc;max-width:480px;margin-bottom:48px;line-height:1.7}.hero-cta-group{display:flex;gap:16px;flex-wrap:wrap}.hero-scroll-hint{position:absolute;bottom:40px;right:48px;display:flex;flex-direction:column;align-items:center;gap:8px;z-index:1;opacity:.6}.scroll-text{font-size:10px;letter-spacing:.2em;text-transform:uppercase;color:var(--white);writing-mode:vertical-lr}.scroll-line{width:1px;height:48px;background:linear-gradient(to bottom,var(--gold),transparent);animation:scrollPulse 2s ease infinite}@keyframes scrollPulse{0%,to{transform:scaleY(1);opacity:.6}50%{transform:scaleY(.6);opacity:1}}.categories-section{padding:96px 0;background:var(--white)}.categories-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px}.category-card{border-radius:var(--radius-lg);overflow:hidden}.category-card-link{display:block;position:relative;overflow:hidden}.category-card-img-wrap{position:relative;aspect-ratio:3/4;overflow:hidden;background:var(--cream-dark)}.category-card-img{width:100%;height:100%;object-fit:cover;transition:transform .7s cubic-bezier(.4,0,.2,1)}.category-card:hover .category-card-img{transform:scale(1.06)}.category-card-placeholder{width:100%;height:100%;background:linear-gradient(135deg,var(--cream-dark) 0,var(--border) 100%)}.category-placeholder-1{background:linear-gradient(135deg,#e8d5c0 0,#c9a87c)}.category-placeholder-2{background:linear-gradient(135deg,#d5c5e0 0,#a88ac9)}.category-placeholder-3{background:linear-gradient(135deg,#c0d5e8 0,#7c9ec9)}.category-placeholder-4{background:linear-gradient(135deg,#d5e8c0 0,#8dc97c)}.category-card-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to top,rgba(0,0,0,.6) 0,transparent 60%);transition:background var(--transition)}.category-card:hover .category-card-overlay{background:linear-gradient(to top,#000000b3 0,#0000001a 60%)}.category-card-info{position:absolute;bottom:0;left:0;right:0;padding:20px 22px 22px;color:var(--white)}.category-card-title{font-family:var(--font-luxury-clean,var(--font-body));font-size:11.5px;font-weight:700;letter-spacing:.16em;text-transform:uppercase;margin-bottom:6px;color:#ffffffe6}.category-card-cta{display:flex;align-items:center;gap:6px;font-size:11px;font-weight:600;letter-spacing:.1em;text-transform:uppercase;color:#ffffffb3;opacity:1;transform:translateY(0);transition:opacity var(--transition),transform var(--transition),color var(--transition)}.category-card:hover .category-card-cta{opacity:1;transform:translateY(0)}.trust-badges-section{padding:64px 0;background:var(--cream);border-top:1px solid var(--border-light);border-bottom:1px solid var(--border-light)}.trust-badges-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:32px}.trust-badge{display:flex;align-items:center;gap:16px}.trust-badge-icon{width:52px;height:52px;border-radius:50%;background:var(--white);display:flex;align-items:center;justify-content:center;color:var(--gold-dark);flex-shrink:0;box-shadow:var(--shadow-sm)}.trust-badge-text{display:flex;flex-direction:column;gap:4px}.trust-badge-text strong{font-size:14px;font-weight:600;color:var(--text-dark)}.trust-badge-text span{font-size:12px;color:var(--text-muted)}.featured-collection-section,.product-grid-section{padding:130px 0}.product-grid-section{background:var(--white)}.product-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:24px;align-items:start}.product-card{display:flex;flex-direction:column;height:100%;border-radius:var(--radius-md);overflow:hidden;background:var(--white);box-shadow:var(--shadow-sm);transition:box-shadow var(--transition),transform var(--transition)}.product-card:hover{box-shadow:var(--shadow-md);transform:translateY(-4px)}.product-card-img-wrap{position:relative;overflow:hidden;background:var(--white);aspect-ratio:1/1;padding:18px}.product-card-img{width:100%;height:100%;object-fit:contain;animation:productCardImgFadeIn .5s ease;transition:opacity .5s ease,transform .7s cubic-bezier(.4,0,.2,1)}@keyframes productCardImgFadeIn{0%{opacity:0}to{opacity:1}}.product-card-img-hover{position:absolute;top:18px;right:18px;bottom:18px;left:18px;opacity:0}.product-card:hover .product-card-img-primary{opacity:0;transform:scale(1.04)}.product-card:hover .product-card-img-hover{opacity:1;transform:scale(1.04)}.product-card-badges{position:absolute;top:12px;left:12px;display:flex;flex-direction:column;gap:6px}.product-badge{display:inline-block;padding:4px 10px;font-size:10px;font-weight:700;letter-spacing:.08em;text-transform:uppercase;border-radius:var(--radius-sm)}.product-badge-sale{background:var(--gold);color:var(--white)}.product-badge-new{background:var(--text-dark);color:var(--white)}.product-card-actions{position:absolute;bottom:12px;right:12px;display:flex;flex-direction:column;gap:8px;opacity:0;transform:translate(12px);transition:opacity var(--transition),transform var(--transition)}.product-card:hover .product-card-actions{opacity:1;transform:translate(0)}.product-action-btn{width:44px;height:44px;border-radius:50%;background:var(--white);display:flex;align-items:center;justify-content:center;color:var(--text-dark);box-shadow:var(--shadow-sm);transition:background var(--transition),color var(--transition),box-shadow var(--transition),transform var(--transition)}.product-action-btn:hover{background:var(--gold);color:var(--white);box-shadow:var(--shadow-gold)}.product-action-btn.product-quick-add-btn{background:#111;color:#fff}.product-action-btn.product-quick-add-btn:hover{background:var(--gold)}.product-action-btn.product-quick-add-btn:disabled{background:#bbb;cursor:not-allowed}.product-action-btn:disabled{opacity:.4;cursor:not-allowed}.product-card-info{padding:20px;min-height:150px;display:flex;flex-direction:column;flex:1}.product-card-swatches-slot{min-height:30px;margin-top:8px}.product-card-add-to-cart{margin-top:auto}.product-card-vendor{font-size:10px;font-weight:600;letter-spacing:.12em;text-transform:uppercase;color:var(--gold-dark);margin-bottom:6px}.product-card-title{font-family:var(--font-heading);font-size:16px;font-weight:400;letter-spacing:.02em;color:var(--text-dark);margin-bottom:10px;line-height:1.3;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;min-height:2.6em}.product-card-title a:hover{color:var(--gold-dark)}.product-card-price{display:flex;align-items:center;gap:8px;flex-wrap:wrap;margin-bottom:14px}.product-price,.product-price-sale{font-size:16px;font-weight:600;color:var(--text-dark)}.product-price-sale{color:var(--gold-dark)}.product-price-compare{font-size:14px;color:var(--text-muted);text-decoration:line-through}.product-price-from{font-size:12px;color:var(--text-muted)}.product-review-stars{position:relative;display:inline-block;font-size:15px;line-height:1;color:#ddd8cc;letter-spacing:2px;font-family:Arial,sans-serif}.product-review-stars:before{content:"\2605\2605\2605\2605\2605"}.product-review-stars:after{content:"\2605\2605\2605\2605\2605";position:absolute;top:0;left:0;width:calc(var(--rating, 0) / 5 * 100%);overflow:hidden;color:var(--gold,#d4af37);white-space:nowrap}.product-review-stars--sm{font-size:12px;letter-spacing:1px}.product-review-summary{display:inline-flex;align-items:center;gap:8px;margin:8px 0 16px;text-decoration:none;color:var(--text-dark)}.product-review-count{font-size:13px;color:var(--text-muted);font-weight:500}.product-card-review-summary{display:flex;align-items:center;gap:6px;margin:2px 0 6px}.product-card-review-count{font-size:11px;color:var(--text-muted)}.product-sold-out-badge{display:inline-block;font-size:11px;font-weight:600;color:var(--text-muted);letter-spacing:.08em;text-transform:uppercase}.product-reviews-section{margin-top:48px;padding-top:40px;border-top:1px solid var(--border,#e8e0d5)}.product-review-success{padding:14px 16px;background:#f0f7f0;border:1px solid #cde6cd;border-radius:8px;color:#2d5a2d;font-size:13.5px;line-height:1.5}.product-review-error{padding:12px 14px;background:#fdf0f0;border:1px solid #f0cccc;border-radius:8px;color:#a33;font-size:13px}.product-review-disclaimer{font-size:11.5px;color:var(--text-muted);margin-top:2px}.recent-activity-popup{position:fixed;left:20px;bottom:20px;z-index:998;max-width:320px;background:var(--white);border:1px solid var(--border,#e8e0d5);border-radius:14px;box-shadow:0 16px 44px #140f0829;padding:14px 16px;display:flex;align-items:flex-start;gap:10px;opacity:0;transform:translateY(16px) scale(.97);pointer-events:none;transition:opacity .35s ease,transform .35s ease}.recent-activity-popup.is-visible{opacity:1;transform:translateY(0) scale(1);pointer-events:auto}.recent-activity-popup__body{display:flex;align-items:flex-start;gap:10px;padding-right:14px}.recent-activity-popup__icon{flex-shrink:0;width:34px;height:34px;border-radius:50%;background:var(--cream,#faf7f0);display:flex;align-items:center;justify-content:center;color:var(--gold-dark,#b8960c)}.recent-activity-popup__text{font-size:12.5px;line-height:1.45;color:var(--text-dark);margin:0;padding-top:4px}.recent-activity-popup__close{position:absolute;top:8px;right:8px;width:22px;height:22px;display:flex;align-items:center;justify-content:center;background:none;border:none;color:var(--text-muted);cursor:pointer;border-radius:50%}.recent-activity-popup__close:hover{background:var(--cream,#faf7f0);color:var(--text-dark)}.tf-mobile-menu__footer a{font-weight:700}.tf-mobile-menu__account-link{display:flex;align-items:center;gap:10px}.tf-mobile-menu__account-link svg{flex-shrink:0;color:var(--gold-dark,#b8960c)}.tf-mobile-menu__account-arrow{margin-left:auto}@media(max-width:749px){.recent-activity-popup{left:12px;right:12px;bottom:84px;max-width:none}}@media(prefers-reduced-motion:reduce){.recent-activity-popup{transition:opacity .2s ease}}.product-card-add-to-cart{width:100%;margin-top:12px;min-height:44px;display:flex;align-items:center;justify-content:center;gap:7px;color:#fff;background:#111;border:none;border-radius:8px;cursor:pointer;font:inherit;font-size:11px;font-weight:700;letter-spacing:.06em;text-transform:uppercase;transition:background .18s ease,transform .18s ease}.product-card-add-to-cart:hover:not(:disabled){background:var(--gold);transform:translateY(-1px)}.product-card-add-to-cart:disabled{background:#bbb;cursor:not-allowed}.product-placeholder-img{width:100%;height:100%}.product-card-swatches{display:flex;align-items:center;gap:5px;flex-wrap:wrap}.product-card-style-label{display:inline-flex;align-items:center;padding:3px 8px;border:1px solid var(--border,#e8e0d5);border-radius:3px;font-size:10px;font-weight:600;letter-spacing:.06em;text-transform:uppercase;color:var(--text-muted,#666);background:0 0;cursor:default;transition:border-color .15s,color .15s;white-space:nowrap}.product-card-style-label:hover{border-color:var(--gold,#c9a227);color:var(--gold-dark,#b9952f)}.product-card-swatch-more{font-size:10px;font-weight:600;color:var(--text-muted);letter-spacing:.02em}.testimonials-section{padding:130px 0;background:var(--white)}.testimonials-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.testimonial-card{background:var(--cream);border:1px solid var(--border-light);border-radius:var(--radius-lg);padding:36px 32px;transition:box-shadow var(--transition),transform var(--transition)}.testimonial-card:hover{box-shadow:var(--shadow-md);transform:translateY(-3px)}.testimonial-stars{display:flex;gap:4px;margin-bottom:20px}.star-icon{color:var(--border)}.star-filled{color:var(--gold)}.testimonial-text{font-family:var(--font-heading);font-size:17px;font-style:italic;color:var(--text-dark);line-height:1.7;margin-bottom:28px}.testimonial-author{display:flex;align-items:center;gap:14px}.testimonial-author-img{width:40px;height:40px;border-radius:50%;object-fit:cover}.testimonial-author-initials{width:40px;height:40px;border-radius:50%;background:linear-gradient(135deg,var(--gold),var(--gold-dark));color:var(--white);display:flex;align-items:center;justify-content:center;font-size:16px;font-family:var(--font-heading);font-weight:600;flex-shrink:0}.testimonial-author-name{font-size:14px;font-weight:600;color:var(--text-dark)}.testimonial-author-title{font-size:12px;color:var(--text-muted)}.newsletter-section{padding:130px 0}.newsletter-inner{background:linear-gradient(135deg,var(--text-dark) 0,#2a1e05 50%,#1a1004 100%);border-radius:var(--radius-xl);overflow:hidden;position:relative}.newsletter-inner:before{content:"";position:absolute;top:-50%;right:-10%;width:600px;height:600px;background:radial-gradient(circle,rgba(212,175,55,.15) 0,transparent 70%);pointer-events:none}.newsletter-content{text-align:center;padding:80px 24px;position:relative;z-index:1;max-width:600px;margin:0 auto}.newsletter-title{font-family:var(--font-heading);font-size:clamp(28px,4vw,44px);font-weight:400;color:var(--white);letter-spacing:.02em;margin-bottom:16px}.newsletter-subtitle{font-size:15px;color:#ffffffb3;margin-bottom:40px;line-height:1.7}.newsletter-form-group{display:flex;gap:12px;max-width:480px;margin:0 auto}.newsletter-input{flex:1;padding:14px 20px;border:1px solid rgba(255,255,255,.2);border-radius:var(--radius-sm);background:#ffffff14;color:var(--white);font-size:14px;outline:0;transition:border-color var(--transition),background var(--transition)}.newsletter-input::placeholder{color:#fff6}.newsletter-input:focus{border-color:var(--gold);background:#ffffff1f}.newsletter-btn{flex-shrink:0}.newsletter-success{color:var(--gold-light);font-size:14px;margin-top:16px}.newsletter-error{color:#f87171;font-size:14px;margin-top:16px}.newsletter-disclaimer{font-size:11px;color:#fff6;margin-top:16px}.whatsapp-widget{position:fixed;bottom:28px;right:28px;z-index:900}.whatsapp-fab{width:60px;height:60px;border-radius:50%;background:#25d366;display:flex;align-items:center;justify-content:center;box-shadow:0 4px 20px #25d36666;position:relative;transition:transform var(--transition),box-shadow var(--transition)}.whatsapp-fab:hover{transform:scale(1.08);box-shadow:0 6px 28px #25d36680}.whatsapp-notification-dot{position:absolute;top:4px;right:4px;width:12px;height:12px;background:#f87171;border-radius:50%;border:2px solid var(--white);animation:dotPulse 2s ease infinite}@keyframes dotPulse{0%,to{transform:scale(1)}50%{transform:scale(1.3)}}.whatsapp-popup{position:absolute;bottom:calc(100% + 16px);right:0;width:300px;background:var(--white);border-radius:var(--radius-lg);box-shadow:var(--shadow-lg);overflow:hidden;opacity:0;visibility:hidden;transform:translateY(12px) scale(.95);transform-origin:bottom right;transition:all .3s cubic-bezier(.4,0,.2,1)}.whatsapp-popup.open{opacity:1;visibility:visible;transform:translateY(0) scale(1)}.whatsapp-popup-header{background:#075e54;padding:16px 20px;display:flex;align-items:center;gap:12px}.whatsapp-avatar{width:40px;height:40px;border-radius:50%;background:#25d366;display:flex;align-items:center;justify-content:center;flex-shrink:0}.whatsapp-popup-info{flex:1}.whatsapp-popup-info strong{display:block;font-size:14px;color:var(--white);font-weight:600}.whatsapp-status{display:flex;align-items:center;gap:6px;font-size:12px;color:#fffc;margin-top:2px}.whatsapp-status-dot{width:7px;height:7px;border-radius:50%;background:#4ade80}.whatsapp-popup-close{color:#ffffffb3;font-size:20px;position:absolute;top:12px;right:14px;transition:color var(--transition)}.whatsapp-popup-close:hover{color:var(--white)}.whatsapp-popup-body{padding:20px;background:#e5ddd5}.whatsapp-message-bubble{background:var(--white);border-radius:8px 8px 8px 2px;padding:12px 16px;max-width:85%;box-shadow:0 1px 3px #0000001a}.whatsapp-message-bubble p{font-size:14px;color:var(--text-dark);line-height:1.5}.whatsapp-time{font-size:11px;color:var(--text-muted);margin-top:4px;display:block;text-align:right}.whatsapp-start-chat-btn{display:flex;align-items:center;justify-content:center;gap:8px;margin:0;padding:14px 20px;background:#25d366;color:var(--white);font-size:13px;font-weight:600;letter-spacing:.05em;transition:background var(--transition)}.whatsapp-start-chat-btn:hover{background:#1ea855}.site-footer{background:var(--text-dark);color:#fffc}.footer-top{padding:80px 0 64px;border-bottom:1px solid rgba(255,255,255,.1)}.footer-grid{display:grid;grid-template-columns:1.5fr repeat(3,1fr);gap:48px}.footer-logo-img{max-height:44px;margin-bottom:20px;filter:brightness(0) invert(1)}.footer-logo-text{font-family:var(--font-heading);font-size:20px;letter-spacing:.1em;color:var(--white);display:block;margin-bottom:20px}.footer-tagline{font-size:14px;color:#ffffff8c;line-height:1.7;margin-bottom:24px}.footer-social{display:flex;gap:12px}.social-link{width:38px;height:38px;border-radius:50%;border:1px solid rgba(255,255,255,.15);display:flex;align-items:center;justify-content:center;color:#fff9;transition:all var(--transition)}.social-link:hover{border-color:var(--gold);color:var(--gold)}.footer-col-title{font-size:12px;font-weight:600;letter-spacing:.15em;text-transform:uppercase;color:var(--white);margin-bottom:20px}.footer-nav-list{display:flex;flex-direction:column;gap:10px}.footer-nav-link{font-size:14px;color:#ffffff8c;transition:color var(--transition)}.footer-nav-link:hover{color:var(--gold-light)}.footer-contact-list{display:flex;flex-direction:column;gap:12px}.footer-contact-list li{display:flex;align-items:center;gap:10px;font-size:14px;color:#ffffff8c}.footer-contact-list a{transition:color var(--transition)}.footer-contact-list a:hover{color:var(--gold-light)}.footer-bottom{padding:20px 0;display:flex}.footer-bottom .container{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:16px}.footer-copyright{font-size:13px;color:#ffffff59}.footer-payment-icons{display:flex;gap:8px;align-items:center}.payment-icon{border-radius:4px}.cart-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#00000080;z-index:1099;opacity:0;visibility:hidden;transition:all var(--transition)}.cart-overlay.open{opacity:1;visibility:visible}.cart-drawer{position:fixed;top:0;right:-440px;width:420px;max-width:100vw;height:100%;background:var(--white);z-index:1100;display:flex;flex-direction:column;box-shadow:var(--shadow-lg);transition:right .4s cubic-bezier(.4,0,.2,1)}.cart-drawer.open{right:0}.cart-drawer-header{display:flex;align-items:center;padding:20px 24px;border-bottom:1px solid var(--border-light);gap:12px}.cart-drawer-title{font-family:var(--font-heading);font-size:22px;font-weight:400;flex:1}.cart-drawer-count{font-size:12px;color:var(--text-muted)}.cart-drawer-close{color:var(--text-muted);transition:color var(--transition);padding:4px}.cart-drawer-close:hover{color:var(--text-dark)}.cart-drawer-body{flex:1;overflow-y:auto;padding:16px 24px}.cart-items-list{display:flex;flex-direction:column;gap:20px}.cart-item{display:flex;gap:16px;padding-bottom:20px;border-bottom:1px solid var(--border-light)}.cart-item:last-child{border-bottom:none}.cart-item-img-wrap{flex-shrink:0;width:80px}.cart-item-img{width:80px;height:94px;object-fit:cover;border-radius:var(--radius-sm)}.cart-item-img-placeholder{width:80px;height:94px;background:var(--cream-dark);border-radius:var(--radius-sm)}.cart-item-details{flex:1;min-width:0}.cart-item-top{display:flex;justify-content:space-between;align-items:flex-start;gap:8px;margin-bottom:12px}.cart-item-vendor{font-size:10px;font-weight:600;letter-spacing:.1em;text-transform:uppercase;color:var(--gold-dark)}.cart-item-title{font-size:14px;font-weight:500;color:var(--text-dark);line-height:1.3;margin-top:2px}.cart-item-variant{font-size:12px;color:var(--text-muted);margin-top:2px}.cart-item-remove{color:var(--text-muted);transition:color var(--transition);flex-shrink:0}.cart-item-remove:hover{color:#ef4444}.cart-item-bottom{display:flex;align-items:center;justify-content:space-between}.cart-item-price{font-size:15px;font-weight:600;color:var(--text-dark)}.qty-control{display:flex;align-items:center;gap:0;border:1px solid var(--border);border-radius:var(--radius-sm);overflow:hidden}.qty-btn{width:32px;height:32px;display:flex;align-items:center;justify-content:center;color:var(--text-mid);background:var(--white);transition:background var(--transition),color var(--transition);flex-shrink:0}.qty-btn:hover{background:var(--cream);color:var(--gold-dark)}.qty-display{width:32px;text-align:center;font-size:13px;font-weight:600;color:var(--text-dark)}.qty-input{width:40px;text-align:center;border:none;font-size:13px;font-weight:600;background:0 0;padding:0;-moz-appearance:textfield}.qty-input::-webkit-inner-spin-button,.qty-input::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.cart-empty{display:flex;flex-direction:column;align-items:center;justify-content:center;height:100%;text-align:center;padding:40px 20px;color:var(--text-muted);gap:16px}.cart-empty h3{font-family:var(--font-heading);font-size:22px;color:var(--text-dark)}.cart-empty p{font-size:14px;max-width:240px;line-height:1.6}.cart-empty-btn{margin-top:8px}.cart-drawer-footer{border-top:1px solid var(--border-light);padding:20px 24px;display:flex;flex-direction:column;gap:12px}.cart-subtotal{display:flex;justify-content:space-between;align-items:center}.cart-subtotal-label{font-size:15px;font-weight:600;color:var(--text-dark)}.cart-subtotal-price{font-size:18px;font-weight:700;color:var(--text-dark)}.cart-shipping-note{font-size:12px;color:#7a5c14;text-align:center;display:flex;align-items:center;justify-content:center;gap:4px;font-weight:500}.cart-view-bag-btn,a.cart-view-bag-btn{display:flex!important;width:100%!important;text-align:center!important;justify-content:center!important;align-items:center!important;background:0 0!important;color:var(--gold-dark,#b9952f)!important;border:1.5px solid var(--gold,#c9a227)!important;border-radius:var(--radius-sm,6px)!important;padding:13px 20px!important;font-size:12px!important;font-weight:700!important;letter-spacing:.1em!important;text-transform:uppercase!important;cursor:pointer!important;transition:background .2s,color .2s,border-color .2s!important;text-decoration:none!important;box-sizing:border-box!important}.cart-view-bag-btn:hover,a.cart-view-bag-btn:hover{background:var(--gold,#c9a227)!important;color:#fff!important;border-color:var(--gold,#c9a227)!important;text-decoration:none!important}.cart-checkout-btn{width:100%;text-align:center;justify-content:center;font-size:13px}.cart-drawer-personalization-note{margin:0 0 10px;padding:9px 11px;font-size:11px;line-height:1.5;color:#7a5c14;background:#fdfaf3;border:1px solid rgba(185,149,47,.3);border-radius:6px;text-align:center}.product-page{padding:40px 0 96px}.breadcrumb{display:flex;align-items:center;gap:8px;margin-bottom:40px;font-size:12px;color:var(--text-muted)}.breadcrumb-link{color:var(--text-muted);transition:color var(--transition)}.breadcrumb-link:hover{color:var(--gold-dark)}.breadcrumb-sep{color:var(--border)}.breadcrumb-current{color:var(--text-dark)}.breadcrumb-light .breadcrumb-link{color:#ffffffb3}.breadcrumb-light .breadcrumb-link:hover{color:var(--white)}.breadcrumb-light .breadcrumb-sep{color:#ffffff4d}.breadcrumb-light .breadcrumb-current{color:var(--white)}.product-layout{display:grid;grid-template-columns:1fr 1fr;gap:64px;align-items:start}.product-gallery{display:flex;gap:16px}.product-gallery-thumbnails{display:flex;flex-direction:column;gap:10px;width:80px;flex-shrink:0}.gallery-thumb{width:80px;aspect-ratio:3/4;border:2px solid transparent;border-radius:var(--radius-sm);overflow:hidden;cursor:pointer;transition:border-color var(--transition);padding:0}.gallery-thumb.active{border-color:var(--gold)}.gallery-thumb img{width:100%;height:100%;object-fit:cover}.product-gallery-main{flex:1}.gallery-main-wrap{position:relative;aspect-ratio:4/5;border-radius:var(--radius-md);overflow:hidden}.gallery-main-slide{position:absolute;top:0;right:0;bottom:0;left:0;opacity:0;transition:opacity .4s ease}.gallery-main-slide.active{opacity:1}.gallery-main-img{width:100%;height:100%;object-fit:cover}.gallery-nav{position:absolute;top:50%;transform:translateY(-50%);width:44px;height:44px;border-radius:50%;background:var(--white);display:flex;align-items:center;justify-content:center;box-shadow:var(--shadow-sm);z-index:2;color:var(--text-dark);transition:background var(--transition),color var(--transition)}.gallery-nav:hover{background:var(--gold);color:var(--white)}.gallery-prev{left:12px}.gallery-next{right:12px}.product-info-vendor{font-size:11px;font-weight:700;letter-spacing:.15em;text-transform:uppercase;color:var(--gold-dark);margin-bottom:12px}.product-info-title{font-family:var(--font-heading);font-size:clamp(28px,3vw,40px);font-weight:400;color:var(--text-dark);line-height:1.2;margin-bottom:20px}.product-info-price{display:flex;align-items:center;gap:12px;flex-wrap:wrap;margin-bottom:24px}.price-regular,.price-sale{font-size:24px;font-weight:600;color:var(--text-dark)}.price-sale{color:var(--gold-dark)}.price-compare{font-size:18px;color:var(--text-muted);text-decoration:line-through}.price-save-badge{display:inline-block;padding:4px 10px;background:var(--cream);color:var(--gold-dark);font-size:12px;font-weight:700;border-radius:var(--radius-sm);border:1px solid var(--gold-light)}.product-info-divider{height:1px;background:var(--border-light);margin:24px 0}.product-option{margin-bottom:24px}.product-option-label{display:block;font-size:12px;font-weight:600;letter-spacing:.08em;text-transform:uppercase;color:var(--text-dark);margin-bottom:12px}.selected-option-value{color:var(--gold-dark)}.option-buttons{display:flex;gap:8px;flex-wrap:wrap}.option-btn{padding:10px 20px;border:1.5px solid var(--border);border-radius:var(--radius-sm);font-size:13px;color:var(--text-mid);background:var(--white);transition:all var(--transition)}.option-btn:hover{border-color:var(--gold);color:var(--gold-dark)}.option-btn.active{border-color:var(--gold);color:var(--gold-dark);background:#d4af3714}.product-qty{margin-bottom:24px}.product-qty .qty-control{display:inline-flex;border:1.5px solid var(--border);border-radius:var(--radius-sm)}.product-qty .qty-btn{width:44px;height:44px}.product-qty .qty-input{width:60px;height:44px;font-size:15px;border-left:1px solid var(--border);border-right:1px solid var(--border)}.product-cta{display:flex;gap:12px;flex-wrap:wrap;margin-bottom:28px}.product-add-to-cart,.product-buy-now{flex:1;min-width:180px}.product-personalization-note{flex-basis:100%;margin:-6px 0 4px;font-size:12px;line-height:1.5;color:#7a5c14}.product-trust-badges{display:flex;gap:20px;flex-wrap:wrap;padding:20px 0;border-top:1px solid var(--border-light);border-bottom:1px solid var(--border-light);margin-bottom:28px}.ptb-item{display:flex;align-items:center;gap:8px;font-size:12px;color:var(--text-muted)}.ptb-item--free-ship{color:#7a5c14;font-weight:700}.ptb-item--free-ship svg{color:#b9952f}.ptb-item svg{color:var(--gold-dark);flex-shrink:0}.product-payment-badges{margin-bottom:28px;padding-bottom:20px;border-bottom:1px solid var(--border-light)}.product-payment-badges__label{display:block;margin-bottom:9px;font-size:11px;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:var(--text-muted)}.product-payment-badges__icons{display:flex;align-items:center;flex-wrap:wrap;gap:8px}.product-payment-badges__icon{height:26px;width:auto;border:1px solid var(--border-light);border-radius:5px;background:#fff}.product-payment-badges__ziina{display:inline-flex;align-items:center;height:26px;padding:0 11px;font-size:11px;font-weight:800;color:var(--text-dark,#171510);background:#fff;border:1px solid var(--border-light);border-radius:5px}.product-accordion{border:1px solid var(--border-light);border-radius:var(--radius-md);overflow:hidden}.product-accordion-trigger{display:flex;align-items:center;justify-content:space-between;padding:18px 20px;font-size:13px;font-weight:600;letter-spacing:.08em;text-transform:uppercase;cursor:pointer;-webkit-user-select:none;user-select:none;background:var(--cream)}.product-accordion-trigger:hover{background:var(--cream-dark)}.product-description{padding:20px;font-size:14px;color:var(--text-mid);line-height:1.8}.product-description p{margin-bottom:12px}.product-description p:last-child{margin-bottom:0}.related-products{padding:96px 0;background:var(--cream)}.collection-page{padding-bottom:96px}.collection-hero{position:relative;min-height:320px;display:flex;align-items:flex-end;margin-bottom:56px;overflow:hidden}.collection-hero-bg{position:absolute;top:0;right:0;bottom:0;left:0}.collection-hero-img{width:100%;height:100%;object-fit:cover}.collection-hero-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to top,#111c 0,#1111114d)}.collection-hero-gradient{background:linear-gradient(135deg,#1a1004,#2d1f06)}.collection-hero-content{position:relative;z-index:1;padding:40px 0}.collection-title{font-family:var(--font-heading);font-size:clamp(32px,5vw,56px);font-weight:400;color:var(--white);letter-spacing:.02em}.collection-desc{font-size:15px;color:#ffffffbf;margin-top:12px;max-width:480px}.collection-toolbar{display:flex;align-items:center;justify-content:space-between;padding:20px 0;border-bottom:1px solid var(--border-light);margin-bottom:40px}.collection-count{font-size:13px;color:var(--text-muted)}.sort-label{font-size:12px;font-weight:600;letter-spacing:.08em;text-transform:uppercase;color:var(--text-mid);margin-right:10px}.sort-select{padding:10px 16px;border:1px solid var(--border);border-radius:var(--radius-sm);font-size:13px;color:var(--text-dark);background:var(--white);cursor:pointer;outline:0;transition:border-color var(--transition)}.sort-select:focus{border-color:var(--gold)}.collection-product-grid{grid-template-columns:repeat(4,1fr)}.collection-empty{text-align:center;padding:80px 0;color:var(--text-muted)}.collection-empty h3{font-family:var(--font-heading);font-size:28px;color:var(--text-dark);margin:20px 0 12px}.collection-empty p{font-size:15px;margin-bottom:32px}.pagination{display:flex;align-items:center;justify-content:center;gap:8px;margin-top:64px;flex-wrap:wrap}.pagination-btn,.pagination-page{padding:10px 18px;border:1.5px solid var(--border);border-radius:var(--radius-sm);font-size:13px;font-weight:500;color:var(--text-mid);transition:all var(--transition);display:flex;align-items:center;gap:6px}.pagination-btn:hover,.pagination-page:hover{border-color:var(--gold);color:var(--gold-dark)}.pagination-page.active{background:var(--gold);border-color:var(--gold);color:var(--white)}.pagination-ellipsis{padding:10px 8px;color:var(--text-muted);font-size:13px}.cart-page{padding:60px 0 96px}.cart-page-title{font-family:var(--font-heading);font-size:clamp(28px,4vw,44px);font-weight:400;color:var(--text-dark);margin-bottom:48px}.cart-page-layout{display:grid;grid-template-columns:1fr 380px;gap:48px;align-items:start}.cart-page-header{display:grid;grid-template-columns:1fr auto auto auto;gap:24px;padding:12px 0;border-bottom:2px solid var(--text-dark);font-size:11px;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:var(--text-mid);margin-bottom:24px}.cart-page-header :first-child{grid-column:1}.cart-page-header :nth-child(2),.cart-page-header :nth-child(3),.cart-page-header :nth-child(4){min-width:80px;text-align:right}.cart-page-item{display:grid;grid-template-columns:1fr auto auto auto;gap:24px;align-items:center;padding:24px 0;border-bottom:1px solid var(--border-light)}.cart-page-item-product{display:flex;gap:20px;align-items:center}.cart-page-item-img{width:80px;height:93px;border-radius:var(--radius-sm);overflow:hidden;flex-shrink:0}.cart-page-item-img img{width:100%;height:100%;object-fit:cover}.cart-item-page-vendor{font-size:10px;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:var(--gold-dark);margin-bottom:4px}.cart-item-page-title{font-size:15px;font-weight:500;color:var(--text-dark);margin-bottom:4px}.cart-item-page-title a:hover{color:var(--gold-dark)}.cart-item-page-variant{font-size:12px;color:var(--text-muted);margin-bottom:10px}.cart-item-page-remove{font-size:11px;font-weight:600;letter-spacing:.08em;text-transform:uppercase;color:var(--text-muted);text-decoration:underline;transition:color var(--transition)}.cart-item-page-remove:hover{color:#ef4444}.cart-page-item-price,.cart-page-item-total{font-size:15px;font-weight:600;color:var(--text-dark);min-width:80px;text-align:right}.cart-page-item-qty{min-width:80px;display:flex;justify-content:flex-end}.cart-page-item-qty .qty-control{border-radius:var(--radius-sm)}.order-summary-card{background:var(--cream);border:1px solid var(--border-light);border-radius:var(--radius-lg);padding:32px;position:sticky;top:120px}.order-summary-title{font-family:var(--font-heading);font-size:22px;font-weight:400;color:var(--text-dark);margin-bottom:24px}.order-summary-line{display:flex;justify-content:space-between;align-items:center;font-size:14px;color:var(--text-mid);padding:10px 0}.order-summary-discount{color:#16a34a}.order-summary-shipping span:last-child{font-size:12px;color:var(--text-muted)}.order-summary-divider{height:1px;background:var(--border);margin:12px 0}.order-summary-total{display:flex;justify-content:space-between;align-items:center;font-size:18px;padding:12px 0}.order-summary-tax-note{font-size:12px;color:var(--text-muted);text-align:center;margin-bottom:20px}.cart-continue-btn,.cart-page-checkout-btn{width:100%;text-align:center;justify-content:center;margin-bottom:10px}.cart-note{margin-top:4px;margin-bottom:16px}.cart-note-label{display:block;font-size:12px;font-weight:600;letter-spacing:.08em;text-transform:uppercase;color:var(--text-mid);margin-bottom:8px}.cart-note-textarea{width:100%;padding:12px;border:1px solid var(--border);border-radius:var(--radius-sm);font-size:13px;color:var(--text-dark);background:var(--white);resize:vertical;min-height:80px;outline:0;transition:border-color var(--transition)}.cart-note-textarea:focus{border-color:var(--gold)}.cart-trust-badges{display:flex;gap:16px;flex-wrap:wrap;margin-top:16px;padding-top:16px;border-top:1px solid var(--border-light)}.ctb-item{display:flex;align-items:center;gap:6px;font-size:11px;color:var(--text-muted)}.ctb-item svg{color:var(--gold-dark)}.cart-page-empty{text-align:center;padding:80px 0}.cart-page-empty h2{font-family:var(--font-heading);font-size:36px;font-weight:400;color:var(--text-dark);margin:24px 0 16px}.cart-page-empty p{font-size:15px;color:var(--text-muted);margin-bottom:40px}[data-animate]{opacity:0;transform:translateY(28px);transition:opacity .7s ease,transform .7s ease}[data-animate].visible{opacity:1;transform:translateY(0)}[data-animate=stagger]>*{opacity:0;transform:translateY(20px);transition:opacity .5s ease,transform .5s ease}[data-animate=stagger].visible>*{opacity:1;transform:translateY(0)}[data-animate=stagger].visible>:first-child{transition-delay:0s}[data-animate=stagger].visible>:nth-child(2){transition-delay:80ms}[data-animate=stagger].visible>:nth-child(3){transition-delay:.16s}[data-animate=stagger].visible>:nth-child(4){transition-delay:.24s}[data-animate=stagger].visible>:nth-child(5){transition-delay:.32s}[data-animate=stagger].visible>:nth-child(6){transition-delay:.4s}[data-animate=stagger].visible>:nth-child(7){transition-delay:.48s}[data-animate=stagger].visible>:nth-child(8){transition-delay:.56s}@media(max-width:1024px){.header-nav{display:none}.hamburger-btn{display:flex}.categories-grid{grid-template-columns:repeat(2,1fr)}.trust-badges-grid{grid-template-columns:repeat(2,1fr);gap:24px}.product-grid,.collection-product-grid{grid-template-columns:repeat(3,1fr)}.footer-grid{grid-template-columns:1fr 1fr;gap:32px}.product-layout{grid-template-columns:1fr;gap:40px}.cart-page-layout{grid-template-columns:1fr}.order-summary-card{position:static}.cart-page-header{display:none}.cart-page-item{grid-template-columns:1fr auto;grid-template-rows:auto auto}.cart-page-item-price{display:none}.cart-page-item-qty{justify-content:flex-start}.cart-page-item-total{text-align:left}}@media(max-width:768px){:root{--header-h:64px}.categories-grid{grid-template-columns:repeat(2,1fr);gap:12px}.trust-badges-grid{grid-template-columns:repeat(1,1fr);gap:20px}.product-grid{grid-template-columns:repeat(2,1fr);gap:16px}.collection-product-grid{grid-template-columns:repeat(2,1fr)}.testimonials-grid{grid-template-columns:1fr}.footer-grid{grid-template-columns:1fr;gap:32px}.hero-cta-group{flex-direction:column}.hero-cta-group .btn{width:100%;max-width:280px}.newsletter-form-group{flex-direction:column}.newsletter-btn{width:100%}.product-gallery{flex-direction:column-reverse}.product-gallery-thumbnails{flex-direction:row;width:100%;overflow-x:auto}.cart-drawer{width:100vw;right:-100vw}.trust-badges-section{padding:65px 0}.categories-section,.featured-collection-section,.newsletter-section,.product-grid-section,.related-products,.testimonials-section{padding:90px 0}}@media(max-width:480px){.container{padding:0 16px}.product-grid{grid-template-columns:repeat(2,1fr);gap:12px}.product-card-info{padding:14px}.product-card-title,.product-card-price{font-size:14px}.cart-page{padding:40px 0 60px}.whatsapp-fab{width:52px;height:52px}}:root{--font-heading:"Cormorant Garamond",Georgia,serif;--font-body:"Jost",system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;--font-luxury-clean:"Jost",system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif}body,button,input,select,textarea{font-family:var(--font-body)!important;-webkit-font-smoothing:antialiased;text-rendering:geometricPrecision}.cart-page-empty h2,.cart-page-title,.collection-title,.hero-heading,.newsletter-title,.section-title{font-family:var(--font-heading)!important;font-weight:400!important;letter-spacing:.015em!important;line-height:1.12!important}.cart-item-page-vendor,.cart-item-vendor,.cart-note-label,.footer-col-title,.hero-eyebrow,.nav-link,.product-accordion-trigger,.product-card-vendor,.product-info-vendor,.product-option-label,.section-eyebrow,.sort-label{font-family:var(--font-luxury-clean)!important;font-weight:700!important;letter-spacing:.16em!important;text-transform:uppercase!important}.product-card-title,.product-card-title a{font-family:var(--font-luxury-clean)!important;font-size:14px!important;font-weight:600!important;letter-spacing:.055em!important;line-height:1.45!important;color:var(--text-dark)!important;text-transform:none!important}.product-card-title{margin-bottom:10px!important}.product-card-title a:hover{color:var(--gold-dark)!important}.price-compare,.price-regular,.price-sale,.product-price,.product-price-compare,.product-price-from,.product-price-sale{font-family:var(--font-luxury-clean)!important;font-weight:600!important;letter-spacing:.015em!important}.product-info-title{font-family:var(--font-heading)!important;font-size:clamp(30px,4vw,46px)!important;font-weight:400!important;letter-spacing:.015em!important;line-height:1.12!important;color:var(--text-dark)!important}.category-card-title{font-family:var(--font-luxury-clean,var(--font-body))!important;font-size:11.5px!important;font-weight:700!important;letter-spacing:.16em!important;line-height:1.3!important;text-transform:uppercase!important}.category-card-cta{font-family:var(--font-luxury-clean)!important;font-weight:700!important;letter-spacing:.13em!important}.testimonial-text{font-family:var(--font-heading)!important;font-size:19px!important;font-weight:400!important;font-style:italic!important;letter-spacing:.01em!important;line-height:1.7!important}.testimonial-author-name{font-family:var(--font-luxury-clean)!important;font-size:14px!important;font-weight:700!important;letter-spacing:.035em!important}.testimonial-author-title{font-family:var(--font-luxury-clean)!important;font-size:12px!important;font-weight:500!important;letter-spacing:.03em!important}.testimonial-author-initials{font-family:var(--font-luxury-clean)!important;font-weight:700!important}.newsletter-title{font-size:clamp(34px,4.5vw,52px)!important}.newsletter-disclaimer,.newsletter-input,.newsletter-subtitle{font-family:var(--font-luxury-clean)!important}.btn,.newsletter-btn,.search-submit{font-family:var(--font-luxury-clean)!important;font-weight:700!important;letter-spacing:.13em!important}.footer-logo-text,.loading-store-name,.logo-text{font-family:var(--font-heading)!important;font-weight:400!important;letter-spacing:.16em!important}.nav-link{font-size:12px!important;font-weight:700!important;letter-spacing:.22em!important}.collection-title{font-size:clamp(36px,5vw,62px)!important}.collection-count,.collection-desc,.sort-select{font-family:var(--font-luxury-clean)!important}.cart-drawer-title,.cart-empty h3,.collection-empty h3,.order-summary-title{font-family:var(--font-heading)!important;font-weight:400!important;letter-spacing:.02em!important}.cart-item-page-title,.cart-item-title,.cart-subtotal-label,.cart-subtotal-price,.order-summary-line,.order-summary-total,.qty-display,.qty-input,.footer-contact-list,.footer-copyright,.footer-nav-link,.footer-tagline,.mobile-account-link,.mobile-nav-link{font-family:var(--font-luxury-clean)!important}.footer-col-title{font-size:12px!important;font-weight:800!important;letter-spacing:.18em!important}.mobile-menu-title{font-family:var(--font-heading)!important;font-weight:400!important;letter-spacing:.14em!important}.mobile-nav-link{font-weight:600!important;letter-spacing:.08em!important}.btn,.btn-sm,.option-btn,.pagination-btn,.pagination-page,.product-action-btn{font-family:var(--font-luxury-clean)!important}.option-btn{font-size:13px!important;font-weight:600!important;letter-spacing:.04em!important}@media(max-width:768px){.product-card-title,.product-card-title a{font-size:13px!important;letter-spacing:.035em!important;line-height:1.4!important}.product-info-title{font-size:clamp(26px,8vw,36px)!important}.newsletter-title,.section-title{letter-spacing:.01em!important}}@media(max-width:480px){.product-card-title,.product-card-title a{font-size:12.5px!important;font-weight:600!important;letter-spacing:.025em!important}.product-card-info{padding:14px!important}.hero-eyebrow,.product-card-vendor,.section-eyebrow{letter-spacing:.12em!important}}:root{--color-primary:#111111;--color-gold:#D4AF37;--color-background:#FFFFFF;--color-cream:#FAF7F0;--color-text-muted:#666666;--color-border:#E8E0D5;--color-btn-primary-bg:#D4AF37;--color-btn-primary-text:#111111;--color-btn-primary-hover:#B8952B;--font-heading:"Cormorant Garamond",Georgia,serif;--font-body:"Jost",system-ui,sans-serif;--font-size-base:16px;--logo-width:200px}.logo-img{max-width:var(--logo-width)!important}.announcement-bar a.announcement-bar-link{color:inherit;text-decoration:none;display:block;width:100%;text-align:center}.marquee-text{display:inline-block;white-space:nowrap;animation:marquee 20s linear infinite}@keyframes marquee{0%{transform:translate(100vw)}to{transform:translate(-100%)}}.promo-banner{background:var(--color-gold);color:var(--color-primary);text-align:center;padding:8px 16px;font-family:var(--font-body);font-size:13px;font-weight:500;letter-spacing:.03em}.promo-banner .promo-banner-link{color:inherit;text-decoration:none}.promo-banner .promo-banner-link:hover{text-decoration:underline}.product-add-to-cart{position:relative;min-height:52px;min-width:180px;display:flex;align-items:center;justify-content:center;gap:8px;font-size:14px;font-weight:600;letter-spacing:.08em;text-transform:uppercase;padding:0 32px;border-radius:0;cursor:pointer;transition:background .25s ease,transform .15s ease,box-shadow .25s ease;background:var(--color-btn-primary-bg);color:var(--color-btn-primary-text);border:2px solid var(--color-btn-primary-bg);width:100%}.product-add-to-cart:hover:not(:disabled){background:var(--color-btn-primary-hover);border-color:var(--color-btn-primary-hover);transform:translateY(-1px);box-shadow:0 6px 20px #d4af374d}.product-add-to-cart:active:not(:disabled){transform:translateY(0);box-shadow:none}.product-add-to-cart:focus-visible{outline:3px solid var(--color-gold);outline-offset:3px}.product-add-to-cart.btn-disabled,.product-add-to-cart:disabled{opacity:.5;cursor:not-allowed;pointer-events:none}.product-add-to-cart .btn-loading .spin{animation:spinLoader .8s linear infinite}@keyframes spinLoader{to{transform:rotate(360deg)}}.product-buy-now{display:flex;align-items:center;justify-content:center;min-height:52px;padding:0 32px;font-size:14px;font-weight:600;letter-spacing:.08em;text-transform:uppercase;border:2px solid var(--color-primary);color:var(--color-primary);background:0 0;text-decoration:none;transition:background .25s ease,color .25s ease,transform .15s ease;cursor:pointer;width:100%}.product-buy-now:hover{background:var(--color-primary);color:var(--color-background);transform:translateY(-1px)}.product-buy-now:focus-visible{outline:3px solid var(--color-gold);outline-offset:3px}.product-cta{display:flex;flex-direction:column;gap:12px;margin-top:20px}.product-shipping-info{display:flex;align-items:center;gap:6px;font-size:12px;color:var(--color-text-muted);margin-top:10px;padding:10px 14px;background:var(--color-cream);border-left:3px solid var(--color-gold)}.product-vendor{font-size:12px;letter-spacing:.1em;text-transform:uppercase;color:var(--color-text-muted);margin-bottom:6px}.product-sku{font-size:12px;color:var(--color-text-muted);margin-bottom:8px}.product-share{display:flex;align-items:center;gap:10px;margin:16px 0}.product-share-label{font-size:12px;text-transform:uppercase;letter-spacing:.08em;color:var(--color-text-muted)}.product-share-btn{color:var(--color-text-muted);transition:color .2s;line-height:1}.product-share-btn:hover{color:var(--color-primary)}.product-share-btn:focus-visible{outline:2px solid var(--color-gold);outline-offset:2px}.breadcrumb-list{list-style:none;padding:0;margin:0;display:flex;flex-wrap:wrap;gap:4px;align-items:center}.cart-free-shipping-banner{display:flex;align-items:center;justify-content:center;gap:8px;padding:10px 16px;background:linear-gradient(90deg,#f7f3e8 0,#fdfaf3,#f7f3e8);border-bottom:1px solid rgba(185,149,47,.2);color:#7a5c14;font-size:12px;font-weight:600;letter-spacing:.02em;text-align:center}.cart-free-shipping-banner svg{flex-shrink:0;color:#b9952f}.cart-free-shipping-bar,.cart-free-shipping-track,.cart-free-shipping-fill{display:none!important}a:focus-visible,button:focus-visible,input:focus-visible,select:focus-visible,textarea:focus-visible{outline:2px solid var(--color-gold);outline-offset:2px}.skip-to-main{position:absolute;top:-100px;left:16px;z-index:9999;background:var(--color-gold);color:var(--color-primary);padding:8px 16px;font-weight:600;transition:top .2s}.skip-to-main:focus{top:4px}.newsletter-section{position:relative;overflow:hidden}.newsletter-bg-dark{background:var(--color-primary);color:#fff}.newsletter-bg-cream{background:var(--color-cream);color:var(--color-primary)}.newsletter-bg-gold{background:linear-gradient(135deg,#c9a227 0,#e8c94a,#b8952b);color:var(--color-primary)}.newsletter-bg-image{background:var(--color-primary);color:#fff}.newsletter-bg-img-wrap{position:absolute;top:0;right:0;bottom:0;left:0;z-index:0}.newsletter-bg-img{width:100%;height:100%;object-fit:cover}.newsletter-bg-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:#0000009e}.newsletter-container{position:relative;z-index:1}.newsletter-split{display:grid;grid-template-columns:1fr 1fr;gap:64px;align-items:center}@media(max-width:860px){.newsletter-split{grid-template-columns:1fr;gap:40px}}.newsletter-split-form{background:#ffffff0a;border:1px solid rgba(255,255,255,.1);border-radius:2px;padding:40px}.newsletter-bg-cream .newsletter-split-form{background:#fff;border-color:var(--color-border);box-shadow:0 4px 32px #0000000f}.newsletter-bg-gold .newsletter-split-form{background:#0000001f;border-color:#00000026}@media(max-width:600px){.newsletter-split-form{padding:28px 20px}}.newsletter-content{max-width:600px;margin:0 auto;text-align:center}.newsletter-eyebrow{font-size:11px;letter-spacing:.18em;text-transform:uppercase;opacity:.7;margin-bottom:12px;display:block}.newsletter-bg-dark .newsletter-eyebrow,.newsletter-bg-image .newsletter-eyebrow{color:var(--color-gold);opacity:1}.newsletter-bg-gold .newsletter-eyebrow{color:var(--color-primary)}.newsletter-title{font-family:var(--font-heading);font-size:clamp(28px,4vw,44px);font-weight:400;line-height:1.15;margin:0 0 14px;letter-spacing:-.01em}.newsletter-subtitle{font-size:15px;line-height:1.7;opacity:.78;margin-bottom:28px}.newsletter-bg-dark .newsletter-subtitle,.newsletter-bg-image .newsletter-subtitle{opacity:.72}.newsletter-discount-badge{display:inline-flex;flex-direction:column;align-items:center;justify-content:center;background:var(--color-gold);color:var(--color-primary);width:88px;height:88px;border-radius:50%;margin-bottom:20px;line-height:1.1;box-shadow:0 4px 20px #d4af3766;flex-shrink:0}.newsletter-discount-badge--centered{margin:0 auto 20px}.ndb-value{font-weight:700;font-size:18px;letter-spacing:-.02em;display:block}.ndb-label{font-size:9px;letter-spacing:.06em;text-transform:uppercase;display:block;opacity:.85}.newsletter-form{width:100%}.newsletter-form-group{display:flex;gap:0;border:1px solid rgba(255,255,255,.25);border-radius:2px;overflow:hidden;background:#ffffff14;transition:border-color .2s,box-shadow .2s}.newsletter-form-group:focus-within{border-color:var(--color-gold);box-shadow:0 0 0 3px #d4af3733}.newsletter-bg-cream .newsletter-form-group,.newsletter-bg-gold .newsletter-form-group{background:#fff;border-color:var(--color-border)}.newsletter-bg-cream .newsletter-form-group:focus-within,.newsletter-bg-gold .newsletter-form-group:focus-within{border-color:var(--color-primary);box-shadow:0 0 0 3px #1111111a}.newsletter-input{flex:1;min-width:0;padding:15px 18px;background:0 0;border:none;outline:0;font-family:var(--font-body);font-size:14px;color:inherit}.newsletter-bg-cream .newsletter-input,.newsletter-bg-gold .newsletter-input{color:var(--color-primary)}.newsletter-input::placeholder{opacity:.5}.newsletter-btn{flex-shrink:0;padding:0 24px;height:52px;display:flex;align-items:center;gap:8px;font-size:13px;font-weight:600;letter-spacing:.08em;text-transform:uppercase;white-space:nowrap;border-radius:0!important;border:none!important;cursor:pointer;transition:background .2s}.newsletter-btn:hover{background:var(--color-btn-primary-hover)!important}@media(max-width:480px){.newsletter-form-group{flex-direction:column;border-radius:2px}.newsletter-btn{width:100%;justify-content:center;height:50px}}.newsletter-success{display:flex;align-items:center;gap:10px;padding:16px 20px;background:#d4af3726;border:1px solid rgba(212,175,55,.4);border-radius:2px;font-size:14px;font-weight:500;color:var(--color-gold)}.newsletter-bg-cream .newsletter-success{color:#5a7a3a;background:#5a7a3a14;border-color:#5a7a3a4d}.newsletter-error{font-size:12px;color:#e05252;margin-top:8px}.newsletter-perks{list-style:none;padding:0;margin:20px 0 0;display:flex;flex-direction:column;gap:10px}.newsletter-perks li{display:flex;align-items:center;gap:8px;font-size:13px;opacity:.85}.newsletter-perks--inline{flex-direction:row;flex-wrap:wrap;justify-content:center;gap:16px;margin-top:20px}.newsletter-perks--inline li{font-size:12px}.newsletter-disclaimer{margin-top:12px;font-size:11px;opacity:.45;letter-spacing:.03em;text-align:center}.newsletter-layout-split .newsletter-disclaimer{text-align:left}.contact-page{padding:64px 0 96px}.contact-page-header{text-align:center;max-width:560px;margin:0 auto 64px}.contact-page-title{font-family:var(--font-heading);font-size:clamp(36px,5vw,56px);font-weight:400;line-height:1.1;margin:8px 0 16px;letter-spacing:-.01em}.contact-page-intro{font-size:15px;line-height:1.7;color:var(--color-text-muted)}.contact-layout{display:grid;grid-template-columns:340px 1fr;gap:48px;align-items:start}@media(max-width:900px){.contact-layout{grid-template-columns:1fr}}.contact-info-panel{display:flex;flex-direction:column;gap:12px}.contact-info-card{display:flex;align-items:center;gap:16px;padding:18px 20px;background:var(--color-cream);border:1px solid var(--color-border);border-left:3px solid var(--color-gold);text-decoration:none;color:var(--color-primary);transition:border-left-color .2s,box-shadow .2s,transform .15s;border-radius:0 2px 2px 0}.contact-info-card:hover:not(.contact-info-static){box-shadow:0 4px 20px #00000014;transform:translate(3px);border-left-color:var(--color-primary)}.contact-info-card:focus-visible{outline:2px solid var(--color-gold);outline-offset:2px}.contact-info-static{cursor:default}.contact-info-whatsapp{border-left-color:#25d366}.contact-info-whatsapp:hover{border-left-color:#1da851}.contact-info-whatsapp .contact-info-icon{color:#25d366}.contact-info-icon{flex-shrink:0;width:40px;height:40px;display:flex;align-items:center;justify-content:center;background:#fff;border-radius:50%;box-shadow:0 2px 8px #00000012;color:var(--color-gold)}.contact-info-text{flex:1;min-width:0}.contact-info-text strong{display:block;font-size:12px;font-weight:600;letter-spacing:.06em;text-transform:uppercase;margin-bottom:2px}.contact-info-text span{font-size:14px;color:var(--color-text-muted);word-break:break-word}.contact-info-arrow{flex-shrink:0;color:var(--color-text-muted);opacity:.5;transition:opacity .2s,transform .2s}.contact-info-card:hover .contact-info-arrow{opacity:1;transform:translate(3px)}.contact-social{margin-top:8px;padding:20px;background:var(--color-cream);border:1px solid var(--color-border);border-radius:2px}.contact-social-label{font-size:11px;letter-spacing:.12em;text-transform:uppercase;color:var(--color-text-muted);margin-bottom:12px}.contact-social-links{display:flex;gap:10px}.contact-social-btn{width:38px;height:38px;display:flex;align-items:center;justify-content:center;border:1px solid var(--color-border);background:#fff;color:var(--color-text-muted);border-radius:50%;transition:background .2s,color .2s,border-color .2s;text-decoration:none}.contact-social-btn:hover{background:var(--color-primary);color:#fff;border-color:var(--color-primary)}.contact-social-btn:focus-visible{outline:2px solid var(--color-gold);outline-offset:2px}.contact-form-card{background:#fff;border:1px solid var(--color-border);padding:44px 40px;border-radius:2px;box-shadow:0 4px 32px #0000000d}@media(max-width:600px){.contact-form-card{padding:28px 20px}}.contact-form-heading{font-family:var(--font-heading);font-size:28px;font-weight:400;margin:0 0 6px}.contact-form-subtext{font-size:14px;color:var(--color-text-muted);margin-bottom:28px}.contact-form{display:flex;flex-direction:column;gap:18px}.contact-form-row{display:grid;grid-template-columns:1fr 1fr;gap:18px}@media(max-width:560px){.contact-form-row{grid-template-columns:1fr}}.contact-form-field{display:flex;flex-direction:column;gap:6px}.contact-form-label{font-size:12px;font-weight:600;letter-spacing:.08em;text-transform:uppercase;color:var(--color-primary)}.contact-form-optional{font-weight:400;letter-spacing:0;text-transform:none;color:var(--color-text-muted);font-size:11px;margin-left:4px}.required-mark{color:var(--color-gold)}.contact-form-input,.contact-form-select,.contact-form-textarea{width:100%;padding:13px 16px;border:1px solid var(--color-border);background:var(--color-cream);font-family:var(--font-body);font-size:14px;color:var(--color-primary);border-radius:2px;transition:border-color .2s,box-shadow .2s,background .2s;-webkit-appearance:none;appearance:none}.contact-form-input:focus,.contact-form-select:focus,.contact-form-textarea:focus{border-color:var(--color-primary);background:#fff;box-shadow:0 0 0 3px #11111112;outline:0}.contact-form-input.has-error,.contact-form-textarea.has-error{border-color:#e05252;background:#fff8f8}.contact-form-select{cursor:pointer;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%23666' stroke-width='2'%3E%3Cpolyline points='6 9 12 15 18 9'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 14px center;padding-right:44px}.contact-form-textarea{resize:vertical;min-height:100px;line-height:1.6}.contact-form-submit{align-self:flex-start;display:inline-flex;align-items:center;gap:10px;padding:15px 36px;font-size:13px;font-weight:600;letter-spacing:.1em;text-transform:uppercase;cursor:pointer;transition:background .2s,transform .15s,box-shadow .2s}.contact-form-submit:hover{background:var(--color-btn-primary-hover)!important;transform:translateY(-1px);box-shadow:0 6px 20px #d4af374d}.contact-form-submit:focus-visible{outline:3px solid var(--color-gold);outline-offset:3px}.contact-form-errors{display:flex;align-items:center;gap:8px;padding:12px 16px;background:#fff2f2;border:1px solid #ffc5c5;border-radius:2px;font-size:13px;color:#c0392b}.contact-form-success{text-align:center;padding:48px 24px}.contact-success-icon{width:64px;height:64px;background:#d4af371f;border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 16px;color:var(--color-gold)}.contact-form-success h3{font-family:var(--font-heading);font-size:26px;font-weight:400;margin-bottom:8px}.contact-form-success p{font-size:14px;color:var(--color-text-muted)}.discount-popup-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#0009;z-index:9998;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);animation:fadeIn .3s ease}.discount-popup{position:fixed;top:0;right:0;bottom:0;left:0;z-index:9999;display:none;align-items:center;justify-content:center;padding:18px;overflow:auto;background:0 0}.discount-popup-inner{position:relative;display:flex;width:min(720px,100%);max-height:calc(100vh - 36px);max-height:calc(100dvh - 36px);overflow:auto;background:var(--color-background);border-radius:8px;box-shadow:0 24px 80px #00000040;animation:popupIn .35s cubic-bezier(.22,1,.36,1)}@keyframes popupIn{0%{opacity:0;transform:translateY(22px) scale(.97)}to{opacity:1;transform:translateY(0) scale(1)}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.discount-popup-media{flex:0 0 260px;position:relative;overflow:hidden}.discount-popup-media img{width:100%;height:100%;object-fit:cover;display:block}.discount-popup-img-badge{position:absolute;top:16px;left:-2px;background:var(--color-gold);color:var(--color-primary);font-size:11px;font-weight:700;letter-spacing:.08em;text-transform:uppercase;padding:6px 14px;border-radius:0 2px 2px 0;box-shadow:2px 2px 8px #00000026}.discount-popup-content{flex:1;padding:44px 36px 36px;position:relative;display:flex;flex-direction:column;justify-content:center;overflow-y:auto}.discount-popup-content--full{padding:44px 48px;max-width:480px;margin:0 auto;text-align:center;width:100%}.discount-popup-close{position:absolute;top:14px;right:14px;width:34px;height:34px;display:flex;align-items:center;justify-content:center;background:var(--color-cream);border:1px solid var(--color-border);border-radius:50%;cursor:pointer;color:var(--color-text-muted);transition:background .2s,color .2s}.discount-popup-close:hover{background:var(--color-primary);color:#fff}.discount-popup-close:focus-visible{outline:2px solid var(--color-gold);outline-offset:2px}.discount-popup-eyebrow{font-size:11px;letter-spacing:.15em;text-transform:uppercase;color:var(--color-gold);display:block;margin-bottom:10px}.discount-popup-heading{font-family:var(--font-heading);font-size:clamp(24px,3.5vw,34px);font-weight:400;line-height:1.15;margin:0 0 12px;letter-spacing:-.01em}.discount-popup-subtext{font-size:14px;line-height:1.65;color:var(--color-text-muted);margin-bottom:24px}.discount-popup-code-wrap{margin-bottom:20px}.discount-popup-code-label{font-size:11px;letter-spacing:.1em;text-transform:uppercase;color:var(--color-text-muted);margin-bottom:8px}.discount-popup-code{display:inline-flex;align-items:center;gap:10px;padding:12px 20px;background:var(--color-cream);border:2px dashed var(--color-gold);border-radius:2px;font-family:Courier New,monospace;font-size:18px;font-weight:700;letter-spacing:.2em;color:var(--color-primary);cursor:pointer;transition:background .2s,border-style .2s;width:100%;justify-content:center}.discount-popup-code:hover{background:#d4af371a;border-style:solid}.discount-popup-code:focus-visible{outline:2px solid var(--color-gold);outline-offset:2px}.discount-code-text{letter-spacing:.2em}.discount-code-copy-icon{color:var(--color-text-muted);flex-shrink:0}.discount-code-copied{font-size:12px;color:#3a7a3a;font-family:var(--font-body);font-weight:500;letter-spacing:0}.discount-popup-form-row{display:flex;gap:0;border:1px solid var(--color-border);border-radius:2px;overflow:hidden;margin-bottom:8px}.discount-popup-form-row:focus-within{border-color:var(--color-primary);box-shadow:0 0 0 3px #11111112}.discount-popup-input{flex:1;padding:14px 16px;border:none;outline:0;font-family:var(--font-body);font-size:14px;background:var(--color-cream)}.discount-popup-submit{flex-shrink:0;padding:0 20px;font-size:13px;font-weight:600;letter-spacing:.06em;text-transform:uppercase;white-space:nowrap;border-radius:0!important;cursor:pointer;border:none!important}@media(max-width:480px){.discount-popup-form-row{flex-direction:column}.discount-popup-submit{padding:14px}}.discount-popup-btn{display:flex;align-items:center;justify-content:center;width:100%;padding:16px 24px;font-size:13px;font-weight:600;letter-spacing:.1em;text-transform:uppercase;text-decoration:none;cursor:pointer;transition:background .2s,transform .15s}.discount-popup-btn:hover{background:var(--color-btn-primary-hover)!important;transform:translateY(-1px)}.discount-popup-dismiss{display:block;width:100%;margin-top:14px;background:0 0;border:none;font-size:12px;color:var(--color-text-muted);text-decoration:underline;cursor:pointer;text-align:center;padding:4px;transition:color .2s}.discount-popup-dismiss:hover{color:var(--color-primary)}.discount-popup-form-success{display:flex;align-items:center;gap:10px;padding:14px 18px;background:#3a7a3a14;border:1px solid rgba(58,122,58,.25);border-radius:2px;font-size:14px;color:#3a7a3a}.discount-popup-error{font-size:12px;color:#e05252;margin-top:6px}@media(max-width:600px){.discount-popup-media{display:none}.discount-popup-content{padding:36px 24px 28px}}.discount-popup-inner{width:min(680px,100%)!important;max-width:680px!important}.discount-popup-content--full{box-sizing:border-box!important;width:100%!important;max-width:none!important;padding:46px 44px 38px!important}.discount-popup-form,.discount-popup-form-row{width:100%!important;min-width:0!important;box-sizing:border-box!important}.discount-popup-form-row{display:grid!important;grid-template-columns:minmax(0,1fr) auto!important;align-items:stretch!important;overflow:hidden!important;border:1px solid #d9d2c6!important;border-radius:4px!important;background:#fff!important}.discount-popup-input{width:100%!important;min-width:0!important;height:50px!important;padding:0 16px!important;border:0!important;background:#fbf9f4!important;box-sizing:border-box!important}.discount-popup-submit{width:auto!important;min-width:178px!important;max-width:220px!important;height:50px!important;padding:0 22px!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;box-sizing:border-box!important;overflow:visible!important;white-space:nowrap!important;font-size:12px!important;letter-spacing:.09em!important;line-height:1!important}@media(max-width:620px){.discount-popup-content--full{padding:40px 22px 28px!important}.discount-popup-form-row{grid-template-columns:1fr!important}.discount-popup-submit{width:100%!important;max-width:none!important;min-width:0!important}}.site-header{border-top:0!important;border-bottom:1px solid rgba(25,20,12,.08)!important;background:#fffffffa!important;box-shadow:0 8px 30px #14100a0b!important}.site-header .header-inner{width:min(1240px,calc(100% - 48px))!important;min-height:88px!important;margin:0 auto!important;padding:10px 0!important;display:grid!important;grid-template-columns:190px minmax(0,1fr) 150px!important;align-items:center!important;column-gap:28px!important}.site-header .header-logo{justify-content:flex-start!important;min-width:0!important}.site-header .logo-link{display:flex!important;align-items:center!important}.site-header .logo-img{width:132px!important;max-width:132px!important;max-height:66px!important;height:auto!important;object-fit:contain!important}.site-header .header-nav{min-width:0!important;justify-content:center!important}.site-header .nav-list{width:100%!important;max-width:720px!important;display:flex!important;justify-content:space-between!important;align-items:center!important;gap:24px!important}.site-header .nav-link{position:relative!important;padding:32px 0 30px!important;font-size:12px!important;font-weight:600!important;letter-spacing:.18em!important;line-height:1!important}.site-header .nav-link:after{content:"";position:absolute;left:50%;bottom:20px;width:0;height:1px;background:#b9952f;transform:translate(-50%);transition:width .25s ease}.site-header .nav-link.active:after,.site-header .nav-link:hover:after{width:100%}.site-header .header-actions{display:flex!important;justify-content:flex-end!important;align-items:center!important;gap:10px!important}.site-header .header-icon-btn{width:40px!important;height:40px!important;padding:0!important;border:1px solid transparent!important;border-radius:50%!important;background:0 0!important;display:inline-flex!important;align-items:center!important;justify-content:center!important}.site-header .header-icon-btn:hover{border-color:#b9952f47!important;background:#fbf8f1!important;transform:translateY(-1px)!important}.site-header .header-icon-btn svg{width:21px!important;height:21px!important}.site-header .cart-count{top:-2px!important;right:-1px!important}.collection-page{background:#fff!important;padding-bottom:90px!important}.collection-hero{min-height:250px!important;height:auto!important;display:flex!important;align-items:center!important}.collection-hero-gradient{background:radial-gradient(circle at 75% 20%,rgba(185,149,47,.13),transparent 34%),linear-gradient(135deg,#130d05 0,#251805)!important}.collection-hero-content{width:min(1240px,calc(100% - 48px))!important;margin:0 auto!important;padding:48px 0 44px!important}.collection-title{margin-top:28px!important;font-size:clamp(46px,5vw,68px)!important;line-height:1.02!important;letter-spacing:-.025em!important}.collection-page>.container{width:min(1240px,calc(100% - 48px))!important;margin:0 auto!important}.collection-toolbar{min-height:112px!important;margin:0 0 38px!important;padding:26px 0!important;display:flex!important;align-items:center!important;justify-content:space-between!important;border-bottom:1px solid #eee6d8!important}.collection-count{margin:0!important;font-size:13px!important}.collection-sort{display:flex!important;align-items:center!important;gap:16px!important}.sort-select{min-width:170px!important;height:46px!important;border:1px solid #e7dcc7!important;border-radius:10px!important;padding:0 42px 0 16px!important;background-color:#fff!important}.product-card{border:1px solid #eadfca!important;border-radius:14px!important;overflow:hidden!important;background:#fff!important;box-shadow:0 8px 24px #1d160b09!important}.product-card:hover{border-color:#b9952fa6!important;box-shadow:0 18px 42px #1d160b1a!important}.whatsapp-widget{position:fixed!important;right:max(22px,env(safe-area-inset-right))!important;bottom:max(22px,env(safe-area-inset-bottom))!important;width:62px!important;height:62px!important;padding:0!important;margin:0!important;background:0 0!important;border:0!important;box-shadow:none!important;z-index:1200!important}.whatsapp-fab{-webkit-appearance:none!important;appearance:none!important;box-sizing:border-box!important;width:62px!important;height:62px!important;min-width:62px!important;min-height:62px!important;padding:0!important;margin:0!important;border:3px solid #fff!important;border-radius:50%!important;outline:0!important;background:#25d366!important;color:#fff!important;box-shadow:0 10px 30px #25d36657,0 2px 8px #00000021!important;overflow:visible!important;cursor:pointer!important}.whatsapp-fab:after,.whatsapp-fab:before{content:none!important}.whatsapp-fab-icon{width:100%!important;height:100%!important;display:flex!important;align-items:center!important;justify-content:center!important;border-radius:50%!important;background:0 0!important}.whatsapp-fab svg{width:28px!important;height:28px!important;display:block!important}.whatsapp-notification-dot{display:none!important}.whatsapp-popup{right:0!important;bottom:78px!important}@media(max-width:1100px){.site-header .header-inner{grid-template-columns:150px minmax(0,1fr) 138px!important;column-gap:18px!important}.site-header .logo-img{width:116px!important}.site-header .nav-list{gap:18px!important}.site-header .nav-link{font-size:11px!important;letter-spacing:.14em!important}}@media(max-width:990px){.site-header .header-inner{min-height:76px!important;grid-template-columns:42px 1fr auto!important;width:min(100% - 32px,1240px)!important;padding:8px 0!important}.site-header .logo-img{width:112px!important;max-height:56px!important}.site-header .header-actions{gap:4px!important}.site-header .header-icon-btn{width:38px!important;height:38px!important}.collection-hero{min-height:210px!important}.collection-hero-content,.collection-page>.container{width:min(100% - 32px,1240px)!important}}@media(max-width:640px){.site-header .header-inner{width:calc(100% - 24px)!important}.site-header .header-actions .header-icon-btn:nth-child(2){display:none!important}.collection-hero{min-height:180px!important}.collection-hero-content{width:calc(100% - 32px)!important;padding:34px 0 32px!important}.collection-title{margin-top:20px!important;font-size:42px!important}.collection-page>.container{width:calc(100% - 32px)!important}.collection-toolbar{min-height:0!important;padding:22px 0!important;gap:18px!important}.sort-label{display:none!important}.sort-select{min-width:145px!important}.whatsapp-widget{right:max(16px,env(safe-area-inset-right))!important;bottom:max(16px,env(safe-area-inset-bottom))!important;width:56px!important;height:56px!important}.whatsapp-fab{width:56px!important;height:56px!important;min-width:56px!important;min-height:56px!important}.whatsapp-popup{width:min(300px,calc(100vw - 32px))!important;bottom:70px!important}}.collection-page>.container{padding-top:48px!important}@media(max-width:767px){.collection-page>.container{padding-top:28px!important}}.hero-section{min-height:calc(100vh - 118px)!important}.hero-overlay{background:linear-gradient(90deg,#0c0906d1 0,#0c09069e 35%,#0c09062e 68%,#0c09060a)!important}.hero-content{padding-top:86px!important;padding-bottom:72px!important}.hero-text{max-width:640px!important;padding:44px 48px 42px!important;border:none!important;border-radius:26px!important;background:linear-gradient(160deg,#0a08059e,#0a080566 55%,#0a080529)!important;-webkit-backdrop-filter:blur(10px)!important;backdrop-filter:blur(10px)!important;box-shadow:0 32px 90px #0000004d!important;position:relative!important}.hero-text:before{content:"";position:absolute;left:48px;top:26px;width:44px;height:3px;border-radius:2px;background:linear-gradient(90deg,var(--gold,#d4af37),transparent)}.hero-heading{max-width:650px!important;font-size:clamp(48px,5.2vw,76px)!important;line-height:1.04!important;letter-spacing:.005em!important;text-wrap:balance}.hero-subheading{max-width:520px!important;margin-bottom:32px!important;font-size:16px!important;color:#ffffffe0!important}.hero-benefits{display:flex;flex-wrap:wrap;gap:10px 22px;margin-top:26px;padding-top:20px;border-top:1px solid rgba(255,255,255,.18)}.hero-benefit{display:inline-flex;align-items:center;gap:8px;color:#ffffffdb;font-size:11px;font-weight:600;letter-spacing:.11em;text-transform:uppercase;white-space:nowrap}.hero-benefit-icon{color:#d7b43c;font-size:11px}.whatsapp-widget{width:auto!important;height:auto!important}.whatsapp-popup{display:none!important}.whatsapp-fab{width:auto!important;min-width:58px!important;height:58px!important;min-height:58px!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;gap:0!important;padding:0 17px!important;text-decoration:none!important;border:2px solid rgba(255,255,255,.95)!important;border-radius:999px!important;background:#25d366!important;box-shadow:0 14px 38px #25d36652,0 4px 14px #00000029!important;transition:transform .25s ease,box-shadow .25s ease,padding .25s ease!important;overflow:hidden!important}.whatsapp-fab:hover{transform:translateY(-3px)!important;box-shadow:0 18px 44px #25d36661,0 6px 18px #0000002b!important}.whatsapp-fab-icon{flex:0 0 28px!important;width:28px!important;height:28px!important}.whatsapp-fab-label{display:inline-block;max-width:0;opacity:0;overflow:hidden;color:#fff;font-size:13px;font-weight:700;letter-spacing:.02em;white-space:nowrap;transition:max-width .3s ease,opacity .25s ease,margin-left .3s ease}.whatsapp-fab:hover .whatsapp-fab-label{max-width:110px;opacity:1;margin-left:9px}@media(min-width:991px){.site-header .header-inner{grid-template-columns:170px minmax(620px,1fr) 150px!important;min-height:86px!important}.site-header .logo-img{width:146px!important;max-width:146px!important;max-height:70px!important}.site-header .nav-list{max-width:760px!important}}@media(max-width:767px){.hero-section{min-height:76vh!important}.hero-content{padding:54px 0 48px!important}.hero-text{width:100%!important;max-width:100%!important;padding:30px 24px 28px!important;border-radius:20px!important;background:linear-gradient(160deg,#0a0805ad,#0a08056b 60%,#0a080533)!important}.hero-text:before{left:24px!important;top:22px!important}.hero-heading{font-size:clamp(39px,12vw,54px)!important}.hero-benefits{gap:9px 14px}.hero-benefit{font-size:9px;letter-spacing:.08em}.whatsapp-fab{width:54px!important;min-width:54px!important;height:54px!important;min-height:54px!important;padding:0!important}.whatsapp-fab-label{display:none!important}}.categories-section .section-eyebrow{font-size:14px!important;font-weight:700!important;letter-spacing:.22em!important}.product-card{cursor:pointer;transition:box-shadow var(--transition),transform var(--transition),border-color .3s ease}.product-card:hover{border-color:var(--card-accent-border,rgba(185,149,47,.65))!important}.product-card:focus{outline:2px solid var(--gold);outline-offset:2px}.product-card:focus:not(:focus-visible){outline:0}@media(hover:none){.product-card:active{transform:scale(.98);box-shadow:0 4px 16px #0000001f}.product-card-actions{opacity:1!important;transform:translate(0)!important}}@media(max-width:990px){.product-card-actions{opacity:1!important;transform:translate(0)!important}}.product-action-btn.product-try-on-btn{background:var(--gold);color:var(--white)}.product-action-btn.product-try-on-btn:hover{background:var(--gold-dark)}.btn-try-on{display:inline-flex;align-items:center;gap:8px;padding:14px 22px;border:2px solid var(--gold);background:0 0;color:var(--gold-dark);border-radius:var(--radius-md);font-family:var(--font-body);font-size:14px;font-weight:600;letter-spacing:.04em;cursor:pointer;transition:background var(--transition),color var(--transition),border-color var(--transition);white-space:nowrap}.btn-try-on:hover{background:var(--gold);color:var(--white)}.vto-modal{display:none;position:fixed;top:0;right:0;bottom:0;left:0;z-index:9999;align-items:center;justify-content:center}.vto-modal.open{display:flex}.vto-backdrop{position:absolute;top:0;right:0;bottom:0;left:0;background:#000000a6;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.vto-panel{position:relative;z-index:1;background:var(--white);border-radius:20px;width:min(92vw,680px);max-height:92vh;overflow-y:auto;padding:32px;box-shadow:0 32px 80px #00000038;animation:vtoSlideIn .3s cubic-bezier(.4,0,.2,1)}@keyframes vtoSlideIn{0%{opacity:0;transform:translateY(24px) scale(.97)}to{opacity:1;transform:none}}.vto-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:6px}.vto-title{font-family:var(--font-heading);font-size:22px;font-weight:500;color:var(--text-dark);margin:0}.vto-subtitle{font-size:13px;color:var(--text-muted);margin:0 0 20px}.vto-close{width:36px;height:36px;border-radius:50%;background:var(--cream-dark);display:flex;align-items:center;justify-content:center;color:var(--text-dark);cursor:pointer;flex-shrink:0;transition:background var(--transition)}.vto-close:hover{background:var(--gold-light,#f5e6b3)}.vto-tabs{display:flex;gap:8px;margin-bottom:20px;border-bottom:2px solid var(--cream-dark);padding-bottom:0}.vto-tab{display:inline-flex;align-items:center;gap:6px;padding:10px 18px;font-size:13px;font-weight:600;color:var(--text-muted);border-bottom:2px solid transparent;margin-bottom:-2px;cursor:pointer;transition:color var(--transition),border-color var(--transition);background:0 0;border-top:none;border-left:none;border-right:none}.vto-tab.active{color:var(--gold-dark);border-bottom-color:var(--gold)}.vto-panel-inner{display:none}.vto-panel-inner.active{display:block}.vto-viewport{position:relative;width:100%;aspect-ratio:4/3;background:#111;border-radius:14px;overflow:hidden;-webkit-user-select:none;user-select:none}.vto-video{width:100%;height:100%;object-fit:cover;transform:scaleX(-1)}.vto-user-photo{width:100%;height:100%;object-fit:contain;object-position:center top}.vto-overlay{position:absolute;width:40%;left:50%;top:30%;transform:translate(-50%,-50%);opacity:.88;cursor:move;touch-action:none;filter:drop-shadow(0 4px 16px rgba(0,0,0,.3));transition:none}.vto-controls-overlay{position:absolute;bottom:14px;left:50%;transform:translate(-50%);display:flex;align-items:center;gap:10px;background:#00000080;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);border-radius:24px;padding:8px 16px}.vto-slider{width:120px;accent-color:var(--gold)}.vto-slider-label{color:#fff;font-size:11px;font-weight:600;letter-spacing:.06em;text-transform:uppercase}.vto-drag-hint{position:absolute;top:12px;left:50%;transform:translate(-50%);background:#00000073;color:#fff;font-size:11px;padding:4px 12px;border-radius:12px;pointer-events:none;animation:fadeOutHint 2.5s ease forwards;animation-delay:1.5s}@keyframes fadeOutHint{to{opacity:0}}.vto-camera-actions{display:flex;gap:12px;margin-top:16px;flex-wrap:wrap}.vto-note{font-size:11px;color:var(--text-muted);margin-top:10px;display:flex;align-items:center;gap:6px}.vto-note:before{content:"\1f512";font-size:12px}.vto-upload-zone{border:2px dashed var(--gold);border-radius:14px;padding:48px 24px;text-align:center;cursor:pointer;background:#b9952f0a;transition:background var(--transition),border-color var(--transition)}.vto-upload-zone.dragover{background:#b9952f1a;border-color:var(--gold-dark)}.vto-upload-zone p{margin-top:12px;font-size:14px;color:var(--text-muted)}.vto-file-label{color:var(--gold-dark);font-weight:600;cursor:pointer;text-decoration:underline;text-underline-offset:2px}.vto-file-input{position:absolute;opacity:0;width:0;height:0}.vto-upload-btns{display:flex;gap:12px;margin-top:16px;flex-wrap:wrap}@media(max-width:600px){.vto-panel{padding:20px 16px;border-radius:16px 16px 0 0;max-height:96vh;width:100vw;position:fixed;bottom:0;left:0;animation:vtoSlideUp .3s cubic-bezier(.4,0,.2,1)}@keyframes vtoSlideUp{0%{transform:translateY(100%)}to{transform:none}}.vto-modal{align-items:flex-end}.vto-viewport{aspect-ratio:3/4}.vto-slider{width:100px}.btn-try-on{width:100%;justify-content:center}}.color-swatch[title]:hover:after{content:attr(title);position:absolute;bottom:calc(100% + 8px);left:50%;transform:translate(-50%);background:#141008e0;color:#fff;font-size:10px;font-weight:500;padding:4px 10px;border-radius:6px;white-space:nowrap;pointer-events:none;z-index:10;font-family:var(--font-body)}.product-info-tabs{margin:64px 0 0;padding:72px 0 80px;background:linear-gradient(180deg,var(--cream) 0,#fff 50%,var(--cream) 100%);position:relative}.product-info-tabs:after,.product-info-tabs:before{content:"";position:absolute;left:50%;transform:translate(-50%);width:1px;height:56px}.product-info-tabs:before{top:0;background:linear-gradient(to bottom,transparent,var(--gold))}.product-info-tabs:after{bottom:0;background:linear-gradient(to top,transparent,var(--gold))}.pinfo-tabnav{display:flex;align-items:center;justify-content:center;gap:clamp(28px,6vw,56px);max-width:720px;margin:0 auto 44px;border-bottom:1px solid rgba(17,17,17,.08);padding:0 24px}.pinfo-tab{-webkit-appearance:none;appearance:none;background:0 0;border:none;cursor:pointer;padding:0 2px 18px;font-family:var(--font-heading);font-size:clamp(17px,2.2vw,21px);font-weight:400;color:var(--text-muted);letter-spacing:.01em;position:relative;transition:color .2s ease}.pinfo-tab:after{content:"";position:absolute;left:0;right:0;bottom:-1px;height:2px;background:var(--gold);transform:scaleX(0);transition:transform .25s ease}.pinfo-tab:hover,.pinfo-tab.is-active{color:var(--text-dark)}.pinfo-tab.is-active:after{transform:scaleX(1)}.pinfo-panel{display:none;animation:pinfoFade .3s ease}.pinfo-panel.is-active{display:block}@keyframes pinfoFade{0%{opacity:0;transform:translateY(6px)}to{opacity:1;transform:translateY(0)}}.faq-list{max-width:720px;margin:0 auto;padding:0 24px;display:flex;flex-direction:column;gap:12px}.faq-item{border:none;border-bottom:1px solid rgba(17,17,17,.09);padding:0;background:0 0}.faq-item:first-child{border-top:1px solid rgba(17,17,17,.09)}.faq-item[open] .faq-q-text{color:var(--gold-dark,var(--gold))}.faq-question{cursor:pointer;list-style:none;display:flex;align-items:center;justify-content:space-between;gap:20px;padding:22px 2px;font-family:var(--font-heading);font-weight:400;color:var(--text-dark);font-size:17px;transition:padding .2s ease}.faq-question::-webkit-details-marker{display:none}.faq-question::marker{content:""}.faq-q-text{transition:color .2s ease}.faq-icon{flex-shrink:0;width:20px;height:20px;display:flex;align-items:center;justify-content:center;font-size:20px;font-weight:300;line-height:1;color:var(--text-dark);transition:color .2s ease,transform .25s ease}.faq-icon:before{content:"+"}.faq-item[open] .faq-icon{color:var(--gold-dark,var(--gold));transform:rotate(45deg)}.faq-answer{padding:0 28px 24px 2px;color:var(--text-muted);font-size:14.5px;line-height:1.75}.product-description.rte{max-width:980px;margin:0 auto;padding:0 24px;text-align:center}.pdesc-inner{display:flex;flex-direction:column;align-items:center;width:100%;gap:0}.pdesc-para{max-width:740px;width:100%;text-align:center;font-size:15px;color:var(--text-mid);line-height:2;margin:0 0 18px}.pdesc-para p{margin:0 0 10px;text-align:center}.pdesc-para:last-child{margin-bottom:0}.pdesc-para a{color:var(--gold-dark);text-decoration:underline;text-underline-offset:3px}.pdesc-para b,.pdesc-para strong{color:var(--text-dark);font-weight:600}.pdesc-divider-row{display:flex;align-items:center;gap:16px;width:100%;max-width:640px;margin:28px 0}.pdesc-divider-line{flex:1;height:1px;background:linear-gradient(90deg,transparent,var(--gold),transparent)}.pdesc-divider-label{font-size:10px;font-weight:700;letter-spacing:.2em;text-transform:uppercase;color:var(--gold-dark);white-space:nowrap;flex-shrink:0}.pdesc-heading-wrap{text-align:center;margin:12px 0 22px;width:100%}.pdesc-heading{font-family:var(--font-heading);font-size:clamp(18px,3vw,28px);font-weight:400;color:var(--text-dark);margin:0;display:inline-block}.pdesc-heading:after{content:"";display:block;width:48px;height:2px;background:var(--gold);margin:10px auto 0;border-radius:2px}.pdesc-spec-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(170px,1fr));gap:14px;width:100%;max-width:920px;margin:8px 0 4px}.pdesc-spec-card{background:#fff;border:1px solid rgba(185,149,47,.2);border-radius:16px;padding:22px 16px 18px;text-align:center;position:relative;overflow:hidden;transition:border-color .22s,box-shadow .22s,transform .22s;cursor:default}.pdesc-spec-card:before{content:"";position:absolute;top:0;left:0;right:0;height:3px;background:linear-gradient(90deg,var(--gold-dark),var(--gold),var(--gold-dark));opacity:0;transition:opacity .22s}.pdesc-spec-card:hover{border-color:#b9952f80;box-shadow:0 8px 28px #b9952f24;transform:translateY(-3px)}.pdesc-spec-card:hover:before{opacity:1}.pdesc-spec-key{display:block;font-size:9.5px;font-weight:700;letter-spacing:.2em;text-transform:uppercase;color:var(--gold-dark);margin-bottom:10px;line-height:1.3}.pdesc-spec-val{display:block;font-size:14px;font-weight:400;color:var(--text-dark);line-height:1.55}.pdesc-tag-row{display:flex;flex-wrap:wrap;justify-content:center;gap:10px;margin:4px 0 20px;max-width:820px;width:100%}.pdesc-tag{display:inline-block;background:#b9952f12;border:1px solid rgba(185,149,47,.25);color:var(--text-dark);font-size:13px;line-height:1.4;padding:7px 18px;border-radius:999px;transition:background .2s,border-color .2s}.pdesc-tag:hover{background:#b9952f2e;border-color:var(--gold)}.pdesc-img-wrap{width:100%;max-width:700px;margin:14px 0 22px}.pdesc-img{width:100%;border-radius:16px;display:block;box-shadow:0 8px 32px #00000017}.pdesc-hr-wrap{margin:20px 0;width:100%;text-align:center}.pdesc-hr-dots{font-size:8px;color:var(--gold);letter-spacing:14px}.pdesc-takeaways-card{max-width:600px;margin:12px auto 4px;padding:28px 8px 4px;border-top:1px solid rgba(185,149,47,.25);border-bottom:1px solid rgba(185,149,47,.25)}.pdesc-takeaways-header{display:flex;align-items:center;justify-content:center;gap:8px;font-size:10.5px;font-weight:700;letter-spacing:.22em;text-transform:uppercase;color:var(--gold-dark,var(--gold));margin-bottom:22px}.pdesc-takeaways-icon{display:none}.pdesc-takeaways-list{list-style:none;margin:0;padding:0 0 24px;display:flex;flex-direction:column;gap:16px}.pdesc-takeaway-item{display:flex;align-items:flex-start;gap:14px;text-align:left;font-size:14.5px;line-height:1.65;color:var(--text-dark)}.pdesc-takeaway-check{flex-shrink:0;width:auto;height:auto;border-radius:0;background:0 0;color:var(--gold-dark,var(--gold));font-size:14px;font-weight:700;margin-top:2px}.pdesc-gap{height:16px}.product-description.rte:not(.desc-reformatted) *{text-align:center!important}.product-description.rte:not(.desc-reformatted) ol,.product-description.rte:not(.desc-reformatted) ul{display:inline-block;text-align:left!important}.product-description.rte:not(.desc-reformatted) img{display:block;margin:20px auto;border-radius:12px}@media(max-width:768px){.product-info-tabs{padding:52px 0 44px}.pdesc-spec-grid{grid-template-columns:repeat(2,1fr);gap:10px}.pdesc-para{font-size:14px;line-height:1.85}}@media(max-width:480px){.product-description.rte{padding:0 14px}.pdesc-spec-grid{grid-template-columns:repeat(2,1fr);gap:8px}.pdesc-spec-card{padding:16px 12px 14px}.pdesc-spec-key{font-size:9px;letter-spacing:.14em}.pdesc-spec-val{font-size:13px}.pdesc-tag{font-size:12px;padding:6px 13px}.color-swatch{width:34px;height:34px}}@media(max-width:360px){.pdesc-spec-grid{grid-template-columns:1fr}}.hero-smart .hero-trust-row{display:flex;flex-wrap:wrap;gap:10px;margin-top:28px}.hero-trust-pill{display:inline-flex;align-items:center;gap:6px;background:#ffffff24;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border:1px solid rgba(255,255,255,.28);border-radius:999px;padding:7px 16px;font-size:12px;font-weight:500;color:#fff;letter-spacing:.03em}.hero-trust-pill svg{flex-shrink:0;opacity:.85}.hero-product-spots{position:absolute;right:6%;top:auto;bottom:64px;transform:none;display:flex;flex-direction:column;gap:0;pointer-events:none;background:#0a080580;backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);border:1px solid rgba(212,175,55,.35);border-radius:18px;padding:4px;box-shadow:0 24px 64px #00000059;animation:heroSpotFloat 5s ease-in-out infinite}.hero-spot{display:flex;align-items:center;gap:10px;background:transparent;border:none;border-bottom:1px solid rgba(255,255,255,.12);border-radius:0;padding:13px 20px;color:#fff;font-size:13px;font-weight:600;white-space:nowrap;min-width:200px;animation:none}.hero-spot:last-child{border-bottom:none}.hero-spot-1,.hero-spot-2,.hero-spot-3{animation-delay:0s}@keyframes heroSpotFloat{0%,to{transform:translateY(0)}50%{transform:translateY(-8px)}}@media(max-width:900px){.hero-product-spots{display:none}}.ugc-section{padding:96px 0 80px;background:#faf6f0}.ugc-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:20px;margin-top:48px}.ugc-card{background:#fff;border-radius:20px;overflow:hidden;box-shadow:0 4px 20px #00000012;transition:transform .25s,box-shadow .25s;cursor:pointer}.ugc-card:hover{transform:translateY(-5px);box-shadow:0 12px 40px #00000021}.ugc-play-btn{background:0 0;border:none;padding:0;width:100%;text-align:left;cursor:pointer}.ugc-thumb-wrap{position:relative;aspect-ratio:3/4;overflow:hidden;background:#f0e8d8}.ugc-thumb{width:100%;height:100%;object-fit:cover;display:block;transition:transform .4s}.ugc-card:hover .ugc-thumb{transform:scale(1.05)}.ugc-thumb-placeholder{width:100%;height:100%;background:linear-gradient(135deg,#e8dcc8 0,#d4c4a0)}.ugc-demo-1{background:linear-gradient(135deg,#b8d4e8 0,#90b8d4)}.ugc-demo-2{background:linear-gradient(135deg,#e8c8b8 0,#d4a890)}.ugc-demo-3{background:linear-gradient(135deg,#c8e8c8 0,#90c890)}.ugc-demo-4{background:linear-gradient(135deg,#e8d0c8 0,#d4b0a0)}.ugc-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(180deg,transparent 40%,rgba(0,0,0,.5) 100%);display:flex;align-items:center;justify-content:center;transition:background .25s}.ugc-card:hover .ugc-overlay{background:linear-gradient(180deg,#00000026 0,#0000008c)}.ugc-play-circle{width:56px;height:56px;border-radius:50%;background:#fff3;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border:2px solid rgba(255,255,255,.6);display:flex;align-items:center;justify-content:center;color:#fff;transition:background .25s,transform .25s}.ugc-card:hover .ugc-play-circle{background:#d4af37d9;transform:scale(1.1)}.ugc-meta{padding:16px 16px 20px}.ugc-author{display:flex;align-items:center;gap:10px;margin-bottom:10px}.ugc-avatar{width:34px;height:34px;border-radius:50%;background:var(--gold);color:#fff;font-size:14px;font-weight:700;display:flex;align-items:center;justify-content:center;flex-shrink:0}.ugc-author-info{flex:1;min-width:0}.ugc-author-name{display:block;font-size:13px;font-weight:600;color:var(--text-dark);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.ugc-author-location{display:block;font-size:11px;color:var(--text-muted)}.ugc-stars{display:flex;gap:1px;flex-shrink:0}.ugc-product-tag{display:inline-flex;align-items:center;gap:5px;font-size:10.5px;font-weight:600;letter-spacing:.06em;text-transform:uppercase;color:var(--gold-dark);border:1px solid rgba(185,149,47,.3);background:#b9952f0f;border-radius:999px;padding:4px 12px;margin-bottom:8px}.ugc-caption{font-size:12.5px;color:var(--text-mid);line-height:1.55;margin:0;font-style:italic}.ugc-lightbox{position:fixed;top:0;right:0;bottom:0;left:0;z-index:9999;display:flex;align-items:center;justify-content:center}.ugc-lightbox[hidden]{display:none}.ugc-lightbox-backdrop{position:absolute;top:0;right:0;bottom:0;left:0;background:#000000d1;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px)}.ugc-lightbox-inner{position:relative;width:min(90vw,800px);background:#111;border-radius:16px;overflow:hidden}.ugc-lightbox-close{position:absolute;top:12px;right:16px;z-index:2;background:#ffffff26;border:none;color:#fff;width:36px;height:36px;border-radius:50%;font-size:22px;line-height:1;cursor:pointer;display:flex;align-items:center;justify-content:center}.ugc-lightbox-close:hover{background:#ffffff4d}.ugc-lightbox-video-wrap{position:relative;padding-bottom:56.25%;height:0}.ugc-lightbox-video-wrap iframe{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;border:none}@media(max-width:768px){.ugc-grid{grid-template-columns:1fr;gap:14px}.ugc-section{padding:64px 0 56px}.ugc-card{display:flex;flex-direction:row;border-radius:16px;overflow:hidden}.ugc-play-btn{display:flex;flex-direction:row;width:100%;min-height:0}.ugc-thumb-wrap{width:130px;min-width:130px;flex-shrink:0;aspect-ratio:unset;height:168px;border-radius:0}.ugc-meta{flex:1;min-width:0;padding:12px;display:flex;flex-direction:column;justify-content:center;overflow:hidden}.ugc-author-name{font-size:12px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.ugc-author-location{font-size:10px}.ugc-product-tag{font-size:9.5px;padding:3px 8px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:100%}.ugc-caption{font-size:11px;line-height:1.45;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.ugc-stars{gap:1px}.ugc-avatar{width:28px;height:28px;font-size:12px}}@media(max-width:480px){.ugc-grid{gap:10px}.ugc-thumb-wrap{width:110px;min-width:110px;height:148px}.ugc-meta{padding:10px}.ugc-caption{-webkit-line-clamp:2}}.upsell-section{padding:88px 0 72px;background:linear-gradient(180deg,#fff 0,var(--cream) 100%)}.upsell-bundle-banner{display:flex;align-items:center;justify-content:center;gap:10px;background:linear-gradient(90deg,#b9952f1a,#b9952f33,#b9952f1a);border:1px solid rgba(185,149,47,.35);border-radius:999px;padding:12px 28px;font-size:13px;font-weight:600;color:var(--gold-dark);margin:0 auto 48px;max-width:fit-content}.upsell-bundle-banner svg{color:var(--gold)}.upsell-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(240px,1fr));gap:24px;margin-top:0}.upsell-card{background:#fff;border-radius:20px;overflow:hidden;border:1px solid rgba(185,149,47,.15);box-shadow:0 4px 16px #0000000f;transition:transform .25s,box-shadow .25s,border-color .25s;position:relative}.upsell-card:hover{transform:translateY(-6px);box-shadow:0 16px 48px #0000001f;border-color:#b9952f66}.upsell-badge{position:absolute;top:14px;left:14px;z-index:2;background:var(--gold);color:#fff;font-size:10px;font-weight:700;letter-spacing:.1em;text-transform:uppercase;padding:4px 12px;border-radius:999px;box-shadow:0 2px 8px #b9952f66}.upsell-img-wrap{aspect-ratio:1;overflow:hidden;background:#f5f0e8}.upsell-img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .4s}.upsell-card:hover .upsell-img{transform:scale(1.05)}.upsell-img-placeholder{width:100%;height:100%;background:linear-gradient(135deg,#e8dcc8 0,#d4c4a0)}.upsell-demo-1{background:linear-gradient(135deg,#b8d4e8,#90b8d4)}.upsell-demo-2{background:linear-gradient(135deg,#e8d0b8,#d4b090)}.upsell-demo-3{background:linear-gradient(135deg,#c8d8e8,#a0b8c8)}.upsell-info{padding:16px 18px 20px}.upsell-stars{display:flex;align-items:center;gap:2px;margin-bottom:8px}.upsell-review-count{font-size:11px;color:var(--text-muted);margin-left:4px}.upsell-title{font-size:15px;font-weight:600;color:var(--text-dark);margin:0 0 6px;line-height:1.4}.upsell-title a{color:inherit;text-decoration:none}.upsell-benefit{font-size:12.5px;color:var(--text-mid);margin:0 0 12px;line-height:1.5;font-style:italic}.upsell-price-row{display:flex;align-items:baseline;gap:8px;margin-bottom:14px;flex-wrap:wrap}.upsell-price{font-size:17px;font-weight:700;color:var(--text-dark)}.upsell-compare{font-size:13px;color:var(--text-muted)}.upsell-save-pct{font-size:11px;font-weight:700;color:#2e7d32;background:#e8f5e9;border-radius:999px;padding:2px 9px}.upsell-atc-btn{width:100%;font-size:13px;padding:11px 16px;gap:8px}.upsell-atc-btn:hover{transform:none}@media(max-width:768px){.upsell-grid{grid-template-columns:repeat(2,1fr);gap:14px}.upsell-section{padding:60px 0 52px}}@media(max-width:480px){.upsell-grid{grid-template-columns:repeat(2,1fr);gap:10px}.upsell-info{padding:12px 13px 16px}.upsell-title{font-size:13px}}.reviews-summary-row{display:flex;align-items:center;justify-content:center;gap:28px;flex-wrap:wrap;margin-top:20px;margin-bottom:4px}.reviews-aggregate{display:flex;align-items:center;gap:14px}.reviews-big-score{font-family:var(--font-heading);font-size:56px;font-weight:400;color:var(--text-dark);line-height:1}.reviews-aggregate-right{display:flex;flex-direction:column;gap:4px}.reviews-stars-row{display:flex;gap:2px}.reviews-total-count{font-size:12px;color:var(--text-muted)}.reviews-badges{display:flex;gap:10px;flex-wrap:wrap;justify-content:center}.reviews-badge-pill{display:inline-flex;align-items:center;gap:6px;border:1px solid rgba(185,149,47,.3);border-radius:999px;background:#b9952f0d;color:var(--gold-dark);font-size:11.5px;font-weight:600;padding:6px 14px}.testimonial-card-featured{grid-column:span 2;background:linear-gradient(135deg,#d4af370d 0,#d4af371f);border-color:#d4af3766!important}@media(max-width:768px){.testimonial-card-featured{grid-column:span 1}}.testimonial-photo-row{margin-bottom:14px}.testimonial-product-photo-wrap{position:relative;display:inline-block}.testimonial-product-photo{width:80px;height:80px;border-radius:12px;object-fit:cover;border:2px solid rgba(185,149,47,.3)}.testimonial-photo-badge{position:absolute;bottom:-5px;right:-5px;width:20px;height:20px;border-radius:50%;background:#d4af37;color:#fff;display:flex;align-items:center;justify-content:center}.testimonial-review-title{font-size:15px;font-weight:700;color:var(--text-dark);margin:8px 0 6px;line-height:1.3}.testimonial-text{font-size:14px;line-height:1.7;color:var(--text-mid);margin:0 0 12px;font-style:italic}.testimonial-product-tag{display:inline-flex;align-items:center;gap:5px;font-size:10px;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:var(--gold-dark);border:1px solid rgba(185,149,47,.25);background:#b9952f0f;border-radius:999px;padding:3px 10px;margin-bottom:14px}.testimonial-verified-icon{flex-shrink:0;margin-left:auto}.why-section{padding:88px 0 80px;background:#fff;position:relative}.why-section:before{content:"";position:absolute;top:0;left:50%;transform:translate(-50%);width:80px;height:3px;background:linear-gradient(90deg,transparent,var(--gold),transparent)}.why-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px;margin-top:52px}@media(max-width:900px){.why-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:560px){.why-grid{grid-template-columns:1fr;gap:16px}}.why-card{padding:36px 28px 30px;border:1px solid rgba(185,149,47,.15);border-radius:20px;text-align:center;position:relative;overflow:hidden;transition:border-color .25s,box-shadow .25s,transform .25s;background:#fff}.why-card:before{content:"";position:absolute;top:0;left:0;right:0;height:3px;background:linear-gradient(90deg,transparent,var(--gold),transparent);opacity:0;transition:opacity .25s}.why-card:hover{border-color:#b9952f66;box-shadow:0 12px 40px #b9952f1a;transform:translateY(-5px)}.why-card:hover:before{opacity:1}.why-card.true{background:linear-gradient(135deg,#d4af370f,#d4af3724);border-color:#b9952f59}.why-icon-wrap{width:72px;height:72px;border-radius:50%;background:#b9952f1a;color:var(--gold-dark);display:flex;align-items:center;justify-content:center;margin:0 auto 20px;transition:background .25s,transform .25s}.why-card:hover .why-icon-wrap{background:var(--gold);color:#fff;transform:scale(1.1)}.why-card-title{font-family:var(--font-heading);font-size:18px;font-weight:400;color:var(--text-dark);margin:0 0 10px}.why-card-body{font-size:13.5px;color:var(--text-mid);line-height:1.7;margin:0 0 16px}.why-stat{display:inline-block;background:#b9952f1a;border:1px solid rgba(185,149,47,.2);color:var(--gold-dark);font-size:11px;font-weight:700;letter-spacing:.1em;text-transform:uppercase;padding:5px 14px;border-radius:999px}.why-cta-wrap{text-align:center;margin-top:56px}.why-cta-btn{padding:16px 48px;font-size:14px;letter-spacing:.12em}@media(max-width:768px){.why-section{padding:60px 0 56px}.why-card{padding:28px 20px 24px}.why-card-title{font-size:16px}}.btn-outline-gold{display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:14px 28px;border-radius:var(--radius-sm);font-size:11px;font-weight:700;letter-spacing:.16em;text-transform:uppercase;color:var(--gold);background:0 0;border:2px solid var(--gold);cursor:pointer;text-decoration:none;transition:background .22s,color .22s,border-color .22s,transform .22s}.btn-outline-gold:hover{background:var(--gold);color:#1a1507;transform:translateY(-2px)}.hero-section .btn-outline-gold{color:#d4af37;border-color:#d4af37}.hero-section .btn-outline-gold:hover{background:#d4af37;color:#111;border-color:#d4af37}.ugc-demo-hint{position:absolute;bottom:10px;left:50%;transform:translate(-50%);background:#0000008c;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);color:#ffffffbf;font-size:9px;font-weight:600;letter-spacing:.08em;text-transform:uppercase;padding:4px 12px;border-radius:999px;white-space:nowrap;pointer-events:none;opacity:0;transition:opacity .25s}.ugc-card:hover .ugc-demo-hint{opacity:1}[id^=TFPremiumFooter-] .tf-footer-nav a,[id^=TFPremiumFooter-] .tf-footer-nav li a{color:#ffffffb8!important;text-decoration:none}[id^=TFPremiumFooter-] .tf-footer-nav a:hover,[id^=TFPremiumFooter-] .tf-footer-nav li a:hover{color:#d4af37!important}[id^=TFPremiumFooter-] .tf-footer-contact-button{color:#d4af37!important;background:0 0!important;border:1.5px solid rgba(212,175,55,.7)!important}[id^=TFPremiumFooter-] .tf-footer-contact-button:hover{background:#d4af371f!important;border-color:#d4af37!important;color:#d4af37!important}[id^=TFPremiumFooter-] .tf-footer-contact-button svg{stroke:#d4af37!important}.hero-product-spots{background:#0a080580!important;border-color:#d4af3766!important}@media(max-width:768px){.cart-drawer-header{padding:18px 16px}.cart-drawer-body{padding:14px 16px}.cart-drawer-footer{padding:16px;gap:10px}.cart-free-shipping-banner{font-size:11.5px;padding:9px 12px;gap:7px}.cart-view-bag-btn{padding:12px 16px;font-size:11px}.cart-shipping-note{font-size:11px}.cart-subtotal-price{font-size:17px}.cart-item-title{font-size:13px}.cart-item-img{width:72px;height:84px}.cart-item-img-wrap{width:72px}.product-card-swatches{gap:4px}.product-card-style-label{font-size:9px;padding:2px 6px}.hero-trust-row{gap:7px}.hero-trust-pill{font-size:10.5px;padding:6px 12px}.hero-cta-group{flex-direction:column;gap:10px}.hero-cta-group .btn{width:100%;text-align:center;justify-content:center}.ugc-section{padding:52px 0 44px}.ugc-play-circle{width:44px;height:44px}.upsell-section{padding:52px 0 44px}.upsell-grid{grid-template-columns:repeat(2,1fr);gap:12px}.upsell-info{padding:12px 12px 14px}.upsell-title{font-size:13px}.upsell-benefit{font-size:11.5px;display:none}.upsell-atc-btn{font-size:11.5px;padding:10px 8px}.why-section{padding:52px 0 48px}.why-grid{grid-template-columns:repeat(2,1fr);gap:14px}.why-card{padding:24px 16px 20px}.why-card-title{font-size:14px}.why-card-body{font-size:12.5px}.why-icon-wrap{width:56px;height:56px}.reviews-summary-row{flex-direction:column;gap:14px;align-items:center}.reviews-big-score{font-size:44px}.testimonials-grid{grid-template-columns:1fr}.testimonial-card-featured{grid-column:span 1}.ugc-lightbox-inner{width:95vw;border-radius:12px}.upsell-bundle-banner{font-size:11px;padding:10px 18px;text-align:center}}@media(max-width:480px){.hero-trust-row{display:none}.upsell-grid{grid-template-columns:repeat(2,1fr);gap:8px}.why-grid{grid-template-columns:1fr;gap:10px}.why-card{padding:20px 14px 16px}.why-cta-btn{width:100%}.hero-heading{font-size:clamp(28px,8vw,44px)!important}.hero-subheading{font-size:13px!important}}html[dir=rtl] body{direction:rtl;text-align:right;font-family:"Cairo",var(--font-body)}html[dir=rtl] .hero-heading,html[dir=rtl] .section-title,html[dir=rtl] .product-info-title,html[dir=rtl] h1,html[dir=rtl] h2,html[dir=rtl] h3{font-family:"Cairo",var(--font-heading)}html[dir=rtl] .tf-header__container,html[dir=rtl] .tf-header__desktop-navigation{direction:rtl}html[dir=rtl] .tf-currency-list{right:auto;left:0}html[dir=rtl] .tf-cf-lang{border-right:none;border-left:1px solid rgba(199,162,43,.35);padding-right:0;padding-left:6px;margin-right:0;margin-left:2px}html[dir=rtl] .tf-mobile-menu__panel{transform:translate(103%);box-shadow:-26px 0 65px #0003}html[dir=rtl] .tf-mobile-menu.is-open .tf-mobile-menu__panel{transform:translate(0)}html[dir=rtl] .tf-mobile-menu__account-arrow{margin-left:0;margin-right:auto;transform:scaleX(-1)}html[dir=rtl] .hero-text{text-align:right}html[dir=rtl] .hero-text:before{left:auto;right:48px}html[dir=rtl] .hero-product-spots{right:auto;left:6%}html[dir=rtl] .category-card-info{text-align:right}html[dir=rtl] .category-card-cta svg,html[dir=rtl] .why-cta-btn svg{transform:scaleX(-1)}html[dir=rtl] .product-grid{direction:rtl}html[dir=rtl] .product-card-badges{left:auto;right:12px}html[dir=rtl] .product-card-swatches,html[dir=rtl] .product-trust-badges{direction:rtl}html[dir=rtl] .recent-activity-popup{left:auto;right:20px}html[dir=rtl] .recent-activity-popup__close{right:auto;left:8px}@media(max-width:749px){html[dir=rtl] .recent-activity-popup{right:12px;left:12px}}html[dir=rtl] .whatsapp-fab{right:auto;left:20px}html[dir=rtl] .cart-drawer{right:auto!important;left:-100vw!important}html[dir=rtl] .cart-drawer.open{left:0!important}html[dir=rtl] input,html[dir=rtl] textarea,html[dir=rtl] select{text-align:right}html[dir=rtl] .qty-control{direction:rtl}html[dir=rtl] .tf-footer-column{text-align:right}html[dir=rtl] .tf-footer-social{direction:rtl}html[dir=rtl] .btn svg polyline,html[dir=rtl] .btn-outline-dark svg{transform:scaleX(-1)}:root{--color-black:#111111;--color-ink:#1c1c1c;--color-gold:#c7a52b;--color-gold-dark:#9e7d13;--color-cream:#f8f5ef;--color-beige:#eee8dd;--color-white:#ffffff;--color-border:rgba(17,17,17,.12);--color-muted:#6f6f6f;--radius-sm:8px;--radius-md:14px;--shadow-soft:0 14px 40px rgba(17,17,17,.08)}html{scroll-behavior:smooth}body{color:var(--color-ink);background:var(--color-white);overflow-x:hidden}body.cart-open,body.menu-open,body.modal-open{overflow:hidden}.visually-hidden{position:absolute!important;width:1px!important;height:1px!important;padding:0!important;margin:-1px!important;overflow:hidden!important;clip:rect(0,0,0,0)!important;white-space:nowrap!important;border:0!important}:focus-visible{outline:2px solid var(--color-gold-dark);outline-offset:3px}.announcement-bar{min-height:30px;height:30px;display:flex;align-items:center;justify-content:center;overflow:hidden}.announcement-bar p{margin:0;font-size:11px;line-height:1;letter-spacing:.18em;text-transform:uppercase;white-space:nowrap}.site-header{border-top:0!important;background:#fff!important;box-shadow:0 5px 24px #1111110e!important}.site-header.header-sticky,.site-header.sticky{position:sticky;top:0}.header-inner{min-height:82px!important;padding-block:8px!important;grid-template-columns:minmax(170px,1fr) auto minmax(170px,1fr)!important;gap:24px!important}.header-logo{justify-content:flex-start!important;min-width:0}.logo-img{width:min(var(--logo-width),190px)!important;max-width:190px!important;max-height:66px!important;object-fit:contain}.header-nav{justify-self:center}.nav-list{gap:clamp(22px,3vw,48px)!important}.nav-link{position:relative;font-size:12px!important;letter-spacing:.16em!important}.nav-link:after{content:"";position:absolute;left:0;right:0;bottom:-9px;height:1px;background:var(--color-gold);transform:scaleX(0);transition:transform .25s ease}.nav-link.active:after,.nav-link:hover:after{transform:scaleX(1)}.header-actions{justify-content:flex-end!important;gap:6px!important}.header-icon-btn{width:42px!important;height:42px!important;border-radius:50%;background:0 0!important}.header-icon-btn:hover{background:var(--color-cream)!important;color:var(--color-gold-dark)!important}.cart-count{min-width:17px!important;height:17px!important;padding:0 4px!important;font-size:10px!important;top:2px!important;right:1px!important}.hero-section{min-height:clamp(590px,76vh,790px)!important}.hero-overlay{background:linear-gradient(90deg,#0808089e 0,#08080857 48%,#08080814)!important}.hero-text{max-width:650px!important;padding:30px 0}.hero-heading{max-width:640px;font-size:clamp(46px,5.2vw,78px)!important;line-height:.98!important;text-wrap:balance}.hero-subheading{max-width:590px;font-size:clamp(15px,1.3vw,18px)!important;line-height:1.7!important}.hero-cta-group{gap:14px!important;flex-wrap:wrap}.hero-benefits{margin-top:26px!important;display:flex;flex-wrap:wrap;gap:14px 24px!important}.hero-benefit{font-size:12px!important;letter-spacing:.08em}.btn,button,input,select,textarea{font-family:var(--font-body)}.btn{min-height:48px;padding:13px 25px;border-radius:var(--radius-sm)!important;display:inline-flex;align-items:center;justify-content:center;line-height:1.15;transition:transform .2s ease,box-shadow .2s ease,background .2s ease,border-color .2s ease}.btn:hover{transform:translateY(-1px)}.btn:disabled{opacity:.55;cursor:not-allowed;transform:none}.collection-page{padding-top:0!important}.collection-intro{background:linear-gradient(180deg,#fff 0,var(--color-cream) 100%);border-bottom:1px solid var(--color-border)}.collection-intro-inner{padding-top:clamp(46px,6vw,82px);padding-bottom:clamp(34px,5vw,60px);text-align:center}.collection-eyebrow{margin:0 0 10px;color:var(--color-gold-dark);font-size:11px;font-weight:600;letter-spacing:.18em;text-transform:uppercase}.collection-title{margin:0;font-family:var(--font-heading);font-size:clamp(38px,5vw,62px);font-weight:500;line-height:1.05}.collection-description{max-width:720px;margin:14px auto 0;color:var(--color-muted);line-height:1.7}.collection-toolbar{margin-top:32px!important;padding:0 0 18px!important;border-bottom:1px solid var(--color-border)!important}.collection-sort{display:flex;align-items:center;gap:10px}.sort-select{min-height:44px;border:1px solid var(--color-border);border-radius:8px;background:#fff;padding:0 38px 0 13px}.product-grid{gap:clamp(14px,2vw,26px)!important}.product-card{height:100%;border:1px solid var(--color-border)!important;border-radius:var(--radius-md)!important;background:#fff;overflow:hidden;box-shadow:none!important;transition:border-color .25s ease,box-shadow .25s ease,transform .25s ease}.product-card:hover{border-color:#c7a52bb8!important;box-shadow:var(--shadow-soft)!important;transform:translateY(-3px)}.product-card-image-wrap,.product-card-img-wrap{overflow:hidden;background:#fff}.product-card img{transition:transform .45s ease}.product-card:hover img{transform:scale(1.035)}.product-card-content,.product-card-info{padding:16px 16px 18px!important;display:flex;flex-direction:column;min-height:132px}.product-card-title{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;min-height:2.8em}.product-card-price{margin-top:auto}.product-badge{border-radius:999px!important;padding:5px 9px!important;font-size:10px!important;letter-spacing:.08em}.discount-popup-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:9998;background:#0a0a0a94;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.discount-popup{padding:18px;align-items:center;justify-content:center}.discount-popup-inner{width:min(680px,100%);max-height:min(760px,calc(100vh - 36px));max-height:min(760px,calc(100dvh - 36px));overflow:auto;border-radius:18px;background:#fff;box-shadow:0 30px 90px #00000047}.discount-popup-content--full{width:100%!important;max-width:none!important;padding:48px 46px 38px!important}.discount-popup-close{top:14px!important;right:14px!important}.discount-popup-code-label{margin-bottom:8px!important;text-transform:uppercase;letter-spacing:.14em;font-size:10px!important}.discount-popup-form-row{width:100%;display:grid!important;grid-template-columns:minmax(0,1fr) auto!important;gap:10px!important;border:0!important}.discount-popup-input{min-width:0;width:100%;height:50px;border:1px solid var(--color-border)!important;border-radius:8px!important;padding:0 15px!important}.discount-popup-submit{min-width:190px;height:50px;white-space:normal;line-height:1.15}.whatsapp-widget{position:fixed!important;right:24px!important;bottom:24px!important;z-index:900!important}.whatsapp-fab{width:58px!important;height:58px!important;min-width:58px!important;min-height:58px!important;padding:0!important;border-radius:50%!important;background:#25d366!important;color:#fff!important;box-shadow:0 10px 28px #1060304d!important;display:grid!important;place-items:center!important;position:relative}.whatsapp-fab:hover{transform:scale(1.06)!important}.whatsapp-fab-label{position:absolute;right:70px;width:max-content;background:#111;color:#fff;padding:7px 10px;border-radius:6px;font-size:12px;opacity:0;pointer-events:none;transform:translate(5px);transition:.2s ease}.whatsapp-fab:hover .whatsapp-fab-label{opacity:1;transform:none}.whatsapp-notification-dot,.whatsapp-popup{display:none!important}.search-page-header{text-align:center;margin-bottom:28px}.search-page-form{max-width:760px;margin:0 auto 34px;display:grid;grid-template-columns:1fr auto;gap:10px}.search-page-input{min-width:0;height:50px;border:1px solid var(--color-border);border-radius:8px;padding:0 16px}.search-summary{text-align:center;color:var(--color-muted);margin-bottom:28px}@media(max-width:990px){.header-inner{grid-template-columns:48px 1fr minmax(96px,auto)!important;min-height:72px!important}.header-logo{justify-content:center!important}.logo-img{max-width:150px!important;max-height:56px!important}.header-actions .header-icon-btn[aria-label=Account]{display:none!important}.hero-section{min-height:650px!important}.hero-content{align-items:flex-end!important;padding-bottom:54px!important}.hero-text{max-width:620px!important}}@media(max-width:749px){.announcement-bar{height:28px;min-height:28px}.announcement-bar p{font-size:9px;letter-spacing:.12em}.header-inner{min-height:66px!important;padding-inline:14px!important}.logo-img{max-width:126px!important;max-height:48px!important}.header-actions{gap:0!important}.header-icon-btn{width:40px!important;height:40px!important}.hero-section{min-height:590px!important}.hero-overlay{background:linear-gradient(0deg,#080808c2 0,#08080861 62%,#0808081a)!important}.hero-content{padding-inline:20px!important;padding-bottom:38px!important}.hero-heading{font-size:clamp(39px,12vw,54px)!important;line-height:1!important}.hero-subheading{font-size:15px!important}.hero-cta-group{display:grid!important;grid-template-columns:1fr;width:100%}.hero-cta-group .btn{width:100%}.hero-benefits{gap:10px 14px!important}.hero-benefit{font-size:10px!important}.collection-intro-inner{text-align:left;padding-inline:20px}.collection-description{margin-left:0}.collection-toolbar{align-items:flex-start!important;gap:14px!important;flex-direction:column!important}.collection-sort{width:100%;justify-content:space-between}.sort-select{flex:1;max-width:230px}.collection-product-grid,.product-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:12px!important}.product-card-content,.product-card-info{padding:12px!important;min-height:118px}.discount-popup{padding:8px;overflow:hidden}.discount-popup-inner{width:calc(100vw - 16px)!important;max-width:calc(100vw - 16px)!important;max-height:calc(100dvh - 24px);border-radius:14px;overflow:hidden}.discount-popup-content--full{padding:42px 18px 28px!important;width:100%!important;max-width:100%!important;box-sizing:border-box!important}.discount-popup-code-wrap{width:100%!important;overflow:hidden!important}.discount-popup-code{font-size:13px!important;letter-spacing:.05em!important;padding:10px 14px!important;width:100%!important;max-width:100%!important;box-sizing:border-box!important}.discount-code-text{letter-spacing:.05em!important;overflow:hidden!important;text-overflow:ellipsis!important;white-space:nowrap!important;min-width:0!important;flex:1!important}.discount-popup-form-row{grid-template-columns:1fr!important}.discount-popup-submit{min-width:0;width:100%}.whatsapp-widget{right:16px!important;bottom:16px!important}.whatsapp-fab{width:54px!important;height:54px!important;min-width:54px!important;min-height:54px!important}.whatsapp-fab-label{display:none!important}.search-page-form{grid-template-columns:1fr}}@media(max-width:340px){.collection-product-grid,.product-grid{grid-template-columns:1fr!important}}@media(prefers-reduced-motion:reduce){*,:after,:before{scroll-behavior:auto!important;animation-duration:NaNs!important;animation-iteration-count:1!important;transition-duration:NaNs!important}}.template-product .product-page--amazon{padding:28px 0 88px!important;background:#fff!important}.template-product .product-page-container{width:min(100% - 40px,1460px)!important;max-width:1460px!important;padding-left:0!important;padding-right:0!important}.template-product .breadcrumb{margin:10px 0 22px!important;font-size:12px!important;color:#686868!important}.template-product .breadcrumb-list{display:flex!important;align-items:center!important;flex-wrap:wrap!important;gap:7px!important}.template-product .product-layout--amazon{display:grid!important;grid-template-columns:minmax(0,1fr) minmax(340px,430px)!important;gap:clamp(28px,3.2vw,50px)!important;align-items:start!important;width:100%!important}.template-product .product-gallery--amazon{position:sticky!important;top:122px!important;display:grid!important;grid-template-columns:74px minmax(0,1fr)!important;gap:18px!important;align-items:start!important;min-width:0!important;width:100%!important}.template-product .product-gallery-thumbnails{width:74px!important;max-height:min(650px,calc(100vh - 155px))!important;overflow-y:auto!important;overflow-x:hidden!important;display:flex!important;flex-direction:column!important;gap:9px!important;padding:2px 4px 2px 0!important;scrollbar-width:thin!important}.template-product .product-gallery-thumbnails::-webkit-scrollbar{width:5px!important}.template-product .product-gallery-thumbnails::-webkit-scrollbar-thumb{background:#c7a52b8c!important;border-radius:999px!important}.template-product .gallery-thumb{width:64px!important;height:64px!important;min-width:64px!important;min-height:64px!important;aspect-ratio:1/1!important;display:grid!important;place-items:center!important;padding:4px!important;border:1px solid rgba(17,17,17,.18)!important;border-radius:8px!important;background:#fff!important;overflow:hidden!important;transition:border-color .2s ease,box-shadow .2s ease,transform .2s ease!important}.template-product .gallery-thumb.active,.template-product .gallery-thumb:hover{border-color:#c7a52b!important;box-shadow:0 0 0 2px #c7a52b29!important}.template-product .gallery-thumb img{width:100%!important;height:100%!important;object-fit:contain!important;object-position:center!important;transform:none!important}.template-product .product-gallery-main{position:relative!important;min-width:0!important;width:100%!important}.template-product .gallery-main-wrap{position:relative!important;width:100%!important;aspect-ratio:1/1!important;min-height:520px!important;border:1px solid rgba(17,17,17,.1)!important;border-radius:12px!important;overflow:hidden!important;background:#fff!important;box-shadow:none!important}.template-product .gallery-main-slide{position:absolute!important;top:0!important;right:0!important;bottom:0!important;left:0!important;opacity:0!important;visibility:hidden!important;pointer-events:none!important;display:flex!important;align-items:center!important;justify-content:center!important;padding:clamp(18px,2vw,32px)!important;transition:opacity .25s ease,visibility .25s ease!important}.template-product .gallery-main-slide.active{opacity:1!important;visibility:visible!important;pointer-events:auto!important}.template-product .gallery-main-img{width:100%!important;height:100%!important;max-width:100%!important;max-height:100%!important;object-fit:contain!important;object-position:center center!important;display:block!important;background:#fff!important;transform:none!important}.template-product .gallery-nav{position:absolute!important;top:50%!important;transform:translateY(-50%)!important;width:42px!important;height:42px!important;border:1px solid rgba(17,17,17,.12)!important;background:#fffffff5!important;color:#111!important;box-shadow:0 8px 22px #1111111a!important;z-index:3!important}.template-product .gallery-prev{left:12px!important}.template-product .gallery-next{right:12px!important}.template-product .product-info--amazon{position:sticky!important;top:122px!important;align-self:start!important;width:100%!important;max-width:430px!important;padding:26px!important;border:1px solid rgba(17,17,17,.12)!important;border-radius:14px!important;background:#fff!important;box-shadow:0 14px 40px #1111110f!important}.template-product .product-info-title{margin:0 0 14px!important;font-size:clamp(24px,2.15vw,34px)!important;line-height:1.15!important;letter-spacing:.005em!important}.template-product .product-info-price{margin-bottom:18px!important}.template-product .price-regular,.template-product .price-sale{font-size:24px!important;font-weight:800!important;color:#111!important}.template-product .product-option{margin-bottom:18px!important}.template-product .option-buttons,.template-product .option-swatches{gap:9px!important}.template-product .option-btn{min-height:38px!important;padding:9px 16px!important;border-radius:6px!important}.template-product .product-cta{display:grid!important;grid-template-columns:1fr!important;gap:10px!important;margin:20px 0 18px!important}.template-product .product-add-to-cart,.template-product .product-buy-now{width:100%!important;min-width:0!important;min-height:46px!important;border-radius:7px!important;font-weight:800!important}.template-product .product-buy-now{border:1px solid #111!important;background:#fff!important;color:#111!important}.template-product .product-trust-badges{display:grid!important;grid-template-columns:1fr!important;gap:10px!important;margin:18px 0 0!important;padding:16px 0!important}.template-product .product-share{margin-top:16px!important}.template-product .product-description-panel{margin-top:44px!important;border:1px solid rgba(17,17,17,.12)!important;border-radius:14px!important;background:#fff!important;overflow:hidden!important}.template-product .product-description-header{padding:24px 28px!important;border-bottom:1px solid rgba(17,17,17,.1)!important;background:linear-gradient(180deg,#fff 0,#fbf8f1)!important}.template-product .product-description-header .section-eyebrow{margin-bottom:8px!important}.template-product .product-description-header h2{margin:0!important;font-family:var(--font-heading)!important;font-size:clamp(30px,3vw,44px)!important;font-weight:500!important;line-height:1.08!important}.template-product .product-description-panel .product-description{padding:clamp(22px,3vw,36px)!important;color:#222!important;font-size:15px!important;line-height:1.75!important;max-width:none!important}.template-product .product-description-panel .product-description img{display:block!important;max-width:min(100%,980px)!important;width:auto!important;height:auto!important;margin:20px auto!important;border-radius:10px!important;object-fit:contain!important}.template-product .product-description-panel .product-description table{width:100%!important;border-collapse:collapse!important;margin:18px 0!important}.template-product .product-description-panel .product-description td,.template-product .product-description-panel .product-description th{padding:12px!important;border:1px solid rgba(17,17,17,.1)!important;text-align:left!important}@media(max-width:1180px){.template-product .product-page-container{width:min(100% - 32px,1100px)!important}.template-product .product-layout--amazon{grid-template-columns:minmax(0,1fr) 360px!important;gap:26px!important}.template-product .gallery-main-wrap{min-height:450px!important}}@media(max-width:990px){.template-product .product-page-container{width:min(100% - 28px,760px)!important}.template-product .product-layout--amazon{grid-template-columns:1fr!important}.template-product .product-gallery--amazon,.template-product .product-info--amazon{position:static!important;top:auto!important;max-width:none!important}.template-product .gallery-main-wrap{min-height:auto!important}}@media(max-width:749px){.template-product .product-page--amazon{padding-top:18px!important}.template-product .product-page-container{width:calc(100% - 24px)!important}.template-product .product-gallery--amazon{display:flex!important;flex-direction:column-reverse!important;gap:12px!important}.template-product .product-gallery-thumbnails{width:100%!important;max-height:none!important;overflow-x:auto!important;overflow-y:hidden!important;flex-direction:row!important;padding:2px 0 8px!important}.template-product .gallery-thumb{width:58px!important;height:58px!important;min-width:58px!important;min-height:58px!important}.template-product .gallery-main-wrap{aspect-ratio:1/1!important;border-radius:10px!important}.template-product .gallery-main-slide{padding:14px!important}.template-product .product-info--amazon,.template-product .product-description-header,.template-product .product-description-panel .product-description{padding:20px!important}}.template-product .product-info-vendor{display:none!important}.template-product .product-form{display:block!important;height:auto!important;min-height:0!important}.template-product .product-cta,.template-product .product-option,.template-product .product-qty{min-height:0!important}.template-product .product-option:empty{display:none!important}.template-product .option-swatches{min-height:0!important;align-items:center!important}.template-product .color-swatch{flex:0 0 auto!important}@media(max-width:749px){.template-product .product-info--amazon{height:auto!important;min-height:0!important;padding:18px!important}.template-product .product-info-title,.template-product .product-info-price{margin-bottom:14px!important}.template-product .product-info-divider{margin:16px 0!important}.template-product .product-option{margin-bottom:16px!important}.template-product .option-swatches{gap:10px!important;margin-bottom:0!important}.template-product .color-swatch{width:36px!important;height:36px!important}.template-product .product-qty{margin-top:0!important;margin-bottom:16px!important}.template-product .product-cta{margin-top:0!important}}body,html{max-width:100%!important;overflow-x:hidden!important}.template-product .gallery-main-wrap,.template-product .product-form,.template-product .product-gallery--amazon,.template-product .product-gallery-main,.template-product .product-info--amazon,.template-product .product-layout--amazon,.template-product .product-page--amazon,.template-product .product-page-container{box-sizing:border-box!important;min-width:0!important}.template-product .product-info-vendor,.template-product .product-vendor,.template-product .product__vendor{display:none!important;visibility:hidden!important;height:0!important;min-height:0!important;margin:0!important;padding:0!important;overflow:hidden!important}.template-product .option-buttons,.template-product .option-swatches,.template-product .product-cta,.template-product .product-form,.template-product .product-form>*,.template-product .product-option,.template-product .product-qty{max-width:100%!important;min-height:0!important;height:auto!important}.template-product .option-buttons,.template-product .option-swatches{justify-content:flex-start!important;align-items:center!important;align-content:flex-start!important}@media(max-width:749px){.template-product .product-page--amazon{width:100%!important;max-width:100%!important;padding:10px 0 48px!important;margin:0!important;overflow-x:hidden!important;background:#fff!important}.template-product .product-page-container{width:100%!important;max-width:100%!important;margin:0 auto!important;padding:0 12px!important}.template-product .breadcrumb{display:none!important}.template-product .product-layout--amazon{display:flex!important;flex-direction:column!important;width:100%!important;max-width:100%!important;gap:14px!important}.template-product .product-gallery--amazon{order:1!important;position:static!important;top:auto!important;width:100%!important;max-width:100%!important;display:flex!important;flex-direction:column-reverse!important;gap:10px!important}.template-product .product-gallery-main{width:100%!important;max-width:100%!important}.template-product .gallery-main-wrap{width:100%!important;max-width:100%!important;min-height:0!important;height:auto!important;aspect-ratio:1/1!important;border-radius:12px!important;overflow:hidden!important}.template-product .gallery-main-slide{padding:10px!important}.template-product .gallery-main-img{width:100%!important;height:100%!important;max-width:100%!important;max-height:100%!important;object-fit:contain!important;object-position:center center!important}.template-product .product-gallery-thumbnails{width:100%!important;max-width:100%!important;max-height:none!important;display:flex!important;flex-direction:row!important;flex-wrap:nowrap!important;gap:8px!important;overflow-x:auto!important;overflow-y:hidden!important;padding:2px 0 8px!important;margin:0!important;-webkit-overflow-scrolling:touch!important;scrollbar-width:thin!important}.template-product .gallery-thumb{flex:0 0 54px!important;width:54px!important;height:54px!important;min-width:54px!important;min-height:54px!important;padding:4px!important}.template-product .gallery-nav{width:34px!important;height:34px!important}.template-product .gallery-prev{left:8px!important}.template-product .gallery-next{right:8px!important}.template-product .product-info--amazon{order:2!important;position:static!important;top:auto!important;width:100%!important;max-width:100%!important;margin:0!important;padding:18px!important;border-radius:14px!important;border:1px solid rgba(17,17,17,.12)!important;background:#fff!important;box-shadow:0 10px 28px #1111110f!important;height:auto!important;min-height:0!important;overflow:visible!important}.template-product .product-info-title{margin:0 0 12px!important;font-size:clamp(24px,7vw,30px)!important;line-height:1.16!important;word-break:normal!important;overflow-wrap:break-word!important}.template-product .product-info-price{margin:0 0 14px!important;gap:8px!important}.template-product .price-regular,.template-product .price-sale{font-size:22px!important;line-height:1.2!important}.template-product .product-info-divider{margin:14px 0!important}.template-product .product-form{display:block!important;width:100%!important;margin:0!important;padding:0!important;height:auto!important;min-height:0!important}.template-product .product-option{display:block!important;width:100%!important;margin:0 0 14px!important;padding:0!important;height:auto!important;min-height:0!important;clear:both!important}.template-product .product-option-label{margin:0 0 10px!important;font-size:11px!important;line-height:1.35!important}.template-product .option-swatches{display:flex!important;flex-direction:row!important;flex-wrap:wrap!important;justify-content:flex-start!important;align-items:center!important;align-content:flex-start!important;width:100%!important;gap:10px!important;margin:0!important;padding:0!important;height:auto!important;min-height:0!important}.template-product .color-swatch{flex:0 0 38px!important;width:38px!important;height:38px!important;min-width:38px!important;min-height:38px!important;margin:0!important}.template-product .option-buttons{display:flex!important;flex-wrap:wrap!important;justify-content:flex-start!important;gap:8px!important;width:100%!important}.template-product .option-btn{min-height:38px!important;padding:8px 14px!important;font-size:12px!important}.template-product .product-qty{display:block!important;width:100%!important;margin:12px 0 14px!important;padding:0!important;height:auto!important;min-height:0!important;clear:both!important}.template-product .product-qty .qty-control{width:150px!important;max-width:100%!important}.template-product .product-qty .qty-btn,.template-product .product-qty .qty-input{height:44px!important}.template-product .product-cta{display:grid!important;grid-template-columns:1fr!important;gap:10px!important;width:100%!important;margin:12px 0!important;padding:0!important}.template-product .product-add-to-cart,.template-product .product-buy-now{width:100%!important;min-height:48px!important;font-size:13px!important;line-height:1.2!important}.template-product .product-shipping-info{margin:10px 0 0!important;font-size:12px!important;line-height:1.5!important}.template-product .product-trust-badges{margin:12px 0 0!important;padding:12px 0 0!important;gap:8px!important}.template-product .ptb-item{min-height:36px!important;padding:8px 10px!important;font-size:12px!important}.template-product .product-share{margin-top:12px!important}.template-product .product-description-panel{width:auto!important;max-width:none!important;margin:18px 12px 0!important;border-radius:12px!important}.template-product .product-description-header,.template-product .product-description-panel .product-description{padding:18px!important}.template-product .product-description-panel .product-description iframe,.template-product .product-description-panel .product-description img,.template-product .product-description-panel .product-description video{max-width:100%!important;width:100%!important;height:auto!important;margin:14px auto!important}}@media(max-width:380px){.template-product .product-page-container{padding:0 10px!important}.template-product .product-info--amazon{padding:16px!important}.template-product .product-info-title{font-size:23px!important}.template-product .color-swatch{flex-basis:36px!important;width:36px!important;height:36px!important;min-width:36px!important;min-height:36px!important}}body,html{width:100%!important;max-width:100%!important;overflow-x:hidden!important}body{-webkit-text-size-adjust:100%!important}iframe,img,svg,video{max-width:100%!important}img,video{height:auto}.container,.page-width,.product-page-container,.tf-collection-container,.tf-policy-container,.tf-policy-shell{max-width:100%!important}.price-from,.product-card__price-from,.product-price-from,.tf-product-card__from,span:empty{display:none!important}.cart-item-price,.cart-subtotal-price,.money,.order-summary-total,.product-card-price,.product-info-price{white-space:nowrap}@media screen and (max-width:989px){.announcement-bar{min-height:28px!important;height:auto!important;padding:8px 12px!important;line-height:1.3!important}.announcement-bar p,.announcement-bar span{font-size:9px!important;letter-spacing:.12em!important;line-height:1.3!important;white-space:normal!important}.site-header,.tf-header-shell{width:100%!important;max-width:100%!important;overflow:visible!important}.header-inner,.site-header .header-inner,.tf-header__container{width:100%!important;max-width:100%!important;min-height:72px!important;display:grid!important;grid-template-columns:auto auto 1fr!important;align-items:center!important;gap:8px!important;padding:7px 12px!important;margin:0!important}.header-logo,.tf-header__center{justify-content:flex-start!important}.hamburger-btn,.tf-header__mobile-trigger{display:inline-flex!important;justify-self:start!important;width:40px!important;height:40px!important;align-items:center!important;justify-content:center!important;flex-direction:column!important;gap:5px!important;padding:0!important}.header-nav,.nav-list,.tf-header__desktop-navigation{display:none!important}.header-logo,.tf-header__brand{justify-content:center!important;min-width:0!important}.logo-link,.tf-header__brand-link{max-width:100%!important}.tf-header-shell.is-scrolled .tf-header__logo-circle,.tf-header__logo-circle{width:58px!important;height:58px!important;min-width:58px!important;padding:6px!important}.logo-img,.tf-header-shell.is-scrolled .tf-header__logo,.tf-header__logo{max-width:46px!important;max-height:46px!important;width:auto!important;height:auto!important;object-fit:contain!important}.header-actions,.tf-header__actions{justify-self:end!important;display:flex!important;align-items:center!important;gap:0!important;min-width:0!important}.header-actions .header-icon-btn[aria-label="My account"],.header-actions .header-icon-btn[aria-label=Account],.tf-header__account{display:none!important}.header-icon-btn,.tf-header__action{width:36px!important;height:36px!important;min-width:36px!important;padding:0!important}.header-icon-btn svg,.tf-header__action svg{width:19px!important;height:19px!important}}@media screen and (max-width:390px){.header-inner,.site-header .header-inner,.tf-header__container{grid-template-columns:auto auto 1fr!important;padding-left:8px!important;padding-right:8px!important}.hamburger-btn,.header-icon-btn,.tf-header__action,.tf-header__mobile-trigger{width:33px!important;height:33px!important;min-width:33px!important}.tf-header-shell.is-scrolled .tf-header__logo-circle,.tf-header__logo-circle{width:52px!important;height:52px!important;min-width:52px!important}.logo-img,.tf-header-shell.is-scrolled .tf-header__logo,.tf-header__logo{max-width:41px!important;max-height:41px!important}}@media screen and (max-width:749px){.container{width:100%!important;padding-left:14px!important;padding-right:14px!important}.hero-section{min-height:72vh!important;min-height:72dvh!important}.hero-content{width:100%!important;padding:42px 0!important}.hero-text{width:100%!important;max-width:none!important;padding:24px 18px!important}.hero-heading{font-size:clamp(34px,11vw,48px)!important;line-height:1.04!important;word-break:normal!important;overflow-wrap:anywhere!important}.hero-subheading{font-size:14px!important;line-height:1.65!important;margin-bottom:22px!important}.discount-popup-form-row,.hero-cta-group,.newsletter-form-group{display:grid!important;grid-template-columns:1fr!important;width:100%!important;gap:10px!important}.discount-popup-submit,.hero-cta-group .btn,.newsletter-btn{width:100%!important;max-width:none!important}}@media screen and (max-width:749px){.collection-hero,.contact-page-header,.main-page-header,.page-header,.search-page-header,.tf-collection-hero,.tf-contact__hero{min-height:0!important;padding:0!important}.collection-hero-content,.contact-page-header,.main-page-header,.page-header,.search-page-header,.tf-collection-hero__container,.tf-contact__hero-inner{width:100%!important;padding:28px 14px!important;text-align:left!important}.breadcrumb,.breadcrumb-list,.breadcrumbs,.tf-collection-breadcrumbs{max-width:100%!important;overflow-x:auto!important;white-space:nowrap!important;-webkit-overflow-scrolling:touch!important;scrollbar-width:none!important}.breadcrumb-list::-webkit-scrollbar,.breadcrumb::-webkit-scrollbar,.breadcrumbs::-webkit-scrollbar,.tf-collection-breadcrumbs::-webkit-scrollbar{display:none!important}.collection-title,.main-page-title,.page-title,.section-title,.tf-collection-hero__title{font-size:clamp(34px,11vw,48px)!important;line-height:1.04!important;letter-spacing:-.02em!important;text-align:inherit!important}.collection-desc,.collection-description,.section-subtitle,.tf-collection-hero__description{max-width:100%!important;font-size:13px!important;line-height:1.65!important}.tf-category-navigation__list{display:flex!important;flex-wrap:nowrap!important;justify-content:flex-start!important;overflow-x:auto!important;overflow-y:hidden!important;gap:8px!important;padding-bottom:8px!important;margin-right:-14px!important;-webkit-overflow-scrolling:touch!important;scrollbar-width:none!important}.tf-category-navigation__list::-webkit-scrollbar{display:none!important}.tf-category-link{flex:0 0 auto!important;min-height:40px!important;padding:0 13px!important;white-space:nowrap!important}}@media screen and (max-width:749px){.categories-grid,.collection-product-grid,.featured-product-grid,.footer-grid,.product-grid,.testimonials-grid,.tf-product-grid,.trust-badges-grid{width:100%!important;max-width:100%!important;min-width:0!important}.collection-product-grid,.featured-product-grid,.product-grid,.tf-product-grid{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:12px!important}.categories-grid,.footer-grid,.testimonials-grid,.trust-badges-grid{display:grid!important;grid-template-columns:1fr!important;gap:18px!important}.product-card,.tf-product-card{width:100%!important;min-width:0!important;border-radius:12px!important}.product-card-image-wrap,.product-card-img-wrap{aspect-ratio:1/1!important;padding:18px!important}.tf-product-card__media{aspect-ratio:1/1.16!important}.product-card-content,.product-card-info,.tf-product-card__information{padding:11px 10px 13px!important;min-height:104px!important}.product-card-title,.product-card-title a,.tf-product-card__title,.tf-product-card__title a{font-size:11.5px!important;line-height:1.38!important;letter-spacing:.02em!important}.product-card-price,.product-price,.product-price-sale,.tf-product-card__current-price{font-size:12.5px!important}.tf-product-card__view{display:none!important}}@media screen and (max-width:350px){.collection-product-grid,.featured-product-grid,.product-grid,.tf-product-grid{gap:8px!important}.product-card-content,.product-card-info,.tf-product-card__information{padding:9px!important}.product-card-title,.product-card-title a,.tf-product-card__title,.tf-product-card__title a{font-size:10.5px!important}}.product-description-panel,.product-gallery,.product-info,.product-layout,.product-page,.product-page--amazon{max-width:100%!important;min-width:0!important}.product-page--amazon .product-info-vendor,.product-page--amazon .product-vendor,.product-page--amazon [data-product-vendor]{display:none!important}@media screen and (min-width:990px){.product-layout,.product-layout--amazon{grid-template-columns:minmax(0,1fr) minmax(340px,430px)!important;gap:clamp(26px,3vw,46px)!important;align-items:start!important}.product-gallery,.product-gallery--amazon{display:grid!important;grid-template-columns:72px minmax(0,1fr)!important;gap:16px!important}}@media screen and (max-width:989px){.product-page,.product-page--amazon{padding:18px 0 54px!important}.product-page .container,.product-page-container{width:100%!important;padding-left:12px!important;padding-right:12px!important}.product-layout,.product-layout--amazon{display:grid!important;grid-template-columns:1fr!important;gap:16px!important}.product-gallery,.product-gallery--amazon{display:flex!important;flex-direction:column!important;gap:10px!important;width:100%!important;position:static!important}.product-gallery-main{order:1!important;width:100%!important;min-width:0!important}.gallery-main-wrap{width:100%!important;aspect-ratio:1/1!important;min-height:0!important;border-radius:12px!important}.gallery-main-slide{display:flex!important;align-items:center!important;justify-content:center!important;background:#fff!important}.gallery-main-img{width:100%!important;height:100%!important;object-fit:contain!important;object-position:center!important}.product-gallery-thumbnails{order:2!important;width:100%!important;max-width:100%!important;max-height:none!important;display:flex!important;flex-direction:row!important;gap:8px!important;overflow-x:auto!important;overflow-y:hidden!important;padding:2px 0 8px!important;-webkit-overflow-scrolling:touch!important;scrollbar-width:none!important}.product-gallery-thumbnails::-webkit-scrollbar{display:none!important}.gallery-thumb{flex:0 0 58px!important;width:58px!important;height:58px!important;min-width:58px!important;min-height:58px!important;aspect-ratio:1/1!important;border-radius:8px!important}.gallery-thumb img{object-fit:contain!important}.product-info,.product-info--amazon{width:100%!important;max-width:100%!important;position:static!important;padding:18px!important;border-radius:14px!important;background:#fff!important;border:1px solid rgba(17,17,17,.12)!important;box-shadow:0 10px 25px #1111110f!important}.product-info-title{font-size:clamp(24px,7.5vw,34px)!important;line-height:1.16!important;margin-bottom:14px!important}.price-regular,.price-sale,.product-info-price{font-size:23px!important}.product-option,.product-qty{margin-bottom:16px!important}.option-buttons,.option-swatches{gap:10px!important}.color-swatch{width:40px!important;height:40px!important}.product-qty .qty-control{display:inline-grid!important;grid-template-columns:44px 56px 44px!important;height:44px!important}.product-qty .qty-btn,.product-qty .qty-input{width:auto!important;height:44px!important}.product-cta{display:grid!important;grid-template-columns:1fr!important;gap:10px!important;margin-bottom:18px!important}.product-add-to-cart,.product-buy-now,.product-cta .btn{width:100%!important;min-width:0!important}.product-trust-badges{display:grid!important;grid-template-columns:1fr!important;gap:9px!important;margin-bottom:18px!important}.product-description-panel{margin-top:24px!important;border-radius:14px!important}.product-description,.rte{max-width:100%!important;overflow-x:hidden!important}.product-description img,.rte img{display:block!important;width:auto!important;max-width:100%!important;height:auto!important;margin-left:auto!important;margin-right:auto!important;object-fit:contain!important}}@media screen and (max-width:749px){.cart-page-item,.cart-page-layout,.contact-layout,.footer-bottom .container,.tf-policy-grid{display:grid!important;grid-template-columns:1fr!important;width:100%!important;gap:16px!important}.cart-drawer{width:100vw!important;max-width:100vw!important;right:-100vw!important}.cart-drawer.open{right:0!important}.cart-item,.cart-page-item-product{min-width:0!important}.tf-policy-contact{padding-left:12px!important;padding-right:12px!important}.tf-policy-shell{width:100%!important;border-radius:20px!important}.tf-policy-hero{grid-template-columns:1fr!important;text-align:center!important;padding:34px 20px!important}.tf-policy-hero h1{font-size:clamp(38px,12vw,54px)!important}.tf-contact-actions,.tf-policy-side,.tf-service-strip{grid-template-columns:1fr!important}}body.modal-open{overflow:hidden!important}.discount-popup{position:fixed!important;top:0!important;right:0!important;bottom:0!important;left:0!important;z-index:999999!important;align-items:center!important;justify-content:center!important;pointer-events:none}.discount-popup.is-active{display:flex!important;opacity:1!important;visibility:visible!important;pointer-events:auto!important}.discount-popup-overlay{z-index:999998!important}.discount-popup-overlay.is-active{display:block!important;opacity:1!important;visibility:visible!important;pointer-events:auto!important}.discount-popup-inner{position:relative!important;z-index:1000000!important}@media screen and (min-width:750px){.discount-popup{padding:24px!important}.discount-popup-inner{width:min(720px,calc(100vw - 48px))!important;max-height:calc(100vh - 48px)!important;max-height:calc(100dvh - 48px)!important}}@media screen and (max-width:749px){.product-card-title,.product-card-title a,.tf-product-card__title,.tf-product-card__title a{display:block!important;-webkit-line-clamp:unset!important;line-clamp:unset!important;-webkit-box-orient:initial!important;overflow:visible!important;text-overflow:unset!important;white-space:normal!important;overflow-wrap:anywhere!important;word-break:normal!important;min-height:auto!important;height:auto!important;line-height:1.35!important}.product-card-content,.product-card-info,.tf-product-card__information{min-height:140px!important;height:auto!important}.product-card,.tf-product-card{height:auto!important}}.tf-currency-wrap{position:relative;display:inline-flex;align-items:center}.tf-currency-btn{display:inline-flex;align-items:center;gap:5px;padding:0 12px;height:36px;min-width:0;background:0 0;border:1px solid rgba(199,162,43,.35);border-radius:20px;cursor:pointer;font-family:var(--font-body, "Jost", sans-serif);font-size:11px;font-weight:500;letter-spacing:.1em;color:#1b1915;transition:border-color .22s,background .22s;white-space:nowrap;vertical-align:middle;margin-right:2px}.tf-currency-btn:hover{border-color:#c7a24b;background:#c7a22b12}.tf-cf{font-size:15px;line-height:1}.tf-cc{font-size:11px;letter-spacing:.1em;font-weight:600}.tf-cv{opacity:.6;transition:transform .2s;flex-shrink:0}.tf-currency-btn[aria-expanded=true] .tf-cv{transform:rotate(180deg)}.tf-currency-list{position:absolute;top:calc(100% + 8px);right:0;min-width:240px;background:#fff;border:1px solid rgba(199,162,43,.25);border-radius:10px;box-shadow:0 12px 36px #00000021;z-index:9999;padding:10px;overflow:hidden}.tf-cf-lang{font-weight:700;font-size:10px;letter-spacing:.06em;padding-right:6px;margin-right:2px;border-right:1px solid rgba(199,162,43,.35)}.tf-region-section{padding:8px 4px}.tf-region-section+.tf-region-section{border-top:1px solid rgba(199,162,43,.15);margin-top:2px}.tf-region-label{display:block;font-size:10px;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:#9b8a52;margin-bottom:6px;padding:0 8px}.tf-region-static{padding:9px 12px;font-size:12px;color:#1b1915;background:#c7a22b0f;border-radius:7px}.tf-language-form{margin:0}.tf-region-select{width:100%;padding:9px 12px;font-size:12px;font-family:inherit;color:#1b1915;background:#c7a22b0f;border:none;border-radius:7px;cursor:pointer;appearance:none;-webkit-appearance:none}.tf-shipto-options{max-height:180px;overflow-y:auto}.tf-shipto-opt{display:flex;align-items:center;gap:10px;width:100%;padding:9px 12px;border:none;background:0 0;border-radius:7px;cursor:pointer;font-family:var(--font-body, "Jost", sans-serif);font-size:12px;color:#1b1915;text-align:left;transition:background .17s}.tf-shipto-opt:hover,.tf-shipto-opt.is-active{background:#c7a22b1f}.tf-shipto-opt.is-active{font-weight:700}.tf-currency-list[hidden]{display:none!important}.tf-currency-opt{display:flex;align-items:center;gap:10px;width:100%;padding:9px 12px;border:none;background:0 0;border-radius:7px;cursor:pointer;font-family:var(--font-body, "Jost", sans-serif);font-size:12px;color:#1b1915;text-align:left;transition:background .17s}.tf-currency-opt:hover{background:#c7a22b1a}.tf-currency-opt.is-active{background:#c7a22b24;color:#9e7d13;font-weight:600}.tf-co-flag{font-size:16px;line-height:1;flex-shrink:0}.tf-co-code{font-weight:700;font-size:12px;letter-spacing:.08em;min-width:32px}.tf-co-name{font-size:11px;color:#7a7060}.tf-currency-mobile{padding:20px 24px 8px;border-top:1px solid rgba(199,162,43,.2);margin-top:8px}.tf-cm-label{font-family:var(--font-body, "Jost", sans-serif);font-size:10px;font-weight:600;letter-spacing:.18em;text-transform:uppercase;color:#9e7d13;margin:0 0 10px}.tf-cm-pills{display:flex;flex-wrap:wrap;gap:8px}.tf-cm-pill{display:inline-flex;align-items:center;gap:5px;padding:7px 14px;border:1px solid rgba(199,162,43,.35);border-radius:20px;background:0 0;cursor:pointer;font-family:var(--font-body, "Jost", sans-serif);font-size:12px;font-weight:500;color:#1b1915;transition:border-color .2s,background .2s,color .2s}.tf-cm-pill:hover{border-color:#c7a24b;background:#c7a22b12}.tf-cm-pill.is-active{border-color:#c7a24b;background:#c7a24b;color:#111;font-weight:700}@media screen and (max-width:900px){.tf-cc{display:none}.tf-currency-btn{padding:0 8px!important}}@media screen and (max-width:749px){.tf-currency-wrap{display:none!important}}
/*# sourceMappingURL=/cdn/shop/t/104/assets/theme.css.map */
