.productos-hero {
  padding: 1rem 0 0.75rem;
}
.productos-top-categories {
  padding: 0 0 0.65rem;
}
.productos-top-categories__bar {
  display: flex;
  align-items: center;
  gap: 0;
  background-color: #4b4b4b;
  overflow: hidden;
  position: relative;
}
.productos-top-categories__bar.is-loading::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(255, 255, 255, 0.08);
  pointer-events: none;
}
.productos-top-categories__home {
  flex: 0 0 auto;
  width: 48px;
  height: 42px;
  border: 0;
  background: transparent;
  color: #fff;
  font-size: 1rem;
}
.productos-top-categories__nav {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.productos-top-categories__link {
  display: inline-flex;
  align-items: center;
  min-height: 42px;
  padding: 0 1rem;
  color: #fff;
  font-size: 0.92rem;
  text-decoration: none;
  transition:
    background-color 0.2s ease,
    color 0.2s ease,
    opacity 0.2s ease;
}
.productos-top-categories__link:hover,
.productos-top-categories__link.is-active {
  background-color: #e7e7e7;
  color: #2f2f2f;
}
.productos-toolbar {
  padding: 0 0 0.85rem;
}
.productos-toolbar__inner {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.productos-toolbar__button {
  border: 1px solid #cfcfcf;
  background-color: #fff;
  color: #333;
  font-size: 0.95rem;
}
.productos-toolbar__button:disabled {
  opacity: 0.7;
  cursor: wait;
}
.productos-listing {
  padding: 0 0 3rem;
}
.productos-sidebar__box {
  padding: 1.1rem;
  border: 1px solid #e1e1e1;
  background-color: #fff;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.04);
}
.productos-sidebar__title {
  margin: 0 0 0.9rem;
  color: #2d2d2d;
  font-size: 1.05rem;
  font-weight: 600;
  line-height: 1.2;
}
.productos-sidebar__group + .productos-sidebar__group {
  margin-top: 1rem;
  padding-top: 1rem;
  border-top: 1px solid #ececec;
}
.productos-sidebar__group-title {
  margin: 0 0 0.7rem;
  color: #4a4a4a;
  font-size: 0.9rem;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.01em;
}
.productos-sidebar__check {
  display: block;
  margin-bottom: 0.45rem;
  font-size: 0.92rem;
  color: #404040;
}
.productos-sidebar__loading,
.productos-sidebar__empty,
.productos-empty-state {
  color: #6a6a6a;
  font-size: 0.92rem;
  line-height: 1.5;
}
.productos-grid {
  position: relative;
  min-height: 220px;
}
.productos-grid__loader {
  position: absolute;
  inset: 0;
  z-index: 5;
  display: none;
  justify-content: center;
  align-items: flex-start;
  padding-top: 1.25rem;
  background: rgba(255, 255, 255, 0.75);
  backdrop-filter: blur(1px);
  -webkit-backdrop-filter: blur(1px);
}
.productos-grid.is-loading .productos-grid__loader {
  display: flex;
}
.productos-grid.is-loading .row {
  opacity: 0.35;
  pointer-events: none;
}
.productos-grid__spinner {
  position: sticky;
  top: 1.25rem;
  width: 46px;
  height: 46px;
  border: 3px solid rgba(103, 181, 0, 0.18);
  border-top-color: rgb(103, 181, 0);
  border-radius: 50%;
  animation: productos-spin 0.8s linear infinite;
}
@keyframes productos-spin {
  to {
    transform: rotate(360deg);
  }
}
.producto-card {
  overflow: hidden;
  border: 1px solid #d8d8d8;
  background-color: #fff;
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.04);
}
.producto-card__media {
  position: relative;
}
.producto-card__image {
  display: block;
  width: 100%;
  aspect-ratio: 379 / 197;
  object-fit: cover;
}
.producto-card__promo {
  position: absolute;
  top: 0.8rem;
  left: 0.8rem;
  max-width: 235px;
  color: #fff;
  font-size: 0.92rem;
  font-weight: 500;
  line-height: 1.22;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.55);
}
.producto-card__body {
  display: flex;
  flex-direction: column;
  min-height: 250px;
  background-color: #fff;
}
.producto-card__head {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 168px;
  border-top: 1px solid #ececec;
  border-bottom: 1px solid #ececec;
}
.producto-card__head--simple {
  grid-template-columns: minmax(0, 1fr) 150px;
}
.producto-card__head--offer {
  grid-template-columns: minmax(0, 1fr) 145px;
}
.producto-card__title-wrap {
  display: flex;
  align-items: center;
  padding: 0.78rem 0.95rem 0.62rem;
  border-right: 1px solid #ececec;
}
.producto-card__title {
  margin: 0;
  color: #575757;
  font-size: 0.98rem;
  font-weight: 400;
  line-height: 1.22;
}
.producto-card__offer {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: center;
  padding: 0.7rem 0.8rem 0.55rem;
  color: #f39200;
  text-align: right;
}
.producto-card__offer-line {
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  gap: 0.35rem;
}
.producto-card__offer-main {
  font-size: 1.85rem;
  font-weight: 400;
  line-height: 0.92;
}
.producto-card__offer-main span {
  font-size: 0.95rem;
  vertical-align: top;
}
.producto-card__offer-sub {
  margin: 0 0 0.18rem;
  color: #f39200;
  font-size: 0.68rem;
  line-height: 1;
  white-space: nowrap;
}
.producto-card__offer-note {
  margin-top: 0.12rem;
  color: #7a7a7a;
  font-size: 0.66rem;
  line-height: 1.1;
}
.producto-card__price-mini {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0.72rem 0.9rem;
  color: #5b5b5b;
  text-align: right;
  font-size: 1.18rem;
  font-weight: 600;
  line-height: 1;
}
.producto-card__price-mini span {
  margin-top: 0.18rem;
  color: #8a8a8a;
  font-size: 0.7rem;
  font-weight: 400;
  line-height: 1.15;
}
.producto-card__content-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 170px;
  border-bottom: 0;
}
.producto-card__content-left {
  padding: 0;
  border-right: 0;
}
.producto-card__content-right {
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  padding: 0.7rem 0.95rem 0.75rem;
}
.producto-card__content-right--stacked {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: center;
  padding: 0.6rem 0.95rem 0.75rem;
}
.producto-card__meta {
  padding: 0.64rem 0.95rem 0.14rem;
  color: #565656;
  font-size: 0.92rem;
  line-height: 1.2;
}
.producto-card__icons {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.42rem;
  padding: 0.02rem 0.95rem 0.72rem;
}
.producto-card__icon {
  display: block;
  width: 21px;
  height: 21px;
  object-fit: contain;
  filter: brightness(0.5);
  opacity: 0.95;
}
.producto-card__footer {
  margin-top: auto;
  padding: 0 0.95rem 0.95rem;
}
.producto-card__footer--split {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: end;
  gap: 0.7rem;
  padding-top: 0.52rem;
}
.producto-card__departure {
  display: flex;
  align-items: center;
  color: #757575;
  font-size: 0.77rem;
  line-height: 1.26;
}
.producto-card__bottom {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: end;
  gap: 0.7rem;
  margin-top: 0.42rem;
}
.producto-card__price-box {
  text-align: left;
}
.producto-card__price-box--secondary {
  text-align: right;
}
.producto-card__price {
  color: #565656;
  font-size: 1.55rem;
  font-weight: 500;
  line-height: 1;
}
.producto-card__price-note {
  margin-top: 0.08rem;
  color: #8a8a8a;
  font-size: 0.71rem;
  line-height: 1.18;
}
.producto-card__price-note--primary {
  margin: 0 0 0.35rem;
  color: #7a7a7a;
  font-size: 0.71rem;
  line-height: 1.15;
  text-align: right;
}
.producto-card__cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 138px;
  min-height: 36px;
  padding: 0.5rem 0.95rem;
  background-color: #f39200;
  color: #fff;
  font-size: 0.84rem;
  font-weight: 700;
  text-decoration: none;
  letter-spacing: 0.01em;
  text-transform: uppercase;
}
.producto-card__cta:hover {
  color: #fff;
  background-color: #d97f00;
}
@media (max-width: 991.98px) {
  .productos-top-categories__nav {
    overflow-x: auto;
    flex-wrap: nowrap;
    width: 100%;
  }
  .productos-top-categories__link {
    white-space: nowrap;
  }
}
@media (max-width: 767.98px) {
  .producto-card__head,
  .producto-card__head--simple,
  .producto-card__head--offer,
  .producto-card__content-grid,
  .producto-card__bottom,
  .producto-card__footer--split {
    grid-template-columns: 1fr;
  }
  .producto-card__title-wrap,
  .producto-card__content-left {
    border-right: 0;
    border-bottom: 1px solid #ececec;
  }
  .producto-card__offer,
  .producto-card__price-mini,
  .producto-card__price-box--secondary {
    text-align: left;
    align-items: flex-start;
  }
  .producto-card__offer-line {
    justify-content: flex-start;
  }
  .producto-card__price-note--primary {
    text-align: left;
  }
  .producto-card__content-right,
  .producto-card__content-right--stacked {
    justify-content: flex-start;
    align-items: flex-start;
  }
  .producto-card__cta {
    width: 100%;
  }
}
