/*
 * Product-detail parity layer for the CraftWatchCo -> AurelWrist migration.
 * Deliberately scoped to the product template so collection and content pages
 * keep the Reformia theme defaults.
 */

.pd_detail {
  max-width: 1240px;
  margin-inline: auto;
  padding-inline: 20px;
}

.product-info-body {
  font-family: Arial, Helvetica, sans-serif;
}

.pd-info-title,
.pd-info-title h1,
.pd-info-title .font-4 {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 28px;
  line-height: 1.25;
  font-weight: 700;
  letter-spacing: 0;
  text-transform: none;
}

.product-info-prices-container {
  align-items: center;
}

.product-info-prices-container .pd-info-price {
  color: #e11919;
  font-size: 30px;
  line-height: 1.15;
  font-weight: 700;
}

.product-info-prices-container .pd-info-compare-at-price {
  color: #777;
  font-size: 17px;
  text-decoration: line-through;
}

.pd-sale {
  color: #6b6b6b;
  font-size: 14px;
}

.pd-countdown--fashion {
  border-radius: 0;
  overflow: hidden;
}

.pd-countdown--fashion .pd-countdown__fashion-container,
.pd-countdown--fashion .pd-countdown__badge {
  background: #e41919;
  color: #fff;
}

.pd-countdown--fashion .pd-countdown__fashion-container {
  min-height: 46px;
  border-radius: 0;
}

.pd-countdown--fashion spz-countdown {
  color: #fff;
}

.aurel-payment-note {
  display: flex;
  flex: 0 0 100%;
  width: 100%;
  align-items: center;
  gap: 8px;
  margin-top: 14px;
  padding: 11px 13px;
  border: 1px solid #e4e4e4;
  background: #fafafa;
  color: #4b4b4b;
  font-size: 13px;
  line-height: 1.45;
}

.aurel-payment-note strong {
  color: #153b82;
  font-size: 16px;
}

.aurel-stock-note {
  flex: 0 0 100%;
  width: 100%;
  margin-top: 14px;
  color: #c51616;
  font-size: 14px;
  font-weight: 700;
}

.aurel-tier-pricing {
  flex: 0 0 100%;
  width: 100%;
  margin-top: 16px;
  border: 1px solid #dedede;
  background: #fff;
}

.aurel-tier-pricing__title {
  padding: 10px 13px;
  border-bottom: 1px solid #dedede;
  background: #f7f7f7;
  font-size: 14px;
  font-weight: 700;
}

.aurel-tier-pricing__rows {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.aurel-tier-pricing__row {
  padding: 10px 8px;
  border-inline-end: 1px solid #e8e8e8;
  text-align: center;
  color: #333;
  font-size: 12px;
  line-height: 1.45;
}

.aurel-tier-pricing__row:last-child {
  border-inline-end: 0;
}

.aurel-tier-pricing__row strong {
  display: block;
  color: #d71919;
  font-size: 14px;
}

.pd-info-variants-button-wrap {
  margin-top: 18px;
  min-inline-size: 0;
  border: 0;
}

.pd-info-variants-button-wrap legend {
  margin-bottom: 10px;
}

.pd-variant-items-container:not(.variant-view-grid) {
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
}

.pd-variant-items-container .atlas-variant-button {
  width: 100%;
}

.pd-variant-items-container .atlas-variant-button label {
  width: 100%;
  min-height: 70px;
  padding: 10px 14px;
  border: 1px solid #d4d4d4;
  border-radius: 2px;
  background: #fff;
  color: #202020;
}

.pd-variant-items-container .atlas-variant-button input:checked + label {
  border-color: #e11919;
  box-shadow: inset 0 0 0 1px #e11919;
  background: #fff8f8;
}

.aurel-variant-copy {
  display: flex;
  flex: 1;
  min-width: 0;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.aurel-variant-copy__name {
  display: block;
  overflow-wrap: anywhere;
  font-size: 14px;
  font-weight: 700;
}

.aurel-variant-copy__sku {
  display: none;
  margin-top: 3px;
  color: #767676;
  font-size: 12px;
  font-weight: 400;
}

.aurel-variant-copy__price {
  flex: none;
  color: #d71919;
  font-size: 15px;
  font-weight: 700;
  text-align: end;
}

.aurel-variant-copy__compare {
  display: block;
  color: #777;
  font-size: 12px;
  font-weight: 400;
  text-decoration: line-through;
}

.product-info__btn {
  gap: 10px;
}

.pd-info-atc-btn,
.pd-info-buy-now-btn {
  min-height: 52px;
  border-radius: 0;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: .06em;
  text-transform: uppercase;
}

.pd-info-atc-btn {
  border-color: #e11919 !important;
  background: #e11919 !important;
  color: #fff !important;
}

.pd-info-buy-now-btn {
  border-color: #111 !important;
  background: #111 !important;
  color: #fff !important;
}

.aurel-trust-panel {
  margin-top: 14px;
  border: 1px solid #e2e2e2;
  background: #fafafa;
}

.aurel-trust-panel__row {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  padding: 11px 13px;
  border-bottom: 1px solid #e8e8e8;
  color: #3f3f3f;
  font-size: 13px;
  line-height: 1.45;
}

.aurel-trust-panel__row:last-child {
  border-bottom: 0;
}

.aurel-trust-panel__icon {
  color: #e11919;
  font-size: 16px;
  line-height: 1.2;
}

.aurel-whatsapp {
  display: flex;
  width: 100%;
  min-height: 46px;
  margin-top: 12px;
  align-items: center;
  justify-content: center;
  border: 1px solid #21a366;
  color: #168652;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
}

.aurel-product-description {
  max-width: 1200px;
  margin: 52px auto 0;
  padding: 0 20px 64px;
  font-family: Arial, Helvetica, sans-serif;
}

.aurel-product-description__tabs {
  margin-bottom: 24px;
  border-bottom: 1px solid #d9d9d9;
}

.aurel-product-description__tab {
  display: inline-block;
  padding: 0 5px 12px;
  border-bottom: 2px solid #151515;
  color: #151515;
  font-size: 17px;
  font-weight: 700;
}

.aurel-product-description__content {
  color: #313131;
  font-size: 15px;
  line-height: 1.75;
}

.aurel-product-description__content img {
  max-width: 100%;
  height: auto;
}

.aurel-product-description__content table {
  width: 100%;
  border-collapse: collapse;
}

.aurel-product-description__content td,
.aurel-product-description__content th {
  padding: 9px 12px;
  border: 1px solid #dadada;
  text-align: start;
}

@media screen and (min-width: 960px) {
  .pd_detail {
    gap: 48px;
    padding-top: 28px;
  }

  .pd_detail > .product_info_group {
    flex: 0 0 46%;
  }

  .pd_detail > .pd-images-main-area,
  .pd_detail > .product-images-container {
    flex: 1 1 54%;
  }
}

@media screen and (max-width: 959.98px) {
  .pd_detail {
    padding-inline: 14px;
  }

  .pd-info-title,
  .pd-info-title h1,
  .pd-info-title .font-4 {
    font-size: 23px;
  }

  .product-info-prices-container .pd-info-price {
    font-size: 26px;
  }

  .aurel-tier-pricing__rows {
    grid-template-columns: 1fr;
  }

  .aurel-tier-pricing__row {
    border-inline-end: 0;
    border-bottom: 1px solid #e8e8e8;
  }

  .aurel-tier-pricing__row:last-child {
    border-bottom: 0;
  }

  .aurel-product-description {
    margin-top: 36px;
    padding-inline: 14px;
  }
}
