/* ==========================================================================
   COLLECTION PAGES — Dedicated Module
   Kapsam: pages/collections.html, collections/glass.html,
           collections/steel.html, collections/tin.html,
           collections/candlestick.html
   ========================================================================== */

/* --------------------------------------------------------------------------
   1. COLLECTIONS INDEX PAGE
   -------------------------------------------------------------------------- */
.collections-body {
    padding-top: 80px;
    padding-bottom: 200px;
}

.collections-cta {
    margin-top: 40px;
}

/* --------------------------------------------------------------------------
   2. COLLECTION ITEM PAGES (glass, steel, tin, candlestick)
   -------------------------------------------------------------------------- */
.collection-item-main {
    flex: 1;
    padding-bottom: 50px;
}

.collection-section {
    padding-top: 20px;
}

.collection-item-title {
    text-transform: uppercase;
}

.footer-auto {
    margin-top: auto;
    width: 100%;
}

/* --------------------------------------------------------------------------
   3. MOBILE — PLP 2-Column Grid (max-width: 768px)
   -------------------------------------------------------------------------- */
@media (max-width: 768px) {
    .collection-item-title,
    .page-header h1 {
        font-size: 1.5rem !important;
    }

    .collections-body {
        padding-top: 70px;
        padding-bottom: 80px;
    }

    #productGrid {
        display: grid !important;
        grid-template-columns: repeat(2, 1fr) !important;
        gap: 12px;
    }

    #productGrid .card {
        padding: 10px;
    }

    #productGrid .card-info h3 {
        font-size: 0.85rem;
        margin-bottom: 4px;
    }

    #productGrid .card .price {
        font-size: 0.9rem;
        margin-bottom: 8px;
    }

    #productGrid .card .btn-add-to-cart {
        font-size: 0.75rem;
        padding: 6px 12px;
        width: 100%;
    }
}
