p {  
    margin-block-start: 0px;
    margin-block-end:0px;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
}
.contenedor-productos-google-sheet {
   display: flex;
   width: 100%;
   margin:0 auto;
   font-family: 'Mulish', sans-serif;
   flex-direction: row;
   flex-wrap: wrap; 
   justify-content: center;
   border: 0;
}
.contenedor-productos-google-sheet a {
    text-decoration: none;
    display: contents;
    padding: 0px;
    margin: 0px;
}
.producto-card {
    display: flex;
    flex-wrap: wrap;
    width: 15%;
    border: 1px solid #ededed;
    margin: 10px;
    box-sizing: border-box;
    position: relative;
    padding: 10px 10px 0px 20px;
    border-radius: 10px;
}
.producto-card .product-2-partes{
   width: 100%;
   margin: auto; 
}
.producto-card .producto-img {
    width: 100%;
    position: relative;
    margin: auto;
}

.producto-card .producto-img img {
    padding-bottom: 4%;
    margin: 0 auto;
    width: 100%;
    min-height: auto;
    aspect-ratio: 1/1;
    justify-content: center;
}

.producto-card .producto-info{
    max-width: 100%;
    margin-top: auto;
    padding: 0;
    margin-left: auto;
    margin: auto;
}

/*.producto-card .card_verde {
    color: #FFF;
    border-radius: 50%;
    position: absolute;
    left: 0px;
    top: 0px;
    box-sizing: border-box;
    width: 60px;
    height: 60px;   
    background: #EB0028;
}*/

.producto-card .card_verde {
    outline: 1px solid #fff;
    border-radius: 50%;
    position: absolute;
    right: 10px;
    top: 10px;
    box-sizing: border-box;
    /* width: 60px; */
    /* height: 60px; */
    /* border-top-left-radius: 9px; */
    /* border-color: rgb(0, 153, 102) transparent transparent rgb(0, 153, 102); */
    border-style: solid;
    border-width: 28px 30px 28px 25px;
    /* background: #EB0028; */
    border-color: #EB0028;
    text-align: center;
    box-shadow: 1px 2px 7px 1px rgba(0, 0, 0, 0.4);
}


.producto-card .descuento-porcentaje {
    position: absolute;
    left: -25px;
    top: -10px;
    box-sizing: border-box;
    display: inline-block;
    width: 60px;
    height: 65px;
    color: #fff;
    font-weight: 700;
    font-size: 15px;
}

