/* SEWARD localized catalog / 3.6.7
 * Locale-resilient typography for Shop and product-category templates only.
 */
.swc200-store .swc-catalog-hero > div,
.swc200-store .swc-catalog-toolbar > div,
.swc200-store .swc-catalog-results__head > div {
    min-width: 0;
}

.swc200-store .swc-catalog-hero h1,
.swc200-store .swc-catalog-results__head h2,
.swc200-store .swc-products--catalog .swc-product h3 {
    overflow-wrap: anywhere;
    text-wrap: balance;
}

.swc200-store .swc-catalog-hero > div > p:last-child,
.swc200-store .swc-catalog-responsible p {
    hyphens: auto;
}

.swc200-store .swc-catalog-collections span,
.swc200-store .swc-catalog-collections small {
    line-height: 1.25;
}

.swc200-store .swc-catalog-collections small > span {
    display: inline;
    font-size: inherit;
}

.swc200-store .swc-catalog-toolbar > div {
    row-gap: 5px;
}

.swc200-store .swc-catalog-toolbar form {
    flex: 0 0 auto;
}

.swc200-store .swc-catalog-results__head > span b {
    font: inherit;
}

.swc200-store .swc-products--catalog .swc-product h3 {
    display: -webkit-box;
    min-height: 54px;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}

html:lang(de-DE) .swc200-store .swc-catalog-hero h1,
html:lang(nl-NL) .swc200-store .swc-catalog-hero h1,
html:lang(pl-PL) .swc200-store .swc-catalog-hero h1,
html:lang(pt-BR) .swc200-store .swc-catalog-hero h1,
html:lang(pt-PT) .swc200-store .swc-catalog-hero h1,
html:lang(ru-RU) .swc200-store .swc-catalog-hero h1 {
    font-size: clamp(47px,5vw,76px) !important;
    line-height: .91 !important;
}

@media (max-width: 720px) {
    .swc200-store .swc-catalog-hero h1,
    html:lang(de-DE) .swc200-store .swc-catalog-hero h1,
    html:lang(nl-NL) .swc200-store .swc-catalog-hero h1,
    html:lang(pl-PL) .swc200-store .swc-catalog-hero h1,
    html:lang(pt-BR) .swc200-store .swc-catalog-hero h1,
    html:lang(pt-PT) .swc200-store .swc-catalog-hero h1,
    html:lang(ru-RU) .swc200-store .swc-catalog-hero h1 {
        font-size: clamp(38px,12vw,48px) !important;
        line-height: .94 !important;
    }

    .swc200-store .swc-catalog-toolbar > div {
        gap: 16px;
        padding-bottom: 4px;
    }

    .swc200-store .swc-products--catalog .swc-product h3 {
        min-height: 52px;
        font-size: 12px !important;
        line-height: 1.2 !important;
    }
}
