/* Базовые стили шапки */
.marketplace-header { font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif; }
.top-bar { background-color: #f8f9fa; border-bottom: 1px solid #eaeaea; font-size: 14px; padding: 12px 0; }
.top-bar a { color: #555; text-decoration: none; transition: color 0.2s; }
.top-bar a:hover { color: #0088cc; }
.main-header { background-color: #ffffff; padding: 20px 0; box-shadow: 0 4px 12px rgba(0,0,0,0.03); position: relative; z-index: 10; }
.logo-img { max-height: 45px; object-fit: contain; }

.btn-catalog { background-color: #0088cc; color: white; font-weight: 600; border-radius: 4px; height: 44px; padding: 0 20px; border: none; transition: background 0.2s; cursor: pointer; }
.btn-catalog:hover { background-color: #0077b3; color: white; }

.search-group { height: 44px; border: 2px solid #0088cc; border-radius: 4px; overflow: hidden; display: flex; }
.search-input { border: none; box-shadow: none !important; height: 100%; font-size: 15px; flex-grow: 1; padding-left: 15px;}
.search-btn { background-color: #0088cc; color: white; border: none; width: 50px; font-size: 16px; transition: background 0.2s; cursor: pointer; }
.search-btn:hover { background-color: #0077b3; }

/* Контакты */
.header-phone { font-size: 1.15rem; font-weight: 800; color: #222; line-height: 1.1; text-decoration: none; }
.header-phone:hover { color: #0088cc; text-decoration: none; }
.header-tg { font-size: 0.8rem; color: #27A5E7; font-weight: 600; text-decoration: none; }
.header-tg:hover { color: #1c88c2; text-decoration: underline; }

/* Корзина */
.action-icon { display: flex; flex-direction: column; align-items: center; justify-content: center; color: #333; text-decoration: none !important; min-width: 65px; transition: color 0.2s; }
.cart-wrapper { position: relative; }
.cart-badge { position: absolute; top: -6px; right: -8px; background-color: #f13c3c; color: white; font-size: 10px; font-weight: 700; padding: 3px 5px; border-radius: 10px; border: 2px solid #fff; line-height: 1; }
.cart-price { font-size: 13px; font-weight: 700; color: #222; margin-top: 2px; }