.contentwrapper--effects .spire {
    top: 40px;
    transform: translateX(-50%);
}
.effects {
    margin-top: 120px;
}
.effects aside {
    max-width: 370px;
    flex: 0 0 370px;
    margin-top: 120px;
}
.effects ul.effects__nav{
    list-style: none;
    padding: 20px;
    margin: 0;
}
.effects ul.effects__nav>li>span {
    display: block;
    padding: 12px 20px 12px 40px;
    text-transform: uppercase;
    font-weight: 700;
    cursor: pointer;
    position: relative;
    margin: 10px 0;
    background-color: rgba(39, 39, 39, .6);
    font-size: .9rem;
    transition: .3s;
}
.effects ul.effects__nav>li>span:hover {
    background-color: rgba(0, 0, 0, .9);
}
.effects ul.effects__nav>li>span:before {
    content: '';
    width: 12px;
    height: 12px;
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 15px;
    transform: translateY(-50%);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: center;
    background-image: url(../assets/arrow.svg);
    opacity: 0;
    transition: .3s;
}
.effects ul.effects__nav>li.active>span:before {
    opacity: 1;
}
.effects__subnav {
    display: none;
    list-style: none;
    padding: 10px 0 10px 40px;
    margin: 0;
}
.effects__subnav>li {
    margin: 2px 0;
    cursor: pointer;
    transition: .3s;
    position: relative;
}
.effects__subnav>li:hover {
    opacity: .7;
}
.effects__subnav>li.active:before {
    content: '';
    position: absolute;
    top: 50%;
    left: -10px;
    transform: translateY(-50%);
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background-color: #fff;
}
/* .effects ul.effects__nav li.active {
    padding-right: 40px;
} */
/* .effects ul.effects__nav li.active:after {
    content: '';
    height: 2px;
    position: absolute;
    display: inline-block;
    width: 30px;
    background-color: var(--txt-color);
    top: 50%;
    transform: translateY(-50%);
    right: 0;
} */
/* .effects ul.effects__nav li:last-child {
    border-bottom: none;
} */
.top-effects__heading {
    text-align: center;
    position: relative;
    z-index: 6;
    padding-bottom: 30px;
}
.top-effects__title {
    text-align: center;
    font-weight: 700;
}

.effects__content {
    flex: 0 0 calc(100% - 370px);
    max-width: calc(100% - 370px);
    padding-left: 140px;
    padding-right: 140px;
    margin-top: 120px;
    position: relative;
    z-index: 3;
}
.effects__item-cat {
    display: block;
    text-align: center;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 1.6rem;
    margin-bottom: 40px;
}
.effects__item {
    display: none;
}
.effects__list-item {
    display: none;
}
.effects__subcat {
    display: block;
    text-align: center;
    margin-bottom: 30px;
    font-weight: 400;
}
.effects:not(:first-child) {
    margin-top: 40px;
    padding-top: 40px;
}
.effects__treats {
    padding: 0 60px;
}
.effects .slick-arrow {
    display: inline-block;
    padding: 0;
    margin: 0;
    color: transparent;
    font-size: 0;
    border: none;
    opacity: .6;
    background-color: transparent;
    width: 20px;
    height: 20px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: center;
    background-image: url(../assets/arrow.svg);
    cursor: pointer;
    z-index: 5;
}
.effects .slick-next {
    right: 0;
    transform: translateY(-50%) rotate(-90deg);
}
.effects .slick-prev {
    left: 0;
    transform: translateY(-50%) rotate(90deg);
}

.effects__imgs {
    max-width: 100%;
    flex: 0 0 100%;
    display: flex;
    flex-wrap: wrap;
}
.effects__imgs figure {
    max-width: 50%;
    flex: 0 0 50%;
    padding: 0 25px;
}
.effects__imgs figure img {
    width: 100%;
    aspect-ratio: 1/1;
    object-fit: cover;
    box-shadow: 0px 7px 26px -5px rgba(255, 255, 255, .1);
    pointer-events: none;
    -webkit-user-drag: none;
    user-drag: none;
}
.effects__imgs span {
    display: block;
    margin-top: 15px;
    font-weight: 600;
}
.effects__treat-name {
    display: block;
    max-width: 100%;
    flex: 0 0 100%;
    text-align: center;
    font-weight: 700;
    margin-top: 40px;
}
.effects__links {
    max-width: 100%;
    flex: 0 0 100%;
    margin-top: 10px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}
.effects__links a {
    margin: 20px 10px 0 0;
    color: #858585;
}
.effects__links a svg path {
    fill: #858585;
}

.effects__bottom {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin-top: 120px;
}
.effects__bottom a {
    margin: 20px;
}
@media(max-width: 1440px) {
    .effects {
        margin-top: 60px;
    }
    .effects__content {
        padding-left: 120px;
    }
}
@media(max-width: 1140px) {
    .effects__content {
        padding-left: 60px;
    }
}
@media(min-width: 993px) {
    .effects aside {
        min-height: 600px;
    }
}
@media(max-width: 992px) {
    .effects aside {
        padding-top: 0;
        max-width: 100%;
        flex: 0 0 100%;
        margin-bottom: 30px;
        margin-top: 0;
    }
    .effects__content {
        max-width: 100%;
        flex: 0 0 100%;
        padding: 0; 
        margin-top: 0;
    }
    .effects__treats {
        padding: 0 20px;
    }
    .effects__item-cat {
        margin-bottom: 20px;
    }

    .effects__bottom {
        margin-top: 80px;
    }
}
@media(max-width: 767px) {
    .effects__imgs figure {
        padding: 5px;
    }
    .effects__treat-name {
        margin-top: 20px;
    }
}