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





.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;
}



.product-card__normal-cart__btn button, .product-card__mini-cart__btn button {
	background-color: #e73c3e !important;
	border-color: #e73c3e !important;
	color: #fff !important;
}

/* ==== GLOBAL BACKGROUND ==== */
html, body {
  background: #dbc8b6 !important;  /* ← put your color here */
}