/*
 Theme Name:   Levre Child
 Description:  Levre WordPress Theme — designed specially for cosmetics shop & beauty store
 Author:       firstsight_design
 Author URI:   https://themeforest.net/user/firstsight_design
 Template:     levre
 Version:      4.3
 License:      GPL v2
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         cosmetic shop, cosmetics, cosmetics ecommerce theme, cosmetics store, beauty shop, woocommerce, beauty products, beauty store, beauty salon, cosmetic company, cosmetic ecommerce, skincare, hair, organic shop, organic cosmetics
 Text Domain:  levre-child
*/

/* Coming Soon Styling */

.flex.checkbox {
    display: flex;
    align-items: start;
    gap: 5px;
    position: relative;
}

.celia-checkbox{
    margin-top:8px;
}

.flex.col.celia-checkboxes {
    margin-top: 20px;
}

.checkout-wrapper .woocommerce-form-login-toggle .woocommerce-info{
    display: flex !important;
}

.product-tabs-screening-section {
    margin-top: 20px;
}

/* shop page hero banner  */

/* Swiper Container */
.homepage-banner-swiper {
    position: relative;
    width: 100%;
    max-height: 500px;
    overflow: hidden;
}

/* Slide Wrapper */
.banner-slide {
    position: relative;
    width: 100%;
    height: 100%;
}

/* Responsive Image */
.banner-slide picture,
.banner-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    min-height: 600px;
    max-height: 600px;
}

/* Overlay Text */
.banner-content {
    position: absolute;
    top: 25%;
    left: 8%;
    z-index: 10;
    color: white;
    max-width: 600px;
    padding: 20px;
    border-radius: 8px;
}

.banner-slide::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4); /* Adjust darkness here */
    z-index: 1;
}

/* Heading */
.banner-content h2 {
    font-size: 36px;
    line-height: 1.2;
    margin: 0 0 10px;
    color: #fff;
}

/* Description */
.banner-content p {
    font-size: 18px;
    line-height: 1.5;
    margin: 0;
}

/* Swiper Arrows */
.swiper-button-next,
.swiper-button-prev {
    color: white !important;
}

/* Pagination Dots */
.swiper-pagination-bullet {
    background: white;
}

.swiper.homepage-banner-swiper {
    margin-bottom: 50px;
}


/* Responsive tweaks */
@media (max-width: 768px) {
    .homepage-banner-swiper {
        max-height: 500px;
    }

    .banner-slide picture,
    .banner-slide img {
        max-height: 500px;
    }

    .banner-content {
        bottom: 20%;
        left: 14%;
        padding: 15px;
    }

    .banner-content h2 {
        font-size: 24px;
    }

    .banner-content p {
        font-size: 16px;
    }

    .swiper-button-next::after,
    .swiper-button-prev::after {
        font-size: 16px !important; /* smaller for mobile */
    }
}

.banner-content ul li{
    margin-left: 20px;
}


