/* scoped: si-gift-cards-GiftCardFormSection */

  .gc-section:where(.si-gift-cards-GiftCardFormSection, .si-gift-cards-GiftCardFormSection *){
    width: 100%;
    height: 530px;
    padding: 80px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 46px;
    background: #FFFFFF;
  }

  .gc-content:where(.si-gift-cards-GiftCardFormSection, .si-gift-cards-GiftCardFormSection *){
    width: 691px;
    display: flex;
    flex-direction: column;
    gap: 16px;
  }

  .gc-title:where(.si-gift-cards-GiftCardFormSection, .si-gift-cards-GiftCardFormSection *){
    font-family: 'Afacad', sans-serif;
    font-weight: 700;
    font-size: 22px;
    line-height: 100%;
    color: #272727;
    margin: 0 0 8px;
  }

  .gc-form:where(.si-gift-cards-GiftCardFormSection, .si-gift-cards-GiftCardFormSection *){
    display: flex;
    flex-direction: column;
    gap: 10px;
  }

  .gc-input:where(.si-gift-cards-GiftCardFormSection, .si-gift-cards-GiftCardFormSection *){
    height: 28px;
    padding: 7px;
    border: 1px solid #BFBFBF;
    border-radius: 8px;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 100%;
    color: #9499A8;
    box-sizing: border-box;
    outline: none;
    background: #F6F6F6;
    appearance: none;
  }

  .gc-input:where(.si-gift-cards-GiftCardFormSection, .si-gift-cards-GiftCardFormSection *)::placeholder{ color: #9499A8; }
  .gc-input:focus:where(.si-gift-cards-GiftCardFormSection, .si-gift-cards-GiftCardFormSection *){ border-color: #D62121; }

  .gc-input--full:where(.si-gift-cards-GiftCardFormSection, .si-gift-cards-GiftCardFormSection *){ width: 691px; }

  .gc-row:where(.si-gift-cards-GiftCardFormSection, .si-gift-cards-GiftCardFormSection *){
    display: flex;
    gap: 6px;
  }

  .gc-row--name:where(.si-gift-cards-GiftCardFormSection, .si-gift-cards-GiftCardFormSection *){ width: 691px; gap: 25px; }
  .gc-input--name:where(.si-gift-cards-GiftCardFormSection, .si-gift-cards-GiftCardFormSection *){ flex: 1; }

  .gc-row--contact:where(.si-gift-cards-GiftCardFormSection, .si-gift-cards-GiftCardFormSection *){ width: 691px; gap: 25px; }
  .gc-input--email:where(.si-gift-cards-GiftCardFormSection, .si-gift-cards-GiftCardFormSection *), .gc-input--phone:where(.si-gift-cards-GiftCardFormSection, .si-gift-cards-GiftCardFormSection *){
    flex: 1;
    background: #FFFFFF;
    border: 1px solid #BFBFBF;
  }

  .gc-row--3:where(.si-gift-cards-GiftCardFormSection, .si-gift-cards-GiftCardFormSection *){ gap: 10px; align-items: center; }
  .gc-input--third:where(.si-gift-cards-GiftCardFormSection, .si-gift-cards-GiftCardFormSection *){ flex: 1; }

  .gc-security-wrap:where(.si-gift-cards-GiftCardFormSection, .si-gift-cards-GiftCardFormSection *){
    display: flex;
    align-items: center;
    gap: 8px;
    flex-shrink: 0;
  }

  .gc-input--security:where(.si-gift-cards-GiftCardFormSection, .si-gift-cards-GiftCardFormSection *){
    width: 101px;
    height: 28px;
    padding: 7px 7px 7px 7px;
    background: #F6F6F6;
    border: 1px solid #BFBFBF;
    border-radius: 8px;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 14px;
    color: #9499A8;
    box-sizing: border-box;
    outline: none;
    flex: none;
  }

  .gc-input--security:where(.si-gift-cards-GiftCardFormSection, .si-gift-cards-GiftCardFormSection *)::placeholder{ color: #9499A8; }

  .gc-cvc-img:where(.si-gift-cards-GiftCardFormSection, .si-gift-cards-GiftCardFormSection *){
    width: 37px;
    height: 24px;
    object-fit: contain;
    flex-shrink: 0;
    margin-top: -2px;
  }

  .gc-input--expiry:where(.si-gift-cards-GiftCardFormSection, .si-gift-cards-GiftCardFormSection *){
    width: 210px;
    flex: none !important;
    height: 28px;
    padding: 7px 28px 7px 7px;
    background: #FFFFFF;
    border: 1px solid #BFBFBF;
    border-radius: 8px;
    box-sizing: border-box;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    color: #9499A8;
    appearance: none;
    -webkit-appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg width='10' height='6' viewBox='0 0 10 6' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1L5 5L9 1' stroke='%239499A8' stroke-width='1.5' stroke-linecap='round'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 10px center;
    cursor: pointer;
  }

  .gc-card-logos:where(.si-gift-cards-GiftCardFormSection, .si-gift-cards-GiftCardFormSection *){
    width: 147px;
    height: 28px;
    padding: 3px 0;
    box-sizing: border-box;
  }

  .gc-card-icons:where(.si-gift-cards-GiftCardFormSection, .si-gift-cards-GiftCardFormSection *){
    height: 22px;
    width: auto;
    object-fit: contain;
  }

  .gc-btn:where(.si-gift-cards-GiftCardFormSection, .si-gift-cards-GiftCardFormSection *){
    width: 157px;
    height: 44px;
    padding: 15px 22px;
    border-radius: 4px;
    border: none;
    background: linear-gradient(90deg, #D62121 0%, #701111 100%);
    box-shadow: 0px 4px 20.4px 0px #D62121C2;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 100%;
    color: #FFFFFF;
    cursor: pointer;
    box-sizing: border-box;
    transition: opacity 0.2s;
    margin-top: 8px;
  }

  .gc-btn:hover:where(.si-gift-cards-GiftCardFormSection, .si-gift-cards-GiftCardFormSection *){ opacity: 0.9; }



  html.is-mobile .gc-section:where(.si-gift-cards-GiftCardFormSection, .si-gift-cards-GiftCardFormSection *){
    height: auto;
    padding: 40px 40px 80px;
    align-items: center;
    justify-content: center;
  }

  html.is-mobile .gc-content:where(.si-gift-cards-GiftCardFormSection, .si-gift-cards-GiftCardFormSection *){
    width: 310px;
    gap: 12px;
    align-items: flex-start;
  }

  html.is-mobile .gc-input--full:where(.si-gift-cards-GiftCardFormSection, .si-gift-cards-GiftCardFormSection *){ width: 310px !important; }

  html.is-mobile .gc-row--name:where(.si-gift-cards-GiftCardFormSection, .si-gift-cards-GiftCardFormSection *), html.is-mobile .gc-row--contact:where(.si-gift-cards-GiftCardFormSection, .si-gift-cards-GiftCardFormSection *), html.is-mobile .gc-row--3:where(.si-gift-cards-GiftCardFormSection, .si-gift-cards-GiftCardFormSection *){
    width: 310px;
    flex-direction: column;
    gap: 6px;
  }

  html.is-mobile .gc-input--name:where(.si-gift-cards-GiftCardFormSection, .si-gift-cards-GiftCardFormSection *), html.is-mobile .gc-input--email:where(.si-gift-cards-GiftCardFormSection, .si-gift-cards-GiftCardFormSection *), html.is-mobile .gc-input--phone:where(.si-gift-cards-GiftCardFormSection, .si-gift-cards-GiftCardFormSection *){
    width: 310px !important;
    flex: none;
  }

  html.is-mobile .gc-input--expiry:where(.si-gift-cards-GiftCardFormSection, .si-gift-cards-GiftCardFormSection *){
    width: 310px !important;
  }

  html.is-mobile .gc-security-wrap:where(.si-gift-cards-GiftCardFormSection, .si-gift-cards-GiftCardFormSection *){
    width: 310px;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    gap: 6px;
  }

  html.is-mobile .gc-input--security:where(.si-gift-cards-GiftCardFormSection, .si-gift-cards-GiftCardFormSection *){
    width: 101px !important;
    height: 28px;
    padding: 7px 7px 7px 7px !important;
    flex: none;
    border-radius: 8px;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 14px;
  }

  html.is-mobile .gc-cvc-img:where(.si-gift-cards-GiftCardFormSection, .si-gift-cards-GiftCardFormSection *){
    width: 37px;
    height: 24px;
  }

  html.is-mobile .gc-card-logos:where(.si-gift-cards-GiftCardFormSection, .si-gift-cards-GiftCardFormSection *){
    width: 147px;
    height: 28px;
    padding: 3px 0;
  }

  html.is-mobile .gc-btn:where(.si-gift-cards-GiftCardFormSection, .si-gift-cards-GiftCardFormSection *){
    width: 310px;
    height: 44px;
  }

  html.is-mobile .gc-input--full:where(.si-gift-cards-GiftCardFormSection, .si-gift-cards-GiftCardFormSection *){
    padding: 7px !important;
    gap: 10px;
    border: 1px solid #BFBFBF !important;
  }
