@font-face {
  font-family: Vazirmatn;
  src: url('/fonts/Vazirmatn-Variable.woff2') format('woff2');
  font-weight: 100 900;
  font-display: swap;
}

.fp-product-page {
  --fp-bg: #f7f6fd;
  --fp-page-bg:
    radial-gradient(circle at 84% 8%, rgb(119 87 246 / 0.12), transparent 26rem),
    radial-gradient(circle at 8% 38%, rgb(24 198 226 / 0.09), transparent 28rem),
    linear-gradient(180deg, #fbfaff 0%, #f5f6fc 58%, #f8f7fd 100%);
  --fp-panel: rgb(255 255 255 / 0.74);
  --fp-panel-strong: rgb(255 255 255 / 0.9);
  --fp-panel-soft: rgb(255 255 255 / 0.52);
  --fp-control: rgb(245 245 252 / 0.88);
  --fp-control-hover: rgb(238 238 250 / 0.96);
  --fp-header: rgb(255 255 255 / 0.76);
  --fp-heading: #141629;
  --fp-text: #262a3f;
  --fp-muted: #697086;
  --fp-subtle: #8890a5;
  --fp-line: rgb(83 88 129 / 0.14);
  --fp-line-strong: rgb(93 82 176 / 0.24);
  --fp-blue: #6657f6;
  --fp-blue-strong: #5645ec;
  --fp-cyan: #26bcd8;
  --fp-green: #11b981;
  --fp-yellow: #e9a817;
  --fp-danger: #d95067;
  --fp-shadow: 0 18px 55px rgb(54 45 116 / 0.1);
  --fp-shadow-soft: 0 10px 30px rgb(66 58 130 / 0.08);
  margin: 0;
  min-height: 100vh;
  padding-block-end: 0;
  overflow-x: clip;
  background: var(--fp-page-bg);
  color: var(--fp-text);
  font-family: Vazirmatn, Tahoma, sans-serif;
  font-size: 15px;
  line-height: 1.75;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

html[data-theme='dark'] .fp-product-page {
  --fp-bg: #070b18;
  --fp-page-bg:
    radial-gradient(circle at 82% 6%, rgb(100 79 245 / 0.18), transparent 27rem),
    radial-gradient(circle at 10% 42%, rgb(18 178 213 / 0.1), transparent 30rem),
    linear-gradient(180deg, #060a16 0%, #09101f 58%, #070b18 100%);
  --fp-panel: rgb(16 24 43 / 0.72);
  --fp-panel-strong: rgb(13 22 39 / 0.9);
  --fp-panel-soft: rgb(18 29 49 / 0.62);
  --fp-control: rgb(20 31 51 / 0.9);
  --fp-control-hover: rgb(28 42 66 / 0.96);
  --fp-header: rgb(10 17 32 / 0.78);
  --fp-heading: #f8f9ff;
  --fp-text: #e8ebf5;
  --fp-muted: #a5adc2;
  --fp-subtle: #7f8aa3;
  --fp-line: rgb(196 204 236 / 0.13);
  --fp-line-strong: rgb(142 130 255 / 0.28);
  --fp-blue: #8371ff;
  --fp-blue-strong: #705cf7;
  --fp-cyan: #35d0e8;
  --fp-green: #2cd59a;
  --fp-yellow: #ffc94e;
  --fp-danger: #ff8296;
  --fp-shadow: 0 22px 60px rgb(0 0 0 / 0.26);
  --fp-shadow-soft: 0 12px 32px rgb(0 0 0 / 0.2);
}

.fp-product-page *,
.fp-product-page *::before,
.fp-product-page *::after {
  box-sizing: border-box;
}

.fp-product-page a {
  color: inherit;
  text-decoration: none;
}

.fp-product-page button,
.fp-product-page input,
.fp-product-page textarea {
  color: inherit;
  font: inherit;
}

.fp-product-page button,
.fp-product-page summary,
.fp-product-page a {
  -webkit-tap-highlight-color: transparent;
}

.fp-product-page img,
.fp-product-page svg {
  display: block;
}

.fp-product-page bdi,
.fp-product-page [lang='en'] {
  unicode-bidi: isolate;
}

.fp-shell {
  width: min(1200px, calc(100% - 32px));
  margin-inline: auto;
}

.fp-panel {
  border: 1px solid var(--fp-line);
  border-radius: 24px;
  background: linear-gradient(145deg, var(--fp-panel-strong), var(--fp-panel));
  box-shadow: var(--fp-shadow);
  -webkit-backdrop-filter: blur(20px) saturate(125%);
  backdrop-filter: blur(20px) saturate(125%);
}

.fp-ambient {
  position: fixed;
  z-index: -1;
  border-radius: 50%;
  filter: blur(110px);
  opacity: 0.22;
  pointer-events: none;
}

.fp-ambient-one {
  top: 200px;
  right: -120px;
  width: 340px;
  height: 340px;
  background: #715cf7;
}

.fp-ambient-two {
  top: 600px;
  left: -180px;
  width: 380px;
  height: 380px;
  background: #2bc6df;
  opacity: 0.12;
}

/* Header */
.fp-site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  padding-block: 12px 6px;
  background: linear-gradient(180deg, var(--fp-bg) 0%, color-mix(in srgb, var(--fp-bg) 88%, transparent) 72%, transparent 100%);
}

.fp-topbar {
  display: grid;
  grid-template-columns: minmax(180px, 1fr) auto minmax(180px, 1fr);
  align-items: center;
  min-height: 68px;
  padding: 9px 14px;
  border: 1px solid var(--fp-line);
  border-radius: 22px;
  background: var(--fp-header);
  box-shadow: var(--fp-shadow-soft);
  -webkit-backdrop-filter: blur(22px) saturate(140%);
  backdrop-filter: blur(22px) saturate(140%);
}

.fp-brand,
.fp-footer-brand {
  display: inline-flex;
  align-items: center;
  justify-self: start;
  gap: 10px;
  min-width: 0;
}

.fp-brand-mark {
  display: grid;
  place-items: center;
  width: 44px;
  height: 44px;
  flex: 0 0 44px;
  overflow: hidden;
  border: 1px solid rgb(255 255 255 / 0.48);
  border-radius: 14px;
  background: linear-gradient(145deg, #7860fb, #5141e5);
  box-shadow: 0 9px 24px rgb(91 72 232 / 0.24);
}

.fp-brand img,
.fp-footer-brand img {
  width: 100%;
  height: 100%;
  margin: 0;
  object-fit: cover;
}

.fp-brand-copy,
.fp-footer-brand span {
  display: grid;
  line-height: 1.08;
  text-align: right;
}

.fp-brand-copy strong,
.fp-footer-brand strong {
  color: var(--fp-heading);
  font-size: 1rem;
  font-weight: 900;
}

.fp-brand-copy small,
.fp-footer-brand small {
  margin-top: 3px;
  color: var(--fp-muted);
  font-size: 0.62rem;
  font-weight: 700;
  letter-spacing: 0.02em;
}

.fp-nav-links {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(24px, 3.5vw, 48px);
  color: var(--fp-muted);
  font-size: 0.86rem;
  font-weight: 750;
}

.fp-nav-links a,
.fp-icon-button,
.fp-theme-toggle {
  transition: color 0.2s ease, border-color 0.2s ease, background 0.2s ease, transform 0.2s ease;
}

.fp-nav-links a:hover {
  color: var(--fp-blue);
}

.fp-nav-actions {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  justify-self: end;
  gap: 7px;
  direction: rtl;
}

.fp-icon-button,
.fp-theme-toggle {
  height: 42px;
  border: 1px solid var(--fp-line);
  border-radius: 13px;
  background: var(--fp-panel-soft);
  cursor: pointer;
}

.fp-icon-button {
  position: relative;
  display: grid;
  place-items: center;
  width: 42px;
  flex: 0 0 42px;
}

.fp-icon-button svg {
  width: 20px;
  height: 20px;
}

.fp-icon-button:hover,
.fp-theme-toggle:hover {
  border-color: var(--fp-line-strong);
  background: var(--fp-control-hover);
  color: var(--fp-blue);
  transform: translateY(-1px);
}

.fp-cart-count {
  position: absolute;
  top: -4px;
  right: -4px;
  display: grid;
  place-items: center;
  min-width: 18px;
  height: 18px;
  padding-inline: 4px;
  border: 2px solid var(--fp-panel-strong);
  border-radius: 999px;
  background: linear-gradient(145deg, var(--fp-blue), var(--fp-cyan));
  color: #fff;
  font-size: 0.58rem;
  font-weight: 900;
  line-height: 1;
}

.fp-theme-toggle {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  min-width: 78px;
  padding-inline: 9px;
}

.fp-theme-track {
  position: relative;
  display: block;
  width: 35px;
  height: 20px;
  flex: 0 0 35px;
  border: 1px solid var(--fp-line-strong);
  border-radius: 999px;
  background: color-mix(in srgb, var(--fp-blue) 14%, var(--fp-control));
}

.fp-theme-track::before,
.fp-theme-track::after {
  position: absolute;
  top: 50%;
  font-size: 9px;
  line-height: 1;
  transform: translateY(-50%);
}

.fp-theme-track::before {
  right: 4px;
  content: '☀';
  color: #e6a917;
}

.fp-theme-track::after {
  left: 4px;
  content: '●';
  color: #9f94ff;
}

.fp-theme-thumb {
  position: absolute;
  top: 2px;
  right: 2px;
  z-index: 1;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 2px 7px rgb(45 40 81 / 0.28);
  transition: transform 0.22s ease;
}

html[data-theme='dark'] .fp-theme-thumb {
  transform: translateX(-15px);
}

.fp-theme-label {
  color: var(--fp-muted);
  font-size: 0.72rem;
  font-weight: 800;
}

/* Product route and layout */
.fp-breadcrumb {
  display: flex;
  align-items: center;
  gap: 8px;
  min-width: 0;
  padding: 11px 4px 13px;
  overflow: hidden;
  color: var(--fp-subtle);
  font-size: 0.78rem;
  white-space: nowrap;
}

.fp-breadcrumb a,
.fp-breadcrumb b {
  min-width: 0;
}

.fp-breadcrumb b {
  overflow: hidden;
  color: var(--fp-blue);
  text-overflow: ellipsis;
}

.fp-breadcrumb a:hover {
  color: var(--fp-blue);
}

.fp-flash {
  margin-bottom: 12px;
  padding: 10px 14px;
  border: 1px solid var(--fp-line);
  border-radius: 12px;
  background: var(--fp-panel);
  font-size: 0.82rem;
}

.fp-flash-ok {
  border-color: rgb(17 185 129 / 0.32);
  color: var(--fp-green);
}

.fp-flash-err {
  border-color: rgb(217 80 103 / 0.32);
  color: var(--fp-danger);
}

.fp-purchase-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.98fr) minmax(0, 1.02fr);
  align-items: start;
  gap: 16px;
}

.fp-config-card {
  min-width: 0;
  padding: 22px;
  overflow: hidden;
}

.fp-product-heading {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 14px;
}

.fp-product-heading > div {
  min-width: 0;
}

.fp-product-heading h1 {
  margin: 0 0 7px;
  color: var(--fp-heading);
  font-size: clamp(1.55rem, 2.2vw, 2rem);
  font-weight: 900;
  line-height: 1.35;
  letter-spacing: -0.035em;
  overflow-wrap: anywhere;
}

.fp-rating-line {
  display: flex;
  align-items: center;
  gap: 7px;
  min-width: 0;
  color: var(--fp-muted);
  font-size: 0.75rem;
}

.fp-stars {
  color: var(--fp-yellow);
  direction: ltr;
  letter-spacing: 1px;
  white-space: nowrap;
}

.fp-availability,
.fp-verified-badge {
  display: inline-flex;
  align-items: center;
  border-radius: 999px;
  white-space: nowrap;
}

.fp-availability {
  gap: 5px;
  padding: 4px 9px;
  border: 1px solid rgb(17 185 129 / 0.26);
  background: rgb(17 185 129 / 0.09);
  color: var(--fp-green);
}

.fp-availability i {
  display: inline-block;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--fp-green);
  box-shadow: 0 0 9px var(--fp-green);
}

