@font-face {
  font-family: 'GetVoIP Grotesque';
  src: url('/fonts/GetVoIPGrotesque.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

body, button, input, select, textarea, table, th, td, div, span, p, h1, h2, h3, h4, a {
  font-family: 'Montserrat', system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
}

.brand-title{
  font-family: 'GetVoIP Grotesque', 'Arial Black', Arial, sans-serif !important;
  font-weight: 800 !important;
  letter-spacing: .04em !important;
  text-transform: uppercase !important;
  font-size: 26px !important;
  line-height: 1.05 !important;
  color: var(--text) !important;
  white-space: nowrap !important;
  display: block !important;
}

.brand-sub{
  font-family: 'Montserrat', system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif !important;
  font-size: 9.5px !important;
  letter-spacing: .18em !important;
  color: #6b7280 !important;
  margin-top: 3px !important;
  font-weight: 700 !important;
  text-transform: uppercase !important;
  white-space: nowrap !important;
  display: block !important;
}

:root{
      --bg: #ffffff;
      --text:#000000;
      --muted:#4B5563;
      --line:#D1D5DB;
      --overlay: rgba(0,0,0,.45);

      --radius: 14px;
      --header-h: 72px;
      --menu-w: 360px;
      --gap: 14px;
    }

    *{ box-sizing:border-box; }
    html, body{ height:100%; }

    body{
      margin:0;
      font-family: Inter, system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
      background: var(--bg);
      background-image: url("/assets/bubbles-stream.svg?v=1788379491328");
      background-repeat: no-repeat;
      background-size: 600px 1200px;
      background-position: 8% 120px;
      background-attachment: fixed;
      color: var(--text);
      overflow-x: hidden;
      padding-top: var(--header-h);
    }

    a{ color: inherit; }

    html{ scroll-padding-top: calc(var(--header-h) + 16px); }
    [id]{ scroll-margin-top: calc(var(--header-h) + 16px); }

    /* ---------- Header ---------- */
    .header {
  background: #ffffff !important;
  position: fixed;
      top:0; left:0; right:0;
      z-index: 90;
      height: var(--header-h);
      background: var(--bg);
      border-bottom: 1.5px solid var(--line);

      display:grid;
      grid-template-columns: 1fr auto 1fr;
      align-items:center;
      gap: 12px;
      padding: 0 20px;
    }

    .left-actions, .right-actions{
      display:flex;
      align-items:center;
      gap:12px;
      min-width: 0;
    }
    .left-actions{ justify-content:flex-start; }
    .right-actions{ justify-content:flex-end; gap:8px; }

    .brand{
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      text-decoration: none;
      color: var(--text);
      justify-self: center;
      text-align: center;
    }
    .brand-title{
  font-family: 'GetVoIP Grotesque', 'Arial Black', Arial, sans-serif !important;
  font-weight: 800 !important;
  letter-spacing: .04em !important;
  text-transform: uppercase !important;
  font-size: 26px !important;
  line-height: 1.05 !important;
  color: var(--text) !important;
  white-space: nowrap !important;
  display: block !important;
}
    .brand-sub{
  font-family: 'Montserrat', system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif !important;
  font-size: 9.5px !important;
  letter-spacing: .18em !important;
  color: #6b7280 !important;
  margin-top: 3px !important;
  font-weight: 700 !important;
  text-transform: uppercase !important;
  white-space: nowrap !important;
  display: block !important;
}

    .menu-btn{
      display:inline-flex;
      align-items:center;
      gap:10px;
      border: 1.5px solid var(--line);
      background: transparent;
      color: var(--text);
      padding: 10px 12px;
      border-radius: 999px;
      cursor:pointer;
      user-select:none;
      transition: background .15s ease, border-color .15s ease, color .15s ease;
      white-space: nowrap;
    }

    .burger{
      width:18px; height:12px;
      display:inline-flex;
      flex-direction:column;
      justify-content:space-between;
    }
    .burger span{
      display:block;
      height:2px;
      background: var(--text);
      border-radius: 2px;
    }

    .menu-label{
      letter-spacing:.08em;
      text-transform:uppercase;
      font-weight:800;
      font-family: 'Montserrat', system-ui, -apple-system, sans-serif;
    }

    .icon-btn{
      border: 1.5px solid var(--line);
      background: transparent;
      color: var(--text);
      height: 52px;
      min-width: 52px;
      padding: 0 16px;
      border-radius: 999px;
      cursor:pointer;
      transition: background .15s ease, border-color .15s ease, color .15s ease;
      display:inline-flex;
      align-items:center;
      justify-content:center;
      gap:10px;
      font-size: 18px;
      user-select:none;
      white-space: nowrap;
    }

    .account-label{
      font-size: 12px;
      font-weight: 800;
      letter-spacing: .08em;
      text-transform: uppercase;
    }

    .badge{
      display:inline-flex;
      align-items:center;
      justify-content:center;
      min-width: 18px;
      height: 18px;
      padding: 0 6px;
      border-radius: 999px;
      background: #000;
      color:#fff;
      font-size: 12px;
      line-height: 1;
      margin-left: 6px;
    }

    /* ---------- Layout ---------- */
    .container{
      width: 100%;
      max-width: 1920px;
      margin: 0 auto;
      padding: 18px 20px 80px;
      position: relative;
      z-index: 2;
    }

    .section-title{
      font-family: 'Montserrat', system-ui, -apple-system, sans-serif;
      font-weight:700;
      text-transform:uppercase;
      letter-spacing:.02em;
      margin: 34px 0 14px;
      font-size: 20px;
    }
    .container > .section-title:first-of-type{ margin-top: 0; }

    .tiles{
      display:grid;
      grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
      gap: var(--gap);
      max-width: 100% !important; width: 100% !important;
    }

    .tile{
      border: 1.5px solid var(--line);
      border-radius: var(--radius);
      padding: 18px;
      display:flex;
      align-items:center;
      justify-content:space-between;
      cursor:pointer;
      user-select:none;
      text-decoration:none;
      transition: background .15s ease, border-color .15s ease, color .15s ease;
      background:#fff;
      min-height: 62px;
    }

    .tile .name{
      font-family: 'Montserrat', system-ui, -apple-system, sans-serif;
      font-weight:700;
      text-transform:uppercase;
      letter-spacing:.02em;
    }
    .tile .arrow{ font-size: 18px; }

    /* ---------- Catalog ---------- */
    .catalog-wrap{
      display:grid;
      grid-template-columns: minmax(260px, 340px) 1fr;
      gap: 18px;
      align-items:start;
      margin-top: 14px;
      max-width: 1920px;
    }

    .catalog-head{
      grid-column: 1 / -1;
      display:grid;
      grid-template-columns: minmax(260px, 340px) 1fr;
      gap: 18px;
      align-items:center;
      padding: 0 0 10px;
      border-bottom: 1.5px solid var(--line);
      margin-bottom: 12px;
    }

    .head-left{ display:flex; align-items:center; }
    .head-right{
      display:flex;
      align-items:center;
      gap: 12px;
      min-width: 0;
    }

    .head-title,
    .head-right .count{
      margin:0;
      font-family: 'Montserrat', system-ui, -apple-system, sans-serif;
      font-weight: 700;
      text-transform: uppercase;
      letter-spacing: .02em;
      font-size: 16px;
      line-height: 1.2;
      white-space: nowrap;
      color: var(--text);
      opacity: 1;
    }

    .active-filters{
      margin-left:auto;
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis;
      max-width: 55%;

      font-family: 'Montserrat', system-ui, -apple-system, sans-serif;
      font-weight: 700;
      text-transform: uppercase;
      letter-spacing: .02em;
      font-size: 16px;
      line-height: 1.2;
      color: var(--text);
      opacity: 1;
    }

    .panel{
      border: 1.5px solid var(--line);
      border-radius: var(--radius);
      padding: 14px;
      position: sticky;
      top: calc(var(--header-h) + 14px);
      background:#fff;
      align-self:start;
    }

    .field{ margin: 10px 0; }
    label{
      display:block;
      font-size: 12px;
      color: var(--muted);
      margin-bottom: 6px;
    }

    input[type="text"], input[type="tel"], input[type="email"], select, input[type="number"], input[type="range"], textarea{
      width: 100%;
      padding: 10px 12px;
      border: 1.5px solid var(--line);
      border-radius: 12px;
      outline: none;
      background:#fff;
      color: var(--text);
    }
    .price-grid{
      display:grid;
      grid-template-columns: 1fr 1fr;
      gap: 10px;
    }
    .price-sub{
      display:block;
      font-size: 12px;
      color: var(--muted);
      margin-bottom: 6px;
    }

    .hint{
      font-size: 12px;
      color: var(--muted);
      margin-top: 6px;
    }

    .btn{
      width: 100%;
      border-radius: 999px;
      padding: 12px 14px;
      border: 1px solid #000;
      background:#000;
      color:#fff;
      text-transform: uppercase;
      letter-spacing: .04em;
      font-weight: 700;
      cursor:pointer;
      transition: background .15s ease, border-color .15s ease, color .15s ease;
    }

    .btn-ghost{
      margin-top: 10px;
      width: 100%;
      border-radius: 999px;
      padding: 12px 14px;
      border: 1.5px solid var(--line);
      background:#fff;
      color:#000;
      text-transform: uppercase;
      letter-spacing: .04em;
      font-weight: 700;
      cursor:pointer;
      transition: background .15s ease, border-color .15s ease, color .15s ease;
    }

    .grid-products{
      display:grid;
      gap: var(--gap);
      align-content:start;
      width: 100%;
      grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
    }
    @media (min-width: 1600px){
      .grid-products{ grid-template-columns: repeat(5, minmax(0, 1fr)); }
    }

    .card{
      border: 1.5px solid var(--line);
      border-radius: var(--radius);
      background:#fff;
      overflow: visible;
      display:flex;
      flex-direction:column;
      min-height: 336px;
      position: relative;
      --thumb-zoom: 1;
    }

    .thumb{
      height: 192px;
      border-bottom: 1.5px solid var(--line);
      display:flex;
      align-items:center;
      justify-content:center;
      background:#fff;
      position:relative;
      overflow:hidden;
      border-radius: var(--radius) var(--radius) 0 0;
    }
    .qty-badge {
      position: absolute;
      top: 10px;
      right: 10px;
      padding: 4px 8px;
      border-radius: 999px;
      border: 2px solid #000;
      background: #fff;
      color: #000;
      font-size: 12px;
      font-weight: 800;
      letter-spacing: .02em;
      text-transform: uppercase;
      line-height: 1;
      pointer-events: none;
      z-index: 2;
    }

    .thumb img{
      width: 100%;
      height: 100%;
      object-fit: contain;
      display:block;
      background:#fff;
      transform: scale(var(--thumb-zoom));
      transform-origin: center center !important;
      position: relative;
      z-index: 1;
    }

    .thumb .ph{
      width: 62%;
      aspect-ratio: 3 / 1;
      border: 2px solid #000;
      border-radius: 999px;
      transform: rotate(25deg);
      opacity: .9;
    }

    .card-body{
      padding: 14px;
      display:flex;
      flex-direction:column;
      gap: 10px;
      flex:1;
      background:#fff;
      border-radius: 0 0 var(--radius) var(--radius);
    }

    .name{
      font-family: 'Montserrat', system-ui, -apple-system, sans-serif;
      font-weight:700;
      text-transform:uppercase;
      letter-spacing:.02em;
      margin:0;
      font-size: 17px;
    }

    .meta{
      color: var(--muted);
      font-size: 16px;
      line-height: 1.4;
      margin:0;
    }

    .price-row{
      margin-top:auto;
      display:flex;
      align-items:center;
      justify-content:space-between;
      gap: 10px;
      padding-top: 6px;
      background:#fff;
    }

    .price{
      font-family: 'Montserrat', system-ui, -apple-system, sans-serif;
      font-weight:700;
      letter-spacing:.02em;
      font-size: 18px;
    }

    .add{
      border: 1px solid #000;
      background:#000;
      color:#fff;
      border-radius: 999px;
      padding: 12px 14px;
      text-transform: uppercase;
      letter-spacing:.04em;
      font-weight: 700;
      font-size: 14px;
      cursor:pointer;
      white-space: nowrap;
      transition: background .15s ease, border-color .15s ease, color .15s ease;
      position: relative;
      z-index: 6;
    }

    .empty{
      border: 1px dashed var(--line);
      border-radius: var(--radius);
      padding: 18px;
      color: var(--muted);
      background:#fff;
    }

    /* ---------- Preview (поверх карточки) ---------- */
    .preview{
      position: absolute;
      inset: -1.5px;
      background: #000000;
      border: none;
      outline: none;
      border-radius: var(--radius);
      padding: 10px;
      display: flex;
      align-items: center;
      justify-content: center;
      box-shadow: none;
      overflow: hidden;
      --preview-zoom: 1.07;

      opacity: 0;
      visibility: hidden;
      pointer-events: none;
      z-index: 5;

      transform: none;
      transition: opacity .12s ease, visibility 0s linear .12s;
    }
    .preview img{
      width: 100%;
      height: 100%;
      object-fit: contain;
      display:block;
      border-radius: 12px;
      background:#000;
      transform: scale(1);
      transform-origin: center center !important;
      transition: transform .18s ease;
    }
    .card.show-preview .preview img{
      transform: scale(calc(var(--preview-zoom) * var(--thumb-zoom)));
    }
    .card.show-preview .preview{
      opacity: 1;
      visibility: visible;
      transform: scale(1);
      transition: opacity .12s ease, transform .12s ease;
    }
    .card.show-preview{ z-index: 20; }
    @media (hover: none){
      .preview{ display:none; }
    }

    /* ---------- Drawer ---------- */
    .overlay{
      position: fixed;
      inset: 0;
      background: var(--overlay);
      opacity: 0;
      pointer-events: none;
      transition: opacity .18s ease;
      z-index: 100;
    }
    .overlay.open{
      opacity: 1;
      pointer-events: auto;
    }

    .drawer{
      position: fixed;
      top: 0;
      left: 0;
      height: 100vh;
      width: min(var(--menu-w), 92vw);
      background: var(--bg);
      border-right: 1.5px solid var(--line);
      transform: translateX(-102%);
      transition: transform .22s ease;
      z-index: 110;
      display:flex;
      flex-direction:column;
    }
    .drawer.open{ transform: translateX(0); }

    .drawer-top{
      height: var(--header-h);
      display:flex;
      align-items:center;
      justify-content:space-between;
      padding: 0 16px;
      border-bottom: 1.5px solid var(--line);
    }

    .drawer-title{
      font-family: 'Montserrat', system-ui, -apple-system, sans-serif;
      font-weight: 700;
      text-transform: uppercase;
      letter-spacing: .02em;
    }

    .close-btn{
      border: 1.5px solid var(--line);
      background: transparent;
      height: 40px;
      width: 40px;
      border-radius: 999px;
      cursor:pointer;
      transition: background .15s ease, border-color .15s ease, color .15s ease;
    }

    .drawer-body{
      padding: 14px 8px 18px;
      overflow:auto;
    }

    .nav-group{
      border-top: 1.5px solid var(--line);
      padding: 12px 8px;
    }
    .nav-group:first-child{ border-top:none; }

    .nav-link{
      display:block;
      padding: 12px 10px;
      border-radius: 12px;
      text-decoration:none;
      color: var(--text);
      transition: background .15s ease, color .15s ease;
      border: 1.5px solid var(--line);
}
    .nav-group .nav-link{
      margin-top: 8px;
    }
    .nav-group .nav-link:first-child{
      margin-top: 0;
    }
    button.nav-link{
      background: transparent;
      border: 1.5px solid var(--line);
      width: 100%;
      text-align: left;
      font: inherit;
      cursor: pointer;
    }

    .nav-link strong{
      font-family: 'Montserrat', system-ui, -apple-system, sans-serif;
      font-weight: 700;
      text-transform: uppercase;
      letter-spacing: .02em;
      font-size: 16px;
    }

    .contacts-heading{
      font-family: 'Montserrat', system-ui, -apple-system, sans-serif;
      font-weight: 700;
      font-size: 13px;
      letter-spacing: .08em;
      text-transform: uppercase;
      color: var(--muted);
      margin-top: 16px;
      margin-bottom: 8px;
      padding-left: 2px;
    }

    .contacts-box{
      margin-top: 0;
      border: 1.5px solid var(--line);
      border-radius: var(--radius);
      padding: 10px;
      background:#fff;
      display: flex;
      flex-direction: column;
      gap: 8px;
    }

    .contact-link-vk {
      display: flex !important;
      align-items: center !important;
      justify-content: space-between !important;
      padding: 10px 12px !important;
      border-radius: 12px !important;
      text-decoration: none !important;
      color: #000000 !important;
      background: #f8fafc !important;
      border: 1.5px solid #0077ff !important;
      margin: 0 !important;
      font-family: 'Montserrat', system-ui, -apple-system, sans-serif !important;
      font-weight: 700 !important;
      font-size: 13px !important;
      transition: all 0.2s ease !important;
    }

    .contact-link-vk:hover {
      background: #0077ff !important;
      color: #ffffff !important;
      transform: translateY(-1px) !important;
      box-shadow: 0 4px 12px rgba(0, 119, 255, 0.25) !important;
    }

    .contact-link-vk .contact-vk-icon {
      fill: #0077ff !important;
      flex-shrink: 0 !important;
      transition: fill 0.2s ease !important;
    }

    .contact-link-vk:hover .contact-vk-icon {
      fill: #ffffff !important;
    }

    .contact-link-vk .contact-vk-label {
      flex-grow: 1 !important;
      margin-left: 10px !important;
    }

    .contact-link-vk .contact-arrow-icon {
      stroke: #0077ff !important;
      flex-shrink: 0 !important;
      transition: stroke 0.2s ease !important;
    }

    .contact-link-vk:hover .contact-arrow-icon {
      stroke: #ffffff !important;
    }

    .contact-link-ozon {
      display: flex !important;
      align-items: center !important;
      justify-content: space-between !important;
      padding: 10px 12px !important;
      border-radius: 12px !important;
      text-decoration: none !important;
      color: #000000 !important;
      background: #f8fafc !important;
      border: 1.5px solid #005bff !important;
      margin: 0 !important;
      font-family: 'Montserrat', system-ui, -apple-system, sans-serif !important;
      font-weight: 700 !important;
      font-size: 13px !important;
      transition: all 0.2s ease !important;
    }

    .contact-link-ozon:hover {
      background: #005bff !important;
      color: #ffffff !important;
      transform: translateY(-1px) !important;
      box-shadow: 0 4px 12px rgba(0, 91, 255, 0.25) !important;
    }

    .contact-link-ozon .contact-ozon-icon {
      flex-shrink: 0 !important;
    }

    .contact-link-ozon .contact-ozon-label {
      flex-grow: 1 !important;
      margin-left: 10px !important;
    }

    .contact-link-ozon .contact-arrow-icon {
      stroke: #005bff !important;
      flex-shrink: 0 !important;
      transition: stroke 0.2s ease !important;
    }

    .contact-link-ozon:hover .contact-arrow-icon {
      stroke: #ffffff !important;
    }

    .contact-link-avito {
      display: flex !important;
      align-items: center !important;
      justify-content: space-between !important;
      padding: 10px 12px !important;
      border-radius: 12px !important;
      text-decoration: none !important;
      color: #000000 !important;
      background: #f8fafc !important;
      border: 1.5px solid #00aaff !important;
      margin: 0 !important;
      font-family: 'Montserrat', system-ui, -apple-system, sans-serif !important;
      font-weight: 700 !important;
      font-size: 13px !important;
      transition: all 0.2s ease !important;
    }

    .contact-link-avito:hover {
      background: #00aaff !important;
      color: #ffffff !important;
      transform: translateY(-1px) !important;
      box-shadow: 0 4px 12px rgba(0, 170, 255, 0.25) !important;
    }

    .contact-link-avito .contact-avito-icon {
      flex-shrink: 0 !important;
    }

    .contact-link-avito .contact-avito-label {
      flex-grow: 1 !important;
      margin-left: 10px !important;
    }

    .contact-link-avito .contact-arrow-icon {
      stroke: #00aaff !important;
      flex-shrink: 0 !important;
      transition: stroke 0.2s ease !important;
    }

    .contact-link-avito:hover .contact-arrow-icon {
      stroke: #ffffff !important;
    }
    .contacts-box p{
      margin: 0 0 8px;
      color: var(--muted);
      font-size: 14px;
      line-height: 1.5;
    }
    .contacts-box .contact-row,
    .contacts-box a{
      display:flex;
      align-items:center;
      justify-content:space-between;
      padding: 10px 10px;
      border-radius: 12px;
      text-decoration:none;
      color: var(--text);
      border: 1.5px solid var(--line);
      transition: background .15s ease, border-color .15s ease, color .15s ease;
      margin: 8px 0 0;
      background:#fff;
    }
    .contacts-box .contact-row{
      display:grid;
      grid-template-columns: auto 1fr auto;
      gap: 10px;
    }
    .contacts-box .contact-value{
      text-align:right;
      overflow:hidden;
      text-overflow: ellipsis;
      white-space: nowrap;
    }
    .copy-btn{
      border: 1.5px solid var(--line);
      background:#fff;
      color: var(--text);
      border-radius: 10px;
      width: 30px;
      height: 30px;
      padding: 0;
      cursor: pointer;
      transition: background .15s ease, border-color .15s ease, color .15s ease;
      display:inline-flex;
      align-items:center;
      justify-content:center;
    }
    .copy-btn svg{
      width: 16px;
      height: 16px;
      display:block;
      fill: currentColor;
    }
    .copy-btn.is-copied{
      background:#000;
      color:#fff;
      border-color:#000;
    }
    .contacts-box .qr-wrap{
      display:inline-flex;
      align-items:center;
      justify-content:center;
      width: 92px;
      height: 92px;
      border-radius: 10px;
      border: 1.5px solid var(--line);
      background:#fff;
      padding: 4px;
      flex: 0 0 auto;
    }
    .contacts-box .qr-wrap img{
      width: 100%;
      height: 100%;
      object-fit: contain;
      display:block;
    }

    footer{
      border-top: 1.5px solid var(--line);
      padding: 18px 20px;
      color: var(--muted);
      font-size: 14px;
      display:flex;
      justify-content:center;
      position: relative;
      z-index: 2;
      background:#fff;
    }

    /* hover-инверсия */
    .menu-btn:hover,
    .icon-btn:hover,
    .close-btn:hover,
    .btn-ghost:hover,
    .tile:hover,
    .drawer .nav-link:hover,
    .contacts-box a:hover,
    .copy-btn:hover{
      background:#000;
      color:#fff;
      border-color:#000;
    }
    .btn:hover,
    .add:hover{
      background:#fff;
      color:#000;
      border-color:#000;
    }
    .tile:hover .name{ color:#fff; }
    .menu-btn:hover .burger span{ background:#fff; }

    /* ---------- Background logo ---------- */
    .bg-logo{
      position: fixed;
      right: 120px;
      top: calc(var(--header-h) + 60px);
      width: clamp(320px, 40vw, 760px);
      opacity: 0.10;
      pointer-events: none;
      z-index: 0;
      filter: grayscale(1);
      transform: rotate(25deg);
      transform-origin: center center !important;
    }
    .bg-logo img{ width: 100%; height: auto; display:block; }

    
    .to-top:hover{
      transform: scale(1.08);
      box-shadow: 0 12px 32px rgba(0,0,0,0.35);
    }

    .sp-chat-btn:hover{
      transform: scale(1.08);
      box-shadow: 0 12px 32px rgba(0,0,0,0.35);
    }
    .sp-chat-btn.has-unread {
      border-color: #ef4444 !important;
      animation: spPulseRed 2s infinite !important;
    }
    @keyframes spPulseRed {
      0% { box-shadow: 0 0 0 0 rgba(239, 68, 68, 0.7); }
      70% { box-shadow: 0 0 0 14px rgba(239, 68, 68, 0); }
      100% { box-shadow: 0 0 0 0 rgba(239, 68, 68, 0); }
    }
    .sp-chat-btn:hover{
      transform: scale(1.08);
      box-shadow: 0 12px 32px rgba(0,0,0,0.35);
    }
    .sp-chat-badge{
      position: absolute;
      top: -2px;
      right: -2px;
      background: #ef4444;
      color: #fff;
      font-size: 11px;
      font-weight: 800;
      height: 20px;
      min-width: 20px;
      padding: 0 6px;
      border-radius: 999px;
      display: flex;
      align-items: center;
      justify-content: center;
      border: 2px solid #fff;
    }
    .sp-chat-window{
      position: absolute;
      bottom: 72px;
      right: 0;
      width: min(360px, 90vw);
      height: 480px;
      background: #fff;
      border: 1.5px solid var(--line);
      border-radius: 18px;
      box-shadow: 0 16px 40px rgba(0,0,0,0.18);
      display: flex;
      flex-direction: column;
      overflow: hidden;
      animation: spChatIn 0.2s cubic-bezier(0.16, 1, 0.3, 1);
    }
    @keyframes spChatIn {
      from { opacity: 0; transform: translateY(12px) scale(0.96); }
      to { opacity: 1; transform: translateY(0) scale(1); }
    }
    .sp-chat-header{
      padding: 14px 16px;
      background: #000;
      color: #fff;
      display: flex;
      align-items: center;
      justify-content: space-between;
      border-bottom: 1.5px solid #222;
    }
    .sp-chat-title{
      font-weight: 700;
      font-size: 14px;
      letter-spacing: .02em;
    }
    .sp-chat-subtitle{
      font-size: 11px;
      color: #10b981;
      font-weight: 600;
      margin-top: 2px;
    }
    .sp-chat-close{
      background: transparent;
      border: none;
      color: #999;
      font-size: 18px;
      cursor: pointer;
      padding: 4px 8px;
      transition: color 0.15s ease;
    }
    .sp-chat-close:hover{ color: #fff; }
    .sp-chat-messages{
      flex: 1;
      overflow-y: auto;
      padding: 14px;
      display: flex;
      flex-direction: column;
      gap: 10px;
      background: #f8fafc;
    }
    .sp-chat-welcome{
      background: #e2e8f0;
      color: #334155;
      padding: 12px 14px;
      border-radius: 12px;
      font-size: 12.5px;
      line-height: 1.45;
      text-align: center;
      margin-bottom: 4px;
    }
    .sp-chat-date-divider {
      display: flex !important;
      align-items: center !important;
      justify-content: center !important;
      margin: 10px 0 6px !important;
      pointer-events: none !important;
      user-select: none !important;
    }
    .sp-chat-date-divider span {
      font-size: 11px !important;
      font-weight: 600 !important;
      color: #64748b !important;
      background: #f1f5f9 !important;
      border: 1px solid #e2e8f0 !important;
      padding: 3px 12px !important;
      border-radius: 999px !important;
      box-shadow: 0 1px 2px rgba(0, 0, 0, 0.04) !important;
    }
    .sp-msg-bubble{
      max-width: 82%;
      padding: 10px 14px;
      font-size: 13px;
      line-height: 1.4;
      word-break: break-word;
    }
    .sp-msg-user{
      align-self: flex-end;
      background: #000;
      color: #fff;
      border-radius: 14px 14px 2px 14px;
    }
    .sp-msg-admin{
      align-self: flex-start;
      background: #fff;
      color: #0f172a;
      border: 1px solid #e2e8f0;
      border-radius: 14px 14px 14px 2px;
      box-shadow: 0 1px 3px rgba(0,0,0,0.05);
    }
    .sp-msg-admin-label{
      font-size: 10px;
      font-weight: 700;
      color: #2563eb;
      margin-bottom: 2px;
      text-transform: uppercase;
      letter-spacing: .04em;
    }
    .sp-msg-time{
      font-size: 9.5px;
      margin-top: 4px;
      opacity: 0.65;
      text-align: right;
    }
    .sp-chat-form{
      display: flex;
      align-items: center;
      padding: 10px;
      background: #fff;
      border-top: 1.5px solid var(--line);
      gap: 8px;
    }
    .sp-chat-input{
      flex: 1;
      border: 1.5px solid var(--line);
      border-radius: 999px;
      padding: 9px 14px;
      font-size: 13px;
      font-family: inherit;
      outline: none;
      transition: border-color 0.15s ease;
    }
    .sp-chat-input:focus{
      border-color: #000;
    }
    .sp-chat-send{
      background: #000;
      color: #fff;
      border: none;
      border-radius: 999px;
      width: 38px;
      height: 38px;
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 14px;
      cursor: pointer;
      transition: background 0.15s ease, transform 0.1s ease;
    }
    .sp-chat-send:hover{
      background: #222;
      transform: scale(1.05);
    }



    .card.show-preview{ z-index: 20; }
    .card.show-preview .name,
    .card.show-preview .meta,
    .card.show-preview .qty-badge,
    .card.show-preview .out-of-stock-badge {
      opacity: 0 !important;
      visibility: hidden !important;
      pointer-events: none !important;
    }
    .card.show-preview .wishlist-toggle-btn {
      z-index: 35 !important;
    }
    .card.show-preview .card-body {
      position: static !important;
      background: transparent !important;
    }
    .card.show-preview .price-row {
      position: absolute !important;
      bottom: 12px !important;
      right: 12px !important;
      left: 12px !important;
      z-index: 25 !important;
      background: transparent !important;
      display: flex !important;
      justify-content: flex-end !important;
      align-items: center !important;
      padding: 0 !important;
      margin: 0 !important;
      pointer-events: none !important;
    }
    .card.show-preview .price-row > * {
      pointer-events: auto !important;
    }
    .card.show-preview .price-row > div:first-child {
      display: none !important;
    }
    /* Компактная аккуратная кнопка с инверсией: белый фон, чёрный текст, чёрная рамка. БЕЗ ЗЕЛЁНОГО */
    .card.show-preview .add {
      background: #ffffff !important;
      color: #000000 !important;
      border: 1.5px solid #000000 !important;
      transform: none !important;
      box-shadow: none !important;
    }
    .card.show-preview .add:hover {
      background: #ffffff !important;
      color: #000000 !important;
      border: 1.5px solid #000000 !important;
      transform: none !important;
      box-shadow: none !important;
    }
    .card.show-preview .card-qty {
      width: auto !important;
      min-width: 120px !important;
      height: 40px !important;
      background: #ffffff !important;
      border: 1.5px solid #000000 !important;
      border-radius: 999px !important;
      box-shadow: 0 4px 14px rgba(0, 0, 0, 0.2) !important;
      padding: 0 4px !important;
    }
    .card.show-preview .card-qty button {
      color: #000000 !important;
    }
    .card.show-preview .card-qty button:hover {
      background: #000000 !important;
      color: #ffffff !important;
    }
    .card.show-preview .card-qty span {
      color: #000000 !important;
    }


@media (max-width: 768px) {
      /* Базовые параметры экрана */
      html, 
      body {
        background-size: 340px 680px;
        background-position: center top 70px;
        padding-top: 64px !important;
      }

      /* Шапка сайта на мобильных */
      .header {
        height: 62px !important;
        padding: 0 10px !important;
        gap: 6px !important;
        grid-template-columns: auto 1fr auto !important;
      }
      .left-actions {
        gap: 4px !important;
      }
      .menu-btn {
        padding: 0 !important;
        width: 40px !important;
        height: 40px !important;
        min-width: 40px !important;
        justify-content: center !important;
        border-radius: 50% !important;
      }
      .menu-label {
        display: none !important; /* Прячем слово "МЕНЮ", оставляем только иконку */
      }
      .burger {
        margin: 0 !important;
      }

      /* Логотип в центре */
      .brand {
        padding: 0 4px !important;
        gap: 2px !important;
      }
      .brand-title{
  font-family: 'GetVoIP Grotesque', 'Arial Black', Arial, sans-serif !important;
  font-weight: 800 !important;
  letter-spacing: .04em !important;
  text-transform: uppercase !important;
  font-size: 26px !important;
  line-height: 1.05 !important;
  color: var(--text) !important;
  white-space: nowrap !important;
  display: block !important;
}
      .brand-sub{
  font-family: 'Montserrat', system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif !important;
  font-size: 9.5px !important;
  letter-spacing: .18em !important;
  color: #6b7280 !important;
  margin-top: 3px !important;
  font-weight: 700 !important;
  text-transform: uppercase !important;
  white-space: nowrap !important;
  display: block !important;
}

      /* Кнопки справа */
      .right-actions {
        gap: 5px !important;
      }
      .icon-btn {
        width: 38px !important;
        height: 38px !important;
        min-width: 38px !important;
        padding: 0 !important;
        font-size: 16px !important;
        gap: 0 !important;
      }
      #accountBtn .account-label {
        display: none !important; /* Прячем текст "ВОЙТИ" / ник, оставляем компактную иконку */
      }
      #adminHeaderBtn .account-label {
        display: none !important;
      }
      .badge {
        font-size: 10px !important;
        min-width: 17px !important;
        height: 17px !important;
        top: -4px !important;
        right: -4px !important;
        padding: 0 3px !important;
      }

      /* Главный контейнер */
      .container {
        padding: 10px 10px 80px !important;
        width: 100% !important;
        box-sizing: border-box !important;
      }
      .section-title {
        font-size: 15px !important;
        margin: 18px 0 10px !important;
      }

      /* Плитки разделов */
      .tiles {
        grid-template-columns: 1fr !important;
        gap: 8px !important;
        margin-bottom: 18px !important;
      }
      .tile {
        padding: 12px 14px !important;
        border-radius: 12px !important;
      }
      .tile .name {
        font-size: 13px !important;
        font-weight: 700 !important;
      }

      /* Каталог и фильтры */
      .catalog-wrap {
        display: flex !important;
        flex-direction: column !important;
        gap: 12px !important;
      }
      .catalog-head {
        display: flex !important;
        flex-direction: column !important;
        gap: 8px !important;
      }
      .head-left {
        display: none !important;
      }
      .head-right {
        width: 100% !important;
      }
      .head-title {
        font-size: 15px !important;
      }
      .panel {
        width: 100% !important;
        position: static !important;
        padding: 12px !important;
        border-radius: 14px !important;
        box-sizing: border-box !important;
      }
      .field {
        margin-bottom: 10px !important;
      }
      .field label {
        font-size: 11.5px !important;
        margin-bottom: 4px !important;
      }
      .field select, .accordion-toggle {
        width: 100% !important;
        height: 42px !important;
        font-size: 13.5px !important;
        border-radius: 10px !important;
        box-sizing: border-box !important;
      }
      .search-box, .search-wrap {
        width: 100% !important;
      }
      .search-input {
        width: 100% !important;
        height: 42px !important;
        font-size: 13.5px !important;
        box-sizing: border-box !important;
      }
      .type-chips {
        padding: 8px !important;
        gap: 6px !important;
      }
      .type-chip {
        padding: 5px 10px !important;
        font-size: 12px !important;
      }

      /* Сетка товаров: ЧЕТКИЕ 2 КОЛОНКИ НА ТЕЛЕФОНЕ */
      .grid-products {
        display: grid !important;
        grid-template-columns: repeat(2, 1fr) !important;
        gap: 10px !important;
        width: 100% !important;
        box-sizing: border-box !important;
      }

      /* Карточка товара на телефоне */
      .card {
        border-radius: 12px !important;
        min-height: auto !important;
        width: 100% !important;
        box-sizing: border-box !important;
        overflow: hidden !important;
        display: flex !important;
        flex-direction: column !important;
      }
      .thumb {
        height: 135px !important;
        border-radius: 12px 12px 0 0 !important;
        background: #000 !important;
      }
      .card-body {
        padding: 10px 8px 12px !important;
        gap: 5px !important;
        min-width: 0 !important;
        box-sizing: border-box !important;
        display: flex !important;
        flex-direction: column !important;
        flex: 1 !important;
      }
      .name {
        font-size: 12px !important;
        min-height: 30px !important;
        line-height: 1.25 !important;
        margin: 0 !important;
      }
      .meta {
        font-size: 11px !important;
        line-height: 1.2 !important;
        margin: 0 !important;
        display: -webkit-box !important;
        -webkit-line-clamp: 2 !important;
        -webkit-box-orient: vertical !important;
        overflow: hidden !important;
      }
      .price-row {
        display: flex !important;
        flex-direction: column !important;
        align-items: stretch !important;
        gap: 6px !important;
        width: 100% !important;
        margin-top: auto !important;
        padding-top: 4px !important;
        box-sizing: border-box !important;
      }
      .price {
        font-size: 15px !important;
        font-weight: 800 !important;
        text-align: left !important;
      }
      .add {
        width: 100% !important;
        height: 38px !important;
        padding: 0 6px !important;
        font-size: 11px !important;
        font-weight: 700 !important;
        border-radius: 999px !important;
        text-align: center !important;
        justify-content: center !important;
        display: flex !important;
        align-items: center !important;
        box-sizing: border-box !important;
      }
      .card-qty {
        width: 100% !important;
        height: 38px !important;
        border-radius: 999px !important;
        display: flex !important;
        align-items: center !important;
        justify-content: space-between !important;
        box-sizing: border-box !important;
      }
      .card-qty button {
        width: 32px !important;
        height: 100% !important;
        font-size: 16px !important;
      }
      .card-qty span {
        font-size: 13.5px !important;
        min-width: 24px !important;
      }
      .wishlist-toggle-btn {
        width: 32px !important;
        height: 32px !important;
        top: 8px !important;
        left: 8px !important;
      }
      .wishlist-toggle-btn svg {
        width: 15px !important;
        height: 15px !important;
      }
      .qty-badge {
        font-size: 10px !important;
        padding: 4px 7px !important;
        top: 8px !important;
        right: 8px !important;
      }
      .out-of-stock-badge {
        font-size: 9px !important;
        padding: 3px 6px !important;
        top: 8px !important;
        left: 8px !important;
      }

      /* Меню-шторка */
      .drawer {
        width: min(300px, 86vw) !important;
      }
      .nav-link {
        font-size: 14px !important;
        padding: 12px 16px !important;
      }

      /* Модалка быстрого просмотра */
      .modal {
        width: calc(100vw - 20px) !important;
        max-width: 420px !important;
        padding: 14px !important;
        max-height: 88vh !important;
      }
      .modal-img-wrap {
        height: 180px !important;
      }

      /* Модалка избранного */
      .wishlist-modal {
        width: calc(100vw - 20px) !important;
        max-width: 440px !important;
        padding: 14px !important;
        max-height: 88vh !important;
      }
      .wishlist-item-row {
        gap: 8px !important;
        padding: 8px 0 !important;
      }
      .wishlist-item-thumb {
        width: 48px !important;
        height: 48px !important;
      }
      .wishlist-item-name {
        font-size: 12px !important;
      }
      .wishlist-item-price {
        font-size: 13px !important;
      }
      .wishlist-add-cart-btn {
        padding: 5px 8px !important;
        font-size: 10.5px !important;
      }
      .wishlist-modal-footer {
        flex-direction: column !important;
        gap: 8px !important;
      }
      .wishlist-clear-btn, .wishlist-add-all-btn {
        width: 100% !important;
        height: 40px !important;
      }

      /* Чат и кнопка "Наверх" */
      .sp-chat-widget {
        bottom: 14px !important;
        right: 14px !important;
      }
      .sp-chat-btn {
        width: 48px !important;
        height: 48px !important;
        font-size: 20px !important;
      }
      .sp-chat-window {
        bottom: 60px !important;
        right: 0 !important;
        width: calc(100vw - 28px) !important;
        height: 420px !important;
        max-height: 72vh !important;
      }
      .to-top {
        right: 14px !important;
        bottom: 70px !important;
        width: 42px !important;
        height: 42px !important;
      }
    }

    /* На совсем узких экранах (iPhone SE 1st gen, 320-350px) */
    @media (max-width: 350px) {
      .grid-products {
        grid-template-columns: 1fr !important;
      }
      .thumb {
        height: 180px !important;
      }
    }

    .card:hover .add,
    .card.show-preview .add {
      background: #fff !important;
      color: #000 !important;
      border: 1.5px solid #000 !important;
    }

    /* ==================== BASE DESKTOP CARD BADGES ==================== */
    .card {
      position: relative !important;
    }
    .wishlist-toggle-btn {
      position: absolute !important;
      top: 10px !important;
      left: 10px !important;
      width: 36px !important;
      height: 36px !important;
      border-radius: 50% !important;
      background: rgba(0, 0, 0, 0.65) !important;
      backdrop-filter: blur(6px) !important;
      border: 1.5px solid rgba(255, 255, 255, 0.2) !important;
      color: #ffffff !important;
      display: flex !important;
      align-items: center !important;
      justify-content: center !important;
      cursor: pointer !important;
      z-index: 10 !important;
      transition: transform 0.2s cubic-bezier(0.34, 1.56, 0.64, 1), background 0.2s, border-color 0.2s !important;
      outline: none !important;
      -webkit-appearance: none !important;
      padding: 0 !important;
    }
    .wishlist-toggle-btn:hover {
      transform: scale(1.1) !important;
      background: rgba(0, 0, 0, 0.85) !important;
      border-color: rgba(255, 255, 255, 0.4) !important;
    }
    .wishlist-toggle-btn.active {
      background: #ef4444 !important;
      border-color: #ef4444 !important;
      color: #ffffff !important;
    }
    .wishlist-toggle-btn.active svg {
      fill: #ffffff !important;
    }
    .wishlist-toggle-btn svg {
      width: 18px !important;
      height: 18px !important;
      fill: none !important;
      stroke: currentColor !important;
    }
    .qty-badge {
      position: absolute !important;
      top: 10px !important;
      right: 10px !important;
      left: auto !important;
      padding: 4px 8px !important;
      border-radius: 999px !important;
      border: 2px solid #000 !important;
      background: #fff !important;
      color: #000 !important;
      font-size: 12px !important;
      font-weight: 800 !important;
  letter-spacing: .02em !important;
  font-size: clamp(11.5px, 0.9vw, 14px) !important;
  white-space: nowrap !important;
      text-transform: uppercase !important;
      line-height: 1 !important;
      pointer-events: none !important;
      z-index: 5 !important;
    }

/* Accordion closed by default */
.accordion-box {
  display: none !important;
}
.accordion-box.open {
  display: block !important;
}


/* ==========================================================================
   ЕДИНЫЙ СТИЛЬ КНОПОК И ПОЛНАЯ ИНВЕРСИЯ ЦВЕТА
   ========================================================================== */

/* 1. Основные (чёрные) кнопки: при ховере инверсия в белый с чёрной рамкой */
.btn,
.add,
.modal-add-btn,
.wishlist-add-cart-btn,
.wishlist-add-all-btn,
#applyFiltersBtn,
#loginBtn,
#regConfirmBtn,
#verifyConfirmBtn,
#resetConfirmBtn,
#saveProfileBtn,
#checkoutBtn {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  border-radius: 999px !important;
  border: 1.5px solid #000 !important;
  background: #000 !important;
  color: #fff !important;
  font-family: 'Montserrat', system-ui, -apple-system, sans-serif !important;
  font-weight: 700 !important;
  text-transform: uppercase !important;
  letter-spacing: .04em !important;
  cursor: pointer !important;
  user-select: none !important;
  transition: background .18s ease, color .18s ease, border-color .18s ease, transform .12s ease !important;
}

.btn:hover,
.add:hover,
.modal-add-btn:hover,
.wishlist-add-cart-btn:hover,
.wishlist-add-all-btn:hover,
#applyFiltersBtn:hover,
#loginBtn:hover,
#regConfirmBtn:hover,
#verifyConfirmBtn:hover,
#resetConfirmBtn:hover,
#saveProfileBtn:hover,
#checkoutBtn:hover {
  background: #fff !important;
  color: #000 !important;
  border-color: #000 !important;
}

.btn:active,
.add:active,
.modal-add-btn:active,
.wishlist-add-cart-btn:active,
.wishlist-add-all-btn:active,
#applyFiltersBtn:active,
#loginBtn:active,
#regConfirmBtn:active,
#verifyConfirmBtn:active,
#resetConfirmBtn:active,
#saveProfileBtn:active,
#checkoutBtn:active {
  transform: scale(0.97) !important;
}

