/* Mantengo tus estilos y agrego mejoras visuales no disruptivas */
  #details .pd-wrap { padding: 40px 0; font-family: "Poppins", sans-serif; }
  #details .heading-section { text-align: center; margin-bottom: 20px; }
  #details .sub-heading { font-family: "Poppins", sans-serif; font-size: 12px; display: block; font-weight: 600; color: #2e9ca1; text-transform: uppercase; letter-spacing: 2px; }
  #details .heading-section h2 { font-size: 32px; font-weight: 500; padding-top: 10px; padding-bottom: 15px; font-family: "Poppins", sans-serif; }
  #details .user-img { width: 80px; height: 80px; border-radius: 50%; position: relative; min-width: 80px; background-size: 100%; }
  #details .carousel-testimonial .item { padding: 30px 10px; }
  #details .quote { position: absolute; top: -23px; color: #2e9da1; font-size: 27px; }
  #details .name { margin-bottom: 0; line-height: 14px; font-size: 17px; font-weight: 500; }
  #details .position { color: #adadad; font-size: 14px; }
  #details .owl-nav button { position: absolute; top: 50%; transform: translate(0, -50%); outline: none; height: 25px; }
  #details .owl-nav button svg { width: 45px; height: 45px; }
  #details .owl-nav button.owl-prev { left: 25px; margin-top: 80px; }
  #details .owl-nav button.owl-next { right: 25px; margin-top: 80px; }
  #details .owl-nav button span { font-size: 45px; }
  #details .product-thumb .item img { height: 100px; object-fit: cover; border-radius: 8px; }
  #details .product-name { font-size: 22px; font-weight: 600; line-height: 22px; margin-bottom: 4px; color: #111827; }
  #details .product-price-discount { font-size: 22px; font-weight: 400; padding: 10px 0; clear: both; }
  #details .product-price-discount #details span.line-through { text-decoration: line-through; margin-left: 10px; font-size: 14px; vertical-align: middle; color: #a5a5a5; }
  #details .display-flex { display: flex; }
  #details .align-center { align-items: center; }
  #details .product-info { width: 100%; }
  #details .reviews-counter { font-size: 13px; }
  #details .reviews-counter span { vertical-align: -2px; }
  #details .rate { float: left; padding: 0 10px 0 0; }
  #details .rate:not(:checked) > input { position: absolute; top: -9999px; }
  #details .rate:not(:checked) > label { float: right; width: 15px; overflow: hidden; white-space: nowrap; cursor: pointer; font-size: 21px; color: #ccc; margin-bottom: 0; line-height: 21px; }
  #details .rate:not(:checked) > label:before { content: "\2605"; }
  #details .rate > input:checked ~ label { color: #ffc700; }
  #details .rate:not(:checked) > label:hover, #details .rate:not(:checked) > label:hover ~ label { color: #deb217; }
  #details .rate > input:checked + label:hover, #details .rate > input:checked + label:hover ~ label, #details .rate > input:checked ~ label:hover, #details .rate > input:checked ~ label:hover ~ label, #details .rate > label:hover ~ input:checked ~ label { color: #c59b08; }
  #details .product-dtl p { font-size: 14px; line-height: 24px; color: #4b5563; }
  #details .product-dtl .form-control { font-size: 15px; }
  #details .product-dtl label { line-height: 16px; font-size: 15px; }
  #details .form-control:focus { outline: none; box-shadow: none; }
  #details .product-count { margin-top: 15px; }
  #details .product-count .qtyminus, #details .product-count .qtyplus { width: 34px; height: 34px; background: #212529; text-align: center; font-size: 19px; line-height: 36px; color: #fff; cursor: pointer; }
  #details .product-count .qtyminus { border-radius: 3px 0 0 3px; }
  #details .product-count .qtyplus { border-radius: 0 3px 3px 0; }
  #details .product-count .qty { width: 60px; text-align: center; }
  #details .round-black-btn { border-radius: 6px; background: #111827; color: #fff; padding: 7px 20px; display: inline-block; margin-top: 12px; border: solid 2px #111827; transition: all .25s ease; }
  #details .round-black-btn:hover, #details .round-black-btn:focus { background: transparent; color: #111827; text-decoration: none; }
  #details .product-info-tabs { margin-top: 25px; }
  #details .product-info-tabs .nav-tabs { border-bottom: 2px solid #d8d8d8; }
  #details .product-info-tabs .nav-tabs .nav-item { margin-bottom: 0; }
  #details .product-info-tabs .nav-tabs .nav-link { border: none; border-bottom: 2px solid transparent; color: #323232; }
  #details .product-info-tabs .nav-tabs .nav-item .nav-link:hover { border: none; }
  #details .product-info-tabs .nav-tabs .nav-item.show .nav-link, #details .product-info-tabs .nav-tabs .nav-link.active, #details .product-info-tabs .nav-tabs .nav-link.active:hover { border: none; border-bottom: 2px solid #d8d8d8; font-weight: bold; }
  #details .product-info-tabs .tab-content .tab-pane { padding: 30px 20px; font-size: 15px; line-height: 24px; color: #7a7a7a; }
  #details .review-form .form-group { clear: both; }
  #details .mb-20 { margin-bottom: 20px; }
  #details .review-form .rate { float: none; display: inline-block; }
  #details .review-heading { font-size: 24px; font-weight: 700; line-height: 24px; margin-bottom: 6px; text-transform: uppercase; color: #000; }
  #details .review-form .form-control { font-size: 14px; }
  #details .review-form input.form-control { height: 40px; }
  #details .review-form textarea.form-control { resize: none; }
  #details .review-form .round-black-btn { text-transform: uppercase; cursor: pointer; }

  /* Mejora visual de la sección de precio */
  #details .product-price-discount s { color: #6b7280; }
  #details .price-pill {
    display: inline-block; background: #111827; color: #fff; padding: 6px 10px; border-radius: 8px; margin-top: 6px;
  }

  /* Comentarios – estilos mejorados, sin romper tu estructura */
  #details .reviews-section { margin-top: 8px; }
  #details .reviews-header { display: flex; align-items: baseline; justify-content: space-between; gap: 12px; }
  #details .reviews-title { font-size: 22px; font-weight: 700; color: #111827; margin: 0; }
  #details .reviews-sub { color: #6b7280; font-size: 13px; }
  #details .review-card {
    display: flex; gap: 14px; background: #fff; border: 1px solid #ececec; border-radius: 12px; padding: 14px; margin-bottom: 12px; box-shadow: 0 2px 10px rgba(0,0,0,0.03);
  }
  #details .review-avatar {
    flex: 0 0 44px; width: 44px; height: 44px; border-radius: 50%; display: grid; place-items: center; color: #fff;
    font-weight: 700; letter-spacing: .5px; text-transform: uppercase; font-size: 14px; user-select: none;
  }
  #details .review-body { flex: 1; min-width: 0; }
  #details .review-topline { display: flex; align-items: center; gap: 10px; flex-wrap: wrap; margin-bottom: 6px; }
  #details .review-name { font-weight: 700; color: #111827; margin: 0; font-size: 14px; }
  #details .review-date { color: #6b7280; font-size: 12px; }
  #details .review-stars { display: inline-flex; gap: 2px; line-height: 1; }
  #details .star { color: #ffc700; font-size: 14px; }
  #details .star.off { color: #e5e7eb; }
  #details .review-content { margin: 4px 0 0 0; color: #374151; line-height: 1.55; font-size: 14px; word-wrap: break-word; }
  #details .reviews-empty { color: #6b7280; background: #fafafa; border: 1px dashed #e5e7eb; padding: 14px; border-radius: 8px; }
  #details .reviews-actions { text-align: center; margin-top: 8px; }
  #details #btnVerMas { color: #2563eb; background: transparent; border: none; font-weight: 600; cursor: pointer; transition: color .2s ease; padding: 6px 10px; }
  #details #btnVerMas:hover { color: #1d4ed8; text-decoration: underline; }

  /* Tarjeta quote legacy (la mantengo pero suavizo) */
  #details .blog__details__quote { background: #ffffff; border-left: 4px solid #69CAD3; padding: 14px; border-radius: 8px; box-shadow: 0 2px 10px rgba(0,0,0,0.03); }
  #details .blog__details__quote table td { vertical-align: top; padding-right: 10px; }