body.payment-page-body {
  min-height: 100vh;
  background:
    radial-gradient(circle at top left, rgba(16, 185, 129, 0.2), transparent 24%),
    radial-gradient(circle at 85% 15%, rgba(56, 189, 248, 0.16), transparent 22%),
    radial-gradient(circle at bottom right, rgba(245, 158, 11, 0.12), transparent 24%),
    linear-gradient(180deg, #071018 0%, #0c1624 52%, #101826 100%);
  color: #e2e8f0;
}

.payment-shell {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 36px 20px;
}

.payment-topbar {
  width: 100%;
  max-width: 1160px;
  margin: 0 auto 18px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.payment-brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
}

.payment-brand-icon {
  width: 46px;
  height: 46px;
  border-radius: 15px;
  overflow: hidden;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, #10b981 0%, #34d399 100%);
  color: #042012;
  font-weight: 800;
  font-size: 1.05rem;
  box-shadow: 0 16px 34px rgba(16, 185, 129, 0.28);
}

.payment-brand-logo {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: contain;
}

.payment-brand-fallback {
  display: none;
}

.payment-brand-text {
  display: flex;
  flex-direction: column;
  line-height: 1.12;
}

.payment-brand-text strong {
  color: #fff;
  font-size: 0.96rem;
  letter-spacing: -0.02em;
}

.payment-brand-text span {
  color: #8ea5bb;
  font-size: 0.77rem;
}

.payment-topbar-meta {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  justify-content: flex-end;
}

.payment-meta-pill {
  display: inline-flex;
  align-items: center;
  padding: 8px 13px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.08);
  color: #cbd5e1;
  font-size: 0.78rem;
}

.checkout-environment-alert {
  width: 100%;
  max-width: 1160px;
  margin: 0 auto 18px;
  padding: 14px 16px;
  border-radius: 16px;
  background: rgba(245, 158, 11, 0.12);
  border: 1px solid rgba(245, 158, 11, 0.22);
  color: #fde68a;
  font-size: 0.86rem;
  line-height: 1.7;
}

.payment-layout,
.checkout-product-layout {
  width: 100%;
  max-width: 1160px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 1.02fr) minmax(0, 0.98fr);
  gap: 24px;
  align-items: stretch;
}

.payment-panel,
.checkout-showcase,
.checkout-buybox {
  position: relative;
  overflow: hidden;
  background: linear-gradient(180deg, rgba(8, 15, 26, 0.92), rgba(13, 22, 36, 0.82));
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 28px;
  box-shadow: 0 28px 80px rgba(0, 0, 0, 0.34);
  backdrop-filter: blur(18px);
}

.payment-panel::before,
.checkout-showcase::before,
.checkout-buybox::before {
  content: '';
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at top right, rgba(52, 211, 153, 0.1), transparent 22%),
    radial-gradient(circle at bottom left, rgba(56, 189, 248, 0.08), transparent 25%);
  pointer-events: none;
}

.payment-panel > *,
.checkout-showcase > *,
.checkout-buybox > * {
  position: relative;
  z-index: 1;
}

.payment-panel {
  padding: 30px;
}

.checkout-showcase,
.checkout-buybox {
  padding: 24px;
}

.payment-panel--summary,
.checkout-showcase {
  display: flex;
  flex-direction: column;
}

.payment-panel--checkout,
.checkout-buybox {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}

.payment-panel--checkout > * + * {
  margin-top: 12px;
}

.payment-company,
.checkout-eyebrow,
.checkout-buybox-badge,
.checkout-product-tag {
  display: inline-flex;
  align-items: center;
  align-self: flex-start;
  padding: 7px 12px;
  border-radius: 999px;
  background: rgba(16, 185, 129, 0.12);
  border: 1px solid rgba(16, 185, 129, 0.24);
  color: #86efac;
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.payment-chip {
  display: inline-flex;
  align-items: center;
  align-self: flex-start;
  margin-top: 14px;
  padding: 6px 10px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.06);
  color: #cbd5e1;
  font-size: 0.79rem;
}

.payment-title,
.checkout-display-title {
  margin-top: 12px;
  font-size: clamp(2.3rem, 4vw, 3.7rem);
  line-height: 0.96;
  letter-spacing: -0.06em;
  color: #fff;
}

.payment-subtitle,
.checkout-display-subtitle {
  margin-top: 10px;
  color: #8ea5bb;
  font-size: 1rem;
  line-height: 1.8;
  max-width: 56ch;
}

.payment-status-row {
  margin-top: 22px;
}

.payment-value {
  margin-top: 24px;
  font-size: clamp(2.5rem, 6vw, 4.4rem);
  font-weight: 800;
  line-height: 1;
  color: #fff;
  letter-spacing: -0.06em;
}

.payment-delivery-box,
.checkout-order-summary,
.checkout-trust-box {
  margin-top: 20px;
  padding: 18px;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.payment-delivery-box span,
.checkout-trust-item span,
.checkout-summary-row span {
  display: block;
  color: #8ea5bb;
  font-size: 0.78rem;
  margin-bottom: 5px;
}

.payment-delivery-box strong,
.checkout-trust-item strong,
.checkout-summary-row strong {
  color: #fff;
  font-size: 0.92rem;
  line-height: 1.6;
}

.payment-benefits,
.checkout-benefit-list {
  margin-top: 12px;
  display: grid;
  gap: 12px;
}

.payment-benefit-item,
.checkout-benefit-item {
  display: grid;
  grid-template-columns: 28px 1fr;
  gap: 12px;
  align-items: flex-start;
  padding: 14px 15px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.07);
}

.payment-benefit-item span,
.checkout-benefit-item span {
  width: 28px;
  height: 28px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background: rgba(16, 185, 129, 0.14);
  color: #86efac;
  font-weight: 700;
  font-size: 0.92rem;
}

.payment-benefit-item div,
.checkout-benefit-item div {
  color: #dbe5f0;
  font-size: 0.86rem;
  line-height: 1.75;
}

.payment-detail-list {
  margin-top: 22px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.payment-detail-row,
.checkout-summary-row {
  display: flex;
  justify-content: space-between;
  gap: 16px;
}

.payment-detail-row {
  padding: 13px 14px;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.06);
}

.payment-detail-row span {
  color: #8ea5bb;
  font-size: 0.84rem;
}

.payment-detail-row strong {
  color: #fff;
  font-size: 0.88rem;
  text-align: right;
}

.payment-block-title {
  font-size: 1.16rem;
  font-weight: 700;
  color: #fff;
}

.payment-block-subtitle {
  margin-top: 6px;
  margin-bottom: 18px;
  color: #8ea5bb;
  font-size: 0.92rem;
  line-height: 1.7;
}

.payment-expiry-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 16px;
  padding: 14px 16px;
  border-radius: 18px;
  background: rgba(56, 189, 248, 0.09);
  border: 1px solid rgba(56, 189, 248, 0.16);
}

.payment-expiry-box span {
  color: #93c5fd;
  font-size: 0.82rem;
}

.payment-expiry-box strong {
  color: #fff;
  font-size: 1.1rem;
  font-family: 'JetBrains Mono', monospace;
}

.payment-qr-box {
  padding: 24px 22px;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.payment-page-body .qr-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  border-radius: 22px;
}

.payment-page-body .qr-image {
  width: 252px;
  height: 252px;
  border-radius: 20px;
  padding: 14px;
  background: #fff;
  box-shadow: 0 20px 42px rgba(2, 8, 23, 0.34);
}

.payment-page-body .qr-image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.payment-generated-qr,
.payment-generated-qr canvas,
.payment-generated-qr img {
  width: 100%;
  height: 100%;
}

.payment-generated-qr {
  align-items: center;
  justify-content: center;
}

.payment-generated-qr canvas,
.payment-generated-qr img {
  display: block;
  object-fit: contain;
}

.payment-qr-fallback {
  width: 100%;
  color: #334155;
  font-size: 0.78rem;
  line-height: 1.45;
  text-align: center;
}

.payment-qr-hint {
  margin-top: 12px;
  font-size: 0.8rem;
  color: #8ea5bb;
}

.payment-code-wrap {
  width: 100%;
  margin-top: 12px;
}

.payment-page-body .qr-code-text {
  background: rgba(6, 9, 18, 0.62);
  border: 1px solid rgba(255, 255, 255, 0.1);
  color: #cbd5e1;
  padding: 12px 14px;
  border-radius: 14px;
  min-height: 70px;
  font-size: 0.78rem;
  line-height: 1.7;
  word-break: break-all;
  cursor: pointer;
}

.payment-steps {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
  margin-top: 16px;
}

.payment-step {
  padding: 14px;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.06);
}

