.hs-item-collection-wrap h3 {
    font-weight: 500;
}

.hs-item-collection-carousel.slick-initialized {
    display: block;
}

.hs-item-collection-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 24px;
}

.hs-item-collection-header-right {
    display: flex;
    align-items: center;
    gap: 8px;
}

.hs-item-collection-header .swiper-button-next,
.hs-item-collection-header .swiper-button-prev {
    position: static;
    margin-top: 0;
    height: 40px;
    width: 40px;
    border-radius: 100%;
    border: 1px solid var(--hs-secondary-border);
    background: var(--hs-secondary);
    color: var(--hs-primary);
    display: flex;
    align-content: center;
    justify-content: center;
}

.hs-item-collection-header .swiper-button-next:after,
.hs-item-collection-header .swiper-button-prev:after {
    display: none;
}

.hs-item-collection-header .swiper-button-next svg,
.hs-item-collection-header .swiper-button-prev svg {
    height: 16px;
    width: 8px;
}