.banner__title {
  font-size: var(--tdfs-header-web-h1);
  line-height: 130%;
  letter-spacing: 0;
}
@media (max-width: 1024px) {
  .banner__title {
    line-height: 1.1428571429;
  }
}
.product__filter-text, .product__filter-text--count, .product__filter-mobile-trigger span, .product__filter-sheet-header span, .product__dropdown-btn span {
  font-size: var(--tdfs-paragraph-md-default);
  line-height: 1.6;
  letter-spacing: 0.02em;
}
@media (max-width: 1024px) {
  .product__filter-text, .product__filter-text--count, .product__filter-mobile-trigger span, .product__filter-sheet-header span, .product__dropdown-btn span {
    line-height: 1.7142857143;
  }
}
.product__category, .product__category-mobile, .swiper__pagination-inner, .product-modal__notice {
  font-size: var(--tdfs-paragraph-sm-default);
  line-height: 1.5555555556;
}
@media (max-width: 1024px) {
  .product__category, .product__category-mobile, .swiper__pagination-inner, .product-modal__notice {
    line-height: 1.7142857143;
  }
}
.product__info-text, .theme-breadcrumb .breadcrumb-item, .banner__view-more {
  font-size: var(--tdfs-paragraph-sm-medium);
  line-height: 1.5555555556;
  font-weight: 500;
}
@media (max-width: 1024px) {
  .product__info-text, .theme-breadcrumb .breadcrumb-item, .banner__view-more {
    line-height: 1.3333333333;
  }
}
.product__filter-reset {
  font-size: var(--tdfs-button-md-bold);
  line-height: 1.4444444444;
  font-weight: 700;
}
@media (max-width: 1024px) {
  .product__filter-reset {
    line-height: 1.4444444444;
  }
}
.product-modal__button {
  font-size: var(--tdfs-section-button);
  line-height: 1.4444444444;
  font-weight: 700;
}
@media (max-width: 1024px) {
  .product-modal__button {
    line-height: 1.4285714286;
  }
}
.banner__subtitle {
  font-size: var(--tdfs-hero-subtitle);
  line-height: 1.125;
  font-weight: 400;
  letter-spacing: -1.5%;
}
@media (max-width: 1024px) {
  .banner__subtitle {
    line-height: 1.75;
  }
}
.banner {
  position: relative;
  height: 100vh;
  height: 100dvh;
  overflow: hidden;
}
.banner__media-container {
  position: absolute;
  inset: 0;
  overflow: hidden;
  z-index: 1;
}
.banner__media-container img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.banner__media-container iframe {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100vw;
  height: 56.25vw;
  min-width: 177.78vh;
  min-height: 100vh;
  pointer-events: none;
}
.banner__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(0deg, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0.75) 20%, rgba(0, 0, 0, 0) 100%);
  z-index: 1;
}
.banner > .container {
  height: 100%;
}
.banner__content {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  padding-bottom: 3.125vw;
  height: 100%;
  color: #fff;
}
@media screen and (max-width: 1024px) {
  .banner__content {
    padding-bottom: 3.125vw;
  }
}
@media screen and (max-width: 820px) {
  .banner__content {
    padding-bottom: 3.9024390244vw;
  }
}
@media screen and (max-width: 768px) {
  .banner__content {
    padding-bottom: 4.1666666667vw;
  }
}
@media screen and (max-width: 570px) {
  .banner__content {
    padding-bottom: 5.6140350877vw;
  }
}
@media screen and (max-width: 480px) {
  .banner__content {
    padding-bottom: 6.6666666667vw;
  }
}
@media screen and (max-width: 390px) {
  .banner__content {
    padding-bottom: 8.2051282051vw;
  }
}
.banner__action {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
  margin-bottom: 2.34375vw;
  width: 100%;
}
@media screen and (max-width: 1024px) {
  .banner__action {
    margin-bottom: 0vw;
  }
}
@media screen and (max-width: 820px) {
  .banner__action {
    margin-bottom: 0vw;
  }
}
@media screen and (max-width: 768px) {
  .banner__action {
    margin-bottom: 0vw;
  }
}
@media screen and (max-width: 570px) {
  .banner__action {
    margin-bottom: 0vw;
  }
}
@media screen and (max-width: 480px) {
  .banner__action {
    margin-bottom: 0vw;
  }
}
@media screen and (max-width: 390px) {
  .banner__action {
    margin-bottom: 0vw;
  }
}
@media (max-width: 1024px) {
  .banner__action {
    flex-direction: column;
    align-items: stretch;
  }
}
.banner__title {
  color: white;
  font-family: "Geometric";
}
.banner__subtitle {
  color: white;
  margin-bottom: 0;
}
.banner__button {
  flex-shrink: 0;
}
.banner__footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-top: 1px solid #FFFFFF;
  width: 100%;
  padding-top: 1.25vw;
}
@media screen and (max-width: 1024px) {
  .banner__footer {
    padding-top: 2.34375vw;
  }
}
@media screen and (max-width: 820px) {
  .banner__footer {
    padding-top: 2.9268292683vw;
  }
}
@media screen and (max-width: 768px) {
  .banner__footer {
    padding-top: 3.125vw;
  }
}
@media screen and (max-width: 570px) {
  .banner__footer {
    padding-top: 4.2105263158vw;
  }
}
@media screen and (max-width: 480px) {
  .banner__footer {
    padding-top: 5vw;
  }
}
@media screen and (max-width: 390px) {
  .banner__footer {
    padding-top: 6.1538461538vw;
  }
}
.banner__icon-container {
  width: 2.0833333333vw;
  height: 2.0833333333vw;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 1024px) {
  .banner__icon-container {
    width: 3.90625vw;
  }
}
@media screen and (max-width: 820px) {
  .banner__icon-container {
    width: 4.8780487805vw;
  }
}
@media screen and (max-width: 768px) {
  .banner__icon-container {
    width: 5.2083333333vw;
  }
}
@media screen and (max-width: 570px) {
  .banner__icon-container {
    width: 7.0175438596vw;
  }
}
@media screen and (max-width: 480px) {
  .banner__icon-container {
    width: 8.3333333333vw;
  }
}
@media screen and (max-width: 390px) {
  .banner__icon-container {
    width: 10.2564102564vw;
  }
}
@media screen and (max-width: 1024px) {
  .banner__icon-container {
    height: 3.90625vw;
  }
}
@media screen and (max-width: 820px) {
  .banner__icon-container {
    height: 4.8780487805vw;
  }
}
@media screen and (max-width: 768px) {
  .banner__icon-container {
    height: 5.2083333333vw;
  }
}
@media screen and (max-width: 570px) {
  .banner__icon-container {
    height: 7.0175438596vw;
  }
}
@media screen and (max-width: 480px) {
  .banner__icon-container {
    height: 8.3333333333vw;
  }
}
@media screen and (max-width: 390px) {
  .banner__icon-container {
    height: 10.2564102564vw;
  }
}
.banner__icon {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.banner__view-more {
  text-transform: uppercase;
  color: white;
}
.video-modal {
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: none;
}
.video-modal.is-active {
  display: block;
}
.video-modal__overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.85);
}
.video-modal__container {
  position: relative;
  margin: auto;
  top: 50%;
  transform: translateY(-50%);
  background: #000;
}
.video-modal__video {
  position: relative;
  padding-top: 56.25%;
}
.video-modal__video iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}
.video-modal__close {
  position: absolute;
  top: -3.6458333333vw;
  width: 3.3333333333vw;
  height: 3.3333333333vw;
  right: 0;
  background: none;
  border: 0;
  cursor: pointer;
}
@media screen and (max-width: 1024px) {
  .video-modal__close {
    top: -22.4609375vw;
  }
}
@media screen and (max-width: 820px) {
  .video-modal__close {
    top: -28.0487804878vw;
  }
}
@media screen and (max-width: 768px) {
  .video-modal__close {
    top: -29.9479166667vw;
  }
}
@media screen and (max-width: 570px) {
  .video-modal__close {
    top: -40.350877193vw;
  }
}
@media screen and (max-width: 480px) {
  .video-modal__close {
    top: -47.9166666667vw;
  }
}
@media screen and (max-width: 390px) {
  .video-modal__close {
    top: -58.9743589744vw;
  }
}
@media screen and (max-width: 1024px) {
  .video-modal__close {
    width: 3.90625vw;
  }
}
@media screen and (max-width: 820px) {
  .video-modal__close {
    width: 4.8780487805vw;
  }
}
@media screen and (max-width: 768px) {
  .video-modal__close {
    width: 5.2083333333vw;
  }
}
@media screen and (max-width: 570px) {
  .video-modal__close {
    width: 7.0175438596vw;
  }
}
@media screen and (max-width: 480px) {
  .video-modal__close {
    width: 8.3333333333vw;
  }
}
@media screen and (max-width: 390px) {
  .video-modal__close {
    width: 10.2564102564vw;
  }
}
@media screen and (max-width: 1024px) {
  .video-modal__close {
    height: 3.90625vw;
  }
}
@media screen and (max-width: 820px) {
  .video-modal__close {
    height: 4.8780487805vw;
  }
}
@media screen and (max-width: 768px) {
  .video-modal__close {
    height: 5.2083333333vw;
  }
}
@media screen and (max-width: 570px) {
  .video-modal__close {
    height: 7.0175438596vw;
  }
}
@media screen and (max-width: 480px) {
  .video-modal__close {
    height: 8.3333333333vw;
  }
}
@media screen and (max-width: 390px) {
  .video-modal__close {
    height: 10.2564102564vw;
  }
}
.video-modal__close-btn {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.theme-breadcrumb {
  background-color: #F0E9D1;
  width: 100%;
}
.theme-breadcrumb .breadcrumb {
  padding: 1.25vw 0vw;
  display: flex;
  flex-wrap: nowrap;
  white-space: nowrap;
  overflow: hidden;
}
@media screen and (max-width: 1024px) {
  .theme-breadcrumb .breadcrumb {
    padding: 1.171875vw 0vw;
  }
}
@media screen and (max-width: 820px) {
  .theme-breadcrumb .breadcrumb {
    padding: 1.4634146341vw 0vw;
  }
}
@media screen and (max-width: 768px) {
  .theme-breadcrumb .breadcrumb {
    padding: 1.5625vw 0vw;
  }
}
@media screen and (max-width: 570px) {
  .theme-breadcrumb .breadcrumb {
    padding: 2.1052631579vw 0vw;
  }
}
@media screen and (max-width: 480px) {
  .theme-breadcrumb .breadcrumb {
    padding: 2.5vw 0vw;
  }
}
@media screen and (max-width: 390px) {
  .theme-breadcrumb .breadcrumb {
    padding: 3.0769230769vw 0vw;
  }
}
.theme-breadcrumb .breadcrumb-item {
  flex-shrink: 0;
  text-transform: uppercase;
}
.theme-breadcrumb .breadcrumb-item a {
  color: #171717;
  text-decoration: none;
}
.theme-breadcrumb .breadcrumb-item.active {
  color: #404040;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  flex-shrink: 1;
  min-width: 0;
}

.product-card {
  border: 1px solid #D8D8D8;
  position: relative;
  display: block;
  height: 100%;
  cursor: pointer;
}
.product-card__image-container {
  position: relative;
  width: 100%;
  display: block;
}
.product-card__image-container:before {
  content: "";
  display: block;
  padding-top: 125.5813953488%;
}
.product-card__image-container .ratio-item {
  -o-object-fit: contain;
     object-fit: contain;
}
.product-card:hover .product-card__image {
  transform: scale(1.5);
}
.product-card__image-container {
  overflow: hidden;
}
.product-card__image {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  transition: 0.5s;
  transform: scale(1.4);
}

.product-modal {
  border-radius: 0.625vw;
  overflow: hidden;
}
@media screen and (max-width: 1024px) {
  .product-modal {
    border-radius: 1.171875vw;
  }
}
@media screen and (max-width: 820px) {
  .product-modal {
    border-radius: 1.4634146341vw;
  }
}
@media screen and (max-width: 768px) {
  .product-modal {
    border-radius: 1.5625vw;
  }
}
@media screen and (max-width: 570px) {
  .product-modal {
    border-radius: 2.1052631579vw;
  }
}
@media screen and (max-width: 480px) {
  .product-modal {
    border-radius: 2.5vw;
  }
}
@media screen and (max-width: 390px) {
  .product-modal {
    border-radius: 3.0769230769vw;
  }
}
.product-modal__close {
  display: flex;
  justify-content: flex-end;
  padding: 0.3125vw;
  position: absolute;
  top: 1.0416666667vw;
  right: 1.0416666667vw;
  border-radius: 50%;
  background-color: #f5f5f5;
  z-index: 10;
}
@media screen and (max-width: 1024px) {
  .product-modal__close {
    padding: 0.5859375vw;
  }
}
@media screen and (max-width: 820px) {
  .product-modal__close {
    padding: 0.7317073171vw;
  }
}
@media screen and (max-width: 768px) {
  .product-modal__close {
    padding: 0.78125vw;
  }
}
@media screen and (max-width: 570px) {
  .product-modal__close {
    padding: 1.0526315789vw;
  }
}
@media screen and (max-width: 480px) {
  .product-modal__close {
    padding: 1.25vw;
  }
}
@media screen and (max-width: 390px) {
  .product-modal__close {
    padding: 1.5384615385vw;
  }
}
@media screen and (max-width: 1024px) {
  .product-modal__close {
    top: 1.953125vw;
  }
}
@media screen and (max-width: 820px) {
  .product-modal__close {
    top: 2.4390243902vw;
  }
}
@media screen and (max-width: 768px) {
  .product-modal__close {
    top: 2.6041666667vw;
  }
}
@media screen and (max-width: 570px) {
  .product-modal__close {
    top: 3.5087719298vw;
  }
}
@media screen and (max-width: 480px) {
  .product-modal__close {
    top: 4.1666666667vw;
  }
}
@media screen and (max-width: 390px) {
  .product-modal__close {
    top: 5.1282051282vw;
  }
}
@media screen and (max-width: 1024px) {
  .product-modal__close {
    right: 1.953125vw;
  }
}
@media screen and (max-width: 820px) {
  .product-modal__close {
    right: 2.4390243902vw;
  }
}
@media screen and (max-width: 768px) {
  .product-modal__close {
    right: 2.6041666667vw;
  }
}
@media screen and (max-width: 570px) {
  .product-modal__close {
    right: 3.5087719298vw;
  }
}
@media screen and (max-width: 480px) {
  .product-modal__close {
    right: 4.1666666667vw;
  }
}
@media screen and (max-width: 390px) {
  .product-modal__close {
    right: 5.1282051282vw;
  }
}
.product-modal__media img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.product-modal__notice {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 0.8333333333vw 1.25vw;
  gap: 0.625vw;
  background-color: #F9F6ED;
}
@media screen and (max-width: 1024px) {
  .product-modal__notice {
    padding: 1.5625vw 2.34375vw;
  }
}
@media screen and (max-width: 820px) {
  .product-modal__notice {
    padding: 1.9512195122vw 2.9268292683vw;
  }
}
@media screen and (max-width: 768px) {
  .product-modal__notice {
    padding: 2.0833333333vw 3.125vw;
  }
}
@media screen and (max-width: 570px) {
  .product-modal__notice {
    padding: 2.8070175439vw 4.2105263158vw;
  }
}
@media screen and (max-width: 480px) {
  .product-modal__notice {
    padding: 3.3333333333vw 5vw;
  }
}
@media screen and (max-width: 390px) {
  .product-modal__notice {
    padding: 4.1025641026vw 6.1538461538vw;
  }
}
@media screen and (max-width: 1024px) {
  .product-modal__notice {
    gap: 1.171875vw;
  }
}
@media screen and (max-width: 820px) {
  .product-modal__notice {
    gap: 1.4634146341vw;
  }
}
@media screen and (max-width: 768px) {
  .product-modal__notice {
    gap: 1.5625vw;
  }
}
@media screen and (max-width: 570px) {
  .product-modal__notice {
    gap: 2.1052631579vw;
  }
}
@media screen and (max-width: 480px) {
  .product-modal__notice {
    gap: 2.5vw;
  }
}
@media screen and (max-width: 390px) {
  .product-modal__notice {
    gap: 3.0769230769vw;
  }
}
.product-modal__notice-icon {
  width: 1.4583333333vw;
  height: 1.4583333333vw;
  color: #737373;
}
@media screen and (max-width: 1024px) {
  .product-modal__notice-icon {
    width: 2.734375vw;
  }
}
@media screen and (max-width: 820px) {
  .product-modal__notice-icon {
    width: 3.4146341463vw;
  }
}
@media screen and (max-width: 768px) {
  .product-modal__notice-icon {
    width: 3.6458333333vw;
  }
}
@media screen and (max-width: 570px) {
  .product-modal__notice-icon {
    width: 4.9122807018vw;
  }
}
@media screen and (max-width: 480px) {
  .product-modal__notice-icon {
    width: 5.8333333333vw;
  }
}
@media screen and (max-width: 390px) {
  .product-modal__notice-icon {
    width: 7.1794871795vw;
  }
}
@media screen and (max-width: 1024px) {
  .product-modal__notice-icon {
    height: 2.734375vw;
  }
}
@media screen and (max-width: 820px) {
  .product-modal__notice-icon {
    height: 3.4146341463vw;
  }
}
@media screen and (max-width: 768px) {
  .product-modal__notice-icon {
    height: 3.6458333333vw;
  }
}
@media screen and (max-width: 570px) {
  .product-modal__notice-icon {
    height: 4.9122807018vw;
  }
}
@media screen and (max-width: 480px) {
  .product-modal__notice-icon {
    height: 5.8333333333vw;
  }
}
@media screen and (max-width: 390px) {
  .product-modal__notice-icon {
    height: 7.1794871795vw;
  }
}
.product-modal__notice-icon svg {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  color: inherit;
}
.product-modal__actions {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1.25vw;
  gap: 1.25vw;
  background-color: #F0E9D1;
}
@media screen and (max-width: 1024px) {
  .product-modal__actions {
    padding: 2.34375vw;
  }
}
@media screen and (max-width: 820px) {
  .product-modal__actions {
    padding: 2.9268292683vw;
  }
}
@media screen and (max-width: 768px) {
  .product-modal__actions {
    padding: 3.125vw;
  }
}
@media screen and (max-width: 570px) {
  .product-modal__actions {
    padding: 4.2105263158vw;
  }
}
@media screen and (max-width: 480px) {
  .product-modal__actions {
    padding: 5vw;
  }
}
@media screen and (max-width: 390px) {
  .product-modal__actions {
    padding: 6.1538461538vw;
  }
}
@media screen and (max-width: 1024px) {
  .product-modal__actions {
    gap: 2.34375vw;
  }
}
@media screen and (max-width: 820px) {
  .product-modal__actions {
    gap: 2.9268292683vw;
  }
}
@media screen and (max-width: 768px) {
  .product-modal__actions {
    gap: 3.125vw;
  }
}
@media screen and (max-width: 570px) {
  .product-modal__actions {
    gap: 4.2105263158vw;
  }
}
@media screen and (max-width: 480px) {
  .product-modal__actions {
    gap: 5vw;
  }
}
@media screen and (max-width: 390px) {
  .product-modal__actions {
    gap: 6.1538461538vw;
  }
}
.product-modal__button {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 1 0 50%;
  padding: 1.0416666667vw 0vw;
  gap: 0.4166666667vw;
  border-radius: 26.0416666667vw;
  background-color: white;
  text-transform: uppercase;
  color: black;
  text-decoration: none;
}
@media screen and (max-width: 1024px) {
  .product-modal__button {
    padding: 1.171875vw 0vw;
  }
}
@media screen and (max-width: 820px) {
  .product-modal__button {
    padding: 1.4634146341vw 0vw;
  }
}
@media screen and (max-width: 768px) {
  .product-modal__button {
    padding: 1.5625vw 0vw;
  }
}
@media screen and (max-width: 570px) {
  .product-modal__button {
    padding: 2.1052631579vw 0vw;
  }
}
@media screen and (max-width: 480px) {
  .product-modal__button {
    padding: 2.5vw 0vw;
  }
}
@media screen and (max-width: 390px) {
  .product-modal__button {
    padding: 3.0769230769vw 0vw;
  }
}
@media screen and (max-width: 1024px) {
  .product-modal__button {
    gap: 0.78125vw;
  }
}
@media screen and (max-width: 820px) {
  .product-modal__button {
    gap: 0.9756097561vw;
  }
}
@media screen and (max-width: 768px) {
  .product-modal__button {
    gap: 1.0416666667vw;
  }
}
@media screen and (max-width: 570px) {
  .product-modal__button {
    gap: 1.4035087719vw;
  }
}
@media screen and (max-width: 480px) {
  .product-modal__button {
    gap: 1.6666666667vw;
  }
}
@media screen and (max-width: 390px) {
  .product-modal__button {
    gap: 2.0512820513vw;
  }
}
@media screen and (max-width: 1024px) {
  .product-modal__button {
    border-radius: 48.828125vw;
  }
}
@media screen and (max-width: 820px) {
  .product-modal__button {
    border-radius: 60.9756097561vw;
  }
}
@media screen and (max-width: 768px) {
  .product-modal__button {
    border-radius: 65.1041666667vw;
  }
}
@media screen and (max-width: 570px) {
  .product-modal__button {
    border-radius: 87.7192982456vw;
  }
}
@media screen and (max-width: 480px) {
  .product-modal__button {
    border-radius: 104.1666666667vw;
  }
}
@media screen and (max-width: 390px) {
  .product-modal__button {
    border-radius: 128.2051282051vw;
  }
}
.product-modal__button-icon {
  width: 1.6666666667vw;
  height: 1.6666666667vw;
}
@media screen and (max-width: 1024px) {
  .product-modal__button-icon {
    width: 3.125vw;
  }
}
@media screen and (max-width: 820px) {
  .product-modal__button-icon {
    width: 3.9024390244vw;
  }
}
@media screen and (max-width: 768px) {
  .product-modal__button-icon {
    width: 4.1666666667vw;
  }
}
@media screen and (max-width: 570px) {
  .product-modal__button-icon {
    width: 5.6140350877vw;
  }
}
@media screen and (max-width: 480px) {
  .product-modal__button-icon {
    width: 6.6666666667vw;
  }
}
@media screen and (max-width: 390px) {
  .product-modal__button-icon {
    width: 8.2051282051vw;
  }
}
@media screen and (max-width: 1024px) {
  .product-modal__button-icon {
    height: 3.125vw;
  }
}
@media screen and (max-width: 820px) {
  .product-modal__button-icon {
    height: 3.9024390244vw;
  }
}
@media screen and (max-width: 768px) {
  .product-modal__button-icon {
    height: 4.1666666667vw;
  }
}
@media screen and (max-width: 570px) {
  .product-modal__button-icon {
    height: 5.6140350877vw;
  }
}
@media screen and (max-width: 480px) {
  .product-modal__button-icon {
    height: 6.6666666667vw;
  }
}
@media screen and (max-width: 390px) {
  .product-modal__button-icon {
    height: 8.2051282051vw;
  }
}

.swiper .swiper-button-disabled {
  pointer-events: none;
  opacity: 0.4;
}
.swiper--alt, .swiper--review {
  padding-bottom: 9.375vw !important;
}
@media screen and (max-width: 1024px) {
  .swiper--alt, .swiper--review {
    padding-bottom: 9.765625vw !important;
  }
}
@media screen and (max-width: 820px) {
  .swiper--alt, .swiper--review {
    padding-bottom: 12.1951219512vw !important;
  }
}
@media screen and (max-width: 768px) {
  .swiper--alt, .swiper--review {
    padding-bottom: 13.0208333333vw !important;
  }
}
@media screen and (max-width: 570px) {
  .swiper--alt, .swiper--review {
    padding-bottom: 17.5438596491vw !important;
  }
}
@media screen and (max-width: 480px) {
  .swiper--alt, .swiper--review {
    padding-bottom: 20.8333333333vw !important;
  }
}
@media screen and (max-width: 390px) {
  .swiper--alt, .swiper--review {
    padding-bottom: 25.641025641vw !important;
  }
}
.swiper--auto .swiper__next:hover, .swiper--auto .swiper__prev--large:hover, .swiper--auto .swiper__next--large:hover,
.swiper--auto .swiper__prev:hover {
  background-color: rgba(250, 250, 250, 0.1019607843);
}
.swiper--alt .swiper__control, .swiper--alt .swiper__control--carousel, .swiper--alt .swiper__control--centered {
  left: 0;
  right: 0;
}
.swiper--alt .swiper__progress, .swiper--alt .swiper__progress--large {
  height: 8px;
}
@media screen and (max-width: 1024px) {
  .swiper--alt .swiper__progress, .swiper--alt .swiper__progress--large {
    border-radius: 2.34375vw;
  }
}
@media screen and (max-width: 820px) {
  .swiper--alt .swiper__progress, .swiper--alt .swiper__progress--large {
    border-radius: 2.9268292683vw;
  }
}
@media screen and (max-width: 768px) {
  .swiper--alt .swiper__progress, .swiper--alt .swiper__progress--large {
    border-radius: 3.125vw;
  }
}
@media screen and (max-width: 570px) {
  .swiper--alt .swiper__progress, .swiper--alt .swiper__progress--large {
    border-radius: 4.2105263158vw;
  }
}
@media screen and (max-width: 480px) {
  .swiper--alt .swiper__progress, .swiper--alt .swiper__progress--large {
    border-radius: 5vw;
  }
}
@media screen and (max-width: 390px) {
  .swiper--alt .swiper__progress, .swiper--alt .swiper__progress--large {
    border-radius: 6.1538461538vw;
  }
}
.swiper--alt .swiper__progress-bar, .swiper--alt .swiper__progress-bar--black {
  background-color: #000000;
}
.swiper--marquee .swiper-wrapper {
  transition-timing-function: linear !important;
}
.swiper--marquee .swiper-slide {
  width: auto;
}
.swiper--modal .swiper__control, .swiper--modal .swiper__control--carousel, .swiper--modal .swiper__control--centered {
  right: 2.0833333333vw;
  left: 2.0833333333vw;
  bottom: 50% !important;
  transform: translateY(50%);
}
@media screen and (max-width: 1024px) {
  .swiper--modal .swiper__control, .swiper--modal .swiper__control--carousel, .swiper--modal .swiper__control--centered {
    right: 1.5625vw;
  }
}
@media screen and (max-width: 820px) {
  .swiper--modal .swiper__control, .swiper--modal .swiper__control--carousel, .swiper--modal .swiper__control--centered {
    right: 1.9512195122vw;
  }
}
@media screen and (max-width: 768px) {
  .swiper--modal .swiper__control, .swiper--modal .swiper__control--carousel, .swiper--modal .swiper__control--centered {
    right: 2.0833333333vw;
  }
}
@media screen and (max-width: 570px) {
  .swiper--modal .swiper__control, .swiper--modal .swiper__control--carousel, .swiper--modal .swiper__control--centered {
    right: 2.8070175439vw;
  }
}
@media screen and (max-width: 480px) {
  .swiper--modal .swiper__control, .swiper--modal .swiper__control--carousel, .swiper--modal .swiper__control--centered {
    right: 3.3333333333vw;
  }
}
@media screen and (max-width: 390px) {
  .swiper--modal .swiper__control, .swiper--modal .swiper__control--carousel, .swiper--modal .swiper__control--centered {
    right: 4.1025641026vw;
  }
}
@media screen and (max-width: 1024px) {
  .swiper--modal .swiper__control, .swiper--modal .swiper__control--carousel, .swiper--modal .swiper__control--centered {
    left: 1.5625vw;
  }
}
@media screen and (max-width: 820px) {
  .swiper--modal .swiper__control, .swiper--modal .swiper__control--carousel, .swiper--modal .swiper__control--centered {
    left: 1.9512195122vw;
  }
}
@media screen and (max-width: 768px) {
  .swiper--modal .swiper__control, .swiper--modal .swiper__control--carousel, .swiper--modal .swiper__control--centered {
    left: 2.0833333333vw;
  }
}
@media screen and (max-width: 570px) {
  .swiper--modal .swiper__control, .swiper--modal .swiper__control--carousel, .swiper--modal .swiper__control--centered {
    left: 2.8070175439vw;
  }
}
@media screen and (max-width: 480px) {
  .swiper--modal .swiper__control, .swiper--modal .swiper__control--carousel, .swiper--modal .swiper__control--centered {
    left: 3.3333333333vw;
  }
}
@media screen and (max-width: 390px) {
  .swiper--modal .swiper__control, .swiper--modal .swiper__control--carousel, .swiper--modal .swiper__control--centered {
    left: 4.1025641026vw;
  }
}
.swiper__control, .swiper__control--carousel, .swiper--alt .swiper__control--carousel, .swiper--modal .swiper__control--carousel, .swiper__control--centered, .swiper--alt .swiper__control--centered, .swiper--modal .swiper__control--centered, .swiper--alt .swiper__control, .swiper--modal .swiper__control {
  position: absolute;
  bottom: 1.875vw;
  left: 2.0833333333vw;
  right: 1.6666666667vw;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.8333333333vw;
  color: #FFFFFF;
  z-index: 3;
}
@media screen and (max-width: 1024px) {
  .swiper__control, .swiper__control--carousel, .swiper--alt .swiper__control--carousel, .swiper--modal .swiper__control--carousel, .swiper__control--centered, .swiper--alt .swiper__control--centered, .swiper--modal .swiper__control--centered, .swiper--alt .swiper__control, .swiper--modal .swiper__control {
    bottom: 1.5625vw;
  }
}
@media screen and (max-width: 820px) {
  .swiper__control, .swiper__control--carousel, .swiper--alt .swiper__control--carousel, .swiper--modal .swiper__control--carousel, .swiper__control--centered, .swiper--alt .swiper__control--centered, .swiper--modal .swiper__control--centered, .swiper--alt .swiper__control, .swiper--modal .swiper__control {
    bottom: 1.9512195122vw;
  }
}
@media screen and (max-width: 768px) {
  .swiper__control, .swiper__control--carousel, .swiper--alt .swiper__control--carousel, .swiper--modal .swiper__control--carousel, .swiper__control--centered, .swiper--alt .swiper__control--centered, .swiper--modal .swiper__control--centered, .swiper--alt .swiper__control, .swiper--modal .swiper__control {
    bottom: 2.0833333333vw;
  }
}
@media screen and (max-width: 570px) {
  .swiper__control, .swiper__control--carousel, .swiper--alt .swiper__control--carousel, .swiper--modal .swiper__control--carousel, .swiper__control--centered, .swiper--alt .swiper__control--centered, .swiper--modal .swiper__control--centered, .swiper--alt .swiper__control, .swiper--modal .swiper__control {
    bottom: 2.8070175439vw;
  }
}
@media screen and (max-width: 480px) {
  .swiper__control, .swiper__control--carousel, .swiper--alt .swiper__control--carousel, .swiper--modal .swiper__control--carousel, .swiper__control--centered, .swiper--alt .swiper__control--centered, .swiper--modal .swiper__control--centered, .swiper--alt .swiper__control, .swiper--modal .swiper__control {
    bottom: 3.3333333333vw;
  }
}
@media screen and (max-width: 390px) {
  .swiper__control, .swiper__control--carousel, .swiper--alt .swiper__control--carousel, .swiper--modal .swiper__control--carousel, .swiper__control--centered, .swiper--alt .swiper__control--centered, .swiper--modal .swiper__control--centered, .swiper--alt .swiper__control, .swiper--modal .swiper__control {
    bottom: 4.1025641026vw;
  }
}
@media screen and (max-width: 1024px) {
  .swiper__control, .swiper__control--carousel, .swiper--alt .swiper__control--carousel, .swiper--modal .swiper__control--carousel, .swiper__control--centered, .swiper--alt .swiper__control--centered, .swiper--modal .swiper__control--centered, .swiper--alt .swiper__control, .swiper--modal .swiper__control {
    left: 1.5625vw;
  }
}
@media screen and (max-width: 820px) {
  .swiper__control, .swiper__control--carousel, .swiper--alt .swiper__control--carousel, .swiper--modal .swiper__control--carousel, .swiper__control--centered, .swiper--alt .swiper__control--centered, .swiper--modal .swiper__control--centered, .swiper--alt .swiper__control, .swiper--modal .swiper__control {
    left: 1.9512195122vw;
  }
}
@media screen and (max-width: 768px) {
  .swiper__control, .swiper__control--carousel, .swiper--alt .swiper__control--carousel, .swiper--modal .swiper__control--carousel, .swiper__control--centered, .swiper--alt .swiper__control--centered, .swiper--modal .swiper__control--centered, .swiper--alt .swiper__control, .swiper--modal .swiper__control {
    left: 2.0833333333vw;
  }
}
@media screen and (max-width: 570px) {
  .swiper__control, .swiper__control--carousel, .swiper--alt .swiper__control--carousel, .swiper--modal .swiper__control--carousel, .swiper__control--centered, .swiper--alt .swiper__control--centered, .swiper--modal .swiper__control--centered, .swiper--alt .swiper__control, .swiper--modal .swiper__control {
    left: 2.8070175439vw;
  }
}
@media screen and (max-width: 480px) {
  .swiper__control, .swiper__control--carousel, .swiper--alt .swiper__control--carousel, .swiper--modal .swiper__control--carousel, .swiper__control--centered, .swiper--alt .swiper__control--centered, .swiper--modal .swiper__control--centered, .swiper--alt .swiper__control, .swiper--modal .swiper__control {
    left: 3.3333333333vw;
  }
}
@media screen and (max-width: 390px) {
  .swiper__control, .swiper__control--carousel, .swiper--alt .swiper__control--carousel, .swiper--modal .swiper__control--carousel, .swiper__control--centered, .swiper--alt .swiper__control--centered, .swiper--modal .swiper__control--centered, .swiper--alt .swiper__control, .swiper--modal .swiper__control {
    left: 4.1025641026vw;
  }
}
@media screen and (max-width: 1024px) {
  .swiper__control, .swiper__control--carousel, .swiper--alt .swiper__control--carousel, .swiper--modal .swiper__control--carousel, .swiper__control--centered, .swiper--alt .swiper__control--centered, .swiper--modal .swiper__control--centered, .swiper--alt .swiper__control, .swiper--modal .swiper__control {
    right: 1.5625vw;
  }
}
@media screen and (max-width: 820px) {
  .swiper__control, .swiper__control--carousel, .swiper--alt .swiper__control--carousel, .swiper--modal .swiper__control--carousel, .swiper__control--centered, .swiper--alt .swiper__control--centered, .swiper--modal .swiper__control--centered, .swiper--alt .swiper__control, .swiper--modal .swiper__control {
    right: 1.9512195122vw;
  }
}
@media screen and (max-width: 768px) {
  .swiper__control, .swiper__control--carousel, .swiper--alt .swiper__control--carousel, .swiper--modal .swiper__control--carousel, .swiper__control--centered, .swiper--alt .swiper__control--centered, .swiper--modal .swiper__control--centered, .swiper--alt .swiper__control, .swiper--modal .swiper__control {
    right: 2.0833333333vw;
  }
}
@media screen and (max-width: 570px) {
  .swiper__control, .swiper__control--carousel, .swiper--alt .swiper__control--carousel, .swiper--modal .swiper__control--carousel, .swiper__control--centered, .swiper--alt .swiper__control--centered, .swiper--modal .swiper__control--centered, .swiper--alt .swiper__control, .swiper--modal .swiper__control {
    right: 2.8070175439vw;
  }
}
@media screen and (max-width: 480px) {
  .swiper__control, .swiper__control--carousel, .swiper--alt .swiper__control--carousel, .swiper--modal .swiper__control--carousel, .swiper__control--centered, .swiper--alt .swiper__control--centered, .swiper--modal .swiper__control--centered, .swiper--alt .swiper__control, .swiper--modal .swiper__control {
    right: 3.3333333333vw;
  }
}
@media screen and (max-width: 390px) {
  .swiper__control, .swiper__control--carousel, .swiper--alt .swiper__control--carousel, .swiper--modal .swiper__control--carousel, .swiper__control--centered, .swiper--alt .swiper__control--centered, .swiper--modal .swiper__control--centered, .swiper--alt .swiper__control, .swiper--modal .swiper__control {
    right: 4.1025641026vw;
  }
}
@media screen and (max-width: 1024px) {
  .swiper__control, .swiper__control--carousel, .swiper--alt .swiper__control--carousel, .swiper--modal .swiper__control--carousel, .swiper__control--centered, .swiper--alt .swiper__control--centered, .swiper--modal .swiper__control--centered, .swiper--alt .swiper__control, .swiper--modal .swiper__control {
    gap: 1.5625vw;
  }
}
@media screen and (max-width: 820px) {
  .swiper__control, .swiper__control--carousel, .swiper--alt .swiper__control--carousel, .swiper--modal .swiper__control--carousel, .swiper__control--centered, .swiper--alt .swiper__control--centered, .swiper--modal .swiper__control--centered, .swiper--alt .swiper__control, .swiper--modal .swiper__control {
    gap: 1.9512195122vw;
  }
}
@media screen and (max-width: 768px) {
  .swiper__control, .swiper__control--carousel, .swiper--alt .swiper__control--carousel, .swiper--modal .swiper__control--carousel, .swiper__control--centered, .swiper--alt .swiper__control--centered, .swiper--modal .swiper__control--centered, .swiper--alt .swiper__control, .swiper--modal .swiper__control {
    gap: 2.0833333333vw;
  }
}
@media screen and (max-width: 570px) {
  .swiper__control, .swiper__control--carousel, .swiper--alt .swiper__control--carousel, .swiper--modal .swiper__control--carousel, .swiper__control--centered, .swiper--alt .swiper__control--centered, .swiper--modal .swiper__control--centered, .swiper--alt .swiper__control, .swiper--modal .swiper__control {
    gap: 2.8070175439vw;
  }
}
@media screen and (max-width: 480px) {
  .swiper__control, .swiper__control--carousel, .swiper--alt .swiper__control--carousel, .swiper--modal .swiper__control--carousel, .swiper__control--centered, .swiper--alt .swiper__control--centered, .swiper--modal .swiper__control--centered, .swiper--alt .swiper__control, .swiper--modal .swiper__control {
    gap: 3.3333333333vw;
  }
}
@media screen and (max-width: 390px) {
  .swiper__control, .swiper__control--carousel, .swiper--alt .swiper__control--carousel, .swiper--modal .swiper__control--carousel, .swiper__control--centered, .swiper--alt .swiper__control--centered, .swiper--modal .swiper__control--centered, .swiper--alt .swiper__control, .swiper--modal .swiper__control {
    gap: 4.1025641026vw;
  }
}
.swiper__control--centered {
  left: 0;
  right: 0;
}
.swiper__control--carousel .swiper__next:hover, .swiper__control--carousel .swiper__prev--large:hover, .swiper__control--carousel .swiper__next--large:hover,
.swiper__control--carousel .swiper__prev:hover {
  background-color: rgba(250, 250, 250, 0.1019607843);
}
.swiper__pagination-inner {
  white-space: nowrap;
}
.swiper__progress, .swiper__progress--large, .swiper--alt .swiper__progress--large, .swiper--alt .swiper__progress {
  width: 100%;
  height: 5px;
  background: rgba(255, 255, 255, 0.3);
  overflow: hidden;
  z-index: 5;
}
.swiper__progress--large {
  height: 8px !important;
  border-radius: 1.25vw;
}
@media screen and (max-width: 1024px) {
  .swiper__progress--large {
    border-radius: 2.34375vw;
  }
}
@media screen and (max-width: 820px) {
  .swiper__progress--large {
    border-radius: 2.9268292683vw;
  }
}
@media screen and (max-width: 768px) {
  .swiper__progress--large {
    border-radius: 3.125vw;
  }
}
@media screen and (max-width: 570px) {
  .swiper__progress--large {
    border-radius: 4.2105263158vw;
  }
}
@media screen and (max-width: 480px) {
  .swiper__progress--large {
    border-radius: 5vw;
  }
}
@media screen and (max-width: 390px) {
  .swiper__progress--large {
    border-radius: 6.1538461538vw;
  }
}
.swiper__progress-bar, .swiper__progress-bar--black {
  display: block;
  width: 100%;
  height: 100%;
  background: #ffffff;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.2s ease;
}
.swiper__progress-bar--black {
  background-color: #000000;
}
.swiper__navigation {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.8333333333vw;
}
@media screen and (max-width: 1024px) {
  .swiper__navigation {
    gap: 1.5625vw;
  }
}
@media screen and (max-width: 820px) {
  .swiper__navigation {
    gap: 1.9512195122vw;
  }
}
@media screen and (max-width: 768px) {
  .swiper__navigation {
    gap: 2.0833333333vw;
  }
}
@media screen and (max-width: 570px) {
  .swiper__navigation {
    gap: 2.8070175439vw;
  }
}
@media screen and (max-width: 480px) {
  .swiper__navigation {
    gap: 3.3333333333vw;
  }
}
@media screen and (max-width: 390px) {
  .swiper__navigation {
    gap: 4.1025641026vw;
  }
}
.swiper__prev, .swiper__next, .swiper__prev--large, .swiper__next--large {
  border-radius: 50%;
  cursor: pointer;
  transition: opacity 0.3s ease, transform 0.2s ease;
}
.swiper__prev svg, .swiper__next svg, .swiper__prev--large svg, .swiper__next--large svg {
  width: 2.5vw;
  height: 2.5vw;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (max-width: 1024px) {
  .swiper__prev svg, .swiper__next svg, .swiper__prev--large svg, .swiper__next--large svg {
    width: 3.515625vw;
  }
}
@media screen and (max-width: 820px) {
  .swiper__prev svg, .swiper__next svg, .swiper__prev--large svg, .swiper__next--large svg {
    width: 4.3902439024vw;
  }
}
@media screen and (max-width: 768px) {
  .swiper__prev svg, .swiper__next svg, .swiper__prev--large svg, .swiper__next--large svg {
    width: 4.6875vw;
  }
}
@media screen and (max-width: 570px) {
  .swiper__prev svg, .swiper__next svg, .swiper__prev--large svg, .swiper__next--large svg {
    width: 6.3157894737vw;
  }
}
@media screen and (max-width: 480px) {
  .swiper__prev svg, .swiper__next svg, .swiper__prev--large svg, .swiper__next--large svg {
    width: 7.5vw;
  }
}
@media screen and (max-width: 390px) {
  .swiper__prev svg, .swiper__next svg, .swiper__prev--large svg, .swiper__next--large svg {
    width: 9.2307692308vw;
  }
}
@media screen and (max-width: 1024px) {
  .swiper__prev svg, .swiper__next svg, .swiper__prev--large svg, .swiper__next--large svg {
    height: 3.515625vw;
  }
}
@media screen and (max-width: 820px) {
  .swiper__prev svg, .swiper__next svg, .swiper__prev--large svg, .swiper__next--large svg {
    height: 4.3902439024vw;
  }
}
@media screen and (max-width: 768px) {
  .swiper__prev svg, .swiper__next svg, .swiper__prev--large svg, .swiper__next--large svg {
    height: 4.6875vw;
  }
}
@media screen and (max-width: 570px) {
  .swiper__prev svg, .swiper__next svg, .swiper__prev--large svg, .swiper__next--large svg {
    height: 6.3157894737vw;
  }
}
@media screen and (max-width: 480px) {
  .swiper__prev svg, .swiper__next svg, .swiper__prev--large svg, .swiper__next--large svg {
    height: 7.5vw;
  }
}
@media screen and (max-width: 390px) {
  .swiper__prev svg, .swiper__next svg, .swiper__prev--large svg, .swiper__next--large svg {
    height: 9.2307692308vw;
  }
}
.swiper__prev--large:hover, .swiper__next--large:hover {
  background-color: rgba(0, 0, 0, 0.1019607843);
}
.swiper__prev--large svg, .swiper__next--large svg {
  width: 3.3333333333vw;
  height: 3.3333333333vw;
}
@media screen and (max-width: 1024px) {
  .swiper__prev--large svg, .swiper__next--large svg {
    width: 3.90625vw;
  }
}
@media screen and (max-width: 820px) {
  .swiper__prev--large svg, .swiper__next--large svg {
    width: 4.8780487805vw;
  }
}
@media screen and (max-width: 768px) {
  .swiper__prev--large svg, .swiper__next--large svg {
    width: 5.2083333333vw;
  }
}
@media screen and (max-width: 570px) {
  .swiper__prev--large svg, .swiper__next--large svg {
    width: 7.0175438596vw;
  }
}
@media screen and (max-width: 480px) {
  .swiper__prev--large svg, .swiper__next--large svg {
    width: 8.3333333333vw;
  }
}
@media screen and (max-width: 390px) {
  .swiper__prev--large svg, .swiper__next--large svg {
    width: 10.2564102564vw;
  }
}
@media screen and (max-width: 1024px) {
  .swiper__prev--large svg, .swiper__next--large svg {
    height: 3.90625vw;
  }
}
@media screen and (max-width: 820px) {
  .swiper__prev--large svg, .swiper__next--large svg {
    height: 4.8780487805vw;
  }
}
@media screen and (max-width: 768px) {
  .swiper__prev--large svg, .swiper__next--large svg {
    height: 5.2083333333vw;
  }
}
@media screen and (max-width: 570px) {
  .swiper__prev--large svg, .swiper__next--large svg {
    height: 7.0175438596vw;
  }
}
@media screen and (max-width: 480px) {
  .swiper__prev--large svg, .swiper__next--large svg {
    height: 8.3333333333vw;
  }
}
@media screen and (max-width: 390px) {
  .swiper__prev--large svg, .swiper__next--large svg {
    height: 10.2564102564vw;
  }
}

.product {
  padding: 4.1666666667vw 0vw 8.3333333333vw;
}
@media screen and (max-width: 1024px) {
  .product {
    padding: 2.734375vw 0vw 4.6875vw;
  }
}
@media screen and (max-width: 820px) {
  .product {
    padding: 3.4146341463vw 0vw 5.8536585366vw;
  }
}
@media screen and (max-width: 768px) {
  .product {
    padding: 3.6458333333vw 0vw 6.25vw;
  }
}
@media screen and (max-width: 570px) {
  .product {
    padding: 4.9122807018vw 0vw 8.4210526316vw;
  }
}
@media screen and (max-width: 480px) {
  .product {
    padding: 5.8333333333vw 0vw 10vw;
  }
}
@media screen and (max-width: 390px) {
  .product {
    padding: 7.1794871795vw 0vw 12.3076923077vw;
  }
}
.product__title {
  margin-bottom: 1.7708333333vw;
}
@media screen and (max-width: 1024px) {
  .product__title {
    margin-bottom: 2.34375vw;
  }
}
@media screen and (max-width: 820px) {
  .product__title {
    margin-bottom: 2.9268292683vw;
  }
}
@media screen and (max-width: 768px) {
  .product__title {
    margin-bottom: 3.125vw;
  }
}
@media screen and (max-width: 570px) {
  .product__title {
    margin-bottom: 4.2105263158vw;
  }
}
@media screen and (max-width: 480px) {
  .product__title {
    margin-bottom: 5vw;
  }
}
@media screen and (max-width: 390px) {
  .product__title {
    margin-bottom: 6.1538461538vw;
  }
}
.product__description {
  margin-bottom: 2.5vw;
  padding-bottom: 1.7708333333vw;
  border-bottom: 1px solid #D4D4D4;
}
@media screen and (max-width: 1024px) {
  .product__description {
    margin-bottom: 3.125vw;
  }
}
@media screen and (max-width: 820px) {
  .product__description {
    margin-bottom: 3.9024390244vw;
  }
}
@media screen and (max-width: 768px) {
  .product__description {
    margin-bottom: 4.1666666667vw;
  }
}
@media screen and (max-width: 570px) {
  .product__description {
    margin-bottom: 5.6140350877vw;
  }
}
@media screen and (max-width: 480px) {
  .product__description {
    margin-bottom: 6.6666666667vw;
  }
}
@media screen and (max-width: 390px) {
  .product__description {
    margin-bottom: 8.2051282051vw;
  }
}
@media screen and (max-width: 1024px) {
  .product__description {
    padding-bottom: 2.34375vw;
  }
}
@media screen and (max-width: 820px) {
  .product__description {
    padding-bottom: 2.9268292683vw;
  }
}
@media screen and (max-width: 768px) {
  .product__description {
    padding-bottom: 3.125vw;
  }
}
@media screen and (max-width: 570px) {
  .product__description {
    padding-bottom: 4.2105263158vw;
  }
}
@media screen and (max-width: 480px) {
  .product__description {
    padding-bottom: 5vw;
  }
}
@media screen and (max-width: 390px) {
  .product__description {
    padding-bottom: 6.1538461538vw;
  }
}
.product__description p {
  margin-bottom: 0.8333333333vw;
}
@media screen and (max-width: 1024px) {
  .product__description p {
    margin-bottom: 1.5625vw;
  }
}
@media screen and (max-width: 820px) {
  .product__description p {
    margin-bottom: 1.9512195122vw;
  }
}
@media screen and (max-width: 768px) {
  .product__description p {
    margin-bottom: 2.0833333333vw;
  }
}
@media screen and (max-width: 570px) {
  .product__description p {
    margin-bottom: 2.8070175439vw;
  }
}
@media screen and (max-width: 480px) {
  .product__description p {
    margin-bottom: 3.3333333333vw;
  }
}
@media screen and (max-width: 390px) {
  .product__description p {
    margin-bottom: 4.1025641026vw;
  }
}
.product__description p:last-of-type {
  margin-bottom: 0;
}
.product__filter-wrapper {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  color: #171717;
  margin-bottom: 2.5vw;
}
@media screen and (max-width: 1024px) {
  .product__filter-wrapper {
    margin-bottom: 4.6875vw;
  }
}
@media screen and (max-width: 820px) {
  .product__filter-wrapper {
    margin-bottom: 5.8536585366vw;
  }
}
@media screen and (max-width: 768px) {
  .product__filter-wrapper {
    margin-bottom: 6.25vw;
  }
}
@media screen and (max-width: 570px) {
  .product__filter-wrapper {
    margin-bottom: 8.4210526316vw;
  }
}
@media screen and (max-width: 480px) {
  .product__filter-wrapper {
    margin-bottom: 10vw;
  }
}
@media screen and (max-width: 390px) {
  .product__filter-wrapper {
    margin-bottom: 12.3076923077vw;
  }
}
@media (max-width: 1024px) {
  .product__filter-wrapper {
    flex-direction: row;
    align-items: flex-start;
    flex-wrap: wrap;
  }
  .product__filter-wrapper .product__filter-text:first-of-type {
    order: 1;
    width: auto;
  }
  .product__filter-wrapper .product__filter-text--count {
    order: 4;
    margin-left: 0;
  }
  .product__filter-wrapper .product__filter-reset {
    display: none !important;
  }
  .product__filter-wrapper .product__filter-mobile-trigger {
    order: 3;
    width: 100% !important;
  }
}
@media screen and (max-width: 1024px) and (max-width: 1024px) {
  .product__filter-wrapper .product__filter-mobile-trigger {
    margin-top: 0.78125vw;
  }
}
@media screen and (max-width: 1024px) and (max-width: 820px) {
  .product__filter-wrapper .product__filter-mobile-trigger {
    margin-top: 0.9756097561vw;
  }
}
@media screen and (max-width: 1024px) and (max-width: 768px) {
  .product__filter-wrapper .product__filter-mobile-trigger {
    margin-top: 1.0416666667vw;
  }
}
@media screen and (max-width: 1024px) and (max-width: 570px) {
  .product__filter-wrapper .product__filter-mobile-trigger {
    margin-top: 1.4035087719vw;
  }
}
@media screen and (max-width: 1024px) and (max-width: 480px) {
  .product__filter-wrapper .product__filter-mobile-trigger {
    margin-top: 1.6666666667vw;
  }
}
@media screen and (max-width: 1024px) and (max-width: 390px) {
  .product__filter-wrapper .product__filter-mobile-trigger {
    margin-top: 2.0512820513vw;
  }
}
@media screen and (max-width: 1024px) and (max-width: 1024px) {
  .product__filter-wrapper .product__filter-mobile-trigger {
    margin-bottom: 1.5625vw;
  }
}
@media screen and (max-width: 1024px) and (max-width: 820px) {
  .product__filter-wrapper .product__filter-mobile-trigger {
    margin-bottom: 1.9512195122vw;
  }
}
@media screen and (max-width: 1024px) and (max-width: 768px) {
  .product__filter-wrapper .product__filter-mobile-trigger {
    margin-bottom: 2.0833333333vw;
  }
}
@media screen and (max-width: 1024px) and (max-width: 570px) {
  .product__filter-wrapper .product__filter-mobile-trigger {
    margin-bottom: 2.8070175439vw;
  }
}
@media screen and (max-width: 1024px) and (max-width: 480px) {
  .product__filter-wrapper .product__filter-mobile-trigger {
    margin-bottom: 3.3333333333vw;
  }
}
@media screen and (max-width: 1024px) and (max-width: 390px) {
  .product__filter-wrapper .product__filter-mobile-trigger {
    margin-bottom: 4.1025641026vw;
  }
}
@media (max-width: 1024px) {
  .product__filter-wrapper .product__dropdown-btn {
    width: 100%;
    justify-content: space-between;
  }
}
.product__filter-text {
  margin-right: 0.625vw;
}
@media screen and (max-width: 1024px) {
  .product__filter-text {
    margin-right: 1.171875vw;
  }
}
@media screen and (max-width: 820px) {
  .product__filter-text {
    margin-right: 1.4634146341vw;
  }
}
@media screen and (max-width: 768px) {
  .product__filter-text {
    margin-right: 1.5625vw;
  }
}
@media screen and (max-width: 570px) {
  .product__filter-text {
    margin-right: 2.1052631579vw;
  }
}
@media screen and (max-width: 480px) {
  .product__filter-text {
    margin-right: 2.5vw;
  }
}
@media screen and (max-width: 390px) {
  .product__filter-text {
    margin-right: 3.0769230769vw;
  }
}
.product__filter-text--count {
  margin-left: auto;
}
.product__filter-mobile-trigger {
  border: 1px solid #D4D4D4;
  background-color: white;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 1024px) {
  .product__filter-mobile-trigger {
    height: 4.6875vw;
  }
}
@media screen and (max-width: 820px) {
  .product__filter-mobile-trigger {
    height: 5.8536585366vw;
  }
}
@media screen and (max-width: 768px) {
  .product__filter-mobile-trigger {
    height: 6.25vw;
  }
}
@media screen and (max-width: 570px) {
  .product__filter-mobile-trigger {
    height: 8.4210526316vw;
  }
}
@media screen and (max-width: 480px) {
  .product__filter-mobile-trigger {
    height: 10vw;
  }
}
@media screen and (max-width: 390px) {
  .product__filter-mobile-trigger {
    height: 12.3076923077vw;
  }
}
@media screen and (max-width: 1024px) {
  .product__filter-mobile-trigger {
    padding: 1.171875vw 1.5625vw;
  }
}
@media screen and (max-width: 820px) {
  .product__filter-mobile-trigger {
    padding: 1.4634146341vw 1.9512195122vw;
  }
}
@media screen and (max-width: 768px) {
  .product__filter-mobile-trigger {
    padding: 1.5625vw 2.0833333333vw;
  }
}
@media screen and (max-width: 570px) {
  .product__filter-mobile-trigger {
    padding: 2.1052631579vw 2.8070175439vw;
  }
}
@media screen and (max-width: 480px) {
  .product__filter-mobile-trigger {
    padding: 2.5vw 3.3333333333vw;
  }
}
@media screen and (max-width: 390px) {
  .product__filter-mobile-trigger {
    padding: 3.0769230769vw 4.1025641026vw;
  }
}
@media screen and (max-width: 1024px) {
  .product__filter-mobile-trigger {
    border-radius: 1.171875vw;
  }
}
@media screen and (max-width: 820px) {
  .product__filter-mobile-trigger {
    border-radius: 1.4634146341vw;
  }
}
@media screen and (max-width: 768px) {
  .product__filter-mobile-trigger {
    border-radius: 1.5625vw;
  }
}
@media screen and (max-width: 570px) {
  .product__filter-mobile-trigger {
    border-radius: 2.1052631579vw;
  }
}
@media screen and (max-width: 480px) {
  .product__filter-mobile-trigger {
    border-radius: 2.5vw;
  }
}
@media screen and (max-width: 390px) {
  .product__filter-mobile-trigger {
    border-radius: 3.0769230769vw;
  }
}
.product__filter-mobile-trigger span {
  color: #171717;
}
.product__filter-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.4);
  opacity: 0;
  pointer-events: none;
  transition: 0.5s ease;
  z-index: 1000;
}
.product__filter-overlay.active {
  opacity: 1;
  pointer-events: all;
}
.product__filter-sheet {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background: #fff;
  border-radius: 1.25vw 1.25vw 0vw 0vw;
  transform: translateY(100%);
  transition: transform 0.6s cubic-bezier(0.22, 1, 0.36, 1);
  z-index: 1001;
  max-height: 85vh;
  overflow-y: auto;
}
@media screen and (max-width: 1024px) {
  .product__filter-sheet {
    border-radius: 2.34375vw 2.34375vw 0vw 0vw;
  }
}
@media screen and (max-width: 820px) {
  .product__filter-sheet {
    border-radius: 2.9268292683vw 2.9268292683vw 0vw 0vw;
  }
}
@media screen and (max-width: 768px) {
  .product__filter-sheet {
    border-radius: 3.125vw 3.125vw 0vw 0vw;
  }
}
@media screen and (max-width: 570px) {
  .product__filter-sheet {
    border-radius: 4.2105263158vw 4.2105263158vw 0vw 0vw;
  }
}
@media screen and (max-width: 480px) {
  .product__filter-sheet {
    border-radius: 5vw 5vw 0vw 0vw;
  }
}
@media screen and (max-width: 390px) {
  .product__filter-sheet {
    border-radius: 6.1538461538vw 6.1538461538vw 0vw 0vw;
  }
}
.product__filter-sheet.active {
  transform: translateY(0);
}
.product__filter-handle {
  width: 2.5vw;
  height: 0.2083333333vw;
  border-radius: 1.25vw;
  background-color: #EDEDED;
  margin: 8px auto;
}
@media screen and (max-width: 1024px) {
  .product__filter-handle {
    width: 4.6875vw;
  }
}
@media screen and (max-width: 820px) {
  .product__filter-handle {
    width: 5.8536585366vw;
  }
}
@media screen and (max-width: 768px) {
  .product__filter-handle {
    width: 6.25vw;
  }
}
@media screen and (max-width: 570px) {
  .product__filter-handle {
    width: 8.4210526316vw;
  }
}
@media screen and (max-width: 480px) {
  .product__filter-handle {
    width: 10vw;
  }
}
@media screen and (max-width: 390px) {
  .product__filter-handle {
    width: 12.3076923077vw;
  }
}
@media screen and (max-width: 1024px) {
  .product__filter-handle {
    height: 0.390625vw;
  }
}
@media screen and (max-width: 820px) {
  .product__filter-handle {
    height: 0.487804878vw;
  }
}
@media screen and (max-width: 768px) {
  .product__filter-handle {
    height: 0.5208333333vw;
  }
}
@media screen and (max-width: 570px) {
  .product__filter-handle {
    height: 0.701754386vw;
  }
}
@media screen and (max-width: 480px) {
  .product__filter-handle {
    height: 0.8333333333vw;
  }
}
@media screen and (max-width: 390px) {
  .product__filter-handle {
    height: 1.0256410256vw;
  }
}
@media screen and (max-width: 1024px) {
  .product__filter-handle {
    border-radius: 2.34375vw;
  }
}
@media screen and (max-width: 820px) {
  .product__filter-handle {
    border-radius: 2.9268292683vw;
  }
}
@media screen and (max-width: 768px) {
  .product__filter-handle {
    border-radius: 3.125vw;
  }
}
@media screen and (max-width: 570px) {
  .product__filter-handle {
    border-radius: 4.2105263158vw;
  }
}
@media screen and (max-width: 480px) {
  .product__filter-handle {
    border-radius: 5vw;
  }
}
@media screen and (max-width: 390px) {
  .product__filter-handle {
    border-radius: 6.1538461538vw;
  }
}
.product__filter-sheet-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 1024px) {
  .product__filter-sheet-header {
    padding: 0.78125vw 1.5625vw;
  }
}
@media screen and (max-width: 820px) {
  .product__filter-sheet-header {
    padding: 0.9756097561vw 1.9512195122vw;
  }
}
@media screen and (max-width: 768px) {
  .product__filter-sheet-header {
    padding: 1.0416666667vw 2.0833333333vw;
  }
}
@media screen and (max-width: 570px) {
  .product__filter-sheet-header {
    padding: 1.4035087719vw 2.8070175439vw;
  }
}
@media screen and (max-width: 480px) {
  .product__filter-sheet-header {
    padding: 1.6666666667vw 3.3333333333vw;
  }
}
@media screen and (max-width: 390px) {
  .product__filter-sheet-header {
    padding: 2.0512820513vw 4.1025641026vw;
  }
}
.product__filter-sheet-header span {
  color: #404040;
  font-weight: 500;
}
@media screen and (max-width: 1024px) {
  .product__filter-sheet-header span {
    font-size: 1.7578125vw;
  }
}
@media screen and (max-width: 820px) {
  .product__filter-sheet-header span {
    font-size: 2.1951219512vw;
  }
}
@media screen and (max-width: 768px) {
  .product__filter-sheet-header span {
    font-size: 2.34375vw;
  }
}
@media screen and (max-width: 570px) {
  .product__filter-sheet-header span {
    font-size: 3.1578947368vw;
  }
}
@media screen and (max-width: 480px) {
  .product__filter-sheet-header span {
    font-size: 3.75vw;
  }
}
@media screen and (max-width: 390px) {
  .product__filter-sheet-header span {
    font-size: 4.6153846154vw;
  }
}
.product__filter-close {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #737373;
  border-radius: 50%;
  background-color: #f5f5f5;
}
@media screen and (max-width: 1024px) {
  .product__filter-close {
    width: 3.515625vw;
  }
}
@media screen and (max-width: 820px) {
  .product__filter-close {
    width: 4.3902439024vw;
  }
}
@media screen and (max-width: 768px) {
  .product__filter-close {
    width: 4.6875vw;
  }
}
@media screen and (max-width: 570px) {
  .product__filter-close {
    width: 6.3157894737vw;
  }
}
@media screen and (max-width: 480px) {
  .product__filter-close {
    width: 7.5vw;
  }
}
@media screen and (max-width: 390px) {
  .product__filter-close {
    width: 9.2307692308vw;
  }
}
@media screen and (max-width: 1024px) {
  .product__filter-close {
    height: 3.515625vw;
  }
}
@media screen and (max-width: 820px) {
  .product__filter-close {
    height: 4.3902439024vw;
  }
}
@media screen and (max-width: 768px) {
  .product__filter-close {
    height: 4.6875vw;
  }
}
@media screen and (max-width: 570px) {
  .product__filter-close {
    height: 6.3157894737vw;
  }
}
@media screen and (max-width: 480px) {
  .product__filter-close {
    height: 7.5vw;
  }
}
@media screen and (max-width: 390px) {
  .product__filter-close {
    height: 9.2307692308vw;
  }
}
@media screen and (max-width: 1024px) {
  .product__filter-close {
    padding: 0.78125vw;
  }
}
@media screen and (max-width: 820px) {
  .product__filter-close {
    padding: 0.9756097561vw;
  }
}
@media screen and (max-width: 768px) {
  .product__filter-close {
    padding: 1.0416666667vw;
  }
}
@media screen and (max-width: 570px) {
  .product__filter-close {
    padding: 1.4035087719vw;
  }
}
@media screen and (max-width: 480px) {
  .product__filter-close {
    padding: 1.6666666667vw;
  }
}
@media screen and (max-width: 390px) {
  .product__filter-close {
    padding: 2.0512820513vw;
  }
}
.product__filter-close img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  color: inherit;
}
.product__filter-list {
  list-style: none;
  padding: 0;
  margin: 16px 0;
  height: 50vh;
  overflow-y: auto;
}
.product__filter-actions {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 1024px) {
  .product__filter-actions {
    padding: 1.5625vw;
  }
}
@media screen and (max-width: 820px) {
  .product__filter-actions {
    padding: 1.9512195122vw;
  }
}
@media screen and (max-width: 768px) {
  .product__filter-actions {
    padding: 2.0833333333vw;
  }
}
@media screen and (max-width: 570px) {
  .product__filter-actions {
    padding: 2.8070175439vw;
  }
}
@media screen and (max-width: 480px) {
  .product__filter-actions {
    padding: 3.3333333333vw;
  }
}
@media screen and (max-width: 390px) {
  .product__filter-actions {
    padding: 4.1025641026vw;
  }
}
@media screen and (max-width: 1024px) {
  .product__filter-actions {
    gap: 1.5625vw;
  }
}
@media screen and (max-width: 820px) {
  .product__filter-actions {
    gap: 1.9512195122vw;
  }
}
@media screen and (max-width: 768px) {
  .product__filter-actions {
    gap: 2.0833333333vw;
  }
}
@media screen and (max-width: 570px) {
  .product__filter-actions {
    gap: 2.8070175439vw;
  }
}
@media screen and (max-width: 480px) {
  .product__filter-actions {
    gap: 3.3333333333vw;
  }
}
@media screen and (max-width: 390px) {
  .product__filter-actions {
    gap: 4.1025641026vw;
  }
}
.product__filter-actions a {
  width: 50%;
}
.product__filter-bottom {
  background-color: #faf7f0;
}
@media screen and (max-width: 1024px) {
  .product__filter-bottom {
    height: 3.3203125vw;
  }
}
@media screen and (max-width: 820px) {
  .product__filter-bottom {
    height: 4.1463414634vw;
  }
}
@media screen and (max-width: 768px) {
  .product__filter-bottom {
    height: 4.4270833333vw;
  }
}
@media screen and (max-width: 570px) {
  .product__filter-bottom {
    height: 5.9649122807vw;
  }
}
@media screen and (max-width: 480px) {
  .product__filter-bottom {
    height: 7.0833333333vw;
  }
}
@media screen and (max-width: 390px) {
  .product__filter-bottom {
    height: 8.7179487179vw;
  }
}
.product__dropdown {
  position: relative;
}
.product__dropdown-btn {
  height: 2.9166666667vw;
  padding: 0.625vw 0.8333333333vw;
  gap: 0.5208333333vw;
  border-radius: 0.625vw;
  border: 1px solid #D4D4D4;
  background-color: white;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 1024px) {
  .product__dropdown-btn {
    height: 5.46875vw;
  }
}
@media screen and (max-width: 820px) {
  .product__dropdown-btn {
    height: 6.8292682927vw;
  }
}
@media screen and (max-width: 768px) {
  .product__dropdown-btn {
    height: 7.2916666667vw;
  }
}
@media screen and (max-width: 570px) {
  .product__dropdown-btn {
    height: 9.8245614035vw;
  }
}
@media screen and (max-width: 480px) {
  .product__dropdown-btn {
    height: 11.6666666667vw;
  }
}
@media screen and (max-width: 390px) {
  .product__dropdown-btn {
    height: 14.358974359vw;
  }
}
@media screen and (max-width: 1024px) {
  .product__dropdown-btn {
    padding: 1.171875vw 1.5625vw;
  }
}
@media screen and (max-width: 820px) {
  .product__dropdown-btn {
    padding: 1.4634146341vw 1.9512195122vw;
  }
}
@media screen and (max-width: 768px) {
  .product__dropdown-btn {
    padding: 1.5625vw 2.0833333333vw;
  }
}
@media screen and (max-width: 570px) {
  .product__dropdown-btn {
    padding: 2.1052631579vw 2.8070175439vw;
  }
}
@media screen and (max-width: 480px) {
  .product__dropdown-btn {
    padding: 2.5vw 3.3333333333vw;
  }
}
@media screen and (max-width: 390px) {
  .product__dropdown-btn {
    padding: 3.0769230769vw 4.1025641026vw;
  }
}
@media screen and (max-width: 1024px) {
  .product__dropdown-btn {
    gap: 0.9765625vw;
  }
}
@media screen and (max-width: 820px) {
  .product__dropdown-btn {
    gap: 1.2195121951vw;
  }
}
@media screen and (max-width: 768px) {
  .product__dropdown-btn {
    gap: 1.3020833333vw;
  }
}
@media screen and (max-width: 570px) {
  .product__dropdown-btn {
    gap: 1.7543859649vw;
  }
}
@media screen and (max-width: 480px) {
  .product__dropdown-btn {
    gap: 2.0833333333vw;
  }
}
@media screen and (max-width: 390px) {
  .product__dropdown-btn {
    gap: 2.5641025641vw;
  }
}
@media screen and (max-width: 1024px) {
  .product__dropdown-btn {
    border-radius: 1.171875vw;
  }
}
@media screen and (max-width: 820px) {
  .product__dropdown-btn {
    border-radius: 1.4634146341vw;
  }
}
@media screen and (max-width: 768px) {
  .product__dropdown-btn {
    border-radius: 1.5625vw;
  }
}
@media screen and (max-width: 570px) {
  .product__dropdown-btn {
    border-radius: 2.1052631579vw;
  }
}
@media screen and (max-width: 480px) {
  .product__dropdown-btn {
    border-radius: 2.5vw;
  }
}
@media screen and (max-width: 390px) {
  .product__dropdown-btn {
    border-radius: 3.0769230769vw;
  }
}
.product__dropdown-btn::after {
  display: none;
}
.product__dropdown-arrow {
  width: 0.8333333333vw;
  height: 0.8333333333vw;
}
@media screen and (max-width: 1024px) {
  .product__dropdown-arrow {
    width: 1.5625vw;
  }
}
@media screen and (max-width: 820px) {
  .product__dropdown-arrow {
    width: 1.9512195122vw;
  }
}
@media screen and (max-width: 768px) {
  .product__dropdown-arrow {
    width: 2.0833333333vw;
  }
}
@media screen and (max-width: 570px) {
  .product__dropdown-arrow {
    width: 2.8070175439vw;
  }
}
@media screen and (max-width: 480px) {
  .product__dropdown-arrow {
    width: 3.3333333333vw;
  }
}
@media screen and (max-width: 390px) {
  .product__dropdown-arrow {
    width: 4.1025641026vw;
  }
}
@media screen and (max-width: 1024px) {
  .product__dropdown-arrow {
    height: 1.5625vw;
  }
}
@media screen and (max-width: 820px) {
  .product__dropdown-arrow {
    height: 1.9512195122vw;
  }
}
@media screen and (max-width: 768px) {
  .product__dropdown-arrow {
    height: 2.0833333333vw;
  }
}
@media screen and (max-width: 570px) {
  .product__dropdown-arrow {
    height: 2.8070175439vw;
  }
}
@media screen and (max-width: 480px) {
  .product__dropdown-arrow {
    height: 3.3333333333vw;
  }
}
@media screen and (max-width: 390px) {
  .product__dropdown-arrow {
    height: 4.1025641026vw;
  }
}
.product__dropdown-menu {
  padding: 0;
  border-radius: 0.4166666667vw;
  max-height: 22.9166666667vw;
  width: 12.5vw;
  overflow-y: scroll;
  box-shadow: 0px 0px 50px -12px rgba(0, 0, 0, 0.2509803922);
  z-index: 1;
}
@media screen and (max-width: 1024px) {
  .product__dropdown-menu {
    border-radius: 0.78125vw;
  }
}
@media screen and (max-width: 820px) {
  .product__dropdown-menu {
    border-radius: 0.9756097561vw;
  }
}
@media screen and (max-width: 768px) {
  .product__dropdown-menu {
    border-radius: 1.0416666667vw;
  }
}
@media screen and (max-width: 570px) {
  .product__dropdown-menu {
    border-radius: 1.4035087719vw;
  }
}
@media screen and (max-width: 480px) {
  .product__dropdown-menu {
    border-radius: 1.6666666667vw;
  }
}
@media screen and (max-width: 390px) {
  .product__dropdown-menu {
    border-radius: 2.0512820513vw;
  }
}
@media screen and (max-width: 1024px) {
  .product__dropdown-menu {
    max-height: 42.96875vw;
  }
}
@media screen and (max-width: 820px) {
  .product__dropdown-menu {
    max-height: 53.6585365854vw;
  }
}
@media screen and (max-width: 768px) {
  .product__dropdown-menu {
    max-height: 57.2916666667vw;
  }
}
@media screen and (max-width: 570px) {
  .product__dropdown-menu {
    max-height: 77.1929824561vw;
  }
}
@media screen and (max-width: 480px) {
  .product__dropdown-menu {
    max-height: 91.6666666667vw;
  }
}
@media screen and (max-width: 390px) {
  .product__dropdown-menu {
    max-height: 112.8205128205vw;
  }
}
@media screen and (max-width: 1024px) {
  .product__dropdown-menu {
    width: 23.4375vw;
  }
}
@media screen and (max-width: 820px) {
  .product__dropdown-menu {
    width: 29.2682926829vw;
  }
}
@media screen and (max-width: 768px) {
  .product__dropdown-menu {
    width: 31.25vw;
  }
}
@media screen and (max-width: 570px) {
  .product__dropdown-menu {
    width: 42.1052631579vw;
  }
}
@media screen and (max-width: 480px) {
  .product__dropdown-menu {
    width: 50vw;
  }
}
@media screen and (max-width: 390px) {
  .product__dropdown-menu {
    width: 61.5384615385vw;
  }
}
.product__dropdown-menu::-webkit-scrollbar {
  width: 6px;
}
.product__dropdown-menu::-webkit-scrollbar-thumb {
  background: rgba(0, 0, 0, 0.2);
  border-radius: 10px;
}
.product__category {
  padding: 0.8333333333vw;
  font-weight: 400;
  color: #737373;
  text-transform: capitalize;
  border-bottom: 1px solid #F1F5F9;
}
@media screen and (max-width: 1024px) {
  .product__category {
    padding: 1.5625vw;
  }
}
@media screen and (max-width: 820px) {
  .product__category {
    padding: 1.9512195122vw;
  }
}
@media screen and (max-width: 768px) {
  .product__category {
    padding: 2.0833333333vw;
  }
}
@media screen and (max-width: 570px) {
  .product__category {
    padding: 2.8070175439vw;
  }
}
@media screen and (max-width: 480px) {
  .product__category {
    padding: 3.3333333333vw;
  }
}
@media screen and (max-width: 390px) {
  .product__category {
    padding: 4.1025641026vw;
  }
}
.product__category.active {
  color: #4B2E21;
  background-color: #FFFFFF;
}
.product__category:hover {
  background-color: #f5f5f5;
}
.product__category-mobile {
  font-weight: 500;
  color: #171717;
  width: 100%;
  text-align: left;
  border: none;
  background: transparent;
  border-bottom: 1px solid #eee;
}
@media screen and (max-width: 1024px) {
  .product__category-mobile {
    padding: 1.171875vw 1.5625vw;
  }
}
@media screen and (max-width: 820px) {
  .product__category-mobile {
    padding: 1.4634146341vw 1.9512195122vw;
  }
}
@media screen and (max-width: 768px) {
  .product__category-mobile {
    padding: 1.5625vw 2.0833333333vw;
  }
}
@media screen and (max-width: 570px) {
  .product__category-mobile {
    padding: 2.1052631579vw 2.8070175439vw;
  }
}
@media screen and (max-width: 480px) {
  .product__category-mobile {
    padding: 2.5vw 3.3333333333vw;
  }
}
@media screen and (max-width: 390px) {
  .product__category-mobile {
    padding: 3.0769230769vw 4.1025641026vw;
  }
}
.product__category-mobile.active {
  position: relative;
  background: #5a3825;
  color: #fff;
}
.product__category-mobile.active::after {
  content: "";
  position: absolute;
  width: 1.25vw;
  height: 1.25vw;
  background: url("../../../assets/images/our-chocolates/Check.svg") no-repeat center;
}
@media screen and (max-width: 1024px) {
  .product__category-mobile.active::after {
    right: 1.5625vw;
  }
}
@media screen and (max-width: 820px) {
  .product__category-mobile.active::after {
    right: 1.9512195122vw;
  }
}
@media screen and (max-width: 768px) {
  .product__category-mobile.active::after {
    right: 2.0833333333vw;
  }
}
@media screen and (max-width: 570px) {
  .product__category-mobile.active::after {
    right: 2.8070175439vw;
  }
}
@media screen and (max-width: 480px) {
  .product__category-mobile.active::after {
    right: 3.3333333333vw;
  }
}
@media screen and (max-width: 390px) {
  .product__category-mobile.active::after {
    right: 4.1025641026vw;
  }
}
@media screen and (max-width: 1024px) {
  .product__category-mobile.active::after {
    width: 2.34375vw;
  }
}
@media screen and (max-width: 820px) {
  .product__category-mobile.active::after {
    width: 2.9268292683vw;
  }
}
@media screen and (max-width: 768px) {
  .product__category-mobile.active::after {
    width: 3.125vw;
  }
}
@media screen and (max-width: 570px) {
  .product__category-mobile.active::after {
    width: 4.2105263158vw;
  }
}
@media screen and (max-width: 480px) {
  .product__category-mobile.active::after {
    width: 5vw;
  }
}
@media screen and (max-width: 390px) {
  .product__category-mobile.active::after {
    width: 6.1538461538vw;
  }
}
@media screen and (max-width: 1024px) {
  .product__category-mobile.active::after {
    height: 2.34375vw;
  }
}
@media screen and (max-width: 820px) {
  .product__category-mobile.active::after {
    height: 2.9268292683vw;
  }
}
@media screen and (max-width: 768px) {
  .product__category-mobile.active::after {
    height: 3.125vw;
  }
}
@media screen and (max-width: 570px) {
  .product__category-mobile.active::after {
    height: 4.2105263158vw;
  }
}
@media screen and (max-width: 480px) {
  .product__category-mobile.active::after {
    height: 5vw;
  }
}
@media screen and (max-width: 390px) {
  .product__category-mobile.active::after {
    height: 6.1538461538vw;
  }
}
.product__filter-reset {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5208333333vw;
  margin-left: 1.0416666667vw;
  text-transform: uppercase;
  cursor: pointer;
  text-decoration: none;
  color: #4B2E21;
}
@media screen and (max-width: 1024px) {
  .product__filter-reset {
    gap: 0.9765625vw;
  }
}
@media screen and (max-width: 820px) {
  .product__filter-reset {
    gap: 1.2195121951vw;
  }
}
@media screen and (max-width: 768px) {
  .product__filter-reset {
    gap: 1.3020833333vw;
  }
}
@media screen and (max-width: 570px) {
  .product__filter-reset {
    gap: 1.7543859649vw;
  }
}
@media screen and (max-width: 480px) {
  .product__filter-reset {
    gap: 2.0833333333vw;
  }
}
@media screen and (max-width: 390px) {
  .product__filter-reset {
    gap: 2.5641025641vw;
  }
}
@media screen and (max-width: 1024px) {
  .product__filter-reset {
    margin-left: 1.953125vw;
  }
}
@media screen and (max-width: 820px) {
  .product__filter-reset {
    margin-left: 2.4390243902vw;
  }
}
@media screen and (max-width: 768px) {
  .product__filter-reset {
    margin-left: 2.6041666667vw;
  }
}
@media screen and (max-width: 570px) {
  .product__filter-reset {
    margin-left: 3.5087719298vw;
  }
}
@media screen and (max-width: 480px) {
  .product__filter-reset {
    margin-left: 4.1666666667vw;
  }
}
@media screen and (max-width: 390px) {
  .product__filter-reset {
    margin-left: 5.1282051282vw;
  }
}
.product__reset-icon {
  width: 1.4583333333vw;
  height: 1.4583333333vw;
}
@media screen and (max-width: 1024px) {
  .product__reset-icon {
    width: 2.734375vw;
  }
}
@media screen and (max-width: 820px) {
  .product__reset-icon {
    width: 3.4146341463vw;
  }
}
@media screen and (max-width: 768px) {
  .product__reset-icon {
    width: 3.6458333333vw;
  }
}
@media screen and (max-width: 570px) {
  .product__reset-icon {
    width: 4.9122807018vw;
  }
}
@media screen and (max-width: 480px) {
  .product__reset-icon {
    width: 5.8333333333vw;
  }
}
@media screen and (max-width: 390px) {
  .product__reset-icon {
    width: 7.1794871795vw;
  }
}
@media screen and (max-width: 1024px) {
  .product__reset-icon {
    height: 2.734375vw;
  }
}
@media screen and (max-width: 820px) {
  .product__reset-icon {
    height: 3.4146341463vw;
  }
}
@media screen and (max-width: 768px) {
  .product__reset-icon {
    height: 3.6458333333vw;
  }
}
@media screen and (max-width: 570px) {
  .product__reset-icon {
    height: 4.9122807018vw;
  }
}
@media screen and (max-width: 480px) {
  .product__reset-icon {
    height: 5.8333333333vw;
  }
}
@media screen and (max-width: 390px) {
  .product__reset-icon {
    height: 7.1794871795vw;
  }
}
.product__info-wrapper {
  display: flex;
  align-items: center;
  gap: 0.625vw;
  margin-top: 2.8125vw;
}
@media screen and (max-width: 1024px) {
  .product__info-wrapper {
    gap: 1.171875vw;
  }
}
@media screen and (max-width: 820px) {
  .product__info-wrapper {
    gap: 1.4634146341vw;
  }
}
@media screen and (max-width: 768px) {
  .product__info-wrapper {
    gap: 1.5625vw;
  }
}
@media screen and (max-width: 570px) {
  .product__info-wrapper {
    gap: 2.1052631579vw;
  }
}
@media screen and (max-width: 480px) {
  .product__info-wrapper {
    gap: 2.5vw;
  }
}
@media screen and (max-width: 390px) {
  .product__info-wrapper {
    gap: 3.0769230769vw;
  }
}
@media screen and (max-width: 1024px) {
  .product__info-wrapper {
    margin-top: 3.515625vw;
  }
}
@media screen and (max-width: 820px) {
  .product__info-wrapper {
    margin-top: 4.3902439024vw;
  }
}
@media screen and (max-width: 768px) {
  .product__info-wrapper {
    margin-top: 4.6875vw;
  }
}
@media screen and (max-width: 570px) {
  .product__info-wrapper {
    margin-top: 6.3157894737vw;
  }
}
@media screen and (max-width: 480px) {
  .product__info-wrapper {
    margin-top: 7.5vw;
  }
}
@media screen and (max-width: 390px) {
  .product__info-wrapper {
    margin-top: 9.2307692308vw;
  }
}
.product__info-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 1.25vw;
  height: 1.25vw;
  flex-shrink: 0;
}
@media screen and (max-width: 1024px) {
  .product__info-icon {
    width: 1.953125vw;
  }
}
@media screen and (max-width: 820px) {
  .product__info-icon {
    width: 2.4390243902vw;
  }
}
@media screen and (max-width: 768px) {
  .product__info-icon {
    width: 2.6041666667vw;
  }
}
@media screen and (max-width: 570px) {
  .product__info-icon {
    width: 3.5087719298vw;
  }
}
@media screen and (max-width: 480px) {
  .product__info-icon {
    width: 4.1666666667vw;
  }
}
@media screen and (max-width: 390px) {
  .product__info-icon {
    width: 5.1282051282vw;
  }
}
@media screen and (max-width: 1024px) {
  .product__info-icon {
    height: 1.953125vw;
  }
}
@media screen and (max-width: 820px) {
  .product__info-icon {
    height: 2.4390243902vw;
  }
}
@media screen and (max-width: 768px) {
  .product__info-icon {
    height: 2.6041666667vw;
  }
}
@media screen and (max-width: 570px) {
  .product__info-icon {
    height: 3.5087719298vw;
  }
}
@media screen and (max-width: 480px) {
  .product__info-icon {
    height: 4.1666666667vw;
  }
}
@media screen and (max-width: 390px) {
  .product__info-icon {
    height: 5.1282051282vw;
  }
}
.product__info-icon svg {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  color: #737373;
}
.product__info-text {
  color: #737373;
  font-style: italic;
  margin-bottom: 0;
}

/*# sourceMappingURL=our-chocolates.css.map*/