/*!***************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[4].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[4].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[4].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.
 */
/**
* Product block card styles
*/
.trevenque-herba-product-block {
  margin-bottom: 20px;
}

.trevenque-herba-product-block.product-card {
  max-width: 405px;
  margin: 0 auto;
}

.trevenque-herba-product-block .product-article-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  overflow-x: hidden;
  overflow-y: hidden;
  text-align: left;
  border-radius: 5px;
  border-bottom: 3px solid #ffffff;
  background-color: #ffffff;
}

.trevenque-herba-product-block .product-card-info {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 16px;
}

.trevenque-herba-product-block h2.gb-headline {
  font-size: 30px;
  margin-top: 16px;
  text-align: center;
}

.trevenque-herba-product-block h2.gb-headline a {
  color: #b83344;
}

.trevenque-herba-product-block h2.gb-headline a:hover {
  color: #333333;
}

.trevenque-herba-product-block a {
  text-decoration: none !important;
  transition: color 0.1s ease-in-out, background-color 0.1s ease-in-out;
}

.trevenque-herba-product-block p {
  margin-bottom: 1.5em;
  text-align: center;
}

.trevenque-herba-product-block .gb-block-image img {
  vertical-align: middle;
  height: 405px;
  -o-object-fit: contain;
     object-fit: contain;
}

.trevenque-herba-product-block .gb-button-wrapper {
  flex-direction: column;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: flex-start;
  clear: both;
  justify-content: center;
  margin-top: 16px;
}

.trevenque-herba-product-block .gb-button-wrapper a.gb-button {
  align-items: center;
  justify-content: center;
  z-index: 1;
  position: relative;
  text-transform: uppercase;
  text-align: center;
  padding: 8px 32px;
  border-radius: 3px;
  border: 1px solid var(--accent-2);
  background-color: #b83344;
  color: #ffffff;
  flex: 1;
  width: 100%;
}

.trevenque-herba-product-block .gb-button-wrapper a.gb-button:hover, .gb-button-wrapper a.gb-button:active, .gb-button-wrapper a.gb-button:focus {
  background-color: var(--contrast);
  color: #ffffff;
}

@media (max-width: 1024px) and (min-width: 768px) {
  .trevenque-herba-product-block .gb-button-wrapper > .gb-button {
    flex: 1;
    width: 100%;
    box-sizing: border-box;
  }
}

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