:root {
  --papylon-primary: #2563eb;
  --papylon-text: #0f172a;
  --papylon-muted: #475569;
  --papylon-surface: #f8fafc;
  --papylon-accent: #38bdf8;
  --papylon-gloss: rgba(37, 99, 235, 0.14);
  --papylon-backdrop: linear-gradient(180deg, #e2e8f0 0%, #f8fafc 100%);
  --papylon-border: rgba(15, 23, 42, 0.08);
  --papylon-border-strong: rgba(15, 23, 42, 0.16);
  --papylon-border-accent: var(--papylon-border);
  --papylon-border-accent: color-mix(in srgb, var(--papylon-primary) 35%, transparent);
  --papylon-shadow-strong: rgba(37, 99, 235, 0.28);
  --papylon-shadow-medium: rgba(15, 23, 42, 0.16);
  --papylon-shadow-soft: rgba(15, 23, 42, 0.08);
  --papylon-shadow-accent: rgba(56, 189, 248, 0.32);
  --papylon-surface-soft: rgba(248, 250, 252, 0.92);

  --shop-primary: var(--papylon-primary);
  --shop-button-color: var(--shop-primary);
  --shop-button-text: #fff;
  --shop-button-radius: 12px;
  --shop-button-soft-bg: var(--shop-surface-soft);
  --shop-button-soft-bg: color-mix(in srgb, var(--shop-button-color) 18%, #ffffff 82%);
  --shop-button-soft-border: var(--papylon-border);
  --shop-button-soft-border: color-mix(in srgb, var(--shop-button-color) 32%, transparent);
  --shop-button-shadow: var(--papylon-shadow-soft);
  --shop-button-shadow: color-mix(in srgb, var(--shop-button-color) 32%, transparent);
  --shop-secondary: #0ea5e9;
  --shop-surface: #ffffff;
  --shop-surface-soft: rgba(255, 255, 255, 0.72);
  --shop-text: var(--papylon-text);
  --shop-muted: var(--papylon-muted);
  --shop-border: var(--papylon-border);
  --shop-card-min-width: 260px;
  --shop-grid-gap: 24px;
  --shop-card-padding: 20px;
  --shop-card-gap: 13px;
  --shop-card-radius: var(--shop-radius-lg);
  --shop-radius-lg: 14px;
  --shop-radius-md: 10px;
  --shop-radius-sm: 8px;
  --shop-gradient: linear-gradient(135deg, rgba(37, 99, 235, 0.95) 0%, rgba(37, 99, 235, 0.75) 45%, rgba(14, 165, 233, 0.85) 100%);
}

button,
.btn,
.btn-gradient,
.btn-theme-apply,
input[type="submit"],
input[type="button"],
input[type="reset"] {
  border-radius: var(--shop-button-radius);
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

* {
  box-sizing: border-box;
  font-family: 'Vazirmatn', 'IRANSansX', sans-serif;
}

body {
  background: var(--papylon-backdrop);
  color: var(--shop-text);
  min-height: 100vh;
  margin: 0;
}

body.site-with-header {
  padding-top: 5.75rem;
}

body.account-profile-page .shop-container {
  padding-bottom: 6rem;
}

body.site-with-bottom-nav .account-profile-shell {
  padding-bottom: calc(9rem + env(safe-area-inset-bottom, 0px));
}

@media (min-width: 768px) {
  body.site-with-header {
    padding-top: 6.5rem;
  }
}

img {
  max-width: 100%;
  display: block;
}

a {
  color: inherit;
}

.shop-backdrop {
  position: fixed;
  inset: 0;
  background: var(--papylon-backdrop);
  z-index: 0;
}

.shop-container {
  position: relative;
  z-index: 1;
  width: min(1080px, 100%);
  margin: 0 auto;
  padding: 2.5rem 1.5rem 5rem;
}

body.site-with-header .shop-container {
  padding-top: 1.75rem;
}

.otp-code-input {
  text-align: center;
  font-size: 1.75rem;
  letter-spacing: 0.55rem;
  direction: ltr;
  font-weight: 600;
  caret-color: var(--shop-primary);
}

@media (max-width: 480px) {
  .otp-code-input {
    font-size: 1.5rem;
    letter-spacing: 0.35rem;
  }
}

body.site-with-header .app-shell {
  margin-top: 1.5rem;
}

@media (max-width: 768px) {
  body.site-with-header .app-shell {
    margin-top: 1.25rem;
  }
}

.shop-container--padded {
  padding-top: 4.25rem;
}

.shop-container--landing {
  padding-bottom: 6rem;
}

.site-header {
  position: fixed;
  inset-inline: 0;
  top: 0;
  display: flex;
  justify-content: center;
  padding: 0;
  z-index: 40;
  pointer-events: none;
  background: var(--shop-surface-soft);
  border-bottom: 1px solid var(--papylon-border);
  box-shadow: 0 14px 28px color-mix(in srgb, var(--papylon-shadow-soft) 40%, transparent);
}

.site-header__inner {
  width: min(1080px, 100%);
  max-width: none;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 0.85rem;
  padding: 0.85rem 1rem;
  background: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
  pointer-events: auto;
}

.site-header__brand {
  display: inline-flex;
  align-items: center;
  gap: 0.65rem;
  text-decoration: none;
  color: inherit;
  font-weight: 700;
  font-size: 1rem;
}

.site-header__logo {
  height: 38px;
  width: auto;
  object-fit: contain;
  filter: drop-shadow(0 6px 16px rgba(15, 23, 42, 0.12));
}

.site-header__title {
  font-size: 1.05rem;
  letter-spacing: 0.01em;
}

.site-header__search {
  flex: 1;
  min-width: 240px;
  display: flex;
  flex-direction: column;
  gap: 0.45rem;
  position: relative;
  width: min(960px, 100%);
}

.site-header__search-form {
  display: flex;
  align-items: stretch;
  gap: 0.4rem;
}

.site-header__search .search-input-wrapper {
  flex: 1;
}

.site-header__search-button {
  white-space: nowrap;
  padding-inline: 1.1rem;
  border-radius: 12px;
  border: 1px solid var(--papylon-border);
  background: #fff;
}

.site-header__search .search-suggestions {
  position: absolute;
  top: 100%;
  inset-inline: 0;
  margin-top: 0.45rem;
  z-index: 55;
}

.site-header__search-status {
  font-size: 0.8rem;
}

.site-header__nav {
  display: flex;
  align-items: center;
  gap: 0.4rem;
}

.site-header__account {
  margin-inline-start: auto;
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  text-decoration: none;
  color: inherit;
  font-weight: 600;
}

.site-header__avatar {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  overflow: hidden;
  border: 2px solid var(--papylon-border);
  background: #fff;
  display: inline-flex;
}

.site-header__avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.site-header__account-name {
  font-size: 0.95rem;
}

.site-with-header main,
.site-with-header .shop-container,
.site-with-header .app-shell,
.site-with-header .account-profile-shell {
  padding-top: calc(72px + 12px);
}

.site-with-header main:last-child,
.site-with-header .shop-container:last-child,
.site-with-header .app-shell:last-child,
.site-with-header .account-profile-shell:last-child {
  padding-bottom: calc(9rem + env(safe-area-inset-bottom, 0px));
}

.site-header__link {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  padding: 0.45rem 0.7rem;
  border-radius: 16px;
  text-decoration: none;
  color: var(--shop-text);
  font-size: 0.86rem;
  transition: background 0.2s ease, color 0.2s ease;
}

.site-header__link:hover,
.site-header__link:focus {
  background: var(--shop-surface-soft);
  background: color-mix(in srgb, var(--shop-button-color) 12%, transparent);
  color: var(--shop-button-color);
}

.site-header__icon {
  font-size: 1rem;
}

.site-header__badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 1.25rem;
  padding: 0.1rem 0.45rem;
  border-radius: 16px;
  background: var(--shop-primary);
  color: #fff;
  font-size: 0.7rem;
  font-weight: 700;
}

.site-header__cta {
  display: inline-flex;
  align-items: center;
  padding: 0.45rem 0.9rem;
  border-radius: 16px;
  text-decoration: none;
  font-size: 0.84rem;
  font-weight: 600;
  color: var(--shop-button-color);
  background: var(--shop-surface-soft);
  background: color-mix(in srgb, var(--shop-button-color) 10%, rgba(255, 255, 255, 0.92));
  box-shadow: 0 12px 24px var(--papylon-shadow-soft);
  box-shadow: 0 12px 24px color-mix(in srgb, var(--shop-button-color) 28%, transparent);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.site-header__cta:hover,
.site-header__cta:focus {
  transform: translateY(-1px);
  box-shadow: 0 16px 32px var(--papylon-shadow-soft);
  box-shadow: 0 16px 32px color-mix(in srgb, var(--shop-button-color) 35%, transparent);
}

@media (max-width: 768px) {
  .site-header__inner {
    gap: 0.75rem;
    padding: 0.5rem 0.9rem;
    flex-direction: column;
    align-items: stretch;
  }

  .site-header__link {
    padding-inline: 0.55rem;
  }

  .site-header__label {
    display: none;
  }

  .site-header__cta {
    padding-inline: 0.75rem;
    font-size: 0.78rem;
  }

  .site-header__search {
    width: 100%;
  }

  .site-header__search-form {
    flex-direction: column;
  }

  .site-header__search-button {
    width: 100%;
  }
}

.shop-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 1.5rem;
  margin-bottom: 2rem;
}

.shop-kicker {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.4rem 0.9rem;
  border-radius: 16px;
  background: var(--shop-surface-soft);
  background: color-mix(in srgb, var(--shop-button-color) 18%, transparent);
  color: var(--shop-button-color);
  font-size: 0.85rem;
  font-weight: 600;
}

.shop-title {
  font-size: clamp(1.9rem, 4vw, 2.6rem);
  font-weight: 800;
  margin: 0.75rem 0 0.5rem;
}

.shop-subtitle {
  margin: 0;
  color: var(--shop-muted);
  max-width: 42ch;
  line-height: 1.7;
}

.shop-header__actions {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}

.shop-order-tracking {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  padding: 0.6rem 1.05rem;
  border-radius: 16px;
  background: var(--shop-surface-soft);
  background: color-mix(in srgb, var(--shop-button-color) 12%, transparent);
  color: var(--shop-button-color);
  font-weight: 600;
  text-decoration: none;
  box-shadow: 0 14px 26px var(--shop-button-shadow);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.shop-order-tracking span {
  font-size: 1.25rem;
}

.shop-order-tracking__label {
  font-size: 0.95rem;
}

.shop-header-cart {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.85);
  color: var(--shop-text);
  text-decoration: none;
  font-size: 1.2rem;
  box-shadow: 0 12px 24px rgba(31, 41, 51, 0.1);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.shop-header-cart:hover {
  transform: translateY(-2px);
  box-shadow: 0 16px 28px rgba(31, 41, 51, 0.14);
}

.shop-header-cart__badge {
  position: absolute;
  top: -0.4rem;
  right: -0.4rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 1.4rem;
  padding: 0.15rem 0.45rem;
  border-radius: 16px;
  background: var(--shop-primary);
  color: #fff;
  font-size: 0.7rem;
  font-weight: 700;
  line-height: 1;
}

.shop-order-tracking:hover {
  transform: translateY(-2px);
  box-shadow: 0 18px 34px color-mix(in srgb, var(--shop-button-color) 32%, transparent);
}

.shop-alert {
  padding: 0.85rem 1.1rem;
  border-radius: 16px;
  margin-bottom: 1.5rem;
  font-size: 0.95rem;
  font-weight: 500;
  box-shadow: 0 12px 24px rgba(31, 41, 51, 0.08);
}

.shop-alert--success {
  background: rgba(67, 160, 71, 0.1);
  color: #2f7c33;
}

.shop-alert--error {
  background: rgba(225, 29, 72, 0.12);
  color: #b91c1c;
}

.shop-alert--warning {
  background: rgba(251, 191, 36, 0.18);
  color: #a16207;
}

.shop-alert--info {
  background: rgba(59, 130, 246, 0.14);
  color: #1d4ed8;
}

.shop-alert__title {
  margin-bottom: 0.5rem;
  font-weight: 600;
}

.shop-alert__message {
  margin: 0;
}

.shop-alert__message--spaced {
  margin-bottom: 0.5rem;
}

.shop-alert__list {
  margin: 0;
  padding-inline-start: 1.2rem;
}

.categories-page__intro {
  margin-bottom: 1.25rem;
  text-align: right;
}

.categories-page__kicker {
  margin: 0;
  color: var(--shop-primary);
  font-weight: 700;
  letter-spacing: -0.01em;
}

.categories-page__intro h1 {
  margin: 0.35rem 0 0.25rem;
  font-size: 1.65rem;
  font-weight: 800;
}

.categories-page__description {
  margin: 0;
  color: var(--shop-muted);
}

.category-showcase {
  margin-bottom: 2.5rem;
}

.category-showcase__grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(190px, 1fr));
  gap: 1.1rem;
}

.category-card {
  position: relative;
  display: flex;
  align-items: flex-end;
  min-height: 170px;
  padding: 1.15rem;
  border-radius: var(--shop-radius-lg);
  text-decoration: none;
  color: #fff;
  background-color: color-mix(in srgb, var(--shop-primary) 25%, #0f172a 75%);
  background-image: var(--category-card-bg, none);
  background-size: cover;
  background-position: center;
  overflow: hidden;
  border: 2px solid transparent;
  transition: transform 0.25s ease, border-color 0.25s ease;
  isolation: isolate;
}

.category-card::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(15, 23, 42, 0) 25%, rgba(15, 23, 42, 0.85) 100%);
  z-index: 0;
  transition: opacity 0.25s ease;
}

