@charset "UTF-8";._overlay_4t5zc_1{position:fixed;inset:0;background:var(--bg-overlay, rgba(0, 0, 0, .5));z-index:1040;animation:_fadeIn_4t5zc_1 .2s ease}@keyframes _fadeIn_4t5zc_1{0%{opacity:0}to{opacity:1}}._drawer_4t5zc_17{position:fixed;background:var(--bg-elevated);box-shadow:0 25px 50px -12px #00000040;display:flex;flex-direction:column;z-index:1050}._drawer--right_4t5zc_25{top:0;right:0;bottom:0;animation:_slideInRight_4t5zc_1 .2s ease}._drawer--right_4t5zc_25._drawer--sm_4t5zc_31{width:300px}._drawer--right_4t5zc_25._drawer--md_4t5zc_34{width:400px}._drawer--right_4t5zc_25._drawer--lg_4t5zc_37{width:600px}._drawer--right_4t5zc_25._drawer--xl_4t5zc_40{width:800px}._drawer--left_4t5zc_43{top:0;left:0;bottom:0;animation:_slideInLeft_4t5zc_1 .2s ease}._drawer--left_4t5zc_43._drawer--sm_4t5zc_31{width:300px}._drawer--left_4t5zc_43._drawer--md_4t5zc_34{width:400px}._drawer--left_4t5zc_43._drawer--lg_4t5zc_37{width:600px}._drawer--left_4t5zc_43._drawer--xl_4t5zc_40{width:800px}@keyframes _slideInRight_4t5zc_1{0%{transform:translate(100%)}to{transform:translate(0)}}@keyframes _slideInLeft_4t5zc_1{0%{transform:translate(-100%)}to{transform:translate(0)}}._header_4t5zc_78{display:flex;align-items:center;justify-content:space-between;padding:1.5rem 2rem;border-bottom:1px solid var(--border-primary)}._title_4t5zc_86{font-size:1.25rem;font-weight:600;color:var(--text-primary)}._closeButton_4t5zc_92{background:none;border:none;padding:0;width:32px;height:32px;display:flex;align-items:center;justify-content:center;border-radius:.5rem;color:var(--text-secondary);cursor:pointer}._closeButton_4t5zc_92:hover{background:var(--bg-secondary);color:var(--text-primary)}._body_4t5zc_110{flex:1;padding:2rem;overflow-y:auto}._footer_4t5zc_116{display:flex;align-items:stretch;justify-content:stretch;gap:1rem;padding:1.5rem 2rem;border-top:1px solid var(--border-primary)}._footer_4t5zc_116>*{flex:1 1 auto;min-width:0}._cartWrapper_12gx3_1{display:flex;flex-direction:column;gap:1.5rem}._emptyMessage_12gx3_7{text-align:center;font-size:1rem;color:var(--text-secondary);padding:1rem 0}._cartItem_12gx3_14{display:flex;align-items:center;gap:1rem;background:var(--bg-primary);border:1px solid var(--border-primary);border-radius:.75rem;padding:.5rem;transition:box-shadow .2s cubic-bezier(.4,0,.2,1)}._cartItem_12gx3_14:hover{box-shadow:0 4px 6px -1px #0000001a}._imageWrapper_12gx3_28{width:6rem;min-width:6rem;height:6rem;border-radius:.5rem;overflow:hidden;background:var(--bg-secondary)}._imageWrapper_12gx3_28 img{width:100%;height:100%;object-fit:cover}._content_12gx3_42{flex:1;min-width:0;display:flex;flex-direction:column;gap:.5rem}._productName_12gx3_50{font-size:1rem;font-weight:600;color:var(--text-primary);margin:0;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical}._variantLine_12gx3_62{margin:0;font-size:.875rem;color:var(--text-secondary);line-height:1.3}._priceRow_12gx3_69{display:flex;align-items:center;gap:.5rem}._currentPrice_12gx3_75{font-size:1.125rem;font-weight:700;color:var(--color-primary-600)}._oldPrice_12gx3_81{font-size:.875rem;color:var(--text-muted);text-decoration:line-through}._quantityRow_12gx3_87{display:inline-flex;align-items:center;gap:.25rem;border:1px solid var(--border-primary);border-radius:.5rem;padding:.25rem;width:fit-content}._quantityRow_12gx3_87 span{min-width:2rem;text-align:center;font-size:.875rem;font-weight:500}._qtyBtn_12gx3_103{width:32px;height:32px;display:inline-flex;align-items:center;justify-content:center;background:var(--bg-secondary);border:none;border-radius:.375rem;cursor:pointer;font-size:1.125rem;color:var(--text-primary);transition:background .2s cubic-bezier(.4,0,.2,1)}._qtyBtn_12gx3_103:hover{background:var(--bg-elevated)}._removeBtn_12gx3_121{align-self:flex-start;padding:.5rem 1rem;font-size:.875rem;font-weight:500;color:var(--error-500);background:transparent;border:1px solid var(--border-primary);border-radius:.5rem;cursor:pointer;transition:background .2s cubic-bezier(.4,0,.2,1),color .2s cubic-bezier(.4,0,.2,1)}._removeBtn_12gx3_121:hover{background:var(--error-50, rgba(239, 68, 68, .08))}._addToCartBtn_12gx3_137{padding:.5rem 1rem;font-size:.875rem;font-weight:600;background:var(--color-primary-500);color:#fff;border-radius:.5rem;border:none;cursor:pointer}._Navbar_t3oz3_1{background-color:var(--bg-elevated);border-bottom:1px solid var(--border-primary);height:48px;min-height:6rem;position:sticky;top:0;z-index:1020;display:flex;align-items:center;-webkit-backdrop-filter:blur(.5rem);backdrop-filter:blur(.5rem);background-color:#fffffff2}._Navbar_t3oz3_1 ._Container_t3oz3_14{max-width:1440px;margin:0 auto;width:100%;padding:0 1rem;display:flex;justify-content:space-between;align-items:center;box-sizing:border-box;min-width:0}@media(min-width:768px){._Navbar_t3oz3_1 ._Container_t3oz3_14{padding:0 1.5rem}}._Navbar_t3oz3_1 ._LogoGroup_t3oz3_30{display:flex;align-items:center;gap:.5rem;cursor:pointer;transition:transform .15s cubic-bezier(.4,0,.2,1);text-decoration:none;color:inherit;min-width:0;flex:1}@media(min-width:768px){._Navbar_t3oz3_1 ._LogoGroup_t3oz3_30{gap:1rem;flex:none}}._Navbar_t3oz3_1 ._LogoGroup_t3oz3_30:hover{transform:scale(1.02)}._Navbar_t3oz3_1 ._LogoGroup_t3oz3_30 ._Logo_t3oz3_30{height:48px;width:48px;min-width:48px;border-radius:.75rem;object-fit:cover}._Navbar_t3oz3_1 ._LogoGroup_t3oz3_30 ._BusinessName_t3oz3_57{font-weight:700;font-size:1.125rem;color:var(--text-primary);letter-spacing:-.5px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}@media(min-width:768px){._Navbar_t3oz3_1 ._LogoGroup_t3oz3_30 ._BusinessName_t3oz3_57{font-size:1.5rem}}._Navbar_t3oz3_1 ._NavLinks_t3oz3_71{display:flex;gap:.5rem;list-style:none;margin:0;align-items:center}._Navbar_t3oz3_1 ._NavLinks_t3oz3_71 li{color:var(--text-secondary);font-weight:500;font-size:1rem;cursor:pointer;transition:all .15s cubic-bezier(.4,0,.2,1);padding:.5rem 1rem;border-radius:.375rem;position:relative}._Navbar_t3oz3_1 ._NavLinks_t3oz3_71 li:after{content:"";position:absolute;bottom:0;left:50%;transform:translate(-50%) scaleX(0);width:80%;height:2px;background-color:var(--color-primary-500);transition:transform .2s cubic-bezier(.4,0,.2,1)}._Navbar_t3oz3_1 ._NavLinks_t3oz3_71 li:hover{color:var(--color-primary-500);background-color:var(--color-primary-50)}._Navbar_t3oz3_1 ._NavLinks_t3oz3_71 li:hover:after{transform:translate(-50%) scaleX(1)}._Navbar_t3oz3_1 ._NavLinks_t3oz3_71 ._CartLink_t3oz3_106{background:linear-gradient(135deg,var(--color-primary-500),var(--color-primary-600));color:#fff;padding:.5rem 1.5rem;border-radius:9999px;font-weight:600;box-shadow:none;transition:all .2s cubic-bezier(.4,0,.2,1)}._Navbar_t3oz3_1 ._NavLinks_t3oz3_71 ._CartLink_t3oz3_106:after{display:none}._Navbar_t3oz3_1 ._NavLinks_t3oz3_71 ._CartLink_t3oz3_106:hover{background:linear-gradient(135deg,var(--color-primary-600),var(--color-primary-700));transform:translateY(.25rem);box-shadow:none;color:#fff}._Navbar_t3oz3_1 ._NavLink_t3oz3_71{font-size:.875rem;font-weight:500;color:var(--text-secondary);padding:.5rem 1rem;border-radius:.375rem;text-decoration:none;transition:all .15s cubic-bezier(.4,0,.2,1);position:relative}._Navbar_t3oz3_1 ._NavLink_t3oz3_71:hover{color:var(--color-primary-600);background:var(--color-primary-50)}._Navbar_t3oz3_1 ._Actions_t3oz3_138{display:flex;align-items:center;gap:.5rem;flex-shrink:0}._Navbar_t3oz3_1 ._CurrencyControl_t3oz3_144{display:inline-flex;align-items:center;gap:.25rem;margin-right:.25rem}._Navbar_t3oz3_1 ._CurrencyLabel_t3oz3_150{display:none}@media(min-width:768px){._Navbar_t3oz3_1 ._CurrencyLabel_t3oz3_150{display:inline;font-size:.75rem;color:var(--text-tertiary);font-weight:500}}._Navbar_t3oz3_1 ._CurrencySelect_t3oz3_161{border:1px solid var(--border-primary);border-radius:.5rem;background:var(--bg-secondary);color:var(--text-primary);padding:.25rem .45rem;font-size:.75rem;font-weight:500}@media(max-width:767px){._Navbar_t3oz3_1 ._NavbarIconMdUp_t3oz3_174{display:none!important}}._Navbar_t3oz3_1 ._IconButton_t3oz3_178{background:none;border:none;padding:0;margin:0;font:inherit;color:inherit;cursor:pointer}._Navbar_t3oz3_1 ._IconButton_t3oz3_178:focus{outline:none}._Navbar_t3oz3_1 ._IconButton_t3oz3_178:focus-visible{outline:2px solid var(--border-focus);outline-offset:2px}._Navbar_t3oz3_1 ._IconButton_t3oz3_178{width:40px;height:40px;border-radius:9999px;display:flex;align-items:center;justify-content:center;background:var(--bg-secondary);color:var(--text-secondary);transition:all .15s cubic-bezier(.4,0,.2,1)}._Navbar_t3oz3_1 ._IconButton_t3oz3_178:hover{background:var(--color-primary-50);color:var(--color-primary-600);transform:translateY(-1px)}._Navbar_t3oz3_1 ._CartButton_t3oz3_210{background:none;border:none;padding:0;margin:0;font:inherit;color:inherit;cursor:pointer}._Navbar_t3oz3_1 ._CartButton_t3oz3_210:focus{outline:none}._Navbar_t3oz3_1 ._CartButton_t3oz3_210:focus-visible{outline:2px solid var(--border-focus);outline-offset:2px}._Navbar_t3oz3_1 ._CartButton_t3oz3_210{position:relative;width:40px;height:40px;border-radius:9999px;display:flex;align-items:center;justify-content:center;background:var(--bg-secondary);color:var(--text-secondary);transition:all .15s cubic-bezier(.4,0,.2,1);flex-shrink:0;font-size:1.125rem}._Navbar_t3oz3_1 ._CartButton_t3oz3_210:hover{background:var(--color-primary-50);color:var(--color-primary-600);transform:translateY(-1px)}._Navbar_t3oz3_1 ._ViewCartBtn_t3oz3_245{background:none;border:none;padding:0;margin:0;font:inherit;color:inherit;cursor:pointer}._Navbar_t3oz3_1 ._ViewCartBtn_t3oz3_245:focus{outline:none}._Navbar_t3oz3_1 ._ViewCartBtn_t3oz3_245{width:100%;padding:1rem 1.5rem;border-radius:.75rem;font-weight:600;font-size:.875rem;background:linear-gradient(135deg,var(--color-primary-500),var(--color-primary-600));color:#fff!important;text-align:center;cursor:pointer;transition:all .15s cubic-bezier(.4,0,.2,1)}._Navbar_t3oz3_1 ._ViewCartBtn_t3oz3_245:hover{background:linear-gradient(135deg,var(--color-primary-600),var(--color-primary-700));color:#fff!important;transform:translateY(-1px)}._Navbar_t3oz3_1 ._CartBadge_t3oz3_274{position:absolute;top:-2px;right:-2px;background:var(--error-500, #ef4444);color:#fff;font-size:10px;font-weight:700;min-width:18px;height:18px;padding:0 4px;border-radius:9999px;display:flex;align-items:center;justify-content:center;border:2px solid var(--bg-elevated, #fff);box-sizing:border-box}._Navbar_t3oz3_1 ._DesktopNav_t3oz3_292{display:none;gap:1rem;align-items:center}@media(min-width:768px){._Navbar_t3oz3_1 ._DesktopNav_t3oz3_292{display:flex}}._Navbar_t3oz3_1 ._MenuToggle_t3oz3_302{background:none;border:none;padding:0;margin:0;font:inherit;color:inherit;cursor:pointer}._Navbar_t3oz3_1 ._MenuToggle_t3oz3_302:focus{outline:none}._Navbar_t3oz3_1 ._MenuToggle_t3oz3_302{width:40px;height:40px;border-radius:9999px;background:var(--bg-secondary);color:var(--text-primary);display:flex;align-items:center;justify-content:center}@media(min-width:768px){._Navbar_t3oz3_1 ._MenuToggle_t3oz3_302{display:none}}._Navbar_t3oz3_1 ._MobileMenu_t3oz3_329{position:absolute;top:6rem;left:0;width:100%;background:var(--bg-elevated);border-top:1px solid var(--border-primary);padding:1.5rem;display:flex;flex-direction:column;gap:1rem;box-shadow:0 25px 50px -12px #00000040}@media(min-width:768px){._Navbar_t3oz3_1 ._MobileMenu_t3oz3_329{display:none}}._Navbar_t3oz3_1 ._MobileMenu_t3oz3_329 ._MobileNavLink_t3oz3_347{padding:1rem;border-radius:.5rem;font-weight:500;color:var(--text-primary);text-decoration:none;transition:background .15s cubic-bezier(.4,0,.2,1)}._Navbar_t3oz3_1 ._MobileMenu_t3oz3_329 ._MobileNavLink_t3oz3_347:hover{background:var(--color-primary-50);color:var(--color-primary-600)}._Navbar_t3oz3_1 ._ViewCartBtn_t3oz3_245{display:block;width:100%;padding:1rem 1.5rem;font-weight:600;font-size:1rem;background:linear-gradient(135deg,var(--color-primary-500),var(--color-primary-600));color:#fff;border:none;border-radius:.75rem;cursor:pointer;transition:all .2s cubic-bezier(.4,0,.2,1);box-shadow:0 2px 8px #0000001a}._Navbar_t3oz3_1 ._ViewCartBtn_t3oz3_245:hover{background:linear-gradient(135deg,var(--color-primary-600),var(--color-primary-700));box-shadow:0 4px 12px #00000026;transform:translateY(-1px)}._ViewCartBtn_t3oz3_245{background:none;border:none;padding:0;margin:0;font:inherit;color:inherit;cursor:pointer}._ViewCartBtn_t3oz3_245:focus{outline:none}._ViewCartBtn_t3oz3_245{display:block;width:100%;padding:1rem 2rem;font-weight:600;font-size:1rem;line-height:1.25;text-align:center;color:#fff!important;background:linear-gradient(135deg,var(--color-primary-500),var(--color-primary-600));border:none;border-radius:.75rem;cursor:pointer;transition:background .2s cubic-bezier(.4,0,.2,1),box-shadow .2s cubic-bezier(.4,0,.2,1),transform .15s cubic-bezier(.4,0,.2,1);box-shadow:0 2px 8px #0000001f}._ViewCartBtn_t3oz3_245:hover{background:linear-gradient(135deg,var(--color-primary-600),var(--color-primary-700));color:#fff!important;box-shadow:0 4px 14px #0000002e;transform:translateY(-2px)}._ViewCartBtn_t3oz3_245:active{transform:translateY(0)}._Footer_143xv_1{background:var(--bg-elevated);border-top:1px solid var(--border-primary);margin-top:6rem}._Footer_143xv_1 ._Container_143xv_6{max-width:1440px;margin:0 auto;padding:4rem 1.5rem}._Footer_143xv_1 ._Content_143xv_11{display:grid;grid-template-columns:1fr;gap:3rem;margin-bottom:4rem}@media(min-width:640px){._Footer_143xv_1 ._Content_143xv_11{grid-template-columns:repeat(2,1fr)}}@media(min-width:768px){._Footer_143xv_1 ._Content_143xv_11{grid-template-columns:repeat(3,1fr)}}@media(min-width:1024px){._Footer_143xv_1 ._Content_143xv_11{grid-template-columns:2fr 1fr 1fr 1fr}}._Footer_143xv_1 ._NewsletterForm_143xv_32{display:flex;flex-direction:column;gap:.5rem}@media(min-width:640px){._Footer_143xv_1 ._NewsletterForm_143xv_32{flex-direction:row;align-items:center}}._Footer_143xv_1 ._NewsletterInput_143xv_43{flex:1;min-width:0;padding:.5rem 1rem;border-radius:.5rem;border:1px solid var(--border-primary);font-size:.875rem;color:var(--text-primary);background:var(--bg-primary)}._Footer_143xv_1 ._NewsletterBtn_143xv_53{padding:.5rem 1.5rem;border-radius:.5rem;border:none;font-size:.875rem;font-weight:600;color:#fff;background:var(--color-primary-600);cursor:pointer;transition:background .15s cubic-bezier(.4,0,.2,1),transform .15s cubic-bezier(.4,0,.2,1)}._Footer_143xv_1 ._NewsletterBtn_143xv_53:hover{background:var(--color-primary-700);transform:translateY(-1px)}._Footer_143xv_1 ._Section_143xv_68 h4{font-size:1rem;font-weight:600;color:var(--text-primary);margin-bottom:1rem;text-transform:uppercase;letter-spacing:.5px}._Footer_143xv_1 ._BrandInfo_143xv_76 ._Logo_143xv_76{width:4rem;height:4rem;border-radius:.75rem;object-fit:cover;margin-bottom:1rem}._Footer_143xv_1 ._BrandInfo_143xv_76 h3{font-size:1.25rem;font-weight:700;color:var(--text-primary);margin-bottom:.5rem}._Footer_143xv_1 ._BrandInfo_143xv_76 ._Description_143xv_89{color:var(--text-secondary);font-size:.875rem;line-height:1.6}._Footer_143xv_1 ._ContactInfo_143xv_94{display:flex;flex-direction:column;gap:.5rem}._Footer_143xv_1 ._ContactLink_143xv_99{color:var(--text-secondary);font-size:.875rem;text-decoration:none;transition:color .15s cubic-bezier(.4,0,.2,1);display:flex;align-items:center;gap:.25rem}._Footer_143xv_1 ._ContactLink_143xv_99:hover{color:var(--color-primary-500)}._Footer_143xv_1 ._LinkList_143xv_111{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.5rem}._Footer_143xv_1 ._LinkList_143xv_111 a{color:var(--text-secondary);font-size:.875rem;text-decoration:none;transition:all .15s cubic-bezier(.4,0,.2,1);display:inline-block}._Footer_143xv_1 ._LinkList_143xv_111 a:hover{color:var(--color-primary-500);transform:translate(.25rem)}._Footer_143xv_1 ._SocialLinks_143xv_130{display:flex;gap:.5rem;margin-bottom:1.5rem}._Footer_143xv_1 ._SocialIcon_143xv_135{width:40px;height:40px;border-radius:.5rem;background:var(--bg-secondary);color:var(--text-secondary);display:flex;align-items:center;justify-content:center;transition:all .15s cubic-bezier(.4,0,.2,1);text-decoration:none}._Footer_143xv_1 ._SocialIcon_143xv_135:hover{background:var(--color-primary-500);color:#fff;transform:translateY(.25rem)}._Footer_143xv_1 ._SocialIcon_143xv_135 svg{width:1.25rem;height:1.25rem}._Footer_143xv_1 ._PaymentMethods_143xv_156{margin-top:1.5rem}._Footer_143xv_1 ._PaymentMethods_143xv_156 ._PaymentLabel_143xv_159{font-size:.75rem;color:var(--text-muted);margin-bottom:.5rem;text-transform:uppercase;letter-spacing:.5px}._Footer_143xv_1 ._PaymentMethods_143xv_156 ._PaymentIcons_143xv_166{display:flex;flex-wrap:wrap;gap:.25rem}._Footer_143xv_1 ._PaymentMethods_143xv_156 ._PaymentIcon_143xv_166{padding:.25rem .5rem;background:var(--bg-secondary);border:1px solid var(--border-primary);border-radius:.375rem;font-size:.75rem;color:var(--text-secondary);font-weight:500}._Footer_143xv_1 ._BottomBar_143xv_180{padding-top:2rem;border-top:1px solid var(--border-primary);display:flex;flex-direction:column;gap:1rem;align-items:center;text-align:center}@media(min-width:768px){._Footer_143xv_1 ._BottomBar_143xv_180{flex-direction:row;justify-content:space-between;text-align:left}}._Footer_143xv_1 ._BottomBar_143xv_180 p{font-size:.875rem;color:var(--text-muted);margin:0}._Footer_143xv_1 ._BottomBar_143xv_180 ._PoweredBy_143xv_201{font-size:.875rem;color:var(--text-muted)}._Footer_143xv_1 ._BottomBar_143xv_180 ._PoweredBy_143xv_201 strong{color:var(--color-primary-600);font-weight:600}._Footer_143xv_1 ._BottomBar_143xv_180 ._PoweredBy_143xv_201 ._ProductBy_143xv_209{font-weight:400;color:var(--text-tertiary)}._Footer_143xv_1 ._BottomBar_143xv_180 ._LegalLinks_143xv_213{display:flex;align-items:center;gap:.5rem;flex-wrap:wrap;justify-content:center}._Footer_143xv_1 ._BottomBar_143xv_180 ._LegalLinks_143xv_213 a{font-size:.875rem;color:var(--text-muted);text-decoration:none;transition:color .15s cubic-bezier(.4,0,.2,1)}._Footer_143xv_1 ._BottomBar_143xv_180 ._LegalLinks_143xv_213 a:hover{color:var(--color-primary-500)}._Footer_143xv_1 ._BottomBar_143xv_180 ._LegalLinks_143xv_213 span{color:var(--text-muted)}._StoreLayout_1621l_1{min-height:100vh;display:flex;flex-direction:column;background-color:var(--bg-primary);overflow-x:hidden;max-width:100vw}._Main_1621l_10{flex:1;width:100%;max-width:100%;margin:0 auto;overflow-x:hidden;box-sizing:border-box}._ErrorContainer_1621l_19{min-height:100vh;display:flex;align-items:center;justify-content:center;background:var(--bg-secondary, #f9fafb)}._ErrorContent_1621l_27{text-align:center;max-width:26rem;padding:2rem;background:var(--bg-primary, #ffffff);border-radius:.75rem;box-shadow:0 10px 15px -3px #0000001a}._ErrorContent_1621l_27 h1{font-size:1.5rem;font-weight:600;margin-bottom:.5rem;color:var(--text-primary, #111827)}._ErrorContent_1621l_27 p{font-size:.875rem;color:var(--text-muted, #6b7280)}._Container_1621l_46{width:100%;max-width:1440px;margin:0 auto;padding-left:1rem;padding-right:1rem;box-sizing:border-box}@media(min-width:768px){._Container_1621l_46{padding-left:1.5rem;padding-right:1.5rem}}._Section_1621l_61{margin-bottom:3rem}._productCard_6enrd_1{overflow:hidden;height:100%;display:flex;transition:all .2s cubic-bezier(.4,0,.2,1);background-color:var(--bg-elevated);border:1px solid var(--border-primary);border-radius:.5rem;cursor:pointer;position:relative}._productCard_6enrd_1:hover{box-shadow:0 10px 15px -3px #0000001a}._productCard_6enrd_1:hover ._productImage_6enrd_15{transform:scale(1.05)}._gridView_6enrd_19{flex-direction:column}._gridView_6enrd_19 ._imageWrapper_6enrd_22{aspect-ratio:1}._gridView_6enrd_19 ._content_6enrd_25{padding:.25rem .5rem;flex-grow:1;display:flex;flex-direction:column}@media(min-width:640px){._gridView_6enrd_19 ._content_6enrd_25{padding:1rem}}._gridView_6enrd_19 ._productName_6enrd_36{font-size:.75rem}@media(min-width:640px){._gridView_6enrd_19 ._productName_6enrd_36{font-size:.875rem}}._gridView_6enrd_19 ._currentPrice_6enrd_44{font-size:.875rem}@media(min-width:640px){._gridView_6enrd_19 ._currentPrice_6enrd_44{font-size:1rem}}._gridView_6enrd_19 ._brand_6enrd_52{font-size:.65rem}@media(min-width:640px){._gridView_6enrd_19 ._brand_6enrd_52{font-size:.75rem}}._listView_6enrd_61{flex-direction:row;min-height:13.75rem}._listView_6enrd_61 ._imageWrapper_6enrd_22{width:11.25rem;min-width:11.25rem;aspect-ratio:3/4}@media(min-width:768px){._listView_6enrd_61 ._imageWrapper_6enrd_22{width:13.75rem;min-width:13.75rem}}._listView_6enrd_61 ._content_6enrd_25{flex:1;padding:2rem;display:flex;flex-direction:column;gap:1rem}._listView_6enrd_61 ._productName_6enrd_36{font-size:1.25rem;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}._imageWrapper_6enrd_22{position:relative;background-color:var(--bg-secondary);overflow:hidden}._imageWrapper_6enrd_22 ._productImage_6enrd_15{width:100%;height:100%;object-fit:cover;transition:transform .6s cubic-bezier(.25,.46,.45,.94)}._discountBadge_6enrd_103,._outOfStockBadge_6enrd_104{position:absolute;top:.5rem;left:.5rem;padding:.25rem .5rem;font-size:.75rem;font-weight:700;border-radius:.375rem;text-transform:uppercase;letter-spacing:.5px;width:fit-content;z-index:2}._discountBadge_6enrd_103{background-color:#d93954;color:#fff}._outOfStockBadge_6enrd_104{background-color:#2d2d2d;color:#fff}._lowStockBadge_6enrd_128{position:absolute;top:.5rem;right:.5rem;padding:.25rem .5rem;font-size:.75rem;font-weight:500;border-radius:.375rem;background-color:#b45309;color:#fff;z-index:2}._content_6enrd_25{display:flex;flex-direction:column;gap:.25rem}._brand_6enrd_52{font-size:.65rem;color:var(--text-secondary);font-weight:500;text-transform:uppercase;letter-spacing:.5px;display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical;overflow:hidden}._productName_6enrd_36{font-size:1rem;font-weight:400;color:var(--text-primary);line-height:1.25;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;margin:0}._priceRow_6enrd_171{margin-top:.25rem;display:flex;align-items:center;justify-content:space-between;gap:.5rem;flex-wrap:wrap}._priceBlock_6enrd_180{display:flex;align-items:center;gap:.5rem;flex-wrap:wrap}._currentPrice_6enrd_44{font-size:.875rem;font-weight:700;color:var(--text-primary)}._oldPrice_6enrd_193{font-size:.875rem;color:var(--text-muted);text-decoration:line-through}._actionIcons_6enrd_199{display:flex;align-items:center;gap:.25rem;flex-shrink:0}._iconBtn_6enrd_206{width:40px;height:40px;padding:0;border:none;border-radius:.5rem;background:var(--bg-secondary);color:var(--text-primary);cursor:pointer;display:flex;align-items:center;justify-content:center;font-size:1.125rem;transition:background .2s cubic-bezier(.4,0,.2,1),color .2s cubic-bezier(.4,0,.2,1)}._iconBtn_6enrd_206:hover:not(:disabled){background:var(--bg-elevated)}._iconBtn_6enrd_206:disabled{cursor:not-allowed;opacity:.8}._iconBtn_6enrd_206._cartBtn_6enrd_228._added_6enrd_228{color:#22c55e}._iconBtn_6enrd_206._wishlistBtnInline_6enrd_231{color:#dc2626}._Storefront_ru4yl_2{background-color:var(--bg-primary);min-height:100vh;overflow-x:hidden;max-width:100%}._Container_ru4yl_9{max-width:1440px;margin:0 auto;padding:0 1rem;box-sizing:border-box}@media(min-width:768px){._Container_ru4yl_9{padding:0 1.5rem}}._ProductSection_ru4yl_21{padding:.5rem 1rem 1rem;background:linear-gradient(to bottom,var(--bg-primary) 0%,var(--bg-secondary) 50%,var(--bg-primary) 100%)}@media(min-width:768px){._ProductSection_ru4yl_21{padding:1.5rem 1.5rem 2rem}}._ProductGrid_ru4yl_31{display:grid;gap:.5rem}._ProductGrid_ru4yl_31._GridView_ru4yl_35{grid-template-columns:repeat(2,minmax(0,1fr));gap:.5rem}@media(min-width:768px){._ProductGrid_ru4yl_31._GridView_ru4yl_35{grid-template-columns:repeat(auto-fill,minmax(220px,1fr))}}._ProductGrid_ru4yl_31._ListView_ru4yl_44{grid-template-columns:1fr;gap:1rem}@media(min-width:768px){._ProductGrid_ru4yl_31._ListView_ru4yl_44{grid-template-columns:repeat(2,1fr)}}@media(min-width:1024px){._ProductGrid_ru4yl_31._ListView_ru4yl_44{grid-template-columns:repeat(3,1fr)}}._SectionHeader_ru4yl_59{display:flex;align-items:flex-end;justify-content:space-between;gap:1rem;padding:.5rem 0;animation:_fadeInDown_ru4yl_1 .8s ease-out}._SectionHeader_ru4yl_59 h2{color:var(--text-primary);font-size:clamp(1rem,2.2vw,1.125rem);font-weight:700;margin-bottom:.25rem;position:relative;display:inline-block;letter-spacing:-.02em;line-height:1.25}@media(min-width:768px){._SectionHeader_ru4yl_59 h2{font-size:clamp(1.125rem,2.5vw,1.25rem)}}._SectionHeader_ru4yl_59 ._SectionSubtitle_ru4yl_82{font-size:.875rem;color:var(--text-secondary);margin:0}._SectionHeader_ru4yl_59 ._SectionLink_ru4yl_87{font-size:.875rem;color:var(--color-primary-600);text-decoration:none;font-weight:500}._SectionHeader_ru4yl_59 ._ThemeLine_ru4yl_93{width:4rem;height:.25rem;background:linear-gradient(90deg,var(--color-primary-500),var(--color-primary-600));margin:1rem auto 0;border-radius:9999px}._HeroShell_ru4yl_101{position:relative}._Hero_ru4yl_101{min-height:54vh;width:100%;background-size:cover;background-position:center;display:flex;flex-direction:column;justify-content:center;align-items:stretch;padding:2rem 0}@media(min-width:768px){._Hero_ru4yl_101{min-height:60vh;padding:3rem 0}}._Hero_ru4yl_101 ._Container_ru4yl_9{width:100%;flex-shrink:0}._HeroWithCategories_ru4yl_127{padding-bottom:3rem}@media(min-width:768px){._HeroWithCategories_ru4yl_127{padding-bottom:4.25rem}}._HeroCategoriesDock_ru4yl_136{position:relative;z-index:2;margin-top:-2.35rem;padding-bottom:0}@media(min-width:768px){._HeroCategoriesDock_ru4yl_136{margin-top:-2.75rem;padding-bottom:.25rem}}._CategoriesRow_ru4yl_150{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.5rem;align-items:stretch}@media(min-width:768px){._CategoriesRow_ru4yl_150{grid-template-columns:repeat(5,minmax(0,1fr));gap:.625rem}}._CategoriesSectionStandalone_ru4yl_163{padding:1rem 0;background:var(--bg-secondary)}@media(min-width:768px){._CategoriesSectionStandalone_ru4yl_163{padding:1.5rem 0}}._HeroContent_ru4yl_173{max-width:40rem;color:#fff;padding:0;text-align:left}._HeroContent_ru4yl_173 h1{font-size:clamp(1.875rem,4.5vw,2.25rem);font-weight:700;margin:0 0 1rem;line-height:1.25;letter-spacing:-.02em}@media(min-width:768px){._HeroContent_ru4yl_173 h1{font-size:clamp(2.25rem,5vw,2.75rem);margin-bottom:1.5rem}}._HeroContent_ru4yl_173 p{margin:0 0 1.5rem;font-size:1rem;line-height:1.75;opacity:.95;max-width:36rem}@media(min-width:768px){._HeroContent_ru4yl_173 p{font-size:1.125rem;margin-bottom:2rem}}._HeroContent_ru4yl_173 ._PrimaryBtn_ru4yl_205{margin-top:.25rem;padding:1rem 2rem;font-size:1.125rem}@media(min-width:768px){._HeroContent_ru4yl_173 ._PrimaryBtn_ru4yl_205{padding:.875rem 1.75rem}}._Title_ru4yl_216{font-size:clamp(2.25rem,6vw,3rem);font-weight:700;margin-bottom:1rem;line-height:1.25;letter-spacing:-.02em}@media(min-width:768px){._Title_ru4yl_216{font-size:clamp(3rem,7vw,4rem)}}._Description_ru4yl_229{font-size:1.125rem;opacity:.9;margin-bottom:1rem}._Actions_ru4yl_235{display:flex;gap:1rem;flex-wrap:wrap}._PrimaryBtn_ru4yl_205{background:var(--color-primary-500, #16a34a);color:#fff!important;padding:1rem 1.5rem;border-radius:.5rem;font-weight:600;font-size:1rem;text-decoration:none;border:none;cursor:pointer;transition:background .2s cubic-bezier(.4,0,.2,1),transform .2s cubic-bezier(.4,0,.2,1)}._PrimaryBtn_ru4yl_205:hover{background:var(--color-primary-600);color:#fff!important;transform:translateY(-2px)}._SecondaryBtn_ru4yl_259{background:#ffffff26;color:#fff!important;padding:1rem 1.5rem;border-radius:.5rem;font-weight:500;font-size:1rem;text-decoration:none;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px)}._SecondaryBtn_ru4yl_259:hover{color:#fff!important;background:#ffffff40}._TrustBadgesStrip_ru4yl_274{background:var(--bg-secondary);padding:.5rem 0}._TrustBadgesRow_ru4yl_279{display:flex;gap:1rem;align-items:center;justify-content:center;font-size:.75rem}@media(min-width:768px){._TrustBadgesRow_ru4yl_279{justify-content:space-between}}._TrustBadge_ru4yl_274{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.25rem;font-size:.65rem;color:var(--text-secondary);min-width:0;padding:.5rem;text-align:center;background:var(--bg-primary);border-radius:.5rem;border:1px solid var(--border-primary)}@media(min-width:640px){._TrustBadge_ru4yl_274{flex-direction:row;font-size:.875rem;padding:1rem;text-align:left;background:transparent;border:none;border-radius:0}}._TrustBadge_ru4yl_274 ._TrustBadgeIcon_ru4yl_318{display:flex;align-items:center;justify-content:center;font-size:1.25rem;width:1.25rem;height:1.25rem;flex-shrink:0}@media(min-width:640px){._TrustBadge_ru4yl_274 ._TrustBadgeIcon_ru4yl_318{font-size:1.5rem;width:1.5rem;height:1.5rem}}._TrustBadge_ru4yl_274 ._TrustBadgeIcon_ru4yl_318 svg{width:100%;height:100%}._CategoryCard_ru4yl_149{display:flex;align-items:center;justify-content:center;padding:1.5rem .5rem;background:#fff;border-radius:8px;border:1px solid rgba(0,0,0,.06);box-shadow:0 1px 8px #00000012;text-decoration:none;color:var(--text-primary);font-weight:500;font-size:.875rem;transition:transform .2s cubic-bezier(.4,0,.2,1),box-shadow .2s cubic-bezier(.4,0,.2,1)}@media(min-width:768px){._CategoryCard_ru4yl_149{font-size:1rem}}._CategoryCard_ru4yl_149:hover{transform:translateY(-2px);box-shadow:0 4px 14px #0000001a}._CategoryCard_ru4yl_149._CategoryCardDesktopOnly_ru4yl_149{display:none}@media(min-width:768px){._CategoryCard_ru4yl_149._CategoryCardDesktopOnly_ru4yl_149{display:flex}}._CategoryCardExplore_ru4yl_374{display:flex;align-items:center;justify-content:space-between;gap:.375rem;padding:.25rem .5rem;background:var(--color-primary-800, #166534);border-radius:8px;border:1px solid rgba(255,255,255,.12);box-shadow:0 1px 8px #0000001f;text-decoration:none;color:#fff;transition:transform .2s cubic-bezier(.4,0,.2,1),box-shadow .2s cubic-bezier(.4,0,.2,1)}@media(min-width:768px){._CategoryCardExplore_ru4yl_374{min-height:3.125rem}}._CategoryCardExplore_ru4yl_374:hover{transform:translateY(-2px);box-shadow:0 4px 14px #0000002e;color:#fff}._CategoryCardExploreText_ru4yl_399{display:flex;flex-direction:column;align-items:flex-start;justify-content:center;min-width:0}._CategoryCardExploreTitle_ru4yl_407{font-size:.875rem;font-weight:600;line-height:1.2}._CategoryCardExploreArrow_ru4yl_413{display:flex;align-items:center;justify-content:center;flex-shrink:0;width:1.5rem;height:1.5rem;border-radius:50%;background:var(--color-primary-500, #22c55e);color:#fff;font-size:.875rem}._CategoryCardExploreArrow_ru4yl_413 svg{width:.875rem;height:.875rem}._CategoryName_ru4yl_430{text-align:center}._FeaturedBanner_ru4yl_434{min-height:12rem;background-size:cover;background-position:center;display:flex;align-items:center;padding:3rem 0}@media(min-width:768px){._FeaturedBanner_ru4yl_434{min-height:17.5rem;padding:6rem 0}}._FeaturedBannerContent_ru4yl_449{max-width:37.5rem;color:#fff;padding:0}._FeaturedBannerContent_ru4yl_449 h2{font-size:clamp(1.125rem,3vw,1.5rem);font-weight:700;margin-bottom:.5rem;letter-spacing:-.02em;line-height:1.25}@media(min-width:768px){._FeaturedBannerContent_ru4yl_449 h2{font-size:clamp(1.25rem,3.5vw,1.875rem)}}._FeaturedBannerContent_ru4yl_449 p{margin-bottom:1rem;opacity:.95;font-size:1rem;line-height:1.75}._TestimonialsSectionTitle_ru4yl_473{text-align:center;font-size:clamp(1.875rem,5vw,2.25rem);font-weight:700;color:var(--text-primary);margin:0 0 4rem;padding:0 1.5rem}@media(min-width:768px){._TestimonialsSectionTitle_ru4yl_473{font-size:clamp(2.25rem,5vw,3rem)}}._TestimonialsGrid_ru4yl_487{display:grid;grid-template-columns:1fr;gap:2rem}@media(min-width:768px){._TestimonialsGrid_ru4yl_487{grid-template-columns:repeat(3,1fr)}}._Testimonial_ru4yl_473{padding:2rem;background:var(--bg-elevated);border-radius:.75rem;border-left:.25rem solid var(--color-primary-500);margin:0}._Testimonial_ru4yl_473 p{margin-bottom:1rem;font-style:italic;color:var(--text-secondary)}._Testimonial_ru4yl_473 cite{font-size:.875rem;color:var(--text-tertiary)}._Newsletter_ru4yl_515{padding:4rem 2rem;background:var(--color-primary-600);color:#fff}@media(min-width:768px){._Newsletter_ru4yl_515{padding:4rem}}._NewsletterBox_ru4yl_526{max-width:32rem;margin:0 auto;text-align:center;padding:3rem 2rem 4rem}._NewsletterBox_ru4yl_526 h2{font-size:clamp(1.5rem,4vw,2.25rem);font-weight:700;margin:0 0 1rem;line-height:1.25;letter-spacing:-.02em}@media(min-width:768px){._NewsletterBox_ru4yl_526 h2{font-size:clamp(1.875rem,4vw,3rem)}}._NewsletterBox_ru4yl_526 p{margin:0 0 2rem;opacity:.95;font-size:.875rem;line-height:1.75}._NewsletterForm_ru4yl_551{display:flex;flex-direction:column;gap:1rem;margin-top:2rem}@media(min-width:640px){._NewsletterForm_ru4yl_551{flex-direction:row;justify-content:center;align-items:stretch;gap:.5rem}}._NewsletterInput_ru4yl_566{padding:1rem 1.5rem;border-radius:.5rem;border:1px solid rgba(255,255,255,.35);background:#ffffff1a;color:#fff;font-size:1rem;min-width:0;flex:1;max-width:100%;margin:0 auto;transition:border-color .15s cubic-bezier(.4,0,.2,1),background .15s cubic-bezier(.4,0,.2,1)}@media(min-width:640px){._NewsletterInput_ru4yl_566{margin:0;max-width:18rem}}._NewsletterInput_ru4yl_566::placeholder{color:#ffffffb3}._NewsletterInput_ru4yl_566:focus{outline:none;border-color:#fff9;background:#ffffff26}._NewsletterBtn_ru4yl_594{padding:1rem 2rem;border-radius:.5rem;border:none;font-size:1rem;font-weight:600;color:var(--color-primary-600);background:#fff;box-shadow:none;cursor:pointer;transition:background .15s cubic-bezier(.4,0,.2,1),color .15s cubic-bezier(.4,0,.2,1)}._NewsletterBtn_ru4yl_594:hover{background:#f5f5f4;color:var(--color-primary-700)}._RecentSectionTitle_ru4yl_611{font-size:clamp(1.5rem,4vw,1.875rem);font-weight:700;color:var(--text-primary);margin:0 0 2rem;padding:0 1.5rem}@media(min-width:768px){._RecentSectionTitle_ru4yl_611{font-size:clamp(1.875rem,4vw,2.25rem)}}._RecentGrid_ru4yl_624{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.5rem;padding:1rem 0 .5rem}@media(min-width:768px){._RecentGrid_ru4yl_624{grid-template-columns:repeat(auto-fill,minmax(160px,1fr))}}._RecentCard_ru4yl_636{display:flex;flex-direction:column;align-items:center;gap:.25rem;padding:.5rem;border-radius:.5rem;border:1px solid var(--border-primary, #e5e7eb);background:var(--bg-elevated);text-decoration:none;color:var(--text-primary);font-size:.75rem;text-align:center;transition:background .2s cubic-bezier(.4,0,.2,1)}._RecentCard_ru4yl_636:hover{background:var(--bg-secondary)}._RecentCard_ru4yl_636 img{width:100%;aspect-ratio:4/5;object-fit:cover;border-radius:.5rem}._Center_ru4yl_661{display:flex;align-items:center;justify-content:center;min-height:100vh;font-size:1.25rem;color:var(--text-secondary)}@keyframes _fadeInDown_ru4yl_1{0%{opacity:0;transform:translateY(1.25rem)}to{opacity:1;transform:translateY(0)}}._page_ihlh0_3{padding:1rem 0 2rem;min-height:50vh;box-sizing:border-box}@media(min-width:640px){._page_ihlh0_3{padding:1.5rem 0 2rem}}@media(min-width:1024px){._page_ihlh0_3{padding:1.5rem 0 3rem}}._container_ihlh0_19{max-width:1440px;margin:0 auto;padding:0 1rem;box-sizing:border-box}@media(min-width:768px){._container_ihlh0_19{padding:0 1.5rem}}._breadcrumb_ihlh0_31{display:flex;flex-wrap:wrap;align-items:center;gap:.25rem .5rem;margin-bottom:1rem;font-size:.75rem;line-height:1.5;color:var(--text-secondary, #666)}@media(min-width:768px){._breadcrumb_ihlh0_31{font-size:.875rem}}._breadcrumb_ihlh0_31 a{color:var(--color-primary-600, #2563eb);text-decoration:none}._breadcrumb_ihlh0_31 a:hover{text-decoration:underline}._pageHeader_ihlh0_54{margin-bottom:1rem;padding:0;display:flex;flex-direction:column;gap:.25rem;align-items:stretch;width:100%}@media(min-width:768px){._pageHeader_ihlh0_54{margin-bottom:1.5rem;gap:.5rem}}._pageHeader_ihlh0_54 h1{font-size:1.25rem;font-weight:700;margin:0;color:var(--text-primary, #111);letter-spacing:-.02em;line-height:1.25}@media(min-width:768px){._pageHeader_ihlh0_54 h1{font-size:1.5rem}}@media(max-width:480px){._pageHeader_ihlh0_54 h1{font-size:1.125rem;line-height:1.5}}._pageHeader_ihlh0_54 p{margin:0;font-size:.875rem;line-height:1.5;color:var(--text-secondary, #666)}._pageHeaderTitleRow_ihlh0_95{display:flex;justify-content:space-between;align-items:baseline;gap:1rem;flex-wrap:nowrap;width:100%;min-width:0}._pageHeaderTitleRow_ihlh0_95 h1{min-width:0;flex:1}._pageHeaderCount_ihlh0_109{font-size:.875rem;font-weight:600;color:var(--text-secondary, #6b7280);white-space:nowrap;flex-shrink:0;margin-left:auto;text-align:right}._pageHeaderTools_ihlh0_119{display:flex;flex-direction:column;gap:.5rem;width:100%}@media(min-width:768px){._pageHeaderTools_ihlh0_119{flex-direction:row;justify-content:space-between;align-items:center;gap:1rem}}._pageHeaderTools_ihlh0_119 ._specialOffersLink_ihlh0_133{margin:0}._productsFilterInline_ihlh0_137{width:100%;min-width:0}@media(min-width:768px){._productsFilterInline_ihlh0_137{width:auto;min-width:min(280px,36vw);flex-shrink:0}}._searchInputInline_ihlh0_149{width:100%;padding:.5rem 1rem;border-radius:9999px;border:1px solid var(--border-primary, #e5e7eb);font-size:.875rem;line-height:1.5;background:var(--bg-primary, #fff);transition:border-color .15s cubic-bezier(.4,0,.2,1),box-shadow .15s cubic-bezier(.4,0,.2,1)}._searchInputInline_ihlh0_149::placeholder{color:var(--text-tertiary, #9ca3af)}._searchInputInline_ihlh0_149:focus{outline:none;border-color:var(--color-primary-400, #60a5fa);box-shadow:0 0 0 3px #3b82f626}._visuallyHidden_ihlh0_168{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}._specialOffersLink_ihlh0_133{margin:0;font-size:.875rem}._specialOffersLink_ihlh0_133 a{color:var(--color-primary-600, #2563eb);font-weight:500;text-decoration:none}._specialOffersLink_ihlh0_133 a:hover{text-decoration:underline}._productGrid_ihlh0_193{display:grid;gap:.5rem;grid-template-columns:repeat(2,minmax(0,1fr))}@media(min-width:768px){._productGrid_ihlh0_193{gap:1rem;grid-template-columns:repeat(auto-fill,minmax(200px,1fr))}}@media(min-width:1200px){._productGrid_ihlh0_193{grid-template-columns:repeat(auto-fill,minmax(220px,1fr))}}._empty_ihlh0_210{text-align:center;padding:3rem 1.5rem}._empty_ihlh0_210 h3{font-size:clamp(1.125rem,3vw,1.5rem);font-weight:600;margin:0 0 .5rem;color:var(--text-primary, #111)}._empty_ihlh0_210 p{margin:0;font-size:1rem;line-height:1.5;color:var(--text-secondary, #666)}._profileLoggedOutCenter_ihlh0_227,._emptyStateCenter_ihlh0_237{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:0;padding:1.5rem 1rem;text-align:center}._emptyStateIllustration_ihlh0_247{width:120px;height:120px;margin-bottom:1rem;color:var(--text-tertiary, #9ca3af);flex-shrink:0}._emptyStateTitle_ihlh0_255{font-size:1.25rem;font-weight:600;margin:0 0 .5rem;color:var(--text-primary, #111);line-height:1.25}@media(max-width:480px){._emptyStateTitle_ihlh0_255{font-size:1.125rem}}._emptyStateText_ihlh0_268{margin:0 0 1rem;font-size:.875rem;color:var(--text-secondary, #666);max-width:min(100%,22rem);line-height:1.5}._emptyStateActions_ihlh0_276{display:flex;flex-wrap:wrap;gap:.5rem;justify-content:center;align-items:center}._emptyStateActions_ihlh0_276 ._loadMoreBtn_ihlh0_284,._emptyStateActions_ihlh0_276 ._secondaryBtn_ihlh0_285{width:auto;max-width:none;flex:0 1 auto}._productDetails_ihlh0_291{display:grid;grid-template-columns:minmax(0,55fr) minmax(0,45fr);gap:1rem 1.5rem;align-items:flex-start}@media(max-width:768px){._productDetails_ihlh0_291{grid-template-columns:1fr;gap:1.25rem}}._productGallery_ihlh0_304{display:flex;flex-direction:row;width:100%;max-width:100%;min-width:0;gap:.875rem;align-items:flex-start;position:sticky;top:1rem}@media(max-width:768px){._productGallery_ihlh0_304{flex-direction:column;gap:1rem;position:static;align-items:stretch}}._productGallery_ihlh0_304 ._thumbnails_ihlh0_323{display:flex;flex-direction:column;gap:.5rem;flex-shrink:0;align-self:flex-start;max-height:min(75vh,720px);overflow-y:auto;overflow-x:hidden;padding:2px;scrollbar-width:thin}@media(max-width:768px){._productGallery_ihlh0_304 ._thumbnails_ihlh0_323{flex-direction:row;flex-wrap:nowrap;max-height:none;width:100%;overflow-x:auto;overflow-y:hidden;padding:2px 2px 6px;gap:.5rem;-webkit-overflow-scrolling:touch}._productGallery_ihlh0_304 ._thumbnails_ihlh0_323::-webkit-scrollbar{height:6px}._productGallery_ihlh0_304 ._thumbnails_ihlh0_323::-webkit-scrollbar-thumb{background:var(--border-primary, #d1d5db);border-radius:999px}}._productGallery_ihlh0_304 ._mainImageWrapper_ihlh0_355{position:relative;flex:1 1 0;min-width:0;width:100%;touch-action:pan-y}@media(max-width:768px){._productGallery_ihlh0_304 ._mainImageWrapper_ihlh0_355{order:-1;flex:none;width:100%}}._productGallery_ihlh0_304 ._mainImage_ihlh0_355{width:100%;aspect-ratio:1;border-radius:12px;overflow:hidden;background:var(--bg-secondary, #f3f4f6);box-shadow:0 1px 3px #0000000f}._productGallery_ihlh0_304 ._mainImage_ihlh0_355 img{width:100%;height:100%;display:block;object-fit:cover}._productGallery_ihlh0_304 ._galleryArrow_ihlh0_383{position:absolute;top:50%;transform:translateY(-50%);width:44px;height:44px;border-radius:50%;border:none;background:#fffffff2;box-shadow:0 2px 10px #0003;cursor:pointer;display:flex;align-items:center;justify-content:center;color:#374151;font-size:1.35rem;z-index:10;pointer-events:auto}._productGallery_ihlh0_304 ._galleryArrow_ihlh0_383:hover{background:#fff;box-shadow:0 4px 14px #00000040}._thumbnailBtn_ihlh0_407{width:56px;height:56px;padding:0;border:2px solid transparent;border-radius:8px;overflow:hidden;cursor:pointer;background:var(--bg-secondary, #f3f4f6);flex-shrink:0;transition:border-color .15s,box-shadow .15s,transform .12s}@media(max-width:768px){._thumbnailBtn_ihlh0_407{width:54px;height:54px}}._thumbnailBtn_ihlh0_407:hover{border-color:var(--border-primary, #e5e7eb)}._thumbnailBtn_ihlh0_407:focus-visible{outline:2px solid var(--color-primary-500, #3b82f6);outline-offset:2px}._thumbnailBtn_ihlh0_407 img{width:100%;height:100%;object-fit:cover}._thumbActive_ihlh0_438{border-color:var(--color-primary-500, #3b82f6);box-shadow:0 0 0 1px #3b82f659}._productInfo_ihlh0_443{min-width:0}._productInfo_ihlh0_443 h1{font-size:clamp(1.5rem,3vw,2.25rem);font-weight:700;margin:0 0 .5rem;color:var(--text-primary, #111);letter-spacing:-.02em;line-height:1.25}._category_ihlh0_455{display:inline-block;font-size:.875rem;color:var(--text-secondary, #666);margin-bottom:1rem}._price_ihlh0_462{margin-bottom:.75rem}._price_ihlh0_462 ._currentPrice_ihlh0_465{font-size:1.25rem;font-weight:700;color:var(--color-primary-600, #2563eb)}._price_ihlh0_462 ._oldPrice_ihlh0_470{font-size:.9375rem;color:var(--text-tertiary, #999);text-decoration:line-through;margin-left:.5rem}._descriptionPanel_ihlh0_477{margin-bottom:.75rem;border:none;background:transparent;box-shadow:none;overflow:visible}._descriptionPanelSummary_ihlh0_485{list-style:none;padding:.5rem 2.25rem .5rem 0;font-size:1rem;font-weight:600;color:var(--text-primary, #111);cursor:pointer;-webkit-user-select:none;user-select:none;-webkit-tap-highlight-color:transparent;position:relative;background:transparent}._descriptionPanelSummary_ihlh0_485::-webkit-details-marker{display:none}._descriptionPanelSummary_ihlh0_485:after{content:"";position:absolute;right:.25rem;top:50%;width:.45rem;height:.45rem;border-right:2px solid var(--text-secondary, #6b7280);border-bottom:2px solid var(--text-secondary, #6b7280);transform:translateY(-60%) rotate(45deg);transition:transform .2s ease}._descriptionPanelSummary_ihlh0_485:hover{background:transparent;color:var(--color-primary-700, #1d4ed8)}._descriptionPanel_ihlh0_477[open] ._descriptionPanelSummary_ihlh0_485:after{transform:translateY(-10%) rotate(-135deg)}._descriptionPanelBody_ihlh0_521{padding:0 0 .75rem;border-top:1px solid var(--border-primary, #e5e7eb);background:transparent}._descriptionPanelBody_ihlh0_521 p{margin:.75rem 0 0;font-size:.95rem;line-height:1.65;color:var(--text-secondary, #4b5563)}._variantPickers_ihlh0_533{display:grid;grid-template-columns:1fr 1fr;gap:.75rem 1rem;margin-bottom:1rem;align-items:end}@media(max-width:480px){._variantPickers_ihlh0_533{grid-template-columns:1fr}}._variantPickersSingle_ihlh0_546{grid-template-columns:1fr}._variantField_ihlh0_550{min-width:0;display:flex;flex-direction:column;gap:.35rem}._variantLabel_ihlh0_557{font-size:.8125rem;font-weight:600;color:var(--text-primary, #111)}._optionSelect_ihlh0_563{width:100%;padding:.55rem .75rem;border-radius:8px;border:1px solid var(--border-primary, #e5e7eb);font-size:.9rem;background:var(--bg-primary, #fff);color:var(--text-primary, #111);cursor:pointer;appearance:auto}._stock_ihlh0_575{font-size:.9rem;margin-bottom:.75rem}._stock_ihlh0_575 ._outOfStock_ihlh0_579{color:var(--error-500, #dc2626)}._quantity_ihlh0_583{margin-bottom:.75rem}._quantity_ihlh0_583 label{display:block;font-size:.875rem;font-weight:500;margin-bottom:.5rem}._quantityControls_ihlh0_593{display:inline-flex;align-items:center;gap:.35rem}._quantityControls_ihlh0_593 button{width:2.25rem;height:2.25rem;display:flex;align-items:center;justify-content:center;border:none;background:transparent;border-radius:999px;cursor:pointer;font-size:1.35rem;color:var(--color-primary-600, #2563eb);transition:background .15s,color .15s}._quantityControls_ihlh0_593 button:hover{background:var(--color-primary-50, #eff6ff);color:var(--color-primary-700, #1d4ed8)}._quantityControls_ihlh0_593 button:focus-visible{outline:2px solid var(--color-primary-500, #3b82f6);outline-offset:2px}._quantityControls_ihlh0_593 span{min-width:2rem;text-align:center;font-weight:600;font-size:.9375rem;color:var(--text-primary, #111)}._cartContent_ihlh0_628{margin-bottom:1.5rem;padding:1rem 0}._cartContent_ihlh0_628 h1{font-size:1.25rem;line-height:1.25;margin:0 0 .25rem}@media(max-width:480px){._cartContent_ihlh0_628 h1{font-size:1.125rem}}._cartContent_ihlh0_628 ul{margin:0;padding-left:1.25rem}._cartContent_ihlh0_628 li{font-size:.875rem;line-height:1.45}@media(max-width:480px){._cartContent_ihlh0_628 li{font-size:.75rem}}._cartContent_ihlh0_628 p{font-size:.875rem;line-height:1.5}@media(max-width:480px){._cartContent_ihlh0_628 p{font-size:.75rem}}._cartActions_ihlh0_665{display:flex;flex-wrap:wrap;gap:1rem;align-items:center}._checkoutLoading_ihlh0_672{padding:2rem 0;text-align:center;font-size:.875rem;color:var(--text-secondary, #666)}._checkoutEmpty_ihlh0_679{max-width:min(100%,24rem);margin:1.5rem auto;padding:1rem;background:var(--bg-elevated, #fff);border:1px solid var(--border-primary, #e5e7eb);border-radius:1rem;box-shadow:0 4px 6px -1px #0000001a;text-align:center}._checkoutEmptyIcon_ihlh0_690{width:72px;height:72px;margin:0 auto 1rem;display:flex;align-items:center;justify-content:center;background:var(--bg-secondary, #f3f4f6);border-radius:50%;color:var(--text-tertiary, #9ca3af);font-size:1.5rem}._checkoutEmptyTitle_ihlh0_703{font-size:1.25rem;font-weight:600;margin:0 0 .5rem;color:var(--text-primary, #111);line-height:1.25}._checkoutEmptyText_ihlh0_711{font-size:.875rem;color:var(--text-secondary, #666);margin:0 0 1rem;line-height:1.5}._checkoutBackLink_ihlh0_718{display:inline-flex;align-items:center;gap:.5rem;margin-top:.5rem;font-size:.875rem;font-weight:500;color:var(--color-primary-600, #2563eb);text-decoration:none}._checkoutBackLink_ihlh0_718:hover{text-decoration:underline}@media(max-width:640px){._checkoutHeader_ihlh0_733{gap:.125rem}._checkoutHeader_ihlh0_733 h1{margin-bottom:0;line-height:1.25}._checkoutHeader_ihlh0_733 p{font-size:.75rem;line-height:1.5}}._checkoutPaymentCard_ihlh0_746{background:var(--bg-elevated, #fff);border:1px solid var(--border-primary, #e5e7eb);border-radius:1rem;padding:1rem;position:sticky;top:1rem;box-shadow:0 4px 6px -1px #0000001a}@media(min-width:768px){._checkoutPaymentCard_ihlh0_746{padding:1.5rem}}._checkoutPaymentHeader_ihlh0_761{display:flex;align-items:center;gap:.5rem;margin-bottom:1rem}._checkoutPaymentIcon_ihlh0_768{width:40px;height:40px;padding:.5rem;background:var(--color-primary-50, #eff6ff);color:var(--color-primary-600, #2563eb);border-radius:.75rem;flex-shrink:0}._checkoutLayout_ihlh0_778{display:grid;grid-template-columns:1fr 1fr;gap:1rem;align-items:start;margin-top:1rem}@media(min-width:768px){._checkoutLayout_ihlh0_778{gap:1.5rem;margin-top:1.5rem}}@media(max-width:900px){._checkoutLayout_ihlh0_778{grid-template-columns:1fr}}._checkoutLeft_ihlh0_797{display:flex;flex-direction:column;gap:1rem;min-width:0}._checkoutRight_ihlh0_804{min-width:0;width:100%}._checkoutOrderList_ihlh0_809{background:var(--bg-elevated, #f9fafb);border:1px solid var(--border-primary, #e5e7eb);border-radius:.75rem;padding:1rem;max-height:min(360px,50vh);overflow-y:auto}._checkoutOrderList_ihlh0_809 h3{font-size:.875rem;font-weight:600;margin:0 0 .5rem;color:var(--text-primary, #111);padding-bottom:.5rem;border-bottom:1px solid var(--border-primary, #e5e7eb);line-height:1.25}._checkoutOrderItem_ihlh0_827{display:flex;align-items:center;gap:.5rem;padding:.5rem 0;border-bottom:1px solid var(--border-primary, #e5e7eb)}._checkoutOrderItem_ihlh0_827:last-child{border-bottom:none}._checkoutOrderItemImage_ihlh0_838{width:56px;height:56px;border-radius:.5rem;object-fit:cover;background:var(--bg-secondary, #f3f4f6);flex-shrink:0}._checkoutOrderItemDetails_ihlh0_847{flex:1;min-width:0}._checkoutOrderItemName_ihlh0_852{font-weight:600;font-size:.875rem;color:var(--text-primary, #111);margin:0 0 .25rem;line-height:1.25}._checkoutOrderItemMeta_ihlh0_860{font-size:.75rem;color:var(--text-secondary, #666);margin:0}._checkoutOrderItemTotal_ihlh0_866{font-weight:600;font-size:.875rem;color:var(--color-primary-600, #2563eb);flex-shrink:0}._checkoutMain_ihlh0_873{display:flex;flex-direction:column;gap:1rem;min-width:0}._checkoutLayout_ihlh0_778 ._guestChoiceCard_ihlh0_880{max-width:none;margin:0;width:100%;box-sizing:border-box}._checkoutFormCard_ihlh0_887{width:100%;padding:1rem;background:var(--bg-elevated, #fff);border:1px solid var(--border-primary, #e5e7eb);border-radius:1rem;box-shadow:0 4px 6px -1px #0000001a;box-sizing:border-box;display:flex;flex-direction:column;gap:.5rem}@media(min-width:768px){._checkoutFormCard_ihlh0_887{padding:1.5rem}}._checkoutSummaryCard_ihlh0_905{background:var(--bg-elevated, #ffffff);border-radius:1rem;padding:1rem;position:sticky;top:1rem;box-shadow:0 4px 6px -1px #0000001a;border:1px solid rgba(148,163,184,.2)}@media(min-width:768px){._checkoutSummaryCard_ihlh0_905{padding:1.5rem 1rem}}._checkoutSummaryCardTitle_ihlh0_920{font-size:.875rem;font-weight:600;margin:0 0 .5rem;color:var(--text-primary, #111);text-transform:uppercase;letter-spacing:.06em;line-height:1.25}._checkoutSummaryRow_ihlh0_930,._checkoutSummaryRowTotal_ihlh0_931{display:flex;align-items:center;justify-content:space-between;font-size:.875rem;margin-bottom:.25rem;line-height:1.5}._checkoutSummaryRow_ihlh0_930 span:first-child{color:var(--text-secondary, #6b7280)}._checkoutSummaryRow_ihlh0_930 span:last-child{font-weight:500}._checkoutSummaryRowTotal_ihlh0_931{margin-top:.5rem;padding-top:.5rem;border-top:1px dashed rgba(148,163,184,.7)}._checkoutSummaryRowTotal_ihlh0_931 span:first-child{font-weight:600;color:var(--text-primary, #0f172a)}._checkoutSummaryRowTotal_ihlh0_931 span:last-child{font-weight:700;font-size:.875rem;color:var(--color-primary-600, #2563eb)}._guestChoiceCard_ihlh0_880{max-width:min(100%,28rem);margin:1.5rem auto;padding:1rem;background:var(--bg-elevated, #fff);border:1px solid var(--border-primary, #e5e7eb);border-radius:1rem;box-shadow:0 4px 6px -1px #0000001a;text-align:center}._guestChoiceIcon_ihlh0_976{width:4rem;height:4rem;margin:0 auto 1rem;display:flex;align-items:center;justify-content:center;background:var(--color-primary-50, #eff6ff);border-radius:50%;color:var(--color-primary-600, #2563eb);font-size:1.5rem}._guestChoiceTitle_ihlh0_989{font-size:1.25rem;font-weight:600;margin:0 0 .5rem;color:var(--text-primary, #111);line-height:1.25}._guestChoiceSubtitle_ihlh0_997{font-size:.875rem;color:var(--text-secondary, #666);margin:0 0 1rem;line-height:1.5}._guestChoice_ihlh0_880{display:flex;flex-direction:column;gap:.5rem;align-items:center}._guestChoiceBtn_ihlh0_1011{width:100%;max-width:min(100%,20rem);display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.5rem 1rem;font-size:.875rem;font-weight:600;border-radius:.5rem;cursor:pointer;text-decoration:none;border:none;box-sizing:border-box;transition:background .2s cubic-bezier(.4,0,.2,1),transform .15s cubic-bezier(.4,0,.2,1)}._guestChoiceBtn_ihlh0_1011:hover{transform:translateY(-1px)}._checkoutForm_ihlh0_887{max-width:100%;width:100%;margin-top:0;display:flex;flex-direction:column;gap:.5rem;box-sizing:border-box}._checkoutSectionTitle_ihlh0_1042{font-size:.875rem;font-weight:600;color:var(--text-primary, #111);margin:.5rem 0 .25rem;line-height:1.25}._checkoutRow_ihlh0_1050{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:1rem;min-width:0}._checkoutRow_ihlh0_1050>div{display:flex;flex-direction:column;gap:.25rem;min-width:0}._checkoutLabel_ihlh0_1063{font-size:.875rem;font-weight:600;color:var(--text-primary, #111)}._checkoutInput_ihlh0_1069{width:100%;min-width:0;padding:.5rem 1rem;font-size:.875rem;line-height:1.5;border:1px solid var(--border-primary, #e5e7eb);border-radius:.5rem;background:var(--bg-elevated, #fff);color:var(--text-primary, #111);box-sizing:border-box}._checkoutInput_ihlh0_1069::placeholder{color:var(--text-tertiary, #9ca3af)}._checkoutInput_ihlh0_1069:focus{outline:none;border-color:var(--color-primary-500);box-shadow:0 0 0 2px #3b82f633}._checkoutInput_ihlh0_1069:-webkit-autofill,._checkoutInput_ihlh0_1069:-webkit-autofill:hover,._checkoutInput_ihlh0_1069:-webkit-autofill:focus{-webkit-text-fill-color:var(--text-primary, #111)}._checkoutGuestActions_ihlh0_1093{display:flex;flex-wrap:wrap;align-items:center;gap:.5rem;margin-bottom:.5rem;padding:.5rem;background:var(--bg-secondary, #f3f4f6);border-radius:.5rem}._checkoutGuestLabel_ihlh0_1104{font-size:.875rem;color:var(--text-secondary, #666)}._checkoutHint_ihlh0_1109{font-size:.875rem;color:var(--text-secondary, #666);margin:0;line-height:1.5}._checkoutHint_ihlh0_1109 a{color:var(--color-primary-600);font-weight:500;text-decoration:none}._checkoutHint_ihlh0_1109 a:hover{text-decoration:underline}._checkoutMessage_ihlh0_1124{margin-top:1rem}._checkoutMessage_ihlh0_1124 p{margin:0 0 .5rem;font-size:.875rem;color:var(--text-secondary, #666);line-height:1.5}._checkoutError_ihlh0_1134{color:var(--error-500, #dc2626)!important;font-weight:500}._checkoutGuestNote_ihlh0_1139{font-size:.875rem;color:var(--text-secondary, #666);margin:.5rem 0 0;line-height:1.5}._checkoutGuestNote_ihlh0_1139 a{color:var(--primary-600, #2563eb);text-decoration:none}._checkoutGuestNote_ihlh0_1139 a:hover{text-decoration:underline}._checkoutSummary_ihlh0_905{width:100%;max-width:none;margin-bottom:1rem;padding:0;background:transparent;border-radius:0}._checkoutSummaryRow_ihlh0_930,._checkoutSummaryRowTotal_ihlh0_931{display:flex;justify-content:space-between;font-size:.875rem;line-height:1.5}._checkoutSummaryRow_ihlh0_930{margin-bottom:.25rem}._checkoutSummaryRowTotal_ihlh0_931{margin-top:.5rem;padding-top:.5rem;border-top:1px solid var(--border-primary, #e5e7eb);font-weight:600}._checkoutVatNote_ihlh0_1181{font-size:.75rem;color:var(--text-secondary, #666);margin:0 0 1rem;line-height:1.5}._checkoutPaymentCard_ihlh0_746 ._addToCartBtn_ihlh0_1188{margin-top:.25rem;padding:.5rem 1rem;font-size:.875rem;font-weight:600;border-radius:.75rem}._paymentResult_ihlh0_1196{margin-top:1rem}._paymentResultCard_ihlh0_1200{max-width:min(100%,28rem);margin:1.5rem auto;padding:1.5rem 1rem;background:var(--bg-elevated, #fff);border:1px solid var(--border-primary, #e5e7eb);border-radius:1rem;box-shadow:0 4px 6px -1px #0000001a;text-align:center}@media(min-width:768px){._paymentResultCard_ihlh0_1200{padding:3rem 2rem}}._paymentResultIconWrap_ihlh0_1216{width:120px;height:120px;margin:0 auto 1.5rem;display:flex;align-items:center;justify-content:center;border-radius:50%;font-size:2.25rem}@media(min-width:768px){._paymentResultIconWrap_ihlh0_1216{font-size:3rem}}._paymentResultIconSuccess_ihlh0_1232{background:var(--success-100, #dcfce7);color:var(--success-600, #16a34a)}._paymentResultIconFailure_ihlh0_1237{background:var(--error-100, #fee2e2);color:var(--error-600, #dc2626)}._paymentResultIconWarning_ihlh0_1242{background:var(--warning-100, #fef3c7);color:var(--warning-600, #ca8a04)}._paymentResultIconNeutral_ihlh0_1247{background:var(--bg-secondary, #f3f4f6);color:var(--text-secondary, #666)}._paymentResultTitle_ihlh0_1252{font-size:1.25rem;font-weight:700;margin:0 0 .5rem;color:var(--text-primary, #111);line-height:1.25}@media(min-width:768px){._paymentResultTitle_ihlh0_1252{font-size:1.5rem}}._paymentResultText_ihlh0_1265{font-size:.875rem;color:var(--text-secondary, #666);margin:0 0 1rem;line-height:1.5}._paymentResultActions_ihlh0_1272{display:flex;flex-wrap:wrap;gap:.5rem;justify-content:center;margin-top:1.5rem}._paymentBusinessName_ihlh0_1280{margin-top:.5rem!important;font-weight:600;color:var(--text-primary, #111)!important}._secondaryBtn_ihlh0_285{display:inline-block;padding:.5rem 1rem;font-size:.875rem;font-weight:600;line-height:1.5;color:var(--text-primary, #111);background:var(--bg-secondary, #f3f4f6);border:1px solid var(--border-primary, #e5e7eb);border-radius:.5rem;cursor:pointer;text-decoration:none;box-sizing:border-box}._secondaryBtn_ihlh0_285:hover{background:var(--bg-elevated, #e5e7eb)}._addToCartBtn_ihlh0_1188{display:inline-block;padding:.5rem 1rem;font-size:.875rem;font-weight:600;line-height:1.5;color:#fff;background:var(--color-primary-500, #3b82f6);border:none;border-radius:.5rem;cursor:pointer;text-decoration:none}@media(min-width:768px){._addToCartBtn_ihlh0_1188{padding:.5rem 1.5rem}}._addToCartBtn_ihlh0_1188:hover:not(:disabled){background:var(--color-primary-600, #2563eb)}._addToCartBtn_ihlh0_1188:disabled{opacity:.6;cursor:not-allowed}._wishlistBtn_ihlh0_1330{flex-shrink:0;width:40px;height:40px;padding:0;border:1px solid var(--border-primary, #e5e7eb);border-radius:.5rem;background:var(--bg-secondary, #f9fafb);font-size:1.25rem;color:#dc2626;cursor:pointer;display:flex;align-items:center;justify-content:center}._wishlistBtn_ihlh0_1330:hover{background:var(--bg-elevated, #e5e7eb)}._productSection_ihlh0_1349{margin-top:1.75rem;padding-top:1rem;border-top:1px solid var(--border-primary, #e5e7eb)}._productSectionFirst_ihlh0_1355,._productSectionNoBorder_ihlh0_1359{border-top:none}._productSectionTight_ihlh0_1363{margin-top:1.25rem;padding-top:.5rem}._sectionTitle_ihlh0_1368{font-size:clamp(1.25rem,2.5vw,1.5rem);font-weight:600;margin:0 0 1rem;color:var(--text-primary, #111)}._recentGrid_ihlh0_1375{display:grid;grid-template-columns:repeat(auto-fill,minmax(140px,1fr));gap:.75rem}._recentCard_ihlh0_1381{display:flex;flex-direction:column;align-items:center;gap:.5rem;padding:.625rem;border-radius:8px;border:1px solid var(--border-primary, #e5e7eb);background:var(--bg-secondary, #f9fafb);text-decoration:none;color:var(--text-primary, #111);font-size:.8125rem;text-align:center;transition:background .15s}._recentCard_ihlh0_1381:hover{background:var(--bg-elevated, #e5e7eb)}._recentCard_ihlh0_1381 img{width:100%;aspect-ratio:1;object-fit:cover;border-radius:6px}._recentName_ihlh0_1406{margin-top:.25rem;font-size:.78rem;line-height:1.3}._Content_ihlh0_1413{display:grid;grid-template-columns:1fr;gap:1.25rem;align-items:start}@media(min-width:992px){._Content_ihlh0_1413{grid-template-columns:minmax(240px,280px) minmax(0,1fr);gap:1.75rem}}._ProductsColumn_ihlh0_1426{min-width:0}._FilterDisclosure_ihlh0_1430{margin:0}._FilterDisclosureSummary_ihlh0_1434{display:flex;flex-direction:column;align-items:flex-start;gap:.15rem;list-style:none;padding:.875rem 1rem;background:var(--bg-primary, #fff);border:1px solid var(--border-primary, #e5e7eb);border-radius:12px;cursor:pointer;box-shadow:0 1px 2px #0000000a;font-size:.9375rem;font-weight:600;color:var(--text-primary, #111);-webkit-user-select:none;user-select:none;-webkit-tap-highlight-color:transparent}._FilterDisclosureSummary_ihlh0_1434::-webkit-details-marker{display:none}._FilterDisclosureSummary_ihlh0_1434{position:relative;padding-right:2.25rem}._FilterDisclosureSummary_ihlh0_1434:after{content:"";position:absolute;right:1rem;top:50%;width:.45rem;height:.45rem;border-right:2px solid var(--text-secondary, #6b7280);border-bottom:2px solid var(--text-secondary, #6b7280);transform:translateY(-70%) rotate(45deg);transition:transform .2s ease}@media(min-width:992px){._FilterDisclosureSummary_ihlh0_1434{display:none}}._FilterDisclosure_ihlh0_1430[open] ._FilterDisclosureSummary_ihlh0_1434:after{transform:translateY(-25%) rotate(-135deg)}._FilterDisclosureHint_ihlh0_1481{font-size:.75rem;font-weight:400;color:var(--text-secondary, #6b7280)}._Sidebar_ihlh0_1487{display:block;min-width:0}@media(min-width:992px){._Sidebar_ihlh0_1487{position:sticky;top:clamp(72px,12vw,96px);max-height:calc(100vh - clamp(72px,12vw,96px) - 1.5rem);overflow-y:auto}._Sidebar_ihlh0_1487::-webkit-scrollbar{width:6px}._Sidebar_ihlh0_1487::-webkit-scrollbar-track{background:transparent}._Sidebar_ihlh0_1487::-webkit-scrollbar-thumb{background:var(--border-primary, #e5e7eb);border-radius:999px}}._SidebarCard_ihlh0_1510{background:#fff;border-radius:12px;border:1px solid var(--border-primary, #e5e7eb);padding:1.125rem 1rem;margin-top:.75rem}@media(min-width:992px){._SidebarCard_ihlh0_1510{margin-top:0;padding:1.25rem 1rem;box-shadow:0 1px 2px #0000000a}}@media(max-width:991px){._FilterDisclosure_ihlh0_1430 ._SidebarCard_ihlh0_1510{border-top-left-radius:0;border-top-right-radius:0;margin-top:0;border-top:none}}@media(max-width:991px){._FilterDisclosure_ihlh0_1430[open] ._SidebarCard_ihlh0_1510{border-top:1px solid var(--border-primary, #e5e7eb)}._FilterDisclosureSummary_ihlh0_1434{border-bottom-left-radius:0;border-bottom-right-radius:0;margin-bottom:0;box-shadow:none}._FilterDisclosure_ihlh0_1430[open] ._FilterDisclosureSummary_ihlh0_1434{border-bottom:none;border-bottom-left-radius:0;border-bottom-right-radius:0}}._SidebarFilters_ihlh0_1549{display:flex;flex-direction:column;gap:1.25rem}._FilterSection_ihlh0_1555 h3{font-size:.95rem;font-weight:600;margin:0 0 .75rem;color:var(--text-primary, #111)}._CategoryList_ihlh0_1562{display:flex;flex-direction:column;gap:.35rem;max-height:min(40vh,280px);overflow-y:auto;padding-right:.25rem;scrollbar-gutter:stable}._CategoryItem_ihlh0_1572{border:none;background:transparent;display:flex;justify-content:space-between;align-items:center;padding:.5rem .75rem;border-radius:999px;font-size:.85rem;color:var(--text-secondary, #6b7280);cursor:pointer;transition:background .15s,color .15s}._CategoryItem_ihlh0_1572:hover{background:var(--bg-secondary, #f3f4f6);color:var(--text-primary, #111)}._CategoryItem_ihlh0_1572._Active_ihlh0_1590{background:var(--color-primary-50, #eff6ff);color:var(--color-primary-700, #1d4ed8);font-weight:600}._Count_ihlh0_1596{padding:.1rem .5rem;border-radius:999px;background:var(--bg-tertiary, #e5e7eb);font-size:.75rem}._Divider_ihlh0_1603{height:1px;background:var(--border-primary, #e5e7eb)}._SortSelect_ihlh0_1608{width:100%;padding:.45rem .75rem;border-radius:999px;border:1px solid var(--border-primary, #e5e7eb);font-size:.9rem;background:#fff}._PriceHeader_ihlh0_1617{display:flex;justify-content:space-between;align-items:center;margin-bottom:.5rem}._ResetButton_ihlh0_1624{border:none;background:transparent;font-size:.8rem;color:var(--color-primary-600, #2563eb);cursor:pointer}._PriceSlider_ihlh0_1632{display:flex;flex-direction:column;gap:.75rem}._PriceSlider_ihlh0_1632 ._PriceValues_ihlh0_1637{display:flex;justify-content:space-between;align-items:center}._PriceSlider_ihlh0_1632 ._PriceValues_ihlh0_1637 ._PriceValue_ihlh0_1637{font-size:.8rem;font-weight:600;color:var(--text-primary, #111);background:var(--bg-tertiary, #e5e7eb);padding:.25rem .75rem;border-radius:999px}._PriceSlider_ihlh0_1632 ._SliderContainer_ihlh0_1650{position:relative;height:40px;display:flex;align-items:center}._PriceSlider_ihlh0_1632 ._SliderContainer_ihlh0_1650 ._SliderTrack_ihlh0_1656{position:absolute;width:100%;height:6px;background:var(--bg-tertiary, #e5e7eb);border-radius:999px;pointer-events:none}._PriceSlider_ihlh0_1632 ._SliderContainer_ihlh0_1650 ._SliderTrack_ihlh0_1656 ._SliderRange_ihlh0_1664{position:absolute;height:100%;background:linear-gradient(90deg,var(--color-primary-500, #2563eb),var(--color-primary-600, #1d4ed8));border-radius:999px;transition:all .15s ease-out}._PriceSlider_ihlh0_1632 ._SliderContainer_ihlh0_1650 ._SliderInput_ihlh0_1671{position:absolute;width:100%;height:6px;background:transparent;pointer-events:none;-webkit-appearance:none;appearance:none}._PriceSlider_ihlh0_1632 ._SliderContainer_ihlh0_1650 ._SliderInput_ihlh0_1671::-webkit-slider-thumb{-webkit-appearance:none;appearance:none;width:20px;height:20px;border-radius:50%;background:var(--color-primary-500, #2563eb);cursor:pointer;pointer-events:all;border:3px solid #fff;box-shadow:0 2px 6px #0003;transition:all .15s ease-out}._PriceSlider_ihlh0_1632 ._SliderContainer_ihlh0_1650 ._SliderInput_ihlh0_1671::-webkit-slider-thumb:hover{transform:scale(1.15);box-shadow:0 3px 10px #0000004d}._PriceSlider_ihlh0_1632 ._SliderContainer_ihlh0_1650 ._SliderInput_ihlh0_1671::-webkit-slider-thumb:active{transform:scale(1.05)}._PriceSlider_ihlh0_1632 ._SliderContainer_ihlh0_1650 ._SliderInput_ihlh0_1671::-moz-range-thumb{width:20px;height:20px;border-radius:50%;background:var(--color-primary-500, #2563eb);cursor:pointer;pointer-events:all;border:3px solid #fff;box-shadow:0 2px 6px #0003;transition:all .15s ease-out}._PriceSlider_ihlh0_1632 ._SliderContainer_ihlh0_1650 ._SliderInput_ihlh0_1671::-moz-range-thumb:hover{transform:scale(1.15);box-shadow:0 3px 10px #0000004d}._PriceSlider_ihlh0_1632 ._SliderContainer_ihlh0_1650 ._SliderInput_ihlh0_1671::-moz-range-thumb:active{transform:scale(1.05)}._PriceSlider_ihlh0_1632 ._ApplyButton_ihlh0_1718{margin-top:.25rem;width:100%;border:none;border-radius:999px;padding:.5rem .75rem;font-size:.9rem;font-weight:600;background:var(--color-primary-600, #2563eb);color:#fff;cursor:pointer}._ratingRow_ihlh0_1731{display:inline-flex;align-items:center;gap:.5rem;margin-bottom:.5rem;font-size:.875rem;color:var(--text-secondary, #666)}._stars_ihlh0_1740{display:inline-flex;gap:.125rem;font-size:.9rem}._star_ihlh0_1740{color:#d1d5db}._starFilled_ihlh0_1750{color:#facc15}._ratingText_ihlh0_1754{font-size:.8125rem;color:var(--text-secondary, #666)}._reviewsSection_ihlh0_1759{margin-top:1.75rem}._reviewsSection_ihlh0_1759 ._sectionTitle_ihlh0_1368{margin-bottom:1rem;letter-spacing:-.02em}._reviewsSummary_ihlh0_1767{margin-bottom:1.35rem}._reviewsAverageCard_ihlh0_1771{display:inline-flex;flex-direction:column;align-items:flex-start;gap:.5rem;padding:1rem 1.25rem;background:#fff;border-radius:12px;border:1px solid var(--border-primary, #e5e7eb);box-shadow:0 1px 2px #0000000a;max-width:100%}._reviewsScoreBlock_ihlh0_1784{display:flex;align-items:baseline;gap:.2rem}._reviewsScore_ihlh0_1784{font-size:2.25rem;font-weight:800;line-height:1;letter-spacing:-.04em;color:var(--text-primary, #111)}._reviewsScoreOutOf_ihlh0_1798{font-size:1rem;font-weight:600;color:var(--text-tertiary, #9ca3af)}._reviewsStarsRow_ihlh0_1804{display:inline-flex;gap:.125rem;font-size:1.1rem}._reviewsSummaryHint_ihlh0_1810{margin:0;font-size:.8125rem;color:var(--text-secondary, #6b7280);line-height:1.4}._reviewsList_ihlh0_1817{display:flex;flex-direction:column;gap:1rem}._reviewCard_ihlh0_1823{padding:1.1rem 1.15rem;background:#fff;border-radius:12px;border:1px solid var(--border-primary, #e5e7eb);box-shadow:0 1px 3px #0000000d;transition:box-shadow .15s}._reviewCard_ihlh0_1823:hover{box-shadow:0 4px 14px #00000012}._reviewHeader_ihlh0_1835{display:flex;gap:.875rem;align-items:flex-start;margin-bottom:.5rem}._reviewAvatar_ihlh0_1842{width:44px;height:44px;border-radius:999px;background:linear-gradient(145deg,var(--color-primary-100, #dbeafe),var(--bg-secondary, #e5e7eb));display:flex;align-items:center;justify-content:center;font-size:.8125rem;font-weight:700;color:var(--color-primary-800, #1e40af);flex-shrink:0;border:2px solid #fff;box-shadow:0 1px 3px #00000014}._reviewMeta_ihlh0_1858{flex:1;min-width:0}._reviewNameRow_ihlh0_1863{display:flex;align-items:baseline;justify-content:space-between;gap:.65rem;flex-wrap:wrap}._reviewNameRow_ihlh0_1863 h3{margin:0;font-size:.9375rem;font-weight:700;color:var(--text-primary, #111);letter-spacing:-.01em}._reviewDate_ihlh0_1879{font-size:.75rem;color:var(--text-tertiary, #9ca3af);white-space:nowrap}._reviewCardStars_ihlh0_1885{margin-top:.2rem;font-size:.85rem}._reviewTitle_ihlh0_1890{margin:0 0 .35rem;font-size:.9375rem;font-weight:600;color:var(--text-primary, #1f2937)}._reviewBody_ihlh0_1897{margin:0;font-size:.9rem;line-height:1.65;color:var(--text-secondary, #4b5563)}._reviewsPagination_ihlh0_1904{display:flex;align-items:center;gap:.75rem;margin-top:1.25rem;padding-top:1rem;border-top:1px solid var(--border-primary, #e5e7eb)}._reviewsPaginationStatus_ihlh0_1913{flex:1;min-width:0;font-size:.8125rem;color:var(--text-secondary, #6b7280);text-align:center;line-height:1.35}._reviewsPaginationBtn_ihlh0_1922{border:1px solid var(--border-primary, #e5e7eb);background:var(--bg-elevated, #fff);color:var(--text-primary, #111);font-size:.875rem;font-weight:500;padding:.4rem .85rem;border-radius:999px;cursor:pointer;transition:background .15s,border-color .15s,color .15s}._reviewsPaginationBtn_ihlh0_1922:hover:not(:disabled){background:var(--color-primary-50, #eff6ff);border-color:var(--color-primary-200, #bfdbfe);color:var(--color-primary-700, #1d4ed8)}._reviewsPaginationBtn_ihlh0_1922:disabled{opacity:.45;cursor:not-allowed}._inlineLoading_ihlh0_1943{margin:2rem 0;text-align:center;font-size:.9375rem;color:var(--text-secondary, #6b7280)}._productGridLoading_ihlh0_1950{opacity:.65;pointer-events:none;transition:opacity .15s}._paginationBar_ihlh0_1956{margin-top:1.75rem;padding:1rem 0 .5rem;border-top:1px solid var(--border-primary, #e5e7eb)}._paginationBarRow_ihlh0_1962{display:flex;align-items:center;justify-content:space-between;gap:.75rem;width:100%}._paginationSpacer_ihlh0_1970{flex:0 0 min(5rem,18vw);min-width:0}._paginationStatus_ihlh0_1975{font-size:.8125rem;color:var(--text-secondary, #6b7280);text-align:center;flex-shrink:0}._paginationBack_ihlh0_1982,._paginationViewMore_ihlh0_1983{display:inline-flex;align-items:center;gap:.25rem;padding:0;font-size:.9375rem;font-weight:600;color:var(--color-primary-600, #2563eb);background:none;border:none;cursor:pointer;text-decoration:none;transition:color .15s}._paginationBack_ihlh0_1982:hover:not(:disabled),._paginationViewMore_ihlh0_1983:hover:not(:disabled){color:var(--color-primary-700, #1d4ed8);text-decoration:underline;text-underline-offset:3px}._paginationBack_ihlh0_1982:disabled,._paginationViewMore_ihlh0_1983:disabled{opacity:.45;cursor:not-allowed;text-decoration:none}._paginationBackIcon_ihlh0_2010,._paginationViewMoreIcon_ihlh0_2011{width:1.15rem;height:1.15rem;flex-shrink:0}._paginationViewMore_ihlh0_1983{flex-direction:row}._loadMoreWrap_ihlh0_2021{text-align:center;margin-top:1.5rem;margin-bottom:1.5rem}@media(min-width:768px){._loadMoreWrap_ihlh0_2021{margin-top:2rem;margin-bottom:2rem}}._loadMoreBtn_ihlh0_284{display:inline-flex;align-items:center;justify-content:center;width:100%;max-width:min(100%,20rem);padding:.5rem 1rem;font-size:.875rem;font-weight:600;line-height:1.5;color:#fff;background:var(--color-primary-500, #3b82f6);border:none;border-radius:.75rem;cursor:pointer;text-decoration:none;transition:background .15s cubic-bezier(.4,0,.2,1)}@media(min-width:480px){._loadMoreBtn_ihlh0_284{width:auto;padding:.5rem 1.5rem}}._loadMoreBtn_ihlh0_284:hover:not(:disabled){background:var(--color-primary-600, #2563eb)}._loadMoreBtn_ihlh0_284:disabled{opacity:.7;cursor:not-allowed}._loginForm_ihlh0_2065{max-width:min(100%,28rem);width:100%;padding:1rem;background:var(--bg-elevated, #f9fafb);border:1px solid var(--border-primary, #e5e7eb);border-radius:.75rem;box-sizing:border-box}@media(min-width:768px){._loginForm_ihlh0_2065{padding:1.5rem 1rem}}._loginFormInner_ihlh0_2080{display:flex;flex-direction:column;gap:1rem}._channelTabs_ihlh0_2086{display:flex;gap:.5rem;margin-bottom:.5rem}._channelTab_ihlh0_2086{flex:1;padding:.5rem;border-radius:.5rem;border:1px solid var(--border-primary, #e5e7eb);background:var(--bg-elevated, #fff);font-weight:500;font-size:.875rem;line-height:1.5;color:var(--text-secondary, #666);cursor:pointer;transition:border-color .15s cubic-bezier(.4,0,.2,1),background .15s cubic-bezier(.4,0,.2,1),color .15s cubic-bezier(.4,0,.2,1)}._channelTab_ihlh0_2086:hover{border-color:var(--color-primary-400, #60a5fa);color:var(--text-primary, #111)}._channelTabActive_ihlh0_2110{flex:1;padding:.5rem;border-radius:.5rem;border:1px solid var(--color-primary-500, #3b82f6);background:var(--color-primary-50, rgba(59, 130, 246, .08));font-weight:500;font-size:.875rem;line-height:1.5;color:var(--color-primary-600, #2563eb);cursor:pointer;transition:border-color .15s cubic-bezier(.4,0,.2,1),background .15s cubic-bezier(.4,0,.2,1),color .15s cubic-bezier(.4,0,.2,1)}._resendRow_ihlh0_2124{margin:0;font-size:.875rem;line-height:1.5;color:var(--text-secondary, #666)}._resendLink_ihlh0_2131{background:none;border:none;padding:0;font-size:inherit;font-weight:600;color:var(--color-primary-600, #2563eb);cursor:pointer;text-decoration:underline;transition:color .15s}._resendLink_ihlh0_2131:hover:not(:disabled){color:var(--color-primary-700, #1d4ed8)}._resendLink_ihlh0_2131:disabled{cursor:not-allowed;opacity:.7}._signupForm_ihlh0_2150{max-width:min(100%,42rem);width:100%;padding:1rem;background:var(--bg-elevated, #f9fafb);border:1px solid var(--border-primary, #e5e7eb);border-radius:.75rem;box-sizing:border-box}@media(min-width:768px){._signupForm_ihlh0_2150{padding:1.5rem 1rem}}._signupFormInner_ihlh0_2165{display:flex;flex-direction:column;gap:.5rem}._signupFormRow_ihlh0_2171{display:grid;grid-template-columns:1fr 1fr;gap:1rem;min-width:0}@media(max-width:560px){._signupFormRow_ihlh0_2171{grid-template-columns:1fr}}._signupField_ihlh0_2183{display:flex;flex-direction:column;gap:.25rem;min-width:0}._signupLabel_ihlh0_2190{font-size:.875rem;font-weight:600;color:var(--text-primary, #111);line-height:1.25}._signupInput_ihlh0_2197{width:100%;min-width:0;padding:.5rem 1rem;font-size:.875rem;line-height:1.5;border:1px solid var(--border-primary, #e5e7eb);border-radius:.5rem;background:var(--bg-elevated, #fff);box-sizing:border-box}._signupInput_ihlh0_2197:focus{outline:none;border-color:var(--color-primary-500, #3b82f6);box-shadow:0 0 0 2px #3b82f633}._signupHint_ihlh0_2214{font-size:.75rem;line-height:1.5;color:var(--text-secondary, #6b7280);margin:0}._signupError_ihlh0_2221{font-size:.75rem;line-height:1.5;color:var(--error-500, #dc2626);margin:0}._signupLoginLink_ihlh0_2228{margin:0;font-size:.875rem;line-height:1.5;color:var(--text-secondary, #666)}._signupLoginLink_ihlh0_2228 a{color:var(--color-primary-600, #2563eb);font-weight:500;text-decoration:none}._signupLoginLink_ihlh0_2228 a:hover{text-decoration:underline}._forgotLink_ihlh0_2243{align-self:flex-end;margin:0;font-size:.875rem;line-height:1.5;color:var(--color-primary-600, #2563eb);text-decoration:none}._forgotLink_ihlh0_2243:hover{text-decoration:underline}._authSwitchRow_ihlh0_2256{display:flex;flex-wrap:wrap;gap:.5rem;justify-content:center;align-items:center;margin-top:.5rem}._authPrimaryBtn_ihlh0_2265{display:inline-flex;align-items:center;justify-content:center;padding:.5rem 1rem;font-size:.875rem;font-weight:600;line-height:1.5;color:#fff;background:var(--color-primary-500, #3b82f6);border:none;border-radius:.5rem;cursor:pointer;font-family:inherit;box-sizing:border-box}._authPrimaryBtn_ihlh0_2265:hover:not(:disabled){background:var(--color-primary-600, #2563eb)}._authPrimaryBtn_ihlh0_2265:disabled{opacity:.7;cursor:not-allowed}._authSecondaryBtn_ihlh0_2289{display:inline-flex;align-items:center;justify-content:center;padding:.5rem 1rem;font-size:.875rem;font-weight:600;line-height:1.5;color:var(--text-primary, #111);background:var(--bg-secondary, #f3f4f6);border:1px solid var(--border-primary, #e5e7eb);border-radius:.5rem;text-decoration:none;cursor:pointer;box-sizing:border-box}._authSecondaryBtn_ihlh0_2289:hover{background:var(--bg-elevated, #e5e7eb)}._profileGrid_ihlh0_2309{display:grid;grid-template-columns:minmax(0,1fr);gap:1.5rem;margin-top:1rem}@media(min-width:720px){._profileGrid_ihlh0_2309{grid-template-columns:minmax(280px,360px) minmax(0,1fr)}}._profileOrdersHeader_ihlh0_2321{display:flex;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:.75rem;margin-bottom:1rem}._viewAllBtn_ihlh0_2330{font-size:.9375rem;font-weight:600;color:var(--color-primary-600, #2563eb);text-decoration:none;padding:.375rem .75rem;border-radius:6px;transition:background .15s,color .15s}._viewAllBtn_ihlh0_2330:hover{color:var(--color-primary-700, #1d4ed8);background:var(--color-primary-50, #eff6ff)}._profileSectionTitle_ihlh0_2344{font-size:1rem;font-weight:600;color:var(--text-primary, #111);margin:0 0 1rem;padding-bottom:.5rem;border-bottom:1px solid var(--border-primary, #e5e7eb)}._profileOrdersHeader_ihlh0_2321 ._profileSectionTitle_ihlh0_2344{margin:0;padding-bottom:0;border-bottom:none}._profileCard_ihlh0_2359{max-width:100%;padding:1.5rem;background:var(--bg-elevated, #f9fafb);border:1px solid var(--border-primary, #e5e7eb);border-radius:12px;box-sizing:border-box}._profileRow_ihlh0_2368{display:flex;justify-content:space-between;align-items:center;padding:.75rem 0;border-bottom:1px solid var(--border-primary, #e5e7eb)}._profileRow_ihlh0_2368:last-of-type{border-bottom:none}._profileLabel_ihlh0_2379{font-size:.875rem;font-weight:500;color:var(--text-secondary, #666)}._profileValue_ihlh0_2385{font-size:.9375rem;color:var(--text-primary, #111)}._profileActions_ihlh0_2390{display:flex;flex-wrap:wrap;gap:.5rem;margin-top:1.5rem;padding-top:1rem;border-top:1px solid var(--border-primary, #e5e7eb)}._profileForm_ihlh0_2399{display:flex;flex-direction:column;gap:1rem}._profileFormRow_ihlh0_2405{display:flex;flex-direction:column;gap:.35rem}._profileFormRow_ihlh0_2405 label{font-size:.875rem;font-weight:500;color:var(--text-secondary, #666)}._addressList_ihlh0_2416{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.75rem}._addressItem_ihlh0_2425{display:flex;flex-wrap:wrap;justify-content:space-between;align-items:flex-start;gap:.5rem;padding:.75rem;background:var(--bg-elevated, #fff);border:1px solid var(--border-primary, #e5e7eb);border-radius:8px}._addressContent_ihlh0_2437{font-size:.9375rem;color:var(--text-primary, #111);flex:1;min-width:0}._addressActions_ihlh0_2444{display:flex;gap:.5rem}._addressEditBtn_ihlh0_2449,._addressDeleteBtn_ihlh0_2450{padding:.35rem .6rem;font-size:.8125rem;font-weight:600;border:none;border-radius:6px;cursor:pointer}._addressEditBtn_ihlh0_2449{color:var(--color-primary-600, #2563eb);background:transparent}._addressEditBtn_ihlh0_2449:hover{text-decoration:underline}._addressDeleteBtn_ihlh0_2450{color:var(--error-600, #dc2626);background:transparent}._addressDeleteBtn_ihlh0_2450:hover{text-decoration:underline}._profileOrdersSection_ihlh0_2475{padding:1.5rem;background:var(--bg-elevated, #f9fafb);border:1px solid var(--border-primary, #e5e7eb);border-radius:12px;min-width:0}._profileOrdersEmpty_ihlh0_2483{margin:0;font-size:.9375rem;color:var(--text-secondary, #666)}._profileOrdersList_ihlh0_2489{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:1rem}._profileOrderCard_ihlh0_2498{padding:1rem;background:var(--bg-elevated, #fff);border:1px solid var(--border-primary, #e5e7eb);border-radius:8px;transition:box-shadow .15s,border-color .15s}._profileOrderCard_ihlh0_2498:hover{border-color:var(--color-primary-200, #bfdbfe);box-shadow:0 2px 8px #0000000f}._profileOrderHeader_ihlh0_2510{display:flex;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:.5rem;margin-bottom:.35rem}._profileOrderNumber_ihlh0_2519{font-weight:600;font-size:.9375rem;color:var(--text-primary, #111)}._profileOrderDate_ihlh0_2525{font-size:.8125rem;color:var(--text-secondary, #666)}._profileOrderStore_ihlh0_2530{margin:0 0 .5rem;font-size:.8125rem;color:var(--text-secondary, #666)}._profileOrderMeta_ihlh0_2536{display:flex;flex-wrap:wrap;align-items:center;gap:.75rem;margin-bottom:.5rem}._profileOrderStatus_ihlh0_2544{display:inline-block;padding:.2rem .5rem;border-radius:6px;font-size:.75rem;font-weight:600;text-transform:uppercase}._profileOrderStatus_ihlh0_2544[data-status=PENDING]{background:var(--warning-100, #fef3c7);color:var(--warning-700, #b45309)}._profileOrderStatus_ihlh0_2544[data-status=DELIVERED]{background:var(--success-100, #dcfce7);color:var(--success-700, #15803d)}._profileOrderStatus_ihlh0_2544[data-status=CONFIRMED],._profileOrderStatus_ihlh0_2544[data-status=PROCESSING],._profileOrderStatus_ihlh0_2544[data-status=SHIPPED]{background:var(--accent-100, #e0e7ff);color:var(--accent-700, #3730a3)}._profileOrderStatus_ihlh0_2544[data-status=CANCELLED],._profileOrderStatus_ihlh0_2544[data-status=FAILED]{background:var(--error-100, #fee2e2);color:var(--error-700, #b91c1c)}._profileOrderActions_ihlh0_2569{display:flex;flex-wrap:wrap;gap:.5rem;margin-top:.5rem}._profileOrderTotal_ihlh0_2576{font-weight:600;font-size:.875rem;color:var(--color-primary-600, #ea580c)}._profileOrderItems_ihlh0_2582{list-style:none;padding:0;margin:0;font-size:.75rem;line-height:1.5;color:var(--text-secondary, #666)}._profileOrderItems_ihlh0_2582 li{padding:.25rem 0}._profileOrderItemsMore_ihlh0_2594{font-style:italic;color:var(--text-tertiary, #9ca3af)}._profileLoginBtn_ihlh0_2599{display:inline-block;padding:.5rem 1.5rem;font-size:.875rem;font-weight:600;line-height:1.5;color:#fff;background:linear-gradient(135deg,var(--color-primary-500, #ea580c),var(--color-primary-600, #c2410c));border:none;border-radius:.5rem;text-decoration:none;cursor:pointer;transition:background .2s cubic-bezier(.4,0,.2,1),transform .15s cubic-bezier(.4,0,.2,1);margin-top:.5rem}._profileLoginBtn_ihlh0_2599:hover{background:linear-gradient(135deg,var(--color-primary-600, #c2410c),var(--color-primary-700, #9a3412));transform:translateY(-1px)}._logoutBtn_ihlh0_2619{padding:.5rem 1rem;font-size:.875rem;font-weight:600;line-height:1.5;color:#fff;background:var(--error-500, #dc2626);border:none;border-radius:.5rem;cursor:pointer}._logoutBtn_ihlh0_2619:hover:not(:disabled){background:var(--error-600, #b91c1c)}._logoutBtn_ihlh0_2619:disabled{opacity:.7;cursor:not-allowed}._aboutPage_ihlh0_2638{width:100%;max-width:100%;box-sizing:border-box;display:flex;flex-direction:column;align-items:center}._aboutPage_ihlh0_2638 ._container_ihlh0_19{display:flex;flex-direction:column;align-items:center;width:100%;max-width:800px;margin-left:auto;margin-right:auto;padding-left:1.5rem;padding-right:1.5rem;box-sizing:border-box}._aboutPage_ihlh0_2638 ._pageHeader_ihlh0_54{text-align:center;width:100%;margin-bottom:2rem}._aboutPage_ihlh0_2638 ._pageHeader_ihlh0_54 h1{font-size:clamp(1.75rem,4vw,2.5rem);font-weight:700;letter-spacing:-.02em}._aboutImageWrap_ihlh0_2669{margin-bottom:2rem;border-radius:12px;overflow:hidden;max-width:720px;width:100%;margin-left:auto;margin-right:auto;align-self:center}._aboutImage_ihlh0_2669{width:100%;height:auto;display:block;object-fit:cover;max-height:400px}._aboutContent_ihlh0_2688{max-width:720px;width:100%;margin-left:auto;margin-right:auto;line-height:1.7;text-align:center;padding:0 .5rem;box-sizing:border-box}._aboutContent_ihlh0_2688 *{max-width:100%}._aboutContent_ihlh0_2688 h1,._aboutContent_ihlh0_2688 h2,._aboutContent_ihlh0_2688 h3{margin-top:1.5rem;margin-bottom:.5rem;text-align:center}._aboutContent_ihlh0_2688 p{margin-bottom:1rem;text-align:center}._aboutContent_ihlh0_2688 blockquote{margin:1rem auto;padding:.75rem 1.25rem;border-left:4px solid var(--color-primary-500, #3b82f6);background:var(--bg-secondary, #f9fafb);font-style:italic;color:var(--text-secondary, #666);text-align:left;max-width:100%}._aboutContent_ihlh0_2688 aside{margin:1rem auto;padding:1rem;background:var(--bg-elevated, #f3f4f6);border-radius:8px;font-size:.95rem;text-align:center}._aboutContent_ihlh0_2688 strong{font-weight:600}._aboutContent_ihlh0_2688 a{color:var(--color-primary-600, #2563eb);text-decoration:none}._aboutContent_ihlh0_2688 a:hover{text-decoration:underline}._loading_kd36l_1{padding:0;text-align:center;font-size:.875rem;color:var(--text-secondary, #666)}._content_kd36l_8{padding:0}._section_kd36l_12{margin-bottom:1rem}._section_kd36l_12 h4{font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em;color:var(--text-secondary, #666);margin:0 0 .25rem;line-height:1.25}._section_kd36l_12 p{margin:0;font-size:.875rem;line-height:1.5;color:var(--text-primary, #111)}._badges_kd36l_31{display:flex;flex-wrap:wrap;gap:.5rem}._statusBadge_kd36l_37{display:inline-block;padding:.25rem .5rem;border-radius:.375rem;font-size:.75rem;font-weight:600;line-height:1.5;text-transform:uppercase}._statusBadge_kd36l_37[data-payment=FAILED]{background:var(--error-100, #fee2e2);color:var(--error-700, #b91c1c)}._statusBadge_kd36l_37[data-payment=PENDING]{background:var(--warning-100, #fef3c7);color:var(--warning-700, #b45309)}._statusBadge_kd36l_37[data-payment=COMPLETED]{background:var(--success-100, #dcfce7);color:var(--success-700, #15803d)}._statusBadge_kd36l_37[data-status=PENDING]{background:var(--warning-100, #fef3c7);color:var(--warning-700, #b45309)}._statusBadge_kd36l_37[data-status=CONFIRMED],._statusBadge_kd36l_37[data-status=PROCESSING],._statusBadge_kd36l_37[data-status=SHIPPED]{background:var(--accent-100, #e0e7ff);color:var(--accent-700, #3730a3)}._statusBadge_kd36l_37[data-status=DELIVERED]{background:var(--success-100, #dcfce7);color:var(--success-700, #15803d)}._statusBadge_kd36l_37[data-status=CANCELLED]{background:var(--error-100, #fee2e2);color:var(--error-700, #b91c1c)}._guestLabel_kd36l_75{font-style:italic;color:var(--text-secondary, #666);font-size:.875rem;line-height:1.5}._shippingAddress_kd36l_82{display:flex;flex-direction:column;gap:.25rem;margin:0;font-size:.875rem;line-height:1.5;color:var(--text-primary, #111);font-style:normal}._itemsList_kd36l_93{list-style:none;padding:0;margin:0}._itemsList_kd36l_93 li{display:flex;justify-content:space-between;align-items:center;padding:.5rem 0;border-bottom:1px solid var(--border-primary, #eee);font-size:.875rem;line-height:1.5;gap:.5rem}._itemsList_kd36l_93 li span:first-child{flex:1}._totals_kd36l_112{display:flex;justify-content:space-between;font-size:.875rem;line-height:1.5;padding:.25rem 0;color:var(--text-secondary, #666)}._totalsTotal_kd36l_121{display:flex;justify-content:space-between;font-size:1.125rem;font-weight:700;line-height:1.25;margin-top:.5rem;padding-top:.5rem;border-top:1px solid var(--border-primary, #eee);color:var(--text-primary, #111)}._page_6q5eq_3{padding:1rem 0 2rem;min-height:50vh;box-sizing:border-box}@media(min-width:640px){._page_6q5eq_3{padding:1.5rem 0 2rem}}@media(min-width:1024px){._page_6q5eq_3{padding:1.5rem 0 3rem}}._container_6q5eq_19{max-width:1440px;margin:0 auto;padding:0 1rem;box-sizing:border-box}@media(min-width:768px){._container_6q5eq_19{padding:0 1.5rem}}._breadcrumb_6q5eq_31{display:flex;flex-wrap:wrap;align-items:center;gap:.25rem .5rem;margin-bottom:1rem;font-size:.75rem;line-height:1.5;color:var(--text-secondary, #666)}@media(min-width:768px){._breadcrumb_6q5eq_31{font-size:.875rem}}._breadcrumb_6q5eq_31 a{color:var(--color-primary-600, #2563eb);text-decoration:none}._breadcrumb_6q5eq_31 a:hover{text-decoration:underline}._pageHeader_6q5eq_54{margin-bottom:1rem;padding:0;display:flex;flex-direction:column;gap:.25rem;align-items:stretch;width:100%}@media(min-width:768px){._pageHeader_6q5eq_54{margin-bottom:1.5rem;gap:.5rem}}._pageHeader_6q5eq_54 h1{font-size:1.25rem;font-weight:700;margin:0;color:var(--text-primary, #111);letter-spacing:-.02em;line-height:1.25}@media(min-width:768px){._pageHeader_6q5eq_54 h1{font-size:1.5rem}}._pageHeader_6q5eq_54 p{margin:0;font-size:.875rem;line-height:1.5;color:var(--text-secondary, #666)}._searchRow_6q5eq_89{margin-bottom:1rem}._searchInput_6q5eq_93{width:100%;max-width:none;padding:.5rem 1rem;font-size:.875rem;line-height:1.5;border:1px solid var(--border-primary, #e5e7eb);border-radius:.5rem;background:var(--bg-elevated, #fff)}._searchInput_6q5eq_93::placeholder{color:var(--text-tertiary, #9ca3af)}._searchInput_6q5eq_93:focus{outline:none;border-color:var(--color-primary-500, #3b82f6)}._viewDetailsBtn_6q5eq_111{margin-top:.5rem;padding:.25rem .5rem;font-size:.75rem;font-weight:600;color:var(--color-primary-600, #2563eb);background:transparent;border:none;cursor:pointer}._viewDetailsBtn_6q5eq_111:hover{text-decoration:underline}._tabs_6q5eq_125{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:1rem;padding-bottom:1rem;border-bottom:1px solid var(--border-primary, #e5e7eb)}._tab_6q5eq_125,._tabActive_6q5eq_134{padding:.5rem 1rem;font-size:.875rem;font-weight:500;line-height:1.5;color:var(--text-secondary, #666);background:transparent;border:1px solid transparent;border-radius:.5rem;cursor:pointer;transition:color .15s cubic-bezier(.4,0,.2,1),background .15s cubic-bezier(.4,0,.2,1)}._tab_6q5eq_125:hover,._tabActive_6q5eq_134:hover{color:var(--text-primary, #111);background:var(--bg-secondary, #f3f4f6)}._tabActive_6q5eq_134{color:var(--color-primary-600, #2563eb);background:var(--color-primary-50, #eff6ff)}._tabActive_6q5eq_134:hover{color:var(--color-primary-700, #1d4ed8);background:var(--color-primary-100, #dbeafe)}._badge_6q5eq_160{display:inline-block;min-width:1.25rem;padding:.25rem .5rem;margin-left:.25rem;font-size:.75rem;font-weight:600;line-height:1;color:#fff;background:var(--error-500, #ef4444);border-radius:9999px}._guestOrdersNote_6q5eq_173{font-size:.875rem;line-height:1.5;color:var(--text-secondary, #666);margin:0 0 1rem;padding:.5rem 1rem;background:var(--bg-secondary, #f3f4f6);border-radius:.5rem}._loading_6q5eq_183{padding:2rem;text-align:center;font-size:.875rem;color:var(--text-secondary, #666)}._emptyState_6q5eq_190{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:0;padding:1.5rem 1rem;text-align:center}._emptyIllustration_6q5eq_200{width:120px;height:120px;margin-bottom:1rem;color:var(--text-tertiary, #9ca3af)}._emptyTitle_6q5eq_207{font-size:1.25rem;font-weight:600;margin:0 0 .5rem;color:var(--text-primary, #111);line-height:1.25}._emptyText_6q5eq_215{margin:0 0 1rem;font-size:.875rem;line-height:1.5;color:var(--text-secondary, #666);max-width:min(100%,22rem)}._emptyActions_6q5eq_223{display:flex;flex-wrap:wrap;gap:.5rem;justify-content:center}._primaryBtn_6q5eq_230{display:inline-block;padding:.5rem 1rem;font-size:.875rem;font-weight:600;line-height:1.5;color:#fff;background:var(--color-primary-500, #3b82f6);border:none;border-radius:.5rem;text-decoration:none;cursor:pointer}._primaryBtn_6q5eq_230:hover{background:var(--color-primary-600, #2563eb)}._secondaryBtn_6q5eq_247{display:inline-block;padding:.5rem 1rem;font-size:.875rem;font-weight:600;line-height:1.5;color:var(--text-primary, #111);background:var(--bg-secondary, #f3f4f6);border:1px solid var(--border-primary, #e5e7eb);border-radius:.5rem;text-decoration:none;cursor:pointer}._secondaryBtn_6q5eq_247:hover{background:var(--bg-elevated, #e5e7eb)}._ordersList_6q5eq_264{display:flex;flex-direction:column;gap:1rem}._orderCard_6q5eq_270{padding:1rem;background:var(--bg-elevated, #fff);border:1px solid var(--border-primary, #e5e7eb);border-radius:.75rem;transition:box-shadow .15s cubic-bezier(.4,0,.2,1),border-color .15s cubic-bezier(.4,0,.2,1)}._orderCard_6q5eq_270:hover{border-color:var(--color-primary-200, #bfdbfe);box-shadow:0 4px 6px -1px #0000001a}._orderHeader_6q5eq_282{display:flex;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:.5rem;margin-bottom:.25rem}._orderNumber_6q5eq_291{font-weight:600;font-size:1rem;line-height:1.25;color:var(--text-primary, #111)}._orderDate_6q5eq_298{font-size:.75rem;line-height:1.5;color:var(--text-secondary, #666)}._orderStore_6q5eq_304{margin:0 0 .5rem;font-size:.875rem;line-height:1.5;color:var(--text-secondary, #666)}._orderMeta_6q5eq_311{display:flex;flex-wrap:wrap;align-items:center;gap:.5rem;margin-bottom:.5rem}._statusBadge_6q5eq_319{display:inline-block;padding:.25rem .5rem;border-radius:.375rem;font-size:.75rem;font-weight:600;line-height:1.5;text-transform:uppercase}._statusBadge_6q5eq_319[data-payment=FAILED]{background:var(--error-100, #fee2e2);color:var(--error-700, #b91c1c)}._statusBadge_6q5eq_319[data-payment=PENDING]{background:var(--warning-100, #fef3c7);color:var(--warning-700, #b45309)}._statusBadge_6q5eq_319[data-payment=COMPLETED][data-status=DELIVERED]{background:var(--success-100, #dcfce7);color:var(--success-700, #15803d)}._statusBadge_6q5eq_319[data-payment=COMPLETED][data-status=CONFIRMED],._statusBadge_6q5eq_319[data-payment=COMPLETED][data-status=PROCESSING],._statusBadge_6q5eq_319[data-payment=COMPLETED][data-status=SHIPPED]{background:var(--accent-100, #e0e7ff);color:var(--accent-700, #3730a3)}._statusBadge_6q5eq_319[data-payment=COMPLETED]:not([data-status=DELIVERED]):not([data-status=CONFIRMED]):not([data-status=PROCESSING]):not([data-status=SHIPPED]){background:var(--success-100, #dcfce7);color:var(--success-700, #15803d)}._orderTotal_6q5eq_349{font-weight:700;font-size:1rem;line-height:1.25;color:var(--color-primary-600, #ea580c)}._orderItems_6q5eq_356{list-style:none;padding:0;margin:0 0 .5rem;font-size:.875rem;line-height:1.5;color:var(--text-secondary, #666)}._orderItems_6q5eq_356 li{padding:.25rem 0}._orderActions_6q5eq_368{display:flex;flex-wrap:wrap;gap:.5rem;margin-top:.5rem;padding-top:.5rem;border-top:1px solid var(--border-primary, #e5e7eb)}._repayBtn_6q5eq_377{padding:.5rem 1rem;font-size:.875rem;font-weight:600;line-height:1.5;color:#fff;background:var(--color-primary-500, #3b82f6);border:none;border-radius:.5rem;cursor:pointer}._repayBtn_6q5eq_377:hover:not(:disabled){background:var(--color-primary-600, #2563eb)}._repayBtn_6q5eq_377:disabled{opacity:.7;cursor:not-allowed}._cancelBtn_6q5eq_396{padding:.5rem 1rem;font-size:.875rem;font-weight:600;line-height:1.5;color:var(--text-secondary, #666);background:var(--bg-secondary, #f3f4f6);border:1px solid var(--border-primary, #e5e7eb);border-radius:.5rem;cursor:pointer}._cancelBtn_6q5eq_396:hover:not(:disabled){background:var(--bg-elevated, #e5e7eb);color:var(--text-primary, #111)}._cancelBtn_6q5eq_396:disabled{opacity:.7;cursor:not-allowed}:root{font-family:system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;color:#ffffffde;background-color:#242424;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;--bg-primary: #fafaf9;--bg-secondary: #f5f5f4;--bg-elevated: #ffffff;--bg-overlay: rgba(0, 0, 0, .5);--text-primary: #1c1917;--text-secondary: #57534e;--text-muted: #a8a29e;--border-primary: #e7e5e4;--border-focus: var(--color-primary-500);--color-primary-50: #fff7ed;--color-primary-100: #ffedd5;--color-primary-200: #fed7aa;--color-primary-300: #fdba74;--color-primary-400: #fb923c;--color-primary-500: #f97316;--color-primary-600: #ea580c;--color-primary-700: #c2410c;--color-primary-800: #9a3412;--color-primary-900: #7c2d12;--color-secondary-50: #fefce8;--color-secondary-500: #eab308;--shadow-md: 0 4px 6px -1px rgba(0, 0, 0, .1);--shadow-lg: 0 10px 15px -3px rgba(0, 0, 0, .1)}a{font-weight:500;color:#646cff;text-decoration:inherit}a:hover{color:#535bf2}html,body{overflow-x:hidden;max-width:100vw}body{margin:0;min-width:320px;min-height:100vh}#root{overflow-x:hidden;max-width:100%}.store-layout{min-height:100vh;display:flex;flex-direction:column}.store-nav{display:flex;align-items:center;justify-content:space-between;padding:.75rem 1.5rem;border-bottom:1px solid #333}.store-nav a{margin-left:1rem}.store-nav-brand{display:flex;align-items:center;gap:.5rem;margin-left:0}.store-main{flex:1;padding:1.5rem}.store-loading,.store-error{padding:2rem;text-align:center}.product-list{list-style:none;padding:0}.product-list li{display:flex;align-items:center;gap:1rem;margin-bottom:.5rem}.store-login form{display:flex;flex-direction:column;gap:.75rem;max-width:20rem}.store-login .error{color:#f66}h1{font-size:3.2em;line-height:1.1}button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:#1a1a1a;cursor:pointer;transition:border-color .25s}button:hover{border-color:#646cff}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}@media(prefers-color-scheme:light){:root{color:#213547;background-color:#fff}a:hover{color:#747bff}button{background-color:#f9f9f9}}
