@charset "utf-8";

    .product-container {
      display: flex;
      gap: 30px;
      width: 100%;
      justify-content: space-between;
    }

    .product-dtl-pics {
      display: flex;
      width: 48%;
    }

    .product-page-container {
      display: flex;
      gap: 20px;
    }

    .thumbnails {
      width: 90px;
      display: flex;
      flex-direction: column;
      gap: 10px;
    }

    .thumbnail-img {
      width: 70px;
      border: 1px solid #ddd;
      cursor: pointer;
    }

    .thumbnail-img.active {
      border-color: #000;
    }

    .main-gallery-area img {
      width: 100%;
      display: block;
      cursor: zoom-in;
      transition: opacity .3s;
    }

    .product-dtl-content {
      width: 48%;
      position: relative;
    }

    .img-magnifier-result {
      position: absolute;
      inset: 0;
      border: 1px solid #ddd;
      background-repeat: no-repeat;
      background-size: 200%;
      display: none;
      background-color: #fff;
    }

    .lightbox {
      position: fixed;
      inset: 0;
      background: rgba(0, 0, 0, .85);
      display: none;
      align-items: center;
      justify-content: center;
      z-index: 9999;
    }

    .lightbox img {
      max-width: 90%;
      max-height: 90%;
    }

    .lb-close {
      position: absolute;
      top: 20px;
      right: 25px;
      color: #fff;
      font-size: 30px;
      cursor: pointer;
    }

    @media(max-width:768px) {
      .product-container {
        flex-direction: column;
      }

      .product-dtl-content {
        width: 100%;
      }

      .img-magnifier-result {
        display: none !important;
      }
    }

    .abt-container {
      z-index: 99;
    }







    .product-container-details {
      background: #fff;
      padding: 25px;
      margin: auto;
      border-radius: 8px;
      width: 100%;
    }

    .product-title {
      font-size: 28px;
      font-weight: 500;
      color: #333;
    }

    .category {
      color: #333;
      font-size: 0.875em;
      margin: 10px 0;
    }

    .category span {
      color: #333;
    }

    .rating-dtl {
      padding: 10px 0;
      display: flex;
      align-items: center;
      border-top: 1px solid #eee;
    }

    .stars {
      color: #4caf50;
      font-size: 18px;
      letter-spacing: 2px;
    }

    .star-gray {
      color: #ccc;
    }

    .count {
      color: #666;
      margin-left: 10px;
    }

    .price-section {
      display: flex;
      align-items: center;
      gap: 15px;
      padding: 25px 0px;
      border-top: 1px solid #eee;
      border-bottom: 1px solid #eee;
    }

    .current-price {
      font-size: 2.375em;
      color: #388e3c;
      font-weight: 500;
      display: flex;
      align-items: flex-start;
    }

    .current-price i {
      font-size: 0.6em !important;
      color: #666;
      margin-top: 6px;
      margin-right: 5px;
      font-weight: 600;
    }

    .mrp-dtl {
      color: #333;
      font-size: 1.125em;
      text-decoration: line-through;

    }

    .discount-dtl {
      background-color: #4caf50;
      color: white;
      padding: 0px 10px;
      border-radius: 4px;
      font-size: 14px;
      font-weight: bold;
      height: 36px;
      line-height: 36px;
    }

    .stock-status {
      color: #388e3c;
      padding: 25px 0px;

      font-size: 0.95em;
      font-family: 'UlagadiSans';
      line-height: 1.7;
      font-weight: 500;
      border-bottom: 1px solid #eee;
    }



    .features-grid {
      display: flex;
      gap: 10px;
      margin: 40px 0px;
      justify-content: flex-start;

    }

    .feature-item {
      margin-right: 52px;
      text-align: center;
    }

    .feature-item i {
      font-size: 24px;
      color: #333;
      margin-bottom: 8px;
    }

    .feature-item p {
      font-size: 0.875em;
      color: #444;
      font-family: 'UlagadiSans';
      line-height: 1.7;
    }

    .quantity-section {
      display: flex;
      align-items: center;
      gap: 20px;
      margin-bottom: 35px;
      font-size: 0.875em;
      color: #444;
      font-family: 'UlagadiSans';
      line-height: 1.7;
    }

    .qty-selector {
      display: flex;
      align-items: center;
      border-radius: 4px;
    }

    .qty-btn {
      border: none;
      background: #e0e0e0;
      padding: 8px 12px;
      cursor: pointer;
      font-size: 18px;
    }

    .qty-selector input {
      width: 40px;
      text-align: center;
      border: none;
      background: transparent;
      font-weight: bold;
    }

    .button-group {
      display: block;
      gap: 15px;
    }

    .btn {
      flex: 1;
      border: none;
      font-weight: bold;
      cursor: pointer;
      font-size: 16px;
      width: 172px;
      height: 40px;
      display: flex;
      justify-content: center;
      align-items: center;
      float: left;
      margin-right: 15px;
    }

    .btn-buy {
      background-color: #3fb55c;
      color: white;
    }

    .btn-cart {
      background-color: #1e74ba;
      color: white;
    }

    @media (max-width: 480px) {
      .features-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
      }

      .button-group {
        flex-direction: column;
      }
    }

    .product-dtl-title {
      font-weight: normal;
      font-size: 1.5em;
      font-family: 'UlagadiSans';
      color: #282828;
      width: 100%;
      text-align: left;
    }



    .tabs {
      display: flex;
      gap: 10px;
      margin-bottom: 65px;
      justify-content: center;
      padding-top: 35px;
      border-top: 1px solid #eee;
    }

    .tab-btn {
      padding: 10px 20px;
      border: 1px solid #ccc;
      background: #fff;
      cursor: pointer;
      font-weight: normal;
      font-size: 1em;
      font-family: 'UlagadiSans';
    }

    .tab-btn.active {
      background: linear-gradient(to right, #41b35d, #b8d445);
      color: #fff;
      border-color: #4CAF50;
      position: relative;
    }

    .tab-btn.active::after {
      content: "";
      position: absolute;
      bottom: -8px;
      left: 50%;
      transform: translateX(-50%);
      border-left: 8px solid transparent;
      border-right: 8px solid transparent;
      border-top: 8px solid #4CAF50;
    }

    .tab-content {
      display: none;
    }

    .tab-content.active {
      display: block;
    }

    .content-grid {
      display: flex;
      gap: 40px;
    }

    .left,
    .right {
      flex: 1;
    }

    .details {
      border-top: 1px solid #eee;
      margin-top: 25px;
      padding-top: 20px;
    }

    .detail-row {
      display: flex;
      padding: 12px 0;
      border-bottom: 1px solid #eee;
    }

    .detail-row span:first-child {
      width: 200px;
      font-weight: 600;
    }

    .about-list {
      list-style: none;
      padding: 0;
    }

    .about-list li {
      gap: 10px;
      margin-bottom: 15px;
      font-size: 1em;
      color: #333;
      font-weight: normal;
      line-height: 1.7;

    }

    .about-list li strong {
      text-transform: uppercase;
      color: #37ae4a;
      white-space: nowrap;
      font-weight: normal;
    }

    .about-list li::before {
      content: "●";
      color: #8BC34A;
      font-size: 14px;
      margin-top: 2px;
      margin-right: 5px;
    }

    @media(max-width:768px) {
      .content-grid {
        flex-direction: column;
      }

      .detail-row span:first-child {
        width: 140px;
      }
    }

    .product-description {
      width: 100%;
      height: auto;
      font-size: 1.25em;
      color: #212121;
      line-height: 1.5;
      font-weight: normal;
      font-family: 'UlagadiSans';
    }

    .product-description-sub {
      font-weight: normal;
      font-family: 'UlagadiSans';
      font-size: 1.25em;
      color: #333;
      margin-bottom: 25px;
    }

    .left {
      border-right: 1px solid #eee;
    }

    .product-details-wrap {
      width: 100%;
      height: auto;
      margin-top: 35px;
      padding-bottom: 80px;
    }

    .detail-row span {
      color: #333;
      font-size: 1em;
      font-family: inherit;
    }




    .product-info-review{
      font-weight: normal;
  font-size: 1.5em;
  font-family: 'UlagadiSans';
  color: #282828;
  width: 100%;
  text-align: left;
    }

    .review-form {
      margin: 30px 0;
      padding: 20px;
      border: 1px solid #ddd;
      border-radius: 8px;
    }

    .review-form input,
    .review-form textarea {
      width: 100%;
      margin: 10px 0;
      padding: 10px;
      border: 1px solid #ccc;
      border-radius: 5px;
    }

    .star-rating {
      direction: rtl;
      display: inline-block;
    }

    .star-rating input {
      display: none;
    }

    .star-rating label {
      font-size: 30px;
      color: #ccc;
      cursor: pointer;
    }

    .star-rating input:checked~label,
    .star-rating label:hover,
    .star-rating label:hover~label {
      color: #f39c12;
    }

    .button-submit {
      background: linear-gradient(to right, #41b35d, #b8d445);
      color: white;
      border: none;
      padding: 10px 20px;
      cursor: pointer;
      border-radius: 5px;
      font-size: 16px;
    }

    .button-submit:hover {
      background-color: #219150;
    }

    .review-card {
      border-bottom: 1px solid #eee;
      padding: 15px 0;
    }

    .review-card h5 {
      margin: 0;
      font-size: 1.125em;
      font-weight: normal;
    }

    .stars {
      color: #f39c12;
      font-size: 14px;
    }




    .product-page-container {
    display: flex;
    gap: 15px;
    align-items: flex-start; 
}

.thumbnails {
    display: flex;
    flex-direction: column;
    gap: 10px;
    
    max-height: 620px; 
    
    overflow-y: auto;
    padding-right: 5px;
    flex-shrink: 0; 
}

.thumbnail-img {
    width: 80px;
    height: 80px; 
    object-fit: cover;
    cursor: pointer;
    border: 1px solid #ddd;
}

.main-gallery-area {
    flex: 1;
}

#main-product-img {
    width: 100%;
    height: 620px; 
    object-fit: contain;
    border: 1px solid #eee;
}

.thumbnails::-webkit-scrollbar {
    width: 4px;
}
.thumbnails::-webkit-scrollbar-thumb {
    background: #888;
    border-radius: 4px;
}


@media (max-width:992px) {
  .product-dtl-pics{ width: 100%;}
.product-dtl-content{ width: 100%;}
.feature-item{ margin-right: 0%;}
.features-grid{ justify-content: space-between;}

.product-page-container {
    flex-direction: column;
    width: 95%;
    margin: 20px auto;
    gap: 10px;
  }
    .thumbnails {
    order: 2;
    flex-direction: row;
    height: auto;
    width: 100%;
    overflow-x: scroll;
    padding: 10px 0;
  }

  .main-gallery-area {
  display: flex;
  flex-grow: 1;
  flex-direction: column;
}
#main-product-img{ height: auto;}
.btn{ width: 140px;}
}
 