.category-card:hover {
  transform: translateY(-4px);
  border-color: rgba(255, 255, 255, 0.75);
}

.category-card:hover::after {
  opacity: 0.85;
}

.category-card--empty {
  background-image: linear-gradient(135deg, rgba(15, 23, 42, 0.15), rgba(59, 130, 246, 0.25));
}

.category-card--all {
  background-image: linear-gradient(135deg, rgba(14, 165, 233, 0.35), rgba(59, 130, 246, 0.55));
}

.category-card.is-active {
  border-color: rgba(255, 255, 255, 0.95);
  box-shadow: 0 18px 40px rgba(15, 23, 42, 0.35);
}

.category-card__body {
  position: relative;
  z-index: 1;
}

.category-card__title {
  font-weight: 700;
  font-size: 1.05rem;
  color: #fff;
}

@media (max-width: 640px) {
  .category-showcase__grid {
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  }
}

/* Removed legacy chip navigation styles */

.hero-slider-section {
  margin-bottom: 2rem;
}

.hero-slider {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  background: linear-gradient(135deg, rgba(15, 23, 42, 0.15), rgba(15, 23, 42, 0.05));
  min-height: 240px;
  aspect-ratio: 3 / 1;
  box-shadow: 0 24px 50px rgba(15, 23, 42, 0.12);
  max-height: 420px;
  display: block;
  width: 100%;
  touch-action: pan-y;
}

.hero-slider-track {
  display: flex;
  transition: transform 0.45s ease;
  will-change: transform;
  height: 100%;
  direction: ltr;
}

.hero-slide {
  flex: 0 0 100%;
  min-width: 100%;
  min-height: 100%;
  position: relative;
  background: #0f172a;
  padding: clamp(1.5rem, 4vw, 3rem);
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.hero-slide__media {
  position: absolute;
  inset: 0;
  z-index: 0;
}

.hero-slide__media picture,
.hero-slide__media img {
  width: 100%;
  height: 100%;
  display: block;
}

.hero-slide__media img {
  object-fit: cover;
}

.hero-slide__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0.25) 55%, rgba(0, 0, 0, 0.15) 100%);
  z-index: 1;
}

.hero-slide__content {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  gap: 0.65rem;
  color: #f8fafc;
  max-width: 420px;
  text-align: right;
  align-items: flex-end;
}

.hero-slide__content h2 {
  margin: 0;
  font-size: clamp(1.4rem, 4vw, 2.1rem);
  font-weight: 800;
}

.hero-slide__content p {
  margin: 0;
  font-size: 0.95rem;
  line-height: 1.7;
  color: rgba(248, 250, 252, 0.85);
}

.hero-slide__cta {
  align-self: flex-end;
  padding-inline: 1.8rem;
  box-shadow: 0 14px 30px rgba(14, 165, 233, 0.28);
}

.hero-slider-pagination {
  position: absolute;
  bottom: 1rem;
  inset-inline: 0;
  display: flex;
  justify-content: center;
  gap: 0.35rem;
}

.hero-slider-dot {
  width: 8px;
  height: 8px;
  border-radius: 10px;
  border: none;
  background: rgba(255, 255, 255, 0.45);
  transition: transform 0.2s ease, background 0.2s ease;
}

.hero-slider-dot.is-active {
  background: #fff;
  transform: scale(1.2);
}

@media (max-width: 768px) {
  .hero-slide__content {
    max-width: 100%;
    align-items: flex-start;
    text-align: right;
  }
  .hero-slider {
    min-height: 220px;
    aspect-ratio: 16 / 10;
    display: block;
    max-height: 360px;
    width: 100%;
  }
  .hero-slide {
    padding: 1.1rem;
    align-items: flex-end;
  }
  .hero-slider-pagination {
    bottom: 0.5rem;
  }
  .hero-slide__media img {
    object-fit: cover;
    object-position: center;
  }
}

@media (max-width: 480px) {
  .hero-slider {
    min-height: 220px;
    aspect-ratio: 4 / 3;
    max-height: none;
  }
  .hero-slide__content h2 {
    font-size: 1.25rem;
  }
  .hero-slide__content p {
    font-size: 0.9rem;
  }
}

.hero-slider-section + .shop-categories {
  margin-top: 1.5rem;
}

.intro-clip {
  background: linear-gradient(135deg, rgba(14, 165, 233, 0.08), rgba(99, 102, 241, 0.08));
  border: 1px solid var(--papylon-border);
  border-radius: 12px;
  padding: 1.5rem;
}

.intro-clip__body {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.25rem;
  flex-wrap: wrap;
}

