/*
Theme Name: HeyBecca Theme
Version: 1.0
Text Domain: hb
*/

.p_article__plashka--text a{
    text-decoration: underline;
    color: inherit;
}

.bag__item--gift .bag__item--title{
    padding-right: 30px;
}

.p_article__desc--point--text>div p:empty{
    display: none !important;
}

.product_set+.p_article__desc--price{
    margin-bottom: 20px;
}

.order__payment--peredplata{
    color: #524A42;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 1.5;
    display: inline-block;
    width: 100%;
    margin-top: 16px;
}

.p_article__stocks+.custom_text--block{
    margin-top: -35px;
}

.custom_text--block {
    width: 100%;
    padding: 16px;
    color: #524A42;
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%;
    border: 1px solid #EADC97;
    background: #FFFCEB;
    display: inline-block;
    margin-bottom: 16px
}


.bag__result--auth{
    margin: 10px 0;
}

.bag__result--auth.more3000 svg{
    position: static;
    margin-right: 4px;
}

.bag__result--auth.more3000 span{
    display: flex;
    align-items: center;
}

.bag__result--auth.more3000 {
    background: #E8F6EF;
}


.scratchPoppup .rgba{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    cursor: pointer;
    z-index: 2;

}

.scratchPoppup{
    background: #BEBEBE !important;
}

.bag__item--gift{
    position: relative;
}

.bag__item--gift .bag__item--price {
    position: absolute;
    right: 0;
    top: 0;
}

.login .rgba{
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    cursor: pointer;

}

@media (min-width: 720px) {
    .login .rgba{
        background: rgba(50, 44, 38, 0.5);
    }
    .login--inner{
        position: relative;
        z-index: 2;
        width: unset;
        height: unset;
        background: none;
        padding: 0;
        margin-top: 50px;
    }

}

.login__close{
    position: relative;
    z-index: 2;
}

.preloader__site.hide{
    opacity: 0 !important;
    visibility: hidden !important;
}

.profile__item--header>h5.wishlistTitle{
    font-size: 32px;
    font-weight: 500;
}

.wishlistEmpty__img{
    margin-bottom: 24px;
    margin-left: auto;
    margin-right: auto;
}

.wishlistEmpty .profile__item--body{
    margin: auto;
    text-align: center;
}

@media (max-width: 625px) {
    .profile__item--header>h5.wishlistTitle{
        font-size: 20px;
    }
    .wishlistEmpty__img{
        width: 260px;
        height: 160px;
    }
}

.favoriteMain .product{
    display: flex !important;
}

.wishlistProfile{
    padding-top: 0px;
}

.filter__menu--item[data-cat-1="swimsuits"]{
    order: 5;
}

.goods__filter--points--item.active>p:after{
    width: 10px;
    height: 8px;
    background: url('app/img/arrow-active.svg');
    background-position: center;
    background-size: contain;
    display: inline-block;
    content: '';
    margin-left: 10px;
}

.helpcrunch-iframe-wrapper{
    display: none !important;
}

.footer__call{
    position: fixed;
    right: 30px;
    bottom: 30px;
    z-index: 9;
    border-radius: 32px;
    box-shadow: 0 0 0 8px rgba(0, 0, 0, 0.08);
    display: flex;
    flex-flow: column;
    background: #ffffff;
}

.footer__call--open{
    background: #524A42;
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    cursor: pointer;
}

.footer__call a{
    margin-bottom: 8px;
    display: none;
}

.footer__call span{
    color: #524A42;
    text-align: center;
    font-size: 8px;
    font-style: normal;
    font-weight: 500;
    line-height: 1;
    margin-top: 14px;
    margin-bottom: 8px;
    display: none
}

.footer__call--close{
    width: 60px;
    height: 60px;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    display: none;
    cursor: pointer;
}

.footer__call.open a{
    display: flex;
    text-align: center;
    justify-content: center;
}

.footer__call.open .footer__call--close{
    display: flex;
}

.footer__call.open .footer__call--open{
    display: none;
}

.footer__call.open span{
    display: inline-block;
}


.showMoreCenter__load{
    color: #524A42;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 2.24px;
    text-transform: uppercase;
    padding: 24px;
    background: #FDF5C4;
    text-align: center;
    transition: .5s;
    cursor: pointer;
}

.showMoreCenter__load:hover {
    background: #524A42;
    color: #FDF5C4;
}

.showMoreCenter_container{
    display: flex;
    align-items: center;
    flex-flow: column;
    justify-content: center;
}

.pag__pages{
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 24px;
}

.shop_page{
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #524A42;
    color: #524A42;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 1;
    cursor: pointer;
}

