/*
 Theme Name:     Kadence Child
 Theme URI:      https://www.kadencewp.com/
 Description:    Child theme for Kadence
 Author:         HoReCa / (ваше ім’я або бренд)
 Author URI:     https://your-site.com/
 Template:       kadence
 Version:        1.0.0
 Text Domain:    kadence-child
*/

/* Import parent styles */
@import url("../kadence/style.css");

/* Place your custom CSS below */
p.stock {
    margin: 2px 0;
    font-weight: 400;
    line-height: 1.2;
}
.site-branding a.brand {
    gap: 0.1em!important;
}
.grid-cols {
    column-gap: 0.5rem!important;
    row-gap: 0.5rem!important;
}
.woocommerce table.shop_attributes th {
    width: 200px!important;
}
.brands-main, .category-main {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin: 20px auto;
}
.brands-main a, .category-main a {
	flex: 0 0 calc(25% - 20px);
	text-align: center;
}
@media (max-width: 768px) {
    .brands-main a, .category-main a {
        flex: 0 0 calc(50% - 20px);
    }
}

section.recently-viewed-products, .related {
    background-color: #F7FAFC;
    padding: 5px 10px;
}
section.recently-viewed-products h2, .related h2 {
    margin: 5px;
    margin-bottom: .5em;
}

@media (max-width: 768px) {
    .woocommerce ul.products li.product .entry-content-wrap {
    padding: 0.4rem 0.4rem 1rem!important;}
}
.site-footer-wrap {
    padding: 0 10px;
}