a:hover {
    text-decoration: none;
}
@media (min-width: 320px) {
    .container,
    .ShopFrameBasic002__page-wr {
        width: 100%;
    }
}

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

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

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

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

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

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

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

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

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

p {
    margin: 0;
}

.ShopFrameBasic002__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%;
}

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

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




.headline {
    width: 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;
    position: relative;
}

.headline__line {
    width: 100%;
    height: 1px;
    background-color: #dbdbdb;
    position: absolute;
    z-index: -2;
}

.headline > h2 {
    font-size: 1.5rem;
    color: #2a2a2a;
    text-align: center;
    letter-spacing: 0.05em;
    background-color: #fff;
    padding: 0 15px;
}

@media screen and (min-width: 1200px) {
    .headline > h2 {
        font-size: 1.75rem;
    }
}

@media screen and (min-width: 1600px) {
    .headline > h2 {
        font-size: 2.1875rem;
        letter-spacing: 0.08em;
        padding: 0 20px;
    }
}

.section--lock {
    pointer-events: none;
}

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

.ShopFrameBasic002__lock {
    width: 100vw;
    height: 100vh;
    overflow: hidden;
}

.ShopFrameBasic002__breadcrumbs {
    padding: 30px 0;
}

.ShopFrameBasic002__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;
    margin: 0;
}

@media screen and (min-width: 767px) {
    .ShopFrameBasic002__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;
    }
}

.ShopFrameBasic002__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) {
    .ShopFrameBasic002__breadcrumbs-item {
        padding-top: 0;
    }
}

.ShopFrameBasic002__breadcrumbs-item:before {
    content: '___';
    font-size: 1rem;
    color: #2a2a2a;
    padding: 0 10px;
    position: absolute;
    bottom: 22px;
}

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

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

.ShopFrameBasic002__breadcrumbs-item-link {
    font-size: 0.875rem;
    color: #2a2a2a;
    letter-spacing: 0.05em;
    padding-bottom: 3px;
}

.ShopFrameBasic002__breadcrumbs-item-link:hover {
    color: #ff8378;
}

.ShopFrameBasic002__breadcrumbs-item-link--active {
    color: #ff8378;
}

.ShopFrameBasic002__footer {
    margin-top: 30px;
}

@media screen and (min-width: 1200px) {
    .ShopFrameBasic002__footer {
        margin-top: 50px;
    }
}

@media screen and (min-width: 1600px) {
    .ShopFrameBasic002__footer {
        margin-top: 70px;
    }
}

.ShopFrameBasic002__footer-top {
    background-color: #2a2a2a;
    padding-bottom: 20px;
}

@media screen and (min-width: 1200px) {
    .ShopFrameBasic002__footer-top {
        padding-bottom: 25px;
    }
}

@media screen and (min-width: 1600px) {
    .ShopFrameBasic002__footer-top {
        padding-bottom: 35px;
    }
}

