/** Shopify CDN: Minification failed

Line 379:0 Expected "}" to go with "{"

**/

@media (min-width: 900px) {
    .wt-keys__list {
       
        gap: 50px;
    }
    .wt-keys__title.wt-keys__title--has-text {
    font-size: 20px;
    }
}
@media (max-width: 768px){
   #shopify-section-template--21528687706311__features_banner_4mRcTR .wt-keys__title.wt-keys__title--has-text {
    font-size: 16px !important;


}
    
/* Base styles - Perfect for 1920px and above */

/* Make the parent container horizontal */
.wt-featured-icon.wt-keys__item {
  display: inline-flex !important;
  flex-direction: column !important;
  align-items: center !important;
  text-align: center !important;
  margin: 0 40px !important;
  vertical-align: top !important;
}

/* Wrapper for all items - make them flow horizontally */
div[data-block-id*="image_"] > div {
  display: flex !important;
  flex-direction: row !important;
  justify-content: center !important;
  flex-wrap: wrap !important;
  gap: 30px !important;
}

/* Icon container */
.wt-keys__image-container {
  margin: 0 auto 10px auto !important;
  width: 60px !important;
  height: 60px !important;
}

/* Content wrapper - stack vertically */
.wt-featured-icon__content {
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  width: 100% !important;
}

/* Title positioning */
.wt-featured-icon__title {
  margin-top: 8px !important;
  text-align: center !important;
  width: 100% !important;
}

/* Remove any default left/right positioning */
.wt-featured-icon__text {
  display: none !important;
}

/* Add space from the top banner */
div[data-block-id*="image_"] {
  margin-top: 30px !important;
  padding-top: 20px !important;
  margin-bottom: 30px !important;
}

/* Or target the parent wrapper more specifically */
.wt-featured-icon.wt-keys__item:first-child {
  margin-top: 30px !important;
}

/* ============================================
   RESPONSIVE BREAKPOINTS
   ============================================ */

/* Large Desktop: 1440px - 1919px */
@media (max-width: 1919px) {
  .wt-featured-icon.wt-keys__item {
    margin: 0 32px !important;
  }

  div[data-block-id*="image_"] > div {
    gap: 25px !important;
  }

  .wt-keys__image-container {
    width: 58px !important;
    height: 58px !important;
  }
}

/* Desktop: 1280px - 1439px */
@media (max-width: 1439px) {
  .wt-featured-icon.wt-keys__item {
    margin: 0 22px !important;
  }

  div[data-block-id*="image_"] > div {
    gap:10px !important;
  }

  .wt-keys__image-container {
    width: 55px !important;
    height: 55px !important;
    margin: 0 auto 8px auto !important;
  }

  .wt-featured-icon__title {
    margin-top: 6px !important;
    font-size: 95% !important;
  }
}

/* Small Desktop / Large Tablet: 1024px - 1279px */
@media (max-width: 1279px) {
  .wt-featured-icon.wt-keys__item {
    margin: 0 12px !important;
  }

  div[data-block-id*="image_"] > div {
    gap: 20px !important;
  }

  .wt-keys__image-container {
    width: 52px !important;
    height: 52px !important;
  }

  .wt-featured-icon__title {
    font-size: 92% !important;
  }

  div[data-block-id*="image_"] {
    margin-top: 25px !important;
    padding-top: 18px !important;
    margin-bottom: 25px !important;
  }
}

/* Tablet: 768px - 1023px */
@media (max-width: 1023px) {
  .wt-featured-icon.wt-keys__item {
    margin: 0 8px !important;
    margin-bottom: 25px !important;
  }

  div[data-block-id*="image_"] > div {
    gap: 18px !important;
    /* padding: 0 15px !important; */
  }

  .wt-keys__image-container {
    width: 50px !important;
    height: 50px !important;
  }

  .wt-featured-icon__title {
    font-size: 90% !important;
    margin-top: 5px !important;
  }

  div[data-block-id*="image_"] {
    margin-top: 22px !important;
    padding-top: 16px !important;
    margin-bottom: 22px !important;
  }
} 

/* Mobile Landscape / Small Tablet: 640px - 767px */
@media (max-width: 767px) {
  .wt-featured-icon.wt-keys__item {
    margin: 0 15px !important;
    margin-bottom: 22px !important;
    min-width: 120px !important;
    max-width: 160px !important;
  }

  div[data-block-id*="image_"] > div {
    gap: 15px !important;
    /* padding: 0 12px !important; */
    justify-content: space-around !important;
  }

  .wt-keys__image-container {
    width: 48px !important;
    height: 48px !important;
  }

  .wt-featured-icon__title {
    font-size: 88% !important;
    line-height: 1.3 !important;
  }

  div[data-block-id*="image_"] {
    margin-top: 20px !important;
    padding-top: 15px !important;
    margin-bottom: 20px !important;
  }
}

