.s-offer-modal-slider.s-slider-wrapper {
    display: none !important;
}
/* -------- */
.s-advertisement {
  overflow: hidden;
  position: relative;
  direction: rtl;
  height: 50px;
}

.s-advertisement-content {
  display: inline-block;
  white-space: nowrap;
  animation: slideLeftToRight 15s linear infinite;
}

@keyframes slideLeftToRight {
  0% {
    transform: translateX(-30%);
  }
  100% {
    transform: translateX(100%);
  }
}
salla-advertisement{
height: 49px !important;
}
/* -------- */

.s-block.s-block--photos-slider {
margin: 0 !important;
}
salla-slider.photos-slider .swiper {
    padding: 0 !important;
}
    salla-slider.photos-slider .swiper-slide {
        width: 100%;
        padding: 0 !important;
    }


.s-block--fixed-banner{
        margin-top: 0 !important;
}

.s-block--fixed-banner .container {
        max-width: 100% !important;
        padding: 0 !important;
    }
    
/* Add custom CSS styles below */ 
.home-block--fixed-products.show-all .title.title--x-large, .home-block--slide-products.show-all .title.title--x-large,.home-block--fixed-products.show-all .title.title--x-large .btn, .home-block--slide-products.show-all .title.title--x-large .btn ,.title--xx-large,.title{
    color: #282827 !important;
}

section.s-block.container:nth-of-type(5) .s-block__title{
display:none !important;
}

.s-product-card-rating{display:none !important
}

section.s-block.container:nth-of-type(7) .s-block__title{
display:none !important;
}

.s-block__display-all {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    font-size: .875rem;
    line-height: 1.25rem;
    font-weight: 700;
    opacity: .8;
    background: #000;
    padding: 10px;
    border-radius: 40px;
    color: #fff;
    width: 160px;
    justify-content: space-around;
    font-weight: bold !important;
}
.s-product-card-fit-height .s-product-card-image {
    height: 25rem !important;
    max-height: 25rem !important;
}
.s-product-card-promotion-title {
    --tw-bg-opacity: 1;
    background-color: #991b1b;
    background-color: rgb(14 13 13 / 28%) !important; 
}
.s-button-primary-outline {
    color: #414042 !important;
}
.list--payment-methods li {
    display: block !important;
}

#suagenciaTagWhatsapp.position-bottom-right {
    bottom: 14vh !important;
    right: 2vw;
    animation-name: suagenciaTagWhatsapp-appears-bottom;
}

.payment_methods__change{
    background: #000 !important;
    color: #fff !important;
    font-size: 15px !important;
    font-weight: 900 !important;
}

/*
@media (min-width: 1024px) {
    .main-nav-container.fixed-header .inner {
        transform: none;
        top: 46px !important;
        padding-top: 0px !important;
    }
    
}
@media (max-width: 1024px) {
    .main-nav-container.fixed-header .inner {
        transform: none;
        top: 46px !important;
        padding-top: 0px !important;
    }
    .main-menu.mm-spn--open{
        padding-top: 110px !important;
}
}



.store-header{
z-index: 99999;
padding-top: 40px;
}

div.s-advertisement{
    position: fixed;
    width: 100%;
    z-index: 9999999;
}*/