body {
  font-family: "Montserrat", open-sans;
}

.navbar {
  background-color: black;

  border-bottom: 2px solid #6c6c6d;

  border-radius: 0px !important;
}

.buscador-border {
  border-radius: 1rem;

  border: none;

  background-color: white;
}

.carrito-nav {
  width: 2.5rem;
  margin-left: 2rem;
}

.container .column-seperation {
  border-left: 2px dotted #ded4da;
  border-right: 2px dotted #ded4da;
}

.btn-carrito {
  background-color: #d90023;

  color: white;

  border-radius: 999px;
  padding: 12px 22px;
  font-weight: 700;
}

.btn:hover,
.btn:focus,
.btn.focus {
  color: white !important;
  text-decoration: none;
}

.btn-carrito img {
  width: 1.5em;
  margin-right: 0.5em;
}

.buscador-border input {
  border-right: 1px solid #000000;
}

.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:focus,
.navbar-default .navbar-nav > .active > a:hover,
.title,
.btn-outline,
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #d90023 !important;
}

.navbar-default .navbar-nav > li > a {
  color: white;
  font-size: 1.5rem;
  font-weight: 600;
}

.navbar-default .navbar-nav > .active > a:after,
.navbar-default .navbar-nav > .active > a:focus:after,
.navbar-default .navbar-nav > .active > a:hover:after,
.btn-primary {
  background: none !important;
}

.navbar-default .navbar-nav > li > a:hover:after,
.navbar-default .navbar-nav > li > a:focus:after {
  background: none !important;
}

.pmix-cuenta button {
  background-color: #d90023;
  color: white;
  padding: 6px 50px;

  border-radius: 24px;
}

.pmix-cuenta {
  width: 100%;
}

.hero-text {
  /* font-size: 5rem; */
  font-size: 3.5rem;
  font-weight: 800;
  color: white;
}

.red-text {
  color: #d90023;
}

.hero-list {
  list-style: none; /* quitamos bullets */
  padding-left: 0;
}

.hero-list li {
  position: relative;
  padding-left: 55px; /* espacio para el icono */
  line-height: 1.1;
}

.hero-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.2em; /* ajuste vertical fino */
  width: 30px; /* tamaño del icono */
  height: 30px;
  background-image: url("/bundles/frontend/img/hero-list.png");
  background-size: contain;
  background-repeat: no-repeat;
}

.hero-marcas {
  position: absolute;
  width: 100%;
  top: -8rem;
  left: 0;
  display: flex;
  justify-content: center;
  gap: 1rem;
}

.hero-marcas img {
  height: 50px;
  width: auto;
}

.fondito {
  background-color: #dadada;
  border-radius: 15px;
}

/* Flex layout */
.searchbar-flex {
  display: flex;
  align-items: center;
  gap: 16px;
  margin: 4rem;
}

/* Proporciones similares a la captura */
.searchbar-item--select {
  flex: 1.2;
}
.searchbar-item--input {
  flex: 1;
}
.searchbar-item--btn {
  flex: 0 0 auto;
}

/* Controles */
.searchbar-control {
  width: 100%;
  height: 46px;
  border-radius: 10px;
  border: 1px solid rgba(0, 0, 0, 0.25);
  background: rgba(255, 255, 255, 0.92);
  padding: 0 14px;
  outline: none;
  font-size: 16px;
}

.searchbar-control:focus {
  border-color: rgba(0, 0, 0, 0.35);
  box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.08);
}

.searchbar-control > option:hover {
  background-color: #d20f1f;
}

/* Botón rojo pill */
.searchbar-btn {
  height: 46px;
  border: 0;
  border-radius: 999px;
  padding: 0 28px;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: #fff;
  background: #d20f1f;
  box-shadow: 0 10px 20px rgba(210, 15, 31, 0.25);
  white-space: nowrap;
}

.searchbar-btn:hover {
  filter: brightness(0.95);
}
.searchbar-btn:active {
  transform: translateY(1px);
}

.product-image-container {
  border: 1px solid black;
  border-radius: 30px;

  display: flex;
}

.product-image-container {
  width: 70%;
  aspect-ratio: 1 / 1;
  overflow: hidden;
  position: relative;
  margin: auto;
}

.product-image-container img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain; /* ← recorte inteligente */

  justify-content: center;
  align-items: center;
}

.product-img {
  width: 100%;
  aspect-ratio: 1 / 1; /* cuadrado */
  object-fit: contain; /* recorta sin deformar */
  border-radius: 8px; /* opcional, estética */
}