/* Mobile Portrait: 480px - 639px */
@media (max-width: 639px) {
  .wt-featured-icon.wt-keys__item {
    margin: 0 12px !important;
    margin-bottom: 20px !important;
    min-width: 110px !important;
    max-width: 140px !important;
  }

  div[data-block-id*="image_"] > div {
    gap: 12px !important;
    /* padding: 0 10px !important; */
  }

  /* .wt-keys__image-container {
    width: 46px !important;
    height: 46px !important;
  } */

  .wt-featured-icon__title {
    font-size: 85% !important;
    line-height: 1.3 !important;
  }

  div[data-block-id*="image_"] {
    margin-top: 18px !important;
    padding-top: 12px !important;
    margin-bottom: 18px !important;
  }
}

/* Small Mobile: 375px - 479px */
@media (max-width: 479px) {
  .wt-featured-icon.wt-keys__item {
    margin: 0 10px !important;
    margin-bottom: 18px !important;
    min-width: 100px !important;
    max-width: 130px !important;
    flex: 0 0 calc(50% - 20px) !important;
  }

  div[data-block-id*="image_"] > div {
    gap: 10px !important;
    /* padding: 0 8px !important; */
    justify-content: space-evenly !important;
  }

  .wt-keys__image-container {
    width: 44px !important;
    height: 44px !important;
  }

  .wt-featured-icon__title {
    font-size: 82% !important;
    line-height: 1.3 !important;
  }

  div[data-block-id*="image_"] {
    margin-top: 16px !important;
    padding-top: 10px !important;
    margin-bottom: 16px !important;
  }
}

/* Extra Small Mobile: Below 375px */
@media (max-width: 374px) {
  .wt-featured-icon.wt-keys__item {
    margin: 0 8px !important;
    margin-bottom: 16px !important;
    min-width: 90px !important;
    max-width: 120px !important;
    flex: 0 0 calc(50% - 16px) !important;
  }

  div[data-block-id*="image_"] > div {
    gap: 8px !important;
    /* padding: 0 6px !important; */
  }

  .wt-keys__image-container {
    width: 42px !important;
    height: 42px !important;
  }

  .wt-featured-icon__title {
    font-size: 80% !important;
    line-height: 1.2 !important;
  }

  div[data-block-id*="image_"] {
    margin-top: 14px !important;
    padding-top: 8px !important;
    margin-bottom: 14px !important;
  }
}



@media (min-width: 1340px){
  .wt-benefits-product__icon-item:nth-child(1) {
    margin-left: 100px;
  }
  .wt-benefits-product__icon-item:nth-child(2) {
    margin-right: 100px;
  }
  .wt-benefits-product__icon-item:nth-child(5) {
    margin-left: 100px;
  }
  .wt-benefits-product__icon-item:nth-child(6) {
    margin-right: 100px;
  }
}

@media (min-width: 991px){
  .wt-benefits-product__icon-item-wrapper {
    max-width: 400px;
  }
  .wt-benefits-product__icon-item-heading {
    text-align: left;
    margin: auto;
    max-width: 100%;
  }
  .wt-benefits-product__icon-item-text {
    text-align: left;
  }
  .wt-benefits-product__icon-item-wrapper {
    flex-direction: row;
    gap: 15px;
    width: 100%;
  }
  .wt-benefits-product__icon-item-text {
    font-size: 16px;
    line-height: normal;
  }
   .benefits-product-section {
    max-width: var(--site-max-width-big);
    margin: auto;
    border-radius: 20px;
  } 
}

.wt-benefits-product__icon-item-wrapper{
  background: #fff;
  padding: 20px;
  border-radius: 10px;
}

@media (max-width: 990px){
 .wt-benefits-product__icon-item-heading {
      font-size: 16px!important;
  }
}

@media (max-width: 900px){
  .wt-benefits-product__icon-item-wrapper {
    max-width: 100%;
  }
  .wt-benefits-product__icon-item {
    width: 100%;
  }
  .wt-benefits-product__icon-list--column .wt-benefits-product__icon-item-wrapper {
    width: 100%;
  }
   
}


