@font-face {
    font-family: 'beba';
    font-weight: bold;
    src: url(../../../wp-content/asssets/fonts/BebasNeue-Bold.woff2) format(woff2),
         url(../../../wp-content/asssets/fonts/BebasNeue-Bold.woff) format(woff);
}
@font-face {
    font-family: 'beba';
    font-weight: light;
    src: url(../../../wp-content/asssets/fonts/BebasNeue-Light.woff2) format(woff2),
         url(../../../wp-content/asssets/fonts/BebasNeue-Light.woff) format(woff);
}
@font-face {
    font-family: 'beba';
    font-weight: 'regular';
    src: url(../../../wp-content/asssets/fonts/BebasNeue-Regular.woff2) format(woff2),
         url(../../../wp-content/asssets/fonts/BebasNeue-Light.woff) format(woff);
}
.strike { text-decoration: line-through;}
body{
    background-color: white;
    margin: 0;
}
.main img{
    display: flex;
    width: 60px;
    height: 60px;
    justify-content: center;
    align-items: center;
    text-align: center;
    place-items: center;
    margin: auto;
    color: grey;
}
.main {
    background-color: white;
    color: white;
    width: 100%;
    height: 60px;
    margin-top: 0;
    text-align: center;
}
.dropdown h1{
    font-family: 'beba';
    margin-left: 10px;
}
.content{
    width: 100%;
    height: auto;
    margin-bottom: 20px;
}
.content h1{
    font-family: 'beba';
    font-size: 20px;
    display: inline-block;
    margin-left: 30px;
}
.content a {
    text-decoration: none;
    color: black;
}
.container{
    display: grid;
    grid-template-columns: repeat(auto-fit, 170px);
    gap: 8px;
    justify-content: center;
    align-items: center;
}
.item-1{
    background-color: white;
    margin: auto;
    margin-top: 10px;
    width: 170px;
    height: 355px;
    text-align: center;
    text-decoration: none;
    color: black;
    display: block;
}
.item-1 img{
    width: 100%;
    height: 60%;
    object-fit: cover;
}
.item-1 h1{
    font-size: 20px;
    font-family: 'beba';
}
.item-1 h2{
    font-size: 15px;
    font-family: 'beba';
    font-weight: lighter;
}
.item-1 h3{
    font-size: 10px;
    font-family: 'beba';
    font-weight: lighter;
    text-align: left;
}
.hot-selling h4 {
    font-family: 'beba';
    font-weight: bold;
    margin-left: 15px;
}
