.wa-button--mobile {
  display: none;
}
.wa-product-area .splide__arrow svg {
  fill: var(--base) !important;
}
.wa-product-area .splide__arrow i {
  color: var(--base) !important;
}
.wa-product-area .x-read-more_link {
  align-self: flex-start;
  justify-content: flex-start;
}
.wa-product-area .x-read-more_link-text {
  color: var(--base);
  font-weight: 700;
  text-decoration: underline;
}
.wa-product-area .wa-product-page-secondary-slider {
  width: 140px;
}
.wa-product-area .wa-product-page-secondary-slider .splide__arrow svg {
  fill: var(--base) !important;
}
.wa-product-area .wa-product-page-secondary-slider .x-slider_slide.splide__slide {
  height: 90px !important;
  width: 140px;
  opacity: 0.5;
}
.wa-product-area .wa-product-page-secondary-slider .x-slider_slide.splide__slide .x-slider_slide-image {
  height: 90px;
  width: 100%;
  object-fit: cover;
}
.wa-product-area .wa-product-page-secondary-slider .x-slider_slide.splide__slide .x-slider_slide-image img {
  border-radius: var(--radius-xs);
  height: 90px;
  width: 100%;
  object-fit: cover;
}
.wa-product-area .wa-product-page-secondary-slider .splide__list.x-splide__list.x-slider-gallery, .wa-product-area .wa-product-page-secondary-slider .splide__track.x-splide__track.splide__track--slide.splide__track--ttb.splide__track--draggable.splide__track--nav {
  width: 140px;
}
.wa-product-area .wa-product-page-secondary-slider .splide__track--nav > .splide__list > .splide__slide.is-active {
  opacity: 1 !important;
}
.wa-product-area .wa-product-page-primary-slider {
  height: 400px;
}
.wa-product-area .wa-product-page-primary-slider .splide__arrow svg {
  fill: var(--base) !important;
}
.wa-product-area .wa-product-page-primary-slider .x-slider_slide.splide__slide {
  height: 400px;
}
.wa-product-area .wa-product-page-primary-slider .x-slider_slide.splide__slide .x-slider_slide-image img {
  border-radius: var(--radius-s);
  object-fit: cover;
  height: 400px;
}
.wa-product-area-content {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  gap: var(--space-m);
  width: 100%;
}
.wa-product-area-content-left, .wa-product-area-content-right {
  width: 50%;
}
.wa-product-area-content-right {
  display: flex;
  flex-direction: column;
  gap: var(--space-s);
}
.wa-product-area-content-right-buttons {
  display: flex;
  flex-direction: column;
  gap: var(--space-xs);
  width: 100%;
}
.wa-product-area-content-right-buttons .wa-button {
  width: 100%;
  min-height: 60px;
  cursor: pointer;
  gap: var(--space-xs);
  font-size: calc(var(--text-s)*1.15);
}
.wa-product-area-content-right-buttons .wa-button--email svg {
  height: 3rem;
}
.wa-product-area-content-right-buttons .wa-button--phone svg {
  height: 2rem;
}
.wa-product-area-content-left {
  display: flex;
  flex-direction: row;
  gap: var(--space-xs);
}
.wa-product-area__heading {
  font-size: var(--text-xl);
  font-weight: 700;
  color: var(--base);
}
.wa-product-area__desc {
  color: var(--base);
}
.wa-product-area__gallery .woocommerce-product-gallery__image img {
  border-radius: var(--radius-xs);
}
.wa-product-area__gallery .woocommerce-product-gallery__wrapper {
  max-height: 400px;
  min-height: 400px;
  overflow: hidden;
}
.wa-product-area__gallery .woocommerce-product-gallery__wrapper img {
  height: 400px;
  border-radius: var(--radius-s);
  object-fit: cover;
}
.wa-product-area__gallery .woocommerce-product-gallery .flex-viewport {
  height: 400px !important;
}
.wa-product-area .brxe-post-excerpt {
  position: relative;
}
.wa-product-area .brxe-post-excerpt::after {
  content: "";
  background: white;
  background: -moz-linear-gradient(0deg, white 0%, rgba(0, 0, 0, 0) 100%);
  background: -webkit-linear-gradient(0deg, white 0%, rgba(0, 0, 0, 0) 100%);
  background: linear-gradient(0deg, white 0%, rgba(0, 0, 0, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#000000",GradientType=1);
  width: 100%;
  display: block;
  position: absolute;
  bottom: 0;
  height: 10rem;
}
.wa-product-area .wa-product-read-more {
  font-weight: 700;
  color: var(--base);
  text-decoration: underline;
  text-underline-offset: 18%;
  margin-bottom: var(--space-s);
}
.wa-product-area .wa-product-read-more:hover {
  color: var(--primary);
}
.wa-product-page-modal .x-modal_container {
  width: unset !important;
}
.wa-product-page-modal .x-modal_content {
  border-radius: var(--radius-m);
}
.wa-product-page-desc__heading {
  font-weight: 700;
  font-size: var(--text-l);
  color: var(--secondary);
}
.wa-product-content p {
  max-width: unset !important;
}
.wa-product-page-documents {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: var(--space-xs);
  justify-content: space-between;
  align-items: center;
  padding-block: var(--space-s);
  padding-inline: var(--space-s);
  transition: 0.2s all ease-in-out;
  border-bottom: 2px solid var(--primary-ultra-light);
}
.wa-product-page-documents:last-child {
  border-bottom: 0 !important;
}
.wa-product-page-documents .wa-button svg path {
  transition: 0.2s all ease-in-out;
}
.wa-product-page-documents .wa-button:hover svg path {
  fill: var(--white);
}
.wa-product-page-attributes {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.wa-product-page-attributes .specification-wrap {
  gap: var(--space-xs);
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding-block: var(--space-xs);
  padding-inline: var(--space-s);
}
.wa-product-page-attributes .specification-wrap:nth-child(odd) {
  background-color: var(--primary-ultra-light);
}
.wa-product-page-attributes .specification-wrap__value {
  text-align: right;
}
.wa-product-video__inner {
  border-radius: var(--radius-s);
}
@media (max-width: 991px) {
  .wa-product-area-content {
    align-items: flex-start;
  }
  .wa-product-area-content-left {
    display: flex;
    flex-direction: column-reverse;
  }
  .wa-product-area-content .wa-product-page-secondary-slider {
    width: 100%;
  }
  .wa-product-area-content .wa-product-page-secondary-slider .x-slider_slide.splide__slide {
    height: 90px !important;
    width: 100%;
    opacity: 0.5;
  }
  .wa-product-area-content .wa-product-page-secondary-slider .x-slider_slide.splide__slide .x-slider_slide-image {
    height: 90px;
    width: 100%;
    object-fit: cover;
  }
  .wa-product-area-content .wa-product-page-secondary-slider .x-slider_slide.splide__slide .x-slider_slide-image img {
    border-radius: var(--radius-xs);
    height: 90px;
    width: 100%;
    object-fit: cover;
  }
  .wa-product-area-content .wa-product-page-secondary-slider .splide__list.x-splide__list.x-slider-gallery, .wa-product-area-content .wa-product-page-secondary-slider .splide__track.x-splide__track.splide__track--slide.splide__track--ttb.splide__track--draggable.splide__track--nav {
    width: 100%;
  }
  .wa-product-area-content .wa-product-page-secondary-slider .splide__track--nav > .splide__list > .splide__slide.is-active {
    opacity: 1 !important;
  }
}
@media (max-width: 1200px) {
  .wa-product-area-content-right-buttons {
    width: 100%;
  }
}
@media (max-width: 991px) {
  .wa-product-area-content {
    width: 100%;
    flex-direction: column;
  }
  .wa-product-area-content-left, .wa-product-area-content-right {
    width: 100%;
  }
  .wa-button--mobile {
    display: flex;
  }
  .wa-button--desktop {
    display: none;
  }
}
@media (max-width: 767px) {
  .wa-product-area-content {
    width: 100%;
    flex-direction: column;
  }
  .wa-product-area-content-left, .wa-product-area-content-right {
    width: 100%;
  }
  .wa-product-area-content .wa-product-page-primary-slider {
    height: 40rem !important;
    width: 100% !important;
  }
  .wa-product-area-content .wa-product-page-primary-slider .x-slider_slide.splide__slide {
    height: 40rem !important;
    width: 100% !important;
  }
  .wa-product-area-content .wa-product-page-primary-slider .x-slider_slide.splide__slide .x-slider_slide-image {
    width: 100%;
  }
  .wa-product-area-content .wa-product-page-primary-slider .x-slider_slide.splide__slide .x-slider_slide-image img {
    border-radius: var(--radius-s);
    object-fit: cover;
    height: 40rem !important;
    width: 100% !important;
  }
}
@media (max-width: 500px) {
  .wa-product-area-content-right-buttons {
    width: 100%;
  }
  .wa-product-area-content .wa-product-page-primary-slider {
    height: 30rem !important;
  }
  .wa-product-area-content .wa-product-page-primary-slider .x-slider_slide.splide__slide {
    height: 30rem !important;
  }
  .wa-product-area-content .wa-product-page-primary-slider .x-slider_slide.splide__slide .x-slider_slide-image img {
    height: 30rem !important;
  }
}

