:root {
  --gpm-ink: #101114;
  --gpm-coal: #1e2024;
  --gpm-lead: #50535a;
  --gpm-silver: #a8a4a4;
  --gpm-line: #dedede;
  --gpm-paper: #ffffff;
  --gpm-mist: #f5f5f4;
  --gpm-soft: #ecebea;
  --gpm-red: #d5232a;
  --gpm-deep-red: #9d1118;
  --gpm-ok: #1f6f53;
  --gpm-shadow: 0 18px 46px rgba(16, 17, 20, 0.13);
  --gpm-radius: 5px;
  --gpm-radius-sm: 3px;
  --gpm-container: 1180px;
}

/* Keep the premium yacht header consistent outside the home page. */
body.gpm-theme-yacht:not(.gpm-home-route) header.gpm-header,
html.desktop-header-active.sticky-default body.gpm-theme-yacht:not(.gpm-home-route) header.gpm-header {
  position: relative !important;
  top: auto !important;
  right: auto;
  left: auto;
  z-index: 1000;
  height: 90px;
  background: rgba(2, 11, 17, 0.96);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.04);
  backdrop-filter: blur(12px);
}

body.gpm-theme-yacht:not(.gpm-home-route) .gpm-header .gpm-shell {
  width: min(1800px, calc(100% - 120px));
}

body.gpm-theme-yacht:not(.gpm-home-route) .gpm-topbar,
body.gpm-theme-yacht:not(.gpm-home-route) .gpm-mainbar,
body.gpm-theme-yacht:not(.gpm-home-route) .gpm-nav {
  position: absolute;
  top: 0;
  height: 90px;
  background: transparent;
  border: 0;
}

body.gpm-theme-yacht:not(.gpm-home-route) .gpm-mainbar {
  right: 0;
  left: 0;
}

body.gpm-theme-yacht:not(.gpm-home-route) .gpm-mainbar-grid {
  grid-template-columns: 330px minmax(0, 1fr) 295px;
  min-height: 90px;
  gap: 0;
}

body.gpm-theme-yacht:not(.gpm-home-route) .gpm-search {
  display: none;
}

body.gpm-theme-yacht:not(.gpm-home-route) .gpm-topbar {
  right: 58px;
  z-index: 4;
  width: 76px;
}

body.gpm-theme-yacht:not(.gpm-home-route) .gpm-topbar .gpm-shell {
  width: 100%;
  min-height: 90px;
  padding: 0;
}

body.gpm-theme-yacht:not(.gpm-home-route) .gpm-topbar-copy {
  display: none;
}

body.gpm-theme-yacht:not(.gpm-home-route) .gpm-language-top {
  width: 76px;
  min-width: 76px;
}

body.gpm-theme-yacht:not(.gpm-home-route) .gpm-language-top .dropdown-toggle {
  min-height: 36px;
  padding: 0 12px;
  border: 0;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.06);
  color: #fff;
}

body.gpm-theme-yacht:not(.gpm-home-route) .gpm-language-top .dropdown-toggle:hover,
body.gpm-theme-yacht:not(.gpm-home-route) .gpm-language-top .dropdown-toggle:focus-visible {
  background: rgba(255, 255, 255, 0.12);
}

body.gpm-theme-yacht:not(.gpm-home-route) .gpm-language-top .drop-menu::after,
body.gpm-theme-yacht:not(.gpm-home-route) .gpm-language-top .dropdown::after {
  top: 100%;
  height: 10px;
}

body.gpm-theme-yacht:not(.gpm-home-route) .gpm-language-top .language-title {
  color: #fff;
}

body.gpm-theme-yacht:not(.gpm-home-route) .gpm-language-top .dropdown-menu {
  top: calc(100% + 8px) !important;
  right: 0 !important;
  left: auto !important;
  z-index: 1600;
  margin-top: 0 !important;
  border: 0;
  border-radius: 4px;
  box-shadow: 0 18px 38px rgba(0, 0, 0, 0.26);
}

body.gpm-theme-yacht:not(.gpm-home-route) .gpm-nav {
  right: 455px;
  left: 410px;
  z-index: 3;
  overflow: visible;
}

body.gpm-theme-yacht:not(.gpm-home-route) .gpm-nav .gpm-shell {
  width: 100%;
  min-height: 90px;
  justify-content: center;
  gap: 38px;
}

body.gpm-theme-yacht:not(.gpm-home-route) .gpm-nav-catalog,
body.gpm-theme-yacht:not(.gpm-home-route) .gpm-nav .gpm-shell > .gpm-nav-link:last-child {
  display: none;
}

body.gpm-theme-yacht:not(.gpm-home-route) .gpm-nav-link {
  color: rgba(255, 255, 255, 0.88);
  font-size: 13px;
  letter-spacing: 0;
}

body.gpm-theme-yacht:not(.gpm-home-route) .gpm-nav-link:hover,
body.gpm-theme-yacht:not(.gpm-home-route) .gpm-nav-link:focus-visible {
  color: var(--gpm-teal);
}

body.gpm-theme-yacht:not(.gpm-home-route) .gpm-actions {
  grid-column: 3;
  justify-content: flex-end;
  gap: 18px;
  padding-right: 146px;
}

body.gpm-theme-yacht:not(.gpm-home-route) .gpm-actions a {
  width: 42px;
  height: 42px;
  color: #fff;
  border: 1px solid transparent;
  border-radius: 50%;
  background: transparent;
}

body.gpm-theme-yacht:not(.gpm-home-route) .gpm-actions a:hover,
body.gpm-theme-yacht:not(.gpm-home-route) .gpm-actions a:focus-visible {
  color: var(--gpm-teal);
  background: rgba(255, 255, 255, 0.08);
}

body.gpm-theme-yacht:not(.gpm-home-route) .gpm-actions svg {
  width: 23px;
  height: 23px;
}

body.gpm-theme-yacht:not(.gpm-home-route) .gpm-logo {
  position: relative;
  grid-column: 1;
  width: 300px;
  min-height: 90px;
  gap: 14px;
  color: #fff;
}

body.gpm-theme-yacht:not(.gpm-home-route) .gpm-logo img {
  display: none !important;
}

body.gpm-theme-yacht:not(.gpm-home-route) .gpm-logo::before {
  content: "";
  width: 54px;
  height: 54px;
  flex: 0 0 54px;
  border: 2px solid rgba(255, 255, 255, 0.9);
  border-radius: 50%;
  background:
    linear-gradient(var(--gpm-teal), var(--gpm-teal)) center / 2px 66px no-repeat,
    linear-gradient(90deg, var(--gpm-teal), var(--gpm-teal)) center / 66px 2px no-repeat,
    radial-gradient(circle, transparent 0 7px, rgba(22, 185, 179, 0.95) 8px 10px, transparent 11px);
  box-shadow: 0 0 0 7px rgba(22, 185, 179, 0.08);
  transform: rotate(45deg);
}

body.gpm-theme-yacht:not(.gpm-home-route) .gpm-logo::after {
  content: "GLOBAL PRO MARINE";
  color: #fff;
  font-size: 21px;
  line-height: 1;
  font-weight: 900;
  letter-spacing: 0.04em;
  white-space: nowrap;
}

body.gpm-theme-yacht:not(.gpm-home-route) .site-wrapper {
  background: #f7f9f9;
}

body.gpm-theme-yacht:not(.gpm-home-route) .site-wrapper > .breadcrumbs,
body.gpm-theme-yacht:not(.gpm-home-route) .site-wrapper > .breadcrumb,
body.gpm-theme-yacht:not(.gpm-home-route) .site-wrapper > .page-title {
  border-color: var(--gpm-line);
}

@media (max-width: 1440px) {
  body.gpm-theme-yacht:not(.gpm-home-route) .gpm-header .gpm-shell {
    width: min(1320px, calc(100% - 72px));
  }

  body.gpm-theme-yacht:not(.gpm-home-route) .gpm-mainbar-grid {
    grid-template-columns: 330px minmax(0, 1fr) 265px;
  }

  body.gpm-theme-yacht:not(.gpm-home-route) .gpm-nav {
    right: 380px;
    left: 350px;
  }

  body.gpm-theme-yacht:not(.gpm-home-route) .gpm-nav .gpm-shell {
    gap: 28px;
  }

  body.gpm-theme-yacht:not(.gpm-home-route) .gpm-nav .gpm-shell > .gpm-nav-link:nth-last-child(2) {
    display: none;
  }

  body.gpm-theme-yacht:not(.gpm-home-route) .gpm-actions {
    gap: 22px;
    padding-right: 118px;
  }
}

@media (max-width: 1180px) {
  body.gpm-theme-yacht:not(.gpm-home-route) header.gpm-header,
  html.desktop-header-active.sticky-default body.gpm-theme-yacht:not(.gpm-home-route) header.gpm-header {
    height: 138px;
  }

  body.gpm-theme-yacht:not(.gpm-home-route) .gpm-nav {
    position: relative;
    right: auto;
    left: auto;
    top: auto;
    height: 48px;
    margin-top: 90px;
    overflow-x: auto;
    background: rgba(2, 11, 17, 0.84);
    border-top: 1px solid rgba(255, 255, 255, 0.12);
  }

  body.gpm-theme-yacht:not(.gpm-home-route) .gpm-nav .gpm-shell {
    min-height: 48px;
    justify-content: flex-start;
  }
}

@media (max-width: 980px) {
  body.gpm-theme-yacht:not(.gpm-home-route) header.gpm-header,
  html.desktop-header-active.sticky-default body.gpm-theme-yacht:not(.gpm-home-route) header.gpm-header {
    height: auto;
    background: #061017;
  }

  body.gpm-theme-yacht:not(.gpm-home-route) .gpm-mainbar,
  body.gpm-theme-yacht:not(.gpm-home-route) .gpm-topbar {
    position: relative;
    height: auto;
  }

  body.gpm-theme-yacht:not(.gpm-home-route) .gpm-topbar {
    right: auto;
    width: 100%;
  }

  body.gpm-theme-yacht:not(.gpm-home-route) .gpm-topbar .gpm-shell {
    min-height: 40px;
  }

  body.gpm-theme-yacht:not(.gpm-home-route) .gpm-mainbar-grid {
    grid-template-columns: 1fr auto;
    min-height: 88px;
  }

  body.gpm-theme-yacht:not(.gpm-home-route) .gpm-logo {
    width: 285px;
    min-height: 88px;
  }

  body.gpm-theme-yacht:not(.gpm-home-route) .gpm-logo::after {
    font-size: 18px;
  }

  body.gpm-theme-yacht:not(.gpm-home-route) .gpm-actions {
    grid-column: auto;
    padding-right: 0;
  }

  body.gpm-theme-yacht:not(.gpm-home-route) .gpm-actions a {
    width: 44px;
    height: 44px;
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: 4px;
  }

  body.gpm-theme-yacht:not(.gpm-home-route) .gpm-nav {
    margin-top: 0;
  }
}

@media (max-width: 680px) {
  body.gpm-theme-yacht:not(.gpm-home-route) .gpm-header .gpm-shell {
    width: min(100% - 24px, var(--gpm-container));
  }

  body.gpm-theme-yacht:not(.gpm-home-route) .gpm-topbar .gpm-shell {
    padding: 0;
  }

  body.gpm-theme-yacht:not(.gpm-home-route) .gpm-language-top .dropdown-toggle {
    min-height: 34px;
    border: 1px solid rgba(255, 255, 255, 0.22);
    border-radius: 4px;
  }

  body.gpm-theme-yacht:not(.gpm-home-route) .gpm-mainbar-grid {
    grid-template-columns: 1fr;
    justify-items: start;
  }

  body.gpm-theme-yacht:not(.gpm-home-route) .gpm-logo {
    width: 100%;
    min-height: 68px;
  }

  body.gpm-theme-yacht:not(.gpm-home-route) .gpm-logo::before {
    width: 44px;
    height: 44px;
    flex-basis: 44px;
  }

  body.gpm-theme-yacht:not(.gpm-home-route) .gpm-logo::after {
    font-size: 16px;
  }

  body.gpm-theme-yacht:not(.gpm-home-route) .gpm-nav {
    height: 44px;
  }

  body.gpm-theme-yacht:not(.gpm-home-route) .gpm-nav .gpm-shell {
    min-height: 44px;
  }

  body.gpm-theme-yacht:not(.gpm-home-route) .gpm-actions {
    display: none;
  }
}

body.gpm-store {
  color: var(--gpm-ink);
  background: var(--gpm-paper);
  font-family: Inter, "Segoe UI", Roboto, Arial, sans-serif;
  letter-spacing: 0;
  overflow-x: hidden;
}

body.gpm-store > .global-wrapper > header:not(.gpm-header),
body.gpm-store .admin-bar + .global-wrapper > header:not(.gpm-header) {
  display: none !important;
}

body.gpm-store .site-wrapper {
  background: var(--gpm-paper);
}

body.gpm-store img {
  max-width: 100%;
}

body.gpm-store a {
  text-decoration: none;
}

body.gpm-store input,
body.gpm-store select,
body.gpm-store textarea,
body.gpm-store .form-control,
body.gpm-store .input-group-addon,
body.gpm-store .dropdown-menu,
body.gpm-store .modal-content,
body.gpm-store .product-thumb {
  border-radius: var(--gpm-radius-sm);
}

body.gpm-store input,
body.gpm-store select,
body.gpm-store textarea,
body.gpm-store .form-control {
  border-color: var(--gpm-line);
  box-shadow: none;
}

body.gpm-store input:focus,
body.gpm-store select:focus,
body.gpm-store textarea:focus,
body.gpm-store .form-control:focus {
  border-color: #c9a2a4;
  box-shadow: 0 0 0 3px rgba(213, 35, 42, 0.08);
}

.gpm-shell {
  width: min(var(--gpm-container), calc(100% - 40px));
  margin: 0 auto;
}

.gpm-header {
  position: relative;
  top: auto;
  z-index: 1000;
  background: rgba(255, 255, 255, 0.96);
  border-bottom: 1px solid var(--gpm-line);
  backdrop-filter: blur(16px);
  overflow: visible;
}

html.desktop-header-active.sticky-default body.gpm-store header.gpm-header,
body.gpm-store header.gpm-header {
  position: relative !important;
  top: auto !important;
}

.gpm-topbar {
  position: relative;
  z-index: 4;
  background: var(--gpm-ink);
  color: #fff;
  font-size: 12px;
  text-transform: uppercase;
  overflow: visible;
}

.gpm-mainbar,
.gpm-nav {
  position: relative;
  z-index: 1;
}

.gpm-topbar .gpm-shell {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 34px;
  gap: 18px;
  overflow: visible;
}

.gpm-topbar-copy {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex: 1 1 auto;
  gap: 18px;
  min-width: 0;
}

.gpm-topbar strong {
  color: #fff;
  font-weight: 800;
}

.gpm-topbar span {
  color: #d9d9d9;
  white-space: nowrap;
}

.gpm-mainbar-grid {
  display: grid;
  grid-template-columns: 215px minmax(360px, 1fr) auto;
  align-items: center;
  min-height: 86px;
  gap: 24px;
}

.gpm-logo {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: 190px;
  min-height: 72px;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  min-width: 0;
}

.gpm-logo img {
  display: block;
  width: 176px;
  height: auto;
}

