@import"https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&family=Roboto:wght@400;500;700&display=swap";:root{--primary-blue: #2874f0;--secondary-blue: #1c5fd1;--warning-yellow: #ff9f00;--action-orange: #fb641b;--bg-color: #f1f3f6;--text-dark: #212121;--text-gray: #878787;--white: #ffffff;--border-color: #f0f0f0;--success-green: #388e3c;--shadow-sm: 0 1px 2px 0 rgba(0, 0, 0, .1);--shadow-md: 0 4px 6px -1px rgba(0, 0, 0, .1), 0 2px 4px -1px rgba(0, 0, 0, .06);--shadow-lg: 0 10px 15px -3px rgba(0, 0, 0, .1), 0 4px 6px -2px rgba(0, 0, 0, .05);--radius-sm: 2px;--radius-md: 4px;--radius-lg: 8px}*{margin:0;padding:0;box-sizing:border-box}body{font-family:Roboto,Inter,sans-serif;background-color:var(--white);color:var(--text-dark);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{text-decoration:none;color:inherit}button{cursor:pointer;border:none;outline:none;font-family:inherit}.fade-in{animation:fadeIn .4s cubic-bezier(.4,0,.2,1)}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.container{max-width:1300px;margin:0 auto;padding:0 16px}.app-layout{display:flex;flex-direction:column;min-height:100vh}.main-content{flex:1;padding-bottom:24px}.btn{padding:12px 24px;border-radius:var(--radius-sm);font-weight:500;font-size:16px;transition:all .2s ease;display:inline-flex;align-items:center;justify-content:center;gap:8px}.btn-primary{background-color:var(--action-orange);color:var(--white);box-shadow:0 2px 4px #0003}.btn-primary:hover{background-color:#f75b11;box-shadow:0 4px 6px #0003}.btn-secondary{background-color:var(--warning-yellow);color:var(--white);box-shadow:0 2px 4px #0003}.btn-secondary:hover{background-color:#e68f00;box-shadow:0 4px 6px #0003}._navbarWrapper_y6jy7_1{background-color:#fff;position:sticky;top:0;z-index:1000}._header_y6jy7_8{background-color:var(--white);font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Arial,sans-serif}._topRow_y6jy7_13{max-width:1248px;margin:0 auto;padding:12px 24px 0;display:flex;justify-content:space-between;align-items:center}._brandTabs_y6jy7_22{display:flex;gap:12px;align-items:center}._brandTab_y6jy7_22{display:flex;align-items:center;justify-content:center;padding:0 25px;border-radius:12px;font-size:14px;font-weight:500;cursor:pointer;text-decoration:none;height:44px}._activeTab_y6jy7_41{background-color:#ffe51f}._brandLogo_y6jy7_45{height:24px}._travelTab_y6jy7_49{background-color:#f0f0f0;color:#212121}._travelLogo_y6jy7_54{height:18px;margin-right:6px}._travelText_y6jy7_59{font-weight:600;font-style:italic}._location_y6jy7_64{display:flex;align-items:center;font-size:14px;gap:4px}._pinIcon_y6jy7_71{height:16px;opacity:.8}._locationText_y6jy7_76{color:#212121;font-weight:600}._locationLink_y6jy7_81{color:#2874f0;font-weight:600;cursor:pointer;margin-left:4px}._locationLink_y6jy7_81:hover{text-decoration:underline}._middleRow_y6jy7_92{max-width:1248px;margin:0 auto;padding:12px 24px;display:flex;align-items:center;gap:32px}._searchBar_y6jy7_101{flex:1;display:flex;align-items:center;background-color:#fff;border:1px solid #2874f0;border-radius:8px;padding:0;height:40px;transition:box-shadow .2s}._searchBar_y6jy7_101:focus-within{box-shadow:0 0 0 1px #2874f0}._searchIcon_y6jy7_117{padding-left:12px;color:#717478;width:32px}._searchInput_y6jy7_123{flex:1;height:100%;padding:0 16px 0 8px;background:transparent;border:none;outline:none;font-size:16px;color:#212121}._navActions_y6jy7_134{display:flex;align-items:center;gap:28px}._loginAction_y6jy7_140,._moreAction_y6jy7_141{position:relative;display:flex;align-items:center;height:40px}._loginBtn_y6jy7_148{display:flex;align-items:center;font-size:16px;font-weight:400;color:#212121;cursor:pointer;padding:8px 12px;border-radius:8px;text-decoration:none}._arrowProps_y6jy7_165{transition:transform .3s ease}._loginAction_y6jy7_140:hover ._arrowProps_y6jy7_165,._moreAction_y6jy7_141:hover ._arrowProps_y6jy7_165{transform:rotate(180deg)}._dropdownMenu_y6jy7_174{position:absolute;top:100%;left:50%;transform:translate(-50%);background-color:#fff;border:1px solid #e0e0e0;border-radius:8px;box-shadow:0 4px 16px #0000001a;min-width:280px;opacity:0;visibility:hidden;transition:opacity .2s,visibility .2s;z-index:1000;margin-top:4px}._dropdownMenu_y6jy7_174:before{content:"";position:absolute;top:-8px;left:50%;transform:translate(-50%);border-left:8px solid transparent;border-right:8px solid transparent;border-bottom:8px solid #ffffff}._dropdownMenu_y6jy7_174:after{content:"";position:absolute;top:-9px;left:50%;transform:translate(-50%);border-left:9px solid transparent;border-right:9px solid transparent;border-bottom:9px solid #e0e0e0;z-index:-1}._loginAction_y6jy7_140:hover ._dropdownMenu_y6jy7_174,._moreAction_y6jy7_141:hover ._dropdownMenu_y6jy7_174{opacity:1;visibility:visible}._dropdownHeader_y6jy7_222{display:flex;justify-content:space-between;align-items:center;padding:16px;border-bottom:1px solid #e0e0e0;font-size:14px;color:#212121}._signupLink_y6jy7_232{color:#2874f0;font-weight:600;text-decoration:none}._signupLink_y6jy7_232:hover{text-decoration:underline}._dropdownList_y6jy7_242{list-style:none;padding:8px 0;margin:0}._dropdownList_y6jy7_242 li{display:flex;align-items:center;gap:16px;padding:12px 16px;font-size:14px;color:#212121;cursor:pointer;transition:background-color .2s}._dropdownList_y6jy7_242 li svg{color:#878787}._dropdownList_y6jy7_242 li:hover{background-color:#f5f8ff}._navItem_y6jy7_161{display:flex;align-items:center;gap:6px;font-size:16px;font-weight:400;color:#212121;cursor:pointer;text-decoration:none;padding:8px 12px;border-radius:8px}._cartBadge_y6jy7_282{background-color:#ff6a00;color:#fff;font-size:12px;font-weight:700;padding:0 6px;border-radius:10px;margin-left:2px}._categoriesWrapper_y6jy7_292{background-color:#fff;border-top:1px solid #e0e0e0;border-bottom:1px solid #e0e0e0}._categoriesWrapper_y6jy7_292._collapsedRow_y6jy7_298{background-color:#ffffffb3;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px)}._categoriesRow_y6jy7_304{max-width:1248px;margin:0 auto;display:flex;justify-content:space-between;padding:4px 24px;overflow-x:auto;scrollbar-width:none}._categoriesRow_y6jy7_304::-webkit-scrollbar{display:none}._categoryItem_y6jy7_318{display:flex;flex-direction:column;align-items:center;cursor:pointer;padding:0 6px 3px;min-width:72px;border-bottom:2px solid transparent;text-decoration:none;color:inherit}._categoryItem_y6jy7_318:hover ._catName_y6jy7_330{color:#2874f0}._activeCategory_y6jy7_334{border-bottom:3px solid #2874f0}._activeCategory_y6jy7_334 ._catIcon_y6jy7_338{background:linear-gradient(to bottom,#2874f02e,#2874f00d);border-radius:6px}._activeCategory_y6jy7_334 ._catName_y6jy7_330{color:#212121;font-weight:700}._collapsedRow_y6jy7_298 ._catIcon_y6jy7_338{animation:_popOut_y6jy7_1 .3s ease forwards}._expandedRow_y6jy7_352 ._catIcon_y6jy7_338{animation:_popIn_y6jy7_1 .3s ease forwards}._catIcon_y6jy7_338{width:48px;height:48px;display:flex;align-items:center;justify-content:center;overflow:hidden;margin-bottom:0}@keyframes _popOut_y6jy7_1{0%{transform:scale(1);height:48px;margin-bottom:0;opacity:1}50%{transform:scale(.5);opacity:.3}to{transform:scale(0);height:0px;margin-bottom:0;opacity:0}}@keyframes _popIn_y6jy7_1{0%{transform:scale(0);height:0px;margin-bottom:0;opacity:0}to{transform:scale(1);height:48px;margin-bottom:0;opacity:1}}._catImage_y6jy7_400{width:100%;height:100%;object-fit:contain}._catName_y6jy7_330{font-size:14px;font-weight:500;color:#212121;white-space:nowrap}@media (max-width: 900px){._topRow_y6jy7_13,._navActions_y6jy7_134{display:none}}._footer_ctni0_1{background-color:#212121;color:#fff;font-family:Roboto,Arial,sans-serif;margin-top:40px}._container_ctni0_8{max-width:1248px;margin:0 auto}._topSection_ctni0_13{display:flex;padding:40px 0}._linksGrid_ctni0_18{display:flex;flex:1.5;justify-content:space-between;padding-right:30px}._column_ctni0_25{display:flex;flex-direction:column;gap:10px}._colHeading_ctni0_31{color:#878787;font-size:12px;font-weight:400;margin-bottom:8px}._link_ctni0_18{color:#fff;font-size:12px;text-decoration:none;line-height:1.5}._link_ctni0_18:hover{text-decoration:underline}._addressGrid_ctni0_49{display:flex;flex:1;border-left:1px solid #454d5e;padding-left:30px;justify-content:space-between}._addressCol_ctni0_57{display:flex;flex-direction:column;flex:1}._addressText_ctni0_63{color:#fff;font-size:12px;line-height:1.6}._phoneLink_ctni0_69{color:#2874f0;text-decoration:none;font-weight:500}._socialRow_ctni0_75{display:flex;gap:12px;margin-top:12px}._socialIcon_ctni0_81{color:#fff;width:20px;height:20px}._bottomBar_ctni0_87{border-top:1px solid #454d5e;padding:25px 0;display:flex;justify-content:space-between;align-items:center}._bottomItem_ctni0_95{display:flex;align-items:center;gap:8px;color:#fff;font-size:14px;text-decoration:none}._bottomItemIcon_ctni0_104{color:#ffc200}._copyright_ctni0_108{font-size:14px;color:#fff}._paymentMethods_ctni0_113{display:flex;gap:8px}._paymentIcon_ctni0_118{height:20px}@media (max-width: 992px){._topSection_ctni0_13{flex-direction:column;padding:24px 0}._linksGrid_ctni0_18{flex-wrap:wrap;gap:24px;padding:0 16px}._addressGrid_ctni0_49{border-left:none;border-top:1px solid #454d5e;padding:24px 16px 0;margin-top:24px;flex-wrap:wrap;gap:24px}._bottomBar_ctni0_87{flex-wrap:wrap;gap:16px;padding:16px;justify-content:center}}@media (max-width: 576px){._footer_ctni0_1{width:100%;overflow-x:hidden}._column_ctni0_25{flex:1 1 45%}._addressCol_ctni0_57{flex:1 1 100%}._bottomItem_ctni0_95{width:45%;justify-content:center;font-size:13px}._copyright_ctni0_108{width:100%;text-align:center}._paymentMethods_ctni0_113{display:none}}._card_qgmul_1{background:var(--white);border-radius:4px;display:flex;flex-direction:column;transition:transform .2s ease;position:relative;cursor:pointer;text-decoration:none;border:1px solid #f0f0f0}._card_qgmul_1:hover{box-shadow:0 4px 8px #0000001a;transform:translateY(-2px)}._imageContainer_qgmul_19{width:100%;height:240px;display:flex;align-items:center;justify-content:center;overflow:hidden;position:relative;background-color:#f5f5f5}._image_qgmul_19{max-width:100%;max-height:100%;object-fit:cover;transition:transform .3s ease}._card_qgmul_1:hover ._image_qgmul_19{transform:scale(1.05)}._details_qgmul_41{padding:12px}._title_qgmul_45{font-size:14px;font-weight:500;color:var(--text-dark);white-space:nowrap;overflow:hidden;text-overflow:ellipsis;margin-bottom:4px}._rating_qgmul_55{font-size:12px;color:#878787;display:flex;align-items:center;gap:4px;margin-bottom:6px}._ratingBadge_qgmul_64{background-color:var(--success-green);color:var(--white);padding:2px 4px;border-radius:3px;font-weight:600;font-size:11px}._priceContainer_qgmul_73{display:flex;align-items:baseline;gap:8px}._price_qgmul_73{font-size:16px;font-weight:700;color:var(--text-dark)}._originalPrice_qgmul_85{font-size:14px;color:var(--text-gray);text-decoration:line-through}._discount_qgmul_91{font-size:13px;font-weight:600;color:var(--success-green)}._card_1fl87_1{display:flex;flex-direction:column;padding:16px;background-color:#fff;border-radius:4px}._imageContainer_1fl87_9{width:100%;height:200px;background-color:#f0f0f0;margin-bottom:12px;border-radius:4px;animation:_pulse_1fl87_1 1.5s infinite ease-in-out}._titleLine_1fl87_18{height:16px;background-color:#f0f0f0;border-radius:4px;margin-bottom:8px;animation:_pulse_1fl87_1 1.5s infinite ease-in-out}._titleLineShort_1fl87_26{width:70%;height:16px;background-color:#f0f0f0;border-radius:4px;margin-bottom:16px;animation:_pulse_1fl87_1 1.5s infinite ease-in-out}._ratingLine_1fl87_35{height:14px;width:40%;background-color:#f0f0f0;border-radius:4px;margin-bottom:16px;animation:_pulse_1fl87_1 1.5s infinite ease-in-out}._priceLine_1fl87_44{height:20px;width:60%;background-color:#f0f0f0;border-radius:4px;animation:_pulse_1fl87_1 1.5s infinite ease-in-out}@keyframes _pulse_1fl87_1{0%{opacity:1}50%{opacity:.5}to{opacity:1}}._homeContainer_1rn6k_1{padding:16px;background-color:transparent;min-height:calc(100vh - 120px);max-width:1400px;margin:0 auto}._bannerContainer_1rn6k_9{display:flex;gap:16px;margin-bottom:24px;overflow-x:auto;scrollbar-width:none;background-color:var(--white);padding:16px}._bannerContainer_1rn6k_9::-webkit-scrollbar{display:none}._bannerImageWrapper_1rn6k_23{flex:1;min-width:380px;height:220px;border-radius:8px;overflow:hidden;box-shadow:0 1px 2px #0000001a;background-color:#f5f5f5}._bannerImage_1rn6k_23{width:100%;height:100%;object-fit:cover}._groupContainer_1rn6k_40{border-radius:12px;padding:16px 20px;margin-bottom:24px}._groupHeader_1rn6k_46{display:flex;justify-content:space-between;align-items:center;margin-bottom:16px}._groupTitle_1rn6k_53{font-size:22px;font-weight:600;color:#111}._arrowCircleBlack_1rn6k_59{background-color:#000;width:28px;height:28px;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;box-shadow:0 2px 4px #0003}._groupRow_1rn6k_71{display:grid;grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:16px}._sectionHeader_1rn6k_78{display:flex;justify-content:space-between;align-items:center;margin-bottom:24px;padding:0 8px}._sectionTitle_1rn6k_86{font-size:24px;font-weight:600;color:#212121}._productGrid_1rn6k_92{display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:16px}@media (max-width: 768px){._productGrid_1rn6k_92,._groupRow_1rn6k_71{grid-template-columns:repeat(auto-fill,minmax(160px,1fr))}}._searchResultsHeader_1rn6k_104{margin-bottom:24px;padding:16px;background:var(--white);border-radius:4px;box-shadow:0 1px 2px #00000014}._resultCount_1rn6k_112{font-size:14px;color:#878787;margin-top:4px}._emptyState_1rn6k_118{text-align:center;padding:64px 24px;background:var(--white);border-radius:4px}._emptyState_1rn6k_118 h3{font-size:20px;color:#212121;margin-bottom:8px}._emptyState_1rn6k_118 p{color:#878787;margin-bottom:24px}._goHomeBtn_1rn6k_136{display:inline-block;background:#2874f0;color:#fff;padding:12px 32px;border-radius:4px;font-weight:500;text-decoration:none;transition:background .2s}._goHomeBtn_1rn6k_136:hover{background:#1a5dc8}._pageBackground_18jcl_1{background-color:var(--white);min-height:calc(100vh - 64px)}._breadcrumbs_18jcl_6{padding:12px 24px;font-size:13px;color:#878787;border-bottom:1px solid #f0f0f0}._container_18jcl_13{display:flex;padding:24px;max-width:1400px;margin:0 auto;gap:32px;align-items:flex-start}._leftColumn_18jcl_22{flex:1.2}._carouselContainer_18jcl_26{display:flex;gap:16px;position:sticky;top:80px}._thumbnailList_18jcl_33{display:flex;flex-direction:column;gap:12px;width:64px}._thumbWrap_18jcl_40{width:64px;height:64px;border:1px solid #e0e0e0;border-radius:4px;overflow:hidden;cursor:pointer;padding:2px}._thumbWrap_18jcl_40:hover{border-color:#2874f0}._activeThumb_18jcl_54{border:2px solid #2874f0}._thumbImg_18jcl_58{width:100%;height:100%;object-fit:contain}._mainImageContainer_18jcl_64{flex:1;background-color:#f8f8f8;border-radius:8px;border:1px solid #f0f0f0;position:relative;display:flex;justify-content:center;align-items:center;aspect-ratio:1/1;max-height:500px;overflow:hidden}._mainImage_18jcl_64{width:100%;height:100%;object-fit:contain;transition:transform .3s ease}._mainImageContainer_18jcl_64:hover ._mainImage_18jcl_64{transform:scale(1.05)}._floatingIcons_18jcl_89{position:absolute;top:12px;right:12px;display:flex;flex-direction:column;gap:12px}._iconCircle_18jcl_98{background:#fff;border-radius:50%;width:38px;height:38px;display:flex;align-items:center;justify-content:center;box-shadow:0 2px 6px #0000001a;color:#333;cursor:pointer}._rightColumn_18jcl_111{flex:1;display:flex;flex-direction:column;gap:20px}._adCard_18jcl_119{display:flex;gap:12px;background:#f8f8f8;border-radius:8px;padding:10px;position:relative}._adImg_18jcl_128{width:52px;height:52px;border-radius:6px;object-fit:cover}._adInfo_18jcl_135{flex:1}._adTitle_18jcl_139{font-size:14px;color:#333;display:flex;justify-content:space-between;line-height:1.4}._adBadge_18jcl_147{background:#ccc;color:#fff;font-size:10px;padding:2px 6px;border-radius:4px;height:max-content;font-weight:600}._adPrice_18jcl_157{display:flex;gap:6px;align-items:center;margin-top:6px;font-size:13px}._adDiscount_18jcl_165{color:#388e3c;font-weight:700}._adOriginal_18jcl_170{text-decoration:line-through;color:#878787}._adCurrent_18jcl_175{font-weight:700;color:#212121}._selectionBlock_18jcl_181{display:flex;flex-direction:column;gap:12px}._selectionTitle_18jcl_187{font-size:15px;font-weight:600;color:#212121}._selectionTitle_18jcl_187 span{font-weight:400;color:#444}._sizeChartText_18jcl_198{color:#2874f0!important;font-weight:600!important;margin-left:8px;cursor:pointer}._thumbnailRow_18jcl_205{display:flex;gap:12px}._colorThumb_18jcl_210{width:72px;height:72px;border-radius:10px;border:1px solid #e0e0e0;padding:3px;cursor:pointer;overflow:hidden}._colorThumb_18jcl_210 img{width:100%;height:100%;object-fit:cover;border-radius:6px}._colorActive_18jcl_227{border:2px solid #212121}._sizeRow_18jcl_231{display:flex;gap:12px}._sizeBtn_18jcl_236{width:52px;height:52px;border-radius:10px;border:1px solid #e0e0e0;background:#fff;font-size:15px;font-weight:500;cursor:pointer;color:#212121}._sizeBtn_18jcl_236:hover{border-color:#212121}._title_18jcl_253{font-size:18px;font-weight:400;color:#212121;margin:0;line-height:1.4}._ratingRow_18jcl_261{display:flex;align-items:center;gap:8px;font-size:14px}._ratingBadge_18jcl_268{background:#f1f3f6;padding:4px 8px;border-radius:4px;font-size:13px;font-weight:600;color:#212121;display:flex;align-items:center;gap:4px}._ratingStar_18jcl_280{color:#388e3c;font-size:14px}._ratingCount_18jcl_285{color:#878787;font-size:13px}._hotDeal_18jcl_290{background:#118c4f;color:#fff;font-size:12px;font-weight:700;padding:4px 8px;border-radius:4px;width:fit-content}._priceSection_18jcl_300{display:flex;align-items:baseline;gap:8px}._discountWrap_18jcl_306{display:flex;align-items:baseline}._discountArrow_18jcl_311{color:#118c4f;font-size:24px;font-weight:700}._discountText_18jcl_317{color:#118c4f;font-size:32px;font-weight:700}._originalPrice_18jcl_323{color:#878787;text-decoration:line-through;font-size:24px;margin-left:8px;font-weight:400}._price_18jcl_300{font-size:32px;font-weight:700;color:#212121;margin-left:4px}._offersBanner_18jcl_338{background:#1c45df;border-radius:8px;padding:16px;color:#fff;display:flex;justify-content:space-between;align-items:center;cursor:pointer;margin-top:4px}._offersLeft_18jcl_350{display:flex;align-items:center;gap:12px}._wowDeal_18jcl_356{background:#000;color:#fff;padding:2px 6px;border-radius:4px;font-size:11px;font-weight:900;font-style:italic}._offersText_18jcl_366{font-size:15px;font-weight:500}._actionButtons_18jcl_371{display:flex;gap:16px;margin-top:8px}._addBtn_18jcl_377,._buyBtn_18jcl_377{flex:1;padding:16px;font-size:16px;font-weight:600;border-radius:8px;border:none;cursor:pointer;transition:all .2s ease}._addBtn_18jcl_377{background:#fff;border:1px solid #d0d0d0;color:#212121}._buyBtn_18jcl_377{background:#fcdc00;color:#212121}@media (max-width: 1024px){._container_18jcl_13{flex-direction:column}._leftColumn_18jcl_22,._rightColumn_18jcl_111{width:100%}}._cartPage_fk817_1{background-color:#f1f3f6;min-height:calc(100vh - 64px);padding:16px 0}._cartContainer_fk817_7{max-width:1200px;margin:0 auto;display:flex;gap:16px;padding:0 16px;align-items:flex-start}._leftColumn_fk817_17{flex:1;background:#fff;box-shadow:0 1px 1px #0003}._deliverBox_fk817_24{display:flex;align-items:center;justify-content:space-between;padding:12px 24px;border-bottom:1px solid #f0f0f0}._deliverInfo_fk817_32{display:flex;align-items:center;gap:8px;font-size:14px}._deliverLabel_fk817_39{color:#878787;font-weight:500}._deliverName_fk817_44{font-weight:600;color:#212121}._addressTag_fk817_49{background:#f0f0f0;padding:2px 8px;border-radius:2px;font-size:11px;font-weight:600;color:#878787;letter-spacing:.5px}._changeBtn_fk817_59{color:#2874f0;font-weight:500;font-size:14px;border:1px solid #2874f0;padding:8px 20px;border-radius:2px;cursor:pointer;background:#fff}._changeBtn_fk817_59:hover{background:#f5f8ff}._cartItem_fk817_75{display:flex;padding:24px;border-bottom:1px solid #f0f0f0;gap:24px}._itemLeft_fk817_82{display:flex;flex-direction:column;align-items:center;gap:16px;min-width:112px}._itemImage_fk817_90{width:112px;height:112px;object-fit:contain}._qtyControl_fk817_96{display:flex;align-items:center;border:1px solid #c2c2c2;border-radius:2px;overflow:hidden}._qtyBtn_fk817_104{width:32px;height:32px;border:none;background:#fff;font-size:18px;cursor:pointer;color:#212121;display:flex;align-items:center;justify-content:center}._qtyBtn_fk817_104:hover{background:#f0f0f0}._qtyBtn_fk817_104:disabled{opacity:.3;cursor:not-allowed}._qtyValue_fk817_126{width:36px;text-align:center;font-size:14px;font-weight:600;border-left:1px solid #c2c2c2;border-right:1px solid #c2c2c2;line-height:32px}._itemRight_fk817_136{flex:1}._itemTitle_fk817_140{font-size:16px;color:#212121;text-decoration:none;line-height:1.4;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}._itemTitle_fk817_140:hover{color:#2874f0}._ratingRow_fk817_155{display:flex;align-items:center;gap:6px;margin-top:8px}._ratingBadge_fk817_162{background:#388e3c;color:#fff;padding:1px 6px;border-radius:3px;font-size:12px;font-weight:600}._ratingCount_fk817_171{font-size:13px;color:#878787}._assuredBadge_fk817_176{height:18px;margin-left:4px}._priceRow_fk817_181{display:flex;align-items:baseline;gap:10px;margin-top:12px}._discountPct_fk817_188{color:#388e3c;font-weight:600;font-size:14px}._originalPrice_fk817_194{text-decoration:line-through;color:#878787;font-size:14px}._currentPrice_fk817_200{font-size:18px;font-weight:600;color:#212121}._deliveryInfo_fk817_206{display:flex;align-items:center;gap:6px;margin-top:10px;font-size:13px;color:#878787}._deliveryInfo_fk817_206 span{color:#2874f0;font-weight:600;font-size:12px}._itemActions_fk817_221{display:flex;gap:0;margin-top:20px;border-top:1px solid #f0f0f0;padding-top:12px}._actionBtn_fk817_229{flex:1;display:flex;align-items:center;justify-content:center;gap:6px;padding:10px 0;font-size:14px;font-weight:500;color:#212121;cursor:pointer;background:none;border:none;transition:color .2s}._actionBtn_fk817_229:hover{color:#2874f0}._actionBtn_fk817_229:not(:last-child){border-right:1px solid #f0f0f0}._checkoutBox_fk817_254{display:flex;justify-content:flex-end;padding:16px 24px;box-shadow:0 -2px 10px #0000001a}._placeOrderBtn_fk817_261{background:#fb641b;color:#fff;padding:16px 48px;font-size:16px;font-weight:600;border:none;border-radius:2px;cursor:pointer;box-shadow:0 1px 2px #0003}._placeOrderBtn_fk817_261:hover{background:#e85d19}._rightColumn_fk817_278{width:360px;position:sticky;top:80px}._priceDetails_fk817_284{background:#fff;box-shadow:0 1px 1px #0003}._priceHeader_fk817_289{padding:14px 24px;font-size:16px;font-weight:600;color:#878787;text-transform:uppercase;border-bottom:1px solid #f0f0f0}._priceDetailRow_fk817_298{display:flex;justify-content:space-between;padding:12px 24px 0;font-size:14px;color:#212121}._totalRow_fk817_306{display:flex;justify-content:space-between;padding:16px 24px;font-size:18px;font-weight:600;color:#212121;border-top:1px dashed #e0e0e0;margin-top:12px}._savingsBar_fk817_317{padding:12px 24px;color:#388e3c;font-weight:500;font-size:14px;background:#eafaf1;border-top:1px solid #e0e0e0}._secureBox_fk817_326{background:#fff;display:flex;align-items:center;gap:12px;padding:16px 24px;margin-top:12px;font-size:13px;color:#878787;box-shadow:0 1px 1px #0003}._stickyBottom_fk817_339{background:#fff;display:flex;justify-content:space-between;align-items:center;padding:12px 16px;margin-top:12px;box-shadow:0 -2px 10px #0000001a}._stickyPrice_fk817_349{display:flex;flex-direction:column}._stickyOld_fk817_354{text-decoration:line-through;color:#878787;font-size:13px}._stickyTotal_fk817_360{font-size:18px;font-weight:600;color:#212121}._stickyPlaceBtn_fk817_366{background:#fb641b;color:#fff;padding:14px 36px;border:none;border-radius:2px;font-size:16px;font-weight:500;cursor:pointer}._stickyPlaceBtn_fk817_366:hover{background:#e85d19}._emptyCart_fk817_382{display:flex;justify-content:center;align-items:center;min-height:calc(100vh - 120px);background:#e0e0e0}._emptyCartInner_fk817_390{display:flex;flex-direction:column;align-items:center;padding:60px 80px}._emptyCartSvg_fk817_397{margin-bottom:32px}._emptyCartTitle_fk817_401{font-size:26px;font-weight:500;color:#3e3e3e;margin-bottom:32px}._shopNowBtn_fk817_408{display:inline-block;background:#2874f0;color:#fff;padding:14px 64px;border-radius:4px;text-decoration:none;font-weight:600;font-size:16px;letter-spacing:.3px;transition:background .2s}._shopNowBtn_fk817_408:hover{background:#1a5dc8}@media (max-width: 900px){._cartContainer_fk817_7{flex-direction:column}._rightColumn_fk817_278{width:100%;position:static}}._checkoutPage_1puph_1{background:#f1f3f6;min-height:calc(100vh - 64px)}._checkoutBanner_1puph_7{background:#fff;box-shadow:0 1px 2px #0000001a;margin-bottom:12px}._bannerInner_1puph_13{max-width:1200px;margin:0 auto;padding:16px 24px;display:flex;justify-content:space-between;align-items:center}._bannerSteps_1puph_22{display:flex;align-items:center;gap:0}._bannerStep_1puph_22{display:flex;align-items:center;gap:8px;font-size:13px;font-weight:500;color:#878787;letter-spacing:.5px}._bannerStep_1puph_22 span{width:22px;height:22px;border-radius:2px;display:flex;align-items:center;justify-content:center;font-size:12px;font-weight:600;background:#f0f0f0;color:#878787}._bannerStepActive_1puph_51{color:#2874f0;font-weight:600}._bannerStepActive_1puph_51 span{background:#2874f0;color:#fff}._bannerDivider_1puph_61{width:48px;height:2px;background:#e0e0e0;margin:0 12px}._bannerSecure_1puph_68{display:flex;align-items:center;gap:6px;font-size:13px;font-weight:500;color:#878787}._loadingPage_1puph_78{display:flex;flex-direction:column;justify-content:center;align-items:center;gap:16px;min-height:60vh;font-size:15px;color:#878787}._spinner_1puph_89{width:32px;height:32px;border:3px solid #e0e0e0;border-top-color:#2874f0;border-radius:50%;animation:_spin_1puph_89 .7s linear infinite}@keyframes _spin_1puph_89{to{transform:rotate(360deg)}}._checkoutContainer_1puph_103{max-width:1200px;margin:0 auto;display:flex;gap:16px;padding:0 16px 32px;align-items:flex-start}._leftColumn_1puph_113{flex:1;display:flex;flex-direction:column;gap:8px}._stepBox_1puph_120{background:#fff;box-shadow:0 1px 1px #0003;border-radius:2px;overflow:hidden}._stepHeader_1puph_128{display:flex;align-items:center;gap:16px;padding:14px 24px;background:#2874f0;color:#fff;font-size:13px;font-weight:500;letter-spacing:.8px}._stepNumber_1puph_140{background:#fff;color:#2874f0;width:22px;height:22px;border-radius:2px;display:flex;align-items:center;justify-content:center;font-size:12px;font-weight:700}._stepHeaderInactive_1puph_153{display:flex;align-items:center;gap:16px;padding:14px 24px;background:#fff;color:#878787;font-size:13px;font-weight:500;letter-spacing:.8px}._stepNumberInactive_1puph_165{background:#f0f0f0;color:#878787;width:22px;height:22px;border-radius:2px;display:flex;align-items:center;justify-content:center;font-size:12px;font-weight:700}._stepItemCount_1puph_178{margin-left:auto;font-size:12px;font-weight:400;color:#878787}._stepContent_1puph_185{padding:20px 24px}._orderPreview_1puph_190{display:flex;align-items:center;gap:8px;padding:12px 24px;border-top:1px solid #f0f0f0}._previewItem_1puph_198{width:48px;height:48px;border:1px solid #f0f0f0;border-radius:4px;overflow:hidden;flex-shrink:0}._previewImg_1puph_207{width:100%;height:100%;object-fit:contain}._previewMore_1puph_213{width:48px;height:48px;background:#f0f0f0;border-radius:4px;display:flex;align-items:center;justify-content:center;font-size:13px;font-weight:600;color:#878787}._addressCard_1puph_227{display:flex;gap:16px;padding:16px 20px;border:1px solid #e0e0e0;border-radius:4px;margin-bottom:12px;cursor:pointer;transition:all .2s ease}._addressCard_1puph_227:hover{border-color:#2874f0;box-shadow:0 0 0 1px #2874f0 inset}._addressCardSelected_1puph_243{border-color:#2874f0;background:linear-gradient(135deg,#f5f8ff,#eef3fd);box-shadow:0 0 0 1px #2874f0 inset}._addressRadio_1puph_249{padding-top:2px}._radio_1puph_251{width:20px;height:20px;border-radius:50%;border:2px solid #c2c2c2;display:flex;align-items:center;justify-content:center;transition:all .2s}._radioActive_1puph_262{border-color:#2874f0}._radioDot_1puph_266{width:10px;height:10px;border-radius:50%;background:#2874f0}._addressInfo_1puph_273{flex:1}._addressHead_1puph_275{display:flex;align-items:center;gap:12px;margin-bottom:8px}._addressName_1puph_282{font-weight:600;font-size:14px;color:#212121}._addressTag_1puph_284{background:#f0f0f0;padding:2px 10px;border-radius:2px;font-size:10px;font-weight:700;color:#878787;letter-spacing:.8px}._addressPhone_1puph_294{font-size:14px;color:#212121;font-weight:500}._addressText_1puph_296{font-size:14px;color:#212121;line-height:1.6;margin:0}._deliverHereBtn_1puph_303{margin-top:16px;background:#fb641b;color:#fff;border:none;padding:12px 40px;font-size:13px;font-weight:600;border-radius:2px;cursor:pointer;letter-spacing:1px;transition:background .2s}._deliverHereBtn_1puph_303:hover{background:#e85d19}._addNewBtn_1puph_320{display:flex;align-items:center;gap:10px;padding:18px 20px;color:#2874f0;font-size:14px;font-weight:600;background:none;border:1px dashed #2874f0;border-radius:4px;cursor:pointer;width:100%;text-transform:uppercase;letter-spacing:.5px;transition:all .2s}._addNewBtn_1puph_320:hover{background:#f5f8ff;border-style:solid}._addressForm_1puph_344{border:1px solid #2874f0;border-radius:4px;padding:28px;background:linear-gradient(180deg,#f5f8ff,#fff 60%)}._formTitle_1puph_351{display:flex;align-items:center;gap:8px;color:#2874f0;font-size:12px;font-weight:700;text-transform:uppercase;letter-spacing:1px;margin-bottom:24px;padding-bottom:12px;border-bottom:1px solid #e8eef8}._formRow_1puph_365{display:flex;gap:20px;margin-bottom:0}._formGroup_1puph_371{flex:1;margin-bottom:18px}._formLabel_1puph_376{display:block;font-size:12px;font-weight:600;color:#878787;margin-bottom:6px;text-transform:uppercase;letter-spacing:.5px}._formInput_1puph_386{width:100%;padding:12px 16px;border:1px solid #c2c2c2;border-radius:4px;font-size:14px;outline:none;transition:border .2s,box-shadow .2s;background:#fff;box-sizing:border-box}._formInput_1puph_386:focus{border-color:#2874f0;box-shadow:0 0 0 3px #2874f014}._formTextarea_1puph_403{width:100%;padding:12px 16px;border:1px solid #c2c2c2;border-radius:4px;font-size:14px;outline:none;resize:vertical;font-family:inherit;background:#fff;box-sizing:border-box;transition:border .2s,box-shadow .2s}._formTextarea_1puph_403:focus{border-color:#2874f0;box-shadow:0 0 0 3px #2874f014}._typeRow_1puph_422{display:flex;align-items:center;gap:16px;margin-bottom:24px}._typeTitle_1puph_429{font-size:12px;font-weight:600;color:#878787;text-transform:uppercase;letter-spacing:.5px}._typeLabel_1puph_437{display:flex;align-items:center;gap:6px;cursor:pointer;font-weight:500;font-size:14px;color:#212121;padding:6px 14px;border:1px solid #e0e0e0;border-radius:20px;transition:all .2s}._typeLabel_1puph_437 input{display:none}._typeLabelActive_1puph_453{border-color:#2874f0;color:#2874f0;background:#f5f8ff}._formActions_1puph_459{display:flex;gap:16px;align-items:center}._saveBtn_1puph_465{background:#fb641b;color:#fff;border:none;padding:14px 40px;font-size:13px;font-weight:600;border-radius:2px;cursor:pointer;letter-spacing:1px;transition:background .2s}._saveBtn_1puph_465:hover{background:#e85d19}._cancelBtn_1puph_480{background:none;border:none;color:#2874f0;font-size:14px;font-weight:600;cursor:pointer;padding:14px 24px}._rightColumn_1puph_491{width:360px;position:sticky;top:80px;display:flex;flex-direction:column;gap:12px}._priceCard_1puph_500{background:#fff;box-shadow:0 1px 1px #0003;border-radius:2px;overflow:hidden}._priceHeader_1puph_507{padding:14px 24px;font-size:16px;font-weight:600;color:#878787;text-transform:uppercase;border-bottom:1px solid #f0f0f0;letter-spacing:.5px}._priceRow_1puph_517{display:flex;justify-content:space-between;padding:12px 24px 0;font-size:14px;color:#212121}._freeText_1puph_525,._discountText_1puph_526{color:#388e3c;font-weight:500}._totalRow_1puph_528{display:flex;justify-content:space-between;padding:16px 24px;font-size:18px;font-weight:600;color:#212121;border-top:1px dashed #e0e0e0;margin-top:12px}._savingsText_1puph_539{padding:14px 24px;color:#388e3c;font-weight:600;font-size:14px;background:#eafaf1;border-top:1px solid #d4edda}._trustRow_1puph_549{display:flex;justify-content:space-between;background:#fff;padding:14px 20px;box-shadow:0 1px 1px #0003;border-radius:2px}._trustItem_1puph_558{display:flex;flex-direction:column;align-items:center;gap:6px;color:#878787;font-size:11px;font-weight:500}._placeOrderBtn_1puph_569{width:100%;background:#fb641b;color:#fff;border:none;padding:16px;font-size:16px;font-weight:600;border-radius:2px;cursor:pointer;letter-spacing:1px;box-shadow:0 2px 4px #fb641b4d;transition:all .2s}._placeOrderBtn_1puph_569:hover{background:#e85d19;box-shadow:0 4px 8px #fb641b66;transform:translateY(-1px)}._placeOrderBtn_1puph_569:disabled{background:#c2c2c2;cursor:not-allowed;box-shadow:none;transform:none}@media (max-width: 900px){._checkoutContainer_1puph_103{flex-direction:column}._rightColumn_1puph_491{width:100%;position:static}._formRow_1puph_365{flex-direction:column;gap:0}._bannerSteps_1puph_22{gap:0}._bannerDivider_1puph_61{width:24px}}._authContainer_ubrz7_1{display:flex;height:calc(100vh - 120px);justify-content:center;align-items:center;padding:16px}._authBox_ubrz7_9{display:flex;width:800px;height:520px;background:var(--white);border-radius:var(--radius-sm);box-shadow:var(--shadow-md);overflow:hidden}._leftSidebar_ubrz7_19{width:40%;background-color:var(--primary-blue);padding:40px 32px;color:var(--white);display:flex;flex-direction:column;justify-content:space-between}._leftSidebar_ubrz7_19 h1{font-size:28px;font-weight:500;margin-bottom:16px}._leftSidebar_ubrz7_19 p{font-size:18px;color:#dbecfd;line-height:1.5}._rightForm_ubrz7_41{width:60%;padding:56px 36px 16px;display:flex;flex-direction:column}._inputGroup_ubrz7_48{margin-bottom:24px}._inputField_ubrz7_52{width:100%;border:none;border-bottom:1px solid var(--border-color);padding:8px 0;font-size:16px;outline:none}._inputField_ubrz7_52:focus{border-bottom-color:var(--primary-blue)}._submitBtn_ubrz7_65{background-color:var(--action-orange);color:var(--white);width:100%;padding:14px;font-weight:600;font-size:16px;border-radius:var(--radius-sm);margin-top:16px}._bottomText_ubrz7_76{margin-top:auto;text-align:center;font-size:14px;color:var(--primary-blue);font-weight:500}@media (max-width: 768px){._leftSidebar_ubrz7_19{display:none}._rightForm_ubrz7_41{width:100%}}._ordersPage_1mwrh_1{background-color:var(--bg-color);padding:20px 0;min-height:calc(100vh - 64px);font-family:Inter,sans-serif}._container_1mwrh_8{max-width:1300px;margin:0 auto;padding:0 16px}._breadcrumbs_1mwrh_14{font-size:13px;color:#878787;margin-bottom:20px;display:flex;gap:8px}._layout_1mwrh_22{display:flex;gap:16px}._sidebar_1mwrh_28{width:280px;background:var(--white);border-radius:2px;box-shadow:0 2px 4px #00000014;height:fit-content;padding:16px}._sidebarTitle_1mwrh_37{font-size:18px;font-weight:500;margin-bottom:24px;color:#212121}._filterSection_1mwrh_44{margin-bottom:24px}._filterHeader_1mwrh_48{font-size:13px;font-weight:500;color:#212121;text-transform:uppercase;margin-bottom:16px;letter-spacing:.3px}._filterOption_1mwrh_57{display:flex;align-items:center;gap:12px;margin-bottom:12px;font-size:14px;color:#212121;cursor:pointer}._checkbox_1mwrh_67{width:14px;height:14px;border:1px solid #c2c2c2;border-radius:2px}._mainContent_1mwrh_75{flex:1}._searchContainer_1mwrh_79{display:flex;margin-bottom:16px;height:40px}._searchInput_1mwrh_85{flex:1;border:1px solid #e0e0e0;border-right:none;padding:0 16px;font-size:14px;outline:none;border-radius:2px 0 0 2px}._searchBtn_1mwrh_95{background-color:#2874f0;color:var(--white);padding:0 24px;font-size:14px;font-weight:500;display:flex;align-items:center;gap:8px;border-radius:0 2px 2px 0}._orderCard_1mwrh_108{background:var(--white);border:1px solid #e0e0e0;border-radius:2px;padding:16px 24px;display:flex;margin-bottom:16px;transition:box-shadow .2s;cursor:pointer}._orderCard_1mwrh_108:hover{box-shadow:0 4px 12px #00000026}._itemImage_1mwrh_123{width:75px;height:75px;object-fit:contain;margin-right:24px}._itemInfo_1mwrh_130{flex:1;max-width:400px}._itemTitle_1mwrh_135{font-size:14px;color:#212121;margin-bottom:8px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}._itemMeta_1mwrh_144{font-size:12px;color:#878787}._itemPrice_1mwrh_149{width:120px;font-size:14px;font-weight:500;color:#212121}._orderStatus_1mwrh_156{flex:1;display:flex;flex-direction:column}._statusLine_1mwrh_162{display:flex;align-items:center;gap:8px;font-size:14px;font-weight:500;margin-bottom:4px}._dot_1mwrh_171{width:10px;height:10px;background-color:#26a541;border-radius:50%}._statusSub_1mwrh_178{font-size:12px;color:#212121;margin-bottom:16px}._rateAction_1mwrh_184{color:#2874f0;font-size:14px;font-weight:500;display:flex;align-items:center;gap:8px}._footer_1mwrh_193{text-align:center;margin-top:32px;padding-bottom:40px}._endBtn_1mwrh_199{background:var(--white);border:1px solid #e0e0e0;padding:12px 32px;font-size:14px;font-weight:500;color:#2874f0;border-radius:2px}@media (max-width: 900px){._sidebar_1mwrh_28{display:none}}
