@charset "UTF-8";:root{--deep-teal: #0a3d3f;--rich-teal: #1a5f61;--soft-teal: #2d7c7e;--pale-teal: #e8f4f4;--gold: #c9a96e;--light-gold: #e8d8b8;--charcoal: #1a1a1a;--stone: #2d2d2d;--pearl: #f8f8f8;--ivory: #ffffff;--primary: var(--deep-teal);--secondary: var(--gold);--accent: var(--rich-teal);--background: var(--pearl);--surface: var(--ivory);--text-primary: var(--charcoal);--text-secondary: #5a6c6d;--border: #e1e8e8}._loginPage_1h2k0_1{min-height:100vh;background:var(--background);display:flex;align-items:center;justify-content:center;padding:2rem}._loginContainer_1h2k0_10{display:grid;grid-template-columns:1fr 1fr;max-width:1200px;width:100%;background:var(--surface);border-radius:20px;overflow:hidden;box-shadow:0 20px 60px #0000001a;min-height:800px}._spinner_1h2k0_23{width:1.125rem;height:1.125rem;border:2px solid transparent;border-top:2px solid currentColor;border-radius:50%;animation:_spin_1h2k0_23 1s linear infinite}@keyframes _spin_1h2k0_23{0%{transform:rotate(0)}to{transform:rotate(360deg)}}._firebaseError_1h2k0_39{display:flex;align-items:center;gap:.75rem;padding:1rem;background:#b3543a1a;border:1px solid var(--terracotta);border-radius:8px;color:var(--terracotta);font-size:.85rem;font-weight:500;margin-bottom:1rem}._firebaseError_1h2k0_39 svg{width:1.125rem;height:1.125rem;flex-shrink:0}._brandSection_1h2k0_60{background:linear-gradient(135deg,var(--deep-teal) 0%,var(--rich-teal) 100%);color:#fff;padding:4rem;display:flex;align-items:center;justify-content:center;position:relative;overflow:hidden}._brandSection_1h2k0_60:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="goldPattern" width="20" height="20" patternUnits="userSpaceOnUse"><circle cx="10" cy="10" r="1" fill="%23c9a96e" opacity="0.1"/></pattern></defs><rect width="100" height="100" fill="url(%23goldPattern)"/></svg>');pointer-events:none}._brandContent_1h2k0_82{position:relative;z-index:2;max-width:400px;width:100%}._logo_1h2k0_89{display:flex;align-items:center;gap:.75rem;text-decoration:none;margin-bottom:3rem}._logoIcon_1h2k0_97{width:2.5rem;height:2.5rem;color:var(--gold)}._logoText_1h2k0_103{display:flex;flex-direction:column;line-height:1}._logoPrimary_1h2k0_109{font-size:1rem;font-weight:300;color:#fff;letter-spacing:.2em}._logoSecondary_1h2k0_116{font-size:1.3rem;font-weight:400;color:var(--gold);letter-spacing:.05em}._brandMessage_1h2k0_123 h2{font-size:2.5rem;font-weight:300;line-height:1.2;margin-bottom:1rem;color:#fff}._brandMessage_1h2k0_123 p{font-size:1.1rem;color:#fffc;line-height:1.6;margin-bottom:3rem}._features_1h2k0_138{display:flex;flex-direction:column;gap:2rem}._feature_1h2k0_138{display:flex;align-items:center;gap:1rem}._featureIcon_1h2k0_150{font-size:2rem;filter:drop-shadow(0 4px 8px rgba(0,0,0,.2))}._featureText_1h2k0_155 h4{font-size:1.1rem;font-weight:500;color:#fff;margin-bottom:.25rem}._featureText_1h2k0_155 p{font-size:.9rem;color:#ffffffb3;margin:0}._formSection_1h2k0_169{padding:4rem;display:flex;align-items:center;justify-content:center}._formContainer_1h2k0_176{max-width:400px;width:100%}._formHeader_1h2k0_181{text-align:center;margin-bottom:3rem}._formHeader_1h2k0_181 h1{font-size:2.5rem;font-weight:300;color:var(--text-primary);margin-bottom:.5rem;letter-spacing:-.02em}._formHeader_1h2k0_181 p{color:var(--text-secondary);font-size:1rem;line-height:1.5}._loginForm_1h2k0_200{display:flex;flex-direction:column;gap:1.5rem}._formGroup_1h2k0_206{display:flex;flex-direction:column;gap:.5rem}._formLabel_1h2k0_212{font-size:.9rem;font-weight:500;color:var(--text-primary)}._labelContainer_1h2k0_218{display:flex;justify-content:space-between;align-items:center}._forgotLink_1h2k0_224{font-size:.85rem;color:var(--primary);text-decoration:none;transition:color .3s ease}._forgotLink_1h2k0_224:hover{color:var(--gold)}._formInput_1h2k0_235{padding:1rem 1.25rem;border:1px solid var(--border);border-radius:8px;background:var(--surface);font-size:1rem;color:var(--text-primary);transition:all .3s ease}._formInput_1h2k0_235:focus{outline:none;border-color:var(--primary);box-shadow:0 0 0 3px #0a3d3f1a}._formInput_1h2k0_235::placeholder{color:var(--text-secondary)}._formOptions_1h2k0_255{display:flex;align-items:center;gap:.75rem}._checkboxLabel_1h2k0_261{display:flex;align-items:center;gap:.75rem;font-size:.9rem;color:var(--text-secondary);cursor:pointer}._checkbox_1h2k0_261{display:none}._checkmark_1h2k0_274{width:1.25rem;height:1.25rem;border:1px solid var(--border);border-radius:4px;display:flex;align-items:center;justify-content:center;transition:all .3s ease;position:relative}._checkbox_1h2k0_261:checked+._checkmark_1h2k0_274{background:var(--primary);border-color:var(--primary)}._checkbox_1h2k0_261:checked+._checkmark_1h2k0_274:after{content:"✓";color:#fff;font-size:.8rem;font-weight:700}._loginButton_1h2k0_298{display:flex;align-items:center;justify-content:center;gap:.75rem;padding:1rem 2rem;background:var(--primary);color:var(--pearl);border:none;border-radius:8px;font-size:1rem;font-weight:500;cursor:pointer;transition:all .3s ease;margin-top:.5rem}._loginButton_1h2k0_298:hover{background:var(--rich-teal);transform:translateY(-1px);box-shadow:0 8px 25px #0a3d3f4d}._loginButton_1h2k0_298 svg{width:1.25rem;height:1.25rem}._divider_1h2k0_326{display:flex;align-items:center;gap:1rem;margin:1rem 0;color:var(--text-secondary);font-size:.9rem}._divider_1h2k0_326:before,._divider_1h2k0_326:after{content:"";flex:1;height:1px;background:var(--border)}._socialButtons_1h2k0_343{display:flex;gap:1rem}._socialButton_1h2k0_343{flex:1;display:flex;align-items:center;justify-content:center;gap:.75rem;padding:.75rem 1.5rem;background:transparent;color:var(--text-primary);border:1px solid var(--border);border-radius:8px;font-size:.9rem;font-weight:500;cursor:pointer;transition:all .3s ease}._socialButton_1h2k0_343:hover{border-color:var(--primary);background:var(--pale-teal)}._socialButton_1h2k0_343 svg{width:1.25rem;height:1.25rem}._signupLink_1h2k0_375{text-align:center;margin-top:2rem}._signupLink_1h2k0_375 p{color:var(--text-secondary);font-size:.9rem}._signupText_1h2k0_385{color:var(--primary);text-decoration:none;font-weight:500;transition:color .3s ease}._signupText_1h2k0_385:hover{color:var(--gold)}@media (max-width: 1024px){._loginContainer_1h2k0_10{grid-template-columns:1fr;max-width:500px;min-height:auto}._brandSection_1h2k0_60{display:none}._formSection_1h2k0_169{padding:2rem 1.5rem}}@media (max-width: 768px){._loginPage_1h2k0_1{padding:0;align-items:flex-start;min-height:100vh;background:var(--surface)}._loginContainer_1h2k0_10{border-radius:0;margin:0;min-height:100vh;box-shadow:none;width:100%}._formSection_1h2k0_169{padding:1rem 1.25rem 2rem;justify-content:flex-start;align-items:flex-start}._formContainer_1h2k0_176{max-width:100%;width:100%}._formHeader_1h2k0_181{margin-bottom:1.5rem;text-align:left}._formHeader_1h2k0_181 h1{font-size:1.5rem;font-weight:500;margin-bottom:.5rem;line-height:1.3}._formHeader_1h2k0_181 p{font-size:.85rem;line-height:1.4;color:var(--text-secondary);margin:0}._loginForm_1h2k0_200{gap:1rem;width:100%}._formGroup_1h2k0_206{gap:.35rem}._formLabel_1h2k0_212{font-size:.8rem;font-weight:500}._labelContainer_1h2k0_218{align-items:flex-start;flex-direction:column;gap:.25rem}._forgotLink_1h2k0_224{font-size:.75rem;align-self:flex-end}._formInput_1h2k0_235{padding:.75rem .875rem;font-size:.9rem;border-radius:6px;min-height:44px}._formOptions_1h2k0_255{gap:.5rem;margin:.25rem 0}._checkboxLabel_1h2k0_261{font-size:.78rem;line-height:1.3;gap:.5rem}._checkmark_1h2k0_274{width:1rem;height:1rem}._loginButton_1h2k0_298{padding:.75rem 1.25rem;font-size:.9rem;margin-top:.5rem;border-radius:6px;min-height:44px}._divider_1h2k0_326{margin:.75rem 0;font-size:.75rem;gap:.5rem}._socialButtons_1h2k0_343{flex-direction:row;gap:.5rem;margin:.5rem 0}._socialButton_1h2k0_343{padding:.5rem .75rem;font-size:.75rem;border-radius:6px;min-height:40px;gap:.4rem}._socialButton_1h2k0_343 svg{width:1rem;height:1rem;flex-shrink:0}._signupLink_1h2k0_375{margin-top:1rem}._signupLink_1h2k0_375 p{font-size:.78rem;margin:0}}@media (max-width: 480px){._formSection_1h2k0_169{padding:.75rem 1rem 1.5rem}._formHeader_1h2k0_181{margin-bottom:1.25rem}._formHeader_1h2k0_181 h1{font-size:1.375rem;margin-bottom:.375rem}._formHeader_1h2k0_181 p{font-size:.8rem}._loginForm_1h2k0_200{gap:.875rem}._formInput_1h2k0_235{padding:.675rem .75rem;font-size:.85rem;min-height:42px}._checkboxLabel_1h2k0_261{font-size:.75rem;gap:.4rem}._loginButton_1h2k0_298{padding:.675rem 1rem;font-size:.85rem;min-height:42px}._divider_1h2k0_326{margin:.625rem 0;font-size:.7rem}._socialButtons_1h2k0_343{gap:.375rem;margin:.375rem 0}._socialButton_1h2k0_343{padding:.45rem .6rem;font-size:.7rem;min-height:38px;gap:.3rem}._socialButton_1h2k0_343 svg{width:.9rem;height:.9rem}._signupLink_1h2k0_375{margin-top:.875rem}._signupLink_1h2k0_375 p{font-size:.75rem}}@media (max-width: 360px){._formSection_1h2k0_169{padding:.5rem .75rem 1.25rem}._formHeader_1h2k0_181 h1{font-size:1.25rem}._formHeader_1h2k0_181 p{font-size:.75rem}._formInput_1h2k0_235{padding:.6rem .675rem;font-size:.8rem;min-height:40px}._loginButton_1h2k0_298{padding:.6rem .875rem;font-size:.8rem;min-height:40px}._socialButtons_1h2k0_343{gap:.25rem}._socialButton_1h2k0_343{padding:.4rem .5rem;font-size:.65rem;min-height:36px}._socialButton_1h2k0_343 svg{width:.8rem;height:.8rem}}@media (max-height: 700px) and (max-width: 768px){._formSection_1h2k0_169{padding:.5rem 1rem 1rem}._formHeader_1h2k0_181{margin-bottom:1rem}._loginForm_1h2k0_200{gap:.75rem}._formInput_1h2k0_235{padding:0 .75rem!important;min-height:40px}._loginButton_1h2k0_298{margin-top:.25rem;min-height:40px}._divider_1h2k0_326{margin:.5rem 0}._socialButtons_1h2k0_343{margin:.25rem 0}}@media (max-width: 768px){._formInput_1h2k0_235{font-size:16px}}@supports (padding: max(0px)){._loginPage_1h2k0_1{padding-left:max(0px,env(safe-area-inset-left));padding-right:max(0px,env(safe-area-inset-right));padding-top:max(0px,env(safe-area-inset-top));padding-bottom:max(0px,env(safe-area-inset-bottom))}}._signupPage_1o5vh_1{min-height:100vh;background:var(--background);display:flex;align-items:center;justify-content:center;padding:1rem}._signupContainer_1o5vh_10{display:grid;grid-template-columns:1fr 1fr;max-width:1200px;width:100%;background:var(--surface);border-radius:20px;overflow:hidden;box-shadow:0 20px 60px #0000001a;min-height:900px}._mobileHeader_1o5vh_23{display:none}._desktopBackButton_1o5vh_28{display:block}._formSection_1o5vh_33{padding:4rem;display:flex;align-items:center;justify-content:center;overflow-y:auto}._formContainer_1o5vh_41{max-width:450px;width:100%}._formHeader_1o5vh_46{margin-bottom:3rem}._backButton_1o5vh_50{display:inline-flex;align-items:center;gap:.5rem;color:var(--text-secondary);text-decoration:none;font-size:.9rem;margin-bottom:2rem;transition:color .3s ease}._backButton_1o5vh_50:hover{color:var(--primary)}._backButton_1o5vh_50 svg{width:1rem;height:1rem}._formHeader_1o5vh_46 h1{font-size:2.5rem;font-weight:300;color:var(--text-primary);margin-bottom:.5rem;letter-spacing:-.02em}._formHeader_1o5vh_46 p{color:var(--text-secondary);font-size:1rem;line-height:1.5}._signupForm_1o5vh_84{display:flex;flex-direction:column;gap:1.5rem}._mobileWelcome_1o5vh_91{display:none}._nameGroup_1o5vh_95{display:grid;grid-template-columns:1fr 1fr;gap:1rem}._formGroup_1o5vh_101{display:flex;flex-direction:column;gap:.5rem}._formLabel_1o5vh_107{font-size:.9rem;font-weight:500;color:var(--text-primary)}._formInput_1o5vh_113{padding:1rem 1.25rem;border:1px solid var(--border);border-radius:8px;background:var(--surface);font-size:1rem;color:var(--text-primary);transition:all .3s ease}._formInput_1o5vh_113:focus{outline:none;border-color:var(--primary);box-shadow:0 0 0 3px #0a3d3f1a}._formInput_1o5vh_113::placeholder{color:var(--text-secondary)}._phoneHint_1o5vh_133,._passwordHint_1o5vh_134{font-size:.75rem;color:var(--text-secondary);margin-top:.25rem;line-height:1.3}._formOptions_1o5vh_141{margin:.5rem 0}._checkboxLabel_1o5vh_145{display:flex;align-items:flex-start;gap:.75rem;font-size:.9rem;color:var(--text-secondary);cursor:pointer;line-height:1.4}._checkbox_1o5vh_145{display:none}._checkmark_1o5vh_159{width:1.25rem;height:1.25rem;border:1px solid var(--border);border-radius:4px;display:flex;align-items:center;justify-content:center;transition:all .3s ease;position:relative;flex-shrink:0;margin-top:.1rem}._checkbox_1o5vh_145:checked+._checkmark_1o5vh_159{background:var(--primary);border-color:var(--primary)}._checkbox_1o5vh_145:checked+._checkmark_1o5vh_159:after{content:"✓";color:#fff;font-size:.8rem;font-weight:700}._checkboxText_1o5vh_185{line-height:1.4}._link_1o5vh_189{color:var(--primary);text-decoration:none;transition:color .3s ease}._link_1o5vh_189:hover{color:var(--gold)}._signupButton_1o5vh_199{display:flex;align-items:center;justify-content:center;gap:.75rem;padding:1rem 2rem;background:var(--primary);color:var(--pearl);border:none;border-radius:8px;font-size:1rem;font-weight:500;cursor:pointer;transition:all .3s ease;margin-top:1rem}._signupButton_1o5vh_199:hover:not(:disabled){background:var(--rich-teal);transform:translateY(-1px);box-shadow:0 8px 25px #0a3d3f4d}._signupButton_1o5vh_199:disabled{background:var(--text-secondary);cursor:not-allowed;opacity:.6}._signupButton_1o5vh_199 svg{width:1.25rem;height:1.25rem}._divider_1o5vh_233{display:flex;align-items:center;gap:1rem;margin:1rem 0;color:var(--text-secondary);font-size:.9rem}._divider_1o5vh_233:before,._divider_1o5vh_233:after{content:"";flex:1;height:1px;background:var(--border)}._socialButtons_1o5vh_250{display:flex;gap:1rem}._socialButton_1o5vh_250{flex:1;display:flex;align-items:center;justify-content:center;gap:.75rem;padding:.75rem 1.5rem;background:transparent;color:var(--text-primary);border:1px solid var(--border);border-radius:8px;font-size:.9rem;font-weight:500;cursor:pointer;transition:all .3s ease;margin:1rem 0}._socialButton_1o5vh_250:hover{border-color:var(--primary);background:var(--pale-teal)}._socialButton_1o5vh_250 svg{width:1.25rem;height:1.25rem}._loginLink_1o5vh_283{text-align:center;margin-top:2rem}._loginLink_1o5vh_283 p{color:var(--text-secondary);font-size:.9rem}._loginText_1o5vh_293{color:var(--primary);text-decoration:none;font-weight:500;transition:color .3s ease}._loginText_1o5vh_293:hover{color:var(--gold)}._benefitsSection_1o5vh_305{background:linear-gradient(135deg,var(--deep-teal) 0%,var(--rich-teal) 100%);color:#fff;padding:4rem;display:flex;align-items:center;justify-content:center;position:relative;overflow:hidden}._benefitsSection_1o5vh_305:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="goldPattern" width="20" height="20" patternUnits="userSpaceOnUse"><circle cx="10" cy="10" r="1" fill="%23c9a96e" opacity="0.1"/></pattern></defs><rect width="100" height="100" fill="url(%23goldPattern)"/></svg>');pointer-events:none}._benefitsContent_1o5vh_327{position:relative;z-index:2;max-width:400px;width:100%}._benefitsHeader_1o5vh_334{margin-bottom:3rem;text-align:center}._benefitsHeader_1o5vh_334 h2{font-size:2.5rem;font-weight:300;line-height:1.2;margin-bottom:1rem;color:#fff}._benefitsHeader_1o5vh_334 p{font-size:1.1rem;color:#fffc;line-height:1.6}._benefitsList_1o5vh_353{display:flex;flex-direction:column;gap:2rem;margin-bottom:3rem}._benefit_1o5vh_305{display:flex;align-items:flex-start;gap:1rem}._benefitIcon_1o5vh_366{font-size:2rem;filter:drop-shadow(0 4px 8px rgba(0,0,0,.2));flex-shrink:0}._benefitText_1o5vh_372 h3{font-size:1.1rem;font-weight:500;color:#fff;margin-bottom:.5rem}._benefitText_1o5vh_372 p{font-size:.9rem;color:#ffffffb3;line-height:1.5;margin:0}._testimonial_1o5vh_386{background:#ffffff1a;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:12px;padding:2rem;border:1px solid rgba(255,255,255,.2)}._quote_1o5vh_394{font-size:1rem;line-height:1.6;color:#fff;font-style:italic;margin-bottom:1.5rem}._author_1o5vh_402{display:flex;align-items:center;gap:1rem}._authorAvatar_1o5vh_408{font-size:1.5rem}._authorName_1o5vh_412{font-size:1rem;font-weight:500;color:#fff;margin-bottom:.25rem}._authorRole_1o5vh_419{font-size:.85rem;color:#ffffffb3}@media (max-width: 1024px){._signupContainer_1o5vh_10{grid-template-columns:1fr;max-width:600px;min-height:auto}._benefitsSection_1o5vh_305{display:none}._formSection_1o5vh_33{padding:2rem 1.5rem}}@media (max-width: 768px){._signupPage_1o5vh_1{padding:0;align-items:flex-start;min-height:100vh;background:var(--background)}._signupContainer_1o5vh_10{border-radius:0;margin:0;min-height:100vh;box-shadow:none;width:100%;display:block}._formSection_1o5vh_33{padding:0;justify-content:flex-start;align-items:flex-start;background:var(--background);min-height:100vh;display:block}._formContainer_1o5vh_41{max-width:100%;width:100%;padding:0;display:flex;flex-direction:column;min-height:100vh}._mobileHeader_1o5vh_23{display:flex;align-items:center;justify-content:space-between;padding:.75rem 1rem;background:var(--surface);border-bottom:1px solid var(--border);position:sticky;top:0;z-index:100;flex-shrink:0;min-height:56px}._mobileBackButton_1o5vh_491{display:flex;align-items:center;justify-content:center;width:2.25rem;height:2.25rem;border-radius:8px;background:var(--surface);border:1px solid var(--border);color:var(--text-primary);text-decoration:none;transition:all .3s ease}._mobileBackButton_1o5vh_491 svg{width:1.125rem;height:1.125rem}._mobileTitle_1o5vh_510{font-size:1.125rem;font-weight:600;color:var(--text-primary);margin:0;text-align:center;flex:1}._mobilePlaceholder_1o5vh_519{width:2.25rem;height:2.25rem}._desktopBackButton_1o5vh_28,._formHeader_1o5vh_46{display:none}._mobileWelcome_1o5vh_91{display:block;text-align:center;padding:1.5rem 1rem 1rem;background:var(--surface);border-bottom:1px solid var(--border);flex-shrink:0}._mobileWelcome_1o5vh_91 h2{font-size:1.375rem;font-weight:700;color:var(--text-primary);margin-bottom:.375rem;line-height:1.2}._mobileWelcome_1o5vh_91 p{font-size:.875rem;color:var(--text-secondary);margin:0;line-height:1.3}._signupForm_1o5vh_84{gap:1rem;padding:1.25rem 1rem 1.5rem;background:var(--background);flex:1;overflow-y:auto;display:flex;flex-direction:column}._nameGroup_1o5vh_95{grid-template-columns:1fr;gap:.875rem}._formGroup_1o5vh_101{gap:.375rem}._formLabel_1o5vh_107{font-size:.8rem;font-weight:600;color:var(--text-primary);margin-bottom:.125rem}._formInput_1o5vh_113{padding:.875rem .75rem;font-size:.95rem;border-radius:10px;min-height:46px;border:1.5px solid var(--border);background:var(--surface);transition:all .2s ease;width:100%;box-sizing:border-box}._formInput_1o5vh_113:focus{border-color:var(--primary);box-shadow:0 0 0 2px #0a3d3f1a;transform:none}._phoneHint_1o5vh_133,._passwordHint_1o5vh_134{font-size:.7rem;line-height:1.2;margin-top:.25rem;color:var(--text-secondary)}._formOptions_1o5vh_141{margin:.5rem 0}._checkboxLabel_1o5vh_145{font-size:.8rem;line-height:1.3;align-items:flex-start;gap:.625rem;padding:.875rem;background:var(--surface);border-radius:10px;border:1.5px solid var(--border);transition:all .2s ease;width:100%;box-sizing:border-box;margin:.5rem 0}._checkboxLabel_1o5vh_145:has(._checkbox_1o5vh_145:checked){border-color:var(--primary);background:var(--pale-teal)}._checkmark_1o5vh_159{width:1.125rem;height:1.125rem;margin-top:.05rem;border-radius:4px;flex-shrink:0}._signupButton_1o5vh_199{padding:.875rem 1.25rem;font-size:.95rem;font-weight:600;margin-top:.75rem;border-radius:10px;min-height:48px;background:linear-gradient(135deg,var(--primary) 0%,var(--rich-teal) 100%);box-shadow:0 2px 8px #0a3d3f33;transition:all .2s ease;width:100%;box-sizing:border-box;display:flex;align-items:center;justify-content:center;gap:.5rem}._signupButton_1o5vh_199:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 4px 12px #0a3d3f4d}._signupButton_1o5vh_199:disabled{background:var(--text-secondary);transform:none;box-shadow:none}._signupButton_1o5vh_199 svg{width:1.125rem;height:1.125rem;flex-shrink:0}._divider_1o5vh_233{margin:1rem 0;font-size:.8rem;gap:.5rem;color:var(--text-secondary);width:100%}._divider_1o5vh_233:before,._divider_1o5vh_233:after{height:1px}._socialButtons_1o5vh_250{flex-direction:row;gap:.625rem;margin:.75rem 0 1rem;width:100%}._socialButton_1o5vh_250{padding:.75rem .875rem;font-size:.8rem;font-weight:500;border-radius:10px;min-height:44px;gap:.375rem;border:1.5px solid var(--border);background:var(--surface);transition:all .2s ease;flex:1;box-sizing:border-box;display:flex;align-items:center;justify-content:center}._socialButton_1o5vh_250:hover{border-color:var(--primary);transform:translateY(-1px)}._socialButton_1o5vh_250 svg{width:1.125rem;height:1.125rem;flex-shrink:0}._loginLink_1o5vh_283{margin-top:auto;padding:.875rem;background:var(--surface);border-radius:10px;border:1px solid var(--border);width:100%;box-sizing:border-box}._loginLink_1o5vh_283 p{font-size:.8rem;margin:0;color:var(--text-secondary);text-align:center;line-height:1.2}._loginText_1o5vh_293{font-weight:600;color:var(--primary)}._spinner_1o5vh_753{width:1.125rem;height:1.125rem;border:2px solid transparent;border-top:2px solid currentColor;border-radius:50%;animation:_spin_1o5vh_753 1s linear infinite}@keyframes _spin_1o5vh_753{0%{transform:rotate(0)}to{transform:rotate(360deg)}}}@media (max-width: 480px){._mobileHeader_1o5vh_23{padding:.625rem .875rem;min-height:52px}._mobileTitle_1o5vh_510{font-size:1rem}._mobileWelcome_1o5vh_91{padding:1.25rem .875rem .875rem}._mobileWelcome_1o5vh_91 h2{font-size:1.25rem;margin-bottom:.25rem}._mobileWelcome_1o5vh_91 p{font-size:.8rem}._signupForm_1o5vh_84{padding:1rem .875rem 1.25rem;gap:.875rem}._nameGroup_1o5vh_95{gap:.75rem}._formInput_1o5vh_113{padding:.75rem .625rem;min-height:42px;font-size:.9rem}._checkboxLabel_1o5vh_145{font-size:.75rem;padding:.75rem;gap:.5rem;margin:.375rem 0}._signupButton_1o5vh_199{padding:.75rem 1rem;font-size:.9rem;min-height:44px;margin-top:.5rem}._divider_1o5vh_233{margin:.75rem 0;font-size:.75rem}._socialButtons_1o5vh_250{gap:.5rem;margin:.5rem 0 .75rem}._socialButton_1o5vh_250{padding:.625rem .75rem;font-size:.75rem;min-height:40px}._loginLink_1o5vh_283{padding:.75rem}._loginLink_1o5vh_283 p{font-size:.75rem}}@media (max-width: 360px){._mobileHeader_1o5vh_23{padding:.5rem .75rem;min-height:48px}._mobileBackButton_1o5vh_491{width:2rem;height:2rem}._mobileWelcome_1o5vh_91{padding:1rem .75rem .75rem}._signupForm_1o5vh_84{padding:.875rem .75rem 1rem;gap:.75rem}._formInput_1o5vh_113{padding:.625rem .5rem;min-height:40px;font-size:.875rem}._signupButton_1o5vh_199{padding:.625rem .875rem;min-height:42px;font-size:.875rem}._socialButton_1o5vh_250{padding:.5rem .625rem;min-height:38px;font-size:.7rem}}@media (max-height: 700px) and (max-width: 768px){._mobileWelcome_1o5vh_91{padding:1rem 1rem .75rem}._signupForm_1o5vh_84{padding:1rem 1rem 1.25rem;gap:.75rem}._formInput_1o5vh_113{padding:.75rem .625rem;min-height:40px}._signupButton_1o5vh_199{margin-top:.5rem;min-height:42px}._socialButtons_1o5vh_250{margin:.5rem 0 .75rem}}@media (max-width: 768px){._signupForm_1o5vh_84{-webkit-overflow-scrolling:touch}._formContainer_1o5vh_41{overflow:hidden}}._firebaseError_1o5vh_924{display:flex;align-items:center;gap:.75rem;padding:1rem;background:#b3543a1a;border:1px solid var(--terracotta);border-radius:8px;color:var(--terracotta);font-size:.85rem;font-weight:500;margin-bottom:1rem}._firebaseError_1o5vh_924 svg{width:1.125rem;height:1.125rem;flex-shrink:0}._inputError_1o5vh_944{border-color:var(--terracotta)!important;background:#b3543a0d!important}._inputError_1o5vh_944:focus{box-shadow:0 0 0 2px #b3543a1a!important}._errorText_1o5vh_953{color:red;font-size:.75rem;font-weight:500;margin-top:.25rem;display:block}._checkboxError_1o5vh_961{border-color:var(--terracotta)!important;background:#b3543a0d!important}._signupButton_1o5vh_199:disabled{position:relative;overflow:hidden}._userAccount_nxkat_2{min-height:100vh;background:var(--background);padding:1rem 0}._container_nxkat_8{max-width:800px;margin:0 auto;padding:0 1rem}._accountHeader_nxkat_15{text-align:center;padding:2rem 0 1.5rem;border-bottom:1px solid var(--border);margin-bottom:1.5rem}._avatar_nxkat_22{width:80px;height:80px;border-radius:50%;background:linear-gradient(135deg,var(--gold) 0%,var(--light-gold) 100%);display:flex;align-items:center;justify-content:center;margin:0 auto 1rem;border:3px solid var(--pearl);box-shadow:0 4px 20px #c9a96e33}._avatarText_nxkat_35,._avatarFallback_nxkat_41{font-size:2rem;font-weight:600;color:var(--charcoal)}._userInfo_nxkat_47 h1{font-size:1.5rem;font-weight:600;color:var(--text-primary);margin:0 0 .25rem}._userInfo_nxkat_47 p{color:var(--text-secondary);margin:0;font-size:.95rem}._accountNav_nxkat_61{display:flex;gap:.5rem;margin-bottom:2rem;padding:.5rem;background:var(--surface);border-radius:12px;border:1px solid var(--border)}._navItem_nxkat_71{flex:1;padding:.875rem 1rem;background:transparent;border:none;border-radius:8px;color:var(--text-secondary);font-size:.9rem;font-weight:500;cursor:pointer;transition:all .3s ease;position:relative;display:flex;align-items:center;justify-content:center;gap:.5rem}._navItem_nxkat_71:hover{color:var(--primary);background:var(--pale-teal)}._navActive_nxkat_94{background:var(--primary);color:var(--pearl)}._navActive_nxkat_94:hover{background:var(--rich-teal);color:var(--pearl)}._badge_nxkat_104{background:var(--gold);color:var(--charcoal);padding:.2rem .5rem;border-radius:12px;font-size:.75rem;font-weight:600;min-width:20px}._accountContent_nxkat_115{background:var(--surface);border-radius:16px;border:1px solid var(--border);padding:1.5rem}._sectionHeader_nxkat_122{margin-bottom:1.5rem}._sectionHeader_nxkat_122 h2{font-size:1.25rem;font-weight:600;color:var(--text-primary);margin:0 0 .25rem}._sectionHeader_nxkat_122 p{color:var(--text-secondary);margin:0;font-size:.9rem}._profileInfoGrid_nxkat_140{display:grid;grid-template-columns:1fr;gap:1rem}._infoCard_nxkat_146{display:flex;align-items:flex-start;gap:1rem;padding:1rem;background:var(--background);border-radius:12px;border:1px solid var(--border);transition:all .3s ease}._infoCard_nxkat_146:hover{border-color:var(--gold);transform:translateY(-1px)}._infoIcon_nxkat_162{font-size:1.25rem;width:40px;height:40px;display:flex;align-items:center;justify-content:center;background:var(--pale-teal);border-radius:8px;flex-shrink:0}._infoContent_nxkat_174{flex:1}._infoContent_nxkat_174 label{display:block;font-size:.8rem;font-weight:600;color:var(--text-secondary);margin-bottom:.25rem;text-transform:uppercase;letter-spacing:.05em}._infoContent_nxkat_174 p{font-size:.95rem;color:var(--text-primary);margin:0;font-weight:500}._logoutBtn_nxkat_196{grid-column:1 / -1;background:#e63946;color:#fff;font-weight:600;padding:.875rem 1.5rem;border:none;border-radius:8px;cursor:pointer;box-shadow:0 2px 8px #e6394633;transition:all .3s ease;margin-top:.5rem;font-size:.9rem}._logoutBtn_nxkat_196:hover{background:#d62839;transform:translateY(-1px);box-shadow:0 4px 12px #e639464d}._ordersList_nxkat_218{display:flex;flex-direction:column;gap:1rem}._orderItem_nxkat_224{padding:1rem;background:var(--background);border-radius:12px;border:1px solid var(--border);transition:all .3s ease}._orderItem_nxkat_224:hover{border-color:var(--gold);transform:translateY(-1px)}._orderItemHeader_nxkat_238{display:flex;flex-direction:column;gap:.5rem;margin-bottom:1rem;padding-bottom:.75rem;border-bottom:1px solid rgba(0,0,0,.08)}._orderId_nxkat_247{font-weight:700;color:var(--text-primary);font-size:1rem;line-height:1.3}._orderDate_nxkat_254{font-size:.8rem;color:var(--text-secondary);order:3;margin-top:.25rem}._orderStatusBadge_nxkat_262{align-self:flex-start;padding:.35rem .75rem;border-radius:20px;font-size:.75rem;font-weight:600;text-transform:capitalize;margin-top:.25rem;white-space:nowrap}._paid_nxkat_274{background:#22c55e1f;color:#16a34a;border:1px solid rgba(34,197,94,.15)}._processing_nxkat_280{background:#3b82f614;color:#2563eb;border:1px solid rgba(59,130,246,.12)}._cancelled_nxkat_286{background:#ef444414;color:#dc2626;border:1px solid rgba(239,68,68,.12)}._pending_nxkat_292{background:#f59e0b14;color:#d97706;border:1px solid rgba(245,158,11,.12)}._shipped_nxkat_298{background:#8b5cf614;color:#7c3aed;border:1px solid rgba(139,92,246,.12)}._delivered_nxkat_304{background:#22c55e14;color:#16a34a;border:1px solid rgba(34,197,94,.12)}._orderSummary_nxkat_311{display:flex;flex-direction:column;gap:1rem}._itemsPreview_nxkat_318{display:flex;align-items:flex-start;gap:.75rem;width:100%}._itemThumb_nxkat_325{width:40px;height:40px;border-radius:6px;overflow:hidden;flex-shrink:0;display:flex;align-items:center;justify-content:center;background:var(--pale-teal);border:1px solid var(--border)}._itemThumb_nxkat_325 img{width:100%;height:100%;object-fit:cover}._itemInitial_nxkat_344{width:100%;height:100%;display:flex;align-items:center;justify-content:center;font-weight:600;color:var(--deep-teal);font-size:1rem;background:linear-gradient(135deg,var(--pale-teal) 0%,#f0f7f7 100%)}._itemMore_nxkat_357{width:40px;height:40px;border-radius:6px;background:var(--surface);display:flex;align-items:center;justify-content:center;font-weight:700;color:var(--text-secondary);border:1px dashed var(--border);font-size:.8rem}._itemsMeta_nxkat_372{flex:1;min-width:0}._orderItems_nxkat_377{font-weight:600;font-size:.85rem;color:var(--text-primary);margin-bottom:.25rem}._itemNames_nxkat_384{color:var(--text-secondary);font-size:.85rem;line-height:1.4}._leadItem_nxkat_390{font-weight:600;color:var(--text-primary);display:block;margin-bottom:.125rem}._otherCount_nxkat_397{color:var(--text-secondary);font-weight:500;font-size:.8rem}._noItems_nxkat_403{color:var(--text-secondary);font-style:italic;font-size:.85rem}._orderCost_nxkat_410{display:flex;flex-direction:column;gap:.75rem;width:100%;border-top:1px solid var(--border);padding-top:.75rem}._orderTotal_nxkat_419{font-weight:700;font-size:1.1rem;color:var(--deep-teal);text-align:left}._orderActions_nxkat_426{display:flex;gap:.75rem;flex-wrap:wrap}._actionBtn_nxkat_432{padding:.5rem 1rem;background:transparent;border:1px solid var(--border);border-radius:6px;color:var(--text-primary);font-size:.85rem;font-weight:500;cursor:pointer;transition:all .3s ease;flex:1;min-width:120px;text-align:center}._actionBtn_nxkat_432:hover{border-color:var(--gold);color:var(--gold);background:#c9a96e0d}._orderExtra_nxkat_454{margin-top:1rem;padding-top:.75rem;border-top:1px dashed rgba(0,0,0,.08);max-height:0;overflow:hidden;opacity:0;transition:max-height .35s ease,opacity .25s ease}._orderExtra_nxkat_454._show_nxkat_466{max-height:600px;opacity:1}._fullItemList_nxkat_471{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.75rem}._fullItemList_nxkat_471 li{display:flex;align-items:center;gap:.75rem;padding:.6rem;border-radius:8px;background:var(--surface);border:1px solid var(--border)}._fullThumb_nxkat_490{width:48px;height:48px;border-radius:6px;object-fit:cover;border:1px solid var(--border);background:var(--pale-teal);flex-shrink:0}._fullMeta_nxkat_500{display:flex;flex-direction:column;gap:.2rem;flex:1;min-width:0}._fullName_nxkat_508{font-size:.85rem;font-weight:600;color:var(--text-primary);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}._fullQty_nxkat_517{font-size:.75rem;color:var(--text-secondary)}._fullPrice_nxkat_522{font-size:.8rem;font-weight:700;color:var(--deep-teal)}._fullItemList_nxkat_471 img{height:2rem}._addressesGrid_nxkat_535{display:grid;grid-template-columns:1fr;gap:1rem;margin-bottom:1.5rem}._addressItem_nxkat_542{padding:1.25rem;background:var(--background);border-radius:12px;border:1px solid var(--border);transition:all .3s ease}._addressItem_nxkat_542:hover{border-color:var(--gold);transform:translateY(-1px)}._addressHeader_nxkat_555{display:flex;justify-content:space-between;align-items:center;margin-bottom:.75rem}._addressHeader_nxkat_555 h3{font-size:1rem;font-weight:600;color:var(--text-primary);margin:0}._defaultTag_nxkat_569{background:var(--gold);color:var(--charcoal);padding:.25rem .75rem;border-radius:12px;font-size:.75rem;font-weight:600;text-transform:uppercase}._addressContent_nxkat_579{line-height:1.5;color:var(--text-secondary);margin-bottom:1rem;font-size:.9rem}._addressActions_nxkat_586{display:flex;align-items:center;gap:.5rem;flex-wrap:wrap}._textBtn_nxkat_593{background:none;border:none;color:var(--text-secondary);font-size:.85rem;cursor:pointer;transition:color .3s ease;padding:.25rem 0}._textBtn_nxkat_593:hover{color:var(--gold)}._separator_nxkat_607{color:var(--border);font-size:.85rem}._addBtn_nxkat_612{display:flex;align-items:center;gap:.5rem;padding:1rem 1.5rem;background:transparent;border:2px dashed var(--border);border-radius:12px;color:var(--text-secondary);font-size:.95rem;font-weight:500;cursor:pointer;transition:all .3s ease;width:100%;justify-content:center}._addBtn_nxkat_612:hover{border-color:var(--gold);color:var(--gold)}._addBtn_nxkat_612 span{font-size:1.25rem}._emptyState_nxkat_639{text-align:center;padding:3rem 1rem}._emptyIcon_nxkat_644{font-size:3rem;margin-bottom:1rem;opacity:.5}._emptyState_nxkat_639 h3{font-size:1.25rem;font-weight:600;color:var(--text-primary);margin:0 0 .5rem}._emptyState_nxkat_639 p{color:var(--text-secondary);margin:0 0 1.5rem;font-size:.95rem}._ctaBtn_nxkat_663{display:inline-block;padding:.875rem 2rem;background:var(--primary);color:var(--pearl);text-decoration:none;border-radius:8px;font-size:.9rem;font-weight:500;transition:all .3s ease}._ctaBtn_nxkat_663:hover{background:var(--rich-teal);transform:translateY(-1px)}._loadingState_nxkat_681,._loadingPage_nxkat_682,._errorPage_nxkat_683{text-align:center;padding:3rem 1rem;color:var(--text-secondary);font-size:1rem}._errorPage_nxkat_683{color:#dc2626}._loadingSpinner_nxkat_695{width:20px;height:20px;border:2px solid var(--border);border-top:2px solid var(--gold);border-radius:50%;animation:_spin_nxkat_1 1s linear infinite;margin:0 auto 1rem}@keyframes _spin_nxkat_1{0%{transform:rotate(0)}to{transform:rotate(360deg)}}._loadingState_nxkat_681{text-align:center;padding:2rem;color:var(--text-secondary);display:flex;flex-direction:column;align-items:center;gap:1rem}._loadingPage_nxkat_682{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:50vh;gap:1rem;color:var(--text-secondary)}._errorPage_nxkat_683{text-align:center;padding:3rem 1rem;color:var(--text-secondary)}._errorIcon_nxkat_742{font-size:3rem;margin-bottom:1rem;opacity:.7}._errorPage_nxkat_683 h3{color:#dc2626;margin-bottom:.5rem}._errorHelp_nxkat_753{margin-top:1rem;font-size:.9rem;opacity:.8}@media (min-width: 768px){._container_nxkat_8{padding:0 2rem}._accountHeader_nxkat_15{padding:3rem 0 2rem}._avatar_nxkat_22{width:100px;height:100px;margin-bottom:1.5rem}._avatarText_nxkat_35,._avatarFallback_nxkat_41{font-size:2.5rem}._userInfo_nxkat_47 h1{font-size:2rem}._accountContent_nxkat_115{padding:2rem}._profileInfoGrid_nxkat_140,._addressesGrid_nxkat_535{grid-template-columns:1fr 1fr;gap:1.5rem}._orderItemHeader_nxkat_238{flex-direction:row;align-items:center;justify-content:space-between;gap:1rem}._orderDate_nxkat_254{order:2;margin-top:0}._orderSummary_nxkat_311{flex-direction:row;align-items:center;justify-content:space-between}._orderCost_nxkat_410{flex-direction:column;align-items:flex-end;width:auto;border-top:none;padding-top:0}._orderTotal_nxkat_419{text-align:right}._actionBtn_nxkat_432{min-width:auto;flex:none}}@media (min-width: 1024px){._container_nxkat_8{max-width:1000px}._orderItem_nxkat_224{padding:1.5rem}._orderItemHeader_nxkat_238{gap:1.5rem}._orderStatusBadge_nxkat_262{padding:.4rem 1rem;font-size:.8rem}._itemThumb_nxkat_325,._itemMore_nxkat_357{width:50px;height:50px}._orderActions_nxkat_426{gap:1rem}._actionBtn_nxkat_432{padding:.6rem 1.25rem;font-size:.9rem}}@media (max-width: 360px){._container_nxkat_8{padding:0 .75rem}._accountContent_nxkat_115{padding:1.25rem}._orderItem_nxkat_224{padding:.875rem}._itemThumb_nxkat_325,._itemMore_nxkat_357{width:35px;height:35px}._itemThumb_nxkat_325 img{object-fit:contain;padding:.25rem}._actionBtn_nxkat_432{min-width:100px;padding:.4rem .75rem;font-size:.8rem}._orderActions_nxkat_426{gap:.5rem}}@media (prefers-color-scheme: dark){._infoCard_nxkat_146,._orderItem_nxkat_224,._addressItem_nxkat_542{background:var(--surface)}._orderStatus_nxkat_262._processing_nxkat_280{background:#1a1200;color:#fbbf24}._itemThumb_nxkat_325{background:var(--background)}._itemMore_nxkat_357{background:var(--surface);border-color:var(--border);color:var(--text-secondary)}._itemInitial_nxkat_344{background:linear-gradient(135deg,var(--surface) 0%,var(--background) 100%);color:var(--text-primary)}._orderCost_nxkat_410{border-color:#ffffff1a}}@media (max-width: 768px){._navItem_nxkat_71,._actionBtn_nxkat_432,._logoutBtn_nxkat_196{min-height:44px}._orderItem_nxkat_224{touch-action:manipulation}._actionBtn_nxkat_432:active{transform:scale(.98)}._logoutBtn_nxkat_196:active{transform:scale(.98) translateY(0)}}@media (max-width: 768px){._orderId_nxkat_247{font-size:.95rem}._orderDate_nxkat_254{font-size:.75rem}._orderStatusBadge_nxkat_262{font-size:.7rem}._orderTotal_nxkat_419{font-size:1rem}}@media (max-width: 320px){._accountNav_nxkat_61{gap:.25rem;padding:.25rem}._navItem_nxkat_71{padding:.75rem .5rem;font-size:.8rem}._sectionHeader_nxkat_122 h2{font-size:1.1rem}._actionBtn_nxkat_432{min-width:90px;padding:.35rem .5rem;font-size:.75rem}}._forgotPasswordPage_gbhba_1{min-height:100vh;background:var(--background);display:flex;align-items:center;justify-content:center;padding:2rem}._forgotPasswordContainer_gbhba_10{display:grid;grid-template-columns:1fr 1fr;max-width:1200px;width:100%;background:var(--surface);border-radius:20px;overflow:hidden;box-shadow:0 20px 60px #0000001a;min-height:800px}._brandSection_gbhba_23{background:linear-gradient(135deg,var(--deep-teal) 0%,var(--rich-teal) 100%);color:#fff;padding:4rem;display:flex;align-items:center;justify-content:center;position:relative;overflow:hidden}._brandSection_gbhba_23:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="goldPattern" width="20" height="20" patternUnits="userSpaceOnUse"><circle cx="10" cy="10" r="1" fill="%23c9a96e" opacity="0.1"/></pattern></defs><rect width="100" height="100" fill="url(%23goldPattern)"/></svg>');pointer-events:none}._brandContent_gbhba_45{position:relative;z-index:2;max-width:400px;width:100%}._logo_gbhba_52{display:flex;align-items:center;gap:.75rem;text-decoration:none;margin-bottom:3rem}._logoIcon_gbhba_60{width:2.5rem;height:2.5rem;color:var(--gold)}._logoText_gbhba_66{display:flex;flex-direction:column;line-height:1}._logoPrimary_gbhba_72{font-size:1rem;font-weight:300;color:#fff;letter-spacing:.2em}._logoSecondary_gbhba_79{font-size:1.3rem;font-weight:400;color:var(--gold);letter-spacing:.05em}._brandMessage_gbhba_86 h2{font-size:2.5rem;font-weight:300;line-height:1.2;margin-bottom:1rem;color:#fff}._brandMessage_gbhba_86 p{font-size:1.1rem;color:#fffc;line-height:1.6;margin-bottom:3rem}._features_gbhba_101{display:flex;flex-direction:column;gap:2rem}._feature_gbhba_101{display:flex;align-items:center;gap:1rem}._featureIcon_gbhba_113{font-size:2rem;filter:drop-shadow(0 4px 8px rgba(0,0,0,.2))}._featureText_gbhba_118 h4{font-size:1.1rem;font-weight:500;color:#fff;margin-bottom:.25rem}._featureText_gbhba_118 p{font-size:.9rem;color:#ffffffb3;margin:0}._formSection_gbhba_132{padding:4rem;display:flex;align-items:center;justify-content:center}._formContainer_gbhba_139{max-width:400px;width:100%}._formHeader_gbhba_144{margin-bottom:3rem}._backButton_gbhba_148{display:inline-flex;align-items:center;gap:.5rem;color:var(--text-secondary);text-decoration:none;font-size:.9rem;margin-bottom:2rem;transition:color .3s ease}._backButton_gbhba_148:hover{color:var(--primary)}._backButton_gbhba_148 svg{width:1rem;height:1rem}._formHeader_gbhba_144 h1{font-size:2.5rem;font-weight:300;color:var(--text-primary);margin-bottom:.5rem;letter-spacing:-.02em}._formHeader_gbhba_144 p{color:var(--text-secondary);font-size:1rem;line-height:1.5}._forgotPasswordForm_gbhba_182{display:flex;flex-direction:column;gap:1.5rem}._formGroup_gbhba_188{display:flex;flex-direction:column;gap:.5rem}._formLabel_gbhba_194{font-size:.9rem;font-weight:500;color:var(--text-primary)}._formInput_gbhba_200{padding:1rem 1.25rem;border:1px solid var(--border);border-radius:8px;background:var(--surface);font-size:1rem;color:var(--text-primary);transition:all .3s ease}._formInput_gbhba_200:focus{outline:none;border-color:var(--primary);box-shadow:0 0 0 3px #0a3d3f1a}._formInput_gbhba_200::placeholder{color:var(--text-secondary)}._submitButton_gbhba_220{display:flex;align-items:center;justify-content:center;gap:.75rem;padding:1rem 2rem;background:var(--primary);color:var(--pearl);border:none;border-radius:8px;font-size:1rem;font-weight:500;cursor:pointer;transition:all .3s ease;margin-top:.5rem}._submitButton_gbhba_220:hover{background:var(--rich-teal);transform:translateY(-1px);box-shadow:0 8px 25px #0a3d3f4d}._submitButton_gbhba_220 svg{width:1.25rem;height:1.25rem}._helpText_gbhba_248{margin-top:1rem}._helpText_gbhba_248 p{font-size:.85rem;color:var(--text-secondary);line-height:1.5;text-align:center}._successSection_gbhba_260{text-align:center;padding:1rem 0}._successIcon_gbhba_265{width:4rem;height:4rem;margin:0 auto 2rem;color:var(--primary);background:var(--pale-teal);border-radius:50%;display:flex;align-items:center;justify-content:center}._successIcon_gbhba_265 svg{width:2rem;height:2rem}._successSection_gbhba_260 h2{font-size:2rem;font-weight:300;color:var(--text-primary);margin-bottom:1rem}._successMessage_gbhba_289{color:var(--text-secondary);font-size:1rem;line-height:1.6;margin-bottom:2rem}._successActions_gbhba_296{display:flex;gap:1rem;justify-content:center;margin-bottom:2rem}._resendButton_gbhba_303{padding:.75rem 1.5rem;background:transparent;color:var(--primary);border:1px solid var(--primary);border-radius:8px;font-size:.9rem;font-weight:500;cursor:pointer;transition:all .3s ease}._resendButton_gbhba_303:hover{background:var(--primary);color:var(--pearl)}._backToLogin_gbhba_320{padding:.75rem 1.5rem;background:var(--primary);color:var(--pearl);border:none;border-radius:8px;font-size:.9rem;font-weight:500;text-decoration:none;transition:all .3s ease}._backToLogin_gbhba_320:hover{background:var(--rich-teal)}._supportLink_gbhba_336{text-align:center;margin-top:2rem}._supportLink_gbhba_336 p{color:var(--text-secondary);font-size:.9rem}._supportText_gbhba_346{color:var(--primary);text-decoration:none;font-weight:500;transition:color .3s ease}._supportText_gbhba_346:hover{color:var(--gold)}@media (max-width: 1024px){._forgotPasswordContainer_gbhba_10{grid-template-columns:1fr;max-width:500px;min-height:auto}._brandSection_gbhba_23{display:none}._formSection_gbhba_132{padding:3rem 2rem}}@media (max-width: 768px){._forgotPasswordPage_gbhba_1{padding:0;align-items:flex-start;min-height:100vh;background:var(--surface)}._forgotPasswordContainer_gbhba_10{border-radius:0;margin:0;min-height:100vh;box-shadow:none;width:100%}._formSection_gbhba_132{padding:1rem 1.25rem 2rem;justify-content:flex-start;align-items:flex-start}._formContainer_gbhba_139{max-width:100%;width:100%}._formHeader_gbhba_144{margin-bottom:1.5rem;text-align:left}._backButton_gbhba_148{font-size:.85rem;margin-bottom:1.5rem;justify-content:flex-start}._formHeader_gbhba_144 h1{font-size:1.5rem;font-weight:500;margin-bottom:.5rem;line-height:1.3}._formHeader_gbhba_144 p{font-size:.85rem;line-height:1.4;color:var(--text-secondary);margin:0}._forgotPasswordForm_gbhba_182{gap:1rem;width:100%}._formGroup_gbhba_188{gap:.35rem}._formLabel_gbhba_194{font-size:.8rem;font-weight:500}._formInput_gbhba_200{padding:.75rem .875rem;font-size:.9rem;border-radius:6px;min-height:44px}._submitButton_gbhba_220{padding:.75rem 1.25rem;font-size:.9rem;margin-top:.5rem;border-radius:6px;min-height:44px}._helpText_gbhba_248 p{font-size:.8rem}._successSection_gbhba_260{padding:.5rem 0}._successIcon_gbhba_265{width:3rem;height:3rem;margin-bottom:1.5rem}._successIcon_gbhba_265 svg{width:1.5rem;height:1.5rem}._successSection_gbhba_260 h2{font-size:1.5rem;margin-bottom:.75rem}._successMessage_gbhba_289{font-size:.9rem;margin-bottom:1.5rem}._successActions_gbhba_296{flex-direction:column;gap:.75rem;margin-bottom:1.5rem}._resendButton_gbhba_303,._backToLogin_gbhba_320{padding:.75rem 1.25rem;font-size:.9rem;width:100%}._supportLink_gbhba_336{margin-top:1rem}._supportLink_gbhba_336 p{font-size:.85rem}}@media (max-width: 480px){._formSection_gbhba_132{padding:.75rem 1rem 1.5rem}._formHeader_gbhba_144{margin-bottom:1.25rem}._backButton_gbhba_148{font-size:.8rem;margin-bottom:1.25rem}._formHeader_gbhba_144 h1{font-size:1.375rem;margin-bottom:.375rem}._formHeader_gbhba_144 p{font-size:.8rem}._forgotPasswordForm_gbhba_182{gap:.875rem}._formInput_gbhba_200{padding:.675rem .75rem;font-size:.85rem;min-height:42px}._submitButton_gbhba_220{padding:.675rem 1rem;font-size:.85rem;min-height:42px}._successSection_gbhba_260 h2{font-size:1.375rem}._successMessage_gbhba_289{font-size:.85rem}}@media (prefers-color-scheme: dark){._formInput_gbhba_200{background:var(--surface)}}@supports (padding: max(0px)){._forgotPasswordPage_gbhba_1{padding-left:max(0px,env(safe-area-inset-left));padding-right:max(0px,env(safe-area-inset-right));padding-top:max(0px,env(safe-area-inset-top));padding-bottom:max(0px,env(safe-area-inset-bottom))}}._minimalHeader_gzyuo_1{background:var(--surface);border-bottom:1px solid var(--border);position:sticky;top:0;z-index:1000;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}._headerContainer_gzyuo_10{max-width:1400px;margin:0 auto;padding:1rem 2rem;display:flex;align-items:center;justify-content:space-between;gap:2rem}._logo_gzyuo_21{display:flex;align-items:center;gap:.5rem;text-decoration:none;flex-shrink:0}._logoIcon_gzyuo_29{height:2rem;width:auto;vertical-align:top;display:flex;align-items:center;cursor:pointer}._logoIcon_gzyuo_29 img{height:4rem;width:auto;object-fit:contain;display:block;cursor:pointer}._logoText_gzyuo_48{display:flex;flex-direction:column;line-height:1}._logoPrimary_gzyuo_54{font-size:.9rem;font-weight:300;color:var(--text-primary);letter-spacing:.2em}._logoSecondary_gzyuo_61{font-size:1.1rem;font-weight:400;color:var(--primary);letter-spacing:.05em}._desktopNav_gzyuo_69{display:flex;gap:2.5rem;align-items:center;flex-shrink:0}._navLink_gzyuo_76{font-size:.9rem;font-weight:400;color:var(--text-secondary);text-decoration:none;letter-spacing:.05em;position:relative;padding:.5rem 0;transition:color .3s ease;white-space:nowrap}._navLink_gzyuo_76:hover{color:var(--primary)}._navLinkActive_gzyuo_92{color:var(--primary);font-weight:500}._navLinkActive_gzyuo_92:after{content:"";position:absolute;bottom:0;left:0;width:100%;height:1px;background:var(--primary)}._actions_gzyuo_108{display:flex;align-items:center;gap:1.5rem;flex-shrink:0;min-width:0}._searchContainer_gzyuo_116{position:relative;min-width:200px;max-width:280px;flex:1}._searchInput_gzyuo_123{width:100%;padding:.75rem 1rem .75rem 2.5rem;border:1px solid var(--border);border-radius:8px;background:var(--surface);font-size:.9rem;color:var(--text-primary);transition:all .3s ease;box-sizing:border-box}._searchInput_gzyuo_123:focus{outline:none;border-color:var(--primary);box-shadow:0 0 0 2px #1a1a1a1a}._searchInput_gzyuo_123::placeholder{color:var(--text-secondary)}._searchIcon_gzyuo_145{position:absolute;left:.75rem;top:50%;transform:translateY(-50%);color:var(--text-secondary);width:1.25rem;height:1.25rem;pointer-events:none}._actionIcons_gzyuo_156{display:flex;align-items:center;gap:1rem;flex-shrink:0}._iconButton_gzyuo_163{position:relative;width:2.5rem;height:2.5rem;border:none;background:transparent;color:var(--text-secondary);cursor:pointer;display:flex;align-items:center;justify-content:center;border-radius:8px;transition:all .3s ease;flex-shrink:0}._iconButton_gzyuo_163:hover{background:var(--taupe);color:var(--primary)}._mobileSearchButton_gzyuo_185{display:none}._cartBadge_gzyuo_189{position:absolute;top:-.25rem;right:-.25rem;background:var(--terracotta);color:green;font-size:.7rem;font-weight:600;width:1.25rem;height:1.25rem;border-radius:50%;display:flex;align-items:center;justify-content:center}._userAvatar_gzyuo_205{width:2.5rem;height:2.5rem;border-radius:8px;background:var(--taupe);display:flex;align-items:center;justify-content:center;color:var(--text-secondary);transition:all .3s ease;flex-shrink:0}._userAvatar_gzyuo_205:hover{background:var(--sage);color:var(--primary)}._avatarIcon_gzyuo_223{width:1.25rem;height:1.25rem;cursor:pointer}._desktopOnly_gzyuo_230{display:flex;align-items:center;justify-content:center}._mobileMenuButton_gzyuo_237{display:none}._mobileSearchContainer_gzyuo_242{display:none;position:relative;width:100%;padding:.75rem 1rem;background:var(--surface);border-bottom:1px solid var(--border);box-sizing:border-box;animation:_slideDown_gzyuo_1 .3s ease-out}._searchDivMainContainer_gzyuo_253{position:relative;width:100%!important}._searchDivMain_gzyuo_253{max-height:70vh;width:100%;overflow:hidden;z-index:1000;position:absolute;background-color:var(--background);border-radius:16px;box-shadow:0 10px 40px #0000001f,0 2px 10px #00000014;border:1px solid var(--border-light, #e5e7eb);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);animation:_slideIn_gzyuo_1 .2s ease-out}@keyframes _slideIn_gzyuo_1{0%{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:translateY(0)}}._searchHeader_gzyuo_311{display:flex;justify-content:space-between;align-items:center;padding:1.25rem 1.5rem .75rem;border-bottom:1px solid var(--border-light, #f3f4f6);margin-bottom:.5rem}._searchHeader_gzyuo_311 h3{font-size:.95rem;font-weight:600;color:var(--text-secondary, #6b7280);margin:0;text-transform:uppercase;letter-spacing:.5px}._resultsCount_gzyuo_329{font-size:.85rem;color:var(--text-tertiary, #9ca3af);background:var(--surface-light, #f9fafb);padding:.25rem .75rem;border-radius:12px;font-weight:500}._resultsList_gzyuo_339{overflow-y:auto;max-height:calc(70vh - 70px);padding:.5rem}._resultItem_gzyuo_346{position:relative;padding:1rem;margin:.25rem 0;border-radius:12px;cursor:pointer;transition:all .2s ease;border:1px solid transparent;background:var(--surface, #ffffff)}._resultItem_gzyuo_346:hover{background:var(--surface-hover, #f8fafc);border-color:var(--border-light, #e2e8f0);transform:translateY(-1px);box-shadow:0 4px 12px #0000000d}._resultItem_gzyuo_346:active{transform:translateY(0)}._resultContent_gzyuo_368{display:flex;justify-content:space-between;align-items:center;gap:1rem;position:relative;z-index:2}._itemInfo_gzyuo_377{flex:1;min-width:0}._itemName_gzyuo_382{font-size:1rem;font-weight:600;color:var(--text-primary, #1f2937);margin:0 0 .375rem;line-height:1.4;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}._itemCategory_gzyuo_394{display:inline-block;font-size:.75rem;color:var(--primary, #3b82f6);background:var(--primary-light, #eff6ff);padding:.25rem .75rem;border-radius:10px;font-weight:500;margin-bottom:.5rem}._itemPrice_gzyuo_405{font-size:1.1rem;font-weight:700;color:var(--primary, #3b82f6);margin-top:.25rem}._itemImage_gzyuo_413{width:56px;height:56px;border-radius:10px;overflow:hidden;flex-shrink:0;border:1px solid var(--border-light, #e5e7eb);background:#fff}._itemImage_gzyuo_413 img{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}._resultItem_gzyuo_346:hover ._itemImage_gzyuo_413 img{transform:scale(1.05)}._resultHoverEffect_gzyuo_435{position:absolute;inset:0;background:linear-gradient(90deg,var(--primary) 0%,transparent 100%);opacity:0;border-radius:12px;z-index:1;transition:opacity .3s ease}._resultItem_gzyuo_346:hover ._resultHoverEffect_gzyuo_435{opacity:.03}._noResults_gzyuo_453{padding:3rem 2rem;text-align:center}._noResultsIcon_gzyuo_458{font-size:3rem;opacity:.5;margin-bottom:1rem}._noResults_gzyuo_453 p{font-size:1.1rem;color:var(--text-secondary, #6b7280);margin:0 0 .25rem}._noResultsSub_gzyuo_470{font-size:.9rem!important;color:var(--text-tertiary, #9ca3af)!important}._resultsList_gzyuo_339::-webkit-scrollbar{width:8px}._resultsList_gzyuo_339::-webkit-scrollbar-track{background:transparent;margin:.5rem 0}._resultsList_gzyuo_339::-webkit-scrollbar-thumb{background:var(--border, #d1d5db);border-radius:4px}._resultsList_gzyuo_339::-webkit-scrollbar-thumb:hover{background:var(--text-tertiary, #9ca3af)}._loadingState_gzyuo_495{padding:2rem;text-align:center}._loadingSpinner_gzyuo_500{width:40px;height:40px;border:3px solid var(--border-light, #f3f4f6);border-top-color:var(--primary, #3b82f6);border-radius:50%;animation:_spin_gzyuo_1 1s linear infinite;margin:0 auto 1rem}@keyframes _spin_gzyuo_1{to{transform:rotate(360deg)}}@keyframes _slideDown_gzyuo_1{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}._mobileSearchInput_gzyuo_529{width:100%;padding:.75rem 1rem .75rem 2.5rem;border:1px solid var(--border);border-radius:8px;background:var(--surface);font-size:.9rem;color:var(--text-primary);transition:all .3s ease;box-sizing:border-box;max-width:100%}._mobileSearchInput_gzyuo_529:focus{outline:none;border-color:var(--primary);box-shadow:0 0 0 2px #1a1a1a1a}._mobileSearchInput_gzyuo_529::placeholder{color:var(--text-secondary)}._mobileSearchIcon_gzyuo_552{position:absolute;left:1.75rem;top:50%;transform:translateY(-50%);color:var(--text-secondary);width:1.25rem;height:1.25rem;pointer-events:none}._mobileBottomNav_gzyuo_564{display:none;position:fixed;bottom:0;left:0;width:100%;background:var(--surface);border-top:1px solid var(--border);z-index:1000;padding:.5rem 0;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);box-sizing:border-box}._mobileBottomNav_gzyuo_564{display:flex;justify-content:space-around;align-items:center}._bottomNavLink_gzyuo_584{display:flex;flex-direction:column;align-items:center;text-decoration:none;padding:.5rem .75rem;border-radius:8px;transition:all .3s ease;flex:1;max-width:20%;box-sizing:border-box}._bottomNavLink_gzyuo_584:hover{background:var(--taupe)}._bottomNavIcon_gzyuo_601{width:1.5rem;height:1.5rem;margin-bottom:.25rem;color:var(--text-secondary);transition:color .3s ease}._bottomNavText_gzyuo_609{font-size:.7rem;font-weight:400;color:var(--text-secondary);text-align:center;transition:color .3s ease}._bottomNavLink_gzyuo_584._navLinkActive_gzyuo_92 ._bottomNavIcon_gzyuo_601,._bottomNavLink_gzyuo_584._navLinkActive_gzyuo_92 ._bottomNavText_gzyuo_609{color:var(--primary)}._bottomNavLink_gzyuo_584._navLinkActive_gzyuo_92{background:var(--pale-teal)!important}@media (max-width: 1200px){._headerContainer_gzyuo_10{gap:1.5rem}._searchContainer_gzyuo_116{max-width:240px}._desktopNav_gzyuo_69{gap:2rem}}@media (max-width: 1024px){._headerContainer_gzyuo_10{padding:1rem 1.5rem;gap:1rem}._searchContainer_gzyuo_116{max-width:200px;min-width:180px}._desktopNav_gzyuo_69{gap:1.5rem}._navLink_gzyuo_76{font-size:.85rem}}@media (max-width: 900px){._searchContainer_gzyuo_116{max-width:180px;min-width:160px}._desktopNav_gzyuo_69{gap:1.25rem}}@media (max-width: 768px){._headerContainer_gzyuo_10{padding:1rem 1.5rem;gap:1rem}._desktopNav_gzyuo_69,._searchContainer_gzyuo_116,._mobileMenuButton_gzyuo_237{display:none}._actions_gzyuo_108{gap:1rem;min-width:auto}._mobileSearchButton_gzyuo_185{display:flex}._desktopOnly_gzyuo_230{display:none}._mobileSearchContainer_gzyuo_242{display:block}._mobileBottomNav_gzyuo_564{display:flex}body{padding-bottom:70px}}@media (max-width: 480px){._headerContainer_gzyuo_10{padding:.6rem}._logoIcon_gzyuo_29{width:1.75rem;height:1.75rem}._actionIcons_gzyuo_156{gap:.75rem}._iconButton_gzyuo_163,._userAvatar_gzyuo_205{width:2.25rem;height:2.25rem}._mobileSearchContainer_gzyuo_242{padding:.6rem 1rem}._mobileSearchInput_gzyuo_529{padding:.75rem 1rem .75rem 2.5rem}._mobileSearchIcon_gzyuo_552{left:1.5rem}._bottomNavLink_gzyuo_584{padding:.5rem}._bottomNavText_gzyuo_609{font-size:.65rem}._bottomNavIcon_gzyuo_601{width:1.25rem;height:1.25rem}}@media (max-width: 360px){._headerContainer_gzyuo_10{padding:.75rem}._bottomNavText_gzyuo_609{font-size:.6rem}._bottomNavIcon_gzyuo_601{width:1.1rem;height:1.1rem}._bottomNavLink_gzyuo_584{padding:.4rem .3rem}._actionIcons_gzyuo_156{gap:.5rem}._iconButton_gzyuo_163,._userAvatar_gzyuo_205{width:2rem;height:2rem}}@media (min-width: 769px){._mobileSearchContainer_gzyuo_242,._mobileBottomNav_gzyuo_564{display:none!important}._searchDivMain_gzyuo_253{width:60vw;left:50%;transform:translate(-50%);border:1px solid var(--border);border-radius:8px}._searchDivMain_gzyuo_253 p{border:1px solid var(--border);border-radius:8px;padding:1rem;width:auto;margin:1rem}}@supports (padding: max(0px)){._mobileBottomNav_gzyuo_564{padding-bottom:max(.5rem,env(safe-area-inset-bottom))}._mobileSearchContainer_gzyuo_242{padding-left:max(1rem,env(safe-area-inset-left));padding-right:max(1rem,env(safe-area-inset-right))}}._container_umwwu_2{width:100%;max-width:100%;margin:0;padding:0;background:var(--background);color:var(--text-primary);font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Inter,sans-serif;line-height:1.4;overflow-x:hidden}._heroSection_umwwu_16{position:relative;width:100%;height:45vh;max-height:400px;min-height:280px;overflow:hidden;border-radius:12px;margin-top:.5rem}._heroCarousel_umwwu_27{height:100%}._heroCarousel_umwwu_27 .slick-list,._heroCarousel_umwwu_27 .slick-track,._heroCarousel_umwwu_27 .slick-slide,._heroCarousel_umwwu_27 .slick-slide>div{height:100%}._heroSlide_umwwu_38{height:100%}._heroImage_umwwu_42{height:100%;background-size:cover;background-position:center;background-repeat:no-repeat;position:relative;display:flex;align-items:flex-end;padding:1.2rem 1.2rem 2.5rem}._heroImage_umwwu_42:before{content:"";position:absolute;bottom:0;left:0;right:0;height:60%;background:linear-gradient(to top,rgba(0,0,0,.8) 0%,transparent 100%);z-index:1}._heroContent_umwwu_65{z-index:2;color:#fff;width:100%;max-width:500px;margin-bottom:1.5rem;position:relative;z-index:20}._heroContent_umwwu_65 h1{font-size:1.4rem;font-weight:700;margin-bottom:.4rem;line-height:1.2}._heroContent_umwwu_65 p{font-size:.85rem;opacity:.9;margin-bottom:.8rem}._heroCta_umwwu_89{background:var(--gold);color:var(--charcoal);border:none;padding:.5rem 1rem;border-radius:6px;font-size:.85rem;font-weight:600;cursor:pointer;transition:all .2s ease;position:relative;z-index:25}._heroCta_umwwu_89:hover{background:var(--light-gold);transform:translateY(-1px)}._heroCarousel_umwwu_27 .slick-dots{bottom:.8rem;z-index:10;height:auto;pointer-events:none}._heroCarousel_umwwu_27 .slick-dots li{margin:0;pointer-events:auto}._heroCarousel_umwwu_27 .slick-dots li button{pointer-events:auto}._heroCarousel_umwwu_27 .slick-dots li button:before{color:#fff;opacity:.5;font-size:6px}._heroCarousel_umwwu_27 .slick-dots li.slick-active button:before{color:var(--gold);opacity:1}._trustSection_umwwu_136{display:flex;justify-content:space-between;align-items:center;background:var(--surface);padding:.5rem .8rem;border-bottom:1px solid var(--border);flex-wrap:nowrap;gap:.3rem;overflow-x:auto;scrollbar-width:none}._trustSection_umwwu_136::-webkit-scrollbar{display:none}._trustItem_umwwu_153{display:flex;align-items:center;gap:.3rem;font-size:.7rem;font-weight:500;color:var(--text-secondary);white-space:nowrap;flex-shrink:0}._trustIcon_umwwu_164{font-size:.8rem}._quickCategories_umwwu_169{padding:0 .8rem;background:var(--background)}._categoriesGrid_umwwu_181{display:grid;grid-template-columns:repeat(6,1fr);gap:.9rem}._categoryCard_umwwu_187{background:transparent;border:none;padding:0;display:flex;flex-direction:column;align-items:center;gap:.45rem;cursor:pointer}._categoryIcon_umwwu_206{width:56px;height:56px;border-radius:50%;background:var(--ivory);border:1px solid var(--border);display:flex;align-items:center;justify-content:center;color:var(--rich-teal);box-shadow:0 2px 6px #0000000f;transition:all .2s ease}._categoryIcon_umwwu_206 svg{width:36px;height:36px}._categoryName_umwwu_212{font-size:.75rem;font-weight:600;color:var(--text-primary)}._carouselSlide_umwwu_266,._productCard_umwwu_267,._productCard_umwwu_267 *{pointer-events:auto!important}._carouselContainer_umwwu_272{pointer-events:auto}._carouselContainer_umwwu_272:not(:active){cursor:grab}._productsSection_umwwu_286{padding:1rem .8rem .6rem;background:var(--surface);margin-top:.3rem;overflow:hidden;position:relative}._productsSection_umwwu_286:nth-child(2n){background:var(--background)}._sectionHeader_umwwu_298{display:flex;justify-content:space-between;align-items:center;margin-bottom:.6rem;padding:0 .3rem}._sectionHeader_umwwu_298 h3{font-size:1.1rem;font-weight:700;color:var(--deep-teal)}._viewAllBtn_umwwu_312{background:none;border:none;color:var(--gold);font-weight:600;font-size:.8rem;cursor:pointer;padding:.2rem 0;transition:all .2s ease}._viewAllBtn_umwwu_312:hover{transform:translate(3px)}._carouselContainer_umwwu_272{width:100%;overflow-x:auto;position:relative;min-height:280px;-webkit-overflow-scrolling:touch;scrollbar-width:none;cursor:grab;scroll-snap-type:x mandatory;scroll-behavior:smooth;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;overscroll-behavior-x:contain}._carouselContainer_umwwu_272::-webkit-scrollbar{display:none}._carouselContainer_umwwu_272:active{cursor:grabbing}._carouselContainer_umwwu_272:active ._carouselSlide_umwwu_266{pointer-events:none}._carouselContent_umwwu_360{display:flex;gap:16px;padding:8px;width:max-content;animation:_fadeIn_umwwu_1 .2s ease forwards}@keyframes _fadeIn_umwwu_1{0%{opacity:.5}to{opacity:1}}._carouselSlide_umwwu_266{flex:0 0 auto;width:180px;max-width:180px;min-width:140px;padding:0;height:100%;box-sizing:border-box;transition:transform .2s ease;scroll-snap-align:start}._carouselSlide_umwwu_266:hover{transform:translateY(-2px)}._autoScrollIndicator_umwwu_395{position:absolute;top:10px;right:10px;z-index:2;opacity:.6;transition:opacity .3s ease;pointer-events:none;display:flex;flex-direction:column;align-items:center;gap:4px}._scrollIcon_umwwu_409{font-size:14px;color:var(--gold);animation:_bounce_umwwu_1 2s infinite}@keyframes _bounce_umwwu_1{0%,to{transform:translate(0)}50%{transform:translate(3px)}}._pauseIndicator_umwwu_425{font-size:.6rem;color:var(--text-secondary);background:#ffffffe6;padding:2px 6px;border-radius:3px;opacity:0;transition:opacity .3s ease;white-space:nowrap}._carouselContainer_umwwu_272:hover ._pauseIndicator_umwwu_425{opacity:1}._manualScrollIndicator_umwwu_441{position:absolute;bottom:-5px;left:50%;transform:translate(-50%);width:40px;height:4px;background:var(--gold);border-radius:2px;opacity:0;transition:opacity .3s ease}._carouselContainer_umwwu_272:hover ._manualScrollIndicator_umwwu_441{opacity:.5}._scrollIndicator_umwwu_459{position:absolute;bottom:10px;left:50%;transform:translate(-50%);background:#000000b3;color:#fff;padding:4px 8px;border-radius:4px;font-size:.7rem;opacity:0;transition:opacity .3s ease;pointer-events:none}._carouselContainer_umwwu_272._is-manual-scroll_umwwu_474 ._scrollIndicator_umwwu_459{opacity:1;animation:_fadeOut_umwwu_1 2s ease forwards}@keyframes _fadeOut_umwwu_1{0%{opacity:1}70%{opacity:1}to{opacity:0}}@keyframes _shimmer_umwwu_1{0%{background-position:-200px 0}to{background-position:calc(200px + 100%) 0}}._productImage_umwwu_501._loading_umwwu_501{background:linear-gradient(90deg,#f0f0f0 25%,#e0e0e0,#f0f0f0 75%);background-size:200px 100%;animation:_shimmer_umwwu_1 1.5s infinite}._productCard_umwwu_267{background:var(--background);border:1px solid var(--border);border-radius:12px;overflow:hidden;box-shadow:0 2px 12px #0000000a;transition:all .3s ease;cursor:pointer;height:100%;display:flex;flex-direction:column;width:100%;max-width:180px;min-width:140px;margin:0;flex-shrink:0;position:relative;-webkit-tap-highlight-color:transparent;animation:_slideUp_umwwu_1 .3s ease forwards;animation-delay:calc(var(--index, 0) * .05s)}@keyframes _slideUp_umwwu_1{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}._productCard_umwwu_267:hover{border-color:var(--gold);transform:translateY(-4px);box-shadow:0 8px 24px #0000001f}._productImageWrapper_umwwu_547{position:relative;width:100%;flex-shrink:0}._productImage_umwwu_501{width:100%;height:140px;overflow:hidden;position:relative}._productImg_umwwu_560{width:100%;height:100%;object-fit:cover;display:block;transition:transform .3s ease}._productCard_umwwu_267:hover ._productImg_umwwu_560{transform:scale(1.08)}._discountBadge_umwwu_572{position:absolute;top:.3rem;left:.3rem;background:linear-gradient(45deg,#dc2626,#ef4444);color:#fff;padding:.15rem .3rem;border-radius:3px;font-size:.6rem;font-weight:700;z-index:1}._bestSellerBadge_umwwu_585{position:absolute;top:.3rem;right:.3rem;background:linear-gradient(45deg,#f97316,#ea580c);color:#fff;width:18px;height:18px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:.7rem;z-index:1}._productInfo_umwwu_601{padding:.8rem;flex:1;display:flex;flex-direction:column;justify-content:space-between;min-height:110px}._productName_umwwu_610{font-size:.85rem;font-weight:600;color:var(--text-primary);margin-bottom:.3rem;line-height:1.3;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;min-height:2.2em}._artisanName_umwwu_623{font-size:.7rem;color:var(--text-secondary);font-style:italic;margin-bottom:.3rem}._productMeta_umwwu_630{margin-bottom:.3rem}._rating_umwwu_634{display:flex;align-items:center;gap:.15rem}._starFull_umwwu_640{color:var(--gold);font-size:.7rem}._starHalf_umwwu_645{color:var(--gold);opacity:.7;font-size:.7rem}._starEmpty_umwwu_651{color:var(--border);font-size:.7rem}._ratingValue_umwwu_656{font-size:.7rem;color:var(--rich-teal);font-weight:600;margin-left:.15rem}._reviewCount_umwwu_663{font-size:.65rem;color:var(--text-secondary);margin-left:.15rem}._priceRow_umwwu_669{margin-top:auto;display:flex;align-items:center;gap:.3rem}._price_umwwu_669{font-size:.9rem;font-weight:700;color:var(--deep-teal)}._originalPrice_umwwu_682{font-size:.75rem;color:var(--text-secondary);text-decoration:line-through}._bestSellers_umwwu_689{padding:1rem .8rem;background:var(--surface);margin-top:.3rem}._bestSellersGrid_umwwu_695{display:grid;grid-template-columns:repeat(3,1fr);gap:.5rem}._bestSellerCard_umwwu_701{background:var(--background);border:1px solid var(--border);border-radius:12px;overflow:hidden;cursor:pointer;transition:all .2s ease;display:flex;flex-direction:column;animation:_slideUp_umwwu_1 .3s ease forwards;animation-delay:calc(var(--index, 0) * .1s)}._bestSellerCard_umwwu_701:hover{border-color:var(--gold);transform:translateY(-2px);box-shadow:0 4px 12px #00000014}._bestSellerImage_umwwu_720{position:relative;width:100%;height:110px;overflow:hidden;flex-shrink:0}._bestSellerImage_umwwu_720 img{width:100%;height:100%;object-fit:cover}._bestSellerInfo_umwwu_734{padding:.6rem;flex:1;display:flex;flex-direction:column}._bestSellerInfo_umwwu_734 h4{font-size:.8rem;font-weight:600;color:var(--text-primary);margin-bottom:.3rem;line-height:1.2;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;min-height:2em}._ctaSection_umwwu_755{padding:1.2rem .8rem;background:linear-gradient(135deg,var(--deep-teal) 0%,var(--rich-teal) 100%);text-align:center;margin-top:.3rem}._ctaContent_umwwu_762{color:var(--pearl)}._ctaContent_umwwu_762 h2{font-size:1.2rem;margin-bottom:.3rem;font-weight:700}._ctaContent_umwwu_762 p{font-size:.8rem;opacity:.9;margin-bottom:.8rem}._ctaButtons_umwwu_778{display:flex;gap:.6rem;justify-content:center}._ctaButtons_umwwu_778 button{background:var(--gold);color:var(--charcoal);border:none;padding:.5rem 1rem;border-radius:6px;font-size:.8rem;font-weight:600;cursor:pointer;transition:all .2s ease;min-width:110px}._ctaButtons_umwwu_778 button:hover{background:var(--light-gold);transform:translateY(-1px)}._ctaButtons_umwwu_778 button:last-child{background:transparent;border:2px solid var(--gold);color:var(--gold)}._ctaButtons_umwwu_778 button:last-child:hover{background:var(--gold);color:var(--charcoal)}@media (max-width: 480px){._heroSection_umwwu_16{height:40vh;min-height:240px}._heroContent_umwwu_65{padding:.8rem}._heroContent_umwwu_65 h1{font-size:1.2rem}._heroContent_umwwu_65 p{font-size:.8rem}._heroCta_umwwu_89{padding:.4rem .8rem;font-size:.8rem}._categoriesGrid_umwwu_181{grid-template-columns:repeat(6,1fr);gap:1em;overflow:auto;-ms-overflow-style:none;scrollbar-width:none}._categoryCard_umwwu_187{padding:.5rem .3rem;min-height:60px}._categoryIcon_umwwu_206{font-size:1.5rem;margin-bottom:.15rem}._categoryName_umwwu_212{font-size:.7rem}._trustSection_umwwu_136{gap:.3rem;padding:.4rem}._trustItem_umwwu_153{font-size:.65rem}._carouselSlide_umwwu_266{width:160px;max-width:160px;min-width:120px}._productCard_umwwu_267{max-width:160px;min-width:120px;min-height:240px}._productImage_umwwu_501{height:120px}._productInfo_umwwu_601{padding:.6rem;min-height:100px}._productName_umwwu_610{font-size:.8rem;min-height:2em}._price_umwwu_669{font-size:.85rem}._bestSellerImage_umwwu_720{height:100px}._bestSellersGrid_umwwu_695{grid-template-columns:repeat(2,1fr);gap:.5rem}._pauseIndicator_umwwu_425{display:none}._autoScrollIndicator_umwwu_395{top:5px;right:5px}._ctaButtons_umwwu_778{flex-direction:column;align-items:center;gap:.4rem}._ctaButtons_umwwu_778 button{width:100%;max-width:160px}}@media (min-width: 481px) and (max-width: 767px){._heroSection_umwwu_16{height:42vh}._carouselSlide_umwwu_266{width:170px;max-width:170px;min-width:140px}._productCard_umwwu_267{max-width:170px;min-width:140px;min-height:250px}._productImage_umwwu_501{height:130px}._bestSellersGrid_umwwu_695{grid-template-columns:repeat(2,1fr)}}@media (min-width: 768px){._heroSection_umwwu_16{height:50vh;max-height:450px;border-radius:16px}._heroContent_umwwu_65{padding:1.5rem;max-width:600px}._heroContent_umwwu_65 h1{font-size:1.8rem}._heroContent_umwwu_65 p{font-size:.95rem}._heroCta_umwwu_89{padding:.6rem 1.2rem;font-size:.95rem}._categoriesGrid_umwwu_181{grid-template-columns:repeat(6,1fr);gap:.6rem}._categoryCard_umwwu_187{min-height:80px;padding:.8rem .4rem}._categoryIcon_umwwu_206{font-size:1.6rem;margin-bottom:.3rem}._categoryName_umwwu_212{font-size:.8rem}._sectionTitle_umwwu_173,._sectionHeader_umwwu_298 h3{font-size:1.3rem}._productsSection_umwwu_286{padding:1.2rem 1rem .8rem}._bestSellers_umwwu_689{padding:1.2rem 1rem}._bestSellersGrid_umwwu_695{grid-template-columns:repeat(5,1fr);gap:.6rem}._carouselSlide_umwwu_266{width:190px;max-width:190px;min-width:160px}._productCard_umwwu_267{max-width:190px;min-width:160px;min-height:260px}._productImage_umwwu_501{height:150px}._productInfo_umwwu_601{padding:.8rem;min-height:110px}._bestSellerImage_umwwu_720{height:130px}._ctaContent_umwwu_762 h2{font-size:1.4rem}._ctaContent_umwwu_762 p{font-size:.95rem}._ctaButtons_umwwu_778 button{padding:.6rem 1.2rem;min-width:130px}}@media (min-width: 1024px){._container_umwwu_2{max-width:1200px;margin:0 auto}._heroSection_umwwu_16{border-radius:18px}._categoriesGrid_umwwu_181{gap:.8rem}._productsSection_umwwu_286,._bestSellers_umwwu_689,._ctaSection_umwwu_755{padding-left:1.5rem;padding-right:1.5rem}._carouselSlide_umwwu_266{width:200px;max-width:200px;min-width:170px}._productCard_umwwu_267{max-width:200px;min-width:170px;min-height:270px}._productImage_umwwu_501{height:160px}._productInfo_umwwu_601{padding:.8rem;min-height:110px}}@media (min-width: 1280px){._container_umwwu_2{max-width:1300px}._carouselSlide_umwwu_266{width:210px;max-width:210px;min-width:180px}._productCard_umwwu_267{max-width:210px;min-width:180px;min-height:280px}._productImage_umwwu_501{height:170px}}@media (min-width: 1440px){._container_umwwu_2{max-width:1400px}._carouselSlide_umwwu_266{width:220px;max-width:220px;min-width:190px}._productCard_umwwu_267{max-width:220px;min-width:190px;min-height:290px}._productImage_umwwu_501{height:180px}}@media (min-width: 1920px){._container_umwwu_2{max-width:1800px}._carouselSlide_umwwu_266{width:240px;max-width:240px;min-width:210px}._productCard_umwwu_267{max-width:240px;min-width:210px;min-height:300px}._productImage_umwwu_501{height:200px}}._productCard_umwwu_267:focus-visible,._bestSellerCard_umwwu_701:focus-visible,._categoryCard_umwwu_187:focus-visible,._viewAllBtn_umwwu_312:focus-visible,._heroCta_umwwu_89:focus-visible{outline:2px solid var(--gold);outline-offset:2px}._sr-only_umwwu_1207{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}@media (prefers-reduced-motion: reduce){._productCard_umwwu_267,._bestSellerCard_umwwu_701,._categoryCard_umwwu_187,._heroCta_umwwu_89,._ctaButtons_umwwu_778 button,._productImg_umwwu_560,._carouselSlide_umwwu_266{transition:none!important;animation:none!important}._carouselSlide_umwwu_266:hover,._productCard_umwwu_267:hover,._categoryCard_umwwu_187:hover,._bestSellerCard_umwwu_701:hover{transform:none!important}._scrollIcon_umwwu_409{animation:none!important}._carouselContainer_umwwu_272{scroll-behavior:auto}._carouselContent_umwwu_360{animation:none!important}._productImg_umwwu_560{transition:none!important}}._hidden_umwwu_1258{display:none!important}._visible_umwwu_1262{display:block!important}._flex_umwwu_1266{display:flex}._items-center_umwwu_1270{align-items:center}._justify-center_umwwu_1274{justify-content:center}._text-center_umwwu_1278{text-align:center}._text-right_umwwu_1282{text-align:right}._mt-1_umwwu_1286{margin-top:.25rem}._mt-2_umwwu_1290{margin-top:.5rem}._mt-3_umwwu_1294{margin-top:.75rem}._mt-4_umwwu_1298{margin-top:1rem}._mb-1_umwwu_1302{margin-bottom:.25rem}._mb-2_umwwu_1306{margin-bottom:.5rem}._mb-3_umwwu_1310{margin-bottom:.75rem}._mb-4_umwwu_1314{margin-bottom:1rem}.slick-slider{position:relative;display:block;box-sizing:border-box;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-touch-callout:none;-khtml-user-select:none;-ms-touch-action:pan-y;touch-action:pan-y;-webkit-tap-highlight-color:transparent}.slick-list{position:relative;display:block;overflow:hidden;margin:0;padding:0}.slick-list:focus{outline:none}.slick-list.dragging{cursor:pointer;cursor:hand}.slick-slider .slick-track,.slick-slider .slick-list{-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0);-o-transform:translate3d(0,0,0);transform:translateZ(0)}.slick-track{position:relative;top:0;left:0;display:block;margin-left:auto;margin-right:auto}.slick-track:before,.slick-track:after{display:table;content:""}.slick-track:after{clear:both}.slick-loading .slick-track{visibility:hidden}.slick-slide{display:none;float:left;height:100%;min-height:1px}[dir=rtl] .slick-slide{float:right}.slick-slide img{display:block}.slick-slide.slick-loading img{display:none}.slick-slide.dragging img{pointer-events:none}.slick-initialized .slick-slide{display:block}.slick-loading .slick-slide{visibility:hidden}.slick-vertical .slick-slide{display:block;height:auto;border:1px solid transparent}.slick-arrow.slick-hidden{display:none}.slick-loading .slick-list{background:#fff url(/assets/ajax-loader-BcnMEykj.gif) center center no-repeat}@font-face{font-family:slick;font-weight:400;font-style:normal;src:url(data:application/vnd.ms-fontobject;base64,AAgAAGQHAAABAAIAAAAAAAIABQkAAAAAAAABAJABAAAAAExQAQAAgCAAAAAAAAAAAAAAAAEAAAAAAAAATxDE8AAAAAAAAAAAAAAAAAAAAAAAAAoAcwBsAGkAYwBrAAAADgBSAGUAZwB1AGwAYQByAAAAFgBWAGUAcgBzAGkAbwBuACAAMQAuADAAAAAKAHMAbABpAGMAawAAAAAAAAEAAAANAIAAAwBQRkZUTW3RyK8AAAdIAAAAHEdERUYANAAGAAAHKAAAACBPUy8yT/b9sgAAAVgAAABWY21hcCIPRb0AAAHIAAABYmdhc3D//wADAAAHIAAAAAhnbHlmP5u2YAAAAzwAAAIsaGVhZAABMfsAAADcAAAANmhoZWED5QIFAAABFAAAACRobXR4BkoASgAAAbAAAAAWbG9jYQD2AaIAAAMsAAAAEG1heHAASwBHAAABOAAAACBuYW1lBSeBwgAABWgAAAFucG9zdC+zMgMAAAbYAAAARQABAAAAAQAA8MQQT18PPPUACwIAAAAAAM9xeH8AAAAAz3F4fwAlACUB2wHbAAAACAACAAAAAAAAAAEAAAHbAAAALgIAAAAAAAHbAAEAAAAAAAAAAAAAAAAAAAAEAAEAAAAHAEQAAgAAAAAAAgAAAAEAAQAAAEAAAAAAAAAAAQIAAZAABQAIAUwBZgAAAEcBTAFmAAAA9QAZAIQAAAIABQkAAAAAAACAAAABAAAAIAAAAAAAAAAAUGZFZABAAGEhkgHg/+AALgHb/9sAAAABAAAAAAAAAgAAAAAAAAACAAAAAgAAJQAlACUAJQAAAAAAAwAAAAMAAAAcAAEAAAAAAFwAAwABAAAAHAAEAEAAAAAMAAgAAgAEAAAAYSAiIZAhkv//AAAAAABhICIhkCGS//8AAP+l3+PedN5xAAEAAAAAAAAAAAAAAAAAAAEGAAABAAAAAAAAAAECAAAAAgAAAAAAAAAAAAAAAAAAAAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGAIwAsAEWAAIAJQAlAdsB2wAYACwAAD8BNjQvASYjIg8BBhUUHwEHBhUUHwEWMzI2FAcGBwYiJyYnJjQ3Njc2MhcWF/GCBgaCBQcIBR0GBldXBgYdBQgH7x0eMjB8MDIeHR0eMjB8MDIecYIGDgaCBQUeBQcJBFhYBAkHBR4F0nwwMh4dHR4yMHwwMh4dHR4yAAAAAgAlACUB2wHbABgALAAAJTc2NTQvATc2NTQvASYjIg8BBhQfARYzMjYUBwYHBiInJicmNDc2NzYyFxYXASgdBgZXVwYGHQUIBwWCBgaCBQcIuB0eMjB8MDIeHR0eMjB8MDIecR4FBwkEWFgECQcFHgUFggYOBoIF0nwwMh4dHR4yMHwwMh4dHR4yAAABACUAJQHbAdsAEwAAABQHBgcGIicmJyY0NzY3NjIXFhcB2x0eMjB8MDIeHR0eMjB8MDIeAT58MDIeHR0eMjB8MDIeHR0eMgABACUAJQHbAdsAQwAAARUUBisBIicmPwEmIyIHBgcGBwYUFxYXFhcWMzI3Njc2MzIfARYVFAcGBwYjIicmJyYnJjQ3Njc2NzYzMhcWFzc2FxYB2woIgAsGBQkoKjodHBwSFAwLCwwUEhwcHSIeIBMGAQQDJwMCISspNC8mLBobFBERFBsaLCYvKicpHSUIDAsBt4AICgsLCScnCwwUEhwcOhwcEhQMCw8OHAMDJwMDAgQnFBQRFBsaLCZeJiwaGxQRDxEcJQgEBgAAAAAAAAwAlgABAAAAAAABAAUADAABAAAAAAACAAcAIgABAAAAAAADACEAbgABAAAAAAAEAAUAnAABAAAAAAAFAAsAugABAAAAAAAGAAUA0gADAAEECQABAAoAAAADAAEECQACAA4AEgADAAEECQADAEIAKgADAAEECQAEAAoAkAADAAEECQAFABYAogADAAEECQAGAAoAxgBzAGwAaQBjAGsAAHNsaWNrAABSAGUAZwB1AGwAYQByAABSZWd1bGFyAABGAG8AbgB0AEYAbwByAGcAZQAgADIALgAwACAAOgAgAHMAbABpAGMAawAgADoAIAAxADQALQA0AC0AMgAwADEANAAARm9udEZvcmdlIDIuMCA6IHNsaWNrIDogMTQtNC0yMDE0AABzAGwAaQBjAGsAAHNsaWNrAABWAGUAcgBzAGkAbwBuACAAMQAuADAAAFZlcnNpb24gMS4wAABzAGwAaQBjAGsAAHNsaWNrAAAAAAIAAAAAAAAAAAAAAAAAAQAAAAAAAAAAAAAAAAAAAAAABwAAAAEAAgECAQMAhwBECmFycm93cmlnaHQJYXJyb3dsZWZ0AAAAAAAAAf//AAIAAQAAAA4AAAAYAAAAAAACAAEAAwAGAAEABAAAAAIAAAAAAAEAAAAAzu7XsAAAAADPcXh/AAAAAM9xeH8=);src:url(data:application/vnd.ms-fontobject;base64,AAgAAGQHAAABAAIAAAAAAAIABQkAAAAAAAABAJABAAAAAExQAQAAgCAAAAAAAAAAAAAAAAEAAAAAAAAATxDE8AAAAAAAAAAAAAAAAAAAAAAAAAoAcwBsAGkAYwBrAAAADgBSAGUAZwB1AGwAYQByAAAAFgBWAGUAcgBzAGkAbwBuACAAMQAuADAAAAAKAHMAbABpAGMAawAAAAAAAAEAAAANAIAAAwBQRkZUTW3RyK8AAAdIAAAAHEdERUYANAAGAAAHKAAAACBPUy8yT/b9sgAAAVgAAABWY21hcCIPRb0AAAHIAAABYmdhc3D//wADAAAHIAAAAAhnbHlmP5u2YAAAAzwAAAIsaGVhZAABMfsAAADcAAAANmhoZWED5QIFAAABFAAAACRobXR4BkoASgAAAbAAAAAWbG9jYQD2AaIAAAMsAAAAEG1heHAASwBHAAABOAAAACBuYW1lBSeBwgAABWgAAAFucG9zdC+zMgMAAAbYAAAARQABAAAAAQAA8MQQT18PPPUACwIAAAAAAM9xeH8AAAAAz3F4fwAlACUB2wHbAAAACAACAAAAAAAAAAEAAAHbAAAALgIAAAAAAAHbAAEAAAAAAAAAAAAAAAAAAAAEAAEAAAAHAEQAAgAAAAAAAgAAAAEAAQAAAEAAAAAAAAAAAQIAAZAABQAIAUwBZgAAAEcBTAFmAAAA9QAZAIQAAAIABQkAAAAAAACAAAABAAAAIAAAAAAAAAAAUGZFZABAAGEhkgHg/+AALgHb/9sAAAABAAAAAAAAAgAAAAAAAAACAAAAAgAAJQAlACUAJQAAAAAAAwAAAAMAAAAcAAEAAAAAAFwAAwABAAAAHAAEAEAAAAAMAAgAAgAEAAAAYSAiIZAhkv//AAAAAABhICIhkCGS//8AAP+l3+PedN5xAAEAAAAAAAAAAAAAAAAAAAEGAAABAAAAAAAAAAECAAAAAgAAAAAAAAAAAAAAAAAAAAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGAIwAsAEWAAIAJQAlAdsB2wAYACwAAD8BNjQvASYjIg8BBhUUHwEHBhUUHwEWMzI2FAcGBwYiJyYnJjQ3Njc2MhcWF/GCBgaCBQcIBR0GBldXBgYdBQgH7x0eMjB8MDIeHR0eMjB8MDIecYIGDgaCBQUeBQcJBFhYBAkHBR4F0nwwMh4dHR4yMHwwMh4dHR4yAAAAAgAlACUB2wHbABgALAAAJTc2NTQvATc2NTQvASYjIg8BBhQfARYzMjYUBwYHBiInJicmNDc2NzYyFxYXASgdBgZXVwYGHQUIBwWCBgaCBQcIuB0eMjB8MDIeHR0eMjB8MDIecR4FBwkEWFgECQcFHgUFggYOBoIF0nwwMh4dHR4yMHwwMh4dHR4yAAABACUAJQHbAdsAEwAAABQHBgcGIicmJyY0NzY3NjIXFhcB2x0eMjB8MDIeHR0eMjB8MDIeAT58MDIeHR0eMjB8MDIeHR0eMgABACUAJQHbAdsAQwAAARUUBisBIicmPwEmIyIHBgcGBwYUFxYXFhcWMzI3Njc2MzIfARYVFAcGBwYjIicmJyYnJjQ3Njc2NzYzMhcWFzc2FxYB2woIgAsGBQkoKjodHBwSFAwLCwwUEhwcHSIeIBMGAQQDJwMCISspNC8mLBobFBERFBsaLCYvKicpHSUIDAsBt4AICgsLCScnCwwUEhwcOhwcEhQMCw8OHAMDJwMDAgQnFBQRFBsaLCZeJiwaGxQRDxEcJQgEBgAAAAAAAAwAlgABAAAAAAABAAUADAABAAAAAAACAAcAIgABAAAAAAADACEAbgABAAAAAAAEAAUAnAABAAAAAAAFAAsAugABAAAAAAAGAAUA0gADAAEECQABAAoAAAADAAEECQACAA4AEgADAAEECQADAEIAKgADAAEECQAEAAoAkAADAAEECQAFABYAogADAAEECQAGAAoAxgBzAGwAaQBjAGsAAHNsaWNrAABSAGUAZwB1AGwAYQByAABSZWd1bGFyAABGAG8AbgB0AEYAbwByAGcAZQAgADIALgAwACAAOgAgAHMAbABpAGMAawAgADoAIAAxADQALQA0AC0AMgAwADEANAAARm9udEZvcmdlIDIuMCA6IHNsaWNrIDogMTQtNC0yMDE0AABzAGwAaQBjAGsAAHNsaWNrAABWAGUAcgBzAGkAbwBuACAAMQAuADAAAFZlcnNpb24gMS4wAABzAGwAaQBjAGsAAHNsaWNrAAAAAAIAAAAAAAAAAAAAAAAAAQAAAAAAAAAAAAAAAAAAAAAABwAAAAEAAgECAQMAhwBECmFycm93cmlnaHQJYXJyb3dsZWZ0AAAAAAAAAf//AAIAAQAAAA4AAAAYAAAAAAACAAEAAwAGAAEABAAAAAIAAAAAAAEAAAAAzu7XsAAAAADPcXh/AAAAAM9xeH8=) format("embedded-opentype"),url(data:font/woff;base64,d09GRk9UVE8AAAVkAAsAAAAAB1wAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAABDRkYgAAABCAAAAi4AAAKbH/pWDkZGVE0AAAM4AAAAGgAAABxt0civR0RFRgAAA1QAAAAcAAAAIAAyAARPUy8yAAADcAAAAFIAAABgUBj/rmNtYXAAAAPEAAAAUAAAAWIiC0SwaGVhZAAABBQAAAAuAAAANgABMftoaGVhAAAERAAAABwAAAAkA+UCA2htdHgAAARgAAAADgAAAA4ESgBKbWF4cAAABHAAAAAGAAAABgAFUABuYW1lAAAEeAAAANwAAAFuBSeBwnBvc3QAAAVUAAAAEAAAACAAAwABeJw9ks9vEkEUx2cpWyeUoFYgNkHi2Wt7N3rVm3cTs3UVLC4LxIWEQvi1P3i7O1tYLJDAmlgKGEhQrsajf0j7J3jYTXrQWUrMJG+++b55n5e8NwwKBhHDMLv5kxT3ATEBxKBn3qOAl9zxHgb1MAPhHQgHkyF08Gr/L8B/Eb6zWnmCJ7AJVLubQOheArXvJ1A4EXi6j4I+Zg9F0QFKvsnlBCmXeve+sFEnb/nCptdtQ4QYhVFRAT1HrF8UQK/RL/SbmUbclsvGVFXRZKDHUE38cc4qpkbAAsuwiImvro+ufcfaOIQ6szlrmjRJDaKZKnbjN3GWKIbiIzRFUfCffuxxKOL+3LDlDVvx2TdxN84qZEsnhNBa6pgm2dAsnzbLsETdsmRFxUeHV4e+I2/ptN8TyqV8T3Dt29t7EYOuajVIw2y1Wy3M86w0zg/Fz2IvawmQAUHOVrPVfLkoScVynsqsTG0MGUs4z55nh3mnOJa+li+rl9WpPIcFfDubDeaDC+fLBdYN3QADzLauGfj4B6sZmq6CCpqmtSvF0qlUl2qf5AJIUCSlTqlb7lUG+LRfGzZGzZEyBgccMu6MuqPecNDvD4Y9Kjtj4gD+DsvKVMTcMdtqtZtmkzQstQvYje7Syep0PDSAhSOeHYXYWThEF//A/0YvYV1fSQtpKU5STtrhbQ444OtpKSWJIg3pOg8cBs7maTY1EZf07aq+hjWs7IWzdCYTGhb2CtZ47x+Uhx28AAB4nGNgYGBkAIJz765vANHnCyvqYTQAWnkHswAAeJxjYGRgYOADYgkGEGBiYARCFjAG8RgABHYAN3icY2BmYmCcwMDKwMHow5jGwMDgDqW/MkgytDAwMDGwcjKAQQMDAyOQUmCAgoA01xQGB4ZExUmMD/4/YNBjvP3/NgNEDQPjbbBKBQZGADfLDgsAAHicY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQzMCQqKClOUJz0/z9YHRLv/+L7D+8V3cuHmgAHjGwM6ELUByxUMIOZCmbgAAA5LQ8XeJxjYGRgYABiO68w73h+m68M3EwMIHC+sKIeTqsyqDLeZrwN5HIwgKUB/aYJUgAAeJxjYGRgYLzNwMCgx8QAAkA2IwMqYAIAMGIB7QIAAAACAAAlACUAJQAlAAAAAFAAAAUAAHicbY49asNAEIU/2ZJDfkiRIvXapUFCEqpcptABUrg3ZhEiQoKVfY9UqVLlGDlADpAT5e16IUWysMz3hjfzBrjjjQT/EjKpCy+4YhN5yZoxcirPe+SMWz4jr6S+5UzSa3VuwpTnBfc8RF7yxDZyKs9r5IxHPiKv1P9iZqDnyAvMQ39UecbScVb/gJO03Xk4CFom3XYK1clhMdQUlKo7/d9NF13RkIdfy+MV7TSe2sl11tRFaXYmJKpWTd7kdVnJ8veevZKc+n3I93t9Jnvr5n4aTVWU/0z9AI2qMkV4nGNgZkAGjAxoAAAAjgAF) format("woff"),url(data:font/ttf;base64,AAEAAAANAIAAAwBQRkZUTW3RyK8AAAdIAAAAHEdERUYANAAGAAAHKAAAACBPUy8yT/b9sgAAAVgAAABWY21hcCIPRb0AAAHIAAABYmdhc3D//wADAAAHIAAAAAhnbHlmP5u2YAAAAzwAAAIsaGVhZAABMfsAAADcAAAANmhoZWED5QIFAAABFAAAACRobXR4BkoASgAAAbAAAAAWbG9jYQD2AaIAAAMsAAAAEG1heHAASwBHAAABOAAAACBuYW1lBSeBwgAABWgAAAFucG9zdC+zMgMAAAbYAAAARQABAAAAAQAA8MQQT18PPPUACwIAAAAAAM9xeH8AAAAAz3F4fwAlACUB2wHbAAAACAACAAAAAAAAAAEAAAHbAAAALgIAAAAAAAHbAAEAAAAAAAAAAAAAAAAAAAAEAAEAAAAHAEQAAgAAAAAAAgAAAAEAAQAAAEAAAAAAAAAAAQIAAZAABQAIAUwBZgAAAEcBTAFmAAAA9QAZAIQAAAIABQkAAAAAAACAAAABAAAAIAAAAAAAAAAAUGZFZABAAGEhkgHg/+AALgHb/9sAAAABAAAAAAAAAgAAAAAAAAACAAAAAgAAJQAlACUAJQAAAAAAAwAAAAMAAAAcAAEAAAAAAFwAAwABAAAAHAAEAEAAAAAMAAgAAgAEAAAAYSAiIZAhkv//AAAAAABhICIhkCGS//8AAP+l3+PedN5xAAEAAAAAAAAAAAAAAAAAAAEGAAABAAAAAAAAAAECAAAAAgAAAAAAAAAAAAAAAAAAAAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGAIwAsAEWAAIAJQAlAdsB2wAYACwAAD8BNjQvASYjIg8BBhUUHwEHBhUUHwEWMzI2FAcGBwYiJyYnJjQ3Njc2MhcWF/GCBgaCBQcIBR0GBldXBgYdBQgH7x0eMjB8MDIeHR0eMjB8MDIecYIGDgaCBQUeBQcJBFhYBAkHBR4F0nwwMh4dHR4yMHwwMh4dHR4yAAAAAgAlACUB2wHbABgALAAAJTc2NTQvATc2NTQvASYjIg8BBhQfARYzMjYUBwYHBiInJicmNDc2NzYyFxYXASgdBgZXVwYGHQUIBwWCBgaCBQcIuB0eMjB8MDIeHR0eMjB8MDIecR4FBwkEWFgECQcFHgUFggYOBoIF0nwwMh4dHR4yMHwwMh4dHR4yAAABACUAJQHbAdsAEwAAABQHBgcGIicmJyY0NzY3NjIXFhcB2x0eMjB8MDIeHR0eMjB8MDIeAT58MDIeHR0eMjB8MDIeHR0eMgABACUAJQHbAdsAQwAAARUUBisBIicmPwEmIyIHBgcGBwYUFxYXFhcWMzI3Njc2MzIfARYVFAcGBwYjIicmJyYnJjQ3Njc2NzYzMhcWFzc2FxYB2woIgAsGBQkoKjodHBwSFAwLCwwUEhwcHSIeIBMGAQQDJwMCISspNC8mLBobFBERFBsaLCYvKicpHSUIDAsBt4AICgsLCScnCwwUEhwcOhwcEhQMCw8OHAMDJwMDAgQnFBQRFBsaLCZeJiwaGxQRDxEcJQgEBgAAAAAAAAwAlgABAAAAAAABAAUADAABAAAAAAACAAcAIgABAAAAAAADACEAbgABAAAAAAAEAAUAnAABAAAAAAAFAAsAugABAAAAAAAGAAUA0gADAAEECQABAAoAAAADAAEECQACAA4AEgADAAEECQADAEIAKgADAAEECQAEAAoAkAADAAEECQAFABYAogADAAEECQAGAAoAxgBzAGwAaQBjAGsAAHNsaWNrAABSAGUAZwB1AGwAYQByAABSZWd1bGFyAABGAG8AbgB0AEYAbwByAGcAZQAgADIALgAwACAAOgAgAHMAbABpAGMAawAgADoAIAAxADQALQA0AC0AMgAwADEANAAARm9udEZvcmdlIDIuMCA6IHNsaWNrIDogMTQtNC0yMDE0AABzAGwAaQBjAGsAAHNsaWNrAABWAGUAcgBzAGkAbwBuACAAMQAuADAAAFZlcnNpb24gMS4wAABzAGwAaQBjAGsAAHNsaWNrAAAAAAIAAAAAAAAAAAAAAAAAAQAAAAAAAAAAAAAAAAAAAAAABwAAAAEAAgECAQMAhwBECmFycm93cmlnaHQJYXJyb3dsZWZ0AAAAAAAAAf//AAIAAQAAAA4AAAAYAAAAAAACAAEAAwAGAAEABAAAAAIAAAAAAAEAAAAAzu7XsAAAAADPcXh/AAAAAM9xeH8=) format("truetype"),url(/assets/slick-BlzDm7g2.svg#slick) format("svg")}.slick-prev,.slick-next{font-size:0;line-height:0;position:absolute;top:50%;display:block;width:20px;height:20px;padding:0;-webkit-transform:translate(0,-50%);-ms-transform:translate(0,-50%);transform:translateY(-50%);cursor:pointer;color:transparent;border:none;outline:none;background:transparent}.slick-prev:hover,.slick-prev:focus,.slick-next:hover,.slick-next:focus{color:transparent;outline:none;background:transparent}.slick-prev:hover:before,.slick-prev:focus:before,.slick-next:hover:before,.slick-next:focus:before{opacity:1}.slick-prev.slick-disabled:before,.slick-next.slick-disabled:before{opacity:.25}.slick-prev:before,.slick-next:before{font-family:slick;font-size:20px;line-height:1;opacity:.75;color:#fff;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.slick-prev{left:-25px}[dir=rtl] .slick-prev{right:-25px;left:auto}.slick-prev:before{content:"←"}[dir=rtl] .slick-prev:before{content:"→"}.slick-next{right:-25px}[dir=rtl] .slick-next{right:auto;left:-25px}.slick-next:before{content:"→"}[dir=rtl] .slick-next:before{content:"←"}.slick-dotted.slick-slider{margin-bottom:30px}.slick-dots{position:absolute;bottom:-25px;display:block;width:100%;padding:0;margin:0;list-style:none;text-align:center}.slick-dots li{position:relative;display:inline-block;width:20px;height:20px;margin:0 5px;padding:0;cursor:pointer}.slick-dots li button{font-size:0;line-height:0;display:block;width:20px;height:20px;padding:5px;cursor:pointer;color:transparent;border:0;outline:none;background:transparent}.slick-dots li button:hover,.slick-dots li button:focus{outline:none}.slick-dots li button:hover:before,.slick-dots li button:focus:before{opacity:1}.slick-dots li button:before{font-family:slick;font-size:6px;line-height:20px;position:absolute;top:0;left:0;width:20px;height:20px;content:"•";text-align:center;opacity:.25;color:#000;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.slick-dots li.slick-active button:before{opacity:.75;color:#000}._categories_r55nj_1{min-height:100vh;background:var(--background)}._container_r55nj_6{max-width:1400px;margin:0 auto;padding:0 1rem}._content_r55nj_13{display:grid;grid-template-columns:280px 1fr;gap:2rem;padding:2rem 0}._sidebar_r55nj_21{background:var(--surface);border-radius:12px;border:1px solid var(--border);padding:1.5rem;height:fit-content;position:sticky;top:2rem}._sidebarContent_r55nj_31{width:100%}._sidebarSection_r55nj_35{margin-bottom:2rem;padding-bottom:1.5rem;border-bottom:1px solid var(--border)}._sidebarSection_r55nj_35:last-child{border-bottom:none;margin-bottom:0}._sidebarTitle_r55nj_46{font-size:1rem;font-weight:700;color:var(--text-primary);margin:0 0 1rem}._filterList_r55nj_53{display:flex;flex-direction:column;gap:.5rem}._filterItem_r55nj_59{background:none;border:none;text-align:left;padding:.75rem 1rem;color:var(--text-secondary);font-size:.9rem;cursor:pointer;transition:all .2s ease;border-radius:8px;width:100%}._filterItem_r55nj_59:hover{color:var(--gold);background:var(--pale-teal)}._filterItemActive_r55nj_77{color:var(--deep-teal);background:var(--pale-teal);font-weight:600}._ratingFilters_r55nj_84{display:flex;flex-direction:column;gap:.75rem}._ratingFilter_r55nj_84{display:flex;align-items:center;gap:.5rem;background:none;border:none;cursor:pointer;padding:.5rem 0;transition:all .2s ease;border-radius:4px;width:100%;text-align:left}._ratingFilter_r55nj_84:hover{background:var(--pale-teal)}._ratingStars_r55nj_108{display:flex;gap:.1rem}._starFull_r55nj_113,._starHalf_r55nj_114,._starEmpty_r55nj_115{font-size:.9rem}._starFull_r55nj_113{color:var(--gold)}._starHalf_r55nj_114{color:var(--gold);opacity:.7}._starEmpty_r55nj_115{color:var(--border)}._ratingText_r55nj_132{font-size:.9rem;color:var(--text-secondary)}._main_r55nj_138{flex:1}._toolbar_r55nj_143{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem;padding-bottom:1rem;border-bottom:1px solid var(--border)}._sortContainer_r55nj_152{display:flex;align-items:center;gap:.75rem}._sortLabel_r55nj_158{font-size:.9rem;font-weight:600;color:var(--text-primary);white-space:nowrap}._sortSelect_r55nj_165{padding:.75rem 3rem .75rem 1rem;border:1px solid var(--border);border-radius:8px;background:var(--surface);color:var(--text-primary);font-size:.9rem;font-weight:500;cursor:pointer;transition:all .3s ease;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%230a3d3f' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m6 9 6 6 6-6'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 1rem center;background-size:1rem;appearance:none;-webkit-appearance:none;-moz-appearance:none;min-width:180px;box-shadow:0 1px 3px #0000001a}._sortSelect_r55nj_165:focus{outline:none;border-color:var(--gold)}._sortSelect_r55nj_165:hover{border-color:var(--gold)}._resultsCount_r55nj_196{grid-column:1 / -1;justify-self:stretch;display:flex;justify-content:space-between;align-items:center;width:95%;padding:.5rem 1rem;font-size:.9rem;color:var(--text-secondary)}._filterBtnMobile_r55nj_208{display:flex;align-items:center;justify-content:center;padding:.3rem;border-radius:8px;cursor:pointer}._filterBtnMobile_r55nj_208{display:none}._productsGrid_r55nj_222{display:grid;grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:1.5rem;margin-bottom:2rem}._productCard_r55nj_229{background:var(--surface);border:1px solid var(--border);border-radius:12px;padding:1rem;transition:box-shadow .2s ease,border-color .2s ease;display:flex;flex-direction:column;justify-content:space-between}._productCard_r55nj_229:hover{border-color:var(--gold)}._productImageContainer_r55nj_245{margin-bottom:1rem;text-align:center;position:relative}._productImage_r55nj_245{width:100%;height:180px;object-fit:contain;border-radius:8px}._discountBadge_r55nj_258{position:absolute;top:.75rem;left:.75rem;background:#dc2626;color:#fff;font-size:.7rem;font-weight:600;padding:.2rem .5rem;border-radius:4px}._productInfo_r55nj_270{display:flex;flex-direction:column;gap:.5rem}._productName_r55nj_276{font-size:.95rem;font-weight:600;color:var(--text-primary);margin:0;line-height:1.4;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}._ratingContainer_r55nj_288{font-size:.75rem;color:var(--text-secondary);display:flex;align-items:center;gap:.25rem}._stars_r55nj_296{display:flex;align-items:center;gap:.2rem}._ratingValue_r55nj_302{font-weight:600;color:var(--rich-teal)}._reviewCount_r55nj_307{font-size:.75rem;color:var(--text-secondary)}._priceContainer_r55nj_312{display:flex;align-items:center;gap:.5rem;font-size:.95rem}._currentPrice_r55nj_319{font-weight:600;color:var(--deep-teal)}._originalPrice_r55nj_324{text-decoration:line-through;color:var(--text-secondary)}._addToCartButton_r55nj_329{margin-top:.75rem;background:var(--gold);color:var(--charcoal);border:none;border-radius:8px;padding:.65rem 1rem;font-size:.9rem;font-weight:600;cursor:pointer;transition:background .2s ease,transform .2s ease}._addToCartButton_r55nj_329:hover{background:var(--light-gold)}._quantityDiv_r55nj_348{display:flex;align-items:center;justify-content:space-between;background:var(--surface);border:1px solid var(--border);border-radius:8px;padding:.5rem;margin-top:.75rem;gap:.5rem}._quantityBtn_r55nj_360{width:2rem;height:2rem;background:var(--gold);color:var(--charcoal);border:none;border-radius:6px;font-size:1.1rem;font-weight:600;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .2s ease}._quantityBtn_r55nj_360:hover{background:var(--light-gold);transform:scale(1.05)}._quantityBtn_r55nj_360:active{transform:scale(.95)}._quantityText_r55nj_385{margin:0;font-size:1rem;font-weight:600;color:var(--text-primary);min-width:2rem;text-align:center}._addToCartButton_r55nj_329{margin-top:.75rem;background:var(--gold);color:var(--charcoal);border:none;border-radius:8px;padding:.75rem 1rem;font-size:.9rem;font-weight:600;cursor:pointer;transition:all .2s ease;width:100%}._addToCartButton_r55nj_329:hover{background:var(--light-gold);transform:translateY(-1px)}._addToCartButton_r55nj_329:active{transform:translateY(0)}._mobileFilterSection_r55nj_419{display:none;margin-bottom:.5rem;padding:1rem;background:var(--surface);border-radius:12px;border:1px solid var(--border)}._mobileFilterHeader_r55nj_428{display:flex;justify-content:space-between;align-items:center}._mobileFilterTitle_r55nj_434{font-size:1.1rem;font-weight:600;color:var(--text-primary)}._mobileFilterToggle_r55nj_440{background:var(--deep-teal);color:var(--pearl);border:none;border-radius:6px;padding:.5rem 1rem;font-size:.8rem;font-weight:500;cursor:pointer;transition:all .2s ease}._mobileFilterToggle_r55nj_440:hover{background:var(--rich-teal)}._mobileFilterButtons_r55nj_456{display:flex;flex-wrap:wrap;gap:.75rem;padding:1rem}._mobileFilterButton_r55nj_456{background:var(--surface);border:1px solid var(--border);border-radius:20px;padding:.75rem 1.25rem;color:var(--text-secondary);font-size:.85rem;font-weight:500;cursor:pointer;transition:all .2s ease;white-space:nowrap}._mobileFilterButton_r55nj_456:hover{border-color:var(--gold);color:var(--gold)}._mobileFilterButtonActive_r55nj_481{background:var(--deep-teal);border-color:var(--deep-teal);color:var(--pearl)}@media (max-width: 1024px){._content_r55nj_13{grid-template-columns:260px 1fr;gap:1.5rem}._productsGrid_r55nj_222{grid-template-columns:repeat(auto-fill,minmax(250px,1fr));gap:1rem}._sidebar_r55nj_21{padding:1.25rem}}@media (max-width: 768px){._container_r55nj_6{padding:0 .75rem}._filterBtnMobile_r55nj_208{display:block}._content_r55nj_13{grid-template-columns:1fr;gap:1rem;padding:0}._sidebar_r55nj_21{display:none}._mobileFilterSection_r55nj_419{display:block}._toolbar_r55nj_143{flex-direction:column;gap:1rem;align-items:flex-start}._sortContainer_r55nj_152{display:none}._productsGrid_r55nj_222{grid-template-columns:repeat(auto-fill,minmax(160px,1fr));gap:.75rem}._productCard_r55nj_229{padding:1rem}._productImage_r55nj_245{height:140px}._productName_r55nj_276{font-size:.9rem}._quantityDiv_r55nj_348{padding:.375rem;gap:.375rem}._quantityBtn_r55nj_360{width:1.75rem;height:1.75rem;font-size:1rem}._quantityText_r55nj_385{font-size:.9rem;min-width:1.75rem}._addToCartButton_r55nj_329{padding:.6rem .75rem;font-size:.8rem}._currentPrice_r55nj_319{font-size:1.1rem}._ratingContainer_r55nj_288{flex-direction:column;align-items:flex-start;gap:.25rem}._addToCartButton_r55nj_329{font-size:.8rem;padding:.6rem .75rem}._mobileFilterButtons_r55nj_456{justify-content:center}}@media (max-width: 480px){._productsGrid_r55nj_222{grid-template-columns:repeat(2,1fr);gap:.5rem}._productCard_r55nj_229{padding:.75rem}._productImage_r55nj_245{height:120px}._productName_r55nj_276{font-size:.8rem;-webkit-line-clamp:3}._quantityDiv_r55nj_348{padding:.25rem;gap:.25rem}._quantityBtn_r55nj_360{width:1.5rem;height:1.5rem;font-size:.9rem}._quantityText_r55nj_385{font-size:.85rem;min-width:1.5rem}._currentPrice_r55nj_319{font-size:1rem}._ratingValue_r55nj_302,._reviewCount_r55nj_307{font-size:.75rem}._mobileFilterButton_r55nj_456{flex:1;min-width:calc(50% - .5rem);text-align:center;padding:.6rem 1rem}}@media (prefers-color-scheme: dark){._categories_r55nj_1{background:var(--background)}._productCard_r55nj_229{background:var(--surface)}._sortSelect_r55nj_165{background:var(--surface);background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke='%230a3d3f'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M19 9l-7 7-7-7'%3E%3C/path%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right .75rem center;background-size:1rem}}._favoritesPage_1ghh9_1{min-height:100vh;background:var(--background);padding:2rem 0}._container_1ghh9_7{max-width:1200px;margin:0 auto;padding:0 2rem}._pageHeader_1ghh9_14{display:flex;justify-content:space-between;align-items:flex-end;margin-bottom:3rem;padding-bottom:2rem;border-bottom:1px solid var(--border)}._headerContent_1ghh9_23 h1{font-size:2.5rem;font-weight:300;color:var(--text-primary);margin-bottom:.5rem;letter-spacing:-.02em}._headerContent_1ghh9_23 p{color:var(--text-secondary);font-size:1.1rem}._moveAllButton_1ghh9_36{display:flex;align-items:center;gap:.5rem;padding:.75rem 1.5rem;background:var(--gold);color:var(--charcoal);border:none;border-radius:8px;font-size:.9rem;font-weight:500;cursor:pointer;transition:all .3s ease}._moveAllButton_1ghh9_36:hover{background:var(--light-gold);transform:translateY(-1px);box-shadow:0 4px 15px #c9a96e4d}._moveAllButton_1ghh9_36 svg{width:1rem;height:1rem}._emptyState_1ghh9_63{text-align:center;padding:4rem 2rem;max-width:500px;margin:0 auto}._emptyIcon_1ghh9_70{font-size:4rem;margin-bottom:1.5rem;opacity:.8}._emptyTitle_1ghh9_76{font-size:1.75rem;font-weight:300;color:var(--text-primary);margin-bottom:1rem}._emptyDescription_1ghh9_83{color:var(--text-secondary);line-height:1.6;margin-bottom:2rem}._exploreButton_1ghh9_89{display:inline-block;padding:1rem 2rem;background:var(--primary);color:var(--pearl);text-decoration:none;border-radius:8px;font-weight:500;transition:all .3s ease}._exploreButton_1ghh9_89:hover{background:var(--rich-teal);transform:translateY(-1px);box-shadow:0 4px 15px #0a3d3f4d}._favoritesGrid_1ghh9_107{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:2rem;margin-bottom:4rem}._favoriteCard_1ghh9_114{background:var(--surface);border-radius:12px;padding:1.5rem;border:1px solid var(--border);transition:all .3s ease;position:relative}._favoriteCard_1ghh9_114:hover{transform:translateY(-2px);border-color:var(--gold);box-shadow:0 8px 25px #c9a96e1a}._cardHeader_1ghh9_129{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:1rem}._itemImage_1ghh9_136{text-align:center}._itemIcon_1ghh9_140{font-size:3rem;color:var(--gold);opacity:.9}._removeButton_1ghh9_146{background:none;border:none;color:var(--text-secondary);cursor:pointer;padding:.5rem;border-radius:6px;transition:all .3s ease}._removeButton_1ghh9_146:hover{background:var(--pale-teal);color:var(--primary)}._removeButton_1ghh9_146 svg{width:1.25rem;height:1.25rem}._cardContent_1ghh9_166{margin-bottom:1.5rem}._itemCategory_1ghh9_170{font-size:.8rem;font-weight:500;color:var(--primary);text-transform:uppercase;letter-spacing:.1em;margin-bottom:.5rem}._itemName_1ghh9_179{font-size:1.1rem;font-weight:500;color:var(--text-primary);margin-bottom:.5rem;line-height:1.3}._itemDescription_1ghh9_187{color:var(--text-secondary);font-size:.9rem;line-height:1.5;margin-bottom:1rem}._priceSection_1ghh9_194{display:flex;justify-content:space-between;align-items:center}._prices_1ghh9_200{display:flex;align-items:center;gap:.5rem}._currentPrice_1ghh9_206{font-size:1.2rem;font-weight:600;color:var(--gold)}._originalPrice_1ghh9_212{font-size:1rem;color:var(--text-secondary);text-decoration:line-through}._outOfStock_1ghh9_218{font-size:.8rem;color:var(--terracotta);font-weight:500;padding:.25rem .5rem;background:#b3543a1a;border-radius:4px}._cardActions_1ghh9_227{display:flex;gap:.75rem}._addToCartButton_1ghh9_232{flex:1;display:flex;align-items:center;justify-content:center;gap:.5rem;padding:.75rem 1rem;background:var(--primary);color:var(--pearl);border:none;border-radius:6px;font-size:.9rem;font-weight:500;cursor:pointer;transition:all .3s ease}._addToCartButton_1ghh9_232:hover{background:var(--rich-teal);transform:translateY(-1px)}._addToCartButton_1ghh9_232 svg{width:1rem;height:1rem}._notifyButton_1ghh9_259{flex:1;padding:.75rem 1rem;background:transparent;color:var(--text-secondary);border:1px solid var(--border);border-radius:6px;font-size:.9rem;font-weight:500;cursor:not-allowed;opacity:.6}._recommendedSection_1ghh9_273{margin-top:4rem;padding-top:3rem;border-top:1px solid var(--border)}._sectionHeader_1ghh9_279{text-align:center;margin-bottom:2.5rem}._sectionTitle_1ghh9_284{font-size:2rem;font-weight:300;color:var(--text-primary);margin-bottom:.5rem;letter-spacing:-.02em}._sectionSubtitle_1ghh9_292{color:var(--text-secondary);font-size:1.1rem}._carouselContainer_1ghh9_297{position:relative;overflow:hidden}._carousel_1ghh9_297{display:flex;gap:1.5rem;overflow-x:auto;scroll-behavior:smooth;scrollbar-width:none;-ms-overflow-style:none;padding:1rem .5rem;margin:0 -.5rem}._carousel_1ghh9_297::-webkit-scrollbar{display:none}._productCard_1ghh9_317{flex:0 0 auto;width:280px;background:var(--surface);border-radius:12px;border:1px solid var(--border);padding:1.5rem;transition:all .3s ease;display:flex;flex-direction:column;gap:1rem;position:relative}._productCard_1ghh9_317:hover{border-color:var(--gold);transform:translateY(-2px);box-shadow:0 8px 25px #c9a96e26}._productImage_1ghh9_337{display:flex;align-items:center;justify-content:center;padding:1rem;background:var(--background);border-radius:8px;position:relative}._productIcon_1ghh9_347{font-size:3rem;color:var(--gold);opacity:.9}._favoriteButton_1ghh9_353{position:absolute;top:.5rem;right:.5rem;background:var(--surface);border:1px solid var(--border);border-radius:50%;width:2rem;height:2rem;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .3s ease;color:var(--text-secondary)}._favoriteButton_1ghh9_353:hover{background:var(--pale-teal);color:var(--primary);border-color:var(--primary)}._favoriteButton_1ghh9_353 svg{width:1rem;height:1rem}._productInfo_1ghh9_381{display:flex;flex-direction:column;gap:.75rem;flex:1}._productCategory_1ghh9_388{font-size:.75rem;font-weight:500;color:var(--primary);text-transform:uppercase;letter-spacing:.1em}._productName_1ghh9_396{font-size:1rem;font-weight:500;color:var(--text-primary);margin:0;line-height:1.3;flex:1}._productPrices_1ghh9_405{display:flex;align-items:center;gap:.5rem}._productCurrentPrice_1ghh9_411{font-size:1.1rem;font-weight:600;color:var(--gold)}._productOriginalPrice_1ghh9_417{font-size:.9rem;color:var(--text-secondary);text-decoration:line-through}@media (max-width: 1024px){._productCard_1ghh9_317{width:260px}}@media (max-width: 768px){._container_1ghh9_7{padding:0 1.5rem}._pageHeader_1ghh9_14{flex-direction:column;align-items:flex-start;gap:1rem}._headerContent_1ghh9_23 h1{font-size:2rem}._favoritesGrid_1ghh9_107{grid-template-columns:1fr}._sectionTitle_1ghh9_284{font-size:1.75rem}._productCard_1ghh9_317{width:240px;padding:1.25rem}}@media (max-width: 480px){._container_1ghh9_7{padding:0 1rem}._headerContent_1ghh9_23 h1{font-size:1.75rem}._sectionTitle_1ghh9_284{font-size:1.5rem}._productCard_1ghh9_317{width:220px;padding:1rem}._carousel_1ghh9_297{gap:1rem;padding:.5rem .25rem;margin:0 -.25rem}._cardActions_1ghh9_227{flex-direction:column}}@media (prefers-color-scheme: dark){._favoriteCard_1ghh9_114,._productCard_1ghh9_317{background:var(--surface)}._productImage_1ghh9_337{background:var(--background)}}._cartPage_g8fgg_1{min-height:100vh;background:var(--background);padding:2rem 0}._container_g8fgg_7{max-width:1200px;margin:0 auto;padding:0 1.5rem}._pageHeader_g8fgg_14{margin-bottom:2rem;padding-bottom:1.5rem;border-bottom:1px solid var(--border)}._pageTitle_g8fgg_20{font-size:2rem;font-weight:300;color:var(--text-primary);margin-bottom:.5rem;letter-spacing:-.02em}._cartMeta_g8fgg_28{display:flex;gap:1.5rem;color:var(--text-secondary);font-size:.9rem}._emptyState_g8fgg_36{text-align:center;padding:4rem 2rem;max-width:400px;margin:0 auto}._emptyIcon_g8fgg_43{font-size:3rem;margin-bottom:1.5rem;opacity:.6}._emptyTitle_g8fgg_49{font-size:1.5rem;font-weight:400;color:var(--text-primary);margin-bottom:1rem}._emptyDescription_g8fgg_56{color:var(--text-secondary);line-height:1.5;margin-bottom:2rem}._exploreButton_g8fgg_62{display:inline-block;padding:.875rem 2rem;background:var(--primary);color:var(--pearl);text-decoration:none;border-radius:6px;font-weight:500;transition:all .2s ease}._exploreButton_g8fgg_62:hover{background:var(--rich-teal);transform:translateY(-1px)}._cartLayout_g8fgg_79{display:grid;grid-template-columns:1fr 380px;gap:3rem;align-items:start}._cartMain_g8fgg_86{display:flex;flex-direction:column;gap:2rem}._cartItems_g8fgg_93{display:flex;flex-direction:column;gap:1rem}._cartItem_g8fgg_93{display:grid;grid-template-columns:80px 1fr;gap:1.25rem;padding:1.5rem;background:var(--surface);border-radius:8px;border:1px solid var(--border);transition:all .2s ease}._cartItem_g8fgg_93:hover{border-color:var(--gold);box-shadow:0 2px 12px #c9a96e14}._itemImage_g8fgg_115{display:flex;align-items:center;justify-content:center}._itemImage_g8fgg_115 img{width:100%;height:100%;object-fit:cover;border-radius:4px}._itemRating_g8fgg_128{display:flex;align-items:center;gap:.5rem;margin-top:.25rem}._ratingStars_g8fgg_135{color:var(--gold);font-size:.8rem}._ratingCount_g8fgg_140{color:var(--text-secondary);font-size:.75rem}._priceComparison_g8fgg_145{display:flex;align-items:center;gap:.5rem;margin-top:.25rem}._originalPrice_g8fgg_152{text-decoration:line-through;color:var(--text-secondary);font-size:.8rem}._discountBadge_g8fgg_158{background:#dc2626;color:#fff;padding:.125rem .375rem;border-radius:4px;font-size:.7rem;font-weight:500}._itemTags_g8fgg_167{display:flex;flex-wrap:wrap;gap:.375rem;margin-top:.5rem}._tag_g8fgg_174{background:var(--pale-teal);color:var(--primary);padding:.125rem .375rem;border-radius:4px;font-size:.7rem;font-weight:500}._itemIcon_g8fgg_183{font-size:2.5rem;color:var(--gold);opacity:.9}._itemContent_g8fgg_189{display:flex;flex-direction:column;gap:.75rem}._itemHeader_g8fgg_195{display:flex;justify-content:space-between;align-items:flex-start;gap:1rem}._itemInfo_g8fgg_202{flex:1;min-width:0}._itemName_g8fgg_207{font-size:1rem;font-weight:500;color:var(--text-primary);margin:0 0 .25rem;line-height:1.3;overflow:hidden;text-overflow:ellipsis}._itemCategory_g8fgg_217{font-size:.75rem;font-weight:500;color:var(--primary);text-transform:uppercase;letter-spacing:.1em}._itemPrice_g8fgg_225{font-size:1rem;font-weight:600;color:var(--gold);white-space:nowrap;flex-shrink:0}._itemControls_g8fgg_233{display:flex;justify-content:space-between;align-items:center;gap:1rem}._quantityControl_g8fgg_240{display:flex;align-items:center;gap:.5rem;background:var(--background);border-radius:6px;padding:.25rem;border:1px solid var(--border)}._quantityBtn_g8fgg_250{width:1.75rem;height:1.75rem;background:none;border:none;color:var(--text-primary);cursor:pointer;border-radius:4px;transition:all .2s ease;display:flex;align-items:center;justify-content:center;font-size:1.1rem;font-weight:300}._quantityBtn_g8fgg_250:hover{background:var(--pale-teal)}._quantity_g8fgg_240{min-width:2rem;text-align:center;font-weight:500;color:var(--text-primary);font-size:.9rem}._itemTotal_g8fgg_278{font-size:1.1rem;font-weight:600;color:var(--text-primary);white-space:nowrap}._itemActions_g8fgg_285{display:flex;gap:.75rem;padding-top:.75rem;border-top:1px solid var(--border)}._actionBtn_g8fgg_292{display:flex;align-items:center;gap:.375rem;background:none;border:none;color:var(--text-secondary);cursor:pointer;font-size:.8rem;transition:all .2s ease;padding:.375rem .5rem;border-radius:4px;flex:1;justify-content:center}._actionBtn_g8fgg_292:hover{color:var(--primary);background:var(--pale-teal)}._removeBtn_g8fgg_313:hover{color:#dc2626;background:#fef2f2}._trustIndicators_g8fgg_319{display:flex;justify-content:space-between;align-items:center;padding:1.5rem;background:var(--surface);border-radius:8px;border:1px solid var(--border)}._trustItem_g8fgg_331{display:flex;align-items:center;gap:.75rem}._trustIcon_g8fgg_337{font-size:1.5rem;opacity:.8}._trustContent_g8fgg_342{display:flex;flex-direction:column}._trustContent_g8fgg_342 strong{color:var(--text-primary);font-weight:500;font-size:.85rem;margin-bottom:.125rem}._trustContent_g8fgg_342 span{color:var(--text-secondary);font-size:.75rem}._summaryLayout_g8fgg_359{display:grid;grid-template-columns:1fr 380px;gap:3rem;align-items:start}._orderDetails_g8fgg_366{display:flex;flex-direction:column;gap:1.5rem}._detailsCard_g8fgg_372{background:var(--surface);border-radius:8px;padding:1.5rem;border:1px solid var(--border)}._detailsTitle_g8fgg_379{font-size:1.1rem;font-weight:500;color:var(--text-primary);margin-bottom:1.25rem;padding-bottom:.75rem;border-bottom:1px solid var(--border)}._summaryItems_g8fgg_389{display:flex;flex-direction:column;gap:1rem}._summaryItem_g8fgg_389{display:grid;grid-template-columns:60px 1fr;gap:1rem;padding:1rem;background:var(--background);border-radius:6px;border:1px solid var(--border)}._summaryItemImage_g8fgg_405{display:flex;align-items:center;justify-content:center}._summaryItemImage_g8fgg_405 img{width:100%;height:100%;object-fit:contain;border-radius:4px}._summaryItemInfo_g8fgg_418{display:flex;flex-direction:column;gap:.5rem}._summaryItemName_g8fgg_424{font-size:.9rem;font-weight:500;color:var(--text-primary);margin:0;line-height:1.3}._summaryItemMeta_g8fgg_432{display:flex;gap:1rem;font-size:.75rem;color:var(--text-secondary)}._summaryItemCategory_g8fgg_439{background:var(--pale-teal);color:var(--primary);padding:.125rem .375rem;border-radius:4px;font-weight:500;text-transform:uppercase;letter-spacing:.05em}._summaryItemQuantity_g8fgg_449{color:var(--text-secondary)}._summaryItemPrice_g8fgg_453{font-size:.9rem;font-weight:600;color:var(--gold)}._addressSummary_g8fgg_460{display:flex;flex-direction:column;gap:.5rem;line-height:1.4}._addressSummaryItem_g8fgg_467{color:var(--text-primary)}._addressSummaryItem_g8fgg_467 strong{font-size:1rem;color:var(--text-primary)}._editAddressButton_g8fgg_476{margin-top:1rem;padding:.625rem 1rem;background:transparent;color:var(--primary);border:1px solid var(--primary);border-radius:4px;font-size:.85rem;font-weight:500;cursor:pointer;transition:all .2s ease;width:100%}._editAddressButton_g8fgg_476:hover{background:var(--primary);color:var(--pearl)}._placeOrderButton_g8fgg_496{width:100%;display:flex;align-items:center;justify-content:center;gap:.5rem;padding:1rem 1.5rem;background:var(--gold);color:var(--pearl);border:none;border-radius:6px;font-size:1rem;font-weight:500;cursor:pointer;transition:all .2s ease;margin:1.5rem 0 1rem}._placeOrderButton_g8fgg_496:hover{background:#b8943c;transform:translateY(-1px);box-shadow:0 4px 12px #c9a96e4d}._spinner_g8fgg_521{width:1.125rem;height:1.125rem;border:2px solid transparent;border-top:2px solid currentColor;border-radius:50%;animation:_spin_g8fgg_521 1s linear infinite}@keyframes _spin_g8fgg_521{0%{transform:rotate(0)}to{transform:rotate(360deg)}}._orderSummary_g8fgg_542{display:flex;flex-direction:column;gap:1.5rem;position:sticky;top:2rem}._summaryCard_g8fgg_550{background:var(--surface);border-radius:8px;padding:1.5rem;border:1px solid var(--border)}._summaryTitle_g8fgg_557{font-size:1.1rem;font-weight:500;color:var(--text-primary);margin-bottom:1.25rem}._summaryRows_g8fgg_564{display:flex;flex-direction:column;gap:.75rem}._summaryRow_g8fgg_564{display:flex;justify-content:space-between;align-items:center;color:var(--text-secondary);font-size:.9rem}._summaryDivider_g8fgg_578{height:1px;background:var(--border);margin:.75rem 0}._summaryTotal_g8fgg_584{display:flex;justify-content:space-between;align-items:center;font-size:1.1rem;font-weight:600;color:var(--text-primary)}._freeShippingNote_g8fgg_593{background:var(--pale-teal);color:var(--primary);padding:.75rem 1rem;border-radius:6px;font-size:.8rem;font-weight:500;margin:1rem 0;text-align:center}._checkoutButton_g8fgg_604{width:100%;display:flex;align-items:center;justify-content:center;gap:.5rem;padding:1rem 1.5rem;background:var(--primary);color:var(--pearl);border:none;border-radius:6px;font-size:.95rem;font-weight:500;cursor:pointer;transition:all .2s ease;margin:1rem 0 .75rem}._checkoutButton_g8fgg_604:hover{background:var(--rich-teal);transform:translateY(-1px);box-shadow:0 4px 12px #0a3d3f33}._securityNote_g8fgg_628{display:flex;align-items:center;gap:.5rem;color:var(--text-secondary);font-size:.75rem;text-align:center;justify-content:center}._continueShopping_g8fgg_638{display:flex;align-items:center;gap:.5rem;color:var(--primary);text-decoration:none;font-weight:500;font-size:.9rem;transition:color .2s ease;justify-content:center;padding:.75rem;border:1px solid var(--border);border-radius:6px}._continueShopping_g8fgg_638:hover{color:var(--gold);border-color:var(--gold)}._recommendedSection_g8fgg_659{margin-top:3rem;padding-top:2rem;border-top:1px solid var(--border)}._sectionHeader_g8fgg_665{margin-bottom:1.5rem}._sectionTitle_g8fgg_669{font-size:1.5rem;font-weight:400;color:var(--text-primary);margin:0}._recommendedGrid_g8fgg_677{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1.25rem}._recommendedContainer_g8fgg_684{position:relative}._recommendedCarousel_g8fgg_688{display:none;gap:1rem;overflow-x:auto;scroll-behavior:smooth;scrollbar-width:none;-ms-overflow-style:none;padding:.5rem .25rem 1.5rem;margin:0 -.25rem}._recommendedCarousel_g8fgg_688::-webkit-scrollbar{display:none}._productCard_g8fgg_703{background:var(--surface);border-radius:8px;border:1px solid var(--border);padding:1.25rem;transition:all .2s ease;display:flex;flex-direction:column;gap:.75rem;min-width:0}._productCard_g8fgg_703 ._productImage_g8fgg_715{position:relative}._productCard_g8fgg_703 ._discountBadge_g8fgg_158{position:absolute;top:.5rem;right:.5rem}._productRating_g8fgg_725{display:flex;align-items:center;gap:.375rem;margin:.25rem 0}._productRating_g8fgg_725 ._ratingStars_g8fgg_135{font-size:.75rem}._productRating_g8fgg_725 ._ratingCount_g8fgg_140{font-size:.7rem}._productPrice_g8fgg_740 ._originalPrice_g8fgg_152{text-decoration:line-through;color:var(--text-secondary);font-size:.8rem;margin-left:.5rem}._recommendedCarousel_g8fgg_688 ._productCard_g8fgg_703{flex:0 0 auto;width:280px}._productCard_g8fgg_703:hover{border-color:var(--gold);transform:translateY(-1px);box-shadow:0 4px 12px #c9a96e1a}._productImage_g8fgg_715{display:flex;align-items:center;justify-content:center;padding:1rem;background:var(--background);border-radius:6px}._productIcon_g8fgg_767{font-size:2.5rem;color:var(--gold);opacity:.9}._productInfo_g8fgg_773{display:flex;flex-direction:column;gap:.5rem;flex:1}._productCategory_g8fgg_780{font-size:.7rem;font-weight:500;color:var(--primary);text-transform:uppercase;letter-spacing:.1em}._productName_g8fgg_788{font-size:.9rem;font-weight:500;color:var(--text-primary);margin:0;line-height:1.3;flex:1}._productPrice_g8fgg_740{font-size:1rem;font-weight:600;color:var(--gold)}._addToCartBtn_g8fgg_803{width:100%;padding:.625rem 1rem;background:transparent;color:var(--primary);border:1px solid var(--primary);border-radius:4px;font-size:.8rem;font-weight:500;cursor:pointer;transition:all .2s ease;margin-top:auto}._addToCartBtn_g8fgg_803:hover{background:var(--primary);color:var(--pearl)}._couponContainer_g8fgg_823{margin:.5rem 0;padding:1rem;border:1px solid #e0e0e0;border-radius:8px;background:#fafafa;display:flex;flex-direction:column;gap:.75rem}._couponLabel_g8fgg_834{font-size:.95rem;font-weight:500;color:#333;letter-spacing:.5px}._couponInput_g8fgg_841{padding:.6rem .8rem;border:1px solid #ccc;border-radius:6px;font-size:.9rem;transition:border-color .3s ease}._couponInput_g8fgg_841:focus{outline:none;border-color:#a67c52;box-shadow:0 0 0 2px #a67c5233}._applyButton_g8fgg_856{padding:.6rem 1rem;background:#a67c52;color:#fff;font-size:.9rem;font-weight:600;border:none;border-radius:6px;cursor:pointer;transition:background .3s ease}._applyButton_g8fgg_856:hover{background:#8c6844}._applyButton_g8fgg_856:disabled{background:#ccc;cursor:not-allowed}._CouponErrorMessage_g8fgg_879{color:#d9534f;font-size:.85rem;font-weight:500;margin:.5rem 0;padding:.4rem .6rem;background:#f9d6d5;border:1px solid #d9534f;border-radius:6px}._CouponSuccessMessage_g8fgg_890{color:#3c763d;font-size:.8rem;font-weight:500;margin:.5rem 0;padding:.4rem .6rem;background:#dff0d8;border:1px solid #3c763d;border-radius:6px}._removeCoupon_g8fgg_901{background:none;border:none;color:#a67c52;font-size:.8rem;font-weight:500;margin-left:.75rem;cursor:pointer;text-decoration:underline;transition:color .3s ease}._removeCoupon_g8fgg_901:hover{color:#8c6844}._checkoutSteps_g8fgg_918{display:flex;justify-content:center;align-items:center;gap:2rem;margin-bottom:2rem;padding:1.5rem 0}._step_g8fgg_927{display:flex;flex-direction:column;align-items:center;gap:.5rem;color:var(--text-secondary);transition:all .3s ease}._step_g8fgg_927._active_g8fgg_936{color:var(--primary)}._step_g8fgg_927._completed_g8fgg_940{color:var(--gold)}._stepNumber_g8fgg_944{width:2rem;height:2rem;border-radius:50%;display:flex;align-items:center;justify-content:center;background:var(--background);border:2px solid currentColor;font-size:.9rem;font-weight:500}._step_g8fgg_927._active_g8fgg_936 ._stepNumber_g8fgg_944{background:var(--primary);color:var(--pearl);border-color:var(--primary)}._step_g8fgg_927._completed_g8fgg_940 ._stepNumber_g8fgg_944{background:var(--gold);color:var(--pearl);border-color:var(--gold)}._stepLabel_g8fgg_969{font-size:.8rem;font-weight:500}._checkoutSection_g8fgg_975{max-width:800px;margin:0 auto}._sectionSubtitle_g8fgg_980{color:var(--text-secondary);margin-top:.5rem}._addressForm_g8fgg_986{background:var(--surface);border-radius:8px;padding:2rem;border:1px solid var(--border)}._formGroup_g8fgg_993{display:flex;flex-direction:column;margin-bottom:1.25rem}._formGroup_g8fgg_993:last-child{margin-bottom:1rem}._formGroup_g8fgg_993 label{font-size:.9rem;font-weight:500;color:var(--text-primary);margin-bottom:.5rem}._formGroup_g8fgg_993 input,._formGroup_g8fgg_993 select{padding:.75rem 1rem;border:1px solid var(--border);border-radius:6px;background:var(--background);color:var(--text-primary);font-size:.9rem;transition:all .2s ease}._formGroup_g8fgg_993 input:focus,._formGroup_g8fgg_993 select:focus{outline:none;border-color:var(--primary);box-shadow:0 0 0 3px #0a3d3f1a}._formRow_g8fgg_1028{display:grid;grid-template-columns:1fr 1fr;gap:1rem}._formActions_g8fgg_1034{display:flex;gap:1rem;margin-top:2rem;padding-top:1.5rem;border-top:1px solid var(--border)}._backButton_g8fgg_1042{padding:.875rem 1.5rem;background:transparent;color:var(--text-secondary);border:1px solid var(--border);border-radius:6px;font-weight:500;cursor:pointer;transition:all .2s ease;flex:1}._backButton_g8fgg_1042:hover{border-color:var(--text-secondary)}._continueButton_g8fgg_1058{padding:.875rem 1.5rem;background:var(--primary);color:var(--pearl);border:none;border-radius:6px;font-weight:500;cursor:pointer;transition:all .2s ease;flex:2}._continueButton_g8fgg_1058:hover{background:var(--rich-teal)}._paymentLayout_g8fgg_1075{display:grid;grid-template-columns:1fr 380px;gap:3rem;align-items:start}._paymentMethods_g8fgg_1082{background:var(--surface);border-radius:8px;padding:2rem;border:1px solid var(--border)}._paymentTitle_g8fgg_1089{font-size:1.1rem;font-weight:500;color:var(--text-primary);margin-bottom:1.5rem}._paymentOption_g8fgg_1096{margin-bottom:1rem}._paymentOption_g8fgg_1096 input{display:none}._paymentOption_g8fgg_1096 label{display:flex;align-items:center;gap:1rem;padding:1rem;border:1px solid var(--border);border-radius:6px;cursor:pointer;transition:all .2s ease}._paymentOption_g8fgg_1096 input:checked+label{border-color:var(--primary);background:var(--pale-teal)}._paymentIcon_g8fgg_1120{font-size:1.5rem}._creditCardForm_g8fgg_1124{margin-top:2rem;padding-top:2rem;border-top:1px solid var(--border)}._payButton_g8fgg_1130{width:100%;padding:1rem 1.5rem;background:var(--gold);color:var(--pearl);border:none;border-radius:6px;font-size:1rem;font-weight:500;cursor:pointer;transition:all .2s ease;margin:1.5rem 0 1rem}._payButton_g8fgg_1130:hover{background:#b8943c;transform:translateY(-1px);box-shadow:0 4px 12px #c9a96e4d}._errorBox_g8fgg_1150{background:#fdecea;color:#b71c1c;border:1px solid #f5c2c7;padding:12px;border-radius:6px;margin:1rem 0;font-size:14px}._paymentOptions_g8fgg_1161{margin:1rem 0;padding:.8rem;border:1px solid #e0e0e0;border-radius:8px;background:#fafafa;display:flex;flex-direction:column;gap:.5rem}._paymentOptions_g8fgg_1161 label{font-size:.9rem;font-weight:500;color:#333;cursor:pointer}._paymentOptions_g8fgg_1161 input[type=radio]{margin-right:.5rem;accent-color:#a67c52}@media (max-width: 768px){._cartPage_g8fgg_1{padding:1rem 0}._container_g8fgg_7{padding:0 1rem}._pageHeader_g8fgg_14{margin-bottom:1.5rem;padding-bottom:1rem}._pageTitle_g8fgg_20{font-size:1.5rem;margin-bottom:.25rem}._cartMeta_g8fgg_28{flex-direction:column;gap:.25rem;font-size:.8rem}._emptyState_g8fgg_36{padding:2rem 1rem}._emptyIcon_g8fgg_43{font-size:2.5rem;margin-bottom:1rem}._emptyTitle_g8fgg_49{font-size:1.25rem;margin-bottom:.75rem}._emptyDescription_g8fgg_56{font-size:.9rem;margin-bottom:1.5rem}._exploreButton_g8fgg_62{padding:.75rem 1.5rem;font-size:.9rem}._summaryLayout_g8fgg_359{grid-template-columns:1fr;gap:1.5rem}._orderDetails_g8fgg_366{gap:1rem}._detailsCard_g8fgg_372{padding:1.25rem}._detailsTitle_g8fgg_379{font-size:1rem;margin-bottom:1rem}._summaryItems_g8fgg_389{gap:.75rem}._summaryItem_g8fgg_389{grid-template-columns:50px 1fr;gap:.75rem;padding:.875rem}._summaryItemName_g8fgg_424{font-size:.85rem}._summaryItemMeta_g8fgg_432{flex-direction:column;gap:.25rem}._summaryItemPrice_g8fgg_453{font-size:.85rem}._addressSummary_g8fgg_460{font-size:.9rem}._editAddressButton_g8fgg_476{padding:.5rem .75rem;font-size:.8rem}._placeOrderButton_g8fgg_496{padding:.875rem 1.25rem;font-size:.9rem;margin:1rem 0 .75rem}._cartLayout_g8fgg_79{grid-template-columns:1fr;gap:1.5rem}._cartMain_g8fgg_86{gap:1.5rem}._cartItems_g8fgg_93{gap:.75rem}._cartItem_g8fgg_93{grid-template-columns:50px 1fr;gap:.75rem;padding:1rem}._itemIcon_g8fgg_183{font-size:2rem}._itemContent_g8fgg_189{gap:.5rem}._itemHeader_g8fgg_195{gap:.5rem;align-items:flex-start}._itemName_g8fgg_207{font-size:.9rem;margin-bottom:.125rem}._itemCategory_g8fgg_217{font-size:.7rem}._itemPrice_g8fgg_225{font-size:.9rem}._itemControls_g8fgg_233{flex-direction:column;align-items:stretch;gap:.5rem}._quantityControl_g8fgg_240{align-self:flex-start}._itemTotal_g8fgg_278{font-size:1rem;text-align:right;padding-top:.5rem;border-top:1px solid var(--border)}._itemActions_g8fgg_285{gap:.5rem;padding-top:.5rem}._actionBtn_g8fgg_292{font-size:.75rem;padding:.5rem}._trustIndicators_g8fgg_319{padding:1rem}._trustItem_g8fgg_331{display:unset}._trustIcon_g8fgg_337{font-size:1.25rem}._trustContent_g8fgg_342 strong{font-size:.8rem}._trustContent_g8fgg_342 span{font-size:.7rem}._orderSummary_g8fgg_542{position:static;gap:1rem}._summaryCard_g8fgg_550{padding:1.25rem}._summaryTitle_g8fgg_557{font-size:1rem;margin-bottom:1rem}._summaryRows_g8fgg_564{gap:.5rem}._summaryRow_g8fgg_564{font-size:.85rem}._summaryTotal_g8fgg_584{font-size:1rem}._freeShippingNote_g8fgg_593{padding:.625rem .75rem;font-size:.75rem;margin:.75rem 0}._checkoutButton_g8fgg_604{padding:.875rem 1.25rem;font-size:.9rem;margin:.75rem 0 .5rem}._securityNote_g8fgg_628{font-size:.7rem}._continueShopping_g8fgg_638{padding:.625rem;font-size:.85rem}._recommendedSection_g8fgg_659{margin-top:2rem;padding-top:1.5rem}._sectionHeader_g8fgg_665{margin-bottom:1rem}._sectionTitle_g8fgg_669{font-size:1.25rem}._recommendedGrid_g8fgg_677{display:none}._recommendedCarousel_g8fgg_688{display:flex}._recommendedCarousel_g8fgg_688 ._productCard_g8fgg_703{width:200px;padding:1rem}._productIcon_g8fgg_767{font-size:2rem}._productName_g8fgg_788{font-size:.85rem}._productPrice_g8fgg_740{font-size:.9rem}._addToCartBtn_g8fgg_803{padding:.5rem .75rem;font-size:.75rem}._checkoutSteps_g8fgg_918{gap:.5rem;margin-bottom:1.5rem;padding:1rem 0}._step_g8fgg_927{gap:.25rem}._stepNumber_g8fgg_944{width:1.75rem;height:1.75rem;font-size:.8rem}._stepLabel_g8fgg_969{font-size:.7rem}._addressForm_g8fgg_986{padding:1.25rem}._formGroup_g8fgg_993{margin-bottom:1rem}._formGroup_g8fgg_993 label{font-size:.85rem}._formGroup_g8fgg_993 input,._formGroup_g8fgg_993 select{padding:.625rem .75rem;font-size:.85rem}._formRow_g8fgg_1028{grid-template-columns:1fr;gap:1rem}._formActions_g8fgg_1034{flex-direction:column;gap:.75rem;margin-top:1.5rem;padding-top:1.25rem}._backButton_g8fgg_1042,._continueButton_g8fgg_1058{padding:.75rem 1rem;font-size:.9rem}._paymentLayout_g8fgg_1075{grid-template-columns:1fr;gap:1.5rem}._paymentMethods_g8fgg_1082{padding:1.25rem}._paymentTitle_g8fgg_1089{font-size:1rem;margin-bottom:1rem}._paymentOption_g8fgg_1096 label{padding:.75rem;font-size:.9rem}._paymentIcon_g8fgg_1120{font-size:1.25rem}._creditCardForm_g8fgg_1124{margin-top:1.5rem;padding-top:1.5rem}._payButton_g8fgg_1130{padding:.875rem 1.25rem;font-size:.9rem;margin:1rem 0 .75rem}}@media (max-width: 480px){._container_g8fgg_7{padding:0 .75rem}._pageTitle_g8fgg_20{font-size:1.375rem}._cartItem_g8fgg_93{padding:.875rem}._itemIcon_g8fgg_183{font-size:1.75rem}._recommendedCarousel_g8fgg_688 ._productCard_g8fgg_703{width:180px;padding:.875rem}._checkoutButton_g8fgg_604,._payButton_g8fgg_1130{padding:.875rem 1rem}._summaryItem_g8fgg_389{padding:.75rem}._placeOrderButton_g8fgg_496{padding:.875rem 1rem}}@media (prefers-color-scheme: dark){._cartItem_g8fgg_93,._summaryCard_g8fgg_550,._productCard_g8fgg_703,._trustIndicators_g8fgg_319,._addressForm_g8fgg_986,._paymentMethods_g8fgg_1082{background:var(--surface)}._quantityControl_g8fgg_240,._productImage_g8fgg_715{background:var(--background)}}._hampers_153uk_1{min-height:100vh;background:var(--background)}._heroSection_153uk_7{background:linear-gradient(135deg,var(--deep-teal) 0%,var(--rich-teal) 100%);padding:3rem 1rem;text-align:center;color:var(--pearl);margin-bottom:2rem;position:relative;overflow:hidden}._heroSection_153uk_7:before{content:"";position:absolute;inset:0;background:url("data:image/svg+xml,%3Csvg width='100' height='100' viewBox='0 0 100 100' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11 18c3.866 0 7-3.134 7-7s-3.134-7-7-7-7 3.134-7 7 3.134 7 7 7zm48 25c3.866 0 7-3.134 7-7s-3.134-7-7-7-7 3.134-7 7 3.134 7 7 7zm-43-7c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zm63 31c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zM34 90c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zm56-76c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zM12 86c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4zm28-65c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4zm23-11c2.76 0 5-2.24 5-5s-2.24-5-5-5-5 2.24-5 5 2.24 5 5 5zm-6 60c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4zm29 22c2.76 0 5-2.24 5-5s-2.24-5-5-5-5 2.24-5 5 2.24 5 5 5zM32 63c2.76 0 5-2.24 5-5s-2.24-5-5-5-5 2.24-5 5 2.24 5 5 5zm57-13c2.76 0 5-2.24 5-5s-2.24-5-5-5-5 2.24-5 5 2.24 5 5 5zm-9-21c1.105 0 2-.895 2-2s-.895-2-2-2-2 .895-2 2 .895 2 2 2zM60 91c1.105 0 2-.895 2-2s-.895-2-2-2-2 .895-2 2 .895 2 2 2zM35 41c1.105 0 2-.895 2-2s-.895-2-2-2-2 .895-2 2 .895 2 2 2zM12 60c1.105 0 2-.895 2-2s-.895-2-2-2-2 .895-2 2 .895 2 2 2z' fill='%23000' fill-opacity='0.03' fill-rule='evenodd'/%3E%3C/svg%3E");opacity:.3}._heroContent_153uk_28{max-width:800px;margin:0 auto;position:relative;z-index:2}._heroTitle_153uk_35{font-size:2.5rem;font-weight:700;margin-bottom:1rem;background:linear-gradient(45deg,var(--gold),var(--light-gold));-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}._heroDescription_153uk_45{font-size:1.1rem;margin-bottom:1.5rem;opacity:.9;line-height:1.6}._heroBadges_153uk_52{display:flex;justify-content:center;flex-wrap:wrap;gap:1rem}._heroBadge_153uk_52{background:#ffffff1a;padding:.5rem 1rem;border-radius:20px;font-size:.9rem;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.2);transition:all .3s ease}._heroBadge_153uk_52:hover{background:#fff3;transform:translateY(-2px)}._container_153uk_74{max-width:1400px;margin:0 auto;padding:0 1rem}._content_153uk_81{display:grid;grid-template-columns:280px 1fr;gap:2rem;padding:2rem 0}._sidebar_153uk_89{background:var(--surface);border-radius:12px;border:1px solid var(--border);padding:1.5rem;height:fit-content;position:sticky;top:2rem;background:linear-gradient(145deg,var(--surface) 0%,#f8f6f2 100%)}._sidebarHeader_153uk_100{display:flex;align-items:center;justify-content:space-between;margin-bottom:1rem}._hamperIcon_153uk_107{font-size:1.5rem}._sidebarContent_153uk_111{width:100%}._sidebarSection_153uk_115{margin-bottom:2rem;padding-bottom:1.5rem;border-bottom:1px solid var(--border)}._sidebarSection_153uk_115:last-child{border-bottom:none;margin-bottom:0}._sidebarTitle_153uk_126{font-size:1rem;font-weight:700;color:var(--text-primary);margin:0 0 1rem}._filterList_153uk_133{display:flex;flex-direction:column;gap:.5rem}._filterItem_153uk_139{background:none;border:none;text-align:left;padding:.75rem 1rem;color:var(--text-secondary);font-size:.9rem;cursor:pointer;transition:all .2s ease;border-radius:8px;width:100%;display:flex;align-items:center;gap:.5rem}._filterItem_153uk_139:hover{color:var(--gold);background:var(--pale-teal);transform:translate(4px)}._filterItemActive_153uk_161{color:var(--deep-teal);background:var(--pale-teal);font-weight:600;border-left:3px solid var(--gold)}._filterIcon_153uk_168{font-size:1.1rem}._hamperFeatures_153uk_173{display:flex;flex-direction:column;gap:.75rem}._hamperFeature_153uk_173{display:flex;align-items:center;gap:.75rem;padding:.75rem;background:var(--pale-teal);border-radius:8px;font-size:.9rem;color:var(--deep-teal);transition:all .2s ease}._hamperFeature_153uk_173:hover{background:var(--gold);color:var(--charcoal);transform:translateY(-2px)}._featureIcon_153uk_197{font-size:1.1rem}._priceFilters_153uk_202{display:flex;flex-direction:column;gap:.5rem}._priceFilter_153uk_202{background:none;border:none;text-align:left;padding:.75rem 1rem;color:var(--text-secondary);font-size:.9rem;cursor:pointer;transition:all .2s ease;border-radius:8px;width:100%}._priceFilter_153uk_202:hover{color:var(--gold);background:var(--pale-teal)}._priceText_153uk_226{font-size:.9rem}._ratingFilters_153uk_231{display:flex;flex-direction:column;gap:.75rem}._ratingFilter_153uk_231{display:flex;align-items:center;gap:.5rem;background:none;border:none;cursor:pointer;padding:.5rem 0;transition:all .2s ease;border-radius:4px;width:100%;text-align:left}._ratingFilter_153uk_231:hover{background:var(--pale-teal)}._ratingStars_153uk_255{display:flex;gap:.1rem}._starFull_153uk_260,._starHalf_153uk_261,._starEmpty_153uk_262{font-size:.9rem}._starFull_153uk_260{color:var(--gold)}._starHalf_153uk_261{color:var(--gold);opacity:.7}._starEmpty_153uk_262{color:var(--border)}._ratingText_153uk_279{font-size:.9rem;color:var(--text-secondary)}._main_153uk_285{flex:1}._toolbar_153uk_290{display:flex;justify-content:space-between;align-items:center;padding-bottom:1rem}._sortContainer_153uk_299{display:flex;align-items:center;gap:.75rem}._sortLabel_153uk_305{font-size:.9rem;font-weight:600;color:var(--text-primary);white-space:nowrap}._sortSelect_153uk_312{padding:.75rem 3rem .75rem 1rem;border:1px solid var(--border);border-radius:8px;background:var(--surface);color:var(--text-primary);font-size:.9rem;font-weight:500;cursor:pointer;transition:all .3s ease;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%230a3d3f' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m6 9 6 6 6-6'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 1rem center;background-size:1rem;appearance:none;-webkit-appearance:none;-moz-appearance:none;min-width:180px;box-shadow:0 1px 3px #0000001a}._sortSelect_153uk_312:focus{outline:none;border-color:var(--gold)}._sortSelect_153uk_312:hover{border-color:var(--gold)}._resultsCount_153uk_342{grid-column:1 / -1;justify-self:stretch;display:flex;justify-content:space-between;align-items:center;width:95%;padding:.5rem 1rem}._filterBtnMobile_153uk_352{display:flex;align-items:center;justify-content:center;padding:.3rem;border-radius:8px;cursor:pointer}._filterBtnMobile_153uk_352{display:none}._resultsText_153uk_364{font-size:.9rem;color:var(--text-secondary)}._categoryCount_153uk_369{font-size:.8rem;color:var(--gold);font-weight:600}._productsGrid_153uk_376{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:1.5rem;margin-bottom:2rem}._productCard_153uk_383{background:var(--surface);border:1px solid var(--border);border-radius:12px;padding:1rem;transition:all .3s ease;display:flex;flex-direction:column;justify-content:space-between;position:relative;overflow:hidden}._productCard_153uk_383:hover{border-color:var(--gold);transform:translateY(-4px);box-shadow:0 8px 25px #c9a96e26}._productCard_153uk_383:before{content:"";position:absolute;top:0;left:0;right:0;height:3px;background:linear-gradient(90deg,var(--gold),var(--light-gold));transform:scaleX(0);transition:transform .3s ease}._productCard_153uk_383:hover:before{transform:scaleX(1)}._productImageContainer_153uk_418{margin-bottom:1rem;text-align:center;position:relative}._productImage_153uk_418{width:100%;height:200px;object-fit:contain;border-radius:8px}._bestSellerBadge_153uk_431{position:absolute;top:.75rem;right:.75rem;background:linear-gradient(45deg,#dc2626,#ef4444);color:#fff;font-size:.7rem;font-weight:600;padding:.3rem .6rem;border-radius:4px;z-index:2}._newBadge_153uk_444{position:absolute;top:.75rem;right:.75rem;background:linear-gradient(45deg,var(--deep-teal),var(--rich-teal));color:var(--pearl);font-size:.7rem;font-weight:600;padding:.3rem .6rem;border-radius:4px;z-index:2}._discountBadge_153uk_457{position:absolute;top:.75rem;left:.75rem;background:#dc2626;color:#fff;font-size:.7rem;font-weight:600;padding:.3rem .6rem;border-radius:4px;z-index:2}._hamperBadge_153uk_470{position:absolute;bottom:.75rem;left:.75rem;background:var(--deep-teal);color:var(--pearl);font-size:.7rem;font-weight:600;padding:.2rem .5rem;border-radius:4px}._productInfo_153uk_482{display:flex;flex-direction:column;gap:.5rem}._productName_153uk_488{font-size:.95rem;font-weight:600;color:var(--text-primary);margin:0;line-height:1.4;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}._occasionInfo_153uk_500{display:flex;align-items:center;gap:.5rem;font-size:.8rem;color:var(--text-secondary)}._occasionIcon_153uk_508{font-size:.9rem}._occasionText_153uk_512{font-style:italic}._containsInfo_153uk_516{font-size:.75rem;color:var(--text-secondary);line-height:1.3}._containsText_153uk_522{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}._ratingContainer_153uk_529{font-size:.75rem;color:var(--text-secondary);display:flex;align-items:center;gap:.25rem}._stars_153uk_537{display:flex;align-items:center;gap:.2rem}._ratingValue_153uk_543{font-weight:600;color:var(--rich-teal)}._reviewCount_153uk_548{font-size:.75rem;color:var(--text-secondary)}._priceContainer_153uk_553{display:flex;flex-direction:column;gap:.25rem}._currentPrice_153uk_559{font-weight:600;color:var(--deep-teal);font-size:1.1rem}._originalPrice_153uk_565{text-decoration:line-through;color:var(--text-secondary);font-size:.9rem}._deliveryText_153uk_571{font-size:.8rem;color:var(--gold);font-weight:600}._addToCartButton_153uk_577{margin-top:.75rem;background:linear-gradient(45deg,var(--gold),var(--light-gold));color:var(--charcoal);border:none;border-radius:8px;padding:.65rem 1rem;font-size:.9rem;font-weight:600;cursor:pointer;transition:all .2s ease}._addToCartButton_153uk_577:hover{background:linear-gradient(45deg,var(--light-gold),var(--gold));transform:translateY(-1px)}._quantityDiv_153uk_596{display:flex;align-items:center;justify-content:space-between;background:var(--surface);border:1px solid var(--border);border-radius:8px;padding:.5rem;margin-top:.75rem;gap:.5rem}._quantityBtn_153uk_608{width:2rem;height:2rem;background:var(--gold);color:var(--charcoal);border:none;border-radius:6px;font-size:1.1rem;font-weight:600;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .2s ease}._quantityBtn_153uk_608:hover{background:var(--light-gold);transform:scale(1.05)}._quantityBtn_153uk_608:active{transform:scale(.95)}._quantityText_153uk_633{margin:0;font-size:1rem;font-weight:600;color:var(--text-primary);min-width:2rem;text-align:center}._mobileFilterSection_153uk_643{display:none;margin-bottom:.5rem;padding:1rem;background:var(--surface);border-radius:12px;border:1px solid var(--border)}._mobileFilterHeader_153uk_652{display:flex;justify-content:space-between;align-items:center}._mobileFilterTitle_153uk_658{font-size:1.1rem;font-weight:600;color:var(--text-primary)}._mobileFilterToggle_153uk_664{background:var(--deep-teal);color:var(--pearl);border:none;border-radius:6px;padding:.5rem 1rem;font-size:.8rem;font-weight:500;cursor:pointer;transition:all .2s ease}._mobileFilterToggle_153uk_664:hover{background:var(--rich-teal)}._mobileFilterButtons_153uk_680{display:flex;flex-wrap:wrap;gap:.75rem;padding:1rem}._mobileFilterButton_153uk_680{background:var(--surface);border:1px solid var(--border);border-radius:20px;padding:.75rem 1.25rem;color:var(--text-secondary);font-size:.85rem;font-weight:500;cursor:pointer;transition:all .2s ease;white-space:nowrap}._mobileFilterButton_153uk_680:hover{border-color:var(--gold);color:var(--gold)}._mobileFilterButtonActive_153uk_706{background:var(--deep-teal);border-color:var(--deep-teal);color:var(--pearl)}@media (max-width: 1024px){._content_153uk_81{grid-template-columns:260px 1fr;gap:1.5rem}._productsGrid_153uk_376{grid-template-columns:repeat(auto-fill,minmax(250px,1fr));gap:1rem}._sidebar_153uk_89{padding:1.25rem}}@media (max-width: 768px){._heroSection_153uk_7{display:none}._filterBtnMobile_153uk_352{display:block}._heroTitle_153uk_35{font-size:2rem}._heroDescription_153uk_45{font-size:1rem}._container_153uk_74{padding:0 .75rem}._content_153uk_81{grid-template-columns:1fr;gap:1rem;padding:0}._sidebar_153uk_89{display:none}._mobileFilterSection_153uk_643{display:block}._toolbar_153uk_290{flex-direction:column;gap:1rem;align-items:flex-start}._sortContainer_153uk_299{display:none}._productsGrid_153uk_376{grid-template-columns:repeat(auto-fill,minmax(160px,1fr));gap:.75rem}._productCard_153uk_383{padding:1rem}._productImage_153uk_418{height:140px}._productName_153uk_488{font-size:.9rem}._containsInfo_153uk_516{display:none}._quantityDiv_153uk_596{padding:.375rem;gap:.375rem}._quantityBtn_153uk_608{width:1.75rem;height:1.75rem;font-size:1rem}._quantityText_153uk_633{font-size:.9rem;min-width:1.75rem}._addToCartButton_153uk_577{padding:.6rem .75rem;font-size:.8rem}._currentPrice_153uk_559{font-size:1.1rem}._ratingContainer_153uk_529{flex-direction:column;align-items:flex-start;gap:.25rem}._addToCartButton_153uk_577{font-size:.8rem;padding:.6rem .75rem}._mobileFilterButtons_153uk_680{justify-content:center}}@media (max-width: 480px){._heroSection_153uk_7{display:none}._heroTitle_153uk_35{font-size:1.75rem}._heroBadges_153uk_52{gap:.5rem}._heroBadge_153uk_52{font-size:.8rem;padding:.4rem .8rem}._productsGrid_153uk_376{grid-template-columns:repeat(2,1fr);gap:.5rem}._productCard_153uk_383{padding:.75rem}._productImage_153uk_418{height:120px}._productName_153uk_488{font-size:.8rem;-webkit-line-clamp:3}._quantityDiv_153uk_596{padding:.25rem;gap:.25rem}._quantityBtn_153uk_608{width:1.5rem;height:1.5rem;font-size:.9rem}._quantityText_153uk_633{font-size:.85rem;min-width:1.5rem}._currentPrice_153uk_559{font-size:1rem}._ratingValue_153uk_543,._reviewCount_153uk_548{font-size:.75rem}._mobileFilterButton_153uk_680{flex:1;min-width:calc(50% - .5rem);text-align:center;padding:.6rem 1rem}}@media (prefers-color-scheme: dark){._hampers_153uk_1{background:var(--background)}._productCard_153uk_383{background:var(--surface)}._sortSelect_153uk_312{background:var(--surface);background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke='%230a3d3f'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M19 9l-7 7-7-7'%3E%3C/path%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right .75rem center;background-size:1rem}._sidebar_153uk_89{background:linear-gradient(145deg,var(--surface) 0%,#1a1a1a 100%)}}._occasionsPage_15ns3_1{min-height:100vh;background:var(--background)}._container_15ns3_6{max-width:1200px;margin:0 auto;padding:0 2rem}._heroSection_15ns3_13{padding:5rem 0 4rem;text-align:center;background:linear-gradient(135deg,var(--pale-teal) 0%,transparent 70%);margin-bottom:4rem;position:relative;overflow:hidden}._heroSection_15ns3_13:before{content:"";position:absolute;top:-50%;right:-10%;width:400px;height:400px;background:radial-gradient(circle,var(--light-gold) 0%,transparent 70%);opacity:.1;border-radius:50%}._heroContent_15ns3_34{max-width:800px;margin:0 auto;position:relative;z-index:2}._heroBadge_15ns3_41{display:inline-flex;align-items:center;gap:.5rem;padding:.75rem 1.5rem;background:var(--surface);border:1px solid var(--border);border-radius:50px;margin-bottom:2rem;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}._heroBadge_15ns3_41 span{font-size:.8rem;font-weight:500;color:var(--text-secondary);letter-spacing:.1em;text-transform:uppercase}._heroTitle_15ns3_61{font-size:3.5rem;font-weight:300;color:var(--text-primary);margin-bottom:1.5rem;line-height:1.1;letter-spacing:-.02em}._titleAccent_15ns3_70{color:var(--gold);font-weight:400;position:relative}._titleAccent_15ns3_70:after{content:"";position:absolute;bottom:-4px;left:0;width:100%;height:2px;background:linear-gradient(90deg,transparent,var(--gold),transparent);opacity:.6}._heroSubtitle_15ns3_87{font-size:1.3rem;color:var(--text-secondary);line-height:1.6;max-width:600px;margin:0 auto;font-weight:300}._sectionHeader_15ns3_97{text-align:center;margin-bottom:3rem}._sectionTitle_15ns3_102{font-size:2.5rem;font-weight:300;color:var(--text-primary);margin-bottom:1rem;position:relative}._sectionTitle_15ns3_102:after{content:"";position:absolute;bottom:-8px;left:50%;transform:translate(-50%);width:60px;height:2px;background:var(--gold);border-radius:2px}._sectionSubtitle_15ns3_122{font-size:1.2rem;color:var(--text-secondary);line-height:1.6;max-width:500px;margin:1rem auto 0}._sectionCount_15ns3_130{color:var(--text-secondary);font-size:.9rem;font-weight:500;background:var(--pale-teal);padding:.5rem 1rem;border-radius:20px;display:inline-block}._featuredSection_15ns3_141{margin-bottom:5rem}._featuredGrid_15ns3_145{display:grid;grid-template-columns:repeat(auto-fit,minmax(380px,1fr));gap:2rem}._featuredCard_15ns3_151{border-radius:24px;padding:3rem 2.5rem;color:#fff;position:relative;overflow:hidden;transition:all .4s ease;min-height:320px;display:flex;align-items:center}._featuredCard_15ns3_151:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(135deg,rgba(255,255,255,.1) 0%,transparent 50%);opacity:0;transition:opacity .3s ease}._featuredCard_15ns3_151:hover{transform:translateY(-8px) scale(1.02);box-shadow:0 25px 50px #00000040}._featuredCard_15ns3_151:hover:before{opacity:1}._featuredCard_15ns3_151._teal_15ns3_184{background:linear-gradient(135deg,var(--deep-teal) 0%,var(--rich-teal) 100%);box-shadow:0 15px 35px #0a3d3f33}._featuredCard_15ns3_151._gold_15ns3_189{background:linear-gradient(135deg,var(--gold) 0%,var(--light-gold) 100%);color:var(--charcoal);box-shadow:0 15px 35px #c9a96e33}._featuredContent_15ns3_195{position:relative;z-index:2;text-align:center;width:100%}._featuredIcon_15ns3_202{font-size:4.5rem;margin-bottom:1.5rem;filter:drop-shadow(0 6px 12px rgba(0,0,0,.3));display:block}._featuredName_15ns3_209{font-size:2rem;font-weight:500;margin-bottom:1rem;line-height:1.2}._featuredDescription_15ns3_216{font-size:1.1rem;line-height:1.6;margin-bottom:2.5rem;opacity:.9}._featuredMeta_15ns3_223{display:flex;justify-content:space-between;align-items:center;padding-top:1.5rem;border-top:1px solid rgba(255,255,255,.2)}._featuredCard_15ns3_151._gold_15ns3_189 ._featuredMeta_15ns3_223{border-top:1px solid rgba(26,26,26,.2)}._itemCount_15ns3_235{font-size:.95rem;font-weight:500;opacity:.8}._exploreLink_15ns3_241{display:inline-flex;align-items:center;gap:.75rem;color:inherit;text-decoration:none;font-weight:600;padding:.75rem 1.5rem;background:#ffffff26;border-radius:50px;transition:all .3s ease;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}._featuredCard_15ns3_151._gold_15ns3_189 ._exploreLink_15ns3_241{background:#1a1a1a1a}._exploreLink_15ns3_241:hover{gap:1rem;background:#ffffff40;transform:translate(4px)}._featuredCard_15ns3_151._gold_15ns3_189 ._exploreLink_15ns3_241:hover{background:#1a1a1a33}._exploreLink_15ns3_241 svg{width:1.2rem;height:1.2rem;transition:transform .3s ease}._exploreLink_15ns3_241:hover svg{transform:translate(2px)}._filtersSection_15ns3_280{margin-bottom:4rem;padding:2.5rem;background:var(--surface);border-radius:20px;border:1px solid var(--border);box-shadow:0 5px 20px #0a3d3f0d}._filtersContainer_15ns3_289{text-align:center}._filterLabel_15ns3_293{font-size:1rem;font-weight:600;color:var(--text-primary);margin-bottom:1.5rem;text-transform:uppercase;letter-spacing:.1em;display:flex;align-items:center;justify-content:center;gap:.75rem}._filterLabel_15ns3_293:before,._filterLabel_15ns3_293:after{content:"";flex:1;height:1px;background:linear-gradient(90deg,transparent,var(--border),transparent)}._filterButtons_15ns3_314{display:flex;flex-wrap:wrap;gap:1rem;justify-content:center}._filterButton_15ns3_314{display:flex;align-items:center;gap:.75rem;padding:1rem 2rem;background:var(--background);color:var(--text-secondary);border:2px solid var(--border);border-radius:50px;font-size:1rem;font-weight:500;cursor:pointer;transition:all .3s ease;position:relative;overflow:hidden}._filterButton_15ns3_314:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.4),transparent);transition:left .5s ease}._filterButton_15ns3_314:hover:before{left:100%}._filterButton_15ns3_314:hover{border-color:var(--gold);color:var(--gold);transform:translateY(-2px);box-shadow:0 5px 15px #c9a96e33}._filterButtonActive_15ns3_360{background:var(--primary);color:var(--pearl);border-color:var(--primary);box-shadow:0 5px 15px #0a3d3f4d}._filterButtonActive_15ns3_360:hover{background:var(--rich-teal);border-color:var(--rich-teal);color:var(--pearl);transform:translateY(-2px)}._filterCount_15ns3_374{font-size:.85rem;opacity:.8;background:#fff3;padding:.25rem .5rem;border-radius:20px;min-width:2rem}._filterButtonActive_15ns3_360 ._filterCount_15ns3_374{background:#ffffff4d}._occasionsSection_15ns3_388{margin-bottom:5rem}._occasionsGrid_15ns3_392{display:grid;grid-template-columns:repeat(auto-fill,minmax(350px,1fr));gap:2rem}._occasionCard_15ns3_398{background:var(--surface);border-radius:20px;padding:2.5rem;border:1px solid var(--border);transition:all .4s ease;position:relative;overflow:hidden}._occasionCard_15ns3_398:before{content:"";position:absolute;top:0;left:0;width:100%;height:4px;background:linear-gradient(90deg,var(--gold),var(--light-gold));transform:scaleX(0);transition:transform .3s ease}._occasionCard_15ns3_398:hover:before{transform:scaleX(1)}._occasionCard_15ns3_398:hover{transform:translateY(-6px);border-color:var(--gold);box-shadow:0 20px 40px #c9a96e26}._cardHeader_15ns3_430{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:2rem}._occasionImage_15ns3_437{text-align:center}._occasionIcon_15ns3_441{font-size:3.5rem;color:var(--gold);filter:drop-shadow(0 4px 8px rgba(0,0,0,.1));display:block}._featuredBadge_15ns3_448{display:inline-flex;align-items:center;gap:.5rem;padding:.5rem 1rem;background:var(--gold);color:var(--charcoal);border-radius:50px;font-size:.8rem;font-weight:700;text-transform:uppercase;letter-spacing:.05em;box-shadow:0 4px 12px #c9a96e4d}._featuredBadge_15ns3_448 svg{width:1rem;height:1rem}._cardContent_15ns3_468{margin-bottom:2rem}._occasionName_15ns3_472{font-size:1.5rem;font-weight:600;color:var(--text-primary);margin-bottom:1rem;line-height:1.3}._occasionDescription_15ns3_480{color:var(--text-secondary);line-height:1.6;margin-bottom:2rem;font-size:1rem}._occasionMeta_15ns3_487{display:grid;grid-template-columns:1fr 1fr;gap:1.5rem;background:var(--pale-teal);padding:1.5rem;border-radius:12px}._metaItem_15ns3_496{display:flex;flex-direction:column;gap:.5rem;text-align:center}._metaLabel_15ns3_503{font-size:.8rem;color:var(--text-secondary);text-transform:uppercase;letter-spacing:.1em;font-weight:600}._metaValue_15ns3_511{font-size:1.3rem;font-weight:700;color:var(--gold)}._metaCategory_15ns3_517{font-size:.9rem;font-weight:600;color:var(--primary);padding:.5rem 1rem;background:var(--surface);border-radius:20px;border:1px solid var(--border)}._cardActions_15ns3_527{display:flex;gap:1rem}._primaryButton_15ns3_532{flex:1;display:inline-flex;align-items:center;justify-content:center;gap:.75rem;padding:1rem 2rem;background:var(--primary);color:var(--pearl);text-decoration:none;border-radius:12px;font-size:1rem;font-weight:600;transition:all .3s ease;position:relative;overflow:hidden}._primaryButton_15ns3_532:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.2),transparent);transition:left .5s ease}._primaryButton_15ns3_532:hover:before{left:100%}._primaryButton_15ns3_532:hover{background:var(--rich-teal);transform:translateY(-2px);box-shadow:0 8px 25px #0a3d3f4d}._primaryButton_15ns3_532 svg{width:1.2rem;height:1.2rem;transition:transform .3s ease}._primaryButton_15ns3_532:hover svg{transform:translate(3px)}._secondaryButton_15ns3_581{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:1rem 1.5rem;background:transparent;color:var(--text-secondary);border:2px solid var(--border);border-radius:12px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s ease;flex-shrink:0}._secondaryButton_15ns3_581:hover{background:var(--pale-teal);color:var(--primary);border-color:var(--primary);transform:translateY(-2px)}._secondaryButton_15ns3_581 svg{width:1.5rem;height:1.5rem}._noResults_15ns3_611{text-align:center;padding:5rem 2rem;background:var(--surface);border-radius:20px;border:2px dashed var(--border)}._noResultsIcon_15ns3_619{font-size:4rem;margin-bottom:2rem;opacity:.5}._noResultsTitle_15ns3_625{font-size:1.75rem;font-weight:400;color:var(--text-primary);margin-bottom:1rem}._noResultsDescription_15ns3_632{color:var(--text-secondary);margin-bottom:2.5rem;font-size:1.1rem;max-width:400px;margin-left:auto;margin-right:auto}._resetFilters_15ns3_641{padding:1rem 2.5rem;background:var(--primary);color:var(--pearl);border:none;border-radius:12px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s ease}._resetFilters_15ns3_641:hover{background:var(--rich-teal);transform:translateY(-2px);box-shadow:0 8px 25px #0a3d3f4d}._giftGuideSection_15ns3_660{background:linear-gradient(135deg,var(--deep-teal) 0%,var(--rich-teal) 100%);border-radius:24px;padding:5rem 4rem;margin-bottom:5rem;color:#fff;position:relative;overflow:hidden}._giftGuideSection_15ns3_660:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="goldPattern" width="25" height="25" patternUnits="userSpaceOnUse"><circle cx="12.5" cy="12.5" r="1.5" fill="%23c9a96e" opacity="0.15"/></pattern></defs><rect width="100" height="100" fill="url(%23goldPattern)"/></svg>');pointer-events:none}._giftGuideContent_15ns3_681{position:relative;z-index:2;display:grid;grid-template-columns:2fr 1fr;gap:4rem;align-items:center}._guideTitle_15ns3_690{font-size:2.5rem;font-weight:300;margin-bottom:1.5rem;line-height:1.2}._guideDescription_15ns3_697{font-size:1.2rem;line-height:1.6;margin-bottom:2.5rem;opacity:.9}._guideActions_15ns3_704{display:flex;gap:1.5rem;flex-wrap:wrap}._guidePrimary_15ns3_710{display:inline-flex;align-items:center;gap:1rem;padding:1.25rem 2.5rem;background:var(--gold);color:var(--charcoal);text-decoration:none;border-radius:12px;font-size:1rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em;transition:all .3s ease;box-shadow:0 8px 25px #c9a96e4d}._guidePrimary_15ns3_710:hover{background:var(--light-gold);transform:translateY(-3px);box-shadow:0 12px 35px #c9a96e66}._guidePrimary_15ns3_710 svg{width:1.2rem;height:1.2rem;transition:transform .3s ease}._guidePrimary_15ns3_710:hover svg{transform:translate(3px)}._guideSecondary_15ns3_743{padding:1.25rem 2.5rem;background:transparent;color:#fff;border:2px solid rgba(255,255,255,.3);text-decoration:none;border-radius:12px;font-size:1rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em;transition:all .3s ease}._guideSecondary_15ns3_743:hover{background:#ffffff1a;border-color:#fff9;transform:translateY(-3px)}._guideVisual_15ns3_763{text-align:center}._guideIcons_15ns3_767{display:flex;flex-direction:column;gap:1.5rem}._guideIcon_15ns3_767{font-size:4rem;filter:drop-shadow(0 6px 12px rgba(0,0,0,.3));animation:_float_15ns3_1 3s ease-in-out infinite;transform-origin:center}._guideIcon_15ns3_767:nth-child(1){animation-delay:0s}._guideIcon_15ns3_767:nth-child(2){animation-delay:1s}._guideIcon_15ns3_767:nth-child(3){animation-delay:2s}@keyframes _float_15ns3_1{0%,to{transform:translateY(0) rotate(0)}33%{transform:translateY(-15px) rotate(5deg)}66%{transform:translateY(-8px) rotate(-3deg)}}._tipsSection_15ns3_805{margin-bottom:5rem}._tipsGrid_15ns3_809{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:2.5rem}._tipCard_15ns3_815{background:var(--surface);border-radius:16px;padding:3rem 2rem;text-align:center;border:1px solid var(--border);transition:all .4s ease;position:relative;overflow:hidden}._tipCard_15ns3_815:before{content:"";position:absolute;top:0;left:0;width:100%;height:4px;background:linear-gradient(90deg,var(--gold),var(--light-gold));transform:scaleX(0);transition:transform .3s ease}._tipCard_15ns3_815:hover:before{transform:scaleX(1)}._tipCard_15ns3_815:hover{transform:translateY(-6px);border-color:var(--gold);box-shadow:0 15px 35px #c9a96e26}._tipIcon_15ns3_848{font-size:3.5rem;margin-bottom:2rem;color:var(--gold);display:block}._tipTitle_15ns3_855{font-size:1.5rem;font-weight:600;color:var(--text-primary);margin-bottom:1.5rem;line-height:1.3}._tipDescription_15ns3_863{color:var(--text-secondary);line-height:1.6;font-size:1.05rem}@media (max-width: 1024px){._featuredGrid_15ns3_145{grid-template-columns:1fr}._giftGuideContent_15ns3_681{grid-template-columns:1fr;text-align:center;gap:3rem}._guideIcons_15ns3_767{flex-direction:row;justify-content:center}._occasionsGrid_15ns3_392{grid-template-columns:repeat(auto-fit,minmax(320px,1fr))}}@media (max-width: 768px){._container_15ns3_6{padding:0 1.5rem}._heroSection_15ns3_13{display:none}._sectionTitle_15ns3_102{font-size:2rem}._occasionsGrid_15ns3_392{grid-template-columns:repeat(2,1fr);gap:1.5rem}._occasionCard_15ns3_398{padding:2rem}._occasionMeta_15ns3_487{grid-template-columns:1fr;gap:1rem}._cardActions_15ns3_527{flex-direction:column}._featuredCard_15ns3_151{padding:2.5rem 2rem;min-height:280px}._giftGuideSection_15ns3_660{padding:4rem 2.5rem}._guideTitle_15ns3_690{font-size:2rem}._guideActions_15ns3_704{flex-direction:column;align-items:center}._guidePrimary_15ns3_710,._guideSecondary_15ns3_743{width:100%;max-width:280px;justify-content:center}._tipsGrid_15ns3_809{grid-template-columns:repeat(2,1fr);gap:1.5rem}._filtersSection_15ns3_280{padding:2rem 1.5rem;margin-top:2rem}._filterButtons_15ns3_314{justify-content:flex-start;overflow-x:auto;padding-bottom:1rem}._filterButton_15ns3_314{white-space:nowrap;flex-shrink:0;padding:.875rem 1.5rem;font-size:.9rem}}@media (max-width: 480px){._container_15ns3_6{padding:0 1rem}._occasionsGrid_15ns3_392{grid-template-columns:1fr;gap:1rem}._tipsGrid_15ns3_809{grid-template-columns:1fr}._featuredMeta_15ns3_223{flex-direction:column;gap:1.5rem;align-items:center;text-align:center}._giftGuideSection_15ns3_660{padding:3rem 2rem}._featuredCard_15ns3_151{padding:2rem 1.5rem}._occasionCard_15ns3_398{padding:1.5rem}._tipCard_15ns3_815{padding:2rem 1.5rem}._occasionName_15ns3_472{font-size:1.3rem}._occasionDescription_15ns3_480{font-size:.95rem}._cardActions_15ns3_527{gap:.75rem}._primaryButton_15ns3_532,._secondaryButton_15ns3_581{padding:.875rem 1.25rem;font-size:.9rem}}@media (prefers-color-scheme: dark){._heroSection_15ns3_13{background:linear-gradient(135deg,var(--stone) 0%,transparent 70%)}._occasionCard_15ns3_398,._tipCard_15ns3_815,._noResults_15ns3_611,._filtersSection_15ns3_280{background:var(--surface)}}._handmade_tbi06_1{min-height:100vh;background:var(--background)}._heroSection_tbi06_7{background:linear-gradient(135deg,var(--deep-teal) 0%,var(--rich-teal) 100%);padding:3rem 1rem;text-align:center;color:var(--pearl);margin-bottom:2rem}._heroContent_tbi06_15{max-width:800px;margin:0 auto}._heroTitle_tbi06_20{font-size:2.5rem;font-weight:700;margin-bottom:1rem;background:linear-gradient(45deg,var(--gold),var(--light-gold));-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}._heroDescription_tbi06_30{font-size:1.1rem;margin-bottom:1.5rem;opacity:.9;line-height:1.6}._heroBadges_tbi06_37{display:flex;justify-content:center;flex-wrap:wrap;gap:1rem}._heroBadge_tbi06_37{background:#ffffff1a;padding:.5rem 1rem;border-radius:20px;font-size:.9rem;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.2)}._container_tbi06_53{max-width:1400px;margin:0 auto;padding:0 1rem}._content_tbi06_60{display:grid;grid-template-columns:280px 1fr;gap:2rem;padding:2rem 0}._sidebar_tbi06_68{background:var(--surface);border-radius:12px;border:1px solid var(--border);padding:1.5rem;height:fit-content;position:sticky;top:2rem;background:linear-gradient(145deg,var(--surface) 0%,#f8f6f2 100%)}._sidebarHeader_tbi06_79{display:flex;align-items:center;justify-content:space-between;margin-bottom:1rem}._artisanIcon_tbi06_86{font-size:1.5rem}._sidebarContent_tbi06_90{width:100%}._sidebarSection_tbi06_94{margin-bottom:2rem;padding-bottom:1.5rem;border-bottom:1px solid var(--border)}._sidebarSection_tbi06_94:last-child{border-bottom:none;margin-bottom:0}._sidebarTitle_tbi06_105{font-size:1rem;font-weight:700;color:var(--text-primary);margin:0 0 1rem}._filterList_tbi06_112{display:flex;flex-direction:column;gap:.5rem}._filterItem_tbi06_118{background:none;border:none;text-align:left;padding:.75rem 1rem;color:var(--text-secondary);font-size:.9rem;cursor:pointer;transition:all .2s ease;border-radius:8px;width:100%;display:flex;align-items:center;gap:.5rem}._filterItem_tbi06_118:hover{color:var(--gold);background:var(--pale-teal);transform:translate(4px)}._filterItemActive_tbi06_140{color:var(--deep-teal);background:var(--pale-teal);font-weight:600;border-left:3px solid var(--gold)}._filterIcon_tbi06_147{font-size:1.1rem}._artisanFeatures_tbi06_152{display:flex;flex-direction:column;gap:.75rem}._artisanFeature_tbi06_152{display:flex;align-items:center;gap:.75rem;padding:.75rem;background:var(--pale-teal);border-radius:8px;font-size:.9rem;color:var(--deep-teal);transition:all .2s ease}._artisanFeature_tbi06_152:hover{background:var(--gold);color:var(--charcoal);transform:translateY(-2px)}._featureIcon_tbi06_176{font-size:1.1rem}._ratingFilters_tbi06_181{display:flex;flex-direction:column;gap:.75rem}._ratingFilter_tbi06_181{display:flex;align-items:center;gap:.5rem;background:none;border:none;cursor:pointer;padding:.5rem 0;transition:all .2s ease;border-radius:4px;width:100%;text-align:left}._ratingFilter_tbi06_181:hover{background:var(--pale-teal)}._ratingStars_tbi06_205{display:flex;gap:.1rem}._starFull_tbi06_210,._starHalf_tbi06_211,._starEmpty_tbi06_212{font-size:.9rem}._starFull_tbi06_210{color:var(--gold)}._starHalf_tbi06_211{color:var(--gold);opacity:.7}._starEmpty_tbi06_212{color:var(--border)}._ratingText_tbi06_229{font-size:.9rem;color:var(--text-secondary)}._main_tbi06_235{flex:1}._toolbar_tbi06_240{display:flex;justify-content:space-between;align-items:center;padding-bottom:1rem}._sortContainer_tbi06_249{display:flex;align-items:center;gap:.75rem}._sortLabel_tbi06_255{font-size:.9rem;font-weight:600;color:var(--text-primary);white-space:nowrap}._sortSelect_tbi06_262{padding:.75rem 3rem .75rem 1rem;border:1px solid var(--border);border-radius:8px;background:var(--surface);color:var(--text-primary);font-size:.9rem;font-weight:500;cursor:pointer;transition:all .3s ease;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%230a3d3f' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m6 9 6 6 6-6'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 1rem center;background-size:1rem;appearance:none;-webkit-appearance:none;-moz-appearance:none;min-width:180px;box-shadow:0 1px 3px #0000001a}._sortSelect_tbi06_262:focus{outline:none;border-color:var(--gold)}._sortSelect_tbi06_262:hover{border-color:var(--gold)}._resultsCount_tbi06_292{grid-column:1 / -1;justify-self:stretch;display:flex;justify-content:space-between;align-items:center;width:95%;padding:.5rem 1rem}._filterBtnMobile_tbi06_302{display:flex;align-items:center;justify-content:center;padding:.3rem;border-radius:8px;cursor:pointer}._filterBtnMobile_tbi06_302{display:none}._resultsText_tbi06_315{font-size:.9rem;color:var(--text-secondary)}._artisanCount_tbi06_320{font-size:.8rem;color:var(--gold);font-weight:600}._productsGrid_tbi06_327{display:grid;grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:1.5rem;margin-bottom:2rem}._productCard_tbi06_334{background:var(--surface);border:1px solid var(--border);border-radius:12px;padding:1rem;transition:all .3s ease;display:flex;flex-direction:column;justify-content:space-between;position:relative;overflow:hidden}._productCard_tbi06_334:hover{border-color:var(--gold);transform:translateY(-4px);box-shadow:0 8px 25px #c9a96e26}._productCard_tbi06_334:before{content:"";position:absolute;top:0;left:0;right:0;height:3px;background:linear-gradient(90deg,var(--gold),var(--light-gold));transform:scaleX(0);transition:transform .3s ease}._productCard_tbi06_334:hover:before{transform:scaleX(1)}._productImageContainer_tbi06_369{margin-bottom:1rem;text-align:center;position:relative}._productImage_tbi06_369{width:100%;height:180px;object-fit:contain;border-radius:8px}._featuredBadge_tbi06_382{position:absolute;top:.75rem;right:.75rem;background:linear-gradient(45deg,var(--gold),var(--light-gold));color:var(--charcoal);font-size:.7rem;font-weight:600;padding:.3rem .6rem;border-radius:4px;z-index:2}._discountBadge_tbi06_395{position:absolute;top:.75rem;left:.75rem;background:#dc2626;color:#fff;font-size:.7rem;font-weight:600;padding:.3rem .6rem;border-radius:4px;z-index:2}._handmadeBadge_tbi06_408{position:absolute;bottom:.75rem;left:.75rem;background:var(--deep-teal);color:var(--pearl);font-size:.7rem;font-weight:600;padding:.2rem .5rem;border-radius:4px}._productInfo_tbi06_420{display:flex;flex-direction:column;gap:.5rem}._productName_tbi06_426{font-size:.95rem;font-weight:600;color:var(--text-primary);margin:0;line-height:1.4;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}._artisanInfo_tbi06_438{display:flex;align-items:center;gap:.5rem;font-size:.8rem;color:var(--text-secondary)}._artisanIconSmall_tbi06_446{font-size:.9rem}._artisanName_tbi06_450{font-style:italic}._ratingContainer_tbi06_454{font-size:.75rem;color:var(--text-secondary);display:flex;align-items:center;gap:.25rem}._stars_tbi06_462{display:flex;align-items:center;gap:.2rem}._ratingValue_tbi06_468{font-weight:600;color:var(--rich-teal)}._reviewCount_tbi06_473{font-size:.75rem;color:var(--text-secondary)}._priceContainer_tbi06_478{display:flex;align-items:center;gap:.5rem;font-size:.95rem}._currentPrice_tbi06_485{font-weight:600;color:var(--deep-teal)}._originalPrice_tbi06_490{text-decoration:line-through;color:var(--text-secondary)}._addToCartButton_tbi06_495{margin-top:.75rem;background:linear-gradient(45deg,var(--gold),var(--light-gold));color:var(--charcoal);border:none;border-radius:8px;padding:.65rem 1rem;font-size:.9rem;font-weight:600;cursor:pointer;transition:all .2s ease}._addToCartButton_tbi06_495:hover{background:linear-gradient(45deg,var(--light-gold),var(--gold));transform:translateY(-1px)}._quantityDiv_tbi06_514{display:flex;align-items:center;justify-content:space-between;background:var(--surface);border:1px solid var(--border);border-radius:8px;padding:.5rem;margin-top:.75rem;gap:.5rem}._quantityBtn_tbi06_526{width:2rem;height:2rem;background:var(--gold);color:var(--charcoal);border:none;border-radius:6px;font-size:1.1rem;font-weight:600;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .2s ease}._quantityBtn_tbi06_526:hover{background:var(--light-gold);transform:scale(1.05)}._quantityBtn_tbi06_526:active{transform:scale(.95)}._quantityText_tbi06_551{margin:0;font-size:1rem;font-weight:600;color:var(--text-primary);min-width:2rem;text-align:center}._mobileFilterSection_tbi06_561{display:none;margin-bottom:.5rem;padding:1rem;background:var(--surface);border-radius:12px;border:1px solid var(--border)}._mobileFilterHeader_tbi06_570{display:flex;justify-content:space-between;align-items:center}._mobileFilterTitle_tbi06_576{font-size:1.1rem;font-weight:600;color:var(--text-primary)}._mobileFilterToggle_tbi06_582{background:var(--deep-teal);color:var(--pearl);border:none;border-radius:6px;padding:.5rem 1rem;font-size:.8rem;font-weight:500;cursor:pointer;transition:all .2s ease}._mobileFilterToggle_tbi06_582:hover{background:var(--rich-teal)}._mobileFilterButtons_tbi06_598{display:flex;flex-wrap:wrap;gap:.75rem;padding:1rem}._mobileFilterButton_tbi06_598{background:var(--surface);border:1px solid var(--border);border-radius:20px;padding:.75rem 1.25rem;color:var(--text-secondary);font-size:.85rem;font-weight:500;cursor:pointer;transition:all .2s ease;white-space:nowrap}._mobileFilterButton_tbi06_598:hover{border-color:var(--gold);color:var(--gold)}._mobileFilterButtonActive_tbi06_624{background:var(--deep-teal);border-color:var(--deep-teal);color:var(--pearl)}@media (max-width: 1024px){._content_tbi06_60{grid-template-columns:260px 1fr;gap:1.5rem}._productsGrid_tbi06_327{grid-template-columns:repeat(auto-fill,minmax(250px,1fr));gap:1rem}._sidebar_tbi06_68{padding:1.25rem}}@media (max-width: 768px){._heroSection_tbi06_7{display:none}._heroTitle_tbi06_20{font-size:2rem}._heroDescription_tbi06_30{font-size:1rem}._container_tbi06_53{padding:0 .75rem}._content_tbi06_60{grid-template-columns:1fr;gap:1rem;padding:0}._filterBtnMobile_tbi06_302{display:block}._sidebar_tbi06_68{display:none}._mobileFilterSection_tbi06_561{display:block}._toolbar_tbi06_240{flex-direction:column;gap:1rem;align-items:flex-start}._sortContainer_tbi06_249{display:none}._productsGrid_tbi06_327{grid-template-columns:repeat(auto-fill,minmax(160px,1fr));gap:.75rem}._productCard_tbi06_334{padding:1rem}._productImage_tbi06_369{height:140px}._productName_tbi06_426{font-size:.9rem}._quantityDiv_tbi06_514{padding:.375rem;gap:.375rem}._quantityBtn_tbi06_526{width:1.75rem;height:1.75rem;font-size:1rem}._quantityText_tbi06_551{font-size:.9rem;min-width:1.75rem}._addToCartButton_tbi06_495{padding:.6rem .75rem;font-size:.8rem}._currentPrice_tbi06_485{font-size:1.1rem}._ratingContainer_tbi06_454{flex-direction:column;align-items:flex-start;gap:.25rem}._addToCartButton_tbi06_495{font-size:.8rem;padding:.6rem .75rem}._mobileFilterButtons_tbi06_598{justify-content:center}}@media (max-width: 480px){._heroSection_tbi06_7{display:none}._heroTitle_tbi06_20{font-size:1.75rem}._heroBadges_tbi06_37{gap:.5rem}._heroBadge_tbi06_37{font-size:.8rem;padding:.4rem .8rem}._productsGrid_tbi06_327{grid-template-columns:repeat(2,1fr);gap:.5rem}._productCard_tbi06_334{padding:.75rem}._productImage_tbi06_369{height:120px}._productName_tbi06_426{font-size:.8rem;-webkit-line-clamp:3}._quantityDiv_tbi06_514{padding:.25rem;gap:.25rem}._quantityBtn_tbi06_526{width:1.5rem;height:1.5rem;font-size:.9rem}._quantityText_tbi06_551{font-size:.85rem;min-width:1.5rem}._currentPrice_tbi06_485{font-size:1rem}._ratingValue_tbi06_468,._reviewCount_tbi06_473{font-size:.75rem}._mobileFilterButton_tbi06_598{flex:1;min-width:calc(50% - .5rem);text-align:center;padding:.6rem 1rem}}@media (prefers-color-scheme: dark){._handmade_tbi06_1{background:var(--background)}._productCard_tbi06_334{background:var(--surface)}._sortSelect_tbi06_262{background:var(--surface);background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke='%230a3d3f'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M19 9l-7 7-7-7'%3E%3C/path%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right .75rem center;background-size:1rem}._sidebar_tbi06_68{background:linear-gradient(145deg,var(--surface) 0%,#1a1a1a 100%)}}._productDetail_1x3gi_1{max-width:1200px;margin:0 auto;padding:1rem;background:var(--background);min-height:100vh}._loadingContainer_1x3gi_10{display:flex;flex-direction:column;align-items:center;justify-content:center;height:60vh;gap:1rem}._loadingSpinner_1x3gi_19{width:40px;height:40px;border:3px solid var(--border);border-top-color:var(--gold);border-radius:50%;animation:_spin_1x3gi_1 1s linear infinite}@keyframes _spin_1x3gi_1{to{transform:rotate(360deg)}}._breadcrumb_1x3gi_33{display:flex;align-items:center;gap:.5rem;font-size:.85rem;color:var(--text-secondary);margin-bottom:1.5rem;padding:.5rem 0;flex-wrap:wrap}._breadcrumb_1x3gi_33 span{cursor:pointer;transition:color .2s ease}._breadcrumb_1x3gi_33 span:hover{color:var(--gold)}._breadcrumbSeparator_1x3gi_53{color:var(--border);margin:0 .25rem}._breadcrumbCurrent_1x3gi_58{color:var(--gold);font-weight:600}._productMain_1x3gi_64{display:grid;grid-template-columns:1fr 1fr;gap:2rem;margin-bottom:2rem;padding:1.5rem;background:var(--surface);border-radius:12px;border:1px solid var(--border)}@media (max-width: 768px){._productMain_1x3gi_64{grid-template-columns:1fr;gap:1.5rem;padding:1rem}}._productImages_1x3gi_84{display:flex;flex-direction:column;gap:1rem}._mainImage_1x3gi_90{position:relative;border-radius:10px;overflow:hidden;background:var(--background);aspect-ratio:1;display:flex;align-items:center;justify-content:center;border:1px solid var(--border)}._mainImage_1x3gi_90 img{width:100%;height:100%;object-fit:contain;padding:1rem}._discountBadge_1x3gi_109{position:absolute;top:12px;left:12px;background:linear-gradient(45deg,#dc2626,#ef4444);color:#fff;padding:.4rem .8rem;border-radius:20px;font-size:.85rem;font-weight:700;z-index:2}._wishlistBtn_1x3gi_122{position:absolute;top:12px;right:12px;background:#ffffffe6;border:none;width:auto;height:40px;border-radius:6px;display:flex;align-items:center;justify-content:center;cursor:pointer;z-index:2;color:#0369a1;transition:all .3s ease}._digitalArtIcon_1x3gi_139{color:#4f46e5;margin-left:6px;vertical-align:middle;animation:_float_1x3gi_1 3s ease-in-out infinite}@keyframes _float_1x3gi_1{0%{transform:translate(0);opacity:1}50%{transform:translate(4px);opacity:.9}to{transform:translate(0);opacity:1}}._digitalDownload_1x3gi_151{display:inline-block;background:#f0f9ff;color:#0369a1;padding:6px 12px;border-radius:6px;font-size:.95rem;font-weight:500;box-shadow:0 1px 3px #00000014}._wishlistBtn_1x3gi_122 svg{color:var(--text-secondary)}._wishlistBtn_1x3gi_122 ._wishlisted_1x3gi_171{color:var(--danger)}._thumbnailGallery_1x3gi_176{display:flex;flex-wrap:wrap;gap:.5rem;overflow-x:auto;padding:.5rem 0;scrollbar-width:none}._thumbnailGallery_1x3gi_176::-webkit-scrollbar{display:none}._thumbnail_1x3gi_176{flex:0 0 60px;width:60px;height:60px;border-radius:8px;overflow:hidden;border:2px solid transparent;cursor:pointer;opacity:.7;transition:all .2s ease}._thumbnail_1x3gi_176:hover{opacity:1;border-color:var(--border)}._thumbnail_1x3gi_176._active_1x3gi_206{border-color:var(--gold);opacity:1}._thumbnail_1x3gi_176 img{width:100%;height:100%;object-fit:cover}._productInfo_1x3gi_218{display:flex;flex-direction:column;gap:1rem}._productHeader_1x3gi_224{display:flex;justify-content:space-between;align-items:flex-start;gap:1rem}._productTitle_1x3gi_231{font-size:1.5rem;font-weight:700;color:var(--text-primary);line-height:1.3;margin:0;flex:1}._actionIcons_1x3gi_240{display:flex;gap:.5rem}._iconBtn_1x3gi_245{background:var(--surface);border:1px solid var(--border);width:36px;height:36px;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s ease;color:var(--text-secondary)}._iconBtn_1x3gi_245:hover{background:var(--pale-teal);border-color:var(--gold);color:var(--gold)}._iconBtn_1x3gi_245._active_1x3gi_206{background:var(--danger);border-color:var(--danger);color:#fff}._artisanName_1x3gi_271{color:var(--text-secondary);font-size:.9rem;font-style:italic;margin:0}._ratingContainer_1x3gi_279{display:flex;align-items:center;gap:.75rem;flex-wrap:wrap}._stars_1x3gi_286{display:flex;gap:.1rem}._starFilled_1x3gi_291{color:var(--gold)}._starEmpty_1x3gi_295{color:var(--border)}._ratingValue_1x3gi_299{font-weight:600;color:var(--rich-teal);font-size:.95rem}._reviewCount_1x3gi_305{color:var(--text-secondary);font-size:.85rem}._inStock_1x3gi_310{background:var(--success);color:#fff;padding:.2rem .6rem;border-radius:12px;font-size:.8rem;font-weight:600}._priceContainer_1x3gi_320{padding:.75rem 0;border-top:1px solid var(--border);border-bottom:1px solid var(--border)}._priceRow_1x3gi_326{display:flex;align-items:center;gap:1rem;flex-wrap:wrap;margin-bottom:.25rem}._currentPrice_1x3gi_334{font-size:1.75rem;font-weight:700;color:var(--deep-teal)}._originalPrice_1x3gi_340{font-size:1.1rem;color:var(--text-secondary);text-decoration:line-through}._discountText_1x3gi_346{background:var(--pale-teal);color:var(--deep-teal);padding:.3rem .7rem;border-radius:12px;font-size:.85rem;font-weight:600}._priceNote_1x3gi_355{color:var(--text-secondary);font-size:.85rem;margin:0}._variants_1x3gi_362{display:flex;flex-direction:column;gap:1rem}._variantGroup_1x3gi_368{display:flex;flex-direction:column;gap:.5rem}._variantLabel_1x3gi_374{font-weight:600;color:var(--text-primary);font-size:.95rem}._variantOptions_1x3gi_380{display:flex;gap:.5rem;flex-wrap:wrap}._variantBtn_1x3gi_386{padding:.5rem 1rem;border:1px solid var(--border);background:var(--surface);border-radius:8px;font-size:.9rem;cursor:pointer;transition:all .2s ease}._variantBtn_1x3gi_386:hover{border-color:var(--gold)}._variantBtn_1x3gi_386._selected_1x3gi_400{background:var(--gold);color:var(--charcoal);border-color:var(--gold);font-weight:600}._colorOptions_1x3gi_407{display:flex;gap:.5rem}._colorBtn_1x3gi_412{width:32px;height:32px;border-radius:50%;border:2px solid var(--border);cursor:pointer;transition:all .2s ease}._colorBtn_1x3gi_412:hover{transform:scale(1.1)}._colorBtn_1x3gi_412._selected_1x3gi_400{border-color:var(--gold);box-shadow:0 0 0 2px var(--light-gold)}._quantitySection_1x3gi_431{display:flex;align-items:center;gap:1rem}._quantityLabel_1x3gi_437{font-weight:600;color:var(--text-primary);min-width:70px;font-size:.95rem}._quantitySelector_1x3gi_444{display:flex;align-items:center;border:1px solid var(--border);border-radius:8px;overflow:hidden;background:var(--background)}._quantityBtn_1x3gi_453{background:var(--surface);border:none;padding:.5rem .75rem;font-size:1rem;font-weight:600;cursor:pointer;transition:background .2s ease;min-width:40px}._quantityBtn_1x3gi_453:hover:not(:disabled){background:var(--pale-teal)}._quantityBtn_1x3gi_453:disabled{opacity:.5;cursor:not-allowed}._quantityValue_1x3gi_473{padding:.5rem 1rem;font-weight:600;min-width:40px;text-align:center;border-left:1px solid var(--border);border-right:1px solid var(--border)}._actionButtons_1x3gi_483{display:flex;gap:1rem;margin-top:.5rem}._addToCartBtn_1x3gi_489,._buyNowBtn_1x3gi_489{flex:1;padding:.9rem 1.5rem;border:none;border-radius:8px;font-size:.95rem;font-weight:600;cursor:pointer;transition:all .3s ease;display:flex;align-items:center;justify-content:center;gap:.5rem}._addToCartBtn_1x3gi_489{background:var(--gold);color:var(--charcoal)}._addToCartBtn_1x3gi_489:hover{background:var(--light-gold);transform:translateY(-1px);box-shadow:0 4px 12px #d4af3733}._buyNowBtn_1x3gi_489{background:var(--deep-teal);color:var(--pearl)}._buyNowBtn_1x3gi_489:hover{background:var(--rich-teal);transform:translateY(-1px);box-shadow:0 4px 12px #1a535c33}._compactFeatures_1x3gi_527{display:grid;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:1rem;margin-top:1rem;padding:1rem;background:var(--background);border-radius:10px;border:1px solid var(--border)}._feature_1x3gi_538{display:flex;align-items:center;gap:.75rem}._featureIcon_1x3gi_544{color:var(--gold);font-size:1.2rem;flex-shrink:0}._feature_1x3gi_538 strong{display:block;font-size:.9rem;color:var(--text-primary);margin-bottom:.1rem}._feature_1x3gi_538 p{margin:0;font-size:.8rem;color:var(--text-secondary)}._compactTabs_1x3gi_564{background:var(--surface);border-radius:12px;border:1px solid var(--border);margin-bottom:2rem;overflow:hidden}._tabButtons_1x3gi_572{display:flex;background:var(--background);border-bottom:1px solid var(--border)}._tabBtn_1x3gi_578{flex:1;padding:1rem;border:none;background:none;font-size:.95rem;font-weight:600;color:var(--text-secondary);cursor:pointer;transition:all .3s ease;border-bottom:3px solid transparent}._tabBtn_1x3gi_578:hover{color:var(--gold);background:var(--pale-teal)}._tabBtn_1x3gi_578._active_1x3gi_206{color:var(--deep-teal);border-bottom-color:var(--gold);background:var(--surface)}._tabContent_1x3gi_602{padding:1.5rem}._tabPane_1x3gi_606 h3{margin:0 0 1rem;color:var(--text-primary);font-size:1.2rem}._tabPane_1x3gi_606 p{line-height:1.6;color:var(--text-secondary);margin-bottom:1.5rem;font-size:.95rem}._highlights_1x3gi_620{background:var(--background);padding:1rem;border-radius:8px;border:1px solid var(--border)}._highlights_1x3gi_620 h4{margin:0 0 .75rem;color:var(--text-primary);font-size:1rem}._highlights_1x3gi_620 ul{list-style:none;padding:0;margin:0}._highlights_1x3gi_620 li{display:flex;align-items:center;gap:.5rem;margin-bottom:.5rem;color:var(--text-secondary);font-size:.9rem}._highlights_1x3gi_620 li svg{color:var(--success);font-size:.8rem}._specsGrid_1x3gi_654{display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:1rem}._specItem_1x3gi_660{display:flex;justify-content:space-between;padding:.75rem;background:var(--background);border-radius:8px;border:1px solid var(--border)}._specLabel_1x3gi_669{font-weight:600;color:var(--text-primary);font-size:.9rem}._specValue_1x3gi_675{color:var(--text-secondary);font-size:.9rem}._reviewSummary_1x3gi_681{margin-bottom:1.5rem;padding:1rem;background:var(--background);border-radius:10px;border:1px solid var(--border)}._overallRating_1x3gi_689{display:flex;align-items:center;gap:1rem}._ratingNumber_1x3gi_695{font-size:2rem;font-weight:700;color:var(--deep-teal)}._totalReviews_1x3gi_701{color:var(--text-secondary);font-size:.9rem}._reviewList_1x3gi_706{display:flex;flex-direction:column;gap:1rem}._reviewItem_1x3gi_712{padding:1rem;background:var(--background);border-radius:8px;border:1px solid var(--border)}._reviewHeader_1x3gi_719{display:flex;align-items:center;gap:.75rem;margin-bottom:.5rem}._reviewerName_1x3gi_726{font-weight:600;color:var(--text-primary);font-size:.95rem}._reviewText_1x3gi_732{color:var(--text-secondary);line-height:1.5;margin:0 0 .5rem;font-size:.9rem}._reviewDate_1x3gi_739{color:var(--text-secondary);font-size:.8rem}._relatedSection_1x3gi_745{margin-bottom:2rem}._sectionHeader_1x3gi_749{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem}._sectionTitle_1x3gi_756{font-size:1.3rem;font-weight:700;color:var(--text-primary);margin:0}._viewAllBtn_1x3gi_763{background:none;border:none;color:var(--gold);font-weight:600;font-size:.9rem;cursor:pointer;padding:.25rem 0;transition:all .2s ease}._viewAllBtn_1x3gi_763:hover{transform:translate(3px)}._relatedGrid_1x3gi_778{display:grid;grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:1rem}._relatedCard_1x3gi_784{background:var(--surface);border:1px solid var(--border);border-radius:10px;overflow:hidden;cursor:pointer;transition:all .3s ease}._relatedCard_1x3gi_784:hover{transform:translateY(-3px);box-shadow:0 6px 20px #0000001a;border-color:var(--gold)}._cardImage_1x3gi_799{position:relative;aspect-ratio:1;overflow:hidden;background:var(--background)}._cardImage_1x3gi_799 img{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}._relatedCard_1x3gi_784:hover ._cardImage_1x3gi_799 img{transform:scale(1.05)}._cardDiscount_1x3gi_817{position:absolute;top:.5rem;left:.5rem;background:linear-gradient(45deg,#dc2626,#ef4444);color:#fff;padding:.3rem .6rem;border-radius:12px;font-size:.75rem;font-weight:700;z-index:1}._cardContent_1x3gi_830{padding:1rem}._cardTitle_1x3gi_834{font-size:.95rem;font-weight:600;color:var(--text-primary);margin:0 0 .5rem;line-height:1.3;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;min-height:2.6em}._cardRating_1x3gi_847{display:flex;align-items:center;gap:.5rem;margin-bottom:.5rem;font-size:.8rem;color:var(--text-secondary)}._cardRating_1x3gi_847 ._stars_1x3gi_286{gap:.05rem}._cardRating_1x3gi_847 ._starFilled_1x3gi_291,._cardRating_1x3gi_847 ._starEmpty_1x3gi_295{font-size:.85rem}._cardPrice_1x3gi_865{display:flex;align-items:center;gap:.5rem}._cardPrice_1x3gi_865 ._currentPrice_1x3gi_334{font-size:1rem;font-weight:700;color:var(--deep-teal)}._cardPrice_1x3gi_865 ._originalPrice_1x3gi_340{font-size:.85rem;color:var(--text-secondary);text-decoration:line-through}@media (max-width: 480px){._productDetail_1x3gi_1{padding:.5rem}._productMain_1x3gi_64{padding:1rem}._productTitle_1x3gi_231{font-size:1.3rem}._currentPrice_1x3gi_334{font-size:1.5rem}._actionButtons_1x3gi_483{flex-direction:column}._addToCartBtn_1x3gi_489,._buyNowBtn_1x3gi_489{width:100%}._compactFeatures_1x3gi_527{grid-template-columns:1fr}._tabButtons_1x3gi_572{flex-direction:column}._tabBtn_1x3gi_578{text-align:left;border-bottom:1px solid var(--border);border-left:3px solid transparent}._tabBtn_1x3gi_578._active_1x3gi_206{border-bottom-color:var(--border);border-left-color:var(--gold)}._relatedGrid_1x3gi_778{grid-template-columns:repeat(auto-fill,minmax(150px,1fr))}}._footer_xqv5l_2{background:var(--surface);border-top:1px solid var(--border);margin-top:auto}._footerContainer_xqv5l_8{max-width:1200px;margin:0 auto;padding:0 1rem}._footerMain_xqv5l_15{display:grid;grid-template-columns:1fr;gap:2rem;padding:3rem 0 2rem}._footerBrand_xqv5l_23{text-align:center}._footerLogo_xqv5l_27{font-size:1.5rem;font-weight:700;color:var(--deep-teal);margin-bottom:1rem}._footerDescription_xqv5l_34{font-size:.9rem;color:var(--text-secondary);line-height:1.5;margin-bottom:1.5rem;max-width:400px;margin-left:auto;margin-right:auto}._socialLinks_xqv5l_44{display:flex;justify-content:center;gap:1rem}._socialLink_xqv5l_44{display:flex;align-items:center;justify-content:center;width:40px;height:40px;background:var(--background);border:1px solid var(--border);border-radius:8px;color:var(--text-secondary);transition:all .3s ease}._socialLink_xqv5l_44:hover{background:var(--gold);color:var(--charcoal);border-color:var(--gold);transform:translateY(-2px)}._socialLink_xqv5l_44 svg{width:20px;height:20px}._footerLinks_xqv5l_76{display:grid;grid-template-columns:repeat(2,1fr);gap:2rem}._footerColumn_xqv5l_82{display:flex;flex-direction:column;gap:.75rem}._footerTitle_xqv5l_88{font-size:1rem;font-weight:600;color:var(--text-primary);margin-bottom:.5rem}._footerLink_xqv5l_76{font-size:.9rem;color:var(--text-secondary);text-decoration:none;transition:color .3s ease}._footerLink_xqv5l_76:hover{color:var(--gold)}._footerBottom_xqv5l_107{border-top:1px solid var(--border);padding:1.5rem 0}._footerLegal_xqv5l_112{display:flex;flex-direction:column;gap:1rem;align-items:center;text-align:center}._copyright_xqv5l_120{font-size:.85rem;color:var(--text-secondary);margin:0}._legalLinks_xqv5l_126{display:flex;align-items:center;gap:.5rem;flex-wrap:wrap;justify-content:center}._legalLink_xqv5l_126{font-size:.85rem;color:var(--text-secondary);text-decoration:none;transition:color .3s ease}._legalLink_xqv5l_126:hover{color:var(--gold)}._separator_xqv5l_145{color:var(--border);font-size:.85rem}@media (min-width: 768px){._footerContainer_xqv5l_8{padding:0 2rem}._footerMain_xqv5l_15{grid-template-columns:1fr 2fr;gap:3rem;padding:4rem 0 2rem}._footerBrand_xqv5l_23{text-align:left}._footerDescription_xqv5l_34{margin-left:0;margin-right:0}._socialLinks_xqv5l_44{justify-content:flex-start}._footerLinks_xqv5l_76{grid-template-columns:repeat(3,1fr);gap:3rem}._footerLegal_xqv5l_112{flex-direction:row;justify-content:space-between;text-align:left}}@media (min-width: 1024px){._footerContainer_xqv5l_8{padding:0 3rem}._footerMain_xqv5l_15{padding:5rem 0 3rem}._footerLogo_xqv5l_27{font-size:1.75rem}._footerDescription_xqv5l_34{font-size:1rem}}@media (min-width: 1440px){._footerContainer_xqv5l_8{max-width:1400px}}@media (prefers-color-scheme: dark){._footer_xqv5l_2{background:var(--surface);border-top-color:var(--stone)}._socialLink_xqv5l_44{background:var(--background);border-color:var(--stone)}._footerBottom_xqv5l_107{border-top-color:var(--stone)}}._trackOrder_tpawq_2{min-height:100vh;background:linear-gradient(135deg,#fffaf5,#fff9f3);padding:2rem 1rem;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif}._container_tpawq_9{max-width:800px;margin:0 auto;animation:_fadeIn_tpawq_1 .6s ease-out}@keyframes _fadeIn_tpawq_1{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}._header_tpawq_27{text-align:center;margin-bottom:2.5rem;padding:0 1rem}._header_tpawq_27 h1{font-size:2.5rem;font-weight:700;color:#2c1810;margin-bottom:.5rem;background:linear-gradient(45deg,#d4a574,#b08d57);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;letter-spacing:-.5px}._orderLabel_tpawq_45,._shipmentLabel_tpawq_46{color:#7d6c5a;font-size:.95rem;margin:.25rem 0}._orderLabel_tpawq_45 span,._shipmentLabel_tpawq_46 span{font-weight:600;color:#2c1810;font-family:Courier New,monospace;background:#fff;padding:.2rem .5rem;border-radius:4px;border:1px solid #f0e6d8}._statusCard_tpawq_64{background:#fff;border-radius:20px;padding:2rem;margin-bottom:2.5rem;box-shadow:0 8px 40px #d4a5741f;border:1px solid rgba(212,165,116,.1);transition:transform .3s ease,box-shadow .3s ease}._statusCard_tpawq_64:hover{transform:translateY(-2px);box-shadow:0 12px 50px #d4a57426}._statusHeader_tpawq_79{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem;flex-wrap:wrap;gap:1rem}._statusBadge_tpawq_88{padding:.75rem 1.5rem;border-radius:50px;font-weight:600;font-size:.9rem;text-transform:uppercase;letter-spacing:.5px;display:inline-flex;align-items:center;gap:.5rem}._statusBadge_tpawq_88:before{content:"";width:8px;height:8px;border-radius:50%;display:inline-block}._statusDelivered_tpawq_109{background:#38a1691a;color:#38a169}._statusDelivered_tpawq_109:before{background:#38a169}._statusTransit_tpawq_118{background:#4299e11a;color:#4299e1}._statusTransit_tpawq_118:before{background:#4299e1}._statusOutForDelivery_tpawq_127{background:#f6ad551a;color:#f6ad55}._statusOutForDelivery_tpawq_127:before{background:#f6ad55}._statusPickedUp_tpawq_136{background:#9f7aea1a;color:#9f7aea}._statusPickedUp_tpawq_136:before{background:#9f7aea}._statusCreated_tpawq_145{background:#a0aec01a;color:#a0aec0}._statusCreated_tpawq_145:before{background:#a0aec0}._statusDefault_tpawq_154{background:#d4a5741a;color:#d4a574}._statusDefault_tpawq_154:before{background:#d4a574}._courierLogo_tpawq_163{display:flex;align-items:center;gap:.75rem;background:#fff9f3;padding:.75rem 1.25rem;border-radius:12px;border:1px solid #f0e6d8}._courierInitial_tpawq_173{width:36px;height:36px;background:linear-gradient(135deg,#d4a574,#b08d57);color:#fff;border-radius:10px;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:1rem;box-shadow:0 4px 12px #d4a5744d}._courierLogo_tpawq_163 span{font-weight:600;color:#2c1810;font-size:.95rem}._statusDetails_tpawq_194{display:grid;gap:1.5rem}._detailItem_tpawq_199{display:flex;flex-direction:column;gap:.5rem}._detailLabel_tpawq_205{font-size:.85rem;color:#7d6c5a;text-transform:uppercase;letter-spacing:.5px;font-weight:600}._detailValue_tpawq_213{font-size:1.1rem;font-weight:600;color:#2c1810}._awbContainer_tpawq_219{display:flex;align-items:center;gap:1rem;flex-wrap:wrap}._awbNumber_tpawq_226{background:#fff9f3;padding:.75rem 1.25rem;border-radius:12px;border:1px solid #f0e6d8;font-family:Courier New,monospace;font-size:1rem;color:#2c1810;flex:1;min-width:200px}._copyBtn_tpawq_238{padding:.75rem 1.5rem;background:linear-gradient(135deg,#d4a574,#b08d57);color:#fff;border:none;border-radius:10px;font-weight:600;font-size:.9rem;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 12px #d4a57433}._copyBtn_tpawq_238:hover{transform:translateY(-2px);box-shadow:0 6px 20px #d4a5744d}._copyBtn_tpawq_238:active{transform:translateY(0)}._copyBtn_tpawq_238._copied_tpawq_260{background:linear-gradient(135deg,#38a169,#2f855a);box-shadow:0 4px 12px #38a16933}._timelineSection_tpawq_266{margin-bottom:2.5rem}._timelineTitle_tpawq_270{font-size:1.5rem;font-weight:600;color:#2c1810;margin-bottom:1.5rem;padding-left:1rem}._timeline_tpawq_266{position:relative;padding:0 1rem}._timeline_tpawq_266:before{content:"";position:absolute;left:2.125rem;top:0;bottom:0;width:2px;background:linear-gradient(to bottom,#f0e6d8,#d4a574,#f0e6d8);border-radius:2px}._timelineItem_tpawq_294{display:flex;margin-bottom:2rem;position:relative;animation:_slideIn_tpawq_1 .5s ease-out forwards;opacity:0}._timelineItem_tpawq_294:nth-child(1){animation-delay:.1s}._timelineItem_tpawq_294:nth-child(2){animation-delay:.2s}._timelineItem_tpawq_294:nth-child(3){animation-delay:.3s}._timelineItem_tpawq_294:nth-child(4){animation-delay:.4s}._timelineItem_tpawq_294:nth-child(5){animation-delay:.5s}@keyframes _slideIn_tpawq_1{0%{opacity:0;transform:translate(-20px)}to{opacity:1;transform:translate(0)}}._timelineLeft_tpawq_319{width:4.25rem;flex-shrink:0}._timelineDot_tpawq_324{position:relative;z-index:2}._dot_tpawq_329{width:1.5rem;height:1.5rem;border-radius:50%;display:flex;align-items:center;justify-content:center;margin-left:1.375rem;transition:all .3s ease}._dotActive_tpawq_340{background:linear-gradient(135deg,#d4a574,#b08d57);box-shadow:0 0 0 4px #d4a57433}._dotInactive_tpawq_345{background:#fff;border:2px solid #f0e6d8}._checkmark_tpawq_350{color:#fff;font-weight:700;font-size:.8rem}._timelineLine_tpawq_356{position:absolute;top:1.5rem;left:2.125rem;width:2px;height:calc(100% + 2rem);background:#f0e6d8;z-index:1}._timelineContent_tpawq_366{flex:1;background:#fff;padding:1rem 1.5rem;border-radius:12px;border:1px solid #f0e6d8;transition:all .3s ease}._timelineContent_tpawq_366:hover{border-color:#d4a574;box-shadow:0 4px 20px #d4a5741a}._timelineStatus_tpawq_380{font-size:1.1rem;font-weight:600;color:#2c1810;margin:0 0 .5rem}._timelineTime_tpawq_387{font-size:.9rem;color:#7d6c5a;margin:0 0 .5rem}._timelineLocation_tpawq_393{display:flex;align-items:center;gap:.5rem;font-size:.9rem;color:#5d4c3a;margin:0}._locationIcon_tpawq_402{font-size:1rem}._supportSection_tpawq_407{background:linear-gradient(135deg,#fffaf5,#fff9f3);border-radius:16px;padding:2rem;border:1px solid rgba(212,165,116,.2)}._supportContent_tpawq_414{display:flex;align-items:center;gap:1.5rem;flex-wrap:wrap}._supportIcon_tpawq_421{font-size:2.5rem;width:60px;height:60px;background:linear-gradient(135deg,#d4a574,#b08d57);color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;box-shadow:0 8px 20px #d4a5744d}._supportText_tpawq_434{flex:1;min-width:250px}._supportText_tpawq_434 h3{font-size:1.25rem;font-weight:600;color:#2c1810;margin:0 0 .5rem}._supportText_tpawq_434 p{font-size:.95rem;color:#7d6c5a;margin:0}._contactBtn_tpawq_452{padding:.875rem 2rem;background:transparent;border:2px solid #d4a574;color:#d4a574;border-radius:10px;font-weight:600;font-size:.95rem;cursor:pointer;transition:all .3s ease;white-space:nowrap}._contactBtn_tpawq_452:hover{background:linear-gradient(135deg,#d4a574,#b08d57);color:#fff;transform:translateY(-2px);box-shadow:0 6px 20px #d4a5744d}._headerSkeleton_tpawq_473{text-align:center;margin-bottom:2.5rem}._skeletonTitle_tpawq_478,._skeletonSubtitle_tpawq_479{background:linear-gradient(90deg,#f0e6d8 25%,#f8f2ea,#f0e6d8 75%);background-size:200% 100%;animation:_shimmer_tpawq_1 1.5s infinite;border-radius:8px}._skeletonTitle_tpawq_478{height:3rem;width:60%;margin:0 auto 1rem}._skeletonSubtitle_tpawq_479{height:1rem;width:40%;margin:0 auto}._skeletonStatus_tpawq_498{height:2rem;width:30%;background:linear-gradient(90deg,#f0e6d8 25%,#f8f2ea,#f0e6d8 75%);background-size:200% 100%;animation:_shimmer_tpawq_1 1.5s infinite;border-radius:50px;margin-bottom:1.5rem}._skeletonDetails_tpawq_508{display:grid;gap:1.5rem}._skeletonLine_tpawq_513{height:1rem;background:linear-gradient(90deg,#f0e6d8 25%,#f8f2ea,#f0e6d8 75%);background-size:200% 100%;animation:_shimmer_tpawq_1 1.5s infinite;border-radius:4px}._skeletonLine_tpawq_513:nth-child(1){width:40%}._skeletonLine_tpawq_513:nth-child(2){width:60%}._skeletonDot_tpawq_529{width:1.5rem;height:1.5rem;background:linear-gradient(90deg,#f0e6d8 25%,#f8f2ea,#f0e6d8 75%);background-size:200% 100%;animation:_shimmer_tpawq_1 1.5s infinite;border-radius:50%;margin-right:1rem}._skeletonContent_tpawq_539{flex:1}._skeletonTimelineTitle_tpawq_543{height:1.25rem;width:50%;background:linear-gradient(90deg,#f0e6d8 25%,#f8f2ea,#f0e6d8 75%);background-size:200% 100%;animation:_shimmer_tpawq_1 1.5s infinite;border-radius:4px;margin-bottom:.5rem}._skeletonTimelineSubtitle_tpawq_553{height:.875rem;width:70%;background:linear-gradient(90deg,#f0e6d8 25%,#f8f2ea,#f0e6d8 75%);background-size:200% 100%;animation:_shimmer_tpawq_1 1.5s infinite;border-radius:4px}@keyframes _shimmer_tpawq_1{0%{background-position:-200% 0}to{background-position:200% 0}}._errorCard_tpawq_572,._emptyCard_tpawq_573{background:#fff;border-radius:20px;padding:3rem 2rem;text-align:center;box-shadow:0 8px 40px #d4a5741f;border:1px solid rgba(212,165,116,.1);margin:2rem 0}._errorIcon_tpawq_583,._emptyIcon_tpawq_584{font-size:3rem;margin-bottom:1.5rem}._errorCard_tpawq_572 h3,._emptyCard_tpawq_573 h3{font-size:1.5rem;font-weight:600;color:#2c1810;margin:0 0 1rem}._errorCard_tpawq_572 p,._emptyCard_tpawq_573 p{color:#7d6c5a;margin:0 0 2rem;line-height:1.6}._retryBtn_tpawq_604,._backBtn_tpawq_605{padding:.875rem 2rem;background:linear-gradient(135deg,#d4a574,#b08d57);color:#fff;border:none;border-radius:10px;font-weight:600;font-size:.95rem;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 12px #d4a57433}._retryBtn_tpawq_604:hover,._backBtn_tpawq_605:hover{transform:translateY(-2px);box-shadow:0 6px 20px #d4a5744d}._primaryBtn_tpawq_624{padding:.875rem 2.2rem;background:linear-gradient(135deg,#d4a574,#b08d57);color:#fff;border:none;border-radius:12px;font-weight:600;font-size:1rem;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 12px #d4a57440;margin:.5rem}._primaryBtn_tpawq_624:hover{box-shadow:0 6px 20px #d4a57459}._secondaryBtn_tpawq_645{padding:.875rem 2.2rem;background:#f5f2ef;color:#7d6c5a;border:1px solid rgba(212,165,116,.3);border-radius:12px;font-weight:600;font-size:1rem;cursor:pointer;transition:all .3s ease;margin:.5rem}._secondaryBtn_tpawq_645:hover{background:#fffaf5;transform:translateY(-2px)}._digitalProductP_tpawq_663{color:#7d6c5a;line-height:1.6}@media (max-width: 768px){._header_tpawq_27 h1{font-size:2rem}._statusCard_tpawq_64{padding:1.5rem}._statusHeader_tpawq_79{flex-direction:column;align-items:flex-start}._courierLogo_tpawq_163{align-self:flex-start}._timeline_tpawq_266:before{left:1.875rem}._timelineLeft_tpawq_319{width:3.75rem}._dot_tpawq_329{margin-left:1.125rem}._timelineLine_tpawq_356{left:1.875rem}._supportContent_tpawq_414{flex-direction:column;text-align:center;gap:1rem}._supportText_tpawq_434{min-width:100%}._contactBtn_tpawq_452{width:100%}}@media (max-width: 480px){._trackOrder_tpawq_2{padding:1.5rem .75rem}._header_tpawq_27 h1{font-size:1.75rem}._awbContainer_tpawq_219{flex-direction:column;align-items:stretch}._awbNumber_tpawq_226{min-width:100%;text-align:center}._copyBtn_tpawq_238{width:100%}._timeline_tpawq_266{padding:0 .5rem}._timeline_tpawq_266:before{left:1.625rem}._timelineLeft_tpawq_319{width:3.25rem}._dot_tpawq_329{margin-left:.875rem}._timelineLine_tpawq_356{left:1.625rem}}@media (prefers-color-scheme: dark){._trackOrder_tpawq_2{background:linear-gradient(135deg,#1a1a1a,#2c2c2c)}._header_tpawq_27 h1{color:#f0e6d8}._orderLabel_tpawq_45,._shipmentLabel_tpawq_46{color:#b8a898}._orderLabel_tpawq_45 span,._shipmentLabel_tpawq_46 span{background:#2c2c2c;color:#f0e6d8;border-color:#3a3a3a}._statusCard_tpawq_64,._errorCard_tpawq_572,._emptyCard_tpawq_573{background:#2c2c2c;border-color:#3a3a3a;box-shadow:0 8px 40px #0000004d}._courierLogo_tpawq_163{background:#3a3a3a;border-color:#4a4a4a}._courierLogo_tpawq_163 span{color:#f0e6d8}._detailLabel_tpawq_205{color:#b8a898}._detailValue_tpawq_213{color:#f0e6d8}._awbNumber_tpawq_226{background:#3a3a3a;border-color:#4a4a4a;color:#f0e6d8}._timelineTitle_tpawq_270{color:#f0e6d8}._timeline_tpawq_266:before{background:linear-gradient(to bottom,#3a3a3a,#d4a574,#3a3a3a)}._timelineContent_tpawq_366{background:#2c2c2c;border-color:#3a3a3a}._timelineContent_tpawq_366:hover{border-color:#d4a574;box-shadow:0 4px 20px #d4a57426}._timelineStatus_tpawq_380{color:#f0e6d8}._timelineTime_tpawq_387{color:#b8a898}._timelineLocation_tpawq_393{color:#d8c8b8}._dotInactive_tpawq_345{background:#2c2c2c;border-color:#3a3a3a}._timelineLine_tpawq_356{background:#3a3a3a}._supportSection_tpawq_407{background:#3a3a3a;border-color:#4a4a4a}._supportText_tpawq_434 h3{color:#f0e6d8}._supportText_tpawq_434 p{color:#b8a898}._skeletonTitle_tpawq_478,._skeletonSubtitle_tpawq_479,._skeletonStatus_tpawq_498,._skeletonLine_tpawq_513,._skeletonDot_tpawq_529,._skeletonTimelineTitle_tpawq_543,._skeletonTimelineSubtitle_tpawq_553{background:linear-gradient(90deg,#3a3a3a 25%,#4a4a4a,#3a3a3a 75%)}}._handmade_glxoz_1{min-height:100vh;background:var(--background)}._heroSection_glxoz_7{background:linear-gradient(135deg,var(--deep-teal) 0%,var(--rich-teal) 100%);padding:3rem 1rem;text-align:center;color:var(--pearl);margin-bottom:2rem}._heroContent_glxoz_15{max-width:800px;margin:0 auto}._heroTitle_glxoz_20{font-size:2.5rem;font-weight:700;margin-bottom:1rem;background:linear-gradient(45deg,var(--gold),var(--light-gold));-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}._heroDescription_glxoz_30{font-size:1.1rem;margin-bottom:1.5rem;opacity:.9;line-height:1.6}._heroBadges_glxoz_37{display:flex;justify-content:center;flex-wrap:wrap;gap:1rem}._heroBadge_glxoz_37{background:#ffffff1a;padding:.5rem 1rem;border-radius:20px;font-size:.9rem;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.2)}._container_glxoz_53{max-width:1400px;margin:0 auto;padding:0 1rem}._content_glxoz_60{display:grid;grid-template-columns:280px 1fr;gap:2rem;padding:2rem 0}._sidebar_glxoz_68{background:var(--surface);border-radius:12px;border:1px solid var(--border);padding:1.5rem;height:fit-content;position:sticky;top:2rem;background:linear-gradient(145deg,var(--surface) 0%,#f8f6f2 100%)}._sidebarHeader_glxoz_79{display:flex;align-items:center;justify-content:space-between;margin-bottom:1rem}._artisanIcon_glxoz_86{font-size:1.5rem}._sidebarContent_glxoz_90{width:100%}._sidebarSection_glxoz_94{margin-bottom:2rem;padding-bottom:1.5rem;border-bottom:1px solid var(--border)}._sidebarSection_glxoz_94:last-child{border-bottom:none;margin-bottom:0}._sidebarTitle_glxoz_105{font-size:1rem;font-weight:700;color:var(--text-primary);margin:0 0 1rem}._filterList_glxoz_112{display:flex;flex-direction:column;gap:.5rem}._filterItem_glxoz_118{background:none;border:none;text-align:left;padding:.75rem 1rem;color:var(--text-secondary);font-size:.9rem;cursor:pointer;transition:all .2s ease;border-radius:8px;width:100%;display:flex;align-items:center;gap:.5rem}._filterItem_glxoz_118:hover{color:var(--gold);background:var(--pale-teal);transform:translate(4px)}._filterItemActive_glxoz_140{color:var(--deep-teal);background:var(--pale-teal);font-weight:600;border-left:3px solid var(--gold)}._filterIcon_glxoz_147{font-size:1.1rem}._artisanFeatures_glxoz_152{display:flex;flex-direction:column;gap:.75rem}._artisanFeature_glxoz_152{display:flex;align-items:center;gap:.75rem;padding:.75rem;background:var(--pale-teal);border-radius:8px;font-size:.9rem;color:var(--deep-teal);transition:all .2s ease}._artisanFeature_glxoz_152:hover{background:var(--gold);color:var(--charcoal);transform:translateY(-2px)}._featureIcon_glxoz_176{font-size:1.1rem}._ratingFilters_glxoz_181{display:flex;flex-direction:column;gap:.75rem}._ratingFilter_glxoz_181{display:flex;align-items:center;gap:.5rem;background:none;border:none;cursor:pointer;padding:.5rem 0;transition:all .2s ease;border-radius:4px;width:100%;text-align:left}._ratingFilter_glxoz_181:hover{background:var(--pale-teal)}._ratingStars_glxoz_205{display:flex;gap:.1rem}._starFull_glxoz_210,._starHalf_glxoz_211,._starEmpty_glxoz_212{font-size:.9rem}._starFull_glxoz_210{color:var(--gold)}._starHalf_glxoz_211{color:var(--gold);opacity:.7}._starEmpty_glxoz_212{color:var(--border)}._ratingText_glxoz_229{font-size:.9rem;color:var(--text-secondary)}._main_glxoz_235{flex:1}._toolbar_glxoz_240{display:flex;justify-content:space-between;align-items:center;padding-bottom:1rem}._sortContainer_glxoz_249{display:flex;align-items:center;gap:.75rem}._sortLabel_glxoz_255{font-size:.9rem;font-weight:600;color:var(--text-primary);white-space:nowrap}._sortSelect_glxoz_262{padding:.75rem 3rem .75rem 1rem;border:1px solid var(--border);border-radius:8px;background:var(--surface);color:var(--text-primary);font-size:.9rem;font-weight:500;cursor:pointer;transition:all .3s ease;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%230a3d3f' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m6 9 6 6 6-6'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 1rem center;background-size:1rem;appearance:none;-webkit-appearance:none;-moz-appearance:none;min-width:180px;box-shadow:0 1px 3px #0000001a}._sortSelect_glxoz_262:focus{outline:none;border-color:var(--gold)}._sortSelect_glxoz_262:hover{border-color:var(--gold)}._resultsCount_glxoz_292{grid-column:1 / -1;justify-self:stretch;display:flex;justify-content:space-between;align-items:center;width:95%;padding:.5rem 1rem}._filterBtnMobile_glxoz_302{display:flex;align-items:center;justify-content:center;padding:.3rem;border-radius:8px;cursor:pointer}._filterBtnMobile_glxoz_302{display:none}._resultsText_glxoz_315{font-size:.9rem;color:var(--text-secondary)}._artisanCount_glxoz_320{font-size:.8rem;color:var(--gold);font-weight:600}._productsGrid_glxoz_327{display:grid;grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:1.5rem;margin-bottom:2rem}._productCard_glxoz_334{background:var(--surface);border:1px solid var(--border);border-radius:12px;padding:1rem;transition:all .3s ease;display:flex;flex-direction:column;justify-content:space-between;position:relative;overflow:hidden}._productCard_glxoz_334:hover{border-color:var(--gold);transform:translateY(-4px);box-shadow:0 8px 25px #c9a96e26}._productCard_glxoz_334:before{content:"";position:absolute;top:0;left:0;right:0;height:3px;background:linear-gradient(90deg,var(--gold),var(--light-gold));transform:scaleX(0);transition:transform .3s ease}._productCard_glxoz_334:hover:before{transform:scaleX(1)}._productImageContainer_glxoz_369{margin-bottom:1rem;text-align:center;position:relative}._productImage_glxoz_369{width:100%;height:180px;object-fit:contain;border-radius:8px}._featuredBadge_glxoz_382{position:absolute;top:.75rem;right:.75rem;background:var(--pearl);color:var(--charcoal);font-size:.7rem;font-weight:600;padding:.3rem .6rem;border-radius:4px;z-index:2}._discountBadge_glxoz_397{position:absolute;top:.75rem;left:.75rem;background:#dc2626;color:#fff;font-size:.7rem;font-weight:600;padding:.3rem .6rem;border-radius:4px;z-index:2}._handmadeBadge_glxoz_410{position:absolute;bottom:.75rem;left:.75rem;background:var(--deep-teal);color:var(--pearl);font-size:.7rem;font-weight:600;padding:.2rem .5rem;border-radius:4px}._productInfo_glxoz_422{display:flex;flex-direction:column;gap:.5rem}._productName_glxoz_428{font-size:.95rem;font-weight:600;color:var(--text-primary);margin:0;line-height:1.4;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}._artisanInfo_glxoz_440{display:flex;align-items:center;gap:.5rem;font-size:.8rem;color:var(--text-secondary)}._artisanIconSmall_glxoz_448{font-size:.9rem}._artisanName_glxoz_452{font-style:italic}._ratingContainer_glxoz_456{font-size:.75rem;color:var(--text-secondary);display:flex;align-items:center;gap:.25rem}._stars_glxoz_464{display:flex;align-items:center;gap:.2rem}._ratingValue_glxoz_470{font-weight:600;color:var(--rich-teal)}._reviewCount_glxoz_475{font-size:.75rem;color:var(--text-secondary)}._priceContainer_glxoz_480{display:flex;align-items:center;gap:.5rem;font-size:.95rem}._currentPrice_glxoz_487{font-weight:600;color:var(--deep-teal)}._originalPrice_glxoz_492{text-decoration:line-through;color:var(--text-secondary)}._addToCartButton_glxoz_497{margin-top:.75rem;background:linear-gradient(45deg,var(--gold),var(--light-gold));color:var(--charcoal);border:none;border-radius:8px;padding:.65rem 1rem;font-size:.9rem;font-weight:600;cursor:pointer;transition:all .2s ease}._addToCartButton_glxoz_497:hover{background:linear-gradient(45deg,var(--light-gold),var(--gold));transform:translateY(-1px)}._quantityDiv_glxoz_516{display:flex;align-items:center;justify-content:space-between;background:var(--surface);border:1px solid var(--border);border-radius:8px;padding:.5rem;margin-top:.75rem;gap:.5rem}._quantityBtn_glxoz_528{width:2rem;height:2rem;background:var(--gold);color:var(--charcoal);border:none;border-radius:6px;font-size:1.1rem;font-weight:600;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .2s ease}._quantityBtn_glxoz_528:hover{background:var(--light-gold);transform:scale(1.05)}._quantityBtn_glxoz_528:active{transform:scale(.95)}._quantityText_glxoz_553{margin:0;font-size:1rem;font-weight:600;color:var(--text-primary);min-width:2rem;text-align:center}._mobileFilterSection_glxoz_563{display:none;margin-bottom:.5rem;padding:1rem;background:var(--surface);border-radius:12px;border:1px solid var(--border)}._mobileFilterHeader_glxoz_572{display:flex;justify-content:space-between;align-items:center}._mobileFilterTitle_glxoz_578{font-size:1.1rem;font-weight:600;color:var(--text-primary)}._mobileFilterToggle_glxoz_584{background:var(--deep-teal);color:var(--pearl);border:none;border-radius:6px;padding:.5rem 1rem;font-size:.8rem;font-weight:500;cursor:pointer;transition:all .2s ease}._mobileFilterToggle_glxoz_584:hover{background:var(--rich-teal)}._mobileFilterButtons_glxoz_600{display:flex;flex-wrap:wrap;gap:.75rem;padding:1rem}._mobileFilterButton_glxoz_600{background:var(--surface);border:1px solid var(--border);border-radius:20px;padding:.75rem 1.25rem;color:var(--text-secondary);font-size:.85rem;font-weight:500;cursor:pointer;transition:all .2s ease;white-space:nowrap}._mobileFilterButton_glxoz_600:hover{border-color:var(--gold);color:var(--gold)}._mobileFilterButtonActive_glxoz_626{background:var(--deep-teal);border-color:var(--deep-teal);color:var(--pearl)}@media (max-width: 1024px){._content_glxoz_60{grid-template-columns:260px 1fr;gap:1.5rem}._productsGrid_glxoz_327{grid-template-columns:repeat(auto-fill,minmax(250px,1fr));gap:1rem}._sidebar_glxoz_68{padding:1.25rem}}@media (max-width: 768px){._heroSection_glxoz_7{display:none}._heroTitle_glxoz_20{font-size:2rem}._heroDescription_glxoz_30{font-size:1rem}._container_glxoz_53{padding:0 .75rem}._content_glxoz_60{grid-template-columns:1fr;gap:1rem;padding:0}._filterBtnMobile_glxoz_302{display:block}._sidebar_glxoz_68{display:none}._mobileFilterSection_glxoz_563{display:block}._toolbar_glxoz_240{flex-direction:column;gap:1rem;align-items:flex-start}._sortContainer_glxoz_249{display:none}._productsGrid_glxoz_327{grid-template-columns:repeat(auto-fill,minmax(160px,1fr));gap:.75rem}._productCard_glxoz_334{padding:1rem}._productImage_glxoz_369{height:140px}._productName_glxoz_428{font-size:.9rem}._quantityDiv_glxoz_516{padding:.375rem;gap:.375rem}._quantityBtn_glxoz_528{width:1.75rem;height:1.75rem;font-size:1rem}._quantityText_glxoz_553{font-size:.9rem;min-width:1.75rem}._addToCartButton_glxoz_497{padding:.6rem .75rem;font-size:.8rem}._currentPrice_glxoz_487{font-size:1.1rem}._ratingContainer_glxoz_456{flex-direction:column;align-items:flex-start;gap:.25rem}._addToCartButton_glxoz_497{font-size:.8rem;padding:.6rem .75rem}._mobileFilterButtons_glxoz_600{justify-content:center}}@media (max-width: 480px){._heroSection_glxoz_7{display:none}._heroTitle_glxoz_20{font-size:1.75rem}._heroBadges_glxoz_37{gap:.5rem}._heroBadge_glxoz_37{font-size:.8rem;padding:.4rem .8rem}._productsGrid_glxoz_327{grid-template-columns:repeat(2,1fr);gap:.5rem}._productCard_glxoz_334{padding:.75rem}._productImage_glxoz_369{height:120px}._productName_glxoz_428{font-size:.8rem;-webkit-line-clamp:3}._quantityDiv_glxoz_516{padding:.25rem;gap:.25rem}._quantityBtn_glxoz_528{width:1.5rem;height:1.5rem;font-size:.9rem}._quantityText_glxoz_553{font-size:.85rem;min-width:1.5rem}._currentPrice_glxoz_487{font-size:1rem}._ratingValue_glxoz_470,._reviewCount_glxoz_475{font-size:.75rem}._mobileFilterButton_glxoz_600{flex:1;min-width:calc(50% - .5rem);text-align:center;padding:.6rem 1rem}}@media (prefers-color-scheme: dark){._handmade_glxoz_1{background:var(--background)}._productCard_glxoz_334{background:var(--surface)}._sortSelect_glxoz_262{background:var(--surface);background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke='%230a3d3f'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M19 9l-7 7-7-7'%3E%3C/path%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right .75rem center;background-size:1rem}._sidebar_glxoz_68{background:linear-gradient(145deg,var(--surface) 0%,#1a1a1a 100%)}}._container_1w2r9_3{min-height:100vh;background:linear-gradient(135deg,#f7f3ee,#efe8de);font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Inter,sans-serif;padding:20px}._header_1w2r9_11{text-align:center;margin-bottom:40px;padding-top:20px}._logo_1w2r9_17{font-size:48px;margin-bottom:16px}._header_1w2r9_11 h1{font-size:2.5rem;font-weight:600;color:#3e3a36;margin-bottom:8px}._subtitle_1w2r9_29{font-size:1rem;color:#6f6a64;max-width:600px;margin:0 auto}._authSection_1w2r9_37{max-width:480px;margin:0 auto 60px}._authCard_1w2r9_42{background:#fff;border:1px solid #E2DBD2;border-radius:16px;padding:40px;box-shadow:0 8px 32px #3e3a3614}._authCard_1w2r9_42 h2{font-size:1.8rem;font-weight:600;color:#3e3a36;margin-bottom:8px;text-align:center}._authCard_1w2r9_42>p{color:#6f6a64;text-align:center;margin-bottom:32px}._authForm_1w2r9_65{display:flex;flex-direction:column;gap:24px}._formGroup_1w2r9_71{display:flex;flex-direction:column;gap:8px}._formGroup_1w2r9_71 label{font-size:.9rem;font-weight:500;color:#3e3a36}._formGroup_1w2r9_71 input{padding:14px 16px;border:1px solid #E2DBD2;border-radius:12px;font-size:1rem;transition:all .2s;background:#f7f3ee;color:#3e3a36}._formGroup_1w2r9_71 input:focus{outline:none;border-color:#9c7a4e;box-shadow:0 0 0 3px #9c7a4e1a}._formGroup_1w2r9_71 input::placeholder{color:#9a948d}._errorMessage_1w2r9_103{background:#ef44441a;border:1px solid rgba(239,68,68,.2);color:#dc2626;padding:12px 16px;border-radius:8px;font-size:.9rem;margin-top:8px}._submitButton_1w2r9_113{background:#9c7a4e;color:#fff;border:none;padding:16px 32px;border-radius:12px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .2s;margin-top:8px;display:flex;align-items:center;justify-content:center;gap:8px}._submitButton_1w2r9_113:hover:not(:disabled){background:#8a6b45;transform:translateY(-2px);box-shadow:0 4px 12px #9c7a4e33}._submitButton_1w2r9_113:disabled{opacity:.7;cursor:not-allowed}._spinner_1w2r9_141{width:18px;height:18px;border:2px solid rgba(255,255,255,.3);border-radius:50%;border-top-color:#fff;animation:_spin_1w2r9_141 1s linear infinite}@keyframes _spin_1w2r9_141{to{transform:rotate(360deg)}}._helpText_1w2r9_154{margin-top:32px;padding:20px;background:#f7f3ee;border-radius:12px;border:1px solid #E2DBD2}._helpText_1w2r9_154 p{margin:8px 0;color:#6f6a64;font-size:.9rem;line-height:1.5}._welcomeSection_1w2r9_170{display:flex;justify-content:space-between;align-items:center;margin-bottom:32px;padding:24px;background:#fff;border-radius:16px;border:1px solid #E2DBD2}._welcomeContent_1w2r9_181 h2{font-size:1.8rem;font-weight:600;color:#3e3a36;margin-bottom:4px}._welcomeContent_1w2r9_181 p{color:#6f6a64}._quickStats_1w2r9_192{display:flex;gap:16px}._statCard_1w2r9_197{display:flex;align-items:center;gap:12px;padding:16px 20px;background:#f7f3ee;border-radius:12px;border:1px solid #E2DBD2;min-width:180px}._statIcon_1w2r9_208{font-size:24px}._statValue_1w2r9_212{font-size:1.5rem;font-weight:600;color:#3e3a36}._statLabel_1w2r9_218{font-size:.85rem;color:#6f6a64}._dashboardGrid_1w2r9_224{display:grid;grid-template-columns:1fr;gap:24px;margin-bottom:40px}@media (min-width: 1024px){._dashboardGrid_1w2r9_224{grid-template-columns:1.2fr 1fr}}._dashboardCard_1w2r9_238{background:#fff;border:1px solid #E2DBD2;border-radius:16px;padding:24px;margin-bottom:24px}._cardHeader_1w2r9_246{display:flex;justify-content:space-between;align-items:center;margin-bottom:24px}._cardHeader_1w2r9_246 h3{font-size:1.3rem;font-weight:600;color:#3e3a36}._copyButton_1w2r9_259{background:#f7f3ee;color:#3e3a36;border:1px solid #E2DBD2;padding:8px 16px;border-radius:8px;font-size:.9rem;cursor:pointer;transition:all .2s}._copyButton_1w2r9_259:hover{background:#efe8de}._earningRate_1w2r9_274{font-size:.9rem;color:#9c7a4e;font-weight:500}._detailGrid_1w2r9_281{display:grid;gap:20px}._detailItem_1w2r9_286{display:flex;flex-direction:column;gap:6px}._detailLabel_1w2r9_292{font-size:.85rem;color:#6f6a64;font-weight:500}._detailValue_1w2r9_298{font-size:1rem;color:#3e3a36;font-family:Courier New,monospace;word-break:break-all}._couponCodeDisplay_1w2r9_305{display:flex;align-items:center;gap:12px}._codeValue_1w2r9_311{font-size:1.5rem;font-weight:600;color:#9c7a4e;font-family:Courier New,monospace;letter-spacing:1px}._codeType_1w2r9_319{background:#c9b8a6;color:#3e3a36;padding:4px 12px;border-radius:20px;font-size:.85rem;font-weight:500}._earningsStats_1w2r9_329{display:flex;justify-content:space-around;align-items:center;margin:24px 0}._earningsItem_1w2r9_336{display:flex;align-items:center;gap:16px}._earningsIcon_1w2r9_342{font-size:32px}._earningsValue_1w2r9_346{font-size:2rem;font-weight:600;color:#3e3a36}._earningsLabel_1w2r9_352{font-size:.9rem;color:#6f6a64}._earningsDivider_1w2r9_357{width:1px;height:60px;background:#e2dbd2}._progressSection_1w2r9_363{margin-top:32px}._progressHeader_1w2r9_367{display:flex;justify-content:space-between;margin-bottom:8px}._progressHeader_1w2r9_367 span{font-size:.9rem;color:#6f6a64}._progressBar_1w2r9_378{height:8px;background:#efe8de;border-radius:4px;overflow:hidden}._progressFill_1w2r9_385{height:100%;background:#9c7a4e;border-radius:4px;transition:width .3s ease}._performanceGrid_1w2r9_393{display:grid;grid-template-columns:repeat(2,1fr);gap:16px}._performanceItem_1w2r9_399{display:flex;align-items:center;gap:12px;padding:16px;background:#f7f3ee;border-radius:12px;border:1px solid #E2DBD2}._performanceIcon_1w2r9_409{font-size:24px}._performanceValue_1w2r9_413{font-size:1.2rem;font-weight:600;color:#3e3a36}._performanceLabel_1w2r9_419{font-size:.85rem;color:#6f6a64}._instructionsList_1w2r9_425{display:flex;flex-direction:column;gap:20px}._instructionItem_1w2r9_431{display:flex;gap:16px;align-items:flex-start}._instructionNumber_1w2r9_437{min-width:32px;height:32px;background:#9c7a4e;color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:600;flex-shrink:0}._instructionContent_1w2r9_450{flex:1}._instructionContent_1w2r9_450 strong{display:block;color:#3e3a36;margin-bottom:4px}._instructionContent_1w2r9_450 p{color:#6f6a64;font-size:.9rem;line-height:1.5}._shareText_1w2r9_467{color:#6f6a64;margin-bottom:20px;line-height:1.6}._shareButtons_1w2r9_473{display:flex;gap:12px;flex-wrap:wrap}._shareButton_1w2r9_473{padding:12px 24px;border-radius:12px;font-weight:500;cursor:pointer;transition:all .2s;border:1px solid #E2DBD2;display:flex;align-items:center;gap:8px}._whatsapp_1w2r9_491{background:#25d366;color:#fff;border:none}._whatsapp_1w2r9_491:hover{background:#1da851;transform:translateY(-2px)}._copy_1w2r9_259{background:#fff;color:#3e3a36}._copy_1w2r9_259:hover{background:#f7f3ee;transform:translateY(-2px)}._logoutSection_1w2r9_513{text-align:center;margin-top:40px}._logoutButton_1w2r9_518{background:transparent;color:#6f6a64;border:1px solid #E2DBD2;padding:12px 24px;border-radius:12px;font-size:.95rem;cursor:pointer;transition:all .2s}._logoutButton_1w2r9_518:hover{background:#f7f3ee;color:#3e3a36}._footer_1w2r9_535{text-align:center;padding:40px 0 20px;color:#6f6a64;font-size:.9rem}._footerNote_1w2r9_542{margin-top:8px;font-size:.85rem;opacity:.8}@media (max-width: 768px){._container_1w2r9_3{padding:16px}._header_1w2r9_11 h1{font-size:2rem}._authCard_1w2r9_42{padding:24px}._welcomeSection_1w2r9_170{flex-direction:column;gap:16px;text-align:center}._quickStats_1w2r9_192{width:100%;justify-content:center}._performanceGrid_1w2r9_393{grid-template-columns:1fr}._earningsStats_1w2r9_329{flex-direction:column;gap:24px}._earningsDivider_1w2r9_357{width:80%;height:1px}._shareButtons_1w2r9_473{flex-direction:column}._shareButton_1w2r9_473{width:100%;justify-content:center}}@media (max-width: 480px){._header_1w2r9_11 h1{font-size:1.5rem}._subtitle_1w2r9_29{font-size:.9rem}._statCard_1w2r9_197{min-width:auto;width:100%}._dashboardCard_1w2r9_238{padding:16px}}._app_1cung_1{min-height:100vh;display:flex;flex-direction:column}._main_1cung_7{flex:1}._pageContainer_15vso_2{min-height:70vh;background:var(--background);padding:1.5rem 0 3rem}._pageHeader_15vso_8{text-align:center;padding:2.5rem 1rem;background:linear-gradient(135deg,var(--deep-teal) 0%,var(--rich-teal) 100%);color:var(--pearl);margin-bottom:2rem;border-radius:0 0 20px 20px}._pageTitle_15vso_17{font-size:2.5rem;font-weight:700;margin-bottom:.75rem;background:linear-gradient(45deg,var(--gold),var(--light-gold));-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;letter-spacing:-.5px}._pageDescription_15vso_28{font-size:1.1rem;opacity:.9;max-width:600px;margin:0 auto;line-height:1.5}._pageContent_15vso_36{max-width:1100px;margin:0 auto;padding:0 1.5rem}._content_15vso_43{line-height:1.7;color:var(--text-primary);font-size:1.05rem}._content_15vso_43 h3{color:var(--deep-teal);font-size:1.4rem;margin:2rem 0 .75rem;font-weight:600;padding-bottom:.5rem;border-bottom:2px solid rgba(201,169,110,.2)}._content_15vso_43 h4{color:var(--rich-teal);font-size:1.15rem;margin:1.5rem 0 .75rem;font-weight:600}._content_15vso_43 p{margin-bottom:1.25rem;font-size:1.05rem}._content_15vso_43 ul{margin:1.25rem 0;padding-left:1.25rem}._content_15vso_43 li{margin-bottom:.5rem;font-size:1.05rem;position:relative}._content_15vso_43 li:before{content:"•";color:var(--gold);font-weight:700;position:absolute;left:-1rem}._content_15vso_43 strong{color:var(--deep-teal);font-weight:600}._jobOpening_15vso_95{background:var(--surface);border:1px solid var(--border);border-radius:10px;padding:1.25rem;margin:1.25rem 0;transition:all .25s ease;position:relative;overflow:hidden}._jobOpening_15vso_95:before{content:"";position:absolute;top:0;left:0;width:4px;height:100%;background:linear-gradient(to bottom,var(--gold),var(--light-gold))}._jobOpening_15vso_95:hover{border-color:var(--gold);transform:translateY(-2px);box-shadow:0 6px 20px #0000001a}._applyBtn_15vso_122{background:linear-gradient(45deg,var(--gold),var(--light-gold));color:var(--charcoal);border:none;padding:.6rem 1.25rem;border-radius:6px;font-weight:600;font-size:.95rem;cursor:pointer;transition:all .25s ease;margin-top:.75rem}._applyBtn_15vso_122:hover{transform:translateY(-1px);box-shadow:0 4px 12px #c9a96e40}._pressItem_15vso_141{background:var(--surface);border-left:4px solid var(--gold);padding:1.25rem;margin:1.25rem 0;border-radius:0 8px 8px 0;transition:all .25s ease}._pressItem_15vso_141:hover{transform:translate(4px)}._pressItem_15vso_141 h4{margin-top:0!important;color:var(--deep-teal);font-size:1.15rem}._pressItem_15vso_141 em{color:var(--text-secondary);font-size:.85rem;display:block;margin-top:.5rem}._mediaKit_15vso_168{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1rem;margin:1.5rem 0}._downloadBtn_15vso_175{background:var(--surface);border:2px solid var(--gold);color:var(--deep-teal);padding:.875rem 1.25rem;border-radius:8px;text-decoration:none;font-weight:600;font-size:.95rem;transition:all .25s ease;display:flex;align-items:center;justify-content:center;gap:.5rem;text-align:center}._downloadBtn_15vso_175:before{content:"↓";font-weight:700}._downloadBtn_15vso_175:hover{background:linear-gradient(45deg,var(--gold),var(--light-gold));color:var(--charcoal);transform:translateY(-2px);box-shadow:0 4px 12px #c9a96e33}._faqGrid_15vso_205{display:grid;grid-template-columns:1fr;gap:1rem;margin:1.5rem 0}._faqItem_15vso_212{background:var(--surface);border:1px solid var(--border);border-radius:10px;padding:1.5rem;transition:all .25s ease;cursor:pointer}._faqItem_15vso_212:hover{border-color:var(--gold);transform:translateY(-2px);box-shadow:0 6px 20px #00000014}._faqItem_15vso_212 h3{color:var(--deep-teal);margin:0 0 .75rem!important;font-size:1.2rem;display:flex;align-items:center;gap:.5rem}._faqItem_15vso_212 h3:before{content:"Q:";color:var(--gold);font-weight:700;font-size:.9rem}._faqItem_15vso_212 p{margin:0;padding-left:1.5rem;position:relative}._faqItem_15vso_212 p:before{content:"A:";color:var(--rich-teal);font-weight:700;position:absolute;left:0}._contactGrid_15vso_258{display:grid;grid-template-columns:1fr 1fr;gap:2.5rem;margin-top:1.5rem}._contactInfo_15vso_265{background:var(--surface);padding:1.75rem;border-radius:12px;border:1px solid var(--border)}._contactItem_15vso_272{margin:1.5rem 0;padding-left:1rem;border-left:2px solid transparent;transition:all .25s ease}._contactItem_15vso_272:hover{border-left-color:var(--gold);padding-left:1.25rem}._contactItem_15vso_272 h4{color:var(--gold);margin:0 0 .5rem!important;font-size:1rem}._contactItem_15vso_272 p{margin:0;font-size:1.05rem}._contactForm_15vso_295{background:var(--surface);padding:1.75rem;border-radius:12px;border:1px solid var(--border)}._formGroup_15vso_302{margin-bottom:1.25rem}._formGroup_15vso_302 label{display:block;margin-bottom:.5rem;color:var(--deep-teal);font-weight:600;font-size:.95rem}._formGroup_15vso_302 input,._formGroup_15vso_302 textarea{width:100%;padding:.875rem;border:1px solid var(--border);border-radius:6px;font-size:.95rem;transition:all .25s ease;background:var(--background)}._formGroup_15vso_302 input:focus,._formGroup_15vso_302 textarea:focus{outline:none;border-color:var(--gold);box-shadow:0 0 0 3px #c9a96e1a}._submitBtn_15vso_332{background:linear-gradient(45deg,var(--gold),var(--light-gold));color:var(--charcoal);border:none;padding:.875rem 1.5rem;border-radius:6px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .25s ease;width:100%}._submitBtn_15vso_332:hover{transform:translateY(-2px);box-shadow:0 4px 12px #c9a96e40}._accentBadge_15vso_351{display:inline-block;background:linear-gradient(45deg,var(--gold),var(--light-gold));color:var(--charcoal);padding:.25rem .75rem;border-radius:4px;font-size:.85rem;font-weight:600;margin-left:.5rem}@media (max-width: 768px){._pageContainer_15vso_2{padding:1rem 0 2rem}._pageHeader_15vso_8{padding:2rem 1rem;margin-bottom:1.5rem}._pageTitle_15vso_17{font-size:2rem}._pageContent_15vso_36{padding:0 1rem}._contactGrid_15vso_258{grid-template-columns:1fr;gap:1.5rem}._mediaKit_15vso_168{grid-template-columns:1fr}._jobOpening_15vso_95,._pressItem_15vso_141,._faqItem_15vso_212,._contactInfo_15vso_265,._contactForm_15vso_295{padding:1.25rem}._content_15vso_43 h3{font-size:1.3rem}}@media (max-width: 480px){._pageHeader_15vso_8{padding:1.5rem 1rem}._pageTitle_15vso_17{font-size:1.75rem}._pageDescription_15vso_28,._content_15vso_43{font-size:1rem}._content_15vso_43 h3{font-size:1.25rem}._downloadBtn_15vso_175,._applyBtn_15vso_122,._submitBtn_15vso_332{padding:.75rem 1rem}}._container_d83el_1{max-width:1100px;margin:0 auto;padding:24px}._heading_d83el_7{font-size:28px;font-weight:700;margin-bottom:24px;color:#073737}._loading_d83el_14{padding:60px;text-align:center;font-size:18px;color:#666}._spinner_d83el_22{width:1.125rem;height:1.125rem;border:2px solid transparent;border-top:2px solid currentColor;border-radius:50%;animation:_spin_d83el_22 1s linear infinite}@keyframes _spin_d83el_22{0%{transform:rotate(0)}to{transform:rotate(360deg)}}._empty_d83el_38{padding:50px;text-align:center;color:#777;background:#f7f7f7;border-radius:12px}._grid_d83el_46{display:grid;grid-template-columns:repeat(auto-fill,minmax(240px,1fr));gap:20px}._card_d83el_52{background:#fff;border-radius:14px;box-shadow:0 10px 24px #0000000f;display:flex;flex-direction:column;justify-content:space-between;transition:transform .2s ease,box-shadow .2s ease}._card_d83el_52:hover{transform:translateY(-4px);box-shadow:0 18px 36px #00000014}._cardBody_d83el_67{padding:18px}._cardBody_d83el_67 h3{margin:0 0 6px;font-size:18px;color:#222}._cardBody_d83el_67 p{margin:0;font-size:14px;color:#777}._downloadBtn_d83el_83{margin:16px;padding:12px;border:none;border-radius:10px;font-weight:600;cursor:pointer;background:linear-gradient(135deg,#caa86b,#b89352);color:#fff;transition:background .2s ease,transform .2s ease}._downloadBtn_d83el_83:hover{transform:translateY(-2px);background:linear-gradient(135deg,#b89352,#a7813f)}@media (max-width: 600px){._heading_d83el_7{font-size:22px}}
