@import "https://fonts.googleapis.com/css2?family=Cinzel:wght@400;500;600;700&family=Outfit:wght@300;400;500;600;700&family=Lobster+Two:wght@400;700&display=swap";:root{--bg-cream:#fcf9f2;--bg-cream-dark:#f5efeb;--bg-dark-brown:#3c1b03;--bg-darker-brown:#241001;--color-gold:#de9c28;--color-gold-hover:#f5b041;--color-gold-glow:#de9c2859;--color-gold-light:#de9c281a;--text-dark:#2f1b0c;--text-muted:#6b5545;--text-light:#fff;--border-gold-light:#de9c2833;--border-gold-medium:#de9c2866;--border-brown-light:#efe4d7;--font-heading:"Cinzel", serif;--font-body:"Outfit", sans-serif;--transition-smooth:all .3s cubic-bezier(.4, 0, .2, 1);--shadow-premium:0 10px 30px -10px #3c1b0326;--shadow-hover:0 20px 40px -15px #3c1b0340;--radius-sm:4px;--radius-md:12px;--radius-lg:24px;--radius-round:50%;background-color:var(--bg-cream);color:var(--text-dark);font-family:var(--font-body);scroll-behavior:smooth;font-size:16px;line-height:1.6}body{-webkit-font-smoothing:antialiased;margin:0;padding:0;overflow-x:hidden}#root{box-sizing:border-box;flex-direction:column;min-height:100vh;display:flex}h1,h2,h3,h4,h5,h6{font-family:var(--font-heading);color:var(--text-dark);letter-spacing:.02em;margin-top:0;font-weight:600}p{color:var(--text-muted)}a{color:inherit;transition:var(--transition-smooth);text-decoration:none}button{font-family:var(--font-body);cursor:pointer;transition:var(--transition-smooth);background:0 0;border:none;outline:none}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-track{background:var(--bg-cream-dark)}::-webkit-scrollbar-thumb{background:var(--color-gold);border-radius:var(--radius-sm)}::-webkit-scrollbar-thumb:hover{background:var(--color-gold-hover)}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideInRight{0%{transform:translate(100%)}to{transform:translate(0)}}@keyframes glow{0%{box-shadow:0 0 5px var(--color-gold-glow)}50%{box-shadow:0 0 15px var(--color-gold-glow)}to{box-shadow:0 0 5px var(--color-gold-glow)}}.animate-fade-in{animation:.8s forwards fadeIn}.gold-divider{justify-content:center;align-items:center;gap:15px;width:100%;margin:15px auto 25px;display:flex}.gold-divider:before,.gold-divider:after{content:"";background:linear-gradient(90deg, transparent, var(--color-gold), transparent);flex-grow:1;max-width:150px;height:1px}.gold-divider-icon{color:var(--color-gold);align-items:center;font-size:14px;display:flex}.container{box-sizing:border-box;width:100%;max-width:1200px;margin:0 auto;padding:0 20px}.container-fullwidth{box-sizing:border-box;width:100%;max-width:100%;margin:0 auto;padding:0 40px}@media (width<=768px){.container-fullwidth{padding:0 20px}}.cookie-consent{box-sizing:border-box;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);color:var(--text-light);z-index:1000;border-top:1px solid var(--color-gold);background:#241001f2;justify-content:space-between;align-items:center;padding:12px 24px;font-size:13px;animation:.5s ease-out fadeIn;display:flex;position:fixed;bottom:0;left:0;right:0;box-shadow:0 -5px 20px #0000004d}.cookie-consent-text{max-width:75%;line-height:1.4}.cookie-consent-text a{color:var(--color-gold-hover);text-decoration:underline}.cookie-consent-buttons{align-items:center;gap:12px;display:flex}.btn-cookie-decline{color:var(--text-light);border-radius:var(--radius-sm);background:0 0;border:1px solid #fff3;padding:8px 16px;font-size:12px;font-weight:500}.btn-cookie-decline:hover{background:#ffffff1a;border-color:#fff6}.btn-cookie-accept{color:#fff;border-radius:var(--radius-sm);background:#007acc;padding:8px 16px;font-size:12px;font-weight:600}.btn-cookie-accept:hover{background:#0098ff}.cookie-consent-close{color:#ffffff80;background:0 0;padding:4px;font-size:18px;line-height:1}.cookie-consent-close:hover{color:var(--text-light)}@media (width<=768px){.cookie-consent{text-align:center;flex-direction:column;gap:12px;width:100%;padding:16px}.cookie-consent-text{max-width:100%}.cookie-consent-buttons{flex-wrap:wrap;justify-content:center;width:100%}}@media (width<=420px){.cookie-consent{padding:14px 12px}.cookie-consent-text{font-size:12px}.btn-cookie-decline,.btn-cookie-accept{flex:140px;max-width:170px}}.cart-page-container{box-sizing:border-box;background-color:var(--bg-cream);width:100%;max-width:1280px;min-height:80vh;margin:0 auto;padding:40px 24px}.cart-page-breadcrumb{color:var(--text-muted);font-size:13px;font-family:var(--font-body);align-items:center;gap:8px;margin-bottom:24px;display:flex}.cart-page-breadcrumb button{color:var(--text-muted);font-size:13px;font-weight:400}.cart-page-breadcrumb button:hover{color:var(--color-gold-hover);text-decoration:underline}.cart-page-breadcrumb span{color:#bcaaa4}.cart-page-heading{font-family:var(--font-heading);color:var(--text-dark);letter-spacing:.01em;margin-top:0;margin-bottom:32px;font-size:clamp(32px,3.5vw,44px);font-weight:600}.cart-page-layout-grid{grid-template-columns:minmax(0,1.95fr) minmax(340px,1fr);align-items:start;gap:36px;display:grid}@media (width<=992px){.cart-page-layout-grid{grid-template-columns:1fr}}.cart-items-panel{flex-direction:column;display:flex}.cart-items-table-header{color:var(--text-dark);font-size:14px;font-weight:600;font-family:var(--font-body);text-transform:capitalize;border-bottom:1px solid #efe4d7;grid-template-columns:3.8fr 1.2fr 1.3fr 1.2fr;padding:16px;display:grid}.cart-items-table-header span{text-align:left}.cart-items-table-header .header-product{padding-left:0}.cart-item-row{background:0 0;border-bottom:1px solid #efe4d7;grid-template-columns:3.8fr 1.2fr 1.3fr 1.2fr;align-items:center;gap:12px;padding:24px 16px;display:grid}.cart-item-info-cell{align-items:start;gap:20px;display:flex}.cart-item-img-wrap{background-color:#fff;border:1px solid #efe4d7;border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;width:120px;height:120px;display:flex;overflow:hidden}.cart-item-img{object-fit:cover;width:100%;height:100%}.cart-item-details{text-align:left;flex-direction:column;gap:6px;display:flex}.save-later-badge{color:#c62828;text-transform:capitalize;background-color:#fff3e0;border:1px solid #ffccbc;border-radius:4px;align-items:center;gap:4px;width:fit-content;padding:2px 8px;font-size:10px;font-weight:600;display:flex}.save-later-badge svg{width:10px;height:10px}.cart-item-title{font-family:var(--font-body);color:var(--text-dark);margin:0;font-size:18px;font-weight:600;line-height:1.3}.cart-item-subtitle{color:var(--text-muted);margin:0;font-size:13px}.cart-item-price-cell{text-align:left;flex-direction:column;align-items:flex-start;gap:4px;display:flex}.current-price{color:var(--text-dark);font-size:18px;font-weight:700}.original-price{color:#9e8e81;font-size:13px;text-decoration:line-through}.discount-percentage{color:#c62828;background-color:#fff3e0;border:1px solid #ffccbc;border-radius:4px;padding:1px 6px;font-size:10px;font-weight:700;display:inline-block}.qty-picker-container{background-color:#fff;border:1px solid #a1887f;border-radius:4px;align-items:center;width:fit-content;display:flex;overflow:hidden}.qty-picker-btn{width:32px;height:32px;color:var(--text-dark);cursor:pointer;transition:var(--transition-smooth);background-color:#0000;justify-content:center;align-items:center;font-size:16px;font-weight:500;display:flex}.qty-picker-btn:hover:not(:disabled){background-color:var(--bg-cream-dark)}.qty-picker-btn:disabled{opacity:.3;cursor:not-allowed}.qty-picker-value{text-align:center;width:32px;color:var(--text-dark);font-size:15px;font-weight:600}.cart-item-total-cell{justify-content:space-between;align-items:center;gap:12px;display:flex}.item-total-price{color:var(--text-dark);text-align:left;font-size:18px;font-weight:700}.cart-item-remove-btn{color:#9e8e81;cursor:pointer;transition:var(--transition-smooth);border-radius:4px;justify-content:center;align-items:center;padding:6px;display:flex}.cart-item-remove-btn:hover{color:#c62828;background-color:#fff3e0}.cart-item-remove-btn svg{width:20px;height:20px}.cart-table-actions-row{justify-content:space-between;align-items:center;gap:16px;margin-top:30px;display:flex}@media (width<=480px){.cart-table-actions-row{flex-direction:column;align-items:stretch}}.continue-shopping-btn{color:#fff;font-family:var(--font-body);transition:var(--transition-smooth);background-color:#9e1c12;border-radius:6px;justify-content:center;align-items:center;gap:8px;padding:14px 28px;font-size:15px;font-weight:600;display:inline-flex;box-shadow:0 4px 10px #9e1c1226}.continue-shopping-btn:hover{background-color:#80130c;transform:translateY(-1px)}.continue-shopping-btn svg{width:18px;height:18px}.clear-cart-btn{color:#9e1c12;font-family:var(--font-body);transition:var(--transition-smooth);background-color:#fff;border:1px solid #efe4d7;border-radius:6px;justify-content:center;align-items:center;gap:8px;padding:14px 28px;font-size:15px;font-weight:600;display:inline-flex}.clear-cart-btn:hover{background-color:#fff3e0;border-color:#ffccbc}.clear-cart-btn svg{width:18px;height:18px}.cart-summary-side-panel{flex-direction:column;gap:20px;display:flex}.order-summary-card{background-color:#fffdf9;border:1px solid #efe4d7;border-radius:8px;padding:28px;box-shadow:0 4px 20px #3c1b0308}.summary-heading{font-family:var(--font-heading);color:#3c1b03;text-align:left;margin-top:0;margin-bottom:24px;font-size:22px;font-weight:600}.cart-summary-products-list{gap:18px;display:grid}.cart-summary-product-item{grid-template-columns:74px minmax(0,1fr) auto;align-items:center;gap:14px;display:grid}.cart-summary-product-img{object-fit:cover;background-color:#faf4ec;border:1px solid #efe4d7;border-radius:8px;width:74px;height:78px}.cart-summary-product-copy{text-align:left;min-width:0}.cart-summary-product-copy h3{color:#3c1b03;font-family:var(--font-heading);letter-spacing:0;margin:0 0 12px;font-size:15px;font-weight:700;line-height:1.25}.cart-summary-product-copy span{color:#666;font-size:16px;font-weight:500;line-height:1;display:block}.cart-summary-product-item>strong{color:#000;white-space:nowrap;font-size:20px;font-weight:800}.summary-line{color:var(--text-dark);justify-content:space-between;align-items:center;margin-bottom:16px;font-size:15px;display:flex}.summary-line.saving-green{color:#2e7d32;font-weight:500}.summary-line.saving-green strong{color:#2e7d32}.summary-saving-badge{color:#2e7d32;text-align:left;margin-top:-6px;margin-bottom:16px;font-size:12px;font-weight:600}.summary-divider-line{background-color:#efe4d7;height:1px;margin:20px 0}.summary-total-amount-row{justify-content:space-between;align-items:center;margin-bottom:8px;display:flex}.total-amount-label{color:var(--text-dark);font-size:16px;font-weight:600}.total-amount-value{color:#c62828;font-size:32px;font-weight:700;font-family:var(--font-body)}.coupon-input-card{text-align:left;background-color:#fffdf9;border:1px solid #efe4d7;border-radius:8px;padding:24px;box-shadow:0 4px 20px #3c1b0308}.coupon-card-title{color:var(--text-dark);margin-top:0;margin-bottom:12px;font-size:15px;font-weight:600}.coupon-input-row{gap:10px;display:flex}.coupon-text-field{height:44px;font-family:var(--font-body);color:var(--text-dark);box-sizing:border-box;border:1px solid #c8b9a6;border-radius:6px;flex-grow:1;padding:8px 14px;font-size:14px}.coupon-text-field:focus{border-color:var(--color-gold);outline:none}.coupon-apply-button{color:#fff;height:44px;transition:var(--transition-smooth);background-color:#9e1c12;border-radius:6px;padding:0 20px;font-size:14px;font-weight:600}.coupon-apply-button:hover{background-color:#80130c}.coupon-applied-feedback{color:#2e7d32;margin-top:10px;font-size:13px;font-weight:500}.proceed-checkout-btn-block{color:#fff;width:100%;font-family:var(--font-body);text-align:center;transition:var(--transition-smooth);background-color:#5c0601;border-radius:6px;margin-top:10px;padding:18px;font-size:18px;font-weight:700;box-shadow:0 6px 15px #5c060126}.proceed-checkout-btn-block:hover{background-color:#400400;transform:translateY(-1px)}.cart-empty-panel{text-align:center;background-color:#fffdf9;border:1px solid #efe4d7;border-radius:12px;max-width:600px;margin:40px auto;padding:60px 24px}.cart-empty-icon-wrap{color:#de9c28;background-color:#fff3e0;border-radius:50%;justify-content:center;align-items:center;width:80px;height:80px;margin:0 auto 24px;display:flex}.cart-empty-icon-wrap svg{width:36px;height:36px}.cart-empty-title{font-family:var(--font-heading);color:var(--text-dark);margin-top:0;margin-bottom:12px;font-size:26px}.cart-empty-message{color:var(--text-muted);margin-bottom:30px;font-size:15px}.cart-empty-action{color:#fff;transition:var(--transition-smooth);background-color:#9e1c12;border-radius:6px;padding:14px 32px;font-size:15px;font-weight:600}.cart-empty-action:hover{background-color:#80130c}.purchased-preview-container{background-color:#fffdf9;border:1px solid #efe4d7;border-radius:12px;margin-top:56px;padding:32px;box-shadow:0 4px 20px #3c1b0305}.purchased-preview-header{justify-content:space-between;align-items:center;gap:16px;margin-bottom:24px;display:flex}@media (width<=600px){.purchased-preview-header{flex-direction:column;align-items:flex-start}.purchased-view-all-btn{align-self:stretch}}.purchased-preview-title-group{text-align:left;align-items:start;gap:12px;display:flex}.purchased-preview-title-icon{color:#3c1b03;margin-top:4px}.purchased-preview-title-icon svg{width:24px;height:24px}.purchased-preview-heading{font-family:var(--font-heading);color:#3c1b03;margin:0 0 4px;font-size:22px;font-weight:600}.purchased-preview-subtitle{color:var(--text-muted);margin:0;font-size:13px}.purchased-view-all-btn{color:#3c1b03;font-family:var(--font-body);transition:var(--transition-smooth);background-color:#fffdf9;border:1px solid #3c1b03;border-radius:6px;justify-content:center;align-items:center;gap:8px;padding:10px 20px;font-size:14px;font-weight:500;display:inline-flex}.purchased-view-all-btn:hover{background-color:var(--bg-cream-dark)}.purchased-view-all-btn svg{width:16px;height:16px}.purchased-carousel-slider{flex-direction:column;gap:16px;display:flex;position:relative}.purchased-cards-row{scroll-behavior:smooth;gap:20px;padding-bottom:10px;display:flex;overflow-x:auto}.purchased-cards-row::-webkit-scrollbar{height:6px}.purchased-card{box-sizing:border-box;background-color:#fff;border:1px solid #efe4d7;border-radius:8px;flex:0 0 calc(50% - 10px);align-items:center;gap:16px;min-width:280px;padding:16px;display:flex}@media (width<=768px){.purchased-card{flex:0 0 100%}}.purchased-card-img-wrap{border:1px solid #efe4d7;border-radius:6px;flex-shrink:0;width:80px;height:80px;overflow:hidden}.purchased-card-img{object-fit:cover;width:100%;height:100%}.purchased-card-content{text-align:left;flex-direction:column;align-items:flex-start;gap:4px;display:flex}.purchased-card-title{font-family:var(--font-body);color:var(--text-dark);margin:0;font-size:16px;font-weight:600}.purchased-card-price{color:var(--text-dark);font-size:15px;font-weight:700}.purchased-card-date{color:#2e7d32;margin:0;font-size:13px;font-weight:500}.purchased-carousel-navigation{justify-content:center;align-items:center;gap:12px;margin-top:8px;display:flex}.carousel-arrow-btn{color:#fff;cursor:pointer;width:32px;height:32px;transition:var(--transition-smooth);background-color:#3c1b03;border-radius:50%;justify-content:center;align-items:center;display:flex}.carousel-arrow-btn:hover{background-color:var(--color-gold)}.carousel-arrow-btn svg{width:16px;height:16px}.related-products-panel{text-align:left;margin-top:56px}.related-products-heading{font-family:var(--font-heading);color:var(--text-dark);letter-spacing:.02em;margin-top:0;margin-bottom:24px;font-size:26px;font-weight:600}.related-products-scroll-wrap{grid-template-columns:repeat(5,1fr);gap:20px;display:grid}@media (width<=1200px){.related-products-scroll-wrap{grid-template-columns:repeat(3,1fr)}}@media (width<=768px){.related-products-scroll-wrap{grid-template-columns:repeat(2,1fr)}}@media (width<=480px){.related-products-scroll-wrap{grid-template-columns:1fr}}@media (width<=420px){.cart-summary-product-item{grid-template-columns:64px minmax(0,1fr)}.cart-summary-product-img{width:64px;height:68px}.cart-summary-product-item>strong{grid-column:2/3;font-size:18px}}.trust-badges-horizontal-strip{background-color:#fff;border:1px solid #efe4d7;border-radius:8px;justify-content:space-between;align-items:center;gap:8px;margin-top:56px;margin-bottom:20px;padding:24px 16px;display:flex}@media (width<=820px){.trust-badges-horizontal-strip{flex-direction:column;align-items:stretch;gap:20px}}.trust-badge-col{text-align:left;flex:1;justify-content:center;align-items:center;gap:16px;display:flex}.trust-badge-divider-line{background-color:#efe4d7;width:1px;height:48px}@media (width<=820px){.trust-badge-divider-line{display:none}}.trust-badge-icon-wrap{color:#de9c28;flex-shrink:0;justify-content:center;align-items:center;display:flex}.trust-badge-icon-wrap svg{width:38px;height:38px}.trust-badge-text-wrap{flex-direction:column;display:flex}.trust-badge-title{font-family:var(--font-heading);color:#8c1a11;margin:0 0 3px;font-size:15px;font-weight:700}.trust-badge-subtitle{color:var(--text-muted);margin:0;font-size:12px}@media (width<=768px){.cart-items-table-header{display:none!important}.cart-item-row{grid-template-rows:auto auto auto!important;grid-template-columns:1fr 1fr!important;gap:16px!important;padding:20px 12px!important;display:grid!important}.cart-item-info-cell{grid-column:1/-1!important}.cart-item-price-cell{flex-flow:wrap!important;grid-column:1/2!important;align-items:center!important;gap:8px!important}.cart-item-row>div:nth-child(3){grid-column:2/3!important;justify-self:end!important}.cart-item-total-cell{border-top:1px solid #efe4d780!important;grid-column:1/-1!important;justify-content:space-between!important;width:100%!important;margin-top:4px!important;padding-top:12px!important}}@media (width<=480px){.cart-item-img-wrap{width:90px!important;height:90px!important}.cart-item-info-cell{gap:12px!important}.cart-item-title{font-size:16px!important}.cart-item-subtitle{font-size:12px!important}.current-price{font-size:16px!important}.original-price{font-size:12px!important}.discount-percentage{font-size:9px!important}}.top-announcement{color:#fff;text-align:center;letter-spacing:0;box-sizing:border-box;background-color:#3b1a02;border-bottom:1px solid #de9c2847;justify-content:space-between;align-items:center;gap:24px;min-height:42px;padding:14px 48px;font-size:14px;font-weight:400;line-height:1;display:flex}.top-announcement:before,.top-announcement:after{content:none}.top-announcement-item{white-space:nowrap;align-items:center;gap:8px;display:inline-flex}.top-announcement-bullet{border-radius:var(--radius-round);background-color:#fff;flex-shrink:0;width:5px;height:5px;display:inline-block}.header-container{z-index:100;box-shadow:none;background-color:#3b1a02;border-bottom:0;position:sticky;top:0;overflow:hidden}.navbar-main{box-sizing:border-box;border-bottom:1px solid #de9c2847;grid-template-columns:360px minmax(340px,780px) 240px;justify-content:center;align-items:center;gap:36px;min-height:86px;padding:20px 24px;display:grid}.logo-link{align-items:center;gap:14px;min-width:0;display:flex}.logo-icon-wrap{border-radius:var(--radius-round);box-sizing:border-box;background-color:#0000;border:3px solid #ffe69d;justify-content:center;align-items:center;width:46px;height:46px;display:flex}.logo-symbol{color:#ffe69d;font-family:Lobster Two,cursive;font-size:23px;font-weight:700;line-height:1}.logo-text{color:#fff2b0;letter-spacing:0;text-shadow:0 0 2px #fff2b04d;margin:0;font-family:Lobster Two,cursive;font-size:38px;font-weight:700;line-height:1}.logo-text span{color:#fff2b0}.search-bar-form{justify-self:center;width:100%;max-width:780px;position:relative}.search-input{background-color:var(--text-light);width:100%;height:44px;font-family:var(--font-body);color:var(--text-dark);box-sizing:border-box;transition:var(--transition-smooth);border:1px solid #de9c2838;border-radius:7px;padding:10px 64px 10px 52px;font-size:14px}.search-input:focus{border-color:var(--color-gold);outline:none;box-shadow:0 0 0 3px #de9c2838}.search-suggestions-dropdown{z-index:250;background:#fffdf8;border:1px solid #de9c2861;border-radius:8px;gap:0;max-height:390px;display:grid;position:absolute;top:calc(100% + 8px);left:0;right:0;overflow-y:auto;box-shadow:0 18px 38px #2b12022e}.search-suggestion-item{color:#2f1b0c;text-align:left;background:#fffdf8;border-bottom:1px solid #de9c2829;grid-template-columns:48px minmax(0,1fr) auto;align-items:center;gap:12px;width:100%;padding:10px 12px;display:grid}.search-suggestion-item:last-child{border-bottom:0}.search-suggestion-item:hover,.search-suggestion-item:focus{background:#fff4df}.search-suggestion-thumb{background:#f7ead7;border:1px solid #de9c2833;border-radius:6px;width:48px;height:48px;overflow:hidden}.search-suggestion-thumb img{object-fit:cover;width:100%;height:100%;display:block}.search-suggestion-copy{gap:2px;min-width:0;display:grid}.search-suggestion-copy strong{color:#2f1b0c;text-overflow:ellipsis;white-space:nowrap;font-size:14px;font-weight:700;line-height:1.25;overflow:hidden}.search-suggestion-copy small{color:#6b5545;text-overflow:ellipsis;white-space:nowrap;font-size:12px;line-height:1.25;overflow:hidden}.search-suggestion-price{color:#800c0c;white-space:nowrap;font-size:13px;font-weight:800}.search-btn{width:54px;height:44px;color:var(--text-light);transition:var(--transition-smooth);background-color:#ebb24d;border-radius:0 7px 7px 0;justify-content:center;align-items:center;display:flex;position:absolute;top:50%;right:0;transform:translateY(-50%)}.search-btn:hover{background-color:#f5c264}.navbar-actions{justify-content:flex-end;align-items:center;gap:28px;display:flex}.action-btn{color:#ebb24d;border-radius:var(--radius-round);width:44px;height:44px;transition:var(--transition-smooth);background-color:#0000;justify-content:center;align-items:center;font-size:28px;display:flex;position:relative}.action-btn svg{width:30px;height:30px}.action-btn:hover{color:#fff2b0;background-color:#0000;transform:translateY(-2px)}.mobile-menu-toggle{display:none!important}.badge-count{background-color:var(--color-gold);color:var(--bg-dark-brown);border-radius:var(--radius-round);border:1px solid var(--bg-dark-brown);justify-content:center;align-items:center;width:18px;height:18px;font-size:10px;font-weight:700;display:flex;position:absolute;top:-2px;right:-2px}.navbar-menu-bar{background-color:#3b1a02;border-top:0;min-height:54px}.menu-links-list{justify-content:center;gap:84px;margin:0;padding:0;list-style:none;display:flex}.menu-item{position:relative}.menu-link{color:#fff4d5;letter-spacing:.05em;transition:var(--transition-smooth);padding:16px 10px 17px;font-size:16px;font-weight:500;display:block}.menu-link:hover,.menu-link.active{color:#fff4d5}.menu-link:after{content:"";background-color:var(--color-gold);width:0;height:2px;transition:var(--transition-smooth);position:absolute;bottom:0;left:50%;transform:translate(-50%)}.menu-link:hover:after,.menu-link.active:after{width:74px}.dropdown-menu{background-color:var(--bg-darker-brown);border:1px solid var(--border-gold-light);border-radius:var(--radius-md);box-shadow:var(--shadow-premium);opacity:0;visibility:hidden;min-width:200px;transition:var(--transition-smooth);z-index:100;padding:10px 0;position:absolute;top:100%;left:50%;transform:translate(-50%)translateY(10px)}.menu-item:hover .dropdown-menu{opacity:1;visibility:visible;transform:translate(-50%)translateY(0)}.dropdown-item{color:var(--bg-cream-dark);transition:var(--transition-smooth);padding:10px 20px;font-size:14px;display:block}.dropdown-item:hover{background-color:var(--bg-dark-brown);color:var(--color-gold);padding-left:25px}.hero-slider{border-bottom:1px solid var(--border-brown-light);background:#fbf0dc;height:624px;margin-bottom:50px;position:relative;overflow:hidden}.slide-track{width:100%;height:100%;position:relative}.slide{opacity:0;visibility:hidden;background-position:100%;background-repeat:no-repeat;background-size:cover;align-items:center;width:100%;height:100%;transition:opacity .8s ease-in-out,visibility .8s ease-in-out;display:flex;position:absolute;top:0;left:0}.slide.active{opacity:1;visibility:visible;z-index:1}.slide-content-grid{grid-template-columns:minmax(0,980px) 1fr;align-items:center;gap:18px;width:100%;height:100%;display:grid}.slide-text-side{text-align:left;min-width:0;padding:58px 0 58px 16px;animation:1s forwards fadeIn}.slide-title-above{color:var(--text-dark);font-size:clamp(60px,5.2vw,84px);font-weight:600;line-height:1.18;font-family:var(--font-heading);text-transform:none;letter-spacing:0;margin-bottom:8px}.slide-title-above:not(.slide-title-two-line),.slide-subtitle,.slide-description{-webkit-line-clamp:2;text-overflow:ellipsis;overflow-wrap:anywhere;-webkit-box-orient:vertical;display:-webkit-box;overflow:hidden}.slide-title-two-line{gap:14px;width:min(76vw,980px);max-width:100%;margin:0 0 36px;display:grid}.slide-title-two-line>span{text-overflow:clip;overflow-wrap:normal;white-space:nowrap;display:block;overflow:visible}.slide-title-two-line>span:first-child{text-overflow:clip}.slide-title-two-line .subtitle-accent{color:#f7b55e}.slide-heading-divider{opacity:.95;background:radial-gradient(circle,#f7b55e 0 3px,#0000 4px),linear-gradient(90deg,#0000 0,#f7b55e 38%,#0000 38% 62%,#f7b55e 62%,#0000 100%);width:154px;height:15px;margin:0 0 34px 14px}.slide-subtitle{font-size:clamp(58px,5vw,80px);line-height:1.18;font-family:var(--font-heading);color:var(--text-dark);text-transform:none;letter-spacing:0;max-width:860px;margin-bottom:48px;font-weight:600;position:relative}.slide-subtitle:after{content:"";opacity:.95;background:linear-gradient(90deg,#0000 0,#f2b45c 42% 58%,#0000 100%);width:180px;height:12px;position:absolute;bottom:-24px;left:18px}.slide.theme-dark .slide-title-above,.slide.theme-dark .slide-subtitle{color:var(--text-light)}.slide.theme-dark .slide-description{color:#fff}.slide-description{color:#2f2c28;max-width:500px;margin:0 0 42px;font-size:clamp(22px,1.8vw,26px);font-weight:500;line-height:1.7}.slide-actions{align-items:center;gap:22px;display:flex}.btn-gold-solid{color:#fff;background-color:#ee9d0e;border-radius:8px;justify-content:center;align-items:center;gap:10px;min-width:224px;height:78px;padding:0 36px;font-size:24px;font-weight:600;display:inline-flex;box-shadow:0 4px 15px #de9c2833}.btn-gold-solid:hover{background-color:var(--color-gold-hover);transform:translateY(-2px);box-shadow:0 6px 20px #de9c2859}.btn-gold-outline{color:#3c1b03;background:0 0;border:2px solid #3c1b03;border-radius:8px;justify-content:center;align-items:center;gap:10px;min-width:244px;height:78px;padding:0 34px;font-size:21px;font-weight:500;display:inline-flex}.btn-gold-outline:hover{background-color:var(--color-gold-light);transform:translateY(-2px)}.slide.theme-dark .btn-gold-solid{color:#fff}.slide.theme-dark .btn-gold-outline{color:#f7b55e;border-color:#f2a42a}.layout-cms-banner .slide-content-grid{grid-template-columns:minmax(390px,.46fr) minmax(420px,1fr);gap:24px}.layout-cms-banner .slide-text-side{max-width:650px;padding:42px 0 46px 26px}.layout-cms-banner .slide-title-above{max-width:620px;margin:0 0 24px;font-size:clamp(42px,4.5vw,70px);line-height:1.08}.layout-cms-banner .slide-description,.layout-cms-banner .slide-subtitle{font-family:var(--font-body);max-width:620px;margin:0 0 28px;font-size:clamp(20px,1.75vw,28px);line-height:1.55}.layout-cms-banner .slide-subtitle:after{display:none}.layout-cms-banner .slide-actions{flex-wrap:nowrap;gap:clamp(10px,1.2vw,18px);max-width:100%}.layout-cms-banner .btn-gold-solid,.layout-cms-banner .btn-gold-outline{white-space:nowrap;border-radius:8px;flex:0 210px;min-width:0;height:58px;padding:0 clamp(14px,1.5vw,26px);font-size:clamp(15px,1.15vw,18px)}.slide-visual-side{pointer-events:none;justify-content:center;align-items:center;height:100%;padding-right:40px;display:flex;position:relative}.slide[style*=url] .slide-visual-side{display:none}.hero-slider .container{max-width:none;height:100%;padding:0}.layout-products-spread .products-container-visual{justify-content:center;align-items:flex-end;gap:25px;width:100%;display:flex}.visual-product-pack{border-radius:var(--radius-md);box-shadow:var(--shadow-premium);transition:var(--transition-smooth);background:#fffc;flex-direction:column;align-items:center;padding:15px;display:flex}.visual-product-pack:hover{transform:translateY(-10px)scale(1.05)}.visual-product-pack img{object-fit:contain;border-radius:var(--radius-sm);height:200px}.visual-product-pack span{color:var(--text-dark);margin-top:10px;font-size:13px;font-weight:600}.visual-product-pack.size-lg img{height:260px}.visual-product-pack.size-sm img{height:160px}.deity-container-visual{justify-content:center;align-items:center;width:100%;height:80%;display:flex;position:relative}.deity-main-img{object-fit:contain;filter:drop-shadow(0 15px 30px #00000080);border-radius:var(--radius-md);max-width:90%;max-height:100%}.deity-deco-img{border-radius:var(--radius-round);border:3px solid var(--color-gold);object-fit:cover;width:120px;height:120px;animation:3s infinite glow;position:absolute;bottom:0;left:10%;box-shadow:0 8px 25px #00000080}.slider-arrow{border-radius:var(--radius-round);width:44px;height:44px;color:var(--bg-cream);z-index:10;background-color:#24100166;border:1px solid #de9c284d;justify-content:center;align-items:center;font-size:24px;display:flex;position:absolute;top:50%;transform:translateY(-50%)}.slider-arrow:hover{background-color:var(--color-gold);color:var(--bg-dark-brown);border-color:var(--color-gold-hover)}.arrow-prev{left:20px}.arrow-next{right:20px}.slider-dots{z-index:10;gap:10px;display:flex;position:absolute;bottom:20px;left:50%;transform:translate(-50%)}.slider-dot{border-radius:var(--radius-round);background-color:#3c1b0333;border:1px solid #0000;width:10px;height:10px}.slide.theme-dark~.slider-dots .slider-dot{background-color:#ffffff4d}.slider-dot.active{background-color:var(--color-gold);border-radius:6px;width:24px}.section-header{text-align:center;margin-bottom:40px}.section-title{font-family:var(--font-heading);color:var(--text-dark);margin-bottom:5px;font-size:32px}.categories-container{-webkit-overflow-scrolling:touch;scrollbar-width:thin;flex-wrap:nowrap;justify-content:flex-start;gap:20px;margin-bottom:50px;padding:15px 10px;display:flex;overflow-x:auto}@media (width>=1025px){.categories-container{justify-content:center}}.category-bubble-btn{width:130px;transition:var(--transition-smooth);flex-direction:column;flex-shrink:0;align-items:center;gap:12px;display:flex}.category-img-wrap{border-radius:var(--radius-round);width:110px;height:110px;transition:var(--transition-smooth);background-color:#faf4ec;justify-content:center;align-items:center;display:flex;overflow:hidden}.category-img{border-radius:var(--radius-round);object-fit:cover;width:100%;height:100%}.category-name{font-family:var(--font-heading);color:var(--text-dark);text-align:center;font-size:13px;font-weight:600;line-height:1.3}.category-bubble-btn:hover{transform:translateY(-6px)}.category-bubble-btn:hover .category-img-wrap,.category-bubble-btn.active .category-img-wrap{background-color:#f3ebdd;box-shadow:0 8px 20px #3c1b0314}.category-bubble-btn.active .category-name{color:var(--color-gold)}.collections-grid{grid-template-columns:repeat(3,1fr);gap:20px;margin-bottom:50px;display:grid}.collection-card{border-radius:var(--radius-md);height:230px;box-shadow:var(--shadow-premium);cursor:pointer;border:1px solid var(--border-gold-light);transition:var(--transition-smooth);background-color:#faf4ec;justify-content:space-between;align-items:center;padding:24px;display:flex;overflow:hidden}.collection-card:hover{box-shadow:var(--shadow-hover);border-color:var(--color-gold);transform:translateY(-4px)}.collection-card.col-festival-collection{background:linear-gradient(135deg,#fffcf9 0%,#f5cba7 60%,#e59866 100%)}.collection-card.col-daily-pooja{background:linear-gradient(135deg,#fffcf9 0%,#efe8da 100%)}.collection-card.col-home-temple{background:linear-gradient(135deg,#fffcf9 0%,#f6f0e5 100%)}.collection-info{text-align:left;z-index:2;flex-direction:column;flex:1.2;justify-content:center;display:flex}.collection-title{font-family:var(--font-heading);color:var(--text-dark);margin-bottom:8px;font-size:22px;font-weight:700}.collection-subtitle{color:var(--text-muted);max-width:170px;margin-bottom:20px;font-size:13px;font-weight:500;line-height:1.45}.btn-collection-shop{color:#3c1b03;border-radius:var(--radius-sm);border:1px solid var(--text-dark);transition:var(--transition-smooth);background-color:#faf4ec;align-self:flex-start;padding:8px 18px;font-size:12px;font-weight:600}.collection-card:hover .btn-collection-shop{background-color:var(--color-gold);border-color:var(--color-gold);color:var(--bg-darker-brown)}.collection-img-wrap{flex:.8;justify-content:center;align-items:center;height:100%;display:flex;position:relative;overflow:hidden}.collection-product-img{object-fit:contain;max-width:100%;max-height:95%;transition:var(--transition-smooth)}.collection-card:hover .collection-product-img{transform:scale(1.06)}@media (width<=900px){.collections-grid{grid-template-columns:1fr;gap:15px}.collection-card{height:180px}}.trust-strip{color:var(--text-light);margin-bottom:50px;padding:10px 0}.trust-grid{border-radius:var(--radius-md);border:1px solid var(--color-gold);box-shadow:var(--shadow-premium);background-color:#7a0c0c;grid-template-columns:repeat(4,1fr);gap:0;padding:24px 0;display:grid}.trust-item{text-align:left;border-right:1px solid #de9c2840;justify-content:center;align-items:center;gap:15px;padding:10px 24px;display:flex}.trust-item:last-child{border-right:none}.trust-icon-wrap{color:var(--color-gold);flex-shrink:0;justify-content:center;align-items:center;display:flex}.trust-text-wrap{flex-direction:column;display:flex}.trust-title{letter-spacing:.05em;text-transform:uppercase;color:var(--text-light);margin-bottom:2px;font-size:13px;font-weight:700}.trust-subtitle{color:#fffc;font-size:12px}@media (width<=1024px){.trust-grid{grid-template-columns:repeat(2,1fr);padding:15px 0}.trust-item{border-bottom:1px solid #de9c2826;border-right:none;padding:20px 15px}.trust-item:nth-child(2n){border-right:none}.trust-item:nth-child(3),.trust-item:nth-child(4){border-bottom:none}}@media (width<=550px){.trust-grid{grid-template-columns:1fr}.trust-item{border-bottom:1px solid #de9c2826;border-right:none}.trust-item:last-child{border-bottom:none}}.products-section{margin-bottom:60px}.products-grid{grid-template-columns:repeat(auto-fill,minmax(260px,1fr));align-items:stretch;gap:25px;display:grid}.product-card{background-color:var(--text-light);border-radius:var(--radius-md);border:1px solid var(--border-brown-light);transition:var(--transition-smooth);cursor:pointer;flex-direction:column;height:100%;min-height:462px;display:flex;position:relative;overflow:hidden;box-shadow:0 5px 15px #3c1b0308}.product-card:hover{box-shadow:var(--shadow-hover);border-color:var(--color-gold);transform:translateY(-10px)}.product-image-container{background-color:#faf6f0;justify-content:center;align-items:center;height:240px;padding:15px;display:flex;position:relative;overflow:hidden}.product-card-img{object-fit:contain;max-width:100%;max-height:100%;transition:var(--transition-smooth)}.product-card:hover .product-card-img{transform:scale(1.08)}.wishlist-heart-btn{border-radius:var(--radius-round);background-color:var(--text-light);width:36px;height:36px;color:var(--text-muted);z-index:5;justify-content:center;align-items:center;font-size:18px;display:flex;position:absolute;top:15px;right:15px;box-shadow:0 4px 10px #0000001a}.wishlist-heart-btn:hover{transform:scale(1.1)}.wishlist-heart-btn.active{color:#7a0c0c}.product-details{text-align:left;flex-direction:column;flex-grow:1;min-height:0;padding:20px;display:flex}.product-card-title{color:var(--text-dark);-webkit-line-clamp:2;-webkit-box-orient:vertical;min-height:43px;margin:0 0 4px;font-size:17px;font-weight:700;line-height:1.25;display:-webkit-box;overflow:hidden}.product-card-subtitle{color:var(--text-muted);-webkit-line-clamp:2;-webkit-box-orient:vertical;min-height:33px;margin-bottom:8px;font-size:12px;line-height:1.35;display:-webkit-box;overflow:hidden}.product-rating-row{align-items:center;gap:6px;margin-bottom:12px;font-size:13px;display:flex}.product-stars{color:var(--color-gold);gap:2px;display:flex}.product-rating-text{color:var(--text-muted);font-weight:500}.product-price-row{flex-wrap:wrap;align-items:center;gap:10px;min-height:28px;margin-top:auto;margin-bottom:18px;display:flex}.price-current{color:#7a0c0c;font-size:18px;font-weight:700}.price-original{color:var(--text-muted);font-size:13px;text-decoration:line-through}.price-discount{color:#27ae60;border-radius:var(--radius-sm);background-color:#27ae601a;padding:2px 6px;font-size:11px;font-weight:600}.product-card-actions{align-items:center;gap:10px;min-height:38px;margin-top:auto;display:flex}.btn-card-cart-circle{border-radius:var(--radius-round);background-color:var(--color-gold);width:38px;height:38px;color:var(--bg-dark-brown);transition:var(--transition-smooth);justify-content:center;align-items:center;display:flex}.btn-card-cart-circle:hover{background-color:var(--color-gold-hover);transform:scale(1.08)}.btn-card-buy-now{color:var(--text-light);border-radius:var(--radius-sm);letter-spacing:.05em;height:38px;transition:var(--transition-smooth);background-color:#7a0c0c;flex-grow:1;justify-content:center;align-items:center;font-size:13px;font-weight:600;display:flex}.btn-card-buy-now:hover{background-color:#921313;transform:translateY(-1px)}.divinity-banner{border:none;border-top:1px solid var(--border-gold-light);border-bottom:1px solid var(--border-gold-light);text-align:left;box-sizing:border-box;background:linear-gradient(135deg,#faf6ee 0%,#efe8d9 100%);border-radius:0;justify-content:space-between;align-items:center;width:100%;margin:0;padding:60px 10%;display:flex;position:relative;overflow:hidden}.divinity-content{z-index:2;max-width:50%}.divinity-title{font-family:var(--font-heading);color:var(--text-dark);margin-bottom:25px;font-size:38px;font-weight:600;line-height:1.25}.divinity-title span{color:#7a0c0c;font-weight:700;display:block}.btn-divinity-shop{color:var(--text-light);border-radius:var(--radius-sm);transition:var(--transition-smooth);background-color:#7a0c0c;align-items:center;gap:10px;padding:12px 28px;font-size:14px;font-weight:600;display:inline-flex}.btn-divinity-shop:hover{background-color:#921313;transform:translateY(-2px);box-shadow:0 5px 15px #7a0c0c33}.divinity-visual{z-index:2;align-items:flex-end;gap:20px;display:flex}.divinity-item-wrap{box-shadow:none;transition:var(--transition-smooth);background:0 0;border-radius:0;flex-direction:column;align-items:center;padding:0;display:flex}.divinity-item-wrap:hover{transform:translateY(-6px)}.divinity-item-wrap img{object-fit:contain;height:160px}.divinity-item-wrap span{color:var(--text-dark);margin-top:8px;font-size:11px;font-weight:700}@media (width<=900px){.divinity-banner{flex-direction:column;gap:30px;padding:40px}.divinity-content{text-align:center;max-width:100%}.divinity-title{font-size:28px}.divinity-visual{justify-content:center}}@media (width<=550px){.divinity-visual{display:none}}.cart-backdrop{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:1000;opacity:0;visibility:hidden;transition:var(--transition-smooth);background-color:#00000080;position:fixed;inset:0}.cart-backdrop.open{opacity:1;visibility:visible}.cart-panel{background-color:var(--bg-cream);z-index:1001;flex-direction:column;width:100%;max-width:420px;transition:transform .4s cubic-bezier(.16,1,.3,1);display:flex;position:fixed;top:0;bottom:0;right:0;transform:translate(100%);box-shadow:-10px 0 35px #00000040}.cart-backdrop.open .cart-panel{transform:translate(0)}.cart-header{background-color:var(--bg-dark-brown);color:var(--text-light);border-bottom:2px solid var(--color-gold);justify-content:space-between;align-items:center;padding:24px;display:flex}.cart-title-wrap{align-items:center;gap:10px;display:flex}.cart-title{color:var(--color-gold);margin:0;font-size:22px}.btn-cart-close{color:var(--text-light);font-size:24px}.btn-cart-close:hover{color:var(--color-gold);transform:rotate(90deg)}.cart-shipping-meter{background-color:var(--bg-cream-dark);border-bottom:1px solid var(--border-brown-light);padding:15px 24px}.shipping-meter-text{color:var(--text-dark);margin-bottom:8px;font-size:13px;font-weight:500}.shipping-meter-progress-container{border-radius:var(--radius-sm);background-color:#3c1b031a;height:6px;overflow:hidden}.shipping-meter-bar{border-radius:var(--radius-sm);background-color:#27ae60;height:100%;transition:width .5s ease-out}.cart-items-list{flex-direction:column;flex-grow:1;gap:20px;padding:24px;display:flex;overflow-y:auto}.empty-cart-state{text-align:center;flex-direction:column;justify-content:center;align-items:center;height:100%;display:flex}.empty-cart-icon{color:var(--text-muted);margin-bottom:15px;font-size:50px}.empty-cart-text{color:var(--text-muted);margin-bottom:20px;font-size:16px}.btn-shop-now-empty{background-color:var(--color-gold);color:var(--bg-dark-brown);border-radius:var(--radius-sm);padding:10px 24px;font-weight:600}.cart-item-row{border-bottom:1px solid var(--border-brown-light);align-items:center;gap:15px;padding-bottom:15px;display:flex}.cart-item-img-container{border-radius:var(--radius-md);border:1px solid var(--border-brown-light);background-color:var(--text-light);flex-shrink:0;justify-content:center;align-items:center;width:70px;height:70px;padding:5px;display:flex}.cart-item-img{object-fit:contain;max-width:100%;max-height:100%}.cart-item-details{flex-grow:1}.cart-item-title{color:var(--text-dark);margin:0 0 4px;font-size:15px;font-weight:600}.cart-item-price{color:var(--bg-dark-brown);margin-bottom:8px;font-size:14px;font-weight:700}.cart-qty-controls{border:1px solid var(--border-gold-medium);border-radius:var(--radius-sm);align-items:center;width:90px;height:28px;display:flex;overflow:hidden}.qty-btn{background-color:var(--text-light);width:28px;height:100%;color:var(--text-dark);justify-content:center;align-items:center;font-size:14px;font-weight:600;display:flex}.qty-btn:hover{background-color:var(--bg-cream-dark)}.qty-val{text-align:center;flex-grow:1;font-size:13px;font-weight:600}.btn-remove-item{color:var(--text-muted);font-size:18px}.btn-remove-item:hover{color:#e74c3c}.cart-summary{background-color:var(--bg-cream-dark);border-top:2px solid var(--color-gold);padding:24px}.summary-row{justify-content:space-between;margin-bottom:10px;font-size:14px;display:flex}.summary-row.total-row{border-top:1px solid var(--border-gold-light);color:var(--bg-dark-brown);margin-bottom:20px;padding-top:10px;font-size:18px;font-weight:700}.btn-checkout{background-color:var(--color-gold);color:var(--bg-dark-brown);border-radius:var(--radius-sm);letter-spacing:.05em;text-align:center;width:100%;padding:14px;font-size:15px;font-weight:700;display:block;box-shadow:0 4px 15px #de9c2840}.btn-checkout:hover{background-color:var(--color-gold-hover);transform:translateY(-2px)}.footer{color:#fff4d5;background-color:#3b1a02;border-top:2px solid #de9c28b3;margin-top:auto;padding:clamp(34px,3.4vw,50px) 0 22px;overflow:hidden}.footer-top-row{border-bottom:1px solid #e0a12e;grid-template-columns:minmax(270px,.85fr) minmax(360px,1.06fr) 1px minmax(420px,1.2fr);align-items:center;gap:clamp(24px,3vw,52px);margin-bottom:clamp(30px,3.2vw,48px);padding:3px clamp(28px,4.7vw,70px) 26px;display:grid}.footer-top-logo{display:flex!important}.footer-logo,.footer-top-logo{text-align:left;align-items:center;gap:14px;text-decoration:none;display:flex}.footer-logo .logo-text,.footer-top-logo .logo-text{color:#fff2b0;letter-spacing:0;margin:0;font-family:Lobster Two,cursive;font-size:clamp(32px,2.65vw,42px);font-weight:700;line-height:1}.footer-top-logo .logo-icon-wrap{border-width:4px;width:clamp(58px,5.2vw,86px);height:clamp(58px,5.2vw,86px)}.footer-top-logo .logo-symbol{font-size:clamp(30px,2.8vw,43px)}.footer-top-logo .logo-text{font-size:clamp(38px,3.55vw,56px)}.footer-logo .logo-icon-wrap{width:54px;height:54px}.footer-logo .logo-symbol{font-size:27px}.footer-newsletter-wrap{justify-self:start;align-items:center;width:100%;display:flex}.footer-newsletter-wrap input{height:clamp(54px,4.2vw,66px);color:var(--text-dark);font-family:var(--font-body);box-sizing:border-box;background-color:#fff;border:1px solid #de9c283d;border-right:none;border-radius:9px 0 0 9px;outline:none;width:100%;padding:0 clamp(18px,1.6vw,26px);font-size:clamp(15px,1.25vw,20px)}.footer-newsletter-wrap button{color:#2d0500;cursor:pointer;min-width:clamp(118px,9.4vw,150px);height:clamp(54px,4.2vw,66px);transition:var(--transition-smooth);background-color:#e4ad55;border:1px solid #e4ad55;border-radius:0 9px 9px 0;padding:0 clamp(18px,1.6vw,26px);font-size:clamp(16px,1.3vw,20px);font-weight:700}.footer-newsletter-wrap button:hover{background-color:var(--color-gold-hover);border-color:var(--color-gold-hover)}.footer-top-divider{background-color:#e4ad55a6;width:1px;height:clamp(116px,9vw,145px)}.footer-pillars-wrap{justify-content:space-between;align-items:center;gap:0;min-width:0;display:flex}.footer-pillar-item{text-align:center;flex-direction:column;justify-content:center;align-items:center;gap:clamp(8px,.9vw,14px);min-width:clamp(132px,12.2vw,220px);display:flex}.footer-pillar-icon{color:#e4ad55;justify-content:center;align-items:center;display:flex}.footer-pillar-icon svg{stroke-width:1.6px;width:clamp(48px,4.2vw,66px);height:clamp(48px,4.2vw,66px)}.footer-pillar-divider{background-color:#e4ad55a6;width:1px;height:clamp(116px,9vw,145px);margin:0 clamp(14px,2.2vw,36px)}.footer-grid{grid-template-columns:minmax(260px,1.28fr) minmax(116px,.54fr) minmax(214px,.92fr) minmax(194px,.78fr) minmax(210px,.82fr) minmax(330px,1.18fr);align-items:start;gap:clamp(18px,1.9vw,28px);margin-bottom:34px;padding:0 clamp(28px,4.7vw,70px);display:grid}.footer-col-about{border-right:1px solid #e0a12e;flex-direction:column;gap:18px;min-height:234px;padding-right:clamp(20px,2.2vw,34px);display:flex}.footer-about-text{color:#fff;margin:0;font-size:clamp(15px,1.25vw,20px);line-height:1.48}.footer-col-title{color:#e4ad55;text-transform:uppercase;letter-spacing:.05em;font-size:clamp(18px,1.55vw,24px);font-weight:700;font-family:var(--font-body);white-space:nowrap;margin-bottom:clamp(16px,1.4vw,22px)}.footer-links-list{flex-direction:column;gap:clamp(9px,.85vw,13px);margin:0;padding:0;list-style:none;display:flex}.footer-link{color:#fff;transition:var(--transition-smooth);font-size:clamp(16px,1.42vw,22px);line-height:1.3;text-decoration:none}.footer-link:hover{color:var(--color-gold);padding-left:4px}.footer-col-contact .footer-links-list li{color:#fff;line-height:1.4;font-size:clamp(16px,1.42vw,22px)!important}.footer-col-contact .footer-links-list li span:first-child{flex-shrink:0;display:inline-flex;color:#e4ad55!important}.footer-bottom{text-align:left;border-top:0;padding:0 clamp(28px,4.7vw,70px)}.footer-copyright{color:#fff;margin:0;font-size:clamp(17px,1.45vw,23px)}@media (width<=1320px){.footer-top-row{grid-template-columns:minmax(320px,.95fr) minmax(360px,1fr);row-gap:34px}.footer-newsletter-wrap{justify-self:end}.footer-top-divider{display:none}.footer-pillars-wrap{border-bottom:1px solid #e0a12e;grid-column:1/-1;justify-content:center;padding-bottom:26px}.footer-grid{grid-template-columns:minmax(250px,1.15fr) minmax(130px,.6fr) minmax(220px,1fr) minmax(210px,.95fr) minmax(220px,.95fr) minmax(340px,1.4fr)}}@media (width<=1120px){.footer-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.footer-col-about,.footer-col-contact{border-left:none;border-right:none;padding-left:0;padding-right:0}.footer-col-contact{border-left:1px solid #e0a12e;padding-left:28px}}.page-container{padding:50px 0 80px;animation:.6s forwards fadeIn}.home-page-container{padding-top:0}.page-title{font-family:var(--font-heading);text-align:center;margin-bottom:10px;font-size:40px}.about-page-container{background-color:#fffaf3;overflow:hidden}.about-hero-section{box-sizing:border-box;background-image:linear-gradient(90deg, #140800fa 0%, #321403eb 36%, #3214038c 62%, #1408000a 100%), var(--about-hero-image);background-position:100%;background-repeat:no-repeat;background-size:cover;border-bottom:1px solid #de9c282e;align-items:center;min-height:500px;padding:72px 6.8%;display:flex}.about-hero-content{color:#fff8eb;text-align:left;max-width:720px}.about-hero-content span{font-family:var(--font-heading);color:#fff8eb;margin-bottom:8px;font-size:42px;font-weight:700;line-height:1.1;display:block}.about-hero-content h1{color:#fff8eb;font-family:var(--font-heading);margin:0 0 20px;font-size:62px;font-weight:700;line-height:1.12}.about-ornament,.about-small-divider{width:164px;height:12px;position:relative}.about-ornament:before,.about-small-divider:before{content:"";background:linear-gradient(90deg,#0000,#e3a344 18% 82%,#0000);height:1px;position:absolute;top:50%;left:0;right:0}.about-ornament:after,.about-small-divider:after{content:"";background-color:#0000;border:1px solid #e3a344;width:10px;height:10px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)rotate(45deg)}.about-hero-content p{color:#f4b45c;margin:18px 0 0;font-size:35px;font-weight:500;line-height:1.7}.about-breadcrumb-row{color:#2f2822;align-items:center;gap:16px;padding:28px 3.1%;font-size:20px;display:flex}.about-breadcrumb-row strong{font-weight:600}.about-story-section{box-sizing:border-box;grid-template-columns:44% minmax(0,56%);align-items:start;gap:22px;width:100%;padding:42px 3.2% 58px;display:grid}.about-story-image-shell{background-color:#fffaf3;border:3px dashed #e4a957;border-radius:45% 45% 0 0/24% 24% 0 0;min-height:560px;padding:12px;position:relative;overflow:hidden}.about-story-image-shell img{object-fit:cover;object-position:right center;box-sizing:border-box;border:3px solid #fff8ec;width:100%;height:560px;display:block}.about-story-content{text-align:left;min-width:0;padding:16px 0 0 20px}.about-kicker{color:#760813;text-transform:uppercase;margin-bottom:8px;font-size:25px;font-weight:700;display:block}.about-small-divider{width:170px;margin:0 0 22px 82px}.about-story-content h2{color:#3b210c;font-family:var(--font-heading);margin:0 0 26px;font-size:60px;font-weight:700;line-height:1.14}.about-story-content>p{color:#303030;max-width:860px;margin:0 0 20px;font-size:23px;line-height:1.55}.about-story-features{grid-template-columns:repeat(4,minmax(170px,1fr));margin-top:52px;display:grid;overflow:hidden}.about-story-feature{text-align:center;border-right:1px solid #e3a3447a;padding:0 28px}.about-story-feature:last-child{border-right:none}.about-icon-circle,.about-value-icon{color:#860c13;background-color:#fff2df;border:1px solid #e7ae62;border-radius:50%;justify-content:center;align-items:center;width:90px;height:90px;margin:0 auto 18px;display:flex}.about-icon-circle svg{width:46px;height:46px}.about-story-feature h3{color:#820910;font-size:20px;font-family:var(--font-body);margin:0 0 8px;font-weight:700}.about-story-feature p{color:#3f3a35;text-transform:capitalize;margin:0;font-size:14px;line-height:1.55}.about-service-strip{color:#fff;box-sizing:border-box;background-color:#780612;border-radius:12px;grid-template-columns:repeat(4,minmax(0,1fr));width:92.4%;margin:0 auto 48px;padding:50px 54px;display:grid;overflow:hidden}.about-service-item{border-right:1px solid #ffffff73;align-items:center;gap:24px;min-height:90px;padding:0 34px;display:flex}.about-service-item:last-child{border-right:none}.about-service-icon{color:#e4a331;flex:0 0 74px;justify-content:center;align-items:center;display:flex}.about-service-icon svg{width:74px;height:74px}.about-service-item h3{color:#fff;font-family:var(--font-body);margin:0 0 10px;font-size:22px;font-weight:700;line-height:1.2}.about-service-item p{color:#fff;max-width:190px;margin:0;font-size:19px;line-height:1.5}.about-promise-section{text-align:center;padding:0 8% 58px}.about-promise-section h2{color:#3b210c;font-family:var(--font-heading);margin:0 0 22px;font-size:43px;font-weight:700;line-height:1.2}.about-promise-section p{color:#333;text-transform:capitalize;max-width:1120px;margin:0 auto;font-size:20px;line-height:1.75}.about-values-section{padding:20px 0 92px}.about-values-track{scroll-behavior:smooth;scrollbar-width:none;-ms-overflow-style:none;display:flex;overflow-x:auto}.about-values-track::-webkit-scrollbar{display:none}.about-value-card{text-align:center;box-sizing:border-box;border-right:1px solid #e3a3448c;flex:0 0 25%;min-width:300px;padding:4px 54px 0;position:relative}.about-value-card:after{content:"";background-color:#e3a344;border-radius:50%;width:6px;height:6px;position:absolute;top:214px;right:-3px}.about-value-icon{color:#e0a449;width:164px;height:164px;margin-bottom:28px}.about-value-icon svg{width:82px;height:82px}.about-value-card h3{color:#850910;font-family:var(--font-body);margin:0 0 14px;font-size:24px;font-weight:700;line-height:1.25}.about-value-card p{color:#3a3835;text-transform:capitalize;max-width:250px;margin:0 auto;font-size:20px;line-height:1.6}.about-home-banner{box-sizing:border-box;background-image:linear-gradient(90deg, #fffaf3fa 0%, #fffaf3cc 32%, #fffaf314 70%), var(--about-banner-image);background-position:100%;background-repeat:no-repeat;background-size:cover;border-top:1px solid #de9c282e;align-items:center;min-height:250px;padding:30px 4.4%;display:flex}.about-home-banner-content{text-align:left}.about-home-banner h2{color:#3b210c;font-family:var(--font-heading);margin:0 0 22px;font-size:52px;font-weight:700;line-height:1.28}.about-home-banner button{color:#fff;background:linear-gradient(#94040d 0%,#760813 100%);border-radius:8px;align-items:center;gap:24px;padding:16px 32px;font-size:22px;font-weight:700;display:inline-flex}.about-home-banner button:hover{transform:translateY(-2px);box-shadow:0 10px 24px #7a061240}@media (width<=1200px){.about-story-section{grid-template-columns:1fr}.about-story-content{padding-left:0}.about-story-content h2{font-size:48px}.about-service-strip{grid-template-columns:repeat(2,minmax(0,1fr));padding:34px}.about-service-item{border-bottom:1px solid #ffffff47;border-right:none;padding:24px 28px}.about-service-item:nth-child(3),.about-service-item:nth-child(4){border-bottom:none}}@media (width<=768px){.about-hero-section{background-image:linear-gradient(90deg, #140800f2 0%, #321403d1 56%, #1408003d 100%), var(--about-hero-image);min-height:420px;padding:54px 24px}.about-hero-content span{font-size:30px}.about-hero-content h1{font-size:44px}.about-hero-content p{font-size:25px;line-height:1.5}.about-breadcrumb-row{padding:22px 24px;font-size:17px}.about-story-section{padding:24px 20px 42px}.about-story-image-shell{min-height:380px;padding:8px}.about-story-image-shell img{height:380px}.about-kicker{font-size:20px}.about-small-divider{margin-left:0}.about-story-content h2{font-size:36px}.about-story-content>p{font-size:18px}.about-story-features{scrollbar-width:none;display:flex;overflow-x:auto}.about-story-features::-webkit-scrollbar{display:none}.about-story-feature{flex:0 0 220px;padding:0 20px}.about-service-strip{grid-template-columns:1fr;width:calc(100% - 40px);padding:12px 24px}.about-service-item,.about-service-item:nth-child(3),.about-service-item:nth-child(4){border-bottom:1px solid #ffffff47;padding:22px 0}.about-service-item:last-child{border-bottom:none}.about-service-icon{flex-basis:58px}.about-service-icon svg{width:58px;height:58px}.about-promise-section{padding:0 24px 42px}.about-promise-section h2{font-size:34px}.about-promise-section p{font-size:17px}.about-values-section{padding-bottom:58px}.about-value-card{flex-basis:285px;min-width:285px;padding:0 28px}.about-value-icon{width:132px;height:132px}.about-home-banner{background-position:68%;align-items:flex-start;min-height:310px;padding:34px 24px}.about-home-banner h2{font-size:38px}.about-home-banner button{padding:14px 26px;font-size:18px}}.contact-page-container{background-color:#fffaf3;overflow:hidden}.contact-hero-section{box-sizing:border-box;background-image:linear-gradient(90deg, #140800fa 0%, #301302e6 40%, #30130273 68%, #14080014 100%), var(--contact-hero-image);background-position:100%;background-repeat:no-repeat;background-size:cover;border-bottom:1px solid #de9c282e;align-items:center;min-height:494px;padding:68px 5.6%;display:flex}.contact-hero-content{text-align:left;max-width:720px}.contact-hero-content span{color:#fff8eb;font-family:var(--font-heading);margin-bottom:10px;font-size:43px;font-weight:700;line-height:1.1;display:block}.contact-hero-content h1{color:#fff8eb;font-family:var(--font-heading);margin:0 0 22px;font-size:64px;font-weight:700;line-height:1.12}.contact-ornament{width:184px;height:12px;position:relative}.contact-ornament:before{content:"";background:linear-gradient(90deg,#0000,#e3a344 18% 82%,#0000);height:1px;position:absolute;top:50%;left:0;right:0}.contact-ornament:after{content:"";border:1px solid #e3a344;width:10px;height:10px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)rotate(45deg)}.contact-hero-content p{color:#f4b45c;margin:26px 0 0;font-size:39px;font-weight:600;line-height:1.5}.contact-breadcrumb-row{color:#2f2822;align-items:center;gap:16px;padding:30px 5%;font-size:21px;display:flex}.contact-breadcrumb-row strong{color:#3b210c;font-weight:600}.contact-main-section{box-sizing:border-box;padding:0 4.6% 118px}.contact-title-block{text-align:left;margin-bottom:24px}.contact-title-block h2{color:#3b210c;font-family:var(--font-heading);margin:0 0 14px;font-size:62px;font-weight:700;line-height:1}.contact-title-block p{color:#333;margin:0;font-size:21px}.contact-submit-alert{color:#237a45;text-align:center;background-color:#27ae601a;border:1px solid #27ae60;border-radius:6px;margin-bottom:24px;padding:15px 20px;font-weight:600}.contact-layout{grid-template-columns:minmax(390px,36%) minmax(0,1fr);align-items:stretch;gap:84px;display:grid}.contact-info-card,.contact-form-card{box-shadow:none;box-sizing:border-box;background-color:#fffdf8;border:2px solid #d9cec4;border-radius:10px}.contact-info-card{padding:42px 32px 46px}.contact-info-card>h3{color:#3b210c;font-family:var(--font-heading);margin:0 0 12px;font-size:49px;font-weight:700;line-height:1.1}.contact-info-card>p{color:#3b3b3b;margin:0 0 38px;font-size:22px}.contact-info-list{flex-direction:column;gap:46px;display:flex}.contact-info-item{grid-template-columns:80px minmax(0,1fr);align-items:start;gap:20px;display:grid}.contact-info-icon{color:#d1121d;background-color:#fff4e4;border:1px solid #f0bc73;border-radius:50%;justify-content:center;align-items:center;width:70px;height:70px;display:flex}.contact-info-icon svg{width:34px;height:34px}.contact-info-item h4{color:#760813;font-family:var(--font-body);margin:0 0 16px;font-size:22px;font-weight:700;line-height:1.2}.contact-info-item p{color:#333;margin:0 0 4px;font-size:22px;line-height:1.28}.contact-form-card{padding:34px 30px 42px}.contact-form-card form{flex-direction:column;gap:26px;display:flex}.contact-form-card input,.contact-form-card textarea{color:#2f2822;width:100%;font-family:var(--font-body);box-sizing:border-box;transition:var(--transition-smooth);background-color:#fffdf8;border:2px solid #d9cec4;border-radius:5px;padding:18px;font-size:22px;line-height:1.3}.contact-form-card input{height:66px}.contact-form-card textarea{resize:vertical;min-height:204px}.contact-form-card input::placeholder,.contact-form-card textarea::placeholder{color:#827d78}.contact-form-card input:focus,.contact-form-card textarea:focus{border-color:#e3a344;outline:none;box-shadow:0 0 0 3px #e3a34424}.contact-form-card button{color:#fff;background-color:#7d0612;border-radius:6px;height:80px;margin-top:4px;font-size:30px;font-weight:600}.contact-form-card button:hover{background-color:#65040e;transform:translateY(-2px);box-shadow:0 12px 26px #7d06122e}.contact-map-section{background-color:#efe4d7;border-top:1px solid #de9c2829;border-bottom:1px solid #de9c2829;width:100%;height:340px;margin:0;overflow:hidden}.contact-map-section iframe{border:0;width:100%;height:100%;display:block}@media (width<=1200px){.contact-layout{grid-template-columns:minmax(340px,38%) minmax(0,1fr);gap:36px}.contact-title-block h2,.contact-hero-content h1{font-size:52px}.contact-hero-content p{font-size:31px}.contact-info-card>h3{font-size:40px}.contact-info-item p,.contact-form-card input,.contact-form-card textarea{font-size:18px}}@media (width<=900px){.contact-hero-section{background-image:linear-gradient(90deg, #140800f5 0%, #301302db 60%, #1408003d 100%), var(--contact-hero-image);min-height:420px;padding:54px 24px}.contact-hero-content span{font-size:30px}.contact-hero-content h1{font-size:42px}.contact-hero-content p{font-size:24px}.contact-breadcrumb-row{padding:22px 24px;font-size:17px}.contact-main-section{padding:0 20px 58px}.contact-title-block h2{font-size:44px}.contact-title-block p{font-size:18px}.contact-layout{grid-template-columns:1fr;gap:30px}.contact-info-card,.contact-form-card{padding:28px 24px}.contact-info-list{gap:30px}.contact-form-card form{gap:18px}.contact-form-card input{height:58px}.contact-form-card textarea{min-height:160px}.contact-form-card button{height:62px;font-size:22px}.contact-map-section{height:320px}}@media (width<=520px){.contact-info-item{grid-template-columns:58px minmax(0,1fr);gap:14px}.contact-info-icon{width:52px;height:52px}.contact-info-icon svg{width:26px;height:26px}.contact-info-item h4{margin-bottom:8px;font-size:19px}.contact-info-item p{font-size:16px}.contact-form-card input,.contact-form-card textarea{padding:14px;font-size:16px}}.profile-page-container{background-color:#fffaf3;padding:0;overflow:hidden}.profile-breadcrumb-row{color:#2f2f2f;align-items:center;gap:16px;width:min(1410px,100% - 80px);margin:0 auto;padding:48px 0 70px;font-size:20px;display:flex}.profile-breadcrumb-row strong{font-weight:600}.profile-dashboard{grid-template-columns:342px minmax(0,1fr);align-items:start;gap:64px;width:min(1410px,100% - 80px);margin:0 auto 26px;display:grid}.profile-sidebar{background-color:#fffdf8;border:1px solid #d9d9d9;border-radius:6px;flex-direction:column;justify-content:space-between;min-height:430px;display:flex;overflow:hidden}.profile-sidebar-menu{padding:26px 14px}.profile-sidebar-item,.profile-logout-btn{color:#111;text-align:left;border-radius:6px;align-items:center;gap:24px;width:100%;min-height:64px;padding:0 32px;font-size:21px;font-weight:600;display:flex}.profile-sidebar-item span,.profile-logout-btn span{color:#860c13;flex:0 0 22px;justify-content:center;align-items:center;display:flex}.profile-sidebar-item svg,.profile-logout-btn svg{width:24px;height:24px}.profile-sidebar-item.active,.profile-sidebar-item:hover{background-color:#f9ecdc}.profile-logout-btn{color:#760813;border-top:1px solid #d9d9d9;border-radius:0;font-weight:700}.profile-main-content{min-width:0}.profile-heading{text-align:left;margin-bottom:30px}.profile-heading h1{color:#3b210c;font-family:var(--font-heading);margin:0 0 4px;font-size:46px;font-weight:700;line-height:1.1}.profile-heading p{color:#737373;margin:0;font-size:24px;font-weight:500;line-height:1.3}.profile-cards-grid{grid-template-columns:minmax(520px,1fr) 390px;gap:26px;display:grid}.profile-info-panel,.profile-summary-panel,.profile-quick-actions{box-sizing:border-box;background-color:#fffdf8;border:1px solid #d8d8d8;border-radius:6px}.profile-info-panel{padding:20px 30px 0}.profile-summary-panel{padding:20px 26px}.profile-info-panel h2,.profile-summary-panel h2,.profile-quick-actions h2{color:#2f2117;font-family:var(--font-heading);margin:0;font-size:24px;font-weight:700;line-height:1.2}.profile-info-panel h2,.profile-summary-panel h2{border-bottom:1px solid #e8e1dc;padding-bottom:16px}.profile-info-row{color:#333;border-bottom:1px solid #e8e1dc;grid-template-columns:28px 170px minmax(180px,1fr) 96px;align-items:center;gap:24px;min-height:64px;display:grid}.profile-info-row:last-child{border-bottom:none;align-items:start;min-height:132px;padding-top:18px}.profile-row-icon{color:#860c13;align-items:center;display:flex}.profile-row-icon svg{width:22px;height:22px}.profile-row-label{color:#747474;font-size:18px;font-weight:600}.profile-row-value{color:#333;white-space:pre-line;font-size:18px;line-height:1.55}.profile-edit-btn{color:#c7733c;border:1px solid #f0d7bd;border-radius:5px;justify-content:center;align-items:center;gap:8px;height:36px;font-size:14px;display:inline-flex}.profile-edit-btn svg{width:14px;height:14px}.profile-edit-btn:hover{background-color:#fff4e4}.profile-summary-rows{flex-direction:column;display:flex}.profile-summary-row{color:#737373;grid-template-columns:42px minmax(0,1fr) auto;align-items:center;gap:20px;min-height:68px;font-size:18px;font-weight:600;display:grid}.profile-summary-row:nth-child(4){border-bottom:1px solid #e8e1dc;margin-bottom:20px;padding-bottom:20px}.profile-summary-row strong{color:#1f1f1f;font-size:18px;font-weight:700}.profile-summary-icon{background-color:#fff2df;border-radius:50%;justify-content:center;align-items:center;width:38px;height:38px;display:flex}.profile-summary-icon svg{width:21px;height:21px}.profile-summary-icon.gold,.profile-summary-icon.maroon{color:#b76720}.profile-summary-icon.green{color:#45bf63}.profile-summary-icon.amber{color:#f0a021}.profile-summary-icon.red{color:#ef2a22}.profile-quick-actions{width:min(1580px,100% - 12px);margin:0 auto 96px;padding:18px 28px}.profile-quick-actions h2{margin-bottom:16px}.profile-quick-grid{grid-template-columns:repeat(5,minmax(180px,1fr));gap:22px;display:grid}.profile-quick-card{text-align:left;background-color:#fffdf8;border:1px solid #d8d8d8;border-radius:6px;grid-template-columns:36px minmax(0,1fr) 24px;align-items:center;gap:16px;min-height:75px;padding:14px 20px;display:grid}.profile-quick-card:hover{border-color:#e3a344;box-shadow:0 10px 22px -18px #3c1b0359}.profile-quick-icon,.profile-quick-arrow{color:#860c13;align-items:center;display:flex}.profile-quick-icon svg{width:28px;height:28px}.profile-quick-arrow svg{color:#111;width:24px;height:24px}.profile-quick-text{flex-direction:column;min-width:0;display:flex}.profile-quick-text strong{color:#760813;margin-bottom:4px;font-size:18px;line-height:1.2}.profile-quick-text small{color:#777;font-size:14px;line-height:1.2}.profile-benefits-strip{color:#fff;box-sizing:border-box;background-color:#780612;grid-template-columns:repeat(4,minmax(0,1fr));padding:34px 30px;display:grid}.profile-benefit-item{border-right:1px solid #ffffff7a;justify-content:center;align-items:center;gap:28px;min-height:82px;padding:0 46px;display:flex}.profile-benefit-item:last-child{border-right:none}.profile-benefit-icon{color:#e4a331;flex-shrink:0;display:flex}.profile-benefit-icon svg{width:72px;height:72px}.profile-benefit-item span:last-child{flex-direction:column;display:flex}.profile-benefit-item strong{color:#fff;margin-bottom:10px;font-size:24px;line-height:1.2}.profile-benefit-item small{color:#fff;font-size:19px;line-height:1.45}@media (width<=1250px){.profile-dashboard{grid-template-columns:280px minmax(0,1fr);gap:34px}.profile-cards-grid{grid-template-columns:1fr}.profile-quick-grid{grid-template-columns:repeat(3,minmax(180px,1fr))}.profile-benefits-strip{grid-template-columns:repeat(2,minmax(0,1fr))}.profile-benefit-item{border-bottom:1px solid #ffffff38;border-right:none;padding:22px 28px}.profile-benefit-item:nth-child(3),.profile-benefit-item:nth-child(4){border-bottom:none}}@media (width<=820px){.profile-breadcrumb-row,.profile-dashboard{width:calc(100% - 40px)}.profile-breadcrumb-row{padding:30px 0 36px}.profile-dashboard{grid-template-columns:1fr}.profile-sidebar{min-height:0}.profile-sidebar-menu{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;padding:14px;display:grid}.profile-sidebar-item,.profile-logout-btn{gap:14px;min-height:54px;padding:0 18px;font-size:17px}.profile-heading h1{font-size:38px}.profile-heading p{font-size:19px}.profile-info-row{grid-template-columns:24px minmax(110px,.6fr) minmax(0,1fr);gap:14px;padding:12px 0}.profile-info-row:last-child{min-height:0}.profile-edit-btn{grid-column:3;justify-self:start}.profile-quick-grid{grid-template-columns:1fr}.profile-benefits-strip{grid-template-columns:1fr;padding:22px 24px}.profile-benefit-item,.profile-benefit-item:nth-child(3){border-bottom:1px solid #ffffff38}.profile-benefit-item:last-child{border-bottom:none}}@media (width<=520px){.profile-sidebar-menu{grid-template-columns:1fr}.profile-info-panel,.profile-summary-panel,.profile-quick-actions{padding-left:18px;padding-right:18px}.profile-info-row{grid-template-columns:24px minmax(0,1fr)}.profile-row-label,.profile-edit-btn,.profile-row-value{grid-column:2}.profile-summary-row{grid-template-columns:38px minmax(0,1fr)}.profile-summary-row strong{grid-column:2}}.toast-container{z-index:1100;flex-direction:column;gap:10px;display:flex;position:fixed;top:90px;right:20px}.toast-message{background-color:var(--bg-darker-brown);color:var(--bg-cream);border-left:4px solid var(--color-gold);border-radius:var(--radius-sm);align-items:center;gap:12px;padding:14px 20px;font-size:14px;font-weight:500;animation:.3s cubic-bezier(.16,1,.3,1) forwards slideInRight;display:flex;box-shadow:0 10px 25px #0000004d}@media (width<=1024px){.navbar-main{flex-wrap:wrap!important;grid-template-columns:none!important;justify-content:space-between!important;align-items:center!important;gap:16px!important;min-height:auto!important;padding:16px 20px!important;display:flex!important}.logo-link{order:1}.navbar-actions{order:2;gap:12px;display:flex}.search-bar-form{order:3;width:100%;margin-top:4px;max-width:100%!important}.search-suggestions-dropdown{max-height:320px}.mobile-menu-toggle{display:inline-flex!important}.navbar-menu-bar{background-color:#3b1a02;border-top:1px solid #de9c2826;width:100%;display:none}.navbar-menu-bar.mobile-menu-open{display:block!important}.menu-links-list{flex-direction:column;padding:10px 0;gap:0!important}.menu-item{width:100%}.menu-link{border-bottom:1px solid #de9c2814;padding:14px 24px}.navbar-menu-bar.mobile-menu-open .dropdown-menu{background-color:#de9c280f;border:none;border-radius:0;opacity:1!important;visibility:visible!important;box-shadow:none!important;padding:5px 0 5px 24px!important;display:block!important;position:static!important}.navbar-menu-bar.mobile-menu-open .dropdown-item{color:#fff2b0!important;border-bottom:none!important;padding:10px 24px!important}.hero-slider{height:480px}.slide-title-above{font-size:44px}.slide-subtitle{font-size:32px}.footer-grid{grid-template-columns:1fr 1fr}}@media (width<=768px){.slide{background-position:80%!important;background-size:cover!important}.top-announcement-item:not(:first-child){display:none}.top-announcement{justify-content:center!important;padding:10px 20px!important}.hero-slider{height:auto!important;min-height:440px!important}.slide-content-grid{grid-template-rows:auto auto;grid-template-columns:1fr;padding:20px 0}.slide-text-side{text-align:center;border-radius:14px;margin:16px;-webkit-backdrop-filter:blur(8px)!important;background-color:#fbf0dcd9!important;border:1px solid #de9c2833!important;padding:24px 20px!important;box-shadow:0 8px 32px #3c1b031f!important}.slide.theme-dark .slide-text-side{background-color:#140902d9!important;border:1px solid #de9c2826!important}.slide-title-above{margin-bottom:6px!important;font-size:clamp(24px,5.5vw,36px)!important;line-height:1.25!important}.slide-subtitle{margin-bottom:24px!important;font-size:clamp(20px,4.8vw,28px)!important;line-height:1.25!important}.slide-subtitle:after{display:none!important}.slide-description{margin:0 auto 24px!important;font-size:clamp(14px,3.2vw,16px)!important;line-height:1.5!important}.layout-cms-banner .slide-title-above{margin-bottom:14px!important;font-size:clamp(30px,9vw,44px)!important;line-height:1.12!important}.layout-cms-banner .slide-description,.layout-cms-banner .slide-subtitle{margin-bottom:18px!important;font-size:clamp(15px,4vw,18px)!important}.slide-actions{flex-wrap:wrap;justify-content:center;gap:12px!important}.btn-gold-solid,.btn-gold-outline{min-width:130px!important;height:46px!important;padding:0 12px!important;font-size:13px!important}.slide-visual-side{padding-right:0;display:none}.contact-layout{grid-template-columns:1fr}.footer-grid{grid-template-columns:1fr;gap:30px}}@media (width<=420px){.search-suggestion-item{grid-template-columns:42px minmax(0,1fr);gap:10px;padding:10px}.search-suggestion-thumb{width:42px;height:42px}.search-suggestion-price{grid-column:2;font-size:12px}}.promo-banner-wrap{border-radius:var(--radius-md);box-shadow:var(--shadow-premium);border:1px solid var(--border-gold-light);cursor:pointer;transition:var(--transition-smooth);position:relative;overflow:hidden}.promo-banner-wrap:hover{box-shadow:var(--shadow-hover);border-color:var(--color-gold);transform:translateY(-4px)}.promo-banner-img{object-fit:cover;width:100%;height:auto;max-height:380px;transition:var(--transition-smooth);display:block}.promo-banner-wrap:hover .promo-banner-img{transform:scale(1.015)}.featured-carousel-container::-webkit-scrollbar{display:none}.home-page-container{background:radial-gradient(circle at 7% 42%,#de9c2814 0 12%,#0000 22%),#fffaf3}.home-page-container .categories-section.container,.home-page-container .products-section.container,.home-page-container .collections-section.container{max-width:100%;padding-left:36px;padding-right:36px}.home-page-container .section-header{margin-bottom:34px;position:relative}.home-page-container .section-title{z-index:1;color:#3b210c;background-color:#fffaf3;padding:0 34px;font-size:42px;font-weight:700;line-height:1.1;display:inline-block;position:relative}.home-page-container .products-section .section-header:not(.section-header-left):before,.home-page-container .collections-section .section-header:before{content:"";background:linear-gradient(90deg,#0000 0,#e2aa58 6% 42%,#0000 48% 52%,#e2aa58 58% 94%,#0000 100%);height:1px;position:absolute;top:29px;left:0;right:0}.home-page-container .gold-divider{gap:8px;margin:14px auto 0}.home-page-container .gold-divider:before,.home-page-container .gold-divider:after{background:linear-gradient(90deg,#0000,#e3a344,#0000);max-width:72px}.home-page-container .gold-divider-icon{color:#e19b29;font-size:18px}.home-page-container .categories-section{margin-bottom:62px;padding-top:18px}.home-page-container .categories-container{scrollbar-width:none;justify-content:flex-start;gap:clamp(26px,3vw,48px);margin-bottom:0;padding:0 54px 22px}.home-page-container .categories-container::-webkit-scrollbar{display:none}.home-page-container .category-bubble-btn{gap:22px;width:168px}.home-page-container .category-img-wrap{width:150px;height:150px;box-shadow:none;background:radial-gradient(circle,#fff9ee 0%,#f4e8d4 100%)}.home-page-container .category-img{object-fit:contain;box-sizing:border-box;padding:10px}.home-page-container .category-name{color:#2c1707;justify-content:center;align-items:flex-start;min-height:42px;font-size:18px;line-height:1.16;display:flex}.home-page-container .products-section{margin-bottom:72px}.home-page-container .featured-carousel-viewport{overflow:hidden!important}.home-page-container .featured-carousel-container{gap:26px!important;padding:36px 28px 10px!important}.home-page-container .featured-carousel-item{display:flex;flex:0 0 326px!important;width:326px!important}.home-page-container .product-card-featured{width:100%;height:566px;min-height:566px;box-shadow:none;background-color:#fffaf3;border:1px solid #e3a344;border-radius:16px;padding:16px 16px 18px;overflow:visible}.home-page-container .product-card-featured .product-image-container{background-color:#f5ead9;border-radius:14px;height:306px;padding:0;overflow:hidden}.home-page-container .product-card-featured .product-card-img{object-fit:cover;width:100%;max-width:none;height:100%;max-height:none}.home-page-container .product-card-featured .wishlist-heart-btn{color:#9b6a35;width:42px;height:42px;top:12px;right:12px;box-shadow:0 6px 16px #3c1b031f}.home-page-container .product-card-featured .product-details{min-height:210px;padding:26px 2px 0!important}.home-page-container .product-card-featured .product-card-title{color:#3a210d;min-height:50px;margin-bottom:14px!important;font-size:21px!important;line-height:1.2!important}.home-page-container .product-card-featured .product-rating-row{min-height:20px}.home-page-container .product-card-featured .product-stars{color:#ed940a}.home-page-container .product-card-featured .product-card-subtitle{min-height:44px;color:#2e2924!important;font-size:14px!important;line-height:1.5!important}.home-page-container .product-card-featured .product-card-divider{min-height:14px;margin:16px 0 18px}.home-page-container .product-card-featured .product-price-row{min-height:52px}.home-page-container .product-card-featured .price-current{font-family:var(--font-heading);color:#760813!important;font-size:26px!important}.home-page-container .product-card-featured .btn-card-cart-circle{color:#fff;background-color:#e4a331;width:52px;height:52px}.home-page-container .slider-controls-capsule{background-color:#50504eb8;border:none;box-shadow:0 8px 18px #3c1b0333}.home-page-container .slider-control-btn{color:#ffffffd1}.home-page-container .collections-section{margin-bottom:72px;margin-top:36px!important}.home-page-container .collections-grid{scrollbar-width:none;gap:18px;margin-bottom:0;padding:0 22px 12px;display:flex;overflow-x:auto}.home-page-container .collections-grid::-webkit-scrollbar{display:none}.home-page-container .collection-card{height:282px;box-shadow:none;isolation:isolate;border:none;border-radius:8px;flex:0 0 570px;padding:30px;position:relative}.home-page-container .collection-card:before{content:"";z-index:-1;background:linear-gradient(90deg,#ffd89ae0 0%,#ffe8c29e 50%,#ffe8c21f 100%);position:absolute;inset:0}.home-page-container .collection-info{flex:0 0 48%}.home-page-container .collection-title{color:#1f0d02;margin-bottom:22px;font-size:31px;line-height:1.1}.home-page-container .collection-subtitle{color:#26211d;max-width:300px;margin-bottom:28px;font-size:23px;line-height:1.45}.home-page-container .btn-collection-shop{color:#090603;background-color:#fffaf3d1;border-color:#e19b29;border-radius:6px;padding:13px 25px;font-size:20px}.home-page-container .collection-img-wrap{z-index:-2;justify-content:flex-end;position:absolute;inset:0}.home-page-container .collection-img-wrap:after{content:"";background:linear-gradient(90deg,#faad4a80 0%,#ffe6bc29 54%,#0000 100%);position:absolute;inset:0}.home-page-container .collection-product-img{object-fit:cover;width:100%;max-width:none;height:100%;max-height:none}.home-page-container .trust-strip{margin:0 0 72px;padding:0 36px}.home-page-container .trust-strip .container{max-width:100%;padding:0}.home-page-container .trust-grid{background:linear-gradient(135deg,#780612 0%,#990e19 100%);border:none;border-radius:14px;padding:22px 0;overflow:hidden;box-shadow:0 16px 36px -18px #3c1b0373}.home-page-container .trust-item{border-right:1px solid #e4a331cc;justify-content:flex-start;gap:28px;min-height:112px;padding:14px 62px}.home-page-container .trust-icon-wrap svg{width:70px;height:70px}.home-page-container .trust-title{font-size:24px;line-height:1.15}.home-page-container .trust-subtitle{color:#fff;max-width:210px;font-size:20px;line-height:1.45}@media (width<=900px){.home-page-container .section-title{font-size:34px}.home-page-container .category-bubble-btn{width:142px}.home-page-container .category-img-wrap{width:126px;height:126px}.home-page-container .collection-card{flex-basis:360px;height:230px}.home-page-container .collection-title{font-size:24px}.home-page-container .collection-subtitle{font-size:17px}.home-page-container .trust-item{padding:18px 28px}}.home-page-container .featured-carousel-viewport{position:relative;overflow:hidden!important}.home-page-container .featured-carousel-container{scroll-behavior:smooth;scrollbar-width:none;-ms-overflow-style:none;display:flex;overflow-x:auto}.home-page-container .home-products-carousel-section .featured-carousel-item{display:flex;flex:0 0 326px!important;width:326px!important}.home-page-container .home-products-carousel-section .product-card{width:100%;height:632px;min-height:632px;box-shadow:none;background-color:#fff8ec;border:1px solid #e3a344;border-radius:10px;overflow:hidden}.home-page-container .home-products-carousel-section .product-card:hover{transform:translateY(-6px);box-shadow:0 16px 34px -18px #3c1b0359}.home-page-container .home-products-carousel-section .product-image-container{background-color:#fffaf3;border:1px solid #e3a344b3;border-radius:8px;height:250px;margin:18px 18px 0;padding:0}.home-page-container .home-products-carousel-section .product-card-img{object-fit:contain;box-sizing:border-box;width:100%;max-width:none;height:100%;max-height:none;padding:18px}.home-page-container .home-products-carousel-section .wishlist-heart-btn{color:#8f080f;background-color:#fffdf8;width:48px;height:48px;top:26px;right:28px;box-shadow:0 8px 18px #3c1b0324}.home-page-container .home-products-carousel-section .wishlist-heart-btn svg{width:24px;height:24px}.home-page-container .home-products-carousel-section .product-details{min-height:346px;padding:16px 22px 20px}.home-page-container .home-products-carousel-section .product-card-title{color:#321b08;font-family:var(--font-heading);min-height:56px;margin-bottom:8px;font-size:23px;line-height:1.2}.home-page-container .home-products-carousel-section .product-card-subtitle{color:#28231f;min-height:46px;margin-bottom:12px;font-size:17px;line-height:1.35}.home-page-container .home-products-carousel-section .product-rating-row{min-height:24px;margin-bottom:22px;font-size:16px}.home-page-container .home-products-carousel-section .product-stars{color:#ed940a}.home-page-container .home-products-carousel-section .product-stars svg{width:22px;height:22px}.home-page-container .home-products-carousel-section .product-price-row{border-bottom:1px solid #e3a3446b;flex-shrink:0;min-height:56px;margin-bottom:16px;padding-bottom:22px}.home-page-container .home-products-carousel-section .price-current{color:#760813;font-family:var(--font-heading);font-size:27px}.home-page-container .home-products-carousel-section .price-original,.home-page-container .home-products-carousel-section .price-discount{font-size:18px}.home-page-container .home-products-carousel-section .product-card-actions{flex-shrink:0;gap:18px;min-height:52px;margin-top:0}.home-page-container .home-products-carousel-section .btn-card-cart-circle{color:#fff;background-color:#e4a331;width:52px;height:52px}.home-page-container .home-products-carousel-section .btn-card-buy-now{background:linear-gradient(#aa0207 0%,#800007 100%);border-radius:6px;min-width:0;height:48px;font-size:19px}.home-page-container .product-carousel-empty{color:#6f5a48;text-align:center;background-color:#fff8ec;border:1px dashed #e3a344;border-radius:8px;justify-content:center;align-items:center;min-height:150px;padding:28px;font-size:17px;font-weight:600;display:flex}.home-page-container .home-best-seller-section{margin-top:6px}.home-page-container .home-new-arrivals-section{margin-top:72px}.home-page-container .home-recent-section{margin-top:18px}.home-page-container .section-header-left{text-align:left;align-items:center;gap:26px;margin:0 0 54px;display:flex}.home-page-container .section-header-left:after{content:"";background:linear-gradient(90deg,#e2aa58 0% 78%,#0000 100%);flex:1;min-width:120px;height:1px}.home-page-container .section-header-left .section-title{white-space:nowrap;background:0 0;flex:none;margin:0;padding:0}.home-page-container .divinity-section{margin:68px 0 72px}.home-page-container .divinity-banner{background-image:linear-gradient(90deg, #fffaf3f5 0%, #fffaf3b3 41%, #fffaf30d 68%), var(--home-divinity-image);min-height:500px;box-shadow:none;background-position:50%;background-repeat:no-repeat;background-size:cover;border:none;border-radius:0;margin:0;padding:72px 4%}.home-page-container .divinity-content{max-width:680px}.home-page-container .divinity-title{color:#130b04;margin-bottom:44px;font-size:52px;font-weight:700;line-height:1.36}.home-page-container .divinity-title span{color:#a00513;display:inline}.home-page-container .btn-divinity-shop{color:#fff;background-color:#760813;border-radius:999px;gap:22px;padding:16px 38px;font-size:17px}.home-page-container .divinity-visual{display:none}@media (width<=900px){.home-page-container .featured-carousel-item,.home-page-container .home-products-carousel-section .featured-carousel-item{flex-basis:292px!important;width:292px!important}.home-page-container .section-header-left{gap:18px;margin-bottom:34px}.home-page-container .section-header-left .section-title{font-size:34px}.home-page-container .divinity-banner{background-position:50%;min-height:430px;padding:42px 24px}.home-page-container .divinity-title{font-size:36px}}@media (width<=640px){.home-page-container .section-header-left{flex-direction:column;align-items:flex-start;gap:12px}.home-page-container .section-header-left:after{width:100%;min-width:0}.home-page-container .section-header-left .section-title{white-space:normal}}.product-card-featured{background-color:var(--bg-cream);border-radius:var(--radius-md);border:1px solid var(--border-brown-light);box-shadow:0 4px 12px #3c1b030a}.product-card-featured:hover{box-shadow:var(--shadow-hover);border-color:var(--color-gold)}.product-card-divider{color:var(--color-gold);justify-content:center;align-items:center;gap:10px;width:100%;margin:12px 0;font-size:10px;display:flex}.product-card-divider:before,.product-card-divider:after{content:"";background:linear-gradient(90deg, transparent, var(--color-gold), transparent);flex-grow:1;max-width:45px;height:1px}.slider-controls-capsule{background-color:#241001;border:1px solid #de9c284d;border-radius:25px;justify-content:center;align-items:center;gap:12px;width:fit-content;margin:30px auto 0;padding:8px 18px;display:flex;box-shadow:0 5px 15px #0003}.slider-control-btn{color:var(--color-gold);cursor:pointer;transition:var(--transition-smooth);background:0 0;border:none;padding:0 4px;font-size:16px;font-weight:700}.slider-control-btn:hover{color:var(--text-light);transform:scale(1.2)}.slider-control-divider{color:#de9c2866;font-weight:300}.festival-collection-section{box-sizing:border-box;width:100%;max-width:100%;margin-top:70px;margin-bottom:80px;overflow:hidden}.festival-flex-layout{grid-template-columns:minmax(0,1.32fr) minmax(520px,1fr);align-items:stretch;gap:0;width:100%;min-height:736px;display:grid}.festival-grid-side{flex-direction:column;justify-content:stretch;display:flex}.festival-sub-grid{grid-template-columns:1fr 1fr;gap:0;height:100%;display:grid}.festival-sub-card{cursor:pointer;height:368px;box-shadow:none;transition:var(--transition-smooth);border:none;border-radius:0;position:relative;overflow:hidden}.festival-sub-card:hover{border-color:var(--color-gold);box-shadow:none;transform:none}.festival-sub-img{object-fit:cover;width:100%;height:100%;transition:var(--transition-smooth)}.festival-sub-card:hover .festival-sub-img{transform:scale(1.05)}.festival-sub-overlay{color:var(--text-light);box-sizing:border-box;background:linear-gradient(#00000014 0%,#00000047 48%,#000000b8 100%);grid-template-rows:1fr auto auto auto;grid-template-columns:1fr auto;align-items:end;padding:28px 28px 18px;display:grid;position:absolute;inset:0}.festival-sub-name{font-family:var(--font-heading);text-shadow:0 2px 4px #00000080;text-align:left;grid-column:1/-1;margin-bottom:14px;font-size:31px;font-weight:700;line-height:1.1}.festival-sub-description{color:#ffffffe6;text-align:left;text-shadow:0 2px 4px #00000073;-webkit-line-clamp:2;-webkit-box-orient:vertical;grid-column:1/-1;max-width:92%;margin-bottom:14px;font-size:15px;line-height:1.45;display:-webkit-box;overflow:hidden}.festival-sub-shop{color:#fff;transition:var(--transition-smooth);white-space:nowrap;grid-column:2;justify-self:end;font-size:18px;font-weight:500}.festival-sub-card:hover .festival-sub-shop{color:var(--color-gold-hover);text-decoration:underline}.festival-info-side{background-color:#f1d9b8;height:100%}.festival-info-card{box-shadow:none;text-align:center;box-sizing:border-box;background-color:#f1d9b8;border:none;border-radius:0;flex-direction:column;justify-content:flex-start;align-items:center;height:100%;padding:36px 72px 56px 104px;display:flex}.festival-info-tag{font-family:var(--font-heading);color:var(--color-gold);letter-spacing:.1em;text-transform:uppercase;font-size:14px}.festival-info-title{font-family:var(--font-heading);color:var(--text-dark);letter-spacing:0;white-space:nowrap;margin:0 0 24px;font-size:54px;font-weight:700;line-height:1.1}.festival-info-card .gold-divider{width:174px;margin:0 0 50px!important}.festival-info-card .gold-divider:before,.festival-info-card .gold-divider:after{background:linear-gradient(90deg,#0000,#c47d13,#0000);max-width:none}.festival-info-card .gold-divider-icon{color:#c47d13;font-size:9px}.festival-info-subtitle{color:#000;font-family:var(--font-heading);text-align:left;letter-spacing:0;flex-direction:column;align-items:flex-start;width:100%;max-width:650px;margin:0 0 56px;font-size:54px;font-weight:700;line-height:1.33;display:flex}.festival-info-subtitle strong{color:#9a0714;font-size:68px;font-weight:700;line-height:1.12}.festival-info-subtitle em{color:#9a0714;font-style:normal}.festival-info-card .btn-divinity-shop{background-color:#780612;border-radius:999px;justify-content:center;align-self:flex-start;min-width:322px;height:60px;padding:0 42px;font-size:18px;font-weight:700}@media (width<=900px){.festival-flex-layout{grid-template-columns:1fr;gap:0;min-height:0}.festival-info-card{padding:46px 32px 58px}.festival-info-title{white-space:normal}.festival-info-subtitle{font-size:40px}.festival-info-subtitle strong{font-size:52px}}@media (width<=600px){.festival-sub-grid{grid-template-columns:1fr;gap:0;padding:0;display:grid;overflow:visible}.festival-sub-grid::-webkit-scrollbar{display:none}.festival-sub-card{width:100%;height:260px}.festival-grid-side .slider-controls-capsule{margin-top:15px;display:flex}}.festival-grid-side .slider-controls-capsule{display:none}.testimonials-section{box-sizing:border-box;background:radial-gradient(circle at 2% 0,#e3a3441f 0 110px,#0000 250px),radial-gradient(circle at 96% 10%,#e3a3441a 0 80px,#0000 220px);max-width:100%;margin-bottom:80px;padding-left:66px;padding-right:66px;position:relative}.testimonials-carousel-viewport{width:100%;position:relative;overflow:visible}.testimonials-container{scroll-behavior:smooth;scrollbar-width:none;-ms-overflow-style:none;-webkit-overflow-scrolling:touch;gap:36px;padding:58px 0 72px;display:flex;overflow-x:auto}.testimonials-container::-webkit-scrollbar{display:none}.testimonial-card{text-align:center;box-sizing:border-box;width:486px;height:432px;transition:var(--transition-smooth);background-color:#fffefbf5;border:1px solid #de9c2847;border-radius:22px;flex-direction:column;flex:0 0 486px;align-items:center;padding:44px 56px 34px;display:flex;overflow:hidden;box-shadow:0 24px 52px #411f061c}.testimonial-card:hover{border-color:#de9c288c;transform:translateY(-7px);box-shadow:0 30px 62px #411f0629}.testimonial-quote-icon{color:#b27721;opacity:1;height:58px;margin-top:-8px;margin-bottom:-8px;font-family:Georgia,serif;font-size:78px;line-height:1}.testimonial-quote-divider{width:148px;height:14px;margin:12px 0 18px;position:relative}.testimonial-quote-divider:before,.testimonial-quote-divider:after{content:"";background:linear-gradient(90deg,#0000,#e3a344d9);width:62px;height:1px;position:absolute;top:7px}.testimonial-quote-divider:before{left:0}.testimonial-quote-divider:after{right:0;transform:scaleX(-1)}.testimonial-quote-divider{background:radial-gradient(circle,#e3a34433 0 6px,#0000 7px)}.testimonial-quote-divider::selection{background:0 0}.testimonial-text{color:#5e5a56;-webkit-line-clamp:3;-webkit-box-orient:vertical;justify-content:center;align-items:center;max-width:360px;min-height:94px;margin:0;font-size:21px;font-style:italic;font-weight:600;line-height:1.5;display:-webkit-box;overflow:hidden}.testimonial-stars{color:#e2a10c;justify-content:center;gap:6px;min-height:24px;margin:20px 0 12px;font-size:22px;line-height:1;display:flex}.testimonial-profile-separator{background:linear-gradient(90deg,#0000,#e3a344,#0000);flex-shrink:0;width:62px;height:1px;margin:8px 0 22px}.testimonial-profile-block{text-align:left;justify-content:center;align-items:center;gap:20px;width:auto;margin-top:auto;padding-left:0;display:flex}.testimonial-avatar{object-fit:cover;border:4px solid #fff8ed;border-radius:50%;flex-shrink:0;width:92px;height:92px;box-shadow:0 10px 24px #3c1b031f}.testimonial-user-info{flex-direction:column;justify-content:center;min-width:0;display:flex}.testimonial-author-name{font-family:var(--font-heading);color:#760813;white-space:nowrap;margin:0 0 4px;font-size:28px;font-weight:700;line-height:1.05}.testimonial-author-role{color:#2f2620;font-size:19px;font-weight:500;line-height:1.2}.testimonial-arrow-btn{z-index:10;color:#760813;cursor:pointer;width:66px;height:66px;transition:var(--transition-smooth);background-color:#fff;border:1px solid #de9c283d;border-radius:50%;justify-content:center;align-items:center;font-size:44px;font-weight:300;display:flex;position:absolute;top:50%;transform:translateY(-50%);box-shadow:0 12px 28px #3c1b0324}.testimonial-arrow-btn:hover{background-color:var(--color-gold);border-color:var(--color-gold);color:var(--text-light);transform:translateY(-50%)scale(1.1);box-shadow:0 6px 15px #de9c2840}.testimonial-arrow-btn.arrow-left{left:-34px}.testimonial-arrow-btn.arrow-right{right:-34px}@media (width<=1100px){.testimonials-section{padding-left:28px;padding-right:28px}.testimonial-arrow-btn.arrow-left{left:-8px}.testimonial-arrow-btn.arrow-right{right:-8px}}@media (width<=600px){.testimonials-section{padding-left:18px;padding-right:18px}.testimonials-container{gap:18px;padding:32px 0 46px}.testimonial-arrow-btn{display:none}.testimonial-card{border-radius:18px;flex:0 0 310px;width:310px;height:400px;padding:34px 24px 28px}.testimonial-text{min-height:84px;font-size:17px}.testimonial-avatar{width:72px;height:72px}.testimonial-author-name{font-size:22px}.testimonial-author-role{font-size:16px}}@media (width<=1024px){.footer-grid{grid-template-columns:repeat(3,1fr);gap:30px}.footer-col-about{border-right:none;padding-right:0}.footer-col-contact{border-left:none;padding-left:0}.footer-top-row{text-align:center;flex-direction:column;align-items:center;gap:25px}.footer-top-divider,.footer-pillar-divider{display:none}.footer-pillars-wrap{flex-direction:column;gap:15px}}@media (width<=600px){.footer-grid{grid-template-columns:1fr}}.categories-banner-section{background-image:linear-gradient(90deg, #fcf9f2eb 0%, #fcf9f2c2 36%, #fcf9f21f 72%), var(--categories-hero-image);border-bottom:1px solid var(--border-gold-light);box-sizing:border-box;background-position:50%;background-repeat:no-repeat;background-size:cover;width:100%}.categories-banner-container{box-sizing:border-box;align-items:center;width:100%;min-height:380px;margin:0;padding:52px 40px;display:flex}.categories-banner-content{text-align:left;z-index:1;max-width:560px;position:relative}.categories-banner-tag{font-family:var(--font-heading);color:var(--color-gold);text-transform:uppercase;letter-spacing:.1em;font-size:14px}.categories-banner-title{font-family:var(--font-heading);color:var(--text-dark);margin:10px 0;font-size:52px;font-weight:700;line-height:1.2}.categories-banner-title span{color:#7a0c0c}.categories-banner-subtitle{color:var(--text-muted);font-size:24px;font-weight:500}.categories-banner-visual{justify-content:flex-end;align-items:center;height:180px;display:flex}.categories-banner-img{object-fit:cover;border-radius:var(--radius-md);max-width:100%;height:100%;box-shadow:var(--shadow-premium)}.categories-breadcrumb-row{color:var(--text-muted);text-align:left;background-color:#faf4ec;border-top:1px solid #de9c281a;padding:12px 40px;font-size:13px}.categories-layout-grid{grid-template-columns:360px minmax(0,1fr);align-items:start;gap:44px;padding:0 40px;display:grid}.categories-sidebar{position:sticky;top:100px}.filter-card{border-radius:var(--radius-md);border:1px solid var(--border-gold-light);box-shadow:var(--shadow-premium);text-align:left;background-color:#fff;padding:24px 26px}.filter-header{border-bottom:1px solid #de9c281a;justify-content:space-between;align-items:center;margin-bottom:20px;padding-bottom:15px;display:flex}.filter-header h3{font-family:var(--font-heading);color:var(--text-dark);margin:0;font-size:18px}.btn-clear-all{color:var(--color-gold);cursor:pointer;background:0 0;border:none;font-size:13px;font-weight:600}.filter-group{margin-bottom:25px}.filter-group-title{font-family:var(--font-heading);color:var(--text-dark);margin:0 0 12px;font-size:14px;font-weight:700}.filter-options-list{flex-direction:column;gap:10px;display:flex}.filter-checkbox-label{color:var(--text-muted);cursor:pointer;align-items:center;gap:10px;font-size:15px;display:flex}.filter-checkbox-label input{cursor:pointer;accent-color:var(--color-gold);width:18px;height:18px}.price-slider-wrap{flex-direction:column;gap:8px;display:flex}.price-slider{accent-color:var(--color-gold);cursor:pointer;width:100%}.price-slider-values{color:var(--text-muted);justify-content:space-between;font-size:12px;font-weight:600;display:flex}.categories-content-grid{flex-direction:column;display:flex}.categories-content-header{justify-content:space-between;align-items:flex-end;gap:32px;margin-bottom:34px;display:flex}.categories-content-titles{text-align:left}.categories-grid-title{font-family:var(--font-heading);color:var(--text-dark);margin:0 0 4px;font-size:26px;font-weight:700}.categories-grid-count{color:var(--text-muted);font-size:13px}.categories-search-box{border:1px solid var(--border-gold-light);border-radius:var(--radius-sm);background-color:#fff;flex-shrink:0;align-items:center;width:min(390px,100%);margin-left:auto;display:flex;overflow:hidden}.categories-search-box input{border:none;outline:none;flex-grow:1;padding:11px 14px;font-size:13px}.btn-search-icon{background-color:var(--color-gold);color:#3c1b03;cursor:pointer;border:none;align-self:stretch;min-width:54px;padding:0 16px}.categories-cards-container{grid-template-columns:repeat(3,minmax(0,1fr));gap:34px;width:100%;display:grid}.category-page-card{border-radius:var(--radius-md);border:1px solid var(--border-gold-light);box-shadow:var(--shadow-premium);cursor:pointer;transition:var(--transition-smooth);background-color:#fff;flex-direction:column;min-width:0;min-height:544px;display:flex;overflow:hidden}.category-page-card:hover{box-shadow:var(--shadow-hover);border-color:var(--color-gold);transform:translateY(-5px)}.category-page-card-img-wrap{background:linear-gradient(135deg,#fff9ea 0%,#f5e6ca 100%);justify-content:center;align-items:center;height:258px;display:flex;position:relative;overflow:hidden}.category-page-card-img-wrap img{object-fit:contain;width:100%;height:100%;transition:var(--transition-smooth)}.category-page-card:hover .category-page-card-img-wrap img{transform:scale(1.06)}.category-page-card-info{text-align:center;flex-direction:column;flex-grow:1;align-items:center;padding:24px 20px;display:flex}.category-page-card-info h3{font-family:var(--font-heading);color:var(--text-dark);margin:0 0 6px;font-size:20px;font-weight:700;line-height:1.3}.category-products-count{color:#7a0c0c;letter-spacing:.02em;margin-bottom:12px;font-size:13px;font-weight:600}.category-page-card-info p{color:var(--text-muted);flex-grow:1;margin:0 0 20px;font-size:13.5px;line-height:1.6}.category-explore-btn{color:#fff;border-radius:var(--radius-sm);cursor:pointer;transition:var(--transition-smooth);background-color:#7a0c0c;border:none;justify-content:center;align-items:center;margin-top:auto;padding:10px 22px;font-size:13.5px;font-weight:600;display:inline-flex}.category-explore-btn:hover{background-color:#5a0808;transform:translateY(-1px);box-shadow:0 4px 8px #7a0c0c33}.filter-stars-row{color:var(--color-gold);gap:2px;font-size:13px;line-height:1;display:inline-flex}.filter-rating-count{color:var(--text-muted);font-size:12.5px}.brand-search-input{border:1px solid var(--border-gold-light);border-radius:var(--radius-sm);box-sizing:border-box;background-color:#fff;outline:none;width:100%;padding:10px 12px;font-size:13px}.category-sacred-journey-banner{box-sizing:border-box;background-image:linear-gradient(90deg, #5d0404db 0%, #7a0c0ce8 44%, #7a0c0ca6 100%), url(https://images.unsplash.com/photo-1590050752117-238cb0fb12b1?auto=format&fit=crop&q=80&w=900), var(--ritual-banner-image);background-position:50%,0,100%;background-repeat:no-repeat;background-size:cover,34% 100%,38%;border-radius:22px;align-items:center;min-height:346px;margin:86px 40px 20px;padding:58px 34%;display:flex;position:relative;overflow:hidden;box-shadow:0 18px 42px -18px #3c1b035c}.category-sacred-journey-banner:after{content:"";pointer-events:none;background:linear-gradient(90deg,#24100114,#0000 42%,#24100129);position:absolute;inset:0}.category-sacred-journey-content{z-index:1;text-align:left;color:#fff7ea;width:max-content;max-width:650px;position:relative}.category-sacred-journey-content h2{color:#fff7ea;font-family:var(--font-heading);margin:0 0 12px;font-size:44px;font-weight:600;line-height:1.15}.category-sacred-journey-content p{color:#fff7eae6;margin:0 0 28px;font-size:25px;line-height:1.35}.category-sacred-journey-btn{color:#7a0c0c;font-family:var(--font-heading);background-color:#fff8e8;border:1px solid #de9c2847;border-radius:999px;align-items:center;gap:18px;padding:15px 30px;font-size:18px;font-weight:700;display:inline-flex;box-shadow:0 12px 28px #24100133}.category-sacred-journey-btn span{font-size:34px;line-height:.8}.category-sacred-journey-btn:hover{background-color:#fff;transform:translateY(-2px)}@media (width<=1024px){.categories-layout-grid{grid-template-columns:300px minmax(0,1fr);gap:28px;padding:0 20px}.categories-cards-container{grid-template-columns:repeat(2,minmax(0,1fr))}.category-page-card{min-height:500px}.category-page-card-img-wrap{height:240px}.category-sacred-journey-banner{background-size:cover,35% 100%,34%;margin-left:20px;margin-right:20px;padding:46px 28%}.category-sacred-journey-content h2{font-size:34px}.category-sacred-journey-content p{font-size:20px}}@media (width<=768px){.categories-layout-grid{grid-template-columns:1fr;gap:40px}.categories-sidebar{position:static}.categories-banner-container{min-height:360px;padding:30px 20px}.categories-banner-title{font-size:40px}.categories-banner-subtitle{font-size:18px}.categories-content-header{flex-direction:column;align-items:flex-start}.categories-search-box{width:100%}.categories-cards-container{grid-template-columns:1fr}.category-sacred-journey-banner{background-position:50%,0 100%,100% 100%;background-size:cover,58% 48%,62%;align-items:flex-start;min-height:420px;margin-top:56px;padding:44px 24px}.category-sacred-journey-content{width:100%;max-width:100%}.category-sacred-journey-content h2{font-size:30px}.category-sacred-journey-content p{font-size:18px}}@media (width<=480px){.category-page-card{min-height:0}.category-page-card-img-wrap{height:240px}}.products-page-container{background-color:#fffaf3}.products-hero-section{box-sizing:border-box;background-image:linear-gradient(90deg, #fcf9f2f5 0%, #fcf9f2d1 38%, #fcf9f214 76%), var(--products-hero-image);background-position:50%;background-repeat:no-repeat;background-size:cover;border-bottom:1px solid #de9c282e;align-items:center;min-height:496px;padding:62px 48px;display:flex}.products-hero-content{text-align:left;max-width:620px}.products-hero-content span{font-family:var(--font-heading);color:#2f1b0c;margin-bottom:18px;font-size:34px;font-weight:700;display:block}.products-hero-content h1{color:#71131d;font-family:var(--font-heading);margin:0 0 18px;font-size:56px;font-weight:700;line-height:1.28}.products-hero-content p{color:#1d1b18;margin:0;font-size:25px;font-weight:500}.products-listing-section{padding-top:34px;padding-bottom:78px}.products-breadcrumb-row{color:#2d2d2d;align-items:center;gap:18px;margin:0 0 36px;font-size:19px;display:flex}.products-layout-grid{grid-template-columns:336px minmax(0,1fr);align-items:start;gap:50px;display:grid}.products-sidebar{position:sticky;top:100px}.products-content-grid{min-width:0}.products-content-header{justify-content:space-between;align-items:flex-end;gap:28px;margin-bottom:34px;display:flex}.products-grid-title{font-family:var(--font-heading);color:#2f1b0c;margin:0 0 14px;font-size:40px;font-weight:700;line-height:1.1}.products-grid-count{color:#34312e;font-size:19px;font-weight:500}.products-sort-label{color:#2d2d2d;flex-shrink:0;align-items:center;gap:14px;font-size:18px;font-weight:700;display:inline-flex}.products-sort-label select{appearance:none;color:#6b625b;font-family:var(--font-body);background:#fff;border:1px solid #eea332;border-radius:8px;outline:none;min-width:126px;padding:12px 42px 12px 18px;font-size:18px}.products-listing-grid{grid-template-columns:repeat(3,minmax(260px,1fr));align-items:stretch;gap:28px;display:grid}.products-listing-grid .product-card{background-color:#fff9f1;border-color:#de9c2873;border-radius:10px;min-height:548px;overflow:hidden}.products-listing-grid .product-image-container{background-color:#f6ead9;border-radius:8px;height:252px;margin:18px 18px 0;padding:0;overflow:hidden}.products-listing-grid .product-card-img{object-fit:cover;border-radius:8px;width:100%;max-width:none;height:100%;max-height:none}.products-listing-grid .product-details{min-height:260px;padding:16px 22px 22px}.products-listing-grid .product-card-title{font-family:var(--font-heading);color:#3a210d;min-height:54px;font-size:22px;line-height:1.22}.products-listing-grid .product-card-subtitle{color:#38322d;min-height:44px;font-size:16px;line-height:1.35}.products-listing-grid .product-rating-row{min-height:24px;font-size:16px}.products-listing-grid .product-price-row{min-height:54px}.products-listing-grid .price-current{font-size:25px}.products-listing-grid .price-original,.products-listing-grid .price-discount{font-size:17px}.products-listing-grid .product-card-actions{gap:22px;min-height:54px}.products-listing-grid .btn-card-cart-circle{width:54px;height:54px}.products-listing-grid .btn-card-buy-now{border-radius:6px;height:48px;font-size:18px}.products-pagination{justify-content:center;align-items:center;gap:10px;margin:46px 0 0;display:flex}.products-pagination button{color:#3d352e;min-width:46px;height:44px;font-family:var(--font-body);background-color:#fffaf3;border:1px solid #eea332;border-radius:5px;font-size:16px;font-weight:500}.products-pagination button.active,.products-pagination button:hover{color:#1f1407;background-color:#ee9d0e;border-color:#ee9d0e}.products-benefits-strip{color:#fff;background-color:#780612;overflow:hidden}.products-benefits-inner{box-sizing:border-box;grid-template-columns:repeat(4,minmax(0,1fr));align-items:center;width:100%;max-width:1360px;margin:0 auto;padding:30px 48px;display:grid}.products-benefit-item{border-right:1px solid #ffffff7a;align-items:center;gap:26px;min-height:78px;padding:0 44px;display:flex}.products-benefit-item:last-child{border-right:none}.products-benefit-item svg{color:#ee9d0e;flex-shrink:0;width:62px;height:62px}.products-benefit-item h3{color:#fff;font-family:var(--font-body);margin:0 0 10px;font-size:21px;font-weight:700;line-height:1.2}.products-benefit-item p{color:#fff;margin:0;font-size:17px;font-weight:500;line-height:1.55}@media (width<=1200px){.products-layout-grid{grid-template-columns:300px minmax(0,1fr);gap:30px}.products-listing-grid{grid-template-columns:repeat(2,minmax(250px,1fr))}.products-benefits-inner{grid-template-columns:repeat(2,minmax(0,1fr))}.products-benefit-item{border-bottom:1px solid #ffffff3d;border-right:none;padding:22px 28px}.products-benefit-item:nth-child(3),.products-benefit-item:nth-child(4){border-bottom:none}}@media (width<=768px){.products-hero-section{background-position:50%;align-items:flex-start;min-height:420px;padding:42px 24px}.products-hero-content span{font-size:24px}.products-hero-content h1{font-size:38px}.products-hero-content p{font-size:18px}.products-layout-grid{grid-template-columns:1fr}.products-sidebar{position:static}.products-content-header{flex-direction:column;align-items:flex-start}.products-listing-grid{grid-template-columns:1fr}.products-pagination{flex-wrap:wrap}.products-benefits-inner{grid-template-columns:1fr;padding:22px 24px}.products-benefit-item,.products-benefit-item:nth-child(3),.products-benefit-item:nth-child(4){border-bottom:1px solid #ffffff3d;padding:22px 0}.products-benefit-item:last-child{border-bottom:none}}.wishlist-page-container{background-color:#fffaf3}.wishlist-main-section{padding:30px 70px 88px}.wishlist-breadcrumb-row{color:#2c2722;align-items:center;gap:22px;margin-bottom:34px;font-size:19px;display:flex}.wishlist-breadcrumb-row button{color:#2c2722;font-size:inherit;padding:0;font-weight:500}.wishlist-breadcrumb-row span:last-child{color:#3c1b03;font-weight:700}.wishlist-heading-row{grid-template-columns:minmax(320px,.8fr) minmax(560px,1.2fr);align-items:center;gap:44px;margin-bottom:28px;display:grid}.wishlist-title-copy{text-align:left}.wishlist-title-copy h1{color:#3c1b03;font-family:var(--font-heading);margin:0 0 14px;font-size:60px;font-weight:700;line-height:1.1}.wishlist-title-copy p{color:#69645f;margin:0;font-size:24px;font-weight:600;line-height:1.35}.wishlist-stats-card{background-color:#fff;border:1px solid #d9d3ce;border-radius:8px;grid-template-columns:repeat(4,minmax(145px,1fr));align-items:center;min-height:110px;display:grid;overflow:hidden}.wishlist-stat-item{border-right:1px solid #eee5dd;grid-template-rows:auto auto;grid-template-columns:36px minmax(0,1fr);align-items:center;column-gap:12px;min-height:62px;padding:0 28px;display:grid}.wishlist-stat-item:last-child{border-right:none}.wishlist-stat-icon{grid-row:1/3;justify-content:center;align-items:center;display:flex}.wishlist-stat-icon svg{width:34px;height:34px}.wishlist-stat-icon.red{color:#82080d}.wishlist-stat-icon.green{color:#008a20}.wishlist-stat-icon.gold{color:#ee9d0e}.wishlist-stat-label{color:#68625d;white-space:nowrap;font-size:19px;line-height:1.2}.wishlist-stat-item strong{color:#111;font-family:var(--font-body);font-size:20px;font-weight:700;line-height:1.1}.wishlist-products-panel{background-color:#fff;border:1px solid #d8d2ce;border-radius:14px;min-height:520px;padding:58px 54px;overflow:hidden}.wishlist-products-grid{grid-template-columns:repeat(4,minmax(260px,1fr));align-items:stretch;gap:38px 48px;display:grid}.wishlist-products-grid .product-card{background-color:#fffaf4;border-color:#ee9d0e8f;border-radius:10px;min-height:568px;overflow:visible;box-shadow:0 18px 34px #3c1b0314}.wishlist-products-grid .product-card:hover{transform:translateY(-6px)}.wishlist-products-grid .product-image-container{background-color:#fbf3e7;border:1px solid #ee9d0e94;border-radius:8px;height:250px;margin:18px 18px 0;padding:0}.wishlist-products-grid .product-card-img{object-fit:cover;border-radius:8px;width:100%;max-width:none;height:100%;max-height:none}.wishlist-products-grid .wishlist-heart-btn{color:#82080d;background-color:#fff;width:48px;height:48px;top:8px;right:12px;box-shadow:0 8px 22px #3c1b0329}.wishlist-products-grid .wishlist-heart-btn svg{width:22px;height:22px}.wishlist-products-grid .product-details{min-height:282px;padding:16px 22px 20px}.wishlist-products-grid .product-card-title{color:#2f1708;font-family:var(--font-heading);min-height:55px;margin-bottom:6px;font-size:23px;line-height:1.18}.wishlist-products-grid .product-card-subtitle{color:#33302c;min-height:48px;font-size:18px;line-height:1.35}.wishlist-products-grid .product-rating-row{min-height:26px;margin-bottom:18px;font-size:18px}.wishlist-products-grid .product-stars svg{width:24px;height:24px}.wishlist-products-grid .product-price-row{gap:12px;min-height:56px;margin-bottom:20px}.wishlist-products-grid .price-current{color:#6f0611;font-family:var(--font-heading);font-size:28px;line-height:1}.wishlist-products-grid .price-original{font-size:20px;font-weight:700}.wishlist-products-grid .price-discount{color:#6f0611;background-color:#0000;padding:0;font-size:20px;font-weight:800}.wishlist-products-grid .product-card-actions{border-top:2px solid #ee9d0e40;gap:14px;min-height:74px;padding-top:18px}.wishlist-products-grid .btn-card-cart-circle{color:#fff;background-color:#e5ac35;flex-shrink:0;width:54px;height:54px}.wishlist-products-grid .btn-card-cart-circle svg{width:28px;height:28px}.wishlist-products-grid .btn-card-buy-now{background-color:#8d0000;border-radius:7px;height:48px;font-size:18px}.btn-card-remove-wishlist{border-radius:var(--radius-round);color:#ff0d0d;background-color:#fff;border:1.5px solid #ff0d0d;flex-shrink:0;justify-content:center;align-items:center;width:54px;height:54px;display:flex}.btn-card-remove-wishlist:hover{color:#fff;background-color:#ff0d0d;transform:scale(1.04)}.wishlist-empty-state{text-align:center;flex-direction:column;justify-content:center;align-items:center;min-height:430px;display:flex}.wishlist-empty-state span{border-radius:var(--radius-round);color:#82080d;background-color:#fff1e5;justify-content:center;align-items:center;width:78px;height:78px;margin-bottom:18px;display:flex}.wishlist-empty-state span svg{width:38px;height:38px}.wishlist-empty-state h2{color:#3c1b03;font-family:var(--font-heading);margin:0 0 8px;font-size:34px}.wishlist-empty-state p{color:#68625d;margin:0 0 24px;font-size:18px}.wishlist-empty-state button{color:#fff;background-color:#8d0000;border-radius:7px;min-width:210px;height:52px;font-size:18px;font-weight:700}.wishlist-actions-row{grid-template-columns:repeat(3,minmax(240px,1fr));gap:28px;margin-top:50px;display:grid}.wishlist-actions-row button{color:#6f0611;background-color:#fff;border:1px solid #d8d2ce;border-radius:7px;justify-content:center;align-items:center;gap:26px;height:58px;font-size:21px;font-weight:700;display:inline-flex}.wishlist-actions-row button:hover:not(:disabled){border-color:#8d0000;transform:translateY(-2px);box-shadow:0 10px 22px #3c1b0314}.wishlist-actions-row button:disabled{color:#a89f98;cursor:not-allowed;background-color:#fbfaf8}.wishlist-actions-row svg{flex-shrink:0;width:24px;height:24px}.wishlist-benefits-strip{color:#fff;background-color:#780612;overflow:hidden}.wishlist-benefits-inner{box-sizing:border-box;grid-template-columns:repeat(4,minmax(0,1fr));align-items:center;width:100%;max-width:1360px;margin:0 auto;padding:30px 48px;display:grid}.wishlist-benefit-item{border-right:1px solid #ffffff7a;align-items:center;gap:26px;min-height:84px;padding:0 44px;display:flex}.wishlist-benefit-item:last-child{border-right:none}.wishlist-benefit-item svg{color:#ee9d0e;flex-shrink:0;width:66px;height:66px}.wishlist-benefit-item h3{color:#fff;font-family:var(--font-body);margin:0 0 10px;font-size:21px;font-weight:700;line-height:1.2}.wishlist-benefit-item p{color:#fff;margin:0;font-size:17px;font-weight:500;line-height:1.55}@media (width<=1320px){.wishlist-main-section{padding-left:40px;padding-right:40px}.wishlist-heading-row{grid-template-columns:1fr}.wishlist-products-grid{grid-template-columns:repeat(3,minmax(250px,1fr))}}@media (width<=1024px){.wishlist-stats-card{grid-template-columns:repeat(2,minmax(0,1fr))}.wishlist-stat-item{border-bottom:1px solid #eee5dd}.wishlist-stat-item:nth-child(2n){border-right:none}.wishlist-stat-item:nth-child(3),.wishlist-stat-item:nth-child(4){border-bottom:none}.wishlist-products-panel{padding:34px 28px}.wishlist-products-grid{grid-template-columns:repeat(2,minmax(250px,1fr))}.wishlist-actions-row{grid-template-columns:1fr}.wishlist-benefits-inner{grid-template-columns:repeat(2,minmax(0,1fr))}.wishlist-benefit-item{border-bottom:1px solid #ffffff3d;border-right:none;padding:22px 28px}.wishlist-benefit-item:nth-child(3),.wishlist-benefit-item:nth-child(4){border-bottom:none}}@media (width<=640px){.wishlist-main-section{padding:24px 18px 60px}.wishlist-breadcrumb-row{margin-bottom:22px;font-size:16px}.wishlist-title-copy h1{font-size:42px}.wishlist-title-copy p{font-size:18px}.wishlist-stats-card{grid-template-columns:1fr}.wishlist-stat-item,.wishlist-stat-item:nth-child(2n),.wishlist-stat-item:nth-child(3),.wishlist-stat-item:nth-child(4){border-bottom:1px solid #eee5dd;border-right:none;padding:18px 22px}.wishlist-stat-item:last-child{border-bottom:none}.wishlist-products-panel{padding:20px 16px}.wishlist-products-grid{grid-template-columns:1fr;gap:28px}.wishlist-actions-row button{gap:14px;font-size:17px}.wishlist-benefits-inner{grid-template-columns:1fr;padding:22px 24px}.wishlist-benefit-item,.wishlist-benefit-item:nth-child(3),.wishlist-benefit-item:nth-child(4){border-bottom:1px solid #ffffff3d;padding:22px 0}.wishlist-benefit-item:last-child{border-bottom:none}}.cart-page-container,.checkout-page-container{background:#fffaf3;min-height:100%}.cart-page-main,.checkout-page-main{padding:32px 70px 86px}.cart-page-breadcrumb,.checkout-breadcrumb{color:#3b332c;align-items:center;gap:18px;margin-bottom:30px;font-size:18px;display:flex}.cart-page-breadcrumb button,.checkout-breadcrumb button{color:#3b332c;font-size:inherit;padding:0;font-weight:600}.cart-page-breadcrumb span:last-child,.checkout-breadcrumb span:last-child{color:#7a0c0c;font-weight:800}.cart-page-header,.checkout-header{justify-content:space-between;align-items:flex-end;gap:32px;margin-bottom:34px;display:flex}.cart-page-kicker,.checkout-header span{color:#de9c28;font-family:var(--font-heading);letter-spacing:.08em;text-transform:uppercase;margin-bottom:8px;font-size:15px;font-weight:800;display:block}.cart-page-header h1,.checkout-header h1{color:#3c1b03;font-family:var(--font-heading);margin:0 0 12px;font-size:58px;line-height:1.05}.cart-page-header p,.checkout-header p{color:#625b55;margin:0;font-size:21px;font-weight:500}.cart-page-summary-chip,.checkout-secure-chip{color:#7a0c0c;background:#fff;border:1px solid #de9c2873;border-radius:8px;align-items:center;gap:12px;padding:16px 22px;font-size:18px;font-weight:800;display:inline-flex;box-shadow:0 14px 34px #3c1b0314}.cart-page-summary-chip svg,.checkout-secure-chip svg{width:28px;height:28px}.cart-page-layout{grid-template-columns:minmax(0,1fr) 390px;align-items:start;gap:34px;display:grid}.cart-page-items-panel,.cart-page-order-card,.cart-page-empty,.checkout-payment-panel,.checkout-details-panel,.checkout-empty-state{background:#fff;border:1px solid #de9c2859;border-radius:12px;box-shadow:0 20px 44px #3c1b0314}.cart-page-items-panel{padding:26px}.cart-page-shipping-card{background:linear-gradient(135deg,#fff8eb 0%,#f6ead9 100%);border:1px solid #de9c285c;border-radius:10px;margin-bottom:22px;padding:18px 20px}.cart-page-shipping-card strong{color:#3c1b03;margin-bottom:3px;font-size:18px;display:block}.cart-page-shipping-card span{color:#6b5a4c;font-size:14px;font-weight:600}.cart-page-progress{background:#fff;border-radius:999px;height:9px;margin-top:15px;overflow:hidden}.cart-page-progress span{background:linear-gradient(90deg,#de9c28,#7a0c0c);height:100%;transition:width .25s;display:block}.cart-page-items-list{flex-direction:column;gap:18px;display:flex}.cart-page-item{border:1px solid #efe1d2;border-radius:10px;grid-template-columns:110px minmax(0,1fr) 126px 120px 98px 44px;align-items:center;gap:18px;padding:16px;display:grid}.cart-page-item-image{background:#fbf3e7;border:1px solid #de9c2852;border-radius:8px;height:104px;padding:0;overflow:hidden}.cart-page-item-image img{object-fit:cover;width:100%;height:100%}.cart-page-item-copy{text-align:left;padding:0}.cart-page-item-copy h3{color:#321908;font-family:var(--font-heading);margin:0 0 5px;font-size:22px;line-height:1.2}.cart-page-item-copy p{color:#403934;margin:0 0 8px;font-size:15px}.cart-page-item-copy span{color:#0d8a2f;font-size:13px;font-weight:800}.cart-page-item-image:hover,.cart-page-item-copy:hover h3{color:#7a0c0c}.cart-page-quantity{border:1px solid #e9d7c0;border-radius:999px;grid-template-columns:36px 1fr 36px;align-items:center;height:42px;display:grid;overflow:hidden}.cart-page-quantity button{color:#7a0c0c;height:100%;font-size:20px;font-weight:800}.cart-page-quantity button:disabled{color:#b9aea3;cursor:not-allowed}.cart-page-quantity strong{color:#241001;text-align:center;font-size:16px}.cart-page-item-total{text-align:right}.cart-page-item-total span{color:#7a0c0c;font-family:var(--font-heading);font-size:24px;font-weight:800;display:block}.cart-page-item-total small{color:#776b60;font-size:13px}.cart-page-item-pay{color:#fff;background:#8d0000;border-radius:7px;height:42px;font-size:14px;font-weight:800}.cart-page-item-pay:hover{background:#a50b0b;transform:translateY(-1px)}.cart-page-remove{color:#ff1414;border:1px solid #ff1414;border-radius:50%;justify-content:center;align-items:center;width:42px;height:42px;display:flex}.cart-page-remove:hover{color:#fff;background:#ff1414}.cart-page-remove svg{width:19px;height:19px}.cart-page-order-card{padding:26px;position:sticky;top:118px}.cart-page-order-card h2,.checkout-payment-panel h2,.checkout-user-card h2,.checkout-method-card h2,.checkout-summary-card h2{color:#331908;font-family:var(--font-heading);margin:0 0 18px;font-size:26px}.cart-page-coupon{background:#fff5e4;border:1px dashed #de9c28;border-radius:9px;align-items:center;gap:14px;margin-bottom:20px;padding:14px;display:flex}.cart-page-coupon svg{color:#de9c28;width:34px;height:34px}.cart-page-coupon strong,.cart-page-coupon span{display:block}.cart-page-coupon strong{color:#3c1b03;font-size:16px}.cart-page-coupon span{color:#715e4f;font-size:13px;font-weight:600}.cart-page-totals,.checkout-total-lines{border-top:1px solid #efe1d2;border-bottom:1px solid #efe1d2;margin-bottom:20px;padding:12px 0}.cart-page-totals div,.checkout-total-lines div{color:#5f554d;justify-content:space-between;gap:18px;padding:8px 0;font-size:16px;display:flex}.cart-page-totals strong,.checkout-total-lines strong{color:#2b1709}.cart-page-grand-total,.checkout-pay-total{border-top:1px solid #efe1d2;margin-top:6px;padding-top:16px!important}.cart-page-grand-total span,.cart-page-grand-total strong,.checkout-pay-total span,.checkout-pay-total strong{color:#7a0c0c;font-size:24px;font-weight:900}.cart-page-checkout-btn,.checkout-place-order-btn{color:#fff;background:#8d0000;border-radius:8px;width:100%;height:54px;margin-bottom:12px;font-size:18px;font-weight:800}.cart-page-checkout-btn:hover,.checkout-place-order-btn:hover{background:#a50b0b;transform:translateY(-1px)}.cart-page-shop-btn{color:#7a0c0c;border:1px solid #d8d2ce;border-radius:8px;width:100%;height:50px;font-size:17px;font-weight:800}.cart-page-trust{gap:10px;margin-top:18px;display:grid}.cart-page-trust span{color:#61564c;align-items:center;gap:10px;font-size:14px;font-weight:700;display:flex}.cart-page-trust svg{color:#de9c28;width:22px;height:22px}.cart-page-empty,.checkout-empty-state{text-align:center;padding:72px 24px}.cart-page-empty>span,.checkout-empty-state>span{color:#7a0c0c;background:#fff1e5;border-radius:50%;justify-content:center;align-items:center;width:88px;height:88px;margin-bottom:20px;display:inline-flex}.cart-page-empty svg,.checkout-empty-state svg{width:42px;height:42px}.cart-page-empty h2,.checkout-empty-state h1{color:#3c1b03;font-family:var(--font-heading);margin:0 0 8px;font-size:34px}.cart-page-empty p,.checkout-empty-state p{color:#63584e;margin:0 0 24px;font-size:18px}.cart-page-empty button,.checkout-empty-state button{color:#fff;background:#8d0000;border-radius:8px;min-width:210px;height:52px;font-size:18px;font-weight:800}.checkout-layout{grid-template-columns:340px minmax(0,1fr);align-items:start;gap:34px;display:grid}.checkout-payment-panel{padding:24px;position:sticky;top:118px}.checkout-payment-options{gap:12px;display:grid}.checkout-payment-option{color:#3c1b03;text-align:left;background:#fffdf9;border:1px solid #eadccf;border-radius:9px;grid-template-columns:42px minmax(0,1fr);gap:2px 14px;padding:15px;display:grid}.checkout-payment-option span{color:#de9c28;background:#fff1e3;border-radius:8px;grid-row:1/3;justify-content:center;align-items:center;width:42px;height:42px;display:flex}.checkout-payment-option svg{width:24px;height:24px}.checkout-payment-option strong{font-size:16px}.checkout-payment-option small{color:#6c6259;font-size:12.5px;line-height:1.45}.checkout-payment-option.active,.checkout-payment-option:hover{background:#fff6e8;border-color:#8d0000;box-shadow:0 10px 22px #7a0c0c1a}.checkout-payment-option.active span{color:#fff;background:#8d0000}.checkout-details-panel{grid-template-columns:minmax(0,1fr) 360px;gap:24px;padding:24px;display:grid}.checkout-user-card,.checkout-method-card,.checkout-summary-card{background:#fffdf9;border:1px solid #efe1d2;border-radius:10px;padding:22px}.checkout-user-card,.checkout-method-card{grid-column:1/2}.checkout-summary-card{grid-area:1/2/3/3}.checkout-form-grid,.checkout-method-fields,.checkout-card-fields{grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;display:grid}.checkout-form-grid label,.checkout-method-fields label{flex-direction:column;gap:8px;display:flex}.checkout-field-wide{grid-column:1/-1}.checkout-form-grid span,.checkout-method-fields span{color:#3c1b03;font-size:14px;font-weight:800}.checkout-form-grid input,.checkout-form-grid textarea,.checkout-method-fields input,.checkout-method-fields select{color:#2d241c;font-family:var(--font-body);resize:vertical;background:#fff;border:1px solid #dfd2c5;border-radius:8px;outline:none;padding:13px 14px;font-size:15px}.checkout-form-grid input:focus,.checkout-form-grid textarea:focus,.checkout-method-fields input:focus,.checkout-method-fields select:focus{border-color:#de9c28;box-shadow:0 0 0 3px #de9c2829}.checkout-method-fields p,.checkout-razorpay-box p{color:#675d54;margin:0;font-size:14px}.checkout-razorpay-box{background:#fff6e8;border:1px dashed #de9c28;border-radius:9px;padding:18px}.checkout-razorpay-box strong{color:#7a0c0c;margin-bottom:6px;font-size:18px;display:block}.checkout-mini-items{gap:12px;margin-bottom:18px;display:grid}.checkout-mini-item{grid-template-columns:58px minmax(0,1fr) auto;align-items:center;gap:12px;display:grid}.checkout-mini-item img{object-fit:cover;background:#fbf3e7;border:1px solid #efe1d2;border-radius:8px;width:58px;height:58px}.checkout-mini-item strong{color:#351b09;font-size:14px;line-height:1.25;display:block}.checkout-mini-item span{color:#756b62;font-size:12px;font-weight:700}.checkout-mini-item b{color:#7a0c0c;font-size:15px}.checkout-coupon-card{background:#fff6e8;border:1px dashed #de9c28;border-radius:9px;margin:0 0 18px;padding:14px}.checkout-coupon-card label{display:block}.checkout-coupon-card label>span{color:#3c1b03;margin-bottom:8px;font-size:14px;font-weight:800;display:block}.checkout-coupon-row{grid-template-columns:minmax(0,1fr) 84px;gap:8px;display:grid}.checkout-coupon-row input{color:#2d241c;font-family:var(--font-body);text-transform:uppercase;background:#fff;border:1px solid #dfd2c5;border-radius:7px;outline:none;padding:11px 12px;font-size:14px}.checkout-coupon-row input:focus{border-color:#de9c28;box-shadow:0 0 0 3px #de9c2829}.checkout-coupon-row button{color:#fff;background:#8d0000;border-radius:7px;font-size:14px;font-weight:800}.checkout-coupon-card small{color:#6f6257;margin-top:8px;font-size:12.5px;font-weight:700;display:block}.checkout-coupon-card .checkout-coupon-success{color:#0d8a2f}@media (width<=1180px){.cart-page-main,.checkout-page-main{padding-left:34px;padding-right:34px}.cart-page-layout,.checkout-layout,.checkout-details-panel{grid-template-columns:1fr}.cart-page-order-card,.checkout-payment-panel{position:static}.checkout-summary-card,.checkout-user-card,.checkout-method-card{grid-area:auto}}@media (width<=760px){.cart-page-main,.checkout-page-main{padding:24px 18px 64px}.cart-page-header,.checkout-header{flex-direction:column;align-items:flex-start}.cart-page-header h1,.checkout-header h1{font-size:42px}.cart-page-header p,.checkout-header p{font-size:17px}.cart-page-item{grid-template-columns:92px minmax(0,1fr) 42px;gap:14px}.cart-page-item-image{height:92px}.cart-page-quantity{grid-column:1/3;width:132px}.cart-page-item-total{text-align:left;grid-column:2/3}.cart-page-item-pay{grid-column:1/3;width:132px}.cart-page-remove{grid-area:1/3/2/4}.checkout-form-grid,.checkout-method-fields,.checkout-card-fields{grid-template-columns:1fr}.checkout-payment-option{grid-template-columns:38px minmax(0,1fr)}}@media (width<=1320px){.footer-top-row{text-align:left;grid-template-columns:minmax(320px,.95fr) minmax(360px,1fr);row-gap:34px;display:grid}.footer-newsletter-wrap{justify-self:end}.footer-top-divider{display:none}.footer-pillars-wrap{border-bottom:1px solid #e0a12e;flex-direction:row;grid-column:1/-1;justify-content:center;padding-bottom:26px}.footer-pillar-divider{display:block}.footer-grid{grid-template-columns:minmax(250px,1.15fr) minmax(130px,.6fr) minmax(220px,1fr) minmax(210px,.95fr) minmax(220px,.95fr) minmax(340px,1.4fr);gap:clamp(16px,1.5vw,24px)}}@media (width<=1120px){.footer-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.footer-col-about,.footer-col-contact{border-left:none;border-right:none;padding-left:0;padding-right:0}.footer-col-contact{border-left:1px solid #e0a12e;padding-left:28px}}@media (width<=760px){.footer-top-row{grid-template-columns:1fr;padding-left:24px;padding-right:24px}.footer-newsletter-wrap{justify-self:stretch}.footer-pillars-wrap{border-bottom:none;flex-direction:column;align-items:stretch;gap:20px}.footer-pillar-divider{display:none}.footer-grid{grid-template-columns:1fr;padding-left:24px;padding-right:24px}.footer-col-contact{border-left:none;padding-left:0}.footer-bottom{padding-left:24px;padding-right:24px}}.footer-top-row{grid-template-columns:minmax(300px,.78fr) minmax(360px,.95fr) 1px minmax(520px,1.27fr)}.footer-pillar-item{width:100%;min-width:0}.footer-pillar-divider{justify-self:center;margin:0}.footer-pillar-icon svg{width:clamp(42px,3.35vw,62px);height:clamp(42px,3.35vw,62px)}.footer-pillar-text{max-width:150px;font-size:clamp(13px,1.08vw,20px)}.footer-grid{grid-template-columns:minmax(230px,1.12fr) minmax(110px,.55fr) minmax(190px,.9fr) minmax(185px,.9fr) minmax(205px,.92fr) minmax(290px,1.2fr);gap:clamp(14px,1.35vw,24px)}.footer-col-title{letter-spacing:.04em;font-size:clamp(16px,1.22vw,22px)}.footer-link,.footer-col-contact .footer-links-list li{font-size:clamp(14px,1.08vw,20px)!important}.footer-about-text{font-size:clamp(14px,1.05vw,18px)}.footer-col-contact .footer-links-list li{overflow-wrap:anywhere;word-break:normal!important}@media (width<=1320px){.footer-top-row{grid-template-columns:minmax(280px,.9fr) minmax(340px,1fr)}.footer-pillars-wrap{grid-column:1/-1;grid-template-columns:minmax(120px,1fr) 1px minmax(120px,1fr) 1px minmax(120px,1fr)}.footer-grid{grid-template-columns:minmax(230px,1fr) minmax(120px,.55fr) minmax(190px,.9fr) minmax(180px,.85fr) minmax(190px,.85fr) minmax(275px,1.15fr)}}@media (width<=1180px){.footer-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.footer-col-contact{border-left:1px solid #e0a12e;padding-left:24px}}@media (width<=760px){.footer-top-row{text-align:center!important;flex-direction:column!important;align-items:center!important;gap:24px!important;padding-left:20px!important;padding-right:20px!important;display:flex!important}.footer-top-logo{justify-content:center!important;width:100%!important}.footer-top-divider{display:none!important}.footer-newsletter-wrap{justify-self:center!important;width:100%!important;max-width:480px!important}.footer-pillars-wrap{grid-template-columns:1fr;gap:22px;display:grid}.footer-pillar-divider{display:none}.footer-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:24px!important}.footer-col-about{grid-column:1/-1;margin-bottom:16px;border-right:none!important;min-height:auto!important;padding-right:0!important}}@media (width<=500px){.footer-grid{grid-template-columns:1fr!important;gap:20px!important}}@media (width>=901px){.layout-products-spread .slide-content-grid{grid-template-columns:minmax(0,980px) 1fr;gap:18px}.layout-products-spread .slide-text-side{max-width:980px}.layout-products-spread .slide-title-above,.layout-products-spread .slide-subtitle{text-transform:none;white-space:normal;max-width:min(76vw,980px);font-size:clamp(54px,4.5vw,72px);line-height:1.15}.layout-products-spread .slide-title-above{margin-bottom:10px}.layout-products-spread .slide-subtitle{margin-bottom:48px}.footer-col-contact .footer-links-list li{white-space:nowrap;overflow-wrap:normal}}.slide.theme-dark .slide-subtitle{color:var(--text-light)}.slide.theme-dark .slide-subtitle .subtitle-accent{color:#f7b55e}.layout-products-spread .slide-title-two-line{width:min(76vw,980px);max-width:100%}.layout-products-spread .slide-title-two-line>span{text-overflow:clip;overflow-wrap:normal;white-space:nowrap;display:block;overflow:visible}@media (width>=901px){.layout-products-spread .slide-title-two-line{font-size:clamp(54px,4.5vw,72px);line-height:1.15}}@media (width<=900px){.layout-cms-banner .slide-title-two-line,.layout-products-spread .slide-title-two-line{gap:6px;width:100%;max-width:100%;line-height:1.2;font-size:clamp(28px,5.2vw,36px)!important}.layout-cms-banner .slide-title-two-line>span,.layout-products-spread .slide-title-two-line>span{overflow-wrap:anywhere;white-space:normal}}@media (width<=768px){.layout-cms-banner .slide-content-grid,.layout-products-spread .slide-content-grid{grid-template-columns:1fr!important}.layout-cms-banner .slide-text-side,.layout-products-spread .slide-text-side{box-sizing:border-box;justify-self:center;width:calc(100% - 32px)!important;max-width:min(560px,100% - 32px)!important}.layout-cms-banner .slide-title-two-line,.layout-products-spread .slide-title-two-line{width:100%!important;max-width:100%!important;margin-bottom:20px!important;font-size:clamp(24px,6.6vw,32px)!important}}@media (width<=420px){.layout-cms-banner .slide-title-two-line,.layout-products-spread .slide-title-two-line{font-size:clamp(23px,6.5vw,28px)!important}.layout-cms-banner .slide-description,.layout-products-spread .slide-description{max-width:100%}.layout-cms-banner .slide-actions,.layout-products-spread .slide-actions{flex-wrap:wrap}}.footer-logo .logo-text span,.footer-top-logo .logo-text span{color:#fff2b0}.footer{color:#fff4d5;font-family:var(--font-body);background-color:#3f1d04;border-top:0;padding:42px 0 8px}.footer>.container-fullwidth{padding-left:64px;padding-right:64px}.footer-top-row{border-bottom:1px solid #e0a12eb8;align-items:center;gap:56px;margin:0 0 39px;padding:0 0 22px;grid-template-columns:350px 440px 1px minmax(500px,1fr)!important;display:grid!important}.footer-logo,.footer-top-logo{gap:16px}.footer-top-logo .logo-icon-wrap{border-width:4px;border-color:#fff2b0;width:72px;height:72px}.footer-top-logo .logo-symbol{color:#fff2b0;font-size:39px}.footer-top-logo .logo-text{color:#fff2b0;text-shadow:0 0 3px #fff2b059;font-family:Lobster Two,cursive;font-size:48px;font-weight:700;line-height:1}.footer-newsletter-wrap{justify-self:stretch;align-items:stretch;width:100%;max-width:440px;display:flex}.footer-newsletter-wrap input{color:#676767;height:55px;font-family:var(--font-body);border:0;border-radius:8px 0 0 8px;padding:0 22px;font-size:16px}.footer-newsletter-wrap button{color:#1f0900;font-family:var(--font-body);background-color:#e4ad55;border:0;border-radius:0 8px 8px 0;min-width:126px;height:55px;padding:0 20px;font-size:16px;font-weight:700}.footer-top-divider,.footer-pillar-divider{background-color:#e0a12ead;width:1px;height:122px}.footer-pillars-wrap{grid-template-columns:minmax(130px,1fr) 1px minmax(150px,1fr) 1px minmax(150px,1fr);place-items:center;width:100%;display:grid}.footer-pillar-item{gap:12px;width:100%;min-width:0}.footer-pillar-icon svg{color:#e4ad55;stroke-width:1.6px;width:58px;height:58px}.footer-pillar-text{color:#f3dfbd;max-width:170px;font-size:17px;font-weight:400;line-height:1.35}.footer-grid{grid-template-columns:306px 118px 224px 168px 190px 292px;justify-content:space-between;align-items:start;gap:0;margin-bottom:37px;padding:0;display:grid}.footer-col-about{border-right:1px solid #e0a12ed1;gap:17px;min-height:196px;padding-right:28px}.footer-logo .logo-icon-wrap{border-width:3px;border-color:#fff2b0;width:44px;height:44px}.footer-logo .logo-symbol{color:#fff2b0;font-size:23px}.footer-logo .logo-text{color:#fff2b0;font-family:Lobster Two,cursive;font-size:32px;font-weight:700;line-height:1}.footer-about-text{color:#fff;max-width:282px;margin:0;font-size:16px;line-height:1.55}.footer-col-title{color:#e0a12e;font-family:var(--font-body);letter-spacing:0;text-transform:uppercase;white-space:nowrap;margin:0 0 24px;font-size:20px;font-weight:700;line-height:1.2}.footer-links-list{gap:13px}.footer-link,.footer-col-contact .footer-links-list li{color:#fff;font-weight:400;line-height:1.2;font-size:18px!important}.footer-col-contact{border-left:1px solid #e0a12ed1;min-width:0;padding-left:25px}.footer-col-contact .footer-links-list{gap:28px!important}.footer-col-contact .footer-links-list li{overflow-wrap:normal;white-space:nowrap;word-break:normal;align-items:center;gap:16px;display:flex}.footer-col-contact .footer-links-list li span:first-child{flex:0 0 25px;justify-content:center;display:inline-flex;color:#e4ad55!important}.footer-col-contact .footer-links-list svg{width:22px;height:22px}.footer-bottom{text-align:left;padding:0}.footer-copyright{color:#fff;margin:0;font-size:18px;line-height:1.2}@media (width<=1420px){.footer>.container-fullwidth{padding-left:40px;padding-right:40px}.footer-top-row{gap:34px;grid-template-columns:330px minmax(320px,440px) 1px minmax(430px,1fr)!important}.footer-grid{grid-template-columns:286px 110px 200px 160px 178px 278px}}@media (width<=1180px){.footer-top-row{row-gap:30px;grid-template-columns:minmax(280px,1fr) minmax(320px,1fr)!important}.footer-top-divider{display:none}.footer-pillars-wrap{grid-column:1/-1}.footer-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:34px 28px}.footer-col-contact{border-left:1px solid #e0a12ed1}}@media (width<=760px){.footer{padding-top:32px}.footer>.container-fullwidth{padding-left:20px;padding-right:20px}.footer-top-row{gap:24px!important;padding-bottom:28px!important}.footer-pillars-wrap{grid-template-columns:1fr;gap:22px}.footer-pillar-divider{display:none}.footer-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:30px 22px!important}.footer-col-about,.footer-col-contact{border-left:0;border-right:0;padding-left:0;padding-right:0}.footer-col-about{grid-column:1/-1}.footer-col-contact .footer-links-list li{white-space:normal}}@media (width<=500px){.footer-grid{grid-template-columns:1fr!important}}.checkout-address-page{background:#fffaf5;min-height:100%}.checkout-address-main{box-sizing:border-box;max-width:1460px;margin:0 auto;padding:28px 26px 36px}.checkout-address-breadcrumb{color:#2f2b27;align-items:center;gap:16px;margin-bottom:58px;font-size:20px;line-height:1;display:flex}.checkout-address-breadcrumb button,.checkout-address-breadcrumb span,.checkout-address-breadcrumb strong{color:inherit;font-family:var(--font-body);font-size:inherit;letter-spacing:0;padding:0;font-weight:500}.checkout-address-breadcrumb button:hover,.checkout-address-breadcrumb strong{color:#3c1b03;font-weight:700}.checkout-address-title{color:#3c1b03;font-family:var(--font-heading);letter-spacing:0;margin:0 0 70px;font-size:clamp(42px,4.6vw,64px);font-weight:700;line-height:1.1}.checkout-address-layout{grid-template-columns:minmax(0,1fr) minmax(360px,420px);align-items:start;gap:20px;display:grid}.checkout-address-list{gap:38px;display:grid}.checkout-address-card{box-sizing:border-box;background:#fffdfb;border:1px solid #d9cdc1;border-radius:8px;grid-template-columns:180px minmax(0,1fr) 230px;align-items:center;min-height:268px;padding:40px 34px 38px 68px;display:grid;position:relative;overflow:hidden}.checkout-address-card.selected:after{content:"";border-top:70px solid #b90000;border-left:92px solid #0000;position:absolute;top:0;right:0}.checkout-address-radio{background:#fff;border:2px solid #9f9f9f;border-radius:50%;width:28px;height:28px;padding:0;position:absolute;top:50%;left:24px;transform:translateY(-50%)}.checkout-address-radio span{background:0 0;border-radius:50%;width:16px;height:16px;margin:4px;display:block}.checkout-address-radio[aria-pressed=true]{border-color:#8d1018}.checkout-address-radio[aria-pressed=true] span{background:#8d1018}.checkout-address-default{color:#1d812e;box-sizing:border-box;background:#e1f4df;border-radius:4px;align-items:center;gap:10px;min-width:192px;height:35px;padding:0 16px;font-size:16px;font-weight:500;display:inline-flex;position:absolute;top:28px;left:110px}.checkout-address-default svg{width:18px;height:18px}.checkout-address-icon{color:#7b1012;background:#fff8f7;border:1px solid #ffb7b7;border-radius:50%;justify-content:center;justify-self:center;align-items:center;width:130px;height:130px;display:flex}.checkout-address-icon svg{width:60px;height:60px}.checkout-address-copy{text-align:left;padding-right:40px}.checkout-address-name-row{align-items:center;gap:28px;margin-bottom:18px;display:flex}.checkout-address-name-row h2{color:#000;font-family:var(--font-body);letter-spacing:0;margin:0;font-size:30px;font-weight:700;line-height:1.1}.checkout-address-name-row span{color:#d50000;background:#fff8ef;border:1px solid #ffd3a1;border-radius:4px;justify-content:center;align-items:center;min-width:88px;height:36px;font-size:16px;font-weight:500;display:inline-flex}.checkout-address-copy p{color:#333;margin:0 0 4px;font-size:18px;line-height:1.45}.checkout-address-phone{color:#333;align-items:center;gap:8px;margin-top:28px;font-size:24px;font-weight:600;display:inline-flex}.checkout-address-phone svg{color:#505050;width:24px;height:24px}.checkout-address-actions{border-left:2px solid #f0d3af;flex-direction:column;justify-content:center;gap:28px;min-height:145px;padding-left:66px;display:flex}.checkout-address-actions button{color:#8d1018;align-items:center;gap:22px;width:fit-content;font-size:24px;font-weight:500;display:inline-flex}.checkout-address-actions button:last-child{color:#e00000}.checkout-address-actions svg{width:24px;height:24px}.checkout-address-add{color:#a40011;background:0 0;border:2px solid #b90000;border-radius:6px;justify-content:center;align-items:center;width:280px;height:70px;font-size:30px;font-weight:500;display:inline-flex}.checkout-address-add:hover{background:#fff0ef}.checkout-address-summary{text-align:left;box-sizing:border-box;background:#fffdfb;border:1px solid #d9cdc1;border-radius:8px;padding:30px 32px;position:sticky;top:124px}.checkout-address-summary h2{color:#3c1b03;font-family:var(--font-heading);letter-spacing:0;margin:0 0 30px;font-size:28px;font-weight:700}.checkout-address-summary-items{gap:30px;display:grid}.checkout-address-summary-item{grid-template-columns:98px minmax(0,1fr) auto;align-items:center;gap:18px;display:grid}.checkout-address-summary-item img{object-fit:cover;background:#f9efe3;border-radius:8px;width:98px;height:108px}.checkout-address-summary-item h3{color:#3c1b03;font-family:var(--font-heading);letter-spacing:0;margin:0 0 24px;font-size:18px;font-weight:700;line-height:1.25}.checkout-address-summary-item span{color:#676767;font-size:24px;line-height:1;display:block}.checkout-address-summary-item strong{color:#000;white-space:nowrap;font-size:28px;font-weight:800}.checkout-address-divider{background:#d8cdc2;height:2px;margin:30px 0 22px}.checkout-address-total-line{color:#666;justify-content:space-between;gap:20px;margin-bottom:22px;font-size:21px;font-weight:600;display:flex}.checkout-address-total-line strong{color:#5d5d5d}.checkout-address-total-line.discount strong,.checkout-address-total-line .free,.checkout-address-saving{color:#008313}.checkout-address-saving{margin:0 0 34px;font-size:18px;font-weight:600}.checkout-address-grand-total{color:#000;justify-content:space-between;align-items:center;gap:20px;font-size:22px;font-weight:600;display:flex}.checkout-address-grand-total strong{color:#d00000;white-space:nowrap;font-size:40px;line-height:1}.checkout-address-saving.bottom{margin:28px 0 0}.checkout-address-pay{color:#fff;background:#800015;border-radius:6px;justify-content:center;align-items:center;width:min(100%,420px);height:80px;margin:26px 0 0 auto;font-size:30px;font-weight:600;display:flex}.checkout-address-pay:hover{background:#650010;transform:translateY(-1px)}.checkout-address-trust{background:#fffdfb;border:1px solid #d9cdc1;border-radius:8px;grid-template-columns:repeat(4,minmax(0,1fr));align-items:center;gap:0;margin-top:62px;padding:26px 28px;display:grid}.checkout-address-trust div{box-sizing:border-box;border-right:2px solid #e7ded7;justify-content:center;align-items:center;gap:24px;min-height:88px;padding:0 28px;display:flex}.checkout-address-trust div:last-child{border-right:none}.checkout-address-trust svg{color:#c07800;flex-shrink:0;width:62px;height:62px}.checkout-address-trust span{color:#333;gap:4px;font-size:19px;line-height:1.45;display:grid}.checkout-address-trust strong{color:#670010;font-size:21px}.checkout-address-empty{text-align:center;background:#fffdfb;border:1px solid #d9cdc1;border-radius:8px;max-width:620px;margin:70px auto;padding:58px 28px}.checkout-address-empty>span{color:#800015;background:#fff1e3;border-radius:50%;justify-content:center;align-items:center;width:84px;height:84px;margin-bottom:22px;display:inline-flex}.checkout-address-empty svg{width:42px;height:42px}.checkout-address-empty h1{color:#3c1b03;margin:0 0 10px;font-size:34px}.checkout-address-empty p{color:#625b55;margin:0 0 26px;font-size:18px}.checkout-address-empty button{color:#fff;background:#800015;border-radius:6px;min-width:220px;height:54px;font-size:18px;font-weight:700}@media (width<=1220px){.checkout-address-layout{grid-template-columns:1fr}.checkout-address-summary{position:static}.checkout-address-pay{width:100%}.checkout-address-trust{grid-template-columns:repeat(2,minmax(0,1fr))}.checkout-address-trust div:nth-child(2){border-right:none}.checkout-address-trust div:first-child,.checkout-address-trust div:nth-child(2){border-bottom:2px solid #e7ded7}}@media (width<=860px){.checkout-address-main{padding:24px 18px 32px}.checkout-address-breadcrumb{flex-wrap:wrap;gap:10px;margin-bottom:34px;font-size:17px}.checkout-address-title{margin-bottom:34px}.checkout-address-card{grid-template-columns:86px minmax(0,1fr);gap:20px;min-height:0;padding:72px 18px 24px 52px}.checkout-address-card.selected:after{border-top-width:50px;border-left-width:66px}.checkout-address-default{top:24px;left:52px}.checkout-address-radio{left:16px}.checkout-address-icon{width:86px;height:86px}.checkout-address-icon svg{width:42px;height:42px}.checkout-address-copy{padding-right:0}.checkout-address-name-row{flex-wrap:wrap;gap:12px}.checkout-address-name-row h2{font-size:24px}.checkout-address-copy p{font-size:16px}.checkout-address-phone{margin-top:18px;font-size:18px}.checkout-address-actions{border-top:1px solid #f0d3af;border-left:none;flex-direction:row;grid-column:1/-1;justify-content:flex-start;gap:28px;min-height:0;padding:18px 0 0}.checkout-address-actions button{gap:10px;font-size:18px}.checkout-address-add{width:100%;font-size:24px}.checkout-address-summary{padding:24px 18px}.checkout-address-summary-item{grid-template-columns:78px minmax(0,1fr)}.checkout-address-summary-item img{width:78px;height:82px}.checkout-address-summary-item strong{grid-column:2/3;font-size:22px}.checkout-address-summary-item h3{margin-bottom:12px}.checkout-address-summary-item span{font-size:18px}.checkout-address-grand-total strong{font-size:34px}.checkout-address-pay{height:64px;font-size:24px}}@media (width<=620px){.checkout-address-card{grid-template-columns:1fr}.checkout-address-icon{justify-self:start}.checkout-address-summary-item h3{font-size:16px}.checkout-address-total-line,.checkout-address-grand-total{font-size:17px}.checkout-address-trust{grid-template-columns:1fr;padding:10px 22px}.checkout-address-trust div,.checkout-address-trust div:nth-child(2){border-bottom:1px solid #e7ded7;border-right:none;justify-content:flex-start;padding:22px 0}.checkout-address-trust div:last-child{border-bottom:none}.checkout-address-trust svg{width:48px;height:48px}}.checkout-payment-main{max-width:1510px}.checkout-payment-title{margin-bottom:74px}.checkout-payment-layout{grid-template-columns:minmax(0,1fr) minmax(390px,430px);align-items:start;gap:22px;display:grid}.checkout-payment-left{gap:24px;display:grid}.checkout-payment-address-card{min-height:286px;padding-left:46px;box-shadow:0 10px 26px #3c1b0308}.checkout-payment-options-card{text-align:left;background:#fffdfb;border:1px solid #e4d8cd;border-radius:8px;padding:22px 20px 28px;box-shadow:0 10px 26px #3c1b0308}.checkout-payment-options-card h2{color:#1e1e1e;font-family:var(--font-body);letter-spacing:0;margin:0 0 16px 4px;font-size:22px;font-weight:700}.checkout-payment-option-list{gap:8px;display:grid}.checkout-pay-option{text-align:left;box-sizing:border-box;background:#fffdfb;border:1px solid #e7dbcf;border-radius:8px;grid-template-columns:32px minmax(170px,1fr) minmax(320px,max-content);align-items:center;gap:16px;width:100%;min-height:94px;padding:16px 18px;display:grid}.checkout-pay-option:hover{background:#fffaf5;border-color:#cdb7a4}.checkout-pay-option.active{box-shadow:inset 0 0 0 1px #f1e4d6}.checkout-pay-radio{box-sizing:border-box;background:#fff;border:2px solid #9fa1a3;border-radius:50%;width:22px;height:22px;position:relative}.checkout-pay-option.active .checkout-pay-radio{border-color:#9fa1a3}.checkout-pay-option.active .checkout-pay-radio:after{content:"";background:#1f7fc3;border-radius:50%;position:absolute;inset:4px}.checkout-pay-copy{gap:2px;min-width:0;display:grid}.checkout-pay-copy strong{color:#000;font-size:25px;font-weight:600;line-height:1.15}.checkout-pay-copy small{color:#585858;font-size:15px;line-height:1.25}.checkout-pay-marks{flex-wrap:wrap;justify-content:flex-end;align-items:center;gap:16px 22px;min-width:0;display:flex}.checkout-pay-mark{color:#1768b3;white-space:nowrap;font-family:Arial,sans-serif;font-size:21px;font-weight:800;line-height:1}.checkout-pay-mark.g-pay{color:#4a4a4a;font-weight:500}.checkout-pay-mark.phonepe{color:#fff;background:#6a32aa;border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;font-size:19px;display:inline-flex}.checkout-pay-mark.mastercard{color:#f04c23}.checkout-pay-mark.amazon-pay{color:#111;font-size:19px}.checkout-pay-mark.bhim-upi,.checkout-pay-mark.freecharge{color:#194ea8;font-size:17px}.checkout-pay-side-icon{color:#6b6b6b;justify-content:center;align-items:center;min-width:74px;display:inline-flex}.checkout-pay-side-icon svg{width:auto;max-width:126px;height:30px;display:block}.checkout-pay-option:last-child .checkout-pay-side-icon{color:#ff8b1a}.checkout-payment-secure-row{color:#666;justify-content:space-between;align-items:center;gap:20px;padding:26px 4px 0;font-size:15px;font-weight:500;display:flex}.checkout-payment-secure-row span{align-items:center;gap:10px;display:inline-flex}.checkout-payment-secure-row svg{width:20px;height:20px}.checkout-payment-secure-row strong{color:#666;font-size:18px;font-weight:600}.checkout-payment-right{gap:26px;display:grid}.checkout-payment-right .checkout-address-summary{position:sticky;top:124px}.checkout-payment-place-order{color:#fff;background:#800015;border-radius:6px;width:100%;height:80px;font-size:30px;font-weight:600;display:none}.checkout-payment-place-order:hover{background:#650010;transform:translateY(-1px)}.checkout-payment-inline-place-order{color:#fff;background:#800015;border-radius:6px;width:100%;height:70px;margin-top:24px;font-size:26px;font-weight:600;display:block}.checkout-payment-inline-place-order:hover{background:#650010;transform:translateY(-1px)}.checkout-payment-place-order:disabled,.checkout-payment-inline-place-order:disabled,.checkout-pay-option:disabled{cursor:not-allowed;opacity:.62}.checkout-order-error{color:#8d0000;background:#fff5f5;border:1px solid #d93838;border-radius:6px;margin-bottom:16px;padding:12px 14px;font-size:14px;line-height:1.45}@media (width<=1220px){.checkout-payment-layout{grid-template-columns:1fr}.checkout-payment-right .checkout-address-summary{position:static}}@media (width<=860px){.checkout-payment-title{margin-bottom:34px}.checkout-payment-address-card{padding-left:18px}.checkout-pay-option{grid-template-columns:30px minmax(0,1fr);min-height:88px}.checkout-pay-marks{flex-wrap:wrap;grid-column:2/3;justify-content:flex-start;gap:12px}.checkout-payment-secure-row{flex-direction:column;align-items:flex-start;gap:8px}.checkout-payment-place-order,.checkout-payment-inline-place-order{height:64px;font-size:24px}}@media (width<=620px){.checkout-payment-options-card{padding:18px 14px 22px}.checkout-pay-copy strong{font-size:21px}.checkout-pay-mark{font-size:17px}}.checkout-success-main{max-width:1420px;padding-top:18px}.checkout-success-breadcrumb{margin-bottom:190px}.checkout-success-hero{text-align:center;margin:0 auto 18px}.checkout-success-icon{color:#fff;background:#1ea321;border-radius:50%;justify-content:center;align-items:center;width:128px;height:128px;margin-bottom:12px;display:inline-flex}.checkout-success-icon svg{width:72px;height:72px}.checkout-success-hero h1{color:#3c1b03;font-family:var(--font-heading);letter-spacing:0;margin:0 0 8px;font-size:clamp(38px,3.6vw,50px);font-weight:700;line-height:1.12}.checkout-success-hero p{color:#333;margin:0 0 18px;font-size:17px;font-weight:600}.checkout-success-order-id{color:#333;box-sizing:border-box;background:#eef8e8;border:1px solid #4caf50;border-radius:4px;justify-content:center;align-items:center;gap:6px;width:min(100%,360px);min-height:58px;padding:0 22px;font-size:18px;font-weight:600;display:inline-flex}.checkout-success-order-id strong{color:#17a41d}.checkout-success-details{box-sizing:border-box;background:#fffdfb;border:1px solid #d9cdc1;border-radius:6px;grid-template-columns:repeat(3,minmax(0,1fr));width:min(100%,1130px);margin:18px auto 34px;padding:26px 0;display:grid}.checkout-success-details div{text-align:center;border-right:1px solid #d9cdc1;align-content:center;justify-items:center;gap:8px;min-height:126px;padding:0 36px;display:grid}.checkout-success-details div:last-child{border-right:none}.checkout-success-details svg{color:#c07800;width:46px;height:46px}.checkout-success-details h2{color:#670010;font-family:var(--font-body);letter-spacing:0;margin:0;font-size:21px;font-weight:700}.checkout-success-details p{color:#333;margin:0;font-size:16px;line-height:1.35}.checkout-success-next{text-align:center;box-sizing:border-box;background:#fffdfb;border:1px solid #d9cdc1;border-radius:6px;width:min(100%,1130px);margin:0 auto 92px;padding:28px 24px 32px}.checkout-success-next h2{color:#3c1b03;font-family:var(--font-heading);letter-spacing:0;margin:0 0 10px;font-size:28px;font-weight:700}.checkout-success-next p{color:#333;margin:0 0 2px;font-size:18px;line-height:1.3}.checkout-success-actions{justify-content:center;align-items:center;gap:22px;margin-top:30px;display:flex}.checkout-success-actions button{color:#fff;border-radius:6px;width:254px;height:54px;font-size:17px;font-weight:600}.checkout-success-shop{background:#800015}.checkout-success-shop:hover{background:#650010;transform:translateY(-1px)}.checkout-success-track{background:#ec970c}.checkout-success-track:hover{background:#d98200;transform:translateY(-1px)}@media (width<=860px){.checkout-success-breadcrumb{margin-bottom:70px}.checkout-success-icon{width:104px;height:104px}.checkout-success-icon svg{width:58px;height:58px}.checkout-success-details{grid-template-columns:1fr;padding:0 22px}.checkout-success-details div{border-bottom:1px solid #d9cdc1;border-right:none;padding:24px 0}.checkout-success-details div:last-child{border-bottom:none}.checkout-success-next{margin-bottom:46px}.checkout-success-actions{flex-direction:column}.checkout-success-actions button{width:min(100%,320px)}}.checkout-address-summary-item h3{margin:0 0 10px!important}.cart-summary-product-copy h3{margin:0 0 8px!important}.summary-qty-delete-row{align-items:center!important;gap:10px!important;margin-top:6px!important;display:flex!important}.summary-qty-controls{background-color:#fff!important;border:1px solid #d9cdc1!important;border-radius:4px!important;align-items:center!important;padding:1px!important;display:flex!important}.summary-qty-btn{color:#3c1b03!important;cursor:pointer!important;width:22px!important;height:22px!important;box-shadow:none!important;background:0 0!important;border:none!important;border-radius:3px!important;justify-content:center!important;align-items:center!important;padding:0!important;font-size:14px!important;font-weight:700!important;line-height:1!important;transition:all .2s!important;display:flex!important}.summary-qty-btn:hover:not(:disabled){background-color:#f9efe3!important}.summary-qty-btn:disabled{color:#ccc!important;cursor:not-allowed!important}.checkout-address-summary-item .summary-qty-val,.cart-summary-product-copy .summary-qty-val,.summary-qty-val{color:#3c1b03!important;text-align:center!important;min-width:18px!important;font-size:13px!important;font-weight:600!important;line-height:1!important;display:inline-block!important}.summary-delete-btn{color:#c97d60!important;cursor:pointer!important;box-shadow:none!important;background:0 0!important;border:none!important;border-radius:4px!important;justify-content:center!important;align-items:center!important;padding:4px!important;transition:all .2s!important;display:flex!important}.summary-delete-btn:hover{color:#a84f30!important;background-color:#fdf5ed!important}.summary-delete-btn svg{width:14px!important;height:14px!important;display:block!important}.checkout-pay-logo-wrap{vertical-align:middle;flex:none;justify-content:center;align-items:center;min-width:44px;height:34px;display:inline-flex}.checkout-pay-logo-wrap .payment-logo{width:auto;height:28px;display:block;overflow:visible}.checkout-pay-logo-wrap .payment-logo-gpay,.checkout-pay-side-icon .payment-logo-gpay{height:30px}.checkout-pay-logo-wrap .payment-logo-phonepe,.checkout-pay-logo-wrap .payment-logo-paytm,.checkout-pay-side-icon .payment-logo-paytm{height:29px}.checkout-pay-logo-wrap .payment-logo-amazonpay,.checkout-pay-logo-wrap .payment-logo-freecharge{height:24px}.checkout-pay-side-icon .payment-logo{width:auto;max-width:132px;display:block;overflow:visible}@media (width<=620px){.checkout-pay-logo-wrap{min-width:38px;height:30px}.checkout-pay-logo-wrap .payment-logo{height:24px}.checkout-pay-logo-wrap .payment-logo-amazonpay,.checkout-pay-logo-wrap .payment-logo-freecharge{height:21px}}.auth-modal-overlay{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:1100;background-color:#00000080;justify-content:center;align-items:center;padding:16px;animation:.25s ease-out fadeIn;display:flex;position:fixed;inset:0}.auth-modal-container{background:#fffffff2;border:1px solid #e4a3314d;border-radius:12px;width:100%;max-width:480px;padding:32px;animation:.3s cubic-bezier(.16,1,.3,1) scaleIn;position:relative;box-shadow:0 12px 36px #3c1b0326}.modal-close-btn{color:#8c827a;cursor:pointer;background:0 0;border:none;font-size:28px;line-height:1;position:absolute;top:16px;right:16px}.auth-modal-tabs{border-bottom:2px solid #f2ece5;margin-bottom:24px;display:flex}.auth-modal-tab{color:#8c827a;cursor:pointer;background:0 0;border:none;flex:1;padding:12px;font-size:16px;font-weight:600;transition:all .2s}.auth-modal-tab.active{color:#780612;border-bottom:2px solid #780612;margin-bottom:-2px}.auth-error-message{color:#9b1c1c;background-color:#fdf2f2;border:1px solid #fde8e8;border-radius:6px;margin-bottom:20px;padding:12px;font-size:14px;font-weight:500}.auth-modal-form .form-group{margin-bottom:20px}.auth-modal-form .form-row{gap:16px;display:flex}.auth-modal-form label{color:#3a210d;margin-bottom:6px;font-size:13px;font-weight:600;display:block}.auth-modal-form input{color:#2e2924;background-color:#fff;border:1px solid #d5c8be;border-radius:6px;width:100%;padding:11px 14px;font-size:14px;transition:border-color .2s}.auth-modal-form input:focus{border-color:#780612;outline:none}.auth-submit-btn{color:#fff;cursor:pointer;background:linear-gradient(135deg,#780612 0%,#990e19 100%);border:none;border-radius:6px;width:100%;margin-top:10px;padding:13px;font-size:15px;font-weight:600;transition:opacity .2s}.auth-submit-btn:hover{opacity:.95}.auth-submit-btn:disabled{cursor:not-allowed;background:#ccc}@keyframes scaleIn{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}