.intro-clip__thumb {
  width: min(220px, 40vw);
  aspect-ratio: 16 / 9;
  border-radius: 10px;
  background: radial-gradient(circle at 20% 20%, rgba(255, 255, 255, 0.35), transparent 55%), linear-gradient(135deg, #0ea5e9, #6366f1);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 2rem;
  text-decoration: none;
  box-shadow: 0 18px 30px rgba(14, 165, 233, 0.25);
}

.intro-clip__player {
  width: min(var(--intro-video-max-width, 640px), 100%);
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 18px 30px rgba(14, 165, 233, 0.25);
  background: #0b0f1a;
}

.intro-clip__player iframe,
.intro-clip__player > div,
.intro-clip__player script {
  width: 100% !important;
}

.intro-clip__thumb a {
  color: inherit;
  text-decoration: none;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.intro-clip__play {
  display: inline-flex;
  width: 58px;
  height: 58px;
  border-radius: 50%;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.18);
  border: 2px solid rgba(255, 255, 255, 0.4);
  box-shadow: 0 10px 20px rgba(15, 23, 42, 0.2);
}

@media (max-width: 768px) {
  .intro-clip__body {
    flex-direction: column;
    align-items: flex-start;
  }
  .intro-clip__thumb {
    width: 100%;
  }
}

@media (min-width: 992px) {
  .intro-clip {
    display: block;
  }
}

.shop-section {
  margin-bottom: 2.5rem;
}

.shop-section__header {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 1.25rem;
}

.shop-section__header h2 {
  margin: 0;
  font-size: 1.45rem;
  font-weight: 800;
}

.shop-section__hint {
  font-size: 0.9rem;
  color: var(--shop-muted);
}

.shop-scroll-cards {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: clamp(220px, 28vw, 260px);
  gap: 1.2rem;
  overflow-x: auto;
  padding-bottom: 0.5rem;
}

.shop-empty-inline,
.shop-empty {
  background: rgba(255, 255, 255, 0.75);
  border-radius: var(--shop-radius-lg);
  padding: 2.25rem 1.75rem;
  text-align: center;
  color: var(--shop-muted);
  box-shadow: 0 18px 32px rgba(31, 41, 51, 0.08);
}

.shop-empty h2 {
  margin-bottom: 0.5rem;
}

.shop-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.35rem;
  padding: 0.75rem 1.4rem;
  border-radius: var(--shop-button-radius);
  border: none;
  background: var(--shop-button-color);
  color: var(--shop-button-text);
  font-weight: 700;
  text-decoration: none;
  cursor: pointer;
  transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.shop-button:hover {
  transform: translateY(-1px);
  box-shadow: 0 16px 28px var(--shop-button-shadow);
  background: color-mix(in srgb, var(--shop-button-color) 94%, #ffffff 6%);
}

.shop-button:disabled,
.shop-button[disabled] {
  opacity: 0.6;
  cursor: not-allowed;
  box-shadow: none;
}

.shop-button.is-disabled {
  opacity: 0.6;
  cursor: not-allowed;
  pointer-events: none;
  box-shadow: none;
}

.shop-button--soft {
  background: var(--shop-button-soft-bg);
  color: var(--shop-button-color);
  border: 1px solid var(--shop-button-soft-border);
}

.shop-button--ghost {
  background: var(--shop-surface);
  background: color-mix(in srgb, #ffffff 82%, transparent);
  color: var(--shop-button-color);
  border: 1px solid var(--shop-button-soft-border);
}

.shop-button--large {
  width: 100%;
  padding: 0.95rem 1.5rem;
  font-size: 1.05rem;
}

.shop-button--small {
  padding: 0.45rem 0.9rem;
  font-size: 0.85rem;
  border-radius: 10px;
  gap: 0.3rem;
}

.shop-card {
  background: rgba(255, 255, 255, 0.72);
  border-radius: var(--shop-radius-lg);
  padding: 1rem;
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
  box-shadow: 0 20px 40px rgba(31, 41, 51, 0.08);
  backdrop-filter: blur(18px);
}

.shop-card__media {
  display: block;
  border-radius: 22px;
  overflow: hidden;
  aspect-ratio: 1/1;
}

.shop-card__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.shop-card__body {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.shop-card__category {
  font-size: 0.75rem;
  color: var(--shop-primary);
  font-weight: 600;
}

.shop-card__title {
  font-size: 1.05rem;
  font-weight: 700;
  margin: 0;
}

.shop-card__price {
  display: flex;
  align-items: baseline;
  gap: 0.3rem;
  font-weight: 800;
  color: var(--shop-primary);
}

.shop-card__actions {
  display: flex;
  align-items: center;
  gap: 0.6rem;
}

.shop-icon-button {
  width: 40px;
  height: 40px;
  border-radius: 14px;
  border: 1px solid rgba(31, 41, 51, 0.12);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.8);
  text-decoration: none;
}

.shop-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(var(--shop-card-min-width, 180px), 1fr));
  gap: var(--shop-grid-gap, 1.1rem);
}

@media (max-width: 640px) {
  .shop-grid {
    --shop-card-min-width: 0;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    --shop-grid-gap: 0.75rem;
  }
}

.shop-grid-card {
  background: #fff;
  border-radius: 8px;
  padding: 0.85rem;
  display: flex;
  flex-direction: column;
  gap: 0.85rem;
  border: 1px solid rgba(15, 23, 42, 0.08);
  box-shadow: 0 12px 28px rgba(15, 23, 42, 0.07);
  height: 100%;
  text-align: right;
  direction: rtl;
}

.shop-grid-card__badge {
  align-self: flex-start;
  background: rgba(241, 59, 118, 0.08);
  color: #d61f69;
  padding: 0.15rem 0.7rem;
  border-radius: 14px;
  font-size: 0.75rem;
  font-weight: 600;
}

.shop-grid-card__media {
  border-radius: 8px;
  overflow: hidden;
  aspect-ratio: 1 / 1;
  display: block;
  background: #f5f5f5;
}

.shop-grid-card__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.shop-grid-card__media.is-placeholder img {
  object-fit: contain;
  padding: 1.25rem;
  opacity: 0.7;
}

.shop-grid-card__body {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  flex: 1;
}

.shop-grid-card__title {
  margin: 0;
  font-size: 1rem;
  font-weight: 700;
  color: #0f172a;
  line-height: 1.6;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.shop-grid-card__meta-line {
  font-size: 0.88rem;
  color: #9ca3af;
}

.shop-grid-card__active-count {
  font-size: 0.9rem;
  color: #9ca3af;
  text-align: right;
}

.shop-grid-card__instructor {
  display: flex;
  align-items: center;
  gap: 0.6rem;
  color: #1f2937;
  font-weight: 600;
}

.shop-grid-card__instructor-avatar,
.course-instructor-thumb,
.course-instructor-meta__avatar {
  width: 44px;
  height: 44px;
  border-radius: 16px;
  object-fit: cover;
  border: 2px solid #e2e8f0;
  background: #f8fafc;
}

.shop-grid-card__instructor-name,
.course-instructor-meta__name {
  font-weight: 700;
}

.shop-grid-card__price-row {
  display: flex;
  align-items: flex-end;
  gap: 0.4rem;
  flex-wrap: wrap;
}

.shop-grid-card__price {
  font-size: 1.1rem;
  font-weight: 800;
  color: #111827;
  background: #ffffff;
  padding: 0.35rem 0.65rem;
  border-radius: 10px;
  display: inline-flex;
  align-items: baseline;
  gap: 0.25rem;
}

.shop-grid-card__price small,
.shop-grid-card__price--old small {
  font-weight: 500;
  font-size: 0.8rem;
  color: #111827;
}

.shop-grid-card__price--old {
  font-size: 0.9rem;
  color: #6b7280;
  text-decoration: line-through;
}

.shop-grid-card__stock.is-available {
  color: #15803d;
}

.shop-grid-card__stock.is-missing {
  color: #b91c1c;
}

.badge-out-of-stock {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  padding: 0.35rem 0.75rem;
  border-radius: 14px;
  background: rgba(225, 29, 72, 0.12);
  color: #b91c1c;
  font-size: 0.85rem;
  font-weight: 600;
}

.shop-grid-card__actions {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  justify-content: flex-start;
  margin-top: auto;
}

.shop-grid-card__actions .shop-button,
.shop-grid-card__actions .shop-inline-form {
  flex: 1;
}

.shop-grid-card__actions .shop-inline-form {
  width: 100%;
}

.shop-grid-card__actions .shop-button {
  text-align: center;
}

.shop-grid-card__actions .shop-button,
.shop-grid-card__actions .shop-button.shop-button--ghost,
.shop-grid-card__actions .shop-button.shop-button--soft {
  background: #6b7280;
  border-color: #6b7280;
  color: #ffffff;
  box-shadow: none;
}

.shop-grid-card__actions .shop-button:hover,
.shop-grid-card__actions .shop-button:focus-visible,
.shop-grid-card__actions .shop-button.shop-button--ghost:hover,
.shop-grid-card__actions .shop-button.shop-button--soft:hover {
  background: #4b5563;
  border-color: #4b5563;
  color: #ffffff;
}

.shop-inline-form {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  width: 100%;
}

.shop-inline-form.has-size-picker {
  flex-direction: column;
  align-items: stretch;
}

.shop-inline-form select {
  flex: 1;
  width: 100%;
  min-height: 2.75rem;
  padding: 0.65rem 0.75rem;
  border: 1px solid rgba(15, 23, 42, 0.12);
  border-radius: 0.5rem;
  background-color: #fff;
  color: #111827;
  font-weight: 600;
  font-size: 0.95rem;
}

.shop-size-picker {
  display: flex;
  flex-wrap: wrap;
  gap: 0.35rem;
  width: 100%;
}

.shop-size-picker__input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.shop-size-picker__option {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 52px;
  padding: 0.45rem 0.65rem;
  border: 1px solid rgba(15, 23, 42, 0.14);
  border-radius: 8px;
  background: #ffffff;
  color: #111827;
  font-weight: 700;
  font-size: 0.9rem;
  line-height: 1.3;
  cursor: pointer;
  transition: background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
  touch-action: manipulation;
}

.shop-size-picker__option:hover {
  border-color: rgba(15, 23, 42, 0.26);
  box-shadow: 0 6px 14px rgba(15, 23, 42, 0.12);
}

.shop-size-picker__option:focus-visible {
  outline: 2px solid var(--shop-primary);
  outline-offset: 2px;
}

.shop-size-picker__input:checked + .shop-size-picker__option {
  background: #0f172a;
  color: #ffffff;
  border-color: #0f172a;
  box-shadow: 0 10px 20px rgba(15, 23, 42, 0.2);
}

.shop-inline-form button {
  flex-shrink: 0;
}

@media (max-width: 560px) {
  .shop-inline-form {
    flex-direction: column;
    align-items: stretch;
  }

  .shop-inline-form select,
  .shop-inline-form button {
    width: 100%;
  }
}

.shop-bottom-nav {
  position: fixed;
  inset-inline: 0;
  bottom: 0;
  background: #fff;
  border-top: 1px solid rgba(15, 23, 42, 0.08);
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  height: 64px;
  z-index: 20;
  box-shadow: 0 -8px 20px rgba(15, 23, 42, 0.04);
}

.shop-nav-item {
  flex: 1;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.2rem;
  color: #9e9e9e;
  text-decoration: none;
  font-size: 0.7rem;
  font-weight: 500;
  padding-block: 0.4rem 0.35rem;
}

.shop-nav-item:focus-visible {
  outline: none;
  box-shadow: inset 0 0 0 2px color-mix(in srgb, var(--shop-primary) 40%, transparent);
}

.shop-nav-item.is-active {
  color: var(--shop-primary);
  font-weight: 600;
}

.shop-nav-indicator {
  position: absolute;
  top: 0;
  width: 24px;
  height: 3px;
  border-radius: 16px;
  background: var(--shop-primary);
  opacity: 0;
  transform: translateY(-50%);
  transition: opacity 0.2s ease;
}

.shop-nav-item.is-active .shop-nav-indicator {
  opacity: 1;
}

.shop-nav-icon {
  width: 24px;
  height: 24px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: currentColor;
}

.shop-nav-icon svg {
  width: 100%;
  height: 100%;
}

.shop-nav-label {
  font-size: 0.7rem;
  line-height: 1.2;
}

.shop-nav-meta {
  font-size: 0.6rem;
  color: rgba(15, 23, 42, 0.6);
  font-weight: 500;
  line-height: 1.1;
}

.shop-nav-badge {
  position: absolute;
  top: 6px;
  inset-inline-end: 50%;
  transform: translateX(65%);
  min-width: 18px;
  padding: 0.05rem 0.35rem;
  border-radius: 16px;
  background: var(--shop-primary);
  color: #fff;
  font-size: 0.65rem;
  font-weight: 700;
  line-height: 1.2;
}

.search-shell {
  max-width: 1200px;
  margin: 0 auto;
  padding: 1.5rem clamp(1rem, 5vw, 2.5rem) 6rem;
  display: flex;
  flex-direction: column;
  gap: 1.75rem;
}

.search-sticky-bar {
  position: sticky;
  top: var(--search-sticky-offset, 0px);
  z-index: 10;
  background: rgba(255, 255, 255, 0.9);
  border-radius: var(--shop-radius-lg);
  padding: 1.5rem;
  box-shadow: 0 22px 45px rgba(15, 23, 42, 0.18);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

.search-page-heading {
  text-align: center;
}

.search-page-heading h1 {
  margin-bottom: 0.25rem;
  font-size: clamp(1.1rem, 3vw, 1.35rem);
}

.search-page-heading p {
  margin: 0;
  color: var(--shop-muted);
  font-size: 0.9rem;
}

.search-sticky-bar__form {
  display: flex;
  align-items: center;
  gap: 0.65rem;
}

.search-input-wrapper {
  flex: 1;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  border-radius: var(--shop-radius-md);
  padding: 0.6rem 0.9rem;
  background: rgba(249, 250, 251, 0.9);
  box-shadow: inset 0 0 0 1px rgba(148, 163, 184, 0.35);
  transition: box-shadow 0.2s ease, background-color 0.2s ease;
}

.search-input-wrapper:focus-within {
  background: #fff;
  box-shadow: 0 0 0 2px color-mix(in srgb, var(--shop-primary) 24%, transparent);
}

.search-input-icon {
  font-size: 1.1rem;
  opacity: 0.65;
}

.search-input-wrapper input[type="search"] {
  flex: 1;
  border: none;
  background: transparent;
  padding: 0.4rem 0.2rem;
  font-size: 1rem;
  color: inherit;
}

.search-input-wrapper input[type="search"]:focus {
  outline: none;
}

.search-sticky-bar__action {
  width: 42px;
  height: 42px;
  border-radius: 16px;
  border: none;
  background: var(--shop-primary);
  color: #fff;
  font-size: 1.25rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 10px 22px rgba(99, 102, 241, 0.35);
  cursor: pointer;
}

.search-sticky-bar__action--ghost {
  background: rgba(15, 23, 42, 0.05);
  color: var(--shop-text);
  box-shadow: none;
}

.search-feedback {
  width: 100%;
  margin-top: 0.2rem;
}

.search-status {
  font-size: 0.85rem;
  color: #b91c1c;
  margin: 0;
}

.search-status--inline {
  text-align: center;
  margin-top: 0.4rem;
}

.search-status[hidden] {
  display: none !important;
}

.search-tools {
  display: flex;
  flex-direction: column;
  gap: 0.85rem;
}

.search-filter-row {
  display: flex;
  gap: 0.6rem;
  justify-content: flex-end;
}

.search-filter-button {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  padding: 0.4rem 0.95rem;
  border-radius: 16px;
  border: 1px solid rgba(15, 23, 42, 0.12);
  background: #fff;
  font-size: 0.9rem;
  font-weight: 600;
  cursor: pointer;
}

.search-filter-button__icon svg {
  width: 16px;
  height: 16px;
}

.search-filter-button--ghost {
  background: rgba(15, 23, 42, 0.04);
}

.search-category-chips {
  display: flex;
  gap: 0.5rem;
  overflow-x: auto;
  padding-bottom: 0.2rem;
  scroll-snap-type: x proximity;
}

.search-chip {
  scroll-snap-align: start;
  padding: 0.35rem 0.85rem;
  border-radius: 14px;
  background: rgba(99, 102, 241, 0.08);
  color: var(--shop-text);
  font-size: 0.78rem;
  font-weight: 600;
  white-space: nowrap;
}

.search-results__header {
  display: flex;
  justify-content: flex-end;
  font-weight: 600;
  color: var(--shop-muted);
}

.search-results-grid {
  --shop-card-min-width: 220px;
  --shop-grid-gap: 1.25rem;
}

.search-empty {
  text-align: center;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  padding: 2rem 1rem;
}

.search-inline-empty {
  padding: 1rem;
  text-align: center;
  color: var(--shop-muted);
  font-size: 0.95rem;
}

.search-empty__actions {
  display: flex;
  justify-content: center;
}

@media (max-width: 640px) {
  .search-shell {
    padding-bottom: 7rem;
    padding-top: 1rem;
  }

  .search-sticky-bar {
    border-radius: 24px;
    padding: 1rem;
  }

  .search-filter-row {
    justify-content: flex-start;
    overflow-x: auto;
  }

  .search-results-grid {
    --shop-card-min-width: 0;
    --shop-grid-gap: 0.9rem;
  }
}

.product-shell {
  position: relative;
  z-index: 1;
  padding: 1.5rem 1.25rem 6rem;
}

.product-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 1.5rem;
}

.product-header::after {
  content: '';
  width: 42px;
  height: 42px;
  flex: 0 0 auto;
}

.product-header h1 {
  flex: 1;
  margin: 0;
  text-align: center;
}

.product-header__back {
  flex: 0 0 auto;
}

.product-header__back,
.product-header__cart {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.85);
  box-shadow: 0 12px 24px rgba(31, 41, 51, 0.1);
  text-decoration: none;
  color: var(--shop-text);
  font-size: 1.2rem;
}

.product-header__badge {
  position: absolute;
  top: -0.4rem;
  right: -0.4rem;
  background: var(--shop-primary);
  color: #fff;
  border-radius: 16px;
  padding: 0.2rem 0.5rem;
  font-size: 0.7rem;
  font-weight: 700;
}

.product-alert {
  margin-bottom: 1rem;
}

.product-hero {
  margin-bottom: 1.5rem;
}

.product-gallery {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

.product-gallery__main {
  border-radius: 24px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.85);
  aspect-ratio: 1 / 1;
  box-shadow: 0 20px 36px rgba(31, 41, 51, 0.12);
}

.product-gallery__main img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: none;
}