.ShopFrameBasic002__footer-top-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 20px 0;
    position: relative;
    -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) {
    .ShopFrameBasic002__footer-top-nav {
        -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) {
    .ShopFrameBasic002__footer-top-nav {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }
}

@media screen and (min-width: 1600px) {
    .ShopFrameBasic002__footer-top-nav {
        padding: 25px 0;
    }
}

.ShopFrameBasic002__footer-top-nav:before {
    content: '';
    display: block;
    position: absolute;
    height: 1px;
    width: 90%;
    background-color: rgba(216, 216, 216, 0.5);
    bottom: 0;
}

@media screen and (min-width: 1200px) {
    .ShopFrameBasic002__footer-top-nav:before {
        width: 100%;
    }
}

.ShopFrameBasic002__footer-top-nav-item {
    font-size: 0.875rem;
    color: #fff;
    margin: 5px 0;
}

@media screen and (min-width: 767px) {
    .ShopFrameBasic002__footer-top-nav-item {
        margin: 0;
        margin-right: 30px;
    }
}

@media screen and (min-width: 1200px) {
    .ShopFrameBasic002__footer-top-nav-item {
        margin: 0;
        margin-right: 30px;
    }
}

@media screen and (min-width: 1600px) {
    .ShopFrameBasic002__footer-top-nav-item {
        font-size: 1rem;
        margin-right: 50px;
    }
}

.ShopFrameBasic002__footer-top-nav-item:hover {
    color: #ff8383;
}

.ShopFrameBasic002__footer-top-nav-item:last-child {
    margin-right: 0;
}

.ShopFrameBasic002__footer-top-contacts {
    position: relative;
    padding-top: 25px;
    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;
    height: 104px;
}

@media screen and (min-width: 767px) {
    .ShopFrameBasic002__footer-top-contacts {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        margin: 0 auto;
        height: 64px;
        padding-left: 40px;
    }
}

@media screen and (min-width: 1200px) {
    .ShopFrameBasic002__footer-top-contacts {
        padding-left: 0;
    }
}

@media screen and (min-width: 1600px) {
    .ShopFrameBasic002__footer-top-contacts {
        padding-top: 35px;
        height: 74px;
    }
}

.ShopFrameBasic002__footer-top-contacts-item {
    font-size: 0.8125rem;
    color: rgba(255, 255, 255, 0.7);
}

@media screen and (min-width: 1600px) {
    .ShopFrameBasic002__footer-top-contacts-item {
        font-size: 0.875rem;
    }
}

.ShopFrameBasic002__footer-top-contacts-item--link:hover {
    color: #ff8383;
}

.ShopFrameBasic002__footer-top-contacts-social {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-top: 15px;
}

@media screen and (min-width: 767px) {
    .ShopFrameBasic002__footer-top-contacts-social {
        position: absolute;
        right: 40px;
        bottom: 0;
        padding: 0;
    }
}

@media screen and (min-width: 1200px) {
    .ShopFrameBasic002__footer-top-contacts-social {
        right: 0;
    }
}

.ShopFrameBasic002__footer-top-contacts-social-item {
    width: 16px;
    height: 16px;
    margin-right: 25px;
}

@media screen and (min-width: 1600px) {
    .ShopFrameBasic002__footer-top-contacts-social-item {
        width: 20px;
        height: 20px;
        margin-right: 40px;
    }
}

.ShopFrameBasic002__footer-top-contacts-social-item:last-child {
    margin-right: 0;
}

.ShopFrameBasic002__footer-top-contacts-social-item:hover > svg {
    fill: #ff8383;
}

.ShopFrameBasic002__footer-top-contacts-social-item > svg {
    width: 16px;
    height: 16px;
    fill: rgba(199, 199, 199, 0.5);
    -webkit-transition: fill 0.2s ease-in-out;
    transition: fill 0.2s ease-in-out;
}

@media screen and (min-width: 1600px) {
    .ShopFrameBasic002__footer-top-contacts-social-item > svg {
        width: 20px;
        height: 20px;
    }
}

.ShopFrameBasic002__footer-bottom {
    background-color: #393939;
    font-size: 0.8125rem;
    color: #fff;
    text-align: center;
    padding: 10px 0;
}

@media screen and (min-width: 1600px) {
    .ShopFrameBasic002__footer-bottom {
        font-size: 0.875rem;
    }
}

.ShopFrameBasic002__footer-bottom-wr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 20px;
}

@media screen and (min-width: 767px) {
    .ShopFrameBasic002__footer-bottom-wr {
        padding: 0 40px;
    }
}

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

.ShopFrameBasic002__footer-samedia {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

@media screen and (min-width: 1200px) {
    .ShopFrameBasic002__footer-samedia {
        width: 12.5rem;
    }
}

.ShopFrameBasic002__footer-samedia a {
    position: relative;
}

.ShopFrameBasic002__footer-samedia:hover .ShopFrameBasic002__footer-samedia-created-lnk {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
}

.ShopFrameBasic002__footer-samedia-created {
    width: 9.375rem;
    overflow: hidden;
    display: none;
}

@media screen and (min-width: 1200px) {
    .ShopFrameBasic002__footer-samedia-created {
        display: block;
    }
}

.ShopFrameBasic002__footer-samedia-created-lnk {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    z-index: 0;
    -webkit-transition: 0.4s all linear;
    transition: 0.4s all linear;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    color: #fff;
    background: transparent;
    text-decoration: none;
}

.ShopFrameBasic002__footer-samedia-created-lnk:hover {
    color: #ff8383;
}

.ShopFrameBasic002__footer-samedia img {
    max-width: 25px;
}


.ShopFrameBasic002__header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 70px;
    background-color: #2a2a2a;
    box-shadow: 0px 2px 15px 0px rgba(0, 0, 0, 0.15);
    -webkit-transition: height 0.3s ease-in-out;
    transition: height 0.3s ease-in-out;
    width: 100%;
}

