.product-page,
.service-page,
.checkout-page,
.profile-page,
.storefront-page {
  font-size: 13px;
  font-weight: 400;
  color: var(--theme-text, var(--text-primary));
}

body.storefront-page {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

.storefront-page .container {
  width: min(860px, calc(100% - 24px));
  flex: 1 0 auto;
  padding-block: var(--space-md);
}

.back-link {
  display: inline-flex;
  align-items: center;
  min-height: 40px;
  border: 1px solid var(--theme-border, var(--border-color));
  border-radius: 999px;
  padding: 8px 14px;
  background: var(--theme-chip, rgba(255, 255, 255, 0.04));
  color: var(--theme-text, var(--text-secondary));
  font-weight: 900;
  transition: color 0.18s ease, border-color 0.18s ease, background 0.18s ease;
}

.back-link:hover {
  border-color: var(--theme-accent, var(--accent));
  background: var(--theme-chip, rgba(255, 255, 255, 0.08));
  color: var(--theme-text, var(--text-primary));
}

.muted {
  color: var(--theme-muted, var(--text-secondary));
}

.profile {
  display: grid;
  position: relative;
  grid-template-columns: minmax(0, 1fr);
  gap: 14px;
  justify-items: center;
  align-items: center;
  margin-block-end: var(--space-xl);
  padding: 56px 0 28px;
  color: var(--theme-text, var(--text-primary));
  text-align: center;
}

.storefront-profile {
  display: grid;
  grid-template-columns: 1fr;
  gap: 12px;
  justify-items: center;
  align-items: start;
  width: 100%;
  margin-bottom: var(--space-md);
  padding: 18px;
  color: var(--theme-text, var(--text-primary));
  text-align: center;
}

.profile-img {
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  object-fit: cover;
  border-radius: 999px;
  border: 3px solid var(--theme-card, var(--card-bg));
}

.profile-initial {
  display: grid;
  place-items: center;
  background: var(--theme-chip, rgba(124, 58, 237, 0.14));
  color: var(--theme-accent, var(--text-primary));
  font-size: 34px;
  font-weight: 900;
}

.profile-identity {
  display: grid;
  justify-items: center;
  gap: 10px;
  min-width: 0;
}

.profile-avatar-wrap {
  position: relative;
  display: grid;
  width: 200px;
  height: 200px;
  padding: 5px;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--theme-accent, var(--accent)), var(--accent-hover, var(--theme-accent, var(--accent))));
  box-shadow: var(--theme-shadow, var(--shadow-sm));
}

.profile-full-name {
  max-width: 100%;
  color: var(--theme-text, var(--text-primary));
  font-size: 15px;
  font-weight: 600;
  line-height: 1.25;
  text-align: center;
  overflow-wrap: anywhere;
}

.profile-content {
  display: grid;
  justify-items: center;
  gap: 12px;
  width: 100%;
  min-width: 0;
  padding-right: 0;
}

.profile-title-row {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 8px;
  width: 100%;
}

.profile-handle,
.detail-eyebrow {
  color: var(--theme-accent, var(--accent));
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0;
  text-transform: uppercase;
}

.detail-title {
  line-height: 0.98;
  letter-spacing: 0;
  overflow-wrap: anywhere;
}

.detail-title {
  font-size: 56px;
  line-height: 0.98;
  letter-spacing: 0;
}

.profile-bio {
  display: -webkit-box;
  max-width: 62ch;
  overflow: hidden;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.55;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.profile-bio,
.detail-copy,
.rich-text,
.storefront-footer {
  color: var(--theme-muted, var(--text-secondary));
}

.cluster {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: nowrap;
  gap: var(--space-sm);
}

.social-links {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: nowrap;
  gap: var(--space-sm);
}

.profile-actions {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  width: 100%;
  max-width: 100%;
  min-width: 0;
}

.social-links a,
.section-count,
.card-type,
.profile-badge {
  display: inline-flex;
  width: fit-content;
  align-items: center;
  justify-content: center;
  min-height: 26px;
  border: 1px solid var(--theme-border, var(--border-color));
  border-radius: 999px;
  padding: 4px 9px;
  background: var(--theme-chip, rgba(124, 58, 237, 0.14));
  color: var(--theme-accent, var(--accent));
  font-size: 10px;
  font-weight: 600;
}

.social-links a {
  min-height: 30px;
  padding-inline: 11px;
}

.social-link__icon {
  display: inline-grid;
  place-items: center;
  min-width: 18px;
  font-size: 11px;
  font-weight: 700;
  line-height: 1;
}

.profile-actions .btn.active,
.profile-actions .btn[aria-pressed="true"] {
  border-color: transparent;
  background: var(--theme-accent, var(--accent));
  color: #fff;
}

.smart-offers .profile-actions[role="tablist"] {
  display: grid;
  grid-template-columns: repeat(var(--offer-tab-count, 1), minmax(0, 1fr));
  align-items: stretch;
  justify-content: stretch;
  gap: var(--space-sm);
  width: 100%;
}

.smart-offers .profile-actions[role="tablist"] .btn {
  width: 100%;
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.profile-verified-dot {
  position: absolute;
  right: 6%;
  bottom: 9%;
  display: inline-grid;
  place-items: center;
  width: clamp(28px, 17%, 34px);
  height: clamp(28px, 17%, 34px);
  background: var(--theme-accent, var(--accent));
  color: #fff;
  font-size: 14px;
  font-weight: 800;
  line-height: 1;
  border-radius: 30% 38% 32% 42% / 36% 28% 42% 34%;
  clip-path: polygon(50% 2%, 61% 12%, 74% 8%, 80% 20%, 93% 27%, 89% 41%, 98% 50%, 89% 59%, 93% 73%, 80% 80%, 74% 92%, 61% 88%, 50% 98%, 39% 88%, 26% 92%, 20% 80%, 7% 73%, 11% 59%, 2% 50%, 11% 41%, 7% 27%, 20% 20%, 26% 8%, 39% 12%);
  filter: drop-shadow(0 3px 8px rgba(15, 23, 42, 0.22));
}

.profile-review-row {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 12px 16px;
  max-width: 100%;
  color: var(--theme-text, var(--text-primary));
}

.profile-proof-avatars {
  display: inline-flex;
  align-items: center;
  flex: 0 0 auto;
  padding-left: 0;
}

.profile-proof-avatar {
  display: inline-grid;
  place-items: center;
  width: 38px;
  height: 38px;
  margin-left: -16px;
  border: 2px solid var(--theme-bg, var(--background));
  border-radius: 999px;
  background: var(--theme-chip, rgba(124, 58, 237, 0.14));
  color: var(--theme-accent, var(--accent));
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
  box-shadow: var(--theme-shadow, var(--shadow-sm));
}

.profile-proof-avatar:first-child {
  margin-left: 0;
}

.profile-proof-avatar:nth-child(2) {
  background: rgba(14, 165, 233, 0.14);
}

.profile-proof-avatar:nth-child(3) {
  background: rgba(245, 158, 11, 0.14);
}

.profile-proof-text {
  max-width: 25ch;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.3;
}

.profile-proof-divider {
  width: 1px;
  height: 30px;
  background: var(--theme-border, var(--border-color));
}

.profile-proof-rating {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--theme-text, var(--text-primary));
  font-size: 14px;
  font-weight: 600;
  white-space: nowrap;
}

.profile-proof-rating strong {
  font-size: 18px;
  font-weight: 700;
}

.profile-proof-rating span:last-child {
  color: var(--theme-muted, var(--text-secondary));
  font-size: 13px;
  font-weight: 600;
}

.profile-proof-star {
  color: #fbbf24;
  font-size: 22px;
  line-height: 1;
}

.profile-share-btn {
  position: absolute;
  top: 56px;
  right: 0;
  min-width: 0;
  min-height: 36px;
  border-radius: var(--theme-radius, var(--radius-sm));
  padding: 8px 12px;
  font-size: 12px;
  font-weight: 600;
}

.storefront-social-proof {
  display: grid;
  gap: 12px;
  width: 100%;
  margin-block: var(--space-xl);
  color: var(--theme-text, var(--text-primary));
}

.storefront-social-proof__grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(128px, 1fr));
  gap: 8px;
}

