.store-slider-wrapper {
  position: relative
}
@media (max-width:575.98px) {
  .store-slider-wrapper:after {
    content: "";
    width: 100%;
    position: absolute;
    height: 50%;
    background-color: #f4f2ed;
    bottom: 0;
    left: 0;
    margin: 0;
    z-index: -1
  }
}
.store-slider-wrapper .store-carousel {
  position: relative;
  max-width: 980px;
  margin: 0 auto;
  padding-top: 56px
}
.store-slider-wrapper .store-carousel:after {
  content: "";
  width: 50%;
  position: absolute;
  height: 80%;
  background-color: #f4f2ed;
  bottom: 0;
  left: -100px;
  margin: 0;
  z-index: -1
}
@media (max-width:575.98px) {
  .store-slider-wrapper .store-carousel:after {
    width: 100%;
    left: 0
  }
}
.store-slider-wrapper .store-carousel__carousel {
  position: relative
}
.store-slider-wrapper .store-carousel__item {
  position: relative
}
.store-slider-wrapper .store-carousel__image {
  z-index: 0
}
.store-slider-wrapper .store-carousel__image img {
  -o-object-fit: cover;
  object-fit: cover
}
@media (max-width:767.98px) and (orientation:landscape) {
  .store-slider-wrapper .store-carousel__image img {
    min-height: 100vh
  }
}
@media (min-width:768px) and (orientation:portrait) {
  .store-slider-wrapper .store-carousel__image img {
    min-height: 35vh
  }
}
@media (min-width:768px) and (orientation:landscape) {
  .store-slider-wrapper .store-carousel__image img {
    min-height: 100vh
  }
}
@media (min-width:992px) {
  .store-slider-wrapper .store-carousel__image img {
    min-height: 70vh
  }
}
@media (min-width:1212px) {
  .store-slider-wrapper .store-carousel__image img {
    min-height: auto;
    max-height: 100vh
  }
}
.store-slider-wrapper .store-carousel__image--title {
  display: none
}
@media (max-width:575.98px) {
  .store-slider-wrapper .store-carousel__image--title {
    display: block;
    font-family: Lato;
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    color: #fff;
    position: absolute;
    top: 0;
    padding: 15px
  }
}
.store-slider-wrapper .store-carousel__container {
  position: absolute;
  top: 35%;
  top: 240px;
  right: 0;
  left: 0;
  z-index: 2;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%)
}
@media (min-width:576px) {
  .store-slider-wrapper .store-carousel__container {
    top: 45%
  }
}
@media (min-width:1441px) {
  .store-slider-wrapper .store-carousel__container {
    top: 35%
  }
}
@media (max-width:575.98px) {
  .store-slider-wrapper .store-carousel__container {
    position: relative;
    top: unset;
    -webkit-transform: unset;
    -moz-transform: unset;
    -ms-transform: unset;
    -o-transform: unset;
    transform: unset;
    padding: 16px 5px
  }
}
.store-slider-wrapper .store-carousel__content {
  width: 100%;
  text-align: center;
  margin-top: 8px
}
@media (min-width:768px) {
  .store-slider-wrapper .store-carousel__content {
    width: 476px;
    margin: 0 auto
  }
}
@media (min-width:992px) {
  .store-slider-wrapper .store-carousel__content {
    width: 600px;
    margin: 0 auto
  }
}
.store-slider-wrapper .store-carousel__title {
  font-family: Lato;
  font-weight: 400;
  font-size: 20px;
  line-height: 24px;
  color: #fff;
  display: blcok
}
@media (max-width:575.98px) {
  .store-slider-wrapper .store-carousel__title {
    display: none
  }
}
@media (min-width:992px) {
  .store-slider-wrapper .store-carousel__title {
    margin-bottom: 8px
  }
}
.store-slider-wrapper .store-carousel__subtitle {
  font-family: Lato;
  font-weight: 700;
  font-size: 32px;
  line-height: 38px;
  text-align: center;
  letter-spacing: .05em;
  color: #fff
}
@media (min-width:992px) {
  .store-slider-wrapper .store-carousel__subtitle {
    margin-bottom: 8px
  }
}
@media (max-width:575.98px) {
  .store-slider-wrapper .store-carousel__subtitle {
    font-weight: 700;
    font-size: 18px;
    letter-spacing: 0;
    line-height: 22px;
    color: #26282b
  }
}
.store-slider-wrapper .store-carousel__desc {
  color: #fdfeff;
  font-weight: 400;
  font-size: 20px;
  line-height: 24px
}
@media (max-width:575.98px) {
  .store-slider-wrapper .store-carousel__desc {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #26282b
  }
}
.store-slider-wrapper .store-carousel__cta {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none
}
.store-slider-wrapper .store-carousel__cta:first-child {
  margin-right: 50px
}
.store-slider-wrapper .store-carousel__cta a {
  min-width: 180px;
  margin-right: 15px;
  font-size: 16px;
  line-height: 19px;
  padding: 12px 20px
}
@media (min-width:992px) {
  .store-slider-wrapper .store-carousel__cta a {
    font-size: 18px;
    line-height: 27px;
    padding: 16px 32px
  }
}
.store-slider-wrapper .store-carousel__bottom {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  bottom: 40px;
  margin: 0 auto;
  left: 0;
  right: 0;
  position: absolute
}

