/******* Do not edit this file *******
Code Snippets Manager
Saved: Mar 21 2026 | 16:33:08 */
/* =========================================================
   WooCommerce Cart – Hi DESIGN / Outdoor
   FINAL v2
   ========================================================= */

/* -------- Fundament -------- */
body.woocommerce-cart {
    color: #1a1a1a;
}

body.woocommerce-cart .woocommerce {
    color: #1a1a1a;
}

/* =========================================================
   GŁÓWNY UKŁAD
   ========================================================= */

body.woocommerce-cart .woocommerce-cart-form,
body.woocommerce-cart .cart-collaterals {
    align-self: start;
}

@media (min-width: 1000px) {
    body.woocommerce-cart .woocommerce {
        gap: 36px;
    }
}

/* =========================================================
   ALERTY / KOMUNIKATY
   ========================================================= */

body.woocommerce-cart .woocommerce-info,
body.woocommerce-cart .woocommerce-message,
body.woocommerce-cart .woocommerce-error {
    background: #f6fbfe !important;
    border: 1px solid #cfe6f3 !important;
    border-radius: 16px !important;
    color: #31506c !important;
    box-shadow: 0 6px 18px rgba(36, 54, 75, 0.04);
    padding: 18px 20px !important;
    position: relative;
}

body.woocommerce-cart .woocommerce-info *,
body.woocommerce-cart .woocommerce-message *,
body.woocommerce-cart .woocommerce-error * {
    color: #31506c !important;
}

body.woocommerce-cart .woocommerce-info strong,
body.woocommerce-cart .woocommerce-message strong,
body.woocommerce-cart .woocommerce-error strong {
    color: #24364b !important;
    font-weight: 700;
}

/* Standardowa ikonka info */
body.woocommerce-cart .woocommerce-info::before,
body.woocommerce-cart .woocommerce-message::before,
body.woocommerce-cart .woocommerce-error::before {
    color: #1f8bb5 !important;
}

/* Komunikat po usunięciu produktu */
body.woocommerce-cart .woocommerce-message {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    flex-wrap: wrap;
}

body.woocommerce-cart .woocommerce-message .restore-item,
body.woocommerce-cart .woocommerce-message a.restore-item {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 42px;
    padding: 0 18px;
    border-radius: 999px;
    background: #1f8bb5;
    color: #ffffff !important;
    text-decoration: none !important;
    font-weight: 700;
    transition: all 0.2s ease;
}

body.woocommerce-cart .woocommerce-message .restore-item:hover,
body.woocommerce-cart .woocommerce-message a.restore-item:hover {
    background: #176f92;
    color: #ffffff !important;
    transform: translateY(-1px);
}

/* -------- Pusty koszyk – PRECYZYJNY FIX -------- */
body.woocommerce-cart .cart-empty.woocommerce-info,
body.woocommerce-cart .woocommerce-info.cart-empty {
    position: relative;
    padding-left: 60px !important;
    min-height: 64px;
    display: flex;
    align-items: center;
}

body.woocommerce-cart .cart-empty.woocommerce-info::before,
body.woocommerce-cart .woocommerce-info.cart-empty::before {
    position: absolute !important;
    left: 22px;
    top: 50%;
    transform: translateY(-50%);
    margin: 0 !important;
    line-height: 1;
    display: block;
}

/* =========================================================
   LEWA STRONA – formularz koszyka
   ========================================================= */

body.woocommerce-cart form.woocommerce-cart-form {
    background: #ffffff;
    border: 1px solid #e7eaf0;
    border-radius: 18px;
    box-shadow: 0 10px 28px rgba(17, 17, 17, 0.04);
    padding: 22px 22px 18px;
}

/* Tabela */
body.woocommerce-cart table.shop_table,
body.woocommerce-cart table.shop_table_responsive {
    border: 0 !important;
    margin: 0;
    border-collapse: separate;
    border-spacing: 0;
    background: transparent;
}

/* Komórki */
body.woocommerce-cart table.shop_table th,
body.woocommerce-cart table.shop_table td {
    border-color: #eceff3 !important;
    padding: 18px 10px !important;
    vertical-align: middle;
    color: #1a1a1a;
}

