/* scoped: si-GiftCardSection */

  .giftcard-section:where(.si-GiftCardSection, .si-GiftCardSection *){
    width: 100%;
    height: 443px;
    display: flex;
    background-image: url('/HomepageBG2.webp');
    background-size: cover;
    background-position: center;
    box-sizing: border-box;
  }

  /* ── Left half: image only ── */
  .left-half:where(.si-GiftCardSection, .si-GiftCardSection *){
    width: 50%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .card-img:where(.si-GiftCardSection, .si-GiftCardSection *){
    width: 370px;
    object-fit: contain;
  }

  /* ── Right half: gradient + content ── */
  .right-half:where(.si-GiftCardSection, .si-GiftCardSection *){
    width: 50%;
    height: 100%;
    padding: 32px 80px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 18px;
    background: linear-gradient(90.54deg, rgba(255, 255, 255, 0.8) -84.9%, rgba(230, 184, 64, 0.8) 204.18%);
    box-sizing: border-box;
  }

  /* ── Heading ── */
  .heading-group:where(.si-GiftCardSection, .si-GiftCardSection *){
    display: flex;
    flex-direction: column;
    gap: 10px;
  }

  .section-title:where(.si-GiftCardSection, .si-GiftCardSection *){
    font-family: 'Afacad', sans-serif;
    font-weight: 700;
    font-size: 40px;
    line-height: 100%;
    letter-spacing: 0;
    text-transform: uppercase;
    color: #1A1A24;
    margin: 0;
  }

  .title-underline:where(.si-GiftCardSection, .si-GiftCardSection *){
    width: 60px;
    height: 4px;
    background: #D62121;
  }

  .section-desc:where(.si-GiftCardSection, .si-GiftCardSection *){
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 100%;
    color: #1A1A24;
    margin: 0;
  }

  /* ── Uses box ── */
  .uses-box:where(.si-GiftCardSection, .si-GiftCardSection *){
    width: 425px;
    display: flex;
    flex-direction: column;
    gap: 10px;
  }

  .uses-label:where(.si-GiftCardSection, .si-GiftCardSection *){
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    font-size: 16px;
    line-height: 100%;
    color: #272727;
    margin: 0;
  }

  .icon-red:where(.si-GiftCardSection, .si-GiftCardSection *){
    filter: brightness(0) saturate(100%) invert(18%) sepia(96%) saturate(2936%) hue-rotate(349deg) brightness(96%) contrast(94%);
  }

  .use-item:where(.si-GiftCardSection, .si-GiftCardSection *){
    display: flex;
    align-items: center;
    gap: 8px;
  }

  .use-text:where(.si-GiftCardSection, .si-GiftCardSection *){
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 100%;
    color: #272727;
  }

  /* ── Delivery note ── */
  .delivery-text:where(.si-GiftCardSection, .si-GiftCardSection *){
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 100%;
    color: #1A1A24;
    margin: 0;
    width: 425px;
  }

  /* ── Button ── */
  .gift-btn:where(.si-GiftCardSection, .si-GiftCardSection *){
    width: 201px;
    padding: 11px 14px;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    border-radius: 4px;
    background: linear-gradient(90deg, #FFC107 0%, #FFECB2 100%);
    box-shadow: 0px 4px 12.3px 0px #FFC10787;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    font-size: 16px;
    line-height: 100%;
    color: #1A1A24;
    text-decoration: none;
    transition: opacity 0.2s;
  }

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



  html.is-mobile .giftcard-section:where(.si-GiftCardSection, .si-GiftCardSection *){
    width: 430px;
    height: 606px;
    padding: 0;
    box-sizing: border-box;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: linear-gradient(90.54deg, rgba(255,255,255,0.8) -84.9%, rgba(230,184,64,0.8) 204.18%) !important;
  }

  html.is-mobile .giftcard-section .left-half:where(.si-GiftCardSection, .si-GiftCardSection *){
    display: none;
  }

  html.is-mobile .giftcard-section .right-half:where(.si-GiftCardSection, .si-GiftCardSection *){
    width: 350px;
    height: 397px;
    padding: 0 60px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    gap: 20px;
    background: none !important;
    align-items: center;
    margin: 0 auto;
  }

  html.is-mobile .giftcard-section .section-title:where(.si-GiftCardSection, .si-GiftCardSection *){
    font-family: 'Afacad', sans-serif;
    font-weight: 700;
    font-size: 22px;
    line-height: 100%;
    text-transform: uppercase;
    color: #1A1A24;
    width: 283px;
    height: 44px;
    display: flex;
    align-items: center;
  }

  html.is-mobile .giftcard-section .title-underline:where(.si-GiftCardSection, .si-GiftCardSection *){
    width: 60px;
    height: 4px;
  }

  html.is-mobile .giftcard-section .section-desc:where(.si-GiftCardSection, .si-GiftCardSection *){
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 100%;
    color: #1A1A24;
    width: 100%;
  }

  html.is-mobile .giftcard-section .uses-label:where(.si-GiftCardSection, .si-GiftCardSection *){
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    font-size: 16px;
    line-height: 100%;
    color: #272727;
  }

  html.is-mobile .giftcard-section .uses-box:where(.si-GiftCardSection, .si-GiftCardSection *){
    width: 274px;
    height: 90px;
    gap: 56px;
    display: flex;
    flex-direction: column;
    gap: 8px;
  }

  html.is-mobile .giftcard-section .delivery-text:where(.si-GiftCardSection, .si-GiftCardSection *){
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 100%;
    color: #1A1A24;
    width: 274px;
    height: 28px;
  }

  html.is-mobile .giftcard-section .gift-btn:where(.si-GiftCardSection, .si-GiftCardSection *){
    width: 272px;
    height: 38px;
    padding: 11px 14px;
    gap: 10px;
    border-radius: 4px;
    background: linear-gradient(90deg, #FFC107 0%, #FFECB2 100%);
    box-shadow: 0px 4px 12.3px 0px #FFC10787;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    font-size: 16px;
    line-height: 100%;
    color: #1A1A24;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
  }