.fp-verified-badge {
  flex: 0 0 auto;
  gap: 4px;
  padding: 6px 10px;
  border: 1px solid color-mix(in srgb, var(--fp-blue) 30%, transparent);
  background: color-mix(in srgb, var(--fp-blue) 8%, transparent);
  color: var(--fp-blue);
  font-size: 0.7rem;
  font-weight: 750;
}

.fp-product-subtitle {
  margin: 9px 0 14px;
  color: var(--fp-muted);
  font-size: 0.86rem;
}

.fp-config-section {
  margin-top: 11px;
  padding-top: 13px;
  border-top: 1px solid var(--fp-line);
}

.fp-section-label {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  margin-bottom: 8px;
  color: var(--fp-heading);
  font-size: 0.76rem;
  font-weight: 800;
}

.fp-section-label small {
  color: var(--fp-subtle);
  font-weight: 500;
}

.fp-option-grid {
  display: grid;
  gap: 8px;
}

.fp-option-grid.fp-three {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.fp-option,
.fp-plan-card,
.fp-segment {
  min-width: 0;
  border: 1px solid var(--fp-line);
  background: var(--fp-control);
  color: var(--fp-text);
  cursor: pointer;
  transition: border-color 0.2s ease, background 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

.fp-option:hover,
.fp-plan-card:hover,
.fp-segment:hover {
  border-color: var(--fp-line-strong);
  background: var(--fp-control-hover);
}

.fp-option.selected,
.fp-plan-card.selected,
.fp-segment.selected {
  border-color: color-mix(in srgb, var(--fp-blue) 76%, white 8%);
  background: linear-gradient(145deg, color-mix(in srgb, var(--fp-blue) 13%, var(--fp-control)), color-mix(in srgb, var(--fp-cyan) 6%, var(--fp-control)));
  box-shadow: inset 0 0 0 1px color-mix(in srgb, var(--fp-blue) 10%, transparent), 0 8px 18px color-mix(in srgb, var(--fp-blue) 10%, transparent);
}

.fp-option {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 50px;
  padding: 7px 8px;
  border-radius: 13px;
  font-weight: 780;
  direction: ltr;
}

.fp-option svg {
  width: 25px;
  height: 25px;
  flex: 0 0 auto;
}

.fp-option > span:last-child {
  min-width: 0;
  overflow: hidden;
  font-size: 0.75rem;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.fp-music-glyph {
  color: var(--fp-blue);
  font-size: 1.6rem;
  line-height: 1;
}

.fp-plan-card {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 94px;
  padding: 13px 7px 10px;
  border-radius: 14px;
}

.fp-plan-card strong {
  color: var(--fp-heading);
  font-size: 0.88rem;
}

.fp-plan-card small,
.fp-plan-card span {
  max-width: 100%;
  overflow: hidden;
  color: var(--fp-muted);
  font-size: 0.67rem;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.fp-plan-card em {
  position: absolute;
  top: -9px;
  padding: 2px 10px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--fp-blue), var(--fp-cyan));
  box-shadow: 0 5px 13px color-mix(in srgb, var(--fp-blue) 26%, transparent);
  color: #fff;
  font-size: 0.58rem;
  font-style: normal;
  font-weight: 850;
  white-space: nowrap;
}

.fp-config-split {
  display: grid;
  grid-template-columns: 1.08fr 0.92fr;
  gap: 11px;
}

.fp-config-split > div {
  min-width: 0;
}

.fp-segmented {
  display: flex;
  gap: 5px;
  padding: 4px;
  border: 1px solid var(--fp-line);
  border-radius: 13px;
  background: color-mix(in srgb, var(--fp-control) 70%, transparent);
}

.fp-segment {
  flex: 1;
  min-height: 38px;
  padding: 7px 9px;
  border-radius: 9px;
  font-size: 0.68rem;
  white-space: nowrap;
}

.fp-segment:disabled {
  opacity: 0.42;
  cursor: not-allowed;
}

.fp-segment i {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin-left: 4px;
  border: 2px solid var(--fp-subtle);
  border-radius: 50%;
  vertical-align: -1px;
}

.fp-segment.selected i {
  border-color: var(--fp-blue);
  background: var(--fp-blue);
  box-shadow: inset 0 0 0 2px var(--fp-control);
}

.fp-buy-box {
  display: grid;
  grid-template-columns: minmax(130px, 0.8fr) 108px minmax(170px, 1.15fr);
  align-items: center;
  gap: 9px;
  margin-top: 13px;
  padding-top: 14px;
  border-top: 1px solid var(--fp-line);
}

.fp-price-block {
  min-width: 0;
  direction: rtl;
}

.fp-old-price {
  display: block;
  min-height: 1.25em;
  color: var(--fp-danger);
  font-size: 0.66rem;
}

.fp-price-block div {
  display: flex;
  align-items: baseline;
  gap: 5px;
  min-width: 0;
}

.fp-price-block strong {
  color: var(--fp-heading);
  font-size: clamp(1.25rem, 2vw, 1.55rem);
  font-weight: 900;
  letter-spacing: -0.045em;
  line-height: 1.25;
}

.fp-price-block div span {
  color: var(--fp-muted);
  font-size: 0.68rem;
}

.fp-quantity {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 48px;
  overflow: hidden;
  border: 1px solid var(--fp-line);
  border-radius: 13px;
  background: var(--fp-control);
  direction: ltr;
}

.fp-quantity button {
  width: 36px;
  height: 100%;
  padding: 0;
  border: 0;
  background: transparent;
  cursor: pointer;
  font-size: 1.25rem;
}

.fp-quantity button:hover {
  background: var(--fp-control-hover);
}

.fp-quantity span {
  color: var(--fp-heading);
  font-size: 1rem;
  font-weight: 800;
}

.fp-add-cart,
.fp-submit-review {
  border: 0;
  background: linear-gradient(100deg, var(--fp-blue-strong), var(--fp-cyan));
  box-shadow: 0 10px 25px color-mix(in srgb, var(--fp-blue) 23%, transparent);
  color: #fff;
  font-weight: 850;
  cursor: pointer;
}

.fp-add-cart {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  height: 48px;
  padding-inline: 13px;
  border-radius: 13px;
}

.fp-add-cart:hover,
.fp-submit-review:hover {
  transform: translateY(-1px);
  filter: saturate(1.08);
}

.fp-add-cart:disabled {
  opacity: 0.45;
  cursor: not-allowed;
  transform: none;
}

.fp-add-cart.is-checkout {
  background: linear-gradient(100deg, #16a87b, #20c997);
  box-shadow: 0 12px 28px rgba(32, 201, 151, 0.24);
}

.fp-consult-button {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  width: 100%;
  min-height: 40px;
  margin-top: 9px;
  border: 1px solid var(--fp-line);
  border-radius: 11px;
  background: var(--fp-control);
  color: var(--fp-muted);
  font-size: 0.78rem;
  font-weight: 700;
}

.fp-consult-button:hover {
  border-color: var(--fp-line-strong);
  color: var(--fp-blue);
}

/* Media gallery */
.fp-media-column {
  display: grid;
  min-width: 0;
  gap: 10px;
}

.fp-hero-media {
  position: relative;
  height: 430px;
  overflow: hidden;
  background: #08110f;
}

.fp-hero-media > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.fp-hero-media:hover > img {
  transform: scale(1.015);
}

.fp-media-overlay {
  position: absolute;
  inset-inline: 0;
  bottom: 0;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 12px;
  padding: 48px 21px 17px;
  background: linear-gradient(transparent, rgb(0 0 0 / 0.78));
  color: #fff;
  direction: ltr;
  text-shadow: 0 2px 12px #000;
}

.fp-media-overlay strong {
  font-size: 1.05rem;
}

.fp-media-overlay span {
  color: #e7ebf4;
  font-size: 0.7rem;
  direction: rtl;
}

.fp-thumb-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 9px;
}

.fp-thumb {
  position: relative;
  height: 92px;
  min-width: 0;
  overflow: hidden;
  border: 1px solid var(--fp-line-strong);
  border-radius: 15px;
  background: #0a1220;
  color: #fff;
}

.fp-thumb > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.58;
  transition: opacity 0.2s ease, transform 0.2s ease;
}

.fp-thumb span {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 6px;
  background: linear-gradient(transparent, rgb(0 0 0 / 0.72));
  font-size: 0.78rem;
  font-weight: 800;
  text-align: center;
  text-shadow: 0 2px 8px #000;
}

.fp-thumb:hover > img {
  opacity: 0.82;
  transform: scale(1.025);
}

.fp-thumb.selected {
  border-color: var(--fp-cyan);
  box-shadow: 0 0 0 2px color-mix(in srgb, var(--fp-blue) 85%, white 10%), 0 8px 20px color-mix(in srgb, var(--fp-blue) 20%, transparent);
}

.fp-thumb.selected::after {
  content: '✓';
  position: absolute;
  top: 7px;
  right: 7px;
  z-index: 3;
  display: grid;
  place-items: center;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: linear-gradient(145deg, var(--fp-blue), var(--fp-cyan));
  color: #fff;
  font-size: 0.67rem;
  font-weight: 900;
}

.fp-trust-bar {
  display: grid;
  grid-template-columns: 1fr auto 1fr auto 1fr;
  align-items: center;
  min-height: 58px;
  padding: 9px 13px;
}

.fp-trust-bar div {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  min-width: 0;
  color: var(--fp-muted);
  font-size: 0.7rem;
  text-align: center;
}

.fp-trust-bar div span {
  flex: 0 0 auto;
  color: var(--fp-blue);
  font-size: 1.05rem;
}

.fp-trust-bar div b {
  min-width: 0;
  color: var(--fp-text);
  font-weight: 750;
}

.fp-trust-bar > i {
  width: 1px;
  height: 24px;
  background: var(--fp-line);
}

/* Product details */
.fp-details {
  margin-top: 16px;
  overflow: hidden;
}

.fp-tabs {
  display: flex;
  align-items: center;
  gap: clamp(22px, 4vw, 56px);
  min-height: 58px;
  padding-inline: 26px;
  overflow-x: auto;
  border-bottom: 1px solid var(--fp-line);
  scrollbar-width: none;
}

.fp-tabs::-webkit-scrollbar,
.fp-plan-grid::-webkit-scrollbar {
  display: none;
}

.fp-tab {
  position: relative;
  align-self: stretch;
  flex: 0 0 auto;
  padding-inline: 7px;
  border: 0;
  background: transparent;
  color: var(--fp-muted);
  cursor: pointer;
  font-size: 0.77rem;
  font-weight: 780;
  white-space: nowrap;
}

.fp-tab.active {
  color: var(--fp-heading);
}

.fp-tab.active::after {
  position: absolute;
  right: 0;
  bottom: -1px;
  left: 0;
  height: 2px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--fp-blue), var(--fp-cyan));
  box-shadow: 0 0 12px color-mix(in srgb, var(--fp-blue) 52%, transparent);
  content: '';
}