.btn-detalle {
  background-color: black;
  border-radius: 20px;
  color: white;
  padding: 0.5rem 2rem;
}

.copyright {
  display: flex;
  justify-content: end;

  margin: 2rem 0rem;
}

.promaker {
  display: flex;
  justify-content: center;
}

.promaker img {
  width: 200px;
}

.em-registro {
  position: relative;
  overflow: hidden;
  padding: 72px 0 92px;
  background:
    radial-gradient(
      circle at top right,
      rgba(217, 0, 35, 0.18),
      transparent 28%
    ),
    radial-gradient(
      circle at left center,
      rgba(217, 0, 35, 0.12),
      transparent 22%
    ),
    linear-gradient(135deg, #090909 0%, #121212 55%, #1a1a1a 100%);
}

.em-registro-shell {
  position: relative;
  z-index: 1;
  max-width: 1180px;
  margin: 0 auto;
  padding: 42px 42px 48px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 28px;
  background: rgba(10, 10, 10, 0.92);
  box-shadow: 0 30px 70px rgba(0, 0, 0, 0.28);
}

.em-registro-header {
  max-width: 680px;
  margin: 0 auto 34px;
}

.em-registro-kicker {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 14px;
  color: #ffffff;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.22em;
  text-transform: uppercase;
}

.em-registro-kicker:before,
.em-registro-kicker:after {
  content: "";
  width: 42px;
  height: 2px;
  background: #d90023;
  border-radius: 999px;
}

.em-registro-title {
  margin: 0 0 10px;
  color: #ffffff;
  font-size: 42px;
  font-weight: 800;
  line-height: 1.1;
  text-transform: uppercase;
}

.em-registro-subtitle {
  margin: 0;
  color: rgba(255, 255, 255, 0.75);
  font-size: 16px;
  line-height: 1.6;
}

.em-registro-body {
  padding: 32px;
  border-radius: 24px;
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0.05) 0%,
    rgba(255, 255, 255, 0.02) 100%
  );
  border: 1px solid rgba(255, 255, 255, 0.06);
}

.em-registro-intro {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 32px;
  padding: 24px 26px;
  border-radius: 22px;
  background: linear-gradient(
    135deg,
    rgba(217, 0, 35, 0.22) 0%,
    rgba(217, 0, 35, 0.08) 100%
  );
  border: 1px solid rgba(217, 0, 35, 0.22);
}

.em-registro-brand {
  display: flex;
  align-items: center;
  gap: 18px;
}

.em-registro-brand img {
  width: 168px;
  height: auto;
}

.em-registro-brand p {
  max-width: 540px;
  margin: 0;
  color: #ffffff;
  font-size: 15px;
  line-height: 1.6;
}

.em-registro-notes {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 10px;
}

.em-registro-notes span {
  display: inline-flex;
  align-items: center;
  min-height: 42px;
  padding: 10px 16px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.1);
  color: #ffffff;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.em-registro-alert {
  margin-bottom: 24px;
  padding: 18px 20px;
  border-radius: 18px;
  border: 1px solid transparent;
}

.em-registro-alert strong {
  display: block;
  margin-bottom: 4px;
  font-size: 16px;
  font-weight: 800;
}

.em-registro-alert p,
.em-registro-alert ul {
  margin: 0;
}

.em-registro-alert ul {
  padding-left: 18px;
}

.em-registro-alert--success {
  background: rgba(30, 152, 87, 0.14);
  border-color: rgba(30, 152, 87, 0.35);
  color: #dff7ea;
}

.em-registro-alert--error {
  background: rgba(217, 0, 35, 0.12);
  border-color: rgba(217, 0, 35, 0.28);
  color: #ffe3e7;
}

.em-registro-form {
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.em-registro-section-heading {
  margin-bottom: 22px;
}

.em-registro-section-heading h2 {
  margin: 0 0 6px;
  color: #ffffff;
  font-size: 24px;
  font-weight: 800;
  text-transform: uppercase;
}

.em-registro-section-heading p {
  margin: 0;
  color: rgba(255, 255, 255, 0.7);
  font-size: 14px;
}

.em-registro-grid,
.em-registro-account-grid {
  display: grid;
  gap: 18px;
}

.em-registro-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.em-registro-account-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.em-registro-field {
  display: flex;
  flex-direction: column;
}

.em-registro-field label {
  margin-bottom: 9px;
  color: #ffffff;
  font-size: 15px;
  font-weight: 600;
}

.em-registro-field-wide {
  grid-column: span 3;
}

.em-registro-control {
  width: 100%;
  min-height: 56px;
  padding: 0 18px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.04);
  color: #ffffff;
  font-size: 15px;
  transition:
    border-color 0.2s ease,
    box-shadow 0.2s ease,
    background 0.2s ease;
}

