.elementor-9 .elementor-element.elementor-element-eb704e2{--display:flex;--flex-direction:column;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--justify-content:center;--align-items:center;border-style:solid;--border-style:solid;border-width:0px 0px 1px 0px;--border-top-width:0px;--border-right-width:0px;--border-bottom-width:1px;--border-left-width:0px;border-color:#262626;--border-color:#262626;--margin-top:0em;--margin-bottom:2em;--margin-left:0em;--margin-right:0em;--padding-top:8em;--padding-bottom:8em;--padding-left:0em;--padding-right:0em;}.elementor-widget-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );color:var( --e-global-color-primary );}.elementor-9 .elementor-element.elementor-element-e03cfe2{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;padding:0px 0px 0px 0px;text-align:start;}.elementor-9 .elementor-element.elementor-element-e03cfe2 .elementor-heading-title{font-family:"Cormorant Garamond", Sans-serif;font-size:50px;font-weight:300;text-transform:uppercase;line-height:45px;letter-spacing:1.2px;color:#FAFAFA;}.elementor-9 .elementor-element.elementor-element-7188c980{--display:flex;}body.elementor-page-9:not(.elementor-motion-effects-element-type-background), body.elementor-page-9 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#000000;}@media(min-width:768px){.elementor-9 .elementor-element.elementor-element-eb704e2{--content-width:1160px;}}/* Start custom CSS for shortcode, class: .elementor-element-ff4605f *//* ===== CART PAGE MAIN WRAPPER ===== */
.woocommerce-cart .site-main,
.woocommerce-cart .woocommerce {
    max-width: 1200px;
    margin: auto;
    padding: 40px 20px;
}

/* ===== CART TABLE ===== */
.woocommerce-cart table.shop_table {
    width: 100%;
    border-collapse: collapse;
    background: #0b0b0b;
    color: #fff;
    border-radius: 10px;
    overflow: hidden;
}

.woocommerce-cart table.shop_table thead {
    background: #111;
}

.woocommerce-cart table.shop_table th {
    padding: 18px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 13px;
    color: #d4af37;
    border: none;
}

.woocommerce-cart table.shop_table td {
    padding: 20px 15px;
    border-bottom: 1px solid rgba(255,255,255,0.08);
    vertical-align: middle;
}

/* ===== PRODUCT IMAGE ===== */
.woocommerce-cart .product-thumbnail img {
    max-width: 70px;
    border-radius: 6px;
}

/* ===== PRODUCT NAME ===== */
.woocommerce-cart .product-name a {
    color: #2da3ff;
    font-size: 16px;
    font-weight: 600;
    text-decoration: none;
}

.woocommerce-cart .product-name a:hover {
    text-decoration: underline;
}

/* ===== PRICE + SUBTOTAL ===== */
.woocommerce-cart .product-price,
.woocommerce-cart .product-subtotal {
    font-size: 16px;
    font-weight: 600;
}

/* ===== QUANTITY BOX ===== */
.woocommerce-cart .quantity input.qty {
    background: #fff;
    color: #000;
    width: 70px;
    height: 45px;
    text-align: center;
    border-radius: 6px;
    border: none;
    font-size: 16px;
}

/* ===== REMOVE BUTTON ===== */
.woocommerce-cart .product-remove a {
    color: #ff5c5c !important;
    font-size: 22px;
}

/* ===== COUPON + UPDATE ROW ===== */
.woocommerce-cart .coupon {
    display: flex;
    gap: 10px;
}

.woocommerce-cart .coupon input {
    flex: 1;
    padding: 14px;
    border-radius: 6px;
    border: none;
    font-size: 15px;
}

.woocommerce-cart .coupon button,
.woocommerce-cart button[name="update_cart"] {
    background: #0b5ed7;
    color: #fff;
    border: none;
    padding: 14px 24px;
    border-radius: 6px;
    font-weight: 600;
    cursor: pointer;
}

.woocommerce-cart button[name="update_cart"] {
    float: right;
}

/* ===== CART TOTALS BOX ===== */
.woocommerce-cart .cart_totals {
    background: #0b0b0b;
    padding: 30px;
    border-radius: 12px;
    border: 1px solid rgba(255,255,255,0.08);
}

.woocommerce-cart .cart_totals h2 {
    text-align: center;
    font-size: 22px;
    color: #fff;
    margin-bottom: 30px;
}

.woocommerce-cart .cart_totals table {
    width: 100%;
}

.woocommerce-cart .cart_totals th {
    color: #d4af37;
    text-transform: uppercase;
    font-size: 13px;
    padding: 12px 0;
}

.woocommerce-cart .cart_totals td {
    font-size: 18px;
    font-weight: 600;
    text-align: right;
}

/* ===== CHECKOUT BUTTON ===== */
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button {
    background: #1f5f3f;
    color: #fff;
    padding: 20px;
    text-align: center;
    font-size: 16px;
    letter-spacing: 2px;
    border-radius: 10px;
    transition: 0.3s ease;
}

.woocommerce-cart .wc-proceed-to-checkout a.checkout-button:hover {
    background: #2f7f55;
}

/* ===== MOBILE FIX ===== */
@media(max-width: 768px){
    .woocommerce-cart table.shop_table thead {
        display: none;
    }

    .woocommerce-cart table.shop_table tr {
        display: block;
        margin-bottom: 20px;
        border-bottom: 1px solid rgba(255,255,255,0.1);
    }

    .woocommerce-cart table.shop_table td {
        display: flex;
        justify-content: space-between;
        padding: 15px;
    }

    .woocommerce-cart .cart_totals {
        margin-top: 40px;
    }
}
/* ===== CART TOTALS HEADER FIX ===== */
.woocommerce-cart .cart_totals h2 {
    background: linear-gradient(180deg, #1a1a1a 0%, #0b0b0b 100%);
    color: #d4af37;
    text-align: center;
    padding: 22px 10px;
    margin: -30px -30px 30px -30px;
    font-size: 14px;
    letter-spacing: 3px;
    text-transform: uppercase;
    border-bottom: 1px solid rgba(255,255,255,0.08);
}/* End custom CSS */