/* 2. Вторичные (белые/контурные) кнопки: при ховере инверсия в чёрный с белым текстом */
.btn-ghost,
.wishlist-clear-btn,
#resetFiltersBtn,
#regSendBtn,
#verifySendBtn,
#resetSendBtn,
#logoutBtn,
#clearCartBtn,
.info-tab {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  border-radius: 999px !important;
  border: 1.5px solid var(--line) !important;
  background: #fff !important;
  color: #000 !important;
  font-family: 'Montserrat', system-ui, -apple-system, sans-serif !important;
  font-weight: 700 !important;
  text-transform: uppercase !important;
  letter-spacing: .04em !important;
  cursor: pointer !important;
  user-select: none !important;
  transition: background .18s ease, color .18s ease, border-color .18s ease, transform .12s ease !important;
}

.btn-ghost:hover,
.wishlist-clear-btn:hover,
#resetFiltersBtn:hover,
#regSendBtn:hover,
#verifySendBtn:hover,
#resetSendBtn:hover,
#logoutBtn:hover,
#clearCartBtn:hover,
.info-tab:hover,
.info-tab.active {
  background: #000 !important;
  color: #fff !important;
  border-color: #000 !important;
}

.btn-ghost:active,
.wishlist-clear-btn:active,
#resetFiltersBtn:active,
#regSendBtn:active,
#verifySendBtn:active,
#resetSendBtn:active,
#logoutBtn:active,
#clearCartBtn:active,
.info-tab:active {
  transform: scale(0.97) !important;
}

