/*
    Theme Name: Centro bulonero
    Template: storefront  
*/
/* Variables */
body {
  background-color: #ededed;
}

h1 {
  padding: 0;
  margin: 0;
  font-size: 1.2rem;
}

h2 {
  padding: 0;
  margin: 0;
  font-size: 1.1rem;
}

h3 {
  padding: 0;
  margin: 0;
  font-size: 1.09rem;
}

/* Page Loader */
.page-loader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  z-index: 9999;
  transition: opacity 0.3s ease;
}

.loader-spinner {
  width: 50px;
  height: 50px;
  border: 4px solid #f3f3f3;
  border-top: 4px solid #0E7E3E;
  border-radius: 50%;
  animation: spin 1s linear infinite;
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

.loader-text {
  margin-top: 1rem;
  color: #0E7E3E;
  font-size: 1rem;
  font-weight: 500;
}

/* Estilos generales */
.contenedor {
  width: 80%;
  max-width: 1440px;
  margin: auto;
  overflow: visible;
}

@media screen and (max-width: 768px) {
  .contenedor {
    width: 90%;
  }
}

#primary {
  width: 100%;
}

.site-content {
  min-height: 650px;
  margin-top: 20px;
  margin-bottom: 20px;
}

a {
  outline: none !important;
  text-decoration: none !important;
  color: black;
}

button {
  background-color: #e9be55 !important;
  border-radius: 15px !important;
  color: white !important;
}

button:focus {
  outline-color: none !important;
  outline: 0px !important;
}

input {
  border-radius: 15px !important;
}

input:focus {
  outline-color: none !important;
  outline: 0px !important;
}

textarea {
  border-radius: 15px !important;
}

textarea:focus {
  outline-color: none !important;
  outline: 0px !important;
}

select {
  border-radius: 15px !important;
}

select:focus {
  outline-color: none !important;
  outline: 0px !important;
}

/* Slick slider */
.slick-dots button {
  background-color: transparent !important;
}

/* Loader */
.loader {
  margin-left: 45%;
  width: 30px;
  height: 30px;
  border: 5px solid #FFF;
  border-bottom-color: #0E7E3E;
  border-radius: 50%;
  display: inline-block;
  box-sizing: border-box;
  animation: rotation 1s linear infinite;
  display: none;
}

@keyframes rotation {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

/* Paginacion */
.page-numbers {
  padding: 10px;
  background-color: white;
  border-radius: 5px;
  font-weight: bold;
  margin: 10px 0px;
  cursor: pointer;
}

.current {
  background-color: #0E7E3E;
  color: white;
}

#encabezado-descuentos {
  width: 100vw;
  background-color: #404F90;
  text-align: center;
  color: white;
  font-weight: bold;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
}

@media screen and (min-width: 769px) {
  #encabezado-descuentos {
    position: fixed;
    top: 0;
    z-index: 1001;
  }
}

@media screen and (max-width: 500px) {
  #encabezado-descuentos {
    font-size: 0.8rem;
    height: 50px;
  }
}

/* Contenedor de botón Promociones */
.header-actions {
  display: flex;
  align-items: center;
  gap: 10px;
}

/* Botón Promociones - Estilo secundario */
.header-promociones-btn {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: transparent !important;
  border: 2px solid #0E7E3E;
  color: #0E7E3E !important;
  font-weight: 600;
  font-size: 14px;
  cursor: pointer;
  padding: 8px 16px;
  border-radius: 8px;
  transition: all 0.2s ease;
  text-decoration: none;
  white-space: nowrap;
}

.header-promociones-btn:hover {
  background: #0E7E3E !important;
  box-shadow: 0 2px 8px rgba(14, 126, 62, 0.3);
  color: #ffffff !important;
}

.header-promociones-btn:hover .promociones-text {
  color: #ffffff !important;
}

.promociones-text {
  color: #0E7E3E !important;
}

#masthead {
  padding: 0px;
  margin: 0px;
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  z-index: 1000;
}

@media screen and (min-width: 769px) {
  #masthead {
    position: fixed;
    top: 30px;
  }

  .site-content {
    padding-top: 180px;
  }
}

#masthead .contenedor-masthead {
  height: 6rem;
  display: flex;
  align-items: center;
  background-color: white;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom: 3px solid #0E7E3E;
  padding: 0px;
  box-shadow: 2px 2px 2px 0px rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
  flex-direction: row;
  width: 100%;
  justify-content: center;
}

#masthead .contenedor-masthead>* {
  max-width: 1440px;
}

#masthead .contenedor-masthead-inner {
  width: 80%;
  max-width: 1440px;
  height: 100%;
  display: flex;
  align-items: center;
  flex-direction: row;
  padding: 0px 20px;
  gap: 20px;
  justify-content: space-between;
}

@media screen and (max-width: 950px) {
  #masthead .contenedor-masthead {
    flex-direction: column;
    height: 18rem;
  }

  #masthead .contenedor-masthead-inner {
    flex-direction: column;
    width: 90%;
  }
}

@media screen and (max-width: 768px) {
  #masthead .contenedor-masthead-inner {
    width: 90%;
  }
}

#masthead .contenedor-masthead-inner .contenedor-logo {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 15%;
  height: 100%;
}

@media screen and (max-width: 950px) {
  #masthead .contenedor-masthead-inner .contenedor-logo {
    width: 100%;
    height: auto;
  }
}

#masthead .contenedor-masthead-inner .contenedor-logo .anchor-logo {
  height: 100%;
  width: 100%;
  outline: none;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media screen and (max-width: 950px) {
  #masthead .contenedor-masthead-inner .contenedor-logo .anchor-logo {
    display: inline-block;
    width: 60%;
    height: 80px;
  }
}

#masthead .contenedor-masthead-inner .contenedor-logo .anchor-logo .logo {
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}

#masthead .contenedor-masthead-inner .buscador {
  flex: 1;
  padding: 0 20px;
  max-width: 800px;
  position: relative;
}

.search-suggestions {
  position: absolute;
  top: calc(100% + 0.5rem);
  left: 20px;
  right: 20px;
  background: white;
  border-radius: 12px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
  z-index: 1000;
  max-height: 400px;
  overflow-y: auto;
}

.suggestions-title {
  padding: 0.75rem 1rem;
  font-size: 0.85rem;
  font-weight: 600;
  color: #666;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  border-bottom: 1px solid #f0f0f0;
  background-color: #f8f9fa;
  border-radius: 12px 12px 0 0;
}

.search-suggestion-item {
  display: flex;
  align-items: center;
  padding: 0.75rem 1rem;
  text-decoration: none;
  color: #333;
  transition: background-color 0.2s ease;
  border-bottom: 1px solid #f0f0f0;
}

.search-suggestion-item:last-child {
  border-bottom: none;
}

.search-suggestion-item:hover {
  background-color: #f8f9fa;
}

.suggestion-image {
  width: 50px;
  height: 50px;
  object-fit: cover;
  border-radius: 8px;
  margin-right: 1rem;
  border: 1px solid #e0e0e0;
}

.suggestion-details {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}

.suggestion-title {
  font-size: 0.95rem;
  font-weight: 500;
  color: #1a1a1a;
  line-height: 1.3;
}

.suggestion-price {
  font-size: 0.85rem;
  color: #0E7E3E;
  font-weight: 600;
}

@media screen and (max-width: 950px) {
  #masthead .contenedor-masthead-inner .buscador {
    width: 100%;
  }
}

#masthead .contenedor-masthead-inner .buscador #contenedor-checkbox {
  display: flex;
  justify-content: center;
}

#masthead .contenedor-masthead-inner .buscador #contenedor-checkbox input {
  margin: 0px 5px;
}

#masthead .contenedor-masthead-inner .buscador .inputs {
  display: flex;
  align-items: center;
}

#masthead .contenedor-masthead-inner .buscador .inputs #buscador-productos {
  width: calc(100% - 45px);
  margin-right: 10px;
  border-radius: 15px;
  outline: none;
  background-color: white;
  border-bottom: 3px solid #0E7E3E;
}

#masthead .contenedor-masthead-inner .buscador #btn-buscar {
  width: 40px;
  background-color: #e9be55;
  color: white;
  font-weight: bold;
  display: inline-block;
  text-align: center;
  text-decoration: none;
  outline: none;
  border-radius: 15px;
  padding: 0.5rem;
  cursor: pointer;
  transition: 0.5s transform;
}

