.product_stocks__sizes.row.mx-n1 {
    display: none !important;
}

.cop_documents {
    display: none !important;
}

.cop_product__trait.--size {
    display: none !important;
}

.ordered_product_trait.--size {
    display: none !important;
}

@media (min-width: 979px) {
    .product__icon img {
        max-height: 35rem;
    }
}

@media (max-width: 756px) {
    #search .product__icon img {
        max-height: 32rem !important;
    }
}

.newdescription :is(p, h1, h2, h3, h4, h5, h6, ol, ul) {
    margin: 5px 0;
}

.newdescription__section :is(p, h1, h2, h3, h4, h5, h6, ol, ul) {
    margin: 5px 0;
}

.newdescription {
    --longdescription-gap: 0.5rem;
    gap: var(--longdescription-gap);
}