.sk-storefront {
  background: #f6f8fb;
  min-height: 70vh;
  color: #111827;
}

.sk-storefront a {
  color: inherit;
}

.sk-store-hero,
.sk-shop-hero {
  background: radial-gradient(circle at 12% 18%, rgba(20, 184, 166, .26), transparent 34%), linear-gradient(135deg, #0f172a 0%, #164e63 52%, #047857 100%);
  color: #fff;
  padding: 58px 0 72px;
}

.sk-store-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 300px;
  gap: 28px;
  align-items: center;
}

.sk-store-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 12px;
  border: 1px solid rgba(255, 255, 255, .24);
  background: rgba(255, 255, 255, .12);
  border-radius: 999px;
  color: #fff;
  font-size: 13px;
  font-weight: 800;
}

.sk-store-hero h1,
.sk-shop-hero h1 {
  color: #fff;
  font-size: clamp(32px, 4vw, 54px);
  line-height: 1.03;
  margin: 14px 0 12px;
  letter-spacing: 0;
}

.sk-store-hero p,
.sk-shop-hero p {
  color: rgba(255, 255, 255, .84);
  max-width: 650px;
  font-size: 17px;
  margin: 0;
}

.sk-store-search,
.sk-catalog-toolbar {
  display: flex;
  align-items: center;
  gap: 10px;
  max-width: 650px;
  margin-top: 24px;
  background: #fff;
  border: 1px solid #e2e8f0;
  border-radius: 8px;
  padding: 8px;
  box-shadow: 0 20px 55px rgba(15, 23, 42, .18);
}

.sk-store-search i,
.sk-catalog-toolbar i {
  color: #64748b;
  margin-left: 10px;
}

.sk-store-search input,
.sk-catalog-toolbar input {
  flex: 1;
  min-width: 0;
  border: 0;
  outline: none;
  color: #111827;
  padding: 11px 8px;
  background: transparent;
}

.sk-store-search button,
.sk-catalog-toolbar button {
  border: 0;
  border-radius: 8px;
  background: #047857;
  color: #fff;
  font-weight: 900;
  padding: 12px 18px;
}

.sk-store-hero-compact {
  background: #fff;
  color: #111827;
  border-bottom: 1px solid #e5e7eb;
  padding: 22px 0 16px;
}

.sk-market-filterbar {
  display: grid;
  grid-template-columns: minmax(250px, 1.8fr) repeat(5, minmax(130px, 1fr)) auto auto;
  gap: 10px;
  align-items: end;
}

.sk-shop-filterbar {
  grid-template-columns: minmax(260px, 2fr) minmax(0, 3fr);
}

.sk-shop-filterbar .sk-market-filter-fields {
  display: grid;
  grid-template-columns: repeat(3, minmax(150px, 1fr)) auto;
  gap: 10px;
  align-items: end;
  min-width: 0;
}

.sk-market-filterbar label {
  display: grid;
  gap: 5px;
  margin: 0;
}

.sk-market-filterbar label span {
  color: #64748b;
  font-size: 11px;
  font-weight: 950;
  text-transform: uppercase;
  letter-spacing: .08em;
}

.sk-market-filterbar input[type="search"],
.sk-market-filterbar select {
  width: 100%;
  min-height: 44px;
  border: 1px solid #dbe3ef;
  border-radius: 8px;
  background: #fff;
  color: #111827;
  outline: none;
  padding: 10px 11px;
}

.sk-market-filterbar input[type="search"]:focus,
.sk-market-filterbar select:focus {
  border-color: #047857;
  box-shadow: 0 0 0 3px rgba(5, 150, 105, .12);
}

.sk-market-check {
  display: flex !important;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  border: 1px solid #dbe3ef;
  border-radius: 8px;
  background: #fff;
  padding: 0 12px;
}

.sk-market-check input {
  margin: 0 8px 0 0;
}

.sk-market-filterbar button {
  min-height: 44px;
  border: 0;
  border-radius: 8px;
  background: #047857;
  color: #fff;
  font-weight: 950;
  padding: 0 18px;
}

.sk-mobile-filter-toggle {
  display: none;
  min-height: 44px;
  border: 1px solid #dbe3ef;
  border-radius: 8px;
  background: #fff;
  color: #0f172a;
  font-weight: 950;
  gap: 8px;
  align-items: center;
  justify-content: center;
  padding: 0 14px;
}

.sk-store-hero-card {
  background: rgba(255, 255, 255, .13);
  border: 1px solid rgba(255, 255, 255, .2);
  border-radius: 8px;
  padding: 24px;
  box-shadow: 0 20px 60px rgba(0, 0, 0, .18);
}

.sk-store-hero-card strong {
  display: block;
  color: #fff;
  font-size: 46px;
  line-height: 1;
}

.sk-store-hero-card span {
  display: block;
  color: rgba(255, 255, 255, .78);
  margin-top: 8px;
}

.sk-store-hero-card a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 18px;
  color: #fff;
  font-weight: 900;
}

.sk-store-section,
.sk-cart-shell {
  padding: 54px 0 80px;
}

.sk-shop-catalog {
  margin-top: -36px;
}

.sk-store-section-head {
  display: flex;
  justify-content: space-between;
  align-items: end;
  gap: 18px;
  margin-bottom: 22px;
}

.sk-store-kicker {
  display: block;
  color: #047857;
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: .08em;
  margin-bottom: 6px;
}

.sk-store-section-head h2 {
  margin: 0;
  color: #111827;
  font-size: 28px;
}

.sk-clear-link {
  color: #047857 !important;
  font-weight: 900;
}

.sk-shop-grid,
.sk-product-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.sk-shop-card,
.sk-product-card,
.sk-store-empty,
.sk-shop-order,
.sk-cart-summary-card,
.sk-cart-alert {
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 8px;
  box-shadow: 0 18px 42px rgba(15, 23, 42, .08);
}

.sk-shop-card,
.sk-product-card {
  overflow: hidden;
  transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
}

.sk-shop-card {
  display: flex;
  flex-direction: column;
}

.sk-shop-card:hover,
.sk-product-card:hover {
  border-color: #cbd5e1;
  box-shadow: 0 16px 34px rgba(15, 23, 42, .10);
  transform: translateY(-2px);
}

.sk-product-card {
  display: flex;
  flex-direction: column;
  min-height: 100%;
}

.sk-product-body {
  display: flex;
  flex: 1;
  flex-direction: column;
}

.sk-shop-cover,
.sk-product-media {
  position: relative;
  display: block;
  background: #e2e8f0;
  overflow: hidden;
}

.sk-shop-cover {
  aspect-ratio: 16 / 10;
}

.sk-product-media {
  aspect-ratio: 1 / 1;
}

.sk-shop-cover img,
.sk-product-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .22s ease;
}

.sk-shop-card:hover .sk-shop-cover img,
.sk-product-card:hover .sk-product-media img {
  transform: scale(1.035);
}

.sk-shop-card-body,
.sk-product-body {
  padding: 14px;
}

.sk-shop-card-body {
  display: flex;
  flex: 1;
  flex-direction: column;
}

.sk-shop-logo-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 12px;
}

.sk-shop-logo-row img {
  width: 46px;
  height: 46px;
  border-radius: 8px;
  object-fit: cover;
  border: 1px solid #e5e7eb;
}