/* 3. Кнопки иконки и меню (инверсия в чёрный) */
.menu-btn,
.icon-btn,
.close-btn,
.copy-btn,
.toggle-pass {
  transition: background .18s ease, color .18s ease, border-color .18s ease, transform .12s ease !important;
}

.menu-btn:hover,
.icon-btn:hover,
.close-btn:hover,
.copy-btn:hover,
.toggle-pass:hover {
  background: #000 !important;
  color: #fff !important;
  border-color: #000 !important;
}

.menu-btn:hover .burger span {
  background: #fff !important;
}

.icon-btn:hover svg {
  stroke: #fff !important;
}

.menu-btn:active,
.icon-btn:active,
.close-btn:active,
.copy-btn:active,
.toggle-pass:active {
  transform: scale(0.95) !important;
}

/* 4. Инверсия кнопки «В КОРЗИНУ» на карточке при превью/наведении на карточку */
.card:hover .add,
.card.show-preview .add {
  background: #fff !important;
  color: #000 !important;
  border: 1.5px solid #000 !important;
}

.card:hover .add:hover,
.card.show-preview .add:hover {
  background: #000 !important;
  color: #fff !important;
  border: 1.5px solid #000 !important;
}

/* Инверсия блока количества на карточке при превью */
.card:hover .card-qty,
.card.show-preview .card-qty {
  background: #fff !important;
  color: #000 !important;
  border: 1.5px solid #000 !important;
}