.storefront-social-proof__item {
  display: grid;
  align-content: start;
  gap: 4px;
  min-width: 0;
  border: 1px solid color-mix(in srgb, var(--theme-accent, var(--accent)) 18%, var(--theme-border, var(--border-color)));
  border-radius: var(--theme-radius, var(--radius-sm));
  padding: 11px;
  background: color-mix(in srgb, var(--theme-accent, var(--accent)) 5%, var(--theme-bg-soft, transparent));
  text-align: center;
}

.storefront-social-proof__item strong {
  min-width: 0;
  color: var(--theme-accent, var(--accent));
  font-size: 22px;
  font-weight: 800;
  line-height: 1;
  overflow-wrap: anywhere;
}

.storefront-social-proof__item span {
  min-width: 0;
  color: var(--theme-text, var(--text-primary));
  font-size: 12px;
  font-weight: 700;
  line-height: 1.25;
  overflow-wrap: anywhere;
}

.storefront-social-proof__item p {
  color: var(--theme-muted, var(--text-secondary));
  font-size: 11px;
  line-height: 1.35;
  overflow-wrap: anywhere;
}

.storefront-about-business {
  display: grid;
  justify-items: start;
  gap: 10px;
  width: 100%;
  margin-block: var(--space-xl);
  padding: 0;
  color: var(--theme-text, var(--text-primary));
  text-align: left;
}

.storefront-about-business h2 {
  margin: 0;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.25;
  letter-spacing: 0;
}

.storefront-about-business p {
  max-width: 68ch;
  color: var(--theme-muted, var(--text-secondary));
  font-size: 13px;
  line-height: 1.65;
  overflow-wrap: anywhere;
}

.storefront-about-business .social-links,
.storefront-about-business .profile-actions {
  justify-content: flex-start;
}

.storefront-modal {
  position: fixed;
  inset: 0;
  display: none;
  place-items: center;
  padding: 18px;
  z-index: 50;
}

.storefront-modal.open {
  display: grid;
}

.storefront-modal:target {
  display: grid;
}

.storefront-modal__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(15, 23, 42, .52);
}

.storefront-modal__panel {
  position: relative;
  z-index: 1;
  width: min(560px, 100%);
  max-height: calc(100vh - 36px);
  overflow: auto;
  border: 1px solid var(--theme-border, var(--border-color));
  border-radius: var(--theme-radius, var(--radius-md));
  background: var(--theme-card, var(--card-bg));
  color: var(--theme-text, var(--text-primary));
  padding: 18px;
  box-shadow: var(--theme-shadow, var(--shadow-md));
}

.storefront-modal__head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 14px;
  margin-bottom: 14px;
}

.storefront-modal__head h2 {
  margin: 0;
  font-size: 20px;
  font-weight: 600;
}

.storefront-modal__close {
  flex: 0 0 auto;
}

.contact-form {
  display: grid;
  gap: 12px;
  text-align: left;
}

.contact-form .field {
  display: grid;
  gap: 6px;
}

.contact-form label {
  font-size: 12px;
  font-weight: 500;
}

.contact-form input,
.contact-form textarea {
  width: 100%;
  border: 1px solid var(--theme-border, var(--border-color));
  border-radius: var(--theme-radius, var(--radius-sm));
  background: var(--theme-input-bg, var(--theme-bg-soft, var(--bg-primary)));
  color: var(--theme-text, var(--text-primary));
  padding: 11px 12px;
  font: inherit;
  caret-color: var(--theme-accent, var(--accent));
}

.contact-form input:focus,
.contact-form textarea:focus {
  border-color: var(--theme-accent, var(--accent));
  background: var(--theme-input-focus-bg, var(--theme-card, var(--card-bg)));
  box-shadow: 0 0 0 3px color-mix(in srgb, var(--theme-accent, var(--accent)) 18%, transparent);
  outline: 0;
}

.contact-form textarea {
  resize: vertical;
  min-height: 120px;
}

.contact-form .form-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 10px;
  margin-top: 4px;
}