#masthead .contenedor-masthead-inner .buscador #btn-buscar img {
  filter: invert(100%);
}

#masthead .contenedor-masthead-inner .iconos {
  display: flex;
  align-items: center;
  justify-content: space-around;
  height: 70%;
  width: 14.5%;
  background-color: white;
  padding: 2rem;
}

@media screen and (max-width: 950px) {
  #masthead .contenedor-masthead-inner .iconos {
    padding: 0;
    width: 25%;
  }
}

#masthead .contenedor-masthead-inner .iconos .carrito,
#masthead .contenedor-masthead-inner .iconos .peril {
  width: 2rem;
  height: 2rem;
  cursor: pointer;
  background-repeat: no-repeat;
}

#masthead .contenedor-masthead-inner .iconos .carrito .cantidad-productos,
#masthead .contenedor-masthead-inner .iconos .carrito #cantidad-productos-carrito,
#masthead .contenedor-masthead-inner .iconos .peril .cantidad-productos {
  background-color: #FE0000;
  font-size: 0.6rem;
  text-align: center;
  height: 1.2rem;
  width: 1.2rem;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: bold;
  color: white;
  position: relative;
  top: 65%;
  left: 65%;
}

/* Subheader de Categorías Horizontal */
.subheader-categorias {
  width: 100vw;
  background-color: #404F90; /* site blue override */
  position: fixed;
  top: 96px; /* adjusted to match header spacing */
  left: 0;
  z-index: 1100; /* above many elements but below global modals */
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  padding: 0.75rem 0;
  min-height: 68px;
}

@media screen and (max-width: 768px) {
  .subheader-categorias {
    position: relative;
    top: 0;
  }
}

.contenedor-subheader {
  max-width: 1440px;
  width: 80%;
  margin: 0 auto;
  position: relative;
}

.menu-categorias-horizontal {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 0;
}

.item-categoria-horizontal {
  flex: 1;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 12px 10px;
  color: white;
  font-size: 0.75rem;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
  border-right: 1px solid rgba(255, 255, 255, 0.2);
  position: relative;
}

.item-categoria-horizontal:last-child {
  border-right: none;
}

.item-categoria-horizontal:hover {
  background-color: rgba(255, 255, 255, 0.15);
  color: #ffffff;
  font-weight: 700;
}

/* Panel Dropdown */
.panel-dropdown-categorias {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  background-color: white;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  transition: max-height 0.4s ease, opacity 0.3s ease;
  z-index: 998;
}