.card:hover .card-qty span,
.card.show-preview .card-qty span {
  color: #000 !important;
}

.card:hover .card-qty button,
.card.show-preview .card-qty button {
  color: #000 !important;
}

.card:hover .card-qty button:hover,
.card.show-preview .card-qty button:hover {
  background: #000 !important;
  color: #fff !important;
}

/* 5. Кнопки количества в корзине */
.qty button,
.cart-item-qty button {
  transition: all .18s ease !important;
}

.qty button:hover,
.cart-item-qty button:hover {
  background: #000 !important;
  color: #fff !important;
  border-color: #000 !important;
}


/* ==========================================================================
   ФИЛЬТРЫ КАТАЛОГА: ЕДИНЫЙ СТИЛЬ ВСЕХ ПОЛЕЙ И "ВИДЫ"
   ========================================================================== */
.panel {
  border: 1.5px solid var(--line) !important;
  border-radius: 18px !important;
  padding: 16px !important;
  background: #fff !important;
  box-sizing: border-box !important;
}

.field {
  margin-bottom: 12px !important;
}

.field label {
  display: block !important;
  font-family: 'Montserrat', system-ui, -apple-system, sans-serif !important;
  font-size: 12.5px !important;
  font-weight: 600 !important;
  color: var(--muted) !important;
  margin-bottom: 6px !important;
  text-transform: none !important;
}

/* Все инпуты, селекты и кнопка-аккордеон "Виды" имеют 100% одинаковый размер и стиль */
.field select,
.search-input,
.range-row select,
.accordion-toggle {
  width: 100% !important;
  height: 44px !important;
  border: 1.5px solid var(--line) !important;
  border-radius: 12px !important;
  padding: 0 14px !important;
  background: #fff !important;
  color: var(--text) !important;
  font-family: 'Montserrat', system-ui, -apple-system, sans-serif !important;
  font-size: 13.5px !important;
  font-weight: 600 !important;
  box-sizing: border-box !important;
  outline: none !important;
  cursor: pointer !important;
  transition: border-color 0.18s ease, box-shadow 0.18s ease !important;
}

.field select:hover,
.search-input:hover,
.range-row select:hover,
.accordion-toggle:hover {
  border-color: #000 !important;
}

.field select:focus,
.search-input:focus,
.range-row select:focus,
.accordion-toggle:focus {
  border-color: #000 !important;
}

/* Аккордеон "Виды" выровнен как селект */
.accordion-toggle {
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  text-align: left !important;
  appearance: none !important;
  -webkit-appearance: none !important;
}

.accordion-toggle #lureTypeChevron {
  font-size: 11px !important;
  color: var(--muted) !important;
  transition: transform 0.2s ease !important;
}

.accordion-toggle.active #lureTypeChevron {
  transform: rotate(180deg) !important;
}

.accordion-box {
  display: none !important;
  margin-top: 6px !important;
  border: 1.5px solid var(--line) !important;
  border-radius: 12px !important;
  background: #f8fafc !important;
  padding: 8px !important;
  box-sizing: border-box !important;
}

.accordion-box.open {
  display: block !important;
}

.type-chips {
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 6px !important;
}

.type-chip {
  padding: 6px 12px !important;
  border: 1.5px solid var(--line) !important;
  border-radius: 999px !important;
  background: #fff !important;
  color: var(--text) !important;
  font-family: 'Montserrat', sans-serif !important;
  font-size: 12px !important;
  font-weight: 700 !important;
  cursor: pointer !important;
  user-select: none !important;
  transition: all .15s ease !important;
}

.type-chip:hover {
  border-color: #000 !important;
}

.type-chip.active {
  background: #000 !important;
  color: #fff !important;
  border-color: #000 !important;
}

/* ==========================================================================
   ОНЛАЙН-ЧАТ И КНОПКА "НАВЕРХ": ДЕСКТОП И ВСЕ СТРАНИЦЫ
   ========================================================================== */
.sp-chat-widget {
  position: fixed !important;
  bottom: 24px !important;
  right: 24px !important;
  z-index: 1000 !important;
  font-family: 'Montserrat', system-ui, -apple-system, sans-serif !important;
  display: block !important;
}

.sp-chat-btn {
  width: 58px !important;
  height: 58px !important;
  border-radius: 999px !important;
  background: #000 !important;
  color: #fff !important;
  border: 3px solid #10b981 !important;
  box-shadow: 0 8px 24px rgba(0,0,0,0.25) !important;
  cursor: pointer !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  font-size: 24px !important;
  position: relative !important;
  transition: transform 0.2s cubic-bezier(0.34, 1.56, 0.64, 1), box-shadow 0.2s ease, border-color 0.2s ease !important;
  outline: none !important;
}

.sp-chat-btn:hover {
  transform: scale(1.08) !important;
  box-shadow: 0 12px 32px rgba(0,0,0,0.35) !important;
}

.sp-chat-btn.has-unread {
  border-color: #ef4444 !important;
  animation: spPulseRed 2s infinite !important;
}

@keyframes spPulseRed {
  0% { box-shadow: 0 0 0 0 rgba(239, 68, 68, 0.7); }
  70% { box-shadow: 0 0 0 14px rgba(239, 68, 68, 0); }
  100% { box-shadow: 0 0 0 0 rgba(239, 68, 68, 0); }
}

.sp-chat-badge {
  position: absolute !important;
  top: -3px !important;
  right: -3px !important;
  background: #ef4444 !important;
  color: #fff !important;
  font-size: 11px !important;
  font-weight: 800 !important;
  height: 20px !important;
  min-width: 20px !important;
  padding: 0 6px !important;
  border-radius: 999px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  border: 2px solid #fff !important;
  box-shadow: 0 2px 8px rgba(239,68,68,0.5) !important;
}

.sp-chat-window {
  position: absolute !important;
  bottom: 72px !important;
  right: 0 !important;
  width: min(360px, 90vw) !important;
  height: 480px !important;
  background: #fff !important;
  border: 1.5px solid var(--line) !important;
  border-radius: 18px !important;
  box-shadow: 0 16px 40px rgba(0,0,0,0.18) !important;
  display: none !important;
  flex-direction: column !important;
  overflow: hidden !important;
  animation: spChatIn 0.2s cubic-bezier(0.16, 1, 0.3, 1) !important;
}

.sp-chat-window.open {
  display: flex !important;
}

.sp-chat-window:not(.open),
.sp-chat-window[style*="display: none"],
.sp-chat-window[style*="display:none"] {
  display: none !important;
}

@keyframes spChatIn {
  from { opacity: 0; transform: translateY(12px) scale(0.96); }
  to { opacity: 1; transform: translateY(0) scale(1); }
}

.sp-chat-header {
  padding: 14px 16px !important;
  background: #000 !important;
  color: #fff !important;
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  border-bottom: 1.5px solid #222 !important;
}

.sp-chat-title {
  font-weight: 700 !important;
  font-size: 14px !important;
  letter-spacing: .02em !important;
}

.sp-chat-subtitle {
  font-size: 11px !important;
  color: #10b981 !important;
  font-weight: 600 !important;
  margin-top: 2px !important;
}

.sp-chat-close {
  background: transparent !important;
  border: none !important;
  color: #999 !important;
  font-size: 18px !important;
  cursor: pointer !important;
  padding: 4px 8px !important;
  transition: color 0.15s ease !important;
}

.sp-chat-close:hover { color: #fff !important; }

.sp-chat-messages {
  flex: 1 !important;
  overflow-y: auto !important;
  padding: 14px !important;
  display: flex !important;
  flex-direction: column !important;
  gap: 10px !important;
  background: #f8fafc !important;
}

.sp-chat-welcome {
  background: #e2e8f0 !important;
  color: #334155 !important;
  padding: 12px 14px !important;
  border-radius: 12px !important;
  font-size: 12.5px !important;
  line-height: 1.45 !important;
  text-align: center !important;
  margin-bottom: 4px !important;
}

.sp-msg-bubble {
  max-width: 82% !important;
  padding: 10px 14px !important;
  font-size: 13px !important;
  line-height: 1.4 !important;
  word-break: break-word !important;
}

.sp-msg-user {
  align-self: flex-end !important;
  background: #000 !important;
  color: #fff !important;
  border-radius: 14px 14px 2px 14px !important;
}

.sp-msg-admin {
  align-self: flex-start !important;
  background: #fff !important;
  color: #0f172a !important;
  border: 1px solid #e2e8f0 !important;
  border-radius: 14px 14px 14px 2px !important;
  box-shadow: 0 1px 3px rgba(0,0,0,0.05) !important;
}

.sp-msg-admin.unread-msg {
  border-left: 3.5px solid #ef4444 !important;
  background: #fff5f5 !important;
}

.sp-msg-admin.unread-msg .sp-msg-admin-label {
  color: #ef4444 !important;
}

.sp-msg-admin-label {
  font-size: 10px !important;
  font-weight: 700 !important;
  color: #2563eb !important;
  margin-bottom: 2px !important;
  text-transform: uppercase !important;
  letter-spacing: .04em !important;
}

.sp-msg-time {
  font-size: 9.5px !important;
  margin-top: 4px !important;
  opacity: 0.65 !important;
  text-align: right !important;
}

.sp-chat-form {
  display: flex !important;
  align-items: center !important;
  padding: 10px !important;
  background: #fff !important;
  border-top: 1.5px solid var(--line) !important;
  gap: 8px !important;
}

.sp-chat-input {
  flex: 1 !important;
  height: 40px !important;
  border: 1.5px solid var(--line) !important;
  border-radius: 999px !important;
  padding: 0 14px !important;
  font-size: 13px !important;
  font-family: inherit !important;
  outline: none !important;
  transition: border-color 0.15s ease !important;
}

.sp-chat-input:focus {
  border-color: #000 !important;
}

.sp-chat-send {
  background: #000 !important;
  color: #fff !important;
  border: none !important;
  border-radius: 999px !important;
  width: 40px !important;
  height: 40px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  font-size: 14px !important;
  cursor: pointer !important;
  transition: background 0.15s ease, transform 0.1s ease !important;
}

.sp-chat-send:hover {
  background: #222 !important;
  transform: scale(1.05) !important;
}

/* Кнопка "Наверх" */
.to-top {
  position: fixed !important;
  right: 24px !important;
  bottom: 96px !important;
  z-index: 999 !important;
  width: 58px !important;
  height: 58px !important;
  border-radius: 999px !important;
  border: 3px solid #10b981 !important;
  background: #000 !important;
  color: #fff !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  font-size: 24px !important;
  cursor: pointer !important;
  box-shadow: 0 8px 24px rgba(0,0,0,0.25) !important;
  transition: all 0.2s cubic-bezier(0.34, 1.56, 0.64, 1) !important;
  opacity: 0;
  pointer-events: none;
  transform: translateY(10px);
}

.to-top.visible {
  opacity: 1 !important;
  pointer-events: auto !important;
  transform: translateY(0) !important;
}

.to-top:hover {
  transform: scale(1.08) !important;
  box-shadow: 0 12px 32px rgba(0,0,0,0.35) !important;
}


/* ==========================================================================
   ЧЕРНАЯ ПОДЛОЖКА ЗА ФОТО ТОВАРОВ И ЧИСТАЯ КНОПКА ИЗБРАННОГО
   ========================================================================== */
.thumb,
.thumb img,
.preview,
.preview img {
  background: #000000 !important;
}

.card {
  background: #ffffff !important;
  position: relative !important;
}

/* Кнопка избранного: белый фон, чёрный контур, под единый стиль */
.wishlist-toggle-btn {
  position: absolute !important;
  top: 10px !important;
  left: 10px !important;
  width: 36px !important;
  height: 36px !important;
  border-radius: 50% !important;
  background: #ffffff !important;
  border: 1.5px solid #000000 !important;
  color: #000000 !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  cursor: pointer !important;
  z-index: 10 !important;
  padding: 0 !important;
  outline: none !important;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.25) !important;
  transition: transform 0.2s cubic-bezier(0.34, 1.56, 0.64, 1), background 0.18s ease, border-color 0.18s ease, color 0.18s ease, box-shadow 0.18s ease !important;
}

.wishlist-toggle-btn svg {
  width: 18px !important;
  height: 18px !important;
  fill: none !important;
  stroke: #000000 !important;
  stroke-width: 2 !important;
  transition: all 0.18s ease !important;
}

/* Ховер: чистая инверсия (чёрный фон, белое сердечко) */
.wishlist-toggle-btn:hover {
  transform: scale(1.1) !important;
  background: #000000 !important;
  border-color: #000000 !important;
  color: #ffffff !important;
}

.wishlist-toggle-btn:hover svg {
  stroke: #ffffff !important;
}

/* При добавлении в избранное: ГОРИТ ЯРКО-КРАСНЫМ! */
.wishlist-toggle-btn.active {
  background: #ef4444 !important;
  border-color: #ef4444 !important;
  color: #ffffff !important;
  box-shadow: 0 0 16px rgba(239, 68, 68, 0.95), 0 2px 8px rgba(0, 0, 0, 0.3) !important;
}

