body{
    background: #ffedee;
    font-family: "Open Sans", sans-serif;
}
main{
    width:400px;
    margin: 0 auto;
}
.proDetails{
    width: 320px;
    height: 100px;
    position: absolute;
    left: 35px;
    bottom: 14px;
    display: flex;
}
.proDetails h1{
    font-size: 22px;
    font-weight: 800;
    width: 228px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    margin-top: 20px;
    margin-bottom: 0;
    line-height: 30px;
}
.proDetails span{
    font-size: 12px;
    font-weight: 600;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    width: 228px;
}
.santa{
    width: 120px; 
    position: absolute; 
    bottom: 70px; 
    right: 12px;
}
@media(max-width:420px){
    main{
        width: 350px;
    }
    .proDetails {
        height: 88px;
        bottom: 15px;
    }
    .proDetails h1 {
        font-size: 20px;
        font-weight: 900;
        width: 190px;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
        margin-top: 25px;
        margin-bottom: 0;
    }
    .proDetails span{
        width: 190px;
    }
    .santa{
        width: 120px; 
        position: absolute; 
        bottom: 55px; 
        right: 2px;
    }
}
@media(max-width:360px){
    main{
        width: 330px;
    }
    .proDetails {
        width: 300px;
        height: 90px;
        bottom: 10px;
    }
    .proDetails h1 {
        font-size: 18px;
        font-weight: 900;
        width: 180px;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
        margin-top: 25px;
        margin-bottom: 0;
        line-height: 1.2;
    }
    .proDetails span{
        width: 180px;
    }
    .santa{
        width: 110px; 
        position: absolute; 
        bottom: 55px; 
        right: 3px;
    }
}