.fp-tab-panel {
  padding: 27px 28px;
}

.fp-tab-panel[hidden] {
  display: none;
}

.fp-detail-copy {
  max-width: 760px;
  margin: 0 auto 24px;
  text-align: center;
}

.fp-eyebrow {
  color: var(--fp-blue);
  font-size: 0.72rem;
  font-weight: 850;
}

.fp-detail-copy h2,
.fp-reviews-head h2 {
  margin: 4px 0 8px;
  color: var(--fp-heading);
  font-size: clamp(1.3rem, 2.5vw, 1.6rem);
  line-height: 1.45;
}

.fp-detail-copy p {
  margin: 0;
  color: var(--fp-muted);
  font-size: 0.87rem;
}

.fp-compare-wrap {
  overflow: auto;
  border: 1px solid var(--fp-line);
  border-radius: 14px;
  background: var(--fp-panel-soft);
  scrollbar-color: var(--fp-line-strong) transparent;
}

.fp-compare-wrap table {
  width: 100%;
  min-width: 700px;
  border-collapse: collapse;
  text-align: center;
}

.fp-compare-wrap th,
.fp-compare-wrap td {
  padding: 11px 13px;
  border-bottom: 1px solid var(--fp-line);
  border-left: 1px solid var(--fp-line);
  color: var(--fp-muted);
  font-size: 0.74rem;
}