.wishlist-toggle-btn.active svg {
  fill: #ffffff !important;
  stroke: #ffffff !important;
}

.wishlist-toggle-btn.active:hover {
  transform: scale(1.15) !important;
  background: #dc2626 !important;
  border-color: #dc2626 !important;
  box-shadow: 0 0 22px rgba(239, 68, 68, 1) !important;
}


/* ==========================================================================
   МАСШТАБИРОВАНИЕ И ПОДГОНКА ПОД РАЗНЫЕ ЭКРАНЫ ПК
   ========================================================================== */
@media (min-width: 1500px) {
  body {
    zoom: 1.3;
  }
}

@media (min-width: 1200px) and (max-width: 1499px) {
  body {
    zoom: 1.15;
  }
  .grid-products {
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  }
}

@media (min-width: 900px) and (max-width: 1199px) {
  body {
    zoom: 1.05;
  }
  .grid-products {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }
}


/* ==========================================================================
   ПОДСКАЗКИ И ПРЕВЬЮ ПРИ РЕГИСТРАЦИИ (ЛОГИН, ПАРОЛИ, ОШИБКИ)
   ========================================================================== */
.pass-reqs {
  margin-top: 8px !important;
  padding: 10px 14px !important;
  background: #f8fafc !important;
  border: 1.5px solid #e2e8f0 !important;
  border-radius: 12px !important;
  display: flex !important;
  flex-direction: column !important;
  gap: 6px !important;
  font-size: 12.5px !important;
  font-weight: 600 !important;
  transition: all 0.2s ease !important;
  box-sizing: border-box !important;
}

.pass-reqs .req-item {
  display: flex !important;
  align-items: center !important;
  gap: 8px !important;
  color: #ef4444 !important;
  transition: color 0.15s ease !important;
  font-size: 12px !important;
  line-height: 1.3 !important;
}

.pass-reqs .req-item.valid {
  color: #10b981 !important;
}

/* Стилизованные плашки ошибок/успеха под регистрацией */
.msg {
  margin-top: 12px !important;
  padding: 10px 14px !important;
  border-radius: 12px !important;
  font-size: 12.5px !important;
  font-weight: 600 !important;
  display: none !important;
  align-items: center !important;
  gap: 8px !important;
  box-sizing: border-box !important;
  transition: all 0.2s ease !important;
}

.msg:not(:empty) {
  display: flex !important;
}

.msg.error {
  background: #fef2f2 !important;
  border: 1.5px solid #fecaca !important;
  color: #ef4444 !important;
}

.msg:not(.error) {
  background: #f0fdf4 !important;
  border: 1.5px solid #bbf7d0 !important;
  color: #10b981 !important;
}


/* ==========================================================================
   ФУТЕР САЙТА (ПОДВАЛ): ЕДИНЫЙ СТИЛЬ И РЕКВИЗИТЫ
   ========================================================================== */
.site-footer,
footer {
  margin-top: 60px !important;
  padding: 36px 20px 70px !important;
  border-top: 1.5px solid var(--line) !important;
  background: #ffffff !important;
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  justify-content: center !important;
  text-align: center !important;
  gap: 16px !important;
  font-family: 'Montserrat', system-ui, -apple-system, sans-serif !important;
  box-sizing: border-box !important;
  width: 100% !important;
}

.footer-nav {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  flex-wrap: wrap !important;
  gap: 16px !important;
  font-size: 13px !important;
  font-weight: 700 !important;
  text-transform: uppercase !important;
  letter-spacing: .02em !important;
}

.footer-link {
  color: #000000 !important;
  text-decoration: none !important;
  transition: opacity 0.15s ease !important;
}

.footer-link:hover {
  opacity: 0.6 !important;
}

.footer-dot {
  color: #94a3b8 !important;
  font-weight: 400 !important;
}

.footer-legal {
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  gap: 6px !important;
  font-size: 12px !important;
  line-height: 1.6 !important;
}

.footer-brand-line {
  color: var(--muted) !important;
  font-weight: 600 !important;
  letter-spacing: .04em !important;
}

.footer-owner-line {
  color: #000000 !important;
  font-weight: 600 !important;
}


/* Полное скрытие красного кружка бейджа с цифрой у чата */
.sp-chat-badge,
#spChatBadge {
  display: none !important;
}

/* Обводка кнопки чата плавно меняется из зелёного в красный */
.sp-chat-btn {
  border: 3px solid #10b981 !important;
  transition: border-color 0.25s ease, box-shadow 0.25s ease, transform 0.2s cubic-bezier(0.34, 1.56, 0.64, 1) !important;
}

.sp-chat-btn.has-unread {
  border-color: #ef4444 !important;
  animation: spPulseRed 1.8s infinite !important;
}


/* ==========================================================================
   КАСТОМНЫЕ ВЫПАДАЮЩИЕ СПИСКИ ФИЛЬТРОВ (БЕЗ СИНЕГО ПОДСВЕЧИВАНИЯ)
   ========================================================================== */
.custom-select-wrap {
  position: relative !important;
  width: 100% !important;
}

.custom-select-trigger {
  width: 100% !important;
  height: 44px !important;
  background: #ffffff !important;
  border: 1.5px solid var(--line) !important;
  border-radius: 12px !important;
  padding: 0 14px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  gap: 8px !important;
  cursor: pointer !important;
  font-family: 'Montserrat', system-ui, -apple-system, sans-serif !important;
  font-size: 13.5px !important;
  font-weight: 600 !important;
  color: #000000 !important;
  transition: border-color 0.18s ease, box-shadow 0.18s ease !important;
  box-sizing: border-box !important;
  text-align: left !important;
}

.custom-select-trigger:hover,
.custom-select-trigger:focus-visible,
.custom-select-wrap.is-open .custom-select-trigger {
  border-color: #000000 !important;
  outline: none !important;
}

.custom-select-text {
  overflow: hidden !important;
  text-overflow: ellipsis !important;
  white-space: nowrap !important;
}

.custom-select-arrow {
  font-size: 10px !important;
  color: var(--muted) !important;
  transition: transform 0.2s ease !important;
  flex-shrink: 0 !important;
}

.custom-select-wrap.is-open .custom-select-arrow {
  transform: rotate(180deg) !important;
  color: #000000 !important;
}

.custom-select-dropdown {
  position: absolute !important;
  top: calc(100% + 5px) !important;
  left: 0 !important;
  right: 0 !important;
  background: #ffffff !important;
  border: 1.5px solid #000000 !important;
  border-radius: 12px !important;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.18) !important;
  max-height: 230px !important;
  overflow-y: auto !important;
  z-index: 120 !important;
  display: none !important;
  padding: 5px !important;
  box-sizing: border-box !important;
}

.custom-select-wrap.is-open {
  z-index: 500 !important;
}

.custom-select-wrap.is-open .custom-select-dropdown {
  display: block !important;
  opacity: 1 !important;
  z-index: 501 !important;
  background: #ffffff !important;
  background-color: #ffffff !important;
  animation: spFadeDrop 0.16s ease-out forwards !important;
}

@keyframes spFadeDrop {
  from {
    opacity: 0;
    transform: translateY(-4px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.custom-select-item {
  padding: 9px 12px !important;
  border-radius: 8px !important;
  font-size: 13px !important;
  font-weight: 600 !important;
  color: #000000 !important;
  background: #ffffff !important;
  cursor: pointer !important;
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  transition: background 0.12s ease, color 0.12s ease !important;
  user-select: none !important;
  box-sizing: border-box !important;
}

/* Наш фирменный стиль инверсии: чёрный фон, белый текст при наведении! Никакого синего цвета! */
.custom-select-item:hover {
  background: #000000 !important;
  color: #ffffff !important;
}

.custom-select-item.is-selected {
  background: #f1f5f9 !important;
  color: #000000 !important;
}

.custom-select-item.is-selected:hover {
  background: #000000 !important;
  color: #ffffff !important;
}

/* Стилизация скроллбара */
.custom-select-dropdown::-webkit-scrollbar {
  width: 6px;
}
.custom-select-dropdown::-webkit-scrollbar-track {
  background: #f8fafc;
  border-radius: 8px;
}
.custom-select-dropdown::-webkit-scrollbar-thumb {
  background: #cbd5e1;
  border-radius: 8px;
}
.custom-select-dropdown::-webkit-scrollbar-thumb:hover {
  background: #94a3b8;
}

/* Глобальное отключение синей обводки у фокуса любых инпутов и селектов */
input:focus,
input:focus-visible,
select:focus,
select:focus-visible,
textarea:focus,
textarea:focus-visible,
button:focus-visible {
  outline: none !important;
  border-color: #000000 !important;
  box-shadow: none !important;
  -webkit-tap-highlight-color: transparent !important;
}


.custom-select-wrap select,
select.custom-hidden {
  display: none !important;
}


/* ==========================================================================
   МОДАЛЬНОЕ ОКНО «ИЗБРАННЫЕ ТОВАРЫ» (Ч/Б СТИЛЬ SECRET PLACE)
   ========================================================================== */
.wishlist-modal-overlay {
  position: fixed !important;
  inset: 0 !important;
  background: rgba(0, 0, 0, 0.65) !important;
  backdrop-filter: blur(5px) !important;
  z-index: 9999 !important;
  display: none !important;
  align-items: center !important;
  justify-content: center !important;
  padding: 16px !important;
  animation: spFadeIn 0.2s ease !important;
  box-sizing: border-box !important;
}

.wishlist-modal-overlay.open {
  display: flex !important;
}

.wishlist-modal-overlay:not(.open),
.wishlist-modal-overlay[style*="display: none"],
.wishlist-modal-overlay[style*="display:none"] {
  display: none !important;
}

@keyframes spFadeIn {
  from { opacity: 0; }
  to { opacity: 1; }
}

.wishlist-modal-card {
  background: #ffffff !important;
  border: 1.5px solid #000000 !important;
  border-radius: 18px !important;
  width: 100% !important;
  max-width: 560px !important;
  max-height: 85vh !important;
  display: flex !important;
  flex-direction: column !important;
  box-shadow: 0 25px 60px rgba(0, 0, 0, 0.35) !important;
  overflow: hidden !important;
  box-sizing: border-box !important;
  animation: spScaleUp 0.2s cubic-bezier(0.34, 1.56, 0.64, 1) !important;
}

@keyframes spScaleUp {
  from {
    opacity: 0;
    transform: scale(0.95);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}

.wishlist-modal-header {
  padding: 16px 20px !important;
  background: #ffffff !important;
  border-bottom: 1.5px solid var(--line) !important;
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
}

.wishlist-modal-title {
  font-size: 16px !important;
  font-weight: 800 !important;
  color: #000000 !important;
  display: flex !important;
  align-items: center !important;
  gap: 10px !important;
  letter-spacing: .02em !important;
}

.wishlist-count-tag {
  background: #000000 !important;
  color: #ffffff !important;
  font-size: 12px !important;
  font-weight: 700 !important;
  padding: 2px 8px !important;
  border-radius: 999px !important;
}

.wishlist-modal-close {
  background: none !important;
  border: none !important;
  font-size: 20px !important;
  color: var(--muted) !important;
  cursor: pointer !important;
  line-height: 1 !important;
  padding: 4px !important;
  transition: color 0.15s ease !important;
}

.wishlist-modal-close:hover {
  color: #000000 !important;
}

.wishlist-items-body {
  padding: 16px 20px !important;
  overflow-y: auto !important;
  display: flex !important;
  flex-direction: column !important;
  gap: 12px !important;
  flex: 1 !important;
  max-height: calc(85vh - 140px) !important;
}

.wishlist-item-row {
  display: flex !important;
  align-items: center !important;
  gap: 14px !important;
  padding: 10px 14px !important;
  background: #f8fafc !important;
  border: 1.5px solid var(--line) !important;
  border-radius: 14px !important;
  transition: border-color 0.15s ease !important;
}

.wishlist-item-row:hover {
  border-color: #000000 !important;
}

.wishlist-item-thumb {
  width: 56px !important;
  height: 56px !important;
  object-fit: contain !important;
  background: #000000 !important;
  border-radius: 8px !important;
  flex-shrink: 0 !important;
}

.wishlist-item-info {
  flex: 1 !important;
  display: flex !important;
  flex-direction: column !important;
  gap: 2px !important;
  min-width: 0 !important;
}

.wishlist-item-name {
  font-size: 13.5px !important;
  font-weight: 700 !important;
  color: #000000 !important;
  white-space: nowrap !important;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
}

.wishlist-item-meta {
  font-size: 11.5px !important;
  color: var(--muted) !important;
}

.wishlist-item-price {
  font-size: 14px !important;
  font-weight: 800 !important;
  color: #000000 !important;
  margin-top: 2px !important;
}

.wishlist-item-actions {
  display: flex !important;
  align-items: center !important;
  gap: 8px !important;
  flex-shrink: 0 !important;
}

.wishlist-add-cart-btn {
  background: #000000 !important;
  color: #ffffff !important;
  border: 1.5px solid #000000 !important;
  border-radius: 999px !important;
  padding: 8px 16px !important;
  font-size: 12px !important;
  font-weight: 700 !important;
  cursor: pointer !important;
  transition: all 0.18s ease !important;
  letter-spacing: .02em !important;
}

.wishlist-add-cart-btn:hover {
  background: #ffffff !important;
  color: #000000 !important;
}

.wishlist-remove-btn {
  background: none !important;
  border: none !important;
  color: var(--muted) !important;
  font-size: 16px !important;
  cursor: pointer !important;
  padding: 6px !important;
  transition: color 0.15s ease !important;
}

.wishlist-remove-btn:hover {
  color: #ef4444 !important;
}

.wishlist-modal-footer {
  padding: 14px 20px !important;
  border-top: 1.5px solid var(--line) !important;
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  gap: 12px !important;
  background: #ffffff !important;
}

.wishlist-clear-btn {
  background: #ffffff !important;
  color: #ef4444 !important;
  border: 1.5px solid #fecaca !important;
  border-radius: 999px !important;
  padding: 10px 18px !important;
  font-size: 12.5px !important;
  font-weight: 700 !important;
  cursor: pointer !important;
  transition: all 0.15s ease !important;
}

.wishlist-clear-btn:hover {
  background: #ef4444 !important;
  color: #ffffff !important;
  border-color: #ef4444 !important;
}

.wishlist-add-all-btn {
  background: #000000 !important;
  color: #ffffff !important;
  border: 1.5px solid #000000 !important;
  border-radius: 999px !important;
  padding: 10px 22px !important;
  font-size: 12.5px !important;
  font-weight: 700 !important;
  cursor: pointer !important;
  transition: all 0.18s ease !important;
}

.wishlist-add-all-btn:hover {
  background: #ffffff !important;
  color: #000000 !important;
}

.wishlist-empty-box {
  padding: 40px 20px !important;
  text-align: center !important;
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  gap: 10px !important;
}

.wishlist-empty-icon {
  width: 48px !important;
  height: 48px !important;
  stroke: var(--muted) !important;
}

.wishlist-empty-title {
  font-size: 15px !important;
  font-weight: 800 !important;
  color: #000000 !important;
}

.wishlist-empty-desc {
  font-size: 12.5px !important;
  color: var(--muted) !important;
  max-width: 320px !important;
  line-height: 1.5 !important;
}


/* Идеальное соответствие размера превью и карточки, полное удаление белой обводки */
.preview,
.card.show-preview .preview {
  inset: -1.5px !important;
  border: none !important;
  outline: none !important;
  box-shadow: none !important;
  transform: none !important;
  border-radius: var(--radius) !important;
  background: #000000 !important;
}

.preview img,
.card.show-preview .preview img {
  border: none !important;
  outline: none !important;
  background: #000000 !important;
}

.card.show-preview {
  border-color: #000000 !important;
}


/* ==========================================================================
   УНИФИКАЦИЯ МЕНЮ, КНОПОК, СЕКЦИЙ И ФУТЕРА
   ========================================================================== */

/* 1. Секции каталога (плитки) - идеально выровненный текст по центру без стрелок */
.tiles {
  display: grid !important;
  grid-template-columns: repeat(4, 1fr) !important;
  gap: 12px !important;
  margin-bottom: 24px !important;
  width: 100% !important;
  max-width: 100% !important;
}

@media (max-width: 1024px) {
  .tiles {
    grid-template-columns: repeat(2, 1fr) !important;
  }
}

@media (max-width: 640px) {
  .tiles {
    grid-template-columns: 1fr !important;
  }
}

.tile {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  text-align: center !important;
  padding: 14px 20px !important;
  height: 52px !important;
  border-radius: 14px !important;
  border: 1.5px solid var(--line) !important;
  background: #ffffff !important;
  cursor: pointer !important;
  transition: all 0.18s ease !important;
  user-select: none !important;
}

.tile .name {
  font-family: 'Montserrat', system-ui, -apple-system, sans-serif !important;
  font-size: 13.5px !important;
  font-weight: 800 !important;
  letter-spacing: .04em !important;
  text-transform: uppercase !important;
  color: #000000 !important;
  margin: 0 !important;
  text-align: center !important;
  width: 100% !important;
}

.tile .arrow {
  display: none !important;
}

.tile:hover {
  background: #000000 !important;
  border-color: #000000 !important;
  transform: translateY(-2px) !important;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.12) !important;
}

.tile:hover .name {
  color: #ffffff !important;
}

/* 2. Идеальное центрирование сердечка в кнопке избранного на карточке */
.wishlist-toggle-btn {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  padding: 0 !important;
  line-height: 0 !important;
}

.wishlist-toggle-btn svg {
  display: block !important;
  margin: auto !important;
  transform: translateY(-0.5px) !important; /* Оптический центр */
}

/* 3. Кнопка «В корзину» при превью: горит белым и НЕ становится черной при наведении! */
.card.show-preview .add,
.card.show-preview .add:hover,
.card.show-preview .add:focus {
  background: #ffffff !important;
  color: #000000 !important;
  border: 1.5px solid #000000 !important;
  transform: none !important;
  box-shadow: none !important;
}

.card.show-preview .card-qty,
.card.show-preview .card-qty:hover {
  background: #ffffff !important;
  border-color: #000000 !important;
  color: #000000 !important;
}

.card.show-preview .card-qty button {
  color: #000000 !important;
}

/* 4. Компактный и неброский футер в 2 строки */
.site-footer {
  margin-top: 36px !important;
  padding: 20px 16px 28px !important;
  border-top: 1px solid var(--line) !important;
  background: transparent !important;
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 8px !important;
  text-align: center !important;
}

.footer-nav {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  flex-wrap: wrap !important;
  gap: 8px 14px !important;
}

.footer-link {
  font-family: 'Montserrat', system-ui, -apple-system, sans-serif !important;
  font-size: 12px !important;
  font-weight: 600 !important;
  color: #64748b !important;
  text-decoration: none !important;
  transition: color 0.15s ease !important;
  letter-spacing: .01em !important;
}

.footer-link:hover {
  color: #000000 !important;
}

.footer-dot {
  color: #cbd5e1 !important;
  font-size: 13px !important;
  user-select: none !important;
}

.footer-legal {
  font-family: 'Montserrat', system-ui, -apple-system, sans-serif !important;
  font-size: 11px !important;
  font-weight: 500 !important;
  color: #94a3b8 !important;
  letter-spacing: .02em !important;
  line-height: 1.5 !important;
}

/* 5. Унификация меню (шторки) внутри: стильные пилюли с ховером */
.drawer .nav-link {
  display: block !important;
  padding: 12px 18px !important;
  border-radius: 999px !important;
  border: 1.5px solid var(--line) !important;
  background: #ffffff !important;
  color: #000000 !important;
  font-family: 'Montserrat', system-ui, -apple-system, sans-serif !important;
  font-weight: 700 !important;
  font-size: 13.5px !important;
  text-transform: uppercase !important;
  letter-spacing: .03em !important;
  transition: all 0.18s ease !important;
  margin-bottom: 8px !important;
  text-align: left !important;
}

.drawer .nav-link:hover {
  background: #000000 !important;
  color: #ffffff !important;
  border-color: #000000 !important;
  transform: translateX(4px) !important;
}

.drawer .nav-link strong {
  font-size: 13.5px !important;
  font-weight: 800 !important;
}

.drawer-top .close-btn {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  line-height: 1 !important;
  font-size: 18px !important;
}


/* Крупный, пропорциональный и четкий текст в секциях каталога */
.tile {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  text-align: center !important;
  padding: 16px 20px !important;
  min-height: 60px !important;
  border-radius: 16px !important;
  border: 1.5px solid var(--line) !important;
  background: #ffffff !important;
  cursor: pointer !important;
  transition: all 0.2s cubic-bezier(0.34, 1.56, 0.64, 1) !important;
  user-select: none !important;
  box-sizing: border-box !important;
}

.tile .name {
  font-family: 'Montserrat', system-ui, -apple-system, sans-serif !important;
  font-size: 16px !important;
  font-weight: 800 !important;
  letter-spacing: .06em !important;
  text-transform: uppercase !important;
  color: #000000 !important;
  margin: 0 !important;
  text-align: center !important;
  width: 100% !important;
  line-height: 1.2 !important;
  transition: color 0.18s ease !important;
}

.tile:hover {
  background: #000000 !important;
  border-color: #000000 !important;
  transform: translateY(-2px) !important;
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.15) !important;
}

.tile:hover .name {
  color: #ffffff !important;
}


/* ==========================================================================
   ИДЕАЛЬНОЕ ЦЕНТРИРОВАНИЕ ЗНАЧКОВ В ШАПКЕ (ИЗБРАННОЕ И КОРЗИНА)
   ========================================================================== */
#wishlistHeaderBtn,
#cartBtn,
#wishlistBtn {
  width: 52px !important;
  height: 52px !important;
  min-width: 52px !important;
  max-width: 52px !important;
  padding: 0 !important;
  border-radius: 50% !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  box-sizing: border-box !important;
  position: relative !important;
  overflow: visible !important;
  gap: 0 !important;
}

#wishlistHeaderBtn svg,
#cartBtn svg,
#wishlistBtn svg {
  width: 24px !important;
  height: 24px !important;
  display: block !important;
  margin: 0 !important;
  transform: none !important;
}