@media screen and (min-width: 1200px) {
    .ShopFrameBasic002__header {
        position: fixed;
        top: 0;
        left: 0;
        z-index: 10;
    }
}

.ShopFrameBasic002__header--show {
    height: 100vh;
}

.ShopFrameBasic002__header-logo {
    position: absolute;
    top: 18px;
}

@media screen and (min-width: 1200px) {
    .ShopFrameBasic002__header-logo {
        margin-right: 70px;
        position: unset;
    }
}

.ShopFrameBasic002__header-logo:hover > svg {
    fill: #ff8383;
}

.ShopFrameBasic002__header-logo > svg {
    height: 34px;
    width: 150px;
    fill: #fff;
    -webkit-transition: fill 0.2s ease-in-out;
    transition: fill 0.2s ease-in-out;
}

@media screen and (min-width: 1600px) {
    .ShopFrameBasic002__header-logo > svg {
        width: 180px;
    }
}

.ShopFrameBasic002__header-burger-menu {
    height: 35px;
    width: 35px;
    position: absolute;
    border-radius: 50%;
    border: solid 1px #fff;
    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;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    right: 20px;
    top: 15px;
}

@media screen and (min-width: 1200px) {
    .ShopFrameBasic002__header-burger-menu {
        display: none;
    }
}

.ShopFrameBasic002__header-burger-menu--active .ShopFrameBasic002__header-burger-menu-item:nth-child(1) {
    -webkit-transform: rotate(45deg) translate(5px, 5px);
    transform: rotate(45deg) translate(5px, 5px);
}

.ShopFrameBasic002__header-burger-menu--active .ShopFrameBasic002__header-burger-menu-item:nth-child(1),
.ShopFrameBasic002__header-burger-menu--active .ShopFrameBasic002__header-burger-menu-item:nth-child(3) {
    width: 23px;
}

.ShopFrameBasic002__header-burger-menu--active .ShopFrameBasic002__header-burger-menu-item:nth-child(2) {
    opacity: 0;
}

.ShopFrameBasic002__header-burger-menu--active .ShopFrameBasic002__header-burger-menu-item:nth-child(3) {
    -webkit-transform: rotate(-45deg) translate(5px, -5px);
    transform: rotate(-45deg) translate(5px, -5px);
}

.ShopFrameBasic002__header-burger-menu-item {
    width: 18px;
    height: 1px;
    background-color: #fff;
    pointer-events: none;
    -webkit-transition: opacity 0.2s ease-in-out, width 0.2s ease-in-out, rotate 0.2s ease-in-out;
    transition: opacity 0.2s ease-in-out, width 0.2s ease-in-out, rotate 0.2s ease-in-out;
}

.ShopFrameBasic002__header-burger-menu-item:nth-child(2) {
    margin: 6px 0;
}

.ShopFrameBasic002__header-wr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -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-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    height: 100%;
}

@media screen and (min-width: 1200px) {
    .ShopFrameBasic002__header-wr {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
}

.ShopFrameBasic002__header-nav {
    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;
    height: 0;
    pointer-events: none;
    opacity: 0;
    z-index: -10;
    position: relative;
    -webkit-transition: opacity 0.1s ease-in-out, height 0.2s ease-in-out;
    transition: opacity 0.1s ease-in-out, height 0.2s ease-in-out;
}

.ShopFrameBasic002__header-nav--show {
    height: auto;
    pointer-events: painted;
    opacity: 1;
    z-index: 10;
}

@media screen and (min-width: 1200px) {
    .ShopFrameBasic002__header-nav {
        height: 100%;
        pointer-events: painted;
        z-index: unset;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        opacity: 1;
        z-index: 10;
    }
}

.ShopFrameBasic002__header-nav-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    font-size: 0.875rem;
    cursor: pointer;
    margin: 10px 0;
}

