/* Soriano Asesor - estilo integrado con carruseles del tema Monaco */
.sorianoasesor {
  clear: both;
  margin: 1.7rem 0 2.3rem;
  padding: 1.28rem 1.5rem 1.72rem;
  background: #ffffff;
  border: 1px solid rgba(47, 47, 47, 0.08);
  border-radius: 14px;
  box-shadow: 0 10px 30px rgba(47, 47, 47, 0.045);
  position: relative;
}

.soriano-compare-modal[hidden] {
  display: none;
}

.soriano-compare-modal-open {
  overflow: hidden;
}

.soriano-compare-modal {
  position: fixed;
  z-index: 10050;
  inset: 0;
  color: #30292b;
}

.soriano-compare-modal__overlay {
  position: absolute;
  inset: 0;
  background: rgba(20, 16, 17, .46);
}

.soriano-compare-modal__dialog {
  position: relative;
  display: flex;
  flex-direction: column;
  width: min(1160px, calc(100vw - 32px));
  max-height: calc(100vh - 48px);
  margin: 24px auto;
  overflow: auto;
  background: #fff;
  border: 1px solid rgba(123, 30, 43, .12);
  border-radius: 8px;
  box-shadow: 0 22px 60px rgba(0, 0, 0, .22);
}

.soriano-compare-modal__head,
.soriano-compare-modal__priorities {
  padding: 16px 24px;
  border-bottom: 1px solid #eee7e8;
}

.soriano-compare-modal__head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 16px;
}

.soriano-compare-modal__head h2 {
  margin: 0 0 6px;
  font-size: 24px;
}

.soriano-compare-modal__head p {
  margin: 0;
}

.soriano-compare-modal__close,
.soriano-compare-modal__priorities button,
.soriano-compare-modal__cta,
.soriano-compare-modal__mobile-close {
  cursor: pointer;
}

.soriano-compare-modal__close {
  flex: 0 0 38px;
  width: 38px;
  height: 38px;
  color: #7b1e2b;
  background: #fff8f9;
  border: 1px solid #eadfe1;
  border-radius: 50%;
  font-size: 24px;
}

.soriano-compare-modal__priorities {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
}

.soriano-compare-modal__priorities button {
  min-height: 36px;
  padding: 7px 12px;
  color: #7b1e2b;
  background: #fff;
  border: 1px solid #dbc8cc;
  border-radius: 999px;
  font-weight: 700;
}

.soriano-compare-modal__priorities button.is-active {
  color: #fff;
  background: #7b1e2b;
}

.soriano-compare-modal__priority-note {
  margin: 0;
  padding: 10px 24px 0;
  color: #7b1e2b;
  font-size: 14px;
  font-weight: 800;
}

.soriano-compare-modal__products {
  display: grid;
  grid-template-columns: repeat(var(--soriano-compare-count, 3), minmax(0, 1fr));
  gap: 14px;
  padding: 18px 24px;
}

.soriano-compare-modal__product {
  display: flex;
  min-width: 0;
  flex-direction: column;
  padding: 14px;
  border: 1px solid #eadfe1;
  border-radius: 8px;
}

.soriano-compare-modal__product.is-current {
  border-color: #7b1e2b;
}

.soriano-compare-modal__product.is-recommended {
  border: 2px solid #7b1e2b;
  box-shadow: 0 14px 30px rgba(123, 30, 43, .16);
  transform: translateY(-4px);
}

.soriano-compare-modal__product.is-priority-pick {
  border: 2px solid #7b1e2b;
  box-shadow: 0 10px 24px rgba(123, 30, 43, .14);
}

.soriano-compare-modal__priority-label {
  display: inline-flex;
  align-self: flex-start;
  margin: -4px 0 6px;
  padding: 3px 7px;
  color: #fff;
  background: #7b1e2b;
  border-radius: 4px;
  font-size: 11px;
  font-weight: 800;
}

.soriano-compare-modal__badge--recommended {
  color: #fff;
  background: #7b1e2b;
  box-shadow: 0 4px 10px rgba(123, 30, 43, .18);
}

