:root {
  --navy: #131921;
  --navy-2: #232f3e;
  --navy-3: #37475a;
  --orange: #febd69;
  --orange-2: #f3a847;
  --yellow: #ffd814;
  --yellow-2: #f7ca00;
  --blue: #007185;
  --green: #067d62;
  --red: #b12704;
  --ink: #111827;
  --muted: #565959;
  --line: #d5d9d9;
  --soft: #f3f3f3;
  --white: #ffffff;
  --shadow: 0 1px 3px rgba(15, 23, 42, 0.14);
  --radius: 8px;
  font-family: Arial, Helvetica, sans-serif;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: #e3e6e6; color: var(--ink); min-width: 320px; }
a { color: var(--blue); text-decoration: none; }
a:hover { color: #c7511f; text-decoration: underline; }
button, input, select { font: inherit; }
button { cursor: pointer; }
.rp-topbar { height: 64px; background: var(--navy); color: #fff; display: flex; align-items: center; gap: 10px; padding: 8px 14px; position: sticky; top: 0; z-index: 50; }
.rp-logo-wrap { display: flex; align-items: center; justify-content: center; min-width: 138px; height: 48px; color: #fff; border: 1px solid transparent; border-radius: 2px; padding: 4px 8px; position: relative; }
.rp-logo-wrap:hover, .rp-toplink:hover, .rp-deliver:hover, .rp-cart-link:hover, .nav-pill:hover { border-color: #fff; text-decoration: none; color: #fff; }
.rp-logo { max-width: 128px; max-height: 40px; object-fit: contain; display: block; }
.rp-logo-fallback { display: none; color: #fff; font-size: 25px; font-weight: 800; letter-spacing: .2px; }
.rp-logo-wrap.logo-missing .rp-logo { display: none; }
.rp-logo-wrap.logo-missing .rp-logo-fallback { display: block; }
.rp-deliver { background: transparent; color: #fff; border: 1px solid transparent; border-radius: 2px; height: 48px; padding: 4px 9px; min-width: 110px; text-align: left; }
.tiny { display: block; font-size: 12px; line-height: 14px; color: #d6d6d6; font-weight: 400; }
.rp-search { display: flex; flex: 1; max-width: 1100px; height: 44px; border-radius: 5px; overflow: hidden; border: 3px solid transparent; background: #fff; }
.rp-search:focus-within { border-color: var(--orange); }
.rp-search select { width: 150px; border: none; border-right: 1px solid #cdcdcd; background: #f3f3f3; color: #111; padding: 0 10px; outline: none; }
.rp-search input { flex: 1; border: none; padding: 0 14px; outline: none; min-width: 0; font-size: 16px; }
.rp-search button { width: 56px; border: none; background: var(--orange); color: #111; font-size: 20px; }
.rp-search button:hover { background: var(--orange-2); }
.rp-toplink, .rp-cart-link { color: #fff; height: 48px; display: flex; flex-direction: column; justify-content: center; border: 1px solid transparent; border-radius: 2px; padding: 4px 9px; line-height: 17px; white-space: nowrap; }
.rp-cart-link { position: relative; flex-direction: row; align-items: end; gap: 4px; }
.cart-icon { font-size: 28px; line-height: 28px; }
.cart-count { position: absolute; top: 3px; left: 24px; min-width: 20px; text-align: center; color: #f08804; font-weight: 800; font-size: 16px; }
.rp-navline { min-height: 40px; background: var(--navy-2); color: #fff; display: flex; align-items: center; gap: 8px; padding: 0 14px; position: sticky; top: 64px; z-index: 45; }
.nav-pill { background: transparent; color: #fff; border: 1px solid transparent; border-radius: 2px; padding: 7px 9px; font-weight: 700; white-space: nowrap; }
.department-strip { display: flex; gap: 4px; overflow: auto hidden; scrollbar-width: thin; }
.department-strip a { color: #fff; padding: 8px 9px; border: 1px solid transparent; border-radius: 2px; white-space: nowrap; font-size: 14px; }
.department-strip a:hover { border-color: #fff; text-decoration: none; color: #fff; }
.rp-app { width: min(1680px, 100%); margin: 0 auto; min-height: 70vh; }
.loading-panel, .empty-state, .error-panel { background: #fff; margin: 22px; padding: 26px; border-radius: var(--radius); box-shadow: var(--shadow); }
.hero { background: linear-gradient(180deg, rgba(35,47,62,.96) 0%, rgba(35,47,62,.88) 42%, rgba(227,230,230,0) 100%); min-height: 320px; color: #fff; padding: 28px 18px 95px; }
.hero-inner { max-width: 1280px; margin: 0 auto; display: grid; grid-template-columns: 1.35fr .65fr; gap: 22px; align-items: stretch; }
.hero h1 { margin: 0 0 12px; font-size: clamp(30px, 4vw, 56px); letter-spacing: -1.2px; line-height: 1.04; }
.hero p { font-size: 18px; max-width: 720px; color: #edf2f7; line-height: 1.45; }
.hero-card { background: #fff; color: var(--ink); border-radius: var(--radius); box-shadow: var(--shadow); padding: 20px; display: flex; flex-direction: column; justify-content: center; }
.hero-card h2 { margin: 0 0 12px; }
.stat-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; }
.stat { background: #f7fafa; border: 1px solid var(--line); border-radius: 8px; padding: 12px; }
.stat strong { display: block; font-size: 24px; }
.home-panels { margin: -76px 18px 28px; display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 18px; align-items: start; }
.home-card { background: #fff; border-radius: 2px; box-shadow: var(--shadow); padding: 18px; min-height: 260px; }
.home-card h2 { font-size: 21px; margin: 0 0 14px; }
.category-mini-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px; }
.category-mini { display: block; background: #f7fafa; border: 1px solid #eef0f0; min-height: 76px; padding: 12px; color: var(--ink); border-radius: 4px; }
.category-mini:hover { text-decoration: none; color: var(--ink); border-color: #c7d2d2; }
.category-mini strong { display: block; font-size: 14px; }
.category-mini span { color: var(--muted); font-size: 12px; }
.panel-list { list-style: none; margin: 0; padding: 0; }
.panel-list li + li { border-top: 1px solid #eaeded; }
.panel-list a { display: block; padding: 9px 0; color: var(--ink); }
.panel-list a:hover { color: #c7511f; }
.section-wrap { margin: 18px; }
.section-title-row { display: flex; align-items: center; justify-content: space-between; gap: 14px; margin: 0 0 12px; }
.section-title-row h2, .listing-header h1 { margin: 0; }
.product-row { display: grid; grid-template-columns: repeat(6, minmax(0, 1fr)); gap: 14px; }
.product-card { background: #fff; border: 1px solid #eaeded; border-radius: 3px; padding: 12px; display: flex; flex-direction: column; gap: 8px; min-height: 360px; box-shadow: 0 1px 1px rgba(0,0,0,.04); position: relative; }
.product-card:hover { box-shadow: 0 2px 8px rgba(0,0,0,.13); }
.product-card .image-box { height: 180px; display: flex; align-items: center; justify-content: center; background: #fff; border-radius: 2px; overflow: hidden; }
.product-card img { max-width: 100%; max-height: 176px; object-fit: contain; }
.product-title { color: #0f1111; font-size: 15px; line-height: 1.35; max-height: 60px; overflow: hidden; }
.product-title:hover { color: #c7511f; }
.price { color: var(--red); font-size: 22px; line-height: 1; font-weight: 500; }
.price small { font-size: 13px; color: var(--muted); }
.rating-line { color: #f59e0b; font-size: 14px; }
.review-count { color: var(--blue); margin-left: 4px; }
.legacy-premium-badge { display: inline-flex; align-items: center; gap: 3px; color: var(--blue); font-weight: 700; font-size: 13px; }
.legacy-premium-badge::before { content: "✓"; color: var(--orange-2); font-weight: 900; }
.variant-badge { background: #eef6ff; color: #174ea6; border: 1px solid #cfe3ff; border-radius: 999px; padding: 3px 8px; font-size: 12px; display: inline-flex; width: fit-content; }
.rppn-line { color: var(--muted); font-size: 12px; margin-top: auto; }
.listing-layout { display: grid; grid-template-columns: 270px minmax(0, 1fr); gap: 18px; margin: 18px; }
.filter-rail { background: #fff; border-radius: 3px; padding: 16px; box-shadow: var(--shadow); height: fit-content; position: sticky; top: 118px; max-height: calc(100vh - 130px); overflow: auto; }
.filter-rail h3 { margin: 0 0 10px; font-size: 18px; }
.filter-group { border-top: 1px solid #eaeded; padding: 12px 0; }
.filter-group:first-of-type { border-top: 0; }
.filter-group strong { display: block; margin-bottom: 8px; }
.filter-group label { display: block; margin: 7px 0; font-size: 14px; color: #111; }
.filter-group input[type="checkbox"] { margin-right: 6px; }
.price-inputs { display: grid; grid-template-columns: 1fr 1fr; gap: 6px; }
.price-inputs input { width: 100%; padding: 7px; border: 1px solid var(--line); border-radius: 4px; }
.filter-actions { display: flex; gap: 8px; flex-wrap: wrap; }
.btn { border: 1px solid #a88734; background: linear-gradient(#f7dfa5, #f0c14b); color: #111; border-radius: 999px; padding: 8px 14px; text-align: center; display: inline-flex; align-items: center; justify-content: center; gap: 6px; min-height: 36px; }
.btn:hover { text-decoration: none; background: linear-gradient(#f5d78e, #eeb933); color: #111; }
.btn.secondary { border-color: #adb1b8; background: linear-gradient(#fff, #e7e9ec); }
.btn.secondary:hover { background: linear-gradient(#f7f8fa, #d9dce1); }
.btn.yellow { border-color: #fcd200; background: var(--yellow); }
.btn.yellow:hover { background: var(--yellow-2); }
.btn.blue { border-color: #0f766e; background: #007185; color: #fff; }
.btn.blue:hover { background: #005f6b; color: #fff; }
.listing-main { min-width: 0; }
.listing-header { background: #fff; padding: 16px; border-radius: 3px; box-shadow: var(--shadow); margin-bottom: 14px; }
.breadcrumbs { display: flex; gap: 6px; flex-wrap: wrap; color: var(--muted); font-size: 13px; margin-bottom: 8px; }
.breadcrumbs span::after { content: "›"; margin-left: 6px; color: #888; }
.breadcrumbs span:last-child::after { content: ""; }
.listing-tools { display: flex; justify-content: space-between; align-items: center; gap: 12px; margin-top: 14px; flex-wrap: wrap; }
.tool-left, .tool-right { display: flex; align-items: center; gap: 8px; flex-wrap: wrap; }
.listing-tools select { border: 1px solid var(--line); border-radius: 8px; padding: 7px 10px; background: #f7fafa; }
.mode-toggle { display: inline-flex; border: 1px solid var(--line); border-radius: 999px; overflow: hidden; background: #f7fafa; }
.mode-toggle button { border: 0; background: transparent; padding: 8px 12px; }
.mode-toggle button.active { background: var(--navy-2); color: #fff; }
.product-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 14px; }
.show-more-row { display: flex; justify-content: center; padding: 22px 0 34px; }
.product-detail { background: #fff; margin: 18px; padding: 18px; border-radius: 3px; box-shadow: var(--shadow); }
.detail-top { display: grid; grid-template-columns: minmax(280px, 42%) minmax(320px, 1fr) 290px; gap: 22px; align-items: start; }
.gallery { display: grid; grid-template-columns: 70px minmax(0, 1fr); gap: 12px; position: sticky; top: 118px; }
.thumbs { display: flex; flex-direction: column; gap: 8px; }
.thumb { width: 62px; height: 62px; border: 1px solid var(--line); background: #fff; border-radius: 6px; display: flex; align-items: center; justify-content: center; padding: 4px; }
.thumb.active, .thumb:hover { border-color: #e77600; box-shadow: 0 0 0 2px #fbd8b4; }
.thumb img { max-width: 100%; max-height: 100%; object-fit: contain; }
.main-image { min-height: 460px; display: flex; align-items: center; justify-content: center; background: #fff; border: 1px solid #f0f2f2; border-radius: 6px; padding: 18px; }
.main-image img { max-width: 100%; max-height: 560px; object-fit: contain; }
.detail-title h1 { font-size: 25px; font-weight: 400; margin: 0 0 8px; line-height: 1.25; }
.meta-line { color: var(--muted); font-size: 14px; margin: 6px 0; }
.detail-price { margin: 18px 0; color: var(--red); font-size: 30px; font-weight: 500; }
.detail-price .currency { font-size: 18px; vertical-align: super; }
.variant-panel { border-top: 1px solid #eaeded; border-bottom: 1px solid #eaeded; padding: 14px 0; margin: 14px 0; }
.variant-dimension { margin: 14px 0; }
.variant-dimension h3 { font-size: 15px; margin: 0 0 8px; }
.variant-dimension h3 span { color: var(--muted); font-weight: 400; }
.variant-options { display: flex; flex-wrap: wrap; gap: 8px; }
.variant-option { border: 1px solid #888c8c; border-radius: 8px; background: #fff; padding: 7px 10px; min-height: 40px; display: inline-flex; align-items: center; gap: 7px; color: #111; }
.variant-option img { width: 34px; height: 34px; object-fit: cover; border-radius: 4px; }
.variant-option.selected { border-color: #e77600; box-shadow: 0 0 0 2px #fbd8b4; }
.variant-option.disabled { color: #767676; border-color: #d5d9d9; background: #f7f7f7; cursor: not-allowed; text-decoration: line-through; }
.buy-box { border: 1px solid var(--line); border-radius: 8px; padding: 16px; position: sticky; top: 118px; }
.buy-box .price { font-size: 25px; margin-bottom: 10px; }
.stock { color: var(--green); font-size: 18px; margin: 10px 0; }
.stock.unavailable { color: var(--red); }
.qty-select { margin: 10px 0; }
.qty-select select { border: 1px solid var(--line); border-radius: 8px; padding: 7px; background: #f0f2f2; }
.buy-actions { display: grid; gap: 9px; margin: 12px 0; }
.product-sections { display: grid; grid-template-columns: minmax(0, 1.2fr) minmax(300px, .8fr); gap: 18px; margin-top: 22px; }
.info-card { border-top: 1px solid #eaeded; padding-top: 18px; }
.info-card h2 { margin: 0 0 12px; }
.bullets { padding-left: 20px; }
.bullets li { margin: 7px 0; line-height: 1.45; }
.detail-table { width: 100%; border-collapse: collapse; font-size: 14px; }
.detail-table th, .detail-table td { padding: 9px 10px; border-bottom: 1px solid #eaeded; vertical-align: top; text-align: left; }
.detail-table th { background: #f7fafa; width: 38%; color: #333; }
.location-table { font-size: 12px; color: #555; word-break: break-word; }
.cart-page { margin: 18px; display: grid; grid-template-columns: minmax(0, 1fr) 320px; gap: 18px; }
.cart-list, .cart-summary { background: #fff; border-radius: 3px; box-shadow: var(--shadow); padding: 18px; }
.cart-item { display: grid; grid-template-columns: 120px minmax(0, 1fr) 120px; gap: 16px; border-top: 1px solid #eaeded; padding: 16px 0; }
.cart-item:first-of-type { border-top: 0; }
.cart-item img { max-width: 112px; max-height: 112px; object-fit: contain; }
.cart-item h3 { margin: 0 0 8px; font-size: 17px; font-weight: 400; }
.cart-actions { display: flex; align-items: center; gap: 8px; flex-wrap: wrap; margin-top: 8px; }
.cart-actions input { width: 64px; padding: 6px; border: 1px solid var(--line); border-radius: 6px; }
.drawer-backdrop { position: fixed; inset: 0; background: rgba(0,0,0,.45); z-index: 100; display: none; }
.drawer-backdrop.open { display: block; }
.drawer { width: min(430px, 92vw); height: 100%; background: #fff; padding: 18px; overflow: auto; }
.drawer h2 { margin-top: 0; }
.drawer-close { float: right; border: 0; background: transparent; font-size: 26px; }
.drawer-category { border-top: 1px solid #eaeded; padding: 12px 0; }
.drawer-category > a { color: #111; font-weight: 700; }
.drawer-subcats { margin-top: 7px; display: grid; gap: 6px; }
.drawer-subcats a { color: #444; font-size: 14px; }
.placeholder-image { width: 100%; height: 100%; min-height: 150px; background: linear-gradient(135deg,#f7fafa,#e3e6e6); display: flex; align-items: center; justify-content: center; color: #667085; text-align: center; padding: 18px; }
.badge-row { display: flex; flex-wrap: wrap; gap: 6px; align-items: center; }
.notice { background: #fff8e1; border: 1px solid #f3d27a; border-radius: 8px; padding: 10px 12px; color: #5f4500; font-size: 14px; line-height: 1.4; }
.rp-footer { background: var(--navy-2); color: #fff; margin-top: 30px; }
.footer-back { background: var(--navy-3); text-align: center; padding: 14px; cursor: pointer; }
.footer-back:hover { background: #485769; }
.footer-cols { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); max-width: 980px; margin: 0 auto; gap: 28px; padding: 28px 20px 36px; }
.footer-cols h4 { margin: 0 0 10px; }
.footer-cols a, .footer-cols span { display: block; color: #ddd; margin: 7px 0; }
.footer-cols a:hover { color: #fff; }
@media (max-width: 1280px) {
  .product-row { grid-template-columns: repeat(4, minmax(0, 1fr)); }
  .product-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .home-panels { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .detail-top { grid-template-columns: minmax(280px, 42%) minmax(320px, 1fr); }
  .buy-box { grid-column: 2; position: static; }
}
@media (max-width: 900px) {
  .rp-topbar { height: auto; flex-wrap: wrap; position: static; }
  .rp-navline { top: 0; position: static; }
  .rp-logo-wrap { min-width: 120px; }
  .rp-deliver, .rp-toplink { display: none; }
  .rp-search { order: 10; flex-basis: 100%; }
  .rp-search select { width: 112px; }
  .hero-inner { grid-template-columns: 1fr; }
  .home-panels { margin-top: -60px; grid-template-columns: 1fr; }
  .listing-layout { grid-template-columns: 1fr; margin: 12px; }
  .filter-rail { position: static; max-height: none; }
  .product-grid, .product-row { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .detail-top { grid-template-columns: 1fr; }
  .gallery { position: static; grid-template-columns: 1fr; }
  .thumbs { flex-direction: row; overflow-x: auto; order: 2; }
  .main-image { min-height: 320px; }
  .buy-box { grid-column: auto; }
  .product-sections, .cart-page { grid-template-columns: 1fr; }
}
@media (max-width: 560px) {
  .product-grid, .product-row { grid-template-columns: 1fr; }
  .home-card { min-height: 0; }
  .category-mini-grid { grid-template-columns: 1fr; }
  .cart-item { grid-template-columns: 90px minmax(0, 1fr); }
  .cart-item .cart-price-col { grid-column: 2; }
  .footer-cols { grid-template-columns: 1fr; }
}
.image-box.image-error::before { content: "Image unavailable"; display: flex; align-items: center; justify-content: center; width: 100%; height: 100%; min-height: 150px; color: #667085; background: linear-gradient(135deg,#f7fafa,#e3e6e6); text-align: center; padding: 18px; }

/* Local-server/live-database additions */
.loading-inline {
  padding: 22px;
  color: #565959;
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 8px;
}
.live-status {
  margin: 0 0 14px;
  padding: 12px 14px;
  border-radius: 8px;
  border: 1px solid #d5d9d9;
  background: #fff;
  color: #111827;
}
.live-status.ok {
  border-color: #9ad0a3;
  background: #f3fff5;
}
.live-status.warn {
  border-color: #f1c36d;
  background: #fff8e8;
}
.live-status span {
  display: block;
  margin-top: 4px;
  color: #565959;
}


/* ==========================================================
   RoxxPort Design 1: AURORA GRID
   Premium glass marketplace: rounded cards, luminous gradient hero,
   pill navigation, and airy product grids.
   ========================================================== */
:root {
  --navy: #17123a;
  --navy-2: #24164f;
  --navy-3: #34246f;
  --orange: #8b5cf6;
  --orange-2: #06b6d4;
  --yellow: #7c3aed;
  --yellow-2: #5b21b6;
  --blue: #2563eb;
  --green: #059669;
  --red: #c2410c;
  --ink: #101828;
  --muted: #667085;
  --line: #e4e7ec;
  --soft: #f8f7ff;
  --white: #ffffff;
  --shadow: 0 20px 55px rgba(44, 35, 122, 0.14);
  --radius: 22px;
  font-family: "Segoe UI", Inter, Arial, Helvetica, sans-serif;
}
body {
  color: var(--ink);
  background:
    radial-gradient(circle at top left, rgba(124, 58, 237, .20), transparent 34rem),
    radial-gradient(circle at 80% 2%, rgba(6, 182, 212, .16), transparent 32rem),
    linear-gradient(180deg, #fbfbff 0%, #eef4ff 45%, #f7f8fc 100%);
}
a { color: #3b49df; }
a:hover { color: #7c3aed; text-decoration: none; }
.rp-topbar {
  min-height: 124px;
  height: auto;
  padding: 14px 22px;
  gap: 14px;
  background: rgba(17, 24, 39, .88);
  border-bottom: 1px solid rgba(255, 255, 255, .12);
  box-shadow: 0 18px 44px rgba(17, 24, 39, .24);
  backdrop-filter: blur(18px);
}
.rp-logo-wrap {
  min-width: 324px;
  height: 100px;
  border-radius: 22px;
  padding: 8px 15px;
  background: linear-gradient(135deg, #8b5cf6 0%, #102061 100%);
  border: 1px solid rgba(255,255,255,.22);
  box-shadow: inset 0 0 0 1px rgba(255,255,255,.08), 0 12px 34px rgba(0,0,0,.24);
}
.rp-logo { max-width: 304px; max-height: 88px; }
.rp-logo-fallback { color: #fff; font-size: 25px; text-shadow: 0 2px 10px rgba(0,0,0,.35); }
.rp-logo-wrap:hover, .rp-toplink:hover, .rp-deliver:hover, .rp-cart-link:hover, .nav-pill:hover { border-color: rgba(255,255,255,.7); color: inherit; }
.rp-deliver,
.rp-toplink,
.rp-cart-link {
  height: 54px;
  border-radius: 16px;
  border: 1px solid rgba(255,255,255,.10);
  background: rgba(255,255,255,.08);
  color: #ffffff;
  padding: 7px 12px;
}
.rp-deliver:hover,
.rp-toplink:hover,
.rp-cart-link:hover { background: rgba(255,255,255,.14); color: #fff; }
.tiny { color: #c7d2fe; letter-spacing: .01em; }
.rp-search {
  height: 54px;
  max-width: 980px;
  border-radius: 18px;
  border: 1px solid rgba(255,255,255,.24);
  background: #fff;
  overflow: hidden;
  box-shadow: 0 14px 38px rgba(0,0,0,.16);
}
.rp-search:focus-within {
  border-color: #a78bfa;
  box-shadow: 0 0 0 5px rgba(139, 92, 246, .22), 0 16px 44px rgba(0,0,0,.18);
}
.rp-search select {
  width: 168px;
  background: #f4f3ff;
  color: #312e81;
  border-right: 1px solid #ddd6fe;
  font-weight: 700;
}
.rp-search input { font-size: 16px; color: #111827; }
.rp-search button {
  width: 64px;
  background: linear-gradient(135deg, #7c3aed, #06b6d4);
  color: #fff;
}
.rp-search button:hover { background: linear-gradient(135deg, #6d28d9, #0891b2); }
.cart-icon { filter: drop-shadow(0 4px 8px rgba(0,0,0,.26)); }
.cart-count {
  top: 1px;
  left: 23px;
  color: #fff;
  background: linear-gradient(135deg, #7c3aed, #06b6d4);
  border-radius: 999px;
  padding: 1px 5px;
  font-size: 12px;
  box-shadow: 0 5px 15px rgba(124, 58, 237, .35);
}
.rp-navline {
  min-height: 58px;
  top: 124px;
  padding: 10px 22px;
  gap: 12px;
  color: #101828;
  background: rgba(255,255,255,.86);
  border-bottom: 1px solid rgba(126, 87, 194, .14);
  box-shadow: 0 14px 28px rgba(44,35,122,.08);
  backdrop-filter: blur(16px);
}
.nav-pill {
  border: 0;
  border-radius: 999px;
  padding: 11px 18px;
  color: #fff;
  background: linear-gradient(135deg, #111827, #4c1d95);
  box-shadow: 0 10px 24px rgba(76, 29, 149, .22);
}
.department-strip { gap: 10px; }
.department-strip a {
  color: #344054;
  background: #ffffff;
  border: 1px solid #e9d5ff;
  border-radius: 999px;
  padding: 10px 15px;
  font-weight: 700;
  box-shadow: 0 6px 20px rgba(44,35,122,.06);
}
.department-strip a:hover {
  color: #4c1d95;
  border-color: #a78bfa;
  background: #faf5ff;
}
.rp-app {
  width: min(1540px, calc(100% - 34px));
  margin: 0 auto;
}
.loading-panel,
.empty-state,
.error-panel {
  margin: 28px 0;
  padding: 32px;
  border-radius: 28px;
  border: 1px solid rgba(124, 58, 237, .12);
  background: rgba(255,255,255,.92);
  box-shadow: var(--shadow);
}
.hero {
  position: relative;
  margin: 24px 0 0;
  min-height: 360px;
  padding: 46px 44px 118px;
  color: #fff;
  border-radius: 34px;
  overflow: hidden;
  background:
    radial-gradient(circle at 78% 20%, rgba(45, 212, 191, .45), transparent 20rem),
    radial-gradient(circle at 20% 15%, rgba(168, 85, 247, .62), transparent 26rem),
    linear-gradient(135deg, #111827 0%, #312e81 48%, #0e7490 100%);
  box-shadow: 0 28px 70px rgba(49, 46, 129, .34);
}
.hero::after {
  content: "";
  position: absolute;
  inset: auto -15% -45% 35%;
  height: 340px;
  border-radius: 999px;
  background: rgba(255,255,255,.10);
  filter: blur(6px);
  transform: rotate(-8deg);
}
.hero-inner {
  position: relative;
  z-index: 1;
  max-width: 1370px;
  grid-template-columns: minmax(0, 1fr) minmax(330px, 430px);
  gap: 30px;
}
.hero h1 {
  max-width: 850px;
  font-size: clamp(36px, 5vw, 68px);
  line-height: .96;
  letter-spacing: -2.4px;
}
.hero p { color: #e0f2fe; font-size: 19px; }
.hero .breadcrumbs { color: #c7d2fe; }
.hero-card {
  padding: 24px;
  border-radius: 28px;
  color: #111827;
  background: rgba(255,255,255,.92);
  border: 1px solid rgba(255,255,255,.65);
  box-shadow: 0 24px 60px rgba(0,0,0,.20);
  backdrop-filter: blur(12px);
}
.stat-grid { gap: 12px; }
.stat {
  background: linear-gradient(180deg, #fff, #f5f3ff);
  border: 1px solid #e9d5ff;
  border-radius: 18px;
  padding: 15px;
}
.stat strong { color: #4c1d95; font-size: 28px; }
.home-panels {
  margin: -84px 22px 34px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 20px;
}
.home-card {
  min-height: 284px;
  padding: 22px;
  border-radius: 28px;
  border: 1px solid rgba(124, 58, 237, .12);
  background: rgba(255,255,255,.92);
  box-shadow: var(--shadow);
  backdrop-filter: blur(10px);
}
.home-card h2,
.section-title-row h2,
.listing-header h1 { letter-spacing: -.04em; }
.category-mini-grid { gap: 12px; }
.category-mini {
  min-height: 92px;
  padding: 16px;
  border: 1px solid #ddd6fe;
  border-radius: 20px;
  color: #111827;
  background: linear-gradient(180deg, #ffffff, #f8f7ff);
}
.category-mini:hover {
  border-color: #a78bfa;
  box-shadow: 0 12px 24px rgba(124, 58, 237, .12);
  transform: translateY(-1px);
}
.panel-list li + li { border-top-color: #eef2ff; }
.panel-list a { color: #1f2937; font-weight: 600; }
.section-wrap { margin: 30px 4px; }
.section-title-row { margin-bottom: 16px; }
.product-row,
.product-grid {
  grid-template-columns: repeat(auto-fit, minmax(245px, 1fr));
  gap: 20px;
}
.product-card {
  min-height: 410px;
  padding: 16px;
  gap: 10px;
  border: 1px solid rgba(124, 58, 237, .12);
  border-radius: 28px;
  background: rgba(255,255,255,.94);
  box-shadow: 0 10px 28px rgba(44, 35, 122, .08);
  overflow: hidden;
  transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
}
.product-card:hover {
  transform: translateY(-4px);
  border-color: rgba(124, 58, 237, .30);
  box-shadow: 0 26px 52px rgba(44, 35, 122, .16);
}
.product-card .image-box {
  height: 220px;
  background: linear-gradient(145deg, #f9fafb, #eef2ff);
  border-radius: 24px;
  border: 1px solid #eef2ff;
}
.product-card img { max-height: 204px; }
.product-title {
  color: #111827;
  font-size: 15.5px;
  font-weight: 750;
  max-height: 64px;
}
.product-title:hover { color: #6d28d9; }
.price,
.detail-price { color: #c2410c; font-weight: 800; }
.rating-line { color: #d97706; font-weight: 700; }
.review-count { color: #2563eb; }
.legacy-premium-badge { color: #0284c7; }
.legacy-premium-badge::before { color: #7c3aed; }
.variant-badge {
  color: #4c1d95;
  background: #f3e8ff;
  border-color: #e9d5ff;
  border-radius: 999px;
  font-weight: 700;
}
.rppn-line,
.meta-line { color: #667085; }
.listing-layout {
  grid-template-columns: 300px minmax(0, 1fr);
  gap: 22px;
  margin: 28px 0;
}
.filter-rail,
.listing-header,
.product-detail,
.cart-list,
.cart-summary {
  border-radius: 28px;
  border: 1px solid rgba(124, 58, 237, .12);
  background: rgba(255,255,255,.94);
  box-shadow: var(--shadow);
}
.filter-rail {
  top: 154px;
  padding: 22px;
}
.filter-rail h3 { color: #4c1d95; letter-spacing: -.02em; }
.filter-group { border-top-color: #eef2ff; }
.filter-group label { color: #344054; }
.price-inputs input,
.listing-tools select,
.qty-select select,
.cart-actions input {
  border-radius: 14px;
  border: 1px solid #d0d5dd;
  background: #fff;
}
.btn,
.primary-action {
  border: 0;
  border-radius: 999px;
  padding: 10px 18px;
  color: #fff;
  background: linear-gradient(135deg, #312e81, #7c3aed);
  box-shadow: 0 12px 24px rgba(76, 29, 149, .18);
  font-weight: 800;
}
.btn:hover,
.primary-action:hover { color: #fff; background: linear-gradient(135deg, #1e1b4b, #6d28d9); transform: translateY(-1px); }
.btn.secondary {
  color: #344054;
  border: 1px solid #d0d5dd;
  background: #fff;
  box-shadow: 0 6px 18px rgba(15, 23, 42, .06);
}
.btn.secondary:hover { color: #111827; background: #f8f7ff; }
.btn.yellow {
  color: #fff;
  border: 0;
  background: linear-gradient(135deg, #7c3aed, #06b6d4);
}
.btn.yellow:hover { background: linear-gradient(135deg, #6d28d9, #0891b2); }
.btn.blue { background: linear-gradient(135deg, #0e7490, #2563eb); }
.mode-toggle {
  border: 1px solid #ddd6fe;
  background: #f8f7ff;
  border-radius: 999px;
}
.mode-toggle button { color: #4b5563; font-weight: 700; }
.mode-toggle button.active { background: linear-gradient(135deg, #312e81, #7c3aed); color: #fff; }
.product-detail { margin: 28px 0; padding: 26px; }
.detail-top { grid-template-columns: minmax(320px, 44%) minmax(300px, 1fr) 330px; gap: 26px; }
.gallery { top: 154px; grid-template-columns: 76px minmax(0, 1fr); }
.thumb {
  width: 68px;
  height: 68px;
  border-radius: 18px;
  border-color: #e4e7ec;
  background: #fff;
}
.thumb.active,
.thumb:hover { border-color: #8b5cf6; box-shadow: 0 0 0 3px rgba(139,92,246,.18); }
.main-image {
  min-height: 520px;
  border-radius: 28px;
  border: 1px solid #eef2ff;
  background: linear-gradient(145deg, #ffffff, #f6f4ff);
}
.detail-title h1 { font-size: clamp(25px, 2.2vw, 34px); font-weight: 750; letter-spacing: -.04em; }
.variant-panel { border-color: #eef2ff; }
.variant-option {
  border-radius: 999px;
  border-color: #d0d5dd;
  background: #fff;
  font-weight: 700;
}
.variant-option.selected { border-color: #8b5cf6; box-shadow: 0 0 0 4px rgba(139,92,246,.18); }
.buy-box {
  top: 154px;
  border-radius: 28px;
  border: 1px solid rgba(124, 58, 237, .18);
  background: linear-gradient(180deg, #fff, #f8f7ff);
  box-shadow: 0 20px 44px rgba(44,35,122,.12);
}
.product-sections { gap: 24px; }
.info-card {
  border-top-color: #eef2ff;
  border-radius: 24px;
}
.detail-table th,
.detail-table td { border-bottom-color: #eef2ff; }
.detail-table th { background: #f8f7ff; color: #312e81; }
.cart-page { margin: 28px 0; }
.cart-item { border-top-color: #eef2ff; }
.drawer-backdrop { background: rgba(17, 24, 39, .52); backdrop-filter: blur(6px); }
.drawer { border-radius: 0 30px 30px 0; background: #fff; box-shadow: 30px 0 70px rgba(17,24,39,.24); }
.drawer-category { border-top-color: #eef2ff; }
.placeholder-image,
.image-box.image-error::before { background: linear-gradient(135deg,#f9fafb,#eef2ff); color: #667085; }
.live-status { border-radius: 18px; border-color: #ddd6fe; background: #f8f7ff; }
.live-status.ok { border-color: #a7f3d0; background: #ecfdf3; }
.live-status.warn { border-color: #fed7aa; background: #fff7ed; }
.notice { border-radius: 18px; border-color: #fed7aa; background: #fff7ed; color: #7c2d12; }
.rp-footer {
  margin-top: 46px;
  background: linear-gradient(135deg, #111827, #312e81);
}
.footer-back { background: rgba(255,255,255,.08); }
.footer-back:hover { background: rgba(255,255,255,.14); }
@media (max-width: 1280px) {
  .home-panels { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .detail-top { grid-template-columns: minmax(280px, 42%) minmax(300px, 1fr); }
  .buy-box { grid-column: 2; position: static; }
}
@media (max-width: 900px) {
  .rp-app { width: min(100% - 22px, 100%); }
  .rp-topbar { height: auto; min-height: 0; padding: 12px; border-radius: 0; }
  .rp-navline { top: 0; padding: 10px 12px; }
  .rp-search { order: 10; flex-basis: 100%; max-width: none; }
  .hero { padding: 32px 22px 96px; border-radius: 26px; }
  .hero-inner { grid-template-columns: 1fr; }
  .home-panels { margin-top: -72px; grid-template-columns: 1fr; }
  .listing-layout { grid-template-columns: 1fr; margin: 18px 0; }
  .filter-rail { position: static; max-height: none; }
  .product-row,
  .product-grid { grid-template-columns: repeat(auto-fit, minmax(210px, 1fr)); }
  .detail-top { grid-template-columns: 1fr; }
  .gallery { position: static; grid-template-columns: 1fr; }
  .thumbs { flex-direction: row; overflow-x: auto; order: 2; }
  .buy-box { grid-column: auto; }
}
@media (max-width: 560px) {
  .product-row,
  .product-grid { grid-template-columns: 1fr; }
  .hero h1 { letter-spacing: -1.2px; }
  .rp-logo-wrap { min-width: 220px; height: 76px; }
  .rp-logo { max-width: 208px; max-height: 66px; }
  .rp-search select { width: 112px; }
}


/* ==========================================================
   Website1 + Website13 Motion Merge
   Base visual design: Website1 Aurora Grid.
   Motion system: Website13 Lumen-style ambient animation,
   scroll reveals, cursor glow, card lift, and light-sweep polish.
   The second department/nav bar is intentionally not restyled.
   ========================================================== */
body.motion-13 {
  position: relative;
  isolation: isolate;
  overflow-x: hidden;
}
body.motion-13::before,
body.motion-13::after {
  content: "";
  position: fixed;
  inset: 0;
  z-index: 0;
  pointer-events: none;
}
body.motion-13::before {
  background:
    linear-gradient(90deg, rgba(76, 29, 149, .035) 1px, transparent 1px) 0 0 / 62px 62px,
    linear-gradient(180deg, rgba(6, 182, 212, .030) 1px, transparent 1px) 0 0 / 62px 62px;
  mask-image: linear-gradient(to bottom, black 0%, transparent 84%);
}
body.motion-13::after {
  inset: -34%;
  background: conic-gradient(from 110deg at 50% 50%, rgba(124,58,237,.16), transparent 16%, rgba(6,182,212,.14), transparent 47%, rgba(167,139,250,.12), transparent 70%, rgba(124,58,237,.16));
  opacity: .34;
  filter: blur(14px);
  animation: lumenSpin 26s linear infinite;
}
body.motion-13 .motion-layer,
body.motion-13 .pointer-glow {
  position: fixed;
  z-index: 0;
  pointer-events: none;
}
body.motion-13 .motion-layer {
  inset: 0;
  overflow: hidden;
}
body.motion-13 .motion-layer .orb {
  position: absolute;
  width: clamp(180px, 24vw, 360px);
  aspect-ratio: 1;
  left: calc(7% + var(--i) * 15%);
  top: calc(12% + (var(--i) % 4) * 18%);
  border-radius: 999px;
  background: radial-gradient(circle, rgba(124,58,237,.22), transparent 64%);
  filter: blur(20px);
  opacity: .42;
  animation: lumenFloat calc(12s + var(--i) * 1.4s) ease-in-out infinite alternate;
}
body.motion-13 .motion-layer .orb:nth-child(2n) { background: radial-gradient(circle, rgba(6,182,212,.20), transparent 64%); }
body.motion-13 .motion-layer .orb:nth-child(3n) { background: radial-gradient(circle, rgba(167,139,250,.18), transparent 66%); }
body.motion-13 .motion-layer .beam {
  position: absolute;
  width: 42vw;
  height: 2px;
  left: -15vw;
  top: calc(28% + var(--i) * 13%);
  background: linear-gradient(90deg, transparent, rgba(6,182,212,.20), rgba(124,58,237,.14), transparent);
  transform: rotate(-12deg);
  animation: lumenBeam 9s linear infinite;
  animation-delay: calc(var(--i) * -2s);
}
body.motion-13 .pointer-glow {
  top: -220px;
  left: -220px;
  width: 440px;
  height: 440px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(124,58,237,.16), rgba(6,182,212,.08) 42%, transparent 68%);
  filter: blur(8px);
  mix-blend-mode: multiply;
}
body.motion-13 .design-progress {
  position: fixed;
  inset: 0 auto auto 0;
  width: calc(var(--progress, 0) * 100%);
  height: 4px;
  z-index: 300;
  background: linear-gradient(90deg, #7c3aed, #06b6d4, #a78bfa);
  box-shadow: 0 0 22px rgba(124,58,237,.42);
}
body.motion-13 .rp-app,
body.motion-13 .rp-footer {
  position: relative;
  z-index: 1;
}
body.motion-13 .rp-topbar {
  position: sticky;
  z-index: 50;
}
body.motion-13 .rp-navline {
  position: sticky;
  z-index: 45;
}
body.motion-13 .rp-topbar {
  justify-content: center;
  align-items: center;
  overflow: hidden;
  isolation: isolate;
}
body.motion-13 .rp-topbar > :not(.chrome-pulse) {
  position: relative;
  z-index: 1;
}
body.motion-13 .rp-topbar .chrome-pulse {
  position: absolute;
  inset: -1px;
  z-index: 0;
  pointer-events: none;
  border-radius: inherit;
  background: linear-gradient(90deg, transparent, rgba(255,255,255,.16), rgba(6,182,212,.12), transparent, rgba(124,58,237,.13), transparent);
  transform: translateX(-45%);
  animation: lumenSweep 8s ease-in-out infinite;
}
body.motion-13 .rp-search {
  flex: 0 1 clamp(320px, 42vw, 860px);
}
body.motion-13 .rp-deliver,
body.motion-13 .rp-toplink,
body.motion-13 .rp-cart-link,
body.motion-13 .rp-logo-wrap,
body.motion-13 .rp-search {
  transition: transform .24s ease, box-shadow .24s ease, background .24s ease, border-color .24s ease, filter .24s ease;
}
body.motion-13 .rp-deliver:hover,
body.motion-13 .rp-toplink:hover,
body.motion-13 .rp-cart-link:hover,
body.motion-13 .rp-logo-wrap:hover {
  transform: translateY(-2px);
}
body.motion-13 .cart-count.bump {
  animation: lumenBump .48s cubic-bezier(.2,1.6,.3,1);
}
body.motion-13 .hero,
body.motion-13 .home-card,
body.motion-13 .section-wrap,
body.motion-13 .listing-header,
body.motion-13 .filter-rail,
body.motion-13 .product-detail,
body.motion-13 .cart-list,
body.motion-13 .cart-summary,
body.motion-13 .buy-box,
body.motion-13 .info-card,
body.motion-13 .product-card,
body.motion-13 .category-mini,
body.motion-13 .btn,
body.motion-13 .primary-action {
  position: relative;
  isolation: isolate;
}
body.motion-13 .hero,
body.motion-13 .home-card,
body.motion-13 .section-wrap,
body.motion-13 .listing-header,
body.motion-13 .filter-rail,
body.motion-13 .product-detail,
body.motion-13 .cart-list,
body.motion-13 .cart-summary,
body.motion-13 .buy-box,
body.motion-13 .product-card {
  transition: transform .32s ease, box-shadow .32s ease, border-color .32s ease, filter .32s ease;
}
body.motion-13 .hero::before {
  content: "";
  position: absolute;
  inset: -1px;
  z-index: 0;
  pointer-events: none;
  background: linear-gradient(115deg, transparent 0 34%, rgba(255,255,255,.18) 43%, transparent 53% 100%);
  transform: translateX(-82%);
  animation: lumenSweep 9s ease-in-out infinite;
}
body.motion-13 .hero-inner,
body.motion-13 .hero-card {
  position: relative;
  z-index: 1;
}
body.motion-13 .home-card,
body.motion-13 .product-card,
body.motion-13 .category-mini,
body.motion-13 .btn,
body.motion-13 .primary-action {
  overflow: hidden;
}
body.motion-13 .home-card::after {
  content: "";
  position: absolute;
  width: 178px;
  aspect-ratio: 1;
  right: -74px;
  top: -74px;
  z-index: 0;
  pointer-events: none;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(6,182,212,.16), transparent 66%);
  animation: lumenFloat 13s ease-in-out infinite alternate;
}
body.motion-13 .home-card > *,
body.motion-13 .product-card > *,
body.motion-13 .category-mini > * {
  position: relative;
  z-index: 1;
}
body.motion-13 .product-card::before {
  content: "";
  position: absolute;
  inset: -1px;
  z-index: 0;
  pointer-events: none;
  border-radius: inherit;
  background: linear-gradient(135deg, rgba(124,58,237,.16), transparent 42%, rgba(6,182,212,.15));
  opacity: 0;
  transition: opacity .32s ease;
}
body.motion-13 .product-card::after,
body.motion-13 .btn::after,
body.motion-13 .primary-action::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 2;
  pointer-events: none;
  background: linear-gradient(90deg, transparent, rgba(255,255,255,.44), transparent);
  transform: translateX(-125%);
  transition: transform .62s ease;
}
body.motion-13 .product-card:hover::before { opacity: 1; }
body.motion-13 .product-card:hover::after,
body.motion-13 .btn:hover::after,
body.motion-13 .primary-action:hover::after { transform: translateX(125%); }
body.motion-13 .product-card:hover {
  transform: translateY(-8px) scale(1.012);
  box-shadow: 0 30px 70px rgba(44, 35, 122, .20), 0 0 42px rgba(6,182,212,.14);
}
body.motion-13 .product-card img {
  transition: transform .32s ease, filter .32s ease;
}
body.motion-13 .product-card:hover img {
  transform: scale(1.055) rotate(-1deg);
  filter: drop-shadow(0 18px 20px rgba(44,35,122,.20));
}
body.motion-13 .card-kicker {
  width: fit-content;
  color: #fff;
  background: linear-gradient(135deg, #7c3aed, #06b6d4);
  border-radius: 999px;
  padding: 5px 9px;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
  box-shadow: 0 10px 18px rgba(124,58,237,.18);
}
body.motion-13 .category-mini,
body.motion-13 .variant-option,
body.motion-13 .thumb {
  transition: transform .24s ease, box-shadow .24s ease, border-color .24s ease, background .24s ease;
}
body.motion-13 .category-mini:hover,
body.motion-13 .variant-option:hover,
body.motion-13 .thumb:hover {
  transform: translateY(-4px);
}
body.motion-13 .btn,
body.motion-13 .primary-action {
  transition: transform .24s ease, box-shadow .24s ease, filter .24s ease, background .24s ease;
}
body.motion-13 .btn:hover,
body.motion-13 .primary-action:hover {
  transform: translateY(-2px);
  filter: saturate(1.08);
}
body.motion-13 .filter-rail:hover,
body.motion-13 .listing-header:hover,
body.motion-13 .cart-summary:hover,
body.motion-13 .buy-box:hover,
body.motion-13 .info-card:hover {
  box-shadow: 0 28px 70px rgba(44, 35, 122, .16);
}
body.motion-13 .motion-ready {
  opacity: 0;
  transform: translateY(28px) scale(.985);
  filter: blur(3px);
}
body.motion-13 .motion-ready.is-visible {
  opacity: 1;
  transform: none;
  filter: blur(0);
  transition: opacity .75s ease, transform .75s cubic-bezier(.2,1,.25,1), filter .75s ease, box-shadow .32s ease, border-color .32s ease;
  transition-delay: calc(var(--motion-index, 0) * 36ms);
}
body.motion-13 .product-card.motion-ready.is-visible:hover {
  transform: translateY(-8px) scale(1.012);
}
body.motion-13 .category-mini.motion-ready.is-visible:hover,
body.motion-13 .variant-option.motion-ready.is-visible:hover,
body.motion-13 .thumb.motion-ready.is-visible:hover {
  transform: translateY(-4px);
}
body.motion-13 .btn.motion-ready.is-visible:hover,
body.motion-13 .primary-action.motion-ready.is-visible:hover {
  transform: translateY(-2px);
}
@keyframes lumenSpin { to { transform: rotate(360deg); } }
@keyframes lumenFloat { 0% { transform: translate3d(-4vw, -2vh, 0) scale(.96); } 100% { transform: translate3d(5vw, 4vh, 0) scale(1.12); } }
@keyframes lumenBeam { 0% { transform: translateX(-35vw) rotate(-12deg); opacity: 0; } 18%, 62% { opacity: 1; } 100% { transform: translateX(130vw) rotate(-12deg); opacity: 0; } }
@keyframes lumenSweep { 0%, 38% { transform: translateX(-72%); } 62%, 100% { transform: translateX(72%); } }
@keyframes lumenBump { 0% { transform: scale(1); } 50% { transform: scale(1.38) rotate(-8deg); } 100% { transform: scale(1); } }
@media (max-width: 900px) {
  body.motion-13 .rp-topbar,
  body.motion-13 .rp-navline { position: static; }
  body.motion-13 .rp-topbar { justify-content: flex-start; }
  body.motion-13 .rp-search { flex: 1 1 100%; }
}
@media (prefers-reduced-motion: reduce) {
  body.motion-13 *,
  body.motion-13 *::before,
  body.motion-13 *::after {
    animation: none !important;
    transition: none !important;
  }
  body.motion-13 .motion-ready {
    opacity: 1;
    transform: none;
    filter: none;
  }
}


/* RoxxStar Premium badge image sizing. */
.roxxstar-premium-badge {
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  width: auto;
  max-width: 156px;
  min-height: 16px;
  padding: 0;
  line-height: 1;
  vertical-align: middle;
}
.roxxstar-premium-logo {
  display: block;
  height: 16px;
  width: auto;
  max-width: 152px;
  object-fit: contain;
}
.roxxstar-premium-fallback {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 132px;
  height: 18px;
  padding: 0 8px;
  border-radius: 999px;
  background: linear-gradient(90deg, rgba(2,132,199,.12), rgba(124,58,237,.14));
  border: 1px solid rgba(2,132,199,.24);
  color: #0284c7;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .01em;
  white-space: nowrap;
}
.roxxstar-premium-fallback[hidden] {
  display: none !important;
}
@media (max-width: 640px) {
  .roxxstar-premium-badge { max-width: 140px; }
  .roxxstar-premium-logo { height: 15px; max-width: 136px; }
}

/* RoxxPort: hide broken/missing catalog images instead of showing broken icons or placeholders. */
.product-image-link:empty,
.cart-image-link:empty,
.image-box:empty,
.thumb:empty,
.main-image:empty,
.gallery:empty {
  display: none !important;
}

.product-card.no-image {
  min-height: 0;
}

.product-card.no-image .rppn-line {
  margin-top: 8px;
}

.detail-top.no-gallery {
  grid-template-columns: minmax(0, 1fr) 330px;
}

.detail-top.no-gallery .buy-box {
  grid-column: auto;
}

.cart-item.no-image {
  grid-template-columns: minmax(0, 1fr) 120px;
}

.cart-item.no-image .cart-price-col {
  grid-column: auto;
}

@media (max-width: 1280px) {
  .detail-top.no-gallery {
    grid-template-columns: minmax(0, 1fr) 290px;
  }
}

@media (max-width: 900px) {
  .detail-top.no-gallery,
  .cart-item.no-image {
    grid-template-columns: 1fr;
  }

  .cart-item.no-image .cart-price-col {
    grid-column: auto;
  }
}

/* RoxxPort live shipping panel: appears only after the product live refresh returns structured options. */
.buy-stack {
  align-self: start;
  display: grid;
  gap: 14px;
  position: sticky;
  top: 154px;
}
.buy-stack .buy-box {
  position: static;
  top: auto;
  margin: 0;
}
.shipping-box {
  border: 1px solid rgba(124, 58, 237, .18);
  border-radius: 24px;
  padding: 16px;
  background: linear-gradient(180deg, #fff, #f8f7ff);
  box-shadow: 0 16px 34px rgba(44,35,122,.10);
}
.shipping-box h2 {
  margin: 0 0 12px;
  font-size: 18px;
  letter-spacing: -.02em;
}
.shipping-option-list {
  display: grid;
  gap: 0;
}
.shipping-option {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 12px;
  align-items: start;
  padding: 11px 0;
  border-top: 1px solid #eef2ff;
}
.shipping-option:first-child {
  border-top: 0;
  padding-top: 0;
}
.shipping-option:last-child {
  padding-bottom: 0;
}
.shipping-option-main {
  min-width: 0;
  display: grid;
  gap: 4px;
}
.shipping-option-main strong {
  color: #111827;
  font-size: 14px;
}
.shipping-detail {
  color: #667085;
  font-size: 13px;
  line-height: 1.35;
}
.shipping-option-premium-line {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}
.shipping-speed {
  color: #047857;
  font-size: 13px;
  font-weight: 850;
  white-space: nowrap;
}
.shipping-price {
  color: #111827;
  font-weight: 850;
  white-space: nowrap;
  text-align: right;
}
@media (min-width: 1101px) and (max-width: 1280px) {
  .detail-top {
    grid-template-columns: minmax(260px, 36%) minmax(300px, 1fr) 300px;
  }
  .buy-stack {
    grid-column: auto;
    position: sticky;
    top: 154px;
  }
}
@media (max-width: 1100px) {
  .detail-top {
    grid-template-columns: minmax(280px, 42%) minmax(300px, 1fr);
  }
  .buy-stack {
    grid-column: 2;
    position: static;
  }
}
.detail-top.no-gallery .buy-stack {
  grid-column: auto;
}
@media (max-width: 900px) {
  .buy-stack {
    grid-column: auto;
    position: static;
  }
  .shipping-option {
    grid-template-columns: 1fr;
    gap: 6px;
  }
  .shipping-price {
    text-align: left;
    white-space: normal;
  }
  .shipping-speed {
    white-space: normal;
  }
}
.shipping-empty {
  color: #667085;
  font-size: 13px;
  line-height: 1.45;
  margin: 0;
}

/* Premium shipping price wording can be longer than a dollar amount. */
.shipping-price.premium-price {
  max-width: 170px;
  white-space: normal;
  line-height: 1.25;
  color: #047857;
}

/* Shipping options live in the narrow buy column, so stack each option's price
   under its label/detail instead of squeezing it into a tiny right column. */
.shipping-box .shipping-option {
  grid-template-columns: 1fr;
  gap: 6px;
}
.shipping-box .shipping-price {
  text-align: left;
  white-space: normal;
}
.shipping-box .shipping-option-premium-line {
  align-items: flex-start;
}

/* Product detail layout guard: keep long titles/options from running behind the buy/shipping column. */
.detail-title,
.buy-stack,
.product-sections,
.customer-reviews {
  min-width: 0;
}
.detail-title h1,
.detail-title .meta-line,
.variant-dimension h3,
.variant-option span {
  overflow-wrap: anywhere;
}
@media (min-width: 1281px) {
  .detail-top {
    grid-template-columns: minmax(300px, 40%) minmax(0, 1fr) minmax(320px, 330px);
  }
}
@media (min-width: 1101px) and (max-width: 1280px) {
  .detail-top {
    grid-template-columns: minmax(250px, 34%) minmax(0, 1fr) minmax(290px, 310px);
  }
}

/* RoxxPort customer reviews replace marketplace-provided star ratings. */
.customer-rating-line {
  color: #f59e0b;
}
.customer-reviews {
  margin-top: 24px;
}
.customer-review-summary {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
  margin: 8px 0 14px;
}
.customer-review-summary strong {
  color: #111827;
  font-size: 18px;
}
.customer-review-summary span {
  color: #667085;
}
.customer-review-list {
  display: grid;
  gap: 12px;
  margin-top: 14px;
}
.customer-review-card {
  border: 1px solid #eef2ff;
  border-radius: 18px;
  padding: 14px;
  background: #fff;
}
.customer-review-meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  color: #667085;
  font-size: 13px;
  margin-bottom: 6px;
}
.customer-review-meta strong {
  color: #111827;
}
.customer-review-stars {
  color: #f59e0b;
  font-weight: 850;
  margin-bottom: 6px;
}
.customer-review-card h3 {
  margin: 0 0 6px;
  font-size: 16px;
}
.customer-review-card p {
  margin: 0;
  color: #475467;
  line-height: 1.45;
}

/* Shipping must be selected before Add to Cart or Buy Now can continue. */
.shipping-box {
  position: relative;
}
.shipping-required-message {
  margin: 0 0 12px;
  padding: 10px 12px;
  border: 1px solid #fecaca;
  border-radius: 16px;
  background: #fef2f2;
  color: #b91c1c;
  font-size: 13px;
  font-weight: 850;
  line-height: 1.35;
}
.buy-box-shipping-message {
  margin: 12px 0 0;
}
.shipping-box .shipping-option {
  position: relative;
  cursor: pointer;
  grid-template-columns: 24px minmax(0, 1fr);
  gap: 8px 10px;
  align-items: start;
  padding: 12px;
  border: 1px solid transparent;
  border-top-color: #eef2ff;
  border-radius: 18px;
  transition: border-color .18s ease, background .18s ease, box-shadow .18s ease;
}
.shipping-box .shipping-option:first-child {
  border-top-color: transparent;
}
.shipping-box .shipping-option:hover,
.shipping-box .shipping-option.selected {
  border-color: #8b5cf6;
  background: #f8f7ff;
  box-shadow: 0 0 0 3px rgba(139,92,246,.12);
}
.shipping-option-input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}
.shipping-option-check {
  grid-column: 1;
  grid-row: 1 / span 2;
  width: 18px;
  height: 18px;
  margin-top: 1px;
  border: 2px solid #a5b4fc;
  border-radius: 999px;
  background: #fff;
  box-shadow: inset 0 0 0 4px #fff;
}
.shipping-option-input:checked + .shipping-option-check {
  background: #7c3aed;
  border-color: #7c3aed;
}
.shipping-option-input:focus-visible + .shipping-option-check {
  outline: 3px solid rgba(124,58,237,.28);
  outline-offset: 2px;
}
.shipping-box .shipping-option-main,
.shipping-box .shipping-price {
  grid-column: 2;
}
.shipping-box .shipping-price {
  text-align: left;
  white-space: normal;
}
.shipping-box.shipping-required {
  border-color: #dc2626;
  box-shadow: 0 0 0 4px rgba(220,38,38,.20), 0 18px 42px rgba(220,38,38,.18);
  animation: shippingRequiredPulse 1s ease-in-out infinite;
}
.shipping-box.shipping-required::before {
  content: "➜";
  position: absolute;
  left: -52px;
  top: 26px;
  color: #dc2626;
  font-size: 40px;
  font-weight: 900;
  line-height: 1;
  animation: shippingArrowBlink .7s ease-in-out infinite;
  filter: drop-shadow(0 4px 8px rgba(220,38,38,.28));
  pointer-events: none;
}
.buy-box.shipping-loading-required {
  border-color: #dc2626;
  box-shadow: 0 0 0 4px rgba(220,38,38,.18), 0 20px 44px rgba(44,35,122,.12);
}
@keyframes shippingRequiredPulse {
  0%, 100% { box-shadow: 0 0 0 4px rgba(220,38,38,.18), 0 18px 42px rgba(220,38,38,.14); }
  50% { box-shadow: 0 0 0 8px rgba(220,38,38,.28), 0 18px 46px rgba(220,38,38,.22); }
}
@keyframes shippingArrowBlink {
  0%, 100% { opacity: 1; transform: translateX(0); }
  50% { opacity: .25; transform: translateX(8px); }
}
@media (max-width: 900px) {
  .shipping-box.shipping-required::before {
    left: 18px;
    top: -42px;
    transform: rotate(90deg);
    animation-name: shippingArrowBlinkMobile;
  }
}
@keyframes shippingArrowBlinkMobile {
  0%, 100% { opacity: 1; transform: rotate(90deg) translateX(0); }
  50% { opacity: .25; transform: rotate(90deg) translateX(8px); }
}
.variant-options {
  min-width: 0;
}
.variant-option {
  max-width: 100%;
  white-space: normal;
}

/* Account system, sign-up forms, terms modal, and tracking UI. */
.auth-page,
.account-page {
  max-width: 1100px;
  margin: 28px auto;
  padding: 0 18px;
}
.auth-card,
.account-card {
  background: #fff;
  border: 1px solid #eef2ff;
  border-radius: 28px;
  box-shadow: 0 22px 55px rgba(44,35,122,.11);
  padding: clamp(20px, 3vw, 34px);
}
.auth-card {
  max-width: 620px;
  margin: 0 auto;
  display: grid;
  gap: 14px;
}
.signup-card {
  max-width: 900px;
}
.auth-card h1,
.account-card h1 {
  margin: 0;
  letter-spacing: -.04em;
}
.auth-card h2 {
  margin: 8px 0 0;
  font-size: 18px;
}
.auth-card label {
  display: grid;
  gap: 6px;
  color: #344054;
  font-weight: 750;
  font-size: 14px;
}
.auth-card input {
  width: 100%;
  min-height: 42px;
  border: 1px solid #d0d5dd;
  border-radius: 14px;
  padding: 9px 12px;
  font: inherit;
  background: #fff;
}
.auth-card input:focus {
  outline: 3px solid rgba(124,58,237,.18);
  border-color: #8b5cf6;
}
.form-grid {
  display: grid;
  gap: 12px;
}
.form-grid.two {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.form-grid.three {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.optional {
  color: #667085;
  font-weight: 500;
}
.terms-check {
  display: flex !important;
  grid-template-columns: none !important;
  align-items: flex-start;
  gap: 9px !important;
  line-height: 1.35;
}
.terms-check input {
  width: auto;
  min-height: auto;
  margin-top: 3px;
}
.inline-link {
  border: 0;
  background: transparent;
  color: #2563eb;
  padding: 0;
  font: inherit;
  font-weight: 800;
  cursor: pointer;
  text-decoration: underline;
}
.form-error {
  margin: 0;
  padding: 10px 12px;
  border: 1px solid #fecaca;
  border-radius: 14px;
  background: #fef2f2;
  color: #b91c1c;
  font-weight: 800;
}
.auth-submit {
  width: fit-content;
  min-width: 180px;
}
.auth-switch {
  margin: 0;
  color: #667085;
}
.account-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  margin: 18px 0;
}
.account-payment-methods {
  display: grid;
  gap: 10px;
}
.account-payment-card {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 12px 14px;
  border: 1px solid #eef2ff;
  border-radius: 16px;
  background: #f8fafc;
}
.account-payment-card small {
  display: block;
  margin-top: 3px;
  color: #667085;
  font-weight: 700;
}
.account-card-pill {
  display: inline-flex;
  align-items: center;
  border-radius: 999px;
  padding: 5px 9px;
  background: #ecfdf3;
  color: #027a48;
  font-size: 12px;
  font-weight: 900;
  white-space: nowrap;
}
.account-section-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 12px;
}
.account-section-head h2 {
  margin: 0;
}
.account-card-actions {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.account-remove-card {
  min-width: 0;
  padding: 7px 10px;
  font-size: 12px;
}
.account-add-card {
  display: grid;
  gap: 10px;
  margin-top: 12px;
  padding: 12px;
  border: 1px solid #e4e7ec;
  border-radius: 16px;
  background: #fff;
}
.account-add-card[hidden] {
  display: none;
}
.account-add-card-actions {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}
.account-card-element {
  margin-top: 0;
}
.modal-backdrop {
  position: fixed;
  inset: 0;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 18px;
  background: rgba(15,23,42,.52);
  z-index: 9999;
}
.modal-backdrop.open {
  display: flex;
}
.modal-card {
  position: relative;
  width: min(720px, 100%);
  max-height: min(760px, 92vh);
  overflow: hidden;
  border-radius: 28px;
  background: #fff;
  box-shadow: 0 30px 90px rgba(15,23,42,.35);
  padding: 26px;
}
.modal-close {
  position: absolute;
  right: 18px;
  top: 14px;
  border: 0;
  background: transparent;
  font-size: 32px;
  line-height: 1;
  cursor: pointer;
}
.terms-scroll {
  max-height: 420px;
  overflow: auto;
  border: 1px solid #eef2ff;
  border-radius: 18px;
  padding: 14px;
  margin: 14px 0;
  color: #475467;
  line-height: 1.55;
}
.favorite-btn {
  width: 100%;
  justify-content: center;
  margin-top: 10px;
}
.favorite-btn.saved {
  border-color: #be185d;
  color: #be185d;
  background: #fff1f2;
}
.favorite-message {
  margin: 8px 0 0;
}
.cart-shipping-line {
  margin-top: 4px;
}

.cart-shipping-address-panel {
  margin: 8px 0 18px;
  padding: 14px;
  border: 1px solid #e4e7ec;
  border-radius: 20px;
  background: linear-gradient(180deg, #fff, #f8f7ff);
}

.cart-address-mode-options {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 12px;
}

.cart-address-mode-option {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 38px;
  padding: 8px 12px;
  border: 1px solid #d0d5dd;
  border-radius: 999px;
  background: #fff;
  color: #344054;
  font-size: 14px;
  font-weight: 800;
  cursor: pointer;
}

.cart-address-mode-option.selected {
  border-color: #8b5cf6;
  background: #f3e8ff;
  color: #312e81;
  box-shadow: 0 8px 20px rgba(124, 58, 237, .12);
}

.cart-address-mode-option input {
  accent-color: #7c3aed;
}

.cart-po-box-note {
  color: #111827;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.35;
}

.cart-address-row-wrap {
  display: grid;
  gap: 7px;
}

.cart-address-status,
.cart-tax-status {
  margin: 0;
  color: #111827;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.35;
}

.cart-address-status.is-error,
.cart-tax-status.is-error,
.cart-item-tax-line.is-error {
  color: #b42318;
}

.cart-address-status.is-ready,
.cart-tax-status.is-ready,
.cart-item-tax-line.is-ready {
  color: #111827;
}

.cart-address-status.is-pending,
.cart-tax-status.is-pending,
.cart-item-tax-line.is-pending {
  color: #111827;
}

.cart-item-tax-line {
  margin-top: 5px;
  color: #111827;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.35;
}

.receipt-tax-row strong {
  color: #111827;
}

.receipt-tax-row.is-error strong {
  color: #b42318;
}


.cart-address-single-line {
  margin-top: 4px;
}

.cart-address-row {
  display: grid;
  grid-template-columns: minmax(84px, .85fr) minmax(84px, .85fr) minmax(150px, 1.45fr) minmax(120px, 1.05fr) minmax(96px, .9fr) 82px 98px;
  gap: 8px;
  align-items: end;
}

.cart-address-field {
  display: grid;
  gap: 5px;
  min-width: 0;
  margin: 0;
}

.cart-address-field span {
  color: #667085;
  font-size: 11px;
  font-weight: 850;
  line-height: 1;
}

.cart-address-field input,
.cart-address-field select {
  width: 100%;
  min-width: 0;
  height: 38px;
  padding: 7px 9px;
  border: 1px solid #d0d5dd;
  border-radius: 12px;
  background: #fff;
  color: #111827;
  font-size: 13px;
}

.cart-address-field input:focus,
.cart-address-field select:focus {
  outline: 0;
  border-color: #8b5cf6;
  box-shadow: 0 0 0 3px rgba(139, 92, 246, .16);
}

.cart-item-address-block {
  grid-column: 1 / -1;
  display: grid;
  gap: 9px;
  margin-top: -2px;
  padding: 12px;
  border: 1px solid #e4e7ec;
  border-radius: 18px;
  background: #f8f7ff;
}

.cart-item-address-heading {
  color: #312e81;
  font-size: 13px;
  font-weight: 850;
}

@media (max-width: 1100px) {
  .cart-address-row {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 560px) {
  .cart-address-row {
    grid-template-columns: 1fr;
  }

  .cart-address-mode-option {
    width: 100%;
  }
}

.cart-price-col {
  text-align: right;
}

.cart-price-col .meta-line {
  margin-top: 8px;
}

.cart-summary h2 {
  margin: 0 0 14px;
}

.receipt-lines {
  display: grid;
  gap: 8px;
}

.receipt-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 12px;
  align-items: baseline;
  color: #344054;
  font-size: 14px;
  line-height: 1.35;
}

.receipt-row span {
  min-width: 0;
  overflow-wrap: anywhere;
}

.receipt-row strong {
  color: #111827;
  font-size: 14px;
  white-space: nowrap;
}

.receipt-shipping-row {
  color: #667085;
  font-size: 13px;
  padding-bottom: 6px;
  border-bottom: 1px dashed #e4e7ec;
}

.receipt-shipping-row strong {
  color: #047857;
}

.receipt-divider {
  border-top: 1px solid #e4e7ec;
  margin: 14px 0;
}

.receipt-total {
  font-size: 18px;
}

.receipt-total strong {
  color: #c2410c;
  font-size: 20px;
}

@media (max-width: 560px) {
  .cart-price-col {
    text-align: left;
  }
}

/* Stronger product detail layout guard: keep title/option chips from sliding under the buy/shipping stack. */
.product-detail,
.detail-top,
.detail-title,
.variant-panel,
.variant-options {
  min-width: 0;
  max-width: 100%;
}
.detail-title {
  overflow: hidden;
}
.detail-title h1,
.variant-dimension h3,
.variant-option,
.variant-option span {
  max-width: 100%;
  overflow-wrap: anywhere;
  word-break: break-word;
}
.variant-options {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}
.buy-stack {
  z-index: 2;
}
@media (min-width: 1180px) {
  .detail-top {
    grid-template-columns: minmax(280px, 38%) minmax(0, 1fr) minmax(330px, 340px) !important;
  }
}
@media (max-width: 760px) {
  .form-grid.two,
  .form-grid.three,
  .account-grid {
    grid-template-columns: 1fr;
  }
  .auth-submit {
    width: 100%;
  }
}

/* RoxxStar Premium membership prompt for free premium delivery. */
.shipping-box.premium-membership-required {
  border-color: #7c3aed;
  box-shadow: 0 0 0 4px rgba(124,58,237,.18), 0 22px 50px rgba(88,28,135,.18);
}
.shipping-box .shipping-option.premium.needs-membership,
.shipping-box.premium-membership-required .shipping-option.premium {
  border-color: #7c3aed;
  background: linear-gradient(135deg, rgba(124,58,237,.10), rgba(2,132,199,.08));
  box-shadow: 0 0 0 3px rgba(124,58,237,.12);
}
.premium-membership-backdrop {
  background: radial-gradient(circle at 50% 20%, rgba(124,58,237,.35), transparent 32%), rgba(15,23,42,.60);
}
.premium-membership-card {
  width: min(760px, 100%);
  padding: 0;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,.55);
}
.premium-membership-hero {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  padding: 24px 26px;
  background:
    radial-gradient(circle at 10% 0%, rgba(255,255,255,.45), transparent 34%),
    linear-gradient(135deg, #4c1d95, #7c3aed 48%, #0284c7);
  color: #fff;
}
.premium-membership-logo .roxxstar-premium-badge {
  min-width: 176px;
  height: 30px;
  background: rgba(255,255,255,.96);
  border-color: rgba(255,255,255,.84);
  box-shadow: 0 10px 24px rgba(15,23,42,.22);
}
.premium-membership-logo .roxxstar-premium-logo {
  height: 22px;
  max-width: 170px;
}
.premium-free-pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 8px 12px;
  border-radius: 999px;
  background: rgba(255,255,255,.18);
  border: 1px solid rgba(255,255,255,.36);
  color: #fff;
  font-weight: 900;
  font-size: 13px;
  white-space: nowrap;
}
.premium-membership-card h2 {
  margin: 24px 26px 10px;
  font-size: clamp(24px, 3vw, 34px);
  line-height: 1.05;
  letter-spacing: -.045em;
  color: #111827;
}
.premium-membership-copy {
  margin: 0 26px 18px;
  color: #475467;
  line-height: 1.55;
  font-size: 15px;
}
.premium-benefit-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin: 0 26px 22px;
}
.premium-benefit-list div {
  border: 1px solid #e9d5ff;
  border-radius: 20px;
  padding: 14px;
  background: linear-gradient(180deg, #fff, #faf5ff);
}
.premium-benefit-list strong {
  display: block;
  color: #4c1d95;
  margin-bottom: 5px;
  font-size: 14px;
}
.premium-benefit-list span {
  display: block;
  color: #667085;
  font-size: 13px;
  line-height: 1.35;
}
.premium-modal-actions {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
  padding: 0 26px 26px;
}
.premium-other-link {
  color: #4c1d95;
}
@media (max-width: 720px) {
  .premium-membership-hero {
    align-items: flex-start;
    flex-direction: column;
  }
  .premium-benefit-list {
    grid-template-columns: 1fr;
  }
  .premium-modal-actions .btn,
  .premium-other-link {
    width: 100%;
    justify-content: center;
    text-align: center;
  }
}

/* Wishlist prompt shown below the cart. */
.wishlist-cart-section {
  margin-top: 22px;
  border-top: 1px solid #eef2ff;
  padding-top: 18px;
}
.wishlist-cart-banner {
  border-radius: 16px;
  padding: 16px 18px;
  background: linear-gradient(135deg, rgba(255,216,20,.95), rgba(255,153,0,.92));
  box-shadow: 0 14px 34px rgba(17,24,39,.12);
  margin-bottom: 16px;
  color: #111827;
}
.wishlist-cart-banner strong {
  display: block;
  font-size: 20px;
  margin-bottom: 3px;
}
.wishlist-cart-banner span {
  display: block;
  font-size: 14px;
}
.wishlist-cart-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(210px, 1fr));
  gap: 14px;
}
.wishlist-cart-card {
  background: #fff;
  border: 1px solid #eef2ff;
  border-radius: 14px;
  padding: 12px;
  display: grid;
  grid-template-columns: 78px minmax(0, 1fr);
  gap: 10px;
  box-shadow: 0 8px 24px rgba(15,23,42,.06);
}
.wishlist-cart-image {
  min-height: 78px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.wishlist-cart-image img {
  max-width: 78px;
  max-height: 78px;
  object-fit: contain;
}
.wishlist-cart-card.no-image {
  grid-template-columns: 1fr;
}
.wishlist-cart-info h3 {
  font-size: 14px;
  line-height: 1.25;
  max-height: 54px;
  overflow: hidden;
  margin: 0 0 6px;
}
.wishlist-cart-info .price {
  margin: 4px 0 8px;
  font-size: 17px;
}
.wishlist-cart-info .btn {
  width: 100%;
  padding: 8px 10px;
}
@media (max-width: 700px) {
  .wishlist-cart-grid { grid-template-columns: 1fr; }
  .wishlist-cart-card { grid-template-columns: 70px minmax(0, 1fr); }
}

/* Homepage recommendations and bestseller modules. */
.section-title-link {
  color: inherit;
  text-decoration: none;
}
.section-title-link:hover,
.section-title-link:focus-visible {
  text-decoration: underline;
}
.home-recommendation-note {
  margin: -4px 0 14px;
  color: #475569;
  font-size: 14px;
}
.recommendation-row {
  align-items: stretch;
}
.recommendation-reason {
  display: inline-flex;
  align-self: flex-start;
  border-radius: 999px;
  background: #fef3c7;
  color: #7c2d12;
  border: 1px solid rgba(245, 158, 11, .32);
  padding: 4px 8px;
  font-size: 12px;
  line-height: 1.25;
  font-weight: 700;
}
.recommendations-page {
  max-width: 1500px;
}
.recommendations-page .listing-header {
  margin-bottom: 18px;
}
.recommendations-page .product-grid {
  margin-top: 8px;
}
@media (max-width: 700px) {
  .home-recommendation-note {
    margin-top: 0;
  }
  .recommendation-reason {
    font-size: 11px;
  }
}

/* Homepage featured product rotator. Replaces the old catalog snapshot stats card. */
.product-rotator-card {
  position: relative;
  overflow: hidden;
  min-height: 315px;
  padding: 0;
  align-items: stretch;
  justify-content: stretch;
  background:
    radial-gradient(circle at 18% 20%, rgba(255, 255, 255, .92), rgba(255, 255, 255, .12) 26%, transparent 46%),
    radial-gradient(circle at 80% 16%, rgba(255, 213, 79, .48), transparent 34%),
    linear-gradient(145deg, rgba(255, 255, 255, .98), rgba(248, 250, 252, .88));
}
.product-rotator {
  position: relative;
  display: grid;
  place-items: center;
  width: 100%;
  min-height: 315px;
  padding: 30px 18px 22px;
  isolation: isolate;
  overflow: hidden;
}
.product-rotator::before {
  content: "";
  position: absolute;
  inset: -35%;
  z-index: -3;
  background: conic-gradient(from 90deg, transparent, rgba(255, 216, 20, .38), transparent, rgba(20, 184, 166, .22), transparent);
  animation: productRotatorSpin 9s linear infinite;
}
.product-rotator::after {
  content: "";
  position: absolute;
  inset: 12px;
  z-index: -2;
  border-radius: 24px;
  background: rgba(255, 255, 255, .74);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .7);
}
.product-rotator-badge {
  position: absolute;
  top: 16px;
  left: 16px;
  z-index: 4;
  border-radius: 999px;
  padding: 7px 12px;
  background: rgba(15, 23, 42, .88);
  color: #fff;
  box-shadow: 0 12px 30px rgba(15, 23, 42, .18);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .04em;
  text-transform: uppercase;
}
.product-rotator-orbit,
.product-rotator-glow {
  position: absolute;
  pointer-events: none;
  border-radius: 999px;
}
.product-rotator-orbit {
  z-index: -1;
  width: 250px;
  height: 250px;
  border: 1px solid rgba(15, 23, 42, .08);
  box-shadow: 0 0 0 26px rgba(255, 216, 20, .10), 0 0 0 56px rgba(20, 184, 166, .08);
  animation: productRotatorPulse 2s ease-in-out infinite;
}
.product-rotator-glow {
  z-index: -1;
  width: 170px;
  height: 170px;
  background: radial-gradient(circle, rgba(255, 216, 20, .42), transparent 68%);
  filter: blur(18px);
  transform: translate(38px, 36px);
}
.product-rotator-image {
  position: relative;
  z-index: 2;
  height: clamp(215px, 24vw, 300px);
  width: auto;
  max-width: 92%;
  object-fit: contain;
  object-position: center;
  filter: drop-shadow(0 24px 28px rgba(15, 23, 42, .26));
  transform-origin: center;
  animation: productRotatorFloat 1.8s ease-in-out infinite alternate;
  will-change: transform, opacity, filter;
}
.product-rotator.is-swapping .product-rotator-image {
  animation: productRotatorSwap .72s cubic-bezier(.2, .9, .22, 1) both;
}
.product-rotator.is-swapping .product-rotator-glow {
  animation: productRotatorPop .72s ease both;
}
.product-rotator.is-swapping::after {
  animation: productRotatorFlash .72s ease both;
}
.product-rotator-fallback {
  position: relative;
  z-index: 3;
  display: grid;
  gap: 7px;
  max-width: 280px;
  text-align: center;
  color: #334155;
  line-height: 1.35;
}
.product-rotator-fallback strong {
  color: #0f172a;
  font-size: 18px;
}
.product-rotator-fallback span {
  font-size: 13px;
}
.product-rotator-fallback code {
  white-space: nowrap;
}
.product-rotator-fallback[hidden],
.product-rotator-image[hidden] {
  display: none;
}
@keyframes productRotatorSpin {
  to { transform: rotate(360deg); }
}
@keyframes productRotatorPulse {
  0%, 100% { transform: scale(.94); opacity: .62; }
  50% { transform: scale(1.04); opacity: .95; }
}
@keyframes productRotatorFloat {
  from { transform: translateY(7px) scale(.99); }
  to { transform: translateY(-8px) scale(1.02); }
}
@keyframes productRotatorSwap {
  0% { opacity: 1; transform: translateY(-4px) rotate(0deg) scale(1); filter: drop-shadow(0 24px 28px rgba(15, 23, 42, .26)); }
  35% { opacity: .2; transform: translateY(12px) rotate(-10deg) scale(.84); filter: drop-shadow(0 10px 16px rgba(15, 23, 42, .16)); }
  55% { opacity: .45; transform: translateY(-18px) rotate(8deg) scale(1.1); }
  100% { opacity: 1; transform: translateY(0) rotate(0deg) scale(1); filter: drop-shadow(0 24px 28px rgba(15, 23, 42, .26)); }
}
@keyframes productRotatorPop {
  0%, 100% { transform: translate(38px, 36px) scale(1); opacity: .85; }
  45% { transform: translate(38px, 36px) scale(1.45); opacity: 1; }
}
@keyframes productRotatorFlash {
  0%, 100% { box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .7); }
  45% { box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .9), 0 0 44px rgba(255, 216, 20, .62); }
}
@media (max-width: 760px) {
  .product-rotator-card,
  .product-rotator {
    min-height: 270px;
  }
  .product-rotator-image {
    height: clamp(190px, 48vw, 250px);
  }
}

/* Stripe tax live-calculation states used by the cart JavaScript. */
.cart-address-status.error,
.cart-tax-status.error,
.cart-item-tax-line.error {
  color: #b42318;
}

.cart-address-status.pending,
.cart-tax-status.pending,
.cart-item-tax-line.pending {
  color: #111827;
}

/* Secure checkout page. */
.checkout-page {
  margin: 28px 0;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 340px;
  gap: 18px;
  align-items: start;
}

.checkout-main,
.checkout-step,
.checkout-confirmation-card {
  background: rgba(255,255,255,.94);
  border: 1px solid rgba(124, 58, 237, .12);
  border-radius: 28px;
  box-shadow: var(--shadow);
}

.checkout-main {
  display: grid;
  gap: 16px;
  padding: 18px;
}

.checkout-header-row,
.checkout-step-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
}

.checkout-header-row h1,
.checkout-step-title h2 {
  margin: 0;
}

.checkout-step {
  padding: 16px;
}

.checkout-step-title {
  margin-bottom: 12px;
}

.checkout-step-title span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  border-radius: 999px;
  background: #f3e8ff;
  color: #312e81;
  font-weight: 900;
  margin-right: 8px;
}

.checkout-step-title > div,
.checkout-step-title h2 {
  display: flex;
  align-items: center;
  gap: 8px;
}

.checkout-address-list,
.checkout-review-list,
.checkout-saved-methods {
  display: grid;
  gap: 10px;
}

.checkout-address-summary,
.checkout-payment-choice,
.checkout-new-card,
.checkout-review-item,
.checkout-confirmation-grid > div {
  border: 1px solid #e4e7ec;
  border-radius: 18px;
  background: #fff;
}

.checkout-address-summary {
  display: grid;
  gap: 4px;
  padding: 12px;
}

.checkout-address-summary strong,
.checkout-confirmation-grid strong {
  color: #312e81;
  font-size: 13px;
}

.checkout-address-summary span,
.checkout-confirmation-grid span {
  color: #344054;
  overflow-wrap: anywhere;
}

.checkout-payment-choice {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  padding: 12px;
  cursor: pointer;
}

.checkout-payment-choice input {
  margin-top: 4px;
  accent-color: #7c3aed;
}

.checkout-payment-choice span {
  display: grid;
  gap: 3px;
}

.checkout-payment-choice small,
.checkout-secure-note {
  color: #667085;
}

.checkout-new-card {
  margin-top: 12px;
  padding: 14px;
}

.checkout-save-card {
  display: flex;
  gap: 8px;
  align-items: center;
  margin-bottom: 12px;
  color: #344054;
  font-weight: 800;
  font-size: 14px;
}

.checkout-card-element {
  min-height: 44px;
  padding: 12px;
  border: 1px solid #d0d5dd;
  border-radius: 14px;
  background: #fff;
}

.checkout-payment-message {
  margin: 12px 0 0;
  padding: 10px 12px;
  border-radius: 14px;
  font-weight: 800;
}

.checkout-payment-message.is-error {
  border: 1px solid #fecaca;
  background: #fef2f2;
  color: #b91c1c;
}

.checkout-payment-message.is-success {
  border: 1px solid #bbf7d0;
  background: #f0fdf4;
  color: #166534;
}

.checkout-payment-message.is-pending {
  border: 1px solid #bfdbfe;
  background: #eff6ff;
  color: #1d4ed8;
}

.checkout-review-item {
  display: grid;
  grid-template-columns: 86px minmax(0, 1fr) auto;
  gap: 14px;
  padding: 12px;
  align-items: center;
}

.checkout-review-image {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 80px;
}

.checkout-review-image img {
  max-width: 78px;
  max-height: 78px;
  object-fit: contain;
}

.checkout-review-info h3 {
  margin: 0 0 6px;
  font-size: 15px;
  line-height: 1.35;
}

.checkout-review-price {
  color: #c2410c;
  font-weight: 900;
  white-space: nowrap;
}

.checkout-summary {
  position: sticky;
  top: 118px;
}

.checkout-summary #placeOrderBtn {
  width: 100%;
  margin-top: 14px;
}

.checkout-blocking-note {
  margin-top: 12px;
}

.checkout-confirmation-page {
  grid-template-columns: 1fr;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}

.checkout-confirmation-card {
  padding: clamp(22px, 4vw, 38px);
}

.checkout-confirmation-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin: 18px 0;
}

.checkout-confirmation-grid > div {
  display: grid;
  gap: 4px;
  padding: 14px;
}

@media (max-width: 900px) {
  .checkout-page {
    grid-template-columns: 1fr;
    margin: 18px 0;
  }

  .checkout-summary {
    position: static;
  }
}

@media (max-width: 560px) {
  .checkout-header-row,
  .checkout-step-title {
    align-items: flex-start;
    flex-direction: column;
  }

  .checkout-review-item {
    grid-template-columns: 70px minmax(0, 1fr);
  }

  .checkout-review-price {
    grid-column: 2;
  }

  .checkout-confirmation-grid {
    grid-template-columns: 1fr;
  }
}

/* ==========================================================
   Category navigation update: hover subcategory bubbles,
   collapsible department drawer, and adult-section age gate.
   ========================================================== */
.department-strip {
  overflow: visible;
  align-items: center;
}
.department-nav-item {
  position: relative;
  display: inline-flex;
  align-items: center;
  flex: 0 0 auto;
}
.department-nav-item > .department-main-link {
  display: inline-flex;
  align-items: center;
}
.department-flyout {
  position: absolute;
  top: calc(100% + 10px);
  left: 0;
  z-index: 80;
  display: none;
  min-width: 250px;
  max-width: min(360px, calc(100vw - 32px));
  max-height: min(460px, calc(100vh - 190px));
  overflow: auto;
  padding: 14px;
  border: 1px solid rgba(167, 139, 250, .32);
  border-radius: 24px;
  background: rgba(255,255,255,.98);
  box-shadow: 0 24px 64px rgba(44,35,122,.22);
  backdrop-filter: blur(14px);
}
.department-flyout::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: -12px;
  height: 12px;
}
.department-nav-item:hover .department-flyout,
.department-nav-item:focus-within .department-flyout {
  display: grid;
  gap: 7px;
}
.department-flyout-heading {
  display: block;
  padding: 2px 4px 8px;
  color: #312e81;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: .02em;
  text-transform: uppercase;
}
.department-strip .department-flyout a {
  display: block;
  color: #344054;
  background: #f8f7ff;
  border: 1px solid #ece9fe;
  border-radius: 999px;
  padding: 9px 12px;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.2;
  white-space: normal;
  box-shadow: none;
}
.department-strip .department-flyout a:hover,
.department-strip .department-flyout a:focus {
  color: #4c1d95;
  background: #faf5ff;
  border-color: #c4b5fd;
  text-decoration: none;
}
.drawer-help {
  margin: -6px 0 14px;
  color: #667085;
  font-size: 14px;
  line-height: 1.4;
}
.drawer-category {
  border-top: 1px solid #eef2ff;
  padding: 10px 0;
}
.drawer-category-row {
  display: flex;
  align-items: center;
  gap: 10px;
}
.drawer-category-link {
  flex: 1 1 auto;
  min-width: 0;
  color: #111827;
  font-weight: 800;
  line-height: 1.25;
}
.drawer-category-link:hover {
  color: #4c1d95;
}
.drawer-toggle {
  flex: 0 0 auto;
  width: 34px;
  height: 34px;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: #4c1d95;
  font-size: 30px;
  font-weight: 900;
  line-height: 1;
  padding: 0;
  transition: transform .18s ease, color .18s ease;
}
.drawer-toggle:hover,
.drawer-toggle:focus {
  color: #312e81;
  background: transparent;
}
.drawer-toggle:hover {
  transform: translateX(2px);
}
.drawer-submenu-view[hidden],
.drawer-main-view[hidden],
.drawer-submenu-panel[hidden] {
  display: none;
}
.drawer-submenu-panel {
  animation: drawerSubmenuIn .18s ease;
}
.drawer-back {
  display: block;
  width: 100%;
  margin: 0 0 14px;
  padding: 0 0 13px;
  border: 0;
  border-bottom: 1px solid #eef2ff;
  background: transparent;
  color: #111827;
  cursor: pointer;
  font: inherit;
  font-weight: 800;
  text-align: left;
}
.drawer-back:hover,
.drawer-back:focus {
  color: #4c1d95;
}
.drawer-submenu-heading {
  border-top: 0;
  padding: 0 0 10px;
}
.drawer-submenu-heading .drawer-category-link {
  display: block;
}
@keyframes drawerSubmenuIn {
  from { opacity: .7; transform: translateX(24px); }
  to { opacity: 1; transform: translateX(0); }
}
.drawer-subcats[hidden] {
  display: none;
}
.drawer-subcats {
  margin-top: 10px;
  display: grid;
  gap: 7px;
  padding: 0 0 2px 12px;
}
.drawer-subcats a {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  color: #475467;
  background: #fbfbff;
  border: 1px solid #eef2ff;
  border-radius: 14px;
  padding: 9px 11px;
  font-size: 14px;
}
.drawer-subcats a:hover {
  color: #4c1d95;
  background: #faf5ff;
  border-color: #ddd6fe;
  text-decoration: none;
}
.drawer-category-adult {
  margin-top: 12px;
  padding: 12px;
  border: 1px solid #fecdd3;
  border-radius: 20px;
  background: #fff1f2;
}
.drawer-category-adult .drawer-category-link {
  color: #9f1239;
}
.drawer-category-adult .drawer-category-link:hover {
  color: #be123c;
}
.drawer-category-adult .drawer-toggle {
  color: #9f1239;
  background: transparent;
  border: 0;
}
.drawer-adult-note {
  margin-top: 6px;
  color: #9f1239;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .02em;
  text-transform: uppercase;
}
.adult-gate-backdrop {
  z-index: 10000;
}
.adult-gate-modal {
  width: min(540px, 100%);
  text-align: left;
}
.adult-gate-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 58px;
  height: 58px;
  margin-bottom: 12px;
  border-radius: 999px;
  background: #fff1f2;
  color: #9f1239;
  border: 1px solid #fecdd3;
  font-weight: 900;
  letter-spacing: -.04em;
}
.adult-gate-modal h2 {
  margin: 0 0 10px;
}
.adult-gate-modal p {
  color: #475467;
  line-height: 1.55;
}
.adult-gate-actions {
  display: flex;
  justify-content: flex-end;
  gap: 10px;
  flex-wrap: wrap;
  margin-top: 18px;
}
@media (max-width: 900px) {
  .department-strip {
    overflow: auto hidden;
  }
  .department-flyout {
    display: none !important;
  }
  .adult-gate-actions .btn {
    width: 100%;
  }
}
.department-nav-item::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 100%;
  height: 12px;
}

/* Department nav fixes: All button stays left; categories center, wrap, and close flyouts on leave/click. */
.rp-navline {
  display: grid;
  grid-template-columns: var(--department-side-width, 86px) minmax(0, 1fr) var(--department-side-width, 86px);
  align-items: start;
  column-gap: 12px;
  row-gap: 8px;
  min-height: 0;
  height: auto;
  overflow: visible;
}

.rp-navline .nav-pill {
  grid-column: 1;
  justify-self: start;
  align-self: start;
}

.department-strip {
  grid-column: 2;
  width: 100%;
  min-width: 0;
  justify-self: stretch;
  display: flex;
  flex: none;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 10px;
  row-gap: 8px;
  overflow: visible;
}

.rp-navline::after {
  content: "";
  display: block;
  grid-column: 3;
  width: var(--department-side-width, 86px);
}

.department-nav-item {
  position: relative;
}

.department-nav-item::after {
  display: none;
  pointer-events: auto;
}

.department-nav-item.open::after {
  display: block;
}

.department-nav-item:hover .department-flyout,
.department-nav-item:focus-within .department-flyout {
  display: none;
  pointer-events: none;
}

.department-nav-item.open .department-flyout,
.department-nav-item.open:hover .department-flyout,
.department-nav-item.open:focus-within .department-flyout {
  display: grid;
  gap: 7px;
  pointer-events: auto;
}

.department-nav-item.open > .department-main-link,
.department-nav-item.open:focus-within > .department-main-link {
  color: #4c1d95;
  background: #faf5ff;
  border-color: #a78bfa;
  text-decoration: none;
}

@media (max-width: 900px) {
  .department-strip {
    overflow: visible;
  }
}

@media (max-width: 760px) {
  .rp-navline {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
  }

  .rp-navline::after {
    display: none;
  }

  .department-strip {
    flex: 1 1 100%;
    width: 100%;
  }
}

/* Current visual cleanup: darker RoxxPort logo panel and bare hero product rotator. */
.product-rotator-card {
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
  backdrop-filter: none !important;
  -webkit-backdrop-filter: none !important;
  overflow: visible;
}
.product-rotator {
  background: transparent !important;
  overflow: visible;
  padding: 0 18px;
}
.product-rotator::before,
.product-rotator::after,
.product-rotator-badge,
.product-rotator-orbit,
.product-rotator-glow {
  display: none !important;
}
.product-rotator-image {
  filter: drop-shadow(0 24px 28px rgba(15, 23, 42, .28));
}

/* Current department-bar fix: keep the bar to main categories only unless one flyout is intentionally opened. */
.department-nav-item > .department-main-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 40px;
  text-align: center;
}
.department-flyout[hidden] {
  display: none !important;
}
.department-nav-item:not(.open) > .department-flyout {
  display: none !important;
  pointer-events: none !important;
}
.department-nav-item.open > .department-flyout {
  display: grid !important;
  gap: 7px;
  pointer-events: auto;
}

/* RoxxStar Premium splash, signup offer, and first-purchase discount UI. */
body.roxxstar-splash-open {
  overflow: hidden;
}
.roxxstar-splash {
  position: fixed;
  inset: 0;
  z-index: 9998;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px;
  background:
    radial-gradient(circle at 18% 12%, rgba(124, 58, 237, .45), transparent 31rem),
    radial-gradient(circle at 82% 20%, rgba(6, 182, 212, .32), transparent 29rem),
    rgba(15, 23, 42, .66);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  animation: roxxstarSplashIn .22s ease both;
}
.roxxstar-splash.closing {
  animation: roxxstarSplashOut .18s ease both;
}
.roxxstar-splash-shell {
  position: relative;
  width: min(980px, 96vw);
  max-height: min(820px, 90vh);
  overflow: auto;
  border-radius: 34px;
  background: rgba(255, 255, 255, .96);
  border: 1px solid rgba(255, 255, 255, .62);
  box-shadow: 0 38px 110px rgba(15, 23, 42, .42);
}
.roxxstar-splash-shell > [data-roxxstar-splash-content] {
  display: grid;
  grid-template-columns: minmax(280px, .86fr) minmax(0, 1.14fr);
  min-height: 560px;
}
.roxxstar-splash-close {
  position: absolute;
  top: 16px;
  right: 18px;
  z-index: 2;
  width: 42px;
  height: 42px;
  border: 0;
  border-radius: 999px;
  background: rgba(255, 255, 255, .86);
  color: #111827;
  font-size: 30px;
  line-height: 1;
  box-shadow: 0 10px 28px rgba(15, 23, 42, .18);
}
.roxxstar-splash-close:hover {
  background: #fff;
}
.roxxstar-splash-visual {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 20px;
  padding: 46px 34px;
  color: #fff;
  overflow: hidden;
  background:
    radial-gradient(circle at 20% 20%, rgba(255, 255, 255, .32), transparent 11rem),
    linear-gradient(135deg, #111827 0%, #4c1d95 48%, #0284c7 100%);
}
.roxxstar-splash-orb {
  position: absolute;
  border-radius: 999px;
  background: rgba(255, 255, 255, .16);
  filter: blur(1px);
  pointer-events: none;
}
.roxxstar-splash-orb.orb-one {
  width: 240px;
  height: 240px;
  top: -76px;
  left: -86px;
}
.roxxstar-splash-orb.orb-two {
  width: 310px;
  height: 310px;
  right: -150px;
  bottom: -130px;
}
.roxxstar-splash-welcome {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 10px;
  width: min(310px, 100%);
  margin: 0 0 -2px;
}
.roxxstar-splash-welcome-label {
  display: block;
  color: #fff;
  font-size: clamp(23px, 3.1vw, 34px);
  line-height: 1.02;
  font-weight: 950;
  letter-spacing: -.045em;
  text-shadow: 0 12px 30px rgba(15, 23, 42, .28);
}
.roxxstar-splash-roxxport-logo-wrap {
  position: relative;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  max-width: 100%;
  padding: 13px 16px;
  border-radius: 22px;
  background: rgba(255, 255, 255, .96);
  box-shadow: 0 22px 45px rgba(15, 23, 42, .24);
}
.roxxstar-splash-roxxport-logo {
  display: block;
  width: min(258px, 58vw);
  max-height: 82px;
  object-fit: contain;
}
.roxxstar-splash-roxxport-logo-fallback {
  color: #4c1d95;
  font-size: clamp(26px, 4vw, 38px);
  font-weight: 950;
  letter-spacing: -.045em;
}
.roxxstar-splash-logo-wrap,
.signup-premium-logo-img-wrap,
.roxxstar-account-logo-img-wrap {
  position: relative;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  max-width: 100%;
  border-radius: 24px;
  background: rgba(255, 255, 255, .96);
  box-shadow: 0 22px 45px rgba(15, 23, 42, .24);
}
.roxxstar-splash-logo-wrap {
  padding: 22px 24px;
}
.roxxstar-splash-logo {
  display: block;
  width: min(310px, 66vw);
  max-height: 112px;
  object-fit: contain;
}
.roxxstar-splash-logo-fallback,
.signup-premium-logo-img-fallback,
.roxxstar-account-logo-img-fallback {
  color: #4c1d95;
  font-weight: 900;
  letter-spacing: -.02em;
}
.roxxstar-splash-logo-fallback {
  font-size: clamp(26px, 4vw, 42px);
}
.roxxstar-splash-tagline {
  position: relative;
  z-index: 1;
  width: min(310px, 100%);
  margin: 0;
  color: #e0f2fe;
  font-size: 18px;
  line-height: 1.45;
}
.roxxstar-splash-progress {
  position: relative;
  z-index: 1;
  width: min(310px, 100%);
  height: 10px;
  overflow: hidden;
  border-radius: 999px;
  background: rgba(255, 255, 255, .20);
  border: 1px solid rgba(255, 255, 255, .22);
}
.roxxstar-splash-progress span {
  display: block;
  width: 42%;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, #fff, #a5f3fc);
  animation: roxxstarSplashProgress 1.55s ease-in-out infinite;
}
.roxxstar-splash-left-discount {
  position: relative;
  z-index: 1;
  width: min(310px, 100%);
  margin: -6px 0 0;
  padding: 11px 14px;
  border: 1px solid rgba(255, 255, 255, .30);
  border-radius: 999px;
  background: rgba(255, 255, 255, .14);
  color: #fff;
  font-size: clamp(15px, 2vw, 20px);
  font-weight: 950;
  line-height: 1.15;
  letter-spacing: -.02em;
  box-shadow: 0 14px 34px rgba(15, 23, 42, .16);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}
.roxxstar-splash-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 16px;
  padding: clamp(28px, 5vw, 54px);
}
.roxxstar-splash-eyebrow {
  width: fit-content;
  margin: 0;
  padding: 7px 12px;
  border-radius: 999px;
  background: #eef2ff;
  color: #4c1d95;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.roxxstar-splash-copy h2 {
  margin: 0;
  color: #111827;
  font-size: clamp(32px, 4.8vw, 54px);
  line-height: .98;
  letter-spacing: -.055em;
}
.roxxstar-splash-copy p {
  margin: 0;
  color: #475467;
  font-size: 16px;
  line-height: 1.55;
}
.roxxstar-splash-benefits {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin-top: 4px;
}
.roxxstar-splash-benefit {
  padding: 14px;
  border: 1px solid #e9d5ff;
  border-radius: 18px;
  background: linear-gradient(180deg, #fff, #faf5ff);
}
.roxxstar-splash-benefit strong,
.signup-premium-benefits span {
  display: block;
  color: #4c1d95;
  font-weight: 900;
}
.roxxstar-splash-benefit span {
  display: block;
  margin-top: 5px;
  color: #667085;
  font-size: 13px;
  line-height: 1.35;
}

.roxxstar-splash-actions {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 2px;
}
.roxxstar-splash-primary {
  min-width: 212px;
}
.roxxstar-splash-skip {
  color: #4c1d95;
}
.roxxstar-splash-copy.is-member {
  gap: 14px;
}
.roxxstar-splash-copy.is-member h2 {
  font-size: clamp(28px, 3.8vw, 44px);
}
.roxxstar-splash-member-picks-wrap {
  display: grid;
  gap: 10px;
  margin-top: 2px;
}
.roxxstar-splash-member-picks {
  min-height: 238px;
}
.roxxstar-splash-picks-loading,
.roxxstar-splash-member-picks-empty {
  padding: 16px;
  border: 1px dashed #d8b4fe;
  border-radius: 18px;
  background: linear-gradient(180deg, #fff, #faf5ff);
  color: #667085;
  font-size: 14px;
  line-height: 1.45;
}
.roxxstar-splash-member-picks-empty p {
  margin: 0;
}
.roxxstar-splash-picks-heading {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 8px;
}
.roxxstar-splash-picks-heading strong {
  color: #111827;
  font-size: 17px;
  font-weight: 950;
  letter-spacing: -.025em;
}
.roxxstar-splash-picks-heading span {
  color: #667085;
  font-size: 12px;
  line-height: 1.3;
  text-align: right;
}
.roxxstar-splash-picks-list {
  display: grid;
  gap: 10px;
}
.roxxstar-splash-pick-link {
  display: grid;
  grid-template-columns: 76px minmax(0, 1fr);
  gap: 12px;
  align-items: center;
  min-width: 0;
  padding: 10px;
  border: 1px solid #e9d5ff;
  border-radius: 20px;
  background: linear-gradient(180deg, #fff, #faf5ff);
  color: #111827;
  box-shadow: 0 12px 26px rgba(44, 35, 122, .08);
  transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
}
.roxxstar-splash-pick-link:hover {
  color: #111827;
  text-decoration: none;
  border-color: #a78bfa;
  box-shadow: 0 18px 34px rgba(44, 35, 122, .14);
  transform: translateY(-2px);
}
.roxxstar-splash-pick-image {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 76px;
  height: 76px;
  overflow: hidden;
  border-radius: 16px;
  background: #fff;
  border: 1px solid #eef2ff;
}
.roxxstar-splash-pick-img {
  display: block;
  max-width: 68px;
  max-height: 68px;
  object-fit: contain;
}
.roxxstar-splash-pick-image-fallback {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  padding: 8px;
  color: #4c1d95;
  font-size: 11px;
  font-weight: 900;
  line-height: 1.15;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: .06em;
  background: #f5f3ff;
}
.roxxstar-splash-pick-info {
  display: grid;
  gap: 4px;
  min-width: 0;
}
.roxxstar-splash-pick-info strong {
  color: #111827;
  font-size: 14px;
  font-weight: 850;
  line-height: 1.22;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.roxxstar-splash-pick-price {
  color: #c2410c;
  font-size: 16px;
  font-weight: 950;
  line-height: 1;
}
.roxxstar-splash-pick-price small {
  color: #667085;
  font-size: 12px;
  font-weight: 700;
}
.roxxstar-splash-pick-info small {
  color: #667085;
  font-size: 12px;
  line-height: 1.25;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.signup-premium-banner {
  display: grid;
  grid-template-columns: 210px minmax(0, 1fr);
  gap: 20px;
  align-items: center;
  padding: 20px;
  border: 1px solid #e9d5ff;
  border-radius: 24px;
  background:
    radial-gradient(circle at 12% 0%, rgba(124, 58, 237, .15), transparent 18rem),
    linear-gradient(135deg, #fff, #f5f3ff);
}
.signup-premium-logo {
  display: flex;
  align-items: center;
  justify-content: center;
}
.signup-premium-logo-img-wrap,
.roxxstar-account-logo-img-wrap {
  padding: 13px 15px;
  border: 1px solid #ede9fe;
  box-shadow: 0 16px 32px rgba(44, 35, 122, .14);
}
.signup-premium-logo-img,
.roxxstar-account-logo-img {
  display: block;
  width: 176px;
  max-height: 66px;
  object-fit: contain;
}
.signup-premium-banner h2 {
  margin: 0 0 8px;
  color: #111827;
  font-size: clamp(22px, 3vw, 30px);
  line-height: 1.05;
  letter-spacing: -.04em;
}
.signup-premium-banner p {
  margin: 0;
  color: #475467;
  line-height: 1.45;
}
.signup-premium-benefits {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 12px;
}
.signup-premium-benefits span {
  padding: 7px 10px;
  border-radius: 999px;
  background: #fff;
  border: 1px solid #e9d5ff;
  font-size: 12px;
}
.receipt-row.receipt-discount-row span,
.receipt-row.receipt-discount-row strong,
.roxxstar-discount-note {
  color: #027a48;
}
.roxxstar-account-status {
  display: grid;
  gap: 10px;
}
.roxxstar-account-logo {
  display: flex;
  justify-content: flex-start;
}
@keyframes roxxstarSplashIn {
  from { opacity: 0; }
  to { opacity: 1; }
}
@keyframes roxxstarSplashOut {
  from { opacity: 1; }
  to { opacity: 0; }
}
@keyframes roxxstarSplashProgress {
  0% { transform: translateX(-110%); }
  50% { transform: translateX(62%); }
  100% { transform: translateX(250%); }
}
@media (max-width: 820px) {
  .roxxstar-splash {
    padding: 14px;
    align-items: flex-start;
    overflow: auto;
  }
  .roxxstar-splash-shell > [data-roxxstar-splash-content] {
    grid-template-columns: 1fr;
    min-height: 0;
  }
  .roxxstar-splash-visual {
    min-height: 250px;
    padding: 34px 24px;
  }
  .roxxstar-splash-copy {
    padding: 26px;
  }
  .roxxstar-splash-benefits,
  .signup-premium-banner {
    grid-template-columns: 1fr;
  }
  .roxxstar-splash-picks-heading {
    align-items: flex-start;
    flex-direction: column;
  }
  .roxxstar-splash-picks-heading span {
    text-align: left;
  }
  .signup-premium-logo {
    justify-content: flex-start;
  }
}
@media (max-width: 560px) {
  .roxxstar-splash-actions .btn,
  .roxxstar-splash-actions .inline-link {
    width: 100%;
    justify-content: center;
    text-align: center;
  }
  .roxxstar-splash-logo {
    width: min(260px, 76vw);
  }
  .roxxstar-splash-roxxport-logo {
    width: min(222px, 70vw);
  }
  .roxxstar-splash-pick-link {
    grid-template-columns: 64px minmax(0, 1fr);
  }
  .roxxstar-splash-pick-image {
    width: 64px;
    height: 64px;
  }
  .roxxstar-splash-pick-img {
    max-width: 56px;
    max-height: 56px;
  }
  .signup-premium-logo-img,
  .roxxstar-account-logo-img {
    width: 148px;
  }
}
@media (prefers-reduced-motion: reduce) {
  .roxxstar-splash,
  .roxxstar-splash.closing,
  .roxxstar-splash-progress span {
    animation: none !important;
  }
}

/* Drawer category drill-down fix: let subcategories open one level at a time. */
.drawer-dynamic-view {
  display: block;
}
.drawer-category-link-button,
.drawer-category-label {
  display: block;
  width: 100%;
  min-width: 0;
  padding: 0;
  border: 0;
  background: transparent;
  color: #111827;
  font: inherit;
  font-weight: 800;
  line-height: 1.25;
  text-align: left;
}
.drawer-category-link-button:hover,
.drawer-category-link-button:focus {
  color: #4c1d95;
  background: transparent;
}
.drawer-submenu-heading > h2 {
  margin: 0;
}
.drawer-submenu-heading > .drawer-category-link,
.drawer-submenu-heading > .drawer-category-label {
  margin-bottom: 8px;
  font-size: 20px;
  letter-spacing: -.02em;
}

/* ==========================================================
   Orders, Buy Again, and delivered-item reviews.
   ========================================================== */
.orders-page {
  max-width: 1180px;
  margin: 28px auto;
  padding: 0 18px;
}
.orders-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 18px;
}
.orders-header h1 {
  margin: 0;
  letter-spacing: -.04em;
}
.orders-tabs {
  display: flex;
  gap: 0;
  border-bottom: 1px solid #d0d5dd;
  margin-bottom: 18px;
  overflow-x: auto;
}
.orders-tab {
  border: 0;
  border-bottom: 3px solid transparent;
  background: transparent;
  padding: 13px 18px 12px;
  color: #344054;
  font: inherit;
  font-weight: 900;
  cursor: pointer;
  white-space: nowrap;
}
.orders-tab span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 22px;
  min-height: 22px;
  margin-left: 6px;
  padding: 0 6px;
  border-radius: 999px;
  background: #f2f4f7;
  color: #667085;
  font-size: 12px;
}
.orders-tab.active {
  border-bottom-color: #f59e0b;
  color: #111827;
}
.orders-tab.active span {
  background: #fff7ed;
  color: #c2410c;
}
.orders-panel[hidden] {
  display: none;
}
.orders-empty {
  display: grid;
  gap: 10px;
  justify-items: start;
  padding: clamp(22px, 4vw, 40px);
  border: 1px solid #eef2ff;
  border-radius: 28px;
  background: rgba(255,255,255,.94);
  box-shadow: var(--shadow);
}
.orders-empty h2 {
  margin: 0;
}
.order-card {
  overflow: hidden;
  margin-bottom: 18px;
  border: 1px solid #d0d5dd;
  border-radius: 22px;
  background: #fff;
  box-shadow: 0 12px 34px rgba(15,23,42,.07);
}
.order-card-header {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
  padding: 14px 16px;
  background: #f8fafc;
  border-bottom: 1px solid #e4e7ec;
}
.order-card-header div {
  display: grid;
  gap: 3px;
  min-width: 0;
}
.order-card-header span,
.order-card-subhead span {
  color: #667085;
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .04em;
}
.order-card-header strong {
  color: #111827;
  overflow-wrap: anywhere;
}
.order-number-box strong {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", monospace;
  font-size: 13px;
}
.order-card-subhead {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 12px 16px;
  border-bottom: 1px solid #eef2ff;
}
.order-card-subhead > div {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}
.order-status-pill {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  border-radius: 999px;
  padding: 5px 10px;
  background: #eff6ff;
  color: #1d4ed8;
  font-size: 12px;
  font-weight: 950;
  letter-spacing: .02em;
}
.order-status-pill.status-delivered {
  background: #ecfdf3;
  color: #027a48;
}
.order-status-pill.status-cancelled,
.order-status-pill.status-canceled,
.order-status-pill.status-refunded {
  background: #fef2f2;
  color: #b91c1c;
}
.order-items-list {
  display: grid;
}
.order-item-row {
  display: grid;
  grid-template-columns: 118px minmax(0, 1fr) minmax(140px, auto);
  gap: 16px;
  padding: 18px 16px;
  border-top: 1px solid #f2f4f7;
}
.order-item-row:first-child {
  border-top: 0;
}
.order-item-image,
.buy-again-image,
.review-modal-thumb {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #eef2ff;
  border-radius: 18px;
  background: #fff;
  min-height: 104px;
}
.order-item-img,
.buy-again-img,
.review-modal-img {
  max-width: 96px;
  max-height: 96px;
  object-fit: contain;
}
.order-image-fallback {
  color: #667085;
  font-weight: 900;
}
.order-item-main h3,
.buy-again-main h3 {
  margin: 0 0 7px;
  font-size: 16px;
  line-height: 1.35;
}
.order-item-main h3 a,
.buy-again-main h3 a {
  color: #111827;
  text-decoration: none;
}
.order-item-main h3 a:hover,
.buy-again-main h3 a:hover {
  color: #2563eb;
  text-decoration: underline;
}
.order-item-actions,
.buy-again-actions,
.review-modal-actions {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 12px;
}
.order-action {
  min-width: 0;
  padding: 8px 12px;
  font-size: 13px;
}
.order-item-side {
  display: grid;
  align-content: start;
  justify-items: end;
  gap: 10px;
  text-align: right;
}
.order-item-side strong {
  color: #c2410c;
  font-size: 16px;
}
.order-review-note {
  margin: 8px 0 0;
  color: #475467;
  font-size: 13px;
  font-weight: 750;
}
.order-item-row.is-unavailable {
  background: #f9fafb;
}
.price-drop-banner {
  width: fit-content;
  margin: 9px 0 0;
  border-radius: 999px;
  padding: 6px 10px;
  background: #ecfdf3;
  color: #027a48;
  font-size: 12px;
  font-weight: 950;
}
.buy-again-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  gap: 16px;
}
.buy-again-card {
  display: grid;
  gap: 12px;
  padding: 16px;
  border: 1px solid #d0d5dd;
  border-radius: 22px;
  background: #fff;
  box-shadow: 0 12px 34px rgba(15,23,42,.07);
}
.buy-again-image {
  min-height: 150px;
}
.buy-again-img {
  max-width: 142px;
  max-height: 142px;
}
.buy-again-prices {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
  margin: 10px 0 0;
}
.buy-again-prices strong {
  color: #c2410c;
  font-size: 18px;
}
.buy-again-prices span {
  color: #667085;
  font-size: 13px;
  font-weight: 800;
}
.review-modal {
  width: min(680px, 100%);
}
.review-modal-product {
  display: grid;
  grid-template-columns: 96px minmax(0, 1fr);
  gap: 12px;
  align-items: center;
  margin: 12px 0 16px;
  padding: 12px;
  border: 1px solid #eef2ff;
  border-radius: 18px;
  background: #f8fafc;
}
.review-modal-thumb {
  min-height: 82px;
}
.review-modal-img {
  max-width: 74px;
  max-height: 74px;
}
.review-form {
  display: grid;
  gap: 12px;
}
.review-form label {
  display: grid;
  gap: 6px;
  color: #344054;
  font-weight: 850;
}
.review-form input,
.review-form textarea {
  width: 100%;
  border: 1px solid #d0d5dd;
  border-radius: 14px;
  padding: 10px 12px;
  font: inherit;
  background: #fff;
}
.review-form textarea {
  min-height: 126px;
  resize: vertical;
}
.review-stars {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  margin: 0;
  padding: 12px;
  border: 1px solid #e4e7ec;
  border-radius: 16px;
}
.review-stars legend {
  padding: 0 6px;
  color: #344054;
  font-weight: 900;
}
.review-stars label {
  display: inline-flex;
  grid-template-columns: none;
  align-items: center;
  gap: 6px;
  cursor: pointer;
}
.review-stars input {
  width: auto;
  accent-color: #f59e0b;
}
.review-stars span {
  color: #f59e0b;
  font-weight: 950;
  letter-spacing: .04em;
}
@media (max-width: 760px) {
  .orders-header,
  .order-card-subhead {
    align-items: flex-start;
    flex-direction: column;
  }
  .order-card-header {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .order-item-row {
    grid-template-columns: 86px minmax(0, 1fr);
  }
  .order-item-image {
    min-height: 84px;
  }
  .order-item-img {
    max-width: 78px;
    max-height: 78px;
  }
  .order-item-side {
    grid-column: 2;
    justify-items: start;
    text-align: left;
  }
}
@media (max-width: 520px) {
  .order-card-header,
  .review-modal-product {
    grid-template-columns: 1fr;
  }
}

/* Variant availability guard: incomplete variants remain visible but cannot be selected. */
.variant-stock-label {
  display: block;
  margin-top: 2px;
  font-size: 11px;
  font-weight: 700;
  line-height: 1.1;
  text-decoration: none;
}
.variant-option.disabled .variant-stock-label {
  text-decoration: none;
}
.variant-option.disabled {
  text-decoration: none;
}
.variant-option.disabled > span {
  text-decoration: line-through;
}
.variant-option.disabled .variant-stock-label {
  text-decoration: none;
}
