@media (max-width: 720px) {
    .site-header__inner {
        flex-direction: column;
        gap: 0.75rem;
        align-items: flex-start;
    }

    .main-nav a {
        margin-left: 0;
        margin-right: 1.25rem;
    }

    .product-detail__grid {
        grid-template-columns: minmax(0, 1fr);
    }

    .product-gallery__main {
        max-height: 45vh;
    }

    .gallery-thumb-btn {
        width: 52px;
        height: 52px;
    }

    .gallery-arrow {
        width: 30px;
        height: 30px;
        font-size: 0.95rem;
    }

    .lightbox-close {
        top: 0.5rem;
        right: 1rem;
    }

    .size-btn {
        min-width: 32px;
        height: 32px;
    }

    .checkout__grid {
        grid-template-columns: minmax(0, 1fr);
    }

    .checkout__summary {
        position: static;
        order: -1;
    }

    .product-grid {
        grid-template-columns: repeat(2, 1fr) !important;
    }

    .cart-drawer {
        width: 100%;
    }
}

@media (max-width: 420px) {
    .product-grid {
        grid-template-columns: 1fr !important;
    }
}