.payment-step span {
  display: inline-flex;
  width: 30px;
  height: 30px;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background: rgba(16, 185, 129, 0.14);
  color: #86efac;
  font-weight: 700;
  font-size: 0.82rem;
}

.payment-step div {
  margin-top: 10px;
  color: #dbe5f0;
  font-size: 0.82rem;
  line-height: 1.6;
}

.payment-live {
  margin-top: 16px;
  padding: 13px 14px;
  border-radius: 14px;
  background: rgba(56, 189, 248, 0.12);
  color: #93c5fd;
  font-size: 0.82rem;
  text-align: center;
}

.payment-final-state {
  min-height: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  gap: 12px;
  padding: 24px 10px;
}

.payment-panel--checkout .payment-final-state {
  flex: 0 0 auto;
  width: 100%;
}

.payment-final-state h2 {
  font-size: 1.58rem;
  color: #fff;
  letter-spacing: -0.04em;
}

.payment-final-state p,
.payment-final-state span {
  color: #8ea5bb;
  line-height: 1.7;
}

.payment-final-state strong {
  font-size: 1.8rem;
  color: #fff;
}

.payment-final-state--success {
  border: 1px solid rgba(16, 185, 129, 0.24);
  background: linear-gradient(180deg, rgba(16, 185, 129, 0.12), rgba(13, 22, 36, 0.82));
}

.payment-final-state--neutral {
  border: 1px solid rgba(148, 163, 184, 0.16);
}

.payment-final-icon {
  width: 84px;
  height: 84px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 26px;
  background: rgba(255, 255, 255, 0.06);
  color: #fff;
  font-size: 1.25rem;
  font-weight: 800;
  letter-spacing: 0.1em;
}

.payment-empty {
  padding: 30px 20px;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.04);
  border: 1px dashed rgba(255, 255, 255, 0.14);
  text-align: center;
}

.payment-empty-icon {
  font-size: 2rem;
  color: #86efac;
  margin-bottom: 12px;
}

.payment-empty-title {
  color: #fff;
  font-weight: 700;
  margin-bottom: 8px;
}

.payment-empty-text {
  color: #8ea5bb;
  font-size: 0.85rem;
  line-height: 1.7;
}

.checkout-product-card {
  margin-top: 20px;
  padding: 20px;
  border-radius: 24px;
  background:
    linear-gradient(180deg, rgba(16, 185, 129, 0.08), rgba(8, 15, 26, 0.18)),
    rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.checkout-product-image-wrap {
  margin: 0 0 14px;
  border-radius: 16px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(255, 255, 255, 0.02);
}

.checkout-product-image {
  width: 100%;
  height: clamp(180px, 28vw, 240px);
  object-fit: cover;
  object-position: center;
  display: block;
}

.checkout-product-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 18px;
}

.checkout-product-head h2 {
  margin-top: 8px;
  color: #fff;
  font-size: 1.6rem;
  letter-spacing: -0.04em;
}

.checkout-price-stack {
  text-align: right;
  flex-shrink: 0;
}

.checkout-price-stack span {
  display: block;
  color: #8ea5bb;
  font-size: 0.76rem;
  margin-bottom: 4px;
}

.checkout-price-stack strong {
  display: block;
  color: #fff;
  font-size: 2rem;
  letter-spacing: -0.06em;
}

.checkout-product-copy {
  margin-top: 12px;
  color: #c8d5e3;
  font-size: 0.94rem;
  line-height: 1.85;
}

.checkout-highlight-grid {
  margin-top: 12px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
}