/* Nagłówki */
body.woocommerce-cart table.shop_table thead th {
    color: #5f6670;
    font-weight: 700;
    font-size: 15px;
}

/* Nazwa produktu */
body.woocommerce-cart td.product-name,
body.woocommerce-cart td.product-name a {
    color: #1a1a1a !important;
    font-weight: 600;
    text-decoration: none;
}

/* Meta */
body.woocommerce-cart td.product-name dl,
body.woocommerce-cart td.product-name dd,
body.woocommerce-cart td.product-name dt,
body.woocommerce-cart td.product-name .variation,
body.woocommerce-cart td.product-name .wc-booking-summary-list,
body.woocommerce-cart td.product-name .wc-booking-summary-list-item,
body.woocommerce-cart td.product-name small {
    color: #666d76 !important;
    line-height: 1.55;
    font-size: 15px;
}

/* Miniatura */
body.woocommerce-cart table.shop_table .product-thumbnail img {
    border-radius: 12px;
    overflow: hidden;
}

/* Cena / ilość */
body.woocommerce-cart td.product-price,
body.woocommerce-cart td.product-subtotal,
body.woocommerce-cart td.product-quantity {
    color: #1a1a1a;
    font-weight: 600;
}

/* Usuń */
body.woocommerce-cart a.remove {
    color: #8e959d !important;
    background: transparent !important;
    border-radius: 999px;
    transition: all 0.2s ease;
}

body.woocommerce-cart a.remove:hover {
    color: #d9534f !important;
    background: #fff1f1 !important;
}

/* =========================================================
   KUPON
   ========================================================= */

body.woocommerce-cart .coupon {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
    margin-top: 18px;
}

body.woocommerce-cart .coupon label {
    display: none;
}

body.woocommerce-cart .coupon .input-text {
    min-height: 52px;
    min-width: 220px;
    padding: 14px 16px !important;
    background: #fbfbfc !important;
    border: 1px solid #e7eaf0 !important;
    border-radius: 999px !important;
    color: #1a1a1a !important;
    box-shadow: none !important;
    transition: all 0.2s ease;
}

body.woocommerce-cart .coupon .input-text::placeholder {
    color: #9aa1ab;
    opacity: 1;
}

body.woocommerce-cart .coupon .input-text:focus {
    background: #ffffff !important;
    border-color: #f4d000 !important;
    box-shadow: 0 0 0 4px rgba(244, 208, 0, 0.12) !important;
    outline: none !important;
}

body.woocommerce-cart .coupon button,
body.woocommerce-cart .coupon .button {
    min-height: 52px;
    border-radius: 999px !important;
    border: 0 !important;
    background: #f4d000 !important;
    color: #111111 !important;
    font-weight: 700;
    padding: 0 22px !important;
    box-shadow: 0 8px 18px rgba(244, 208, 0, 0.18);
    transition: all 0.2s ease;
}

body.woocommerce-cart .coupon button:hover,
body.woocommerce-cart .coupon .button:hover {
    background: #e0bf00 !important;
    color: #111111 !important;
    transform: translateY(-1px);
}

/* =========================================================
   PRAWA STRONA – PODSUMOWANIE
   ========================================================= */

/* Najpierw wyzeruj wrappery, żeby nic nie "udawało" karty */
body.woocommerce-cart .cart-collaterals,
body.woocommerce-cart .cart-collaterals > * {
    background: transparent !important;
    box-shadow: none !important;
}

/* Prawdziwa karta */
body.woocommerce-cart .cart-collaterals .cart_totals {
    background: #ffffff !important;
    border: 1px solid #e7eaf0 !important;
    border-radius: 18px !important;
    box-shadow: 0 10px 28px rgba(17, 17, 17, 0.05) !important;
    padding: 26px 28px 24px !important;
    overflow: hidden !important;
}

/* Wewnętrzna tabela ma nie mieć własnej ramki */
body.woocommerce-cart .cart-collaterals .cart_totals .shop_table,
body.woocommerce-cart .cart-collaterals .cart_totals table {
    border: 0 !important;
    background: transparent !important;
    border-radius: 0 !important;
    box-shadow: none !important;
}

/* Tytuł */
body.woocommerce-cart .cart-collaterals .cart_totals h2 {
    color: #111111;
    font-size: 30px;
    line-height: 1.2;
    font-weight: 800;
    margin-bottom: 18px;
}

