/*
 * mobile-tweaks-260610.css — точкові мобільні фікси
 * v4: align FAB і back-to-top на bottom:24px, center filter icon
 * 2026-06-10 (v4)
 */

/* ───── 1. КАТЕГОРІЯ: 2 колонки замість 3 на мобільному ───── */
@media (max-width: 767px) {
  #content .product-layout.product-grid.col-xs-4 {
    width: 50% !important;
    float: left !important;
    padding-left: 4px !important;
    padding-right: 4px !important;
  }
  #content .product-thumb h4 a {
    font-size: 13px !important;
    line-height: 1.25 !important;
  }
  #content .product-thumb .price {
    font-size: 14px !important;
  }
}

/* ───── 2. Менша кнопка КУПИТИ ───── */
@media (max-width: 767px) {
  #content .product-thumb .button-group button,
  #content .product-thumb button[onclick*="cart.add"] {
    font-size: 13px !important;
    padding: 10px 16px !important;
    height: auto !important;
    line-height: 1.1 !important;
    letter-spacing: 0.5px !important;
    border-radius: 8px !important;
  }
}

/* ───── 3. polish: трохи більше air між cards ───── */
@media (max-width: 767px) {
  #content .product-thumb {
    margin-bottom: 16px !important;
  }
  #content .product-thumb .image {
    border-radius: 8px !important;
    overflow: hidden !important;
  }
}

/* ───── 4. Filter FAB icon — центрувати + опустити на рівень back-to-top ───── */
@media (max-width: 991px) {
  #mobil_mini i:first-child {
    bottom: 24px !important;           /* same level as .scroll__top */
    right: 24px !important;            /* симметрично з left:24px back-to-top */
    width: 60px !important;            /* same size as back-to-top */
    height: 60px !important;
    line-height: 60px !important;      /* vertical center icon */
    text-align: center !important;     /* horizontal center */
    font-size: 22px !important;
    display: block !important;
    padding: 0 !important;
  }
}

/* ───── 5. Filter CLOSE button (X у відкритому фільтрі) — помітніший violet ───── */
@media (max-width: 991px) {
  #mobil_mini.open_fv i:last-child {
    background-color: #8B7BB8 !important;
    color: white !important;
    width: 48px !important;
    height: 48px !important;
    line-height: 48px !important;
    text-align: center !important;
    font-size: 22px !important;
    box-shadow: 0 4px 14px rgba(0,0,0,0.25) !important;
    z-index: 9999 !important;
  }
}

/* НЕ ЧІПАЄМО:
   - .scroll__top — uже стилізовано (bottom:24px, left:24px, 60px violet) */
