/** Shopify CDN: Minification failed

Line 10:0 Unexpected "<"
Line 80:0 Unexpected "<"

**/


/* CSS from section stylesheet tags */
<style>
  .custom-gurantee {
    padding: 10px 0;
    overflow-x: hidden;
  }
.single-gurantee-item img {
    max-width: 60px !important;
}
  .single-gurantee-item {
    display: flex;
    flex-direction: column;
    padding: 20px;
    justify-content: center;
    align-items: center;
    text-align: center;
  }

  .single-gurantee-item img {
    width: 60px;
    object-fit: contain;
    margin: 0 auto;
  }
.single-gurantee-item p {
    line-height: 1.3;
}
  h3.snle-title {
    font-size: 14px;
    margin-top: 14px;
    margin-bottom: 12px;
  }

  h2.section-heading-e {
    text-align: center;
    margin-bottom: 30px;
  }

  .custom-gurantee .owl-nav button {
    position: absolute;
    top: 30%;
    background: transparent;
    border: none;
    font-size: 30px;
    z-index: 5;
  }

  .custom-gurantee .owl-nav .owl-prev {
    left: -25px;
  }

  .custom-gurantee .owl-nav .owl-next {
    right: -25px;
  }

  .custom-gurantee .owl-dots {
    text-align: center;
    margin-top: 15px;
  }

  .custom-gurantee .owl-dot span {
    width: 7px !important;
    height: 7px !important;
    background: #ccc !important;
    display: inline-block;
    border-radius: 50%;
    margin: 0 5px;
  }

  .custom-gurantee .owl-dot.active span {
    background: #000 !important;
  }
</style>