@keyframes splide-loading {
  0% {
    transform: rotate(0); }
  to {
    transform: rotate(1turn); } }
.splide__track--draggable {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.splide__track--fade > .splide__list > .splide__slide {
  margin: 0 !important;
  opacity: 0;
  z-index: 0; }

.splide__track--fade > .splide__list > .splide__slide.is-active {
  opacity: 1;
  z-index: 1; }

.splide--rtl {
  direction: rtl; }

.splide__track--ttb > .splide__list {
  display: block; }

.splide__container {
  box-sizing: border-box;
  position: relative; }

.splide__list {
  backface-visibility: hidden;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  margin: 0 !important;
  padding: 0 !important; }

.splide.is-initialized:not(.is-active) .splide__list {
  display: block; }

.splide__pagination {
  -ms-flex-align: center;
  align-items: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0;
  pointer-events: none; }

.splide__pagination li {
  display: inline-block;
  line-height: 1;
  list-style-type: none;
  margin: 0;
  pointer-events: auto; }

.splide:not(.is-overflow) .splide__pagination {
  display: none; }

.splide__progress__bar {
  width: 0; }

.splide {
  position: relative;
  visibility: hidden; }

.splide.is-initialized, .splide.is-rendered {
  visibility: visible; }

.splide__slide {
  backface-visibility: hidden;
  box-sizing: border-box;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  list-style-type: none !important;
  margin: 0;
  position: relative; }

.splide__slide img {
  vertical-align: bottom; }

.splide__spinner {
  animation: splide-loading 1s linear infinite;
  border: 2px solid #999;
  border-left-color: transparent;
  border-radius: 50%;
  bottom: 0;
  contain: strict;
  display: inline-block;
  height: 20px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 20px; }

.splide__sr {
  clip: rect(0 0 0 0);
  border: 0;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

.splide__toggle.is-active .splide__toggle__play, .splide__toggle__pause {
  display: none; }

.splide__toggle.is-active .splide__toggle__pause {
  display: inline; }

.splide__track {
  overflow: hidden;
  position: relative;
  z-index: 0; }

.splide__arrows {
  pointer-events: none;
  display: flex;
  justify-content: space-between;
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  transform: translate(0, -50%);
  z-index: 1; }

.arrowMod1 .splide__arrows {
  transform: translateY(calc(-50% - 24px)); }

@media (min-width: 992px) {
  .arrowMod-productGallery .splide__arrows {
    max-width: 88%;
    left: 6%;
    padding: 0 20px; } }
@media (min-width: 1300px) {
  .arrowMod-productGallery .splide__arrows {
    max-width: 100%;
    left: 0; } }

.splide__arrow {
  pointer-events: auto;
  width: 48px;
  height: 48px;
  background: #FCFBFA;
  border-radius: 50%;
  opacity: 0.6; }
  .splide__arrow:hover {
    opacity: 1; }
  .splide__arrow--prev {
    transform: translateX(-50%); }
  .splide__arrow--next {
    transform: translateX(50%); }
  .splide__arrow::after {
    content: '';
    display: block;
    width: 24px;
    height: 24px;
    background: url(../img/slider-arrow-right.svg) no-repeat center;
    background-size: contain;
    margin: auto; }
  .splide__arrow--prev::after {
    transform: rotate(180deg); }
  .splide__arrow svg {
    display: none; }

.trendsSlide img {
  padding-bottom: 20px; }
.trendsSlide__text {
  font-size: 18px;
  font-weight: 500;
  line-height: 28px; }

@media (max-width: 767px) {
  .trendsSlide img {
    padding-bottom: 16px; }
  .trendsSlide__text {
    font-size: 16px;
    font-weight: 500;
    line-height: 28px; } }
@media (max-width: 650px) {
  .mobrightSlider {
    width: calc(100% + 16px); } }

/*# sourceMappingURL=splide.min.css.map */
