.stores-details-mobile {
    display: none
  }
  @media (max-width:575.98px) {
    .stores-details-mobile {
      display: block
    }
  }
  .stores-details__wrapper {
    padding-top: 32px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
  }
  .stores-details__slider-desktop {
    width: 780px;
    display: block
  }
  @media (max-width:575.98px) {
    .stores-details__slider-desktop {
      display: none
    }
  }
  .stores-details__slider-desktop .showcase-wrapper .thumb-previewer {
    height: 585px;
    width: 100%;
    -webkit-transition: .3s;
    -o-transition: .3s;
    -moz-transition: .3s;
    transition: .3s
  }
  @media (max-width:991.98px) {
    .stores-details__slider-desktop .showcase-wrapper .thumb-previewer {
      height: 100%
    }
  }
  @media (max-width:991px) and (orientation:landscape) {
    .stores-details__slider-desktop .showcase-wrapper .thumb-previewer {
      height: 100%
    }
  }
  .stores-details__slider-desktop .showcase-wrapper .thumb-previewer iframe {
    height: 100%;
    width: 100%;
    border: none
  }
  .stores-details__slider-desktop .showcase-wrapper .thumb-img {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-flow: row;
    flex-flow: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-left: -20px;
    margin-top: 16px
  }
  .stores-details__slider-desktop .showcase-wrapper .thumb-img li {
    margin-left: 20px;
    width: -webkit-calc(100% / 4 - 20px);
    width: -moz-calc(100% / 4 - 20px);
    width: calc(100% / 4 - 20px)
  }
  .stores-details__slider-desktop .showcase-wrapper .thumb-img li a {
    display: block;
    position: relative;
    border: 2px solid #fff;
    -webkit-transition: .1s ease-in;
    -o-transition: .1s ease-in;
    -moz-transition: .1s ease-in;
    transition: .1s ease-in
  }
  .stores-details__slider-desktop .showcase-wrapper .thumb-img li a.active {
    border: 2px solid #7345b3
  }
  .stores-details__slider-desktop .showcase-wrapper .thumb-img li a.d-thumb::before {
    position: absolute;
    content: "";
    background-color: #7345b2;
    left: 0;
    right: 0;
    top: 0;
    height: 100%;
    opacity: .7
  }
  .stores-details__slider-desktop .showcase-wrapper .thumb-img li a .thumbnail-overlay {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    color: #fff;
    font-family: BioRhyme;
    font-weight: 700;
    font-size: 30px;
    line-height: 36px;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    height: 100%
  }
  @media (max-width:991px) and (orientation:landscape) {
    .stores-details__slider-desktop .showcase-wrapper .thumb-img li a .thumbnail-overlay {
      font-size: 18px;
      line-height: 30px;
      padding-top: 10px
    }
  }
  @media (max-width:991.98px) {
    .stores-details__slider-desktop .showcase-wrapper .thumb-img li a .thumbnail-overlay {
      font-size: 18px;
      line-height: 30px;
      padding-top: 10px
    }
  }
  .stores-details__slider-desktop .showcase-wrapper .thumb-img li a .thumbnail-overlay img {
    display: block;
    text-align: center
  }
  .stores-details__slider-desktop .showcase-wrapper .thumb-img li img {
    max-width: 100%
  }
  .stores-details__shop-details {
    width: 356px;
    margin-left: 43px
  }
  @media (max-width:575.98px) {
    .stores-details__shop-details {
      width: 100%;
      margin-left: 0
    }
  }
  .stores-details__shop-details--title {
    font-weight: 700;
    font-size: 18px;
    line-height: 22px;
    color: #26282b;
    margin-bottom: 8px
  }
  .stores-details__shop-details--address {
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 15px;
    color: #454c53
  }
  .stores-details__shop-details--tel {
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 15px;
    color: #454c53
  }
  .stores-details__shop-details--email {
    margin-bottom: 16px
  }
  .stores-details__shop-details--email a {
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
    color: #454c53
  }
  .stores-details__shop-details--cta {
    margin-bottom: 40px
  }
  .stores-details__shop-details--brands__title {
    font-weight: 700;
    font-size: 18px;
    line-height: 27px;
    margin-bottom: 16px;
    color: #26282b
  }
  .stores-details__shop-details--brands__product-img {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    overflow-y: hidden;
    overflow-x: auto
  }
  @media (max-width:991.98px) {
    .stores-details__shop-details--brands__product-img {
      margin-bottom: 16px
    }
  }
  .stores-details__shop-details--brands__product-img::-webkit-scrollbar {
    width: 2px;
    height: 8px
  }
  .stores-details__shop-details--brands__product-img::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px #7345b3;
    -webkit-border-radius: 5px;
    border-radius: 5px
  }
  .stores-details__shop-details--brands__product-img::-webkit-scrollbar-thumb {
    -webkit-border-radius: 5px;
    border-radius: 5px;
    background: #7345b3;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.5)
  }
  .stores-details__shop-details--brands__product-img::-webkit-scrollbar-thumb:window-inactive {
    background: #7345b3
  }
  .stores-details__shop-details--brands__product-img img {
    width: 100%;
    height: 100%
  }
  .stores-details__shop-details--visit__title {
    font-weight: 700;
    font-size: 18px;
    line-height: 27px;
    margin-bottom: 16px;
    color: #26282b
  }
  .stores-details__shop-details--visit ul {
    margin-bottom: 32px
  }
  .stores-details__shop-details--visit ul li {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 16px
  }
  .stores-details__shop-details--visit ul li p {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    color: #454c53
  }
  .stores-details__shop-details--visit ul li span {
    color: #3c6aa8;
    font-size: 40px;
    margin-right: 10px
  }
  @media (max-width:575.98px) {
    .stores-details__shop-details--visit__cta a {
      width: 100%
    }
  }
  .stores-details .store-banner {
    margin: 60px 0
  }
  .stores-details .store-banner picture::before {
    background: rgba(38,40,43,.4);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
  }
  .stores-details .store-banner__box {
    position: relative
  }
  .stores-details .store-banner__box--caption {
    color: #fdfeff;
    left: 15%;
    right: 15%;
    position: absolute;
    top: 0;
    text-align: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -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;
    height: 100%
  }
  .stores-details .store-banner__box--caption h2 {
    font-family: BioRhyme;
    font-weight: 700;
    font-size: 36px;
    line-height: 44px;
    margin-bottom: 12px
  }
  @media (max-width:575.98px) {
    .stores-details .store-banner__box--caption h2 {
      font-weight: 400;
      font-size: 24px;
      line-height: 32px
    }
  }
  .stores-details .hero-carousel__bottom {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
  }
  .stores-details .hero-carousel__buttons{
    display: none
  }
  .stores-details .store-exp-vid {
    margin: 0;
    padding-top: 0
  }
  @media (max-width:991.98px) {
    .stores-details .store-exp-vid {
      margin: 0 auto;
      -webkit-box-pack: start;
      -webkit-justify-content: flex-start;
      -moz-box-pack: start;
      -ms-flex-pack: start;
      justify-content: flex-start
    }
  }
  @media (max-width:575.98px) {
    .stores-details .store-exp-vid {
      padding-left: 0;
      padding-right: 0
    }
    
  }
  .stores-details .store-exp-vid:after {
    position: relative;
    content: "";
    top: unset;
    bottom: unset;
    left: unset;
    background-color: transparent
  }
  @media (max-width:575.98px) {
    .stores-details .bfc {
      padding-top: 0
    }
  }
  @media (max-width:575.98px) {
    .stores-details .product__main-wrapper {
      background-color: #f9f9f6
    }
  }
  /*# sourceMappingURL=maps/stores-details.css.map */
  .hero-carousel {
      position: relative
    }
    .hero-carousel .breadcrumbs {
      position: absolute;
      margin: 0 auto;
      left: 0;
      right: 0;
      width: 100%;
      z-index: 1
    }
    .hero-carousel .breadcrumbs__item:not(:first-child)::before {
      color: #e8ebed
    }
    .hero-carousel .breadcrumbs__item a {
      color: #e8ebed
    }
    .hero-carousel__carousel {
      position: relative
    }
    .hero-carousel__item {
      position: relative
    }
    .hero-carousel__item::before {
      background: -webkit-gradient(linear,right top,left top,color-stop(40.66%,rgba(38,40,43,.4)),to(#26282b));
      background: -webkit-linear-gradient(right,rgba(38,40,43,.4) 40.66%,#26282b 100%);
      background: -moz-linear-gradient(right,rgba(38,40,43,.4) 40.66%,#26282b 100%);
      background: -o-linear-gradient(right,rgba(38,40,43,.4) 40.66%,#26282b 100%);
      background: linear-gradient(270deg,rgba(38,40,43,.4) 40.66%,#26282b 100%);
      content: '';
      height: 100%;
      left: 0;
      opacity: .6;
      position: absolute;
      top: 0;
      width: 100%
    }
    .hero-carousel__image {
      z-index: 0
    }
    .hero-carousel__image img {
      -o-object-fit: cover;
      object-fit: cover
    }
    @media (max-width:767.98px) and (orientation:landscape) {
      .hero-carousel__image img {
        min-height: 100vh
      }
    }
    @media (min-width:768px) and (orientation:portrait) {
      .hero-carousel__image img {
        min-height: 35vh
      }
    }
    @media (min-width:768px) and (orientation:landscape) {
      .hero-carousel__image img {
        min-height: 100vh
      }
    }
    @media (min-width:992px) {
      .hero-carousel__image img {
        min-height: 70vh
      }
    }
    @media (min-width:1212px) {
      .hero-carousel__image img {
        min-height: auto;
        max-height: 75vh
      }
    }
    .hero-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) {
      .hero-carousel__container {
        top: 45%
      }
    }
    @media (min-width:1441px) {
      .hero-carousel__container {
        top: 35%
      }
    }
    .hero-carousel__content {
      width: 100%
    }
    @media (min-width:768px) {
      .hero-carousel__content {
        width: 476px
      }
    }
    @media (min-width:992px) {
      .hero-carousel__content {
        width: 600px
      }
    }
    .hero-carousel__title {
      font-family: BioRhyme;
      font-size: 36px;
      line-height: 44px;
      margin-bottom: 4px;
      color: #fff
    }
    @media (min-width:992px) {
      .hero-carousel__title {
        margin-bottom: 8px
      }
    }
    .hero-carousel__desc {
      color: #fdfeff;
      font-size: 16px;
      line-height: 24px;
      margin-bottom: 28px
    }
    @media (min-width:992px) {
      .hero-carousel__desc {
        font-size: 20px;
        line-height: 28px;
        margin-bottom: 40px
      }
    }
    .hero-carousel__cta {
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      list-style: none
    }
    .hero-carousel__cta:first-child {
      margin-right: 50px
    }
    .hero-carousel__cta a {
      min-width: 180px;
      margin-right: 15px;
      font-size: 16px;
      line-height: 19px;
      padding: 12px 20px
    }
    .hero-carousel__cta a span {
      padding-left: 10px;
      font-size: 14px
    }
    @media (min-width:992px) {
      .hero-carousel__cta a {
        font-size: 18px;
        line-height: 27px;
        padding: 16px 32px
      }
    }
    .hero-carousel__bottom {
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
      -moz-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      -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
    }
    .hero-carousel__pagination {
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex
    }
    .hero-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
    }
    .hero-carousel__pagination-item.active {
      width: 32px;
      -webkit-border-radius: 10px;
      -moz-border-radius: 10px;
      border-radius: 10px;
      background-color: #ab8fd1
    }
    .hero-carousel__buttons {
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex
    }
    .hero-carousel__buttons-next,
    .hero-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) {
      .hero-carousel__buttons-next,
      .hero-carousel__buttons-prev {
        width: 66px;
        height: 66px
      }
    }
    .hero-carousel__buttons-next.disabled,
    .hero-carousel__buttons-prev.disabled {
      opacity: .7
    }
    .hero-carousel__buttons-prev {
      margin-right: 10px
    }
    /*# sourceMappingURL=maps/hero-carousel.css.map */
    @media (max-width:1212px) {
      .stores-details__slider-desktop .thumb-previewer img{
       margin-top: 25px;
      }
       .stores-details__shop-details {
          margin-top: 38px;
      }
      }
      @media (max-width:576px) {
        .stores-details-mobile .hero-carousel__image img {
          margin-top: 55px;  
      }
      .stores-details__shop-details {
       margin-top:0px;
      }
      }