.product-gallery__main img.is-active {
  display: block;
}

.product-gallery__thumbs {
  display: flex;
  gap: 0.6rem;
  overflow-x: auto;
}

.product-gallery__thumb {
  border: none;
  padding: 0;
  background: transparent;
  border-radius: 12px;
  overflow: hidden;
  width: 72px;
  height: 72px;
  opacity: 0.6;
  cursor: pointer;
}

.product-gallery__thumb.is-active {
  opacity: 1;
  box-shadow: 0 0 0 2px var(--shop-primary);
}

.product-info {
  background: rgba(255, 255, 255, 0.82);
  border-radius: var(--shop-radius-lg);
  padding: 1.75rem 1.5rem;
  box-shadow: 0 22px 40px rgba(31, 41, 51, 0.12);
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}

.product-recommendations {
  margin-top: 2.5rem;
}

.product-recommendations__header {
  text-align: center;
  margin-bottom: 1.5rem;
}

.product-recommendations__header p {
  color: var(--shop-muted);
  margin: 0.5rem auto 0;
  max-width: 560px;
}

.shop-grid-card--compact {
  padding: 0.75rem;
  gap: 0.65rem;
}

.shop-grid-card--compact .shop-grid-card__title {
  font-size: 0.9rem;
}

.shop-grid-card--search {
  padding: 0.75rem;
  box-shadow: 0 10px 20px rgba(15, 23, 42, 0.05);
}

.product-category {
  font-size: 0.85rem;
  color: var(--shop-primary);
  font-weight: 600;
}

.product-price-line {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.product-price {
  font-size: 2rem;
  font-weight: 800;
  color: var(--shop-primary);
}

.product-price-unit {
  font-size: 1rem;
  color: var(--shop-muted);
}

.product-price-old {
  display: inline-block;
  margin-inline-start: 0.75rem;
  color: var(--shop-muted);
  text-decoration: line-through;
  font-weight: 600;
  font-size: 1rem;
}

.product-discount-badge {
  background: rgba(220, 38, 38, 0.08);
  color: #b91c1c;
  font-weight: 700;
  padding: 0.25rem 0.9rem;
  border-radius: 16px;
  font-size: 0.95rem;
}

.product-stock.is-available {
  color: #15803d;
  font-weight: 600;
}

.product-stock.is-missing {
  color: #b91c1c;
  font-weight: 600;
}

.course-instructor-meta {
  display: flex;
  align-items: center;
  gap: 0.85rem;
  background: #f8fafc;
  border: 1px solid #e2e8f0;
  border-radius: 12px;
  padding: 0.85rem 1rem;
  margin: 1rem 0;
}

.course-instructor-meta__label {
  font-size: 0.85rem;
  color: #6b7280;
}

.course-instructor-meta__name {
  color: #0f172a;
  font-size: 1rem;
}

.product-description {
  margin: 0;
  line-height: 1.8;
  color: var(--shop-muted);
}

.product-actions {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}

.product-quantity {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}

.product-quantity__label {
  font-weight: 600;
  color: var(--shop-muted);
}

.product-size-picker {
  margin: 0;
  border: none;
  padding: 0;
}

.product-size-picker legend {
  font-weight: 700;
  margin-bottom: 0.75rem;
}

.product-size-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 0.6rem;
}

.product-size-option {
  position: relative;
}

.product-size-option input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.product-size-option span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 48px;
  padding: 0.5rem 0.9rem;
  border-radius: 12px;
  border: 1px solid rgba(31, 41, 51, 0.1);
  font-weight: 600;
  color: var(--shop-muted);
  cursor: pointer;
}

.product-size-option input:checked + span {
  background: var(--shop-primary);
  color: #fff;
  border-color: transparent;
}

.product-size-output {
  margin: 0.5rem 0 0;
  font-size: 0.9rem;
  color: var(--shop-muted);
}

.product-actions__buttons {
  display: flex;
  gap: 0.75rem;
  flex-wrap: wrap;
}

.product-links {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.cart-toast {
  position: fixed;
  inset-inline: 0;
  bottom: 1rem;
  margin: 0 auto;
  width: min(520px, calc(100% - 2rem));
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 1rem 1.25rem;
  background: #ffffff;
  border-radius: 16px;
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.14);
  transform: translateY(140%);
  opacity: 0;
  transition: transform 0.35s ease, opacity 0.35s ease;
  z-index: 1050;
  direction: rtl;
  text-align: right;
  pointer-events: none;
}

.cart-toast.is-visible {
  transform: translateY(0);
  opacity: 1;
  pointer-events: auto;
}

.cart-toast__left {
  display: flex;
  align-items: center;
  gap: 0.65rem;
  color: #16a34a;
  font-weight: 800;
}

.cart-toast__icon {
  font-size: 1.6rem;
  line-height: 1;
}

.cart-toast__message {
  color: #15803d;
  font-weight: 800;
}

.cart-toast__link {
  background: none;
  border: none;
  color: #0f172a;
  font-weight: 700;
  display: flex;
  align-items: center;
  gap: 0.35rem;
  cursor: pointer;
  padding: 0;
  margin: 0;
  font-size: 1rem;
}

.cart-toast__link:hover,
.cart-toast__link:focus {
  text-decoration: underline;
}

.cart-toast__arrow {
  font-size: 1.2rem;
}

.product-link {
  border: none;
  background: none;
  color: var(--shop-primary);
  text-align: left;
  font-weight: 600;
  cursor: pointer;
  padding: 0;
}

.cart-list {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  margin-bottom: 2rem;
}

.cart-item {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  gap: 1.25rem;
  background: rgba(255, 255, 255, 0.9);
  border-radius: var(--shop-radius-lg);
  padding: 1.25rem;
  box-shadow: 0 16px 40px rgba(31, 41, 51, 0.08);
}

.cart-item__media {
  width: 120px;
  flex-shrink: 0;
  border-radius: 18px;
  overflow: hidden;
}