#wishlistHeaderBtn .badge,
#cartBtn .badge,
#wishlistBtn .badge {
  position: absolute !important;
  top: -3px !important;
  right: -3px !important;
  min-width: 19px !important;
  height: 19px !important;
  padding: 0 5px !important;
  border-radius: 999px !important;
  background: #000000 !important;
  color: #ffffff !important;
  font-size: 11px !important;
  font-weight: 800 !important;
  line-height: 19px !important;
  text-align: center !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  margin: 0 !important;
  border: 1.5px solid #ffffff !important;
  box-sizing: border-box !important;
  z-index: 5 !important;
}

#wishlistHeaderBtn .badge[style*="display: none"],
#wishlistHeaderBtn .badge[style*="display:none"],
#cartBtn .badge[style*="display: none"],
#cartBtn .badge[style*="display:none"],
#wishlistBtn .badge[style*="display: none"],
#wishlistBtn .badge[style*="display:none"] {
  display: none !important;
}


/* ==========================================================================
   ИДЕАЛЬНЫЙ БЛОК КОЛИЧЕСТВА (- 1 +) НА КАРТОЧКАХ ТОВАРОВ
   ========================================================================== */
.card-qty,
.card.show-preview .card-qty {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  height: 42px !important;
  min-width: 120px !important;
  width: auto !important;
  padding: 0 6px !important;
  border-radius: 999px !important;
  box-sizing: border-box !important;
  gap: 8px !important;
  user-select: none !important;
}

.card-qty button,
.card.show-preview .card-qty button {
  width: 30px !important;
  height: 30px !important;
  min-width: 30px !important;
  max-width: 30px !important;
  border-radius: 50% !important;
  border: none !important;
  outline: none !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  cursor: pointer !important;
  font-size: 18px !important;
  font-weight: 700 !important;
  line-height: 1 !important;
  padding: 0 !important;
  transition: all 0.15s ease !important;
}

.card-qty span,
.card.show-preview .card-qty span {
  font-family: 'Montserrat', system-ui, -apple-system, sans-serif !important;
  font-size: 15px !important;
  font-weight: 800 !important;
  min-width: 24px !important;
  text-align: center !important;
  line-height: 1 !important;
}

/* На обычной карточке (белый фон): стильная черная пилюля */
.card:not(.show-preview) .card-qty {
  background: #000000 !important;
  border: 1.5px solid #000000 !important;
}
.card:not(.show-preview) .card-qty button {
  background: transparent !important;
  color: #ffffff !important;
}
.card:not(.show-preview) .card-qty button:hover {
  background: #ffffff !important;
  color: #000000 !important;
}
.card:not(.show-preview) .card-qty span {
  color: #ffffff !important;
}

/* На превью карточки (черный фон): яркая белая пилюля */
.card.show-preview .card-qty {
  background: #ffffff !important;
  border: 1.5px solid #000000 !important;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.25) !important;
}
.card.show-preview .card-qty button {
  background: transparent !important;
  color: #000000 !important;
}
.card.show-preview .card-qty button:hover {
  background: #000000 !important;
  color: #ffffff !important;
}
.card.show-preview .card-qty span {
  color: #000000 !important;
}


/* ==========================================================================
   КНОПКА "НАВЕРХ" НА ВСЕХ СТРАНИЦАХ (ПАРИТ СТРОГО НАД ЧАТОМ В ЕДИНОМ СТИЛЕ)
   ========================================================================== */
.to-top {
  position: fixed !important;
  right: 24px !important;
  bottom: 96px !important;
  z-index: 999 !important;
  width: 58px !important;
  height: 58px !important;
  border-radius: 999px !important;
  border: 3px solid #10b981 !important;
  background: #000000 !important;
  color: #ffffff !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  cursor: pointer !important;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.25) !important;
  transition: all 0.25s cubic-bezier(0.34, 1.56, 0.64, 1) !important;
  opacity: 0 !important;
  pointer-events: none !important;
  transform: translateY(12px) scale(0.92) !important;
  outline: none !important;
  padding: 0 !important;
}

.to-top.visible,
.to-top.show {
  opacity: 1 !important;
  pointer-events: auto !important;
  transform: translateY(0) scale(1) !important;
}

.to-top:hover {
  transform: translateY(-2px) scale(1.08) !important;
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.35) !important;
  border-color: #34d399 !important;
}

.to-top:active {
  transform: scale(0.95) !important;
}

.to-top svg {
  width: 26px !important;
  height: 26px !important;
  stroke: #ffffff !important;
  stroke-width: 2.5 !important;
  display: block !important;
  transition: transform 0.2s ease !important;
}

.to-top:hover svg {
  transform: translateY(-2px) !important;
}

@media (max-width: 768px) {
  .to-top {
    right: 14px !important;
    bottom: 72px !important;
    width: 48px !important;
    height: 48px !important;
    border-width: 2.5px !important;
  }
  .to-top svg {
    width: 22px !important;
    height: 22px !important;
  }
}


/* ==========================================================================
   ЕДИНАЯ ТИПОГРАФИКА MONTSERRAT И СТРОГОЕ СКРЫТИЕ АДМИНКИ ДЛЯ НЕ-АДМИНОВ
   ========================================================================== */
html, body,
input, button, select, textarea,
.section-title, .card-title, .drawer-title, .order-title, .modal-title,
.field label, .note, .help, .pass-reqs,
.account-wrap, .auth-col, .card,
.info-section, .info-title, .cart-title {
  font-family: 'Montserrat', system-ui, -apple-system, sans-serif !important;
}

/* Исключение: ТОЛЬКО логотип SECRET PLACE */
.brand-title {
  font-family: "GetVoIP Grotesque", "Arial Black", Arial, sans-serif !important;
}

/* АДМИН-ПАНЕЛЬ В МЕНЮ И ШАПКЕ: строго скрыта для гостей и обычных пользователей */
#adminDrawerLink,
#adminHeaderBtn,
.drawer .nav-link#adminDrawerLink,
.drawer a#adminDrawerLink {
  display: none !important;
}

#adminDrawerLink.is-admin,
.drawer .nav-link#adminDrawerLink.is-admin {
  display: block !important;
}

#adminHeaderBtn.is-admin {
  display: inline-flex !important;
}


/* ==========================================================================
   МОДАЛЬНОЕ ОКНО ТРЕБОВАНИЯ АВТОРИЗАЦИИ ДЛЯ КОРЗИНЫ
   ========================================================================== */
.auth-req-overlay {
  position: fixed !important;
  inset: 0 !important;
  background: rgba(0, 0, 0, 0.6) !important;
  backdrop-filter: blur(4px) !important;
  z-index: 2000 !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  padding: 16px !important;
  animation: spFadeIn 0.2s ease !important;
}

.auth-req-box {
  background: #ffffff !important;
  border: 1.5px solid var(--line) !important;
  border-radius: 20px !important;
  padding: 32px 28px !important;
  max-width: 440px !important;
  width: 100% !important;
  box-shadow: 0 20px 48px rgba(0, 0, 0, 0.25) !important;
  text-align: center !important;
  position: relative !important;
  font-family: 'Montserrat', system-ui, -apple-system, sans-serif !important;
  box-sizing: border-box !important;
}

.auth-req-close {
  position: absolute !important;
  top: 14px !important;
  right: 14px !important;
  width: 36px !important;
  height: 36px !important;
  border-radius: 50% !important;
  border: 1.5px solid var(--line) !important;
  background: transparent !important;
  font-size: 20px !important;
  line-height: 1 !important;
  cursor: pointer !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  transition: all 0.15s ease !important;
}

.auth-req-close:hover {
  background: #000000 !important;
  color: #ffffff !important;
  border-color: #000000 !important;
}

.auth-req-icon {
  width: 64px !important;
  height: 64px !important;
  border-radius: 50% !important;
  background: #f1f5f9 !important;
  color: #000000 !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  margin: 0 auto 18px !important;
  border: 1.5px solid var(--line) !important;
}

.auth-req-title {
  font-size: 18px !important;
  font-weight: 800 !important;
  letter-spacing: .04em !important;
  text-transform: uppercase !important;
  margin-bottom: 12px !important;
  color: #000000 !important;
}

