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

.wa-product-modal {
  vertical-align: bottom;
  width: 100%;
  position: fixed;
  bottom: 0;
  background-color: var(--action-light);
  padding: 0;
  opacity: 0;
  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: row;
  align-items: center;
  gap: var(--space-m);
}
.wa-product-modal__title {
  font-size: var(--text-xl);
  font-weight: 700;
}
.wa-product-modal img {
  max-height: 6.7rem;
  width: auto;
  object-fit: contain;
}
.single-product #supportBox-iframe {
  transition: bottom 0.3s;
}
@media (max-width: 767px) {
  .wa-product-modal-inner .wa-button {
    border-radius: 100%;
    height: 4.8rem;
    width: 4.8rem;
    padding: var(--space-xs);
  }
  .wa-product-modal-inner .wa-button__text {
    display: none;
  }
  .wa-product-modal-inner-left {
    gap: var(--space-xs);
  }
  .wa-product-modal__title {
    font-size: var(--text-l);
  }
}
@media (max-width: 479px) {
  .wa-product-modal-inner-left .wa-product-area-bottom__price {
    text-align: right;
  }
}
