/**
 * Product Header Styles
 * 
 * Styles for product header shortcode with badge, title and SKU
 */

/* Product Header Container */
.mc-product-header {
    margin-bottom: 20px;
    position: relative;
}

/* Badge Wrapper */
.mc-product-badge-wrapper {
    margin-bottom: 10px;
}

/* Badge Override for Header */
.mc-product-header .mc-product-tag-badge {
    position: relative;
    top: auto;
    right: auto;
    display: inline-block;
}

/* Product Title */
.mc-product-header h1.mc-product-title {
    color: #252525;
    font-family: "Plus Jakarta Sans";
    font-size: 32px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
    margin: 10px 0 5px 0;
}

/* Product SKU */
.mc-product-header .mc-product-sku {
    color: #000;
    font-family: "Plus Jakarta Sans";
    font-size: 12px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
}