/* Add custom CSS styles below */ 
body {
  background-color: #cbf1e4; /* حط اللون اللي تبيه */
}
.s-design-before.s-design-invisible-dom::before {
    background-color: #BFFFED !important;
}
.s-block--slider-with-bg {
    background-color: #cbf1e4 !important;
}
.top-navbar {
    background-color: #f1dec9 !important; /* حط اللون اللي تبيه */
}
.main-nav-container {
    background-color: #be9b7b !important; /* غير اللون هنا */
}
.md\:flex.items-center.justify-between.py-4.container.text-center {
    background-color: #f1dec9 !important; /* غيّر اللون هنا */
}

.store-footer__inner {
    background-color: #be9b7b !important; /* غيّر اللون هنا */
}
.md\:flex.items-center.justify-between.py-4.container.text-center {
    background-color: #f1dec9 !important; /* ضع اللون الذي تريد */
}
.md\:flex.items-center.justify-between.py-4.container.text-center {
    color: #4d2b25 !important;
}
button {
    background-color: #4d2b25 !important;
  color: #fdf5c9 !important;

@media (max-width:768px){

  .s-products-list {
    grid-template-columns: repeat(2, 4fr) !important;
    gap: 10px !important;
  }

  .s-product-card img {
    height: 50px !important;
    object-fit: contain !important;
  }

.s-product-card-entry {
    background-image: url('https://garden.spoonflower.com/c/6267610/p/f/m/so4A2EiHdd91y10Ct95ZCjAKY0bK4nAdl7Q24aGxwBku-GcwTBJblkW0/Mint%20Chocolate.jpg') !important;
    background-color: #88afdd !important;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
}