.soriano-compare-modal__priority-label[hidden] {
  display: none;
}

.soriano-compare-modal__compare-reason {
  margin: 0 0 8px;
  color: #5f5a5a;
  font-size: 11px;
  line-height: 1.35;
}

.soriano-compare-modal__differences {
  margin: 0 24px 18px;
}

.soriano-compare-modal__differences > h3 {
  margin: 0 0 8px;
  color: #7b1e2b;
  font-size: 16px;
}

.soriano-compare-modal__image-link {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 178px;
}

.soriano-compare-modal__image-link img {
  max-width: 100%;
  max-height: 178px;
  object-fit: contain;
}

.soriano-compare-modal__product h3 {
  min-height: 44px;
  margin: 8px 0;
  font-size: 15px;
}

.soriano-compare-modal__price {
  margin: 8px 0;
}

.soriano-compare-modal__price strong {
  font-size: 18px;
}

.soriano-compare-modal__price span {
  margin-left: 6px;
  text-decoration: line-through;
}

.soriano-compare-modal__stock {
  margin: 0 0 12px;
}

.soriano-compare-modal__cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  margin-top: auto;
  padding: 9px 12px;
  color: #fff;
  background: #7b1e2b;
  border: 1px solid #7b1e2b;
  border-radius: 6px;
  text-align: center;
  text-decoration: none;
}

.soriano-compare-modal__cta--recommended {
  box-shadow: 0 5px 12px rgba(123, 30, 43, .18);
}

.soriano-compare-modal__table {
  margin: 0;
  overflow: hidden;
  border: 1px solid #eee5e7;
  border-radius: 8px;
}

.soriano-compare-modal__row {
  display: grid;
  grid-template-columns: 190px repeat(var(--soriano-compare-count, 3), minmax(0, 1fr));
}

.soriano-compare-modal__row + .soriano-compare-modal__row {
  border-top: 1px solid #f0e9ea;
}

.soriano-compare-modal__table-head {
  display: grid;
  grid-template-columns: 190px repeat(var(--soriano-compare-count, 3), minmax(0, 1fr));
  border-bottom: 1px solid #f0e9ea;
}

.soriano-compare-modal__table-head .soriano-compare-modal__row-value {
  color: #7b1e2b;
  font-weight: 800;
}

.soriano-compare-modal__row-label,
.soriano-compare-modal__row-value {
  padding: 9px 12px;
  font-size: 13px;
}

.soriano-compare-modal__row-label {
  font-weight: 700;
  background: #fbf7f8;
}

.soriano-compare-modal__row-value {
  border-left: 1px solid #f0e9ea;
}

.soriano-compare-modal__recommendation {
  margin: 0 24px 22px;
  padding: 15px 16px;
  background: #fbf7f8;
  border-left: 3px solid #7b1e2b;
}

.soriano-compare-modal__mobile-close {
  display: none;
}

