.p-item__list{
    max-width: 1200px;
    display: flex;
    gap: 60px 3.33%;
    flex-wrap: wrap;
    position: relative;
}
.p-item__wrapper::before,
.p-item-single::before{
    content: '';
    background-color: #EDF5F9;
    height: 84%;
    width: 100%;
    position: absolute;
    top: -130px;
    left: 0;
    z-index: -1;
}
.p-item-single{
    margin-bottom: 100px;
}
.p-item-single::before{
    
top: 28%;
    
height: 70%;
}
.c-card{
    width: 22.5%;
}
.c-card__txt{
 margin: auto;   
}

.p-item__title{
    padding: 0 20px;
}
.c-card__txt{
    max-width: 100%;
    padding: 0 20px;
}
/**Single*/
.p-item__cat{
    border: 1px solid #111;
    font-size: 12px;
    width: 200px;
    height: 42px;
    border-radius: 100px;
    margin: auto;
}
.p-item-single  .p-item__title{
    font-size: 34px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 22px;
}
.p-item-single .p-item__title span{
    width: 58px;
    height: 58px;
    border-radius: 50%;
    color: #fff;
    background-color: #F51212;
    font-size: 12px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.p-item__imgFrame{
    background-color: #fff;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
    border-radius: 10px;
    width: 444px;
    height: 667px;
    position: relative;
    margin: auto;
    max-width: 100%;
    overflow: hidden;
}
.p-item__imgFrame img{
    position: absolute;
    max-width: 100%;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}
.p-item__txt{
    letter-spacing: 0.5px;
}
.p-item dl{
    display: flex;
    border-bottom: 1px solid #CCCCCC;
    padding: 0 20px 20px;
    font-size: 16px;
    align-items: center;
}
.p-item dl ~ dl{
    margin-top: 20px;
}
.p-item dt{
    width: 220px;
    padding: 0 20px;
    text-align: center;
}
.p-item dd{
    flex: 1;
}

.cart {
    display: flex;
    justify-content: center;
    align-items: center;
}
.cart form{
    display: flex;
    align-items: center;
    /* flex-wrap: wrap; */
}
.cart form input[type=text]{
    width: 65px;
    vertical-align: middle;
    margin: 0 21px;
    border: 2px solid #CCCCCC;
    padding: 5px 10px;
    border-radius: 8px;
}
.sale-big .price{
    font-weight: bold;
    text-align: center;
    line-height: 160%;
    position: relative;
    font-size: 25px;
}
.p-item__dl dl{
    font-size: 14px;
}
@media(max-width: 1024px){
    .c-card{
        width: 31%;
    }
    .p-item__title,.c-card__txt{
        padding: 0;
    }
}
@media(max-width: 767px){
    .c-card{
        width: 48%;
    }
    .p-item__title,.c-card__txt{
        padding: 0;
    }
    .p-item__list{
        justify-content: space-between;
        gap: 40px 4%;
    }
    .c-card__new{
        font-size: 11px;
        width: 40px;
        height: 40px;
        left: 10px;
        top: -10px;
    }
    .c-card__img{
        height: 200px;
    }
    .c-card__img img{
        max-width: 100%;
        /* bottom: 25px; */
    }

    .p-item__cat{
        width: 160px;
    }
    .p-item-single .p-item__title{
        font-size: 20px;
        gap: 15px;
    }
    .p-item-single .p-item__title span{
        width: 40px;
        height: 40px;
        font-size: 10px;
    }
    .p-item__imgFrame{
        
width: 220px;
        
height: 300px;
    }
    .p-item__imgFrame img{
        max-width: 100%;
        /* bottom: 35px; */
    }
    .p-item dl{
        font-size: 13px;
    }
    .p-item__dl dl{
        font-size: 12px;
    }
    .p-item dt{
        width: 140px;
        padding: 0 10px;
    }

    .cart p{
        flex: 0 0 40px;
        /* flex-wrap: wrap; */
    }
    .cart form input[type=text]{
        margin: 0 11px;
    }
    .sale-big .price {
        font-size: 16px;
    }
}