

/* Start:/local/components/webformat/cart/templates/.default/style.css?17695849351361*/
.cart-items-stock-table__cell {
    word-break: break-word;
}

.quantity.quantity-limit-warning {
    border: 1px solid #fcbbbb;
}

.block-cart-items-stock__button-send-pre-order {
    cursor: pointer;
}

.button.block-cart-items-stock__button-send-pre-order.disabled {
    border: 1px solid #ccc;
    background-color: #ccc;
    color: white;
    opacity: 0.5;
}

.block__description.block-cart-items-stock__description.basket-changes {
    padding: 20px;
    margin-top: 20px;
    margin-bottom: 20px;
    border: 1px solid rgba(138, 138, 138, 0.32);
    line-height: 1.8em;
}

.page__title h1 {
    font-size: 48px !important;
}

.block.block-cart-items-stock {
    margin-top: 30px;
}

.login-link, .register-link {
    color: var(--green-100);
    cursor: pointer;
    text-decoration-color: transparent;
}

.login-link:hover, .register-link:hover {
    text-decoration-color: var(--green-100);
}

.login-link:focus, .register-link:focus {
    color: var(--green-100);
    text-decoration-color: var(--green-100);
}

.block-cart-pre-order__button-send-pre-order {
    cursor: pointer;
}

.button.block-cart-pre-order__button-send-pre-order.disabled,
.button.block-cart-pre-order__button-send-pre-order:disabled {
    border: 1px solid #ccc;
    background-color: #ccc;
    color: white;
    opacity: 0.5;
    cursor: not-allowed;
    margin-bottom: 20px;
}
/* End */


/* Start:/local/components/webformat/basket.find/templates/.default/style.css?17688383331964*/
.block-content-cart__search {
    position: relative;
}

.search__autocomplete {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    z-index: 1000;
    margin-top: 4px;
    background-color: var(--white-100);
    border: 1px solid var(--black-20);
    box-shadow: 0 3px 26px 0 rgba(0, 0, 0, 0.06);
    max-height: 400px;
    overflow-y: auto;
}

.search__autocomplete-list {
    display: flex;
    flex-direction: column;
}

.search__autocomplete-item {
    padding: 12px 16px;
    cursor: pointer;
    font-size: 14px;
    line-height: 1.29;
    color: var(--black-100);
    border-bottom: 1px solid var(--black-10);
    transition: background-color 0.2s;
}

.search__autocomplete-item:hover {
    background-color: var(--black-10);
}

.search__autocomplete-item:last-child {
    border-bottom: none;
}

.search__autocomplete-show-all {
    padding: 12px 16px;
    text-align: center;
    font-weight: 600;
    font-size: 14px;
    line-height: 1.29;
    color: var(--green-100);
    cursor: pointer;
    border-bottom: 1px solid var(--black-20);
    background-color: var(--white-100);
    transition: background-color 0.2s, color 0.2s;
    position: sticky;
    top: 0;
    z-index: 10;
}

.search__autocomplete-show-all:hover {
    background-color: var(--green-100);
    color: var(--white-100);
}

.search-empty-result-cart .basket-find-spinner {
    display: inline-block;
    width: 40px;
    height: 40px;
    border: 4px solid #f3f3f3;
    border-top: 4px solid #1F9160;
    border-radius: 50%;
    animation: basket-find-spin 1s linear infinite;
}

@keyframes basket-find-spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

@media (max-width: 768px) {
    .search__autocomplete {
        max-height: 300px;
    }
    
    #basket-find-popup {
        padding-top: 40px;
    }
    
    #basket-find-popup .search__result-content {
        max-height: calc(100vh - 80px);
        padding: 16px;
    }
}

/* End */


/* Start:/local/components/webformat/basket.excel.import/templates/.default/style.css?17688383331681*/
.popup-excel-upload .popup__content {
    max-width: 500px;
    padding: 24px clamp(16px, 2.5vw + 4px, 24px);
}

.popup-excel-upload .popup__title {
    font-size: 20px;
    line-height: 1.3;
    margin-bottom: 20px;
}

.excel-upload-popup__stats {
    display: flex;
    flex-direction: column;
    grid-gap: 8px;
    margin-bottom: 16px;
}

.excel-upload-popup__stat-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 8px 0;
    border-bottom: 1px solid var(--color-border);
}

.excel-upload-popup__stat-item:last-of-type {
    border-bottom: none;
}

.excel-upload-popup__stat-label {
    font-weight: 400;
    font-size: 14px;
    line-height: 1.5;
    color: var(--black-80);
}

.excel-upload-popup__stat-value {
    font-weight: 600;
    font-size: 16px;
    line-height: 1.5;
    color: var(--black-100);
}

.excel-upload-popup__errors {
    margin-top: 16px;
    padding-top: 16px;
    border-top: 1px solid var(--color-border);
}

.excel-upload-popup__errors-title {
    font-weight: 600;
    font-size: 14px;
    line-height: 1.5;
    color: var(--black-100);
    margin-bottom: 12px;
}

.excel-upload-popup__errors-list {
    display: flex;
    flex-direction: column;
    grid-gap: 8px;
    max-height: 200px;
    overflow-y: auto;
}

.excel-upload-popup__error-item {
    font-weight: 400;
    font-size: 13px;
    line-height: 1.5;
    color: var(--red-100);
    padding: 8px 12px;
    background-color: var(--red-10);
    border-radius: 4px;
}

.excel-upload-popup__footer {
    display: flex;
    justify-content: center;
    margin-top: 16px;
    padding-top: 16px;
    border-top: 1px solid var(--color-border);
}

/* End */
/* /local/components/webformat/cart/templates/.default/style.css?17695849351361 */
/* /local/components/webformat/basket.find/templates/.default/style.css?17688383331964 */
/* /local/components/webformat/basket.excel.import/templates/.default/style.css?17688383331681 */
