

/* Start:/local/components/manao/sale.basket.basket/templates/.default/style.css?17697647195072*/
.cart-block__fieldset {
    margin-bottom: 20px!important;
}
[data-entity="basket-coupon-input"]:not(:disabled) ~ [data-entity="basket-coupon-delete"] {
    display: none;
}
[data-entity="basket-coupon-input"]:disabled ~ [data-entity="basket-coupon-add"] {
    display: none;
}

.custom-input__button[data-entity="basket-coupon-add"]:before,
.custom-input__button[data-entity="basket-coupon-delete"]:before {
    background-color: transparent;
}
.custom-input__button[data-entity="basket-coupon-add"].is-hidden,
.custom-input__button[data-entity="basket-coupon-delete"].is-hidden {
    display: none;
}

/* Basket Loader Styles */
.catalog-loader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(255, 255, 255, 0.8);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9999;
}

.catalog-loader__spinner {
    width: 50px;
    height: 50px;
    border: 4px solid #f3f3f3;
    border-top: 4px solid #ff5a6c;
    border-radius: 50%;
    animation: catalog-loader-spin 1s linear infinite;
}

@keyframes catalog-loader-spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

.disable {
    pointer-events: none!important;
    background-color: #c7c7c7!important;
}

#popup {
    width: 65vh;
    height: 65vh;
    border-radius: 10vh;
    background-color: #ff5a6c;
    position: fixed;
    z-index: 1000;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    animation: fadeIn 0.3s;
    color: #ffffff;
    background-image: url('/local/components/manao/sale.basket.basket/templates/.default/images/popup_background.png');
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: center center;
    display: block;
    cursor: default;
}
#popup a {
    color: inherit;
    text-decoration: none;
    background: none;
    border: none;
    outline: none;
}
#popup a:hover,
#popup a:active,
#popup a:visited,
#popup a:focus {
    color: inherit;
    text-decoration: none;
    background: none;
    outline: none;
}
.popup-overlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100vw;
    height: 100vh;
    z-index: 999;
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
}
.popup-content {
    display: flex;
    height: 100%;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: space-between;
    padding-left: 3vw;
    padding-top: 4vh;
    padding-bottom: 3vh;
    padding-right: 1vw;
}
.popup-title {
    font-size: 5.5vh;
    line-height: 1;
    font-weight: bold;
}
.popup-text {
    font-size: 4vh;
    height: auto;
    width: 80%
}
.popup-promo {
    font-weight: bold;
}
.popup-close {
    position: absolute;
    right: 0;
    top: -5vh;
    cursor: pointer;
    transform: scale(0.5);
    transform-origin: top right;
    max-width: 76px;
    max-height: 76px;
    min-width: 40px;
    min-height: 40px;
    width: 5vw;
    height: 5vw;
}

.popup-close img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.popup-btn {
    height: 10vh;
    width: 50vh;
    border-radius: 193px;
    background-color: #ffffff;
    color: #000000;
    letter-spacing: calc(32px * 0.07);
    font-size: 5vh;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    align-items: center;
    cursor: pointer;
}

@media (max-width: 1100px) and (min-width: 767px) {
    .popup-content {
        padding-left: 12vw;
        padding-top: 4vh;
        padding-bottom: 3vh;
        padding-right: 5vw;
    }
}

@media (max-width: 767px) {
    #popup {
        width: 90vw;
        height: 60vh;
        border-radius: 10vw;
    }
    .popup-btn {
        font-size: 7vw;
        height: 8vh;
        width: 100%;
        margin-top: 0vh;
    }
    .popup-content {
        display: flex;
        height: 100%;
        flex-direction: column;
        flex-wrap: nowrap;
        justify-content: space-between;
        padding-left: 7vw;
        padding-right: 7vw;
    }
    .popup-title {
        font-size: calc(36px + 1vw);
    }
    .popup-text {
        width: 100%;
        font-size: 7vw;
    }
}
@media (min-width: 686px) and (max-width: 767px) {
    .popup-title {
        font-size: calc(26px + 3vw);
    }
    .popup-text {
        margin-bottom: 10vh;
        width: 100%;
        font-size: calc(26px + 2vw);
    }
}
@media (max-width: 540px) {
    #popup {
        width: 90vw;
        height: auto;
        border-radius: 10vw;
    }
    .popup-content {
        display: block;
    }
    .popup-text {
        margin: 30px 0;
    }
}
@media (max-height: 741px) and (min-height: 740px),
(max-height: 667px) and (min-height: 668px),
(min-height: 931px) and (max-height: 932px) {
    #popup {
        height: auto; /* Меняем фиксированную высоту на auto */
        min-height: auto;
    }
}


/* End */
/* /local/components/manao/sale.basket.basket/templates/.default/style.css?17697647195072 */
