:root{--vr-cream:#fcf9f2;--vr-cream-dark:#f5efe4;--vr-white:#fff;--vr-gold:#c59d5f;--vr-gold-light:#d4b483;--vr-gold-dark:#a67c3d;--vr-gold-muted:#c59d5f24;--vr-forest:#0a2a1b;--vr-forest-light:#123d28;--vr-forest-dark:#051a10;--vr-text:#2d2926;--vr-text-muted:#666;--vr-text-light:#8a8278;--vr-terracotta:#c45c26;--vr-leaf:#4f772d;--primary-background:var(--vr-forest);--header-bg:var(--vr-cream);--header-text:var(--vr-text);--header-accent:var(--vr-gold);--header-border:#c59d5f38;--announcement-bg:var(--vr-forest);--announcement-text:var(--vr-cream);--cream-background:var(--vr-cream);--primary-text:var(--vr-text);--text-gray:var(--vr-text);--text-muted:var(--vr-text-muted);--text-saffron:var(--vr-gold);--saffron-primary:var(--vr-gold);--saffron-light:var(--vr-gold-light);--saffron-dark:var(--vr-gold-dark);--gold:var(--vr-gold);--cream:var(--vr-cream);--brown:var(--vr-text);--brown-light:#6b5b4f;--white:var(--vr-white);--gray-light:var(--vr-cream-dark);--gray-medium:var(--vr-text-light);--shadow:#0a2a1b24;--footer-bg:var(--vr-forest);--footer-text:#fcf9f2c7;--footer-heading:var(--vr-gold);--footer-border:#c59d5f38;--container-max:1920px;--container-padding-x:3rem;--gap-xs:.5rem;--gap-s:.75rem;--gap-m:1rem;--gap-l:1.5rem;--gap-xl:2rem;--font-inter:"Inter", "Segoe UI", sans-serif;--font-ui:"Inter", "Segoe UI", sans-serif;--font-display:"Poppins", "Segoe UI", sans-serif;--font-heading:"Manrope", "Segoe UI", sans-serif;--font-serif:"Cormorant Garamond", "Georgia", serif;--font-body:var(--font-inter);--font-geist-sans:"Segoe UI", system-ui, sans-serif;--font-geist-mono:ui-monospace, "Cascadia Code", monospace}.product-card-1{background:var(--vr-white);border:1px solid #c59d5f33;border-radius:0;flex-direction:column;transition:transform .25s,box-shadow .25s,border-color .25s;display:flex;position:relative;overflow:hidden;box-shadow:0 8px 20px #0a2a1b14}.product-card-1:hover{border-color:#c59d5f59;transform:translateY(-4px);box-shadow:0 14px 28px #0a2a1b1f}.product-card-1 .image-container{aspect-ratio:1;background:var(--vr-cream-dark);position:relative;overflow:hidden}.product-card-1 .product-image{object-fit:cover;width:100%;height:100%;transition:transform .35s}.product-card-1 .image-container>a{width:100%;height:100%;display:block}.product-card-1:hover .product-image{transform:scale(1.05)}.product-card-1 .badges{gap:var(--gap-xs);z-index:2;flex-direction:column;display:flex;position:absolute;top:12px;left:12px}.product-card-1 .badge{color:#fff;letter-spacing:.04em;text-transform:uppercase;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);border-radius:999px;padding:.4rem .65rem;font-size:.7rem;font-weight:800;line-height:1;box-shadow:0 6px 14px #0a2a1b24}.product-card-1 .badge.new{background:linear-gradient(135deg,#1a6b5c 0%,#0f766e 100%);border:1px solid #ffffff38}.product-card-1 .badge.sale{background:linear-gradient(135deg,#c45c26 0%,#a34a1c 55%,#8d3f16 100%);border:1px solid #ffffff47;box-shadow:0 6px 16px #c45c2659,inset 0 1px #ffffff40}.product-card-1 .quick-actions{gap:var(--gap-xs);z-index:2;flex-direction:column;display:flex;position:absolute;top:12px;right:12px}.product-card-1 .action-btn{background:var(--vr-white);cursor:pointer;border:1px solid #c59d5f40;border-radius:50%;justify-content:center;align-items:center;width:34px;height:34px;transition:all .2s;display:inline-flex}.product-card-1 .action-btn:hover{background:var(--vr-cream-dark);transform:scale(1.05)}.product-card-1 .action-btn:focus-visible{outline:2px solid var(--vr-gold);outline-offset:2px}.product-card-1 .action-btn svg{width:16px;height:16px;color:var(--vr-gold-dark)}.product-card-1 .action-btn.is-wished,.product-card-1 .action-btn.is-wished svg{color:var(--vr-terracotta)}.product-card-1 .add-to-cart-container{opacity:0;z-index:2;transition:opacity .2s,transform .2s;position:absolute;bottom:12px;left:12px;right:12px;transform:translateY(8px)}.product-card-1:hover .add-to-cart-container{opacity:1;transform:translateY(0)}.product-card-1 .add-to-cart-btn{color:#fff;background:var(--primary-background);justify-content:center;align-items:center;gap:var(--gap-s);cursor:pointer;border:none;border-radius:0;width:100%;padding:9px 14px;font-size:14px;font-weight:600;transition:background .2s,opacity .2s;display:inline-flex}.product-card-1 .add-to-cart-btn:hover:not(:disabled){background:var(--vr-gold-dark)}.product-card-1 .add-to-cart-btn:disabled{opacity:.7;cursor:not-allowed}.product-card-1 .content{gap:var(--gap-s);flex-direction:column;padding:14px 14px 16px;display:flex}.product-card-1 .category{color:var(--vr-gold);text-transform:uppercase;letter-spacing:.08em;font-size:12px;font-weight:700}.product-card-1 .product-name{font-family:var(--font-display);color:var(--vr-text);-webkit-line-clamp:2;-webkit-box-orient:vertical;min-height:44px;margin:0;font-size:16px;font-weight:700;line-height:1.4;display:-webkit-box;overflow:hidden}.product-card-1 .product-name a{color:inherit;text-decoration:none}.product-card-1 .product-name a:hover{color:var(--vr-gold-dark)}.product-card-1 .rating{align-items:center;gap:var(--gap-xs);min-height:20px;display:flex}.product-card-1 .star{width:15px;height:15px}.product-card-1 .star.filled{fill:var(--vr-gold);color:var(--vr-gold)}.product-card-1 .star.empty{color:#d7d2cb}.product-card-1 .review-count{color:#7b746e;margin-left:4px;font-size:13px}.product-card-1 .price-section{justify-content:space-between;align-items:baseline;gap:var(--gap-s);margin-top:2px;display:flex}.product-card-1 .prices{align-items:baseline;gap:var(--gap-s);display:flex}.product-card-1 .current-price{color:var(--vr-text);font-size:20px;font-weight:800}.product-card-1 .original-price{color:#8a8077;font-size:13px;text-decoration:line-through}.product-card-1 .stock-status{white-space:nowrap;font-size:12px;font-weight:700}.product-card-1 .stock-status.in-stock{color:#047857}.product-card-1 .stock-status.out-of-stock{color:#b91c1c}@media (max-width:768px){.product-card-1 .quick-actions{top:10px;right:10px}.product-card-1 .add-to-cart-container{opacity:1;transform:translateY(0)}.product-card-1 .current-price{font-size:18px}}.commerce-page{background:radial-gradient(circle at top left, #c59d5f1f, transparent 42%), linear-gradient(180deg, var(--vr-cream) 0%, var(--vr-cream-dark) 100%);min-height:60vh;padding:2.5rem 0 4rem}.commerce-container{width:100%;max-width:var(--container-max,1920px);padding:0 var(--container-padding-x,3rem);margin:0 auto}.commerce-header{justify-content:space-between;align-items:flex-start;gap:var(--gap-m);display:flex}.commerce-eyebrow{color:var(--vr-gold-dark);font-family:var(--font-ui);letter-spacing:.08em;text-transform:uppercase;margin:0 0 .35rem;font-size:.8rem}.commerce-header h1,.commerce-empty h1,.commerce-success h1,.place-order-main-loading h1{color:var(--vr-forest);font-family:var(--font-heading);margin:0;font-size:clamp(1.75rem,3vw,2.35rem)}.commerce-muted{color:var(--vr-text-muted);margin:.35rem 0 0;font-size:.95rem}.commerce-text-btn{color:var(--vr-forest);cursor:pointer;font:inherit;text-underline-offset:3px;background:0 0;border:0;text-decoration:underline}.commerce-text-btn.center{text-align:center;margin-top:.75rem;display:block}.commerce-alert.error{color:var(--vr-terracotta);background:#c45c261a;border:1px solid #c45c2647;margin-bottom:1rem;padding:.85rem 1rem}.commerce-empty,.commerce-success{text-align:center;justify-items:center;gap:var(--gap-s);padding:4rem 1rem;display:grid}.commerce-success svg{color:var(--vr-leaf)}.commerce-grid{gap:var(--gap-l);grid-template-columns:minmax(0,1.6fr) minmax(280px,.9fr);align-items:start;display:grid}.place-order-flow .add-cart-sec.place-order-grid{gap:var(--gap-l);grid-template-columns:minmax(0,1fr) minmax(400px,400px);align-items:start;width:100%;display:grid}.place-order-flow .productcards.place-order-main{min-width:0}.place-order-flow .price-details.place-order-summary{width:100%;min-width:0}.order-summary-stack{gap:var(--gap-m);flex-direction:column;width:100%;display:flex}.commerce-list{gap:var(--gap-m);display:grid}.commerce-line{gap:var(--gap-m);background:var(--vr-white);border:1px solid #c59d5f38;grid-template-columns:96px minmax(0,1fr);padding:1rem;display:grid}.commerce-line-media,.commerce-line-placeholder,.commerce-summary-thumb{background:var(--vr-cream-dark);width:96px;height:96px;display:block;overflow:hidden}.commerce-line-media img,.commerce-summary-thumb img{object-fit:cover;width:100%;height:100%}.commerce-summary-thumb{flex-shrink:0;width:48px;height:48px}.commerce-line-body{gap:var(--gap-s);min-width:0;display:grid}.commerce-line-top{justify-content:space-between;gap:var(--gap-m);display:flex}.commerce-line-title{color:var(--vr-forest);font-family:var(--font-heading);font-weight:650;text-decoration:none}.commerce-line-price{color:var(--vr-text);white-space:nowrap;margin:0;font-weight:650}.commerce-line-actions{align-items:center;gap:var(--gap-s) var(--gap-m);flex-wrap:wrap;display:flex}.commerce-qty{background:var(--vr-cream);border:1px solid #c59d5f59;align-items:center;display:inline-flex}.commerce-qty button{width:2rem;height:2rem;color:var(--vr-forest);cursor:pointer;background:0 0;border:0;justify-content:center;align-items:center;display:inline-flex}.commerce-qty button:disabled{opacity:.4;cursor:not-allowed}.commerce-qty span{text-align:center;min-width:2rem;font-weight:600}.commerce-remove{align-items:center;gap:var(--gap-xs);color:var(--vr-terracotta);cursor:pointer;font:inherit;background:0 0;border:0;display:inline-flex}.commerce-summary{background:var(--vr-white);border:1px solid #c59d5f38;padding:1.25rem;position:sticky;top:5.5rem}.commerce-summary h2,.commerce-form-section h2{font-family:var(--font-heading);color:var(--vr-forest);margin:0 0 1rem;font-size:1.15rem}.commerce-summary-row{justify-content:space-between;gap:var(--gap-m);color:var(--vr-text-muted);margin-bottom:.75rem;font-size:.95rem;display:flex}.commerce-summary-row.total{color:var(--vr-forest);border-top:1px solid #c59d5f38;margin-top:1rem;padding-top:.85rem;font-size:1.05rem}.commerce-checkout-btn{justify-content:center;width:100%;margin-top:1rem;text-decoration:none;display:flex}.commerce-form{gap:var(--gap-m);display:grid}.commerce-form-section{background:var(--vr-white);border:1px solid #c59d5f38;padding:1.25rem}.commerce-form-grid{gap:var(--gap-m);grid-template-columns:repeat(2,minmax(0,1fr));display:grid}.commerce-form-grid label{gap:var(--gap-xs);color:var(--vr-text);font-size:.9rem;display:grid}.commerce-form-grid .span-2{grid-column:span 2}.commerce-form-grid input,.commerce-form-grid textarea{background:var(--vr-cream);width:100%;color:var(--vr-text);font:inherit;border:1px solid #c59d5f59;padding:.7rem .8rem}.commerce-form-grid input:focus,.commerce-form-grid textarea:focus{outline-offset:1px;outline:2px solid #c59d5f73}.commerce-payment-options{gap:var(--gap-s);display:grid}.commerce-payment-option{gap:var(--gap-s);background:var(--vr-cream);cursor:pointer;border:1px solid #c59d5f47;grid-template-columns:auto 1fr;align-items:start;padding:.9rem;display:grid}.commerce-payment-option.disabled{opacity:.55;cursor:not-allowed}.commerce-payment-option span{gap:var(--gap-xs);display:grid}.commerce-payment-option strong{color:var(--vr-forest)}.commerce-payment-option em{color:var(--vr-text-muted);font-size:.88rem;font-style:normal}.commerce-summary-items{gap:var(--gap-s);margin:0 0 1rem;padding:0;list-style:none;display:grid}.commerce-summary-items li{gap:var(--gap-s);grid-template-columns:48px minmax(0,1fr) auto;align-items:center;display:grid}.commerce-summary-items strong{color:var(--vr-forest);font-size:.92rem;display:block}.commerce-summary-items span{color:var(--vr-text-muted);font-size:.82rem;display:block}.commerce-summary-items em{white-space:nowrap;font-style:normal;font-weight:650}.cart-count-badge{background:var(--vr-terracotta);min-width:18px;height:18px;color:var(--vr-white);border-radius:50%;justify-content:center;align-items:center;padding:0 5px;font-size:11px;line-height:1;display:inline-flex;position:absolute;top:-6px;right:-6px}@media (max-width:860px){.commerce-grid{grid-template-columns:1fr}.commerce-summary{position:static}.commerce-form-grid{grid-template-columns:1fr}.commerce-form-grid .span-2{grid-column:span 1}}@media (max-width:560px){.commerce-line{grid-template-columns:72px minmax(0,1fr)}.commerce-line-media,.commerce-line-placeholder{width:72px;height:72px}.commerce-header{flex-direction:column}}.place-order-flow .sticky-summary{align-self:start;position:sticky;top:5.5rem}@media (max-width:960px){.place-order-flow .add-cart-sec.place-order-grid{grid-template-columns:1fr}.place-order-flow .sticky-summary{position:static}}@media (max-width:860px){.place-order-flow .sticky-summary{position:static}}.commerce-route-group{width:100%;min-height:50vh}.commerce-surface{background:var(--vr-cream);font-family:var(--font-body);padding:2.75rem 0 3.5rem}.cart-clear-btn{align-items:center;gap:var(--gap-xs);background:var(--vr-white);color:var(--vr-forest);font:inherit;cursor:pointer;border:1px solid #c59d5f66;border-radius:0;padding:.55rem .9rem;font-size:.875rem;font-weight:500;text-decoration:none;transition:border-color .2s,background-color .2s;display:inline-flex}.cart-clear-btn:hover:not(:disabled){border-color:var(--vr-gold);background:var(--vr-gold-muted)}.cart-clear-btn:disabled{opacity:.5;cursor:not-allowed}.cart-grid{gap:var(--gap-l)}.cart-main{gap:var(--gap-l);min-width:0;display:grid}.cart-list{gap:var(--gap-m)}.cart-skeleton{pointer-events:none}.cart-skeleton-line{align-items:stretch}.cart-skeleton-thumb{background:linear-gradient(90deg,#c59d5f1f,#c59d5f38,#c59d5f1f) 0 0/200% 100%;flex-shrink:0;width:112px;height:112px;animation:1.2s ease-in-out infinite order-summary-shimmer}.cart-skeleton-body{gap:var(--gap-s);align-content:space-between;width:100%;min-width:0;display:grid}.cart-skeleton-top{justify-content:space-between;gap:var(--gap-m);display:flex}.cart-skeleton-copy{gap:var(--gap-xs);flex-direction:column;flex:1;min-width:0;display:flex}.cart-skeleton-actions{align-items:center;gap:var(--gap-s) var(--gap-m);flex-wrap:wrap;display:flex}.cart-skeleton-bar{background:linear-gradient(90deg,#c59d5f1f,#c59d5f38,#c59d5f1f) 0 0/200% 100%;border-radius:0;animation:1.2s ease-in-out infinite order-summary-shimmer;display:block}.cart-skeleton-bar--title{width:min(14rem,70%);height:1.1rem}.cart-skeleton-bar--meta{width:min(8rem,40%);height:.75rem}.cart-skeleton-bar--price{flex-shrink:0;width:4.5rem;height:1.1rem}.cart-skeleton-bar--qty{width:5.5rem;height:2rem}.cart-skeleton-bar--unit{width:4rem;height:.85rem}.cart-skeleton-bar--remove{width:4.25rem;height:.85rem}.cart-skeleton-bar--clear{align-self:flex-start;width:6.5rem;height:2.25rem}.cart-line{gap:var(--gap-m);border:1px solid #c59d5f2e;border-radius:0;grid-template-columns:112px minmax(0,1fr);padding:1.15rem 1.25rem;box-shadow:0 1px 2px #0a2a1b0a}.cart-line-media,.cart-line .commerce-line-placeholder{border-radius:0;width:112px;height:112px}.commerce-surface .commerce-line-title{font-family:var(--font-heading);font-size:1.15rem;font-weight:650}.cart-line-variant{color:var(--vr-text-muted);margin:.2rem 0 0;font-size:.9rem}.commerce-surface .commerce-line-price{color:var(--vr-forest);font-size:1.05rem;font-weight:700}.cart-line-actions{gap:var(--gap-s) var(--gap-m)}.cart-qty{background:var(--vr-cream);border-color:#c59d5f4d;border-radius:0;overflow:hidden}.cart-qty button{width:2.15rem;height:2.15rem}.cart-qty span{min-width:1.75rem;font-size:.95rem}.cart-unit-price{color:var(--vr-text-muted);margin:0;font-size:.9rem}.cart-unit-mrp,.commerce-line-mrp{color:var(--vr-text-muted);opacity:.75;font-weight:400;text-decoration:line-through}.cart-unit-mrp{font-size:.8rem}.commerce-line-price-wrap{align-items:flex-end;gap:var(--gap-xs);text-align:right;flex-direction:column;display:flex}.commerce-line-mrp{margin:0;font-size:.82rem}.cart-line-offer{color:var(--vr-leaf);margin:.2rem 0 0;font-size:.78rem;font-weight:600}.checkout-order-price{align-items:flex-end}.checkout-order-price strong{font-weight:700}.commerce-surface .commerce-remove{color:#b42318;margin-left:auto;font-size:.875rem;font-weight:500}.cart-summary{border-color:#c59d5f33;border-radius:0;padding:1.5rem;box-shadow:0 2px 12px #0a2a1b0d}.cart-summary h2{font-family:var(--font-heading);margin-bottom:1.15rem;font-size:1.35rem;font-weight:700}.cart-summary .commerce-summary-row.total{margin-bottom:1rem}.cart-summary .commerce-summary-row.total strong{font-size:1.2rem}.cart-shipping-banner{align-items:flex-start;gap:var(--gap-s);color:var(--vr-forest);background:#4f772d1a;border-radius:0;margin-bottom:1.15rem;padding:.85rem .95rem;display:flex}.cart-shipping-banner.is-free{background:#4f772d29}.cart-shipping-banner svg{color:var(--vr-leaf);flex-shrink:0;margin-top:.1rem}.cart-shipping-banner p{margin:0;font-size:.88rem;font-weight:500;line-height:1.4}.cart-btn{justify-content:center;align-items:center;gap:var(--gap-xs);width:100%;font:inherit;cursor:pointer;border-radius:0;padding:.9rem 1.1rem;font-size:.95rem;font-weight:600;text-decoration:none;transition:background-color .2s,border-color .2s,color .2s;display:inline-flex}.cart-btn-primary{background:var(--vr-gold);color:var(--vr-forest);border:1px solid #0000;margin-bottom:.7rem}.cart-btn-primary:hover:not(:disabled){background:var(--vr-gold-dark);color:var(--vr-white)}.cart-btn-secondary{background:var(--vr-white);color:var(--vr-forest);border:1.5px solid #0a2a1b38;margin-bottom:0}.cart-btn-secondary:hover{border-color:var(--vr-forest);background:var(--vr-cream)}.cart-trust{gap:var(--gap-m);grid-template-columns:repeat(4,minmax(0,1fr));padding:.25rem 0 .5rem;display:grid}.cart-trust-item{gap:var(--gap-s);align-items:flex-start;display:flex}.cart-trust-icon{background:var(--vr-gold-muted);width:2.4rem;height:2.4rem;color:var(--vr-gold-dark);border-radius:0;flex-shrink:0;justify-content:center;align-items:center;display:inline-flex}.cart-trust-item strong{color:var(--vr-forest);margin-bottom:.15rem;font-size:.88rem;font-weight:650;display:block}.cart-trust-item p{color:var(--vr-text-muted);margin:0;font-size:.78rem;line-height:1.35}.cart-trust-strip{justify-content:center;align-items:center;gap:var(--gap-s) var(--gap-l);color:var(--vr-text-muted);border-top:1px solid #c59d5f38;border-bottom:1px solid #c59d5f38;flex-wrap:wrap;margin-top:2.5rem;padding:1rem 1.25rem;font-size:.82rem;display:flex}.cart-trust-strip-item{align-items:center;gap:var(--gap-xs);white-space:nowrap;display:inline-flex}.cart-trust-strip-item svg{color:var(--vr-gold-dark)}.cart-empty .cart-empty-icon{background:var(--vr-gold-muted);width:4.5rem;height:4.5rem;color:var(--vr-gold-dark);border-radius:0;justify-content:center;align-items:center;margin-bottom:.5rem;display:inline-flex}.cart-empty .cart-btn{width:auto;min-width:12rem;margin-top:.5rem}.commerce-surface .commerce-form-section h2,.commerce-surface .cart-summary h2{font-family:var(--font-heading);font-weight:700}.checkout-section{border-color:#c59d5f2e;border-radius:0;padding:1.35rem 1.4rem;box-shadow:0 1px 2px #0a2a1b0a}.checkout-section h2{margin-bottom:1.1rem;font-size:1.2rem}.commerce-surface .commerce-form-grid input,.commerce-surface .commerce-form-grid textarea{background:var(--vr-cream);border-color:#c59d5f4d;border-radius:0;padding:.75rem .9rem}.commerce-surface .commerce-form-grid input:focus,.commerce-surface .commerce-form-grid textarea:focus{background:var(--vr-white);outline:2px solid #c59d5f73}.checkout-payment{align-items:center;gap:var(--gap-s);background:var(--vr-cream);border:1.5px solid #c59d5f47;border-radius:0;grid-template-columns:auto auto 1fr;padding:.95rem 1rem;transition:border-color .2s,background-color .2s;display:grid}.checkout-payment.is-selected{border-color:var(--vr-gold);background:var(--vr-gold-muted)}.checkout-payment-icon{background:var(--vr-white);width:2.25rem;height:2.25rem;color:var(--vr-gold-dark);border-radius:0;justify-content:center;align-items:center;display:inline-flex}.checkout-payment.disabled .checkout-payment-icon{opacity:.6}.checkout-submit{margin-top:.25rem;margin-bottom:0}.checkout-submit:disabled{opacity:.55;cursor:not-allowed}.checkout-summary-items{border-bottom:1px solid #c59d5f33;margin-bottom:1.1rem;padding-bottom:1rem}.checkout-summary-thumb{border-radius:0;width:56px;height:56px;overflow:hidden}.checkout-secure-note{align-items:center;gap:var(--gap-xs);color:var(--vr-text-muted);margin:0 0 .85rem;font-size:.82rem;display:flex}.checkout-secure-note svg{color:var(--vr-leaf);flex-shrink:0}.checkout-summary-hint{color:var(--vr-text-muted);margin:0 0 .85rem;font-size:.85rem;line-height:1.4}.checkout-summary-error{margin:0 0 .85rem}.order-summary-empty{align-items:center;gap:var(--gap-s);text-align:center;color:var(--vr-text-muted);flex-direction:column;padding:1.5rem .5rem .5rem;display:flex}.order-summary-empty p{margin:0;font-size:.92rem;line-height:1.4}.order-summary-discount{color:var(--vr-leaf)}.order-summary-discount span{align-items:center;gap:var(--gap-xs);display:inline-flex}.order-summary-discount strong{color:var(--vr-leaf)}.order-summary-free{color:var(--vr-leaf);font-weight:600}.order-summary-save{color:var(--vr-leaf);margin:0 0 .85rem;font-size:.88rem;font-weight:600;line-height:1.4}.order-summary-coupon{border-top:1px solid #c59d5f33;margin:0 0 1rem;padding:.85rem 0 0}.order-summary-coupon__label{color:#334155;margin:0 0 .55rem;font-size:.86rem;font-weight:600}.order-summary-coupon__form{gap:.5rem;display:flex}.order-summary-coupon__input{letter-spacing:.03em;text-transform:uppercase;background:#fff;border:1px solid #0f3d322e;flex:1;min-width:0;padding:.55rem .7rem;font-size:.85rem;font-weight:600}.order-summary-coupon__input:focus{outline-offset:1px;outline:2px solid #0f3d3240}.order-summary-coupon__apply{background:var(--vr-forest,#0f3d32);color:#fff;cursor:pointer;border:none;flex:none;padding:.55rem .9rem;font-size:.82rem;font-weight:700}.order-summary-coupon__apply:disabled{opacity:.55;cursor:not-allowed}.order-summary-coupon__applied{background:#0f3d320f;border:1px solid #0f3d3224;justify-content:space-between;align-items:center;gap:.75rem;padding:.55rem .7rem;display:flex}.order-summary-coupon__applied>span{letter-spacing:.03em;color:var(--vr-forest,#0f3d32);align-items:center;gap:.4rem;font-size:.86rem;font-weight:700;display:inline-flex}.order-summary-coupon__remove{color:#b91c1c;cursor:pointer;background:0 0;border:none;align-items:center;gap:.25rem;font-size:.78rem;font-weight:600;display:inline-flex}.order-summary-coupon__error{color:#b91c1c;margin:.45rem 0 0;font-size:.78rem}.order-summary-empty-actions{gap:var(--gap-xs);flex-direction:column;width:100%;margin-top:.35rem;display:flex}.order-summary-trust{gap:var(--gap-xs);background:var(--vr-white);border:1px solid #c59d5f33;border-radius:0;flex-direction:column;padding:.85rem 1rem;display:flex}.order-summary-trust-item{align-items:center;gap:var(--gap-xs);color:var(--vr-text-muted);font-size:.8rem;line-height:1.3;display:inline-flex}.order-summary-trust-item svg{color:var(--vr-leaf);flex-shrink:0}.order-summary-skel{background:linear-gradient(90deg,#c59d5f1f,#c59d5f38,#c59d5f1f) 0 0/200% 100%;border-radius:0;height:1rem;margin-bottom:.75rem;animation:1.2s ease-in-out infinite order-summary-shimmer}.order-summary-skel--title{width:55%;height:1.35rem;margin-bottom:1.25rem}.order-summary-skel--total{height:1.5rem;margin-top:.5rem}.order-summary-skel--cta{height:2.75rem;margin-top:1rem;margin-bottom:0}@keyframes order-summary-shimmer{0%{background-position:100% 0}to{background-position:-100% 0}}.checkout-accordion{gap:var(--gap-s);flex-direction:column;display:flex}.checkout-step{background:var(--vr-white);border:1px solid #c59d5f38;border-radius:0;padding:1.2rem 1.35rem;box-shadow:0 1px 2px #0a2a1b0a}.checkout-step--locked{opacity:.55;background:#fff9}.checkout-step--open{border-color:#c59d5f61}.checkout-step--done{border-color:#2d6a4f47}.checkout-step-head{align-items:center;gap:var(--gap-s);margin-bottom:.65rem;display:flex}.checkout-step-head h3{font-family:var(--font-heading);color:var(--vr-forest);margin:0;font-size:1.15rem;font-weight:700}.checkout-step-num{background:var(--vr-forest);width:1.75rem;height:1.75rem;color:var(--vr-cream);border-radius:0;flex-shrink:0;justify-content:center;align-items:center;font-size:.85rem;font-weight:700;display:inline-flex}.checkout-step--done .checkout-step-num{background:var(--vr-leaf)}.checkout-step-title-row{align-items:center;gap:var(--gap-xs);flex:1;min-width:0;display:flex}.checkout-step-check{color:var(--vr-leaf);flex-shrink:0}.checkout-step-head .cart-clear-btn{margin-left:auto}.checkout-step-copy,.checkout-step-meta{color:var(--vr-text-muted);margin:0;font-size:.9rem;line-height:1.45}.checkout-step-actions{gap:var(--gap-s);flex-wrap:wrap;margin-top:1rem;display:flex}.checkout-step .commerce-form-grid{margin-top:.35rem}.checkout-address-preview{gap:var(--gap-xs);color:var(--vr-text);flex-direction:column;font-size:.92rem;line-height:1.45;display:flex}.checkout-address-preview strong{color:var(--vr-forest);font-weight:600}.checkout-address-preview span{color:var(--vr-text-muted);font-size:.88rem}.checkout-address-preview p{margin:.35rem 0 0}.checkout-saved-addresses{margin-bottom:1rem}.checkout-saved-address-list{gap:var(--gap-s);flex-direction:column;margin:.75rem 0;padding:0;list-style:none;display:flex}.checkout-saved-address-card{text-align:left;gap:var(--gap-xs);width:100%;color:var(--vr-text);cursor:pointer;font:inherit;background:#ffffffe6;border:1px solid #c59d5f47;flex-direction:column;padding:.85rem 1rem;transition:border-color .15s,background .15s;display:flex}.checkout-saved-address-card:hover{background:#2d6a4f0a;border-color:#2d6a4f73}.checkout-saved-address-card strong{color:var(--vr-forest);font-weight:600}.checkout-saved-address-card span{color:var(--vr-text-muted);font-size:.88rem;line-height:1.4}.checkout-order-list{gap:var(--gap-s);flex-direction:column;margin:.25rem 0 1rem;padding:0;list-style:none;display:flex}.checkout-order-item{gap:var(--gap-s);border-bottom:1px solid #c59d5f29;grid-template-columns:64px minmax(0,1fr);align-items:start;padding-bottom:.85rem;display:grid}.checkout-order-item:last-child{border-bottom:0;padding-bottom:0}.checkout-order-body{gap:var(--gap-s);flex-direction:column;min-width:0;display:flex}.checkout-order-top{justify-content:space-between;align-items:flex-start;gap:var(--gap-s);display:flex}.checkout-order-actions{align-items:center;gap:var(--gap-s);flex-wrap:wrap;display:flex}.checkout-order-thumb{background:var(--vr-cream);border-radius:0;width:64px;height:64px;display:block;overflow:hidden}.checkout-order-thumb img{object-fit:cover;width:100%;height:100%}.checkout-payment-block{margin-top:.25rem}.checkout-login-panel{gap:var(--gap-m);grid-template-columns:minmax(0,1.1fr) minmax(0,.9fr);margin-top:.35rem;display:grid}.checkout-login-form-col{min-width:0}.checkout-login-form .auth-form-fields{gap:var(--gap-s)}.checkout-login-terms{color:var(--vr-text-muted);margin:0;font-size:.8rem;line-height:1.45}.checkout-login-terms a{color:var(--vr-forest);text-underline-offset:2px;font-weight:600;text-decoration:underline}.checkout-login-guest{align-items:stretch;gap:var(--gap-s);border-top:1px solid #c59d5f33;flex-direction:column;margin-top:1rem;padding-top:1rem;display:flex}.checkout-login-guest>span{color:var(--vr-text-muted);text-transform:uppercase;letter-spacing:.06em;align-self:center;font-size:.8rem}.checkout-login-signed-in{align-items:flex-start;gap:var(--gap-s);flex-direction:column;display:flex}.checkout-login-switch{color:var(--vr-leaf);font:inherit;cursor:pointer;text-align:left;background:0 0;border:0;padding:0;font-size:.9rem;font-weight:600}.checkout-login-switch:hover{text-decoration:underline}.checkout-login-advantages{background:#0a2a1b0a;border:1px solid #c59d5f2e;border-radius:0;padding:1rem 1.1rem}.checkout-login-advantages h4{font-family:var(--font-heading);color:var(--vr-forest);margin:0 0 .85rem;font-size:.95rem;font-weight:700}.checkout-login-advantages ul{gap:var(--gap-s);flex-direction:column;margin:0;padding:0;list-style:none;display:flex}.checkout-login-advantages li{gap:var(--gap-s);grid-template-columns:auto 1fr;align-items:start;display:grid}.checkout-login-advantage-icon{background:var(--vr-white);width:2rem;height:2rem;color:var(--vr-gold-dark);border-radius:0;justify-content:center;align-items:center;display:inline-flex}.checkout-login-advantages strong{color:var(--vr-forest);font-size:.88rem;display:block}.checkout-login-advantages p{color:var(--vr-text-muted);margin:.15rem 0 0;font-size:.8rem;line-height:1.4}.checkout-login-new{color:var(--vr-text-muted);margin:1rem 0 0;font-size:.85rem}.checkout-login-new a{color:var(--vr-forest);font-weight:600}@media (max-width:720px){.checkout-login-panel{grid-template-columns:1fr}}@media (max-width:960px){.cart-trust{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:860px){.commerce-surface .commerce-remove{margin-left:0}}@media (max-width:560px){.cart-line{grid-template-columns:80px minmax(0,1fr);padding:.95rem}.cart-line-media,.cart-line .commerce-line-placeholder{width:80px;height:80px}.cart-trust{grid-template-columns:1fr}.cart-trust-strip{justify-content:flex-start;gap:var(--gap-s) var(--gap-m)}}.thankyou-page .thankyou-hero{text-align:center;margin-bottom:2rem}.thankyou-actions{gap:var(--gap-s);flex-wrap:wrap;justify-content:center;margin-top:1.25rem;display:flex}.thankyou-actions .btn{align-items:center;gap:var(--gap-xs);display:inline-flex}.thankyou-grid{gap:var(--gap-m);grid-template-columns:minmax(0,1fr) minmax(280px,360px);align-items:start;display:grid}.thankyou-panel{background:#ffffffb8;border:1px solid #0a2a1b14;padding:1.25rem 1.35rem}.thankyou-panel h2{color:var(--vr-forest);font-family:var(--font-heading);margin:0 0 .85rem;font-size:1.15rem}.thankyou-panel p{color:var(--vr-ink,#1a1a1a);margin:0 0 .75rem;line-height:1.55}.account-page{background:radial-gradient(circle at top left, #c59d5f1f, transparent 42%), linear-gradient(180deg, var(--vr-cream) 0%, var(--vr-cream-dark) 100%);min-height:60vh;padding:2.5rem 0 4rem}.account-container{width:100%;max-width:var(--container-max,1920px);padding:0 var(--container-padding-x,3rem);margin:0 auto}.account-header{margin-bottom:1.75rem}.account-header h1,.vr-page-title{color:var(--vr-forest);font-family:var(--font-heading);margin:0;font-size:clamp(1.75rem,3vw,2.35rem)}.account-layout{gap:var(--gap-l);grid-template-columns:200px minmax(0,1fr);align-items:start;display:grid}.account-nav{gap:var(--gap-xs);flex-direction:column;display:flex}.account-nav-link{color:var(--vr-forest);font-family:var(--font-ui);border-left:2px solid #0000;padding:.65rem .85rem;font-size:.95rem;text-decoration:none}.account-nav-link:hover,.account-nav-link.is-active{border-left-color:var(--vr-gold-dark);background:#ffffff8c}.account-main{min-width:0}.account-error{color:#8b1e1e;margin-bottom:1rem}.account-empty{gap:var(--gap-s);background:#ffffffc7;border:1px solid #0a2a1b14;justify-items:start;padding:2rem 1.5rem;display:grid}.account-empty-icon{width:3rem;height:3rem;color:var(--vr-forest);background:#0a2a1b0f;border-radius:0;place-items:center;display:grid}.account-empty h2{color:var(--vr-forest);font-family:var(--font-heading);margin:0}.account-profile{gap:var(--gap-m);display:grid}.account-profile-hero{align-items:center;gap:var(--gap-m);color:#fff;background:linear-gradient(135deg,#0a2a1beb,#0a2a1bc7),#0a2a1be6;padding:1.35rem 1.4rem;display:flex}.account-profile-avatar{width:5.5rem;height:5.5rem;font-family:var(--font-heading);letter-spacing:.04em;background:#c59d5f59;border:2px solid #ffffff59;border-radius:0;flex-shrink:0;place-items:center;font-size:1.45rem;display:grid;overflow:hidden}.account-profile-avatar img{object-fit:cover;width:100%;height:100%}.account-profile-hero-copy h2{font-family:var(--font-heading);margin:0 0 .35rem;font-size:clamp(1.35rem,2.5vw,1.75rem)}.account-profile-hero-copy .commerce-muted{color:#ffffffc7;margin:0}.account-profile-card{background:#ffffffc7;border:1px solid #0a2a1b14;padding:1.2rem 1.35rem}.account-profile-card-head{align-items:center;gap:var(--gap-xs);color:var(--vr-forest);margin-bottom:1rem;display:flex}.account-profile-card-head h3{font-family:var(--font-heading);margin:0;font-size:1.1rem}.account-profile-fields{gap:var(--gap-s);margin:0;display:grid}.account-profile-fields>div{gap:var(--gap-xs);border-bottom:1px solid #0a2a1b0f;padding-bottom:.85rem;display:grid}.account-profile-fields>div:last-child{border-bottom:0;padding-bottom:0}.account-profile-fields dt{align-items:center;gap:var(--gap-xs);letter-spacing:.04em;text-transform:uppercase;color:var(--vr-text-light,#667066);font-size:.78rem;display:inline-flex}.account-profile-fields dd{color:var(--vr-ink,#1a1a1a);margin:0;font-size:1rem}.account-profile-links{gap:var(--gap-s);display:grid}.account-profile-link{gap:var(--gap-s);color:inherit;background:#ffffffc7;border:1px solid #0a2a1b14;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;padding:.95rem 1.1rem;text-decoration:none;transition:border-color .2s,background .2s;display:grid}.account-profile-link:hover{background:#fffffff2;border-color:#c59d5f8c}.account-profile-link-icon{width:2.4rem;height:2.4rem;color:var(--vr-forest);background:#0a2a1b0f;place-items:center;display:grid}.account-profile-link strong{color:var(--vr-forest);font-family:var(--font-ui);display:block}.account-profile-link em{color:var(--vr-text-light,#667066);margin-top:.15rem;font-size:.86rem;font-style:normal;display:block}.account-logout-btn{justify-content:center;align-items:center;gap:var(--gap-xs);color:#8b1e1e;width:fit-content;font-family:var(--font-ui);cursor:pointer;background:0 0;border:1px solid #8b1e1e40;margin-top:.25rem;padding:.7rem 1.1rem;font-size:.92rem;transition:background .2s;display:inline-flex}.account-logout-btn:hover{background:#8b1e1e0f}.account-orders{gap:var(--gap-s);display:grid}.account-orders-summary{color:var(--vr-text-light,#667066);margin:0;font-size:.9rem}.account-order-list{gap:var(--gap-s);margin:0;padding:0;list-style:none;display:grid}.account-order-card{background:#ffffffc7;border:1px solid #0a2a1b14;transition:border-color .2s,box-shadow .2s}.account-order-card:hover{border-color:#c59d5f73;box-shadow:0 8px 24px #0a2a1b0f}.account-order-card-link{gap:var(--gap-m);color:inherit;padding:1.1rem 1.15rem;text-decoration:none;display:grid}.account-order-card-top,.account-order-footer{justify-content:space-between;gap:var(--gap-s);align-items:center;display:flex}.account-order-number{color:var(--vr-forest);margin:0;font-size:.98rem;font-weight:700}.account-order-date{color:var(--vr-text-light,#667066);margin:.2rem 0 0;font-size:.84rem}.account-order-mid{gap:var(--gap-m);grid-template-columns:auto minmax(0,1fr);align-items:center;display:grid}.account-order-thumbs{align-items:center;display:flex}.account-order-thumb{width:3.5rem;height:3.5rem;color:var(--vr-forest);background:#0a2a1b0a;border:2px solid #fffffff2;place-items:center;margin-left:-.55rem;display:grid;overflow:hidden}.account-order-thumb:first-child{margin-left:0}.account-order-thumb img{object-fit:cover;width:100%;height:100%}.account-order-thumb.is-more{background:#0a2a1b14;font-size:.78rem;font-weight:700}.account-order-title{color:var(--vr-ink,#1a1a1a);margin:0;font-weight:600;line-height:1.35}.account-order-meta-line{color:var(--vr-text-light,#667066);margin:.3rem 0 0;font-size:.86rem}.account-order-footer em{color:var(--vr-forest);font-size:1.05rem;font-style:normal;font-weight:700}.account-order-totals{gap:var(--gap-xs);display:grid}.account-order-list-price{color:var(--vr-text-light,#667066);font-size:.82rem;text-decoration:line-through;display:block}.account-order-saved{color:#1f6b35;font-size:.78rem;font-weight:600;display:block}.account-line-price{justify-items:end;gap:var(--gap-xs);display:grid}.account-line-offer{color:#8a6508;margin-top:.2rem;font-size:.78rem;display:block}.account-applied-offers{border-top:1px solid #0a2a1b14;margin-top:1rem;padding-top:.85rem}.account-applied-offers ul{color:var(--vr-forest);margin:.4rem 0 0;padding-left:1.1rem}.account-order-view{align-items:center;gap:var(--gap-xs);color:var(--vr-gold-dark,#9a6f2e);font-size:.88rem;display:inline-flex}.account-status{letter-spacing:.04em;text-transform:uppercase;color:var(--vr-forest);white-space:nowrap;background:#0a2a1b14;padding:.28rem .6rem;font-size:.72rem;display:inline-block}.account-status.is-muted{background:#0000000d}.account-status.is-success{color:#1f6b35;background:#2f7d441f}.account-status.is-warn{color:#8a6508;background:#b8860b24}.account-status.is-info{color:#1d5675;background:#2563871f}.account-status.is-danger{color:#8b1e1e;background:#8b1e1e1a}.account-order-card.is-skeleton{pointer-events:none}.skeleton-block,.skeleton-line{background:linear-gradient(90deg,#0a2a1b0f,#0a2a1b1f,#0a2a1b0f) 0 0/200% 100%;animation:1.2s ease-in-out infinite account-shimmer}.skeleton-block{min-height:1rem;display:block}.skeleton-line{border-radius:0;height:.75rem;margin:0}.account-skeleton-lines{gap:var(--gap-xs);flex-direction:column;width:100%;min-width:0;display:flex}.skeleton-line.sk-w-30{width:30%}.skeleton-line.sk-w-40{width:40%}.skeleton-line.sk-w-70{width:70%}@keyframes account-shimmer{0%{background-position:100% 0}to{background-position:-100% 0}}.account-header--skeleton{gap:var(--gap-xs);flex-direction:column;display:flex}.account-skeleton-title{width:min(14rem,55%);height:1.85rem}.account-nav-link.is-skeleton{pointer-events:none;align-items:center;padding:.75rem .85rem;display:flex}.account-nav-link.is-skeleton .skeleton-line{height:.7rem}.account-skeleton-order{gap:var(--gap-m);grid-template-columns:72px minmax(0,1fr);align-items:center;padding:1.1rem 1.15rem;text-decoration:none;display:grid!important}.account-order-body{gap:var(--gap-xs);flex-direction:column;min-width:0;display:flex}.account-order-meta{justify-content:space-between;align-items:baseline;gap:var(--gap-xs);flex-wrap:wrap;display:flex}.account-order-meta strong{color:var(--vr-forest);font-size:.98rem}.account-order-meta span{color:var(--vr-text-light,#667066);font-size:.84rem}.account-skeleton-thumb{flex-shrink:0;width:72px;height:72px}.account-address-card.is-skeleton,.account-wishlist-item.is-skeleton,.account-profile-hero.is-skeleton,.account-profile-card.is-skeleton,.account-profile-link.is-skeleton,.account-order-detail.is-skeleton{pointer-events:none}.account-profile-hero.is-skeleton .skeleton-line,.account-profile-hero.is-skeleton .skeleton-block{background:linear-gradient(90deg,#ffffff1f,#ffffff47,#ffffff1f) 0 0/200% 100%;animation:1.2s ease-in-out infinite account-shimmer}.account-profile-hero.is-skeleton .account-skeleton-avatar{background:0 0;border-color:#fff3}.account-addresses-toolbar--skeleton{justify-content:space-between;align-items:center;gap:var(--gap-m);margin-bottom:1.15rem;display:flex}.account-skeleton-address-body{flex:1;min-width:0}.account-skeleton-actions{gap:var(--gap-xs);flex-direction:column;min-width:5.5rem;display:flex}.account-skeleton-actions .skeleton-line{height:.85rem}.account-skeleton-btn{width:8.5rem;height:2.35rem}.account-skeleton-avatar{flex-shrink:0;width:88px;height:88px}.account-skeleton-profile-fields{margin-top:var(--gap-s);gap:var(--gap-xs);flex-direction:column;display:flex}.account-skeleton-icon{flex-shrink:0;width:2.5rem;height:2.5rem}.account-skeleton-link-copy{flex:1;min-width:0}.account-skeleton-logout{width:min(12rem,100%);height:2.75rem;margin-top:var(--gap-xs)}.account-skeleton-back{width:7.5rem;height:.9rem;margin-bottom:var(--gap-m)}.account-skeleton-detail-head{justify-content:space-between;gap:var(--gap-m);margin-bottom:var(--gap-m);align-items:flex-start;display:flex}.account-skeleton-detail-copy{flex:1;min-width:0}.account-skeleton-detail-badges{gap:var(--gap-xs);flex-wrap:wrap;display:flex}.account-skeleton-badge{width:5.5rem;height:1.75rem}.account-skeleton-detail-items{gap:var(--gap-m);margin-top:var(--gap-s);flex-direction:column;display:flex}.account-skeleton-detail-item{gap:var(--gap-m);grid-template-columns:72px minmax(0,1fr);align-items:center;display:grid}.account-wishlist-item.is-skeleton .account-wishlist-media{aspect-ratio:1;background:0 0;min-height:5.5rem}.account-back{align-items:center;gap:var(--gap-xs);color:var(--vr-forest);margin-bottom:1rem;font-size:.92rem;text-decoration:none;display:inline-flex}.account-order-detail{gap:var(--gap-m);display:grid}.account-order-detail-head{justify-content:space-between;gap:var(--gap-m);flex-wrap:wrap;align-items:flex-start;display:flex}.account-order-detail-badges{gap:var(--gap-xs);flex-wrap:wrap;display:flex}.account-addresses-toolbar{justify-content:space-between;align-items:flex-start;gap:var(--gap-m);margin-bottom:1.25rem;display:flex}.account-addresses-toolbar .commerce-muted{max-width:36rem;margin:0}.account-address-form{background:#ffffffb8;border:1px solid #c59d5f38;margin-bottom:1.5rem;padding:1.15rem 1.25rem}.account-address-default{align-items:center;gap:var(--gap-xs);margin-top:.35rem;display:flex}.account-address-form-actions{gap:var(--gap-s);flex-wrap:wrap;margin-top:.35rem;display:flex}.account-address-list{gap:var(--gap-s);flex-direction:column;margin:0;padding:0;list-style:none;display:flex}.account-address-card{justify-content:space-between;gap:var(--gap-m);background:#ffffffb8;border:1px solid #0a2a1b14;padding:1rem 1.15rem;display:flex}.account-address-card strong{color:var(--vr-forest)}.account-address-card p{color:var(--vr-text-muted);margin:.35rem 0 0;font-size:.9rem;line-height:1.45}.account-address-actions{gap:var(--gap-xs);flex-direction:column;flex-shrink:0;display:flex}.account-address-actions button{color:var(--vr-forest);font:inherit;cursor:pointer;text-align:right;background:0 0;border:none;padding:.15rem 0;font-size:.88rem;font-weight:600}.account-address-actions button:hover{text-decoration:underline}.account-wishlist-toolbar{margin-bottom:1.15rem}.account-wishlist-toolbar .commerce-muted{margin:0}.account-wishlist-list{gap:var(--gap-s);flex-direction:column;margin:0;padding:0;list-style:none;display:flex}.account-wishlist-item{gap:var(--gap-m);background:#ffffffb8;border:1px solid #0a2a1b14;grid-template-columns:88px minmax(0,1fr) auto;align-items:center;padding:1rem 1.15rem;display:grid}.account-wishlist-media{background:#0a2a1b0a;width:88px;height:88px;overflow:hidden}.account-wishlist-media img{object-fit:cover;width:100%;height:100%;display:block}.account-wishlist-body{min-width:0}.account-wishlist-title{font-family:var(--font-heading);color:var(--vr-forest);margin:0 0 .4rem;font-size:1.05rem;line-height:1.35}.account-wishlist-title a{color:inherit;text-decoration:none}.account-wishlist-title a:hover{color:var(--vr-gold-dark)}.account-wishlist-price{align-items:baseline;gap:var(--gap-xs);color:var(--vr-forest);font-weight:700;display:flex}.account-wishlist-mrp{color:var(--vr-text-muted);font-size:.88rem;font-weight:500;text-decoration:line-through}.account-wishlist-stock{margin:.35rem 0 0;font-size:.86rem}.account-wishlist-stock.is-in{color:#166534}.account-wishlist-stock.is-out{color:#9f1239}.account-wishlist-actions{gap:var(--gap-xs);flex-direction:column;flex-shrink:0;display:flex}.account-wishlist-actions .btn{justify-content:center;align-items:center;gap:var(--gap-xs);white-space:nowrap;display:inline-flex}@media (max-width:800px){.thankyou-grid,.account-layout{grid-template-columns:1fr}.account-addresses-toolbar,.account-address-card{flex-direction:column}.account-address-actions{flex-flow:wrap}.account-address-actions button{text-align:left}.account-wishlist-item{grid-template-columns:72px minmax(0,1fr)}.account-wishlist-media{width:72px;height:72px}.account-wishlist-actions{flex-flow:wrap;grid-column:1/-1}.account-nav{flex-flow:wrap}.account-profile-hero,.account-order-card-top{align-items:flex-start}.account-order-mid{grid-template-columns:1fr}}@media (max-width:520px){.account-profile-hero{text-align:center;flex-direction:column}.account-order-footer{flex-wrap:wrap}}*{box-sizing:border-box;margin:0;padding:0}html,body{width:100%;height:100%;overflow-x:hidden}body{font-family:var(--font-body);background:var(--cream-background);min-height:100vh;color:var(--primary-text);line-height:1.6}#root{width:100%;min-height:100vh}.container{max-width:var(--container-max,1920px);padding:0 var(--container-padding-x,3rem);width:100%;margin:0 auto}.btn{font-family:var(--font-ui);cursor:pointer;align-items:center;gap:var(--gap-m);border:none;border-radius:0;justify-content:center;padding:.75rem 1.5rem;font-size:1rem;font-weight:600;text-decoration:none;transition:all .3s;display:inline-flex}.btn-primary{background:var(--vr-gold);color:var(--vr-white);box-shadow:0 4px 15px var(--shadow)}.btn-primary:hover{background:var(--vr-gold-dark);box-shadow:0 8px 25px var(--shadow);transform:translateY(-2px)}.btn-outline{border:2px solid var(--vr-gold);color:var(--vr-gold);background:0 0}.btn-outline:hover{background:var(--vr-gold);color:var(--vr-white)}.btn-lg{padding:1rem 2rem;font-size:1.125rem}.btn-sm{padding:.5rem 1rem;font-size:.875rem}.hero{background:linear-gradient(135deg, var(--vr-forest-light), var(--vr-gold-dark));justify-content:center;align-items:center;min-height:70vh;display:flex;position:relative;overflow:hidden}.hero-bg{object-fit:cover;z-index:1;width:100%;height:100%;position:absolute;top:0;left:0}.home-page{min-height:100vh}.home-empty{justify-content:center;align-items:center;min-height:50vh;padding-top:3rem;padding-bottom:3rem;display:flex}.home-empty__message{text-align:center;color:#7a6f61;font-family:var(--font-body);margin:0}.cms-hero-banner{background:var(--vr-cream-dark);width:100%;line-height:0;position:relative;overflow:hidden}.cms-hero-banner__skeleton{aspect-ratio:21/8;background:linear-gradient(90deg,#eee 25%,#f5f5f5 50%,#eee 75%) 0 0/200% 100%;width:100%;min-height:180px;animation:1.2s infinite cms-hero-shimmer}@keyframes cms-hero-shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}.cms-hero-banner--slick .slick-slider{position:relative}.cms-hero-banner--slick .slick-list{width:100%;overflow:hidden}.cms-hero-banner--slick .slick-track{display:block}.cms-hero-banner--slick .slick-slide{height:auto}.cms-hero-banner--slick .slick-slide>div{width:100%;line-height:0}.cms-hero-banner--slide.cms-hero-banner--slick .slick-track{align-items:stretch;display:flex}.cms-hero-banner--slide.cms-hero-banner--slick .slick-slide{float:none;height:auto}.cms-hero-banner__slide-inner{width:100%;line-height:0;position:relative}.cms-hero-banner__link{width:100%;color:inherit;line-height:0;text-decoration:none;display:block}.cms-hero-banner__media{background:var(--vr-cream-dark);width:100%;margin:0;padding:0;line-height:0;position:relative}.cms-hero-banner__media picture{width:100%;line-height:0;display:block}.cms-hero-banner__image{object-fit:contain;object-position:center;vertical-align:top;width:100%;max-width:100%;height:auto;display:block}.cms-hero-banner__fallback{aspect-ratio:21/8;background:linear-gradient(135deg, var(--vr-forest-light), var(--vr-gold-dark));width:100%;min-height:180px}.cms-hero-banner__shade{z-index:2;pointer-events:none;background:linear-gradient(90deg,#051a109e 0%,#051a1047 48%,#051a1014 100%);position:absolute;inset:0}.cms-hero-banner__content{z-index:3;pointer-events:none;align-items:center;display:flex;position:absolute;inset:0}.cms-hero-banner__inner{pointer-events:auto;max-width:40rem;padding-top:2rem;padding-bottom:2rem}.cms-hero-banner__eyebrow{font-family:var(--font-ui);letter-spacing:.14em;text-transform:uppercase;color:var(--vr-gold-light);margin:0 0 .65rem;font-size:.8125rem;font-weight:600}.cms-hero-banner__title{font-family:var(--font-display);color:#fff;letter-spacing:-.02em;text-wrap:balance;margin:0 0 1.25rem;font-size:clamp(1.85rem,4vw,3.4rem);font-weight:700;line-height:1.12}.cms-hero-banner__cta{pointer-events:auto}.cms-hero-banner__nav{z-index:5;color:#fff;cursor:pointer;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);background:#0a2a1b6b;border:1px solid #ffffff47;border-radius:0;justify-content:center;align-items:center;width:2.75rem;height:2.75rem;transition:background .2s;display:inline-flex;position:absolute;top:50%;transform:translateY(-50%)}.cms-hero-banner__nav:hover{background:#0a2a1bad}.cms-hero-banner__nav--prev{left:1rem}.cms-hero-banner__nav--next{right:1rem}.cms-hero-banner--slick .slick-dots.cms-hero-banner__dots{z-index:5;justify-content:center;align-items:center;gap:var(--gap-xs);width:auto;height:auto;margin:0;padding:0;list-style:none;position:absolute;bottom:1.15rem;left:0;right:0;display:flex!important}.cms-hero-banner--slick .slick-dots.cms-hero-banner__dots li{width:auto;height:auto;margin:0}.cms-hero-banner--slick .slick-dots.cms-hero-banner__dots li button{cursor:pointer;background:#ffffff73;border:none;border-radius:0;width:.55rem;height:.55rem;padding:0;font-size:0;line-height:0;transition:width .25s,background .25s}.cms-hero-banner--slick .slick-dots.cms-hero-banner__dots li button:before{content:none;display:none}.cms-hero-banner--slick .slick-dots.cms-hero-banner__dots li.slick-active button{background:var(--vr-gold-light);width:1.45rem}@media (max-width:899px){.cms-hero-banner__skeleton,.cms-hero-banner__fallback{aspect-ratio:4/5}.cms-hero-banner__nav{width:2.35rem;height:2.35rem}.cms-hero-banner__nav--prev{left:.65rem}.cms-hero-banner__nav--next{right:.65rem}}.section{width:100%;padding:3.5rem 0}.home-section+.home-section{border-top:1px solid #b8a48324}.section-header{text-align:center;max-width:46rem;margin:0 auto 2.25rem}.section-header--left{text-align:left;max-width:none;margin-left:0;margin-right:0}.section-header--left .section-eyebrow,.section-header--left .section-divider{justify-content:flex-start}.section-eyebrow{justify-content:center;align-items:center;gap:var(--gap-m);margin-bottom:1rem;display:flex}.section-eyebrow__line{background:var(--vr-leaf,#4f772d);opacity:.7;flex:1;max-width:5.5rem;height:1px}.section-eyebrow__badge{align-items:center;gap:var(--gap-xs);color:var(--vr-leaf,#4f772d);display:inline-flex}.section-eyebrow__icon{flex-shrink:0;width:1rem;height:1rem}.section-eyebrow__text,.section-subtitle{font-family:var(--font-ui);letter-spacing:.16em;text-transform:uppercase;color:var(--vr-leaf,#4f772d);white-space:nowrap;margin:0;font-size:.78rem;font-weight:700}.section-title{font-family:var(--font-heading);color:var(--vr-forest);letter-spacing:-.02em;text-wrap:balance;margin:0;font-size:clamp(1.85rem,3.4vw,2.85rem);font-weight:700;line-height:1.15}.section-title__base{color:var(--vr-forest)}.section-title__accent{color:var(--vr-terracotta,#c45c26)}.section-description{max-width:36rem;font-family:var(--font-body);color:var(--vr-text);margin:.85rem auto 0;font-size:clamp(.95rem,1.4vw,1.05rem);line-height:1.65}.section-header--left .section-description{margin-left:0;margin-right:0}.section-divider{justify-content:center;align-items:center;gap:var(--gap-xs);color:var(--vr-leaf,#4f772d);margin-top:1.15rem;display:flex}.section-divider__line{opacity:.65;background:currentColor;width:clamp(2.5rem,8vw,4.5rem);height:1px}.section-divider__dot{opacity:.85;background:currentColor;border-radius:0;width:5px;height:5px}.section-divider__icon{flex-shrink:0;width:1.05rem;height:1.05rem}.home-section__actions{justify-content:center;margin-top:2rem;display:flex}.home-product-grid{gap:var(--gap-m);grid-template-columns:repeat(1,minmax(0,1fr));display:grid}@media (min-width:640px){.home-product-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (min-width:1024px){.home-product-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}@media (min-width:1280px){.home-product-grid{grid-template-columns:repeat(4,minmax(0,1fr))}}.category-section{padding-top:3.5rem;padding-bottom:3.5rem}.category-grid{gap:var(--gap-m);grid-template-columns:1fr;display:grid}@media (min-width:768px){.category-grid{gap:var(--gap-m);grid-template-columns:repeat(2,minmax(0,1fr))}}@media (min-width:1100px){.category-grid{gap:var(--gap-m);grid-template-columns:repeat(3,minmax(0,1fr))}}.category-card{height:100%;min-height:220px;box-shadow:none;background:#fff;border:none;border-radius:0;grid-template-columns:minmax(0,1.05fr) minmax(0,1fr);align-items:stretch;text-decoration:none;transition:transform .35s;display:grid;position:relative;overflow:hidden}.category-card:hover{box-shadow:none;transform:translateY(-4px)}.category-card-media{background:#f3ebe0;min-height:100%;position:relative;overflow:hidden}.category-card-image{object-fit:cover;filter:none;width:100%;height:100%;min-height:220px;box-shadow:none;transition:transform .55s;display:block}.category-card-image--placeholder{background:linear-gradient(135deg,#f5edd6 0%,#eadcc9 100%)}.category-card:hover .category-card-image{transform:scale(1.04)}.category-card-content{z-index:1;justify-content:center;align-items:flex-start;gap:var(--gap-xs);background:#fff;flex-direction:column;margin-left:0;padding:1.25rem 1.2rem;display:flex;position:relative}.category-card-icon{width:2.35rem;height:2.35rem;color:var(--vr-forest);background:0 0;border:1px solid #a67c3d73;border-radius:0;justify-content:center;align-items:center;margin-bottom:.15rem;display:inline-flex}.category-card-title{font-family:var(--font-display);color:#1a1a1a;letter-spacing:-.01em;-webkit-line-clamp:2;-webkit-box-orient:vertical;margin:0;font-size:clamp(1.2rem,2vw,1.55rem);font-weight:700;line-height:1.2;display:-webkit-box;overflow:hidden}.category-card-divider{background:#2d292659;width:2rem;height:1px;margin:.1rem 0 .15rem;display:block}.category-card-description{color:#6d6254;font-family:var(--font-body);-webkit-line-clamp:3;-webkit-box-orient:vertical;max-width:18rem;margin:0;font-size:.86rem;line-height:1.55;display:-webkit-box;overflow:hidden}.category-card-cta{align-items:center;gap:var(--gap-xs);color:var(--vr-terracotta);font-family:var(--font-ui);letter-spacing:.01em;margin-top:.55rem;font-size:.84rem;font-weight:700;display:inline-flex}.category-card-cta-icon{transition:transform .3s}.category-card:hover .category-card-cta-icon{transform:translate(4px)}.category-section__view-all{justify-content:center;margin-top:2rem;display:flex}@media (max-width:639px){.category-card{grid-template-columns:1fr;min-height:0}.category-card-media{min-height:180px}.category-card-image{aspect-ratio:16/10;min-height:180px}.category-card-content{margin-top:0;padding:1.1rem 1.15rem 1.25rem}}.products-grid{gap:var(--gap-m);grid-template-columns:1fr 1fr 1fr 1fr;margin-bottom:2rem;display:grid}.product-card{background:#fff;border:1px solid #e0e0e0;border-radius:0;flex-direction:column;transition:all .3s;display:flex;overflow:hidden;box-shadow:0 4px 20px #0000001a}.product-card:hover{box-shadow:0 10px 30px var(--shadow);transform:translateY(-5px)}.product-image-wrapper{border-radius:0;position:relative;overflow:hidden}.product-image{object-fit:cover;width:100%;height:300px;transition:transform .3s}.product-card:hover .product-image{transform:scale(1.1)}.product-title{color:var(--brown);-webkit-box-orient:vertical;margin-bottom:.5rem;font-size:1.125rem;font-weight:600;line-height:1.4;display:-webkit-box;overflow:hidden}.product-description{color:var(--gray-medium);-webkit-box-orient:vertical;flex-grow:1;margin-bottom:1rem;font-size:.875rem;line-height:1.5;display:-webkit-box;overflow:hidden}.product-rating{align-items:center;gap:var(--gap-m);margin-bottom:1rem;display:flex}.star{width:16px;height:16px;color:var(--saffron-primary)}.rating-text{color:var(--gray-medium);margin-left:.5rem;font-size:.875rem}.product-price{align-items:center;gap:var(--gap-m);display:flex}.price-current{color:var(--saffron-primary);font-size:1.125rem;font-weight:700}.price-original{color:var(--gray-medium);font-size:.875rem;text-decoration:line-through}.product-detail-grid{gap:clamp(var(--gap-m), 2.5vw, var(--gap-xl));grid-template-columns:1fr;animation:.55s both product-detail-enter;display:grid}@keyframes product-detail-enter{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}@media (min-width:900px){.product-detail-grid{align-items:start;gap:clamp(var(--gap-l), 3vw, var(--gap-xl));grid-template-columns:minmax(0,.92fr) minmax(0,1.08fr)}.product-detail-image{position:sticky;top:6.5rem}}.product-detail-panel{gap:var(--gap-xs);background:radial-gradient(circle at 100% 0,#c59d5f1f,#0000 38%),radial-gradient(circle at 0 100%,#0a2a1b0d,#0000 42%),linear-gradient(165deg,#fffefb 0%,#fbf7ef 55%,#fff 100%);border:1px solid #c59d5f47;border-radius:0;flex-direction:column;padding:clamp(1.35rem,2vw,1.9rem);display:flex;position:relative;box-shadow:inset 0 1px #fffc,0 22px 50px #0a2a1b12}.product-detail-meta-chips{align-items:center;gap:var(--gap-xs);flex-wrap:wrap;margin-bottom:.85rem;display:flex}.product-detail-chip{letter-spacing:.04em;text-transform:uppercase;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border-radius:0;align-items:center;padding:.28rem .7rem;font-size:.72rem;font-weight:700;display:inline-flex;box-shadow:inset 0 1px #ffffff73}.product-detail-chip--olive{color:var(--vr-forest);border:1px solid #0a2a1b1a;background:#0a2a1b14!important}.product-detail-chip--saffron{color:var(--vr-gold-dark);border:1px solid #c59d5f47;background:#c59d5f24!important}.product-page-shell{max-width:var(--container-max,1920px);padding-top:clamp(1.1rem,2vw,1.75rem);padding-bottom:clamp(2.5rem,5vw,4rem)}.product-breadcrumbs{align-items:center;gap:var(--gap-xs);color:var(--vr-text-light);font-family:var(--font-ui);flex-wrap:wrap;margin-bottom:1.35rem;font-size:.86rem;display:flex}.product-breadcrumbs a{color:inherit;text-decoration:none;transition:color .2s}.product-breadcrumbs a:hover{color:var(--vr-forest)}.product-breadcrumbs .is-current{color:var(--vr-forest);font-weight:600}.product-detail-title{font-family:var(--font-heading);color:var(--vr-forest);letter-spacing:-.03em;margin:0 0 .35rem;font-size:clamp(1.55rem,2.8vw,2.15rem);font-weight:700;line-height:1.15}.product-detail-subtitle{font-family:var(--font-body);max-width:38rem;margin:0 0 1rem;font-weight:400;line-height:1.85;color:#2d2926c7!important;font-size:.98rem!important}.product-detail-rating-row{align-items:center;gap:var(--gap-xs);color:#776958;margin:.15rem 0 .85rem;font-size:.9rem;display:flex}.product-detail-stars{gap:var(--gap-m);display:inline-flex}.product-detail-star{color:#d2c5b7}.product-detail-star.active{color:#e7a93a}.product-detail-rating-value{color:var(--vr-forest);font-weight:600}.product-detail-rating-count{color:#7d6e5a}.product-detail-price-block{background:linear-gradient(135deg,#fffffff5,#fcf9f2e6);border:1px solid #c59d5f38;border-radius:0;margin:0 0 1.2rem;padding:1.05rem 1.15rem;box-shadow:0 12px 28px #0a2a1b0d}.product-detail-price-row{align-items:baseline;gap:var(--gap-m);flex-wrap:wrap;display:flex}.product-detail-price-current{color:var(--text-saffron);letter-spacing:-.03em;font-size:clamp(1.65rem,3vw,2.15rem);font-weight:800;line-height:1}.product-detail-price-original{color:#9a8d7d;font-size:1rem;text-decoration:line-through}.product-detail-price-badge{color:var(--text-saffron);letter-spacing:.03em;background:#d354001f;border-radius:0;padding:.22rem .55rem;font-size:.72rem;font-weight:700}.product-detail-price-offer{color:#5c5348;margin:.55rem 0 0;font-size:.84rem}.product-detail-price-offer-label{color:var(--vr-forest);margin-right:.35rem;font-weight:600}.product-detail-price-stock{letter-spacing:.02em;border-radius:0;margin-top:.55rem;padding:.2rem .55rem;font-size:.72rem;font-weight:700;display:inline-flex}.product-detail-price-stock.is-in{color:var(--vr-forest);background:#48552b1a}.product-detail-price-stock.is-out{color:#b91c1c;background:#dc26261a}.product-detail-offer-list-wrap{border-top:1px solid #0a2a1b14;margin-top:1rem;padding-top:.95rem}.product-detail-offer-list-head{align-items:center;gap:var(--gap-m);margin-bottom:.65rem;display:inline-flex}.product-detail-offer-list-icon{color:var(--text-saffron);flex-shrink:0}.product-detail-offer-list-title{color:var(--vr-forest);letter-spacing:-.01em;font-size:.88rem;font-weight:700}.product-detail-offer-list{gap:var(--gap-m);flex-direction:column;margin:0;padding:0;list-style:none;display:flex}.product-detail-offer-item{background:#ffffffa6;border:1px solid #0a2a1b14;border-radius:0;padding:.65rem .75rem}.product-detail-offer-item.is-applied{background:#fff7ece6;border-color:#d3540047}.product-detail-offer-item__main{align-items:center;gap:var(--gap-m);flex-wrap:wrap;display:flex}.product-detail-offer-item__name{color:#1f2937;font-size:.86rem;font-weight:700}.product-detail-offer-item__badge{color:var(--vr-forest);background:#48552b1a;border-radius:0;padding:.14rem .45rem;font-size:.68rem;font-weight:700}.product-detail-offer-item__applied{align-items:center;gap:var(--gap-m);color:var(--text-saffron);margin-left:auto;font-size:.72rem;font-weight:700;display:inline-flex}.product-coupon-banner-stack{flex-direction:column;gap:.75rem;margin-top:1rem;display:flex}.product-coupon-banner--image-only{cursor:pointer;background:0 0;border:none;width:100%;padding:0;line-height:0;display:block;position:relative;overflow:hidden;box-shadow:0 8px 24px #0f3d3224}.product-coupon-banner__full-image{object-fit:contain;object-position:center;width:100%;height:auto;display:block}.product-coupon-banner__copied{color:#fff;pointer-events:none;background:#0f3d32eb;align-items:center;gap:.35rem;padding:.4rem .7rem;font-size:.75rem;font-weight:700;line-height:1.2;display:inline-flex;position:absolute;bottom:.75rem;right:.75rem}.product-detail-feature-tags{gap:var(--gap-m);flex-wrap:wrap;margin:-.1rem 0 1rem;display:flex}.product-detail-feature-tag{color:#4c4133;background:#78684c14;border-radius:0;padding:.38rem .8rem;font-size:.78rem;font-weight:600}.product-price-panel{background:#ffffffb8;border:1px solid #0a2a1b14;border-radius:0;padding:.95rem 1rem;box-shadow:inset 0 1px #ffffffb3}.product-price-stack{flex-wrap:wrap}.product-price-main{letter-spacing:-.03em;line-height:1}.product-price-strike{position:relative;top:-.05rem}.product-stock-pill{box-shadow:inset 0 1px #ffffff8c}.product-stock-pill.is-in-stock{background:linear-gradient(#d5f6d3db,#c7f1c4eb)!important}.product-stock-pill.is-out-of-stock{background:linear-gradient(#fee2e2e6,#fecacaf2)!important}.product-offer-list{align-items:flex-start}.product-offer-pill{text-align:left;transition:transform .22s,box-shadow .22s,border-color .22s}.product-offer-pill:hover,.product-offer-pill.is-selected{transform:translateY(-2px)}.product-offer-showcase{background:linear-gradient(135deg,#fffdf8 0%,#fff7ec 52%,#faf3e4 100%);border:1px solid #d3540024;border-radius:0;margin:0 0 1.25rem;padding:1rem;box-shadow:0 14px 30px #d354000f}.product-offer-showcase__head{justify-content:space-between;align-items:flex-start;gap:var(--gap-m);flex-wrap:wrap;margin-bottom:.9rem;display:flex}.product-offer-showcase__head--compact{margin-bottom:.75rem}.product-offer-showcase__title-wrap{align-items:center;gap:var(--gap-m);display:inline-flex}.product-offer-showcase__icon{color:var(--text-saffron);flex-shrink:0}.product-offer-showcase__title{color:var(--vr-forest);letter-spacing:-.01em;margin:0;font-size:.95rem;font-weight:700}.product-offer-showcase__price{align-items:flex-end;gap:var(--gap-m);flex-direction:column;display:flex}.product-offer-showcase__price-current{color:var(--text-saffron);font-size:1.15rem;font-weight:800;line-height:1.1}.product-offer-showcase__price-original{color:#9a8d7d;font-size:.82rem;text-decoration:line-through}.product-offer-card-grid{gap:var(--gap-m);grid-template-columns:repeat(auto-fit,minmax(148px,1fr));display:grid}.product-offer-card{align-items:flex-start;gap:var(--gap-m);text-align:left;background:#ffffffe0;border:1px solid #d354002e;border-radius:0;flex-direction:column;min-height:108px;padding:.9rem .95rem;display:flex;position:relative}.product-offer-card:hover{border-color:#d3540061;transform:translateY(-2px);box-shadow:0 12px 24px #d354001a}.product-offer-card.is-selected{border-color:var(--text-saffron);background:linear-gradient(#fffaf3 0%,#fff 100%);box-shadow:0 14px 28px #d3540024}.product-offer-card__sparkle{width:28px;height:28px;color:var(--text-saffron);background:#d354001a;border-radius:0;justify-content:center;align-items:center;display:inline-flex}.product-offer-card__check{background:var(--text-saffron);color:#fff;border-radius:0;justify-content:center;align-items:center;width:22px;height:22px;display:inline-flex;position:absolute;top:.65rem;right:.65rem}.product-offer-card__title{color:#1f1a17;padding-right:1.5rem;font-size:.9rem;font-weight:700;line-height:1.25}.product-offer-card__badge{color:var(--vr-forest);letter-spacing:.05em;text-transform:uppercase;background:#48552b1a;border-radius:0;align-items:center;padding:.2rem .55rem;font-size:.72rem;font-weight:800;display:inline-flex}.product-offer-card__price{color:var(--text-saffron);margin-top:auto;font-size:.86rem;font-weight:700}.product-offer-card__text{color:#7a6f61;margin-bottom:.85rem;font-size:.92rem;line-height:1.6}.product-offer-card__meta{color:#8d5c16;border:1px solid #dfc9ad;border-radius:0;align-items:center;padding:.34rem .7rem;font-size:.76rem;font-weight:700;display:inline-flex}.product-section-block{border-top:1px solid #c59d5f2e;margin-top:clamp(2.25rem,4vw,3.25rem);padding:clamp(1.75rem,3vw,2.5rem) 0}.product-section-intro{margin-bottom:1.15rem}.product-section-eyebrow{font-family:var(--font-ui);letter-spacing:.14em;text-transform:uppercase;color:var(--vr-gold-dark);margin:0 0 .4rem;font-size:.72rem;font-weight:700}.product-section-heading{font-family:var(--font-heading);color:var(--vr-forest);letter-spacing:-.03em;margin:0 0 1.15rem;font-size:clamp(1.55rem,2.8vw,2.15rem);font-weight:700;line-height:1.15}.product-copy-block{padding-bottom:1.25rem}.product-copy-heading{margin-bottom:0}.product-copy-content{color:#2d2926c7;font-family:var(--font-body);max-width:52rem;font-size:.98rem;font-weight:400;line-height:1.85}.product-copy-content p,.product-copy-content li,.product-copy-content span,.product-copy-content div{font-size:inherit;font-weight:inherit;line-height:inherit}.product-copy-content strong,.product-copy-content b{font-weight:700}.product-copy-content p+p{margin-top:.9rem}.product-variation-panel{position:relative;overflow:hidden;box-shadow:0 16px 34px #48552b0f}.product-variation-panel:before{content:"";background:linear-gradient(90deg, var(--vr-gold), var(--vr-gold-light), var(--vr-forest));height:4px;position:absolute;inset:0 0 auto}.product-variation-head{align-items:center;gap:var(--gap-m);border-bottom:1px solid #48552b1a;margin-bottom:.25rem;padding-bottom:.75rem;display:flex}.product-variation-title{letter-spacing:-.02em;color:var(--vr-forest);margin:0;font-weight:700;font-size:1rem!important}.product-variation-label{letter-spacing:.01em;color:#5c5348;font-size:.84rem;font-weight:600}.product-variation-selected{color:var(--text-saffron);white-space:nowrap;background:#d354001a;border:1px solid #d354002e;border-radius:0;padding:.2rem .6rem;font-weight:700;line-height:1.2;font-size:.72rem!important}.product-variation-option{color:#4c4133;cursor:pointer;z-index:1;background:#ffffffeb;border:2px solid #48552b24;border-radius:0;font-size:.82rem;font-weight:600;line-height:1.15;transition:transform .18s,box-shadow .18s,border-color .18s,background .18s,color .18s;position:relative;box-shadow:0 4px 12px #0f172a0a;min-width:68px!important;padding:.46rem .9rem!important}.product-variation-option:hover:not(.is-disabled):not(.is-selected){border-color:#d3540047;transform:translateY(-1px);box-shadow:0 8px 18px #d3540014}.product-variation-option.is-selected{border-color:var(--text-saffron);color:#7a4510;background:linear-gradient(#fff9f0 0%,#fff3e0 100%);font-weight:800;box-shadow:0 0 0 3px #d3540024,0 10px 22px #d3540024}.product-variation-option.is-selected .product-variation-option__label{color:#7a4510}.product-variation-option.is-disabled{filter:grayscale(.08);opacity:.45;cursor:not-allowed}.product-grouped-variants{background:linear-gradient(#fffdf8,#faf6ea);border:1px solid #48552b1f;border-radius:0;margin-bottom:1.25rem;padding:1.1rem 1.15rem;position:relative;overflow:hidden;box-shadow:0 12px 28px #48552b12}.product-variant-attribute-row__head,.product-inline-variant-row__head{align-items:center;gap:var(--gap-m);flex-wrap:wrap;margin-bottom:.6rem;display:flex}.product-inline-variant-row__options{align-items:center;gap:var(--gap-m);flex-wrap:wrap;display:flex}.product-inline-variant-row__options .product-variation-option{border-radius:0;min-height:40px;font-size:.8rem;min-width:48px!important;padding:.42rem .95rem!important}.product-variation-option--priced{justify-content:center;align-items:center;gap:var(--gap-m);flex-direction:column;min-height:72px;display:inline-flex;min-width:92px!important;padding:.55rem .75rem!important}.product-variation-option__price{color:var(--text-saffron);font-size:.76rem;font-weight:700;line-height:1.1}.product-variation-option__badge{color:var(--vr-forest);text-transform:uppercase;letter-spacing:.04em;background:#48552b1f;border-radius:0;margin-top:.15rem;padding:.12rem .42rem;font-size:.62rem;font-weight:700}.product-variant-group-list{gap:var(--gap-m);flex-direction:column;display:flex}.product-variant-group{background:#ffffffb8;border:1px solid #48552b1f;border-radius:0;padding:.85rem;transition:border-color .18s,box-shadow .18s}.product-variant-group.is-active{border-color:#d3540059;box-shadow:inset 0 0 0 1px #d3540014}.product-variant-group__header{align-items:center;gap:var(--gap-m);color:var(--vr-forest);margin-bottom:.75rem;font-size:.95rem;font-weight:700;display:flex}.product-variant-group__swatch{border:1px solid #1f2b3b1f;border-radius:0;width:22px;height:22px}.product-variant-group__image-wrap{border-radius:0;width:28px;height:28px;overflow:hidden}.product-variant-group__image{object-fit:cover;width:100%;height:100%}.product-variant-group__options{gap:var(--gap-m);grid-template-columns:repeat(auto-fit,minmax(150px,1fr));display:grid}.product-variant-group__option{align-items:flex-start;gap:var(--gap-m);cursor:pointer;text-align:left;background:#fff;border:1px solid #48552b24;border-radius:0;flex-direction:column;width:100%;min-height:74px;padding:.75rem .85rem;transition:border-color .18s,box-shadow .18s,transform .18s;display:flex}.product-variant-group__option:hover{border-color:#d3540059;transform:translateY(-1px);box-shadow:0 10px 22px #d3540014}.product-variant-group__option.is-selected{border-color:var(--text-saffron);background:linear-gradient(#fffaf3,#fff);box-shadow:0 12px 24px #d354001f}.product-variant-group__option-label{color:var(--text-gray);font-size:.84rem;font-weight:600}.product-variant-group__option-prices{gap:var(--gap-m);flex-direction:column;display:flex}.product-variant-group__option-price{color:var(--text-saffron);font-size:.92rem;font-weight:700}.product-variant-group__option-strike{color:#9a8d7d;font-size:.76rem;text-decoration:line-through}.product-variant-group__badge{color:var(--vr-forest);text-transform:uppercase;letter-spacing:.04em;background:#48552b1f;border-radius:0;padding:.16rem .5rem;font-size:.68rem;font-weight:700}.product-variant-group__badge--muted{color:var(--text-saffron);background:#d354001a}.product-variant-group__from-price{color:#7a6f61;margin:.65rem 0 0;font-size:.78rem}.product-grouped-variants__hint{color:#7a6f61;margin:.85rem 0 0;font-size:.78rem}.product-variant-list-panel{background:linear-gradient(#fffdf8,#faf6ea);border:1px solid #48552b1a;border-radius:0;margin-bottom:1.25rem;padding:1rem;box-shadow:0 16px 34px #48552b0f}.product-variant-list{gap:var(--gap-m);flex-direction:column;display:flex}.product-variant-chip{gap:var(--gap-m);cursor:pointer;text-align:left;background:#fff;border:1px solid #48552b24;border-radius:0;grid-template-columns:1fr auto;align-items:center;width:100%;padding:.85rem 1rem;transition:border-color .18s,box-shadow .18s,transform .18s;display:grid}.product-variant-chip:hover{border-color:#d3540059;transform:translateY(-1px);box-shadow:0 10px 22px #d3540014}.product-variant-chip.is-selected{border-color:var(--text-saffron);background:linear-gradient(#fffaf3,#fff);box-shadow:0 12px 24px #d354001f}.product-variant-chip__name{color:var(--text-gray);font-weight:600}.product-variant-chip__price-wrap{align-items:flex-end;gap:var(--gap-m);flex-direction:column;display:flex}.product-variant-chip__price{color:var(--text-saffron);font-weight:700}.product-variant-chip__strike{color:#9a8d7d;font-size:.78rem;text-decoration:line-through}.product-variant-chip__badge{color:var(--vr-forest);text-transform:uppercase;letter-spacing:.04em;background:#48552b1a;border-radius:0;grid-column:1/-1;justify-self:start;padding:.18rem .55rem;font-size:.72rem;font-weight:700}.product-variation-options,.product-variation-groups{gap:var(--gap-m)}.product-variant-primary-section{gap:var(--gap-m);border-bottom:1px solid #48552b1a;flex-direction:column;margin-bottom:.25rem;padding-bottom:.25rem;display:flex}.product-variant-primary-row{padding:.65rem 0}.product-variant-primary-row:not(:last-child){border-bottom:1px dashed #48552b14}.product-variant-primary-row__head{margin-bottom:.6rem}.product-variant-primary-options{align-items:center;gap:var(--gap-m);flex-wrap:wrap;display:flex}.product-variant-primary-option{border-radius:0;width:44px;height:44px;min-height:44px;min-width:44px!important;padding:.2rem!important}.product-variant-primary-swatch{border:1px solid #1f2b3b1a;border-radius:0;width:28px;height:28px}.product-variant-primary-image-wrap{width:32px;height:32px}.product-variant-secondary-section{gap:var(--gap-m);flex-direction:column;padding-top:.25rem;display:flex}.product-variant-secondary-row{flex-direction:column;padding:.65rem 0;display:flex}.product-variant-secondary-row:not(:last-child){border-bottom:1px dashed #48552b14}.product-variant-combo-grid{gap:var(--gap-m);grid-template-columns:repeat(auto-fit,minmax(120px,1fr));display:grid}.product-variant-combo-option{justify-content:center;align-items:center;gap:var(--gap-m);cursor:pointer;background:#ffffffd9;border:2px solid #48552b24;border-radius:0;flex-direction:column;min-height:56px;padding:.75rem .85rem;transition:border-color .18s,box-shadow .18s,transform .18s,background .18s;display:flex}.product-variant-combo-option:hover:not(.is-disabled):not(.is-selected){border-color:#d3540047;transform:translateY(-1px);box-shadow:0 8px 18px #48552b14}.product-variant-combo-option.is-selected{border-color:var(--text-saffron);background:linear-gradient(#fff9f0 0%,#fff3e0 100%);box-shadow:0 0 0 3px #d3540024,0 10px 22px #d3540024}.product-variant-combo-option.is-selected .product-variant-combo-option__label{color:#7a4510;font-weight:800}.product-variant-combo-option.is-disabled{opacity:.4;cursor:not-allowed}.product-variant-combo-option.is-out-of-stock:not(.is-selected){opacity:.72}.product-variant-combo-option__label{color:#1f2937;text-align:center;font-size:.88rem;font-weight:700}.product-variant-combo-option__stock{color:#c2410c;font-size:.68rem;font-weight:600}.product-variation-option--visual{border-radius:0;justify-content:center;align-items:center;width:44px;height:44px;min-height:44px;display:inline-flex;overflow:hidden;min-width:44px!important;padding:.2rem!important}.product-variation-option--visual.is-selected{border-color:var(--text-saffron);background:linear-gradient(#fff9f0 0%,#fff3e0 100%);box-shadow:0 0 0 3px #d354001f}.product-variation-option--visual.is-selected .product-variation-option__swatch{box-shadow:0 0 0 2px var(--text-saffron);border-color:#fffc}.product-variation-option--visual.is-selected .product-variation-option__image{outline:2px solid var(--text-saffron);outline-offset:1px}.product-variant-primary-option.is-selected{transform:none}.product-variation-option__swatch{border:1px solid #1f2b3b1f;border-radius:0;width:28px;height:28px;display:block}.product-variation-option__image-wrap{width:100%;height:100%;display:block;position:relative}.product-variation-option__image{object-fit:cover;border-radius:0;width:100%;height:100%}.product-variation-option__label{line-height:1.2;display:inline-block}.product-detail-sku{color:#7a6f61;margin:-.35rem 0 1rem;font-size:.84rem}.product-quantity-block{margin-bottom:1.15rem}.product-quantity-label{color:var(--vr-text);margin-bottom:.55rem;font-size:.88rem;font-weight:600;display:block}.product-quantity-control{align-items:center;gap:var(--gap-s);flex-wrap:wrap;display:flex}.product-quantity-stepper{background:#fff;border:1px solid #0a2a1b1f;border-radius:0;align-items:center;display:inline-flex;overflow:hidden;box-shadow:0 6px 16px #0a2a1b0a}.product-quantity-button{width:44px;height:44px;color:var(--vr-forest);cursor:pointer;background:0 0;border:none;border-radius:0;font-size:1.15rem;line-height:1;transition:background .18s,color .18s}.product-quantity-button:hover:not(:disabled){background:#c59d5f1f}.product-quantity-button:disabled{opacity:.4;cursor:not-allowed}.product-quantity-input{text-align:center;width:56px;height:44px;color:var(--vr-forest);-moz-appearance:textfield;background:#fff;border:none;border-left:1px solid #0a2a1b14;border-right:1px solid #0a2a1b14;border-radius:0;font-size:.98rem;font-weight:600}.product-quantity-input::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.product-quantity-input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.product-quantity-hint{color:var(--vr-text-muted);font-size:.86rem}.product-description-card__body{padding:1rem 1.1rem 1.15rem}.product-description-card__body p:first-child{margin-top:0}.product-description-card__body p:last-child{margin-bottom:0}.product-specs-card{background:#ffffffc7;border:1px solid #c59d5f38;border-radius:0;margin-top:1.35rem;overflow:hidden}.product-specs-card__header{color:var(--vr-forest);background:#0a2a1b0d;padding:.85rem 1.1rem;font-size:.88rem;font-weight:700}.product-specs-card__body{display:grid}.product-specs-row{gap:var(--gap-m);border-top:1px solid #1f2b3b14;grid-template-columns:180px 1fr;padding:.9rem 1.1rem;display:grid}.product-specs-row:first-child{border-top:none}.product-specs-row__label{color:#6b7280;font-weight:600}.product-specs-row__value{color:var(--text-gray)}.product-action-row{align-items:stretch;gap:var(--gap-s);margin-top:.35rem;display:flex}.product-action-row .btn{justify-content:center;align-items:center;gap:var(--gap-xs);white-space:nowrap;border-radius:0;flex:1 1 0;min-width:0;min-height:54px;line-height:1.2;display:inline-flex;padding:.9rem 1.25rem!important;font-size:.95rem!important}.product-action-row .btn:hover:not(:disabled){transform:translateY(-1px)}.product-cta-button{border-style:solid;border-width:1px;font-weight:700;transition:background .22s,border-color .22s,box-shadow .22s,color .22s,transform .22s;box-shadow:0 8px 20px #0a2a1b14}.product-cta-button--secondary{background:#fffdfa}.product-action-row .btn-primary.product-cta-button{background:linear-gradient(135deg, var(--vr-forest-light), var(--vr-forest));color:var(--vr-cream);border-color:var(--vr-forest);box-shadow:0 12px 28px #0a2a1b38}.product-action-row .btn-primary.product-cta-button:hover:not(:disabled){background:linear-gradient(135deg, #164830, var(--vr-forest-dark));box-shadow:0 16px 32px #0a2a1b47}.product-action-row .btn-primary.product-cta-button.is-added{background:linear-gradient(135deg, var(--vr-leaf), #3f6a22);border-color:var(--vr-leaf)}.product-action-row .btn-outline.product-cta-button--secondary{color:var(--vr-forest);background:#ffffffe6;border:1px solid #c59d5f8c;box-shadow:0 8px 18px #c59d5f1a}.product-action-row .btn-outline.product-cta-button--secondary:hover:not(:disabled){color:var(--vr-forest-dark);border-color:var(--vr-gold);background:#c59d5f1f;box-shadow:0 12px 24px #c59d5f29}.product-action-row .product-cta-button:disabled{color:#9a948a;box-shadow:none;cursor:not-allowed;opacity:1;background:#e8e4dc;border-color:#d9d3c8;transform:none}.product-trust-row{gap:var(--gap-s);border-top:1px solid #c59d5f33;grid-template-columns:repeat(3,minmax(0,1fr));margin:1.15rem 0 0;padding:.9rem 0 0;list-style:none;display:grid}.product-trust-row li{align-items:center;gap:var(--gap-xs);color:#0a2a1bb8;font-size:.78rem;font-weight:600;display:flex}.product-trust-row svg{color:var(--vr-gold-dark);flex-shrink:0}.product-faq-block{text-align:left;border-top:none;margin-top:clamp(2rem,4vw,3rem);padding:0}.product-faq-shell{box-shadow:none;background:radial-gradient(circle at 0 0,#c59d5f1f,#0000 42%),radial-gradient(circle at 100% 100%,#0a2a1b0f,#0000 45%),linear-gradient(165deg,#fffefb 0%,#f8f3e8 55%,#fff 100%);border:none;border-radius:0;padding:clamp(1.5rem,3vw,2.35rem);position:relative;overflow:hidden}.product-faq-shell:before{display:none}.product-faq-intro{max-width:40rem;margin-bottom:1.5rem}.product-faq-heading{margin-bottom:.45rem!important}.product-faq-subcopy{color:var(--vr-text-muted);margin:.4rem 0 0;font-size:.94rem;line-height:1.65}.product-faq-accordion{gap:var(--gap-s);max-width:none}.product-reviews-wrap,.product-related-wrap{margin-top:clamp(2.5rem,5vw,3.75rem)}.product-gallery{width:100%}.product-gallery__main{background:radial-gradient(circle at 20% 15%,#c59d5f29,#0000 42%),radial-gradient(circle at 85% 80%,#0a2a1b12,#0000 40%),linear-gradient(165deg,#fffefb,#f6f0e3);border:1px solid #c59d5f47;border-radius:0;width:100%;height:clamp(320px,40vw,520px);min-height:320px;position:relative;overflow:hidden;box-shadow:0 20px 48px #0a2a1b14}.product-gallery__main--empty{color:var(--vr-text-muted);place-items:center;font-size:.95rem;display:grid}.product-gallery__image-frame{animation:.35s product-gallery-fade;position:absolute;inset:1.1rem}@keyframes product-gallery-fade{0%{opacity:0;transform:scale(.985)}to{opacity:1;transform:scale(1)}}.product-gallery__image{object-fit:contain;cursor:zoom-in;border-radius:0}.product-gallery__top-right{z-index:3;position:absolute;top:14px;right:14px}.product-gallery__wishlist{width:44px;height:44px;color:var(--vr-gold-dark);cursor:pointer;background:#fffffff0;border:1px solid #0a2a1b1a;border-radius:50%;justify-content:center;align-items:center;transition:transform .2s,box-shadow .2s,color .2s;display:inline-flex;box-shadow:0 10px 24px #0a2a1b1a}.product-gallery__wishlist:hover{color:var(--vr-terracotta);transform:scale(1.05);box-shadow:0 14px 28px #c59d5f38}.product-gallery__wishlist.is-wished{color:var(--vr-terracotta);border-color:#c59d5f59}.product-gallery__zoom-hint{z-index:3;align-items:center;gap:var(--gap-xs);color:var(--vr-forest);letter-spacing:.04em;text-transform:uppercase;cursor:pointer;background:#ffffffeb;border:1px solid #0a2a1b1a;border-radius:0;padding:.4rem .7rem;font-size:.72rem;font-weight:700;transition:background .2s,transform .2s;display:inline-flex;position:absolute;bottom:14px;left:14px}.product-gallery__zoom-hint:hover{background:#fff;transform:translateY(-1px)}.product-gallery__nav{z-index:2;width:42px;height:42px;color:var(--vr-forest);cursor:pointer;background:#fffffff0;border:1px solid #0a2a1b1a;border-radius:0;justify-content:center;align-items:center;transition:transform .18s,background .18s;display:inline-flex;position:absolute;top:50%;transform:translateY(-50%);box-shadow:0 8px 20px #0a2a1b1a}.product-gallery__nav:hover{background:#fff;transform:translateY(-50%)scale(1.04)}.product-gallery__nav--prev{left:12px}.product-gallery__nav--next{right:12px}.product-gallery__counter{z-index:2;color:var(--vr-cream);letter-spacing:.04em;background:#0a2a1bb8;border-radius:0;padding:.28rem .55rem;font-size:.72rem;font-weight:600;position:absolute;bottom:14px;right:14px}.product-gallery__thumbs{gap:var(--gap-s);flex-wrap:wrap;margin-top:.95rem;display:flex}.product-gallery__thumb-button{cursor:pointer;background:linear-gradient(#fff,#faf6ea);border:1.5px solid #c59d5f47;border-radius:0;width:84px;height:84px;padding:0;transition:border-color .2s,transform .2s,box-shadow .2s;position:relative;overflow:hidden}.product-gallery__thumb-button:hover{border-color:#c59d5f8c;transform:translateY(-2px)}.product-gallery__thumb-button.is-active{border-color:var(--vr-gold);box-shadow:0 0 0 3px #c59d5f38}.product-gallery__thumb-image{object-fit:contain;border-radius:0}.product-gallery__lightbox{z-index:1000;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);cursor:zoom-out;background:#051a10e0;justify-content:center;align-items:center;padding:1.5rem;animation:.25s product-gallery-fade;display:flex;position:fixed;inset:0}.product-gallery__lightbox-stage{cursor:default;width:min(92vw,920px);height:min(86vh,920px);position:relative}.product-gallery__lightbox-image{object-fit:contain}.product-gallery__lightbox-close{z-index:2;width:42px;height:42px;color:var(--vr-forest);cursor:pointer;background:#fff;border:none;border-radius:0;justify-content:center;align-items:center;display:inline-flex;position:absolute;top:1.25rem;right:1.25rem;box-shadow:0 10px 24px #0003}.product-gallery__lightbox-nav{z-index:2;width:46px;height:46px;color:var(--vr-forest);cursor:pointer;background:#fffffff0;border:none;border-radius:0;justify-content:center;align-items:center;display:inline-flex;position:absolute;top:50%;transform:translateY(-50%)}.product-gallery__lightbox-nav--prev{left:1.25rem}.product-gallery__lightbox-nav--next{right:1.25rem}@media (max-width:899px){.product-gallery__main{border-radius:0;height:clamp(300px,78vw,520px);min-height:300px}.product-gallery__thumb-button{width:72px;height:72px}.product-detail-panel{border-radius:0;padding:1.1rem}.product-price-panel{padding:.9rem .95rem}.product-action-row{flex-direction:column}.product-action-row .btn{flex:auto;width:100%}.product-trust-row{gap:var(--gap-xs);grid-template-columns:1fr}.product-specs-row{gap:var(--gap-m);grid-template-columns:1fr}.product-gallery__lightbox-nav--prev{left:.75rem}.product-gallery__lightbox-nav--next{right:.75rem}}.faq-section{padding-top:2rem}.faq-list{gap:var(--gap-m);display:grid}.faq-item{background:#fff;border:1px solid #e0e0e0;border-radius:0;padding:.75rem 1rem}.faq-question{cursor:pointer;color:var(--brown);font-weight:600}.faq-answer{color:var(--gray-medium);margin-top:.5rem}.accordion{gap:var(--gap-s);display:grid}.accordion-item{background:#ffffffe0;border:1px solid #c59d5f38;border-radius:0;transition:border-color .22s,box-shadow .22s,transform .22s,background .22s;overflow:hidden}.accordion-item:hover{border-color:#c59d5f6b;transform:translateY(-1px);box-shadow:0 10px 24px #0a2a1b0d}.accordion-item.open{background:linear-gradient(#fffefb,#fff);border-color:#0a2a1b2e;box-shadow:0 14px 32px #0a2a1b12}.accordion-header{text-align:left;justify-content:space-between;align-items:center;gap:var(--gap-s);cursor:pointer;width:100%;font-family:var(--font-ui);color:var(--vr-forest);background:0 0;border:0;padding:1.05rem 1.15rem;font-size:.98rem;font-weight:600;line-height:1.45;display:flex}.accordion-index{font-family:var(--font-heading);letter-spacing:.06em;color:var(--vr-gold-dark);flex-shrink:0;min-width:1.6rem;font-size:.78rem;font-weight:700}.accordion-question{min-width:0;font-family:var(--font-heading);letter-spacing:-.01em;flex:1;font-weight:600}.accordion-icon{width:2rem;height:2rem;color:var(--vr-forest);background:#c59d5f24;border:1px solid #c59d5f38;border-radius:0;flex-shrink:0;justify-content:center;align-items:center;transition:background .22s,color .22s,transform .22s,border-color .22s;display:inline-flex}.accordion-icon svg{transition:transform .24s}.accordion-icon.is-open,.accordion-item.open .accordion-icon{color:var(--vr-forest);background:#0a2a1b1a;border-color:#0a2a1b24}.accordion-icon.is-open svg,.accordion-item.open .accordion-icon svg{transform:rotate(180deg)}.accordion-panel{grid-template-rows:0fr;transition:grid-template-rows .3s;display:grid}.accordion-item.open .accordion-panel{grid-template-rows:1fr}.accordion-panel-inner{min-height:0;overflow:hidden}.accordion-answer{color:#2d2926c7;font-family:var(--font-body);text-align:left;background:#fcf9f2d9;border:1px solid #c59d5f29;border-radius:0;margin:0 1.15rem 1.15rem;padding:.95rem 1.05rem;font-size:.98rem;font-weight:400;line-height:1.85}.product-faq-accordion .accordion-item,.product-faq-accordion .accordion-item:hover,.product-faq-accordion .accordion-item.open{box-shadow:none;border:none}.product-faq-accordion .accordion-icon,.product-faq-accordion .accordion-answer{border:none}.product-faq-accordion .accordion-header{padding:1.1rem 1.2rem}.product-faq-accordion .accordion-answer{margin-left:1.2rem;margin-right:1.2rem}@media (max-width:640px){.product-faq-shell{border-radius:0;padding:1.2rem 1rem 1.25rem}.accordion-header{align-items:flex-start;padding:.95rem}.accordion-answer{margin:0 .95rem 1rem;padding:.85rem .9rem}}.review-section{border-top:1px solid #c59d5f2e;margin-top:0;padding:clamp(1.5rem,3vw,2.25rem) 0 0}.review-section>.review-header{justify-content:space-between;align-items:flex-end;gap:var(--gap-m);flex-wrap:wrap;margin-bottom:1.5rem;display:flex}.review-section .product-section-heading{margin-bottom:0}.review-comment{font-family:var(--font-body);color:#2d2926c7;margin:0;font-size:.98rem;font-weight:400;line-height:1.85}.rating-summary{align-items:center;display:flex}.average-rating{align-items:center;gap:var(--gap-m);display:flex}.rating-number{color:var(--vr-gold-dark);font-size:2rem;font-weight:700}.stars{gap:var(--gap-xs);display:flex}.review-count{color:var(--vr-text-muted)}.reviews-list{gap:var(--gap-m);display:grid}.review-item{background:#fff;border:1px solid #c59d5f38;border-radius:0;padding:1.25rem 1.35rem}.review-item .review-header{justify-content:space-between;align-items:flex-start;margin-bottom:.75rem;display:flex}.reviewer-info{gap:var(--gap-xs);flex-direction:column;display:flex}.reviewer-name{color:var(--vr-forest);margin:0;font-weight:600}.review-rating{gap:var(--gap-xs);display:flex}.review-date{color:var(--vr-text-muted);font-size:.875rem}.no-reviews{color:var(--vr-text-muted);margin:0}.review-form{background:#fff;border:1px solid #e0e0e0;border-radius:0;margin-bottom:2rem;padding:1.5rem}.form-group{margin-bottom:1rem}.form-group label{color:var(--brown);margin-bottom:.5rem;font-weight:600;display:block}.form-group input,.form-group textarea{border:1px solid #e0e0e0;border-radius:0;width:100%;padding:.75rem;font-size:1rem}.form-group textarea{resize:vertical}.rating-input{gap:var(--gap-m);display:flex}.star-btn{cursor:pointer;background:0 0;border:none;padding:.25rem}.star-btn .lucide-star{color:#ccc;transition:color .2s}.star-btn.active .lucide-star,.star-btn:hover .lucide-star{color:var(--saffron-primary)}.form-actions{gap:var(--gap-m);display:flex}.product-reviews-showcase{background:radial-gradient(circle at 100% 0,#c59d5f14,#0000 40%),linear-gradient(#fcf9f2a6,#fff3);padding-top:3.5rem;padding-bottom:3.5rem}.product-reviews-grid{gap:var(--gap-m);grid-template-columns:repeat(1,minmax(0,1fr));display:grid}@media (min-width:768px){.product-reviews-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (min-width:1280px){.product-reviews-grid{grid-template-columns:repeat(4,minmax(0,1fr))}}.product-reviews-header{text-align:center;margin-bottom:2.4rem}.product-reviews-kicker{text-transform:uppercase;letter-spacing:.14em;color:var(--vr-gold);margin-bottom:.55rem;font-size:.9rem;font-weight:600}.product-reviews-title{font-family:var(--font-heading);color:var(--vr-text);font-size:clamp(2rem,4vw,3.5rem);font-weight:700;line-height:1.1}.product-review-card{background:#fff;border:1px solid #b8a48347;border-radius:0;flex-direction:column;height:100%;padding:1.35rem;transition:transform .3s,box-shadow .3s,border-color .3s;display:flex;box-shadow:0 8px 20px #2c18100d}.product-review-card:hover{border-color:#c59d5f66;transform:translateY(-4px);box-shadow:0 14px 28px #2c181014}.product-review-quote-mark{color:#c59d5f8c;align-items:center;margin-bottom:.65rem;display:flex}.product-review-quote{color:#3e3e3e;font-family:var(--font-body);flex:1;min-height:0;margin:0 0 1rem;font-size:.95rem;line-height:1.7}.product-review-quote.rich-html p{color:inherit;font-size:inherit;line-height:inherit;margin:0 0 .65rem}.product-review-quote.rich-html p:last-child{margin-bottom:0}.product-review-stars{gap:var(--gap-m);margin-bottom:.85rem;display:flex}.review-star{color:#d1d1d1}.review-star.active{color:var(--vr-gold);fill:var(--vr-gold)}.product-review-product{color:var(--vr-gold-dark);margin:0 0 .35rem;font-size:.9rem;font-weight:600}.product-review-name{color:var(--vr-text);font-family:var(--font-heading);margin:0;font-weight:700;line-height:1.3}.product-review-location{color:#666;margin:.15rem 0 0;font-size:.9rem}.blog-section{padding-top:3.5rem;padding-bottom:3.5rem}.blog-section-header{text-align:center;margin-bottom:2.5rem}.blog-section-kicker{text-transform:uppercase;letter-spacing:.14em;color:var(--vr-gold);margin-bottom:.75rem;font-size:.9rem;font-weight:600}.blog-section-title{font-family:var(--font-heading);color:var(--vr-text);font-size:clamp(2rem,4vw,3.6rem);font-weight:700;line-height:1.1}.blog-grid{gap:var(--gap-m);grid-template-columns:repeat(1,minmax(0,1fr));display:grid}@media (min-width:768px){.blog-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (min-width:1100px){.blog-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}.blog-card{background:#fff;border:1px solid #b8a48347;border-radius:0;flex-direction:column;height:100%;transition:transform .3s,box-shadow .3s,border-color .3s;display:flex;overflow:hidden;box-shadow:0 10px 24px #0a2a1b0f}.blog-card:hover{border-color:#c59d5f66;transform:translateY(-4px);box-shadow:0 14px 28px #0a2a1b1a}.blog-card-media{aspect-ratio:16/10;background:var(--vr-cream-dark);position:relative;overflow:hidden}.blog-card-image{object-fit:cover;width:100%;height:100%;transition:transform .45s;display:block}.blog-card-image--placeholder{background:linear-gradient(135deg,#f5edd6 0%,#eadcc9 100%)}.blog-card:hover .blog-card-image{transform:scale(1.04)}.blog-card-content{gap:var(--gap-m);flex-direction:column;flex:1;padding:1.15rem 1.25rem 1.35rem;display:flex}.blog-card-meta{align-items:center;gap:var(--gap-m);flex-wrap:wrap;margin-bottom:0;display:flex}.blog-card-category{text-transform:uppercase;color:var(--vr-gold-dark);font-family:var(--font-ui);letter-spacing:.1em;font-size:.75rem;font-weight:600}.blog-card-date{color:#5f5f5f;font-size:.875rem}.blog-card-title{font-family:var(--font-display);color:var(--vr-forest);margin:0;font-size:clamp(1.15rem,1.6vw,1.35rem);line-height:1.3}.blog-card-excerpt{color:#6d6254;font-family:var(--font-body);-webkit-line-clamp:3;-webkit-box-orient:vertical;margin:0;font-size:.92rem;line-height:1.6;display:-webkit-box;overflow:hidden}.blog-read-more{color:var(--vr-gold-dark);font-family:var(--font-ui);margin-top:auto;font-size:.9rem;font-weight:700;text-decoration:none}.blog-read-more:hover{color:var(--vr-forest)}.combo-section.home-product-section{padding:3.5rem 0}.combo-section .section-header{margin:0 auto 2.25rem}.combo-card{cursor:pointer;background:#fffdfa;border:1px solid #eadcc9;border-radius:0;transition:all .3s;position:relative;overflow:hidden;box-shadow:0 10px 24px #1e140f0d}.combo-card:hover{transform:translateY(-5px);box-shadow:0 16px 32px #1e140f1f}.combo-card-image-wrap{aspect-ratio:1;position:relative;overflow:hidden}.combo-card-image{object-fit:cover;width:100%;height:100%;transition:transform .3s}.combo-card:hover .combo-card-image{transform:scale(1.05)}.combo-add-to-cart-container{opacity:0;transition:opacity .3s;position:absolute;bottom:12px;left:12px;right:12px}.combo-card:hover .combo-add-to-cart-container{opacity:1}.combo-badge{color:#fff;letter-spacing:.03em;background:#d06a3a;border-radius:0;padding:4px 8px;font-size:11px;font-weight:600;position:absolute;top:12px;left:12px}.combo-discount{background:var(--vr-gold);color:#fff;border-radius:0;padding:4px 8px;font-size:12px;font-weight:600;position:absolute;top:12px;right:12px}.combo-card-content{padding:16px}.combo-card-category{color:#cb5700;text-transform:uppercase;letter-spacing:.08em;margin-bottom:8px;font-size:11px;font-weight:600}.combo-card-title{color:var(--vr-text);-webkit-box-orient:vertical;min-height:44px;margin-bottom:8px;font-family:inherit;font-size:.96rem;font-weight:600;line-height:1.4;display:-webkit-box;overflow:hidden}.combo-card-description{color:#555;margin-bottom:.75rem;font-size:.95rem;line-height:1.55}.combo-tags{gap:var(--gap-m);flex-wrap:wrap;margin-bottom:.85rem;display:flex}.combo-tag{color:var(--vr-gold-dark);background:#f6efe7;border-radius:0;padding:.2rem .5rem;font-size:.72rem;font-weight:600}.combo-card-footer{justify-content:space-between;align-items:center;gap:var(--gap-m);margin-bottom:16px;display:flex}.combo-price-wrap{align-items:baseline;gap:var(--gap-m);flex-wrap:wrap;display:flex}.combo-price{color:var(--vr-text);font-size:18px;font-weight:700}.combo-original-price{color:#888;font-size:14px;text-decoration:line-through}.combo-rating-row{align-items:center;gap:var(--gap-m);margin-bottom:12px;display:flex}.combo-stars{gap:var(--gap-m);color:var(--vr-gold);display:flex}.combo-star{color:currentColor;width:16px;height:16px}.combo-review-count{font-size:.8rem}.combo-price{font-size:.98rem}.combo-original-price{font-size:.82rem}.combo-off-pill{font-size:.72rem}@media (min-width:900px){.product-offer-card-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:899px){.product-breadcrumbs{margin-bottom:.8rem;font-size:.8rem}.product-section-block{margin-top:1.9rem;padding:1.7rem 0}.product-copy-content{font-size:.93rem;line-height:1.75}}.combo-off-pill{color:#059669;font-size:14px;font-weight:500}.contact-page-shell{padding:1.25rem 0 2.5rem}.cms-page-shell{max-width:860px;padding:2rem 0 3.5rem}.cms-page-header{margin-bottom:1.5rem}.cms-page-title{font-family:var(--font-display,var(--font-body));color:var(--text-primary,#1a1a1a);margin:0;font-size:clamp(1.75rem,3vw,2.5rem);font-weight:600;line-height:1.2}.cms-page-content{color:var(--text-secondary,#4a4036)}.contact-page-card{gap:var(--gap-m);background:radial-gradient(circle at 0 0,#fff2e2d9,#0000 34%),linear-gradient(#fffdf9 0%,#fff 100%);border:1px solid #ece2d5;border-radius:0;grid-template-columns:1fr;padding:clamp(1.2rem,2vw,1.8rem);display:grid;box-shadow:0 18px 40px #0a2a1b0d}.contact-page-info{gap:var(--gap-m);align-content:start;display:grid}.contact-page-intro{gap:var(--gap-m);display:grid}.contact-page-eyebrow{color:#b45309;letter-spacing:.08em;text-transform:uppercase;background:#fff3e2;border-radius:0;align-items:center;width:fit-content;padding:.42rem .75rem;font-size:.72rem;font-weight:700;display:inline-flex}.contact-page-intro h1{letter-spacing:-.03em;color:#15324a;font-size:clamp(1.7rem,3vw,2.45rem);line-height:1.06}.contact-page-intro p{color:#64748b;max-width:40rem;font-size:.95rem;line-height:1.7}.contact-page-stepper{gap:var(--gap-m);margin-top:.25rem;display:grid}.contact-page-step{gap:var(--gap-m);background:#ffffffd1;border:1px solid #e8dfd3;border-radius:0;align-items:flex-start;padding:.9rem 1rem;display:flex}.contact-page-step.active{background:#fffaf3;border-color:#f2c897}.contact-page-step.done{background:#f5fbf7;border-color:#cce9d4}.contact-page-step-index{color:#15324a;background:#f4ede3;border-radius:0;flex:none;justify-content:center;align-items:center;width:1.7rem;height:1.7rem;font-size:.78rem;font-weight:700;display:inline-flex}.contact-page-step.done .contact-page-step-index{color:#15803d;background:#dff4e6}.contact-page-step strong{color:#15324a;margin-bottom:.16rem;font-size:.9rem;line-height:1.2;display:block}.contact-page-step p{color:#64748b;font-size:.82rem;line-height:1.55}.contact-page-info-grid{gap:var(--gap-m);display:grid}.contact-page-info-block{gap:var(--gap-m);background:#ffffffdb;border:1px solid #ece3d7;border-radius:0;align-items:flex-start;padding:1rem;display:flex}.contact-page-info-icon{color:#c2410c;background:#f59e0b1f;border-radius:0;flex:none;justify-content:center;align-items:center;width:2.6rem;height:2.6rem;display:flex}.contact-page-info h3{color:#15324a;margin-bottom:.28rem;font-size:1rem;line-height:1.15}.contact-page-info p{color:#5d6879;font-size:.88rem;line-height:1.65}.contact-page-contact-strip{gap:var(--gap-m);flex-wrap:wrap;display:flex}.contact-page-contact-chip{align-items:center;gap:var(--gap-m);color:#4f5f73;background:#fff;border:1px solid #eadfce;border-radius:0;padding:.55rem .8rem;font-size:.78rem;font-weight:600;display:inline-flex}.contact-page-info-note{align-items:center;gap:var(--gap-m);color:#466078;background:#f8fbfe;border:1px solid #d9e6f2;border-radius:0;width:fit-content;padding:.8rem 1rem;font-size:.82rem;line-height:1.5;display:inline-flex}.contact-page-form-wrap{background:#fffffff0;border:1px solid #eee3d3;border-radius:0;padding:clamp(1rem,2vw,1.4rem)}.contact-page-form-header{gap:var(--gap-m);margin-bottom:1rem;display:grid}.contact-page-form-kicker{color:#b45309;letter-spacing:.08em;text-transform:uppercase;font-size:.73rem;font-weight:700}.contact-page-form-wrap h2{color:#15324a;font-size:clamp(1.5rem,2.2vw,2rem);line-height:1.05}.contact-page-form-wrap p{color:#64748b;font-size:.88rem;line-height:1.65}.contact-page-alert{border-radius:0;margin-bottom:1rem;padding:.8rem .95rem;font-size:.85rem;font-weight:600}.contact-page-alert.success{color:#15803d;background:#ecfdf3;border:1px solid #bbf7d0}.contact-page-alert.error{color:#b91c1c;background:#fef2f2;border:1px solid #fecaca}.contact-page-alert.info{color:#1d4ed8;background:#eff6ff;border:1px solid #bfdbfe}.contact-page-form{gap:var(--gap-m);display:grid}.contact-page-progress{background:#f2ede4;border-radius:0;height:.35rem;margin-bottom:1rem;overflow:hidden}.contact-page-progress-bar{background:linear-gradient(90deg,#f97316 0%,#17b8bf 100%);border-radius:0;height:100%;transition:width .25s}.contact-page-progress-bar.step-1{width:33.333%}.contact-page-progress-bar.step-2{width:66.666%}.contact-page-progress-bar.step-3{width:100%}.contact-page-grid{gap:var(--gap-m);grid-template-columns:1fr;display:grid}.contact-page-form label{color:#0f172a;margin-bottom:.45rem;font-size:.82rem;font-weight:700;display:block}.contact-page-form input,.contact-page-form textarea{color:#15324a;background:#fff;border:1px solid #d7dee6;border-radius:0;outline:none;width:100%;padding:.85rem .95rem;font-size:.88rem;transition:border-color .2s,box-shadow .2s}.contact-page-form input:focus,.contact-page-form textarea:focus{border-color:#17b8bf;box-shadow:0 0 0 4px #17b8bf1f}.contact-page-form input:disabled,.contact-page-form textarea:disabled{color:#64748b;background:#fbfcfd;border-color:#e2e8f0}.contact-page-error{color:#dc2626;margin-top:.35rem;font-size:.78rem}.contact-page-otp-panel{gap:var(--gap-m);background:#fffaf3;border:1px solid #f3d7b5;border-radius:0;padding:1rem;display:grid}.contact-page-otp-copy strong{color:#15324a;margin-bottom:.2rem;font-size:.9rem;display:block}.contact-page-otp-copy p{color:#6b7280;font-size:.8rem;line-height:1.6}.contact-page-actions{gap:var(--gap-m);flex-wrap:wrap;padding-top:.4rem;display:flex}.contact-page-submit,.contact-page-secondary{cursor:pointer;border:1px solid #0000;border-radius:0;min-width:170px;min-height:48px;padding:.82rem 1.2rem;font-size:.88rem;font-weight:700}.contact-page-submit{color:#fff;background:linear-gradient(135deg,#15324a 0%,#1d4e6f 100%);box-shadow:0 14px 28px #15324a24}.contact-page-submit:disabled{box-shadow:none;cursor:not-allowed;background:#cbd5e1}.contact-page-secondary{color:#8a4d10;background:#fffaf3;border-color:#f1d3ad}.contact-page-form-footer{gap:var(--gap-m);color:#6b7280;border-top:1px solid #efe6da;flex-wrap:wrap;margin-top:.25rem;padding-top:.95rem;font-size:.78rem;display:flex}@media (min-width:900px){.contact-page-card{gap:var(--gap-m);grid-template-columns:minmax(320px,.9fr) minmax(0,1.1fr);align-items:start}.contact-page-grid{grid-template-columns:1fr 1fr}}@media (max-width:640px){.contact-page-card{border-radius:0;padding:1rem}.contact-page-form-wrap{padding:.95rem}.contact-page-actions{flex-direction:column}.contact-page-submit,.contact-page-secondary{width:100%}}.combo-btn{background:var(--primary-background);color:#fff;cursor:pointer;justify-content:center;align-items:center;gap:var(--gap-m);white-space:nowrap;border:0;border-radius:0;width:100%;padding:8px 16px;font-size:14px;font-weight:600;transition:background .2s;display:inline-flex}.combo-btn:hover:not(:disabled){background:#3b4623}.combo-btn:disabled{opacity:1;cursor:not-allowed;background:#9ca3af}.combo-card:not(:hover) .combo-add-to-cart-container .combo-btn:disabled{opacity:0}.combo-view-all-wrap{text-align:center;margin-top:2.75rem}.combo-view-all-link{color:#2d2018;font-size:1.1rem;font-weight:700;text-decoration:none}.combo-view-all-link:hover{color:#cb5700}.why-choose-section{isolation:isolate;background:radial-gradient(55% 45% at 8% 12%,#4f772d12,#0000 60%),radial-gradient(40% 50% at 92% 18%,#c59d5f1a,#0000 55%),linear-gradient(#fbf7f0 0%,#f7f1e6 48%,#faf6ef 100%);padding:clamp(3.5rem,6vw,5.5rem) 0 clamp(3rem,5vw,4.5rem);position:relative;overflow:hidden}.why-choose-inner{z-index:1;position:relative}.why-choose-decor{pointer-events:none;z-index:0;color:var(--vr-forest);position:absolute}.why-choose-decor--leaves{color:#4f772d;width:min(240px,32vw);height:auto;top:-.5rem;left:-1rem}.why-choose-decor--feather{color:#1f4d3a;width:min(130px,18vw);height:auto;top:1rem;right:-.5rem}.why-choose-section .section-header{max-width:820px;margin-bottom:clamp(2rem,4vw,2.75rem);margin-left:auto;margin-right:auto}.why-choose-grid{gap:var(--gap-m,1rem);grid-template-columns:repeat(1,minmax(0,1fr));display:grid}@media (min-width:640px){.why-choose-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (min-width:1024px){.why-choose-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}@media (min-width:1280px){.why-choose-grid{grid-template-columns:repeat(6,minmax(0,1fr));gap:.85rem}}.why-choose-card{text-align:center;background:#fff;border:1px solid #c59d5f2e;border-radius:14px;padding:1.35rem 1rem 1.5rem;transition:transform .35s,box-shadow .35s,border-color .35s;animation:.55s both why-choose-card-in;box-shadow:0 10px 28px #0a2a1b0d}.why-choose-card:hover{border-color:#c59d5f6b;transform:translateY(-4px);box-shadow:0 16px 34px #0a2a1b17}@keyframes why-choose-card-in{0%{opacity:0;transform:translateY(14px)}to{opacity:1;transform:translateY(0)}}.why-choose-icon-wrap{background:#fbf7f0d9;border:1.5px dotted #0a2a1b47;border-radius:999px;justify-content:center;align-items:center;width:72px;height:72px;margin:0 auto 1rem;display:flex}.why-choose-icon{color:var(--vr-forest)}.why-choose-card-title{color:var(--vr-forest);font-family:var(--font-heading);margin:0 0 .55rem;font-size:clamp(.95rem,1.1vw,1.05rem);font-weight:700;line-height:1.3}.why-choose-card-description{color:#5c675f;font-family:var(--font-body);max-width:18ch;margin:0 auto;font-size:.82rem;line-height:1.55}@media (min-width:1280px){.why-choose-card-description{max-width:none}}.why-choose-trust-bar{background:#ffffff59;border-top:1px solid #c59d5f47;border-bottom:1px solid #c59d5f47;flex-wrap:wrap;justify-content:center;align-items:center;gap:.75rem 0;margin:clamp(2rem,4vw,2.75rem) 0 0;padding:1rem .75rem;list-style:none;display:flex}.why-choose-trust-item{color:var(--vr-forest);font-family:var(--font-body);align-items:center;gap:.55rem;padding:.35rem 1rem;font-size:.82rem;font-weight:600;line-height:1.3;display:inline-flex}@media (min-width:900px){.why-choose-trust-item:not(:last-child){border-right:1px solid #c59d5f59}}.why-choose-trust-icon{color:var(--vr-gold-dark,#a67c3d);flex-shrink:0;display:inline-flex}.why-choose-trust-item:nth-child(2) .why-choose-trust-icon,.why-choose-trust-item:nth-child(3) .why-choose-trust-icon,.why-choose-trust-item:nth-child(4) .why-choose-trust-icon{color:var(--vr-forest)}.why-choose-trust-label{white-space:normal}@media (max-width:767px){.why-choose-decor--feather{opacity:.35;width:72px}.why-choose-decor--leaves{opacity:.45;width:140px}.why-choose-card-description{max-width:28ch}.why-choose-trust-bar{flex-direction:column;align-items:flex-start;gap:.65rem;padding:1rem 1.1rem}.why-choose-trust-item{padding:0}}.why-hathi-section{padding-top:4rem;padding-bottom:4rem}.why-hathi-header{text-align:center;margin-bottom:2rem}.why-hathi-title{color:var(--vr-forest);letter-spacing:.02em;margin-bottom:.75rem;font-size:clamp(2rem,4vw,3.3rem);line-height:1.15}.why-hathi-divider{justify-content:center;align-items:center;gap:var(--gap-m);color:#2d3f50;margin-bottom:.75rem;display:flex}.why-hathi-divider span{background:#ccd1c4;width:84px;height:1px;display:block}.why-hathi-subtitle{color:#2f3e4f;font-size:1.2rem;font-style:italic}.why-hathi-layout{gap:var(--gap-m);grid-template-columns:1fr;align-items:start;display:grid}@media (min-width:1100px){.why-hathi-layout{gap:var(--gap-m);grid-template-columns:1fr minmax(340px,420px) 1fr}}.why-hathi-col{gap:var(--gap-m);display:grid}.why-hathi-point{align-items:start;gap:var(--gap-m);grid-template-columns:64px 1fr;display:grid}.why-hathi-col.right .why-hathi-point{grid-template-columns:1fr 64px}.why-hathi-point-icon{color:#263746;background:#f6f6f0;border:1px solid #d6d6cf;border-radius:0;justify-content:center;align-items:center;width:64px;height:64px;display:flex}.why-hathi-point p{color:#2f3e4f;font-size:1.2rem;line-height:1.7}.why-hathi-col.right .why-hathi-point p{text-align:right}.why-hathi-center{justify-content:center;display:flex}.why-hathi-image{aspect-ratio:1;object-fit:cover;border-radius:0;width:100%;max-width:420px;box-shadow:0 16px 28px #222b3529}@media (max-width:1099px){.why-hathi-col.right .why-hathi-point p{text-align:left}.why-hathi-col.right .why-hathi-point{grid-template-columns:64px 1fr}}.testimonial-section{padding:4.25rem 0 2rem}.testimonial-title{text-align:center;color:var(--vr-forest);margin-bottom:1.6rem;font-size:clamp(2rem,4vw,3.1rem);font-weight:700;line-height:1.15}.testimonial-text{text-align:center;color:#3c3c3c;max-width:1300px;margin:0 auto;font-size:clamp(1.15rem,2vw,1.35rem);line-height:1.8}.testimonial-author{text-align:center;color:#3c3c3c;margin-top:1rem;font-size:1.45rem;font-weight:700}.testimonial-avatars{justify-content:center;gap:var(--gap-m);flex-wrap:wrap;margin-top:2.1rem;display:flex}.testimonial-avatar{opacity:.35;border-radius:0;width:130px;height:130px;transition:opacity .3s,transform .3s;overflow:hidden}.testimonial-avatar img{object-fit:cover;width:100%;height:100%;display:block}.testimonial-avatar.active{opacity:1}.testimonial-avatar:hover{opacity:1;transform:translateY(-2px)}@media (max-width:768px){.container,.account-container,.commerce-container{padding:0 .5rem}.top-header-left,.top-header-right,.top-header-item{gap:var(--gap-m)}.top-header-text{font-size:.75rem}.hero-title{font-size:2rem}.hero-subtitle{font-size:1rem}.section-title{font-size:2rem}.hero-features,.products-grid{gap:var(--gap-m);grid-template-columns:1fr}}@media (max-width:480px){.container,.account-container,.commerce-container{padding:0 .25rem}.top-header-content{gap:var(--gap-m);flex-direction:column;height:auto;padding:.5rem 0}.top-header-left,.top-header-right{gap:var(--gap-m)}.hero-title,.section-title{font-size:1.5rem}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes scaleIn{0%{opacity:0;transform:scale(.95)translateY(10px)}to{opacity:1;transform:scale(1)translateY(0)}}@keyframes fadeOut{0%{opacity:1}to{opacity:0}}@keyframes scaleOut{0%{opacity:1;transform:scale(1)translateY(0)}to{opacity:0;transform:scale(.95)translateY(10px)}}.hidden{display:none!important}.text-center{text-align:center}.mb-1{margin-bottom:.25rem}.mb-2{margin-bottom:.5rem}.mb-3{margin-bottom:.75rem}.mb-4{margin-bottom:1rem}.mt-1{margin-top:.25rem}.mt-2{margin-top:.5rem}.mt-3{margin-top:.75rem}.mt-4{margin-top:1rem}.store-page{padding-top:1.5rem;padding-bottom:3.5rem}.store-page__toolbar{gap:var(--gap-m);flex-wrap:wrap;align-items:center;margin-bottom:1.5rem;display:flex}.store-page__search{align-items:center;gap:var(--gap-m);border:1px solid var(--vr-border,#e8e1d8);max-width:420px;color:var(--vr-muted,#6b4e36);background:#fff;border-radius:0;flex:280px;padding:.55rem .85rem;display:flex}.store-page__search input{font:inherit;color:inherit;background:0 0;border:0;outline:none;flex:1;min-width:0}.store-page__message{color:var(--vr-muted,#6b4e36);margin:0 0 1rem}.store-page__message--error{color:#dc2626}.store-page__pagination{justify-content:space-between;align-items:center;gap:var(--gap-m);flex-wrap:wrap;margin-top:1.5rem;display:flex}.store-page__pagination-meta{color:var(--vr-muted,#6b4e36);margin:0}.store-page__pagination-actions{gap:var(--gap-m);display:flex}.store-skeleton-card{background:#fff;border:1px solid #ede3d6;border-radius:0;overflow:hidden;box-shadow:0 8px 20px #2c18100f}.store-skeleton-image{aspect-ratio:1;width:100%}.store-skeleton-content{gap:var(--gap-m);padding:14px;display:grid}.store-skeleton-row{justify-content:space-between;gap:var(--gap-m);display:flex}.store-skeleton-line{border-radius:0;width:100%;height:12px}.store-skeleton-line.short{width:40%}.store-skeleton-line.medium{width:65%}.store-skeleton-shimmer{background:linear-gradient(90deg,#f4efe6 25%,#efe6d9 50%,#f4efe6 75%) 0 0/200% 100%;animation:1.2s ease-in-out infinite store-skeleton-loading}@keyframes store-skeleton-loading{0%{background-position:200% 0}to{background-position:-200% 0}}.home-skeleton{min-height:100vh;padding-bottom:3rem}.home-skeleton__hero{border-radius:0;width:100%;min-height:clamp(280px,48vw,520px)}.home-skeleton__heading{gap:var(--gap-m);max-width:320px;margin-bottom:1.5rem;display:grid}.home-skeleton__category-card{height:100%;min-height:220px;box-shadow:none;background:#fff;border:none;border-radius:0;grid-template-columns:minmax(0,1.05fr) minmax(0,1fr);display:grid;overflow:hidden}.home-skeleton__category-media{width:100%;min-height:220px}.home-skeleton__category-body{justify-content:center;gap:var(--gap-xs);flex-direction:column;flex:1;min-height:0;padding:1.35rem 1.4rem 1.4rem .85rem;display:flex}@media (max-width:639px){.home-skeleton__category-card{grid-template-columns:1fr;min-height:0}.home-skeleton__category-media{aspect-ratio:16/10;min-height:180px}.home-skeleton__category-body{padding:1rem 1.15rem 1.25rem}}.home-skeleton__product-grid{gap:var(--gap-m);grid-template-columns:repeat(1,minmax(0,1fr));display:grid}@media (min-width:768px){.home-skeleton__product-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (min-width:1024px){.home-skeleton__product-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}@media (min-width:1280px){.home-skeleton__product-grid{grid-template-columns:repeat(4,minmax(0,1fr))}}.home-skeleton__product-card{background:var(--vr-white,#fff);border:1px solid #c59d5f33;border-radius:0;flex-direction:column;height:100%;display:flex;overflow:hidden;box-shadow:0 8px 20px #0a2a1b0f}.home-skeleton__product-image{aspect-ratio:1;width:100%}.home-skeleton__product-body{gap:var(--gap-m);flex-direction:column;min-height:7.5rem;padding:14px 14px 16px;display:flex}.home-skeleton__product-meta{justify-content:space-between;align-items:center;gap:var(--gap-m);margin-top:2px;display:flex}.home-skeleton__product-meta .store-skeleton-line.short{width:35%}.home-skeleton__banner{border-radius:0;width:100%;min-height:180px}.product-detail-skeleton__breadcrumbs{align-items:center;gap:var(--gap-xs);flex-wrap:wrap;margin-bottom:1.35rem;display:flex}.product-detail-skeleton__breadcrumbs .store-skeleton-line{width:3.5rem;height:.86rem;margin:0}.product-detail-skeleton__breadcrumbs .store-skeleton-line.short{width:4.5rem}.product-detail-skeleton__breadcrumbs .store-skeleton-line.medium{width:7rem}.product-detail-skeleton__grid{gap:clamp(var(--gap-m), 2.5vw, var(--gap-xl));grid-template-columns:1fr;align-items:start;display:grid}@media (min-width:900px){.product-detail-skeleton__grid{gap:clamp(var(--gap-l), 3vw, var(--gap-xl));grid-template-columns:minmax(0,.92fr) minmax(0,1.08fr)}}.product-detail-skeleton__gallery{gap:0;display:grid}.product-detail-skeleton__main-image{border:1px solid #c59d5f47;border-radius:0;width:100%;height:clamp(320px,40vw,520px);min-height:320px}.product-detail-skeleton__thumbs{gap:var(--gap-s);flex-wrap:wrap;margin-top:.95rem;display:flex}.product-detail-skeleton__thumb{border:1.5px solid #c59d5f47;border-radius:0;flex-shrink:0;width:84px;height:84px}.product-detail-skeleton__content{gap:var(--gap-s);background:radial-gradient(circle at 100% 0,#c59d5f14,#0000 38%),linear-gradient(165deg,#fffefb 0%,#fbf7ef 55%,#fff 100%);border:1px solid #c59d5f47;border-radius:0;flex-direction:column;padding:clamp(1.35rem,2vw,1.9rem);display:flex}.product-detail-skeleton__chips{gap:var(--gap-xs);flex-wrap:wrap;margin-bottom:.1rem;display:flex}.product-detail-skeleton__chip{border-radius:0;width:5.5rem;height:1.65rem}.product-detail-skeleton__title{border-radius:0;width:min(100%,22rem);height:clamp(1.55rem,2.8vw,2.15rem)}.product-detail-skeleton__rating{border-radius:0;width:9.5rem;height:.9rem}.product-detail-skeleton__subtitle{border-radius:0;width:min(100%,28rem);height:2.8rem}.product-detail-skeleton__price-block{border-radius:0;width:100%;height:6.5rem;margin:.15rem 0 .2rem}.product-detail-skeleton__options{border-radius:0;width:100%;height:8.5rem}.product-detail-skeleton__quantity{gap:var(--gap-xs);margin-bottom:.15rem;display:grid}.product-detail-skeleton__qty-label{border-radius:0;width:5rem;height:.88rem}.product-detail-skeleton__qty-control{border-radius:0;width:144px;height:44px}.product-detail-skeleton__actions{align-items:stretch;gap:var(--gap-s);margin-top:.2rem;display:flex}.product-detail-skeleton__cta{border-radius:0;flex:1 1 0;min-width:0;height:54px}.product-detail-skeleton__trust{gap:var(--gap-s);grid-template-columns:repeat(3,minmax(0,1fr));margin-top:.35rem;display:grid}.product-detail-skeleton__trust-item{border-radius:0;height:2.35rem}.product-detail-skeleton__section{gap:var(--gap-s);border-top:1px solid #c59d5f2e;margin-top:clamp(2.25rem,4vw,3.25rem);padding:clamp(1.75rem,3vw,2.5rem) 0 0;display:grid}.product-detail-skeleton__section-heading{border-radius:0;width:min(100%,16rem);height:clamp(1.55rem,2.8vw,2.15rem);margin-bottom:.3rem}.product-detail-skeleton__copy{border-radius:0;width:100%;max-width:52rem;height:.98rem}.product-detail-skeleton__copy--short{width:62%;max-width:32rem}@media (max-width:899px){.product-detail-skeleton__main-image{height:clamp(300px,78vw,520px);min-height:300px}.product-detail-skeleton__thumb{width:72px;height:72px}.product-detail-skeleton__content{padding:1.1rem}.product-detail-skeleton__actions{flex-direction:column}.product-detail-skeleton__trust{gap:var(--gap-xs);grid-template-columns:1fr}.product-detail-skeleton__section{margin-top:1.9rem;padding-top:1.7rem}}.card{padding:2em}.read-the-docs{color:#888}#nprogress{pointer-events:none}#nprogress .bar{z-index:1031;background:#f60;width:100%;height:3px;position:fixed;top:0;left:0}.product-copy-content{white-space:normal;overflow-wrap:break-word;word-break:break-word;width:100%;max-width:100%;line-height:1.8}.product-copy-content p{margin:0 0 16px}.product-copy-content ul,.product-copy-content ol{margin-bottom:16px;padding-left:24px}.product-copy-content img{max-width:100%;height:auto}.product-copy-content table{border-collapse:collapse;width:100%}.rich-html{text-align:left;white-space:normal;overflow-wrap:break-word;word-break:break-word}.rich-html .ql-align-center{text-align:center}.rich-html .ql-align-right{text-align:right}.rich-html .ql-align-justify{text-align:justify}.rich-html .ql-indent-1{padding-left:1.5rem}.rich-html .ql-indent-2{padding-left:3rem}.rich-html>:first-child{margin-top:0}.rich-html>:last-child{margin-bottom:0}.rich-html p{margin:0 0 .75rem}.rich-html p:last-child{margin-bottom:0}.rich-html p:empty{display:none}.rich-html p:has(>br:only-child){display:none}.rich-html h1,.rich-html h2,.rich-html h3,.rich-html h4{color:#2f241c;font-family:var(--font-heading);margin:.85rem 0 .45rem;font-weight:700;line-height:1.3}.rich-html h1{font-size:1.25rem}.rich-html h2{font-size:1.12rem}.rich-html h3,.rich-html h4{font-size:1rem}.rich-html ul,.rich-html ol{margin:0 0 .75rem;padding-left:1.5rem;list-style-position:outside}.rich-html ul{list-style-type:disc}.rich-html ol{list-style-type:decimal}.rich-html li{margin:.35rem 0;padding-left:.15rem;line-height:1.65;display:list-item}.rich-html li+li{margin-top:.35rem}.rich-html li[data-list=bullet]{list-style-type:disc}.rich-html li[data-list=ordered]{list-style-type:decimal}.rich-html .ql-ui{display:none!important}.rich-html a{color:var(--vr-forest,#48552b);text-underline-offset:2px;text-decoration:underline}.rich-html strong,.rich-html b{color:#2f241c;font-weight:700}.rich-html em,.rich-html i{font-style:italic}.rich-html img{border-radius:0;max-width:100%;height:auto;margin:.75rem 0;display:block}.rich-html blockquote{color:#6a5c4c;background:#fffaf3cc;border-left:3px solid #b8a483b3;margin:.75rem 0;padding:.55rem .85rem}.rich-html table{border-collapse:collapse;width:100%;margin:.75rem 0;font-size:.9rem}.rich-html th,.rich-html td{text-align:left;vertical-align:top;border:1px solid #b8a48359;padding:.45rem .6rem}.rich-html th{color:#2f241c;background:#b8a4831f;font-weight:600}.accordion-answer.rich-html p{margin:0 0 .65rem}.accordion-answer.rich-html ul,.accordion-answer.rich-html ol{margin-bottom:.65rem}.footer{background:linear-gradient(180deg, var(--footer-bg) 0%, var(--vr-forest-dark) 100%);color:var(--footer-text);padding:3.5rem 0 2rem;position:relative;overflow:hidden}.footer:before{content:"";opacity:.12;pointer-events:none;z-index:0;background:url(/svg/file.svg) bottom/cover no-repeat;position:absolute;inset:0}.footer .container{z-index:1;position:relative}.footer-grid{gap:var(--gap-m);grid-template-columns:repeat(auto-fit,minmax(220px,1fr));margin-bottom:2rem;display:grid}.footer-section{min-width:0}.footer-section-title{font-family:var(--font-ui);color:var(--footer-heading);letter-spacing:.02em;margin-bottom:1rem;font-size:1rem;font-weight:600}.footer-link-list,.footer-contact-list{margin:0;padding:0;list-style:none}.footer-link-list li,.footer-contact-list li{margin-bottom:.65rem}.footer-link{color:var(--footer-text);text-decoration:none;transition:color .3s}.footer-link:hover{color:var(--header-accent)}.footer-contact-list li{align-items:flex-start;gap:var(--gap-m);color:var(--footer-text);display:flex}.footer-social-block{margin-top:1.25rem}.footer-social-grid{gap:var(--gap-m);flex-wrap:wrap;display:flex}.footer-social-link{border:1px solid var(--footer-border);background:#ffffff0f;border-radius:0;justify-content:center;align-items:center;width:42px;height:42px;transition:all .25s;display:inline-flex}.footer-social-link:hover{background:var(--vr-gold-muted);border-color:#c59d5f73}.footer-social-icon{object-fit:contain;width:22px;height:22px}.footer-payment-grid{gap:var(--gap-m);flex-wrap:wrap;display:flex}.footer-payment-item{border:1px solid var(--footer-border);background:#ffffff0d;border-radius:0;justify-content:center;align-items:center;padding:1rem;display:inline-flex}.footer-payment-icon-wrap{justify-content:center;align-items:center;display:inline-flex}.footer-payment-icon{object-fit:contain;max-width:150px;max-height:100px}.footer-payment-label{color:var(--footer-text);font-size:.78rem}.footer-bottom{border-top:1px solid var(--footer-border);text-align:center;color:#d8cdb8d9;padding-top:1.5rem;font-size:.9rem}@media (max-width:768px){.footer{padding:2.5rem 0 1.5rem}.footer-grid{gap:var(--gap-m);grid-template-columns:1fr}}.website-footer-preview{border-radius:0;overflow:hidden}.website-footer-preview .footer{border-radius:0}.announcement-bar{background:var(--announcement-bg);color:var(--announcement-text);border-bottom:1px solid #3d29141f;padding:0;font-size:.875rem}.announcement-bar-content{justify-content:space-between;align-items:center;height:40px;display:flex}.announcement-bar-left,.announcement-bar-right{align-items:center;gap:var(--gap-m);display:flex}.announcement-bar-item{align-items:center;gap:var(--gap-xs);display:flex}.announcement-bar-icon{color:var(--text-saffron);opacity:.95}.announcement-bar-text{color:var(--announcement-text);font-weight:500;text-decoration:none}.announcement-bar-text:hover{color:var(--text-saffron)}.header{background:var(--header-bg);color:var(--header-text);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-bottom:1px solid var(--header-border);z-index:100;position:sticky;top:0;box-shadow:0 8px 24px #0a2a1b1a}.header-content{justify-content:space-between;align-items:center;gap:var(--gap-m);height:64px;display:flex}.logo{align-items:center;gap:var(--gap-s);color:var(--header-text);filter:none;flex-shrink:0;text-decoration:none;transition:none;display:flex}.logo:hover,.logo:focus,.logo:active{filter:none;opacity:1;transform:none}.logo-icon{color:var(--header-accent);font-size:1.5rem}.logo-text{color:var(--header-text);font-weight:700}.nav{align-items:center;gap:var(--gap-s);display:flex}.nav-item{position:relative}.nav-button{color:var(--header-text);font-family:var(--font-ui);cursor:pointer;align-items:center;gap:var(--gap-xs);background:0 0;border:none;border-radius:0;padding:.5rem 1rem;font-size:1rem;text-decoration:none;transition:all .3s;display:flex}.nav-button:hover{color:var(--header-accent);background-color:var(--vr-gold-muted)}.dropdown{background-color:var(--vr-white);z-index:1000;visibility:hidden;opacity:0;border:1px solid #0a2a1b1f;border-radius:0;min-width:200px;transition:all .3s;position:absolute;top:100%;left:0;transform:translateY(-10px);box-shadow:0 12px 30px #0a2a1b1f}.nav-item:hover .dropdown{opacity:1;visibility:visible;transform:translateY(0)}.dropdown-item{color:var(--text-gray);border-bottom:1px solid #f0f0f0;padding:.75rem 1rem;text-decoration:none;transition:all .3s;display:block}.dropdown-item:hover{background-color:var(--gray-light);color:var(--text-saffron)}.dropdown-item:last-child{border-bottom:none}.header-actions{align-items:center;gap:var(--gap-s);flex-shrink:0;display:flex}.icon-button{cursor:pointer;color:var(--header-text);background:0 0;border:none;border-radius:0;justify-content:center;align-items:center;padding:.5rem;transition:all .3s;display:inline-flex}.icon-button:hover{color:var(--header-accent);background-color:var(--vr-gold-muted);border-radius:50%}.header-login-btn{cursor:pointer;color:var(--header-text);letter-spacing:.02em;background:0 0;border:none;border-radius:0;justify-content:center;align-items:center;padding:.4rem .75rem;font-family:inherit;font-size:.875rem;font-weight:600;transition:all .3s;display:inline-flex}.header-login-btn:hover{color:var(--header-accent);background-color:var(--vr-gold-muted)}.profile-dropdown{position:relative}.profile-dropdown-menu{background:var(--vr-surface,#fff);border:1px solid var(--header-border,#00000014);z-index:40;border-radius:0;min-width:11rem;padding:.35rem 0;position:absolute;top:calc(100% + .35rem);right:0}.profile-dropdown-name{color:var(--vr-text,#1a1a1a);border-bottom:1px solid var(--header-border,#00000014);white-space:nowrap;text-overflow:ellipsis;margin-bottom:.15rem;padding:.5rem .85rem .35rem;font-size:.8rem;font-weight:600;overflow:hidden}.profile-dropdown-menu .dropdown-item{text-align:left;width:100%;color:var(--vr-text,#1a1a1a);font:inherit;cursor:pointer;background:0 0;border:none;padding:.55rem .85rem;font-size:.875rem;text-decoration:none;display:block}.profile-dropdown-menu .dropdown-item:hover{background-color:var(--vr-gold-muted,#c49a3e1f);color:var(--header-accent,#c49a3e)}.profile-dropdown-menu .logout-btn{color:#b42318}.mobile-nav-panel{border-top:1px solid var(--header-border);padding:1rem 0;display:block}.mobile-nav-panel .nav-button{justify-content:flex-start;width:100%}.mobile-nav-panel .nav-button.is-sub{color:var(--vr-text-muted);padding-left:1.5rem;font-weight:400}.mobile-nav-panel .nav-button.is-category{font-weight:600}.website-header-preview{border-radius:0;overflow:hidden}.website-header-preview .header{z-index:1;position:relative;top:auto}.website-header-preview .nav{display:flex}.website-header-preview .header-menu-toggle{display:none}.website-header-preview .nav-button,.website-header-preview .dropdown-item,.website-header-preview .icon-button{cursor:default}.header-menu-toggle{display:none}@media (max-width:1024px){.nav{display:none}.header-menu-toggle{display:inline-flex}}#reg_login{z-index:999;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);background-color:#0a2a1b47;justify-content:center;align-items:center;width:100%;height:100%;min-height:100vh;padding:20px;display:flex;position:fixed;inset:0}.auth-modal-shell{position:relative}.auth-modal-close{z-index:20;width:36px;height:36px;color:var(--vr-text-muted,#666);cursor:pointer;background:0 0;border:none;border-radius:0;justify-content:center;align-items:center;padding:0;font-size:1.65rem;line-height:1;transition:background-color .15s,color .15s;display:flex;position:absolute;top:14px;right:14px}.auth-modal-close:hover{color:var(--vr-forest,#0a2a1b);background-color:#0a2a1b0f}.auth_container{background:var(--vr-white,#fff);border-radius:0;width:min(920px,100%);height:560px;min-height:560px;max-height:min(560px,100vh - 40px);margin:0 auto;display:flex;position:relative;overflow:hidden;box-shadow:0 24px 64px #0a2a1b2e}.auth_container .imgBx,.auth_container .formBx,.auth_container .auth-brand-panel{width:42%;min-height:100%;position:relative}.auth_container .formBx,.auth_container .auth-form-panel{background:var(--vr-white,#fff);flex-direction:column;width:58%;min-height:0;display:flex;overflow:hidden}.auth-form-panel:has(.is-profile-step){padding-top:1.5rem;padding-bottom:1rem}.auth-brand-panel{color:var(--vr-forest,#0a2a1b);background:linear-gradient(165deg,#fbf6eb 0%,#f3ead8 55%,#efe4cf 100%);border-right:1px solid #c59d5f2e;flex-direction:column;display:flex;overflow:hidden}.auth-brand-mandala{width:140px;height:140px;color:var(--vr-gold,#c59d5f);pointer-events:none;position:absolute}.auth-brand-mandala--tl{top:-28px;left:-28px}.auth-brand-mandala--br{opacity:.55;bottom:72px;right:-36px}.auth-brand-content{z-index:1;gap:var(--gap-m);flex-direction:column;flex:1;padding:2rem 1.75rem 7.5rem;display:flex;position:relative}.auth-brand-logo{align-items:center;gap:var(--gap-s);display:flex}.auth-brand-mark{flex-shrink:0;width:36px;height:42px;display:flex}.auth-brand-logo-feather{width:100%;height:100%}.auth-brand-logo-text{gap:var(--gap-xs);flex-direction:column;display:flex}.auth-brand-name{font-family:var(--font-serif,"Cormorant Garamond", Georgia, serif);color:var(--vr-forest,#0a2a1b);letter-spacing:.01em;font-size:1.35rem;font-weight:600;line-height:1.1}.auth-brand-tagline{font-family:var(--font-ui,Inter, sans-serif);letter-spacing:.16em;text-transform:uppercase;color:var(--vr-gold-dark,#a67c3d);font-size:.62rem;font-weight:600}.auth-brand-heading{font-family:var(--font-serif,"Cormorant Garamond", Georgia, serif);color:var(--vr-forest,#0a2a1b);margin:.35rem 0 0;font-size:2.35rem;font-weight:600;line-height:1.15}.auth-brand-sub{color:#0a2a1bc7;max-width:28ch;margin:0;font-size:.92rem;line-height:1.55}.auth-brand-sub strong{color:var(--vr-forest,#0a2a1b);font-weight:700}.auth-brand-features{gap:var(--gap-s);flex-direction:column;margin:.5rem 0 0;padding:0;list-style:none;display:flex}.auth-brand-feature{align-items:flex-start;gap:var(--gap-s);display:flex}.auth-brand-feature-icon{width:34px;height:34px;color:var(--vr-leaf,#4f772d);background:#4f772d1f;border-radius:0;flex-shrink:0;justify-content:center;align-items:center;display:flex}.auth-brand-feature-title,.auth-brand-feature-desc{display:block}.auth-brand-feature-title{color:var(--vr-forest,#0a2a1b);font-size:.88rem;font-weight:700;line-height:1.25}.auth-brand-feature-desc{color:var(--vr-text-muted,#666);margin-top:.1rem;font-size:.78rem}.auth-brand-art{pointer-events:none;z-index:0;height:110px;position:absolute;bottom:0;left:0;right:0}.auth-brand-skyline{width:78%;height:90px;position:absolute;bottom:0;left:0}.auth-brand-peacock{width:72px;height:120px;position:absolute;bottom:4px;right:10px}.auth-form-panel{padding:2.25rem 2.5rem 1.5rem}.auth-modal-form{flex-direction:column;width:100%;max-width:400px;height:100%;min-height:0;margin:0 auto;display:flex}.auth-form-header{text-align:center;flex-shrink:0;margin-bottom:1.5rem}.auth-modal-form.is-profile-step .auth-form-header{margin-bottom:.85rem}.auth-modal-form.is-profile-step .auth-form-shield{width:44px;height:44px;margin-bottom:.55rem}.auth-modal-form.is-profile-step .auth-form-title{font-size:1.2rem}.auth-modal-form.is-profile-step .auth-form-subtitle{margin-top:.3rem;font-size:.82rem}.auth-form-shield{width:56px;height:56px;color:var(--vr-forest,#0a2a1b);background:#4f772d1f;border-radius:0;justify-content:center;align-items:center;margin-bottom:.85rem;display:inline-flex}.auth-form-title{font-family:var(--font-heading,Manrope, sans-serif);color:var(--vr-forest,#0a2a1b);margin:0;font-size:1.35rem;font-weight:700;line-height:1.25}.auth-form-subtitle{color:var(--vr-text-muted,#666);margin:.45rem 0 0;font-size:.88rem;line-height:1.45}.auth-form-body{gap:var(--gap-m);flex-direction:column;flex:1;min-height:0;display:flex;overflow-y:auto}.auth-form-fields{gap:var(--gap-m);flex-direction:column;display:flex}.auth-form-fields--compact{gap:var(--gap-s)}.auth-phone-field{width:100%}.auth-phone-control{background:#fff;border:1px solid #d8d4ce;border-radius:0;align-items:stretch;width:100%;transition:border-color .15s,box-shadow .15s;display:flex;overflow:hidden}.auth-phone-control:focus-within{border-color:var(--vr-forest,#0a2a1b);box-shadow:0 0 0 3px #0a2a1b14}.auth-phone-control.has-error{border-color:#c45c26}.auth-phone-prefix{align-items:center;gap:var(--gap-xs);color:var(--vr-text,#2d2926);-webkit-user-select:none;user-select:none;background:#faf8f4;border-right:1px solid #e6e2dc;flex-shrink:0;padding:0 .75rem;display:flex}.auth-phone-flag{font-size:1rem;line-height:1}.auth-phone-code{font-size:.9rem;font-weight:600}.auth-phone-chevron{color:var(--vr-text-light,#8a8278);opacity:.8}.auth-phone-input{min-width:0;color:var(--vr-text,#2d2926);background:0 0;border:none;outline:none;flex:1;padding:.85rem .9rem;font-size:.92rem;font-weight:500}.auth-phone-input::placeholder{color:#a39e96;font-weight:400}.auth-text-field{width:100%}.auth-text-control{background:#fff;border:1px solid #d8d4ce;border-radius:0;align-items:stretch;width:100%;transition:border-color .15s,box-shadow .15s;display:flex;overflow:hidden}.auth-text-control:focus-within{border-color:var(--vr-forest,#0a2a1b);box-shadow:0 0 0 3px #0a2a1b14}.auth-text-control.has-error{border-color:#c45c26}.auth-text-input{min-width:0;color:var(--vr-text,#2d2926);background:0 0;border:none;outline:none;flex:1;padding:.85rem .9rem;font-size:.92rem;font-weight:500}.auth-text-input::placeholder{color:#a39e96;font-weight:400}.auth-form-fields--compact .auth-text-input,.auth-form-fields--compact .auth-phone-input{padding:.62rem .85rem;font-size:.88rem}.auth-form-fields--compact .auth-otp-hint{margin-bottom:.1rem;font-size:.8rem}.auth-form-fields--compact .auth-field-error{margin-top:.2rem;font-size:.72rem}.auth-field-error{color:#c45c26;margin:.35rem 0 0;font-size:.78rem;font-weight:500}.auth-otp-hint{color:var(--vr-text-muted,#666);justify-content:space-between;align-items:center;gap:var(--gap-xs);margin:0;font-size:.85rem;display:flex}.auth-otp-change{color:var(--vr-forest,#0a2a1b);cursor:pointer;text-underline-offset:2px;background:0 0;border:none;padding:0;font-size:.82rem;font-weight:600;text-decoration:underline}.auth-otp-row{justify-content:space-between;align-items:center;gap:var(--gap-xs);width:100%;display:flex}.auth-otp-box{text-align:center;color:var(--vr-forest,#0a2a1b);border-radius:0;outline:none;font-size:1rem;font-weight:600;border:1px solid #d8d4ce!important;width:2.5rem!important;height:2.5rem!important}.auth-otp-box:focus{box-shadow:0 0 0 2px #0a2a1b1a;border-color:var(--vr-forest,#0a2a1b)!important}.auth-otp-sep{color:#cfc9c0;font-weight:500}.auth-otp-field{width:100%}.auth-btn-primary{justify-content:center;align-items:center;gap:var(--gap-xs);background:var(--vr-forest,#0a2a1b);color:#fff;letter-spacing:.01em;box-sizing:border-box;cursor:pointer;border:none;border-radius:0;width:100%;height:48px;min-height:48px;padding:0 1rem;font-size:.95rem;font-weight:700;line-height:1;transition:background .18s,transform .12s;display:inline-flex}.auth-btn-primary:hover:not(:disabled){background:var(--vr-forest-light,#123d28)}.auth-btn-primary:active:not(:disabled){transform:translateY(1px)}.auth-btn-primary:disabled{cursor:not-allowed;background:#a8b5ad}.auth-btn-secondary{width:100%;color:var(--vr-text,#2d2926);cursor:pointer;background:#fff;border:1px solid #ddd8d0;border-radius:0;padding:.85rem 1rem;font-size:.95rem;font-weight:700}.auth-btn-link{width:100%;color:var(--vr-forest,#0a2a1b);cursor:pointer;background:0 0;border:none;padding:.5rem;font-size:.9rem;font-weight:600}.auth-btn-google{justify-content:center;align-items:center;gap:var(--gap-s);width:100%;color:var(--vr-text,#2d2926);cursor:pointer;background:#fff;border:1px solid #ddd8d0;border-radius:0;padding:.85rem 1rem;font-size:.92rem;font-weight:600;transition:background .15s,border-color .15s;display:inline-flex}.auth-btn-google:hover:not(:disabled){background:#faf8f4;border-color:#ccc6bc}.auth-or-divider{align-items:center;gap:var(--gap-s);color:#a39e96;font-size:.8rem;font-weight:500;display:flex}.auth-or-divider:before,.auth-or-divider:after{content:"";background:#e6e2dc;flex:1;height:1px}.auth-create-account{text-align:center;color:var(--vr-text-muted,#666);margin:.15rem 0 0;font-size:.88rem}.auth-create-account button{font-size:inherit;color:var(--vr-forest,#0a2a1b);cursor:pointer;background:0 0;border:none;padding:0;font-weight:700}.auth-create-account button:hover{text-underline-offset:2px;text-decoration:underline}.auth-trust-bar{justify-content:center;align-items:center;gap:var(--gap-m);border-top:1px solid #ece8e1;flex-wrap:wrap;flex-shrink:0;margin-top:auto;padding-top:1.25rem;display:flex}.auth-modal-form.is-profile-step .auth-trust-bar{gap:var(--gap-s);padding-top:.75rem}.auth-trust-item{align-items:center;gap:var(--gap-xs);color:var(--vr-text-light,#8a8278);font-size:.72rem;font-weight:500;display:inline-flex}.auth-trust-item svg{color:var(--vr-leaf,#4f772d)}@media (max-width:991px){.auth_container{flex-direction:column;width:100%;max-width:440px;height:auto;min-height:0;max-height:min(560px,100vh - 40px)}.auth_container .auth-brand-panel{display:none}.auth_container .formBx,.auth_container .auth-form-panel{width:100%;padding:2rem 1.5rem 1.25rem}.auth-modal-form{max-width:none}}@media (max-width:700px){#reg_login{align-items:flex-end;padding:12px}.auth_container{border-radius:0;max-width:100%}.auth-form-title{font-size:1.2rem}}@keyframes fade-in{0%{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}.animate-fade-in{animation:.8s ease-out forwards fade-in}.custom-modal-overlay{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);z-index:101;background:#0000004d}.blur-header,.modal-blur-wrapper{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);transition:-webkit-backdrop-filter .2s,backdrop-filter .2s}@keyframes scale-in{0%{opacity:0;transform:scale(.92)}to{opacity:1;transform:scale(1)}}.scale-in{animation:.35s cubic-bezier(.4,.2,.2,1) forwards scale-in}.store-catalog{background:radial-gradient(circle at top left, #c59d5f1f, transparent 42%), linear-gradient(180deg, var(--vr-cream) 0%, #fff 38%, var(--vr-cream-dark) 100%);padding:1.25rem 0 3.5rem}.store-catalog__inner{gap:var(--gap-m);flex-direction:column;display:flex}.store-promo{background:var(--vr-forest);min-height:220px;color:var(--vr-cream);border-radius:0;align-items:end;display:grid;position:relative;overflow:hidden}.store-promo--fallback{background:linear-gradient(120deg, var(--vr-forest) 0%, var(--vr-forest-light) 55%, #1a4d33 100%);padding:2rem 2.25rem}.store-promo__image{object-fit:cover;width:100%;height:100%;position:absolute;inset:0}.store-promo__overlay{background:linear-gradient(90deg,#051a10e0 0%,#051a108c 48%,#051a1033 100%);position:absolute;inset:0}.store-promo__copy{z-index:1;max-width:34rem;padding:1.75rem 2rem;position:relative}.store-promo__eyebrow{color:var(--vr-gold-light);letter-spacing:.12em;text-transform:uppercase;margin:0 0 .4rem;font-size:.78rem;font-weight:700}.store-promo__copy h2{font-family:var(--font-display);color:#fff;margin:0 0 .45rem;font-size:clamp(1.45rem,2.4vw,2.1rem);line-height:1.2}.store-promo__copy p{color:#fcf9f2d6;margin:0 0 1rem;font-size:.95rem}.store-promo__cta{background:var(--vr-gold);color:var(--vr-forest-dark);border-radius:0;justify-content:center;align-items:center;padding:.65rem 1.2rem;font-size:.88rem;font-weight:700;text-decoration:none;transition:background .2s,transform .2s;display:inline-flex}.store-promo__cta:hover{background:var(--vr-gold-light);transform:translateY(-1px)}.store-promo__nav{z-index:2;width:38px;height:38px;color:var(--vr-forest);cursor:pointer;background:#ffffffeb;border:0;border-radius:0;justify-content:center;align-items:center;display:inline-flex;position:absolute;top:50%;transform:translateY(-50%)}.store-promo__nav--prev{left:12px}.store-promo__nav--next{right:12px}.store-catalog__layout{gap:var(--gap-m);grid-template-columns:300px minmax(0,1fr);align-items:start;display:grid}.store-filters__desktop{z-index:5;align-self:start;max-height:calc(100vh - 64px - 1.5rem);position:sticky;top:calc(64px + .75rem)}.store-filters__desktop .store-filters{overscroll-behavior:contain;scrollbar-width:thin;scrollbar-color:#c59d5f8c transparent;max-height:calc(100vh - 64px - 1.5rem);overflow-y:auto}.store-filters__desktop .store-filters::-webkit-scrollbar{width:4px}.store-filters__desktop .store-filters::-webkit-scrollbar-track{background:0 0;margin:.5rem 0}.store-filters__desktop .store-filters::-webkit-scrollbar-thumb{background:#c59d5f8c;border-radius:0}.store-filters__desktop .store-filters::-webkit-scrollbar-thumb:hover{background:#0a2a1b73}.store-filters{background:#fff;border:1px solid #c59d5f38;border-radius:0;padding:1rem 1rem 1.15rem;box-shadow:0 10px 24px #0a2a1b0f}.store-filters__head{justify-content:space-between;align-items:center;gap:var(--gap-m);border-bottom:1px solid #c59d5f2e;margin-bottom:.85rem;padding-bottom:.75rem;display:flex}.store-filters__title-row{align-items:center;gap:var(--gap-m);color:var(--vr-forest);display:inline-flex}.store-filters__title-row h2{margin:0;font-size:1.05rem;font-weight:700}.store-filters__count{background:var(--vr-forest);color:#fff;border-radius:50%;justify-content:center;align-items:center;min-width:1.35rem;height:1.35rem;padding:0 .35rem;font-size:.72rem;font-weight:700;display:inline-flex}.store-filters__head-actions{align-items:center;gap:var(--gap-m);display:inline-flex}.store-filters__clear{color:var(--vr-gold-dark);cursor:pointer;background:0 0;border:0;font-size:.82rem;font-weight:700}.store-filters__close{color:var(--vr-text);cursor:pointer;background:0 0;border:0;display:none}.store-filters__section{border-bottom:1px solid #c59d5f24;padding:.85rem 0}.store-filters__section:last-child{border-bottom:0;padding-bottom:0}.store-filters__section h3{align-items:center;gap:var(--gap-m);color:var(--vr-forest);margin:0 0 .7rem;font-size:.92rem;display:inline-flex}.store-filters__section h3 svg{color:var(--vr-gold-dark)}.store-filters__price-inputs{gap:var(--gap-m);grid-template-columns:1fr 1fr;margin-bottom:.65rem;display:grid}.store-filters__price-inputs label{gap:var(--gap-m);color:var(--vr-text-muted);font-size:.75rem;display:grid}.store-filters__price-inputs input,.store-filters__select-wrap select{width:100%;font:inherit;color:var(--vr-text);background:#fff;border:1px solid #c59d5f47;border-radius:0;padding:.55rem .65rem}.store-filters__range{width:100%;accent-color:var(--vr-forest)}.store-filters__price-label{color:var(--vr-text-muted);margin:.45rem 0 0;font-size:.82rem}.store-filters__select-wrap{position:relative}.store-filters__select-wrap select{appearance:none;padding-right:2rem}.store-filters__select-wrap svg{color:var(--vr-text-muted);pointer-events:none;position:absolute;top:50%;right:.7rem;transform:translateY(-50%)}.store-filters__check{align-items:center;gap:var(--gap-m);color:var(--vr-text);cursor:pointer;margin-bottom:.55rem;font-size:.9rem;display:flex}.store-filters__check input{width:16px;height:16px;accent-color:var(--vr-forest)}.store-filters__categories{padding-right:0}.store-filters__empty{color:var(--vr-text-muted);margin:0;font-size:.85rem}.store-catalog__main{min-width:0}.store-catalog__toolbar{align-items:center;gap:var(--gap-m);flex-wrap:wrap;margin-bottom:1rem;display:flex}.store-catalog__search{align-items:center;gap:var(--gap-m);max-width:460px;color:var(--vr-text-muted);background:#fff;border:1px solid #c59d5f47;border-radius:0;flex:280px;padding:.4rem .45rem .4rem .85rem;display:flex}.store-catalog__search input{font:inherit;color:var(--vr-text);background:0 0;border:0;outline:none;flex:1;min-width:0}.store-catalog__filter-btn{align-items:center;gap:var(--gap-m);color:var(--vr-forest);cursor:pointer;background:#fff;border:1px solid #c59d5f47;border-radius:0;padding:.55rem .85rem;font-size:.88rem;font-weight:600;display:none}.store-catalog__count{color:var(--vr-text-muted);margin:0 0 0 auto;font-size:.88rem}.store-catalog__grid{gap:var(--gap-m);grid-template-columns:repeat(4,minmax(0,1fr));width:100%;display:grid}.store-catalog__grid>*{min-width:0;max-width:100%}.store-card{background:#fff;border:1px solid #c59d5f2e;border-radius:0;transition:transform .22s,box-shadow .22s;overflow:hidden;box-shadow:0 8px 18px #0a2a1b0d}.store-card:hover{transform:translateY(-3px);box-shadow:0 14px 26px #0a2a1b1a}.store-card__media{aspect-ratio:1;background:var(--vr-cream-dark);position:relative;overflow:hidden}.store-card__media>a{width:100%;height:100%;display:block}.store-card__image{object-fit:cover;width:100%;height:100%;transition:transform .35s}.store-card:hover .store-card__image{transform:scale(1.04)}.store-card__badges{z-index:2;gap:var(--gap-m);flex-direction:column;display:flex;position:absolute;top:10px;left:10px}.store-card__discount{color:#fff;letter-spacing:.05em;text-transform:uppercase;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);background:linear-gradient(135deg,#c45c26 0%,#a34a1c 55%,#8d3f16 100%);border:1px solid #ffffff47;border-radius:999px;align-items:center;padding:.4rem .7rem;font-size:.7rem;font-weight:800;display:inline-flex;box-shadow:0 6px 16px #c45c2659,inset 0 1px #ffffff40}.store-card__new{color:#fff;letter-spacing:.04em;text-transform:uppercase;background:linear-gradient(135deg,#1a6b5c 0%,#0f766e 100%);border:1px solid #ffffff38;border-radius:999px;align-items:center;width:fit-content;padding:.35rem .65rem;font-size:.7rem;font-weight:800;display:inline-flex;box-shadow:0 6px 14px #0a2a1b24}.store-card__wish{z-index:2;color:#c2410c;cursor:pointer;background:#fffffff2;border:0;border-radius:50%;justify-content:center;align-items:center;width:34px;height:34px;transition:transform .2s;display:inline-flex;position:absolute;top:10px;right:10px}.store-card__wish.is-pulse{transform:scale(1.12)}.store-card__wish.is-wished{color:#9a3412;background:#fff7edfa}.store-card__body{padding:.85rem .9rem 1rem}.store-card__title{color:var(--vr-text);-webkit-line-clamp:2;-webkit-box-orient:vertical;min-height:2.5em;margin:0 0 .65rem;font-size:.92rem;font-weight:700;line-height:1.35;display:-webkit-box;overflow:hidden}.store-card__title a{color:inherit;text-decoration:none}.store-card__title a:hover{color:var(--vr-gold-dark)}.store-card__meta{justify-content:space-between;align-items:flex-end;gap:var(--gap-m);display:flex}.store-card__pricing{align-items:baseline;gap:var(--gap-m);flex-wrap:wrap;display:flex}.store-card__from{width:100%;color:var(--vr-text-muted);font-size:.72rem}.store-card__price{color:var(--vr-forest);font-size:1.05rem;font-weight:800}.store-card__mrp{color:#8a8077;font-size:.8rem;text-decoration:line-through}.store-card__rating{align-items:center;gap:var(--gap-m);color:var(--vr-gold-dark);white-space:nowrap;font-size:.82rem;font-weight:700;display:inline-flex}.store-filters__drawer{display:none}@media (max-width:900px){.store-catalog__layout{grid-template-columns:1fr}.store-catalog__grid{grid-template-columns:repeat(2,minmax(0,1fr))}.store-filters__desktop{display:none}.store-catalog__filter-btn{display:inline-flex}.store-catalog__count{width:100%;margin-left:0}.store-filters__drawer{z-index:80;display:block;position:fixed;inset:0}.store-filters__backdrop{background:#051a1073;border:0;position:absolute;inset:0}.store-filters__drawer .store-filters{z-index:1;scrollbar-width:thin;scrollbar-color:#c59d5f8c transparent;border-radius:0;width:min(86vw,340px);position:absolute;top:0;bottom:0;left:0;overflow:auto}.store-filters__drawer .store-filters::-webkit-scrollbar{width:4px}.store-filters__drawer .store-filters::-webkit-scrollbar-track{background:0 0}.store-filters__drawer .store-filters::-webkit-scrollbar-thumb{background:#c59d5f8c;border-radius:0}.store-filters__close{display:inline-flex}}@media (max-width:560px){.store-catalog__grid{gap:var(--gap-m);grid-template-columns:repeat(2,minmax(0,1fr))}.store-promo{min-height:190px}.store-promo__copy{padding:1.25rem}.store-card__title{font-size:.82rem}.store-card__price{font-size:.95rem}}.blogs-page{background:radial-gradient(circle at top left, #c59d5f1a, transparent 42%), linear-gradient(180deg, var(--vr-cream) 0%, #fff 40%, var(--vr-cream-dark) 100%);padding:1.5rem 0 4rem}.blogs-page__inner{gap:var(--gap-m);flex-direction:column;display:flex}.blogs-page__hero{text-align:center;max-width:40rem;margin:0 auto .5rem}.blogs-page__eyebrow{text-transform:uppercase;letter-spacing:.14em;color:var(--vr-gold-dark);margin:0 0 .45rem;font-size:.78rem;font-weight:700}.blogs-page__title{font-family:var(--font-heading);color:var(--vr-forest);margin:0 0 .55rem;font-size:clamp(2rem,4vw,3rem);line-height:1.15}.blogs-page__subtitle{color:var(--vr-text-muted);margin:0;font-size:1rem;line-height:1.55}.blogs-page__toolbar{gap:var(--gap-m);flex-direction:column;display:flex}.blogs-page__search{align-items:center;gap:var(--gap-m);width:100%;max-width:520px;color:var(--vr-text-muted);background:#fff;border:1px solid #c59d5f47;border-radius:0;margin:0 auto;padding:.4rem .45rem .4rem .85rem;display:flex}.blogs-page__search input{font:inherit;color:var(--vr-text);background:0 0;border:0;outline:none;flex:1;min-width:0}.blogs-page__categories{justify-content:center;gap:var(--gap-m);flex-wrap:wrap;display:flex}.blogs-page__chip{color:var(--vr-forest);cursor:pointer;background:#fff;border:1px solid #c59d5f47;border-radius:0;padding:.4rem .9rem;font-size:.85rem;font-weight:600;transition:background .2s,color .2s,border-color .2s}.blogs-page__chip:hover,.blogs-page__chip.is-active{background:var(--vr-forest);border-color:var(--vr-forest);color:#fff}.blogs-page__count{text-align:center;color:var(--vr-text-muted);margin:0;font-size:.9rem}.blogs-page__message{text-align:center;color:var(--vr-text-muted);margin:1rem auto}.blogs-page__message--error{color:#b42318}.blogs-page__pagination{justify-content:center;align-items:center;gap:var(--gap-m);color:var(--vr-text-muted);margin-top:.5rem;font-size:.9rem;display:flex}.blog-card-media{display:block}.blog-card-image--placeholder{background:linear-gradient(135deg, var(--vr-cream-dark), #e8e0d4);min-height:200px}.blog-card-title a{color:inherit;text-decoration:none}.blog-card-title a:hover{color:var(--vr-gold-dark)}.blog-card-footer{justify-content:space-between;align-items:center;gap:var(--gap-m);margin-top:.35rem;display:flex}.blog-card-reading{color:var(--vr-text-muted);font-size:.78rem}.blog-skeleton{background:#fff;border:1px solid #c59d5f2e;border-radius:0;overflow:hidden}.blog-skeleton__image{aspect-ratio:16/10;background:linear-gradient(90deg,#eee 25%,#f5f5f5 50%,#eee 75%) 0 0/200% 100%;animation:1.2s infinite blog-shimmer}.blog-skeleton__line{background:linear-gradient(90deg,#eee 25%,#f5f5f5 50%,#eee 75%) 0 0/200% 100%;border-radius:0;height:12px;margin:.85rem 1rem;animation:1.2s infinite blog-shimmer}.blog-skeleton__line--short{width:55%;margin-bottom:1.1rem}@keyframes blog-shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}.blog-detail{background:radial-gradient(circle at top right, #c59d5f14, transparent 40%), linear-gradient(180deg, var(--vr-cream) 0%, #fff 45%, var(--vr-cream-dark) 100%);padding:1.25rem 0 3.5rem}.blog-detail__inner{max-width:760px}.blog-detail__breadcrumbs{align-items:center;gap:var(--gap-m);color:var(--vr-text-muted);flex-wrap:wrap;margin-bottom:1.25rem;font-size:.88rem;display:flex}.blog-detail__breadcrumbs a{color:var(--vr-forest);text-decoration:none}.blog-detail__breadcrumbs a:hover{color:var(--vr-gold-dark)}.blog-detail__header{margin-bottom:1.5rem}.blog-detail__category{color:var(--vr-forest);letter-spacing:.04em;text-transform:uppercase;background:#0a2a1b14;border-radius:0;margin-bottom:.65rem;padding:.28rem .7rem;font-size:.78rem;font-weight:700;text-decoration:none;display:inline-block}.blog-detail__title{font-family:var(--font-display);color:var(--vr-forest);margin:0 0 .75rem;font-size:clamp(1.85rem,3.6vw,2.75rem);line-height:1.2}.blog-detail__excerpt{font-family:var(--font-body);color:var(--vr-text-muted);margin:0 0 1rem;font-size:1.05rem;line-height:1.6}.blog-detail__meta{align-items:center;gap:var(--gap-m);color:var(--vr-text-muted);flex-wrap:wrap;font-size:.9rem;display:flex}.blog-detail__tags{gap:var(--gap-m);flex-wrap:wrap;display:flex}.blog-detail__tag{color:var(--vr-gold-dark);border:1px solid #c59d5f4d;border-radius:0;padding:.2rem .55rem;font-size:.75rem}.blog-detail__hero{background:var(--vr-cream-dark);border-radius:0;margin:0 0 1.75rem;overflow:hidden}.blog-detail__hero img{object-fit:cover;width:100%;max-height:480px;display:block}.blog-detail__content{width:100%;max-width:42rem;color:var(--vr-text);font-family:var(--font-body);overflow-wrap:anywhere;word-break:break-word;margin:0 auto;font-size:1.05rem;line-height:1.8}.blog-detail__content h1,.blog-detail__content h2,.blog-detail__content h3,.blog-detail__content h4{font-family:var(--font-heading);color:var(--vr-forest);margin:1.75rem 0 .75rem;font-weight:700;line-height:1.3}.blog-detail__content h1{font-size:1.55rem}.blog-detail__content h2{font-size:1.35rem}.blog-detail__content h3{font-size:1.15rem}.blog-detail__content h4{font-size:1.05rem}.blog-detail__content p{margin:0 0 1.05rem}.blog-detail__content img{border-radius:0;max-width:100%;height:auto;margin:1.15rem 0;display:block}.blog-detail__content a{color:var(--vr-gold-dark);text-underline-offset:2px;text-decoration:underline}.blog-detail__content blockquote{border-left:3px solid var(--vr-gold);color:var(--vr-text-muted);background:#fcf9f2e6;margin:1.15rem 0;padding:.85rem 1rem}.blog-detail__content pre,.blog-detail__content code{font-family:ui-monospace,SFMono-Regular,Menlo,Consolas,monospace;font-size:.92em}.blog-detail__content pre{background:#0a2a1b0d;border-radius:0;margin:1rem 0;padding:.9rem 1rem;overflow-x:auto}.blog-detail__content ul,.blog-detail__content ol,.blog-detail__content.rich-html ul,.blog-detail__content.rich-html ol{list-style:revert;margin:0 0 1.15rem;padding-left:1.65rem;list-style-position:outside}.blog-detail__content ul,.blog-detail__content.rich-html ul{list-style-type:disc}.blog-detail__content ol,.blog-detail__content.rich-html ol{list-style-type:decimal}.blog-detail__content li,.blog-detail__content.rich-html li{list-style:inherit;margin:.4rem 0;padding-left:.25rem;line-height:1.7;display:list-item}.blog-detail__content li+li,.blog-detail__content.rich-html li+li{margin-top:.45rem}.blog-detail__content li[data-list=bullet],.blog-detail__content.rich-html li[data-list=bullet]{list-style-type:disc}.blog-detail__content li[data-list=ordered],.blog-detail__content.rich-html li[data-list=ordered]{list-style-type:decimal}.blog-detail__content li[data-list=checked],.blog-detail__content li[data-list=unchecked],.blog-detail__content.rich-html li[data-list=checked],.blog-detail__content.rich-html li[data-list=unchecked]{padding-left:.15rem;list-style-type:none;position:relative}.blog-detail__content li[data-list=checked]:before,.blog-detail__content.rich-html li[data-list=checked]:before{content:"☑";color:var(--vr-forest);margin-right:.45rem}.blog-detail__content li[data-list=unchecked]:before,.blog-detail__content.rich-html li[data-list=unchecked]:before{content:"☐";color:var(--vr-text-muted);margin-right:.45rem}.blog-detail__content .ql-ui,.blog-detail__content.rich-html .ql-ui{display:none!important}.blog-detail__content .ql-indent-1,.rich-html .ql-indent-1{margin-left:1.5rem}.blog-detail__content .ql-indent-2,.rich-html .ql-indent-2{margin-left:3rem}.blog-detail__content .ql-indent-3,.rich-html .ql-indent-3{margin-left:4.5rem}.blog-detail__content .ql-align-center,.rich-html .ql-align-center{text-align:center}.blog-detail__content .ql-align-right,.rich-html .ql-align-right{text-align:right}.blog-detail__content .ql-align-justify,.rich-html .ql-align-justify{text-align:justify}.blog-detail__faqs,.blog-detail__related{margin-top:2.75rem}.blog-detail__faqs h2,.blog-detail__related h2{font-family:var(--font-heading);color:var(--vr-forest);margin:0 0 1rem;font-size:1.55rem}.blog-detail__related .blog-grid{grid-template-columns:1fr}@media (min-width:760px){.blog-detail__related .blog-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}.blog-detail__back{margin-top:2.5rem}.blog-section__view-all{justify-content:center;margin-top:2rem;display:flex}.categories-page{background:radial-gradient(circle at top left, #c59d5f1a, transparent 42%), linear-gradient(180deg, var(--vr-cream) 0%, #fff 42%, var(--vr-cream-dark) 100%);padding:1.5rem 0 4rem}.categories-page__inner{gap:var(--gap-m);flex-direction:column;display:flex}.categories-page__hero{text-align:center;max-width:40rem;margin:0 auto .35rem}.categories-page__eyebrow{text-transform:uppercase;letter-spacing:.14em;color:var(--vr-gold-dark);margin:0 0 .45rem;font-size:.78rem;font-weight:700}.categories-page__title{font-family:var(--font-display);color:var(--vr-forest);margin:0 0 .55rem;font-size:clamp(2rem,4vw,3rem);line-height:1.15}.categories-page__subtitle{color:var(--vr-text-muted);margin:0;font-size:1rem;line-height:1.55}.categories-page__count{text-align:center;color:var(--vr-text-muted);margin:0;font-size:.9rem}.categories-page__message{text-align:center;color:var(--vr-text-muted);margin:1rem auto}.categories-page__message--error{color:#b42318}.website-layout{background:var(--cream-background,var(--vr-cream));min-height:100vh;font-family:var(--font-body);flex-direction:column;display:flex}.vr-gap-xs{gap:var(--gap-xs)}.vr-gap-s{gap:var(--gap-s)}.vr-gap-m{gap:var(--gap-m)}.vr-gap-l{gap:var(--gap-l)}.vr-gap-xl{gap:var(--gap-xl)}
