/** Shopify CDN: Minification failed

Line 122:2 Unexpected "}"
Line 195:5 Expected identifier but found "."
Line 202:5 Expected identifier but found "."
Line 273:7 Expected identifier but found "."
Line 279:7 Expected identifier but found "."
Line 292:7 Expected identifier but found "."

**/


/* CSS from section stylesheet tags */
.prd_accordion {
  max-width: 100%;
  margin: 20px auto;
  border: 1px solid #ddd;
  border-radius: 8px;
  overflow: hidden;
 
}

.prd_accordion-item {
  border-bottom: 1px solid #ddd;
}

.prd_accordion-header {
  width: 100%;
  background: #f8f8f8;
  padding: 15px;
  font-size: 16px;
  font-weight: bold;
  text-align: left;
  border: none;
  cursor: pointer;
  outline: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: background 0.3s ease;
  border-radius: 0px !important;
}

.prd_accordion-header:hover {
  background: #eee;
}

.prd_accordion-header .icon {
  font-size: 30px;
  transition: transform 0.3s ease;
}

.prd_accordion-content {
  max-height: 0;
  overflow: hidden;
  background: #fff;
  padding: 0 15px;
  transition: max-height 0.3s ease, padding 0.3s ease;
}

.prd_accordion-content p {
  margin: 10px 0;
}

.prd_accordion-item.active .prd_accordion-content {
  max-height: 100%;
  padding: 15px;
}

.prd_accordion-item.active .prd_accordion-header .icon {
  transform: rotate(180deg);
  content: "-";
}

/* *end***** */

.price_block {
    display: block;
}
.price_block {
    display: block !important;
margin: 0 auto;
}
.scroll-container-wrapper {
    overflow: hidden;
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch;
}
  .scroll-container-wrapper {
    overflow-x: auto;
    padding-bottom: 1rem;
  }

  .scrollable-products {
    display: flex;
    flex-wrap: nowrap;
    gap: 1rem;
    /* width: max-content; */
  }

  .carousel_product-card {
    flex: 0 0 auto;
   
     width: 24%;
    border: 1px solid #ddd;
    border-radius: 8px;
    padding: 0rem;
    text-align: center;
    background: #fff;
    position: relative;

  }

  .product-checkbox {
       margin-top: 0px;
     width: auto;
     display: inline-block;
     position: absolute;
     top: 8px;
     left: 12px;
}
  }
input.product-check {
    margin: 0px !important;
 
}
  .total-price-wrapper {
    margin-top: 1.5rem;
    font-size: 1.2rem;
    font-weight: bold;
    text-align: center;
  }

  .add-to-cart-button {
        margin: 0 auto;
    padding: 0.75rem 1.5rem;
    background: rgb(0 154 206);
    color: white;
    border: none;
    border-radius: 6px;
    cursor: pointer;
    width: 30%;
  }
h3.select_heading {
      margin: 5px;
   font-size: 15px;
    font-weight: 700;
}
h2.c_font.head_css {
  font-size: 55px;
    text-align: center;
    margin: 10px 0px;
    
}
  @media (max-width: 769px) {

   .add-to-cart-button {
   
    width: 50%;
  }
    h2.c_font.head_css {
  font-size: 20px;
    }
    .carousel_product-card {
      width: 200px;
    }
  }
  input.product-check:checked {
    accent-color: black !important;
}
.\.ak_right-sectionss, .user_guid {
    margin-top: 15px;
}
.rit_ak_container {
      display: flex;
      justify-content: space-between;
      align-items: center;
      width: 90%;
      /* min-height: calc(100vh + 100px);  */
      min-height: auto;
      padding: 2px;
      box-sizing: border-box;
      margin: 0 auto;
    }
.rit_ak_left-section h4 {
    font-size: 30px;
}
    /* Left side (table) */
    .rit_ak_left-section {
      width: 70%;
      padding: 20px;
    }

    /* Right side (video) */
    ..ak_right-sectionss {
      width: 30%;
      display: flex;
      justify-content: center;
      align-items: flex-start;
    }

    ..ak_right-sectionss video {
      width: 100%;
      height: auto;
    }

    .ak_usage-table {
      width: 100%;
      border-collapse: collapse;
      background: transparent;
    }

    .ak_usage-table th,
    .ak_usage-table td {
      border: 1px solid #333;
      text-align: left;
      vertical-align: top;
      padding: 20px;
      width: 50%;
    }

    /* Left column → remove left border */
    .ak_usage-table tr th:first-child,
    .ak_usage-table tr td:first-child {
      border-left: none;
    }

    /* Right column → remove right border */
    .ak_usage-table tr th:last-child,
    .ak_usage-table tr td:last-child {
      border-right: none;
    }

    .ak_usage-table th {
      font-size: 16px;
      font-weight: 200;
      text-align: center;
      padding: 15px;
    }

    .ak_usage-header {
      display: flex;
      align-items: center;
      gap: 10px;
      margin-bottom: 8px;
    }

    .ak_usage-img {
      width: 40px;
      height: 40px;
      border-radius: 50%;
      object-fit: cover;
    }

    .ak_usage-heading {
      font-weight: 100;
      font-size: 16px;
    }

    .ak_usage-text {
      font-size: 14px;
      line-height: 1.5;
      color: #333;
    }

    /* Tablet view */
    @media (max-width: 1024px) {
      .rit_ak_container {
        flex-direction: column;
        align-items: center;
      }

      ..ak_right-sectionss {
        order: 1;
        width: 100%;
        margin-bottom: 20px;
      }

      ..ak_right-sectionss video {
        height: 500px; /* Tablet view me video height kam kiya */
        object-fit: cover;
      }

      .rit_ak_left-section {
        order: 2;
        width: 100%;
      }
    }

    /* Mobile view */
    @media (max-width: 768px) {
      ..ak_right-sectionss video {
        border-radius: 10px;
      }
      .ak_usage-table,
      .ak_usage-table tr,
      .ak_usage-table th,
      .ak_usage-table td {
        display: block;
        width: 100%;
      }
      .ak_usage-table th,
      .ak_usage-table td {
        border-left: none !important;
        border-right: none !important;
      }
      .ak_usage-table th {
        text-align: left;
      }

      .ak_usage-table td {
        border-left: none !important;
        border-right: none !important;
        margin-bottom: 15px;
      }
    }