@media only screen and (min-width: 768px) {
    #FeatureEditorial:not(.full-width) .hero__image {
        width: auto;
        max-height: none;
    }
}
#FeatureEditorial .icon.iconbar__stores-icon {
    padding: 3px;
    display: inline-block;

}
#FeatureEditorial .hotspot__product_bg_1 {
   border: 25px solid #A03C37;
    background-color: #FDF8EC;
}
#FeatureEditorial .hotspot__product_bg_2 {
   border: 20px solid #FDF8EC;
    background-color: #A03C37;
}
#xmas_giftguide {
  left: 32%;
  top: 28%;
}
#In_store_Fun_With_Baz_Friends {
  left: 22%;
  top: 75%;
}

#Baz_Friends_JMW {
  left: 39.5%;
  top: 67%;
}

#Baz_Friends_Pop_Up_At_NTP {
  left: 35%;
  top: 78%;
}
#Advent_Calendar {
  left: 57.5%;
  top: 41.5%;
}
#XMAS_experiences {
  left: 55.5%;
  top: 73%;
}
#moet_chandon_Pop_Up {
  left: 69%;
  top: 34%;
}
#Get_Sets_GO {
  left: 59.5%;
  top: 59%;
}
#Bears_Friends_Candy_Collection {
  left: 79%;
  top: 63%;
}
#ST_Regis {
  left: 69%;
  top: 84.5%;
}
#FeatureEditorial {
  max-width: none;
}
#FeatureEditorial .hotspot__product {
  width: 400px;
  height: 460px;
  overflow: auto;
  -ms-scroll-snap-type: x mandatory;
  scroll-snap-type: x mandatory;
  -ms-scroll-chaining: none;
  overscroll-behavior: contain;
  scroll-behavior: smooth;
}

#FeatureEditorial .hotspot__product__figure__image {
  max-width: none;
}

#FeatureEditorial .hotspot__product * {
  text-transform: none;
}

#FeatureEditorial .hotspot__product .lc-button {
  text-transform: uppercase;
  margin-top: 15px;
}

#FeatureEditorial .hotspot__product .hotspot__product__text--brand {
  margin-bottom: 15px;
}

#FeatureEditorial .hotspot__product .hotspot__product__text,
.vex-content .hotspot__product__link .hotspot__product__text {
  max-width: 320px;
}

#FeatureEditorial .hotspot__product .hotspot__product__text p {
  padding-top: 15px;
  font-size: 14px;
}
#FeatureEditorial .hotspot__product .hotspot__product__text--button {
  margin-top: 0;
  margin-bottom: 15px;
}
#FeatureEditorial
  .hotspot__product
  .hotspot__product__text.hotspot__product__text--brand {
  font-size: 20px;
}

#FeatureEditorial .carousel {
  max-width: 300px;
  margin-top: 0px;
}

.flickity-page-dots {
  display: none;
}

#FeatureEditorial svg.hotspot__icon__svg {
  pointer-events: none;
}

#FeatureEditorial #read-more-checkbox + .hero {
  margin-top: 0px;
  margin-bottom: 0px;
}
#FeatureEditorial .hero__figure__caption {
  margin-top: 25px;
}
@media only screen and (min-width: 1200px) {
  #FeatureEditorial .hotspot__product {
    width: 500px;
    height: 450px;
  }
  #FeatureEditorial .carousel {
    max-width: 320px;
  }
  #FeatureEditorial .hotspot__product__figure img {
    height: auto;
  }
}
@media only screen and (min-width: 768px) {
  #FeatureEditorial .content__desc {
    margin-top: 30px;
    margin-bottom: 60px;
  }
  #FeatureEditorial .hero {
    margin-top: 90px;
    margin-bottom: 60px;
  }
}
@media only screen and (min-width: 440px) {
  #FeatureEditorial .hero__products .flickity-button.previous {
    left: -50px;
  }

  #FeatureEditorial .hero__products .flickity-button.next {
    right: -50px;
  }
}
@media only screen and (max-width: 768px) {
  ol,
  p,
  ul {
    text-align: center;
  }
  #xmas_giftguide {
    left: 12%;
    top: 23%;
  }
  #In_store_Fun_With_Baz_Friends {
    left: 56.5%;
    top: 89.5%;
  }

  #Baz_Friends_JMW {
    left: 38.5%;
    top: 70%;
  }

  #Baz_Friends_Pop_Up_At_NTP {
    left: 90%;
    top: 67.5%;
  }
  #Advent_Calendar {
    left: 39.5%;
    top: 47%;
  }
  #XMAS_experiences {
    left: 63.5%;
    top: 56%;
  }
  #moet_chandon_Pop_Up {
    left: 55%;
    top: 37%;
  }
  #Get_Sets_GO {
    left: 59%;
    top: 20.5%;
  }
  #Bears_Friends_Candy_Collection {
    left: 39%;
    top: 88.5%;
  }
  #ST_Regis {
    left: 70%;
    top: 74%;
  }
}

@media screen and (max-width: 640px) {
  #FeatureEditorial .hero__products--lightbox .hotspot {
    min-width: 100%;
  }

  #FeatureEditorial .hero__products .hotspot__product {
    transition: none;
    transform: none;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 90%;
    height: 85%;
    border-radius: 5px;
  }

  #FeatureEditorial .hotspot.hotspot--active {
    left: 0 !important;
    top: 0 !important;
    width: 100%;
    height: 100%;
    transform: none;
    background: rgba(0, 0, 0, 0.7);
  }

  #FeatureEditorial .hotspot--active .hotspot__icon {
    z-index: 40;
    left: auto;
    right: 0;
  }
  #FeatureEditorial .hero__images {
    overflow-x: hidden;
  }
}
