.elementor-43 .elementor-element.elementor-element-4cd884b:not(.elementor-motion-effects-element-type-background), .elementor-43 .elementor-element.elementor-element-4cd884b > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:transparent;background-image:linear-gradient(180deg, var( --e-global-color-primary ) 0%, #FFFFFF 100%);}.elementor-43 .elementor-element.elementor-element-4cd884b{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;padding:40px 0px 101px 0px;}.elementor-43 .elementor-element.elementor-element-4cd884b > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-widget-theme-page-title .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-43 .elementor-element.elementor-element-9a4f5fc{text-align:center;}.elementor-43 .elementor-element.elementor-element-9a4f5fc .elementor-heading-title{font-family:"Poppins", Sans-serif;font-size:43px;font-weight:600;color:#FFFFFF;}.elementor-43 .elementor-element.elementor-element-628b659 > .elementor-container{max-width:1184px;}@media(max-width:767px){.elementor-43 .elementor-element.elementor-element-9a4f5fc .elementor-heading-title{font-size:29px;}}/* Start custom CSS for section, class: .elementor-element-628b659 *//* === Sepet Tablosu Genel === */
.woocommerce-cart table.shop_table {
    width: 100%;
    border-collapse: collapse;
    border: none;
    margin-bottom: 30px;
}

/* === Başlık Tek Parça Bant === */
.woocommerce-cart table.shop_table thead {
    background: #ff5757;
}
.woocommerce-cart table.shop_table thead th {
    color: #fff;
    font-weight: 600;
    text-align: center;
    padding: 16px 0;
    border: none;
    font-size: 16px;
}

/* === Ara Toplam Gizle === */
.woocommerce-cart table.shop_table td.product-subtotal,
.woocommerce-cart table.shop_table th.product-subtotal {
    display: none !important;
}

/* === Ürün Görseli ve Miktar Gizle === */
.woocommerce-cart table.shop_table td.product-thumbnail,
.woocommerce-cart table.shop_table th.product-thumbnail,
.woocommerce-cart table.shop_table td.product-quantity,
.woocommerce-cart table.shop_table th.product-quantity {
    display: none !important;
}

/* === Satırlar Modern Stil === */
.woocommerce-cart table.shop_table tbody tr {
    background: #fff;
    border-bottom: 1px solid #eee;
    transition: 0.2s;
}
.woocommerce-cart table.shop_table tbody tr:hover {
    background: #fdf5f5;
}

/* === Hücreler === */
.woocommerce-cart table.shop_table td {
    padding: 18px;
    text-align: center;
    border: none;
    font-weight: 500;
    color: #333;
}

/* === Ürün Adı === */
.woocommerce-cart table.shop_table td.product-name a {
    color: #ff5757;
    font-weight: 600;
    font-size: 15px;
    text-decoration: none;
}
.woocommerce-cart table.shop_table td.product-name a:hover {
    text-decoration: underline;
}

/* === Silme Butonu === */
.woocommerce-cart table.shop_table td.product-remove a {
    color: #ff5757;
    font-size: 20px;
    font-weight: bold;
    transition: 0.2s;
}
.woocommerce-cart table.shop_table td.product-remove a:hover {
    color: #ff7676;
}

/* === Kupon ve Güncelle === */
.woocommerce-cart .coupon input.input-text {
    border-radius: 6px;
    border: 1px solid #ddd;
    padding: 10px 14px;
    margin-right: 8px;
}
.woocommerce-cart .coupon button,
.woocommerce-cart button[name="update_cart"] {
    background: #ff5757;
    color: #fff;
    border-radius: 6px;
    border: none;
    padding: 10px 18px;
    font-weight: 600;
    cursor: pointer;
    transition: 0.3s;
}
.woocommerce-cart .coupon button:hover,
.woocommerce-cart button[name="update_cart"]:hover {
    background: #ff7676;
}

/* === Sepet Toplamları Kartı === */
.cart_totals {
    background: #fff;
    padding: 30px;
    border: 1px solid #eee;
    margin-top: 30px;
}
.cart_totals h2 {
    font-weight: 700;
    margin-bottom: 20px;
    color: #ff5757;
}
.cart_totals table.shop_table {
    width: 100%;
    border: none;
}
.cart_totals table.shop_table th,
.cart_totals table.shop_table td {
    border: none;
    padding: 12px 0;
    color: #333;
    font-weight: 600;
    font-size: 15px;
}

/* === Ödeme Butonu === */
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button {
    display: block;
    background: #ff5757;
    color: #fff;
    font-weight: 700;
    text-align: center;
    padding: 14px 0;
    border-radius: 6px;
    transition: all 0.3s ease;
}
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button:hover {
    background: #ff7676;
    transform: translateY(-2px);
}

/* === Mobil Düzen === */
@media(max-width:768px){
    .woocommerce-cart table.shop_table thead {
        display: none;
    }
    .woocommerce-cart table.shop_table tbody tr {
        display: block;
        margin-bottom: 20px;
    }
    .woocommerce-cart table.shop_table tbody td {
        display: flex;
        justify-content: space-between;
        text-align: left;
        border: none;
        padding: 12px;
    }
}/* End custom CSS */