    /* Contenedor general del sitio (ej: header + contenido) */
.container {
  width: 100%;
  max-width: 1571px; /* límite del contenedor */ 
  margin: 0 auto;
  padding: 0 16px;
}
    
    

 



@media screen and (max-width:  991px) {
.image {
        width: 76px;
        height: 46px;
} 
   
header1 {
  background: #ffffff;
  width: 100%;
  /*position: fixed;*/
  z-index: 10;
}  

} 


 


  
header1 {
  background: #ffffff;
  width: 100%;
  position: fixed;
  z-index: 10;
}

 
/* Columna de filtros */
.tu-div-fijo {
    position: sticky;
    top: 145px; /* Ajusta este valor a la altura de tu header */
    align-self: flex-start;
}
  
 
/* Pantallas pequeñas: deja de ser sticky */
@media (max-width: 768px) {
    .tu-div-fijo {
        position: static; /* vuelve a flujo normal */
        top: auto;
        align-self: auto;
    }
}




@media (max-width:  320px) {
.image {
width: 76px;
height: 46px;
}  
}  
 
    
        /* Pantallas ≥ 320px */
    
    .header__input-form input {
    width: inherit;
    height: inherit; 
    border-radius: 11px; 
    border: 1px solid #0054a042;
    font-size: 15px;
    line-height: 21px;
    color: #1a1a1a;
    padding-left: 17px;
}

@media screen and (min-width:  220px) {
.contenido {
  padding-top: 217px;
}
    
  
  
     
    }
@media screen and (min-width:  320px) {
.contenido {
  padding-top: 157px;
}
     
      
    
    
   
}

@media screen and (min-width:  768px) {
.contenido {
  padding-top: 239px;
}

}

@media screen and (min-width:  1024px) {
.contenido {
  padding-top: 112px;  
}
     

}
    
    



  

.btn-add-to-cart {
    /* ✅ Ya no es absoluto, ahora fluye con el contenido */
    position: relative;
    top: auto;
    right: auto;
    z-index: 1;

    /* ✅ Empieza expandido por defecto (siempre muestra "Agregar") */
    width: 100%;
    height: 40px;
    border-radius: 20px;
    margin-top: 10px;

    background: #0054a0;
    color: white;
    font-weight: bold;
    font-size: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    padding: 0;
    border: none;
    transition: all 0.3s ease;
    overflow: hidden;
}

.btn-add-to-cart .icon {
    font-size: 18px;
    transition: all 0.3s ease;
    margin-right: 6px;
}

.btn-add-to-cart .text {
    position: relative;      /* ✅ ya no absoluto */
    left: auto;
    transform: none;
    opacity: 1;              /* ✅ siempre visible */
    font-size: 14px;
    font-weight: 600;
    pointer-events: none;
    transition: opacity 0.3s ease;
}

/* ── Estado: Agregando ── */
.btn-add-to-cart.agregando {
    background: #f0a500;
    pointer-events: none;
    cursor: default;
}

/* ── Estado: Agregado ✓ ── */
.btn-add-to-cart.agregado {
    background: #4caf50;
    pointer-events: none;
}

/* ── Spinner ── */
.btn-add-to-cart .spinner {
    display: none;
    width: 14px;
    height: 14px;
    border: 2px solid rgba(255,255,255,0.4);
    border-top-color: #fff;
    border-radius: 50%;
    animation: spin 0.6s linear infinite;
    margin-right: 6px;
}

.btn-add-to-cart.agregando .spinner { display: inline-block; }
.btn-add-to-cart.agregando .icon    { display: none; }

@keyframes spin {
    to { transform: rotate(360deg); }
}
 

/* ===== FORZAR BOTÓN ABAJO DE LA DESCRIPCIÓN ===== */
.product-card__details .btn-add-to-cart {
    position: relative !important;
    top: auto !important;
    right: auto !important;
    width: 100% !important;
    height: 40px !important;
    border-radius: 20px !important;
    border: none !important;
    opacity: 1 !important;
    visibility: visible !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    background: #0054a0 !important;
    color: white !important;
    font-size: 14px !important;
    font-weight: 600 !important;
    cursor: pointer !important;
    margin-top: 10px !important;
    gap: 6px !important;
}
 


 
.header__input-form2 {
    width: 322px;
    height: 39px;
    position: relative;
}

