/** Shopify CDN: Minification failed

Line 54:13 Unexpected "{"
Line 54:21 Expected ":"
Line 55:17 Unexpected "{"
Line 55:27 Expected ":"

**/


  .owl-section-product .usp-owl-wrap{ position:relative !important; }

  .owl-section-product .usp-owl{
    display:flex !important; 
    overflow: visible !important;
  }
  .owl-section-product .usp-owl:not(.owl-loaded){
    overflow-x:auto !important; scroll-snap-type:x mandatory !important; padding: 0 4px 6px !important;
  }

  .owl-section-product .usp-item{
    background:var(--usp-card-bg) !important;
    border-radius:var(--usp-radius) !important;
    box-shadow:var(--usp-shadow) !important;
    padding:16px !important;
    min-width: clamp(90px, 70vw, 70px) !important;
    scroll-snap-align:start !important;
    text-align:center !important;
    display:flex !important; flex-direction:column !important; align-items:center !important;
    justify-content:flex-start !important;
  }

  .owl-section-product .usp-item__media{
  width: 100% !important;
  aspect-ratio: var(--usp-media-ratio) !important; 
  border-radius: 12px !important;
  border: var(--usp-border) !important;
  overflow: hidden !important;
  background: #fff !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  margin: 2px 0 18px !important;
}
  .owl-section-product .usp-item__media img{
  width: 100% !important;
  height: 100% !important;
  max-width: 100% !important;
  max-height: 100% !important;
  object-fit: contain !important;      
  object-position: center !important;   
  display: block !important;
}
#section-id-{{section.id }} .owl-item{padding: 0 10px !important;}
    #section-id-{{  section.id }} .owl-stage {margin-bottom: 40px !important;margin-top:10px !important;}

  @media(max-width:768px){.owl-section-product .usp-item__title{font-size:1.08rem !important;}  .owl-section-product .usp-item__desc{font-size:0.775rem !important;}
.owl-section-product .usp-item{min-height: 27.50rem !important;} }
  @media(min-width:769px){.owl-section-product .usp-item__title{font-size:1.13rem !important;}  .owl-section-product .usp-item__desc{font-size:0.875rem !important;} 
.owl-section-product .usp-item{min-height: 31.50rem !important;} }
  .owl-section-product .usp-item__title{
    font-weight:700 !important;
    line-height:1.25 !important;
    margin:0 !important;
    position:relative !important;
    padding-bottom:14px !important;
  }
  .owl-section-product .usp-item__title::after{
    content:"" !important;
    display:block !important;
    width:var(--usp-underline-w) !important;
    height:var(--usp-underline-h) !important;
    border-radius:999px !important;
    background:var(--usp-underline) !important;
    margin:12px auto 0 auto !important;
  }

  .owl-section-product .usp-item__desc{
    line-height:1.55 !important;
    color: rgb(32 32 32 / .85) !important;
    margin-top:12px !important;
  }

  .owl-section-product .owl-nav .owl-prev, .owl-section-product .owl-nav .owl-next{font-size: 2rem !important;line-height: 1 !important;font-weight: 100 !important;color: #9dbea2 !important;}
  .owl-section-product .owl-nav .owl-prev,
  .owl-section-product .owl-nav .owl-next{
    position:absolute !important; top:50% !important; transform:translateY(-50%) !important;
    background:#fff !important; border-radius:999px !important; width:32px !important; height:auto !important;
    box-shadow:var(--usp-shadow) !important;
    display:grid !important; place-items:center !important;z-index:999 !important;
    border:1px solid #9dbea280 !important;
  }
  .owl-section-product .owl-nav .owl-prev{ left:-10px !important; }
  .owl-section-product .owl-nav .owl-next{ right:-10px !important; }
  .owl-section-product .owl-dots{ margin-top: 12px !important; }

  .owl-section-product .usp-item--no-image .usp-item__media{
    background:#f6f6f6 !important;
  }
  .owl-section-product .has-limit-container{    max-width: var(--page-container-width);
    margin-right: auto;
    margin-left: auto;
    padding-right: var(--container-pad-x);
    padding-left: var(--container-pad-x);}