@media (max-width: 767px) {
  .soriano-compare-modal__dialog {
    width: 100vw;
    max-height: 100vh;
    min-height: 100vh;
    margin: 0;
    border: 0;
    border-radius: 0;
  }

  .soriano-compare-modal__head,
  .soriano-compare-modal__priorities {
    padding: 14px;
  }

  .soriano-compare-modal__products {
    display: flex;
    flex-direction: column;
    padding: 14px;
  }

  .soriano-compare-modal__product {
    display: flex;
    flex-direction: column;
    gap: 4px;
  }

  .soriano-compare-modal__product.is-recommended {
    transform: none;
  }

  .soriano-compare-modal__image-link {
    order: 1;
    width: 100%;
    height: 180px;
    margin: 4px 0 10px;
  }

  .soriano-compare-modal__image-link img {
    width: 100%;
    max-height: 180px;
  }

  .soriano-compare-modal__brand {
    order: 2;
  }

  .soriano-compare-modal__product h3 {
    order: 3;
    min-height: 0;
  }

  .soriano-compare-modal__size {
    order: 4;
  }

  .soriano-compare-modal__price {
    order: 5;
  }

  .soriano-compare-modal__stock {
    order: 6;
  }

  .soriano-compare-modal__cta {
    order: 7;
    width: 100%;
  }

  .soriano-compare-modal__table {
    margin: 0;
  }

  .soriano-compare-modal__differences {
    display: none;
  }

  .soriano-compare-modal__row {
    grid-template-columns: repeat(var(--soriano-compare-count, 3), minmax(0, 1fr));
  }

  .soriano-compare-modal__row-label {
    grid-column: 1 / -1;
  }

  .soriano-compare-modal__row-value {
    min-width: 0;
    padding: 8px 6px;
    font-size: 11px;
    line-height: 1.3;
    overflow-wrap: anywhere;
    border-top: 1px solid #f4edef;
    border-left: 0;
  }

  .soriano-compare-modal__table-head {
    grid-template-columns: repeat(var(--soriano-compare-count, 3), minmax(0, 1fr));
  }

  .soriano-compare-modal__table-head .soriano-compare-modal__row-label {
    display: none;
  }

  .soriano-compare-modal__table-head .soriano-compare-modal__row-value {
    min-width: 0;
    padding: 8px 6px;
    border-left: 1px solid #f0e9ea;
    font-size: 10px;
    line-height: 1.25;
    overflow-wrap: anywhere;
  }

  .soriano-compare-modal__recommendation {
    margin: 0 14px 14px;
  }

  .soriano-compare-modal__mobile-close {
    display: inline-flex;
    justify-content: center;
    min-height: 46px;
    margin: 0 14px 18px;
    color: #7b1e2b;
    background: #fff;
    border: 1px solid #7b1e2b;
    border-radius: 6px;
  }
}

.sorianoasesor__inner {
  width: 100%;
}

.sorianoasesor__title {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.85rem;
  margin: 0 0 0.28rem;
  color: #3a3031;
  font-family: inherit;
  font-size: 1.35rem;
  font-weight: 400;
  line-height: 1.25;
  text-align: center;
}
.sorianoasesor::before {
  content: "SELECCION DE NUESTROS EXPERTOS";
  position: absolute;
  top: -12px;
  left: 25px;
  padding: 4px 12px;
  background: #8a1d2b;
  color: #fff;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .5px;
  border-radius: 20px;
}
.sorianoasesor__title::before,
.sorianoasesor__title::after {
  content: "";
  display: block;
  width: 46px;
  height: 1px;
  background: #3a3031;
  opacity: 0.55;
}

.sorianoasesor__subtitle {
  max-width: 880px;
  margin: 0 auto 0.56rem;
  color: #7b6b6d;
  font-size: 15px;
  line-height: 1.45;
  text-align: center;
}

.sorianoasesor-guide {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 0.55rem 0.7rem;
  max-width: 980px;
  margin: 0 auto 0.58rem;
  padding: 0;
  background: transparent;
  border: 0;
  border-radius: 0;
  text-align: center;
}

.sorianoasesor-guide__intro {
  margin: 0;
}

.sorianoasesor-guide__question {
  margin: 0;
  color: #5b4d4f;
  font-size: 0.88rem;
  font-weight: 600;
  line-height: 1.2;
}

.sorianoasesor-guide__controls {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.32rem;
  margin: 0;
}

.sorianoasesor-guide__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 27px;
  padding: 0.3rem 0.62rem;
  color: #5b4d4f;
  background: #fff;
  border: 1px solid rgba(138, 29, 43, 0.2);
  border-radius: 999px;
  font-size: 0.69rem;
  font-weight: 700;
  line-height: 1.15;
  cursor: pointer;
  transition: background-color 0.18s ease, border-color 0.18s ease, color 0.18s ease, transform 0.18s ease;
}

.sorianoasesor-guide__button:hover,
.sorianoasesor-guide__button:focus,
.sorianoasesor-guide__button.is-active {
  color: #fff;
  background: #8a1d2b;
  border-color: #8a1d2b;
  outline: none;
}

