/* ===== PDP START ===== */
.product-detail-section {
  padding: 120px 0;
  background-color: #fff !important;
}

.product-detail-row {
  width: 90%;
  max-width: 1120px;
}

.product-detail-grid {
  display: grid;
  grid-template-columns: 1.05fr 1fr;
  gap: 80px;
  align-items: start;
}

.product-image img {
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  display: block;
  box-shadow: 0 14px 32px rgba(0,0,0,0.14);
border: 1px solid rgba(20,45,63,0.08);
}

.product-info h1 {
  margin: 0 0 24px;
  color: #172a3b;
  font-size: clamp(34px, 4vw, 48px);
  line-height: 1.12;
  font-weight: 800;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.product-description {
  max-width: 520px;
  margin-top: 32px;
  color: #456985;
  font-size: 16px;
  line-height: 1.7;
}

.product-description ul {
	margin: 10px 0;
}

.product-description ul li {
	line-height: 140%;
}

.product-description p {
	margin-bottom: 0;
}

.product-actions {
  display: flex;
  align-items: center;
  gap: 24px;
  margin-top: 25px;
}

.product-button {
  display: inline-block;
  background: #3b93c9;
  color: #fff;
  padding: 14px 26px;
  text-transform: uppercase;
  text-decoration: none;
  font-weight: 700;
  letter-spacing: 0.4px;
}

.product-button--dark {
  background: #172a3b;
}

.product-button:hover {
  color: #fff;
  opacity: 0.85;
}

.x-section {
    background-color: #172a3b;
}
.x-section {
    padding-top: 65px;
    padding-bottom: 65px;
}

.x-section {
    z-index: 1;
}
.x-section {
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    border-top-width: 0;
    border-right-width: 0;
    border-bottom-width: 0;
    border-left-width: 0;
    padding-right: 0px;
    padding-left: 0px;
}
.x-section {
    margin-top: 0px;
}

.x-text .x-text-content-text-primary {
    color: #FFFFFF;
}
.x-text .x-text-content-text-primary {
    text-transform: uppercase;
}
.x-text .x-text-content-text-primary {
    font-weight: 700;
}
.x-text .x-text-content-text-primary {
    font-size: 2em;
}
.x-text .x-text-content-text-primary {
    text-align: left;
}
.x-text .x-text-content-text-primary {
    font-family: "Montserrat", sans-serif;
    letter-spacing: 0.02em;
    margin-right: calc(0.02em * -1);
}
.x-text .x-text-content-text-primary {
    font-style: normal;
    line-height: 1.4;
}

.product-meta {
  margin: 0 0 30px;
  color: #456985;
}

.product-meta__row {
  display: grid;
  grid-template-columns: 150px 1fr;
  gap: 20px;
  margin-bottom: 12px;
}

.product-meta dt {
  font-weight: 700;
}

.product-meta dd {
  margin: 0;
}

@media (max-width: 600px) {
  .product-meta__row {
    grid-template-columns: 1fr;
    gap: 4px;
  }
}

@media (max-width: 900px) {
  .product-detail-section {
    padding: 50px 0 70px;
  }

  .product-detail-grid {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .product-actions {
    flex-direction: column;
    align-items: flex-start;
  }
}
/* ===== PDP END ===== */


/* ===== PDP form Section START ===== */
.m18o-o.x-text .x-text-content-text-primary {
    font-size: 2em;
    text-transform: uppercase;
}

.m18o-n.x-text .x-text-content-text-primary {
    text-align: left;
    color: #FFFFFF;
}
.m18o-l.x-text .x-text-content-text-primary {
    font-family: "Montserrat", sans-serif;
    font-style: normal;
    font-weight: 700;
    line-height: 1.4;
    letter-spacing: 0.02em;
    margin-right: calc(0.02em * -1);
}

.m18o-s.x-text {
    margin-top: 2em;
    margin-right: 0em;
    margin-bottom: 2em;
    margin-left: 0em;
    font-family: "Poppins", sans-serif;
    font-size: 1em;
    font-weight: 300;
    letter-spacing: 0.02em;
    text-align: left;
}

.m18o-r.x-text {
    border-top-width: 0;
    border-right-width: 0;
    border-bottom-width: 0;
    border-left-width: 0;
    font-style: normal;
    line-height: 1.6;
    text-transform: none;
    color: #FFFFFF;
}

.m18o-w {
    width: 60px;
    max-width: none;
    border-top-width: 4px;
    border-right-width: 0;
    border-bottom-width: 0;
    border-left-width: 0;
    border-top-style: solid;
    border-right-style: solid;
    border-bottom-style: solid;
    border-left-style: solid;
    border-top-color: #3B93C9;
    border-right-color: #3B93C9;
    border-bottom-color: #3B93C9;
    border-left-color: #3B93C9;
    font-size: 1em;
}

.m18o-o.x-text {
    margin-bottom: 2em;
}
/* ===== PDP form Section END ===== */