
/* v27 premium commerce layer - scoped and theme-setting friendly */
body.theme-premium.theme-default-ecom {
  --pm-radius: 22px;
  --pm-border: rgba(15, 23, 42, .08);
  --pm-shadow: 0 14px 45px rgba(15, 23, 42, .08);
  --pm-shadow-strong: 0 20px 55px rgba(15, 23, 42, .12);
  --pm-surface-1: color-mix(in srgb, var(--t-card-bg) 92%, #fff 8%);
  --pm-surface-2: color-mix(in srgb, var(--t-card-bg) 82%, var(--t-primary) 18%);
  --pm-text-soft: color-mix(in srgb, var(--t-header-text) 60%, #64748b 40%);
  --pm-line: color-mix(in srgb, var(--t-header-text) 10%, #e2e8f0 90%);
}
body.theme-premium.theme-default-ecom .site-header,
body.theme-premium.theme-default-ecom .auth-card,
body.theme-premium.theme-default-ecom .card,
body.theme-premium.theme-default-ecom .cart-empty,
body.theme-premium.theme-default-ecom .pd-side,
body.theme-premium.theme-default-ecom .category-filters,
body.theme-premium.theme-default-ecom .products-toolbar,
body.theme-premium.theme-default-ecom .checkout-layout > *,
body.theme-premium.theme-default-ecom .account-card,
body.theme-premium.theme-default-ecom .product-card,
body.theme-premium.theme-default-ecom .premium-surface {
  border-radius: var(--pm-radius);
  border: 1px solid var(--pm-line);
  box-shadow: var(--pm-shadow);
}
body.theme-premium.theme-default-ecom .product-card,
body.theme-premium.theme-default-ecom .d-card,
body.theme-premium.theme-default-ecom .cart-item,
body.theme-premium.theme-default-ecom .checkout-section,
body.theme-premium.theme-default-ecom .category-product-card {
  background: linear-gradient(180deg, rgba(255,255,255,.96), rgba(255,255,255,.88));
  backdrop-filter: saturate(130%) blur(10px);
}
body.theme-premium.theme-default-ecom .premium-page-shell{padding-bottom:28px;}
body.theme-premium.theme-default-ecom .premium-page-hero {
  display:flex;align-items:center;justify-content:space-between;gap:20px;
  padding:22px 26px;margin:0 0 20px;
  border-radius:calc(var(--pm-radius) + 4px);
  background: radial-gradient(circle at top left, color-mix(in srgb, var(--t-primary) 18%, #fff 82%), rgba(255,255,255,.96)),
              linear-gradient(135deg, rgba(255,255,255,.98), rgba(248,250,252,.92));
  border:1px solid color-mix(in srgb, var(--t-primary) 14%, #e2e8f0 86%);
  box-shadow: var(--pm-shadow);
}
body.theme-premium.theme-default-ecom .premium-page-hero__meta{display:flex;gap:10px;flex-wrap:wrap;margin-top:8px;color:var(--pm-text-soft);font-size:13px}
body.theme-premium.theme-default-ecom .premium-badge {
  display:inline-flex;align-items:center;gap:8px;padding:8px 12px;border-radius:999px;
  background:color-mix(in srgb, var(--t-primary) 9%, white 91%);color:var(--t-primary);font-weight:700;font-size:12px;
}
body.theme-premium.theme-default-ecom .premium-grid-hero{display:grid;grid-template-columns:minmax(0,1fr) 320px;gap:20px;align-items:start}
body.theme-premium.theme-default-ecom .premium-stats{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}
body.theme-premium.theme-default-ecom .premium-stat{padding:14px 16px;background:#fff;border:1px solid var(--pm-line);border-radius:18px}
body.theme-premium.theme-default-ecom .premium-stat b{display:block;font-size:18px;margin-bottom:4px}
body.theme-premium.theme-default-ecom .premium-stat span{font-size:12px;color:var(--pm-text-soft)}
body.theme-premium.theme-default-ecom .premium-toolbar,
body.theme-premium.theme-default-ecom .products-toolbar,
body.theme-premium.theme-default-ecom .cart-head,
body.theme-premium.theme-default-ecom .checkout-head {
  display:flex;align-items:center;justify-content:space-between;gap:16px;flex-wrap:wrap;
  margin:0 0 18px;padding:14px 18px;background:#fff;border:1px solid var(--pm-line);border-radius:18px;
}
body.theme-premium.theme-default-ecom .premium-auth-shell .auth-card,
body.theme-premium.theme-default-ecom .premium-auth-shell .auth-visual {
  border-radius:28px;overflow:hidden;
}
body.theme-premium.theme-default-ecom .premium-auth-shell .auth-visual {
  background: linear-gradient(145deg, color-mix(in srgb, var(--t-primary) 80%, #0f172a 20%), #0f172a);
}
body.theme-premium.theme-default-ecom .premium-menu-chip,
body.theme-premium.theme-default-ecom .site-header nav a,
body.theme-premium.theme-default-ecom .account-menu a {
  border-radius:999px;
}
body.theme-premium.theme-default-ecom .premium-menu-chip.is-active,
body.theme-premium.theme-default-ecom .account-menu a.is-active,
body.theme-premium.theme-default-ecom .site-header nav a:hover {
  background: color-mix(in srgb, var(--t-primary) 10%, white 90%);
  color: var(--t-primary);
}
body.theme-premium.theme-default-ecom .premium-skeleton,
body.theme-premium.theme-default-ecom .card_skeleton,
body.theme-premium.theme-default-ecom .product-skeleton,
body.theme-premium.theme-default-ecom .skeleton {
  position:relative;overflow:hidden;background:linear-gradient(90deg,#eef2f7 25%,#f8fafc 37%,#eef2f7 63%);background-size:400% 100%;animation:premiumShimmer 1.2s infinite linear;
}
body.theme-premium.theme-default-ecom .checkout-layout,
body.theme-premium.theme-default-ecom .cart-layout-modern,
body.theme-premium.theme-default-ecom .pd-layout { gap: 22px; }
body.theme-premium.theme-default-ecom .checkout-section,
body.theme-premium.theme-default-ecom .cart-items,
body.theme-premium.theme-default-ecom .cart-totals,
body.theme-premium.theme-default-ecom .pd-layout__sidebar > *:first-child,
body.theme-premium.theme-default-ecom .pd-layout__media > *:first-child { padding:18px; }
body.theme-premium.theme-default-ecom .checkout-step,
body.theme-premium.theme-default-ecom .menu-premium-line {
  display:inline-flex;align-items:center;gap:8px;padding:7px 11px;border-radius:999px;background:rgba(255,255,255,.72);border:1px solid var(--pm-line);font-size:12px;font-weight:700;color:var(--pm-text-soft)
}
body.theme-premium.theme-default-ecom .checkout-step.is-active {color:var(--t-primary);border-color:color-mix(in srgb, var(--t-primary) 35%, #e2e8f0 65%)}
body.theme-premium.theme-default-ecom .premium-form-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}
body.theme-premium.theme-default-ecom .premium-help{font-size:13px;color:var(--pm-text-soft)}
body.theme-premium.theme-default-ecom .premium-stack{display:grid;gap:18px}
body.theme-premium.theme-default-ecom .premium-pill-row{display:flex;gap:10px;flex-wrap:wrap}
body.theme-premium.theme-default-ecom .premium-pill{padding:8px 12px;border-radius:999px;background:#fff;border:1px solid var(--pm-line);font-size:12px;color:var(--pm-text-soft)}
@keyframes premiumShimmer{0%{background-position:100% 0}100%{background-position:-100% 0}}
@media (max-width: 991px){
  body.theme-premium.theme-default-ecom .premium-grid-hero{grid-template-columns:1fr}
  body.theme-premium.theme-default-ecom .premium-stats{grid-template-columns:1fr 1fr}
}
@media (max-width: 767px){
  body.theme-premium.theme-default-ecom .premium-page-hero{padding:18px}
  body.theme-premium.theme-default-ecom .premium-stats{grid-template-columns:1fr}
  body.theme-premium.theme-default-ecom .premium-form-grid{grid-template-columns:1fr}
}


/* v28 product/header/mobile premium refinements */
body.theme-premium.theme-default-ecom .premium-header-shell,
body.theme-premium.theme-default-ecom .premium-header-row{gap:16px}
body.theme-premium.theme-default-ecom .premium-action-bar,
body.theme-premium.theme-default-ecom .premium-mobile-actions{display:flex;align-items:center;gap:10px}
body.theme-premium.theme-default-ecom .premium-menu-chip{position:relative;display:inline-flex;align-items:center;gap:8px;padding:10px 14px;border:1px solid transparent;transition:.25s ease}
body.theme-premium.theme-default-ecom.nav-bold .premium-menu-chip{font-weight:700}
body.theme-premium.theme-default-ecom .product-card--premium{display:flex;flex-direction:column;gap:0}
body.theme-premium.theme-default-ecom .product-card--premium .product-info{display:grid;gap:10px;padding-top:14px}
body.theme-premium.theme-default-ecom .product-card--premium .product-title a{text-decoration:none;color:inherit}
body.theme-premium.theme-default-ecom .product-card--premium .product-meta-row{display:flex;gap:8px;flex-wrap:wrap}
body.theme-premium.theme-default-ecom .product-card--premium .product-meta-chip{display:inline-flex;align-items:center;gap:6px;padding:6px 10px;border-radius:999px;background:rgba(15,23,42,.05);color:#334155;font-size:12px;font-weight:700}
body.theme-premium.theme-default-ecom .product-card--premium .product-meta-chip--muted{background:rgba(148,163,184,.12);color:#64748b}
body.theme-premium.theme-default-ecom .product-card--premium .product-actions{display:flex;align-items:center;justify-content:flex-end;padding:0 0 4px}
body.theme-premium.theme-default-ecom .product-card--premium .btn-add-label{font-size:12px;font-weight:800;letter-spacing:.02em;margin-right:6px}
body.theme-premium.theme-default-ecom.productcard-minimal .product-card--premium .product-meta-row{display:none}
body.theme-premium.theme-default-ecom.productcard-minimal .product-card--premium .brand-pill{display:none}
body.theme-premium.theme-default-ecom.productcard-classic .product-card--premium .product-actions{position:static;justify-content:stretch;padding-top:10px}
body.theme-premium.theme-default-ecom.productcard-classic .product-card--premium .product-actions .btn,
body.theme-premium.theme-default-ecom.productcard-classic .product-card--premium .product-actions button{width:100%;justify-content:center;border-radius:14px;min-height:44px}
body.theme-premium.theme-default-ecom .offcanvas--premium{padding-top:10px}
body.theme-premium.theme-default-ecom .off-premium-top{display:grid;gap:12px;padding:0 0 14px;margin-bottom:14px;border-bottom:1px solid var(--pm-line)}
body.theme-premium.theme-default-ecom .off-premium-user{display:flex;align-items:center;gap:12px;padding:14px;border-radius:18px;background:linear-gradient(135deg,rgba(43,108,255,.10),rgba(255,255,255,.92));border:1px solid color-mix(in srgb, var(--t-primary) 16%, #e2e8f0 84%)}
body.theme-premium.theme-default-ecom .off-premium-user__avatar{width:44px;height:44px;border-radius:14px;display:grid;place-items:center;background:#fff;font-size:20px;box-shadow:0 8px 20px rgba(15,23,42,.08)}
body.theme-premium.theme-default-ecom .off-premium-user__meta strong{display:block;font-size:14px;color:#0f172a}
body.theme-premium.theme-default-ecom .off-premium-user__meta span{display:block;font-size:12px;color:#64748b;margin-top:4px}
body.theme-premium.theme-default-ecom .off-premium-actions{display:flex;gap:10px;flex-wrap:wrap}
body.theme-premium.theme-default-ecom .off-quick-link{display:inline-flex;align-items:center;justify-content:center;padding:10px 14px;border-radius:999px;background:#fff;border:1px solid var(--pm-line);font-weight:700;color:#0f172a;text-decoration:none}
body.theme-premium.theme-default-ecom.mobilenav-glass .offcanvas--premium{background:rgba(255,255,255,.88);backdrop-filter:blur(18px)}
body.theme-premium.theme-default-ecom.mobilenav-stacked .off-quick-link{width:100%;justify-content:flex-start;border-radius:16px}
@media (max-width:767px){body.theme-premium.theme-default-ecom .product-card--premium .btn-add-label{display:none}}
