@media (max-width:50rem) {

.cart{
  width:100%;
}
.bottomNavLine{
  height:1px;
}
  
  .marquee h1{
    font-size:25vw;
  }

.footer-bottom .header-content .marquee h1{

margin-inline:3rem;
}
  .contactPage{
    display:flex;
    flex-direction:column;
    
  }
  .topContact{
    padding:0;
    justify-content:center;
  }
.topContact h1{
  transform:translateX(0%) translateY(50%);
  font-size:18vw;
}
  .bottomContact{
    justify-content:start;
    
  }

.contactPage>*{
    flex:1;
}

  
  .productHeader{
    flex-direction:column;
  }
  .prdHead2{
    order:-1;
  }

.prdHead1{
    border-top-left-radius:3rem;
  border-bottom-right-radius:0rem;
}
  
  .productHeader>*{
    min-height:50dvh;
  }


  .product-block{
    grid-template-columns:repeat(2,1fr);
  }
  .h-scroll1 img{
   height:30vh;
   width:60vw;
  }
  .h-scroll3{
    width:80vw;
  }
  .footer-nav{
    padding-inline:1rem;
  }
  .clip1{
    height:40vh;
  }
}
