/* Add custom CSS styles below */ 
/* Add custom CSS styles below */ 
body#app.index{
    background: white;
    }
    .lazy__bg.lazy.entered.loaded{
        background-size: contain;
        background-repeat: no-repeat;
    }
    a.banner-entry.square-photos {
        background: transparent;
    }
    img {
        background: transparent !important;
        border-radius:0;
    }
    .two-row .banner-entry:first-child {
    grid-column: span 1 / span 1;
    grid-row: span 1 / span 2;
}
    .s-block--banners .grid.two-row {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 1rem;
}

.s-block__title {
    justify-content: center;
}
section.s-block.s-block--banners.container .s-block__title .right-side h2 {
  font-weight: bold;     
  font-size: 2rem;       
       
}
@media (max-width: 768px) {
     .s-block--banners .grid.two-row {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
}
}
.s-slider-block__title h2 {
   font-size: 1.5rem; 
}
/* Change button background and text color */
.s-button-btn.s-button-primary-outline {
  background-color: #0836FE;
  color: white ;
 
}

/* Remove hover effect */
.s-button-btn.s-button-primary-outline:hover {
  background-color:#0836FE ;
  color: white;

}
/* Product Price */
.s-product-card-price {
    color: #0836FE;
    text-align: center ;
}
.s-product-card-content-sub {
    text-align: center;
     display: inline-block;
}
.s-product-card-content-title a {
    
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    display: block;
}
.s-product-card-entry,
custom-salla-product-card.s-product-card-entry {
    border: 2px solid #0836FE;
    border-radius: 8px;
    overflow: hidden;
    padding: 10px;
}
.main-nav-container.fixed-pinned .navbar-brand img {
    max-height: 4rem;
}
.navbar-brand img {
    max-height: 4rem;
}
.s-product-card-entry,
custom-salla-product-card.s-product-card-entry {
  border: 2px solid #0836FE;
  border-radius: 8px;
  overflow: hidden;
  padding: 10px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.s-product-card-entry:hover,
custom-salla-product-card.s-product-card-entry:hover {
  transform: scale(0.97); /* Zoom out slightly */
  box-shadow: none;       /* Optional: remove shadow on hover */
}
.s-block__title h2 {
    border: 2px solid #0836FE;       
    border-radius: 10px;          
    padding: 10px 20px;      
    display: inline-block;       
     
                 
}
.store-footer__inner{
background-color: rgb(7 55 253);
}

a.flex {
    display: flex;
    align-items: center;
    text-decoration: none; /* Optional: Remove underline from link */
}

a.flex {
    display: inline-block;  /* This ensures the <a> behaves like an inline element with its own size */
    width: 100px;           /* Adjust to the width of the image */
    height: 100px;          /* Adjust to the height of the image */
    background-image: url('https://i.ibb.co/SgzqxYm/vo-FTOMnn-PPMREKAKRQeca-Owq-Its-YNYlepy-Dmy-ETV-1.png'); /* Image URL */
    background-size: contain; /* Makes sure the image fits within the container */
    background-repeat: no-repeat;
    background-position: center; /* Ensures the image is centered in the <a> tag */
}

.s-block__title .right-side:where([dir="rtl"], [dir="rtl"] *) {
    padding-left: 0;
}