.header__input-form2 input {
    width: inherit;
    height: inherit;
    border-radius: 6px;
    border: 1px solid #e5e5e5;
    font-size: 15px;
    line-height: 21px;
    color: #1a1a1a;
    padding-left: 45px;
}

.header__input-form2 .search-icon {
    left: 18.5px;
    color: #0054A0;
}

.header__input-form2 .search-btn, .header__input-form2 .search-icon {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.header__input-form2 .search-btn {
    right: 0px;
    border-radius: 0px 6px 6px 0px;
}

.header__input-form2 .search-btn, .header__input-form2 .search-icon {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}


@media (min-width: >=  991px) {
.element-to-move-front {
display: none;

} 
}

@media only screen and (min-width: 991px) {
.element-to-move-front {
display: none;

} 
}

@media only screen and (min-width: 991px) {
.element-to-move-front {


} 
}

.header__navigation-menu-link{

padding: 12.5px 0px;
}


	
	
	
	.nav{
	margin-top:15px;
	margin-right: 33px;
}

.nav__list{
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;
	position: relative;
	color: #0054A0;
}

.nav__list a{
	display:block;
	color:#0054A0;;
	text-decoration:none;
	font-weight:700;
	font-size:12px;
	line-height:32px;
	padding:0 15px;
	
	
}

.nav__list li{
	position: relative;
	float:  left;
	margin: 0;
	padding: 0;
	display: inline-block;


}

.nav__list li:hover{
	background-color: #0054a02e;
	transition: all .3s;
	

}

.nav__list ul{
	display: none;
	position: absolute;
	top: 100%;
	left: 0;
	background-color: #fff;
	padding: 0;
	list-style: none;
	transition: opacity 1.5s;
	opacity: 0;

}

.nav__list ul li{
	float: none; 
	width: 240px;
	display: inline-block;
	


}

.nav__list ul a{
	line-height: 120%;
	padding: 10px 15px;
	
	
}

.nav__list ul ul{
	position: absolute;
	top: 0;
	left: 100%;
	background-color: #fff;
	transition: all 0.3s linear;
  /*  background: linear-gradient(0deg, rgba(0, 179, 7, 0.1), rgba(0, 179, 7, 0.1)), linear-gradient(0deg, #ffffff, #ffffff)*/
}

.nav__list li:hover > ul{
	display: block;
	transition: opacity 1.5s;
	transition: all 0.3s linear;
	visibility: visible;
	opacity: 1;
	
}

.contenedor-flexbox {
    display: flex; /*Convertimos al menú en flexbox*/
    justify-content: space-between; /*Con esto le indicamos que margine todos los items que se encuentra adentro hacia la derecha e izquierda*/
    align-items: center; /*con esto alineamos de manera vertical*/
}

.filter-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #ffffff;
    padding: 8px 15px;
    margin-top: 0px;
   /* border-radius: 8px;*/
   /* border: 1px solid #e5e5e5;*/
    /*box-shadow: 0 2px 6px rgba(0,0,0,0.05);*/ 
    border-bottom: 1px solid #e5e5e5;
}

.result-count {
    font-size: 16px;
    font-weight: 600;
    color: #444;
}

.result-count span {
    color: #007bff;
    font-weight: 700;
}

.filter-right {
    display: flex;
    align-items: center;
   /* gap: 10px;*/
}


.moderno-select {
    display: inline-block;
}

.select-wrapper {
    position: relative;
    display: flex;
    align-items: center;
    background: #ffffff;
    border: 1px solid #d0d0d0;
    border-radius: 10px;
    padding: 5px 12px;
    box-shadow: 0 2px 4px rgba(0,0,0,0.08);
    transition: 0.25s ease;
    cursor: pointer;
}

.select-wrapper:hover {
    border-color: #007bff;
    box-shadow: 0 3px 6px rgba(0,0,0,0.12);
}

.select-wrapper:focus-within {
    border-color: #0056d2;
    box-shadow: 0 0 0 2px rgba(0,123,255,0.25);
}

.select-icon {
    font-size: 13px;
    margin-right: 8px;
    opacity: 0.6;
    pointer-events: none;
}