/* Tabela sum */
body.woocommerce-cart .cart-collaterals .shop_table {
    margin-bottom: 22px;
}

body.woocommerce-cart .cart-collaterals .shop_table th,
body.woocommerce-cart .cart-collaterals .shop_table td {
    border-color: #eceff3 !important;
    padding: 16px 0 !important;
    color: #1a1a1a;
}

body.woocommerce-cart .cart-collaterals .shop_table th {
    color: #5f6670;
    font-weight: 700;
}

body.woocommerce-cart .cart-collaterals .order-total th,
body.woocommerce-cart .cart-collaterals .order-total td,
body.woocommerce-cart .cart-collaterals .cart-subtotal td {
    font-weight: 700;
}

/* CTA */
body.woocommerce-cart .wc-proceed-to-checkout {
    padding-bottom: 0 !important;
}

body.woocommerce-cart .wc-proceed-to-checkout a.checkout-button,
body.woocommerce-cart .wc-proceed-to-checkout .button {
    width: 100%;
    min-height: 58px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 999px !important;
    background: #f4d000 !important;
    color: #111111 !important;
    border: 0 !important;
    font-weight: 700;
    letter-spacing: 0.02em;
    box-shadow: 0 8px 18px rgba(244, 208, 0, 0.20);
    transition: all 0.2s ease;
    text-decoration: none;
}

body.woocommerce-cart .wc-proceed-to-checkout a.checkout-button:hover,
body.woocommerce-cart .wc-proceed-to-checkout .button:hover {
    background: #e0bf00 !important;
    color: #111111 !important;
    transform: translateY(-1px);
    box-shadow: 0 10px 22px rgba(224, 191, 0, 0.24);
}

/* =========================================================
   DODATKOWE PRZYCISKI
   ========================================================= */

body.woocommerce-cart .actions > button,
body.woocommerce-cart .actions .button,
body.woocommerce-cart button[name="update_cart"] {
    border-radius: 999px !important;
}

body.woocommerce-cart button[name="update_cart"] {
    background: #fff8cc !important;
    color: #111111 !important;
    border: 1px solid #f1df7a !important;
    box-shadow: none !important;
}

body.woocommerce-cart button[name="update_cart"]:hover {
    background: #fff2a6 !important;
    color: #111111 !important;
}

/* Powrót do sklepu */
body.woocommerce-cart .return-to-shop .button,
body.woocommerce-cart .return-to-shop a.button {
    min-height: 52px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0 26px;
    border-radius: 999px !important;
    background: #f4d000 !important;
    color: #111111 !important;
    border: 0 !important;
    font-weight: 700;
    text-decoration: none !important;
    box-shadow: 0 8px 18px rgba(244, 208, 0, 0.18);
    transition: all 0.2s ease;
}

body.woocommerce-cart .return-to-shop .button:hover,
body.woocommerce-cart .return-to-shop a.button:hover {
    background: #e0bf00 !important;
    color: #111111 !important;
    transform: translateY(-1px);
}

/* =========================================================
   MOBILE
   ========================================================= */

@media (max-width: 999px) {
    body.woocommerce-cart form.woocommerce-cart-form,
    body.woocommerce-cart .cart-collaterals .cart_totals {
        padding: 18px 16px !important;
        border-radius: 16px !important;
    }

    body.woocommerce-cart .cart-collaterals .cart_totals h2 {
        font-size: 24px;
    }

    body.woocommerce-cart .coupon {
        flex-direction: column;
        align-items: stretch;
    }

    body.woocommerce-cart .coupon .input-text,
    body.woocommerce-cart .coupon button,
    body.woocommerce-cart .coupon .button {
        width: 100%;
    }

    body.woocommerce-cart .wc-proceed-to-checkout a.checkout-button,
    body.woocommerce-cart .wc-proceed-to-checkout .button {
        min-height: 54px;
    }

    body.woocommerce-cart .woocommerce-message {
        align-items: flex-start;
    }
}

/* =========================================================
   BOX SIZING
   ========================================================= */

body.woocommerce-cart .cart-collaterals .cart_totals *,
body.woocommerce-cart form.woocommerce-cart-form * {
    box-sizing: border-box;
}
/* =========================================================
   CART – finalne poprawki
   ========================================================= */

