.elementor-5972 .elementor-element.elementor-element-722b8c49{--display:flex;--margin-top:150px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}.elementor-5972 .elementor-element.elementor-element-1867f94 .woocommerce .wc-proceed-to-checkout .checkout-button{background-color:#000000;}.elementor-5972 .elementor-element.elementor-element-1867f94 .cart_totals h2{font-family:"Antic Didone", Sans-serif;}.elementor-5972 .elementor-element.elementor-element-1867f94 .e-shop-table .cart th, .elementor-5972 .elementor-element.elementor-element-1867f94 .e-shop-table .cart td:before{font-family:"Antic Didone", Sans-serif;}.elementor-5972 .elementor-element.elementor-element-1867f94 .checkout-button{font-family:"Antic Didone", Sans-serif;}.elementor-5972 .elementor-element.elementor-element-1867f94{--checkout-button-normal-text-color:#FFFFFF;}body.elementor-page-5972:not(.elementor-motion-effects-element-type-background), body.elementor-page-5972 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#FFFFFF;}@media(min-width:768px){.elementor-5972 .elementor-element.elementor-element-722b8c49{--content-width:1600px;}}/* Start custom CSS for woocommerce-cart, class: .elementor-element-1867f94 *//* Luxury Cart Styling - LV & Valentino Inspired */
.elementor-widget-woocommerce-cart {
    font-family: 'Inter', sans-serif;
    max-width: 1400px;
    margin: 0 auto;
    padding: 40px 20px;
}

/* Cart Container */
.e-cart__container {
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
}

/* Left Column - Products */
.e-cart__column-start {
    flex: 1;
    min-width: 300px;
}

/* Right Column - Totals */
.e-cart__column-end {
    flex: 0 0 420px;
}

.e-cart__column-inner {
    position: sticky;
    top: 30px;
}

/* Product Cards */
.product-card {
    background: #fff;
    border-radius: 0;
    box-shadow: 0 5px 25px rgba(0, 0, 0, 0.05);
    padding: 30px;
    margin-bottom: 25px;
    transition: all 0.3s ease;
    border: 1px solid #e8e5e0;
    position: relative;
}

.product-card:hover {
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.08);
    transform: translateY(-3px);
}

.product-card-header {
    display: flex;
    gap: 20px;
    margin-bottom: 20px;
}

.product-card-image {
    width: 100px;
    height: 100px;
    object-fit: cover;
    border: 1px solid #f0ede8;
    transition: all 0.4s ease;
}

.product-card-image:hover {
    transform: scale(1.03);
}

.product-card-info {
    flex: 1;
}

.product-card-title {
    font-family: 'Playfair Display', serif;
    font-size: 18px;
    font-weight: 500;
    color: #1a1a1a;
    margin-bottom: 8px;
    line-height: 1.3;
}

.product-card-details {
    font-size: 14px;
    color: #666;
    margin-bottom: 5px;
}

.product-card-price {
    font-size: 20px;
    font-weight: 500;
    color: #1a1a1a;
    margin-top: 10px;
}

.product-card-actions {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 20px;
    border-top: 1px solid #f5f3f0;
}

/* Quantity Input */
.quantity-.elementor-5972 .elementor-element.elementor-element-1867f94 {
    display: inline-flex;
    border: 1px solid #e8e5e0;
    border-radius: 0;
    overflow: hidden;
}

.quantity-.elementor-5972 .elementor-element.elementor-element-1867f94 .qty {
    width: 60px;
    padding: 10px;
    border: none;
    text-align: center;
    font-size: 14px;
    transition: all 0.3s ease;
    background: #fff;
}

.quantity-.elementor-5972 .elementor-element.elementor-element-1867f94 .qty:focus {
    outline: none;
    background: #f9f7f4;
}

.quantity-btn {
    width: 36px;
    background: #f9f7f4;
    border: none;
    font-size: 16px;
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
}

.quantity-btn:hover {
    background: #e8e5e0;
}

/* Action Buttons */
.action-buttons {
    display: flex;
    gap: 15px;
}

.action-btn {
    background: transparent;
    border: 1px solid #e8e5e0;
    padding: 8px 16px;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 1px;
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    gap: 5px;
}

.action-btn.modify {
    color: #1a1a1a;
}

.action-btn.modify:hover {
    background: #1a1a1a;
    color: #fff;
}

.action-btn.wishlist {
    color: #666;
}

.action-btn.wishlist:hover {
    background: #f9f7f4;
    border-color: #c19a6b;
    color: #c19a6b;
}

/* Cart Sections */
.e-cart-section {
    background: #fff;
    border-radius: 0;
    box-shadow: 0 5px 25px rgba(0, 0, 0, 0.05);
    padding: 40px;
    margin-bottom: 30px;
    transition: all 0.3s ease;
    border: 1px solid #e8e5e0;
}

.e-cart-section:hover {
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.08);
}

/* Section Headers */
.section-header {
    font-family: 'Cinzel', serif;
    font-size: 24px;
    font-weight: 500;
    margin-bottom: 30px;
    text-align: center;
    position: relative;
    padding-bottom: 15px;
    letter-spacing: 1px;
}

.section-header:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 80px;
    height: 2px;
    background: #c19a6b;
}

/* Cart Totals */
.cart_totals h2 {
    font-family: 'Cinzel', serif;
    font-size: 26px;
    font-weight: 500;
    margin-bottom: 30px;
    text-align: center;
    position: relative;
    padding-bottom: 15px;
    letter-spacing: 1px;
}

