
  .htp-carousel-wrapper {
    padding: 0 40px;
    overflow: hidden;
  }
  .htp-carousel-container {
    overflow: hidden;
  }
  .htp-carousel-slide {
    display: flex;
    transition: transform 0.3s ease-in-out;
    gap: 15px;
  }
  .htp-carousel-slide .htp-carousel-item {
    min-width: calc(50% - 10px);
    border: 1px solid #bfbfbf;
    border-radius: 10px;
    justify-items: center;
    position: relative;
    margin-top: 20px;
  }
  .htp-bagde {
    background: linear-gradient(90deg, rgba(56, 81, 109, 1) 0%, rgba(73, 103, 136, 1) 100%);
    color: #ffffff;
    border-radius: 10px;
    position: absolute;
    top: -20px;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 40px;
    padding: 0 20px;
    z-index: 1;
  }
  .htp-header {
    background-color: #ebebeb;
    border-radius: 10px 10px 0 0;
    padding: 30px 20px 20px 20px;
    width: 100%;
    position: relative;
  }
  .htp-content {
    padding: 0 20px;
    width: 100%;
  }
  .htp-price {
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
  }
  .htp-price > div:nth-of-type(1) {
    color: #8d8d8d;
    border-bottom: 1px solid #707070;
  }
  .htp-price > div:nth-of-type(1) > p {
    margin-bottom: 0;
    font-size: 12px;
  }
  .htp-price > div:nth-of-type(1) > strong {
    font-size: 22px;
    font-weight: 600;
  }
  .htp-price > div:nth-of-type(2) {
    color: #c60d0d;
    border-bottom: 1px solid #ff1414;
  }
  .htp-price > div:nth-of-type(2) > p {
    margin-bottom: 0;
    font-size: 12px;
  }
  .htp-price > div:nth-of-type(2) > div {
    font-size: 22px;
    font-weight: 600;
    display: flex;
    align-items: center;
  }
  .htp-price > div:nth-of-type(2) svg {
    transform: rotate(-40deg);
    width: 24px;
    height: auto;
  }
  .htp-content > ul {
    margin: 20px 0;
    list-style-image: url("/wp-content/uploads/2026/02/svgviewer-output-2f025b.svg");
  }
  .htp-content > ul > li {
    margin-bottom: 8px;
    font-size: 15px;
  }
  .htp-content > .lifetime-warranty {
    padding: 10px 0;
    color: #ffffff;
    font-weight: 600;
    border-radius: 10px;
    margin-bottom: 20px;
    display: flex;
    justify-content: center;
    gap: 10px;
    align-items: center;
    background: linear-gradient(90deg, rgba(172, 240, 142, 1) 0%, rgba(117, 208, 77, 1) 100%);
  }
  .htp-header > p {
    margin: 0;
    font-size: 18px;
    font-weight: 600;
    color: #496788;
  }
  .htp-header > span {
    position: absolute;
    right: 5px;
    bottom: 5px;
    padding: 0 4px;
    border-radius: 6px;
    font-weight: 500;
    font-size: 14px;
    background: #88755d;
    color: #ffffff;
  }
  .htp-carousel-dots {
    display: flex;
    justify-content: center;
    gap: 10px;
    margin-top: 20px;
  }
  .htp-dot {
    width: 20px;
    height: 20px;
    background-color: transparent;
    border-radius: 5px;
    cursor: pointer;
    border: 1px solid #38516d;
    transition: transform 0.3s;
  }
  .htp-dot.active {
    opacity: 1;
    transform: scale(1.1);
    background-color: #38516d;
  }
  .htp-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-color: transparent;
    color: #38516d;
    cursor: pointer;
    padding: 5px;
    user-select: none;
  }
  .htp-btn > svg {
    width: 26px;
    height: auto;
  }
  .htp-btn:hover {
    background-color: transparent;
  }
  .htp-btn:focus {
    background-color: transparent;
  }
  .htp-prevBtn {
    left: 0;
  }
  .htp-nextBtn {
    right: 0;
  }
  @media (max-width: 768px) {
    .htp-carousel-wrapper {
      padding: 0 0 40px 0;
    }
    .htp-carousel-slide .htp-carousel-item {
      min-width: 100%;
    }
    .htp-btn {
      top: auto;
      height: max-content;
      transform: none;
    }
    .htp-prevBtn {
      bottom: 0;
      left: calc(50% - 40px);
    }
    .htp-nextBtn {
      bottom: 0;
      right: calc(50% - 40px);
    }
  }

  @media (min-width: 768px) {
    .hide-in-desktop {
      display: none;
    }
  }
  @media (max-width: 768px) {
    .hide-in-mobile {
      display: none;
    }
  }
