/* Add custom CSS styles below */ 
.enhanced-title-border{
	display: none !important;
}

.index h2.text-2xl{
	font-size: 1.2rem;
}
.product-card__mini-cart__btn button{
	background-color: #111;
	color: #fff;
}
.product-single-top-description video{
width:100%
}


.product-card__promotion  {
    bottom: unset !important;
top:0 !important;
right:0 !important;
left: unset !important;
}


.s-block--about h2, .s-block--about p{
	text-align: center;
}
.s-block--about a{
	    margin: 0 auto;
    display: flex;
    width: 150px;
    align-items: center;
    justify-content: center;
}