/*
 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 */
.woocommerce ul.products li.product a img {
    height: 250px!important;
    object-fit: contain;
}
@media (max-width: 768px) {
  .woocommerce ul.products li.product a img {
    height: 150px!important;
}}
.products-on-main {
	margin-left: auto;
    margin-right: auto;
    max-width: 1200px;
}

.categories-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    max-width: 1200px;
    margin: 20px auto;
}

.category-item {
    flex: 0 0 calc(33.333% - 20px);
    position: relative;
    text-decoration: none;
    border: 2px solid transparent;
    transition: all 0.3s ease;
    overflow: hidden;
}

.category-item:hover {
    border-color: #e47b02;
}

.category-image {
    position: relative;
    width: 100%;
    height: 100%;
}

.category-image img {
    width: 100%;
    height: auto;
    display: block;
    transition: all 0.3s ease;
}

.category-item:hover img {
    opacity: 0.6;
}

.category-title {
    position: absolute;
    top: 15px;
    left: 15px;
    font-size: 18px;
    font-weight: 600;
    z-index: 3;
    transition: color 0.3s ease;
}

.category-item:hover .category-title {
    color: #e47b02;
}

@media (max-width: 1024px) {
    .category-item {
        flex: 0 0 calc(50% - 20px);
    }
}

@media (max-width: 600px) {
    .category-item {
        flex: 0 0 100%;
    }
}


@media (max-width: 767px) {
    .site-top-footer-inner-wrap, .site-bottom-footer-inner-wrap, .content-container, .site-main-header-inner-wrap {
        padding-right: 20px!important;
        padding-left: 20px!important;
    }
}

.woocommerce ul.products li.product .entry-content-wrap {
    padding: 0.5rem!important;
}

p.stock {
    margin-bottom: 22px!important;
    margin-top: 5px!important;
    font-weight: 500;
    line-height: 1.2;
}

.woocommerce ul.products.woo-archive-btn-button li.product .price {
    margin: 0 !important;
}






.frigomat-page {
    font-family: inherit;
    color: #52606d;
    line-height: 1.6;
}
.frigomat-page h2 {
    color: #000;
    margin-bottom: 30px!important;
}
.frigomat-section {
    padding: 30px 20px;
}
.frigomat-light {
    background: #f4f5f7;
}
.frigomat-container {
    max-width: 1200px;
    margin: 0 auto;
}
.frigomat-center {
    text-align: center;
}
.frigomat-btn {
    display: inline-block;
    background: #e47b02;
    color: #fff;
    padding: 15px 36px;
    border-radius: 6px;
    text-decoration: none;
    font-weight: 600;
    transition: 0.2s ease;
}
.frigomat-btn:hover {
    background: #c86800;
}

/* ====== HERO ====== */
.frigomat-hero p {
    max-width: 900px;
    margin: 20px auto 35px;
    font-size: 18px;
}

/* ====== ADVANTAGES ====== */
.frigomat-advantages {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
    gap: 30px;
}
.frigomat-adv-item {
    background: #fff;
    padding: 30px 25px;
    border-radius: 10px;
    text-align: center;
}
.frigomat-adv-item i {
    font-size: 36px;
    color: #e47b02;
    margin-bottom: 15px;
}
.frigomat-adv-item strong {
    display: block;
    color: #000;
    margin-bottom: 10px;
}

/* ====== TERMS ====== */
.frigomat-terms {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 30px;
}
.frigomat-term-box {
    background: #fff;
    padding: 20px;
    border-radius: 10px;
    text-align: center;
}
.frigomat-term-box h3 {
    color: #000;
    margin-bottom: 15px;
}

/* ====== LISTS ====== */
.frigomat-list {
    padding-left: 20px;
}
.frigomat-list li {
    margin-bottom: 10px;
}

/* ====== CONTACTS ====== */
.frigomat-contacts {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 30px;
}
.frigomat-contact-item {
    font-size: 18px;
    text-align: center;
}
.frigomat-contact-item i {
    color: #e47b02;
    margin-right: 10px;
    font-size: 22px;
}
.frigomat-contact-item a {
    color: #000;
    text-decoration: none;
    font-weight: 600;
}

/* ====== MAP ====== */
.frigomat-map iframe {
    width: 100%;
    height: 380px;
    border-radius: 10px;
    border: 0;
}





.product-short-description {
	margin-bottom:6px; 
	font-size:12px; 
	line-height:1.4;
}