:root {
  /* الهام از کارت پارسیان زرین: آبی آسمانی + سرمه‌ای + طلا */
  --store-font: "Vazirmatn", system-ui, sans-serif;
  --store-sky: #7ec8e8;
  --store-sky-soft: #dff3fb;
  --store-sky-mid: #4fb3d8;
  --store-navy: #0a2f5c;
  --store-navy-deep: #061e3d;
  --store-gold: #c9a227;
  --store-gold-bright: #e4c65a;
  --store-gold-deep: #8a6d1a;
  --store-accent-red: #d61f26;
  --store-bg: #eef8fc;
  --store-surface: #ffffff;
  --store-text: #0a2f5c;
  --store-muted: #5a7290;
  --store-border: rgba(10, 47, 92, 0.12);
  --store-radius: 0.85rem;
  --store-shadow: 0 1px 2px rgba(6, 30, 61, 0.05), 0 12px 32px rgba(79, 179, 216, 0.18);
}

.store-body {
  margin: 0;
  min-height: 100vh;
  font-family: var(--store-font);
  color: var(--store-text);
  background-color: var(--store-bg);
  background-image:
    radial-gradient(ellipse 90% 55% at 80% -10%, rgba(126, 200, 232, 0.55), transparent 55%),
    radial-gradient(ellipse 70% 40% at 0% 100%, rgba(201, 162, 39, 0.12), transparent 50%),
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='120' height='120' viewBox='0 0 120 120'%3E%3Cg fill='none' stroke='%234fb3d8' stroke-opacity='0.14' stroke-width='1'%3E%3Cpath d='M60 18c8 10 18 16 28 18-10 4-18 12-24 24-6-12-14-20-24-24 10-2 20-8 28-18z'/%3E%3Cpath d='M20 70c6 8 14 12 22 14-8 3-14 9-18 18-4-9-10-15-18-18 8-2 16-6 22-14z'/%3E%3Cpath d='M95 85c5 7 11 10 18 11-7 2-12 7-16 14-3-7-9-12-15-14 7-1 13-5 18-11z'/%3E%3C/g%3E%3C/svg%3E");
  background-size: auto, auto, 120px 120px;
  display: flex;
  flex-direction: column;
}

.store-container {
  max-width: 1180px;
}

.store-header {
  position: sticky;
  top: 0;
  z-index: 20;
  background: linear-gradient(180deg, rgba(238, 248, 252, 0.95), rgba(223, 243, 251, 0.9));
  backdrop-filter: blur(12px);
  border-bottom: 1px solid var(--store-border);
  box-shadow: 0 1px 0 rgba(201, 162, 39, 0.25);
}

.store-header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 0.9rem 0;
}

.store-brand {
  display: flex;
  align-items: center;
  gap: 0.7rem;
  text-decoration: none;
  color: var(--store-navy);
}

.store-brand:hover {
  color: var(--store-navy-deep);
}

.store-brand-mark {
  width: 2.25rem;
  height: 2.25rem;
  border-radius: 50%;
  object-fit: cover;
  flex-shrink: 0;
  box-shadow: 0 2px 8px rgba(6, 30, 61, 0.25);
}

.store-brand-text {
  display: flex;
  flex-direction: column;
  line-height: 1.15;
}

.store-brand-name {
  font-weight: 700;
  font-size: 1.15rem;
  letter-spacing: -0.01em;
  color: var(--store-navy);
}

.store-brand-tag {
  font-size: 0.75rem;
  color: var(--store-muted);
}

.store-nav a {
  color: var(--store-muted);
  text-decoration: none;
  font-weight: 500;
  font-size: 0.92rem;
}

.store-nav a:hover {
  color: var(--store-navy);
}

.store-cart-link {
  position: relative;
}

.store-cart-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 1.15rem;
  height: 1.15rem;
  padding: 0 0.3rem;
  margin-right: 0.15rem;
  border-radius: 999px;
  background: var(--store-accent-red);
  color: #fff;
  font-size: 0.7rem;
  font-weight: 700;
  line-height: 1;
}

.store-panel {
  background: var(--store-surface);
  border: 1px solid var(--store-border);
  border-radius: var(--store-radius);
  box-shadow: var(--store-shadow);
  padding: 1rem 1.15rem;
}