.em-registro-control::placeholder {
  color: rgba(255, 255, 255, 0.42);
}

.em-registro-control:focus {
  outline: none;
  border-color: rgba(217, 0, 35, 0.85);
  box-shadow: 0 0 0 4px rgba(217, 0, 35, 0.18);
  background: rgba(255, 255, 255, 0.07);
}

.em-registro-password,
.pm-password-toggle-wrapper {
  position: relative;
}

.em-registro-password .em-registro-control,
.pm-password-toggle-wrapper .em-registro-control,
.pm-password-toggle-wrapper .form-control {
  padding-right: 56px;
}

.em-registro-password-toggle,
.pm-password-toggle-button {
  position: absolute;
  top: 50%;
  right: 14px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  padding: 0;
  border: 0;
  background: transparent;
  color: #111111;
  transform: translateY(-50%);
  transition:
    color 0.2s ease,
    background 0.2s ease;
}

.em-registro-password-toggle:hover,
.em-registro-password-toggle:focus,
.pm-password-toggle-button:hover,
.pm-password-toggle-button:focus {
  outline: none;
  background: transparent;
  color: #111111;
}

.em-registro-password-toggle {
  color: #6d6d6d;
}

.em-registro-password-toggle:hover,
.em-registro-password-toggle:focus {
  color: #6d6d6d;
}

.em-registro-password-toggle-icon,
.pm-password-toggle-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
}

.em-registro-password-toggle-icon svg,
.pm-password-toggle-icon svg {
  display: block;
  width: 20px;
  height: 20px;
}

.em-registro-password-toggle-icon .em-registro-password-toggle-icon-closed,
.em-registro-password-toggle-icon .pm-password-toggle-icon-closed,
.pm-password-toggle-icon .em-registro-password-toggle-icon-closed,
.pm-password-toggle-icon .pm-password-toggle-icon-closed {
  display: none;
}

.em-registro-password.is-visible .em-registro-password-toggle-icon .em-registro-password-toggle-icon-open,
.em-registro-password.is-visible .em-registro-password-toggle-icon .pm-password-toggle-icon-open,
.em-registro-password.is-visible .pm-password-toggle-icon .em-registro-password-toggle-icon-open,
.em-registro-password.is-visible .pm-password-toggle-icon .pm-password-toggle-icon-open,
.pm-password-toggle-wrapper.is-visible .pm-password-toggle-icon .em-registro-password-toggle-icon-open,
.pm-password-toggle-wrapper.is-visible .pm-password-toggle-icon .pm-password-toggle-icon-open {
  display: none;
}

.em-registro-password.is-visible .em-registro-password-toggle-icon .em-registro-password-toggle-icon-closed,
.em-registro-password.is-visible .em-registro-password-toggle-icon .pm-password-toggle-icon-closed,
.em-registro-password.is-visible .pm-password-toggle-icon .em-registro-password-toggle-icon-closed,
.em-registro-password.is-visible .pm-password-toggle-icon .pm-password-toggle-icon-closed,
.pm-password-toggle-wrapper.is-visible .pm-password-toggle-icon .em-registro-password-toggle-icon-closed,
.pm-password-toggle-wrapper.is-visible .pm-password-toggle-icon .pm-password-toggle-icon-closed {
  display: block;
}

.em-registro-control option {
  color: #111111;
}

.em-registro-errors {
  min-height: 22px;
  margin-top: 8px;
  color: #ff9aa8;
  font-size: 13px;
  line-height: 1.4;
}

.em-registro-errors ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.em-registro-field-error .em-registro-control {
  border-color: rgba(255, 122, 142, 0.8);
  box-shadow: 0 0 0 3px rgba(217, 0, 35, 0.12);
}

.em-registro-divider {
  height: 1px;
  background: linear-gradient(
    90deg,
    rgba(255, 255, 255, 0) 0%,
    rgba(217, 0, 35, 0.6) 50%,
    rgba(255, 255, 255, 0) 100%
  );
}

.em-registro-checkbox {
  display: inline-flex;
  align-items: flex-start;
  gap: 12px;
  margin: -6px 0 0;
  color: #ffffff;
  font-size: 15px;
  font-weight: 500;
  cursor: pointer;
}

