.gsr-ferienheft-sale-price {
            display: inline-flex;
            flex-wrap: wrap;
            align-items: baseline;
            gap: 6px;
            color: #3f3131;
            font-weight: 800;
            line-height: 1.2;
        }

        .gsr-ferienheft-sale-now {
            color: #c23d7a;
        }

        .gsr-ferienheft-sale-old {
            color: rgba(63, 49, 49, 0.62);
            font-size: 0.9em;
            font-weight: 700;
            text-decoration: line-through;
        }

        .gsr-material-card .gsr-ferienheft-sale-line,
        .gsr-related-card .gsr-ferienheft-sale-line,
        .gsr-blog-card .gsr-ferienheft-sale-line {
            grid-column: 1 / -1;
            order: 20;
            margin: 0 10px 12px;
            padding: 8px 10px;
            border: 1px solid rgba(214, 92, 146, 0.22);
            border-radius: 12px;
            background: #fffaf6;
            color: #3f3131;
            font-size: 0.88rem;
            font-weight: 800;
            line-height: 1.22;
            text-align: center;
        }

        .gsr-material-card .gsr-ferienheft-sale-line strong,
        .gsr-related-card .gsr-ferienheft-sale-line strong,
        .gsr-blog-card .gsr-ferienheft-sale-line strong {
            color: #c23d7a;
        }

        .gsr-material-card .gsr-ferienheft-sale-line del,
        .gsr-related-card .gsr-ferienheft-sale-line del,
        .gsr-blog-card .gsr-ferienheft-sale-line del {
            color: rgba(63, 49, 49, 0.62);
            text-decoration-thickness: 1px;
        }

        .gsr-material-card-link,
        .gsr-related-card,
        .gsr-blog-card,
        li.product {
            position: relative;
        }

        .gsr-ferienheft-cover-badge {
            position: absolute;
            top: 12px;
            right: 12px;
            z-index: 12;
            display: inline-flex;
            align-items: center;
            justify-content: center;
            width: 66px;
            height: 66px;
            border: 3px solid #fff;
            border-radius: 999px;
            background: #d65c92;
            color: #fff;
            font-size: 1.05rem;
            font-weight: 900;
            line-height: 1;
            letter-spacing: 0;
            text-align: center;
            box-shadow: 0 14px 28px rgba(104, 51, 76, 0.24);
            pointer-events: none;
        }

        li.product .gsr-ferienheft-cover-badge {
            top: 10px;
            right: 10px;
        }

        .single-product .wp-block-woocommerce-product-image-gallery > .gsr-ferienheft-cover-badge,
        .single-product .woocommerce-product-gallery > .gsr-ferienheft-cover-badge {
            top: 14px;
            right: 14px;
            left: auto;
            z-index: 90;
            width: 76px;
            height: 76px;
            font-size: 1.15rem;
        }

        @media (max-width: 640px) {
            .gsr-ferienheft-cover-badge {
                top: 9px;
                right: 9px;
                width: 54px;
                height: 54px;
                border-width: 2px;
                font-size: 0.92rem;
            }
        }

        .single-product .gsr-ferienheft-sale-hero {
            width: 100%;
            max-width: 100%;
            margin: 10px 0 14px;
            padding: 12px 16px;
            border: 1px solid rgba(214, 92, 146, 0.24);
            border-radius: 16px;
            background: #fff7fb;
            color: #3f3131;
            font-weight: 800;
        }

        .single-product .gsr-ferienheft-sale-hero strong {
            color: #c23d7a;
        }