/* Стили наследуются от существующего компонента */
@import url('../../../../../templates/promedic_v2/components/vue/sale.order.ajax/my_order_vue/style.css');

/* Mobile fixes */
@media (max-width: 600px) {
    .bx-soa-section-title-container {
        width: 100% !important;
        max-width: 100% !important;
        margin: 0 !important;
        padding: 12px 0 !important;
        box-sizing: border-box !important;
    }

    #bx-soa-orderSave {
        padding-left: 10px !important;
        padding-right: 10px !important;
    }

    .one-product-basket .change_count {
        width: 120px !important;
    }
}

/* ============================================
   EMPTY CART STYLES - Пустая корзина
   ============================================ */

.cart-empty-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 60vh;
    padding: 40px 16px;
}

.cart-empty-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    background: #ffffff;
    border-radius: 16px;
    padding: 60px 40px;
    max-width: 480px;
    width: 100%;
    box-shadow: 0 4px 24px rgba(0, 0, 0, 0.06);
    border: 1px solid #e9ecef;
}

.cart-empty-icon {
    margin-bottom: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.cart-empty-icon svg {
    width: 120px;
    height: auto;
}

.cart-empty-title {
    font-family: 'Onest', arial, sans-serif;
    font-size: 24px;
    font-weight: 700;
    color: #1a1a2e;
    margin: 0 0 12px 0;
    line-height: 1.3;
}

.cart-empty-text {
    font-family: 'Onest', arial, sans-serif;
    font-size: 16px;
    color: #6b7280;
    margin: 0 0 32px 0;
    line-height: 1.5;
}

.cart-empty-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-family: 'Onest', arial, sans-serif;
    font-size: 16px;
    font-weight: 600;
    color: #ffffff;
    background: #f7811b;
    border: 2px solid #f7811b;
    border-radius: 12px;
    padding: 14px 32px;
    text-decoration: none;
    cursor: pointer;
    transition: all 0.2s ease;
    min-width: 200px;
}

.cart-empty-btn:hover {
    background: #e56b06;
    border-color: #e56b06;
    color: #ffffff;
    box-shadow: 0 4px 12px rgba(247, 129, 27, 0.3);
    transform: translateY(-1px);
}

.cart-empty-btn:active {
    transform: translateY(0);
    box-shadow: 0 2px 6px rgba(247, 129, 27, 0.2);
}

/* Empty Cart - Tablet */
@media (max-width: 768px) {
    .cart-empty-wrapper {
        min-height: 50vh;
        padding: 24px 12px;
    }

    .cart-empty-card {
        padding: 40px 24px;
        border-radius: 12px;
    }

    .cart-empty-icon svg {
        width: 96px;
    }

    .cart-empty-title {
        font-size: 20px;
    }

    .cart-empty-text {
        font-size: 15px;
    }

    .cart-empty-btn {
        width: 100%;
        padding: 14px 24px;
    }
}

/* Empty Cart - Mobile */
@media (max-width: 480px) {
    .cart-empty-card {
        padding: 32px 20px;
        border-radius: 10px;
    }

    .cart-empty-icon {
        margin-bottom: 24px;
    }

    .cart-empty-icon svg {
        width: 80px;
    }

    .cart-empty-title {
        font-size: 18px;
    }

    .cart-empty-text {
        font-size: 14px;
        margin-bottom: 24px;
    }

    .cart-empty-btn {
        font-size: 15px;
        padding: 12px 20px;
        border-radius: 10px;
    }
}