.em-registro-checkbox input {
  margin-top: 3px;
  accent-color: #d90023;
}

.em-registro-captcha {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  max-width: 420px;
  margin: 0 auto;
  padding: 18px 20px;
  border-radius: 20px;
  background: #f4f4f4;
  box-shadow: 0 18px 35px rgba(0, 0, 0, 0.18);
}

.em-registro-captcha-main {
  display: flex;
  align-items: center;
  gap: 14px;
  color: #111111;
}

.em-registro-captcha-main strong,
.em-registro-captcha-main small {
  display: block;
}

.em-registro-captcha-main strong {
  font-size: 15px;
  font-weight: 700;
}

.em-registro-captcha-main small {
  color: #6d6d6d;
  font-size: 12px;
}

.em-registro-captcha-check {
  flex: 0 0 26px;
  width: 26px;
  height: 26px;
  border: 2px solid #b6b6b6;
  border-radius: 6px;
  background: #ffffff;
}

.em-registro-captcha-brand {
  text-align: right;
}

.em-registro-captcha-brand span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 94px;
  min-height: 34px;
  padding: 8px 12px;
  border-radius: 999px;
  background: rgba(217, 0, 35, 0.12);
  color: #d90023;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.em-registro-submit {
  min-width: 220px;
  min-height: 56px;
  padding: 14px 26px;
  border: 0;
  border-radius: 999px;
  background: #d90023;
  box-shadow: 0 18px 34px rgba(217, 0, 35, 0.28);
  color: #ffffff;
  font-size: 16px;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.em-registro-submit:hover,
.em-registro-submit:focus {
  background: #b8001e;
  color: #ffffff;
}

@media (max-width: 1199px) {
  .em-registro-shell {
    padding: 32px;
  }

  .em-registro-body {
    padding: 24px;
  }

  .em-registro-intro {
    flex-direction: column;
    align-items: flex-start;
  }

  .em-registro-notes {
    justify-content: flex-start;
  }

  .em-registro-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 767px) {
  .em-registro {
    padding: 44px 0 60px;
  }

  .em-registro-shell {
    padding: 24px 18px;
    border-radius: 22px;
  }

  .em-registro-title {
    font-size: 30px;
  }

  .em-registro-body {
    padding: 18px;
    border-radius: 20px;
  }

  .em-registro-brand {
    flex-direction: column;
    align-items: flex-start;
  }

  .em-registro-brand img {
    width: 150px;
  }

  .em-registro-grid,
  .em-registro-account-grid {
    grid-template-columns: minmax(0, 1fr);
  }

  .em-registro-field-wide {
    grid-column: auto;
  }

  .em-registro-captcha {
    flex-direction: column;
    align-items: stretch;
    max-width: 100%;
  }

  .em-registro-captcha-brand {
    text-align: left;
  }
}

/* ====== Sección ====== */
.sec-home-showcase {
  padding: 70px 0 70px;
  background: #fff;
}
.sh-red {
  color: #d70b18;
}
.sh-title {
  margin: 0 0 12px;
  font-size: 2.5rem;
  font-weight: 700;
  color: #111;
}
.sh-subtitle {
  margin: 2.5rem 0 14px;
  font-size: 2.5rem;
  font-weight: 800;
  color: #111;
}

/* ====== Marcas (look igual a captura) ====== */
.sh-brands-bar {
  position: relative;
  max-width: 820px;
  margin: 0 auto;
  padding: 6px 44px;
  /* height: 44px; */
  display: flex;
  align-items: center;
}
.sh-brand-btn {
  position: absolute;
  top: 50%;
  margin-top: -14px;
  width: 28px;
  height: 28px;
  border: 0;
  border-radius: 50%;
  background: #d70b18;
  color: #fff;
  line-height: 28px;
  text-align: center;
  cursor: pointer;
  padding: 0;
  z-index: 5;
}
.sh-brand-btn-left {
  left: 6px;
}
.sh-brand-btn-right {
  right: 6px;
}
.sh-chev {
  font-size: 22px;
  font-weight: 700;
  position: relative;
  top: -1px;
}

.sh-brands-swiper {
  width: 100%;
}
.sh-brands-swiper .swiper-slide {
  width: auto; /* clave para logos “en fila” */
  display: flex;
  align-items: center;
  justify-content: center;
}
.sh-brand {
  display: inline-block;
  margin: 0 12px;
  opacity: 0.95;
}
.sh-brand img {
  height: 40px;
  width: auto;
  display: block;
}