/*.producto-card .descuento-porcentaje {
    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-card .product-description {
    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;
    padding-top: 5%;
    border-top: 1.5px solid #ebebeb;
}
.producto-card .precio-anterior{
    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;
}    
.producto-card .precio-final{
    font-size:16px;
    font-weight: 700;
    color:#000;
    padding-bottom: 1%;
}
.producto-card .envio {
    box-sizing: border-box;
    font-weight: 400;
    padding: 5px 0 10px;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    color: #FFF;
    font-size: 13px;
    display: flex;
    flex-direction: column;
    width: 100%;
    margin: 3% 0 0 3%;
    align-items: inherit;
}

@media (max-width: 1399px){
    .producto-card{width:18%;}
}
@media (max-width: 1199px){
    .producto-card{
        width:23%;
        margin: 10px auto;
    }    
}
@media (max-width: 899px) {
    .producto-card{width:30%;}
}
@media (max-width: 650px) {
    .producto-card{width:46%;}
}



@media screen and (max-width: 600px){  
    .producto-card {
        width:95%;
        border: 0;
        padding: 5px 0;
        display: flex;
    } 
    .producto-card .product-2-partes{
       width: 48%;
       margin: auto; 
        
    }     
    .producto-card .producto-img {
        position: relative;
        margin: auto;
        width: 33%;
        border: 0px;
        align-self: center;
        justify-content: center;
    }        
    .producto-card .producto-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-card .producto-info {
        width: 55%;
        border-left: 2px solid #ebebeb;
        padding-left: 3%;
        border-top: 0;
        margin: auto;
    }
    .antes-precio{
       display: flex;
       width: 100%;
       margin:0 auto;
       flex-direction: row;
       flex-wrap: wrap; 
        
    }  
    .producto-card .precio-anterior{
        width: auto;
        margin: auto;
        margin-left: 0px;
    }   
    .producto-card .card_verde{
        position: relative;
        box-sizing: content-box;
        width: 40%;
        height: auto;
        border: 0px;
        
    } 
    

.producto-card .card_verde {
    outline: 1px solid #fff;
    border-radius: 50px;
    position: absolute;
    right: 10px;
    top: 10px;
    box-sizing: border-box;
    width: 30px;
    /* height: 60px; */
    /* border-top-left-radius: 9px; */
    /* border-color: rgb(0, 153, 102) transparent transparent rgb(0, 153, 102); */
    border-style: solid;
    border-width: 28px 30px 28px 25px;
    /* background: #EB0028; */
    border-color: #EB0028;
    text-align: center;
    box-shadow: 1px 2px 7px 1px rgba(0, 0, 0, 0.4);
    position: absolute;
    right: 19px;
    top: 73px;
    box-sizing: border-box;
    /* width: 10px; */
    /* height: 60px; */
    /* 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: #EB0028;
}
    
    .producto-card .product-description {
    border-top: 0px solid #fff;
}
    
   /*  .producto-card .descuento-porcentaje {
        position: relative;
        left: 0px;
        top: 0px;
        display: inline-block;
        padding: 3%;
        width: fit-content;
        height: auto;
        color: #fff;
        font-weight: 600;
        font-size: 15px;
        border-radius: 5px;
        background: rgb(0, 153, 102);
        align-content: center;
        margin: auto;
    }*/
    
    .producto-card .contenedor-precio{
        display: flex;
        flex-wrap: wrap;}
    }
    
   @media (max-width: 500px){ 
   .producto-card .descuento-porcentaje {
    position: absolute;
    left: -26px;
    top: -10px;
    box-sizing: border-box;
    display: inline-block;
    width: 60px;
    height: 65px;
    color: #fff;
    font-weight: 700;
    font-size: 15px;}
}
    
    
@media (max-width: 430px){
    
    .producto-card{ width:95%; }
    .producto-card-nombre{
        font-size:14px;}
    
    .antes-precio{width: 100%;}   
    
    .producto-card .product-description {
        font-family: 'Mulish', sans-serif;
        font-size: 13px;
        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;
    } 
    .producto-card .precio-anterior{
        width: 65%;
        font-size: 12px;
    }
    
           .producto-card .card_verde {
        position: relative;
        box-sizing: content-box;
        width: 30%;
        height: 20px;
        border: 0px;
        left: -30px;
        top: 18px;
    }
    
    .producto-card .envio{
        font-size: 9px;
    }
    .producto-card .descuento-porcentaje {
    font-size: 15px;
    font-weight: 700;
    padding-top: 1%;
    left: -4px;
    top: -3px;
    /* line-height: 1%; */}
}

@media (max-width: 415px){
    .producto-card .descuento-porcentaje {
        position: absolute;
        left: -5px;
        top: -2px;
        box-sizing: border-box;
        display: inline-block;
        width: 60px;
        height: 65px;
        color: #fff;
        font-weight: 700;
        font-size: 15px;
    }
}

@media (max-width: 375px){
    .producto-card .descuento-porcentaje {
        position: absolute;
        left: -4px;
        top: -2px;
        box-sizing: border-box;
        display: inline-block;
        width: 60px;
        height: 65px;
        color: #fff;
        font-weight: 700;
        font-size: 15px;
    }
}


@media (max-width: 280px){
    .contenedor-productos-google-sheet {
       margin:0 auto;
       padding: 0px;
    }     
    .producto-card{ margin:5px 0; }
    .producto-card-nombre{font-size:13px;}
    .antes-precio{width: 100%;} 
    .producto-card .precio-anterior{
        width: 65%;
        font-size: 11px;
    }
    .producto-card .card_verde{
        position: relative;
        box-sizing: content-box;
        width: 30%;
        height: auto;
        border: 0px;
    }
    .producto-card .envio{font-size: 10px;}    
    .producto-card .producto-img img{
        min-height:50px;
        min-width:50px;
    } 
    .producto-card .producto-info{
        max-width: 75%;
        margin-top: 10px;
        padding: 10px;
        margin-left: 0;
    }  
}