/*!***********************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./src/scss/blocks/jh-product-card/jh-product-card.scss ***!
  \***********************************************************************************************************************************************/
@import url(https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,400;0,600;0,700;0,800;1,400;1,600;1,700;1,800&family=Poppins:ital,wght@0,400;0,600;0,700;0,800;1,400;1,600;1,700;1,800&family=Roboto:ital,wght@0,400;0,500;1,400;1,500&display=swap);
/*!***************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./src/scss/blocks/jh-product-card/jh-product-card.scss (1) ***!
  \***************************************************************************************************************************************************/
/**
 * Switch for palettes with a quartenary color.
 *
 * This must be included with the palette in order for the `with-extended-palette`
 * function to work properly.
 */
/**
 * Conditionally use colors based on whether the palette includes a quartenary value.
 *
 * @param {string} $if-has-4 The value to use if the palette has a quartenary color.
 * @param {string} $if-has-3 The value to use if the palette does not has a quartenary color.
 */
/**
 * Returns the calculation used for the full-width base.
 */
/**
 * Styles the overview banner gradient based on the supplied color and direction.
 *
 * @param string $direction The gradient direction (top, bottom, left, right).
 */
.mb-none {
  margin-bottom: 0 !important;
}

.mb-unit {
  margin-bottom: 1rem !important;
}

.mb-small {
  margin-bottom: 1rem !important;
}

.mb-medium {
  margin-bottom: 1.5rem !important;
}

.mb-large {
  margin-bottom: 2rem !important;
}

.mb-larger {
  margin-bottom: 2.875rem !important;
}

.mb-xlarge {
  margin-bottom: 4rem !important;
}

.mb-xxlarge {
  margin-bottom: 8rem !important;
}

/**
 * Adds focus ring outline.
 * https://remysharp.com/til/css/focus-ring-default-styles
 */
/**
 * Remove browser default button styles
 */
/**
 * Breakpoints
 */
/**
 * Vertical rhythm.
 *
 * @param {String} $spacing Vertical spacing value in pixels.
 */
/**
 * Returns the calculation used for the full-width base.
 */
/**
 * Styles the overview banner gradient based on the supplied color and direction.
 *
 * @param string $direction The gradient direction (top, bottom, left, right).
 */
@media only screen and (min-width: 48rem) {
  .trusts-overview__product-cards .grid.grid--3 {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 1rem;
  }
  .trusts-overview__product-cards .grid.grid--3 .card {
    flex: 0 0 calc((100% - 2rem) / 3);
    max-width: calc((100% - 2rem) / 3);
  }
}
@media only screen and (min-width: 68.75rem) {
  .trusts-overview__product-cards .grid.grid--3 {
    gap: 2rem;
  }
  .trusts-overview__product-cards .grid.grid--3 .card {
    flex: 0 0 calc((100% - 4rem) / 3);
    max-width: calc((100% - 4rem) / 3);
  }
}
@media only screen and (min-width: 64rem) {
  .trusts-overview__product-cards .grid.grid--3 {
    gap: 3rem;
  }
  .trusts-overview__product-cards .grid.grid--3 .card {
    flex: 0 0 calc((100% - 6rem) / 3);
    max-width: calc((100% - 6rem) / 3);
  }
}
@media only screen and (min-width: 90rem) {
  .trusts-overview__product-cards .grid.grid--3 {
    gap: 4rem;
  }
  .trusts-overview__product-cards .grid.grid--3 .card {
    flex: 0 0 calc((100% - 8rem) / 3);
    max-width: calc((100% - 8rem) / 3);
  }
}

/*# sourceMappingURL=jhProductCardBlock.css.map*/