.subheader-categorias:hover .panel-dropdown-categorias,
.panel-dropdown-categorias {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  background-color: white;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  transition: max-height 0.4s ease, opacity 0.3s ease;
  z-index: 2400; /* ensure dropdown appears above overlays */
}
.subheader-categorias:hover .panel-dropdown-categorias,
.panel-dropdown-categorias:hover {
  max-height: 600px;
  opacity: 1;
}
@keyframes fadeInDropdown {
  from {
    opacity: 0;
    transform: translateY(-10px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.grid-categorias-dropdown {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
  gap: 20px;
}

.categoria-dropdown-item {
  display: flex;
  flex-direction: column;
}

.titulo-categoria-dropdown {
  font-weight: 700;
  font-size: 0.95rem;
  color: #0E7E3E;
  text-decoration: none;
  margin-bottom: 8px;
  display: block;
  transition: color 0.2s ease;
}

.titulo-categoria-dropdown:hover {
  color: #00A650;
  text-decoration: underline;
}

.lista-subcategorias-dropdown {
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.subcategoria-dropdown-link {
  font-size: 0.85rem;
  color: #666;
  text-decoration: none;
  transition: all 0.2s ease;
  padding-left: 10px;
  border-left: 2px solid transparent;
}

.subcategoria-dropdown-link:hover {
  color: #0E7E3E;
  padding-left: 15px;
  border-left-color: #00A650;
}

@media screen and (max-width: 950px) {
  .menu-categorias-horizontal {
    flex-wrap: wrap;
  }

  .item-categoria-horizontal {
    font-size: 0.7rem;
    padding: 10px 8px;
  }

  .grid-categorias-dropdown {
    grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
    gap: 15px;
  }
}

@media screen and (max-width: 768px) {
  .item-categoria-horizontal {
    font-size: 0.65rem;
    padding: 8px 5px;
  }

  .grid-categorias-dropdown {
    grid-template-columns: 1fr;
  }
}

/* Estilos antiguos - mantener por compatibilidad */
.lista-categorias-jerarquica {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
  gap: 0;
  padding: 20px 0;
}

@media screen and (max-width: 768px) {
  .lista-categorias-jerarquica {
    grid-template-columns: 1fr;
  }
}

.categoria-principal-item {
  border-right: 1px solid #e0e0e0;
  border-bottom: 1px solid #e0e0e0;
  padding: 0;
}

.categoria-principal-item:nth-child(4n) {
  border-right: none;
}

@media screen and (max-width: 768px) {
  .categoria-principal-item {
    border-right: none;
  }
}

.categoria-principal-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px 15px;
  background-color: white;
  transition: background-color 0.2s ease;
}

.categoria-principal-header:hover {
  background-color: #f5f5f5;
}

.categoria-principal-link {
  flex: 1;
  font-weight: 600;
  font-size: 0.95rem;
  color: #333;
  text-decoration: none;
  transition: color 0.2s ease;
}

.categoria-principal-link:hover {
  color: #0E7E3E;
}

.toggle-subcategorias {
  background: none;
  border: none;
  cursor: pointer;
  padding: 5px 10px;
  font-size: 1.5rem;
  color: #666;
  transition: transform 0.3s ease, color 0.2s ease;
  outline: none;
  line-height: 1;
}

.toggle-subcategorias:hover {
  color: #0E7E3E;
}

.toggle-subcategorias .flecha {
  display: inline-block;
  transition: transform 0.3s ease;
}

.toggle-subcategorias.activo .flecha {
  transform: rotate(90deg);
}

.subcategorias-lista {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease;
  background-color: #fafafa;
}

.subcategorias-lista.expandido {
  max-height: 500px;
  border-top: 1px solid #e0e0e0;
}

.subcategoria-item {
  display: block;
  padding: 10px 15px 10px 30px;
  color: #555;
  text-decoration: none;
  font-size: 0.9rem;
  transition: all 0.2s ease;
  border-left: 3px solid transparent;
}

.subcategoria-item:hover {
  background-color: #0E7E3E;
  color: white;
  border-left-color: #00A650;
  padding-left: 35px;
}

/* Estilos antiguos - mantener por compatibilidad */
.lista-categorias {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
  gap: 15px;
  max-height: 500px;
  overflow-y: auto;
}

@media screen and (max-width: 768px) {
  .lista-categorias {
    grid-template-columns: repeat(auto-fill, minmax(120px, 1fr));
    gap: 10px;
  }
}

.categoria-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 15px;
  background-color: #f5f5f5;
  border-radius: 8px;
  text-decoration: none;
  color: #333;
  transition: all 0.3s ease;
  text-align: center;
}

.categoria-item:hover {
  background-color: #0E7E3E;
  color: white;
  transform: translateY(-3px);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.categoria-item img {
  width: 60px;
  height: 60px;
  object-fit: contain;
  margin-bottom: 10px;
}

.categoria-item span {
  font-size: 0.9rem;
  font-weight: 500;
}

.entry-header {
  background-color: #0E7E3E !important;
  color: white !important;
  border-bottom: 3px solid #e9be55 !important;
  border-top-left-radius: 15px !important;
  border-top-right-radius: 15px !important;
  box-shadow: 2px 2px 2px 0px rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
  margin-bottom: 1rem !important;
}

.entry-header .entry-title {
  color: white !important;
  margin: 0 !important;
  padding: 0.5rem 1rem;
}

.single-producto {
  display: flex;
  margin: 2rem 0rem;
  justify-content: space-between;
  flex-direction: row;
}

@media screen and (max-width: 950px) {
  .single-producto {
    flex-direction: column;
  }
}

.single-producto .detalles-producto {
  height: max-content;
  background-color: white;
  width: 58%;
  box-shadow: 2px 2px 2px 0px rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
  border-radius: 15px;
  padding: 2rem;
  border-bottom: 3px solid #0E7E3E;
}

@media screen and (max-width: 950px) {
  .single-producto .detalles-producto {
    width: 100%;
  }
}

.single-producto .detalles-producto .etiqueta-descuento {
  height: 25px;
  width: 20rem;
  background-color: #00A650;
  text-align: center;
  font-weight: bold;
  color: white;
  box-shadow: 2px 2px 2px 0px rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
  border-radius: 15px;
  margin: 0rem 0rem 1rem 0rem;
}

.single-producto .detalles-producto .titulo {
  font-size: 1.5rem;
  font-weight: 700;
  color: #1a1a1a;
  line-height: 1.3;
  margin-bottom: 0.5rem;
}

.single-producto .detalles-producto hr {
  border: 0px;
  background-color: #e9be55;
  height: 3px;
}

.single-producto .detalles-producto .acciones {
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  flex-direction: column;
  margin-top: 1.5rem;
  /* Precios */
}

@media screen and (max-width: 950px) {
  .single-producto .detalles-producto .acciones {
    flex-direction: column;
  }
}

.single-producto .detalles-producto .acciones .contenedor-consultar-wp a {
  width: 150px;
  background-color: #25D366;
  color: white;
  font-weight: bold;
  display: inline-block;
  text-align: center;
  text-decoration: none;
  outline: none;
  border-radius: 15px;
  padding: 0.5rem;
  cursor: pointer;
  transition: 0.5s transform;
  text-transform: uppercase;
  box-shadow: 2px 2px 2px 0px rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
}

.single-producto .detalles-producto .acciones .contenedor-consultar-wp a:hover {
  transform: scale(1.02);
}

.single-producto .detalles-producto .acciones .contenedor-agregar-carrito {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  margin-top: 1.5rem;
}

.single-producto .detalles-producto .acciones .contenedor-agregar-carrito input {
  width: 30%;
  padding: 0.75rem 0.5rem !important;
  border: 2px solid #ddd !important;
  border-radius: 8px !important;
  font-size: 1rem;
  font-weight: 600;
  text-align: center;
  background-color: #f9f9f9 !important;
  transition: all 0.2s ease;
}

.single-producto .detalles-producto .acciones .contenedor-agregar-carrito input:focus {
  border-color: #0E7E3E !important;
  background-color: #fff !important;
  box-shadow: 0 0 0 3px rgba(14, 126, 62, 0.1) !important;
}

.single-producto .detalles-producto .acciones .contenedor-agregar-carrito a {
  width: 68%;
  background-color: #0E7E3E;
  color: white;
  font-weight: bold;
  display: inline-block;
  text-align: center;
  text-decoration: none;
  outline: none;
  border-radius: 15px;
  padding: 0.75rem 1rem;
  cursor: pointer;
  transition: all 0.3s ease;
  box-shadow: 2px 2px 2px 0px rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
  font-size: 1rem;
}

.single-producto .detalles-producto .acciones .contenedor-agregar-carrito a:hover {
  background-color: #0a5e2e;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(14, 126, 62, 0.3);
}

.single-producto .detalles-producto .acciones .envios-info {
  margin-top: 1.2rem;
  padding-top: 0.75rem;
  border-top: 1px solid #ddd;
}

.single-producto .detalles-producto .acciones .logos-envios {
.single-producto .detalles-producto .acciones .precios .precio {
  color: #0E7E3E;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1;
}
.single-producto .detalles-producto .acciones .logo-envio {
.single-producto .detalles-producto .acciones .nota-impuestos {
  font-size: 0.85rem;
  color: #666;
  max-width: 120px;
  margin: 0.5rem 0 1rem 0;
  font-style: italic;
}

.single-producto .detalles-producto .acciones .stock-info {
  background-color: #f8f9fa;
  border-left: 4px solid #0E7E3E;
  padding: 1rem;
  border-radius: 8px;
  margin: 1rem 0;
  font-size: 0.95rem;
  line-height: 1.6;
}

.single-producto .detalles-producto .acciones .stock-info strong {
  color: #1a1a1a;
}

.single-producto .detalles-producto .acciones .stock-info .envios-info {
  margin-top: 1rem;
  padding-top: 1rem;
  border-top: 1px solid #ddd;
}

.single-producto .detalles-producto .acciones .stock-info .logos-envios {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-top: 0.5rem;
}

.single-producto .detalles-producto .acciones .stock-info .logo-envio {
  height: 30px;
  width: auto;
  object-fit: contain;
}

.single-producto .detalles-producto .acciones .logos-envios {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-top: 0.5rem;
}

.single-producto .detalles-producto .acciones .logo-envio {
  height: 30px;
  width: auto;
  object-fit: contain;
  max-width: 120px;
}

.single-producto .detalles-producto .acciones .logo-envio.oca-logo {
  max-width: 80px;
}

.single-producto .detalles-producto .dimensiones {
  color: black;
}

.single-producto .imagenes-producto {
  width: 40%;
  height: 100%;
  display: flex;
  gap: 1rem;
}

@media screen and (max-width: 950px) {
  .single-producto .imagenes-producto {
    width: 100%;
    flex-direction: column-reverse;
    margin-bottom: 1.25rem;
  }
}

.single-producto .imagenes-producto .thumbnails-container {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  width: 80px;
}

@media screen and (max-width: 950px) {
  .single-producto .imagenes-producto .thumbnails-container {
    flex-direction: row;
    width: 100%;
    overflow-x: auto;
  }
}

.single-producto .imagenes-producto .thumbnail {
  width: 80px;
  height: 80px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 8px;
  cursor: pointer;
  border: 3px solid transparent;
  transition: all 0.3s ease;
  flex-shrink: 0;
}

.single-producto .imagenes-producto .thumbnail:hover {
  border-color: #0E7E3E;
  transform: scale(1.05);
}

.single-producto .imagenes-producto .thumbnail.active {
  border-color: #0E7E3E;
  box-shadow: 0 0 10px rgba(14, 126, 62, 0.3);
}

.single-producto .imagenes-producto .main-image-container {
  flex: 1;
  position: relative;
  display: flex;
  gap: 1rem;
}

.single-producto .imagenes-producto .main-image {
  width: 100%;
  height: 500px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  border-radius: 15px;
  box-shadow: 2px 2px 2px 0px rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
  position: relative;
  cursor: crosshair;
  background-color: white;
}

@media screen and (max-width: 950px) {
  .single-producto .imagenes-producto .main-image {
    height: 400px;
  }
}

.single-producto .imagenes-producto .zoom-lens {
  position: absolute;
  border: 2px solid #0E7E3E;
  background-color: rgba(14, 126, 62, 0.1);
  cursor: crosshair;
  pointer-events: none;
  display: none;
}

.single-producto .imagenes-producto .zoom-result {
  position: absolute;
  left: calc(100% + 1rem);
  top: 0;
  width: 400px;
  height: 500px;
  border-radius: 15px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2);
  background-color: white;
  background-repeat: no-repeat;
  display: none;
  z-index: 100;
}

@media screen and (max-width: 1400px) {
  .single-producto .imagenes-producto .zoom-result {
    display: none !important;
  }
}

.productos-relacionados .fila-productos {
  background-color: white;
  border-top-right-radius: 15px;
  border-top-left-radius: 15px;
  box-shadow: 2px 2px 2px 0px rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
  border-bottom: 3px solid #e9be55;
  margin: 2rem 0rem;
}

.productos-relacionados .fila-productos .titulo-fila {
  background-color: #0E7E3E;
  border-top-right-radius: 15px;
  border-top-left-radius: 15px;
  padding: 0.5rem 2rem;
  color: white;
  font-weight: bold;
  border-bottom: 3px solid #e9be55;
}

.productos-relacionados .fila-productos .productos {
  padding: 0.5rem 2rem;
}

.sidenav {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 1000;
  top: 0;
  left: 0;
  overflow-x: hidden;
  transition: 0.5s;
  padding-top: 60px;
  background-color: #ededed;
  border-right: 3px solid #e9be55;
  border-top-right-radius: 15px;
  border-bottom-right-radius: 15px;
  box-shadow: 2px 2px 2px 0px rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
}

.sidenav .closebtn {
  position: absolute;
  top: 0;
  right: 25px;
  font-size: 3rem;
  margin-left: 50px;
}

.sidenav .seperador,
.sidenav .separador-fin {
  background-color: #0E7E3E;
  border-top-right-radius: 15px;
  border-top-left-radius: 15px;
  padding: 0.5rem 2rem;
  color: white;
  font-weight: bold;
  margin: 1rem;
  border-bottom: 3px solid #e9be55;
  font-size: 1.1rem;
  text-transform: uppercase;
  text-align: center;
  box-shadow: 2px 2px 2px 0px rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
}

.sidenav .separador-fin {
  border-top-right-radius: 0px;
  border-top-left-radius: 0px;
  border-bottom-right-radius: 15px;
  border-bottom-left-radius: 15px;
  border-bottom: 0px;
  border-top: 3px solid #e9be55;
}

.sidenav .productos-carrito .producto-carrito {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  padding: 0.75rem 1rem;
  margin-bottom: 0.5rem;
  border-bottom: 1px solid #eee;
  position: relative;
  transition: background-color 0.2s;
}

.sidenav .productos-carrito .producto-carrito:hover {
  background-color: #fafafa;
}

.sidenav .productos-carrito .producto-carrito .cart-item-image {
  width: 50px;
  height: 50px;
  object-fit: contain;
  flex-shrink: 0;
}

.sidenav .productos-carrito .producto-carrito .cart-item-info {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
  min-width: 0;
}

.sidenav .productos-carrito .producto-carrito .cart-item-name {
  font-size: 0.85rem;
  color: #333;
  line-height: 1.2;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.sidenav .productos-carrito .producto-carrito .cart-item-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.5rem;
}

.sidenav .productos-carrito .producto-carrito .cart-item-price {
  font-weight: 600;
  color: #0E7E3E;
  font-size: 0.9rem;
}

/* Controles de cantidad minimalistas */
.sidenav .productos-carrito .producto-carrito .mini-qty-controls {
  display: flex;
  align-items: center;
  gap: 0;
  background: #f5f5f5;
  border-radius: 15px;
  padding: 2px;
}

.sidenav .productos-carrito .producto-carrito .qty-btn {
  width: 22px;
  height: 22px;
  background: transparent;
  border: none;
  color: #0E7E3E;
  cursor: pointer;
  font-size: 16px;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: color 0.2s;
  padding: 0;
  line-height: 1;
}

.sidenav .productos-carrito .producto-carrito .qty-btn:hover:not(:disabled) {
  color: #095a2b;
}

.sidenav .productos-carrito .producto-carrito .qty-btn:disabled {
  color: #ccc;
  cursor: not-allowed;
}

.sidenav .productos-carrito .producto-carrito .qty-value {
  min-width: 24px;
  text-align: center;
  font-size: 0.85rem;
  font-weight: 600;
  color: #333;
}

/* Botón eliminar minimalista */
.sidenav .productos-carrito .producto-carrito .item-remove {
  background: none;
  border: none;
  font-size: 1.4rem;
  color: #ccc;
  cursor: pointer;
  padding: 0;
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: color 0.2s;
  line-height: 1;
  flex-shrink: 0;
}

.sidenav .productos-carrito .producto-carrito .item-remove:hover {
  color: #FE0000;
}

/* Loader minimalista */
.sidenav .productos-carrito .producto-carrito .item-loader {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(255, 255, 255, 0.85);
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 10;
}

.sidenav .productos-carrito .producto-carrito.removing .item-loader,
.sidenav .productos-carrito .producto-carrito.updating .item-loader {
  display: flex;
}

.sidenav .productos-carrito .producto-carrito .loader-spin {
  width: 20px;
  height: 20px;
  border: 2px solid #f3f3f3;
  border-top-color: #0E7E3E;
  border-radius: 50%;
  animation: spin-campo 0.6s linear infinite;
}

.sidenav .productos-carrito .producto-carrito.removing,
.sidenav .productos-carrito .producto-carrito.updating {
  pointer-events: none;
}

@keyframes spin-campo {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

/* Footer del carrito */
.sidenav .cart-footer {
  padding: 1rem;
  background-color: #fff;
  border-top: 1px solid #eee;
}

.sidenav .cart-subtotal {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0.75rem 0;
  margin-bottom: 1rem;
}

.sidenav .cart-subtotal span:first-child {
  font-size: 1rem;
  font-weight: 600;
  color: #666;
}

.sidenav .cart-subtotal .subtotal-amount {
  font-size: 1.2rem;
  font-weight: bold;
  color: #0E7E3E;
}

.sidenav .cart-buttons {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

.sidenav .cart-buttons a {
  display: block;
  padding: 1rem;
  text-align: center;
  text-decoration: none;
  font-weight: 600;
  border-radius: 15px;
  transition: all 0.2s ease;
  font-size: 1rem;
  border: 2px solid transparent;
}

.sidenav .btn-ver-carrito {
  background-color: #f5f5f5;
  color: #0E7E3E;
  border-color: #e0e0e0;
}

.sidenav .btn-ver-carrito:hover {
  background-color: #0E7E3E;
  color: #fff;
  border-color: #0E7E3E;
}

.sidenav .btn-finalizar-compra {
  background-color: #e9be55;
  color: #fff;
  border-color: #e9be55;
}

.sidenav .btn-finalizar-compra:hover {
  background-color: #d4aa3e;
  border-color: #d4aa3e;
}

/* Estilos legacy para compatibilidad */
.sidenav .totales {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  height: 50px;
  background-color: white;
  box-shadow: 2px 2px 2px 0px rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
  margin: 1rem;
  border-radius: 15px;
  padding: 0.8rem;
  font-weight: bold;
  color: #0E7E3E;
  font-size: 1.2rem;
  text-transform: uppercase;
  border-bottom: 3px solid #e9be55;
}

.sidenav .totales .cd-total {
  margin-left: 0.5rem;
  font-size: 1.1rem;
  text-decoration: line-through;
  color: grey;
  margin-right: 0.5rem;
}

.sidenav .totales .cd-total-descuento,
.sidenav .totales .total {
  margin-left: 0.5rem;
  color: black;
  font-size: 1.2rem;
  font-weight: bold;
}

.sidenav .btn-ir-carrito {
  background-color: #e9be55;
  border-radius: 15px;
  display: flex;
  justify-content: center;
  margin: 1rem;
  font-size: 1.1rem;
  padding: 0.3rem;
  box-shadow: 2px 2px 2px 0px rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
}

.sidenav .btn-ir-carrito .carrito {
  height: 35px;
  width: 35px;
  -webkit-filter: invert(100%);
  filter: invert(100%);
  margin-left: 0.8rem;
}

.sidenav .btn-ir-carrito a {
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-weight: bold;
  text-align: center;
}

.slider-principal {
  width: 100%;
  margin: 1.8rem 1.8rem 0rem 0rem;
  border-radius: 15px;
  box-shadow: 2px 2px 2px 0px rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
  position: relative;
}

.slider-principal .slick-list {
  border-radius: 15px;
}

.slider-principal .slick-track {
  display: flex;
}

.slider-principal .slide {
  border-radius: 15px;
  border-bottom: 3px solid #0E7E3E;
  background-image: var(--bg-desktop);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 15px;
}

@media screen and (max-width: 768px) {
  .slider-principal .slide {
    background-image: var(--bg-mobile, var(--bg-desktop));
  }
}

.slider-principal .slide:before {
  content: "";
  display: block;
  padding-top: 22%;
}

@media screen and (max-width: 500px) {
  .slider-principal .slide:before {
    padding-top: 35%;
  }
}

.slider-principal .slick-dots {
  bottom: 25px;
}

.slider-principal .slick-dots button {
  background-color: transparent !important;
}

.slider-principal .slick-dots .slick-active button:before {
  font-size: 0.8rem;
  color: #0E7E3E;
  opacity: 1;
}

.slider-principal .slick-dots li button:before {
  font-size: 0.8rem;
  color: #0E7E3E;
}

/* Flechas del Slider */
.slider-principal .slick-prev,
.slider-principal .slick-next {
  width: 45px !important;
  height: 45px !important;
  z-index: 100;
  background-color: white !important;
  border-radius: 50% !important;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2) !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
}

.slider-principal .slick-prev {
  left: 20px !important;
}

.slider-principal .slick-next {
  right: 20px !important;
}

.slider-principal .slick-prev:before,
.slider-principal .slick-next:before {
  font-family: 'slick' !important;
  font-size: 22px !important;
  opacity: 1 !important;
  color: #0E7E3E !important;
  text-shadow: none !important;
  line-height: 1 !important;
  position: static !important;
  background: transparent !important;
}

.slider-principal .slick-prev:hover,
.slider-principal .slick-prev:focus,
.slider-principal .slick-next:hover,
.slider-principal .slick-next:focus {
  background-color: white !important;
}

.slider-principal .slick-prev:hover:before,
.slider-principal .slick-prev:focus:before,
.slider-principal .slick-next:hover:before,
.slider-principal .slick-next:focus:before {
  color: #0E7E3E !important;
  opacity: 1 !important;
}

@media screen and (max-width: 768px) {

  .slider-principal .slick-prev,
  .slider-principal .slick-next {
    width: 40px !important;
    height: 40px !important;
  }

  .slider-principal .slick-prev:before,
  .slider-principal .slick-next:before {
    font-size: 18px !important;
  }

  .slider-principal .slick-prev {
    left: 10px !important;
  }

  .slider-principal .slick-next {
    right: 10px !important;
  }
}

.contenedor-filas-productos .imagen-separador {
  height: 80px;
  background-position: center;
  border-radius: 15px;
  box-shadow: 2px 2px 2px 0px rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
}

.contenedor-filas-productos {
  overflow: visible !important;
}

.contenedor-filas-productos .imagen-separador .background {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.55);
  border-radius: 15px;
  font-weight: bold;
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
  font-size: 3rem;
}

@media screen and (max-width: 950px) {
  .contenedor-filas-productos .imagen-separador .background {
    font-size: 1.5rem;
  }
}

.contenedor-filas-productos .fila-productos {
  background-color: white;
  border-top-right-radius: 15px;
  border-top-left-radius: 15px;
  box-shadow: 2px 2px 2px 0px rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
  border-bottom: 3px solid #e9be55;
  margin: 2rem 0rem;
}

.contenedor-filas-productos .fila-productos .titulo-fila {
  background-color: #0E7E3E;
  border-top-right-radius: 15px;
  border-top-left-radius: 15px;
  padding: 0.5rem 2rem;
  color: white;
  font-weight: bold;
  border-bottom: 3px solid #e9be55;
}

.contenedor-filas-productos .fila-productos .productos {
  padding: 0.5rem 2rem;
}

.producto {
  margin: 1rem 0.5rem;
  min-height: 420px;
  display: flex;
  flex-direction: column;
  border-radius: 15px;
  box-shadow: 2px 2px 2px 0px rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
  border-bottom: 3px solid #0E7E3E;
  transition: 0.5s transform;
  cursor: pointer;
}

.producto:hover {
  transform: scale(1.02);
}

.producto .porcentaje-descuento {
  position: relative;
  background-color: #00A650;
  color: white;
  /* padding: 1rem; */
  font-weight: bold;
  border-radius: 50%;
  height: 60px;
  width: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  left: 75%;
  top: 10%;
  font-size: 0.6rem;
  box-shadow: 2px 2px 2px 0px rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
  flex-direction: column;
}

.producto .porcentaje-descuento strong {
  font-size: 1.1rem;
}

.producto .imagen {
  height: auto;
  background-position: center;
  background-repeat: no-repeat;
}

.producto .imagen img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: contain;
}

.producto .nombre-producto {
  text-align: center;
  font-weight: bold;
  font-size: 1.1rem;
  min-height: 60px;
  margin: 0.5rem 1rem;
}

.producto .acciones {
  margin-top: auto;
}

@media screen and (max-width: 600px) {
  .producto {
    min-height: auto !important;
    height: auto !important;
  }
  .producto .nombre-producto {
    min-height: auto !important;
  }
  .producto .imagen {
    height: auto !important;
  }
}

@media screen and (max-width: 768px) {
  .contenedor-filas-productos .fila-productos .producto {
    min-height: 400px !important;
  }
}

.producto .precios {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin: 0.5rem 1rem;
}

.producto .precios .precio-descuento {
  font-size: 1.1rem;
  text-decoration: line-through;
  color: grey;
  margin-right: 1rem;
}

.producto .precios .precio {
  color: rgb(42, 42, 42);
  font-size: 1.6rem;
  font-weight: bold;
}


.producto .acciones {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 0.5rem;
  margin: 0.5rem 1rem;
}

.producto .acciones > * {
  flex: 0 0 48%;
}

.producto .acciones > *:only-child {
  margin-left: auto;
  margin-right: auto;
  flex: 0 0 70%;
}

.producto .acciones a {
  width: 100%;
  background-color: #e9be55;
  color: white;
  font-weight: bold;
  display: inline-block;
  text-align: center;
  text-decoration: none;
  outline: none;
  border-radius: 15px;
  padding: 0.5rem;
  cursor: pointer;
  transition: 0.5s transform;
}

.producto .acciones a:hover {
  transform: scale(1.02);
}

.producto .acciones .btn-consultar-wp {
  cursor: pointer;
  width: 48%;
}

.producto .acciones .btn-consultar-wp a {
  background-color: #25D366;
}

.producto .acciones .btn-agregar-carrito {
  cursor: pointer;
  width: 48%;
}

.producto .acciones .btn-agregar-carrito a {
  background-color: #0E7E3E;
}

.producto .acciones .btn-ir-producto {
  cursor: pointer;
  width: 48%;
}

@media screen and (max-width: 600px) {
  .producto .acciones {
    justify-content: center !important;
    gap: 0.5rem;
  }
  .producto .acciones > * {
    flex: 1 1 auto;
    max-width: 320px;
  }
  .producto .acciones > *:only-child {
    flex-basis: 80%;
  }
}

.page-container {
  width: 60%;
  margin: auto;
  background-color: white;
  border-bottom: 3px solid #e9be55;
  border-radius: 15px;
  box-shadow: 2px 2px 2px 0px rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
  margin-top: 3rem;
  margin-bottom: 3rem;
}

@media screen and (max-width: 950px) {
  .page-container {
    width: 100%;
  }
}

.page-container iframe {
  border-top-right-radius: 15px;
  border-top-left-radius: 15px;
}

.page-container h1 {
  text-align: center;
  color: #0E7E3E;
  font-weight: bold;
  font-size: 2rem;
  text-transform: uppercase;
  margin: 1rem 0rem;
}

.page-container .redes {
  padding: 2rem;
}

.page-container .redes .red {
  display: flex;
  align-items: center;
  margin: 0.15px 0px;
}

.page-container .redes .red div {
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  height: 1.5rem;
  width: 1.5rem;
  margin-right: 5px;
}

.page-container .contenido {
  padding: 2rem;
}

.page-container .contenido h3 {
  color: #0E7E3E;
  font-weight: bold;
  font-size: 1.3rem;
  text-transform: uppercase;
}

.page-container .imagen {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  border-top-right-radius: 15px;
  border-top-left-radius: 15px;
}

.page-container .imagen:before {
  content: "";
  display: block;
  padding-top: 30%;
}

.page-container .formulario {
  padding: 2rem;
  width: 100%;
  margin: auto;
}

.page-container .formulario input,
.page-container .formulario textarea {
  width: 100%;
  border-radius: 15px;
}

.page-container .formulario textarea {
  border-radius: 15px;
  border-bottom: 3px solid #0E7E3E;
  resize: none;
  outline: none;
}

#page-carrito table.cart td.product-remove a.remove {
  position: absolute;
  font-size: 1.41575em;
  top: -0.618047em;
  right: 0.3em;
}

/* Loader en celda de eliminar */
#page-carrito table.cart td.product-remove {
  position: relative;
}

#page-carrito table.cart td.product-remove .cart-item-loader {
  display: none;
  text-align: center;
}

