.elementor-945 .elementor-element.elementor-element-b5a9b8d{--display:flex;--padding-top:100px;--padding-bottom:0px;--padding-left:10px;--padding-right:10px;}:root{--page-title-display:none;}@media(max-width:767px){.elementor-945 .elementor-element.elementor-element-b5a9b8d{--padding-top:100px;--padding-bottom:0px;--padding-left:10px;--padding-right:10px;}}@media(min-width:768px){.elementor-945 .elementor-element.elementor-element-b5a9b8d{--width:85%;}}/* Start custom CSS for shortcode, class: .elementor-element-db050a9 *//* ================================
   CARRINHO WOOCOMMERCE - PRÁTICCA
   Shortcode [woocommerce_cart]
================================ */

/* Fundo geral */
body.woocommerce-cart,
body.woocommerce-cart main,
body.woocommerce-cart .site,
body.woocommerce-cart .site-content,
body.woocommerce-cart .content-area,
body.woocommerce-cart .site-main,
body.woocommerce-cart .entry-content,
body.woocommerce-cart article,
body.woocommerce-cart .page-content {
    background: #BEBEBE !important;
}

/* Área principal do carrinho */
body.woocommerce-cart .woocommerce {
    max-width: 1280px;
    margin: 0 auto;
    padding: 80px 40px 100px;
    box-sizing: border-box;
}

/* Oculta título padrão se ainda aparecer */
body.woocommerce-cart .entry-title,
body.woocommerce-cart h1.entry-title,
body.woocommerce-cart .page-title {
    display: none !important;
}

/* Tabela do carrinho */
body.woocommerce-cart table.shop_table {
    width: 100%;
    border-collapse: separate !important;
    border-spacing: 0;
    background: rgba(255, 255, 255, 0.38) !important;
    border: 1px solid rgba(40, 40, 40, 0.16) !important;
    border-radius: 18px;
    overflow: hidden;
    box-shadow: 0 10px 28px rgba(0,0,0,0.06);
}

/* Cabeçalho da tabela */
body.woocommerce-cart table.shop_table th {
    background: rgba(255,255,255,0.28) !important;
    color: #25282c;
    font-size: 15px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .02em;
    padding: 20px 18px !important;
    border-color: rgba(40,40,40,0.12) !important;
}

/* Células */
body.woocommerce-cart table.shop_table td {
    background: transparent !important;
    color: #25282c;
    font-size: 16px;
    padding: 22px 18px !important;
    border-color: rgba(40,40,40,0.12) !important;
    vertical-align: middle;
}

/* Nome do produto */
body.woocommerce-cart table.shop_table .product-name a {
    color: #e91e63 !important;
    font-weight: 600;
    text-decoration: none;
}

body.woocommerce-cart table.shop_table .product-name a:hover {
    color: #25282c !important;
}

/* Imagem do produto */
body.woocommerce-cart table.shop_table .product-thumbnail img {
    width: 72px;
    height: 72px;
    object-fit: cover;
    border-radius: 12px;
    background: #ffffff;
    padding: 6px;
}

/* Botão remover */
body.woocommerce-cart table.shop_table .product-remove a {
    color: #b00000 !important;
    font-size: 24px;
    font-weight: 700;
    text-decoration: none;
}

/* Campo quantidade */
body.woocommerce-cart .quantity input.qty {
    width: 78px;
    height: 48px;
    border-radius: 8px;
    border: 1px solid rgba(40,40,40,0.25);
    background: #ffffff;
    color: #25282c;
    font-size: 18px;
    text-align: center;
}

/* Área cupom */
body.woocommerce-cart .coupon {
    display: flex;
    gap: 12px;
    align-items: center;
}

body.woocommerce-cart .coupon input.input-text {
    min-width: 180px;
    height: 48px;
    border-radius: 8px;
    border: 1px solid rgba(40,40,40,0.18);
    padding: 0 14px;
    background: #ffffff;
    color: #25282c;
}

/* Botões gerais */
body.woocommerce-cart .woocommerce button.button,
body.woocommerce-cart .woocommerce a.button,
body.woocommerce-cart .woocommerce input.button,
body.woocommerce-cart .woocommerce .button {
    background: #2f3438 !important;
    color: #ffffff !important;
    border: none !important;
    border-radius: 999px !important;
    padding: 14px 28px !important;
    font-size: 15px !important;
    font-weight: 700 !important;
    text-decoration: none !important;
    transition: all .25s ease;
}

body.woocommerce-cart .woocommerce button.button:hover,
body.woocommerce-cart .woocommerce a.button:hover,
body.woocommerce-cart .woocommerce input.button:hover,
body.woocommerce-cart .woocommerce .button:hover {
    background: #c8f000 !important;
    color: #25282c !important;
}

/* Bloco total no carrinho */
body.woocommerce-cart .cart-collaterals {
    margin-top: 56px;
}

