/*
Theme Name: Flatsome Child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/
/* Product Subtitle Styling */
.product-subtitle {
    margin-top: 8px !important;
    margin-bottom: 20px !important;
    font-size: 16px;
    color: #999;
    font-style: italic;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: 0.5px;
    display: block;
    border-bottom: 1px solid #eee;
    padding-bottom: 15px;
}

/* Alternative clean style without border */
.product-subtitle.clean {
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 15px !important;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #555;  /* Universal dark gray - works with any product */
    font-weight: 500;
    font-style: normal;
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .product-subtitle {
        font-size: 14px;
        margin-bottom: 15px !important;
        padding-bottom: 12px;
    }
    
    .product-subtitle.clean {
        font-size: 12px;
        margin-bottom: 12px !important;
    }
}

/* Optional: Different styling variations */
.product-subtitle.bold {
    font-weight: 600;
    font-style: normal;
}

.product-subtitle.uppercase {
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 14px;
}


@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/


}