.sort-select {
    border: none;
    background: transparent;
    font-size: 15px;
    padding: 4px;
    outline: none;
    width: 140px;
    cursor: pointer;
    appearance: none;
}

                
                .mod-select {
    width: 180px;
    background: white;
    border: 1px solid #d3d3d3;
    padding: 10px;
    border-radius: 8px;
    cursor: pointer;
    position: relative;
    font-size: 14px;
    user-select: none;
    transition: 0.2s;
}

.mod-select:hover {
    background: #f5f5f5;
}

.mod-arrow {
    position: absolute;
    right: 12px;
    top: 50%;
    transform: translateY(-50%);
    opacity: 0.7;
}

.mod-options {
    position: absolute;
    top: 44px;
    left: 0;
    width: 100%;
    background: white;
    border: 1px solid #d3d3d3;
    border-radius: 8px;
    padding: 0;
    list-style: none;
    display: none;
    z-index: 999;
    box-shadow: 0 4px 12px rgba(0,0,0,0.08);
}

.mod-options li {
    padding: 10px;
    cursor: pointer;
    transition: 0.15s;
    border-bottom: 1px solid #efefef;
}

.mod-options li:last-child {
    border-bottom: none;
}

.mod-options li:hover {
    background: #eaeaea;
}

.mod-options li.selected {
    background: #dcecff !important;
    font-weight: bold;
    color: #0a49a7;
}
                
                /* Loading Overlay */
.loading-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(255 255 255 / 29%);
    display: flex; 
    justify-content: center;
    align-items: center;
    z-index: 9999;
    backdrop-filter: blur(3px);
}

.loading-content {
    text-align: center;
    background: white;
    padding: 40px;
    border-radius: 12px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
    animation: fadeInScale 0.3s ease-out;
}

.loading-content img {
    display: block;
    margin: 0 auto 20px;
}

.loading-content p {
    margin: 0;
    font-size: 16px;
    font-weight: 500;
    color: #333;
}

@keyframes fadeInScale {
    from {
        opacity: 0;
        transform: scale(0.9);
    }
    to { 
        opacity: 1;
        transform: scale(1);
    }
}

/* Asegurar que el contenedor de productos sea relativo */
#contenedor-productos { 
    display: grid;
    align-items: stretch;

    /* ✅ Pantalla pequeña: 2 columnas */
    grid-template-columns: repeat(2, 1fr);
}

/* Tablet: 3 columnas */
@media (min-width: 600px) {
    #contenedor-productos {
        grid-template-columns: repeat(3, 1fr);
    }
}

/* Desktop: 4 o 5 columnas */
@media (min-width: 992px) {
    #contenedor-productos {
        grid-template-columns: repeat(4, 1fr);
    }
}

@media (min-width: 1200px) {
    #contenedor-productos {
        grid-template-columns: repeat(5, 1fr);
    }
}
 
                
                /* Ocultar header__bottom en pantallas menores a 768px */
@media (max-width: 768px) {
    .header__bottom {
        display: none !important;
    }
    
    .header__center{
        padding: 7px 0px;
        
    }
     
   .p-2 {
    padding: .5rem !important;
}
    
    .filter--search__content{
            margin-top: 25px;
         
    }  
    
     
    .header--one{
        box-shadow: 0px 0px 0px 0px #e5e5e5;
    }
    
    .result-count{
       font-size: 14px; 
        font-weight: 600;
    color: #444;
    }
    
    .mod-select{
        font-size: 12px;
    }
    
}
  
