/**
 * Stiluri pentru shortcode [vodkhaz_cart] – coș WooCommerce COMPLET (glass + gradient auriu)
 * Elemente: produse, cantități, cupon, livrare/locație, totaluri, actualizare, checkout.
 */

/* ========== Gradient auriu pentru text ========== */
.vodkhaz-site .gradient-text,
.vodkhaz-cart-block .gradient-text,
.gradient-text {
    background-image: linear-gradient(to right, #B8914F, #FBE385, #EBC079, #D7AE6A, #C49C54);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
}

/* Scoate bordură adăugată de Elementor pe containerul shortcode-ului */
.elementor-element:has(.vodkhaz-cart-block),
.elementor-widget-shortcode:has(.vodkhaz-cart-block) .elementor-widget-container {
    border: none !important;
    box-shadow: none !important;
}

/* ========== Bloc coș – liquid glass (același ca header-ul), o singură bordură ========== */
.vodkhaz-site .vodkhaz-cart-block,
.vodkhaz-cart-block {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    max-width: min(720px, 96vw);
    margin: 0 auto;
    border-radius: 24px;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.286);
}

/* Straturi glass – identice cu header / panou coș */
.vodkhaz-cart-block .liquidGlass-effect {
    position: absolute;
    z-index: 0;
    inset: 0;
    overflow: hidden;
    isolation: isolate;
    border-radius: 24px;
    pointer-events: none;
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
    filter: url(#vodkhaz-cart-glass-distortion);
}

.vodkhaz-cart-block .liquidGlass-tint {
    position: absolute;
    z-index: 1;
    inset: 0;
    border-radius: 24px;
    pointer-events: none;
    background: rgba(0, 0, 0, 0.15);
}

.vodkhaz-cart-block .liquidGlass-shine {
    position: absolute;
    z-index: 2;
    inset: 0;
    border-radius: 24px;
    pointer-events: none;
}

.vodkhaz-cart-block-inner {
    position: relative;
    z-index: 3;
    display: flex;
    flex-direction: column;
    padding: 24px 24px 24px 32px;
    pointer-events: auto;
}

.vodkhaz-cart-block-title {
    font-size: 1.35rem;
    font-weight: 600;
    margin: 0 0 24px 0;
}

/* ========== Wrapper WooCommerce în bloc ========== */
.vodkhaz-cart-block .woocommerce {
    margin: 0;
    padding: 0;
}

/* Override global butoane – fără gri la hover (doar auriu/închis) */
.vodkhaz-cart-block button,
.vodkhaz-cart-block input[type="submit"],
.vodkhaz-cart-block .button,
.vodkhaz-cart-block a.button {
    color: #EBC079 !important;
    background: rgba(255, 255, 255, 0.06) !important;
    border-color: rgba(212, 168, 75, 0.5) !important;
    transition: background 0.2s, border-color 0.2s, color 0.2s;
}

.vodkhaz-cart-block button:hover,
.vodkhaz-cart-block input[type="submit"]:hover,
.vodkhaz-cart-block .button:hover,
.vodkhaz-cart-block a.button:hover {
    color: #FBE385 !important;
    background: rgba(235, 192, 121, 0.12) !important;
    border-color: rgba(235, 192, 121, 0.8) !important;
}

.vodkhaz-cart-block button:focus,
.vodkhaz-cart-block input[type="submit"]:focus,
.vodkhaz-cart-block .button:focus {
    color: #EBC079 !important;
    background: rgba(255, 255, 255, 0.06) !important;
    border-color: rgba(212, 168, 75, 0.6) !important;
}

/* Coș gol */
.vodkhaz-cart-block .cart-empty.woocommerce-info {
    padding: 20px;
    text-align: center;
    color: rgba(255, 255, 255, 0.85);
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.286);
    border-radius: 14px;
    margin-bottom: 20px;
}

.vodkhaz-cart-block .return-to-shop a {
    display: inline-block;
    margin-top: 12px;
    padding: 12px 24px;
    color: #EBC079;
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(212, 168, 75, 0.5);
    border-radius: 16px;
    text-decoration: none;
    font-weight: 600;
    transition: background 0.2s, border-color 0.2s;
}