.store-auth-card {
  max-width: 420px;
  margin: 1rem auto;
  background: var(--store-surface);
  border: 1px solid var(--store-border);
  border-radius: var(--store-radius);
  box-shadow: var(--store-shadow);
  padding: 1.5rem 1.25rem;
}

.store-address-option {
  border: 1px solid var(--store-border);
  border-radius: 0.65rem;
  padding: 0.65rem 0.75rem;
  margin-bottom: 0.5rem;
  cursor: pointer;
}

.store-address-option:has(input:checked) {
  border-color: var(--store-gold);
  background: var(--store-sky-soft);
}

.store-address-option input {
  margin-left: 0.5rem;
  vertical-align: top;
  margin-top: 0.3rem;
}

.store-main {
  flex: 1;
  padding: 1.5rem 0 3rem;
}

.store-card-category {
  color: var(--store-gold-deep);
  font-weight: 600;
}

.store-pdp-category {
  margin: 0 0 0.5rem;
  color: var(--store-gold-deep);
  font-weight: 600;
  font-size: 0.95rem;
}

.store-intro {
  margin: 0 0 1.25rem;
}

.store-intro-title {
  margin: 0 0 0.4rem;
  font-size: clamp(1.35rem, 2.5vw, 1.85rem);
  font-weight: 700;
  color: var(--store-navy);
  letter-spacing: -0.02em;
}

.store-intro-lead {
  margin: 0;
  max-width: 40rem;
  color: var(--store-muted);
  font-size: 0.98rem;
  line-height: 1.7;
}

.store-legal {
  max-width: 42rem;
  margin: 0 0 2.5rem;
  color: var(--store-ink, #1a2332);
  font-size: 0.95rem;
  line-height: 1.85;
}

.store-legal section {
  margin: 0 0 1.35rem;
}

.store-legal h2 {
  margin: 0 0 0.45rem;
  font-size: 1.05rem;
  font-weight: 700;
  color: var(--store-navy);
}

.store-legal ul {
  margin: 0;
  padding: 0 1.15rem 0 0;
}

.store-legal li {
  margin: 0 0 0.35rem;
}

.store-legal-note {
  margin: 1.5rem 0 0;
  padding-top: 1rem;
  border-top: 1px solid var(--store-border);
  color: var(--store-muted);
  font-size: 0.88rem;
}

.store-contact {
  display: grid;
  gap: 1.5rem;
  margin: 0 0 2.5rem;
}

@media (min-width: 768px) {
  .store-contact {
    grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
    gap: 2rem;
    align-items: start;
  }
}

.store-contact-info {
  background: var(--store-surface);
  border: 1px solid var(--store-border);
  border-radius: var(--store-radius);
  box-shadow: var(--store-shadow);
  padding: 1.25rem 1.15rem;
}

.store-contact-row {
  display: grid;
  gap: 0.2rem;
  margin: 0 0 1rem;
}

.store-contact-row:last-child {
  margin-bottom: 0;
}

.store-contact-label {
  font-size: 0.8rem;
  font-weight: 600;
  color: var(--store-muted);
}

.store-contact-value {
  color: var(--store-navy);
  font-weight: 600;
  line-height: 1.7;
  text-decoration: none;
}

a.store-contact-value:hover {
  color: var(--store-gold-deep);
}

.store-contact-form-wrap {
  background: var(--store-surface);
  border: 1px solid var(--store-border);
  border-radius: var(--store-radius);
  box-shadow: var(--store-shadow);
  padding: 1.25rem 1.15rem;
}

.gold-chart-toolbar {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
  margin: 0 0 1rem;
}

.gold-range-btn {
  border: 1px solid var(--store-border);
  background: #fff;
  color: var(--store-navy);
  border-radius: 0.4rem;
  padding: 0.35rem 0.75rem;
  font-size: 0.88rem;
  font-weight: 600;
  cursor: pointer;
}

.gold-range-btn:hover {
  border-color: var(--store-navy);
}

.gold-range-btn.active {
  background: var(--store-navy);
  border-color: var(--store-navy);
  color: #fff;
}

.gold-chart-stats {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(10rem, 1fr));
  gap: 0.85rem;
  margin: 0 0 1rem;
}

.gold-stat-label {
  display: block;
  font-size: 0.8rem;
  color: var(--store-muted);
  margin-bottom: 0.2rem;
}

.gold-stat-value {
  font-size: 1.05rem;
  color: var(--store-navy);
  font-variant-numeric: tabular-nums;
}

