/* Hide dimensions and weight from Product page */
.js-store-prod-dimensions.t-typography__characteristics {
    display: none !important;
}
.js-store-prod-weight.t-typography__characteristics {
    display: none !important;
}
