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

@media (max-width: 1100px) {
  .shop-cart-page .page-grid {
    grid-template-columns: minmax(0, 1fr);
  }
}

.cart-mobile-update {
  display: none;
}

@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;
            }

            .shop-cart-page .cart-table .cart-item-row {
                display: grid;
                grid-template-columns: minmax(0, 1fr) minmax(0, 2fr);
                column-gap: 14px;
                min-height: 0;
                padding: 14px 0;
                border-bottom: 1px solid var(--border, #e5e7eb);
            }

            .shop-cart-page .cart-table .cart-item-row:last-child {
                border-bottom: 0;
            }

            .shop-cart-page .cart-table .cart-item-row > td {
                padding: 4px 0;
                border: 0;
            }

            .shop-cart-page .cart-table .cart-item-cell {
                display: contents;
            }

            .shop-cart-page .cart-table .cart-item-info {
                grid-column: 2;
                grid-row: 1;
                min-width: 0;
            }

            .shop-cart-page .cart-table .cart-item-row:not(.has-cart-image) .cart-item-info,
            .shop-cart-page .cart-table .cart-item-row:not(.has-cart-image) .cart-meta-cell {
                grid-column: 1 / -1;
            }

            .shop-cart-page .cart-table .cart-item-cell > .mobile-label {
                display: none;
            }

            .shop-cart-page .cart-table .cart-product-image-link,
            .shop-cart-page .cart-table .cart-item-cell > .cart-thumb {
                grid-column: 1;
                grid-row: 1 / span 5;
                width: 100%;
                max-width: none;
            }

            .shop-cart-page .cart-table .cart-thumb {
                width: 100%;
                height: auto;
                aspect-ratio: 1;
                margin: 0;
                border-radius: var(--bradius);
                object-fit: cover;
            }

            .shop-cart-page .cart-table .item-name,
            .shop-cart-page .cart-table .item-variation,
            .shop-cart-page .cart-table .cart-sale-label,
            .shop-cart-page .cart-table .cart-item-info > small {
                display: block;
                width: fit-content;
            }

            .shop-cart-page .cart-table .item-name {
                margin-bottom: 2px;
                font-size: 1rem;
                line-height: 1.3;
            }

            .shop-cart-page .cart-table .item-variation {
                margin: 2px 0 0;
                line-height: 1.35;
            }

            .shop-cart-page .cart-table .cart-sale-label {
                margin-top: 5px;
            }

            .shop-cart-page .cart-table .cart-meta-cell {
                grid-column: 2;
                display: grid;
                grid-template-columns: minmax(58px, auto) minmax(0, 1fr);
                align-items: center;
                gap: 8px;
                font-size: .9rem;
            }

            .shop-cart-page .cart-table .cart-price-cell {
                grid-row: 2;
            }

            .shop-cart-page .cart-table .cart-quantity-cell {
                grid-row: 3;
            }

            .shop-cart-page .cart-table .cart-total-cell {
                grid-row: 4;
            }

            .shop-cart-page .cart-table .cart-meta-cell .mobile-label {
                margin: 0;
                color: var(--muted, #6b7280);
                line-height: 1.25;
            }

            .shop-cart-page .cart-table .qty-form {
                display: flex;
                align-items: center;
                flex-direction: row;
                gap: 6px;
            }

            .shop-cart-page .cart-table input.qty {
                width: 64px;
                min-width: 0;
                padding: 8px;
            }

            .shop-cart-page .cart-table .qty-form button,
            .shop-cart-page .cart-table .cart-remove-cell button {
                width: auto;
                min-width: 0;
                padding: 8px 10px;
                font-size: .82rem;
            }

            .shop-cart-page .cart-table .qty-form button {
                display: none;
            }

            .shop-cart-page .cart-table .cart-remove-cell form {
                margin: 0;
            }

            .shop-cart-page .cart-table .cart-remove-cell {
                grid-row: 5;
                display: flex;
                align-items: center;
                gap: 8px;
                padding-top: 4px;
            }

            .shop-cart-page .cart-table .cart-mobile-update {
                display: inline-block;
            }

            .shop-cart-page .cart-table .notice {
                margin: 7px 0 0;
                padding: 8px 10px;
                font-size: .82rem;
            }

            .main-image {
    
    height:420px;
   
}

	.topbar {
		text-align:center;
	}
	.homepage-hero {
    position: relative;
    min-height: calc(100vh - var(--homepage-hero-offset, 80px));
    min-height: max(320px, calc(100dvh - var(--homepage-hero-offset, 80px)));
    }

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

    .page-grid:not(.page-grid--full-width) > .content-primary-panel {
        display: contents;
    }

    .page-grid:not(.page-grid--full-width) > .content-primary-panel > .responsive-primary-media,
    .page-grid:not(.page-grid--full-width) > .content-primary-panel > .responsive-main-content {
        width: 100%;
        padding: 22px;
        
    }

    .page-grid:not(.page-grid--full-width) > .content-primary-panel > .responsive-primary-media {
        order: 1;
    }

    .page-grid:not(.page-grid--full-width) > .content-aside-panel {
        order: 2;
    }

    .page-grid:not(.page-grid--full-width) > .content-primary-panel > .responsive-main-content {
        order: 3;
    }

    .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.header--no-menu {
        grid-template-columns: 1fr auto;
    }

   
    .menu-search {
        display: none;
    }

    /* Empty left column */
    .header-logo {
        grid-column: 1;
        min-width: 0;
        max-width: 34vw;
    }

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

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

    .header--no-menu .header-cart {
        grid-column: 2;
    }

  
  .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; } }
    
    
    
    
    
    