.gpm-search {
  display: grid;
  grid-template-columns: 150px minmax(260px, 1fr) 48px;
  align-items: stretch;
  height: 48px;
  min-width: 0;
  border: 1px solid #cfcfcf;
  background: linear-gradient(135deg, #f7f7f6 0%, #fff 70%);
  border-radius: var(--gpm-radius-sm);
  box-shadow: 0 10px 28px rgba(16, 17, 20, 0.07);
  overflow: hidden;
}

.gpm-search select,
.gpm-search input {
  width: 100%;
  min-width: 0;
  height: 100%;
  border: 0;
  outline: 0;
  color: var(--gpm-coal);
  background: transparent;
  font-size: 14px;
}

.gpm-search select {
  appearance: none;
  padding: 0 32px 0 14px;
  border-right: 1px solid var(--gpm-line);
  color: var(--gpm-lead);
  background:
    linear-gradient(45deg, transparent 50%, var(--gpm-coal) 50%) right 13px center / 6px 6px no-repeat,
    linear-gradient(135deg, var(--gpm-coal) 50%, transparent 50%) right 9px center / 6px 6px no-repeat,
    #f7f7f6;
  cursor: pointer;
}

.gpm-search input {
  padding: 0 18px;
  background: #fff;
}

.gpm-search input::placeholder {
  color: #777b82;
}

.gpm-search button,
.gpm-actions a {
  display: inline-grid;
  place-items: center;
  border: 0;
}

.gpm-search button {
  width: 100%;
  height: 100%;
  color: #fff;
  background: var(--gpm-red);
  cursor: pointer;
  border-left: 1px solid var(--gpm-red);
  border-radius: 0;
  transition: background 150ms ease, border-color 150ms ease;
}

.gpm-search button:hover,
.gpm-search button:focus-visible {
  background: var(--gpm-deep-red);
  border-color: var(--gpm-deep-red);
}

.gpm-search svg,
.gpm-actions svg,
.gpm-btn svg {
  width: 20px;
  height: 20px;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
  fill: none;
}

.gpm-actions {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 10px;
}

.gpm-actions a {
  width: 44px;
  height: 44px;
  border: 1px solid var(--gpm-line);
  border-radius: var(--gpm-radius-sm);
  background: #fff;
  color: var(--gpm-coal);
  transition: border-color 150ms ease, background 150ms ease, color 150ms ease;
}

.gpm-actions a:hover,
.gpm-actions a:focus-visible {
  border-color: var(--gpm-red);
  background: #fff8f8;
  color: var(--gpm-red);
}

.gpm-language {
  min-width: 122px;
  position: relative;
}

.gpm-language .language {
  display: block;
}

.gpm-language .dropdown-toggle {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 44px;
  padding: 0 12px;
  border: 1px solid var(--gpm-line);
  border-radius: var(--gpm-radius-sm);
  background: #fff;
  color: var(--gpm-coal);
  font-size: 13px;
  font-weight: 800;
}

.gpm-language .language-title {
  margin-left: 6px;
}

.gpm-language .dropdown-menu {
  min-width: 160px;
  padding: 6px;
  border: 1px solid var(--gpm-line);
  box-shadow: var(--gpm-shadow);
}

.gpm-language .j-menu {
  margin: 0;
  padding: 0;
  list-style: none;
}

.gpm-language .dropdown-item {
  display: flex;
  align-items: center;
  min-height: 34px;
  padding: 0 8px;
  color: var(--gpm-coal);
  font-size: 13px;
}

.gpm-language-top {
  position: relative;
  z-index: 6;
  flex: 0 0 auto;
  min-width: 118px;
  overflow: visible;
}

.gpm-language-top .drop-menu,
.gpm-language-top .dropdown {
  position: relative;
}

.gpm-language-top .drop-menu:after,
.gpm-language-top .dropdown:after {
  content: "";
  position: absolute;
  top: 100%;
  right: 0;
  left: 0;
  height: 10px;
}

.gpm-language-top .dropdown-toggle {
  min-height: 28px;
  padding: 0 10px;
  border-color: rgba(255, 255, 255, 0.2);
  background: rgba(255, 255, 255, 0.08);
  color: #fff;
  font-size: 12px;
  font-weight: 700;
}

.gpm-language-top .dropdown-toggle:hover,
.gpm-language-top .dropdown-toggle:focus-visible {
  border-color: rgba(255, 255, 255, 0.46);
  background: rgba(255, 255, 255, 0.14);
}

.gpm-language-top .language-title {
  color: #fff;
}

.gpm-language-top .dropdown-menu {
  position: absolute !important;
  top: 100% !important;
  right: 0 !important;
  left: auto !important;
  z-index: 1200;
  min-width: 160px;
  margin-top: 0 !important;
  padding: 7px;
  border-color: #d9d9d9;
  background: #fff !important;
  box-shadow: 0 14px 30px rgba(16, 17, 20, 0.2);
}

.gpm-language-top .drop-menu:hover > .dropdown-menu,
.gpm-language-top .dropdown:hover > .dropdown-menu,
.gpm-language-top .drop-menu.open > .dropdown-menu,
.gpm-language-top .dropdown.open > .dropdown-menu,
.gpm-language-top .drop-menu.show > .dropdown-menu,
.gpm-language-top .dropdown.show > .dropdown-menu {
  display: block;
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: none;
}

.gpm-language-top .dropdown-item {
  display: flex !important;
  align-items: center;
  gap: 8px;
  min-height: 38px;
  padding: 0 10px;
  color: #101114 !important;
  border-radius: var(--gpm-radius-sm);
  font-size: 12px;
  font-weight: 800;
  line-height: 1;
  text-transform: uppercase;
  white-space: nowrap;
}

.gpm-language-top .dropdown-item:hover,
.gpm-language-top .dropdown-item:focus {
  background: #f3f3f2;
  color: #d5232a !important;
}

.gpm-language-top .dropdown-menu span {
  display: inline-flex !important;
  align-items: center;
  color: inherit !important;
  font-size: inherit !important;
  line-height: inherit !important;
  opacity: 1 !important;
  visibility: visible !important;
}

.gpm-language-top .language-title-dropdown {
  display: inline-flex !important;
  align-items: center;
  flex: 1 1 auto;
  color: #101114 !important;
  font-size: inherit !important;
  width: auto !important;
  height: auto !important;
  min-width: 0;
  overflow: visible !important;
  clip: auto !important;
  clip-path: none !important;
  line-height: inherit !important;
  opacity: 1 !important;
  text-indent: 0 !important;
  transform: none !important;
  visibility: visible !important;
}

.gpm-language-top .language-flag,
.gpm-language-top .symbol {
  display: inline-flex !important;
  width: 16px !important;
  height: 11px !important;
  flex: 0 0 16px;
  min-width: 16px !important;
  overflow: hidden;
}

.gpm-nav {
  border-top: 1px solid var(--gpm-soft);
  overflow: visible;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
}

.gpm-nav::-webkit-scrollbar {
  display: none;
}

.gpm-nav .gpm-shell {
  position: relative;
  display: flex;
  align-items: center;
  gap: 20px;
  min-height: 42px;
  overflow: visible;
}

.gpm-nav-link {
  flex: 0 0 auto;
  color: var(--gpm-coal);
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
  white-space: nowrap;
}

.gpm-nav-catalog > .gpm-nav-link {
  color: var(--gpm-red);
}

.gpm-nav-item {
  position: relative;
  display: flex;
  align-items: center;
  min-height: 42px;
}

.gpm-nav-catalog > .gpm-nav-link {
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

.gpm-nav-catalog > .gpm-nav-link:after {
  content: "";
  width: 0;
  height: 0;
  border-top: 4px solid currentColor;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}

.gpm-nav-dropdown {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 900;
  display: grid;
  grid-template-columns: repeat(2, minmax(230px, 1fr));
  min-width: 540px;
  padding: 10px;
  border: 1px solid var(--gpm-line);
  background: #fff;
  box-shadow: 0 18px 42px rgba(16, 17, 20, 0.16);
  opacity: 0;
  visibility: hidden;
  transform: translateY(8px);
  transition: opacity 120ms ease, transform 120ms ease, visibility 120ms ease;
}

.gpm-nav-catalog:hover .gpm-nav-dropdown,
.gpm-nav-catalog:focus-within .gpm-nav-dropdown {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.gpm-nav-dropdown-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  min-height: 44px;
  padding: 0 12px;
  border-radius: var(--gpm-radius-sm);
  color: var(--gpm-coal) !important;
}

.gpm-nav-dropdown-item:after {
  content: "";
  flex: 0 0 auto;
  width: 7px;
  height: 7px;
  border-top: 2px solid currentColor;
  border-right: 2px solid currentColor;
  opacity: 0.38;
  transform: rotate(45deg);
}

.gpm-nav-dropdown-item:hover,
.gpm-nav-dropdown-item:focus {
  background: #f5f5f4;
  color: var(--gpm-red) !important;
}

.gpm-nav-dropdown-item span {
  min-width: 0;
  overflow: hidden;
  font-size: 13px;
  font-weight: 850;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.gpm-home,
.gpm-home * {
  box-sizing: border-box;
}

.gpm-hero {
  position: relative;
  min-height: 650px;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.98) 0%, rgba(255, 255, 255, 0.9) 36%, rgba(255, 255, 255, 0.22) 68%, rgba(255, 255, 255, 0.02) 100%),
    url("../../../../../image/catalog/globalpromarine/hero-bow-thruster-kit.png?v=20260731-1") center right / cover no-repeat;
  overflow: hidden;
  border-bottom: 1px solid var(--gpm-line);
}

.gpm-hero:after {
  content: "";
  position: absolute;
  inset: auto 0 0 0;
  height: 9px;
  background: linear-gradient(90deg, var(--gpm-ink), var(--gpm-lead), var(--gpm-red));
}

.gpm-hero-grid {
  min-height: 650px;
  display: grid;
  grid-template-columns: minmax(280px, 560px) 1fr;
  align-items: center;
  gap: 44px;
}

.gpm-hero-copy {
  padding: 52px 0 72px;
}

.gpm-eyebrow {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  padding: 0 10px;
  border-left: 4px solid var(--gpm-red);
  background: rgba(255, 255, 255, 0.74);
  color: var(--gpm-lead);
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
}

.gpm-home h1,
.gpm-home h2,
.gpm-home h3,
.gpm-home p,
.gpm-footer p {
  margin-top: 0;
  letter-spacing: 0;
}

.gpm-home h1 {
  margin-bottom: 16px;
  max-width: 560px;
  color: var(--gpm-ink);
  font-size: 58px;
  line-height: 0.98;
  font-weight: 900;
}

.gpm-hero-copy p {
  max-width: 520px;
  margin-bottom: 28px;
  color: #292b30;
  font-size: 18px;
  line-height: 1.5;
}

.gpm-hero-cta {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
}

.gpm-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 48px;
  padding: 0 22px;
  border: 1px solid transparent;
  font-size: 14px;
  font-weight: 800;
  text-transform: uppercase;
  white-space: nowrap;
  cursor: pointer;
  border-radius: var(--gpm-radius-sm);
}

.gpm-btn-primary {
  color: #fff !important;
  background: var(--gpm-red);
  box-shadow: 0 16px 28px rgba(213, 35, 42, 0.26);
}

.gpm-btn-dark {
  color: #fff !important;
  background: var(--gpm-ink);
}

.gpm-btn-ghost {
  color: var(--gpm-ink) !important;
  background: rgba(255, 255, 255, 0.86);
  border-color: #bdbdbd;
}

.gpm-finder {
  align-self: end;
  justify-self: end;
  width: min(430px, 100%);
  margin-bottom: 48px;
  padding: 18px;
  background: rgba(16, 17, 20, 0.92);
  color: #fff;
  border-top: 5px solid var(--gpm-red);
  border-radius: var(--gpm-radius);
  box-shadow: var(--gpm-shadow);
}

.gpm-finder h2 {
  margin-bottom: 12px;
  color: #fff;
  font-size: 19px;
  line-height: 1.2;
  font-weight: 900;
}

.gpm-finder form {
  display: grid;
  gap: 10px;
}

.gpm-finder input,
.gpm-finder select {
  width: 100%;
  min-height: 42px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  background: rgba(255, 255, 255, 0.08);
  color: #fff;
  padding: 0 12px;
  outline: 0;
  border-radius: var(--gpm-radius-sm);
}

.gpm-finder option {
  color: var(--gpm-ink);
}

.gpm-trust {
  background: var(--gpm-mist);
  border-bottom: 1px solid var(--gpm-line);
}

.gpm-trust-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1px;
  background: var(--gpm-line);
}

.gpm-trust-grid > div {
  min-height: 98px;
  padding: 20px;
  background: var(--gpm-paper);
}

.gpm-trust strong,
.gpm-brand-row strong,
.gpm-logic-grid strong,
.gpm-footer strong {
  display: block;
}

.gpm-trust strong {
  margin-bottom: 4px;
  color: var(--gpm-ink);
  font-size: 15px;
}

.gpm-trust span {
  color: var(--gpm-lead);
  font-size: 13px;
}

.gpm-section {
  padding: 64px 0;
}

.gpm-section-soft {
  background: var(--gpm-mist);
  border-top: 1px solid var(--gpm-line);
  border-bottom: 1px solid var(--gpm-line);
}

.gpm-section-head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 22px;
  margin-bottom: 26px;
}

.gpm-section-head h2,
.gpm-proposal h2,
.gpm-quote-grid h2 {
  margin-bottom: 0;
  color: var(--gpm-ink);
  font-size: 34px;
  line-height: 1.12;
  font-weight: 900;
}

.gpm-section-head h2 {
  max-width: 690px;
}

.gpm-section-head p {
  max-width: 420px;
  margin-bottom: 0;
  color: var(--gpm-lead);
}

.gpm-category-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.gpm-category-tile {
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: 332px;
  padding: 0;
  overflow: hidden;
  background: #fff;
  color: var(--gpm-coal) !important;
  border: 1px solid var(--gpm-line);
  border-radius: var(--gpm-radius);
  box-shadow: 0 14px 34px rgba(16, 17, 20, 0.07);
  transition: border-color 140ms ease, box-shadow 140ms ease, transform 140ms ease;
}

.gpm-category-tile:hover,
.gpm-category-tile:focus {
  border-color: rgba(221, 28, 39, 0.38);
  box-shadow: 0 18px 42px rgba(16, 17, 20, 0.1);
  transform: translateY(-2px);
}

.gpm-category-large {
  grid-row: auto;
  min-height: 332px;
}

