.iwt_content_position {
  padding: 30px !important;
}

.image_with_text {
  border-radius: 12px !important;
}

@media (min-width: 768px) {
  .image_with_text {
    display: grid !important;
    grid-template-columns: 1fr 1fr !important;
    border-radius: 12px !important;
  }
  .iwt_content_position {
    padding: 70px 30px 70px !important;
  }
  .iwt_image {
    display: block !important;
  }
  .iwt_image, .iwt_content {
    width: auto !important;
    height: 100% !important;
  }
}
.banners-row .carousel-inner a img {
  transition: all 0.3s ease-out !important;
}
.banners-row .carousel-inner a:hover img {
  transform: scale(1.02) !important;
}

.products-block {
  gap: 0 !important;
  max-height: 500px !important;
}

.product {
  margin: 0 !important;
  margin-left: 16px !important;
}

@media (min-width: 1200px) {
  .products-block {
    grid-gap: 32px 16px !important;
    display: grid !important;
    grid-template-columns: repeat(4, 1fr) !important;
  }
  .products-inline {
    display: grid !important;
    grid-template-columns: repeat(4, 1fr) !important;
    gap: 12px !important;
  }
  .products-inline .product {
    padding: 0 !important;
  }
  .products-inline .button-wrapper {
    grid-column: span 4 !important;
  }
  .product, .product.active {
    margin-left: 0 !important;
    width: auto !important;
    float: none !important;
  }
}
.container-narrow {
  width: clamp(320px, 100vw - 60px, 1200px) !important;
  margin: 0 auto !important;
}

.products.products-inline.products-top {
  gap: 12px !important;
}
.products.products-inline.products-top > div {
  margin: 0 !important;
  padding: 0 !important;
}
.products.products-inline.products-top .product {
  width: 100% !important;
}
.products.products-inline.products-top .product .p {
  width: 100% !important;
}

@media (max-width: 768px) {
  .subcategories.with-image {
    grid-template-columns: repeat(1, 1fr) !important;
  }
  .subcategories.with-image .image {
    width: auto !important;
  }
  .products.products-page.products-block {
    display: grid !important;
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 6px !important;
  }
  .products.products-page.products-block .product {
    padding: 0 !important;
    min-width: 0 !important;
    width: 100% !important;
    margin: 0 !important;
  }
  .products:not(.product-slider) .columns-mobile-2 .products-block {
    display: grid !important;
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 6px !important;
  }
  .products:not(.product-slider) .columns-mobile-2 .products-block .product {
    min-width: 0 !important;
    width: 100% !important;
    margin: 0 !important;
  }
  .wide .p-detail-tabs-wrapper {
    border-radius: 12px !important;
    padding: 0 32px 32px !important;
  }
  .product-slider .products-block {
    max-height: 450px !important;
  }
}
.row.banners-row .item a,
.row.banners-row .next-to-carousel-banners .banner-wrapper a {
  display: grid !important;
  grid-template-areas: "stack" !important;
}
.row.banners-row .item a > *,
.row.banners-row .next-to-carousel-banners .banner-wrapper a > * {
  grid-area: stack !important;
}
.row.banners-row .item a .extended-banner-texts,
.row.banners-row .next-to-carousel-banners .banner-wrapper a .extended-banner-texts {
  justify-content: center !important;
  position: unset !important;
}
.row.banners-row .item a img,
.row.banners-row .next-to-carousel-banners .banner-wrapper a img {
  height: 100% !important;
}

.products.products-page.products-block {
  max-height: unset !important;
  gap: 32px 16px !important;
}
@media (min-width: 1200px) {
  .products.products-page.products-block {
    justify-content: center !important;
  }
}

.p-thumbnails,
.p-thumbnails > div,
.p-thumbnails-inner {
  height: 102px !important;
}