@media screen and (min-width: 1200px) {
    .ShopFrameBasic002__header-nav-item {
        margin: 0;
        margin-right: 30px;
    }
}

@media screen and (min-width: 1600px) {
    .ShopFrameBasic002__header-nav-item {
        font-size: 1rem;
        margin-right: 50px;
    }
}

.ShopFrameBasic002__header-nav-item:hover .ShopFrameBasic002__header-nav-item-link {
    color: #ff8383;
}

.ShopFrameBasic002__header-nav-item:hover .ShopFrameBasic002__header-nav-item-link:before,
.ShopFrameBasic002__header-nav-item:hover .ShopFrameBasic002__header-nav-item-link:after {
    background-color: #ff8383;
}

.ShopFrameBasic002__header-nav-item:hover .ShopFrameBasic002__header-nav-item-link:before {
    opacity: 0;
}

.ShopFrameBasic002__header-nav-item--active .ShopFrameBasic002__header-nav-item-link {
    color: #ff8383;
}

.ShopFrameBasic002__header-nav-item--active .ShopFrameBasic002__header-nav-item-link:before,
.ShopFrameBasic002__header-nav-item--active .ShopFrameBasic002__header-nav-item-link:after {
    background-color: #ff8383 !important;
}

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

@media screen and (min-width: 1200px) {
    .ShopFrameBasic002__header-nav-item--drop-down-list .ShopFrameBasic002__header-nav-item-link:after {
        content: '';
        position: relative;
        display: block;
        height: 1px;
        width: 15px;
        background-color: #fff;
        margin-left: 10px;
        -webkit-transition: background-color 0.2s ease-in-out;
        transition: background-color 0.2s ease-in-out;
        pointer-events: none;
    }

    .ShopFrameBasic002__header-nav-item--drop-down-list .ShopFrameBasic002__header-nav-item-link:before {
        content: '';
        position: absolute;
        display: block;
        height: 15px;
        width: 1px;
        background-color: #fff;
        -webkit-transition: background-color 0.2s ease-in-out, opacity 0.2s ease-in-out;
        transition: background-color 0.2s ease-in-out, opacity 0.2s ease-in-out;
        right: 7px;
        pointer-events: none;
    }
}

.ShopFrameBasic002__header-nav-item-link {
    color: #fff;
    -webkit-transition: color 0.2s ease-in-out;
    transition: color 0.2s ease-in-out;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    pointer-events: none;
}

.ShopFrameBasic002__header-panel {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 0;
    opacity: 0;
    pointer-events: none;
    -webkit-transition: opacity 0.2s ease-in-out, height 0.2s ease-in-out;
    transition: opacity 0.2s ease-in-out, height 0.2s ease-in-out;
    z-index: -10;
    -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;
    position: absolute;
    top: 90px;
}

.ShopFrameBasic002__header-panel--show {
    opacity: 1;
    height: auto;
    pointer-events: painted;
    z-index: 10;
}

@media screen and (min-width: 1200px) {
    .ShopFrameBasic002__header-panel {
        height: auto;
        opacity: 1;
        z-index: unset;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        pointer-events: painted;
        position: static;
    }
}

.ShopFrameBasic002__header-panel-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
    margin: 5px 0;
}

.ShopFrameBasic002__header-panel-item:first-child {
    display: none;
}

@media screen and (min-width: 1200px) {
    .ShopFrameBasic002__header-panel-item:first-child {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin-right: 10px;
    }
}

@media screen and (min-width: 1600px) {
    .ShopFrameBasic002__header-panel-item:first-child {
        margin-right: 20px;
    }
}

.ShopFrameBasic002__header-panel-item:nth-child(2) {
    margin-bottom: 15px;
}

