@import url('https://fonts.googleapis.com/css2?family=Cabin:ital,wght@0,400..700;1,400..700&display=swap');


html, body{
    /* overflow-x: hidden !important; */
    font-family: "Cabin", sans-serif !important;
    scrollbar-width: none !important;
}

nav a,.nav a{
    text-shadow: 0px 0px 8px #286233;
    transition: all .3s ease-in-out;
}
nav a:hover{
    scale: 1.1;
    text-shadow: 0px 0px 0px #286233;
}

.hover-scale{ 
    transition: all .2s ease-in-out;
    background: #eff0f2;
}
.hover-scale:hover{
    scale: 1.02; 
}

.bg_img{
    background-image: url(imgs/vwc_product-7.jpg);
    background-position: center;
    background-attachment: fixed;
    background-size: cover;
}

.top_tag{
    background-image: url(imgs/top_tag.jpg);
    background-size: contain;
    background-position: bottom;
}
.no_tap_tag{
    background-image: url(imgs/top_tag1.jpg) !important;
}

.all_products img{
    border:  1px solid green;
    
}