/* ====== Productos ====== */
.sh-products-shell {
  position: relative;
  max-width: 980px;
  margin: 0 auto;
  padding: 0 34px; /* espacio para flechas grises */
}
.sh-side {
  position: absolute;
  top: 50%;
  margin-top: -16px;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  border: 0;
  background: #efefef;
  color: #9a9a9a;
  cursor: pointer;
  padding: 0;
  line-height: 32px;
  text-align: center;
  z-index: 5;
}
.sh-side-left {
  left: 0;
}
.sh-side-right {
  right: 0;
}
.sh-side-chev {
  font-size: 22px;
  font-weight: 700;
  position: relative;
  top: -1px;
}

/* Swiper spacing igual a la grilla */
.sh-products-swiper {
  width: 100%;
}
.sh-products-swiper .swiper-slide {
  box-sizing: border-box;
}

.sh-card {
  background: #fff;
  border: 1px solid #e9e9e9;
  border-radius: 6px;
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.04);
  padding: 10px;
  height: 240px;
  display: flex;
  flex-direction: column;
}
.sh-img {
  height: 140px;
  border-radius: 4px;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.sh-img img {
  max-width: 100%;
  max-height: 100%;
  display: block;
}
.sh-info {
  text-align: center;
  padding-top: 10px;
  margin-top: auto;
}
.sh-name {
  /* font-size: 13px; */
  font-weight: 800;
  color: #111;
  margin-bottom: 2px;
}
.sh-price {
  /* font-size: 12px; */
  font-weight: 800;
  color: #d70b18;
  margin-bottom: 8px;
}
.sh-btn {
  background: #d70b18;
  color: #fff;
  border-radius: 999px;
  font-weight: 700;
  font-size: 12px;
  padding: 6px 16px;
  border: 0;
}
.sh-btn:hover,
.sh-btn:focus {
  background: #b90914;
  color: #fff;
}

/* HERO (Bootstrap 3) */
.sec-hero-repuesto {
  padding: 0;
  background: transparent;
  background-image: url("/bundles/frontend/img/banner-secundario.jpg");

  height: 60vh;
  background-size: cover;
  background-repeat: no-repeat;

  display: flex;
  align-items: center;
}

.hr-box {
  position: relative;
  border-radius: 6px;
  overflow: hidden;

  /* Fondo (reemplazá la URL por tu imagen) */
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;

  /* Altura similar a captura */
  min-height: 210px;
}

/* Contenido arriba del overlay */
.hr-content {
  position: relative;
  z-index: 2;
  padding: 28px 24px;
  max-width: 520px; /* limita el texto a la izquierda */
}

.hr-title {
  margin: 0 0 14px;
  color: #fff;
  font-weight: 800;
  font-size: 4rem;
  line-height: 1.15;
}
.hr-red {
  color: #d70b18;
}

/* Botón rojo con “flecha” circular */
.hr-btn {
  background: #d70b18;
  color: #fff;
  border: 0;
  border-radius: 999px;
  font-weight: 700;
  font-size: 12px;
  padding: 9px 14px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;

  margin-top: 2rem;
}
.hr-btn:hover,
.hr-btn:focus {
  background: #b90914;
  color: #fff;
  text-decoration: none;
}

.hr-btn-ico {
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.18);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 2.5rem;
  line-height: 1;
  position: relative;
  top: -1px;
}

/* ====== SECTION ====== */
.sec-por-que {
  padding: 70px 0 70px;
  background: #fff;
}
.pq-title {
  margin: 0 0 8px;
  font-size: 2.5rem;
  font-weight: 800;
  color: #111;
}
.pq-desc {
  margin: 0 auto 10px;
  max-width: 760px;
  /* font-size: 11px; */
  line-height: 1.35;
  color: #222;
}

/* ====== “Seguinos en” ====== */
.pq-follow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 14px;
}
.pq-follow-label {
  font-size: 10px;
  color: #444;
}
.pq-yt {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: #111;
  color: #fff;
  border-radius: 10px;
  padding: 10px 10px;
  font-size: 10px;
  font-weight: 700;
  text-decoration: none;
}
.pq-yt:hover,
.pq-yt:focus {
  color: #fff;
  text-decoration: none;
  background: #000;
}
.pq-yt-dot {
  width: 10px;
  height: 10px;
  border-radius: 999px;
  background: #e60023; /* rojo tipo icono */
  display: inline-block;
}

