

/* Start:/bitrix/templates/preventa/components/bitrix/sale.basket.basket/preventa_cart/style.css?17765450144361*/
/* Cart Template Styles */

/* Desktop Table */
.cart-table-lg {
    width: 100%;
    margin-bottom: 0;
    border-collapse: collapse;
}

.cart-table-lg .upper-row td {
    padding: 12px 8px;
    vertical-align: middle;
    border-bottom: none;
}

.cart-table-lg .bottom-row td {
    padding: 0 8px 16px;
    vertical-align: middle;
    border-bottom: 1px solid #e5e5e5;
}

.cart-table-lg .img-block {
    width: 100px;
    padding: 8px 16px 8px 0;
}

.cart-table-lg .img-block img {
    width: 80px;
    height: 80px;
    object-fit: cover;
    border-radius: 8px;
}

.cart-table-lg .title {
    font-size: 14px;
    font-weight: 500;
    color: #333;
    padding-left: 0;
}

.cart-table-lg .title a {
    color: #333;
    text-decoration: none;
}

.cart-table-lg .title a span {
    color: #666;
}

.cart-table-lg .mesure {
    padding-left: 0;
}

.cart-table-lg .mesure h6 {
    font-size: 13px;
    color: #999;
    margin: 0;
    font-weight: 400;
}

.cart-table-lg .mesure h6 span {
    color: #666;
}

.cart-table-lg .price-number {
    font-size: 14px;
    font-weight: 500;
    color: #333;
}

.cart-table-lg .old-price {
    font-size: 12px;
    color: #999;
    text-decoration: line-through;
    margin-right: 4px;
}

.cart-table-lg .text-center {
    text-align: center;
}

.cart-table-lg .pad-right {
    padding-right: 16px;
}

/* Mobile Table */
.cart-table-sm {
    background: #fff;
    border: 1px solid #e5e5e5;
    border-radius: 12px;
    margin-bottom: 20px;
    overflow: hidden;
}

.cart-table-sm .content-block {
    padding: 16px;
}

.cart-table-sm img {
    width: 80px;
    height: 80px;
    object-fit: cover;
    border-radius: 8px;
    margin-bottom: 12px;
}

.cart-table-sm .title {
    font-size: 14px;
    font-weight: 500;
    color: #333;
    text-decoration: none;
}

.cart-table-sm .title span {
    color: #666;
}

.cart-table-sm .mesure {
    font-size: 12px;
    color: #999;
    margin-top: 4px;
}

.cart-table-sm .mesure span {
    color: #666;
}

.cart-table-sm .cart-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 12px 0;
    border-top: 1px solid #e5e5e5;
}

.cart-table-sm .cart-row p {
    margin: 0;
    font-size: 14px;
    color: #666;
}

.cart-table-sm .cart-row span {
    font-size: 14px;
    font-weight: 600;
    color: #333;
}

.cart-table-sm .color-primary {
    color: #ff6b6b;
    text-decoration: none;
    font-size: 13px;
    font-weight: 500;
}

/* Cart Detail Sidebar */
.cart-detail {
    background: #f8f8f8;
    border-radius: 12px;
    overflow: hidden;
}

.cart-detail .content-block {
    padding: 24px;
    border-bottom: 1px solid #e5e5e5;
}

.cart-detail .content-block:last-child {
    border-bottom: none;
}

.cart-detail .title {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 20px;
    color: #333;
}

.detail-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 12px;
}

.detail-row p {
    margin: 0;
    font-size: 14px;
    color: #666;
}

.detail-row span {
    font-size: 14px;
    font-weight: 500;
    color: #333;
}

.detail-row .discount-price {
    color: #ff6b6b;
}

.total-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}

.total-row h6 {
    font-size: 16px;
    font-weight: 600;
    margin: 0;
    color: #333;
}

.total-row span {
    font-size: 18px;
    font-weight: 700;
    color: #333;
}

/* Continue Shopping Button */
.cus-btn.dark {
    display: inline-block;
    padding: 12px 24px;
    background: #333;
    color: #fff;
    text-decoration: none;
    border-radius: 8px;
    font-size: 14px;
    font-weight: 500;
    transition: all 0.3s ease;
}

.cus-btn.dark:hover {
    background: #555;
}

.cus-btn.w-100 {
    width: 100%;
    text-align: center;
}

/* Empty Cart */
.empty-cart-message {
    padding: 60px 20px;
}

.empty-cart-message p {
    font-size: 18px;
    color: #666;
    margin-bottom: 20px;
}

/* Loading State */
[data-entity="basket-item"].loading {
    opacity: 0.6;
    pointer-events: none;
}

/* Responsive */
@media (max-width: 991px) {
    .cart.pt-96 {
        padding-top: 48px;
    }
    
    .cart-detail {
        margin-top: 32px;
    }
}

@media (max-width: 576px) {
    .cart-table-sm .quantity-wrap {
        flex-wrap: nowrap;
    }
}

/* End */
/* /bitrix/templates/preventa/components/bitrix/sale.basket.basket/preventa_cart/style.css?17765450144361 */
