  @media (max-width: 992px) {
    .stack-on-tablet {
        flex-basis: 100% !important;
        max-width: 100% !important;
        margin-left: 0 !important;
    }
    

    .stack-on-tablet-container{
        flex-wrap: wrap !important;
        flex-direction: column;
    }
        /* Order classes for mobile and tablet */
    .tablet-order-1 {
        order: 1 !important;
    }
    
    .tablet-order-2 {
        order: 2 !important;
    }
    
    .tablet-order-3 {
        order: 3 !important;
    }
    
    .tablet-order-4 {
        order: 4 !important;
    }

    .tablet-order-last {
        order: 999 !important;
    }
    
    .tablet-order-first {
        order: -999 !important;
    }

}
    /* Hide element on mobile and tablet (below 1024px) */
    @media (max-width: 1023px) {
        .hide-mobile-tablet {
          display: none;
        }
      }
      
      @media (min-width: 1024px) {
        .hide-desktop {
          display: none;
        }
      }

.collections-header{
    width: 100%;
    height: 500px; 
    overflow: hidden;
    margin-bottom: 40px;
    
    
}
.collections-header img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover; 
  }
  .times-tables td{
    border: none;
    padding: 5px;
  }
  .times-tables tr td:last-child{
    min-width: 50px;
  }

.collections-info{
    padding-top: 20px;
    border-top: 1px solid var(---000000);
}
.collections-info p{
    margin-bottom: 10px;
}
@media (max-width: 767px) {
.seperator-md:not(.cookies-table .seperator-md){
    border-bottom: 1px solid var(---000000);
}
}
@media (min-width: 781px) and (max-width: 992px){
    .collections-info{
        margin-right: 10rem;
    }
}