<style id="wc-single-hacks">
body.woocommerce .product-entry-wrapper h1.product_title {
font-size: calc(31px + (38 - 31) * ((100vw - 300px) / (1440 - 300)));
font-weight: 800
}
body.woocommerce .product-entry-wrapper h3 {
font-size: calc(19px + (24 - 19) * ((100vw - 300px) / (1440 - 300)));
margin-bottom: 17px;
}
.woocommerce-tabs[data-type*="type-1"] ul.tabs {
border: 0
}
.single-product .related,
.single-product .up-sells {
margin-bottom: calc(50px + (40 - 50) * ((100vw - 300px) / (1440 - 300)))
}
</style>