/* Last update: 2025-07-07T04:02:03+00:00 */

.wa-product-modal {
  vertical-align: bottom;
  width: 100%;
  position: fixed;
  bottom: 0;
  background-color: var(--white);
  padding: 0;
  opacity: 0;
  box-shadow: 0px 0px 32px 0px var(--base);
  z-index: 100;
  height: 0px;
  transition: 0.2s all ease-in-out;
}
.wa-product-modal-inner {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  flex-wrap: nowrap;
}
.wa-product-modal-inner-left {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: calc(var(--space-xs)*.5);
}
.wa-product-modal-inner-left .wa-product-modal__title {
  font-size: var(--text-xl);
}
@media (max-width: 768px) {
  .wa-product-modal {
    justify-content: center;
  }
  .wa-product-modal-inner-left {
    display: none;
  }
  .wa-product-modal .wa-button {
    width: 100%;
    justify-content: center;
  }
}
.single-product #supportBox-iframe {
  transition: bottom 0.3s;
}
