* {
  box-sizing: border-box;
}

html {
  overflow-y: scroll;
  scrollbar-gutter: stable;
  background-color: #0b6f94;
  background-image: url("/water-seamless.jpg");
  background-position: center top;
  background-repeat: repeat;
  background-size: 1400px auto;
}

body {
  position: relative;
  margin: 0;
  min-height: 100vh;
  background-color: #0b6f94;
  background-image: url("/water-seamless.jpg");
  background-position: center top;
  background-repeat: repeat;
  background-size: 1400px auto;
  background-attachment: fixed;
  color: #1b1b1b;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  line-height: 1.35;
  padding-top: 25px;
}

body::before {
  display: none;
}

:root {
  --chrome-bg: rgba(247, 250, 251, 0.97);
  --chrome-border: rgba(42, 77, 96, 0.18);
  --soft-border: #d8e1e6;
  --accent: #255f78;
  --accent-dark: #154a63;
}

a {
  color: #1c5578;
}

.page {
  width: 900px;
  margin: 0 auto;
  text-align: left;
  position: relative;
  z-index: 1;
}

.nav-toggle {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.site-header {
  display: grid;
  grid-template-columns: 206px 204px 250px minmax(0, 1fr);
  gap: 0;
  min-height: 92px;
  background: var(--chrome-bg);
  border: 0;
  border-radius: 7px 7px 0 0;
  box-shadow: none;
  overflow: hidden;
}

.header-top {
  display: contents;
}

.header-logo {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 92px;
  padding: 12px 14px;
  background: transparent;
  border-right: 0;
  border-radius: 0;
  box-shadow: none;
}

.header-logo img {
  width: 176px;
  max-height: 72px;
  object-fit: contain;
  height: auto;
}

.hamburger {
  display: none;
}

.header-contact,
.header-address {
  display: grid;
  align-content: start;
  grid-auto-rows: max-content;
  gap: 5px;
  min-height: 92px;
  padding: 18px 14px 12px;
  background: transparent;
  border-right: 0;
  border-radius: 0;
  border-top: 0;
  border-bottom: 0;
  border-left: 0;
  box-shadow: none;
}

.header-address {
  border-left: 0;
}

.header-contact strong,
.header-address strong {
  color: #111;
  font-size: 14px;
  line-height: 1.15;
  margin-bottom: 2px;
}

.header-contact span,
.header-address span {
  line-height: 1.25;
}

.contact-line {
  position: relative;
  display: block;
  padding-left: 20px;
}

.contact-line::before {
  position: absolute;
  left: 0;
  top: 50%;
  display: block;
  width: 13px;
  height: 13px;
  background: #255f78;
  transform: translateY(-50%);
  content: "";
  mask: center / contain no-repeat;
  -webkit-mask: center / contain no-repeat;
}

.icon-phone::before {
  mask-image: url("icons/phone.svg");
  -webkit-mask-image: url("icons/phone.svg");
}

.icon-mail::before {
  mask-image: url("icons/email.svg");
  -webkit-mask-image: url("icons/email.svg");
}

.header-search {
  display: flex;
  align-items: center;
  min-height: 92px;
  min-width: 0;
  padding: 14px 12px;
  background: transparent;
  border-radius: 0;
  border: 0;
  box-shadow: none;
}

.header-search form {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 4px;
  min-width: 0;
  width: 100%;
  max-width: 212px;
  padding: 3px;
  border: 1px solid #b9ccd6;
  border-radius: 7px;
  background: #fff;
  box-shadow: inset 0 1px 2px rgba(18, 44, 58, 0.08);
}

.header-search input {
  width: 100%;
  min-width: 0;
  max-width: none;
  height: 30px;
  padding: 0 7px;
  border: 0;
  background: transparent;
  outline: 0;
}

.header-search button {
  height: 30px;
  min-width: 44px;
  border: 0;
  border-radius: 5px;
  background: linear-gradient(#357891, var(--accent-dark));
  color: #fff;
  font-weight: 700;
  cursor: pointer;
}

.main-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 7px;
  min-height: 48px;
  margin-top: 0;
  padding: 9px 10px 8px;
  background: var(--chrome-bg);
  border-top: 1px solid rgba(42, 77, 96, 0.14);
  border-bottom: 1px solid rgba(42, 77, 96, 0.14);
  box-shadow: none;
}

.main-nav a {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 30px;
  color: #06364f;
  border: 1px solid #c7d4dc;
  border-radius: 5px;
  background: linear-gradient(#ffffff, #edf2f5);
  box-shadow: inset 0 1px 0 #fff, 0 1px 1px rgba(18, 44, 58, 0.08);
  text-decoration: none;
  white-space: nowrap;
}

.main-nav a + a::before {
  display: none;
}

.main-nav img {
  display: block;
  border: 0;
}

.main-nav span {
  min-width: 0;
  padding: 6px 10px;
  background: transparent;
  text-align: center;
  font-weight: 700;
  text-shadow: 0 1px 0 #fff;
}

.main-nav a.active,
.main-nav a:hover {
  color: #fff;
  border-color: var(--accent-dark);
  background: var(--accent);
  box-shadow: 0 1px 1px rgba(18, 44, 58, 0.12);
}

.main-nav a.active span,
.main-nav a:hover span {
  text-shadow: none;
}

.mobile-nav-search {
  display: none;
}

.brand-strip,
.mobile-brand-strip {
  background: var(--chrome-bg);
}

.brand-strip {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 5px;
  padding: 7px 8px 10px;
  border: 0;
  border-radius: 0;
  box-shadow: none;
}

.mobile-brand-strip {
  display: none;
}

.brand-strip a,
.mobile-brand-strip a {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 0;
  height: 28px;
  padding: 2px 5px;
  border: 1px solid #d5e0e6;
  border-radius: 4px;
  background: #fff;
  text-decoration: none;
}

.brand-strip a {
  flex: 0 1 92px;
}

.brand-strip img,
.mobile-brand-strip img {
  display: block;
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 22px;
  object-fit: contain;
}

.content {
  min-height: 420px;
  margin-top: 0;
  padding: 10px 12px 14px;
  background: #fff;
  border-radius: 0;
}

.legacy-layout {
  display: grid;
  grid-template-columns: 172px 1fr;
  gap: 20px;
  padding-top: 14px;
}

.product-page-layout {
  grid-template-columns: 1fr;
}

.home-layout {
  grid-template-columns: 538px 309px;
  gap: 14px;
}

.side-menu {
  width: 172px;
  padding-right: 2px;
}

.side-title-text {
  display: none;
}

.side-links {
  padding-top: 8px;
  border-top: 1px dotted #c5cfce;
}

.side-links a {
  display: block;
  width: 170px;
  min-height: 24px;
  color: #26333a;
  text-decoration: none;
}

.side-links span {
  position: relative;
  display: block;
  margin-bottom: 2px;
  padding: 5px 8px 5px 20px;
  background: linear-gradient(#ffffff, #ececea);
  border-bottom: 1px dotted #b9b9b5;
  font-weight: 700;
}

.side-links span::before {
  position: absolute;
  left: 7px;
  top: 50%;
  width: 0;
  height: 0;
  transform: translateY(-50%);
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-left: 7px solid #c4cdcc;
  content: "";
}

.side-links a.active span,
.side-links a:hover span {
  color: #fff;
  background: var(--accent);
}

.side-links a.active span::before,
.side-links a:hover span::before {
  border-left-color: rgba(255, 255, 255, 0.9);
}

.side-links .child-link {
  margin-left: 12px;
  width: 158px;
  font-size: inherit;
}

.side-links .child-link span {
  padding-left: 19px;
  background: linear-gradient(#f8fbfc, #e7eef2);
}

.side-links .child-link span::before {
  left: 7px;
  border-top-width: 3px;
  border-bottom-width: 3px;
  border-left-width: 6px;
}

.main-column {
  position: relative;
  min-width: 0;
}

.main-column.wide {
  padding-right: 0;
}

.right-column {
  min-width: 0;
  padding-left: 10px;
  border-left: 0;
}

.service-badge {
  width: 126px;
  min-height: 66px;
  padding: 5px 6px 6px;
  border: 3px solid #d3d3d3;
  text-align: center;
  background: #fff;
}

.service-badge img {
  display: block;
  width: 100%;
  height: 27px;
  margin: 0 auto 3px;
  object-fit: contain;
}

.service-badge strong {
  display: block;
  font-size: 13px;
  font-style: italic;
}

.mobile-hours-service {
  display: none;
}

.shop-image {
  display: block;
  width: 367px;
  max-width: 100%;
  margin: 0;
}

.notice {
  clear: both;
  margin: 0 0 12px 44px;
  color: #a0192c;
  font-size: 22px;
  font-weight: 700;
}

.info-box {
  min-width: 0;
  margin-bottom: 0;
  padding: 10px 11px;
  border: 1px solid #cbd4da;
  background: #fff;
  line-height: 1.45;
  width: 236px;
}

.info-stack {
  display: grid;
  gap: 10px;
  width: 236px;
}

.info-box p,
.intro-copy {
  margin: 0;
}

.intro-copy h1 {
  display: inline;
  margin: 0;
  padding: 0;
  color: inherit;
  font: inherit;
  font-weight: 700;
}

.home-blocks {
  display: grid;
  align-content: start;
  gap: 10px;
}

.hero-block {
  position: relative;
  min-height: 0;
}

.hero-top {
  display: grid;
  grid-template-columns: 367px 126px;
  gap: 32px;
  align-items: start;
  margin: 8px 0 12px 10px;
}

.info-hours-row {
  display: grid;
  grid-template-columns: 236px 250px;
  gap: 28px;
  align-items: start;
}

.hours-card,
.side-campaign,
.campaign-box,
.category-list,
.contact-page {
  border: 0;
  background: #fff;
}

.hours-card {
  padding: 0;
  border: 0;
  width: 100%;
  margin: 0;
  background: transparent;
}

.hours-card h2 {
  margin: 0 0 7px;
  padding: 0;
  background: transparent;
  color: #172b35;
  text-align: left;
  font-size: 16px;
}

.hours-layout {
  display: block;
}

.hours-times {
  min-width: 0;
}

.hours-exception {
  margin-bottom: 6px;
  padding: 7px 9px;
  color: #8f1525;
  background: #fff1f3;
  border-left: 3px solid #c64050;
  border-radius: 3px;
  font-weight: 700;
}

.hours-list {
  margin: 0;
}

.hours-list div {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 8px;
  align-items: baseline;
  padding: 6px 0;
  border-top: 1px solid #e1e7ea;
}

.hours-list div:nth-child(even) {
  background: transparent;
}

.hours-list dt {
  font-weight: 700;
  color: #172b35;
  text-align: left;
}

.hours-list dd {
  margin: 0;
  text-align: right;
  white-space: nowrap;
}

.hours-card .legacy-map {
  display: block;
  max-width: 100%;
  margin: 0;
}

.info-map {
  display: grid;
  gap: 8px;
  justify-items: center;
}

.map-frame-link {
  display: block;
  width: 236px;
  height: 148px;
  margin: 0;
  overflow: hidden;
  border: 0;
  border-radius: 3px;
  background: #d9eef0;
}

.map-frame {
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
  pointer-events: none;
}

.blocket-link {
  display: flex;
  justify-content: center;
  width: 60px;
  height: 18px;
  margin-top: 0;
}

.blocket-link img {
  display: block;
  width: 60px;
  max-height: 18px;
  object-fit: contain;
}

.campaign-box {
  clear: both;
  margin-top: 14px;
  padding: 12px;
  border: 0;
  border-radius: 2px;
}

.campaign-box > h1,
.campaign-box > h2,
.side-campaign > h1,
.side-campaign > h2 {
  margin: 0 0 12px;
  text-align: center;
  color: var(--accent);
  font-size: 22px;
}

.side-campaign {
  margin-top: 0;
  padding: 0 0 2px;
  border: 0;
  border-radius: 2px;
}

.side-campaign > h1,
.side-campaign > h2 {
  margin-bottom: 0;
  padding: 6px 8px 10px;
  border-bottom: 0;
}

.side-campaign .product-card {
  min-height: auto;
  margin: 10px;
  border: 1px solid #d8e1e6;
  border-radius: 4px;
  padding: 12px;
}

.side-campaign .product-card:first-of-type {
  border-top: 1px solid #d8e1e6;
}

.side-campaign .product-card img {
  height: 205px;
  max-height: none;
  width: 100%;
  object-fit: contain;
  object-position: center;
}

.side-campaign .product-card h2 {
  color: var(--accent);
  font-size: 22px;
  line-height: 1.08;
}

.side-campaign .product-card h2 {
  color: #1b1b1b;
}

.side-campaign .subtitle {
  font-size: 11px;
  line-height: 1.15;
}

.side-campaign .price {
  font-size: 18px;
  line-height: 1.1;
}

.product-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.campaign-box .product-card {
  min-height: 0;
  border: 1px solid #d8e1e6;
  border-radius: 4px;
  padding: 10px;
}

.category-list {
  display: grid;
  gap: 8px;
  padding: 0;
}

.subcategories {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 0 0 12px;
}

.subcategories a {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding: 5px 11px;
  border: 1px solid #c8d7df;
  border-radius: 4px;
  background: linear-gradient(#ffffff, #eaf1f5);
  color: #07394f;
  font-weight: 700;
  text-decoration: none;
}

.subcategories a:hover {
  border-color: #8fb3c3;
  background: #eef6f9;
}

.product-card {
  display: flex;
  flex-direction: column;
  min-height: 300px;
  padding: 10px;
  text-align: center;
  border: 1px solid #d8e1e6;
  border-radius: 4px;
  background: #fff;
}

.category-list .product-card {
  display: grid;
  grid-template-columns: minmax(270px, 48%) minmax(0, 1fr);
  gap: 12px;
  min-height: 0;
  text-align: left;
  border: 1px solid #d8e1e6;
  overflow: hidden;
}

.category-list .product-card img {
  width: 100%;
  height: 245px;
  margin: 0;
  object-fit: contain;
  object-position: center;
}

.category-list .product-card.category-batmotorer img,
.category-list .product-card.category-elmotorer img {
  object-fit: contain;
}

.category-list .product-card h2 {
  margin-top: 0;
}

.product-card-body {
  display: flex;
  flex: 1;
  flex-direction: column;
  min-width: 0;
}

.category-list .product-card-body {
  min-height: 245px;
  padding: 0 4px 4px 0;
}

.category-list .subtitle {
  margin-top: 2px;
}

.category-list .price {
  margin-top: auto;
}

.product-card img {
  display: block;
  width: 100%;
  height: 205px;
  object-fit: contain;
  object-position: center;
  margin: 0 auto 8px;
  background: #f4f7f8;
}

.product-card h2 {
  margin: 6px 0;
  color: #1b1b1b;
  font-size: 20px;
  line-height: 1.12;
}

.product-card a {
  display: block;
  color: inherit;
  text-decoration: none;
}

.subtitle {
  display: -webkit-box;
  min-height: 2.5em;
  margin: 4px 0 8px;
  overflow: hidden;
  font-weight: 700;
  line-height: 1.25;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.price {
  display: flex;
  align-items: baseline;
  justify-content: center;
  gap: 8px;
  margin: auto 0 0;
  font-size: 19px;
  font-weight: 700;
  line-height: 1.15;
}

.price span {
  color: #6b6b6b;
  text-decoration: line-through;
  font-size: 15px;
}

.category-list .price {
  justify-content: center;
}

.page-title {
  margin: 0 0 10px;
  font-size: 24px;
}

.back-link {
  display: inline-flex;
  align-items: center;
  min-height: 32px;
  margin: 0 0 10px;
  padding: 0 12px;
  border: 1px solid #c7d4dc;
  border-radius: 5px;
  background: linear-gradient(#ffffff, #edf2f5);
  color: #06364f;
  font-weight: 700;
  text-decoration: none;
}

.back-link::before {
  content: "<";
  margin-right: 7px;
  font-weight: 700;
}

.product-detail {
  display: grid;
  grid-template-columns: minmax(0, 1.45fr) minmax(300px, 0.55fr);
  gap: 18px;
  padding: 0;
  border: 0;
  background: transparent;
}

.gallery {
  display: grid;
  gap: 10px;
}

.gallery-main {
  position: relative;
  display: grid;
  place-items: center;
  min-height: 0;
  aspect-ratio: 4 / 3;
  border: 1px solid #ddd;
  background: #fff;
  overflow: hidden;
}

.gallery-main-image {
  width: 100%;
  height: 100%;
  object-fit: contain;
  background: #fff;
}

.gallery-arrow {
  position: absolute;
  top: 50%;
  z-index: 2;
  width: 38px;
  height: 46px;
  padding: 0;
  transform: translateY(-50%) scale(0.96);
  border: 1px solid rgba(28, 93, 134, 0.24);
  border-radius: 5px;
  background: rgba(255, 255, 255, 0.86);
  color: #17445c;
  font-size: 34px;
  line-height: 1;
  opacity: 0;
  pointer-events: none;
  box-shadow: 0 2px 8px rgba(20, 45, 58, 0.14);
  transition: opacity 0.16s ease, transform 0.16s ease, background-color 0.16s ease;
}

.gallery-main:hover .gallery-arrow,
.gallery-main:focus-within .gallery-arrow {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(-50%) scale(1);
}

.gallery-arrow:hover,
.gallery-arrow:focus-visible {
  background: #fff;
}

.gallery-arrow-prev {
  left: 8px;
}

.gallery-arrow-next {
  right: 8px;
}

.gallery-thumbs {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(64px, 1fr));
  gap: 7px;
}

.gallery-thumb {
  display: block;
  height: 58px;
  min-width: 0;
  padding: 2px;
  border: 1px solid #d3dde4;
  border-radius: 4px;
  background: #fff;
}

.gallery-thumb.active {
  border-color: #1c5d86;
  box-shadow: 0 0 0 2px rgba(28, 93, 134, 0.16);
}

.gallery-thumb img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.product-copy h1 {
  margin: 0 0 8px;
  font-size: 26px;
}

.product-copy h2 {
  font-size: 18px;
}

.product-specs {
  display: grid;
  gap: 0;
  width: min(100%, 300px);
  margin: 12px 0 14px;
}

.product-specs div {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 8px;
  align-items: baseline;
  padding: 6px 0;
  border-top: 1px solid #e1e7ea;
}

.product-specs dt {
  font-weight: 700;
  color: #172b35;
  text-align: left;
}

.product-specs dd {
  margin: 0;
  white-space: nowrap;
  text-align: right;
}

.product-details-list {
  display: grid;
  gap: 5px;
  margin: 10px 0 16px;
  padding: 0;
  list-style: none;
}

.product-details-list li {
  position: relative;
  padding-left: 15px;
  line-height: 1.35;
}

.product-details-list li::before {
  content: "";
  position: absolute;
  left: 1px;
  top: 0.48em;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #1c5d86;
}

.large {
  font-size: 24px;
}

.product-copy .price.large {
  justify-content: center;
  margin-top: 18px;
  text-align: center;
}

.interest {
  display: table;
  margin: 14px auto 0;
  padding: 6px 12px;
  border: 1px solid #b7b7b7;
  border-radius: 3px;
  background: linear-gradient(#eeeeee, #d6d6d6);
  color: #1a1a1a;
  font-weight: 700;
  line-height: 1.1;
  text-decoration: none;
}

.contact-page {
  padding: 14px;
}

.contact-list {
  display: grid;
  gap: 18px;
  max-width: 520px;
}

.contact-card {
  padding-bottom: 8px;
}

.contact-card h2 {
  margin: 0 0 10px;
  font-size: 20px;
}

.contact-card p {
  margin: 4px 0;
}

.search-page-form {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 8px;
  margin: 0 0 12px;
  padding: 8px;
  border: 1px solid #d8e1e6;
  border-radius: 4px;
  background: #f7fafb;
}

.search-page-form input {
  min-width: 0;
  height: 34px;
  padding: 0 10px;
  border: 1px solid #bacbd4;
  border-radius: 4px;
}

.search-page-form button {
  min-width: 62px;
  border: 0;
  border-radius: 4px;
  background: linear-gradient(#357891, var(--accent-dark));
  color: #fff;
  font-weight: 700;
}

.result-count {
  margin: 0 0 10px;
  color: #4b5b64;
}

.not-found-page {
  max-width: 620px;
  margin: 36px auto;
  padding: 24px;
  text-align: center;
}

.not-found-page h1 {
  margin: 0 0 10px;
  color: var(--accent);
  font-size: 26px;
}

.not-found-page p {
  margin: 0 auto 18px;
  max-width: 440px;
  line-height: 1.45;
}

.not-found-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px;
}

.not-found-actions a {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 7px 12px;
  border: 1px solid #c8d7df;
  border-radius: 4px;
  background: linear-gradient(#ffffff, #eaf1f5);
  color: #07394f;
  font-weight: 700;
  text-decoration: none;
}

.logo-footer {
  display: none;
  padding: 14px 16px 28px;
  background: #f4f4f1;
}

.logo-grid {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: 0;
  width: 100%;
  margin: 0 auto;
}

.logo-grid a {
  min-height: 54px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 4px;
}

.logo-grid img {
  max-width: 100%;
  max-height: 42px;
  object-fit: contain;
}

@media (max-width: 900px) {
  html {
    background-size: 900px auto;
  }

  body {
    overflow-x: hidden;
    padding-top: 6px;
    font-size: 11px;
    background-color: transparent;
    background-image: none;
    background-attachment: scroll;
    background-size: 900px auto;
  }

  body::before {
    position: fixed;
    inset: -30vh 0;
    z-index: 0;
    display: block;
    background-color: #0b6f94;
    background-image: url("/water-seamless.jpg");
    background-position: center top;
    background-repeat: repeat;
    background-size: 900px auto;
    content: "";
    pointer-events: none;
  }

  .page {
    width: calc(100% - 16px);
    margin: 0 8px;
  }

  .site-header,
  .legacy-layout,
  .home-layout,
  .product-detail {
    grid-template-columns: 1fr;
  }

  .site-header {
    min-height: 0;
    display: block;
    background: #f4f7f7;
    border-radius: 7px 7px 0 0;
    overflow: hidden;
  }

  .header-logo {
    justify-content: space-between;
    min-height: 76px;
    padding: 10px 12px;
    background: transparent;
    border-right: 0;
    border-bottom: 0;
    border-radius: 0;
  }

  .header-logo img {
    width: 154px;
    max-height: 56px;
  }

  .hamburger {
    display: inline-flex;
    width: 44px;
    height: 38px;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 5px;
    border: 1px solid #9fb1bc;
    border-radius: 6px;
    background: linear-gradient(#ffffff, #d8e0e4);
    cursor: pointer;
  }

  .hamburger span {
    display: block;
    width: 22px;
    height: 3px;
    border-radius: 3px;
    background: #234e64;
    transition: transform 0.18s ease, opacity 0.18s ease;
    transform-origin: center;
  }

  .nav-toggle:checked ~ .site-header .hamburger span:nth-child(1) {
    transform: translateY(8px) rotate(45deg);
  }

  .nav-toggle:checked ~ .site-header .hamburger span:nth-child(2) {
    opacity: 0;
  }

  .nav-toggle:checked ~ .site-header .hamburger span:nth-child(3) {
    transform: translateY(-8px) rotate(-45deg);
  }

  .header-contact,
  .header-address {
    display: none;
  }

  .header-search {
    display: none;
  }

  .header-search form,
  .mobile-nav-search {
    max-width: none;
  }

  .brand-strip {
    display: none;
  }

  .mobile-brand-strip {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 3px;
    padding: 5px 6px 6px;
    background: rgba(255, 255, 255, 0.72);
  }

  .mobile-brand-strip a {
    flex: 0 1 50px;
    height: 28px;
    padding: 2px 3px;
  }

  .mobile-brand-strip img {
    max-height: 21px;
  }

  .main-nav {
    position: absolute;
    left: 0;
    right: 0;
    z-index: 30;
    display: none;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    min-height: 0;
    gap: 6px;
    margin-top: 0;
    padding: 8px;
    background: rgba(247, 250, 251, 0.98);
    background-image: none;
    border-top: 1px solid rgba(42, 77, 96, 0.14);
    border-bottom: 1px solid rgba(42, 77, 96, 0.14);
    border-radius: 0;
    box-shadow: 0 10px 18px rgba(21, 52, 68, 0.18);
  }

  .nav-toggle:checked ~ .main-nav {
    display: grid;
  }

  .main-nav a {
    width: 100%;
    min-height: 36px;
  }

  .main-nav a + a::before {
    display: none;
  }

  .main-nav span {
    width: 100%;
    padding: 8px 6px;
  }

  .mobile-nav-search {
    grid-column: 1 / -1;
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: center;
    gap: 5px;
    margin-top: 2px;
    padding: 4px;
    border: 1px solid #b9ccd6;
    border-radius: 7px;
    background: #fff;
    box-shadow: inset 0 1px 2px rgba(18, 44, 58, 0.08);
  }

  .mobile-nav-search input {
    width: 100%;
    min-width: 0;
    height: 32px;
    padding: 0 8px;
    border: 0;
    background: transparent;
    outline: 0;
  }

  .mobile-nav-search button {
    height: 32px;
    min-width: 48px;
    border: 0;
    border-radius: 5px;
    background: linear-gradient(#357891, var(--accent-dark));
    color: #fff;
    font-weight: 700;
  }

  .content {
    margin-top: 0;
    padding: 8px;
    background-image: none;
  }

  .side-menu {
    width: 100%;
  }

  .side-links {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 2px;
  }

  .side-links a {
    width: auto;
  }

  .side-links .child-link {
    width: auto;
    margin-left: 0;
  }

  .shop-image {
    width: min(100%, 367px);
    margin: 0 auto;
  }

  .hero-top > .service-badge {
    display: none;
  }

  .service-badge {
    position: static;
    margin: 0;
  }

  .right-column {
    padding-left: 0;
    border-left: 0;
  }

  .hero-block {
    min-height: 0;
  }

  .hero-top {
    grid-template-columns: minmax(0, 1fr);
    gap: 0;
    align-items: start;
    margin: 8px 0 10px;
  }

  .mobile-hours-service {
    display: block;
    width: 112px;
    min-height: 63px;
    margin: 0 auto 34px;
    padding: 5px 5px 6px;
  }

  .mobile-hours-service img {
    width: 100%;
    height: 22px;
    max-width: none;
  }

  .info-hours-row {
    grid-template-columns: minmax(0, 1fr) minmax(118px, 0.72fr);
    gap: 8px;
    align-items: start;
  }

  .info-stack {
    width: 100%;
    gap: 7px;
  }

  .hours-card {
    width: 100%;
    margin: 0;
  }

  .hours-card h2 {
    margin-bottom: 5px;
    font-size: 15px;
  }

  .hours-layout {
    display: block;
  }

  .hours-list div {
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 5px;
    padding: 5px 0;
  }

  .hours-list dt {
    text-align: left;
  }

  .hours-list dd {
    text-align: right;
  }

  .hours-exception {
    padding: 6px 7px;
    font-size: 11px;
  }

  .map-frame-link {
    width: 100%;
    height: 112px;
    max-width: none;
  }

  .notice {
    margin-left: 0;
    text-align: center;
  }

  .info-box {
    width: 100%;
    padding: 8px;
    line-height: 1.35;
  }

  .product-grid,
  .category-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
  }

  .category-list .product-card {
    display: flex;
    flex-direction: column;
    text-align: center;
    padding: 8px;
  }

  .category-list .product-card img {
    width: 100%;
    height: clamp(135px, 28vw, 210px);
    margin: 0 auto 8px;
  }

  .category-list .product-card-body {
    min-height: 0;
    padding: 0;
  }

  .product-card {
    min-height: 0;
    padding: 8px;
  }

  .product-card img {
    height: clamp(135px, 28vw, 210px);
  }

  .side-campaign .product-card img {
    height: clamp(135px, 28vw, 210px);
  }

  .product-card h2 {
    font-size: 15px;
    line-height: 1.12;
  }

  .gallery-main {
    min-height: 220px;
  }

  .gallery-main-image {
    max-height: 360px;
  }

  .gallery-thumbs {
    grid-template-columns: repeat(auto-fill, minmax(56px, 1fr));
  }

  .gallery-thumb {
    height: 52px;
  }

  .gallery-arrow {
    width: 34px;
    height: 42px;
    font-size: 30px;
  }

  @media (hover: none) {
    .gallery-arrow {
      opacity: 1;
      pointer-events: auto;
      transform: translateY(-50%) scale(1);
    }
  }

  .subtitle {
    line-height: 1.25;
  }

  .price {
    font-size: 18px;
    justify-content: center;
    text-align: center;
  }

  .price span {
    display: inline-block;
    margin-right: 4px;
    font-size: 14px;
  }

  .product-copy .price.large {
    font-size: 24px;
  }

  .side-campaign {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
  }

  .side-campaign > h1,
  .side-campaign > h2 {
    grid-column: 1 / -1;
  }

  .side-campaign .product-card {
    margin: 0;
    padding: 8px;
  }

  .side-campaign .product-card h2 {
    font-size: 16px;
  }

  .side-campaign .price {
    font-size: 15px;
    justify-content: center;
  }

  .logo-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 360px) {
  .page {
    width: calc(100% - 10px);
    margin: 0 5px;
  }

  .header-logo img {
    width: 140px;
  }

  .hamburger {
    width: 40px;
    height: 36px;
  }

  .mobile-brand-strip {
    gap: 2px;
    padding: 4px 5px 5px;
  }

  .mobile-brand-strip a {
    flex-basis: 46px;
    height: 25px;
  }

  .mobile-brand-strip img {
    max-height: 19px;
  }

  .info-hours-row {
    grid-template-columns: minmax(0, 1fr) 112px;
    gap: 7px;
  }

  .hours-card h2 {
    font-size: 14px;
  }

  .hours-list div {
    gap: 4px;
    font-size: 10.5px;
  }

  .product-grid,
  .category-list,
  .side-campaign {
    gap: 6px;
  }

  .product-card,
  .category-list .product-card,
  .side-campaign .product-card {
    padding: 6px;
  }

  .product-card img,
  .category-list .product-card img,
  .side-campaign .product-card img {
    height: 118px;
  }

  .product-card h2,
  .side-campaign .product-card h2 {
    font-size: 14px;
  }

  .gallery-main {
    min-height: 190px;
  }

  .gallery-thumb {
    height: 46px;
  }
}