/* ====== Bloque video ====== */
.pq-video {
  display: block;
  position: relative;
  max-width: 920px;
  margin: 0 auto;
  border-radius: 10px;
  overflow: hidden;
  background: #eee;
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.08);
  text-decoration: none;
}

/* Relación similar a la captura */
.pq-video:before {
  content: "";
  display: block;
  padding-top: 40%; /* ajusta alto */
}

.pq-video-bg {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  filter: saturate(0.9);
}

/* Iframe ocupa todo el espacio */
.pq-video iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.pmix-btn-primary {
  background-color: black !important;
}

.ingreso-text {
  color: white !important;
}

.button-acceso {
  background-color: black;
  color: white;
  padding: 0.5rem 2rem;
  border-radius: 20px;

  cursor: pointer;
}

.button-acceso:hover {
  background-color: #3f3f3f;
  color: white;
}

.button-acceso img {
  margin: 0;
}

.pmix-modal-col-1 {
  background-color: #d90023;
}

.pmix-modal-col-2 p a {
  color: #d90023 !important;
}

.pmix-btn-primary:hover {
  background: #3f3f3f !important;
}

.product-description {
  color: black;
  /* font-size: 1.2rem; */
}

.product-description .title {
  margin: 3rem 0rem;
}

.product-price {
  font-size: 2.5rem;
  font-weight: 600;

  margin-top: 3rem;
}

#home_slider .home-image {
  height: 100vh;
}

