#app > div.app-inner.flex.flex-col.min-h-full > footer > div.store-footer__inner > div:nth-child(1){
    grid-template-columns: repeat(2, minmax(0, 1fr));
    display: inline-grid;
}
@media only screen and (max-width: 600px) {#app > div.app-inner.flex.flex-col.min-h-full > footer > div.store-footer__inner > div:nth-child(1){
    grid-template-columns: repeat(2, minmax(0, 1fr));
    display:block;
}}


.slide--cat-entry{
height: 100%;
}
.product-entry, .product-entry .product-entry__image>a {
height: 75%;
}
.f_enhanced-square-photos .f_image-one-fourth{
    grid-template-columns: repeat(3, minmax(0, 1fr));
    }
section#E_square_photos_sec_6 > .grid.f_image-one-fourth.py-4.md\:py-6{
grid-template-columns: repeat(2, minmax(0, 1fr));
}
.f_enhanced-store-features .f_features-item h3,.mburger--collapse{
display: none;
}
@media only screen and (max-width: 600px) {.mburger--collapse{
display: block;
}}

[dir=rtl] .f_slider-container salla-slider .swiper{
   overflow: hidden;
   }
.swiper-slide.slide--one-sixth{
  position: relative;
  white-space: nowrap;
  animation: scroll-horizontal 10s linear infinite;
}

@keyframes scroll-horizontal {
  0% {
    transform: translatex(100%);
  }

  100% {
      transform: translatex(-100%);
  }
}

@media (min-width: 400px) and (max-width:800px){
.maani{
    position: relative;
    right: 35%;
    bottom: 110px;
    }
}
@media(max-width:776px){

img.h-80.mb-10.w-full.object-cover.rounded-\[2rem\] {
    object-fit: contain;
    height: 170px;}
}