.gold-stat-value.is-up {
  color: #1b7a3d;
}

.gold-stat-value.is-down {
  color: #b42318;
}

.gold-chart-shell {
  position: relative;
  margin: 0 0 2.5rem;
  border: 1px solid var(--store-border);
  border-radius: var(--store-radius);
  background: linear-gradient(180deg, #fff, rgba(126, 200, 232, 0.12));
  overflow: hidden;
  min-height: 360px;
}

.gold-chart-canvas {
  height: 380px;
  width: 100%;
}

.gold-chart-empty {
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  margin: 0;
  color: var(--store-muted);
  background: rgba(255, 255, 255, 0.72);
  font-size: 0.95rem;
}

.store-gift-occasions {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(14rem, 1fr));
  gap: 0.85rem;
  margin: 0 0 1.75rem;
}

.store-gift-occasion {
  padding: 1rem 1.1rem;
  border: 1px solid var(--store-border);
  border-radius: var(--store-radius);
  background:
    linear-gradient(160deg, rgba(126, 200, 232, 0.18), transparent 55%),
    var(--store-surface);
}

.store-gift-occasion-title {
  margin: 0 0 0.35rem;
  font-size: 1rem;
  font-weight: 700;
  color: var(--store-navy);
}

.store-gift-occasion-desc {
  margin: 0;
  font-size: 0.88rem;
  line-height: 1.65;
  color: var(--store-muted);
}

.store-gift-products-heading {
  margin: 0;
  font-size: 1.05rem;
  font-weight: 700;
  color: var(--store-navy);
}

.store-gift-all-link {
  font-size: 0.9rem;
  font-weight: 600;
  color: var(--store-navy);
  text-decoration: none;
}

.store-gift-all-link:hover {
  color: var(--store-gold-deep);
}

.store-footer-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 0.85rem 1.1rem;
}

.store-footer-nav a {
  color: inherit;
  text-decoration: none;
  opacity: 0.9;
}

.store-footer-nav a:hover {
  color: var(--store-gold-bright);
  opacity: 1;
}

.store-landing-banner {
  margin: 0 0 1.35rem;
  border-radius: var(--store-radius);
  overflow: hidden;
  border: 1px solid var(--store-border);
  box-shadow: var(--store-shadow);
  background: linear-gradient(135deg, var(--store-sky-soft), #fff);
}

.store-landing-banner img {
  display: block;
  width: 100%;
  max-height: min(42vw, 380px);
  object-fit: cover;
}

.store-landing-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem 0.55rem;
  margin: 0 0 1.35rem;
}

.store-landing-nav a {
  text-decoration: none;
  font-size: 0.86rem;
  font-weight: 600;
  color: var(--store-navy);
  padding: 0.35rem 0.7rem;
  border-radius: 0.55rem;
  border: 1px solid var(--store-border);
  background: var(--store-surface);
}

.store-landing-nav a:hover {
  border-color: var(--store-gold);
  background: var(--store-sky-soft);
}

.store-landing-nav a.active {
  background: var(--store-navy);
  color: #fff;
  border-color: var(--store-navy);
}

.store-catalog-layout {
  display: grid;
  gap: 1.25rem;
  align-items: start;
}

.store-filters-panel {
  padding: 1rem 1.05rem 1.15rem;
  border: 1px solid var(--store-border);
  border-radius: var(--store-radius);
  background: var(--store-surface);
  box-shadow: var(--store-shadow);
}

.store-filters-heading {
  margin: 0 0 0.85rem;
  font-size: 1rem;
  font-weight: 700;
  color: var(--store-navy);
}

.store-filter-group + .store-filter-group {
  margin-top: 1.1rem;
  padding-top: 1rem;
  border-top: 1px solid var(--store-border);
}

.store-filter-group-title {
  margin: 0 0 0.55rem;
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  color: var(--store-muted);
  text-transform: none;
}

.store-filter-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}

.store-filter-link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  padding: 0.45rem 0.55rem;
  border-radius: 0.55rem;
  text-decoration: none;
  color: var(--store-text);
  font-size: 0.9rem;
  font-weight: 500;
  transition: background 0.15s ease, color 0.15s ease;
}

.store-filter-link:hover {
  background: var(--store-sky-soft);
  color: var(--store-navy);
}