.shop_dots{
    width: 40px;
    height: 40px;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    border: 1px solid #524A42;
    color: #524A42;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 1;
    padding: 10px;
}

.shop_page--active{
    background: #524A42;
    color: #FFF;
}


.line-nav{
    /*margin-top: 140px;*/
    margin-top: 104px;
}

.line-nav__block>div:not(:last-child):after{
    content: '';
    width: 16px;
    height: 16px;
    display: inline-block;
    background: url('app/img/breadcrumbs.svg');
    background-size: contain;
    margin-left: 12px;
}

.line-nav__block>div{
    display: flex;
    flex-flow: wrap;
    align-items: center;
}

.line-nav__block{
    display: flex;
    flex-flow: wrap;
    align-items: center;
    gap: 12px;
}

.line-nav__block a{
    color: #6A747C;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 1
}
.line-nav__block a:last-child, .line-nav__block>div:last-child a{
    color: #222628;
}

.line-navBlog{
    margin-top: 0 !important;
    margin-bottom: 24px;
}

.line-navSingleBlog{
    margin-top: 135px;
    margin-bottom: 24px !important;
}

.filter_item.no-avaible{
    opacity: .5;
    cursor: not-allowed;
    pointer-events: none;
}

@media (max-width: 1024px) {
    .line-nav{
        margin-top: 24px;
        position: relative;
        z-index: 2;
    }
}

@media (max-width: 625px) {
    .aboutPage .line-nav{
        margin-top: 100px;
    }
    .stopMibileTop{
        margin-top: 0 !important;
    }
    .line-navBlog{
        margin-bottom: 24px;
    }
    .showMoreCenter__load{
        font-size: 12px;
        width: 100%;
    }
    .showMoreCenter_container{
        width: 100%;
    }
}

.gift__popup{
    position: fixed;
    left: 0;
    bottom: 120px;
    z-index: 2;
    cursor: pointer;
    width: 40px;
    height: 40px;
    opacity: 0;
    visibility: hidden;
}

.gift__popup.show{
    opacity: 1;
    visibility: visible;
}

.gift__popup img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

@supports (-webkit-touch-callout: none) {
    .hero {
        height: calc(100vh - 90px);
    }
}

.splide__arrow:after{
    display: block;
    content: "";
    width: 7px;
    height: 7px;
    border-top: 1px solid #524A42;
    border-right: 1px solid #524A42;
    transform: rotate(45deg);
    position: relative;
    right: 2px;
}

.splide__arrow.splide__arrow--prev:after {
    border: none;
    border-bottom: 1px solid #524A42;
    border-left: 1px solid #524A42;
    transform: rotate(45deg);
    left: 2px;
    right: 0;
}


.splide__arrow{
    background: #FDF5C4 !important;
    opacity: 0 !important;
    transition: opacity 0.3s;
}

.splide__arrow svg{
    display: none;
}

.product:hover .splide__pagination, .product:hover .splide__arrow{
    opacity: 1 !important;
}


.product:hover .splide__arrow:disabled{
    opacity: .7 !important;
}

.splide__slide img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.splide, .splide__track{
    height: 100%;
}

.splide__slide{
    width: 100%;
}

.guide__size--inner{
    position: relative;
}

@media (max-width: 625px) {
    .hideDown-header .guide__size.maxWidth, .hideDown-header .guide__zamiru.maxWidth {
        padding-top: 0 !important;
    }
    .splide__arrow{
        display: none !important;
    }
}


.b_favorite__items>.product:nth-child(1),
.b_favorite__items>.product:nth-child(2),
.b_favorite__items>.product:nth-child(3),
.b_favorite__items>.product:nth-child(4),
.b_favorite__items>.product:nth-child(5),
.b_favorite__items>.product:nth-child(6),
.b_favorite__items>.product:nth-child(7),
.b_favorite__items>.product:nth-child(8){
    display: flex !important;
}


.favoriteMain .profile__favorite{
    flex-flow: wrap;
}

.p_article__desc--basket.hide, .p_article__desc--order.hide{
    display: none !important;
}

.p_article__desc--size--inner>div.notavaible{
    pointer-events: all !important;
}

.product__soon.discontProduct{
    background: #8D847D;
    font-size: 14px;
    padding: 7px 8px;
}

.p_article__slider--main.swiper-container .label-discount{
    left: 0 !important;
    position: relative !important;
    top: 0 !important;
}

.p_article__badge{
    top: 16px;
    left: 48px;
    position: absolute;
    z-index: 2;
    display: flex;
    align-items: center;
    gap: 2px;
}



.hero__slider{
    height: 100%;
    overflow: hidden;
}

.hero__list{
    height: 100%;
    display: flex;
    flex-flow: row;
    transition: .5s;
}

