﻿/* Layout Responsiveness Adaptations */
@media (max-width: 991.98px) {
    .product-image-wrapper {
        height: 180px;
    }

    aside.col-lg-3 {
        margin-bottom: 1.5rem;
    }
}

@media (max-width: 575.98px) 
{
    .navbar-brand {
        font-size: 1.25rem;
    }

    .product-image-wrapper {
        height: 150px;
    }

    main.container {
        margin-top: 2rem !important;
        margin-bottom: 2rem !important;
    }
}