.gpm-category-media {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 148px;
  padding: 18px;
  background: linear-gradient(135deg, #f7f7f6 0%, #fff 70%);
  border-bottom: 1px solid var(--gpm-line);
}

.gpm-category-media img {
  width: 100%;
  height: 148px;
  object-fit: contain;
  mix-blend-mode: multiply;
  filter: drop-shadow(0 16px 18px rgba(16, 17, 20, 0.1));
}

.gpm-category-large .gpm-category-media {
  min-height: 148px;
}

.gpm-category-large .gpm-category-media img {
  height: 148px;
}

.gpm-category-copy {
  position: relative;
  flex: 1 1 auto;
  padding: 22px 24px 62px;
}

.gpm-category-tile span,
.gpm-product-media span {
  display: inline-flex;
  padding: 4px 9px;
  color: #fff;
  background: var(--gpm-red);
  border-radius: 2px;
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.gpm-category-tile h3 {
  max-width: 360px;
  margin: 16px 0 12px;
  color: var(--gpm-ink);
  font-size: 23px;
  line-height: 1.12;
  font-weight: 900;
}

.gpm-category-tile p {
  max-width: 400px;
  color: var(--gpm-lead);
}

.gpm-category-tile em {
  position: absolute;
  left: 24px;
  bottom: 24px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--gpm-ink);
  font-size: 13px;
  font-style: normal;
  font-weight: 900;
  text-transform: uppercase;
}

.gpm-category-tile em:after {
  content: "";
  width: 38px;
  height: 2px;
  background: var(--gpm-red);
}

.gpm-toolbar {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 18px;
  padding: 12px;
  border: 1px solid var(--gpm-line);
  border-radius: var(--gpm-radius);
  background: #fff;
}

.gpm-filters {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.gpm-filters a {
  display: inline-flex;
  align-items: center;
  min-height: 36px;
  padding: 0 13px;
  border: 1px solid var(--gpm-line);
  border-radius: var(--gpm-radius-sm);
  background: var(--gpm-paper);
  color: var(--gpm-lead) !important;
  font-size: 13px;
  font-weight: 800;
}

.gpm-filters a.active {
  border-color: var(--gpm-red);
  background: var(--gpm-red);
  color: #fff !important;
}

.gpm-toolbar > span {
  color: var(--gpm-lead);
  font-size: 13px;
}

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

.gpm-product-card {
  background: #fff;
  border: 1px solid var(--gpm-line);
  border-radius: var(--gpm-radius);
  overflow: hidden;
  transition: transform 160ms ease, box-shadow 160ms ease, border-color 160ms ease;
}

.gpm-product-card:hover {
  transform: translateY(-4px);
  border-color: #c4c4c4;
  box-shadow: 0 18px 34px rgba(16, 17, 20, 0.12);
}

.gpm-product-media {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 190px;
  padding: 18px 18px 12px;
  overflow: hidden;
  background: #fff;
  border-bottom: 1px solid var(--gpm-line);
}

.gpm-product-media:before {
  display: none;
}

.gpm-product-media img {
  position: relative;
  z-index: 1;
  width: auto;
  max-width: 100%;
  height: 160px;
  padding: 0;
  object-fit: contain;
  transition: transform 160ms ease;
}

.gpm-product-card:hover .gpm-product-media img {
  transform: scale(1.035);
}

.gpm-product-media span {
  position: absolute;
  z-index: 2;
  top: 12px;
  left: 12px;
  background: var(--gpm-ink);
}

.gpm-product-media span.red {
  background: var(--gpm-red);
}

.gpm-product-body {
  padding: 16px;
}

.gpm-product-body small {
  display: block;
  min-height: 16px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: var(--gpm-lead);
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
}

.gpm-product-body h3 {
  display: -webkit-box;
  min-height: 60px;
  margin: 8px 0 10px;
  overflow: hidden;
  color: var(--gpm-ink);
  font-size: 16px;
  line-height: 1.25;
  font-weight: 850;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.gpm-rating,
.gpm-product-family {
  min-height: 17px;
  overflow: hidden;
  color: var(--gpm-lead);
  font-size: 12px;
  font-weight: 850;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.gpm-product-meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-top: 14px;
  padding-top: 14px;
  border-top: 1px solid var(--gpm-soft);
}

.gpm-product-meta strong {
  min-width: 0;
  color: var(--gpm-ink);
  font-size: 18px;
  font-weight: 900;
}

.gpm-product-meta span {
  flex: 0 0 auto;
  text-align: right;
  color: var(--gpm-ok);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.gpm-add {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin-top: 14px;
  min-height: 42px;
  background: var(--gpm-ink);
  border-radius: var(--gpm-radius-sm);
  color: #fff !important;
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
}

.gpm-brand-row {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

.gpm-brand-row a {
  min-height: 130px;
  padding: 20px;
  display: grid;
  align-content: space-between;
  border: 1px solid var(--gpm-line);
  background: #fff;
  color: var(--gpm-ink) !important;
  border-radius: var(--gpm-radius);
}

.gpm-brand-row strong {
  font-size: 22px;
  font-weight: 900;
}

.gpm-brand-row span {
  color: var(--gpm-lead);
  font-size: 13px;
}

.gpm-proposal {
  background: var(--gpm-ink);
  color: #fff;
}

.gpm-proposal-grid,
.gpm-quote-grid {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 42px;
  align-items: center;
}

.gpm-proposal h2 {
  color: #fff;
  margin: 0 0 16px;
  font-size: 36px;
}

.gpm-proposal p {
  color: #d9d9d9;
}

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

.gpm-logic-grid > div {
  min-height: 112px;
  padding: 18px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  background: rgba(255, 255, 255, 0.06);
  border-radius: var(--gpm-radius);
}

.gpm-logic-grid strong {
  margin-bottom: 6px;
  color: #fff;
  font-size: 15px;
}

.gpm-logic-grid span {
  color: #cacaca;
  font-size: 13px;
}

.gpm-quote-grid p {
  color: var(--gpm-lead);
}

.gpm-quote-box {
  padding: 24px;
  border: 1px solid var(--gpm-line);
  background: #fff;
  border-radius: var(--gpm-radius);
  box-shadow: var(--gpm-shadow);
}

.gpm-quote-box h2 {
  margin-bottom: 18px;
  font-size: 27px;
}

.gpm-quote-box form {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.gpm-quote-box label {
  color: var(--gpm-lead);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.gpm-quote-box input,
.gpm-quote-box select,
.gpm-quote-box textarea {
  width: 100%;
  min-height: 44px;
  margin-top: 6px;
  border: 1px solid var(--gpm-line);
  padding: 0 12px;
  color: var(--gpm-coal);
  background: #fff;
  outline: 0;
  border-radius: var(--gpm-radius-sm);
}

.gpm-quote-box textarea {
  min-height: 92px;
  padding: 12px;
  resize: vertical;
}

.gpm-quote-alert {
  margin-bottom: 14px;
  padding: 12px 14px;
  border: 1px solid var(--gpm-line);
  border-radius: var(--gpm-radius-sm);
  font-size: 13px;
  line-height: 1.35;
}

.gpm-quote-alert.success {
  border-color: rgba(31, 111, 83, 0.28);
  background: rgba(31, 111, 83, 0.08);
  color: var(--gpm-ok);
}

.gpm-quote-alert.error {
  border-color: rgba(213, 35, 42, 0.28);
  background: rgba(213, 35, 42, 0.08);
  color: var(--gpm-deep-red);
}

.gpm-hp {
  position: absolute !important;
  left: -9999px !important;
  width: 1px !important;
  height: 1px !important;
  opacity: 0 !important;
  pointer-events: none !important;
}

.gpm-quote-box .wide {
  grid-column: 1 / -1;
}

.gpm-editorial {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.gpm-editorial article {
  min-height: 230px;
  padding: 20px;
  border: 1px solid var(--gpm-line);
  background: #fff;
  border-radius: var(--gpm-radius);
}

.gpm-editorial h3 {
  margin: 12px 0 10px;
  color: var(--gpm-ink);
  font-size: 19px;
  line-height: 1.2;
}

.gpm-editorial p {
  color: var(--gpm-lead);
  font-size: 14px;
}

.gpm-editorial time {
  color: var(--gpm-red);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

body.gpm-store footer {
  margin-top: 0;
  background: #0b0c0e !important;
  color: #fff;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

body.gpm-store footer,
body.gpm-store footer * {
  letter-spacing: 0;
}

body.gpm-store footer .grid-row,
body.gpm-store footer .row-bg,
body.gpm-store footer .grid-cols,
body.gpm-store footer .grid-col,
body.gpm-store footer .grid-items,
body.gpm-store footer .grid-item,
body.gpm-store footer .module,
body.gpm-store footer .module-body,
body.gpm-store footer .auto-grid,
body.gpm-store footer .auto-grid-items,
body.gpm-store footer .item-content,
body.gpm-store footer .item-assets,
body.gpm-store footer .subitems {
  background: transparent !important;
  box-shadow: none !important;
}

body.gpm-store footer .grid-cols-wrapper {
  width: min(var(--gpm-container), calc(100% - 40px));
  max-width: var(--gpm-container) !important;
  margin-right: auto;
  margin-left: auto;
}

body.gpm-store footer .grid-row-3 {
  background: #111215 !important;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

body.gpm-store footer .grid-row-3 .grid-cols-wrapper {
  padding: 30px 0 !important;
}

body.gpm-store footer .grid-row-5 {
  background: #0b0c0e !important;
}

body.gpm-store footer > .grid-rows > .grid-row-5::before,
body.gpm-store footer > .grid-rows > div.grid-row-5::before {
  display: none !important;
  max-width: none !important;
  background: transparent !important;
}

body.gpm-store footer .grid-row-5 .grid-cols-wrapper {
  padding: 42px 0 34px !important;
}

body.gpm-store footer .grid-row-5 .grid-cols-wrapper > .grid-cols {
  display: grid !important;
  grid-template-columns: minmax(230px, 320px) minmax(0, 1fr);
  align-items: start;
  gap: 52px;
}

body.gpm-store footer .grid-row-5 .grid-col-1 .grid-items {
  display: grid;
  gap: 18px;
}

body.gpm-store footer > .grid-rows > .grid-row-5 > .grid-cols-wrapper > .grid-cols > .grid-col-1 > .grid-items,
body.gpm-store footer > .grid-rows > .grid-row-5 > .grid-cols-wrapper > .grid-cols > .grid-col-2 > .grid-items {
  background: #0b0c0e !important;
  background-color: #0b0c0e !important;
}

body.gpm-store footer .grid-row-6 {
  background: #07080a !important;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

body.gpm-store footer .grid-row-6 .grid-cols-wrapper {
  padding: 16px 0 !important;
}

body.gpm-store footer .grid-row-6 .grid-cols {
  display: flex !important;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

body.gpm-store footer .module-title,
body.gpm-store footer .catalog-title {
  margin: 0 0 12px;
  color: #fff !important;
  font-size: 13px;
  font-weight: 900;
  line-height: 1.25;
  text-transform: uppercase;
}

body.gpm-store footer .module-newsletter-753 {
  width: 100%;
}

body.gpm-store footer .module-newsletter-753 .module-title {
  margin-bottom: 10px;
  font-size: 22px;
  text-transform: none;
}

body.gpm-store footer .module-newsletter-753 .module-body {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(360px, 520px);
  align-items: center;
  gap: 28px;
}

body.gpm-store footer .newsletter-text {
  max-width: 560px;
  color: rgba(255, 255, 255, 0.72) !important;
  font-size: 14px;
  line-height: 1.55;
}

body.gpm-store footer .newsletter-form form {
  margin: 0;
}

body.gpm-store footer .newsletter-form .input-group {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: stretch;
  width: 100%;
  height: 48px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.18);
  background: #fff !important;
  border-radius: var(--gpm-radius-sm);
}

body.gpm-store footer .newsletter-form .form-control {
  width: 100%;
  height: 46px;
  padding: 0 15px;
  border: 0 !important;
  background: #fff !important;
  color: var(--gpm-ink);
  font-size: 14px;
}

body.gpm-store footer .newsletter-form .input-group-btn {
  display: flex;
  width: auto;
}

body.gpm-store footer .newsletter-form .btn-primary {
  min-width: 172px;
  height: 46px;
  padding: 0 18px;
  border: 0 !important;
  border-radius: 0 !important;
  background: var(--gpm-red) !important;
  color: #fff !important;
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

body.gpm-store footer .newsletter-form .checkbox {
  margin: 10px 0 0;
  color: rgba(255, 255, 255, 0.58);
  font-size: 12px;
  line-height: 1.4;
}

body.gpm-store footer .newsletter-form .checkbox a {
  color: #fff !important;
}

body.gpm-store footer .module-image-499 img {
  display: block;
  width: 216px;
  max-width: 100%;
  height: auto;
  border-radius: var(--gpm-radius-sm);
}

body.gpm-store footer ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

body.gpm-store footer a,
body.gpm-store footer .links-text,
body.gpm-store footer .subitem a,
body.gpm-store footer .info-block-text,
body.gpm-store footer .checkbox label {
  color: rgba(255, 255, 255, 0.66) !important;
  font-size: 14px;
  line-height: 1.55;
}

body.gpm-store footer a:hover,
body.gpm-store footer a:hover .links-text,
body.gpm-store footer .subitem a:hover {
  color: #fff !important;
}

body.gpm-store footer .links-menu-751 .module-body {
  display: grid;
  gap: 7px;
}

body.gpm-store footer .icons-menu ul {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

body.gpm-store footer .icons-menu a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 30px;
  padding: 0 10px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: var(--gpm-radius-sm);
  background: rgba(255, 255, 255, 0.04);
}

body.gpm-store footer .module-catalog-453 .auto-grid-items {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 34px;
}

body.gpm-store footer .module-catalog-453 .catalog-title {
  display: inline-flex;
  margin-bottom: 10px;
}

body.gpm-store footer .module-catalog-453 .subitems {
  display: grid;
  gap: 6px;
}

body.gpm-store footer .module-catalog-453 .catalog-image,
body.gpm-store footer .auto-carousel-controls,
body.gpm-store footer .info-block-button {
  display: none !important;
}

body.gpm-store footer .module-info_blocks-328 .info-block-text {
  margin: 0;
  color: rgba(255, 255, 255, 0.56) !important;
  font-size: 12px;
}

body.gpm-store #product-category .gpm-category-hero {
  --gpm-category-accent: var(--gpm-red);
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(360px, 0.95fr);
  min-height: 332px;
  margin: 0 0 34px;
  overflow: hidden;
  border: 1px solid rgba(16, 17, 20, 0.12);
  border-radius: var(--gpm-radius);
  background:
    linear-gradient(135deg, rgba(16, 17, 20, 0.98) 0%, rgba(30, 32, 36, 0.98) 58%, rgba(239, 240, 239, 0.92) 58%, rgba(249, 249, 248, 0.98) 100%);
  box-shadow: 0 18px 48px rgba(16, 17, 20, 0.11);
  isolation: isolate;
}

body.gpm-store #product-category .gpm-category-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0)),
    repeating-linear-gradient(135deg, rgba(255, 255, 255, 0.035) 0, rgba(255, 255, 255, 0.035) 1px, transparent 1px, transparent 16px);
  opacity: 0.58;
}

body.gpm-store #product-category .gpm-category-hero--mooring,
body.gpm-store #product-category .gpm-category-hero--sail {
  --gpm-category-accent: #c59645;
}

body.gpm-store #product-category .gpm-category-hero--navigation {
  --gpm-category-accent: #2b6f87;
}

body.gpm-store #product-category .gpm-category-hero--plumbing,
body.gpm-store #product-category .gpm-category-hero--pumps {
  --gpm-category-accent: #2f806e;
}

body.gpm-store #product-category .gpm-category-hero--electrical {
  --gpm-category-accent: #4964a2;
}

body.gpm-store #product-category .gpm-category-hero--safety {
  --gpm-category-accent: #d6a51f;
}

body.gpm-store #product-category .gpm-category-hero__copy {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-width: 0;
  padding: 42px 48px;
  color: #fff;
}

body.gpm-store #product-category .gpm-category-hero__eyebrow {
  display: inline-flex;
  align-items: center;
  align-self: flex-start;
  margin: 0 0 14px;
  padding-left: 12px;
  border-left: 3px solid var(--gpm-category-accent);
  color: rgba(255, 255, 255, 0.78);
  font-size: 12px;
  line-height: 1.25;
  font-weight: 900;
  text-transform: uppercase;
}

body.gpm-store #product-category .gpm-category-hero__title {
  max-width: 680px;
  margin: 0 0 14px;
  color: #fff;
  font-size: 46px;
  line-height: 1.02;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: none;
  white-space: normal !important;
  overflow-wrap: anywhere;
}

body.gpm-store #product-category .gpm-category-hero p {
  max-width: 620px;
  margin: 0;
  color: rgba(255, 255, 255, 0.83);
  font-size: 15.5px;
  line-height: 1.58;
  letter-spacing: 0;
}

body.gpm-store #product-category .gpm-category-hero__stats {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 20px;
}

body.gpm-store #product-category .gpm-category-hero__stats span {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding: 7px 10px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: var(--gpm-radius-sm);
  color: rgba(255, 255, 255, 0.88);
  background: rgba(255, 255, 255, 0.06);
  font-size: 12px;
  line-height: 1.2;
  font-weight: 800;
}