.sorianoasesor-guide__button:hover {
  transform: translateY(-1px);
}

.sorianoasesor-guide__note {
  flex-basis: 100%;
  max-width: 760px;
  margin: -0.12rem auto 0;
  color: #6f6062;
  font-size: 0.75rem;
  line-height: 1.32;
}

.sorianoasesor__grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 1rem;
  align-items: stretch;
}

.sorianoasesor__grid.is-reordering {
  pointer-events: none;
}

.sorianoasesor-card {
  display: flex;
  flex-direction: column;
  min-width: 0;
  overflow: visible;
  background: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  transition: transform 0.2s ease, opacity 0.2s ease;
}

.sorianoasesor-card:hover {
  border-color: transparent;
  transform: translateY(-2px);
}

.sorianoasesor-card.is-advisor-pick .sorianoasesor-card__label {
  color: #fff;
  background: #8a1d2b;
}

.sorianoasesor-card.is-advisor-pick {
  animation: sorianoAdvisorPick 520ms ease both;
}

.sorianoasesor-card.is-secondary-pick .sorianoasesor-card__label {
  color: #8a1d2b;
  background: #fff3f4;
  box-shadow: inset 0 0 0 1px rgba(138, 29, 43, 0.16);
}

.sorianoasesor-card.is-advisor-pick .sorianoasesor-card__image-link {
  position: relative;
}

.sorianoasesor-card.is-advisor-pick .sorianoasesor-card__image-link::after {
  content: "";
  position: absolute;
  right: 0.25rem;
  bottom: 0.35rem;
  width: 34px;
  height: 2px;
  background: #8a1d2b;
  opacity: 0.45;
}

@keyframes sorianoAdvisorPick {
  0% {
    transform: translateY(8px);
    opacity: 0.72;
  }

  100% {
    transform: translateY(0);
    opacity: 1;
  }
}

.sorianoasesor-card__image-link {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 280px;
  padding: 0.2rem 0.15rem 0.35rem;
  background: transparent;
  text-decoration: none;
}

.sorianoasesor-card__image {
  display: block;
  max-width: 100%;
  max-height: 275px;
  width: auto;
  height: auto;
  object-fit: contain;
}

.sorianoasesor-card__image--empty {
  width: 100%;
  min-height: 180px;
  background: #f8f5f4;
  border-radius: 0;
}

.sorianoasesor-card__body {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  padding: 0 0.25rem;
  text-align: left;
}

.sorianoasesor-card__label {
  display: inline-flex;
  align-self: flex-start;
  max-width: 100%;
  margin: 0 0 0.3rem;
  padding: 0.16rem 0.4rem;
  color: #8a1d2b;
  background: #f9eeee;
  border-radius: 3px;
  font-size: 0.72rem;
  font-weight: 700;
  line-height: 1.3;
}

.sorianoasesor-card[data-role="top_seller"] .sorianoasesor-card__label {
  color: #fff;
  background: #8a1d2b;
  box-shadow: 0 4px 10px rgba(138, 29, 43, 0.16);
}

