@media (min-width: 320px) {
    .container,
    .FrameShopBasic001__page-wr {
        width: 100%;
    }
}

@media (min-width: 370px) {
    .container,
    .FrameShopBasic001__page-wr {
        width: 100%;
    }
}

@media (min-width: 410px) {
    .container,
    .FrameShopBasic001__page-wr {
        width: 100%;
    }
}

@media (min-width: 480px) {
    .container,
    .FrameShopBasic001__page-wr {
        width: 100%;
    }
}

@media (min-width: 560px) {
    .container,
    .FrameShopBasic001__page-wr {
        width: 100%;
    }
}

@media (min-width: 620px) {
    .container,
    .FrameShopBasic001__page-wr {
        width: 100%;
    }
}

@media (min-width: 960px) {
    .container,
    .FrameShopBasic001__page-wr {
        width: 880px;
    }
}

@media (min-width: 1200px) {
    .container,
    .FrameShopBasic001__page-wr {
        width: 1100px;
    }
}

@media (min-width: 1600px) {
    .container,
    .FrameShopBasic001__page-wr {
        width: 1300px;
    }
}

@media (min-width: 1900px) {
    .container,
    .FrameShopBasic001__page-wr {
        width: 1300px;
    }
}

.FrameShopBasic001__page {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-height: 100%;
}

.FrameShopBasic001__page-content {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
}

.FrameShopBasic001__page-wr {
    margin: 0 auto;
    height: 100%;
}

.FrameShopBasic001__vueApp {
    height: 100%;
}

.FrameShopBasic001__overflow {
    overflow: hidden;
}

input,
textarea,
button {
    box-sizing: border-box;
}

input:focus,
textarea:focus,
button:focus {
    outline: none;
}

textarea {
    resize: vertical;
}

button {
    border: none;
    background: none;
    padding: 0;
}

a {
    color: inherit;
    text-decoration: none;
    -webkit-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}

a:focus {
    outline: none;
}

a:hover {
    text-decoration: none;
    color: inherit;
}

dl,
ol,
ul {
    margin-bottom: 0;
}

.swiper-button-prev:focus,
.swiper-button-next:focus,
.swiper-pagination-bullet:focus {
    outline: none !important;
}

.FrameShopBasic001__breadcrumbs {
    padding: 30px 20px;
}

@media screen and (min-width: 1200px) {
    .FrameShopBasic001__breadcrumbs {
        padding: 30px 0;
    }
}

.FrameShopBasic001__breadcrumbs-items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    text-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0;
}

@media screen and (min-width: 767px) and (min-height: 600px) {
    .FrameShopBasic001__breadcrumbs-items {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }
}

.FrameShopBasic001__breadcrumbs-item {
    position: relative;
    padding-top: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}

@media screen and (min-width: 767px) and (min-height: 600px) {
    .FrameShopBasic001__breadcrumbs-item {
        padding-top: 0;
    }
}

.FrameShopBasic001__breadcrumbs-item:before {
    content: '___';
    font-size: 1rem;
    color: #454545;
    padding: 0 10px;
    position: absolute;
    bottom: 22px;
    box-sizing: content-box;
}

@media screen and (min-width: 767px) and (min-height: 600px) {
    .FrameShopBasic001__breadcrumbs-item:before {
        content: '';
        width: 20px;
        height: 13px;
        background: url("/extensions/Components/FrameShop/Views/Basic001/static/img/arrow.svg") no-repeat center;
        position: relative;
        bottom: 0;
    }
}

.FrameShopBasic001__breadcrumbs-item:first-child:before {
    content: '';
    padding: 0;
    background: none;
    width: 0;
    height: 0;
}

.FrameShopBasic001__breadcrumbs-item-link {
    font-size: 0.875rem;
    color: #4481eb;
    letter-spacing: 0.05em;
    padding-bottom: 3px;
}

.FrameShopBasic001__breadcrumbs-item-link:hover {
    color: #c1c1c1;
}

.FrameShopBasic001__breadcrumbs-item-link--active {
    color: #c1c1c1;
}

.FrameShopBasic001__footer {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding: 30px 20px;
    box-sizing: border-box;
}

@media screen and (min-width: 767px) and (min-height: 600px) {
    .FrameShopBasic001__footer {
        height: 263px;
    }
}

