@charset "UTF-8";
.slide-hero {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

#hero-home .swiper-pagination-bullet-active {
  background-color: #FFFFFF;
}

#home-cta .cta-container-home {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
}
#home-cta .cta-container-home:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}

.lavin-product-carousel .price {
  text-align: left;
  margin-bottom: 0px;
}
.lavin-product-carousel .swiper-button-next, .lavin-product-carousel .swiper-button-prev {
  color: #0f0f0f !important;
}

ul#primary-menu {
  justify-content: center !important;
  font-family: "Inter", sans-serif;
}
ul#primary-menu li {
  margin: 3px 10px;
}
ul#primary-menu li a {
  color: #000000;
}

.dgwt-wcas-style-pirx .dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input {
  border-radius: 0px !important;
}

.dgwt-wcas-style-pirx .dgwt-wcas-sf-wrapp button.dgwt-wcas-search-submit {
  min-height: 16px;
  min-width: 16px;
  height: 16px;
  width: 16px;
  left: 23px;
  top: 19px;
}

.dgwt-wcas-style-pirx .dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input {
  padding: 7px 14px 7px 45px;
  line-height: 17px;
  font-size: 16px;
}

/* Tu CSS base para el logo */
.logo-lavin {
  width: auto;
  max-height: 60px; /* Altura máxima inicial */
  /* ¡Añadir la transición aquí! */
  transition: max-height 0.3s ease;
}

/* 2. Clase que se añade con JavaScript al hacer scroll */
.site-header.is-sticky {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  /* Transición general para el header */
  transition: all 0.3s ease;
  /* Opcional: Estilo para el header fijo */
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: #ffffff;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  z-index: 1000;
}

/* 3. Clase para REDUCIR el logo cuando el header es sticky */
.site-header.is-sticky .logo-lavin {
  max-height: 40px; /* Nueva altura máxima más pequeña para el logo, ajusta según necesites */
}

/* 4. Padding para evitar el salto */
body.sticky-header-active {
  padding-top: 75px; /* Ajusta este valor al alto de tu header */
}

footer {
  font-family: "Inter", sans-serif;
}
footer .logo-footer {
  width: 100%;
  max-width: 200px;
}
footer .footer-headings {
  font-weight: 500;
}
footer ul {
  list-style: none;
  margin-left: 0px;
}
footer ul li a {
  font-family: "Inter", sans-serif;
  font-weight: 300;
  color: #FFFFFF;
}
footer ul li a:hover {
  text-decoration: none;
  color: #FFFFFF;
}
footer .redes-sociales {
  display: flex;
}
footer .redes-sociales li {
  margin: 0 5px;
}

/* --- Estilos para transformar la lista del widget en botones (Swatches) --- */
.custom-widget-tamano ul {
  /* Mantiene los botones en fila */
  display: flex;
  flex-wrap: wrap;
  gap: 8px; /* gap-2 en Tailwind */
  list-style: none;
  padding: 0;
  margin: 0;
}

.custom-widget-tamano ul li {
  /* Quita los bullets de lista */
  margin-bottom: 0;
}

.custom-widget-tamano ul li a,
.custom-widget-tamano ul li span {
  /* Estilo base del botón (simulando px-4 py-2 text-sm border) */
  display: block;
  padding: 8px 16px;
  font-size: 0.875rem; /* text-sm */
  border: 1px solid #d1d5db; /* border-gray-300 */
  border-radius: 4px;
  color: #374151; /* text-gray-700 */
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  text-align: center;
}

.custom-widget-tamano ul li a:hover {
  /* Estilo hover (hover:border-black) */
  border-color: #000000;
}

/* --- Estilo para el filtro ACTIVO --- */
/* La clase "chosen" se añade automáticamente al <li> que tiene el filtro activo */
.custom-widget-tamano ul li.chosen a,
.custom-widget-tamano ul li.chosen a:hover {
  /* Estilo activo (bg-black text-white border-black) */
  background-color: #000000;
  color: #ffffff;
  border-color: #000000;
  font-weight: 600; /* font-semibold */
}

body {
  margin: 0px !important;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "DM Serif Text", serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.06px;
}

p {
  font-family: "Inter", sans-serif;
  font-style: normal;
}

.boton {
  display: inline-flex;
  justify-content: center;
  align-content: center;
  text-align: center;
  padding: 10px 17px;
  font-family: "Inter", sans-serif;
}

.primary {
  background-color: #000;
  color: #fff;
  transition: all 0.3s;
}

.primary:hover {
  transform: scale(0.85);
  color: #ffffff;
}

.primary-2 {
  border: 2px solid #000;
  background-color: transparent;
  color: #000;
  transition: all 0.3s;
}
.primary-2:hover {
  transform: scale(0.85);
  color: #FFFFFF;
  background-color: #000000;
}

.secundario {
  border-bottom: 1px solid #000;
  background-color: transparent;
  color: #000;
  padding: 10px 17px 5px 17px;
}

.aparece {
  transform: translateY(110%);
  transition: all 0.3s;
}

.product-card:hover .aparece {
  transform: translateY(0%);
  color: #000;
}

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