.fp-compare-wrap thead {
  background: var(--fp-control);
}

.fp-compare-wrap th {
  color: var(--fp-heading);
}

.fp-compare-wrap tbody th {
  text-align: right;
}

.fp-compare-wrap .highlight {
  background: color-mix(in srgb, var(--fp-blue) 7%, transparent);
  color: var(--fp-blue);
}

.fp-compare-wrap small {
  display: inline-block;
  margin-right: 4px;
  padding: 2px 5px;
  border-radius: 5px;
  background: linear-gradient(90deg, var(--fp-blue), var(--fp-cyan));
  color: #fff;
  font-size: 0.54rem;
}

.fp-feature-cards,
.fp-delivery-steps {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.fp-feature-cards article,
.fp-delivery-steps li,
.fp-faq-list details {
  border: 1px solid var(--fp-line);
  border-radius: 15px;
  background: var(--fp-control);
}

.fp-feature-cards article {
  padding: 20px;
}

.fp-feature-cards article > span {
  color: var(--fp-blue);
  font-weight: 900;
}

.fp-feature-cards h3,
.fp-delivery-steps h3 {
  margin: 8px 0 3px;
  color: var(--fp-heading);
  font-size: 0.95rem;
}

.fp-feature-cards p,
.fp-delivery-steps p {
  margin: 0;
  color: var(--fp-muted);
  font-size: 0.78rem;
}

.fp-delivery-steps {
  margin: 0;
  padding: 0;
  list-style: none;
}

.fp-delivery-steps li {
  display: flex;
  gap: 12px;
  padding: 18px;
}

.fp-delivery-steps li > b {
  display: grid;
  place-items: center;
  width: 34px;
  height: 34px;
  flex: 0 0 34px;
  border-radius: 10px;
  background: color-mix(in srgb, var(--fp-blue) 13%, var(--fp-control));
  color: var(--fp-blue);
}

.fp-delivery-steps h3 {
  margin-top: 0;
}

.fp-faq-list {
  display: grid;
  gap: 9px;
}

.fp-faq-list details {
  padding: 11px 16px;
}

.fp-faq-list summary {
  color: var(--fp-heading);
  cursor: pointer;
  font-weight: 780;
}

.fp-faq-list p {
  margin: 7px 0 0;
  color: var(--fp-muted);
  font-size: 0.82rem;
}

/* Reviews */
.fp-reviews {
  padding-block: 52px 62px;
}

.fp-reviews-head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 17px;
}

