@charset "UTF-8";
.u-title-carousel {
  font-family: "Varela Round", sans-serif;
  font-weight: 700;
  text-transform: capitalize;
  letter-spacing: -2px;
  line-height: 1.1;
  font-size: 2.5rem;
}
@media (min-width: 992px) {
  .u-title-carousel {
    font-size: 2.813rem;
  }
}
@media (min-width: 1200px) {
  .u-title-carousel {
    font-size: 4.813rem;
  }
}

.u-subtitle-carousel {
  font-size: 1.375rem;
  color: #8fb1ff;
  display: inline-block;
  font-style: italic;
  border-radius: 3px;
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .u-subtitle-carousel {
    font-size: 2.2rem !important;
  }
}

.u-heading-1 {
  font-family: "poppins", sans-serif;
  font-size: 2.5rem;
}
@media (min-width: 992px) {
  .u-heading-1 {
    font-size: 2.813rem;
  }
}

.u-heading-2 {
  max-width: 100%;
  box-sizing: border-box;
  word-wrap: break-word;
  overflow-wrap: break-word;
  font-family: "poppins", sans-serif;
  font-size: 2.5rem;
  font-weight: 600;
  line-height: 1.2;
}
@media (min-width: 992px) {
  .u-heading-2 {
    font-size: 3rem;
  }
}

.u-heading-3 {
  font-family: "poppins", sans-serif;
  font-size: 2rem;
  font-weight: 700;
}
@media (min-width: 992px) {
  .u-heading-3 {
    font-size: 2.5rem;
  }
}

.u-heading-4 {
  font-family: "Nunito", sans-serif;
  font-size: 1.4rem;
  font-weight: 400;
  letter-spacing: -1px;
  margin-bottom: 10px;
}
@media (min-width: 992px) {
  .u-heading-4 {
    font-size: 1.6rem;
  }
}

.u-heading-5 {
  font-family: "poppins", sans-serif;
  font-size: 1.375rem;
}
@media (min-width: 992px) {
  .u-heading-5 {
    font-size: 1.625rem;
  }
}

.u-heading-6 {
  font-family: "poppins", sans-serif;
  font-size: 1.25rem;
}
@media (min-width: 992px) {
  .u-heading-6 {
    font-size: 1.5rem;
  }
}

.u-text {
  font-family: "poppins", sans-serif;
  font-size: 1.125rem;
  line-height: 1.5;
  font-weight: 400;
  color: #6f6f6f;
}

.mb-15 {
  margin-bottom: 15px;
}

.mt-25 {
  margin-top: 25px;
}

.mt-15 {
  margin-top: 15px;
}

.mb-20 {
  margin-bottom: 20px;
}

.heading-box {
  color: #e0040b;
}