/* 1. Pusty koszyk – ikona i tekst */
body.woocommerce-cart .cart-empty.woocommerce-info,
body.woocommerce-cart .woocommerce-info.cart-empty {
    position: relative;
    padding-left: 70px !important;
    min-height: 64px;
    display: flex;
    align-items: center;
}

body.woocommerce-cart .cart-empty.woocommerce-info::before,
body.woocommerce-cart .woocommerce-info.cart-empty::before {
    position: absolute !important;
    left: 24px !important;
    top: 50% !important;
    transform: translateY(-50%) !important;
    margin: 0 !important;
    line-height: 1 !important;
    display: block !important;
}

/* 2. Komunikat po usunięciu produktu – osobny układ */
body.woocommerce-cart .woocommerce-message {
    position: relative;
    padding-left: 70px !important;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    flex-wrap: wrap;
}

body.woocommerce-cart .woocommerce-message::before {
    position: absolute !important;
    left: 24px !important;
    top: 50% !important;
    transform: translateY(-50%) !important;
    margin: 0 !important;
    line-height: 1 !important;
    display: block !important;
}

/* 3. Prawa karta – zaokrąglamy realnie widoczne wnętrze */
body.woocommerce-cart .cart_totals {
    border-radius: 18px !important;
    overflow: hidden !important;
}

/* 4. Tabela wewnątrz karty – usuń ostre wizualne rogi */
body.woocommerce-cart .cart_totals .shop_table,
body.woocommerce-cart .cart_totals table.shop_table,
body.woocommerce-cart .cart_totals .shop_table_responsive {
    border: 0 !important;
    border-radius: 14px !important;
    overflow: hidden !important;
    background: transparent !important;
}

/* 5. Komórki pierwszego i ostatniego wiersza dla miękkiego efektu */
body.woocommerce-cart .cart_totals .shop_table tr:first-child th:first-child,
body.woocommerce-cart .cart_totals .shop_table tr:first-child td:first-child {
    border-top-left-radius: 12px;
}

body.woocommerce-cart .cart_totals .shop_table tr:first-child th:last-child,
body.woocommerce-cart .cart_totals .shop_table tr:first-child td:last-child {
    border-top-right-radius: 12px;
}

body.woocommerce-cart .cart_totals .shop_table tr:last-child th:first-child,
body.woocommerce-cart .cart_totals .shop_table tr:last-child td:first-child {
    border-bottom-left-radius: 12px;
}

body.woocommerce-cart .cart_totals .shop_table tr:last-child th:last-child,
body.woocommerce-cart .cart_totals .shop_table tr:last-child td:last-child {
    border-bottom-right-radius: 12px;
}
/* =========================================
   CART ALERTS – final fix dla Woo + Bookings
   ========================================= */

body.woocommerce-cart .woocommerce-info,
body.woocommerce-cart .woocommerce-message,
body.woocommerce-cart .woocommerce-error {
    position: relative !important;
    display: block !important;
    padding: 18px 20px 18px 56px !important;
    line-height: 1.5 !important;
    box-sizing: border-box;
}

/* Ikona */
body.woocommerce-cart .woocommerce-info::before,
body.woocommerce-cart .woocommerce-message::before,
body.woocommerce-cart .woocommerce-error::before {
    position: absolute !important;
    left: 20px !important;
    top: 50% !important;
    transform: translateY(-50%) !important;
    margin: 0 !important;
    width: 18px !important;
    text-align: center !important;
    line-height: 1 !important;
    font-size: 16px !important;
}

/* Linki i tekst wewnątrz – żadnych sztucznych bloków/kolumn */
body.woocommerce-cart .woocommerce-info a,
body.woocommerce-cart .woocommerce-message a,
body.woocommerce-cart .woocommerce-error a {
    display: inline !important;
    white-space: normal !important;
    word-break: normal !important;
    overflow-wrap: normal !important;
}

/* Reset potencjalnych poprzednich kombinacji */
body.woocommerce-cart .woocommerce-info *,
body.woocommerce-cart .woocommerce-message *,
body.woocommerce-cart .woocommerce-error * {
    vertical-align: baseline;
}