/**
 * CSS Front-Office du module new_products_page
 *
 * @author Romain - Dolikom
 * @copyright 2025 Dolikom
 */

#module-new_products_page-display svg#newproduct {
    max-width: 50px;
}

#module-new_products_page-display svg#newproduct .cls-1 {
    fill: none;
    stroke: #595a5b;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 0.3px;
}

@media (max-width: 767px) {
    #module-new_products_page-display svg#newproduct {
        display: none;
    }
}

#module-new_products_page-display .page-wrapper {
    border: none;
    background-color: unset;
}

#module-new_products_page-display .card-header,
#module-new_products_page-display .address-header,
#module-new_products_page-display .page-header {
    padding: 0;
    background-color: unset;
    border-bottom: none;
    margin-bottom: 0.5rem;
}

#module-new_products_page-display h1,
#module-new_products_page-display .date {
    font-family: "HelveticaNeue-BoldCond", sans-serif;
    color: #575756;
}

#module-new_products_page-display .thumbnail-color {
    width: 90px;
    height: 90px;
    display: block;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 4px;
}

@media (max-width: 500px) {
    #module-new_products_page-display .thumbnail-color {
        width: 60px;
        height: 60px;
    }
}

@media (min-width: 991px) {
    #module-new_products_page-display .custom-width {
        width: 12.5%;
    }
}

@media (max-width: 990px) {
    #module-new_products_page-display .custom-width {
        width: 25%;
    }
}

#module-new_products_page-display .subtitle {
    font-weight: 600;
    margin-bottom: 1rem;
}

#module-new_products_page-display .title-block {
    border-bottom: 1px solid #ddd;
    padding-bottom: 0.5rem;
}
