p {
  
    margin-block-start: 0px;
    margin-block-end:0px;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
}
 .contenedor-productos-google-sheet {
   display: flex;
   width: 80%;
   margin:auto;
   font-family: 'Mulish', sans-serif;
/* flex-direction: row; */
    /* flex-wrap: wrap; */
    /* justify-content: center; */
    overflow: auto;
    white-space: nowrap;}  




.contenedor-productos-google-sheet::-webkit-scrollbar {
    width: 10px;
}

.contenedor-productos-google-sheet::-webkit-scrollbar-track {
    background-color: #e4e4e4;
    border-radius: 100px;
}



.contenedor-productos-google-sheet::-webkit-scrollbar-thumb {
    border-radius: 100px;
    background-image: linear-gradient(180deg, #575e6f 0%, #97999f 99%);
    box-shadow: inset 2px 2px 5px 0 rgba(#fff, 0.5);
}

 
.producto-celulares-optimize{
    display: flex;
    flex-wrap: wrap;
    width:44%;
    border: 1px solid #ededed;
    margin: 10px;
    box-sizing: border-box;
    position: relative;
    padding: 10px 10px 0px 20px;
    border-radius: 10px;
   
}

.contenedor-productos-google-sheet a {
    text-decoration: none;
    display: contents;
    padding: 0px;
    margin: 0px;
}

 .producto-celulares-optimize-img{
    width: auto;
    position: relative;
    margin: auto
}
    
 .producto-celulares-optimize-img img{
   position: relative;
    box-sizing: border-box;
    width: 100%;
    min-width: 80px;
    max-width: 200px;
    margin: auto;
    max-height: 230px;
    height: 100vh;
    min-height: 100px;
    height: auto;
    aspect-ratio: 1/1;
    min-height: auto;
} 
    .producto-info{
    width: 55%;
    border-left: 2px solid #ebebeb;
    padding-left: 3%;
    border-top: 0;       
  
}
.card_verde{
    position: absolute;
    left: 0px;
    top: 0px;
    box-sizing: border-box;
    width: 60px;
    height: 68px;
    border-top-left-radius: 9px;
    border-color: rgb(0, 153, 102) transparent transparent rgb(0, 153, 102);
    border-style: solid;
    border-width: 38px 33px 30px 30px;
    background: transparent;
   
} 
.descuento-porcentaje-optimize-celulares {
    position: absolute;
    left: -25px;
    top: -34px;
    box-sizing: border-box;
    display: inline-block;
    width: 60px;
    height: 68px;
    color: #fff;
    font-weight: 600;
    font-size:15px;
}
    .producto-celulares-optimize-nombre{
    font-family: 'Mulish', sans-serif;  
    font-size:16px;
    color: #000;
    margin-bottom: 5px;
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    word-break: break-word;
    line-height: 1.2;
    }
    
    .precio-anterior-optimize-celulares{
    display: flex;
    flex-direction: row;
    align-items: center;
    padding-bottom: 3px;
    text-decoration: line-through;
    color:#666;
    margin-top: 0;
    font-weight: 400;
    margin-right: 5px;
    font-size: 13px;}
    
    .precio-final-optimize-celulares{
    font-size:16px;
    font-weight: 700;
    color:#000;
    padding-bottom: 1%;
    }
    .envio{
    box-sizing: border-box;
    color: #096;
    font-size: 9px;
    font-weight: 400;
    padding: 5px 0;
    min-width: 65px;
    text-transform: uppercase;
    display: flex;
        align-items: center;}
    
   
    @media (max-width: 1550px){
   .producto-celulares-optimize-img img{
   position: relative;
    box-sizing: border-box;
    width: 100%;
    min-width: 80px;
    max-width: 180px;
    margin: auto;
    max-height: 230px;
    height: 100vh;
    min-height: 100px;
    height: auto;
    aspect-ratio: 1/1;
    min-height: auto;
} 
    .producto-info{
    width: 50%;
    border-left: 2px solid #ebebeb;
    padding-left: 3%;
    border-top: 0;}
    
    }
    
@media (max-width: 1250px){
	 .producto-celulares-optimize-img img{
   position: relative;
    box-sizing: border-box;
    width: 100%;
    min-width: 80px;
    max-width: 170px;
    margin: auto;
    max-height: 230px;
    height: 100vh;
    min-height: 100px;
    height: auto;
    aspect-ratio: 1/1;
    min-height: auto;
} 
    .producto-info{
    width: 45%;
    border-left: 2px solid #ebebeb;
    padding-left: 3%;
    border-top: 0;}
}

     @media (max-width: 1100px){
   		 .producto-celulares-optimize-img img{
   position: relative;
    box-sizing: border-box;
    width: 90%;
    min-width: 80px;
    max-width: 160px;
    margin: auto;
    max-height: 230px;
    height: 100vh;
    min-height: 100px;
    height: auto;
    aspect-ratio: 1/1;
    min-height: auto;
} 
    .producto-info{
    width: 40%;
    border-left: 2px solid #ebebeb;
    padding-left: 3%;
    border-top: 0;}
}
    
    
    @media (max-width: 899px) {
    	 .producto-celulares-optimize-img img{
   position: relative;
    box-sizing: border-box;
    width: 80%;
    min-width: 80px;
    max-width: 150px;
    margin: auto;
    max-height: 230px;
    height: 100vh;
    min-height: 100px;
    height: auto;
    aspect-ratio: 1/1;
    min-height: auto;
} 
    .producto-info{
    width: 40%;
    border-left: 2px solid #ebebeb;
    padding-left: 3%;
    border-top: 0;}
		
		.producto-celulares-optimize-nombre {
    	font-family: 'Mulish', sans-serif;
			font-size: 15px;}
		
		
		.precio-final-optimize-celulares {
    font-size: 14px;
    font-weight: 700;
    color: #000;
    padding-bottom: 1%;
}
    } 
 
    @media (max-width: 750px) {
   
		.producto-celulares-optimize-img img{
   position: relative;
    box-sizing: border-box;
    width: 70%;
    min-width: 80px;
    max-width: 100px;
    margin: auto;
    max-height: 230px;
    height: 100vh;
    min-height: 100px;
    height: auto;
    aspect-ratio: 1/1;
    min-height: auto;
} 
    .producto-info{
    width: 40%;
    border-left: 2px solid #ebebeb;
    padding-left: 3%;
    border-top: 0;}
		
		.producto-celulares-optimize-nombre {
    	font-family: 'Mulish', sans-serif;
			font-size: 13px;}
		
		
		.precio-final-optimize-celulares {
    font-size: 12px;
    font-weight: 700;
    color: #000;
    padding-bottom: 1%;
}
    }

 
    
  @media screen and (max-width: 600px){ .producto-celulares-optimize{ width:100%;
         border:0px;padding: 5px; }

	  

    .producto-celulares-optimize-img{
    position: relative;
    margin: auto;
    width: 33%;
    border:0px;
    align-self: center;
    justify-content: center;

}
	  
	  .producto-celulares-optimize{
    border: 1px solid #ededed;}
    
 .producto-celulares-optimize-img img{
    position: relative;
    box-sizing: border-box;
    width: 100%; 
    min-width: 80px;
    max-width: 200px;
    margin: auto;
    max-height: 230px;
    height: 100vh;
    min-height:100px;
    height: auto;
    aspect-ratio: 1/1; 
    min-height:auto;
} 
    .producto-info{
     width: 55%;
    border-left: 2px solid #ebebeb;
    padding-left: 3%;
    border-top: 0;
}   
  .antes-precio{
   display: flex;
   width: 100%;
   margin:0 auto;
   flex-direction: row;
   flex-wrap: wrap; 
    
}  
.precio-anterior-optimize-celulares{width: 50%;}   
    
.card_verde{
    position: relative;
    box-sizing: content-box;
    width: 40%;
    height: auto;
    border: 0px;
    
}   
.descuento-porcentaje-optimize-celulares {
    position: relative;
    left: 0px;
    top: 0px;
    display: inline-block;
    padding: 3%;
    width: 45px;
    height: 21px;
    color: #fff;
    font-weight: 600;
    font-size:15px;
    border-radius:5px;
    background: rgb(0, 153, 102);
    align-content: center;
}
        

    }
    @media (max-width: 400px){
     .producto-celulares-optimize{ width:100%;
         border:0px;padding: 0px; }
    
 
		.contenedor-productos-google-sheet {
    display: flex;
    width: 100%;
    margin: auto;
}
		
		
    .producto-celulares-optimize-nombre{
    font-size:14px; }
  
    .antes-precio{width: 100%;}  
		
	 .producto-celulares-optimize{
    border: 1px solid #ededed;}	
		
	
		 .producto-info{
     width: 55%;
    border-left: 2px solid #ebebeb;
    padding: 3%;
    border-top: 0;
}   
		
    .descuento-porcentaje-optimize-celulares {
    display: inline-block;
    padding: 2%;
    width: 40px;
    height: 20px;
    color: #fff;
    font-weight: 400;
    font-size:13px;
    border-radius:5px;
    background: rgb(0, 153, 102);
    align-content: center;
}
        
        
.precio-anterior-optimize-celulares{width: 65%;
         font-size: 12px;}   
    
.card_verde{
    position: relative;
    box-sizing: content-box;
    width: 30%;
    height: auto;
    border: 0px;
    
}   

    .precio-final-optimize-celulares{
    font-size:16px;
    font-weight: 700;
    color:#000;
    padding-bottom: 1%;
    }
    .envio{
    font-size: 9px;
   }
    
    
}

 @media (max-width: 280px){
     .contenedor-productos-google-sheet {
   margin:0 auto;
   padding: 0px;
    }    
 
     .producto-celulares-optimize{ width:100%;
         border:0px;padding: 0px; }
    
  .producto-celulares-optimize{
    border: 1px solid #ededed;}	
	 
    .producto-celulares-optimize-nombre{
    font-size:13px;
   
    }
  
    .antes-precio{width: 100%;
   
}  
    .descuento-porcentaje-optimize-celulares {
    display: inline-block;
    padding: 2%;
    width: 40px;
    height: 15px;
    color: #fff;
    font-weight: 400;
    font-size:13px;
    border-radius:5px;
    background: rgb(0, 153, 102);
    align-content: center;
}
        
        
.precio-anterior-optimize-celulares{width: 65%;
         font-size: 11px;}   
    
.card_verde{
    position: relative;
    box-sizing: content-box;
    width: 30%;
    height: auto;
    border: 0px;
    
}   

    .precio-final-optimize-celulares{
    font-size:17px;
    font-weight: 700;
    color:#000;
    padding-bottom: 1%;
    }
    .envio{
    font-size: 10px;
   }

    
 .producto-celulares-optimize-img img{
    margin:0 auto;
    width:50%;
    min-height:50px;
    min-width:50px;
     
} 
    .producto-info{
    max-width: 75%;
    margin-top: 10px;
    padding: 10px;
    margin-left: 0;        
  
}
