﻿/*********** SPLIDE SLIDER ARROW **********/
.splide__arrow {
  background: var(--clr-white) !important;
  opacity: 1 !important;
  box-shadow: 0px 0px 14px 0px rgba(0,0,0,0.1);
}

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

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

/*********** SPLIDE SLIDER PAGINATION **********/
.splide__pagination {
  bottom: 0;
  gap: 3px;
  position: static !important;
  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(--clr-primary) !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 {
  display: none;
}

/*.product-slider .splide__arrow--prev,*/
/*.category-slider .splide__arrow--prev,*/
/*.manufacturer-slider .splide__arrow--prev {*/
/*  top: -28px !important;*/
/*  inset-inline-start: 0 !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 {*/
/*  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;
}


/*============== CATEGORY SPLIDE ===========================*/
.category-container .splide__arrow.splide__arrow--prev,
.category-container .splide__arrow.splide__arrow--next {
  top: 50% !important;
}

/*================ CUSTOM SPLIDE SLIDER STYLE TOP TRENDS ================*/
.trending-categories__products__slider .splide__pagination__page.is-active {
  background: var(--clr-primary);
}

.trending-categories__products__slider .splide__arrow {
  background: var(--clr-primary);
}

.our-brands__products__slider .splide__pagination__page.is-active {
  background: var(--clr-primary);
}

.our-brands__products__slider .splide__arrow {
  background: var(--clr-primary);
}

.manufacturer-slider .splide__arrow.splide__arrow--prev {
  top: 50% !important;
  left: 20px !important;
}

.manufacturer-slider .splide__arrow.splide__arrow--next {
  top: 50% !important;
  right: 20px !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 {
    display: flex;
  }

  /*.product-slider .splide__arrow--prev,*/
  /*.category-slider .splide__arrow--prev,*/
  /*.manufacturer-slider .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 {*/
  /*  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 {
    top: calc(50% - 75px) !important;
    left: 20px !important;
  }

  .product-slider .splide__arrow--next,
  .category-slider .splide__arrow--next {
    top: calc(50% - 75px) !important;
    right: 20px !important;
  }
}
