.store-footer {
  background-color: #5c5a4c;
  color: white;
}

.store-footer a,
.store-footer p,
.store-footer span {
  color: white;
  font-weight : bold
}

.store-footer i {
  color: white;
    font-weight : bold
}

.store-footer .social-icons a {
  color: white;
    font-weight : bold
}

.swiper-slide img {
    background-color: #EFE4D8; 
}

.content.content--single-page {
    background-color: #EFE4D8; 
}

.md\:flex.items-start.gap-8 > .main-content.blog-category.md\:w-96.flex-1.rounded.mb-10.md\:mb-0 {
 min-width:100% !important
}
.md\:flex.items-start.gap-8 .main-content.blog-category.md\:w-96 span img { 
  aspect-ratio: 18 / 9;
  object-fit: cover;
  width: 100%;
  height : unset !important
 }
 .md\:flex.items-start.gap-8 .main-content.blog-category.md\:w-96 .image--aspect-ratio.bg-gray-100.dark\:bg-white\/10.overflow-hidden.mb-10.rounded { 
  background-color :  #EFE4D8;
  padding-bottom: 50% !important;

 }