.woocommerce-loop-product__title {
    display: -webkit-box;
    min-height: 3.2em;
    overflow: hidden;
    line-height: 1.6;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.count-review:has(.star-rating:empty) {
    display: none;
}

.time-sale .corino-countdown .countdown-label {
    display: block;
    width: auto;
    height: auto;
    margin-top: 4px;
    font-size: 11px;
    line-height: 1.3;
    text-transform: none;
}

.pc-horeca-conditions {
    max-height: 380px;
    margin: 18px 0;
    padding: 18px;
    overflow: auto;
    border: 1px solid #d7d7d7;
    background: #fff;
}

.pc-horeca-conditions h1 {
    font-size: 24px;
}

.pc-horeca-conditions .wp-block-spacer {
    display: none;
}

@media (max-width: 767px) {
    #mobile-header-custom .mobile-header-icon.cart-contents::before {
        content: "\e0c1";
        font-family: "corino-icon";
        font-size: 22px;
        font-style: normal;
        font-weight: normal;
        line-height: 1;
    }

    .trp-language-switcher.trp-floating-switcher {
        right: 8px !important;
        bottom: 8px !important;
        left: auto !important;
        width: auto !important;
        min-width: 0;
        padding: 4px;
    }

    .trp-language-switcher.trp-floating-switcher .trp-language-switcher-inner {
        width: auto;
    }

    .trp-language-switcher.trp-floating-switcher .trp-language-item {
        width: 40px;
        min-width: 40px;
        padding: 8px 10px;
    }

    .trp-language-switcher.trp-floating-switcher .trp-language-item-name {
        display: none;
    }

    body:has(#mobile-menu-panel.active) .trp-language-switcher.trp-floating-switcher {
        display: none;
    }
}

.pc-product-search {
    width: min(100% - 30px, 1440px);
    margin: 40px auto 80px;
}

.pc-product-search__header {
    margin-bottom: 32px;
}

.pc-product-search__header h1 {
    margin: 0;
    font-size: 32px;
    line-height: 1.25;
}

.pc-product-search ul.products {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 28px 20px;
}

.pc-product-search ul.products::before,
.pc-product-search ul.products::after {
    content: none;
}

.pc-product-search ul.products li.product {
    width: auto;
    min-width: 0;
    margin: 0;
}

@media (max-width: 1024px) {
    .pc-product-search ul.products {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

@media (max-width: 767px) {
    .pc-product-search {
        margin-top: 24px;
    }

    .pc-product-search__header {
        margin-bottom: 20px;
    }

    .pc-product-search__header h1 {
        font-size: 24px;
    }

    .pc-product-search ul.products {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 20px 12px;
    }

    body.woocommerce-shop ul.products:not(.swiper-wrapper),
    body.tax-product_cat ul.products:not(.swiper-wrapper) {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 20px 12px;
    }

    body.woocommerce-shop ul.products:not(.swiper-wrapper) li.product,
    body.tax-product_cat ul.products:not(.swiper-wrapper) li.product {
        width: auto;
        min-width: 0;
        margin: 0;
    }
}

@media (max-width: 360px) {
    .pc-product-search ul.products,
    body.woocommerce-shop ul.products:not(.swiper-wrapper),
    body.tax-product_cat ul.products:not(.swiper-wrapper) {
        grid-template-columns: minmax(0, 1fr);
    }
}
