/* Shared responsive navigation for the main site and shop. */
.site-header { position: relative; z-index: 100; background: #fff; color: #050748; font-family: 'Poppins', 'Roboto', sans-serif; box-shadow: 0 2px 12px #05074812; }
.site-header *, .site-header *::before, .site-header *::after { box-sizing: border-box; }
.site-header a { text-decoration: none; }
.site-header button, .site-header input, .site-header summary { font: inherit; }
.site-header button, .site-header summary { cursor: pointer; }
.site-header a:focus-visible, .site-header button:focus-visible, .site-header summary:focus-visible { outline: 3px solid #ffbd84 !important; outline-offset: 3px; }
.site-header__inner, .site-nav__inner { width: calc(100% - 64px); max-width: 1440px; margin: auto; display: flex; align-items: center; gap: 32px; }
.site-header__inner { min-height: 108px; padding: 20px 0; }
.site-header__logo { flex: 0 0 180px; }
.site-header__logo img { display: block; width: 100%; height: 68px; object-fit: contain; }
.site-header__actions { display: flex; align-items: center; justify-content: flex-end; gap: 24px; flex-shrink: 0; }
.site-header__actions a, .site-account summary { color: #050748; font-size: 14px; }
.site-header__phone, .site-header__cart, .site-header__shop, .site-account summary { display: flex; align-items: center; gap: 10px; white-space: nowrap; }
.site-header__phone i, .site-header__cart i, .site-account summary i { font-size: 21px; }
.site-header__phone small { display: block; color: #667085; font-size: 11px; margin-bottom: 3px; }
.site-header__count { min-width: 23px; padding: 2px 6px; text-align: center; border-radius: 20px; background: #edf4fb; font-size: 12px; }
.site-account { position: relative; }
.site-account summary { list-style: none; min-height: 44px; }
.site-account summary::-webkit-details-marker { display: none; }
.site-account__panel { position: absolute; right: 0; top: 100%; width: 200px; margin: 8px 0 0; padding: 8px; list-style: none; background: #fff; border: 1px solid #e4e7ec; border-radius: 8px; box-shadow: 0 12px 30px #05074820; z-index: 120; }
.site-account__panel a, .site-account__panel button { display: block; width: 100%; padding: 10px 12px; color: #050748; text-align: left; border: 0; background: transparent; font-size: 14px; }
.site-account__panel a:hover, .site-account__panel button:hover { background: #edf4fb; }
.site-search { position: relative; flex: 1 1 400px; min-width: 200px; margin: 0; }
.site-search__field { display: flex; width: 100%; border: 1px solid #cbd5e1; border-radius: 8px; background: #f8fafc; overflow: hidden; }
.site-search__field:focus-within { outline: 2px solid #145da0; outline-offset: 2px; }
.site-search__field input { width: 100%; min-width: 0; height: 48px; padding: 12px 16px; margin: 0; border: 0; background: transparent; color: #101828; font-size: 14px; outline: 0; }
.site-search__field button { flex: 0 0 50px; margin: 0; padding: 0; border: 0; background: #145da0; color: #fff; }
.site-search__suggestions { position: absolute; top: calc(100% + 8px); left: 0; right: 0; padding: 6px; margin: 0; list-style: none; background: #fff; border: 1px solid #d0d5dd; border-radius: 8px; box-shadow: 0 10px 30px #05074820; max-height: 360px; overflow-y: auto; z-index: 130; }
.site-search__suggestions[hidden] { display: none; }
.site-search__suggestions a { display: block; padding: 11px 12px; color: #101828; font-size: 14px; overflow-wrap: anywhere; }
.site-search__suggestions small { display: block; color: #667085; font-size: 12px; margin-top: 3px; }
.site-search__suggestions a:hover, .site-search__suggestions [aria-selected="true"] { background: #edf4fb; border-radius: 4px; }
.site-search__message { color: #667085; padding: 12px; font-size: 13px; }
.site-nav { background: #145da0; }
.site-nav__inner { justify-content: space-between; gap: 20px; }
.site-nav__links { display: flex; justify-content: space-between; align-items: stretch; flex: 1; max-width: 1100px; list-style: none; padding: 0; margin: 0; gap: 8px; }
.site-nav__links > li > a, .site-nav__dropdown > summary { display: block; padding: 18px 14px; color: white; font-size: 14px; font-weight: 500; white-space: nowrap; }
.site-nav__links > li > a:hover, .site-nav__links [aria-current="page"], .site-nav__dropdown[open] > summary { background: #0d477e; color: #fff; }
.site-nav__dropdown { position: relative; }
.site-nav__dropdown > summary { list-style: none; }
.site-nav__dropdown > summary::-webkit-details-marker { display: none; }
.site-nav__dropdown > summary::after { content: '⌄'; margin-left: 10px; }
.site-nav__panel { position: absolute; left: 0; top: 100%; width: 280px; max-height: 65vh; overflow-y: auto; padding: 8px; margin: 0; background: #fff; border: 1px solid #e4e7ec; box-shadow: 0 12px 30px #05074820; border-radius: 0 0 8px 8px; list-style: none; z-index: 110; }
.site-nav__links > li:last-child .site-nav__panel { left: auto; right: 0; }
.site-nav__panel a, .site-nav__category > summary { display: block; padding: 11px 12px; color: #050748; font-size: 14px; line-height: 1.5; }
.site-nav__panel a:hover, .site-nav__category > summary:hover { background: #edf4fb; }
.site-nav__category > summary { display: list-item; list-style-position: inside; }
.site-nav__category ul { list-style: none; padding: 0 0 0 12px; margin: 0; }
.site-nav__location { color: #fff; font-size: 12px; white-space: nowrap; opacity: .9; }
.site-nav__toggle { color: #fff; background: transparent; border: 1px solid #ffffff70; border-radius: 4px; padding: 10px 14px; margin: 10px 0; }
.catalog-results { padding: 36px 0 56px; }
.catalog-results h1 { font-size: 28px; margin: 22px 0 12px; overflow-wrap: anywhere; }
.catalog-result { display: block; height: 100%; border: 1px solid #e4e7ec; border-radius: 8px; padding: 16px; color: #050748; }
.catalog-result:hover { border-color: #145da0; text-decoration: none; }
.catalog-result img { width: 100%; height: 180px; object-fit: contain; }
.catalog-result h2 { font-size: 16px; line-height: 1.5; margin: 16px 0 6px; overflow-wrap: anywhere; }
.catalog-result p { color: #667085; font-size: 13px; margin: 0; }
.google-signin { display: flex; align-items: center; justify-content: center; min-height: 46px; margin: 16px 0; padding: 12px 20px; border: 1px solid #747775; border-radius: 4px; background: white; color: #1f1f1f; font: 500 14px 'Roboto', sans-serif; text-decoration: none; gap: 12px; }
.google-signin:hover { background: #f8fafc; color: #1f1f1f; text-decoration: none; }
@media (max-width: 1199px) {
    .site-header__inner, .site-nav__inner { width: calc(100% - 40px); gap: 24px; }
    .site-header__phone, .site-nav__location { display: none; }
    .site-header__logo { flex-basis: 155px; }
}
@media (max-width: 767px) {
    .site-header__inner, .site-nav__inner { width: calc(100% - 32px); gap: 16px; }
    .site-header__inner { flex-wrap: wrap; padding: 14px 0 18px; }
    .site-header__logo { flex: 0 0 120px; }
    .site-header__logo img { height: 48px; }
    .site-header__actions { margin-left: auto; gap: 14px; }
    .site-header__cart > span:not(.site-header__count), .site-account summary > span { display: none; }
    .site-search { order: 3; flex: 1 0 100%; min-width: 0; }
    .site-nav__inner { display: block; }
    .site-nav__links { display: block; padding: 0 0 12px; }
    .site-nav.is-enhanced:not(.is-open) .site-nav__links { display: none; }
    .site-nav__links > li > a, .site-nav__dropdown > summary { padding: 13px 12px; white-space: normal; }
    .site-nav__panel { position: static; width: 100%; box-shadow: none; border: 0; border-radius: 4px; }
    .site-nav__toggle:not([hidden]) { display: inline-block; }
    .catalog-result { padding: 10px; }
    .catalog-result img { height: 130px; }
    .catalog-results h1 { font-size: 23px; }
}
@media (min-width: 768px) { .site-nav__toggle { display: none; } }
