.elementor-widget-text-editor{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );color:var( --e-global-color-text );}.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:var( --e-global-color-primary );}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap, .elementor-widget-text-editor.elementor-drop-cap-view-default .elementor-drop-cap{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}.elementor-13800 .elementor-element.elementor-element-7fd99fe5 > .elementor-widget-container{border-style:none;border-radius:0px 0px 0px 0px;}/* Start custom CSS for section, class: .elementor-element-6b7439cc *//* Ajusta o layout do seletor de quantidade para linha horizontal */
.woocommerce-cart .quantity {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    height: 40px !important;
    gap: 6px; /* Espaço entre os elementos */
    background: #fff;
    border-radius: 6px;
    padding: 0 8px;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
}

/* Estiliza o campo numérico */
.woocommerce-cart .quantity input.qty {
    width: 50px !important;
    height: 36px !important;
    text-align: center;
    border: none;
    font-size: 16px;
    padding: 0;
}

/* Estiliza os botões + e - */
.woocommerce-cart .quantity .plus,
.woocommerce-cart .quantity .minus {
    font-size: 20px;
    line-height: 1;
    padding: 4px 10px;
    cursor: pointer;
    user-select: none;
}/* End custom CSS */
/* Start custom CSS */.woocommerce-info, .woocommerce-message {
    width: 100%;
    background: #304663 !important;
    border: 0 !important;
    box-shadow: 0 1px 5px 0 rgba(0, 0, 0, .15) !important;
    border-radius: 5px;
    font-size: 14px;
    font-weight: 700;
    color: #feffff !important;
    line-height: 31px;
    margin-bottom: 20px;
}/* End custom CSS */