.sk-shop-logo-row span,
.sk-product-shop {
  color: #64748b;
  font-size: 12px;
  font-weight: 850;
  text-transform: uppercase;
  letter-spacing: .04em;
}

.sk-shop-card h3,
.sk-product-card h3 {
  margin: 0 0 8px;
  color: #111827;
  font-size: 17px;
  line-height: 1.25;
}

.sk-shop-card p {
  min-height: 42px;
  margin: 0 0 14px;
  color: #64748b;
  display: -webkit-box;
  line-height: 1.45;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.sk-shop-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  min-height: 30px;
}

.sk-shop-meta span {
  color: #475569;
  background: #f1f5f9;
  border-radius: 999px;
  padding: 6px 9px;
  font-size: 12px;
  font-weight: 750;
}

.sk-card-action {
  display: inline-flex;
  gap: 8px;
  align-items: center;
  margin-top: auto;
  color: #047857 !important;
  font-weight: 900;
}

.sk-store-empty {
  padding: 40px 24px;
  text-align: center;
}

.sk-store-empty i {
  width: 58px;
  height: 58px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  margin-bottom: 14px;
  background: #ecfdf5;
  color: #047857;
  font-size: 23px;
}

.sk-store-empty h3 {
  margin: 0 0 8px;
  color: #111827;
}

.sk-store-empty p {
  color: #64748b;
  margin: 0 auto 16px;
  max-width: 520px;
}

.sk-shop-hero-inner {
  display: flex;
  align-items: center;
  gap: 22px;
}

.sk-shop-hero-minimal {
  padding: 34px 0 52px;
}

.sk-shop-hero-logo {
  width: 112px;
  height: 112px;
  object-fit: cover;
  border-radius: 8px;
  border: 1px solid rgba(255, 255, 255, .28);
  background: #fff;
}

.sk-shop-hero-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 18px;
}

.sk-shop-hero-meta span,
.sk-shop-hero-meta a {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  color: #fff;
  background: rgba(255, 255, 255, .12);
  border: 1px solid rgba(255, 255, 255, .2);
  border-radius: 999px;
  padding: 8px 11px;
  font-weight: 800;
  font-size: 13px;
}

.sk-shop-relationship-card {
  display: inline-grid;
  gap: 5px;
  margin-top: 16px;
  padding: 13px 14px;
  border: 1px solid rgba(255, 255, 255, .22);
  border-radius: 8px;
  background: rgba(255, 255, 255, .12);
  color: #fff;
}

.sk-shop-relationship-card span {
  color: rgba(255, 255, 255, .72);
  font-size: 11px;
  font-weight: 950;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.sk-shop-relationship-card strong {
  color: #fff;
  font-size: 18px;
}

.sk-shop-relationship-card a,
.sk-shop-relationship-card button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 38px;
  border-radius: 8px;
  border: 0;
  background: #fff;
  color: #047857 !important;
  font-weight: 950;
  padding: 9px 12px;
}

.sk-shop-relationship-card button:disabled {
  opacity: .72;
  cursor: not-allowed;
}

.sk-catalog-toolbar {
  max-width: none;
  margin: 0 0 18px;
  box-shadow: 0 12px 35px rgba(15, 23, 42, .09);
}

.sk-catalog-toolbar label {
  flex: 1;
  display: flex;
  align-items: center;
  margin: 0;
}

.sk-category-strip {
  display: flex;
  gap: 10px;
  overflow-x: auto;
  padding: 2px 0 20px;
}

.sk-category-strip a {
  white-space: nowrap;
  border: 1px solid #dbe3ef;
  background: #fff;
  color: #475569;
  border-radius: 999px;
  padding: 9px 14px;
  font-weight: 850;
}

.sk-category-strip a.active {
  border-color: #047857;
  background: #ecfdf5;
  color: #047857;
}

.sk-shop-filter-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 0 0 18px;
}

.sk-shop-filter-row select,
.sk-shop-filter-row button,
.sk-shop-filter-row .sk-stock-toggle {
  min-height: 42px;
  border-radius: 8px;
}

.sk-shop-filter-row select {
  min-width: 160px;
  border: 1px solid #dbe3ef;
  background: #fff;
  color: #111827;
  padding: 9px 11px;
}

.sk-shop-filter-row button {
  border: 0;
  background: #047857;
  color: #fff;
  font-weight: 950;
  padding: 0 16px;
}

.sk-stock-good,
.sk-stock-out {
  position: absolute;
  left: 12px;
  bottom: 12px;
  border-radius: 999px;
  padding: 7px 10px;
  color: #fff;
  font-size: 12px;
  font-weight: 900;
}

.sk-stock-good {
  background: rgba(4, 120, 87, .94);
}

.sk-stock-out {
  background: rgba(185, 28, 28, .94);
}

.sk-product-card h3 {
  min-height: 42px;
  font-size: 16px;
}

.sk-product-card h3 a {
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.sk-product-price,
.sk-product-detail-price {
  color: #047857;
  font-weight: 950;
}

.sk-product-price {
  font-size: 18px;
  margin: 8px 0 12px;
}

.sk-product-actions {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: auto;
}

.sk-product-actions a,
.sk-product-actions button,
.sk-detail-cart-btn,
.sk-cart-primary,
.sk-cart-ghost {
  min-height: 42px;
  border-radius: 8px;
  font-weight: 900;
}

.sk-product-actions a {
  flex: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #dbe3ef;
  color: #334155;
}

.sk-product-actions button,
.sk-detail-cart-btn,
.sk-cart-primary {
  border: 0;
  background: #047857;
  color: #fff !important;
  padding: 10px 16px;
}

.sk-product-actions button:disabled,
.sk-detail-cart-btn:disabled,
.sk-cart-primary.disabled {
  background: #94a3b8;
  cursor: not-allowed;
  pointer-events: none;
}

.sk-product-detail {
  padding: 34px 0 80px;
}

.sk-breadcrumbs {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  color: #64748b;
  margin-bottom: 20px;
  font-weight: 750;
}

.sk-breadcrumbs a {
  color: #047857;
}

.sk-product-detail-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 430px;
  gap: 26px;
  align-items: start;
}

.sk-product-gallery,
.sk-product-buybox {
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 8px;
  box-shadow: 0 18px 42px rgba(15, 23, 42, .08);
}

.sk-product-gallery {
  padding: 16px;
}

.sk-product-main-image {
  aspect-ratio: 1 / 1;
  border-radius: 8px;
  overflow: hidden;
  background: #e2e8f0;
}

.sk-product-main-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.sk-product-thumbs {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 10px;
  margin-top: 12px;
}

.sk-product-thumbs button {
  border: 2px solid transparent;
  border-radius: 8px;
  padding: 0;
  background: #f8fafc;
  aspect-ratio: 1;
  overflow: hidden;
}

.sk-product-thumbs button.active {
  border-color: #047857;
}

.sk-product-thumbs img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.sk-product-buybox {
  padding: 24px;
}

.sk-product-buybox .sk-store-badge {
  background: #ecfdf5;
  color: #047857;
  border-color: #bbf7d0;
}

.sk-product-buybox h1 {
  color: #111827;
  margin: 14px 0 8px;
  line-height: 1.1;
}

.sk-product-detail-price {
  font-size: 34px;
  margin: 12px 0;
}

