/* Shop – Pyro Produktdetail (Rauchtopf Schwarz) */

.ff-shop-pyro-product__title {
    margin: 0 0 20px;
    padding: 0;
    font-family: 'Barlow Semi Condensed', sans-serif;
    font-weight: 600;
    font-size: 40px;
    line-height: 1;
    letter-spacing: 0;
    color: #fff;
}

.ff-shop-pyro-product__specs {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px 24px;
    width: 100%;
    margin: 0 0 32px;
    padding: 0;
    box-sizing: border-box;
}

.ff-shop-pyro-product__spec {
    display: flex;
    align-items: center;
    gap: 12px;
    min-width: 0;
}

.ff-shop-pyro-product__spec-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
    width: 26px;
    height: 25px;
    line-height: 0;
}

.ff-shop-pyro-product__spec-icon svg {
    display: block;
    max-width: 100%;
    max-height: 100%;
}

body.ff-shop-shell .ff-shop-pyro-product__spec-label {
    font-family: 'Barlow Condensed', sans-serif;
    font-weight: 400;
    font-size: 21px;
    line-height: 1;
    letter-spacing: 0;
    color: #fff;
}

.ff-shop-pyro-product .ff-shop-ef-product__media {
    --ff-pyro-media-gap: 32px;
    --ff-pyro-gallery-gap: 53px;
    gap: var(--ff-pyro-media-gap);
    align-items: center;
}

.ff-shop-pyro-product .ff-shop-ef-product__gallery {
    gap: var(--ff-pyro-gallery-gap) !important;
}

/* Cover kleiner: echte Breite (scale lässt sonst riesigen Leerraum bis Bild 2) */
.ff-shop-pyro-product .ff-shop-ef-product__figure.ff-shop-pyro-product__figure--cover {
    width: 442px;
    max-width: 100%;
    height: auto;
    margin: 0 auto;
}

.ff-shop-pyro-product .ff-shop-pyro-product__figure--cover .ff-shop-ef-product__img {
    display: block;
    width: 100%;
    max-width: 100%;
    height: auto;
    margin: 0 auto;
    transform: none;
}

/* Galerie: 16:9, identischer Ausschnitt bei beiden Bildern (wie EF-Hefte: natürliche Höhe) */
.ff-shop-pyro-product .ff-shop-ef-product__reveal {
    width: 100%;
    max-width: 566px;
    aspect-ratio: 16 / 9;
}

.ff-shop-pyro-product .ff-shop-ef-product__gallery-img {
    display: block;
    width: 100%;
    max-width: 100%;
    height: 100%;
    margin: 0 auto;
    padding: 0;
    object-fit: cover;
    object-position: center 28%;
}

/* Scroll-Laufstrecke links an EF-Hefte angleichen (kürzere Bildspalte) */
.ff-shop-pyro-product__media-sync {
    width: 100%;
    height: 846px;
    flex: none;
    pointer-events: none;
}

/* Preise: kein Unterstrich (auch in Links / Karussell) */
body.ff-shop-shell.ff-shop-pyro-page .ff-shop-pyro__link,
body.ff-shop-shell.ff-shop-pyro-page .ff-shop-pyro__link:hover,
body.ff-shop-shell.ff-shop-pyro-page .ff-shop-pyro__link:focus,
body.ff-shop-shell.ff-shop-pyro-page .ff-shop-pyro__link:visited,
body.ff-shop-shell.ff-shop-pyro-page .ff-shop-pyro__product-title,
body.ff-shop-shell.ff-shop-pyro-page .ff-shop-pyro__product-price,
body.ff-shop-shell.ff-shop-pyro-product-page .ff-shop-ef-product__price,
body.ff-shop-shell.ff-shop-pyro-product-page .ff-shop-ef-product__tax,
body.ff-shop-shell.ff-shop-pyro-page .ff-shop-ef-more__price {
    text-decoration: none !important;
    border-bottom: none !important;
    box-shadow: none !important;
    background-image: none !important;
}

@media (min-width: 1025px) {
    .ff-shop-pyro-product .ff-shop-ef-product__media-col,
    .ff-shop-pyro-product .ff-shop-ef-product__content {
        align-self: start;
    }

    .ff-shop-pyro-product .ff-shop-ef-product__head {
        margin-top: 0;
        padding-top: 0;
    }
}

@media (max-width: 640px) {
    .ff-shop-pyro-product__title {
        font-size: clamp(28px, 7vw, 40px);
    }

    .ff-shop-pyro-product .ff-shop-ef-product__gallery-img {
        width: 100%;
        height: 100%;
    }

    .ff-shop-pyro-product .ff-shop-ef-product__figure.ff-shop-pyro-product__figure--cover,
    .ff-shop-pyro-product .ff-shop-pyro-product__figure--cover .ff-shop-ef-product__img {
        width: 100%;
        max-width: 100%;
        height: auto;
        transform: none;
    }

    .ff-shop-pyro-product__specs {
        gap: 16px;
    }

    body.ff-shop-shell .ff-shop-pyro-product__spec-label {
        font-size: 18px;
    }
}
