/* App-only catalog theme layer. Keep commerce controls hidden in templates/CSS for apifarm.app. */
.mini-cart-box,
.search-cart3,
a.nav-item.cart,
.cart-items,
.woocommerce-cart-form,
.cart-collaterals,
.woocommerce-checkout,
.woocommerce-MyAccount-navigation,
.woocommerce-MyAccount-content,
.addcart-link,
button[name="add-to-cart"],
.single_add_to_cart_button,
form.cart,
.checkout-button,
.button.checkout,
.woocommerce-mini-cart,
.preview_desc,
.woocommerce-notices-wrapper,
.list-inline-block.wrap-qty-extra,
.wrap-qty-extra,
.fly_btn_container,
[href*="/cart/"],
[href*="/checkout/"],
[href*="/reviews/"],
[href*="/delivery-and-payment/"],
[href*="add-to-cart"] {
    display: none !important;
}

.detail-info {
    display: flex !important;
    flex-direction: column !important;
    justify-content: center !important;
}

.product-detail > .row {
    display: flex !important;
    align-items: center !important;
    flex-wrap: wrap !important;
}

.product-detail > .row > [class*="col-"] {
    float: none !important;
}

.product-detail .detail-info {
    min-height: 100% !important;
}

.app-header-contact {
    display: flex;
    align-items: center;
    gap: 14px;
    min-height: 72px;
}

.app-header-phone {
    color: #1f1f1f;
    font-weight: 700;
    font-size: 16px;
    white-space: nowrap;
}

.app-callback-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 38px;
    padding: 0 18px;
    border-radius: 3px;
    background: #70a83b;
    color: #fff !important;
    font-weight: 700;
    line-height: 1;
    white-space: nowrap;
}

.app-callback-btn:hover,
.app-callback-btn:focus {
    background: #5f9430;
    color: #fff !important;
}

@media (max-width: 991px) {
    .app-header-contact {
        min-height: 56px;
        gap: 8px;
        float: right !important;
    }
    .app-header-phone {
        font-size: 14px;
    }
    .app-callback-btn {
        min-height: 34px;
        padding: 0 12px;
        font-size: 13px;
    }
}

@media (max-width: 520px) {
    .app-header-contact {
        width: 100%;
        justify-content: center;
        min-height: 48px;
        margin-top: 6px;
    }
}


.app-callback-modal .wrapper-inner {
    max-width: 430px;
}

.app-callback-modal .form-group {
    margin-bottom: 16px;
}

.app-callback-modal .contact.form-control {
    width: 100%;
}
