/*
 Theme Name:   Bevesi Child
 Theme URI:    http://klbtheme.com/bevesi/
 Description:  Bevesi Child Theme
 Author:       KlbTheme
 Author URI:   http://themeforest.net/user/KlbTheme
 Template:     bevesi
 Version:      1.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
 Text Domain:  bevesi-child
*/

/* 1. დააფიქსირეთ ლეიაუტი კატალოგში */
.woocommerce ul.products li.product {
    min-height: 400px; /* მოარგეთ თქვენს საჭიროებას */
    position: relative;
}

/* 2. პროდუქტის სათაურისთვის ფიქსირებული სიმაღლე */
.woocommerce-loop-product__title {
    height: 3em; /* 2 ხაზისთვის */
    overflow: hidden;
}

/* 3. ღირებულების კონტეინერისთვის ფიქსირებული სიმაღლე */
.price {
    min-height: 30px;
    display: block;
}

/* 4. ღილაკებისთვის */
.button.add_to_cart_button,
.product_type_variable,
.product_type_grouped {
    min-height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* 5. პროდუქტის გვერდი */
.woocommerce-product-gallery {
    min-height: 500px;
}

/* 6. რეზერვის ადგილი AJAX შეტყობინებებისთვის */
.woocommerce-notices-wrapper {
    min-height: 60px;
}

/* 7. ფილტრები/ვიჯეტები */
.widget_price_filter,
.widget_layered_nav {
    min-height: 150px;
}

/* 8. ჰედერის ფიქსაცია */
.site-header {
    position: sticky;
    top: 0;
    z-index: 100;
}

/* 9. პროდუქტის ტაბები */
.woocommerce-tabs {
    min-height: 200px;
}