:root {
    --text-50: hsl(0, 0%, 60%);
    --text-100: hsl(0, 0%, 50%);
    --text-200: hsl(0, 0%, 48%);
    --text-300: hsl(0, 0%, 45%);
    --text-400: hsl(0, 0%, 40%);
    --text-500: hsl(0, 0%, 18%);
    --text-600: hsl(0, 0%, 15%);
    --text-700: hsl(0, 0%, 13%);
    --text-800: hsl(0, 0%, 10%);
    --text-900: hsl(0, 0%, 8%);
    --text-950: hsl(0, 0%, 5%);


--background: hsl(0, 0%, 100%);


--primary-50: hsl(51, 100%, 95%);
--primary-100: hsl(49, 100%, 90%);
--primary-200: hsl(50, 100%, 80%);
--primary-300: hsl(50, 100%, 70%);
--primary-400: hsl(50, 100%, 60%);
--primary-500: hsl(50, 100%, 50%);
--primary-600: hsl(50, 100%, 45%);
--primary-700: hsl(50, 100%, 44%);
--primary-800: hsl(50, 100%, 43%);
--primary-900: hsl(51, 100%, 42%);
--primary-950: hsl(48, 100%, 41%);

--secondary-50: hsl(46, 100%, 95%);
--secondary-100: hsl(46, 100%, 90%);
--secondary-200: hsl(46, 100%, 80%);
--secondary-300: hsl(46, 100%, 70%);
--secondary-400: hsl(46, 100%, 60%);
--secondary-500: hsl(46, 100%, 50%);
--secondary-600: hsl(46, 100%, 40%);
--secondary-700: hsl(46, 100%, 30%);
--secondary-800: hsl(46, 100%, 20%);
--secondary-900: hsl(46, 100%, 10%);
--secondary-950: hsl(46, 100%, 5%);

--accent-50: hsl(0, 0%, 95%);
--accent-100: hsl(0, 0%, 90%);
--accent-200: hsl(0, 0%, 80%);
--accent-300: hsl(0, 0%, 70%);
--accent-400: hsl(0, 0%, 60%);
--accent-500: hsl(0, 0%, 50%);
--accent-600: hsl(0, 0%, 40%);
--accent-700: hsl(0, 0%, 30%);
--accent-800: hsl(0, 0%, 20%);
--accent-900: hsl(0, 0%, 10%);
--accent-950: hsl(0, 0%, 5%);


}

.breadcrumb li {
    font-size: 12px;
    font-weight: 600;
    color: var(--text-500);
}

.product-img-container {
    width: 55%;
}

.product-info-container {
    width: 45%;
    padding: 1rem;
}

.thumbnails {
    display: flex;
    margin: 1rem auto 0;
    padding: 0;
    justify-content: start;
    flex-direction: column;
    overflow-y: auto;
    gap: 10px;
  }
  .reviews-section .form-select{min-width:130px !important;}