@media screen and (min-width: 1200px) {
    .ShopFrameBasic002__header-panel-item:nth-child(2) {
        margin-bottom: 0;
    }
}

@media screen and (min-width: 1200px) {
    .ShopFrameBasic002__header-panel-item {
        margin: 0;
        margin-right: 20px;
        position: relative;
    }
}

@media screen and (min-width: 1600px) {
    .ShopFrameBasic002__header-panel-item {
        margin-right: 30px;
    }
}

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

.ShopFrameBasic002__header-panel-item:hover .ShopFrameBasic002__header-panel-item-link > p {
    color: #ff8383;
}

.ShopFrameBasic002__header-panel-item:hover .ShopFrameBasic002__header-panel-item-link > svg {
    fill: #ff8383;
}

.ShopFrameBasic002__header-panel-item--active .ShopFrameBasic002__header-panel-item-link > svg {
    fill: #ff8383;
}

.ShopFrameBasic002__header-panel-item--active .ShopFrameBasic002__header-panel-item-link > p {
    color: #ff8383;
}

.ShopFrameBasic002__header-panel-item-search {
    display: none;
}

@media screen and (min-width: 1200px) {
    .ShopFrameBasic002__header-panel-item-search {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
}

.ShopFrameBasic002__header .ShopFrameBasic002__mobile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    left: 20px;
    top: 20px;
}

@media screen and (min-width: 1200px) {
    .ShopFrameBasic002__header .ShopFrameBasic002__mobile {
        display: none;
    }
}

@media screen and (min-width: 1200px) {
    .ShopFrameBasic002__header-panel-item-cart .ShopFrameBasic002__header-panel-item-link > p {
        display: none;
    }
}

.ShopFrameBasic002__header-panel-item-cart-active .ShopFrameBasic002__header-panel-item-link-cart {
    opacity: 1;
}

.ShopFrameBasic002__header-panel-item-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.ShopFrameBasic002__header-panel-item-link > svg {
    height: 20px;
    width: 20px;
    fill: #fff;
    -webkit-transition: fill 0.2s ease-in-out;
    transition: fill 0.2s ease-in-out;
    position: relative;
    z-index: 60;
    pointer-events: none;
}

@media screen and (min-width: 1600px) {
    .ShopFrameBasic002__header-panel-item-link > svg {
        height: 24px;
        width: 24px;
    }
}

.ShopFrameBasic002__header-panel-item-link > p {
    color: #fff;
    -webkit-transition: color 0.2s ease-in-out;
    transition: color 0.2s ease-in-out;
    font-size: 0.875rem;
    pointer-events: none;
    margin: 0;
    margin-left: 10px;
}

.ShopFrameBasic002__header-panel-item-link-cart {
    position: absolute;
    font-size: 0.5625rem;
    color: #fff;
    height: 17px;
    width: 17px;
    background-color: #ff8383;
    border-radius: 50%;
    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;
    opacity: 0;
    -webkit-transition: opacity 0.2s ease-in-out;
    transition: opacity 0.2s ease-in-out;
    z-index: 70;
    top: -5px;
    right: 64px;
}

@media screen and (min-width: 1200px) {
    .ShopFrameBasic002__header-panel-item-link-cart {
        top: -9px;
        right: -11px;
        height: 19px;
        width: 19px;
        font-size: 0.625rem;
    }
}

.ShopFrameBasic002__drop-down-list {
    position: absolute;
    top: 43px;
    background-color: #fff;
    box-shadow: 0px 20px 25px -2px rgba(0, 0, 0, 0.15);
    width: 691px;
    padding: 40px;
    box-sizing: border-box;
    -webkit-transition: opacity 0.2s ease-in-out;
    transition: opacity 0.2s ease-in-out;
    z-index: -2;
    opacity: 0;
    pointer-events: none;
    display: none;
}

@media screen and (min-width: 1200px) {
    .ShopFrameBasic002__drop-down-list {
        display: block;
    }
}

.ShopFrameBasic002__drop-down-list--active {
    opacity: 1;
    z-index: 500;
    pointer-events: painted;
}

.ShopFrameBasic002__drop-down-list-list {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
    max-height: 302px;
    position: relative;
}

