﻿/*********** 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 {
  display: none;
}

.product-slider .splide__arrow--prev,
.category-slider .splide__arrow--prev,
.manufacturer-slider .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 {
  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 {
    display: block;
  }

  .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,
  .manufacturer-slider .splide__arrow--prev {
    top: -28px !important;
  }

  .product-slider .splide__arrow--next,
  .category-slider .splide__arrow--next,
  .manufacturer-slider .splide__arrow--next {
    top: -28px !important;
  }
}

