.products .product.bfpa-promoted-product {
    position: relative;
}

.products .product.bfpa-promoted-product .product-header {
    position: relative;
    overflow: hidden;
}

.products .product.bfpa-promoted-product .product-inner,
.products .product.bfpa-promoted-product .product-outer {
    box-shadow: 0 16px 38px rgba(17, 24, 39, 0.08);
}

.products .product.bfpa-promoted-product .product-inner::after,
.products .product.bfpa-promoted-product .product-outer::after {
    content: "";
    position: absolute;
    inset: 0;
    border: 1px solid rgba(17, 24, 39, 0.08);
    pointer-events: none;
}

.products .product .bfpa-ad-badge {
    position: absolute;
    top: 18px;
    right: -34px;
    z-index: 20;
    display: block;
    min-width: 140px;
    padding: 8px 0;
    transform: rotate(45deg);
    transform-origin: center;
    background: #cf2323;
    box-shadow: 0 8px 20px rgba(207, 35, 35, 0.28);
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.12em;
    line-height: 1;
    text-align: center;
    text-transform: uppercase;
}

.products .product .bfpa-featured-identifier {
    display: inline-flex;
    align-items: center;
    margin-bottom: 10px;
    padding: 5px 10px;
    border-radius: 999px;
    background: #fff2f2;
    color: #cf2323;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.06em;
    line-height: 1.1;
    text-transform: uppercase;
}

.products .product .bfpa-featured-identifier::before {
    content: "";
    width: 8px;
    height: 8px;
    margin-right: 8px;
    border-radius: 999px;
    background: #cf2323;
    box-shadow: 0 0 0 4px rgba(207, 35, 35, 0.12);
}

.products .product.bfpa-promoted-product .price {
    color: #0f172a;
}
