/* vals-cvetov.ru: ordinary product detail basket toggle.
 * Loaded only on /vals_cvetov/tsvety/.../<numeric-id>/ by the PHP route gate.
 * Keep quantity controls in /basket/, but never open the detail stepper.
 */
#main
  .product-container.detail
  .catalog-detail__buy-block
  .buy_block
  .item-action--basket
  + .in_cart {
  --vals-product-basket-toggle: 1;
  display: none !important;
}

/* Keep the active fixed chat control clear of product contact CTAs. */
@media (min-width: 768px) and (max-width: 991px) {
  #ag-chatpanel-wrap.desctop_position_right {
    right: -2px !important;
    transform: scale(.76) !important;
    transform-origin: bottom right !important;
  }
}

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