@charset "UTF-8";
.tcl-single-gift-card {
  padding-top: 165px;
}
.tcl-single-gift-card__image {
  margin-bottom: 27px;
  position: relative;
}
.tcl-single-gift-card__image-label {
  font-family: "Quicksand";
  line-height: 120%;
  font-style: normal;
  margin-top: 0;
  font-weight: 500;
  font-size: 21px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding-left: 40px;
  width: 200px;
  height: 40px;
  color: #333333;
  background: #ffffff;
  -webkit-box-shadow: 6px 6px 10px 3px rgba(0, 0, 0, 0.25);
          box-shadow: 6px 6px 10px 3px rgba(0, 0, 0, 0.25);
  border-radius: 0px 5px 5px 0px;
  position: absolute;
  top: 35px;
  left: 0;
}
.tcl-single-gift-card__image img {
  width: 100%;
  -webkit-box-shadow: inset 0px 5px 10px rgba(33, 37, 41, 0.1);
          box-shadow: inset 0px 5px 10px rgba(33, 37, 41, 0.1);
}
.tcl-single-gift-card__heading {
  font-family: "Quicksand";
  line-height: 120%;
  font-style: normal;
  margin-top: 0;
  font-weight: 600;
  font-size: 32px;
  color: #282a3e;
  margin-bottom: 30px;
}
@media (max-width: 1199px) {
  .tcl-single-gift-card__heading {
    font-size: 24px;
  }
}
.tcl-single-gift-card__quantity-price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 50px;
}
.tcl-single-gift-card__price {
  font-family: "Quicksand";
  line-height: 120%;
  font-style: normal;
  margin-top: 0;
  font-weight: 600;
  font-size: 27px;
  color: #001d18;
}
@media (max-width: 1199px) {
  .tcl-single-gift-card__price {
    font-size: 18px;
  }
}
.tcl-single-gift-card__price-input {
  position: relative;
}
.tcl-single-gift-card__price-input:after {
  content: "€";
  font-family: "Work Sans";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 160%;
  color: #001d18;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 15px;
}
.tcl-single-gift-card__price-input input {
  font-family: "Work Sans";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 160%;
  color: #001d18;
  background: #ffffff;
  border: 1px solid #001d18;
  width: 100%;
  padding: 5px 15px;
  height: 50px;
  outline: none;
  max-width: 200px;
  text-align: right;
  height: 40px;
  background: #f5f5f5;
  border-radius: 2px;
  padding-right: 32px;
  -moz-appearance: textfield;
}
.tcl-single-gift-card__price-input input::-webkit-input-placeholder {
  color: #7d7d7d;
  font-style: italic;
}
.tcl-single-gift-card__price-input input::-moz-placeholder {
  color: #7d7d7d;
  font-style: italic;
}
.tcl-single-gift-card__price-input input:-ms-input-placeholder {
  color: #7d7d7d;
  font-style: italic;
}
.tcl-single-gift-card__price-input input::-ms-input-placeholder {
  color: #7d7d7d;
  font-style: italic;
}
.tcl-single-gift-card__price-input input::placeholder {
  color: #7d7d7d;
  font-style: italic;
}
.tcl-single-gift-card__price-input input::-webkit-outer-spin-button, .tcl-single-gift-card__price-input input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.tcl-single-gift-card__quantity-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.tcl-single-gift-card__quantity-label {
  font-family: "Work Sans";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 160%;
  color: #001d18;
  width: 100%;
  margin-bottom: 7px;
}
.tcl-single-gift-card__quantity-button {
  cursor: pointer;
  border: 0;
  border-radius: 0;
  outline: none;
  background: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.tcl-single-gift-card__quantity-button.disabled {
  cursor: no-drop;
}
.tcl-single-gift-card__quantity-button.disabled svg circle {
  stroke: #828282;
}
.tcl-single-gift-card__quantity-button.disabled svg path {
  fill: #828282;
}
.tcl-single-gift-card__quantity input {
  font-family: "Work Sans";
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 160%;
  font-size: 18px;
  color: #444444;
  width: 32px;
  text-align: center;
  margin: 0 5px;
  outline: none;
  border: 0;
  background: transparent;
  -moz-appearance: textfield;
}
.tcl-single-gift-card__quantity input::-webkit-outer-spin-button, .tcl-single-gift-card__quantity input::-webkit-inner-spin-button {
  cursor: default;
  -webkit-box-flex: 0;
          flex: 0 0 auto;
  align-self: stretch;
  opacity: 0;
  pointer-events: none;
  -webkit-user-modify: read-only;
  display: none;
  -webkit-appearance: none;
  margin: 0;
}
.tcl-single-gift-card__quantity input:hover, .tcl-single-gift-card__quantity input:focus {
  -moz-appearance: number-input;
}
.tcl-single-gift-card__add-to-cart {
  margin-bottom: 50px;
}
.tcl-single-gift-card__add-to-cart button {
  font-family: "Quicksand";
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 140%;
  text-decoration: none;
  outline: none;
  border: 0;
  color: #ffffff;
  background-color: #8f000a;
  border-radius: 6px;
  padding: 10px 10px;
  border: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10px 20px;
}
.tcl-single-gift-card__add-to-cart button[disabled] {
  background: #dedede;
  color: #ffffff;
  cursor: no-drop;
}
.tcl-single-gift-card__add-to-cart button span {
  margin-right: 10px;
}
.tcl-single-gift-card__add-to-cart button.active svg {
  fill: white;
}
.tcl-single-gift-card__add-to-cart button[disabled] {
  cursor: wait;
}
.tcl-single-gift-card__tab {
  border-bottom: 1px solid #c4c4c4;
}
.tcl-single-gift-card__tab:first-child {
  border-top: 1px solid #c4c4c4;
}
.tcl-single-gift-card__tab-heading {
  font-family: "Quicksand";
  line-height: 120%;
  font-style: normal;
  margin-top: 0;
  font-weight: 500;
  font-size: 21px;
  font-size: 21px;
  font-weight: 700;
  position: relative;
  cursor: pointer;
  padding-top: 30px;
  padding-bottom: 30px;
}
.tcl-single-gift-card__tab-heading.active svg {
  -webkit-transform: translateY(-50%) rotate(-180deg);
      -ms-transform: translateY(-50%) rotate(-180deg);
          transform: translateY(-50%) rotate(-180deg);
}
.tcl-single-gift-card__tab-heading svg {
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.tcl-single-gift-card__tab-content {
  font-family: "Work Sans";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 160%;
  color: #001d18;
  padding-bottom: 30px;
}
.tcl-single-gift-card__tab-content p:last-child {
  margin-bottom: 0;
}
.tcl-single-gift-card__tab-content ul li {
  color: #001d18 !important;
}
.tcl-single-gift-card__tab-link {
  font-family: "Work Sans";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 160%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #001d18;
  text-decoration: none;
}
.tcl-single-gift-card__tab-link span {
  text-decoration: underline;
}
.tcl-single-gift-card__tab-link svg {
  margin-right: 10px;
}