/* Shop – Pyro (Kategorie) */
.ff-shop-pyro {
    width: 100%;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.ff-shop-pyro__inner {
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
    padding: 0;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: stretch;
}

.ff-shop-pyro__intro {
    width: 100%;
    max-width: 1000px;
    margin: 0 0 24px;
    padding: 0;
    text-align: left;
    box-sizing: border-box;
}

body.ff-shop-shell .ff-shop-pyro__heading {
    margin: 0 0 24px;
    padding: 0;
    font-family: 'Barlow Semi Condensed', sans-serif;
    font-weight: 600;
    font-style: normal;
    font-size: 30px;
    line-height: 1;
    letter-spacing: 0;
    color: #fff;
}

body.ff-shop-shell .ff-shop-pyro__subheading {
    margin: 0;
    padding: 0;
    width: 100%;
    max-width: 1000px;
    min-height: 60px;
    font-family: 'Barlow Condensed', sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 25px;
    line-height: 1;
    letter-spacing: 0;
    color: #fff;
}

.ff-shop-pyro__tabs {
    width: 100%;
    max-width: 1000px;
    margin: 0 0 48px;
    padding: 0;
    box-sizing: border-box;
    overflow: hidden;
}

.ff-shop-pyro__tabs-list {
    display: flex;
    flex-wrap: nowrap;
    align-items: flex-end;
    justify-content: space-between;
    width: 100%;
    min-width: 0;
    gap: 12px;
    margin: 0;
    padding: 0;
    list-style: none;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
}

.ff-shop-pyro__tabs-list::-webkit-scrollbar {
    display: none;
}

.ff-shop-pyro__tabs-item {
    flex: 0 0 auto;
    margin: 0;
    padding: 0;
}

body.ff-shop-shell .ff-shop-pyro__tab {
    display: inline-block;
    height: 24px;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Barlow Semi Condensed', sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 20px;
    line-height: 20px;
    letter-spacing: 0;
    color: #fff;
    text-decoration: none;
    white-space: nowrap;
    vertical-align: bottom;
    background: none;
    border: 0;
    box-shadow: none;
    transition: color 0.2s ease;
}

body.ff-shop-shell .ff-shop-pyro__tab::after {
    content: attr(data-text);
    display: block;
    font-weight: 600;
    font-size: inherit;
    line-height: 20px;
    letter-spacing: inherit;
    height: 0;
    overflow: hidden;
    visibility: hidden;
    pointer-events: none;
    white-space: nowrap;
}

@media (hover: hover) {
    body.ff-shop-shell .ff-shop-pyro__tabs-item:not(.is-active) .ff-shop-pyro__tab:hover {
        font-weight: 600;
        box-shadow: inset 0 -2px 0 0 #fff;
    }
}

body.ff-shop-shell .ff-shop-pyro__tabs-item.is-active .ff-shop-pyro__tab {
    font-weight: 600;
    box-shadow: inset 0 -2px 0 0 #fff;
}

.ff-shop-pyro__grid {
    --ff-pyro-cover-w: 203.58px;
    --ff-pyro-cover-h: 293px;
    --ff-pyro-grid-max: 1000px;
    display: grid;
    grid-template-columns: repeat(4, var(--ff-pyro-cover-w));
    grid-template-rows: auto auto;
    column-gap: max(28px, calc((100% - (4 * var(--ff-pyro-cover-w))) / 3));
    row-gap: 48px;
    width: 100%;
    max-width: var(--ff-pyro-grid-max);
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    align-items: start;
    justify-content: start;
}

.ff-shop-pyro__cell {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: var(--ff-pyro-cover-w);
    min-width: 0;
}

.ff-shop-pyro__link {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    color: inherit;
    text-decoration: none !important;
}

.ff-shop-pyro__link .ff-shop-pyro__product-title,
.ff-shop-pyro__link .ff-shop-pyro__product-price {
    text-decoration: none !important;
    border-bottom: none !important;
}

@media (hover: hover) {
    .ff-shop-pyro__link:hover .ff-shop-pyro__img,
    .ff-shop-pyro__link:focus-visible .ff-shop-pyro__img {
        transform: scale(1.04);
    }
}

.ff-shop-pyro__img {
    transition: transform 0.4s cubic-bezier(0.22, 1, 0.36, 1);
    will-change: transform;
}

@media (prefers-reduced-motion: reduce) {
    .ff-shop-pyro__img {
        transition: none;
    }

    .ff-shop-pyro__link:hover .ff-shop-pyro__img,
    .ff-shop-pyro__link:focus-visible .ff-shop-pyro__img {
        transform: none;
    }
}

.ff-shop-pyro__media {
    position: relative;
    width: var(--ff-pyro-cover-w);
    height: var(--ff-pyro-cover-h);
    flex: 0 0 auto;
    overflow: hidden;
    display: block;
    margin: 0;
}

.ff-shop-pyro__img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center center;
    display: block;
}

