.imakash-archive-variation-wrap{
    margin:12px 0;
}

.imakash-attr-group{
    margin-bottom:10px;
}

.imakash-label{
    font-size:13px;
    font-weight:600;
    margin-bottom:6px;
}

.imakash-options{
    display:flex;
    flex-wrap:wrap;
    gap:6px;
}

.imakash-option{
    background:#fff !important;
    color:#222 !important;
    border:1px solid #d1d1d1 !important;
    border-radius:4px;
    padding:5px 10px;
    font-size:12px;
    cursor:pointer;
    box-shadow:none !important;
}

.imakash-option:hover{
    border-color:#B82105 !important;
}

.imakash-option.active{
    background:#B82105 !important;
    color:#fff !important;
    border-color:#B82105 !important;
}

.imakash-archive-cart{
    width:100% !important;
}

/* SHORTCODE GRID */
.imakash-custom-grid{
    width:100%;
    padding:0 14px; /* left/right breathing space */
    box-sizing:border-box;
}

.imakash-card{
    display:flex;
    flex-direction:column;
    height:100%;
}

.imakash-card img{
    width:100%;
    aspect-ratio:1/1;
    object-fit:cover;
    display:block;
    margin-bottom:14px;
    border-radius:10px;
}

.imakash-title{
    font-size:18px;
    font-weight:600;
    line-height:1.4;
    min-height:56px;
    margin-bottom:8px;
}

.imakash-title a{
    text-decoration:none;
    color:#111;
}

.imakash-rating{
    min-height:24px;
    display:flex;
    align-items:center;
    gap:8px;
    margin-bottom:8px;
    font-size:14px;
}

.imakash-rating .star-rating{
    margin:0 !important;
}

.imakash-review-count{
    color:#0a7db8;
    font-size:14px;
}

.imakash-price{
    font-size:18px;
    margin-bottom:16px;
    min-height:30px;
}

.imakash-button{
    display:block;
    width:100%;
    background:#c92100;
    color:#fff !important;
    text-align:center;
    padding:13px 20px;
    border-radius:999px;
    text-decoration:none;
    box-sizing:border-box;
    margin-top:auto;
}

@media (max-width:768px){
    .imakash-custom-grid{
        padding:0 8px;
    }

    .imakash-title{
        font-size:15px;
        min-height:44px;
    }

    .imakash-price{
        font-size:16px;
    }

    .imakash-button{
        padding:11px 14px;
        font-size:14px;
    }

    .imakash-review-count{
        font-size:12px;
    }
}



/* STAR RATING FIX */
.imakash-stars .star-rating{
    display:inline-block !important;
    float:none !important;
    color:#f5a623 !important; /* WooCommerce orange star */
    margin:0 !important;
    font-size:14px !important;
}

.imakash-stars .star-rating::before{
    color:#d3d3d3 !important;
}

.imakash-stars .star-rating span::before{
    color:#f5a623 !important;
}



.imakash-stars{
    color:#f5a623;
    font-size:15px;
    letter-spacing:1px;
}