/*
Theme Name: Neve Child
Template: neve
Version: 1.0.0
*/

/* =========================
   ANA - SHOP PRODUCT CARDS
   ========================= */

.woocommerce ul.products li.product .nv-card-content-wrapper .anas-compact-cart {
    display: flex !important;
    flex-direction: column !important;
    align-items: stretch !important;
    justify-content: flex-start !important;
    gap: 12px !important;
    margin: 12px auto 20px !important;
    padding: 0 !important;
    width: 100% !important;
    max-width: 240px !important;
    background: transparent !important;
    border: 0 !important;
    box-shadow: none !important;
}

.woocommerce ul.products li.product .nv-card-content-wrapper .anas-compact-cart .compact-qty-form {
    width: 100% !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: stretch !important;
    gap: 12px !important;
    margin: 0 !important;
    padding: 0 !important;
    background: transparent !important;
    border: 0 !important;
}

.woocommerce ul.products li.product .nv-card-content-wrapper .anas-compact-cart .compact-qty-group {
    display: flex !important;
    align-items: stretch !important;
    justify-content: flex-start !important;
    flex-wrap: nowrap !important;
    width: 132px !important;
    min-width: 132px !important;
    max-width: 132px !important;
    height: 42px !important;
    margin: 0 auto !important;
    padding: 0 !important;
    background: #2d6a2e !important;
    border: 0 !important;
    border-radius: 4px !important;
    overflow: hidden !important;
    box-shadow: none !important;
    white-space: nowrap !important;
    box-sizing: border-box !important;
}

.woocommerce ul.products li.product .nv-card-content-wrapper .anas-compact-cart button.compact-minus,
.woocommerce ul.products li.product .nv-card-content-wrapper .anas-compact-cart button.compact-plus {
    all: unset !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 40px !important;
    min-width: 40px !important;
    max-width: 40px !important;
    height: 42px !important;
    margin: 0 !important;
    padding: 0 !important;
    background: #2d6a2e !important;
    color: #ffffff !important;
    font-size: 26px !important;
    font-weight: 900 !important;
    cursor: pointer !important;
    line-height: 1 !important;
    box-sizing: border-box !important;
    flex: 0 0 40px !important;
    text-align: center !important;
}

.woocommerce ul.products li.product .nv-card-content-wrapper .anas-compact-cart input.compact-qty {
    all: unset !important;
    display: block !important;
    width: 52px !important;
    min-width: 52px !important;
    max-width: 52px !important;
    height: 42px !important;
    margin: 0 !important;
    padding: 0 !important;
    background: #ffffff !important;
    color: #222 !important;
    font-size: 16px !important;
    font-weight: 700 !important;
    text-align: center !important;
    line-height: 42px !important;
    box-sizing: border-box !important;
}

.woocommerce ul.products li.product .nv-card-content-wrapper .anas-compact-cart button.compact-cart-btn.button.alt {
    all: unset !important;
    display: block !important;
    width: 100% !important;
    min-width: 100% !important;
    max-width: 100% !important;
    height: 44px !important;
    margin: 0 !important;
    padding: 0 !important;
    border-radius: 4px !important;
    background: #2d6a2e !important;
    color: #ffffff !important;
    font-size: 17px !important;
    font-weight: 700 !important;
    cursor: pointer !important;
    text-align: center !important;
    line-height: 44px !important;
    box-sizing: border-box !important;
    flex: none !important;
}