body.modal-open {
  overflow: hidden;
}

.reviews-section {
  display: grid;
  gap: 14px;
  margin-block: var(--space-xl);
  scroll-margin-top: 18px;
}

.reviews-head {
  align-items: center;
  margin-bottom: 0;
}

.reviews-head-actions {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-wrap: wrap;
  gap: 12px;
}

.reviews-summary {
  display: grid;
  justify-items: end;
  gap: 3px;
  min-width: 116px;
  color: var(--theme-muted, var(--text-secondary));
  font-size: 11px;
  line-height: 1.2;
  text-align: right;
}

.reviews-summary strong {
  color: var(--theme-text, var(--text-primary));
  font-size: 22px;
  font-weight: 700;
  line-height: 1;
}

.review-stars {
  display: inline-flex;
  align-items: center;
  gap: 2px;
  color: var(--theme-accent, var(--accent));
  font-size: 13px;
  letter-spacing: 0;
  line-height: 1;
}

.review-form {
  display: grid;
  gap: 14px;
}

.review-form--modal {
  border: 1px solid var(--theme-border, var(--border-color));
  border-radius: var(--theme-radius, var(--radius-md));
  padding: 16px;
  background: var(--theme-card, var(--card-bg));
}

.review-modal__panel {
  width: min(100% - 24px, 520px);
}

.review-modal__head {
  align-items: start;
}

.review-modal__head p {
  margin-top: 4px;
  color: var(--theme-muted, var(--text-secondary));
  font-size: 12px;
  line-height: 1.45;
}

.review-rating-field {
  display: grid;
  gap: 8px;
  min-width: 0;
  border: 0;
  margin: 0;
  padding: 0;
}

.review-rating-field legend {
  color: var(--theme-text, var(--text-primary));
  font-size: 12px;
  font-weight: 700;
}

.review-rating-options {
  display: flex;
  flex-direction: row-reverse;
  justify-content: flex-end;
  gap: 6px;
  width: fit-content;
  max-width: 100%;
}

.review-rating-option {
  display: inline-grid;
  cursor: pointer;
}

.review-rating-option input {
  position: fixed;
  width: 1px;
  height: 1px;
  opacity: 0;
  pointer-events: none;
  clip-path: inset(50%);
}

.review-rating-option span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border: 1px solid var(--theme-border, var(--border-color));
  border-radius: 999px;
  background: var(--theme-card, var(--card-bg));
  color: color-mix(in srgb, var(--theme-muted, var(--text-secondary)) 58%, #fff);
  font-size: 24px;
  font-weight: 900;
  line-height: 1;
  transition: transform 0.16s ease, color 0.16s ease, border-color 0.16s ease, background 0.16s ease, box-shadow 0.16s ease;
}

.review-rating-option input:checked + span,
.review-rating-option:has(input:checked) ~ .review-rating-option span,
.review-rating-option:hover span,
.review-rating-option:hover ~ .review-rating-option span {
  border-color: var(--theme-accent, var(--accent));
  background: var(--theme-chip, var(--theme-card, var(--card-bg)));
  color: var(--theme-accent, var(--accent));
  box-shadow: var(--theme-shadow, var(--shadow-sm));
}

.review-rating-option input:focus-visible + span {
  outline: 3px solid color-mix(in srgb, var(--theme-accent, var(--accent)) 26%, transparent);
  outline-offset: 2px;
}

.review-rating-option:hover span {
  transform: translateY(-1px) scale(1.03);
}

.review-list {
  display: grid;
  gap: 10px;
}

.review-list-actions {
  display: flex;
  justify-content: center;
  margin-top: 14px;
}

.review-card {
  display: grid;
  gap: 8px;
  min-width: 0;
  border: 1px solid var(--theme-border, var(--border-color));
  border-radius: var(--theme-radius, var(--radius-sm));
  padding: 12px;
  background: var(--theme-card, var(--card-bg));
  color: var(--theme-text, var(--text-primary));
}

.review-card__head {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 12px;
  min-width: 0;
}

.review-card__head strong {
  min-width: 0;
  font-size: 13px;
  font-weight: 700;
  overflow-wrap: anywhere;
}

.review-card__date {
  flex: 0 0 auto;
  color: var(--theme-muted, var(--text-secondary));
  font-size: 11px;
}

.review-card p,
.review-empty p {
  color: var(--theme-muted, var(--text-secondary));
  font-size: 12px;
  line-height: 1.55;
  overflow-wrap: anywhere;
}

.review-empty {
  display: grid;
  min-height: 92px;
  place-items: center;
  border: 1px dashed var(--theme-border, var(--border-color));
  border-radius: var(--theme-radius, var(--radius-sm));
  padding: 16px;
  text-align: center;
}

.section {
  margin-top: 12px;
  padding: var(--space-md);
  background: var(--theme-card, var(--card-bg));
}

.section-head h2 {
  font-size: 16px;
  font-weight: 600;
  line-height: 1.15;
  letter-spacing: 0;
}

.service-meta-line {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: var(--space-sm);
}

.product-card,
.service-card {
  position: relative;
  display: grid;
  grid-template-rows: auto 1fr auto;
  min-height: 100%;
  min-width: 0;
  border: 1px solid var(--theme-border, var(--border-color));
  border-radius: var(--theme-radius, var(--radius-md));
  background: var(--theme-card, var(--card-bg));
  color: var(--theme-text, var(--text-primary));
  box-shadow: var(--theme-shadow, var(--shadow-sm));
  padding: var(--space-sm);
  overflow: hidden;
  transition: transform 0.18s ease, border-color 0.18s ease, box-shadow 0.18s ease;
}

.offer-featured-icon {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 2;
  width: 30px;
  min-width: 30px;
  min-height: 30px;
  padding: 0;
  font-size: 13px;
  line-height: 1;
}

.product-card--featured.product-card--text .card-body {
  padding-right: 40px;
}

.product-card:hover,
.service-card:hover {
  transform: translateY(-2px);
  border-color: var(--theme-accent, var(--accent));
  box-shadow: var(--theme-shadow, var(--shadow-md));
}