.sk-product-buybox p {
  color: #64748b;
}

.sk-detail-facts {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  margin: 20px 0;
}

.sk-detail-facts div {
  border: 1px solid #e5e7eb;
  background: #f8fafc;
  border-radius: 8px;
  padding: 12px;
}

.sk-detail-facts span {
  display: block;
  color: #64748b;
  font-size: 12px;
  font-weight: 850;
  margin-bottom: 5px;
}

.sk-detail-facts strong {
  display: block;
  color: #111827;
  overflow-wrap: anywhere;
}

.sk-detail-actions {
  display: grid;
  grid-template-columns: 120px 1fr;
  gap: 12px;
  align-items: end;
}

.sk-detail-actions label {
  color: #334155;
  font-size: 13px;
  font-weight: 850;
}

.sk-detail-actions input {
  width: 100%;
  height: 46px;
  border: 1px solid #dbe3ef;
  border-radius: 8px;
  padding: 0 12px;
  margin-top: 7px;
}

.sk-shop-contact-card {
  display: grid;
  grid-template-columns: 48px minmax(0, 1fr) auto;
  gap: 12px;
  align-items: center;
  margin-top: 18px;
  padding: 12px;
  border: 1px solid #e5e7eb;
  border-radius: 8px;
  background: #f8fafc;
}

.sk-shop-contact-card img {
  width: 48px;
  height: 48px;
  object-fit: cover;
  border-radius: 8px;
}

.sk-shop-contact-card strong,
.sk-shop-contact-card span {
  display: block;
  overflow-wrap: anywhere;
}

.sk-shop-contact-card span {
  color: #64748b;
  font-size: 13px;
}

.sk-shop-contact-card a {
  color: #047857;
  font-weight: 900;
}

.sk-related-products {
  margin-top: 42px;
}

.sk-cart-topbar {
  background: #fff;
  border-bottom: 1px solid #e5e7eb;
  padding: 18px 0;
}

.sk-cart-topbar-inner {
  display: flex;
  justify-content: space-between;
  gap: 14px;
  align-items: center;
}

.sk-cart-topbar-inner > div:first-child > span {
  color: #047857;
  display: block;
  font-size: 12px;
  font-weight: 950;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.sk-cart-topbar h1 {
  color: #111827;
  font-size: 24px;
  margin: 3px 0 0;
}

.sk-cart-topbar-actions {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: flex-end;
}

.sk-cart-topbar-actions a,
.sk-cart-topbar-actions strong {
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  border-radius: 8px;
  padding: 8px 12px;
  font-weight: 900;
}

.sk-cart-topbar-actions a {
  border: 1px solid #dbe3ef;
  color: #334155;
}

.sk-cart-topbar-actions strong {
  background: #ecfdf5;
  color: #047857;
}

.sk-cart-topbar-actions [data-cart-count] {
  margin-right: 6px;
}

.sk-cart-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 370px;
  gap: 22px;
  align-items: start;
}

.sk-cart-side-panel {
  position: sticky;
  top: 94px;
}

.sk-shop-order {
  overflow: hidden;
  margin-bottom: 18px;
}

.sk-shop-order-head {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  align-items: center;
  padding: 16px 18px;
  border-bottom: 1px solid #eef2f7;
  background: #fbfdff;
}

.sk-shop-identity {
  display: grid;
  grid-template-columns: 48px minmax(0, 1fr);
  gap: 12px;
  align-items: center;
  min-width: 0;
}

.sk-shop-identity img {
  width: 48px;
  height: 48px;
  border: 1px solid #e5e7eb;
  border-radius: 8px;
  background: #fff;
  object-fit: cover;
}

.sk-shop-detail-line {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-top: 6px;
}

.sk-shop-detail-line span {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  color: #64748b;
  background: #f1f5f9;
  border-radius: 999px;
  font-size: 11px;
  font-weight: 800;
  max-width: 220px;
  overflow: hidden;
  padding: 4px 7px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.sk-shop-kicker {
  color: #64748b;
  display: block;
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: .08em;
  margin-bottom: 4px;
}

.sk-shop-order h3 {
  margin: 0;
  color: #111827;
  font-size: 18px;
}

.sk-shop-total,
.sk-shop-order-summary strong {
  color: #047857;
  font-size: 18px;
  font-weight: 950;
  white-space: nowrap;
}

.sk-shop-order-summary {
  display: grid;
  justify-items: end;
  gap: 3px;
}

.sk-shop-order-summary span {
  color: #64748b;
  font-size: 12px;
  font-weight: 850;
}

.sk-shop-order-summary a {
  color: #047857 !important;
  font-size: 12px;
  font-weight: 950;
}

.sk-cart-list {
  display: grid;
}

.sk-cart-row {
  display: grid;
  grid-template-columns: 76px minmax(0, 1fr) auto;
  gap: 15px;
  align-items: center;
  padding: 16px 20px;
  border-bottom: 1px solid #eef2f7;
}

.sk-cart-row:last-child {
  border-bottom: 0;
}

.sk-cart-row img {
  width: 76px;
  height: 76px;
  object-fit: cover;
  border-radius: 8px;
  border: 1px solid #e5e7eb;
  background: #eef2f7;
}

.sk-cart-title {
  color: #111827;
  font-weight: 900;
  overflow-wrap: anywhere;
}

.sk-cart-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 8px;
}

.sk-cart-meta span {
  color: #475569;
  background: #f1f5f9;
  border-radius: 999px;
  padding: 5px 9px;
  font-size: 12px;
  font-weight: 750;
}

.sk-cart-actions {
  display: grid;
  justify-items: end;
  gap: 8px;
}

.sk-qty-stepper {
  display: inline-grid;
  grid-template-columns: 34px 72px 34px;
  border: 1px solid #dbe3ef;
  border-radius: 8px;
  overflow: hidden;
}

.sk-qty-stepper button,
.sk-qty-stepper input {
  height: 34px;
  border: 0;
  background: #fff;
  color: #111827;
  text-align: center;
}

.sk-qty-stepper button {
  background: #f8fafc;
  font-weight: 950;
}

.sk-qty-stepper input {
  border-left: 1px solid #dbe3ef;
  border-right: 1px solid #dbe3ef;
  font-weight: 850;
}

.sk-line-total {
  color: #111827;
  font-weight: 950;
}

.sk-remove-item {
  border: 0;
  background: transparent;
  color: #dc2626;
  padding: 0;
  font-size: 12px;
  font-weight: 900;
}

.sk-cart-summary-card {
  padding: 20px;
}

.sk-cart-summary-card h2 {
  color: #111827;
  font-size: 20px;
  margin: 0 0 16px;
}

.sk-cart-summary-row {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  color: #475569;
  padding: 11px 0;
  border-bottom: 1px solid #eef2f7;
}

.sk-cart-summary-row strong {
  color: #111827;
}

.sk-cart-total {
  border-bottom: 0;
  font-size: 18px;
}

.sk-cart-total strong {
  color: #047857;
  font-size: 22px;
}

.sk-cart-summary-note {
  margin: 8px 0 18px;
  color: #64748b;
  font-size: 13px;
}

.sk-cart-primary,
.sk-cart-ghost {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 12px 16px;
}

.sk-cart-primary-inline {
  width: auto;
}