body.gpm-store #product-category .gpm-category-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 24px;
}

body.gpm-store #product-category .gpm-category-hero__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  min-height: 42px;
  padding: 0 16px;
  border-radius: var(--gpm-radius-sm);
  font-size: 12px;
  line-height: 1.15;
  font-weight: 900;
  text-align: center;
  text-transform: uppercase;
  white-space: normal;
}

body.gpm-store #product-category .gpm-category-hero__btn--primary {
  color: #fff !important;
  background: var(--gpm-red);
  border: 1px solid var(--gpm-red);
}

body.gpm-store #product-category .gpm-category-hero__btn--primary:hover,
body.gpm-store #product-category .gpm-category-hero__btn--primary:focus {
  color: #fff !important;
  background: var(--gpm-deep-red);
  border-color: var(--gpm-deep-red);
}

body.gpm-store #product-category .gpm-category-hero__btn--secondary {
  color: #fff !important;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.25);
}

body.gpm-store #product-category .gpm-category-hero__btn--secondary:hover,
body.gpm-store #product-category .gpm-category-hero__btn--secondary:focus {
  color: #fff !important;
  border-color: rgba(255, 255, 255, 0.48);
  background: rgba(255, 255, 255, 0.13);
}

body.gpm-store #product-category .gpm-category-hero__media {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 0;
  min-height: 332px;
  padding: 30px 38px 30px 62px;
  background: #fff;
  clip-path: polygon(12% 0, 100% 0, 100% 100%, 0 100%);
}

body.gpm-store #product-category .gpm-category-hero__media::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 10%;
  width: 5px;
  background: var(--gpm-category-accent);
  opacity: 0.95;
}

body.gpm-store #product-category .gpm-category-hero__media img {
  position: relative;
  z-index: 1;
  width: auto;
  max-width: min(88%, 560px);
  max-height: 270px;
  object-fit: contain;
  mix-blend-mode: multiply;
  filter: none;
}

body.gpm-store #product-category .gpm-category-hero--maintenance .gpm-category-hero__media img,
body.gpm-store #product-category .gpm-category-hero--comfort .gpm-category-hero__media img,
body.gpm-store #product-category .gpm-category-hero--watersports .gpm-category-hero__media img {
  mix-blend-mode: normal;
}

body.gpm-store .product-layout .product-thumb,
body.gpm-store .product-grid-item,
body.gpm-store .product-list-item {
  border-radius: var(--gpm-radius);
  overflow: hidden;
  transition: border-color 150ms ease, box-shadow 150ms ease, transform 150ms ease;
}

body.gpm-store .product-thumb:hover,
body.gpm-store .product-grid-item:hover,
body.gpm-store .product-list-item:hover {
  border-color: #cfcfcf;
  box-shadow: 0 14px 34px rgba(16, 17, 20, 0.1);
}

body.gpm-store .btn,
body.gpm-store .button,
body.gpm-store button {
  border-radius: var(--gpm-radius-sm);
}

body.gpm-store .btn-primary,
body.gpm-store .button-primary,
body.gpm-store .product-thumb .button-group .btn-cart {
  background: var(--gpm-red) !important;
  border-color: var(--gpm-red) !important;
}

body.gpm-store .product-thumb .buttons-wrapper {
  margin-top: 14px;
  padding-top: 14px;
  border-top: 1px solid var(--gpm-soft);
}

body.gpm-store .product-thumb .button-group {
  display: flex !important;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  width: 100%;
}

body.gpm-store .product-thumb .cart-group {
  display: flex;
  flex: 1 1 auto;
  min-width: 0;
}

body.gpm-store .product-thumb .cart-group .stepper {
  display: none !important;
}

body.gpm-store .product-thumb .button-group .btn-cart {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  gap: 8px;
  width: 100%;
  min-width: 156px;
  min-height: 38px;
  padding: 0 15px !important;
  color: #fff !important;
  border-radius: var(--gpm-radius-sm) !important;
  box-shadow: 0 10px 22px rgba(213, 35, 42, 0.18);
  font-size: 12px !important;
  font-weight: 900 !important;
  line-height: 1 !important;
  text-align: center;
  text-transform: uppercase;
  white-space: nowrap;
}

body.gpm-store .product-thumb .button-group .btn-cart:hover,
body.gpm-store .product-thumb .button-group .btn-cart:focus {
  background: var(--gpm-deep-red) !important;
  border-color: var(--gpm-deep-red) !important;
  color: #fff !important;
}

body.gpm-store .product-thumb .button-group .btn-cart:before {
  color: inherit !important;
  margin: 0;
}

body.gpm-store .product-thumb .button-group .btn-cart .btn-text {
  display: inline-block;
  color: inherit !important;
  font: inherit !important;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

body.gpm-store .main-products-style.product-grid .product-thumb .button-group .cart-group .btn.btn-cart,
body.gpm-store .main-products-style.product-list .product-thumb .button-group .cart-group .btn.btn-cart {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  gap: 8px;
  width: 100% !important;
  min-width: 156px !important;
  min-height: 38px !important;
  padding: 0 15px !important;
  color: #fff !important;
  background: var(--gpm-red) !important;
  border-color: var(--gpm-red) !important;
  font-size: 12px !important;
  font-weight: 900 !important;
  line-height: 1 !important;
  text-transform: uppercase;
  white-space: nowrap;
}

body.gpm-store .main-products-style.product-grid .product-thumb .button-group .cart-group .btn.btn-cart:before,
body.gpm-store .main-products-style.product-list .product-thumb .button-group .cart-group .btn.btn-cart:before {
  color: #fff !important;
  font-family: icomoon !important;
  font-size: 13px !important;
  line-height: 1 !important;
  padding: 0 !important;
}

body.gpm-store .main-products-style.product-grid .product-thumb .button-group .cart-group .btn.btn-cart .btn-text,
body.gpm-store .main-products-style.product-list .product-thumb .button-group .cart-group .btn.btn-cart .btn-text {
  color: #fff !important;
  font: inherit !important;
  padding: 0 !important;
}

body.gpm-store .product-thumb .wish-group {
  display: flex;
  flex: 0 0 auto;
  align-items: center;
  gap: 8px;
}

body.gpm-store .product-thumb .wish-group .btn {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  min-width: 38px;
  padding: 0 !important;
  color: var(--gpm-lead) !important;
  background: #fff !important;
  border: 1px solid var(--gpm-line) !important;
  border-radius: var(--gpm-radius-sm) !important;
}

body.gpm-store .product-thumb .wish-group .btn:hover,
body.gpm-store .product-thumb .wish-group .btn:focus {
  color: var(--gpm-red) !important;
  border-color: rgba(213, 35, 42, 0.35) !important;
  background: #fff8f8 !important;
}

body.gpm-store .product-thumb .wish-group .btn .btn-text {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  white-space: nowrap;
}

@media (max-width: 1040px) {
  .gpm-mainbar-grid {
    grid-template-columns: 180px 1fr;
  }

  .gpm-logo {
    width: 180px;
    min-height: 68px;
  }

  .gpm-logo img {
    width: 152px;
  }

  .gpm-actions {
    grid-column: 2;
    justify-self: end;
  }

  .gpm-search {
    grid-column: 1 / -1;
    order: 3;
    margin-bottom: 14px;
  }

  .gpm-hero,
  .gpm-hero-grid {
    min-height: 590px;
  }

  .gpm-home h1 {
    font-size: 48px;
  }

  .gpm-hero-grid,
  .gpm-proposal-grid,
  .gpm-quote-grid {
    grid-template-columns: 1fr;
  }

  .gpm-finder {
    justify-self: start;
    margin-bottom: 36px;
  }

  .gpm-trust-grid,
  .gpm-product-grid,
  .gpm-brand-row,
  .gpm-footer-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .gpm-category-grid {
    grid-template-columns: 1fr 1fr;
  }

  .gpm-category-large {
    grid-row: auto;
    grid-column: auto;
    min-height: 330px;
  }

  .gpm-category-large .gpm-category-media {
    min-height: 230px;
  }

  .gpm-category-large .gpm-category-media img {
    height: 210px;
  }
}

@media (max-width: 720px) {
  .gpm-shell {
    width: min(100% - 24px, var(--gpm-container));
  }

  .gpm-topbar .gpm-shell {
    align-items: flex-start;
    flex-direction: column;
    justify-content: center;
    padding: 8px 0;
    gap: 4px;
  }

  .gpm-topbar-copy {
    align-items: flex-start;
    flex-direction: column;
    gap: 4px;
  }

  .gpm-language-top {
    min-width: 0;
  }

  .gpm-language-top .dropdown-menu {
    right: auto;
    left: 0;
  }

  .gpm-topbar span {
    max-width: 100%;
    white-space: normal;
    overflow-wrap: anywhere;
    line-height: 1.3;
  }

  .gpm-mainbar-grid {
    grid-template-columns: 1fr;
    min-height: 72px;
    gap: 14px;
  }

  .gpm-logo img {
    width: 150px;
  }

  .gpm-logo {
    width: 176px;
    min-height: 64px;
    justify-self: start;
  }

  .gpm-actions {
    display: none;
  }

  .gpm-search {
    display: flex;
    align-items: stretch;
    height: 48px;
    max-width: 100%;
    padding-right: 0;
  }

  .gpm-search select {
    display: none;
  }

  .gpm-search input {
    flex: 1 1 auto;
    width: auto;
    height: 100%;
    min-width: 0;
    padding-right: 14px;
  }

  .gpm-search button {
    display: inline-grid;
    flex: 0 0 44px;
    width: 44px;
    height: 100%;
    place-items: center;
  }

  .gpm-nav .gpm-shell {
    width: max-content;
    min-width: calc(100% - 24px);
    margin-left: 12px;
    margin-right: 0;
    padding-right: 12px;
    gap: 20px;
  }

  .gpm-nav {
    overflow-x: auto;
    overflow-y: hidden;
  }

  .gpm-nav-dropdown {
    display: none;
  }

  .gpm-hero {
    min-height: auto;
    background:
      linear-gradient(180deg, rgba(255, 255, 255, 0.95) 0%, rgba(255, 255, 255, 0.78) 48%, rgba(255, 255, 255, 0.2) 100%),
      url("../../../../../image/catalog/globalpromarine/hero-bow-thruster-kit.png?v=20260731-1") 64% center / cover no-repeat;
  }

  .gpm-hero-grid {
    min-height: 640px;
    align-items: start;
  }

  .gpm-hero-copy {
    width: 360px;
    max-width: 100%;
    padding: 42px 0 20px;
  }

  .gpm-home h1 {
    font-size: 39px;
  }

  .gpm-hero-copy p {
    width: 100%;
    max-width: 100%;
    font-size: 16px;
    overflow-wrap: break-word;
  }

  .gpm-hero-cta,
  .gpm-finder {
    width: 360px;
    max-width: 100%;
  }

  .gpm-finder {
    margin: 0 0 34px;
  }

  .gpm-btn {
    width: 100%;
  }

  .gpm-trust-grid,
  .gpm-category-grid,
  .gpm-product-grid,
  .gpm-brand-row,
  .gpm-logic-grid,
  .gpm-quote-box form,
  .gpm-editorial,
  .gpm-footer-grid {
    grid-template-columns: 1fr;
  }

  .gpm-section {
    padding: 48px 0;
  }

  .gpm-section-head {
    display: block;
  }

  .gpm-section-head h2,
  .gpm-proposal h2,
  .gpm-quote-grid h2 {
    margin-bottom: 12px;
    font-size: 28px;
  }

  .gpm-category-tile,
  .gpm-category-large {
    min-height: 250px;
  }

  .gpm-category-media,
  .gpm-category-large .gpm-category-media {
    min-height: 170px;
  }

  .gpm-category-media img,
  .gpm-category-large .gpm-category-media img {
    height: 150px;
  }
}

@media (max-width: 880px) {
  body.gpm-store footer .module-newsletter-753 .module-body,
  body.gpm-store footer .grid-row-5 .grid-cols-wrapper > .grid-cols,
  body.gpm-store footer .module-catalog-453 .auto-grid-items {
    grid-template-columns: 1fr;
  }

  body.gpm-store footer .grid-row-5 .grid-cols-wrapper {
    padding: 34px 0 28px !important;
  }

  body.gpm-store footer .module-newsletter-753 .module-body {
    gap: 18px;
  }

  body.gpm-store footer .grid-row-5 .grid-cols-wrapper > .grid-cols {
    gap: 30px;
  }

  body.gpm-store footer .grid-row-6 .grid-cols {
    align-items: flex-start;
    flex-direction: column;
  }

  body.gpm-store #product-category .gpm-category-hero {
    grid-template-columns: 1fr;
    min-height: 0;
    background: linear-gradient(135deg, rgba(16, 17, 20, 0.98), rgba(30, 32, 36, 0.98));
  }

  body.gpm-store #product-category .gpm-category-hero__copy {
    padding: 36px 30px 28px;
  }

  body.gpm-store #product-category .gpm-category-hero__title {
    font-size: 38px;
    line-height: 1.04;
  }

  body.gpm-store #product-category .gpm-category-hero__media {
    min-height: 230px;
    padding: 20px 24px 28px;
    clip-path: none;
  }

  body.gpm-store #product-category .gpm-category-hero__media::before {
    top: 0;
    bottom: auto;
    left: 0;
    width: 100%;
    height: 4px;
  }

  body.gpm-store #product-category .gpm-category-hero__media img {
    max-width: 88%;
    max-height: 195px;
  }
}

