.producto-detalle-hero {
  padding: 1rem 0 0.75rem;
}
.producto-detalle-hero__media {
  overflow: hidden;
  border: 1px solid #dcdcdc;
  background-color: #fff;
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.05);
}
.producto-detalle-hero__image {
  display: block;
  width: 100%;
  height: auto;
  max-height: 300px;
  object-fit: contain;
  object-position: center;
  background-color: #f4f4f4;
}
.producto-detalle-categories {
  padding: 0 0 0.8rem;
}
.producto-detalle-categories__bar {
  display: flex;
  align-items: center;
  gap: 0;
  background-color: #4b4b4b;
  overflow: hidden;
}
.producto-detalle-categories__home {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  width: 48px;
  height: 42px;
  border: 0;
  background: transparent;
  color: #fff;
  font-size: 1rem;
  text-decoration: none;
}
.producto-detalle-categories__nav {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.producto-detalle-categories__link {
  display: inline-flex;
  align-items: center;
  min-height: 42px;
  padding: 0 1rem;
  color: #fff;
  font-size: 0.92rem;
  text-decoration: none;
}
.producto-detalle-categories__link:hover,
.producto-detalle-categories__link.is-active {
  background-color: #e7e7e7;
  color: #2f2f2f;
}
.producto-detalle-breadcrumb {
  padding: 0.25rem 0 1rem;
}
.producto-detalle-breadcrumb__list {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
  margin: 0;
  padding: 0;
  list-style: none;
  color: #666;
  font-size: 0.9rem;
}
.producto-detalle-breadcrumb__list li:not(:last-child)::after {
  content: "/";
  margin-left: 0.45rem;
  color: #999;
}
.producto-detalle-breadcrumb__list a {
  color: #666;
  text-decoration: none;
}
.producto-detalle-summary {
  padding: 0 0 1.25rem;
}
.producto-detalle-summary__box {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  border: 1px solid #bfbfbf;
  background: #fff;
}
.producto-detalle-summary__left {
  background-color: #4a4a4a;
  color: #fff;
}
.producto-detalle-summary__title-box {
  padding: 1rem 1rem 0.9rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.25);
}
.producto-detalle-summary__title {
  margin: 0;
  color: #fff;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.2;
}
.producto-detalle-summary__meta-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 0.9rem 1rem;
}
.producto-detalle-summary__duration {
  color: #fff;
  font-size: 1rem;
  line-height: 1.2;
  white-space: nowrap;
}
.producto-detalle-summary__icons {
  display: flex;
  align-items: center;
  gap: 0.85rem;
  flex-wrap: wrap;
}
.producto-detalle-summary__icon {
  width: 28px;
  height: 28px;
  object-fit: contain;
  filter: brightness(0) invert(1) contrast(200%);
  opacity: 1;
}
.producto-detalle-summary__right {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 1rem 1.1rem;
  background-color: #fff;
}
.producto-detalle-summary__price-label {
  color: #5f5f5f;
  font-size: 0.95rem;
  line-height: 1.2;
}
.producto-detalle-summary__price {
  margin-top: 0.25rem;
  color: #2e2e2e;
  font-size: 2.05rem;
  font-weight: 500;
  line-height: 1;
}
.producto-detalle-summary__price-note {
  margin-top: 0.35rem;
  color: #666;
  font-size: 0.95rem;
  line-height: 1.2;
}
.producto-detalle-summary__cta-wrap {
  margin-top: 1rem;
  display: flex;
  justify-content: flex-end;
}
.producto-detalle-summary__cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 190px;
  min-height: 38px;
  padding: 0.55rem 1rem;
  background-color: #0f5c2b;
  color: #fff;
  font-size: 0.95rem;
  font-weight: 600;
  text-decoration: none;
}
.producto-detalle-summary__cta:hover {
  color: #fff;
  background-color: #0a4b22;
}
.producto-detalle-summary__promo-box {
  margin-top: 1rem;
  padding: 0.9rem 1rem;
  border: 1px solid #d6d6d6;
  background-color: #fff;
}
.producto-detalle-summary__promo-box p {
  margin: 0;
  color: #4f4f4f;
  font-size: 0.96rem;
  line-height: 1.45;
}
.producto-detalle-summary__promo-box p + p {
  margin-top: 0.35rem;
}
.producto-detalle-summary__promo-box strong {
  color: #67b500;
}
.producto-detalle-section {
  padding: 0 0 1.5rem;
}
.producto-detalle-panel {
  border: 1px solid #d3d3d3;
  background-color: #fff;
}
.producto-detalle-panel__heading {
  display: flex;
  align-items: center;
  gap: 0.9rem;
  min-height: 40px;
  padding: 0.5rem 1rem;
  background-color: #4a4a4a;
  color: #fff;
}
.producto-detalle-panel__heading--light {
  background-color: #efefef;
  border-top: 4px solid #4a4a4a;
  color: #2f2f2f;
}
.producto-detalle-panel__step {
  color: #fff;
  font-size: 1rem;
  font-weight: 700;
}
.producto-detalle-panel__title {
  margin: 0;
  color: inherit;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.2;
}
.producto-detalle-panel__body {
  padding: 1rem;
  background-color: #fff;
}
.producto-detalle-panel__body--table {
  padding: 0;
}
.producto-detalle-panel__body--conditions {
  padding: 1.5rem 1.5rem 1.75rem;
}
.producto-detalle-includes {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0.75rem;
  margin: 0;
  padding: 0;
  list-style: none;
}
.producto-detalle-includes li {
  display: flex;
  align-items: center;
  gap: 0.85rem;
  color: #404040;
  font-size: 1rem;
  line-height: 1.4;
}
.producto-detalle-includes__icon-wrap {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  padding: 4px;
  border-radius: 999px;
  background-color: #0f5c2b;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
  flex: 0 0 auto;
}
.producto-detalle-includes__icon-wrap img {
  width: 18px;
  height: 18px;
  object-fit: contain;
}
.producto-detalle-includes-extra {
  margin-top: 1rem;
  color: #565656;
  font-size: 0.95rem;
  line-height: 1.7;
}
.producto-detalle-table {
  width: 100%;
  border-collapse: collapse;
}
.producto-detalle-table thead th {
  padding: 0.7rem 1rem;
  background-color: #7a7a7a;
  color: #fff;
  font-size: 0.95rem;
  font-weight: 600;
  text-align: center;
}
.producto-detalle-table tbody td {
  padding: 0.8rem 1rem;
  border-top: 1px solid #e5e5e5;
  color: #555;
  font-size: 0.9rem;
  text-align: center;
}
.producto-detalle-conditions div,
.producto-detalle-conditions p,
.producto-detalle-conditions span,
.producto-detalle-conditions strong,
.producto-detalle-conditions li {
  color: #5a5a5a !important;
  font-family: "Asap", Arial, Helvetica, sans-serif !important;
  font-size: 0.98rem !important;
  line-height: 1.7 !important;
  text-align: left !important;
}
.producto-detalle-conditions p:last-child {
  margin-bottom: 0;
}
@media (max-width: 991.98px) {
  .producto-detalle-categories__nav {
    overflow-x: auto;
    flex-wrap: nowrap;
    width: 100%;
  }
  .producto-detalle-categories__link {
    white-space: nowrap;
  }
  .producto-detalle-summary__box {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 767.98px) {
  .producto-detalle-summary__meta-box {
    flex-direction: column;
    align-items: flex-start;
  }
  .producto-detalle-summary__cta-wrap {
    justify-content: flex-start;
  }
  .producto-detalle-summary__cta {
    width: 100%;
  }
  .producto-detalle-panel__body--conditions {
    padding: 1.1rem 1rem 1.25rem;
  }
  .producto-detalle-hero__image {
    max-height: 220px;
  }
  .producto-detalle-summary__icon {
    width: 26px;
    height: 26px;
  }
}
/* ========= Page loader ========= */
.detalle-loading .detalle-content {
  display: none;
}
.detalle-loader {
  display: none;
  justify-content: center;
  align-items: center;
  padding: 5rem 0;
}
.detalle-loading .detalle-loader {
  display: flex;
}
.detalle-loader__spinner {
  width: 48px;
  height: 48px;
  border: 4px solid var(--color-border);
  border-top-color: var(--color-veci-green);
  border-radius: 50%;
  animation: detalle-spin 0.75s linear infinite;
}
@keyframes detalle-spin {
  to { transform: rotate(360deg); }
}
/* ========= Error state ========= */
.detalle-error {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 5rem 1rem;
  text-align: center;
}
.detalle-error__icon {
  font-size: 3rem;
  color: var(--color-border);
  line-height: 1;
  margin-bottom: 1.25rem;
}
.detalle-error__title {
  margin: 0 0 0.5rem;
  font-size: 1.4rem;
  font-weight: 700;
  color: var(--color-text);
}
.detalle-error__desc {
  margin: 0 0 1.75rem;
  color: var(--color-text-soft);
  font-size: 1rem;
}
.detalle-error__back {
  display: inline-block;
  padding: 0.55rem 1.5rem;
  border-radius: var(--radius-sm);
  background-color: var(--color-veci-green);
  color: #fff;
  font-weight: 600;
  font-size: 0.95rem;
  text-decoration: none;
  transition: background-color 0.2s;
}
.detalle-error__back:hover {
  background-color: rgb(82, 145, 0);
  color: #fff;
}
