.cat-products .slide--cat-entry {
background: linear-gradient(180deg, rgba(6,63,92,1) 0%, rgba(46,108,143,1) 50%, rgba(102,163,199,1) 100%);

color: orange;
}
.salla-advertisement .justify-start {
    justify-content: center;
}
.salla-advertisement .text-xs {
display: none;
}

.store-footer h3 {
    color: #f7f7f7;
}

.box-img img {
    padding: 1rem;
}

.s-block--banners .banner-square h3 {
    color: #06405e;
}

.box-img {
  transition: transform 0.3s ease;
}

.box-img:hover {
  transform: scale(1.05);
}

.md\:h-28 {
        transition: transform 0.3s ease;
    }
    
.md\:h-28:hover {
        transform: scale(1.05);
    }