.hero__item{
    height: 100%;
    min-width: 100%;
    position: relative;
}

.hero__left{
    position: absolute;
    left: 72px;
    bottom: 0;
    margin: auto;
    top: 65px;
    z-index: 9;
    cursor: pointer;
}

.hero__right{
    position: absolute;
    right: 72px;
    top: 65px;
    bottom: 0;
    margin: auto;
    z-index: 9;
    cursor: pointer;
}

.hero__dots{
    position: absolute;
    bottom: 16px;
    left: 0;
    right: 0;
    margin: auto;
    width: 100%;
    display: flex;
    align-items: center;
    gap: 4px;
    justify-content: center;
    z-index: 9;
}

.hero__dots div {
    border: 1px solid #524A42;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    cursor: pointer;
}

.hero__dots div.active {
    background: #524A42;
}

@media (max-width: 625px) {
    .hero__right, .hero__left {
        display: none;
    }
    .hero__dots div{
        width: 8px;
        height: 8px;
    }
    .product__soon.discontProduct{
        font-size: 12px;
    }
}
.addobrazmobile{
    display: none !important;
}

.deliverySinglePage .f_article__part{
    width: 100%;
}

.login__form--output{
    text-align: center;
    display: inline-block;
    width: 100%;
    margin-top: 10px;
    font-size: 14px;
    color: red;
}

.login__form--btn{
    padding-top: 5px;
}

.promocode_result .woocommerce-error, .promocode_result .woocommerce-message{
    border: none !important;
    margin-top: 20px !important;
    margin-bottom: 0 !important;
}

.bag__promocode--type--btn{
    border: 2px solid #524A42;
}

.hero--btn{
    text-transform: unset;
    background: #ffffff;
    color: #524A42;
    font-size: 14px;
}

.discont-popup__text.additional{
    margin-bottom: 0;
    margin-top: 10px;
    font-size: 11px;
    padding-left: 10px;
    padding-right: 10px;
}

.marque__list{
    width: 10000px;
}
.marque {
    overflow: hidden;
    width: 100%;
    padding: 8px 0;
    background: #524A42;
    margin-bottom: 0px;
    position: relative;
    z-index: 1;
}
.marque__list div{
    color: #ffffff;
    font-size: 16px;
    font-weight: 600;
    float: left;
    animation-duration: 15s;
    animation-name: marquee-text-animation;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    text-align: center;
    padding: 0px 30px;
    position: relative;
}

.marque__list div:before{
    content: '';
    display: inline-block;
    width: 6px;
    height: 6px;
    background: #ffffff;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}

.marque__list div span{
    margin: 0px 16px;
}


@keyframes marquee-text-animation{
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-100%);
    }
}



.hideprice{
    display: none;
}

.goods__items{
    position: relative;
}

.goods__items.loading:after{
    content: '';
    display: inline-block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #ffffff;
    z-index: 999;
}

.variations__growth[data-growth="154-166-sm"], .selectSize__item--growth[data-growth-slug="154-166"]
{
    order: -100;
}
.variations__growth[data-growth="156-167-sm"], .selectSize__item--growth[data-growth-slug="156-167"]
{
    order: -98;
}
.variations__growth[data-growth="156-168-sm"], .selectSize__item--growth[data-growth-slug="156-168"]
{
    order: -96;
}
.variations__growth[data-growth="158-168-sm"], .selectSize__item--growth[data-growth-slug="158-168"]
{
    order: -95;
}
.variations__growth[data-growth="158-169-sm"], .selectSize__item--growth[data-growth-slug="158-169"]
{
    order: -94;
}
.variations__growth[data-growth="158-170-sm"], .selectSize__item--growth[data-growth-slug="158-170"]
{
    order: -92;
}
.variations__growth[data-growth="167-178-sm"], .selectSize__item--growth[data-growth-slug="167-178"]
{
    order: -90;
}
.variations__growth[data-growth="168-179-sm"], .selectSize__item--growth[data-growth-slug="168-179"]
{
    order: -89;
}
.variations__growth[data-growth="168-180-sm"], .selectSize__item--growth[data-growth-slug="168-180"]
{
    order: -88;
}
.variations__growth[data-growth="169-176-sm"], .selectSize__item--growth[data-growth-slug="169-176"]
{
    order: -87;
}
.variations__growth[data-growth="169-181-sm"], .selectSize__item--growth[data-growth-slug="169-181"]
{
    order: -86;
}
.variations__growth[data-growth="170-181-sm"], .selectSize__item--growth[data-growth-slug="170-181"]
{
    order: -84;
}
.variations__growth[data-growth="170-182-sm"], .selectSize__item--growth[data-growth-slug="170-182"]
{
    order: -82;
}

