.page-title {
    background: linear-gradient(90deg, #000770 0%, #252fca 100%);
    padding: 52px 0;
    color: #fff;
}
.page-title h1 {
    font-size: clamp(2.6rem, 1.5398rem + 0.96vw, 2.5rem);
}
ul.shop-path {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    margin-top: 16px;
    align-items: center;
}
ul.shop-path li a, ul.shop-path li span {
    color: #FFF;
    font-size: 16px;
    font-weight: 400;
    line-height: 120%;
}
ul.shop-path li {
    display: flex;
    align-items: center;
}
ul.shop-path li:after {
    content: url('../img/bcr.svg');
    line-height: 0;
    margin: 4px 16px 0;
}
ul.shop-path li span {
    color: #A9ADF1;
}
ul.shop-path li:last-child:after {
    display: none;
}
.shop-health {
    margin: 64px 0;
}




.block__shop_grid, .block__shop_grid * {
    box-sizing: border-box;
}
.block__shop_grid {
    display: flex;
    margin-left: -12px;
    margin-right: -12px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}
.block__shop_grid .block__shop_sidebar, .product__shop_item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding-left: 12px;
    padding-right: 12px;
    flex-basis: 25%;
    max-width: 25%;
}
.product__shop_item {
    flex-basis: 33.33333333%;
    max-width: 33.33333333%;
}

.block__shop_grid .block__shop_items {
    padding-left: 12px;
    padding-right: 12px;
    flex-basis: 75%;
    max-width: 75%;
}
.block__shop_grid .block__shop_items .block__shop_items_inner {
    margin-left: -12px;
    margin-right: -12px;
    row-gap: 24px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}
