/*
Theme Name: BURJAN_WP
Author: 
Description: Your description goes here
Version: 1.0
Template: hello-elementor

This is the child theme for Hello Elementor theme, generated with Generate Child Theme plugin by catchthemes.

(optional values you can add: Theme URI, Author URI, License, License URI, Tags, Text Domain)
*/

.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.woocommerce #respond input#submit,
.woocommerce .button.alt {

    background-color: #d5242c !important;
    color: #ffffff !important;
    border: none !important;
}

.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover {

    background-color: #A42125 !important;
    color: #ffffff !important;
}
/* kép alap beállítás */
.tf-product-center .product-item img {
    width: 100%;
    height: 260px;
    object-fit: cover;
    display: block;
    transition: transform 0.35s ease;
    will-change: transform;
}

/* csak az adott product hoverel */
.tf-product-center .product-item:hover img {
    transform: scale(1.08);
}

/* biztonság, hogy ne lógjon ki */
.tf-product-center .product-item {
    overflow: hidden;
}
