/** Shopify CDN: Minification failed

Line 14:2 Unexpected "{"
Line 157:4 Unexpected "{"

**/
  .collection_image_banner img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
  }
  .the-art-of-gifting-page .collection_image_banner img,
  {
    height:450px
  }
.main_page_banner_with_text .collection_image_banner{
  position: relative;padding: 0;
}
.collection_image_banner .banner_text{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding:0 16px;
  }
  .collection_image_banner .banner_text h2{
    font-size: 55px;
    text-transform: uppercase;
    color:white;
    margin-bottom:15px;
  }
  .history-of-cacao .collection_image_banner .banner_text h2{
    color:white;
  }
  .collection_image_banner::before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: black;
    opacity: 0.1;
  }
  .banner_text{
    width:100%;
    text-align:center;
  }

/* corporate gift */

.corporate-gifts .collection_image_banner::before{
  opacity:0.1
}

/* corporate gift */

/* virtual-experiences  */

.virtual-experiences .collection_image_banner .banner_text h2 {
  font-size:32px;
}

/* virtual-experiences  */

/*  */

.vosges-chocolate-storytelling .collection_image_banner::before{
  opacity:0.1
}

/*  */

/* pure-plant */

.pure-plant .collection_image_banner img{
  max-height:450px;
  object-position:top;
}
.pure-plant .collection_image_banner .banner_text h2{
  color: var(--body_color);
}

/* pure-plant */

/* king-st-vodka */

/* .king-st-vodka .collection_image_banner:first-child img{
  height:450px;
} */

/* king-st-vodka */

/* 2021-gift-guide */

.gift-guide-2021 .collection_image_banner img{
  height:550px;
}
.gift-guide-2021 .collection_image_banner .banner_text h2,
.gift-guide-2021 .collection_image_banner .banner_text p
{
  color:#FADBA1;
}

/* 2021-gift-guide */

/* fathers-day-gift-guide */

.fathers-day-gift-guide .collection_image_banner img{
  height:450px;
}
.fathers-day-gift-guide .collection_image_banner .banner_text p{
  color:white;
}

/* fathers-day-gift-guide */

/* vhc pantry */

.vhc-pantry .collection_image_banner img{
  height:450px;
} 

/* vhc pantry */

/* spring-collection */

.spring-collection .collection_image_banner:first-child img{
  height:650px;
}
.spring-collection .collection_image_banner .banner_text h2,
.entertaining .collection_image_banner .banner_text h2
{
  color: var(--body_color);
}

/* spring-collection */

/* entertaining */

.entertaining .collection_image_banner img{
  height:450px;
}

/* entertaining */



  @media (max-width:991px){
    .banner_text{
      display:none;
    }
    .the-art-of-gifting-page .collection_image_banner .banner_text,
    .corporate-gifts .collection_image_banner .banner_text,
    .pure-plant .collection_image_banner .banner_text,
    {
      display:block;
    }
    .pure-plant .collection_image_banner{
      overflow:hidden;
    }
    .pure-plant .collection_image_banner img{
       transform:scale(1.3)
     }
  }

   @media (max-width:767px){
    .the-art-of-gifting-page .collection_image_banner img,
    .spring-collection .collection_image_banner:first-child img
     {
      height:400px;
    }
    .pure-plant .collection_image_banner .banner_text p{
      font-size:18px;
      line-height:normal
    }
    .the-art-of-gifting-page .collection_image_banner .banner_text h2,
    .corporate-gifts .collection_image_banner .banner_text h2,
     .pure-plant .collection_image_banner .banner_text h2
    {
      font-size:40px;
    }
    .pure-plant .collection_image_banner img{
      transform:scale(1);
      height:250px;
      object-position:center;
    }
     .gift-guide-2021 .collection_image_banner img{
       height:300px;
     }
     .vhc-pantry .collection_image_banner img{
       height:292px;
     }
     .entertaining .collection_image_banner img{
      height:250px;
    }
     
  }

  @media (max-width:767px){
    .the-art-of-gifting-page .collection_image_banner .banner_text h2,
    .corporate-gifts .collection_image_banner .banner_text h2
    {
      font-size:28px;
    }

    .main_page_banner_with_text .collection_image_banner img
    {
      height:400px!important;
    }
    .main_page_banner_with_text .collection_image_banner img.mobile_display
    {
      height:auto!important;
    }
    
  }


@media (max-width:575px){
  .pure-plant .collection_image_banner img{
      object-position:top;
  }
  .collection_image_banner .banner_text h2{
    font-size:26px!important;
  }
  .collection_image_banner .banner_text p{
    font-size:auto!important;
  }

  .main_page_banner_with_text .collection_image_banner img
  {
    height:300px!important;
  }
  .main_page_banner_with_text .collection_image_banner img.mobile_display
    {
      height:auto!important;
    }
}






