/* ========================= TOP BAR ========================= */ .top-rating-bar { background: #333333; display: flex; align-items: center; justify-content: center; gap: 8px; color: #aaaaaa; font-size: 13px; line-height: 1; text-align: center; padding: 10px 16px; } .top-rating-stars { color: #FFBD59; font-size: 14px; letter-spacing: 2px; } .top-rating-text { color: #aaaaaa; } .header-main { max-width: 1400px; margin: 0 auto; padding: 12px 16px; display: flex; align-items: center; gap: 14px; } .header-logo { flex: 0 0 auto; margin: 0; } .header-logo img { display: block; max-height: 72px; width: auto; max-width: 100%; } .header-search { flex: 1 1 auto; max-width: 560px; margin-left: 12px; } .header-search form { width: 100%; margin: 0; } .header-search-wrap { display: flex; align-items: center; width: 100%; height: 46px; border: 1.5px solid #d8d8d8; border-radius: 14px; overflow: hidden; background: #ffffff; } .header-search-wrap input { flex: 1 1 auto; min-width: 0; height: 100%; border: none; outline: none; background: transparent; padding: 0 20px; font-size: 14px; color: #1a1a1a; } .header-search-wrap input::placeholder { color: #777777; opacity: 1; } .header-search-wrap button { flex: 0 0 36px; width: 36px; height: 36px; margin-right: 10px; border: none; border-radius: 12px; background: #FFBD59; display: flex; align-items: center; justify-content: center; cursor: pointer; padding: 0; } .header-search-wrap button svg { width: 20px; height: 20px; fill: none; stroke: #111111; stroke-width: 2.2; stroke-linecap: round; stroke-linejoin: round; display: block; } .header-actions { margin-left: auto; display: flex; align-items: center; gap: 18px; } .header-phone, .header-account a, .header-cart a { display: flex; align-items: center; gap: 8px; color: #1a1a1a; text-decoration: none; font-size: 15px; font-weight: 500; } .header-phone-text { display: flex; flex-direction: column; line-height: 1.2; } .header-phone-label { font-size: 15px; color: #1a1a1a; } .header-phone-number { font-size: 13px; color: #666666; text-decoration: none; } .header-icon { display: inline-flex; align-items: center; justify-content: center; width: 28px; height: 28px; flex-shrink: 0; } .header-icon svg { width: 22px; height: 22px; fill: #FFBD59; display: block; } .header-nav-wrap { width: 100%; border-top: 1px solid #f3f3f3; border-bottom: 1px solid #f3f3f3; } .header-nav { max-width: 1400px; margin: 0 auto; padding: 10px 16px; display: flex; align-items: center; justify-content: space-between; gap: 22px; } .header-nav-left { display: flex; align-items: center; gap: 22px; flex-wrap: wrap; } .header-nav-right { display: flex; align-items: center; gap: 12px; margin-left: auto; flex-shrink: 0; } .header-nav a { color: #333333; text-decoration: none; font-size: 16px; font-weight: 500; } .header-nav-right { display: flex; align-items: center; gap: 18px; margin-left: auto; flex-shrink: 0; } .header-link-plain { background: transparent !important; border: none !important; padding: 0 !important; color: #333333 !important; border-radius: 0 !important; line-height: 1.2em; font-size: 16px; font-weight: 500; white-space: nowrap; } .header-link-plain:hover { opacity: 0.8; } .quote-btn { border-radius: 8px !important; } .header-quote-glow { position: relative; display: inline-block; color: #ffffff !important; background: #111111 !important; border: 1px solid transparent !important; border-radius: 12px; text-decoration: none; padding: 10px 15px !important; line-height: 1.2em; font-size: 16px; font-weight: 500; white-space: nowrap; z-index: 0; isolation: isolate; overflow: visible; } .header-quote-glow::before { content: ""; position: absolute; inset: -1px; border-radius: 13px; background: linear-gradient(90deg, #FFBD59, #ff8a3d, #FFBD59, #ffe29a, #FFBD59); background-size: 300% 300%; animation: quoteGlowMove 3s linear infinite; filter: blur(1px); opacity: 1; z-index: -2; pointer-events: none; } .header-quote-glow::after { content: ""; position: absolute; inset: 1px; border-radius: 11px; background: #111111; z-index: -1; pointer-events: none; } @keyframes quoteGlowMove { 0% { background-position: 0% 50%; } 100% { background-position: 200% 50%; } } .header-nav .header-cta { display: inline-block; color: #111111; padding: 10px 15px; border: 1px solid transparent; border-radius: 12px; text-decoration: none; line-height: 1.2em; font-size: 16px; font-weight: 500; white-space: nowrap; background-image: linear-gradient(#FFBD59, #FFBD59), linear-gradient(90deg, #FFE29A, #ff8a3d); background-origin: border-box; background-clip: padding-box, border-box; } .header-nav .header-cta:hover { opacity: 0.9; } @media (max-width: 860px) { .top-rating-bar { padding: 8px 12px; font-size: 12px; } .header-main { max-width: 100%; padding: 12px 14px; display: flex; flex-wrap: wrap; align-items: center; gap: 12px; } .header-logo { width: 100%; text-align: center; } .header-logo img { max-height: 56px; margin: 0 auto; } .header-search { order: 3; width: 100%; max-width: none; margin-left: 0; } .header-search-wrap { height: 44px; border-radius: 12px; } .header-search-wrap input { padding: 0 14px; font-size: 14px; } .header-search-wrap button { width: 34px; height: 34px; margin-right: 8px; border-radius: 10px; } .header-actions { width: 100%; order: 2; display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 10px; margin-left: 0; align-items: start; } .header-phone, .header-account, .header-cart { width: 100%; } .header-phone, .header-account a, .header-cart a { justify-content: center; text-align: center; gap: 6px; font-size: 12px; } .header-phone { flex-direction: column; } .header-phone-text { align-items: center; } .header-phone-label, .header-phone-number { font-size: 12px; } .header-icon { width: 24px; height: 24px; } .header-icon svg { width: 18px; height: 18px; } .header-nav { max-width: 100%; padding: 12px 14px; flex-direction: column; align-items: flex-start; gap: 14px; } .header-nav-left, .header-nav-right { width: 100%; margin-left: 0; } .header-nav-left { display: flex; flex-wrap: wrap; gap: 10px 14px; justify-content: center; } .header-nav-right { display: flex; flex-wrap: wrap; gap: 10px; justify-content: center; } .header-nav-left a { font-size: 14px; } .header-nav .header-cta { font-size: 14px; padding: 9px 12px; border-radius: 10px; } } @media (max-width: 560px) { .header-actions { grid-template-columns: 1fr; } .header-nav-left, .header-nav-right { flex-direction: column; align-items: stretch; } .header-nav-left a, .header-nav .header-cta { width: 100%; text-align: center; } .header-nav-right .header-link-plain { width: auto; text-align: center; } .header-nav-right .header-quote-glow { width: auto; text-align: center; } }