#mainnav .container div:has(.header-btn) {
    order: 1;
}

.navbar-brand img {
    max-height: 4rem;
}

body {
    background-color: #E8F3FD;
}

/* banner */
salla-slider.photos-slider .swiper,
section.s-block.s-block--photos-slider:first-of-type,
salla-slider.photos-slider .swiper-slide {
    margin: 0;
    padding: 0 !important;
    width: 100%;
}


.s-slider-block__title-nav{
display:none !important;
}


/* cats */



/* blog */
.blog-index img,
.blog-single img {
    object-fit: contain;
    height: auto;
}

.footer-logo{
max-width:200px;
margin-bottom:2rem
}

.banner-entry {
  position: relative;
  display: block;
  overflow: hidden;
}

.banner-entry .lazy__bg {
  transition: transform 0.5s ease;
  position: relative;
  z-index: 0;
}

/* Scale on hover */
.banner-entry:hover .lazy__bg {
  transform: scale(1.08);
}

/* Shine effect */
.banner-entry::after {
  content: "";
  position: absolute;
  top: 0;
  left: -75%;
  width: 50%;
  height: 100%;
  background: linear-gradient(
    120deg,
    rgba(255, 255, 255, 0.2) 0%,
    rgba(255, 255, 255, 0.5) 50%,
    rgba(255, 255, 255, 0.2) 100%
  );
  transform: skewX(-20deg);
  z-index: 2;
  transition: none;
}

.banner-entry:hover::after {
  animation: shine 0.9s ease forwards;
}

@keyframes shine {
  0% {
    left: -75%;
  }
  100% {
    left: 125%;
  }
}


@media(max-width:768px){
.s-block--banners .two-row,
section:nth-child(1 of .s-block--banners ) .md\:grid-cols-3  {
    grid-template-columns: repeat(1, minmax(0, 1fr));
}

section:nth-child(1 of .s-block--banners ) .md\:grid-cols-3 .banner-entry:first-child {
    grid-column-start: 1;
}

.two-row .banner-entry,
.two-row .banner-entry:first-child {
    height: 150px;
}

#mainnav p.s-cart-summary-content {
    display: none;
}

.md\:grid-cols-2 .banner-entry {
    height: 100px;
}
.s-products-slider-card {
    width: 55%;
}
footer *{
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}
}

.banner--fixed img, .banner-entry {
    --tw-bg-opacity: 0;
    background-color: #f3f4f6;
    background-color: rgba(243, 244, 246, var(--tw-bg-opacity, 1));
}

.footer-is-light .store-footer .store-footer__inner {
    --tw-border-opacity
1
: 1;
    border-bottom-color: rgb(255 255 255);
    --tw-bg-opacity: 1;
    background-color: rgb(14 92 154);
    color: white;
}

.py-4 {
    padding-bottom: 1rem;
    padding-top: 1rem;
    background-color: #05395f;
}

.copyright-text p {
    --tw-text-opacity: 1;
    color: rgb(255 255 255);
    
}

@media (min-width: 768px) {
    .md\:grid-cols-3 {
        grid-template-columns: repeat(3, minmax(0, 1fr));
        transform: scale(128%);
        margin: 0 207px;
    }
}

@media (min-width: 480px) {
    .banner-entry {
        padding: 0rem;
        margin-top: 46px;
    }
}

@media (max-width: 768px) {
    .md\:grid-cols-2 .banner-entry {
        height: 205px !important;
    }
}

@media (min-width: 768px) {
    .md\:grid-cols-2 {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        margin: 0 410px !important;
        transform: scale(130%) !important;
    }
}