<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* stylelint-disable no-empty-source */

/* Delivery types blocks */
.wa-types-list .wa-name div {
    flex-direction: column;
    gap: 15px;
    height: 100%;
}

.wa-types-list .wa-name img {
    max-height: 40px;
}

#js-delivery-types-section .wa-types-list .wa-type-wrapper {
    display: flex;
    flex-direction: column;
}

.wa-type-wrapper .wa-name {
    flex: 1;
}

.product-available__tooltip {
    font-size: 12px;
}

@media screen and (min-width: 1024px) {
    /*#js-delivery-types-section .wa-types-list .wa-type-wrapper {
        width: calc(100% / 2 - 15px) !important;
    }*/
    
    #js-delivery-types-section .wa-types-list .wa-type-wrapper {
        width: 31.3% !important;
    }
}
@media screen and (max-width: 1024px) and (min-width: 420px) {
    .order-form-decorator .wa-step-confirm-section .wa-actions-section .wa-button, .order-form-decorator .wa-step-confirm-section .wa-actions-section .wa-terms-section, .order-form-decorator .wa-types-list {
        display: flex;
        flex-wrap: wrap;
    }
    #js-delivery-types-section .wa-types-list .wa-type-wrapper {
        width: calc(100% / 2 - 8px) !important;
    }
    #js-delivery-types-section .wa-types-list .wa-type-wrapper:nth-child(odd) {
        margin-right: 15px;
    }
}

@media screen and (min-width: 1400px) {
    .header-middle-bar__logo {
        width: 210px;
    }
}

.slider_mobile {
    margin: 0;
}

.category-extend__image {
    border-radius: 6px;
}

.groupQuestions .groupQuestions__title {
    font-size: 24px !important;
}

.product-thumb__buy-one-click2 .buy1click2-button-icon_profile_1 {
    display: none;
}</pre></body></html>