.red-gradient {
  color: #ff0000;
  background-image: linear-gradient(45deg, #e0040b 15%, #fc5130 65%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

@media (min-width: 768px) {
  .w-md-50 {
    width: 50%;
  }
}
.hamburger {
  padding: 0;
  cursor: pointer;
  transition-property: opacity, filter;
  transition-duration: 0.15s;
  transition-timing-function: linear;
}

.hamburger-box {
  width: 24px;
  height: 18px;
  display: inline-block;
  position: relative;
}

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -2px;
}

.hamburger-inner,
.hamburger-inner::before,
.hamburger-inner::after {
  width: 24px;
  height: 2px;
  background-color: #ffffff;
  border-radius: 2px;
  position: absolute;
  transition: all 0.3s ease;
}

.hamburger-inner::before,
.hamburger-inner::after {
  content: "";
  display: block;
}

.hamburger-inner::before {
  top: -7px;
}

.hamburger-inner::after {
  bottom: -7px;
}

/* Estado activo (X) */
.hamburger.is-active .hamburger-inner {
  transform: rotate(45deg);
}

.hamburger.is-active .hamburger-inner::before {
  transform: rotate(90deg);
  top: 0;
}

.hamburger.is-active .hamburger-inner::after {
  transform: rotate(90deg);
  bottom: 0;
}

.hamburger-inner,
.hamburger-inner::before,
.hamburger-inner::after {
  background-color: #ffffff; /* <-- importante, sino queda invisible */
}

.navbar-toggler {
  border: none;
}

.navbar-toggler:focus,
.navbar-toggler:active,
.navbar-toggler:focus-visible {
  outline: 2px solid #fff;
  box-shadow: none;
}

.menu-item .nav-link {
  color: #000 !important;
}

.header {
  background-color: #001a34;
}
.header__img {
  width: 180px;
  height: auto;
}
.header__logo {
  width: 100%;
  max-width: 120px;
}
.header__menu {
  align-self: flex-start;
}

.header-top {
  background-color: #000;
}
.header-top__iconos {
  color: #ff5b0d;
}
.header-top__span {
  color: #fff;
}

.footer {
  background-color: green;
}
.footer__wrap {
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.footer__h3 {
  margin-top: 2rem;
  font-family: "poppins", sans-serif;
  font-size: 1.375rem;
  color: #eee;
  margin-bottom: 2.5rem;
  font-weight: 600;
  letter-spacing: 1px;
  position: relative;
  overflow-wrap: break-all;
}
.footer__h3::before {
  content: "";
  display: inline-block;
  height: 2px;
  width: 70px;
  background-color: #fff;
  position: absolute;
  bottom: -6px;
}
.footer__list {
  display: flex;
  column-gap: 0.7rem;
  margin-left: 0;
  padding-left: 0;
}
.footer__items {
  list-style: none;
}
.footer__list--lugares {
  font-size: 1.125rem;
  display: flex;
  flex-direction: column;
  row-gap: 0.5rem;
  padding-left: 0;
  margin-left: 0;
}
.footer__items--lugares {
  color: #eee;
  list-style: none;
}
.footer__input {
  margin-bottom: 1rem;
}

.producto-detalle {
  background-color: #fff;
}
.producto-detalle__galeria {
  width: 100%;
}
.producto-detalle__imagen-principal {
  margin: 0;
  overflow: hidden;
  background-color: #f0f4f7;
  border-radius: 0.25rem;
}
.producto-detalle__img {
  display: block;
  object-fit: cover;
  aspect-ratio: 1/1;
}
.producto-detalle__zoom {
  position: absolute;
  left: 0.75rem;
  bottom: 0.75rem;
  display: grid;
  place-items: center;
  width: 2.25rem;
  height: 2.25rem;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.92);
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.12);
  cursor: pointer;
}
.producto-detalle__zoom-icon {
  display: block;
  width: 0.85rem;
  height: 0.85rem;
  border: 1.5px solid #000;
  position: relative;
}
.producto-detalle__zoom-icon::before, .producto-detalle__zoom-icon::after {
  content: "";
  position: absolute;
  background: #000;
}
.producto-detalle__zoom-icon::before {
  width: 1.5px;
  height: 60%;
  top: 20%;
  left: 50%;
  transform: translateX(-50%);
}
.producto-detalle__zoom-icon::after {
  height: 1.5px;
  width: 60%;
  left: 20%;
  top: 50%;
  transform: translateY(-50%);
}
.producto-detalle__miniaturas {
  overflow-x: auto;
}
.producto-detalle__thumb {
  flex: 0 0 auto;
  width: 4.5rem;
  height: 4.5rem;
  padding: 0;
  border: 2px solid transparent;
  background: #f0f4f7;
  cursor: pointer;
  overflow: hidden;
}
@media (min-width: 768px) {
  .producto-detalle__thumb {
    width: 5.5rem;
    height: 5.5rem;
  }
}
.producto-detalle__thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.producto-detalle__thumb.is-active, .producto-detalle__thumb:hover, .producto-detalle__thumb:focus-visible {
  border-color: #000;
  outline: none;
}
.producto-detalle__badge {
  display: inline-block;
  margin-bottom: 0.75rem;
  padding: 0.2rem 0.65rem;
  border-radius: 999px;
  background-color: #4db8a7;
  color: #fff;
  font-family: "poppins", sans-serif;
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}
.producto-detalle__cabecera {
  margin-bottom: 0.25rem;
}
.producto-detalle__titulo {
  font-family: "poppins", sans-serif;
  font-size: clamp(1.5rem, 2.5vw, 2rem);
  font-weight: 700;
  color: #000;
  line-height: 1.2;
}
.producto-detalle__marca {
  flex-shrink: 0;
  width: 4.5rem;
  height: 4.5rem;
  object-fit: contain;
}
.producto-detalle__estrellas {
  color: #f5c324;
  font-size: 0.95rem;
}
.producto-detalle__reseñas {
  margin-left: 0.25rem;
  color: #b1b5b8;
  font-family: "poppins", sans-serif;
  font-size: 0.875rem;
}
.producto-detalle__sku {
  color: #b1b5b8;
  font-family: "poppins", sans-serif;
  font-size: 0.8rem;
}
.producto-detalle__descripcion {
  color: #6b7280;
  font-family: "poppins", sans-serif;
  font-size: 0.95rem;
  line-height: 1.55;
  max-width: 36rem;
}
.producto-detalle__precio {
  font-family: "poppins", sans-serif;
  font-size: clamp(1.75rem, 3vw, 2.25rem);
  font-weight: 700;
  color: #000;
  line-height: 1;
}
.producto-detalle__label {
  display: block;
  margin-bottom: 0.5rem;
  font-family: "poppins", sans-serif;
  font-size: 0.95rem;
  font-weight: 600;
  color: #000;
}
.producto-detalle__talla {
  min-width: 2.75rem;
  height: 2.5rem;
  padding: 0 0.75rem;
  border: 1px solid #d1d5db;
  background: #fff;
  color: #000;
  font-family: "poppins", sans-serif;
  font-size: 0.9rem;
  font-weight: 600;
  cursor: pointer;
  transition: background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}