@media (max-width: 560px) {
  body.gpm-store #product-category.container {
    box-sizing: border-box;
    width: 100% !important;
    max-width: 100% !important;
    padding-right: 12px !important;
    padding-left: 12px !important;
  }

  body.gpm-store #product-category > .row {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }

  body.gpm-store #product-category #content {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }

  body.gpm-store footer .grid-cols-wrapper {
    width: min(100% - 24px, var(--gpm-container));
  }

  body.gpm-store footer .module-newsletter-753 .module-title {
    font-size: 19px;
  }

  body.gpm-store footer .newsletter-form .input-group {
    grid-template-columns: 1fr;
    height: auto;
  }

  body.gpm-store footer .newsletter-form .form-control,
  body.gpm-store footer .newsletter-form .btn-primary {
    width: 100%;
    height: 46px;
  }

  body.gpm-store footer .newsletter-form .input-group-btn,
  body.gpm-store footer .newsletter-form .btn-primary {
    display: flex;
  }

  body.gpm-store footer .newsletter-form .btn-primary {
    justify-content: center;
  }

  body.gpm-store #product-category .gpm-category-hero {
    width: calc(100vw - 24px) !important;
    max-width: calc(100vw - 24px) !important;
    margin-bottom: 28px;
  }

  body.gpm-store #product-category .gpm-category-hero__copy {
    padding: 32px 22px 24px;
  }

  body.gpm-store #product-category .gpm-category-hero__title {
    font-size: 28px;
  }

  body.gpm-store #product-category .gpm-category-hero p {
    font-size: 15px;
    line-height: 1.5;
  }

  body.gpm-store #product-category .gpm-category-hero__title,
  body.gpm-store #product-category .gpm-category-hero p,
  body.gpm-store #product-category .gpm-category-hero__stats,
  body.gpm-store #product-category .gpm-category-hero__actions {
    max-width: 310px;
  }

  body.gpm-store #product-category .gpm-category-hero__actions,
  body.gpm-store #product-category .gpm-category-hero__btn {
    width: 100%;
  }

  body.gpm-store #product-category .gpm-category-hero__btn {
    min-height: 46px;
    padding-right: 12px;
    padding-left: 12px;
  }

  body.gpm-store #product-category .gpm-category-hero__media {
    min-height: 210px;
  }
}

/* Yacht brokerage inspired Journal skin */
.gpm-logo-light {
  display: none;
}

.gpm-logo-dark {
  display: block;
}

.gpm-hero-search {
  display: none;
}

body.gpm-theme-yacht {
  --gpm-ink: #071016;
  --gpm-coal: #121a21;
  --gpm-lead: #5a646e;
  --gpm-line: #dde4e6;
  --gpm-mist: #f3f6f6;
  --gpm-soft: #e9eeee;
  --gpm-red: #df202b;
  --gpm-deep-red: #a9141c;
  --gpm-teal: #16b9b3;
  --gpm-gold: #b99a58;
  --gpm-shadow: 0 22px 54px rgba(7, 16, 22, 0.14);
  background: #f6f8f8;
}

body.gpm-theme-yacht .gpm-header {
  border-bottom-color: rgba(7, 16, 22, 0.1);
  box-shadow: 0 12px 32px rgba(7, 16, 22, 0.05);
}

body.gpm-theme-yacht .gpm-topbar {
  background: #071016;
}

body.gpm-theme-yacht .gpm-nav-catalog > .gpm-nav-link {
  color: var(--gpm-red);
}

body.gpm-theme-yacht.gpm-home-route header.gpm-header,
html.desktop-header-active.sticky-default body.gpm-theme-yacht.gpm-home-route header.gpm-header {
  position: absolute !important;
  top: 0 !important;
  right: 0;
  left: 0;
  z-index: 50;
  background: linear-gradient(180deg, rgba(4, 10, 14, 0.72), rgba(4, 10, 14, 0.32));
  border-bottom: 1px solid rgba(255, 255, 255, 0.14);
  box-shadow: none;
  backdrop-filter: blur(10px);
}

body.gpm-theme-yacht.gpm-home-route .gpm-topbar {
  background: rgba(0, 0, 0, 0.18);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

body.gpm-theme-yacht.gpm-home-route .gpm-topbar span {
  color: rgba(255, 255, 255, 0.78);
}

body.gpm-theme-yacht.gpm-home-route .gpm-mainbar {
  background: transparent;
}

body.gpm-theme-yacht.gpm-home-route .gpm-mainbar-grid {
  grid-template-columns: 250px minmax(0, 1fr) auto;
  min-height: 82px;
}

body.gpm-theme-yacht.gpm-home-route .gpm-search {
  display: none;
}

body.gpm-theme-yacht.gpm-home-route .gpm-logo {
  width: 230px;
  min-height: 70px;
}

body.gpm-theme-yacht.gpm-home-route .gpm-logo-dark {
  display: none;
}

body.gpm-theme-yacht.gpm-home-route .gpm-logo-light {
  display: block;
}

body.gpm-theme-yacht.gpm-home-route .gpm-logo img {
  width: 224px;
}

body.gpm-theme-yacht.gpm-home-route .gpm-actions a {
  color: #fff;
  border-color: rgba(255, 255, 255, 0.22);
  background: rgba(255, 255, 255, 0.07);
}

body.gpm-theme-yacht.gpm-home-route .gpm-actions a:hover,
body.gpm-theme-yacht.gpm-home-route .gpm-actions a:focus-visible {
  color: #fff;
  border-color: rgba(255, 255, 255, 0.5);
  background: rgba(255, 255, 255, 0.14);
}

body.gpm-theme-yacht.gpm-home-route .gpm-nav {
  border-top-color: rgba(255, 255, 255, 0.12);
}

body.gpm-theme-yacht.gpm-home-route .gpm-nav .gpm-shell {
  min-height: 48px;
}

body.gpm-theme-yacht.gpm-home-route .gpm-nav-link {
  color: rgba(255, 255, 255, 0.9);
  font-size: 12px;
}

body.gpm-theme-yacht.gpm-home-route .gpm-nav-link:hover,
body.gpm-theme-yacht.gpm-home-route .gpm-nav-link:focus-visible {
  color: #fff;
}

body.gpm-theme-yacht.gpm-home-route .gpm-nav-catalog > .gpm-nav-link {
  color: var(--gpm-teal);
}

body.gpm-theme-yacht.gpm-home-route .gpm-language-top .dropdown-toggle {
  border-color: rgba(255, 255, 255, 0.26);
  background: rgba(255, 255, 255, 0.1);
}

body.gpm-theme-yacht .gpm-home {
  background: #f6f8f8;
}

body.gpm-theme-yacht .gpm-hero {
  min-height: 790px;
  color: #fff;
  border-bottom: 0;
  background:
    linear-gradient(90deg, rgba(4, 10, 14, 0.94) 0%, rgba(5, 18, 24, 0.84) 39%, rgba(5, 18, 24, 0.42) 67%, rgba(5, 18, 24, 0.12) 100%),
    radial-gradient(circle at 75% 52%, rgba(22, 185, 179, 0.24), rgba(22, 185, 179, 0) 32%),
    url("../../../../../image/catalog/globalpromarine/hero-bow-thruster-kit.png?v=20260731-1") center right / cover no-repeat;
}

body.gpm-theme-yacht .gpm-hero:after {
  height: 1px;
  background: linear-gradient(90deg, rgba(22, 185, 179, 0), rgba(22, 185, 179, 0.86), rgba(223, 32, 43, 0.72), rgba(255, 255, 255, 0));
}

body.gpm-theme-yacht .gpm-hero-grid {
  grid-template-columns: minmax(320px, 680px) 1fr;
  min-height: 790px;
  align-items: center;
}

body.gpm-theme-yacht .gpm-hero-copy {
  padding: 210px 0 88px;
}

body.gpm-theme-yacht .gpm-eyebrow {
  min-height: 0;
  padding: 0 0 0 14px;
  border-left: 3px solid var(--gpm-teal);
  background: transparent;
  color: rgba(255, 255, 255, 0.78);
  font-size: 12px;
  letter-spacing: 0;
}

body.gpm-theme-yacht .gpm-home h1 {
  max-width: 640px;
  margin: 18px 0;
  color: #fff;
  font-size: 72px;
  line-height: 0.96;
  font-weight: 900;
}

body.gpm-theme-yacht .gpm-hero-copy p {
  max-width: 610px;
  margin-bottom: 28px;
  color: rgba(255, 255, 255, 0.86);
  font-size: 19px;
  line-height: 1.55;
}

body.gpm-theme-yacht .gpm-hero-search {
  display: grid;
  grid-template-columns: 58px minmax(0, 1fr) 64px;
  align-items: center;
  width: min(620px, 100%);
  min-height: 62px;
  margin: 0 0 22px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.34);
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.95);
  box-shadow: 0 26px 48px rgba(0, 0, 0, 0.28);
}

body.gpm-theme-yacht .gpm-hero-search > svg {
  width: 22px;
  height: 22px;
  margin: 0 auto;
  color: #5d6870;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
  fill: none;
}

body.gpm-theme-yacht .gpm-hero-search input {
  width: 100%;
  min-width: 0;
  height: 100%;
  border: 0;
  outline: 0;
  background: transparent;
  color: var(--gpm-ink);
  font-size: 15px;
}

body.gpm-theme-yacht .gpm-hero-search input::placeholder {
  color: #6f7880;
}

body.gpm-theme-yacht .gpm-hero-search button {
  display: grid;
  place-items: center;
  width: 100%;
  height: 100%;
  border: 0;
  color: #fff;
  background: var(--gpm-red);
  cursor: pointer;
}

body.gpm-theme-yacht .gpm-hero-search button:hover,
body.gpm-theme-yacht .gpm-hero-search button:focus-visible {
  background: var(--gpm-deep-red);
}

body.gpm-theme-yacht .gpm-hero-search button svg {
  width: 20px;
  height: 20px;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
  fill: none;
}

body.gpm-theme-yacht .gpm-hero-cta {
  gap: 14px;
}

body.gpm-theme-yacht .gpm-btn {
  min-height: 50px;
  padding: 0 24px;
  border-radius: 4px;
}

body.gpm-theme-yacht .gpm-btn-primary {
  background: var(--gpm-red);
  box-shadow: 0 20px 36px rgba(223, 32, 43, 0.24);
}

body.gpm-theme-yacht .gpm-btn-primary:hover,
body.gpm-theme-yacht .gpm-btn-primary:focus-visible {
  background: var(--gpm-deep-red);
}

body.gpm-theme-yacht .gpm-btn-ghost {
  color: #fff !important;
  border-color: rgba(255, 255, 255, 0.46);
  background: rgba(255, 255, 255, 0.08);
}

body.gpm-theme-yacht .gpm-btn-ghost:hover,
body.gpm-theme-yacht .gpm-btn-ghost:focus-visible {
  border-color: rgba(255, 255, 255, 0.72);
  background: rgba(255, 255, 255, 0.15);
}

body.gpm-theme-yacht .gpm-finder {
  display: none;
}

body.gpm-theme-yacht .gpm-trust {
  position: relative;
  z-index: 5;
  margin-top: -54px;
  background: transparent;
  border: 0;
}

body.gpm-theme-yacht .gpm-trust-grid {
  gap: 0;
  overflow: hidden;
  border: 1px solid rgba(7, 16, 22, 0.1);
  border-radius: 8px;
  background: #fff;
  box-shadow: var(--gpm-shadow);
}

body.gpm-theme-yacht .gpm-trust-grid > div {
  min-height: 108px;
  border-right: 1px solid var(--gpm-soft);
  background: linear-gradient(180deg, #fff, #fbfcfc);
}

body.gpm-theme-yacht .gpm-trust-grid > div:last-child {
  border-right: 0;
}

body.gpm-theme-yacht .gpm-trust strong {
  color: var(--gpm-ink);
}

body.gpm-theme-yacht .gpm-section {
  padding: 72px 0;
}

body.gpm-theme-yacht .gpm-section-soft {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.64), rgba(255, 255, 255, 0)),
    #eef3f3;
}

body.gpm-theme-yacht .gpm-section-head h2,
body.gpm-theme-yacht .gpm-proposal h2,
body.gpm-theme-yacht .gpm-quote-grid h2 {
  color: var(--gpm-ink);
  font-size: 38px;
  line-height: 1.08;
}

body.gpm-theme-yacht .gpm-section-head p {
  color: #4f5b64;
  font-size: 15px;
  line-height: 1.58;
}

body.gpm-theme-yacht .gpm-category-grid {
  gap: 18px;
}

body.gpm-theme-yacht .gpm-category-tile {
  min-height: 338px;
  border-color: rgba(7, 16, 22, 0.1);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 18px 44px rgba(7, 16, 22, 0.08);
}

body.gpm-theme-yacht .gpm-category-tile:hover,
body.gpm-theme-yacht .gpm-category-tile:focus {
  border-color: rgba(22, 185, 179, 0.34);
  box-shadow: 0 24px 58px rgba(7, 16, 22, 0.13);
}

body.gpm-theme-yacht .gpm-category-media,
body.gpm-theme-yacht .gpm-category-large .gpm-category-media {
  min-height: 166px;
  padding: 24px;
  border-bottom: 1px solid var(--gpm-soft);
  background:
    radial-gradient(circle at 78% 24%, rgba(22, 185, 179, 0.12), rgba(22, 185, 179, 0) 34%),
    linear-gradient(135deg, #f8fbfb 0%, #fff 68%);
}

body.gpm-theme-yacht .gpm-category-media img,
body.gpm-theme-yacht .gpm-category-large .gpm-category-media img {
  height: 152px;
  mix-blend-mode: normal;
  filter: drop-shadow(0 18px 20px rgba(7, 16, 22, 0.13));
}

body.gpm-theme-yacht .gpm-category-copy {
  padding: 22px 24px 64px;
}

body.gpm-theme-yacht .gpm-category-tile span,
body.gpm-theme-yacht .gpm-product-media span {
  border-radius: 3px;
  background: var(--gpm-red);
}

body.gpm-theme-yacht .gpm-category-tile h3 {
  font-size: 24px;
}

body.gpm-theme-yacht .gpm-category-tile em:after {
  background: var(--gpm-teal);
}

body.gpm-theme-yacht .gpm-toolbar {
  border-color: rgba(7, 16, 22, 0.09);
  border-radius: 8px;
  box-shadow: 0 12px 32px rgba(7, 16, 22, 0.06);
}

body.gpm-theme-yacht .gpm-filters a.active {
  border-color: var(--gpm-red);
  background: var(--gpm-red);
}

body.gpm-theme-yacht .gpm-product-grid {
  gap: 18px;
}

body.gpm-theme-yacht .gpm-product-card {
  border-color: rgba(7, 16, 22, 0.09);
  border-radius: 8px;
  box-shadow: 0 14px 34px rgba(7, 16, 22, 0.06);
}

body.gpm-theme-yacht .gpm-product-card:hover {
  border-color: rgba(22, 185, 179, 0.28);
  box-shadow: 0 22px 50px rgba(7, 16, 22, 0.13);
}

body.gpm-theme-yacht .gpm-product-media {
  min-height: 210px;
  background: #fff;
}

body.gpm-theme-yacht .gpm-product-media img {
  height: 172px;
}

body.gpm-theme-yacht .gpm-product-body h3 {
  color: var(--gpm-ink);
}

body.gpm-theme-yacht .gpm-add {
  min-height: 44px;
  border-radius: 4px;
  background: #08131a;
}

body.gpm-theme-yacht .gpm-add:hover,
body.gpm-theme-yacht .gpm-add:focus-visible {
  background: var(--gpm-red);
}

body.gpm-theme-yacht .gpm-brand-row a {
  min-height: 138px;
  border-color: rgba(255, 255, 255, 0.12);
  background:
    linear-gradient(135deg, rgba(22, 185, 179, 0.12), rgba(22, 185, 179, 0)),
    #0b141a;
  color: #fff !important;
  border-radius: 8px;
}

body.gpm-theme-yacht .gpm-brand-row span {
  color: rgba(255, 255, 255, 0.68);
}

body.gpm-theme-yacht .gpm-proposal {
  position: relative;
  overflow: hidden;
  background:
    linear-gradient(90deg, rgba(4, 10, 14, 0.94), rgba(4, 10, 14, 0.78)),
    url("../../../../../image/catalog/globalpromarine/hero-boat.jpg?v=20260730-1") center / cover no-repeat;
}

body.gpm-theme-yacht .gpm-proposal h2 {
  color: #fff;
}

body.gpm-theme-yacht .gpm-proposal p {
  color: rgba(255, 255, 255, 0.76);
}

body.gpm-theme-yacht .gpm-logic-grid > div {
  border-color: rgba(255, 255, 255, 0.14);
  background: rgba(255, 255, 255, 0.07);
  backdrop-filter: blur(6px);
}

body.gpm-theme-yacht .gpm-quote-box,
body.gpm-theme-yacht .gpm-editorial article {
  border-color: rgba(7, 16, 22, 0.1);
  border-radius: 8px;
  box-shadow: 0 18px 44px rgba(7, 16, 22, 0.08);
}

body.gpm-theme-yacht #product-category .gpm-category-hero {
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(5, 12, 17, 0.98) 0%, rgba(9, 25, 31, 0.97) 57%, rgba(243, 246, 246, 0.96) 57%, rgba(255, 255, 255, 0.98) 100%);
}

