body {
    overscroll-behavior: none !important;
}

.noscroll {
    overflow: hidden !important;
}

.cst-button.btn-text-link::after {
    border: none;
}

.expires_soon {
    color: orangered;
}

@media screen and (max-width: 1300px) {
    .popup-addon-image {
        height: 20vw;
    }
}

@media screen and (max-width: 580px) {
    .wnd-popup {
        padding: var(--content-padding);
        padding-top: calc(var(--actionpad-height) + var(--content-padding));
    }

    .bundle-step .bundle-step-details {
        margin-top: .5rem;
    }
}

.bundle-step-wrapper {
    padding: 0;
}

.bundle-step-wrapper:before {
    background-color: transparent;
    pointer-events: none;
}

@media screen and (max-width: 580px) {
    .mobile-bottom-margin,
    .cst-preview-additional-section,
    .steps {
        margin-bottom: calc(var(--content-padding) * 2);
    }

    .mobile-bottom-margin-l {
        margin-bottom: calc(var(--content-padding) * 5);
    }

    .pre-padding {
        height: calc(var(--content-padding) * 2.5);
        pointer-events: none;
    }

    .cst-preview-additional-section .dialog-buttons,
    .bottom-buttons-absolute
    {
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        padding: var(--content-padding);
    }

    .product-preview .steps + .dialog-buttons {
        left: var(--content-padding);
        right: var(--content-padding);
        bottom: var(--content-padding);
    }

    .flex-center-center-mobile {
        display: flex;
        align-items: center;
        justify-content: center;
    }
}

@media screen and (min-width: 580px) {
    .desktop-fix-width {
        margin-top: 30px;
    }
}

.pci_dcc {
    vertical-align: middle;
    height: 34px;
}

.location-address-hint {
    font-size: 90%;
    filter: opacity(.7);
    line-height: 1.2;
}

.wnd-message {
    display: flex;
    flex-direction: column;
}

.announcement-message {
    font-size: 140%;
    font-weight: bold;
}

.img_position_BEFORE {
    display: flex;
    align-items: center;
    justify-content: center;
}

.img_position_BEFORE > * ~ * {
    margin-inline-start: 20px;
}

.img_position_ABOVE {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.img_position_ABOVE > * ~ * {
    margin-top: 20px;
}

.img_position_BELOW {
    display: flex;
    flex-direction: column-reverse;
    align-items: center;
    justify-content: center;
}

.img_position_BELOW > * ~ * {
    margin-bottom: 20px;
}

.img_position_AFTER {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    justify-content: center;
}

.img_position_AFTER > * ~ * {
    margin-inline-end: 20px;
}

@media screen and (max-width: 580px) {
    .img_position_BEFORE {
        flex-direction: column;
    }

    .img_position_BEFORE > * ~ * {
        margin: 20px 0 0;
    }

    .img_position_AFTER {
        flex-direction: column-reverse;
    }

    .img_position_AFTER > * ~ * {
        margin: 0 0 20px;
    }
}

.delivery-locations .location.disabled {
    filter: grayscale(100%) opacity(.6);
}

.button-disabled {
    opacity: .3;
    pointer-events: none;
    filter: saturate(.5);
}

ul.product-attributes {
    margin: 0;
    list-style: none;
    flex-wrap: wrap;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    font-weight: normal;
    font-size: 90%;
}

.product-attribute {
    display: flex;
    align-items: center;
}

.product-attribute {
    padding-inline-end: 8px;
    padding-top: 0.625rem;
}

.attribute-icon {
    width: 16px;
    height: 16px;
    background: transparent no-repeat center / contain;
    margin-inline-end: 5px;
}

ul.product-attributes.product-popup {
    margin-bottom: 1em;
    justify-content: center;
}

p.description ~ ul.product-attributes.product-popup {
    margin-top: -1em;
}

.upsale-item-cells {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: stretch;
}

.upsale-picture {
    width: 120px;
    height: 120px;
}

@media screen and (max-width: 580px) {
    .upsale-picture {
        width: 100%;
        height: 30vw;
    }

    .upsale-item-cell {
        width: calc(50% - 2rem);
    }
}

.upsale-item-cell {
    padding: 1rem;
    text-align: center;
    margin: 1rem;
    border: 5px solid transparent;
    border-radius: 15px;
}

.upsale-item-cell.chosen {
    border-color: #FEC736BD;
}

.cst-product-price {
    color: var(--secondary-price-color);
    font-weight: bold;
}

.location-delivery-unavailable-subpopup {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: #0005;
    z-index: 2000;
    display: flex;
    align-items: center;
    justify-content: center;
}

.ld-subpopup-contents {
    max-width: 500px;
    margin: 1.5rem 1.5rem 5rem;
    padding: 2rem;
    background: #FFF;
    border-radius: .5rem;
}

.ld-subpopup-contents.squared {
    border-radius: 0;
}

.user-comments-block {
    padding-top: 2rem;
}