#page-carrito table.cart td.product-remove .spinner {
  display: inline-block;
  width: 20px;
  height: 20px;
  border: 3px solid rgba(0, 0, 0, 0.1);
  border-top-color: #0E7E3E;
  border-radius: 50%;
  animation: spin 0.8s linear infinite;
}

@keyframes spin {
  to { transform: rotate(360deg); }
}

/* Efecto gris en fila cuando se está eliminando o actualizando */
#page-carrito table.cart tr.removing,
#page-carrito table.cart tr.updating {
  opacity: 0.5;
  pointer-events: none;
  background-color: #f5f5f5;
}

/* Controles de cantidad personalizados */
.quantity-controls {
  display: flex;
  align-items: center;
  gap: 5px;
  justify-content: center;
}

.quantity-controls .qty-input {
  width: 60px;
  text-align: center;
  border: 1px solid #ddd;
  border-radius: 15px;
  border-bottom: 3px solid #0E7E3E;
  padding: 8px 5px;
  font-size: 14px;
  appearance: textfield;
  -moz-appearance: textfield;
}

.quantity-controls .qty-input::-webkit-outer-spin-button,
.quantity-controls .qty-input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.quantity-controls .qty-btn {
  width: 30px;
  height: 30px;
  background-color: #0E7E3E;
  color: white;
  border: none;
  border-radius: 15px;
  cursor: pointer;
  font-size: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background-color 0.3s;
}