.buy_now {
    font-size: 14px;
    background: transparent;
    color: #000;
    border: 0 !important;
    border: solid 1px #000 !important;
    padding: 9px 10px;
}
#services.product-service{background-color:transparent;margin-top:50px;margin-bottom:30px;}
#services.product-service .ser-card {
    gap: 20px;
    flex-direction: column;
    text-align: center;
}
#services.product-service .ser-card .ser-text{font-size:18px;}
#services.product-service .ser-card .ser-text br{display:none;}
  .thumbnail {
    width: 70px;
    height: 70px;
    overflow: hidden;
    list-style: none;
    margin: 0 0.2rem;
    cursor: pointer;
    opacity: 0.6;
    border-radius: 0.3rem;
    flex-shrink: 0;
  }
  

  .thumbnail.is-active {
    opacity: 1;
  } 

  .thumbnail img {
    width: 100%;
    height: auto;
  }

  #main-carousel {
    width: 650px;
  }

  .main-image {
   max-width: 650px;
    overflow: hidden;
  }

  .main-image img {
  min-width: 400px;
  height: 650px;
  aspect-ratio: 1;
  max-width: 100%;
  max-height: 100%;
  width: 650px;
  object-fit: cover;
  padding: 0  8px;
  border-radius: 1rem;
  }


  .main-pr-badge {
    top: 10px;
    left: 10px;
    background-color: var(--background);
    border-radius: 0.5rem;
    padding: 0.2rem 0.4rem;
    
  }

  .single-pr-title {
    margin: 0.4rem 0;
    font-size: 28px;
    line-height: normal;
    letter-spacing: -1.12px;
    color: #1a2024!important;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-weight: 700;
  }

  .pr-more-info {
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    
    
    text-align: left;
    color: #4a5157;
    display: block;
  }

  .pr-final-price {
    font-size: 22px;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: -1.12px;
    color: #1a2024;
  }

  .pr-initial-price {
    text-decoration: line-through;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.14;
    letter-spacing: normal;
    text-align: left;
    color: #4a5157;
  }

  .pr-percent {
    margin: 0 10px 0 0;
    font-weight: 600;
    font-size: 14px;
    color: #00C68C;
  }

  .color-option-selector {
    display: flex;
    gap: 10px;
    padding-block: 8px;
    flex-direction: column;
    margin-top: 4px;
  }

  .color-option-text {
    font-size: 14px;
    color: #1a2024;
    font-weight: bold;
    
  }

  .color-swatch-list {
    display: flex;
    justify-content: flex-start;
    gap: 15px;
    row-gap: 10px;
    flex-wrap: wrap;
  }

  .color-swatch {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: max-content;
  
  }

 .color-swatch label {
    position: relative;
    display: block;
    cursor: pointer;
    border: 1px solid #ccc;
    border-radius: 50%;
    background-size: cover;
    background-position: center;
    width: 50px;
    height: 50px;
    border-radius: 5px;
}

  .color-swatch >input:checked + label {
    border: 2px solid white;
    box-shadow: 0px 0px 1px 1px #f4c730!important;
  }

 

  .color-swatch.isdisabled {
    opacity: 0.5;
    order: 2;
  }

  .pr-delivery-container {
    margin-top: 12px;
    width: 60%;
    border-radius: 10px;
    background: #F2F5F9;
    padding: 10px 16px;
  }
 .pincode::placeholder {
    color: #000;
    font-size: 14px;
}
.change-btn {
    background: #000;
    color: #fff;
    border: none;
    border-radius: 8px;
    padding: 4px 32px;
    font-size: 12px;
    cursor: pointer;
    width: fit-content;
    height: auto;
}

  .change-btn:hover {
    background-color: #4a5157;
    color: #fff;
   }

   .pr-delivery-date {
    font-weight: 700;
    font-size: 14px;
   }

   .delivery-cost {
    color: #00C68C;
   }
.add-to-cart-container {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
    border: 1px solid #D6E4FA;
    padding: 10px;
    border-radius: 10px;
    max-width: 500px;
}

   .pr-add-to-cart {
    display: flex;
    justify-content: center;
    border-radius: 10px;
    background-color: #1a2024;
    color: var(--background);
    min-height: 40px;
    align-items: center;
    font-weight: 500;
    font-size: 16px;
    gap: 10px;
    cursor:pointer;
   }

   .mobile-cart-btn {
    bottom: 10%;
    width: 90%;
   left: 5%;
    background-color: #1a2024;
    padding: 1rem;
    border-radius: 1.5rem;
    z-index:1;
   }

   .pr-price-wrapper p {
    font-size: 12px;
    color: var(--text-100);
    font-weight: 500;
   }

   
.pdp-section.section-2 {
    margin-top: 30px;
}
.tech-specs-section {
    background: #f7fafc;
    padding: 30px 0px;
}

.tech-specs-section .specs-item {
    display: grid;
    width: 50%;
    float: left;
    margin-bottom: 28px;
    padding-right: 12px;
}

.tech-specs-section .specs-item .spec {
    font-size: 20px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.45;
    letter-spacing: normal;
    text-align: left;
    color: #1A2024 !important;
}

.tech-specs-section .specs-item .spec-type {
    font-size: 16px;
    font-weight: 300;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.81;
    letter-spacing: normal;
    text-align: left;
    color: #1A2024 !important;
}
.tech-specs-section .left-section .heading h2 {
    font-size: 58px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 45px;
    letter-spacing: -2.32px;
    color: #1A2024 !important;
}

.tech-specs-section .left-section .specs-items {
    margin-top: 41px;
}

.review-section-content {
  color: var(--text-900);
  background-color: var(--background);
  border: 0;
  margin: 0;
  padding: 4vw 16vw!important;
  line-height: 1.4;
}

h2.review-section-title {
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 2rem;
}

.review-section-summary {
  float: left;
}

.review-star {
  font-family: 'JudgemeStar';
  display: inline !important;
  text-decoration: none !important;
  /* padding: 0 4px 0 0 !important; */
  margin: 0 !important;
  font-weight: bold;
  opacity: 1;
  color: #f4c730;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.review-summary-text {
  line-height: 1.4;
}