.card-img {
  width: 100%;
  aspect-ratio: 1;
  object-fit: cover;
  background: var(--theme-bg-soft, var(--bg-secondary));
}

.card-price {
  color: var(--theme-accent, var(--text-primary));
  font-size: 14px;
}

.product-card > .btn,
.service-card > .btn {
  margin: 0;
}

.empty-state {
  grid-column: 1 / -1;
  min-height: 120px;
  display: grid;
  place-items: center;
  padding: var(--space-lg);
  color: var(--theme-muted, var(--text-secondary));
  font-weight: 900;
  text-align: center;
}

.section-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: var(--space-md);
  margin-bottom: 12px;
}

.section-head h2 {
  margin-top: var(--space-xs);
}

.smart-offers {
  display: grid;
  gap: 12px;
  margin-block: var(--space-xl);
  scroll-margin-top: 12px;
}

.smart-offers__head {
  align-items: center;
}

.smart-panel {
  display: none;
}

.smart-panel.active {
  display: block;
}

.offer-list {
  display: grid;
  gap: 10px;
}

.offer-card.product-card,
.offer-card.service-card {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  grid-template-rows: 1fr;
  align-items: center;
  min-height: 86px;
  overflow: hidden;
  color: inherit;
  text-decoration: none;
}

.offer-card.offer-card--with-image {
  grid-template-columns: 86px minmax(0, 1fr) auto;
  padding: 5px;
}

.offer-card .offer-card__thumb {
  width: 86px;
  height: 86px;
  min-height: 86px;
  aspect-ratio: 1;
  object-fit: cover;
}

.offer-card .offer-card__body {
  display: grid;
  justify-items: center;
  gap: 4px;
  padding: 12px;
  text-align: center;
}

.offer-card .offer-card__body h3 {
  width: 100%;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.25;
  overflow-wrap: anywhere;
}

.offer-card .card-price {
  font-size: 11px;
  font-weight: 500;
}

.offer-card .offer-card__cta {
  align-self: center;
  min-width: 88px;
  min-height: 36px;
  margin: 12px;
  padding: 8px 12px;
  font-size: 12px;
  font-weight: 600;
  white-space: nowrap;
}

.contact-lead {
  scroll-margin-top: 18px;
}

.products .card-grid {
  grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
  gap: 12px;
}

.product-card .card-body {
  padding: var(--space-sm) 0;
}

.service-list {
  display: grid;
  gap: var(--space-sm);
}

.service-card {
  grid-template-columns: minmax(0, 1fr) auto;
  grid-template-rows: 1fr;
  align-items: center;
  min-height: 0;
}

.service-card--with-image {
  grid-template-columns: 86px minmax(0, 1fr) auto;
}

.service-card .card-img {
  width: 86px;
  height: 86px;
  min-height: 86px;
  aspect-ratio: 1;
  object-fit: cover;
}

.service-card .card-body {
  padding: var(--space-sm) 0;
}

.service-card > .btn {
  align-self: center;
  min-height: 36px;
  margin: 0;
  padding: 8px 12px;
  font-size: 13px;
  white-space: nowrap;
}

.service-meta-line {
  justify-content: space-between;
}

.offer-card.product-card .offer-card__thumb,
.offer-card.service-card .offer-card__thumb {
  width: 86px;
  height: 86px;
  min-height: 86px;
  aspect-ratio: 1;
}

.offer-card.product-card > .offer-card__cta,
.offer-card.service-card > .offer-card__cta {
  align-self: center;
  min-width: 88px;
  min-height: 36px;
  margin: 12px;
  padding: 8px 12px;
}

.detail-hero {
  min-width: 0;
}

.detail-panel,
.purchase-card {
  min-width: 0;
  border: 1px solid var(--theme-border, var(--border-color));
  border-radius: var(--theme-radius, var(--radius-md));
  padding: var(--space-lg);
  background: var(--theme-card, var(--card-bg));
  color: var(--theme-text, var(--text-primary));
  box-shadow: var(--theme-shadow, var(--shadow-sm));
}

.media-gallery {
  display: grid;
  gap: var(--space-sm);
}

.media-placeholder {
  width: 100%;
  aspect-ratio: 1;
  border: 1px solid var(--theme-border, var(--border-color));
  border-radius: var(--theme-radius, var(--radius-lg));
  background: var(--theme-bg-soft, var(--bg-secondary));
  box-shadow: var(--theme-shadow, var(--shadow-md));
}

.media-main {
  display: block;
  width: 100%;
  height: auto;
  max-height: 70vh;
  object-fit: contain;
}

.media-placeholder {
  display: grid;
  place-items: center;
  color: var(--theme-text, var(--text-primary));
  font-size: 72px;
  font-weight: 900;
}

.purchase-card,
.checkout-summary {
  display: grid;
  gap: var(--space-md);
}

.product-page .purchase-card,
.service-page .purchase-card {
  align-content: start;
  gap: 16px;
  box-sizing: border-box;
}

.product-page .purchase-card .cluster,
.service-page .purchase-card .cluster {
  justify-content: flex-end;
}

.product-page .purchase-card .cluster {
  justify-content: center;
}

.service-page .purchase-card .cluster {
  gap: 8px;
}

.service-page .purchase-card .cluster .badge {
  min-height: 28px;
  padding-inline: 12px;
}

@media (min-width: 1025px) {
  .purchase-card,
  .checkout-summary {
    position: sticky;
    top: var(--space-lg);
  }
}

.checkout-panel {
  align-self: start;
}

.detail-key-points {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
  padding: 0;
  margin: 0;
  list-style: none;
}

.detail-key-points li {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  min-width: 0;
  border: 1px solid color-mix(in srgb, var(--theme-accent, var(--accent)) 24%, var(--theme-border, var(--border-color)));
  border-radius: 999px;
  padding: 6px 10px;
  background: color-mix(in srgb, var(--theme-accent, var(--accent)) 7%, var(--theme-card, var(--card-bg)));
  color: var(--theme-text, var(--text-primary));
  font-size: 12px;
  font-weight: 600;
  line-height: 1.25;
  overflow-wrap: anywhere;
}