.sorianoasesor-card__name {
  display: -webkit-box;
  min-height: 2.8em;
  margin: 0 0 0.35rem;
  overflow: hidden;
  color: #2f2526;
  font-size: 0.95rem;
  font-weight: 600;
  line-height: 1.35;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.sorianoasesor-card__name a {
  color: #2f2526;
  text-decoration: none;
  font-size: inherit;
}

.sorianoasesor-card__name a:hover {
  color: #8a1d2b;
  text-decoration: none;
}

.sorianoasesor-card__reason {
  display: -webkit-box;
  min-height: 2.8em;
  margin: 0 0 0.42rem;
  overflow: hidden;
  color: #4f4345;
  font-size: 0.84rem;
  font-weight: 500;
  line-height: 1.45;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.sorianoasesor-card__signal {
  display: -webkit-box;
  min-height: 2.58em;
  margin: -0.04rem 0 0.35rem;
  overflow: hidden;
  color: #8a1d2b;
  font-size: 0.76rem;
  font-weight: 700;
  line-height: 1.29;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.sorianoasesor-card__signal[hidden] {
  display: none;
}

.sorianoasesor-card__price {
  margin-top: auto;
  color: #2f2526;
  font-size: 1.08rem;
  font-weight: 800;
  line-height: 1.25;
}

.sorianoasesor-card__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: auto;
  min-height: auto;
  margin-top: 0.25rem;
  padding: 0;
  color: #00865d;
  background: transparent;
  border: 0;
  border-radius: 0;
  font-size: 0.74rem;
  font-weight: 700;
  line-height: 1.25;
  text-align: left;
  text-decoration: none;
  transition: color 0.18s ease;
}

.sorianoasesor-card__button::after {
  content: " \2192";
  margin-left: 0.15rem;
}

.sorianoasesor-card__button:hover,
.sorianoasesor-card__button:focus {
  color: #8a1d2b;
  background: transparent;
  border-color: transparent;
  text-decoration: none;
}

@media (min-width: 1200px) {
  .sorianoasesor__grid {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
}

@media (min-width: 768px) and (max-width: 1199px) {
  .sorianoasesor__grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1rem 0.9rem;
  }

  .sorianoasesor-card__image-link {
    height: 265px;
  }

  .sorianoasesor-card__image {
    max-height: 258px;
  }
}

@media (max-width: 767px) {
  .sorianoasesor {
    margin: 1.25rem 0 1.65rem;
    padding: 1.2rem 0.9rem 1.35rem;
  }

  .sorianoasesor__title {
    gap: 0.55rem;
    font-size: 1.05rem;
  }

  .sorianoasesor__title::before,
  .sorianoasesor__title::after {
    width: 28px;
  }

  .sorianoasesor__subtitle {
    margin-bottom: 0.65rem;
    padding: 0 0.35rem;
    font-size: 14px;
    line-height: 1.42;
  }

  .sorianoasesor-guide {
    display: block;
    margin-bottom: 0.65rem;
    padding: 0;
  }

  .sorianoasesor-guide__intro {
    margin-bottom: 0.4rem;
  }

  .sorianoasesor-guide__controls {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0.34rem;
  }

  .sorianoasesor-guide__button {
    width: 100%;
    min-height: 31px;
    padding: 0.34rem 0.42rem;
    font-size: 0.7rem;
  }

  .sorianoasesor-guide__note {
    margin-top: 0.42rem;
    font-size: 0.74rem;
  }

  .sorianoasesor__grid {
    grid-template-columns: 1fr;
    gap: 1.05rem;
  }

  .sorianoasesor-card {
    flex-direction: column;
  }

  .sorianoasesor-card__image-link {
    height: 265px;
    min-height: 0;
    padding: 0.15rem 0.1rem 0.3rem;
  }

  .sorianoasesor-card__image {
    max-height: 258px;
  }

  .sorianoasesor-card__body {
    padding: 0 0.15rem;
  }

  .sorianoasesor-card__label {
    margin-bottom: 0.34rem;
    font-size: 0.72rem;
    line-height: 1.3;
  }

  .sorianoasesor-card__name {
    min-height: auto;
    margin-bottom: 0.4rem;
    font-size: 0.88rem;
    line-height: 1.35;
  }

  .sorianoasesor-card__price {
    font-size: 1.12rem;
    line-height: 1.25;
  }

  .sorianoasesor-card__signal {
    font-size: 0.74rem;
    line-height: 1.3;
    -webkit-line-clamp: 2;
  }

  .sorianoasesor-card__button {
    font-size: 0.72rem;
  }
}

@media (max-width: 420px) {
  .sorianoasesor__grid {
    grid-template-columns: 1fr;
    gap: 1rem;
  }

  .sorianoasesor-card__image-link {
    height: 245px;
  }

  .sorianoasesor-card__image {
    max-height: 240px;
  }
}
/* Consejo IA del Asesor Soriano */
.sorianoasesor-advice {
  max-width: 880px;
  margin: 0 auto 0.75rem;
  text-align: center;
}

.sorianoasesor-advice__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 32px;
  padding: 0.45rem 0.9rem;
  color: #8a1d2b;
  background: #fff;
  border: 1px solid #d9b8be;
  border-radius: 999px;
  font-size: 0.78rem;
  font-weight: 600;
  line-height: 1.2;
  cursor: pointer;
  transition: color 0.18s ease, border-color 0.18s ease, background-color 0.18s ease;
}

.sorianoasesor-advice__button:hover,
.sorianoasesor-advice__button:focus {
  color: #fff;
  background: #8a1d2b;
  border-color: #8a1d2b;
  outline: none;
}

.sorianoasesor-advice__button.is-loading,
.sorianoasesor-advice__button:disabled {
  opacity: 0.7;
  cursor: wait;
}

.sorianoasesor-advice__box {
  position: relative;
  max-width: 880px;
  margin: 0.65rem auto 0;
  padding: 0.95rem 1.15rem;
  color: #4b3a3c;
  background: rgba(255, 255, 255, 0.94);
  border: 1px solid rgba(138, 29, 43, 0.14);
  border-radius: 12px;
  box-shadow: 0 12px 30px rgba(47, 47, 47, 0.055);
  font-size: 15px;
  line-height: 1.45;
  text-align: left;
}

.sorianoasesor-advice__box::before {
  content: "";
  position: absolute;
  top: 0.75rem;
  right: 0.9rem;
  width: 34px;
  height: 2px;
  background: #8a1d2b;
  opacity: 0.35;
}

.sorianoasesor-advice__box-title {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  margin: 0 0 0.32rem;
  color: #8a1d2b;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: uppercase;
}

.sorianoasesor-advice__box-title::before {
  content: "";
  display: inline-block;
  width: 7px;
  height: 7px;
  background: #8a1d2b;
  border-radius: 50%;
  box-shadow: 0 0 0 4px rgba(138, 29, 43, 0.11);
}

.sorianoasesor-advice__box-text {
  display: block;
  margin: 0;
  overflow: visible;
}

.sorianoasesor-advice__box--error {
  background: #fff;
  color: #7b6b6d;
  box-shadow: none;
}

@media (max-width: 767px) {
  .sorianoasesor-advice {
    margin-bottom: 0.7rem;
  }

  .sorianoasesor-advice__button {
    width: auto;
    max-width: 100%;
    font-size: 0.72rem;
  }

  .sorianoasesor-advice__box {
    margin-top: 0.5rem;
    padding: 0.82rem 0.9rem 0.85rem 1rem;
    font-size: 14px;
    line-height: 1.42;
    border-radius: 7px;
  }

  .sorianoasesor-advice__box::before {
    width: 24px;
    right: 0.75rem;
  }

  .sorianoasesor-advice__box-title {
    font-size: 12px;
  }

  .sorianoasesor-advice__box-text {
    display: block;
    overflow: visible;
  }
}
.sorianoasesor-card.is-advisor-pick {
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 4px 14px rgba(138,29,43,0.12);
  padding-bottom: 10px;
}
.sorianoasesor-card.is-advisor-pick .sorianoasesor-card__label {
  background: #8a1d2b;
  color: #fff;
}

/* =========================================================
   Soriano Asesor - limpieza visual 2026
   Estilo mas sobrio, con rojo del logo solo como acento.
   ========================================================= */

body#product .sorianoasesor {
  --soriano-asesor-accent: #d81919;
  --soriano-asesor-ink: #2f2f2f;
  --soriano-asesor-muted: #66615f;
  --soriano-asesor-border: rgba(0,0,0,.09);
  --soriano-asesor-bg: #ffffff;
  --soriano-asesor-soft: #faf8f7;

  margin: 2rem 0 2.25rem;
  padding: 1.45rem;
  background: var(--soriano-asesor-bg);
  border: 1px solid var(--soriano-asesor-border);
  border-radius: 14px;
  box-shadow: 0 12px 32px rgba(0,0,0,.045);
}

