.homesliders-carousel-wrapper,
.homesliders-carousel-wrapper .pos_content {
  width: 100%;
}

.homesliders-home-row {
  margin-bottom: 35px;
}

.homesliders-mobile-title {
  color: #313131;
  display: none;
  font-family: "Montserrat", Arial, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.25;
  margin: 0 0 14px;
  text-align: center;
  text-transform: uppercase;
}

.homesliders-home-row .row {
  align-items: flex-start;
}

.homebaner.baner4 {
  background-image: url("/img/home/na-kazda-okazje.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.homebaner.baner5 {
  background-image: url("/img/home/z-kolorowymi.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

@media (min-width: 1200px) {
  .homebaner.baner4 {
    float: right;
  }
}

.homesliders-static-products {
  display: grid;
  gap: 30px;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  width: 100%;
}

.homesliders-static-item {
  min-width: 0;
}

@media (max-width: 991px) {
  .homesliders-static-products {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 575px) {
  .homesliders-home-row {
    margin-bottom: 4px !important;
    padding-bottom: 0;
    padding-top: 0;
  }

  .homesliders-continuation-row {
    margin-top: -10px;
    margin-bottom: 6px !important;
  }

  .homesliders-mobile-title {
    display: block;
    font-size: 14px;
    margin-bottom: 8px;
  }

  .homesliders-products-col {
    padding-left: 8px;
    padding-right: 8px;
  }

  .homesliders-carousel-wrapper {
    margin-bottom: 0 !important;
    padding-bottom: 0;
  }

  .homesliders-carousel-wrapper .pos_content {
    margin: 0 !important;
    padding-bottom: 0;
    padding-top: 0;
  }

  .homesliders-home .section,
  .homesliders-carousel-wrapper .owl-stage-outer {
    margin-bottom: 0 !important;
  }

  .homesliders-carousel-wrapper .owl-stage {
    display: flex;
  }

  .homesliders-carousel-wrapper .owl-item {
    min-width: 0;
  }

  .homesliders-carousel-wrapper .item-product,
  .homesliders-static-item {
    padding-left: 4px;
    padding-right: 4px;
  }

  .homesliders-static-products {
    gap: 2px 8px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .homesliders-home .product-miniature,
  .homesliders-home .thumbnail-container,
  .homesliders-home .product-description {
    margin-bottom: 0 !important;
  }

  .homesliders-home .product-miniature .thumbnail-container {
    height: clamp(205px, 58vw, 235px) !important;
    min-height: 0;
    width: 100% !important;
  }

  .homesliders-home .product-miniature .product-description {
    bottom: 0;
    height: 58px !important;
    width: 100% !important;
  }

  .homesliders-home .product-miniature .product-thumbnail img {
    max-height: calc(clamp(205px, 58vw, 235px) - 62px);
    object-fit: contain;
  }

  .homesliders-home .product-miniature .product-title {
    margin: 5px 0 2px;
  }

  .homesliders-home .product-miniature .product-title a {
    display: -webkit-box;
    font-size: 11px;
    line-height: 1.25;
    min-height: 27px;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }

  .homesliders-home .product-price-and-shipping {
    font-size: 11px;
    line-height: 1.25;
    margin-bottom: 0;
  }

  .homesliders-home .regular-price {
    display: inline-block;
    margin-left: 4px;
  }

  .homesliders-home .comments_note,
  .homesliders-home .variant-links,
  .homesliders-home .highlighted-informations {
    display: none !important;
  }

  .homesliders-home .owl-nav {
    display: none;
  }
}
