:root{--navy:#0c2d5e;--nav-navy:#0a2560;--royal-blue:#054fd1;--sky-blue:#00cfff;--brand-red:#dc2626;--background:#fafafa;--surface:#fff;--text-primary:#212121;--text-secondary:#757575;--profile-bg:#f4f6fb;--gradient-nav:linear-gradient(90deg, #0c2d5e 0%, #054fd1 49%, #5c1018 59%, #ff4040 69%, #ff9020 99.5%, #ffe066 99.85%, #fff2b8 100%);--gradient-brand:linear-gradient(90deg, #456ae8 0%, #5e58d8 14%, #8b4fcf 28%, #b848b0 42%, #d946a8 56%, #ee3860 68%, #ff4040 78%, #ff6020 90%, #ff9020 100%);--gradient-action:linear-gradient(135deg, #0a2560 0%, #174baf 48%, #2366eb 100%);--gradient-feature-card:linear-gradient(135deg, #0a2560 0%, #2366eb 28%, #934dca 52%, #ee2186 76%, #ff6d08 100%);--gradient-featured-badge:linear-gradient(90deg, #ee2186 0%, #ff6d08 100%);--shadow-nav:0 6px 14px #0a256047;--content-max:1240px;--nav-height:44px}*{box-sizing:border-box}html,body,#root{min-height:100%}body{color:var(--text-primary);background:var(--surface);-webkit-text-size-adjust:100%;-moz-text-size-adjust:100%;text-size-adjust:100%;margin:0;font-family:Inter,Segoe UI,system-ui,-apple-system,BlinkMacSystemFont,Roboto,Noto Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif}a{color:inherit;text-decoration:none}button{font:inherit;cursor:pointer}.app-viewport{background:var(--surface);flex-direction:column;max-width:100vw;min-height:100dvh;display:flex;overflow-x:hidden}.app-viewport--dashboard{padding-bottom:calc(var(--nav-height) + 24px);min-height:100dvh;overflow:hidden auto}.app-viewport--dashboard:before{content:"";height:calc(env(safe-area-inset-top,0px) + 10px);background:var(--surface);z-index:10000;pointer-events:none;display:block;position:fixed;top:0;left:0;right:0}.app-viewport--dashboard.app-viewport--profile-tab:before{background:#0c2d5e}html[data-theme=dark] .app-viewport--dashboard:before{background:var(--surface)}html[data-theme=dark] .app-viewport--dashboard.app-viewport--profile-tab:before{background:#000}.dashboard-main{flex:1;min-height:0}.content-wrap{width:100%;max-width:var(--content-max);margin:0 auto;padding-left:12px;padding-right:12px}.floating-nav-shell{height:var(--nav-height);background:var(--gradient-nav);box-shadow:var(--shadow-nav);border-radius:999px;position:relative;overflow:hidden}.floating-nav-shell:after{content:"";pointer-events:none;background:linear-gradient(#ffffff12 0%,#0000 50%,#0000000d 100%);position:absolute;top:0;bottom:0;left:0;right:0}.bottom-nav-bar{z-index:50;opacity:1;pointer-events:auto;transition:transform .24s ease-in-out,opacity .24s ease-in-out;position:fixed;bottom:10px;left:18px;right:18px;transform:translateY(0)}.bottom-nav-bar--hidden{opacity:0;pointer-events:none;transform:translateY(calc(100% + 24px))}.bottom-nav-bar--desktop{left:28px;right:28px}.bottom-nav-inner{z-index:1;justify-content:space-around;align-items:center;height:100%;padding:0 6px;display:flex;position:relative}.nav-item{color:#fff;background:0 0;border:0;flex-direction:column;flex:1;justify-content:center;align-items:center;gap:2px;min-width:0;padding:2px;display:flex}.nav-item__label{letter-spacing:.15px;white-space:nowrap;font-size:8px;font-weight:700;line-height:1}.nav-item--active .nav-item__label{font-weight:900}.nav-badge{min-width:16px;height:16px;color:var(--royal-blue);background:#fff;border-radius:999px;justify-content:center;align-items:center;padding:0 4px;font-size:9px;font-weight:800;display:flex;position:absolute;top:-6px;right:-4px}.nav-dot{background:#f44336;border-radius:50%;width:8px;height:8px;position:absolute;top:2px;right:2px}.gradient-border{background:var(--gradient-brand);border-radius:999px;padding:1px}.marketplace-search-bar{width:100%}.search-bar{background:#fff;border-radius:999px;align-items:center;min-width:0;height:32px;padding:2px 2px 2px 6px;display:flex}.search-bar__camera{color:var(--royal-blue);cursor:pointer;background:0 0;border:0;flex-shrink:0;justify-content:center;align-items:center;padding:0 2px;display:flex}.search-bar__divider{background:#e0e0e0;flex-shrink:0;width:1px;height:14px;margin:0 4px}.search-bar__placeholder{text-align:left;color:#9e9e9e;cursor:pointer;background:0 0;border:0;flex:1;align-items:center;min-width:0;padding:0 4px;font-size:13px;font-weight:400;line-height:1;display:flex}.search-bar__placeholder-text{white-space:nowrap;text-overflow:ellipsis;width:100%;min-width:0;display:block;overflow:hidden}.search-bar__input{color:#000;-webkit-text-fill-color:#000;background:0 0;border:0;outline:none;flex:1;min-width:0;padding:0 4px;font-size:13px;font-weight:400;line-height:1}.search-bar__input::placeholder{color:#9e9e9e}.search-bar__clear{color:#757575;cursor:pointer;background:0 0;border:0;flex-shrink:0;justify-content:center;align-items:center;width:22px;height:22px;padding:0;display:flex}.search-bar__action{background:var(--gradient-action);color:#fff;cursor:pointer;border:0;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:28px;height:28px;margin-left:2px;display:flex}html.home-tab-active{overscroll-behavior:none;height:100%;overflow:hidden}body.home-tab-active{overscroll-behavior:none;width:100%;height:100%;position:fixed;top:0;bottom:0;left:0;right:0;overflow:hidden}#root.home-tab-active{height:100dvh;max-height:100dvh;overflow:hidden}.app-viewport--dashboard.app-viewport--home-tab{height:100%;min-height:0;max-height:100%;padding-bottom:0;overflow:hidden}.app-viewport--dashboard.app-viewport--home-tab .dashboard-main,.app-viewport--dashboard.app-viewport--home-tab .buyer-promo-host{flex-direction:column;flex:1;min-height:0;display:flex;overflow:hidden}.home-feed{background:var(--background)}.app-viewport--home-tab .home-feed{flex-direction:column;flex:1;min-height:0;display:flex;overflow:hidden}.home-feed__header-sticky{z-index:25;background:var(--surface);flex:none;box-shadow:0 .5px #0000001f}.app-viewport--home-tab .home-feed__scroll{overscroll-behavior:contain;-webkit-overflow-scrolling:touch;touch-action:pan-y;min-height:0;padding-bottom:calc(var(--nav-height) + 24px);flex:auto;overflow:hidden auto}.home-feed__search-wrap{padding:0 12px 4px}html.search-page-active{overscroll-behavior:none;height:100%;overflow:hidden}body.search-page-active{overscroll-behavior:none;width:100%;height:100%;position:fixed;top:0;bottom:0;left:0;right:0;overflow:hidden}#root.search-page-active{height:100dvh;max-height:100dvh;overflow:hidden}.search-page{background:var(--background);flex-direction:column;width:100%;max-width:100vw;height:100%;min-height:0;display:flex;overflow:hidden}.search-page__appbar{z-index:30;padding:calc(8px + env(safe-area-inset-top,0px)) 8px 8px 4px;background:#fff;flex:none;align-items:center;gap:4px;display:flex;box-shadow:0 1px #0000000f}.search-page__back{color:#1a1a1a;cursor:pointer;background:0 0;border:0;flex-shrink:0;justify-content:center;align-items:center;width:40px;height:40px;display:flex}.search-page__field{flex:1;min-width:0}.search-page__body{overscroll-behavior:contain;-webkit-overflow-scrolling:touch;touch-action:pan-y;background:#fff;flex:auto;width:100%;max-width:100%;min-height:0;overflow:hidden auto}@media (pointer:coarse){.search-page .search-bar{height:40px;padding:4px 4px 4px 8px}.search-page .search-bar__input,.search-bar__input{line-height:1.2}.search-page .search-bar__placeholder-text{font-size:16px}}.search-discover{padding:8px 16px 24px}.search-discover__section{margin-bottom:28px}.search-discover__section:last-child{margin-bottom:0}.search-discover__head{justify-content:space-between;align-items:center;gap:8px;margin-bottom:8px;display:flex}.search-discover__head h2,.search-discover__section>h2{color:#212121;margin:0;font-size:17px;font-weight:800}.search-discover__icon-btn{color:#757575;cursor:pointer;background:0 0;border:0;padding:4px;display:flex}.search-discover__hint{color:#757575;margin:0 0 12px;font-size:12px}.search-discover__empty{color:#757575;margin:0;font-size:13px}.search-discover__chev{color:#9e9e9e;flex-shrink:0}.search-recent-list{flex-direction:column;gap:0;display:flex}.search-recent-tile{background:#fafafa;border-radius:12px;align-items:center;margin-bottom:12px;display:flex;overflow:hidden}.search-recent-tile__main{text-align:left;cursor:pointer;background:0 0;border:0;flex:1;align-items:center;gap:12px;min-width:0;padding:8px;display:flex}.search-recent-tile__thumb{color:#bdbdbd;background:#eee;border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;width:48px;height:48px;display:flex;overflow:hidden}.search-recent-tile__thumb img{object-fit:cover;width:100%;height:100%}.search-recent-tile__text{color:#000000de;-webkit-line-clamp:2;-webkit-box-orient:vertical;font-size:14px;font-weight:600;line-height:1.3;display:-webkit-box;overflow:hidden}.search-recent-tile__remove{color:#9e9e9e;cursor:pointer;background:0 0;border:0;flex-shrink:0;padding:8px 10px}.search-catalog-scroll{scrollbar-width:none;gap:8px;padding-bottom:4px;display:flex;overflow-x:auto}.search-catalog-scroll::-webkit-scrollbar{display:none}.search-catalog-chip{cursor:pointer;text-align:left;background:#fff;border:0;border-radius:22px;flex-shrink:0;align-items:center;gap:8px;max-width:180px;padding:6px 12px 6px 6px;display:inline-flex;box-shadow:0 .5px 2px #00000026}.search-catalog-chip__thumb{color:#9e9e9e;background:#eee;border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;width:32px;height:32px;display:flex;overflow:hidden}.search-catalog-chip__thumb img{object-fit:cover;width:100%;height:100%}.search-catalog-chip__label{color:#212121;-webkit-line-clamp:2;-webkit-box-orient:vertical;max-width:140px;font-size:12px;font-weight:600;line-height:1.25;display:-webkit-box;overflow:hidden}.search-compact-scroll{scrollbar-width:none;gap:10px;padding-bottom:4px;display:flex;overflow-x:auto}.search-compact-scroll::-webkit-scrollbar{display:none}.search-compact-tile{width:132px;color:inherit;flex:0 0 132px;text-decoration:none}.search-compact-tile__image{color:#bdbdbd;background:#eee;border-radius:10px;justify-content:center;align-items:center;width:132px;height:132px;display:flex;overflow:hidden}.search-compact-tile__image img{object-fit:cover;width:100%;height:100%}.search-compact-tile__rating{color:#424242;align-items:center;gap:2px;margin-top:8px;font-size:11px;display:flex}.search-compact-tile__rating span:first-child{color:#f59e0b;font-size:14px;line-height:1}.search-compact-tile__title{color:#212121;-webkit-line-clamp:2;-webkit-box-orient:vertical;margin:4px 0 0;font-size:12px;font-weight:600;line-height:1.2;display:-webkit-box;overflow:hidden}.search-compact-tile__price{color:#000000de;margin:6px 0 0;font-size:14px;font-weight:800}.search-phrase-list{margin:0;padding:4px 0 0;list-style:none}.search-phrase-row{text-align:left;cursor:pointer;background:#fff;border:0;border-bottom:1px solid #eee;align-items:center;gap:12px;width:100%;padding:12px 16px;display:flex}.search-phrase-row__icon{color:#757575;flex-shrink:0}.search-phrase-row__text{color:#000000de;-webkit-line-clamp:2;-webkit-box-orient:vertical;font-size:15px;font-weight:500;line-height:1.35;display:-webkit-box;overflow:hidden}.search-highlight{color:var(--royal-blue);font-weight:900}.search-phrase-empty{text-align:center;color:#757575;padding:24px;font-size:14px}.search-related-header{padding:16px 16px 0}.search-related-header h2{color:#212121;margin:0 0 6px;font-size:16px;font-weight:800}.search-related-header p{color:#757575;margin:0 0 8px;font-size:13px;line-height:1.35}.search-no-results{text-align:center;padding:48px 24px}.search-no-results__title{color:#616161;margin:0 0 8px;font-size:17px;font-weight:600}.search-no-results__sub{color:#9e9e9e;margin:0;font-size:14px}.search-results{width:100%;max-width:100%;padding:0 8px 24px;overflow-x:hidden}.search-results--refreshing .product-grid-shell{opacity:.72;transition:opacity .16s}.search-category-header{padding:12px 8px 0}.search-category-header h2{color:#212121;margin:0 0 4px;font-size:17px;font-weight:800}.search-category-header p{color:#757575;margin:0 0 8px;font-size:13px}.search-results .product-grid-shell.content-wrap,.category-main .product-grid-shell.content-wrap{width:100%;max-width:100%;margin:0;padding-left:4px;padding-right:4px}.search-page__body .masonry-grid,.category-main .masonry-grid{width:100%;padding:4px 2px 16px}.search-filter-row{gap:10px;padding:16px 0 10px;display:flex}.search-filter-row__field{flex-direction:column;flex:1;gap:4px;min-width:0;display:flex}.search-filter-row__label{color:#616161;font-size:12px;font-weight:500;line-height:1.2}.search-filter-row__select{box-sizing:border-box;-webkit-appearance:none;appearance:none;color:#212121;cursor:pointer;background:#fff url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='%23757575' stroke-width='2'%3E%3Cpath d='M6 9l6 6 6-6'/%3E%3C/svg%3E") right 10px center no-repeat;border:1px solid #00000061;border-radius:4px;width:100%;padding:10px 28px 10px 12px;font-size:14px;line-height:1.2}.search-filter-row__select:focus{border-color:var(--navy);border-width:2px;outline:none;padding:9px 27px 9px 11px}.marketplace-header{background:var(--surface);align-items:center;min-height:36px;padding-top:0;padding-bottom:0;display:flex}.marketplace-header__logo{object-fit:contain;width:auto;max-width:102px;height:30px;margin-left:0;display:block}.marketplace-header__bell{width:36px;height:36px;color:var(--royal-blue);background:0 0;border:0;border-radius:20px;justify-content:center;align-items:center;margin-left:auto;display:flex}.home-hero-section{padding-top:12px;padding-bottom:8px}.home-hero-desktop{display:none}.home-hero-mobile{display:block}@media (min-width:900px){.home-hero-desktop{grid-template-columns:220px minmax(0,1fr) 260px;align-items:stretch;gap:12px;height:200px;display:grid}.home-hero-mobile{display:none}.home-hero-desktop__banner{min-width:0;height:100%}.home-hero-desktop__banner .hero-banner,.home-hero-desktop__banner .hero-banner-carousel{border-radius:16px;height:100%;min-height:168px;max-height:200px}.home-hero-desktop__banner .hero-banner--image{background:var(--gradient-feature-card);overflow:hidden}.home-hero-desktop__banner .hero-banner__image{object-fit:cover;object-position:center}}.home-hero-sidebar{background:#fff;border-radius:12px;min-height:0;overflow:hidden;box-shadow:0 1px 3px #00000014}.home-hero-sidebar--categories nav{flex-direction:column;max-height:200px;padding:8px 0;display:flex;overflow-y:auto}.home-hero-sidebar__item{text-align:left;color:#000000de;cursor:pointer;background:0 0;border:0;align-items:center;gap:10px;width:100%;padding:10px 12px;font-size:13px;font-weight:500;line-height:1.2;display:flex}.home-hero-sidebar__item span{text-overflow:ellipsis;-webkit-line-clamp:2;-webkit-box-orient:vertical;display:-webkit-box;overflow:hidden}.home-hero-sidebar__item:hover{background:#054fd10f}.home-hero-sidebar__item--active{color:var(--royal-blue);background:#f3f8fc;font-weight:700}.home-hero-sidebar__item svg{color:inherit;opacity:.72;flex-shrink:0}.home-hero-sidebar--promo{box-shadow:none;background:0 0;flex-direction:column;gap:12px;display:flex;overflow:visible}.home-hero-promo-card{background:#fff;border-radius:12px;flex-direction:column;flex:1;justify-content:space-evenly;min-height:0;padding:10px 12px;display:flex;box-shadow:0 1px 3px #00000014}.home-hero-promo-row{text-align:left;cursor:pointer;background:0 0;border:0;align-items:center;gap:10px;width:100%;padding:2px 0;display:flex}.home-hero-promo-row+.home-hero-promo-row{border-top:1px solid #00000014;margin-top:4px;padding-top:8px}.home-hero-promo-row__icon{width:36px;height:36px;color:var(--royal-blue);background:#054fd11a;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;display:inline-flex}.home-hero-promo-row__text{flex-direction:column;min-width:0;display:flex}.home-hero-promo-row__text strong{white-space:nowrap;text-overflow:ellipsis;font-size:13px;font-weight:700;overflow:hidden}.home-hero-promo-row__text span{color:#757575;white-space:nowrap;text-overflow:ellipsis;font-size:11px;overflow:hidden}.home-hero-promo-cta{text-align:left;cursor:pointer;background:linear-gradient(135deg, var(--royal-blue) 0%, #054fd1d9 100%);color:#fff;border:0;border-radius:12px;flex-direction:column;flex-shrink:0;justify-content:center;gap:4px;height:88px;padding:14px;display:flex}.home-hero-promo-cta strong{font-size:15px;font-weight:800}.home-hero-promo-cta span{opacity:.9;font-size:11px;line-height:1.25}.hero-banner{background:var(--gradient-feature-card);cursor:pointer;text-align:left;border:0;border-radius:16px;width:100%;height:168px;padding:0;display:block;position:relative;overflow:hidden;box-shadow:0 8px 24px #054fd147}.hero-banner--loading{cursor:default;pointer-events:none;background:linear-gradient(110deg,#054fd12e 8%,#ffffff38 18%,#054fd12e 33%) 0 0/200% 100%;animation:1.4s linear infinite hero-banner-shimmer}@keyframes hero-banner-shimmer{to{background-position:-200% 0}}.hero-banner--google-ad{cursor:default;background:var(--gradient-feature-card);box-shadow:0 8px 24px #054fd138}.hero-banner--google-ad.hero-banner--placeholder{pointer-events:none;background:var(--gradient-feature-card)}.hero-banner--google-ad .adsbygoogle{width:100%;height:100%;min-height:0;max-height:100%;display:block;overflow:hidden}@media (min-width:900px){.hero-banner--google-ad .adsbygoogle{min-height:0}}.hero-banner--image{background:0 0}.hero-banner__image{object-fit:cover;object-position:center;pointer-events:none;width:100%;height:100%;position:absolute;top:0;bottom:0;left:0;right:0}.hero-banner--compact h2{font-size:17px}.hero-banner--compact p{font-size:11px}.hero-banner--compact .hero-banner__badge{font-size:8px}.hero-banner--compact .hero-banner__cta{margin-top:8px;padding:6px 12px;font-size:12px}.hero-banner-carousel{contain:layout style paint;border-radius:16px;height:168px;max-height:168px;position:relative;overflow:hidden;box-shadow:0 8px 24px #054fd147}@media (min-width:600px){.hero-banner,.hero-banner-carousel{height:200px;max-height:200px}}.hero-banner-carousel__track{height:100%;transition:transform .35s ease-in-out;display:flex;position:absolute;top:0;bottom:0;left:0;right:0}.hero-banner-carousel__slide{flex:0 0 100%;min-width:100%;height:100%;max-height:100%;overflow:hidden}.hero-banner-carousel__slide .hero-banner{height:100%;box-shadow:none;border-radius:0}.hero-banner-carousel__dots{pointer-events:none;justify-content:center;gap:6px;display:flex;position:absolute;bottom:10px;left:0;right:0}.hero-banner-carousel__dot{background:#ffffff73;border-radius:3px;width:6px;height:6px}.hero-banner-carousel__dot--active{background:#fff;width:16px}.hero-banner__scrim{background:linear-gradient(90deg,#061b52cc 0%,#1e60d099 45%,#0000 85%);position:absolute;top:0;bottom:0;left:0;right:0}.hero-banner__content--placeholder{justify-content:flex-end;padding-bottom:22px}.hero-banner__content{z-index:1;color:#fff;flex-direction:column;justify-content:flex-end;height:100%;padding:16px;display:flex;position:relative}.hero-banner__badge{background:var(--gradient-featured-badge);letter-spacing:.6px;text-shadow:0 1px 6px #0009;border-radius:999px;align-self:flex-start;padding:3px 8px;font-size:9px;font-weight:800;display:inline-block}.hero-banner h2{letter-spacing:-.3px;text-shadow:0 1px 6px #0009;max-width:85%;margin:8px 0 0;font-size:20px;font-weight:800;line-height:1.1}.hero-banner p{opacity:.92;text-shadow:0 1px 6px #0009;max-width:90%;margin:4px 0 0;font-size:12px;font-weight:500;line-height:1.25}.hero-banner__cta{color:var(--royal-blue);background:#fff;border:0;border-radius:999px;align-self:flex-start;align-items:center;gap:4px;margin-top:10px;padding:7px 14px;font-size:13px;font-weight:800;display:inline-flex;box-shadow:0 3px 8px #0000001a}.discover-tabs{gap:28px;margin-top:10px;padding:4px 0;display:flex}.discover-tab{color:#757575;background:0 0;border:0;padding:4px 0;font-size:16px;font-weight:600;position:relative}.discover-tab--active{color:var(--royal-blue);font-weight:800}.discover-tab--active:after{content:"";background:var(--royal-blue);border-radius:2px;width:28px;height:3px;position:absolute;bottom:0;left:50%;transform:translate(-50%)}.product-grid-shell .masonry-grid{align-items:flex-start;gap:6px;padding:4px 12px 16px;display:flex}.product-grid-shell .product-grid{display:none}@media (min-width:720px){.product-grid-shell .masonry-grid{display:none}.product-grid-shell .product-grid{grid-template-columns:repeat(3,1fr);gap:10px;padding:8px 12px 16px;display:grid}}@media (min-width:1024px){.product-grid-shell .product-grid{grid-template-columns:repeat(4,1fr)}}@media (min-width:1280px){.product-grid-shell .product-grid{grid-template-columns:repeat(5,1fr)}}.masonry-grid{align-items:flex-start;gap:6px;padding:4px 4px 16px;display:flex}.masonry-grid__column{flex-direction:column;flex:1;min-width:0;display:flex}.masonry-grid__item{padding:3px}.product-grid{grid-template-columns:repeat(3,1fr);gap:10px;padding:8px 12px 16px;display:none}@media (min-width:720px){.masonry-grid{display:none}.product-grid{display:grid}}@media (min-width:1024px){.product-grid{grid-template-columns:repeat(4,1fr)}}@media (min-width:1280px){.product-grid{grid-template-columns:repeat(5,1fr)}}.google-in-feed-ad{background:#fff;border-radius:8px;width:100%;display:block;overflow:hidden}.google-in-feed-ad__label{letter-spacing:.03em;color:#9e9e9e;text-transform:uppercase;padding:4px 4px 2px;font-size:10px;font-weight:600;display:block}.google-in-feed-ad--compact .google-in-feed-ad__label{padding:2px 0 4px}.google-in-feed-ad .adsbygoogle{min-height:120px}.product-card{color:inherit;background:#fff;display:block}.product-card__image-wrap{background:#f5f5f5;border:.5px solid #e0e0e0;border-radius:8px;width:100%;position:relative;overflow:hidden}.product-card__image-wrap--compact{aspect-ratio:1}.product-card__image{object-fit:cover;width:100%;height:100%;display:block}.product-card__image--empty{color:#bdbdbd;justify-content:center;align-items:center;min-height:160px;display:flex}.product-card__oos{background:#0006;justify-content:center;align-items:center;display:flex;position:absolute;top:0;bottom:0;left:0;right:0}.product-card__oos span{color:#000;background:#fff;border-radius:4px;padding:4px 8px;font-size:10px;font-weight:700}.product-card__discount{background:var(--royal-blue);color:#fff;border-radius:4px;padding:3px 6px;font-size:10px;font-weight:900;position:absolute;top:8px;left:8px}.product-card__wishlist{color:#9e9e9e;background:#fffc;border:0;border-radius:50%;justify-content:center;align-items:center;width:28px;height:28px;padding:0;display:flex;position:absolute;top:8px;right:8px}.product-card__wishlist--active{color:#e53935}.product-card__body{padding:4px 4px 8px}.product-card__title{color:#222;white-space:nowrap;text-overflow:ellipsis;margin:0;font-size:16px;font-weight:600;line-height:1.3;overflow:hidden}.product-card__verified{color:#043ba8;align-items:center;gap:4px;margin-top:2px;margin-bottom:2px;font-size:11px;font-weight:700;display:flex}.product-card__store{color:#616161;white-space:nowrap;text-overflow:ellipsis;margin:0;font-size:12px;font-weight:700;line-height:1.15;overflow:hidden}.product-card__price-row{flex-wrap:wrap;align-items:flex-end;gap:2px 4px;margin-top:4px;display:flex;overflow:hidden}.product-card__compare{color:#9e9e9e;font-size:11px;font-weight:700;text-decoration:line-through}.product-card__yuan{color:#e53935;letter-spacing:-.3px;font-size:16px;font-weight:800;line-height:1}.product-card__yuan-symbol{font-size:12px;font-weight:800}.product-card__local{color:#757575;font-size:11px;font-weight:600;line-height:1.2}.product-card__moq{color:#9e9e9e;padding-left:2px;font-size:11px;font-weight:600}.product-card__slots-left{color:#6a1b9a;font-weight:700}.product-card-skeleton{pointer-events:none}.product-card-skeleton__shimmer{background:linear-gradient(90deg,#ececec 0%,#f7f7f7 45%,#ececec 90%) 0 0/200% 100%;animation:1.2s ease-in-out infinite shimmer}.product-card-skeleton__image-wrap{background:#f0f0f0}.product-card-skeleton__image{border-radius:8px;width:100%;height:100%}.product-card-skeleton__wish{background:#ffffffd9;border-radius:50%;width:28px;height:28px;position:absolute;top:8px;right:8px}.product-card-skeleton__line{border-radius:4px;height:10px;margin-bottom:6px}.product-card-skeleton__line--title{width:92%;height:14px;margin-bottom:8px}.product-card-skeleton__line--badge{width:58%;height:10px}.product-card-skeleton__line--store{width:78%;height:10px;margin-bottom:8px}.product-card-skeleton__price-row{align-items:center;gap:8px;margin-top:4px;display:flex}.product-card-skeleton__line--price{width:42%;height:14px;margin-bottom:0}.product-card-skeleton__line--moq{width:28%;height:10px;margin-bottom:0;margin-left:auto}.product-grid .product-card-skeleton__line--title,.product-grid .product-card-skeleton__line--price{height:12px}.product-grid .product-card__title{white-space:normal;-webkit-line-clamp:2;-webkit-box-orient:vertical;font-size:15px;font-weight:600;line-height:1.3;display:-webkit-box}.product-grid .product-card__yuan{font-size:14px}.product-grid .product-card__yuan-symbol{font-size:11px}.product-grid .product-card__local,.product-grid .product-card__moq{font-size:10px}.category-page{width:100%;max-width:100vw;min-height:calc(100dvh - var(--nav-height) - 32px);background:#fff;flex-direction:column;display:flex;overflow-x:hidden}.category-toolbar{z-index:12;background:#fff;border-bottom:1px solid #f0f0f0;align-items:center;gap:10px;padding:10px 12px;display:flex;position:sticky;top:0}.category-toolbar__count{color:#757575;white-space:nowrap;flex-shrink:0;font-size:12px;font-weight:600}.category-toggler{color:#212121;text-align:left;background:#fff;border:1px solid #e8edf5;border-radius:12px;flex:1;align-items:center;gap:10px;width:auto;padding:12px 14px;font-size:14px;font-weight:700;display:flex}.category-toggler__label{text-overflow:ellipsis;white-space:nowrap;flex:1;min-width:0;overflow:hidden}.category-drawer-backdrop{z-index:40;cursor:pointer;background:#00000073;border:0;padding:0;position:fixed;top:0;bottom:0;left:0;right:0}.category-drawer{z-index:41;background:#fff;flex-direction:column;width:min(320px,88vw);display:flex;position:fixed;top:0;bottom:0;left:0;box-shadow:8px 0 24px #0000002e}.category-drawer__head{border-bottom:1px solid #f0f0f0;justify-content:space-between;align-items:center;gap:8px;padding:16px 14px 10px;display:flex}.category-drawer__head h2{margin:0;font-size:17px;font-weight:800}.category-drawer__close{color:#424242;background:#f5f5f5;border:0;border-radius:50%;justify-content:center;align-items:center;width:36px;height:36px;display:inline-flex}.category-drawer__list{flex:1;padding:8px 0 24px;overflow-y:auto}.category-drawer__item{text-align:left;color:#424242;background:0 0;border:0;border-left:4px solid #0000;width:100%;padding:14px 18px;font-size:14px;font-weight:600}.category-drawer__item--active{color:var(--royal-blue);border-left-color:var(--royal-blue);background:#f5f8ff}.category-main{flex:1;width:100%;min-width:0;padding:0 8px 24px;overflow:hidden auto}.category-main__status{padding:24px 16px}.category-layout{width:100%;max-width:100vw;min-height:calc(100dvh - var(--nav-height) - 32px);background:#fff;flex-direction:column;display:flex;overflow-x:hidden}.category-sidebar{display:none}.cart-page--empty{justify-content:center;align-items:center}.cart-empty{text-align:center;flex-direction:column;flex:1;justify-content:center;align-items:center;width:100%;min-height:50vh;padding:32px;display:flex}.cart-page--empty .cart-empty{min-height:0}.cart-empty__icon{color:#90a4ae;background:#054fd114;border-radius:50%;justify-content:center;align-items:center;width:88px;height:88px;margin-bottom:20px;display:flex}.cart-empty__title{color:#212121;margin:0 0 8px;font-size:17px;font-weight:600}.cart-empty__sub{color:#757575;max-width:280px;margin:0 0 24px;font-size:13px;line-height:1.35}.cart-empty__cta{background:var(--royal-blue);color:#fff;cursor:pointer;border:0;border-radius:10px;padding:12px 20px;font-size:14px;font-weight:600}.cart-page{min-height:calc(100dvh - var(--nav-height) - 48px);padding-bottom:calc(var(--nav-height) + 88px);flex-direction:column;display:flex}.cart-page__list{padding:calc(18px + env(safe-area-inset-top,0px)) 12px 8px;flex:1}.cart-moq-banner{color:#e65100;background:#fff3e0;border:1px solid #ffcc80;border-radius:12px;margin-bottom:10px;padding:12px;font-size:13px;line-height:1.4}.cart-moq-banner strong{margin-bottom:6px;font-weight:700;display:block}.cart-moq-banner ul{margin:0;padding-left:18px}.cart-moq-banner li+li{margin-top:4px}.cart-card__moq-error{color:#e65100;margin:4px 0 0;font-size:12px;font-weight:600;line-height:1.35}.cart-card{background:var(--gradient-nav);border-radius:12px;margin-bottom:8px;padding:1px;overflow:visible}.cart-card__inner{background:#fff;border-radius:11px;padding:8px 8px 10px 10px}.cart-card__head{align-items:center;gap:4px;display:flex}.cart-card__select{cursor:pointer;background:0 0;border:0;padding:2px 6px 4px 0;display:inline-flex}.cart-card__select-icon{color:#bdbdbd}.cart-card__select-icon--on{color:var(--royal-blue)}.cart-card__store{color:#616161;white-space:nowrap;text-overflow:ellipsis;flex:1;margin:0;padding-top:2px;font-size:12px;font-weight:500;overflow:hidden}.cart-card__icon-btn{color:#616161;cursor:pointer;background:0 0;border:0;justify-content:center;align-items:center;width:36px;height:36px;display:inline-flex}.cart-card__body{align-items:flex-start;gap:10px;margin-top:4px;display:flex}.cart-card__thumb{background:#f5f5f5;border-radius:8px;flex:0 0 72px;width:72px;height:72px;overflow:hidden}.cart-card__thumb img{object-fit:cover;width:100%;height:100%}.cart-card__thumb-empty{background:#eee;width:100%;height:100%}.cart-card__info{flex:1;min-width:0}.cart-card__title{color:#1a1a1a;-webkit-line-clamp:2;-webkit-box-orient:vertical;font-size:14px;font-weight:600;line-height:1.25;text-decoration:none;display:-webkit-box;overflow:hidden}.cart-card__variant{color:#757575;margin:4px 0 0;font-size:12px;line-height:1.2}.cart-card__pricing{flex-direction:column;gap:2px;margin-top:8px;display:flex}.cart-card__pricing-label{color:#757575;font-size:11px;font-weight:500}.cart-card__line-yuan{color:#1a1a1a;font-size:13px;font-weight:600}.cart-card__line-local,.cart-card__unit{color:#616161;font-size:11px;font-weight:500}.cart-card__qty-col{flex-direction:column;align-items:center;gap:4px;display:flex}.cart-card__stepper{border:1px solid #e0e0e0;border-radius:10px;align-items:center;display:flex;overflow:hidden}.cart-card__stepper button{color:#424242;cursor:pointer;background:0 0;border:0;padding:6px 8px;display:inline-flex}.cart-card__stepper input{text-align:center;-moz-appearance:textfield;border:0;width:36px;padding:6px 0;font-size:13px;font-weight:600}.cart-card__stepper input::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.cart-card__stepper input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.cart-card__qty-label{color:#9e9e9e;font-size:10px;font-weight:500}.cart-card__shipping hr{border:0;border-top:1px solid #eee;margin:8px 0 6px}.cart-card__shipping p{text-align:right;color:#757575;margin:0;font-size:11px;line-height:1.25}.cart-page__footer{left:0;right:0;bottom:calc(var(--nav-height) + 18px);z-index:20;background:#fff;border-top:1px solid #eee;align-items:center;gap:8px;padding:10px 12px;display:flex;position:fixed;box-shadow:0 -2px 8px #0000000a}.cart-page__all{color:#424242;cursor:pointer;background:0 0;border:0;align-items:center;gap:6px;padding:4px 2px;font-size:14px;font-weight:500;display:inline-flex}.cart-page__totals{text-align:right;flex:1;min-width:0}.cart-page__totals-hint{color:#757575;margin:0;font-size:11px;font-weight:500}.cart-page__yuan{color:#b71c1c;margin:2px 0 0;font-size:14px;font-weight:600}.cart-page__yuan--muted{color:#9e9e9e}.cart-page__local{color:#1a1a1a;margin:0;font-size:15px;font-weight:600}.cart-page__local--muted{color:#9e9e9e}.cart-page__checkout{background:var(--royal-blue);color:#fff;white-space:nowrap;cursor:pointer;border:0;border-radius:10px;padding:10px 16px;font-size:14px;font-weight:600;box-shadow:0 4px 10px #054fd147}.cart-page__checkout:disabled{color:#757575;box-shadow:none;cursor:not-allowed;background:#e0e0e0}.pdp-finance-strip{cursor:pointer;text-align:left;background:#e8f4fd;border:0;border-radius:6px;align-items:center;width:100%;min-height:30px;padding:0 8px;display:flex}.pdp-finance-strip--compact{min-height:30px}.pdp-finance-strip__icon{background:var(--royal-blue);color:#fff;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:18px;height:18px;display:inline-flex}.pdp-finance-strip__bnpl{color:#071a3a;white-space:nowrap;margin-left:6px;font-size:10px;font-weight:800}.pdp-finance-strip__divider{background:#054fd159;flex-shrink:0;width:1px;height:14px;margin:0 6px 0 10px}.pdp-finance-strip__link{color:var(--royal-blue);text-align:right;margin-left:auto;font-size:9px;font-weight:700;line-height:1.15;text-decoration:underline}.pdp-variant-finance-block{background:#fff;padding:8px 20px 0}.pdp-variant-finance-block__rule{border:0;border-top:1px solid #e0e0e0;margin:10px 0 0}.pdp-modal-sheet__body .pdp-finance-strip{margin-top:14px}.pdp-modal-selected-variant{margin-top:10px;font-size:14px}.pdp-modal-selected-variant span{color:#757575;font-weight:700}.pdp-modal-selected-variant strong{color:#1a1a1a;font-weight:900}.cart-line,.cart-checkout-bar{display:none}.btn-gradient{background:var(--gradient-brand);color:#fff;border:0;border-radius:999px;padding:12px 20px;font-size:14px;font-weight:800}.buyer-profile{background:var(--profile-bg);min-height:100%;padding-bottom:100px}.buyer-profile-hero{padding:calc(16px + env(safe-area-inset-top,0px)) 16px 72px;color:#fff;clip-path:polygon(0 0,100% 0,100% calc(100% - 26px),86% calc(100% - 54px),70% calc(100% - 14px),52% calc(100% - 36px),34% calc(100% - 62px),16% calc(100% - 18px),0 calc(100% - 58px));background:linear-gradient(135deg,#0c2d5e 0%,#00cfff 55%,#dc2626 100%);position:relative}.buyer-profile-hero__top{justify-content:space-between;align-items:center;gap:8px;margin-bottom:18px;display:flex}.buyer-profile-hero__logo-wrap{background:#fff;border-radius:8px;padding:4px 6px 4px 2px}.buyer-profile-hero__logo-wrap img{margin-left:-3px;display:block}.buyer-profile-hero__actions{align-items:center;gap:8px;display:flex}.buyer-profile-hero__flag{cursor:pointer;background:0 0;border:1.5px solid #fff;border-radius:50%;justify-content:center;align-items:center;width:26px;height:26px;font-size:16px;line-height:1;display:flex}.buyer-profile-hero__icon-btn{color:#fff;cursor:pointer;background:0 0;border:0;justify-content:center;align-items:center;width:40px;height:40px;display:flex}.buyer-profile-hero__identity{align-items:center;gap:14px;display:flex}.buyer-profile-hero__avatar{color:#111827;background:#fff;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:58px;height:58px;font-size:24px;font-weight:800;display:flex;overflow:hidden;box-shadow:0 4px 10px #0000001f}.buyer-profile-hero__avatar img{object-fit:cover;width:100%;height:100%}.buyer-profile-hero__meta h2{letter-spacing:-.3px;margin:0;font-size:20px;font-weight:800}.buyer-profile-hero__meta p{opacity:.88;margin:4px 0 0;font-size:13px;font-weight:500}.buyer-profile-hero__name-row{flex-wrap:wrap;align-items:center;gap:8px;display:flex}.buyer-profile-hero__verified{background:#ffffff2e;border:1px solid #fff;border-radius:12px;align-items:center;gap:4px;padding:3px 8px;font-size:11px;font-weight:700;display:inline-flex}.buyer-profile-orders{z-index:1;background:#fff;border-radius:16px;align-items:stretch;margin:-4px 16px 0;padding:16px 0;display:flex;position:relative;box-shadow:0 6px 18px #00000014}.buyer-profile-orders__cell{cursor:pointer;color:#111827;background:0 0;border:0;flex-direction:column;flex:1;align-items:center;gap:8px;padding:0 8px;font-size:12px;font-weight:700;display:flex}.buyer-profile-orders__icon{border-radius:12px;justify-content:center;align-items:center;width:44px;height:44px;display:flex}.buyer-profile-orders__divider{background:#eee;align-self:center;width:1px;height:44px}.buyer-profile-body{padding:16px 16px 0}.buyer-profile-subtabs{background:var(--surface,#fff);border-radius:14px;gap:8px;margin-bottom:16px;padding:6px;display:flex;box-shadow:0 3px 12px #0000000d}.buyer-profile-subtabs__chip{color:#757575;cursor:pointer;background:0 0;border:0;border-radius:10px;flex:1;padding:12px 8px;font-size:13px;font-weight:700}.buyer-profile-subtabs__chip--active{color:var(--navy,#0c2d5e);background:#e3f2fd}.buyer-profile-recent-panel{margin-bottom:8px}.buyer-profile-recent-scroll{scrollbar-width:none;gap:12px;padding:4px 0 8px;display:flex;overflow-x:auto}.buyer-profile-recent-scroll::-webkit-scrollbar{display:none}.buyer-profile-recent-tile{background:var(--surface,#fff);width:148px;color:inherit;border-radius:12px;flex:0 0 148px;padding:8px;text-decoration:none;box-shadow:0 3px 12px #0000000d}.buyer-profile-recent-tile__image{background:#f0f0f0;border-radius:8px;width:132px;height:120px;overflow:hidden}.buyer-profile-recent-tile__image img{object-fit:cover;width:100%;height:100%}.buyer-profile-recent-tile__title{-webkit-line-clamp:2;-webkit-box-orient:vertical;margin:8px 0 4px;font-size:12px;font-weight:600;line-height:1.3;display:-webkit-box;overflow:hidden}.buyer-profile-recent-tile__price{color:#616161;margin:0;font-size:11px}.buyer-profile-recent-tile__price span{color:#757575}.buyer-profile-recent-foot{justify-content:flex-end;display:flex}.buyer-profile-recent-see-all{color:var(--royal-blue,#054fd1);background:0 0;border:0;padding:4px 0;font-size:14px;font-weight:700;text-decoration:none}.buyer-profile-recent-empty{color:#757575;text-align:center;flex-direction:column;align-items:center;gap:12px;padding:28px 16px 32px;display:flex}.recently-viewed-page{padding:0 0 24px}.recently-viewed-page__count{color:var(--royal-blue,#054fd1);margin:0 0 12px;padding:0 16px;font-weight:700}.buyer-profile-section{margin-bottom:22px}.buyer-profile-section h3{letter-spacing:1.1px;text-transform:uppercase;color:var(--buyer-profile-section-title,var(--navy));margin:0 0 12px 2px;font-size:12px;font-weight:800}.buyer-profile-card{text-align:left;cursor:pointer;background:#fff;border:0;border-radius:14px;align-items:center;gap:14px;width:100%;margin-bottom:10px;padding:14px;display:flex;box-shadow:0 3px 12px #0000000d}.buyer-profile-card:last-child{margin-bottom:0}.buyer-profile-card__icon{border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:44px;height:44px;display:flex}.buyer-profile-card__text{flex:1;min-width:0}.buyer-profile-card__title{color:#111827;font-size:15px;font-weight:700;display:block}.buyer-profile-card__sub{color:#757575;margin-top:3px;font-size:12px;line-height:1.25;display:block}.buyer-profile-card__chev{color:#bdbdbd;flex-shrink:0}.buyer-profile-logout{color:#dc2626;letter-spacing:.3px;cursor:pointer;background:#fff;border:1px solid #fecaca;border-radius:14px;justify-content:center;align-items:center;gap:8px;width:100%;margin-top:28px;padding:16px;font-size:14px;font-weight:700;display:flex;box-shadow:0 4px 10px #ef44440f}.profile-hero{background:var(--gradient-brand);color:#fff;border-radius:0 0 24px 24px;padding:48px 20px 32px}.profile-hero h2{margin:12px 0 4px;font-size:1.25rem}.profile-section{margin-top:-4px;padding:0 16px 24px}.profile-section h3{color:#888;text-transform:uppercase;letter-spacing:.5px;margin:0 0 10px;font-size:13px;font-weight:700}.profile-card{background:#fff;border-radius:14px;overflow:hidden;box-shadow:0 2px 8px #0000000a}.profile-card__row{text-align:left;background:#fff;border:0;border-bottom:1px solid #f5f5f5;align-items:center;gap:14px;width:100%;padding:14px 16px;display:flex}.profile-card__row:last-child{border-bottom:0}.profile-card__icon{border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;width:36px;height:36px;display:flex}.profile-card__title{margin:0;font-size:14px;font-weight:700}.profile-card__sub{color:#888;margin:2px 0 0;font-size:12px}.secondary-appbar{z-index:20;background:#fff;border-bottom:1px solid #eee;align-items:center;gap:8px;padding:12px 16px;display:flex;position:sticky;top:0}.secondary-appbar h1{margin:0;font-size:18px;font-weight:600}.secondary-appbar__back{color:#1a1a1a;background:0 0;border:0;padding:4px;display:flex}.secondary-appbar--grid{grid-template-columns:44px 1fr auto;align-items:center;display:grid}.secondary-appbar--grid h1{text-align:center}.secondary-appbar__action{justify-content:flex-end;min-width:44px;display:flex}.profile-header-save{color:var(--royal-blue);cursor:pointer;background:0 0;border:0;padding:4px 8px;font-size:14px;font-weight:800}.profile-page{background:#fff}.profile-page--grey{background:#f8f9fa}.profile-page__body{flex-direction:column;gap:12px;padding:16px;display:flex}.profile-page__body--padded{padding:20px}.profile-page-center{text-align:center;color:#757575;padding:48px 24px}.profile-sign-in-btn{margin-top:16px}.profile-nav-card{text-align:left;cursor:pointer;background:#fff;border:1px solid #f0f0f0;border-radius:16px;align-items:center;gap:12px;width:100%;padding:16px;display:flex;box-shadow:0 5px 10px #00000008}.profile-nav-card__icon{width:40px;height:40px;color:var(--royal-blue);background:#054fd11a;border-radius:10px;justify-content:center;align-items:center;display:flex}.profile-nav-card__text{flex-direction:column;flex:1;gap:2px;display:flex}.profile-nav-card__text strong{font-size:15px}.profile-nav-card__text span{color:#757575;font-size:12px}.profile-nav-card__chev{color:#bdbdbd}.profile-form-page{flex-direction:column;gap:16px;padding:24px;display:flex}.profile-form-page__hint{color:#757575;margin:0;font-size:14px}.profile-form-page__error{color:#c62828;margin:0;font-size:13px}.profile-form-page__submit{margin-top:8px}.profile-field{flex-direction:column;gap:8px;display:flex}.profile-field span{font-size:14px;font-weight:700}.profile-field input,.profile-field textarea{font:inherit;background:#fafafa;border:0;border-radius:12px;padding:14px 16px}.profile-field__readonly{color:#757575}.profile-field__row{background:#fafafa;border-radius:12px;align-items:center;padding-right:8px;display:flex}.profile-field__row input{background:0 0;flex:1;padding:14px 16px}.profile-field__toggle{color:#757575;background:0 0;border:0;padding:4px}.profile-avatar-edit{flex-direction:column;align-items:center;gap:12px;display:flex}.profile-avatar-edit__circle{width:96px;height:96px;color:var(--royal-blue);background:#e3f2fd;border-radius:50%;justify-content:center;align-items:center;font-size:32px;font-weight:800;display:flex;overflow:hidden}.profile-avatar-edit__circle img{object-fit:cover;width:100%;height:100%}.profile-avatar-edit__btn{color:var(--royal-blue);cursor:pointer;font-weight:700}.profile-form-section{letter-spacing:.04em;color:#757575;margin:8px 0 0;font-size:12px;font-weight:800}.profile-card-block{background:#fff;border-radius:12px;padding:16px;box-shadow:0 2px 8px #0000000a}.profile-card-block h3{margin:0 0 6px;font-size:15px}.profile-card-block p{color:#616161;margin:0 0 12px;font-size:12px}.profile-chips{gap:8px;display:flex}.profile-chips--wrap{flex-wrap:wrap}.profile-chip{cursor:pointer;background:#fff;border:1px solid #e0e0e0;border-radius:999px;padding:8px 12px;font-size:13px}.profile-chip--active{border-color:var(--royal-blue);color:var(--royal-blue);background:#0066cc14;font-weight:700}.profile-currency-current{color:#2e7d32;margin-bottom:12px;font-weight:700}.profile-search-input{width:100%;font:inherit;background:#f5f5f5;border:0;border-radius:12px;margin-bottom:12px;padding:12px 14px}html[data-theme=dark] .app-viewport.profile-page,html[data-theme=dark] .app-viewport.profile-page--grey,html[data-theme=dark] .profile-page,html[data-theme=dark] .profile-page--grey{color:var(--text-primary);background:#000}html[data-theme=dark] .secondary-appbar{color:var(--text-primary);background:#000;border-bottom-color:#2a2a2a}html[data-theme=dark] .secondary-appbar h1,html[data-theme=dark] .secondary-appbar__back{color:var(--text-primary)}html[data-theme=dark] .profile-page__body{background:#000}html[data-theme=dark] .profile-card-block{box-shadow:none;background:#000;border:1px solid #2a2a2a}html[data-theme=dark] .profile-card-block h3{color:var(--text-primary)}html[data-theme=dark] .profile-card-block p{color:var(--text-secondary)}html[data-theme=dark] .profile-chip{background:var(--surface);color:var(--text-primary);border-color:#333}html[data-theme=dark] .profile-chip--active{border-color:var(--royal-blue);color:var(--royal-blue);background:#054fd138}html[data-theme=dark] .profile-currency-current{color:#81c784}html[data-theme=dark] .profile-search-input{background:var(--surface);color:var(--text-primary)}html[data-theme=dark] .profile-search-input::placeholder{color:var(--text-secondary)}html[data-theme=dark] .profile-form-page{color:var(--text-primary)}html[data-theme=dark] .profile-form-section,html[data-theme=dark] .profile-field span,html[data-theme=dark] .profile-form-page__hint{color:var(--text-secondary)}html[data-theme=dark] .profile-field input,html[data-theme=dark] .profile-field textarea{color:var(--text-primary);background:#1a1a1a}html[data-theme=dark] .profile-field__readonly{color:var(--text-secondary)}html[data-theme=dark] .profile-header-save{color:#90caf9}html[data-theme=dark] .profile-help-title,html[data-theme=dark] .profile-section-heading{color:var(--text-primary)}html[data-theme=dark] .profile-faq__item{border-bottom-color:#333}html[data-theme=dark] .profile-faq__item summary{color:var(--text-primary)}html[data-theme=dark] .profile-faq__item p,html[data-theme=dark] .profile-empty,html[data-theme=dark] .profile-page-center,html[data-theme=dark] .status-text{color:var(--text-secondary)}html[data-theme=dark] .wishlist-page__tab,html[data-theme=dark] .wishlist-page__select-all{color:var(--text-primary)}html[data-theme=dark] .wishlist-row{border-bottom-color:#2a2a2a}html[data-theme=dark] .wishlist-row__name{color:var(--text-primary)}html[data-theme=dark] .wishlist-row__cart{color:#90caf9;background:#000;border-color:#90caf9}html[data-theme=dark] .wishlist-row__remove{color:var(--text-secondary)}html[data-theme=dark] .review-card{box-shadow:none;background:#000;border:1px solid #2a2a2a}html[data-theme=dark] .review-card__name{color:var(--text-primary)}html[data-theme=dark] .review-card__comment,html[data-theme=dark] .review-card__date{color:var(--text-secondary)}html[data-theme=dark] .slot-hub-page{color:var(--text-primary);background:#000}html[data-theme=dark] .profile-status-card{color:var(--text-primary)}html[data-theme=dark] .slot-hub-page__sub{color:var(--text-secondary,#aaa)}html[data-theme=dark] .slot-hub-page__nav-link{color:var(--sky-blue,#00cfff)}html[data-theme=dark] .store-copy-toast{background:#424242}html[data-theme=dark] .store-page{background:#141414}html[data-theme=dark] .store-link-bar{box-shadow:none;background:#1a1a1a;border-color:#333}html[data-theme=dark] .store-link-bar__label,html[data-theme=dark] .store-link-bar__url,html[data-theme=dark] .store-link-bar__btn{color:var(--text-primary)}html[data-theme=dark] .store-link-bar__btn:hover{background:#2a2a2a}html[data-theme=dark] .store-tabs{background:#1a1a1a;border-bottom-color:#333}html[data-theme=dark] .store-tabs__tab{color:var(--text-secondary)}html[data-theme=dark] .store-tabs__tab--active{color:var(--text-primary)}html[data-theme=dark] .store-products__loading,html[data-theme=dark] .store-products__empty{color:var(--text-secondary)}html[data-theme=dark] .store-bottom-bar{box-shadow:none;background:#1a1a1a;border-top:1px solid #333}html[data-theme=dark] .store-bottom-bar__contact,html[data-theme=dark] .store-bottom-bar__follow--active{color:var(--text-primary);background:#1a1a1a;border-color:#333}html[data-theme=dark] .profile-page-center{color:var(--text-secondary)}html[data-theme=dark] .wallet-stat-card{background:#000;border-color:#333}html[data-theme=dark] .wallet-stat-card__value{color:#fff}html[data-theme=dark] .wallet-stat-card__footer{color:#ccc}html[data-theme=dark] .wallet-stat-card__footer svg{color:#888}html[data-theme=dark] .wallet-quick-action__icon-circle{color:#fff;box-shadow:none;background:#111;border-color:#333}html[data-theme=dark] .wallet-quick-action__label{color:#fff}html[data-theme=dark] .wallet-section-title,html[data-theme=dark] .wallet-txn-head h3{color:#ccc}html[data-theme=dark] .wallet-page,html[data-theme=dark] .wallet-sub-page{background:#000}html[data-theme=dark] .wallet-txn-list{background:#000;border:1px solid #2a2a2a}html[data-theme=dark] .wallet-txn-list li{color:var(--text-primary);border-bottom-color:#2a2a2a}html[data-theme=dark] .wallet-txn-list li span{color:var(--text-primary)}html[data-theme=dark] .wallet-txn-list__when,html[data-theme=dark] .wallet-txn-empty,html[data-theme=dark] .wallet-empty{color:var(--text-secondary)}html[data-theme=dark] .wallet-txn-see-all{color:#90caf9}html[data-theme=dark] .wallet-stat{background:#000;border:1px solid #2a2a2a}html[data-theme=dark] .wallet-stat span{color:var(--text-secondary)}html[data-theme=dark] .shipping-page__banner{color:#ffffffe0;background:#000;border-color:#333}html[data-theme=dark] .shipping-card{box-shadow:none;background:#000;border:1px solid #2a2a2a}html[data-theme=dark] .shipping-card__head strong,html[data-theme=dark] .shipping-card p{color:var(--text-primary)}html[data-theme=dark] .shipping-card__badge{color:#90caf9;background:#054fd138}html[data-theme=dark] .shipping-card__actions button{color:#90caf9}html[data-theme=dark] .profile-page.profile-page,html[data-theme=dark] .app-viewport.profile-page{background:#000!important}html[data-theme=dark] .profile-legal,html[data-theme=dark] .profile-legal h2,html[data-theme=dark] .profile-legal__updated{color:var(--text-primary)}html[data-theme=dark] .profile-legal p{color:var(--text-secondary)}html[data-theme=dark] .profile-nav-card{color:var(--text-primary);background:#000;border-color:#2a2a2a}html[data-theme=dark] .profile-nav-card__text span{color:var(--text-secondary)}html[data-theme=dark] .profile-nav-card__chev{color:#666}html[data-theme=dark] .profile-page .btn-outline{border-color:var(--royal-blue);color:#90caf9;background:#000}.profile-help-title{margin:0 0 16px;font-size:22px}.profile-section-heading{margin:24px 0 12px;font-size:18px}.profile-faq__item{border-bottom:1px solid #eee;padding:8px 0}.profile-faq__item summary{cursor:pointer;font-weight:600}.profile-faq__item p{color:#616161;margin:12px 0;line-height:1.5}.profile-legal,.profile-about{padding:24px}.profile-legal__updated,.profile-about__version{color:#757575;font-size:14px}.profile-legal section{margin-bottom:24px}.profile-legal h2{margin:0 0 12px;font-size:18px}.profile-legal p{color:#616161;margin:0;line-height:1.6}.profile-about{text-align:center}.profile-about__logo{background:#054fd11a;border-radius:50%;justify-content:center;align-items:center;width:120px;height:120px;margin:20px auto;display:flex}.profile-about__mission{margin:24px 0 32px;line-height:1.6}.profile-about__row{text-align:left;gap:12px;padding:12px 0;display:flex}.profile-about__row-icon{color:var(--royal-blue)}.profile-about__row strong{display:block}.profile-about__row span{color:#616161;font-size:13px}.profile-about__copy{color:#9e9e9e;margin-top:32px;font-size:12px}.profile-empty{color:#bdbdbd;flex-direction:column;align-items:center;gap:12px;display:flex}.wishlist-page__tab{border-bottom:2px solid #212121;justify-content:space-between;align-items:center;margin-bottom:8px;padding:12px 16px;display:flex}.wishlist-page__select-all{background:0 0;border:0;align-items:center;gap:6px;font-size:12px;display:flex}.wishlist-page__list{padding:0 16px 80px}.wishlist-row{border-bottom:1px solid #f0f0f0;align-items:center;gap:10px;padding:12px 0;display:flex}.wishlist-row__main{text-align:left;cursor:pointer;background:0 0;border:0;flex:1;gap:12px;display:flex}.wishlist-row__main img{object-fit:cover;background:#f5f5f5;border-radius:8px;width:72px;height:72px}.wishlist-row__name{margin:0 0 6px;font-size:14px;font-weight:700}.wishlist-row__price{color:#e53935;margin:0;font-weight:800}.wishlist-row__price span{color:#757575;font-size:12px;font-weight:600}.wishlist-row__actions{flex-direction:column;gap:8px;display:flex}.wishlist-row__cart{border:1px solid var(--royal-blue);color:var(--royal-blue);background:#fff;border-radius:999px;padding:6px 10px;font-size:11px;font-weight:700}.wishlist-row__remove{color:#757575;background:0 0;border:0}.wishlist-page__bulk{position:fixed;bottom:16px;left:16px;right:16px}.wishlist-page__bulk button{color:#fff;background:#212121;border:0;border-radius:999px;width:100%;padding:14px;font-weight:800}.reviews-list{flex-direction:column;gap:12px;padding:16px;display:flex}.review-card{text-align:left;cursor:pointer;background:#fff;border:0;border-radius:12px;gap:12px;width:100%;padding:14px;display:flex;box-shadow:0 2px 8px #0000000a}.review-card img{object-fit:cover;border-radius:8px;width:56px;height:56px}.review-card__name{margin:0 0 4px;font-weight:700}.review-card__stars{color:#ffa726;margin:0;font-size:13px}.review-card__comment{color:#616161;margin:6px 0 0;font-size:13px}.review-card__date{color:#9e9e9e;font-size:11px}.shipping-page__banner{color:#f57f17;background:#fff8e1;border:1px solid #ffe082;border-radius:12px;margin:12px 20px 0;padding:12px;font-size:12px;line-height:1.35}.shipping-page__list{flex-direction:column;gap:16px;padding:20px;display:flex}.shipping-card{background:#fff;border-radius:12px;padding:16px;box-shadow:0 2px 8px #0000000a}.shipping-card__head{align-items:center;gap:8px;margin-bottom:8px;display:flex}.shipping-card__badge{color:var(--royal-blue);background:#0066cc14;border-radius:4px;padding:2px 6px;font-size:10px;font-weight:800}.shipping-card__actions{gap:12px;margin-top:12px;display:flex}.shipping-card__actions button{color:var(--royal-blue);cursor:pointer;background:0 0;border:0;font-weight:700}.shipping-page__footer{padding:20px}.shipping-page__add{color:#fff;background:#212121;border:0;border-radius:16px;width:100%;padding:16px;font-weight:800}.profile-check{align-items:center;gap:8px;font-size:14px;display:flex}.profile-upload-field{flex-direction:column;gap:6px;display:flex}.profile-upload-field__name{color:#616161;font-size:12px}.profile-status-card{text-align:center;border-radius:12px;max-width:360px;margin:48px auto;padding:24px}.profile-status-card--ok{color:#2e7d32;background:#e8f5e9}.profile-status-card--pending{color:#ef6c00;background:#fff8e1}.notif-header-actions{gap:4px;display:flex}.notif-list{padding:8px 0}.notif-row{text-align:left;cursor:pointer;background:#fff;border:0;border-bottom:1px solid #f0f0f0;gap:10px;width:100%;padding:14px 16px;display:flex}.notif-row--unread{background:#f3f8fc}.notif-row__dot{background:var(--royal-blue);border-radius:50%;width:8px;height:8px;margin-top:6px}.notif-row__title{margin:0;font-weight:700}.notif-row__body{color:#616161;margin:4px 0 0;font-size:13px}.notif-row__time{color:#9e9e9e;font-size:11px}.notif-sheet-backdrop{z-index:200;background:#00000080;align-items:flex-end;display:flex;position:fixed;top:0;bottom:0;left:0;right:0}.notif-sheet{background:#fff;border-radius:16px 16px 0 0;width:100%;padding:24px}.wallet-page{background:#f3f6fb}.wallet-gate{text-align:center;padding:48px 24px}.wallet-dashboard{padding:16px 20px 100px}.wallet-balance-card{color:#fff;background:linear-gradient(135deg,#0c2d5e,#054fd1);border-radius:16px;padding:20px}.wallet-balance-card h2{margin:8px 0;font-size:32px}.wallet-stats{grid-template-columns:1fr 1fr;gap:12px;margin:20px 0;display:grid}.wallet-stat-card{text-align:left;cursor:pointer;background:#fff;border:1px solid #e8edf5;border-radius:16px;flex-direction:column;gap:6px;padding:16px;display:flex}.wallet-stat-card__icon{border-radius:50%;justify-content:center;align-items:center;width:36px;height:36px;margin-bottom:8px;display:inline-flex}.wallet-stat-card__icon svg{display:block}.wallet-stat-card__icon--blue{color:var(--royal-blue);background:#054fd11a}.wallet-stat-card__icon--orange{color:#e85d04;background:#ffe8d6}.wallet-stat-card__value{color:#212121;font-size:20px;font-weight:800}.wallet-stat-card__footer{color:#757575;justify-content:space-between;align-items:center;font-size:12px;font-weight:600;display:flex}.wallet-stat{background:#fff;border-radius:12px;flex-direction:column;gap:4px;padding:14px;display:flex}.wallet-stat span{color:#757575;font-size:12px}.wallet-section-title,.wallet-txn-head h3{letter-spacing:.08em;color:#757575;text-transform:uppercase;font-size:12px}.wallet-txn-head{justify-content:space-between;align-items:center;margin-bottom:8px;display:flex}.wallet-txn-see-all{color:var(--royal-blue);cursor:pointer;background:0 0;border:0;font-size:12px;font-weight:700}.wallet-quick-actions{justify-content:space-between;gap:4px;margin:16px 0 28px;display:flex}.wallet-quick-action{cursor:pointer;background:0 0;border:0;flex-direction:column;flex:1;align-items:center;gap:10px;min-width:0;padding:0;display:flex}.wallet-quick-action__icon-circle{color:#111;background:#fff;border:1px solid #e8edf5;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:44px;height:44px;display:inline-flex;box-shadow:0 1px 3px #0000000f}.wallet-quick-action__icon-circle svg{display:block}.wallet-quick-action__label{text-align:center;color:#212121;max-width:96px;font-size:10px;font-weight:700;line-height:1.25}.wallet-txn-empty{text-align:center;color:#757575;padding:24px 16px}.wallet-txn-list{background:#fff;border-radius:12px;margin:0;padding:0;list-style:none}.wallet-txn-list--full li{align-items:flex-start}.wallet-txn-list li{border-bottom:1px solid #f0f0f0;justify-content:space-between;gap:12px;padding:14px 16px;display:flex}.wallet-txn-list__when{color:#9e9e9e;margin-top:4px;font-size:11px;display:block}.wallet-txn--credit{color:#2e7d32}.wallet-txn--debit{color:#c62828}.wallet-offers-pill{color:#fff;cursor:pointer;background:linear-gradient(135deg,#0c2d5e,#054fd1);border:0;border-radius:28px;padding:16px;font-weight:800;position:fixed;bottom:20px;left:20px;right:20px;box-shadow:0 8px 24px #054fd147}.wallet-sub-page{background:#f3f6fb}.wallet-rmb-history{margin:0;padding:0;list-style:none}.wallet-rmb-history__row{text-align:left;cursor:pointer;background:#fff;border:0;border-bottom:1px solid #f0f0f0;justify-content:space-between;align-items:center;gap:12px;width:100%;padding:16px 20px;display:flex}.wallet-rmb-history__row strong{color:#212121;font-size:16px;display:block}.wallet-rmb-history__row span,.wallet-rmb-history__row small{color:#757575;margin-top:4px;font-size:12px;display:block}.wallet-sub-body{padding:16px 20px 32px}.wallet-summary-card{background:#fff;border-radius:16px;flex-direction:column;gap:8px;margin-bottom:16px;padding:16px;display:flex}.wallet-summary-card__row{justify-content:space-between;align-items:flex-end;gap:12px;display:flex}.wallet-summary-card__count{font-size:32px;font-weight:900}.wallet-empty{text-align:center;color:#757575;padding:32px 16px;line-height:1.5}.wallet-loan-list{flex-direction:column;gap:10px;margin:0;padding:0;list-style:none;display:flex}.wallet-loan-card{background:#fff;border-radius:12px;padding:14px 16px}.wallet-loan-card__head{justify-content:space-between;align-items:center;gap:8px;margin-bottom:8px;display:flex}.wallet-loan-card__head span{color:#757575;text-transform:capitalize;font-size:11px;font-weight:700}.wallet-loan-card__amount{color:var(--royal-blue);font-size:18px;font-weight:800}.wallet-loan-card__bank,.wallet-loan-card__meta,.wallet-loan-card__terms{color:#757575;font-size:12px}.wallet-loan-card__actions{gap:8px;margin-top:12px;display:flex}.wallet-badge--overdue{color:#c62828;font-size:11px;font-weight:800}.wallet-tabs{gap:8px;margin-bottom:16px;display:flex}.wallet-tabs__btn{cursor:pointer;background:#fff;border:1px solid #e0e0e0;border-radius:999px;flex:1;padding:10px 12px;font-size:12px;font-weight:700}.wallet-tabs__btn--active{border-color:var(--royal-blue);color:var(--royal-blue);background:#054fd114}.wallet-form{flex-direction:column;gap:14px;padding:16px 20px 32px;display:flex}.wallet-form__field{flex-direction:column;gap:6px;display:flex}.wallet-form__field span{color:#424242;font-size:13px;font-weight:700}.wallet-form__field input,.wallet-form__field select{border:1px solid #e0e0e0;border-radius:12px;padding:12px 14px;font-size:15px}.wallet-form__hint{color:#616161;font-size:13px}.wallet-form__error{color:#c62828;font-size:13px}.wallet-btn-secondary{cursor:pointer;background:#fff;border:1px solid #e0e0e0;border-radius:12px;padding:10px 14px;font-weight:700}.wallet-header-link{color:var(--royal-blue);cursor:pointer;background:0 0;border:0;padding:4px 0;font-size:14px;font-weight:700}.wallet-page-heading{margin:0 0 8px;font-size:18px;font-weight:800}.wallet-page-sub{color:#616161;margin:0 0 20px;font-size:14px;line-height:1.4}.wallet-fund-spendable{margin:0 0 6px;font-size:16px}.wallet-form__prefix-input{background:#fff;border:1px solid #e0e0e0;border-radius:12px;align-items:center;gap:8px;padding:0 14px;display:flex}.wallet-form__prefix-input input{background:0 0;border:0;flex:1;padding:12px 0;font-size:15px}.wallet-form__prefix{color:#424242;font-weight:700}.wallet-rate-card{background:#e8f5e9;border:1px solid #054fd140;border-radius:12px;padding:16px}.wallet-rate-card__rate{color:#616161;margin:0 0 10px;font-size:13px}.wallet-rate-card__label{color:#616161;margin:0;font-size:13px;font-weight:600}.wallet-rate-card__amount{color:var(--royal-blue);margin:4px 0 6px;font-size:26px;font-weight:800}.wallet-rate-card__hint{color:#616161;margin:0;font-size:12px;line-height:1.35}.wallet-pay-selector{flex-direction:column;gap:8px;display:flex}.wallet-pay-selector__label{color:#424242;font-size:13px;font-weight:600}.wallet-pay-selector__row{text-align:left;cursor:pointer;background:#f8f9fa;border:1.4px solid #0003;border-radius:16px;align-items:center;gap:12px;width:100%;padding:16px;display:flex}.wallet-pay-selector__text{flex-direction:column;flex:1;gap:3px;min-width:0;display:flex}.wallet-pay-selector__text strong{color:#212121;font-size:14px;font-weight:800}.wallet-pay-selector__text span{color:#616161;font-size:12px;font-weight:600}.wallet-pay-selector__placeholder-icon{color:#9e9e9e;font-size:22px}.wallet-stripe-logo{color:#fff;background:#635bff;border-radius:8px;justify-content:center;align-items:center;min-width:56px;padding:4px 10px;font-size:12px;font-weight:800;display:inline-flex}.wallet-pay-leading{border-radius:8px;justify-content:center;align-items:center;padding:4px 8px;display:inline-flex}.wallet-pay-leading--wallet{color:#fff;background:#212121}.wallet-pay-leading--loan{color:#fff;background:#1565c0}.wallet-close-link{color:var(--royal-blue);text-align:center;cursor:pointer;background:0 0;border:0;padding:8px;font-size:15px;font-weight:700}.buyer-loan-snackbar{z-index:200;color:#fff;background:#323232;border-radius:8px;flex-direction:column;gap:4px;padding:14px 16px;animation:.2s ease-out buyer-loan-snackbar-in;display:flex;position:fixed;bottom:16px;left:16px;right:16px;box-shadow:0 6px 20px #00000040}.buyer-loan-snackbar strong{font-size:14px;font-weight:700}.buyer-loan-snackbar span{opacity:.92;font-size:13px;line-height:1.35}@keyframes buyer-loan-snackbar-in{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}.language-chip{right:14px;bottom:calc(var(--nav-height) + 24px);z-index:60;background:var(--gradient-brand);color:#fff;cursor:grab;touch-action:none;-webkit-user-select:none;user-select:none;border:0;border-radius:22px;align-items:center;gap:8px;padding:10px 16px;font-size:13px;font-weight:800;display:flex;position:fixed;box-shadow:0 4px 12px #054fd159}.language-chip--dragging{cursor:grabbing;box-shadow:0 8px 20px #054fd173}.pdp-page{background:#f8f8f8;min-height:100dvh;position:relative}.pdp-page--loading{justify-content:center;align-items:center;display:flex}.pdp-toolbar{z-index:30;pointer-events:none;justify-content:space-between;align-items:center;padding:10px 12px;display:flex;position:fixed;top:0;left:0;right:0}.pdp-toolbar__btn{pointer-events:auto;color:#1a1a1a;background:#fff;border:0;border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;display:inline-flex;position:relative;box-shadow:0 2px 6px #00000026}.pdp-toolbar__btn--wish{color:#e53935}.pdp-toolbar__actions{pointer-events:auto;gap:8px;display:flex}.pdp-toolbar__badge{background:var(--royal-blue);color:#fff;border-radius:999px;justify-content:center;align-items:center;min-width:16px;height:16px;padding:0 4px;font-size:9px;font-weight:800;display:flex;position:absolute;top:-2px;right:-2px}.pdp-mobile-gallery{background:#fff;padding-top:0}.pdp-gallery-wrap{width:100%;position:relative}.pdp-gallery-scroll{scroll-snap-type:x mandatory;scroll-behavior:smooth;-webkit-overflow-scrolling:touch;scrollbar-width:none;background:#fff;width:100%;height:min(400px,72vw);display:flex;overflow-x:auto}.pdp-gallery-scroll::-webkit-scrollbar{display:none}.pdp-gallery-slide{scroll-snap-align:start;scroll-snap-stop:always;background:#f5f5f5;flex:0 0 100%;justify-content:center;align-items:center;width:100%;height:100%;display:flex}.pdp-gallery-counter--overlay{z-index:2;pointer-events:none;position:absolute;bottom:16px;left:50%;transform:translate(-50%)}.pdp-gallery-counter--scroll{z-index:2;position:absolute;bottom:52px;left:50%;transform:translate(-50%)}.pdp-gallery-main{background:#f5f5f5;justify-content:center;align-items:center;width:100%;height:min(400px,72vw);display:flex;position:relative}.pdp-gallery-main__img{object-fit:contain;background:#fff;width:100%;height:100%}.pdp-gallery-slide--tappable{cursor:zoom-in}.pdp-gallery-fullscreen{z-index:200;background:#000;flex-direction:column;display:flex;position:fixed;top:0;bottom:0;left:0;right:0}.pdp-gallery-fullscreen__close{top:max(12px, env(safe-area-inset-top));right:max(12px, env(safe-area-inset-right));z-index:2;color:#fff;cursor:pointer;background:#00000073;border:0;border-radius:50%;justify-content:center;align-items:center;width:44px;height:44px;display:inline-flex;position:absolute}.pdp-gallery-fullscreen__scroll{scroll-snap-type:x mandatory;scroll-behavior:smooth;-webkit-overflow-scrolling:touch;scrollbar-width:none;flex:1;width:100%;height:100%;min-height:0;display:flex;overflow:auto hidden}.pdp-gallery-fullscreen__scroll::-webkit-scrollbar{display:none}.pdp-gallery-fullscreen__slide{scroll-snap-align:start;scroll-snap-stop:always;width:100%;height:100%;padding:max(56px, calc(env(safe-area-inset-top) + 44px)) 0 max(48px, env(safe-area-inset-bottom));box-sizing:border-box;flex:0 0 100%;justify-content:center;align-items:center;display:flex}.pdp-gallery-fullscreen__img{object-fit:contain;-webkit-user-select:none;user-select:none;-webkit-user-drag:none;touch-action:pan-x pan-y pinch-zoom;width:auto;max-width:100%;height:auto;max-height:100%}.pdp-gallery-fullscreen__counter{bottom:max(20px, env(safe-area-inset-bottom));z-index:2;color:#fff;pointer-events:none;background:#0000008c;border-radius:999px;padding:6px 12px;font-size:13px;font-weight:600;position:absolute;left:50%;transform:translate(-50%)}.pdp-gallery-main__empty{color:#bdbdbd}.pdp-gallery-counter{color:#fff;background:#00000080;border-radius:999px;padding:4px 10px;font-size:12px;font-weight:500;position:absolute;bottom:16px;left:50%;transform:translate(-50%)}.pdp-gallery-dots{background:#fff;justify-content:center;gap:6px;padding:10px 0;display:flex}.pdp-gallery-dot{background:#ccc;border:0;border-radius:50%;width:6px;height:6px;padding:0}.pdp-gallery-dot--active{background:var(--royal-blue);border-radius:999px;width:18px}.pdp-gallery-thumbs{flex-wrap:wrap;gap:8px;padding:12px 0 0;display:flex}.pdp-gallery-thumb{cursor:pointer;background:#fafafa;border:2px solid #e0e0e0;border-radius:6px;width:64px;height:64px;padding:0;overflow:hidden}.pdp-gallery-thumb--active{border-color:var(--royal-blue)}.pdp-gallery-thumb img{object-fit:cover;width:100%;height:100%}.pdp-section{background:#fff;margin-top:10px;padding:20px 16px}.pdp-section--flush{padding-top:12px;padding-bottom:12px}.pdp-section--info{margin-top:0}.pdp-section--related{padding-bottom:28px}.pdp-section__title{color:#1a1a1a;margin:0 0 12px;font-size:16px;font-weight:700}.pdp-section__title--inline{margin-bottom:2px}.pdp-price-block{margin-bottom:12px}.pdp-starting-from{color:#757575;margin:0 0 4px;font-size:12px;font-weight:500}.pdp-compare-row{color:#9e9e9e;flex-wrap:wrap;gap:6px;margin-bottom:4px;font-size:12px;font-weight:700;text-decoration:line-through;display:flex}.pdp-price-main{flex-wrap:wrap;align-items:baseline;gap:8px;display:flex}.pdp-price-yuan{color:#e53935;font-size:24px;font-weight:900;line-height:1}.pdp-price-yuan__sym{font-size:14px;font-weight:900}.pdp-price-local{color:#757575;font-size:14px;font-weight:700}.pdp-price-hint{color:#616161;margin:6px 0 0;font-size:12px;font-weight:600;line-height:1.35}.pdp-title .pdp-expandable{color:#1a1a1a;margin:0;font-size:18px;font-weight:700;line-height:1.25}.pdp-expandable{color:#424242;-webkit-box-orient:vertical;margin:0;line-height:1.5;display:-webkit-box;overflow:hidden}.pdp-expandable--open{-webkit-line-clamp:unset;display:block}.pdp-expandable__toggle{color:var(--royal-blue);background:0 0;border:0;padding:6px 0 0;font-size:13px;font-weight:700}.pdp-rating-row{flex-wrap:wrap;align-items:center;gap:8px;margin-top:12px;font-size:13px;display:flex}.pdp-stars{gap:2px;display:inline-flex}.pdp-sold{color:#9e9e9e}.pdp-moq__head{align-items:flex-start;gap:8px;margin-bottom:10px;display:flex}.pdp-moq__head h3{margin:0;font-size:13px;font-weight:800}.pdp-moq__head p{color:#757575;margin:3px 0 0;font-size:11px;line-height:1.3}.pdp-moq__rows{flex-direction:column;gap:6px;display:flex}.pdp-moq-row{text-align:left;color:#1a1a1a;background:#f5f5f559;border:1px solid #e0e0e0;border-radius:8px;justify-content:space-between;gap:8px;width:100%;padding:7px 10px;font-size:12px;font-weight:700;display:flex}.pdp-moq-row--active{background:linear-gradient(#f3f8fc, #f3f8fc) padding-box, var(--gradient-brand) border-box;color:var(--royal-blue);border:1.5px solid #0000}.pdp-shipping{padding:0 4px}.pdp-shipping__row{align-items:center;gap:10px;font-size:13px;display:flex}.pdp-shipping__label{color:#9e9e9e;width:72px}.pdp-shipping__value{color:#1a1a1a;flex:1;font-weight:600}.pdp-shipping__value--free,.pdp-shipping__value--accent{color:var(--royal-blue)}.pdp-shipping__value--muted{color:#757575}.pdp-shipping__note{color:#9e9e9e;margin:2px 0 0 26px;font-size:11px;line-height:1.4}.pdp-shipping hr{border:0;border-top:1px solid #f0f0f0;margin:10px 0}.pdp-attributes{flex-wrap:wrap;gap:10px;display:flex}.pdp-attribute{background:linear-gradient(#fff, #fff) padding-box, var(--gradient-brand) border-box;border:1.5px solid #0000;border-radius:20px;align-items:center;gap:6px;padding:8px 12px;font-size:12px;font-weight:700;display:inline-flex}.pdp-attribute--blue{background:linear-gradient(#e3f2fd, #e3f2fd) padding-box, var(--gradient-brand) border-box;color:#054fd1}.pdp-attribute--gold{background:linear-gradient(#fff8e7, #fff8e7) padding-box, var(--gradient-brand) border-box;color:#9a6700}.pdp-attribute--pink{background:linear-gradient(#fce4f3, #fce4f3) padding-box, var(--gradient-brand) border-box;color:#c2185b}.pdp-attribute--navy{background:linear-gradient(#e8eaf6, #e8eaf6) padding-box, var(--gradient-brand) border-box;color:#0c2d5e}.pdp-store{text-align:left;cursor:pointer;background:0 0;border:0;align-items:center;gap:16px;width:100%;padding:4px 0;display:flex}.pdp-store__logo{color:#616161;background:#f5f5f5;border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;width:50px;height:50px;display:flex;overflow:hidden}.pdp-store__logo img{object-fit:cover;width:100%;height:100%}.pdp-store__body{flex:1;min-width:0}.pdp-store__title-row{align-items:center;gap:8px;min-width:0;display:flex}.pdp-store__title{color:#1a1a1a;text-overflow:ellipsis;white-space:nowrap;flex:1;min-width:0;font-size:16px;font-weight:700;line-height:1.25;overflow:hidden}.pdp-store__verified{color:#043ba8;white-space:nowrap;background:#e3f2fd;border-radius:999px;flex-shrink:0;padding:3px 8px;font-size:11px;font-weight:800}.pdp-store__sub{color:#757575;margin:4px 0 0;font-size:13px;line-height:1.35}.pdp-store__body .pdp-stars{gap:3px;margin-top:6px;display:inline-flex}.pdp-store__chev{color:#bdbdbd;flex-shrink:0}.pdp-reviews-head{align-items:flex-start;gap:10px;margin-bottom:16px;display:flex}.pdp-reviews-head__icon{width:34px;height:34px;color:var(--royal-blue);background:#e3f2fd;border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;display:flex}.pdp-reviews-count{color:#757575;margin:0;font-size:12px}.pdp-reviews-avg{color:#9a6700;background:#fff7e7;border-radius:999px;align-items:center;gap:4px;margin-left:auto;padding:6px 10px;font-size:12px;font-weight:700;display:inline-flex}.pdp-reviews-empty{background:#e3f2fd;background:linear-gradient(#e3f2fd, #e3f2fd) padding-box, var(--gradient-brand) border-box;border:1.5px solid #0000;border-radius:14px;gap:10px;padding:16px;display:flex}.pdp-reviews-empty strong{margin-bottom:4px;display:block}.pdp-reviews-empty p{color:#616161;margin:0;font-size:13px}.pdp-reviews-list{flex-direction:column;gap:14px;display:flex}.pdp-review__head{justify-content:space-between;align-items:center;gap:8px;margin-bottom:6px;display:flex}.pdp-review p{color:#424242;margin:0;font-size:14px;line-height:1.45}.pdp-related-group{margin-bottom:28px}.pdp-related-group:last-child{margin-bottom:0}.pdp-related-loading,.pdp-related-empty{color:#757575;margin:0;padding:12px 0;font-size:13px}.pdp-related-scroll{scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;scrollbar-width:none;-ms-overflow-style:none;gap:12px;padding-bottom:4px;display:flex;overflow-x:auto}.pdp-related-scroll::-webkit-scrollbar{display:none}.pdp-related-tile{text-align:left;scroll-snap-align:start;width:168px;color:inherit;cursor:pointer;background:#fff;border:0;flex:0 0 168px;padding:0;text-decoration:none;display:block}.pdp-related-tile__image{color:#bdbdbd;background:#f5f5f5;border:.5px solid #e0e0e0;border-radius:8px;justify-content:center;align-items:center;width:168px;height:140px;display:flex;position:relative;overflow:hidden}.pdp-related-tile__image img{object-fit:cover;width:100%;height:100%}.pdp-related-tile__title{color:#222;-webkit-line-clamp:2;-webkit-box-orient:vertical;margin:8px 0 4px;font-size:13px;font-weight:500;line-height:1.25;display:-webkit-box;overflow:hidden}.pdp-related-tile__price{flex-wrap:wrap;align-items:baseline;gap:4px;margin:0;display:flex}.pdp-related-tile__yuan{color:#e53935;font-size:14px;font-weight:800}.pdp-related-tile__local{color:#757575;font-size:11px;font-weight:600}.pdp-variant-catalog{background:#fff;border-top:1px solid #f0f0f0;padding:12px 0 8px}.pdp-variant-catalog__scroll{scrollbar-width:none;-ms-overflow-style:none;gap:10px;padding:0 16px;display:flex;overflow-x:auto}.pdp-variant-finance-block--solo{padding:8px 16px 0}.pdp-gallery-finance-strip{background:#fff;border-top:1px solid #f0f0f0;padding:8px 16px 0}.pdp-variant-catalog__scroll::-webkit-scrollbar{display:none}.pdp-variant-thumb{background:#fafafa;border:1.5px solid #e0e0e0;border-radius:10px;flex:0 0 76px;width:76px;height:92px;padding:0;position:relative;overflow:hidden}.pdp-variant-thumb--active{border-color:var(--royal-blue);border-width:2.5px}.pdp-variant-thumb img{object-fit:cover;width:100%;height:100%}.pdp-variant-thumb__empty{background:#f5f5f5;width:100%;height:100%}.pdp-variant-thumb__label{color:#fff;text-align:center;background:#00000085;padding:4px;font-size:10px;font-weight:700;line-height:1.15;position:absolute;bottom:0;left:0;right:0}.pdp-variant-chips{flex-direction:column;gap:10px;padding:12px 16px 8px;display:flex}.pdp-variant-chip{text-align:left;background:#fafafa;border:1px solid #e0e0e0;border-radius:14px;align-items:center;gap:14px;width:100%;padding:14px 16px;display:flex}.pdp-variant-chip--active{border:2px solid var(--royal-blue);background:#054fd117}.pdp-variant-chip__check{color:var(--royal-blue);font-size:18px;line-height:1}.pdp-variant-chip__body{flex-direction:column;gap:6px;display:flex}.pdp-variant-chip__body strong{color:#1a1a1a;font-size:15px}.pdp-variant-chip__body span{color:#616161;font-size:14px;font-weight:600}.pdp-variant-chip--active .pdp-variant-chip__body strong,.pdp-variant-chip--active .pdp-variant-chip__body span{color:var(--royal-blue)}.pdp-variant-selected-line{padding:8px 20px 4px;font-size:14px}.pdp-variant-selected-line__type{color:#757575;margin-right:4px;font-weight:700}.pdp-modal-backdrop{z-index:100;background:#0000008a;justify-content:center;align-items:flex-end;display:flex;position:fixed;top:0;bottom:0;left:0;right:0}.pdp-modal-sheet{background:#fff;border-radius:16px 16px 0 0;flex-direction:column;width:100%;max-width:640px;max-height:90dvh;display:flex;overflow:hidden}.pdp-modal-sheet__header{border-bottom:1px solid #f0f0f0;justify-content:space-between;align-items:center;padding:12px 16px 8px;display:flex}.pdp-modal-sheet__header h2{margin:0;font-size:18px;font-weight:800}.pdp-modal-sheet__close{color:#424242;background:0 0;border:0;padding:4px}.pdp-modal-sheet__body{flex:1;padding:16px;overflow-y:auto}.pdp-modal-header-tiers{align-items:flex-start;gap:8px;margin-bottom:14px;display:flex}.pdp-modal-header-tiers__thumb{object-fit:cover;background:#f5f5f5;border-radius:8px;flex-shrink:0;width:56px;height:56px}.pdp-modal-header-tiers__scroll{scrollbar-width:none;flex:1;align-items:center;gap:10px;min-width:0;height:56px;display:flex;overflow-x:auto}.pdp-modal-header-tiers__scroll::-webkit-scrollbar{display:none}.pdp-modal-header-tier{flex-direction:column;flex:none;gap:4px;display:flex}.pdp-modal-header-tier__price{color:#212121;font-size:15px;font-weight:800}.pdp-modal-header-tier__band{color:#757575;white-space:nowrap;font-size:10px;font-weight:600}.pdp-modal-header-tier--active .pdp-modal-header-tier__price,.pdp-modal-header-tier--active .pdp-modal-header-tier__band{color:var(--royal-blue)}.pdp-modal-header-tiers__fallback{color:var(--royal-blue);margin:0;font-size:13px;font-weight:700}.pdp-modal-mix-hint{color:#757575;margin:0 0 10px;font-size:12px;font-weight:600;line-height:1.35}.pdp-modal-section-title{color:#212121;margin:14px 0 8px;font-size:14px;font-weight:800}.pdp-modal-option-label{color:#757575;margin:0 0 8px;font-size:12px;font-weight:600}.pdp-modal-chips{flex-wrap:wrap;gap:8px;margin-bottom:12px;display:flex}.pdp-modal-chips--primary{margin-top:0}.pdp-modal-chip{color:#212121;cursor:pointer;background:#fff;border:1px solid #e0e0e0;border-radius:999px;align-items:center;gap:4px;padding:8px 12px;font-size:13px;font-weight:500;display:inline-flex}.pdp-modal-chip--selected{border-color:var(--royal-blue);color:var(--royal-blue);background:#0066cc14;font-weight:700}.pdp-modal-variant-list{flex-direction:column;gap:10px;display:flex}.pdp-modal-product{gap:12px;margin-bottom:16px;display:flex}.pdp-modal-product img{object-fit:cover;background:#f5f5f5;border-radius:8px;width:72px;height:72px}.pdp-modal-product__name{margin:0 0 6px;font-size:14px;font-weight:700;line-height:1.3}.pdp-modal-product__price{color:#e53935;margin:0;font-size:16px;font-weight:800}.pdp-modal-product__price span{color:#757575;margin-left:6px;font-size:13px;font-weight:600}.pdp-modal-tiers__label{margin:0 0 8px;font-size:13px;font-weight:800}.pdp-modal-tiers__scroll{scrollbar-width:none;gap:8px;padding-bottom:4px;display:flex;overflow-x:auto}.pdp-modal-tiers__scroll::-webkit-scrollbar{display:none}.pdp-modal-tier{text-align:left;background:#fafafa;border:1px solid #e0e0e0;border-radius:8px;flex-direction:column;flex:none;gap:4px;padding:8px 12px;font-size:12px;font-weight:700;display:flex}.pdp-modal-tier--active{border-color:var(--royal-blue);color:var(--royal-blue);background:#f3f8fc}.pdp-modal-qty{justify-content:space-between;align-items:center;margin-top:16px;font-weight:800;display:flex}.pdp-modal-stepper{border:1px solid #e0e0e0;border-radius:8px;align-items:center;display:inline-flex;overflow:hidden}.pdp-modal-stepper button{background:#f5f5f5;border:0;justify-content:center;align-items:center;width:36px;height:36px;display:flex}.pdp-modal-stepper input{text-align:center;border:0;border-left:1px solid #e0e0e0;border-right:1px solid #e0e0e0;width:48px;height:36px;font-size:14px;font-weight:700}.pdp-modal-stepper--sm button{width:32px;height:32px}.pdp-modal-stepper--sm input{width:40px;height:32px}.pdp-modal-variants{flex-direction:column;gap:12px;margin-top:16px;display:flex}.pdp-modal-variant-row{align-items:flex-start;gap:10px;display:flex}.pdp-modal-variant-row__img{object-fit:cover;background:#f5f5f5;border-radius:8px;flex-shrink:0;width:44px;height:44px}.pdp-modal-variant-row__info{flex:1;min-width:0}.pdp-modal-variant-row__label{color:#212121;-webkit-line-clamp:2;-webkit-box-orient:vertical;margin:0;font-size:13px;font-weight:600;line-height:1.3;display:-webkit-box;overflow:hidden}.pdp-modal-variant-row__meta{flex-wrap:wrap;align-items:center;gap:6px;margin-top:2px;display:flex}.pdp-modal-variant-row__price{color:var(--royal-blue);font-size:12px;font-weight:700}.pdp-modal-variant-row__badge{color:var(--royal-blue);background:#0066cc14;border-radius:4px;padding:1px 5px;font-size:10px;font-weight:600}.pdp-modal-stepper--pill{background:#eee;border-radius:20px;flex-shrink:0;align-items:center;display:inline-flex}.pdp-modal-stepper--pill button{color:#424242;cursor:pointer;background:0 0;border:0;justify-content:center;align-items:center;width:auto;height:auto;padding:6px 10px;display:flex}.pdp-modal-stepper--pill button:disabled{opacity:.35;cursor:default}.pdp-modal-stepper__value,.pdp-modal-stepper__input{text-align:center;color:#212121;width:48px;min-width:48px;font-size:14px;font-weight:800}.pdp-modal-stepper__input{cursor:text;-webkit-user-select:text;user-select:text;-moz-appearance:textfield;background:0 0;border:0;outline:none;padding:6px 0}.pdp-modal-stepper__input::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.pdp-modal-stepper__input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.pdp-modal-stepper--pill .pdp-modal-stepper__input{width:42px;min-width:42px}.pdp-modal-shipping{border-top:1px solid #f5f5f5;align-items:center;gap:10px;margin-top:16px;padding-top:12px;display:flex}.pdp-modal-shipping__icon{color:var(--royal-blue);flex-shrink:0}.pdp-modal-shipping__label{color:#9e9e9e;flex-shrink:0;width:72px;font-size:13px}.pdp-modal-shipping__value{color:#212121;flex:1;font-size:13px;font-weight:600}.pdp-modal-shipping__value--free{color:var(--royal-blue)}.pdp-modal-subtotal{border-top:1px solid #eee;justify-content:space-between;align-items:center;margin-top:20px;padding-top:16px;font-size:14px;font-weight:700;display:flex}.pdp-modal-subtotal strong{color:var(--royal-blue);font-size:18px}.pdp-modal-sheet__footer{padding:10px 16px calc(12px + env(safe-area-inset-bottom));background:#fff;border-top:1px solid #eee;flex-direction:column;gap:10px;display:flex;box-shadow:0 -4px 16px #0000000f}.pdp-modal-footer-subtotal{color:#212121;align-items:center;gap:4px;font-size:14px;font-weight:700;display:flex}.pdp-modal-footer-subtotal__amount{color:var(--royal-blue);margin-left:auto;font-size:16px;font-weight:800}.pdp-modal-footer-subtotal__chev{color:#757575}.pdp-modal-footer-actions{gap:12px;display:flex}.pdp-modal-btn-buy{color:#fff;cursor:not-allowed;background:#e0e0e0;border:0;border-radius:999px;flex:1;height:48px;font-size:14px;font-weight:800}.pdp-modal-btn-buy--enabled{background:var(--royal-blue);cursor:pointer;box-shadow:0 4px 10px #0066cc47}.pdp-modal-btn-cart-wrap{border-radius:999px;flex:1}.pdp-modal-btn-cart{width:100%;height:46px;color:var(--royal-blue);cursor:pointer;background:#fff;border:0;border-radius:999px;font-size:14px;font-weight:800}.pdp-modal-btn-cart:disabled{opacity:.5;cursor:not-allowed}.pdp-modal-footer-btn{border-radius:999px;flex:1;height:48px;font-weight:800}@media (min-width:900px){.pdp-modal-backdrop{align-items:center;padding:24px}.pdp-modal-sheet{border-radius:16px;max-height:85dvh}}.pdp-related-tile__moq{display:none}.pdp-variants-cta{margin-top:16px}.pdp-variants-cta__hint{color:#616161;margin:0 0 8px;font-size:12px}.pdp-variants-cta__btn{width:100%;color:var(--royal-blue);background:linear-gradient(#fff, #fff) padding-box, var(--gradient-brand) border-box;border:1.5px solid #0000;border-radius:8px;padding:12px;font-weight:700}.pdp-mobile-spacer{height:88px}.pdp-bottom-bar{z-index:40;background:#fff;align-items:center;gap:20px;padding:8px 16px;display:flex;position:fixed;bottom:0;left:0;right:0;box-shadow:0 -5px 10px #0000000d}.pdp-bottom-chat{color:#424242;background:0 0;border:0;flex-direction:column;align-items:center;gap:2px;min-width:48px;font-size:11px;font-weight:600;display:flex}.pdp-bottom-cart{border:0;border-radius:999px;flex:1;height:48px;font-size:14px;font-weight:800}.pdp-bottom-cart:disabled{opacity:.55}@media (min-width:900px){.pdp-page{padding-top:56px}.pdp-toolbar{box-shadow:none;pointer-events:auto;background:#fff;border-bottom:1px solid #eee;padding:8px 20px;position:sticky}.pdp-toolbar__btn{box-shadow:none;background:0 0}.pdp-wide{padding:12px 20px 40px}.pdp-wide-card{background:#fff;border:1px solid #e0e0e0;border-radius:8px;grid-template-columns:28fr 46fr 26fr;display:grid;overflow:hidden;box-shadow:0 4px 12px #0000000a}.pdp-wide-col--gallery{border-right:1px solid #e0e0e0;padding:20px 16px 20px 20px}.pdp-wide-col--purchase{border-right:1px solid #e0e0e0}.pdp-wide-purchase{padding:20px 20px 24px 24px;position:relative}.pdp-wide-badge{color:#1565c0;background:#e3f2fd;border-radius:4px;margin-bottom:10px;padding:4px 10px;font-size:11px;font-weight:800;display:inline-block}.pdp-wide-wish{color:#616161;background:0 0;border:0;padding:4px;position:absolute;top:20px;right:20px}.pdp-wide-wish--active{color:#e53935}.pdp-wide-purchase .pdp-title .pdp-expandable{font-size:22px}.pdp-wide-purchase .pdp-section{background:0 0;margin-top:0;padding:16px 0 0}.pdp-wide-add{border-radius:999px;width:100%;height:48px;margin-top:20px;font-size:14px}.pdp-wide-sidebar .pdp-section{border-bottom:1px solid #f0f0f0;margin-top:0;padding:16px}.pdp-wide-sidebar .pdp-section:last-child{border-bottom:0}.pdp-gallery-main{height:420px}.pdp-wide-below{flex-direction:column;gap:10px;margin-top:24px;display:flex}.pdp-wide-below .pdp-section{border-radius:8px}}@media (min-width:1200px){.pdp-wide-card{grid-template-columns:1fr 1.65fr .95fr}}.btn-outline{border:1.5px solid var(--royal-blue);color:var(--royal-blue);background:#fff;border-radius:999px;flex:1;padding:12px;font-weight:700}.status-text{text-align:center;color:#666;padding:24px}.feed-load-more{justify-content:center;align-items:center;min-height:56px;padding:8px 16px 24px;display:flex}.feed-load-more--sentinel{pointer-events:none;min-height:1px;padding:0}.shimmer-masonry{align-items:flex-start;gap:12px;padding:16px;display:flex}.shimmer-grid{grid-template-columns:repeat(2,1fr);gap:12px;padding:16px;display:grid}.shimmer-block{background:linear-gradient(90deg,#eee 25%,#f5f5f5 50%,#eee 75%) 0 0/200% 100%;border-radius:12px;height:200px;animation:1.2s infinite shimmer}@keyframes shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}.store-page{background:#f5f5f5;min-height:100dvh;padding-bottom:88px}.store-page--loading{justify-content:center;align-items:center;display:flex;position:relative}.store-page__back-floating{z-index:10;background:#fff;border:0;border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;display:flex;position:fixed;top:12px;left:12px;box-shadow:0 2px 8px #0000001f}.store-hero{background:#111;height:180px;position:relative;overflow:hidden}.store-hero__banner{object-fit:cover;width:100%;height:100%;display:block}.store-hero__banner--fallback{background:linear-gradient(135deg,#303030 0%,#000 100%)}.store-hero__shade{pointer-events:none;background:linear-gradient(#00000059 0%,#000000d9 100%);position:absolute;top:0;bottom:0;left:0;right:0}.store-hero__top{z-index:2;align-items:flex-start;gap:4px;max-width:100%;padding:8px 12px 0 4px;display:flex;position:absolute;top:0;bottom:0;left:0;right:0}.store-hero__back{color:#fff;cursor:pointer;background:0 0;border:0;flex-shrink:0;justify-content:center;align-items:center;width:40px;height:40px;margin-top:0;display:flex}.store-hero__profile{flex:1;align-items:center;gap:10px;min-width:0;max-width:calc(100% - 44px);padding-top:2px;display:flex;position:static}.store-hero__avatar{color:#757575;background:#fff;border:2px solid #fff;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:36px;height:36px;display:flex;overflow:hidden}.store-hero__avatar img{object-fit:cover;width:100%;height:100%}.brand-logo-img{background:#fff;padding:6px;object-fit:contain!important}.store-hero__meta{min-width:0}.store-hero__name-row{align-items:flex-start;gap:6px;max-width:220px;display:flex}.store-hero__name{color:#fff;-webkit-line-clamp:1;-webkit-box-orient:vertical;margin:0;font-size:16px;font-weight:700;line-height:1.2;display:-webkit-box;overflow:hidden}.store-hero__verified-icon{color:var(--royal-blue);flex-shrink:0;margin-top:2px}.store-hero__followers{color:#fff;align-items:center;gap:10px;margin:2px 0 0;font-size:11px;font-weight:700;display:flex}.store-hero__following-pill{background:#fff3;border-radius:10px;padding:2px 8px;font-size:10px;font-weight:700}.store-link-bar{background:#fff;border:1px solid #e8e8e8;border-radius:14px;margin:12px 16px 0;padding:12px 14px;box-shadow:0 2px 8px #0000000a}.store-link-bar__label{color:#616161;letter-spacing:.02em;margin-bottom:8px;font-size:12px;font-weight:700}.store-link-bar__row{align-items:center;gap:4px;min-width:0;display:flex}.store-link-bar__url{color:#212121;white-space:nowrap;text-overflow:ellipsis;flex:1;min-width:0;font-size:13px;font-weight:500;line-height:1.35;overflow:hidden}.store-link-bar__btn{color:#424242;cursor:pointer;background:0 0;border:0;border-radius:8px;flex-shrink:0;padding:4px}.store-link-bar__btn:hover{background:#f5f5f5}.store-tabs{z-index:5;background:#fff;border-bottom:1px solid #eee;display:flex;position:sticky;top:0}.store-tabs__tab{color:#757575;cursor:pointer;background:0 0;border:0;flex:1;padding:14px 10px;font-size:14px;font-weight:600;position:relative}.store-tabs__tab--active{color:#1a1a1a}.store-tabs__tab--active:after{content:"";background:var(--royal-blue);border-radius:3px 3px 0 0;height:3px;position:absolute;bottom:0;left:20%;right:20%}.store-products{padding:10px 0 24px}.store-products__loading,.store-products__empty{text-align:center;color:#757575;padding:48px 16px;font-size:14px}.store-bottom-bar__error{z-index:21;color:#b91c1c;text-align:center;background:#fef2f2;border-radius:8px;margin:0;padding:10px 12px;font-size:13px;position:fixed;bottom:76px;left:12px;right:12px;box-shadow:0 2px 8px #00000014}.store-bottom-bar{z-index:20;background:#fff;gap:12px;padding:12px;display:flex;position:fixed;bottom:0;left:0;right:0;box-shadow:0 -5px 10px #0000000d}.store-bottom-bar__contact,.store-bottom-bar__follow{cursor:pointer;border-radius:8px;flex:1;justify-content:center;align-items:center;gap:8px;min-height:48px;font-size:14px;font-weight:600;display:inline-flex}.store-bottom-bar__contact{color:#1a1a1a;background:#fff;border:1px solid #e0e0e0}.store-bottom-bar__follow{color:#fff;background:#000;border:0}.store-bottom-bar__follow--active{color:#1a1a1a;background:#fff;border:1px solid #e0e0e0}.store-bottom-bar__follow:disabled{opacity:.5;cursor:not-allowed}.auth-page{min-height:100vh;background:#f7f8fc;min-height:100dvh}.auth-page__scroll{min-height:100%;overflow-y:auto}.auth-page__inner{max-width:560px;margin:0 auto;padding:80px 24px 24px}.auth-page__inner--signup{padding-top:30px}.auth-brand-logo__img{object-fit:contain;width:auto;height:22px;margin-left:-3px;display:block}.auth-greeting__title{letter-spacing:-.3px;color:#111827;margin:0;font-size:22px;font-weight:700;line-height:1.25}.auth-greeting__writeup{color:#6b7280;margin:6px 0 0;font-size:13px;line-height:1.4}.auth-field{display:block}.auth-field__label{color:#374151;margin-bottom:6px;font-size:13px;font-weight:600;display:block}.auth-field__label--spaced{margin-top:16px}.auth-field__required{color:#b91c1c;font-weight:800}.auth-field__input-wrap{position:relative}.auth-field__input-wrap--block{margin-bottom:4px}.auth-field__input{box-sizing:border-box;color:#1e293b;background:#fff;border:1px solid #e2e8f0;border-radius:12px;outline:none;width:100%;padding:14px 16px;font-size:14px}.auth-field__input:focus{border-color:var(--navy);border-width:1.5px;padding:13.5px 15.5px}.auth-field__input--muted{background:#f8fafc}.auth-field__input-wrap .auth-field__input{padding-right:44px}.auth-field__suffix{position:absolute;top:50%;right:4px;transform:translateY(-50%)}.auth-field__toggle{color:#9ca3af;cursor:pointer;background:0 0;border:0;align-items:center;padding:8px;display:flex}.auth-field__error{color:#ef4444;margin:6px 0 0;font-size:12px}.auth-row--remember{justify-content:space-between;align-items:center;gap:12px;margin-top:10px;display:flex}.auth-remember{color:#4b5563;cursor:pointer;align-items:center;gap:8px;font-size:12px;display:flex}.auth-remember input{width:20px;height:20px;accent-color:var(--navy);border-radius:4px}.auth-link-btn{color:var(--navy);cursor:pointer;background:0 0;border:0;padding:0;font-size:12px;font-weight:600}.auth-primary-btn{background:var(--navy);color:#fff;letter-spacing:.2px;cursor:pointer;border:0;border-radius:14px;justify-content:center;align-items:center;width:100%;height:52px;font-size:15px;font-weight:700;display:flex}.auth-primary-btn:disabled{opacity:.6;cursor:not-allowed}.auth-primary-btn__spinner{border:2px solid #ffffff59;border-top-color:#fff;border-radius:50%;width:20px;height:20px;animation:.7s linear infinite auth-spin}@keyframes auth-spin{to{transform:rotate(360deg)}}.auth-primary-btn-wrap--dim{opacity:.45}.auth-footer-link{text-align:center;color:#4b5563;margin:0;font-size:13px}.auth-footer-link a{color:var(--navy);font-weight:700;text-decoration:none}.auth-hint{color:#4b5563;margin:0 0 10px;font-size:12px;line-height:1.3}.auth-next-hint{color:#6b7280;margin:16px 0 0;font-size:12px;line-height:1.4}.auth-phone-row{align-items:stretch;gap:8px;display:flex}.auth-phone-row__dial{background:#fff;border:1px solid #e2e8f0;border-radius:12px;flex:none;max-width:148px;height:50px;padding:0 8px;font-size:12px}.auth-phone-row__number{flex:1;min-width:0}.auth-segment{background:#fff;border:1px solid #e2e8f0;border-radius:12px;gap:0;display:flex;overflow:hidden}.auth-segment__btn{color:#374151;cursor:pointer;background:0 0;border:0;flex:1;padding:12px 16px;font-size:14px;font-weight:600}.auth-segment__btn--active{color:var(--navy);background:#0c2d5e14}.auth-sheet-backdrop{z-index:200;background:#00000059;justify-content:center;align-items:flex-end;display:flex;position:fixed;top:0;bottom:0;left:0;right:0}.auth-sheet{background:#fff;border-radius:24px 24px 0 0;width:100%;max-width:560px;max-height:92vh;padding:16px 24px 24px;overflow-y:auto;box-shadow:0 -4px 24px #00000014}.auth-sheet--compact{padding-bottom:max(24px, env(safe-area-inset-bottom))}.auth-sheet--tall{max-height:96vh}.auth-sheet__handle{background:#d1d5db;border-radius:2px;width:40px;height:4px;margin:0 auto 16px}.auth-sheet__handle--wide{background:#cbd5e1;border-radius:99px;width:48px;height:5px}.auth-sheet__drag-hint{text-align:center;color:var(--text-secondary);margin:0 0 12px;font-size:11px}.auth-sheet__toolbar{justify-content:space-between;align-items:center;margin-bottom:8px;display:flex}.auth-sheet__icon-btn{color:var(--text-secondary);cursor:pointer;background:0 0;border:0;align-items:center;padding:4px;display:flex}.auth-sheet__close-chip{cursor:pointer;background:#f1f5f9;border:0;border-radius:12px;padding:8px;display:flex}.auth-sheet__body{padding-bottom:env(safe-area-inset-bottom)}.auth-sheet__title{margin:0 0 8px;font-size:16px;font-weight:700}.auth-sheet__desc{color:#374151;margin:0 0 12px;font-size:14px}.auth-sheet__code-input{margin-bottom:8px}.auth-sheet__info-banner{background:#0c2d5e14;border-radius:14px;align-items:flex-start;gap:14px;margin-bottom:28px;padding:14px;display:flex}.auth-sheet__info-icon{color:var(--navy);flex-shrink:0}.auth-sheet__info-banner p{color:#212121;margin:0;font-size:14px;line-height:1.35}.auth-sheet__heading{color:var(--navy);margin:0 0 8px;font-size:18px;font-weight:700}.auth-sheet__heading--lg{font-size:22px}.auth-sheet__sub{color:var(--text-secondary);margin:0 0 20px;font-size:14px;line-height:1.4}.auth-sheet__text-btn{color:var(--navy);cursor:pointer;background:0 0;border:0;margin:8px 0 12px;padding:8px 0;font-size:14px;font-weight:600}.auth-sheet__timer{background:#e5e7eb;border-radius:2px;height:4px;margin-bottom:8px;overflow:hidden}.auth-sheet__timer-bar{background:var(--navy);height:100%;transition:width 1s linear}.auth-sheet__timer-text{color:var(--navy);margin:0 0 16px;font-size:13px;font-weight:600}.otp-six{gap:8px;display:flex}.otp-six__cell{text-align:center;color:#212121;background:#f8fafc;border:1px solid #e2e8f0;border-radius:12px;outline:none;flex:1;min-width:0;padding:14px 4px;font-size:22px;font-weight:700}.otp-six__cell:focus{border-color:var(--navy);border-width:2px}.password-strength{margin:8px 0 4px}.password-strength__bars{gap:4px;display:flex}.password-strength__bar{border-radius:2px;flex:1;height:4px}.password-strength__label{margin:4px 0 0;font-size:12px;font-weight:700}.auth-toast{z-index:300;border-radius:12px;max-width:400px;margin:0 auto;padding:12px 16px;font-size:14px;position:fixed;bottom:24px;left:16px;right:16px;box-shadow:0 4px 20px #0000001f}.auth-toast--error{color:#991b1b;background:#ef44441a}.auth-toast--success{color:#166534;background:#22c55e1f}@media (min-width:640px){.auth-sheet-backdrop{align-items:center;padding:24px}.auth-sheet{border-radius:24px;max-height:85vh}}html[data-theme=dark] #root:has(.auth-page){background:#f7f8fc}html[data-theme=dark] .auth-page,html[data-theme=dark] .auth-page__scroll,html[data-theme=dark] .auth-page__inner{color:#111827;background:#f7f8fc}html[data-theme=dark] .auth-page{--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light}html[data-theme=dark] .auth-greeting__title{color:#111827}html[data-theme=dark] .auth-greeting__writeup,html[data-theme=dark] .auth-remember,html[data-theme=dark] .auth-footer-link,html[data-theme=dark] .auth-hint,html[data-theme=dark] .auth-next-hint{color:#6b7280}html[data-theme=dark] .auth-field__label{color:#374151}html[data-theme=dark] .auth-field__input{color:#1e293b;background:#fff;border-color:#e2e8f0}html[data-theme=dark] .auth-field__input--muted{background:#f8fafc}html[data-theme=dark] .auth-link-btn,html[data-theme=dark] .auth-footer-link a{color:var(--navy)}.orders-page{background:var(--orders-page-bg,#f8f9fa);flex-direction:column;min-height:100dvh;display:flex}.orders-page__header{z-index:20;background:#fff;border-bottom:1px solid #eee;position:sticky;top:0}.orders-page__top{grid-template-columns:44px 1fr 44px;align-items:center;padding:8px 8px 4px;display:grid}.orders-page__top h1{text-align:center;margin:0;font-size:18px;font-weight:800}.orders-page__top-spacer{width:44px}.orders-page__tabs{scrollbar-width:none;gap:4px;padding:0 12px;display:flex;overflow-x:auto}.orders-page__tabs::-webkit-scrollbar{display:none}.orders-page__tab{color:var(--orders-tab-color,#9e9e9e);cursor:pointer;background:0 0;border:0;border-bottom:2px solid #0000;flex:none;padding:10px 12px;font-size:13px;font-weight:700}.orders-page__tab--active{color:var(--orders-tab-active-color,#212121);border-bottom-color:var(--orders-tab-active-border,#212121)}.orders-page__body{flex:1;overflow-y:auto}.orders-page__center{text-align:center;color:#757575;padding:48px 24px}.orders-page__sign-in{background:var(--royal-blue);color:#fff;cursor:pointer;border:0;border-radius:999px;margin-top:16px;padding:12px 24px;font-weight:800}.orders-page__empty{color:#9e9e9e;flex-direction:column;justify-content:center;align-items:center;gap:8px;min-height:50vh;padding:48px 24px;display:flex}.orders-page__empty p{color:#757575;margin:16px 0 0;font-size:16px;font-weight:600}.orders-page__empty span{font-size:12px}.orders-page__refresh,.orders-page__refresh-row button{cursor:pointer;background:#fff;border:1px solid #e0e0e0;border-radius:999px;margin-top:12px;padding:8px 16px;font-weight:700}.orders-page__list{flex-direction:column;gap:16px;padding:16px;display:flex}.orders-page__refresh-row{justify-content:center;padding:0 16px 24px;display:flex}.orders-card{background:var(--orders-card-bg,#fff);color:var(--orders-card-fg,inherit);border:1px solid var(--orders-card-border,transparent);box-shadow:var(--orders-card-shadow,0 4px 10px #00000008);border-radius:12px;padding:16px}.orders-card__header{justify-content:space-between;align-items:flex-start;gap:12px;display:flex}.orders-card__ref{color:var(--orders-card-muted,#757575);font-size:12px;font-weight:800}.orders-card__chip{white-space:nowrap;border-radius:4px;padding:4px 8px;font-size:10px;font-weight:800}.orders-card__subtitle{color:var(--orders-card-muted,#616161);margin:6px 0 0;font-size:11px;line-height:1.35}.orders-card__tracking{color:#455a64;margin:8px 0 0;font-size:12px;font-weight:700}.orders-card__groups{flex-direction:column;gap:12px;margin-top:12px;display:flex}.orders-card__divider{border:0;border-top:1px solid #eee;margin:12px 0 8px}.orders-card__footer{justify-content:space-between;align-items:center;gap:12px;display:flex}.orders-card__footer-label{color:#9e9e9e;font-size:10px;display:block}.orders-card__footer strong{color:var(--orders-card-fg,inherit);font-size:12px}.orders-card__track-btn{background:var(--orders-track-btn-bg,#212121);color:var(--orders-track-btn-fg,#fff);cursor:pointer;border:0;border-radius:8px;padding:10px 16px;font-size:12px;font-weight:800}.orders-card__footer-note{color:#757575;margin:0;font-size:11px;line-height:1.35}.orders-line{text-align:left;cursor:pointer;background:0 0;border:0;gap:12px;width:100%;padding:4px 0;display:flex}.orders-line--group{align-items:flex-start}.orders-line__img{object-fit:cover;background:#f5f5f5;border-radius:8px;flex-shrink:0;width:56px;height:56px}.orders-line__img--placeholder{color:#bdbdbd;justify-content:center;align-items:center;display:flex}.orders-line__body{flex:1;min-width:0}.orders-line__name{color:var(--orders-card-fg,inherit);margin:0;font-size:14px;font-weight:800;line-height:1.3}.orders-line__variant{color:#424242;margin:4px 0 0;font-size:11px;font-weight:600;line-height:1.35}.orders-line__status{color:#455a64;background:#607d8b14;border-radius:4px;margin-top:4px;padding:2px 8px;font-size:10px;font-weight:700;display:inline-block}.orders-line__qty-row{color:#757575;justify-content:space-between;align-items:center;margin-top:4px;font-size:12px;display:flex}.orders-line__price{color:#e53935;font-size:14px;font-weight:800}.orders-line__review-hint{color:var(--royal-blue);margin-top:8px;font-size:11px;font-weight:600;display:inline-block}.orders-receipt-banner{cursor:pointer;border:1px solid;border-radius:8px;justify-content:space-between;align-items:center;width:100%;margin-top:8px;padding:8px 10px;font-size:11px;font-weight:800;display:flex}.orders-receipt-banner--confirm{color:#e65100;background:#fff8e1;border-color:#ff8f00}.orders-receipt-banner--dispute{color:#b71c1c;cursor:default;background:#ffebee;border-color:#c62828}.orders-receipt-confirmed{color:var(--royal-blue);margin:8px 0 0;font-size:11px;font-weight:600}html[data-theme=dark] .orders-page,[data-theme=dark] .orders-page,html[data-theme=dark] .app-viewport.orders-page,[data-theme=dark] .app-viewport.orders-page{color:#fff;background:#000}html[data-theme=dark] .orders-page__header,[data-theme=dark] .orders-page__header{background:#000;border-bottom-color:#2a2a2a}html[data-theme=dark] .orders-page__top h1,html[data-theme=dark] .orders-page__top .secondary-appbar__back,[data-theme=dark] .orders-page__top h1,[data-theme=dark] .orders-page__top .secondary-appbar__back,html[data-theme=dark] .orders-page__tab,[data-theme=dark] .orders-page__tab{color:#fff}html[data-theme=dark] .orders-page__tab--active,[data-theme=dark] .orders-page__tab--active{color:#fff;border-bottom-color:#fff}html[data-theme=dark] .orders-page__center,html[data-theme=dark] .orders-page__empty,html[data-theme=dark] .orders-page__empty p,[data-theme=dark] .orders-page__center,[data-theme=dark] .orders-page__empty,[data-theme=dark] .orders-page__empty p{color:#ffffffb8}html[data-theme=dark] .orders-page__refresh,html[data-theme=dark] .orders-page__refresh-row button,[data-theme=dark] .orders-page__refresh,[data-theme=dark] .orders-page__refresh-row button{color:#fff;background:#000;border-color:#333}html[data-theme=dark] .orders-page .orders-card,[data-theme=dark] .orders-page .orders-card{box-shadow:none;color:#fff;background:#000;border:1px solid #2a2a2a}html[data-theme=dark] .orders-card__ref,html[data-theme=dark] .orders-card__subtitle,html[data-theme=dark] .orders-card__tracking,html[data-theme=dark] .orders-card__footer-label,html[data-theme=dark] .orders-card__footer-note,[data-theme=dark] .orders-card__ref,[data-theme=dark] .orders-card__subtitle,[data-theme=dark] .orders-card__tracking,[data-theme=dark] .orders-card__footer-label,[data-theme=dark] .orders-card__footer-note{color:#ffffffb8}html[data-theme=dark] .orders-card__footer strong,html[data-theme=dark] .orders-line__name,[data-theme=dark] .orders-card__footer strong,[data-theme=dark] .orders-line__name{color:#fff}html[data-theme=dark] .orders-line__variant,html[data-theme=dark] .orders-line__qty-row,[data-theme=dark] .orders-line__variant,[data-theme=dark] .orders-line__qty-row{color:#ffffffa6}html[data-theme=dark] .orders-line__status,[data-theme=dark] .orders-line__status{color:#ffffffc7}html[data-theme=dark] .orders-card__divider,[data-theme=dark] .orders-card__divider{border-top-color:#2a2a2a}html[data-theme=dark] .orders-line__img,[data-theme=dark] .orders-line__img{background:#1a1a1a}html[data-theme=dark] .orders-line__img--placeholder,[data-theme=dark] .orders-line__img--placeholder{color:#666}html[data-theme=dark] .orders-line__price,[data-theme=dark] .orders-line__price{color:#f87171}html[data-theme=dark] .orders-card__track-btn,[data-theme=dark] .orders-card__track-btn{color:#000;background:#fff}@media (max-width:768px){html[data-theme=dark] .orders-page,[data-theme=dark] .orders-page,html[data-theme=dark] .app-viewport.orders-page,[data-theme=dark] .app-viewport.orders-page{background:#000}html[data-theme=dark] .orders-page .orders-card,[data-theme=dark] .orders-page .orders-card{box-shadow:none;background:#000;border:1px solid #2a2a2a}html[data-theme=dark] .orders-page__tab,[data-theme=dark] .orders-page__tab,html[data-theme=dark] .orders-page__tab--active,[data-theme=dark] .orders-page__tab--active{color:#fff}html[data-theme=dark] .orders-card__track-btn,[data-theme=dark] .orders-card__track-btn{color:#000;background:#fff}}html[data-theme=dark] .orders-tracking-sheet,html[data-theme=dark] .orders-receipt-dialog{color:#fff;background:#000}html[data-theme=dark] .orders-receipt-dialog h3{color:#fff}html[data-theme=dark] .orders-receipt-dialog p{color:#ffffffb8}html[data-theme=dark] .orders-receipt-choice{color:#fff;background:#000;border-color:#333}html[data-theme=dark] .orders-receipt-choice--active{color:#90caf9;background:#054fd12e;border-color:#90caf9}html[data-theme=dark] .orders-receipt-dialog__note{color:#fff;background:#1a1a1a;border-color:#333}html[data-theme=dark] .orders-receipt-dialog__note::placeholder{color:#ffffff73}html[data-theme=dark] .orders-receipt-dialog__cancel{color:#fff;background:#000;border-color:#333}html[data-theme=dark] .orders-tracking-sheet__hint{color:var(--text-secondary)}.orders-tracking-backdrop,.orders-receipt-dialog-backdrop{z-index:200;background:#0000008a;justify-content:center;align-items:flex-end;display:flex;position:fixed;top:0;bottom:0;left:0;right:0}.orders-tracking-sheet,.orders-receipt-dialog{background:#fff;border-radius:16px 16px 0 0;width:100%;max-width:640px;max-height:90dvh;padding:24px;overflow-y:auto}.orders-tracking-sheet__header{justify-content:space-between;align-items:center;gap:12px;display:flex}.orders-tracking-sheet__header h2{margin:0;font-size:20px;font-weight:800}.orders-tracking-sheet__close{cursor:pointer;background:0 0;border:0;padding:4px}.orders-tracking-sheet__hint{color:#757575;margin:8px 0 20px;font-size:12px;line-height:1.35}.orders-tracking-sheet__shipping{margin:0 0 16px}.orders-tracking-sheet__shipping-company{color:var(--royal-blue);margin:0 0 8px;font-size:13px;font-weight:800}.orders-tracking-step{gap:16px;margin-bottom:4px;display:flex}.orders-tracking-step__rail{flex-direction:column;align-items:center;width:12px;display:flex}.orders-tracking-step__dot{background:#e0e0e0;border-radius:50%;flex-shrink:0;width:12px;height:12px}.orders-tracking-step__dot--done{background:var(--royal-blue)}.orders-tracking-step__line{background:#eee;flex:1;width:2px;min-height:36px}.orders-tracking-step__line--done{background:var(--royal-blue)}.orders-tracking-step__title{color:#0c2d5e;margin:0;font-size:14px;font-weight:800}.orders-tracking-step__title--muted{color:#9e9e9e}.orders-tracking-step__subtitle{color:#616161;margin:4px 0 0;font-size:12px;line-height:1.35}.orders-tracking-step__time{color:#9e9e9e;margin:4px 0 0;font-size:11px}.orders-tracking-divider{border:0;border-top:1px solid #e0e0e0;margin:12px 0}.orders-tracking-header{margin:4px 0 8px;font-size:13px;font-weight:800}.orders-card__footer-actions{flex-wrap:wrap;justify-content:flex-end;gap:8px;display:flex}.orders-card__details-btn{color:#212121;cursor:pointer;background:0 0;border:1px solid #bdbdbd;border-radius:8px;padding:10px 12px;font-size:11px;font-weight:800}.orders-card__footer--delivered{flex-direction:column;align-items:stretch;gap:8px;display:flex}.orders-detail-sheet__ref{color:#616161;margin:0 0 12px;font-size:13px;font-weight:600}.orders-detail-sheet__chips{flex-wrap:wrap;gap:8px;margin-bottom:16px;display:flex}.orders-detail-sheet__pay-chip{color:#0c2d5e;background:#0c2d5e1f;border-radius:4px;align-items:center;padding:3px 8px;font-size:11px;font-weight:800;display:inline-flex}.orders-detail-sheet__row{flex-direction:column;gap:4px;margin-bottom:12px;display:flex}.orders-detail-sheet__label{color:#757575;font-size:11px}.orders-detail-sheet__value{color:#212121;font-size:13px;font-weight:600}.orders-detail-sheet__value--mono{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace}.orders-detail-sheet__section{margin-top:18px}.orders-detail-sheet__section h3{margin:0 0 8px;font-size:14px;font-weight:800}.orders-detail-sheet__panel{background:#fafafa;border:1px solid #e0e0e0;border-radius:10px;padding:12px}.orders-detail-sheet__panel-row+.orders-detail-sheet__panel-row{margin-top:10px}.orders-detail-sheet__products{flex-direction:column;gap:10px;margin:0;padding:0;list-style:none;display:flex}.orders-detail-sheet__product{gap:10px;display:flex}.orders-detail-sheet__product-img{object-fit:cover;background:#f0f0f0;border-radius:8px;flex-shrink:0;width:56px;height:56px}.orders-detail-sheet__product-img--placeholder{display:block}.orders-detail-sheet__product-name{margin:0;font-size:14px;font-weight:700;line-height:1.35}.orders-detail-sheet__product-variant,.orders-detail-sheet__product-meta{color:#616161;margin:4px 0 0;font-size:12px}.orders-detail-sheet__address{white-space:pre-wrap;color:#212121;background:#fafafa;border:1px solid #e0e0e0;border-radius:10px;margin:0;padding:12px;font-family:inherit;font-size:13px;line-height:1.45}.orders-detail-sheet__actions{flex-direction:column;gap:10px;margin-top:24px;display:flex}.orders-detail-sheet__btn{color:#fff;cursor:pointer;background:#212121;border:0;border-radius:12px;width:100%;padding:14px 16px;font-weight:800}.orders-detail-sheet__btn--outline{color:#212121;background:0 0;border:1px solid #bdbdbd}.orders-detail-sheet--dark .orders-detail-sheet__label,.orders-detail-sheet--dark .orders-detail-sheet__ref{color:#ffffffb8}.orders-detail-sheet--dark .orders-detail-sheet__value,.orders-detail-sheet--dark .orders-detail-sheet__product-name,.orders-detail-sheet--dark .orders-detail-sheet__address{color:#fff}.orders-detail-sheet--dark .orders-detail-sheet__panel,.orders-detail-sheet--dark .orders-detail-sheet__address{background:#111;border-color:#333}.orders-detail-sheet--dark .orders-detail-sheet__btn{color:#000;background:#fff}.orders-detail-sheet--dark .orders-detail-sheet__btn--outline{color:#fff;background:0 0;border-color:#444}.orders-tracking-sheet__close-btn{color:#fff;cursor:pointer;background:#212121;border:0;border-radius:12px;width:100%;margin-top:24px;padding:16px;font-weight:800}.orders-receipt-dialog h3{margin:0 0 8px;font-size:18px}.orders-receipt-dialog p{color:#616161;margin:0 0 16px;font-size:14px;line-height:1.4}.orders-receipt-dialog__choices{gap:10px;margin-bottom:12px;display:flex}.orders-receipt-choice{cursor:pointer;background:#fff;border:1px solid #e0e0e0;border-radius:8px;flex:1;padding:10px;font-weight:700}.orders-receipt-choice--active{border-color:var(--royal-blue);color:var(--royal-blue);background:#0066cc0f}.orders-receipt-dialog__note-label{color:#333;margin-bottom:6px;font-size:.875rem;font-weight:500;display:block}html[data-theme=dark] .orders-receipt-dialog__note-label{color:#e8e8e8}.orders-receipt-dialog__note{width:100%;font:inherit;resize:vertical;border:1px solid #e0e0e0;border-radius:8px;padding:10px}.orders-receipt-dialog__error{color:#c62828;margin:8px 0 0;font-size:13px}.orders-receipt-dialog__actions{gap:10px;margin-top:16px;display:flex}.orders-receipt-dialog__cancel,.orders-receipt-dialog__submit{cursor:pointer;border-radius:8px;flex:1;padding:12px;font-weight:800}.orders-receipt-dialog__cancel{background:#fff;border:1px solid #e0e0e0}.orders-receipt-dialog__submit{background:var(--royal-blue);color:#fff;border:0}.orders-receipt-dialog__submit:disabled{opacity:.6;cursor:not-allowed}@media (min-width:900px){.orders-tracking-backdrop,.orders-receipt-dialog-backdrop{align-items:center;padding:24px}.orders-tracking-sheet,.orders-receipt-dialog{border-radius:16px}}.checkout-page{background:#fff;flex-direction:column;min-height:100vh;display:flex}.checkout-header{z-index:20;background:#fff;border-bottom:1px solid #eee;grid-template-columns:44px 1fr 44px;align-items:center;padding:12px 16px;display:grid;position:sticky;top:0}.checkout-header h1{text-align:center;margin:0;font-size:18px;font-weight:900}.checkout-page__loading{padding:24px}.checkout-page__scroll{flex-direction:column;flex:1;gap:20px;padding:16px 16px 120px;display:flex;overflow:auto}.checkout-section-title{margin:0;font-size:16px;font-weight:900}.checkout-china-card{background:#fff;border:1px solid #e8ecf0;border-radius:14px;overflow:hidden;box-shadow:0 2px 10px #0000000a}.checkout-china-card__head{align-items:flex-start;gap:10px;padding:12px;display:flex}.checkout-china-card__icon{width:34px;height:34px;color:var(--royal-blue);background:#054fd114;border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;display:flex}.checkout-china-card__head strong{font-size:14px;display:block}.checkout-china-card__head p{color:#666;margin:2px 0 0;font-size:11px;line-height:1.35}.checkout-saved-addresses{border-top:1px solid #eef1f4;padding:10px 12px 12px}.checkout-saved-addresses__head{color:#111;align-items:center;gap:6px;margin-bottom:8px;font-size:12px;font-weight:700;display:flex}.checkout-manage-addresses--inline{background:0 0;border:none;margin-top:8px;padding:0}.checkout-address-sources{padding:0 12px 10px}.checkout-address-sources__label{color:var(--text-primary);margin:0 0 8px;font-size:12px;font-weight:700}.checkout-address-sources__chips{flex-wrap:wrap;gap:8px;display:flex}.checkout-address-source-chip{color:var(--text-primary);cursor:pointer;background:#fff;border:1px solid #0000001f;border-radius:999px;padding:6px 12px;font-size:12px;font-weight:600}.checkout-address-source-chip--active{border-color:var(--royal-blue);color:var(--royal-blue);background:#2563eb14}.checkout-address-panel{padding:0 12px 12px}.checkout-address-panel__label{color:var(--text-primary);margin:0 0 6px;font-size:12px;font-weight:700}.checkout-address-panel__hint{color:#666;margin:0 0 8px;font-size:11px;line-height:1.35}.checkout-address-panel--warn{color:#b45309;font-weight:600}.checkout-address-panel__preview{color:#666;margin:6px 0 0;font-size:11px;line-height:1.35}.checkout-address-tile--static{cursor:default;text-align:left;width:100%}.checkout-forwarder{border-top:1px solid #eef1f4;padding:0 12px 10px}.checkout-forwarder label{margin:8px 0 6px;font-size:12px;font-weight:700;display:block}.checkout-forwarder__input{resize:vertical;background:#f5f7fa;border:1px solid #e8ecf0;border-radius:10px;width:100%;padding:10px;font-family:inherit;font-size:13px}.checkout-forwarder__actions{justify-content:flex-end;margin-top:6px;display:flex}.checkout-forwarder__save{color:var(--royal-blue);cursor:pointer;background:#054fd11a;border:0;border-radius:8px;align-items:center;gap:4px;padding:6px 10px;font-size:12px;font-weight:700;display:inline-flex}.checkout-forwarder__save:disabled{opacity:.5;cursor:not-allowed}.checkout-forwarder__addresses{border-top:1px solid #eef1f4;flex-direction:column;gap:12px;margin-top:14px;padding-top:14px;display:flex}.checkout-forwarder__addresses .checkout-address-list{gap:10px;padding:0}.checkout-select-saved-address{color:var(--royal-blue);cursor:pointer;text-underline-offset:3px;background:0 0;border:0;align-self:flex-start;align-items:center;gap:6px;padding:4px 0;font-size:13px;font-weight:600;text-decoration:underline;display:inline-flex}.checkout-address-sheet__list{max-height:min(52vh,360px);overflow-y:auto}.checkout-address-sheet__option{justify-content:space-between;align-items:flex-start;gap:10px;width:100%;display:flex}.checkout-address-sheet__option-body{text-align:left;flex:1;min-width:0}.checkout-address-sheet__check{color:var(--royal-blue);flex-shrink:0;margin-top:2px}.checkout-address-sheet__manage{color:var(--royal-blue);cursor:pointer;text-align:left;background:0 0;border:0;margin-top:12px;padding:8px 0 4px;font-size:12px;font-weight:600}.checkout-recommended-shipping{border-top:1px solid #eef1f4;padding:8px 12px 10px}.checkout-country-select{color:#333;flex-direction:column;gap:6px;margin:10px 0;font-size:12px;font-weight:600;display:flex}.checkout-country-select select{background:#f5f7fa;border:1px solid #e8ecf0;border-radius:10px;padding:10px 12px;font-family:inherit;font-size:13px}.checkout-recommended-shipping__selected-row{flex-wrap:wrap;align-items:center;gap:8px;margin-top:6px;display:flex}.checkout-consolidation-tag{color:#0369a1;letter-spacing:.02em;text-transform:uppercase;background:#e0f2fe;border-radius:999px;align-items:center;padding:2px 8px;font-size:10px;font-weight:800;display:inline-flex}.checkout-consolidation-tag--inline{vertical-align:middle;margin-left:6px}.checkout-consolidation-tag--none{color:#6b7280;background:#f3f4f6}.checkout-shipping-mode-tag{color:#5b21b6;letter-spacing:.02em;text-transform:uppercase;background:#ede9fe;border-radius:999px;align-items:center;padding:2px 8px;font-size:10px;font-weight:800;display:inline-flex}.checkout-shipping-sheet__offer-line{color:var(--royal-blue);margin-top:4px;font-size:11px;font-weight:700;line-height:1.35;display:block}.checkout-shipping-offer{background:#f5f7fa;border:1px solid #1565c040;border-radius:12px;margin-bottom:4px;padding:12px}.checkout-shipping-offer--empty{border-color:#e0e0e0}.checkout-shipping-offer--empty p{color:#666;margin:0;font-size:12px;line-height:1.4}.checkout-shipping-offer__title{color:#222;margin:0 0 8px;font-size:11px;font-weight:800}.checkout-shipping-offer__rows{margin:0}.checkout-shipping-offer__row{gap:10px;margin:0 0 6px;font-size:12px;line-height:1.35;display:flex}.checkout-shipping-offer__row:last-child{margin-bottom:0}.checkout-shipping-offer__row dt{color:#666;flex:0 0 96px;margin:0;font-weight:600}.checkout-shipping-offer__row dd{color:#333;flex:1;margin:0}.checkout-shipping-offer__value--emph{color:var(--royal-blue);font-weight:800}.checkout-shipping-options{flex-direction:column;gap:10px;padding:4px 0 12px;display:flex}.checkout-shipping-options__label{color:#333;margin:0;font-size:12px;font-weight:800}.checkout-shipping-options__chips{flex-wrap:wrap;gap:8px;display:flex}.checkout-shipping-options__note{color:#666;margin:0;font-size:12px;line-height:1.4}.checkout-shipping-options__confirm{background:var(--royal-blue);color:#fff;cursor:pointer;border:none;border-radius:12px;flex-shrink:0;width:100%;margin-top:8px;padding:12px 16px;font-size:14px;font-weight:800}.checkout-shipping-options__confirm:disabled{opacity:.45;cursor:not-allowed}.checkout-shipping-sheet .profile-chip--active{color:var(--royal-blue);font-weight:700}.checkout-recommended-shipping__empty{color:#666;margin:8px 0 0;font-size:12px;line-height:1.4}.checkout-shipping-sheet__country{color:#555;margin:0 0 12px;font-size:13px}.checkout-shipping-picker:disabled{opacity:.55;cursor:not-allowed}.checkout-company-list{flex-direction:column;gap:8px;margin-top:10px;display:flex}.checkout-company-list__label{color:#555;margin:0;font-size:11px;font-weight:700}.checkout-recommended-shipping__head{align-items:flex-start;gap:6px;margin-bottom:8px;display:flex}.checkout-recommended-shipping__truck{color:var(--royal-blue);margin-top:2px}.checkout-recommended-shipping__head strong{font-size:12px;display:block}.checkout-recommended-shipping__head p{color:#666;margin:2px 0 0;font-size:11px;line-height:1.3}.checkout-recommended-shipping__selected{color:#666;margin:4px 0 8px;font-size:10px;font-weight:600}.checkout-shipping-picker{text-align:left;cursor:pointer;background:#f8f9fa;border:1px solid #e8ecf0;border-radius:10px;justify-content:space-between;align-items:center;width:100%;padding:10px 12px;display:flex}.checkout-shipping-picker strong{font-size:12px;display:block}.checkout-shipping-picker span{color:#666;margin-top:2px;font-size:11px;display:block}.checkout-shipping-picker--selected{border-color:var(--royal-blue);background:#054fd114}.checkout-shipping-picker--selected strong,.checkout-shipping-picker--selected .checkout-shipping-picker__value{color:var(--royal-blue)}.checkout-shipping-picker__value{color:#1a1a1a;font-weight:600}.checkout-shipping-picker__detail{color:#666;font-size:10px}.sheet-panel.checkout-shipping-sheet{flex-direction:column;max-height:min(88vh,640px);padding-bottom:20px;display:flex;overflow:hidden}.checkout-shipping-sheet__track{will-change:transform;flex:1;width:300%;min-height:0;transition:transform .32s cubic-bezier(.32,.72,0,1);display:flex}.checkout-shipping-sheet__track--company{transform:translate(-33.333%)}.checkout-shipping-sheet__track--options{transform:translate(-66.666%)}.checkout-shipping-sheet__pane{flex-direction:column;flex:0 0 33.333%;min-width:0;padding-right:2px;display:flex;overflow:hidden}.checkout-shipping-sheet__back{color:var(--royal-blue);cursor:pointer;background:0 0;border:none;align-items:center;gap:4px;margin:0 0 8px;padding:4px 0;font-size:13px;font-weight:700;display:inline-flex}.checkout-shipping-sheet__back:hover{text-decoration:underline}.checkout-shipping-sheet__title{font-size:18px;font-weight:900;margin:0 0 6px!important}.checkout-shipping-sheet__hint{color:#666;margin:0 0 6px;font-size:12px;line-height:1.35}.checkout-shipping-sheet__current{color:var(--royal-blue);margin:0 0 10px;font-size:13px;font-weight:700}.checkout-shipping-sheet__search{flex-shrink:0}.checkout-shipping-sheet__scroll{-webkit-overflow-scrolling:touch;flex:1;min-height:0;margin-top:4px;overflow-y:auto}.checkout-shipping-sheet__chips{margin-bottom:4px}.checkout-shipping-sheet__no-match,.checkout-shipping-sheet__no-partners{color:#666;margin:8px 0 0;font-size:12px}.checkout-shipping-sheet__company-list{flex-direction:column;gap:10px;display:flex}.checkout-shipping-sheet__company{margin:0}html[data-theme=dark] .checkout-shipping-sheet__back,html[data-theme=dark] .checkout-shipping-sheet__current{color:var(--royal-blue)}html[data-theme=dark] .checkout-shipping-sheet__hint,html[data-theme=dark] .checkout-shipping-sheet__no-match,html[data-theme=dark] .checkout-shipping-sheet__no-partners{color:var(--text-secondary)}.checkout-address-list{flex-direction:column;gap:8px;display:flex}.checkout-address-tile{text-align:left;cursor:pointer;background:#f8f9fa;border:1.5px solid #e8ecf0;border-radius:10px;padding:10px 12px}.checkout-address-tile--selected{border-color:var(--royal-blue);background:#054fd10a}.checkout-address-tile strong{font-size:13px;display:block}.checkout-address-tile span{color:#666;margin-top:2px;font-size:11px;display:block}.checkout-address-empty{text-align:center;color:#666;padding:12px 8px}.checkout-address-empty p{margin:6px 0 10px;font-size:12px}.btn-outline-sm{border:1px solid var(--royal-blue);color:var(--royal-blue);cursor:pointer;background:#fff;border-radius:8px;padding:6px 12px;font-size:12px;font-weight:700}.checkout-manage-addresses{color:var(--royal-blue);cursor:pointer;background:0 0;border:0;align-items:center;gap:4px;margin-left:auto;padding:4px 12px 10px;font-size:12px;display:inline-flex}.checkout-items{flex-direction:column;gap:16px;display:flex}.checkout-item__row{align-items:flex-start;gap:12px;display:flex}.checkout-item__img{object-fit:cover;border-radius:12px;flex-shrink:0;width:60px;height:60px}.checkout-item__meta{flex:1;min-width:0}.checkout-item__meta strong{white-space:nowrap;text-overflow:ellipsis;font-size:14px;display:block;overflow:hidden}.checkout-item__variant{color:#444;margin-top:4px;font-size:11px;font-weight:600;display:block}.checkout-item__qty{color:#666;align-items:center;gap:6px;margin-top:6px;font-size:12px;display:flex}.checkout-item__qty--slot{flex-direction:column;align-items:flex-start;gap:2px}.checkout-item__qty-row{flex-wrap:wrap;align-items:center;gap:6px;display:flex}.checkout-item__slot-hint{color:#888;margin:0;font-size:11px;line-height:1.35}.checkout-error-banner{color:#842029;background:#fff5f5;border:1px solid #f5c2c7;border-radius:10px;margin:0 16px 12px;padding:12px 14px}.checkout-error-banner p{margin:6px 0 0;font-size:13px;line-height:1.4}[data-theme=dark] .checkout-error-banner{color:#ffb4bc;background:#2a1518;border-color:#7a2e35}.checkout-item__qty button{cursor:pointer;background:#fff;border:1px solid #ddd;border-radius:6px;justify-content:center;align-items:center;width:24px;height:24px;display:flex}.checkout-item__price{text-align:right;min-width:88px}.checkout-item__price strong{font-size:14px;display:block}.checkout-item__price span{color:#888;margin-top:2px;font-size:11px;display:block}.checkout-coupon{margin-top:8px}.checkout-coupon__input{border:1.5px solid #054fd18c;border-radius:12px;width:100%;padding:10px 12px;font-size:12px}.checkout-coupon__input--valid{border-color:#2e7d32}.checkout-coupon__input--invalid{border-color:#c62828}.checkout-coupon__hint{margin:4px 0 0;font-size:11px;font-weight:600}.checkout-coupon__hint--valid{color:#2e7d32}.checkout-coupon__hint--invalid{color:#c62828}.checkout-coupon__shared{color:#c62828;margin:8px 0 0;font-size:11px;font-weight:600}.checkout-item__shipping{text-align:right;color:#666;margin:8px 0 0;font-size:11px;font-weight:700}.checkout-card{text-align:left;background:#f8f9fa;border:1px solid #e8ecf0;border-radius:16px;align-items:center;gap:12px;width:100%;padding:14px 16px;display:flex}.checkout-card--clickable{cursor:pointer}.checkout-card__leading-icon{color:#666;flex-shrink:0}.checkout-card__body{flex:1;min-width:0}.checkout-card__body strong{font-size:14px;display:block}.checkout-card__body span{color:#666;margin-top:2px;font-size:12px;font-weight:600;display:block}.checkout-summary{background:#f8f9fa;border:1px solid #e8ecf0;border-radius:12px;padding:12px}.checkout-summary__row{color:#666;justify-content:space-between;gap:8px;padding:3px 0;font-size:13px;font-weight:600;display:flex}.checkout-summary__row--strong{color:#1a1a1a;font-size:15px;font-weight:900}.checkout-summary hr{border:0;border-top:1px solid #e0e0e0;margin:8px 0}.checkout-currency-select{flex-direction:column;gap:4px;margin-top:8px;font-size:12px;font-weight:600;display:flex}.checkout-currency-select select{background:#fff;border:1px solid #e8ecf0;border-radius:10px;padding:8px 10px;font-size:13px}.checkout-footer{z-index:30;background:#fff;border-top:1px solid #eee;align-items:center;gap:12px;padding:12px 16px;display:flex;position:sticky;bottom:0;box-shadow:0 -4px 16px #0000000f}.checkout-footer__total span{color:#888;font-size:12px;display:block}.checkout-footer__total strong{font-size:20px;font-weight:900}.checkout-footer__cta{background:var(--royal-blue);color:#fff;cursor:pointer;border:0;border-radius:28px;flex:1;justify-content:center;align-items:center;gap:8px;max-width:220px;margin-left:auto;padding:14px 20px;font-size:15px;font-weight:700;display:inline-flex;box-shadow:0 4px 12px #054fd147}.checkout-footer__cta:disabled{box-shadow:none;cursor:not-allowed;background:#bdbdbd}html[data-theme=dark] .checkout-footer{background:#000;border-top-color:#2a2a2a;box-shadow:0 -4px 16px #0006}html[data-theme=dark] .checkout-footer__total span,html[data-theme=dark] .checkout-footer__total strong{color:#fff}.sheet-backdrop{z-index:100;background:#00000073;justify-content:center;align-items:flex-end;display:flex;position:fixed;top:0;bottom:0;left:0;right:0}.sheet-panel{background:#fff;border-radius:24px 24px 0 0;width:100%;max-width:520px;max-height:88vh;padding:24px 24px 32px;overflow:auto}.checkout-payment-sheet__title{margin:0 0 20px;font-size:18px;font-weight:900}.checkout-payment-sheet__list{flex-direction:column;gap:12px;display:flex}.checkout-payment-option{text-align:left;cursor:pointer;background:#f8f9fa;border:1px solid #e8ecf0;border-radius:16px;align-items:center;gap:12px;width:100%;padding:16px;display:flex}.checkout-payment-option--selected{background:#fff;border:2px solid #212121}.checkout-payment-option--selected .checkout-payment-option__check{color:#212121}.checkout-payment-option__icon{flex-shrink:0;justify-content:center;align-items:center;display:flex}.checkout-payment-option__text{flex:1;min-width:0}.checkout-payment-option__text strong{font-size:15px;display:block}.checkout-payment-option__text span{color:#666;margin-top:2px;font-size:12px;display:block}.checkout-payment-option__check{color:var(--royal-blue)}.checkout-klasha-logo{color:#fff;background:#e85d4c;border-radius:8px;justify-content:center;align-items:center;min-width:52px;padding:4px 10px;font-size:13px;font-weight:800;display:inline-flex}.checkout-opay-logo{color:#fff;background:#00b876;border-radius:8px;justify-content:center;align-items:center;min-width:52px;padding:4px 10px;font-size:13px;font-weight:800;display:inline-flex}.checkout-paystack-logo{color:#fff;background:#011b33;border-radius:8px;justify-content:center;align-items:center;min-width:68px;padding:4px 8px;font-size:11px;font-weight:800;display:inline-flex}.checkout-shipping-sheet__section{color:#888;text-transform:uppercase;margin:8px 0 0;font-size:11px;font-weight:800}@media (min-width:900px){.sheet-backdrop{align-items:center;padding:24px}.sheet-panel{border-radius:16px}}.shopper-currency-modal{z-index:1200;background:#0000008c;justify-content:center;align-items:center;padding:20px;display:flex;position:fixed;top:0;bottom:0;left:0;right:0}.shopper-currency-modal__panel{background:#fff;border-radius:16px;width:min(440px,100%);max-height:min(90vh,640px);padding:22px 20px 20px;overflow-y:auto;box-shadow:0 12px 40px #054fd133}.shopper-currency-modal__panel h2{color:#0c2d5e;margin:0 0 10px;font-size:20px;font-weight:900}.shopper-currency-modal__panel p{color:#444;margin:0 0 16px;font-size:14px;line-height:1.45}.shopper-currency-modal__chips{flex-wrap:wrap;gap:8px;margin-bottom:18px;display:flex}.shopper-currency-modal__continue{width:100%}html[data-theme=dark] .shopper-currency-modal__panel{background:#000;box-shadow:0 12px 40px #000000a6}html[data-theme=dark] .shopper-currency-modal__panel h2{color:var(--text-primary)}html[data-theme=dark] .shopper-currency-modal__panel p{color:var(--text-secondary)}html[data-theme=dark] .shopper-currency-modal .profile-chip{background:var(--surface);color:var(--text-primary);border-color:#333}html[data-theme=dark] .shopper-currency-modal .profile-chip--active{border-color:var(--royal-blue);color:var(--royal-blue);background:#054fd138}html.buyer-promo-scroll-lock,html.buyer-promo-scroll-lock body{overscroll-behavior:none;overflow:hidden}.buyer-promo-host{flex-direction:column;flex:1;min-height:0;display:flex;position:relative}.buyer-promo-dialog{z-index:1200;padding:max(16px, env(safe-area-inset-top,0px)) max(24px, env(safe-area-inset-right,0px)) max(16px, env(safe-area-inset-bottom,0px)) max(24px, env(safe-area-inset-left,0px));box-sizing:border-box;overscroll-behavior:contain;touch-action:none;-webkit-overflow-scrolling:touch;background:#0000008c;justify-content:center;align-items:center;max-width:100vw;display:flex;position:fixed;top:0;bottom:0;left:0;right:0;overflow-x:hidden}.buyer-promo-dialog__frame{box-sizing:border-box;touch-action:manipulation;border-radius:18px;flex-shrink:0;width:min(300px,100vw - 48px);max-width:100%;margin:0 auto;padding:3px;box-shadow:0 12px 32px #054fd147}.buyer-promo-dialog__frame--compact{width:min(280px,100vw - 48px)}.buyer-promo-dialog__frame--financing{background:linear-gradient(90deg,#054fd1,#0c8ce9)}.buyer-promo-dialog__frame--best-deal{background:linear-gradient(90deg,#ff6f00,#ffa726)}.buyer-promo-dialog__frame--shipping{background:linear-gradient(90deg,#054fd1,#1565c0)}.buyer-promo-dialog__card{box-sizing:border-box;max-height:calc(100dvh - env(safe-area-inset-top,0px) - env(safe-area-inset-bottom,0px) - 48px);-webkit-overflow-scrolling:touch;background:#fff;border-radius:15px;padding:14px 16px 16px;overflow-y:auto}.buyer-promo-dialog__frame--compact .buyer-promo-dialog__card{padding:12px 14px 14px}.buyer-promo-dialog__header{align-items:flex-start;gap:10px;min-width:0;display:flex}.buyer-promo-dialog__icon{border-radius:14px;flex-shrink:0;justify-content:center;align-items:center;padding:10px;display:inline-flex}.buyer-promo-dialog__frame--compact .buyer-promo-dialog__icon{border-radius:10px;padding:8px}.buyer-promo-dialog__title{color:#111;overflow-wrap:anywhere;word-break:break-word;flex:1;min-width:0;margin:0;font-size:clamp(15px,3.8vw,17px);font-weight:900;line-height:1.25}.buyer-promo-dialog__frame--compact .buyer-promo-dialog__title{font-size:clamp(14px,3.6vw,16px)}.buyer-promo-dialog__header-actions{flex-shrink:0;gap:2px;display:flex}.buyer-promo-dialog__icon-btn{color:#666;cursor:pointer;background:0 0;border:none;justify-content:center;align-items:center;padding:4px;display:inline-flex}.buyer-promo-dialog__subtitle{color:#444;overflow-wrap:anywhere;word-break:break-word;margin:6px 0 0;font-size:clamp(12px,3.2vw,13px);font-weight:600;line-height:1.35}.buyer-promo-dialog__frame--compact .buyer-promo-dialog__subtitle{font-size:12px}.buyer-promo-dialog__cta{color:#fff;cursor:pointer;border:none;border-radius:22px;width:100%;margin-top:14px;padding:10px 14px;font-size:14px;font-weight:900}.buyer-promo-dialog__frame--compact .buyer-promo-dialog__cta{margin-top:12px;padding:9px 12px;font-size:13px}@media (max-width:380px){.buyer-promo-dialog{padding:max(12px, env(safe-area-inset-top,0px)) max(20px, env(safe-area-inset-right,0px)) max(12px, env(safe-area-inset-bottom,0px)) max(20px, env(safe-area-inset-left,0px))}.buyer-promo-dialog__frame,.buyer-promo-dialog__frame--compact{width:min(280px,100vw - 40px)}}@media (max-width:900px){.buyer-promo-dialog__card{background:#000}.buyer-promo-dialog__title{color:#fff}.buyer-promo-dialog__subtitle{color:#ffffffc7}.buyer-promo-dialog__icon-btn{color:#ffffffa6}.shopper-currency-modal__panel{background:#000;box-shadow:0 12px 40px #000000a6}.shopper-currency-modal__panel h2{color:#fff}.shopper-currency-modal__panel p{color:#ffffffc7}.shopper-currency-modal .profile-chip{color:#fff;background:#1a1a1a;border-color:#333}.shopper-currency-modal .profile-chip--active{border-color:var(--royal-blue);color:var(--royal-blue);background:#054fd138}}.buyer-promo-minimized-chip{right:max(12px, env(safe-area-inset-right,0px));bottom:max(88px, calc(env(safe-area-inset-bottom,0px) + 72px));z-index:1005;color:#fff;cursor:pointer;background:#ff6f00;border:none;border-radius:28px;align-items:center;gap:6px;max-width:calc(100vw - 24px);padding:10px 14px;font-weight:800;display:inline-flex;position:fixed;box-shadow:0 4px 14px #ff6f0073}.product-card__pool-badge{z-index:2;color:#fff;pointer-events:none;background:#6a1b9a;border-radius:6px;padding:4px 8px;font-size:10px;font-weight:700;position:absolute;bottom:8px;left:8px}.product-card__slot-sharing-tag{color:#fff;background:#6a1b9a;border-radius:5px;margin-top:4px;padding:2px 7px;font-size:10px;font-weight:700;display:inline-block}.pdp-gallery-wrap{position:relative}.pdp-gallery-slot-badge{z-index:3;color:#fff;cursor:pointer;background:#6a1b9a;border:none;border-radius:6px;padding:4px 10px;font-size:11px;font-weight:700;position:absolute;top:12px;left:12px;box-shadow:0 2px 8px #0003}.pdp-gallery-tabs{display:none}.pdp-gallery-tabs__btn{cursor:pointer;background:#e8edf5;border:none;border-radius:20px;flex:1;padding:8px 12px;font-weight:600}.pdp-gallery-tabs__btn--active{background:var(--brand-blue,#054fd1);color:#fff}.slot-hub-page{max-width:1200px;margin:0 auto}.slot-hub-page>:not(.secondary-appbar){padding-left:16px;padding-right:16px}.slot-hub-page__sub{color:var(--text-secondary,#666);margin:12px 0 16px;font-size:14px}.slot-hub-page__nav-link{color:var(--royal-blue,#054fd1);white-space:nowrap;font-size:13px;font-weight:600;text-decoration:none}.slot-hub-page__nav-link:hover{text-decoration:underline}.store-copy-toast{left:16px;right:16px;bottom:calc(72px + env(safe-area-inset-bottom,0px));z-index:200;color:#fff;text-align:center;background:#323232;border-radius:8px;padding:14px 16px;font-size:14px;font-weight:600;animation:.2s ease-out buyer-loan-snackbar-in;position:fixed;box-shadow:0 6px 20px #00000040}.slot-panel{background:#fff;border-radius:12px;padding:16px}.slot-panel__progress{background:#e0e0e0;border-radius:4px;height:8px;overflow:hidden}.slot-panel__progress-fill{background:#6a1b9a;height:100%}.slot-panel__hint{color:#666;margin:0 0 12px;font-size:.85rem;line-height:1.45}.slot-panel__stats-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;margin-top:12px;display:grid}.slot-panel__stats-grid>div{background:#f5f5f8;border-radius:10px;flex-direction:column;gap:4px;padding:10px;display:flex}.slot-panel__stat-label{color:#666;font-size:.75rem;font-weight:600}.slot-panel__stats{color:#444;margin:8px 0 0;font-size:.9rem}.slot-panel__stepper{align-items:center;gap:12px;margin:12px 0;display:flex}.slot-panel__stepper button{cursor:pointer;background:#fff;border:1px solid #ccc;border-radius:50%;width:36px;height:36px;font-size:1.2rem}.pdp-slot-details{background:#fff;border-radius:12px;margin:16px 0;padding:16px}.slot-join-list{margin:0;padding:0;list-style:none}.slot-join-list__item{background:#fff;border-radius:12px;margin-bottom:8px}.slot-join-list__item a{color:inherit;padding:14px 16px;text-decoration:none;display:block}.slot-join-list__item span{color:#666;margin-top:4px;font-size:.9rem;display:block}.pdp-live-activity{color:#f5f5f5;background:#111;border-radius:12px;margin:12px 0 0;padding:14px 12px 12px}[data-theme=light] .pdp-live-activity{color:#1a1a1a;background:#fff;border:1px solid #ececec}.pdp-live-activity__badges{scrollbar-width:none;-ms-overflow-style:none;-webkit-overflow-scrolling:touch;flex-wrap:nowrap;gap:8px;margin-bottom:12px;display:flex;overflow-x:auto}.pdp-live-activity__badges::-webkit-scrollbar{display:none}.pdp-live-activity__badge{white-space:nowrap;border:1px solid #ffffff38;border-radius:6px;flex-shrink:0;align-items:center;padding:4px 10px;font-size:.72rem;line-height:1.2;display:inline-flex}[data-theme=light] .pdp-live-activity__badge{color:#444;border-color:#ddd}.pdp-live-activity__header{width:100%;color:inherit;text-align:left;cursor:pointer;background:0 0;border:none;justify-content:space-between;align-items:center;margin:0 0 12px;padding:0;font-size:.92rem;font-weight:600;display:flex}.pdp-live-activity__join{color:#ff4040}.pdp-live-activity__rows{min-height:196px;overflow:hidden}.pdp-live-activity__rows-inner{will-change:transform, opacity;flex-direction:column;gap:10px;display:flex}.pdp-live-activity__rows-inner--swap-out{pointer-events:none;animation:.4s cubic-bezier(.22,1,.36,1) forwards pdp-live-rows-out}.pdp-live-activity__rows-inner--swap-in{animation:.4s cubic-bezier(.22,1,.36,1) pdp-live-rows-in}@keyframes pdp-live-rows-out{0%{opacity:1;transform:translateY(0)}to{opacity:0;transform:translateY(-100%)}}@keyframes pdp-live-rows-in{0%{opacity:1;transform:translateY(100%)}to{opacity:1;transform:translateY(0)}}.pdp-live-activity__row{border-top:1px solid #ffffff14;justify-content:space-between;align-items:flex-start;gap:10px;padding:10px 0 0;display:flex}[data-theme=light] .pdp-live-activity__row{border-top-color:#eee}.pdp-live-activity__buyer{flex:1;align-items:flex-start;gap:8px;min-width:0;display:flex}.pdp-live-activity__avatar{color:#fff;border-radius:50%;flex-shrink:0;place-items:center;width:34px;height:34px;font-size:.72rem;font-weight:700;display:grid}.pdp-live-activity__buyer-meta{min-width:0}.pdp-live-activity__buyer-meta strong{text-overflow:ellipsis;white-space:nowrap;font-size:.82rem;font-weight:600;line-height:1.25;display:block;overflow:hidden}.pdp-live-activity__purchased{color:#ff4040;margin-top:2px;font-size:.74rem;display:block}.pdp-live-activity__urgency{flex-direction:column;flex-shrink:0;align-items:flex-end;gap:2px;display:flex}.pdp-live-activity__ending{color:#ff4040;font-size:.72rem;font-weight:600}.pdp-live-activity__countdown{letter-spacing:.02em;color:#f5f5f5;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;font-size:.78rem}[data-theme=light] .pdp-live-activity__countdown{color:#333}.pdp-live-activity__buy-wrap{margin-top:4px;position:relative}.pdp-live-activity__no-wait{z-index:1;color:#1a1a1a;white-space:nowrap;background:#ffd54f;border-radius:4px;padding:1px 5px;font-size:.58rem;font-weight:700;line-height:1.2;position:absolute;top:-8px;right:6px}.pdp-live-activity__buy-btn{color:#fff;cursor:pointer;background:#ff4040;border:none;border-radius:6px;padding:7px 14px;font-size:.78rem;font-weight:700}.pdp-live-activity__buy-btn:active{transform:scale(.98)}.theme-sheet-backdrop{z-index:120;background:#00000073;justify-content:center;align-items:flex-end;display:flex;position:fixed;top:0;bottom:0;left:0;right:0}.theme-sheet{background:var(--surface);width:min(100%,420px);color:var(--text-primary);padding:16px 16px calc(16px + env(safe-area-inset-bottom));border-radius:16px 16px 0 0;box-shadow:0 -8px 32px #0000002e}.theme-sheet__head{justify-content:space-between;align-items:center;margin-bottom:14px;display:flex}.theme-sheet__head h2{margin:0;font-size:1.05rem}.theme-sheet__close{color:inherit;cursor:pointer;background:0 0;border:none;padding:4px}.theme-sheet__options{grid-template-columns:repeat(3,1fr);gap:8px;display:grid}.theme-sheet__option{background:var(--surface);color:var(--text-primary);cursor:pointer;border:1px solid #e0e0e0;border-radius:10px;flex-direction:column;align-items:center;gap:6px;padding:12px 8px;font-size:.82rem;display:flex}.theme-sheet__option--active{border-color:var(--royal-blue);color:var(--royal-blue);background:#054fd114;font-weight:600}[data-theme=dark] .theme-sheet__option{border-color:#333}[data-theme=dark] .theme-sheet__option--active{background:#054fd133}[data-theme=dark]{--background:#0f0f0f;--surface:#1a1a1a;--text-primary:#f0f0f0;--text-secondary:#aaa;--profile-bg:#121212}[data-theme=dark] body{background:var(--background);color:var(--text-primary)}[data-theme=dark] .pdp-page{background:var(--background)}[data-theme=dark] .pdp-section,[data-theme=dark] .pdp-wide-card,[data-theme=dark] .pdp-variant-finance-block{color:#fff;background:#000}[data-theme=dark] .pdp-section--related{background:#000}[data-theme=dark] .pdp-toolbar{background:0 0}[data-theme=dark] .pdp-toolbar__btn{color:#fff;background:#000;box-shadow:0 2px 6px #00000073}[data-theme=dark] .pdp-toolbar__btn--wish{color:#fff}[data-theme=dark] .pdp-mobile-gallery,[data-theme=dark] .pdp-gallery-scroll,[data-theme=dark] .pdp-gallery-slide,[data-theme=dark] .pdp-gallery-main,[data-theme=dark] .pdp-gallery-main__img,[data-theme=dark] .pdp-gallery-dots{background:#000}[data-theme=dark] .pdp-variant-catalog{background:#000;border-top-color:#2a2a2a}[data-theme=dark] .pdp-variant-thumb{background:#111;border-color:#333}[data-theme=dark] .pdp-variant-thumb__empty{background:#1a1a1a}[data-theme=dark] .pdp-variant-chip{color:var(--text-primary);background:#111;border-color:#333}[data-theme=dark] .pdp-variant-chip__body strong,[data-theme=dark] .pdp-title,[data-theme=dark] .pdp-section__title,[data-theme=dark] .pdp-store__title{color:var(--text-primary)}[data-theme=dark] .pdp-title .pdp-expandable,[data-theme=dark] .pdp-expandable,[data-theme=dark] .pdp-sold{color:#fff}[data-theme=dark] .pdp-shipping__note{color:var(--text-secondary)}[data-theme=dark] .pdp-moq__head p,[data-theme=dark] .pdp-shipping__label,[data-theme=dark] .pdp-store__sub,[data-theme=dark] .pdp-reviews-count{color:#fff}[data-theme=dark] .pdp-reviews-empty{color:#fff;background:#000;border:1.5px solid #333}[data-theme=dark] .pdp-reviews-empty p{color:#fff}[data-theme=dark] .pdp-related-tile{color:#fff;background:#000}[data-theme=dark] .pdp-related-tile__image{color:#fff;background:#000;border-color:#333}[data-theme=dark] .pdp-related-tile__title,[data-theme=dark] .pdp-related-tile__price,[data-theme=dark] .pdp-related-tile__local,[data-theme=dark] .pdp-related-tile__moq{color:#fff}[data-theme=dark] .pdp-related-tile__yuan{color:#e53935}[data-theme=dark] .pdp-related-loading,[data-theme=dark] .pdp-related-empty,[data-theme=dark] .pdp-starting-from,[data-theme=dark] .pdp-price-local,[data-theme=dark] .pdp-price-hint,[data-theme=dark] .pdp-mobile .pdp-price-main .pdp-price-local,[data-theme=dark] .pdp-section--info .pdp-price-local{color:#fff}[data-theme=dark] .pdp-variants-cta__btn{color:#fff;background:#000;border-color:#333}[data-theme=dark] .pdp-modal-sheet,[data-theme=dark] .pdp-modal-sheet__header,[data-theme=dark] .pdp-modal-sheet__body,[data-theme=dark] .pdp-modal-sheet__footer{background:#000}[data-theme=dark] .pdp-modal-sheet__header{border-bottom-color:#2a2a2a}[data-theme=dark] .pdp-modal-sheet__header h2,[data-theme=dark] .pdp-modal-sheet__close{color:#fff}[data-theme=dark] .pdp-modal-sheet__footer{border-top-color:#2a2a2a;box-shadow:0 -4px 16px #0006}[data-theme=dark] .pdp-modal-mix-hint,[data-theme=dark] .pdp-modal-shipping__label,[data-theme=dark] .pdp-modal-option-label,[data-theme=dark] .pdp-modal-section-title,[data-theme=dark] .pdp-modal-variant-row__label,[data-theme=dark] .pdp-modal-footer-subtotal,[data-theme=dark] .pdp-modal-footer-subtotal__chev{color:#fff}[data-theme=dark] .pdp-modal-shipping{border-top-color:#2a2a2a}[data-theme=dark] .pdp-modal-shipping__value{color:#fff}[data-theme=dark] .pdp-modal-shipping__value--free{color:var(--royal-blue)}[data-theme=dark] .pdp-modal-header-tier__price{color:#fff}[data-theme=dark] .pdp-modal-header-tier__band{color:var(--text-secondary)}[data-theme=dark] .pdp-modal-header-tier--active .pdp-modal-header-tier__price,[data-theme=dark] .pdp-modal-header-tier--active .pdp-modal-header-tier__band{color:var(--royal-blue)}[data-theme=dark] .pdp-modal-chip{color:#fff;background:#1a1a1a;border-color:#333}[data-theme=dark] .pdp-modal-stepper--pill{background:#2a2a2a}[data-theme=dark] .pdp-modal-stepper--pill button,[data-theme=dark] .pdp-modal-stepper__value,[data-theme=dark] .pdp-modal-stepper__input{color:#fff}[data-theme=dark] .pdp-modal-btn-cart{background:#000}[data-theme=dark] .pdp-bottom-bar{background:var(--surface);border-top-color:#2a2a2a}[data-theme=dark] .pdp-bottom-chat,[data-theme=dark] .pdp-bottom-chat svg{color:#fff}[data-theme=dark] .pdp-section--flush,[data-theme=dark] .pdp-section--info{background:#000}[data-theme=dark] .pdp-moq__head h3,[data-theme=dark] .pdp-rating-row strong,[data-theme=dark] .pdp-shipping__value{color:#fff}[data-theme=dark] .pdp-shipping__value--free,[data-theme=dark] .pdp-shipping__value--accent{color:var(--royal-blue)}[data-theme=dark] .pdp-shipping__row svg,[data-theme=dark] .pdp-reviews-empty strong,[data-theme=dark] .pdp-live-activity__buyer-meta strong,[data-theme=dark] .pdp-live-activity__badge{color:#fff}[data-theme=dark] .pdp-review,[data-theme=dark] .pdp-moq-row{color:#fff;background:#111;border-color:#333}[data-theme=dark] .pdp-moq-row--active{background:linear-gradient(#0a0a0a, #0a0a0a) padding-box, var(--gradient-brand) border-box;color:var(--royal-blue)}[data-theme=dark] .slot-panel,[data-theme=dark] .pdp-slot-details{color:#fff;background:#000}[data-theme=dark] .slot-panel__stats,[data-theme=dark] .slot-panel__hint{color:#ffffffc7}[data-theme=dark] .slot-panel__stats-grid>div{background:#1a1a1a}[data-theme=dark] .slot-panel__stat-label{color:#ffffff9e}[data-theme=dark] .slot-panel__progress{background:#333}[data-theme=dark] .slot-panel__stepper button{color:#fff;background:#1a1a1a;border-color:#444}[data-theme=dark] .slot-join-list__item{background:#000;border:1px solid #2a2a2a}[data-theme=dark] .slot-join-list__item a,[data-theme=dark] .slot-join-list__item a strong{color:#fff}[data-theme=dark] .slot-join-list__item span{color:#ffffffa6}[data-theme=dark] .buyer-profile{background:var(--profile-bg)}[data-theme=dark] .buyer-profile-card{color:#fff;box-shadow:none;background:#000}html[data-theme=dark] .buyer-profile-section h3,[data-theme=dark] .buyer-profile-section h3,.buyer-profile--dark .buyer-profile-section h3{color:#fff}html[data-theme=dark] .buyer-profile,[data-theme=dark] .buyer-profile,.buyer-profile--dark{background:#000}[data-theme=dark] .buyer-profile-card__title{color:#fff}[data-theme=dark] .buyer-profile-card__sub{color:#ffffffc7}[data-theme=dark] .buyer-profile-card__chev{color:#ffffff73}[data-theme=dark] .buyer-profile-orders{box-shadow:none;background:#000}[data-theme=dark] .buyer-profile-orders__cell{color:#fff}[data-theme=dark] .buyer-profile-orders__divider{background:#333}[data-theme=dark] .buyer-profile-subtabs{box-shadow:none;background:#000}[data-theme=dark] .buyer-profile-subtabs__chip{color:#ffffff8c}[data-theme=dark] .buyer-profile-subtabs__chip--active{color:#fff;background:#054fd138}[data-theme=dark] .buyer-profile-recent-tile{box-shadow:none;background:#000}[data-theme=dark] .buyer-profile-recent-tile__title{color:#fff}[data-theme=dark] .buyer-profile-recent-tile__price,[data-theme=dark] .buyer-profile-recent-tile__price span{color:#ffffffa6}[data-theme=dark] .buyer-profile-logout{color:#f87171;box-shadow:none;background:#000;border-color:#3f3f3f}[data-theme=dark] .dashboard-bottom-nav{background:var(--surface);border-top-color:#2a2a2a}[data-theme=dark] .dashboard-bottom-nav__item{color:var(--text-secondary)}[data-theme=dark] .product-card,[data-theme=dark] .home-tab__section{background:#000}[data-theme=dark] .product-card__title,[data-theme=dark] .product-grid .product-card__title,[data-theme=dark] .product-card__store,[data-theme=dark] .product-card__local,[data-theme=dark] .product-card__moq,[data-theme=dark] .product-grid .product-card__local,[data-theme=dark] .product-grid .product-card__moq{color:#fff}[data-theme=dark] .app-viewport,[data-theme=dark] .app-viewport--dashboard,[data-theme=dark] .dashboard-main{background:var(--background);color:var(--text-primary)}html[data-theme=dark]{--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark;--orders-page-bg:#000;--orders-card-bg:#000;--orders-card-fg:#fff;--orders-card-border:#2a2a2a;--orders-card-shadow:none;--orders-tab-color:#fff;--orders-tab-active-color:#fff;--orders-tab-active-border:#fff;--orders-track-btn-bg:#fff;--orders-track-btn-fg:#000;--orders-card-muted:#ffffffb8;--profile-bg:#000;--buyer-profile-section-title:#fff}[data-theme=dark] .category-layout,[data-theme=dark] .category-page,[data-theme=dark] .category-main,[data-theme=dark] .category-toolbar{background:#000}[data-theme=dark] .category-toolbar{border-bottom-color:#2a2a2a}[data-theme=dark] .category-toggler{color:var(--text-primary);background:#000;border-color:#333}[data-theme=dark] .category-drawer{background:#000;box-shadow:8px 0 24px #0000008c}[data-theme=dark] .category-drawer__head{border-bottom-color:#2a2a2a}[data-theme=dark] .category-drawer__head h2{color:var(--text-primary)}[data-theme=dark] .category-drawer__close{color:var(--text-primary);background:#111}[data-theme=dark] .category-drawer__item{color:var(--text-primary)}[data-theme=dark] .category-drawer__item--active{color:var(--royal-blue);background:#054fd126}[data-theme=dark] .category-sidebar{border-right-color:#2a2a2a}html[data-theme=dark] .cart-page{background:var(--background);color:#fff}html[data-theme=dark] .cart-empty__title{color:#fff}html[data-theme=dark] .cart-empty__sub{color:#ffffffc7}html[data-theme=dark] .cart-empty__icon{color:#90caf9;background:#054fd12e}html[data-theme=dark] .cart-empty__cta{background:var(--royal-blue);color:#fff}html[data-theme=dark] .cart-card__inner{color:#fff;background:#000}html[data-theme=dark] .cart-card__store,html[data-theme=dark] .cart-card__icon-btn,html[data-theme=dark] .cart-card__title,html[data-theme=dark] a.cart-card__title,html[data-theme=dark] a.cart-card__title:visited,html[data-theme=dark] a.cart-card__title:hover,html[data-theme=dark] .cart-card__variant,html[data-theme=dark] .cart-card__pricing-label,html[data-theme=dark] .cart-card__line-yuan,html[data-theme=dark] .cart-card__line-local,html[data-theme=dark] .cart-card__unit,html[data-theme=dark] .cart-card__qty-label,html[data-theme=dark] .cart-card__shipping p{color:#fff}html[data-theme=dark] .cart-card__select-icon{color:#ffffff73}html[data-theme=dark] .cart-card__select-icon--on{color:var(--royal-blue)}html[data-theme=dark] .cart-card__thumb{background:#111}html[data-theme=dark] .cart-card__thumb-empty{background:#1a1a1a}html[data-theme=dark] .cart-card__stepper{background:#111;border-color:#333}html[data-theme=dark] .cart-card__stepper button,html[data-theme=dark] .cart-card__stepper input{color:#fff;background:0 0}html[data-theme=dark] .cart-card__shipping hr{border-top-color:#333}html[data-theme=dark] .cart-page__footer{background:#000;border-top-color:#333;box-shadow:0 -2px 8px #00000059}html[data-theme=dark] .cart-page__all,html[data-theme=dark] .cart-page__totals-hint,html[data-theme=dark] .cart-page__local{color:#fff}[data-theme=dark] .buyer-promo-dialog__card{background:#000}[data-theme=dark] .buyer-promo-dialog__title{color:#fff}[data-theme=dark] .buyer-promo-dialog__subtitle{color:#ddd}[data-theme=dark] .buyer-promo-dialog__icon-btn{color:#ccc}[data-theme=dark] .messages-tab-empty{color:var(--text-primary)}[data-theme=dark] .home-feed__header-sticky{background:var(--surface);box-shadow:0 .5px #ffffff1a}[data-theme=dark] .marketplace-header{background:var(--surface)}[data-theme=dark] .marketplace-header__bell,[data-theme=dark] .marketplace-header__bell svg{color:#fff}[data-theme=dark] .home-feed__search-wrap{background:var(--surface)}[data-theme=dark] .home-feed{background:var(--background)}[data-theme=dark] .discover-tab{color:var(--text-secondary)}[data-theme=dark] .discover-tab--active{color:#90caf9}[data-theme=dark] .discover-tab--active:after{background:#90caf9}[data-theme=dark] .theme-sheet{background:#1a1a1a}[data-theme=dark] .theme-sheet__head h2,[data-theme=dark] .theme-sheet__close{color:var(--text-primary)}[data-theme=dark] .search-bar{background:#fff}[data-theme=dark] .search-page,[data-theme=dark] .search-page__body,[data-theme=dark] .search-page__appbar{color:#fff;background:#000}[data-theme=dark] .search-page__appbar{box-shadow:0 1px #ffffff14}[data-theme=dark] .search-page__back{color:#fff}[data-theme=dark] .search-bar__input,[data-theme=dark] .search-page .search-bar__input{color:#000;-webkit-text-fill-color:#000}[data-theme=dark] .search-page .search-bar__input::placeholder{color:#9e9e9e}[data-theme=dark] .search-category-header h2{color:var(--text-primary)}[data-theme=dark] .search-category-header p{color:var(--text-secondary)}[data-theme=dark] .search-discover__head h2,[data-theme=dark] .search-discover__section>h2,[data-theme=dark] .search-discover__hint,[data-theme=dark] .search-discover__empty,[data-theme=dark] .search-discover__chev,[data-theme=dark] .search-discover__icon-btn{color:#fff}[data-theme=dark] .search-recent-tile{background:#1a1a1a}[data-theme=dark] .search-recent-tile__text,[data-theme=dark] .search-recent-tile__remove{color:#fff}[data-theme=dark] .search-recent-tile__thumb{color:#aaa;background:#2a2a2a}[data-theme=dark] .search-catalog-chip{background:#1a1a1a;box-shadow:0 .5px 2px #ffffff14}[data-theme=dark] .search-catalog-chip__label{color:#fff}[data-theme=dark] .search-catalog-chip__thumb{color:#aaa;background:#2a2a2a}[data-theme=dark] .search-compact-tile,[data-theme=dark] .search-compact-tile__title,[data-theme=dark] .search-compact-tile__price,[data-theme=dark] .search-compact-tile__rating{color:#fff}[data-theme=dark] .search-compact-tile__image{color:#aaa;background:#2a2a2a}[data-theme=dark] .search-phrase-row{background:#000;border-bottom-color:#2a2a2a}[data-theme=dark] .search-phrase-row__icon,[data-theme=dark] .search-phrase-row__text,[data-theme=dark] .search-phrase-empty,[data-theme=dark] .search-related-header h2,[data-theme=dark] .search-related-header p,[data-theme=dark] .search-no-results__title,[data-theme=dark] .search-no-results__sub,[data-theme=dark] .search-filter-row__label{color:#fff}[data-theme=dark] .search-filter-row__select{color:#fff;background-color:#1a1a1a;border-color:#444}[data-theme=dark] .search-page__body .status-text{color:#fff}[data-theme=dark] .checkout-page,[data-theme=dark] .checkout-header,[data-theme=dark] .checkout-page__scroll,[data-theme=dark] .checkout-footer{background:#000}[data-theme=dark] .checkout-header{border-bottom-color:#2a2a2a}[data-theme=dark] .checkout-header h1{color:#fff}[data-theme=dark] .checkout-footer{border-top-color:#2a2a2a;box-shadow:0 -4px 16px #0006}[data-theme=dark] .checkout-footer__total span,[data-theme=dark] .checkout-footer__total strong,[data-theme=dark] .checkout-section-title{color:#fff}[data-theme=dark] .checkout-china-card,[data-theme=dark] .checkout-card,[data-theme=dark] .checkout-summary{box-shadow:none;background:#000;border-color:#333}[data-theme=dark] .checkout-china-card__head strong,[data-theme=dark] .checkout-forwarder label,[data-theme=dark] .checkout-recommended-shipping__head strong,[data-theme=dark] .checkout-shipping-picker strong,[data-theme=dark] .checkout-address-tile strong,[data-theme=dark] .checkout-card__body strong,[data-theme=dark] .checkout-item__meta strong,[data-theme=dark] .checkout-item__price strong,[data-theme=dark] .checkout-china-card__head p,[data-theme=dark] .checkout-recommended-shipping__head p,[data-theme=dark] .checkout-recommended-shipping__selected,[data-theme=dark] .checkout-shipping-picker span,[data-theme=dark] .checkout-address-tile span,[data-theme=dark] .checkout-address-empty,[data-theme=dark] .checkout-card__body span,[data-theme=dark] .checkout-card__leading-icon,[data-theme=dark] .checkout-item__variant,[data-theme=dark] .checkout-item__qty,[data-theme=dark] .checkout-item__price span,[data-theme=dark] .checkout-item__shipping,[data-theme=dark] .checkout-summary__row,[data-theme=dark] .checkout-summary__row--strong{color:#fff}[data-theme=dark] .checkout-forwarder,[data-theme=dark] .checkout-forwarder__addresses,[data-theme=dark] .checkout-recommended-shipping{border-top-color:#2a2a2a}[data-theme=dark] .checkout-address-sources__label,[data-theme=dark] .checkout-address-panel__hint,[data-theme=dark] .checkout-address-panel__preview{color:#fff}[data-theme=dark] .checkout-address-source-chip{color:#fff;background:#1a1a1a;border-color:#333}[data-theme=dark] .checkout-address-source-chip--active{border-color:var(--royal-blue);color:var(--royal-blue);background:#2563eb33}[data-theme=dark] .checkout-forwarder__input,[data-theme=dark] .checkout-shipping-picker,[data-theme=dark] .checkout-address-tile{color:#fff;background:#1a1a1a;border-color:#333}[data-theme=dark] .checkout-shipping-picker--selected{border-color:var(--royal-blue);background:#054fd126}[data-theme=dark] .checkout-shipping-picker:not(.checkout-shipping-picker--selected) .checkout-shipping-picker__value{color:#fff}html[data-theme=dark] .checkout-shipping-picker--selected strong,html[data-theme=dark] .checkout-shipping-picker--selected .checkout-shipping-picker__value,html[data-theme=dark] .checkout-shipping-sheet .profile-chip--active{color:var(--royal-blue)}html[data-theme=dark] .checkout-shipping-options__confirm{color:#fff}[data-theme=dark] .checkout-address-tile--selected{border-color:var(--royal-blue);background:#054fd126}[data-theme=dark] .checkout-summary hr{border-top-color:#2a2a2a}[data-theme=dark] .checkout-currency-select{color:#fff}[data-theme=dark] .checkout-currency-select select,[data-theme=dark] .checkout-item__qty button{color:#fff;background:#1a1a1a;border-color:#333}[data-theme=dark] .checkout-coupon__input{color:#fff;background:#1a1a1a}[data-theme=dark] .sheet-panel,[data-theme=dark] .checkout-shipping-sheet{color:#fff;background:#000}[data-theme=dark] .checkout-payment-sheet__title{color:#fff}[data-theme=dark] .sheet-panel .status-text{color:#ffffffc7}[data-theme=dark] .checkout-payment-option{color:#fff;background:#1a1a1a;border-color:#333}[data-theme=dark] .checkout-payment-option--selected{background:#141414;border-color:#fff}[data-theme=dark] .checkout-payment-option__text strong{color:#fff}[data-theme=dark] .checkout-payment-option__text span{color:#ffffffc7}[data-theme=dark] .checkout-payment-option__check,[data-theme=dark] .checkout-payment-option--selected .checkout-payment-option__check,[data-theme=dark] .checkout-payment-option__icon{color:#fff}[data-theme=dark] .checkout-shipping-sheet__section{color:#ffffffa6}[data-theme=dark] .checkout-shipping-sheet__company .checkout-consolidation-tag{color:#7dd3fc;background:#0369a159}[data-theme=dark] .checkout-shipping-sheet__company .checkout-consolidation-tag--none{color:#ffffffa6;background:#ffffff1f}[data-theme=dark] .checkout-shipping-sheet__company .checkout-shipping-mode-tag{color:#c4b5fd;background:#5b21b659}[data-theme=dark] .checkout-shipping-sheet__offer-line{color:#7dd3fc}[data-theme=dark] .checkout-shipping-offer{background:#ffffff0f;border-color:#7dd3fc40}[data-theme=dark] .checkout-shipping-offer--empty{border-color:#ffffff1f}[data-theme=dark] .checkout-shipping-offer--empty p,[data-theme=dark] .checkout-shipping-offer__row dt{color:#ffffffa6}[data-theme=dark] .checkout-shipping-offer__title,[data-theme=dark] .checkout-shipping-offer__row dd{color:#fff}[data-theme=dark] .checkout-shipping-offer__value--emph{color:#7dd3fc}[data-theme=dark] .checkout-shipping-options__label{color:#fff}[data-theme=dark] .checkout-shipping-options__note{color:#ffffffb3}[data-theme=dark] .btn-outline-sm{border-color:var(--royal-blue);color:var(--royal-blue);background:#000}.dev-shell-badge{z-index:9999;color:#fff;text-align:center;pointer-events:none;letter-spacing:.02em;background:#0c2d5e;padding:4px 10px;font-size:11px;font-weight:600;position:fixed;top:0;left:0;right:0}.app-viewport--dashboard,.pdp-page{scroll-padding-top:28px}body:has(.dev-shell-badge) .app-viewport--dashboard{padding-top:24px}body:has(.dev-shell-badge) .pdp-page{padding-top:24px}@media (pointer:coarse){input:not([type=checkbox]):not([type=radio]):not([type=range]):not([type=hidden]):not([type=file]):not([type=button]):not([type=submit]):not([type=reset]):not([type=image]),textarea,select{-webkit-text-size-adjust:100%;-moz-text-size-adjust:100%;text-size-adjust:100%;font-size:16px!important}}.chat-page{background:#eef1f5;flex-direction:column;min-height:100dvh;display:flex}.chat-page--loading{justify-content:center;align-items:center}.chat-page__appbar{padding:calc(8px + env(safe-area-inset-top,0px)) 12px 10px;background:#fff;border-bottom:1px solid #e8ecf0;align-items:center;gap:8px;display:flex;box-shadow:0 1px #0f172a0a}.chat-page__back{color:#212121;background:0 0;border:0;flex-shrink:0;justify-content:center;align-items:center;width:40px;height:40px;display:flex}.chat-page__head-main{flex:1;align-items:center;gap:10px;min-width:0;display:flex}.chat-page__avatar{width:42px;height:42px;color:var(--royal-blue);background:linear-gradient(145deg,#eef2ff,#e8f0ff);border:1px solid #dbeafe;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;display:flex;overflow:hidden}.chat-page__avatar-btn{cursor:pointer;padding:0;transition:transform .15s,box-shadow .15s}.chat-page__avatar-btn:not(:disabled):hover{transform:scale(1.04);box-shadow:0 2px 8px #054fd12e}.chat-page__avatar-btn:not(:disabled):active{transform:scale(.98)}.chat-page__avatar-btn:disabled{cursor:default}.chat-page__avatar img{object-fit:cover;width:100%;height:100%}.chat-page__head-text{min-width:0}.chat-page__head-text h1{white-space:nowrap;text-overflow:ellipsis;margin:0;font-size:16px;font-weight:800;overflow:hidden}.chat-page__head-text p{color:#64748b;white-space:nowrap;text-overflow:ellipsis;margin:2px 0 0;font-size:12px;overflow:hidden}.chat-product-strip{color:inherit;background:#fff;border:1px solid #e8ecf0;border-radius:14px;align-items:center;gap:12px;margin:10px 12px 0;padding:10px 12px;text-decoration:none;display:flex;box-shadow:0 2px 8px #0f172a0f}.chat-product-strip__thumb{background:#f1f5f9;border-radius:10px;flex-shrink:0;width:52px;height:52px;overflow:hidden}.chat-product-strip__thumb img{object-fit:cover;width:100%;height:100%}.chat-product-strip__placeholder{background:linear-gradient(135deg,#e2e8f0,#f8fafc);width:100%;height:100%;display:block}.chat-product-strip__body{flex:1;min-width:0}.chat-product-strip__label{letter-spacing:.04em;text-transform:uppercase;color:#64748b;font-size:10px;font-weight:700;display:block}.chat-product-strip__title{-webkit-line-clamp:2;color:#0f172a;-webkit-box-orient:vertical;margin:3px 0 0;font-size:13px;font-weight:700;line-height:1.35;display:-webkit-box;overflow:hidden}.chat-product-strip__price{color:#334155;margin-top:3px;font-size:12px;font-weight:600;display:block}.chat-product-strip__hint{color:var(--royal-blue);margin-top:4px;font-size:11px;font-weight:600;display:block}.chat-product-strip__chev{color:#94a3b8;flex-shrink:0}.chat-page__body{flex:1;min-height:0;padding:14px 12px;overflow-y:auto}.chat-page__status,.chat-page__empty{text-align:center;color:#64748b;margin:24px 12px;font-size:14px}.chat-page__error{text-align:center;color:#c62828;margin:16px 12px;font-size:13px}.chat-page__error--inline{margin-top:8px}.chat-page__messages{flex-direction:column;gap:14px;margin:0;padding:0;list-style:none;display:flex}.chat-bubble-row{justify-content:flex-start;align-items:flex-end;gap:8px;display:flex}.chat-bubble-row--mine{justify-content:flex-end}.chat-bubble-row__avatar{color:#64748b;background:#fff;border:1px solid #e2e8f0;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:28px;height:28px;display:flex;overflow:hidden}.chat-bubble-row__avatar img{object-fit:cover;width:100%;height:100%}.chat-bubble-row__content{flex-direction:column;gap:4px;max-width:min(82%,420px);display:flex}.chat-bubble-row--mine .chat-bubble-row__content{align-items:flex-end}.chat-bubble{background:#fff;border:1px solid #e8ecf0;border-radius:16px;padding:10px 14px;box-shadow:0 1px 2px #0f172a0d}.chat-bubble--mine{color:#fff;background:#0f172a;border-color:#0f172a}.chat-bubble p{white-space:pre-wrap;word-break:break-word;margin:0;font-size:14px;line-height:1.45}.chat-bubble__media{opacity:.85;font-style:italic}.chat-bubble__translate{padding-left:2px}.chat-bubble__translate-btn{color:var(--royal-blue);cursor:pointer;background:0 0;border:0;align-items:center;gap:4px;padding:0;font-size:12px;font-weight:600;display:inline-flex}.chat-bubble__translate-btn:disabled{opacity:.6}.chat-bubble__translation{background:#054fd10f;border:1px solid #054fd11f;border-radius:10px;padding:8px 10px}.chat-bubble__translation-label{letter-spacing:.03em;text-transform:uppercase;color:#475569;margin-bottom:4px;font-size:10px;font-weight:800;display:block}.chat-bubble__translation p{color:#0f172a;margin:0;font-size:13px;line-height:1.4}.chat-bubble__translate-error{color:#c62828;margin:2px 0 0;font-size:11px}.chat-bubble-row__time{color:#94a3b8;padding:0 4px;font-size:10px}.chat-page__composer{padding:10px 12px calc(10px + env(safe-area-inset-bottom,0px));background:#fff;border-top:1px solid #e8ecf0;align-items:center;gap:8px;display:flex;box-shadow:0 -2px 10px #0f172a0a}.chat-page__input{background:#f8fafc;border:1px solid #e2e8f0;border-radius:999px;flex:1;min-width:0;padding:12px 16px;font-size:14px}.chat-page__send{background:var(--gradient-action);color:#fff;border:0;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:44px;height:44px;display:flex;box-shadow:0 4px 12px #054fd147}.chat-page__send:disabled{opacity:.45;box-shadow:none}.chat-inbox{padding:8px 0 16px}.chat-inbox__error{color:#c62828;margin:0 16px 8px;font-size:12px}.chat-inbox__list{margin:0;padding:0;list-style:none}.chat-inbox__row{text-align:left;background:#fff;border:0;border-bottom:1px solid #f0f0f0;align-items:center;gap:12px;width:100%;padding:12px 16px;display:flex}.chat-inbox__avatar{color:#616161;background:#f0f0f0;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:48px;height:48px;display:flex;overflow:hidden}.chat-inbox__avatar img{object-fit:cover;width:100%;height:100%}.chat-inbox__main{flex-direction:column;flex:1;gap:2px;min-width:0;display:flex}.chat-inbox__top{justify-content:space-between;align-items:center;gap:8px;display:flex}.chat-inbox__top strong{white-space:nowrap;text-overflow:ellipsis;font-size:15px;overflow:hidden}.chat-inbox__top time{color:#9e9e9e;flex-shrink:0;font-size:11px}.chat-inbox__product{color:#757575;white-space:nowrap;text-overflow:ellipsis;font-size:12px;overflow:hidden}.chat-inbox__preview{color:#616161;white-space:nowrap;text-overflow:ellipsis;font-size:13px;overflow:hidden}.chat-inbox__dot{background:var(--brand-red);border-radius:50%;flex-shrink:0;width:10px;height:10px}.pdp-wide-chat{color:#212121;background:#fff;border:1px solid #e0e0e0;border-radius:12px;justify-content:center;align-items:center;gap:8px;width:100%;min-height:44px;margin-top:10px;font-size:14px;font-weight:700;display:inline-flex}[data-theme=dark] .chat-page{background:#000}[data-theme=dark] .chat-page__appbar,[data-theme=dark] .chat-page__composer,[data-theme=dark] .chat-product-strip,[data-theme=dark] .chat-inbox__row{color:var(--text-primary);background:#111;border-color:#2a2a2a}[data-theme=dark] .chat-product-strip__title{color:var(--text-primary)}[data-theme=dark] .chat-bubble{background:#1a1a1a;border-color:#333}[data-theme=dark] .chat-bubble--mine{color:#fff;background:#2563eb;border-color:#2563eb}[data-theme=dark] .chat-bubble__translation{background:#2563eb1f;border-color:#2563eb3d}[data-theme=dark] .chat-bubble__translation p{color:var(--text-primary)}[data-theme=dark] .chat-page__input{color:var(--text-primary);background:#1a1a1a;border-color:#333}[data-theme=dark] .pdp-wide-chat{color:var(--text-primary);background:#111;border-color:#333}.orders-page--dark,html[data-theme=dark] .app-viewport.orders-page{color:#fff;background:#000!important}.orders-page--dark .orders-page__header,html[data-theme=dark] .orders-page__header{background:#000;border-bottom-color:#2a2a2a}.orders-page--dark .orders-page__top h1,.orders-page--dark .orders-page__top .secondary-appbar__back,html[data-theme=dark] .orders-page__top h1,html[data-theme=dark] .orders-page__top .secondary-appbar__back,.orders-page--dark .orders-page__tab,.orders-page--dark .orders-page__tab--active,html[data-theme=dark] .orders-page__tab,html[data-theme=dark] .orders-page__tab--active{color:#fff}.orders-page--dark .orders-page__tab--active,html[data-theme=dark] .orders-page__tab--active{border-bottom-color:#fff}.orders-card--dark,.orders-page--dark .orders-card,html[data-theme=dark] .orders-page .orders-card{box-shadow:none;color:#fff;border:1px solid #2a2a2a;background:#000!important}.orders-page--dark .orders-card__ref,.orders-page--dark .orders-card__subtitle,.orders-page--dark .orders-card__tracking,.orders-page--dark .orders-card__footer-label,.orders-page--dark .orders-card__footer-note,.orders-page--dark .orders-line__variant,.orders-page--dark .orders-line__qty-row,html[data-theme=dark] .orders-card__ref,html[data-theme=dark] .orders-card__subtitle,html[data-theme=dark] .orders-card__tracking,html[data-theme=dark] .orders-card__footer-label,html[data-theme=dark] .orders-card__footer-note,html[data-theme=dark] .orders-line__variant,html[data-theme=dark] .orders-line__qty-row{color:#ffffffb8}.orders-page--dark .orders-card__footer strong,.orders-page--dark .orders-line__name,html[data-theme=dark] .orders-card__footer strong,html[data-theme=dark] .orders-line__name{color:#fff}.orders-page--dark .orders-card__divider,html[data-theme=dark] .orders-card__divider{border-top-color:#2a2a2a}.orders-page--dark .orders-line__img,html[data-theme=dark] .orders-line__img{background:#1a1a1a}.orders-page--dark .orders-line__img--placeholder,html[data-theme=dark] .orders-line__img--placeholder{color:#666}.orders-page--dark .orders-line__price,html[data-theme=dark] .orders-line__price{color:#f87171}.orders-page--dark .orders-card__track-btn,html[data-theme=dark] .orders-card__track-btn{color:#000;background:#fff}.orders-page--dark .orders-line,html[data-theme=dark] .orders-line{color:#fff}.orders-page--dark .orders-line__status,html[data-theme=dark] .orders-line__status{color:#ffffffc7}
