@charset "UTF-8";._overlay_e2ldn_1{position:fixed;inset:0;background:var(--bg-overlay, rgba(0, 0, 0, .5));z-index:1040;animation:_fadeIn_e2ldn_1 .2s ease}@keyframes _fadeIn_e2ldn_1{0%{opacity:0}to{opacity:1}}._drawer_e2ldn_17{position:fixed;background:var(--bg-elevated);box-shadow:0 25px 50px -12px #00000040;display:flex;flex-direction:column;z-index:1050;box-sizing:border-box;max-width:100vw;max-height:100dvh}._drawer--right_e2ldn_28{top:0;right:0;bottom:0;animation:_slideInRight_e2ldn_1 .2s ease}._drawer--right_e2ldn_28._drawer--sm_e2ldn_34{width:min(300px,100vw)}._drawer--right_e2ldn_28._drawer--md_e2ldn_37{width:min(400px,100vw)}._drawer--right_e2ldn_28._drawer--lg_e2ldn_40{width:min(600px,100vw)}._drawer--right_e2ldn_28._drawer--xl_e2ldn_43{width:min(800px,100vw)}._drawer--left_e2ldn_46{top:0;left:0;bottom:0;animation:_slideInLeft_e2ldn_1 .2s ease}._drawer--left_e2ldn_46._drawer--sm_e2ldn_34{width:min(300px,100vw)}._drawer--left_e2ldn_46._drawer--md_e2ldn_37{width:min(400px,100vw)}._drawer--left_e2ldn_46._drawer--lg_e2ldn_40{width:min(600px,100vw)}._drawer--left_e2ldn_46._drawer--xl_e2ldn_43{width:min(800px,100vw)}@media(max-width:640px){._drawer--right_e2ldn_28._drawer--sm_e2ldn_34,._drawer--right_e2ldn_28._drawer--md_e2ldn_37,._drawer--right_e2ldn_28._drawer--lg_e2ldn_40,._drawer--right_e2ldn_28._drawer--xl_e2ldn_43,._drawer--left_e2ldn_46._drawer--sm_e2ldn_34,._drawer--left_e2ldn_46._drawer--md_e2ldn_37,._drawer--left_e2ldn_46._drawer--lg_e2ldn_40,._drawer--left_e2ldn_46._drawer--xl_e2ldn_43{width:100%;max-width:100vw}}@keyframes _slideInRight_e2ldn_1{0%{transform:translate(100%)}to{transform:translate(0)}}@keyframes _slideInLeft_e2ldn_1{0%{transform:translate(-100%)}to{transform:translate(0)}}._header_e2ldn_90{display:flex;align-items:center;justify-content:space-between;padding:1.5rem 2rem;border-bottom:1px solid var(--border-primary)}._title_e2ldn_98{font-size:1.25rem;font-weight:600;color:var(--text-primary)}._closeButton_e2ldn_104{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_e2ldn_104:hover{background:var(--bg-secondary);color:var(--text-primary)}._body_e2ldn_122{flex:1;min-height:0;padding:2rem;overflow-y:auto;-webkit-overflow-scrolling:touch}._footer_e2ldn_130{display:flex;align-items:stretch;justify-content:stretch;gap:1rem;padding:1.5rem 2rem;border-top:1px solid var(--border-primary)}._footer_e2ldn_130>*{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_1437a_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_1437a_1 ._Container_1437a_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_1437a_1 ._Container_1437a_14{padding:0 1.5rem}}._Navbar_1437a_1 ._LogoGroup_1437a_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_1437a_1 ._LogoGroup_1437a_30{gap:1rem;flex:none}}._Navbar_1437a_1 ._LogoGroup_1437a_30:hover{transform:scale(1.02)}._Navbar_1437a_1 ._LogoGroup_1437a_30 ._Logo_1437a_30{height:48px;width:48px;min-width:48px;border-radius:.75rem;object-fit:cover;font-size:1rem;font-weight:700}._Navbar_1437a_1 ._LogoGroup_1437a_30 ._BusinessName_1437a_59{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_1437a_1 ._LogoGroup_1437a_30 ._BusinessName_1437a_59{font-size:1.5rem}}._Navbar_1437a_1 ._NavLinks_1437a_73{display:flex;gap:.5rem;list-style:none;margin:0;align-items:center}._Navbar_1437a_1 ._NavLinks_1437a_73 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_1437a_1 ._NavLinks_1437a_73 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_1437a_1 ._NavLinks_1437a_73 li:hover{color:var(--color-primary-500);background-color:var(--color-primary-50)}._Navbar_1437a_1 ._NavLinks_1437a_73 li:hover:after{transform:translate(-50%) scaleX(1)}._Navbar_1437a_1 ._NavLinks_1437a_73 ._CartLink_1437a_108{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_1437a_1 ._NavLinks_1437a_73 ._CartLink_1437a_108:after{display:none}._Navbar_1437a_1 ._NavLinks_1437a_73 ._CartLink_1437a_108:hover{background:linear-gradient(135deg,var(--color-primary-600),var(--color-primary-700));transform:translateY(.25rem);box-shadow:none;color:#fff}._Navbar_1437a_1 ._NavLink_1437a_73{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_1437a_1 ._NavLink_1437a_73:hover{color:var(--color-primary-600);background:var(--color-primary-50)}._Navbar_1437a_1 ._Actions_1437a_140{display:flex;align-items:center;gap:.5rem;flex-shrink:0}._Navbar_1437a_1 ._CurrencyControl_1437a_146{display:inline-flex;align-items:center;gap:.25rem;margin-right:.25rem}._Navbar_1437a_1 ._CurrencyLabel_1437a_152{display:none}@media(min-width:768px){._Navbar_1437a_1 ._CurrencyLabel_1437a_152{display:inline;font-size:.75rem;color:var(--text-tertiary);font-weight:500}}._Navbar_1437a_1 ._CurrencySelect_1437a_163{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_1437a_1 ._NavbarIconMdUp_1437a_176{display:none!important}}._Navbar_1437a_1 ._IconButton_1437a_180{background:none;border:none;padding:0;margin:0;font:inherit;color:inherit;cursor:pointer}._Navbar_1437a_1 ._IconButton_1437a_180:focus{outline:none}._Navbar_1437a_1 ._IconButton_1437a_180:focus-visible{outline:2px solid var(--border-focus);outline-offset:2px}._Navbar_1437a_1 ._IconButton_1437a_180{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_1437a_1 ._IconButton_1437a_180:hover{background:var(--color-primary-50);color:var(--color-primary-600);transform:translateY(-1px)}._Navbar_1437a_1 ._CartButton_1437a_212{background:none;border:none;padding:0;margin:0;font:inherit;color:inherit;cursor:pointer}._Navbar_1437a_1 ._CartButton_1437a_212:focus{outline:none}._Navbar_1437a_1 ._CartButton_1437a_212:focus-visible{outline:2px solid var(--border-focus);outline-offset:2px}._Navbar_1437a_1 ._CartButton_1437a_212{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_1437a_1 ._CartButton_1437a_212:hover{background:var(--color-primary-50);color:var(--color-primary-600);transform:translateY(-1px)}._Navbar_1437a_1 ._ViewCartBtn_1437a_247{background:none;border:none;padding:0;margin:0;font:inherit;color:inherit;cursor:pointer}._Navbar_1437a_1 ._ViewCartBtn_1437a_247:focus{outline:none}._Navbar_1437a_1 ._ViewCartBtn_1437a_247{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_1437a_1 ._ViewCartBtn_1437a_247:hover{background:linear-gradient(135deg,var(--color-primary-600),var(--color-primary-700));color:#fff!important;transform:translateY(-1px)}._Navbar_1437a_1 ._CartBadge_1437a_276{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_1437a_1 ._DesktopNav_1437a_294{display:none;gap:1rem;align-items:center}@media(min-width:768px){._Navbar_1437a_1 ._DesktopNav_1437a_294{display:flex}}._Navbar_1437a_1 ._MenuToggle_1437a_304{background:none;border:none;padding:0;margin:0;font:inherit;color:inherit;cursor:pointer}._Navbar_1437a_1 ._MenuToggle_1437a_304:focus{outline:none}._Navbar_1437a_1 ._MenuToggle_1437a_304{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_1437a_1 ._MenuToggle_1437a_304{display:none}}._Navbar_1437a_1 ._MobileMenu_1437a_331{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_1437a_1 ._MobileMenu_1437a_331{display:none}}._Navbar_1437a_1 ._MobileMenu_1437a_331 ._MobileNavLink_1437a_349{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_1437a_1 ._MobileMenu_1437a_331 ._MobileNavLink_1437a_349:hover{background:var(--color-primary-50);color:var(--color-primary-600)}._Navbar_1437a_1 ._ViewCartBtn_1437a_247{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_1437a_1 ._ViewCartBtn_1437a_247:hover{background:linear-gradient(135deg,var(--color-primary-600),var(--color-primary-700));box-shadow:0 4px 12px #00000026;transform:translateY(-1px)}._ViewCartBtn_1437a_247{background:none;border:none;padding:0;margin:0;font:inherit;color:inherit;cursor:pointer}._ViewCartBtn_1437a_247:focus{outline:none}._ViewCartBtn_1437a_247{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_1437a_247: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_1437a_247:active{transform:translateY(0)}._Footer_oj2v1_1{background:var(--bg-elevated);border-top:1px solid var(--border-primary);margin-top:6rem}._Footer_oj2v1_1 ._Container_oj2v1_6{max-width:1440px;margin:0 auto;padding:4rem 1.5rem}._Footer_oj2v1_1 ._Content_oj2v1_11{display:grid;grid-template-columns:1fr;gap:3rem;margin-bottom:4rem}@media(min-width:640px){._Footer_oj2v1_1 ._Content_oj2v1_11{grid-template-columns:repeat(2,1fr)}}@media(min-width:768px){._Footer_oj2v1_1 ._Content_oj2v1_11{grid-template-columns:repeat(3,1fr)}}@media(min-width:1024px){._Footer_oj2v1_1 ._Content_oj2v1_11{grid-template-columns:2fr 1fr 1fr 1fr}}._Footer_oj2v1_1 ._NewsletterForm_oj2v1_32{display:flex;flex-direction:column;gap:.5rem}@media(min-width:640px){._Footer_oj2v1_1 ._NewsletterForm_oj2v1_32{flex-direction:row;align-items:center}}._Footer_oj2v1_1 ._NewsletterInput_oj2v1_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_oj2v1_1 ._NewsletterBtn_oj2v1_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_oj2v1_1 ._NewsletterBtn_oj2v1_53:hover{background:var(--color-primary-700);transform:translateY(-1px)}._Footer_oj2v1_1 ._Section_oj2v1_68 h4{font-size:1rem;font-weight:600;color:var(--text-primary);margin-bottom:1rem;text-transform:uppercase;letter-spacing:.5px}._Footer_oj2v1_1 ._BrandInfo_oj2v1_76 ._Logo_oj2v1_76{width:4rem;height:4rem;border-radius:.75rem;object-fit:cover;margin-bottom:1rem;font-size:1rem;font-weight:700}._Footer_oj2v1_1 ._BrandInfo_oj2v1_76 h3{font-size:1.25rem;font-weight:700;color:var(--text-primary);margin-bottom:.5rem}._Footer_oj2v1_1 ._BrandInfo_oj2v1_76 ._Description_oj2v1_91{color:var(--text-secondary);font-size:.875rem;line-height:1.6}._Footer_oj2v1_1 ._ContactInfo_oj2v1_96{display:flex;flex-direction:column;gap:.5rem}._Footer_oj2v1_1 ._ContactLink_oj2v1_101{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_oj2v1_1 ._ContactLink_oj2v1_101:hover{color:var(--color-primary-500)}._Footer_oj2v1_1 ._LinkList_oj2v1_113{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.5rem}._Footer_oj2v1_1 ._LinkList_oj2v1_113 a{color:var(--text-secondary);font-size:.875rem;text-decoration:none;transition:all .15s cubic-bezier(.4,0,.2,1);display:inline-block}._Footer_oj2v1_1 ._LinkList_oj2v1_113 a:hover{color:var(--color-primary-500);transform:translate(.25rem)}._Footer_oj2v1_1 ._SocialLinks_oj2v1_132{display:flex;gap:.5rem;margin-bottom:1.5rem}._Footer_oj2v1_1 ._SocialIcon_oj2v1_137{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_oj2v1_1 ._SocialIcon_oj2v1_137:hover{background:var(--color-primary-500);color:#fff;transform:translateY(.25rem)}._Footer_oj2v1_1 ._SocialIcon_oj2v1_137 svg{width:1.25rem;height:1.25rem}._Footer_oj2v1_1 ._PaymentMethods_oj2v1_158{margin-top:1.5rem}._Footer_oj2v1_1 ._PaymentMethods_oj2v1_158 ._PaymentLabel_oj2v1_161{font-size:.75rem;color:var(--text-muted);margin-bottom:.5rem;text-transform:uppercase;letter-spacing:.5px}._Footer_oj2v1_1 ._PaymentMethods_oj2v1_158 ._PaymentIcons_oj2v1_168{display:flex;flex-wrap:wrap;gap:.25rem}._Footer_oj2v1_1 ._PaymentMethods_oj2v1_158 ._PaymentIcon_oj2v1_168{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_oj2v1_1 ._BottomBar_oj2v1_182{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_oj2v1_1 ._BottomBar_oj2v1_182{flex-direction:row;justify-content:space-between;text-align:left}}._Footer_oj2v1_1 ._BottomBar_oj2v1_182 p{font-size:.875rem;color:var(--text-muted);margin:0}._Footer_oj2v1_1 ._BottomBar_oj2v1_182 ._PoweredBy_oj2v1_203{font-size:.875rem;color:var(--text-muted)}._Footer_oj2v1_1 ._BottomBar_oj2v1_182 ._PoweredBy_oj2v1_203 strong{color:var(--color-primary-600);font-weight:600}._Footer_oj2v1_1 ._BottomBar_oj2v1_182 ._PoweredBy_oj2v1_203 ._ProductBy_oj2v1_211{font-weight:400;color:var(--text-tertiary)}._Footer_oj2v1_1 ._BottomBar_oj2v1_182 ._LegalLinks_oj2v1_215{display:flex;align-items:center;gap:.5rem;flex-wrap:wrap;justify-content:center}._Footer_oj2v1_1 ._BottomBar_oj2v1_182 ._LegalLinks_oj2v1_215 a{font-size:.875rem;color:var(--text-muted);text-decoration:none;transition:color .15s cubic-bezier(.4,0,.2,1)}._Footer_oj2v1_1 ._BottomBar_oj2v1_182 ._LegalLinks_oj2v1_215 a:hover{color:var(--color-primary-500)}._Footer_oj2v1_1 ._BottomBar_oj2v1_182 ._LegalLinks_oj2v1_215 span{color:var(--text-muted)}._StoreLayout_wi9w1_1{min-height:100vh;display:flex;flex-direction:column;background-color:var(--bg-primary);overflow-x:hidden;max-width:100vw}._Main_wi9w1_10{flex:1;display:flex;flex-direction:column;width:100%;max-width:100%;margin:0 auto;overflow-x:hidden;box-sizing:border-box}._ErrorContainer_wi9w1_21{min-height:100vh;display:flex;align-items:center;justify-content:center;background:var(--bg-secondary, #f9fafb)}._ErrorContent_wi9w1_29{text-align:center;max-width:26rem;padding:2rem;background:var(--bg-primary, #ffffff);border-radius:.75rem;box-shadow:0 10px 15px -3px #0000001a}._ErrorContent_wi9w1_29 h1{font-size:1.5rem;font-weight:600;margin-bottom:.5rem;color:var(--text-primary, #111827)}._ErrorContent_wi9w1_29 p{font-size:.875rem;color:var(--text-muted, #6b7280)}._Container_wi9w1_48{width:100%;max-width:1440px;margin:0 auto;padding-left:1rem;padding-right:1rem;box-sizing:border-box}@media(min-width:768px){._Container_wi9w1_48{padding-left:1.5rem;padding-right:1.5rem}}._Section_wi9w1_63{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_1bfj3_4{padding:1rem 0 2rem;min-height:50vh;box-sizing:border-box}@media(min-width:640px){._page_1bfj3_4{padding:1.5rem 0 2rem}}@media(min-width:1024px){._page_1bfj3_4{padding:1.5rem 0 3rem}}._container_1bfj3_20{max-width:1440px;margin:0 auto;padding:0 1rem;box-sizing:border-box}@media(min-width:768px){._container_1bfj3_20{padding:0 1.5rem}}._breadcrumb_1bfj3_32{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_1bfj3_32{font-size:.875rem}}._breadcrumb_1bfj3_32 a{color:var(--color-primary-600, #2563eb);text-decoration:none}._breadcrumb_1bfj3_32 a:hover{text-decoration:underline}._pageHeader_1bfj3_55{margin-bottom:1rem;display:flex;flex-direction:column;gap:.25rem;width:100%}@media(min-width:768px){._pageHeader_1bfj3_55{margin-bottom:1.5rem;gap:.5rem}}._pageHeader_1bfj3_55 h1{margin:0;font-size:1.25rem;font-weight:700;letter-spacing:-.02em;line-height:1.25;color:var(--text-primary, #111)}@media(min-width:768px){._pageHeader_1bfj3_55 h1{font-size:1.5rem}}._pageHeader_1bfj3_55 p{margin:0;max-width:40rem;font-size:.875rem;line-height:1.5;color:var(--text-secondary, #666)}._aboutImageWrap_1bfj3_90{margin-bottom:1.5rem;border-radius:.75rem;overflow:hidden;max-width:48rem}._aboutImage_1bfj3_90{width:100%;height:auto;display:block;object-fit:cover;max-height:20rem}._aboutContent_1bfj3_105{max-width:48rem;line-height:1.75;color:var(--text-primary, #111)}._aboutContent_1bfj3_105 *{max-width:100%}._aboutContent_1bfj3_105 h1,._aboutContent_1bfj3_105 h2,._aboutContent_1bfj3_105 h3{margin:1.5rem 0 .5rem;font-weight:600;color:var(--text-primary, #111)}._aboutContent_1bfj3_105 p{margin:0 0 1rem;color:var(--text-secondary, #4b5563)}._aboutContent_1bfj3_105 blockquote{margin:1rem 0;padding:1rem 1.5rem;border-left:4px solid var(--color-primary-500, #3b82f6);background:var(--bg-secondary, #f9fafb);font-style:italic;color:var(--text-secondary, #666)}._aboutContent_1bfj3_105 a{color:var(--color-primary-600, #2563eb);text-decoration:none}._aboutContent_1bfj3_105 a:hover{text-decoration:underline}._channels_1bfj3_141{display:grid;gap:1rem;max-width:48rem}@media(min-width:768px){._channels_1bfj3_141{grid-template-columns:repeat(2,minmax(0,1fr))}}._channel_1bfj3_141{padding:1.5rem;border:1px solid var(--border-primary, #e7e5e4);border-radius:.75rem;background:var(--bg-elevated, #fff);box-shadow:0 1px 2px #0000000a}._channelIcon_1bfj3_160{display:inline-flex;align-items:center;justify-content:center;width:2.5rem;height:2.5rem;margin-bottom:.5rem;border-radius:.5rem;background:color-mix(in srgb,var(--color-primary-500, #f97316) 12%,transparent);color:var(--color-primary-600, #ea580c)}._channelTitle_1bfj3_172{margin:0 0 .25rem;font-size:1rem;font-weight:600;color:var(--text-primary, #111)}._channelLink_1bfj3_179{display:inline-block;font-size:.875rem;color:var(--color-primary-600, #2563eb);text-decoration:none;word-break:break-word}._channelLink_1bfj3_179:hover{text-decoration:underline}._empty_1bfj3_190{margin:0;max-width:48rem;padding:1.5rem;border-radius:.75rem;background:var(--bg-secondary, #f5f5f4);color:var(--text-secondary, #57534e)}._panel_1ja2m_1{margin-top:1.5rem;padding:1rem;text-align:left;background:var(--bg-secondary, #f8fafc);border:1px solid var(--border-primary, #e5e7eb);border-radius:.75rem}@media(min-width:768px){._panel_1ja2m_1{padding:1.5rem}}._title_1ja2m_15{margin:0 0 .25rem;font-size:1rem;font-weight:600;color:var(--text-primary, #111827)}._intro_1ja2m_22{margin:0 0 1rem;font-size:.875rem;line-height:1.5;color:var(--text-secondary, #6b7280)}._details_1ja2m_29{margin:0;display:flex;flex-direction:column;gap:.5rem}._row_1ja2m_36{display:grid;grid-template-columns:minmax(4.5rem,5.5rem) minmax(0,1fr);gap:.5rem;align-items:start;font-size:.875rem}._row_1ja2m_36 dt{margin:0;font-weight:500;color:var(--text-tertiary, #9ca3af)}._row_1ja2m_36 dd{margin:0;color:var(--text-primary, #111827);word-break:break-word}._link_1ja2m_56{color:var(--color-primary-600, #2563eb);text-decoration:none}._link_1ja2m_56:hover{text-decoration:underline}._wrapper_1tsr4_1{display:flex;flex-direction:column;gap:.25rem}._wrapper--full_1tsr4_6{width:100%}._label_1tsr4_10{font-size:.875rem;font-weight:500;color:var(--text-primary)}._field_1tsr4_16{display:flex;align-items:stretch;width:100%;background:var(--bg-primary);border:1px solid var(--border-primary);border-radius:.5rem;transition:all .2s cubic-bezier(.4,0,.2,1);overflow:hidden}._field_1tsr4_16:hover:not(._field--disabled_1tsr4_26){border-color:var(--border-secondary)}._field_1tsr4_16:focus-within{border-color:#f97316;box-shadow:0 0 0 3px #f973161a}._field--error_1tsr4_33{border-color:#ef4444}._field--error_1tsr4_33:focus-within{box-shadow:0 0 0 3px #ef44441a}._field--disabled_1tsr4_26{opacity:.6;cursor:not-allowed;background:var(--bg-secondary)}._prefix_1tsr4_45{display:flex;align-items:center;padding:.5rem 1rem;font-size:1rem;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-weight:500;color:var(--text-secondary);background:var(--bg-secondary);border-right:1px solid var(--border-primary);white-space:nowrap;-webkit-user-select:none;user-select:none}._input_1tsr4_59{flex:1;min-width:0;padding:.5rem 1rem;font-size:1rem;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;color:var(--text-primary);background:transparent;border:none}._input_1tsr4_59::placeholder{color:var(--text-tertiary)}._input_1tsr4_59:focus{outline:none}._input_1tsr4_59:disabled{cursor:not-allowed}._error_1tsr4_79{font-size:.875rem;color:#ef4444}._helperText_1tsr4_84{font-size:.875rem;color:var(--text-tertiary)}._wrapper_18r0f_1{display:flex;flex-direction:column;gap:.25rem}._wrapper--full_18r0f_6{width:100%}._label_18r0f_10{font-size:.875rem;font-weight:500;color:var(--text-primary)}._field_18r0f_16{display:flex;align-items:stretch;width:100%;background:var(--bg-primary);border:1px solid var(--border-primary);border-radius:.5rem;transition:all .2s cubic-bezier(.4,0,.2,1);overflow:hidden}._field_18r0f_16:hover:not(._field--disabled_18r0f_26){border-color:var(--border-secondary)}._field_18r0f_16:focus-within{border-color:#f97316;box-shadow:0 0 0 3px #f973161a}._field--error_18r0f_33{border-color:#ef4444}._field--error_18r0f_33:focus-within{box-shadow:0 0 0 3px #ef44441a}._field--disabled_18r0f_26{opacity:.6;cursor:not-allowed;background:var(--bg-secondary)}._input_18r0f_45{flex:1;min-width:0;padding:.5rem 1rem;font-size:1rem;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;color:var(--text-primary);background:transparent;border:none}._input_18r0f_45::placeholder{color:var(--text-tertiary)}._input_18r0f_45:focus{outline:none}._input_18r0f_45:disabled{cursor:not-allowed}._toggle_18r0f_65{display:flex;align-items:center;justify-content:center;flex-shrink:0;width:2.75rem;padding:0;border:none;border-left:1px solid var(--border-primary);background:var(--bg-secondary);color:var(--text-secondary);cursor:pointer;transition:color .15s cubic-bezier(.4,0,.2,1),background .15s cubic-bezier(.4,0,.2,1)}._toggle_18r0f_65:hover:not(:disabled){color:var(--text-primary);background:var(--bg-elevated, var(--bg-secondary))}._toggle_18r0f_65:disabled{cursor:not-allowed}._toggle_18r0f_65 svg{width:1.125rem;height:1.125rem}._error_18r0f_91{font-size:.875rem;color:#ef4444}._helperText_18r0f_96{font-size:.875rem;color:var(--text-tertiary);line-height:1.5}._wrapper_1uz20_1{display:flex;flex-direction:column;gap:.25rem}._wrapper--full_1uz20_6{width:100%}._label_1uz20_10{font-size:.875rem;font-weight:500;color:var(--text-primary)}._required_1uz20_16{color:#ef4444}._select_1uz20_20{width:100%;padding:.5rem 2.5rem .5rem 1rem;font-size:1rem;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;color:var(--text-primary);background:var(--bg-primary);border:1px solid var(--border-primary);border-radius:.5rem;transition:all .2s cubic-bezier(.4,0,.2,1);appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%236b7280' d='M6 8L1 3h10z'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 1rem center}._select_1uz20_20:hover:not(:disabled){border-color:var(--border-secondary)}._select_1uz20_20:focus{outline:none;border-color:#f97316;box-shadow:0 0 0 3px #f973161a}._select--error_1uz20_44{border-color:#ef4444}._select--disabled_1uz20_47,._select_1uz20_20:disabled{opacity:.6;cursor:not-allowed;background-color:var(--bg-secondary)}._error_1uz20_53{font-size:.875rem;color:#ef4444}._page_noh0h_3{padding:1rem 0 2rem;min-height:50vh;box-sizing:border-box}@media(min-width:640px){._page_noh0h_3{padding:1.5rem 0 2rem}}@media(min-width:1024px){._page_noh0h_3{padding:1.5rem 0 3rem}}._page_noh0h_3._authPage_noh0h_19{flex:1;display:flex;flex-direction:column;justify-content:center;min-height:0;padding:1.5rem 0}._page_noh0h_3._authPage_noh0h_19 ._container_noh0h_27{display:flex;justify-content:center;align-items:center;width:100%}._authShell_noh0h_34{width:100%;max-width:min(100%,42rem);margin:0 auto}._authShellNarrow_noh0h_40{max-width:min(100%,28rem)}._authHeader_noh0h_44{margin-bottom:1.5rem;text-align:center}._authHeader_noh0h_44 h1{font-size:1.25rem;font-weight:700;margin:0 0 .25rem;letter-spacing:-.02em;color:var(--text-primary, #111)}._authHeader_noh0h_44 p{margin:0;font-size:.875rem;line-height:1.5;color:var(--text-secondary, #666)}._container_noh0h_27{max-width:1440px;margin:0 auto;padding:0 1rem;box-sizing:border-box}@media(min-width:768px){._container_noh0h_27{padding:0 1.5rem}}._breadcrumb_noh0h_74{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_noh0h_74{font-size:.875rem}}._breadcrumb_noh0h_74 a{color:var(--color-primary-600, #2563eb);text-decoration:none}._breadcrumb_noh0h_74 a:hover{text-decoration:underline}._pageHeader_noh0h_97{margin-bottom:1rem;padding:0;display:flex;flex-direction:column;gap:.25rem;align-items:stretch;width:100%}@media(min-width:768px){._pageHeader_noh0h_97{margin-bottom:1.5rem;gap:.5rem}}._pageHeader_noh0h_97 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_noh0h_97 h1{font-size:1.5rem}}@media(max-width:480px){._pageHeader_noh0h_97 h1{font-size:1.125rem;line-height:1.5}}._pageHeader_noh0h_97 p{margin:0;font-size:.875rem;line-height:1.5;color:var(--text-secondary, #666)}._pageHeaderTitleRow_noh0h_138{display:flex;justify-content:space-between;align-items:baseline;gap:1rem;flex-wrap:nowrap;width:100%;min-width:0}._pageHeaderTitleRow_noh0h_138 h1{min-width:0;flex:1}._pageHeaderCount_noh0h_152{font-size:.875rem;font-weight:600;color:var(--text-secondary, #6b7280);white-space:nowrap;flex-shrink:0;margin-left:auto;text-align:right}._pageHeaderTools_noh0h_162{display:flex;flex-direction:column;gap:.5rem;width:100%}@media(min-width:768px){._pageHeaderTools_noh0h_162{flex-direction:row;justify-content:space-between;align-items:center;gap:1rem}}._pageHeaderTools_noh0h_162 ._specialOffersLink_noh0h_176{margin:0}._productsFilterInline_noh0h_180{width:100%;min-width:0}@media(min-width:768px){._productsFilterInline_noh0h_180{width:auto;min-width:min(280px,36vw);flex-shrink:0}}._searchInputInline_noh0h_192{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_noh0h_192::placeholder{color:var(--text-tertiary, #9ca3af)}._searchInputInline_noh0h_192:focus{outline:none;border-color:var(--color-primary-400, #60a5fa);box-shadow:0 0 0 3px #3b82f626}._visuallyHidden_noh0h_211{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}._specialOffersLink_noh0h_176{margin:0;font-size:.875rem}._specialOffersLink_noh0h_176 a{color:var(--color-primary-600, #2563eb);font-weight:500;text-decoration:none}._specialOffersLink_noh0h_176 a:hover{text-decoration:underline}._productGrid_noh0h_236{display:grid;gap:.5rem;grid-template-columns:repeat(2,minmax(0,1fr))}@media(min-width:768px){._productGrid_noh0h_236{gap:1rem;grid-template-columns:repeat(auto-fill,minmax(200px,1fr))}}@media(min-width:1200px){._productGrid_noh0h_236{grid-template-columns:repeat(auto-fill,minmax(220px,1fr))}}._empty_noh0h_253{text-align:center;padding:3rem 1.5rem}._empty_noh0h_253 h3{font-size:clamp(1.125rem,3vw,1.5rem);font-weight:600;margin:0 0 .5rem;color:var(--text-primary, #111)}._empty_noh0h_253 p{margin:0;font-size:1rem;line-height:1.5;color:var(--text-secondary, #666)}._profileLoggedOutCenter_noh0h_270{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:28vh;padding:2rem 1rem;text-align:center}._emptyStateCenter_noh0h_280{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:0;padding:1.5rem 1rem;text-align:center}._emptyStateIllustration_noh0h_290{width:120px;height:120px;margin-bottom:1rem;color:var(--text-tertiary, #9ca3af);flex-shrink:0}._emptyStateTitle_noh0h_298{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_noh0h_298{font-size:1.125rem}}._emptyStateText_noh0h_311{margin:0 0 1rem;font-size:.875rem;color:var(--text-secondary, #666);max-width:min(100%,22rem);line-height:1.5}._emptyStateActions_noh0h_319{display:flex;flex-wrap:wrap;gap:.5rem;justify-content:center;align-items:center}._emptyStateActions_noh0h_319 ._loadMoreBtn_noh0h_327,._emptyStateActions_noh0h_319 ._secondaryBtn_noh0h_328{width:auto;max-width:none;flex:0 1 auto}._productDetails_noh0h_334{display:grid;grid-template-columns:minmax(0,55fr) minmax(0,45fr);gap:1rem 1.5rem;align-items:flex-start}@media(max-width:768px){._productDetails_noh0h_334{grid-template-columns:1fr;gap:1.25rem}}._productGallery_noh0h_347{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_noh0h_347{flex-direction:column;gap:1rem;position:static;align-items:stretch}}._productGallery_noh0h_347 ._thumbnails_noh0h_366{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_noh0h_347 ._thumbnails_noh0h_366{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_noh0h_347 ._thumbnails_noh0h_366::-webkit-scrollbar{height:6px}._productGallery_noh0h_347 ._thumbnails_noh0h_366::-webkit-scrollbar-thumb{background:var(--border-primary, #d1d5db);border-radius:999px}}._productGallery_noh0h_347 ._mainImageWrapper_noh0h_398{position:relative;flex:1 1 0;min-width:0;width:100%;touch-action:pan-y}@media(max-width:768px){._productGallery_noh0h_347 ._mainImageWrapper_noh0h_398{order:-1;flex:none;width:100%}}._productGallery_noh0h_347 ._mainImage_noh0h_398{width:100%;aspect-ratio:1;border-radius:12px;overflow:hidden;background:var(--bg-secondary, #f3f4f6);box-shadow:0 1px 3px #0000000f}._productGallery_noh0h_347 ._mainImage_noh0h_398 img{width:100%;height:100%;display:block;object-fit:cover}._productGallery_noh0h_347 ._galleryArrow_noh0h_426{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_noh0h_347 ._galleryArrow_noh0h_426:hover{background:#fff;box-shadow:0 4px 14px #00000040}._thumbnailBtn_noh0h_450{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_noh0h_450{width:54px;height:54px}}._thumbnailBtn_noh0h_450:hover{border-color:var(--border-primary, #e5e7eb)}._thumbnailBtn_noh0h_450:focus-visible{outline:2px solid var(--color-primary-500, #3b82f6);outline-offset:2px}._thumbnailBtn_noh0h_450 img{width:100%;height:100%;object-fit:cover}._thumbActive_noh0h_481{border-color:var(--color-primary-500, #3b82f6);box-shadow:0 0 0 1px #3b82f659}._productInfo_noh0h_486{min-width:0}._productInfo_noh0h_486 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_noh0h_498{display:inline-block;font-size:.875rem;color:var(--text-secondary, #666);margin-bottom:1rem}._price_noh0h_505{margin-bottom:.75rem}._price_noh0h_505 ._currentPrice_noh0h_508{font-size:1.25rem;font-weight:700;color:var(--color-primary-600, #2563eb)}._price_noh0h_505 ._oldPrice_noh0h_513{font-size:.9375rem;color:var(--text-tertiary, #999);text-decoration:line-through;margin-left:.5rem}._descriptionPanel_noh0h_520{margin-bottom:.75rem;border:none;background:transparent;box-shadow:none;overflow:visible}._descriptionPanelSummary_noh0h_528{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_noh0h_528::-webkit-details-marker{display:none}._descriptionPanelSummary_noh0h_528: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_noh0h_528:hover{background:transparent;color:var(--color-primary-700, #1d4ed8)}._descriptionPanel_noh0h_520[open] ._descriptionPanelSummary_noh0h_528:after{transform:translateY(-10%) rotate(-135deg)}._descriptionPanelBody_noh0h_564{padding:0 0 .75rem;border-top:1px solid var(--border-primary, #e5e7eb);background:transparent}._descriptionPanelBody_noh0h_564 p{margin:.75rem 0 0;font-size:.95rem;line-height:1.65;color:var(--text-secondary, #4b5563)}._variantPickers_noh0h_576{display:grid;grid-template-columns:1fr 1fr;gap:.75rem 1rem;margin-bottom:1rem;align-items:end}@media(max-width:480px){._variantPickers_noh0h_576{grid-template-columns:1fr}}._variantPickersSingle_noh0h_589{grid-template-columns:1fr}._variantField_noh0h_593{min-width:0;display:flex;flex-direction:column;gap:.35rem}._variantLabel_noh0h_600{font-size:.8125rem;font-weight:600;color:var(--text-primary, #111)}._optionSelect_noh0h_606{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_noh0h_618{font-size:.9rem;margin-bottom:.75rem}._stock_noh0h_618 ._outOfStock_noh0h_622{color:var(--error-500, #dc2626)}._quantity_noh0h_626{margin-bottom:.75rem}._quantity_noh0h_626 label{display:block;font-size:.875rem;font-weight:500;margin-bottom:.5rem}._quantityControls_noh0h_636{display:inline-flex;align-items:center;gap:.35rem}._quantityControls_noh0h_636 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_noh0h_636 button:hover{background:var(--color-primary-50, #eff6ff);color:var(--color-primary-700, #1d4ed8)}._quantityControls_noh0h_636 button:focus-visible{outline:2px solid var(--color-primary-500, #3b82f6);outline-offset:2px}._quantityControls_noh0h_636 span{min-width:2rem;text-align:center;font-weight:600;font-size:.9375rem;color:var(--text-primary, #111)}._cartContent_noh0h_671{margin-bottom:1.5rem;padding:1rem 0}._cartContent_noh0h_671 h1{font-size:1.25rem;line-height:1.25;margin:0 0 .25rem}@media(max-width:480px){._cartContent_noh0h_671 h1{font-size:1.125rem}}._cartContent_noh0h_671 ul{margin:0;padding-left:1.25rem}._cartContent_noh0h_671 li{font-size:.875rem;line-height:1.45}@media(max-width:480px){._cartContent_noh0h_671 li{font-size:.75rem}}._cartContent_noh0h_671 p{font-size:.875rem;line-height:1.5}@media(max-width:480px){._cartContent_noh0h_671 p{font-size:.75rem}}._cartActions_noh0h_708{display:flex;flex-wrap:wrap;gap:1rem;align-items:center}._checkoutLoading_noh0h_715{padding:2rem 0;text-align:center;font-size:.875rem;color:var(--text-secondary, #666)}._checkoutEmpty_noh0h_722{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_noh0h_733{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_noh0h_746{font-size:1.25rem;font-weight:600;margin:0 0 .5rem;color:var(--text-primary, #111);line-height:1.25}._checkoutEmptyText_noh0h_754{font-size:.875rem;color:var(--text-secondary, #666);margin:0 0 1rem;line-height:1.5}._checkoutBackLink_noh0h_761{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_noh0h_761:hover{text-decoration:underline}@media(max-width:640px){._checkoutHeader_noh0h_776{gap:.125rem}._checkoutHeader_noh0h_776 h1{margin-bottom:0;line-height:1.25}._checkoutHeader_noh0h_776 p{font-size:.75rem;line-height:1.5}}._checkoutPaymentCard_noh0h_789{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_noh0h_789{padding:1.5rem}}._checkoutPaymentHeader_noh0h_804{display:flex;align-items:center;gap:.5rem;margin-bottom:1rem}._checkoutPaymentIcon_noh0h_811{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_noh0h_821{display:grid;grid-template-columns:1fr 1fr;gap:1rem;align-items:start;margin-top:1rem}@media(min-width:768px){._checkoutLayout_noh0h_821{gap:1.5rem;margin-top:1.5rem}}@media(max-width:900px){._checkoutLayout_noh0h_821{grid-template-columns:1fr}}._checkoutLeft_noh0h_840{display:flex;flex-direction:column;gap:1rem;min-width:0}._checkoutRight_noh0h_847{min-width:0;width:100%}._checkoutOrderList_noh0h_852{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_noh0h_852 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_noh0h_870{display:flex;align-items:center;gap:.5rem;padding:.5rem 0;border-bottom:1px solid var(--border-primary, #e5e7eb)}._checkoutOrderItem_noh0h_870:last-child{border-bottom:none}._checkoutOrderItemImage_noh0h_881{width:56px;height:56px;border-radius:.5rem;object-fit:cover;background:var(--bg-secondary, #f3f4f6);flex-shrink:0}._checkoutOrderItemDetails_noh0h_890{flex:1;min-width:0}._checkoutOrderItemName_noh0h_895{font-weight:600;font-size:.875rem;color:var(--text-primary, #111);margin:0 0 .25rem;line-height:1.25}._checkoutOrderItemMeta_noh0h_903{font-size:.75rem;color:var(--text-secondary, #666);margin:0}._checkoutOrderItemTotal_noh0h_909{font-weight:600;font-size:.875rem;color:var(--color-primary-600, #2563eb);flex-shrink:0}._checkoutMain_noh0h_916{display:flex;flex-direction:column;gap:1rem;min-width:0}._checkoutLayout_noh0h_821 ._guestChoiceCard_noh0h_923{max-width:none;margin:0;width:100%;box-sizing:border-box}._checkoutFormCard_noh0h_930{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_noh0h_930{padding:1.5rem}}._checkoutSummaryCard_noh0h_948{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_noh0h_948{padding:1.5rem 1rem}}._checkoutSummaryCardTitle_noh0h_963{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_noh0h_973,._checkoutSummaryRowTotal_noh0h_974{display:flex;align-items:center;justify-content:space-between;font-size:.875rem;margin-bottom:.25rem;line-height:1.5}._checkoutSummaryRow_noh0h_973 span:first-child{color:var(--text-secondary, #6b7280)}._checkoutSummaryRow_noh0h_973 span:last-child{font-weight:500}._checkoutSummaryRowTotal_noh0h_974{margin-top:.5rem;padding-top:.5rem;border-top:1px dashed rgba(148,163,184,.7)}._checkoutSummaryRowTotal_noh0h_974 span:first-child{font-weight:600;color:var(--text-primary, #0f172a)}._checkoutSummaryRowTotal_noh0h_974 span:last-child{font-weight:700;font-size:.875rem;color:var(--color-primary-600, #2563eb)}._guestChoiceCard_noh0h_923{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_noh0h_1019{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_noh0h_1032{font-size:1.25rem;font-weight:600;margin:0 0 .5rem;color:var(--text-primary, #111);line-height:1.25}._guestChoiceSubtitle_noh0h_1040{font-size:.875rem;color:var(--text-secondary, #666);margin:0 0 1rem;line-height:1.5}._guestChoice_noh0h_923{display:flex;flex-direction:column;gap:.5rem;align-items:center}._guestChoiceBtn_noh0h_1054{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_noh0h_1054:hover{transform:translateY(-1px)}._checkoutForm_noh0h_930{max-width:100%;width:100%;margin-top:0;display:flex;flex-direction:column;gap:.5rem;box-sizing:border-box}._checkoutSectionTitle_noh0h_1085{font-size:.875rem;font-weight:600;color:var(--text-primary, #111);margin:.5rem 0 .25rem;line-height:1.25}._checkoutRow_noh0h_1093{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:1rem;min-width:0}._checkoutRow_noh0h_1093>div{display:flex;flex-direction:column;gap:.25rem;min-width:0}._checkoutLabel_noh0h_1106{font-size:.875rem;font-weight:600;color:var(--text-primary, #111)}._checkoutInput_noh0h_1112{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_noh0h_1112::placeholder{color:var(--text-tertiary, #9ca3af)}._checkoutInput_noh0h_1112:focus{outline:none;border-color:var(--color-primary-500);box-shadow:0 0 0 2px #3b82f633}._checkoutInput_noh0h_1112:-webkit-autofill,._checkoutInput_noh0h_1112:-webkit-autofill:hover,._checkoutInput_noh0h_1112:-webkit-autofill:focus{-webkit-text-fill-color:var(--text-primary, #111)}._checkoutGuestActions_noh0h_1136{display:flex;flex-wrap:wrap;align-items:center;gap:.5rem;margin-bottom:.5rem;padding:.5rem;background:var(--bg-secondary, #f3f4f6);border-radius:.5rem}._checkoutGuestLabel_noh0h_1147{font-size:.875rem;color:var(--text-secondary, #666)}._checkoutHint_noh0h_1152{font-size:.875rem;color:var(--text-secondary, #666);margin:0;line-height:1.5}._checkoutHint_noh0h_1152 a{color:var(--color-primary-600);font-weight:500;text-decoration:none}._checkoutHint_noh0h_1152 a:hover{text-decoration:underline}._checkoutMessage_noh0h_1167{margin-top:1rem}._checkoutMessage_noh0h_1167 p{margin:0 0 .5rem;font-size:.875rem;color:var(--text-secondary, #666);line-height:1.5}._checkoutError_noh0h_1177{color:var(--error-500, #dc2626)!important;font-weight:500}._checkoutGuestNote_noh0h_1182{font-size:.875rem;color:var(--text-secondary, #666);margin:.5rem 0 0;line-height:1.5}._checkoutGuestNote_noh0h_1182 a{color:var(--primary-600, #2563eb);text-decoration:none}._checkoutGuestNote_noh0h_1182 a:hover{text-decoration:underline}._checkoutSummary_noh0h_948{width:100%;max-width:none;margin-bottom:1rem;padding:0;background:transparent;border-radius:0}._checkoutSummaryRow_noh0h_973,._checkoutSummaryRowTotal_noh0h_974{display:flex;justify-content:space-between;font-size:.875rem;line-height:1.5}._checkoutSummaryRow_noh0h_973{margin-bottom:.25rem}._checkoutSummaryRowTotal_noh0h_974{margin-top:.5rem;padding-top:.5rem;border-top:1px solid var(--border-primary, #e5e7eb);font-weight:600}._checkoutVatNote_noh0h_1224{font-size:.75rem;color:var(--text-secondary, #666);margin:0 0 1rem;line-height:1.5}._checkoutPaymentCard_noh0h_789 ._addToCartBtn_noh0h_1231{margin-top:.25rem;padding:.5rem 1rem;font-size:.875rem;font-weight:600;border-radius:.75rem}._paymentResult_noh0h_1239{margin-top:1rem}._paymentResultCard_noh0h_1243{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_noh0h_1243{padding:3rem 2rem}}._paymentResultIconWrap_noh0h_1259{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_noh0h_1259{font-size:3rem}}._paymentResultIconSuccess_noh0h_1275{background:var(--success-100, #dcfce7);color:var(--success-600, #16a34a)}._paymentResultIconFailure_noh0h_1280{background:var(--error-100, #fee2e2);color:var(--error-600, #dc2626)}._paymentResultIconWarning_noh0h_1285{background:var(--warning-100, #fef3c7);color:var(--warning-600, #ca8a04)}._paymentResultIconNeutral_noh0h_1290{background:var(--bg-secondary, #f3f4f6);color:var(--text-secondary, #666)}._paymentResultTitle_noh0h_1295{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_noh0h_1295{font-size:1.5rem}}._paymentResultText_noh0h_1308{font-size:.875rem;color:var(--text-secondary, #666);margin:0 0 1rem;line-height:1.5}._paymentResultActions_noh0h_1315{display:flex;flex-wrap:wrap;gap:.5rem;justify-content:center;margin-top:1.5rem}._paymentBusinessName_noh0h_1323{margin-top:.5rem!important;font-weight:600;color:var(--text-primary, #111)!important}._secondaryBtn_noh0h_328{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_noh0h_328:hover{background:var(--bg-elevated, #e5e7eb)}._addToCartBtn_noh0h_1231{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_noh0h_1231{padding:.5rem 1.5rem}}._addToCartBtn_noh0h_1231:hover:not(:disabled){background:var(--color-primary-600, #2563eb)}._addToCartBtn_noh0h_1231:disabled{opacity:.6;cursor:not-allowed}._wishlistBtn_noh0h_1373{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_noh0h_1373:hover{background:var(--bg-elevated, #e5e7eb)}._productSection_noh0h_1392{margin-top:1.75rem;padding-top:1rem;border-top:1px solid var(--border-primary, #e5e7eb)}._productSectionFirst_noh0h_1398,._productSectionNoBorder_noh0h_1402{border-top:none}._productSectionTight_noh0h_1406{margin-top:1.25rem;padding-top:.5rem}._sectionTitle_noh0h_1411{font-size:clamp(1.25rem,2.5vw,1.5rem);font-weight:600;margin:0 0 1rem;color:var(--text-primary, #111)}._recentGrid_noh0h_1418{display:grid;grid-template-columns:repeat(auto-fill,minmax(140px,1fr));gap:.75rem}._recentCard_noh0h_1424{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_noh0h_1424:hover{background:var(--bg-elevated, #e5e7eb)}._recentCard_noh0h_1424 img{width:100%;aspect-ratio:1;object-fit:cover;border-radius:6px}._recentName_noh0h_1449{margin-top:.25rem;font-size:.78rem;line-height:1.3}._Content_noh0h_1456{display:grid;grid-template-columns:1fr;gap:1.25rem;align-items:start}@media(min-width:992px){._Content_noh0h_1456{grid-template-columns:minmax(240px,280px) minmax(0,1fr);gap:1.75rem}}._ProductsColumn_noh0h_1469{min-width:0}._FilterDisclosure_noh0h_1473{margin:0}._FilterDisclosureSummary_noh0h_1477{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_noh0h_1477::-webkit-details-marker{display:none}._FilterDisclosureSummary_noh0h_1477{position:relative;padding-right:2.25rem}._FilterDisclosureSummary_noh0h_1477: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_noh0h_1477{display:none}}._FilterDisclosure_noh0h_1473[open] ._FilterDisclosureSummary_noh0h_1477:after{transform:translateY(-25%) rotate(-135deg)}._FilterDisclosureHint_noh0h_1524{font-size:.75rem;font-weight:400;color:var(--text-secondary, #6b7280)}._Sidebar_noh0h_1530{display:block;min-width:0}@media(min-width:992px){._Sidebar_noh0h_1530{position:sticky;top:clamp(72px,12vw,96px);max-height:calc(100vh - clamp(72px,12vw,96px) - 1.5rem);overflow-y:auto}._Sidebar_noh0h_1530::-webkit-scrollbar{width:6px}._Sidebar_noh0h_1530::-webkit-scrollbar-track{background:transparent}._Sidebar_noh0h_1530::-webkit-scrollbar-thumb{background:var(--border-primary, #e5e7eb);border-radius:999px}}._SidebarCard_noh0h_1553{background:#fff;border-radius:12px;border:1px solid var(--border-primary, #e5e7eb);padding:1.125rem 1rem;margin-top:.75rem}@media(min-width:992px){._SidebarCard_noh0h_1553{margin-top:0;padding:1.25rem 1rem;box-shadow:0 1px 2px #0000000a}}@media(max-width:991px){._FilterDisclosure_noh0h_1473 ._SidebarCard_noh0h_1553{border-top-left-radius:0;border-top-right-radius:0;margin-top:0;border-top:none}}@media(max-width:991px){._FilterDisclosure_noh0h_1473[open] ._SidebarCard_noh0h_1553{border-top:1px solid var(--border-primary, #e5e7eb)}._FilterDisclosureSummary_noh0h_1477{border-bottom-left-radius:0;border-bottom-right-radius:0;margin-bottom:0;box-shadow:none}._FilterDisclosure_noh0h_1473[open] ._FilterDisclosureSummary_noh0h_1477{border-bottom:none;border-bottom-left-radius:0;border-bottom-right-radius:0}}._SidebarFilters_noh0h_1592{display:flex;flex-direction:column;gap:1.25rem}._FilterSection_noh0h_1598 h3{font-size:.95rem;font-weight:600;margin:0 0 .75rem;color:var(--text-primary, #111)}._CategoryList_noh0h_1605{display:flex;flex-direction:column;gap:.35rem;max-height:min(40vh,280px);overflow-y:auto;padding-right:.25rem;scrollbar-gutter:stable}._CategoryItem_noh0h_1615{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_noh0h_1615:hover{background:var(--bg-secondary, #f3f4f6);color:var(--text-primary, #111)}._CategoryItem_noh0h_1615._Active_noh0h_1633{background:var(--color-primary-50, #eff6ff);color:var(--color-primary-700, #1d4ed8);font-weight:600}._Count_noh0h_1639{padding:.1rem .5rem;border-radius:999px;background:var(--bg-tertiary, #e5e7eb);font-size:.75rem}._Divider_noh0h_1646{height:1px;background:var(--border-primary, #e5e7eb)}._SortSelect_noh0h_1651{width:100%;padding:.45rem .75rem;border-radius:999px;border:1px solid var(--border-primary, #e5e7eb);font-size:.9rem;background:#fff}._PriceHeader_noh0h_1660{display:flex;justify-content:space-between;align-items:center;margin-bottom:.5rem}._ResetButton_noh0h_1667{border:none;background:transparent;font-size:.8rem;color:var(--color-primary-600, #2563eb);cursor:pointer}._PriceSlider_noh0h_1675{display:flex;flex-direction:column;gap:.75rem}._PriceSlider_noh0h_1675 ._PriceValues_noh0h_1680{display:flex;justify-content:space-between;align-items:center}._PriceSlider_noh0h_1675 ._PriceValues_noh0h_1680 ._PriceValue_noh0h_1680{font-size:.8rem;font-weight:600;color:var(--text-primary, #111);background:var(--bg-tertiary, #e5e7eb);padding:.25rem .75rem;border-radius:999px}._PriceSlider_noh0h_1675 ._SliderContainer_noh0h_1693{position:relative;height:40px;display:flex;align-items:center}._PriceSlider_noh0h_1675 ._SliderContainer_noh0h_1693 ._SliderTrack_noh0h_1699{position:absolute;width:100%;height:6px;background:var(--bg-tertiary, #e5e7eb);border-radius:999px;pointer-events:none}._PriceSlider_noh0h_1675 ._SliderContainer_noh0h_1693 ._SliderTrack_noh0h_1699 ._SliderRange_noh0h_1707{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_noh0h_1675 ._SliderContainer_noh0h_1693 ._SliderInput_noh0h_1714{position:absolute;width:100%;height:6px;background:transparent;pointer-events:none;-webkit-appearance:none;appearance:none}._PriceSlider_noh0h_1675 ._SliderContainer_noh0h_1693 ._SliderInput_noh0h_1714::-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_noh0h_1675 ._SliderContainer_noh0h_1693 ._SliderInput_noh0h_1714::-webkit-slider-thumb:hover{transform:scale(1.15);box-shadow:0 3px 10px #0000004d}._PriceSlider_noh0h_1675 ._SliderContainer_noh0h_1693 ._SliderInput_noh0h_1714::-webkit-slider-thumb:active{transform:scale(1.05)}._PriceSlider_noh0h_1675 ._SliderContainer_noh0h_1693 ._SliderInput_noh0h_1714::-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_noh0h_1675 ._SliderContainer_noh0h_1693 ._SliderInput_noh0h_1714::-moz-range-thumb:hover{transform:scale(1.15);box-shadow:0 3px 10px #0000004d}._PriceSlider_noh0h_1675 ._SliderContainer_noh0h_1693 ._SliderInput_noh0h_1714::-moz-range-thumb:active{transform:scale(1.05)}._PriceSlider_noh0h_1675 ._ApplyButton_noh0h_1761{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_noh0h_1774{display:inline-flex;align-items:center;gap:.5rem;margin-bottom:.5rem;font-size:.875rem;color:var(--text-secondary, #666)}._stars_noh0h_1783{display:inline-flex;gap:.125rem;font-size:.9rem}._star_noh0h_1783{color:#d1d5db}._starFilled_noh0h_1793{color:#facc15}._ratingText_noh0h_1797{font-size:.8125rem;color:var(--text-secondary, #666)}._reviewsSection_noh0h_1802{margin-top:1.75rem}._reviewsSection_noh0h_1802 ._sectionTitle_noh0h_1411{margin-bottom:1rem;letter-spacing:-.02em}._reviewsSummary_noh0h_1810{margin-bottom:1.35rem}._reviewsAverageCard_noh0h_1814{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_noh0h_1827{display:flex;align-items:baseline;gap:.2rem}._reviewsScore_noh0h_1827{font-size:2.25rem;font-weight:800;line-height:1;letter-spacing:-.04em;color:var(--text-primary, #111)}._reviewsScoreOutOf_noh0h_1841{font-size:1rem;font-weight:600;color:var(--text-tertiary, #9ca3af)}._reviewsStarsRow_noh0h_1847{display:inline-flex;gap:.125rem;font-size:1.1rem}._reviewsSummaryHint_noh0h_1853{margin:0;font-size:.8125rem;color:var(--text-secondary, #6b7280);line-height:1.4}._reviewsList_noh0h_1860{display:flex;flex-direction:column;gap:1rem}._reviewCard_noh0h_1866{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_noh0h_1866:hover{box-shadow:0 4px 14px #00000012}._reviewHeader_noh0h_1878{display:flex;gap:.875rem;align-items:flex-start;margin-bottom:.5rem}._reviewAvatar_noh0h_1885{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_noh0h_1901{flex:1;min-width:0}._reviewNameRow_noh0h_1906{display:flex;align-items:baseline;justify-content:space-between;gap:.65rem;flex-wrap:wrap}._reviewNameRow_noh0h_1906 h3{margin:0;font-size:.9375rem;font-weight:700;color:var(--text-primary, #111);letter-spacing:-.01em}._reviewDate_noh0h_1922{font-size:.75rem;color:var(--text-tertiary, #9ca3af);white-space:nowrap}._reviewCardStars_noh0h_1928{margin-top:.2rem;font-size:.85rem}._reviewTitle_noh0h_1933{margin:0 0 .35rem;font-size:.9375rem;font-weight:600;color:var(--text-primary, #1f2937)}._reviewBody_noh0h_1940{margin:0;font-size:.9rem;line-height:1.65;color:var(--text-secondary, #4b5563)}._reviewsPagination_noh0h_1947{display:flex;align-items:center;gap:.75rem;margin-top:1.25rem;padding-top:1rem;border-top:1px solid var(--border-primary, #e5e7eb)}._reviewsPaginationStatus_noh0h_1956{flex:1;min-width:0;font-size:.8125rem;color:var(--text-secondary, #6b7280);text-align:center;line-height:1.35}._reviewsPaginationBtn_noh0h_1965{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_noh0h_1965:hover:not(:disabled){background:var(--color-primary-50, #eff6ff);border-color:var(--color-primary-200, #bfdbfe);color:var(--color-primary-700, #1d4ed8)}._reviewsPaginationBtn_noh0h_1965:disabled{opacity:.45;cursor:not-allowed}._inlineLoading_noh0h_1986{margin:2rem 0;text-align:center;font-size:.9375rem;color:var(--text-secondary, #6b7280)}._productGridLoading_noh0h_1993{opacity:.65;pointer-events:none;transition:opacity .15s}._paginationBar_noh0h_1999{margin-top:1.75rem;padding:1rem 0 .5rem;border-top:1px solid var(--border-primary, #e5e7eb)}._paginationBarRow_noh0h_2005{display:flex;align-items:center;justify-content:space-between;gap:.75rem;width:100%}._paginationSpacer_noh0h_2013{flex:0 0 min(5rem,18vw);min-width:0}._paginationStatus_noh0h_2018{font-size:.8125rem;color:var(--text-secondary, #6b7280);text-align:center;flex-shrink:0}._paginationBack_noh0h_2025,._paginationViewMore_noh0h_2026{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_noh0h_2025:hover:not(:disabled),._paginationViewMore_noh0h_2026:hover:not(:disabled){color:var(--color-primary-700, #1d4ed8);text-decoration:underline;text-underline-offset:3px}._paginationBack_noh0h_2025:disabled,._paginationViewMore_noh0h_2026:disabled{opacity:.45;cursor:not-allowed;text-decoration:none}._paginationBackIcon_noh0h_2053,._paginationViewMoreIcon_noh0h_2054{width:1.15rem;height:1.15rem;flex-shrink:0}._paginationViewMore_noh0h_2026{flex-direction:row}._loadMoreWrap_noh0h_2064{text-align:center;margin-top:1.5rem;margin-bottom:1.5rem}@media(min-width:768px){._loadMoreWrap_noh0h_2064{margin-top:2rem;margin-bottom:2rem}}._loadMoreBtn_noh0h_327{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_noh0h_327{width:auto;padding:.5rem 1.5rem}}._loadMoreBtn_noh0h_327:hover:not(:disabled){background:var(--color-primary-600, #2563eb)}._loadMoreBtn_noh0h_327:disabled{opacity:.7;cursor:not-allowed}._loginForm_noh0h_2108{max-width:100%;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_noh0h_2108{padding:1.5rem 1rem}}._loginFormInner_noh0h_2123{display:flex;flex-direction:column;gap:1rem}._channelTabs_noh0h_2129{display:flex;gap:.5rem;margin-bottom:.5rem}._channelTab_noh0h_2129{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_noh0h_2129:hover{border-color:var(--color-primary-400, #60a5fa);color:var(--text-primary, #111)}._channelTabActive_noh0h_2153{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_noh0h_2167{margin:0;font-size:.875rem;line-height:1.5;color:var(--text-secondary, #666)}._resendLink_noh0h_2174{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_noh0h_2174:hover:not(:disabled){color:var(--color-primary-700, #1d4ed8)}._resendLink_noh0h_2174:disabled{cursor:not-allowed;opacity:.7}._signupForm_noh0h_2193{max-width:100%;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_noh0h_2193{padding:1.5rem 1rem}}._signupFormInner_noh0h_2208{display:flex;flex-direction:column;gap:.5rem}._signupFormRow_noh0h_2214{display:grid;grid-template-columns:1fr 1fr;gap:1rem;min-width:0}@media(max-width:560px){._signupFormRow_noh0h_2214{grid-template-columns:1fr}}._signupField_noh0h_2226{display:flex;flex-direction:column;gap:.25rem;min-width:0}._signupLabel_noh0h_2233{font-size:.875rem;font-weight:600;color:var(--text-primary, #111);line-height:1.25}._signupInput_noh0h_2240,._signupTextarea_noh0h_2240{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_noh0h_2240:focus,._signupTextarea_noh0h_2240:focus{outline:none;border-color:var(--color-primary-500, #3b82f6);box-shadow:0 0 0 2px #3b82f633}._signupTextarea_noh0h_2240{min-height:5rem;resize:vertical;font-family:inherit}._signupHint_noh0h_2263{font-size:.75rem;line-height:1.5;color:var(--text-secondary, #6b7280);margin:0}._signupError_noh0h_2270{font-size:.75rem;line-height:1.5;color:var(--error-500, #dc2626);margin:0}._signupLoginLink_noh0h_2277{margin:0;font-size:.875rem;line-height:1.5;color:var(--text-secondary, #666)}._signupLoginLink_noh0h_2277 a{color:var(--color-primary-600, #2563eb);font-weight:500;text-decoration:none}._signupLoginLink_noh0h_2277 a:hover{text-decoration:underline}._forgotLink_noh0h_2292{align-self:flex-end;margin:0;font-size:.875rem;line-height:1.5;color:var(--color-primary-600, #2563eb);text-decoration:none}._forgotLink_noh0h_2292:hover{text-decoration:underline}._authSwitchRow_noh0h_2305{display:flex;flex-wrap:wrap;gap:.5rem;justify-content:center;align-items:center;margin-top:.5rem}._authPrimaryBtn_noh0h_2314{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_noh0h_2314:hover:not(:disabled){background:var(--color-primary-600, #2563eb)}._authPrimaryBtn_noh0h_2314:disabled{opacity:.7;cursor:not-allowed}._authSecondaryBtn_noh0h_2338{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_noh0h_2338:hover{background:var(--bg-elevated, #e5e7eb)}._profileGrid_noh0h_2358{display:grid;grid-template-columns:minmax(0,1fr);gap:1rem;margin-top:.5rem}@media(min-width:768px){._profileGrid_noh0h_2358{gap:1.5rem;grid-template-columns:repeat(2,minmax(0,1fr))}}@media(min-width:1100px){._profileGrid_noh0h_2358{grid-template-columns:minmax(0,1fr) minmax(0,1fr);grid-template-rows:auto auto}}._profileOrdersHeader_noh0h_2377{display:flex;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:.75rem;margin-bottom:1rem}._viewAllBtn_noh0h_2386{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_noh0h_2386:hover{color:var(--color-primary-700, #1d4ed8);background:var(--color-primary-50, #eff6ff)}._profileHero_noh0h_2400{display:flex;flex-wrap:wrap;align-items:center;gap:1rem;margin-bottom:1.5rem;padding:1.5rem;background:var(--bg-elevated, #fff);border:1px solid var(--border-primary, #e5e7eb);border-radius:1rem;box-shadow:0 1px 3px #0000000d}._profileAvatar_noh0h_2413{width:96px;height:96px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1.25rem;font-weight:700;color:var(--color-primary-700, #c2410c);background:color-mix(in srgb,var(--color-primary-500, #f97316) 14%,var(--bg-secondary, #f9fafb));flex-shrink:0}._profileHeroText_noh0h_2427{min-width:0;flex:1}._profileHeroText_noh0h_2427 h2{margin:0 0 .25rem;font-size:1.125rem;font-weight:700;color:var(--text-primary, #111);line-height:1.25}._profileHeroText_noh0h_2427 p{margin:0;font-size:.875rem;color:var(--text-secondary, #666);word-break:break-word}._profileSectionTitle_noh0h_2445{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_noh0h_2377 ._profileSectionTitle_noh0h_2445{margin:0;padding-bottom:0;border-bottom:none}._profileCard_noh0h_2460{max-width:100%;padding:1.5rem;background:var(--bg-elevated, #fff);border:1px solid var(--border-primary, #e5e7eb);border-radius:1rem;box-shadow:0 1px 3px #0000000d;box-sizing:border-box}._profileRow_noh0h_2470{display:flex;justify-content:space-between;align-items:center;padding:.75rem 0;border-bottom:1px solid var(--border-primary, #e5e7eb)}._profileRow_noh0h_2470:last-of-type{border-bottom:none}._profileLabel_noh0h_2481{font-size:.875rem;font-weight:500;color:var(--text-secondary, #666)}._profileValue_noh0h_2487{font-size:.9375rem;color:var(--text-primary, #111)}._profileActions_noh0h_2492{display:flex;flex-wrap:wrap;gap:.5rem;margin-top:1.5rem;padding-top:1rem;border-top:1px solid var(--border-primary, #e5e7eb)}._profileForm_noh0h_2501{display:flex;flex-direction:column;gap:1rem}._profileFormRow_noh0h_2507{display:flex;flex-direction:column;gap:.35rem}._profileFormRow_noh0h_2507 label{font-size:.875rem;font-weight:500;color:var(--text-secondary, #666)}._addressList_noh0h_2518{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.75rem}._addressItem_noh0h_2527{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_noh0h_2539{font-size:.9375rem;color:var(--text-primary, #111);flex:1;min-width:0}._addressDefaultBadge_noh0h_2546{display:inline-block;margin-right:.5rem;margin-bottom:.25rem;padding:.125rem .5rem;font-size:.6875rem;font-weight:700;text-transform:uppercase;letter-spacing:.04em;color:var(--color-primary-700, #1d4ed8);background:var(--color-primary-50, rgba(59, 130, 246, .1));border-radius:999px}._addressActions_noh0h_2560{display:flex;gap:.5rem}._addressEditBtn_noh0h_2565,._addressDeleteBtn_noh0h_2566{padding:.35rem .6rem;font-size:.8125rem;font-weight:600;border:none;border-radius:6px;cursor:pointer}._addressEditBtn_noh0h_2565{color:var(--color-primary-600, #2563eb);background:transparent}._addressEditBtn_noh0h_2565:hover{text-decoration:underline}._addressDeleteBtn_noh0h_2566{color:var(--error-600, #dc2626);background:transparent}._addressDeleteBtn_noh0h_2566:hover{text-decoration:underline}._profileOrdersSection_noh0h_2591{padding:1.5rem;background:var(--bg-elevated, #fff);border:1px solid var(--border-primary, #e5e7eb);border-radius:1rem;box-shadow:0 1px 3px #0000000d;min-width:0}@media(min-width:1100px){._profileOrdersSection_noh0h_2591{grid-column:1/-1}}._profileOrdersEmpty_noh0h_2605{margin:0;font-size:.9375rem;color:var(--text-secondary, #666)}._profileOrdersList_noh0h_2611{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:1rem}._profileOrderCard_noh0h_2620{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_noh0h_2620:hover{border-color:var(--color-primary-200, #bfdbfe);box-shadow:0 2px 8px #0000000f}._profileOrderHeader_noh0h_2632{display:flex;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:.5rem;margin-bottom:.35rem}._profileOrderNumber_noh0h_2641{font-weight:600;font-size:.9375rem;color:var(--text-primary, #111)}._profileOrderDate_noh0h_2647{font-size:.8125rem;color:var(--text-secondary, #666)}._profileOrderStore_noh0h_2652{margin:0 0 .5rem;font-size:.8125rem;color:var(--text-secondary, #666)}._profileOrderMeta_noh0h_2658{display:flex;flex-wrap:wrap;align-items:center;gap:.75rem;margin-bottom:.5rem}._profileOrderStatus_noh0h_2666{display:inline-block;padding:.2rem .5rem;border-radius:6px;font-size:.75rem;font-weight:600;text-transform:uppercase}._profileOrderStatus_noh0h_2666[data-status=PENDING]{background:var(--warning-100, #fef3c7);color:var(--warning-700, #b45309)}._profileOrderStatus_noh0h_2666[data-status=DELIVERED]{background:var(--success-100, #dcfce7);color:var(--success-700, #15803d)}._profileOrderStatus_noh0h_2666[data-status=CONFIRMED],._profileOrderStatus_noh0h_2666[data-status=PROCESSING],._profileOrderStatus_noh0h_2666[data-status=SHIPPED]{background:var(--accent-100, #e0e7ff);color:var(--accent-700, #3730a3)}._profileOrderStatus_noh0h_2666[data-status=CANCELLED],._profileOrderStatus_noh0h_2666[data-status=FAILED]{background:var(--error-100, #fee2e2);color:var(--error-700, #b91c1c)}._profileOrderActions_noh0h_2691{display:flex;flex-wrap:wrap;gap:.5rem;margin-top:.5rem}._profileOrderTotal_noh0h_2698{font-weight:600;font-size:.875rem;color:var(--color-primary-600, #ea580c)}._profileOrderItems_noh0h_2704{list-style:none;padding:0;margin:0;font-size:.75rem;line-height:1.5;color:var(--text-secondary, #666)}._profileOrderItems_noh0h_2704 li{padding:.25rem 0}._profileOrderItemsMore_noh0h_2716{font-style:italic;color:var(--text-tertiary, #9ca3af)}._profileLoginBtn_noh0h_2721{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_noh0h_2721:hover{background:linear-gradient(135deg,var(--color-primary-600, #c2410c),var(--color-primary-700, #9a3412));transform:translateY(-1px)}._logoutBtn_noh0h_2741{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_noh0h_2741:hover:not(:disabled){background:var(--error-600, #b91c1c)}._logoutBtn_noh0h_2741:disabled{opacity:.7;cursor:not-allowed}._page_1lsk9_3{padding:1rem 0 2rem;min-height:50vh;box-sizing:border-box}@media(min-width:640px){._page_1lsk9_3{padding:1.5rem 0 2rem}}@media(min-width:1024px){._page_1lsk9_3{padding:1.5rem 0 3rem}}._container_1lsk9_19{max-width:1440px;margin:0 auto;padding:0 1rem;box-sizing:border-box}@media(min-width:768px){._container_1lsk9_19{padding:0 1.5rem}}._breadcrumb_1lsk9_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_1lsk9_31{font-size:.875rem}}._breadcrumb_1lsk9_31 a{color:var(--color-primary-600, #2563eb);text-decoration:none}._breadcrumb_1lsk9_31 a:hover{text-decoration:underline}._pageHeader_1lsk9_54{margin-bottom:1rem;padding:0;display:flex;flex-direction:column;gap:.25rem;align-items:stretch;width:100%}@media(min-width:768px){._pageHeader_1lsk9_54{margin-bottom:1.5rem;gap:.5rem}}._pageHeader_1lsk9_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_1lsk9_54 h1{font-size:1.5rem}}._pageHeader_1lsk9_54 p{margin:0;font-size:.875rem;line-height:1.5;color:var(--text-secondary, #666)}._searchRow_1lsk9_89{margin-bottom:1rem}._searchInput_1lsk9_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_1lsk9_93::placeholder{color:var(--text-tertiary, #9ca3af)}._searchInput_1lsk9_93:focus{outline:none;border-color:var(--color-primary-500, #3b82f6)}._orderCardBottom_1lsk9_111{display:grid;grid-template-columns:1fr auto;gap:.5rem 1rem;margin-top:.5rem;align-items:end}._orderCardBottomMain_1lsk9_119{grid-column:1;min-width:0;display:flex;flex-direction:column;align-items:flex-start;gap:.25rem}._viewDetailsBtn_1lsk9_128{margin-top:0;padding:.25rem .5rem;font-size:.75rem;font-weight:600;color:var(--color-primary-600, #2563eb);background:transparent;border:none;cursor:pointer}._viewDetailsBtn_1lsk9_128:hover{text-decoration:underline}._tabs_1lsk9_142{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:1rem;padding-bottom:1rem;border-bottom:1px solid var(--border-primary, #e5e7eb)}._tab_1lsk9_142,._tabActive_1lsk9_151{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_1lsk9_142:hover,._tabActive_1lsk9_151:hover{color:var(--text-primary, #111);background:var(--bg-secondary, #f3f4f6)}._tabActive_1lsk9_151{color:var(--color-primary-600, #2563eb);background:var(--color-primary-50, #eff6ff)}._tabActive_1lsk9_151:hover{color:var(--color-primary-700, #1d4ed8);background:var(--color-primary-100, #dbeafe)}._badge_1lsk9_177{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_1lsk9_190{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_1lsk9_200{padding:2rem;text-align:center;font-size:.875rem;color:var(--text-secondary, #666)}._emptyState_1lsk9_207{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:0;padding:1.5rem 1rem;text-align:center}._emptyIllustration_1lsk9_217{width:120px;height:120px;margin-bottom:1rem;color:var(--text-tertiary, #9ca3af)}._emptyTitle_1lsk9_224{font-size:1.25rem;font-weight:600;margin:0 0 .5rem;color:var(--text-primary, #111);line-height:1.25}._emptyText_1lsk9_232{margin:0 0 1rem;font-size:.875rem;line-height:1.5;color:var(--text-secondary, #666);max-width:min(100%,22rem)}._emptyActions_1lsk9_240{display:flex;flex-wrap:wrap;gap:.5rem;justify-content:center}._primaryBtn_1lsk9_247{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_1lsk9_247:hover{background:var(--color-primary-600, #2563eb)}._secondaryBtn_1lsk9_264{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_1lsk9_264:hover{background:var(--bg-elevated, #e5e7eb)}._ordersList_1lsk9_281{display:flex;flex-direction:column;gap:1rem}._orderCard_1lsk9_111{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_1lsk9_111:hover{border-color:var(--color-primary-200, #bfdbfe);box-shadow:0 4px 6px -1px #0000001a}._orderHeader_1lsk9_299{display:flex;flex-wrap:wrap;justify-content:space-between;align-items:flex-start;gap:.5rem;margin-bottom:.25rem}._orderHeaderText_1lsk9_308{display:flex;flex-direction:column;gap:.25rem;min-width:0;flex:1}._reorderHeaderSlot_1lsk9_316{margin-left:auto}._orderHeaderActions_1lsk9_320{display:flex;flex-wrap:wrap;align-items:center;justify-content:flex-end;gap:.25rem;max-width:min(100%,20rem)}._repayBtnCompact_1lsk9_329,._cancelBtnCompact_1lsk9_330{padding:.25rem .5rem;font-size:.75rem;line-height:1.25}._orderNumber_1lsk9_336{font-weight:600;font-size:1rem;line-height:1.25;color:var(--text-primary, #111)}._orderDate_1lsk9_343{font-size:.75rem;line-height:1.5;color:var(--text-secondary, #666)}._orderStore_1lsk9_349{margin:0 0 .5rem;font-size:.875rem;line-height:1.5;color:var(--text-secondary, #666)}._orderMeta_1lsk9_356{display:flex;flex-wrap:wrap;align-items:center;gap:.5rem;margin-bottom:.5rem}._statusBadge_1lsk9_364{display:inline-block;padding:.25rem .5rem;border-radius:.375rem;font-size:.75rem;font-weight:600;line-height:1.5;text-transform:uppercase}._statusBadge_1lsk9_364[data-payment=FAILED]{background:var(--error-100, #fee2e2);color:var(--error-700, #b91c1c)}._statusBadge_1lsk9_364[data-payment=PENDING]{background:var(--warning-100, #fef3c7);color:var(--warning-700, #b45309)}._statusBadge_1lsk9_364[data-payment=COMPLETED][data-status=DELIVERED]{background:var(--success-100, #dcfce7);color:var(--success-700, #15803d)}._statusBadge_1lsk9_364[data-payment=COMPLETED][data-status=CONFIRMED],._statusBadge_1lsk9_364[data-payment=COMPLETED][data-status=PROCESSING],._statusBadge_1lsk9_364[data-payment=COMPLETED][data-status=SHIPPED]{background:var(--accent-100, #e0e7ff);color:var(--accent-700, #3730a3)}._statusBadge_1lsk9_364[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_1lsk9_394{grid-column:2;grid-row:1/-1;align-self:end;font-weight:700;font-size:1.25rem;line-height:1.25;color:var(--color-primary-600, #ea580c);text-align:right}@media(min-width:768px){._orderTotal_1lsk9_394{font-size:1.5rem}}._orderItems_1lsk9_410{list-style:none;padding:0;margin:0 0 .5rem;font-size:.875rem;line-height:1.5;color:var(--text-secondary, #666)}._orderItems_1lsk9_410 li{padding:.25rem 0}._orderActions_1lsk9_422{display:flex;flex-wrap:wrap;gap:.5rem;margin-top:0;padding-top:0;width:100%;box-sizing:border-box}._orderActions_1lsk9_422._orderActionsCompact_1lsk9_432{width:auto;display:inline-flex;align-items:center;gap:.25rem}._repayBtn_1lsk9_329{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_1lsk9_329:hover:not(:disabled){background:var(--color-primary-600, #2563eb)}._repayBtn_1lsk9_329:disabled{opacity:.7;cursor:not-allowed}._cancelBtn_1lsk9_330{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_1lsk9_330:hover:not(:disabled){background:var(--bg-elevated, #e5e7eb);color:var(--text-primary, #111)}._cancelBtn_1lsk9_330:disabled{opacity:.7;cursor:not-allowed}._reorderCheckoutBtn_1lsk9_478{display:inline-flex;align-items:center;justify-content:center;padding:.5rem 1rem;font-size:.875rem;font-weight:600;line-height:1.5;color:var(--color-primary-600, #2563eb);background:var(--color-primary-50, #eff6ff);border:1px solid var(--color-primary-200, #bfdbfe);border-radius:.5rem;cursor:pointer;box-sizing:border-box;flex-shrink:0;white-space:nowrap}._reorderCheckoutBtn_1lsk9_478:hover:not(:disabled){background:var(--color-primary-100, #dbeafe);color:var(--color-primary-700, #1d4ed8)}._reorderCheckoutBtn_1lsk9_478:disabled{opacity:.75;cursor:not-allowed}._reorderCheckoutBtnCompact_1lsk9_504{padding:.25rem .5rem;font-size:.75rem}._loading_1ckei_1{padding:0;text-align:center;font-size:.875rem;color:var(--text-secondary, #666)}._content_1ckei_8{padding:0}._statusHeadRow_1ckei_12{display:flex;justify-content:space-between;align-items:center;gap:.5rem;margin-bottom:.25rem}._statusHeadRow_1ckei_12 h4{font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em;color:var(--text-secondary, #666);margin:0;line-height:1.25}._section_1ckei_29{margin-bottom:1rem}._section_1ckei_29 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_1ckei_29 p{margin:0;font-size:.875rem;line-height:1.5;color:var(--text-primary, #111)}._badges_1ckei_48{display:flex;flex-wrap:wrap;gap:.5rem}._statusBadge_1ckei_54{display:inline-block;padding:.25rem .5rem;border-radius:.375rem;font-size:.75rem;font-weight:600;line-height:1.5;text-transform:uppercase}._statusBadge_1ckei_54[data-payment=FAILED]{background:var(--error-100, #fee2e2);color:var(--error-700, #b91c1c)}._statusBadge_1ckei_54[data-payment=PENDING]{background:var(--warning-100, #fef3c7);color:var(--warning-700, #b45309)}._statusBadge_1ckei_54[data-payment=COMPLETED]{background:var(--success-100, #dcfce7);color:var(--success-700, #15803d)}._statusBadge_1ckei_54[data-status=PENDING]{background:var(--warning-100, #fef3c7);color:var(--warning-700, #b45309)}._statusBadge_1ckei_54[data-status=CONFIRMED],._statusBadge_1ckei_54[data-status=PROCESSING],._statusBadge_1ckei_54[data-status=SHIPPED]{background:var(--accent-100, #e0e7ff);color:var(--accent-700, #3730a3)}._statusBadge_1ckei_54[data-status=DELIVERED]{background:var(--success-100, #dcfce7);color:var(--success-700, #15803d)}._statusBadge_1ckei_54[data-status=CANCELLED]{background:var(--error-100, #fee2e2);color:var(--error-700, #b91c1c)}._guestLabel_1ckei_92{font-style:italic;color:var(--text-secondary, #666);font-size:.875rem;line-height:1.5}._shippingAddress_1ckei_99{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_1ckei_110{list-style:none;padding:0;margin:0}._itemsList_1ckei_110 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_1ckei_110 li span:first-child{flex:1}._totals_1ckei_129{display:flex;justify-content:space-between;font-size:.875rem;line-height:1.5;padding:.25rem 0;color:var(--text-secondary, #666)}._totalsTotal_1ckei_138{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)}: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;gap:1rem;padding:.75rem 1.5rem;border-bottom:1px solid #333;flex-wrap:wrap}.store-nav-actions{display:flex;align-items:center;gap:1rem;flex-wrap:wrap;margin-left:auto}.store-nav-links{display:flex;align-items:center;flex-wrap:wrap;gap:.5rem 1rem}.store-nav-links a{margin-left:0}.store-nav-brand{display:flex;align-items:center;gap:.5rem;margin-left:0;flex-shrink: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}}
