/*===================================
 * Responsive 
 *===================================*/

@media (max-width:1440px) {

}

@media (max-width:1366px) {

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

@media (max-width:767px) {

	.elementor-add-to-cart .cart{
		flex-direction:column;
		gap:20px;
	}
	.elementor-add-to-cart .quantity button{
		
        padding: 7px 20px !important;
	}
/*=========================================*/
/* RIGHT side showcase */
.showcase{
	position:relative;
	width:300px;
	height:300px;
	display:flex;
	align-items:center;
	justify-content:center; 
}

/* Orbiting rings */
.ring{position:absolute;border-radius:50%;animation:spin linear infinite}
.ring1{width:280px;height:280px;border:1.5px solid rgba(6,182,212,0.2);animation-duration:22s}
.ring2{width:200px;height:200px;border:1px solid rgba(99,102,241,0.15);animation-duration:15s;animation-direction:reverse}
.ring3{width:150px;height:150px;border:1px dashed rgba(6,182,212,0.25);animation-duration:10s}
	.vial-img{
		top:80px;
	}
}