.cart_totals h2:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 80px;
    height: 2px;
    background: #c19a6b;
}

.cart_totals table {
    width: 100%;
    margin-bottom: 30px;
}

.cart_totals th, .cart_totals td {
    padding: 18px 0;
    border-bottom: 1px solid #f5f3f0;
}

.cart_totals th {
    font-weight: 400;
    color: #666;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.cart_totals td {
    text-align: right;
    font-weight: 500;
    font-size: 16px;
}

.order-total th, .order-total td {
    font-weight: 600;
    font-size: 18px;
    border-bottom: none;
    padding-top: 25px;
    color: #1a1a1a;
}

/* Checkout Button */
.wc-proceed-to-checkout {
    margin-top: 30px;
}

.checkout-button {
    display: block;
    width: 100%;
    background: #c19a6b;
    color: #fff;
    padding: 20px;
    font-size: 14px;
    letter-spacing: 2px;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
    border: none;
    cursor: pointer;
    text-transform: uppercase;
    font-weight: 500;
}

.checkout-button:before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255,255,255,0.3), transparent);
    transition: left 0.5s ease;
}

.checkout-button:hover:before {
    left: 100%;
}

.checkout-button:hover {
    background: #b08d5f;
    transform: translateY(-3px);
    box-shadow: 0 8px 20px rgba(193, 154, 107, 0.4);
}

/* Luxury Badge */
.luxury-badge {
    display: inline-block;
    padding: 4px 12px;
    background: #1a1a1a;
    color: #fff;
    font-size: 10px;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-left: 10px;
}

/* Coupon Section */
.coupon {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    align-items: center;
}

.coupon-col {
    display: flex;
    width: 100%;
    gap: 15px;
}

.coupon-col-start {
    flex: 1;
}

.coupon-col-end {
    flex: 0 0 auto;
}

#coupon_code {
    width: 100%;
    padding: 16px 20px;
    border: 1px solid #e8e5e0;
    border-radius: 0;
    font-size: 14px;
    transition: border-color 0.3s ease;
    background: #fff;
}

#coupon_code:focus {
    border-color: #c19a6b;
    outline: none;
    background: #f9f7f4;
}

/* Buttons */
.button {
    display: inline-block;
    padding: 16px 32px;
    background: #1a1a1a;
    color: #fff;
    border: none;
    border-radius: 0;
    font-size: 13px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    cursor: pointer;
    transition: all 0.3s ease;
    text-decoration: none;
    text-align: center;
    font-family: 'Inter', sans-serif;
}

.button:hover {
    background: #c19a6b;
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(193, 154, 107, 0.3);
}

.e-apply-coupon {
    background: transparent;
    color: #1a1a1a;
    border: 1px solid #1a1a1a;
}

.e-apply-coupon:hover {
    background: #1a1a1a;
    color: #fff;
}

/* Monogram Pattern Background */
.monogram-bg {
    position: relative;
}

.monogram-bg:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: url("data:image/svg+xml,%3Csvg width='100' height='100' viewBox='0 0 100 100' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M50 20 L60 40 L80 40 L65 55 L75 75 L50 60 L25 75 L35 55 L20 40 L40 40 Z' fill='%23f5f3f0' fill-opacity='0.03'/%3E%3C/svg%3E");
    z-index: -1;
}

/* Floating Action */
.floating-action {
    animation: float 6s ease-in-out infinite;
}

@keyframes float {
    0% { transform: translateY(0px); }
    50% { transform: translateY(-10px); }
    100% { transform: translateY(0px); }
}

/* Luxury Divider */
.luxury-divider {
    height: 1px;
    background: linear-gradient(to right, transparent, #e8e5e0, transparent);
    margin: 30px 0;
}

/* Animation for items added to cart */
@keyframes highlightItem {
    0% { background-color: rgba(193, 154, 107, 0.1); }
    100% { background-color: transparent;
}

.highlight-item {
    animation: highlightItem 2s ease;
}

/* Mobile Responsive Design */
@media (max-width: 1024px) {
    .e-cart__container {
        flex-direction: column;
    }
    
    .e-cart__column-end {
        flex: 1;
    }
}

@media (max-width: 768px) {
    .e-cart-section {
        padding: 25px;
    }
    
    .product-card {
        padding: 20px;
    }
    
    .product-card-header {
        flex-direction: column;
        gap: 15px;
    }
    
    .product-card-image {
        width: 100%;
        height: 200px;
        object-fit: cover;
    }
    
    .product-card-actions {
        flex-direction: column;
        gap: 15px;
        align-items: stretch;
    }
    
    .action-buttons {
        justify-content: space-between;
    }
    
    .quantity-.elementor-5972 .elementor-element.elementor-element-1867f94 {
        align-self: center;
    }
    
    .section-header, .cart_totals h2 {
        font-size: 22px;
    }
    
    .coupon-col {
        flex-direction: column;
    }
}

@media (max-width: 480px) {
    .elementor-widget-woocommerce-cart {
        padding: 20px 15px;
    }
    
    .e-cart-section {
        padding: 20px;
    }
    
    .product-card {
        padding: 15px;
    }
    
    .action-buttons {
        flex-direction: column;
        gap: 10px;
    }
    
    .action-btn {
        justify-content: center;
    }
}/* End custom CSS */