/** Shopify CDN: Minification failed

Line 210:4 "ine-height" is not a known CSS property
Line 248:1 Expected "}" to go with "{"

**/
.tm7-highlights-section {
    position: relative;
    padding: 30px 0 120px 0;
    color: #fff;
    background: linear-gradient(0deg, #000000, #000000), linear-gradient(0.6deg, #000000 3.17%, rgba(0, 0, 0, 0) 52.49%, rgba(0, 0, 0, 0.195481) 60.26%, #000000 98.22%), radial-gradient(46.83% 39.59% at 13.45% 98.53%, #000000 0%, rgba(0, 0, 0, 0) 100%);
    overflow: hidden;
}

  .tm7-bg-image {
    position: absolute;
    inset: 0;
    z-index: 0;
    overflow: hidden;
  }

  .tm7-bg-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: brightness(0.35);
  }

  .tm7-highlights-section .page-width {
    position: relative;
    z-index: 1;
  }

  .tm7-title {
    font-family: 'Vorwerk';
    font-weight: 400;
    font-size: clamp(34px,4.166667vw, 60px);
    line-height: 101%;
    letter-spacing: -0.015em;
  }
  .tm7-title strong {
      color: #00AC46;
  }

  p.tm7-subheading {
    font-family: "inter";
    font-weight: 400;
    line-height: 150%;
    font-size: clamp(14px, 1.250000vw,18px);
    color: rgba(220, 223, 220, 1);
    opacity: 0.7;
}

 .tm7-items-wrapper {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 32px;
    margin-top: 24px;
}

  .tm7-item {
    box-sizing: border-box;
    animation: fadeCascade .6s ease forwards;
    opacity: 0;
}
.tm7-video {
    z-index: 1;
}

  @keyframes fadeCascade {
    to {
      opacity: 1;
      transform: translateY(0);
    }
    from {
      opacity: 0;
      transform: translateY(20px);
    }
  }

  .tm7-media-wrapper {
    position: relative;
    width: 100%;
    padding-bottom: 66.7%; 
    margin-bottom: 27px;
    overflow: hidden;
    border-radius: 12px;
  }

  .tm7-video,
  .tm7-image,
  .tm7-video-poster {
    position: absolute;
    top: 0; left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 12px;
  }

  /* Hide the video poster once video plays */
  .tm7-video:not(:paused) + .tm7-video-poster {
    display: none;
  }

  /* Play video on hover */
  .tm7-media-wrapper:hover .tm7-video {
    display: block;
    /* Auto play handled by JS */
  }

 .tm7-item-title {
    font-family: 'poppins' !important;
    font-size: clamp(20px,2.222222vw,32px);
    line-height: 130%;
    font-weight: 700;
    margin-bottom: 8px;
}
.tm7-item-title strong{
   color: #00AC46;
}
.tm7-item-description {
    font-family: 'Montserrat';
    font-size: clamp(14px, 1.250000vw,18px);
    line-height: 1.5;
    font-weight: 400;
    margin-bottom: 12px;
    color: rgba(145, 147, 148, 1);
    white-space: break-spaces;

}

p.tm7-item-price {
    font-family: 'Montserrat';
    font-weight: 500;
    font-size: clamp(16px, 1.5vw, 24px);
    line-height: normal;
    color: rgba(145, 147, 148, 1);
    margin-bottom: 27px;
    min-height: 29px;
}


.tm7-item:first-of-type .button--primary-outline{
   background: #00AC46 !important;
   color: rgba(255, 255, 255, 1);
   opacity: 1;
   transition: all ease-in 0.3s;
}
.tm7-bg-image{display: block;}
.tm7-bg-image.mobile{display: none;}


@media(max-width: 1024px){
  p.tm7-item-price {
    margin-bottom: 27px;
    min-height: 20px;
}
span.custom-button-arrow svg {
    max-width: 6px;
}
.tm7-items-wrapper {
    gap: 20px;
    
}
}
@media(max-width: 990px){
  .tm7-items-wrapper {
    /* grid-template-columns: repeat(2, 1fr); */
    row-gap: 36px;
}
}



@media(min-width:641px) and (max-width: 990px){
.tm7-items-wrapper{width: 100%;height: fit-content;white-space: nowrap;overflow-x: scroll;overflow-y: hidden;-webkit-overflow-scrolling: touch;display:flex;}
.tm7-items-wrapper .tm7-item{min-width: 37%;}
.tm7-items-wrapper::-webkit-scrollbar {display: none;}
}


@media(max-width: 640px){
  .tm7-items-wrapper {
    grid-template-columns: repeat(1, 1fr);
  }


@media(max-width: 576px){
  .tm7-highlights-section {
    padding: 30px 0 91px;}
  .tm7-items-wrapper {
        grid-template-columns: repeat(1, 1fr);
        row-gap: 55px;
    }
    
    p.tm7-subheading {
      font-family: Vorwerk;
      font-weight: 300;
      line-height: 120%;
      font-size: 24px;
      color: #dcdfdc;
      opacity: .7;
      text-align: center;
  }
  .tm7-title {
    font-family: Vorwerk;
    font-weight: 300;
    font-size: 43px;
    ine-height: 101%;
    letter-spacing: -.015em;
    text-align: center;
    margin-bottom: 8px;
}
.tm7-media-wrapper {

    padding-bottom: 68.25%;
    margin-bottom: 23px;
    overflow: hidden;
    border-radius: 11px;
}
.tm7-item-title {
    font-family: 'Vorwerk' !important;
    font-weight: 300;
    font-size: 24px;
    line-height: 130%;
    margin-bottom: 8px;
}
.tm7-item-description {
    font-family: 'Vorwerk' !important;
    font-size: 18px;
    line-height: 120%;
    font-weight: 400;
    margin-bottom: 25px;
    color: rgba(145, 147, 148, 1);
}
p.tm7-item-price {
        display: none;
    }
    .custom-button-arrow{
      opacity: 0;
    }
    
} 
@media(max-width: 576px){
  .tm7-bg-image{display: none;}
  .tm7-bg-image.mobile{display: block;}
}