:root{--page-title-display:none;}/* Start custom CSS *//* === KOSZYK — Gold Academy === */

/* Tło części z koszykiem: delikatna złota poświata pod nagłówkiem ze zdjęciem */
.elementor-175 .elementor-element-ebe5656 {
    background-color: #1C0F0A !important;
    background-image: radial-gradient(ellipse at 50% 0%, rgba(201,165,106,0.08) 0%, transparent 60%) !important;
    padding-block-start: 40px !important;
    padding-block-end: 110px !important;
}

/* Tabela produktów jako elegancka karta */
.woocommerce-cart .woocommerce-cart-form {
    background-color: rgba(41,23,16,0.92);
    border: 1px solid rgba(201,165,106,0.25);
    border-radius: 4px;
    padding: 8px 28px 20px;
    box-shadow: 0 24px 60px rgba(0,0,0,0.35);
}
.woocommerce-cart .woocommerce-cart-form table.shop_table {
    border: 0 !important;
    margin: 0 !important;
}
.woocommerce-cart table.cart img {
    width: 76px !important;
    height: auto;
    border: 1px solid rgba(201,165,106,0.25);
    border-radius: 2px;
}
.woocommerce-cart table.cart td.product-name a {
    color: #F2E7D5 !important;
    font-family: 'Cormorant Garamond', serif;
    font-size: 21px;
    text-decoration: none;
    transition: color 0.25s;
}
.woocommerce-cart table.cart td.product-name a:hover {
    color: #D8B982 !important;
}
.woocommerce-cart table.cart td.product-price,
.woocommerce-cart table.cart td.product-subtotal {
    color: #F2E7D5;
}

/* Tabela: tylko poziome złote linie (bez szarej siatki i pasków motywu) */
.woocommerce-cart .woocommerce-cart-form table.shop_table th,
.woocommerce-cart .woocommerce-cart-form table.shop_table td {
    background: transparent !important;
    border-top: 0 !important;
    border-left: 0 !important;
    border-right: 0 !important;
    vertical-align: middle;
}
.woocommerce-cart .woocommerce-cart-form table.shop_table td.actions {
    border-bottom: 0 !important;
    padding-top: 22px !important;
}
@media (min-width: 768px) {
    .woocommerce-cart table.cart td.actions .coupon .input-text {
        width: 200px !important;
        padding: 0 14px !important;
    }
}

/* Usuń z koszyka: złote kółko zamiast czerwonego krzyżyka */
.woocommerce-cart table.cart a.remove {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    width: 28px;
    height: 28px;
    line-height: 1;
    font-size: 18px;
    font-weight: 300;
    color: #CBB9A2 !important;
    border: 1px solid rgba(201,165,106,0.35);
    border-radius: 50%;
    text-decoration: none;
    transition: background-color 0.25s, color 0.25s, border-color 0.25s;
}
.woocommerce-cart table.cart a.remove:hover {
    background-color: #C9A56A !important;
    border-color: #C9A56A;
    color: #1C0F0A !important;
}

/* Telefon: etykiety wierszy (Produkt, Cena, Ilość, Kwota) złote, jak w formularzach */
.woocommerce-cart table.shop_table_responsive tr td::before {
    color: #C9A56A;
    font-family: 'Manrope', sans-serif;
    font-size: 11px;
    font-weight: 500;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

/* Kupon: na telefonie pole i przycisk jedno pod drugim (przycisk nie jest ucięty) */
@media (max-width: 767px) {
    .woocommerce-cart .woocommerce-cart-form {
        padding: 4px 16px 16px;
    }
    .woocommerce-cart table.cart td.actions .coupon {
        display: flex;
        flex-direction: column;
        gap: 10px;
        float: none !important;
        width: 100%;
        padding-bottom: 12px;
    }
    .woocommerce-cart table.cart td.actions .coupon .input-text,
    .woocommerce-cart table.cart td.actions .coupon .button {
        width: 100% !important;
        margin: 0 !important;
        float: none !important;
    }
}
.woocommerce-cart table.cart td.actions .coupon .button {
    white-space: nowrap;
}

/* Podsumowanie koszyka */
.woocommerce-cart .cart_totals {
    box-shadow: 0 24px 60px rgba(0,0,0,0.35);
}
.woocommerce-cart .cart_totals table.shop_table {
    background: transparent !important;
    border: 0 !important;
    border-radius: 0 !important;
}
.woocommerce-cart .cart_totals table.shop_table th,
.woocommerce-cart .cart_totals table.shop_table td {
    background: transparent !important;
    border: 0 !important;
    border-bottom: 1px solid rgba(201,165,106,0.2) !important;
    padding: 14px 0 !important;
}
.woocommerce-cart .cart_totals table.shop_table th {
    color: #CBB9A2 !important;
    font-family: 'Manrope', sans-serif;
    font-size: 12px;
    font-weight: 400 !important;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}
.woocommerce-cart .cart_totals .order-total th,
.woocommerce-cart .cart_totals .order-total td {
    border-bottom: 0 !important;
}
.woocommerce-cart .cart_totals table.shop_table td {
    text-align: right;
}
/* Przycisk „Przejdź do płatności” w jednej linii */
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button {
    font-size: 14px !important;
    letter-spacing: 0.12em !important;
    padding: 18px 20px !important;
    white-space: nowrap;
}
/* Pod przyciskiem płatności: zaufanie */
.woocommerce-cart .wc-proceed-to-checkout::after {
    content: "Bezpieczna płatność · BLIK · karta · Klarna";
    display: block;
    margin-top: 12px;
    color: #CBB9A2;
    font-family: 'Manrope', sans-serif;
    font-size: 12px;
    letter-spacing: 0.08em;
    text-align: center;
}

/* Pusty koszyk */
.woocommerce-cart .wc-empty-cart-message .cart-empty {
    background-color: rgba(41,23,16,0.92) !important;
    border: 1px solid rgba(201,165,106,0.25) !important;
    color: #F2E7D5 !important;
    font-family: 'Cormorant Garamond', serif !important;
    font-size: 26px;
    text-align: center;
    padding: 48px 24px !important;
}
.woocommerce-cart .wc-empty-cart-message .cart-empty::before {
    display: none !important;
}
.woocommerce-cart .return-to-shop {
    text-align: center;
    margin-top: 8px;
}/* End custom CSS */