/* COLORS */
/* FONTS */
#product_entity-wertgutschein #content {
  z-index: 10;
  background-color: #fff;
  position: relative;
  padding-top: 100px;
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
  padding-bottom: 100px;
}
#product_entity-wertgutschein #content .details {
  grid-template-columns: 1fr;
  grid-template-areas: "back" "titel" "icon" "text" "variations";
  display: grid;
  margin-bottom: 70px;
  padding-bottom: 70px;
  border-bottom: 1px solid #000;
}
#product_entity-wertgutschein #content .details .icon-wrapper {
  grid-area: icon;
}
#product_entity-wertgutschein #content .details .icon {
  background-color: #ef0003;
  border-radius: 10px;
  padding: 75px;
  margin-bottom: 30px;
}
#product_entity-wertgutschein #content .details .icon img {
  height: 150px;
  margin: 0 auto;
}
#product_entity-wertgutschein #content .details .back {
  grid-area: back;
  font-size: var(--font-size-small);
  line-height: var(--line-height-small);
  display: flex;
  gap: 10px;
  margin-bottom: 50px;
  align-items: center;
  font-weight: 700;
}
#product_entity-wertgutschein #content .details .back .icon-arrow-left {
  display: block;
  transition: transform 0.5s ease, color 0.5s ease;
}
#product_entity-wertgutschein #content .details .back span {
  transition: color 0.5s ease;
}
#product_entity-wertgutschein #content .details .back:hover span {
  color: #ef0003;
}
#product_entity-wertgutschein #content .details .back:hover .icon-arrow-left {
  transform: translateX(-5px);
  color: #ef0003;
}
#product_entity-wertgutschein #content .details .text {
  grid-area: text;
  margin-bottom: 50px;
}
#product_entity-wertgutschein #content .details .h1 {
  grid-area: titel;
}
#product_entity-wertgutschein #content .details .variations {
  grid-area: variations;
  position: relative;
}
#product_entity-wertgutschein #content .details .variations .form-item-quantity-0-value {
  width: 150px;
}
#product_entity-wertgutschein #content .details .variations fieldset[data-drupal-selector="edit-group-gutschein-personalisieren"] {
  margin-top: 50px !important;
}
#product_entity-wertgutschein #content .details .variations fieldset[data-drupal-selector="edit-group-gutschein-personalisieren"] .fieldset-legend {
  font-size: var(--font-size-h4);
  line-height: var(--line-height-h4);
  color: #ef0003;
}
#product_entity-wertgutschein #content .details .variations .form-actions {
  width: 100%;
  border-radius: 30px;
  overflow: hidden;
  position: relative;
}
#product_entity-wertgutschein #content .details .variations .form-actions input {
  width: 100%;
  background: linear-gradient(to right, #ef0003, #ef0003 50%, #ffffff 50%);
  background-size: 200% 100%;
  background-position: 100%;
  position: relative;
  z-index: 20;
  transition: color 0.5s ease, background-position 0.5s ease;
}
#product_entity-wertgutschein #content .details .variations .form-actions input:hover {
  background-position: 0 100%;
}
#product_entity-wertgutschein #content .details .variations .price {
  position: absolute;
  right: 0;
  bottom: 133px;
}
#product_entity-wertgutschein #content .details .variations .price .product--variation-field--variation_price__1 > div:first-of-type,
#product_entity-wertgutschein #content .details .variations .price .product--variation-field--variation_price__2 > div:first-of-type,
#product_entity-wertgutschein #content .details .variations .price .product--variation-field--variation_price__3 > div:first-of-type {
  display: none;
}
#product_entity-wertgutschein #content .details .variations .price .product--variation-field--variation_price__1 div,
#product_entity-wertgutschein #content .details .variations .price .product--variation-field--variation_price__2 div,
#product_entity-wertgutschein #content .details .variations .price .product--variation-field--variation_price__3 div {
  font-weight: 700;
  font-size: var(--font-size-h4);
  line-height: var(--line-height-h4);
}
#product_entity-wertgutschein #content .details .variations .price .small {
  font-size: 12px;
  line-height: 12px;
  margin-top: 5px;
  text-align: right;
}
#product_entity-wertgutschein #content .details .variations .preview {
  font-weight: 700;
  text-decoration: underline;
  position: absolute;
  bottom: 70px;
}
#product_entity-wertgutschein #content .details .variations .preview:hover {
  color: #ef0003;
}
#product_entity-wertgutschein #content .more .gutscheine {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
}
#product_entity-wertgutschein #content .more .gutscheine .gutschein a {
  border-radius: 10px;
  border: 2px solid #ef0003;
  overflow: hidden;
  display: block;
}
#product_entity-wertgutschein #content .more .gutscheine .gutschein a .icon {
  background-color: #ef0003;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  padding: 75px;
}
#product_entity-wertgutschein #content .more .gutscheine .gutschein a .icon img {
  height: 150px;
  margin: 0 auto;
  transition: transform 0.5s ease;
}
#product_entity-wertgutschein #content .more .gutscheine .gutschein a .wrapper {
  padding: 20px 20px;
}
#product_entity-wertgutschein #content .more .gutscheine .gutschein a .wrapper .titel {
  font-weight: 700;
  margin-bottom: 5px;
  transition: color 0.5s ease;
}
#product_entity-wertgutschein #content .more .gutscheine .gutschein a .wrapper .text {
  margin-bottom: 5px;
}
#product_entity-wertgutschein #content .more .gutscheine .gutschein a .wrapper .price {
  font-weight: 700;
}
#product_entity-wertgutschein #content .more .gutscheine .gutschein a:hover .icon img {
  transform: scale(1.1);
}
#product_entity-wertgutschein #content .more .gutscheine .gutschein a:hover .wrapper .titel {
  color: #ef0003;
}
/* <= 374px */
@media screen and (max-width: 374px) {
  #product_entity-wertgutschein #content .details .icon {
    padding: 50px;
  }
  #product_entity-wertgutschein #content .more .gutscheine .gutschein a .icon {
    padding: 50px;
  }
}
