/** Shopify CDN: Minification failed

Line 12:0 Unexpected "<"
Line 58:0 Unexpected "<"

**/
/* SHOPIFY_STYLESHEETS_VERSION: 1.0 */


/* CSS from section stylesheet tags */
/* START_SECTION:unique-selling-points (INDEX:54) */
<style>
  .usp-banner {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    width: 100%;
  }
  .usp-banner__con {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    width: 100%;
  }
  .usp-banner__item {
    flex: 1;
    text-align: center;
  }
  .usp-banner__item img {
    max-width: 100%;
    height: auto;
  }
  .usp-banner__description {
    margin-bottom: 20px;
    text-align: center;
  }
  .usp-banner__image-text {
    color: #000;
    width: 100%;
    text-align: var(--text-alignment, center);
  }
  .usp-banner__image-text p {
    line-height: 18px;
    font-size: 14px;
    margin-top: 5px;
  }
  .usp-banner__image-text p strong {
    font-size: 17px;
  }
  .usp-banner__item.side-by-side {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: var(--gap-size, 20px);
    justify-content: center;
  }
</style>
/* END_SECTION:unique-selling-points */