/* Add custom CSS styles below */ 

.bg-gray-100 {
    --tw-bg-opacity: 1;
    background-color: #f3f4f6;
    }
.banner-entry {
  height:20vw!important;
}
    @media screen and (max-width:992px){
    .s-add-product-button-main{
        position: fixed;
        bottom: 0;
        right: 0;
        width: 100%;
        padding: 10px;
        background: #fff !important;
        z-index: 9;
    }
 
}

@media screen and (max-width:768px){
     .banner-entry {
  height:70vw!important;
}
}