.Account-module__KvZLVq__accountPage{grid-template-columns:260px 1fr;gap:4rem;max-width:1200px;margin:0 auto;padding:4rem 2rem;display:grid}.Account-module__KvZLVq__sidebar{flex-direction:column;gap:2.5rem;display:flex}.Account-module__KvZLVq__profileCard{text-align:left;background:0 0;border:none;border-radius:0;align-items:center;gap:1.25rem;padding:0;display:flex}.Account-module__KvZLVq__avatar{background:linear-gradient(135deg,var(--color-primary-dark),var(--color-primary));width:54px;height:54px;color:var(--text-light);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;margin:0;font-size:1.4rem;font-weight:600;display:flex;box-shadow:0 4px 12px #11a3b733}.Account-module__KvZLVq__profileCard h3{color:var(--text-primary);margin:0 0 .15rem;font-size:1.1rem;font-weight:700}.Account-module__KvZLVq__profileCard p{color:var(--text-secondary);margin:0;font-size:.85rem}.Account-module__KvZLVq__nav{flex-direction:column;gap:.2rem;display:flex}.Account-module__KvZLVq__navLink{text-align:left;color:var(--text-secondary);cursor:pointer;background:0 0;border:none;border-radius:8px;align-items:center;gap:.75rem;padding:.85rem 1rem;font-size:.95rem;font-weight:500;transition:all .2s;display:flex}.Account-module__KvZLVq__navLink:hover{background:var(--bg-tertiary);color:var(--text-primary)}.Account-module__KvZLVq__active{background:var(--bg-secondary);color:var(--text-primary);font-weight:600;position:relative}.Account-module__KvZLVq__active:before{content:"";background:var(--color-primary);border-radius:0 4px 4px 0;width:3px;height:60%;position:absolute;top:50%;left:0;transform:translateY(-50%)}.Account-module__KvZLVq__logoutBtn{color:#ef4444;margin-top:2rem}.Account-module__KvZLVq__logoutBtn:hover{color:#b91c1c;background:#fff1f2}.Account-module__KvZLVq__sectionHeader{border-bottom:none;margin-bottom:2.5rem;padding-bottom:0}.Account-module__KvZLVq__sectionHeader h2{color:var(--text-primary);letter-spacing:-.02em;margin:0 0 .5rem;font-size:2rem}.Account-module__KvZLVq__sectionHeader p{color:var(--text-secondary);margin:0;font-size:1rem}.Account-module__KvZLVq__summaryGrid{grid-template-columns:repeat(3,minmax(0,1fr));gap:1.5rem;margin-bottom:3rem;display:grid}.Account-module__KvZLVq__sectionToolbar{justify-content:flex-end;margin-bottom:1rem;display:flex}.Account-module__KvZLVq__summaryCard{background:var(--bg-primary);border:1px solid var(--border-color);border-radius:16px;flex-direction:column;gap:.5rem;padding:1.5rem;transition:transform .3s cubic-bezier(.16,1,.3,1),box-shadow .3s;display:flex}.Account-module__KvZLVq__summaryCard:hover{box-shadow:var(--shadow-md);border-color:var(--color-primary-border);transform:translateY(-4px)}.Account-module__KvZLVq__summaryCard strong{color:var(--text-primary);font-size:1.25rem}.Account-module__KvZLVq__summaryActionLink{color:var(--color-primary);cursor:pointer;align-items:center;gap:.25rem;margin-top:auto;font-size:.85rem;font-weight:500;display:inline-flex}.Account-module__KvZLVq__summaryLabel{text-transform:uppercase;color:var(--text-secondary);letter-spacing:.08em;font-size:.75rem;font-weight:600}.Account-module__KvZLVq__ordersList{flex-direction:column;gap:1.5rem;display:flex}.Account-module__KvZLVq__paginationRow{justify-content:flex-end;align-items:center;gap:.75rem;margin-top:1.25rem;display:flex}.Account-module__KvZLVq__paginationLabel{color:var(--text-secondary);font-size:.9rem}.Account-module__KvZLVq__orderCard{border:1px solid var(--border-color);background:var(--bg-primary);box-shadow:var(--shadow-sm);border-radius:16px;padding:1.5rem 2rem;transition:box-shadow .3s}.Account-module__KvZLVq__orderCard:hover{box-shadow:var(--shadow-md)}.Account-module__KvZLVq__orderHeader{border-bottom:1px solid var(--border-light);justify-content:space-between;align-items:center;margin-bottom:1.5rem;padding-bottom:1.5rem;display:flex}.Account-module__KvZLVq__orderId{color:var(--text-primary);margin-bottom:.25rem;font-family:monospace;font-size:1.1rem;font-weight:600;display:block}.Account-module__KvZLVq__orderDate{color:var(--text-secondary);font-size:.9rem}.Account-module__KvZLVq__badge{letter-spacing:.02em;text-transform:uppercase;border-radius:999px;padding:.4rem .8rem;font-size:.75rem;font-weight:600}.Account-module__KvZLVq__badgeSuccess{color:#047857;background:#10b9811a}.Account-module__KvZLVq__badgeWarning{color:#b45309;background:#f59e0b1a}.Account-module__KvZLVq__badgeDanger{color:#b91c1c;background:#ef44441f}.Account-module__KvZLVq__orderDetails{justify-content:flex-start;align-items:center;gap:4rem;display:flex}.Account-module__KvZLVq__detailItem{flex-direction:column;gap:.35rem;display:flex}.Account-module__KvZLVq__label{text-transform:uppercase;color:var(--text-secondary);letter-spacing:.05em;font-size:.75rem;font-weight:600}.Account-module__KvZLVq__value{color:var(--text-primary);font-size:1.1rem;font-weight:600}.Account-module__KvZLVq__actions{flex-wrap:wrap;gap:.75rem;margin-left:auto;display:flex}.Account-module__KvZLVq__dangerAction{color:#b91c1c!important;border-color:#ef44444d!important}.Account-module__KvZLVq__recommendationsGrid{grid-template-columns:repeat(2,minmax(0,1fr));gap:1.5rem;display:grid}.Account-module__KvZLVq__recommendationCard{border:1px solid var(--border-color);background:var(--bg-primary);cursor:pointer;text-align:left;border-radius:16px;align-items:center;gap:1.25rem;padding:1.25rem;transition:all .3s;display:flex}.Account-module__KvZLVq__recommendationCard:hover{border-color:var(--color-primary);box-shadow:var(--shadow-sm);transform:translateY(-2px)}.Account-module__KvZLVq__recommendationThumb{background:var(--bg-tertiary);border-radius:12px;justify-content:center;align-items:center;width:80px;height:80px;display:flex;overflow:hidden}.Account-module__KvZLVq__recommendationThumb img{object-fit:cover;mix-blend-mode:multiply;width:100%;height:100%}.Account-module__KvZLVq__recommendationCard p,.Account-module__KvZLVq__emptyRecommendation{color:var(--text-secondary);margin:.2rem 0;font-size:.9rem}.Account-module__KvZLVq__recommendationCard strong{font-size:1.05rem}.Account-module__KvZLVq__emptyPanel{text-align:center;border:1px dashed var(--border-color);background:var(--bg-primary);color:var(--text-secondary);border-radius:16px;padding:4rem 2rem}.Account-module__KvZLVq__emptyPanel p{color:var(--text-primary);margin:0;font-size:1.1rem;font-weight:600}.Account-module__KvZLVq__emptyPanel span{margin-top:.5rem;font-size:.95rem;display:block}.Account-module__KvZLVq__tierCard{background:var(--bg-primary);border:1px solid var(--border-color);color:var(--text-primary);box-shadow:var(--shadow-sm);border-radius:16px;margin-bottom:3rem;padding:2.5rem;position:relative;overflow:hidden}.Account-module__KvZLVq__tierHeader{z-index:1;justify-content:space-between;align-items:flex-end;margin-bottom:2rem;display:flex;position:relative}.Account-module__KvZLVq__tierBadge{background:var(--bg-secondary);color:var(--color-primary);text-transform:uppercase;letter-spacing:1px;border:1px solid var(--border-color);border-radius:999px;margin-bottom:1rem;padding:.4rem 1rem;font-size:.8rem;font-weight:700;display:inline-block}.Account-module__KvZLVq__tierPoints{letter-spacing:-.02em;align-items:baseline;gap:.5rem;margin:0;font-size:4rem;font-weight:800;line-height:1;display:flex}.Account-module__KvZLVq__tierPointsLabel{color:var(--text-secondary);font-size:1.25rem;font-weight:600}.Account-module__KvZLVq__tierNext{text-align:right;color:var(--text-secondary);font-size:.95rem}.Account-module__KvZLVq__tierNext strong{color:var(--color-primary);font-size:1.15rem}.Account-module__KvZLVq__progressBarBg{background:var(--bg-secondary);z-index:1;border-radius:999px;height:8px;margin-bottom:2.5rem;position:relative;overflow:hidden}.Account-module__KvZLVq__progressBarFill{background:linear-gradient(90deg,var(--color-primary-dark),var(--color-primary));border-radius:999px;height:100%;transition:width 1s cubic-bezier(.16,1,.3,1)}.Account-module__KvZLVq__tierPerks{z-index:1;grid-template-columns:repeat(3,1fr);gap:1.5rem;display:grid;position:relative}.Account-module__KvZLVq__perkItem{background:var(--bg-secondary);border:1px solid var(--border-color);border-radius:16px;align-items:flex-start;gap:1rem;padding:1.25rem;transition:transform .2s;display:flex}.Account-module__KvZLVq__perkActive{border-color:var(--color-primary);background:var(--color-primary-soft,#11a3b70d)}.Account-module__KvZLVq__perkInactive{opacity:.5;filter:grayscale()}.Account-module__KvZLVq__perkIcon{font-size:1.8rem;line-height:1}.Account-module__KvZLVq__perkContent strong{color:var(--text-primary);margin-bottom:.25rem;font-size:1rem;display:block}.Account-module__KvZLVq__perkContent p{color:var(--text-secondary);margin:0;font-size:.8rem;line-height:1.4}.Account-module__KvZLVq__referralGrid{grid-template-columns:repeat(2,minmax(0,1fr));gap:1.5rem;margin-bottom:3rem;display:grid}.Account-module__KvZLVq__referralCard{border:1px solid var(--border-color);background:var(--bg-primary);box-shadow:var(--shadow-sm);border-radius:16px;padding:1.75rem;position:relative;overflow:hidden}.Account-module__KvZLVq__referralCard:before{content:"";background:var(--logo-gradient);width:100%;height:4px;position:absolute;top:0;left:0}.Account-module__KvZLVq__referralCard p{color:var(--text-secondary);margin:1rem 0 0;font-size:.95rem;line-height:1.6}.Account-module__KvZLVq__referralCodeRow{background:var(--bg-secondary);border:1px dashed var(--border-color);border-radius:12px;justify-content:space-between;align-items:center;gap:1rem;margin-top:1rem;padding:1.25rem;display:flex}.Account-module__KvZLVq__referralCodeRow strong{letter-spacing:.15em;color:var(--color-primary);font-family:monospace;font-size:1.6rem}.Account-module__KvZLVq__referralActions{align-items:center;gap:.75rem;display:flex}.Account-module__KvZLVq__referralStats{grid-template-columns:repeat(3,minmax(0,1fr));gap:1rem;margin-top:1rem;display:grid}.Account-module__KvZLVq__referralStats div{border:1px solid var(--border-light);background:var(--bg-secondary);text-align:center;border-radius:12px;flex-direction:column;align-items:center;gap:.5rem;padding:1.25rem 1rem;display:flex}.Account-module__KvZLVq__referralStats strong{color:var(--color-heading);font-size:1.75rem;line-height:1}.Account-module__KvZLVq__referralStats span{color:var(--text-secondary);text-transform:uppercase;letter-spacing:.05em;font-size:.75rem;line-height:1.2}.Account-module__KvZLVq__loadingState{place-items:center;min-height:60vh;padding:2rem;display:grid}.Account-module__KvZLVq__loadingCard{border:1px solid var(--border-color);background:var(--bg-primary);width:min(100%,420px);box-shadow:var(--shadow-sm);border-radius:18px;gap:1rem;padding:2rem;display:grid}.Account-module__KvZLVq__loadingLine,.Account-module__KvZLVq__loadingBlock{background:linear-gradient(90deg,var(--bg-tertiary),var(--bg-secondary),var(--bg-tertiary));background-size:200% 100%;border-radius:999px;animation:1.4s ease-in-out infinite Account-module__KvZLVq__accountPulse}.Account-module__KvZLVq__loadingLine{height:14px}.Account-module__KvZLVq__loadingBlock{border-radius:14px;height:72px}.Account-module__KvZLVq__modalOverlay{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:1200;background:#0f172a66;place-items:center;padding:1.5rem;display:grid;position:fixed;inset:0}.Account-module__KvZLVq__modalCard{background:var(--bg-primary);border:1px solid var(--border-color);width:min(100%,480px);box-shadow:var(--shadow-lg);border-radius:20px;padding:2rem}.Account-module__KvZLVq__modalCard h3{color:var(--color-heading);margin:0 0 .5rem;font-size:1.5rem}.Account-module__KvZLVq__modalCard p{color:var(--text-secondary);margin:0 0 1.5rem;line-height:1.5}.Account-module__KvZLVq__modalTextarea{border:1px solid var(--border-color);width:100%;min-height:140px;font:inherit;color:var(--text-primary);background:var(--bg-secondary);resize:vertical;border-radius:12px;padding:1rem;transition:border-color .2s,box-shadow .2s}.Account-module__KvZLVq__modalTextarea:focus{border-color:var(--color-primary);box-shadow:0 0 0 3px var(--color-primary-soft);background:var(--bg-primary);outline:none}.Account-module__KvZLVq__modalFormGrid{grid-template-columns:repeat(2,minmax(0,1fr));gap:.85rem;display:grid}.Account-module__KvZLVq__modalInput{border:1px solid var(--border-color);background:var(--bg-secondary);width:100%;min-width:0;color:var(--text-primary);border-radius:12px;padding:.85rem .95rem}.Account-module__KvZLVq__modalInputWide{grid-column:1/-1}.Account-module__KvZLVq__modalInput:focus,.Account-module__KvZLVq__settingsInput:focus{border-color:var(--color-primary);box-shadow:0 0 0 3px var(--color-primary-soft);outline:none}.Account-module__KvZLVq__checkboxRow{color:var(--text-secondary);align-items:center;gap:.55rem;margin-top:1rem;display:flex}.Account-module__KvZLVq__modalActions{justify-content:flex-end;gap:1rem;margin-top:1.5rem;display:flex}@keyframes Account-module__KvZLVq__accountPulse{0%{background-position:0%}to{background-position:200%}}.Account-module__KvZLVq__activityList{flex-direction:column;gap:1rem;margin-bottom:3rem;display:flex}.Account-module__KvZLVq__activityCard,.Account-module__KvZLVq__emptyActivity{border:1px solid var(--border-color);background:var(--bg-primary);border-radius:16px;padding:1.25rem 1.5rem}.Account-module__KvZLVq__activityCard{justify-content:space-between;align-items:center;gap:1rem;display:flex}.Account-module__KvZLVq__activityCard p,.Account-module__KvZLVq__emptyActivity{color:var(--text-secondary);margin:.35rem 0 0;font-size:.9rem}.Account-module__KvZLVq__activityMeta{flex-direction:column;align-items:flex-end;gap:.3rem;font-weight:600;display:flex}.Account-module__KvZLVq__addressGrid,.Account-module__KvZLVq__settingsGrid{grid-template-columns:repeat(2,minmax(0,1fr));gap:1.5rem;display:grid}.Account-module__KvZLVq__addressCard,.Account-module__KvZLVq__settingsCard,.Account-module__KvZLVq__prescriptionCard{border:1px solid var(--border-color);background:var(--bg-primary);box-shadow:var(--shadow-sm);border-radius:16px;padding:1.5rem}.Account-module__KvZLVq__addressHeader{justify-content:space-between;gap:.75rem;margin-bottom:1rem;display:flex}.Account-module__KvZLVq__addressCard p,.Account-module__KvZLVq__prescriptionCard p{color:var(--text-secondary);margin:.35rem 0 0;font-size:.95rem}.Account-module__KvZLVq__cardActions{flex-wrap:wrap;gap:.6rem;margin-top:.85rem;display:flex}.Account-module__KvZLVq__addressBadge,.Account-module__KvZLVq__prescriptionType{background:var(--color-primary-soft);color:var(--color-primary);text-transform:capitalize;border-radius:999px;align-items:center;padding:.3rem .75rem;font-size:.75rem;font-weight:700;display:inline-flex}.Account-module__KvZLVq__prescriptionList{flex-direction:column;gap:1rem;display:flex}.Account-module__KvZLVq__prescriptionCard{justify-content:space-between;align-items:center;gap:1.5rem;display:flex}.Account-module__KvZLVq__prescriptionMeta{color:var(--text-secondary);flex-direction:column;align-items:flex-end;gap:.5rem;font-size:.95rem;display:flex}.Account-module__KvZLVq__settingsCard{flex-direction:column;gap:.5rem;display:flex}.Account-module__KvZLVq__settingsInput{border:1px solid var(--border-color);background:var(--bg-primary);width:100%;color:var(--text-primary);border-radius:12px;padding:.8rem .9rem}.Account-module__KvZLVq__settingsCard strong{color:var(--text-primary);font-size:1.1rem}.Account-module__KvZLVq__settingsActions{flex-wrap:wrap;gap:1rem;margin-top:2rem;display:flex}@media (max-width:900px){.Account-module__KvZLVq__tierPerks{grid-template-columns:1fr}}@media (max-width:768px){.Account-module__KvZLVq__accountPage{grid-template-columns:1fr;gap:1.5rem;padding:1.5rem 1rem}.Account-module__KvZLVq__sidebar{gap:1.5rem}.Account-module__KvZLVq__profileCard{text-align:left;background:var(--bg-secondary);border-radius:12px;flex-direction:row;padding:1rem}.Account-module__KvZLVq__nav{-ms-overflow-style:none;scrollbar-width:none;flex-direction:row;gap:.5rem;padding-bottom:.5rem;overflow-x:auto}.Account-module__KvZLVq__nav::-webkit-scrollbar{display:none}.Account-module__KvZLVq__navLink{text-align:center;white-space:nowrap;background:var(--bg-secondary);border:1px solid var(--border-color);border-radius:999px;justify-content:center;padding:.5rem 1.25rem;font-size:.9rem}.Account-module__KvZLVq__active{background:var(--color-primary);color:#fff;border-color:var(--color-primary)}.Account-module__KvZLVq__active:before{display:none}.Account-module__KvZLVq__active:hover{background:var(--color-primary-dark);color:#fff}.Account-module__KvZLVq__logoutBtn{background:0 0;border:1px solid #ef4444;margin-top:0}.Account-module__KvZLVq__summaryGrid,.Account-module__KvZLVq__recommendationsGrid,.Account-module__KvZLVq__referralGrid,.Account-module__KvZLVq__referralStats,.Account-module__KvZLVq__addressGrid,.Account-module__KvZLVq__settingsGrid{grid-template-columns:1fr;gap:1rem}.Account-module__KvZLVq__orderDetails{flex-direction:column;align-items:flex-start;gap:.75rem}.Account-module__KvZLVq__actions{flex-direction:column;width:100%;margin-top:1rem;margin-left:0}.Account-module__KvZLVq__actions button,.Account-module__KvZLVq__actions a,.Account-module__KvZLVq__cardActions button{justify-content:center;width:100%}.Account-module__KvZLVq__referralCodeRow,.Account-module__KvZLVq__activityCard,.Account-module__KvZLVq__prescriptionCard,.Account-module__KvZLVq__tierHeader{flex-direction:column;align-items:flex-start;gap:.75rem}.Account-module__KvZLVq__tierNext{text-align:left}.Account-module__KvZLVq__activityMeta,.Account-module__KvZLVq__prescriptionMeta{align-items:flex-start}.Account-module__KvZLVq__modalFormGrid{grid-template-columns:1fr}}
.Toast-module__yWhMxq__toastContainer{z-index:9999;pointer-events:none;flex-direction:column-reverse;gap:.75rem;display:flex;position:fixed;bottom:2rem;right:2rem}.Toast-module__yWhMxq__toast{border-radius:var(--radius-md);cursor:pointer;pointer-events:auto;box-shadow:var(--shadow-lg);-webkit-backdrop-filter:blur(12px);align-items:center;gap:.75rem;min-width:280px;max-width:380px;padding:.9rem 1.25rem;font-size:.875rem;font-weight:500;animation:.35s cubic-bezier(.25,1,.5,1) Toast-module__yWhMxq__slideIn;display:flex}.Toast-module__yWhMxq__icon{border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:24px;height:24px;font-size:.7rem;font-weight:700;display:flex}.Toast-module__yWhMxq__message{line-height:1.4}.Toast-module__yWhMxq__success{color:#fff;background:#0d7a3ef2}.Toast-module__yWhMxq__success .Toast-module__yWhMxq__icon{background:#fff3}.Toast-module__yWhMxq__error{color:#fff;background:#dc2626f2}.Toast-module__yWhMxq__error .Toast-module__yWhMxq__icon{background:#fff3}.Toast-module__yWhMxq__info{color:#fff;background:#111111f2}.Toast-module__yWhMxq__info .Toast-module__yWhMxq__icon{background:#ffffff26}@keyframes Toast-module__yWhMxq__slideIn{0%{opacity:0;transform:translate(100px)}to{opacity:1;transform:translate(0)}}@media (max-width:480px){.Toast-module__yWhMxq__toastContainer{bottom:1rem;left:1rem;right:1rem}.Toast-module__yWhMxq__toast{min-width:auto;max-width:none}}
.FloatingWhatsApp-module__QndPVW__fab{z-index:999;cursor:pointer;background-color:#25d366;border-radius:50%;justify-content:center;align-items:center;width:56px;height:56px;text-decoration:none;transition:box-shadow .3s;display:flex;position:fixed;bottom:2rem;left:2rem;box-shadow:0 4px 16px #25d36666}.FloatingWhatsApp-module__QndPVW__fab:hover{box-shadow:0 6px 24px #25d36699}@media (max-width:480px){.FloatingWhatsApp-module__QndPVW__fab{width:48px;height:48px;bottom:1.25rem;left:1.25rem}.FloatingWhatsApp-module__QndPVW__fab svg{width:22px;height:22px}}
.CartDrawer-module__wN0dRW__backdrop{-webkit-backdrop-filter:blur(4px);z-index:999;background:#0006;width:100vw;height:100vh;position:fixed;top:0;left:0}.CartDrawer-module__wN0dRW__drawer{z-index:1000;background:#fff;flex-direction:column;width:100%;max-width:400px;height:100vh;display:flex;position:fixed;top:0;right:0;box-shadow:-4px 0 24px #0000001a}.CartDrawer-module__wN0dRW__header{border-bottom:1px solid #f0f0f0;justify-content:space-between;align-items:center;padding:1.5rem;display:flex}.CartDrawer-module__wN0dRW__header h2{color:#111;font-size:1.25rem;font-weight:700}.CartDrawer-module__wN0dRW__closeBtn{cursor:pointer;color:#666;background:0 0;border:none;border-radius:50%;justify-content:center;align-items:center;padding:.5rem;transition:background .2s;display:flex}.CartDrawer-module__wN0dRW__closeBtn:hover{color:#000;background:#f5f5f5}.CartDrawer-module__wN0dRW__content{flex-grow:1;padding:1.5rem;overflow-y:auto}.CartDrawer-module__wN0dRW__emptyState{text-align:center;color:#888;flex-direction:column;justify-content:center;align-items:center;gap:1rem;height:100%;display:flex}.CartDrawer-module__wN0dRW__continueBtn{color:#fff;cursor:pointer;background:#25d366;border:none;border-radius:8px;padding:.75rem 1.5rem;font-weight:600;transition:background .2s}.CartDrawer-module__wN0dRW__continueBtn:hover{background:#1da851}.CartDrawer-module__wN0dRW__itemList{flex-direction:column;gap:1.5rem;display:flex}.CartDrawer-module__wN0dRW__item{border-bottom:1px solid #f5f5f5;justify-content:space-between;align-items:flex-start;padding-bottom:1.5rem;display:flex}.CartDrawer-module__wN0dRW__itemDetails{flex-grow:1}.CartDrawer-module__wN0dRW__itemName{color:#222;margin-bottom:.25rem;font-size:1rem;font-weight:600}.CartDrawer-module__wN0dRW__itemMeta{color:#666;margin-bottom:.25rem;font-size:.85rem}.CartDrawer-module__wN0dRW__qtyPrice{color:#444;align-items:center;gap:1rem;margin-top:.5rem;font-size:.9rem;display:flex}.CartDrawer-module__wN0dRW__itemPrice{color:#111;font-weight:700}.CartDrawer-module__wN0dRW__removeBtn{color:#ff4757;cursor:pointer;background:0 0;border:none;margin-left:1rem;padding:.25rem;font-size:.85rem;font-weight:600}.CartDrawer-module__wN0dRW__removeBtn:hover{text-decoration:underline}.CartDrawer-module__wN0dRW__footer{background:#fafafa;border-top:1px solid #f0f0f0;padding:1.5rem}.CartDrawer-module__wN0dRW__summaryRow{color:#555;justify-content:space-between;margin-bottom:.5rem;font-size:.95rem;display:flex}.CartDrawer-module__wN0dRW__totalRow{color:#111;border-top:1px dashed #ddd;margin-top:1rem;padding-top:1rem;font-size:1.25rem;font-weight:800}.CartDrawer-module__wN0dRW__checkoutBtn{color:#fff;text-align:center;background:#000;border-radius:8px;width:100%;margin-top:1.5rem;padding:1rem;font-weight:700;text-decoration:none;transition:background .2s;display:block}.CartDrawer-module__wN0dRW__checkoutBtn:hover{background:#333}
.CookieConsent-module__QbGkGW__banner{z-index:1300;-webkit-backdrop-filter:blur(12px);color:#fff;background:linear-gradient(135deg,#11a3b7f2,#0a6b78f2);border:1px solid #ffffff40;border-radius:20px;justify-content:space-between;align-items:center;gap:1rem;padding:1rem 1.1rem;display:flex;position:fixed;bottom:1rem;left:1rem;right:1rem;box-shadow:0 8px 32px #11a3b740}.CookieConsent-module__QbGkGW__copy strong{margin-bottom:.2rem;display:block}.CookieConsent-module__QbGkGW__copy p{color:#ffffffe6;max-width:760px;margin:0;font-size:.92rem}.CookieConsent-module__QbGkGW__actions{flex-wrap:wrap;gap:.75rem;display:flex}.CookieConsent-module__QbGkGW__actions .btn-outline{color:#fff;background:0 0;border-color:#ffffff80}.CookieConsent-module__QbGkGW__actions .btn-outline:hover{background:#ffffff26;border-color:#fff}@media (max-width:768px){.CookieConsent-module__QbGkGW__banner{flex-direction:column;align-items:stretch}.CookieConsent-module__QbGkGW__actions{width:100%}}
.RecentlyViewedSection-module__bDabxW__section{padding:3rem 0 0}.RecentlyViewedSection-module__bDabxW__header{justify-content:space-between;align-items:end;gap:1rem;margin-bottom:1.35rem;display:flex}.RecentlyViewedSection-module__bDabxW__eyebrow{text-transform:uppercase;letter-spacing:.08em;color:var(--color-primary);margin:0 0 .3rem;font-size:.78rem;font-weight:800}.RecentlyViewedSection-module__bDabxW__header h2{color:var(--color-heading);margin:0;font-size:clamp(1.45rem,2.3vw,1.95rem)}.RecentlyViewedSection-module__bDabxW__subtitle{color:var(--text-secondary);margin:.4rem 0 0}.RecentlyViewedSection-module__bDabxW__carouselShell{padding:1rem 0 .7rem;position:relative;overflow:hidden}.RecentlyViewedSection-module__bDabxW__carouselHint{z-index:1;border:1px solid var(--border-color);color:var(--text-secondary);text-transform:uppercase;letter-spacing:.08em;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffffe0;border-radius:999px;padding:.38rem .75rem;font-size:.72rem;font-weight:700;position:absolute;top:0;right:0}.RecentlyViewedSection-module__bDabxW__productRail{scroll-snap-type:x mandatory;scroll-behavior:smooth;grid-auto-columns:minmax(260px,320px);grid-auto-flow:column;gap:1rem;padding:.25rem .25rem 1rem;display:grid;overflow-x:auto}.RecentlyViewedSection-module__bDabxW__productRail::-webkit-scrollbar{height:8px}.RecentlyViewedSection-module__bDabxW__productRail::-webkit-scrollbar-thumb{background:#0000001f;border-radius:999px}.RecentlyViewedSection-module__bDabxW__productSlide{scroll-snap-align:start}@media (max-width:768px){.RecentlyViewedSection-module__bDabxW__header{align-items:start;display:grid}.RecentlyViewedSection-module__bDabxW__productRail{grid-auto-columns:minmax(240px,82vw)}.RecentlyViewedSection-module__bDabxW__carouselHint{display:none}}
.page-module__5UcHRG__page{padding-top:2rem;padding-bottom:4rem}.page-module__5UcHRG__breadcrumb{color:var(--text-secondary);margin-bottom:2rem;font-size:.9rem}.page-module__5UcHRG__layout{grid-template-columns:250px 1fr;gap:2rem;display:grid}.page-module__5UcHRG__filters{border-right:1px solid var(--border-color);padding-right:1rem}.page-module__5UcHRG__filterGroup{margin-top:1.5rem}.page-module__5UcHRG__filterGroup h4{margin-bottom:.5rem;font-size:.9rem}.page-module__5UcHRG__filterGroup label{color:var(--text-secondary);margin-bottom:.3rem;font-size:.9rem;display:block}.page-module__5UcHRG__header{justify-content:space-between;align-items:baseline;margin-bottom:1.5rem;display:flex}.page-module__5UcHRG__count{color:var(--text-secondary)}.page-module__5UcHRG__productGrid{grid-template-columns:repeat(auto-fill,minmax(250px,1fr));gap:1.5rem;display:grid}@media (max-width:768px){.page-module__5UcHRG__layout{grid-template-columns:1fr}.page-module__5UcHRG__filters{display:none}}
.LensCustomizationModal-module__qUw84q__overlay{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:1000;background:#0006;justify-content:center;align-items:center;width:100vw;height:100vh;display:flex;position:fixed;top:0;left:0}.LensCustomizationModal-module__qUw84q__modal{background:var(--bg-primary,#fff);border-radius:16px;flex-direction:column;width:90%;max-width:600px;max-height:90vh;display:flex;overflow:hidden;box-shadow:0 20px 40px #0000001a}.LensCustomizationModal-module__qUw84q__header{border-bottom:1px solid var(--border-color,#eee);justify-content:space-between;align-items:center;padding:24px;display:flex}.LensCustomizationModal-module__qUw84q__header h2{margin:0;font-size:1.5rem;font-weight:500}.LensCustomizationModal-module__qUw84q__closeBtn{cursor:pointer;color:var(--text-secondary,#666);background:0 0;border:none;font-size:24px;transition:color .2s}.LensCustomizationModal-module__qUw84q__closeBtn:hover{color:var(--text-primary,#111)}.LensCustomizationModal-module__qUw84q__progress{background:var(--bg-secondary,#fafafa);border-bottom:1px solid var(--border-color,#eee);align-items:center;padding:16px 24px;display:flex}.LensCustomizationModal-module__qUw84q__stepIndicator{color:var(--text-secondary,#666);font-size:.9rem;font-weight:500}.LensCustomizationModal-module__qUw84q__activeStep{color:var(--text-primary,#111);font-weight:600}.LensCustomizationModal-module__qUw84q__stepDivider{background:var(--border-color,#eee);flex:1;height:2px;margin:0 16px}.LensCustomizationModal-module__qUw84q__body{flex:1;padding:24px;overflow-y:auto}.LensCustomizationModal-module__qUw84q__stepContent h3{margin-top:0;margin-bottom:24px;font-size:1.25rem;font-weight:500}.LensCustomizationModal-module__qUw84q__optionsGrid{grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:16px;margin-bottom:24px;display:grid}.LensCustomizationModal-module__qUw84q__optionCard{border:2px solid var(--border-color,#eee);text-align:center;cursor:pointer;border-radius:12px;padding:20px 16px;transition:all .2s}.LensCustomizationModal-module__qUw84q__optionCard:hover{background:var(--bg-secondary,#fafafa);border-color:#ccc}.LensCustomizationModal-module__qUw84q__optionCard.LensCustomizationModal-module__qUw84q__selected{border-color:var(--color-primary,#111);background:var(--bg-secondary,#fafafa)}.LensCustomizationModal-module__qUw84q__optionIcon{margin-bottom:12px;font-size:2rem}.LensCustomizationModal-module__qUw84q__optionCard h4{margin:0 0 8px;font-size:1rem;font-weight:500}.LensCustomizationModal-module__qUw84q__optionCard p{color:var(--text-secondary,#666);margin:0;font-size:.85rem}.LensCustomizationModal-module__qUw84q__uploadArea{border:2px dashed var(--border-color,#ccc);text-align:center;background:var(--bg-secondary,#fafafa);border-radius:12px;margin-top:24px;padding:40px 20px;transition:border-color .2s}.LensCustomizationModal-module__qUw84q__uploadArea:hover{border-color:var(--text-secondary,#666)}.LensCustomizationModal-module__qUw84q__fileLabel{cursor:pointer;color:var(--text-primary,#111);font-size:.95rem;font-weight:500;display:block}.LensCustomizationModal-module__qUw84q__fileLabel input{display:none}.LensCustomizationModal-module__qUw84q__manualEntry{background:var(--bg-secondary,#fafafa);border:1px solid var(--border-color,#eee);border-radius:12px;margin-top:24px;padding:20px;overflow:hidden}.LensCustomizationModal-module__qUw84q__rxTable{flex-direction:column;gap:12px;width:100%;margin-bottom:20px;display:flex}.LensCustomizationModal-module__qUw84q__rxRowHeader,.LensCustomizationModal-module__qUw84q__rxRow{grid-template-columns:minmax(120px,1.3fr) repeat(3,minmax(0,1fr));align-items:center;gap:12px;width:100%;display:grid}.LensCustomizationModal-module__qUw84q__rxRowHeader>span,.LensCustomizationModal-module__qUw84q__rxRow>span,.LensCustomizationModal-module__qUw84q__rxRow>input{min-width:0}.LensCustomizationModal-module__qUw84q__rxRowHeader span{text-transform:uppercase;color:var(--text-secondary,#666);text-align:center;font-size:.85rem;font-weight:600}.LensCustomizationModal-module__qUw84q__rxRowHeader span:first-child{text-align:left}.LensCustomizationModal-module__qUw84q__eyeLabel{color:var(--text-primary,#111);font-size:.95rem;font-weight:500}.LensCustomizationModal-module__qUw84q__rxRow input{border:1px solid var(--border-color,#ccc);text-align:center;border-radius:8px;outline:none;width:100%;padding:10px;font-size:.95rem;transition:border-color .2s}.LensCustomizationModal-module__qUw84q__rxRow input:focus{border-color:var(--color-primary,#111)}.LensCustomizationModal-module__qUw84q__pdInput{border-top:1px solid var(--border-color,#eee);flex-wrap:wrap;justify-content:space-between;align-items:center;gap:16px;padding-top:20px;display:flex}.LensCustomizationModal-module__qUw84q__pdInput label{min-width:0;font-size:.95rem;font-weight:500}.LensCustomizationModal-module__qUw84q__optionalLabel{color:var(--text-secondary,#666);font-size:.8rem}.LensCustomizationModal-module__qUw84q__pdInput input{border:1px solid var(--border-color,#ccc);border-radius:8px;outline:none;width:100px;padding:10px;font-size:.95rem;transition:border-color .2s}.LensCustomizationModal-module__qUw84q__pdInput input:focus{border-color:var(--color-primary,#111)}.LensCustomizationModal-module__qUw84q__lensList{flex-direction:column;gap:16px;display:flex}.LensCustomizationModal-module__qUw84q__lensHeader{justify-content:space-between;align-items:flex-start;gap:1rem;margin-bottom:1rem;display:flex}.LensCustomizationModal-module__qUw84q__catalogStatus{color:var(--text-secondary,#666);font-size:.85rem}.LensCustomizationModal-module__qUw84q__catalogError{border:1px solid color-mix(in srgb,var(--color-warning,#f59e0b)32%,transparent);background:color-mix(in srgb,var(--color-warning,#f59e0b)12%,var(--bg-secondary,#fafafa));color:var(--text-primary,#111);border-radius:12px;margin-bottom:1rem;padding:.85rem 1rem}.LensCustomizationModal-module__qUw84q__groupTabs{flex-wrap:wrap;gap:.75rem;margin-bottom:1rem;display:flex}.LensCustomizationModal-module__qUw84q__groupTab{border:1px solid var(--border-color,#ddd);background:var(--bg-secondary,#fafafa);color:var(--text-secondary,#666);cursor:pointer;border-radius:999px;padding:.65rem 1rem;font-weight:600}.LensCustomizationModal-module__qUw84q__groupTabActive{background:var(--color-primary,#111);border-color:var(--color-primary,#111);color:#fff}.LensCustomizationModal-module__qUw84q__lensCard{border:2px solid var(--border-color,#eee);cursor:pointer;border-radius:12px;align-items:center;padding:20px;transition:all .2s;display:flex}.LensCustomizationModal-module__qUw84q__lensCard:hover{background:var(--bg-secondary,#fafafa);border-color:#ccc}.LensCustomizationModal-module__qUw84q__lensCard.LensCustomizationModal-module__qUw84q__lensSelected{border-color:var(--color-primary,#111);background:var(--bg-secondary,#fafafa)}.LensCustomizationModal-module__qUw84q__lensInfo{flex:1}.LensCustomizationModal-module__qUw84q__lensInfo h4{margin:0 0 4px;font-size:1.1rem;font-weight:500}.LensCustomizationModal-module__qUw84q__lensInfo p{color:var(--text-secondary,#666);margin:0;font-size:.9rem}.LensCustomizationModal-module__qUw84q__lensPrice{white-space:nowrap;margin-right:20px;font-size:1.1rem;font-weight:600}.LensCustomizationModal-module__qUw84q__radioIndicator{border:2px solid var(--border-color,#ccc);border-radius:50%;justify-content:center;align-items:center;width:24px;height:24px;transition:all .2s;display:flex}.LensCustomizationModal-module__qUw84q__lensSelected .LensCustomizationModal-module__qUw84q__radioIndicator{border-color:var(--color-primary,#111)}.LensCustomizationModal-module__qUw84q__radioInner{background:var(--color-primary,#111);opacity:0;border-radius:50%;width:12px;height:12px;transition:opacity .2s}.LensCustomizationModal-module__qUw84q__lensSelected .LensCustomizationModal-module__qUw84q__radioInner{opacity:1}.LensCustomizationModal-module__qUw84q__visionSection{gap:.8rem;margin-top:1.25rem;display:grid}.LensCustomizationModal-module__qUw84q__sectionLabel{text-transform:uppercase;letter-spacing:.04em;color:var(--text-secondary,#666);font-size:.85rem;font-weight:700}.LensCustomizationModal-module__qUw84q__visionGrid{grid-template-columns:repeat(3,minmax(0,1fr));gap:.85rem;display:grid}.LensCustomizationModal-module__qUw84q__visionCard{border:1px solid var(--border-color,#ddd);background:var(--bg-secondary,#fafafa);color:var(--text-primary,#111);text-align:left;cursor:pointer;border-radius:14px;gap:.45rem;padding:1rem;display:grid}.LensCustomizationModal-module__qUw84q__visionCard strong{font-size:1rem;display:block}.LensCustomizationModal-module__qUw84q__visionCard p{color:var(--text-secondary,#666);margin:.35rem 0 0;font-size:.88rem}.LensCustomizationModal-module__qUw84q__visionSelected{border-color:var(--color-primary,#111);background:color-mix(in srgb,var(--color-primary,#111)10%,var(--bg-secondary,#fafafa))}.LensCustomizationModal-module__qUw84q__selectionSummary{border:1px solid var(--border-color,#ddd);background:var(--bg-secondary,#fafafa);border-radius:16px;justify-content:space-between;gap:1rem;margin-top:1.25rem;padding:1rem 1.1rem;display:flex}.LensCustomizationModal-module__qUw84q__selectionSummary strong{margin-top:.35rem;display:block}.LensCustomizationModal-module__qUw84q__selectionSummary p{color:var(--text-secondary,#666);margin:.45rem 0 0;font-size:.88rem}.LensCustomizationModal-module__qUw84q__summaryPrice{white-space:nowrap;font-size:1.05rem;font-weight:700}.LensCustomizationModal-module__qUw84q__footer{border-top:1px solid var(--border-color,#eee);background:var(--bg-primary,#fff);justify-content:space-between;gap:16px;padding:24px;display:flex}.LensCustomizationModal-module__qUw84q__backBtn,.LensCustomizationModal-module__qUw84q__nextBtn{cursor:pointer;border-radius:8px;padding:12px 24px;font-size:1rem;font-weight:500;transition:all .2s}.LensCustomizationModal-module__qUw84q__backBtn{border:1px solid var(--border-color,#ccc);color:var(--text-primary,#111);background:0 0}.LensCustomizationModal-module__qUw84q__backBtn:hover{background:var(--bg-secondary,#fafafa)}.LensCustomizationModal-module__qUw84q__nextBtn{background:var(--text-primary,#111);border:1px solid var(--text-primary,#111);color:#fff;flex:1;max-width:200px}.LensCustomizationModal-module__qUw84q__nextBtn:hover:not(:disabled){background:#000}.LensCustomizationModal-module__qUw84q__nextBtn:disabled{cursor:not-allowed;opacity:.7;background:#ccc;border-color:#ccc}@media (max-width:600px){.LensCustomizationModal-module__qUw84q__rxRowHeader,.LensCustomizationModal-module__qUw84q__rxRow{grid-template-columns:1fr;gap:8px}.LensCustomizationModal-module__qUw84q__rxRowHeader{display:none}.LensCustomizationModal-module__qUw84q__rxRow{background:#fff;border:1px solid #eee;border-radius:8px;padding:16px}.LensCustomizationModal-module__qUw84q__manualEntry{padding:16px}.LensCustomizationModal-module__qUw84q__eyeLabel{border-bottom:1px solid #eee;margin-bottom:8px;padding-bottom:8px}.LensCustomizationModal-module__qUw84q__rxRow input{text-align:left;width:100%}.LensCustomizationModal-module__qUw84q__rxRow input::placeholder{content:attr(placeholder)}.LensCustomizationModal-module__qUw84q__lensCard{flex-direction:column;align-items:flex-start;gap:12px;position:relative}.LensCustomizationModal-module__qUw84q__radioIndicator{position:absolute;top:20px;right:20px}.LensCustomizationModal-module__qUw84q__lensPrice{margin-right:0}.LensCustomizationModal-module__qUw84q__visionGrid{grid-template-columns:1fr}.LensCustomizationModal-module__qUw84q__selectionSummary,.LensCustomizationModal-module__qUw84q__lensHeader{flex-direction:column}}
.ProductReviews-module__K4_yeW__section{border-top:1px solid var(--border-color);margin-top:3rem;padding-top:2rem}.ProductReviews-module__K4_yeW__sectionEmbedded{border-top:none;margin-top:1.5rem;padding-top:0}.ProductReviews-module__K4_yeW__header{margin-bottom:1.1rem}.ProductReviews-module__K4_yeW__header h2,.ProductReviews-module__K4_yeW__header p,.ProductReviews-module__K4_yeW__formCard h3,.ProductReviews-module__K4_yeW__emptyState p{margin:0}.ProductReviews-module__K4_yeW__header p,.ProductReviews-module__K4_yeW__helperText,.ProductReviews-module__K4_yeW__reviewText,.ProductReviews-module__K4_yeW__reviewDate,.ProductReviews-module__K4_yeW__reviewerRow span,.ProductReviews-module__K4_yeW__heroStat p,.ProductReviews-module__K4_yeW__emptyState p{color:var(--text-secondary)}.ProductReviews-module__K4_yeW__overviewCard,.ProductReviews-module__K4_yeW__reviewCard,.ProductReviews-module__K4_yeW__formCard,.ProductReviews-module__K4_yeW__emptyState{border:1px solid var(--border-color);background:var(--bg-primary);box-shadow:var(--shadow-sm);border-radius:22px}.ProductReviews-module__K4_yeW__overviewCard{margin-bottom:1.25rem;padding:1.2rem}.ProductReviews-module__K4_yeW__heroStat{justify-content:space-between;align-items:end;gap:1rem;margin-bottom:1rem;display:flex}.ProductReviews-module__K4_yeW__heroRating{align-items:center;gap:.85rem;display:flex}.ProductReviews-module__K4_yeW__heroRating strong{color:var(--color-heading);font-size:clamp(2rem,3vw,2.8rem);line-height:1}.ProductReviews-module__K4_yeW__heroStars{background:var(--color-primary-soft);color:var(--color-primary);letter-spacing:.08em;border-radius:999px;align-items:center;padding:.45rem .8rem;font-weight:800;display:inline-flex}.ProductReviews-module__K4_yeW__insightRail{flex-wrap:wrap;gap:.65rem;margin-bottom:1rem;display:flex}.ProductReviews-module__K4_yeW__insightChip,.ProductReviews-module__K4_yeW__formBadge{border-radius:999px;align-items:center;padding:.38rem .75rem;font-size:.78rem;font-weight:700;display:inline-flex}.ProductReviews-module__K4_yeW__insightChip{color:var(--color-heading);cursor:default;background:#f4f6fb;border:none}.ProductReviews-module__K4_yeW__insightChipActive,.ProductReviews-module__K4_yeW__formBadge{background:var(--color-primary-soft);color:var(--color-primary)}.ProductReviews-module__K4_yeW__photoStrip{grid-template-columns:minmax(220px,1.2fr) minmax(0,1fr);gap:.85rem;display:grid}.ProductReviews-module__K4_yeW__photoLead,.ProductReviews-module__K4_yeW__photoThumb,.ProductReviews-module__K4_yeW__imageCard{background:var(--color-primary-soft);border-radius:18px;overflow:hidden}.ProductReviews-module__K4_yeW__photoLead{aspect-ratio:1.3}.ProductReviews-module__K4_yeW__photoGrid{grid-template-columns:repeat(2,minmax(0,1fr));gap:.85rem;display:grid}.ProductReviews-module__K4_yeW__photoThumb{aspect-ratio:1}.ProductReviews-module__K4_yeW__photoLead img,.ProductReviews-module__K4_yeW__photoThumb img,.ProductReviews-module__K4_yeW__imageCard img{object-fit:cover;width:100%;height:100%}.ProductReviews-module__K4_yeW__contentGrid{grid-template-columns:minmax(0,1.45fr) minmax(320px,.82fr);align-items:start;gap:1.25rem;display:grid}.ProductReviews-module__K4_yeW__contentGridEmbedded{grid-template-columns:1fr}.ProductReviews-module__K4_yeW__reviewList{gap:1rem;display:grid}.ProductReviews-module__K4_yeW__reviewCard{padding:1.1rem 1.15rem}.ProductReviews-module__K4_yeW__reviewTop{justify-content:space-between;align-items:start;gap:1rem;margin-bottom:.75rem;display:flex}.ProductReviews-module__K4_yeW__reviewTitleBlock{gap:.45rem;display:grid}.ProductReviews-module__K4_yeW__reviewTitleBlock strong,.ProductReviews-module__K4_yeW__reviewerRow strong{color:var(--color-heading)}.ProductReviews-module__K4_yeW__metaRow{flex-wrap:wrap;align-items:center;gap:.5rem;display:flex}.ProductReviews-module__K4_yeW__ratingPill,.ProductReviews-module__K4_yeW__purchasePill{border-radius:999px;align-items:center;padding:.28rem .6rem;font-size:.75rem;font-weight:700;display:inline-flex}.ProductReviews-module__K4_yeW__ratingPill{background:var(--color-primary-soft);color:var(--color-primary)}.ProductReviews-module__K4_yeW__purchasePill{color:#148345;background:#25d3661f}.ProductReviews-module__K4_yeW__reviewDate{white-space:nowrap;font-size:.86rem}.ProductReviews-module__K4_yeW__reviewText{margin:0;line-height:1.75}.ProductReviews-module__K4_yeW__imageGrid{grid-template-columns:repeat(4,minmax(0,1fr));gap:.75rem;margin-top:.95rem;display:grid}.ProductReviews-module__K4_yeW__imageCard{aspect-ratio:1}.ProductReviews-module__K4_yeW__reviewerRow{border-top:1px solid var(--border-light);justify-content:space-between;align-items:center;gap:1rem;margin-top:.95rem;padding-top:.85rem;display:flex}.ProductReviews-module__K4_yeW__reviewActions{flex-wrap:wrap;justify-content:flex-end;align-items:center;gap:.55rem;display:flex}.ProductReviews-module__K4_yeW__reviewActionBtn,.ProductReviews-module__K4_yeW__showAllBtn{border:1px solid var(--border-color);background:var(--bg-primary);color:var(--color-heading);cursor:pointer;border-radius:999px;padding:.38rem .7rem;font-weight:700}.ProductReviews-module__K4_yeW__showAllBtn{justify-self:start;margin-top:.35rem}.ProductReviews-module__K4_yeW__formCard{top:calc(var(--header-height) + 1.5rem);padding:1.1rem 1.15rem;position:sticky}.ProductReviews-module__K4_yeW__formCardEmbedded{position:static;top:auto}.ProductReviews-module__K4_yeW__stateCard{border:1px solid var(--border-color);background:#ffffffe0;border-radius:16px;padding:.95rem 1rem}.ProductReviews-module__K4_yeW__stateCta{background:var(--color-primary);color:#fff;border-radius:999px;align-items:center;margin-top:.2rem;padding:.55rem .9rem;font-weight:700;display:inline-flex}.ProductReviews-module__K4_yeW__formHeader{justify-content:space-between;align-items:center;gap:.8rem;margin-bottom:.75rem;display:flex}.ProductReviews-module__K4_yeW__helperText{margin:.45rem 0 .95rem;line-height:1.6}.ProductReviews-module__K4_yeW__form{gap:.95rem;display:grid}.ProductReviews-module__K4_yeW__field{gap:.45rem;display:grid}.ProductReviews-module__K4_yeW__field span{color:var(--color-heading);font-weight:600}.ProductReviews-module__K4_yeW__field select,.ProductReviews-module__K4_yeW__field textarea,.ProductReviews-module__K4_yeW__field input[type=file]{border:1px solid var(--border-color);width:100%;color:var(--color-heading);font:inherit;background:#fffffff5;border-radius:14px;padding:.85rem .95rem}.ProductReviews-module__K4_yeW__field textarea{resize:vertical;min-height:128px}.ProductReviews-module__K4_yeW__submitBtn{background:var(--color-primary);color:#fff;cursor:pointer;box-shadow:var(--shadow-sm);border:none;border-radius:16px;padding:.95rem 1.1rem;font-weight:700}.ProductReviews-module__K4_yeW__submitBtn:disabled{cursor:not-allowed;opacity:.55}.ProductReviews-module__K4_yeW__emptyState{align-content:center;gap:.35rem;min-height:180px;padding:1.35rem 1.2rem;display:grid}.ProductReviews-module__K4_yeW__emptyState strong{color:var(--color-heading)}@media (max-width:900px){.ProductReviews-module__K4_yeW__heroStat,.ProductReviews-module__K4_yeW__contentGrid,.ProductReviews-module__K4_yeW__photoStrip{grid-template-columns:1fr;display:grid}.ProductReviews-module__K4_yeW__photoGrid{grid-template-columns:repeat(4,minmax(0,1fr))}.ProductReviews-module__K4_yeW__formCard{position:static}.ProductReviews-module__K4_yeW__imageGrid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:640px){.ProductReviews-module__K4_yeW__heroRating,.ProductReviews-module__K4_yeW__reviewTop,.ProductReviews-module__K4_yeW__reviewerRow,.ProductReviews-module__K4_yeW__formHeader{gap:.55rem;display:grid}.ProductReviews-module__K4_yeW__photoGrid{grid-template-columns:repeat(2,minmax(0,1fr))}}
.ProductCard-module__t53O_a__card{border:1px solid var(--border-color);border-radius:var(--radius-lg);background:var(--bg-primary);flex-direction:column;height:100%;transition:box-shadow .4s cubic-bezier(.16,1,.3,1),transform .4s cubic-bezier(.16,1,.3,1),border-color .4s;display:flex;position:relative;overflow:hidden;box-shadow:0 2px 8px #00000005}.ProductCard-module__t53O_a__card:hover{box-shadow:var(--shadow-md);border-color:var(--color-primary-border);transform:translateY(-6px)}.ProductCard-module__t53O_a__imageLink{color:inherit;text-decoration:none;display:block;position:relative}.ProductCard-module__t53O_a__imageWrapper{background:var(--bg-tertiary);justify-content:center;align-items:center;height:240px;padding:1.5rem;display:flex;position:relative;overflow:hidden}.ProductCard-module__t53O_a__previewStrip{border:1px solid var(--border-color);box-shadow:var(--shadow-sm);background:#fffffff2;border-radius:999px;gap:.3rem;padding:.25rem .4rem;display:flex;position:absolute;bottom:10px;left:50%;transform:translate(-50%)}.ProductCard-module__t53O_a__previewThumb{border:1.5px solid #0000;border-radius:999px;width:24px;height:24px;display:inline-flex;overflow:hidden}.ProductCard-module__t53O_a__previewThumb img{object-fit:cover;width:100%;height:100%}.ProductCard-module__t53O_a__previewThumbActive{border-color:var(--color-primary)}.ProductCard-module__t53O_a__productImage{object-fit:contain;mix-blend-mode:multiply;width:100%;height:100%;transition:transform .6s cubic-bezier(.16,1,.3,1)}.ProductCard-module__t53O_a__card:hover .ProductCard-module__t53O_a__productImage{transform:scale(1.08)}.ProductCard-module__t53O_a__placeholderImage{justify-content:center;align-items:center;width:100%;height:100%;display:flex}.ProductCard-module__t53O_a__placeholderText{color:var(--text-secondary);font-size:.85rem;font-weight:500}.ProductCard-module__t53O_a__badgeDiscount{color:#fff;z-index:2;text-transform:uppercase;background:#ef4444;border-radius:0 4px 4px 0;padding:3px 8px;font-size:.68rem;font-weight:700;position:absolute;top:10px;left:0}.ProductCard-module__t53O_a__deliveryBadge{box-shadow:var(--shadow-sm);color:var(--text-secondary);z-index:2;border:1px solid var(--border-light);background:#fffffff2;border-radius:8px;align-items:center;gap:4px;padding:3px 8px;font-size:.65rem;font-weight:600;display:flex;position:absolute;bottom:8px;left:8px}.ProductCard-module__t53O_a__deliveryBadgeWarning{color:#b45309;background:#fff7ed;border-color:#fdba74}.ProductCard-module__t53O_a__wishlistBtn{cursor:pointer;z-index:2;width:34px;height:34px;color:var(--text-secondary);box-shadow:var(--shadow-sm);background:#ffffffeb;border:none;border-radius:50%;justify-content:center;align-items:center;transition:all .3s cubic-bezier(.16,1,.3,1);display:flex;position:absolute;top:10px;right:10px}.ProductCard-module__t53O_a__wishlistBtn:hover{color:#ef4444;transform:scale(1.08);box-shadow:0 4px 12px #ef444426}.ProductCard-module__t53O_a__wishlistActive{color:#ef4444;background:#fff1f2}.ProductCard-module__t53O_a__details{background:0 0;flex-direction:column;flex-grow:1;padding:1rem 1.25rem 1.25rem;display:flex}.ProductCard-module__t53O_a__brand{text-transform:uppercase;color:var(--text-secondary);letter-spacing:.5px;margin-bottom:.2rem;font-size:.7rem;font-weight:600}.ProductCard-module__t53O_a__nameContainer{justify-content:space-between;align-items:flex-start;gap:.5rem;margin-bottom:.4rem;display:flex}.ProductCard-module__t53O_a__name{color:var(--color-heading);-webkit-line-clamp:2;-webkit-box-orient:vertical;font-size:.9rem;font-weight:600;line-height:1.3;display:-webkit-box;overflow:hidden}.ProductCard-module__t53O_a__rating{color:#fff;white-space:nowrap;background:#16a34a;border-radius:4px;align-items:center;gap:2px;padding:2px 6px;font-size:.68rem;font-weight:700;display:flex}.ProductCard-module__t53O_a__priceRow{align-items:baseline;gap:.5rem;margin-bottom:.65rem;display:flex}.ProductCard-module__t53O_a__price{color:var(--color-heading);font-size:1.05rem;font-weight:800}.ProductCard-module__t53O_a__mrp{color:var(--text-secondary);font-size:.78rem;font-weight:400;text-decoration:line-through}.ProductCard-module__t53O_a__bottomActionRow{justify-content:space-between;align-items:center;gap:.5rem;margin-top:auto;padding-top:.5rem;display:flex}.ProductCard-module__t53O_a__colors{gap:4px;display:flex}.ProductCard-module__t53O_a__actionButtons{align-items:center;gap:.4rem;display:flex}.ProductCard-module__t53O_a__colorDot{border:1.5px solid var(--border-color);border-radius:50%;width:14px;height:14px}.ProductCard-module__t53O_a__cartBtn{background:var(--color-primary);color:#fff;cursor:pointer;white-space:nowrap;border:none;border-radius:999px;padding:.5rem 1rem;font-size:.75rem;font-weight:600;text-decoration:none;transition:all .3s cubic-bezier(.16,1,.3,1);box-shadow:0 2px 6px #11a3b726}.ProductCard-module__t53O_a__cartBtnDisabled{background:var(--bg-tertiary);color:var(--text-secondary);cursor:not-allowed;box-shadow:none}.ProductCard-module__t53O_a__cartBtn:hover{background:var(--color-primary-hover);transform:translateY(-1px);box-shadow:0 4px 12px #11a3b740}.ProductCard-module__t53O_a__cartBtnDisabled:hover{background:var(--bg-tertiary);box-shadow:none;transform:none}.ProductCard-module__t53O_a__buyBtn{color:#148345;cursor:pointer;white-space:nowrap;background:#25d36614;border:1px solid #25d36633;border-radius:999px;align-items:center;gap:5px;padding:.5rem 1rem;font-size:.75rem;font-weight:600;text-decoration:none;transition:all .3s cubic-bezier(.16,1,.3,1);display:flex}.ProductCard-module__t53O_a__buyBtn:hover{background:var(--color-whatsapp);color:#fff;border-color:var(--color-whatsapp);transform:translateY(-1px);box-shadow:0 4px 12px #25d36633}.ProductCard-module__t53O_a__buyBtnDisabled{opacity:.6}@media (max-width:640px){.ProductCard-module__t53O_a__imageWrapper{height:180px;padding:1rem}.ProductCard-module__t53O_a__details{padding:.85rem .85rem 1rem}.ProductCard-module__t53O_a__name{font-size:.84rem}.ProductCard-module__t53O_a__price{font-size:.96rem}.ProductCard-module__t53O_a__rating{padding:2px 5px;font-size:.62rem}.ProductCard-module__t53O_a__previewStrip{gap:.2rem;bottom:8px}.ProductCard-module__t53O_a__previewThumb{width:20px;height:20px}.ProductCard-module__t53O_a__wishlistBtn{width:30px;height:30px}.ProductCard-module__t53O_a__bottomActionRow{flex-direction:column;align-items:stretch}.ProductCard-module__t53O_a__actionButtons{width:100%}.ProductCard-module__t53O_a__cartBtn,.ProductCard-module__t53O_a__buyBtn{text-align:center;flex:1;justify-content:center;padding-inline:.75rem}}
.CategoryCarousel-module__YXxBOG__carouselSection{text-align:center;background-color:var(--bg-primary);padding:5rem 0;overflow:hidden}.CategoryCarousel-module__YXxBOG__headerRow{justify-content:space-between;align-items:flex-end;margin-bottom:2rem;padding:0 1rem;display:flex}.CategoryCarousel-module__YXxBOG__title{font-size:var(--font-xl);color:var(--color-heading);margin:0;font-weight:700}.CategoryCarousel-module__YXxBOG__controls{gap:.75rem;display:flex}.CategoryCarousel-module__YXxBOG__scrollBtn{background:var(--bg-secondary);border:1px solid var(--border-color);cursor:pointer;width:44px;height:44px;color:var(--text-primary);border-radius:50%;justify-content:center;align-items:center;font-size:1.25rem;transition:all .3s;display:flex;box-shadow:0 2px 8px #0000000d}.CategoryCarousel-module__YXxBOG__scrollBtn:hover:not(.CategoryCarousel-module__YXxBOG__disabled){background:var(--color-primary);color:#fff;border-color:var(--color-primary);transform:translateY(-2px);box-shadow:0 6px 16px #11a3b733}.CategoryCarousel-module__YXxBOG__scrollBtn.CategoryCarousel-module__YXxBOG__disabled{opacity:.4;cursor:not-allowed;background:var(--bg-tertiary)}.CategoryCarousel-module__YXxBOG__carouselContainer{scrollbar-width:none;-ms-overflow-style:none;scroll-behavior:smooth;gap:1.25rem;padding:.5rem 1rem 2rem;display:flex;overflow-x:auto}.CategoryCarousel-module__YXxBOG__carouselContainer::-webkit-scrollbar{display:none}.CategoryCarousel-module__YXxBOG__card{border-radius:var(--radius-xl);cursor:pointer;background-color:var(--bg-tertiary);border:1px solid #0000;flex:none;min-width:240px;max-width:280px;height:340px;transition:all .4s cubic-bezier(.16,1,.3,1);position:relative;overflow:hidden;box-shadow:0 4px 16px #0000000d}.CategoryCarousel-module__YXxBOG__card:hover{border-color:var(--color-primary-border);transform:translateY(-8px)scale(1.02);box-shadow:0 20px 40px #11a3b726}.CategoryCarousel-module__YXxBOG__cardImage{object-fit:cover;width:100%;height:100%;transition:transform .6s cubic-bezier(.16,1,.3,1);position:absolute;top:0;left:0}.CategoryCarousel-module__YXxBOG__overlay{background:linear-gradient(#0000 40%,#0009 100%);width:100%;height:100%;transition:all .4s;position:absolute;top:0;left:0}.CategoryCarousel-module__YXxBOG__content{text-align:left;width:100%;padding:1.75rem;transition:transform .4s cubic-bezier(.16,1,.3,1);position:absolute;bottom:0;left:0;transform:translateY(12px)}.CategoryCarousel-module__YXxBOG__categoryName{color:#fff;text-shadow:0 2px 4px #0000004d;margin:0 0 .5rem;font-size:1.35rem;font-weight:700}.CategoryCarousel-module__YXxBOG__exploreText{color:#fff;font-size:var(--font-sm);opacity:0;-webkit-backdrop-filter:blur(8px);background:#fff3;border:1px solid #ffffff4d;border-radius:999px;align-items:center;gap:.5rem;padding:.4rem .8rem;font-weight:600;transition:all .4s cubic-bezier(.16,1,.3,1);display:inline-flex;transform:translate(-12px)}.CategoryCarousel-module__YXxBOG__exploreArrow{transition:transform .3s}.CategoryCarousel-module__YXxBOG__card:hover .CategoryCarousel-module__YXxBOG__cardImage{transform:scale(1.1)}.CategoryCarousel-module__YXxBOG__card:hover .CategoryCarousel-module__YXxBOG__overlay{background:linear-gradient(#11a3b71a 0%,#000c 100%)}.CategoryCarousel-module__YXxBOG__card:hover .CategoryCarousel-module__YXxBOG__content{transform:translateY(0)}.CategoryCarousel-module__YXxBOG__card:hover .CategoryCarousel-module__YXxBOG__exploreText{opacity:1;transform:translate(0)}.CategoryCarousel-module__YXxBOG__card:hover .CategoryCarousel-module__YXxBOG__exploreArrow{transform:translate(4px)}@media (max-width:768px){.CategoryCarousel-module__YXxBOG__headerRow{flex-direction:column;align-items:center;gap:1.5rem}}
.CategoryClientView-module__TjC7ga__layout{align-items:flex-start;gap:2rem;margin-top:1.5rem;display:flex}.CategoryClientView-module__TjC7ga__sidebarWrapper{flex:0 0 260px;display:none}@media (min-width:768px){.CategoryClientView-module__TjC7ga__sidebarWrapper{display:block}}.CategoryClientView-module__TjC7ga__content{flex:1;min-width:0}.CategoryClientView-module__TjC7ga__header{justify-content:space-between;align-items:end;gap:1rem;margin-bottom:1rem;display:flex}.CategoryClientView-module__TjC7ga__eyebrow{text-transform:uppercase;letter-spacing:.08em;color:var(--text-secondary);margin:0 0 .2rem;font-size:.72rem;font-weight:700}.CategoryClientView-module__TjC7ga__header h2{color:var(--color-heading);margin:0;font-size:1.45rem;font-weight:600}.CategoryClientView-module__TjC7ga__headerMeta,.CategoryClientView-module__TjC7ga__filterSummary{flex-wrap:wrap;gap:.6rem;display:flex}.CategoryClientView-module__TjC7ga__summaryPill,.CategoryClientView-module__TjC7ga__filterChip,.CategoryClientView-module__TjC7ga__mobileSortPill{background:var(--color-primary-soft);color:var(--color-primary);border-radius:999px;align-items:center;padding:.4rem .75rem;font-size:.8rem;font-weight:700;display:inline-flex}.CategoryClientView-module__TjC7ga__filterSummary{min-height:1.75rem;margin-bottom:1.25rem}.CategoryClientView-module__TjC7ga__mobileToolbar,.CategoryClientView-module__TjC7ga__mobileFiltersPanel{display:none}.CategoryClientView-module__TjC7ga__emptyState{text-align:center;background:var(--bg-primary);border:1px solid var(--border-color);color:var(--text-secondary);box-shadow:var(--shadow-sm);border-radius:18px;padding:4rem 1rem}.CategoryClientView-module__TjC7ga__emptyState strong{color:var(--color-heading);margin-bottom:.45rem;font-size:1.15rem;display:block}.CategoryClientView-module__TjC7ga__emptyActions{flex-wrap:wrap;justify-content:center;gap:.65rem;margin-top:1rem;display:flex}.CategoryClientView-module__TjC7ga__emptyChip{border:1px solid var(--border-color);background:var(--bg-secondary);color:var(--color-heading);cursor:pointer;border-radius:999px;padding:.55rem .85rem;font-weight:700}.CategoryClientView-module__TjC7ga__discoveryBlock{text-align:left;margin-top:1.6rem}.CategoryClientView-module__TjC7ga__discoveryHeader{justify-content:space-between;align-items:center;gap:1rem;margin-bottom:1rem;display:flex}.CategoryClientView-module__TjC7ga__discoveryHeader h3{color:var(--color-heading);margin:0}.CategoryClientView-module__TjC7ga__discoveryLink{color:var(--color-primary);cursor:pointer;background:0 0;border:none;font-weight:700}.CategoryClientView-module__TjC7ga__discoveryGrid{grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:1rem;display:grid}.CategoryClientView-module__TjC7ga__discoveryCard{min-width:0}.CategoryClientView-module__TjC7ga__productGrid{grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:2rem;display:grid}.CategoryClientView-module__TjC7ga__pagination{justify-content:center;align-items:center;gap:1rem;margin-top:1.5rem;display:flex}.CategoryClientView-module__TjC7ga__pageBtn{border:1px solid var(--border-color);background:var(--bg-secondary);color:var(--color-heading);cursor:pointer;border-radius:999px;padding:.65rem 1rem;font-weight:700}.CategoryClientView-module__TjC7ga__pageBtn:disabled{opacity:.45;cursor:not-allowed}.CategoryClientView-module__TjC7ga__pageIndicator{color:var(--text-secondary);font-weight:700}@media (max-width:640px){.CategoryClientView-module__TjC7ga__layout{margin-top:1rem}.CategoryClientView-module__TjC7ga__productGrid{grid-template-columns:repeat(2,minmax(0,1fr));gap:.85rem}.CategoryClientView-module__TjC7ga__headerMeta,.CategoryClientView-module__TjC7ga__filterSummary{gap:.45rem}.CategoryClientView-module__TjC7ga__summaryPill,.CategoryClientView-module__TjC7ga__filterChip,.CategoryClientView-module__TjC7ga__mobileSortPill{padding:.38rem .65rem;font-size:.74rem}.CategoryClientView-module__TjC7ga__pagination{gap:.65rem}.CategoryClientView-module__TjC7ga__pageBtn{min-height:42px;padding:.7rem .95rem}}@media (max-width:767px){.CategoryClientView-module__TjC7ga__layout{display:block}.CategoryClientView-module__TjC7ga__sidebarWrapper{display:none}.CategoryClientView-module__TjC7ga__header{align-items:start;display:grid}.CategoryClientView-module__TjC7ga__mobileToolbar{top:calc(var(--header-height) + .5rem);z-index:15;border:1px solid var(--border-color);box-shadow:var(--shadow-sm);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#fffffff0;border-radius:18px;grid-template-columns:auto 1fr;gap:.75rem;margin-bottom:1rem;padding:.75rem;display:grid;position:sticky}.CategoryClientView-module__TjC7ga__toolbarBtn{background:var(--color-primary);color:#fff;cursor:pointer;border:none;border-radius:14px;min-height:46px;padding:.8rem .95rem;font-weight:700}.CategoryClientView-module__TjC7ga__mobileSortPill{color:var(--color-heading);background:#f4f6fb;justify-content:center;min-height:46px}.CategoryClientView-module__TjC7ga__mobileFiltersPanel{margin-bottom:1rem;display:block}.CategoryClientView-module__TjC7ga__discoveryHeader{justify-content:start;display:grid}}
.CommerceShowcase-module__ffEOFa__section{padding:3rem 0}.CommerceShowcase-module__ffEOFa__header{border-bottom:1px solid var(--border-color);justify-content:space-between;align-items:center;gap:1rem;margin-bottom:2rem;padding-bottom:1rem;display:flex}.CommerceShowcase-module__ffEOFa__headerContent h2{color:var(--color-heading);letter-spacing:-.02em;margin:0;font-size:1.8rem}.CommerceShowcase-module__ffEOFa__headerContent p{color:var(--text-secondary);margin:.4rem 0 0;font-size:.95rem}.CommerceShowcase-module__ffEOFa__bundleRail{grid-template-columns:repeat(2,minmax(280px,1fr));gap:1.5rem;margin-bottom:2.5rem;display:grid}.CommerceShowcase-module__ffEOFa__bundleCard{background:linear-gradient(135deg,rgba(var(--color-primary-rgb),.05),transparent);border:2px dashed var(--color-primary-soft);border-radius:var(--radius-lg);box-shadow:var(--shadow-sm);align-items:flex-start;gap:1rem;padding:1.5rem;transition:transform .2s,box-shadow .2s;display:flex}.CommerceShowcase-module__ffEOFa__bundleCard:hover{box-shadow:var(--shadow-md);border-color:rgba(var(--color-primary-rgb),.4);transform:translateY(-4px)}.CommerceShowcase-module__ffEOFa__bundleIcon{font-size:2rem;line-height:1}.CommerceShowcase-module__ffEOFa__bundleContent{flex:1}.CommerceShowcase-module__ffEOFa__bundleCodeBtn{background:var(--bg-primary);border:1px solid var(--border-color);cursor:pointer;color:var(--color-primary);border-radius:999px;align-items:center;gap:.5rem;margin-bottom:.75rem;padding:.4rem .8rem;font-size:.85rem;font-weight:700;transition:background .2s;display:inline-flex}.CommerceShowcase-module__ffEOFa__bundleCodeBtn:hover{background:var(--color-primary-soft)}.CommerceShowcase-module__ffEOFa__copyHint{color:var(--text-secondary);text-transform:uppercase;letter-spacing:.05em;font-size:.7rem;font-weight:500}.CommerceShowcase-module__ffEOFa__bundleContent h3{margin:0 0 .25rem;font-size:1.1rem}.CommerceShowcase-module__ffEOFa__bundleContent p{color:var(--text-secondary);margin:0 0 .5rem;font-size:.9rem}.CommerceShowcase-module__ffEOFa__bundleContent strong{color:var(--color-success,#059669);font-size:.9rem}.CommerceShowcase-module__ffEOFa__carouselContainer{align-items:center;display:flex;position:relative}.CommerceShowcase-module__ffEOFa__carouselShell{-webkit-mask-image:linear-gradient(90deg,#0000,#000 5% 95%,#0000);mask-image:linear-gradient(90deg,#0000,#000 5% 95%,#0000);flex:1;padding:1.25rem 0;overflow:hidden;-webkit-mask-image:linear-gradient(90deg,#0000,#000 1% 99%,#0000)}.CommerceShowcase-module__ffEOFa__carouselControl{background:var(--bg-primary);border:1px solid var(--border-color);cursor:pointer;width:40px;height:40px;box-shadow:var(--shadow-sm);color:var(--text-secondary);z-index:2;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;transition:all .2s;display:flex}.CommerceShowcase-module__ffEOFa__carouselControl:hover{background:var(--color-primary-soft);color:var(--color-primary);border-color:var(--color-primary)}.CommerceShowcase-module__ffEOFa__controlLeft{margin-right:-20px}.CommerceShowcase-module__ffEOFa__controlRight{margin-left:-20px}.CommerceShowcase-module__ffEOFa__productRail{scroll-snap-type:x mandatory;scroll-behavior:smooth;grid-auto-columns:minmax(260px,320px);grid-auto-flow:column;gap:1.5rem;padding:.5rem;display:grid;overflow-x:auto}.CommerceShowcase-module__ffEOFa__productRail::-webkit-scrollbar{display:none}.CommerceShowcase-module__ffEOFa__productSlide{scroll-snap-align:start;transition:transform .2s;transform:translateY(0)}.CommerceShowcase-module__ffEOFa__productSlide:hover{transform:translateY(-4px)}@media (max-width:768px){.CommerceShowcase-module__ffEOFa__header{flex-direction:column;align-items:flex-start;gap:1.5rem}.CommerceShowcase-module__ffEOFa__bundleRail{grid-template-columns:1fr}.CommerceShowcase-module__ffEOFa__productRail{grid-auto-columns:minmax(240px,82vw);gap:1rem}.CommerceShowcase-module__ffEOFa__carouselControl{display:none}.CommerceShowcase-module__ffEOFa__carouselShell{-webkit-mask-image:none;mask-image:none}}
.FiltersSidebar-module__quYwhG__sidebar{background:var(--bg-primary);border-radius:var(--radius-lg);border:1px solid var(--border-color);height:fit-content;max-height:calc(100vh - 120px);box-shadow:var(--shadow-sm);padding:1.5rem;position:sticky;top:100px;overflow-y:auto}.FiltersSidebar-module__quYwhG__compactSidebar{max-height:none;position:static;top:auto}.FiltersSidebar-module__quYwhG__topRow{justify-content:space-between;align-items:start;gap:1rem;margin-bottom:1.25rem;display:flex}.FiltersSidebar-module__quYwhG__eyebrow{text-transform:uppercase;letter-spacing:.08em;color:var(--text-secondary);margin:0 0 .2rem;font-size:.72rem;font-weight:700}.FiltersSidebar-module__quYwhG__sidebarHeading{color:var(--color-heading);margin:0;font-size:1.1rem}.FiltersSidebar-module__quYwhG__clearBtn{border:1px solid var(--border-color);background:var(--bg-primary);color:var(--text-secondary);cursor:pointer;border-radius:999px;padding:.4rem .75rem;font-size:.8rem;font-weight:600;transition:all .2s}.FiltersSidebar-module__quYwhG__clearBtn:hover{color:var(--color-primary);border-color:var(--color-primary)}.FiltersSidebar-module__quYwhG__filterGroup{margin-bottom:1.5rem}.FiltersSidebar-module__quYwhG__filterGroup:last-child{margin-bottom:0}.FiltersSidebar-module__quYwhG__filterTitle{color:var(--text-primary);margin-bottom:.75rem;font-size:.9rem;font-weight:600}.FiltersSidebar-module__quYwhG__divider{background-color:var(--border-light);height:1px;margin:1.5rem 0}.FiltersSidebar-module__quYwhG__optionsList{flex-direction:column;gap:.65rem;display:flex}.FiltersSidebar-module__quYwhG__radioLabel{color:var(--text-secondary);cursor:pointer;align-items:center;gap:.65rem;font-size:.85rem;transition:color .2s;display:flex}.FiltersSidebar-module__quYwhG__radioLabel:hover{color:var(--text-primary)}.FiltersSidebar-module__quYwhG__radioLabel input[type=radio]{accent-color:var(--color-primary);cursor:pointer;width:.9rem;height:.9rem}.FiltersSidebar-module__quYwhG__colorGrid{flex-wrap:wrap;gap:.6rem;display:flex}.FiltersSidebar-module__quYwhG__chipList{flex-wrap:wrap;gap:.5rem;display:flex}.FiltersSidebar-module__quYwhG__filterChip{border:1px solid var(--border-color);background:var(--bg-primary);color:var(--text-secondary);cursor:pointer;border-radius:999px;padding:.4rem .75rem;font-size:.8rem;font-weight:600;transition:all .2s}.FiltersSidebar-module__quYwhG__filterChip:hover{border-color:var(--color-primary);color:var(--color-primary);background:var(--color-primary-soft)}.FiltersSidebar-module__quYwhG__filterChipActive{background:var(--color-primary);border-color:var(--color-primary);color:#fff}.FiltersSidebar-module__quYwhG__colorChip{cursor:pointer;background:0 0;border:2px solid #0000;border-radius:50%;justify-content:center;align-items:center;width:30px;height:30px;padding:2px;transition:all .2s;display:flex}.FiltersSidebar-module__quYwhG__colorChip:hover{transform:scale(1.1)}.FiltersSidebar-module__quYwhG__colorActive{border-color:var(--color-primary);box-shadow:0 0 0 2px #11a3b726}.FiltersSidebar-module__quYwhG__colorSwatch{border:1px solid #00000014;border-radius:50%;width:100%;height:100%;display:block}.FiltersSidebar-module__quYwhG__sidebar::-webkit-scrollbar{width:5px}.FiltersSidebar-module__quYwhG__sidebar::-webkit-scrollbar-track{background:0 0}.FiltersSidebar-module__quYwhG__sidebar::-webkit-scrollbar-thumb{background-color:#0000001a;border-radius:10px}@media (max-width:768px){.FiltersSidebar-module__quYwhG__sidebar,.FiltersSidebar-module__quYwhG__compactSidebar{border-radius:18px;padding:1rem}.FiltersSidebar-module__quYwhG__topRow{align-items:center}.FiltersSidebar-module__quYwhG__clearBtn{min-height:40px;padding:.55rem .9rem}.FiltersSidebar-module__quYwhG__optionsList{gap:.8rem}.FiltersSidebar-module__quYwhG__radioLabel{min-height:42px;font-size:.88rem}.FiltersSidebar-module__quYwhG__filterChip{min-height:40px;padding:.55rem .9rem}.FiltersSidebar-module__quYwhG__colorChip{width:36px;height:36px}}
.Inventory-module__K317xG__inventoryPage{flex-direction:column;gap:1.5rem;display:flex}.Inventory-module__K317xG__header h1{color:var(--text-primary);letter-spacing:-.3px;margin-bottom:.35rem;font-size:1.5rem;font-weight:700}.Inventory-module__K317xG__header p{color:var(--text-secondary);margin:0;font-size:.9rem}.Inventory-module__K317xG__alertGrid{grid-template-columns:repeat(3,minmax(0,1fr));gap:1rem;display:grid}.Inventory-module__K317xG__alertCard,.Inventory-module__K317xG__alertCardWide{background:var(--bg-primary);border:1px solid var(--border-color);box-shadow:var(--shadow-sm);border-radius:14px;padding:1.1rem 1.2rem}.Inventory-module__K317xG__alertCard strong,.Inventory-module__K317xG__alertCardWide strong{color:var(--text-primary);font-size:1.4rem;display:block}.Inventory-module__K317xG__alertCard span,.Inventory-module__K317xG__alertCardWide span{color:var(--text-secondary);font-size:.85rem}.Inventory-module__K317xG__alertCardWide{grid-column:span 1}.Inventory-module__K317xG__urgentList{flex-wrap:wrap;gap:.45rem;margin-top:.75rem;display:flex}.Inventory-module__K317xG__urgentList span{background:color-mix(in srgb,var(--color-warning)14%,transparent);color:var(--color-warning);border-radius:999px;align-items:center;padding:.3rem .65rem;font-weight:600;display:inline-flex}.Inventory-module__K317xG__controls{background:var(--bg-primary);border:1px solid var(--border-color);box-shadow:var(--shadow-sm);border-radius:14px;justify-content:space-between;align-items:center;gap:1rem;padding:1.25rem;display:flex}.Inventory-module__K317xG__searchInput{border:1px solid var(--border-color);background:var(--bg-secondary);max-width:380px;color:var(--text-primary);border-radius:10px;outline:none;flex:1;padding:.7rem 1rem;font-size:.9rem;transition:all .2s}.Inventory-module__K317xG__searchInput:focus{border-color:var(--color-primary);background:var(--bg-primary);box-shadow:0 0 0 3px color-mix(in srgb,var(--color-primary)14%,transparent)}.Inventory-module__K317xG__filters{gap:.4rem;display:flex}.Inventory-module__K317xG__filterBtn{background:var(--bg-secondary);border:1px solid var(--border-light);color:var(--text-secondary);cursor:pointer;border-radius:20px;padding:.5rem 1rem;font-size:.82rem;font-weight:500;transition:all .2s}.Inventory-module__K317xG__filterBtn:hover{background:var(--bg-tertiary);color:var(--text-primary)}.Inventory-module__K317xG__filterBtn.Inventory-module__K317xG__active{background:var(--color-primary);color:var(--text-light);border-color:var(--color-primary)}.Inventory-module__K317xG__tableWrapper{background:var(--bg-primary);border:1px solid var(--border-color);box-shadow:var(--shadow-sm);border-radius:14px;overflow-x:auto}.Inventory-module__K317xG__table{border-collapse:collapse;text-align:left;width:100%}.Inventory-module__K317xG__table th{text-transform:uppercase;color:var(--text-secondary);border-bottom:1px solid var(--border-light);letter-spacing:.5px;white-space:nowrap;padding:.85rem 1.25rem;font-size:.75rem;font-weight:600}.Inventory-module__K317xG__table td{border-bottom:1px solid var(--border-light);vertical-align:middle;color:var(--text-primary);padding:1rem 1.25rem;font-size:.9rem}.Inventory-module__K317xG__table tbody tr{transition:background-color .15s}.Inventory-module__K317xG__table tbody tr:hover{background-color:var(--bg-secondary)}.Inventory-module__K317xG__productInfo{align-items:center;gap:.85rem;display:flex}.Inventory-module__K317xG__imageThumb{background:var(--bg-secondary);border:1px solid var(--border-light);border-radius:10px;flex-shrink:0;width:44px;height:44px;overflow:hidden}.Inventory-module__K317xG__imageThumb img{object-fit:cover;width:100%;height:100%}.Inventory-module__K317xG__imageFallback{background:var(--color-primary-soft);width:100%;height:100%;color:var(--color-primary);justify-content:center;align-items:center;font-size:.85rem;font-weight:700;display:inline-flex}.Inventory-module__K317xG__productName{color:var(--text-primary);margin-bottom:.15rem;font-size:.9rem;font-weight:600}.Inventory-module__K317xG__productId{color:var(--text-secondary);font-family:SF Mono,Fira Code,monospace;font-size:.72rem}.Inventory-module__K317xG__capitalize{text-transform:capitalize;color:var(--text-secondary)}.Inventory-module__K317xG__price{color:var(--text-primary);font-weight:600}.Inventory-module__K317xG__stockControl{background:var(--bg-secondary);border:1px solid var(--border-light);border-radius:10px;align-items:center;gap:.35rem;width:fit-content;padding:.2rem;display:flex}.Inventory-module__K317xG__stockControl button{background:var(--bg-primary);border:1px solid var(--border-light);cursor:pointer;width:28px;height:28px;color:var(--text-secondary);border-radius:6px;justify-content:center;align-items:center;font-weight:700;transition:all .15s;display:flex}.Inventory-module__K317xG__stockControl button:hover:not(:disabled){background:var(--color-primary-soft);color:var(--color-primary);border-color:var(--color-primary-border)}.Inventory-module__K317xG__stockControl button:disabled{opacity:.4;cursor:not-allowed}.Inventory-module__K317xG__stockControl input{text-align:center;width:48px;color:var(--text-primary);background:0 0;border:none;outline:none;font-size:.9rem;font-weight:600}.Inventory-module__K317xG__stockControl input::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.Inventory-module__K317xG__stockControl input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.Inventory-module__K317xG__badge{letter-spacing:.2px;border-radius:20px;padding:.3rem .7rem;font-size:.72rem;font-weight:600;display:inline-block}.Inventory-module__K317xG__badgeWarning{background:color-mix(in srgb,var(--color-warning)14%,transparent);color:var(--color-warning)}.Inventory-module__K317xG__badgeDanger{background:color-mix(in srgb,var(--color-danger)14%,transparent);color:var(--color-danger)}.Inventory-module__K317xG__badgeSuccess{background:color-mix(in srgb,var(--color-success)14%,transparent);color:var(--color-success)}.Inventory-module__K317xG__emptyState{text-align:center;color:var(--text-secondary);background:var(--bg-secondary);border:1px dashed var(--border-light);border-radius:14px;padding:3rem 1rem;font-size:.9rem}@media (max-width:960px){.Inventory-module__K317xG__alertGrid,.Inventory-module__K317xG__controls{grid-template-columns:1fr}.Inventory-module__K317xG__controls{display:grid}}
.page-module__UqXoya__page{gap:1.5rem;display:grid}.page-module__UqXoya__header,.page-module__UqXoya__section,.page-module__UqXoya__stateCard{background:var(--bg-primary);border:1px solid var(--border-color);box-shadow:var(--shadow-md);border-radius:24px}.page-module__UqXoya__header{justify-content:space-between;align-items:flex-start;gap:1rem;padding:1.5rem;display:flex}.page-module__UqXoya__header h1,.page-module__UqXoya__section h2{color:var(--text-primary);margin:0}.page-module__UqXoya__header p,.page-module__UqXoya__section p,.page-module__UqXoya__stateCard p{color:var(--text-secondary);margin:.45rem 0 0}.page-module__UqXoya__headerActions,.page-module__UqXoya__sectionHeader{justify-content:space-between;align-items:flex-start;gap:1rem;display:flex}.page-module__UqXoya__headerActions{flex-shrink:0}.page-module__UqXoya__section{gap:1rem;padding:1.5rem;display:grid}.page-module__UqXoya__optionList{gap:1rem;display:grid}.page-module__UqXoya__optionCard{border:1px solid var(--border-color);background:var(--bg-secondary);border-radius:18px;gap:.85rem;padding:1rem;display:grid}.page-module__UqXoya__optionGrid{grid-template-columns:repeat(4,minmax(0,1fr));gap:.9rem;display:grid}.page-module__UqXoya__field{gap:.35rem;display:grid}.page-module__UqXoya__field span{color:var(--text-secondary);font-size:.82rem;font-weight:600}.page-module__UqXoya__field input,.page-module__UqXoya__field textarea{border:1px solid var(--border-color);background:var(--bg-primary);width:100%;color:var(--text-primary);border-radius:12px;padding:.8rem .9rem}.page-module__UqXoya__fullWidth{grid-column:1/-1}.page-module__UqXoya__optionActions{justify-content:space-between;align-items:center;gap:1rem;display:flex}.page-module__UqXoya__toggle{color:var(--text-secondary);align-items:center;gap:.55rem;display:inline-flex}.page-module__UqXoya__inlineError{border:1px solid color-mix(in srgb,var(--color-danger)28%,transparent);background:color-mix(in srgb,var(--color-danger)10%,var(--bg-primary));color:var(--color-danger);border-radius:16px;padding:.95rem 1rem}.page-module__UqXoya__stateCard{justify-content:space-between;align-items:center;gap:1rem;padding:1.25rem;display:flex}@media (max-width:900px){.page-module__UqXoya__header,.page-module__UqXoya__sectionHeader,.page-module__UqXoya__optionActions,.page-module__UqXoya__stateCard{grid-template-columns:1fr;display:grid}.page-module__UqXoya__optionGrid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:640px){.page-module__UqXoya__optionGrid{grid-template-columns:1fr}}
.ProductEditor-module__G8Whia__editorPage{flex-direction:column;gap:1.5rem;height:100%;display:flex}.ProductEditor-module__G8Whia__header h1{color:var(--text-primary);letter-spacing:-.3px;margin-bottom:.35rem;font-size:1.5rem;font-weight:700}.ProductEditor-module__G8Whia__header p{color:var(--text-secondary);margin:0;font-size:.9rem}.ProductEditor-module__G8Whia__layout{grid-template-columns:300px 1fr;align-items:start;gap:1.5rem;display:grid}.ProductEditor-module__G8Whia__sidebar{background:var(--bg-primary);border:1px solid var(--border-color);max-height:calc(100vh - 120px);box-shadow:var(--shadow-sm);border-radius:14px;padding:1.25rem;position:sticky;top:90px;overflow-y:auto}.ProductEditor-module__G8Whia__sidebarTitle{color:var(--text-secondary);text-transform:uppercase;letter-spacing:.5px;border-bottom:1px solid var(--border-light);margin-bottom:1rem;padding-bottom:.5rem;font-size:.75rem;font-weight:600}.ProductEditor-module__G8Whia__productList{flex-direction:column;gap:.3rem;display:flex}.ProductEditor-module__G8Whia__productListItem{cursor:pointer;text-align:left;background:0 0;border:1px solid #0000;border-radius:10px;align-items:center;gap:.75rem;padding:.65rem;transition:all .2s;display:flex}.ProductEditor-module__G8Whia__productListItem:hover{background:var(--bg-secondary);border-color:var(--border-light)}.ProductEditor-module__G8Whia__productListItem.ProductEditor-module__G8Whia__active{background:var(--color-primary-soft);border-color:var(--color-primary-border)}.ProductEditor-module__G8Whia__thumb{background:var(--bg-secondary);border:1px solid var(--border-light);border-radius:8px;flex-shrink:0;width:38px;height:38px;overflow:hidden}.ProductEditor-module__G8Whia__thumb img{object-fit:contain;width:100%;height:100%}.ProductEditor-module__G8Whia__thumbFallback{width:100%;height:100%;color:var(--color-primary);background:var(--color-primary-soft);justify-content:center;align-items:center;font-size:.8rem;font-weight:700;display:inline-flex}.ProductEditor-module__G8Whia__listText{flex-direction:column;display:flex;overflow:hidden}.ProductEditor-module__G8Whia__listName{color:var(--text-primary);white-space:nowrap;text-overflow:ellipsis;font-size:.85rem;font-weight:600;overflow:hidden}.ProductEditor-module__G8Whia__listCategory{color:var(--text-secondary);text-transform:capitalize;font-size:.72rem}.ProductEditor-module__G8Whia__mainEditor{background:var(--bg-primary);border:1px solid var(--border-color);box-shadow:var(--shadow-sm);border-radius:14px;padding:1.75rem}.ProductEditor-module__G8Whia__formHeader{border-bottom:1px solid var(--border-light);justify-content:space-between;align-items:center;margin-bottom:1.5rem;padding-bottom:1rem;display:flex}.ProductEditor-module__G8Whia__formHeader h2{color:var(--text-primary);letter-spacing:-.3px;margin:0;font-size:1.25rem;font-weight:600}.ProductEditor-module__G8Whia__deleteActions{align-items:center;gap:.65rem;display:flex}.ProductEditor-module__G8Whia__deleteHint{color:var(--color-danger);font-size:.78rem;font-weight:600}.ProductEditor-module__G8Whia__formGrid{grid-template-columns:1fr 1fr;gap:1.25rem;display:grid}.ProductEditor-module__G8Whia__sectionCard{border:1px solid var(--border-color);background:var(--bg-secondary);border-radius:14px;padding:1.25rem}.ProductEditor-module__G8Whia__sectionHeader{margin-bottom:.85rem}.ProductEditor-module__G8Whia__sectionHeader h3{color:var(--text-primary);margin:0;font-size:1rem;font-weight:600}.ProductEditor-module__G8Whia__sectionHeader p{color:var(--text-secondary);margin:.25rem 0 0;font-size:.82rem}.ProductEditor-module__G8Whia__sectionGrid{grid-template-columns:1fr 1fr;gap:.85rem 1rem;display:grid}.ProductEditor-module__G8Whia__formGroup{flex-direction:column;gap:.4rem;display:flex}.ProductEditor-module__G8Whia__formGroup label{color:var(--text-primary);font-size:.82rem;font-weight:600}.ProductEditor-module__G8Whia__fieldHint{color:var(--text-secondary);font-size:.72rem;line-height:1.4}.ProductEditor-module__G8Whia__formGroup input[type=text],.ProductEditor-module__G8Whia__formGroup input[type=number],.ProductEditor-module__G8Whia__formGroup input[type=url],.ProductEditor-module__G8Whia__formGroup select,.ProductEditor-module__G8Whia__formGroup textarea{border:1px solid var(--border-color);background:var(--bg-primary);color:var(--text-primary);border-radius:10px;padding:.65rem .85rem;font-family:inherit;font-size:.9rem;transition:all .2s}.ProductEditor-module__G8Whia__formGroup input:focus,.ProductEditor-module__G8Whia__formGroup select:focus,.ProductEditor-module__G8Whia__formGroup textarea:focus{border-color:var(--color-primary);background:var(--bg-primary);box-shadow:0 0 0 3px color-mix(in srgb,var(--color-primary)12%,transparent);outline:none}.ProductEditor-module__G8Whia__previewImage{border:1px solid var(--border-light);border-radius:10px;max-width:200px;height:auto;margin-top:.5rem}.ProductEditor-module__G8Whia__uploadPanel{border:1px dashed var(--border-color);background:color-mix(in srgb,var(--bg-secondary)88%,transparent);border-radius:12px;flex-direction:column;gap:.65rem;padding:.85rem;transition:border-color .2s,background .2s,box-shadow .2s;display:flex}.ProductEditor-module__G8Whia__uploadPanelActive{border-color:var(--color-primary);background:color-mix(in srgb,var(--color-primary-soft)70%,var(--bg-primary));box-shadow:0 0 0 3px color-mix(in srgb,var(--color-primary)12%,transparent)}.ProductEditor-module__G8Whia__uploadActions{align-items:center;gap:.65rem;display:flex}.ProductEditor-module__G8Whia__uploadActions input{flex:1}.ProductEditor-module__G8Whia__hiddenInput{display:none}.ProductEditor-module__G8Whia__uploadStatus{color:var(--text-secondary);margin:.25rem 0 0;font-size:.78rem}.ProductEditor-module__G8Whia__progressTrack{background:var(--bg-tertiary,var(--bg-secondary));border:1px solid var(--border-light);border-radius:999px;width:100%;height:8px;overflow:hidden}.ProductEditor-module__G8Whia__progressFill{border-radius:inherit;background:linear-gradient(90deg,var(--color-primary),var(--color-secondary));height:100%;transition:width .2s;display:block}.ProductEditor-module__G8Whia__mainImagePreview{flex-wrap:wrap;align-items:flex-start;gap:.85rem;display:flex}.ProductEditor-module__G8Whia__inputRow{flex-wrap:wrap;gap:.5rem;display:flex}.ProductEditor-module__G8Whia__inputRow input{flex:1;min-width:220px}.ProductEditor-module__G8Whia__imageGalleryPreview{flex-wrap:wrap;gap:.75rem;margin-top:.85rem;display:flex}.ProductEditor-module__G8Whia__galleryThumb{border:1px solid var(--border-light);background:var(--bg-secondary);border-radius:10px;width:72px;height:72px;position:relative;overflow:hidden}.ProductEditor-module__G8Whia__galleryThumb img{object-fit:cover;width:100%;height:100%}.ProductEditor-module__G8Whia__galleryActions{gap:.25rem;display:flex;position:absolute;bottom:4px;left:4px}.ProductEditor-module__G8Whia__galleryMoveBtn{color:#fff;cursor:pointer;background:#0000008c;border:none;border-radius:999px;justify-content:center;align-items:center;width:20px;height:20px;font-size:11px;transition:background .15s,opacity .15s;display:inline-flex}.ProductEditor-module__G8Whia__galleryMoveBtn:hover:not(:disabled){background:var(--color-primary)}.ProductEditor-module__G8Whia__galleryMoveBtn:disabled{opacity:.45;cursor:not-allowed}.ProductEditor-module__G8Whia__removeBtn{color:#fff;cursor:pointer;background:#0000008c;border:none;border-radius:50%;justify-content:center;align-items:center;width:18px;height:18px;font-size:11px;transition:background .15s;display:flex;position:absolute;top:4px;right:4px}.ProductEditor-module__G8Whia__removeBtn:hover{background:var(--color-danger)}.ProductEditor-module__G8Whia__colorPicker{cursor:pointer;border-radius:8px;height:40px;border:none!important;width:50px!important;padding:0!important}.ProductEditor-module__G8Whia__colorsPreview{flex-wrap:wrap;gap:.4rem;margin-top:.75rem;display:flex}.ProductEditor-module__G8Whia__colorTag{background:var(--bg-secondary);border:1px solid var(--border-light);border-radius:20px;align-items:center;gap:.4rem;padding:.35rem .65rem;font-family:SF Mono,monospace;font-size:.75rem;display:flex}.ProductEditor-module__G8Whia__colorSwatch{border:1px solid #00000014;border-radius:50%;width:14px;height:14px}.ProductEditor-module__G8Whia__removeColorBtn{color:var(--text-secondary);cursor:pointer;background:0 0;border:none;font-size:.8rem;font-weight:700;transition:color .15s}.ProductEditor-module__G8Whia__removeColorBtn:hover{color:var(--color-danger)}.ProductEditor-module__G8Whia__formFooter{margin-top:2rem}@media (max-width:900px){.ProductEditor-module__G8Whia__layout,.ProductEditor-module__G8Whia__formGrid,.ProductEditor-module__G8Whia__sectionGrid{grid-template-columns:1fr}.ProductEditor-module__G8Whia__uploadActions,.ProductEditor-module__G8Whia__mainImagePreview{flex-direction:column;align-items:stretch}}
.page-module__n5O0Ma__page{min-height:60vh;padding:2rem 1rem}.page-module__n5O0Ma__fallback{color:var(--text-secondary);padding:1rem 0}
.Wishlist-module__ZKfbgq__page{max-width:1280px;margin:0 auto;padding:3.5rem 2rem 4rem}.Wishlist-module__ZKfbgq__header{justify-content:space-between;align-items:flex-end;gap:1.5rem;margin-bottom:2rem;display:flex}.Wishlist-module__ZKfbgq__eyebrow{background:var(--color-primary-soft);color:var(--color-primary);text-transform:uppercase;letter-spacing:.06em;border-radius:999px;align-items:center;padding:.32rem .75rem;font-size:.78rem;font-weight:700;display:inline-flex}.Wishlist-module__ZKfbgq__header h1{color:var(--text-primary);margin:.85rem 0 .35rem;font-size:clamp(2rem,4vw,3rem)}.Wishlist-module__ZKfbgq__header p{color:var(--text-secondary);max-width:640px;margin:0}.Wishlist-module__ZKfbgq__headerMeta{border:1px solid var(--border-color);background:linear-gradient(180deg,var(--bg-secondary),var(--bg-tertiary));text-align:center;min-width:132px;box-shadow:var(--shadow-sm);border-radius:20px;padding:1rem 1.2rem}.Wishlist-module__ZKfbgq__headerMeta strong{color:var(--text-primary);font-size:2rem;display:block}.Wishlist-module__ZKfbgq__headerMeta span{color:var(--text-secondary);font-size:.92rem}.Wishlist-module__ZKfbgq__actionRow{flex-wrap:wrap;justify-content:space-between;gap:.85rem;margin-bottom:1.5rem;display:flex}.Wishlist-module__ZKfbgq__grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:1.25rem;display:grid}.Wishlist-module__ZKfbgq__emptyState{border:1px solid var(--border-color);background:linear-gradient(180deg,var(--bg-secondary),var(--bg-tertiary));text-align:center;box-shadow:var(--shadow-sm);border-radius:24px;padding:3rem 2rem}.Wishlist-module__ZKfbgq__emptyState h2{color:var(--text-primary);margin:0}.Wishlist-module__ZKfbgq__emptyState p{max-width:560px;color:var(--text-secondary);margin:.85rem auto 0}.Wishlist-module__ZKfbgq__emptyActions{flex-wrap:wrap;justify-content:center;gap:.85rem;margin-top:1.5rem;display:flex}.Wishlist-module__ZKfbgq__loadingState{place-items:center;min-height:60vh;padding:2rem;display:grid}.Wishlist-module__ZKfbgq__loadingCard{border:1px solid var(--border-color);background:linear-gradient(180deg,var(--bg-secondary),var(--bg-tertiary));width:min(100%,980px);box-shadow:var(--shadow-sm);border-radius:22px;padding:1.5rem}.Wishlist-module__ZKfbgq__loadingLine,.Wishlist-module__ZKfbgq__loadingTile{background:linear-gradient(90deg,var(--bg-tertiary),var(--bg-secondary),var(--bg-tertiary));background-size:200% 100%;animation:1.4s ease-in-out infinite Wishlist-module__ZKfbgq__wishlistPulse}.Wishlist-module__ZKfbgq__loadingLine{border-radius:999px;height:14px;margin-bottom:.75rem}.Wishlist-module__ZKfbgq__loadingGrid{grid-template-columns:repeat(3,minmax(0,1fr));gap:1rem;margin-top:1.25rem;display:grid}.Wishlist-module__ZKfbgq__loadingTile{border-radius:18px;height:320px}@keyframes Wishlist-module__ZKfbgq__wishlistPulse{0%{background-position:0%}to{background-position:200%}}@media (max-width:1024px){.Wishlist-module__ZKfbgq__grid,.Wishlist-module__ZKfbgq__loadingGrid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:768px){.Wishlist-module__ZKfbgq__page{padding:2rem 1rem 3rem}.Wishlist-module__ZKfbgq__header{flex-direction:column;align-items:flex-start}.Wishlist-module__ZKfbgq__grid,.Wishlist-module__ZKfbgq__loadingGrid{grid-template-columns:1fr}}