.sk-cart-ghost {
  margin-top: 10px;
  border: 1px solid #dbe3ef;
  background: #fff;
  color: #334155;
}

.sk-cart-alert {
  padding: 14px 16px;
  margin-bottom: 16px;
}

.sk-cart-alert-error {
  border-color: #fecaca;
  background: #fff7f7;
  color: #991b1b;
}

.sk-cart-alert-info {
  border-color: #bfdbfe;
  background: #eff6ff;
  color: #1e3a8a;
}

.sk-cart-alert-title {
  font-weight: 950;
  margin-bottom: 8px;
}

.sk-cart-alert ul {
  display: grid;
  gap: 7px;
  margin: 0;
  padding: 0;
}

.sk-cart-alert li {
  display: flex;
  justify-content: space-between;
  gap: 12px;
}

.sk-cart-toast {
  position: fixed;
  right: 20px;
  bottom: 22px;
  z-index: 2000;
  max-width: min(360px, calc(100vw - 32px));
  padding: 13px 16px;
  border-radius: 8px;
  background: #0f172a;
  color: #fff;
  font-weight: 900;
  box-shadow: 0 20px 45px rgba(15, 23, 42, .25);
  opacity: 0;
  transform: translateY(12px);
  pointer-events: none;
  transition: opacity .18s ease, transform .18s ease;
}

.sk-cart-toast.show {
  opacity: 1;
  transform: translateY(0);
}

.sk-nav-cart {
  display: inline-flex !important;
  align-items: center;
  gap: 7px;
}

.sk-nav-cart-count,
[data-cart-count] {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 22px;
  height: 22px;
  border-radius: 999px;
  background: #047857;
  color: #fff;
  padding: 0 7px;
  font-size: 12px;
  font-weight: 950;
  line-height: 1;
}

.sk-products-hero {
  background: #ffffff;
  border-bottom: 1px solid #e5e7eb;
  padding: 24px 0 18px;
}

.sk-products-hero .sk-store-badge {
  background: #ecfdf5;
  color: #047857;
  border-color: #bbf7d0;
}

.sk-products-hero h1 {
  max-width: 780px;
  color: #111827;
  font-size: 26px;
  line-height: 1.1;
  margin: 10px 0 12px;
  letter-spacing: 0;
}

.sk-products-hero p {
  max-width: 640px;
  color: #64748b;
  font-size: 17px;
  margin: 0 0 24px;
}

.sk-products-search {
  display: flex;
  align-items: center;
  gap: 10px;
  max-width: 760px;
  border: 1px solid #dbe3ef;
  border-radius: 8px;
  background: #fff;
  padding: 8px;
  box-shadow: 0 18px 44px rgba(15, 23, 42, .08);
}

.sk-products-search i {
  color: #64748b;
  margin-left: 10px;
}

.sk-products-search input {
  flex: 1;
  min-width: 0;
  border: 0;
  outline: none;
  padding: 12px 8px;
  color: #111827;
}

.sk-products-search button,
.sk-products-toolbar button {
  border: 0;
  border-radius: 8px;
  background: #047857;
  color: #fff;
  font-weight: 950;
  padding: 12px 18px;
}

.sk-products-shell {
  padding: 32px 0 80px;
}

.sk-products-layout {
  display: grid;
  grid-template-columns: 280px minmax(0, 1fr);
  gap: 24px;
  align-items: start;
}

.sk-products-filters {
  position: sticky;
  top: 94px;
}

.sk-filter-panel,
.sk-products-toolbar {
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 8px;
  box-shadow: 0 18px 42px rgba(15, 23, 42, .07);
}

.sk-filter-panel {
  padding: 14px;
}

.sk-filter-title {
  color: #111827;
  font-size: 13px;
  font-weight: 950;
  text-transform: uppercase;
  letter-spacing: .08em;
  margin: 4px 4px 10px;
}

.sk-filter-panel a {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  align-items: center;
  color: #475569;
  border-radius: 8px;
  padding: 10px 11px;
  font-weight: 850;
}

.sk-filter-panel a.active,
.sk-filter-panel a:hover {
  background: #ecfdf5;
  color: #047857;
}

.sk-filter-panel small {
  color: #64748b;
  background: #f1f5f9;
  border-radius: 999px;
  padding: 3px 7px;
  font-weight: 900;
}

.sk-products-toolbar {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  align-items: end;
  padding: 18px;
  margin-bottom: 18px;
}

.sk-products-toolbar h2 {
  color: #111827;
  margin: 0;
  font-size: 26px;
}

.sk-toolbar-controls {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 10px;
}

.sk-toolbar-controls select {
  min-height: 43px;
  border: 1px solid #dbe3ef;
  border-radius: 8px;
  background: #fff;
  color: #111827;
  padding: 0 11px;
  font-weight: 800;
}

.sk-stock-toggle {
  min-height: 43px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  border: 1px solid #dbe3ef;
  border-radius: 8px;
  background: #fff;
  color: #334155;
  padding: 0 11px;
  font-weight: 850;
}

.sk-active-filter-row {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  align-items: center;
  color: #475569;
  background: #f8fafc;
  border: 1px solid #e5e7eb;
  border-radius: 8px;
  padding: 11px 14px;
  margin-bottom: 16px;
}

.sk-active-filter-row a {
  color: #047857;
  font-weight: 950;
}

.sk-product-card-minimal {
  box-shadow: 0 10px 24px rgba(15, 23, 42, .06);
}

.sk-product-meta-line {
  display: flex;
  flex-wrap: wrap;
  min-height: 24px;
  gap: 7px;
}

.sk-product-meta-line span {
  color: #64748b;
  background: #f8fafc;
  border-radius: 999px;
  padding: 4px 8px;
  font-size: 12px;
  font-weight: 800;
}

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