body.woocommerce-cart .cart_totals {
    width: 48% !important;
    float: right !important;
    background: rgba(255,255,255,0.38) !important;
    border: 1px solid rgba(40,40,40,0.16);
    border-radius: 22px;
    padding: 32px;
    box-shadow: 0 10px 28px rgba(0,0,0,0.06);
}

/* Título Total no carrinho */
body.woocommerce-cart .cart_totals h2 {
    color: #25282c;
    font-size: 34px;
    font-weight: 800;
    margin-bottom: 24px;
}

/* Tabela dos totais */
body.woocommerce-cart .cart_totals table {
    background: transparent !important;
    border-radius: 14px;
    overflow: hidden;
}

body.woocommerce-cart .cart_totals th,
body.woocommerce-cart .cart_totals td {
    background: rgba(255,255,255,0.25) !important;
    color: #25282c;
    padding: 18px !important;
    border-color: rgba(40,40,40,0.12) !important;
}

/* Botão finalizar compra */
body.woocommerce-cart .wc-proceed-to-checkout a.checkout-button {
    display: block;
    width: 100%;
    background: #2f3438 !important;
    color: #ffffff !important;
    border-radius: 999px !important;
    padding: 20px 28px !important;
    font-size: 20px !important;
    font-weight: 800 !important;
    text-align: center;
    box-shadow: 0 10px 24px rgba(0,0,0,0.12);
}

body.woocommerce-cart .wc-proceed-to-checkout a.checkout-button:hover {
    background: #c8f000 !important;
    color: #25282c !important;
}

/* Remove espaçamentos estranhos */
body.woocommerce-cart .woocommerce-cart-form {
    margin-bottom: 0;
}

/* ================================
   MOBILE
================================ */

@media (max-width: 768px) {

    body.woocommerce-cart .woocommerce {
        padding: 60px 18px 80px;
    }

    body.woocommerce-cart table.shop_table {
        border-radius: 16px;
        box-shadow: none;
    }

    body.woocommerce-cart table.shop_table thead {
        display: none;
    }

    body.woocommerce-cart table.shop_table,
    body.woocommerce-cart table.shop_table tbody,
    body.woocommerce-cart table.shop_table tr,
    body.woocommerce-cart table.shop_table td {
        display: block;
        width: 100% !important;
        box-sizing: border-box;
    }

    body.woocommerce-cart table.shop_table tr.cart_item {
        background: rgba(255,255,255,0.35) !important;
        border-radius: 18px;
        margin-bottom: 20px;
        padding: 18px;
        border: 1px solid rgba(40,40,40,0.12);
    }

    body.woocommerce-cart table.shop_table td {
        text-align: left !important;
        padding: 12px 0 !important;
        border: none !important;
    }

    body.woocommerce-cart table.shop_table td::before {
        font-weight: 700;
        color: #25282c;
    }

    body.woocommerce-cart table.shop_table .product-thumbnail {
        text-align: left !important;
    }

    body.woocommerce-cart table.shop_table .product-thumbnail img {
        width: 96px;
        height: 96px;
    }

    body.woocommerce-cart .coupon {
        flex-direction: column;
        align-items: stretch;
        width: 100%;
    }

    body.woocommerce-cart .coupon input.input-text,
    body.woocommerce-cart .coupon button.button,
    body.woocommerce-cart button[name="update_cart"] {
        width: 100% !important;
        margin: 0 !important;
    }

    body.woocommerce-cart .cart_totals {
        width: 100% !important;
        float: none !important;
        padding: 24px;
        margin-top: 32px;
    }

    body.woocommerce-cart .cart_totals h2 {
        font-size: 28px;
        text-align: center;
    }

    body.woocommerce-cart .wc-proceed-to-checkout a.checkout-button {
        font-size: 18px !important;
        padding: 18px 24px !important;
    }
}
/* ================================
   REMOVER LINHAS/GRADES DO CARRINHO
================================ */

/* Remove bordas da tabela e células */
body.woocommerce-cart table.shop_table,
body.woocommerce-cart table.shop_table th,
body.woocommerce-cart table.shop_table td,
body.woocommerce-cart table.shop_table tr,
body.woocommerce-cart .cart_totals table,
body.woocommerce-cart .cart_totals th,
body.woocommerce-cart .cart_totals td,
body.woocommerce-cart .cart_totals tr {
    border: none !important;
    box-shadow: none !important;
}

/* Remove divisões internas */
body.woocommerce-cart table.shop_table tbody tr,
body.woocommerce-cart table.shop_table thead tr,
body.woocommerce-cart .cart_totals table tr {
    border-bottom: none !important;
}

/* Mantém aparência limpa e elegante */
body.woocommerce-cart table.shop_table {
    border-collapse: separate !important;
    border-spacing: 0 !important;
    overflow: hidden;
}

body.woocommerce-cart .cart_totals table {
    border-collapse: separate !important;
    border-spacing: 0 !important;
}/* End custom CSS */