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

@media (max-width : 576px) {
	
	#s6 .node1 {
		position: relative;
		top: 0;
		right: 0;
		width: 100%;
		height: 35vh;
	}
	
	#s7 .node1 {
		position: relative;
		width: 100%;
		height: initial;
	}
	
	#s7 .node1 img {
		width: 100%;
		height: initial;
	}
	
	#s8 .node1::before {
		display: none;
	}
	
    /* 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%;
    }
}