/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Основные кнопки WooCommerce */
.woocommerce button.button,
.woocommerce a.button,
.woocommerce input.button,
.woocommerce #respond input#submit,
.woocommerce .added_to_cart,
.woocommerce .single_add_to_cart_button,
.woocommerce .checkout-button,
.woocommerce .place-order .button,
.woocommerce .cart .button,
.woocommerce .cart input.button,
.woocommerce .widget_shopping_cart_content .buttons a {
    background-color: #ffd080 !important;
    color: #31323f !important;
    border: none !important;
    font-weight: 500;
    text-transform: uppercase;
    padding: 12px 24px;
    border-radius: 4px;
    transition: all 0.3s ease;
}

/* Эффект при наведении */
.woocommerce button.button:hover,
.woocommerce a.button:hover,
.woocommerce input.button:hover,
.woocommerce #respond input#submit:hover,
.woocommerce .added_to_cart:hover,
.woocommerce .single_add_to_cart_button:hover,
.woocommerce .checkout-button:hover,
.woocommerce .place-order .button:hover,
.woocommerce .cart .button:hover,
.woocommerce .widget_shopping_cart_content .buttons a:hover {
    background-color: #ffc050 !important; /* Немного темнее при наведении */
    color: #31323f !important;
    transform: translateY(-1px);
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
}
/* Для всех кнопок WooCommerce */
.woocommerce a.button, 
.woocommerce button.button, 
.woocommerce input.button,
.woocommerce .single_add_to_cart_button {
    text-transform: lowercase !important;
    display: inline-block;
}

.woocommerce a.button::first-letter, 
.woocommerce button.button::first-letter, 
.woocommerce input.button::first-letter,
.woocommerce .single_add_to_cart_button::first-letter {
    text-transform: uppercase !important;
}
.priced .price{
	margin:0;
}
.productd:hover img{
	opacity:0.8;
}
.woocommerce-product-details__short-description p:last-child{
	margin:0;
}
#form-field-noedit{
	pointer-events: none;
}

/* скрываем блок с классом wpc-filters-section, если внутри него есть элемент с классом wpc-no-filter-terms */
.wpc-filters-section:has(.wpc-no-filter-terms) {
    display: none !important;
}