/* ==========================================================================
   MITHILA MAATI - DESKTOP RESPONSIVENESS (> 1024px)
   ========================================================================== */

@media (min-width: 1025px) {
    /* Maximum limits and high-resolution aesthetics */
    .container {
        max-width: 1200px;
    }

    @media (min-width: 1400px) {
        .container {
            max-width: 1320px;
        }
    }

    @media (min-width: 1600px) {
        .container {
            max-width: 1500px;
        }
        body {
            font-size: 17px;
        }
    }

    /* Double visual scale borders */
    .premium-border-double {
        border: 3px double var(--clr-gold) !important;
    }

    /* Product Grid size on wide displays */
    .product-grid {
        grid-template-columns: repeat(4, 1fr) !important;
        gap: 24px !important;
    }
}
