/* Last update: 2025-07-07T03:24:03+00:00 */

.wa-product-area {
  margin-top: 0 !important;
}
.wa-product-area-left {
  display: flex;
  flex-direction: column;
  gap: var(--space-m);
  width: 100%;
}
.wa-product-area-left img {
  width: 100%;
}
.wa-product-area-left .splide__arrow {
  opacity: 1 !important;
}
.wa-product-area-left .splide__arrow--prev {
  left: 1rem;
}
.wa-product-area-left .splide__arrow--next {
  right: 1rem;
}
.wa-product-area-left .splide__pagination {
  left: 50%;
  bottom: -3rem;
}
.wa-product-area-left .splide__pagination .splide__pagination__page {
  background-color: var(--base-light);
  color: var(--base-light);
  height: 0.8rem;
  width: 0.8rem;
}
.wa-product-area-right {
  position: sticky;
  top: 17rem;
}
.wa-pa-description-inner {
  display: flex;
  flex-direction: column;
  gap: var(--space-xl);
  justify-content: center;
  align-items: center;
  width: 100%;
}
.wa-pa-description-inner__desc {
  align-self: center;
  max-width: 60%;
  text-align: center;
  color: var(--base-medium);
}
.wa-pa-description-inner__atr {
  display: flex;
  width: 100%;
  justify-content: space-evenly;
}
.wa-pa-play-video {
  display: flex;
  flex-direction: row;
  gap: var(--space-s);
  align-items: center;
  background-color: var(--secondary);
  padding: var(--space-s) var(--space-m);
  cursor: pointer;
  transition: 0.2s all ease-in-out;
}
.wa-pa-play-video__img {
  height: 3rem;
}
.wa-pa-play-video__title {
  font-size: calc(var(--text-m) * 1.2);
  font-weight: 700;
  text-transform: uppercase;
}
.wa-pa-play-video:hover {
  background-color: var(--secondary-light);
}
.wa-pa-reviews__content .shortcode-wcpr-review-content {
  font-size: var(--text-m);
}
.wa-pa-reviews__content .shortcode-wcpr-overall-rating-right {
  width: 100%;
}
.wa-pa-reviews__content .shortcode-wcpr-overall-rating-right .star-rating {
  width: 100% !important;
  white-space: nowrap;
}
.wa-pa-reviews__content .shortcode-wcpr-stars-count .shortcode-wcpr-row .shortcode-wcpr-col-process {
  width: 100%;
}
.wa-pa-reviews__content .shortcode-wcpr-read-more {
  text-decoration: underline;
  padding-inline: 0.5rem;
}
.wa-popup__close {
  color: var(--white);
  font-size: var(--text-xl);
  font-weight: 700;
  padding: var(--space-xs);
  position: absolute;
  right: var(--gutter);
  top: var(--space-s);
  cursor: pointer;
  opacity: 0.8;
  transition: 0.2s all ease-in-out;
}
.wa-popup__close:hover {
  opacity: 1;
}
@media (max-width: 991px) {
  .wa-pa-description-inner__desc {
    max-width: 100%;
    text-align: left;
  }
  .wa-pa-description-inner__atr {
    display: grid;
  }
}
@media (max-width: 767px) {
  .wa-product-area-left .splide__arrow {
    width: 4rem;
    height: 4rem;
  }
  .wa-product-area-left .splide__arrow--prev {
    left: calc(-.5 * var(--gutter));
  }
  .wa-product-area-left .splide__arrow--next {
    right: calc(-.5 * var(--gutter));
  }
}
