/** Shopify CDN: Minification failed

Line 81:0 Unexpected "}"

**/


@media screen and (max-width:768px) {
  h2.m-richtext__title.m-slide__title.m\:text-white.h2 {
    font-size: 20px !important;
}

p {
    font-size: 12px !important;
}
}

.m-collection-page-header.m-collection-page-header--no-image.m-collection-page-header--image-background.m-collection-page-header--template--19792466837613__collection-header{
    background-image: url("/cdn/shop/files/Untitled_1920_x_600_px.png?v=1772163162")!important;
    background-attachment: fixed!important;
    background-position: center!important;
    background-repeat: no-repeat!important;
    background-size: cover!important;
}

h3.m-icon-box__heading.h4 {
    font-size: 20px;
    font-weight: 600;
}


/* newsletter */


#shopify-section-template--19247563767917__newsletter_iHGUPK section#m-newsletter-template--19247563767917__newsletter_iHGUPK  {
  background-image: url("/cdn/shop/files/Untitled_design_-_2026-02-27T152757.605.png?v=1772184513")!important;
  background-attachment: fixed!important;
  background-position: center!important;
 background-repeat: no-repeat!important;
  background-size: cover!important;
}



/* header */

.m-header__container.container-fluid {
    padding: 30px 60px;
}





/* FOOTER */


#shopify-section-sections--17735560855661__footer a.social-media-links--item {
    background: #000000 !important;
    color: white !important;
}

#shopify-section-sections--17735560855661__footer a.social-media-links--item:hover {
    background: #000000 !important;
    color: white !important;
    box-shadow: 0 0 0 0.2rem #000000;
}

#shopify-section-sections--17735560855661__footer .m-footer--block .social-media-links{
  gap: 16px;
} 
div#shopify-section-sections--17735560855661__footer a.social-media-links--item {
    width: 36px!important;
    height: 36px!important;
}

div#shopify-section-sections--17735560855661__footer .m-newsletter-form__wrapper.m-newsletter-form__button-inline {
    margin-bottom: 16px;
}

}



/* review */



@media screen and (max-width : 768px){
  
  /* image with text */
div#shopify-section-template--17735560593517__image_with_text_3FUpbW {
   .m-content-box {
    text-align: center;
}
}

/* newsletter */

div#shopify-section-template--17735560593517__custom_content_YbFPBi {
 .newsletter-form{
    text-align: center;
}
}

/* image with text overlay */
div#shopify-section-template--17735560593517__image_with_text_2_XwbHeb {
a.m-button.m-button--primary {
    justify-content:center !important;
}
}
 


}



.jdgm-carousel-title-and-link {
 display: flex;
 flex-direction: column;
 align-items: center;
 justify-content: center;
}
h2.jdgm-carousel-title {
 font-size: 32px;
}

@media screen and (max-width: 768px) {
 h2.jdgm-carousel-title {
   font-size: 22px;
   text-align: center !important;
 }
}





/* General Styles */
.trust-elements {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  padding: 20px;
  background-color: #f9f9f9;
  border-radius: 8px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.trust-item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 8px;
}

.trust-icon {
  width: 50px;
  height: 50px;
  object-fit: cover;
}

.trust-item span {
  font-size: 14px;
  color: #333;
  text-align:center;
}

/* Responsive Design */
@media (max-width: 768px) {
  .trust-elements {
    flex-direction: column;
    align-items: center;
  }

  .trust-item {
    margin-bottom: 15px;
    text-align: center;
  }

  .trust-item span {
    font-size: 16px;
  }
}

@media (max-width: 480px) {
  .trust-elements {
    gap: 10px;
  }

  .trust-icon {
    width: 20px;
    height: 20px;
  }
}




