/* Slider Full Width */

.s-block--photos-slider {
  padding: 10px;
}

  
.s-block--photos-slider .object-contain {
    -o-object-fit: cover !important;
    object-fit: cover !important;
}

.s-block--photos-slider .rounded-md {
  border-radius: 0px !important;
}

.s-block--photos-slider .swiper-slide {
  margin-left: 0px !important;
  margin-right: 0px !important;
  width: 100% !important;
  border-radius: 0px !important;
}
.s-block--photos-slider .swiper {
  padding-left: 0px !important;
  padding-right: 0px !important;
}
.s-slider-v-centered .s-slider-block__title-nav button {
  display: none !important;
}


@media (max-width: 1024px) {
  .s-block--photos-slider .swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px) !important;
}

.s-block--photos-slider .swiper .swiper-pagination-bullet {
    margin-bottom: 0.5rem !important;
    height: .5rem !important;
    width: .5rem !important;
}
}

.s-block--hero-slider .swiper-lazy {
  background-position: left center;
}

.s-block--hero-slider [class="text-2xl md:text-4xl lg:text-5xl font-bold !leading-tight text-primary"] {
  color: rgb(255 145 72);
}



footer {
  background-image: url(https://i.postimg.cc/brrJrrSG/Group-1261154818.png);
  background-repeat: no-repeat;
  background-size: cover;
}

.store-footer *{
  color: #fff !important;
}

@media(max-width: 1024px) {
footer {
  background-position: center center;
}
}
/* Products Cards */

custom-salla-product-card {
/* background-color: #c4c4c4 !important;*/
  background-color: #fff!important;
  border: 1px solid #000 !important;
}

salla-add-product-button button {
  background-color: #0D2A39 !important;
  color: #fff!important;
  border: 1px solid #0D2A39 !important;
}
salla-add-product-button:hover button {
  background-color: #fff!important;
  color: #0D2A39 !important;
  border: 1px solid #0D2A39 !important;
}
.s-product-card-content-subtitle {
  color: #010101!important;
}




/* custom ScrollBar */
/* width */
::-webkit-scrollbar {
  width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #f1f1f1;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #0D2A39;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #0D2A39;
}

/* Banners */

.s-block--fixed-banner .container {
  max-width: 100% !important;
  padding: 10px !important;
}
.index .s-block--fixed-banner img {
  background-color: transparent !important;
  border-radius: 0;
}
.s-block--fixed-banner:first-of-type {
  margin-top: 0px !important;
}

.s-block--features {
  padding: 10px;
}
.s-block--features .s-block--features__item{
  box-shadow: 0px 0px 2px 2px #ddd !important;
}
.s-block--features__item .feature-icon {
  color: #fff;
  background-color: #0D2A39;
  padding: 15px;
  border-radius: 50px;
}

:is([dir="rtl"] .s-slider-block__title-nav) > :not([hidden]) ~ :not([hidden]) {
    display: none !important;
}

button.swiper-button-lock  {
  display: none !important;
}