/* Ajustes mínimos para usar la plantilla con marca y datos reales SerPrimal. */
.serprimal-logo {
  color: #1D1E21;
  display: inline-block;
  font-size: 34px;
  font-weight: 900;
  letter-spacing: -0.03em;
  line-height: 1;
  text-transform: none;
}

.serprimal-logo span {
  color: #DC1D24;
}

.serprimal-logo-footer {
  color: #ffffff;
}

.breadcrumb {
  background-image: url("../img/template/gym-workout-morning-2022-11-02-04-12-58-utc.jpg");
}

.product-image {
  min-height: 260px;
  position: relative;
}

.product-image img {
  height: 260px;
  object-fit: contain;
  padding: 18px;
}

.stock-badge {
  background: #DC1D24;
  border-radius: 999px;
  color: #ffffff;
  font-size: 12px;
  font-weight: 700;
  left: 14px;
  padding: 7px 12px;
  position: absolute;
  top: 14px;
  z-index: 2;
}

.stock-badge.is-out {
  background: #1D1E21;
}

.category-widget li + li,
.cart-widget li + li {
  border-top: 1px dashed rgba(135, 135, 135, .15);
}

.category-widget a,
.cart-widget li {
  align-items: center;
  color: #676767;
  display: flex;
  font-weight: 500;
  justify-content: space-between;
  padding: 12px 0;
}

.category-widget a.active,
.category-widget a:hover {
  color: #DC1D24;
}

.category-widget a::after {
  color: #DC1D24;
  content: "\f105";
  font-family: FontAwesome;
}

.cart-widget strong {
  color: #1D1E21;
}

.recent-products-lisiting img {
  height: 80px;
  object-fit: cover;
  width: 80px;
}

.alert {
  font-weight: 600;
}

.empty-state {
  color: #676767;
}

.cart-product-thumb {
  height: 70px;
  object-fit: cover;
  width: 100px;
}

.cart-total .login-gate {
  border-top: 1px solid rgba(103, 103, 103, .18);
  margin-top: 20px;
  padding-top: 20px;
}

.order-list .table span {
  display: block;
}

.success-check {
  align-items: center;
  background: rgba(220, 29, 36, .14);
  border-radius: 50%;
  color: #DC1D24;
  display: inline-flex;
  font-size: 42px;
  height: 92px;
  justify-content: center;
  width: 92px;
}

.blog-image img {
  height: 255px;
  object-fit: cover;
  width: 100%;
}

.blog-detail-left > .blog-image img {
  height: auto;
  max-height: 520px;
  object-fit: cover;
  width: 100%;
}

.blog-search-form {
  max-width: 420px;
  width: 100%;
}

.blog-search-form input {
  background: #f3f3f3;
  border: 1px solid rgba(103, 103, 103, .18);
  border-radius: 8px;
  min-height: 48px;
  padding: 0 15px;
  width: 100%;
}

.blog-author-image,
.blog-quote-image {
  height: 100px;
  width: 100px;
}

.recent-blog-thumb {
  height: 80px;
  width: 80px;
}

.blog-content p,
.blog-content ul,
.blog-content ol,
.blog-content blockquote {
  margin-bottom: 18px;
}

.blog-content img {
  border-radius: 16px;
  height: auto;
  max-width: 100%;
}

.blog-topic-list a {
  align-items: center;
  color: #676767;
  display: flex;
  font-weight: 500;
  justify-content: space-between;
}

.blog-topic-list a.active,
.blog-topic-list a:hover {
  color: #DC1D24;
}

.blog-topic-list strong {
  color: #1D1E21;
  font-size: 13px;
}

.active-blog-filters span,
.active-blog-filters a {
  background: #f3f3f3;
  border-radius: 999px;
  color: #1D1E21;
  display: inline-flex;
  font-size: 13px;
  font-weight: 700;
  padding: 8px 13px;
}

.active-blog-filters a {
  background: #DC1D24;
  color: #ffffff;
}

.blog-pagination .page-link {
  border-color: rgba(103, 103, 103, .18);
  color: #1D1E21;
  font-weight: 700;
}

.blog-pagination .active .page-link,
.blog-pagination .page-link:hover {
  background: #DC1D24;
  border-color: #DC1D24;
  color: #ffffff;
}

@media (max-width: 991.98px) {
  header,
  header .container,
  header .header-inner,
  header .header-right,
  header .header-right-bottom,
  header .header-nav,
  header .header-nav-inner {
    max-width: 100%;
    min-width: 0;
  }

  header .row {
    --bs-gutter-x: 0;
  }

  header .header-right {
    border-left: 0 !important;
    padding-left: 0 !important;
  }

  header .header-right-bottom {
    flex-wrap: wrap;
    gap: 14px;
    justify-content: center !important;
  }

  header .header-nav-menu,
  header .header-btn {
    width: 100%;
  }

  header .navbar-nav {
    flex-wrap: wrap;
    gap: 2px 10px;
    justify-content: center;
  }

  header .navbar-nav .nav-link {
    padding-left: 6px;
    padding-right: 6px;
    white-space: nowrap;
  }

  header .header-btn ul {
    justify-content: center;
  }
}

/* ============================================================
   Landing (body.index2): el diseño index2 del template espera
   una cabecera transparente flotando sobre el hero. Nuestra
   cabecera es una barra blanca en flujo normal, así que hay que
   deshacer el margin-top negativo del banner (que la tapaba y
   se comía los clics) y devolver a los enlaces su color oscuro.
   ============================================================ */
.index2 .banner {
  margin-top: 0 !important;
}

.index2 .header-nav .navbar-nav .nav-link {
  color: #676767 !important;
}

.index2 .header-nav .navbar-nav .nav-link:hover,
.index2 .header-nav .navbar-nav .nav-link.active {
  color: #DC1D24 !important;
}

.index2 header .header-btn .nav-link {
  color: #676767 !important;
}

.index2 header .slicknav_btn.slicknav_open:before,
.index2 header .slicknav_btn.slicknav_collapsed:before {
  color: #DC1D24 !important;
}

/* El template deja el icono de usuario transparente al pasar el
   ratón (invisible) en todas las páginas. */
header .header-btn .nav-link:hover {
  color: #DC1D24 !important;
}

/* Checkbox de privacidad del registro: el template apenas lo estila;
   lo hacemos grande y visible. */
.privacy-check .form-check-input {
  width: 1.35rem;
  height: 1.35rem;
  margin: 0.1rem 0 0;
  border: 2px solid #676767;
  cursor: pointer;
}
.privacy-check .form-check-input:checked {
  background-color: #DC1D24;
  border-color: #DC1D24;
}
.privacy-check .form-check-label {
  cursor: pointer;
  line-height: 1.5;
}