.checkout-highlight-card,
.checkout-company-chip {
  padding: 16px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.checkout-highlight-card span,
.checkout-company-chip span {
  display: block;
  color: #8ea5bb;
  font-size: 0.76rem;
  margin-bottom: 6px;
}

.checkout-highlight-card strong,
.checkout-company-chip strong {
  color: #fff;
  font-size: 0.9rem;
  line-height: 1.7;
}

.checkout-company-chip a,
.checkout-legal-links a {
  color: #86efac;
  text-decoration: none;
}

.checkout-company-chip a:hover,
.checkout-legal-links a:hover {
  color: #bbf7d0;
}

.checkout-company-strip {
  margin-top: 0;
  display: grid;
  gap: 12px;
  padding-top: 0;
}

.checkout-buybox-header h2 {
  margin-top: 8px;
  color: #fff;
  font-size: 1.8rem;
  letter-spacing: -0.04em;
}

.checkout-buybox-header p {
  margin-top: 10px;
  color: #8ea5bb;
  line-height: 1.75;
}

.checkout-order-summary {
  margin-bottom: 12px;
}

.checkout-summary-row + .checkout-summary-row {
  margin-top: 12px;
  padding-top: 12px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.checkout-buybox .form-label {
  color: #d5dfeb;
}

.checkout-buybox .form-control {
  background: rgba(255, 255, 255, 0.04);
  border-color: rgba(255, 255, 255, 0.08);
  color: #fff;
}

.checkout-buybox .form-control:focus {
  background: rgba(255, 255, 255, 0.06);
  border-color: #10b981;
}

.checkout-buybox .form-control::placeholder {
  color: #64748b;
}

.checkout-buybox .form-group {
  margin-bottom: 12px;
}

.checkout-submit-btn {
  width: 100%;
  margin-top: 4px;
}

.checkout-trust-box {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
}

.checkout-trust-item {
  padding: 16px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.checkout-trust-item + .checkout-trust-item {
  padding-top: 16px;
  border-top: none;
}

.checkout-legal {
  margin-top: 16px;
  color: #8ea5bb;
  font-size: 0.8rem;
  line-height: 1.7;
}

.checkout-legal-links {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  margin-top: 8px;
}

.checkout-accordion {
  display: grid;
  gap: 8px;
  margin-top: 12px;
}

.checkout-accordion-item {
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.08);
  overflow: hidden;
}

.checkout-accordion-header {
  width: 100%;
  padding: 14px 16px;
  background: transparent;
  border: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  color: #fff;
  font-size: 0.92rem;
  font-weight: 600;
  transition: background-color 0.2s ease;
}

.checkout-accordion-header:hover {
  background: rgba(255, 255, 255, 0.06);
}

.checkout-accordion-icon {
  width: 18px;
  height: 18px;
  flex-shrink: 0;
  color: #8ea5bb;
  transition: transform 0.2s ease;
}

.checkout-accordion-item.active .checkout-accordion-icon {
  transform: rotate(180deg);
  color: #86efac;
}

.checkout-accordion-body {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease;
}

.checkout-accordion-item.active .checkout-accordion-body {
  max-height: 500px;
}

.checkout-accordion-content {
  padding: 0 16px 14px 16px;
  color: #c8d5e3;
  font-size: 0.88rem;
  line-height: 1.7;
}

.checkout-accordion-content a {
  color: #86efac;
  text-decoration: none;
}

.checkout-accordion-content a:hover {
  color: #bbf7d0;
}

.payment-footer {
  width: 100%;
  max-width: 1160px;
  margin: 18px auto 0;
  text-align: center;
  color: #62748a;
  font-size: 0.8rem;
}

.payment-page-body .btn-secondary {
  color: #e2e8f0;
  border-color: rgba(255, 255, 255, 0.16);
}

.payment-page-body .btn-secondary:hover {
  background: rgba(255, 255, 255, 0.06);
  color: #fff;
  border-color: rgba(16, 185, 129, 0.32);
}

.payment-page-body .badge-info {
  color: #93c5fd;
  background: rgba(56, 189, 248, 0.12);
}

.payment-page-body .badge-success {
  color: #86efac;
  background: rgba(16, 185, 129, 0.14);
}

.payment-page-body .badge-secondary {
  color: #cbd5e1;
  background: rgba(148, 163, 184, 0.12);
}

.payment-page-body .alert-success,
.payment-page-body .alert-error,
.payment-page-body .alert-warning,
.payment-page-body .alert-info {
  background: rgba(15, 23, 42, 0.72);
  border-width: 1px;
}

.payment-page-body .alert-error {
  color: #fda4af;
  border-color: rgba(239, 68, 68, 0.28);
}

@media (max-width: 980px) {
  .payment-topbar {
    flex-direction: column;
    align-items: flex-start;
  }

  .payment-topbar-meta {
    justify-content: flex-start;
  }

  .payment-layout,
  .checkout-product-layout {
    grid-template-columns: 1fr;
  }

  .payment-steps,
  .checkout-highlight-grid,
  .checkout-trust-box {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 720px) {
  .payment-shell {
    padding: 20px 14px;
  }

  .payment-panel,
  .checkout-showcase,
  .checkout-buybox {
    padding: 22px 18px;
    border-radius: 22px;
  }

  .checkout-product-head,
  .store-product-head,
  .store-product-footer,
  .store-product-badges,
  .payment-detail-row,
  .checkout-summary-row,
  .payment-expiry-box {
    flex-direction: column;
    align-items: flex-start;
  }

  .checkout-price-stack,
  .store-product-inline-price,
  .store-product-footer-meta,
  .payment-detail-row strong,
  .checkout-summary-row strong {
    text-align: left;
  }

  .payment-page-body .qr-image {
    width: 220px;
    height: 220px;
  }

  .checkout-product-image {
    height: 190px;
  }

  .payment-steps {
    grid-template-columns: 1fr;
  }
}

.checkout-order-summary-header,
.payment-order-box-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 14px;
}

.checkout-order-summary-header strong,
.payment-order-box-header strong {
  color: #fff;
  font-size: 0.95rem;
}

.checkout-order-summary-header span,
.payment-order-box-header span {
  color: #8ea5bb;
  font-size: 0.77rem;
}

.checkout-summary-line,
.payment-order-item {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  padding: 12px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.checkout-summary-line:first-child,
.payment-order-item:first-of-type {
  border-top: none;
  padding-top: 0;
}

.checkout-summary-line > div,
.payment-order-item > div {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.checkout-summary-line span,
.payment-order-item span {
  color: #fff;
  font-size: 0.88rem;
}

.checkout-summary-line small,
.payment-order-item small,
.payment-order-total small {
  color: #8ea5bb;
  font-size: 0.76rem;
  line-height: 1.6;
}

.checkout-summary-line strong,
.payment-order-item strong,
.payment-order-total strong {
  color: #fff;
  font-size: 0.88rem;
  text-align: right;
}

.checkout-summary-line--upsell span,
.payment-order-item--upsell span {
  color: #bbf7d0;
}

.checkout-summary-total,
.payment-order-total {
  margin-top: 14px;
  padding-top: 14px;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 16px;
}

.checkout-summary-total span,
.payment-order-total span {
  color: #8ea5bb;
  font-size: 0.8rem;
}

.checkout-summary-total strong,
.payment-order-total strong {
  font-size: 1.2rem;
  letter-spacing: -0.03em;
}

.checkout-upsell-section {
  margin-top: 18px;
  margin-bottom: 18px;
  padding: 18px;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.checkout-upsell-header strong {
  display: block;
  color: #fff;
  font-size: 0.96rem;
}

.checkout-upsell-header p {
  margin-top: 6px;
  color: #8ea5bb;
  font-size: 0.84rem;
  line-height: 1.7;
}

.checkout-upsell-list {
  display: grid;
  gap: 12px;
  margin-top: 16px;
}

.checkout-upsell-card {
  display: block;
  cursor: pointer;
}

.checkout-upsell-card input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.checkout-upsell-card-body {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 16px;
  padding: 16px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.08);
  transition: all 0.2s ease;
}

.checkout-upsell-card-body::before {
  content: '';
  width: 18px;
  height: 18px;
  margin-top: 3px;
  border-radius: 6px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  background: rgba(255, 255, 255, 0.03);
  flex-shrink: 0;
}

.checkout-upsell-card input:checked + .checkout-upsell-card-body {
  border-color: rgba(16, 185, 129, 0.35);
  background: rgba(16, 185, 129, 0.08);
  box-shadow: 0 12px 24px rgba(16, 185, 129, 0.12);
}

.checkout-upsell-card input:checked + .checkout-upsell-card-body::before {
  background: linear-gradient(135deg, #10b981 0%, #34d399 100%);
  border-color: rgba(16, 185, 129, 0.5);
  box-shadow: inset 0 0 0 4px rgba(5, 26, 18, 0.85);
}

.checkout-upsell-copy {
  display: flex;
  flex-direction: column;
  gap: 6px;
  flex: 1;
}

.checkout-upsell-copy strong {
  color: #fff;
  font-size: 0.9rem;
}

.checkout-upsell-copy span {
  color: #8ea5bb;
  font-size: 0.8rem;
  line-height: 1.7;
}

.checkout-upsell-price {
  color: #86efac;
  font-size: 0.92rem;
  font-weight: 700;
  white-space: nowrap;
}

.payment-order-box {
  margin-top: 22px;
  padding: 18px;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.store-shell .payment-topbar,
.store-hero-shell,
.store-trust-strip,
.store-toolbar,
.store-products-grid {
  width: 100%;
  max-width: 1160px;
  margin-left: auto;
  margin-right: auto;
}

.store-hero-shell,
.store-toolbar,
.store-product-card,
.store-trust-card {
  position: relative;
  overflow: hidden;
  background: linear-gradient(180deg, rgba(8, 15, 26, 0.94), rgba(13, 22, 36, 0.84));
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 28px;
  box-shadow: 0 28px 80px rgba(0, 0, 0, 0.34);
  backdrop-filter: blur(18px);
}

.store-hero-shell::before,
.store-toolbar::before,
.store-product-card::before,
.store-trust-card::before {
  content: '';
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at top right, rgba(52, 211, 153, 0.1), transparent 22%),
    radial-gradient(circle at bottom left, rgba(56, 189, 248, 0.08), transparent 25%);
  pointer-events: none;
}

.store-hero-shell > *,
.store-toolbar > *,
.store-product-card > *,
.store-trust-card > * {
  position: relative;
  z-index: 1;
}

.store-hero-shell {
  display: grid;
  grid-template-columns: minmax(0, 1.18fr) minmax(300px, 0.82fr);
  gap: 24px;
  padding: 34px;
  margin-bottom: 22px;
}

.store-hero-copy {
  display: flex;
  flex-direction: column;
}

.store-hero-actions {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  margin-top: 24px;
}

.store-hero-stats {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin-top: 26px;
}

.store-hero-stat,
.store-panel-block,
.store-product-spec,
.store-trust-card {
  padding: 16px;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.store-hero-stat span,
.store-panel-block span,
.store-toolbar-kicker,
.store-product-price span,
.store-product-inline-price span,
.store-product-spec span,
.store-product-footer-meta span,
.store-trust-card span {
  display: block;
  color: #8ea5bb;
  font-size: 0.76rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.store-hero-stat strong,
.store-panel-block strong,
.store-product-inline-price strong,
.store-product-spec strong,
.store-product-footer-meta strong,
.store-trust-card strong {
  display: block;
  margin-top: 7px;
  color: #fff;
  font-size: 0.96rem;
  line-height: 1.7;
}

.store-hero-panel {
  display: grid;
  gap: 12px;
}

.store-trust-strip {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  margin-bottom: 22px;
}

.store-toolbar {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 18px;
  padding: 22px 24px;
  margin-bottom: 22px;
}

.store-toolbar-copy h2 {
  color: #fff;
  font-size: 1.52rem;
  letter-spacing: -0.04em;
  margin-top: 10px;
}

.store-toolbar-copy p {
  color: #c8d5e3;
  margin-top: 8px;
  font-size: 0.9rem;
}

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

.store-filter-btn {
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(255, 255, 255, 0.04);
  color: #dbe5f0;
  border-radius: 999px;
  padding: 10px 14px;
  font-family: inherit;
  font-size: 0.82rem;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.2s ease;
}

.store-filter-btn:hover,
.store-filter-btn.active {
  border-color: rgba(16, 185, 129, 0.38);
  background: rgba(16, 185, 129, 0.1);
  color: #86efac;
}

.store-products-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
}

.store-product-card {
  padding: 22px;
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.store-product-card--featured {
  grid-column: span 2;
  display: grid;
  grid-template-columns: minmax(260px, 0.8fr) minmax(0, 1.2fr);
  align-items: stretch;
}

.store-product-media {
  padding: 18px;
  border-radius: 22px;
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.store-product-card--featured .store-product-media {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.store-product-badges,
.store-product-head,
.store-product-footer {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 14px;
}

.store-chip {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 9px 12px;
  border-radius: 999px;
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0.04em;
}

.store-chip--soft {
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.1);
  color: #dbe5f0;
}

.store-chip--dark {
  background: rgba(4, 10, 20, 0.54);
  border: 1px solid rgba(255, 255, 255, 0.08);
  color: #fff;
}

.store-product-icon {
  width: 88px;
  height: 88px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: 26px;
  border-radius: 28px;
  background: rgba(4, 10, 20, 0.4);
  border: 1px solid rgba(255, 255, 255, 0.08);
  color: #fff;
  font-size: 1.26rem;
  font-weight: 800;
  letter-spacing: 0.08em;
}

.store-product-price {
  margin-top: 24px;
}

.store-product-price strong {
  display: block;
  margin-top: 6px;
  color: #fff;
  font-size: 1.74rem;
  letter-spacing: -0.05em;
}

.store-product-body {
  display: flex;
  flex-direction: column;
  gap: 18px;
  min-height: 100%;
}

.store-product-inline-price,
.store-product-footer-meta {
  text-align: right;
  flex-shrink: 0;
}

.store-product-head h3 {
  color: #fff;
  font-size: 1.4rem;
  letter-spacing: -0.04em;
}

.store-product-link {
  display: block;
  margin-top: 8px;
  color: rgba(255, 255, 255, 0.82);
  font-size: 0.78rem;
  font-family: 'JetBrains Mono', monospace;
}

.store-product-description {
  color: #c8d5e3;
  font-size: 0.92rem;
  line-height: 1.8;
}

.store-product-specs {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.store-product-benefits {
  display: grid;
  gap: 10px;
}

.store-product-benefit {
  padding: 13px 14px;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.08);
  color: #dbe5f0;
  font-size: 0.82rem;
  line-height: 1.7;
}

.store-product-card--featured .store-product-head h3 {
  font-size: 1.7rem;
}

.store-product-card--featured .store-product-description {
  max-width: 62ch;
}

.store-product-card--featured .store-product-benefits {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.store-product-footer {
  margin-top: auto;
  padding-top: 18px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.store-tone--emerald {
  background: linear-gradient(180deg, rgba(16, 185, 129, 0.16), rgba(7, 14, 25, 0.34));
}

.store-tone--cyan {
  background: linear-gradient(180deg, rgba(56, 189, 248, 0.16), rgba(7, 14, 25, 0.34));
}

.store-tone--amber {
  background: linear-gradient(180deg, rgba(245, 158, 11, 0.18), rgba(7, 14, 25, 0.34));
}

.store-tone--violet {
  background: linear-gradient(180deg, rgba(139, 92, 246, 0.18), rgba(7, 14, 25, 0.34));
}

.store-tone--rose {
  background: linear-gradient(180deg, rgba(244, 114, 182, 0.18), rgba(7, 14, 25, 0.34));
}

.store-tone--slate {
  background: linear-gradient(180deg, rgba(148, 163, 184, 0.16), rgba(7, 14, 25, 0.34));
}

@media (max-width: 720px) {
  .checkout-summary-line,
  .payment-order-item,
  .checkout-summary-total,
  .payment-order-total,
  .checkout-order-summary-header,
  .payment-order-box-header,
  .checkout-upsell-card-body {
    flex-direction: column;
    align-items: flex-start;
  }

  .checkout-summary-line strong,
  .payment-order-item strong,
  .checkout-summary-total strong,
  .payment-order-total strong,
  .checkout-upsell-price {
    text-align: left;
  }

  .store-hero-stats,
  .store-trust-strip,
  .store-product-specs,
  .store-products-grid,
  .store-product-card--featured .store-product-benefits {
    grid-template-columns: 1fr;
  }

  .store-hero-shell,
  .store-toolbar,
  .store-product-card,
  .store-trust-card {
    padding: 22px 18px;
    border-radius: 22px;
  }

  .store-product-card--featured {
    grid-column: auto;
  }

  .store-product-head,
  .store-product-footer,
  .store-product-badges,
  .store-toolbar {
    flex-direction: column;
    align-items: flex-start;
  }

  .store-product-inline-price,
  .store-product-footer-meta {
    text-align: left;
  }

  .store-hero-actions,
  .store-toolbar-filters {
    width: 100%;
  }

  .store-filter-btn {
    flex: 1 1 calc(50% - 10px);
    text-align: center;
  }
}

@media (min-width: 721px) and (max-width: 980px) {
  .store-hero-shell {
    grid-template-columns: 1fr;
    padding: 28px;
  }

  .store-trust-strip {
    grid-template-columns: 1fr;
  }

  .store-toolbar {
    flex-direction: column;
    align-items: flex-start;
    padding: 22px;
  }

  .store-toolbar-filters {
    justify-content: flex-start;
  }

  .store-products-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .checkout-trust-box {
    grid-template-columns: repeat(2, 1fr);
  }

  .store-product-card--featured {
    grid-column: span 2;
    grid-template-columns: 1fr;
  }

  .store-product-card--featured .store-product-benefits {
    grid-template-columns: 1fr;
  }
}

.store-modern-page {
  scroll-behavior: smooth;
}

.store-modern-page,
.store-modern-page body,
.store-modern-page .payment-shell,
.store-modern-page .btn,
.store-modern-page .btn-secondary {
  font-family: 'Inter', system-ui, sans-serif;
}

.store-modern-shell {
  padding: 0 0 36px;
}

.store-modern-nav {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 50;
  background: rgba(5, 10, 18, 0.92);
  backdrop-filter: blur(20px);
  border-bottom: 1px solid rgba(148, 163, 184, 0.14);
}

.store-modern-nav-inner {
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  padding: 14px 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.store-modern-nav-left {
  display: flex;
  align-items: center;
  gap: 24px;
  min-width: 0;
}

.store-modern-brand {
  display: flex;
  align-items: center;
  gap: 14px;
}

.store-modern-brand-mark {
  width: 46px;
  height: 46px;
  border-radius: 18px;
  overflow: hidden;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, #38bdf8 0%, #22c55e 100%);
  color: #04111d;
  font-family: 'Space Grotesk', sans-serif;
  font-size: 1.35rem;
  font-weight: 700;
  box-shadow: 0 18px 36px rgba(34, 211, 238, 0.22);
}

.store-modern-brand-logo {
  width: 100%;
  height: 100%;
  object-fit: contain;
  border-radius: 18px;
  display: block;
}

.store-modern-brand-fallback {
  display: none;
}

.store-modern-brand-copy {
  display: flex;
  flex-direction: column;
  line-height: 1.08;
}

.store-modern-brand-copy strong {
  color: #fff;
  font-family: 'Space Grotesk', sans-serif;
  font-size: 1.2rem;
  letter-spacing: -0.04em;
}

.store-modern-brand-copy span {
  color: #8ea5bb;
  font-size: 0.78rem;
}

.store-modern-nav-links {
  display: flex;
  align-items: center;
  gap: 18px;
  white-space: nowrap;
}

.store-modern-nav-link {
  color: #cbd5e1;
  font-size: 0.82rem;
  font-weight: 500;
  text-decoration: none;
  transition: color 0.2s ease;
}

.store-modern-nav-link:hover {
  color: #67e8f9;
}

.store-modern-nav-actions {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
  justify-content: flex-end;
}

.store-modern-nav-search {
  flex: 1;
  min-width: 220px;
  max-width: 560px;
}

.store-modern-search-wrap {
  position: relative;
}

.store-modern-search-icon {
  position: absolute;
  left: 14px;
  top: 50%;
  transform: translateY(-50%);
  color: #64748b;
  font-size: 0.86rem;
}

.store-modern-search-input {
  width: 100%;
  height: 40px;
  border-radius: 999px;
  border: 1px solid rgba(148, 163, 184, 0.28);
  background: rgba(15, 23, 42, 0.75);
  color: #e2e8f0;
  padding: 0 14px 0 36px;
  font-size: 0.82rem;
  outline: none;
}

.store-modern-search-input:focus {
  border-color: rgba(16, 185, 129, 0.6);
  box-shadow: 0 0 0 3px rgba(16, 185, 129, 0.14);
}

.store-modern-nav-right {
  display: flex;
  align-items: center;
  gap: 12px;
}

.store-modern-nav-badges {
  display: flex;
  align-items: center;
  gap: 8px;
}

.store-modern-nav-badge {
  font-size: 0.75rem;
  font-weight: 500;
  color: #94a3b8;
  padding: 5px 10px;
  border-radius: 20px;
  border: 1px solid rgba(148, 163, 184, 0.18);
  background: rgba(15, 23, 42, 0.5);
  white-space: nowrap;
}

.store-modern-mini-cart {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 6px 10px;
  border-radius: 14px;
  border: 1px solid rgba(148, 163, 184, 0.24);
  background: rgba(15, 23, 42, 0.6);
}

.store-modern-mini-cart-count {
  width: 24px;
  height: 24px;
  border-radius: 999px;
  background: #10b981;
  color: #06291e;
  font-size: 0.72rem;
  font-weight: 800;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.store-modern-mini-cart-copy {
  display: flex;
  flex-direction: column;
  line-height: 1.2;
}

.store-modern-mini-cart-copy strong {
  color: #e2e8f0;
  font-size: 0.74rem;
  font-weight: 600;
}

.store-modern-mini-cart-copy span {
  color: #94a3b8;
  font-size: 0.68rem;
}

.store-modern-main {
  padding-top: 72px;
}

.store-zone {
  position: relative;
  padding: 34px 0 40px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.store-zone + .store-zone {
  margin-top: 0;
}

.store-zone--topo {
  background: #0b1220;
  box-shadow: inset 0 -1px 0 rgba(56, 189, 248, 0.14);
  padding-top: 0;
}

.store-zone--meio {
  background: #0f172a;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.04),
    inset 0 -1px 0 rgba(255, 255, 255, 0.04);
}

.store-zone--fim {
  background: #020617;
  box-shadow: inset 0 1px 0 rgba(16, 185, 129, 0.12);
}

.store-modern-alert {
  max-width: 1280px;
  margin: 0 auto 20px;
}

.store-modern-hero,
.store-modern-section,
.store-modern-footer {
  width: 100%;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}

.store-modern-hero {
  padding-top: 12px;
  padding-bottom: 38px;
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(360px, 0.92fr);
  gap: 30px;
  align-items: center;
}

.store-modern-hero-copy {
  display: flex;
  flex-direction: column;
}

.store-modern-eyebrow,
.store-modern-section-kicker {
  display: inline-flex;
  align-items: center;
  align-self: flex-start;
  padding: 8px 14px;
  border-radius: 999px;
  background: rgba(8, 15, 26, 0.84);
  border: 1px solid rgba(34, 211, 238, 0.18);
  color: #67e8f9;
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.store-modern-title {
  margin-top: 22px;
  color: #fff;
  font-family: 'Space Grotesk', sans-serif;
  font-size: clamp(2.2rem, 3.8vw, 4.3rem);
  line-height: 0.98;
  letter-spacing: -0.07em;
}

.store-modern-title-accent {
  display: block;
  margin-top: 8px;
  background: linear-gradient(90deg, #67e8f9 0%, #38bdf8 50%, #34d399 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.store-modern-subtitle,
.store-modern-section-copy {
  margin-top: 18px;
  max-width: 60ch;
  color: #9db0c3;
  font-size: 1.02rem;
  line-height: 1.85;
}

.store-modern-trust-row {
  margin-top: 22px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.store-modern-trust-pill {
  display: inline-flex;
  align-items: center;
  padding: 8px 12px;
  border-radius: 999px;
  background: rgba(15, 23, 42, 0.74);
  border: 1px solid rgba(148, 163, 184, 0.24);
  color: #dbe5f0;
  font-size: 0.8rem;
}

.store-modern-action-row {
  margin-top: 30px;
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}

.store-modern-checks {
  margin-top: 26px;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.store-modern-check {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 12px 14px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.08);
  color: #d6e2ee;
  font-size: 0.84rem;
}

.store-modern-check::before {
  content: '';
  width: 9px;
  height: 9px;
  border-radius: 999px;
  background: #34d399;
  box-shadow: 0 0 0 6px rgba(52, 211, 153, 0.14);
}

.store-modern-metric-grid {
  margin-top: 28px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.store-modern-metric,
.store-modern-floating-note,
.store-modern-value-card {
  background: rgba(8, 15, 26, 0.88);
  border: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: 0 24px 50px rgba(0, 0, 0, 0.26);
}

.store-modern-metric {
  padding: 18px;
  border-radius: 22px;
}

.store-modern-metric span,
.store-modern-product-price span,
.store-modern-product-meta span,
.store-modern-floating-note span {
  display: block;
  color: #8ea5bb;
  font-size: 0.78rem;
  line-height: 1.6;
}

.store-modern-metric strong,
.store-modern-product-price strong,
.store-modern-product-meta strong,
.store-modern-floating-note strong {
  display: block;
  margin-top: 6px;
  color: #fff;
  font-size: 1rem;
  line-height: 1.5;
}

.store-modern-preview {
  position: relative;
  min-height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.store-modern-preview-glow {
  position: absolute;
  inset: 32px 24px auto 24px;
  height: 78%;
  border-radius: 42px;
  background: linear-gradient(135deg, rgba(34, 211, 238, 0.16), rgba(59, 130, 246, 0.12), rgba(52, 211, 153, 0.14));
  filter: blur(12px);
  transform: rotate(-5deg);
}

.store-modern-code-card {
  position: relative;
  width: 100%;
  max-width: 480px;
  padding: 22px;
  border-radius: 34px;
  background: rgba(8, 15, 26, 0.92);
  border: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: 0 34px 90px rgba(0, 0, 0, 0.34);
  backdrop-filter: blur(20px);
}

.store-modern-window-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 18px;
}

.store-modern-window-dots {
  display: flex;
  gap: 8px;
}

.store-modern-window-dots span {
  width: 10px;
  height: 10px;
  border-radius: 999px;
}

.store-modern-window-dots span:nth-child(1) { background: #fb7185; }
.store-modern-window-dots span:nth-child(2) { background: #facc15; }
.store-modern-window-dots span:nth-child(3) { background: #4ade80; }

.store-modern-window-file {
  color: #64748b;
  font-family: 'JetBrains Mono', monospace;
  font-size: 0.78rem;
}

.store-modern-code-body {
  padding: 22px;
  border-radius: 24px;
  background: #050b14;
  border: 1px solid rgba(103, 232, 249, 0.08);
  font-family: 'JetBrains Mono', monospace;
  font-size: 0.86rem;
  line-height: 1.9;
}

.store-modern-code-line {
  color: #c7d2fe;
  word-break: break-word;
}

.store-modern-code-line span {
  color: #67e8f9;
}

.store-modern-code-line--comment {
  color: #34d399;
}

.store-modern-floating-note {
  position: absolute;
  right: 8px;
  bottom: 6px;
  max-width: 240px;
  padding: 16px 18px;
  border-radius: 22px;
}

.store-modern-floating-note span {
  margin-top: 4px;
}

.store-hero-product-card {
  position: relative;
  width: 100%;
  max-width: 500px;
  border-radius: 28px;
  overflow: hidden;
  background: rgba(8, 15, 26, 0.93);
  border: 1px solid rgba(148, 163, 184, 0.24);
  box-shadow: 0 28px 80px rgba(0, 0, 0, 0.34);
}

.store-hero-product-image-wrap {
  height: 230px;
  overflow: hidden;
}

.store-hero-product-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
  display: block;
}

.store-hero-product-body {
  padding: 18px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.store-hero-product-badge {
  display: inline-flex;
  align-items: center;
  align-self: flex-start;
  padding: 6px 10px;
  border-radius: 999px;
  background: rgba(16, 185, 129, 0.18);
  color: #86efac;
  font-size: 0.72rem;
  font-weight: 700;
}

.store-hero-product-body h3 {
  color: #fff;
  font-family: 'Space Grotesk', sans-serif;
  font-size: 1.35rem;
  line-height: 1.15;
  letter-spacing: -0.03em;
}

.store-hero-product-body p {
  color: #9db0c3;
  font-size: 0.88rem;
  line-height: 1.65;
}

.store-hero-product-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-top: 4px;
  padding-top: 10px;
  border-top: 1px solid rgba(148, 163, 184, 0.2);
}

.store-hero-product-footer strong {
  color: #34d399;
  font-size: 1.35rem;
  letter-spacing: -0.04em;
}

.store-modern-section {
  padding-top: 16px;
}

.store-modern-section + .store-modern-section {
  margin-top: 14px;
}

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

.store-modern-section-head--catalog {
  align-items: center;
}

.store-modern-section-title {
  margin-top: 12px;
  color: #fff;
  font-family: 'Space Grotesk', sans-serif;
  font-size: clamp(2rem, 3vw, 2.8rem);
  line-height: 1;
  letter-spacing: -0.05em;
}

.store-modern-section-head .store-modern-section-copy {
  margin-top: 0;
  max-width: 34ch;
}

.store-modern-category-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.store-modern-category {
  appearance: none;
  width: auto;
  padding: 8px 14px;
  border-radius: 999px;
  text-align: center;
  cursor: pointer;
  transition: all 0.2s ease;
  background: rgba(9, 17, 30, 0.9);
  border: 1px solid rgba(148, 163, 184, 0.35);
  color: #e2e8f0;
  font-size: 0.82rem;
  font-weight: 500;
  line-height: 1;
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

.store-modern-category:hover,
.store-modern-category.active {
  transform: none;
  border-color: rgba(16, 185, 129, 0.6);
  box-shadow: none;
}

.store-modern-category.active {
  background: #00ff9d;
  color: #032216;
  font-weight: 700;
}

.store-modern-category span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 18px;
  height: 18px;
  border-radius: 999px;
  font-size: 0.68rem;
  background: rgba(255, 255, 255, 0.12);
  color: currentColor;
}

.store-modern-products-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 14px;
}

.store-modern-product-card {
  display: flex;
  flex-direction: column;
  min-height: 100%;
  overflow: hidden;
  background: linear-gradient(180deg, rgba(8, 15, 26, 0.94), rgba(13, 22, 36, 0.84));
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 20px;
  box-shadow: 0 14px 34px rgba(0, 0, 0, 0.24);
}

.store-modern-product-card--featured {
  grid-column: span 1;
}

.store-modern-product-cover {
  position: relative;
  overflow: hidden;
  height: 180px;
  min-height: 180px;
  padding: 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

.store-modern-product-cover > * {
  position: relative;
  z-index: 2;
}

.store-modern-product-image {
  position: absolute;
  top: -6px;
  right: -28px;
  bottom: -50px;
  left: -28px;
  width: calc(100% + 56px);
  height: calc(100% + 56px);
  object-fit: cover;
  object-position: center top;
  transform: none;
  z-index: 0;
}

.store-modern-product-cover--with-image::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(6, 11, 18, 0.22), rgba(6, 11, 18, 0.72));
  z-index: 1;
}

.store-modern-product-badges,
.store-modern-product-cover-meta {
  display: flex;
  align-items: center;
  gap: 6px;
  flex-wrap: wrap;
}

.store-modern-tech-badge {
  display: inline-flex;
  align-items: center;
  padding: 5px 8px;
  border-radius: 999px;
  background: rgba(4, 10, 20, 0.54);
  border: 1px solid rgba(255, 255, 255, 0.08);
  color: #fff;
  font-size: 0.63rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.store-modern-tech-badge--soft {
  background: rgba(255, 255, 255, 0.08);
  color: #dbe5f0;
}

.store-modern-product-symbol {
  color: rgba(255, 255, 255, 0.92);
  font-family: 'JetBrains Mono', monospace;
  font-size: clamp(1.45rem, 3vw, 2.2rem);
  font-weight: 700;
  letter-spacing: -0.08em;
}

.store-modern-product-content {
  display: flex;
  flex-direction: column;
  gap: 10px;
  flex: 1;
  padding: 14px;
}

.store-modern-product-topline {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}

.store-modern-product-category {
  display: inline-flex;
  align-items: center;
  padding: 5px 9px;
  border-radius: 999px;
  background: rgba(124, 58, 237, 0.2);
  color: #d8b4fe;
  font-size: 0.64rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.store-modern-product-rating {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  color: #fbbf24;
  font-size: 0.84rem;
  font-weight: 800;
  white-space: nowrap;
}

.store-modern-product-rating span {
  color: #fbbf24;
}

.store-modern-product-rating small {
  color: #94a3b8;
  font-size: 0.74rem;
  font-weight: 500;
}

.store-modern-product-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 10px;
}

.store-modern-product-head h3 {
  color: #fff;
  font-family: 'Space Grotesk', sans-serif;
  font-size: 0.98rem;
  line-height: 1.18;
  letter-spacing: -0.05em;
}

.store-modern-product-card--featured .store-modern-product-head h3 {
  font-size: 0.98rem;
}

.store-modern-product-route {
  display: block;
  margin-top: 4px;
  color: rgba(255, 255, 255, 0.7);
  font-family: 'JetBrains Mono', monospace;
  font-size: 0.64rem;
}

.store-modern-product-price {
  flex-shrink: 0;
  text-align: right;
}

.store-modern-product-price span {
  font-size: 0.68rem;
}

.store-modern-product-price strong {
  font-size: 1.02rem;
  letter-spacing: -0.05em;
}

.store-modern-product-description {
  color: #c8d5e3;
  font-size: 0.78rem;
  line-height: 1.5;
  line-clamp: 2;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.store-modern-spec-list {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}

.store-modern-spec-pill {
  display: inline-flex;
  align-items: center;
  padding: 5px 8px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.08);
  color: #dbe5f0;
  font-size: 0.64rem;
  line-height: 1.5;
}

.store-modern-benefits {
  display: grid;
  gap: 6px;
}

.store-modern-product-card--featured .store-modern-benefits {
  grid-template-columns: 1fr;
}

.store-modern-benefit {
  padding: 8px 10px;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.08);
  color: #d6e2ee;
  font-size: 0.7rem;
  line-height: 1.4;
}

.store-modern-product-actions {
  margin-top: auto;
  padding-top: 10px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}

.store-modern-product-meta {
  max-width: 48%;
}

.store-modern-product-meta span {
  font-size: 0.66rem;
}

.store-modern-product-meta strong {
  font-size: 0.82rem;
  line-height: 1.35;
}

.store-modern-price-meta {
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.store-modern-price-old {
  color: #64748b;
  font-size: 0.72rem;
  text-decoration: line-through;
}

.store-modern-price-now {
  color: #34d399;
  font-size: 1.36rem !important;
  line-height: 1.05 !important;
  letter-spacing: -0.05em;
}

.store-modern-buy-btn {
  min-width: 110px;
  border-radius: 14px;
  font-weight: 700;
}

.store-modern-product-actions .btn {
  padding: 10px 16px;
  min-height: auto;
}

.store-modern-value-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.store-modern-value-card {
  padding: 24px;
  border-radius: 28px;
}

.store-modern-value-card strong {
  display: block;
  color: #fff;
  font-family: 'Space Grotesk', sans-serif;
  font-size: 1.2rem;
  letter-spacing: -0.04em;
}

.store-modern-value-card span {
  display: block;
  margin-top: 12px;
  color: #9db0c3;
  font-size: 0.92rem;
  line-height: 1.8;
}

.store-modern-footer {
  margin-top: 28px;
  text-align: center;
}

.store-modern-footer-links {
  margin-bottom: 8px;
  display: flex;
  justify-content: center;
  gap: 18px;
  flex-wrap: wrap;
}

.store-modern-footer-links a {
  color: #7dd3fc;
  text-decoration: none;
  font-size: 0.84rem;
}

.store-modern-footer-links a:hover {
  color: #bae6fd;
}

@media (max-width: 1100px) {
  .store-modern-nav-inner,
  .store-modern-hero,
  .store-modern-section,
  .store-modern-footer {
    padding-left: 18px;
    padding-right: 18px;
  }

  .store-modern-nav-links {
    display: none;
  }

  .store-modern-mini-cart {
    display: none;
  }

  .store-modern-hero {
    grid-template-columns: 1fr;
  }

  .store-modern-preview {
    justify-content: flex-start;
  }

  .store-modern-products-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .store-modern-product-card--featured {
    grid-column: span 2;
  }

  .store-modern-value-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 720px) {
  .store-modern-main {
    padding-top: 148px;
  }

  .store-modern-nav-inner {
    padding-top: 14px;
    padding-bottom: 14px;
    flex-wrap: wrap;
  }

  .store-modern-nav-left {
    width: 100%;
    justify-content: space-between;
    gap: 12px;
  }

  .store-modern-brand-copy span {
    display: none;
  }

  .store-modern-nav-search {
    width: 100%;
    max-width: none;
  }

  .store-modern-nav-right {
    width: 100%;
    justify-content: space-between;
  }

  .store-modern-nav-actions {
    justify-content: flex-end;
  }

  .store-modern-title {
    font-size: clamp(2.4rem, 10vw, 3.8rem);
  }

  .store-hero-product-image-wrap {
    height: 180px;
  }

  .store-hero-product-footer {
    flex-direction: column;
    align-items: flex-start;
  }

  .store-modern-subtitle,
  .store-modern-section-copy {
    font-size: 0.94rem;
  }

  .store-modern-metric-grid,
  .store-modern-products-grid,
  .store-modern-value-grid,
  .store-modern-product-card--featured .store-modern-benefits {
    grid-template-columns: 1fr;
  }

  .store-modern-floating-note {
    position: static;
    max-width: none;
    margin-top: 14px;
  }

  .store-modern-section-head,
  .store-modern-product-head,
  .store-modern-product-actions {
    flex-direction: column;
    align-items: flex-start;
  }

  .store-modern-product-card--featured {
    grid-column: auto;
  }

  .store-modern-product-price,
  .store-modern-product-meta {
    text-align: left;
    max-width: none;
  }

  .store-modern-code-card {
    padding: 18px;
    border-radius: 28px;
  }

  .store-modern-code-body,
  .store-modern-category,
  .store-modern-value-card {
    border-radius: 22px;
  }
}

.store-modern-shell {
  padding-bottom: 52px;
}

.store-modern-main {
  padding-top: 74px;
}

.store-modern-breadcrumb {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto 20px;
  padding: 0 20px;
  display: flex;
  align-items: center;
  gap: 10px;
  color: rgba(226, 232, 240, 0.72);
  font-size: 0.86rem;
}

.store-modern-breadcrumb a {
  color: #dbeafe;
  text-decoration: none;
}

.store-modern-breadcrumb a:hover {
  color: #67e8f9;
}

.store-modern-hero {
  padding-top: 12px;
  align-items: stretch;
}

.store-storefront-panel {
  position: relative;
  width: 100%;
  max-width: 520px;
  padding: 24px;
  border-radius: 32px;
  background: linear-gradient(180deg, rgba(8, 15, 26, 0.96), rgba(15, 23, 42, 0.88));
  border: 1px solid rgba(148, 163, 184, 0.16);
  box-shadow: 0 28px 82px rgba(0, 0, 0, 0.34);
  display: grid;
  gap: 18px;
}

.store-storefront-head {
  display: grid;
  gap: 8px;
}

.store-storefront-kicker,
.store-shelf-kicker {
  display: inline-flex;
  align-items: center;
  align-self: flex-start;
  padding: 7px 12px;
  border-radius: 999px;
  background: rgba(15, 23, 42, 0.86);
  border: 1px solid rgba(103, 232, 249, 0.18);
  color: #67e8f9;
  font-size: 0.74rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.store-storefront-head strong {
  color: #fff;
  font-family: 'Space Grotesk', sans-serif;
  font-size: 1.4rem;
  line-height: 1.1;
  letter-spacing: -0.04em;
}

.store-storefront-list {
  display: grid;
  gap: 12px;
}

.store-storefront-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 16px 18px;
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(148, 163, 184, 0.14);
  color: #e2e8f0;
  text-decoration: none;
  transition: transform 0.2s ease, border-color 0.2s ease, background 0.2s ease;
}

.store-storefront-item:hover,
.store-storefront-item.is-active {
  transform: translateY(-2px);
  border-color: rgba(103, 232, 249, 0.26);
  background: rgba(15, 23, 42, 0.9);
}

.store-storefront-item div {
  display: grid;
  gap: 4px;
}

.store-storefront-item span {
  color: rgba(226, 232, 240, 0.72);
  font-size: 0.72rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.store-storefront-item strong {
  color: #fff;
  font-size: 1rem;
  line-height: 1.1;
}

.store-storefront-item small {
  color: #cbd5e1;
  font-size: 0.75rem;
  white-space: nowrap;
}

.store-storefront-feature {
  display: grid;
  gap: 14px;
  padding: 16px;
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(148, 163, 184, 0.12);
}

.store-storefront-feature.is-active {
  animation: storeStorefrontFadeIn 280ms ease;
}

.store-storefront-slider {
  display: grid;
  gap: 14px;
}

.store-storefront-slides {
  position: relative;
  display: grid;
}

.store-storefront-slides > .store-storefront-feature {
  display: none;
}

.store-storefront-slides > .store-storefront-feature.is-active {
  display: grid;
}

.store-storefront-feature-media {
  position: relative;
  display: block;
  height: 210px;
  padding: 0;
  border-radius: 20px;
  background:
    radial-gradient(circle at top, rgba(56, 189, 248, 0.12), rgba(15, 23, 42, 0) 58%),
    rgba(15, 23, 42, 0.42);
  overflow: hidden;
}

.store-storefront-feature-media--empty {
  display: flex;
  align-items: center;
  justify-content: center;
}

.store-storefront-feature-image {
  position: absolute;
  top: -6px;
  right: -24px;
  bottom: -38px;
  left: -24px;
  display: block;
  width: calc(100% + 48px);
  height: calc(100% + 44px);
  max-width: none;
  max-height: none;
  object-fit: cover;
  object-position: center top;
}

.store-storefront-feature-symbol {
  color: rgba(255, 255, 255, 0.92);
  font-family: 'JetBrains Mono', monospace;
  font-size: clamp(1.6rem, 4vw, 2.6rem);
  font-weight: 700;
  letter-spacing: -0.08em;
}

.store-storefront-feature-copy {
  display: grid;
  gap: 8px;
}

.store-storefront-feature-copy span {
  color: #8ea5bb;
  font-size: 0.74rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.store-storefront-feature-copy strong {
  color: #fff;
  font-size: 1.18rem;
  line-height: 1.18;
  letter-spacing: -0.03em;
}

.store-storefront-feature-copy p {
  color: #cbd5e1;
  font-size: 0.88rem;
  line-height: 1.7;
}

.store-storefront-feature-meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.store-storefront-feature-meta strong {
  color: #34d399;
  font-size: 1.5rem;
  line-height: 1;
  letter-spacing: -0.04em;
}

.store-storefront-slider-controls {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.store-storefront-slider-dots {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  flex: 1;
  flex-wrap: wrap;
}

.store-storefront-slider-dot,
.store-storefront-slider-arrow {
  border: 0;
  outline: none;
  cursor: pointer;
  transition:
    transform 180ms ease,
    background-color 180ms ease,
    border-color 180ms ease,
    opacity 180ms ease;
}

.store-storefront-slider-dot {
  width: 10px;
  height: 10px;
  padding: 0;
  border-radius: 999px;
  background: rgba(148, 163, 184, 0.34);
}

.store-storefront-slider-dot:hover,
.store-storefront-slider-dot.is-active {
  background: #67e8f9;
  transform: scale(1.08);
}

.store-storefront-slider-arrow {
  width: 36px;
  height: 36px;
  border-radius: 999px;
  background: rgba(15, 23, 42, 0.88);
  border: 1px solid rgba(148, 163, 184, 0.2);
  color: #e2e8f0;
  font-size: 1.15rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.store-storefront-slider-arrow:hover {
  background: rgba(30, 41, 59, 0.96);
  border-color: rgba(103, 232, 249, 0.4);
  transform: translateY(-1px);
}

@keyframes storeStorefrontFadeIn {
  from {
    opacity: 0;
    transform: translateY(4px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.store-department-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 16px;
}

.store-department-card {
  position: relative;
  overflow: hidden;
  min-height: 240px;
  padding: 22px;
  border-radius: 28px;
  background: linear-gradient(180deg, rgba(8, 15, 26, 0.94), rgba(15, 23, 42, 0.82));
  border: 1px solid rgba(148, 163, 184, 0.16);
  box-shadow: 0 22px 54px rgba(0, 0, 0, 0.22);
  color: #fff;
  text-decoration: none;
  display: flex;
  flex-direction: column;
  gap: 14px;
  transition: transform 0.22s ease, border-color 0.22s ease, box-shadow 0.22s ease;
}

.store-department-card:hover,
.store-department-card.is-active {
  transform: translateY(-4px);
  border-color: rgba(103, 232, 249, 0.26);
  box-shadow: 0 28px 66px rgba(0, 0, 0, 0.3);
}

.store-department-card-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.store-department-pill {
  display: inline-flex;
  align-items: center;
  padding: 7px 12px;
  border-radius: 999px;
  background: rgba(4, 10, 20, 0.44);
  border: 1px solid rgba(255, 255, 255, 0.12);
  color: #e2e8f0;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.store-department-count {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 38px;
  height: 38px;
  padding: 0 12px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.12);
  color: #fff;
  font-size: 0.92rem;
  font-weight: 800;
}

.store-department-card strong {
  color: #fff;
  font-family: 'Space Grotesk', sans-serif;
  font-size: 1.46rem;
  line-height: 1.05;
  letter-spacing: -0.05em;
}

.store-department-card p {
  flex: 1;
  color: #d4deea;
  font-size: 0.9rem;
  line-height: 1.72;
}

.store-department-meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  flex-wrap: wrap;
  color: #dbeafe;
  font-size: 0.78rem;
}

.store-catalog-toolbar {
  margin-top: 22px;
  margin-bottom: 24px;
  padding: 18px 20px;
  border-radius: 28px;
  background: rgba(8, 15, 26, 0.9);
  border: 1px solid rgba(148, 163, 184, 0.14);
  box-shadow: 0 24px 52px rgba(0, 0, 0, 0.2);
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 16px;
}

.store-catalog-toolbar--filters {
  position: sticky;
  top: 92px;
  z-index: 18;
  backdrop-filter: blur(18px);
}

.store-modern-category-grid {
  flex: 1;
  gap: 10px;
}

.store-modern-category {
  padding: 11px 16px;
  border-radius: 999px;
  border: 1px solid rgba(148, 163, 184, 0.28);
  background: rgba(15, 23, 42, 0.9);
  color: #e2e8f0;
  font-size: 0.8rem;
  font-weight: 600;
}

.store-modern-category:hover,
.store-modern-category.active {
  border-color: rgba(16, 185, 129, 0.5);
  box-shadow: 0 16px 28px rgba(3, 7, 18, 0.22);
}

.store-modern-category.active {
  background: linear-gradient(135deg, #34d399 0%, #67e8f9 100%);
  color: #032216;
}

.store-modern-category span {
  min-width: 20px;
  height: 20px;
}

.store-catalog-search {
  min-width: 280px;
  display: grid;
  gap: 8px;
}

.store-catalog-search span {
  color: #8ea5bb;
  font-size: 0.74rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.store-catalog-search-input {
  width: 100%;
  height: 48px;
  border-radius: 18px;
  border: 1px solid rgba(148, 163, 184, 0.22);
  background: rgba(15, 23, 42, 0.88);
  color: #e2e8f0;
  padding: 0 16px;
  font-size: 0.88rem;
  outline: none;
}

.store-catalog-search-input:focus {
  border-color: rgba(103, 232, 249, 0.5);
  box-shadow: 0 0 0 4px rgba(34, 211, 238, 0.12);
}

.store-catalog-summary {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 6px;
}

.store-catalog-summary strong {
  color: #fff;
  font-family: 'Space Grotesk', sans-serif;
  font-size: 1rem;
  letter-spacing: -0.03em;
}

.store-catalog-layout {
  display: grid;
  grid-template-columns: 290px minmax(0, 1fr);
  gap: 22px;
  align-items: start;
}

.store-catalog-sidebar {
  position: sticky;
  top: 176px;
  display: grid;
  gap: 16px;
}

.store-catalog-sidebar-card {
  padding: 22px;
  border-radius: 28px;
  background: rgba(8, 15, 26, 0.9);
  border: 1px solid rgba(148, 163, 184, 0.14);
  box-shadow: 0 22px 48px rgba(0, 0, 0, 0.18);
}

.store-catalog-sidebar-card h3 {
  margin-top: 14px;
  color: #fff;
  font-family: 'Space Grotesk', sans-serif;
  font-size: 1.18rem;
  line-height: 1.12;
  letter-spacing: -0.04em;
}

.store-sidebar-links {
  margin-top: 18px;
  display: grid;
  gap: 10px;
}

.store-sidebar-links a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 14px 16px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(148, 163, 184, 0.12);
  color: #dbe5f0;
  text-decoration: none;
  transition: transform 0.2s ease, border-color 0.2s ease, background 0.2s ease;
}

.store-sidebar-links a:hover,
.store-sidebar-links a.is-active {
  transform: translateX(4px);
  border-color: rgba(103, 232, 249, 0.3);
  background: rgba(15, 23, 42, 0.92);
}

.store-sidebar-links span {
  font-size: 0.82rem;
}

.store-sidebar-links strong {
  color: #fff;
  font-size: 0.96rem;
}

.store-sidebar-checks {
  margin-top: 18px;
  display: grid;
  gap: 10px;
}

.store-sidebar-checks div {
  padding: 14px 16px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(148, 163, 184, 0.08);
  color: #cbd5e1;
  font-size: 0.82rem;
  line-height: 1.7;
}

.store-catalog-content {
  display: grid;
  gap: 20px;
}

.store-shelf {
  padding: 24px;
  border-radius: 30px;
  background: rgba(8, 15, 26, 0.9);
  border: 1px solid rgba(148, 163, 184, 0.14);
  box-shadow: 0 26px 58px rgba(0, 0, 0, 0.22);
}

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

.store-shelf h3 {
  margin-top: 10px;
  color: #fff;
  font-family: 'Space Grotesk', sans-serif;
  font-size: clamp(1.5rem, 2vw, 2rem);
  line-height: 1;
  letter-spacing: -0.05em;
}

.store-shelf p {
  margin-top: 10px;
  max-width: 54ch;
  color: #9db0c3;
  font-size: 0.92rem;
  line-height: 1.78;
}

.store-shelf-meta {
  display: grid;
  gap: 8px;
  justify-items: end;
  text-align: right;
}

.store-shelf-meta span {
  color: #8ea5bb;
  font-size: 0.78rem;
}

.store-shelf-meta strong {
  color: #fff;
  font-size: 1.08rem;
  line-height: 1.1;
}

.store-catalog-content .store-modern-products-grid {
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 18px;
}

.store-modern-product-card {
  min-height: 100%;
  border-radius: 24px;
  border: 1px solid rgba(148, 163, 184, 0.14);
  background: linear-gradient(180deg, rgba(8, 15, 26, 0.96), rgba(15, 23, 42, 0.86));
  box-shadow: 0 20px 46px rgba(0, 0, 0, 0.24);
  transition: transform 0.24s ease, border-color 0.24s ease, box-shadow 0.24s ease;
}

.store-modern-product-card:hover {
  transform: translateY(-4px);
  border-color: rgba(103, 232, 249, 0.24);
  box-shadow: 0 28px 66px rgba(0, 0, 0, 0.32);
}

.store-modern-product-cover {
  min-height: 210px;
  height: 210px;
  padding: 16px;
}

.store-modern-product-cover-head,
.store-modern-product-cover-foot {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  flex-wrap: wrap;
}

.store-modern-product-cover-foot {
  margin-top: auto;
}

.store-modern-product-cover-note {
  display: inline-flex;
  align-items: center;
  padding: 6px 10px;
  border-radius: 999px;
  background: rgba(4, 10, 20, 0.56);
  border: 1px solid rgba(255, 255, 255, 0.08);
  color: #e2e8f0;
  font-size: 0.68rem;
  font-weight: 600;
}

.store-modern-product-image {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.04);
  transition: transform 0.3s ease;
}

.store-modern-product-card:hover .store-modern-product-image {
  transform: scale(1.08);
}

.store-modern-product-symbol {
  margin-top: auto;
  color: rgba(255, 255, 255, 0.94);
  font-size: clamp(2.4rem, 6vw, 3.5rem);
  line-height: 1;
}

.store-modern-product-content {
  padding: 18px;
  gap: 12px;
}

.store-modern-product-category {
  background: rgba(8, 15, 26, 0.84);
  border: 1px solid rgba(147, 197, 253, 0.16);
  color: #93c5fd;
}

.store-modern-product-head h3 {
  font-size: 1.18rem;
  line-height: 1.14;
}

.store-modern-product-route {
  font-size: 0.72rem;
}

.store-modern-product-description {
  min-height: 4.8em;
  font-size: 0.86rem;
  line-height: 1.7;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  overflow: hidden;
}

.store-modern-spec-list {
  gap: 8px;
}

.store-modern-spec-pill {
  padding: 7px 10px;
  font-size: 0.72rem;
}

.store-modern-benefits {
  gap: 8px;
}

.store-modern-benefit {
  padding: 10px 12px;
  font-size: 0.74rem;
}

.store-modern-product-actions {
  align-items: center;
  gap: 14px;
}

.store-modern-price-now {
  font-size: 1.56rem !important;
}

.store-modern-buy-btn {
  min-width: 132px;
}

.store-no-results {
  padding: 28px;
  border-radius: 28px;
  background: rgba(8, 15, 26, 0.82);
  border: 1px dashed rgba(148, 163, 184, 0.24);
  text-align: center;
}

.store-no-results strong {
  color: #fff;
  font-size: 1.08rem;
}

.store-no-results p {
  margin-top: 10px;
  color: #9db0c3;
  line-height: 1.7;
}

[data-store-card][hidden],
[data-store-shelf][hidden],
.store-no-results[hidden] {
  display: none !important;
}

@media (max-width: 1100px) {
  .store-catalog-toolbar {
    flex-direction: column;
    align-items: stretch;
  }

  .store-catalog-search {
    min-width: 0;
  }

  .store-catalog-layout {
    grid-template-columns: 1fr;
  }

  .store-catalog-sidebar {
    position: static;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .store-storefront-panel {
    max-width: none;
  }
}

@media (max-width: 720px) {
  .store-modern-main {
    padding-top: 146px;
  }

  .store-modern-title {
    font-size: clamp(1.9rem, 7vw, 3rem);
    line-height: 1;
  }

  .store-modern-breadcrumb {
    padding-left: 18px;
    padding-right: 18px;
    padding-top: 12px;
    font-size: 0.8rem;
  }

  .store-department-grid,
  .store-catalog-sidebar,
  .store-catalog-content .store-modern-products-grid {
    grid-template-columns: 1fr;
  }

  .store-catalog-toolbar--filters {
    top: 132px;
  }

  .store-storefront-feature-meta,
  .store-shelf-head,
  .store-modern-product-actions {
    flex-direction: column;
    align-items: flex-start;
  }

  .store-storefront-slider-controls {
    justify-content: flex-start;
  }

  .store-storefront-slider-dots {
    justify-content: flex-start;
  }

  .store-storefront-feature-media {
    height: 164px;
    padding: 0;
  }

  .store-storefront-feature-image {
    top: -4px;
    right: -18px;
    bottom: -24px;
    left: -18px;
    width: calc(100% + 36px);
    height: calc(100% + 28px);
  }

  .store-shelf,
  .store-catalog-sidebar-card,
  .store-catalog-toolbar,
  .store-department-card {
    padding: 18px;
    border-radius: 24px;
  }

  .store-shelf-meta,
  .store-catalog-summary {
    justify-items: start;
    align-items: flex-start;
    text-align: left;
  }

  .store-modern-product-meta,
  .store-modern-product-actions .btn {
    width: 100%;
    max-width: none;
  }

  .store-modern-buy-btn {
    min-width: 0;
  }
}
