.gift_preview {
  background: #000525;
  font-size: 1rem;
  height: 100%;
  justify-content: center;
}

.gift_preview input[type=radio], .gift-selection input[type=radio] {
  display: none;
}
.gift_preview input[type=radio]:checked + label, .gift-selection input[type=radio]:checked + label {
  background-color: #363846;
  border: 2.5px solid #5680ff;
}
.gift_preview label[for^=no-gifts], .gift-selection label[for^=no-gifts] {
  align-items: center;
  height: 4.641rem;
}
@media (max-width: 640px) {
  .gift_preview label[for^=no-gifts], .gift-selection label[for^=no-gifts] {
    height: 3.1875rem;
  }
}
.gift_preview .no-gift-content, .gift-selection .no-gift-content {
  padding-inline: 0.94rem;
}
@media (max-width: 640px) {
  .gift_preview .no-gift-content, .gift-selection .no-gift-content {
    padding-inline: 0.5rem;
  }
}
.gift_preview .gift-content, .gift-selection .gift-content {
  align-items: center;
  padding: 0.37rem 0.25rem;
}
@media (max-width: 640px) {
  .gift_preview .gift-content, .gift-selection .gift-content {
    padding-inline: 0.25rem;
  }
}
.gift_preview label, .gift-selection label {
  align-items: center;
  background: rgba(61, 74, 107, 0.2);
  border: 1.456px solid rgba(148, 161, 178, 0.5);
  border-radius: 0.455rem;
  height: 6.25rem;
}
@media (max-width: 640px) {
  .gift_preview label, .gift-selection label {
    height: 4.375rem;
  }
}
.gift_preview .block-icon, .gift-selection .block-icon {
  flex-shrink: 0;
  width: 5.5rem;
  height: 5.5rem;
  border-radius: 0.35481rem;
  background: var(--Neutrals-Fog, #EEF0F5);
}
@media (max-width: 640px) {
  .gift_preview .block-icon, .gift-selection .block-icon {
    width: 3.875rem;
    height: 3.875rem;
  }
}
.gift_preview .block-icon img, .gift-selection .block-icon img {
  border-radius: 0.35481rem;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 640px) {
  .gift_preview span, .gift_preview b, .gift-selection span, .gift-selection b {
    font-size: 0.813rem;
  }
}

.gift-variants {
  position: relative;
}
.gift-variants label {
  color: #94a1b2;
  border: none;
  height: initial;
}
.gift-variants select {
  width: 12.37875rem;
  height: 2.15281rem;
  border: 1px solid #505A73;
  border-radius: 0.4485rem;
  color: #fff;
  background: rgba(61, 74, 107, 0.2);
  padding-left: 0.5rem;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
}
@media (max-width: 640px) {
  .gift-variants select {
    width: 8.625rem;
    height: 1.5rem;
    border-radius: 0.3125rem;
    padding-left: 0.5rem;
  }
}
.gift-variants :focus-visible {
  outline: none;
  border: 2.5px solid #5680ff;
}

/*# sourceMappingURL=gift.css.map */
