/* Уведомление о cookie — festa-mebel.ru, 11.08.2026 */
#cookie-banner{ position:fixed; left:50%; bottom:24px; transform:translateX(-50%); z-index:100000;
  max-width:760px; width:calc(100% - 32px); background:#fff; color:#222; font-size:15px; line-height:1.5;
  padding:20px 24px; border-radius:10px; box-shadow:0 6px 28px rgba(0,0,0,.18);
  opacity:0; visibility:hidden; transition:opacity .35s ease, visibility .35s ease; }
#cookie-banner.is-visible{ opacity:1; visibility:visible; }
#cookie-banner p{ margin:0 0 14px; }
#cookie-banner a{ color:#b8860b; text-decoration:underline; }
#cookie-banner .cookie-buttons{ display:flex; gap:12px; flex-wrap:wrap; }
#cookie-banner .cookie-buttons button{ font:inherit; padding:10px 26px; border:0; border-radius:6px;
  cursor:pointer; color:#fff; }
#cookie-accept{ background:#b8860b; }
#cookie-decline{ background:#4a4a4a; }
.footer-cookie-settings{ background:none; border:0; padding:0; font:inherit; color:inherit;
  text-decoration:underline; cursor:pointer; }
@media (max-width:600px){ #cookie-banner{ left:0; right:0; bottom:0; width:100%; max-width:none;
  transform:none; border-radius:0; padding:16px; } }