.elementor-8859 .elementor-element.elementor-element-2bcca34{--display:flex;}/* Start custom CSS *//* ─── BASE ORIGINAL ─── */
.bento-tab-content .woosb-product {
    border-radius: 16px !important;
    overflow: hidden !important;
    border: 1.5px solid #e5e7eb !important;
    padding: 0 !important;
    box-shadow: none !important;
    transition: border-color 0.2s, box-shadow 0.2s !important;
    display: flex !important;
    flex-direction: column !important;
    position: relative !important;
}
.bento-tab-content .woosb-product:hover {
    border-color: #1D9E75 !important;
    box-shadow: 0 4px 14px rgba(29,158,117,0.10) !important;
}
.bento-tab-content .woosb-thumb {
    border-radius: 0 !important;
    overflow: hidden !important;
    aspect-ratio: 4/3 !important;
    width: 100% !important;
    order: 0 !important;
}
.bento-tab-content .woosb-thumb img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    border-radius: 0 !important;
    transition: transform 0.3s !important;
    display: block !important;
}
.bento-tab-content .woosb-product:hover .woosb-thumb img {
    transform: scale(1.04) !important;
}
.bento-tab-content .woosb-title {
    padding: 10px 12px 2px !important;
    order: 1 !important;
}
.bento-tab-content .woosb-name a {
    font-size: 12px !important;
    font-weight: 600 !important;
    color: #222 !important;
    text-decoration: none !important;
    line-height: 1.4 !important;
}
.bento-tab-content .woosb-product.is-selected {
    border-color: rgb(46, 136, 142) !important;
    box-shadow: 0 4px 16px rgba(29,158,117,0.13) !important;
}
.bento-tab-content .woosb-product.is-selected::after {
    content: '✓' !important;
    position: absolute !important;
    top: 8px !important;
    right: 8px !important;
    background: #1D9E75 !important;
    color: #fff !important;
    width: 22px !important;
    height: 22px !important;
    border-radius: 50% !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    font-size: 12px !important;
    font-weight: 800 !important;
    z-index: 5 !important;
}

/* ─── FILA PRECIO + CONTADOR ─── */

/* Quantity: contexto de posición */
.bento-tab-content .woosb-quantity {
    order: 2 !important;
    position: relative !important;
    padding: 8px 12px 12px !important;
    margin: 0 !important;
}


/* Pill con espacio a la izquierda para el precio */
.bento-tab-content .woosb-quantity-input {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    width: 100% !important;
    height: 38px !important;
    border-radius: 999px !important;
    border: 1px solid #e5e7eb !important;
    background: #fff !important;
    overflow: hidden !important;
    box-sizing: border-box !important;
}

.bento-tab-content .woosb-quantity-input-minus,
.bento-tab-content .woosb-quantity-input-plus {
    width: 36px !important;
    min-width: 36px !important;
    height: 38px !important;
    border: none !important;
    background: transparent !important;
    font-size: 18px !important;
    color: #1D9E75 !important;
    cursor: pointer !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
}

.bento-tab-content .woosb-qty.qty {
    flex: 1 !important;
    text-align: center !important;
    font-size: 15px !important;
    font-weight: 700 !important;
    color: #222 !important;
    border: none !important;
    background: transparent !important;
    -moz-appearance: textfield !important;
    appearance: textfield !important;
}/* End custom CSS */