:root {
  --store-bg: #f3f7fb;
  --store-card: #ffffff;
  --store-ink: #0f2740;
  --store-sub: #4f6377;
  --store-line: #d8e4ef;
  --store-brand: #0fb293;
  --store-brand-dark: #0a8c74;
  --store-accent: #1f6feb;
}

body {
  background: var(--store-bg);
}

/* Keep one stable header in flow on store pages (no floating duplicate effect). */
.store-premium-page #header,
.store-premium-page #header.sticky,
.store-premium-page #header.is-sticky,
.store-premium-page .is-sticky #header,
.store-premium-page .sticky-wrapper #header {
  position: relative !important;
  top: 0 !important;
  left: 0 !important;
  right: auto !important;
  width: 100% !important;
  transform: none !important;
  transition: none !important;
  z-index: 30 !important;
}

.store-premium-page #header .header-inner,
.store-premium-page #header.sticky .header-inner,
.store-premium-page .is-sticky #header .header-inner {
  position: relative !important;
  top: 0 !important;
  transform: none !important;
  transition: none !important;
}

.store-hero {
  padding: 58px 0 30px;
}

.store-hero-card {
  background: linear-gradient(140deg, #0f2740 0%, #163b5c 58%, #14526b 100%);
  color: #fff;
  border-radius: 24px;
  padding: 34px;
  box-shadow: 0 24px 44px rgba(9, 32, 52, 0.24);
}

.store-hero-card h1 {
  margin: 0;
  color: #fff;
  font-size: 42px;
  line-height: 1.08;
  font-weight: 800;
}

.store-hero-card p {
  margin: 14px 0 0;
  font-size: 17px;
  line-height: 1.7;
  max-width: 760px;
  color: rgba(255, 255, 255, 0.88);
}

.store-chips {
  margin-top: 18px;
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

.store-chip {
  display: inline-flex;
  align-items: center;
  border: 1px solid rgba(255, 255, 255, 0.25);
  border-radius: 999px;
  padding: 6px 12px;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.02em;
}

.store-layout {
  padding: 0 0 34px;
}

.store-card {
  background: var(--store-card);
  border: 1px solid var(--store-line);
  border-radius: 18px;
  padding: 24px;
  box-shadow: 0 12px 28px rgba(10, 34, 56, 0.08);
}

.store-card-head {
  margin-bottom: 16px;
}

.store-card-head h2 {
  margin: 0;
  color: var(--store-ink);
  font-size: 30px;
  font-weight: 800;
}

.store-card-head p {
  margin: 8px 0 0;
  color: var(--store-sub);
}

.store-shell .fso-shop-tools {
  background: #f3f8fd;
  border: 1px solid #d8e6f3;
  border-radius: 14px;
  padding: 12px 14px;
}

.store-shell .fso-cart-cta {
  background: #e6f1ff;
  color: #0e3f7a;
  border: 1px solid #bfd8f5;
  border-radius: 12px;
}

.store-shell .fso-shop-grid {
  gap: 18px;
}

.store-shell .fso-shop-card {
  border-radius: 16px;
  border: 1px solid #d9e6f2;
  box-shadow: 0 18px 34px rgba(11, 40, 62, 0.1);
  padding: 18px;
}

.store-shell .fso-kind {
  background: #e4f7f2;
  color: var(--store-brand-dark);
}

.store-shell .fso-title {
  font-size: 24px;
}

.store-shell .fso-desc {
  min-height: 86px;
  font-size: 15px;
  line-height: 1.65;
}

.store-shell .fso-meta {
  border-top: 1px dashed #d6e3ef;
  padding-top: 10px;
}

.store-shell .fso-price {
  font-size: 27px;
  color: #0f7e69;
}

.store-shell .fso-btn {
  background: linear-gradient(120deg, var(--store-brand) 0%, #0ea57f 100%);
  border-radius: 10px;
}

.store-shell .fso-btn:hover {
  background: linear-gradient(120deg, var(--store-brand-dark) 0%, #0d906d 100%);
}

.store-shell .fso-link-btn {
  border-radius: 10px;
}

.store-note {
  margin-top: 14px;
  color: #5f7488;
  text-align: center;
}

.store-cart-shell .fso-cart-layout {
  gap: 18px;
}

.store-cart-shell .fso-panel {
  border-radius: 18px;
  border: 1px solid #d8e6f2;
  box-shadow: 0 16px 30px rgba(10, 34, 56, 0.08);
  padding: 18px;
}

.store-cart-shell .fso-panel h3 {
  font-size: 30px;
}

.store-cart-shell .fso-item {
  border-radius: 12px;
  padding: 12px;
}

.store-cart-shell .fso-checkout .discount-wrap,
.store-cart-shell .fso-checkout .invoice-wrap,
.store-cart-shell .fso-checkout .ship {
  border-radius: 12px;
}

.store-cart-shell .fso-checkout-btn {
  background: linear-gradient(120deg, var(--store-accent) 0%, #0f61db 100%);
}

.store-cart-shell .fso-checkout-btn:hover {
  background: linear-gradient(120deg, #1a63cc 0%, #0c56c4 100%);
}

.store-cart-shell .fso-total {
  color: #082b48;
}

.store-empty {
  margin-top: 16px;
  background: #f5fbf9;
  border: 1px solid #d0e8e1;
  border-radius: 12px;
  padding: 12px;
  color: #245f53;
}

@media (max-width: 991px) {
  .store-hero-card h1 {
    font-size: 34px;
  }

  .store-hero-card {
    padding: 26px;
  }
}

@media (max-width: 640px) {
  .store-hero {
    padding-top: 44px;
  }

  .store-hero-card h1 {
    font-size: 30px;
  }

  .store-card {
    padding: 16px;
  }

  .store-card-head h2 {
    font-size: 24px;
  }
}
