/* --------- HOME PAGE  ----------- */

/* SECTION 1 */

/* START SLIDER STYLES */

/* This makes the elementor slider full width as it creates padding on the slider */
#home-slider .elementor-main-swiper {
    width: 100%;
}
/* This makes arrows on the homepage slider have a margin of 1rem to ensure they dont touch the sides of the page */
#home-slider .elementor-swiper-button {
    margin: 1rem;
}
/* Removes Slider Arrows in Tablet and Mobile */
@media only screen and (max-width: 1024px) {
  #home-slider .elementor-swiper-button {
    display:none;
  }
}
/* This moves the Home Slider Dot pagination upwards */
 #home-slider .swiper-pagination {
    bottom: 20px;
}

/* END SLIDER STYLES */

/* SHOP PAGE */

/* START SLIDER STYLES */

/* This makes the elementor slider full width as it creates padding on the slider */
#home-slider2 .elementor-main-swiper {
    width: 100%;
}
/* This makes arrows on the homepage slider have a margin of 1rem to ensure they dont touch the sides of the page */
#home-slider2 .elementor-swiper-button {
    margin: 1rem;
}
/* Removes Slider Arrows in Tablet and Mobile */
@media only screen and (max-width: 1024px) {
  #home-slider2 .elementor-swiper-button {
    display:none;
  }
}
/* This moves the Home Slider Dot pagination upwards */
 #home-slider2 .swiper-pagination {
    bottom: 20px;
}

/* END SLIDER STYLES */

