/* BOLSAS DE POLIETILENO */
.product-hero--polyethylene {
    background:
        radial-gradient(circle at 84% 18%,
            rgba(89, 181, 28, 0.1),
            transparent 31%),
        radial-gradient(circle at 72% 82%,
            rgba(7, 104, 215, 0.08),
            transparent 28%),
        linear-gradient(90deg,
            #ffffff 0%,
            #ffffff 53%,
            #f5faf4 100%);
}

.product-hero--polyethylene .product-hero__visual::before {
    background: linear-gradient(145deg,
            rgba(89, 181, 28, 0.12),
            rgba(7, 104, 215, 0.035));
    border-color: rgba(89, 181, 28, 0.11);
}