/**
Theme Name: mhu
Author: Brainstorm Force
Author URI: http://wpastra.com/about/
Description: Astra is the fastest, fully customizable & beautiful theme suitable for blogs, personal portfolios and business websites. It is very lightweight (less than 50KB on frontend) and offers unparalleled speed. Built with SEO in mind, Astra comes with schema.org code integrated so search engines will love your site. Astra offers plenty of sidebar options and widget areas giving you a full control for customizations. Furthermore, we have included special features and templates so feel free to choose any of your favorite page builder plugin to create pages flexibly. Some of the other features: # WooCommerce Ready # Responsive # Compatible with major plugins # Translation Ready # Extendible with premium addons # Regularly updated # Designed, Developed, Maintained & Supported by Brainstorm Force. Looking for a perfect base theme? Look no further. Astra is fast, fully customizable and beautiful theme!
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: mhu
Template: astra
*/

@media screen and (min-width: 769px) {

    #mobile { display: none; }
    #desktop {display: block; }
}

@media screen and (max-width: 769px) {

    #mobile { display: block; }
    #desktop {display: none; }
}

.sectiune-top h1,
.sectiune-top h2,
.sectiune-top h3,
.sectiune-top h4,
.sectiune-top h5,
.sectiune-top h6,
.sectiune-top p {
    color: #fff;
}


/* Stiluri pentru produse individuale */
.woocommerce ul.products li.product {
    position: relative;
    padding-bottom: 60px;
    margin-bottom: 2.992em;
}

.woocommerce ul.products li.product .button {
    position: absolute;
    bottom: 10px;
    left: 0;
    right: 0;
    width: fit-content;
    margin: 10px auto !important;
}

/* Container-ul categoriei trebuie să fie relative */
.woocommerce-js ul.products li.product.product-category {
    position: relative;
}

/* Ascunde contorul de produse din categorii */
.woocommerce-js ul.products li.product .woocommerce-loop-category__title .count, 
.woocommerce-page ul.products li.product .woocommerce-loop-category__title .count {
    display: none;
}

.price-wrapper {
    display: flex;
    flex-direction: column;
    gap: 5px;
}

