:root {
    --black: hsl(0, 0%, 13%);
    --white: hsl(0, 100%, 100%);
    --salmon-pink: hsl(353, 100%, 78%);
    --pink:rgba(255, 51, 153,.05);
    --blue:#0093D0;
    --bittersweet: #d82c3f;
}
[data-theme="dark"]{
    --pink:white;
}
.container-colletion{
    margin-top: 25px;
}
.men-women-content{
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 30px;
    max-width: auto;
    margin: 0 auto;
}
.count_item{
    color: var(--blue);
}
.men-women-content .col img,.Promotion-Product-content .col img{
    width: 100%;
}
.Promotion-Product-content .col img{
    height: 130px;
}
.Promotion-Product-content .col img:hover {
    -webkit-transform: translateY(-5px);
    -moz-transform: translateY(-5px);
    transform: translateY(-5px);
    -webkit-box-shadow: 0 10px 15px rgb(0 0 0 / 20%);
    box-shadow: 0 10px 15px rgb(0 0 0 / 20%);
    transition: .5s ease;
}
/* .men-women-content .col img:hover{
    transform: scale(1.1);
    z-index: 2;
} */
.collection{
    border: 1px solid var(--blue);
    color: var(--blue);
    background: var(--white);
    outline: none;
    font-weight: 500;
    width: 100%;
    padding: 10px 50px;
    font-size: 16px;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-top: 15px;
}
.collection:hover{
    color: var(--white);
    background: var(--blue);
}
.Promotion-Product-content{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-gap: 30px;
    max-width: auto;
    margin: 0 auto;
}
.promotion{
    margin-top: 30px;
}
.h1{
    font-size: 30px;
    font-weight: bold;
    letter-spacing: 2px;
    text-align: center;
    padding: 10px;
    margin: 2rem 0;
    background: #04befe1a;
}
.h1 span{
    color: var(--blue);
}
.dec-price{
    margin-top: 15px;
    margin-bottom: 50px;
    padding-left: 10px;
}
.price{
    font-size: 22px;
    width: 100%;
    display:inline-flex;
}
.price span{
    font-size:16px;
    padding-left: 22px;
    color: var(--silver);
    text-decoration-line: line-through;
}
.full-price{
    color: var(--silver);
    -webkit-text-decoration-line: line-through;
    text-decoration-line: line-through;
    opacity: .7;
    font-weight: 700;
}
.discount-price{
    color: var(--blue);
}
.total-price-bag{
    padding-top: 10px;
    font-weight: 700;
    font-size: 18px;
    letter-spacing: 1px;
    color: var(--bittersweet);
}
.price .per-dis{
    color: var(--blue);
    font-weight: 700;
}
.price .after-dis,.normal-price{
    font-family: Poppins,sans-serif;
    letter-spacing: 1px;
    color: var(--bittersweet);
}
.price .per-dis, .price .after-dis{
    font-size: 22px;
    /* padding: 0 6px; */
}
@media (max-width: 1024px){
    .Promotion-Product-content{
        grid-template-columns: 1fr 1fr 1fr;
    }
}
@media (max-width: 756px){
    .men-women-content{
        grid-gap: 15px;
    }
    .Promotion-Product-content{
        grid-template-columns: 1fr 1fr; 
    }
    .container-pro{
        padding: 0 100px;
    }
    .price .first-price{
        font-size:18px;
        padding-right: 2px;
    }
    .price .per-dis, .price .after-dis{
        font-size: 17px;
        padding: 0 2px;
    }
    .normal-price,.desc p{
        font-size: 17px;
    }
    
}
@media (max-width: 550px){
    .Promotion-Product-content{
        gap: 15px;
    }
    .container-pro{
        padding: 0 0px;
    }

}
@media (max-width: 480px){
    .men-women-content{
        grid-template-columns: 1fr; 
    }
}
@media(max-width:350px){
    .Promotion-Product-content {
        grid-template-columns: 1fr;
    }
}