/* Custom styles - Shahib Boutique */

/* Main content container: max-width 1024px, centered */
.page-container {
    max-width: 1024px;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
}

/* Home sections - subtle interaction feedback */
.home-feature-card:active {
    transform: scale(0.98);
}
.home-discover-card:active {
    transform: scale(0.99);
}