.ShopFrameBasic002__drop-down-list-list-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 40px;
}

.ShopFrameBasic002__drop-down-list-list-item-category,
.ShopFrameBasic002__drop-down-list-list-item-subcategory {
    margin-bottom: 10px;
    -webkit-transition: color 0.12s ease-in-out;
    transition: color 0.12s ease-in-out;
    color: #2a2a2a;
}

.ShopFrameBasic002__drop-down-list-list-item-category:hover,
.ShopFrameBasic002__drop-down-list-list-item-subcategory:hover {
    color: #ff8383;
}

.ShopFrameBasic002__drop-down-list-list-item-category {

}

.ShopFrameBasic002__drop-down-list-list-item-subcategory:last-child {
    margin-bottom: 0;
}

.ShopFrameBasic002__search {
    position: absolute;
    background-color: #fff;
    box-shadow: 0px 20px 25px -2px rgba(0, 0, 0, 0.15);
    opacity: 0;
    pointer-events: none;
    z-index: -2;
    -webkit-transition: opacity 0.4s ease-in-out;
    transition: opacity 0.4s ease-in-out;
    width: 100vw;
    box-sizing: border-box;
    top: -17px;
    left: -20px;
    padding: 0 15px;
}

@media screen and (min-width: 960px) {
    .ShopFrameBasic002__search {
        width: 320px;
    }
}

@media screen and (min-width: 1200px) {
    .ShopFrameBasic002__search {
        width: 488px;
        right: -15px;
        left: unset;
    }
}

.ShopFrameBasic002__search--active {
    opacity: 1;
    pointer-events: painted;
    z-index: 50;
}

.ShopFrameBasic002__search-form,
.ShopFrameBasic002__search-form-input {
    width: 100%;
}

.ShopFrameBasic002__search-form {
    position: relative;
    box-sizing: border-box;
}

.ShopFrameBasic002__search-form:before {
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    height: 1px;
    width: 100%;
    background-color: #ebebeb;
}

.ShopFrameBasic002__search-form-input {
    height: 54px;
    border: none;
    font-size: 0.875rem;
    color: #2a2a2a;
    padding-left: 35px;
    box-sizing: border-box;
    outline: none !important;
}

@media screen and (min-width: 1200px) {
    .ShopFrameBasic002__search-form-input {
        padding-left: 0;
        padding-right: 35px;
    }
}

.ShopFrameBasic002__search-request {
    padding: 12px 0 30px;
    -webkit-transition: height 0.2s ease-in-out, padding 0.2s ease-in-out;
    transition: height 0.2s ease-in-out, padding 0.2s ease-in-out;
    box-sizing: border-box;
    height: 440px;
}

@media screen and (min-width: 1200px) {
    .ShopFrameBasic002__search-request {
        height: 413px;
    }
}

.ShopFrameBasic002__search-request--hide {
    height: 0;
    pointer-events: none;
    padding: 0;
    opacity: 0;
}

.ShopFrameBasic002__search-request-no-data {
    font-size: 0.875rem;
    color: #2a2a2a;
    -webkit-transition: height 0.2s ease-in-out, opacity 0.2s ease-in-out;
    transition: height 0.2s ease-in-out, opacity 0.2s ease-in-out;
}

@media screen and (min-width: 1200px) {
    .ShopFrameBasic002__search-request-no-data {
        font-size: 1rem;
    }
}

.ShopFrameBasic002__search-request-no-data--hide {
    height: 0;
    pointer-events: none;
    opacity: 0;
}

.ShopFrameBasic002__search-request-no-data > p {
    text-align: center;
    padding-top: 10px;
}

.ShopFrameBasic002__search-request-data {
    -webkit-transition: opacity 0.2s ease-in-out;
    transition: opacity 0.2s ease-in-out;
    height: 100%;
}

.ShopFrameBasic002__search-request-data--hide {
    pointer-events: none;
    opacity: 0;
}

.ShopFrameBasic002__search-request-data-list {
    position: relative;
    height: 100%;
}

.ShopFrameBasic002__search-request-data-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 20px;
}

