/* 1. BORDES REDONDEADOS */
.product-cover img, 
.product-miniature img, 
.product-images .product-cover,
.elementor-custom-embed-image-overlay, 
.elementor-custom-embed-image-overlay img,
.elementor-video-poster,
.elementor-background-video-container {
    border-radius: 8px !important;
    overflow: hidden !important;
}

/* 2. OPTIMIZACIÓN LCP Y BANNER */
.pk-slide-bg, .elementor-custom-embed-image-overlay {
    content-visibility: visible !important;
    opacity: 1 !important;
    visibility: visible !important;
    transition: none !important;
}

/* 3. ESTRELLAS DORADAS (Alysum) */
.svgic.svgic-pk-star use {
    fill: currentColor !important;
    stroke: none !important;
}
.star-on .svgic.svgic-pk-star, 
.star-full .star-content .svgic,
.pk-star-full {
    color: #FFD700 !important;
}
.star .svgic.svgic-pk-star, 
.star-empty .star-content .svgic {
    color: #ccc !important;
}

/* 4. MEJORA FOOTER (Lazy Render) */
#footer, .newsletter-section { 
    content-visibility: auto; 
}