.catalog-items-list {
    max-width: calc(100vw - 16px * 2);
    
    width: 100vw !important;
}

.owl-carousel.catalog-slider:not(.catalog-slider__also) {
    max-width: calc(100vw - 16px * 2);
}

@media (min-width: 769px) {
		
    .catalog-items-list {
        max-width: 70vw;
    }


    .owl-carousel.catalog-slider:not(.catalog-slider__also) {
        max-width: 70vw;
    }
}



.also-collection--new .catalog-slider__wrapper:not(.cart-more) .owl-nav {
    top: 40%;
}

.also-collection--new .catalog-slider .owl-nav {
    width: 100%;
    right: 10px;
}

.also-collection--new .catalog-item__img-wrp {
    height: auto;
}

.also-collection--new .owl-nav .owl-prev {
    position: relative;
    right: 20px;
}

.also-collection--new .owl-nav .owl-next {
    position: relative;
    left: 20px;
}

.also-collection--new .catalog-slider .owl-nav > button {
    width: 13px;
    height: 25px;
}


.also-collection--new .catalog-slider .owl-dots {
    justify-content: center;
    margin-top: 0;
}

.also-collection--new .catalog-slider .owl-dots button {
    width: 15px;
    height: 7px;
    border-radius: 5px;
    background-color: rgb(200, 200, 200);
    margin: 0px 5px;
    display: inline-block;
}

.also-collection--new .catalog-slider .owl-dots button.active {
    background: rgb(162, 35, 62);
}

.af-popular-slider .swiper-pagination {
    top: 0;
    right: 0;
    width: fit-content;
    bottom: unset;
    left: unset;
}

.af-popular-slider-button-next,
.af-popular-slider-button-prev {
    position: absolute;
    width: 32px;
    height: 32px;
    cursor: pointer;
}

.af-popular-slider-button-next.swiper-button-disabled,
.af-popular-slider-button-prev.swiper-button-disabled {
    opacity: 0.5;
}

.af-popular-slider-button-next {
    top: 5px;
    right: 40px;
}

.af-popular-slider-button-prev {
    transform: rotate(180deg);
    top: 5px;
    right: 120px;
}

.af-popular-slider-pagination {
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    line-height: 20px;
    font-weight: 600;
    color: rgba(47, 48, 76, 1);
    position: absolute;
    top: 11px !important;
    right: 74px !important;
    left: unset !important;
    bottom: unset !important;
    width: fit-content !important;
}

.af-popular-slider {
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease;
}
.af-popular-slider.swiper-initialized {
    opacity: 1;
    visibility: visible;
}


@media(max-width:760px) {
    .also-collection--new .catalog-slider .owl-dots {
        margin-top: 20px;
    }
}

@media(max-width:1200px) {
    .also-collection--new .owl-nav .owl-prev {
        right: 10px;
    }
    .also-collection--new .owl-nav .owl-next {
        left: 10px;
    }
}

@media(max-width:769px) {
    .also-collection--new .catalog-slider__wrapper:not(.cart-more) .owl-nav {
        display: none;
    }
}