

/* Start:/local/templates/hollyshop/patch.css?17824581773820*/
[hidden] {
    display: none;
}

/*:root:not(._header-fixed) body:not(._content-fixed):has(._set-main-header-white) .header__top-user img {
    filter: brightness(0) invert(1);
}*/

.__jivoMobileButton {
    bottom: 66px !important;
}
.__jivoMobileButton > [class^=button__] {
    box-shadow: none !important;
}
body:has(.product-page) .__jivoMobileButton {
    bottom: 130px !important;
}
._popup-show .__jivoMobileButton {
    display: none !important;
}

.cookie-banner {
    position: fixed;
    bottom: 80px;
    left: 40px;
    right: 40px;
    margin: auto;
    z-index: 9999;
    transform: translateY(calc(100% + 80px));
    transition: transform 300ms ease-in-out;
    border-radius: 30px;
    max-width: 1460px;
    min-height: 111px;
    box-shadow: 0 12px 72px 0 rgba(17, 17, 17, 0.1), 0 0 2px 0 rgba(17, 17, 17, 0.1);
    background: #fff;
    pointer-events: none;
    visibility: hidden;
}
.cookie-banner.show {
    transform: translateY(0);
    pointer-events: all;
    visibility: visible;
}
.cookie-banner__container {
    padding: 25px 58px 25px 68px;
    display: flex;
    align-items: center;
    gap: 25px;
    position: relative;
}
.cookie-close {
    position: absolute;
    top: 0;
    right: 0;
    width: 68px;
    height: 68px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    z-index: 1;
    cursor: pointer;

    svg {
        width: 28px;
        height: 28px;
        color: #111;
    }
}

.cookie-desc {
    flex: 1;
}

.cookie-desc a {
    text-decoration: underline;
    text-decoration-skip-ink: none;
    color: #e4467e;
}
.cookie-image {
    flex-shrink: 0;
}
.cookie-accept {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row;
    gap: 10px;
    border-radius: 20px;
    padding: 22px 32px 24px;
    max-width: 250px;
    width: 100%;
    height: 61px;
    background: #f7f6f9;
    font-weight: 500;
    font-size: 18px;
    line-height: 26px;
    letter-spacing: -0.01em;
    color: #111;
    border: none;
    outline: none;
    cursor: pointer;
    transition: all 0.3s ease;
}
.cookie-accept:hover {
    background: #e9e8ec;
}

@media(max-width: 1000px) {
    .cookie-banner {
        left: 16px;
        right: 16px;
        bottom: 100px;
        transform: translateY(calc(100% + 100px));
        border-radius: 24px;
    }

    .cookie-banner__container {
        padding-left: 25px;
    }
}

@media(max-width: 640px) {
    .cookie-banner {
        bottom: 90px;
        transform: translateY(calc(100% + 90px));
    }
    .cookie-banner__container {
        flex-wrap: wrap;
        padding: 20px 22px;
        gap: 12px;
    }
    .cookie-close {
        display: none;
    }

    .cookie-accept {
        max-width: 100%;
    }
}

.auth__login-code-auth,
.auth__login-code-set,
.auth__login-code-repeat {
    display: none;
}

.auth._login-code-auth .auth__login-code-auth,
.auth._login-code-set .auth__login-code-set,
.auth._login-code-repeat .auth__login-code-repeat {
    display: block;
}

.auth._login-code-auth > form,
.auth._login-code-set > form,
.auth._login-code-repeat > form,
.auth._login-code-complete > form {
    display: none !important;
}

.auth._login-code-auth > .auth__login-code-auth,
.auth._login-code-set > .auth__login-code-set,
.auth._login-code-repeat > .auth__login-code-repeat {
    display: block !important;
}

.auth__login-code-switch {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
}

.auth__login-code-switch .auth__btn {
    width: auto;
    max-width: calc(50% - 8px);
    white-space: normal;
}

.auth__login-code-switch .auth__login-code-sms {
    justify-content: flex-end;
    text-align: right;
}

.lk__user-login-code-delete {
    margin-bottom: 16px;
}

/* End */


/* Start:/local/templates/hollyshop/template_styles.css?175457869142*/
.emo {
    height: 1em;
    width: auto;
}
/* End */
/* /local/templates/hollyshop/patch.css?17824581773820 */
/* /local/templates/hollyshop/template_styles.css?175457869142 */
