/* Header cart drawer size on mobile */
@media only screen and (max-width:600px){
  .cart__drawer-form{
    max-height: 54vh;
  }
}

@media only screen and (max-width:768px){
  .collection-filter{
      top: 0px;
  }
}