 #show-more-content {
    overflow: hidden;
    height: 55px;
    transition: height 0.6s ease;
  }

  /* Modern Button Styles */
  .btn-add-to-cart-modern {
    width: 100%;
    padding: 12px 20px;
    background: #fff;
    border: 2px solid #2d8659;
    color: #2d8659;
    border-radius: 8px;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    transition: all 0.3s ease;
    cursor: pointer;
  }

  .btn-add-to-cart-modern:hover {
    background: #2d8659;
    color: #fff;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(45, 134, 89, 0.3);
  }

  .btn-buy-now-modern {
    width: 100%;
    padding: 12px 20px;
    background: linear-gradient(135deg, #2d8659 0%, #3a9d6f 100%);
    border: none;
    color: #fff;
    border-radius: 8px;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    transition: all 0.3s ease;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 15px rgba(45, 134, 89, 0.3);
  }

  .btn-buy-now-modern:hover {
    background: linear-gradient(135deg, #3a9d6f 0%, #2d8659 100%);
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(45, 134, 89, 0.4);
  }

  /* Quantity Controls Styling for Product Details */
  #add-to-cart-btn .b_e9bf {
    width: 100%;
    justify-content: center;
    margin-bottom: 0;
  }

  #add-to-cart-btn .b_e9bf .plu_ic {
    flex: 0 0 auto;
  }

  #add-to-cart-btn .b_e9bf .b_g9bf {
    flex: 0 0 auto;
    min-width: 35px;
  }

  /* Action Buttons Row Layout */
  #add-to-cart-btn .d-flex.flex-row {
    flex-wrap: nowrap;
  }

  @media (max-width: 576px) {
    #add-to-cart-btn .d-flex.flex-row {
      flex-direction: column;
    }

    #add-to-cart-btn .d-flex.flex-row .gap-3 {
      gap: 12px !important;
    }
  }

  .btn-buy-now-modern:active {
    transform: translateY(0);
  }

  /* Modern Accordion Styles */
  .accordion-modern {
    border: none;
  }

  .accordion-item-modern {
    border: 1px solid #e9ecef;
    border-radius: 8px;
    margin-bottom: 12px;
    overflow: hidden;
    background: #fff;
  }

  .accordion-header-modern {
    margin: 0;
  }

  .accordion-button-modern {
    width: 100%;
    padding: 16px 20px;
    background: #fff;
    border: none;
    text-align: left;
    font-size: 16px;
    font-weight: 600;
    color: #333;
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
    transition: all 0.3s ease;
  }

  .accordion-button-modern:hover {
    background: #f8f9fa;
    color: #2d8659;
  }

  .accordion-button-modern:not(.collapsed) {
    background: #f0f9f4;
    color: #2d8659;
  }

  .accordion-button-modern:not(.collapsed) .accordion-icon {
    transform: rotate(180deg);
  }

  .accordion-icon {
    transition: transform 0.3s ease;
    color: #2d8659;
  }

  .accordion-body-modern {
    padding: 20px;
    background: #fff;
    color: #555;
    line-height: 1.8;
    font-size: 15px;
  }

 

  .active-wish {
    color: white !important;
    background: black !important;
  }

  .shop-meta {
    margin: 5px;
  }

  /* Product Gallery Modern Styles */
  .product-gallery-modern {
    position: sticky;
    top: 20px;
  }

  .product-main-image-wrapper {
    position: relative;
    width: 100%;
    background: #fff;
    border-radius: 12px;
    border: 1px solid #e9ecef;
    overflow: hidden;
    box-shadow: 0 2px 10px rgba(0,0,0,0.08);
    margin-bottom: 15px;
  }

  .product-badge-best-seller {
    position: absolute;
    top: 20px;
    left: 20px;
    background: #20B2AA;
    color: #fff;
    padding: 8px 16px;
    border-radius: 4px;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    z-index: 10;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
  }

  .product-main-slider {
    position: relative;
    width: 100%;
    padding-bottom: 85%;
    background: #fff;
    min-height: 400px;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .product-slide {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: opacity 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
  }

  .product-slide.active {
    opacity: 1;
    z-index: 1;
  }

  .product-image-link {
    display: block;
    width: 100%;
    height: 100%;
    cursor: zoom-in;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .product-main-image {
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
    display: block;
  }

  .product-thumbnails-wrapper {
    margin-top: 0;
    width: 100%;
  }

  .product-thumbnails {
    display: flex;
    gap: 12px;
    justify-content: center;
    flex-wrap: nowrap;
    padding: 10px 0;
    overflow-x: auto;
    overflow-y: hidden;
    scroll-behavior: smooth;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: thin;
    scrollbar-color: #2d8659 #f0f0f0;
  }

  .product-thumbnails::-webkit-scrollbar {
    height: 6px;
  }

  .product-thumbnails::-webkit-scrollbar-track {
    background: #f0f0f0;
    border-radius: 10px;
  }

  .product-thumbnails::-webkit-scrollbar-thumb {
    background: #2d8659;
    border-radius: 10px;
  }

  .product-thumbnails::-webkit-scrollbar-thumb:hover {
    background: #3a9d6f;
  }

  .product-thumbnail {
    width: 80px;
    height: 80px;
    min-width: 80px;
    border-radius: 8px;
    overflow: hidden;
    border: 2px solid #e9ecef;
    cursor: pointer;
    transition: all 0.3s ease;
    background: #fff;
    box-shadow: 0 2px 5px rgba(0,0,0,0.08);
    flex-shrink: 0;
  }

  .product-thumbnail:hover {
    border-color: #2d8659;
    transform: translateY(-2px);
    box-shadow: 0 4px 10px rgba(45, 134, 89, 0.2);
  }

  .product-thumbnail.active {
    border-color: #2d8659;
    border-width: 3px;
    box-shadow: 0 0 0 2px rgba(45, 134, 89, 0.1);
  }

  .thumbnail-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
  }

  @media (max-width: 991px) {
    .product-gallery-modern {
      position: relative;
      top: 0;
      margin-bottom: 30px;
    }

    .product-main-slider {
      padding-bottom: 85%;
      min-height: 350px;
    }

    .product-thumbnail {
      width: 70px;
      height: 70px;
      min-width: 70px;
    }
  }

  @media (max-width: 768px) {
    .reels-slider .slick-track {
      padding-left: 65px;
    }

    .reel-slide .dz-media {
      margin: 4px !important;
    }

    .btn-add-to-cart-modern,
    .btn-buy-now-modern {
      font-size: 14px;
      padding: 12px 20px;
    }

    .title {
      font-size: 24px !important;
    }

    .product-main-slider {
      padding-bottom: 85%;
      min-height: 300px;
    }

    .product-thumbnails {
      gap: 10px;
      padding: 10px 5px;
      justify-content: flex-start;
    }

    .product-thumbnail {
      width: 65px;
      height: 65px;
      min-width: 65px;
    }
  }

  @media (max-width: 576px) {
    .product-main-slider {
      padding-bottom: 90%;
      min-height: 280px;
    }

    .product-thumbnail {
      width: 60px;
      height: 60px;
      min-width: 60px;
    }

    .product-thumbnails {
      gap: 8px;
    }
  }

  /* Purity Parameters Section Styles */
  .purity-parameters-section {
    position: relative;
    overflow: hidden;
  }

  .purity-parameters-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 30px 20px;
    margin: 0 auto;
  }

  .purity-parameter-item {
    text-align: center;
    padding: 20px;
    transition: transform 0.3s ease;
  }

  .purity-parameter-item:hover {
    transform: translateY(-5px);
  }

  .parameter-icon-wrapper {
    width: 100px;
    height: 100px;
    margin: 0 auto 20px;
    background: linear-gradient(135deg, rgba(45, 134, 89, 0.1) 0%, rgba(58, 157, 111, 0.1) 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 3px solid rgba(45, 134, 89, 0.2);
    transition: all 0.3s ease;
  }

  .purity-parameter-item:hover .parameter-icon-wrapper {
    background: linear-gradient(135deg, rgba(45, 134, 89, 0.2) 0%, rgba(58, 157, 111, 0.2) 100%);
    border-color: #2d8659;
    transform: scale(1.1);
  }

  .parameter-icon-wrapper svg {
    width: 50px;
    height: 50px;
  }

  .parameter-title {
    font-size: 16px;
    font-weight: 600;
    color: #333;
    line-height: 1.5;
    margin: 0;
  }

  @media (max-width: 1200px) {
    .purity-parameters-grid {
      grid-template-columns: repeat(3, 1fr);
      gap: 30px 25px;
    }
  }

  @media (max-width: 991px) {
    .purity-parameters-grid {
      grid-template-columns: repeat(3, 1fr);
      gap: 30px 20px;
    }

    .parameter-icon-wrapper {
      width: 90px;
      height: 90px;
    }

    .parameter-icon-wrapper svg,
    .parameter-icon-wrapper img {
      width: 45px;
      height: 45px;
    }

    .parameter-title {
      font-size: 15px;
    }
  }

  @media (max-width: 768px) {
    .purity-parameters-grid {
      grid-template-columns: repeat(2, 1fr);
      gap: 25px 20px;
    }
  }

  @media (max-width: 576px) {
    .purity-parameters-grid {
      grid-template-columns: repeat(2, 1fr);
      gap: 25px 15px;
    }

    .parameter-icon-wrapper {
      width: 80px;
      height: 80px;
      margin-bottom: 15px;
    }

    .parameter-icon-wrapper svg,
    .parameter-icon-wrapper img {
      width: 40px;
      height: 40px;
    }

    .parameter-title {
      font-size: 13px;
    }

    .purity-parameter-item {
      padding: 15px 10px;
    }
  }

  /* Reviews Section Modern Styles */
  .reviews-section-modern {
    position: relative;
  }

  .rating-summary-card {
    position: sticky;
    top: 105px;
  }

  .rating-bar-item {
    width: 100%;
  }

  .rating-progress-bar {
    position: relative;
  }

  .rating-progress-fill {
    transition: width 0.8s ease;
  }

  .reviews-list-container {
    min-height: 200px;
  }

  @media (max-width: 991px) {
    .rating-summary-card {
      position: relative;
      top: 0;
      margin-bottom: 30px;
    }

    .rating-number-large {
      font-size: 48px !important;
    }

    .rating-stars-large i {
      font-size: 20px !important;
    }
  }

  @media (max-width: 768px) {
    .rating-number-large {
      font-size: 40px !important;
    }

    .rating-stars-large i {
      font-size: 18px !important;
    }
  }

  /* Style existing review cards from server */
  .fera-productReviews-review {
    background: #fff;
    border-radius: 12px;
    padding: 15px;
    margin-bottom: 15px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.08);
    transition: all 0.3s ease;
    border: 1px solid #f0f0f0;
  }

  .fera-productReviews-review:hover {
    box-shadow: 0 4px 20px rgba(0,0,0,0.12);
    transform: translateY(-2px);
  }

  .fera-productReviews-review-customer {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
  }

  .fera-productReviews-review-customer-avatar-col {
    margin-right: 12px;
  }

  .fera-productReviews-review-customer-source {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: linear-gradient(135deg, #2d8659 0%, #3a9d6f 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-weight: 600;
    font-size: 18px;
    min-width: 50px;
  }

  .fera-productReviews-review-customer-name {
    font-size: 16px;
    font-weight: 600;
    color: #333;
    margin-bottom: 2px;
  }

  .fera-productReviews-review-customer-name h3 {
    font-size: 16px;
    font-weight: 600;
    color: #333;
    margin: 0 0 2px 0;
  }

  .fera-productReviews-review-rating {
    margin-bottom: 8px;
    margin-top: 0;
  }

  .fera-productReviews-review-stars .fera-stars-rating {
    color: #ffc107;
    font-size: 16px;
  }

  .fera-productReviews-review-body {
    font-size: 15px;
    line-height: 1.5;
    color: #555;
    margin-bottom: 0px;
  }

  .fera-productReviews-review-body h3 {
    display: none;
  }

  .fera-productReviews-review-date {
    font-size: 12px;
    color: #999;
    margin-top: 5px;
  }

  .fera-productReviews-review-date-val {
    color: #999;
  }

  /* Review Skeleton Loader */
  .review-skeleton {
    background: #fff;
    border-radius: 12px;
    padding: 15px;
    margin-bottom: 15px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.08);
  }

  .review-skeleton-header {
    display: flex;
    align-items: center;
    margin-bottom: 12px;
  }

  .review-skeleton-avatar {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: linear-gradient(90deg, #f0f0f0 25%, #e0e0e0 50%, #f0f0f0 75%);
    background-size: 200% 100%;
    animation: skeleton-loading 1.5s ease-in-out infinite;
    margin-right: 12px;
  }

  .review-skeleton-name {
    height: 16px;
    width: 120px;
    background: linear-gradient(90deg, #f0f0f0 25%, #e0e0e0 50%, #f0f0f0 75%);
    background-size: 200% 100%;
    animation: skeleton-loading 1.5s ease-in-out infinite;
    border-radius: 4px;
    margin-bottom: 8px;
  }

  .review-skeleton-stars {
    height: 14px;
    width: 80px;
    background: linear-gradient(90deg, #f0f0f0 25%, #e0e0e0 50%, #f0f0f0 75%);
    background-size: 200% 100%;
    animation: skeleton-loading 1.5s ease-in-out infinite;
    border-radius: 4px;
  }

  .review-skeleton-text {
    height: 14px;
    width: 100%;
    background: linear-gradient(90deg, #f0f0f0 25%, #e0e0e0 50%, #f0f0f0 75%);
    background-size: 200% 100%;
    animation: skeleton-loading 1.5s ease-in-out infinite;
    border-radius: 4px;
    margin-bottom: 8px;
  }

  .review-skeleton-text:last-child {
    width: 70%;
  }

  @keyframes skeleton-loading {
    0% {
      background-position: 200% 0;
    }
    100% {
      background-position: -200% 0;
    }
  }

  @media (max-width: 768px) {
    .fera-productReviews-review {
      padding: 12px;
      margin-bottom: 12px;
    }

    .fera-productReviews-review-customer-source {
      width: 45px;
      height: 45px;
      font-size: 16px;
      min-width: 45px;
    }

    .fera-productReviews-review-customer-name {
      font-size: 15px;
    }

    .fera-productReviews-review-body {
      font-size: 14px;
    }

    .review-skeleton {
      padding: 12px;
      margin-bottom: 12px;
    }

    .review-skeleton-avatar {
      width: 45px;
      height: 45px;
      margin-right: 10px;
    }

    .review-skeleton-name {
      width: 100px;
      height: 14px;
    }

    .review-skeleton-stars {
      width: 70px;
      height: 12px;
    }

    .review-skeleton-text {
      height: 12px;
      margin-bottom: 6px;
    }
  }