.tamara-product-widget, .spotii-wrapper {
    background: transparent;}
  
.dark .product-details-col *, .dark .main-content article *:not(h2):not(strong):not(a):not(span) {
    color: white !important;
}

.dark .product-details-col *:not(span) {
    color: white !important;
}

/* Add custom CSS styles below */ 
#app {
    background-color: #ffffff;
}

.header--transparent .store-header {
    position: relative;
}

.store-footer {
    background-color: #674591;
}

.store-footer p {
    color: #fff;
}

.store-footer * ,
.store-footer .social-link{
    border-color: #fff !important;
    color: #fff;
}

.s-block--main-slider-1 .more-link {
    background-color: #fff;
    border-color: #fff;
    color: white !important;
}

.s-block--categories salla-slider .slide--one-eighth {
    width: 20%;
}

 @media (min-width: 1024px) {
    .s-block--main-slider-1 .lg\:px-32 {
        padding-left: 0;
        padding-right: 0;
    }
    
    .s-block--main-slider .lg\:px-32 {
    padding-left: 0;
    padding-right: 4rem;
}
}

@media(max-width:767px){
.s-block--categories salla-slider .slide--one-eighth {
    width: 33%;
}

.s-block--categories .s-slider-container {
    padding: 0 !important;
}

}

/* what's icon */
#whatsapp-icon {
    position: fixed;
    bottom: 50px;
    left: 20px;
    width: 60px;
    height: 60px;
    z-index: 1000;
    animation: float 2s ease-in-out infinite;
}

#whatsapp-icon img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background-color: White;
    box-shadow: 0 0 15px rgba(0, 255, 0, 0.6);
    transition: box-shadow 0.3s ease-in-out;
}

#whatsapp-icon img:hover {
    box-shadow: 0 0 25px rgba(0, 255, 0, 1);
}

@keyframes float {

    0%,
    100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-10px);
    }
}
#whatsapp-icon img {
    scale: 1.25;
}
/* Product Single Edit */
.dark .product-details-col a {
    color: #0f6ed8 !important;
}
.dark .product-details-col h2,
.dark .product-details-col strong {
    color: #c26709 !important;
}
/* Article Dark Edit */
/*.dark .product-details-col *,
.dark .main-content article *:not(h2):not(strong):not(a) {
    color: white !important;
}*/
}
.s-block--photos-slider {
    margin-top: 0rem;
    margin-bottom: 3rem;
}
salla-slider.photos-slider .swiper-slide {
    margin:0;
    width: 100%;
    padding:0;
}
salla-slider.photos-slider .s-slider-block__title {
    margin-top: 0;
}
salla-slider.photos-slider .swiper:where([dir=rtl],[dir=rtl] *) {
      padding: 0;
}
.s-slider-v-centered .s-slider-block__title-nav button.swiper-button-disabled{
      visibility: hidden;
}
.s-block--photos-slider .swiper-slide {
  width: 100% !important;
  padding: 0px !important;
  margin: 0px !important;
}

.s-block--photos-slider {
  margin-top: 0px !important;
}
.swiper {
  padding: 0px !important;
}
/* swiper photos end */

.offer-slider .s-slider-block__title:before {
    content: "";
}
.offer-slider .s-slider-block__title:before {
  display: none;
}
section.s-block.s-block--fixed-banner.wide-placeholder .container {
    max-width: 100%;
    padding: 0;
}