/*
Theme Name: Uncode Child
Description: Child theme for Uncode theme
Author: Undsgn™
Author URI: http://www.undsgn.com
Template: uncode
Version: 1.0.0
Text Domain: uncode
*/

body.single-product .main-container,
body.single-product #content,
body.single-product .post-wrapper,
body.single-product .woocommerce,
body.single-product div.product {
    background-color: transparent !important;
}


/* BIG ART TITLE (DISPLAY TITLE) */
body.single-product .mstrs-display-title {
    font-size: clamp(72px, 10vw, 160px);
    line-height: 0.8;
    font-weight: 900;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    margin: 40px 0 16px;
    color: inherit;
}
