.fenix-pdp {
  padding: 26px 0 16px;
}

.fenix-pdp__breadcrumb {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  margin-bottom: 24px;
  color: #8b8b8b;
  font-size: 13px;
  font-weight: 600;
}

.fenix-pdp__breadcrumb a {
  color: #8b8b8b;
}

.fenix-pdp__breadcrumb strong {
  color: #2a2a2a;
}

.fenix-pdp__hero {
  display: flex;
  align-items: stretch;
  gap: 28px;
  margin-bottom: 30px;
}

.fenix-pdp__gallery,
.fenix-pdp__summary {
  min-width: 0;
}

.fenix-pdp__gallery {
  flex: 0 0 54%;
  max-width: 54%;
}

.fenix-pdp__summary {
  flex: 0 0 calc(46% - 28px);
  max-width: calc(46% - 28px);
}

.fenix-pdp__gallery-panel,
.fenix-pdp__summary-card,
.fenix-pdp__content-card {
  background: #fff;
  border: 1px solid #eee2e2;
  border-radius: 28px;
  box-shadow: 0 18px 40px rgba(42, 14, 14, 0.08);
}

.fenix-pdp__gallery-panel {
  position: relative;
  display: flex;
  flex-direction: column;
  height: 100%;
  padding: 24px;
  overflow: hidden;
}

.fenix-pdp__gallery-panel::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at top left, rgba(255, 0, 0, 0.08), transparent 34%),
    radial-gradient(circle at bottom right, rgba(128, 0, 0, 0.08), transparent 32%);
  pointer-events: none;
}

.fenix-pdp__gallery-top {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 16px;
}