.vodkhaz-cart-block .return-to-shop a:hover {
    background: rgba(255, 255, 255, 0.12);
    border-color: rgba(235, 192, 121, 0.7);
}

/* ========== Formular coș + tabel produse ========== */
/* Fără background pe rânduri impare (override theme/WooCommerce) */
.vodkhaz-cart-block table tbody > tr:nth-child(odd) > td,
.vodkhaz-cart-block table tbody > tr:nth-child(odd) > th {
    background-color: transparent !important;
}

.vodkhaz-cart-block .woocommerce-cart-form {
    margin-bottom: 28px;
}

.vodkhaz-cart-block .shop_table.cart {
    width: 100%;
    border: none;
    border-collapse: separate;
    border-spacing: 0 10px;
}

.vodkhaz-cart-block .shop_table.cart thead th {
    padding: 12px 10px 12px 18px;
    text-align: left;
    font-weight: 600;
    color: #EBC079;
    border: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.286);
    font-size: 0.9rem;
}

.vodkhaz-cart-block .shop_table.cart tbody tr {
    border: 1px solid rgba(255, 255, 255, 0.286);
    border-radius: 14px;
}

.vodkhaz-cart-block .shop_table.cart tbody td {
    padding: 14px 12px 14px 18px;
    border: none;
    vertical-align: middle;
    color: rgba(255, 255, 255, 0.9);
}

.vodkhaz-cart-block .shop_table.cart tbody td:first-child {
    border-radius: 14px 0 0 14px;
}

.vodkhaz-cart-block .shop_table.cart tbody td:last-child {
    border-radius: 0 14px 14px 0;
}

/* Imagine produs – fără border-bottom */
.vodkhaz-cart-block .product-thumbnail,
.vodkhaz-cart-block .shop_table.cart tbody td.product-thumbnail {
    border-bottom: none !important;
}

.vodkhaz-cart-block .product-thumbnail {
    width: 70px;
}

.vodkhaz-cart-block .product-thumbnail img {
    width: 70px;
    height: 70px;
    object-fit: cover;
    border-radius: 10px;
    border: 1px solid rgba(212, 168, 75, 0.3);
}

/* Nume produs */
.vodkhaz-cart-block .product-name a {
    color: #EBC079;
    font-weight: 600;
    text-decoration: none;
}

.vodkhaz-cart-block .product-name a:hover {
    color: #FBE385;
    text-decoration: underline;
}

.vodkhaz-cart-block .product-name .variation {
    font-size: 0.85rem;
    color: rgba(255, 255, 255, 0.7);
    margin-top: 4px;
}

/* Preț unitar */
.vodkhaz-cart-block .product-price {
    color: rgba(255, 255, 255, 0.9);
    font-size: 0.95rem;
}

.vodkhaz-cart-block .product-price .amount {
    color: #EBC079;
}

/* Cantitate – input */
.vodkhaz-cart-block .product-quantity input.qty {
    width: 60px;
    padding: 10px 12px;
    font-size: 1rem;
    text-align: center;
    color: rgba(255, 255, 255, 0.95);
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(212, 168, 75, 0.5);
    border-radius: 12px;
    -moz-appearance: textfield;
}

.vodkhaz-cart-block .product-quantity input.qty::-webkit-outer-spin-button,
.vodkhaz-cart-block .product-quantity input.qty::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Subtotal linie */
.vodkhaz-cart-block .product-subtotal .amount {
    color: #EBC079;
    font-weight: 600;
}

/* Șterge produs */
.vodkhaz-cart-block .product-remove a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    color: #EBC079 !important;
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(212, 168, 75, 0.4);
    border-radius: 50%;
    text-decoration: none !important;
    font-size: 1.2rem;
    line-height: 1;
    transition: background 0.2s, border-color 0.2s;
}

.vodkhaz-cart-block .product-remove a:hover {
    background: rgba(255, 255, 255, 0.12);
    border-color: rgba(235, 192, 121, 0.7);
}

/* Acțiuni sub tabel – buton Actualizează coș ascuns (actualizare automată la schimbare cantitate) */
.vodkhaz-cart-block .actions {
    padding-top: 16px;
    padding-bottom: 8px;
    border-top: 1px solid rgba(255, 255, 255, 0.286);
    margin-top: 8px;
}