.store-filter-link.active {
  background: linear-gradient(135deg, rgba(10, 47, 92, 0.92), rgba(6, 30, 61, 0.95));
  color: #fff;
}

.store-filter-count {
  font-size: 0.78rem;
  font-weight: 600;
  opacity: 0.75;
  min-width: 1.5rem;
  text-align: center;
}

.store-filter-link.active .store-filter-count {
  opacity: 0.9;
}

@media (min-width: 900px) {
  .store-catalog-layout {
    grid-template-columns: 15.5rem minmax(0, 1fr);
    gap: 1.5rem;
  }

  .store-filters {
    position: sticky;
    top: 5.25rem;
  }
}

.store-hero {
  position: relative;
  margin: 0 0 1.75rem;
  min-height: min(42vw, 420px);
  border-radius: var(--store-radius);
  overflow: hidden;
  border: 1px solid var(--store-border);
  box-shadow: var(--store-shadow);
}

.store-hero-visual {
  position: absolute;
  inset: 0;
  background:
    url("/images/store/product-reference.png") center / cover no-repeat,
    linear-gradient(135deg, var(--store-sky-mid), var(--store-sky-soft));
  transform: scale(1.02);
  animation: store-hero-drift 18s ease-in-out infinite alternate;
}

.store-hero-image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
}

@keyframes store-hero-drift {
  from { transform: scale(1.02) translate3d(0, 0, 0); }
  to { transform: scale(1.05) translate3d(-1%, 0.5%, 0); }
}

.store-toolbar {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  margin-bottom: 1.25rem;
  padding-bottom: 0.85rem;
  border-bottom: 1px solid var(--store-border);
}

.store-sort {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.5rem 0.75rem;
}

.store-sort-label {
  color: var(--store-muted);
  font-size: 0.85rem;
}

.store-sort a {
  font-size: 0.85rem;
  color: var(--store-text);
  text-decoration: none;
  padding: 0.3rem 0.65rem;
  border-radius: 0.45rem;
  border: 1px solid transparent;
}

.store-sort a:hover {
  background: var(--store-sky-soft);
  border-color: rgba(79, 179, 216, 0.35);
}

.store-sort a.active {
  background: var(--store-navy);
  border-color: var(--store-navy);
  color: #fff;
  font-weight: 600;
}

.store-count {
  color: var(--store-muted);
  font-size: 0.9rem;
}

.store-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.85rem;
}

@media (min-width: 768px) {
  .store-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1.1rem;
  }
}

@media (min-width: 1100px) {
  .store-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

.store-card {
  display: flex;
  flex-direction: column;
  background: var(--store-surface);
  border: 1px solid var(--store-border);
  border-radius: var(--store-radius);
  overflow: hidden;
  text-decoration: none;
  color: inherit;
  box-shadow: var(--store-shadow);
  transition: transform 0.22s ease, box-shadow 0.22s ease, border-color 0.22s ease;
}

.store-card:hover {
  transform: translateY(-3px);
  border-color: rgba(201, 162, 39, 0.45);
  box-shadow: 0 10px 28px rgba(79, 179, 216, 0.28);
  color: inherit;
}

.store-card-media {
  position: relative;
  aspect-ratio: 1;
  background:
    linear-gradient(160deg, #c5e8f5 0%, #eef8fc 55%, #f7fbfd 100%);
  display: flex;
  align-items: center;
  justify-content: center;
}

.store-card-media::before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: 0.35;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='80' height='80' viewBox='0 0 80 80'%3E%3Cpath fill='none' stroke='%230a2f5c' stroke-opacity='0.12' d='M40 10c6 8 14 12 22 14-8 3-14 10-18 20-4-10-10-17-18-20 8-2 16-6 22-14z'/%3E%3C/svg%3E");
  background-size: 80px 80px;
  pointer-events: none;
}

.store-card-media img {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  object-fit: contain;
  padding: 0.75rem;
}

.store-card-placeholder {
  position: relative;
  z-index: 1;
  width: 3.25rem;
  height: 3.25rem;
  clip-path: polygon(50% 0%, 93% 25%, 93% 75%, 50% 100%, 7% 75%, 7% 25%);
  background: linear-gradient(145deg, var(--store-gold-bright), var(--store-gold-deep));
  opacity: 0.55;
  font-size: 0;
}

.store-badge-installment {
  position: absolute;
  top: 0.55rem;
  inset-inline-start: 0.55rem;
  z-index: 2;
  font-size: 0.7rem;
  font-weight: 600;
  background: rgba(255, 255, 255, 0.92);
  color: var(--store-navy);
  border: 1px solid rgba(201, 162, 39, 0.55);
  border-radius: 0.35rem;
  padding: 0.15rem 0.45rem;
}

.store-card-body {
  padding: 0.75rem 0.85rem 1rem;
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
  flex: 1;
  border-top: 2px solid rgba(201, 162, 39, 0.35);
}

.store-card-title {
  font-size: 0.88rem;
  font-weight: 600;
  line-height: 1.45;
  margin: 0;
  color: var(--store-navy);
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  min-height: 3.9em;
}

.store-card-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.35rem 0.75rem;
  font-size: 0.75rem;
  color: var(--store-muted);
}