@media (max-width: 991px) {
  .sk-store-hero-grid,
  .sk-product-detail-grid,
  .sk-cart-grid {
    grid-template-columns: 1fr;
  }

  .sk-market-filterbar,
  .sk-shop-filterbar {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .sk-market-search-field {
    grid-column: 1 / -1;
  }

  .sk-shop-filterbar {
    grid-template-columns: 1fr;
  }

  .sk-shop-filterbar .sk-market-filter-fields {
    grid-template-columns: repeat(3, minmax(0, 1fr)) auto;
  }

  .sk-products-layout {
    grid-template-columns: 1fr;
  }

  .sk-products-filters {
    position: static;
  }

  .sk-filter-panel {
    display: flex;
    gap: 8px;
    overflow-x: auto;
  }

  .sk-filter-title {
    display: none;
  }

  .sk-filter-panel a {
    white-space: nowrap;
  }

  .sk-cart-side-panel {
    position: static;
  }
}

@media (max-width: 680px) {
  .sk-store-hero,
  .sk-shop-hero {
    padding: 38px 0 58px;
  }

  .sk-store-search,
  .sk-catalog-toolbar,
  .sk-products-search,
  .sk-products-toolbar {
    align-items: stretch;
    flex-direction: column;
  }

  .sk-store-search i {
    display: none;
  }

  .sk-catalog-toolbar label {
    width: 100%;
  }

  .sk-toolbar-controls {
    justify-content: stretch;
  }

  .sk-toolbar-controls select,
  .sk-toolbar-controls button,
  .sk-stock-toggle {
    width: 100%;
  }

  .sk-market-filterbar,
  .sk-shop-filterbar {
    grid-template-columns: 1fr;
  }

  .sk-mobile-filter-toggle {
    display: inline-flex;
  }

  .sk-products-toolbar .sk-mobile-filter-toggle,
  .sk-shop-filterbar .sk-mobile-filter-toggle {
    width: 100%;
    border: 1px solid #dbe3ef;
    background: #fff;
    color: #0f172a;
    padding: 0 14px;
  }

  .sk-toolbar-controls[data-filter-panel],
  .sk-market-filter-fields[data-filter-panel] {
    display: none;
  }

  .sk-toolbar-controls[data-filter-panel].is-open,
  .sk-market-filter-fields[data-filter-panel].is-open {
    display: grid;
    grid-template-columns: 1fr;
  }

  .sk-shop-filterbar .sk-market-filter-fields {
    grid-template-columns: 1fr;
  }

  .sk-shop-grid,
  .sk-product-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 11px;
  }

  .sk-store-section,
  .sk-cart-shell {
    padding: 24px 0 56px;
  }

  .sk-product-body,
  .sk-shop-card-body {
    padding: 10px;
  }

  .sk-product-card,
  .sk-shop-card {
    box-shadow: 0 8px 18px rgba(15, 23, 42, .07);
  }

  .sk-shop-cover {
    aspect-ratio: 4 / 3;
  }

  .sk-stock-good,
  .sk-stock-out {
    left: 8px;
    bottom: 8px;
    max-width: calc(100% - 16px);
    overflow: hidden;
    padding: 5px 7px;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 10px;
  }

  .sk-product-card h3 {
    font-size: 14px;
    line-height: 1.25;
    min-height: 36px;
  }

  .sk-shop-card h3 {
    font-size: 14px;
    min-height: 36px;
  }

  .sk-shop-card p {
    display: none;
  }

  .sk-product-shop,
  .sk-product-meta-line span {
    font-size: 10px;
  }

  .sk-product-meta-line span:nth-child(n+2) {
    display: none;
  }

  .sk-product-price {
    font-size: 16px;
    margin: 8px 0 10px;
  }

  .sk-product-actions {
    gap: 7px;
  }

  .sk-product-actions a,
  .sk-product-actions button {
    min-height: 36px;
    padding: 8px 9px;
    font-size: 12px;
  }

  .sk-product-card-minimal .sk-product-actions a {
    display: none;
  }

  .sk-product-card-minimal .sk-product-actions button {
    width: 100%;
  }

  .sk-shop-logo-row {
    margin-bottom: 8px;
  }

  .sk-shop-logo-row img {
    width: 36px;
    height: 36px;
  }

  .sk-shop-logo-row span,
  .sk-shop-meta span,
  .sk-card-action {
    font-size: 11px;
  }

  .sk-shop-meta {
    min-height: 0;
  }

  .sk-shop-meta span {
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .sk-card-action {
    min-height: 34px;
    justify-content: center;
    border: 1px solid #dbe3ef;
    border-radius: 8px;
    margin-top: 10px;
    padding: 7px 8px;
  }

  .sk-products-hero {
    padding: 16px 0 14px;
  }

  .sk-products-hero h1 {
    font-size: 22px;
  }

  .sk-store-section-head,
  .sk-shop-hero-inner,
  .sk-shop-order-head {
    align-items: flex-start;
    flex-direction: column;
  }

  .sk-shop-relationship-card {
    width: 100%;
  }

  .sk-detail-actions,
  .sk-detail-facts,
  .sk-shop-contact-card {
    grid-template-columns: 1fr;
  }

  .sk-cart-row {
    grid-template-columns: 62px minmax(0, 1fr);
    gap: 12px;
    padding: 13px;
  }

  .sk-cart-row img {
    width: 62px;
    height: 62px;
  }

  .sk-cart-actions {
    grid-column: 1 / -1;
    justify-items: stretch;
  }

  .sk-qty-stepper {
    width: 100%;
    grid-template-columns: 42px 1fr 42px;
  }

  .sk-cart-topbar-inner {
    align-items: flex-start;
    flex-direction: column;
  }

  .sk-cart-topbar-actions {
    justify-content: stretch;
    width: 100%;
  }

  .sk-cart-topbar-actions a,
  .sk-cart-topbar-actions strong {
    flex: 1;
    justify-content: center;
  }

  .sk-shop-order-head {
    gap: 12px;
  }

  .sk-shop-identity {
    width: 100%;
  }

  .sk-shop-order-summary {
    display: flex;
    align-items: center;
    justify-content: space-between;
    justify-items: stretch;
    width: 100%;
  }
}

/* Marketplace cards and mobile shopping refresh */
.sk-storefront {
  background:
    radial-gradient(circle at 6% 0%, rgba(16, 185, 129, .08), transparent 26%),
    linear-gradient(180deg, #fbfdff 0%, #f7fafc 58%, #ffffff 100%);
  color: #0f172a;
}

.sk-store-section,
.sk-products-shell,
.sk-market-results {
  padding-bottom: 70px;
}

.sk-store-section-head,
.sk-products-toolbar,
.sk-market-section-head {
  align-items: center;
  gap: 16px;
}

.sk-store-kicker,
.sk-store-badge {
  display: inline-flex;
  align-items: center;
  width: max-content;
  border: 1px solid rgba(16, 185, 129, .16);
  border-radius: 999px;
  background: #ecfdf5;
  color: #047857;
  font-size: 11px;
  font-weight: 950;
  letter-spacing: .08em;
  padding: 6px 10px;
  text-transform: uppercase;
}

.sk-shop-grid,
.sk-product-grid {
  align-items: stretch;
  gap: 18px;
}

.sk-product-card,
.sk-shop-card {
  position: relative;
  overflow: hidden;
  display: flex;
  height: 100%;
  border: 1px solid rgba(226, 232, 240, .92);
  border-radius: 8px;
  background: rgba(255, 255, 255, .96);
  box-shadow: 0 14px 34px rgba(15, 23, 42, .07);
  transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease;
  animation: sk-card-rise .36s ease both;
}

.sk-product-card {
  flex-direction: column;
}

.sk-shop-card {
  flex-direction: column;
}

.sk-product-card::before,
.sk-shop-card::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 3px;
  background: linear-gradient(90deg, #10b981, #38bdf8);
  opacity: 0;
  transition: opacity .2s ease;
}

.sk-product-card:hover,
.sk-shop-card:hover {
  border-color: rgba(16, 185, 129, .26);
  box-shadow: 0 20px 42px rgba(15, 23, 42, .12);
  transform: translateY(-3px);
}

.sk-product-card:hover::before,
.sk-shop-card:hover::before {
  opacity: 1;
}

.sk-product-media,
.sk-shop-cover {
  position: relative;
  overflow: hidden;
  display: block;
  background: #f8fafc;
}

.sk-product-media {
  aspect-ratio: 1 / 1;
}

.sk-shop-cover {
  aspect-ratio: 16 / 8.6;
}

.sk-product-media img,
.sk-shop-cover img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .32s ease, filter .32s ease;
}

.sk-product-card:hover .sk-product-media img,
.sk-shop-card:hover .sk-shop-cover img {
  filter: saturate(1.04);
  transform: scale(1.045);
}

.sk-product-media::after,
.sk-shop-cover::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(255, 255, 255, .34), transparent 42%);
  opacity: 0;
  transition: opacity .25s ease;
}

