p {
    font-size: 18px;
    line-height: 140%;
    color: #3b3b3b;
  }

  .tb-hero-desc {
    text-align: left !important;
  }

  .tb-button {
    border-radius: 25px !important;
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.38);
    font-size: 15px !important;
    font-weight: 700 !important;
  }

  .tb-button:hover {
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.58);
  }

  .background-lightblue {
    background-color: #27a9d5 !important;
  }

  .background-lightblue:hover {
    background-color: #fff !important;
    color: #000 !important;
    box-shadow: 0px 1px 4px 2px rgba(0, 0, 0, 0.15);
  }

  .hero-img-section {
    display: flex;
    justify-content: flex-end;
  }

  .hero-img {
    width: 70%;
  }

  .tb-hero-heading{
    margin-top: 40px;
  }

  .tb-icon {
    width: 42px;
    height: auto;
    margin-left: 10px;
    margin-right: 10px;
  }

  .tb-hero-available-on-section{
    display: flex;
    padding-left: 10px;
  }

  .tb-hero-available-on-btn-container{
    display:flex; 
    justify-content: center; 
    margin: 28px 0 22px 15px;
  }

  .wd-entities-title{
  }

  .wd-product-cats{
    display: none !important;
  }

  .wd-product-sku{
    display: none !important;
  }

  p.stock.wd-style-default:is(.available-on-backorder,.in-stock){
  }

  p.stock.wd-style-default.in-stock:before {
    color: var(--color-primary) !important;
  }

  .wd-product.wd-hover-fw-button .wd-add-btn>a{
    background-color: var(--color-primary) !important; 
  }

  @media (min-width: 765px) {
    .tb-icon {
      width: 60px;
      height: auto;
      margin-left: 10px;
      margin-right: 10px;
    }
  }

@media (max-width: 580px) {
    .hero-img-section {
      flex-direction: column-reverse;
    }

    .tb-hero-mobile-button {
      width: auto !important;
      text-transform: uppercase;
      text-align: center;
    }

    .tb-hero-mobile-button-shop-now {
      padding: 10px 66px !important;
    }

    .tb-hero-mobile-button-consultation {
      padding: 10px 28px !important;
    }

    .tb-hero-heading{
        margin-top: -10px;
    }

    .h1-trail {
      font-size: 35px;
      text-align: center;
    }

    .tb-hero-desc {
      text-align: center !important;
    }
    .tb-hero-mobile-container {
      gap: 10px;
    }

    .tb-icon {
        width: 60px;
        height: auto;
        margin-left: 10px;
        margin-right: 10px;
      }

    .responsive .title {
        font-size: 6vw;
    }
    .responsive .text {
        font-size: 5vw;
    }

    .tb-icon {
        width: 28px;
        height: auto;
      }

      .woocommerce .wd-products-element {
        margin: 0 10px !important;
      }

      .wpb_video_widget .wpb_video_wrapper>div {
        display: flex !important;
        align-content: center !important;
        justify-content: center !important;
        flex-wrap: wrap !important;
    }

      .wpb_video_wrapper .button-play {
        position: static !important;
        width: 45px !important;
        height: 45px !important;
      }

      .wpb_video_wrapper .button-play:after {
        font-size: 20px !important;
      }

      .tb-hero-available-on-section{
        display: flex;
        flex-direction: column;
        padding-left: 0px;
      }

      .tb-hero-available-on-btn-container{
        display:flex; 
        justify-content: center; 
        margin: 12px 0 22px 15px;
      }

  }
  
  #sb_instagram svg:not(:root).svg-inline--fa {
    display: none !important;
  }

  .woocommerce .wd-products-element {
    display: flex !important;
    justify-content: center !important;
  }
  .wd-products[class*="wd-stretch-cont"] {
    width:70% !important;
  }


  .tb-kids-battery-timeline-img {
    width: 720px;
  }

  .tb-kids-battery-section {
    display: flex;
    align-items: center;
  }

  .tb-kids-battery-section-responsive {
    /* Default desktop styling */
    font-size: 24px;
    line-height: 1.1;
  }

  .tb-kids-battery-section-responsive .title {
    font-size: 22px; /* Adjust font size relative to viewport width */
  }

  .tb-kids-battery-section-responsive .text {
    font-size: 16px;
  }

  /* Responsive adjustments for tablets and small screens */
  @media (max-width: 768px) {
    .tb-kids-battery-section-responsive .title {
      font-size: 5vw;
    }
    .tb-kids-battery-section-responsive .text {
      font-size: 0.8vw;
    }
  }

  /* Responsive adjustments for mobile screens */
  @media (max-width: 580px) {
    .tb-kids-battery-section-responsive .title {
      font-size: 4vw;
    }

    .tb-kids-battery-section-responsive .text {
      font-size: 3vw;
      line-height: 1;
    }
    .tb-kids-battery-section {
      flex-direction: column-reverse;
    }
    .wd-products[class*="wd-stretch-cont"] {
      width:100% !important;
    }
  }

  .tb-kids-battery-timeline-img {
    width: 100%;
  }





  /* Colors classes */

  .tb-color-primary {
    color: var(--color-lightblue) !important; /* Primary text color */
    font-weight: bold !important;
}

.tb-color-secondary {
    color: var(--color-white) !important; /* Secondary text color */
}

.tb-color-heading {
    color: var(--color-heading-text) !important; /* Heading color */
}

.tb-color-paragraph {
    color: var(--color-paragraph-text) !important; /* Paragraph color */
}

/* Background Colors */
.tb-bg-color-primary {
    background-color: var(--color-lightblue) !important; /* Primary background color */
}

.tb-bg-color-secondary {
    background-color: var(--color-white) !important; /* Secondary background color */
}


  /* Button Styles */
.tb-btn-primary {
    background-color: var(--color-primary) !important;
    color: var(--color-white) !important;
}

.tb-btn-primary:hover {
    background-color: var(--color-hover) !important;
    color: var(--color-hover-text) !important;
    box-shadow: 0 8px 16px var(--color-hover-shadow) !important;
}

.tb-hero-button-padding-adjustment{
    padding: 12px 20px 0px 20px !important;
}



/* Instagram feed plugin customization */

#sb_instagram .sbi_follow_btn a, #sb_instagram .sbi_follow_btn a, #sb_instagram #sbi_load .sbi_load_btn {
  border-radius: 25px !important;
  padding: 10px 20px !important;
  font-size: 14px !important;
}

#sb_instagram #sbi_load {
  margin-top: 20px !important;
}