.in-stock {
  color: #0f766e;
}

.out-stock {
  color: var(--store-accent-red);
}

.store-card-price {
  margin-top: auto;
  font-size: 1.05rem;
  font-weight: 700;
  color: var(--store-navy-deep);
  font-variant-numeric: tabular-nums;
}

.store-card-price .unit {
  font-size: 0.8rem;
  font-weight: 500;
  color: var(--store-muted);
}

.store-price-old {
  display: block;
  font-size: 0.85rem;
  font-weight: 500;
  color: var(--store-muted);
  text-decoration: line-through;
}

.store-discount-badge {
  display: inline-block;
  margin-inline-start: 0.35rem;
  padding: 0.1rem 0.4rem;
  font-size: 0.75rem;
  font-weight: 700;
  color: #fff;
  background: var(--store-accent-red);
  border-radius: 0.25rem;
}

.store-pdp-price .store-price-old {
  display: inline;
  margin-inline-end: 0.5rem;
}

.store-footer {
  border-top: 1px solid var(--store-border);
  background: linear-gradient(180deg, transparent, rgba(126, 200, 232, 0.2));
  padding: 1.15rem 0;
  color: var(--store-muted);
  font-size: 0.85rem;
}

.store-footer-inner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem 1.25rem;
}

.store-footer-trust img {
  display: block;
  width: 80px;
  height: auto;
}

.store-breadcrumb {
  display: flex;
  flex-wrap: wrap;
  gap: 0.35rem;
  font-size: 0.82rem;
  color: var(--store-muted);
  margin-bottom: 1.25rem;
}

.store-breadcrumb a {
  color: var(--store-muted);
  text-decoration: none;
}

.store-breadcrumb a:hover {
  color: var(--store-navy);
}

.store-pdp {
  display: grid;
  gap: 1.5rem;
}

@media (min-width: 768px) {
  .store-pdp {
    grid-template-columns: 1fr 1fr;
    gap: 2rem;
    align-items: start;
  }
}

.store-pdp-media {
  background:
    linear-gradient(160deg, #c5e8f5 0%, #eef8fc 55%, #fff 100%);
  border: 1px solid var(--store-border);
  border-radius: var(--store-radius);
  aspect-ratio: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  box-shadow: var(--store-shadow);
  position: relative;
}

.store-pdp-media::before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: 0.3;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100' height='100' viewBox='0 0 100 100'%3E%3Cpath fill='none' stroke='%230a2f5c' stroke-opacity='0.15' d='M50 12c8 10 18 16 28 18-10 4-18 12-24 24-6-12-14-20-24-24 10-2 20-8 28-18z'/%3E%3C/svg%3E");
  background-size: 100px 100px;
}

.store-pdp-media img {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  object-fit: contain;
  padding: 1rem;
}

.store-pdp-placeholder {
  position: relative;
  z-index: 1;
  width: 5rem;
  height: 5rem;
  clip-path: polygon(50% 0%, 93% 25%, 93% 75%, 50% 100%, 7% 75%, 7% 25%);
  background: linear-gradient(145deg, var(--store-gold-bright), var(--store-gold-deep));
  opacity: 0.5;
  font-size: 0;
}

.store-pdp-title {
  font-size: clamp(1.25rem, 2vw, 1.65rem);
  font-weight: 700;
  margin: 0 0 0.75rem;
  color: var(--store-navy);
}

.store-pdp-weight {
  color: var(--store-muted);
}

.store-pdp-weight strong {
  color: var(--store-accent-red);
  font-variant-numeric: tabular-nums;
}

