/* Product-page state ribbons kept separate from the storefront stage. */
.shop-product-details .shop-card-ribbon-slot {
    display: flex;
    min-width: 0;
}

.shop-product-details .shop-ribbon {
    position: static;
    display: inline-flex;
    width: fit-content;
    transform: none;
}