.cart-item__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.cart-item__body {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

.cart-item__head {
  display: flex;
  justify-content: space-between;
  gap: 0.75rem;
  align-items: flex-start;
}

.cart-item__head h2 {
  margin: 0;
  font-size: 1.1rem;
}

.cart-item__remove {
  border: none;
  background: transparent;
  color: #ef4444;
  cursor: pointer;
  font-size: 1.1rem;
}

.cart-item__meta {
  display: flex;
  gap: 0.75rem;
  align-items: center;
  justify-content: flex-end;
  flex-wrap: wrap;
  width: 100%;
}

.cart-item__price {
  font-weight: 700;
  color: var(--shop-primary);
  font-size: 1.1rem;
  margin-inline-start: auto;
  text-align: left;
}

.cart-item__badge {
  background: color-mix(in srgb, var(--shop-button-color) 18%, transparent);
  color: var(--shop-primary);
  padding: 0.25rem 0.6rem;
  border-radius: 16px;
  font-size: 0.75rem;
}

.cart-item__description {
  margin: 0;
  color: var(--shop-muted);
  line-height: 1.6;
}

.cart-item__quantity {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  font-weight: 600;
  color: var(--shop-primary);
}

.cart-item__quantity-value {
  font-size: 1rem;
  background: rgba(31, 41, 51, 0.06);
  border-radius: 16px;
  padding: 0.1rem 0.75rem;
}

.cart-quantity,
.shop-quantity-picker {
  display: inline-flex;
  align-items: center;
  background: rgba(31, 41, 51, 0.05);
  border-radius: 16px;
  overflow: hidden;
}

.cart-quantity-group {
  display: inline-flex;
  flex-direction: column;
  gap: 0.25rem;
}

.cart-quantity input,
.shop-quantity-picker input {
  width: 54px;
  border: none;
  background: transparent;
  text-align: center;
  font-weight: 600;
  font-size: 1rem;
}

.cart-quantity__btn,
.shop-quantity-picker__btn {
  border: none;
  background: transparent;
  width: 38px;
  height: 38px;
  cursor: pointer;
  font-weight: 700;
  color: var(--shop-muted);
}

.cart-item__subtotal {
  display: flex;
  justify-content: flex-end;
  font-weight: 600;
  color: var(--shop-primary);
}

.cart-item__subtotal-value {
  font-size: 1rem;
}

.cart-summary {
  background: rgba(255, 255, 255, 0.85);
  border-radius: var(--shop-radius-lg);
  padding: 1.5rem;
  box-shadow: 0 18px 32px rgba(31, 41, 51, 0.08);
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.cart-summary h2 {
  margin: 0;
  font-size: 1.2rem;
  font-weight: 700;
}

.cart-summary__row {
  display: flex;
  justify-content: space-between;
  font-weight: 600;
}

.cart-summary__actions {
  margin: 0;
}

.cart-summary__hint {
  margin: 0;
  color: var(--shop-muted);
  font-size: 0.85rem;
}

.checkout-shell {
  padding-bottom: 6rem;
}

.checkout-cart-items {
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
  margin-bottom: 1rem;
}

.checkout-cart-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: var(--shop-surface-soft);
  background: color-mix(in srgb, var(--shop-button-color) 14%, transparent);
  color: var(--shop-text);
  padding: 0.45rem 0.75rem;
  border-radius: 12px;
  font-size: 0.9rem;
}

.checkout-cart-thumb {
  width: 56px;
  height: 56px;
  border-radius: 12px;
  overflow: hidden;
  background: #fff;
  margin-inline-end: 0.55rem;
  flex-shrink: 0;
}

.checkout-cart-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.glass-panel {
  background: rgba(255, 255, 255, 0.85);
  border-radius: 14px;
  padding: 1.75rem;
  box-shadow: 0 24px 42px rgba(31, 41, 51, 0.1);
}

.detail-row {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 1rem;
  padding: 0.6rem 0;
  border-bottom: 1px solid rgba(31, 41, 51, 0.08);
}

.detail-row--stacked {
  flex-direction: column;
  align-items: flex-start;
}

.detail-row .label {
  color: var(--shop-muted);
  font-weight: 600;
}

.step-list {
  padding-right: 1.1rem;
  margin-bottom: 0;
  color: var(--shop-muted);
  line-height: 1.7;
}

.step-list li {
  margin-bottom: 0.35rem;
}

.order-summary {
  background: rgba(255, 255, 255, 0.9);
  border-radius: 20px;
  padding: 2rem 1.5rem;
  box-shadow: 0 18px 32px rgba(31, 41, 51, 0.08);
}

.success-card {
  max-width: 520px;
}

.success-icon {
  font-size: 2.8rem;
  margin-bottom: 1rem;
}

.landing-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 1.25rem;
}

.landing-card {
  display: flex;
  flex-direction: column;
  background: rgba(255, 255, 255, 0.82);
  border-radius: 22px;
  overflow: hidden;
  text-decoration: none;
  color: inherit;
  box-shadow: 0 18px 36px rgba(31, 41, 51, 0.08);
}

.landing-card img {
  width: 100%;
  aspect-ratio: 5 / 3;
  object-fit: cover;
}

.landing-card__body {
  padding: 1rem 1.1rem 1.25rem;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.landing-card__price {
  color: var(--shop-primary);
  font-weight: 700;
}

.landing-hero {
  display: grid;
  gap: 1.5rem;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  background: rgba(255, 255, 255, 0.85);
  padding: 1.75rem;
  border-radius: 26px;
  box-shadow: 0 22px 42px rgba(31, 41, 51, 0.1);
}

.landing-hero__media img {
  width: 100%;
  border-radius: 22px;
  object-fit: cover;
}

.landing-badge {
  display: inline-block;
  padding: 0.35rem 0.8rem;
  border-radius: 16px;
  background: rgba(67, 160, 71, 0.12);
  color: #2f7c33;
  font-weight: 600;
  font-size: 0.85rem;
  margin-bottom: 0.75rem;
}

.landing-hero__content h2 {
  margin: 0 0 0.75rem;
}

.landing-price {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  align-items: baseline;
  margin-bottom: 1rem;
}

.landing-price strong {
  font-size: 1.6rem;
  color: var(--shop-primary);
}

.landing-stock {
  font-weight: 600;
}

.landing-stock--ok {
  color: #15803d;
}

.landing-stock--warn {
  color: #b91c1c;
}

.landing-size-form {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.landing-size-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}

.landing-size-grid label {
  position: relative;
}

.landing-size-grid input[type="radio"] {
  position: absolute;
  opacity: 0;
}

.landing-size-grid span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 46px;
  padding: 0.45rem 0.85rem;
  border-radius: 12px;
  border: 1px solid rgba(31, 41, 51, 0.1);
  font-weight: 600;
}

.landing-size-grid input[type="radio"]:checked + span {
  background: var(--shop-primary);
  color: #fff;
  border-color: transparent;
}

.landing-cart-form {
  display: flex;
  gap: 0.75rem;
  flex-wrap: wrap;
}

.landing-share {
  margin-top: 1rem;
  font-size: 0.9rem;
  color: var(--shop-muted);
  display: flex;
  gap: 0.75rem;
  align-items: center;
}

.landing-share__copy {
  font-weight: 600;
}

.campaign-locked {
  background: rgba(255, 255, 255, 0.85);
  border-radius: var(--shop-radius-lg);
  padding: clamp(2rem, 5vw, 3rem);
  text-align: center;
  box-shadow: 0 28px 48px rgba(15, 23, 42, 0.12);
  display: flex;
  flex-direction: column;
  gap: 1rem;
  align-items: center;
}

.campaign-locked h1 {
  margin: 0;
  font-size: clamp(1.6rem, 4vw, 2.2rem);
}

.campaign-locked p {
  margin: 0;
  color: var(--shop-muted);
  max-width: 48ch;
  line-height: 1.8;
}

.campaign-page-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 2rem;
}

.campaign-page-header__back {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  text-decoration: none;
  color: var(--shop-muted);
  font-weight: 600;
}

.campaign-page-header__back span:first-child {
  font-size: 1.2rem;
}

.campaign-page-header__badge {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  padding: 0.45rem 1rem;
  border-radius: 16px;
  background: color-mix(in srgb, var(--shop-button-color) 18%, transparent);
  color: var(--shop-primary);
  font-weight: 700;
  font-size: 0.95rem;
}

.campaign-hero {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 2.5rem;
  background: radial-gradient(120% 120% at 80% -10%, rgba(14, 165, 233, 0.42) 0%, rgba(255, 255, 255, 0) 65%),
    linear-gradient(135deg, rgba(37, 99, 235, 0.9) 0%, rgba(30, 64, 175, 0.75) 55%, rgba(14, 165, 233, 0.88) 100%);
  padding: clamp(1.75rem, 4vw, 3rem);
  border-radius: var(--shop-radius-lg);
  color: #f8fbff;
  margin-bottom: 2.5rem;
  position: relative;
  overflow: hidden;
}

.campaign-hero::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(160deg, rgba(255, 255, 255, 0.18) 0%, rgba(255, 255, 255, 0) 55%);
  pointer-events: none;
}

.campaign-hero__content {
  position: relative;
  z-index: 1;
}

.campaign-hero__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  padding: 0.35rem 0.9rem;
  border-radius: 16px;
  background: rgba(15, 23, 42, 0.18);
  color: #fff;
  font-weight: 600;
  font-size: 0.9rem;
}

.campaign-hero__content h1 {
  margin: 1rem 0 0.75rem;
  font-size: clamp(2rem, 5vw, 2.9rem);
  font-weight: 900;
  color: #fff;
}

.campaign-hero__content p {
  margin: 0 0 1.5rem;
  line-height: 1.9;
  color: rgba(241, 245, 249, 0.92);
}

.campaign-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
}

.campaign-hero__media {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
}

.campaign-hero__poster {
  width: min(320px, 100%);
  aspect-ratio: 3 / 4;
  border-radius: 26px;
  background: rgba(255, 255, 255, 0.22);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.65rem;
  text-align: center;
  color: #fff;
  box-shadow: 0 30px 60px rgba(31, 41, 51, 0.22);
  backdrop-filter: blur(6px);
}

.campaign-hero__poster span {
  font-size: 2.5rem;
}

.campaign-hero__poster strong {
  font-size: 1.35rem;
  font-weight: 800;
}

.campaign-hero__poster small {
  font-size: 0.95rem;
  opacity: 0.9;
}

.campaign-features {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 1.5rem;
  margin-bottom: 2.75rem;
}

.campaign-feature {
  background: rgba(255, 255, 255, 0.7);
  border: 1px solid rgba(255, 255, 255, 0.35);
  box-shadow: 0 24px 48px rgba(31, 41, 51, 0.06);
  border-radius: var(--shop-radius-md);
  padding: 1.75rem 1.5rem;
  text-align: center;
}

.campaign-feature__icon {
  font-size: 2rem;
  display: inline-flex;
  margin-bottom: 0.85rem;
}

.campaign-feature h2 {
  margin: 0 0 0.75rem;
  font-size: 1.2rem;
}

.campaign-feature p {
  margin: 0;
  color: var(--shop-muted);
  line-height: 1.7;
}

.campaign-products {
  margin-bottom: 3rem;
}

.campaign-products__header {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  margin-bottom: 1.5rem;
}

.campaign-products__header h2 {
  margin: 0;
  font-size: 1.6rem;
  font-weight: 800;
}

.campaign-products__header p {
  margin: 0;
  color: var(--shop-muted);
}

.campaign-products__grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 1.5rem;
}

