.page-module__v2WanG__storePage{background-color:var(--bg-primary);width:100%;min-height:100vh;color:var(--text-primary);font-family:var(--font-sans);background-image:radial-gradient(circle at 15% 15%,#ea580c0d 0%,#0000 40%),radial-gradient(circle at 85% 85%,#ca8a040d 0%,#0000 40%);background-attachment:fixed;margin:0;padding:0 0 80px}.page-module__v2WanG__storeContainer{width:100%;max-width:100%;margin:0;padding:0}.page-module__v2WanG__catalogSection{width:100%;padding:0 clamp(16px,4vw,72px)}.page-module__v2WanG__storeHeader{border-bottom:1px solid var(--border-primary);flex-wrap:wrap;justify-content:space-between;align-items:flex-end;gap:24px;margin-bottom:40px;padding-bottom:24px;display:flex}.page-module__v2WanG__headerText{flex-direction:column;gap:8px;display:flex}.page-module__v2WanG__tagline{text-transform:uppercase;letter-spacing:.15em;color:var(--saffron-500);font-size:.8rem;font-weight:800}.page-module__v2WanG__title{font-size:3rem;font-weight:900;font-family:var(--font-serif);background:linear-gradient(135deg, var(--text-primary) 30%, var(--saffron-500) 100%);-webkit-text-fill-color:transparent;text-shadow:0 4px 24px #ea580c26;letter-spacing:-.02em;-webkit-background-clip:text;background-clip:text}.page-module__v2WanG__subtitle{color:var(--text-secondary);font-size:1.05rem}.page-module__v2WanG__headerActions{align-items:center;gap:12px;display:flex}.page-module__v2WanG__actionBtn{background:var(--bg-secondary);border:1px solid var(--border-primary);color:var(--text-primary);cursor:pointer;box-shadow:var(--shadow-sm);border-radius:9999px;align-items:center;gap:8px;padding:10px 20px;font-size:.9rem;font-weight:600;transition:all .3s cubic-bezier(.16,1,.3,1);display:flex}.page-module__v2WanG__actionBtn:hover{border-color:var(--saffron-500);background:var(--bg-tertiary);transform:translateY(-3px);box-shadow:0 6px 16px #ea580c26}.page-module__v2WanG__cartBtnActive{background:linear-gradient(135deg, var(--saffron-500), var(--gold-primary));color:#fff;border:none;box-shadow:0 4px 12px #ea580c40}.page-module__v2WanG__cartBtnActive:hover{background:linear-gradient(135deg, var(--saffron-600), var(--gold-light));color:#fff}.page-module__v2WanG__cartCountBadge{color:var(--saffron-500);background:#fff;border-radius:50%;justify-content:center;align-items:center;width:20px;height:20px;font-size:.75rem;font-weight:800;display:flex;box-shadow:0 2px 4px #0000001a}.page-module__v2WanG__cartBtnActive .page-module__v2WanG__cartCountBadge{color:var(--saffron-500);background:#fff}.page-module__v2WanG__filterBar{background:linear-gradient(135deg, var(--bg-secondary) 0%, var(--bg-primary) 100%);border:1px solid var(--border-primary);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border-radius:20px;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:20px;margin-bottom:32px;padding:16px 24px;display:flex;box-shadow:0 8px 32px #0000000a}.page-module__v2WanG__searchContainer{flex:1;min-width:260px;position:relative}.page-module__v2WanG__searchInput{background:var(--bg-primary);border:1px solid var(--border-primary);width:100%;color:var(--text-primary);font-family:var(--font-sans);border-radius:12px;outline:none;padding:10px 16px 10px 40px;font-size:.9rem;transition:all .2s}.page-module__v2WanG__searchInput:focus{border-color:var(--saffron-500);box-shadow:0 0 0 2px #ea580c26}.page-module__v2WanG__searchIcon{opacity:.5;font-size:.95rem;position:absolute;top:50%;left:14px;transform:translateY(-50%)}.page-module__v2WanG__filtersGroup{flex-wrap:wrap;align-items:center;gap:12px;display:flex}.page-module__v2WanG__selectField{background:var(--bg-primary);border:1px solid var(--border-primary);color:var(--text-primary);cursor:pointer;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke='%23ea580c'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M19 9l-7 7-7-7'%3E%3C/path%3E%3C/svg%3E");background-position:right 12px center;background-repeat:no-repeat;background-size:12px;border-radius:12px;outline:none;padding:10px 32px 10px 16px;font-size:.85rem;font-weight:600;transition:all .2s}.page-module__v2WanG__selectField:hover,.page-module__v2WanG__selectField:focus{border-color:var(--saffron-500)}.page-module__v2WanG__productsGrid{grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:28px;display:grid}.page-module__v2WanG__productsList{flex-direction:column;gap:16px;display:flex}.page-module__v2WanG__productCard{background:linear-gradient(180deg, var(--bg-secondary) 0%, var(--bg-primary) 100%);border:1px solid var(--border-primary);cursor:pointer;border-radius:20px;flex-direction:column;min-height:380px;transition:all .4s cubic-bezier(.175,.885,.32,1.275);display:flex;position:relative;overflow:hidden;box-shadow:0 4px 20px #00000008}.page-module__v2WanG__productCard:hover{border-color:var(--saffron-500);transform:translateY(-8px)scale(1.02);box-shadow:0 20px 40px #ea580c1f}.page-module__v2WanG__imageWrapper{background:radial-gradient(circle at center, var(--bg-tertiary) 0%, var(--bg-secondary) 100%);-webkit-user-select:none;user-select:none;justify-content:center;align-items:center;height:220px;font-size:5rem;display:flex;position:relative;overflow:hidden}.page-module__v2WanG__productImagePlaceholder{transition:transform .5s}.page-module__v2WanG__productImage{object-fit:cover;object-position:center;width:100%;height:100%;transition:transform .5s}.page-module__v2WanG__productCard:hover .page-module__v2WanG__productImagePlaceholder,.page-module__v2WanG__productCard:hover .page-module__v2WanG__productImage{transform:scale(1.06)}.page-module__v2WanG__trustBadge{text-transform:uppercase;letter-spacing:.05em;color:#fff;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#ea580ce6;border-radius:9999px;padding:4px 10px;font-size:.7rem;font-weight:700;position:absolute;top:12px;left:12px;box-shadow:0 2px 6px #0000001a}.page-module__v2WanG__wishlistBtn{cursor:pointer;background:#ffffffd9;border:none;border-radius:50%;justify-content:center;align-items:center;width:32px;height:32px;font-size:1rem;transition:all .2s;display:flex;position:absolute;top:12px;right:12px;box-shadow:0 2px 6px #00000026}.page-module__v2WanG__wishlistBtn:hover{background:#fff;transform:scale(1.1)}.page-module__v2WanG__wishlistBtnActive{color:#ef4444}.page-module__v2WanG__productInfo{flex-direction:column;flex:1;gap:8px;padding:20px;display:flex}.page-module__v2WanG__categoryRow{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:8px;display:flex}.page-module__v2WanG__productCategory{text-transform:uppercase;color:var(--text-tertiary);letter-spacing:.05em;font-size:.75rem;font-weight:700}.page-module__v2WanG__partnerBadge{color:var(--brand-primary,#b85d19);background:#b85d1914;border:1px solid #b85d1926;border-radius:12px;padding:2px 8px;font-size:.7rem;font-weight:600}.page-module__v2WanG__productTitle{color:var(--text-primary);font-size:1.1rem;font-weight:700;font-family:var(--font-serif);cursor:pointer;text-transform:none;-webkit-line-clamp:2;text-overflow:ellipsis;-webkit-box-orient:vertical;min-height:2.6em;transition:color .2s;display:-webkit-box;overflow:hidden}.page-module__v2WanG__productTitle:hover{color:var(--saffron-500)}.page-module__v2WanG__ratingRow{color:var(--text-secondary);align-items:center;gap:6px;font-size:.8rem;display:flex}.page-module__v2WanG__stars{color:#f59e0b}.page-module__v2WanG__productPriceRow{justify-content:space-between;align-items:center;margin-top:10px;display:flex}.page-module__v2WanG__price{color:var(--text-primary);font-size:1.25rem;font-weight:800}.page-module__v2WanG__addToCartBtn{background:var(--bg-tertiary);border:1px solid var(--border-primary);color:var(--text-primary);cursor:pointer;border-radius:50%;justify-content:center;align-items:center;width:38px;height:38px;font-size:1.1rem;transition:all .2s;display:flex}.page-module__v2WanG__addToCartBtn:hover{background:linear-gradient(135deg, var(--saffron-500), var(--gold-primary));color:#fff;border-color:#0000;transform:scale(1.05)}.page-module__v2WanG__drawerOverlay{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:1000;background:#00000080;justify-content:flex-end;animation:.3s page-module__v2WanG__fadeIn;display:flex;position:fixed;inset:0}@keyframes page-module__v2WanG__fadeIn{0%{opacity:0}to{opacity:1}}.page-module__v2WanG__drawer{background:var(--bg-primary);flex-direction:column;width:100%;max-width:480px;height:100%;animation:.4s cubic-bezier(.175,.885,.32,1) page-module__v2WanG__slideInRight;display:flex;position:relative;box-shadow:-20px 0 60px #0006}@keyframes page-module__v2WanG__slideInRight{0%{transform:translate(100%)}to{transform:translate(0)}}.page-module__v2WanG__drawerHeader{border-bottom:1px solid var(--border-primary);justify-content:space-between;align-items:center;padding:24px;display:flex}.page-module__v2WanG__drawerTitle{font-size:1.4rem;font-weight:800;font-family:var(--font-serif)}.page-module__v2WanG__closeBtn{background:var(--bg-secondary);border:1px solid var(--border-primary);color:var(--text-primary);cursor:pointer;border-radius:50%;justify-content:center;align-items:center;width:36px;height:36px;font-size:.95rem;font-weight:700;transition:all .2s;display:flex}.page-module__v2WanG__closeBtn:hover{background:var(--bg-tertiary);border-color:var(--saffron-500)}.page-module__v2WanG__cartBody{flex-direction:column;flex:1;gap:16px;padding:24px;display:flex;overflow-y:auto}.page-module__v2WanG__cartEmpty{height:60%;color:var(--text-secondary);flex-direction:column;justify-content:center;align-items:center;gap:12px;display:flex}.page-module__v2WanG__cartItem{background:var(--bg-secondary);border:1px solid var(--border-primary);border-radius:16px;align-items:center;gap:16px;padding:16px;display:flex}.page-module__v2WanG__cartItemImg{background:var(--bg-tertiary);border-radius:8px;justify-content:center;align-items:center;width:60px;height:60px;font-size:1.8rem;display:flex}.page-module__v2WanG__cartItemInfo{flex:1}.page-module__v2WanG__cartItemTitle{margin-bottom:4px;font-size:.95rem;font-weight:700}.page-module__v2WanG__cartItemPrice{color:var(--saffron-500);font-size:.9rem;font-weight:700}.page-module__v2WanG__quantityControls{align-items:center;gap:8px;display:flex}.page-module__v2WanG__qtyBtn{background:var(--bg-primary);border:1px solid var(--border-primary);cursor:pointer;border-radius:50%;justify-content:center;align-items:center;width:24px;height:24px;font-size:.8rem;font-weight:700;display:flex}.page-module__v2WanG__qtyBtn:hover{border-color:var(--saffron-500)}.page-module__v2WanG__cartSummary{border-top:1px solid var(--border-primary);background:var(--bg-secondary);flex-direction:column;gap:12px;padding:24px;display:flex}.page-module__v2WanG__summaryRow{color:var(--text-secondary);justify-content:space-between;font-size:.95rem;display:flex}.page-module__v2WanG__summaryTotal{color:var(--text-primary);border-top:1px dashed var(--border-primary);justify-content:space-between;margin-top:8px;padding-top:12px;font-size:1.2rem;font-weight:800;display:flex}.page-module__v2WanG__checkoutBtn{width:100%;margin-top:12px}.page-module__v2WanG__detailBody{flex-direction:column;flex:1;gap:20px;padding:24px;display:flex;overflow-y:auto}.page-module__v2WanG__detailImageArea{background:var(--bg-secondary);border:1px solid var(--border-primary);border-radius:20px;justify-content:center;align-items:center;height:260px;font-size:6rem;display:flex}.page-module__v2WanG__detailBadgeRow{gap:8px;display:flex}.page-module__v2WanG__detailPurityBadge{color:var(--saffron-500);background:#ea580c14;border:1px solid #ea580c26;border-radius:6px;padding:4px 10px;font-size:.75rem;font-weight:700}.page-module__v2WanG__detailTitle{font-size:1.8rem;font-weight:800;font-family:var(--font-serif)}.page-module__v2WanG__detailPrice{color:var(--saffron-500);font-size:1.6rem;font-weight:800}.page-module__v2WanG__detailDesc{color:var(--text-secondary);font-size:.95rem;line-height:1.6}.page-module__v2WanG__specsGrid{background:var(--bg-secondary);border:1px solid var(--border-primary);border-radius:16px;grid-template-columns:repeat(2,1fr);gap:12px;padding:16px;display:grid}.page-module__v2WanG__specItem{flex-direction:column;gap:4px;display:flex}.page-module__v2WanG__specLabel{text-transform:uppercase;color:var(--text-tertiary);font-size:.75rem;font-weight:700}.page-module__v2WanG__specValue{font-size:.9rem;font-weight:700}.page-module__v2WanG__scholarVerifyCard{background:linear-gradient(135deg,#10b98108,#10b98114);border:1px solid #10b98133;border-left:4px solid #10b981;border-radius:12px;padding:16px}.page-module__v2WanG__scholarHeader{color:#047857;align-items:center;gap:8px;margin-bottom:6px;font-size:.9rem;font-weight:700;display:flex}.page-module__v2WanG__scholarText{color:var(--text-secondary);font-size:.85rem;line-height:1.5}.page-module__v2WanG__modalOverlay{-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);z-index:1100;background:#0009;justify-content:center;align-items:center;padding:16px;animation:.3s page-module__v2WanG__fadeIn;display:flex;position:fixed;inset:0}.page-module__v2WanG__modal{background:var(--bg-primary);border:1px solid var(--border-primary);border-radius:28px;width:100%;max-width:520px;animation:.4s cubic-bezier(.175,.885,.32,1.1) page-module__v2WanG__modalUp;overflow:hidden;box-shadow:0 32px 64px #0000004d,0 0 0 1px #ea580c1a}@keyframes page-module__v2WanG__modalUp{0%{opacity:0;transform:translateY(40px)}to{opacity:1;transform:translateY(0)}}.page-module__v2WanG__modalHeader{border-bottom:1px solid var(--border-primary);justify-content:space-between;align-items:center;padding:20px 24px;display:flex}.page-module__v2WanG__modalBody{padding:24px}.page-module__v2WanG__stepsHeader{justify-content:space-between;margin-bottom:24px;display:flex;position:relative}.page-module__v2WanG__stepIndicator{z-index:1;flex-direction:column;flex:1;align-items:center;gap:6px;display:flex;position:relative}.page-module__v2WanG__stepDot{background:var(--bg-tertiary);border:2px solid var(--border-primary);width:28px;height:28px;color:var(--text-tertiary);border-radius:50%;justify-content:center;align-items:center;font-size:.85rem;font-weight:700;display:flex}.page-module__v2WanG__stepDotActive{background:var(--saffron-500);border-color:var(--saffron-500);color:#fff;box-shadow:0 0 0 4px #ea580c33}.page-module__v2WanG__stepDotDone{color:#fff;background:#10b981;border-color:#10b981}.page-module__v2WanG__stepLabel{color:var(--text-tertiary);font-size:.75rem;font-weight:700}.page-module__v2WanG__stepLabelActive{color:var(--saffron-500)}.page-module__v2WanG__form{flex-direction:column;gap:16px;display:flex}.page-module__v2WanG__formGrid{grid-template-columns:repeat(2,1fr);gap:16px;display:grid}.page-module__v2WanG__inputGroup{flex-direction:column;gap:6px;display:flex}.page-module__v2WanG__label{color:var(--text-secondary);font-size:.8rem;font-weight:700}.page-module__v2WanG__input{background:var(--bg-secondary);border:1px solid var(--border-primary);color:var(--text-primary);font-family:var(--font-sans);border-radius:12px;outline:none;padding:12px 16px;font-size:.9rem;transition:all .2s}.page-module__v2WanG__input:focus{border-color:var(--saffron-500);background:var(--bg-primary)}.page-module__v2WanG__paymentGrid{flex-direction:column;gap:12px;display:flex}.page-module__v2WanG__paymentOption{background:var(--bg-secondary);border:1px solid var(--border-primary);cursor:pointer;border-radius:16px;align-items:center;gap:12px;padding:16px;transition:all .2s;display:flex}.page-module__v2WanG__paymentOption:hover{border-color:var(--saffron-500);background:var(--bg-tertiary)}.page-module__v2WanG__paymentOptionActive{border-color:var(--saffron-500);background:#ea580c08}.page-module__v2WanG__radioCircle{border:2px solid var(--border-primary);border-radius:50%;justify-content:center;align-items:center;width:18px;height:18px;display:flex}.page-module__v2WanG__paymentOptionActive .page-module__v2WanG__radioCircle{border-color:var(--saffron-500)}.page-module__v2WanG__radioDot{background:var(--saffron-500);border-radius:50%;width:8px;height:8px}.page-module__v2WanG__paymentText{font-size:.95rem;font-weight:700}.page-module__v2WanG__successContainer{text-align:center;flex-direction:column;align-items:center;gap:16px;padding:20px 0;display:flex}.page-module__v2WanG__successIcon{color:#10b981;background:#10b9811a;border-radius:50%;justify-content:center;align-items:center;width:90px;height:90px;font-size:4rem;animation:1.5s infinite page-module__v2WanG__pulse-green;display:flex}@keyframes page-module__v2WanG__pulse-green{0%{box-shadow:0 0 #10b98166}70%{box-shadow:0 0 0 10px #10b98100}to{box-shadow:0 0 #10b98100}}.page-module__v2WanG__successTitle{font-size:1.6rem;font-weight:800;font-family:var(--font-serif)}.page-module__v2WanG__orderNumBox{background:var(--bg-secondary);border:1px solid var(--border-primary);border-radius:10px;padding:10px 20px;font-family:monospace;font-size:1.1rem;font-weight:700}.page-module__v2WanG__trackingTimeline{flex-direction:column;gap:24px;margin-top:20px;padding-left:8px;display:flex}.page-module__v2WanG__trackingStep{gap:16px;display:flex;position:relative}.page-module__v2WanG__trackingStep:before{content:"";background:var(--border-primary);width:2px;position:absolute;top:24px;bottom:-20px;left:10px}.page-module__v2WanG__trackingStep:last-child:before{display:none}.page-module__v2WanG__trackingStepActive:before{background:var(--saffron-500)}.page-module__v2WanG__trackingDot{background:var(--bg-tertiary);border:2px solid var(--border-primary);z-index:1;border-radius:50%;justify-content:center;align-items:center;width:22px;height:22px;font-size:.7rem;display:flex}.page-module__v2WanG__trackingDotActive{background:var(--saffron-500);border-color:var(--saffron-500);color:#fff}.page-module__v2WanG__trackingDotDone{color:#fff;background:#10b981;border-color:#10b981}.page-module__v2WanG__trackingInfo{flex:1}.page-module__v2WanG__trackingStatus{font-size:.95rem;font-weight:700}.page-module__v2WanG__trackingTime{color:var(--text-tertiary);margin-top:2px;font-size:.75rem}.page-module__v2WanG__trackingLoc{color:var(--text-secondary);margin-top:4px;font-size:.8rem}.page-module__v2WanG__skeletonCard{background:var(--bg-secondary);border:1px solid var(--border-primary);border-radius:20px;animation:1.5s ease-in-out infinite page-module__v2WanG__shimmer;overflow:hidden}.page-module__v2WanG__skeletonImage{background:linear-gradient(90deg, var(--bg-tertiary) 25%, var(--bg-secondary) 50%, var(--bg-tertiary) 75%);background-size:200% 100%;height:220px;animation:1.5s ease-in-out infinite page-module__v2WanG__shimmer}.page-module__v2WanG__skeletonInfo{flex-direction:column;gap:10px;padding:20px;display:flex}.page-module__v2WanG__skeletonLine{background:linear-gradient(90deg, var(--bg-tertiary) 25%, var(--bg-secondary) 50%, var(--bg-tertiary) 75%);background-size:200% 100%;border-radius:8px;height:14px;animation:1.5s ease-in-out infinite page-module__v2WanG__shimmer}@keyframes page-module__v2WanG__shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}.page-module__v2WanG__productImage{object-fit:cover;width:100%;height:100%;transition:transform .5s}.page-module__v2WanG__productCard:hover .page-module__v2WanG__productImage{transform:scale(1.08)}.page-module__v2WanG__outOfStockCard{opacity:.7}.page-module__v2WanG__outOfStockOverlay{z-index:2;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);background:#00000073;justify-content:center;align-items:center;display:flex;position:absolute;inset:0}.page-module__v2WanG__outOfStockOverlay span{color:#fff;text-transform:uppercase;letter-spacing:.05em;background:#ef4444e6;border-radius:9999px;padding:6px 16px;font-size:.8rem;font-weight:800}.page-module__v2WanG__outOfStockCard .page-module__v2WanG__addToCartBtn{opacity:.3;cursor:not-allowed}.page-module__v2WanG__featuredBadge{text-transform:uppercase;letter-spacing:.05em;background:linear-gradient(135deg, var(--saffron-500), var(--gold-primary));color:#fff;z-index:1;border-radius:9999px;padding:4px 10px;font-size:.7rem;font-weight:700;position:absolute;top:12px;left:12px;box-shadow:0 2px 6px #0000001a}.page-module__v2WanG__comparePrice{color:var(--text-tertiary);margin-left:8px;font-size:.85rem;text-decoration:line-through}.page-module__v2WanG__toast{z-index:2000;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-radius:16px;padding:12px 28px;font-size:.9rem;font-weight:700;animation:.4s cubic-bezier(.175,.885,.32,1.275) page-module__v2WanG__toastSlideUp;position:fixed;bottom:32px;left:50%;transform:translate(-50%);box-shadow:0 12px 32px #0003}.page-module__v2WanG__toast_success{color:#fff;background:#10b981f2}.page-module__v2WanG__toast_error{color:#fff;background:#ef4444f2}.page-module__v2WanG__toast_info{color:#fff;background:#3b82f6f2}@keyframes page-module__v2WanG__toastSlideUp{0%{opacity:0;transform:translate(-50%)translateY(20px)}to{opacity:1;transform:translate(-50%)translateY(0)}}.page-module__v2WanG__errorBox{color:#ef4444;background:#ef44440f;border:1px solid #ef444433;border-left:4px solid #ef4444;border-radius:12px;align-items:flex-start;gap:8px;padding:12px 16px;font-size:.85rem;font-weight:600;line-height:1.4;display:flex}.page-module__v2WanG__btnSpinner{align-items:center;gap:8px;display:inline-flex}.page-module__v2WanG__btnSpinner:before{content:"";border:2px solid #ffffff4d;border-top-color:#fff;border-radius:50%;width:16px;height:16px;animation:.6s linear infinite page-module__v2WanG__spin}@keyframes page-module__v2WanG__spin{to{transform:rotate(360deg)}}@media (max-width:768px){.page-module__v2WanG__storePage{padding:20px 12px 60px}.page-module__v2WanG__storeHeader{flex-direction:column;align-items:flex-start;gap:16px}.page-module__v2WanG__title{font-size:2rem}.page-module__v2WanG__headerActions{flex-wrap:wrap;justify-content:flex-start;gap:8px;width:100%}.page-module__v2WanG__actionBtn{padding:8px 14px;font-size:.8rem}.page-module__v2WanG__filterBar{border-radius:16px;flex-direction:column;gap:12px;padding:12px 16px}.page-module__v2WanG__searchContainer{min-width:100%}.page-module__v2WanG__filtersGroup{flex-direction:column;gap:8px;width:100%}.page-module__v2WanG__selectField{width:100%}.page-module__v2WanG__productsGrid{grid-template-columns:repeat(2,1fr);gap:12px}.page-module__v2WanG__imageWrapper{height:160px;font-size:3.5rem}.page-module__v2WanG__productInfo{padding:12px}.page-module__v2WanG__productTitle{font-size:.9rem}.page-module__v2WanG__price{font-size:1.05rem}.page-module__v2WanG__drawer{max-width:100%}.page-module__v2WanG__modal{border-radius:20px;max-width:100%}.page-module__v2WanG__detailTitle,.page-module__v2WanG__detailPrice{font-size:1.3rem}.page-module__v2WanG__toast{text-align:center;width:calc(100% - 32px)}}@media (max-width:480px){.page-module__v2WanG__productsGrid{grid-template-columns:1fr;gap:16px}.page-module__v2WanG__title{font-size:1.6rem}}.page-module__v2WanG__stickyMobileBar{display:none}@media (max-width:768px){.page-module__v2WanG__stickyMobileBar{background:var(--bg-primary);border-top:1px solid var(--border-primary);z-index:1000;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);justify-content:space-between;align-items:center;gap:12px;padding:12px 16px;display:flex;position:fixed;bottom:0;left:0;right:0;box-shadow:0 -8px 24px #00000026}.page-module__v2WanG__detailGrid{grid-template-columns:1fr!important;gap:24px!important}.page-module__v2WanG__reviewBreakdownGrid{grid-template-columns:1fr!important;gap:20px!important}.page-module__v2WanG__consecrationCardGrid{text-align:center;justify-items:center;grid-template-columns:1fr!important}}
.store-module__ji0kVG__heroSection{border-top:none;border-left:none;border-right:none;border-bottom:1px solid var(--border-primary);background:linear-gradient(135deg,#ea580c1a 0%,#ca8a040d 40%,#0000 80%);border-radius:0;width:100%;margin-bottom:0;padding:clamp(48px,6vw,96px) clamp(24px,6vw,96px);position:relative;overflow:hidden}.store-module__ji0kVG__heroSvgBg{pointer-events:none;position:absolute;inset:0;overflow:hidden}.store-module__ji0kVG__heroOmSvg{width:clamp(200px,40vw,500px);height:clamp(200px,40vw,500px);color:var(--saffron-500);animation:8s ease-in-out infinite store-module__ji0kVG__heroOmFloat;position:absolute;top:-10%;right:-5%}.store-module__ji0kVG__heroOmSvg2{width:clamp(120px,25vw,300px);height:clamp(120px,25vw,300px);color:var(--gold-primary);animation:10s ease-in-out infinite reverse store-module__ji0kVG__heroOmFloat;position:absolute;bottom:-5%;left:5%}@keyframes store-module__ji0kVG__heroOmFloat{0%,to{transform:translateY(0)rotate(0)}50%{transform:translateY(-12px)rotate(3deg)}}.store-module__ji0kVG__heroParticles{pointer-events:none;position:absolute;inset:0;overflow:hidden}.store-module__ji0kVG__lotusParticle{opacity:.5;font-size:clamp(1rem,2.5vw,1.8rem);animation:5s ease-in-out infinite store-module__ji0kVG__lotusRise;position:absolute;bottom:-30px}@keyframes store-module__ji0kVG__lotusRise{0%{opacity:0;transform:translateY(0)scale(.8)}30%{opacity:.6}70%{opacity:.4}to{opacity:0;transform:translateY(calc(-1*clamp(150px,30vw,350px)))scale(1.1)}}.store-module__ji0kVG__heroContent{z-index:1;max-width:min(700px,95%);position:relative}.store-module__ji0kVG__heroTagline{text-transform:uppercase;letter-spacing:.12em;color:var(--saffron-500);margin-bottom:clamp(8px,1.5vw,12px);font-family:Tiro Devanagari Hindi,serif;font-size:clamp(.75rem,1.8vw,.9rem);font-weight:800;display:block}.store-module__ji0kVG__heroTitle{font-size:clamp(1.8rem,6vw + .5rem,3.5rem);font-weight:900;font-family:var(--font-serif);background:linear-gradient(135deg, var(--text-primary) 30%, var(--saffron-500) 100%);-webkit-text-fill-color:transparent;letter-spacing:-.02em;-webkit-background-clip:text;background-clip:text;margin-bottom:clamp(8px,2vw,16px);line-height:1.1}.store-module__ji0kVG__heroSubtitle{color:var(--text-secondary);max-width:600px;font-size:clamp(.9rem,2vw,1.1rem);line-height:1.6}.store-module__ji0kVG__heroStats{flex-wrap:wrap;align-items:center;gap:clamp(12px,3vw,24px);margin-top:clamp(16px,3vw,28px);display:flex}.store-module__ji0kVG__heroStat{flex-direction:column;gap:2px;display:flex}.store-module__ji0kVG__heroStatNum{color:var(--text-primary);font-size:clamp(1.2rem,3vw,1.6rem);font-weight:900}.store-module__ji0kVG__heroStatLabel{color:var(--text-tertiary);font-size:clamp(.7rem,1.5vw,.8rem);font-weight:600}.store-module__ji0kVG__heroStatDivider{background:var(--border-primary);width:1px;height:clamp(24px,4vw,36px)}.store-module__ji0kVG__trustStrip{border-top:none;border-left:none;border-right:none;border-bottom:1px solid var(--border-primary);background:linear-gradient(90deg,#ea580c0d,#ca8a0412,#ea580c0d);border-radius:0;width:100%;margin-bottom:0;padding:clamp(14px,1.8vw,20px) 0;overflow:hidden}.store-module__ji0kVG__trustStripTrack{gap:clamp(12px,3vw,24px);width:max-content;animation:30s linear infinite store-module__ji0kVG__trustScroll;display:flex}.store-module__ji0kVG__trustStripTrack:hover{animation-play-state:paused}@keyframes store-module__ji0kVG__trustScroll{0%{transform:translate(0)}to{transform:translate(-50%)}}.store-module__ji0kVG__trustBadgeItem{white-space:nowrap;color:var(--text-secondary);align-items:center;gap:clamp(4px,1vw,8px);font-size:clamp(.75rem,1.6vw,.85rem);font-weight:700;display:flex}.store-module__ji0kVG__trustBadgeIcon{font-size:clamp(.9rem,2vw,1.1rem)}.store-module__ji0kVG__trustBadgeText{color:var(--text-primary)}.store-module__ji0kVG__trustSeparator{color:var(--saffron-500);opacity:.5}.store-module__ji0kVG__deitySection{margin-bottom:clamp(24px,5vw,48px)}.store-module__ji0kVG__deitySectionHeader{flex-wrap:wrap;justify-content:space-between;align-items:flex-end;gap:12px;margin-bottom:clamp(12px,2.5vw,20px);display:flex}.store-module__ji0kVG__sectionTagline{text-transform:uppercase;letter-spacing:.12em;color:var(--saffron-500);margin-bottom:4px;font-size:clamp(.7rem,1.5vw,.8rem);font-weight:800;display:block}.store-module__ji0kVG__sectionTitle{font-size:clamp(1.3rem,3.5vw,1.8rem);font-weight:800;font-family:var(--font-serif);color:var(--text-primary)}.store-module__ji0kVG__carouselNav{gap:8px;display:flex}.store-module__ji0kVG__carouselNavBtn{background:var(--bg-secondary);border:1px solid var(--border-primary);color:var(--text-primary);cursor:pointer;border-radius:50%;justify-content:center;align-items:center;width:clamp(32px,5vw,40px);height:clamp(32px,5vw,40px);font-size:clamp(.9rem,2vw,1.1rem);font-weight:700;transition:all .2s;display:flex}.store-module__ji0kVG__carouselNavBtn:hover{background:var(--saffron-500);color:#fff;border-color:var(--saffron-500)}.store-module__ji0kVG__deityScroller{scroll-snap-type:x mandatory;scrollbar-width:none;-ms-overflow-style:none;gap:clamp(12px,2.5vw,16px);padding-bottom:8px;display:flex;overflow-x:auto}.store-module__ji0kVG__deityScroller::-webkit-scrollbar{display:none}.store-module__ji0kVG__deityCard{text-align:center;color:#fff;scroll-snap-align:start;cursor:pointer;border-radius:clamp(14px,2.5vw,20px);flex-direction:column;flex-shrink:0;align-items:center;gap:clamp(4px,1vw,8px);width:clamp(130px,28vw,180px);padding:clamp(16px,3vw,24px) clamp(12px,2.5vw,20px);text-decoration:none;transition:all .3s cubic-bezier(.175,.885,.32,1.275);display:flex;box-shadow:0 4px 16px #0000001a}.store-module__ji0kVG__deityCard:hover{transform:translateY(-6px)scale(1.03);box-shadow:0 12px 32px #0003}.store-module__ji0kVG__deitySymbol{filter:drop-shadow(0 2px 4px #0003);font-size:clamp(2rem,5vw,2.8rem)}.store-module__ji0kVG__deityName{letter-spacing:.02em;font-size:clamp(.75rem,1.6vw,.85rem);font-weight:800}.store-module__ji0kVG__deityNameHi{opacity:.85;font-family:Tiro Devanagari Hindi,serif;font-size:clamp(.7rem,1.4vw,.8rem)}.store-module__ji0kVG__deityMantra{opacity:.7;font-family:Tiro Devanagari Hindi,serif;font-size:clamp(.6rem,1.2vw,.7rem);font-style:italic}.store-module__ji0kVG__deityCard:last-child{color:var(--text-primary);border:1px solid var(--border-primary)}.store-module__ji0kVG__festivalBanner{color:#fff;border:none;border-bottom:1px solid #00000014;border-radius:0;width:100%;margin-bottom:clamp(28px,4vw,48px);padding:clamp(20px,3.5vw,36px) clamp(24px,6vw,96px);position:relative;overflow:hidden;box-shadow:0 4px 20px #00000014}.store-module__ji0kVG__festivalBanner:before{content:"";pointer-events:none;background:radial-gradient(circle at 90% 20%,#ffffff26,#0000 50%);position:absolute;inset:0}.store-module__ji0kVG__festivalContent{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:clamp(12px,3vw,20px);display:flex;position:relative}.store-module__ji0kVG__festivalTextBlock{align-items:center;gap:clamp(12px,2.5vw,16px);display:flex}.store-module__ji0kVG__festivalEmoji{filter:drop-shadow(0 2px 8px #00000026);font-size:clamp(2rem,5vw,3rem)}.store-module__ji0kVG__festivalName{font-size:clamp(1.1rem,2.8vw,1.5rem);font-weight:800;font-family:var(--font-serif);margin:0}.store-module__ji0kVG__festivalNameHi{opacity:.85;font-family:Tiro Devanagari Hindi,serif;font-size:clamp(.8rem,2vw,1rem);font-weight:400}.store-module__ji0kVG__festivalTagline{opacity:.9;margin:clamp(2px,.5vw,6px) 0 0;font-size:clamp(.75rem,1.6vw,.9rem)}.store-module__ji0kVG__festivalActions{align-items:center;gap:clamp(12px,3vw,20px);display:flex}.store-module__ji0kVG__festivalCountdown{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#fff3;border-radius:clamp(10px,2vw,14px);flex-direction:column;align-items:center;padding:clamp(6px,1.5vw,12px) clamp(12px,2.5vw,20px);display:flex}.store-module__ji0kVG__countdownNumber{font-size:clamp(1.4rem,3.5vw,2rem);font-weight:900;line-height:1}.store-module__ji0kVG__countdownLabel{text-transform:uppercase;letter-spacing:.08em;opacity:.8;font-size:clamp(.6rem,1.2vw,.7rem)}.store-module__ji0kVG__festivalShopBtn{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);color:#fff;background:#ffffff40;border:1px solid #ffffff4d;border-radius:9999px;padding:clamp(8px,1.5vw,12px) clamp(16px,3vw,24px);font-size:clamp(.8rem,1.6vw,.9rem);font-weight:700;text-decoration:none;transition:all .2s}.store-module__ji0kVG__festivalShopBtn:hover{background:#fff6;transform:translateY(-2px)}.store-module__ji0kVG__filterBar{background:linear-gradient(135deg, var(--bg-secondary) 0%, var(--bg-primary) 100%);border:1px solid var(--border-primary);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border-radius:clamp(14px,2.5vw,20px);flex-direction:column;gap:clamp(10px,2vw,16px);margin-bottom:clamp(20px,4vw,32px);padding:clamp(12px,2.5vw,20px) clamp(12px,3vw,24px);display:flex;box-shadow:0 4px 20px #00000008}.store-module__ji0kVG__searchContainer{width:100%;position:relative}.store-module__ji0kVG__searchInput{background:var(--bg-primary);border:1px solid var(--border-primary);width:100%;color:var(--text-primary);font-family:var(--font-sans);border-radius:clamp(10px,2vw,14px);outline:none;padding:clamp(10px,2vw,12px) clamp(12px,2.5vw,16px) clamp(10px,2vw,12px) clamp(36px,6vw,42px);font-size:clamp(.85rem,1.8vw,.95rem);transition:all .2s}.store-module__ji0kVG__searchInput:focus{border-color:var(--saffron-500);box-shadow:0 0 0 3px #ea580c1f}.store-module__ji0kVG__searchIcon{opacity:.5;font-size:clamp(.85rem,1.8vw,1rem);position:absolute;top:50%;left:clamp(10px,2vw,14px);transform:translateY(-50%)}.store-module__ji0kVG__filtersGroup{flex-wrap:wrap;align-items:center;gap:clamp(8px,1.5vw,12px);display:flex}.store-module__ji0kVG__selectField{background:var(--bg-primary);border:1px solid var(--border-primary);color:var(--text-primary);cursor:pointer;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke='%23ea580c'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M19 9l-7 7-7-7'%3E%3C/path%3E%3C/svg%3E");background-position:right clamp(8px,1.5vw,12px) center;background-repeat:no-repeat;background-size:clamp(10px,1.8vw,12px);border-radius:clamp(8px,1.5vw,12px);outline:none;flex:auto;min-width:min(150px,100%);padding:clamp(8px,1.5vw,10px) clamp(28px,5vw,32px) clamp(8px,1.5vw,10px) clamp(10px,2vw,16px);font-size:clamp(.78rem,1.5vw,.85rem);font-weight:600;transition:all .2s}.store-module__ji0kVG__selectField:hover,.store-module__ji0kVG__selectField:focus{border-color:var(--saffron-500)}.store-module__ji0kVG__priceFilter{background:var(--bg-secondary);border:1px solid var(--border-primary);color:var(--text-secondary);border-radius:clamp(8px,1.5vw,12px);flex-shrink:0;align-items:center;gap:clamp(6px,1.2vw,10px);padding:clamp(6px,1.2vw,8px) clamp(10px,2vw,14px);font-size:clamp(.78rem,1.5vw,.85rem);display:flex}.store-module__ji0kVG__priceSlider{width:clamp(60px,12vw,100px);accent-color:var(--saffron-500);cursor:pointer}.store-module__ji0kVG__viewToggle{background:var(--bg-secondary);border:1px solid var(--border-primary);border-radius:clamp(8px,1.5vw,10px);flex-shrink:0;gap:2px;padding:3px;display:flex}.store-module__ji0kVG__viewToggleBtn{cursor:pointer;color:var(--text-secondary);background:0 0;border:none;border-radius:clamp(5px,1vw,7px);padding:clamp(4px,.8vw,6px) clamp(8px,1.5vw,10px);font-size:clamp(.8rem,1.6vw,.9rem);font-weight:700;transition:all .2s}.store-module__ji0kVG__viewToggleBtnActive{background:var(--saffron-500);color:#fff}.store-module__ji0kVG__resultsCount{color:var(--text-tertiary);margin:0;font-size:clamp(.75rem,1.5vw,.85rem);font-weight:600}.store-module__ji0kVG__productsGrid{grid-template-columns:repeat(auto-fill,minmax(min(260px,100%),1fr));gap:clamp(12px,2.5vw,28px);display:grid}.store-module__ji0kVG__productsList{flex-direction:column;gap:clamp(12px,2vw,16px);display:flex}.store-module__ji0kVG__productCard{background:linear-gradient(180deg, var(--bg-secondary) 0%, var(--bg-primary) 100%);border:1px solid var(--border-primary);cursor:pointer;border-radius:clamp(14px,2.5vw,20px);flex-direction:column;min-height:clamp(320px,55vw,400px);transition:all .4s cubic-bezier(.175,.885,.32,1.275);display:flex;position:relative;overflow:hidden;box-shadow:0 4px 20px #00000008;container-type:inline-size}.store-module__ji0kVG__productCard:hover{border-color:var(--saffron-500);transform:translateY(-6px)scale(1.01);box-shadow:0 16px 40px #ea580c1a}.store-module__ji0kVG__productCard:focus-visible{outline:3px solid var(--saffron-500);outline-offset:2px}.store-module__ji0kVG__imageWrapper{background:radial-gradient(circle at center, var(--bg-tertiary) 0%, var(--bg-secondary) 100%);-webkit-user-select:none;user-select:none;justify-content:center;align-items:center;height:clamp(160px,30vw,240px);font-size:clamp(3rem,8vw,5rem);display:flex;position:relative;overflow:hidden}.store-module__ji0kVG__productImagePlaceholder{transition:transform .5s}.store-module__ji0kVG__productImage{object-fit:cover;object-position:center;width:100%;height:100%;transition:transform .5s}.store-module__ji0kVG__productCard:hover .store-module__ji0kVG__productImagePlaceholder,.store-module__ji0kVG__productCard:hover .store-module__ji0kVG__productImage{transform:scale(1.06)}.store-module__ji0kVG__featuredBadge{text-transform:uppercase;letter-spacing:.04em;background:linear-gradient(135deg, var(--saffron-500), var(--gold-primary));color:#fff;z-index:1;border-radius:9999px;padding:clamp(3px,.6vw,5px) clamp(8px,1.5vw,12px);font-size:clamp(.65rem,1.3vw,.72rem);font-weight:700;position:absolute;top:clamp(8px,1.5vw,12px);left:clamp(8px,1.5vw,12px);box-shadow:0 2px 6px #0000001f}.store-module__ji0kVG__discountBadge{color:#fff;z-index:1;background:#10b981;border-radius:9999px;padding:clamp(3px,.6vw,5px) clamp(8px,1.5vw,12px);font-size:clamp(.65rem,1.3vw,.72rem);font-weight:800;position:absolute;top:clamp(8px,1.5vw,12px);left:clamp(8px,1.5vw,12px);box-shadow:0 2px 6px #0000001f}.store-module__ji0kVG__wishlistBtn{cursor:pointer;z-index:2;background:#ffffffd9;border:none;border-radius:50%;justify-content:center;align-items:center;width:clamp(30px,5vw,36px);height:clamp(30px,5vw,36px);font-size:clamp(.85rem,1.8vw,1.05rem);transition:all .2s;display:flex;position:absolute;top:clamp(8px,1.5vw,12px);right:clamp(8px,1.5vw,12px);box-shadow:0 2px 6px #00000026}.store-module__ji0kVG__wishlistBtn:hover{background:#fff;transform:scale(1.15)}.store-module__ji0kVG__wishlistBtnActive{color:#ef4444}.store-module__ji0kVG__outOfStockCard{opacity:.65}.store-module__ji0kVG__outOfStockOverlay{z-index:2;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);background:#00000073;justify-content:center;align-items:center;display:flex;position:absolute;inset:0}.store-module__ji0kVG__outOfStockOverlay span{color:#fff;text-transform:uppercase;letter-spacing:.04em;background:#ef4444e6;border-radius:9999px;padding:clamp(4px,.8vw,6px) clamp(12px,2.5vw,18px);font-size:clamp(.7rem,1.4vw,.8rem);font-weight:800}.store-module__ji0kVG__productInfo{flex-direction:column;flex:1;gap:clamp(6px,1.2vw,10px);padding:clamp(12px,2.5vw,20px);display:flex}.store-module__ji0kVG__categoryRow{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:6px;display:flex}.store-module__ji0kVG__productCategory{text-transform:uppercase;color:var(--text-tertiary);letter-spacing:.04em;font-size:clamp(.65rem,1.3vw,.75rem);font-weight:700}.store-module__ji0kVG__partnerBadge{color:var(--brand-primary,#b85d19);background:#b85d1914;border:1px solid #b85d1926;border-radius:12px;padding:2px clamp(6px,1.2vw,8px);font-size:clamp(.6rem,1.2vw,.7rem);font-weight:600}.store-module__ji0kVG__productTitle{color:var(--text-primary);font-size:clamp(.9rem,2vw,1.1rem);font-weight:700;font-family:var(--font-serif);-webkit-line-clamp:2;text-overflow:ellipsis;-webkit-box-orient:vertical;min-height:2.6em;margin:0;transition:color .2s;display:-webkit-box;overflow:hidden}.store-module__ji0kVG__productTitle:hover{color:var(--saffron-500)}.store-module__ji0kVG__ratingRow{color:var(--text-secondary);align-items:center;gap:clamp(4px,.8vw,6px);font-size:clamp(.72rem,1.5vw,.82rem);display:flex}.store-module__ji0kVG__stars{color:#f59e0b;font-weight:700}.store-module__ji0kVG__productPriceRow{justify-content:space-between;align-items:center;margin-top:auto;padding-top:clamp(6px,1.2vw,10px);display:flex}.store-module__ji0kVG__priceGroup{align-items:baseline;gap:clamp(4px,.8vw,8px);display:flex}.store-module__ji0kVG__price{color:var(--text-primary);font-size:clamp(1.05rem,2.2vw,1.3rem);font-weight:800}.store-module__ji0kVG__comparePrice{color:var(--text-tertiary);font-size:clamp(.75rem,1.5vw,.85rem);text-decoration:line-through}.store-module__ji0kVG__addToCartBtn{background:var(--bg-tertiary);border:1px solid var(--border-primary);color:var(--text-primary);cursor:pointer;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:clamp(34px,6vw,42px);height:clamp(34px,6vw,42px);font-size:clamp(.95rem,2vw,1.15rem);transition:all .2s;display:flex}.store-module__ji0kVG__addToCartBtn:hover:not(:disabled){background:linear-gradient(135deg, var(--saffron-500), var(--gold-primary));color:#fff;border-color:#0000;transform:scale(1.08)}.store-module__ji0kVG__addToCartBtn:disabled{opacity:.3;cursor:not-allowed}.store-module__ji0kVG__drawerOverlay{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:1000;background:#00000080;justify-content:flex-end;animation:.3s store-module__ji0kVG__fadeIn;display:flex;position:fixed;inset:0}@keyframes store-module__ji0kVG__fadeIn{0%{opacity:0}to{opacity:1}}.store-module__ji0kVG__drawer{background:var(--bg-primary);flex-direction:column;width:min(100%,480px);height:100%;animation:.4s cubic-bezier(.175,.885,.32,1) store-module__ji0kVG__slideInRight;display:flex;box-shadow:-20px 0 60px #0006}@keyframes store-module__ji0kVG__slideInRight{0%{transform:translate(100%)}to{transform:translate(0)}}.store-module__ji0kVG__drawerHeader{border-bottom:1px solid var(--border-primary);justify-content:space-between;align-items:center;padding:clamp(16px,3vw,24px);display:flex}.store-module__ji0kVG__drawerTitle{font-size:clamp(1.1rem,2.5vw,1.4rem);font-weight:800;font-family:var(--font-serif);margin:0}.store-module__ji0kVG__cartHeaderCount{color:var(--saffron-500);font-size:clamp(.8rem,1.8vw,1rem)}.store-module__ji0kVG__closeBtn{background:var(--bg-secondary);border:1px solid var(--border-primary);color:var(--text-primary);cursor:pointer;border-radius:50%;justify-content:center;align-items:center;width:clamp(32px,5vw,38px);height:clamp(32px,5vw,38px);font-size:clamp(.85rem,1.8vw,.95rem);font-weight:700;transition:all .2s;display:flex}.store-module__ji0kVG__closeBtn:hover{background:var(--bg-tertiary);border-color:var(--saffron-500)}.store-module__ji0kVG__shippingProgress{border-bottom:1px solid var(--border-primary);padding:clamp(10px,2vw,14px) clamp(16px,3vw,24px)}.store-module__ji0kVG__shippingProgressBar{background:var(--bg-tertiary);border-radius:9999px;height:6px;margin-bottom:6px;overflow:hidden}.store-module__ji0kVG__shippingProgressFill{background:linear-gradient(90deg, var(--saffron-500), var(--gold-primary));border-radius:9999px;height:100%;transition:width .4s}.store-module__ji0kVG__shippingProgressText{color:var(--text-secondary);margin:0;font-size:clamp(.72rem,1.4vw,.8rem)}.store-module__ji0kVG__shippingProgressDone{border-bottom:1px solid var(--border-primary);color:#10b981;padding:clamp(8px,1.5vw,12px) clamp(16px,3vw,24px);font-size:clamp(.75rem,1.5vw,.85rem);font-weight:600}.store-module__ji0kVG__cartBody{flex-direction:column;flex:1;gap:clamp(10px,2vw,16px);padding:clamp(12px,2.5vw,24px);display:flex;overflow-y:auto}.store-module__ji0kVG__cartEmpty{text-align:center;flex-direction:column;justify-content:center;align-items:center;gap:clamp(8px,1.5vw,12px);height:60%;display:flex}.store-module__ji0kVG__cartEmptyIcon{font-size:clamp(2.5rem,6vw,3.5rem)}.store-module__ji0kVG__cartEmptyTitle{color:var(--text-primary);margin:0;font-size:clamp(.95rem,2vw,1.1rem);font-weight:700}.store-module__ji0kVG__cartEmptySubtitle{color:var(--text-tertiary);margin:0;font-size:clamp(.78rem,1.6vw,.88rem)}.store-module__ji0kVG__cartItem{background:var(--bg-secondary);border:1px solid var(--border-primary);border-radius:clamp(12px,2vw,16px);align-items:center;gap:clamp(10px,2vw,16px);padding:clamp(10px,2vw,16px);display:flex}.store-module__ji0kVG__cartItemImg{background:var(--bg-tertiary);border-radius:clamp(6px,1.2vw,10px);flex-shrink:0;justify-content:center;align-items:center;width:clamp(48px,10vw,64px);height:clamp(48px,10vw,64px);display:flex;overflow:hidden}.store-module__ji0kVG__cartItemImage{object-fit:cover;border-radius:inherit;width:100%;height:100%}.store-module__ji0kVG__cartItemEmoji{font-size:clamp(1.4rem,3vw,1.8rem)}.store-module__ji0kVG__cartItemInfo{flex:1;min-width:0}.store-module__ji0kVG__cartItemTitle{white-space:nowrap;text-overflow:ellipsis;margin:0 0 clamp(2px,.5vw,4px);font-size:clamp(.82rem,1.7vw,.95rem);font-weight:700;overflow:hidden}.store-module__ji0kVG__cartItemPrice{color:var(--saffron-500);margin:0;font-size:clamp(.78rem,1.6vw,.9rem);font-weight:700}.store-module__ji0kVG__quantityControls{align-items:center;gap:clamp(4px,.8vw,8px);display:flex}.store-module__ji0kVG__qtyBtn{background:var(--bg-primary);border:1px solid var(--border-primary);cursor:pointer;width:clamp(24px,4vw,28px);height:clamp(24px,4vw,28px);color:var(--text-primary);border-radius:50%;justify-content:center;align-items:center;font-size:clamp(.75rem,1.5vw,.85rem);font-weight:700;transition:border-color .2s;display:flex}.store-module__ji0kVG__qtyBtn:hover{border-color:var(--saffron-500)}.store-module__ji0kVG__qtyValue{text-align:center;min-width:20px;font-size:clamp(.82rem,1.7vw,.95rem);font-weight:700}.store-module__ji0kVG__cartRemoveBtn{cursor:pointer;opacity:.6;background:0 0;border:none;padding:4px;font-size:clamp(.95rem,2vw,1.1rem);transition:opacity .2s}.store-module__ji0kVG__cartRemoveBtn:hover{opacity:1}.store-module__ji0kVG__cartSummary{border-top:1px solid var(--border-primary);background:var(--bg-secondary);flex-direction:column;gap:clamp(8px,1.5vw,12px);padding:clamp(16px,3vw,24px);display:flex}.store-module__ji0kVG__summaryRow{color:var(--text-secondary);justify-content:space-between;font-size:clamp(.82rem,1.7vw,.95rem);display:flex}.store-module__ji0kVG__summaryTotal{color:var(--text-primary);border-top:1px dashed var(--border-primary);justify-content:space-between;margin-top:clamp(4px,.8vw,8px);padding-top:clamp(8px,1.5vw,12px);font-size:clamp(1rem,2.2vw,1.2rem);font-weight:800;display:flex}.store-module__ji0kVG__checkoutBtn{background:linear-gradient(135deg, var(--saffron-500), var(--gold-primary));color:#fff;cursor:pointer;border:none;border-radius:clamp(10px,2vw,14px);width:100%;margin-top:clamp(8px,1.5vw,12px);padding:clamp(12px,2.5vw,16px);font-size:clamp(.9rem,1.8vw,1rem);font-weight:800;transition:all .2s;box-shadow:0 4px 16px #ea580c33}.store-module__ji0kVG__checkoutBtn:hover{transform:translateY(-2px);box-shadow:0 8px 24px #ea580c4d}.store-module__ji0kVG__skeletonCard{background:var(--bg-secondary);border:1px solid var(--border-primary);border-radius:clamp(14px,2.5vw,20px);overflow:hidden}.store-module__ji0kVG__skeletonImage{background:linear-gradient(90deg, var(--bg-tertiary) 25%, var(--bg-secondary) 50%, var(--bg-tertiary) 75%);background-size:200% 100%;height:clamp(160px,30vw,240px);animation:1.5s ease-in-out infinite store-module__ji0kVG__shimmer}.store-module__ji0kVG__skeletonInfo{flex-direction:column;gap:clamp(8px,1.5vw,12px);padding:clamp(12px,2.5vw,20px);display:flex}.store-module__ji0kVG__skeletonLine{background:linear-gradient(90deg, var(--bg-tertiary) 25%, var(--bg-secondary) 50%, var(--bg-tertiary) 75%);background-size:200% 100%;border-radius:8px;height:clamp(12px,2vw,16px);animation:1.5s ease-in-out infinite store-module__ji0kVG__shimmer}@keyframes store-module__ji0kVG__shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}.store-module__ji0kVG__pagination{justify-content:center;align-items:center;gap:clamp(6px,1.2vw,10px);margin-top:clamp(24px,5vw,40px);display:flex}.store-module__ji0kVG__paginationBtn{background:var(--bg-secondary);border:1px solid var(--border-primary);color:var(--text-primary);cursor:pointer;border-radius:clamp(6px,1.2vw,10px);padding:clamp(6px,1.2vw,10px) clamp(12px,2.5vw,18px);font-size:clamp(.8rem,1.6vw,.9rem);font-weight:700;transition:all .2s}.store-module__ji0kVG__paginationBtn:hover:not(:disabled){border-color:var(--saffron-500);color:var(--saffron-500)}.store-module__ji0kVG__paginationBtn:disabled{opacity:.4;cursor:not-allowed}.store-module__ji0kVG__paginationInfo{color:var(--text-secondary);font-size:clamp(.78rem,1.6vw,.9rem);font-weight:600}.store-module__ji0kVG__toast{z-index:2000;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);text-align:center;border-radius:clamp(12px,2.5vw,16px);max-width:min(100vw - 32px,400px);padding:clamp(10px,2vw,14px) clamp(20px,4vw,28px);font-size:clamp(.82rem,1.7vw,.92rem);font-weight:700;animation:.4s cubic-bezier(.175,.885,.32,1.275) store-module__ji0kVG__toastSlideUp;position:fixed;bottom:clamp(20px,4vw,32px);left:50%;transform:translate(-50%);box-shadow:0 12px 32px #0003}.store-module__ji0kVG__toast_success{color:#fff;background:#10b981f2}.store-module__ji0kVG__toast_error{color:#fff;background:#ef4444f2}.store-module__ji0kVG__toast_info{color:#fff;background:#3b82f6f2}@keyframes store-module__ji0kVG__toastSlideUp{0%{opacity:0;transform:translate(-50%)translateY(20px)}to{opacity:1;transform:translate(-50%)translateY(0)}}.store-module__ji0kVG__sacredDivider{color:var(--text-tertiary);opacity:.4;align-items:center;gap:clamp(12px,3vw,20px);margin:clamp(16px,3vw,32px) 0;display:flex}.store-module__ji0kVG__sacredDivider:before,.store-module__ji0kVG__sacredDivider:after{content:"";background:linear-gradient(90deg, transparent, var(--border-primary), transparent);flex:1;height:1px}.store-module__ji0kVG__sacredDividerSymbol{font-size:clamp(1rem,2vw,1.3rem)}.store-module__ji0kVG__headerActions{flex-wrap:wrap;align-items:center;gap:clamp(6px,1.5vw,12px);display:flex}.store-module__ji0kVG__actionBtn{background:var(--bg-secondary);border:1px solid var(--border-primary);color:var(--text-primary);cursor:pointer;box-shadow:var(--shadow-sm);white-space:nowrap;border-radius:9999px;align-items:center;gap:clamp(4px,.8vw,8px);padding:clamp(8px,1.5vw,10px) clamp(12px,2.5vw,20px);font-size:clamp(.78rem,1.6vw,.9rem);font-weight:600;transition:all .3s cubic-bezier(.16,1,.3,1);display:flex}.store-module__ji0kVG__actionBtn:hover{border-color:var(--saffron-500);background:var(--bg-tertiary);transform:translateY(-2px);box-shadow:0 4px 12px #ea580c1f}.store-module__ji0kVG__cartBtnActive{background:linear-gradient(135deg, var(--saffron-500), var(--gold-primary));color:#fff;border:none;box-shadow:0 4px 12px #ea580c40}.store-module__ji0kVG__cartBtnActive:hover{background:linear-gradient(135deg, var(--saffron-600), var(--gold-light));color:#fff}.store-module__ji0kVG__cartCountBadge{color:var(--saffron-500);background:#fff;border-radius:50%;justify-content:center;align-items:center;width:clamp(18px,3vw,22px);height:clamp(18px,3vw,22px);font-size:clamp(.65rem,1.3vw,.75rem);font-weight:800;display:flex;box-shadow:0 2px 4px #0000001a}.store-module__ji0kVG__featuredSection{margin-bottom:clamp(24px,5vw,48px);position:relative}.store-module__ji0kVG__featuredHeader{flex-wrap:wrap;justify-content:space-between;align-items:flex-end;gap:12px;margin-bottom:clamp(14px,3vw,22px);display:flex}.store-module__ji0kVG__featuredTitleGroup{flex-direction:column;display:flex}.store-module__ji0kVG__featuredTagline{text-transform:uppercase;letter-spacing:.14em;color:var(--gold-primary);align-items:center;gap:6px;margin-bottom:4px;font-size:clamp(.7rem,1.5vw,.8rem);font-weight:800;display:flex}.store-module__ji0kVG__featuredTitle{font-size:clamp(1.4rem,3.8vw,2rem);font-weight:800;font-family:var(--font-serif);color:var(--text-primary);margin:0}.store-module__ji0kVG__featuredScroller{scroll-snap-type:x mandatory;scrollbar-width:none;-ms-overflow-style:none;gap:clamp(14px,3vw,24px);padding:12px 4px clamp(16px,3vw,24px);display:flex;overflow-x:auto}.store-module__ji0kVG__featuredScroller::-webkit-scrollbar{display:none}.store-module__ji0kVG__featuredCardWrapper{scroll-snap-align:start;perspective:1000px;flex-shrink:0;width:clamp(240px,45vw,300px)}.store-module__ji0kVG__featuredCardInner{background:linear-gradient(180deg, var(--bg-secondary) 0%, var(--bg-primary) 100%);border:1.5px solid #ea580c40;border-radius:clamp(16px,3vw,24px);flex-direction:column;transition:all .4s cubic-bezier(.165,.84,.44,1);display:flex;position:relative;overflow:hidden;box-shadow:0 8px 32px #ea580c14,0 2px 8px #0000000d}.store-module__ji0kVG__featuredCardInner:hover{border-color:var(--saffron-500);transform:translateY(-8px)rotateX(2deg)scale(1.02);box-shadow:0 20px 48px #ea580c2e,0 0 20px #d4a84b40}.store-module__ji0kVG__sacredGlowStrip{background:linear-gradient(90deg, var(--saffron-500), var(--gold-primary), var(--saffron-500));z-index:3;background-size:200% 100%;height:3px;animation:3s linear infinite store-module__ji0kVG__glowSweep;position:absolute;top:0;left:0;right:0}@keyframes store-module__ji0kVG__glowSweep{0%{background-position:100% 0}to{background-position:-100% 0}}.store-module__ji0kVG__shubhSection{margin-bottom:clamp(28px,4vw,44px)}.store-module__ji0kVG__shubhHeader{flex-wrap:wrap;justify-content:space-between;align-items:flex-end;gap:12px;margin-bottom:clamp(12px,2vw,18px);display:flex}.store-module__ji0kVG__shubhTitleBlock{flex-direction:column;display:flex}.store-module__ji0kVG__shubhTagline{text-transform:uppercase;letter-spacing:.12em;color:var(--saffron-500);margin-bottom:4px;font-size:clamp(.72rem,1.4vw,.82rem);font-weight:800}.store-module__ji0kVG__shubhTitle{font-size:clamp(1.3rem,3.2vw,1.8rem);font-weight:800;font-family:var(--font-serif);color:var(--text-primary);margin:0}.store-module__ji0kVG__shubhMantraPill{background:var(--bg-secondary);border:1px solid var(--border-primary);border-radius:9999px;align-items:center;gap:8px;padding:6px 14px;font-family:Tiro Devanagari Hindi,serif;font-size:clamp(.75rem,1.5vw,.85rem);font-weight:600;display:flex}.store-module__ji0kVG__shubhContentCard{background:linear-gradient(135deg, var(--bg-secondary) 0%, var(--bg-primary) 100%);border:1px solid var(--border-primary);box-shadow:var(--shadow-sm);border-left-width:4px;border-radius:clamp(14px,2.5vw,20px);flex-direction:column;gap:clamp(12px,2vw,18px);padding:clamp(16px,3vw,24px);display:flex}.store-module__ji0kVG__shubhItemsGrid{flex-wrap:wrap;gap:clamp(8px,1.5vw,12px);display:flex}.store-module__ji0kVG__shubhItemBadge{background:var(--bg-primary);border:1px solid var(--border-primary);color:var(--text-primary);border-radius:9999px;align-items:center;gap:8px;padding:clamp(6px,1.2vw,8px) clamp(12px,2vw,16px);font-size:clamp(.78rem,1.5vw,.88rem);font-weight:600;display:flex}.store-module__ji0kVG__shubhItemDot{border-radius:50%;width:8px;height:8px}.store-module__ji0kVG__shubhActionRow{border-top:1px dashed var(--border-primary);flex-wrap:wrap;justify-content:space-between;align-items:center;gap:12px;padding-top:clamp(10px,2vw,14px);display:flex}.store-module__ji0kVG__shubhDesc{color:var(--text-secondary);max-width:700px;margin:0;font-size:clamp(.78rem,1.5vw,.86rem)}.store-module__ji0kVG__shubhFilterBtn{color:#fff;cursor:pointer;border:none;border-radius:9999px;padding:clamp(8px,1.5vw,10px) clamp(16px,2.5vw,22px);font-size:clamp(.78rem,1.5vw,.86rem);font-weight:700;transition:all .2s;box-shadow:0 4px 12px #00000026}.store-module__ji0kVG__shubhFilterBtn:hover{transform:translateY(-2px);box-shadow:0 6px 16px #0003}.store-module__ji0kVG__testimonialsSection{margin-top:clamp(36px,6vw,64px);margin-bottom:clamp(36px,6vw,64px)}.store-module__ji0kVG__testimonialsHeader{text-align:center;max-width:650px;margin:0 auto clamp(24px,4vw,36px)}.store-module__ji0kVG__testimonialsSubtitle{color:var(--text-secondary);margin-top:6px;font-size:clamp(.85rem,1.8vw,.95rem)}.store-module__ji0kVG__testimonialsGrid{grid-template-columns:repeat(auto-fit,minmax(min(300px,100%),1fr));gap:clamp(16px,2.5vw,24px);display:grid}.store-module__ji0kVG__testimonialCard{background:var(--bg-secondary);border:1px solid var(--border-primary);border-radius:clamp(14px,2vw,20px);flex-direction:column;gap:clamp(10px,1.5vw,14px);padding:clamp(18px,2.5vw,26px);transition:all .3s;display:flex}.store-module__ji0kVG__testimonialCard:hover{border-color:var(--saffron-500);transform:translateY(-4px);box-shadow:0 12px 32px #ea580c14}.store-module__ji0kVG__testimonialTop{justify-content:space-between;align-items:center;display:flex}.store-module__ji0kVG__testimonialStars{color:#f59e0b;letter-spacing:2px;font-size:1rem}.store-module__ji0kVG__testimonialDate{color:var(--text-tertiary);font-size:.75rem}.store-module__ji0kVG__testimonialComment{color:var(--text-primary);margin:0;font-size:clamp(.84rem,1.6vw,.92rem);font-style:italic;line-height:1.6}.store-module__ji0kVG__testimonialItemBadge{color:#10b981;background:#10b98114;border-radius:8px;width:fit-content;padding:4px 10px;font-size:.74rem}.store-module__ji0kVG__testimonialAuthor{border-top:1px solid var(--border-primary);align-items:center;gap:10px;margin-top:auto;padding-top:12px;display:flex}.store-module__ji0kVG__testimonialAvatar{font-size:1.5rem}.store-module__ji0kVG__testimonialName{color:var(--text-primary);margin:0;font-size:.88rem;font-weight:700}.store-module__ji0kVG__testimonialLoc{color:var(--text-tertiary);font-size:.74rem}.store-module__ji0kVG__faqSection{margin-top:clamp(36px,6vw,64px);margin-bottom:clamp(36px,6vw,64px)}.store-module__ji0kVG__faqHeader{text-align:center;max-width:650px;margin:0 auto clamp(24px,4vw,36px)}.store-module__ji0kVG__faqSubtitle{color:var(--text-secondary);margin-top:6px;font-size:clamp(.85rem,1.8vw,.95rem)}.store-module__ji0kVG__faqList{flex-direction:column;gap:12px;max-width:850px;margin:0 auto;display:flex}.store-module__ji0kVG__faqCard{background:var(--bg-secondary);border:1px solid var(--border-primary);border-radius:14px;transition:all .2s;overflow:hidden}.store-module__ji0kVG__faqCardOpen{border-color:var(--saffron-500)}.store-module__ji0kVG__faqQuestionBtn{cursor:pointer;text-align:left;background:0 0;border:none;justify-content:space-between;align-items:center;gap:12px;width:100%;padding:clamp(14px,2vw,18px) clamp(16px,2.5vw,24px);display:flex}.store-module__ji0kVG__faqQuestionText{color:var(--text-primary);font-size:clamp(.88rem,1.8vw,1rem);font-weight:700;font-family:var(--font-serif)}.store-module__ji0kVG__faqChevron{color:var(--saffron-500);flex-shrink:0;font-size:1.2rem;font-weight:700}.store-module__ji0kVG__faqAnswerContainer{padding:0 clamp(16px,2.5vw,24px) clamp(14px,2vw,18px)}.store-module__ji0kVG__faqAnswerText{color:var(--text-secondary);margin:0;font-size:clamp(.84rem,1.6vw,.92rem);line-height:1.6}
