/*20.08.2025*/
.product-grid .caption .h4 a, .product-table .caption .h4 a {
    color: #000;
    height: 40px;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: bold;
    text-align: center;
}

@media (max-width: 1199px) and (min-width: 992px) {
    .product-list .caption .h4 {
        margin-top: 1px;
    }
    .product-list .caption .h4 a {
        font-size: 17px;
    }
}

@media (max-width: 991px) and (min-width: 768px) {
    .product-list .caption .h4 {
        margin-top: 0;
    }
    .product-list .caption .h4 a {
        font-size: 16px;
        margin-right: 6%;
        height: 40px;
    }
    .product-grid .caption .h4 {
        text-align: left;
    }
    .product-grid .caption .h4 a {
        height: 36px;
        font-size: 15px;
    }
}

.module > .h1, .module .h2, .module .h3 {
    text-align: center;
    color: #000;
    margin: 10px 0 20px;
    font-weight: bold;
    text-transform: uppercase;
}
.module > h3 {
    font-size: 23px;
}
.module div > .h1, .module div .h2, .module div .h3 {
    color: #000;
}
.module-carousel > .h1, .module-carousel .h2, .module-carousel .h3 {
    text-align: center;
    color: #000;
    margin: 10px 0 20px;
    font-weight: bold;
    text-transform: uppercase;
}
@media (max-width: 380px) {
    .module-carousel > .h1, .module-carousel .h2, .module-carousel .h3 {
        width: 190px;
    }
}
.module-carousel > .h3 {
    font-size: 23px;
}
.module-carousel div > .h1, .module-carousel div .h2, .module-carousel div .h3 {
    color: #000;
}
.articles-layout .caption .h4 a {
    font-size: 17px;
    color: #0c0c0c;
    font-weight: bold;
    overflow: hidden;
    display: block;
    text-transform: uppercase;
}
/*20.08.2025*/

/*17.09.2025 Crypt*/
.selected-option {
    margin-top: 15px;
}
/*17.09.2025 Crypt*/

/*22.09.2025 Crypt*/
.no_additional_attributes {
    margin-bottom: 72px;
}
.product-thumb .caption .h4,.product-thumb .caption h4 {
    min-height: 79px;
}
.news .caption .h4 {
    min-height: 80px;
}
/*22.09.2025 Crypt*/