.keen-slider:not([data-keen-slider-disabled]) {
  -webkit-align-content: flex-start;
  align-content: flex-start;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  overflow: hidden;
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
  width: 100%;
}
.keen-slider:not([data-keen-slider-disabled]) .keen-slider__slide {
  position: relative;
  overflow: hidden;
  width: 100%;
  min-height: 100%;
}
.keen-slider:not([data-keen-slider-disabled])[data-keen-slider-reverse] {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.keen-slider:not([data-keen-slider-disabled])[data-keen-slider-v] {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.keen-slider:not([data-keen-slider-disabled])[data-keen-slider-moves] * {
  pointer-events: none;
}
.catalog-idx {
  margin-top: 2rem;
}
.catalog-idx h1,
.catalog-idx p {
  text-align: center;
}
.catalog-idx p {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}
.catalog-idx h2 {
  font-size: 26px;
  margin-bottom: 1rem;
  text-align: center;
}
.product-section {
  margin-bottom: 3rem;
}
.product-carousel {
  margin-left: -1rem;
  margin-right: -1rem;
  text-align: center;
  overflow: auto hidden;
  white-space: nowrap;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
}
.product-carousel > li {
  padding: 0 5px;
  min-width: 40vw;
  max-width: 40vw;
}
.product-carousel > li .img-card {
  background-color: #f4f4f4;
  padding: 1rem 0.5rem;
  margin-bottom: 0.5rem;
}
.product-carousel > li div:not(.img-card) {
  font-weight: 500;
}
.product-carousel > li img {
  mix-blend-mode: multiply;
}
.product-carousel a {
  display: block;
  color: #1f2e3b;
}
.product-carousel a,
.product-carousel a:hover {
  text-decoration: none;
}
.product-carousel img {
  margin-bottom: 0.5rem;
}
.product-slider {
  margin-left: -1rem;
  margin-right: -1rem;
  text-align: center;
  width: auto !important;
  overflow: hidden;
}
.product-slider > li {
  padding: 0 5px;
  min-width: 40vw;
  max-width: 40vw;
}
.product-slider > li img {
  width: 100%;
}
.product-slider > li:not(:first-child) {
  opacity: 0;
  visibility: hidden;
}
.product-slider.is-active > li:not(:first-child),
.product-slider > li:not(:first-child) {
  -webkit-transition: opacity 0.5s, visibility 0s 0.5s;
  transition: opacity 0.5s, visibility 0s 0.5s;
}
.product-slider.is-active > li:not(:first-child) {
  opacity: 1;
  visibility: visible;
}
.product-slider a {
  color: #1f2e3b;
}
.product-slider a,
.product-slider a:hover {
  text-decoration: none;
}
.product-slider img {
  margin-bottom: 0.5rem;
}
@media (min-width: 48em) {
  .product-carousel > li {
    min-width: 19.04762vw;
    max-width: 19.04762vw;
  }
  .product-slider > li {
    min-width: 28.57143vw;
    max-width: 28.57143vw;
    min-width: 16vw;
    max-width: 16vw;
  }
}
@media (min-width: 64em) {
  .product-section {
    margin-bottom: 0;
  }
  .product-carousel {
    margin-left: 0;
    margin-right: 0;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    overflow: visible;
  }
  .product-carousel > li {
    width: 20%;
    min-width: auto;
    max-width: none;
    margin-bottom: 3rem;
  }
}
@media (min-width: 85em) {
  .product-slider {
    margin-left: 0;
    margin-right: 0;
  }
}
