.custom-shop-pills {
    border: 1px solid var(--talla-color-border);
}

.custom-shop-pills .nav-link,
.custom-sorting .dropdown-item {
    border-radius: 999px;
    font-weight: 700;
}

.custom-shop-pills .nav-link.active,
.custom-shop-pills .nav-link:hover {
    background: var(--talla-color-dark) !important;
    color: #fff !important;
}

.custom-sorting .btn {
    border-radius: 999px;
}

#talla-products-grid {
    transition: opacity var(--talla-transition);
}

#grid-loader {
    align-items: center;
    justify-content: center;
}