.elementor-21642 .elementor-element.elementor-element-61af7c5{--display:flex;}.elementor-21642 .elementor-element.elementor-element-09bf5c8{--update-cart-automatically-display:none;width:var( --container-widget-width, 1000px );max-width:1000px;--container-widget-width:1000px;--container-widget-flex-grow:0;}.elementor-21642 .elementor-element.elementor-element-09bf5c8 > .elementor-widget-container{padding:0px 0px 0px 0px;}#elementor-popup-modal-21642{background-color:rgba(0,0,0,.8);justify-content:center;align-items:center;pointer-events:all;}#elementor-popup-modal-21642 .dialog-message{width:1000px;height:auto;}#elementor-popup-modal-21642 .dialog-close-button{display:flex;}#elementor-popup-modal-21642 .dialog-widget-content{box-shadow:2px 8px 23px 3px rgba(0,0,0,0.2);}/* Start custom CSS for woocommerce-cart, class: .elementor-element-09bf5c8 */.elementor-widget-woocommerce-cart .woocommerce .coupon {
        margin: var(--sections-margin, 0);
        display: none;
    }

    .elementor-widget-woocommerce-cart .e-cart-section:last-child {
        margin: var(--sections-margin, 0);
        display: none;
    }
    
    
    
    .elementor-widget-woocommerce-cart .woocommerce .cart th {
    color: var(--order-summary-title-color, #000);
    padding-bottom: var(--order-summary-title-spacing, 8px);
    display: none;
}



#checkou .product-thumbnail {
    
    display:none;
}


#checkou .product-remove {
    
    
    display:none;
}


#checkou .gspc-edit-new {
    
    display:none !important;
}


#checkou .valor-produto {
    
    display:none;
}


#checkou .product-price {
    
    
    display:none;
}


#checkou .product-quantity {
    
    display:none !important;
}


#checkou .product-subtotal {
    
    display:none ;
}









/* ================================
   Estilo da lista de variações
   Apenas para .variation
================================ */

#checkou ul.variation {
    font-size: 90%;
    display: flex;
    overflow-x: auto !important; /* Adicionado: permite scroll horizontal */
    overflow-y: hidden; /* Evita scroll vertical */
    white-space: nowrap;
    border: 0;
    border-radius: 0;
    margin: 0 auto;
    padding: 5px;
    width: 950px !important;
    -webkit-overflow-scrolling: touch; /* Suaviza scroll em mobile */
}

#checkou ul.variation li {
    padding: 0;
    border-right: 0;
    position: relative; /* Para pseudo-elemento ::after */
    flex: 0 0 auto; /* Evita que os itens encolham */
}

/* Divisor entre itens */
#checkou ul.variation li::after {
    content: "|";
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    color: #ccc;
    padding: 0 5px;
}

#checkou ul.variation li:last-child::after {
    content: none; /* Remove divisor do último item */
}

/* Responsividade: ocupa largura menor em telas pequenas */
@media (max-width: 767px) {
    #checkou ul.variation {
        width: 100% !important; /* Ocupa toda a tela */
    }
}

/* Estilo dos nomes das variações */
#checkou ul.variation .item-variation-name {
    color: #0d6efd;
    font-weight: 600;
    display: block;
    background-color: #f2f2f2;
    width: 100%;
    padding: 15px;
    box-sizing: border-box;
}

/* Parágrafos dentro da variação */
#checkou ul.variation p {
    display: block;
    padding: 15px;
}


#checkou .excluir-produto{
    
    display:none !important;
}/* End custom CSS */