.products-by-producer-and-category {
  width: 100%;
  position: relative;
  padding: 16px 0;
}

.products-by-producer-and-category .products-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-direction: column;
}

.products-by-producer-and-category .products-carousel-swiper-div {
  position: relative;
  padding: 0 32px;
}

@media (max-width: 782px) {
  .products-by-producer-and-category .products-carousel-swiper-div { padding: 0; }
}

.products-by-producer-and-category .products-header .text-container {
  padding-right: 0;
  padding-left: 0;
  flex-shrink: 1;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.products-by-producer-and-category .products-header .wp-block-group { flex-shrink: 0; }

.products-by-producer-and-category .products-header .text-container h2 {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: var(--wp--preset--font-size--md);
  line-height: 1.1;
}

.products-by-producer-and-category .products-header .text-container p {
  margin-block-start: 1.5em;
  margin-block-end: 1.5em;
}

.products-by-producer-and-category .swiper-container {
  --swiper-navigation-size: 30px;
  --swiper-navigation-sides-offset: -10px;
  --swiper-navigation-top-offset: 45%;
  --swiper-navigation-color: black;
  width: 100%;
  overflow: hidden;
  margin: 24px 0;
}

.products-by-producer-and-category .swiper-slide {
  display: flex;
  flex-direction: column;
  width: 100%;
}

.products-by-producer-and-category .swiper-slide img {
  width: 100%; height: 100%; object-fit: cover;
}

.products-by-producer-and-category .img-wrapper {
  margin: 0; padding: 0;
  width: 100%; height: 100%;
  aspect-ratio: 7 / 4;
  display: flex; align-items: flex-end;
  background-size: contain; background-repeat: no-repeat; background-position: center;
}

.products-by-producer-and-category .img-wrapper p {
  color: #fff; background-color: var(--wp--preset--color--red);
  margin: 10px; padding: 2px 12px;
}

.products-by-producer-and-category .swiper-slide h4,
.products-by-producer-and-category .swiper-slide span {
  margin-top: 0.4em; margin-bottom: 0.4em;
}

.products-by-producer-and-category .truncate-title {
  display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical;
  overflow: hidden; text-overflow: ellipsis; max-height: calc(1.5em * 2);
}

.products-by-producer-and-category .truncate-excerpt {
  display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical;
  overflow: hidden; text-overflow: ellipsis; max-height: calc(1.5em * 3);
}

.products-by-producer-and-category .date { color: #888 !important; }

.products-by-producer-and-category .swiper-slide a:where(:not(.wp-element-button)) {
  text-decoration: none; color: var(--wp--preset--color--base) !important;
}

/* Mobile */
@media (max-width: 781px) {
  .products-by-producer-and-category { padding: 0; }
  .products-by-producer-and-category .swiper-button-prev,
  .products-by-producer-and-category .swiper-button-next { display: none !important; }
}

.wp-block-group .products-by-producer-and-category { position: relative; }

@media (max-width: 752px) {
  .products-by-producer-and-category .wp-block-button{ padding: 24px 0; }
  .products-by-producer-and-category .wp-block-button,
  .products-by-producer-and-category .wp-block-button a { width: 100%; }
  .products-by-producer-and-category .hide-on-mobile { display: none; }
}

@media (min-width: 753px) {
  .products-by-producer-and-category .hide-on-desktop { display: none; }
}