.detail-key-points li::before {
  content: "\2713";
  display: inline-grid;
  flex: 0 0 auto;
  place-items: center;
  width: 16px;
  height: 16px;
  border-radius: 999px;
  background: var(--theme-accent, var(--accent));
  color: #fff;
  font-size: 10px;
  line-height: 1;
}

.detail-info-grid,
.info-grid {
  display: grid;
  gap: var(--space-sm);
}

.info-row {
  display: flex;
  justify-content: space-between;
  gap: var(--space-md);
  border: 1px solid var(--theme-border, var(--border-color));
  border-radius: var(--theme-radius, var(--radius-sm));
  padding: var(--space-sm);
  background: var(--theme-chip, rgba(255, 255, 255, 0.035));
}

.info-row span {
  color: var(--theme-muted, var(--text-secondary));
  text-align: right;
}

.seat-callout {
  display: grid;
  gap: var(--space-sm);
  border: 1px solid rgba(34, 197, 94, 0.28);
  border-radius: var(--theme-radius, var(--radius-sm));
  padding: var(--space-md);
  background: rgba(34, 197, 94, 0.08);
}

.service-page .purchase-card .seat-callout {
  order: 0;
  width: 100%;
}

.seat-callout.urgent {
  border-color: rgba(245, 158, 11, 0.34);
  background: rgba(245, 158, 11, 0.08);
}

.price-display {
  font-size: 30px;
  font-weight: 750;
  line-height: 1;
  letter-spacing: 0;
}

.old-price {
  color: var(--theme-muted, var(--text-secondary));
  text-decoration: line-through;
  text-decoration-thickness: 2px;
  white-space: nowrap;
}

.price-box,
.pricing-box {
  display: grid;
  gap: 10px;
}

.price-row,
.pricing-box > div {
  display: flex;
  justify-content: space-between;
  gap: var(--space-md);
  color: var(--theme-muted, var(--text-secondary));
}

.product-page .purchase-card .price-row,
.service-page .purchase-card .price-row,
.product-page .purchase-card .pricing-box > div,
.service-page .purchase-card .pricing-box > div {
  align-items: baseline;
}

.product-page .purchase-card .price-row--pricing,
.service-page .purchase-card .price-row--pricing {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  align-items: end;
  gap: 12px;
  padding-bottom: 6px;
}

.product-page .purchase-card .price-row span,
.service-page .purchase-card .price-row span,
.product-page .purchase-card .pricing-box > div span,
.service-page .purchase-card .pricing-box > div span {
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0;
  text-transform: uppercase;
}

.product-page .purchase-card .price-values,
.service-page .purchase-card .price-values {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  justify-content: flex-end;
  gap: 6px 10px;
  min-width: 0;
  text-align: right;
}

.product-page .purchase-card .pricing-box,
.service-page .purchase-card .pricing-box {
  gap: 12px;
}

.product-page .purchase-card .pricing-box .price-row:not(.price-row--pricing),
.service-page .purchase-card .pricing-box .price-row:not(.price-row--pricing) {
  min-height: 28px;
}

.price-row strong,
.pricing-box strong {
  color: var(--theme-text, var(--text-primary));
}

.total-row {
  margin-top: var(--space-sm);
  padding-top: var(--space-sm);
  border-top: 1px solid var(--theme-border, var(--border-color));
}

.quantity-control {
  display: grid;
  grid-template-columns: 44px minmax(72px, 1fr) 44px;
  gap: var(--space-sm);
}

.quantity-control input {
  text-align: center;
}

.service-meta {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: var(--space-sm);
}

.meta-card {
  border: 1px solid var(--theme-border, var(--border-color));
  border-radius: var(--theme-radius, var(--radius-sm));
  padding: var(--space-sm);
  background: var(--theme-chip, rgba(255, 255, 255, 0.035));
}

.meta-card span {
  display: block;
  color: var(--theme-muted, var(--text-secondary));
  font-size: 12px;
  font-weight: 800;
}

.meta-card strong {
  display: block;
  margin-top: var(--space-xs);
}

.seat-progress {
  height: 8px;
  overflow: hidden;
  border-radius: 999px;
  background: rgba(148, 163, 184, 0.16);
}

.seat-progress span {
  display: block;
  width: 0;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, var(--theme-accent, var(--accent)), var(--theme-accent-hover, var(--accent-hover)));
}

.checkout-main-form {
  display: grid;
  gap: var(--space-lg);
  padding: var(--space-lg);
}

.checkout-main-form section {
  display: grid;
  gap: var(--space-md);
}

.form-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: var(--space-md);
}

.checkout-summary {
  padding: var(--space-lg);
}

.checkout-summary img {
  width: 100%;
  height: auto;
  aspect-ratio: auto;
  object-fit: contain;
  border: 1px solid var(--theme-border, var(--border-color));
  border-radius: var(--theme-radius, var(--radius-sm));
}

.payment-options {
  display: grid;
  gap: var(--space-sm);
}

.payment-options label {
  display: flex;
  align-items: center;
  gap: var(--space-sm);
  border: 1px solid var(--theme-border, var(--border-color));
  border-radius: var(--theme-radius, var(--radius-sm));
  padding: var(--space-sm);
  color: var(--theme-muted, var(--text-secondary));
}

.toggle-row {
  display: flex;
  align-items: center;
  gap: var(--space-sm);
  color: var(--theme-muted, var(--text-secondary));
}

.checkout-cta {
  width: 100%;
}

.product-page,
.service-page,
.checkout-page {
  font-size: 13px;
  font-weight: 400;
}

.product-page .detail-shell,
.service-page .detail-shell,
.checkout-page .checkout-shell {
  width: min(760px, calc(100% - 24px));
  padding-block: var(--space-md);
}

.product-page .page-topbar,
.service-page .page-topbar,
.checkout-page .page-topbar {
  margin-bottom: 12px;
}

.product-page .back-link,
.service-page .back-link,
.checkout-page .back-link {
  min-height: 34px;
  border-radius: 999px;
  padding: 8px 12px;
  font-size: 12px;
  font-weight: 600;
}

.product-page .detail-layout,
.service-page .detail-layout {
  grid-template-columns: minmax(0, 1fr) minmax(230px, 280px);
  gap: 12px;
}

