.itemsP .tags img {
    position: absolute;
    width: 90px;       
}
.itemsP, .itemsP figure {
    position: relative;        
}
.itemsP {
    text-align: center;        
    height: 350px;
}
.itemsP .tags img:nth-last-of-type(1) {
    top: 0;        
    left: 0;
}
.itemsP .tags img:nth-last-of-type(2) {
    top: 0;        
    right: 0;
    display: none;
}
.itemsP .tags img:nth-last-of-type(3) {
    bottom: 0;        
    left: 0;
}
.itemsP .tags img:nth-last-of-type(4) {
    bottom: 0;        
    right: 0;
    display: none;
}
.itemsP  p  {
    font-size: 15px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 46px;
}
.itemsP h4  {
    font-size: 22px;
    font-weight: bold;
}
.itemsP .priceList span:first-of-type  {
    text-decoration: line-through;
    font-size: 18px;
    line-height: 1.66;
    letter-spacing: -0.26px;
    color: rgb(136, 136, 136);
}
.itemsP .priceList span:last-of-type  {
    align-self: center;
    border-radius: 2px;
    padding: 2px 5px;
    background-color: #003078;
    line-height: 1;
    font-size: 16px;
    letter-spacing: -0.28px;
    color: rgb(255, 255, 255);
    margin-left: 3px;
}
.itemsP .priceList span:last-of-type::after  {
    content: "% OFF";
    font-size: 14px;
}
.itemsP .image img {
    height: 200px;
    object-fit: contain;
}

@media (max-width: 1024px)  {
    .itemsP p {
        font-size: 10px;
        height: auto;
        margin-bottom: .5rem;
    }
    .itemsP .priceList span:first-of-type,
    .itemsP .priceList span:last-of-type,
    .itemsP .priceList span:last-of-type::after {font-size: 12px;}
    .itemsP .tags img { width: 48px;}
    .homeRecent .itemsP {
        flex: 0 0 48%!important;
        padding: 10px!important;
        margin: 0px 7px!important;
    }
    #limitedOffer .col-md-12:first-of-type h1 {
        font-size: 18px;
        width: 100%;
        text-align: center;
    }
    .homeRecent .col-md-12:first-of-type h3 {
        font-size: 20px!important;
        text-align: center;
    }
    .navs { display: none;}
    .itemsP h4 {font-size: 17px;}
    .itemsP .image img {
        height: 100px;
    }
    .itemsP {
        height: 210px;
    }
}