.producto-detalle__talla.is-active, .producto-detalle__talla[aria-pressed=true] {
  background: #000;
  border-color: #000;
  color: #fff;
}
.producto-detalle__talla:hover:not(.is-active) {
  border-color: #000;
}
.producto-detalle__cantidad {
  max-width: 8.5rem;
  flex-wrap: nowrap;
}
.producto-detalle__qty-btn {
  border: 1px solid #d1d5db;
  background: #fff;
  color: #000;
  font-weight: 600;
  min-width: 2.5rem;
}
.producto-detalle__qty-btn:hover {
  background: #f0f4f7;
}
.producto-detalle__qty-input {
  border-color: #d1d5db;
  border-left: 0;
  border-right: 0;
  box-shadow: none;
  font-family: "poppins", sans-serif;
  font-weight: 600;
}
.producto-detalle__qty-input:focus {
  box-shadow: none;
  border-color: #d1d5db;
}
.producto-detalle__qty-input {
  appearance: textfield;
}
.producto-detalle__qty-input::-webkit-outer-spin-button, .producto-detalle__qty-input::-webkit-inner-spin-button {
  appearance: none;
  margin: 0;
}
.producto-detalle__btn {
  min-height: 2.75rem;
  padding: 0.65rem 1.25rem;
  border: 0;
  border-radius: 0.2rem;
  font-family: Raleway;
  font-size: 0.95rem;
  font-weight: 700;
  line-height: 1.2;
  white-space: nowrap;
}
.producto-detalle__btn--carrito {
  background-color: #f5c324;
  color: #000;
}
.producto-detalle__btn--carrito:hover, .producto-detalle__btn--carrito:focus-visible {
  background-color: #001a34;
  color: #fff;
}
.producto-detalle__btn--comprar {
  background-color: #000;
  color: #fff;
}
.producto-detalle__btn--comprar:hover, .producto-detalle__btn--comprar:focus-visible {
  background-color: #2b2d30;
  color: #fff;
}
.producto-detalle__utilidad {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  color: #000;
  font-family: "poppins", sans-serif;
  font-size: 0.9rem;
  text-decoration: none;
}
.producto-detalle__utilidad:hover {
  text-decoration: underline;
}
.producto-detalle__utilidad-icon {
  font-size: 1rem;
  line-height: 1;
}
.producto-detalle__attrs {
  border-top: 1px solid #e5e7eb;
}
.producto-detalle__attr {
  display: grid;
  grid-template-columns: 6rem 1fr;
  gap: 1rem;
  padding: 0.85rem 0;
  border-bottom: 1px solid #e5e7eb;
  margin: 0;
}
.producto-detalle__attr dt,
.producto-detalle__attr dd {
  margin: 0;
  font-family: "poppins", sans-serif;
  font-size: 0.95rem;
}
.producto-detalle__attr dt {
  font-weight: 600;
  color: #000;
}
.producto-detalle__attr dd {
  color: #4b5563;
}
@media (max-width: 575px) {
  .producto-detalle__acciones .producto-detalle__cantidad {
    max-width: none;
    width: 100%;
  }
}

