/** Shopify CDN: Minification failed

Line 298:6 Unexpected "{"
Line 298:7 Expected identifier but found "%"
Line 298:31 Unexpected "{"
Line 298:32 Expected identifier but found "%"
Line 301:6 Unexpected "{"
Line 301:7 Expected identifier but found "%"
Line 301:37 Unexpected "{"
Line 301:38 Expected identifier but found "%"
Line 337:6 Unexpected "{"
Line 337:7 Expected identifier but found "%"
... and 2 more hidden warnings

**/
.vibro-tech__container {
    max-width: 1280px;
    margin: 0 auto;
    display: flex;
    gap: 4rem;
    align-items: center;
  }

  .vibro-tech__image-wrapper {
    text-align: center;
    width: 31%;
  }

  .vibro-tech__image {
    max-width: 100%;
    height: auto;
    display: block;
  }

  .vibro-tech__content {
    display: flex;
    flex-direction: column;
    width: 68%;
  }
  .vibro-tech__content .hd-subhd-wrap {
    max-width: 400px;
    margin-bottom: 20px;
  }
  .vibro-tech__heading {
    font-size: 23px;
    font-weight: 500;
    color: #000;
    margin: 0 0 1rem 0;
    line-height: 1.3;
}

  .vibro-tech__subheading {
    font-size: 0.95rem;
    color: #242729;
    line-height: 1.6;
    margin-bottom: 2.5rem;
  }

  .vibro-tech__icons-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem;
    margin-bottom: 2.5rem;
  }

  .vibro-tech__icon-item {
    display: flex;
    /* flex-direction: column; */
    align-items: center;
    gap: 10px;
    text-align: left;
    /* justify-content:center; */
  }

  .vibro-tech__icon {
    width: 71px;
    height: 71px;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .vibro-tech__icon svg {
    width: 100%;
    height: 100%;
  }

  .vibro-tech__icon-text {
    font-size: 0.85rem;
    color: #333;
    font-weight: 500;
    line-height: 1.4;
  }

  .vibro-tech__button-wrapper {
    display: flex;
    gap: 1rem;
    display:flex;
    justify-content:center;
  }

  .vibro-tech__button {
    border-radius: 5px;
    background: #007bff!important;
    cursor: pointer;
    color: #eef2f7;
    font-size: 18px;
    font-weight: 600;
    border: none;
    padding: 8px 12px;
  }

  .vibro-tech__button:hover {
    background: #0056b3;
  }

  .vibro-tech__button.external {
    text-decoration: none;
  }

  /* Tablet Styles */
  @media (max-width: 1024px) {
    .vibro-tech__container {
      gap: 2.5rem;
    }

    .vibro-tech__heading {
      font-size: 1.75rem;
    }

    .vibro-tech__icons-grid {
      gap: 1.5rem;
    }
  }

  /* Mobile Styles */
  @media (max-width: 768px) {
    .vibro-tech__section {
      padding: 2rem 1rem;
    }

    .vibro-tech__container {
      grid-template-columns: 1fr;
      gap: 2rem;
    }

    .vibro-tech__heading {
      font-size: 1.35rem;
      margin-bottom: 0.75rem;
    }

    .vibro-tech__subheading {
      font-size: 0.85rem;
      line-height: 1.5;
      margin-bottom: 1.5rem;
    }

    .vibro-tech__icons-grid {
      grid-template-columns: repeat(3, 1fr);
      gap: 1rem;
      margin-bottom: 0;
    }

    .vibro-tech__icon {
      width: 50px;
      height: 50px;
      margin-bottom: 0.5rem;
    }

    .vibro-tech__icon-text {
      font-size: 0.7rem;
      line-height: 1.3;
    }

    /* Hide button on mobile */
    .vibro-tech__button-wrapper {
      display: none;
    }
    .vibro-tech__section .vibro-tech__container{
      flex-wrap: wrap;
      margin: 0 20px;
    }
  }

  @media (max-width: 480px) {
    .vibro-tech__section {
      padding: 1.5rem 1rem;
    }

    .vibro-tech__heading {
      font-size: 1.1rem;
      margin-bottom: 0.5rem;
    }

    .vibro-tech__subheading {
      font-size: 0.8rem;
      margin-bottom: 1.25rem;
    }

    .vibro-tech__icons-grid {
      grid-template-columns: repeat(3, 1fr);
      gap: 0.75rem;
    }

    .vibro-tech__icon {
      width: 45px;
      height: 45px;
      margin-bottom: 0.4rem;
    }

    .vibro-tech__icon-text {
      font-size: 0.65rem;
    }
  }

  .body-parts-section {
    padding: 20px 0;
    background-color: #fff;
    text-align: center;
    max-width: 1440px;
    margin: auto;
}

  .body-parts-section h2 {
    font-size: 30px;
    font-weight: 500;
    color: #000;
    margin-bottom: 30px;
  }

  .body-parts-swiper-container {
    width: 100%;
    overflow: hidden;
  }

  .body-parts-swiper {
    width: 100%;
    padding: 0;
  }

  .body-parts-swiper-slide {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: auto;
  }

  .body-parts-slide-figure {
    margin: 0;
    width: 100%;
    position: relative;
  }

  .body-parts-slide-image {
    width: 100%;
    height: auto;
    object-fit: contain;
    display: block;
    border-radius:10px;
  }

  .body-parts-slide-label {
    margin: 1rem 0 0 0;
    font-size: 1rem;
    font-weight: 400;
    color: #333;
  }

  /* Mobile Styles */
  @media (max-width: 767px) {
    /* .body-parts-section {
      padding: 1.5rem 1rem;
    } */

    .body-parts-section h2 {
      font-size: 1.5rem;
      margin-bottom: 1.5rem;
    }

    .body-parts-swiper {
      margin: 0 -1rem;
    }

    .body-parts-swiper-slide {
      width: 130% !important;
    }
    .body-parts-slide-image{
      max-height:311px !important;
      max-width:311px !important;
    }
    .body-parts-slide-label {
      font-size: 0.9rem;
      margin-top: 0.75rem;
      position: absolute;
      bottom: 0;
      left: 0;
      {% comment %} margin: 0; {% endcomment %}
      display: flex;
      align-items: center;
      {% comment %} font-size: 20px; {% endcomment %}
      font-weight: 400;
      width: 100%;
      height: 38px;
      box-sizing: border-box;
      padding-left: 15px;
      text-transform: capitalize;
      background: linear-gradient(90deg, #cbe0ef80 -6.77%, #cbe0ef00 74.65%), #ffffff80;
    }
  }

  /* Desktop Styles */
  @media (max-width: 768px) {
    .body-parts-section {
      padding: 3rem 2rem;
    }

    /* .body-parts-section h2 {
      font-size: 2.5rem;
      margin-bottom: 2.5rem;
    } */

    .body-parts-swiper-slide {
      /* width: auto !important; */
      /* max-width: 200px; */
    }

    .body-parts-slide-label {
      font-size: 1.1rem;
      margin-top: 1.25rem;
      position: absolute;
      bottom: 0;
      left: 0;
      margin: 0;
      display: flex;
      align-items: center;
      {% comment %} font-size: 20px; {% endcomment %}
      font-weight: 400;
      width: 100%;
      height: 38px;
      box-sizing: border-box;
      padding-left: 15px;
      text-transform: capitalize;
      background: linear-gradient(90deg, #cbe0ef80 -6.77%, #cbe0ef00 74.65%), #ffffff80;
    }
  }
  .btn-wrap .vibrobuff-btn{
    font-size:18px;
  }
  .body-parts-slide-label {
    margin: 1rem 0 0 0;
    font-size: 1rem;
    font-weight: 400;
    color: #333;
    position: absolute;
    bottom: 0;
    left: 0;
    display: flex;
    align-items: center;
    width: 100%;
    height: 38px;
    box-sizing: border-box;
    padding-left: 15px;
    text-transform: capitalize;
    background: linear-gradient(90deg, #cbe0ef80 -6.77%, #cbe0ef00 74.65%), #ffffff80;
  }
  .vibro-main-swiper .swiper-slide{
    height: 392px;
  }
  @media(max-width:767px){
    .vibro-tech__image-wrapper{
      width: 100%;
    }
    .vibro-tech__content{
      width:100%
    }
    .vibro-tech__icon-item {
    display: flex;
    flex-direction: column;
    text-align: center;
    justify-content: center;
   }
   .vibro-tech__icon {
    width: 75px;
    height: 75px;
    margin-bottom: 0;
  }
   .vibro-tech__icon-text {
    font-size: 15px;
  }
   .vibro-tech__heading {
    max-width: 280px;
 }
  }