.store-slider-wrapper .store-carousel__pagination {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex
}
.store-slider-wrapper .store-carousel__pagination-item {
  width: 8px;
  height: 8px;
  background-color: #fff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  margin-right: 12px;
  cursor: pointer;
  -webkit-transition: .2s all ease-in-out;
  -o-transition: .2s all ease-in-out;
  -moz-transition: .2s all ease-in-out;
  transition: .2s all ease-in-out
}
.store-slider-wrapper .store-carousel__pagination-item.active {
  width: 32px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  background-color: #ab8fd1
}
.store-slider-wrapper .store-carousel__buttons {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  top: 50%;
  width: 95%;
  right: 0;
  left: 0;
  margin: 0 auto
}
@media (max-width:575.98px) {
  .store-slider-wrapper .store-carousel__buttons {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    top: unset;
    bottom: 0;
    position: relative
  }
}
.store-slider-wrapper .store-carousel__buttons-next,
.store-slider-wrapper .store-carousel__buttons-prev {
  width: 55px;
  height: 55px;
  background-color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  cursor: pointer;
  -webkit-transition: .2s all ease-in-out;
  -o-transition: .2s all ease-in-out;
  -moz-transition: .2s all ease-in-out;
  transition: .2s all ease-in-out
}
@media (min-width:992px) {
  .store-slider-wrapper .store-carousel__buttons-next,
  .store-slider-wrapper .store-carousel__buttons-prev {
    width: 66px;
    height: 66px
  }
}
.store-slider-wrapper .store-carousel__buttons-next.disabled,
.store-slider-wrapper .store-carousel__buttons-prev.disabled {
  opacity: .7
}
.store-slider-wrapper .store-carousel__buttons-prev {
  margin-right: 10px
}

.authoring-stores{
  height: 335px;
}
/*# sourceMappingURL=maps/hero-slider-3d.css.map */
@media (max-width:1212px) {
  

.store-slider-wrapper .store-carousel__bottom{
  bottom: 67px;
}
}
@media (max-width:575px) {
  .store-slider-wrapper .store-carousel__image img{
    height: 326px;
  }
  .store-slider-wrapper .store-carousel{
    padding-bottom: 20px;
  }
  .store-slider-wrapper .store-carousel__buttons{
bottom: 9px;
  }
}



@media (max-width:575.98px) {
    .store-slider-wrapper .store-carousel__bottom {
      top: 62%;
      bottom: inherit;
    }
  }