/*
 Theme Name: Astra Child
 Template: astra
 Version: 1.0.0
*/

/* ====================== */
/* PRODUKTŲ PAVADINIMAI   */
/* ====================== */

h1, h2, h3, h4, h5, h6,
.woocommerce-loop-product__title,
.product_title,
.wp-block-post-title,
.ast-shop-product-title,
.ast-woocommerce-container h2,
.ast-woocommerce-container h3 {
    text-transform: none !important;
    font-weight: normal !important;
    white-space: normal !important;
    word-break: break-word !important;
    line-height: 1.4 !important;
}

.woocommerce-loop-product__title,
.wp-block-post-title {
    font-size: 16px !important;
}

/* Mobili versija */
@media (max-width: 768px) {
    .woocommerce-loop-product__title,
    .wp-block-post-title {
        font-size: 16px !important;
    }
}

/* ====================== */
/* SUB-MENU PATAISYMAS   */
/* ====================== */

.ast-desktop .main-header-menu .sub-menu {
    background-color: #ffffff !important;
    opacity: 0.95 !important;
    color: #000 !important;
}

.ast-desktop .main-header-menu .sub-menu a {
    color: #000 !important;
}