.review-action-wrapper {
  float: right;
  text-align: right;
}

.review-action-wrapper > a {
  background: #f4f5f7;
  border: 1px solid #f4f5f7 !important;
  color: #1a2024 !important;
  font-size: 16px;
  font-weight: 600;
  padding: 5px 10px;
  text-align: center;
  display: inline-block;
  border-radius: 5px;
}

.review-history {
  float: right;
  padding: 4px 16px;
 
  margin: 0 24px;
  font-size: 12px;
  border-left: 1px solid #eee;
  border-right: 1px solid #eee;
}

.review-history-row {
  height: 16px;
  line-height: 16px;
  margin-bottom: 5px;
  display: flex;
  cursor: pointer;
  white-space: nowrap;
}


.review-history-row:last-of-type {
  margin-bottom: 0;
}

.review-history-bar {
  position: relative;
  display: inline-block;
  width: 120px;
  height: 100%;
  margin: 0 2px 0 4px;
  vertical-align: middle;
  box-shadow: inset 0 0 1px #666;
}

.review-history-percent {
  display: inline-block;
  width: 32px;
  vertical-align: middle;
}

.review-history-frequency {
  display: inline-block;
  margin-left: 3px;
  vertical-align: middle;
}

.review-clear-filter {
  display: none;
  margin-top: 8px;
  font-size: 14px;
}

.review-form-wrap {
  margin-top: 16px;
  border-top: 1px solid #eee;
}

.review-form  label {
  display: inline-block;
  margin-right: 3px;
  width: auto;
  margin: 20px 0 5px 0;
  line-height: 1;
}

.review-form  input {
  width: 100%;
  min-height: 2em;
  margin: 0;
  border: 1px solid #ddd;
}


.review-form textarea {
  width: 100%;
  border: 1px solid #ddd;
}

