/*
 * CT_PRODUCT_DETAIL_02C_CART_ROLE_REBIND_LAYOUT_RECOVERY_SAFE
 * Layout finale riga acquisto sulla struttura reale:
 * .p-cartwapper > .qty + .add + .leo-compare-wishlist-button.
 */
html body#product
[data-ct-product-cart-layout-02c="active"] {
    display: flex !important;
    flex-flow: row wrap !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;
    margin: 0 !important;
    padding: 0 !important;
    float: none !important;
    box-sizing: border-box !important;
}

html body#product
[data-ct-product-cart-layout-02c="active"]::before,
html body#product
[data-ct-product-cart-layout-02c="active"]::after {
    content: none !important;
    display: none !important;
}

html body#product
[data-ct-product-cart-layout-02c="active"]
[data-ct-product-cart-role-02a="quantity"] {
    order: 1;
    flex: 0 0 92px !important;
    width: 92px !important;
    min-width: 92px !important;
    max-width: 92px !important;
    height: 54px !important;
    margin: 0 !important;
    padding: 0 !important;
    float: none !important;
    box-sizing: border-box !important;
}

html body#product
[data-ct-product-cart-layout-02c="active"]
[data-ct-product-cart-role-02a="add"] {
    order: 2;
    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;
    box-sizing: border-box !important;
}

html body#product
[data-ct-product-cart-layout-02c="active"]
[data-ct-product-cart-role-02a="add"] > *,
html body#product
[data-ct-product-cart-layout-02c="active"]
[data-ct-product-cart-role-02a="add"] .add-to-cart,
html body#product
[data-ct-product-cart-layout-02c="active"]
[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;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    float: none !important;
    position: relative !important;
    left: auto !important;
    right: auto !important;
    transform: none !important;
    overflow: hidden !important;
    white-space: nowrap !important;
    box-sizing: border-box !important;
}

html body#product
[data-ct-product-cart-layout-02c="active"]
[data-ct-product-cart-role-02a="wishlist"] {
    order: 3;
    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;
    box-sizing: border-box !important;
}

html body#product
[data-ct-product-cart-layout-02c="active"]
[data-ct-product-cart-role-02a="wishlist"] > * {
    width: 100% !important;
    height: 100% !important;
    margin: 0 !important;
    box-sizing: border-box !important;
}

html body#product
[data-ct-product-cart-layout-02c="active"]
#stripe-express-checkout-element,
html body#product
[data-ct-product-cart-layout-02c="active"]
#stripe-error-message {
    order: 4;
    flex: 0 0 100% !important;
    width: 100% !important;
    min-width: 0 !important;
    box-sizing: border-box !important;
}

html body#product
[data-ct-product-cart-layout-02c="active"]
#stripe-express-checkout-element:empty,
html body#product
[data-ct-product-cart-layout-02c="active"]
#stripe-error-message:empty {
    display: none !important;
}

@media (max-width: 767px) {
    html body#product
    [data-ct-product-cart-layout-02c="active"] {
        gap: 8px !important;
    }

    html body#product
    [data-ct-product-cart-layout-02c="active"]
    [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-layout-02c="active"]
    [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-layout-02c="active"] {
        gap: 6px !important;
    }

    html body#product
    [data-ct-product-cart-layout-02c="active"]
    [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-layout-02c="active"]
    [data-ct-product-cart-role-02a="wishlist"] {
        flex-basis: 46px !important;
        width: 46px !important;
        min-width: 46px !important;
        max-width: 46px !important;
    }
}