.fp-reviews-head h2 {
  margin-bottom: 0;
}

.fp-score-card {
  display: flex;
  align-items: center;
  gap: 9px;
  padding: 10px 15px;
}

.fp-score-card strong {
  color: var(--fp-heading);
  font-size: 1.5rem;
}

.fp-score-card small {
  color: var(--fp-muted);
  font-size: 0.72rem;
}

.fp-reviews-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(270px, 0.65fr);
  gap: 14px;
}

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

.fp-review-card,
.fp-empty-review {
  padding: 17px;
}

.fp-empty-review {
  display: grid;
  place-items: center;
  min-height: 120px;
  color: var(--fp-muted);
  text-align: center;
}

.fp-review-card header {
  display: flex;
  align-items: center;
  gap: 9px;
}

.fp-avatar {
  display: grid;
  place-items: center;
  width: 40px;
  height: 40px;
  flex: 0 0 40px;
  border-radius: 13px;
  background: linear-gradient(145deg, var(--fp-blue), var(--fp-cyan));
  color: #fff;
  font-weight: 850;
}

.fp-review-card header div:nth-child(2) {
  display: grid;
  min-width: 0;
}

.fp-review-card header small {
  color: var(--fp-subtle);
  font-size: 0.65rem;
}

.fp-review-card header .fp-stars {
  margin-right: auto;
}

