:root{--shopping-font-family: -apple-system, BlinkMacSystemFont, "SF Pro Text", "Helvetica Neue", sans-serif;--shopping-color-bg: #f7f7f7;--shopping-color-surface: rgba(255, 255, 255, .96);--shopping-color-surface-elevated: #ffffff;--shopping-color-surface-muted: #f2f3f5;--shopping-color-surface-soft: #fbfbfb;--shopping-color-border: rgba(116, 120, 120, .2);--shopping-color-border-strong: rgba(116, 120, 120, .34);--shopping-color-text: #1a1c1c;--shopping-color-text-secondary: #444748;--shopping-color-text-tertiary: #747878;--shopping-color-accent: #5d5f5f;--shopping-color-accent-soft: rgba(226, 226, 226, .95);--shopping-color-price: #ff6a1a;--shopping-color-price-soft: rgba(255, 106, 26, .12);--shopping-color-success: #008000;--shopping-color-success-soft: rgba(0, 128, 0, .08);--shopping-color-danger: #ba1a1a;--shopping-color-danger-soft: rgba(255, 218, 214, .92);--shopping-color-warm: #ff6a1a;--shopping-color-warm-strong: #ff5a00;--shopping-color-taobao: #ff6a1a;--shopping-color-taobao-soft: #f8e9d2;--shopping-color-taobao-text: #9c6a1e;--shopping-color-panel-soft: #fafafa;--shopping-color-vip: #ffd700;--shopping-radius-card-lg: 24px;--shopping-radius-card: 18px;--shopping-radius-control: 16px;--shopping-radius-chip: 999px;--shopping-radius-tile: 14px;--shopping-space-1: 4px;--shopping-space-2: 8px;--shopping-space-3: 12px;--shopping-space-4: 16px;--shopping-space-5: 20px;--shopping-space-6: 24px;--shopping-shadow-card: 0 2px 8px rgba(0, 0, 0, .05);--shopping-shadow-float: 0 6px 18px rgba(0, 0, 0, .08);--shopping-text-title-size: 15px;--shopping-text-title-line: 21px;--shopping-text-body-size: 14px;--shopping-text-body-line: 20px;--shopping-text-meta-size: 12px;--shopping-text-meta-line: 16px;--shopping-text-chip-size: 11px;--shopping-text-chip-line: 14px;--shopping-text-price-size: 20px;--shopping-text-price-line: 24px;--shopping-text-price-lg-size: 28px;--shopping-text-price-lg-line: 32px;--shopping-component-page-padding-x: 16px;--shopping-component-page-padding-y: 12px;--shopping-component-search-height: 40px;--shopping-component-tab-height: 72px;--shopping-component-action-bar-height: 84px;--shopping-component-checkout-footer-height: 108px}.shopping-app{font-family:var(--shopping-font-family);background:var(--shopping-color-bg);color:var(--shopping-color-text)}.shopping-app{--shopping-card-bg: var(--shopping-color-surface);--shopping-card-border: 1px solid var(--shopping-color-border);--shopping-card-radius: var(--shopping-radius-card);--shopping-card-shadow: var(--shopping-shadow-card);--shopping-button-primary-bg: var(--shopping-color-text);--shopping-button-primary-text: #ffffff;--shopping-button-secondary-bg: var(--shopping-color-surface-muted);--shopping-button-secondary-text: var(--shopping-color-text);--shopping-button-cta-bg: var(--shopping-color-price);--shopping-button-cta-text: #ffffff;--shopping-chip-trust-bg: var(--shopping-color-success-soft);--shopping-chip-trust-text: var(--shopping-color-success);--shopping-chip-promo-bg: var(--shopping-color-price-soft);--shopping-chip-promo-text: var(--shopping-color-price);--shopping-chip-neutral-bg: var(--shopping-color-surface-muted);--shopping-chip-neutral-text: var(--shopping-color-text-secondary);--shopping-chip-vip-bg: var(--shopping-color-vip);--shopping-chip-vip-text: #1a1c1c;--shopping-image-placeholder-bg: linear-gradient( 180deg, rgba(255, 255, 255, .96) 0%, rgba(238, 238, 238, .92) 100% );--shopping-image-placeholder-border: 1px solid rgba(96, 110, 128, .12)}.shopping-app{min-height:100dvh;height:100%;background:var(--shopping-color-bg);color:var(--shopping-color-text)}#app-shopping.app-content{overflow:hidden}.shopping-shell{display:flex;height:100%;min-height:100%;flex-direction:column;overflow:hidden}.shopping-shell__header{position:sticky;top:0;z-index:20;padding:calc(var(--shopping-component-page-padding-y) + env(safe-area-inset-top,0px)) calc(var(--shopping-component-page-padding-x) + var(--safe-area-right)) var(--shopping-component-page-padding-y) calc(var(--shopping-component-page-padding-x) + var(--safe-area-left));-webkit-backdrop-filter:blur(22px);backdrop-filter:blur(22px);background:#f9f9f9eb;box-shadow:0 2px 8px #0000000d}.shopping-shell__topbar{display:flex;align-items:center;gap:var(--shopping-space-3)}.shopping-shell__topbar--back-only{gap:0}.shopping-shell__back{appearance:none;display:inline-flex;height:36px;width:36px;flex-shrink:0;align-items:center;justify-content:center;border:none;border-radius:999px;background:var(--shopping-color-surface-elevated);color:var(--shopping-color-text);box-shadow:0 0 0 1px #7478781f;transition:transform .18s ease,background .18s ease,box-shadow .18s ease}.shopping-shell__back-icon{margin-left:2px;color:var(--shopping-color-price);font-size:18px;line-height:1;font-variation-settings:"wght" 600}.shopping-shell__search{display:flex;height:var(--shopping-component-search-height);flex:1;align-items:center;gap:var(--shopping-space-2);border:1px solid var(--shopping-color-border);border-radius:var(--shopping-radius-control);background:var(--shopping-color-surface-muted);padding:0 var(--shopping-space-3)}.shopping-shell__search-button{appearance:none;border-width:1px;color:inherit;text-align:left}.shopping-shell__search--editing{gap:10px;padding-right:8px}.shopping-shell__search-field{display:flex;min-width:0;flex:1;align-items:center;gap:var(--shopping-space-2)}.shopping-shell__search-input{min-width:0;flex:1;border:0;background:transparent;color:var(--shopping-color-text);font-size:var(--shopping-text-body-size);line-height:var(--shopping-text-body-line);outline:none}.shopping-shell__search-input::placeholder{color:var(--shopping-color-text-tertiary)}.shopping-shell__search-submit{appearance:none;flex-shrink:0;border:0;border-radius:999px;background:#ffffffd1;padding:8px 14px;color:var(--shopping-color-text);font-size:13px;font-weight:700;line-height:1;box-shadow:inset 0 0 0 1px #74787814}.shopping-shell__search-icon,.shopping-shell__action-icon,.shopping-tab-bar__icon{color:var(--shopping-color-text-secondary);font-size:20px;line-height:1}.shopping-shell__search-trailing{margin-left:auto}.shopping-shell__search-copy{color:var(--shopping-color-text-tertiary);font-size:var(--shopping-text-body-size);line-height:var(--shopping-text-body-line)}.shopping-shell__actions{display:flex;gap:var(--shopping-space-2)}.shopping-shell__action{appearance:none;display:inline-flex;height:36px;width:36px;align-items:center;justify-content:center;border:none;border-radius:999px;background:var(--shopping-color-surface-elevated);color:inherit;box-shadow:0 0 0 1px #7478781f;transition:transform .18s ease,background .18s ease,box-shadow .18s ease,opacity .18s ease}.shopping-shell__action:disabled{cursor:default}.shopping-shell__action.is-generating{background:#4e7eff24;color:#2f5fd6;box-shadow:0 0 0 1px #4e7eff2e,0 8px 20px #4e7eff1f}.shopping-shell__action.is-generating .shopping-shell__action-icon{animation:shopping-generate-spin 1s linear infinite}@keyframes shopping-generate-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.shopping-shell__action--accent .shopping-shell__action-icon{color:var(--shopping-color-price)}.shopping-shell__content{display:flex;flex:1;min-height:0;flex-direction:column;overflow-y:auto;-webkit-overflow-scrolling:touch;gap:var(--shopping-space-4);padding:0 calc(var(--shopping-component-page-padding-x) + var(--safe-area-right)) var(--shopping-space-4) calc(var(--shopping-component-page-padding-x) + var(--safe-area-left))}.shopping-shell__content--with-fixed-footer{padding-bottom:var(--shopping-space-4)}.shopping-shell__fixed-footer{position:sticky;flex-shrink:0;bottom:0;z-index:30;margin-top:auto}.shopping-screen{display:flex;flex-direction:column;gap:var(--shopping-space-4)}.shopping-screen__eyebrow{color:var(--shopping-color-text-tertiary);font-size:var(--shopping-text-chip-size);font-weight:600;line-height:var(--shopping-text-chip-line)}.shopping-screen__metrics{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:var(--shopping-space-2);margin-top:var(--shopping-space-4)}.shopping-screen__metric{border-radius:16px;background:var(--shopping-color-surface-soft);padding:14px 12px}.shopping-screen__metric-value{font-size:17px;font-weight:700;line-height:22px;letter-spacing:-.02em}.shopping-screen__metric-label{margin-top:4px;color:var(--shopping-color-text-secondary);font-size:11px;line-height:14px}.shopping-screen__panel-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:var(--shopping-space-3)}.shopping-screen__panel-title,.shopping-screen__list-title{font-size:15px;font-weight:700;line-height:20px;letter-spacing:-.02em}.shopping-screen__panel-body{margin:10px 0 0;color:var(--shopping-color-text-secondary);font-size:13px;line-height:19px}.shopping-screen__panel-caption{margin-top:12px;color:var(--shopping-color-text-tertiary);font-size:11px;line-height:15px}.shopping-screen__list{display:flex;flex-direction:column;gap:12px;margin-top:var(--shopping-space-3)}.shopping-screen__list-row{display:flex;align-items:center;justify-content:space-between;gap:var(--shopping-space-3);border-radius:16px;background:var(--shopping-color-surface-soft);padding:14px}.shopping-screen__list-copy{min-width:0}.shopping-screen__list-label{font-size:14px;font-weight:600;line-height:18px}.shopping-screen__list-detail{margin-top:4px;color:var(--shopping-color-text-secondary);font-size:12px;line-height:16px}.shopping-screen__list-value{flex-shrink:0;color:var(--shopping-color-price);font-size:12px;font-weight:700;line-height:16px}.shopping-screen__list-row--button{width:100%;border:0;text-align:left;color:inherit}.shopping-screen__list-value--button{border:0;background:transparent;padding:0}.shopping-mask-gate{gap:14px;padding-top:30px;padding-right:calc(18px + var(--safe-area-right));padding-left:calc(18px + var(--safe-area-left))}.shopping-mask-gate__hero{position:relative;padding:4px 8px 0}.shopping-mask-gate__close{position:absolute;top:0;right:0;display:inline-flex;align-items:center;justify-content:center;width:32px;height:32px;border:0;border-radius:999px;background:#f3f6faf5;box-shadow:inset 0 1px #ffffffd1,0 1px 2px #0f172a0f}.shopping-mask-gate__close:active{background:#ecf1f6fa}.shopping-mask-gate__close-icon{width:10px;height:10px;position:relative}.shopping-mask-gate__close-icon:before,.shopping-mask-gate__close-icon:after{content:"";position:absolute;top:4px;left:0;width:10px;height:1.5px;border-radius:999px;background:#5e6b7deb}.shopping-mask-gate__close-icon:before{transform:rotate(45deg)}.shopping-mask-gate__close-icon:after{transform:rotate(-45deg)}.shopping-mask-gate__hero .shopping-section-card__title{margin-top:0;padding-right:44px;font-size:28px;font-weight:700;line-height:1.08;letter-spacing:-.045em}.shopping-mask-gate__intro{margin:6px 0 0;padding-right:44px;color:#606d7fe0;font-size:14px;line-height:1.35}.shopping-mask-gate__list{display:flex;flex-direction:column;gap:0;overflow:hidden;border-top:1px solid rgba(221,229,239,.96);border-bottom:1px solid rgba(221,229,239,.96);background:#ffffffb8}.shopping-mask-gate__list-row{min-height:84px;display:grid;grid-template-columns:42px minmax(0,1fr) 8px;align-items:center;column-gap:14px;border:0;border-radius:0;background:transparent;padding:0 8px;transition:transform .18s ease,background .18s ease}.shopping-mask-gate__list-row+.shopping-mask-gate__list-row{border-top:1px solid rgba(229,235,243,.96)}.shopping-mask-gate__list-row:active{transform:scale(.998);background:#f4f7fbe6}.shopping-mask-gate__account-avatar{display:inline-flex;align-items:center;justify-content:center;width:42px;height:42px;border-radius:50%;border:1px solid rgba(208,218,230,.92);background:#e8eef6fa;color:#434f60f5;font-size:15px;font-weight:700;line-height:1;letter-spacing:-.02em}.shopping-mask-gate__account-copy{min-width:0}.shopping-mask-gate__list-row .shopping-screen__list-label{font-size:17px;font-weight:650;line-height:1.15;letter-spacing:-.03em}.shopping-mask-gate__account-meta{margin-top:3px;color:#6e7a8ce0;font-size:12px;line-height:1.3;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.shopping-mask-gate__row-chevron{width:8px;height:8px;border-top:1.5px solid rgba(122,134,151,.92);border-right:1.5px solid rgba(122,134,151,.92);transform:rotate(45deg);flex-shrink:0}.shopping-screen__profile-hero{display:flex;align-items:flex-start;justify-content:space-between;gap:var(--shopping-space-3)}.shopping-screen__profile-name{font-size:24px;font-weight:700;line-height:28px;letter-spacing:-.03em}.shopping-screen__profile-note{margin-top:0;color:var(--shopping-color-text-secondary);font-size:13px;line-height:18px}.shopping-screen__profile-balance{color:var(--shopping-color-price);font-size:24px;font-weight:700;line-height:28px;letter-spacing:-.03em}.shopping-profile-screen{padding-top:2px}.shopping-profile-shell{display:grid;gap:12px}.shopping-profile-top{border-radius:24px;background:linear-gradient(180deg,#fffaf7f5,#ffffffe0);box-shadow:0 10px 24px #0f172a0a;padding:18px}.shopping-profile-top__identity{display:flex;align-items:center;gap:12px;min-width:0}.shopping-profile-avatar{display:grid;place-items:center;flex-shrink:0;width:56px;height:56px;border:2px solid rgba(255,255,255,.74);border-radius:999px;background:linear-gradient(135deg,#ff8a33,#ff5a00);box-shadow:0 10px 22px #ff6a002e;color:#fff;font-size:22px;font-weight:700;letter-spacing:-.04em}.shopping-profile-top__copy{min-width:0}.shopping-profile-top__title{color:#111827;font-size:22px;font-weight:700;line-height:26px;letter-spacing:-.04em}.shopping-profile-main-group{padding:0;overflow:hidden}.shopping-profile-orders{width:100%;border:0;background:transparent;padding:16px 18px;text-align:left}.shopping-profile-orders__head{display:flex;align-items:center;justify-content:space-between;gap:12px}.shopping-profile-orders__label{color:#111827;font-size:14px;font-weight:600;line-height:18px}.shopping-profile-orders__action{flex-shrink:0;color:#9ca3af;font-size:12px;font-weight:600;line-height:16px}.shopping-profile-summary__list{display:flex;flex-direction:column;border-top:1px solid rgba(15,23,42,.06)}.shopping-profile-summary__item{display:flex;align-items:center;justify-content:space-between;gap:16px;border:0;background:transparent;min-height:62px;padding:14px 18px;text-align:left;color:inherit}.shopping-profile-summary__item+.shopping-profile-summary__item{border-top:1px solid rgba(15,23,42,.06)}.shopping-profile-summary__main{min-width:0}.shopping-profile-summary__label{color:#111827;font-size:14px;font-weight:600;line-height:18px}.shopping-profile-summary__value{flex-shrink:0;color:#9ca3af;font-size:12px;font-weight:600;line-height:16px}.shopping-profile-tools{padding:18px}.shopping-profile-tools-list{margin-top:12px;gap:0}.shopping-profile-tools-list__row{border-radius:0;background:transparent;min-height:54px;padding:12px 0}.shopping-profile-tools-list__row+.shopping-profile-tools-list__row{border-top:1px solid rgba(15,23,42,.06)}.shopping-profile-tools-list__chevron{width:7px;height:7px;flex-shrink:0;border-top:1.5px solid #c0c8d2;border-right:1.5px solid #c0c8d2;transform:rotate(45deg)}.shopping-section-card{border:var(--shopping-card-border);border-radius:var(--shopping-card-radius);background:var(--shopping-card-bg);box-shadow:var(--shopping-card-shadow);padding:var(--shopping-space-4)}.shopping-section-card--hero{padding:var(--shopping-space-5)}.shopping-section-card__eyebrow{color:var(--shopping-color-text-tertiary);font-size:12px;font-weight:600;letter-spacing:.01em;line-height:var(--shopping-text-chip-line)}.shopping-section-card__title{margin:var(--shopping-space-2) 0 0;font-size:20px;font-weight:700;letter-spacing:-.02em;line-height:1.2}.shopping-section-card__body{margin:var(--shopping-space-2) 0 0;color:var(--shopping-color-text-secondary);font-size:14px;line-height:1.5}.shopping-section-card__meta{display:flex;flex-wrap:wrap;gap:var(--shopping-space-2);margin-top:var(--shopping-space-3)}.shopping-home{gap:var(--shopping-space-4)}.shopping-home-hero{overflow:hidden;background:radial-gradient(circle at top right,#ffd2d6b8,#ffd2d600 36%),radial-gradient(circle at left 82%,#ffedd6c7,#ffedd600 34%),linear-gradient(180deg,#fffffffa,#fcf6f4fa)}.shopping-home-hero__header,.shopping-home-quick-card__header,.shopping-home-recommend-card__header{display:flex;align-items:flex-start;justify-content:space-between;gap:var(--shopping-space-3)}.shopping-home-hero__body{max-width:28em;color:#5e4f4b}.shopping-home-hero__cta,.shopping-home-quick-card__link,.shopping-home-lead__button{appearance:none;border:0;cursor:pointer}.shopping-home-hero__cta{flex-shrink:0;border-radius:999px;background:var(--shopping-color-price-soft);padding:10px 14px;color:var(--shopping-color-price);font-size:12px;font-weight:700;line-height:1;box-shadow:inset 0 0 0 1px #ff6a1a2e}.shopping-home-hero__chips{display:flex;flex-wrap:wrap;gap:10px;margin-top:var(--shopping-space-4)}.shopping-home-hero__chip{display:inline-flex;align-items:center;gap:8px;border:0;border-radius:999px;background:#ffffffdb;padding:10px 14px;color:var(--shopping-color-text);box-shadow:inset 0 0 0 1px #74787814,0 10px 22px #ff6a1a1a}.shopping-home-hero__chip .material-symbols-outlined{color:var(--shopping-color-price);font-size:18px;font-variation-settings:"FILL" 1}.shopping-home-hero__signals{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;margin-top:var(--shopping-space-4)}.shopping-home-hero__signal{min-width:0;border-radius:18px;background:#ffffffbd;padding:12px;box-shadow:inset 0 0 0 1px #74787814}.shopping-home-hero__signal-label{color:var(--shopping-color-text-tertiary);font-size:11px;line-height:14px}.shopping-home-hero__signal-value{margin-top:2px;color:var(--shopping-color-text);font-size:14px;font-weight:600;line-height:18px}.shopping-home-quick-card__title{margin-top:6px;font-size:17px;font-weight:700;line-height:22px}.shopping-home-quick-card__link{flex-shrink:0;background:transparent;padding:0;color:var(--shopping-color-price);font-size:12px;font-weight:700;line-height:16px}.shopping-quick-links{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:14px 8px}.shopping-quick-links--home{grid-template-columns:repeat(5,minmax(0,1fr));gap:12px;margin-top:var(--shopping-space-3)}.shopping-quick-links__item{display:flex;flex-direction:column;align-items:center;gap:6px}.shopping-quick-links__item--button{border:0;background:transparent;padding:0}.shopping-quick-links__item--card{min-width:0;align-items:flex-start;border-radius:20px;background:linear-gradient(180deg,#fdfdfdfa,#f7f8fafa);padding:14px 10px 12px;box-shadow:inset 0 0 0 1px #74787814,0 10px 24px #1a1a1c0d}.shopping-quick-links__icon-wrap{display:inline-flex;height:40px;width:40px;align-items:center;justify-content:center;border-radius:999px;background:var(--shopping-color-surface-muted)}.shopping-quick-links__icon-wrap--promo{background:#ffdad5f2}.shopping-quick-links__icon-wrap--warm{background:#ffdbccf2}.shopping-quick-links__icon-wrap .material-symbols-outlined{font-size:20px;color:var(--shopping-color-text);font-variation-settings:"FILL" 1}.shopping-quick-links__icon-wrap--promo .material-symbols-outlined{color:var(--shopping-color-price)}.shopping-quick-links__icon-wrap--warm .material-symbols-outlined{color:var(--shopping-color-warm)}.shopping-quick-links__label{color:var(--shopping-color-text-secondary);font-size:var(--shopping-text-meta-size);line-height:14px;text-align:center}.shopping-quick-links__item--card .shopping-quick-links__label{color:var(--shopping-color-text);font-size:13px;font-weight:700;text-align:left}.shopping-quick-links__hint{color:var(--shopping-color-text-tertiary);font-size:11px;line-height:14px}.shopping-chip{display:inline-flex;align-items:center;justify-content:center;border-radius:4px;padding:0 7px;font-size:9px;font-weight:600;line-height:18px;white-space:nowrap}.shopping-chip--trust{border:1px solid rgba(0,128,0,.28);background:#fff;color:green}.shopping-chip--promo{background:var(--shopping-color-price);color:#fff}.shopping-chip--vip{background:var(--shopping-chip-vip-bg);color:var(--shopping-chip-vip-text)}.shopping-products-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:var(--shopping-space-3)}.shopping-home-recommend-card__meta{max-width:13em;color:var(--shopping-color-text-tertiary);font-size:12px;line-height:16px;text-align:right}.shopping-home-lead{display:grid;grid-template-columns:minmax(0,1.2fr) 112px;gap:14px;margin:var(--shopping-space-4) 0 var(--shopping-space-3);border-radius:24px;background:linear-gradient(135deg,#fbf3effa,#fff9f7fa);padding:16px;box-shadow:inset 0 0 0 1px #ff6a1a24}.shopping-home-lead__copy{min-width:0}.shopping-home-lead__eyebrow{color:var(--shopping-color-price);font-size:11px;font-weight:700;line-height:14px;letter-spacing:.04em}.shopping-home-lead__title{display:-webkit-box;overflow:hidden;margin-top:6px;-webkit-box-orient:vertical;-webkit-line-clamp:2;font-size:20px;font-weight:700;line-height:1.25;letter-spacing:-.03em}.shopping-home-lead__body{margin-top:8px;color:var(--shopping-color-text-secondary);font-size:13px;line-height:18px}.shopping-home-lead__tags{display:flex;flex-wrap:wrap;gap:6px;margin-top:10px}.shopping-home-lead__price-row{display:flex;align-items:baseline;gap:6px;margin-top:12px}.shopping-home-lead__price{color:var(--shopping-color-price);font-size:28px;font-weight:800;line-height:1;letter-spacing:-.04em}.shopping-home-lead__compare{color:var(--shopping-color-text-tertiary);font-size:12px;line-height:16px;text-decoration:line-through}.shopping-home-lead__button{margin-top:14px;border-radius:999px;background:var(--shopping-color-price);padding:11px 16px;color:#fff;font-size:13px;font-weight:700;line-height:1}.shopping-home-lead__visual{position:relative;min-height:172px;overflow:hidden;border:0;border-radius:22px;background:radial-gradient(circle at 50% 34%,#fffffff2,#ffffff9e 20%,#fff0 50%),linear-gradient(160deg,#ffdbcce6,#fff1edf5 45%,#f4f6f8f5);box-shadow:inset 0 0 0 1px #ff6a1a1f}.shopping-home-lead__glow{position:absolute;left:50%;top:36%;height:76px;width:76px;transform:translate(-50%,-50%);border-radius:999px;background:#ffffffc2;filter:blur(6px)}.shopping-home-lead__badge{position:absolute;left:14px;bottom:14px;display:inline-flex;border-radius:999px;background:#27272ab8;padding:7px 10px;color:#fff;font-size:11px;font-weight:700;line-height:1}.shopping-product-card{display:flex;flex-direction:column;overflow:hidden;border:var(--shopping-card-border);border-radius:var(--shopping-radius-card);background:var(--shopping-color-surface-elevated);box-shadow:var(--shopping-shadow-card);transition:transform .18s ease,box-shadow .18s ease}.shopping-product-entry:hover .shopping-product-card{transform:translateY(-2px);box-shadow:0 16px 32px #22272c14,0 0 0 1px #ff6a1a1a}.shopping-product-card__body{display:flex;flex:1;flex-direction:column;gap:6px;padding:10px 12px 12px}.shopping-product-card__badges{display:flex;flex-wrap:wrap;gap:6px;min-height:20px;align-items:center}.shopping-product-card__title{display:-webkit-box;overflow:hidden;min-height:40px;-webkit-box-orient:vertical;-webkit-line-clamp:2;font-size:15px;font-weight:600;line-height:20px;letter-spacing:-.015em;color:var(--shopping-color-text-primary)}.shopping-product-card__meta{color:var(--shopping-color-text-secondary);font-size:11px;line-height:15px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;opacity:.86}.shopping-product-card__row{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-top:auto;padding-top:2px}.shopping-product-card__price{color:var(--shopping-color-price);font-size:19px;font-weight:800;line-height:22px;letter-spacing:-.02em}.shopping-product-card__price-line{display:flex;align-items:baseline;gap:5px;min-width:0;flex-wrap:wrap}.shopping-product-card__compare{color:#6f7276d6;font-size:11px;line-height:13px;text-decoration:line-through}.shopping-product-card__action{display:inline-flex;height:30px;min-width:30px;flex-shrink:0;align-items:center;justify-content:center;border:0;border-radius:999px;background:#f0f0f2f5;color:#5a5e62;box-shadow:inset 0 0 0 1px #74787814,0 4px 10px #1c20240f;transition:transform .18s ease,background .18s ease,color .18s ease}.shopping-product-card__action:hover{transform:translateY(-1px);background:var(--shopping-color-price-soft);color:var(--shopping-color-price)}.shopping-product-card__action .material-symbols-outlined{font-size:17px;font-variation-settings:"wght" 450}.shopping-image-placeholder{position:relative;display:flex;aspect-ratio:1 / 1;align-items:flex-end;overflow:hidden;border-bottom:1px solid rgba(96,110,128,.1);background:var(--shopping-image-placeholder-bg)}.shopping-image-placeholder:before{position:absolute;inset:0;border:var(--shopping-image-placeholder-border);border-radius:inherit;content:"";pointer-events:none}.shopping-image-placeholder__halo{position:absolute;left:50%;top:42%;height:72px;width:72px;transform:translate(-50%,-50%);border-radius:999px;background:#e2e2e2eb;filter:blur(2px)}.shopping-image-placeholder__copy{position:relative;width:100%;padding:var(--shopping-space-3);color:var(--shopping-color-text-secondary);font-size:var(--shopping-text-meta-size);line-height:var(--shopping-text-meta-line);background:linear-gradient(180deg,#fff0,#f8fafcf5)}.shopping-image-placeholder__label{display:inline-flex;border-radius:6px;background:#00000061;padding:3px 6px;color:#fff;font-size:10px;font-weight:600;line-height:12px}.shopping-tab-bar{position:relative;z-index:30;display:grid;width:100%;grid-template-columns:repeat(5,minmax(0,1fr));flex-shrink:0;border-top:1px solid var(--shopping-color-border);background:#f9f9f9f5;-webkit-backdrop-filter:blur(24px);backdrop-filter:blur(24px);padding:var(--shopping-space-2) calc(var(--shopping-space-2) + var(--safe-area-right)) calc(var(--shopping-space-2) + env(safe-area-inset-bottom,0px)) calc(var(--shopping-space-2) + var(--safe-area-left))}.shopping-tab-bar--ghost{position:fixed;right:0;bottom:0;left:0;z-index:45;pointer-events:none;opacity:0}.shopping-tab-bar__item{display:flex;flex-direction:column;align-items:center;gap:4px;border:0;border-radius:18px;background:transparent;padding:8px 0;color:var(--shopping-color-text-secondary)}.shopping-tab-bar__item--ghost{background:transparent}.shopping-tab-bar__icon-shell{position:relative;display:inline-flex;align-items:center;justify-content:center}.shopping-tab-bar__icon-shell--ghost-target{width:28px;height:28px}.shopping-tab-bar__badge{position:absolute;top:-6px;left:16px;min-width:16px;height:16px;padding:0 4px;border:1.5px solid rgba(255,255,255,.92);border-radius:999px;background:var(--shopping-color-price);color:#fff;font-size:10px;font-weight:700;line-height:14px;text-align:center;box-shadow:0 4px 10px #ff6a1a38}.shopping-cart-fly-layer{position:fixed;top:0;left:0;width:30px;height:30px;pointer-events:none;z-index:120;transform:translate(calc(var(--shopping-cart-fly-start-x) - 15px),calc(var(--shopping-cart-fly-start-y) - 15px));animation:shopping-cart-fly .72s cubic-bezier(.22,1,.36,1) forwards}.shopping-cart-fly-layer__chip{width:100%;height:100%;border-radius:999px;background:radial-gradient(circle at 30% 30%,#ffe7cb 0 26%,#ff7a1a 26% 100%);box-shadow:0 14px 24px #f05a0047}@keyframes shopping-cart-fly{0%{opacity:.96;transform:translate(calc(var(--shopping-cart-fly-start-x) - 15px),calc(var(--shopping-cart-fly-start-y) - 15px)) scale(.96)}28%{opacity:1;transform:translate(calc(var(--shopping-cart-fly-start-x) + var(--shopping-cart-fly-delta-x) * .34 - 15px),calc(var(--shopping-cart-fly-start-y) + var(--shopping-cart-fly-delta-y) * .2 - 56px)) scale(1.08)}to{opacity:.1;transform:translate(calc(var(--shopping-cart-fly-start-x) + var(--shopping-cart-fly-delta-x) - 15px),calc(var(--shopping-cart-fly-start-y) + var(--shopping-cart-fly-delta-y) - 15px)) scale(.32)}}@media(prefers-reduced-motion:reduce){.shopping-cart-fly-layer{animation-duration:.01ms}}.shopping-tab-bar__item.is-active{background:#f2f2f7;color:var(--shopping-color-price)}@media(max-width:420px){.shopping-home-hero__header,.shopping-home-quick-card__header,.shopping-home-recommend-card__header{flex-direction:column}.shopping-home-hero__signals{grid-template-columns:1fr}.shopping-quick-links--home{grid-template-columns:repeat(2,minmax(0,1fr))}.shopping-home-lead{grid-template-columns:1fr}.shopping-home-lead__visual{min-height:138px}.shopping-home-recommend-card__meta{max-width:none;text-align:left}}.shopping-tab-bar__label{font-size:11px;font-weight:600;line-height:14px}.shopping-tab-bar__item.is-active .shopping-tab-bar__icon{color:var(--shopping-color-price);font-variation-settings:"FILL" 1}.shopping-search-screen__toolbar{display:grid;grid-template-columns:auto minmax(0,1fr) auto;gap:var(--shopping-space-2);align-items:center}.shopping-search-screen__submit,.shopping-search-screen__history-chip,.shopping-category-browser__root,.shopping-category-browser__leaf{border:0;background:transparent;color:inherit}.shopping-search-screen__submit{border-radius:999px;background:var(--shopping-color-surface-soft);padding:10px 14px;font-size:13px;font-weight:600;line-height:16px}.shopping-search-screen__input-wrap{display:flex;align-items:center;gap:var(--shopping-space-2);border:1px solid var(--shopping-color-border);border-radius:var(--shopping-radius-control);background:var(--shopping-color-surface-muted);padding:0 var(--shopping-space-3)}.shopping-search-screen__input-icon{color:var(--shopping-color-text-tertiary);font-size:18px}.shopping-search-screen__input{width:100%;border:0;background:transparent;color:var(--shopping-color-text);font-size:14px;line-height:20px;padding:12px 0;outline:none}.shopping-search-screen__history{display:flex;flex-wrap:wrap;gap:var(--shopping-space-2);margin-top:var(--shopping-space-3)}.shopping-search-screen__history-chip{border-radius:999px;background:var(--shopping-color-surface-soft);padding:9px 14px;font-size:13px;line-height:16px}.shopping-search-loading{display:flex;min-height:280px;align-items:center;justify-content:center;padding:48px 0 24px}.shopping-search-loading__capsule{display:inline-flex;align-items:center;justify-content:center;gap:8px;min-width:76px;min-height:42px;padding:0 18px;border-radius:999px;background:#ffffffbd;box-shadow:inset 0 0 0 1px #767c8c14,0 10px 24px #0f172a0f;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px)}.shopping-search-loading__dot{width:6px;height:6px;border-radius:999px;background:#3c3c4357;animation:shopping-search-loading-breathe 1.1s ease-in-out infinite}.shopping-search-loading__dot:nth-child(2){animation-delay:.12s}.shopping-search-loading__dot:nth-child(3){animation-delay:.24s}.shopping-search-screen__empty{margin-top:var(--shopping-space-3);border-radius:16px;background:var(--shopping-color-surface-soft);padding:18px 16px;color:var(--shopping-color-text-secondary);font-size:13px;line-height:19px}@keyframes shopping-search-loading-breathe{0%,to{transform:scale(.72);opacity:.42}50%{transform:scale(1);opacity:.88}}.shopping-category-browser{display:grid;grid-template-columns:84px minmax(0,1fr);align-items:start;gap:6px}.shopping-screen--categories{gap:10px}.shopping-category-browser__header{display:flex;align-items:center;min-height:32px}.shopping-category-browser__title{margin:0;color:var(--shopping-color-text-primary);font-size:27px;font-weight:700;line-height:32px}.shopping-category-browser__roots{display:flex;flex-direction:column;gap:5px}.shopping-category-browser__root{min-height:48px;border-radius:15px;background:var(--shopping-color-surface-soft);padding:8px 11px;text-align:left;font-size:13px;font-weight:600;line-height:17px}.shopping-category-browser__root.is-active{background:#fffffff2;box-shadow:0 0 0 1px #ff6a1a2e;color:var(--shopping-color-price)}.shopping-category-browser__main{display:flex;flex-direction:column;gap:6px;padding-top:2px;min-width:0}.shopping-category-browser__section-head{display:flex;align-items:center;min-height:24px;padding-left:1px}.shopping-category-browser__leafs{display:flex;gap:8px;margin-top:4px;overflow-x:auto;overflow-y:hidden;max-width:100%;padding-bottom:2px;padding-left:1px;scrollbar-width:none}.shopping-category-browser__leafs::-webkit-scrollbar{display:none}.shopping-category-browser__leaf{flex:0 0 auto;border-radius:999px;background:var(--shopping-color-surface-soft);padding:5px 9px;font-size:11px;line-height:15px}.shopping-category-browser__leaf.is-active{background:var(--shopping-color-price-soft);color:var(--shopping-color-price)}.shopping-search-screen__empty--category{min-height:140px;margin-top:12px;padding:20px 16px}.shopping-products-grid--category{margin-top:6px}.shopping-category-browser__empty{margin:2px 0 0;color:var(--shopping-color-text-secondary);font-size:13px;line-height:18px}.shopping-product-entry{cursor:pointer}.shopping-toast{position:fixed;top:50%;left:50%;z-index:60;width:fit-content;max-width:min(280px,calc(100% - 32px));margin:0;border:1px solid rgba(228,232,238,.96);border-radius:999px;background:#fffffff5;padding:9px 14px;color:var(--shopping-color-text);font-size:12px;line-height:1.2;text-align:center;pointer-events:none;transform:translate(-50%,-50%);box-shadow:0 8px 24px #0f172a14;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px)}.shopping-inline-toolbar{display:flex;align-items:center;gap:var(--shopping-space-3)}.shopping-primary-action,.shopping-secondary-action,.shopping-toggle-group__item,.shopping-detail-skus__item,.shopping-cart-line__sku-pill,.shopping-cart-line__quantity button,.shopping-cart-line__remove{border:0;color:inherit}.shopping-detail-headline{min-width:0}.shopping-detail-hero{display:flex;flex-direction:column;gap:var(--shopping-space-3)}.shopping-detail-hero__blank{min-height:260px;border-radius:24px;background:linear-gradient(180deg,#fffffffa,#f6f7f9fa);box-shadow:inset 0 0 0 1px #74787814}.shopping-detail-hero__dots{display:flex;justify-content:center;gap:8px}.shopping-detail-hero__dots span{height:6px;width:6px;border-radius:999px;background:#7478783d}.shopping-detail-hero__dots span.is-active{background:var(--shopping-color-price)}.shopping-detail-frame{display:flex;flex-direction:column;gap:18px}.shopping-detail-gallery,.shopping-detail-card{border-radius:24px;background:var(--shopping-color-surface-elevated);box-shadow:var(--shopping-shadow-card)}.shopping-detail-gallery{padding:18px 18px 14px}.shopping-detail-gallery__canvas{min-height:286px;border-radius:24px;background:linear-gradient(180deg,#fffffffa,#f5f7f9fa);box-shadow:inset 0 0 0 1px #74787814}.shopping-detail-gallery__dots{display:flex;justify-content:center;gap:8px;margin-top:12px}.shopping-detail-gallery__dots span{width:6px;height:6px;border-radius:999px;background:#7478783d}.shopping-detail-gallery__dots span.is-active{background:var(--shopping-color-price)}.shopping-detail-card{padding:16px 18px}.shopping-detail-card__eyebrow,.shopping-detail-section__value,.shopping-detail-store__meta,.shopping-review-entry__time,.shopping-detail-copy,.shopping-detail-specs__label{color:var(--shopping-color-text-secondary);font-size:12px;line-height:17px}.shopping-detail-card__stars,.shopping-review-entry__stars{color:var(--shopping-color-price);font-size:11px;letter-spacing:.08em}.shopping-detail-summary{padding:12px 16px 0}.shopping-detail-summary__price-row,.shopping-detail-summary__title-row,.shopping-detail-summary__service-row,.shopping-detail-summary__service-main,.shopping-detail-summary__service-text{display:flex}.shopping-detail-summary__price-row,.shopping-detail-summary__title-row,.shopping-detail-summary__service-row{align-items:center;justify-content:space-between}.shopping-detail-summary__price-row{gap:10px}.shopping-detail-summary__price-group{display:flex;min-width:0;align-items:baseline;gap:6px}.shopping-detail-summary__price{color:#ff5a1f;font-size:30px;font-weight:700;line-height:1;letter-spacing:-.03em}.shopping-detail-summary__compare{color:#f08a2b;font-size:13px;font-weight:600;line-height:18px;text-decoration:line-through;text-decoration-thickness:1px;text-decoration-color:currentColor}.shopping-detail-summary__sales{flex-shrink:0;color:#8d929b;font-size:12px;line-height:18px}.shopping-detail-summary__title-row{margin-top:12px;position:relative;min-height:48px}.shopping-detail-summary__title{margin:0;color:#111;font-size:16px;font-weight:700;line-height:1.42;padding-right:68px}.shopping-detail-summary__gift{display:inline-flex;align-items:center;gap:4px;position:absolute;right:0;bottom:0;border:none;background:transparent;padding:0;color:#8f959f;font-size:13px;line-height:18px}.shopping-detail-summary__gift .material-symbols-outlined{font-size:17px;color:inherit}.shopping-detail-summary__service-list{margin-top:10px;border-top:1px solid #f3f3f3}.shopping-detail-summary__service-row{min-height:40px;gap:8px;border-bottom:1px solid #f5f5f5}.shopping-detail-summary__service-row:last-child{border-bottom:none}.shopping-detail-summary__service-main{min-width:0;flex:1;align-items:center;gap:7px}.shopping-detail-summary__service-icon{flex-shrink:0;color:#1f2430;font-size:16px}.shopping-detail-summary__service-text{min-width:0;flex:1;flex-wrap:wrap;align-items:center;gap:4px;color:#222;font-size:13px;line-height:18px}.shopping-detail-summary__service-highlight{color:#f08a2b;font-weight:500}.shopping-detail-summary__service-divider{color:#cfcfcf}.shopping-detail-summary__service-badge{border-radius:4px;background:#e8f7e9;padding:2px 6px;color:#4f9a57;font-size:12px;line-height:16px}.shopping-detail-summary__service-value{color:#222}.shopping-detail-summary__chevron{flex-shrink:0;color:#cfcfcf;font-size:16px}.shopping-detail-sku-panel{box-shadow:none}.shopping-detail-sku-panel__header{display:flex;align-items:center;margin-bottom:10px}.shopping-detail-sku-panel__heading{color:#1f2430;font-size:16px;font-weight:700;line-height:22px}.shopping-detail-section__header{display:flex;align-items:center;justify-content:space-between;gap:12px}.shopping-detail-section__title{font-size:15px;font-weight:700;line-height:20px}.shopping-detail-section__title--accent{position:relative;padding-left:10px}.shopping-detail-section__title--accent:before{content:"";position:absolute;left:0;top:2px;bottom:2px;width:3px;border-radius:999px;background:var(--shopping-color-price)}.shopping-detail-options{display:flex;flex-wrap:wrap;align-items:flex-start;gap:10px 12px}.shopping-detail-options__item{display:flex;align-items:center;justify-content:space-between;gap:8px;width:fit-content;min-width:116px;max-width:100%;height:32px;border:1px solid #edf0f3;border-radius:8px;background:#f6f7f9;padding:0 10px;text-align:left;flex:0 0 auto;transition:border-color .14s ease,background-color .14s ease,color .14s ease}.shopping-detail-options__item.is-active{border:1.5px solid #eb7d2f;background:#fff}.shopping-detail-options__label,.shopping-detail-store__name,.shopping-review-entry__author,.shopping-detail-specs__value{font-size:14px;font-weight:600;line-height:19px}.shopping-detail-options__label{flex:0 0 auto;color:#1f2430;font-size:12px;font-weight:500;line-height:1;white-space:nowrap}.shopping-detail-options__price,.shopping-detail-store__tagline{display:block;color:var(--shopping-color-text-secondary);font-size:12px;line-height:16px}.shopping-detail-options__price{flex:0 0 auto;color:#8b9098;font-size:11px;font-weight:500;line-height:1}.shopping-detail-options__item.is-active .shopping-detail-options__label,.shopping-detail-options__item.is-active .shopping-detail-options__price{color:#eb7d2f}.shopping-detail-list{display:flex;flex-direction:column;gap:14px;margin-top:14px}.shopping-detail-list__row{display:flex;justify-content:space-between;gap:16px;color:var(--shopping-color-text-secondary);font-size:13px;line-height:18px}.shopping-detail-store{display:flex;justify-content:space-between;gap:12px}.shopping-detail-store-card{padding:14px 12px 10px;border-radius:16px;background:#fff;box-shadow:0 6px 18px #0000000d}.shopping-detail-store-card__header,.shopping-detail-store-card__hero,.shopping-detail-store-card__rating-row,.shopping-detail-store-card__badge-row,.shopping-detail-store-actions__button,.shopping-detail-store-scoreboard__headline{display:flex;align-items:center}.shopping-detail-store-card__header{justify-content:space-between;gap:8px;align-items:flex-start}.shopping-detail-store-card__hero{min-width:0;flex:1;gap:10px;align-items:flex-start}.shopping-detail-store-card__avatar{display:inline-flex;width:72px;height:72px;flex:0 0 72px;align-items:center;justify-content:center;border-radius:12px;background:linear-gradient(180deg,#1f80c9,#1762b7);color:#fff;box-shadow:inset 0 0 0 1px #ffffff2e}.shopping-detail-store-card__avatar .material-symbols-outlined{font-size:26px;font-variation-settings:"FILL" 1}.shopping-detail-store-card__summary{min-width:0;flex:1}.shopping-detail-store-card__name{overflow:hidden;color:#111;font-size:16px;font-weight:700;line-height:22px;text-overflow:ellipsis;white-space:nowrap}.shopping-detail-store-card__rating-row{gap:5px;margin-top:6px;color:#666;font-size:13px;line-height:18px;white-space:nowrap}.shopping-detail-store-card__platform{padding:1px 5px;border-radius:4px;background:var(--shopping-color-price);color:#fff;font-size:11px;font-weight:700;line-height:16px}.shopping-detail-store-card__stars{color:var(--shopping-color-price);font-size:12px;letter-spacing:1px}.shopping-detail-store-card__rating,.shopping-detail-store-card__followers{color:#4a4a4a}.shopping-detail-store-card__divider{color:#cfcfcf}.shopping-detail-store-card__badge-row{gap:6px;margin-top:8px;overflow:hidden}.shopping-detail-store-card__badge{overflow:hidden;max-width:100%;padding:0 8px;border-radius:7px;font-size:12px;line-height:20px;text-overflow:ellipsis;white-space:nowrap}.shopping-detail-store-card__badge--primary{background:var(--shopping-color-taobao-soft);color:var(--shopping-color-taobao-text);font-weight:600}.shopping-detail-store-card__badge--secondary{background:#f4f4f4;color:#6b6b6b;font-weight:500}.shopping-detail-store-card__follow{min-width:62px;height:28px;padding:0 8px;border:0;border-radius:8px;background:var(--shopping-color-taobao);box-shadow:0 4px 10px #ff6a1a38;color:#fff;margin-top:0;font-size:11px;font-weight:700}.shopping-detail-store-scoreboard{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;margin-top:12px;padding:12px;border-radius:14px;background:var(--shopping-color-panel-soft)}.shopping-detail-store-scoreboard__item{min-width:0}.shopping-detail-store-scoreboard__headline{gap:3px;color:#1a1a1a;font-size:13px;line-height:18px;white-space:nowrap}.shopping-detail-store-scoreboard__headline strong{color:#111;font-size:16px;font-weight:700}.shopping-detail-store-scoreboard__headline em{color:#e6902e;font-size:13px;font-style:normal;font-weight:600}.shopping-detail-store-actions{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));position:relative;align-items:center;min-height:44px;margin-top:8px;border-top:1px solid #f1f1f1}.shopping-detail-store-actions:before{content:"";position:absolute;left:50%;top:50%;width:1px;height:24px;background:#ececec;transform:translate(-50%,-50%);pointer-events:none}.shopping-detail-store-actions__button{display:inline-flex;justify-content:center;gap:5px;width:100%;min-width:0;min-height:44px;border:0;background:transparent;color:#111;font-size:14px;font-weight:600;white-space:nowrap}.shopping-detail-store-actions__button .material-symbols-outlined{color:#f08a2a;font-size:16px}.shopping-detail-store__identity{display:flex;gap:12px}.shopping-detail-store__avatar{display:inline-flex;width:40px;height:40px;align-items:center;justify-content:center;border-radius:999px;background:#e9eceff5;color:var(--shopping-color-text-secondary)}.shopping-detail-store__follow,.shopping-detail-store__link{border:1px solid rgba(255,106,26,.3);border-radius:999px;background:#fff;color:var(--shopping-color-price);font-size:13px;font-weight:600}.shopping-detail-store__follow{align-self:center;padding:10px 18px}.shopping-detail-store__meta{margin-top:8px;margin-left:52px}.shopping-detail-store__signals{display:flex;justify-content:space-around;gap:8px;margin-top:16px;padding-top:14px;border-top:1px solid rgba(116,120,120,.08)}.shopping-detail-store__signal{display:flex;flex-direction:column;align-items:center;gap:6px;color:var(--shopping-color-text-secondary);font-size:10px;line-height:14px}.shopping-detail-store__signal .material-symbols-outlined{color:var(--shopping-color-price);font-size:18px}.shopping-detail-store__link{width:100%;margin-top:16px;padding:12px 16px}.shopping-detail-specs{display:grid;gap:0;margin-top:14px;border-radius:18px;background:#f8f9fcd1;box-shadow:inset 0 0 0 1px #0f172a0d;overflow:hidden}.shopping-detail-specs__row{display:flex;align-items:baseline;gap:6px;min-width:0;padding:14px 16px;background:#ffffffe0}.shopping-detail-specs__row+.shopping-detail-specs__row{border-top:1px solid rgba(15,23,42,.06)}.shopping-detail-copy{margin:0;color:var(--shopping-color-text-secondary);line-height:18px}.shopping-detail-copy+.shopping-detail-copy{margin-top:10px}.shopping-detail-copy-group{margin-top:14px;padding:2px 0 0}.shopping-detail-specs__label{flex:0 0 auto;color:var(--shopping-color-text-secondary);font-size:13px;font-weight:500;line-height:19px}.shopping-detail-specs__value{flex:1 1 auto;color:var(--shopping-color-text);font-size:14px;font-weight:600;line-height:20px}.shopping-detail-specs__label--hidden{display:none}.shopping-review-entry{margin-top:14px}.shopping-review-entry__head{display:flex;align-items:flex-start;justify-content:space-between;gap:12px}.shopping-review-entry__body{margin:10px 0 0;color:var(--shopping-color-text-secondary);font-size:13px;line-height:19px}.shopping-review-entry__media{display:flex;gap:8px;margin-top:12px}.shopping-review-entry__media-item{border-radius:8px;background:#f2f3f6f5;padding:18px 12px;color:var(--shopping-color-text-secondary);font-size:11px;line-height:14px}.shopping-detail-bottom-bar{display:flex;align-items:center;gap:6px;border-top:1px solid rgba(15,23,42,.08);background:linear-gradient(180deg,#fffffffa,#f7f7f9fb);padding:7px 12px calc(7px + env(safe-area-inset-bottom,0px));-webkit-backdrop-filter:blur(26px) saturate(1.15);backdrop-filter:blur(26px) saturate(1.15);box-shadow:0 -1px #ffffffbf,0 -10px 24px #0f172a0a;margin:0;border-radius:0;width:100%;min-height:calc(var(--shopping-component-action-bar-height) + env(safe-area-inset-bottom,0px));box-sizing:border-box}.shopping-detail-bottom-bar__tools{display:flex;align-items:center;flex:0 0 35%;gap:0;min-width:0}.shopping-detail-bottom-bar__icon{appearance:none;display:flex;flex:1 1 0;min-width:0;flex-direction:column;align-items:center;justify-content:center;gap:5px;border:0;background:transparent;box-shadow:none;color:#6f7681fa;font-size:10px;font-weight:400;line-height:1;letter-spacing:-.01em;padding:1px 3px 0;position:relative;text-align:center}.shopping-detail-bottom-bar__svg{width:25px;height:25px;fill:none;stroke:#585e68f0;stroke-width:1.65;stroke-linecap:round;stroke-linejoin:round;flex-shrink:0;pointer-events:none}.shopping-detail-bottom-bar__icon:not(:last-child):after{content:"";position:absolute;top:7px;right:0;width:1px;height:22px;background:#0f172a0f}.shopping-detail-bottom-bar__icon--count{font-size:11px;font-weight:500}.shopping-detail-bottom-bar__icon--count.is-active{color:#e44330f5}.shopping-detail-bottom-bar__icon--count.is-active .shopping-detail-bottom-bar__svg{fill:#fff6d6eb;stroke:#e44330f5}.shopping-detail-bottom-bar__icon--count .shopping-detail-bottom-bar__svg{width:26px;height:26px}.shopping-detail-bottom-bar__actions{display:flex;flex:0 0 calc(65% - 6px);gap:0;min-width:0;height:46px;overflow:hidden;border-radius:9px;background:transparent;box-shadow:none;isolation:isolate}.shopping-detail-bottom-bar__secondary,.shopping-detail-bottom-bar__primary{display:flex;align-items:center;justify-content:center;position:relative;font-size:15px;font-weight:600;letter-spacing:-.02em;color:#fff;border:0;padding:0 10px;line-height:1;white-space:nowrap;word-break:keep-all}.shopping-detail-bottom-bar__secondary{flex:0 0 48.5%;border-radius:9px 0 0 9px;background:linear-gradient(90deg,#f7d65a,#f4b52b)}.shopping-detail-bottom-bar__primary{flex:0 0 51.5%;border-radius:0 9px 9px 0;background:linear-gradient(90deg,var(--shopping-color-price) 0%,var(--shopping-color-warm-strong) 100%)}.shopping-detail-bottom-bar__secondary:after{content:"";position:absolute;top:0;right:0;width:1px;height:100%;background:#f5a12594}.shopping-detail-price{display:flex;align-items:baseline;gap:8px;margin-top:var(--shopping-space-3)}.shopping-detail-price__current{color:var(--shopping-color-price);font-size:28px;font-weight:700;line-height:32px;letter-spacing:-.03em}.shopping-detail-price__compare{color:var(--shopping-color-text-tertiary);font-size:13px;text-decoration:line-through}.shopping-detail-trust,.shopping-detail-selling-points{display:flex;flex-wrap:wrap;gap:var(--shopping-space-2);margin-top:var(--shopping-space-3)}.shopping-detail-selling-points__item{border-radius:999px;background:var(--shopping-color-price-soft);padding:8px 12px;color:var(--shopping-color-price);font-size:12px;line-height:16px}.shopping-detail-block__title{font-size:15px;font-weight:700;line-height:20px;letter-spacing:-.02em}.shopping-detail-section-note{margin:8px 0 0;color:var(--shopping-color-text-secondary);font-size:12px;line-height:16px}.shopping-detail-skus{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:var(--shopping-space-2);margin-top:var(--shopping-space-3)}.shopping-detail-skus__item{display:flex;flex-direction:column;align-items:flex-start;gap:4px;border-radius:18px;background:var(--shopping-color-surface-soft);padding:14px;text-align:left}.shopping-detail-skus__item small{color:var(--shopping-color-text-secondary);font-size:11px;line-height:15px}.shopping-detail-skus__item.is-active,.shopping-cart-line__sku-pill.is-active,.shopping-toggle-group__item.is-active{background:#ff6a1a24;color:var(--shopping-color-price);box-shadow:inset 0 0 0 1px #ff6a1a2e}.shopping-detail-meta-list{display:flex;flex-direction:column;gap:12px;margin-top:var(--shopping-space-3)}.shopping-detail-meta-list__row,.shopping-checkout-summary__row,.shopping-checkout-row,.shopping-order-card__footer{display:flex;align-items:center;justify-content:space-between;gap:var(--shopping-space-3)}.shopping-detail-meta-list__row{color:var(--shopping-color-text-secondary);font-size:13px;line-height:18px}.shopping-store-card,.shopping-review-summary,.shopping-checkout-address,.shopping-order-card,.shopping-cart-line{border-radius:18px;background:var(--shopping-color-surface-soft)}.shopping-store-card{display:flex;align-items:flex-start;justify-content:space-between;gap:var(--shopping-space-3);margin-top:var(--shopping-space-3);padding:16px}.shopping-store-card__name,.shopping-checkout-line__title,.shopping-cart-line__title,.shopping-order-card__title{font-size:15px;font-weight:700;line-height:20px;letter-spacing:-.02em}.shopping-store-card__tagline,.shopping-store-card__follower,.shopping-review-summary__body,.shopping-checkout-address__detail,.shopping-checkout-line__meta,.shopping-checkout-row__meta,.shopping-cart-group__tagline,.shopping-cart-line__subtitle,.shopping-cart-line__meta,.shopping-order-card__number,.shopping-order-card__meta{color:var(--shopping-color-text-secondary);font-size:12px;line-height:17px}.shopping-review-summary{display:grid;grid-template-columns:64px minmax(0,1fr);gap:var(--shopping-space-3);margin-top:var(--shopping-space-3);padding:16px}.shopping-review-summary__score{color:var(--shopping-color-price);font-size:30px;font-weight:700;line-height:1}.shopping-review-summary__count{font-size:13px;font-weight:700;line-height:18px}.shopping-review-card{margin-top:var(--shopping-space-3);border-radius:18px;background:var(--shopping-color-surface-soft);padding:16px}.shopping-review-card__head{display:flex;align-items:flex-start;justify-content:space-between;gap:var(--shopping-space-3)}.shopping-review-card__author,.shopping-review-card__time{font-size:12px;line-height:16px}.shopping-review-card__author{font-weight:700}.shopping-review-card__time{color:var(--shopping-color-text-tertiary)}.shopping-review-card__stars{margin-top:4px;color:var(--shopping-color-price);font-size:11px;line-height:1}.shopping-review-card__body{margin:12px 0 0;color:var(--shopping-color-text-secondary);font-size:13px;line-height:19px}.shopping-review-card__media{display:flex;flex-wrap:wrap;gap:var(--shopping-space-2);margin-top:12px}.shopping-review-card__media-item{border-radius:14px;background:#ffffffeb;padding:10px 12px;color:var(--shopping-color-text-secondary);font-size:12px;line-height:16px}.shopping-detail-facts{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px 16px;margin-top:var(--shopping-space-3)}.shopping-detail-facts__item{min-width:0}.shopping-detail-facts__label{color:var(--shopping-color-text-tertiary);font-size:12px;line-height:16px}.shopping-detail-facts__value{display:block;margin-top:4px;font-size:14px;font-weight:600;line-height:18px}.shopping-detail-points{display:flex;flex-wrap:wrap;gap:var(--shopping-space-2);margin-top:var(--shopping-space-3)}.shopping-detail-points--wallets{margin-top:10px;margin-bottom:4px}.shopping-detail-points__item{border-radius:999px;background:#ffffffeb;padding:8px 12px;color:var(--shopping-color-text-secondary);font-size:12px;line-height:16px}.shopping-detail-points__item--button{border:0}.shopping-detail-points__item--solid{background:var(--shopping-color-price-soft);color:var(--shopping-color-price)}.shopping-detail-points__item.is-active{background:#ff6a1a24;color:var(--shopping-color-price);box-shadow:inset 0 0 0 1px #ff6a1a2e}.shopping-detail-points__item.is-disabled{opacity:.58}.shopping-detail-actions,.shopping-detail-cta,.shopping-toggle-group,.shopping-cart-line__sku-options{display:flex;flex-wrap:wrap;gap:var(--shopping-space-2)}.shopping-secondary-action,.shopping-primary-action{border-radius:999px;padding:12px 16px;font-size:14px;font-weight:700;line-height:18px}.shopping-secondary-action{background:var(--shopping-color-surface-soft)}.shopping-secondary-action--cart{flex:1}.shopping-secondary-action--full{width:100%;margin-top:var(--shopping-space-3)}.shopping-primary-action{background:var(--shopping-color-price);color:#fff}.shopping-order-detail-store-entry{border:0;border-radius:10px;background:var(--shopping-color-warm-strong);color:#fff;padding:8px 14px;font-size:13px;font-weight:700;line-height:16px}.shopping-order-detail-hero{display:grid;gap:18px}.shopping-order-detail-hero__status{display:grid;gap:6px}.shopping-order-detail-hero__order-meta{margin:0;color:var(--shopping-color-text-secondary);font-size:14px;line-height:20px}.shopping-order-detail-hero__store{display:flex;align-items:center;justify-content:space-between;gap:12px;padding-top:14px;border-top:1px solid rgba(17,24,39,.08)}.shopping-order-detail-hero__store-copy{min-width:0;display:grid;gap:4px}.shopping-order-detail-hero__store-label{color:var(--shopping-color-text-tertiary);font-size:12px;font-weight:600;line-height:16px}.shopping-order-detail-hero__store-name{color:var(--shopping-color-text-primary);font-size:15px;font-weight:700;line-height:20px;letter-spacing:-.02em}.shopping-order-detail-section-head{display:flex;align-items:center;justify-content:space-between;gap:12px}.shopping-order-detail-section-head__meta{color:var(--shopping-color-text-tertiary);font-size:12px;line-height:16px}.shopping-order-detail-line{margin-top:var(--shopping-space-3);align-items:start}.shopping-order-detail-line__copy{min-width:0}.shopping-order-detail-line__price{white-space:nowrap}.shopping-primary-action--detail{flex:1.2}.shopping-toggle-group{margin-top:var(--shopping-space-3)}.shopping-toggle-group__item{border-radius:999px;background:var(--shopping-color-surface-soft);padding:9px 14px;font-size:12px;line-height:16px}.shopping-cart-groups,.shopping-order-list{display:flex;flex-direction:column;gap:8px}.shopping-cart-group__head{display:flex;align-items:flex-start;justify-content:space-between;gap:var(--shopping-space-3)}.shopping-cart-group__subtotal,.shopping-checkout-line__price,.shopping-checkout-row__value,.shopping-cart-line__price,.shopping-order-card__status{color:var(--shopping-color-price);font-size:13px;font-weight:700;line-height:18px}.shopping-cart-lines,.shopping-checkout-lines{display:flex;flex-direction:column;gap:var(--shopping-space-2);margin-top:var(--shopping-space-3)}.shopping-cart-line{display:grid;grid-template-columns:24px minmax(0,1fr);gap:var(--shopping-space-3);padding:16px}.shopping-cart-line__check{padding-top:2px}.shopping-cart-line__main{min-width:0}.shopping-cart-line__sku-pill{border-radius:999px;background:#ffffffe6;padding:7px 10px;font-size:11px;line-height:15px}.shopping-cart-line__footer{display:flex;align-items:center;gap:var(--shopping-space-2);margin-top:var(--shopping-space-3)}.shopping-cart-line__quantity{display:inline-flex;align-items:center;gap:var(--shopping-space-2);border-radius:999px;background:#ffffffeb;padding:4px}.shopping-cart-line__quantity button{border-radius:999px;background:transparent;padding:6px 8px}.shopping-cart-line__remove{margin-left:auto;border-radius:999px;background:transparent;color:var(--shopping-color-text-secondary);padding:8px 0;font-size:12px;line-height:16px}.shopping-cart-screen{padding-top:8px}.shopping-cart-store-blocks{display:flex;flex-direction:column;gap:0;background:#fff}.shopping-cart-store-block+.shopping-cart-store-block{margin-top:0;padding-top:12px;border-top:1px solid rgba(15,23,42,.08)}.shopping-cart-store-block{background:transparent}.shopping-cart-screen>.shopping-section-card--hero{padding:18px 22px 16px}.shopping-cart-screen>.shopping-section-card--hero .shopping-section-card__title{margin-top:6px;font-size:17px;line-height:1.12}.shopping-cart-screen>.shopping-section-card--hero .shopping-section-card__body{max-width:31ch;margin-top:8px;font-size:12px;line-height:1.38}.shopping-cart-store-header{display:grid;grid-template-columns:34px minmax(0,1fr);align-items:center;column-gap:8px;padding:2px 16px 10px}.shopping-cart-store-header__check,.shopping-cart-product-row__check,.shopping-cart-bottom-bar__select-all{--shopping-cart-check-color: var(--shopping-color-price);--shopping-cart-check-border: #d1d5db}.shopping-cart-store-header__identity{display:inline-flex;align-items:center;gap:5px;min-width:0;font-size:14px;line-height:18px;font-weight:700;color:#111827}.shopping-cart-store-header__check{position:relative;display:flex;justify-self:center;align-items:center;justify-content:center}.shopping-cart-store-header__check input{position:absolute;inset:0;width:20px;height:20px;margin:0;opacity:0}.shopping-cart-store-header__check-indicator{width:20px;height:20px;border:1.5px solid #d1d5db;border-radius:999px;background:#fff}.shopping-cart-store-header__check-indicator.is-checked{border-color:var(--shopping-cart-check-color);background:radial-gradient(circle at center,var(--shopping-cart-check-color) 0 5px,transparent 5px)}.shopping-cart-store-header__check-indicator.is-mixed{border-color:var(--shopping-cart-check-color);background:linear-gradient(var(--shopping-cart-check-color),var(--shopping-cart-check-color)) center / 9px 2px no-repeat,#fff}.shopping-cart-store-header__platform{color:var(--shopping-color-price)}.shopping-cart-store-header__name{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.shopping-cart-store-header__chevron{color:#4b5563;font-size:15px;line-height:1}.shopping-cart-store-lines{display:flex;flex-direction:column}.shopping-cart-product-row+.shopping-cart-product-row{border-top:1px solid rgba(15,23,42,.06)}.shopping-cart-product-row{position:relative;overflow:hidden;background:#fff}.shopping-cart-product-row__content-layer{position:relative;z-index:1;display:grid;grid-template-columns:34px 84px minmax(0,1fr);column-gap:14px;align-items:start;padding:12px 16px;background:#fff;will-change:transform}.shopping-cart-product-row__actions{position:absolute;inset:0 0 0 auto;display:grid;grid-template-columns:repeat(3,66px);height:100%;opacity:0;transition:opacity .18s ease}.shopping-cart-product-row.is-swipe-open .shopping-cart-product-row__actions{opacity:1}.shopping-cart-product-row__action{border:0;border-radius:0;padding:0 10px;color:#fff;font-size:13px;font-weight:600;letter-spacing:.01em}.shopping-cart-product-row__action:disabled{color:#ffffff9e}.shopping-cart-product-row__action--minus{background:#cfd8e6;color:#5b6575}.shopping-cart-product-row__action--plus{background:var(--shopping-color-price)}.shopping-cart-product-row__action--delete{background:#ef4444}.shopping-cart-product-row__check{position:relative;display:flex;justify-content:center;align-items:center;min-height:84px}.shopping-cart-product-row__check input{position:absolute;inset:50% auto auto 50%;width:20px;height:20px;margin:0;opacity:0;transform:translate(-50%,-50%)}.shopping-cart-product-row__check-indicator{width:20px;height:20px;border:1.5px solid var(--shopping-cart-check-border);border-radius:999px;background:#fff}.shopping-cart-product-row__check input:checked+.shopping-cart-product-row__check-indicator{border-color:var(--shopping-cart-check-color);background:radial-gradient(circle at center,var(--shopping-cart-check-color) 0 5px,transparent 5px)}.shopping-cart-product-row__media{overflow:hidden;border-radius:8px;background:#f8fafce6}.shopping-cart-product-row__media .shopping-image-placeholder{aspect-ratio:1 / 1;min-height:84px}.shopping-cart-product-row__content{min-width:0}.shopping-cart-product-row__topline{display:flex;align-items:flex-start;gap:4px}.shopping-cart-product-row__title{min-width:0;flex:1 1 auto;color:#111827;font-size:13px;line-height:1.3;font-weight:600}.shopping-cart-product-row__quantity{flex:0 0 auto;border-radius:10px;background:#f3f4f6eb;padding:4px 7px;color:#111827;font-size:11px;line-height:15px}.shopping-cart-product-row__spec{margin-top:5px;color:#9ca3af;font-size:11px;line-height:15px}.shopping-cart-product-row__tags{display:flex;flex-wrap:wrap;gap:4px;margin-top:6px}.shopping-cart-product-row__tag{border:1px solid rgba(251,146,60,.24);border-radius:7px;padding:1px 7px;color:var(--shopping-color-price);font-size:9px;line-height:13px;background:#fff7edb3}.shopping-cart-product-row__price-row{display:flex;align-items:baseline;gap:5px;margin-top:6px}.shopping-cart-product-row__price{color:var(--shopping-color-price);font-size:17px;line-height:20px;font-weight:700}.shopping-cart-product-row__compare{color:#9ca3af;font-size:10px;line-height:14px;text-decoration:line-through}.shopping-cart-bottom-bar{display:grid;grid-template-columns:auto minmax(0,1fr) 154px;align-items:center;gap:8px;border-top:1px solid rgba(15,23,42,.08);background:#fffffffa;padding:8px calc(14px + var(--safe-area-right)) 8px calc(14px + var(--safe-area-left));box-shadow:0 -4px 14px #0f172a0a}.shopping-cart-bottom-bar__select-all{position:relative;display:inline-flex;align-items:center;gap:8px;min-width:0}.shopping-cart-bottom-bar__select-all input{position:absolute;inset:0 auto 0 0;width:24px;height:24px;margin:0;opacity:0}.shopping-cart-bottom-bar__check{width:22px;height:22px;border:1.5px solid var(--shopping-cart-check-border);border-radius:999px;background:#fff}.shopping-cart-bottom-bar__select-all input:checked+.shopping-cart-bottom-bar__check{border-color:var(--shopping-cart-check-color);background:radial-gradient(circle at center,var(--shopping-cart-check-color) 0 6px,transparent 6px)}.shopping-cart-bottom-bar__label{color:#6b7280;font-size:13px;line-height:17px;white-space:nowrap}.shopping-cart-bottom-bar__summary{display:inline-flex;align-items:baseline;justify-content:flex-end;gap:4px;min-width:0}.shopping-cart-bottom-bar__summary-label{color:#111827;font-size:13px;line-height:17px}.shopping-cart-bottom-bar__summary-value{color:var(--shopping-color-price);font-size:15px;font-weight:700;line-height:19px}.shopping-cart-bottom-bar__submit{min-width:0;height:44px;border:0;border-radius:10px;background:var(--shopping-color-warm-strong);color:#fff;font-size:15px;font-weight:700;line-height:1}.shopping-empty-state{color:var(--shopping-color-text-secondary);font-size:13px;line-height:19px}.shopping-checkout-address,.shopping-checkout-line,.shopping-order-card{padding:13px}.shopping-order-card{cursor:pointer;border-radius:16px;background:#fff}.shopping-checkout-address__name,.shopping-order-card__store{font-size:14px;font-weight:700;line-height:19px}.shopping-checkout-error{margin-top:var(--shopping-space-3);border-radius:14px;background:var(--shopping-color-danger-soft);padding:12px 14px;color:var(--shopping-color-danger);font-size:13px;line-height:18px}.shopping-order-card__head{display:flex;align-items:center;justify-content:space-between;gap:10px}.shopping-order-card__store{display:inline-flex;align-items:center;gap:3px;color:#111827}.shopping-order-card__store-platform{color:var(--shopping-color-price);font-weight:800}.shopping-order-card__store-chevron{color:#98a2b3}.shopping-order-card__status{color:var(--shopping-color-price);font-size:13px;line-height:18px}.shopping-order-card__body{display:grid;grid-template-columns:84px minmax(0,1fr);gap:11px;margin-top:11px}.shopping-order-card__image{overflow:hidden;border-radius:10px;background:#f6f7f9}.shopping-order-card__image .shopping-image-placeholder{min-height:84px;aspect-ratio:1 / 1}.shopping-order-card__content{min-width:0}.shopping-order-card__topline{display:flex;align-items:flex-start;gap:10px}.shopping-order-card__title{flex:1 1 auto;min-width:0;margin-top:0;color:#111827;font-size:14px;font-weight:700;line-height:19px}.shopping-order-card__price-col{flex:0 0 auto;text-align:right}.shopping-order-card__unit-price{color:#111827;font-size:15px;font-weight:700;line-height:19px}.shopping-order-card__quantity{margin-top:4px;color:#98a2b3;font-size:12px;line-height:16px}.shopping-order-card__spec{margin-top:6px;color:#98a2b3;font-size:12px;line-height:16px}.shopping-order-card__benefits{display:flex;flex-wrap:wrap;gap:8px;margin-top:8px}.shopping-order-card__benefit{color:#22c55e;font-size:12px;font-weight:500;line-height:16px}.shopping-order-card__paid{display:flex;justify-content:flex-end;align-items:baseline;gap:4px;margin-top:14px;color:#111827;font-size:13px;line-height:18px}.shopping-order-card__paid strong{font-size:15px;font-weight:700}.shopping-sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.shopping-checkout-screen{gap:10px;padding-top:8px;padding-bottom:calc(18px + var(--shopping-component-checkout-footer-height))}.shopping-checkout-topbar{position:relative;display:flex;justify-content:center;min-height:36px;padding:0}.shopping-checkout-topbar__center{display:inline-flex;align-items:center;gap:7px;color:#6b7280;font-size:13px;line-height:18px}.shopping-checkout-topbar__back{position:absolute;top:0;left:0;appearance:none;display:inline-flex;height:32px;width:32px;align-items:center;justify-content:center;border:none;border-radius:999px;background:#ffffffeb;color:#111827;box-shadow:0 0 0 1px #0f172a0f}.shopping-checkout-topbar__back-icon{margin-left:2px;color:var(--shopping-color-warm-strong);font-size:16px;line-height:1;font-variation-settings:"wght" 600}.shopping-checkout-topbar__badge{display:inline-flex;height:18px;width:18px;align-items:center;justify-content:center;border-radius:999px;background:#fff1f0;color:var(--shopping-color-warm-strong);font-size:11px;font-weight:700;line-height:1}.shopping-checkout-segment{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:4px;border-radius:12px;background:#eef1f4;padding:4px}.shopping-checkout-segment__item{height:40px;border:0;border-radius:10px;background:transparent;color:#6b7280;font-size:14px;font-weight:600;line-height:1}.shopping-checkout-segment__item.is-active{background:#fff;color:#111827}.shopping-checkout-notice{display:flex;align-items:center;gap:8px;border-radius:10px;background:#fff3f1;padding:10px 12px;color:var(--shopping-color-warm-strong);font-size:13px;line-height:18px}.shopping-checkout-notice__icon{display:inline-flex;height:18px;width:18px;flex-shrink:0;align-items:center;justify-content:center;border-radius:999px;background:#ff5a0024;font-size:11px;font-weight:700}.shopping-checkout-card{border-radius:14px;background:#fff;padding:12px 14px 10px}.shopping-checkout-address-card{display:grid;grid-template-columns:16px minmax(0,1fr);column-gap:10px;align-items:start}.shopping-checkout-recipient-trigger{width:100%;border:0;background:none;padding:0;text-align:left;grid-template-columns:16px minmax(0,1fr) 10px;align-items:center}.shopping-checkout-address-card__marker{width:16px;height:16px;margin-top:2px;border-radius:999px;background:radial-gradient(circle at center,#ff5a00 0 4px,transparent 4px),#ff5a001f}.shopping-checkout-address-card__head{display:flex;align-items:center;gap:10px;color:#111827;font-size:15px;font-weight:700;line-height:20px}.shopping-checkout-address-card__detail{margin-top:6px;color:#374151;font-size:13px;line-height:19px}.shopping-checkout-disclosure__chevron{width:7px;height:7px;border-top:1.5px solid #c0c8d2;border-right:1.5px solid #c0c8d2;transform:rotate(45deg);transition:transform .18s ease,border-color .18s ease}.shopping-checkout-recipient-trigger[aria-expanded=true] .shopping-checkout-disclosure__chevron,.shopping-checkout-row--interactive[aria-expanded=true] .shopping-checkout-disclosure__chevron{border-color:var(--shopping-color-warm-strong);transform:rotate(135deg)}.shopping-checkout-picker-backdrop{position:fixed;inset:0;z-index:60;display:flex;align-items:flex-end;justify-content:center;background:#0f172a2e;padding:24px 12px calc(12px + env(safe-area-inset-bottom,0px))}.shopping-checkout-picker-sheet{width:min(100%,420px);max-height:min(74vh,560px);overflow:hidden;border-radius:22px;background:#fff;box-shadow:0 18px 40px #0f172a29}.shopping-checkout-picker-sheet__grabber{width:36px;height:5px;margin:8px auto 2px;border-radius:999px;background:#9ca3af8c}.shopping-checkout-picker-sheet__header{display:grid;grid-template-columns:52px minmax(0,1fr) 52px;align-items:center;gap:8px;padding:10px 14px 6px}.shopping-checkout-picker-sheet__title{min-width:0;text-align:center;color:#111827;font-size:15px;font-weight:700;line-height:20px}.shopping-checkout-picker-sheet__action{border:0;background:none;padding:0;color:#6b7280;font-size:14px;line-height:20px}.shopping-checkout-picker-sheet__action--placeholder{visibility:hidden;text-align:right}.shopping-checkout-picker-sheet__search{display:block;padding:6px 14px 0}.shopping-checkout-picker-sheet__search-input{width:100%;border:0;border-radius:14px;background:#f3f4f6;padding:11px 14px;color:#111827;font-size:14px;line-height:20px}.shopping-checkout-picker-sheet__search-input::placeholder{color:#9ca3af}.shopping-checkout-picker-sheet__list{display:grid;gap:8px;overflow-y:auto;padding:12px 14px 14px}.shopping-checkout-picker-sheet__item{display:flex;align-items:center;justify-content:space-between;gap:12px;width:100%;border:1px solid rgba(15,23,42,.08);border-radius:16px;background:#fff;padding:13px 14px;text-align:left}.shopping-checkout-picker-sheet__item.is-active{border-color:#ff5a0042;background:#fff7f2}.shopping-checkout-picker-sheet__item-copy{min-width:0}.shopping-checkout-picker-sheet__item-title{color:#111827;font-size:14px;font-weight:600;line-height:19px}.shopping-checkout-picker-sheet__item-meta{margin-top:4px;color:#9ca3af;font-size:12px;line-height:17px}.shopping-checkout-picker-sheet__item-check{position:relative;flex-shrink:0;width:18px;height:18px;border:1.5px solid #d1d5db;border-radius:999px;background:#fff}.shopping-checkout-picker-sheet__item.is-active .shopping-checkout-picker-sheet__item-check{border-color:var(--shopping-color-warm-strong);background:var(--shopping-color-warm-strong)}.shopping-checkout-picker-sheet__item.is-active .shopping-checkout-picker-sheet__item-check:after{content:"";position:absolute;top:4px;left:6px;width:4px;height:7px;border-right:1.5px solid #ffffff;border-bottom:1.5px solid #ffffff;transform:rotate(40deg)}.shopping-checkout-picker-sheet__empty{border-radius:16px;background:#f8fafc;padding:24px 16px;text-align:center;color:#9ca3af;font-size:13px;line-height:18px}.shopping-checkout-password-sheet{max-height:none}.shopping-checkout-password-sheet__body{display:grid;gap:12px;padding:10px 18px 18px}.shopping-checkout-password-sheet__amount{color:#111827;font-size:28px;font-weight:700;line-height:34px;text-align:center}.shopping-checkout-password-sheet__hint{color:#6b7280;font-size:13px;line-height:18px;text-align:center}.shopping-checkout-password-sheet__input{width:100%;border:1px solid rgba(15,23,42,.08);border-radius:16px;background:#f9fafb;padding:14px 16px;color:#111827;font-size:17px;line-height:24px;letter-spacing:.28em;text-align:center}.shopping-checkout-password-sheet__input::placeholder{letter-spacing:0;color:#9ca3af}.shopping-checkout-password-sheet__error{min-height:20px;color:#dc2626;font-size:13px;line-height:18px;text-align:center}.shopping-checkout-password-sheet__confirm{width:100%;border:0;border-radius:16px;background:var(--shopping-color-warm-strong);padding:14px 16px;color:#fff;font-size:16px;font-weight:700;line-height:22px}.shopping-checkout-password-sheet__confirm:disabled{background:#fdba74}.shopping-checkout-store-card{padding-top:12px}.shopping-checkout-store-card__header{display:inline-flex;align-items:center;gap:6px;margin-bottom:10px;color:#111827;font-size:15px;font-weight:700;line-height:20px}.shopping-checkout-store-card__platform{color:var(--shopping-color-warm-strong);font-size:12px}.shopping-checkout-product{display:grid;grid-template-columns:92px minmax(0,1fr);gap:10px;align-items:start}.shopping-checkout-product+.shopping-checkout-product{margin-top:12px}.shopping-checkout-product__media{overflow:hidden;border-radius:12px;background:#f6f7f9}.shopping-checkout-product__media .shopping-image-placeholder{min-height:92px;aspect-ratio:1 / 1}.shopping-checkout-product__content{min-width:0}.shopping-checkout-product__title{color:#111827;font-size:14px;font-weight:600;line-height:19px}.shopping-checkout-product__spec{margin-top:4px;color:#9ca3af;font-size:11px;line-height:16px}.shopping-checkout-product__price-row{display:flex;align-items:baseline;justify-content:space-between;gap:10px;margin-top:10px}.shopping-checkout-product__price{color:var(--shopping-color-warm-strong);font-size:17px;font-weight:700;line-height:21px}.shopping-checkout-product__quantity{flex-shrink:0;color:#6b7280;font-size:12px;line-height:16px}.shopping-checkout-row{display:flex;align-items:center;justify-content:space-between;gap:12px;min-height:48px;border-top:1px solid rgba(15,23,42,.06)}.shopping-checkout-row--interactive{width:100%;border-right:0;border-bottom:0;border-left:0;background:none;padding:0;text-align:left}.shopping-checkout-row__main{min-width:0}.shopping-checkout-row__label{color:#111827;font-size:13px;font-weight:500;line-height:18px}.shopping-checkout-row__meta{margin-top:4px;color:#9ca3af;font-size:11px;line-height:16px}.shopping-checkout-row__value{flex-shrink:0;color:#111827;font-size:12px;line-height:17px}.shopping-checkout-row__value--interactive{display:inline-flex;align-items:center;gap:8px}.shopping-checkout-row__value--muted{color:#9ca3af}.shopping-checkout-gift{margin-top:8px}.shopping-checkout-gift__toggle{justify-content:space-between;gap:12px}.shopping-checkout-gift__switch{position:relative;display:inline-flex;align-items:center;justify-content:center;width:20px;height:20px;flex:0 0 20px;cursor:pointer;-webkit-tap-highlight-color:transparent}.shopping-checkout-gift__toggle-input{position:absolute;inset:0;margin:0;opacity:0;cursor:pointer}.shopping-checkout-gift__toggle-track{position:relative;width:20px;height:20px;border:1.5px solid rgba(116,120,120,.34);border-radius:50%;background:#fffffff5;box-shadow:inset 0 1px #ffffffd1;transition:border-color .18s ease,background-color .18s ease,box-shadow .18s ease,transform .18s ease}.shopping-checkout-gift__toggle-track:after{content:"";position:absolute;top:50%;left:50%;width:8px;height:8px;border-radius:50%;background:var(--shopping-color-price);opacity:0;transform:translate(-50%,-50%) scale(.72);transition:opacity .16s ease,transform .18s ease}.shopping-checkout-gift__toggle-input:checked+.shopping-checkout-gift__toggle-track{border-color:var(--shopping-color-price);background:#fffffffa;box-shadow:inset 0 1px #ffffffd1,0 0 0 2px #ff6a1a14}.shopping-checkout-gift__toggle-input:checked+.shopping-checkout-gift__toggle-track:after{opacity:1;transform:translate(-50%,-50%) scale(1)}.shopping-checkout-gift__toggle-input:focus-visible+.shopping-checkout-gift__toggle-track{box-shadow:0 0 0 3px #ff6a1a1f,inset 0 1px #ffffffd1}.shopping-checkout-gift__switch:active .shopping-checkout-gift__toggle-input+.shopping-checkout-gift__toggle-track{transform:scale(.96)}.shopping-checkout-gift__title{display:flex;align-items:center;min-height:40px;color:#111827;font-size:14px;font-weight:500;line-height:19px}.shopping-checkout-gift__field{border-radius:10px;background:#f4f6f8;padding:12px;color:#9ca3af;font-size:13px;line-height:18px}.shopping-checkout-payment-card{padding-bottom:14px}.shopping-checkout-coupons{display:flex;flex-direction:column;gap:8px;margin-top:10px}.shopping-checkout-coupons__item{display:flex;align-items:center;justify-content:space-between;gap:10px;border:1px solid rgba(15,23,42,.08);border-radius:10px;background:#fff;padding:10px 11px;color:#374151;font-size:13px;line-height:18px}.shopping-checkout-coupons__item.is-active{border-color:#ff5a0052;background:#fff7f2;color:var(--shopping-color-warm-strong)}.shopping-checkout-coupons__item.is-disabled{opacity:.45}.shopping-checkout-summary{margin-top:10px}.shopping-checkout-summary__row{min-height:28px;color:#6b7280;font-size:13px;line-height:18px}.shopping-checkout-summary__row span:last-child{color:#111827}.shopping-checkout-bottom-bar{display:grid;gap:10px;border-top:1px solid rgba(15,23,42,.06);background:#fffffffb;padding:10px calc(20px + var(--safe-area-right)) calc(14px + env(safe-area-inset-bottom,0px)) calc(20px + var(--safe-area-left))}.shopping-checkout-bottom-bar__row{display:flex;align-items:center;justify-content:space-between;gap:12px}.shopping-checkout-bottom-bar__detail{color:#111827;font-size:16px;font-weight:700;line-height:22px}.shopping-checkout-bottom-bar__detail-meta{margin-left:4px;color:#9ca3af;font-size:13px;font-weight:400;line-height:18px}.shopping-checkout-bottom-bar__discount{flex-shrink:0;color:var(--shopping-color-warm-strong);font-size:16px;font-weight:700;line-height:22px}.shopping-checkout-bottom-bar__summary{min-width:0}.shopping-checkout-bottom-bar__label{color:#111827;font-size:12px;line-height:16px}.shopping-checkout-bottom-bar__value{display:block;margin-top:4px;color:var(--shopping-color-warm-strong);font-size:17px;font-weight:700;line-height:22px}.shopping-checkout-bottom-bar__submit{width:100%;height:50px;border:0;border-radius:12px;background:var(--shopping-color-price);color:#fff;font-size:18px;font-weight:700;line-height:1;letter-spacing:.01em}@media(max-width:380px){.shopping-screen__metrics,.shopping-screen__panel-grid,.shopping-category-browser,.shopping-detail-facts,.shopping-detail-skus,.shopping-review-summary,.shopping-search-screen__toolbar{grid-template-columns:minmax(0,1fr)}.shopping-inline-toolbar,.shopping-screen__profile-hero,.shopping-checkout-row,.shopping-detail-meta-list__row,.shopping-order-card__head,.shopping-order-card__footer,.shopping-cart-group__head,.shopping-cart-line__footer{align-items:flex-start;flex-direction:column}.shopping-detail-cta{flex-direction:column}}
