/** Shopify CDN: Minification failed

Line 58:22 Unexpected ";"

**/
gift-card-recipient {
  display: flex;
  flex-wrap: wrap;
  padding-top: 0;
  padding-bottom: calc(6 * var(--space-unit));
  justify-content:end
}
/* 
.gift-card-recipient__fields {
  display: none;
}
 */
.gift-card-recipient__checkbox:checked ~ .gift-card-recipient__fields {
  display: block;
  flex: 0 0 100%;
}

.gift-card-recipient__checkbox-label {
  margin-left: 8px;
}

.no-js .gift-card-recipient__fields {
  display: block;
  max-height: unset;
  width: 100%;
}
.input-wrapper small{
  display:none;
}
.no-js .gift-card-recipient__checkbox,
.no-js .gift-card-recipient__checkbox-label {
  display: none;
}
.gift-card-recipient input,
.gift-card-recipient textarea
{
  border-radius:0 !important;
      width: 420px;
}
.gift-card-recipient label{
  text-align:end;
  color: #000;
font-family: "NarkissYair-Regular";
font-size: 18px;
font-style: normal;
font-weight: 400;
line-height: 100.5%; /* 18.09px */
text-transform: capitalize;
}
.gift-card-recipient__checkbox:checked ~ .gift-card-recipient__fields {
  margin-top: calc(6 * var(--space-unit));
}
-webkit-fill-available;
.gift-card-recipient__fields .input-row:not(:last-child) {
  margin-bottom: calc(6 * var(--space-unit));
}
@media screen and (max-width:500px){
  .gift-card-recipient input,
  .gift-card-recipient textarea{
    width:-webkit-fill-available;
}
}