.wa-modal-product {
  vertical-align: bottom;
  width: 100%;
  position: fixed;
  bottom: 0;
  background-color: var(--white);
  padding: 0;
  opacity: 0;
  box-shadow: 0px -5px 25px var(--base-trans-10);
  z-index: 100;
  height: 0px;
}
.wa-modal-product-inner {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  flex-wrap: nowrap;
}
.wa-modal-product-inner-left {
  display: flex;
  flex-direction: row;
  gap: var(--space-xs);
  align-items: center;
}
.wa-modal-product-inner-left__img {
  outline: none !important;
}
.wa-modal-product-inner-left__img img {
  min-width: auto;
  outline: none !important;
  max-height: 75px;
  width: auto;
  border-radius: var(--radius-m);
}
@media (max-width: 487px) {
  .wa-modal-product-inner-left__img img {
    max-height: 55px;
  }
}
.wa-modal-product-inner-left-body {
  display: flex;
  flex-direction: column;
}
.wa-modal-product-inner-left-body:not(:has(.wa-product-card-inspired)) .wa-modal-product-inner-left-body__heading {
  font-size: var(--text-m);
  color: var(--base);
  font-weight: 700;
}
.wa-modal-product-inner-left-body .wa-product-card-body-bottom--alt {
  font-size: var(--text-s);
}
.wa-modal-product-inner-left-body__heading {
  font-size: var(--text-s);
  color: var(--wa-light-text-color);
}
.wa-modal-product-inner-right {
  display: flex;
  flex-direction: row;
  gap: var(--space-s);
  align-items: center;
}
.wa-modal-product-inner-right span {
  line-height: 1;
}
.wa-modal-product-inner-right .quantity {
  display: none !important;
}
.wa-modal-product-inner-right .wa-add-to-cart-button {
  display: flex;
  flex-direction: row;
  gap: var(--space-xs);
}
.wa-modal-product-inner-right .wa-add-to-cart-button span {
  display: block !important;
  white-space: nowrap;
  text-transform: uppercase;
  font-weight: 600;
}
@media (max-width: 767px) {
  .wa-modal-product-inner-right .wa-add-to-cart-button {
    width: 4.8rem;
    height: 4.8rem;
  }
  .wa-modal-product-inner-right .wa-add-to-cart-button span {
    display: none !important;
  }
  .wa-modal-product-inner-right .wa-add-to-cart-button svg {
    max-height: 2rem;
  }
}
.wa-modal-product-inner-right__price {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: baseline;
  white-space: nowrap;
  color: var(--base) !important;
}
.wa-modal-product-inner-right__price .woocommerce-Price-amount {
  font-size: var(--text-m);
  font-weight: 700;
  color: var(--base);
}
.single-product .brxe-xbacktotop.x-back-to-top {
  display: none !important;
}
.single-product #supportBox-iframe {
  transition: bottom 0.3s;
}

