/* mir-rose.ru: product-detail basket toggle.
 * Loaded only after the PHP host, route and detail-DOM gates pass.
 * Quantity controls on /basket/ and the native mobile bottom panel are outside
 * this selector and stay untouched.
 */
#main
  .product-container.detail
  .catalog-detail__buy-block
  .buy_block
  .item-action--basket
  + .in_cart {
  --mir-product-basket-toggle: 1;
  display: none !important;
}

/* Mir-specific fixed-chat geometry. Boundary values are validated in the
 * browser-only preview; no channel is hidden or disabled. */
@media (max-width: 991px) {
  #ag-chatpanel-wrap.desctop_position_right {
    right: -2px !important;
    transform: scale(.78) !important;
    transform-origin: bottom right !important;
  }
}

@media (min-width: 992px) and (max-width: 1679.5px) {
  #ag-chatpanel-wrap.desctop_position_right {
    right: 0 !important;
    transform: scale(.78) !important;
    transform-origin: bottom right !important;
  }
}