.campaign-product {
  display: flex;
  flex-direction: column;
  background: rgba(255, 255, 255, 0.75);
  border-radius: var(--shop-radius-md);
  box-shadow: 0 24px 48px rgba(31, 41, 51, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.6);
  overflow: hidden;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.campaign-product:hover {
  transform: translateY(-6px);
  box-shadow: 0 32px 56px rgba(31, 41, 51, 0.12);
}

.campaign-product__media img {
  width: 100%;
  height: 220px;
  object-fit: cover;
}

.campaign-product__body {
  padding: 1.5rem;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

.campaign-product__category {
  align-self: flex-start;
  padding: 0.35rem 0.75rem;
  border-radius: 16px;
  background: color-mix(in srgb, var(--shop-button-color) 18%, transparent);
  color: var(--shop-primary);
  font-size: 0.85rem;
  font-weight: 600;
}

.campaign-product__body h3 {
  margin: 0;
  font-size: 1.2rem;
}

.campaign-product__body p {
  margin: 0;
  color: var(--shop-muted);
  line-height: 1.7;
}

.campaign-product__meta {
  margin-top: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

.campaign-product__price {
  font-weight: 800;
  color: var(--shop-text);
}

.campaign-products--related {
  text-align: center;
}

.campaign-products__cta {
  display: flex;
  justify-content: center;
}

.campaign-footer {
  margin: 2rem auto 4rem;
  max-width: min(720px, 100%);
  text-align: center;
  color: var(--shop-muted);
}

.campaign-footer__links {
  display: inline-flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-bottom: 0.75rem;
}

.campaign-footer__links .shop-button {
  font-size: 0.85rem;
  font-weight: 600;
}

@media (max-width: 900px) {
  .campaign-hero {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .campaign-hero__actions {
    justify-content: center;
  }

  .campaign-hero__media {
    order: -1;
  }
}

@media (max-width: 640px) {
  .campaign-page-header {
    flex-direction: column;
    align-items: flex-start;
  }

  .campaign-footer__links {
    flex-direction: column;
  }

  .campaign-product__media img {
    height: 200px;
  }
}

@media (max-width: 768px) {
  .shop-container {
    padding: 2rem 1.1rem 6rem;
  }

  .shop-header {
    flex-direction: column;
    align-items: flex-start;
  }

  .shop-bottom-nav {
    padding-inline: 0.75rem;
  }

  .product-shell {
    padding: 1.25rem 1rem 6rem;
  }

  .cart-item {
    flex-direction: column;
  }

  .cart-item__media {
    width: 100%;
    height: 180px;
  }
}

@media (min-width: 992px) {
  .shop-scroll-cards {
    grid-auto-columns: 260px;
  }

  .product-shell {
    display: grid;
    grid-template-columns: minmax(0, 520px);
    margin: 0 auto;
  }
}
.admin-shell {
  width: min(1180px, 100%);
}

.theme-card .form-label {
  font-weight: 600;
}

.theme-card .form-text {
  color: var(--papylon-muted);
}

.theme-social-input {
  position: relative;
  display: flex;
  align-items: center;
  border-radius: 16px;
  padding: 0.2rem 0.4rem 0.2rem 0.2rem;
  background: color-mix(in srgb, rgba(255, 255, 255, 0.9) 65%, var(--shop-surface-soft) 35%);
  border: 1px solid color-mix(in srgb, rgba(148, 163, 184, 0.4) 50%, transparent);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.6);
  transition: border 0.2s ease, box-shadow 0.2s ease;
}

.theme-social-input:focus-within {
  border-color: color-mix(in srgb, var(--shop-button-color) 35%, transparent);
  box-shadow: 0 8px 20px color-mix(in srgb, var(--shop-button-color) 15%, transparent);
}

.theme-social-input__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 14px;
  background: linear-gradient(135deg, rgba(15, 23, 42, 0.08) 0%, rgba(148, 163, 184, 0.08) 100%);
  color: var(--shop-button-color);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.7);
  margin-inline-end: 0.5rem;
}

.theme-social-input__icon svg {
  width: 22px;
  height: 22px;
}

.theme-social-input__field {
  border: 0;
  background: transparent;
  box-shadow: none;
  padding-inline: 0.25rem;
  height: 46px;
  font-size: 0.92rem;
}

.theme-social-input__field:focus {
  box-shadow: none;
}

.theme-logo-preview {
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
  padding: 0.65rem 0.85rem;
  border-radius: 14px;
  background: rgba(148, 163, 184, 0.08);
  border: 1px solid rgba(148, 163, 184, 0.2);
}

.theme-logo-preview__image {
  height: 48px;
  width: auto;
  padding: 0.35rem 0.45rem;
  border-radius: 12px;
  background: #fff;
  box-shadow: 0 10px 20px rgba(15, 23, 42, 0.12);
}

.theme-logo-preview__hint {
  font-size: 0.8rem;
  color: var(--papylon-muted);
}

.palette-select {
  font-size: 0.9rem;
  border-radius: 1rem;
  padding: 0.55rem 0.75rem;
}

.palette-select-preview {
  margin-top: 1rem;
  padding: 0.85rem 1rem;
  border-radius: 20px;
  border: 1px solid var(--papylon-border);
  background: color-mix(in srgb, var(--papylon-surface) 94%, transparent);
  box-shadow: 0 16px 30px var(--papylon-shadow-soft);
}

.palette-select-preview__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem 1rem;
  align-items: baseline;
  margin-bottom: 0.75rem;
}

.palette-select-preview__name {
  font-weight: 700;
  color: var(--papylon-text);
}

.palette-select-preview__source {
  font-size: 0.75rem;
  color: var(--papylon-muted);
}

.palette-select-preview__swatches {
  display: flex;
  flex-wrap: wrap;
  gap: 0.4rem;
  justify-content: center;
}

.palette-select-preview__swatch {
  width: 28px;
  height: 28px;
  border-radius: 12px;
  border: 1px solid rgba(15, 23, 42, 0.08);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.45);
}

.palette-preview {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  justify-content: center;
  margin-top: 1.5rem;
}

.theme-card .palette-select {
  max-width: 320px;
  margin-left: auto;
  margin-right: auto;
}

.theme-card .palette-select-preview,
.theme-card .palette-preview {
  margin-left: auto;
  margin-right: auto;
}

.btn-gradient {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.4rem;
  padding: 0.7rem 1.4rem;
  border-radius: var(--shop-button-radius);
  background: var(--shop-gradient);
  color: var(--shop-button-text);
  border: none;
  text-decoration: none;
  font-weight: 600;
  box-shadow: 0 18px 34px color-mix(in srgb, var(--shop-button-color) 28%, transparent);
  transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease, color 0.2s ease;
}

.btn-gradient:hover,
.btn-gradient:focus-visible {
  color: var(--shop-button-text);
  background: linear-gradient(135deg, rgba(37, 99, 235, 0.98) 0%, rgba(37, 99, 235, 0.82) 45%, rgba(14, 165, 233, 0.9) 100%);
  transform: translateY(-1px);
  box-shadow: 0 22px 38px color-mix(in srgb, var(--shop-button-color) 38%, transparent);
}

.btn-gradient:focus-visible {
  outline: none;
  box-shadow: 0 0 0 3px color-mix(in srgb, var(--shop-button-color) 18%, rgba(255, 255, 255, 0.75)),
    0 22px 38px color-mix(in srgb, var(--shop-button-color) 38%, transparent);
}

.btn-gradient:active {
  transform: translateY(0);
  box-shadow: 0 12px 24px color-mix(in srgb, var(--shop-button-color) 24%, transparent);
}

.btn-gradient:disabled,
.btn-gradient.disabled,
.btn-gradient[disabled] {
  background: color-mix(in srgb, var(--shop-button-color) 25%, rgba(148, 163, 184, 0.5));
  color: rgba(255, 255, 255, 0.85);
  box-shadow: none;
  cursor: not-allowed;
  transform: none;
}

