/**
 * vim: set ts=2 sw=2 sts=2 et:
 */

.onsale-popup-with-free-products {
  z-index: 100000;
}

.onsale-popup-with-free-products .ui-dialog-content {
  padding: 0;
}

.onsale-popup-with-free-products .products .free-product {
  padding: 10px;
}

@media (min-width: 567px) {
  .onsale-popup-with-free-products .ui-dialog-content {
    padding: 10px;
  }

  .onsale-popup-with-free-products .products .free-product .add-to-cart-button * {
    min-width: fit-content;
  }
}

.onsale-popup-with-free-products .products .free-product .details .quick-view-link,
.onsale-popup-with-free-products .products .free-product .details .add-to-wl-button {
  display: none;
}