body.gpm-theme-yacht #product-category .gpm-category-hero__eyebrow {
  border-left-color: var(--gpm-teal);
}

body.gpm-theme-yacht #product-category .gpm-category-hero__btn--primary {
  background: var(--gpm-red);
  border-color: var(--gpm-red);
}

body.gpm-theme-yacht #product-category .gpm-category-hero__media::before {
  background: var(--gpm-teal);
}

@media (max-width: 1180px) {
  body.gpm-theme-yacht.gpm-home-route .gpm-mainbar-grid {
    grid-template-columns: 230px 1fr auto;
  }

  body.gpm-theme-yacht.gpm-home-route .gpm-logo img {
    width: 206px;
  }

  body.gpm-theme-yacht .gpm-home h1 {
    font-size: 62px;
  }
}

@media (max-width: 980px) {
  body.gpm-theme-yacht.gpm-home-route header.gpm-header,
  html.desktop-header-active.sticky-default body.gpm-theme-yacht.gpm-home-route header.gpm-header {
    position: relative !important;
    background: #071016;
  }

  body.gpm-theme-yacht.gpm-home-route .gpm-mainbar-grid {
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 16px;
    min-height: 76px;
  }

  body.gpm-theme-yacht.gpm-home-route .gpm-logo {
    width: 210px;
  }

  body.gpm-theme-yacht.gpm-home-route .gpm-logo img {
    width: 196px;
  }

  body.gpm-theme-yacht.gpm-home-route .gpm-nav {
    overflow-x: auto;
  }

  body.gpm-theme-yacht .gpm-hero {
    min-height: 610px;
    background-position: center right;
  }

  body.gpm-theme-yacht .gpm-hero-grid {
    grid-template-columns: 1fr;
    min-height: 610px;
  }

  body.gpm-theme-yacht .gpm-hero-copy {
    padding: 74px 0 82px;
  }

  body.gpm-theme-yacht .gpm-home h1 {
    font-size: 52px;
  }

  body.gpm-theme-yacht .gpm-trust {
    margin-top: -28px;
  }

  body.gpm-theme-yacht .gpm-trust-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  body.gpm-theme-yacht .gpm-category-grid,
  body.gpm-theme-yacht .gpm-product-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 680px) {
  body.gpm-theme-yacht.gpm-home-route .gpm-topbar .gpm-shell {
    min-height: 40px;
    align-items: center;
    justify-content: center;
    padding: 6px 0;
  }

  body.gpm-theme-yacht.gpm-home-route .gpm-topbar-copy {
    display: none;
  }

  body.gpm-theme-yacht.gpm-home-route .gpm-language-top {
    min-width: 118px;
    margin: 0 auto;
  }

  body.gpm-theme-yacht.gpm-home-route .gpm-language-top .dropdown-menu {
    right: auto !important;
    left: 50% !important;
    transform: translateX(-50%) !important;
  }

  body.gpm-theme-yacht.gpm-home-route .gpm-mainbar-grid {
    grid-template-columns: 1fr;
    justify-items: center;
    padding: 14px 0;
  }

  body.gpm-theme-yacht.gpm-home-route .gpm-actions {
    justify-content: center;
  }

  body.gpm-theme-yacht .gpm-hero {
    min-height: 0;
    background:
      linear-gradient(90deg, rgba(4, 10, 14, 0.94), rgba(4, 10, 14, 0.72)),
      url("../../../../../image/catalog/globalpromarine/hero-bow-thruster-kit.png?v=20260731-1") center right / cover no-repeat;
  }

  body.gpm-theme-yacht .gpm-hero-grid {
    min-height: 0;
  }

  body.gpm-theme-yacht .gpm-hero-copy {
    padding: 58px 0 64px;
  }

  body.gpm-theme-yacht .gpm-home h1 {
    font-size: 40px;
  }

  body.gpm-theme-yacht .gpm-hero-copy p {
    font-size: 16px;
  }

  body.gpm-theme-yacht .gpm-hero-search {
    grid-template-columns: 46px minmax(0, 1fr) 52px;
    min-height: 54px;
  }

  body.gpm-theme-yacht .gpm-hero-cta,
  body.gpm-theme-yacht .gpm-btn {
    width: 100%;
  }

  body.gpm-theme-yacht .gpm-trust {
    margin-top: 0;
  }

  body.gpm-theme-yacht .gpm-trust-grid,
  body.gpm-theme-yacht .gpm-category-grid,
  body.gpm-theme-yacht .gpm-product-grid,
  body.gpm-theme-yacht .gpm-brand-row,
  body.gpm-theme-yacht .gpm-logic-grid,
  body.gpm-theme-yacht .gpm-editorial {
    grid-template-columns: 1fr;
  }

  body.gpm-theme-yacht .gpm-section {
    padding: 52px 0;
  }

  body.gpm-theme-yacht .gpm-section-head h2,
  body.gpm-theme-yacht .gpm-proposal h2,
  body.gpm-theme-yacht .gpm-quote-grid h2 {
    font-size: 30px;
  }
}

/* Closer visual proposal: premium yacht storefront home */
body.gpm-theme-yacht.gpm-home-route .gpm-header .gpm-shell,
body.gpm-theme-yacht.gpm-home-route .gpm-hero .gpm-shell,
body.gpm-theme-yacht.gpm-home-route #gpm-categories .gpm-shell,
body.gpm-theme-yacht.gpm-home-route #gpm-brands .gpm-shell,
body.gpm-theme-yacht.gpm-home-route .gpm-trust .gpm-shell {
  width: min(1800px, calc(100% - 120px));
}

body.gpm-theme-yacht.gpm-home-route .gpm-home {
  display: flex;
  flex-direction: column;
  background: #f7f9f9;
}

body.gpm-theme-yacht.gpm-home-route .gpm-hero {
  order: 1;
}

body.gpm-theme-yacht.gpm-home-route #gpm-categories {
  order: 2;
}

body.gpm-theme-yacht.gpm-home-route #gpm-brands {
  order: 3;
}

body.gpm-theme-yacht.gpm-home-route .gpm-trust {
  order: 4;
}

body.gpm-theme-yacht.gpm-home-route #gpm-products {
  order: 5;
}

body.gpm-theme-yacht.gpm-home-route .gpm-proposal {
  order: 6;
}

body.gpm-theme-yacht.gpm-home-route #gpm-quote {
  order: 7;
}

body.gpm-theme-yacht.gpm-home-route #gpm-season {
  order: 8;
}

body.gpm-theme-yacht.gpm-home-route header.gpm-header,
html.desktop-header-active.sticky-default body.gpm-theme-yacht.gpm-home-route header.gpm-header {
  height: 90px;
  background: rgba(2, 11, 17, 0.72);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.04);
  backdrop-filter: blur(12px);
}

body.gpm-theme-yacht.gpm-home-route .gpm-topbar,
body.gpm-theme-yacht.gpm-home-route .gpm-mainbar,
body.gpm-theme-yacht.gpm-home-route .gpm-nav {
  position: absolute;
  top: 0;
  height: 90px;
  background: transparent;
  border: 0;
}

body.gpm-theme-yacht.gpm-home-route .gpm-mainbar {
  right: 0;
  left: 0;
}

body.gpm-theme-yacht.gpm-home-route .gpm-mainbar-grid {
  grid-template-columns: 330px minmax(0, 1fr) 295px;
  min-height: 90px;
  gap: 0;
}

body.gpm-theme-yacht.gpm-home-route .gpm-topbar {
  right: 58px;
  z-index: 4;
  width: 76px;
}

body.gpm-theme-yacht.gpm-home-route .gpm-topbar .gpm-shell {
  width: 100%;
  min-height: 90px;
  padding: 0;
}

body.gpm-theme-yacht.gpm-home-route .gpm-topbar-copy {
  display: none;
}

body.gpm-theme-yacht.gpm-home-route .gpm-language-top {
  width: 76px;
  min-width: 76px;
}

body.gpm-theme-yacht.gpm-home-route .gpm-language-top .dropdown-toggle {
  min-height: 36px;
  padding: 0 12px;
  border: 0;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.06);
  color: #fff;
}

body.gpm-theme-yacht.gpm-home-route .gpm-language-top .drop-menu::after,
body.gpm-theme-yacht.gpm-home-route .gpm-language-top .dropdown::after {
  top: 100%;
  height: 10px;
}

body.gpm-theme-yacht.gpm-home-route .gpm-language-top .language-title {
  max-width: 22px;
  overflow: hidden;
  color: transparent;
  white-space: nowrap;
}

body.gpm-theme-yacht.gpm-home-route .gpm-language-top .language-title::before {
  content: "ES";
  color: #fff;
}

body.gpm-theme-yacht.gpm-home-route .gpm-language-top .dropdown-menu {
  top: calc(100% + 8px) !important;
  right: 0 !important;
  left: auto !important;
  z-index: 1600;
  margin-top: 0 !important;
  border: 0;
  border-radius: 4px;
  box-shadow: 0 18px 38px rgba(0, 0, 0, 0.26);
}

body.gpm-theme-yacht.gpm-home-route .gpm-nav {
  right: 455px;
  left: 410px;
  z-index: 3;
  overflow: visible;
}

body.gpm-theme-yacht.gpm-home-route .gpm-nav .gpm-shell {
  width: 100%;
  min-height: 90px;
  justify-content: center;
  gap: 38px;
}

body.gpm-theme-yacht.gpm-home-route .gpm-nav-catalog,
body.gpm-theme-yacht.gpm-home-route .gpm-nav .gpm-shell > .gpm-nav-link:last-child {
  display: none;
}

body.gpm-theme-yacht.gpm-home-route .gpm-nav-link {
  color: rgba(255, 255, 255, 0.88);
  font-size: 13px;
  letter-spacing: 0;
}

body.gpm-theme-yacht.gpm-home-route .gpm-nav-link:hover,
body.gpm-theme-yacht.gpm-home-route .gpm-nav-link:focus-visible {
  color: var(--gpm-teal);
}

body.gpm-theme-yacht.gpm-home-route .gpm-actions {
  justify-content: flex-end;
  gap: 18px;
  padding-right: 146px;
}

body.gpm-theme-yacht.gpm-home-route .gpm-actions a {
  width: 42px;
  height: 42px;
  border: 1px solid transparent;
  border-radius: 50%;
  border-color: transparent;
  background: transparent;
}

body.gpm-theme-yacht.gpm-home-route .gpm-actions a:last-child {
  border-right: 1px solid transparent;
}

body.gpm-theme-yacht.gpm-home-route .gpm-actions svg {
  width: 23px;
  height: 23px;
}

body.gpm-theme-yacht.gpm-home-route .gpm-logo {
  position: relative;
  grid-column: 1;
  width: 300px;
  min-height: 90px;
  gap: 14px;
  color: #fff;
}

body.gpm-theme-yacht.gpm-home-route .gpm-actions {
  grid-column: 3;
}

body.gpm-theme-yacht.gpm-home-route .gpm-logo img {
  display: none !important;
}

body.gpm-theme-yacht.gpm-home-route .gpm-logo::before {
  content: "";
  width: 54px;
  height: 54px;
  flex: 0 0 54px;
  border: 2px solid rgba(255, 255, 255, 0.9);
  border-radius: 50%;
  background:
    linear-gradient(var(--gpm-teal), var(--gpm-teal)) center / 2px 66px no-repeat,
    linear-gradient(90deg, var(--gpm-teal), var(--gpm-teal)) center / 66px 2px no-repeat,
    radial-gradient(circle, transparent 0 7px, rgba(22, 185, 179, 0.95) 8px 10px, transparent 11px);
  box-shadow: 0 0 0 7px rgba(22, 185, 179, 0.08);
  transform: rotate(45deg);
}

body.gpm-theme-yacht.gpm-home-route .gpm-logo::after {
  content: "GLOBAL PRO MARINE";
  color: #fff;
  font-size: 21px;
  line-height: 1;
  font-weight: 900;
  letter-spacing: 0.04em;
  white-space: nowrap;
}

body.gpm-theme-yacht.gpm-home-route .gpm-hero {
  min-height: 700px;
  background:
    linear-gradient(90deg, rgba(2, 11, 17, 0.9) 0%, rgba(2, 11, 17, 0.7) 34%, rgba(2, 11, 17, 0.18) 70%, rgba(2, 11, 17, 0.04) 100%),
    linear-gradient(180deg, rgba(2, 11, 17, 0.48), rgba(2, 11, 17, 0.08) 48%, rgba(2, 11, 17, 0.56) 100%),
    url("../../../../../image/catalog/globalpromarine/hero-yacht-journal.png?v=20260801-1") center center / cover no-repeat;
}

body.gpm-theme-yacht.gpm-home-route .gpm-hero::after {
  display: none;
}

body.gpm-theme-yacht.gpm-home-route .gpm-hero-grid {
  grid-template-columns: minmax(360px, 760px) 1fr;
  min-height: 700px;
  align-items: start;
  gap: 0;
}

body.gpm-theme-yacht.gpm-home-route .gpm-hero-copy {
  padding: 210px 0 52px;
}

body.gpm-theme-yacht.gpm-home-route .gpm-eyebrow {
  padding: 0;
  border-left: 0;
  color: var(--gpm-teal);
  font-size: 15px;
  font-weight: 900;
  letter-spacing: 0.18em;
}

body.gpm-theme-yacht.gpm-home-route .gpm-home h1 {
  max-width: 760px;
  margin: 18px 0 18px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(62px, 5vw, 86px);
  line-height: 0.98;
  font-weight: 500;
  letter-spacing: 0;
}

body.gpm-theme-yacht.gpm-home-route .gpm-hero-copy p {
  max-width: 690px;
  margin-bottom: 28px;
  color: rgba(255, 255, 255, 0.94);
  font-size: 26px;
  line-height: 1.28;
}

body.gpm-theme-yacht.gpm-home-route .gpm-hero-search {
  grid-template-columns: 64px minmax(0, 1fr) 76px;
  width: min(760px, 100%);
  min-height: 68px;
  margin-bottom: 24px;
  border: 0;
  border-radius: 7px;
  background: #fff;
  box-shadow: 0 24px 48px rgba(0, 0, 0, 0.32);
}