@font-face {
    font-family: 'Kiwi';
    src: url('app/fonts/KiwiRegular.eot');
    src: url('app/fonts/KiwiRegular.eot?#iefix') format('embedded-opentype'),
    url('app/fonts/KiwiRegular.woff2') format('woff2'),
    url('app/fonts/KiwiRegular.woff') format('woff'),
    url('app/fonts/KiwiRegular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}


@font-face {
    font-family: 'Anderson Grotesk';
    src: url('app/fonts/AndersonGroteskBlack.eot');
    src: url('app/fonts/AndersonGroteskBlack.eot?#iefix') format('embedded-opentype'),
    url('app/fonts/AndersonGroteskBlack.woff2') format('woff2'),
    url('app/fonts/AndersonGroteskBlack.woff') format('woff'),
    url('app/fonts/AndersonGroteskBlack.ttf') format('truetype');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

.hero__title{
    font-family: 'Anderson Grotesk' !important;
    font-weight: 900 !important;
}


.p_article .p_article__desc--basket{
    padding: 18px 12px;
}


.p_look__items .product{
    display: none;
}

.p_look__items .product:nth-child(1){
    display: flex;
}
.p_look__items .product:nth-child(2){
    display: flex;
}
.p_look__items .product:nth-child(3){
    display: flex;
}
.p_look__items .product:nth-child(4){
    display: flex;
}


.log_in_user .order__body--header{
    display: none !important;
}

.log_in_user .order__options--inner{
    border-top: 1px solid #E2DDD9;
}

.goods__filter--ratio--item>span>span, .product__palette--color span, .p_article__desc--color span{
    background-size: cover !important;
    background-position: center !important;
}

.hero__video{
    width: 100%;
    height: 100%;
    object-fit: cover;
}


.product__size--items div.nostock{
    color: #acb2b7;
    text-decoration: line-through;
}

.p_article__desc--growth>h5{
    display: inline-block !important;
}

.p_article__desc--growth--inner>div {
    min-width: 135px;
}

.selectSize__item--size.active, .selectSize__item--growth.active {
    background: #524A42;
    color: #fff;
    border: 1px solid #524A42;
}


.p_article__desc--size--inner>div.notavaible, .p_article__desc--size--inner>div.notavaible-disabled, .p_article__desc--growth--inner>div.notavaible, .p_article__desc--growth--inner>div.notavaible-disabled, .selectSize__item--size.notavaible, .selectSize__item--growth.notavaible{
    position: relative;
    color: #acb2b7;
    pointer-events: none;
    overflow: hidden;
}

.p_article__desc--size--inner>div.notavaible:before, .p_article__desc--size--inner>div.notavaible-disabled:before, .p_article__desc--growth--inner>div.notavaible:before, .p_article__desc--growth--inner>div.notavaible-disabled:before, .selectSize__item--size.notavaible:before, .selectSize__item--growth.notavaible:before{
    content: "";
    display: inline-block;
    width: 100%;
    height: 100%;
    background:
            linear-gradient(to top left,
            rgba(172,178,183,0) 0%,
            rgba(172,178,183,0) calc(50% - 0.8px),
            rgba(172,178,183,1) 50%,
            rgba(172,178,183,0) calc(50% + 0.8px),
            rgba(172,178,183,0) 100%),
            linear-gradient(to top right,
            rgba(172,178,183,0) 0%,
            rgba(172,178,183,0) calc(50% - 0.8px),
            rgba(172,178,183,1) 50%,
            rgba(172,178,183,0) calc(50% + 0.8px),
            rgba(172,178,183,0) 100%);
    left: 0;
    top: 0;
    position: absolute;
}

.priceVar_sale {
    font-size: 16px;
    color: #A9A29C;
    text-decoration: line-through;
    margin-right: 10px;
    font-weight: 400;
}

.p_article__desc--size--inner>div[data-size="XXS"]{
    order: -21;
}

.p_article__desc--size--inner>div[data-size="XS"]{
    order: -20;
}

.p_article__desc--size--inner>div[data-size="XS/S"]{
    order: -19;
}

.p_article__desc--size--inner>div[data-size="S"]{
    order: -18;
}

.p_article__desc--size--inner>div[data-size="S/M"]{
    order: -17;
}

.p_article__desc--size--inner>div[data-size="M"]{
    order: -16;
}

.p_article__desc--size--inner>div[data-size="M/L"]{
    order: -15;
}

.p_article__desc--size--inner>div[data-size="L"]{
    order: -14;
}

.p_article__desc--size--inner>div[data-size="XL"]{
    order: -13;
}

.blog__list {
    width: 100%;
    display: flex;
    flex-flow: wrap;
    gap: 24px;
    padding-bottom: 30px;
}
.blog__list .blog__paper {
    width: calc(24% - 12px);
}

.resetPassword__btn {
    width: 100%;
    padding: 15px 12px 16px;
    border: 1px solid #524A42;
    font-size: 16px;
    line-height: 1.2;
    font-weight: 600;
    color: #524A42;
    background: #fff;
    cursor: pointer;
    transition: 0.35s;
    text-align: center;
    margin-top: 15px;
}

.resetPassword__btn:hover{
    background: #FFFCEB;
    color: #524A42;
}

.resetPassword-notFind{
    display: none;
}

.resetPassword-Find{
    display: none;
}

.resetPassword-notFind.active{
    display: inline-block;
    width: 100%;
    text-align: center;
    margin-top: 5px;
}

.order__options--inner .woocommerce-form-login input:-webkit-autofill{
    -webkit-text-fill-color: #000000;
}

.product--top {
    overflow: hidden;
}

.product--top .p_article__profit{
    width: 100%;
}

.p_article__desc--order.soonOrder{
    margin-bottom: 0;
}

.product.black-white .product__pics {
    filter: grayscale(1);
    transition: .2s;
}

.product.black-white:hover .product__pics{
    filter: none;
}

.product--top__badge{
    left: 20px;
    top: 20px;
    position: absolute;
    display: flex;
    align-items: center;
    gap: 2px;
}

.product__soon{
    padding: 8px;
    background: #A0A6AB;
    color: #FFF;
    font-size: 12px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 1.92px;
    text-transform: uppercase;
    z-index: 2;
}

.product__soon--btn, .product__review--btn{
    padding: 16px 4px;
    text-align: center;
    display: inline-block;
    width: 100%;
    border: 1px solid #524A42;
    color: #524A42;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 1.6;
    margin-top: 15px;
    transition: .5s;
    cursor: pointer;
}

.product__soon--btn:hover, product__review--btn:hover {
    background: #FFFCEB;
    color: #524A42;
}




.proposalPopup__info--sizeList>div[data-size="XXS"]{
    order: -21;
}

.proposalPopup__info--sizeList>div[data-size="XS"]{
    order: -20;
}

.proposalPopup__info--sizeList>div[data-size="XS/S"]{
    order: -19;
}

.proposalPopup__info--sizeList>div[data-size="S"]{
    order: -18;
}

.proposalPopup__info--sizeList>div[data-size="S/M"]{
    order: -17;
}

.proposalPopup__info--sizeList>div[data-size="M"]{
    order: -16;
}

.proposalPopup__info--sizeList>div[data-size="M/L"]{
    order: -15;
}

.proposalPopup__info--sizeList>div[data-size="L"]{
    order: -14;
}

.proposalPopup__info--sizeList>div[data-size="XL"]{
    order: -13;
}



.product_set__sizes>div[data-size="XXS"]{
    order: -21;
}

.product_set__sizes>div[data-size="XS"]{
    order: -20;
}

.product_set__sizes>div[data-size="XS/S"]{
    order: -19;
}

.product_set__sizes>div[data-size="S"]{
    order: -18;
}

.product_set__sizes>div[data-size="S/M"]{
    order: -17;
}

.product_set__sizes>div[data-size="M"]{
    order: -16;
}

.product_set__sizes>div[data-size="M/L"]{
    order: -15;
}

.product_set__sizes>div[data-size="L"]{
    order: -14;
}

.product_set__sizes>div[data-size="XL"]{
    order: -13;
}

.p_article__desc--price{
    position: relative;
    order: -3;
}

.p_article__desc{
    display: flex;
    flex-flow: wrap;
    align-items: flex-start;
}

.p_article--inner{
    align-items: flex-start;
}

.product_set{
    margin-bottom: 20px;
}

.p_article__desc>*{
    width: 100%;
}

.p_article__desc--header{
    order: -5;
}


.p_article__sku{
    color: #6A747C;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 1.5;
    bottom: -22px;
    position: absolute;
    left: 0;
}
.p_article__sku span{
    margin-left: 8px;
    color: #524A42;
    font-weight: 500;
}

.p_article__desc--size{
    margin-bottom: 20px;
}

@media (max-width: 720px) {

    .p_article__desc--price {
        margin-bottom: 40px;
    }

    .addobrazmobile{
        display: block !important;
        padding-top: 0 !important;
    }

    .addobrazdesc{
        display: none !important;
    }

}

@media (min-width: 625px) {
    .blog__paper--desc>div p{
        font-size: 16px;
    }
    .login--inner{
        padding-bottom: 20px;
    }
}

@media (min-width: 1024px) {
    .basketPopup__items.cart.woocommerce-cart-form__contents {
        max-height: calc(100vh - 300px);
    }

    .header__subLinks>div{
        max-height: 100vh;
        overflow: scroll;
    }
}

@media (max-width: 1024px) {
    .blog__list .blog__paper {
        width: calc(50% - 12px);
    }
    .order__options--reset{
        display: block;
        margin-top: 10px;
    }
}

.marque.mobile{
    display: none !important;
}

.h-category__list{
    user-select: none;
}


.splide__video.played:after{
    opacity: 0;
    visibility: hidden;
}

.splide__pagination{
    display: none !important;
}

.splide__video.clicked video{
    opacity: 1;
    visibility: visible;
}

.splide__video:after, .swiper-slide__video--track:after{
    content: '';
    display: inline-block;
    width: 45px;
    height: 45px;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    background: url('app/img/play-video.svg');
    background-size: contain;
    z-index: 5;
}

.swiper-slide__video--track:after{
    width: 30px;
    height: 30px;
}

.splide__video video{
    opacity: 0;
    visibility: hidden;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 3;
    object-fit: cover;
}

.splide__video:hover video{
    opacity: 1;
    visibility: visible;
}

.swiper-slide__video video{
    opacity: 1;
    visibility: visible;
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    left: 0;
    top: 0;
}

/*.splide__video:before{*/
/*    content: '';*/
/*    display: block;*/
/*    width: 100%;*/
/*    height: 100%;*/
/*    position: absolute;*/
/*    left: 0;*/
/*    top: 0;*/
/*    background: rgba(0,0,0,0.5);*/
/*}*/

@media (max-width: 625px) {

    .splide__pagination{
        display: flex !important;
        padding: 4px 8px !important;
        gap: 2px;
        bottom: auto !important;
        top: 0 !important;
        left: 0 !important;
        height: 20px !important;
        background: linear-gradient(180deg, rgba(45, 47, 49, 0.16) 20%, rgba(45, 47, 49, 0.00) 100%) !important;
        align-items: flex-start !important;
    }

    .splide__pagination li{
        flex: 1;
        display: flex !important;
    }

    .splide__pagination__page{
        transform: scale(1) !important;
        width: 100% !important;
        border-radius: 1px !important;
        background: rgba(255, 255, 255, 0.40) !important;
        height: 2px !important;
        opacity: 1 !important;
        margin: 0 !important;
    }

    .splide__pagination__page.is-active{
        background: #ffffff !important;
    }

    .p_article__desc--basket:hover p{
        color: #ffffff !important;
    }

    .marque{
        display: none !important;
    }
    .marque.mobile{
        display: block !important;
        position: relative;
        z-index: 2;
    }
    body.noScroll .marque.mobile{
        display: none !important;
    }
    .blog__list .blog__paper {
        width: 100%;
    }
    .product__soon--btn, .product__review--btn{
        font-size: 10px;
        padding: 10px 4px;
    }

    .product--top .product__soon{
        font-size: 12px;
        padding: 6px 5px;
    }

    .product--top .product--top__badge{
        top: 10px;
        left: 0;
    }


    .product__soon.discontProduct{
        padding: 5px 6px;
    }

    .p_article__desc--growth--inner>div {
        min-width: 96px;
    }
    .marque__list div{
        font-size: 10px;
        letter-spacing: 1.6px;
        font-weight: 500;
    }
}


.scratchPoppup{
    position:fixed;
    width:100%;
    height:100%;
    top:0;
    left:0;
    z-index:999;
    background:rgba(50,44,38,0.5);
    -webkit-backdrop-filter:blur(2px);
    backdrop-filter:blur(2px);
    /* display:flex; */
    display: none;
}

.scratchPoppup.open{
    display: block;
}
.scratchPoppup.confiture-show .scratchPoppup__confiture{
    opacity: 1;
}
.scratchPoppup.take .scratchPoppup__take a{
    opacity: 1;
    pointer-events: initial;
}

.scratchPoppup__confiture{
    position:absolute;
    width:100%;
    height:100%;
    top:0;
    left:0;
    opacity: 0;
    pointer-events: none;
}
.scratchPoppup__confiture--inner{
    width:100%;
    height:100%
}
.scratchPoppup__content{
    /* margin:auto; */
    /* transform: translate(-50%, -50%);
    left: 50%;
    top: 50%; */
    max-width: 100%;
    width: 100%;
    height: 100%;
    /* height: max-content; */
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: column;
}
.scratchPoppup__card{
    max-width:100%;
    width:100%;
    flex-grow: 1;
    height:304px;
    position:relative;
    display:flex;
    flex-direction:column;
    /* row-gap:26px; */
    justify-content:center;
    padding:50px;
    align-items:center
}
.scratchPoppup__card.hover .scratchPoppup__card--cursor img{
    opacity: 1;
}

.scratchPoppup__card--inner{
    max-width: 474px;
    width: 100%;
    height: 304px;
    display:flex;
    flex-direction:column;
    row-gap:26px;
    justify-content:center;
    padding:50px;
    align-items:center;
    /* position: relative; */
    background-image: url(app/img/Valentines_14.png);
    background-size: cover;
    background-repeat: no-repeat;
    cursor: none;
}
.scratchPoppup__card--back{
    position:absolute;
    width:100%;
    height:100%;
    top:0;
    left:0
}
.scratchPoppup__card--back img{
    width:100%;
    height:100%;
    -o-object-fit:cover;
    object-fit:cover
}
.scratchPoppup__take{
    padding:40px 0 0;
    display:flex;
    justify-content:center;
    position:relative;
    z-index:2;
    max-width:254px;
    width:100%
}
.scratchPoppup__take a{
    padding:16px 12px;
    background:#fff;
    font-size:14px;
    font-weight:700;
    line-height:120%;
    letter-spacing:2.24px;
    text-transform:uppercase;
    font-family:"Montserrat", sans-serif;
    text-align:center;
    color:#524A42;
    max-width:100%;
    width:100%;
    text-decoration: none;
    opacity: 0;
    pointer-events: none;
}
.scratchPoppup__card--header{
    position:relative;
    z-index:2;
    display:flex;
    flex-direction:column;
    row-gap:44px;
    align-items:center
}
.scratchPoppup__card--header svg{
    position:absolute;
    left:50%;
    top:55%;
    transform:translate(-50%, -50%);
    width:145px;
    height:auto
}
.scratchPoppup__card--header img:nth-of-type(1){
    width:58px;
    height:auto
}
.scratchPoppup__card--header img:nth-of-type(2){
    width:167px;
    height:auto
}
.scratch{
    max-width:302px;
    width:100%;
    min-height:48px;
    display:flex;
    padding:6px 10px;
    justify-content:center;
    position:relative;
    z-index:3;
    align-items:center
}
.scratch__bonus{
    max-width:100%;
    width:100%;
    height:100%;
    display:flex;
    align-items:center;
    justify-content:center
}
.scratch__bonus p{
    font-size:16px;
    font-style:normal;
    font-weight:400;
    line-height:120%;
    color:#fff
}
#canvas{
    position:absolute;
    z-index:3;
    top:0;
    left:0;
    background:transparent;
    user-select:none;
    -webkit-user-select:none;
}


@media (max-width: 650px){
    .scratchPoppup__card--inner{
        max-width: 328px;
        height: 202px;
    }

    .scratchPoppup__card--inner{
        row-gap: 16px;
    }

    .scratchPoppup__card--header {
        row-gap: 32px;
    }

    .scratchPoppup__card--header svg{
        position:absolute;
        left:50%;
        top:55%;
        transform:translate(-50%, -50%);
        width:100px;
        height:auto
    }
    .scratchPoppup__card--header img:nth-of-type(1){
        width:40px;
        height:auto
    }
    .scratchPoppup__card--header img:nth-of-type(2){
        width:116px;
        height:auto
    }

    .scratch{
        max-width: 212px;
        min-height: 34px;
    }

    .scratchPoppup__take a{
        padding: 14px 10px;
    }
}


/* cursor */
.scratchPoppup__card--cursor{
    position: absolute;
    width: 108px;
    height: 108px;
    display: flex;
    align-items: center;
    justify-content: center;
    left: 0;
    top: 0;
    pointer-events: none;
    transform: translate(-50%, -50%);
    z-index: 2;
    opacity: 0;
    z-index: 4;
}

.scratchPoppup__card--cursor img{
    width: 80px;
    height: auto;
    opacity: 0;
    transition: .2s;
}

@media (max-width: 650px){
    .scratchPoppup__card--cursor img{
        width: 54px;
    }
}


.dorofeeva_a{
    border-radius: 4px;
    background: linear-gradient(180deg, #DFDFDF 10.58%, #747474 55.29%, #666 62.02%, #747474 78.37%, #D5D6D6 100%), #FFF;
    box-shadow: 0 4px 4px 2px rgba(255, 255, 255, 0.70) inset;
    color: #FFF;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: 2.24px;
    text-transform: uppercase;
    padding: 14px 46px;
    display: block;
    width: fit-content;
    margin: 48px auto 0;
}


.marque-dorofeeva .marque__list div:before{
    display: none;
}

.marque-dorofeeva .marque__list div{
    display: flex;
    align-items: center;
    gap: 6px;
    padding: 0;
}

.marque-dorofeeva .marque__list div img:nth-child(2){
    margin-right: 4px;
}

.marque-dorofeeva .marque__list div img:nth-child(4){
    margin-right: 4px;
}


.proposalPopup {
    transition: none !important;
}

.proposalPopup.active .proposalPopup__modal {
    animation: none !important;
    opacity: 1 !important;
    transform: translateY(0) !important;
}


.cart-loading{
    width: 100%;
    object-fit: contain;
    height: 100px;
}

.needPhone{
    position: fixed;
    left: 0;
    top: 0;
    opacity: 0;
    visibility: hidden;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 999;
    transition: .5s;
}

.needPhone__rgba{
    background: rgba(50, 44, 38, 0.5);
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.needPhone__text{
    background: #FFF9DA;
    color: #524A42;
    font-size: 18px;
    padding: 20px;
    max-width: 400px;
    text-align: center;
    height: 62px;
    position: relative;
    z-index: 2;
}

.needPhone.active{
    opacity: 1;
    visibility: visible;
}

.promocode_active_list{
    margin-top: 20px;
}

.promocode_active_item {
    background: rgba(82, 74, 66, 0.8);
    color: #FFF;
    display: inline-flex;
    align-items: center;
    gap: 4px;
    padding: 4px 8px;
}

.promocode_active_item a{
    color: #ffffff;
}

#wpadminbar {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
}

body.admin-bar-active #wpadminbar {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}

.custom_text--block a{
    text-decoration: underline;
    color: inherit;
}


.header__menuhover--list>div{
    display: none;
}

.header__menuhover--list>div.active{
    display: flex;
    justify-content: center;
}

.header__menuhover--list a:not(.bold){
    font-size: 16px;
    font-weight: 400;
    padding: 8px 0;
    line-height: 1.5;
}

.header__menuhover--list a.bold{
    font-weight: 700;
    font-size: 14px;
    text-transform: uppercase;
    padding: 8px 0;
}

.header__menuhover--list a{
    display: flex;
    align-items: center;
    gap: 8px;
}


.header__menuhover--list a.empty{
    opacity: 0;
    visibility: hidden;
}


@media (max-width: 1024px) {

    .header__links a{
        font-weight: 400;
    }

    .header__links a.bold {
        font-weight: 600;
    }

    .header__links span.active{
        font-weight: 600;
        padding: 8px 0;
    }

    .header__links span.bold {
        font-weight: 600;
    }

    .header__links span{
        padding: 8px 0;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .header__links a.border-b{
       border-bottom: 1px solid #C6BFBA;
        padding-bottom: 16px;
        margin-bottom: 8px;
    }

    .header__links{
        gap: 0;
    }

    .header__links-sub{
        opacity: 0;
        visibility: hidden;
        max-height: 0;
        transition: .5s;
        padding-left: 32px;
    }

    .header__links-sub a{
        position: relative;
    }

    .hasChild.open span img{
        transform: rotate(180deg);
    }

    .hasChild.open .header__links-sub{
        opacity: 1;
        visibility: visible;
        max-height: 9999999px;
    }

    .header__menu--functional>div>p{
        font-size: 16px;
        font-weight: 400;
    }

    .header__links{
        padding-bottom: 0;
    }

    .header__menu--social{
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .header__menu--social>p{
        margin-bottom: 0;
        font-weight: 500;
    }

    .header__menu--functional{
        margin-top: 6px;
    }

    .header__menu--functional>div{
        justify-content: flex-start;
        gap: 16px;
    }

    .header__links a.active, .header__links div.active, .header__links span.active{
        position: relative;
        font-weight: 600;
    }

    .header__links a.active:before, .header__links div.active:before, .header__links span.active:before{
        content: '';
        width: 18px;
        height: 18px;
        background: url('app/img/arrow-menu.svg');
        background-size: contain;
        display: inline-block;
        position: absolute;
        top: 0;
        bottom: 0;
        margin: auto;
        left: -26px;
    }
}


.proposalPopup__info--sizeItem.notavaible{
    position: relative;
    color: #acb2b7;
    pointer-events: none;
    overflow: hidden;
}

.proposalPopup__modal--pic picture {
    display: contents;
}

@media (max-width: 720px) {
    .p_article__slider--main.swiper-container .swiper-pagination.swiper-pagination-bullets {
        flex-flow: row !important;
        gap: 4px !important;
        align-items: center !important;
        height: 8px !important;
        left: 0 !important;
        right: 0 !important;
        margin: auto !important;
        bottom: 20px !important;
        top: auto !important;
    }
}