.auth-req-text {
  font-size: 13.5px !important;
  color: #4b5563 !important;
  line-height: 1.5 !important;
  margin-bottom: 24px !important;
}

.auth-req-actions {
  display: flex !important;
  flex-direction: column !important;
  gap: 10px !important;
}

.auth-req-actions .btn {
  width: 100% !important;
  height: 48px !important;
  font-size: 13.5px !important;
  font-weight: 800 !important;
  letter-spacing: .06em !important;
  border-radius: 999px !important;
}

.auth-req-actions .btn-ghost {
  width: 100% !important;
  height: 44px !important;
  font-size: 12px !important;
  font-weight: 700 !important;
  letter-spacing: .04em !important;
  border-radius: 999px !important;
}


/* ==========================================================================
   ПРИГЛУШЕНИЕ КАРТОЧЕК ТОВАРОВ НЕ В НАЛИЧИИ (НЕТ НА СКЛАДЕ)
   ========================================================================== */
.card.out-of-stock {
  opacity: 0.52 !important;
  transition: opacity 0.25s ease, filter 0.25s ease !important;
}

.card.out-of-stock:hover {
  opacity: 0.85 !important;
}

.card.out-of-stock .thumb {
  filter: grayscale(25%) !important;
}

.card.out-of-stock .add.disabled,
.card .add.disabled,
.add.disabled {
  background: #6b7280 !important;
  color: #ffffff !important;
  border-color: #6b7280 !important;
  cursor: not-allowed !important;
  pointer-events: none !important;
  box-shadow: none !important;
  transform: none !important;
}


/* ==========================================================================
   КНОПКА "СБРОСИТЬ" В ФИЛЬТРАХ (ОБРАТНАЯ ЦВЕТОВАЯ ПАЛИТРА: ЧЕРНАЯ С БЕЛЫМ)
   ========================================================================== */
#resetBtn,
.filters-actions #resetBtn {
  width: 100% !important;
  height: 46px !important;
  border-radius: 999px !important;
  background: #000000 !important;
  color: #ffffff !important;
  border: 1.5px solid #000000 !important;
  font-family: 'Montserrat', system-ui, -apple-system, sans-serif !important;
  font-size: 13.5px !important;
  font-weight: 800 !important;
  letter-spacing: .06em !important;
  text-transform: uppercase !important;
  cursor: pointer !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  transition: all 0.2s ease !important;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.12) !important;
  margin-top: 6px !important;
}

#resetBtn:hover,
.filters-actions #resetBtn:hover {
  background: #ffffff !important;
  color: #000000 !important;
  border-color: #000000 !important;
  transform: translateY(-1px) !important;
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.18) !important;
}

#resetBtn:active,
.filters-actions #resetBtn:active {
  transform: translateY(0) scale(0.98) !important;
}


/* Стиль селекта доставки под фильтры */
#shipSelect {
  width: 100% !important;
  height: 44px !important;
  border: 1.5px solid var(--line) !important;
  border-radius: 12px !important;
  padding: 0 40px 0 14px !important;
  background-color: #fff !important;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%23000000' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m6 9 6 6 6-6'/%3E%3C/svg%3E") !important;
  background-repeat: no-repeat !important;
  background-position: right 14px center !important;
  background-size: 16px 16px !important;
  color: #000 !important;
  font-family: 'Montserrat', system-ui, -apple-system, sans-serif !important;
  font-size: 13.5px !important;
  font-weight: 600 !important;
  letter-spacing: .02em !important;
  box-sizing: border-box !important;
  outline: none !important;
  cursor: pointer !important;
  appearance: none !important;
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  transition: border-color 0.18s ease, box-shadow 0.18s ease !important;
}

#shipSelect:hover {
  border-color: #000 !important;
}

#shipSelect:focus {
  border-color: #000 !important;
  box-shadow: 0 0 0 1px #000 !important;
}


/* Идеальное центрирование иконки глазика внутри круга */
.toggle-pass {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  padding: 0 !important;
  margin: 0 !important;
  line-height: 0 !important;
  box-sizing: border-box !important;
  border-radius: 50% !important;
}

.toggle-pass .eye-icon {
  width: 16px !important;
  height: 16px !important;
  display: block !important;
  stroke: currentColor !important;
  pointer-events: none !important;
  flex-shrink: 0 !important;
  margin: 0 !important;
}

.toggle-pass .eye-closed {
  display: none !important;
}

.toggle-pass.is-on .eye-open {
  display: none !important;
}

.toggle-pass.is-on .eye-closed {
  display: block !important;
}

.toggle-pass:hover .eye-icon {
  stroke: #fff !important;
}


/* ==========================================================================
   ОПТИЧЕСКАЯ ПОДГОНКА ЗНАЧКОВ ВНУТРИ КРУГОВ (ИЗБРАННОЕ И КОРЗИНА)
   ========================================================================== */
#wishlistHeaderBtn svg,
#wishlistBtn svg {
  transform: translate(-0.1px, 0.4px) !important;
}

#cartBtn .cart-icon,
#cartBtn svg {
  transform: translate(-2.2px, -0.2px) !important;
}

.wishlist-toggle-btn svg,
.wishlist-toggle-btn .heart-icon {
  transform: translate(-0.1px, 0.4px) !important;
}

/* ==========================================================================
   ЕДИНЫЙ ФОН: ПУЗЫРИ СЛЕВА НАПРАВО ОТ КРАЯ ДО КРАЯ (РЫБА УБРАНА)
   ========================================================================== */
body {
  background-color: #ffffff !important;
  background-image: url("/assets/bubbles-stream.svg?v=1788379491328") !important;
  background-repeat: repeat !important;
  background-size: 495px 1260px !important;
  background-position: center top 38px !important;
  background-attachment: fixed !important;
}

.bg-logo {
  display: none !important;
}


/* ==========================================================================
   ЕДИНАЯ ТИПОГРАФИКА КНОПКИ «В КОРЗИНУ» (ОБЫЧНАЯ КАРТОЧКА И ПРЕВЬЮ)
   ========================================================================== */
.add,
.card .add,
.card.show-preview .add,
.card.show-preview .add:hover,
.card.show-preview .add:focus {
  font-family: 'Montserrat', system-ui, -apple-system, sans-serif !important;
  font-size: 14px !important;
  font-weight: 700 !important;
  letter-spacing: .04em !important;
  text-transform: uppercase !important;
}

.sp-chat-btn svg.sp-chat-icon {
  width: 26px !important;
  height: 26px !important;
  display: block !important;
  transform: translateY(-0.5px) !important;
  flex-shrink: 0 !important;
}


/* ==========================================================================
   ФОТО-БАННЕРЫ И ПЛАШКИ С ПРОИЗВОДСТВА (ТЕСТОВЫЕ ВАРИАНТЫ 1, 2, 3)
   ========================================================================== */

/* ==========================================================================
   ПЛАШКИ КАТАЛОГА (СИЛИКОНОВЫЕ ПРИМАНКИ, КАРПОВЫЕ НАЖИВКИ, ГРУЗИЛА)
   ========================================================================== */
.tile.tile-showcase {
  width: 100% !important;
  box-sizing: border-box !important;
  position: relative !important;
  overflow: hidden !important;
  border-color: #000000 !important;
  background: #000000 !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  padding: 12px 20px !important;
  min-height: 64px !important;
  box-shadow: 0 4px 14px rgba(0,0,0,0.08) !important;
  transition: transform 0.25s ease, box-shadow 0.25s ease !important;
}

.tile.tile-showcase:hover {
  transform: translateY(-2px) !important;
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.22) !important;
}

/* Текст во ВСЕХ трёх плашках СТРОГО ПО ЦЕНТРУ без смещения */
.tile.tile-showcase .name {
  position: relative !important;
  z-index: 3 !important;
  color: #ffffff !important;
  text-shadow: 0 2px 12px rgba(0, 0, 0, 0.95), 0 0 4px rgba(0, 0, 0, 0.8) !important;
  width: 100% !important;
  text-align: center !important;
  margin: 0 !important;
  padding: 0 15px !important;
  font-weight: 800 !important;
  letter-spacing: .02em !important;
}

/* 1. СИЛИКОНОВЫЕ ПРИМАНКИ (ФОТО СПРАВА, УВЕЛИЧЕНО НА 10%, ТЕКСТ ПО ЦЕНТРУ) */
.tile.tile-silicone-showcase .tile-img-silicone {
  position: absolute !important;
  right: -2px !important;
  top: 50% !important;
  transform: translateY(-50%) !important;
  height: 106px !important; /* увеличено на 10% */
  width: auto !important;
  max-width: 150px !important;
  object-fit: contain !important;
  pointer-events: none !important;
  z-index: 2 !important;
  filter: drop-shadow(0 4px 10px rgba(0,0,0,0.85)) !important;
  transition: transform 0.28s cubic-bezier(0.34, 1.56, 0.64, 1), filter 0.25s ease !important;
}

.tile.tile-silicone-showcase:hover .tile-img-silicone {
  transform: translateY(-50%) scale(1.12) rotate(2deg) !important;
  filter: drop-shadow(0 0 16px rgba(245, 158, 11, 0.85)) !important;
}

/* 2. КАРПОВЫЕ НАЖИВКИ (КУКУРУЗА УВЕЛИЧЕНА В 2 РАЗА, ТЕКСТ ПО ЦЕНТРУ) */
.tile.tile-carp-showcase .tile-img-corn {
  position: absolute !important;
  right: -10px !important;
  top: 50% !important;
  transform: translateY(-50%) !important;
  height: 110px !important;
  width: auto !important;
  max-width: 185px !important;
  object-fit: contain !important;
  pointer-events: none !important;
  z-index: 2 !important;
  filter: drop-shadow(0 4px 10px rgba(0,0,0,0.85)) !important;
  transition: transform 0.28s cubic-bezier(0.34, 1.56, 0.64, 1), filter 0.25s ease !important;
}

.tile.tile-carp-showcase:hover .tile-img-corn {
  transform: translateY(-50%) scale(1.12) !important;
  filter: drop-shadow(0 0 16px rgba(250, 204, 21, 0.85)) !important;
}

/* 3. ГРУЗИЛА (НАСТОЯЩИЙ ГОРИЗОНТ С ВЕРТЛЮГАМИ, ТЕКСТ ПО ЦЕНТРУ) */
.tile.tile-weights-showcase .tile-img-sinkers {
  position: absolute !important;
  right: -38px !important;
  top: 50% !important;
  transform: translateY(-50%) !important;
  height: 66px !important;
  width: auto !important;
  max-width: 154px !important;
  object-fit: contain !important;
  pointer-events: none !important;
  z-index: 2 !important;
  filter: drop-shadow(0 4px 10px rgba(0,0,0,0.85)) !important;
  transition: transform 0.28s cubic-bezier(0.34, 1.56, 0.64, 1), filter 0.25s ease !important;
}

.tile.tile-weights-showcase:hover .tile-img-sinkers {
  transform: translateY(-50%) scale(1.12) rotate(1deg) !important;
  filter: drop-shadow(0 0 14px rgba(148, 163, 184, 0.85)) !important;
}

/* ==========================================================================
   ПРОМО-БАННЕР НАД КАТАЛОГОМ (ОДНА СТРОКА, КРАСНАЯ И ЗЕЛЕНАЯ ФОРМЫ СПРАВА)
   ========================================================================== */
.craft-promo-banner {
  margin: 14px 0 24px 0 !important;
  border-radius: 16px !important;
  border: 1.5px solid var(--line) !important;
  background: #000000 !important;
  color: #ffffff !important;
  display: flex !important;
  align-items: center !important;
  position: relative !important;
  overflow: hidden !important;
  min-height: 90px !important;
  box-shadow: 0 4px 18px rgba(0,0,0,0.06) !important;
}

.craft-promo-content {
  flex: 1 !important;
  padding: 20px 32px !important;
  z-index: 2 !important;
  display: flex !important;
  align-items: center !important;
  max-width: 54% !important;
}

.craft-promo-title {
  font-family: 'GetVoIP Grotesque', 'Arial Black', Arial, sans-serif !important;
  font-size: clamp(12px, 1.15vw, 16px) !important;
  font-weight: 800 !important;
  letter-spacing: .03em !important;
  text-transform: uppercase !important;
  margin: 0 !important;
  line-height: 1.25 !important;
  display: flex !important;
  align-items: center !important;
  white-space: nowrap !important;
  gap: 8px !important;
}

.craft-promo-brand {
  color: #a3e635 !important;
  letter-spacing: .06em !important;
}

.craft-promo-sep {
  color: #a3e635 !important;
  opacity: 0.8 !important;
}

.craft-promo-text {
  color: #ffffff !important;
}

.craft-promo-image {
  position: absolute !important;
  top: 0 !important;
  bottom: 0 !important;
  background-size: cover !important;
  pointer-events: none !important;
}

/* Бесшовное панорамное фото форм (Красная плавно переходит в Зеленую БЕЗ черных полос) */
.craft-promo-image.craft-img-seamless {
  position: absolute !important;
  right: 0 !important;
  top: 0 !important;
  bottom: 0 !important;
  width: 44% !important;
  background-size: cover !important;
  background-position: center 42% !important;
  mask-image: linear-gradient(to right, transparent 0%, rgba(0,0,0,0.15) 8%, rgba(0,0,0,0.7) 20%, black 35%, black 100%) !important;
  -webkit-mask-image: linear-gradient(to right, transparent 0%, rgba(0,0,0,0.15) 8%, rgba(0,0,0,0.7) 20%, black 35%, black 100%) !important;
  opacity: 0.98 !important;
  pointer-events: none !important;
}

@media (max-width: 768px) {
  .craft-promo-banner {
    flex-direction: column !important;
    align-items: flex-start !important;
    min-height: auto !important;
    position: relative !important;
  }
  .craft-promo-content {
    max-width: 100% !important;
    padding: 18px 18px 14px !important;
    z-index: 3 !important;
  }
  .craft-promo-title {
    white-space: normal !important;
    font-size: 15px !important;
  }
  .craft-promo-image.craft-img-red {
    position: relative !important;
    right: auto !important;
    width: 50% !important;
    height: 110px !important;
    display: inline-block !important;
  }
  .craft-promo-image.craft-img-green {
    position: relative !important;
    right: auto !important;
    width: 50% !important;
    height: 110px !important;
    display: inline-block !important;
  }
}

/* 4. ПРОЧЕЕ (3D МЕТАЛЛИЧЕСКАЯ РЫБКА СПРАВА, ТЕКСТ ПО ЦЕНТРУ) */
.tile.tile-other-showcase .name {
  padding: 0 15px !important;
}

.tile.tile-other-showcase .tile-img-other {
  position: absolute !important;
  right: -2px !important;
  top: 50% !important;
  transform: translateY(-50%) !important;
  height: 56px !important;
  width: auto !important;
  max-width: 90px !important;
  object-fit: contain !important;
  pointer-events: none !important;
  z-index: 2 !important;
  filter: drop-shadow(0 4px 10px rgba(0,0,0,0.85)) !important;
  transition: transform 0.28s cubic-bezier(0.34, 1.56, 0.64, 1), filter 0.25s ease !important;
}