@media (max-width: 1024px) {
       .header__center{
        padding: 7px 0px; 
    }
} 





									
									 /*stylos izquierda--!*/
									.jHCZtJ {
    								margin: 0px;
    								/*padding: 0rem 0.875rem 0rem 0rem;*/
									}
									 
									@media (min-width: 576px) {
    								.crGdCh {
      							  	height: 1.875rem;
       						 		margin-bottom: 0px;
    								} 
                                    
                                    .crGdCh1 {
      							  	height: 1.875rem;
       						 		margin-bottom: 0px;
    								}    
                                        
									}

									.crGdCh {
									-webkit-box-align: center;
									align-items: center;
									display: flex;
									height: auto;
									-webkit-box-pack: start;
									justify-content: flex-start;
									margin-bottom: 1rem;
									}
                                        
                                    	.crGdCh1 {
									-webkit-box-align: center;
									align-items: center;
									display: flex;
									height: auto;
									-webkit-box-pack: start;
									justify-content: flex-start;
									margin-bottom: 1rem;
									}    
									
									.fjUOPZ {
									font-weight: 500;
									font-size: 17px;
									margin: 0rem;
									line-height: normal;
									color: #20201e;
									user-select: none;
									display: block;
									}
								
									
								
			  						
							
									
									
									
						  .toggleContainer{ 
    /*background: #c0bcb2;*/
    border-radius: 100px;
    border: 2px solid transparent;
    height: 1.5rem;
    margin: 0px 0px auto auto;
    width: 2.75rem;
      }    

      .toggle{
          position: absolute;
          width: 0;
          height: 0;
          & + .switch{
              position:relative;
              display: block;
              background: #c0bcb2;
              width: 48px;
              height: 24px;
              cursor: pointer;
              border-radius: 30px;
              transition: 0.5s;
          }
 
          &:checked + .switch{
              background: #0d6efdb5;
          }
          & + .switch:before{
              content:"";
              position: absolute;
              width: 19px;
              height: 18px;
              top: 50%;
              transform: translateY(-50%);
              background: #ffffff;
              border-radius: 50%;
              margin: 0px 2px;
              left: 0%;
              transition: .5s;
          } 
          &:checked + .switch:before{
              left: 100%;
              transform: translate(calc(-100% - 4px), -50%);
          }
      }



 
 ul { 
  list-style: none;
}

a {
  text-decoration: none;
}

h2 {
  /*text-align: center;*/
  margin: 20px auto;
  color: #fff;
}

.accordion-menu {
  width: 100%;
  max-width: 350px;
  margin: 9px auto 14px;
  background: #fff;
  border-radius: 4px;
}
.accordion-menu li.open .dropdownlink {
 /* color: #CDDC39;*/
  .fa-chevron-down { 
    transform: rotate(270deg);
  }
}
.accordion-menu li:last-child .dropdownlink {
  border-bottom: 0;
}
.dropdownlink {
  cursor: pointer;
  display: block;
  padding: 10px 15px 6px 7px;
  font-size: 18px;
  /*border-bottom: 1px solid #ccc;*/
  color: #212121;
  position: relative;
  transition: all 0.4s ease-out;
  font-size: 16px;
  line-height: 19px;
  i {
    position: absolute;
    top: 17px;
    left: 16px;
  }
  .fa-chevron-down {
    right: 12px;
    left: auto;
  }
    &:hover {
    background-color: #edf2ee;
    color: #0054A0; 
  }
}

.submenuItems {
  display: none;
  background: #f2f2f257;
  li {
   /* border-bottom: 1px solid #B6B6B6;*/
  }
}

.submenuItems a {
  display: block;
  color: #727272;
  padding: 5px 12px 7px 45px;
  transition: all 0.4s ease-out;
  font-size: 15px;
  line-height: 19px;
  &:hover {
    background-color: #edf2ee;
    color: #0054A0; 
  }
} 


/*marca*/

.ihcAYf {
    margin: 0px;
    padding: 0px;
}

.ihcAYf .sc-f40dd01a-0 {
    margin-bottom: 0.625rem;
}


@media (min-width: 576px) {
    .cWzUpJ {
        padding-left: 0.5rem;
    }
}

.cWzUpJ {
    display: flex;
    padding-left: 0.1875rem;
    flex-direction: row;
    -webkit-box-align: center;
    align-items: center;
}

.kNcWSg {
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    width: 1.125rem;
    height: 1.125rem;
    border: 0.125rem solid #c0bcb2;
    border-radius: 0.125rem;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 0.1s; 
}
.eLQWVS {
    font-weight: 400;
    font-size: 0.875rem;
    margin: 0rem;
    color: var(--color-v3-neutro-160);
    padding-left: 0.6875rem;
    line-height: inherit;
    user-select: none;
}
.iuMpgz {
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    width: 1.125rem;
    height: 1.125rem;
    border: 0.125rem solid #00a37c;
    border-radius: 0.125rem;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 0.1s;
    background-color: #00a37c;
}



/*** Styling Radio & Checkbox Input Fields (start here) ***/
 


fieldset {
	padding: 2em;
	border-color: #d4d4d4;
	border-style: solid;
	border-width: 2px;
	background: #fff;
}

