/* Add custom CSS styles below */ 

/* replace logo */
 img[src="https://cdn.salla.sa/cdn-cgi/image/fit=scale-down,width=400,height=400,onerror=redirect,format=auto/LjaJ/q8N3GsSIans5gNSkHD1Ej7RxehUIFJqFPx6q3Tg7.jpg"] {
  content: url("https://cdn.salla.sa/form-builder/gCCWwhQQaXQIwCeXMbe3IftRpOH1IkwQtLRU8CuM.png");
}


.gap-y-6 {
    row-gap: 0.7rem;
}
.gap-x-6 {
    column-gap: 0.7rem;
}

 .product-card__price .total-price, .product-card__price .starting-or-normal-price, .product-card__price .before-price {
        font-size: 19px;
    }
@media (max-width: 767px) {
    .product-card__price .total-price, .product-card__price .starting-or-normal-price, .product-card__price .before-price {
        font-size: 16px;
    }
}









.profile__cover--placeholder::before {
    background: rgb(247 247 247);
    }