/*
Theme Name: Hello Elementor Child
Author: Resolution Digital
Description: This is a child theme of Hello Elementor.
Version: 1.0.6
Template: hello-elementor

This is the child theme for Hello Elementor theme, generated with Generate Child Theme plugin by catchthemes.

(optional values you can add: Theme URI, Author URI, License, License URI, Tags, Text Domain)
*/

/**
* Homepage Product Slider
*/
#home-product-slider .swiper {
    padding-bottom: 112px;
}

#home-product-slider .swiper .swiper-pagination {
    text-align: left;
    bottom: 28px;
    line-height: 1;
}

#home-product-slider .swiper .swiper-pagination .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    background: #e79fd8;
    margin: 0 8px 0 0;
}

#home-product-slider
    .swiper
    .swiper-pagination
    .swiper-pagination-bullet.swiper-pagination-bullet-active,
#home-product-slider
    .swiper
    .swiper-pagination
    .swiper-pagination-bullet:hover {
    background: #cb2fab;
}

#home-product-slider .swiper .swiper-button-prev,
#home-product-slider .swiper .swiper-button-next {
    top: auto;
    bottom: 0;
    width: 64px;
    height: 64px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 64px;
    background: #efbfe5;
    transform: none;
    z-index: 10;
}

#home-product-slider .swiper .swiper-button-prev {
    left: auto;
    right: 79px;
}

#home-product-slider .swiper .swiper-button-next {
    right: 0;
}

#home-product-slider .swiper .swiper-button-prev svg,
#home-product-slider .swiper .swiper-button-next svg {
    width: 16px;
    height: 16px;
}

#home-product-slider .swiper .swiper-button-prev:after,
#home-product-slider .swiper .swiper-button-next:after {
    content: none;
}
