.giftcard-detail__left {
  max-width: 673px;
}
.giftcard-detail__right {
  max-width: 680px;
}
.giftcard-detail__product-name {
  font-weight: 300;
  font-size: 1.125rem;
  font-family: "Victor Serif", Garamond, serif;
  line-height: 21px;
  text-transform: uppercase;
  display: block;
}
@media (min-width: 768px) {
  .giftcard-detail__product-name {
    font-size: 1.75rem;
    line-height: 34px;
  }
}
.giftcard-detail__product-subtitle {
  font-size: 0.875rem;
  display: block;
  text-transform: none;
  line-height: 20px;
  margin-top: 0.8rem;
  font-family: "Siaga", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
}
@media (min-width: 768px) {
  .giftcard-detail__product-subtitle {
    font-size: 1rem;
    line-height: 24px;
    margin-top: 0.5rem;
  }
}
.giftcard-detail__t-c-link {
  text-decoration: underline;
  font-weight: 300;
  color: #000;
  font-size: 0.875rem;
}
.giftcard-detail__t-c-link:hover {
  color: #000;
  text-decoration: none;
}
@media (min-width: 768px) {
  .giftcard-detail__t-c-link {
    font-size: 1rem;
  }
}
.giftcard-detail__date-input {
  background: transparent !important;
  position: absolute;
  left: 0;
  top: 0;
  height: 49px;
  border: 0;
  font-size: 0.875rem;
  padding-top: 20px;
  line-height: 24px;
}
.giftcard-detail__date-input::-webkit-datetime-edit, .giftcard-detail__date-input::-webkit-datetime-edit-year-field, .giftcard-detail__date-input::-webkit-datetime-edit-month-field, .giftcard-detail__date-input::-webkit-datetime-edit-day-field {
  padding: 0;
  margin: 0;
}
.giftcard-detail__date-input::-webkit-date-and-time-value {
  text-align: left;
  padding: 0;
  margin: 0;
}
.giftcard-detail__date-icon-mask {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 85%;
  background-color: white; /* Match with the input background */
  pointer-events: none; /* Prevent the overlay from blocking text input */
}