.fp-review-card p {
  margin-bottom: 0;
  color: var(--fp-muted);
  font-size: 0.82rem;
}

.fp-review-form,
.fp-review-login {
  display: grid;
  align-self: start;
  gap: 10px;
  padding: 19px;
}

.fp-review-form h3,
.fp-review-login h3 {
  margin: 0;
  color: var(--fp-heading);
}

.fp-review-form > p,
.fp-review-login > p {
  margin: -6px 0 0;
  color: var(--fp-muted);
  font-size: 0.75rem;
}

.fp-review-form label {
  display: grid;
  gap: 5px;
  color: var(--fp-text);
  font-size: 0.73rem;
}

.fp-review-form input,
.fp-review-form textarea {
  width: 100%;
  padding: 9px 10px;
  border: 1px solid var(--fp-line);
  border-radius: 10px;
  outline: 0;
  background: var(--fp-control);
  color: var(--fp-heading);
}

.fp-review-form input:focus,
.fp-review-form textarea:focus {
  border-color: var(--fp-blue);
  box-shadow: 0 0 0 3px color-mix(in srgb, var(--fp-blue) 12%, transparent);
}

.fp-star-picker {
  display: flex;
  justify-content: flex-end;
  direction: ltr;
}

.fp-star-picker button {
  padding: 0 3px;
  border: 0;
  background: transparent;
  color: var(--fp-line-strong);
  cursor: pointer;
  font-size: 1.45rem;
}

