.announce-bar{background:#1a1a1a;color:rgba(255,255,255,.8);font-size:11px;letter-spacing:.06em;text-align:center;padding:9px 48px;position:relative;}
  .announce-bar a{color:#d4af70;border-bottom:1px solid rgba(212,175,112,.4);}
  .announce-close{position:absolute;right:14px;top:50%;transform:translateY(-50%);color:rgba(255,255,255,.5);font-size:18px;cursor:pointer;line-height:1;background:none;border:none;padding:2px 6px;}
  .back-top{position:fixed;bottom:24px;right:24px;z-index:100;width:40px;height:40px;background:#1a1a1a;color:#fff;display:none;align-items:center;justify-content:center;cursor:pointer;box-shadow:0 4px 16px rgba(0,0,0,.2);transition:background .2s,transform .2s;border:none;}
  .back-top.show{display:flex;} .back-top:hover{background:#b8973a;transform:translateY(-2px);}
  .cookie-banner{position:fixed;bottom:0;left:0;right:0;z-index:9999;background:#fff;border-top:1px solid #e8e8e8;box-shadow:0 -6px 24px rgba(0,0,0,.08);padding:18px 36px;display:none;gap:20px;align-items:center;flex-wrap:wrap;}
  .cookie-banner.show{display:flex;}
  .cookie-text{flex:1;font-size:12px;color:#666;line-height:1.7;min-width:240px;} .cookie-text a{color:#b8973a;}
  .cookie-actions{display:flex;gap:10px;flex-wrap:wrap;}
  .cookie-btn{padding:10px 22px;font-family:'Poppins',sans-serif;font-size:11px;font-weight:600;letter-spacing:.1em;text-transform:uppercase;cursor:pointer;border:none;transition:all .2s;}
  .cookie-btn-accept{background:#1a1a1a;color:#fff;} .cookie-btn-accept:hover{background:#333;}
  .cookie-btn-decline{background:transparent;color:#888;border:1px solid #ddd;} .cookie-btn-decline:hover{border-color:#1a1a1a;color:#1a1a1a;}
  .search-results-drop{position:absolute;top:calc(100% + 4px);left:0;right:0;background:#fff;border:1px solid #e8e8e8;box-shadow:0 12px 40px rgba(0,0,0,.1);z-index:400;max-height:400px;overflow-y:auto;display:none;}
  .search-results-drop.show{display:block;}
  .search-result-item{display:flex;align-items:center;gap:12px;padding:12px 20px;border-bottom:1px solid #f5f5f5;text-decoration:none;transition:background .15s;}
  .search-result-item:last-child{border-bottom:none;} .search-result-item:hover{background:#faf8f5;}
  .search-result-thumb{width:44px;height:44px;object-fit:cover;background:#f0ece4;flex-shrink:0;}
  .search-result-name{font-size:13px;font-weight:500;color:#1a1a1a;}
  .search-result-cat{font-size:11px;color:#aaa;margin-top:1px;}
  .search-result-price{font-size:12px;font-weight:600;color:#1a1a1a;margin-top:1px;}
  .search-no-results{padding:24px;text-align:center;font-size:13px;color:#aaa;}
  .search-view-all{display:block;padding:12px 20px;text-align:center;font-size:11px;font-weight:600;letter-spacing:.1em;text-transform:uppercase;color:#b8973a;border-top:1px solid #eee;background:#faf8f5;}
  .search-box{position:relative;}
  @media(max-width:640px){.announce-bar{font-size:10px;padding:8px 40px 8px 12px;}.menu-label{display:none;}.header-right{gap:2px;}.hdr-icon{width:32px;height:32px;}.cookie-banner.show{padding:16px 20px;}.cookie-actions{width:100%;}.back-top{bottom:16px;right:16px;}}