.sk-product-card:hover .sk-product-media::after,
.sk-shop-card:hover .sk-shop-cover::after {
  opacity: 1;
}

.sk-stock-good,
.sk-stock-out {
  position: absolute;
  top: 10px;
  right: 10px;
  display: inline-flex;
  align-items: center;
  max-width: calc(100% - 20px);
  border-radius: 999px;
  box-shadow: 0 10px 24px rgba(15, 23, 42, .16);
  font-size: 11px;
  font-weight: 950;
  line-height: 1;
  padding: 7px 9px;
  white-space: nowrap;
}

.sk-stock-good {
  background: rgba(236, 253, 245, .96);
  color: #047857;
}

.sk-stock-out {
  background: rgba(254, 242, 242, .96);
  color: #b91c1c;
}

.sk-product-body,
.sk-shop-card-body {
  display: flex;
  flex: 1;
  flex-direction: column;
  min-width: 0;
}

.sk-product-body {
  gap: 9px;
  padding: 14px;
}

.sk-shop-card-body {
  gap: 10px;
  padding: 14px;
}

.sk-product-shop {
  display: inline-flex;
  align-items: center;
  width: max-content;
  max-width: 100%;
  border: 1px solid #e2e8f0;
  border-radius: 999px;
  background: #f8fafc;
  color: #475569;
  font-size: 11px;
  font-weight: 900;
  padding: 5px 9px;
}

.sk-product-body h3,
.sk-shop-card-body h3 {
  color: #0f172a;
  font-size: 15px;
  font-weight: 950;
  line-height: 1.32;
  margin: 0;
}

.sk-product-body h3 a,
.sk-shop-card-body h3 a {
  color: inherit;
  text-decoration: none;
}

.sk-product-body h3 a:hover,
.sk-shop-card-body h3 a:hover {
  color: #047857;
}

.sk-product-meta-line,
.sk-shop-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  color: #64748b;
  font-size: 12px;
}

.sk-product-meta-line span,
.sk-shop-meta span {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  min-width: 0;
  border-radius: 999px;
  background: #f8fafc;
  padding: 5px 8px;
}

.sk-product-price {
  color: #0f172a;
  font-size: 18px;
  font-weight: 950;
  letter-spacing: 0;
  margin-top: auto;
}

.sk-product-actions {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 8px;
  margin-top: 2px;
}

.sk-product-actions a,
.sk-product-actions button,
.sk-card-action {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 38px;
  border-radius: 8px;
  font-size: 13px;
  font-weight: 950;
  text-decoration: none;
  transition: transform .2s ease, background .2s ease, color .2s ease, border-color .2s ease, box-shadow .2s ease;
}

.sk-product-actions a {
  border: 1px solid #e2e8f0;
  background: #fff;
  color: #334155;
}

.sk-product-actions button {
  border: 0;
  background: #0f172a;
  color: #fff;
  padding: 0 14px;
  box-shadow: 0 10px 24px rgba(15, 23, 42, .18);
}

.sk-product-actions button:disabled {
  background: #cbd5e1;
  box-shadow: none;
  cursor: not-allowed;
}

.sk-product-actions a:hover,
.sk-card-action:hover {
  border-color: rgba(16, 185, 129, .2);
  background: #ecfdf5;
  color: #047857;
}

.sk-product-actions button:not(:disabled):hover {
  background: #047857;
  transform: translateY(-1px);
}

.sk-shop-logo-row {
  align-items: center;
  gap: 9px;
  margin-top: -34px;
}

.sk-shop-logo-row img {
  width: 54px;
  height: 54px;
  border: 4px solid #fff;
  border-radius: 8px;
  background: #fff;
  object-fit: cover;
  box-shadow: 0 12px 26px rgba(15, 23, 42, .16);
}

.sk-shop-logo-row span {
  border: 1px solid rgba(226, 232, 240, .9);
  border-radius: 999px;
  background: rgba(255, 255, 255, .94);
  color: #047857;
  font-size: 11px;
  font-weight: 950;
  padding: 7px 9px;
  box-shadow: 0 10px 22px rgba(15, 23, 42, .08);
}