.consulta-busqueda-wrap {
  margin-top: 28px;
}
.consulta-busqueda-card {
  border: 1px solid #ead5d5;
  border-radius: 16px;
  padding: 20px 22px;
  background: linear-gradient(135deg, #fff6f6 0%, #ffffff 100%);
  box-shadow: 0 14px 34px rgba(162, 36, 35, 0.08);
}
.consulta-busqueda-title {
  display: block;
  color: #1c194e;
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 6px;
}
.consulta-busqueda-text {
  color: #5b5b5b;
  line-height: 1.6;
  margin: 0 0 14px;
}
.consulta-busqueda-btn {
  min-width: 260px;
  border-radius: 999px;
  padding: 12px 22px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}
.consulta-busqueda-modal .pmix-modal-dialog {
  width: 920px !important;
  max-width: 920px !important;
}
.consulta-busqueda-modal .pmix-modal-body {
  position: relative;
}
.consulta-busqueda-modal .pmix-modal-col-1 {
  display: flex !important;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 24px;
  padding: 40px !important;
}
.consulta-busqueda-modal .pmix-modal-col-2 {
  padding: 36px 30px !important;
}
.consulta-busqueda-logo {
  margin-bottom: 0 !important;
  border: none;
}
.consulta-busqueda-producto-card {
  width: 100%;
  background: #fff;
  border-radius: 18px;
  padding: 24px 22px;
  color: #1c194e;
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.15);
}
.consulta-busqueda-producto-label {
  display: inline-block;
  color: #d90023;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  margin: 0 0 12px;
}
.consulta-busqueda-producto-card h4 {
  color: #1c194e;
  font-size: 28px;
  line-height: 1.2;
  margin: 0 0 10px;
  word-break: break-word;
}
.consulta-busqueda-producto-card p {
  color: #5f5f5f;
  margin: 0;
  line-height: 1.6;
}
.consulta-busqueda-form-title {
  color: #1c194e;
  font-size: 28px;
  font-weight: 800;
  line-height: 1.15;
  margin: 0 0 10px;
}
.consulta-busqueda-form-text {
  color: #6a6a6a;
  line-height: 1.6;
  margin: 0 0 22px;
}
.consulta-busqueda-form-wrap .form-group {
  margin-bottom: 16px;
}
.consulta-busqueda-form-wrap label {
  color: #1c194e;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  margin-bottom: 8px;
}
.consulta-busqueda-form-wrap .form-control {
  border: 1px solid #d8d8d8;
  border-radius: 10px;
  min-height: 46px;
  box-shadow: none;
}
.consulta-busqueda-form-wrap textarea.form-control {
  min-height: 128px;
  resize: vertical;
}
.consulta-busqueda-submit {
  min-width: 220px;
  border-radius: 999px;
  padding: 12px 24px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

dt {
  text-align: left !important;
}
dd {
  font-weight: 600 !important;
}
.detalle-stock-badge {
  display: inline-flex;
  align-items: center;
  padding: 8px 14px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  margin-bottom: 18px;
}
.detalle-stock-badge.stock {
  background: #e8f7ed;
  color: #1f7a38;
}
.detalle-stock-badge.sin-stock {
  background: #fdeaea;
  color: #b42318;
}
.detalle-precios-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin: 24px 0;
}
.detalle-precio-card {
  flex: 1 1 180px;
  min-width: 180px;
  padding: 14px 16px;
  border: 1px solid #e4e4e4;
  border-radius: 12px;
  background: #fff;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.05);
}
.detalle-precio-titulo {
  display: block;
  color: #6d6d6d;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  margin-bottom: 6px;
}
.detalle-precio-valor {
  display: block;
  color: #d90023;
  font-size: 20px;
  line-height: 1.2;
}
.detalle-consulta-wrap {
  margin-top: 24px;
}
.detalle-consulta-alert {
  border-radius: 12px;
  margin-bottom: 16px;
}
.detalle-consulta-card {
  border: 1px solid #ead5d5;
  border-radius: 16px;
  padding: 18px 20px;
  background: linear-gradient(135deg, #fff6f6 0%, #ffffff 100%);
  box-shadow: 0 14px 34px rgba(162, 36, 35, 0.08);
}
.detalle-consulta-title {
  display: block;
  color: #1c194e;
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 6px;
}
.detalle-consulta-text {
  color: #5b5b5b;
  margin: 0 0 14px;
  line-height: 1.6;
}
.detalle-consulta-btn {
  min-width: 250px;
  border-radius: 999px;
  padding: 12px 22px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.04em;

  background-color: #d90023 !important;
  border-color: #d90023 !important;
}

.next-step.btn-theme,
.ver-pedidos,
.btn-sin-stock {
  background-color: #d90023 !important;
  border-color: #d90023 !important;
}

.agregar-producto-detalle-producto {
  border-radius: 999px !important;
  padding: 12px 22px !important;
}

.detalle-consulta-modal .pmix-modal-dialog {
  width: 920px !important;
  max-width: 920px !important;
}
.detalle-consulta-modal .pmix-modal-body {
  position: relative;
}
.detalle-consulta-modal .pmix-modal-col-1 {
  display: flex !important;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 24px;
  padding: 40px !important;
}
.detalle-consulta-modal .pmix-modal-col-2 {
  padding: 36px 30px !important;
}
.detalle-consulta-logo {
  margin-bottom: 0 !important;
}
.detalle-consulta-producto-card {
  width: 100%;
  background: #fff;
  border-radius: 18px;
  padding: 20px;
  color: #1c194e;
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.15);
}
.detalle-consulta-producto-image {
  width: 100%;
  max-height: 280px;
  object-fit: contain;
  border-radius: 12px;
  background: #fff;
  padding: 10px;
  margin-bottom: 14px;
}
.detalle-consulta-producto-label {
  display: inline-block;
  color: #d90023;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  margin: 0 0 10px;
}
.detalle-consulta-producto-card h4 {
  color: #1c194e;
  font-size: 22px;
  line-height: 1.3;
  margin: 0 0 8px;
}
.detalle-consulta-producto-card p {
  color: #5f5f5f;
  margin: 0;
}
.detalle-consulta-form-wrap {
  padding: 0;
}
.detalle-consulta-form-title {
  color: #1c194e;
  font-size: 28px;
  font-weight: 800;
  line-height: 1.15;
  margin: 0 0 10px;
}
.detalle-consulta-text-modal {
  color: #6a6a6a;
  line-height: 1.6;
  margin: 0 0 22px;
}
.detalle-consulta-form-wrap .form-group {
  margin-bottom: 16px;
}
.detalle-consulta-form-wrap label {
  color: #1c194e;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  margin-bottom: 8px;
}
.detalle-consulta-form-wrap .form-control {
  border: 1px solid #d8d8d8;
  border-radius: 10px;
  min-height: 46px;
  box-shadow: none;
}
.detalle-consulta-form-wrap textarea.form-control {
  min-height: 128px;
  resize: vertical;
}
.detalle-consulta-form-wrap .help-block,
.detalle-consulta-form-wrap .errors,
.detalle-consulta-form-wrap .form-error-message {
  color: #b42318;
  font-size: 12px;
  margin-top: 6px;
}
.detalle-consulta-disclaimer {
  color: #6b6b6b;
  font-size: 13px;
  line-height: 1.5;
  margin: 6px 0 18px;
}
.detalle-consulta-recaptcha {
  margin-bottom: 18px;
}
.detalle-consulta-submit {
  min-width: 220px;
  border-radius: 999px;
  padding: 12px 24px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

.col-lg-6.pmix-modal-col-1 img {
  border: none !important;
}

@media (max-width: 991px) {
  .detalle-consulta-modal .pmix-modal-dialog {
    width: auto !important;
    max-width: 100% !important;
  }
  .detalle-consulta-modal .pmix-modal-col-1 {
    padding: 28px 24px !important;
  }
  .detalle-consulta-modal .pmix-modal-col-2 {
    padding: 28px 24px !important;
  }
  .detalle-consulta-form-wrap {
    padding: 0;
  }
}

/* Darken effect for all buttons on hover/focus */
.btn,
.pmix-btn-primary,
.searchbar-btn,
.btn-carrito,
.detalle-consulta-btn,
.consulta-busqueda-btn,
.consulta-busqueda-submit {
  transition:
    filter 0.2s ease,
    transform 0.2s ease;
}

.btn:hover,
.btn:focus,
.pmix-btn-primary:hover,
.pmix-btn-primary:focus,
.searchbar-btn:hover,
.searchbar-btn:focus,
.btn-carrito:hover,
.btn-carrito:focus,
.detalle-consulta-btn:hover,
.detalle-consulta-btn:focus,
.consulta-busqueda-btn:hover,
.consulta-busqueda-btn:focus,
.consulta-busqueda-submit:hover,
.consulta-busqueda-submit:focus {
  filter: brightness(0.9);
}
@media (max-width: 991px) {
  .consulta-busqueda-modal .pmix-modal-dialog {
    width: auto !important;
    max-width: 100% !important;
  }
  .consulta-busqueda-modal .pmix-modal-col-1 {
    padding: 28px 24px !important;
  }
  .consulta-busqueda-modal .pmix-modal-col-2 {
    padding: 28px 24px !important;
  }
  .consulta-busqueda-btn,
  .consulta-busqueda-submit {
    width: 100%;
  }
}

/* ====== Responsive ====== */
@media (max-width: 1200px) {
  .catalogo-buscador-wrap {
    height: 2rem;
  }

  .fondito {
    top: -20rem;
    z-index: 2;
  }

  .hero-text {
    left: 4% !important;
    top: 9% !important;
    font-size: 4.5rem;
  }

  .hero-marcas {
    z-index: 2;
    top: -11rem;
    flex-wrap: wrap;
  }

  #home_slider .home-image {
    height: 70vh;
    min-height: 640px;
  }
}