.checkout-page .checkout-layout {
  grid-template-columns: minmax(0, 1fr) minmax(220px, 280px);
  gap: 12px;
}

.product-page .detail-hero,
.service-page .detail-hero,
.product-page .media-gallery,
.service-page .media-gallery,
.checkout-page .checkout-main-form,
.checkout-page .checkout-summary {
  gap: 10px;
}

.product-page .detail-eyebrow,
.service-page .detail-eyebrow {
  font-size: 10px;
  font-weight: 600;
}

.product-page .detail-title,
.service-page .detail-title {
  margin-top: 2px;
  font-size: 23px;
  font-weight: 600;
  line-height: 1.12;
  letter-spacing: 0;
}

.product-page .detail-copy,
.service-page .detail-copy,
.product-page .rich-text,
.service-page .rich-text,
.checkout-page .muted,
.checkout-page .payment-options label {
  font-size: 12px;
  font-weight: 400;
  line-height: 1.5;
}

.product-page .rich-text,
.service-page .rich-text {
  max-width: 100%;
  min-width: 0;
  overflow-wrap: anywhere;
  word-break: break-word;
}

.product-page .rich-text img,
.service-page .rich-text img {
  display: block;
  width: auto;
  max-width: 100%;
  height: auto;
  margin: 12px 0;
  border-radius: var(--theme-radius, var(--radius-sm));
  object-fit: contain;
}

.product-page .rich-text ul,
.product-page .rich-text ol,
.service-page .rich-text ul,
.service-page .rich-text ol {
  max-width: 100%;
  box-sizing: border-box;
  margin: 0 0 12px;
  padding-left: 1.25rem;
  overflow-wrap: anywhere;
}

.product-page .rich-text li,
.service-page .rich-text li {
  max-width: 100%;
  margin-bottom: 6px;
  padding-left: 0.1rem;
  overflow-wrap: anywhere;
  word-break: break-word;
}

.product-page .media-main,
.service-page .media-main,
.product-page .media-placeholder,
.service-page .media-placeholder {
  border-radius: var(--theme-radius, 24px);
}

.product-page .media-main,
.service-page .media-main {
  aspect-ratio: auto;
  object-fit: contain;
}

