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

  .hero:where(.si-gift-cards-GiftCardsHeroSection, .si-gift-cards-GiftCardsHeroSection *){
    width: 100%;
    height: 210px;
    padding: 70px 54px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #FFFFFF 92.15%);
    box-sizing: border-box;
  }

  .hero-content:where(.si-gift-cards-GiftCardsHeroSection, .si-gift-cards-GiftCardsHeroSection *){
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px;
  }

  .hero-title:where(.si-gift-cards-GiftCardsHeroSection, .si-gift-cards-GiftCardsHeroSection *){
    font-family: 'Afacad', sans-serif;
    font-weight: 700;
    font-size: 58px;
    line-height: 100%;
    text-transform: uppercase;
    text-align: center;
    color: #272727;
    margin: 0;
  }

  .hero-title-red:where(.si-gift-cards-GiftCardsHeroSection, .si-gift-cards-GiftCardsHeroSection *){
    color: #D62121;
  }

  .hero-title-sub:where(.si-gift-cards-GiftCardsHeroSection, .si-gift-cards-GiftCardsHeroSection *){
    font-size: 28px;
    display: block;
    margin-top: -8px;
  }

  .hero-underline:where(.si-gift-cards-GiftCardsHeroSection, .si-gift-cards-GiftCardsHeroSection *){
    width: 80px;
    height: 5px;
    background: #D62121;
  }



  html.is-mobile .hero:where(.si-gift-cards-GiftCardsHeroSection, .si-gift-cards-GiftCardsHeroSection *){
    height: auto;
    padding: 60px 40px 40px;
  }

  html.is-mobile .hero-title:where(.si-gift-cards-GiftCardsHeroSection, .si-gift-cards-GiftCardsHeroSection *){
    font-size: 32px;
    text-align: center;
  }

  html.is-mobile .hero-title-sub:where(.si-gift-cards-GiftCardsHeroSection, .si-gift-cards-GiftCardsHeroSection *){
    font-size: 20px;
  }