body#product .sorianoasesor::before {
  content: "Seleccion de expertos";
  top: -11px;
  left: 18px;
  padding: 4px 10px;
  background: #ffffff;
  color: var(--soriano-asesor-accent);
  border: 1px solid rgba(216,25,25,.18);
  border-radius: 999px;
  font-size: 10px;
  font-weight: 750;
  letter-spacing: .03em;
  text-transform: uppercase;
  box-shadow: 0 4px 12px rgba(0,0,0,.045);
}

body#product .sorianoasesor__title {
  margin-bottom: .35rem;
  color: var(--soriano-asesor-ink);
  font-size: 1.28rem;
  font-weight: 750;
  letter-spacing: 0;
}

body#product .sorianoasesor__title::before,
body#product .sorianoasesor__title::after {
  width: 34px;
  background: rgba(0,0,0,.16);
}

body#product .sorianoasesor__subtitle {
  color: var(--soriano-asesor-muted);
  font-size: 14px;
  width: min(880px, 100%);
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

body#product .sorianoasesor-guide {
  margin-top: .35rem;
  margin-bottom: 1rem;
  padding: .65rem .75rem;
  background: var(--soriano-asesor-soft);
  border: 1px solid var(--soriano-asesor-border);
  border-radius: 8px;
}

body#product .sorianoasesor-guide__question {
  color: var(--soriano-asesor-ink);
  font-size: .84rem;
  font-weight: 700;
}

