#shop-categories {
    --red: #FC0D1B;
    padding: 62px 0 100px;
}
#shop-categories .container {
	width: var(--container-size, 1310px);
}
#shop-categories h1 {
    font-size: 40px;
    line-height: 1.325;
    margin-bottom: 34px;
}
#shop-categories p {
    width: 640px;
    font-size: 16px;
    line-height: 1.4375;
    margin-bottom: 34px;
}
#shop-categories .button {
    font-size: 17px;
    width: 150px;
    height: 40px;
    border-radius: 20px;
}
#shop-categories .swiper {
    margin: 0 27px 42px;
}
#shop-categories .swiper-slide {
    height: auto;
}
.sc-image {
    flex-grow: 1;
    margin-bottom: 20px;
    min-height: 250px;
    min-width: 250px;
}
.sc-image:before {
    content: '';
    display: block;
    width: 250px;
    height: 250px;
    border-radius: 50%;
    position: absolute;
    z-index: -1;
    background-color: #EAEAEA;
    border: 1px solid #D5D5D5;
    transition: all .3s;
}
.sc-category:hover .sc-image:before {
    background-color: transparent;
    border: 3px solid var(--red)
}
.sc-name {
    font-size: 20px;
    margin-right: 10px;
}
@media screen and (max-width:991px) {
    .sc-image {
        min-height: 180px;
        min-width: 180px;
    }
    .sc-image:before {
        width: 180px;
        height: 180px;
    }
}
@media screen and (max-width: 567px) {
    #shop-categories {
        padding: 52px 0 50px;
    }
    #shop-categories h1 {
        font-size: 30px;
        line-height: 1.42222222222222;
        margin-bottom: 28px;
    }
    #shop-categories h1 br:not(.sm-hide) {
        display: none;
    }
    #shop-categories p {
        margin-bottom: 27px;
    }
    .sc-categories {
        width: 538px;
        left: 50%;
        margin-left: -269px;
    }
    #shop-categories .swiper {
        margin: 0 0 47px;
    }
    .sc-image {
        min-height: 166px;
        min-width: 166px;
    }
    .cat-5 .sc-image {
        padding: 30px;
    }
    .sc-image:before {
        width: 166px;
        height: 166px;
    }
    .sc-name {
        font-size: 14px;
        margin-right: 7px;
    }
    .sc-name + svg {
        width: 11.44px;
        height: 8.04px;
    }
}