/*custom CSS*/
.product-cover, #thumb-gallery {
    display: none !important;
}
.product-detail .product-prices {
    display: flex;
    gap: 5px;
}
.lSPager.lSGallery {
    opacity: 1;
}
.product-features > dl.data-sheet dd.value, .product-features > dl.data-sheet dt.name {
    word-break: normal;
}
/* Désactiver le header flottant sur les pages courtes */
@media (min-width: 991px) {
    body.page-my-account.keep-header #header,
    body.page-authentication.keep-header #header,
    body.page-addresses.keep-header #header {
        position: relative !important;
    }
    
    body.page-my-account.keep-header #page,
    body.page-authentication.keep-header #page,
    body.page-addresses.keep-header #page {
        padding-top: 0 !important;
    }
}