body#product .sorianoasesor-guide__button {
  min-height: 30px;
  padding: .34rem .72rem;
  color: var(--soriano-asesor-ink);
  background: #ffffff;
  border: 1px solid var(--soriano-asesor-border);
  box-shadow: none;
}

body#product .sorianoasesor-guide__button:hover,
body#product .sorianoasesor-guide__button:focus,
body#product .sorianoasesor-guide__button.is-active {
  color: #ffffff;
  background: var(--soriano-asesor-ink);
  border-color: var(--soriano-asesor-ink);
  transform: none;
}

body#product .sorianoasesor-guide__note {
  color: var(--soriano-asesor-muted);
}

body#product .sorianoasesor__grid {
  gap: 1.05rem;
}

body#product .sorianoasesor-card {
  overflow: hidden;
  background: #ffffff;
  border: 1px solid var(--soriano-asesor-border);
  border-radius: 8px;
  box-shadow: 0 5px 16px rgba(0,0,0,.045);
  transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
}

body#product .sorianoasesor-card:hover {
  border-color: rgba(216,25,25,.18);
  box-shadow: 0 10px 24px rgba(0,0,0,.07);
  transform: translateY(-2px);
}

body#product .sorianoasesor-card.is-advisor-pick {
  border-color: rgba(216,25,25,.22);
  box-shadow: 0 8px 22px rgba(0,0,0,.065);
}

body#product .sorianoasesor-card__image-link {
  height: 285px;
  padding: .55rem .55rem .35rem;
  background: #ffffff;
}

body#product .sorianoasesor-card__image {
  max-height: 276px;
}

body#product .sorianoasesor-card.is-advisor-pick .sorianoasesor-card__image-link::after {
  display: none;
}

body#product .sorianoasesor-card__body {
  padding: .15rem .8rem .9rem;
}

body#product .sorianoasesor-card__label,
body#product .sorianoasesor-card.is-secondary-pick .sorianoasesor-card__label {
  margin-bottom: .42rem;
  color: var(--soriano-asesor-accent);
  background: rgba(216,25,25,.07);
  border-radius: 999px;
  box-shadow: none;
  font-size: .72rem;
  font-weight: 750;
}

body#product .sorianoasesor-card.is-advisor-pick .sorianoasesor-card__label {
  color: #ffffff;
  background: var(--soriano-asesor-accent);
}

body#product .sorianoasesor-card__name,
body#product .sorianoasesor-card__name a {
  color: var(--soriano-asesor-ink);
}