.fp-star-picker button.lit {
  color: var(--fp-yellow);
}

.fp-submit-review {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 9px 13px;
  border-radius: 11px;
  text-align: center;
}

/* Footer */
.fp-footer {
  border-top: 1px solid var(--fp-line);
  background: var(--fp-panel-soft);
  -webkit-backdrop-filter: blur(16px);
  backdrop-filter: blur(16px);
}

.fp-footer .fp-shell {
  display: flex;
  align-items: center;
  gap: 20px;
  min-height: 84px;
  color: var(--fp-muted);
  font-size: 0.76rem;
}

.fp-footer-brand {
  flex: 0 0 auto;
}

.fp-footer-brand img {
  width: 38px;
  height: 38px;
  flex: 0 0 38px;
  border-radius: 12px;
}

.fp-footer p {
  margin: 0;
}

.fp-footer > .fp-shell > a:last-child {
  margin-right: auto;
  color: var(--fp-blue);
  font-weight: 750;
}

@media (max-width: 1023px) {
  .fp-topbar {
    grid-template-columns: minmax(150px, 1fr) auto minmax(150px, 1fr);
  }

  .fp-nav-links {
    gap: 20px;
  }

  .fp-purchase-layout {
    grid-template-columns: 1fr;
  }

  .fp-config-card {
    order: 1;
  }

  .fp-media-column {
    order: 0;
  }

  .fp-hero-media {
    height: auto;
    max-height: 430px;
    aspect-ratio: 16 / 8;
  }

  .fp-reviews-layout {
    grid-template-columns: 1fr;
  }

  .fp-review-form,
  .fp-review-login {
    order: -1;
  }
}

