/*!***************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[3].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[3].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[3].use[3]!./src/style.scss ***!
  \***************************************************************************************************************************************************************************************************************************************/
/**
 * The following styles get applied both on the front of your site
 * and in the editor.
 *
 * Replace them with your own styles or remove the file completely.
 */
.block-qproduct {
  margin-bottom: 2em;
  margin-top: 1em;
}
.block-qproduct .block-product-image-wrapper {
  position: relative;
  margin-left: -16px;
  margin-right: -16px;
}
@media (min-width: 540px) {
  .block-qproduct .block-product-image-wrapper {
    margin-left: 0px;
    margin-right: 0px;
  }
}
.block-qproduct .block-product-image-wrapper.block-product-image-placeholder {
  min-height: 600px;
  background-position: center center;
  background-size: cover;
  background-image: url(data:image/svg+xml;base64,CjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iNjgwLjc2NCIgaGVpZ2h0PSI1MjguMzU0IiB2aWV3Qm94PSIwIDAgMTgwLjExOSAxMzkuNzk0Ij48ZyB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtMTMuNTkgLTY2LjYzOSkiIHBhaW50LW9yZGVyPSJmaWxsIG1hcmtlcnMgc3Ryb2tlIj48cGF0aCBmaWxsPSIjZDBkMGQwIiBkPSJNMTMuNTkxIDY2LjYzOUgxOTMuNzF2MTM5Ljc5NEgxMy41OTF6Ii8+PHBhdGggZD0ibTExOC41MDcgMTMzLjUxNC0zNC4yNDkgMzQuMjQ5LTE1Ljk2OC0xNS45NjgtNDEuOTM4IDQxLjkzN0gxNzguNzI2eiIgb3BhY2l0eT0iLjY3NSIgZmlsbD0iI2ZmZiIvPjxjaXJjbGUgY3g9IjU4LjIxNyIgY3k9IjEwOC41NTUiIHI9IjExLjc3MyIgb3BhY2l0eT0iLjY3NSIgZmlsbD0iI2ZmZiIvPjxwYXRoIGZpbGw9Im5vbmUiIGQ9Ik0yNi4xMTEgNzcuNjM0aDE1Mi42MTR2MTE2LjA5OUgyNi4xMTF6Ii8+PC9nPjwvc3ZnPg==);
}
.block-qproduct .block-product-image-wrapper img {
  width: 100%;
  height: auto;
  display: block;
}
.block-qproduct .block-product-image-wrapper h3 {
  position: absolute;
  margin-left: 16px;
  color: #fff;
  font-size: 1.6em;
  width: 80%;
  max-width: 420px;
}
@media (min-width: 540px) {
  .block-qproduct .block-product-image-wrapper h3 {
    margin-left: 1em;
    max-width: 70%;
    font-size: 2em;
    width: inherit;
  }
}
.block-qproduct .block-product-image-wrapper h3 span {
  background-color: #1d2327;
  display: inline-block;
  padding: 6px 8px;
  margin-bottom: 4px;
}
.block-qproduct .block-product-image-wrapper h3 span.whitespace {
  padding: 6px 0;
  margin-left: -4px;
  margin-right: -4px;
}
.block-qproduct .block-product-image-wrapper .block-product-stopper {
  position: absolute;
  width: 140px;
  height: 140px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  padding: 12px;
}
@media screen and (min-width: 540px) {
  .block-qproduct .block-product-image-wrapper .block-product-stopper {
    width: 180px;
    height: 180px;
  }
}
.block-qproduct .block-product-image-wrapper .block-product-stopper.bottom-left {
  bottom: 10%;
  left: 10%;
}
.block-qproduct .block-product-image-wrapper .block-product-stopper.bottom-right {
  bottom: 10%;
  right: 10%;
}
.block-qproduct .block-product-image-wrapper .block-product-stopper .block-product-price {
  font-size: 38px;
  line-height: 46px;
  font-weight: 600;
  text-align: center;
}
@media screen and (min-width: 540px) {
  .block-qproduct .block-product-image-wrapper .block-product-stopper .block-product-price {
    font-size: 44px;
    line-height: 50px;
  }
}
.block-qproduct .block-product-image-wrapper .block-product-stopper .block-product-currency {
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  font-weight: 600;
  margin-bottom: -10px;
}
@media screen and (min-width: 540px) {
  .block-qproduct .block-product-image-wrapper .block-product-stopper .block-product-currency {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: -14px;
  }
}
.block-qproduct .block-product-caption {
  background-color: #1d2327;
  color: #fff;
  margin-left: -16px;
  margin-right: -16px;
}
@media (min-width: 540px) {
  .block-qproduct .block-product-caption {
    margin-left: 0px;
    margin-right: 0px;
  }
}
.block-qproduct .block-product-caption .block-product-description {
  padding: 1em 1em 2em 1em;
}
@media (min-width: 540px) {
  .block-qproduct .block-product-caption .block-product-description {
    padding: 1em 2em 2em 2em;
  }
}
.block-qproduct .block-product-caption .block-product-description p {
  max-width: inherit;
}
.block-qproduct .block-product-caption .block-product-sell {
  padding: 2em 1em 2em 1em;
  max-width: 420px;
}
@media (min-width: 540px) {
  .block-qproduct .block-product-caption .block-product-sell {
    padding: 2em 2em 2em 2em;
  }
}
.block-qproduct .block-product-caption .block-product-sell.has-description {
  padding-top: 0em;
}

/*# sourceMappingURL=style-index.css.map*/