.quantity-controls .qty-btn:hover {
  background-color: #095a2b;
}

.quantity-controls .qty-btn:disabled {
  background-color: #ccc;
  cursor: not-allowed;
}

#page-carrito .auxiliares-carrito {
  display: flex;
  justify-content: space-between;
}

@media screen and (max-width: 680px) {
  #page-carrito .auxiliares-carrito {
    flex-direction: column;
  }

  #page-carrito .auxiliares-carrito input,
  #page-carrito .auxiliares-carrito button {
    width: 100%;
    margin-bottom: 15px;
  }
}

@media screen and (max-width: 680px) {
  #page-carrito .auxiliares-carrito .coupon {
    margin-bottom: 15px;
  }
}

#page-carrito .auxiliares-carrito .coupon #coupon_code {
  margin-right: 15px;
}

.woocommerce-checkout .woocommerce-terms-and-conditions-wrapper {
  display: none !important;
}

.woocommerce-checkout .form-row {
  display: flex;
  width: 100%;
  flex-direction: column;
}

.woocommerce-checkout .form-row select[name=payway_gateway_cc_doc_type] {
  height: 42.92px !important;
}

.woocommerce-checkout .form-row payway_gateway_cc_number input[name=payway_gateway_cc_number] {
  width: 100%;
}