.product-page .media-video,
.service-page .media-video {
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  border-radius: var(--theme-radius, 24px);
  background: var(--theme-bg-soft, #111827);
}

.product-page .media-embed,
.service-page .media-embed {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
  display: block;
}

.media-stage {
  width: 100%;
}

.media-slider {
  position: relative;
  overflow: hidden;
  border: 1px solid var(--theme-border, var(--border-color));
  border-radius: var(--theme-radius, 24px);
  background: var(--theme-bg-soft, var(--bg-secondary));
  box-shadow: var(--theme-shadow, var(--shadow-md));
}

.media-slider-track {
  display: flex;
  align-items: center;
  transition: transform 0.36s ease;
  will-change: transform;
}

.media-slide {
  display: grid;
  flex: 0 0 100%;
  place-items: center;
  min-width: 0;
  margin: 0;
}

.media-slide .media-main {
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.media-slider-bar {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  padding: 10px 4px 0;
}

.media-slider-dot {
  width: 28px;
  height: 5px;
  border: 0;
  border-radius: 999px;
  padding: 0;
  background: color-mix(in srgb, var(--theme-text, var(--text-primary)) 22%, transparent);
  cursor: pointer;
  transition: width 0.22s ease, background-color 0.22s ease;
}

.media-slider-dot.active {
  width: 46px;
  background: var(--theme-primary, var(--brand, #0f8b6f));
}

.product-page .media-stage .media-video,
.service-page .media-stage .media-video {
  aspect-ratio: 4 / 3;
  border: 1px solid var(--theme-border, var(--border-color));
  box-shadow: var(--theme-shadow, var(--shadow-md));
}

.video-thumb {
  display: grid;
  place-items: center;
  color: var(--theme-text, var(--text-primary));
  font-size: 11px;
  font-weight: 800;
}

.video-thumb span {
  display: grid;
  place-items: center;
  width: 100%;
  height: 100%;
  background: var(--theme-chip, var(--theme-bg-soft, rgba(15, 23, 42, 0.92)));
}

.product-page .media-placeholder,
.service-page .media-placeholder {
  font-size: 42px;
  font-weight: 600;
}

.product-page .detail-panel,
.service-page .detail-panel,
.product-page .purchase-card,
.service-page .purchase-card,
.checkout-page .checkout-main-form,
.checkout-page .checkout-summary {
  border-radius: var(--theme-radius, 30px);
  padding: 16px;
}

.product-page .detail-panel h2,
.service-page .detail-panel h2,
.checkout-page .checkout-main-form h1,
.checkout-page .checkout-main-form h2,
.checkout-page .checkout-summary h2 {
  font-size: 17px;
  font-weight: 600;
  line-height: 1.15;
  letter-spacing: 0;
}

.product-page .badge,
.service-page .badge,
.checkout-page .badge {
  min-height: 24px;
  padding: 4px 9px;
  font-size: 10px;
  font-weight: 600;
}

.product-page .pricing-box,
.service-page .pricing-box,
.checkout-page .pricing-box {
  gap: 8px;
  font-size: 12px;
}

.product-page .price-display,
.service-page .price-display,
.checkout-page .total-row strong {
  font-size: 24px;
  font-weight: 600;
}

.product-page .purchase-card,
.service-page .purchase-card {
  padding: 20px;
}

.product-page .purchase-card .quantity-control {
  width: 100%;
  grid-template-columns: 46px minmax(0, 1fr) 46px;
}

.product-page .quantity-control {
  grid-template-columns: 38px minmax(56px, 1fr) 38px;
  gap: 8px;
}

.product-page .quantity-control .btn {
  min-height: 38px;
  padding: 8px;
}

.service-page .service-meta {
  gap: 8px;
}

.service-page .meta-card {
  border-radius: var(--theme-radius, 14px);
  padding: 9px 10px;
}

.service-page .meta-card span {
  font-size: 10px;
  font-weight: 600;
}

.product-page .checkout-cta,
.service-page .checkout-cta,
.checkout-page .checkout-cta {
  width: 100%;
  min-height: 40px;
  border-radius: 999px;
  padding: 8px 12px;
  font-size: 12px;
  font-weight: 600;
}

.checkout-page .checkout-main-form {
  gap: 14px;
}

.checkout-page .checkout-main-form section {
  gap: 10px;
}

.checkout-page .form-grid {
  gap: 10px;
}

.checkout-page input,
.checkout-page textarea,
.checkout-page select,
.checkout-page .input {
  min-height: 40px;
  border-radius: var(--theme-radius, 12px);
  padding: 9px 11px;
  font-size: 12px;
}

.checkout-page textarea.input {
  min-height: 92px;
}

.checkout-page .field label,
.checkout-page .form-group label {
  font-size: 12px;
  font-weight: 600;
}

.checkout-page .payment-options {
  gap: 8px;
}

.checkout-page .payment-options label,
.checkout-page .toggle-row {
  border-radius: var(--theme-radius, 14px);
  padding: 9px 10px;
}

.checkout-page .checkout-summary img {
  border-radius: var(--theme-radius, 24px);
  width: 100%;
  height: auto;
  aspect-ratio: auto;
  object-fit: contain;
}

.storefront-footer {
  width: min(1180px, calc(100% - 32px));
  flex-shrink: 0;
  margin: auto auto var(--space-xl);
  font-size: 12px;
  font-weight: 400;
  text-align: center;
}

.rich-text,
.rich-text h1,
.rich-text h2,
.rich-text h3,
.rich-text p,
.rich-text li {
  line-height: 2;
}

.product-page .full-description .rich-text,
.service-page .full-description .rich-text,
.product-page .full-description .rich-text h1,
.product-page .full-description .rich-text h2,
.product-page .full-description .rich-text h3,
.product-page .full-description .rich-text p,
.product-page .full-description .rich-text li,
.service-page .full-description .rich-text h1,
.service-page .full-description .rich-text h2,
.service-page .full-description .rich-text h3,
.service-page .full-description .rich-text p,
.service-page .full-description .rich-text li {
  line-height: 2;
}

@media (max-width: 1024px) {
  .purchase-card,
  .checkout-summary { position: static; }
}

@media (max-width: 768px) {
  :root {
    --mobile-purchase-card-height: 0px;
  }

  .storefront-page .container {
    width: min(100% - 20px, 860px);
    padding-block: var(--space-md);
  }
  .profile {
    grid-template-columns: 1fr;
    gap: 14px;
    justify-items: center;
    padding: 32px 0 20px;
    text-align: center;
  }
  .profile-share-btn {
    position: static;
    justify-self: end;
    min-height: 34px;
    padding: 7px 10px;
  }
  .profile-share-btn span + span {
    display: none;
  }
  .profile-content {
    justify-items: center;
    padding-right: 0;
  }
  .profile-title-row,
  .profile-review-row {
    justify-content: center;
  }
  .profile-review-row {
    gap: 10px 12px;
  }
  .profile-proof-divider {
    display: none;
  }
  .profile-proof-text {
    max-width: min(100%, 24ch);
    font-size: 14px;
    text-align: left;
  }
  .profile-avatar-wrap {
    width: 152px;
    height: 152px;
  }
  .profile-initial {
    font-size: 34px;
  }
  .detail-title {
    font-size: 38px;
  }
  .service-card {
    grid-template-columns: minmax(0, 1fr);
    align-items: stretch;
  }
  .service-card--with-image {
    grid-template-columns: 74px minmax(0, 1fr);
  }
  .service-card .card-img {
    width: 74px;
    height: 74px;
    min-height: 74px;
    aspect-ratio: 1;
  }
  .service-card > .btn {
    grid-column: 1 / -1;
    width: 100%;
    margin: 0;
  }
  .form-grid,
  .service-meta {
    grid-template-columns: 1fr;
  }
  .media-main,
  .media-placeholder {
    border-radius: var(--radius-md);
  }
  .smart-offers__head {
    justify-items: stretch;
  }
  .offer-card.product-card,
  .offer-card.service-card {
    grid-template-columns: minmax(0, 1fr) auto;
  }
  .offer-card.offer-card--with-image {
    grid-template-columns: 74px minmax(0, 1fr) auto;
  }
  .offer-card.product-card .offer-card__thumb,
  .offer-card.service-card .offer-card__thumb {
    width: 74px;
    height: 74px;
    min-height: 74px;
  }
  .offer-card.product-card > .offer-card__cta,
  .offer-card.service-card > .offer-card__cta {
    grid-column: auto;
    width: auto;
    min-width: 76px;
    margin: 8px;
    padding: 7px 9px;
    font-size: 11px;
  }
  .info-row span {
    text-align: left;
  }
  .checkout-main-form,
  .detail-panel,
  .purchase-card,
  .checkout-summary {
    padding: var(--space-md);
  }
  .storefront-footer {
    width: min(100% - 20px, 1180px);
  }
  .product-page .storefront-footer,
  .service-page .storefront-footer {
    margin-bottom: calc(var(--space-xl) + var(--mobile-purchase-card-height) + env(safe-area-inset-bottom, 0px));
  }
  .product-page .detail-shell,
  .service-page .detail-shell,
  .checkout-page .checkout-shell {
    width: min(100% - 20px, 820px);
    padding-block: var(--space-md);
  }
  .product-page .detail-shell,
  .service-page .detail-shell {
    padding-bottom: calc(var(--space-md) + var(--mobile-purchase-card-height) + env(safe-area-inset-bottom, 0px));
  }
  .product-page .detail-layout,
  .service-page .detail-layout,
  .checkout-page .checkout-layout {
    grid-template-columns: 1fr;
  }
  .product-page .detail-title,
  .service-page .detail-title {
    max-width: none;
    font-size: 23px;
  }
  .product-page .detail-panel,
  .service-page .detail-panel,
  .product-page .purchase-card,
  .service-page .purchase-card,
  .checkout-page .checkout-main-form,
  .checkout-page .checkout-summary {
    padding: var(--space-md);
  }
  .product-page .purchase-card,
  .service-page .purchase-card {
    position: fixed;
    right: auto;
    bottom: 8px;
    bottom: calc(8px + env(safe-area-inset-bottom, 0px));
    left: 50%;
    z-index: 80;
    display: grid;
    grid-template-columns: 1fr;
    align-items: stretch;
    width: min(100% - 20px, 820px);
    max-height: calc(62vh - env(safe-area-inset-bottom, 0px));
    overflow-y: auto;
    gap: 8px;
    border-radius: var(--theme-radius, 18px);
    padding: 10px;
    box-shadow: 0 18px 44px rgba(15, 23, 42, 0.22);
    transform: translateX(-50%);
  }
  .product-page .purchase-card .toast,
  .service-page .purchase-card .toast {
    grid-column: 1 / -1;
    margin: 0;
    padding: 8px 10px;
  }
  .product-page .purchase-card .cluster,
  .service-page .purchase-card .cluster {
    order: 2;
    grid-column: 1 / -1;
    justify-content: flex-start;
    gap: 8px;
  }
  .product-page .purchase-card .cluster {
    justify-content: center;
  }
  .product-page .purchase-card .cluster:empty,
  .service-page .purchase-card .cluster:empty {
    display: none;
  }
  .product-page .purchase-card .badge,
  .service-page .purchase-card .badge {
    min-height: 24px;
    padding: 5px 9px;
    font-size: 10px;
  }
  .product-page .purchase-card > .badge,
  .service-page .purchase-card > .badge {
    order: 4;
    grid-column: 1 / -1;
    justify-self: start;
  }
  .product-page .purchase-card .pricing-box,
  .service-page .purchase-card .pricing-box {
    order: 3;
    grid-column: 1 / -1;
    gap: 8px;
    min-width: 0;
  }
  .service-page .purchase-card .seat-callout {
    order: 1;
    grid-column: 1 / -1;
    padding: 9px 10px;
  }
  .product-page .purchase-card .price-row,
  .service-page .purchase-card .price-row,
  .product-page .purchase-card .pricing-box > div,
  .service-page .purchase-card .pricing-box > div {
    gap: 8px;
  }
  .product-page .purchase-card .price-row--pricing,
  .service-page .purchase-card .price-row--pricing {
    grid-template-columns: minmax(58px, auto) minmax(0, 1fr);
    padding-bottom: 0;
  }
  .product-page .purchase-card .price-values,
  .service-page .purchase-card .price-values {
    gap: 4px 8px;
  }
  .service-page .purchase-card .price-values {
    justify-content: flex-start;
    text-align: left;
  }
  .product-page .purchase-card .price-row > *,
  .service-page .purchase-card .price-row > *,
  .product-page .purchase-card .pricing-box > div > *,
  .service-page .purchase-card .pricing-box > div > * {
    min-width: 0;
  }
  .product-page .purchase-card .price-display,
  .service-page .purchase-card .price-display {
    font-size: 21px;
    overflow-wrap: anywhere;
    text-align: right;
  }
  .product-page .purchase-card .checkout-cta,
  .service-page .purchase-card .checkout-cta {
    order: 7;
    grid-column: 1 / -1;
    align-self: stretch;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 38px;
    min-width: 0;
    padding: 8px 12px;
    line-height: 1.15;
    text-align: center;
    white-space: normal;
  }
  .product-page .purchase-card > .muted,
  .service-page .purchase-card > .muted {
    order: 6;
    grid-column: 1 / -1;
    margin: 0;
    font-size: 11px;
    line-height: 1.35;
  }
  .product-page .purchase-card .quantity-control {
    order: 5;
    grid-column: 1 / -1;
    grid-template-columns: 36px minmax(0, 1fr) 36px;
    justify-self: stretch;
    gap: 6px;
  }
  .product-page .purchase-card .quantity-control .btn,
  .product-page .purchase-card .quantity-control input {
    min-height: 34px;
    padding: 6px;
  }
  .service-page .purchase-card .service-meta {
    order: 4;
    grid-column: 1 / -1;
    grid-template-columns: repeat(auto-fit, minmax(88px, 1fr));
    gap: 6px;
  }
  .service-page .purchase-card .meta-card {
    padding: 7px 8px;
  }
  .service-page .purchase-card .meta-card span {
    font-size: 9px;
  }
  .service-page .purchase-card .meta-card strong {
    font-size: 11px;
    overflow-wrap: anywhere;
  }
  .service-page .purchase-card .service-meta + .cluster {
    order: 5;
  }
  .checkout-page .form-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 420px) {
  .product-page .purchase-card,
  .service-page .purchase-card {
    width: calc(100% - 16px);
    grid-template-columns: 1fr;
    gap: 7px;
    padding: 9px;
  }
  .product-page .purchase-card .price-row,
  .service-page .purchase-card .price-row,
  .product-page .purchase-card .pricing-box > div,
  .service-page .purchase-card .pricing-box > div {
    gap: 6px;
  }
  .product-page .purchase-card .price-display,
  .service-page .purchase-card .price-display {
    font-size: 19px;
  }
  .product-page .purchase-card .checkout-cta,
  .service-page .purchase-card .checkout-cta {
    min-height: 36px;
    padding: 7px 9px;
    font-size: 11px;
  }
}

@media (max-width: 420px) {
  .profile-actions {
    display: flex;
  }
  .social-links {
    width: 100%;
    display: flex;
  }
  .social-links a {
    justify-content: center;
  }
  .service-card {
    grid-template-columns: 1fr;
  }
  .service-card .card-img {
    width: 100%;
    height: auto;
    min-height: 0;
    aspect-ratio: 1;
  }
  .offer-card.product-card .offer-card__thumb,
  .offer-card.service-card .offer-card__thumb {
    width: 74px;
    height: 74px;
    min-height: 74px;
    aspect-ratio: 1;
  }
  .offer-card.product-card > .offer-card__cta,
  .offer-card.service-card > .offer-card__cta {
    grid-column: auto;
    width: auto;
    min-width: 76px;
    margin: 8px;
    padding: 7px 9px;
    font-size: 11px;
  }
}
