.product-card_productCardSection__A6dkv{cursor:pointer;transition:transform .2s ease,box-shadow .2s ease}.product-card_productCardSection__A6dkv:hover{transform:translateY(-4px)}.product-card_productCardSection__A6dkv:active{transform:translateY(0)}.product-card_productCardSection__A6dkv:focus{outline:none}.product-card_productCardSection__A6dkv:focus-visible{outline:2px solid var(--content-brand);outline-offset:4px}.product-card_productCardContainer__hOkaI{width:100%;display:flex;flex-direction:column;gap:12px}.product-card_productCardImageContainer__xRuxi{width:100%;aspect-ratio:3.5/5;border-radius:16px;background:var(--surface-primary,#fff);overflow:hidden;position:relative}.product-card_productCardImageContainer__xRuxi img{width:100%;height:100%;object-fit:cover;display:block}.product-card_discountBadge__RBhDf{position:absolute;bottom:8px;left:8px;background:#fdd924;padding:4px 8px;border-radius:8px;display:flex;align-items:center;justify-content:center}.product-card_discountBadgeText__bJLvi{font-size:12px;font-weight:600;line-height:16px;color:#141414;white-space:nowrap}.product-card_outOfStockBadge__tnmU3{position:absolute;bottom:0;left:0;right:0;background:rgba(0,0,0,.6);padding:var(--spacing-x_1) 0;text-align:center}.product-card_outOfStockText__Y9XHB{color:#fff}.product-card_productCardInfoSection__tsxy_{display:flex;flex-direction:column;gap:4px;text-align:left;flex:1 1}.product-card_priceRow__NaVEa{display:flex;align-items:baseline;gap:4px}.product-card_sellingPrice__jZJFZ{font-size:16px;font-weight:600;line-height:24px;color:var(--content-primary,#141414)}.product-card_originalPrice__9g5N5{font-size:12px;font-weight:400;line-height:16px;color:#6b6b6b;text-decoration:line-through}.product-card_livePriceRow__xc4bO{display:flex;align-items:center;gap:6px}.product-card_livePriceContainer__Cvl5J{display:flex;align-items:center;gap:4px}.product-card_livePrice__mqqSd{color:#ec0032;font-size:16px;line-height:24px;font-weight:700}.product-card_liveDivider__KzmWD{width:1px;height:16px;background:#ec0032;border-radius:var(--radius-round)}.product-card_liveDiscountBadge__u6w7K{display:flex;flex-direction:column;align-items:flex-start;justify-content:center}.product-card_liveDiscountText__2Vb1i{color:#f46684}.product-card_originalPriceStruck__vrs_v{color:var(--content-disabled);text-decoration:line-through;font-size:12px;line-height:16px}.product-card_productCardTitle__NaEqN{font-size:14px;font-weight:400;line-height:20px;color:var(--content-hover,#545454);display:-webkit-box;-webkit-line-clamp:1;line-clamp:1;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis}.product-card_addToCartButton__2cy6s{display:flex;align-items:center;height:34px;justify-content:center;gap:8px;width:100%;padding:8px 4px;background:var(--content-action,#0090ff);border:none;border-radius:120px;cursor:pointer;transition:opacity .2s ease}.product-card_addToCartButton__2cy6s:hover{opacity:.9}.product-card_addToCartButton__2cy6s:active{opacity:.8}.product-card_addToCartButtonText__kWZLq{font-size:12px;font-weight:600;line-height:16px;color:#fff;white-space:nowrap}.product-card_addToCartIcon__8H0WP{color:#fff;display:flex;align-items:center}.product-card_outOfStockButton__jOTDg{display:flex;align-items:center;height:34px;justify-content:center;width:100%;padding:8px 4px;background:var(--surface-tertiary,#e8edf2);border:none;border-radius:120px;cursor:not-allowed;opacity:.7}.product-card_outOfStockButtonText__SWiKJ{font-size:12px;font-weight:600;line-height:16px;color:var(--content-secondary,#44494f);white-space:nowrap}@media (max-width:480px){.product-card_productCardContainer__hOkaI{width:100%}}.size-bottom-sheet_overlay__tFFam{position:fixed;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,.5);z-index:100}.size-bottom-sheet_sheet__8PLWk{position:fixed;bottom:0;left:0;right:0;z-index:101;background:var(--surface-primary,#fff);border-radius:20px 20px 0 0;max-height:70vh;overflow-y:auto;animation:size-bottom-sheet_slideUp__oFKZ2 .25s ease forwards}@keyframes size-bottom-sheet_slideUp__oFKZ2{0%{transform:translateY(100%)}to{transform:translateY(0)}}.size-bottom-sheet_handle__wfFs5{display:flex;justify-content:center;padding:12px 0}.size-bottom-sheet_handleBar__yhOAa{width:36px;height:4px;border-radius:2px;background:var(--content-secondary,#6b6b6b)}.size-bottom-sheet_divider__cpq8D{height:4px;background:var(--surface-secondary,#f5f5f5);width:100%}.size-bottom-sheet_sizeSection__o3s8F{padding:var(--spacing-x_4,16px);display:flex;flex-direction:column;gap:var(--spacing-x_3,12px)}.size-bottom-sheet_sizeTitle__nb6nX{font-size:16px;font-weight:600;line-height:24px;color:var(--content-primary,#141414);margin:0}.size-bottom-sheet_chipGrid__IYjNF{display:flex;flex-wrap:wrap;gap:8px}.size-bottom-sheet_chip__g949i{min-width:36px;padding:8px 12px;border-radius:var(--radius-medium,8px);border:1px solid var(--border-primary,#d1d5db);background:var(--surface-primary,#fff);color:var(--content-primary,#141414);font-size:14px;font-weight:400;line-height:20px;cursor:pointer;transition:border-color .15s ease,background-color .15s ease;text-align:center}.size-bottom-sheet_chip__g949i:hover:not(.size-bottom-sheet_chipOutOfStock__8SDHH){border-color:var(--content-secondary)}.size-bottom-sheet_chipSelected__v0pGT{border:1px solid var(--surface-inverted,#141414);background:var(--surface-inverted,#141414);color:var(--content-inverted,#fff);font-weight:600}.size-bottom-sheet_chipOutOfStock__8SDHH{background:var(--surface-secondary,#eee);border:1px solid transparent;color:var(--content-inactive,#afafaf);text-decoration:line-through;cursor:not-allowed}.size-bottom-sheet_totalRow__eVKT0{display:flex;justify-content:space-between;align-items:center;padding:var(--spacing-x_4,16px)}.size-bottom-sheet_totalLabel__FGgIV{font-size:14px;font-weight:600;line-height:20px;color:var(--content-secondary,#6b6b6b)}.size-bottom-sheet_totalPrice__MLZ9R{font-size:14px;font-weight:600;line-height:20px;color:var(--content-primary,#141414)}.size-bottom-sheet_footer__JxvPk{display:flex;gap:8px;padding:var(--spacing-x_3,12px) var(--spacing-x_4,16px);padding-bottom:calc(var(--spacing-x_3, 12px) + env(safe-area-inset-bottom, 0px));border-top:1px solid var(--border-primary,#e5e7eb)}.size-bottom-sheet_addToCartBtn__SfmoS{flex:1 1;height:44px;border-radius:var(--radius-round,120px);font-size:14px;font-weight:600;cursor:pointer;display:flex;align-items:center;justify-content:center;background:var(--surface-primary,#fff);color:var(--content-primary,#141414);border:1px solid var(--border-action,#141414);transition:all .2s ease}.size-bottom-sheet_addToCartBtn__SfmoS:active{transform:scale(.97)}.size-bottom-sheet_addToCartBtn__SfmoS:disabled{opacity:.5;cursor:not-allowed;transform:none}.size-bottom-sheet_buyNowBtn__XeQUf{flex:1 1;height:44px;border-radius:var(--radius-round,120px);font-size:14px;font-weight:600;cursor:pointer;display:flex;align-items:center;justify-content:center;background:var(--content-action,#0090ff);color:#fff;border:none;transition:all .2s ease}.size-bottom-sheet_buyNowBtn__XeQUf:active{transform:scale(.97)}.size-bottom-sheet_buyNowBtn__XeQUf:disabled{opacity:.5;cursor:not-allowed;transform:none}.size-bottom-sheet_loadingState__l6obo{display:flex;align-items:center;justify-content:center;padding:var(--spacing-x_8,32px) var(--spacing-x_4,16px);color:var(--content-secondary,#44494f);font-size:14px}.product-card-skeleton_skeletonSection__QPbJc{width:100%}.product-card-skeleton_skeletonContainer__S3DB9{width:100%;display:flex;gap:12px;flex-direction:column}.product-card-skeleton_imageSkeleton__tLAe1{width:100%;height:242px;border-radius:16px;background:linear-gradient(90deg,var(--surface-secondary,#f0f5fa) 25%,var(--surface-tertiary,#e5edf4) 50%,var(--surface-secondary,#f0f5fa) 75%);background-size:200% 100%;animation:product-card-skeleton_shimmer__Zo8Qw 1.5s infinite;overflow:hidden;flex-shrink:0}.product-card-skeleton_infoSection__pEMhy{display:flex;gap:4px;flex-direction:column;text-align:left;width:100%}.product-card-skeleton_titleSkeleton__vwPfq{height:14px;width:100%}.product-card-skeleton_discountSkeleton__DukmA,.product-card-skeleton_titleSkeleton__vwPfq{background:linear-gradient(90deg,var(--surface-secondary,#f0f5fa) 25%,var(--surface-tertiary,#e5edf4) 50%,var(--surface-secondary,#f0f5fa) 75%);background-size:200% 100%;animation:product-card-skeleton_shimmer__Zo8Qw 1.5s infinite;border-radius:4px}.product-card-skeleton_discountSkeleton__DukmA{height:12px;width:48px}.product-card-skeleton_priceSkeleton__46e6O{height:14px;width:56px;border-radius:4px}.product-card-skeleton_buttonSkeleton__OyQxr,.product-card-skeleton_priceSkeleton__46e6O{background:linear-gradient(90deg,var(--surface-secondary,#f0f5fa) 25%,var(--surface-tertiary,#e5edf4) 50%,var(--surface-secondary,#f0f5fa) 75%);background-size:200% 100%;animation:product-card-skeleton_shimmer__Zo8Qw 1.5s infinite}.product-card-skeleton_buttonSkeleton__OyQxr{height:34px;width:100%;border-radius:120px}@keyframes product-card-skeleton_shimmer__Zo8Qw{0%{background-position:200% 0}to{background-position:-200% 0}}@media (max-width:480px){.product-card-skeleton_imageSkeleton__tLAe1{height:50vw}}.product-card-list_productCardList__YO_AQ{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:16px;gap:16px;padding:8px 16px;width:100%;box-sizing:border-box}@media (min-width:768px){.product-card-list_productCardList__YO_AQ{grid-template-columns:repeat(3,1fr)}}@media (min-width:1024px){.product-card-list_productCardList__YO_AQ{grid-template-columns:repeat(4,1fr);max-width:1200px;margin:0 auto}}@media (min-width:1440px){.product-card-list_productCardList__YO_AQ{grid-template-columns:repeat(6,1fr)}}.product-card-list_emptyState__ekubP{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:var(--spacing-x_8) var(--spacing-x_4);min-height:400px;width:100%;text-align:center}.product-card-list_emptyStateIcon__o3tKx{color:var(--text-secondary,#999);margin-bottom:var(--spacing-x_4);opacity:.6}.product-card-list_emptyStateTitle__BkXhb{font-size:1.5rem;font-weight:600;color:var(--content-primary);margin-bottom:var(--spacing-x_2)}.product-card-list_emptyStateMessage__Epa4b{font-size:1rem;color:var(--content-secondary,#999);max-width:400px;line-height:1.5}@media (max-width:600px){.product-card-list_emptyState__ekubP{min-height:300px;padding:var(--spacing-x_6) var(--spacing-x_4)}.product-card-list_emptyStateTitle__BkXhb{font-size:1.25rem}.product-card-list_emptyStateMessage__Epa4b{font-size:.9rem}}.sort-dropdown_wrapper__9Iis2{position:relative}.sort-dropdown_sortButton__0_tdc{display:flex;align-items:center;gap:4px;padding:12px 12px 12px 16px;background:var(--surface-primary,#fff);border:none;border-radius:var(--radius-round,120px);box-shadow:0 2px 8px rgba(0,0,0,.08);cursor:pointer;transition:opacity .2s ease}.sort-dropdown_sortButton__0_tdc:hover{opacity:.85}.sort-dropdown_sortButtonText__hkzfP{font-size:12px;font-weight:600;line-height:16px;color:var(--content-primary,#141414);white-space:nowrap}.sort-dropdown_dropdown__GRnFh{position:absolute;top:calc(100% + 4px);right:0;width:164px;background:var(--surface-primary,#fff);border:1px solid var(--border-primary,#e2e2e2);border-radius:var(--radius-large,12px);box-shadow:0 2px 4px rgba(0,0,0,.2);padding:4px 0;z-index:50}.sort-dropdown_option__nx_N2{display:flex;align-items:center;gap:12px;padding:12px;width:100%;background:none;border:none;cursor:pointer;text-align:left}.sort-dropdown_option__nx_N2:hover{background:var(--surface-secondary,#f6f6f6)}.sort-dropdown_optionText__LrKim{flex:1 1;font-size:12px;font-weight:400;line-height:16px;color:var(--content-secondary,#6b6b6b)}.sort-dropdown_optionTextSelected___cIPe{font-weight:600}.sort-dropdown_overlay__e80nd{position:fixed;inset:0;z-index:49}.product-grid-section_section__MatHd{display:flex;flex-direction:column}.product-grid-section_header__oXb7a{display:flex;align-items:center;justify-content:space-between;padding:12px 16px}.product-grid-section_paginationLoader__iPrWz{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:2rem;gap:1rem}.product-grid-section_spinner__dJRrt{width:40px;height:40px;border-top:4px solid var(--surface-secondary);border:4px solid var(--surface-secondary);border-top-color:var(--content-brand);border-radius:50%;animation:product-grid-section_spin__kPb6T 1s linear infinite}@keyframes product-grid-section_spin__kPb6T{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.product-grid-section_loadingText__MGy95{color:var(--content-secondary);font-size:.875rem;margin:0}