.product-page-wrapper .product-main-swiper {
  width: 100%;
  max-width: 448px;
  height: 100%;
  max-height: 500px;
  position: relative;
}
.product-page-wrapper .product-main-swiper:hover .swiper-button-prev,
.product-page-wrapper .product-main-swiper:hover .swiper-button-next {
  opacity: 1;
}
.product-page-wrapper .product-main-swiper img {
  width: 100%;
  max-width: 448px;
  height: 100%;
  max-height: 448px;
  object-fit: cover;
}
.product-page-wrapper .product-main-swiper .swiper-button-prev,
.product-page-wrapper .product-main-swiper .swiper-button-next {
  width: 40px;
  height: 40px;
  background-size: contain;
  background-repeat: no-repeat;
  text-indent: -9999px;
  top: 50%;
  transform: translateY(-50%);
  opacity: 0;
  transition: opacity 0.2s ease;
}
.product-page-wrapper .product-main-swiper .swiper-button-prev {
  left: 10px;
  background-image: url("../../../assets/img/product/arrow-side/arrow-left.svg");
}
.product-page-wrapper .product-main-swiper .swiper-button-prev:hover {
  background-image: url("../../../assets/img/product/arrow-side/arrow-left-hover.svg");
}
.product-page-wrapper .product-main-swiper .swiper-button-next {
  right: 10px;
  background-image: url("../../../assets/img/product/arrow-side/arrow-right.svg");
}
.product-page-wrapper .product-main-swiper .swiper-button-next:hover {
  background-image: url("../../../assets/img/product/arrow-side/arrow-right-hover.svg");
}
.product-page-wrapper .product-main-swiper .swiper-button-prev::after,
.product-page-wrapper .product-main-swiper .swiper-button-next::after {
  display: none;
}
.product-page-wrapper .product-main-swiper .product-main-pagination {
  position: absolute;
  bottom: 10px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  justify-content: center;
  gap: 8px;
}
.product-page-wrapper .product-main-swiper .product-main-pagination .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  border: 1px solid #fff;
  background: transparent;
  opacity: 1;
  border-radius: 0;
  box-sizing: border-box;
  transition: background-color 0.25s ease, transform 0.25s ease;
}
.product-page-wrapper .product-main-swiper .product-main-pagination .swiper-pagination-bullet:hover:not(.swiper-pagination-bullet-active) {
  background: var(--color-orange-dark);
  border: var(--color-orange-dark);
  cursor: pointer;
}
.product-page-wrapper .product-main-swiper .product-main-pagination .swiper-pagination-bullet-active {
  background: #fff;
  transform: scale(1);
}
.product-page-wrapper .product-thumb-swiper {
  margin-top: 4px;
  width: 100%;
  max-width: 448px;
  max-height: 48px;
}
.product-page-wrapper .product-thumb-swiper .swiper-wrapper {
  display: flex;
}
.product-page-wrapper .product-thumb-swiper .swiper-slide {
  max-width: 48px;
  max-height: 48px;
  cursor: pointer;
}
.product-page-wrapper .product-thumb-swiper .swiper-slide:hover {
  border: 2px solid var(--color-orange-dark);
}
.product-page-wrapper .product-thumb-swiper .swiper-slide img {
  width: 48px;
  height: 48px;
  object-fit: cover;
}
.product-page-wrapper .recipes-swiper {
  position: relative;
}
.product-page-wrapper .recipes-swiper .swiper-slide {
  height: auto !important;
}
.product-page-wrapper .recipes-swiper .recipe-item {
  max-width: 306px;
  width: 100%;
  height: 100%;
  padding: 16px;
  border: 2px outset buttonface;
}
.product-page-wrapper .recipes-swiper .recipe-item .value {
  min-width: 35px;
}
.product-page-wrapper .recipes-swiper .recipe-item .recipe-title {
  margin-bottom: 8px;
}
.product-page-wrapper .recipes-swiper .recipe-item .wysiwyg.--small {
  font-family: PT Sans Narrow, sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 14px;
  letter-spacing: 0;
}
.product-page-wrapper .recipes-swiper .recipe-item .wysiwyg.--small p {
  font-family: PT Sans Narrow, sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 14px;
  letter-spacing: 0;
}
.product-page-wrapper .recipes-swiper .recipe-item .wysiwyg p:not(:last-child) {
  margin-bottom: 4px;
}
.product-page-wrapper .recipes-swiper .recipe-item__image {
  width: 100%;
  max-width: 275px;
  max-height: 211px;
  position: relative;
}
@media (min-width: 1024px) and (max-width: 1439px) {
  .product-page-wrapper .recipes-swiper .recipe-item__image {
    max-width: 177px;
    max-height: 136px;
  }
}
.product-page-wrapper .recipes-swiper .recipe-item__image h4 {
  margin: 0;
  position: absolute;
  bottom: 16px;
  left: 16px;
  color: var(--color-white);
}
.product-page-wrapper .recipes-swiper .recipe-item__image img {
  max-width: 275px;
  max-height: 211px;
  width: 100%;
  height: 100%;
  object-fit: cover;
  margin-bottom: 12px;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .product-page-wrapper .recipes-swiper .recipe-item__image img {
    max-width: 177px;
    max-height: 136px;
  }
}
.product-page-wrapper .recipes-pagination {
  position: relative;
  display: flex;
  justify-content: center;
  top: 0;
  margin-top: 8px;
}
.product-page-wrapper .recipes-pagination .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  border: 1px solid var(--color-grey-1);
  background: transparent;
  border-radius: 0;
  opacity: 1;
  margin: 0 4px;
  cursor: pointer;
  transition: background 0.3s;
}
.product-page-wrapper .recipes-pagination .swiper-pagination-bullet:hover:not(.swiper-pagination-bullet-active) {
  background: var(--color-orange-dark);
  border: var(--color-orange-dark);
}
.product-page-wrapper .recipes-pagination .swiper-pagination-bullet-active {
  background: var(--color-grey-1);
}
@media (max-width: 767px) {
  .product-page-wrapper .product-main-swiper {
    max-width: unset;
  }
  .product-page-wrapper .product-main-swiper img {
    max-width: unset;
    max-height: 375px;
  }
  .product-page-wrapper .recipes-swiper .recipe-item {
    max-width: unset;
  }
  .product-page-wrapper .recipes-swiper .recipe-item .body-bold {
    margin-bottom: 8px;
  }
  .product-page-wrapper .recipes-swiper .recipe-item__image {
    max-width: unset;
    display: flex;
    justify-content: center;
    margin-bottom: 16px;
  }
  .product-page-wrapper .recipes-swiper .recipe-item__image img {
    max-width: 323px;
    max-height: 248px;
    margin: 0;
  }
  .product-page-wrapper .recipes-swiper .recipe-item .product-details {
    border: none;
    padding: 0;
    margin-bottom: 12px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .product-page-wrapper .product-main-swiper {
    max-width: unset;
    max-height: 384px;
  }
  .product-page-wrapper .product-main-swiper .swiper-slide {
    margin: 0 !important;
  }
  .product-page-wrapper .product-main-swiper img {
    max-width: unset;
    max-height: 384px;
  }
  .product-page-wrapper .recipes-swiper .recipe-item {
    max-width: 355px;
  }
  .product-page-wrapper .recipes-swiper .recipe-item .body-bold {
    margin-bottom: 8px;
  }
  .product-page-wrapper .recipes-swiper .recipe-item__image {
    max-width: 323px;
  }
  .product-page-wrapper .recipes-swiper .recipe-item__image img {
    max-width: 212px;
    max-height: 163px;
  }
  .product-page-wrapper .recipes-swiper .recipe-item .product-details {
    border: none;
    padding: 0;
    margin-bottom: 12px;
  }
}
@media (min-width: 1024px) and (max-width: 1439px) {
  .product-page-wrapper .product-thumb-swiper {
    display: flex;
    flex-direction: column;
    height: 100%;
    max-height: unset;
    max-width: 32px;
    margin-right: 4px;
    margin-left: 0;
    margin-top: 0;
  }
  .product-page-wrapper .product-thumb-swiper .swiper-wrapper {
    flex-direction: column;
  }
  .product-page-wrapper .product-thumb-swiper .swiper-slide {
    margin: 0 !important;
    width: 100% !important;
  }
}

/*# sourceMappingURL=slider.css.map */
