.image-and-carousel-wrapper .image-and-carousel-heading {
  font-weight: 600;
  margin-bottom: 1rem;
  text-align: left;
}
@media (max-width: 480px) {
  .image-and-carousel-wrapper .image-and-carousel-heading {
    margin-bottom: 0.75rem;
  }
}
.image-and-carousel-wrapper .image-and-carousel-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.image-and-carousel-wrapper .image-section {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.image-and-carousel-wrapper .image-section .image-with-link,
.image-and-carousel-wrapper .image-section picture,
.image-and-carousel-wrapper .image-section img {
  border-radius: 0.1875rem;
  overflow: hidden;
}
.image-and-carousel-wrapper .image-section img {
  width: 100%;
  height: auto;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}
.image-and-carousel-wrapper .carousel-section {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0px;
          flex: 1 1 0;
  min-width: 0;
  overflow: hidden !important;
  position: relative;
}
.image-and-carousel-wrapper .carousel-section .swiper-products {
  padding: 0;
  overflow: hidden !important;
  width: 100%;
  max-width: 100%;
}
.image-and-carousel-wrapper .carousel-section .swiper {
  overflow: hidden !important;
  width: 100% !important;
  max-width: 100% !important;
}
.image-and-carousel-wrapper .carousel-section .swiper-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.image-and-carousel-wrapper .carousel-section .swiper-slide {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.image-and-carousel-wrapper .carousel-section .swiper-pagination {
  position: relative;
  margin-top: 0.75rem;
}
.image-and-carousel-wrapper.position-left .image-and-carousel-content {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.image-and-carousel-wrapper.position-right .image-and-carousel-content {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media (min-width: 1440px) {
  .image-and-carousel-wrapper .image-and-carousel-content {
    gap: 16px;
  }
  .image-and-carousel-wrapper .image-section {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc((100% - 80px) / 6);
            flex: 0 0 calc((100% - 80px) / 6);
    max-width: calc((100% - 80px) / 6);
    min-width: calc((100% - 80px) / 6);
    padding-top: 14px;
  }
  .image-and-carousel-wrapper .carousel-section .swiper .swiper-wrapper .swiper-slide {
    width: calc(20% - 16px) !important;
    max-width: calc(20% - 16px) !important;
    min-width: calc(20% - 16px) !important;
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
    margin-right: 16px !important;
    margin-left: 0 !important;
  }
}
@media (min-width: 1200px) and (max-width: 1439px) {
  .image-and-carousel-wrapper .image-and-carousel-content {
    gap: 14px;
  }
  .image-and-carousel-wrapper .image-section {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc((100% - 56px) / 5);
            flex: 0 0 calc((100% - 56px) / 5);
    max-width: calc((100% - 56px) / 5);
    min-width: calc((100% - 56px) / 5);
    padding-top: 14px;
  }
  .image-and-carousel-wrapper .carousel-section .swiper .swiper-wrapper .swiper-slide {
    width: calc(25% - 14px) !important;
    max-width: calc(25% - 14px) !important;
    min-width: calc(25% - 14px) !important;
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
    margin-right: 14px !important;
    margin-left: 0 !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .image-and-carousel-wrapper .image-and-carousel-content {
    gap: 12px;
  }
  .image-and-carousel-wrapper .image-section {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc((100% - 36px) / 4);
            flex: 0 0 calc((100% - 36px) / 4);
    max-width: calc((100% - 36px) / 4);
    min-width: calc((100% - 36px) / 4);
    padding-top: 14px;
  }
  .image-and-carousel-wrapper .carousel-section .swiper .swiper-wrapper .swiper-slide {
    width: calc(33.3333333333% - 12px) !important;
    max-width: calc(33.3333333333% - 12px) !important;
    min-width: calc(33.3333333333% - 12px) !important;
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
    margin-right: 12px !important;
    margin-left: 0 !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .image-and-carousel-wrapper .image-and-carousel-content {
    gap: 10px;
  }
  .image-and-carousel-wrapper .image-section {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc((100% - 20px) / 3);
            flex: 0 0 calc((100% - 20px) / 3);
    max-width: calc((100% - 20px) / 3);
    min-width: calc((100% - 20px) / 3);
    padding-top: 14px;
  }
  .image-and-carousel-wrapper .carousel-section .swiper .swiper-wrapper .swiper-slide {
    width: calc(50% - 10px) !important;
    max-width: calc(50% - 10px) !important;
    min-width: calc(50% - 10px) !important;
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
    margin-right: 10px !important;
    margin-left: 0 !important;
  }
}
@media (min-width: 544px) and (max-width: 767px) {
  .image-and-carousel-wrapper .image-and-carousel-content {
    gap: 10px;
  }
  .image-and-carousel-wrapper .image-section {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc((100% - 20px) / 3);
            flex: 0 0 calc((100% - 20px) / 3);
    max-width: calc((100% - 20px) / 3);
    min-width: calc((100% - 20px) / 3);
    padding-top: 14px;
  }
  .image-and-carousel-wrapper .carousel-section .swiper .swiper-wrapper .swiper-slide {
    width: calc(50% - 10px) !important;
    max-width: calc(50% - 10px) !important;
    min-width: calc(50% - 10px) !important;
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
    margin-right: 10px !important;
    margin-left: 0 !important;
  }
}
@media (min-width: 480px) and (max-width: 543px) {
  .image-and-carousel-wrapper .image-and-carousel-content {
    gap: 8px;
  }
  .image-and-carousel-wrapper .image-section {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc((100% - 8px) / 2);
            flex: 0 0 calc((100% - 8px) / 2);
    max-width: calc((100% - 8px) / 2);
    min-width: calc((100% - 8px) / 2);
    padding-top: 14px;
  }
  .image-and-carousel-wrapper .carousel-section .swiper .swiper-wrapper .swiper-slide {
    width: calc(100% - 8px) !important;
    max-width: calc(100% - 8px) !important;
    min-width: calc(100% - 8px) !important;
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
    margin-right: 8px !important;
    margin-left: 0 !important;
  }
}
@media (max-width: 480px) {
  .image-and-carousel-wrapper.mobile-side-by-side .image-and-carousel-content {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    gap: 8px;
  }
  .image-and-carousel-wrapper.mobile-side-by-side .image-section {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(50% - 4px);
            flex: 0 0 calc(50% - 4px);
    max-width: calc(50% - 4px);
    min-width: calc(50% - 4px);
    padding-top: 16px;
  }
  .image-and-carousel-wrapper.mobile-side-by-side .carousel-section {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(50% - 4px);
            flex: 0 0 calc(50% - 4px);
    max-width: calc(50% - 4px);
    overflow: hidden;
  }
  .image-and-carousel-wrapper.mobile-side-by-side .carousel-section .swiper-slide {
    width: 100% !important;
    max-width: 100% !important;
    min-width: 100% !important;
    margin-right: 8px !important;
  }
  .image-and-carousel-wrapper.mobile-image-top .image-and-carousel-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column wrap;
            flex-flow: column wrap;
    gap: 12px;
  }
  .image-and-carousel-wrapper.mobile-image-top .image-section {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
    min-width: 100%;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .image-and-carousel-wrapper.mobile-image-top .carousel-section {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .image-and-carousel-wrapper.mobile-image-top .carousel-section .swiper-slide {
    width: auto !important;
    max-width: none !important;
    min-width: auto !important;
  }
  .image-and-carousel-wrapper.mobile-image-bottom .image-and-carousel-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column wrap;
            flex-flow: column wrap;
    gap: 12px;
  }
  .image-and-carousel-wrapper.mobile-image-bottom .image-section {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
    min-width: 100%;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .image-and-carousel-wrapper.mobile-image-bottom .carousel-section {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .image-and-carousel-wrapper.mobile-image-bottom .carousel-section .swiper-slide {
    width: auto !important;
    max-width: none !important;
    min-width: auto !important;
  }
  .image-and-carousel-wrapper.mobile-grid-image-top .image-and-carousel-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column wrap;
            flex-flow: column wrap;
    gap: 12px;
  }
  .image-and-carousel-wrapper.mobile-grid-image-top .image-section {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
    min-width: 100%;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .image-and-carousel-wrapper.mobile-grid-image-top .carousel-section {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .image-and-carousel-wrapper.mobile-grid-image-top .carousel-section .swiper-button-next,
  .image-and-carousel-wrapper.mobile-grid-image-top .carousel-section .swiper-button-prev,
  .image-and-carousel-wrapper.mobile-grid-image-top .carousel-section .swiper-pagination {
    display: none !important;
  }
  .image-and-carousel-wrapper.mobile-grid-image-top .carousel-section .swiper {
    overflow: visible !important;
  }
  .image-and-carousel-wrapper.mobile-grid-image-top .carousel-section .swiper-wrapper {
    display: grid !important;
    grid-template-columns: repeat(2, 1fr);
    gap: 8px;
    -webkit-transform: none !important;
            transform: none !important;
    width: 100% !important;
  }
  .image-and-carousel-wrapper.mobile-grid-image-top .carousel-section .swiper-slide {
    width: 100% !important;
    margin: 0 !important;
    -webkit-transform: none !important;
            transform: none !important;
  }
  .image-and-carousel-wrapper.mobile-grid-image-top .carousel-section .swiper-slide:nth-child(n+5) {
    display: none !important;
  }
  .image-and-carousel-wrapper.mobile-grid-image-bottom .image-and-carousel-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column wrap;
            flex-flow: column wrap;
    gap: 12px;
  }
  .image-and-carousel-wrapper.mobile-grid-image-bottom .image-section {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
    min-width: 100%;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .image-and-carousel-wrapper.mobile-grid-image-bottom .carousel-section {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .image-and-carousel-wrapper.mobile-grid-image-bottom .carousel-section .swiper-button-next,
  .image-and-carousel-wrapper.mobile-grid-image-bottom .carousel-section .swiper-button-prev,
  .image-and-carousel-wrapper.mobile-grid-image-bottom .carousel-section .swiper-pagination {
    display: none !important;
  }
  .image-and-carousel-wrapper.mobile-grid-image-bottom .carousel-section .swiper {
    overflow: visible !important;
  }
  .image-and-carousel-wrapper.mobile-grid-image-bottom .carousel-section .swiper-wrapper {
    display: grid !important;
    grid-template-columns: repeat(2, 1fr);
    gap: 8px;
    -webkit-transform: none !important;
            transform: none !important;
    width: 100% !important;
  }
  .image-and-carousel-wrapper.mobile-grid-image-bottom .carousel-section .swiper-slide {
    width: 100% !important;
    margin: 0 !important;
    -webkit-transform: none !important;
            transform: none !important;
  }
  .image-and-carousel-wrapper.mobile-grid-image-bottom .carousel-section .swiper-slide:nth-child(n+5) {
    display: none !important;
  }
}