@media screen and (min-width: 1200px) {
    .FrameShopBasic001__footer {
        padding: 70px 0;
        height: 263px;
    }
}

.FrameShopBasic001__footer-wr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    height: 100%;
}

.FrameShopBasic001__footer-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    border-bottom: 1px solid #fff;
    padding-bottom: 10px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 10px;
}

@media screen and (min-width: 767px) and (min-height: 600px) {
    .FrameShopBasic001__footer-menu {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        padding-bottom: 20px;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
}

@media screen and (min-width: 1200px) {
    .FrameShopBasic001__footer-menu {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        margin-bottom: 0;
    }
}

.FrameShopBasic001__footer-menu-item {
    font-size: 0.875rem;
    color: #fff;
    -webkit-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
    margin-bottom: 10px;
}

@media screen and (min-width: 767px) and (min-height: 600px) {
    .FrameShopBasic001__footer-menu-item {
        margin-bottom: 0;
    }
}

@media screen and (min-width: 1200px) {
    .FrameShopBasic001__footer-menu-item {
        margin-right: 60px;
    }
}

.FrameShopBasic001__footer-menu-item:hover {
    color: #fff;
    opacity: 0.8;
}

.FrameShopBasic001__footer-contacts {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 10px;
}

@media screen and (min-width: 1200px) {
    .FrameShopBasic001__footer-contacts {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        margin-bottom: 0;
    }
}

.FrameShopBasic001__footer-contacts-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 10px;
    font-size: 0.875rem;
    color: #fff;
    text-align: center;
}

@media screen and (min-width: 1200px) {
    .FrameShopBasic001__footer-contacts-item {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        text-align: left;
        margin-right: 110px;
        margin-bottom: 0;
    }
}

.FrameShopBasic001__footer-contacts-item:last-child {
    margin-right: 0;
}

.FrameShopBasic001__footer-contacts-item--bold {
    margin-bottom: 5px;
}

@media screen and (min-width: 1200px) {
    .FrameShopBasic001__footer-contacts-item--bold {
        margin-bottom: 0;
    }
}

.FrameShopBasic001__footer-contacts-item--link {
    -webkit-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}

.FrameShopBasic001__footer-contacts-item--link:hover {
    opacity: 0.8;
}