.woocommerce-checkout #ship-to-different-address {
  margin: 0.8rem 0;
}

.archive .woocommerce-products-header__title {
  background-color: #0E7E3E;
  border-top-right-radius: 15px;
  border-top-left-radius: 15px;
  padding: 0.5rem 2rem;
  color: white;
  font-weight: bold;
  border-bottom: 3px solid #e9be55;
}

.archive .storefront-sorting {
  font-size: 1rem;
  margin: 1.5rem 0;
}

.archive .current {
  border-bottom: 3px solid #e9be55;
}

.archive .products {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 1.5%;
}

.archive .products .producto {
  width: 22%;
  float: left;
  background-color: white;
}

@media screen and (max-width: 1450px) {
  .archive .products .producto {
    width: 30%;
  }
}

@media screen and (max-width: 1100px) {
  .archive .products .producto {
    width: 47%;
  }
}

@media screen and (max-width: 700px) {
  .archive .products .producto {
    width: 100%;
  }
}

.pagina-busqueda .titulo-busqueda {
  display: flex;
  margin: 1rem 0rem;
  font-size: 1.3rem;
}

.pagina-busqueda .titulo-busqueda .search {
  margin-left: 5px;
  font-weight: bold;
  color: #0E7E3E;
}

.pagina-busqueda .productos {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 1.5%;
}

.pagina-busqueda .productos .producto {
  width: 22%;
  float: left;
  background-color: white;
}

@media screen and (max-width: 1450px) {
  .pagina-busqueda .productos .producto {
    width: 30%;
  }
}

@media screen and (max-width: 1100px) {
  .pagina-busqueda .productos .producto {
    width: 47%;
  }
}

@media screen and (max-width: 700px) {
  .pagina-busqueda .productos .producto {
    width: 100%;
  }
}

/* Filtros Laterales en Búsqueda */
.pagina-busqueda .contenedor-busqueda-con-filtros {
  display: flex;
  gap: 25px;
  margin-top: 20px;
}

.pagina-busqueda .sidebar-filtros {
  width: 260px;
  flex-shrink: 0;
}

.pagina-busqueda .filtros-wrapper {
  background-color: white;
  border-radius: 8px;
  padding: 20px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  position: sticky;
  top: 200px;
}

.pagina-busqueda .titulo-filtros {
  font-size: 1.2rem;
  font-weight: bold;
  color: #0E7E3E;
  margin: 0 0 20px 0;
  padding-bottom: 15px;
  border-bottom: 2px solid #e0e0e0;
}

.pagina-busqueda .filtro-grupo {
  margin-bottom: 25px;
  padding-bottom: 20px;
  border-bottom: 1px solid #e9ecef;
}

.pagina-busqueda .filtro-grupo:last-of-type {
  border-bottom: none;
}

.pagina-busqueda .filtro-titulo {
  font-size: 0.95rem;
  font-weight: 600;
  color: #333;
  margin: 0 0 12px 0;
}

