/* long block */
.block__text {
    position: relative;
}
.block__long {
    overflow: hidden;
}
.block__long__bg {
    position: relative;
    padding: 40px 0 40px 64px;
    margin-left: -64px;
    width: 100%;
    text-align: left;
    display: inline-block;
}
.block__long__bg::after {
    background: rgba(34, 34, 34, .6);
    backdrop-filter: blur(12px);
    border-radius: 64px 0 0 64px;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 300%;
    content: '';
    z-index: 10;
}
.block__long__content {
    position: relative;
    z-index: 100;
}
.block__long-main-slider {
    margin-top: -200px;
}
/* end of long block */

/* special */
.special {
    position: relative;
    margin-top: -196px;
}
.special .slick-list {
    padding: 150px 0 0;
}
.special__slide {
    position: relative;
    text-align: left;
    padding-top: 80px;
}
.special__title {
    color: #fff;
    font: 48px/54px 'Oswald';
    font-weight: 400;
    text-transform: uppercase;
    margin: 0 0 24px;
}
.special__text {
    width: 55%;
    display: inline-block;
    vertical-align: top;
}
.special__photo {
    width: 34%;
    display: inline-block;
    vertical-align: top;
}
.special__rotate {
    width: 160px;
    display: inline-block;
}
.special__photo img {
    margin-top: -130px;
    max-height: 860px;
}
.special__buttons {
    display: inline-flex;
    justify-content: flex-start;
    margin: 48px 0;
}
.special__buttons form {
    position: relative;
    margin: 0 24px 0 0 !important;
    display: inline-block;
}
.special__buttons .cart {
    width: auto !important;
    padding-right: 0 !important;
    margin: 0;
}
.special__button {
    display: inline-block;
    margin: 0;
    background: linear-gradient(180deg, #D4F150 0%, #78AB15 100%);
    border-radius: 32px;
    font: 24px/32px 'Oswald';
    font-weight: 500;
    text-transform: uppercase;
    padding: 16px 32px;
    color: #101010;
    cursor: pointer;
    white-space: nowrap;
    position: relative;
}
.special__button::after {
    content: 'Добавить в корзину';
}
.added::before,
.loading::before {
    position: absolute;
    top: 12px;
    right: 8px;
    background: url(/wp-content/themes/goodfood/img/common/loading.svg) 0 0 no-repeat;
    width: 24px;
    height: 24px;
    content: '';
}
.added::before {
    background: url(/wp-content/themes/goodfood/img/common/added.svg) 0 0 no-repeat;
}
.special__button.added::before,
.special__button.loading::before {
    top: 22px;
}
.special__button-info {
    display: inline-block;
    margin: 0;
    border: 1px solid #ffa800;
    border-radius: 32px;
    font: 24px/32px 'Oswald';
    font-weight: 500;
    text-transform: uppercase;
    padding: 16px 32px;
    color: #ffa800;
    cursor: pointer;
    white-space: nowrap;
    box-sizing: border-box;
}
/* end of special */


/* category */
.category {
    margin-bottom: 88px;
}
.page-main .category {
    margin-top: -230px;
}
.category__list {
    list-style-type: none;
    display: flex;
    justify-content: space-between;
    margin: 0;
    padding: 0;
}
.category__list .slick-prev,
.category__list .slick-next {
    position: absolute;
    top: 50%;
    width: 48px;
    height: 48px;
}
.category__list .slick-prev {
    left: -48px;
}
.category__list .slick-next {
    left: auto;
    right: -40px;
}
.category__item {
    margin-right: 24px;
    text-align: center;
    background: rgba(255, 255, 255, .06);
    border-radius: 16px;
    min-height: 192px;
}
.category__list .slick-prev:before {
    background: url(/wp-content/themes/goodfood/img/blocks/category/category__arrow-left-active.svg) 50% 50% no-repeat;
    width: 48px;
    height: 48px;
}
.category__list .slick-next:before {
    background: url(/wp-content/themes/goodfood/img/blocks/category/category__arrow-right-active.svg) 50% 50% no-repeat;
    width: 48px;
    height: 48px;
}
.category__item:hover {
    background: linear-gradient(180deg, #ffdf6c 0, #ffa800 100%);
}
.category__item:last-child {
    margin-right: 0;
}
.category__link {
    padding: 136px 16px 24px;
    background-position: 50% 16px;
    background-repeat: no-repeat;
    display: inline-block;
    color: #ffbE34;
    font: 16px/16px 'Montserrat', sans-serif;
    background-size: 120px 120px;
}
.category__link:hover,
.category__item:hover .category__link {
    text-decoration: none;
    color: #101010
}
.category__link_type_bird {
    background-image: url(/wp-content/themes/goodfood/img/blocks/category/category__link_type_chicken.svg);
}
.category__item:hover .category__link_type_bird {
    background-image: url(/wp-content/themes/goodfood/img/blocks/category/category__link_type_chicken-hover.svg);
}
.category__link_type_beef {
    background-image: url(/wp-content/themes/goodfood/img/blocks/category/category__link_type_cow.svg);
}
.category__item:hover .category__link_type_beef {
    background-image: url(/wp-content/themes/goodfood/img/blocks/category/category__link_type_cow-hover.svg);
}
.category__link_type_mutton {
    background-image: url(/wp-content/themes/goodfood/img/blocks/category/category__link_type_ram.svg);
}
.category__item:hover .category__link_type_mutton {
    background-image: url(/wp-content/themes/goodfood/img/blocks/category/category__link_type_ram-hover.svg);
}
.category__link_type_pig {
    background-image: url(/wp-content/themes/goodfood/img/blocks/category/category__link_type_pig.svg);
}
.category__item:hover .category__link_type_pig {
    background-image: url(/wp-content/themes/goodfood/img/blocks/category/category__link_type_pig-hover.svg);
}
.category__link_type_sausage {
    background-image: url(/wp-content/themes/goodfood/img/blocks/category/category__link_type_sausage.svg);
}
.category__item:hover .category__link_type_sausage {
    background-image: url(/wp-content/themes/goodfood/img/blocks/category/category__link_type_sausage-hover.svg);
}
.category__link_type_sauce {
    background-image: url(/wp-content/themes/goodfood/img/blocks/category/category__link_type_souce.svg);
}
.category__item:hover .category__link_type_sauce {
    background-image: url(/wp-content/themes/goodfood/img/blocks/category/category__link_type_souce-hover.svg);
}
.category__link_type_makarony-pasta {
    background-image: url(/wp-content/themes/goodfood/img/blocks/category/category__link_type_makarony-pasta.svg);
}
.category__item:hover .category__link_type_makarony-pasta {
    background-image: url(/wp-content/themes/goodfood/img/blocks/category/category__link_type_makarony-pasta-hover.svg);
}
.category__link_type_olivkovoe-maslo {
    background-image: url(/wp-content/themes/goodfood/img/blocks/category/category__link_type_olivkovoe-maslo.svg);
}
.category__item:hover .category__link_type_olivkovoe-maslo {
    background-image: url(/wp-content/themes/goodfood/img/blocks/category/category__link_type_olivkovoe-maslo-hover.svg);
}
.category__link_type_fish {
    background-image: url(/wp-content/themes/goodfood/img/blocks/category/category__link_type_fish.svg);
}
.category__item:hover .category__link_type_fish {
    background-image: url(/wp-content/themes/goodfood/img/blocks/category/category__link_type_fish-hover.svg);
}
.category__link_type_cheese {
    background-image: url(/wp-content/themes/goodfood/img/blocks/category/category__link_type_cheese.svg);
}
.category__item:hover .category__link_type_cheese {
    background-image: url(/wp-content/themes/goodfood/img/blocks/category/category__link_type_cheese-hover.svg);
}
/* end of category */


/* rotate text */
.rotate {
    display: none;
}
.rotate__left,
.rotate__right,
.page-main .rotate {
    display: inline-block;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    white-space: nowrap;
    -webkit-writing-mode: vertical-rl;
    writing-mode: vertical-rl;
    white-space: nowrap;
    font: 160px/160px 'Oswald';
    font-weight: 400;
    text-transform: uppercase;
    color: #fff;
    opacity: .1;
    position: absolute;
    left: -300px;
}
.rotate__right {
    right: -300px;
    left: auto;
    top: 72px;
    z-index: 500;

}
/* end of rotate text */


/* feature */
.feature {
    list-style-type: none;
    display: block;
    padding: 0;
    margin: 0;
}
.feature li {
    display: inline-block;
}
.feature li::after {
    content: ' |';
}
.feature li:last-child::after {
    content: '';
}

/* end of feature */


/* recomended */
.recomended {
    max-width: 1220px;
    margin: 0 auto 88px;
    text-align: left;
    position: relative;
}
.recomended__items {
    display: flex;
    flex-wrap: wrap;
    justify-content: start;
}
.recomended__item {
    width: 27%;
    padding: 0 3% 64px;
}
.recomended__item img {
    border: 1px solid rgba(180, 180, 180, .85);
    border-radius: 8px;
    box-sizing: border-box;
}
.recomended__item-bage {
    border-radius: 0 8px 8px 8px;
    border: 1px solid #ffbe34;
    color: #ffbe34;
    font: 16px/24px 'Montserrat', sans-serif;
    font-weight: 500;
    clear: both;
    display: inline-block;
    padding: 0 8px;
    margin: 8px 0;
}
.recomended__item-title {
    font: 18px/24px 'Montserrat', sans-serif;
    font-weight: 600;
    color: #fff;
    height: 48px;
}
.recomended__item .cart {
    margin-top: 8px;
    width: auto;
}
/* end of recomended */

/* watch */
.watch {
    margin: 0 0 88px;
}
.watch__cols {
    display: flex;
    justify-content: space-between;
}
.watch__text {
    width: 40%;
    padding-right: 40px;
    box-sizing: border-box;
}
.watch__video {
    width: 50%;
    position: relative;
    padding-bottom: 26%; /* задаёт высоту контейнера для 16:9 (если 4:3 — поставьте 75%) */
    height: 0;
    overflow: hidden;
    border: 1px solid #f5f5f5;
    border-radius: 16px;
    float: right;
    margin-left: 24px;
}
.watch__video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-width: 0;
    outline-width: 0;
    border-radius: 16px;
}
/* end of watch */

.wpcf7-textarea {
    background: #101010;
    border: 1px solid rgba(180, 180, 180, .85);;
    border-radius: 24px;
    font: 18px/48px 'Montserrat', sans-serif;
    color: #f5f5f5;
    padding: 0 24px;
    box-sizing: border-box;
    width: 100%;
    margin: 0 0 32px;
    height: 112px;
}
.wpcf7-submit {
    font: 18px/24px 'Oswald', sans-serif !important;
    font-weight: 500 !important;
    text-transform: uppercase;
    background: linear-gradient(180deg, #ffdf6c 0%, #ffa800 100%);
    border-radius: 32px;
    padding: 8px 24px !important;
    color: #101010;
    text-decoration: none;
    cursor: pointer;
    border: none;
    display: inline-block;
    width: auto;
    float: right;
}

/* breadcrumbs */
.woocommerce-breadcrumb {
    max-width: 1220px;
    margin: 0 auto 44px;
    position: relative;
    z-index: 1;
}
.woocommerce-breadcrumb,
.woocommerce-breadcrumb a {
    color: #B4B4B4;
    font: 12px/16px 'Open Sans';
}
.woocommerce-breadcrumb a:hover {
    text-decoration: underline;
}
/* how */
.how {
    margin: 0 auto 88px;
    max-width: 1220px;
    text-align: left;
    position: relative;
}
.how__items {
    display: flex;
    justify-content: space-between;
    list-style-type: none;
    padding: 0;
    margin: 0;
}
.how__item {
    margin: 0 16px 0;
    box-sizing: border-box;
    width: 33%;
    background-position: 0 0;
    background-repeat: no-repeat;
}
.how__item img {
    min-height: 104px;
    margin-bottom: 16px;
}
.how__item:first-child {
    margin: 0 24px 0 0;
}
.how__item:last-child {
    margin: 0 0 0 24px;
}
.how__item-title {
    color: #fff;
    font: 32px/40px 'Oswald';
    font-weight: 400;
    text-transform: uppercase;
    margin: 0 0 32px;
}
/* end of how */

/* feed */
.feed {
    text-align: left;
    position: relative;
    margin: 0 auto 88px;
}
.feed .block__long__bg {
    background: url(/wp-content/uploads/2026/01/bg_.webp) 0 0 no-repeat;
    border-radius: 64px 0 0 64px;
}
.feed label {
    width: 40%;
    display: block;
    font: 16px/24px 'Montserrat', sans-serif;
    font-weight: 600;
    margin-bottom: 8px;
}
.feed__text {
    width: 60%;
    padding: 40px 60px 40px 0;
    box-sizing: border-box;
}
.feed__col {
    width: 50%;
    display: block;
    float: left;
    padding: 0 16px;
    box-sizing: border-box;
}
.feed__col:first-child {
    padding-left: 0;
}
.feed__col:last-child {
    padding-right: 0;
}
.feed__bg {
    position: absolute;
    background: linear-gradient(180deg, #D4F150 0%, #78AB15 100%);
    border-radius: 64px 0 0 0;
    left: 60%;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 50;
}
.feed__bg::before {
    position: absolute;
    background: url(/wp-content/uploads/2026/01/man.webp) 0 100% no-repeat;

    width: 822px;
    height: 696px;
    bottom: 0;
    left: -200px;
    content: '';
    z-index: 60;
}
.feed__bg::after {
    position: absolute;
    background: url(/wp-content/themes/goodfood/img/blocks/feed/logo.svg) 50% 50% no-repeat;
    width: 800px;
    height: 100%;
    top: 0;
    left: 140px;
    content: '';
    z-index: 55;
    opacity: .2;
}

#my-account-menu .myaccount-menu,
#my-account-menu-tab .myaccount-menu {
    border-bottom: 1px solid #fff !important;
    margin-bottom: 44px !important;
}

fieldset {
    margin-bottom: 24px;
}
.cart__cart {
    display: none;
}
.cart-price {
    background: linear-gradient(180deg, #FFDF6C 0%, #FFA800 100%);
    border: 1px solid #101010;
    box-shadow: 0 2px 6px rgba(0, 0, 0, .6);
    border-radius: 16px;
    position: absolute;
    top: -16px;
    left: 50%;
    color: #000;
    padding: 4px 12px;
    font: 16px/20px 'Montserrat', sans-serif;
    font-weight: 500;
    height: 30px;
    overflow: hidden;
    box-sizing: border-box;
}
.added_to_cart {
    padding-left: 24px;
}
.cat-slider .slick-slide {
    padding-right: 16px;
}
.cat-slider .slick-slide:last-child {
    padding-right: 0;
}

.page-404 {
    background: url(/wp-content/themes/goodfood/img/pages/404/404.png) 50% 0 no-repeat;
}

.wrap__404 {
    max-width: 1220px;
    margin: 0 auto;
    min-height: 860px;
    text-align: left;
}
.br_lmp_button_settings {
    text-align: right !important;
}
#wpgs-gallery .slick-slide.wcgs-thumb.slick-current.wcgs-thumb img {
    border-color: #b5d13f;
}
.wpcf7-form {
    position: relative;
}
.wpcf7-form p {
    margin-bottom: 0;
}
.wpcf7-response-output {
    position: absolute;
    border: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    bottom: 0;
    width: 60%;
    font: 12px/14px 'Montserrat', sans-serif;
}
.wpcf7-not-valid-tip {
    position: absolute;
    top: 36px;
    white-space: nowrap;
}
.wpcf7-not-valid-tip {
    color: #ffb900 !important;
}
.wpcf7-not-valid {
    border: 1px solid #ffb900 !important;
}


.banners {
    max-width: 1220px;
    margin: 0 auto;
    text-align: left;
    position: relative;
    z-index: 500;
}
.banner {
    display: flex !important;
    justify-content: space-between;
    position: relative;
    height: 184px;
    margin-bottom: 44px;
}
.banner__left,
.banner__right {
    flex-basis: 50%;
    position: relative;
    padding: 20px 60px;
    box-sizing: border-box;
}
.banner__center {
    position: absolute;
    left: 25%;
    bottom: 0;
    width: 296px;
    height: 172px;
}
.banner__bg {
    position: absolute;
    left: 50px;
    right: 50px;
    top: 0;
    height: 184px;
}
.banner__discount {
    font: 32px/40px 'Montserrat', sans-serif;
    color: #fff;
    text-shadow: 0 4px 4px 0 rgba(0, 0, 0, .25);
    opacity: .8;
}
.banner__discount-count {
    font: bold 88px/88px 'Oswald';
    color: #fff;
    text-shadow: 0 4px 4px 0 rgba(0, 0, 0, .25);
}
.banner__promo {
    display: flex;
}
.banner__promo-title {
    font: 37px/34px 'Montserrat', sans-serif;
    font-weight: 600;
    letter-spacing: .7px;
    text-transform: uppercase;
    opacity: .8;
    text-align: right;
    color: #fff;
    padding: 8px 14px 0 0;
}
.banner__promo-code {
    font: 84px/84px 'Montserrat', sans-serif;
    font-weight: 600;
    text-transform: uppercase;
    text-align: left;
    color: #fff;
}
.banner__descr {
    font: 16px/24px 'Montserrat', sans-serif;
    opacity: .8;
    text-align: right;
    color: #fff;
    padding-top: 32px;
}
@media (max-width: 480px) {

    .rotate {
        display: none;
    }
    .block__text {
        padding: 0 24px;
    }
    .special {
        margin-top: 0;
        margin-bottom: 0;
    }
    .special__slide {
        padding-top: 0;
        padding-bottom: 36px;
        width: 190%;
    }
    .special__text {
        width: 60%;
    }
    .special__desc {
        display: -webkit-box;
        -webkit-line-clamp: 5;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }
    .special__title {
        font: 24px/32px 'Oswald';
        height: 96px;
        display: inline-block;
        overflow: hidden;
    }
    .special__photo img {
        width: 300%;
        margin-left: -50%;
        margin-top: 0;
    }
    .special__photo {
        width: 38%;
    }
    .feature li {
        font-size: 14px;
    }
    .page-main .category {
        margin-top: 0;
    }
    .special .product-cart {
        margin-top: 0;
        padding: 0;
        width: auto;
    }
    .special__button,
    .special__button-info {
        margin: 24px 0;
        border-radius: 16px;
        font: 18px/24px 'Oswald';
        font-weight: 500;
        padding: 8px 24px;
        position: relative;
    }
    .special__button {
        padding: 8px 32px !important;
        margin: 0;
    }

    .special__button.added::before,
    .special__button.loading::before {
        top: 8px;
    }
    .special__button-info {
        margin: 0;
    }
    .block__long__bg {
        padding: 24px;
        margin-left: 0;
        background: rgba(34, 34, 34, .6);
        box-sizing: border-box;
    }
    .block__long__bg::after {
        display: none;
    }
    .block__long__content h2 {
        padding: 0 24px;
    }
    .block__long-slider .block__long__bg {
        padding: 24px 0;
    }
    .category__link {
        padding: 136px 16px 24px;
        line-height: 16px;
        font-size: 14px;
        min-height: 32px;
        background-size: 100px 100px;
    }
    .cat-slider .slick-slide {
        padding: 0 8px;
    }
    .cat-slider .slick-list {
        padding: 0 16px !important;
    }
    .watch {
        margin-bottom: 44px;
    }
    .watch__cols {
        display: block;
        padding: 0 24px;
    }
    .watch__text,
    .watch__video {
        width: 100%;
    }
    .watch__text, .watch__video {
        min-height: 150px;
    }
    .how {
        width: 100%;
        max-width: 100%;
        padding: 0 24px;
        box-sizing: border-box;
        margin-bottom: 44px;
    }
    .how__item img {
        width: 36px;
        min-height: auto;
    }
    .how__items {
        display: block;
    }
    .how__item,
    .how__item:last-child {
        margin: 0 0 32px;
        padding-top: 24px;
        width: 100%;
        background-size: 36px;
    }
    .how__item-title {
        font: 20px/24px 'Oswald';
        margin-bottom: 16px;
    }
    .feed,
    .recomended,
    .category,
    .wp-block-group {
        margin-bottom: 44px;
    }

    .button {
        font: 16px/24px 'Oswald';
        border-radius: 16px;
        padding: 8px 16px;
    }

    .slick-prev,
    .slick-next {
        bottom: 0 !important;
    }
    .slick-dots {
        bottom: 10px !important;
    }
    .slick-prev {
        left: 24px !important;
    }
    .slick-dots {
        left: 48px !important;
    }
    .slick-next {
        left: 144px !important;
    }
    .special .slick-list {
        padding-top: 0 !important;
    }

    .wrap__404 {
        padding: 0 24px;
        box-sizing: border-box;
        min-height: auto;
    }
    .page-404 {
        background: none;
    }
    .recomended__item {
        width: 100%;
        padding: 0 24px 64px;
    }
    .watch__video {
        margin-bottom: 24px;
    }
    .feed .feed__text {
        width: 100%;
        padding: 0;
    }
    .feed__bg {
        display: none;
    }
    .feed__cols,
    .feed__col {
        width: 100%;
        display: block;
        margin: 0;
        padding: 0;
    }
    .feed .block__long__bg {
        border-radius: 0;
    }
    .feed p {
        margin-bottom: 0;
    }
    .feed form {
        margin-top: 16px;
    }
    .feed .text_a_r {
        text-align: left;
    }
    .recomended {
        padding: 0;
        margin-bottom: 44px;
    }
    .recomended__items {
        margin-bottom: 24px;
    }
    .recomended h1 {
        padding: 0 24px;
    }
    .recomended img {
        margin-bottom: 16px;
    }
    .recomended .shop__all {
        margin: 0 24px;
    }
    .recomended__item {
        padding: 0;
    }
    .recomended .slick-slide {
        margin: 0 12px;
    }
    .special__slide {
        padding: 0 24px 32px;
    }

    .block__long-main-slider {
        margin-top: 0;
    }
    .slick-prev,
    .slick-next {
        bottom: 0 !important;
    }

    .woocommerce table.shop_table_responsive tr,
    .woocommerce-page table.shop_table_responsive tr {
        margin-bottom: 12px;
        padding-bottom: 12px;
        border-bottom: 1px solid rgba(180, 180, 180, .85);
    }
    .woocommerce-MyAccount-navigation ul {
        display: block !important;
        padding: 0 24px !important;
    }
    .woocommerce-MyAccount-navigation ul::after {
        display: none;
    }
    .woocommerce-MyAccount-navigation ul li {
        display: inline-block;
        text-align: left;
        padding: 8px 24px;
    }
    .woocommerce-MyAccount-content {
        width: 100% !important;
        margin: 0 auto 88px;
        padding: 0 24px;
        box-sizing: border-box;
    }
    .recomended__item .cart {
        width: 100%;
        margin-top: 0;
    }
    .rotate__left,
    .rotate__right {
        display: none;
    }
    .banners {
        padding: 0 24px;
        box-sizing: border-box;
    }
    .banner {
        display: flex !important;
        position: relative;
        height: 96px;
        margin-bottom: 22px;
    }
    .banner__left,
    .banner__right {
        position: relative;
        padding: 12px 20px;
        box-sizing: border-box;
        background-size: cover !important;
    }
    .banner__left {
        width: 10%;
        position: relative;
        z-index: 110;
        border-radius: 8px 0 0 8px;
    }
    .banner__right {
        width: 90%;
        position: relative;
        z-index: 100;
        border-radius: 0 8px 8px 0;
    }
    .banner__bg {
        left: 20px;
        right: 20px;
        height: 96px;
    }
    .banner__discount {
        font: 16px/20px 'Montserrat', sans-serif;
    }
    .banner__discount-count {
        font: bold 36px/36px 'Oswald';
    }
    .banner__promo-title {
        font: 14px/12px 'Montserrat', sans-serif;
        padding-top: 3px;
    }
    .banner__promo-code {
        font: 30px/30px 'Montserrat', sans-serif;
        font-weight: 600;
        text-transform: uppercase;
        text-align: left;
        color: #fff;
    }
    .banner__descr {
        padding-top: 24px;
        font-size: 11px;
    }
    .wpcf7-form-control {
        padding: 8px 16px !important;
        font: 16px/24px 'Montserrat', sans-serif !important;
    }
    .wpcf7-textarea {
        height: 88px !important;
    }
    .cf7sr-g-recaptcha {
        margin-bottom: 16px;
    }
}








/* --- PRELOAD HOVER ICONS (Fixes blinking) --- */
body::after {
    position: absolute;
    width: 0;
    height: 0;
    overflow: hidden;
    z-index: -1;
    content: url(/wp-content/themes/goodfood/img/blocks/category/category__link_type_chicken-hover.svg)
             url(/wp-content/themes/goodfood/img/blocks/category/category__link_type_cow-hover.svg)
             url(/wp-content/themes/goodfood/img/blocks/category/category__link_type_ram-hover.svg)
             url(/wp-content/themes/goodfood/img/blocks/category/category__link_type_pig-hover.svg)
             url(/wp-content/themes/goodfood/img/blocks/category/category__link_type_sausage-hover.svg)
             url(/wp-content/themes/goodfood/img/blocks/category/category__link_type_souce-hover.svg)
             url(/wp-content/themes/goodfood/img/blocks/category/category__link_type_makarony-pasta-hover.svg)
             url(/wp-content/themes/goodfood/img/blocks/category/category__link_type_olivkovoe-maslo-hover.svg)
             url(/wp-content/themes/goodfood/img/blocks/category/category__link_type_fish-hover.svg)
             url(/wp-content/themes/goodfood/img/blocks/category/category__link_type_cheese-hover.svg);
}