.Account-module__KvZLVq__accountPage{grid-template-columns:320px 1fr;gap:5rem;max-width:1300px;min-height:100vh;margin:0 auto;padding:6rem 2rem;display:grid}.Account-module__KvZLVq__sidebar{flex-direction:column;gap:2.5rem;display:flex}.Account-module__KvZLVq__profileCard{text-align:left;background:var(--bg-secondary);border:1px solid var(--border-color);text-align:center;border-radius:24px;flex-direction:column;align-items:center;gap:1.5rem;padding:2.5rem;display:flex;position:relative;overflow:hidden}.Account-module__KvZLVq__profileCard:after{content:"";background:var(--color-gold);opacity:.05;filter:blur(40px);border-radius:50%;width:100px;height:100px;position:absolute;top:0;right:0}.Account-module__KvZLVq__avatar{background:linear-gradient(135deg, var(--color-midnight), #2c3e50);width:80px;height:80px;color:var(--color-gold);border:2px solid var(--color-gold-soft);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;margin:0;font-size:2rem;font-weight:600;display:flex;box-shadow:0 8px 16px #0000001a}.Account-module__KvZLVq__profileCard h3{color:var(--text-primary);font-size:1.4rem;font-weight:700;font-family:var(--font-serif);margin:0 0 .5rem}.Account-module__KvZLVq__profileCard p{color:var(--text-secondary);margin:0;font-size:.9rem}.Account-module__KvZLVq__wholesaleBadge{background:var(--color-gold-soft);color:var(--color-midnight);text-transform:uppercase;letter-spacing:.05em;border-radius:999px;margin-top:.5rem;padding:.35rem .85rem;font-size:.7rem;font-weight:700}.Account-module__KvZLVq__nav{flex-direction:column;gap:.5rem;display:flex}.Account-module__KvZLVq__navLink{text-align:left;color:var(--text-secondary);cursor:pointer;background:0 0;border:none;border-radius:16px;align-items:center;gap:1rem;padding:1.15rem 1.5rem;font-size:1rem;font-weight:500;transition:all .3s cubic-bezier(.16,1,.3,1);display:flex}.Account-module__KvZLVq__navLink:hover{background:var(--bg-secondary);color:var(--color-midnight);transform:translate(5px)}.Account-module__KvZLVq__active{background:var(--color-midnight);color:#fff;font-weight:600;box-shadow:0 4px 12px #0000001a}.Account-module__KvZLVq__logoutBtn{color:#ef4444;border:1px solid #ef44441a;margin-top:3rem}.Account-module__KvZLVq__logoutBtn:hover{color:#b91c1c;background:#fff1f2;border-color:#fca5a5}.Account-module__KvZLVq__inputWithAction{align-items:center;gap:.5rem;display:flex}.Account-module__KvZLVq__inputWithAction input{flex-grow:1}.Account-module__KvZLVq__verifyBtn{background:var(--color-primary-soft);color:var(--color-primary);border:1px solid var(--border-color);cursor:pointer;white-space:nowrap;border-radius:12px;justify-content:center;align-items:center;min-width:100px;padding:.6rem 1rem;font-size:.85rem;font-weight:700;transition:all .2s;display:flex}.Account-module__KvZLVq__verifyBtn:hover:not(:disabled){background:var(--color-primary);color:#fff}.Account-module__KvZLVq__verifyBtn:disabled{cursor:not-allowed;opacity:.5}.Account-module__KvZLVq__verified{background:var(--color-success);color:#fff;border-color:var(--color-success)}.Account-module__KvZLVq__spinner{border:2px solid #ffffff4d;border-top-color:#fff;border-radius:50%;width:16px;height:16px;animation:.8s linear infinite Account-module__KvZLVq__spin}@keyframes Account-module__KvZLVq__spin{to{transform:rotate(360deg)}}.Account-module__KvZLVq__tabContent,.Account-module__KvZLVq__tabContainer{flex-direction:column;gap:2rem;animation:.4s ease-out Account-module__KvZLVq__fadeIn;display:flex}@keyframes Account-module__KvZLVq__fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.Account-module__KvZLVq__wholesaleStatusCard{background:var(--bg-secondary);border:1px solid var(--border-color);border-radius:20px;margin-bottom:3rem;padding:2rem}.Account-module__KvZLVq__statusLabel{color:var(--text-secondary);text-transform:uppercase;letter-spacing:.05em;margin-bottom:1rem;font-size:.85rem;font-weight:600;display:block}.Account-module__KvZLVq__statusValueRow{flex-wrap:wrap;align-items:center;gap:1.5rem;display:flex}.Account-module__KvZLVq__statusBadge{border-radius:999px;padding:.5rem 1.25rem;font-size:.9rem;font-weight:700}.Account-module__KvZLVq__statusApproved{color:#059669;background:#ecfdf5;border:1px solid #10b981}.Account-module__KvZLVq__statusPending{color:#d97706;background:#fffbeb;border:1px solid #f59e0b}.Account-module__KvZLVq__statusInfo{flex-direction:column;gap:.5rem;display:flex}.Account-module__KvZLVq__statusNote{color:var(--text-secondary);max-width:400px;margin:0;font-size:.9rem}.Account-module__KvZLVq__businessForm{border:1px solid var(--border-color);box-shadow:var(--shadow-sm);background:#fff;border-radius:24px;padding:2.5rem}.Account-module__KvZLVq__formGrid{grid-template-columns:repeat(2,1fr);gap:2rem;display:grid}.Account-module__KvZLVq__formGroup{flex-direction:column;gap:.75rem;display:flex}.Account-module__KvZLVq__formGroup label{color:var(--text-primary);font-size:.9rem;font-weight:600}.Account-module__KvZLVq__formGroup input,.Account-module__KvZLVq__formGroup select{border:1px solid var(--border-color);background:var(--bg-tertiary);border-radius:12px;padding:.9rem 1.15rem;font-size:1rem;transition:all .2s}.Account-module__KvZLVq__formGroup input:focus,.Account-module__KvZLVq__formGroup select:focus{border-color:var(--color-midnight);background:#fff;outline:none;box-shadow:0 0 0 4px #30404d0d}.Account-module__KvZLVq__formRow{grid-column:1/-1;grid-template-columns:1fr 1fr;gap:2rem;display:grid}.Account-module__KvZLVq__formActions{justify-content:flex-end;margin-top:3rem;display:flex}.Account-module__KvZLVq__sectionHeader{margin-bottom:2.5rem}.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__verificationBanner,.Account-module__KvZLVq__wholesaleOnboardingBanner{border-radius:12px;grid-column:1/-1;justify-content:space-between;align-items:center;gap:1.5rem;margin-bottom:2.5rem;padding:1.25rem 1.75rem;animation:.5s Account-module__KvZLVq__slideIn;display:flex}.Account-module__KvZLVq__verificationBanner{background:#fffbeb;border:1px solid #fde68a}.Account-module__KvZLVq__wholesaleOnboardingBanner{background:linear-gradient(135deg,#fff9eb 0%,#fef3c7 100%);border:1px solid #fde68a}.Account-module__KvZLVq__verificationText h4{color:#92400e;margin:0 0 .25rem;font-size:1.1rem;font-weight:700}.Account-module__KvZLVq__verificationText p{color:#b45309;margin:0;font-size:.95rem}.Account-module__KvZLVq__resendActionBtn{background:var(--color-midnight);color:#fff;cursor:pointer;white-space:nowrap;border:none;border-radius:8px;padding:.6rem 1.2rem;font-size:.9rem;font-weight:600;transition:all .2s}.Account-module__KvZLVq__resendActionBtn:hover{transform:translateY(-1px);box-shadow:0 4px 12px #0000001a}.Account-module__KvZLVq__summaryGrid{grid-template-columns:repeat(3,minmax(0,1fr));gap:1.5rem;margin-bottom:3rem;display:grid}.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:all .3s cubic-bezier(.16,1,.3,1);display:flex}.Account-module__KvZLVq__summaryCard:hover{box-shadow:var(--shadow-md);border-color:var(--color-gold);transform:translateY(-4px)}.Account-module__KvZLVq__summaryCard strong{color:var(--text-primary);font-size:1.25rem}.Account-module__KvZLVq__summaryActionLink{color:var(--color-midnight);cursor:pointer;margin-top:auto;font-size:.85rem;font-weight:600;text-decoration:none}.Account-module__KvZLVq__summaryLabel{text-transform:uppercase;color:var(--text-secondary);letter-spacing:.08em;font-size:.75rem;font-weight:600}.Account-module__KvZLVq__orderCard{border:1px solid var(--border-color);background:var(--bg-primary);border-radius:16px;margin-bottom:1.5rem;padding:1.5rem 2rem;transition:all .3s}.Account-module__KvZLVq__orderHeader{border-bottom:1px solid var(--border-color);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);font-family:monospace;font-size:1.1rem;font-weight:600;display:block}.Account-module__KvZLVq__badge{text-transform:uppercase;border-radius:999px;padding:.4rem .8rem;font-size:.75rem;font-weight:700}.Account-module__KvZLVq__badgeSuccess{color:#059669;background:#ecfdf5;border:1px solid #10b981}.Account-module__KvZLVq__badgeWarning{color:#d97706;background:#fffbeb;border:1px solid #f59e0b}.Account-module__KvZLVq__badgeDanger{color:#dc2626;background:#fef2f2;border:1px solid #ef4444}.Account-module__KvZLVq__orderDetails{justify-content:flex-start;align-items:center;gap:3rem;display:flex}.Account-module__KvZLVq__detailItem{flex-direction:column;gap:.25rem;display:flex}.Account-module__KvZLVq__actions{flex-wrap:wrap;gap:.75rem;margin-left:auto;display:flex}.Account-module__KvZLVq__orderDate{color:var(--text-secondary);margin-top:.25rem;font-size:.85rem;display:block}.Account-module__KvZLVq__detailItem .Account-module__KvZLVq__label{text-transform:uppercase;color:var(--text-secondary);letter-spacing:.05em;font-size:.75rem;font-weight:600}.Account-module__KvZLVq__detailItem .Account-module__KvZLVq__value{color:var(--text-primary);font-size:1rem;font-weight:600}.Account-module__KvZLVq__dangerAction{color:#dc2626!important;border-color:#dc262633!important}.Account-module__KvZLVq__dangerAction:hover{background:#fef2f2!important;border-color:#dc2626!important}.Account-module__KvZLVq__paginationRow{border-top:1px solid var(--border-light);justify-content:center;align-items:center;gap:1.5rem;margin-top:3rem;padding-top:2rem;display:flex}.Account-module__KvZLVq__paginationLabel{color:var(--text-secondary);font-size:.9rem;font-weight:500}.Account-module__KvZLVq__emptyPanel{text-align:center;background:var(--bg-secondary);border:1px dashed var(--border-color);color:var(--text-secondary);border-radius:20px;padding:4rem 2rem}.Account-module__KvZLVq__recommendationsGrid{grid-template-columns:repeat(2,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{box-shadow:var(--shadow-md);border-color:var(--color-gold);transform:translateY(-4px)}.Account-module__KvZLVq__recommendationThumb{background:var(--bg-secondary);border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;width:64px;height:64px;display:flex;overflow:hidden}.Account-module__KvZLVq__recommendationThumb img{object-fit:cover;width:100%;height:100%}.Account-module__KvZLVq__emptyRecommendation{text-align:center;color:var(--text-secondary);background:var(--bg-secondary);border-radius:16px;grid-column:1/-1;padding:3rem}.Account-module__KvZLVq__tierSection{margin-top:4rem}.Account-module__KvZLVq__tierGrid{grid-template-columns:repeat(3,1fr);gap:1.5rem;margin-top:2rem;display:grid}.Account-module__KvZLVq__tierCard{background:var(--bg-primary);border:1px solid var(--border-color);opacity:.8;border-radius:20px;flex-direction:column;gap:1.5rem;padding:2rem;transition:all .4s cubic-bezier(.16,1,.3,1);display:flex}.Account-module__KvZLVq__tierActive{opacity:1;border-color:var(--color-gold);box-shadow:0 10px 40px #d4af371a}.Account-module__KvZLVq__addressGrid,.Account-module__KvZLVq__settingsGrid{grid-template-columns:repeat(2,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);border-radius:16px;padding:1.5rem}.Account-module__KvZLVq__loadingState{place-items:center;min-height:60vh;display:grid}.Account-module__KvZLVq__modalOverlay{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);z-index:1200;background:#0f172a80;place-items:center;padding:1.5rem;display:grid;position:fixed;inset:0}.Account-module__KvZLVq__modalCard{background:var(--bg-primary);width:min(100%,500px);box-shadow:var(--shadow-lg);border-radius:24px;padding:2.5rem}.Account-module__KvZLVq__mobileNav{display:none}@media (max-width:1024px){.Account-module__KvZLVq__accountPage{gap:2rem}}@media (max-width:768px){.Account-module__KvZLVq__accountPage{grid-template-columns:1fr;gap:1.5rem;padding:1.5rem 1rem}.Account-module__KvZLVq__sidebar{display:none}.Account-module__KvZLVq__dashboardContent{padding-bottom:calc(80px + env(safe-area-inset-bottom,0px));overflow-x:hidden}.Account-module__KvZLVq__tabContent,.Account-module__KvZLVq__tabContainer{gap:1.5rem;padding:1rem 0}.Account-module__KvZLVq__summaryGrid,.Account-module__KvZLVq__addressGrid,.Account-module__KvZLVq__settingsGrid,.Account-module__KvZLVq__businessForm,.Account-module__KvZLVq__formGrid,.Account-module__KvZLVq__modalFormGrid,.Account-module__KvZLVq__tierGrid,.Account-module__KvZLVq__recommendationsGrid{gap:1rem;grid-template-columns:1fr!important}.Account-module__KvZLVq__formRow{flex-direction:column;gap:1rem}.Account-module__KvZLVq__tierGrid,.Account-module__KvZLVq__recommendationsGrid{scroll-snap-type:x mandatory;gap:1rem;margin:0 -1rem;padding:0 1rem 1rem;display:flex;overflow-x:auto}.Account-module__KvZLVq__tierCard,.Account-module__KvZLVq__recommendationCard{scroll-snap-align:center;opacity:1;flex:0 0 85%;max-width:320px}.Account-module__KvZLVq__orderHeader{flex-direction:column;align-items:flex-start;gap:.5rem}.Account-module__KvZLVq__orderDetails{flex-direction:column;align-items:flex-start;gap:1rem}.Account-module__KvZLVq__actions{grid-template-columns:1fr 1fr;gap:.5rem;width:100%;margin-top:1.5rem;display:grid}.Account-module__KvZLVq__actions>*{justify-content:center;width:100%!important;padding:.75rem .5rem!important;font-size:.85rem!important}.Account-module__KvZLVq__mobileNav{bottom:0;bottom:env(safe-area-inset-bottom,0px);-webkit-backdrop-filter:blur(20px);z-index:1000;overscroll-behavior-y:contain;background:#0f172af2;border-top:1px solid #ffffff1a;justify-content:space-around;padding:.75rem .5rem;display:flex;position:fixed;left:0;right:0}.Account-module__KvZLVq__mobileNavItem{color:var(--slate-400);cursor:pointer;-webkit-user-select:none;user-select:none;touch-action:manipulation;background:0 0;border:none;flex-direction:column;align-items:center;gap:.4rem;min-width:44px;min-height:44px;padding:.5rem;font-size:.7rem;font-weight:600;display:flex}.Account-module__KvZLVq__mobileNavItem.Account-module__KvZLVq__active{color:var(--gold-primary)}.Account-module__KvZLVq__mobileNavIcon{font-size:1.4rem}}
.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}}
.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}}
.MobileDiscoveryHub-module__lHGK6G__section{display:none}@media (max-width:767px){.MobileDiscoveryHub-module__lHGK6G__section{background:var(--bg-secondary);gap:2rem;padding:1.25rem 1rem .5rem;display:grid}.MobileDiscoveryHub-module__lHGK6G__group{gap:.9rem;display:grid}.MobileDiscoveryHub-module__lHGK6G__groupHeader{flex-wrap:wrap;align-items:center;gap:.75rem;display:flex}.MobileDiscoveryHub-module__lHGK6G__groupHeader h2{color:var(--color-heading);margin:0;font-size:1.85rem;line-height:1.05}.MobileDiscoveryHub-module__lHGK6G__accentPill{background:var(--color-primary-soft);color:var(--color-primary);border-radius:999px;align-items:center;padding:.38rem .72rem;font-size:.82rem;font-weight:700;display:inline-flex}.MobileDiscoveryHub-module__lHGK6G__cardGrid{grid-template-columns:repeat(4,minmax(0,1fr));gap:.8rem;display:grid}.MobileDiscoveryHub-module__lHGK6G__discoveryCard{cursor:pointer;text-align:left;background:0 0;border:none;gap:.45rem;padding:0;display:grid}.MobileDiscoveryHub-module__lHGK6G__cardMedia{aspect-ratio:.9;background:var(--bg-primary);border:1px solid var(--border-color);box-shadow:var(--shadow-sm);border-radius:22px;position:relative;overflow:hidden}.MobileDiscoveryHub-module__lHGK6G__cardMedia img,.MobileDiscoveryHub-module__lHGK6G__imageFallback{width:100%;height:100%}.MobileDiscoveryHub-module__lHGK6G__cardMedia img{object-fit:cover}.MobileDiscoveryHub-module__lHGK6G__imageFallback{color:var(--color-heading);text-align:center;background:linear-gradient(180deg, var(--color-primary-soft), var(--bg-primary));justify-content:center;align-items:center;padding:.75rem;font-weight:700;display:flex}.MobileDiscoveryHub-module__lHGK6G__cardBadge{z-index:1;background:color-mix(in srgb, var(--color-primary) 85%, black 15%);color:#fff;border-radius:999px;padding:.24rem .5rem;font-size:.7rem;font-weight:700;position:absolute;top:.55rem;right:.55rem}.MobileDiscoveryHub-module__lHGK6G__cardLabel{color:var(--color-heading);text-align:center;padding:0 .2rem;font-size:.92rem;font-weight:700;line-height:1.2;display:block}.MobileDiscoveryHub-module__lHGK6G__sheetOverlay{z-index:70;background:#0a0c167a;align-items:flex-end;display:flex;position:fixed;inset:0}.MobileDiscoveryHub-module__lHGK6G__sheet{background:var(--bg-primary);width:100%;max-height:86vh;padding:.8rem 1rem calc(1.25rem + env(safe-area-inset-bottom));border-radius:28px 28px 0 0;overflow-y:auto;box-shadow:0 -16px 48px #0003}.MobileDiscoveryHub-module__lHGK6G__sheetHandle{background:var(--border-color);border-radius:999px;width:112px;height:7px;margin:0 auto 1rem}.MobileDiscoveryHub-module__lHGK6G__sheetHeader{justify-content:space-between;align-items:flex-start;gap:1rem;margin-bottom:1rem;display:flex}.MobileDiscoveryHub-module__lHGK6G__sheetHeader h3,.MobileDiscoveryHub-module__lHGK6G__sheetHeader p{margin:0}.MobileDiscoveryHub-module__lHGK6G__sheetHeader h3{color:var(--color-heading);text-transform:capitalize;font-size:1.55rem}.MobileDiscoveryHub-module__lHGK6G__sheetHeader p{color:var(--text-secondary);margin-top:.3rem;line-height:1.5}.MobileDiscoveryHub-module__lHGK6G__sheetClose{color:var(--text-primary);cursor:pointer;background:0 0;border:none;font-size:2rem;line-height:1}.MobileDiscoveryHub-module__lHGK6G__shapeGrid{grid-template-columns:repeat(2,minmax(0,1fr));gap:.9rem;margin-bottom:1rem;display:grid}.MobileDiscoveryHub-module__lHGK6G__shapeCard{border:1px solid var(--border-color);background:var(--bg-secondary);text-align:center;min-height:144px;color:var(--color-heading);cursor:pointer;box-shadow:var(--shadow-sm);border-radius:24px;place-items:center;gap:.35rem;padding:1rem;display:grid}.MobileDiscoveryHub-module__lHGK6G__shapeIcon{color:var(--color-primary);font-size:2rem}.MobileDiscoveryHub-module__lHGK6G__shapeCard strong{font-size:1rem}.MobileDiscoveryHub-module__lHGK6G__viewAllBtn{border:1px solid var(--border-color);background:var(--bg-secondary);width:100%;color:var(--color-heading);cursor:pointer;border-radius:20px;min-height:56px;margin-bottom:1rem;font-weight:700}.MobileDiscoveryHub-module__lHGK6G__whatsappHelp{background:color-mix(in srgb, var(--color-whatsapp) 8%, white 92%);border:1px solid color-mix(in srgb, var(--color-whatsapp) 28%, transparent);color:var(--color-heading);border-radius:22px;align-items:center;gap:.85rem;padding:1rem;display:flex}.MobileDiscoveryHub-module__lHGK6G__whatsappIcon{font-size:1.6rem;line-height:1}.MobileDiscoveryHub-module__lHGK6G__whatsappHelp strong,.MobileDiscoveryHub-module__lHGK6G__whatsappHelp span{display:block}.MobileDiscoveryHub-module__lHGK6G__whatsappHelp span{color:var(--text-secondary);font-size:.86rem;line-height:1.45}.MobileDiscoveryHub-module__lHGK6G__whatsappArrow{color:var(--color-heading);margin-left:auto;font-size:1.6rem}}
.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}}
.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(8px);z-index:999;background:#00000059;width:100vw;height:100vh;position:fixed;top:0;left:0}.CartDrawer-module__wN0dRW__drawer{background:var(--bg-primary);z-index:1000;border-left:1px solid var(--border-color);flex-direction:column;width:100%;max-width:440px;height:100vh;display:flex;position:fixed;top:0;right:0;box-shadow:-10px 0 40px #00000026}.CartDrawer-module__wN0dRW__header{border-bottom:1px solid var(--border-light);background:var(--bg-secondary);justify-content:space-between;align-items:center;padding:2rem;display:flex}.CartDrawer-module__wN0dRW__header h2{color:var(--color-midnight);font-size:1.5rem;font-weight:700;font-family:var(--font-serif);margin:0}.CartDrawer-module__wN0dRW__closeBtn{border:1px solid var(--border-color);cursor:pointer;color:var(--text-secondary);background:#fff;border-radius:50%;justify-content:center;align-items:center;width:36px;height:36px;transition:all .2s cubic-bezier(.16,1,.3,1);display:flex}.CartDrawer-module__wN0dRW__closeBtn:hover{background:var(--color-midnight);color:#fff;transform:rotate(90deg)}.CartDrawer-module__wN0dRW__content{background:var(--bg-primary);flex-grow:1;padding:2rem;overflow-y:auto}.CartDrawer-module__wN0dRW__emptyState{text-align:center;height:100%;color:var(--text-secondary);flex-direction:column;justify-content:center;align-items:center;gap:1.5rem;display:flex}.CartDrawer-module__wN0dRW__continueBtn{background:var(--color-midnight);color:#fff;cursor:pointer;text-transform:uppercase;letter-spacing:.05em;border:none;border-radius:12px;padding:1rem 2rem;font-size:.85rem;font-weight:600;transition:all .2s}.CartDrawer-module__wN0dRW__continueBtn:hover{background:var(--color-accent);transform:translateY(-2px)}.CartDrawer-module__wN0dRW__itemList{flex-direction:column;gap:1.5rem;display:flex}.CartDrawer-module__wN0dRW__item{border-bottom:1px solid var(--border-light);justify-content:space-between;align-items:flex-start;padding-bottom:1.5rem;transition:background .2s;display:flex;position:relative}.CartDrawer-module__wN0dRW__itemDetails{flex-grow:1}.CartDrawer-module__wN0dRW__itemName{color:var(--text-primary);font-size:1.1rem;font-weight:600;font-family:var(--font-inter);margin-bottom:.5rem}.CartDrawer-module__wN0dRW__itemMeta{color:var(--text-secondary);margin-bottom:.25rem;font-size:.9rem}.CartDrawer-module__wN0dRW__qtyPrice{color:var(--text-primary);align-items:center;gap:1.5rem;margin-top:1rem;font-size:.95rem;display:flex}.CartDrawer-module__wN0dRW__itemPrice{color:var(--color-midnight);font-weight:700}.CartDrawer-module__wN0dRW__removeBtn{color:#ef4444;cursor:pointer;text-transform:uppercase;background:#fff1f2;border:1px solid #fecaca;border-radius:6px;padding:.35rem .75rem;font-size:.75rem;font-weight:700;transition:all .2s}.CartDrawer-module__wN0dRW__removeBtn:hover{color:#fff;background:#ef4444}.CartDrawer-module__wN0dRW__footer{background:var(--bg-secondary);border-top:1px solid var(--border-color);padding:2.5rem 2rem;box-shadow:0 -10px 30px #0000000d}.CartDrawer-module__wN0dRW__summaryRow{color:var(--text-secondary);justify-content:space-between;margin-bottom:.75rem;font-size:1rem;display:flex}.CartDrawer-module__wN0dRW__totalRow{border-top:1px solid var(--border-color);color:var(--color-midnight);margin-top:1.5rem;padding-top:1.5rem;font-size:1.4rem;font-weight:800}.CartDrawer-module__wN0dRW__checkoutBtn{background:var(--color-midnight);color:#fff;text-align:center;text-transform:uppercase;letter-spacing:.1em;border-radius:12px;width:100%;margin-top:2rem;padding:1.25rem;font-size:.9rem;font-weight:700;text-decoration:none;transition:all .3s cubic-bezier(.16,1,.3,1);display:block;box-shadow:0 4px 12px #0000001a}.CartDrawer-module__wN0dRW__checkoutBtn:hover{background:var(--color-accent);transform:translateY(-2px);box-shadow:0 8px 16px #00000026}
.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}}
.ProductCard-module__t53O_a__card{border:1px solid var(--header-border);border-radius:var(--radius-md);background:var(--bg-primary);flex-direction:column;height:100%;transition:all .4s cubic-bezier(.16,1,.3,1);display:flex;position:relative;overflow:hidden}.ProductCard-module__t53O_a__card:hover{border-color:var(--color-accent);background:var(--bg-secondary);transform:translateY(-4px);box-shadow:0 32px 64px -16px #0f172a1a}.ProductCard-module__t53O_a__imageLink{color:inherit;text-decoration:none;display:block;position:relative}.ProductCard-module__t53O_a__imageWrapper{border-bottom:1px solid var(--border-light);background:#fdfdfd;justify-content:center;align-items:center;height:260px;padding:2rem;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;width:100%;height:100%;transition:transform .4s}.ProductCard-module__t53O_a__card:hover .ProductCard-module__t53O_a__productImage{transform:scale(1.05)}.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:#000;padding:3px 10px;font-size:.6rem;font-weight:700;position:absolute;top:45px;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__wholesaleRibbon{background:var(--color-accent);color:#000;z-index:2;letter-spacing:.1em;text-transform:uppercase;padding:4px 12px;font-size:.6rem;font-weight:800;position:absolute;top:12px;left:0}.ProductCard-module__t53O_a__wishlistBtn{border:1px solid var(--border-color);cursor:pointer;z-index:2;width:32px;height:32px;color:var(--text-secondary);background:#ffffffe6;border-radius:2px;justify-content:center;align-items:center;transition:all .2s;display:flex;position:absolute;top:12px;right:12px}.ProductCard-module__t53O_a__wishlistBtn:hover{border-color:var(--color-danger);color:var(--color-danger)}.ProductCard-module__t53O_a__wishlistActive{color:#ef4444;background:#fff1f2}.ProductCard-module__t53O_a__details{flex-direction:column;flex-grow:1;padding:1.25rem;display:flex}.ProductCard-module__t53O_a__brand{text-transform:uppercase;color:var(--text-secondary);letter-spacing:.1em;margin-bottom:.4rem;font-size:.65rem;font-weight:700}.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{font-family:var(--font-playfair);color:var(--color-heading);letter-spacing:-.01em;line-clamp:2;-webkit-line-clamp:2;-webkit-box-orient:vertical;margin-bottom:.75rem;font-size:1.15rem;font-weight:700;line-height:1.25;transition:color .3s;display:-webkit-box;overflow:hidden}.ProductCard-module__t53O_a__card:hover .ProductCard-module__t53O_a__name{color:var(--color-primary)}.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{flex-direction:column;gap:.25rem;margin-bottom:1.25rem;display:flex}.ProductCard-module__t53O_a__priceColumn{flex-direction:column;gap:.1rem;display:flex}.ProductCard-module__t53O_a__price{color:var(--color-primary);align-items:baseline;gap:.5rem;font-size:1.25rem;font-weight:800;display:flex}.ProductCard-module__t53O_a__price small{color:var(--text-secondary);text-transform:uppercase;font-size:.75rem;font-weight:600}.ProductCard-module__t53O_a__packPrice{color:var(--color-accent);font-size:.85rem;font-weight:700}.ProductCard-module__t53O_a__packPrice small{color:var(--text-secondary);font-weight:400}.ProductCard-module__t53O_a__mrp{color:#94a3b8;margin-left:.5rem;font-size:.8rem;text-decoration:line-through}.ProductCard-module__t53O_a__bottomActionRow{gap:.5rem;margin-top:auto;display:grid}.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;border-radius:var(--radius-md);cursor:pointer;text-align:center;text-transform:uppercase;letter-spacing:.08em;border:none;padding:.8rem 1.2rem;font-size:.75rem;font-weight:700;transition:all .3s cubic-bezier(.16,1,.3,1)}.ProductCard-module__t53O_a__cartBtnDisabled{color:#94a3b8;cursor:not-allowed;background:#f1f5f9;border-color:#e2e8f0}.ProductCard-module__t53O_a__cartBtn:hover{background:var(--color-accent);border-color:var(--color-accent);color:#000}.ProductCard-module__t53O_a__cartBtnDisabled:hover{box-shadow:none;background:#f1f5f9;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:200px}.ProductCard-module__t53O_a__details{padding:.85rem .85rem 1rem}.ProductCard-module__t53O_a__name{font-size:1rem}.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}}
.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}}
.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%}}
.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;flex-direction:column;width:72px;min-height:132px;display:flex;position:relative;overflow:hidden}.ProductEditor-module__G8Whia__galleryThumb img{object-fit:cover;width:100%;height:72px}.ProductEditor-module__G8Whia__galleryLabelBadge{color:#fff;white-space:nowrap;text-overflow:ellipsis;background:#0000009e;border-radius:999px;max-width:calc(100% - 28px);padding:.2rem .4rem;font-size:.58rem;font-weight:700;line-height:1;position:absolute;top:6px;left:6px;overflow:hidden}.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__galleryLabelSelect{border:1px solid var(--border-color);background:var(--bg-primary);color:var(--text-primary);border-radius:8px;margin:auto .35rem .35rem;padding:.35rem .45rem;font-size:.68rem}.ProductEditor-module__G8Whia__cropOverlay{z-index:1100;background:#090c12ad;justify-content:center;align-items:center;padding:1rem;display:flex;position:fixed;inset:0}.ProductEditor-module__G8Whia__cropModal{background:var(--bg-primary);border:1px solid var(--border-color);width:min(100%,720px);box-shadow:var(--shadow-md);border-radius:18px;flex-direction:column;gap:1rem;padding:1.25rem;display:flex}.ProductEditor-module__G8Whia__cropHeader{justify-content:space-between;align-items:center;gap:1rem;display:flex}.ProductEditor-module__G8Whia__cropHeader h3{color:var(--text-primary);margin:0}.ProductEditor-module__G8Whia__cropHint{color:var(--text-secondary);margin:0;font-size:.85rem}.ProductEditor-module__G8Whia__cropPreview{background:linear-gradient(180deg, var(--bg-secondary), var(--bg-tertiary,var(--bg-secondary)));border:1px solid var(--border-light);border-radius:16px;justify-content:center;align-items:center;height:420px;display:flex;overflow:hidden}.ProductEditor-module__G8Whia__cropPreview img{object-fit:cover;width:100%;height:100%;transition:transform .15s}.ProductEditor-module__G8Whia__cropControls{grid-template-columns:repeat(3,minmax(0,1fr));gap:.85rem;display:grid}.ProductEditor-module__G8Whia__cropControls label{color:var(--text-primary);flex-direction:column;gap:.4rem;font-size:.8rem;font-weight:600;display:flex}.ProductEditor-module__G8Whia__cropControls input[type=range]{width:100%}.ProductEditor-module__G8Whia__cropFooter{justify-content:flex-end;gap:.75rem;display:flex}.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}.ProductEditor-module__G8Whia__cropControls{grid-template-columns:1fr}.ProductEditor-module__G8Whia__cropPreview{height:320px}.ProductEditor-module__G8Whia__cropFooter,.ProductEditor-module__G8Whia__cropHeader{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}}