.tile.tile-other-showcase:hover .tile-img-other {
  transform: translateY(-50%) scale(1.12) rotate(3deg) !important;
  filter: drop-shadow(0 0 14px rgba(255, 255, 255, 0.75)) !important;
}

/* ==========================================================================
   КРАСНОЕ СВЕЧЕНИЕ ИКОНКИ ИЗБРАННОГО В ШАПКЕ (1 В 1 КАК НА КАРТОЧКАХ)
   ========================================================================== */
#wishlistHeaderBtn.has-badge,
#wishlistBtn.has-badge {
  background: #ef4444 !important;
  border-color: #ef4444 !important;
  color: #ffffff !important;
  box-shadow: 0 0 16px rgba(239, 68, 68, 0.95), 0 2px 8px rgba(0, 0, 0, 0.25) !important;
  transition: all 0.2s cubic-bezier(0.34, 1.56, 0.64, 1) !important;
}

#wishlistHeaderBtn.has-badge svg,
#wishlistBtn.has-badge svg {
  fill: #ffffff !important;
  stroke: #ffffff !important;
}

#wishlistHeaderBtn.has-badge:hover,
#wishlistBtn.has-badge:hover {
  transform: scale(1.08) !important;
  background: #dc2626 !important;
  border-color: #dc2626 !important;
  box-shadow: 0 0 22px rgba(239, 68, 68, 1) !important;
}

#wishlistHeaderBtn.has-badge .badge,
#wishlistBtn.has-badge .badge {
  background: #000000 !important;
  color: #ffffff !important;
  border: 1.5px solid #ffffff !important;
}

/* ==========================================================================
   КРАСНОЕ СВЕЧЕНИЕ ИКОНКИ ИЗБРАННОГО В ШАПКЕ (ПОСТОЯННО НА ВСЕХ СТРАНИЦАХ)
   ========================================================================== */
#wishlistHeaderBtn,
#wishlistBtn {
  background: #ef4444 !important;
  border-color: #ef4444 !important;
  color: #ffffff !important;
  box-shadow: 0 0 16px rgba(239, 68, 68, 0.95), 0 2px 8px rgba(0, 0, 0, 0.25) !important;
  transition: all 0.2s cubic-bezier(0.34, 1.56, 0.64, 1) !important;
}

#wishlistHeaderBtn svg,
#wishlistBtn svg {
  fill: #ffffff !important;
  stroke: #ffffff !important;
  transform: translate(-0.1px, 0.4px) !important;
}

#wishlistHeaderBtn:hover,
#wishlistBtn:hover {
  transform: scale(1.08) !important;
  background: #dc2626 !important;
  border-color: #dc2626 !important;
  box-shadow: 0 0 22px rgba(239, 68, 68, 1) !important;
}

#wishlistHeaderBtn .badge,
#wishlistBtn .badge {
  background: #000000 !important;
  color: #ffffff !important;
  border: 1.5px solid #ffffff !important;
}
/* Унификация всех полей ввода в формах (включая телефон и email) */
.field input,
.field input[type="text"],
.field input[type="tel"],
.field input[type="email"],
.field select,
.field textarea {
  width: 100% !important;
  padding: 10px 14px !important;
  border: 1.5px solid var(--line) !important;
  border-radius: 12px !important;
  outline: none !important;
  background: #ffffff !important;
  color: var(--text) !important;
  font-family: inherit !important;
  font-size: 14px !important;
  box-sizing: border-box !important;
  transition: border-color .15s ease, box-shadow .15s ease !important;
}

.field input:focus,
.field select:focus,
.field textarea:focus {
  border-color: #000000 !important;
  box-shadow: 0 0 0 1px #000000 !important;
}

.contacts-box .contact-value { cursor: pointer; transition: color .15s ease; }
.contacts-box .contact-value:hover { color: #000; text-decoration: underline; }

/* ==========================================================================
   МОБИЛЬНАЯ АДАПТАЦИЯ ШАПКИ, СЕТКИ ТОВАРОВ И ОТСТУПОВ (СТРОГО ДО 768PX)
   ========================================================================== */
@media (max-width: 768px) {
  /* 1. ПОДНЯТИЕ ВСЕХ СТРАНИЦ ВЫШЕ К ШАПКЕ (УБРАН ДВОЙНОЙ ПАДДИНГ HTML+BODY) */
  html {
    padding-top: 0 !important;
    margin-top: 0 !important;
  }
  body {
    padding-top: 62px !important;
    margin-top: 0 !important;
  }
  .container {
    padding-top: 0 !important;
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
  .info-container {
    padding-top: 0 !important;
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
  .center-wrap {
    padding-top: 0 !important;
    min-height: auto !important;
  }
  .section-title,
  .info-title,
  .sum-title,
  .container > .section-title:first-of-type,
  .info-container > .info-title:first-child,
  .center-wrap .section-title {
    margin-top: 6px !important;
    margin-bottom: 8px !important;
  }

  /* 2. ШАПКА САЙТА (ПРЕДОТВРАЩЕНИЕ ВЫЛЕТА КОРЗИНЫ) */
  .header {
    height: 62px !important;
    padding: 0 10px !important;
    gap: 6px !important;
    grid-template-columns: auto 1fr auto !important;
    width: 100% !important;
    max-width: 100vw !important;
    box-sizing: border-box !important;
  }

  .brand {
    padding: 0 4px !important;
    gap: 2px !important;
    text-align: center !important;
    min-width: 0 !important;
  }

  .brand-title {
    font-size: clamp(16px, 4.4vw, 19px) !important;
    letter-spacing: .03em !important;
    white-space: nowrap !important;
    line-height: 1.05 !important;
  }

  .brand-sub {
    font-size: 7.5px !important;
    letter-spacing: .08em !important;
    margin-top: 2px !important;
    white-space: nowrap !important;
  }

  .left-actions {
    gap: 4px !important;
    flex-shrink: 0 !important;
  }

  .right-actions {
    gap: 5px !important;
    flex-shrink: 0 !important;
  }

  .icon-btn,
  #wishlistHeaderBtn,
  #wishlistBtn,
  #cartBtn,
  #accountBtn,
  #adminHeaderBtn {
    width: 38px !important;
    height: 38px !important;
    min-width: 38px !important;
    max-width: 38px !important;
    padding: 0 !important;
    font-size: 16px !important;
    gap: 0 !important;
  }

  #wishlistHeaderBtn svg,
  #wishlistBtn svg,
  #cartBtn svg,
  #accountBtn svg {
    width: 18px !important;
    height: 18px !important;
  }

  #accountBtn .account-label,
  #adminHeaderBtn .account-label {
    display: none !important;
  }

  /* 3. ПРОМО-БАННЕР НА СМАРТФОНАХ */
  .craft-promo-banner {
    flex-direction: row !important;
    align-items: center !important;
    min-height: 68px !important;
    margin: 10px 0 16px !important;
    position: relative !important;
    overflow: hidden !important;
  }

  .craft-promo-content {
    max-width: 65% !important;
    padding: 10px 12px !important;
    z-index: 3 !important;
  }

  .craft-promo-title {
    flex-wrap: wrap !important;
    white-space: normal !important;
    font-size: 11.5px !important;
    line-height: 1.35 !important;
    gap: 4px 6px !important;
  }

  .craft-promo-image.craft-img-seamless {
    position: absolute !important;
    right: 0 !important;
    top: 0 !important;
    bottom: 0 !important;
    width: 38% !important;
    background-size: cover !important;
    background-position: center 42% !important;
    mask-image: linear-gradient(to right, transparent 0%, black 35%, black 100%) !important;
    -webkit-mask-image: linear-gradient(to right, transparent 0%, black 35%, black 100%) !important;
  }

  /* 4. СЕТКА ТОВАРОВ: РОВНЫЕ 2 КОЛОНКИ НА 100% ШИРИНЫ ЭКРАНА */
  .catalog-wrap {
    width: 100% !important;
    display: flex !important;
    flex-direction: column !important;
    gap: 12px !important;
  }

  .catalog-wrap > section,
  .catalog-wrap section[aria-label="Товары"] {
    width: 100% !important;
    max-width: 100% !important;
    box-sizing: border-box !important;
    flex: 1 1 100% !important;
  }

  #productsGrid.grid-products {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 10px !important;
    width: 100% !important;
    max-width: 100% !important;
    box-sizing: border-box !important;
  }

  #productsGrid .card {
    width: 100% !important;
    max-width: 100% !important;
    box-sizing: border-box !important;
  }

  /* 5. КНОПКИ СЕКЦИЙ КАТАЛОГА: СТРОГО ПО ЦЕНТРУ ПЛАШКИ ПО ВСЕМ ОСЯМ И ЧУТЬ КРУПНЕЕ */
  .tile.tile-showcase {
    position: relative !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    text-align: center !important;
    padding: 0 10px !important;
    min-height: 64px !important;
  }
  .tile.tile-showcase .name {
    position: relative !important;
    z-index: 3 !important;
    width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
    text-align: center !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    font-size: clamp(14px, 4.1vw, 16px) !important;
    font-weight: 800 !important;
    letter-spacing: .03em !important;
    white-space: nowrap !important;
    text-shadow: 0 2px 12px rgba(0, 0, 0, 1), 0 0 8px rgba(0, 0, 0, 0.95) !important;
  }

  /* 6. ПОЛНОЭКРАННОЕ ПРЕВЬЮ ФОТО ТОВАРА НА МОБИЛЬНЫХ С КРЕСТИКОМ ЗАКРЫТИЯ */
  .thumb {
    cursor: pointer !important;
    -webkit-tap-highlight-color: transparent !important;
  }

  .photo-preview-overlay {
    position: fixed !important;
    inset: 0 !important;
    z-index: 99999 !important;
    background: rgba(0, 0, 0, 0.92) !important;
    backdrop-filter: blur(10px) !important;
    -webkit-backdrop-filter: blur(10px) !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    padding: 16px !important;
    box-sizing: border-box !important;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.22s cubic-bezier(0.16, 1, 0.3, 1) !important;
  }

  .photo-preview-overlay.active {
    opacity: 1 !important;
    pointer-events: auto !important;
  }

  .photo-preview-close {
    position: fixed !important;
    top: 18px !important;
    right: 18px !important;
    width: 44px !important;
    height: 44px !important;
    border-radius: 50% !important;
    background: rgba(35, 35, 35, 0.88) !important;
    border: 1.5px solid rgba(255, 255, 255, 0.4) !important;
    color: #ffffff !important;
    font-size: 20px !important;
    font-weight: 700 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    cursor: pointer !important;
    z-index: 100001 !important;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.6) !important;
    transition: transform 0.15s ease, background 0.15s ease !important;
  }

  .photo-preview-close:active {
    transform: scale(0.92) !important;
    background: rgba(55, 55, 55, 0.95) !important;
  }

  .photo-preview-wrap {
    position: relative !important;
    width: 100% !important;
    max-width: 96vw !important;
    max-height: 90vh !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
    box-sizing: border-box !important;
  }

  .photo-preview-content {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    gap: 12px !important;
    width: 100% !important;
  }

  .photo-preview-img {
    width: auto !important;
    max-width: 94vw !important;
    max-height: 72vh !important;
    object-fit: contain !important;
    border-radius: 18px !important;
    background: #050505 !important;
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.85), 0 0 0 1px rgba(255, 255, 255, 0.12) !important;
  }

  .photo-preview-info {
    text-align: center !important;
    color: #ffffff !important;
    padding: 0 10px !important;
  }

  .photo-preview-title {
    font-family: 'GetVoIP Grotesque', 'Arial Black', sans-serif !important;
    font-size: 16px !important;
    font-weight: 800 !important;
    letter-spacing: .03em !important;
    text-transform: uppercase !important;
    color: #ffffff !important;
  }

  .photo-preview-meta {
    font-family: 'Montserrat', sans-serif !important;
    font-size: 13px !important;
    color: #a1a1aa !important;
    margin-top: 4px !important;
    font-weight: 600 !important;
  }

  /* 7. КНОПКА "В КОРЗИНУ" НА МОБИЛЬНЫХ: ВСЕГДА ЧЕРНАЯ, БЕЗ МИГАНИЯ И СЕРОГО ЦВЕТА ПРИ ТАПЕ ПО КАРТОЧКЕ */
  .card .add,
  .card:hover .add,
  .card:active .add,
  .card.show-preview .add,
  .card.show-preview .add:hover,
  .add,
  .add:hover,
  .add:active {
    background: #000000 !important;
    color: #ffffff !important;
    border: 1.5px solid #000000 !important;
    transform: none !important;
  }
  .card .add:active {
    background: #222222 !important;
    color: #ffffff !important;
  }

  /* Блок счётчика (+/-) на мобильных */
  .card .card-qty,
  .card:hover .card-qty,
  .card:active .card-qty,
  .card.show-preview .card-qty {
    background: #000000 !important;
    color: #ffffff !important;
    border: 1.5px solid #000000 !important;
  }
  .card-qty button {
    color: #ffffff !important;
  }
  .card-qty .qty-val {
    color: #ffffff !important;
  }

  /* 8. ЧАТ И СТРЕЛКА "НАВЕРХ" НА МОБИЛЬНЫХ: ОДИНАКОВЫЙ РАЗМЕР И ИДЕАЛЬНОЕ ВЫРАВНИВАНИЕ ПО ВЕРТИКАЛИ */
  .sp-chat-widget {
    bottom: 16px !important;
    right: 16px !important;
  }
  .sp-chat-btn {
    width: 52px !important;
    height: 52px !important;
    border-radius: 50% !important;
    border: 2.5px solid #10b981 !important;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.4) !important;
  }
  .to-top {
    right: 16px !important;
    bottom: 80px !important;
    width: 52px !important;
    height: 52px !important;
    border-radius: 50% !important;
    border: 2.5px solid #10b981 !important;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.4) !important;
  }
  .to-top svg {
    width: 24px !important;
    height: 24px !important;
  }

  /* 9. ЗАЩИТА МОБИЛЬНЫХ КАРТОЧЕК: НИКАКОГО ИСЧЕЗНОВЕНИЯ ТЕКСТА И СМЕЩЕНИЯ КНОПОК ПРИ СВАЙПЕ */
  .card,
  .card.show-preview {
    z-index: 1 !important;
  }
  .card .name,
  .card.show-preview .name,
  .card .meta,
  .card.show-preview .meta,
  .card .qty-badge,
  .card.show-preview .qty-badge,
  .card .out-of-stock-badge,
  .card.show-preview .out-of-stock-badge {
    opacity: 1 !important;
    visibility: visible !important;
    pointer-events: auto !important;
  }
  .card .card-body,
  .card.show-preview .card-body {
    position: relative !important;
    background: #ffffff !important;
  }
  .card .price-row,
  .card.show-preview .price-row {
    position: static !important;
    display: flex !important;
    justify-content: space-between !important;
    align-items: center !important;
    pointer-events: auto !important;
  }
  .card .price-row > div:first-child,
  .card.show-preview .price-row > div:first-child {
    display: block !important;
  }
  .card .preview,
  .card.show-preview .preview {
    display: none !important;
  }
}
