 
         #category{
            font-family: sans-serif;
        }
        #category>h2{
            text-align: center;
            padding-bottom: 10px;
        }
       #fresh_finds{
           display: grid;
           width: 95%;
           grid-template-columns: repeat(6,1fr);
           grid-template-rows: repeat(2,270px);
           gap: 10px;
           margin:auto;
           padding-bottom: 20px;
       }
       #fresh_finds>div{
           text-align: center;
           
           
       }
       #fresh_finds>div>img{
           height: 160px;
           width:160px;
       }
       #new_year{
           display: grid;
           width: 95%;;
           grid-template-columns: repeat(4,1fr);
           grid-template-rows: 400px;
           gap:10px;
           margin: auto;
       }
       #new_year>div{
        text-align: center;
        margin-bottom: 10px;
        background-color: rgba(228, 228, 228,0.3);
        height: 400px;
    
       }
       #new_year>div>img{
           height: 280px;
           width: 100%;
           
        
       }
       #new_year>div>h3{
           margin-top: 10px;
           text-align: left;
           padding-left: 15px;
       }
       #new_year>div>p{
           font-size: 16px;
           margin-top: -8px;
           font-weight: 400;
           text-align: left;
       }
       #suit_furnitureImage{
           height: 300px;
           width: 95%;
           margin: auto;
           margin-top: 30px ;
       }
       #suit_furnitureImage>img{
           
           width: 100%;
           
       }
       #featured_brands{
           display: grid;
           width: 95%;;
           grid-template-columns: repeat(4,1fr);
           grid-template-rows: 400px;
           gap:15px;
           margin: auto;
           
       }
       #featured_brands>div{
        text-align: center;
        margin-bottom: 10px;
        background-color: rgba(228, 228, 228,0.3);
        box-sizing: border-box;
       }
       #featured_brands>div>p>b{
           font-size: 16px;
           font-weight: 300;
       }
       #featured_brands>div>p>b:first-child{
           font-weight: bold;
       }
       #featured_brands>div>img{
           height: 280px;
           width: 100%;
           
       }
       #explore_room{
           width: 95%;
           margin: auto;
       }
       #explore_room>img{
           height: 50%;
           width: 98%;
           margin: 130px 2px 2px 10px;
       }
       .bag2{
           display:none;
       }
       @media all and (max-width:1200px){
        #fresh_finds{
            grid-template-columns: repeat(4,1fr);
            grid-template-rows: repeat(3,230px);
            margin-bottom: 5px;
        }
       }
     @media all and (min-width:600px) and (max-width:900px){
        #fresh_finds{
               grid-template-columns: repeat(3,1fr);
               grid-template-rows: repeat(4,200px);
               margin-bottom: 5px;
           }
        #new_year{
           display: grid;
           width: 98%;;
           grid-template-columns: repeat(2,1fr);
           grid-template-rows:repeat(2,400px);
           gap:10px;
           margin: auto;
          }
         #featured_brands{
           display: grid;
           width: 95%;;
           grid-template-columns: repeat(2,1fr);
           grid-template-rows:repeat(2,400px);
           gap:10px;
           margin: auto;
          }
          #new_year>div>img{
           height: 280px;
           width: 100%;
    
         }
         #featured_brands>div>img{
           height: 280px;
           width: 100%;
       }
       
       #explore_room>img{
           margin: 30px 2px 2px 10px;
       }
      
        }
        
    
     @media all and (min-width:600px) and (max-width:900px){
        #fresh_finds{
               grid-template-columns: repeat(4,1fr);
               grid-template-rows: repeat(3,230px);
               margin-bottom: 5px;
           }
        #new_year{
           display: grid;
           width: 95%;;
           grid-template-columns: repeat(4,1fr);
           grid-template-rows: 400px;
           gap:10px;
           margin: auto;
           
          }
          
         #featured_brands{
           display: grid;
           width: 95%;;
           grid-template-columns: repeat(4,1fr);
           grid-template-rows: 400px;
           gap:10px;
           margin: auto;
           
           
          }
          #new_year>div>img{
           height: 280px;
           width: 100%;
         }
         #new_year>div>h3{
             font-size: 16px;
         }
         #new_year>div>p{
            font-size: 12px;
        }
        
        
        
         #featured_brands>div>img{
           height: 280px;
           width: 100%;
       }
       #featured_brands>div>p{
        font-size: 12px;
        padding-bottom: 0px;
        margin-bottom: 0px;
      }
       
       #explore_room{
           margin-top: 20px;
       }
       #explore_room>img{
           margin: 10px 2px 2px 10px;
       }
       #featured_brands>div>p{
        text-align: left;
        
    }
       #featured_brands>div>p>b{
        font-size: 12px;
        font-weight: 300;
        padding-bottom: 10px;
    }
    #featured_brands>div>p>b:first-child{
        font-size: 15px;
        font-weight: bold;
    }
    }
    @media all and (min-width:50px) and (max-width:770px){
        #fresh_finds{
            grid-template-columns: repeat(3,1fr);
            grid-template-rows: repeat(4,200px);
            margin-bottom: 5px;
        }
        #suit_furnitureImage{
            display: none;
        }
        #suit_furnitureImage>img{
            display: none;
        }
        .bag2{
            display: block;
            width:95%;
            margin: auto;
            margin-top: 20px;
            margin-bottom: 30px;
        }
        .bag2>img{
            display: block;
            width: 100%;
        }
        #new_year{
            display: grid;
            width: 95%;;
            grid-template-columns: repeat(2,1fr);
            grid-template-rows:repeat(2,400px);
            gap:10px;
            margin: auto;
           }
           #featured_brands{
            display: grid;
            width: 95%;;
            grid-template-columns: repeat(2,1fr);
            grid-template-rows:repeat(2,400px);
            gap:10px;
            margin: auto;
            
        } 
    }
    @media all and (min-width:50px) and (max-width:600px){
        #fresh_finds{
               grid-template-columns: repeat(2,1fr);
               grid-template-rows: repeat(6,200px);
               margin-bottom: 5px;
           }
        #new_year{
           display: grid;
           width: 95%;;
           grid-template-columns: repeat(2,1fr);
           grid-template-rows:repeat(2,400px);
           gap:10px;
           margin: auto;
          }
          #new_year>div>img{
              height: 280px;
              width: 100%;
          }
          #featured_brands{
           display: grid;
           width: 95%;;
           grid-template-columns: repeat(2,1fr);
           grid-template-rows:repeat(2,400px);
           gap:10px;
           margin: auto;
           
       }
       
       #featured_brands>div>img{
           height: 280px;
           width: 100%;
          
        }
        
       #explore_room>img{
           margin: 30px 2px 2px 10px;
       }
    }