.store-pdp-price {
  font-size: 1.65rem;
  font-weight: 700;
  margin: 0.75rem 0;
  color: var(--store-navy-deep);
}

.store-pdp-price .unit {
  font-size: 0.9rem;
  font-weight: 500;
  color: var(--store-muted);
}

.store-share {
  margin-top: 1.25rem;
  padding-top: 1rem;
  border-top: 1px solid var(--store-border);
}

.store-share-label {
  display: block;
  margin-bottom: 0.55rem;
  font-size: 0.88rem;
  font-weight: 700;
  color: var(--store-muted);
}

.store-share-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
}

.store-share-btn {
  appearance: none;
  border: 1px solid var(--store-border);
  background: var(--store-surface);
  color: var(--store-navy);
  font: inherit;
  font-size: 0.82rem;
  font-weight: 600;
  padding: 0.4rem 0.75rem;
  border-radius: 0.55rem;
  text-decoration: none;
  cursor: pointer;
  line-height: 1.3;
}

.store-share-btn:hover {
  border-color: var(--store-gold);
  background: var(--store-sky-soft);
  color: var(--store-navy-deep);
}

.store-share-telegram:hover {
  border-color: #2aabee;
  background: rgba(42, 171, 238, 0.1);
}

.store-share-whatsapp:hover {
  border-color: #25d366;
  background: rgba(37, 211, 102, 0.1);
}

.store-share-instagram:hover {
  border-color: #e1306c;
  background: rgba(225, 48, 108, 0.08);
}

.store-share-feedback {
  margin: 0.55rem 0 0;
  font-size: 0.82rem;
  color: #0f766e;
}

.store-pdp-content {
  margin-top: 2rem;
  padding: 1.35rem 1.4rem 1.5rem;
  border: 1px solid var(--store-border);
  border-radius: var(--store-radius);
  background: var(--store-surface);
  box-shadow: var(--store-shadow);
  max-width: 52rem;
}

.store-pdp-copy {
  color: var(--store-text);
  line-height: 1.85;
  font-size: 0.98rem;
}

.store-pdp-lead {
  margin: 0 0 1.1rem;
  font-size: 1.05rem;
  color: var(--store-navy);
}

.store-pdp-section-title {
  margin: 1.35rem 0 0.55rem;
  font-size: 1.05rem;
  font-weight: 700;
  color: var(--store-navy);
}

.store-pdp-specs,
.store-pdp-occasions {
  margin: 0.35rem 0 0;
  padding-inline-start: 1.2rem;
}

.store-pdp-specs li,
.store-pdp-occasions li {
  margin-bottom: 0.4rem;
}

.store-pdp-closing {
  margin: 1.25rem 0 0;
  color: var(--store-muted);
  font-size: 0.92rem;
}

.store-installment-note {
  background: linear-gradient(135deg, var(--store-sky-soft), #fff);
  border: 1px solid rgba(201, 162, 39, 0.4);
  border-radius: var(--store-radius);
  padding: 0.75rem 1rem;
  margin: 1rem 0;
  font-size: 0.92rem;
  color: var(--store-navy);
}

.btn.store-btn-primary {
  --bs-btn-color: #fff;
  --bs-btn-bg: var(--store-navy);
  --bs-btn-border-color: rgba(201, 162, 39, 0.45);
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: var(--store-navy-deep);
  --bs-btn-hover-border-color: var(--store-gold);
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: var(--store-navy-deep);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #3d5a80;
  --bs-btn-disabled-border-color: rgba(201, 162, 39, 0.3);
  --bs-btn-disabled-opacity: 1;
  background: linear-gradient(180deg, var(--store-navy), var(--store-navy-deep));
  border: 1px solid rgba(201, 162, 39, 0.35);
  color: #fff;
  font-weight: 600;
  padding: 0.7rem 1.25rem;
  border-radius: 0.65rem;
  box-shadow: 0 4px 14px rgba(10, 47, 92, 0.25);
}

.btn.store-btn-primary:disabled,
.btn.store-btn-primary.disabled {
  background: linear-gradient(180deg, #3d5a80, #2c4466);
  color: #fff;
  opacity: 1;
  cursor: not-allowed;
  box-shadow: none;
}

@media (prefers-reduced-motion: reduce) {
  .store-hero-visual {
    animation: none;
  }

  .store-card {
    transition: none;
  }
}
