/**
 * Admin Preview
 * Custom Labels
 *
 */
.merchant-module-page-setting-fields {
  gap: 24px;
}

.merchant-module-page-setting-field {
  margin: 0;
}
.merchant-module-page-setting-field[data-id=shortcode_text] {
  margin-top: 0;
}

.merchant-module-page-preview-browser-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  margin: auto;
  padding: 50px 25px;
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
}

.merchant-preview-product {
  width: 100%;
  max-width: 200px;
}
.merchant-preview-product .image-wrapper {
  position: relative;
  height: 11vw;
  max-height: 180px;
  background-color: #f5f5f5;
}

.merchant-preview-product-out-of-stock:not(.display) {
  display: none;
}

.merchant-preview-add-to-cart {
  width: 100%;
  margin-top: 10px;
  background-color: #212121;
  color: white;
  border: 3px solid #212121;
  padding: 13px 24px;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 14px;
  text-align: center;
}