@media (max-width: 767px) {
  .fp-product-page {
    font-size: 14px;
  }

  .fp-shell {
    width: calc(100% - 24px);
  }

  .fp-site-header {
    padding-block: 8px 4px;
  }

  .fp-topbar {
    grid-template-columns: 1fr auto;
    min-height: 62px;
    padding: 7px 9px;
    border-radius: 19px;
  }

  .fp-brand {
    gap: 8px;
  }

  .fp-brand-mark {
    width: 40px;
    height: 40px;
    flex-basis: 40px;
    border-radius: 12px;
  }

  .fp-brand-copy strong {
    font-size: 0.92rem;
  }

  .fp-brand-copy small {
    font-size: 0.56rem;
  }

  .fp-nav-links {
    display: none;
  }

  .fp-nav-actions {
    grid-column: 2;
    gap: 5px;
  }

  .fp-icon-button,
  .fp-theme-toggle {
    width: 40px;
    min-width: 40px;
    height: 40px;
    padding: 0;
    border-radius: 12px;
  }

  .fp-theme-label {
    display: none;
  }

  .fp-theme-track {
    transform: scale(0.9);
  }

  .fp-breadcrumb {
    min-height: 36px;
    padding-block: 7px 9px;
    font-size: 0.71rem;
  }

  .fp-purchase-layout {
    gap: 12px;
  }

  .fp-panel {
    border-radius: 20px;
    -webkit-backdrop-filter: blur(14px) saturate(115%);
    backdrop-filter: blur(14px) saturate(115%);
  }

  .fp-hero-media {
    width: 100%;
    height: auto;
    min-height: 0;
    max-height: 260px;
    aspect-ratio: 16 / 9;
  }

  .fp-media-overlay {
    padding: 36px 14px 12px;
  }

  .fp-media-overlay strong {
    font-size: 0.9rem;
  }

  .fp-media-overlay span {
    font-size: 0.61rem;
  }

  .fp-thumb-grid {
    gap: 7px;
  }

  .fp-thumb {
    height: 68px;
    border-radius: 13px;
  }

  .fp-thumb span {
    font-size: 0.65rem;
  }

  .fp-thumb.selected::after {
    top: 5px;
    right: 5px;
    width: 18px;
    height: 18px;
  }

  .fp-trust-bar {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    min-height: 74px;
    padding: 7px 5px;
  }

  .fp-trust-bar > i {
    display: none;
  }

  .fp-trust-bar div {
    flex-direction: column;
    gap: 1px;
    align-self: stretch;
    padding: 5px 4px;
    border-left: 1px solid var(--fp-line);
    font-size: 0.64rem;
    line-height: 1.45;
  }

  .fp-trust-bar div:last-child {
    border-left: 0;
  }

  .fp-trust-bar div span {
    font-size: 1rem;
    line-height: 1;
  }

  .fp-trust-bar div b {
    overflow-wrap: anywhere;
    white-space: normal;
  }

  .fp-config-card {
    padding: 16px;
  }

  .fp-product-heading {
    flex-wrap: wrap;
    gap: 8px;
  }

  .fp-product-heading h1 {
    margin-bottom: 6px;
    font-size: clamp(1.3rem, 6vw, 1.5rem);
  }

  .fp-rating-line {
    flex-wrap: wrap;
    gap: 6px;
    font-size: 0.71rem;
  }

  .fp-verified-badge {
    padding: 5px 9px;
  }

  .fp-product-subtitle {
    margin-block: 7px 12px;
    font-size: 0.79rem;
  }

  .fp-option {
    min-height: 56px;
    gap: 5px;
    padding-inline: 5px;
  }

  .fp-option > span:last-child {
    font-size: 0.68rem;
  }

  .fp-plan-card {
    min-height: 88px;
  }

  .fp-config-split {
    grid-template-columns: 1fr;
  }

  .fp-segment {
    min-height: 40px;
  }

  .fp-buy-box {
    grid-template-columns: minmax(0, 1fr) 104px;
  }

  .fp-add-cart {
    grid-column: 1 / -1;
    min-height: 49px;
  }

  .fp-consult-button {
    min-height: 43px;
  }

  .fp-details {
    margin-top: 12px;
  }

  .fp-tabs {
    gap: 22px;
    min-height: 53px;
    padding-inline: 14px;
  }

  .fp-tab {
    font-size: 0.73rem;
  }

  .fp-tab-panel {
    padding: 21px 14px;
  }

  .fp-detail-copy {
    margin-bottom: 19px;
  }

  .fp-feature-cards,
  .fp-delivery-steps {
    grid-template-columns: 1fr;
  }

  .fp-feature-cards article,
  .fp-delivery-steps li {
    padding: 16px;
  }

  .fp-reviews {
    padding-block: 38px 44px;
  }

  .fp-reviews-head {
    align-items: flex-start;
  }

  .fp-score-card {
    display: grid;
    flex: 0 0 auto;
    gap: 0;
    padding: 8px 11px;
    text-align: center;
  }

  .fp-score-card strong {
    font-size: 1.25rem;
  }

  .fp-score-card small {
    max-width: 90px;
  }

  .fp-review-card header {
    flex-wrap: wrap;
  }

  .fp-review-card header .fp-stars {
    width: 100%;
    margin: 3px 49px 0 0;
  }

  .fp-footer .fp-shell {
    flex-wrap: wrap;
    gap: 10px 14px;
    min-height: 104px;
    padding-block: 14px max(14px, env(safe-area-inset-bottom));
  }

  .fp-footer > .fp-shell > a:last-child {
    width: 100%;
    margin-right: 0;
  }
}

@media (max-width: 479px) {
  .fp-plan-grid {
    display: flex;
    gap: 8px;
    overflow-x: auto;
    padding-block: 9px 4px;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
  }

  .fp-plan-grid .fp-plan-card {
    flex: 0 0 min(44%, 154px);
    scroll-snap-align: start;
  }

  .fp-product-heading > div {
    width: 100%;
  }

  .fp-verified-badge {
    margin-top: -2px;
  }

  .fp-detail-copy h2,
  .fp-reviews-head h2 {
    font-size: 1.22rem;
  }
}

@media (max-width: 359px) {
  .fp-shell {
    width: calc(100% - 20px);
  }

  .fp-topbar {
    min-height: 58px;
    padding-inline: 7px;
  }

  .fp-brand-mark {
    width: 38px;
    height: 38px;
    flex-basis: 38px;
  }

  .fp-brand-copy strong {
    font-size: 0.84rem;
  }

  .fp-brand-copy small {
    display: none;
  }

  .fp-nav-actions {
    gap: 4px;
  }

  .fp-icon-button,
  .fp-theme-toggle {
    width: 38px;
    min-width: 38px;
    height: 38px;
  }

  .fp-theme-track {
    transform: scale(0.82);
  }

  .fp-config-card {
    padding-inline: 13px;
  }

  .fp-option-grid.fp-three {
    gap: 6px;
  }

  .fp-option {
    min-height: 52px;
  }

  .fp-option svg {
    width: 20px;
    height: 20px;
  }

  .fp-option > span:last-child {
    font-size: 0.61rem;
  }

  .fp-plan-grid .fp-plan-card {
    flex-basis: 48%;
  }

  .fp-trust-bar div {
    padding-inline: 2px;
    font-size: 0.59rem;
  }

  .fp-reviews-head {
    display: grid;
  }

  .fp-score-card {
    display: flex;
    justify-self: stretch;
    text-align: right;
  }

  .fp-score-card small {
    max-width: none;
  }
}

@media (prefers-reduced-motion: reduce) {
  .fp-product-page *,
  .fp-product-page *::before,
  .fp-product-page *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
  }
}