.FrameShopBasic001__footer-social {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

@media screen and (min-width: 767px) and (min-height: 600px) {
    .FrameShopBasic001__footer-social {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}

@media screen and (min-width: 1200px) {
    .FrameShopBasic001__footer-social {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }
}

.FrameShopBasic001__footer-social-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 0.875rem;
    color: #fff;
    -webkit-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
    width: 110px;
    margin-bottom: 5px;
}

@media screen and (min-width: 767px) and (min-height: 600px) {
    .FrameShopBasic001__footer-social-item {
        margin-right: 40px;
        margin-bottom: 0;
        width: auto;
    }
}

.FrameShopBasic001__footer-social-item:last-child {
    margin-right: 0;
}

.FrameShopBasic001__footer-social-item:hover {
    color: #fff;
    opacity: 0.8;
}

.FrameShopBasic001__footer-social-item:hover .FrameShopBasic001__footer-social-item-ico {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
}

.FrameShopBasic001__footer-social-item-ico {
    margin-right: 10px;
    -webkit-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}

.FrameShopBasic001__innerPage {
    padding: 0 20px;
    min-height: 250px;
}

@media screen and (min-width: 1200px) {
    .FrameShopBasic001__innerPage {
        padding: 0;
    }
}

.FrameShopBasic001__innerPage-title {
    font-size: 1.875rem;
    color: #676767;
    letter-spacing: 0.07em;
    text-transform: uppercase;
    text-align: center;
}

@media screen and (min-width: 767px) and (min-height: 600px) {
    .FrameShopBasic001__innerPage-title {
        text-align: left;
    }
}

.FrameShopBasic001__header {
    padding: 20px;
}

@media screen and (min-width: 1200px) {
    .FrameShopBasic001__header {
        padding: 30px 0;
    }
}

.FrameShopBasic001__header-wr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

@media screen and (min-width: 767px) and (min-height: 600px) {
    .FrameShopBasic001__header-wr {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }
}

.FrameShopBasic001__header-burger-btn-wr {
    position: absolute;
    top: 20px;
    right: 20px;
    z-index: 1001;
}

@media screen and (min-width: 767px) and (min-height: 600px) {
    .FrameShopBasic001__header-burger-btn-wr {
        display: none;
    }
}

.FrameShopBasic001__header-burger-btn {
    width: 35px;
    height: 28px;
    position: relative;
    overflow: hidden;
}

.FrameShopBasic001__header-burger-btn label {
    width: 35px;
    height: 28px;
    display: block;
    -webkit-transition: all 0.35s;
    transition: all 0.35s;
    cursor: pointer;
}

.FrameShopBasic001__header-burger-btn input {
    display: none;
}

.FrameShopBasic001__header-burger-btn-bar {
    width: 100%;
    height: 3px;
    display: block;
    position: absolute;
    left: 0;
    background: #4481eb;
    border-radius: 10px;
    -webkit-transition: all 0.35s;
    transition: all 0.35s;
    pointer-events: none;
    -webkit-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}

.FrameShopBasic001__header-burger-btn-bar--bar1 {
    top: 0;
}

.FrameShopBasic001__header-burger-btn-bar--bar2 {
    top: 11px;
}

.FrameShopBasic001__header-burger-btn-bar--bar3 {
    top: 22px;
}

.FrameShopBasic001__header-burger-btn input:checked ~ label {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}

.FrameShopBasic001__header-burger-btn input:checked ~ label .FrameShopBasic001__header-burger-btn-bar--bar1 {
    top: 18px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.FrameShopBasic001__header-burger-btn input:checked ~ label .FrameShopBasic001__header-burger-btn-bar--bar2 {
    left: 100%;
}

.FrameShopBasic001__header-burger-btn input:checked ~ label .FrameShopBasic001__header-burger-btn-bar--bar3 {
    top: 18px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.FrameShopBasic001__header-logo {
    width: 200px;
    height: 26px;
    display: block;
    -ms-flex-item-align: start;
    align-self: flex-start;
    margin-bottom: 20px;
}

@media screen and (min-width: 767px) and (min-height: 600px) {
    .FrameShopBasic001__header-logo {
        -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
        margin-bottom: 0;
    }
}

@media screen and (min-width: 1200px) {
    .FrameShopBasic001__header-logo {
        width: 256px;
        height: 38px;
    }
}

.FrameShopBasic001__header-logo:hover .FrameShopBasic001__header-logo-img {
    opacity: 0.7;
}

.FrameShopBasic001__header-logo-img {
    width: 100%;
    height: 100%;
    -webkit-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}

.FrameShopBasic001__header-phone {
    font-size: 1.25rem;
    color: #4481eb;
    display: block;
    margin-bottom: 7px;
    -webkit-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}

.FrameShopBasic001__header-phone:hover {
    color: #ff5353;
}

.FrameShopBasic001__header-time {
    font-size: 0.875rem;
    color: #222;
    text-align: right;
}

.FrameShopBasic001__menu {
    display: none;
}

@media screen and (min-width: 767px) and (min-height: 600px) {
    .FrameShopBasic001__menu {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        margin-top: 30px;
    }
}

.FrameShopBasic001__menu-items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.FrameShopBasic001__menu-item {
    font-size: 1rem;
    color: #4481eb;
    -webkit-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}

@media screen and (min-width: 767px) and (min-height: 600px) {
    .FrameShopBasic001__menu-item {
        margin-right: 30px;
    }
}

@media screen and (min-width: 1200px) {
    .FrameShopBasic001__menu-item {
        margin-right: 70px;
    }
}

.FrameShopBasic001__menu-item:hover {
    color: #ff5353;
}

.FrameShopBasic001__menu-item:last-child {
    margin-right: 0;
}

.FrameShopBasic001__menu-item--pink {
    width: 190px;
    height: 60px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-right: 10px;
    border-radius: 30px;
    background-image: -webkit-linear-gradient(top, #ffb199 0%, #ff0844 100%);
    background-image: linear-gradient(-180deg, #ffb199 0%, #ff0844 100%);
    color: #fff;
}

@media screen and (min-width: 767px) and (min-height: 600px) {
    .FrameShopBasic001__menu-item--pink {
        width: 150px;
    }
}

@media screen and (min-width: 1200px) {
    .FrameShopBasic001__menu-item--pink {
        width: 190px;
    }
}

.FrameShopBasic001__menu-item--pink:hover {
    color: #fff;
    box-shadow: 0px 2px 10px 0px rgba(255, 83, 83, 0.5);
}

.FrameShopBasic001__menu-item--pink-active {
    color: #fff;
    box-shadow: 0px 2px 10px 0px rgba(255, 83, 83, 0.5);
}

.FrameShopBasic001__menu-item--blue {
    width: 190px;
    height: 60px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 30px;
    background-image: -webkit-linear-gradient(top, #04befe 0%, #4481eb 100%);
    background-image: linear-gradient(-180deg, #04befe 0%, #4481eb 100%);
    color: #fff;
}

@media screen and (min-width: 767px) and (min-height: 600px) {
    .FrameShopBasic001__menu-item--blue {
        width: 150px;
    }
}

@media screen and (min-width: 1200px) {
    .FrameShopBasic001__menu-item--blue {
        width: 190px;
    }
}

.FrameShopBasic001__menu-item--blue:hover {
    color: #fff;
    box-shadow: 0px 2px 10px 0px rgba(68, 129, 235, 0.5);
}

.FrameShopBasic001__menu-item--cart {
    margin-right: 0;
    position: relative;
}

.FrameShopBasic001__menu-item-ico {
    margin-left: 10px;
    fill: #fff;
}

.FrameShopBasic001__menu-item-count {
    width: 28px;
    height: 28px;
    position: absolute;
    top: -17px;
    right: -17px;
    background: #ff5353;
    border: 3px solid #fafafa;
    border-radius: 50%;
    text-align: center;
    line-height: 31px;
    box-sizing: content-box;
    opacity: 0;
}

@media screen and (min-width: 767px) and (min-height: 600px) {
    .FrameShopBasic001__menu-item-count {
        right: 0;
    }
}

@media screen and (min-width: 1200px) {
    .FrameShopBasic001__menu-item-count {
        right: -17px;
    }
}

.FrameShopBasic001__menu-submenu {
    position: relative;
    top: 15px;
    z-index: 100 !important;
}

.FrameShopBasic001__menu-submenu-items {
    width: 250px;
    position: absolute;
    top: 0;
    padding: 30px 0;
    box-sizing: border-box;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.07);
    -webkit-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
    visibility: hidden;
    opacity: 0;
}

.FrameShopBasic001__menu-submenu-items--show {
    visibility: visible;
    opacity: 1;
}

.FrameShopBasic001__menu-submenu-item {
    list-style: none;
}

.FrameShopBasic001__menu-submenu-item-link {
    font-size: 0.875rem;
    color: #676767;
    padding: 7px 30px;
    display: block;
    -webkit-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}

.FrameShopBasic001__menu-submenu-item-link:hover {
    color: #4481eb;
}

.FrameShopBasic001__menu-submenu-categories {
    position: absolute;
    top: 0;
    left: 257px;
    padding: 30px;
    box-sizing: border-box;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.07);
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr) [ 3 ];
    grid-template-columns: repeat(3, 1fr);
    -ms-grid-rows: (1fr) [ 2 ];
    grid-template-rows: repeat(2, 1fr);
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    -webkit-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
    visibility: hidden;
    opacity: 0;
}

@media screen and (min-width: 767px) and (min-height: 600px) {
    .FrameShopBasic001__menu-submenu-categories {
        -ms-grid-columns: (1fr) [ 2 ];
        grid-template-columns: repeat(2, 1fr);
        -ms-grid-rows: (1fr) [ 3 ];
        grid-template-rows: repeat(3, 1fr);
        width: 470px;
    }
}

@media screen and (min-width: 1200px) {
    .FrameShopBasic001__menu-submenu-categories {
        -ms-grid-columns: (1fr) [ 3 ];
        grid-template-columns: repeat(3, 1fr);
        -ms-grid-rows: (1fr) [ 2 ];
        grid-template-rows: repeat(2, 1fr);
        width: 665px;
    }
}

.FrameShopBasic001__menu-submenu-categories--show {
    visibility: visible;
    opacity: 1;
}

.FrameShopBasic001__menu-submenu-categories-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.FrameShopBasic001__menu-submenu-categories-item-link {
    font-size: 0.875rem;
    color: #676767;
    padding: 7px 0;
    display: block;
    -webkit-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}

.FrameShopBasic001__menu-submenu-categories-item-link:hover {
    color: #4481eb;
}

.FrameShopBasic001__menu-submenu-categories-item-link--title {

}

.FrameShopBasic001__header-menu-mobile {
    position: fixed;
    width: 100vw;
    height: 100vh;
    background: #fff;
    z-index: 1000;
    padding: 0 20px;
    box-sizing: border-box;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-transition: opacity 0.4s ease-in-out, visibility 0.4s ease-in-out, -webkit-transform 0.25s ease-in-out;
    transition: opacity 0.4s ease-in-out, visibility 0.4s ease-in-out, -webkit-transform 0.25s ease-in-out;
    transition: transform 0.25s ease-in-out, opacity 0.4s ease-in-out, visibility 0.4s ease-in-out;
    transition: transform 0.25s ease-in-out, opacity 0.4s ease-in-out, visibility 0.4s ease-in-out, -webkit-transform 0.25s ease-in-out;
    will-change: transform, opacity, visibility;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    opacity: 0;
    visibility: hidden;
}

.FrameShopBasic001__header-menu-mobile--show {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
    visibility: visible;
}

.FrameShopBasic001__header-menu-mobile-item-lnk {
    font-size: 1.25rem;
    letter-spacing: 0.02em;
    color: #4481eb;
}

.FrameShopBasic001__header-menu-mobile > ul {
    position: relative;
    top: 10px;
    width: 130px;
    padding: 0;
}

.FrameShopBasic001__header-menu-mobile > ul > li {
    width: 100%;
    padding: 10px 0;
    position: relative;
    list-style: none;
}

.FrameShopBasic001__header-menu-mobile-item--cart {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.FrameShopBasic001__header-menu-mobile-item-count {
    width: 28px;
    height: 28px;
    position: relative;
    top: -17px;
    background: #ff5353;
    border: 3px solid #fafafa;
    border-radius: 50%;
    text-align: center;
    line-height: 31px;
    color: #fff;
    font-size: 1rem;
    box-sizing: content-box;
}

.FrameShopBasic001__search {
    width: 100%;
    position: relative;
    margin-bottom: 20px;
}

@media screen and (min-width: 767px) and (min-height: 600px) {
    .FrameShopBasic001__search {
        max-width: 330px;
        margin-bottom: 0;
    }
}

@media screen and (min-width: 1200px) {
    .FrameShopBasic001__search {
        max-width: 550px;
    }
}

.FrameShopBasic001__search-input {
    width: 100%;
    height: 50px;
    border: none;
    border-radius: 25px;
    box-shadow: 0px 5px 13px 0px rgba(0, 0, 0, 0.2);
    padding-left: 75px;
    font-size: 1rem;
    color: #676767;
    background: #fff url("/extensions/Components/FrameShop/Views/Basic001/static/img/search.svg") 30px 50% no-repeat;
    -webkit-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}

.FrameShopBasic001__search-input::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #b8b8b8;
    font-size: 1rem;
    font-style: normal;
}

.FrameShopBasic001__search-input::-moz-placeholder {
    /* Firefox 19+ */
    color: #b8b8b8;
    font-size: 1rem;
    font-style: normal;
}

.FrameShopBasic001__search-input:-ms-input-placeholder {
    /* IE 10+ */
    color: #b8b8b8;
    font-size: 1rem;
    font-style: normal;
}

.FrameShopBasic001__search-input:-moz-placeholder {
    /* Firefox 18- */
    color: #b8b8b8;
    font-size: 1rem;
    font-style: normal;
}

.FrameShopBasic001__search-input--border-radius-none {
    border-radius: 25px 25px 0 0;
}

.FrameShopBasic001__search-popup {
    width: 100%;
    height: 450px;
    box-sizing: border-box;
    box-shadow: 0px 5px 13px 0px rgba(0, 0, 0, 0.2);
    border-radius: 0 0 25px 25px;
    position: absolute;
    background-color: #fff;
    z-index: 1000;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}

@media screen and (min-width: 1200px) {
    .FrameShopBasic001__search-popup {
        height: 550px;
    }
}

.FrameShopBasic001__search-popup--show {
    visibility: visible;
    opacity: 1;
}

.FrameShopBasic001__search-popup-not-found {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.FrameShopBasic001__search-popup-not-found-text {
    font-size: 1.125rem;
    color: #636363;
    line-height: 23px;
}

.FrameShopBasic001__search-popup-loader-wr {
    width: 100%;
    height: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    display: none;
}

.FrameShopBasic001__search-popup-loader-wr--show {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.FrameShopBasic001__search-popup-loader {
    width: 48px;
    height: 48px;
    background: url("img/loader.svg") no-repeat center;
}

.FrameShopBasic001__search-popup-item {
    padding: 15px 15px;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

@media screen and (min-width: 1200px) {
    .FrameShopBasic001__search-popup-item {
        padding: 25px 25px;
    }
}

.FrameShopBasic001__search-popup-item:before {
    content: '';
    display: block;
    width: 100%;
    height: 1px;
    background-color: rgba(255, 83, 83, 0.3);
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    -webkit-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}

.FrameShopBasic001__search-popup-item:after {
    content: '';
    display: block;
    width: 100%;
    height: 1px;
    background-color: rgba(255, 83, 83, 0.3);
    position: absolute;
    bottom: 0;
    left: 0;
    opacity: 0;
    -webkit-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}

.FrameShopBasic001__search-popup-item:hover:before {
    opacity: 1;
}

.FrameShopBasic001__search-popup-item:hover:after {
    opacity: 1;
}

.FrameShopBasic001__search-popup-item-right {
    max-width: 65%;
    width: 100%;
}

@media screen and (min-width: 1200px) {
    .FrameShopBasic001__search-popup-item-right {
        max-width: 77%;
    }
}

.FrameShopBasic001__search-popup-item-title {
    font-size: 1.125rem;
    color: #676767;
    margin-bottom: 15px;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

@media screen and (min-width: 1200px) {
    .FrameShopBasic001__search-popup-item-title {
        font-size: 1.25rem;
    }
}

.FrameShopBasic001__search-popup-item-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

@media screen and (min-width: 1200px) {
    .FrameShopBasic001__search-popup-item-row {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }
}

.FrameShopBasic001__search-popup-item-price {
    font-size: 1.125rem;
    color: #f80404;
    margin-bottom: 5px;
}

@media screen and (min-width: 767px) and (min-height: 600px) {
    .FrameShopBasic001__search-popup-item-price {
        margin-bottom: 0;
    }
}

@media screen and (min-width: 1200px) {
    .FrameShopBasic001__search-popup-item-price {
        font-size: 1.25rem;
        margin-right: 80px;
    }
}

.FrameShopBasic001__search-popup-item-status {
    font-size: 0.875rem;
    color: #009b08;
}

.FrameShopBasic001__search-popup-item-status--blue {
    color: #4a90e2;
}

.FrameShopBasic001__search-popup-item-status--red {
    color: #e24a4a;
}

.FrameShopBasic001__search .ps__thumb-y {
    background-color: #ff5353;
}

.FrameShopBasic001__search .ps__rail-y:hover > .ps__thumb-y,
.FrameShopBasic001__search .ps__rail-y:focus > .ps__thumb-y,
.FrameShopBasic001__search .ps__rail-y.ps--clicking .ps__thumb-y {
    background-color: #ff5353;
}

.FrameShopBasic001__search {
    transition: 0.7s;
}

.FrameShopBasic001__search--opacity {
    opacity: 0;
}
.uni-pageContent {
    opacity: 0;
    transition: 0.4s;
}
.FrameShopBasic001__breadcrumbs {
    opacity: 0;
    transition: 0.8s;
}
.FrameShopBasic001__menu-items {
    opacity: 0;
    transition: 0.4s;
}

.FrameShopBasic001__search-popup-item-image {
    width: 50px;
    border: 1px solid #eee;
    object-fit: contain;
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;

}
.FrameShopBasic001__search-popup-item-title {
    display: inline-block;
    vertical-align: middle;
}

.FrameShopBasic001__search-popup-item-right {
    display: grid;
    grid-template-columns: 1fr 10fr;
}

@media screen and (max-width: 768px) {
    .FrameShopBasic001__breadcrumbs-item:before {
        top: -13px !important;
    }
}