.need-help-choosing h3{
    font-family: "Archivo", sans-serif;
    font-weight: 700;
    font-size: 32px;
    margin: 0;

}
.need-help-choosing p{
    font-family: "Archivo", sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    color: #6E6E6E;
    margin: 0;
}
.elementor-widget-custom_product_listing{
    width: 100%;
    align-self: flex-start !important;
}
.need-help-choosing .need-help-choosing-button{
    font-family: "Inter", sans-serif;
    font-weight: 600 !important;
    font-size: 16px !important;
    border-radius: 8px !important;
    padding: 12px 18px !important;
    background-color: #fff !important;
    color: #414651 !important;
    border: 1px solid #D5D7DA !important;
    max-width: 270px;
    text-align: center;
}
.need-help-choosing{
    display: flex;
    padding: 40px 60px;
    flex-direction: column;
    gap: 24px;
    box-shadow: 0px 4px 30px #EEEEEE;
    border-radius: 8px;
}
.custom-product-grid-wrapper{
    display: flex;
    flex-direction: column;
    gap: 40px;
}
.custom-product-listing-header{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 30px;

}
.custom-product-listing-header .custom-product-count{
    font-size: 16px;
    font-family: "Archivo", sans-serif;
    font-weight: 700;
}
.custom-product-listing-header .custom-sort-form label{
    font-family: "Archivo", sans-serif;
    font-weight: 700;
    font-size: 14px;
    text-wrap: nowrap;

}
.custom-product-listing-header .custom-sort-form select{
    font-family: "Archivo", sans-serif;
    font-weight: 400;
    font-size: 14px;
    padding: 8px 12px;
    border-radius: 8px;
    border: 1px solid #D5D7DA;
    background-color: #fff;
}
.custom-product-listing-header .custom-sort-form{
    display: flex;
    align-items: center;
    gap: 16px;
}
.custom-product-listing-widget{
    padding-bottom: 50px;
}
.custom-pagination-container{
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
    align-items: center;
}
.custom-pagination-container .pagination-list{
    list-style: none;
    display: flex;
    gap: 10px;
    margin: 0;
    font-family: "Archivo", sans-serif;
    font-size: 14px;
    font-weight: 500;
}
.custom-pagination-container .pagination-button{
    padding: 8px 12px;
    border: 1px solid #D5D7DA;
    border-radius: 8px;
    font-family: "Archivo", sans-serif;
    font-size: 14px;
    font-weight: 600;
    color: #414651;
}
.custom-pagination-container .pagination-button a{
    color: #414651;
}

@media screen and (max-width:1000px) {
    .custom-product-grid{
        grid-template-columns: repeat(2,1fr) !important;
    }
    
}
@media screen and (max-width:767px) {
    .custom-product-grid{
        gap: 10px !important;
    }
    .need-help-choosing h3{
        font-size: 24px;
    }
    .need-help-choosing p{
        font-size: 12px;
    }

    .need-help-choosing .need-help-choosing-button{
        max-width: 100%;
        width: 100%;
    }
    .need-help-choosing{
        padding: 15px 16px;
    }
    
}