@font-face {
    font-family: "DanaBold";
    src: url(../font/DanaFaNum-Bold.woff) format('woff');
}

@font-face {
    font-family: "DanaMedium";
    src: url(../font/DanaFaNum-Medium.woff) format('woff');
}

html{
    scroll-behavior: smooth;
}

body{
    background: #1a1a1a;
    font-family: "DanaMedium";
    color: #bcb2b2;
}

.container{
    margin: 27px;
    padding: 12px 37px;
    display: flex;
    flex-direction: column;
    gap: 5rem;
}

.header{
    display: flex;
    flex-direction: column;
    gap: 2rem;
}

.label{
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.label_right{
    display: flex;
    gap: 1rem;
}

.label_link{
    text-decoration: none;
    color: #fff;
    font-size: 18px;

}

.label_link:hover{
    text-decoration: underline #F3D098;
}

.label_middle{
    display: flex;
}

.label_middle_img{
    width: 32%;
    margin: auto;
}

.label_left{
    display: flex;
    gap: 0.5rem;
}

.label_left_search{
    width: 30px;
    height: 30px;
    margin: auto;
}

.label_left_bag{
    width: 30px;
    height: 30px;
    margin: auto;
}

.label_left_button{
 
}

.label_left_link{
    border: 1px solid #F3D098;
    color: #F3D098;
    border-radius: 5px;
    width: 10rem;
    height: 2rem;
    background-color: #000;
    font-family: "DanaMedium";
    text-align: center;
    display: block;
    padding-top: 10px;
    text-decoration: none;

}

.all_products_header{
    color: #F3D098;
    font-size: 28px;
    padding-right: 15px;
}

.all_products{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    row-gap: 20px;
    column-gap: 12px;
}

.product{
    width: 22%;
    display: flex;
    flex-direction: column;
    text-align: center;
    border: 1px solid #1f1f1f;
    border-radius: 7px;
    background: #111111;

}

.product_img_parent{
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 10px;

}

.product_image{
    width: 85%;
    border-radius: 20px;
    height: 180px;
}

.product_name{
    color: #F3D098;
    font-family: "DanaBold";

}

.product_price{
    margin-top: -5px;
}

.shop_info{
    display: flex;
    flex-direction: column;
    gap: 20px;
    align-items: center;
    justify-content: center;
    margin-top: 3rem;
}

.shop_info_img{
    width: 12%;
}

.shop_info_text{
    font-size: 18px;
    text-align: center;
    width: 50%;
}

.shop_info_links{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
}

.shop_info_link{
    text-decoration: none;
    color: #fff;
    font-size: 18px;
}

.shop_info_link:hover{
    text-decoration: underline #F3D098;
    font-size: 20px;
}

.shop_info_apps{
    display: flex;
    align-items: center;
    justify-content: center;
}

.shop_info_apps_link{
    width: 45%;
    margin: 1rem -1.5rem;
}

.shop_info_app_icon{
    width: 40%;
}