legend {
	color: #bfbfbf;
	padding: 0.3em 0.6em;
	border: 2px solid #d4d4d4;
	background: #fff;
	font-size: 1.3em;
}
legend.radio {
	border-radius: 50px;
}

.container ul {
	margin-top: 0;
	padding-left: 0em;
}
.container ul li {
	list-style-type: none;
}
.container ul + ul {
	margin-bottom: 0;
}
.container ul + ul > li + li label {
	margin-bottom: 0;
}

/*** Styling Radio & Checkbox Input Fields (start here) ***/
/*
label {
	font-weight: 600;
	color: #777777;
	margin-bottom: 4px;
	width: 100%;
	float: left;
	cursor: pointer;
	padding: 0 0.6em;
	box-sizing: border-box;
	/*background: #e6e6e6;*/
/*	transition: all 0.5s ease 0s;
	font-size: 15px;
    line-height: 19px;
    font-weight: 500;
    color: #212121;
}
*/


input[type="checkbox"] { 
	display: none;
}


input[type="checkbox"] + label {
	line-height: 2em;
    font-size: 13px;
}

 
input[type="checkbox"] + label:before {
	content: "";
	width: 1.125rem;
    height: 1.125rem;
	float: left;
	margin-right: 0.5em;
	border: 2px solid #ccc;
	background: #fff;
	margin-top: 0.3em; 
    border-radius: 50%;
} 



input[type="checkbox"]:checked + label {
	/*background: #c1eec2;*/
}
 

input[type="checkbox"]:checked + label:after {
    content: "";
    width: 8px;
    height: 6px;
    border: 1px solid #fff;
    float: left;
    margin-left: -1.5em;
    border-right: 0;
    border-top: 0;
    margin-top: 0.6em;
    transform: rotate(-55deg);
}


input[type="checkbox"]:checked + label:before {
    border-color: #cccccc;
    background: #0d6efd;
} 





							
                                    
                                    
                            
/* Estilo para marcas seleccionadas */
.marca-seleccionada {
    background-color: #e8f4f8;
    border-left: 3px solid #2196F3;
    padding-left: 8px !important;
    transition: all 0.3s ease;
}

.marca-seleccionada label {
    font-weight: 600;
    color: #1976D2;
}

/* Estilo para el checkbox cuando está marcado */
.filtro-marca:checked {
    accent-color: #2196F3;
}

/* Animación suave al seleccionar */
#lista-marcas-render li {
    transition: all 0.3s ease;
    padding-left: 0;
}

                                    
                                    



#btn-limpiar-filtros:hover {
    background-color: #f0f0f0;
    border-color: #ccc;
    transform: translateY(-2px);
    box-shadow: 0 4px 8px rgba(0,0,0,0.1);
}
#btn-limpiar-filtros:active {
    transform: translateY(0);
    box-shadow: 0 2px 4px rgba(0,0,0,0.05);
}





						
								.iDskyD {
								font-size: 1rem;
								line-height: initial;
								font-weight: 700;
								color: var(--color-v1-text-primary);
								margin-bottom: 1rem;
								}
								.kKvLbF {
								align-items: flex-end;
								display: flex;
								flex-direction: row;
								-webkit-box-pack: justify;
								justify-content: space-between;
                                    display: none;
								}
								.jazPEH {
								display: flex;
								flex-direction: column;
								}
								.hcHqYX {
    color: var(--color-v3-neutro-100);
    font-size: 0.75rem;
}


.iWsSJQ {
   /* font-family: Sailec;*/
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 15px;
} 
.kKvLbF .sc-8c9da30a-3 {
    border: 1px #f0ebdf;
}

 
@media (min-width: 576px) {
    .eTftyx {
        margin-right: 0.5rem;
    }
}

.eTftyx {
    -webkit-box-align: baseline;
    align-items: baseline;
    border-radius: 0.625rem;
    color: #20201e;
    display: flex;
    height: 2.25rem;
    padding: 0.4375rem 0.875rem 0.25rem;
    user-select: none;
    width: 6.125rem;
}

.kKvLbF .sc-8c9da30a-3 {
    border: 1px solid #f0ebdf;
}

