/* FINAL OVERRIDE – BESTSELLER */

.bestseller-grid {
    display: grid !important;
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 14px !important;
    padding: 0 10px !important;
}

.bestseller .item {
    background: #FFF9D9 !important;
    border-radius: 14px !important;
    padding: 10px !important;
    text-align: center !important;
    box-shadow: 0 2px 6px rgba(0,0,0,0.05) !important;
}

.bestseller .item img {
    width: 100% !important;
    border-radius: 10px !important;
}

.bestseller .item h3 {
    font-size: 15px !important;
    font-weight: 600 !important;
    margin: 8px 0 4px !important;
    color: #5A3E1B !important;
}

.bestseller .item .price {
    font-size: 14px !important;
    font-weight: 700 !important;
    color: #444 !important;
}
