/* Custom styling for the product form block and size guide modal */
#single-product .price-container {
  margin-bottom: 1.5rem;
}

#single-product .product-price-card {
  background: #fff;
  border: 1px solid #ece6d8;
  border-radius: 18px;
  box-shadow: 0 22px 45px rgba(26, 33, 41, 0.08);
  padding: 1.5rem;
}

#single-product .price-compare-line {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  margin-bottom: 0.35rem;
  font-weight: 600;
}

#single-product .price-compare-line .old-price {
  color: #9c8c78;
  text-decoration: line-through;
  font-size: 0.95rem;
}

#single-product .discount-badge {
  background: #fde2d8;
  color: #c0392b;
  padding: 0.15rem 0.75rem;
  border-radius: 999px;
  font-size: 0.85rem;
  font-weight: 700;
}

#single-product .price-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  padding: 0.55rem 0;
  border-bottom: 1px solid #f3ede4;
}

#single-product .price-row:last-of-type {
  border-bottom: none;
  padding-bottom: 0;
}

#single-product .price-row .label {
  color: #6e6857;
  font-size: 0.92rem;
  display: flex;
  align-items: center;
  gap: 0.4rem;
}

#single-product .price-row .value {
  font-size: 1.45rem;
  font-weight: 700;
  color: #0f3f36;
}

#single-product .price-row.price-regular .value {
  font-size: 1.2rem;
}

#single-product .price-row.price-pix .value,
#single-product .price-row.price-pix .pix-percent {
  color: #1b8545;
}

#single-product .price-row.price-pix .pix-logo {
  width: 32px;
  height: auto;
}

#single-product .secure-badges-panel {
  margin-top: 1rem;
  padding-top: 1rem;
  border-top: 1px dashed #e5dfd1;
  text-align: center;
}

#single-product .secure-badges-panel img {
  max-width: 100%;
  height: auto;
}


@media (max-width: 767.98px) {
  #single-product .product-price-card {
    padding: 1.25rem;
  }
}