.fenix-pdp__eyebrow,
.fenix-pdp__deal-badge,
.fenix-pdp__section-kicker {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 34px;
  padding: 0 14px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.fenix-pdp__eyebrow {
  background: #fff4f4;
  color: #ae1515;
}

.fenix-pdp__deal-badge {
  background: linear-gradient(135deg, #ff3131, #c80000);
  color: #fff;
}

.fenix-pdp__main-zoom {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 520px;
  border-radius: 24px;
  background: linear-gradient(180deg, #ffffff 0%, #fcf7f7 100%);
  border: 1px solid #f3e3e3;
  padding: 28px;
  overflow: hidden;
}

.fenix-pdp__main-image {
  width: 100%;
  max-width: 100%;
  max-height: 460px;
  object-fit: contain;
  object-position: center center;
}

.fenix-pdp__thumbs {
  position: relative;
  z-index: 1;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 16px;
}

.fenix-pdp__thumb {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 92px;
  height: 92px;
  padding: 10px;
  border: 1px solid #edd8d8;
  border-radius: 20px;
  background: #fff;
  transition: transform 0.18s ease, border-color 0.18s ease, box-shadow 0.18s ease;
}

.fenix-pdp__thumb:hover,
.fenix-pdp__thumb.is-active {
  transform: translateY(-2px);
  border-color: #d61111;
  box-shadow: 0 12px 24px rgba(185, 17, 17, 0.12);
}

.fenix-pdp__thumb img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.fenix-pdp__summary-card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  padding: 28px;
}

.fenix-pdp__brand {
  margin: 0 0 10px;
  color: #c50d0d;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.fenix-pdp__title {
  margin: 0;
  color: #232323;
  font-size: 34px;
  font-weight: 800;
  line-height: 1.15;
}

.fenix-pdp__summary-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin-top: 18px;
}

.fenix-pdp__summary-spec {
  padding: 14px 16px;
  border-radius: 18px;
  background: linear-gradient(180deg, #fff, #fcf8f8);
  border: 1px solid #f0e3e3;
}

.fenix-pdp__summary-spec-label {
  display: block;
  margin-bottom: 6px;
  color: #a18f8f;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.fenix-pdp__summary-spec-value {
  color: #292929;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.45;
}

.fenix-pdp__summary-note {
  margin-top: 16px;
  padding: 16px 18px;
  border-radius: 20px;
  background: #fffafa;
  border: 1px solid #f2e6e6;
}

.fenix-pdp__summary-note-kicker {
  display: inline-flex;
  align-items: center;
  margin-bottom: 8px;
  color: #c50d0d;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.fenix-pdp__subtitle {
  margin: 0;
  color: #666;
  font-size: 16px;
  line-height: 1.75;
}

.fenix-pdp__purchase-box {
  margin-top: 24px;
  padding: 24px;
  border: 1px solid #f0dfdf;
  border-radius: 24px;
  background: linear-gradient(180deg, #fff 0%, #fff8f8 100%);
}

.fenix-pdp__old-price {
  margin: 0 0 8px;
  color: #949494;
  font-size: 15px;
  font-weight: 700;
  text-decoration: line-through;
}

.fenix-pdp__price {
  margin: 0;
  color: #d10f0f;
  font-size: 42px;
  font-weight: 900;
  line-height: 1;
}

.fenix-pdp__installments {
  margin: 10px 0 0;
  color: #5e5e5e;
  font-size: 14px;
  font-weight: 600;
}

.fenix-pdp__status i {
  color: #d10f0f;
  font-size: 16px;
  margin-top: 2px;
}

.fenix-pdp__status {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-top: 18px;
  padding: 10px 14px;
  border-radius: 999px;
  background: #eef9f1;
  color: #25683c;
  font-size: 13px;
  font-weight: 700;
}

.fenix-pdp__status.is-unavailable {
  background: #fff3f3;
  color: #a12a2a;
}

.fenix-pdp__actions {
  display: flex;
  gap: 12px;
  margin-top: 22px;
}

.fenix-pdp__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: 100%;
  min-height: 54px;
  padding: 0 18px;
  border: 1px solid transparent;
  border-radius: 999px;
  font-size: 14px;
  font-weight: 800;
  letter-spacing: 0.01em;
  transition: transform 0.18s ease, box-shadow 0.18s ease, border-color 0.18s ease, background 0.18s ease;
}

.fenix-pdp__button:hover,
.fenix-pdp__button:focus {
  transform: translateY(-2px);
  text-decoration: none;
}

.fenix-pdp__button--primary {
  background: linear-gradient(135deg, #ff2525, #c70000);
  box-shadow: 0 16px 28px rgba(209, 15, 15, 0.22);
  color: #fff;
}

.fenix-pdp__button--primary:hover,
.fenix-pdp__button--primary:focus {
  color: #fff;
}

.fenix-pdp__button--primary[disabled] {
  cursor: not-allowed;
  opacity: 0.65;
  box-shadow: none;
}

.fenix-pdp__button--secondary {
  background: #fff;
  border-color: #f0d6d6;
  color: #8f1212;
}

.fenix-pdp__meta-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin-top: 20px;
}

.fenix-pdp__meta-card {
  padding: 16px 18px;
  border-radius: 18px;
  background: #fbfbfb;
  border: 1px solid #f0ecec;
}

.fenix-pdp__meta-label {
  display: block;
  margin-bottom: 6px;
  color: #989898;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.fenix-pdp__meta-value {
  color: #2d2d2d;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.4;
}

.fenix-pdp__content-grid {
  display: block;
}

.fenix-pdp__content-grid + .fenix-pdp__benefits-section {
  margin-top: 28px;
}

.fenix-pdp__content-card {
  padding: 28px;
}

.fenix-pdp__content-card--description {
  width: 100%;
}

.fenix-pdp__content-card--soft {
  background: linear-gradient(180deg, #fff 0%, #fff7f7 100%);
}

.fenix-pdp__section-heading {
  margin-bottom: 18px;
}

.fenix-pdp__section-heading--center {
  text-align: center;
}

.fenix-pdp__section-title {
  margin: 12px 0 0;
  color: #242424;
  font-size: 28px;
  font-weight: 800;
}

.fenix-pdp__description-intro,
.fenix-pdp__description-aside-head {
  margin-bottom: 16px;
  padding: 18px 20px;
  border-radius: 22px;
  background: linear-gradient(180deg, #fff, #fcf7f7);
  border: 1px solid #f0e3e3;
}

.fenix-pdp__description-meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0;
  margin-bottom: 16px;
  padding: 8px 2px;
  border-radius: 20px;
  background: linear-gradient(180deg, #fff, #fcf7f7);
  border: 1px solid #f0e3e3;
}

.fenix-pdp__description-meta-item {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 16px;
}

.fenix-pdp__description-meta-item + .fenix-pdp__description-meta-item {
  position: relative;
}

.fenix-pdp__description-meta-item + .fenix-pdp__description-meta-item::before {
  content: "|";
  position: absolute;
  left: -3px;
  color: #d6b7b7;
  font-weight: 700;
}

.fenix-pdp__description-meta-label {
  color: #a18f8f;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.fenix-pdp__description-meta-value {
  color: #292929;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.4;
}

.fenix-pdp__description-kicker {
  display: inline-flex;
  align-items: center;
  margin-bottom: 8px;
  color: #c50d0d;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.fenix-pdp__description-intro p,
.fenix-pdp__description-aside-head p {
  margin: 0;
  color: #666;
  font-size: 14px;
  line-height: 1.75;
}

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

.fenix-pdp__spec-item {
  padding: 16px 18px;
  border-radius: 18px;
  background: linear-gradient(180deg, #fff, #fcf8f8);
  border: 1px solid #f0e3e3;
}

.fenix-pdp__spec-label {
  display: block;
  margin-bottom: 6px;
  color: #a18f8f;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.fenix-pdp__spec-value {
  color: #292929;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.45;
}

.fenix-pdp__description,
.fenix-pdp__description p,
.fenix-pdp__description li {
  color: #555;
  font-size: 15px;
  line-height: 1.9;
}

.fenix-pdp__description {
  padding: 22px 24px;
  border-radius: 24px;
  background: #fff;
  border: 1px solid #f0e5e5;
}

.fenix-pdp__details-stack {
  display: grid;
  gap: 12px;
}

.fenix-pdp__detail-section {
  margin-top: 8px;
  color: #c50d0d;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.fenix-pdp__detail-row {
  display: grid;
  gap: 6px;
  padding: 14px 16px;
  border-radius: 18px;
  background: linear-gradient(180deg, #fff, #fcf8f8);
  border: 1px solid #f0e3e3;
}

.fenix-pdp__detail-label {
  color: #a18f8f;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.fenix-pdp__detail-value {
  color: #292929;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.55;
}

.fenix-pdp__description p:last-child {
  margin-bottom: 0;
}

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

.fenix-pdp__support-card {
  padding: 22px 20px;
  border-radius: 22px;
  background: #fff;
  border: 1px solid #f0e1e1;
  box-shadow: 0 12px 24px rgba(75, 17, 17, 0.06);
  text-align: center;
}

.fenix-pdp__support-card i {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 52px;
  height: 52px;
  margin-bottom: 14px;
  border-radius: 999px;
  background: #fff2f2;
  color: #d10f0f;
  font-size: 20px;
}

.fenix-pdp__support-card strong {
  display: block;
  margin-bottom: 8px;
  color: #262626;
  font-size: 17px;
  font-weight: 800;
}

.fenix-pdp__support-card p {
  margin: 0;
  color: #666;
  font-size: 14px;
  line-height: 1.75;
}

.fenix-pdp-recommended {
  padding-bottom: 18px;
}

.fenix-pdp-related__shell {
  position: relative;
  padding: 0 58px;
}

.fenix-pdp-related__viewport {
  overflow: hidden;
}

.fenix-pdp-related__track {
  display: flex;
  gap: 20px;
  transition: transform 0.35s ease;
  will-change: transform;
}

.fenix-pdp-related__item {
  flex: 0 0 calc((100% - 60px) / 4);
  max-width: calc((100% - 60px) / 4);
}

.fenix-pdp-related__item .fenix-product-card {
  max-width: 100%;
}

.fenix-pdp-related__arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border: 1px solid #f0d8d8;
  border-radius: 999px;
  background: #fff;
  color: #b21212;
  box-shadow: 0 12px 24px rgba(80, 15, 15, 0.12);
  z-index: 2;
}

.fenix-pdp-related__arrow:hover,
.fenix-pdp-related__arrow:focus {
  background: #fff4f4;
  color: #d10f0f;
}

.fenix-pdp-related__arrow--prev {
  left: 0;
}

.fenix-pdp-related__arrow--next {
  right: 0;
}

.fenix-pdp-related__arrow[disabled] {
  opacity: 0.45;
  cursor: not-allowed;
  box-shadow: none;
}

.fenix-pdp__main-image.is-fading {
  opacity: 0.55;
  transform: scale(0.985);
  transition: opacity 0.24s ease, transform 0.24s ease;
}

@media (max-width: 1199px) {
  .fenix-pdp__hero {
    align-items: stretch;
    gap: 22px;
  }

  .fenix-pdp__gallery {
    flex-basis: 52%;
    max-width: 52%;
  }

  .fenix-pdp__summary {
    flex-basis: calc(48% - 22px);
    max-width: calc(48% - 22px);
  }

  .fenix-pdp__title {
    font-size: 30px;
  }

  .fenix-pdp__main-zoom {
    min-height: 460px;
  }

  .fenix-pdp__main-image {
    max-height: 400px;
  }

}

@media (max-width: 991px) {
  .fenix-pdp {
    padding-top: 22px;
  }

  .fenix-pdp__hero,
  .fenix-pdp__content-grid {
    display: block;
  }

  .fenix-pdp__gallery,
  .fenix-pdp__summary {
    max-width: 100%;
  }

  .fenix-pdp__summary {
    margin-top: 22px;
  }

  .fenix-pdp__content-card + .fenix-pdp__content-card {
    margin-top: 22px;
  }

  .fenix-pdp__main-zoom {
    min-height: 420px;
  }

  .fenix-pdp__price {
    font-size: 38px;
  }

  .fenix-pdp__summary-grid,
  .fenix-pdp__specs-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .fenix-pdp__support-grid {
    grid-template-columns: 1fr;
  }

  .fenix-pdp-related__item {
    flex-basis: calc((100% - 20px) / 2);
    max-width: calc((100% - 20px) / 2);
  }
}

@media (max-width: 767px) {
  .fenix-pdp {
    padding-top: 18px;
  }

  .fenix-pdp__breadcrumb {
    margin-bottom: 18px;
    font-size: 12px;
  }

  .fenix-pdp__gallery-panel,
  .fenix-pdp__summary-card,
  .fenix-pdp__content-card {
    border-radius: 22px;
    padding: 18px;
  }

  .fenix-pdp__main-zoom {
    min-height: 320px;
    padding: 20px;
    border-radius: 20px;
  }

  .fenix-pdp__main-image {
    max-height: 280px;
  }

  .fenix-pdp__thumbs {
    gap: 10px;
  }

  .fenix-pdp__thumb {
    width: calc(25% - 8px);
    height: 78px;
    border-radius: 16px;
  }

  .fenix-pdp__title {
    font-size: 26px;
  }

  .fenix-pdp__summary-grid,
  .fenix-pdp__specs-grid {
    grid-template-columns: 1fr;
  }

  .fenix-pdp__description-meta {
    display: grid;
    grid-template-columns: 1fr;
    gap: 8px;
    padding: 12px;
  }

  .fenix-pdp__description-meta-item {
    padding: 0;
  }

  .fenix-pdp__description-meta-item + .fenix-pdp__description-meta-item::before {
    content: none;
  }

  .fenix-pdp__subtitle {
    font-size: 15px;
    line-height: 1.7;
  }

  .fenix-pdp__purchase-box {
    margin-top: 18px;
    padding: 18px;
    border-radius: 20px;
  }

  .fenix-pdp__price {
    font-size: 34px;
  }

  .fenix-pdp__actions,
  .fenix-pdp__meta-grid {
    grid-template-columns: 1fr;
    display: grid;
  }

  .fenix-pdp__actions {
    gap: 10px;
  }

  .fenix-pdp__button {
    min-height: 50px;
    font-size: 13px;
  }

  .fenix-pdp__section-title {
    font-size: 24px;
  }

  .fenix-pdp__benefits-section {
    margin-top: 22px !important;
  }

  .fenix-pdp-related__shell {
    padding: 0 44px;
  }

  .fenix-pdp-related__track {
    gap: 14px;
  }

  .fenix-pdp-related__item {
    flex-basis: 100%;
    max-width: 100%;
  }

  .fenix-pdp-related__arrow {
    width: 38px;
    height: 38px;
  }
}

@media (max-width: 425px) {
  .fenix-pdp__thumb {
    width: calc(50% - 6px);
  }

  .fenix-pdp__main-zoom {
    min-height: 280px;
  }
}