body.gpm-theme-yacht.gpm-home-route .gpm-hero-search input {
  font-size: 17px;
}

body.gpm-theme-yacht.gpm-home-route .gpm-hero-search button {
  border-radius: 0 7px 7px 0;
}

body.gpm-theme-yacht.gpm-home-route .gpm-hero-cta {
  gap: 28px;
}

body.gpm-theme-yacht.gpm-home-route .gpm-btn {
  min-width: 250px;
  min-height: 64px;
  border-radius: 7px;
  font-size: 17px;
  text-transform: none;
}

body.gpm-theme-yacht.gpm-home-route .gpm-btn-primary {
  background: linear-gradient(135deg, rgba(22, 185, 179, 0.95), rgba(10, 126, 127, 0.95));
  border-color: rgba(42, 217, 213, 0.45);
  box-shadow: 0 18px 36px rgba(22, 185, 179, 0.22);
}

body.gpm-theme-yacht.gpm-home-route .gpm-btn-primary:hover,
body.gpm-theme-yacht.gpm-home-route .gpm-btn-primary:focus-visible {
  background: linear-gradient(135deg, rgba(30, 205, 200, 0.96), rgba(13, 138, 138, 0.96));
}

body.gpm-theme-yacht.gpm-home-route .gpm-btn-ghost {
  border-color: rgba(255, 255, 255, 0.72);
  background: rgba(0, 0, 0, 0.18);
}

body.gpm-theme-yacht.gpm-home-route #gpm-categories {
  position: relative;
  z-index: 7;
  margin-top: -24px;
  padding: 0;
  background: transparent;
}

body.gpm-theme-yacht.gpm-home-route #gpm-categories .gpm-section-head {
  display: none;
}

body.gpm-theme-yacht.gpm-home-route .gpm-category-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 42px;
}

body.gpm-theme-yacht.gpm-home-route .gpm-category-tile:nth-child(n+4) {
  display: none;
}

body.gpm-theme-yacht.gpm-home-route .gpm-category-tile {
  display: grid;
  grid-template-columns: 52% 48%;
  min-height: 232px;
  overflow: hidden;
  border-color: rgba(7, 16, 22, 0.13);
  border-radius: 9px;
  background: #fff;
  box-shadow: 0 24px 54px rgba(7, 16, 22, 0.16);
}

body.gpm-theme-yacht.gpm-home-route .gpm-category-media {
  grid-column: 2;
  grid-row: 1;
  min-height: 232px;
  padding: 20px 22px 0 0;
  border: 0;
  background:
    linear-gradient(135deg, rgba(244, 248, 248, 0.4), rgba(255, 255, 255, 0.9)),
    #fff;
}

body.gpm-theme-yacht.gpm-home-route .gpm-category-media img {
  width: 100%;
  height: 210px;
  object-fit: contain;
  object-position: right bottom;
  filter: drop-shadow(0 20px 18px rgba(7, 16, 22, 0.15));
}

body.gpm-theme-yacht.gpm-home-route .gpm-category-copy {
  grid-column: 1;
  grid-row: 1;
  padding: 32px 18px 28px 30px;
}

body.gpm-theme-yacht.gpm-home-route .gpm-category-tile span {
  display: none;
}

body.gpm-theme-yacht.gpm-home-route .gpm-category-tile h3 {
  margin: 0 0 18px;
  color: #111923;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 31px;
  line-height: 1.08;
  font-weight: 500;
}

body.gpm-theme-yacht.gpm-home-route .gpm-category-tile h3::after {
  content: "";
  display: block;
  width: 46px;
  height: 2px;
  margin-top: 14px;
  background: var(--gpm-teal);
}

body.gpm-theme-yacht.gpm-home-route .gpm-category-tile p {
  max-width: 245px;
  color: #4b5861;
  font-size: 16px;
  line-height: 1.45;
}

body.gpm-theme-yacht.gpm-home-route .gpm-category-tile em {
  position: static;
  margin-top: 12px;
  color: #0a8988;
  font-size: 14px;
  text-transform: none;
}

body.gpm-theme-yacht.gpm-home-route .gpm-category-tile em::after {
  width: 10px;
  height: 10px;
  border-top: 1px solid currentColor;
  border-right: 1px solid currentColor;
  background: transparent;
  transform: rotate(45deg);
}

body.gpm-theme-yacht.gpm-home-route #gpm-brands {
  padding: 54px 0 18px;
  background: #f7f9f9;
}

body.gpm-theme-yacht.gpm-home-route #gpm-brands .gpm-shell {
  display: grid;
  grid-template-columns: minmax(230px, 300px) minmax(0, 1fr);
  gap: 34px;
  align-items: stretch;
  padding: 30px;
  border: 1px solid rgba(7, 16, 22, 0.1);
  border-radius: 10px;
  background: linear-gradient(180deg, #fff 0%, #fbfcfc 100%);
  box-shadow: 0 22px 56px rgba(7, 16, 22, 0.08);
}

body.gpm-theme-yacht.gpm-home-route #gpm-brands .gpm-section-head {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  margin: 0;
  text-align: left;
}

body.gpm-theme-yacht.gpm-home-route #gpm-brands .gpm-section-head h2 {
  margin: 0 0 12px;
  color: #0a8988;
  font-family: Inter, "Segoe UI", Roboto, Arial, sans-serif;
  font-size: 15px;
  line-height: 1.25;
  font-weight: 900;
  text-transform: uppercase;
}

body.gpm-theme-yacht.gpm-home-route #gpm-brands .gpm-section-head p {
  max-width: 260px;
  color: #4f5b64;
  font-size: 14px;
  line-height: 1.55;
}

body.gpm-theme-yacht.gpm-home-route .gpm-brand-row {
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 18px;
  align-items: stretch;
}

body.gpm-theme-yacht.gpm-home-route .gpm-brand-row a:nth-child(n+6) {
  display: none;
}

body.gpm-theme-yacht.gpm-home-route .gpm-brand-row a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 92px;
  padding: 18px 54px 18px 28px;
  border-color: rgba(7, 16, 22, 0.1);
  border-radius: 8px;
  background: linear-gradient(135deg, #fff 0%, #f8fbfb 100%);
  color: #13212a !important;
  box-shadow: none;
  transition: border-color 160ms ease, box-shadow 160ms ease, transform 160ms ease;
}

body.gpm-theme-yacht.gpm-home-route .gpm-brand-row a:hover,
body.gpm-theme-yacht.gpm-home-route .gpm-brand-row a:focus-visible {
  border-color: rgba(10, 137, 136, 0.42);
  box-shadow: 0 16px 34px rgba(7, 16, 22, 0.1);
  transform: translateY(-2px);
}

body.gpm-theme-yacht.gpm-home-route .gpm-brand-row a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 20px;
  width: 10px;
  height: 10px;
  border-top: 2px solid #8da0a8;
  border-right: 2px solid #8da0a8;
  transform: translateY(-50%) rotate(45deg);
}

body.gpm-theme-yacht.gpm-home-route .gpm-brand-row img {
  display: block;
  max-width: min(190px, 100%);
  max-height: 58px;
  width: auto;
  height: auto;
  object-fit: contain;
}

body.gpm-theme-yacht.gpm-home-route .gpm-brand-row strong {
  width: 100%;
  font-size: 19px;
  line-height: 1.15;
}

body.gpm-theme-yacht.gpm-home-route .gpm-brand-row span {
  display: none;
}

body.gpm-theme-yacht.gpm-home-route .gpm-trust {
  margin-top: 0;
  padding: 0 0 56px;
  background: #f7f9f9;
}

body.gpm-theme-yacht.gpm-home-route .gpm-trust-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  background: transparent;
}

body.gpm-theme-yacht.gpm-home-route .gpm-trust-grid > div {
  min-height: 112px;
  padding: 24px 26px;
  border: 1px solid rgba(7, 16, 22, 0.1);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 14px 34px rgba(7, 16, 22, 0.06);
}

body.gpm-theme-yacht.gpm-home-route .gpm-trust strong {
  color: #253540;
  margin-bottom: 10px;
  font-size: 12px;
  line-height: 1.2;
  text-transform: uppercase;
}

body.gpm-theme-yacht.gpm-home-route .gpm-trust span {
  color: #596873;
  font-size: 13px;
  line-height: 1.45;
}

@media (max-width: 1440px) {
  body.gpm-theme-yacht.gpm-home-route .gpm-header .gpm-shell,
  body.gpm-theme-yacht.gpm-home-route .gpm-hero .gpm-shell,
  body.gpm-theme-yacht.gpm-home-route #gpm-categories .gpm-shell,
  body.gpm-theme-yacht.gpm-home-route #gpm-brands .gpm-shell,
  body.gpm-theme-yacht.gpm-home-route .gpm-trust .gpm-shell {
    width: min(1320px, calc(100% - 72px));
  }

  body.gpm-theme-yacht.gpm-home-route .gpm-mainbar-grid {
    grid-template-columns: 330px minmax(0, 1fr) 265px;
  }

  body.gpm-theme-yacht.gpm-home-route .gpm-nav {
    right: 380px;
    left: 350px;
  }

  body.gpm-theme-yacht.gpm-home-route .gpm-nav .gpm-shell {
    gap: 28px;
  }

  body.gpm-theme-yacht.gpm-home-route .gpm-nav .gpm-shell > .gpm-nav-link:nth-last-child(2) {
    display: none;
  }

  body.gpm-theme-yacht.gpm-home-route .gpm-actions {
    gap: 22px;
    padding-right: 118px;
  }

  body.gpm-theme-yacht.gpm-home-route .gpm-home h1 {
    font-size: clamp(56px, 5vw, 76px);
  }

  body.gpm-theme-yacht.gpm-home-route .gpm-hero-copy p {
    font-size: 22px;
  }

  body.gpm-theme-yacht.gpm-home-route .gpm-category-grid {
    gap: 24px;
  }
}

@media (max-width: 1180px) {
  body.gpm-theme-yacht.gpm-home-route .gpm-nav {
    position: relative;
    right: auto;
    left: auto;
    top: auto;
    height: 48px;
    margin-top: 90px;
    overflow-x: auto;
    background: rgba(2, 11, 17, 0.84);
    border-top: 1px solid rgba(255, 255, 255, 0.12);
  }

  body.gpm-theme-yacht.gpm-home-route header.gpm-header,
  html.desktop-header-active.sticky-default body.gpm-theme-yacht.gpm-home-route header.gpm-header {
    height: 138px;
  }

  body.gpm-theme-yacht.gpm-home-route .gpm-nav .gpm-shell {
    min-height: 48px;
    justify-content: flex-start;
  }

  body.gpm-theme-yacht.gpm-home-route .gpm-category-grid,
  body.gpm-theme-yacht.gpm-home-route .gpm-brand-row {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 980px) {
  body.gpm-theme-yacht.gpm-home-route header.gpm-header,
  html.desktop-header-active.sticky-default body.gpm-theme-yacht.gpm-home-route header.gpm-header {
    position: relative !important;
    height: auto;
    background: #061017;
  }

  body.gpm-theme-yacht.gpm-home-route .gpm-mainbar,
  body.gpm-theme-yacht.gpm-home-route .gpm-topbar {
    position: relative;
    height: auto;
  }

  body.gpm-theme-yacht.gpm-home-route .gpm-topbar {
    right: auto;
    width: 100%;
  }

  body.gpm-theme-yacht.gpm-home-route .gpm-topbar .gpm-shell {
    min-height: 40px;
  }

  body.gpm-theme-yacht.gpm-home-route .gpm-mainbar-grid {
    grid-template-columns: 1fr auto;
    min-height: 88px;
  }

  body.gpm-theme-yacht.gpm-home-route .gpm-logo {
    width: 285px;
    min-height: 88px;
  }

  body.gpm-theme-yacht.gpm-home-route .gpm-logo::after {
    font-size: 18px;
  }

  body.gpm-theme-yacht.gpm-home-route .gpm-actions {
    grid-column: auto;
    padding-right: 0;
  }

  body.gpm-theme-yacht.gpm-home-route .gpm-actions a {
    width: 44px;
    height: 44px;
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: 4px;
  }

  body.gpm-theme-yacht.gpm-home-route .gpm-nav {
    margin-top: 0;
  }

  body.gpm-theme-yacht.gpm-home-route .gpm-hero {
    min-height: 640px;
  }

  body.gpm-theme-yacht.gpm-home-route .gpm-hero-grid {
    min-height: 640px;
  }

  body.gpm-theme-yacht.gpm-home-route .gpm-hero-copy {
    padding: 74px 0 108px;
  }

  body.gpm-theme-yacht.gpm-home-route .gpm-hero-cta {
    margin-bottom: 28px;
  }

  body.gpm-theme-yacht.gpm-home-route #gpm-categories {
    margin-top: 12px;
  }

  body.gpm-theme-yacht.gpm-home-route .gpm-category-grid {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  body.gpm-theme-yacht.gpm-home-route .gpm-category-tile {
    max-width: 640px;
  }

  body.gpm-theme-yacht.gpm-home-route #gpm-brands .gpm-shell {
    grid-template-columns: 1fr;
  }

  body.gpm-theme-yacht.gpm-home-route #gpm-brands .gpm-section-head p {
    max-width: 520px;
  }

  body.gpm-theme-yacht.gpm-home-route .gpm-brand-row,
  body.gpm-theme-yacht.gpm-home-route .gpm-trust-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 680px) {
  body.gpm-theme-yacht.gpm-home-route .gpm-header .gpm-shell,
  body.gpm-theme-yacht.gpm-home-route .gpm-hero .gpm-shell,
  body.gpm-theme-yacht.gpm-home-route #gpm-categories .gpm-shell,
  body.gpm-theme-yacht.gpm-home-route #gpm-brands .gpm-shell,
  body.gpm-theme-yacht.gpm-home-route .gpm-trust .gpm-shell {
    width: min(100% - 24px, var(--gpm-container));
  }

  body.gpm-theme-yacht.gpm-home-route .gpm-topbar .gpm-shell {
    padding: 0;
  }

  body.gpm-theme-yacht.gpm-home-route .gpm-language-top .dropdown-toggle {
    min-height: 34px;
    border: 1px solid rgba(255, 255, 255, 0.22);
    border-radius: 4px;
  }

  body.gpm-theme-yacht.gpm-home-route .gpm-mainbar-grid {
    grid-template-columns: 1fr;
    justify-items: start;
  }

  body.gpm-theme-yacht.gpm-home-route .gpm-logo {
    width: 100%;
    min-height: 68px;
  }

  body.gpm-theme-yacht.gpm-home-route .gpm-logo::before {
    width: 44px;
    height: 44px;
    flex-basis: 44px;
  }

  body.gpm-theme-yacht.gpm-home-route .gpm-logo::after {
    font-size: 16px;
  }

  body.gpm-theme-yacht.gpm-home-route .gpm-nav {
    height: 44px;
  }

  body.gpm-theme-yacht.gpm-home-route .gpm-nav .gpm-shell {
    min-height: 44px;
  }

  body.gpm-theme-yacht.gpm-home-route .gpm-actions {
    display: none;
  }

  body.gpm-theme-yacht.gpm-home-route .gpm-hero {
    min-height: 0;
    background:
      linear-gradient(90deg, rgba(2, 11, 17, 0.9), rgba(2, 11, 17, 0.62)),
      url("../../../../../image/catalog/globalpromarine/hero-yacht-journal.png?v=20260801-1") center right / cover no-repeat;
  }

  body.gpm-theme-yacht.gpm-home-route .gpm-hero-grid {
    min-height: 0;
  }

  body.gpm-theme-yacht.gpm-home-route .gpm-hero-copy {
    padding: 58px 0 104px;
  }

  body.gpm-theme-yacht.gpm-home-route .gpm-eyebrow {
    font-size: 12px;
    line-height: 1.45;
    letter-spacing: 0.08em;
  }

  body.gpm-theme-yacht.gpm-home-route .gpm-home h1 {
    font-size: 40px;
  }

  body.gpm-theme-yacht.gpm-home-route .gpm-hero-copy p {
    font-size: 17px;
  }

  body.gpm-theme-yacht.gpm-home-route .gpm-hero-search {
    grid-template-columns: 46px minmax(0, 1fr) 52px;
    min-height: 56px;
  }

  body.gpm-theme-yacht.gpm-home-route .gpm-hero-search input {
    font-size: 14px;
  }

  body.gpm-theme-yacht.gpm-home-route .gpm-hero-cta {
    gap: 12px;
    margin-bottom: 30px;
  }

  body.gpm-theme-yacht.gpm-home-route .gpm-btn {
    width: 100%;
    min-width: 0;
    min-height: 54px;
    font-size: 15px;
  }

  body.gpm-theme-yacht.gpm-home-route #gpm-categories {
    margin-top: 18px;
  }

  body.gpm-theme-yacht.gpm-home-route .gpm-category-tile {
    grid-template-columns: 1fr;
    min-height: 0;
  }

  body.gpm-theme-yacht.gpm-home-route .gpm-category-media {
    grid-column: 1;
    grid-row: 2;
    min-height: 140px;
    padding: 14px;
  }

  body.gpm-theme-yacht.gpm-home-route .gpm-category-media img {
    height: 140px;
  }

  body.gpm-theme-yacht.gpm-home-route .gpm-category-copy {
    grid-column: 1;
    grid-row: 1;
    padding: 22px 22px 28px;
  }

  body.gpm-theme-yacht.gpm-home-route .gpm-category-tile h3 {
    font-size: 26px;
  }

  body.gpm-theme-yacht.gpm-home-route #gpm-brands {
    padding-top: 36px;
  }

  body.gpm-theme-yacht.gpm-home-route #gpm-brands .gpm-shell {
    padding: 22px;
  }

  body.gpm-theme-yacht.gpm-home-route .gpm-brand-row,
  body.gpm-theme-yacht.gpm-home-route .gpm-trust-grid {
    grid-template-columns: 1fr;
  }
}