.pagina-busqueda .filtro-contenido {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.pagina-busqueda .filtro-checkbox {
  display: flex;
  align-items: center;
  gap: 8px;
  cursor: pointer;
  font-size: 0.9rem;
  color: #555;
  transition: color 0.2s;
}

.pagina-busqueda .filtro-checkbox:hover {
  color: #0E7E3E;
}

.pagina-busqueda .filtro-checkbox input[type="checkbox"] {
  width: 18px;
  height: 18px;
  cursor: pointer;
  accent-color: #0E7E3E;
}

.pagina-busqueda .inputs-precio {
  display: flex;
  align-items: center;
  gap: 8px;
}

.pagina-busqueda .input-precio {
  flex: 1;
  min-width: 0;
  padding: 8px 4px 8px 8px !important;
  border: 1px solid #ddd;
  border-radius: 4px;
  font-size: 0.9rem;
  outline: none;
  transition: border-color 0.2s;
  text-align: left;
}

.pagina-busqueda .input-precio:focus {
  border-color: #0E7E3E;
}

.pagina-busqueda .separador-precio {
  color: #999;
  font-weight: bold;
}

.pagina-busqueda .btn-aplicar-precio {
  width: 100%;
  margin-top: 10px;
  padding: 8px;
  background-color: #0E7E3E;
  color: white;
  border: none;
  border-radius: 4px;
  font-size: 0.9rem;
  font-weight: 600;
  cursor: pointer;
  transition: background-color 0.3s;
}

.pagina-busqueda .btn-aplicar-precio:hover {
  background-color: #00A650;
}

.pagina-busqueda .select-orden {
  width: 100%;
  padding: 8px;
  border: 1px solid #ddd;
  border-radius: 4px;
  font-size: 0.9rem;
  background-color: white;
  cursor: pointer;
  outline: none;
  transition: border-color 0.2s;
}

.pagina-busqueda .select-orden:focus {
  border-color: #0E7E3E;
}

.pagina-busqueda .filtro-acciones {
  margin-top: 20px;
}

.pagina-busqueda .btn-limpiar-filtros {
  width: 100%;
  padding: 10px;
  background-color: #f8f8f8;
  color: #666;
  border: 1px solid #ddd;
  border-radius: 4px;
  font-size: 0.9rem;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s;
}

.pagina-busqueda .btn-limpiar-filtros:hover {
  background-color: #e9ecef;
  color: #333;
  border-color: #bbb;
}

.pagina-busqueda .area-productos {
  flex: 1;
  min-width: 0;
}

.pagina-busqueda .area-productos .productos {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 20px;
}

.pagina-busqueda .area-productos .productos .producto {
  width: calc(25% - 15px);
  float: none;
  background-color: white;
}

@media screen and (max-width: 1450px) {
  .pagina-busqueda .area-productos .productos .producto {
    width: calc(33.333% - 14px);
  }
}

@media screen and (max-width: 1100px) {
  .pagina-busqueda .contenedor-busqueda-con-filtros {
    flex-direction: column;
  }

  .pagina-busqueda .sidebar-filtros {
    width: 100%;
  }

  .pagina-busqueda .filtros-wrapper {
    position: static;
  }

  .pagina-busqueda .area-productos .productos .producto {
    width: calc(50% - 10px);
  }
}

@media screen and (max-width: 700px) {
  .pagina-busqueda .area-productos .productos .producto {
    width: 100%;
  }
}

/* Filtros en Archive Product (Categorías) */
.contenedor-archivo-productos-con-filtros {
  display: flex;
  gap: 25px;
  margin-top: 20px;
}

.contenedor-archivo-productos-con-filtros .sidebar-filtros {
  width: 260px;
  flex-shrink: 0;
}

.contenedor-archivo-productos-con-filtros .filtros-wrapper {
  background-color: white;
  border-radius: 8px;
  padding: 20px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  position: sticky;
  top: 200px;
}

.contenedor-archivo-productos-con-filtros .titulo-filtros {
  font-size: 1.2rem;
  font-weight: bold;
  color: #0E7E3E;
  margin: 0 0 20px 0;
  padding-bottom: 15px;
  border-bottom: 2px solid #e0e0e0;
}

.contenedor-archivo-productos-con-filtros .filtro-grupo {
  margin-bottom: 25px;
  padding-bottom: 20px;
  border-bottom: 1px solid #e9ecef;
}

.contenedor-archivo-productos-con-filtros .filtro-grupo:last-of-type {
  border-bottom: none;
}

.contenedor-archivo-productos-con-filtros .filtro-titulo {
  font-size: 0.95rem;
  font-weight: 600;
  color: #333;
  margin: 0 0 12px 0;
}

.contenedor-archivo-productos-con-filtros .filtro-contenido {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.contenedor-archivo-productos-con-filtros .filtro-checkbox {
  display: flex;
  align-items: center;
  gap: 8px;
  cursor: pointer;
  font-size: 0.9rem;
  color: #555;
  transition: color 0.2s;
}

.contenedor-archivo-productos-con-filtros .filtro-checkbox:hover {
  color: #0E7E3E;
}

.contenedor-archivo-productos-con-filtros .filtro-checkbox input[type="checkbox"] {
  width: 18px;
  height: 18px;
  cursor: pointer;
  accent-color: #0E7E3E;
}

/* Marcas ocultas - inicialmente ocultas */
.contenedor-archivo-productos-con-filtros .marca-oculta {
  display: none;
}

/* Botón Ver más marcas */
.contenedor-archivo-productos-con-filtros .btn-ver-mas-marcas {
  width: 100%;
  padding: 8px;
  margin-top: 6px;
  background-color: transparent;
  color: #0E7E3E;
  border: 1px solid #0E7E3E;
  border-radius: 4px;
  font-size: 0.85rem;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.2s;
}

.contenedor-archivo-productos-con-filtros .btn-ver-mas-marcas:hover {
  background-color: #0E7E3E;
  color: white;
}

.contenedor-archivo-productos-con-filtros .inputs-precio {
  display: flex;
  align-items: center;
  gap: 8px;
}

.contenedor-archivo-productos-con-filtros .input-precio {
  flex: 1;
  min-width: 0;
  padding: 8px 4px 8px 8px !important;
  border: 1px solid #ddd;
  border-radius: 4px;
  font-size: 0.9rem;
  outline: none;
  transition: border-color 0.2s;
  text-align: left;
}

.contenedor-archivo-productos-con-filtros .input-precio:focus {
  border-color: #0E7E3E;
}

.contenedor-archivo-productos-con-filtros .separador-precio {
  color: #999;
  font-weight: bold;
}

.contenedor-archivo-productos-con-filtros .btn-aplicar-precio {
  width: 100%;
  margin-top: 10px;
  padding: 8px;
  background-color: #0E7E3E;
  color: white;
  border: none;
  border-radius: 4px;
  font-size: 0.9rem;
  font-weight: 600;
  cursor: pointer;
  transition: background-color 0.3s;
}

.contenedor-archivo-productos-con-filtros .btn-aplicar-precio:hover {
  background-color: #00A650;
}

.contenedor-archivo-productos-con-filtros .select-orden {
  width: 100%;
  padding: 8px;
  border: 1px solid #ddd;
  border-radius: 4px;
  font-size: 0.9rem;
  background-color: white;
  cursor: pointer;
  outline: none;
  transition: border-color 0.2s;
}

.contenedor-archivo-productos-con-filtros .select-orden:focus {
  border-color: #0E7E3E;
}

.contenedor-archivo-productos-con-filtros .filtro-acciones {
  margin-top: 20px;
}

.contenedor-archivo-productos-con-filtros .btn-limpiar-filtros {
  width: 100%;
  padding: 10px;
  background-color: #f8f8f8;
  color: #666;
  border: 1px solid #ddd;
  border-radius: 4px;
  font-size: 0.9rem;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s;
}

.contenedor-archivo-productos-con-filtros .btn-limpiar-filtros:hover {
  background-color: #e9ecef;
  color: #333;
  border-color: #bbb;
}

.area-productos-archivo {
  flex: 1;
  min-width: 0;
}

@media screen and (max-width: 1100px) {
  .contenedor-archivo-productos-con-filtros {
    flex-direction: column;
  }

  .contenedor-archivo-productos-con-filtros .sidebar-filtros {
    width: 100%;
  }

  .contenedor-archivo-productos-con-filtros .filtros-wrapper {
    position: static;
  }
}

.preguntas-frecuentes .contenedor-pregunta {
  padding: 0.2rem 2rem;
}

.preguntas-frecuentes .contenedor-pregunta .pregunta {
  color: #0E7E3E;
  text-transform: uppercase;
  font-size: 1.1rem;
  font-weight: bold;
}

.preguntas-frecuentes .contenedor-pregunta .respuesta {
  font-size: 1rem;
}

.btn-whatsapp {
  transition: 0.5s transform;
  width: 60px;
  height: 60px;
  border: 50%;
  border-radius: 50%;
  background-color: #25D366;
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  right: 40px;
  bottom: 80px;
  cursor: pointer;
  box-shadow: 0 4px 12px rgba(37, 211, 102, 0.4), 0 2px 4px rgba(0, 0, 0, 0.2);
  z-index: 99999;
  animation: pulse-whatsapp 2s infinite;
}

@keyframes pulse-whatsapp {
  0%, 100% {
    box-shadow: 0 4px 12px rgba(37, 211, 102, 0.4), 0 2px 4px rgba(0, 0, 0, 0.2);
  }
  50% {
    box-shadow: 0 4px 20px rgba(37, 211, 102, 0.6), 0 2px 8px rgba(0, 0, 0, 0.3);
  }
}

.btn-whatsapp:hover {
  transform: scale(1.1);
}

.btn-whatsapp a {
  height: 40px;
  width: 40px;
  filter: invert(100%);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  display: block;
}

.site-footer {
  border-top: 3px solid #0E7E3E;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  padding: 1rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 300px;
  background-color: #1a1a1a;
  box-shadow: 2px 2px 2px 0px rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
}

@media screen and (max-width: 1024px) {
  .site-footer {
    flex-direction: column;
    align-items: flex-start;
    height: auto;
  }
}

.site-footer h3 {
  font-weight: bold;
  font-size: 1.1rem;
  text-transform: uppercase;
}

.site-footer .logo {
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  height: 80%;
  width: 25%;
}

@media screen and (max-width: 1024px) {
  .site-footer .logo {
    height: 110px;
    width: 100%;
  }
}

.site-footer .informacion-contacto {
  margin: 2rem 0rem;
}

.site-footer .utiles {
  margin: 2rem 0rem;
}

.site-footer .red {
  display: flex;
  align-items: center;
  margin: 0.15px 0px;
}

.site-footer .red div {
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  height: 1.5rem;
  width: 1.5rem;
  margin-right: 5px;
}

.pagina-promociones .productos {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 1.5%;
}

.pagina-promociones .productos .producto {
  width: 22%;
  float: left;
  background-color: white;
}

@media screen and (max-width: 1450px) {
  .pagina-promociones .productos .producto {
    width: 30%;
  }
}

@media screen and (max-width: 1100px) {
  .pagina-promociones .productos .producto {
    width: 47%;
  }
}

@media screen and (max-width: 700px) {
  .pagina-promociones .productos .producto {
    width: 100%;
  }
}

.pagina-promociones .buscador-promociones {
  width: 96%;
  background-color: white;
  display: flex;
  flex-direction: column;
  margin-left: 2%;
  border-radius: 15px;
  align-items: center;
  padding: 20px;
  border-bottom: 3px solid #00A650;
}

.pagina-promociones .buscador-promociones h1 {
  font-weight: bold;
  font-size: 2em !important;
  margin-bottom: 25px;
}

.pagina-campo .productos {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 1.5%;
}

.pagina-campo .productos .producto {
  width: 22%;
  float: left;
  background-color: white;
}

@media screen and (max-width: 1450px) {
  .pagina-campo .productos .producto {
    width: 30%;
  }
}

@media screen and (max-width: 1100px) {
  .pagina-campo .productos .producto {
    width: 47%;
  }
}

@media screen and (max-width: 700px) {
  .pagina-campo .productos .producto {
    width: 100%;
  }
}

.pagina-campo .buscador-campo {
  width: 96%;
  background-color: white;
  display: flex;
  flex-direction: column;
  margin-left: 2%;
  border-radius: 15px;
  align-items: center;
  padding: 20px;
  border-bottom: 3px solid #0E7E3E;
}

.pagina-campo .buscador-campo h1 {
  font-weight: bold;
  font-size: 2em !important;
  margin-bottom: 25px;
}

/* ===== ESTILOS UNIFICADOS DE FILTROS PARA CAMPO ===== */
/* Adaptado de style_regular.css con colores del tema Campo (verde #0E7E3E) */

.contenedor-productos-con-filtros,
.pagina-busqueda .contenedor-busqueda-con-filtros {
  display: flex;
  gap: 20px;
  align-items: flex-start;
  margin-top: 20px;
}

.contenedor-productos-con-filtros .sidebar-filtros,
.pagina-busqueda .sidebar-filtros {
  width: 260px;
  flex-shrink: 0;
}

.contenedor-productos-con-filtros .filtros-wrapper,
.pagina-busqueda .filtros-wrapper {
  background-color: white;
  border-radius: 15px;
  padding: 20px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  position: sticky;
  top: 200px;
  border-bottom: 3px solid #0E7E3E;
}

.contenedor-productos-con-filtros .titulo-filtros,
.pagina-busqueda .titulo-filtros {
  font-size: 1.2rem;
  font-weight: bold;
  color: #0E7E3E;
  margin: 0 0 20px 0;
  padding-bottom: 15px;
  border-bottom: 2px solid #e0e0e0;
}

.contenedor-productos-con-filtros .filtro-grupo,
.pagina-busqueda .filtro-grupo {
  margin-bottom: 25px;
  padding-bottom: 20px;
  border-bottom: 1px solid #e9ecef;
}

.contenedor-productos-con-filtros .filtro-grupo:last-of-type,
.pagina-busqueda .filtro-grupo:last-of-type {
  border-bottom: none;
}

.contenedor-productos-con-filtros .filtro-titulo,
.pagina-busqueda .filtro-titulo {
  font-size: 0.95rem;
  font-weight: 600;
  color: #333;
  margin: 0 0 12px 0;
}

.contenedor-productos-con-filtros .filtro-contenido,
.pagina-busqueda .filtro-contenido {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.contenedor-productos-con-filtros .filtro-checkbox,
.pagina-busqueda .filtro-checkbox {
  display: flex;
  align-items: center;
  gap: 8px;
  cursor: pointer;
  font-size: 0.9rem;
  color: #555;
  transition: color 0.2s;
}

.contenedor-productos-con-filtros .filtro-checkbox:hover,
.pagina-busqueda .filtro-checkbox:hover {
  color: #0E7E3E;
}

.contenedor-productos-con-filtros .filtro-checkbox input[type="checkbox"],
.pagina-busqueda .filtro-checkbox input[type="checkbox"] {
  width: 18px;
  height: 18px;
  cursor: pointer;
  accent-color: #0E7E3E;
}

/* Marcas ocultas - inicialmente ocultas */
.contenedor-productos-con-filtros .marca-oculta,
.pagina-busqueda .marca-oculta {
  display: none;
}

/* Botón Ver más marcas */
.contenedor-productos-con-filtros .btn-ver-mas-marcas,
.pagina-busqueda .btn-ver-mas-marcas {
  width: 100%;
  padding: 8px;
  margin-top: 6px;
  background-color: transparent;
  color: #0E7E3E;
  border: 1px solid #0E7E3E;
  border-radius: 4px;
  font-size: 0.85rem;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.2s;
}

.contenedor-productos-con-filtros .btn-ver-mas-marcas:hover,
.pagina-busqueda .btn-ver-mas-marcas:hover {
  background-color: #0E7E3E;
  color: white;
}

.contenedor-productos-con-filtros .inputs-precio,
.pagina-busqueda .inputs-precio {
  display: flex;
  align-items: center;
  gap: 8px;
}

.contenedor-productos-con-filtros .input-precio,
.pagina-busqueda .input-precio {
  flex: 1;
  min-width: 0;
  padding: 8px 4px 8px 8px !important;
  border: 1px solid #ddd;
  border-radius: 15px !important;
  border-bottom: 3px solid #0E7E3E !important;
  font-size: 0.9rem;
  outline: none;
  transition: border-color 0.2s;
  text-align: left;
}

.contenedor-productos-con-filtros .input-precio:focus,
.pagina-busqueda .input-precio:focus {
  border-color: #0E7E3E;
}

.contenedor-productos-con-filtros .separador-precio,
.pagina-busqueda .separador-precio {
  color: #999;
  font-weight: bold;
}

/* Botón Aplicar - Verde con hover más oscuro (tema Campo) */
.contenedor-productos-con-filtros .btn-aplicar-precio,
.pagina-busqueda .btn-aplicar-precio {
  width: 100%;
  margin-top: 10px;
  padding: 8px;
  background-color: #0E7E3E;
  color: white;
  border: none;
  border-radius: 15px !important;
  font-size: 0.9rem;
  font-weight: 600;
  cursor: pointer;
  transition: background-color 0.3s;
}

.contenedor-productos-con-filtros .btn-aplicar-precio:hover,
.pagina-busqueda .btn-aplicar-precio:hover {
  background-color: #095a2b;
}

.contenedor-productos-con-filtros .select-orden,
.pagina-busqueda .select-orden {
  width: 100%;
  padding: 8px;
  border: 1px solid #ddd;
  border-radius: 15px !important;
  border-bottom: 3px solid #0E7E3E !important;
  font-size: 0.9rem;
  background-color: white;
  cursor: pointer;
  outline: none;
  transition: border-color 0.2s;
}

.contenedor-productos-con-filtros .select-orden:focus,
.pagina-busqueda .select-orden:focus {
  border-color: #0E7E3E;
}

.contenedor-productos-con-filtros .filtro-acciones,
.pagina-busqueda .filtro-acciones {
  margin-top: 20px;
}

/* Botón Limpiar Filtros - Gris (mantiene diseño unificado) */
.contenedor-productos-con-filtros .btn-limpiar-filtros,
.pagina-busqueda .btn-limpiar-filtros {
  width: 100%;
  padding: 10px;
  background-color: #f8f8f8;
  color: #666;
  border: 1px solid #ddd;
  border-radius: 15px !important;
  font-size: 0.9rem;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s;
}

.contenedor-productos-con-filtros .btn-limpiar-filtros:hover,
.pagina-busqueda .btn-limpiar-filtros:hover {
  background-color: #e9ecef;
  color: #333;
  border-color: #bbb;
}

.contenedor-productos-con-filtros .area-productos-contenido,
.pagina-busqueda .area-productos {
  flex: 1;
  min-width: 0;
  padding: 0;
  margin: 0;
}

.contenedor-productos-con-filtros .area-productos-contenido .productos,
.pagina-busqueda .area-productos .productos {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 20px;
  padding: 0;
  margin: 0;
}

.contenedor-productos-con-filtros .area-productos-contenido .productos .producto,
.pagina-busqueda .area-productos .productos .producto {
  width: calc(25% - 15px);
  float: none;
  background-color: white;
}

@media screen and (max-width: 1450px) {
  .contenedor-productos-con-filtros .area-productos-contenido .productos .producto,
  .pagina-busqueda .area-productos .productos .producto {
    width: calc(33.333% - 14px);
  }
}

@media screen and (max-width: 1100px) {
  .contenedor-productos-con-filtros,
  .pagina-busqueda .contenedor-busqueda-con-filtros {
    flex-direction: column;
  }

  .contenedor-productos-con-filtros .sidebar-filtros,
  .pagina-busqueda .sidebar-filtros {
    width: 100%;
  }

  .contenedor-productos-con-filtros .filtros-wrapper,
  .pagina-busqueda .filtros-wrapper {
    position: static;
  }

  .contenedor-productos-con-filtros .area-productos-contenido .productos .producto,
  .pagina-busqueda .area-productos .productos .producto {
    width: calc(50% - 10px);
  }
}

@media screen and (max-width: 700px) {
  .contenedor-productos-con-filtros .area-productos-contenido .productos .producto,
  .pagina-busqueda .area-productos .productos .producto {
    width: 100%;
  }
}

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