body.ff-shop-shell .ff-shop-pyro__product-title {
    margin: 12px 0 0;
    padding: 0;
    width: 100%;
    font-family: 'Barlow Semi Condensed', sans-serif;
    font-weight: 600;
    font-style: normal;
    font-size: 19px;
    line-height: 1.15;
    letter-spacing: 0;
    color: #fff;
    text-align: center;
}

body.ff-shop-shell .ff-shop-pyro__product-price {
    margin: 8px 0 0;
    padding: 0;
    width: 100%;
    font-family: 'Barlow Semi Condensed', sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 19px;
    line-height: 1;
    letter-spacing: 0;
    color: #fff;
    text-align: center;
    text-decoration: none !important;
    border-bottom: none !important;
}

.ff-shop-pyro .ff-shop-ef-more {
    margin-top: 220px;
}

.ff-shop-pyro__empty {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    max-width: 1000px;
    min-height: 420px;
    margin: 0;
    padding: 48px 20px 64px;
    box-sizing: border-box;
    text-align: center;
}

.ff-shop-pyro__empty-face {
    position: relative;
    width: 112px;
    height: 112px;
    margin: 0 0 28px;
    border: 3px solid #fff;
    border-radius: 50%;
    box-sizing: border-box;
    animation: ff-shop-pyro-empty-bob 2.4s ease-in-out infinite;
}

.ff-shop-pyro__empty-eye {
    position: absolute;
    top: 34px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #fff;
    animation: ff-shop-pyro-empty-blink 4s ease-in-out infinite;
}

.ff-shop-pyro__empty-eye--left {
    left: 30px;
}

.ff-shop-pyro__empty-eye--right {
    right: 30px;
}

.ff-shop-pyro__empty-mouth {
    position: absolute;
    left: 50%;
    bottom: 24px;
    width: 42px;
    height: 21px;
    margin-left: -21px;
    border: 3px solid #fff;
    border-top: 0;
    border-radius: 0 0 42px 42px;
    box-sizing: border-box;
    animation: ff-shop-pyro-empty-frown 2.4s ease-in-out infinite;
}

body.ff-shop-shell .ff-shop-pyro__empty-text {
    margin: 0;
    padding: 0;
    max-width: 520px;
    font-family: 'Barlow Condensed', sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 25px;
    line-height: 1.15;
    letter-spacing: 0;
    color: #fff;
}

@keyframes ff-shop-pyro-empty-bob {
    0%,
    100% {
        transform: translateY(0) rotate(0deg);
    }

    25% {
        transform: translateY(-6px) rotate(-2deg);
    }

    75% {
        transform: translateY(4px) rotate(2deg);
    }
}

@keyframes ff-shop-pyro-empty-blink {
    0%,
    44%,
    48%,
    100% {
        transform: scaleY(1);
    }

    46% {
        transform: scaleY(0.12);
    }
}

@keyframes ff-shop-pyro-empty-frown {
    0%,
    100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(3px);
    }
}

@media (prefers-reduced-motion: reduce) {
    .ff-shop-pyro__empty-face,
    .ff-shop-pyro__empty-eye,
    .ff-shop-pyro__empty-mouth {
        animation: none;
    }
}

@media (max-width: 1040px) {
    .ff-shop-pyro__inner,
    .ff-shop-pyro__intro,
    .ff-shop-pyro__tabs,
    .ff-shop-pyro__grid,
    .ff-shop-pyro__empty {
        max-width: min(1000px, calc(100% - 2 * var(--ff-layout-gutter, 20px)));
    }
}

@media (max-width: 960px) {
    .ff-shop-pyro__grid {
        grid-template-columns: repeat(2, var(--ff-pyro-cover-w, 203.58px));
        column-gap: 16px;
        row-gap: 40px;
    }
}

@media (max-width: 640px) {
    .ff-shop-pyro__intro {
        margin-bottom: 20px;
    }

    .ff-shop-pyro__tabs {
        margin-bottom: 40px;
    }

    body.ff-shop-shell .ff-shop-pyro__heading {
        font-size: clamp(22px, 6vw, 30px);
    }

    body.ff-shop-shell .ff-shop-pyro__subheading {
        font-size: clamp(18px, 4.5vw, 25px);
    }

    .ff-shop-pyro__tabs-list {
        justify-content: flex-start;
        gap: 20px;
    }

    body.ff-shop-shell .ff-shop-pyro__tab {
        font-size: clamp(17px, 4.2vw, 20px);
        line-height: 20px;
        height: 24px;
    }

    .ff-shop-pyro__grid {
        grid-template-columns: minmax(0, 1fr);
    }

    body.ff-shop-shell .ff-shop-pyro__product-title,
    body.ff-shop-shell .ff-shop-pyro__product-price {
        font-size: 17px;
    }

    body.ff-shop-shell .ff-shop-pyro__empty-text {
        font-size: clamp(18px, 4.5vw, 25px);
    }

    .ff-shop-pyro__empty {
        min-height: 320px;
        padding-top: 32px;
        padding-bottom: 48px;
    }
}