.btn-theme-apply {
  background: linear-gradient(140deg, color-mix(in srgb, var(--papylon-accent) 55%, var(--papylon-primary) 45%) 0%, color-mix(in srgb, var(--papylon-primary) 75%, #2d1b69 25%) 100%);
  color: #fff;
  border: none;
  box-shadow: 0 16px 32px color-mix(in srgb, var(--papylon-primary) 35%, transparent);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.btn-theme-apply:hover,
.btn-theme-apply:focus {
  color: #fff;
  background: linear-gradient(140deg, color-mix(in srgb, var(--papylon-accent) 45%, var(--papylon-primary) 55%) 0%, color-mix(in srgb, var(--papylon-primary) 80%, #1b103f 20%) 100%);
  box-shadow: 0 20px 36px color-mix(in srgb, var(--papylon-primary) 45%, transparent);
}

.btn-theme-apply:active {
  transform: translateY(1px);
  box-shadow: 0 12px 24px color-mix(in srgb, var(--papylon-primary) 30%, transparent);
}

.palette-preview__header {
  flex-basis: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.5rem;
  margin-bottom: 0.5rem;
}

.palette-preview__title {
  font-weight: 700;
  color: var(--papylon-text);
}

.palette-preview__source {
  font-size: 0.75rem;
  color: var(--papylon-muted);
}

.palette-preview__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.35rem;
  font-size: 0.8rem;
  color: var(--papylon-muted);
}

.palette-preview__swatch {
  width: 48px;
  height: 48px;
  border-radius: 16px;
  border: 1px solid var(--papylon-border);
  box-shadow: 0 12px 24px var(--papylon-shadow-soft);
}

.badge-soft {
  background: color-mix(in srgb, var(--papylon-accent) 40%, transparent);
  color: var(--papylon-primary);
  border-radius: 16px;
  padding: 0.35rem 0.9rem;
  font-size: 0.85rem;
}

.order-details-status-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  padding: 0.35rem 0.75rem;
  border-radius: 16px;
  font-weight: 600;
  font-size: 0.9rem;
}

.order-details-status-description {
  line-height: 1.7;
  color: var(--papylon-muted);
}

.order-status-form .form-select {
  font-size: 0.85rem;
}

.order-status-form .btn {
  font-weight: 600;
}

.tracking-page {
  padding-bottom: 5rem;
}

.account-page {
  padding-bottom: 6rem;
}

.account-hero {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  margin-bottom: 1.5rem;
}

.account-kicker {
  font-size: 0.9rem;
  color: var(--papylon-muted, rgba(15, 23, 42, 0.6));
}

.account-title {
  font-size: clamp(1.5rem, 4vw, 2rem);
  font-weight: 700;
  color: var(--papylon-text);
}

.account-subtitle,
.account-description {
  color: var(--papylon-muted, rgba(15, 23, 42, 0.7));
  max-width: 600px;
}

.account-card {
  border-radius: 14px;
  padding: 2rem;
  box-shadow: 0 24px 40px rgba(15, 23, 42, 0.08);
}

.account-profile {
  display: flex;
  gap: 1rem;
  align-items: center;
  margin-bottom: 1.5rem;
}

.account-avatar {
  width: 56px;
  height: 56px;
  border-radius: 16px;
  background: rgba(37, 99, 235, 0.12);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.75rem;
}

.account-avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 16px;
}

.account-profile-shell {
  padding-bottom: calc(10rem + env(safe-area-inset-bottom, 0px));
}

@media (max-width: 576px) {
  .account-profile-shell {
    padding-bottom: calc(11rem + env(safe-area-inset-bottom, 0px));
  }
}

.account-profile-shell .address-form .address-submit {
  min-height: 52px;
  font-weight: 700;
  font-size: 1rem;
  border-radius: var(--shop-radius-md);
  box-shadow: 0 12px 26px color-mix(in srgb, var(--shop-button-color) 24%, transparent);
}

.account-profile-shell .address-form .address-submit:focus-visible {
  box-shadow: 0 0 0 0.25rem color-mix(in srgb, var(--shop-button-color) 24%, transparent);
}

.avatar-choice img {
  border: 2px solid transparent;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.avatar-choice input:checked + img {
  border-color: color-mix(in srgb, var(--shop-button-color) 80%, #3b82f6);
  box-shadow: 0 0 0 3px color-mix(in srgb, var(--shop-button-color) 25%, transparent);
}

.account-name {
  font-size: 1.1rem;
  font-weight: 700;
  color: var(--papylon-text);
}

.account-actions {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

@media (min-width: 576px) {
  .account-actions {
    flex-direction: row;
  }
}

.tracking-card {
  background: rgba(255, 255, 255, 0.82);
  border-radius: 28px;
  padding: 2rem 1.75rem;
  box-shadow: 0 28px 50px rgba(31, 41, 51, 0.12);
  border: 1px solid var(--papylon-border);
  backdrop-filter: blur(12px);
}

.tracking-form {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

.tracking-form__label {
  font-weight: 700;
  color: var(--papylon-text);
}

.tracking-form__controls {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  justify-content: center;
}

.tracking-form__controls input {
  flex: 1 1 220px;
  max-width: 340px;
  min-width: 210px;
  height: 64px;
  padding: 0.35rem 1rem;
  border-radius: 10px;
  border: 1px solid var(--papylon-border);
  font-size: 1.6rem;
  line-height: 1.2;
  font-weight: 800;
  background: rgba(255, 255, 255, 0.95);
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.tracking-form__input--short {
  flex: 0 0 auto;
  width: 18ch;
  max-width: 100%;
  text-align: center;
}

.tracking-form__controls input:focus {
  outline: none;
  border-color: var(--shop-button-color);
  box-shadow: 0 0 0 0.25rem color-mix(in srgb, var(--shop-button-color) 22%, transparent);
}

.tracking-form__hint {
  color: var(--papylon-muted);
  font-size: 0.9rem;
}

.tracking-alert {
  margin-top: 1.5rem;
}

.tracking-summary {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

.tracking-summary__header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 1.5rem;
}

.tracking-summary__number {
  display: inline-block;
  font-size: 0.95rem;
  color: var(--papylon-muted);
  margin-bottom: 0.35rem;
}

.tracking-summary__title {
  margin: 0;
  font-size: 1.35rem;
  font-weight: 800;
}

.tracking-summary__description {
  margin: 0;
  color: var(--papylon-muted);
  line-height: 1.7;
}

.tracking-details {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 1.1rem;
}

.tracking-details__item {
  background: rgba(255, 255, 255, 0.78);
  border: 1px solid rgba(31, 41, 51, 0.08);
  border-radius: 18px;
  padding: 0.95rem 1rem;
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
  box-shadow: 0 14px 28px rgba(31, 41, 51, 0.06);
}

.tracking-details__label {
  font-size: 0.85rem;
  color: var(--papylon-muted);
}

.tracking-details__value {
  font-weight: 600;
  color: var(--papylon-text);
}

.tracking-details__item--wide {
  grid-column: 1 / -1;
}

.tracking-details__address {
  white-space: pre-line;
}

.tracking-items {
  border: 1px solid rgba(31, 41, 51, 0.08);
  border-radius: 22px;
  padding: 1.2rem 1.4rem;
  background: rgba(255, 255, 255, 0.85);
}

.tracking-items__title {
  margin: 0 0 0.75rem;
  font-size: 1.05rem;
  font-weight: 700;
}

.tracking-items__list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 0.65rem;
}

.tracking-items__grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
  gap: 0.85rem;
}

.tracking-item-card {
  display: flex;
  gap: 0.75rem;
  align-items: center;
  padding: 0.65rem;
  border: 1px solid rgba(31, 41, 51, 0.08);
  border-radius: 14px;
  background: #fff;
}

.tracking-item-thumb {
  width: 64px;
  height: 64px;
  border-radius: 12px;
  overflow: hidden;
  background: #f8fafc;
  flex-shrink: 0;
}

.tracking-item-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.tracking-item-body {
  flex: 1;
  min-width: 0;
}

.tracking-item__name {
  font-weight: 600;
  color: var(--papylon-text);
}

.tracking-item__meta {
  margin-right: 0.5rem;
  font-size: 0.85rem;
  color: var(--papylon-muted);
}

.tracking-product {
  border: 1px solid rgba(31, 41, 51, 0.08);
  border-radius: 22px;
  padding: 1.2rem 1.4rem;
  background: rgba(255, 255, 255, 0.85);
}

.tracking-product__title {
  margin: 0 0 0.6rem;
  font-weight: 700;
}

.tracking-product__content {
  display: flex;
  flex-wrap: wrap;
  gap: 0.6rem 1rem;
  align-items: center;
  color: var(--papylon-text);
}

.tracking-product__meta {
  font-size: 0.85rem;
  color: var(--papylon-muted);
}

.tracking-product__link {
  font-size: 0.85rem;
  text-decoration: none;
  color: var(--shop-button-color);
  font-weight: 600;
}

.tracking-product__link:hover {
  text-decoration: underline;
}

.tracking-notice {
  margin-top: 1.5rem;
  padding: 1rem 1.25rem;
  border-radius: 18px;
  font-size: 0.95rem;
  line-height: 1.8;
}

.tracking-notice--warning {
  background: color-mix(in srgb, #fff2d6 70%, transparent);
  color: #8a5800;
  border: 1px solid color-mix(in srgb, #f6c96b 55%, transparent);
}

.tracking-notice--error {
  background: color-mix(in srgb, #ffe3e3 70%, transparent);
  color: #7d1f1f;
  border: 1px solid color-mix(in srgb, #f5a6a6 55%, transparent);
}

.tracking-progress {
  margin-top: 2rem;
  display: flex;
  flex-direction: column;
  gap: 1.2rem;
}

.tracking-progress__step {
  display: flex;
  gap: 1rem;
  align-items: flex-start;
  border-radius: 20px;
  padding: 1rem 1.25rem;
  border: 1px solid rgba(31, 41, 51, 0.08);
  background: rgba(255, 255, 255, 0.8);
  box-shadow: 0 14px 28px rgba(31, 41, 51, 0.06);
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.tracking-progress__step.is-completed {
  border-color: color-mix(in srgb, var(--shop-button-color) 45%, transparent);
  box-shadow: 0 18px 32px color-mix(in srgb, var(--shop-button-color) 22%, transparent);
}

.tracking-progress__step.is-current:not(.is-completed) {
  border-color: color-mix(in srgb, var(--shop-button-color) 35%, transparent);
}

.tracking-progress__icon {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  background: color-mix(in srgb, var(--shop-button-color) 14%, transparent);
  color: var(--shop-button-color);
  font-size: 1rem;
}

.tracking-progress__step.is-completed .tracking-progress__icon {
  background: var(--shop-button-color);
  color: #fff;
}

.tracking-progress__title {
  font-weight: 700;
  color: var(--papylon-text);
}

.tracking-progress__description {
  margin: 0.35rem 0 0;
  color: var(--papylon-muted);
  font-size: 0.9rem;
  line-height: 1.7;
}

.tracking-status-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  padding: 0.5rem 1.1rem;
  border-radius: 16px;
  font-weight: 700;
  font-size: 0.95rem;
}

.tracking-status-badge--pending {
  background: color-mix(in srgb, var(--shop-button-color) 18%, #ffffff 82%);
  color: var(--shop-button-color);
}

.tracking-status-badge--paid,
.tracking-status-badge--delivered {
  background: color-mix(in srgb, #22c55e 16%, transparent);
  color: #136f34;
}

.tracking-status-badge--processing {
  background: color-mix(in srgb, #38bdf8 18%, transparent);
  color: #0f4c75;
}

.tracking-status-badge--shipped {
  background: color-mix(in srgb, #c4b5fd 25%, transparent);
  color: #4338ca;
}

.tracking-status-badge--failed,
.tracking-status-badge--cancelled {
  background: color-mix(in srgb, #fca5a5 22%, transparent);
  color: #991b1b;
}

.tracking-status-badge--default {
  background: rgba(255, 255, 255, 0.75);
  color: var(--papylon-text);
  border: 1px solid rgba(31, 41, 51, 0.1);
}

.tracking-placeholder {
  margin-top: 2rem;
  padding: 1.5rem;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.78);
  border: 1px dashed rgba(31, 41, 51, 0.18);
  color: var(--papylon-muted);
  text-align: center;
  font-size: 0.95rem;
}

@media (max-width: 768px) {
  .tracking-card {
    padding: 1.6rem 1.25rem;
  }

  .tracking-summary__header {
    flex-direction: column;
    align-items: flex-start;
  }

  .tracking-form__controls {
    flex-direction: column;
  }

  .tracking-form__input--short {
    width: 100%;
    max-width: none;
    flex: 1 1 auto;
  }

  .tracking-progress__step {
    flex-direction: column;
    align-items: flex-start;
  }
}

.footer-note {
  color: var(--papylon-muted);
  font-size: 0.85rem;
}

.link-muted {
  color: var(--papylon-muted);
  text-decoration: none;
}

.link-muted:hover {
  color: var(--papylon-text);
}

img {
  max-width: 100%;
  height: auto;
}

@media (max-width: 992px) {
  .app-shell {
    padding: 2.5rem 1.5rem 4.5rem;
  }

  .hero-subtitle {
    font-size: 0.98rem;
  }

  .product-card::before {
    inset: 1rem 1rem auto 1rem;
  }

  .product-card__image img {
    height: 220px;
  }

  .product-detail__content {
    padding: 1.65rem 1.75rem;
  }
}

@media (max-width: 768px) {
  body {
    font-size: 0.95rem;
  }

  .app-shell {
    padding: 2rem 1.25rem 6.5rem;
  }

  .hero-title {
    font-size: clamp(1.8rem, 6vw, 2.3rem);
    line-height: 1.35;
  }

  .hero-subtitle {
    font-size: 0.93rem;
  }

  .hero-highlight {
    flex-direction: column;
    align-items: stretch;
    text-align: center;
    gap: 0.5rem;
    padding: 0.7rem 1rem;
  }

  .category-filter {
    overflow-x: auto;
    padding-bottom: 0.5rem;
    margin: 0 -0.75rem 2rem;
    padding-right: 0.75rem;
  }

  .category-filter::-webkit-scrollbar {
    display: none;
  }

  .category-pill {
    flex: 0 0 auto;
    font-size: 0.9rem;
    padding: 0.55rem 1rem;
  }

  .product-card {
    border-radius: 24px;
    box-shadow: 0 22px 44px var(--papylon-shadow-medium);
  }

  .product-card__image {
    padding: 0.9rem 1rem;
  }

  .product-card__image img {
    height: 200px;
  }

  .product-card__body {
    padding: 1.35rem 1.4rem 1.6rem;
  }

  .product-card::before {
    inset: 0.95rem 0.95rem auto 0.95rem;
  }

  .product-card__title {
    font-size: 1.15rem;
  }

  .product-card__footer {
    flex-direction: column;
    align-items: stretch;
    gap: 0.75rem;
  }

  .product-price {
    font-size: 1.4rem;
  }

  .btn-soft {
    width: 100%;
    justify-content: center;
  }

  .product-detail__media {
    padding: 0.9rem 1rem;
  }

  .product-gallery__main {
    border-radius: 22px;
  }

  .product-gallery__nav {
    width: 40px;
    height: 40px;
    font-size: 1.5rem;
  }

  .product-gallery__dots {
    bottom: 0.75rem;
    padding: 0.3rem 0.6rem;
  }

  .product-gallery__dot {
    width: 9px;
    height: 9px;
  }

  .product-detail__content {
    padding: 1.4rem 1.45rem;
  }

  .product-detail__steps {
    padding: 1rem 1.25rem;
  }

  .sticky-cta {
    position: fixed;
    left: 0;
    right: 0;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    padding: 1rem 1.1rem;
  }
}

@media (max-width: 576px) {
  .hero-kicker {
    font-size: 0.85rem;
  }

  .hero-highlight {
    font-size: 0.9rem;
  }

  .category-pill {
    font-size: 0.88rem;
    padding: 0.5rem 0.85rem;
  }

  .product-card__image img {
    height: 180px;
  }

  .product-card__body,
  .product-detail__content {
    padding: 1.25rem 1.3rem 1.4rem;
  }

  .product-card::before {
    inset: 0.85rem 0.85rem auto 0.85rem;
  }

  .sticky-cta .d-flex {
    flex-direction: column;
    align-items: stretch;
    text-align: center;
    gap: 0.75rem !important;
  }

  .sticky-cta .btn {
    width: 100%;
  }

  .glass-panel,
  .order-summary {
    padding: 1.5rem;
  }

  .detail-row {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.35rem;
  }
}

.site-footer {
  margin-top: 4.5rem;
  padding: 3.5rem 1.5rem 6.5rem;
  background: radial-gradient(circle at top, color-mix(in srgb, var(--shop-button-color) 12%, transparent) 0%, transparent 55%),
    linear-gradient(180deg, color-mix(in srgb, var(--papylon-gloss) 35%, rgba(15, 23, 42, 0.02)) 0%, transparent 80%);
}

.site-footer__inner {
  width: min(1080px, 100%);
  margin: 0 auto;
  display: flex;
  justify-content: center;
}

.site-footer__panel {
  width: min(640px, 100%);
  display: flex;
  flex-direction: column;
  gap: 1.75rem;
  align-items: center;
  padding: 1.75rem 2.4rem;
  border-radius: 26px;
  background: color-mix(in srgb, rgba(255, 255, 255, 0.85) 70%, var(--shop-surface-soft) 30%);
  border: 1px solid color-mix(in srgb, var(--shop-button-color) 14%, rgba(255, 255, 255, 0.65));
  box-shadow: 0 32px 56px color-mix(in srgb, var(--papylon-shadow-soft) 60%, transparent);
  backdrop-filter: blur(24px);
  -webkit-backdrop-filter: blur(24px);
  position: relative;
  overflow: hidden;
}

.site-footer__panel::before {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 25% 0%, rgba(255, 255, 255, 0.5) 0%, transparent 60%);
  pointer-events: none;
}

.site-footer__brand {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.65rem;
  position: relative;
  z-index: 1;
  text-align: center;
}

.site-footer__brand-logo {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.4rem 0.75rem;
  border-radius: 18px;
  background: color-mix(in srgb, rgba(255, 255, 255, 0.92) 70%, rgba(148, 163, 184, 0.16) 30%);
  border: 1px solid color-mix(in srgb, rgba(148, 163, 184, 0.26) 60%, transparent);
  box-shadow: 0 18px 32px color-mix(in srgb, var(--papylon-shadow-soft) 60%, transparent);
}

.site-footer__brand-logo img {
  height: 58px;
  width: auto;
  object-fit: contain;
}

.site-footer__brand-note {
  margin: 0;
  font-weight: 700;
  color: var(--shop-muted);
  font-size: 0.98rem;
}

.site-footer__brand-heart {
  color: #e11d48;
  margin-inline: 0.25rem;
}

.site-footer__brand-name {
  color: var(--shop-text);
  font-weight: 800;
  text-decoration: none;
  border-bottom: 1px dotted color-mix(in srgb, var(--shop-text) 60%, transparent);
  padding-bottom: 0.05rem;
}

.site-footer__brand-name:hover,
.site-footer__brand-name:focus-visible {
  color: var(--shop-button-color);
  border-color: currentColor;
}

.site-footer__social {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  position: relative;
  z-index: 1;
}

.site-footer__social-link {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 54px;
  height: 54px;
  border-radius: 20px;
  color: #fff;
  text-decoration: none;
  overflow: hidden;
  box-shadow: 0 18px 30px rgba(15, 23, 42, 0.18);
  transition: transform 0.25s ease, box-shadow 0.25s ease, filter 0.25s ease;
}

.site-footer__social-link::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.65) 0%, rgba(255, 255, 255, 0) 60%);
  opacity: 0;
  transition: opacity 0.25s ease;
}

.site-footer__social-link:hover,
.site-footer__social-link:focus-visible {
  transform: translateY(-4px) scale(1.02);
  box-shadow: 0 26px 48px rgba(15, 23, 42, 0.22);
  filter: brightness(1.04);
}

.site-footer__social-link:hover::after,
.site-footer__social-link:focus-visible::after {
  opacity: 1;
}

.site-footer__social-link svg {
  position: relative;
  z-index: 1;
  width: 24px;
  height: 24px;
}

.site-footer__social-link--instagram {
  background: linear-gradient(135deg, #fdf497 0%, #f58529 18%, #dd2a7b 55%, #8134af 78%, #515bd4 100%);
}

.site-footer__social-link--youtube {
  background: linear-gradient(135deg, #ff3d3d 0%, #ff1f58 48%, #c1121f 100%);
}

.site-footer__trust-badge {
  position: relative;
  z-index: 1;
}

.site-footer__trust-badge a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.6rem 0.75rem;
  border-radius: 18px;
  background: color-mix(in srgb, rgba(255, 255, 255, 0.96) 80%, rgba(148, 163, 184, 0.12) 20%);
  border: 1px solid color-mix(in srgb, rgba(148, 163, 184, 0.28) 60%, transparent);
  transition: transform 0.2s ease;
}

.site-footer__trust-badge a:hover,
.site-footer__trust-badge a:focus-visible {
  transform: translateY(-3px);
}

.site-footer__trust-badge img {
  width: 112px;
  height: auto;
  filter: drop-shadow(0 12px 26px rgba(15, 23, 42, 0.12));
}

@media (max-width: 768px) {
  .site-footer {
    margin-top: 3.2rem;
    padding: 2.5rem 1.25rem 6.5rem;
  }

  .site-footer__panel {
    border-radius: 22px;
    padding: 1.5rem 1.6rem;
    gap: 1.5rem;
  }

  .site-footer__brand-logo img {
    height: 52px;
  }

  .site-footer__social {
    gap: 0.75rem;
  }

  .site-footer__social-link {
    width: 48px;
    height: 48px;
    border-radius: 18px;
  }

  .site-footer__trust-badge img {
    width: 96px;
  }
}

.search-suggestions {
  margin-top: 1.5rem;
  border-radius: 1rem;
  border: 1px solid rgba(15, 23, 42, 0.08);
  background: #ffffff;
  box-shadow: 0 25px 65px rgba(15, 23, 42, 0.08);
  padding: 0.5rem;
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}

.search-suggestions[hidden] {
  display: none !important;
}

.search-suggestion-item {
  display: flex;
  align-items: center;
  gap: 0.65rem;
  padding: 0.65rem 0.85rem;
  border-radius: 0.75rem;
  text-decoration: none;
  color: inherit;
  transition: background-color 0.2s ease;
}

.search-suggestion-thumb {
  width: 48px;
  height: 48px;
  border-radius: 0.85rem;
  overflow: hidden;
  flex-shrink: 0;
  border: 1px solid rgba(15, 23, 42, 0.08);
  background: linear-gradient(145deg, rgba(226, 232, 240, 0.9), rgba(248, 250, 252, 0.9));
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.search-suggestion-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.search-suggestion-thumb-placeholder {
  font-size: 0.85rem;
  color: #94a3b8;
}

.search-suggestion-text {
  flex: 1;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 0.15rem;
}

.search-suggestion-item:hover,
.search-suggestion-item:focus-visible {
  background-color: rgba(37, 99, 235, 0.08);
}

.search-suggestion-title {
  font-weight: 600;
  font-size: 0.95rem;
  color: #0f172a;
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.search-suggestion-price {
  font-size: 0.82rem;
  color: #64748b;
}

.course-lessons {
    margin: 2rem 0;
    padding: 1.5rem;
    background: var(--shop-surface, #f8fafc);
    border-radius: 20px;
    border: 1px solid rgba(15, 23, 42, 0.05);
}

.course-meta-box {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
    gap: 0.75rem;
    margin: 1rem 0 1.25rem;
    padding: 0.9rem 1rem;
    background: #fff;
    border: 1px solid rgba(15, 23, 42, 0.06);
    border-radius: 16px;
    box-shadow: 0 10px 24px rgba(15, 23, 42, 0.06);
}

.course-meta-item__label {
    font-size: 0.85rem;
    color: #64748b;
}

.course-meta-item__value {
    font-weight: 800;
    color: #0f172a;
    margin-top: 0.15rem;
}

.course-lessons__header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 1rem;
    margin-bottom: 1rem;
    flex-wrap: wrap;
}

.course-lessons__list {
    list-style: decimal inside;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.course-lesson-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 1rem;
    padding: 0.75rem 1rem;
    background: #fff;
    border-radius: 14px;
    border: 1px solid rgba(15, 23, 42, 0.06);
}

.course-lesson-item__info {
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
}

.course-lesson-item__title {
    font-weight: 700;
}

.course-lesson-item__meta {
    display: inline-flex;
    align-items: center;
    gap: 0.25rem;
    padding: 0.2rem 0.55rem;
    border-radius: 10px;
    background: color-mix(in srgb, var(--shop-primary) 10%, #e2e8f0 90%);
    color: var(--shop-primary, #2563eb);
    font-weight: 700;
    font-size: 0.85rem;
}

.course-lesson-item__link {
    color: var(--shop-primary, #2563eb);
    text-decoration: none;
    font-weight: 600;
}

.course-player {
    position: relative;
    background: #0f172a;
    border-radius: 18px;
    padding: 12px;
    overflow: hidden;
}

.course-player__video {
    width: 100%;
    max-height: 70vh;
    background: #000;
    border-radius: 12px;
}

.course-player__watermark {
    position: absolute;
    top: 10px;
    left: 10px;
    color: rgba(255, 255, 255, 0.4);
    font-weight: 700;
    pointer-events: none;
    mix-blend-mode: screen;
    transition: transform 0.6s ease, opacity 0.6s ease;
}

.course-player__note {
    color: var(--shop-muted);
}