.picture-fieldset {
  width: 100%;
  padding: 0;
  white-space: nowrap;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

.picture-fieldset-box {
  position: relative;
  display: inline-block;
  cursor: pointer;
  margin: 0 5px 0 0;
  padding: 0;
  width: 30%;
  max-width: 150px;
  min-width: 90px;
}

.picture-fieldset-box-wrap {
  position: relative;
  padding-bottom: 100%;
  padding-bottom: calc(100% - 2px);
  border: 1px solid #eee;
  width: 100%;
  height: 0;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

.picture-fieldset-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  color: #bbb;
  
  font-size: 72px;
  line-height: 1;
}

.picture-fieldset-icon::before {
  content: '\e014';
}

.picture-upload-input {
  position: absolute;
  display: inline-block;
  width: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 0;
  padding: 0;
  margin: 0;
  font-size: 14px;
  visibility: visible;
  cursor: pointer;
}

.picture-delete {
  font-family: 'JudgemeIcons';
  position: absolute;
  right: 4px;
  top: 4px;
  text-align: center;
  z-index: 1;
  background: #fff;
  display: none;
  margin: auto 0;
  padding: 2px 4px 1px 5px;
  border-radius: 20px;
  box-shadow: 0px 2px 2px rgba(0,0,0,0.2);
  overflow: hidden;
}

.review-section-body {
  margin-top: 16px;
    padding-top: 16px;
    border-top: 1px solid #eee;
}

.single-review-body {
  float: left;
  width: calc(33.3% - 11px);
  padding: 0;
  margin: 0 10px 16px 0!important;
  border-radius: 2px;
  border: 1px solid;
  border-color: #e5e6e9 #dfe0e4 #d0d1d5;
  background: #fafafa;
  overflow: visible;
}

.single-review-body .single-review-pics {
  margin: -1px -1px 0 -1px;
  overflow: hidden;
}

.single-review-body .single-review-header  {
  margin: 0;
  padding: 12px 16px 0 16px;
}

.single-review-author {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.single-review-author > span {
  vertical-align: middle;
}

.single-review-badge {
  display: inline-block;
  color: #ffffff;
  background-color: rgb(33, 37, 41);
  padding: 3px 7px;
  font-size: 11px;
  line-height: 1;
  vertical-align: middle;
}
.single-review-badge::before {
  content: "Verified";
}

.review-star svg {
  width: 17px;
  height: 17px;
}

.single-review-content {
  padding: 12px 16px;
  overflow: hidden;
}

.single-review-content-body {
  overflow-wrap: break-word;
}

.single-review-content-body > p {
  font-size: 14px;
  font-weight: 500;
  max-width: 40ch;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 4;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}

.single-review-actions::after {
  content: '';
  clear: both;
  display: block;
}

.rev-social {
  float: left;
}

.rev-votes {
  float: right;
}

/* .form-star {
  display: inline-block;
  width: 20px;
  height: 20px;
  background-image: url();
}

.form-star svg {
  fill: none;
    stroke: #f4c730;
    stroke-width: 1.5;
    stroke-linecap: round;
    stroke-linejoin: round;
    transition: fill 0.3s;
}

.form-star:hover svg,
.form-star.active svg {
    fill: #f4c730; 
} */

.rating {
  width: 110px;
  direction: rtl;
  justify-content: flex-start;
}
.rating-icon {
  unicode-bidi: bidi-override;
  text-align: center;
}

.star {
  display: inline-block;
  margin: 0;
  font-size: 30px;
  color: #FFD700; /* Gold color */
}


.rating label {
  float: none;
  width: 30px;
  height: 30px;
  cursor: pointer;
  margin-top: 0 !important;
}
.rating label:not(:first-of-type) {
  padding-right: 2px;
}
.rating-review-select-page .rating label:before{display:none;}
.rating label:before {
  content: "\2605";
  font-size: 25px;
  gap: 5px;
  color: gray;
  line-height: 1;
}
.rating input {
  display: none;
}
.rating input:checked ~ label:before, .rating:not(:checked) > label:hover:before, .rating:not(:checked) > label:hover ~ label:before {
  color: #FFD700;
}


  @media (max-width: 768px) {
    #main-carousel {
        width: 100%;
      }

      .product-img-container {
        width: 100%;
    }

    .main-image img {
        height: 450px;
      }

      .thumbnails {
        display: none;
      }

      .product-info-container, .pr-delivery-container {
        width: 100%;
      }

      .breadcrumb {
        padding: 0.3rem 1rem
      }

      .tech-specs-section .specs-item .spec {
        font-size: 12px;
      }

      .tech-specs-section .specs-item .spec-type {
        font-size: 10px;
      }

      .tech-specs-section .left-section .heading h2 {
        font-size: 36px;
        font-weight: normal;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.02;
        letter-spacing: -1.76px;
        text-align: center;
    }

    .review-section-content {
      padding: 6vw !important;
    }

    .review-history { 
      margin: 15px 0px;
    }

    .review-action-wrapper {
      text-align: left;
    }
      
    
    
  }
.review-action-link{
background: #f4f5f7;
    border: 1px solid #f4f5f7 !important;
    color: #1a2024 !important;
    font-size: 16px;
    font-weight: 600;
    padding: 5px 10px;
    text-align: center;
    display: inline-block;
    border-radius: 5px;
}

.delivery-check {
  
}

.delivery-check h3 {
    font-size: 15px;
    margin-bottom: 10px;
    font-weight: 600;
}

.delivery-box {
    background: #F6F6F8;
    border-radius: 12px;
    padding: 17px 10px 17px 17px;
    display: flex;
    gap: 40px;
    align-items: center;
    max-width: 500px;
}

.delivery-left {
    display: flex;
    flex-direction: column;
    gap: 6px;
    width:70%;
}

.pincode-row {
    display: flex;
    align-items: center;
    gap: 14px;
    justify-content: space-between;
    border-bottom: 1px solid #8c8c8c;
    padding-bottom: 5px;
}

.pincode {
    font-size: 15px;
    color: #111;
    border: 0;
    outline: 0;
    background: transparent;
}



.delivery-text {
    font-size: 13px;
    display: flex;
    align-items: center;
    gap: 6px;
}

.delivery-text .free {
    color: #1a9b5c;
    font-weight: 600;
}

.delivery-text .sep {
    color: #999;
}

.delivery-text .date {
    color: #000;
    font-weight: 600;
}

.delivery-icon {
    width: 34px;
    height: 25px;
}
.prod-rewrad{margin-top:20px;}
.prod-rewrad .prod-rewrad-wrapper {
    
    max-width: 500px;
}

.prod-rewrad .prod-rewrad-title {
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 10px;
    color: #111;
}

.prod-rewrad .prod-rewrad-box {
    background: #f6f6f8;
    border-radius: 12px;
    padding: 14px 16px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.prod-rewrad .prod-rewrad-text {
    font-size: 14px;
    color: #070707;
    font-weight: 500;
}

.prod-rewrad .prod-rewrad-icon {
    font-size: 28px;
}
.prod-offer {

}

.prod-offer-title {
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 16px;
    margin-bottom:20px;
}

.prod-offer-cards {
    display: grid;
    gap: 16px;
    grid-template-columns: repeat(3, 1fr);
    max-width: 500px;
}

.prod-offer-card {
    position: relative;
    
   background: linear-gradient(180deg, #DFEFEA 0%, #A0DCC9 100%);
    border-radius: 14px;
    padding-top: 22px;
    text-align: center;
    border: 1px solid #399A7D;
}

.prod-offer-card::after {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 14px;
    border: 1px solid #bfe7d8;
    pointer-events: none;
}




.prod-offer-badge {
    position: absolute;
    top: -12px;
    left: 50%;
    transform: translateX(-50%);
    padding: 2px 12px;
    font-size: 12px;
    font-weight: 700;
    border-radius: 5px;
    color: #fff;
    width: max-content;
    z-index: 1;
}

.prod-offer-badge.green {
    background: #2F9567;
}

.prod-offer-badge.dark {
    background: #111;
}


.prod-offer-main {
    padding: 0px 14px 20px;
}

.prod-offer-buy {
    font-size: 16px;
    
    line-height: 1.2;
    color: #111;
}

.prod-offer-divider {
    height: 1px;
    background:#fff;
    margin: 10px 0;
}

.prod-offer-discount {
    font-size: 14px;
    font-weight: 600;
    color: #395b92;
    margin-bottom: 10px;
}

.prod-offer-code {
    font-size: 14px;
    color: #000;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    font-weight:700;
}

.prod-offer-code strong {
    font-weight: 700;
}

.prod-offer-copy {
    font-size: 15px;
    cursor: pointer;
    opacity: 0.7;
    display:flex;
}

.prod-offer-copy:hover {
    opacity: 1;
}
.prod-offer{margin-top:20px;} 

.featured-icons-row {
    display: flex;
    justify-content: space-between;
    gap: 24px;
    padding: 30px 20px;
    background: #f8f9f9;
    border-radius: 8px;
    flex-wrap: wrap;
    margin-top:20px;
}

.single-icon-box {
    flex: 1;
    min-width: 180px;
    text-align: center;
}

.featured-icon {
    width: 80px;
    height: 80px;
    background: #e6ebed;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 12px;
}

.featured-icon svg {
    width: 70px;
    height:70px;
}

.featured-icon-title {
    font-size: 15px;
    font-weight: 500;
    color: #000;
    line-height: 1.3;
}

.featured-icon-title span {
    display: inline-block;
}
.faq-section {
  padding: 40px 0;
  background: #ffffff;
}

.faq-title {
  text-align: center;
  font-size:36px;
  font-weight: 700;
  margin-bottom: 50px;
}

.faq-item {
  max-width: 900px;
  margin: 0 auto 18px;
  background: #f7f8f8;
  border-radius:7px;
  overflow: hidden;
}

.faq-question {
  width: 100%;
  background: transparent;
  border: none;
  padding: 0px 26px;
  font-size: 14px;
  font-weight: 500;
  text-align: left;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
}

.faq-question .icon {
  font-size: 26px;
  color: #8c8c8c;
  transition: transform 0.3s ease;
}

.faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease;
  padding: 0 26px;
}

.faq-answer p {
  margin: 0;
  padding-bottom: 22px;
  font-size: 15px;
  color: #555;
}

.faq-item.active .faq-answer {
  max-height: 200px;
}

.faq-item.active .icon {
  transform: rotate(45deg);
}
.reviews-section {
  background:#fff;
}

.rating-summary .stars,
.review-card .stars {
  color:#f5b301;
  font-size:18px;
}

.rating-bar {
  display:flex;
  align-items:center;
  gap:10px;
  margin-bottom:8px;
}

.rating-bar span {
  width:70px;
  color:#f5b301;
  font-size:14px;
}

.progress {
  flex:1;
  height:8px;
  background:#eee;
}

.progress-bar {
  background:#999;
}

.review-card {
  border:1px solid #eaeaea;
  padding:15px;
  border-radius:6px;
  background:#fff;
  height:100%;
}

.review-card h6 {
  font-weight:600;
  margin-top:8px;
}

.review-card .verified {
  font-size:12px;
  color:#000;
  margin:4px 0;
}

@media(max-width:767px){
  .delivery-left{width:100%;}
  .delivery-icon{display:none;}
  .prod-offer-cards{
    display: flex;
    overflow: hidden;
    overflow-x: auto;
    padding: 15px 0;
}
#services.product-service .ser-card {
    gap: 20px;
    flex-direction: column;
    text-align: center;
    min-width: 50%;
}
}