.vodkhaz-cart-block .actions button[name="update_cart"] {
    display: none !important;
    padding: 12px 24px;
    font-size: 0.95rem;
    font-weight: 600;
    color: #EBC079 !important;
    background: rgba(255, 255, 255, 0.06) !important;
    border: 1px solid rgba(212, 168, 75, 0.5);
    border-radius: 16px;
    cursor: pointer;
    transition: background 0.2s, border-color 0.2s, color 0.2s;
}

.vodkhaz-cart-block .actions button[name="update_cart"]:hover:not(:disabled) {
    background: rgba(235, 192, 121, 0.12);
    border-color: rgba(235, 192, 121, 0.8);
    color: #FBE385;
}

.vodkhaz-cart-block .actions button[name="update_cart"]:disabled {
    opacity: 0.6;
    cursor: not-allowed;
}

/* ========== Cupon reducere – desktop 100%, text gradient auriu ========== */
.vodkhaz-cart-block .coupon {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    align-items: center;
    margin-bottom: 20px;
    padding: 18px 20px;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.286);
    border-radius: 14px;
}

.vodkhaz-cart-block .coupon .vodkhaz-coupon-intro {
    width: 100%;
    margin: 0 0 8px 0;
    font-size: 1.05rem;
    font-weight: 600;
    text-align: start;
}

.vodkhaz-cart-block .coupon label {
    display: none;
}

.vodkhaz-cart-block .coupon input[name="coupon_code"] {
    flex: 1;
    min-width: 140px;
    padding: 12px 16px;
    font-size: 1rem;
    color: rgba(255, 255, 255, 0.95);
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(212, 168, 75, 0.5);
    border-radius: 12px;
}

.vodkhaz-cart-block .coupon input[name="coupon_code"]::placeholder {
    color: rgba(255, 255, 255, 0.5);
}

.vodkhaz-cart-block .coupon button[name="apply_coupon"] {
    padding: 12px 20px;
    font-size: 0.95rem;
    font-weight: 600;
    border: 1px solid rgba(212, 168, 75, 0.5);
    border-radius: 12px;
    cursor: pointer;
    transition: background 0.2s, border-color 0.2s, color 0.2s;
}

.vodkhaz-cart-block .coupon button[name="apply_coupon"] {
    color: #EBC079 !important;
    background: rgba(255, 255, 255, 0.06) !important;
}

.vodkhaz-cart-block .coupon button[name="apply_coupon"]:hover {
    background: rgba(235, 192, 121, 0.12) !important;
    border-color: rgba(235, 192, 121, 0.8);
    color: #FBE385 !important;
}

/* Cupoane aplicate */
.vodkhaz-cart-block .cart_totals .cart-discount th,
.vodkhaz-cart-block .cart_totals .cart-discount td {
    color: rgba(255, 255, 255, 0.9);
}

.vodkhaz-cart-block .cart_totals .cart-discount .amount {
    color: #EBC079;
}

/* Buton/link Înlătură cupon – vizibil, stil auriu */
.vodkhaz-cart-block .woocommerce-remove-coupon {
    display: inline-block !important;
    visibility: visible !important;
    opacity: 1 !important;
    color: #EBC079 !important;
    font-size: 0.9rem !important;
    font-weight: 600;
    text-decoration: underline;
    margin-left: 8px;
}

.vodkhaz-cart-block .woocommerce-remove-coupon:hover {
    color: #FBE385 !important;
}

/* ========== Totaluri coș (cart_totals) – full width ========== */
.vodkhaz-cart-block .cart-collaterals,
.vodkhaz-cart-block .woocommerce .cart-collaterals .cart_totals,
.vodkhaz-cart-block .woocommerce-page .cart-collaterals .cart_totals,
.woocommerce .cart-collaterals .cart_totals,
.woocommerce-page .cart-collaterals .cart_totals {
    width: 100% !important;
    max-width: 100% !important;
}

.vodkhaz-cart-block .cart_totals {
    padding: 20px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.286);
    width: 100%;
}

.vodkhaz-cart-block .cart_totals h2 {
    font-size: 1.15rem;
    font-weight: 600;
    margin: 0 0 16px 0;
    padding-left: 8px;
    color: #EBC079;
}

.vodkhaz-cart-block .cart_totals table {
    width: 100%;
    border: none;
}

