/*
 * CT_PRODUCT_DETAIL_02B_CART_BUTTON_FLEX_RECOVERY_SAFE
 * Hotfix visuale scheda prodotto: recupero larghezza bottone Add to cart.
 * Nessun handler, endpoint, runtime checkout o runtime carrello modificato.
 */
html body#product [data-ct-product-cart-grid-02a="active"] {
    display: flex !important;
    flex-flow: row nowrap !important;
    align-items: stretch !important;
    justify-content: flex-start !important;
    gap: 12px !important;
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    height: auto !important;
    min-height: 54px !important;
    box-sizing: border-box !important;
}
html body#product [data-ct-product-cart-grid-02a="active"]::before,
html body#product [data-ct-product-cart-grid-02a="active"]::after {
    content: none !important;
    display: none !important;
}
html body#product [data-ct-product-cart-role-02a="quantity"] {
    flex: 0 0 92px !important;
    width: 92px !important;
    min-width: 92px !important;
    max-width: 92px !important;
    margin: 0 !important;
    padding: 0 !important;
    float: none !important;
    box-sizing: border-box !important;
}
html body#product [data-ct-product-cart-role-02a="add"] {
    display: flex !important;
    flex: 1 1 0 !important;
    align-items: stretch !important;
    width: auto !important;
    min-width: 0 !important;
    max-width: none !important;
    height: 54px !important;
    margin: 0 !important;
    padding: 0 !important;
    float: none !important;
    position: relative !important;
    left: auto !important;
    right: auto !important;
    transform: none !important;
    overflow: visible !important;
    box-sizing: border-box !important;
}
html body#product [data-ct-product-cart-role-02a="add"] > *,
html body#product [data-ct-product-cart-role-02a="add"] .add-to-cart,
html body#product [data-ct-product-add-button-02a="active"] {
    display: flex !important;
    flex: 1 1 auto !important;
    align-items: center !important;
    justify-content: center !important;
    width: 100% !important;
    min-width: 0 !important;
    max-width: none !important;
    height: 54px !important;
    min-height: 54px !important;
    margin: 0 !important;
    float: none !important;
    position: relative !important;
    left: auto !important;
    right: auto !important;
    transform: none !important;
    overflow: visible !important;
    white-space: nowrap !important;
    box-sizing: border-box !important;
}
html body#product [data-ct-product-cart-role-02a="wishlist"] {
    display: flex !important;
    flex: 0 0 52px !important;
    align-items: stretch !important;
    width: 52px !important;
    min-width: 52px !important;
    max-width: 52px !important;
    height: 54px !important;
    margin: 0 !important;
    padding: 0 !important;
    float: none !important;
    position: relative !important;
    left: auto !important;
    right: auto !important;
    transform: none !important;
    box-sizing: border-box !important;
}
html body#product [data-ct-product-cart-role-02a="wishlist"] > * {
    width: 100% !important;
    height: 100% !important;
    margin: 0 !important;
    box-sizing: border-box !important;
}
@media (max-width: 767px) {
    html body#product [data-ct-product-cart-grid-02a="active"] { gap: 8px !important; }
    html body#product [data-ct-product-cart-role-02a="quantity"] {
        flex-basis: 88px !important; width: 88px !important;
        min-width: 88px !important; max-width: 88px !important;
    }
    html body#product [data-ct-product-cart-role-02a="wishlist"] {
        flex-basis: 48px !important; width: 48px !important;
        min-width: 48px !important; max-width: 48px !important;
    }
}
@media (max-width: 479px) {
    html body#product [data-ct-product-cart-grid-02a="active"] { gap: 6px !important; }
    html body#product [data-ct-product-cart-role-02a="quantity"] {
        flex-basis: 86px !important; width: 86px !important;
        min-width: 86px !important; max-width: 86px !important;
    }
    html body#product [data-ct-product-cart-role-02a="wishlist"] {
        flex-basis: 46px !important; width: 46px !important;
        min-width: 46px !important; max-width: 46px !important;
    }
}