.ShopFrameBasic002__search-request-data-item:last-child {
    margin-bottom: 0;
}

.ShopFrameBasic002__search-request-data-item:hover .ShopFrameBasic002__search-request-data-item-description-title {
    color: #ff8383;
}

.ShopFrameBasic002__search-request-data-item-image-wr {
    background: rgba(0, 0, 0, 0.1);
    margin-right: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.ShopFrameBasic002__search-request-data-item-image {
    height: 70px;
    width: 51px;
    -o-object-fit: cover;
    object-fit: cover;
    pointer-events: none;
    -webkit-transition: opacity 0.2s ease-in-out;
    transition: opacity 0.2s ease-in-out;
}

@media screen and (min-width: 1200px) {
    .ShopFrameBasic002__search-request-data-item-image {
        height: 88px;
        width: 61px;
    }
}

.ShopFrameBasic002__search-request-data-item-image--hide {
    opacity: 0;
}

.ShopFrameBasic002__search-request-data-item-description {
    pointer-events: none;
}

.ShopFrameBasic002__search-request-data-item-description-title {
    font-size: 0.875rem;
    color: #2a2a2a;
    -webkit-transition: color 0.2s ease-in-out;
    transition: color 0.2s ease-in-out;
    margin-bottom: 10px;
}

@media screen and (min-width: 1200px) {
    .ShopFrameBasic002__search-request-data-item-description-title {
        font-size: 1rem;
    }
}

.ShopFrameBasic002__search-request-data-item-description-link {
    font-size: 0.875rem;
    color: #ff8383;
    margin-bottom: 10px;
}

@media screen and (min-width: 1200px) {
    .ShopFrameBasic002__search-request-data-item-description-link {
        font-size: 1rem;
    }
}

.ShopFrameBasic002__search-request-data-item-description-content {
    font-size: 0.875rem;
    color: #2a2a2a;
}

@media screen and (min-width: 1200px) {
    .ShopFrameBasic002__search-request-data-item-description-content {
        font-size: 1rem;
    }
}

.ShopFrameBasic002__search-request-preloader {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    opacity: 0;
    -webkit-transition: opacity 0.2s ease-in-out;
    transition: opacity 0.2s ease-in-out;
}

.ShopFrameBasic002__search-request-preloader--show {
    opacity: 1;
}

.ShopFrameBasic002__search-request-preloader-item,
.ShopFrameBasic002__search-request-preloader-item:after {
    border-radius: 50%;
    width: 30px;
    height: 30px;
}

.ShopFrameBasic002__search-request-preloader-item {
    margin: 30px 0;
    font-size: 10px;
    position: absolute;
    text-indent: -9999em;
    border-top: 3px solid rgba(255, 131, 131, 0.2);
    border-right: 3px solid rgba(255, 131, 131, 0.2);
    border-bottom: 3px solid rgba(255, 131, 131, 0.2);
    border-left: 3px solid #ff8383;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-animation: load8 1.1s infinite linear;
    animation: load8 1.1s infinite linear;
}

.ps__rail-y {
    width: 3px !important;
    opacity: 1 !important;
}

.ps--active-x > .ps__rail-x,
.ps--active-y > .ps__rail-y {
    background-color: #ebebeb !important;
}

.ps__thumb-y {
    width: 100% !important;
    background-color: #ff8383 !important;
    right: 0;
}

@-webkit-keyframes load8 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes load8 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.ShopFrameBasic002__innerPage {
    padding: 35px 20px;
}

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

@media screen and (min-width: 1600px) {
    .ShopFrameBasic002__innerPage {
        padding: 100px 0 70px 0;
    }
}

.ShopFrameBasic002__innerPage-title {
    font-size: 1.5rem;
    color: #2a2a2a;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    text-align: center;
    line-height: 1.3;
}

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

@media screen and (min-width: 1200px) {
    .ShopFrameBasic002__innerPage-title {
        font-size: 1.75rem;
    }
}

@media screen and (min-width: 1600px) {
    .ShopFrameBasic002__innerPage-title {
        font-size: 2.1875rem;
    }
}

.UniMiniCart {
    display: none;
}