.vs-b6003d83-wrapper {
    position: relative;
    width: 100%;
    overflow: hidden;
    padding: 20px 0;
    user-select: none;
}

.vs-b6003d83-swiper {
    width: 100%;
    overflow: visible; /* To allow visual overflowing scales */
    padding: 15px 0;
}

.vs-b6003d83-slide {
    text-align: center;
    display: flex;
    justify-content: center;
    transition: transform 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
}

.vs-b6003d83-link {
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    text-decoration: none;
    transition: transform 0.4s cubic-bezier(0.25, 0.8, 0.25, 1), opacity 0.3s ease, background-color 0.3s ease, border-color 0.3s ease, box-shadow 0.3s ease;
    width: 100%;
    box-sizing: border-box;
}

.vs-b6003d83-link:hover {
    transform: translateY(-8px);
}

.vs-b6003d83-img-wrap {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    overflow: hidden;
    margin-bottom: 12px;
    transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fcfcfc;
    border: 1px solid #eee;
}

.vs-b6003d83-link:hover .vs-b6003d83-img-wrap {
    transform: scale(1.08) rotate(3deg);
    border-color: #ff6b6b;
}

.vs-b6003d83-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.vs-b6003d83-link:hover .vs-b6003d83-img {
    transform: scale(1.1);
}

.vs-b6003d83-name {
    margin: 0;
    font-size: 15px;
    font-weight: 600;
    color: #2c3e50;
    transition: color 0.3s ease;
    text-align: center;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.vs-b6003d83-link:hover .vs-b6003d83-name {
    color: #ff6b6b;
}

/* Visit Store Text Link */
.vs-b6003d83-visit-btn {
    margin-top: 8px;
    font-size: 13px;
    font-weight: 500;
    color: #ff6b6b;
    display: inline-flex;
    align-items: center;
    gap: 4px;
    transition: all 0.3s ease;
}

.vs-b6003d83-link:hover .vs-b6003d83-visit-btn {
    text-decoration: underline;
    gap: 6px;
}

/* Navigation Arrows */
.vs-b6003d83-prev,
.vs-b6003d83-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 44px;
    height: 44px;
    background: #ffffff;
    border-radius: 50%;
    box-shadow: 0 4px 15px rgba(0,0,0,0.1);
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 10;
    color: #333;
    transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
    border: 1px solid #eaeaea;
}

.vs-b6003d83-prev:hover,
.vs-b6003d83-next:hover {
    background: #ff6b6b;
    color: #fff;
    border-color: #ff6b6b;
    transform: translateY(-50%) scale(1.1);
}

.vs-b6003d83-prev.swiper-button-disabled,
.vs-b6003d83-next.swiper-button-disabled {
    opacity: 0;
    pointer-events: none;
}

.vs-b6003d83-prev {
    left: 10px;
}

.vs-b6003d83-next {
    right: 10px;
}

/* Scrollbar styling on Mobile */
.vs-b6003d83-scrollbar {
    background: rgba(0, 0, 0, 0.05);
    height: 4px;
    border-radius: 10px;
    position: relative;
    margin-top: 15px;
    margin-left: auto;
    margin-right: auto;
    max-width: 80%;
    display: none;
}

.vs-b6003d83-scrollbar .swiper-scrollbar-drag {
    background: #ff6b6b;
    border-radius: 10px;
}

@media (max-width: 767px) {
    .vs-b6003d83-scrollbar {
        display: block;
    }
    .vs-b6003d83-prev,
    .vs-b6003d83-next {
        display: none !important; /* Hide arrows on touch for cleaner free scrolling */
    }
}