.product__shop_item_inner {
    background: #fff;
    border-radius: 10px;
    padding: 24px;
}
.product__shop_not_found {
    flex-basis: 100%;
    max-width: 100%;
    padding-top: 18px;
}
.product__shop_item_inner .product__image {
    background: #FBFBFB;
    border-radius: 4px 4px 0px 0px;
    overflow: hidden;
    max-height: 72px;
    margin: 0 auto;
}
.product__shop_item_inner .product__image img {
    max-width: 93px;
    height: auto;
    margin: 0 auto;
    max-height: 69px;
}
.product__shop_item_inner .product__category {
    margin: 0 0 24px;
    color: #51657C;
    text-align: center;
    font-size: 14px;
    font-weight: 400;
    line-height: 16px; /* 114.286% */
}
.product__shop_item_inner .product__name {
    margin: 24px 0 6px;
    color: #02133F;
    text-align: center;
    font-size: 18px;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
}
.product__shop_item_inner a {
    border-radius: 4px;
    background: linear-gradient(90deg, #1F2ADE 0%, #262FC6 100%);
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    justify-content: space-between;
    align-items: center;
    padding: 16px 14px;
    font-size: 16px;
    line-height: normal;
    color: #fff;
    text-decoration: none;
}
.product__shop_item_inner a:hover, .product__shop_item_inner a:focus {
    color: #ff4104;
}
.family-health__inner h1 {font-size:28px;margin:48px 0 40px 0 !important}
.product__shop_item_inner a span {
    margin-left: 9px;
}
.product__shop_not_found.product__shop_item_inner a {
    display: inline;
    background: transparent;
}
.product__shop_not_found.product__shop_item_inner span {
    color: #FD411F;
}
.product__shop_not_found h3 {
    font-size: 21px;
    line-height: 29px;
    margin-bottom: 12px;
}
.product__shop_item_inner .product__price {
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    justify-content: center;
    align-items: center;
    border-radius: 0px 0px 4px 4px;
    background: #ECF8FF;
    padding: 16px 0;

    color: #242ECE;
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
    text-transform: uppercase;
}
.product__shop_item_inner .product__price .product__price_value {
    margin-left: 5px;
}
.product__shop_item_inner .product__price .product__price_caption {
    background: #17AFF2;
    border-radius: 20px;
    font-weight: 500;
    font-size: 11px;
    line-height: 25px;
    color: #FFFFFF;
    opacity: 0.6;
    padding: 0 13px;
}
.title__shop_sidebar {
    border-bottom: 1px solid #009AF8;
    padding: 0 0 12px;
    color: #02133F;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
}
.block__shop_sidebar_inner {
    border-radius: 4px;
    background: #E5E7F2;
    padding: 32px 24px 18px;
}
.block__shop_sidebar ul {
    list-style: none !important;
    margin-left: 0 !important;
    padding: 0 !important;
}
.block__shop_sidebar ul li {
    border-bottom: 1px solid #E5E5E5;
    padding: 14px 0px 14px 24px;
    position: relative;
    margin: 0;
}
.block__shop_sidebar ul li:last-child {
    border-bottom: none;
}
.block__shop_sidebar ul li:before {
    content: url("../img/plus2.svg");
    position: absolute;
    top: 15px;
    left: 0px;
}
.block__shop_sidebar ul li a {
    color: #02133F;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.form-search-products {
    border-radius: 4px;
    background: #FFF;
    padding: 9px 9px 9px 16px;
    margin-bottom: 40px;
}
.form-search-products input {
    flex: 1;
    max-width: 100%;
    border: none;
    padding: 0;
    min-width: 1px;
    outline: none;
}
.form-search-products button {
    border-radius: 4px;
    background: #FB4D42;
    flex: 0 0 auto;
    display: flex;
    width: 46px;
    height: 46px;
    align-items: center;
    justify-content: center;
}
.form-search-inner {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
}
.block__shop_sidebar {
    position: sticky;
    top: 0px;
    height: 100vh;
    overflow-x: auto;
    scrollbar-width: none;
}
.block__shop_sidebar::-webkit-scrollbar {
    width: 0;
    display: none;
}
@media screen and (max-width: 1150px) {
    .product__shop_item {
        flex-basis: 50%;
        max-width: 50%;
    }
}
@media screen and (max-width: 1099px) {
    .product__shop_item {
        flex-basis: 50%;
        max-width: 50%;
    }
    .block__shop_grid .block__shop_items {
        flex-basis: 65%;
        max-width: 65%;
    }
    .block__shop_grid .block__shop_sidebar {
        flex-basis: 35%;
        max-width: 35%;
    }
}
@media screen and (max-width: 991px) {
    .product__shop_item {
        flex-basis: 33.33333333%;
        max-width: 33.33333333%;
    }
    .block__shop_grid .block__shop_items {
        flex-basis: 100%;
        max-width: 100%;
        -ms-flex-order: 1;
        order: 1;
    }
    .block__shop_grid .block__shop_sidebar {
        flex-basis: 50%;
        max-width: 50%;
        -ms-flex-order: 2;
        order: 2;
    }
    .block__shop_sidebar {
        height: unset;
    }
}
@media screen and (max-width: 870px) {
    .product__shop_item {
        flex-basis: 50%;
        max-width: 50%;
    }
    .block__shop_grid .block__shop_sidebar {
        flex-basis: 100%;
        max-width: 100%;
        padding-left: 0;
        padding-right: 0;
    }
}
@media screen and (max-width: 650px) {
    .product__shop_item {
        flex-basis: 100%;
        max-width: 100%;
    }
    .block__shop_grid, .block__shop_items {
        margin-left: 0;
        margin-right: 0;
    }
    .block__shop_sidebar {
        margin-top: 24px;
    }
    .product__shop_item {
        padding: 0;
    }
    .family-health__inner {
        padding: 0 16px 50px;
    }
}

.family-health__inner {margin-bottom:64px;}

.health_wrap {
    margin-bottom: 32px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}
.hero__search {
    width: 400px;
    max-width: 100%;
    display: flex;
    align-items: center;
    background: #ffffff;
    border-radius: 18px;
    padding: 8px;
}

.hero__search .hero__input {
    width: 400px;
    max-width: 100%;
    background: #ffffff;
    border-radius: 18px;
    padding: 20px;
    border: none;
    outline: none;
    font-size: 16px;
    box-shadow: none !important;
}
.hero__input::placeholder {
    color: #858492;
    font-family: "Inter";
}
.hero__submit {
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 16px;
    background: #ff4104;
    border-radius: 18px;
    cursor: pointer;
    transition: all 0.2s;
    flex: 0 0 60px;
}
.hero__submit:hover {
    background: #fc6431;
}
@media (max-width: 500px) {
    .hero__search {
        max-width: 100%;
        margin-left: 0;
    }
}
.entry.single-entry.content-shop {
    box-shadow: none;
}
.entry.single-entry.content-shop .entry-content-wrap {
    padding: 0;
}
.searchformBg {
    display: flex;
    flex-wrap: wrap;
}
.basket {
    margin-left: 56px;
    display: flex;
    flex-wrap: nowrap; 
    border-radius: 72px 18px 18px 72px;
    background: #FFF;  
    column-gap: 30px;
    align-items: center;
    text-decoration: none;
    padding-right: 42px;
}
.basket__details {
    color: #000000;
}
.basket__details_line_2 {
    color: #FF4104;
    font-size: 14px;
    font-weight: 700;
    display: block;
    margin-top: 2px;
}
.basket__ico {
    border-radius: 72px;
    background: #00ACF3;
    width: 72px;
    height: 72px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.basket__ico svg path {
    stroke: #fff;
}
@media screen and (max-width:950px) {
    a.basket {
        border-radius: 18px;
        background: #FFF;
        margin: 22px 0 0;
        width: 100%;
        column-gap: 19px;
    }
    .basket__ico {
        border-radius: 18px 0px 0px 18px;
        background: #E1F3FF;
    }
    .basket__ico svg path {
        stroke: #2AA0F8;
    }
}
@media screen and (max-width:950px) {
    .health_wrap {
        flex-wrap: wrap;
        margin-left: -15px;
        margin-right: -15px;
    }
    .health_wrap h1  {
        order: 2;
        padding: 0 15px;
    }
    .searchformBg {
        order: 1;
        background: #039DE0;
        box-shadow: 0px 4px 53px rgba(35, 56, 137, 0.03);
        padding: 46px 16px;
        max-width: 100%;
        flex-basis: 100%;
    }
    .searchformBg .hero__search, .searchformBg .hero__search .hero__input {
        width: 100%;
    }

}
@media screen and (max-width:650px) {
    .health_wrap {
        margin-left: -31px;
        margin-right: -31px;
    }
    .health_wrap h1  {
        padding: 0 31px;
    }
}