﻿/*********** SPLIDE SLIDER ARROW **********/
.splide__arrow {
  background: transparent !important;
  opacity: 1 !important;
  width: auto !important;
}

.splide__arrow svg {
  fill: var(--primary-p400) !important;
  width: 1em !important;
  height: 1em !important;
}

.splide__arrow:disabled svg {
  fill: var(--gray-g300) !important;
}


/*********** SPLIDE SLIDER PAGINATION **********/
.splide__pagination {
  bottom: 0;
  gap: 3px;
  position: static;
  padding-top: 20px;
}

.splide__pagination__page {
  width: 6px !important;
  height: 6px !important;
  opacity: 1 !important;
  background: #BBAE8C !important;
}

.splide__pagination__page.is-active {
  background: var(--primary-p400) !important;
}

/*********** SPLIDE SLIDER FOR HOME-BANNER **********/
.home-banner-slider .splide__pagination {
  position: absolute !important;
}

/*********** SPLIDE SLIDER FOR PRODUCTS **********/
.product-slider .splide__arrow,
.category-slider .splide__arrow,
.manufacturer-slider .splide__arrow,
.scarousel-review .splide__arrow {
  display: none;
}

.product-slider .splide__arrow--prev,
.category-slider .splide__arrow--prev,
.manufacturer-slider .splide__arrow--prev,
.scarousel-review .splide__arrow--prev {
  top: -28px !important;
  inset-inline-end: 28px !important;
  inset-inline-start: initial !important;
}

/*.category-page .category-slider .splide__arrow--prev {
  top: unset !important;
  inset-inline-end: initial !important;
  inset-inline-start: 16px !important;
}*/

.product-slider .splide__arrow--next,
.category-slider .splide__arrow--next,
.manufacturer-slider .splide__arrow--next,
.scarousel-review .splide__arrow--next {
  top: -28px !important;
  inset-inline-end: 0 !important;
}

/*.category-page .category-slider .splide__arrow--next {
  top: unset !important;
  inset-inline-end:  16px !important;
  inset-inline-start: initial !important;
}*/

.product-box-inner-slider .splide__arrow {
  position: absolute;
  z-index: 50;
}

.product-box-inner-slider .splide__arrow.splide__arrow--prev {
  inset-inline-start: 15px !important;
  inset-inline-end: initial !important;
  top: 50% !important;
  transform: translateY(-50%);
}

.product-box-inner-slider .splide__arrow.splide__arrow--next {
  inset-inline-end: 15px !important;
  top: 50% !important;
  transform: translateY(-50%);
}

/*.category-page .category-slider .splide__arrow--prev,
.category-page .category-slider .splide__arrow--next {
  top: unset !important;
}*/

/*================ Large devices (desktops, 992px and up) ================*/
@media only screen and (min-width: 992px) {
  /*************** PRODUCT SLIDER ***************/
  .product-slider .splide__arrow,
  .category-slider .splide__arrow,
  .manufacturer-slider .splide__arrow,
  .scarousel-review .splide__arrow {
    display: block;
  }

  .product-slider .splide__arrow--prev,
  .category-slider .splide__arrow--prev,
  .manufacturer-slider .splide__arrow--prev,
  .scarousel-review .splide__arrow--prev {
    top: -22px !important;
  }

/*  .category-page .category-slider .splide__arrow--prev,
  .category-page .category-slider .splide__arrow--next {
    top: 50% !important;
  }*/

  .product-slider .splide__arrow--next,
  .category-slider .splide__arrow--next,
  .manufacturer-slider .splide__arrow--next,
  .scarousel-review .splide__arrow--next {
    top: -22px !important;
  }
}

@media only screen and (min-width: 992px) {
  
}
/*================ X-Large devices (large desktops, 1200px and up) ================*/
@media only screen and (min-width: 1200px) {
  .product-slider .splide__arrow--prev,
  .category-slider .splide__arrow--prev,
  .manufacturer-slider .splide__arrow--prev,
  .scarousel-review .splide__arrow--prev {
    top: -28px !important;
  }

  .product-slider .splide__arrow--next,
  .category-slider .splide__arrow--next,
  .manufacturer-slider .splide__arrow--next,
  .scarousel-review .splide__arrow--next {
    top: -28px !important;
  }
}


/*========================================================================================
==========================================================================================
============================ SWIPER RELATED STYLESS ======================================
==========================================================================================
==========================================================================================*/
.swiper.products-swiper .swiper-wrapper {
  height: auto;
}

.swiper-button-next,
.swiper-button-prev {
  display: none !important;
  color: var(--primary-p400) !important;
}

.swiper-button-next::after,
.swiper-button-prev::after {
  content: "" !important;
}

.products-carousel-nav-btn.swiper-button-next,
.review-carousel-nav-btn.swiper-button-next,
.sub-category-swiper .swiper-button-next {
  top: -28px !important;
  inset-inline-end: 0 !important;
}

.products-carousel-nav-btn.swiper-button-prev,
.review-carousel-nav-btn.swiper-button-prev,
.sub-category-swiper .swiper-button-prev {
  top: -28px !important;
  inset-inline-start: initial !important;
  inset-inline-end: 28px !important;
}

.swiper .swiper-pagination .swiper-pagination-bullet {
  transform: scale(0.8);
  opacity: 1 !important;
  background: #BBAE8C !important;
}

.swiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: var(--primary-p400) !important;
  transform: scale(1.4);
  transition: transform 0.3s;
}

.products-carousel .banner-slider {
  height: 100%;
}

.discount-info {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  color: var(--white);
  z-index: 1;
}

.discount-info .title {
  font-family: "Lora", serif !important;
  color: #fff;
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 16px !important;
}

.discount-info .timer {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
}

.discount-info .timer > div {
  width: 44px;
  font-weight: 500;
  border-radius: 4px;
  background-color: #fff;
  padding: 4px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 2px;
}

.anywhere-carousel.sub-category {
    margin-top: 18px;
}

.anywhere-carousel-container {
  position: relative;
}


/*================ Large devices (desktops, 992px and up) ================*/
@media only screen and (min-width: 992px) {
  .swiper-button-next,
  .swiper-button-prev {
      display: flex !important;
  }

  .products-carousel-nav-btn.swiper-button-next,
  .products-carousel-nav-btn.swiper-button-prev,
  .review-carousel-nav-btn.swiper-button-next,
  .review-carousel-nav-btn.swiper-button-prev,
  .sub-category-swiper .swiper-button-next,
  .sub-category-swiper .swiper-button-prev {
    top: -22px !important;
    transform: none;
  }

  .discount-info {
    width: 100%;
    top: unset;
    bottom: 60px;
    left: 0;
    transform: translate(0%, 0%);
  }
}