.also-bought__swiper.swiper {
    padding: 18px;
    margin: -18px;
}

.also-bought__slide.swiper-slide {
    display: grid;
    align-items: center;
    grid-template-columns: 100px 1fr;
    column-gap: 14px;
    row-gap: 6px;
    padding: 16px 15px 16px 13px;
    height: auto;
    border: 1px solid #EDEDED;
    border-radius: 12px;
    background-color: #fff;
    transition: box-shadow 0.3s ease;
}

.also-bought__slide.also-bought__slide--empty.swiper-slide {
    background-color: rgba(245, 245, 245, 0.3);
}

.also-bought__slide.also-bought__slide--empty.swiper-slide:hover {
    box-shadow: none;
}

.also-bought__slide:hover {
    box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.15);
}

.also-bought__slide:hover .also-bought__title {
    color: #E4007E;
}

.also-bought .price {
    margin-bottom: 5px;
}

.also-bought .price .price-economy {
    margin-bottom: 5px;
}

.also-bought .price .price-economy__val {
    font-size: 14px;
    font-weight: 400;
    line-height: 21px;
    border-radius: 6px;
    height: auto;
    text-align: center;
    padding: 0 5px;
}

.also-bought__price {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    column-gap: 14px;
    row-gap: 5px;
}

.also-bought__price .price__new {
    font-size: 15px;
    font-weight: 600;
    line-height: 20px;
    color: #222222;
}

.also-bought__price .price__old {
    font-size: 13px;
    font-weight: 400;
    line-height: 18px;
    color: #999999;
    text-decoration: line-through;
}

.also-bought__title {
    font-size: 15px;
    font-weight: 400;
    line-height: 20px;
    color: #555555;
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
    transition: color 0.3s ease;
}

.also-bought__navigation.swiper-button-prev,
.also-bought__navigation.swiper-button-next {
    top: 50%;
    transform: translateY(-50%);
    width: 27px;
    height: 44px;
    margin-top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 15px;
    box-shadow: 0 5px 20px 0 rgba(34, 34, 34, 0.07);
    transition: background-color 0.3s ease;
    background-color: #fff;
}

.also-bought__navigation.swiper-button-prev::after,
.also-bought__navigation.swiper-button-next::after {
    display: none;
}

.also-bought__navigation.swiper-button-prev.swiper-button-disabled,
.also-bought__navigation.swiper-button-next.swiper-button-disabled {
    display: none;
}

.also-bought__navigation.swiper-button-prev {
    left: 4px;
}

.also-bought__navigation.swiper-button-next {
    right: 4px;
}

.also-bought__navigation--prev svg {
    transform: rotate(-180deg);
}

.also-bought__navigation.swiper-button-prev svg,
.also-bought__navigation.swiper-button-next svg {
    stroke: #222;
    width: 7px;
    height: 12px;
    transition: stroke 0.3s ease;
}

.also-bought__navigation:hover {
    background-color: var(--theme-base-color);
}

.also-bought__navigation:hover svg {
    stroke: #fff;
}

.also-bought__image {
    width: 100%;
}

.also-bought__image img {
    width: 100%;
    height: auto;
}

@media (max-width: 1023px) {
    .also-bought__slide.swiper-slide {
        grid-template-columns: 80px 1fr;
        column-gap: 5px;
        padding: 9px 11px 17px 9px;
    }

    .also-bought .price .price-economy__val {
        font-size: 10px;
        line-height: 21px;
        padding: 0 9px;
    }

    .also-bought__price {
        column-gap: 5px;
    }

    .also-bought__title {
        font-size: 14px;
        line-height: 17px;
    }

    .also-bought__navigation.swiper-button-prev {
        left: 0;
    }

    .also-bought__navigation.swiper-button-next {
        right: 0;
    }
}

@media (max-width: 767px) {
    .also-bought__swiper.swiper {
        padding: 10px;
        margin: -10px;
    }

    .also-bought__slide.swiper-slide {
        grid-template-columns: 1fr;
        padding: 9px;
    }
}

.front_action_tovary1 {
    grid-template-columns: 1fr 1fr 1fr!important; ;
}

@media (min-width: 300px) and (max-width: 760px){
.front_action_tovary {
    grid-template-columns: 1fr 1fr!important;;
    grid-gap: 10px!important;;
    margin: 0 15px!important;;
}
}
