/* THIS FILE IS GENERATED AUTOMATICALLY, DO NOT MODIFY IT DIRECTLY, ANY DIRECT CHANGES WILL BE LOST */
/* Last update: 2025-12-09T03:19:49+00:00 */

body.single-product .wa-footer-section {
  padding-bottom: 8rem !important;
}
.wa-product-area-section {
  padding-top: var(--section-space-xs) !important;
  padding-bottom: var(--section-space-l) !important;
}
.wa-product-area .brxe-woocommerce-notice.woocommerce-notices-wrapper .woocommerce-message {
  margin-bottom: var(--space-l) !important;
}
.wa-product-area-wrapper {
  gap: var(--space-l);
}
.wa-product-area-left {
  position: sticky;
  top: 10rem;
  height: fit-content;
}
.wa-product-area-left .wa-product-card-labels {
  display: none;
  top: calc(var(--space-s) * -0.5);
}
.wa-product-area-left img {
  max-height: 70rem;
  object-fit: contain;
}
.wa-product-area-right {
  display: flex;
  flex-direction: column;
  gap: var(--space-m);
}
.wa-product-area-top {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  column-gap: var(--space-m);
  white-space: nowrap;
  flex-wrap: wrap;
}
.wa-product-area-top-left {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: var(--space-m);
}
.wa-product-area__desc {
  font-size: var(--text-s);
  color: var(--base);
  font-style: italic;
}
.wa-product-area-dimensions {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: var(--space-xs);
}
.wa-product-area-dimensions__icon {
  width: 2.8rem;
  height: 2.8rem;
}
.wa-product-area-dimensions__text {
  color: var(--base);
  font-size: var(--text-l);
}
.wa-product-area-dimensions__text u {
  text-decoration: none !important;
  font-size: var(--text-s);
  color: var(--base-medium);
  font-style: italic;
}
.wa-product-area-benefit {
  display: flex;
  flex-direction: row;
  gap: var(--space-xs);
  padding: var(--space-xs) 0;
  align-items: center;
  border-bottom: 1px solid var(--base-ultra-light);
}
.wa-product-area-benefit:last-child {
  border-bottom: none;
}
.wa-product-area-benefit__icon {
  min-width: 2.4rem;
  min-height: 2.4rem;
}
.wa-product-area__title {
  font-weight: 700;
  color: var(--base);
  font-size: calc(var(--text-xl) * 1.25);
}
.wa-product-area__size {
  color: var(--base);
  font-size: calc(var(--text-l) * 1.1);
  padding: calc(var(--space-s) * .6) var(--space-s);
  background-color: var(--base-ultra-light);
  border-radius: var(--radius-xxl);
  font-weight: 700;
}
.wa-product-description-section {
  padding-bottom: 0;
  position: relative;
}
.wa-product-description-section::after {
  content: "";
  position: absolute;
  background: url("/wp-content/uploads/bg_product.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: top center;
  top: 0;
  width: calc(100% - var(--space-s));
  max-width: 170rem;
  height: 100%;
  z-index: -1;
}
.wa-product-gallery {
  gap: var(--space-xl);
}
.wa-product-gallery .splide__slide a {
  height: 100%;
  width: 100%;
  aspect-ratio: 0.7142857143;
}
.wa-product-gallery .splide__slide a img {
  border-radius: var(--radius-xl);
  width: 100%;
  height: 100%;
  aspect-ratio: 0.7142857143;
}
.wa-product-gallery .splide__arrows {
  position: absolute;
  right: 0;
  top: calc((var(--text-l) + var(--space-xl)) * -1);
}
.wa-product-gallery .splide__arrows .splide__arrow {
  border-radius: 100%;
  border: 1px solid var(--primary);
}
.wa-product-gallery .splide__arrows .splide__arrow svg {
  fill: var(--primary);
}
.wa-product-gallery .splide__arrows .splide__arrow--prev {
  left: -12rem;
}
.wa-product-gallery .splide__arrows .splide__arrow:hover {
  background-color: var(--primary);
}
.wa-product-gallery .splide__arrows .splide__arrow:hover svg {
  fill: var(--white);
}
@media (max-width: 767px) {
  .wa-product-gallery .splide__track {
    -webkit-mask-image: linear-gradient(90deg, var(--white-trans-90) 70%, transparent 100%);
    mask-image: linear-gradient(90deg, var(--white-trans-90) 70%, transparent 100%);
  }
}
.wa-product-info {
  padding-top: var(--section-space-l);
  gap: var(--space-l);
}
.wa-product-info-content {
  background-color: var(--white);
  padding: var(--space-l);
  border-radius: var(--radius-xl);
  box-shadow: 0px 0px 70px 0px var(--primary-light-trans-20);
  gap: var(--space-m);
}
.wa-product-info-inner {
  margin-top: var(--space-m);
  gap: var(--space-s);
}
.wa-product-info__title {
  font-size: var(--text-l);
  font-weight: 700;
}
.wa-product-info-infobox {
  display: flex;
  flex-direction: row;
  width: 100%;
  align-items: center;
  gap: var(--space-xs);
  background-color: var(--primary-light-trans-10);
  padding: var(--space-s);
  border-radius: var(--radius-l);
}
.wa-product-info-infobox img {
  height: 3.2rem;
}
.wa-product-info-infobox span {
  font-weight: 700;
}
.wa-product-area .brxe-product-add-to-cart {
  display: flex;
  flex-direction: column;
  padding: var(--space-m);
  border-radius: var(--radius-l);
  background-color: var(--base-ultra-light);
  gap: var(--space-m);
}
.wa-product-area .brxe-product-add-to-cart .stock.out-of-stock {
  font-weight: 700;
  color: darkred;
}
.wa-product-area .brxe-product-add-to-cart #wc_bis_product_form, .wa-product-area .brxe-product-add-to-cart .button.wc_bis_send_form {
  margin: 0 !important;
}
.wa-product-area .brxe-product-add-to-cart input[type=text] {
  border-bottom: 2px solid var(--base-light);
}
.wa-product-area .brxe-product-add-to-cart .wc_bis_opt_in {
  display: flex !important;
  margin-bottom: var(--space-s) !important;
}
.wa-product-area .brxe-product-add-to-cart .wc_bis_opt_in span {
  margin-left: 10px !important;
}
.wa-product-area .brxe-product-add-to-cart #wc_bis_already_registered {
  animation: none;
  background-color: transparent !important;
  color: var(--base) !important;
  padding: 0 !important;
  margin: 0 !important;
}
.wa-product-area .brxe-product-add-to-cart #wc_bis_already_registered:before {
  content: none !important;
}
.wa-product-area .brxe-product-add-to-cart #wc_bis_already_registered a {
  transition: 0.2s all ease-in-out;
  color: var(--action) !important;
  font-weight: 700;
}
.wa-product-area .brxe-product-add-to-cart #wc_bis_already_registered a:hover {
  color: var(--action-hover) !important;
}
.wa-product-bottom-section {
  padding-top: 0;
  padding-bottom: var(--section-space-l);
}
.wa-product-faq {
  padding-top: var(--section-space-l);
  gap: var(--space-xl);
}
.wa-product-faq-content {
  display: flex;
  flex-direction: row;
  gap: var(--space-xl);
  align-items: center;
  justify-content: center;
}
.wa-product-cta {
  border-radius: var(--radius-xl);
  background-color: var(--white);
  box-shadow: 0px 0px 70px 0px var(--primary-light-trans-20);
  padding: var(--space-l);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: var(--space-m);
  width: 100%;
  max-width: 44rem;
}
.wa-product-cta-top {
  text-align: center;
}
.wa-product-cta-top span {
  font-size: var(--text-xl);
  line-height: 1.2;
}
.wa-product-cta img {
  max-height: 8.6rem;
  max-width: 8.6rem;
}
.wa-product-cta__title {
  font-weight: 700;
  font-size: calc(var(--text-l)* .9);
}
.wa-product-cta__desc {
  font-size: calc(var(--text-m)* .85);
  color: var(--base-medium);
}
.wa-product-cta-content {
  display: flex;
  flex-direction: row;
  gap: var(--space-xs);
}
.wa-product-cta-content__title {
  font-weight: 700;
  font-size: calc(var(--text-l)* .9);
}
.wa-product-cta-bottom {
  display: flex;
  flex-direction: row;
  gap: var(--space-xs);
  align-items: flex-start;
}
.wa-product-cta-bottom svg {
  min-height: 2rem;
  min-width: 2rem;
}
.wa-product-cta-bottom svg path {
  fill: var(--base-light);
}
.wa-product-cta-inner {
  display: flex;
  flex-direction: column;
  column-gap: var(--space-xs);
  align-items: flex-start;
  flex-wrap: wrap;
}
.wa-product-cta-inner a {
  color: var(--base);
  transition: 0.2s all ease-in-out;
  position: relative;
}
.wa-product-cta-inner a::after {
  display: block;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  border-bottom: 0.1rem solid var(--base);
  content: "";
  transition: transform 0.6s cubic-bezier(0.28, 0.75, 0.22, 0.95);
  transform: scaleX(0);
  transform-origin: right center;
}
.wa-product-cta-inner a:hover {
  color: var(--base);
}
.wa-product-cta-inner a:hover::after {
  transform: scale(1);
  transform-origin: left center;
}
.wa-product-cta-inner span {
  font-size: calc(var(--text-m)* .85);
  color: var(--base-medium);
}
.wa-product-cta .wa-button {
  width: 100%;
}
.wa-product-recommendations {
  padding-top: var(--section-space-l);
  gap: var(--space-xl);
}
@media (max-width: 1600px) {
  .wa-product-description-section::after {
    background: none;
    background-size: cover;
    border-radius: var(--radius-l);
    background-color: var(--primary-light-trans-10);
    height: 90%;
  }
}
@media (max-width: 768px) {
  .wa-product-area-left {
    position: relative;
    top: 0;
  }
  .wa-product-area-left img {
    max-height: 35rem;
  }
  .wa-product-gallery .splide__slide a {
    max-height: 40rem;
  }
  .wa-product-gallery .splide__slide a img {
    max-height: 40rem;
  }
  .wa-product-info-infobox img {
    height: 2.8rem;
  }
  .wa-product-cta img {
    max-height: 7.2rem;
    max-width: 7.2rem;
  }
}
@media (max-width: 479px) {
  .wa-product-info-infobox img {
    height: 2.4rem;
  }
}
