/*
Theme Name: Hello Elementor Child
Theme URI: https://elementor.com/
Description: Child theme for Hello Elementor
Author: Your Name
Author URI: https://yourwebsite.com/
Template: hello-elementor
Version: 1.0.0
Text Domain: hello-elementor-child
*/

/* Add your custom CSS below */

h1.woocommerce-products-header__title.page-title {
    font-size: 50px;
}

.category_cstmscmz {
    display: flex;
    align-items: center;
    gap: 30px;
    width: 100%;
    margin: auto;
    margin-bottom: 65px;
    flex-wrap: wrap;
}

.category_cstmscmz .catgry_lft {
    flex: 0 0 calc(50% - 15px);
}
.category_cstmscmz .catgry_rit {
    flex: 0 0 calc(50% - 15px);
}
.catgrit_imgmz {
    width: 100%;
    position: relative;
    padding-top: 62%;
}

.catgrit_imgmz img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 22px;
    box-shadow: 1px 0px 4px black;
}
.category_cstmscmz p {
    font-size: 16px;
    color: #000000;
    font-family: inherit;
    text-align: justify;
}

@media screen and (max-width: 991px) {
    .category_cstmscmz .catgry_lft {
        flex: 0 0 100%;
    }
    .category_cstmscmz .catgry_rit {
        flex: 0 0 100%;
        width: 100%;
    }
    .category_cstmscmz
    {
        margin-bottom: 20px;
    }
    .category_cstmscmz.crverse
    {
        flex-direction: column-reverse;
    }
}

@media screen and (max-width: 767px) {
    .category_cstmscmz
    {
        width: 100%;
        padding: 0 20px;
    }
    h1.woocommerce-products-header__title.page-title {
        font-size: 24px;
    }
    .category_cstmscmz p
    {
        font-size: 14px;
    }
    
}