<
@media (min-width: 576px) {
    .eTftyx {
        margin-right: 0.5rem;
    }
}
.hURsev {  
    border: none;
    color: #20201e;
    outline: none;
    padding-left: 0rem;
    width: 100%;
}  
.hgbPoF { 
    -webkit-box-align: center;
    align-items: center;
    background: #0d6efd36;
    border-radius: 0.75rem;
    border: none;
    color: #20201e;
    cursor: pointer;
    display: flex;
    font-weight: 500;
    height: 2.25rem;
    -webkit-box-pack: center;
    justify-content: center;
    line-height: inherit;
    padding: 0.5rem 1rem;
}             
  
                                    .price-slider {
    position: relative;
    height: 40px;
}

.price-slider input[type=range] {
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    pointer-events: none; /* permite que ambos sliders se muevan */
}

.price-slider input[type=range]::-webkit-slider-thumb {
    pointer-events: all; /* pero el thumb sí se mueve */
    cursor: pointer;
}

                                    
                                    
                                    
                                    
                                    .rango-precio {
    padding: 10px;
    background: #fafafa;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
}

.price-slider {
    position: relative;
}

.price-slider input[type="range"] {
    width: 100%;
    margin: 8px 0;
}

.price-slider .labels {
    font-size: 14px;
    margin-bottom: 4px;
    display: flex;
    justify-content: space-between;
}

                                    
.price-values{
        text-align: center;                               
        }
                                    
			


		@media (max-width: 992px) {
   					 .jCgVyL {
       				/* grid-template-columns: repeat(auto-fill, 11.3125rem);*/
    display: grid;
    grid-template-columns: repeat(auto-fill, 10rem);
    -webkit-box-pack: center;
    justify-content: center;
    justify-items: center;
    width: 100%;
    margin-bottom: 26px;                 
    				}
					} 
					
						@media (min-width: 991px) {
   					 .jCgVyL {
       				 display: grid;
    grid-template-columns: repeat(auto-fill, 14rem);
    -webkit-box-pack: center;
    justify-content: center;
    justify-items: center;
    width: 100%;
                         margin-bottom: 26px;
    				}
					} 
					
			

/*
@media (max-width: 992px) {
.gPkClU {
 width: 100%;
    display: flex;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    justify-content: space-between;

}
}
*/


@media (min-width: 576px) {
    .eTeXGC {
        width: 10.3125rem;
        min-height: 18.5625rem;
    }
}
.eTeXGC { 
    cursor: pointer;
    border-radius: 1rem 1rem 0.5rem 0.5rem;
    box-shadow: none;
    display: flex;
    flex-direction: column;
    min-height: 16.5rem;
    margin: 0rem 0.5rem 1rem;
    padding: 0rem;
    position: relative;
    transition: box-shadow 300msease-in-out;
    width: 8.25rem; 
}
                        
 /* ── Tarjeta: columna flex ── */
.product-card {
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 4px 8px rgb(23 36 95 / 34%);
    overflow: hidden;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
    margin: 0.3rem;
    z-index: 1;

    /* ✅ NUEVO */
    display: flex;
    flex-direction: column;
    height: 100%;
}
 
.product-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(0,0,0,0.1);
}

.product-card__img-wrapper {
    position: relative;
    overflow: hidden;
    height: 220px; /* 👈 IMPORTANTE: mismo alto para todas */
    display: flex;
    align-items: center;
    justify-content: center;
}

.product-card__img-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: contain; /* 👈 evita deformación */
    padding: 5px;
}

.product-card__tag {
    position: absolute;
    top: 10px;
    left: 10px;
    background: #E74C3C;
    color: #fff; 
    padding: 3px 8px;
    border-radius: 4px;
    font-size: 0.8rem;
    font-weight: 600;
}



.btn-add {
    background: #33B6CB;
    border: none;
    padding: 0.5rem;
    border-radius: 50%;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background 0.2s ease;
}

.btn-add:hover {
    background: #28a0b0;
}

/* ── Detalles: columna flex, ocupa espacio restante ── */
.product-card__details {
    padding: 15px;
    text-align: center;

    /* ✅ NUEVO */
    display: flex;
    flex-direction: column;
    flex: 1;
}

.product-card__price {
    font-weight: 600;
    font-size: 1rem;
    color: #0054a0; 
      font-size: 1.3rem;
}
                        
.product-card__prices {
    display: flex;
    align-items: center;
    justify-content: center; /* opcional, centra los precios */
    gap: 5px; /* espacio entre precios */
    /*margin-top: 3px; /* espacio respecto al nombre */
}