@media (max-width: 767px) {
  .fondito {
    top: -32rem;
    z-index: 2;
  }
  #home_slider .home-image {
    height: 70vh;
  }

  .hero-text {
    left: 4% !important;
    top: 9% !important;
    font-size: 2.7rem;
  }

  .catalogo-buscador-wrap {
    height: 2rem;
  }

  .hero-list li {
    padding-left: 35px;
  }

  .hero-list li::before {
    top: 0.1em;
    width: 20px;
    height: 20px;
  }

  .hero-marcas {
    z-index: 2;

    top: -10rem;

    flex-wrap: wrap;
  }

  .hero-marcas img {
    height: 33px;
  }

  .pq-title {
    font-size: 3rem;
  }

  .pq-desc {
    font-size: 1.3rem;
    padding: 14px 14px;
  }
  .pq-video {
    border-radius: 8px;
  }
  .pq-video:before {
    padding-top: 52%;
  }
  .pq-play {
    width: 56px;
    height: 56px;
  }
  .pq-play-tri {
    border-left-width: 14px;
    border-top-width: 9px;
    border-bottom-width: 9px;
  }

  .hr-box {
    min-height: 190px;
  }
  .hr-content {
    padding: 22px 2.5rem;
    max-width: 100%;
  }
  .hr-title {
    font-size: 3rem;
  }

  .sh-brands-bar {
    padding: 6px 40px;
  }
  .sh-products-shell {
    padding: 0;
  }
  .sh-card {
    height: 230px;
  }
  .sh-img {
    height: 125px;
  }

  .searchbar-flex {
    flex-direction: column;
    align-items: stretch;
  }

  .searchbar-btn {
    width: 100%;
    justify-content: center;
  }
}

@media (min-width: 1200px) {
  .buscador-border input.form-control {
    width: 370px;
  }
}

@media (min-width: 992px) {
  .btn-buscador {
    padding: 0 12px 0 8px;
  }
}
