.sketch-squiggle {
    background-image: url("data:image/svg+xml,%3Csvg width='100' height='20' viewBox='0 0 100 20' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 10 Q 25 0 50 10 T 100 10' stroke='%23EF4444' stroke-width='2' fill='transparent'/%3E%3C/svg%3E");
    background-repeat: repeat-x;
}

.rotate-sketch {
    transform: rotate(-3deg);
}

.best-sellers-track {
    scrollbar-width: none;
}

.best-sellers-track::-webkit-scrollbar {
    display: none;
}

.best-sellers-arrow:disabled {
    opacity: 0.45;
    transform: none;
    box-shadow: none;
}

@media (max-width: 767.98px) {
    .featured-collections-section {
        padding: 3rem 1rem !important;
    }

    .featured-collections-note {
        align-self: flex-end;
        margin-left: auto;
    }
}