.panel-carrito {
  width: min(100%, 26.25rem);
}
.panel-carrito__cabecera {
  padding: 1rem 1.25rem;
}
.panel-carrito__titulo {
  text-transform: uppercase;
  font-family: "poppins", sans-serif;
  font-weight: 700;
  color: #2f323a;
}
.panel-carrito__cuerpo {
  display: flex;
  flex-direction: column;
  overflow: hidden;
}
.panel-carrito .widget_shopping_cart_content {
  display: flex;
  flex-direction: column;
  height: 100%;
  min-height: 0;
}
.panel-carrito__items {
  list-style: none;
  margin: 0;
  padding: 1rem 1.25rem;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  overflow-y: auto;
  flex: 1 1 auto;
}
.panel-carrito__item {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  position: relative;
  padding-right: 1.5rem;
}
.panel-carrito__miniatura {
  flex: 0 0 4.5rem;
}
.panel-carrito__miniatura img {
  width: 4.5rem;
  height: 4.5rem;
  object-fit: cover;
  border-radius: 0.5rem;
}
.panel-carrito__info {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
  min-width: 0;
}
.panel-carrito__nombre {
  font-family: "poppins", sans-serif;
  font-size: 0.95rem;
  font-weight: 600;
  color: #2f323a;
  text-decoration: none;
}
.panel-carrito__meta {
  font-family: "poppins", sans-serif;
  font-size: 0.875rem;
  color: pink;
}
.panel-carrito__quitar {
  position: absolute;
  top: 0;
  right: 0;
  width: 1.5rem;
  height: 1.5rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #6f6f6f;
  text-decoration: none;
  font-size: 1.25rem;
  line-height: 1;
}
.panel-carrito__quitar:hover {
  color: #e0040b;
}
.panel-carrito__pie {
  margin-top: auto;
  padding: 1rem 1.25rem 1.25rem;
  border-top: 1px solid #e5e7eb;
  background-color: #fff;
}
.panel-carrito__total {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1rem;
  font-family: "poppins", sans-serif;
  font-weight: 700;
  color: #2f323a;
}
.panel-carrito__acciones {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.panel-carrito__vacio {
  margin: auto;
  padding: 2.5rem 1.25rem;
  text-align: center;
  color: #6f6f6f;
  font-family: "poppins", sans-serif;
}

.header__carrito {
  position: relative;
  font-size: 1.5rem;
  color: #2f323a;
  line-height: 1;
}
.header__carrito-cantidad {
  background-color: #e0040b;
  color: #fff;
  border-radius: 50%;
  padding: 2px 7px;
  font-size: 0.75rem;
  font-weight: 700;
  position: absolute;
  top: -6px;
  right: -10px;
  line-height: 1.2;
}
.header__carrito-cantidad--vacio {
  display: none;
}

.como-compro {
  position: relative;
  padding-block: 3.5rem;
  background-color: #f0f4f7;
  overflow: hidden;
}
@media (min-width: 992px) {
  .como-compro {
    padding-block: 5rem;
  }
}
.como-compro__titulo {
  margin-bottom: 2.5rem;
}
@media (min-width: 992px) {
  .como-compro__titulo {
    margin-bottom: 3.5rem;
  }
}
.como-compro__paso {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 100%;
  padding: 1.5rem 1rem;
  border-radius: 1rem;
  background-color: #fff;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.como-compro__paso:hover {
  transform: translateY(-0.4rem);
  box-shadow: 0 0.85rem 2rem rgba(0, 0, 0, 0.09);
}
.como-compro__icono {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 4.5rem;
  height: 4.5rem;
  margin-bottom: 0.75rem;
  font-size: 2.25rem;
  line-height: 1;
  border-radius: 50%;
  background: linear-gradient(145deg, rgba(255, 91, 13, 0.12) 0%, rgba(255, 191, 0, 0.18) 100%);
}
.como-compro__numero {
  display: inline-block;
  margin-bottom: 0.5rem;
  font-family: "poppins", sans-serif;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #e0040b;
}
.como-compro__paso-titulo {
  color: #2f323a;
  margin-bottom: 0.75rem;
}
.como-compro__texto {
  margin-bottom: 0;
  max-width: 18rem;
  color: #6f6f6f;
}
.como-compro__texto strong {
  color: #2f323a;
  font-weight: 700;
}

.productos-destacados {
  background: linear-gradient(180deg, #f0f4f7 0%, #fff 100%);
}
.productos-destacados__titulo {
  margin-bottom: 0.5rem;
}
.productos-destacados__subtitulo {
  max-width: 36rem;
  margin-inline: auto;
}

.producto-tarjeta {
  display: flex;
  flex-direction: column;
  padding: 1.25rem;
  border-radius: 1rem;
  background-color: #fff;
  box-shadow: 0 0.5rem 1.5rem rgba(0, 0, 0, 0.06);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}
.producto-tarjeta:hover {
  transform: translateY(-0.35rem);
  box-shadow: 0 0.75rem 2rem rgba(0, 0, 0, 0.1);
}
.producto-tarjeta__trigger {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  cursor: pointer;
  text-align: center;
  color: inherit;
}
.producto-tarjeta__trigger:focus-visible {
  outline: 2px solid #2986ff;
  outline-offset: 4px;
  border-radius: 0.5rem;
}
.producto-tarjeta__imagen {
  overflow: hidden;
  border-radius: 0.75rem;
  background-color: #f0f4f7;
  aspect-ratio: 1/1;
}
.producto-tarjeta__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.35s ease;
}
.producto-tarjeta:hover .producto-tarjeta__img {
  transform: scale(1.05);
}
.producto-tarjeta__titulo {
  font-family: "poppins", sans-serif;
  color: #2f323a;
}
.producto-tarjeta__precio {
  font-weight: 700;
  color: #ff5b0d;
}
.producto-tarjeta__btn {
  margin-top: auto;
  pointer-events: none;
}

.producto-modal__content {
  border: 0;
  border-radius: 1rem;
  overflow: hidden;
}
.producto-modal__titulo {
  font-family: "Nunito", sans-serif;
  color: #2f323a;
}
.producto-modal__figura {
  overflow: hidden;
  border-radius: 0.75rem;
  background-color: #f0f4f7;
  margin: 0;
}
.producto-modal__img {
  width: 100%;
  aspect-ratio: 1/1;
  object-fit: cover;
}
.producto-modal__precio {
  font-size: 1.5rem;
  font-weight: 700;
  color: #ff5b0d;
}
.producto-modal__descripcion {
  font-family: "poppins", sans-serif;
  color: #6f6f6f;
  line-height: 1.6;
}
.producto-modal__detalles {
  margin: 0;
  padding: 0.75rem 0 0;
  border-top: 1px solid rgba(0, 0, 0, 0.08);
}
.producto-modal__detalle {
  display: grid;
  grid-template-columns: 5.5rem 1fr;
  gap: 0.75rem;
  padding: 0.5rem 0;
  margin: 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
}
.producto-modal__detalle:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}
.producto-modal__detalle-etiqueta, .producto-modal__detalle-valor {
  margin: 0;
  font-family: "poppins", sans-serif;
  font-size: 0.95rem;
}
.producto-modal__detalle-etiqueta {
  font-weight: 600;
  color: #2f323a;
}
.producto-modal__detalle-valor {
  color: #6f6f6f;
}
.producto-modal__btn {
  background: linear-gradient(to right, rgb(255, 93, 4), rgb(255, 169, 4));
  border: 0;
  font-family: Raleway, sans-serif;
  padding: 0.75rem 1.25rem;
}
.producto-modal__btn:hover {
  filter: brightness(0.95);
}
.producto-modal__agotado {
  color: #ff2938;
  font-weight: 600;
}

