/*
    Theme Name: Hello Elementor Child
    Description: Child theme of Hello Elementor for custom modifications
    Author: maztech.co.nz
    Author URI: https://maztech.co.nz
    Template: hello-elementor
    Version: 1.0.0
*/

.just-arrived-banner {
    display: none !important;
}

/* Show only for products with just-arrived-product class or data-just-arrived="true" */
.just-arrived-product .just-arrived-banner,
[data-just-arrived="true"] .just-arrived-banner {
    display: block !important;
}

/* Smooth transition effect */
.just-arrived-banner {
    transition: opacity 0.3s ease-in-out;
}