body#product .sorianoasesor-card__name a:hover {
  color: var(--soriano-asesor-accent);
}

body#product .sorianoasesor-card__reason {
  color: var(--soriano-asesor-muted);
  font-weight: 500;
}

body#product .sorianoasesor-card__signal {
  color: var(--soriano-asesor-accent);
  min-height: 2.58em;
  font-size: .76rem;
  line-height: 1.29;
  -webkit-line-clamp: 2;
}

body#product .sorianoasesor-card__price {
  color: #4f4f4f;
  font-size: 1.04rem;
}

body#product .sorianoasesor-card__button {
  color: #007a5a;
  font-size: .74rem;
}

body#product .sorianoasesor-card__button:hover,
body#product .sorianoasesor-card__button:focus {
  color: #00684d;
}

body#product .sorianoasesor-advice__button {
  color: var(--soriano-asesor-ink);
  background: #ffffff;
  border-color: var(--soriano-asesor-border);
  box-shadow: 0 4px 12px rgba(0,0,0,.045);
}

body#product .sorianoasesor-advice__button:hover,
body#product .sorianoasesor-advice__button:focus {
  color: #ffffff;
  background: var(--soriano-asesor-ink);
  border-color: var(--soriano-asesor-ink);
}

body#product .sorianoasesor-advice__box {
  color: var(--soriano-asesor-ink);
  background: #ffffff;
  border: 1px solid var(--soriano-asesor-border);
  border-left: 0;
  border-radius: 12px;
  box-shadow: 0 10px 28px rgba(0,0,0,.05);
}

body#product .sorianoasesor-advice__box::before {
  display: none;
}

body#product .sorianoasesor-advice__box-title {
  color: var(--soriano-asesor-accent);
}

body#product .sorianoasesor-advice__box-title::before {
  background: var(--soriano-asesor-accent);
  box-shadow: 0 0 0 4px rgba(216,25,25,.10);
}

body#product .sorianoasesor-inline-helper {
  border-left: 0 !important;
  border-color: rgba(0,0,0,.09) !important;
  box-shadow: 0 8px 22px rgba(0,0,0,.045) !important;
}

@media (max-width: 767px) {
  body#product .sorianoasesor-inline-helper {
    width: calc(100vw - 28px) !important;
    max-width: none !important;
    margin-left: auto !important;
    margin-right: auto !important;
    text-align: center !important;
  }

  body#product .sorianoasesor-inline-helper h1,
  body#product .sorianoasesor-inline-helper h2,
  body#product .sorianoasesor-inline-helper h3,
  body#product .sorianoasesor-inline-helper p {
    text-align: center !important;
  }
}

@media (min-width: 768px) {
  body#product .sorianoasesor__inner,
  body#product .sorianoasesor__header,
  body#product .sorianoasesor-guide,
  body#product .sorianoasesor-advice {
    margin-left: auto;
    margin-right: auto;
  }

  body#product .sorianoasesor__header {
    max-width: 980px;
    text-align: center;
  }

  body#product .sorianoasesor-guide {
    max-width: 920px;
    justify-content: center;
    text-align: center;
  }

  body#product .sorianoasesor-advice {
    display: flex;
    justify-content: center;
  }
}

@media (max-width: 767px) {
  body#product .sorianoasesor {
    margin: 1.4rem 0 1.8rem;
    padding: 1.15rem .9rem;
    border-radius: 8px;
    box-shadow: none;
  }

  body#product .sorianoasesor.is-mobile-collapsed .sorianoasesor-card:nth-child(n+4) {
    display: none;
  }

  body#product .sorianoasesor::before {
    left: 14px;
    font-size: 9px;
  }

  body#product .sorianoasesor-guide {
    padding: .7rem;
  }

  body#product .sorianoasesor-card {
    box-shadow: none;
  }

  body#product .sorianoasesor-card__image-link {
    height: 235px;
  }

  body#product .sorianoasesor-card__image {
    max-height: 225px;
  }
}