.vodkhaz-cart-block .cart_totals th,
.vodkhaz-cart-block .cart_totals td {
    padding: 10px 0 10px 8px;
    border: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    color: rgba(255, 255, 255, 0.9);
    font-size: 0.95rem;
}

.vodkhaz-cart-block .cart_totals .amount {
    color: #EBC079;
    font-weight: 600;
}

.vodkhaz-cart-block .cart_totals .order-total th,
.vodkhaz-cart-block .cart_totals .order-total td {
    font-size: 1.1rem;
    padding-top: 14px;
    border-bottom: none;
    color: rgba(255, 255, 255, 0.95);
}

.vodkhaz-cart-block .cart_totals .order-total .amount {
    font-size: 1.2rem;
    color: #FBE385;
}

/* ========== Livrare / Locație / Calculator livrare ========== */
.vodkhaz-cart-block .woocommerce-shipping-destination {
    font-size: 0.9rem;
    color: rgba(255, 255, 255, 0.75);
    margin-bottom: 10px;
}

.vodkhaz-cart-block .shipping-calculator-form {
    padding: 14px 0;
}

.vodkhaz-cart-block .shipping-calculator-form p {
    margin-bottom: 10px;
}

.vodkhaz-cart-block .shipping-calculator-form p.form-row {
    margin-bottom: 12px;
}

.vodkhaz-cart-block .shipping-calculator-form input,
.vodkhaz-cart-block .shipping-calculator-form select {
    width: 100%;
    max-width: 220px;
    padding: 10px 14px;
    font-size: 0.95rem;
    color: rgba(255, 255, 255, 0.95);
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(212, 168, 75, 0.5);
    border-radius: 12px;
}

.vodkhaz-cart-block .shipping-calculator-form select option {
    background: #1a1a1a;
    color: #fff;
}

.vodkhaz-cart-block .shipping-calculator-form button {
    padding: 10px 18px;
    font-size: 0.9rem;
    font-weight: 600;
    border: 1px solid rgba(212, 168, 75, 0.5);
    border-radius: 12px;
    cursor: pointer;
    margin-top: 6px;
    transition: background 0.2s, border-color 0.2s, color 0.2s;
}

.vodkhaz-cart-block .shipping-calculator-form button {
    color: #EBC079 !important;
    background: rgba(255, 255, 255, 0.06) !important;
}

.vodkhaz-cart-block .shipping-calculator-form button:hover {
    background: rgba(235, 192, 121, 0.12) !important;
    border-color: rgba(235, 192, 121, 0.8);
    color: #FBE385 !important;
}

/* Metode livrare (radio) */
.vodkhaz-cart-block .woocommerce-shipping-methods {
    list-style: none;
    margin: 8px 0 0 0;
    padding: 0;
}

.vodkhaz-cart-block .woocommerce-shipping-methods li {
    margin-bottom: 6px;
    color: rgba(255, 255, 255, 0.9);
}

.vodkhaz-cart-block .woocommerce-shipping-methods li label {
    color: inherit;
}

.vodkhaz-cart-block .woocommerce-shipping-methods .amount {
    color: #EBC079;
}

/* ========== Buton Finalizare (checkout) ========== */
.vodkhaz-cart-block .wc-proceed-to-checkout {
    padding-top: 20px;
    margin-top: 16px;
    border-top: 1px solid rgba(255, 255, 255, 0.286);
}

.vodkhaz-cart-block .wc-proceed-to-checkout a.checkout-button {
    display: block;
    width: 100%;
    padding: 16px 24px;
    font-size: 1.05rem;
    font-weight: 600;
    text-align: center;
    text-decoration: none;
    color: #EBC079 !important;
    background: rgba(255, 255, 255, 0.06) !important;
    border: 1px solid rgba(212, 168, 75, 0.5);
    border-radius: 16px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1), inset 0 1px 0 rgba(255, 255, 255, 0.08);
    transition: background 0.2s, border-color 0.2s, color 0.2s, transform 0.2s, box-shadow 0.2s;
}

