@media (max-width : 992px) {}

@media (max-width : 576px) {
	#hn.node2 {
		background-color: var(--e-global-color-be777dd);
	}
	
	#hn.scrolled {
		padding: 10px 0;
	}
	
	#s10 .node1 {
		height: initial;
		position: relative;
	}

	#s10 .node1 img {
		height: initial;
		object-fit: initial;
	}
	
    /* No shadow and costum place for options on Add Cart Widget e arranjar options */
    .elementor-widget-woocommerce-product-add-to-cart table tbody>tr {
        width: 100%;
    }
}