/* Critical above-the-fold CSS only */
.banner_bg_main, .navbar, .header_section, 
.fashion_taital, .box_main, .shirt_text,
.price, .buy_bt, .carousel-control-prev,
.carousel-control-next {
    visibility: visible !important;
}

/* Minimal styling for immediate render */
.box_main {
    min-height: 400px;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 3px 10px rgba(0,0,0,0.05);
}

.price {
    color: #e44d26;
    font-weight: 600;
}