/* Custom styles for AnyShopAI theme */

/* Скос для блока брендов */
.brand-curve { clip-path: polygon(0 0, 85% 0, 100% 100%, 0% 100%); }

/* Стилизация скролла */
.custom-scrollbar::-webkit-scrollbar {
    width: 6px;
}

.custom-scrollbar::-webkit-scrollbar-thumb {
    background: var(--color-gray-light); /* Using the grayLight equivalent */
    border-radius: 3px;
}