/* The storefront must always use the client-provided logo asset. */
body.gpm-theme-yacht .gpm-logo::before,
body.gpm-theme-yacht .gpm-logo::after {
  display: none !important;
  content: none !important;
}

body.gpm-theme-yacht .gpm-logo {
  width: 210px !important;
  min-height: 90px;
  padding: 0;
}

body.gpm-theme-yacht .gpm-logo img {
  display: block !important;
  width: 190px !important;
  max-height: 82px;
  object-fit: contain;
}

body.gpm-theme-yacht .gpm-logo .gpm-logo-dark {
  display: none !important;
}

body.gpm-theme-yacht .gpm-logo .gpm-logo-light {
  display: block !important;
}

body.gpm-theme-yacht.gpm-home-route .gpm-logo::before,
body.gpm-theme-yacht.gpm-home-route .gpm-logo::after,
body.gpm-theme-yacht.gpm-inner-route .gpm-logo::before,
body.gpm-theme-yacht.gpm-inner-route .gpm-logo::after {
  display: none !important;
  content: none !important;
}

body.gpm-theme-yacht.gpm-home-route .gpm-logo img.gpm-logo-light,
body.gpm-theme-yacht.gpm-inner-route .gpm-logo img.gpm-logo-light {
  display: block !important;
}

body.gpm-theme-yacht.gpm-home-route .gpm-logo img.gpm-logo-dark,
body.gpm-theme-yacht.gpm-inner-route .gpm-logo img.gpm-logo-dark {
  display: none !important;
}

body.gpm-theme-yacht.gpm-home-route .gpm-logo img,
body.gpm-theme-yacht.gpm-inner-route .gpm-logo img {
  width: 190px !important;
  max-height: 82px;
  object-fit: contain;
}

@media (max-width: 980px) {
  body.gpm-theme-yacht .gpm-logo {
    width: 190px !important;
  }

  body.gpm-theme-yacht .gpm-logo img {
    width: 170px !important;
    max-height: 76px;
  }
}

@media (max-width: 680px) {
  body.gpm-theme-yacht .gpm-logo {
    width: 160px !important;
    min-height: 68px;
  }

  body.gpm-theme-yacht .gpm-logo img {
    width: 150px !important;
    max-height: 62px;
  }
}

/* Header search: available across the storefront without changing the brand logo. */
body.gpm-theme-yacht.gpm-home-route header.gpm-header,
html.desktop-header-active.sticky-default body.gpm-theme-yacht.gpm-home-route header.gpm-header,
body.gpm-theme-yacht.gpm-inner-route header.gpm-header,
html.desktop-header-active.sticky-default body.gpm-theme-yacht.gpm-inner-route header.gpm-header {
  height: 138px !important;
}

body.gpm-theme-yacht.gpm-home-route .gpm-mainbar,
body.gpm-theme-yacht.gpm-inner-route .gpm-mainbar {
  position: absolute !important;
  top: 0 !important;
  right: 0;
  left: 0;
  height: 86px !important;
}

body.gpm-theme-yacht.gpm-home-route .gpm-mainbar-grid,
body.gpm-theme-yacht.gpm-inner-route .gpm-mainbar-grid {
  grid-template-columns: 220px minmax(420px, 760px) 300px !important;
  min-height: 86px !important;
  gap: 22px !important;
}

body.gpm-theme-yacht.gpm-home-route .gpm-logo,
body.gpm-theme-yacht.gpm-inner-route .gpm-logo {
  width: 190px !important;
  min-height: 86px !important;
}

body.gpm-theme-yacht.gpm-home-route .gpm-logo img,
body.gpm-theme-yacht.gpm-inner-route .gpm-logo img {
  width: 170px !important;
  max-height: 78px;
}

body.gpm-theme-yacht.gpm-home-route .gpm-search,
body.gpm-theme-yacht.gpm-inner-route .gpm-search {
  display: grid !important;
  grid-column: 2;
  grid-template-columns: 150px minmax(0, 1fr) 52px;
  width: 100%;
  max-width: 760px;
  height: 46px;
  align-self: center;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 4px;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 14px 34px rgba(0, 0, 0, 0.2);
  overflow: hidden;
}

body.gpm-theme-yacht.gpm-home-route .gpm-search select,
body.gpm-theme-yacht.gpm-home-route .gpm-search input,
body.gpm-theme-yacht.gpm-inner-route .gpm-search select,
body.gpm-theme-yacht.gpm-inner-route .gpm-search input {
  color: #182028;
  background-color: #fff;
}

body.gpm-theme-yacht.gpm-home-route .gpm-search select,
body.gpm-theme-yacht.gpm-inner-route .gpm-search select {
  background:
    linear-gradient(45deg, transparent 50%, #182028 50%) right 13px center / 6px 6px no-repeat,
    linear-gradient(135deg, #182028 50%, transparent 50%) right 9px center / 6px 6px no-repeat,
    #f7f9f9;
}

body.gpm-theme-yacht.gpm-home-route .gpm-search input::placeholder,
body.gpm-theme-yacht.gpm-inner-route .gpm-search input::placeholder {
  color: #69747d;
}

body.gpm-theme-yacht.gpm-home-route .gpm-search button,
body.gpm-theme-yacht.gpm-inner-route .gpm-search button {
  background: var(--gpm-red);
  border-color: var(--gpm-red);
}

body.gpm-theme-yacht.gpm-home-route .gpm-search button:hover,
body.gpm-theme-yacht.gpm-home-route .gpm-search button:focus-visible,
body.gpm-theme-yacht.gpm-inner-route .gpm-search button:hover,
body.gpm-theme-yacht.gpm-inner-route .gpm-search button:focus-visible {
  background: var(--gpm-deep-red);
  border-color: var(--gpm-deep-red);
}

body.gpm-theme-yacht.gpm-home-route .gpm-actions,
body.gpm-theme-yacht.gpm-inner-route .gpm-actions {
  grid-column: 3;
  padding-right: 126px;
}

body.gpm-theme-yacht.gpm-home-route .gpm-topbar,
body.gpm-theme-yacht.gpm-inner-route .gpm-topbar {
  right: 42px;
}

body.gpm-theme-yacht.gpm-home-route .gpm-nav,
body.gpm-theme-yacht.gpm-inner-route .gpm-nav {
  position: absolute !important;
  top: 86px !important;
  right: 0 !important;
  left: 0 !important;
  height: 52px !important;
  margin-top: 0 !important;
  overflow: visible;
  background: rgba(2, 11, 17, 0.78);
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

body.gpm-theme-yacht.gpm-home-route .gpm-nav .gpm-shell,
body.gpm-theme-yacht.gpm-inner-route .gpm-nav .gpm-shell {
  width: min(1800px, calc(100% - 120px));
  min-height: 52px;
  justify-content: center;
  gap: 34px;
}

body.gpm-theme-yacht.gpm-home-route .gpm-hero-copy {
  padding-top: 176px;
}

@media (max-width: 1440px) {
  body.gpm-theme-yacht.gpm-home-route .gpm-mainbar-grid,
  body.gpm-theme-yacht.gpm-inner-route .gpm-mainbar-grid {
    grid-template-columns: 205px minmax(340px, 620px) 260px !important;
    gap: 18px !important;
  }

  body.gpm-theme-yacht.gpm-home-route .gpm-search,
  body.gpm-theme-yacht.gpm-inner-route .gpm-search {
    max-width: 620px;
  }

  body.gpm-theme-yacht.gpm-home-route .gpm-actions,
  body.gpm-theme-yacht.gpm-inner-route .gpm-actions {
    padding-right: 112px;
  }

  body.gpm-theme-yacht.gpm-home-route .gpm-nav .gpm-shell,
  body.gpm-theme-yacht.gpm-inner-route .gpm-nav .gpm-shell {
    width: min(1320px, calc(100% - 72px));
    gap: 24px;
  }
}

@media (max-width: 1180px) {
  body.gpm-theme-yacht.gpm-home-route header.gpm-header,
  html.desktop-header-active.sticky-default body.gpm-theme-yacht.gpm-home-route header.gpm-header,
  body.gpm-theme-yacht.gpm-inner-route header.gpm-header,
  html.desktop-header-active.sticky-default body.gpm-theme-yacht.gpm-inner-route header.gpm-header {
    height: auto !important;
    background: #061017;
  }

  body.gpm-theme-yacht.gpm-home-route .gpm-topbar,
  body.gpm-theme-yacht.gpm-home-route .gpm-mainbar,
  body.gpm-theme-yacht.gpm-home-route .gpm-nav,
  body.gpm-theme-yacht.gpm-inner-route .gpm-topbar,
  body.gpm-theme-yacht.gpm-inner-route .gpm-mainbar,
  body.gpm-theme-yacht.gpm-inner-route .gpm-nav {
    position: relative !important;
    top: auto !important;
    right: auto !important;
    left: auto !important;
    height: auto !important;
  }

  body.gpm-theme-yacht.gpm-home-route .gpm-topbar,
  body.gpm-theme-yacht.gpm-inner-route .gpm-topbar {
    width: 100%;
  }

  body.gpm-theme-yacht.gpm-home-route .gpm-mainbar-grid,
  body.gpm-theme-yacht.gpm-inner-route .gpm-mainbar-grid {
    grid-template-columns: 1fr auto !important;
    min-height: 0 !important;
    padding: 10px 0 12px;
  }

  body.gpm-theme-yacht.gpm-home-route .gpm-logo,
  body.gpm-theme-yacht.gpm-inner-route .gpm-logo {
    grid-column: 1;
    grid-row: 1;
    min-height: 64px !important;
  }

  body.gpm-theme-yacht.gpm-home-route .gpm-actions,
  body.gpm-theme-yacht.gpm-inner-route .gpm-actions {
    grid-column: 2;
    grid-row: 1;
    padding-right: 0;
  }

  body.gpm-theme-yacht.gpm-home-route .gpm-search,
  body.gpm-theme-yacht.gpm-inner-route .gpm-search {
    grid-column: 1 / -1;
    grid-row: 2;
    max-width: none;
    margin-top: 8px;
  }

  body.gpm-theme-yacht.gpm-home-route .gpm-nav,
  body.gpm-theme-yacht.gpm-inner-route .gpm-nav {
    overflow-x: auto;
    background: rgba(2, 11, 17, 0.84);
  }

  body.gpm-theme-yacht.gpm-home-route .gpm-nav .gpm-shell,
  body.gpm-theme-yacht.gpm-inner-route .gpm-nav .gpm-shell {
    width: min(100% - 32px, var(--gpm-container));
    min-height: 48px;
    justify-content: flex-start;
  }

  body.gpm-theme-yacht.gpm-home-route .gpm-hero-copy {
    padding-top: 74px;
  }
}

@media (max-width: 680px) {
  body.gpm-theme-yacht.gpm-home-route .gpm-search,
  body.gpm-theme-yacht.gpm-inner-route .gpm-search {
    grid-template-columns: minmax(0, 1fr) 50px;
    height: 48px;
  }

  body.gpm-theme-yacht.gpm-home-route .gpm-search select,
  body.gpm-theme-yacht.gpm-inner-route .gpm-search select {
    display: none;
  }

  body.gpm-theme-yacht.gpm-home-route .gpm-search input,
  body.gpm-theme-yacht.gpm-inner-route .gpm-search input {
    padding: 0 14px;
  }
}

@media (min-width: 1181px) {
  body.gpm-theme-yacht.gpm-home-route .gpm-hero-copy {
    padding-top: 222px !important;
  }
}

html.route-information-contact .module-blocks-104 {
  width: 100%;
  height: clamp(420px, 48vw, 560px);
  overflow: hidden;
  background: #dfe6e9;
}

html.route-information-contact .module-blocks-104 .module-body,
html.route-information-contact .module-blocks-104 .blocks-grid,
html.route-information-contact .module-blocks-104 .auto-grid-items,
html.route-information-contact .module-blocks-104 .module-item,
html.route-information-contact .module-blocks-104 .block-body,
html.route-information-contact .module-blocks-104 .block-wrapper,
html.route-information-contact .module-blocks-104 .block-content {
  width: 100% !important;
  height: 100% !important;
}

html.route-information-contact .module-blocks-104 .auto-grid-items {
  display: block !important;
}

html.route-information-contact .module-blocks-104 .block-content {
  position: relative;
}

html.route-information-contact .module-blocks-104 .journal-loading {
  display: none !important;
}

html.route-information-contact .module-blocks-104 iframe {
  display: block;
  width: 100% !important;
  height: 100% !important;
  min-height: 420px;
  border: 0 !important;
  filter: grayscale(1) contrast(.92) brightness(.95);
}

@media (max-width: 760px) {
  html.route-information-contact .module-blocks-104 {
    height: 360px;
  }

  html.route-information-contact .module-blocks-104 iframe {
    min-height: 360px;
  }
}
