
.div_colors_seccions_familia {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-top: 10px;
    min-height: 20px;
}

.color_producte_familia {
    margin: 0 1px 0 1px;
    width: 12px;
    height: 12px;
    border-radius: 3px;
}

.more-colors-indicator {
    margin-left: 2px;
    font-size: 17px;
    color: var(--op-body-color-dark-neutral);
}

.div_general_seccio_familia {
    background-color: white;
    display: flex;
    flex-direction: column;
    margin-top: 20px;
    gap: 20px;
}

.text_contigut_seccio_familia a {
    text-decoration: underline!important;
    color: var(--op-body-color-dark-neutral);
}

.titol_seccio_familia{
    font-size: var(--op-title-size);
    text-align: center;
    color: var(--op-body-color-dark-neutral);
}

.div_imatges_links_seccio { 
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

#grid_header {
    display: flex;
    align-items: center;
    justify-content: space-between;
}


.btn_box_productes {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 25px;
    margin-top: auto;
}

#text_btn_box_productes {
    background-color: var(--op-brand-color-orange);
    padding: 0.5em 2em 0.5em 2em;
    color: white;
    border-radius: 25px;
    font-weight: 600;
    transition: 0.3s;
}

#text_btn_box_productes:hover {
    opacity: 0.7;
}

.contigut_seccio_familia h2 {
    color: #48475C;
}

.contigut_seccio_familia h3 {
    color: #48475C;
}

.div_producte_link {
    border-radius: 0.25rem;
    margin-bottom: 20px;
    
    display: flex;
    flex-direction: column;
}

.div_imatge_banner_producte_link {
    overflow: hidden;
}

.imatge_banner_producte_link {
    transition: all 0.3s;
}

.div_imatge_banner_producte_link:hover .imatge_banner_producte_link {
    transition: all 0.3s;
    transform: scale(1.04);
}

img.imatge_banner_producte_link{
    width: 100%;
}

.div_no_imatge_producte_link {
   padding-top: 20px;
   padding-bottom: 20px;
   display: flex;
   flex-direction: column;
   align-items: center;
}

.div_reviews {
    margin-bottom: 0px !important;
}

.text_producte_link {
    text-decoration: none;
    color: #323232;
    font-weight: 400;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 85%;
    min-height: 40px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.div_seccio_descripcio {
    display: flex;
    flex-direction: column;
    text-align: initial;
}

.div_general_descripcio {
    border-top: 1px solid var(--op-body-color-dark-neutral);
    padding-top: 15px;
    padding-bottom: 15px;
}

.no_stars_div{
    height: 24px;
}

.div_titol_descripcio_sub {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
}

.div_titol_descripcio_sub .arrow_titol_descripcio_sub {
    height: 20px;
    width: 20px;
    transform: rotate(270deg);
}

.div_titol_descripcio_sub.opened_sub .arrow_titol_descripcio_sub {
    transform: rotate(90deg);
}

.titol_descripcio_sub {
    font-size: 22px;
    font-weight: 600;
    color: #48475c;
}

.div_general_descripcio h2 {
    font-size: 22px;
    font-weight: 600;
    color: #48475c;
}

.div_general_descripcio h3 {
    font-size: var(--op-body-size);
    font-weight: 400;
    color: var(--op-body-color-dark-neutral);
}

.text_descripcio_sub {
    color: #48475C;
    font-size: 17px;
    font-weight: 300;
    line-height: 1.5;
    
    margin-top: 15px;
    margin-bottom: 40px;
}

.text_descripcio_sub h4 {
    color: #48475C;
} 

.text_descripcio_sub strong, .text_descripcio_sub b {
    font-weight: 400;
}

.div_imatges_descripcio_sub {
    margin-top: 20px;
}

.div_imatge_sub {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.imatge_descripcio_sub {
    margin-right: 10px;
}

.text_imatge_descripcio_sub {
    color: #48475c;
    font-size: 18px;
    font-weight: 100;
}

.preu_producte_link, .preu_desde_link_mo {
    font-size: 19px;
    color: var(--op-body-color-dark-neutral);
    font-weight: 500;
}

.mostrar_preus_categoria {
    margin-top: 13px;
}

ul li {
    list-style-image: url() !important;
}

.banner_doble_seccio_familia {
    width: 49%;
    margin-right: 1%;
}

.banner_individual_seccio_familia {
    width: 24%;
    margin-right: 1%;
}

.text_contigut_seccio_familia {
    font-weight: 300;
    color: var(--op-body-color-dark-neutral);
    margin-bottom: 20px;
}
    
.text-superior {
    text-align: left;
    margin-bottom: 0rem;
}

.text_contigut_seccio_familia strong {
    font-weight: 500;
}


.div_container_stars.soc_familia,
.no_stars_div {
    margin-top: 0.4em;
}    

.bombolla_free_labels{
    position: absolute;
    font-size: 15px;
    font-weight: 500;
    top: 0; 
    left: 0;
    padding-left: 5px !important;
    color: white;
    background-color: var(--op-brand-color-orange);
    margin-top: 10px; 
    padding: 4px 5px;
    z-index: 1;
    border-radius: 20px;
    margin-left: 10px;
}

.bombolla_free_labels_2{
    position: absolute;
    font-size: 15px;
    font-weight: 500;
    top: 35px; 
    left: 0;
    padding-left: 5px !important;
    color: white;
    background-color: var(--op-brand-color-green);
    margin-top: 10px; 
    padding: 4px 5px;
    z-index: 1;
    border-radius: 20px;
    margin-left: 10px;
}

.negre{
    background-color: var(--op-body-color-dark-neutral);
}

@media (min-width: 600px) {
    .div_no_imatge_producte_link {
        flex-grow: 1;
    }
    
    .text_producte_link {
        height: -webkit-fill-available;
    }
}

@media (max-width: 600px) {
    
    .div_imatges_links_seccio {
        margin-top: 10px;
    }
    
    .div_general_seccio_familia {
        margin-top: 0;
    }
    .div_general_descripcio{
        margin: 0px 10px 0px 10px
    }
    .banner_individual_seccio_familia {
        width: 48%;
        margin-right: 0px;
        height: 100%;
        flex-grow: 0;
    }
    
    .banner_doble_seccio_familia {
        width: 100%;
        margin-right: 0px;
        height: 100%;
    }
    .div_imatges_links_seccio { 
        justify-content: space-between;
        column-gap: 10px;
    }
    .div_producte_link {
        display: flex;
        flex-direction: column;
        margin-bottom: 20px;
        cursor: pointer;
        min-height: 20vw;
        height: auto;
    }
    
    .text-superior {
        text-align: left;
    }
}

@media (min-width: 900px) {
    img.imatge_banner_producte_link {
        width: 100%;
    }
}