/* Ocultar flechas nativas del input number */
.selector-cantidad-modal::-webkit-outer-spin-button,
.selector-cantidad-modal::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.selector-cantidad-modal[type=number] {
  -moz-appearance: textfield;
}

.woocommerce-checkout {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem;
  align-items: start;
  max-width: 1200px;
  margin: 0 auto;
  padding: 2rem 1rem;
}
@media (min-width: 992px) {
  .woocommerce-checkout {
    grid-template-columns: 1.4fr 1fr;
  }
}
.woocommerce-checkout #customer_details {
  background-color: #fff;
  padding: 2rem;
  border-radius: 12px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
}
.woocommerce-checkout #customer_details .form-row input.input-text, .woocommerce-checkout #customer_details .form-row select {
  width: 100%;
  padding: 0.75rem 1rem;
  border: 1px solid #e2e8f0;
  border-radius: 8px;
  transition: border-color 0.2s;
}
.woocommerce-checkout #customer_details .form-row input.input-text:focus, .woocommerce-checkout #customer_details .form-row select:focus {
  outline: none;
  border-color: rgb(8, 76, 185);
}
.woocommerce-checkout #order_review {
  background-color: #f8fafc;
  padding: 2rem;
  border-radius: 12px;
  border: 1px solid #e2e8f0;
}
@media (min-width: 992px) {
  .woocommerce-checkout #order_review {
    position: sticky;
    top: 2rem;
  }
}
.woocommerce-checkout #order_review .shop_table {
  width: 100%;
  border-collapse: collapse;
}
.woocommerce-checkout #order_review .shop_table tr {
  border-bottom: 1px solid #e2e8f0;
}
.woocommerce-checkout #order_review .shop_table td, .woocommerce-checkout #order_review .shop_table th {
  padding: 1rem 0;
}

/*# sourceMappingURL=estilos.css.map */
