.product-page,.product-detail-page,.product-modal-overlay{--product-bg:#f7efe3;--product-bg-soft:#fffaf2;--product-bg-card:#fff;--product-bg-warm:#fbf4ea;--product-bg-gradient-end:#f0e3d4;--product-bg-highlight:#fff7df;--product-bg-footer:#fffaf2;--product-bg-error:#fff1e8;--product-text:#2f1c12;--product-text-body:#4a2b17;--product-text-muted:#765f4a;--product-text-faint:#9d8a76;--product-text-strike:#b39d86;--product-border:#eadcc8;--product-border-soft:#f4e7d7;--product-border-gold:#d8bd8a;--product-accent:#9f2b68;--product-accent-hover:#7a1f4f;--product-accent-dark:#2f1c12;--product-accent-dark-hover:#4a2b17;--product-gold:#f7d58b;--product-gold-dark:#b47723;--product-gold-hover:#d6a850;--product-display-price-color:var(--shop-accent-deep,#a8813e);--product-placeholder:#d8bd8a;--product-error-text:#8a3c1c;--product-shadow-sm:0 18px 50px #462d150f;--product-shadow-md:0 24px 80px #462d1514;--product-shadow-lg:0 24px 80px #462d151a;--product-radius-lg:1.5rem;--product-radius-xl:1.875rem;--product-max-width:80rem}.product-page{background:var(--product-bg);min-height:100%;color:var(--product-text)}.product-page.product-page--collection{background:var(--shop-bg,#f9f7f2);color:var(--shop-text,#1a1410)}.product-container{max-width:var(--product-max-width);margin-inline:auto}.product-breadcrumb-bar{border-bottom:1px solid color-mix(in srgb, var(--product-border) 90%, transparent);background:color-mix(in srgb, var(--product-bg-soft) 90%, transparent);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.product-breadcrumb{color:var(--product-text-muted);flex-wrap:wrap;align-items:center;gap:.625rem;padding:1rem 1.25rem;font-size:.875rem;display:flex}@media (min-width:640px){.product-breadcrumb{padding-inline:2rem}}@media (min-width:1024px){.product-breadcrumb{padding-inline:2.5rem}}.product-breadcrumb a{transition:color .2s}.product-breadcrumb a:hover{color:var(--product-accent)}.product-breadcrumb-sep{color:var(--product-border-gold)}.product-breadcrumb-current{color:var(--product-text);text-overflow:ellipsis;white-space:nowrap;font-weight:600;overflow:hidden}.product-spinner{border:2px solid var(--product-border);border-top-color:var(--product-accent);border-radius:9999px;width:3rem;height:3rem;animation:.8s linear infinite product-spin}@keyframes product-spin{to{transform:rotate(360deg)}}.product-state-center{flex-direction:column;flex:1;justify-content:center;align-items:center;gap:1rem;padding-block:6rem;display:flex}.product-state-card{text-align:center;background:var(--product-bg-card);border:1px solid var(--product-border);border-radius:var(--product-radius-xl);width:100%;max-width:28rem;box-shadow:var(--product-shadow-md);padding:2.5rem}.product-btn-primary{color:#fff;background:var(--product-accent);border-radius:9999px;margin-top:2rem;padding:.75rem 2rem;font-size:.875rem;font-weight:700;transition:background .2s;display:inline-block}.product-btn-primary:hover{background:var(--product-accent-hover)}.product-btn-primary--block{letter-spacing:.14em;text-transform:uppercase;width:100%;color:var(--product-gold);background:var(--product-accent-dark);margin-top:0;padding:1rem 1.5rem;font-size:.875rem;font-weight:800;display:block}.product-btn-primary--block:hover:not(:disabled){background:var(--product-accent-dark-hover)}.product-btn-primary--block:disabled{cursor:not-allowed;opacity:.6}@keyframes product-reveal-up{0%{opacity:0;transform:translateY(14px)}to{opacity:1;transform:translateY(0)}}.product-animate-in{animation:.45s cubic-bezier(.22,1,.36,1) both product-reveal-up}@media (prefers-reduced-motion:reduce){.product-animate-in,.product-card--animated{animation:none}}.product-item-title{letter-spacing:-.02em;color:var(--product-text);font-weight:900;line-height:1.25}.product-item-title--detail{margin-top:.75rem;font-size:1.5rem}@media (min-width:640px){.product-item-title--detail{font-size:1.875rem}}@media (min-width:1024px){.product-item-title--detail{font-size:2rem}}.product-item-title--card{-webkit-line-clamp:2;-webkit-box-orient:vertical;font-size:1.125rem;line-height:1.3;transition:color .2s;display:-webkit-box;overflow:hidden}.product-card-title-link{text-decoration:none}.product-card-title-link:hover .product-item-title--card{color:var(--product-accent)}.product-item-title--summary{letter-spacing:-.03em;margin-top:.5rem;font-size:1.375rem}.product-commerce-actions{gap:.625rem;width:100%;display:flex}.product-commerce-actions--row{flex-direction:row}.product-commerce-actions--stack{flex-direction:column}.product-commerce-btn-buy{flex:1;justify-content:center;align-items:center;gap:.4rem;min-width:0;margin-top:0;padding:.8125rem 1rem;font-size:.8125rem;display:inline-flex}.product-commerce-btn-cart{letter-spacing:.08em;text-transform:uppercase;min-width:0;color:var(--product-text);cursor:pointer;background:var(--product-bg-card);border:1px solid var(--product-border);border-radius:9999px;flex:1;justify-content:center;align-items:center;gap:.4rem;padding:.8125rem 1rem;font-size:.8125rem;font-weight:800;transition:border-color .2s,background .2s,color .2s,transform .2s;display:inline-flex}.product-commerce-btn-cart:hover:not(:disabled){color:var(--product-accent);border-color:color-mix(in srgb, var(--product-accent) 35%, var(--product-border));background:color-mix(in srgb, var(--product-bg-highlight) 50%, var(--product-bg-card));transform:translateY(-1px)}.product-commerce-btn-icon{pointer-events:none;flex-shrink:0;width:.9rem;height:.9rem}.product-commerce-btn-cart:disabled,.product-commerce-btn-buy:disabled{cursor:not-allowed;opacity:.65;transform:none}.product-detail-commerce-top{margin-top:1.25rem}.product-detail-commerce-toast,.product-card-toast,.product-purchase-cart-toast{color:var(--product-accent-dark);background:color-mix(in srgb, var(--product-bg-highlight) 70%, var(--product-bg-card));border:1px solid var(--product-border-gold);border-radius:.75rem;margin-top:.625rem;padding:.5rem .75rem;font-size:.75rem;font-weight:600;line-height:1.45}.product-purchase--modal{height:100%;max-height:inherit;background:#fff;flex-direction:column;display:flex}.product-purchase--modal .product-purchase-modal-head{background:#fff;border-bottom:1px solid #ebe6df;flex-shrink:0;justify-content:space-between;align-items:flex-start;gap:.75rem;padding:1rem 1.15rem;display:flex}.product-purchase-modal-head-copy{flex:1;align-items:center;gap:.75rem;min-width:0;display:flex}.product-purchase-modal-thumb{background:#f5f5f5;border:1px solid #e8e4de;border-radius:.25rem;flex-shrink:0;width:3.25rem;height:3.25rem;overflow:hidden}.product-purchase-modal-thumb-img{object-fit:contain;width:100%;height:100%}.product-purchase-modal-head-text{min-width:0}.product-purchase--modal .product-purchase-modal-title{font-family:var(--featured-serif);color:#1a1a1a;-webkit-line-clamp:2;-webkit-box-orient:vertical;margin:0;font-size:1.05rem;font-weight:500;line-height:1.2;display:-webkit-box;overflow:hidden}.product-purchase-modal-kicker,.product-purchase-modal-product-name{display:none}.product-purchase-modal-head-aside{flex-shrink:0;align-items:flex-start;gap:.5rem;display:flex}.product-purchase-price-block{text-align:right}.product-purchase--modal .product-purchase-price-label--modal{display:none}.product-purchase--modal .product-purchase-price-main--modal{font-family:var(--font-price);font-variant-numeric:lining-nums;letter-spacing:.01em;color:var(--product-display-price-color);font-size:1.35rem;font-weight:600}.product-purchase--modal .product-purchase-price-strike--modal{color:#9a9a9a;font-size:.8125rem}.product-purchase-modal-gst{color:#6b6b6b;margin:.15rem 0 0;font-size:.6875rem;line-height:1.35}.product-purchase-close--modal{color:#4a4a4a;background:#f5f5f5;border:1px solid #e8e4de;border-radius:50%;width:2rem;height:2rem}.product-purchase-close--modal:hover{color:#1a1a1a;background:#eee}.product-purchase-modal-scroll{-webkit-overflow-scrolling:touch;flex-direction:column;flex:1;gap:1.15rem;min-height:0;padding:1rem 1.15rem .5rem;display:flex;overflow-y:auto}.product-purchase--modal .product-purchase-section{border:none;margin:0;padding:0}.product-purchase--modal .product-purchase-section-title{letter-spacing:.02em;text-transform:none;color:#1a1a1a;font-size:.8125rem;font-weight:600}.product-purchase--modal .product-purchase-required{color:#6b1a2d}.product-purchase--modal .product-purchase-section-hint{color:#6b6b6b;margin-top:.25rem;font-size:.6875rem}.product-purchase--modal .product-purchase-guide-link{letter-spacing:0;text-transform:none;text-underline-offset:2px;color:#6b1a2d;font-size:.6875rem;font-weight:600;text-decoration:underline}.product-purchase--modal .product-purchase-options{margin-top:.5rem}.product-purchase--modal .product-purchase-options--metal{grid-template-columns:repeat(2,minmax(0,1fr));gap:.45rem;display:grid}.product-purchase--modal .product-purchase-options--diamond{grid-template-columns:repeat(3,minmax(0,1fr));gap:.45rem;display:grid}.product-purchase-section--diamond-details{margin-top:0}.product-diamond-details-list{flex-direction:column;gap:.65rem;display:flex}.product-diamond-details-list--grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:.45rem;display:grid}@media (max-width:520px){.product-diamond-details-list--grid{grid-template-columns:1fr}}.product-diamond-details-hint{margin:0 0 .65rem}.product-diamond-details-card.product-option-btn{text-align:left;border-radius:.25rem;width:100%;min-height:auto;padding:.75rem .85rem .7rem;transform:none}.product-diamond-details-card.product-option-btn:after{display:none}.product-diamond-details-card-title{color:#1a1a1a;letter-spacing:.02em;margin:0 0 .55rem;font-size:.8125rem;font-weight:800}.product-diamond-details-status{letter-spacing:.04em;text-transform:uppercase;color:#6b1a2d;background:#f8f4ef;border:1px solid #d4d4d4;border-radius:.2rem;margin-top:.55rem;padding:.2rem .45rem;font-size:.625rem;font-weight:700;display:inline-block}.product-diamond-details-status--on{color:#fff;background:#ffffff29;border-color:#ffffff59}.product-diamond-details-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:.45rem .75rem;margin:0;display:grid}.product-diamond-details-row{flex-direction:column;gap:.1rem;min-width:0;display:flex}.product-diamond-details-row dt{color:#8a6a3d;text-transform:uppercase;letter-spacing:.06em;margin:0;font-size:.625rem;font-weight:700}.product-diamond-details-row dd{color:#1a1a1a;margin:0;font-size:.8125rem;font-weight:600;line-height:1.35}.product-diamond-accordion{border:1px solid var(--product-border,#e8e4df);background:#fff;border-radius:.5rem;margin-top:.85rem;overflow:hidden}.product-diamond-accordion__toggle{width:100%;font:inherit;text-align:left;color:inherit;cursor:pointer;background:0 0;border:none;justify-content:space-between;align-items:center;gap:.75rem;padding:.85rem 1rem;display:flex}.product-diamond-accordion__toggle:hover{background:#00000005}.product-diamond-accordion__title{letter-spacing:.16em;text-transform:uppercase;color:var(--product-accent,#6b1a2d);font-size:.6875rem;font-weight:700}.product-diamond-accordion__meta{flex-shrink:0;align-items:center;gap:.5rem;display:inline-flex}.product-diamond-accordion__summary{color:var(--product-text-muted,#6b5c52);letter-spacing:.02em;font-size:.8125rem;font-weight:600}.product-diamond-accordion__chevron{border-right:2px solid var(--product-accent,#6b1a2d);border-bottom:2px solid var(--product-accent,#6b1a2d);width:.45rem;height:.45rem;transition:transform .2s;display:inline-block;transform:rotate(-45deg)}.product-diamond-accordion__chevron--open{transform:rotate(45deg)}.product-diamond-accordion__panel{border-top:1px solid var(--product-border,#e8e4df);padding:0 1rem 1rem}.product-diamond-accordion__grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:.65rem 1.25rem;margin:.85rem 0 0;padding:0;display:grid}.product-diamond-accordion__row{flex-direction:column;gap:.15rem;min-width:0;display:flex}.product-diamond-accordion__row dt{letter-spacing:.12em;text-transform:uppercase;color:var(--product-text-muted,#6b5c52);margin:0;font-size:.625rem;font-weight:700}.product-diamond-accordion__row dd{color:var(--product-text,#1a1a1a);margin:0;font-size:.9375rem;font-weight:700;line-height:1.3}@media (max-width:480px){.product-diamond-accordion__grid{grid-template-columns:1fr}}.product-purchase--modal .product-purchase-options--size{grid-template-columns:repeat(5,minmax(0,1fr));gap:.4rem;display:grid}.product-purchase--modal .product-purchase-options--size .product-option-btn{min-height:3.1rem;padding:.45rem .35rem .4rem}.product-purchase--modal .product-option-btn{text-align:center;box-shadow:none;background:#fff;border:1px solid #d4d4d4;border-radius:.25rem;padding:.55rem .5rem;transform:none}.product-purchase--modal .product-option-btn-label{padding-right:0;font-size:.6875rem;font-weight:500;line-height:1.25}.product-purchase--modal .product-option-btn-note{display:none}.product-purchase--modal .product-option-btn-size{font-size:.875rem;font-weight:700;line-height:1.15;display:block}.product-purchase--modal .product-option-btn-mm{color:#5c5650;margin-top:.2rem;font-size:.625rem;font-weight:500;line-height:1.2;display:block}.product-purchase--modal .product-option-btn:hover:not(.product-option-btn--selected){background:#faf8f5;border-color:#a8813e;transform:none}.product-purchase--modal .product-option-btn--selected{color:#fff;box-shadow:none;background:#6b1a2d;border-color:#6b1a2d;transform:none}.product-purchase--modal .product-option-btn--selected:after{display:none}.product-purchase--modal .product-option-btn--selected .product-option-btn-label,.product-purchase--modal .product-option-btn--selected .product-option-btn-size,.product-purchase--modal .product-option-btn--selected .product-option-btn-mm{color:#fff;font-weight:600}.product-purchase--modal .product-diamond-details-card.product-option-btn:not(.product-option-btn--selected){background:#fff;border:1px solid #d4d4d4}.product-purchase--modal .product-diamond-details-card.product-option-btn:not(.product-option-btn--selected):hover{background:#faf8f5;border-color:#a8813e}.product-purchase--modal .product-diamond-details-card.product-option-btn--selected{color:#fff;background:#6b1a2d;border-color:#6b1a2d}.product-purchase--modal .product-diamond-details-card.product-option-btn--selected .product-diamond-details-card-title,.product-purchase--modal .product-diamond-details-card.product-option-btn--selected .product-diamond-details-row dt,.product-purchase--modal .product-diamond-details-card.product-option-btn--selected .product-diamond-details-row dd{color:#fff}.product-purchase--modal .product-diamond-details-card.product-option-btn--selected .product-diamond-details-row dt{opacity:.82}.product-purchase--modal .product-purchase-section--invalid{background:#fff5f5;border:1px solid #f0c4c4;border-radius:.25rem;padding:.65rem}.product-purchase-summary--modal{grid-template-columns:5.5rem 1fr;align-items:center;gap:.85rem;padding:.85rem;display:grid}.product-purchase-summary--modal .product-purchase-summary-img-wrap{border-radius:.85rem;height:5.5rem}.product-purchase-summary--modal .product-purchase-summary-img{max-height:4.5rem}.product-purchase-summary--modal .product-purchase-summary-eyebrow{font-size:.625rem}.product-purchase-summary--modal .product-item-title--summary{margin-top:.2rem;font-size:.9375rem;line-height:1.25}.product-purchase-summary--modal .product-purchase-custom-note{margin-top:.45rem;padding:.45rem .55rem;font-size:.6875rem;line-height:1.35}.product-purchase-section{scroll-margin-top:.75rem;scroll-margin-bottom:.75rem}.product-purchase-section--invalid{background:color-mix(in srgb, var(--product-bg-error) 35%, var(--product-bg-card));border:1px solid color-mix(in srgb, var(--product-error-text) 25%, var(--product-border));border-radius:1rem;padding:.85rem;animation:.45s product-shake}@keyframes product-shake{0%,to{transform:translate(0)}20%,60%{transform:translate(-4px)}40%,80%{transform:translate(4px)}}.product-purchase-required{color:var(--product-accent);margin-left:.2rem}.product-option-btn--invalid-hint:not(.product-option-btn--selected){border-color:color-mix(in srgb, var(--product-error-text) 45%, var(--product-border));background:color-mix(in srgb, var(--product-bg-error) 40%, var(--product-bg-soft))}.product-purchase--modal .product-purchase-sticky-footer{padding:.75rem 1.15rem max(.75rem, env(safe-area-inset-bottom));background:#fff;border-top:1px solid #ebe6df;flex-shrink:0;box-shadow:0 -4px 20px #0000000f}.product-purchase-sticky-footer{background:var(--product-bg-card);border-top:1px solid var(--product-border);flex-shrink:0;padding:.85rem 1.15rem 1.15rem;box-shadow:0 -12px 32px #2f1c1214}.product-purchase-feedback{border-radius:.75rem;align-items:flex-start;gap:.55rem;margin-bottom:.65rem;padding:.65rem .75rem;animation:.28s both product-reveal-up;display:flex}.product-purchase-feedback p{margin:0;font-size:.8125rem;font-weight:600;line-height:1.45}.product-purchase-feedback-icon{border-radius:9999px;flex-shrink:0;place-items:center;width:1.25rem;height:1.25rem;font-size:.75rem;font-weight:800;display:grid}.product-purchase-feedback--error{color:var(--product-error-text);background:var(--product-bg-error);border:1px solid color-mix(in srgb, var(--product-error-text) 22%, transparent)}.product-purchase-feedback--error .product-purchase-feedback-icon{color:#fff;background:var(--product-error-text)}.product-purchase-feedback--success{color:var(--product-accent-dark);background:color-mix(in srgb, var(--product-bg-highlight) 80%, var(--product-bg-card));border:1px solid var(--product-border-gold)}.product-purchase-feedback--success .product-purchase-feedback-icon{color:#fff;background:var(--product-accent)}.product-purchase-footer-note{text-align:center;color:var(--product-text-muted);margin:0 0 .55rem;font-size:.6875rem}.product-purchase--modal .product-commerce-actions{flex-direction:row;gap:.5rem}.product-purchase--modal .product-commerce-btn-buy,.product-purchase--modal .product-commerce-btn-cart{letter-spacing:.05em;text-transform:uppercase;border-radius:.25rem;flex:1;min-height:2.75rem;padding:.75rem .65rem;font-size:.75rem;font-weight:700}.product-purchase--modal .product-commerce-btn-buy{color:var(--category-nav-text,#fff);background:var(--category-nav-bg,#a8813e);border:1px solid var(--category-nav-bg,#a8813e);box-shadow:none;border-radius:9999px}.product-purchase--modal .product-commerce-btn-buy:hover:not(:disabled){color:var(--category-nav-text,#fff);background:var(--category-nav-bg-hover,#8f6c32);border-color:var(--category-nav-bg-hover,#8f6c32)}.product-purchase--modal .product-commerce-btn-cart{color:#1a1a1a;background:#fff;border:1px solid #1a1a1a}.product-purchase--modal .product-commerce-btn-cart:hover:not(:disabled){color:var(--product-display-price-color,#a8813e);background:color-mix(in srgb, var(--product-display-price-color,#a8813e) 12%, #fff);border-color:var(--product-display-price-color,#a8813e)}.product-purchase--modal .product-commerce-btn-confirm{letter-spacing:.05em;text-transform:uppercase;color:#fff;cursor:pointer;background:#1a1a1a;border:1px solid #1a1a1a;border-radius:.25rem;width:100%;min-height:2.75rem;margin-bottom:.5rem;padding:.75rem .65rem;font-size:.75rem;font-weight:700;transition:background .15s,border-color .15s;display:block}.product-purchase--modal .product-commerce-btn-confirm:hover:not(:disabled){background:#333;border-color:#333}.product-purchase--modal .product-commerce-btn-confirm:disabled{opacity:.55;cursor:not-allowed}.product-purchase-custom-size-field{box-sizing:border-box;background:#faf8f5;border:1px solid #ebe6de;border-radius:.35rem;flex-direction:column;gap:.4rem;width:100%;margin-top:.75rem;padding:.75rem .85rem;display:flex}.product-purchase--modal .product-purchase-custom-size-field{margin-top:.5rem}.product-purchase-custom-size-mode{background:#fff;border:1px solid #e5e0d8;border-radius:.3rem;grid-template-columns:1fr 1fr;gap:.35rem;padding:.2rem;display:grid}.product-purchase-custom-size-mode-btn{color:#5c5650;cursor:pointer;background:0 0;border:none;border-radius:.2rem;min-height:2.25rem;padding:.4rem .5rem;font-family:inherit;font-size:.75rem;font-weight:600;line-height:1.25;transition:background .15s,color .15s}.product-purchase-custom-size-mode-btn:hover{color:#1a1a1a;background:#f5f1eb}.product-purchase-custom-size-mode-btn--active{color:#fff;background:#6b1a2d}.product-purchase-custom-size-mode-btn--active:hover{color:#fff;background:#5a1525}.product-purchase-custom-size-label{letter-spacing:.03em;text-transform:uppercase;color:#6b6560;margin:0;font-size:.6875rem;font-weight:600;line-height:1.35;display:block}.product-purchase-custom-size-input{box-sizing:border-box;color:#1a1a1a;background:#fff;border:1px solid #d4cfc6;border-radius:.25rem;width:100%;min-height:2.75rem;margin:0;padding:.65rem .85rem;font-family:inherit;font-size:.9375rem;line-height:1.4;transition:border-color .15s,box-shadow .15s;display:block}.product-purchase-custom-size-input::placeholder{color:#9a948c;opacity:1}.product-purchase-custom-size-input:focus{border-color:#6b1a2d;outline:none;box-shadow:0 0 0 2px #6b1a2d1f}.product-purchase-custom-size-hint{color:var(--product-text-muted);margin:.35rem 0 0;font-size:.8125rem;font-weight:600;line-height:1.4}.product-purchase-custom-size-input[aria-invalid=true]{border-color:#b42318;box-shadow:0 0 0 2px #b423181a}.product-customize-bar{--customize-bar-gold:#e8c547;--customize-bar-gold-deep:#d4af37;--customize-bar-label:#8a7a68;--customize-bar-ink:#2f1c12;--customize-segment-count:3;grid-template-columns:repeat(var(--customize-segment-count), minmax(0, 1fr)) minmax(0, 1fr);border:1px solid var(--customize-bar-gold);width:100%;max-width:100%;box-shadow:none;background:#fff;border-radius:.625rem;align-items:stretch;display:grid;overflow:hidden}.product-customize-bar__options{display:contents}.product-customize-bar__segment{border:0;border-right:1px solid var(--customize-bar-gold);text-align:center;cursor:pointer;background:#fff;flex-direction:column;justify-content:center;align-items:center;gap:.2rem;min-width:0;margin:0;padding:.6rem .3rem;font-family:inherit;transition:background .2s;display:flex}.product-customize-bar__segment:hover{background:#fffdf8}.product-customize-bar__segment:focus-visible{outline:2px solid var(--customize-bar-gold-deep);outline-offset:-2px;z-index:1}.product-customize-bar__label{width:100%;color:var(--customize-bar-label);letter-spacing:.02em;font-size:.625rem;font-weight:500;line-height:1.2;display:block}.product-customize-bar__value{width:100%;max-width:100%;color:var(--customize-bar-ink);white-space:nowrap;text-overflow:ellipsis;font-size:.6875rem;font-weight:500;line-height:1.25;display:block;overflow:hidden}.product-customize-bar__segment,.product-customize-bar__cta{text-overflow:clip;overflow:visible}.product-customize-bar__cta{background:var(--customize-bar-gold);letter-spacing:.05em;text-align:center;text-transform:uppercase;min-width:0;color:var(--customize-bar-ink);cursor:pointer;border:0;justify-content:center;align-items:center;margin:0;padding:.6rem .35rem;font-family:inherit;font-size:.625rem;font-weight:600;line-height:1.2;transition:background .2s,filter .2s;display:flex}.product-customize-bar__cta:hover{filter:brightness(1.02);background:#f0d060}.product-customize-bar__cta:active{filter:brightness(.98)}.product-customize-bar__cta:focus-visible{outline:2px solid var(--customize-bar-ink);outline-offset:-2px}@media (min-width:480px){.product-customize-bar__segment{gap:.25rem;padding:.65rem .4rem}.product-customize-bar__label{font-size:.6875rem}.product-customize-bar__value{font-size:.75rem}.product-customize-bar__cta{padding:.65rem .5rem;font-size:.6875rem}}@media (min-width:768px){.product-customize-bar__segment{padding:.7rem .45rem}.product-customize-bar__value{font-size:.8125rem}.product-customize-bar__cta{padding:.7rem .55rem;font-size:.6875rem}}.product-detail-actions--secondary{flex-direction:column;gap:.625rem;margin:1rem 1.25rem 1.25rem;padding-top:0;display:flex}@media (min-width:640px){.product-detail-actions--secondary{margin-inline:1.5rem;gap:.75rem;margin-bottom:1.5rem}}.product-detail-btn-ghost--block{text-align:center;flex:none;width:100%;display:block}.product-card--animated{animation:.5s cubic-bezier(.22,1,.36,1) both product-reveal-up}.product-card-body .product-commerce-actions{margin-top:.875rem}.product-card-desc{margin-top:.75rem}.product-card-cta{text-decoration:none;display:inline-block}.product-detail-page{color:var(--product-text);background:#fff;padding-bottom:4.5rem;position:relative}.product-detail-refresh-bar{z-index:200;background:linear-gradient(90deg, transparent, var(--product-accent,#c9a227), transparent);pointer-events:none;height:2px;animation:1.2s ease-in-out infinite product-detail-refresh-pulse;position:fixed;top:0;left:0;right:0}@keyframes product-detail-refresh-pulse{0%,to{opacity:.35}50%{opacity:1}}.product-detail-page--skeleton{min-height:70vh}.product-detail-skeleton-media{aspect-ratio:1;border-radius:var(--product-radius-lg,1rem);background:linear-gradient(90deg,#f0ebe3 0%,#faf8f5 45%,#f0ebe3 100%) 0 0/200% 100%;width:100%;max-height:min(72vh,640px);animation:1.2s ease-in-out infinite product-detail-skeleton-shimmer}.product-detail-skeleton-info{flex-direction:column;gap:.85rem;padding-block:.5rem 1rem;display:flex}.product-detail-skeleton-line{background:linear-gradient(90deg,#f0ebe3 0%,#faf8f5 45%,#f0ebe3 100%) 0 0/200% 100%;border-radius:.35rem;width:100%;height:.85rem;animation:1.2s ease-in-out infinite product-detail-skeleton-shimmer}.product-detail-skeleton-line--short{width:42%;height:.7rem}.product-detail-skeleton-line--title{width:78%;height:1.35rem}.product-detail-skeleton-line--price{width:38%;height:1.5rem;margin-top:.25rem}.product-detail-skeleton-line--medium{width:62%}.product-detail-skeleton-actions{grid-template-columns:1fr 1fr;gap:.75rem;margin-top:.75rem;display:grid}.product-detail-skeleton-btn{background:linear-gradient(90deg,#ebe4d8 0%,#f7f2ea 45%,#ebe4d8 100%) 0 0/200% 100%;border-radius:9999px;height:3rem;animation:1.2s ease-in-out infinite product-detail-skeleton-shimmer}.product-detail-skeleton-btn--secondary{animation-delay:.12s}@keyframes product-detail-skeleton-shimmer{0%{background-position:100% 0}to{background-position:-100% 0}}.product-detail-page .product-breadcrumb-bar,.product-detail-page .item-breadcrumb-bar{box-shadow:none;background:#fff;border-bottom:1px solid #ebe6df}.product-detail-page .product-breadcrumb,.product-detail-page .item-container.product-breadcrumb{max-width:var(--product-max-width);margin-inline:auto;padding:.85rem clamp(1rem,3vw,2rem);font-size:.8125rem}.product-detail-main{padding:.75rem .75rem 0}.product-detail-layout{grid-template-areas:"top""bottom";display:grid}.product-detail-top{grid-area:top}.product-detail-bottom{grid-area:bottom}.product-detail-grid{align-items:start;gap:clamp(1.25rem,3vw,3rem);display:grid}.product-detail-gallery-col,.product-detail-gallery{min-width:0}.product-detail-gallery-col{flex-direction:column;gap:.875rem;width:100%;display:flex}.product-detail-gallery{width:100%;display:grid}.product-detail-hero-image{width:100%;max-width:100%;box-shadow:none;background:0 0;border:none;border-radius:0;justify-content:center;margin-inline:auto;display:flex;position:relative}.product-detail-hero-image:before{display:none}.product-detail-hero-frame{background:0 0;width:100%;max-width:100%;position:relative}.product-detail-hero-frame--portrait{width:fit-content}.product-detail-hero-frame>span{height:auto!important;inset:unset!important;display:block!important;position:static!important}.product-detail-hero-frame--landscape>span,.product-detail-hero-frame:not(.product-detail-hero-frame--portrait)>span{width:100%!important;max-width:100%!important}.product-detail-hero-frame--portrait>span{width:auto!important;max-width:100%!important}.product-detail-hero-frame--landscape .product-detail-hero-img,.product-detail-hero-frame:not(.product-detail-hero-frame--portrait) .product-detail-hero-img{max-height:min(90vh,920px);width:100%!important;max-width:100%!important;height:auto!important}.product-detail-hero-frame--portrait .product-detail-hero-img{max-height:min(90vh,920px);width:auto!important;max-width:100%!important;height:auto!important}.product-detail-hero-img{vertical-align:top;filter:drop-shadow(0 12px 28px #00000014);transition:transform .35s cubic-bezier(.22,1,.36,1),filter .35s;animation:none;display:block}.product-detail-hero-image:hover .product-detail-hero-img{filter:drop-shadow(0 16px 32px #0000001a);transform:scale(1.02)}@media (max-width:767px){.product-detail-hero-image{justify-items:center;width:100%;max-width:100%;margin-inline:auto;display:grid}.product-detail-hero-frame{max-width:100%;margin-inline:auto}.product-detail-hero-frame--portrait{justify-self:center;width:fit-content}.product-detail-hero-frame--landscape,.product-detail-hero-frame:not(.product-detail-hero-frame--portrait){justify-self:stretch;width:100%}.product-detail-hero-frame--portrait .product-detail-hero-img{margin-inline:auto}}.product-detail-placeholder{height:100%;color:var(--product-placeholder);place-items:center;font-size:3.75rem;display:grid}.product-detail-thumbs{scroll-snap-type:x mandatory;scrollbar-width:thin;scrollbar-color:var(--product-border-gold) transparent;gap:.625rem;padding:.15rem .1rem .4rem;display:flex;overflow-x:auto}.product-detail-thumbs--side{flex-direction:column;flex-shrink:0;align-items:center;gap:.625rem;width:4rem;display:none}.product-detail-thumbs--bottom{align-items:center;display:flex}.product-detail-thumb{box-sizing:border-box;scroll-snap-align:start;cursor:pointer;background:#fffaf4;border:1px solid #b4772333;border-radius:.625rem;flex:0 0 4rem;width:4rem;min-width:4rem;max-width:4rem;height:4rem;min-height:4rem;max-height:4rem;padding:0;transition:border-color .2s,box-shadow .2s,transform .2s,opacity .2s;display:block;position:relative;overflow:hidden;box-shadow:0 8px 18px #462d1512}.product-detail-thumb>span{width:100%!important;height:100%!important;display:block!important;position:absolute!important;inset:0!important}.product-detail-thumb:after{content:"";border-radius:inherit;transition:box-shadow .2s;position:absolute;inset:0;box-shadow:inset 0 0 #9f2b6800}.product-detail-thumb:hover{border-color:#b4772385;transform:none;box-shadow:0 12px 24px #462d151f}.product-detail-thumb--active{border-color:var(--product-accent);box-shadow:0 12px 26px #9f2b6829}.product-detail-thumb--active:after{box-shadow:inset 0 0 0 2px #9f2b6838}.product-detail-thumb-img{transition:transform .28s;object-fit:cover!important;object-position:center center!important;width:100%!important;height:100%!important;position:absolute!important;inset:0!important}.product-detail-thumb:hover .product-detail-thumb-img,.product-detail-thumb--active .product-detail-thumb-img{transform:scale(1.04)}.product-detail-thumb-overflow{z-index:2;color:#fff;pointer-events:none;background:#1a1a1a8c;place-items:center;font-size:.75rem;font-weight:700;display:grid;position:absolute;inset:0}.product-detail-gallery-stack{flex-direction:column;gap:.5rem;display:none}.product-detail-gallery-stack-item{cursor:zoom-in;background:#fafaf7;border-radius:.65rem;outline:none;width:100%;position:relative;overflow:hidden}.product-detail-gallery-stack-item:focus-visible{box-shadow:0 0 0 2px var(--product-accent)}.product-detail-gallery-stack-item .product-detail-hero-img{transition:transform .35s cubic-bezier(.22,1,.36,1)}.product-detail-gallery-stack-item:hover .product-detail-hero-img{transform:scale(1.025)}.product-detail-gallery-stack-item>span{width:100%!important;height:auto!important;inset:unset!important;display:block!important;position:static!important}.product-detail-gallery-carousel{flex-direction:column;gap:.875rem;display:flex}@media (min-width:1024px){.product-detail-gallery-stack{display:flex}.product-detail-gallery-carousel{display:none}.product-detail-gallery-stack-item:first-child{border-radius:.85rem .85rem .5rem .5rem}.product-detail-gallery-stack-item:last-child{border-radius:.5rem .5rem .85rem .85rem}.product-detail-gallery-stack-item:only-child{border-radius:.85rem}}.product-detail-sidebar{align-self:start}.product-detail-card{background:#fff;border:1px solid #e8e4de;border-radius:.85rem;position:relative;overflow:hidden;box-shadow:0 2px 16px #0000000f}.product-detail-buy-progress{z-index:10;background:#a8813e33;height:3px;position:absolute;top:0;left:0;right:0;overflow:hidden}.product-detail-buy-progress-bar{background:var(--product-gold-dark,#a8813e);transform-origin:0;height:100%;animation:1.6s ease-in-out infinite pdp-progress}@keyframes pdp-progress{0%{transform:translate(-100%)scaleX(.5)}50%{transform:translate(50%)scaleX(1.2)}to{transform:translate(200%)scaleX(.5)}}.product-detail-card-header{padding:.9rem 1rem 0}.product-detail-title-row{align-items:flex-start;gap:.75rem;display:flex}.product-detail-title-row .product-detail-title{flex:1 1 0;min-width:0}.product-detail-wishlist{color:#bbb;cursor:pointer;background:#fff;border:1.5px solid #e8e4de;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:2.5rem;height:2.5rem;margin-top:.6rem;padding:0;transition:color .18s,border-color .18s,transform .18s;display:flex}.product-detail-wishlist svg{pointer-events:none;width:1.15rem;height:1.15rem}.product-detail-wishlist:hover{color:#c0392b;border-color:#c0392b;transform:scale(1.1)}.product-detail-wishlist--active{color:#c0392b;background:#c0392b0f;border-color:#c0392b}.product-detail-card-body{flex-direction:column;display:flex}.product-detail-vendor{letter-spacing:.22em;text-transform:uppercase;color:var(--product-gold-dark);margin:0;font-size:.72rem;font-weight:800}.product-detail-page .product-item-title--detail,.product-detail-title{font-family:var(--featured-serif);letter-spacing:-.01em;color:#1a1a1a;margin-top:.5rem;font-size:clamp(1.75rem,4.5vw,2.35rem);font-weight:500;line-height:1.15}.product-detail-rating{flex-wrap:wrap;align-items:center;gap:.55rem;margin-top:1.05rem;display:flex}.product-detail-rating-stars{color:#a87614;letter-spacing:.08em}.product-detail-rating-label{color:var(--product-text-body);font-size:.86rem;font-weight:600}.product-detail-card .product-detail-price-preview{background:0 0;border:none;border-radius:0;margin:.75rem 1rem 0;padding:0}.product-detail-price-label{letter-spacing:.18em;text-transform:uppercase;color:var(--product-text-muted);margin:0;font-size:.68rem;font-weight:800}.product-detail-price-row{flex-wrap:wrap;align-items:center;gap:.75rem 1rem;margin-top:.35rem;display:flex}.product-detail-price-weight{background:linear-gradient(145deg,#fffdf8 0%,#fff6e8 55%,#fff0d8 100%);border:1px solid #b4772352;border-radius:.5rem;flex-direction:column;align-items:flex-start;gap:.2rem;padding:.45rem .75rem;line-height:1.2;display:inline-flex;box-shadow:inset 0 1px #ffffffe6}.product-detail-price-weight-label-row{align-items:center;gap:.35rem;display:inline-flex}.product-detail-price-weight-icon{filter:drop-shadow(0 1px 2px #b4772359);flex-shrink:0}.product-detail-price-weight-label{letter-spacing:.14em;text-transform:uppercase;color:var(--product-text-muted);font-size:.62rem;font-weight:800}.product-detail-price-weight-value{font-family:var(--font-display);letter-spacing:-.01em;color:var(--product-display-price-color,#a8813e);font-size:clamp(1.35rem,3.6vw,1.85rem);font-weight:700}.product-detail-price-consult{color:inherit;background:linear-gradient(145deg,#fffdf8 0%,#fff6e8 55%,#fff0d8 100%);border:1px solid #b4772352;border-radius:.5rem;flex-direction:column;align-items:flex-start;gap:.2rem;padding:.45rem .75rem;line-height:1.2;text-decoration:none;transition:border-color .2s,background .2s,box-shadow .2s;display:inline-flex;box-shadow:inset 0 1px #ffffffe6}.product-detail-price-consult:hover{background:linear-gradient(145deg,#fffef9 0%,#fff8eb 55%,#fff3de 100%);border-color:#a8813e8c;box-shadow:0 4px 14px #a8813e1f}.product-detail-price-consult:focus-visible{outline:2px solid var(--product-display-price-color,#a8813e);outline-offset:2px}.product-detail-price-consult__label-row{align-items:center;gap:.35rem;display:inline-flex}.product-detail-price-consult__icon{width:.875rem;height:.875rem;color:var(--product-display-price-color,#a8813e);flex-shrink:0}.product-detail-price-consult__label{letter-spacing:.14em;text-transform:uppercase;color:var(--product-text-muted);font-size:.62rem;font-weight:800}.product-detail-price-consult__value{font-family:var(--font-display);letter-spacing:-.01em;color:var(--product-display-price-color,#a8813e);font-size:clamp(.875rem,2.4vw,1rem);font-weight:600}.product-detail-price-value{font-family:var(--font-price);letter-spacing:.01em;font-variant-numeric:lining-nums;color:var(--product-display-price-color);font-size:clamp(2rem,5.2vw,2.75rem);font-weight:600}.product-detail-price-value--loading{opacity:.55}.product-detail-price-compare{color:var(--product-text-strike);font-size:.98rem;font-weight:600;text-decoration:line-through}.product-detail-price-hint{color:var(--product-text-muted);margin-top:.45rem;font-size:.73rem;line-height:1.55}.product-detail-actions{flex-direction:column;gap:.6rem;padding:.75rem 1rem 0;display:flex}.product-detail-actions--secondary{margin:0}.product-detail-actions-row{flex-wrap:wrap;gap:.65rem;display:flex}.product-detail-btn-secondary,.product-detail-btn-ghost,.product-commerce-btn-cart,.product-detail-card .product-btn-primary--block{border-radius:.625rem;min-height:3rem}.product-detail-btn-secondary{letter-spacing:.08em;text-transform:uppercase;color:#6b1a2d;cursor:pointer;background:#fff;border:1px solid #6b1a2d;border-radius:.25rem;width:100%;padding:.85rem 1rem;font-size:.75rem;font-weight:700;transition:background .2s,border-color .2s,box-shadow .2s,color .2s,transform .2s}.product-detail-btn-secondary:hover{color:var(--product-accent-dark);border-color:var(--product-gold-dark);background:#fff8ec;transform:translateY(-1px);box-shadow:0 10px 24px #b477231f}.product-detail-btn-ghost{min-width:0;color:var(--product-accent);background:#fffaf4;border:1px solid #b4772333;flex:1;justify-content:center;align-items:center;gap:.4rem;padding:.72rem .85rem;font-size:.76rem;font-weight:800;transition:background .2s,border-color .2s,color .2s,transform .2s;display:inline-flex}.product-detail-btn-ghost:hover{color:var(--product-accent-hover);background:#fff4e3;border-color:#9f2b685c;transform:translateY(-1px)}.product-detail-btn-ghost--block{text-align:center;flex:none;justify-content:center;align-items:center;width:100%;display:inline-flex}.product-detail-btn-ghost-icon{opacity:.75;pointer-events:none;flex-shrink:0;width:.875rem;height:.875rem}.product-detail-btn-whatsapp{color:#fff;background:#25d366;border:1px solid #1ebe57;border-radius:.35rem;flex:1;justify-content:center;align-items:center;gap:.5rem;min-width:0;padding:.72rem .85rem;font-size:.76rem;font-weight:800;text-decoration:none;transition:background .2s,border-color .2s,transform .2s;display:inline-flex}.product-detail-btn-whatsapp:hover{color:#fff;background:#1ebe57;border-color:#19a84d;transform:translateY(-1px)}.product-detail-btn-whatsapp--block{text-align:center;flex:none;width:100%;display:flex}.product-detail-btn-whatsapp__icon{flex-shrink:0}.product-detail-trust-list{margin-top:1.75rem;padding:0;list-style:none}.product-detail-trust-list--compact{background:#fff;border-top:1px solid #b4772329;gap:.55rem;margin:.65rem 0 0;padding:.75rem 1rem .9rem;display:grid}.product-detail-trust-item{color:var(--product-text-body);gap:.72rem;font-size:.83rem;line-height:1.55;display:flex}.product-detail-trust-item+.product-detail-trust-item{margin-top:0}.product-detail-trust-icon,.product-detail-trust-list--compact .product-detail-trust-icon{color:#7a3b0f;background:linear-gradient(145deg,#fff8ee,#ffefd4);border:1px solid #b4772338;border-radius:.45rem;flex:none;place-items:center;width:1.65rem;height:1.65rem;margin-top:.05rem;display:inline-grid;box-shadow:0 1px 3px #b477231f}.product-detail-trust-svg{flex-shrink:0;width:.925rem;height:.925rem}.product-detail-trust-link{color:var(--product-accent);text-underline-offset:.14em;font-weight:600;text-decoration:underline}.product-detail-trust-link:hover{color:var(--product-accent-hover)}.product-detail-commerce-bottom{padding:0 clamp(1.15rem,3vw,1.75rem) 1.15rem}.product-detail-commerce-bottom .product-commerce-actions{gap:.7rem}.product-detail-card .product-btn-primary--block,.product-detail-card .product-commerce-btn-buy{letter-spacing:.06em;text-transform:uppercase;color:var(--category-nav-text,#fff);background:var(--category-nav-bg,#a8813e);border:1px solid var(--category-nav-bg,#a8813e);border-radius:9999px;padding:.95rem 1rem;font-size:.8125rem;font-weight:700;transition:background .2s,border-color .2s,transform .2s;box-shadow:0 10px 24px #a8813e47}.product-detail-card .product-btn-primary--block:hover:not(:disabled),.product-detail-card .product-commerce-btn-buy:hover:not(:disabled){color:var(--category-nav-text,#fff);background:var(--category-nav-bg-hover,#8f6c32);border-color:var(--category-nav-bg-hover,#8f6c32);transform:none;box-shadow:0 10px 24px #a8813e57}.product-detail-card .product-commerce-btn-cart{letter-spacing:.06em;text-transform:uppercase;color:var(--product-accent-dark);border:1.5px solid var(--product-display-price-color,#a8813e);background:#fff;border-radius:9999px;padding:.95rem 1rem;font-size:.8125rem;font-weight:700}.product-detail-card .product-commerce-btn-cart:hover:not(:disabled){color:var(--product-display-price-color,#a8813e);background:color-mix(in srgb, var(--product-display-price-color,#a8813e) 12%, #fff);border-color:var(--product-display-price-color,#a8813e)}.product-detail-section{box-shadow:none;background:#fff;border:1px solid #ede9e2;border-radius:.65rem;padding:.85rem 1rem}.product-detail-section:hover{border-color:#d8d0c4}.product-detail-section-title{color:var(--product-text);align-items:center;gap:.7rem;font-size:1.08rem;font-weight:900;display:flex}.product-detail-section-title:before{content:"";background:linear-gradient(180deg, #c89a35 0%, var(--product-accent) 100%);border-radius:9999px;flex:none;width:.16rem;height:1.55em}.product-detail-section--accordion{padding:0;overflow:hidden}.product-detail-accordion-btn{letter-spacing:.02em;width:100%;color:var(--product-text-muted);text-align:left;cursor:pointer;background:0 0;border:none;justify-content:space-between;align-items:center;gap:.75rem;padding:.85rem 1rem;font-family:inherit;font-size:.8125rem;font-weight:700;transition:color .18s;display:flex}.product-detail-accordion-btn:hover,.product-detail-accordion-btn--open{color:var(--product-text)}.product-detail-accordion-label{flex:auto;min-width:0}.product-detail-accordion-chevron{width:1rem;height:1rem;color:var(--product-text-muted);pointer-events:none;flex-shrink:0;transition:transform .22s}.product-detail-accordion-btn--open .product-detail-accordion-chevron{transform:rotate(180deg)}.product-detail-accordion-body{padding:0 1rem .85rem;animation:.2s both product-reveal-up}.product-detail-copy{max-width:58rem;margin-top:.5rem}.product-detail-copy p+p{margin-top:.95rem}.product-detail-description{color:var(--product-text-body);white-space:pre-wrap;font-size:.98rem;line-height:1.85}.product-detail-short-description{color:var(--product-text-muted);border-left:3px solid var(--product-border-gold);background:#fff8ee;border-radius:0 .625rem .625rem 0;padding:.95rem 1rem;font-size:.92rem;line-height:1.65}.product-detail-search-tags{margin-top:1rem}.product-detail-search-tags--header{border-top:1px solid var(--product-border,#f0e6d6);margin-top:.85rem;padding-top:.85rem}.product-detail-search-tags-label{letter-spacing:.04em;text-transform:uppercase;color:var(--product-text-muted);margin:0 0 .5rem;font-size:.75rem;font-weight:600}.product-detail-search-tags-list{flex-wrap:wrap;gap:.4rem;margin:0;padding:0;list-style:none;display:flex}.product-detail-search-tag{border:1px solid var(--product-border-gold);color:#92400e;background:#fffbeb;border-radius:999px;padding:.35rem .65rem;font-size:.8125rem;font-weight:500;text-decoration:none;transition:background .15s,border-color .15s;display:inline-block}.product-detail-search-tag:hover,.product-detail-search-tag:focus-visible{background:#fef3c7;border-color:#d97706;outline:none}.product-detail-spec-table{border-collapse:separate;border-spacing:0;border:1px solid #b477232e;border-radius:.65rem;width:100%;margin-top:1.05rem;font-size:.88rem;overflow:hidden}.product-detail-spec-table tr{transition:background .18s}.product-detail-spec-table tbody tr:hover{background:#fff8ee}.product-detail-spec-table th,.product-detail-spec-table td{border-bottom:1px solid #b477231f;padding:.92rem 1rem}.product-detail-spec-table tr:last-child th,.product-detail-spec-table tr:last-child td{border-bottom:none}.product-detail-spec-table th{letter-spacing:.08em;text-align:left;text-transform:uppercase;width:38%;color:var(--product-text-muted);background:#fff8eeb8;font-size:.72rem;font-weight:800}.product-detail-spec-table td{color:var(--product-text);font-weight:700}.product-detail-details{border-top:1px solid #e8e4de;gap:.75rem;margin-top:1rem;padding-top:1rem;display:grid}.product-recommended{box-sizing:border-box;border-top:1px solid #e8e4de;width:100%;min-width:0;max-width:100%;margin-top:1rem;padding-top:1rem}.product-recommended__header{margin-bottom:clamp(1rem,2.5vw,1.35rem)}.product-recommended__title{letter-spacing:.02em;color:var(--product-accent-dark,#1f2937);margin:0;font-size:clamp(1.15rem,2.5vw,1.45rem);font-weight:700}.product-recommended__subtitle{color:var(--product-text-muted,#6b7280);margin:.35rem 0 0;font-size:.875rem;line-height:1.5}.product-recommended__message{color:#b45309;margin:0 0 1rem;font-size:.875rem}.product-recommended__retry{font:inherit;color:var(--product-gold-dark,#96753a);cursor:pointer;background:0 0;border:0;margin:0;padding:0;font-weight:600;text-decoration:underline}.product-recommended__retry:hover,.product-recommended__retry:focus-visible{color:var(--product-accent-dark,#1f2937)}.product-recommended__scroller{width:100%;min-width:0;max-width:100%;margin:0 -.25rem;padding:.15rem .25rem .35rem}.product-recommended__scroller--loading{pointer-events:none}.product-recommended__track{gap:.55rem .5rem;margin:0;padding:0 0 .15rem;list-style:none;display:grid}.product-recommended__item{min-width:0;animation:.45s cubic-bezier(.22,1,.36,1) both product-rec-in}.product-recommended__grid-mobile{width:100%;min-width:0;max-width:100%}.product-recommended__grid-mobile--loading{pointer-events:none}.product-recommended__track--mobile{grid-template-columns:repeat(2,minmax(0,1fr));gap:.65rem .5rem;width:100%;margin:0;padding:0;list-style:none;display:grid}.product-recommended__track--mobile .product-recommended__item{flex:none;width:auto}.product-recommended__rows{flex-direction:column;gap:.65rem;width:100%;min-width:0;display:flex}.product-recommended__rows--loading{pointer-events:none}.product-recommended__row-scroll{overscroll-behavior-x:contain;-webkit-overflow-scrolling:touch;scrollbar-width:none;margin:0 -.25rem;padding:.1rem .25rem .2rem;overflow-x:auto}.product-recommended__row-scroll::-webkit-scrollbar{width:0;height:0;display:none}.product-recommended__track--row{flex-wrap:nowrap;gap:.5rem;width:max-content;max-width:none;padding:0 0 .1rem;display:flex}.product-recommended__track--row .product-recommended__item{flex:0 0 clamp(6.1rem,24vw,7.75rem);width:clamp(6.1rem,24vw,7.75rem)}@keyframes product-rec-in{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@media (min-width:900px){.product-recommended__scroller--desktop{margin:0;padding:0;overflow:visible}.product-recommended__track--desktop{grid-template-columns:repeat(var(--rec-columns,5), minmax(0, 1fr));grid-template-rows:repeat(2,auto);gap:.85rem .75rem;width:100%}}.product-rec-card{height:100%}.product-rec-card__link{background:#fff;border:1px solid #ebe4d8;border-radius:.5rem;flex-direction:column;height:100%;text-decoration:none;transition:transform .2s,box-shadow .2s,border-color .2s;display:flex;overflow:hidden;box-shadow:0 2px 10px #0000000d}.product-rec-card__link:hover,.product-rec-card__link:focus-visible{border-color:#d4b87a;outline:none;transform:translateY(-3px);box-shadow:0 8px 22px #a8813e2e}.product-rec-card__media{aspect-ratio:1;background:linear-gradient(160deg,#faf8f5 0%,#f3efe8 100%);display:block;position:relative;overflow:hidden}.product-rec-card__img{object-fit:cover;transition:transform .35s}.product-rec-card__link:hover .product-rec-card__img,.product-rec-card__link:focus-visible .product-rec-card__img{transform:scale(1.05)}.product-rec-card__placeholder{color:#c9a962;place-items:center;width:100%;height:100%;font-size:1.25rem;display:grid}.product-rec-card__badge{z-index:2;letter-spacing:.06em;text-transform:uppercase;color:#92400e;background:#fffbebf0;border:1px solid #fde68a;border-radius:999px;padding:.15rem .4rem;font-size:.5625rem;font-weight:700;position:absolute;top:.35rem;left:.35rem}.product-rec-card__overlay{letter-spacing:.08em;text-transform:uppercase;color:#fff;opacity:0;background:#1f29376b;place-items:center;font-size:.6875rem;font-weight:700;transition:opacity .2s;display:grid;position:absolute;inset:0}.product-rec-card__link:hover .product-rec-card__overlay,.product-rec-card__link:focus-visible .product-rec-card__overlay{opacity:1}.product-rec-card__body{flex-direction:column;gap:.2rem;min-width:0;padding:.45rem .5rem .55rem;display:flex}.product-rec-card__name{color:#374151;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;font-size:.6875rem;font-weight:600;line-height:1.35;display:-webkit-box;overflow:hidden}.product-rec-card__price{font-family:var(--font-price);color:#b45309;font-size:.75rem;font-weight:600}.product-rec-card--skeleton .product-rec-card__link{pointer-events:none;box-shadow:none;border-color:#f0ebe3}.product-rec-card__shimmer{animation:1.2s ease-in-out infinite product-rec-shimmer;animation-delay:calc(var(--rec-skeleton-index,0) * 80ms);background:linear-gradient(90deg,#f3efe8 0%,#faf8f5 45%,#f3efe8 100%) 0 0/200% 100%}.product-rec-card__shimmer-line{border-radius:.25rem;height:.55rem;margin-top:.35rem}.product-rec-card__shimmer-line--short{width:55%;height:.65rem;margin-top:.25rem}@keyframes product-rec-shimmer{0%{background-position:100% 0}to{background-position:-100% 0}}.product-recommended__footer{justify-content:center;margin-top:clamp(1.25rem,3vw,1.75rem);display:flex}.product-recommended__shop-link{border:1px solid var(--product-border-gold,#c9a962);letter-spacing:.06em;text-transform:uppercase;min-height:2.75rem;color:var(--product-gold-dark,#96753a);background:#fffbeb;border-radius:999px;justify-content:center;align-items:center;padding:.55rem 1.25rem;font-size:.8125rem;font-weight:700;text-decoration:none;transition:background .2s,color .2s,border-color .2s;display:inline-flex}.product-recommended__shop-link:hover,.product-recommended__shop-link:focus-visible{color:#92400e;background:#fef3c7;border-color:#d97706;outline:none}.product-detail-details .product-detail-section{height:fit-content;margin:0}.product-detail-details .product-detail-spec-table{margin-top:1.1rem}@keyframes product-detail-fade-slide{0%{opacity:0;transform:translateY(18px)}to{opacity:1;transform:translateY(0)}}@keyframes product-image-float{0%,to{translate:0}50%{translate:0 -7px}}.product-detail-animate,.product-detail-details .product-detail-section{animation:.62s cubic-bezier(.22,1,.36,1) both product-detail-fade-slide}.product-detail-animate--media{animation-delay:40ms}.product-detail-animate--panel{animation-delay:.11s}.product-detail-details .product-detail-section:first-child{animation-delay:.17s}.product-detail-details .product-detail-section:nth-child(2){animation-delay:.23s}@media (min-width:640px){.product-detail-main{padding:1rem 1.25rem 0}.product-detail-thumb{flex-basis:4.75rem;width:4.75rem;min-width:4.75rem;max-width:4.75rem;height:4.75rem;min-height:4.75rem;max-height:4.75rem}.product-detail-thumbs--side{width:4.75rem}.product-detail-commerce-bottom{padding-bottom:1.35rem}}.product-detail-commerce-dock{display:none}.product-detail-commerce-inline{flex-direction:column;gap:.625rem;width:100%;display:flex}@media (min-width:768px){.product-detail-gallery--with-thumbs{grid-template-columns:4rem minmax(0,1fr);align-items:start;gap:1rem}.product-detail-thumbs{scroll-snap-type:none;overflow-x:visible}.product-detail-thumbs--side{flex-direction:column;align-items:center;width:4rem;padding:0;display:flex}.product-detail-thumbs--bottom{display:none}.product-detail-gallery-carousel .product-detail-thumbs--bottom{display:flex}.product-detail-thumb{flex-basis:4rem;width:4rem;min-width:4rem;max-width:4rem;height:4rem;min-height:4rem;max-height:4rem}}@media (min-width:1024px){.product-detail-page{padding-bottom:6rem}.product-detail-main{padding:1rem 1.5rem 0}.product-detail-grid{grid-template-columns:minmax(0,1.1fr) minmax(22rem,.9fr);gap:clamp(1.75rem,3.5vw,3.5rem)}.product-detail-gallery-col{background:0 0;border:none;border-radius:0;padding:0}.product-detail-grid--no-media{grid-template-columns:minmax(0,1fr)}.product-detail-grid--no-media .product-detail-sidebar{width:100%;max-width:46rem;margin-inline:auto;position:static}.product-detail-sidebar{position:sticky;top:6rem}.product-detail-details{grid-template-columns:repeat(2,minmax(0,1fr));gap:.75rem}.product-detail-details .product-detail-section:only-child{grid-column:1/-1}}@media (min-width:1280px){.product-detail-grid{grid-template-columns:minmax(0,1.2fr) 26rem}.product-detail-grid--no-media{grid-template-columns:minmax(0,1fr)}.product-detail-sidebar{top:7rem}}@media (max-width:767px){.product-detail-page{max-width:100%;overflow-x:clip}.product-detail-page .product-breadcrumb{overflow-wrap:anywhere}.product-detail-page .product-breadcrumb [aria-current=page]{text-overflow:ellipsis;overflow:hidden}.product-detail-main,.product-detail-layout,.product-detail-top,.product-detail-bottom,.product-detail-grid,.product-detail-sidebar,.product-detail-card,.product-detail-card-body,.product-detail-card-header{box-sizing:border-box;width:100%;min-width:0;max-width:100%}.product-detail-main{padding-inline:max(.75rem, env(safe-area-inset-left,0px)) max(.75rem, env(safe-area-inset-right,0px))}.product-detail-card-header{padding-inline:.875rem}.product-detail-page .product-item-title--detail,.product-detail-title{overflow-wrap:break-word;word-break:break-word;-webkit-hyphens:auto;hyphens:auto;max-width:100%;font-size:clamp(1.35rem,6.5vw,1.85rem)}.product-detail-page .product-detail-card .product-detail-assurance--pills{max-width:100%}.product-detail-card .product-detail-price-preview{max-width:calc(100% - 1.75rem);margin-inline:.875rem}.product-detail-actions--secondary{box-sizing:border-box;width:100%;max-width:100%;margin:0;padding:0 .875rem .75rem}.product-customize-bar{box-sizing:border-box}.product-customize-bar__segment,.product-customize-bar__cta{padding:.55rem .25rem}.product-detail-btn-ghost--block{box-sizing:border-box;max-width:100%}.product-detail-trust-list{max-width:100%}.product-detail-trust-item{overflow-wrap:break-word}.product-detail-page{padding-bottom:calc(4.75rem + env(safe-area-inset-bottom,0px))}.product-detail-commerce-inline{display:none}.product-detail-commerce-dock{z-index:50;box-sizing:border-box;width:100%;max-width:100vw;padding:.6rem max(.75rem, env(safe-area-inset-left,0px)) calc(.6rem + env(safe-area-inset-bottom,0px)) max(.75rem, env(safe-area-inset-right,0px));opacity:1;visibility:visible;pointer-events:auto;background:#fff;border-top:1px solid #e8e4de;flex-direction:column;gap:.45rem;margin:0;transition:transform .22s,opacity .22s,visibility .22s;display:flex;position:fixed;bottom:0;left:0;right:0;transform:translateY(0);box-shadow:0 -6px 24px #0000001f}.product-detail-commerce-dock--hidden{opacity:0;visibility:hidden;pointer-events:none;transform:translateY(100%)}.product-detail-page.product-detail-page--commerce-dock-hidden{padding-bottom:env(safe-area-inset-bottom,0px)}.product-detail-commerce-dock .product-commerce-actions{flex-flow:row;gap:.5rem;width:100%;min-width:0;max-width:100%}.product-detail-commerce-dock .product-commerce-btn-buy,.product-detail-commerce-dock .product-commerce-btn-cart{box-sizing:border-box;letter-spacing:.05em;text-transform:uppercase;border-radius:.35rem;flex:1 1 0;width:auto;min-width:0;max-width:none;min-height:2.85rem;padding:.75rem .5rem;font-size:.6875rem;font-weight:700}.product-detail-commerce-dock .product-commerce-btn-buy{color:var(--category-nav-text,#fff);background:var(--category-nav-bg,#a8813e);border:1px solid var(--category-nav-bg,#a8813e);border-radius:9999px}.product-detail-commerce-dock .product-commerce-btn-cart{color:var(--product-accent-dark);border:1.5px solid var(--product-display-price-color,#a8813e);background:#fff;border-radius:9999px;flex:1.15 1 0}.product-detail-commerce-dock .product-detail-commerce-toast{text-align:center;margin:0}body.site-nav-open .product-detail-commerce-dock,body.site-category-nav-open .product-detail-commerce-dock{pointer-events:none}.product-detail-card{border-radius:.85rem}}@media (max-width:520px){.product-detail-card-header{padding:.75rem .875rem 0}.product-detail-card .product-detail-price-preview{margin:.6rem .875rem 0;padding:0}.product-detail-actions{gap:.5rem;padding:.6rem .875rem 0}.product-detail-actions--secondary{padding-inline:.875rem}.product-detail-btn-secondary{letter-spacing:.14em;padding:.85rem 1rem;font-size:.74rem}.product-detail-btn-ghost{padding:.7rem .8rem;font-size:.72rem}.product-detail-price-value{font-size:clamp(1.55rem,5vw,1.85rem)}.product-detail-price-weight{padding:.4rem .65rem}.product-detail-price-weight-value{font-size:1rem}.product-detail-trust-item{font-size:.78rem}.product-detail-thumb{flex-basis:3.65rem;width:3.65rem;min-width:3.65rem;max-width:3.65rem;height:3.65rem;min-height:3.65rem;max-height:3.65rem}.product-detail-thumbs--side{width:3.65rem}.product-detail-spec-table,.product-detail-spec-table tbody,.product-detail-spec-table tr,.product-detail-spec-table th,.product-detail-spec-table td{width:100%;display:block}.product-detail-spec-table th{background:0 0;border-bottom:none;padding-bottom:.25rem}.product-detail-spec-table td{padding-top:.25rem}}@media (prefers-reduced-motion:reduce){.product-detail-animate,.product-detail-details .product-detail-section,.product-detail-hero-img{animation:none}.product-detail-hero-img,.product-detail-thumb,.product-detail-section,.product-detail-btn-secondary,.product-detail-btn-ghost{transition:none}}.product-detail-card .product-detail-assurance--pills{flex-wrap:wrap;gap:.45rem;margin:.85rem 0 0;padding:0;list-style:none;display:flex}.product-detail-card .product-detail-assurance--pills .product-detail-assurance__item{letter-spacing:.03em;color:#5a3a0a;background:linear-gradient(145deg,#fffdf6,#fff5d8);border:1px solid #b4772347;border-radius:999px;align-items:center;gap:.35rem;padding:.3rem .6rem .3rem .45rem;font-size:.6875rem;font-weight:700;display:inline-flex;box-shadow:0 1px 3px #b4772314}.product-detail-assurance__dot{background:#a8813e;border-radius:50%;flex-shrink:0;width:.35rem;height:.35rem}.product-detail-gst-note{color:var(--product-text-muted);margin:.35rem 0 0;font-size:.75rem}.product-detail-gallery-index{z-index:4;letter-spacing:.06em;color:#fff;background:#00000085;border-radius:999px;padding:.3rem .65rem;font-size:.6875rem;font-weight:600;position:absolute;bottom:.85rem;right:.85rem}.product-detail-hero-nav{z-index:4;color:#1a1a1a;cursor:pointer;background:#ffffffeb;border:none;border-radius:50%;place-items:center;width:2.5rem;height:2.5rem;font-size:1.35rem;line-height:1;transition:background .2s,box-shadow .2s;display:grid;position:absolute;top:50%;transform:translateY(-50%);box-shadow:0 2px 12px #0000001f}.product-detail-hero-nav:hover{background:#fff;box-shadow:0 4px 16px #00000026}.product-detail-hero-nav--prev{left:.75rem}.product-detail-hero-nav--next{right:.75rem}.product-detail-gallery-zoom-btn{z-index:4;color:#555;cursor:pointer;background:#ffffffe6;border:none;border-radius:.4rem;place-items:center;width:2.1rem;height:2.1rem;padding:0;transition:background .2s,box-shadow .2s,color .2s;display:grid;position:absolute;bottom:.65rem;left:.75rem;box-shadow:0 1px 8px #00000021}.product-detail-gallery-zoom-btn:hover{color:var(--product-accent);background:#fff;box-shadow:0 2px 12px #00000029}.product-detail-gallery-zoom-btn svg{pointer-events:none;width:.95rem;height:.95rem;display:block}.product-detail-gallery-dialog{grid-template-columns:repeat(2,minmax(0,1fr));gap:.75rem;display:grid}@media (min-width:640px){.product-detail-gallery-dialog{grid-template-columns:repeat(3,minmax(0,1fr))}}.product-detail-gallery-dialog-item{border:1px solid var(--product-border);cursor:pointer;background:#f7f7f7;border-radius:.5rem;padding:0;transition:border-color .2s,box-shadow .2s;overflow:hidden}.product-detail-gallery-dialog-item:hover{border-color:var(--product-border-gold)}.product-detail-gallery-dialog-item.is-active{border-color:#6b1a2d;box-shadow:0 0 0 1px #6b1a2d}.product-detail-gallery-dialog-img{width:100%;display:block}.product-detail-gallery-dialog-img>span{width:100%!important;height:auto!important;inset:unset!important;display:block!important;position:static!important}.product-detail-gallery-dialog-img img{width:100%;height:auto;display:block}.product-detail-page .certified-section{background:0 0;border:none;border-top:1px solid #e8e4de;margin-top:1rem;padding:1.25rem 0 .5rem}.product-detail-page .certified-container{width:100%}.product-detail-page .certified-header{text-align:center;margin-bottom:1rem}.product-detail-page .certified-title{font-family:var(--featured-serif);letter-spacing:.02em;color:#1a1a1a;margin:0;font-size:clamp(1.35rem,3vw,1.75rem);font-weight:500}.product-detail-page .certified-title:after{display:none}.product-detail-page .certified-subtitle{max-width:36rem;color:var(--product-text-muted);margin:.5rem auto 0;font-size:.875rem;line-height:1.55}.product-detail-page .certified-badges{flex-wrap:wrap;justify-content:center;align-items:flex-start;gap:clamp(1.5rem,4vw,2.75rem);margin:0;padding:0;list-style:none;display:flex}.product-detail-page .certified-badge{text-align:center;background:0 0;border:none;flex-direction:column;flex:0 9.5rem;align-items:center;min-width:7.5rem;max-width:11rem;margin:0;padding:0;display:flex}.product-detail-page .certified-icon-wrapper{justify-content:center;align-items:center;width:3.25rem;height:3.25rem;margin-bottom:.65rem;display:flex}.product-detail-page .certified-icon{color:#a8813e;width:2.125rem;height:2.125rem;display:block}.product-detail-page .certified-badge-title{letter-spacing:.1em;text-transform:uppercase;color:#1a1a1a;margin:0;font-size:.6875rem;font-weight:700;line-height:1.35}.product-detail-page .certified-badge-desc{color:var(--product-text-muted);margin:.35rem 0 0;font-size:.75rem;line-height:1.4}@media (min-width:768px){.product-detail-page .certified-badges{flex-wrap:nowrap;justify-content:space-between;gap:1.25rem;max-width:52rem;margin-inline:auto}.product-detail-page .certified-badge{flex:1 1 0;max-width:none}}.product-detail-page .product-delivery{border-top:1px solid #e8e4de;margin-top:clamp(1.5rem,4vw,2.5rem);padding:clamp(1.25rem,3vw,2rem) 0 clamp(2rem,5vw,3rem)}.product-detail-actions--secondary .product-delivery--compact{border:0;margin:0;padding:0}.product-delivery--compact{flex-direction:column;gap:.55rem;width:100%;min-width:0;display:flex}.product-delivery-compact__title{color:#2d2640;margin:0;font-size:.8125rem;font-weight:700;line-height:1.3}.product-delivery-compact__form{margin:0}.product-delivery-compact__field{box-sizing:border-box;background:#fff;border:1px solid #c4b8e8;border-radius:.35rem;align-items:center;gap:.45rem;width:100%;min-height:2.75rem;padding:.35rem .55rem .35rem .65rem;transition:border-color .2s,box-shadow .2s;display:flex}.product-delivery-compact__field:focus-within{border-color:#7c6bb8;box-shadow:0 0 0 2px #7c6bb826}.product-delivery-compact__field--error{border-color:#b42318;box-shadow:0 0 0 2px #b423181a}.product-delivery-compact__field-icon{color:#5c4d8a;flex-shrink:0}.product-delivery-compact__input{letter-spacing:.08em;color:#2d2640;background:0 0;border:0;flex:auto;min-width:0;padding:.25rem 0;font-family:inherit;font-size:.9375rem;font-weight:600}.product-delivery-compact__input:focus{outline:none}.product-delivery-compact__input::placeholder{letter-spacing:.02em;color:#9a94a8;font-weight:500}.product-delivery-compact__action{letter-spacing:.06em;text-transform:uppercase;color:#5c4d8a;cursor:pointer;background:0 0;border:0;flex-shrink:0;padding:.2rem 0;font-family:inherit;font-size:.6875rem;font-weight:800}.product-delivery-compact__action:hover:not(:disabled){color:#3d2f6b}.product-delivery-compact__action:disabled{cursor:not-allowed;opacity:.45}.product-delivery-compact__hint{color:var(--product-text-faint);margin:0;font-size:.72rem;line-height:1.4}.product-delivery-compact__field--locating{border-color:#9a8cc4;box-shadow:0 0 0 2px #9a8cc41f}.product-delivery-compact__error{color:#8a3c1c;margin:0;font-size:.75rem;font-weight:600;line-height:1.4}.product-delivery-compact__result{background:#faf9fc;border:1px solid #ebe6f2;border-radius:.35rem;align-items:flex-start;gap:.55rem;padding:.7rem .75rem;display:flex}.product-delivery-compact__result-icon{color:#6b1a2d;background:#fff;border:1px solid #ebe6f2;border-radius:.3rem;flex-shrink:0;place-items:center;width:1.75rem;height:1.75rem;display:grid}.product-delivery-compact__result-body{min-width:0}.product-delivery-compact__estimate{color:#2d2640;margin:0;font-size:.8125rem;font-weight:700;line-height:1.35}.product-delivery-compact__estimate-by{color:#5c4d8a;margin:.15rem 0 0;font-size:.72rem;font-weight:600;line-height:1.35}.product-delivery-compact__location{color:var(--product-text-muted);margin:.2rem 0 0;font-size:.72rem;line-height:1.4}.product-delivery-compact__pincode{letter-spacing:.04em;font-weight:600}.product-detail-actions--secondary .product-commerce-actions{margin:0}.product-delivery__inner{box-sizing:border-box;background:#fff;border:1px solid #e8e4de;border-radius:.65rem;width:100%;min-width:0;max-width:100%;padding:clamp(1.15rem,3vw,1.75rem);box-shadow:0 2px 16px #0000000d}.product-delivery__header{align-items:flex-start;gap:.85rem;margin-bottom:1.15rem;display:flex}.product-delivery__icon-wrap{width:2.5rem;height:2.5rem;color:var(--product-gold-dark);background:var(--product-bg-soft);border:1px solid var(--product-border-gold);border-radius:.5rem;flex-shrink:0;place-items:center;display:grid}.product-delivery__intro{min-width:0}.product-delivery__title{font-family:var(--featured-serif);color:#1a1a1a;margin:0;font-size:clamp(1.2rem,3.5vw,1.5rem);font-weight:500;line-height:1.2}.product-delivery__subtitle{color:var(--product-text-muted);margin:.4rem 0 0;font-size:.8125rem;line-height:1.55}.product-delivery__form{flex-direction:column;gap:.45rem;display:flex}.product-delivery__label{letter-spacing:.08em;text-transform:uppercase;color:var(--product-gold-dark);font-size:.6875rem;font-weight:700}.product-delivery__controls{flex-wrap:wrap;gap:.5rem;width:100%;display:flex}.product-delivery__input{box-sizing:border-box;letter-spacing:.12em;min-width:0;min-height:2.85rem;color:var(--product-accent-dark);background:var(--product-bg-soft);border:1px solid var(--product-border-gold);border-radius:.4rem;flex:8rem;padding:.65rem .85rem;font-size:1rem;font-weight:600;transition:border-color .2s,box-shadow .2s}.product-delivery__input:focus{border-color:var(--product-gold-dark);outline:none;box-shadow:0 0 0 3px #a8813e2e}.product-delivery__input--error{border-color:#b42318;box-shadow:0 0 0 2px #b423181f}.product-delivery__submit{letter-spacing:.08em;text-transform:uppercase;color:#fff;cursor:pointer;background:linear-gradient(#a8813e 0%,#96753a 100%);border:0;border-radius:.4rem;flex:6.5rem;min-height:2.85rem;padding:.65rem 1.15rem;font-size:.75rem;font-weight:800;transition:filter .2s,opacity .2s}.product-delivery__submit:hover:not(:disabled){filter:brightness(1.05)}.product-delivery__submit:disabled{cursor:not-allowed;opacity:.55}.product-delivery__hint{color:var(--product-text-faint);margin:0;font-size:.72rem}.product-delivery__error{color:#8a3c1c;background:var(--product-bg-error);border:1px solid #b4231833;border-radius:.4rem;margin:.75rem 0 0;padding:.55rem .75rem;font-size:.8125rem;font-weight:600}.product-delivery__result{border-top:1px solid #f0ebe3;flex-direction:column;gap:.85rem;margin-top:1rem;padding-top:1rem;display:flex}.product-delivery__location,.product-delivery__estimate{background:var(--product-bg-soft);border:1px solid var(--product-border-soft);border-radius:.5rem;align-items:flex-start;gap:.65rem;padding:.75rem .85rem;display:flex}.product-delivery__location-icon,.product-delivery__estimate-icon-wrap{color:var(--product-gold-dark);flex-shrink:0}.product-delivery__location-label,.product-delivery__estimate-label{letter-spacing:.08em;text-transform:uppercase;color:var(--product-text-muted);margin:0;font-size:.625rem;font-weight:700}.product-delivery__location-value{color:var(--product-accent-dark);margin:.2rem 0 0;font-size:1rem;font-weight:700;line-height:1.3}.product-delivery__pincode-ref{color:var(--product-text-muted);margin:.2rem 0 0;font-size:.75rem}.product-delivery__estimate-value{color:#6b1a2d;margin:.2rem 0 0;font-size:1.125rem;font-weight:800}.product-delivery__estimate-region{color:var(--product-text-body);margin:.15rem 0 0;font-size:.75rem}.product-delivery__disclaimer{color:var(--product-text-faint);margin:0;font-size:.72rem;line-height:1.5}@media (max-width:479px){.product-delivery__controls{flex-direction:column}.product-delivery__input,.product-delivery__submit{flex:auto;width:100%}}@media (min-width:640px){.product-delivery__result{grid-template-columns:1fr 1fr;align-items:start;gap:.75rem;display:grid}.product-delivery__location,.product-delivery__estimate{height:100%}.product-delivery__disclaimer{grid-column:1/-1}}.product-detail-thumb{border-color:#e0e0e0;border-radius:.25rem}.product-detail-thumb--active{border-color:#6b1a2d;transform:none;box-shadow:0 0 0 1px #6b1a2d}.product-detail-trust-list--compact{background:#fff;border-top:1px solid #f0ebe3}.product-purchase{flex-direction:column;display:flex;overflow:hidden}.product-purchase-price-header{justify-content:space-between;align-items:flex-start;display:flex}.product-purchase-price-header--page{background:var(--product-bg-card);border:1px solid var(--product-border);border-radius:1rem;margin:1.25rem 1.5rem;padding:1.5rem 1.75rem;box-shadow:0 1px 2px #462d150a}@media (min-width:640px){.product-purchase-price-header--page{margin-inline:2rem;padding:1.75rem}}.product-purchase-price-header--modal{background:var(--product-accent-dark);border-bottom:1px solid var(--product-border);padding:1.25rem 1.75rem}.product-purchase-price-label{letter-spacing:.22em;text-transform:uppercase;font-size:.75rem;font-weight:700}.product-purchase-price-label--page{color:var(--product-text-muted)}.product-purchase-price-label--modal{color:var(--product-border-gold)}.product-purchase-price-row{flex-wrap:wrap;align-items:baseline;gap:.5rem;margin-top:.25rem;display:flex}.product-purchase-price-main{font-family:var(--font-price);font-variant-numeric:lining-nums;letter-spacing:.01em;font-weight:600;transition:opacity .2s}.product-purchase-price-main--page{letter-spacing:.01em;color:var(--product-display-price-color);font-size:clamp(1.75rem,4vw,2.125rem)}.product-purchase-price-main--modal{color:var(--product-display-price-color);font-size:1.25rem}.product-purchase-price-main--loading{opacity:.5}.product-purchase-price-strike--page{color:var(--product-text-strike);font-size:1.125rem;font-weight:600;text-decoration:line-through}.product-purchase-price-strike--modal{color:#bda98f;font-size:.875rem;font-weight:600;text-decoration:line-through}.product-purchase-price-note{color:var(--product-text-muted);margin-top:.25rem;font-size:.75rem}.product-purchase-close{color:var(--product-gold);background:0 0;border:none;border-radius:9999px;padding:.5rem;transition:background .2s}.product-purchase-close:hover{background:#ffffff1a}.product-purchase-close-icon{font-size:1.5rem;line-height:1;display:block}.product-purchase-body{flex-direction:column;gap:2.25rem;padding:1.75rem 1.5rem;display:flex;overflow-y:auto}@media (min-width:640px){.product-purchase-body{gap:2.5rem;padding:2rem}}.product-purchase-summary{background:var(--product-bg-soft);border:1px solid var(--product-border);border-radius:var(--product-radius-lg);gap:1.25rem;padding:1rem;display:grid}@media (min-width:640px){.product-purchase-summary{grid-template-columns:180px 1fr}}.product-purchase-summary-img-wrap{background:var(--product-bg-warm);border-radius:1.25rem;justify-content:center;align-items:center;height:11rem;display:flex}.product-purchase-summary-img{object-fit:contain;filter:drop-shadow(0 14px 18px #4e30141f);width:auto;max-height:9rem}.product-purchase-summary-eyebrow{letter-spacing:.22em;text-transform:uppercase;color:var(--product-gold-dark);font-size:.75rem;font-weight:800}.product-purchase-summary-title{letter-spacing:-.03em;color:var(--product-text);margin-top:.5rem;font-size:1.5rem;font-weight:900}.product-purchase-summary-desc{max-width:28rem;color:var(--product-text-muted);margin-top:.75rem;font-size:.875rem;font-weight:500;line-height:1.5}.product-purchase-custom-note{color:#7a4a20;background:var(--product-bg-highlight);border-radius:1rem;margin-top:.75rem;padding:.75rem 1rem;font-size:.875rem;font-weight:700}.product-purchase-section-title{letter-spacing:-.01em;color:var(--product-text-body);font-size:.875rem;font-weight:800}@media (min-width:640px){.product-purchase-section-title{font-size:1rem}}.product-purchase-section-hint{color:var(--product-text-muted);margin-top:.25rem;font-size:.75rem}.product-purchase-section-header{justify-content:space-between;align-items:center;gap:1rem;display:flex}.product-purchase-guide-link{letter-spacing:.05em;text-transform:uppercase;color:var(--product-gold-dark);cursor:pointer;background:0 0;border:none;flex-shrink:0;font-size:.75rem;font-weight:800;text-decoration:none;transition:color .2s}.product-purchase-guide-link:hover{color:var(--product-accent);text-decoration:underline}.product-purchase-options{grid-template-columns:repeat(2,1fr);gap:.875rem;margin-top:1.25rem;display:grid}@media (min-width:640px){.product-purchase-options{grid-template-columns:repeat(3,1fr);gap:1rem}}.product-purchase-options--size{grid-template-columns:repeat(2,1fr)}@media (min-width:640px){.product-purchase-options--size{grid-template-columns:repeat(5,1fr)}}.product-option-btn{text-align:left;color:var(--product-text-body);background:var(--product-bg-soft);border:1.5px solid var(--product-border);border-radius:1rem;padding:.8rem 1rem .8rem .85rem;transition:border-color .2s,background .2s,color .2s,box-shadow .2s,transform .15s;position:relative}.product-option-btn--center{text-align:center;padding-inline:.75rem}.product-option-btn:hover:not(.product-option-btn--selected){border-color:var(--product-gold-hover);background:var(--product-bg-warm)}.product-option-btn:focus-visible{outline:2px solid var(--product-accent);outline-offset:2px}.product-option-btn--selected{color:var(--product-accent-dark);background:linear-gradient(155deg, #fff8dc 0%, var(--product-gold) 48%, #e8c56a 100%);border:2px solid var(--product-gold-dark);box-shadow:0 0 0 3px color-mix(in srgb, var(--product-gold) 55%, transparent), 0 6px 18px color-mix(in srgb, var(--product-gold-dark) 28%, transparent);transform:translateY(-1px)}.product-option-btn--selected:after{content:"✓";color:#fff;background:var(--product-accent-dark);border-radius:9999px;place-items:center;width:1.35rem;height:1.35rem;font-size:.6875rem;font-weight:800;line-height:1;display:grid;position:absolute;top:.4rem;right:.4rem;box-shadow:0 2px 6px #2f1c1240}.product-option-btn--selected .product-option-btn-label,.product-option-btn--selected .product-option-btn-size{letter-spacing:-.01em;font-weight:800}.product-option-btn--selected .product-option-btn-mm{color:var(--product-accent-dark);opacity:.85}.product-option-btn--selected .product-option-btn-note{color:var(--product-accent-dark);background:color-mix(in srgb, #fff 72%, var(--product-gold));border:1px solid color-mix(in srgb, var(--product-gold-dark) 35%, transparent)}.product-option-btn-label{padding-right:1.5rem;font-size:.875rem;font-weight:700;display:block}.product-option-btn--center .product-option-btn-label,.product-option-btn--center .product-option-btn-size{padding-right:0}.product-option-btn-size{font-size:1rem;font-weight:700;display:block}.product-option-btn-mm{font-size:.75rem;font-weight:600;display:block}.product-option-btn-note{text-align:center;color:var(--product-text-muted);background:var(--product-bg-warm);border-radius:.5rem;margin-top:.5rem;padding:.25rem .75rem;font-size:.75rem;font-weight:700;display:block}.product-option-btn-note--sm{padding-inline:.5rem;font-size:.6875rem}.product-purchase-footer{background:var(--product-bg-footer);border-top:1px solid var(--product-border);padding:1.25rem 1.5rem}@media (min-width:640px){.product-purchase-footer{padding:1.5rem 2rem}}.product-purchase-error{color:var(--product-error-text);background:var(--product-bg-error);border-radius:1rem;margin-bottom:.75rem;padding:.75rem 1rem;font-size:.875rem;font-weight:700}.product-breakdown{background:var(--product-bg-soft);border-bottom:1px solid var(--product-border-soft);padding:1.25rem 1.5rem}@media (min-width:640px){.product-breakdown{padding:1.5rem 2rem}}.product-breakdown-title{letter-spacing:.1em;text-transform:uppercase;font-size:.75rem;font-weight:700}.product-breakdown-title--accent{color:var(--product-accent)}.product-breakdown-title--muted{color:var(--product-text-muted)}.product-breakdown-subtitle{color:var(--product-text-muted);margin-top:.5rem;font-size:.75rem;line-height:1.5}.product-breakdown-loading{color:var(--product-text-faint);margin-top:.75rem;font-size:.875rem}.product-breakdown-table{background:var(--product-bg-card);border:1px solid var(--product-border);border-radius:1rem;margin-top:1.25rem;padding:.5rem 1.25rem}@media (min-width:640px){.product-breakdown-table{padding-inline:1.5rem}}.product-breakdown-table>*+*{border-top:1px solid color-mix(in srgb, var(--product-border-soft) 80%, transparent)}.product-breakdown-row{justify-content:space-between;align-items:flex-start;gap:1rem;padding-block:.75rem;display:flex}.product-breakdown-row--emphasize{border-top:1px solid var(--product-border);padding-top:1rem;font-weight:700}.product-breakdown-row-label{color:var(--product-text-muted);font-size:.875rem}.product-breakdown-row-label--emphasize{color:var(--product-text)}.product-breakdown-row-hint{color:var(--product-text-faint);margin-top:.125rem;font-size:.75rem;display:block}.product-breakdown-row-value{font-variant-numeric:tabular-nums;color:var(--product-text);flex-shrink:0;font-size:.875rem;font-weight:600}.product-breakdown-row-value--emphasize{color:var(--product-accent);font-weight:900}.product-breakdown--embedded{background:0 0;border:none;margin:0;padding:0}.product-breakdown--embedded .product-breakdown-table{margin-top:0;padding:.875rem 1rem}.product-content-modal-body .product-breakdown--embedded{width:100%}.product-content-modal-body .product-breakdown--embedded .product-breakdown-row:first-child{padding-top:.25rem}.product-content-modal-body .product-breakdown--embedded .product-breakdown-row:last-child{padding-bottom:.25rem}.product-breakup-heading{letter-spacing:.14em;text-transform:uppercase;color:var(--product-text);margin:0 0 1rem;font-size:.8125rem;font-weight:700}.product-breakup-heading--muted{color:var(--product-text-muted)}.product-breakup-table{flex-direction:column;gap:0;display:flex}.product-breakup--embedded .product-breakup-table,.product-breakdown--embedded.product-breakup .product-breakup-table{background:0 0;border:none;border-radius:0;margin-top:0;padding:0}.product-breakup-block--gold{border-bottom:1px solid color-mix(in srgb, var(--product-border-soft) 80%, transparent);padding-bottom:.85rem}.product-breakup-row{border-bottom:1px solid color-mix(in srgb, var(--product-border-soft) 80%, transparent);justify-content:space-between;align-items:center;gap:1rem;padding:.7rem 0;display:flex}.product-breakup-block--gold .product-breakup-row{border-bottom:none;padding:.2rem 0}.product-breakup-row--head{padding-top:0}.product-breakup-row--meta{padding-bottom:0}.product-breakup-row--grand{border-bottom:none;margin-top:.15rem;padding-top:.85rem;font-weight:700}.product-breakup-label{min-width:0;color:var(--product-text-body);flex:auto;font-size:.875rem;line-height:1.35}.product-breakup-row--grand .product-breakup-label{color:var(--product-text);font-weight:700}.product-breakup-weight,.product-breakup-rate{font-variant-numeric:tabular-nums;color:var(--product-text-muted);flex-shrink:0;font-size:.8125rem}.product-breakup-amount,.product-breakup-price{font-variant-numeric:tabular-nums;color:var(--product-text);flex-shrink:0;font-size:.875rem;font-weight:600}.product-breakup-prices{flex-shrink:0;justify-content:flex-end;align-items:baseline;gap:.45rem;display:inline-flex}.product-breakup-price--was{color:var(--product-text-strike);font-size:.8125rem;font-weight:500;text-decoration:line-through}.product-breakup-row--grand .product-breakup-price{font-family:var(--font-display);font-variant-numeric:tabular-nums;letter-spacing:.01em;color:var(--product-display-price-color);font-size:1.125rem;font-weight:600}.product-breakup-row--grand .product-breakup-price--was{color:var(--product-text-strike);font-size:.875rem;font-weight:600}.product-content-modal{width:100%;max-width:32rem;max-height:min(var(--product-modal-band-height,85dvh), 640px);background:#fff;background:var(--product-bg-card);border:1px solid var(--product-border);border-radius:1.5rem;flex-direction:column;display:flex;overflow:hidden;box-shadow:0 24px 80px #2f1c1247}.product-content-modal-header{border-bottom:1px solid var(--product-border-soft);justify-content:space-between;align-items:center;gap:1rem;padding:1.25rem 1.5rem;display:flex}.product-content-modal-title{color:var(--product-text);font-size:1.125rem;font-weight:900}.product-content-modal-close{width:2.25rem;height:2.25rem;color:var(--product-text-muted);background:var(--product-bg-soft);border:none;border-radius:9999px;justify-content:center;align-items:center;font-size:1.5rem;line-height:1;transition:background .2s,color .2s;display:flex}.product-content-modal-close:hover{color:var(--product-text);background:var(--product-border-soft)}.product-content-modal-body{padding:1.25rem 1.5rem 1.5rem;overflow-y:auto}@media (min-width:640px){.product-content-modal-body{padding:1.5rem 2rem 2rem}}.product-modal-overlay{--product-modal-band-height:calc(100dvh - var(--product-modal-inset-top,5.5rem) - var(--product-modal-inset-bottom,1rem));top:var(--product-modal-inset-top,5.5rem);right:0;bottom:var(--product-modal-inset-bottom,1rem);z-index:40;overscroll-behavior:contain;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#00000073;justify-content:center;align-items:center;padding:1rem;display:flex;position:fixed;left:0;overflow-y:auto}.product-modal-shell,.product-content-modal{flex-shrink:0;margin:auto}.product-modal-shell{width:100%;max-width:min(26rem,100vw - 1.25rem);max-height:min(var(--product-modal-band-height,85dvh), 640px);background:#fff;border:1px solid #e8e4de;border-radius:.5rem;flex-direction:column;display:flex;overflow:hidden;box-shadow:0 16px 48px #0000002e}@media (min-width:640px){.product-modal-shell{border-radius:.5rem;max-width:28rem}}.product-modal-shell .product-purchase--modal{height:100%;max-height:inherit}.product-modal-shell .product-purchase-modal-scroll{scrollbar-width:thin;scrollbar-color:var(--product-border-gold) var(--product-bg-soft)}.product-modal-shell .product-purchase-modal-scroll::-webkit-scrollbar{width:6px}.product-modal-shell .product-purchase-modal-scroll::-webkit-scrollbar-track{background:0 0}.product-modal-shell .product-purchase-modal-scroll::-webkit-scrollbar-thumb{background:#d4d4d4;border-radius:9999px}.sr-only{clip:rect(0, 0, 0, 0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.product-lightbox-overlay{z-index:300;cursor:zoom-out;background:#000000ed;justify-content:center;align-items:center;animation:.2s both product-reveal-up;display:flex;position:fixed;inset:0}.product-lightbox-img-wrap{cursor:default;flex-shrink:0;width:calc(100vw - 7rem);height:calc(100vh - 5rem);position:relative}.product-lightbox-img{object-fit:contain!important}.product-lightbox-close{z-index:10;color:#fff;cursor:pointer;background:#ffffff14;border:1.5px solid #ffffff40;border-radius:50%;place-items:center;width:2.5rem;height:2.5rem;padding:0;transition:background .18s,border-color .18s;display:grid;position:absolute;top:1rem;right:1rem}.product-lightbox-close:hover{background:#ffffff2e;border-color:#ffffff73}.product-lightbox-close svg{pointer-events:none;width:1.1rem;height:1.1rem}.product-lightbox-nav{z-index:10;color:#fff;cursor:pointer;background:#ffffff1f;border:none;border-radius:50%;place-items:center;width:3rem;height:3rem;padding:0;font-size:2rem;line-height:1;transition:background .18s;display:grid;position:absolute;top:50%;transform:translateY(-50%)}.product-lightbox-nav:hover{background:#ffffff3d}.product-lightbox-nav--prev{left:1rem}.product-lightbox-nav--next{right:1rem}.product-lightbox-counter{color:#ffffffd9;white-space:nowrap;background:#00000073;border:1px solid #ffffff1f;border-radius:999px;padding:.3rem .75rem;font-size:.8125rem;font-weight:600;position:absolute;bottom:1.25rem;left:50%;transform:translate(-50%)}@media (max-width:639px){.product-lightbox-nav--prev{left:.5rem}.product-lightbox-nav--next{right:.5rem}.product-lightbox-nav{width:2.5rem;height:2.5rem;font-size:1.5rem}}