
@media (max-width: 1000px) {
  .mosaic-gallery {
    grid-template-columns: repeat(2, 1fr);
    width: 90%;
  }
}

@media (max-width: 840px) {
	
	 .cart-table,
            .cart-table thead,
            .cart-table tbody,
            .cart-table th,
            .cart-table td,
            .cart-table tr {
                display: block;
            }

            .cart-table thead {
                display: none;
            }

            .cart-table tr {
                border-bottom: 1px solid #e5e7eb;
                padding: 12px 0;
            }

            .cart-table td {
                border-bottom: 0;
                padding: 8px 0;
            }

            .mobile-label {
                display: block;
                color: #6b7280;
                font-size: 12px;
                font-weight: 700;
                margin-bottom: 4px;
            }

            .qty-form {
                align-items: stretch;
                flex-direction: column;
            }

            input.qty {
                width: 100%;
            }
            button {
	            width:auto;
            }
            .main-image {
    
    height:420px;
   
}

	
	.homepage-hero {
    position: relative;
    min-height: calc(100vh - 80px);
    }

    .page-grid {
        grid-template-columns: 1fr;
    }

    .panel {
        width: 100%;
    }


    .header {
        display: flex;
        justify-content: center;
        padding-top: 25px;
        position: relative;
    }

       .header {
        display: grid;
        grid-template-columns: 1fr auto 1fr;
        align-items: center;
    }

    .header-logo,
    .menu-search {
        display: none;
    }

    /* Empty left column */
    .header-logo {
        grid-column: 1;
    }

    /* Menu perfectly centered */
    .header-nav {
        grid-column: 2;
        justify-self: center;
    }

    /* Cart on far right */
    .header-cart {
        grid-column: 3;
        justify-self: end;
    }

  
  .content,
  section,
  .intro,
  .mosaic-gallery {
    max-width: 100%;
    width: 100%;
  }
    .content,
  section,
  .intro,
  .mosaic-gallery {
    max-width: 100%;
    width: 100%;
  }
  .content {
    flex-direction: column;
  }
   .contentmain {
    flex-direction: column;
  }
  .page-container {
 max-width:100%;
 padding:1rem;
 
}
  .content-row {
    flex-direction: column;
    padding: 2em 1em;
  }

  .content-row .wheel {
    margin-top: 2em;
  }
 
  .mosaic-gallery {
    grid-auto-rows: 150px;
  }

  .mosaic-item.large,
  .mosaic-item.wide,
  .mosaic-item.tall {
    grid-column: span 1;
    grid-row: span 1;
  }
    
    }
    /* PAGE*/
    
  
    
    
    @media (max-width: 880px) { .success-hero { flex-direction: column; } .success-grid, .meta-grid { grid-template-columns: 1fr; } }
        @media (max-width: 640px) { .order-item { grid-template-columns: 60px 1fr; } .order-thumb, .order-placeholder { width: 60px; height: 60px; } .order-price { grid-column: 1 / -1; text-align: left; } }
    
    
    
    
    
    