.product-card__price--promo {
    color: #dc3545;
    font-size: 1.3rem;
}
 
.product-card__price--original {
    font-size: 0.85rem;
    color: #888;
    text-decoration: line-through;
    margin-left: 5px;
}

/* ── Descripción: absorbe el espacio y empuja el botón abajo ── */
.product-card__name {
    margin-top: 5px;
    font-size: 0.85rem;
    color: #212529;
    line-height: 1.2;
    font-weight: 600;
    text-align: left;

    /* ✅ NUEVO */
    flex: 1;
    display: -webkit-box;
    -webkit-line-clamp: 4;      /* máximo 3 líneas */
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

/* ── Botón siempre pegado al fondo ── */
.product-card__details .btn-add-to-cart {
    margin-top: auto !important;
    flex-shrink: 0;
}
                         
     .cards-md__img-wrapper {
    position: relative;   /* Para que el botón se posicione respecto a la imagen */
    overflow: visible;    /* Asegura que el botón no se corte */
} 

#items_en_uso_shop {
    position: absolute;
    bottom: 5px;          /* Pegado al pie de la imagen */
    left: 80%;            /* Centrado horizontalmente */
    transform: translateX(-50%); /* Ajuste exacto del centro */
     
}

.btn-add {
    background: #33B6CB;
    border: none;
    padding: 0.5rem;
    border-radius: 50%;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background 0.2s ease;
}

.btn-add:hover {
    background: #28a0b0;
}
                        
#contenedor-paginacion { 
        margin-bottom: 26px;                     
        }            
             


/* ========= BOTÓN PRINCIPAL ========= */
#walmartBtn {
    width: 310px;
    height: 48px;
    background: #0054a00f;
    border-radius: 32px; 
    color: #0054a0; 
    border: none;
    padding: 0 15px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
}

#walmartBtn img.icon {
    width: 32px;
    height: 32px;
    border-radius: 50%;
}

#walmartBtn .text-area {
    text-align: left;
    width: 220px;
}

#walmartBtn .main-text {
    font-size: 11.2px;
    font-weight: bold;
}

#walmartBtn .sub-text {
    font-size: 10.2px;  
    opacity: .9;
}

#walmartBtn .arrow {
    transition: transform .3s;
        font-size: 12px; 
}

/* Flecha rotada al abrir */
#walmartBtn.active .arrow {
    transform: rotate(180deg);
}

/* ========= PANEL DESPLEGABLE ========= */
#walmartModal {
    position: absolute;
    top: 74px;
    left: 0;
    width: 100%;
    background: #f2f2f2; 
    padding: 20px;
    border-radius: 0 0 18px 18px;
    display: none;
    z-index: 9999;
}

.w-option {
    background: #fff;
    padding: 12px;
    border-radius: 12px;
    text-align: center;
    width: 48%;
    cursor: pointer;
    border: 2px solid #fff;
}

.w-option.active {
    border-color: #f2c400;
    box-shadow: 0 0 8px rgba(0,0,0,0.15);
}

.w-option img {
    width: 32px;
    height: 32px;
}

.w-row {
    display: flex;
    justify-content: space-between;
}

.address-box {
    background: #fff;
    border-radius: 12px;
    padding: 15px;
    margin-top: 20px;
    color: #444;
}

.address-box img {
    width: 16px;
}
                        
                        
                        
                        @media screen and (max-width: 991px) {
  .header__location {
    padding: 4px 6px;
    font-size: 12px;
    gap: 4px;
  }

  /* Ajustar icono dentro del botón */
  .header__location .icon {
    width: 20px;
    height: 20px;
  }

  /* Ajustar textos dentro del botón */
  .header__location .text-area .main-text {
    font-size: 12px;
  }

  .header__location .text-area .sub-text {
    font-size: 10px;
  }
  
  /* Flecha más pequeña */
  .header__location .arrow {
    font-size: 12px;
  }

  /* Ajustar modal dropdown para móviles */
  #walmartModal {
    width: 90%;
    left: 5%;
    right: 5%;
    max-width: none;
  }
 
  #pickup-info {
    font-size: 11px;
    padding: 8px;
  }

  #agregar-direccion {
    font-size: 12px;
    padding: 6px;
  }
}


							  
