/* Add custom CSS styles below */ 
/* Main Banner */
section.s-block--animate.banners-slider.banners-slider--0.slide .container {
  max-width: 100%;
  padding-right: 0;
  padding-left: 0;
}

section.s-block--animate.banners-slider.banners-slider--0.slide .container .s-slider-wrapper .swiper.s-slider-container .swiper-wrapper .swiper-slide img {
  border-radius: 0;
}
/* End of Main Banner */


/* Categories Section Subtitle */
section.s-block.s-block--square-links.square-links-1.s-block--animate > div > div > p {
  color: #2e7c67;
}
/******/

/* Products Section */
.product-card--rounded {
    border-radius: 0;
}

.product-card--horizontal.product-card--rounded .product-card__image:where([dir="rtl"], [dir="rtl"] *) {
  border-radius: 0 !important;
}

.product-card--minimal, .product-card--horizontal {
  box-shadow: 0px 0px 10px 0px #707070;
}

.fit-slider-products .s-slider-swiper-wrapper .swiper-slide custom-salla-product-card, .product-card--vertical {
  border: 1px solid #e9e9e9;
}
/* End of Products Section */


/* Store Features */
.s-block__title-left {
  display: none !important;
}

.s-block__title {
    justify-content: center;
}

.s-block__title h2 {
  font-size: 1.5rem;
}

.s-block__title h2:after {
    content: '';
    display: block;
    border: 1px solid #2e7c67;
    margin-top: .5rem;
}


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

:nth-child(1 of section.s-block.s-block--banners.container) .one-row .banner-entry {
    background-color: transparent;
}

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

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

@media (max-width: 992px) {
  :nth-child(1 of section.s-block.s-block--banners.container) .md\:grid-cols-3 .banner-entry {
    height: 50px;
  }
}

.lazy__bg {
      background-size: contain;
    background-repeat: no-repeat;
}

.gap-3 {
    gap: 0.75rem;
}
/* End of Store Features */

@media (min-width: 640px) {
    .sm\:text-4xl {
        font-size: 1.5rem;
        line-height: 1rem;
    }
}

@media (min-width: 1024px) {
    .lg\:text-3xl {
        font-size: 1.5rem;
        line-height: 1rem;
    }
}

.footer-bottom .container .text-sm {
  color: #000;
}
/*************
.s-product-options-colors-wrapper input[type=radio]+label {
    border: 1px solid #967414b8;
    padding: 10px;
}

.s-product-options-colors-wrapper input[type=radio]+label span {
    background: transparent !important;
    height: 0px;
    display:none;
}

salla-product-options.s-product-options-wrapper.hydrated {
    border: 1px solid #9674147d;
}******/