.sk-shop-card-body p {
  display: -webkit-box;
  overflow: hidden;
  min-height: 40px;
  color: #64748b;
  font-size: 13px;
  line-height: 1.55;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.sk-card-action {
  width: 100%;
  border: 1px solid #e2e8f0;
  background: #fff;
  color: #0f172a;
  gap: 7px;
  margin-top: auto;
}

.sk-market-filterbar,
.sk-products-search,
.sk-products-toolbar,
.sk-filter-panel {
  border-color: rgba(226, 232, 240, .9);
  border-radius: 8px;
  box-shadow: 0 14px 36px rgba(15, 23, 42, .06);
}

.sk-market-filterbar input,
.sk-market-filterbar select,
.sk-products-search input,
.sk-toolbar-controls select {
  border-radius: 8px;
}

.sk-store-empty {
  border: 1px solid rgba(226, 232, 240, .9);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 14px 36px rgba(15, 23, 42, .07);
}

@keyframes sk-card-rise {
  from {
    opacity: 0;
    transform: translateY(8px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@media (max-width: 780px) {
  .sk-store-section,
  .sk-products-shell,
  .sk-market-results {
    padding-bottom: 38px;
  }

  .sk-shop-grid,
  .sk-product-grid {
    gap: 12px;
  }

  .sk-store-section-head,
  .sk-products-toolbar {
    align-items: flex-start;
  }

  .sk-product-body,
  .sk-shop-card-body {
    padding: 11px;
  }

  .sk-product-body {
    gap: 7px;
  }

  .sk-product-body h3,
  .sk-shop-card-body h3 {
    font-size: 13px;
  }

  .sk-product-price {
    font-size: 15px;
  }

  .sk-product-shop,
  .sk-product-meta-line,
  .sk-shop-card-body p {
    font-size: 11px;
  }

  .sk-stock-good,
  .sk-stock-out {
    top: 7px;
    right: 7px;
    font-size: 10px;
    padding: 6px 7px;
  }

  .sk-product-actions {
    grid-template-columns: 1fr;
  }

  .sk-product-actions a,
  .sk-product-actions button,
  .sk-card-action {
    min-height: 36px;
  }

  .sk-shop-cover {
    aspect-ratio: 16 / 9;
  }

  .sk-shop-logo-row {
    margin-top: -28px;
  }

  .sk-shop-logo-row img {
    width: 48px;
    height: 48px;
  }
}

@media (max-width: 560px) {
  .sk-products-hero,
  .sk-store-hero {
    padding-top: 18px;
  }

  .sk-product-grid,
  .sk-market-product-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
  }

  .sk-shop-grid {
    grid-template-columns: 1fr;
  }

  .sk-product-meta-line {
    display: none;
  }

  .sk-product-body h3 {
    display: -webkit-box;
    overflow: hidden;
    min-height: 34px;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }

  .sk-product-shop {
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .sk-products-search {
    grid-template-columns: auto minmax(0, 1fr);
  }

  .sk-products-search button {
    grid-column: 1 / -1;
    width: 100%;
  }
}

@media (prefers-reduced-motion: reduce) {
  .sk-product-card,
  .sk-shop-card,
  .sk-product-media img,
  .sk-shop-cover img,
  .sk-product-media::after,
  .sk-shop-cover::after,
  .sk-product-actions a,
  .sk-product-actions button,
  .sk-card-action {
    animation: none;
    transition: none;
  }
}

/* Screenshot-led marketplace corrections */
.sk-product-grid,
.sk-market-product-grid {
  grid-template-columns: repeat(auto-fill, minmax(190px, 240px));
  justify-content: start;
}

.sk-product-card {
  width: 100%;
  max-width: 240px;
}

.sk-product-media {
  background: #fff;
}

.sk-product-media img {
  object-fit: contain;
  padding: 10px;
}

.sk-stock-good,
.sk-stock-out {
  inset: 10px 10px auto auto;
  width: auto;
  height: auto;
  min-width: 0;
  min-height: 0;
  max-width: calc(100% - 20px);
  z-index: 3;
  box-sizing: border-box;
}

.sk-shop-grid {
  grid-template-columns: repeat(auto-fill, minmax(270px, 330px));
  justify-content: start;
}

.sk-shop-card {
  width: 100%;
  max-width: 330px;
}

.sk-shop-cover-brand {
  display: flex;
  align-items: center;
  justify-content: center;
  aspect-ratio: 16 / 8;
  background: #f8fafc;
  border-bottom: 1px solid #eef2f7;
  padding: 22px;
}

.sk-shop-cover-brand .sk-shop-cover-logo {
  width: 94px;
  height: 94px;
  border: 1px solid #e2e8f0;
  border-radius: 8px;
  background: #fff;
  object-fit: contain;
  padding: 12px;
  box-shadow: 0 12px 26px rgba(15, 23, 42, .1);
}

.sk-shop-product-count {
  position: absolute;
  right: 10px;
  bottom: 10px;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  border: 1px solid #dbe3ef;
  border-radius: 999px;
  background: rgba(255, 255, 255, .96);
  color: #047857;
  font-size: 11px;
  font-weight: 950;
  padding: 7px 9px;
  box-shadow: 0 8px 20px rgba(15, 23, 42, .09);
}

.sk-shop-card-eyebrow {
  color: #047857;
  font-size: 11px;
  font-weight: 950;
  letter-spacing: .07em;
  text-transform: uppercase;
}

.sk-shop-card-body p {
  min-height: 0;
  margin: 0;
}

.sk-shop-meta {
  margin: 0 0 4px;
}

.sk-filter-empty {
  color: #64748b;
  font-size: 12px;
  line-height: 1.5;
  padding: 10px 6px 4px;
}

@media (max-width: 560px) {
  .sk-product-card,
  .sk-shop-card {
    max-width: none;
  }

  .sk-stock-good,
  .sk-stock-out {
    inset: 7px 7px auto auto;
    max-width: calc(100% - 14px);
  }

  .sk-shop-cover-brand {
    aspect-ratio: 16 / 7;
  }

  .sk-shop-cover-brand .sk-shop-cover-logo {
    width: 82px;
    height: 82px;
  }
}

/* STEP 29: compact catalog and shop detail redesign */
.sk-products-layout {
  display: block;
}

.sk-product-category-rail {
  display: flex;
  align-items: center;
  gap: 12px;
  min-width: 0;
  border: 1px solid #e2e8f0;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 10px 28px rgba(15, 23, 42, .055);
  margin-bottom: 14px;
  padding: 8px;
}

.sk-category-rail-label {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  flex: 0 0 auto;
  color: #64748b;
  font-size: 11px;
  font-weight: 950;
  letter-spacing: .07em;
  padding: 0 7px;
  text-transform: uppercase;
}

.sk-category-rail-scroll {
  display: flex;
  align-items: center;
  gap: 6px;
  min-width: 0;
  overflow-x: auto;
  scrollbar-width: none;
}

.sk-category-rail-scroll::-webkit-scrollbar {
  display: none;
}

.sk-category-rail-scroll a {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  flex: 0 0 auto;
  min-height: 38px;
  border: 1px solid transparent;
  border-radius: 8px;
  color: #475569;
  font-size: 13px;
  font-weight: 900;
  padding: 8px 11px;
  text-decoration: none;
}

.sk-category-rail-scroll a:hover,
.sk-category-rail-scroll a.active {
  border-color: #bbf7d0;
  background: #ecfdf5;
  color: #047857;
}

.sk-category-rail-scroll small {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 20px;
  height: 20px;
  border-radius: 999px;
  background: #f1f5f9;
  color: #64748b;
  font-size: 10px;
  font-weight: 950;
  padding: 0 6px;
}

.sk-products-toolbar {
  align-items: center;
  padding: 14px;
}

.sk-products-toolbar h2 {
  font-size: 23px;
}

.sk-product-grid,
.sk-market-product-grid {
  grid-template-columns: repeat(auto-fill, minmax(165px, 220px));
  gap: 12px;
}

.sk-product-card {
  max-width: 220px;
}

.sk-product-media {
  aspect-ratio: 4 / 3;
}

.sk-product-media img {
  padding: 8px;
}

.sk-product-body {
  gap: 6px;
  padding: 10px;
}

.sk-product-shop {
  font-size: 9px;
  padding: 4px 7px;
}

.sk-product-body h3 {
  min-height: 32px;
  font-size: 13px;
  line-height: 1.25;
}

.sk-product-meta-line {
  display: none;
}

.sk-product-price {
  font-size: 16px;
}

.sk-product-actions {
  gap: 6px;
}

.sk-product-actions a,
.sk-product-actions button {
  min-height: 34px;
  font-size: 12px;
}

.sk-shop-hero-minimal {
  background: linear-gradient(135deg, #f0fdfa 0%, #f8fafc 58%, #eff6ff 100%);
  color: #0f172a;
  padding: 28px 0;
}

.sk-shop-hero-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 26px;
}

.sk-shop-identity-block {
  display: flex;
  align-items: center;
  gap: 18px;
  min-width: 0;
}

.sk-shop-hero-logo {
  flex: 0 0 auto;
  width: 96px;
  height: 96px;
  border: 1px solid #dbe3ef;
  background: #fff;
  object-fit: contain;
  padding: 10px;
  box-shadow: 0 14px 30px rgba(15, 23, 42, .09);
}

.sk-shop-hero-copy {
  min-width: 0;
}

.sk-shop-hero-minimal .sk-store-badge {
  background: #fff;
}

.sk-shop-hero-minimal h1 {
  color: #0f172a;
  font-size: 32px;
  line-height: 1.08;
  margin: 8px 0 5px;
}

.sk-shop-hero-minimal .sk-shop-hero-copy > p {
  overflow: hidden;
  max-width: 520px;
  color: #64748b;
  font-size: 13px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.sk-shop-hero-meta {
  gap: 7px;
  margin-top: 11px;
}

.sk-shop-hero-minimal .sk-shop-hero-meta span,
.sk-shop-hero-minimal .sk-shop-hero-meta a {
  border: 1px solid #dbe3ef;
  background: #fff;
  color: #334155;
  font-size: 12px;
  padding: 7px 9px;
}

.sk-shop-hero-minimal .sk-shop-hero-meta a:hover {
  border-color: #a7f3d0;
  color: #047857;
}

.sk-shop-relationship-card {
  flex: 0 0 280px;
  width: 280px;
  margin: 0;
  border: 1px solid #dbe3ef;
  background: rgba(255, 255, 255, .88);
  color: #334155;
  box-shadow: 0 12px 28px rgba(15, 23, 42, .07);
}

.sk-shop-relationship-card span {
  color: #64748b;
}

.sk-shop-relationship-card strong {
  color: #0f172a;
  font-size: 15px;
}

.sk-shop-relationship-card a,
.sk-shop-relationship-card button {
  border: 1px solid #bbf7d0;
  background: #ecfdf5;
}

.sk-shop-catalog {
  padding-top: 18px;
}

.sk-shop-catalog-controls {
  display: grid;
  grid-template-columns: minmax(280px, 1.2fr) minmax(0, 2fr);
  gap: 10px;
  border: 1px solid #e2e8f0;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 12px 30px rgba(15, 23, 42, .06);
  margin-bottom: 12px;
  padding: 10px;
}

.sk-shop-catalog-search {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  min-width: 0;
  border: 1px solid #dbe3ef;
  border-radius: 8px;
  background: #fff;
  overflow: hidden;
}

.sk-shop-catalog-search i {
  color: #64748b;
  margin-left: 12px;
}

.sk-shop-catalog-search input {
  min-width: 0;
  min-height: 42px;
  border: 0;
  outline: 0;
  padding: 9px 10px;
}

.sk-shop-catalog-search button,
.sk-shop-filter-row > button {
  min-height: 42px;
  border: 0;
  border-radius: 8px;
  background: #047857;
  color: #fff;
  font-size: 12px;
  font-weight: 950;
  padding: 0 15px;
}

.sk-shop-catalog-search button {
  border-radius: 7px;
  margin-right: 3px;
}

.sk-shop-filter-row {
  display: grid;
  grid-template-columns: repeat(3, minmax(110px, 1fr)) auto auto;
  gap: 8px;
  margin: 0;
}

.sk-shop-filter-row select,
.sk-shop-filter-row .sk-stock-toggle {
  min-width: 0;
  min-height: 42px;
}

.sk-shop-filter-row select {
  width: 100%;
}

.sk-shop-category-strip {
  margin-bottom: 14px;
}

@media (max-width: 900px) {
  .sk-shop-hero-inner {
    align-items: stretch;
    flex-direction: column;
  }

  .sk-shop-relationship-card {
    width: 100%;
    flex-basis: auto;
  }

  .sk-shop-catalog-controls {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 680px) {
  .sk-products-hero {
    padding: 16px 0 18px;
  }

  .sk-products-hero h1 {
    font-size: 24px;
    margin-bottom: 12px;
  }

  .sk-products-shell {
    padding-top: 10px;
  }

  .sk-product-category-rail {
    margin-bottom: 10px;
    padding: 6px;
  }

  .sk-category-rail-label {
    display: none;
  }

  .sk-category-rail-scroll a {
    min-height: 34px;
    font-size: 11px;
    padding: 7px 9px;
  }

  .sk-products-toolbar {
    gap: 10px;
    margin-bottom: 10px;
    padding: 11px;
  }

  .sk-products-toolbar h2 {
    font-size: 20px;
  }

  .sk-product-grid,
  .sk-market-product-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
  }

  .sk-product-card {
    max-width: none;
  }

  .sk-product-media {
    aspect-ratio: 4 / 3;
  }

  .sk-product-body {
    gap: 5px;
    padding: 8px;
  }

  .sk-product-shop {
    max-width: 100%;
    font-size: 8px;
    padding: 3px 6px;
  }

  .sk-product-body h3 {
    min-height: 30px;
    font-size: 12px;
  }

  .sk-product-price {
    font-size: 14px;
  }

  .sk-product-actions {
    grid-template-columns: 1fr;
  }

  .sk-product-actions a {
    display: none;
  }

  .sk-product-actions button {
    width: 100%;
    min-height: 32px;
  }

  .sk-shop-grid {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .sk-shop-card {
    display: grid;
    grid-template-columns: 96px minmax(0, 1fr);
    max-width: none;
    min-height: 150px;
  }

  .sk-shop-cover-brand {
    aspect-ratio: auto;
    min-height: 100%;
    border-right: 1px solid #eef2f7;
    border-bottom: 0;
    padding: 10px;
  }

  .sk-shop-cover-brand .sk-shop-cover-logo {
    width: 64px;
    height: 64px;
    padding: 7px;
  }

  .sk-shop-product-count {
    right: 7px;
    bottom: 7px;
    gap: 4px;
    font-size: 9px;
    padding: 5px 6px;
  }

  .sk-shop-card-body {
    gap: 6px;
    padding: 10px;
  }

  .sk-shop-card-body h3 {
    font-size: 14px;
  }

  .sk-shop-card-body p {
    min-height: 0;
    font-size: 11px;
    -webkit-line-clamp: 1;
  }

  .sk-shop-meta {
    display: none;
  }

  .sk-card-action {
    min-height: 32px;
    margin-top: auto;
    font-size: 11px;
  }

  .sk-shop-hero-minimal {
    padding: 18px 0;
  }

  .sk-shop-hero-inner {
    gap: 14px;
  }

  .sk-shop-identity-block {
    align-items: flex-start;
    gap: 12px;
  }

  .sk-shop-hero-logo {
    width: 68px;
    height: 68px;
    padding: 7px;
  }

  .sk-shop-hero-minimal h1 {
    font-size: 22px;
    margin-top: 6px;
  }

  .sk-shop-hero-minimal .sk-shop-hero-copy > p {
    display: none;
  }

  .sk-shop-hero-meta {
    gap: 5px;
    margin-top: 8px;
  }

  .sk-shop-hero-minimal .sk-shop-hero-meta span,
  .sk-shop-hero-minimal .sk-shop-hero-meta a {
    font-size: 10px;
    padding: 6px 7px;
  }

  .sk-shop-relationship-card {
    gap: 3px;
    padding: 10px;
  }

  .sk-shop-relationship-card strong {
    font-size: 13px;
  }

  .sk-shop-relationship-card a,
  .sk-shop-relationship-card button {
    min-height: 34px;
    font-size: 11px;
    padding: 7px 9px;
  }

  .sk-shop-catalog {
    padding-top: 10px;
  }

  .sk-shop-catalog-controls {
    gap: 8px;
    padding: 8px;
  }

  .sk-shop-catalog-search {
    grid-template-columns: auto minmax(0, 1fr) 72px;
  }

  .sk-shop-catalog-search input {
    min-height: 40px;
  }

  .sk-shop-catalog-search button {
    min-height: 36px;
    padding: 0 8px;
  }

  .sk-shop-catalog-controls > .sk-mobile-filter-toggle {
    display: inline-flex;
    width: 100%;
    min-height: 38px;
    border: 1px solid #dbe3ef;
    border-radius: 8px;
    background: #fff;
    color: #334155;
  }

  .sk-shop-filter-row[data-filter-panel] {
    display: none;
  }

  .sk-shop-filter-row[data-filter-panel].is-open {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .sk-shop-filter-row .sk-stock-toggle,
  .sk-shop-filter-row > button {
    width: 100%;
  }

  .sk-shop-category-strip {
    display: none;
  }
}
