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

@media (max-width : 576px) {
	#hn {
		background-color: var(--e-global-color-5bc4c67);
	}
	
	#s9 .node1,
	#s10 .node1{
		position: relative;
		height: 200px;
	}

	#s9 .node2,
	#s10 .node2{
		position: relative;
		width: initial;
		height: initial;
	}

	#s9 .node2 img,
	#s10 .node2 img{
		position: relative;
		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%;
    }
}