.Header_offerBar__KPQgR{background:var(--primary-color);color:#fff;text-align:center;padding:12px 20px;font-size:.9rem;font-weight:500;box-shadow:0 2px 8px rgba(0,0,0,.08)}.Header_header__rnHCf{background:#fff;border-bottom:1px solid #e5e7eb;position:sticky;top:0;z-index:1100;box-shadow:0 1px 3px rgba(0,0,0,.05)}.Header_container__hDSyx{max-width:1400px;margin:0 auto;padding:0 24px;display:flex;align-items:center;justify-content:space-between;height:72px}.Header_logo__QjwYx{display:flex;align-items:center;font-size:1.5rem;font-weight:700;color:var(--primary-color);transition:opacity .2s}.Header_logo__QjwYx:hover{opacity:.85}.Header_logo__QjwYx img{height:42px;-o-object-fit:contain;object-fit:contain}.Header_nav__zwfT_{display:flex;gap:24px;align-items:center}.Header_navItem__O5uAm{color:#374151;font-weight:500;font-size:1rem;text-decoration:none;transition:all .2s ease;position:relative}.Header_navItem__O5uAm:hover{color:var(--primary-color)}.Header_navItem__O5uAm:active{transform:scale(.98)}.Header_actions__Al3Hx{display:flex;gap:10px;align-items:center}.Header_bubble__SU84W{background:#f9fafb;border:1px solid #e5e7eb;border-radius:10px;padding:12px 18px;display:flex;align-items:center;gap:8px;cursor:pointer;transition:all .2s ease;font-size:.9rem;font-weight:500;color:#374151;position:relative;min-height:44px;justify-content:center}.Header_bubble__SU84W:hover{background:#f3f4f6;border-color:var(--primary-color);color:var(--primary-color);transform:translateY(-1px);box-shadow:0 2px 8px rgba(0,0,0,.08)}.Header_bubble__SU84W:active{transform:translateY(0);box-shadow:0 1px 3px rgba(0,0,0,.08)}.Header_bubble__SU84W i{font-size:1rem}.Header_flag__KijjG{width:20px;height:15px;-o-object-fit:cover;object-fit:cover;border-radius:2px}.Header_currencySelector__YTv1s,.Header_languageSelector__kGQbh{position:relative}.Header_currencyMenu__j4vf4,.Header_languageMenu__xIl5f{position:absolute;top:calc(100% + 12px);right:0;background:#fff;border:1px solid #e5e7eb;border-radius:12px;box-shadow:0 10px 40px rgba(0,0,0,.15);min-width:240px;padding:8px;z-index:1001;animation:Header_slideDown__W8wKB .2s ease}@keyframes Header_slideDown__W8wKB{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.Header_languageMenu__xIl5f{min-width:180px}.Header_currencyMenu__j4vf4 button,.Header_languageMenu__xIl5f button{display:flex;align-items:center;gap:12px;width:100%;padding:12px 14px;text-align:left;border:none;background:none;cursor:pointer;transition:all .2s ease;color:#374151;border-radius:8px;font-size:.9rem;font-weight:500}.Header_currencyMenu__j4vf4 button:hover,.Header_languageMenu__xIl5f button:hover{background:#f3f4f6;color:var(--primary-color)}.Header_currencyMenu__j4vf4 button.Header_activeCurrency__SB4UO{background:#eff6ff;color:var(--primary-color);font-weight:600}.Header_flagSmall__oMBvG{width:24px;height:18px;-o-object-fit:cover;object-fit:cover;border-radius:3px;flex-shrink:0}.Header_currencyDetails__ofXYf{display:flex;flex-direction:column;flex-grow:1}.Header_currencyCode__UIp8d{font-weight:600;font-size:.95rem}.Header_currencyName__2joAm{font-size:.75rem;color:#6b7280}.Header_currencyRate__qoKk6{font-size:.85rem;color:#16a34a;font-weight:600;margin-left:auto}.Header_cartBadge__M1TYI{background:#ef4444;color:#fff;border-radius:50%;width:20px;height:20px;display:flex;align-items:center;justify-content:center;font-size:.7rem;font-weight:700;position:absolute;top:-6px;right:-6px;box-shadow:0 2px 6px rgba(239,68,68,.4);animation:Header_pulse__l2KzI 2s infinite}@keyframes Header_pulse__l2KzI{0%,to{transform:scale(1)}50%{transform:scale(1.1)}}.Header_profileWrapper__XY_AA{position:relative}.Header_profileMenu__I_ZjK{position:absolute;top:calc(100% + 10px);right:0;background:#fff;border:1px solid #e1e8ed;border-radius:8px;box-shadow:0 4px 12px rgba(0,0,0,.1);min-width:150px;padding:8px 0;z-index:1001}.Header_profileMenu__I_ZjK a,.Header_profileMenu__I_ZjK button{display:block;width:100%;padding:10px 20px;text-align:left;border:none;background:none;cursor:pointer;transition:background .3s;color:#333;text-decoration:none}.Header_profileMenu__I_ZjK a:hover,.Header_profileMenu__I_ZjK button:hover{background:#f5f7fa}.Header_modalOverlay__z6fta{position:fixed;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,.5);display:flex;align-items:center;justify-content:center;z-index:10000}.Header_modalContent__Oaw8i{background:#fff;border-radius:12px;padding:30px;max-width:400px;width:90%;position:relative}.Header_modalClose__JdGay{position:absolute;top:15px;right:15px;background:none;border:none;font-size:2rem;cursor:pointer;color:#999;line-height:1}.Header_modalClose__JdGay:hover{color:#333}.Header_modalContent__Oaw8i h2{margin-bottom:20px;color:#333}.Header_modalContent__Oaw8i form{display:flex;flex-direction:column;gap:15px}.Header_input__K7RdX{padding:12px;border:1px solid #ddd;border-radius:8px;font-size:1rem}.Header_input__K7RdX:focus{outline:none;border-color:var(--primary-color)}.Header_submitButton__v3ycP{background:var(--primary-color);color:#fff;border:none;border-radius:8px;padding:12px;font-size:1rem;font-weight:600;cursor:pointer;transition:background .3s}.Header_submitButton__v3ycP:hover{background:var(--button-hover)}@media (max-width:1024px){.Header_nav__zwfT_{gap:16px}.Header_navItem__O5uAm{font-size:.9rem}}@media (max-width:768px){.Header_offerBar__KPQgR{padding:10px 16px;font-size:.85rem}.Header_container__hDSyx{flex-wrap:wrap;height:auto;padding:12px 16px;gap:12px}.Header_logo__QjwYx img{height:36px}.Header_nav__zwfT_{order:3;width:100%;justify-content:flex-start;padding:12px 0 8px;border-top:1px solid #e5e7eb;gap:6px;overflow-x:auto;-webkit-overflow-scrolling:touch;scrollbar-width:none}.Header_nav__zwfT_::-webkit-scrollbar{display:none}.Header_navItem__O5uAm{font-size:.9rem;white-space:nowrap;flex-shrink:0}.Header_actions__Al3Hx{gap:8px}.Header_bubble__SU84W{padding:8px 12px;font-size:.85rem}.Header_flag__KijjG{width:18px;height:14px}.Header_currencyMenu__j4vf4,.Header_languageMenu__xIl5f{right:auto;left:50%;transform:translateX(-50%)}}@media (max-width:480px){.Header_container__hDSyx{padding:10px 12px}.Header_actions__Al3Hx{gap:6px}.Header_bubble__SU84W{padding:8px 10px;font-size:.8rem}.Header_bubble__SU84W span{display:none}.Header_navItem__O5uAm{font-size:.85rem}}.LoginModal_overlay__4iu1s{position:fixed;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,.6);display:flex;align-items:center;justify-content:center;z-index:10000;backdrop-filter:blur(4px)}.LoginModal_modal__aRaHh{background:#fff;border-radius:16px;padding:32px;max-width:440px;width:90%;max-height:90vh;overflow-y:auto;position:relative;box-shadow:0 20px 60px rgba(0,0,0,.3)}.LoginModal_closeButton__LjJeO{position:absolute;top:16px;right:16px;background:none;border:none;font-size:24px;color:#999;cursor:pointer;padding:8px;line-height:1;transition:color .2s}.LoginModal_closeButton__LjJeO:hover{color:#333}.LoginModal_tabs__iE7Z_{display:flex;gap:8px;margin-bottom:24px;border-bottom:2px solid #f0f0f0}.LoginModal_tabs__iE7Z_ button{flex:1;padding:12px;background:none;font-size:16px;font-weight:600;color:#999;cursor:pointer;transition:all .2s;border:none;border-bottom:3px solid transparent;margin-bottom:-2px}.LoginModal_tabs__iE7Z_ button.LoginModal_active__Tj6so{color:var(--primary-color);border-bottom-color:var(--primary-color)}.LoginModal_error__xx3gk{background:#fee;border:1px solid #fcc;color:#c33;padding:12px;border-radius:8px;margin-bottom:16px;font-size:14px}.LoginModal_form__ceZIH{display:flex;flex-direction:column;gap:20px}.LoginModal_formGroup__taJl3{display:flex;flex-direction:column;gap:8px}.LoginModal_formGroup__taJl3 label{font-weight:600;font-size:14px;color:#333}.LoginModal_formGroup__taJl3 input{padding:12px 16px;border:1px solid #ddd;border-radius:8px;font-size:15px;transition:border-color .2s}.LoginModal_formGroup__taJl3 input:focus{outline:none;border-color:var(--primary-color);box-shadow:0 0 0 3px rgba(var(--primary-color-rgb),.1)}.LoginModal_submitButton__9bt3b{background-color:var(--button-color);color:var(--button-text-color);border:none;border-radius:8px;padding:14px;font-size:16px;font-weight:600;cursor:pointer;transition:background-color .2s;margin-top:8px}.LoginModal_submitButton__9bt3b:hover:not(:disabled){background-color:var(--button-hover)}.LoginModal_submitButton__9bt3b:disabled{opacity:.6;cursor:not-allowed}.LoginModal_forgotPassword____HqJ{text-align:center;font-size:14px;color:var(--primary-color);text-decoration:none;margin-top:8px}.LoginModal_forgotPassword____HqJ:hover{text-decoration:underline}.Footer_footer__HDTA0{background:#fff;border-top:1px solid #eaeaea;padding:32px 0 16px}.Footer_wrapper__DIgXu{max-width:1200px;margin:0 auto;padding:0 16px}.Footer_top__Q3oMR{justify-content:space-between;padding-bottom:24px;margin-bottom:32px;border-bottom:1px solid #e0e0e0}.Footer_payment__1ZuxX,.Footer_social__N5yYx,.Footer_top__Q3oMR{display:flex;align-items:center;flex-wrap:wrap;gap:16px}.Footer_social__N5yYx a{color:#444;font-size:22px;transition:opacity .2s ease}.Footer_social__N5yYx a:hover{opacity:.7}.Footer_payment__1ZuxX img{height:32px;width:auto;-o-object-fit:contain;object-fit:contain}.Footer_columns__LaQLO{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:32px;padding-bottom:32px;margin-bottom:16px;border-bottom:1px solid #e0e0e0}.Footer_column__ShXLM h4{font-size:16px;font-weight:600;margin-bottom:12px;color:#111827}.Footer_column__ShXLM a,.Footer_column__ShXLM p{font-size:14px;color:#444;text-decoration:none;margin-bottom:8px;display:block;line-height:1.6}.Footer_column__ShXLM a:hover{color:#07c}.Footer_column__ShXLM p i{margin-right:8px}.Footer_logo__7JMD0{height:50px;width:auto;margin-bottom:16px;display:block}.Footer_bottom__CLARo{display:flex;justify-content:space-between;align-items:center;font-size:13px;color:#888;flex-wrap:wrap;gap:16px}.Footer_bottom__CLARo a{color:#07c;text-decoration:none}.Footer_bottom__CLARo a:hover{text-decoration:underline}.Footer_guarantee__ykO30{height:40px;width:auto;opacity:.8}.Footer_bottom__CLARo span:last-child{display:flex;align-items:center;gap:8px}.Footer_bottom__CLARo span:last-child img{height:20px;width:auto}.Footer_mobileFooter__tOTYW{display:none;background:#fff;border-top:1px solid #eaeaea;padding:20px 0 12px}.Footer_mobileWrapper__QakJE{padding:0 12px;max-width:100%}.Footer_mobileTop__J7VXO{padding-bottom:16px;margin-bottom:20px;border-bottom:1px solid #e0e0e0}.Footer_mobileSocialPayment__nmjjT{display:flex;gap:20px;align-items:center;justify-content:center;flex-wrap:wrap}.Footer_mobilePayment__FGcdu,.Footer_mobileSocial__M6eja{display:flex;gap:16px;align-items:center}.Footer_mobilePayment__FGcdu i,.Footer_mobileSocial__M6eja a,.Footer_mobileSocial__M6eja i{font-size:22px;color:#666;padding:4px}.Footer_mobileColumns__4FXPn{display:flex;flex-direction:column;padding-bottom:16px;margin-bottom:16px;gap:0;border-bottom:1px solid #e0e0e0}.Footer_mobileColumn__u9PeZ{border-bottom:1px solid #e0e0e0;margin-bottom:16px;padding:12px 8px;text-align:center}.Footer_mobileColumn__u9PeZ:last-child{margin-bottom:0;border-bottom:none}.Footer_mobileColumn__u9PeZ h4{font-size:16px;margin-bottom:12px;color:#333;font-weight:600}.Footer_mobileColumn__u9PeZ a,.Footer_mobileColumn__u9PeZ p{font-size:14px;margin-bottom:8px;line-height:1.5;word-wrap:break-word;hyphens:auto;display:block;text-decoration:none;color:#666!important}.Footer_mobileColumn__u9PeZ a:hover{color:#444!important}.Footer_mobileColumn__u9PeZ p i{margin-right:8px;color:#666!important}.Footer_mobileLogo__x1Gpd{max-width:150px;height:auto;display:block;margin:0 auto 16px}.Footer_mobileBottom__fZ_hp{display:flex;flex-direction:column;justify-content:center;align-items:center;gap:16px;text-align:center;padding-top:16px}.Footer_mobileBottom__fZ_hp .Footer_guarantee__ykO30{height:32px;max-width:100%}.Footer_mobileCopy__yDnHp{font-size:12px;line-height:1.3;margin-bottom:8px;color:#666;order:1}.Footer_mobilePowered__84xCL{display:flex;align-items:center;justify-content:center;gap:8px}.Footer_mobilePowered__84xCL span{color:#666;font-size:14px}.Footer_mobilePowered__84xCL img{height:20px;width:auto}@media (max-width:768px){.Footer_footer__HDTA0{display:none}.Footer_mobileFooter__tOTYW{display:block}}@media (max-width:480px){.Footer_mobileWrapper__QakJE{padding:0 10px}.Footer_mobileTop__J7VXO{padding-bottom:12px;margin-bottom:16px}.Footer_mobileSocialPayment__nmjjT{gap:16px}.Footer_mobilePayment__FGcdu,.Footer_mobileSocial__M6eja{gap:14px}.Footer_mobilePayment__FGcdu i,.Footer_mobileSocial__M6eja i{font-size:20px}.Footer_mobileColumn__u9PeZ{padding:10px 6px;margin-bottom:12px}.Footer_mobileColumn__u9PeZ h4{font-size:15px;margin-bottom:10px}.Footer_mobileColumn__u9PeZ a,.Footer_mobileColumn__u9PeZ p{font-size:13px;margin-bottom:6px}.Footer_mobileLogo__x1Gpd{max-width:120px;margin-bottom:12px}.Footer_mobileBottom__fZ_hp{gap:10px}.Footer_mobileCopy__yDnHp{font-size:11px}.Footer_mobileBottom__fZ_hp .Footer_guarantee__ykO30{height:28px}.Footer_mobilePowered__84xCL img{height:18px}}@media (min-width:769px){.Footer_mobileFooter__tOTYW{display:none}}