.vodkhaz-cart-block .wc-proceed-to-checkout a.checkout-button:hover {
    background: rgba(235, 192, 121, 0.12) !important;
    border-color: rgba(235, 192, 121, 0.8);
    color: #FBE385 !important;
    transform: translateY(-1px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

/* ========== Mesaje (eroare, succes) ========== */
/* Mesaje WooCommerce – padding-left ca textul să fie la dreapta iconiței */
.vodkhaz-cart-block .woocommerce-message,
.vodkhaz-cart-block .woocommerce-info,
.vodkhaz-cart-block .woocommerce-error {
    position: relative;
    padding: 14px 18px 14px 44px;
    margin-bottom: 16px;
    border-radius: 12px;
    border: 1px solid rgba(255, 255, 255, 0.286);
    background: rgba(255, 255, 255, 0.06);
    color: rgba(255, 255, 255, 0.9);
}

.vodkhaz-cart-block .woocommerce-message {
    border-left: 4px solid #EBC079;
}

.vodkhaz-cart-block .woocommerce-error {
    border-left: 4px solid #c0392b;
}

.vodkhaz-cart-block .woocommerce-info {
    border-left: 4px solid rgba(235, 192, 121, 0.7);
}

/* ========== Layout responsive – design îmbunătățit mobil ========== */
@media (max-width: 768px) {
    .vodkhaz-cart-block,
    .vodkhaz-site .vodkhaz-cart-block {
        max-width: 100%;
        margin: 0;
        border-radius: 16px;
        border-left-width: 1px;
        border-right-width: 1px;
    }

    .vodkhaz-cart-block-inner {
        padding: 18px 16px;
    }

    .vodkhaz-cart-block-title {
        font-size: 1.25rem;
        margin-bottom: 20px;
    }

    .vodkhaz-cart-block .shop_table.cart thead {
        display: none;
    }

    .vodkhaz-cart-block .shop_table.cart tbody tr {
        display: block;
        margin-bottom: 18px;
        padding: 16px;
        border-radius: 16px;
        border: 1px solid rgba(255, 255, 255, 0.286);
    }

    .vodkhaz-cart-block .shop_table.cart tbody td {
        padding: 10px 0;
        border: none;
        gap: 8px;
    }

    .vodkhaz-cart-block .shop_table.cart tbody td.product-name,
    .vodkhaz-cart-block .shop_table.cart tbody td.product-price,
    .vodkhaz-cart-block .shop_table.cart tbody td.product-quantity,
    .vodkhaz-cart-block .shop_table.cart tbody td.product-subtotal {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: space-between;
    }

    .vodkhaz-cart-block .shop_table.cart tbody td.product-remove::before,
    .vodkhaz-cart-block .shop_table.cart tbody td.product-thumbnail::before {
        display: none;
    }

    .vodkhaz-cart-block .shop_table.cart tbody td.product-name::before,
    .vodkhaz-cart-block .shop_table.cart tbody td.product-price::before,
    .vodkhaz-cart-block .shop_table.cart tbody td.product-quantity::before,
    .vodkhaz-cart-block .shop_table.cart tbody td.product-subtotal::before {
        content: attr(data-title);
        font-weight: 600;
        color: #EBC079;
        margin-right: 10px;
        font-size: 0.9rem;
        flex-shrink: 0;
    }

    /* Pe mobil: close (X) și thumbnail pe aceeași linie; thumbnail width 100% din spațiul rămas */
    .vodkhaz-cart-block .shop_table.cart tbody tr {
        display: flex;
        flex-wrap: wrap;
        align-items: flex-start;
        gap: 0 12px;
        border: 1px solid rgba(255, 255, 255, 0.286);
    }

    .vodkhaz-cart-block .shop_table.cart tbody td.product-remove {
        order: 2;
        flex: 0 0 auto;
        width: auto;
        padding: 0;
        margin-left: auto;
    }

    .vodkhaz-cart-block .shop_table.cart tbody td.product-thumbnail {
        order: 1;
        flex: 0 0 auto;
        width: auto;
        display: block;
        margin-bottom: 10px;
        padding-bottom: 10px;
    }

    .vodkhaz-cart-block .shop_table.cart tbody td.product-thumbnail a {
        display: block;
        width: 100%;
        line-height: 0;
    }

    /* Poză mai mică pe mobil, pe aceeași linie cu butonul remove */
    .vodkhaz-cart-block .shop_table.cart tbody td.product-thumbnail img {
        display: block !important;
        width: 100px !important;
        max-width: 100px !important;
        height: 100px !important;
        min-height: 100px;
        object-fit: cover;
        border-radius: 10px;
    }

    .vodkhaz-cart-block .shop_table.cart tbody td.product-name {
        order: 3;
        flex: 0 0 100%;
    }

    .vodkhaz-cart-block .shop_table.cart tbody td.product-price {
        order: 4;
        flex: 0 0 100%;
    }

    .vodkhaz-cart-block .shop_table.cart tbody td.product-quantity {
        order: 5;
        flex: 0 0 100%;
    }

    .vodkhaz-cart-block .shop_table.cart tbody td.product-subtotal {
        order: 6;
        flex: 0 0 100%;
    }

    /* Ultimul td (ex. product-subtotal) – 100% width pe mobil */
    .vodkhaz-cart-block .shop_table.cart tbody td:last-child {
        width: 100% !important;
        flex: 0 0 100% !important;
        max-width: 100% !important;
    }

    .vodkhaz-cart-block .shop_table.cart .product-name {
        font-size: 1rem;
    }

    .vodkhaz-cart-block .product-quantity input.qty {
        width: 56px;
        padding: 12px 10px;
        font-size: 1.05rem;
    }

    /* Cupon + butoane full width pe mobil (inclusiv selectori WooCommerce) */
    .vodkhaz-cart-block .coupon,
    .woocommerce #content table.cart td.actions .coupon,
    .woocommerce table.cart td.actions .coupon,
    .woocommerce-page #content table.cart td.actions .coupon,
    .woocommerce-page table.cart td.actions .coupon {
        flex-direction: column;
        align-items: stretch;
        padding: 18px;
        margin-bottom: 18px;
    }

    .vodkhaz-cart-block .coupon input[name="coupon_code"],
    .woocommerce table.cart td.actions .coupon .input-text,
    .woocommerce-page table.cart td.actions .coupon .input-text {
        min-width: 100%;
        width: 100%;
        padding: 14px 16px;
        font-size: 1rem;
    }

    .vodkhaz-cart-block .coupon button[name="apply_coupon"],
    .woocommerce #content table.cart td.actions .coupon .button.alt,
    .woocommerce #content table.cart td.actions .coupon .input-text + .button,
    .woocommerce table.cart td.actions .coupon .button.alt,
    .woocommerce table.cart td.actions .coupon .input-text + .button,
    .woocommerce-page #content table.cart td.actions .coupon .button.alt,
    .woocommerce-page #content table.cart td.actions .coupon .input-text + .button,
    .woocommerce-page table.cart td.actions .coupon .button.alt,
    .woocommerce-page table.cart td.actions .coupon .input-text + .button {
        width: 100% !important;
        max-width: 100% !important;
        padding: 14px 20px;
        font-size: 1rem;
    }

    .vodkhaz-cart-block .actions {
        padding-top: 18px;
        margin-top: 12px;
    }

    .vodkhaz-cart-block .actions button[name="update_cart"] {
        width: 100%;
        padding: 14px 24px;
        font-size: 1rem;
    }

    /* cart_totals full width pe mobil */
    .vodkhaz-cart-block .cart-collaterals,
    .vodkhaz-cart-block .cart_totals,
    .woocommerce .vodkhaz-cart-block .cart-collaterals .cart_totals,
    .woocommerce-page .vodkhaz-cart-block .cart-collaterals .cart_totals {
        width: 100% !important;
        max-width: 100% !important;
    }

    .vodkhaz-cart-block .cart_totals {
        padding: 18px 0;
    }

    .vodkhaz-cart-block .cart_totals h2 {
        font-size: 1.1rem;
        margin-bottom: 14px;
    }

    .vodkhaz-cart-block .cart_totals th,
    .vodkhaz-cart-block .cart_totals td {
        padding: 12px 0;
        font-size: 1rem;
    }

    .vodkhaz-cart-block .wc-proceed-to-checkout {
        padding-top: 18px;
        margin-top: 14px;
    }

    .vodkhaz-cart-block .wc-proceed-to-checkout a.checkout-button {
        padding: 18px 24px;
        font-size: 1.1rem;
    }

    .vodkhaz-cart-block .product-remove a {
        width: 40px;
        height: 40px;
        font-size: 1.25rem;
    }
}
