@font-face {
  font-family: "G4S Tomorrow";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("https://smshrs.com/cdn/fonts/tomorrow/tomorrow_n7.ead42505b112ff6838e42681e7271fa7f84c060c.woff2") format("woff2");
}

@font-face {
  font-family: "G4S Rubik";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("https://smshrs.com/cdn/fonts/rubik/rubik_n4.c2fb67c90aa34ecf8da34fc1da937ee9c0c27942.woff2") format("woff2");
}

@font-face {
  font-family: "G4S Rubik";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url("https://smshrs.com/cdn/fonts/rubik/rubik_n6.67aea03a872140ecba69ec8f230a6b23b75ea115.woff2") format("woff2");
}

:root {
  --g4s-page: #ffffff;
  --g4s-surface: #ffffff;
  --g4s-ink: #181818;
  --g4s-muted: #616161;
  --g4s-line: #d8d8d8;
  --g4s-accent: #009ba2;
  --g4s-accent-bright: #18fff0;
  --g4s-warning: #c98200;
  --g4s-radius: 6px;
  --g4s-shadow: 0 10px 24px rgba(24, 24, 24, .08);
  --g4s-font: "G4S Rubik", "Helvetica Neue", Helvetica, sans-serif;
  --g4s-heading-font: "G4S Rubik", "Arial Black", sans-serif;
}

* {
  box-sizing: border-box;
}

body.g4s-theme {
  margin: 0;
  background: var(--g4s-page);
  color: var(--g4s-ink);
  font-family: var(--g4s-font);
  letter-spacing: 0;
}

a {
  color: inherit;
}

svg {
  display: block;
}

.screen-reader-text,
.g4s-skip {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
  white-space: nowrap;
}

.g4s-skip:focus {
  left: 1rem;
  top: 1rem;
  z-index: 100;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  background: var(--g4s-ink);
  color: #fff;
  padding: .7rem 1rem;
}

.g4s-site-header {
  position: relative;
  top: 0;
  z-index: 50;
  background: #fff;
  border-bottom: 0;
}

.g4s-ratingbar {
  display: flex;
  min-height: 28px;
  align-items: center;
  justify-content: center;
  gap: .9rem;
  padding: .32rem 1rem;
  background: var(--g4s-accent);
  color: #fff;
  font-size: .68rem;
  font-weight: 600;
}

.g4s-rating-score,
.g4s-rating-verified {
  position: relative;
}

.g4s-rating-score::before {
  content: "";
  display: inline-block;
  width: .5rem;
  height: .5rem;
  margin-right: .45rem;
  border-radius: 999px;
  background: #fff;
  vertical-align: .02rem;
}

.g4s-rating-stars {
  font-size: .76rem;
  line-height: 1;
}

.g4s-rating-copy,
.g4s-rating-verified {
  border-left: 1px solid rgba(255, 255, 255, .7);
  padding-left: 1.05rem;
}

.g4s-mainbar {
  display: grid;
  grid-template-columns: minmax(150px, 300px) minmax(280px, 600px) auto;
  gap: 1.35rem;
  align-items: center;
  max-width: 1440px;
  margin: 0 auto;
  padding: .65rem 2.75rem .55rem;
  background: #fff;
}

.g4s-brand {
  display: inline-flex;
  align-items: center;
  justify-self: start;
  text-decoration: none;
  transform: translateY(1px);
}

.g4s-brand img {
  display: block;
  width: 220px;
  height: auto;
}

.g4s-search {
  position: relative;
  display: flex;
  min-width: 0;
  align-items: center;
}

.g4s-search input[type="search"] {
  width: 100%;
  height: 42px;
  border: 1px solid #cfcfcf;
  border-radius: var(--g4s-radius);
  padding: 0 3.1rem 0 1rem;
  background: #fff;
  color: var(--g4s-ink);
  font-size: .82rem;
  font-weight: 400;
  outline: 0;
}

.g4s-search input[type="search"]:focus {
  border-color: var(--g4s-accent);
  box-shadow: 0 0 0 3px rgba(7, 154, 161, .16);
}

.g4s-search button,
.g4s-actions a {
  display: grid;
  width: 36px;
  height: 36px;
  place-items: center;
  border: 0;
  background: transparent;
  color: var(--g4s-ink);
  text-decoration: none;
  cursor: pointer;
}

.g4s-search button {
  position: absolute;
  right: .25rem;
  top: 50%;
  transform: translateY(-50%);
}

.g4s-search svg,
.g4s-actions svg {
  width: 23px;
  height: 23px;
  fill: currentColor;
}

.g4s-actions {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: .45rem;
}

.g4s-actions a:hover,
.g4s-actions a:focus-visible,
.g4s-search button:hover,
.g4s-search button:focus-visible {
  color: var(--g4s-accent);
  outline: 0;
}

.g4s-cart-link {
  position: relative;
}

.g4s-cart-link span {
  position: absolute;
  right: -.42rem;
  top: -.25rem;
  display: grid;
  min-width: 1.25rem;
  height: 1.25rem;
  place-items: center;
  border-radius: 999px;
  background: var(--g4s-accent);
  color: #fff;
  font-size: .68rem;
  font-weight: 900;
}

.g4s-promo-strip {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  min-height: 43px;
  align-items: center;
  border-bottom: 2px solid var(--g4s-ink);
  background: #fff;
  color: #0b0b0b;
  font-size: .75rem;
  font-family: var(--g4s-font);
  font-size: .7rem;
  font-weight: 600;
  text-align: center;
  text-transform: uppercase;
}

.g4s-promo-strip span {
  padding: .75rem 1rem;
}

.g4s-site-main {
  min-height: 70vh;
}

.g4s-site-footer {
  display: flex;
  justify-content: space-between;
  gap: 1.5rem;
  max-width: 1380px;
  margin: 0 auto;
  padding: 2.5rem 1.25rem;
  color: rgba(255,255,255,.68);
  background: var(--g4s-ink);
  border-top: 3px solid var(--g4s-accent-bright);
  box-shadow: 0 0 0 100vmax var(--g4s-ink);
  clip-path: inset(0 -100vmax);
}

.g4s-site-footer div,
.g4s-site-footer nav {
  display: flex;
  gap: .85rem;
  flex-wrap: wrap;
}

.g4s-site-footer a {
  color: rgba(255,255,255,.82);
  text-decoration: none;
}

.g4s-site-footer strong {
  color: #fff;
}

@media (max-width: 900px) {
  .g4s-mainbar {
    grid-template-columns: 44px 1fr 44px;
    min-height: 76px;
    padding: .8rem 1rem;
    background: var(--g4s-ink);
    box-shadow: 0 0 0 100vmax var(--g4s-ink);
    clip-path: inset(0 -100vmax);
  }

  .g4s-brand {
    grid-column: 2;
    justify-self: center;
  }

  .g4s-brand img {
    width: 220px;
    max-width: 62vw;
  }

  .g4s-search {
    display: none;
  }

  .g4s-actions {
    grid-column: 3;
    justify-self: end;
  }

  .g4s-actions a {
    color: #fff;
  }

  .g4s-actions a:not(.g4s-cart-link) {
    display: none;
  }
}

@media (max-width: 760px) {
  .g4s-site-header {
    position: static;
  }

  .g4s-ratingbar {
    flex-wrap: wrap;
    gap: .35rem .75rem;
    min-height: 78px;
    padding: .55rem 1rem;
    line-height: 1.3;
  }

  .g4s-rating-copy {
    flex-basis: 100%;
    border-left: 0;
    padding-left: 0;
    text-align: center;
  }

  .g4s-rating-verified {
    display: none;
  }

  .g4s-promo-strip {
    display: flex;
    min-height: 44px;
    overflow-x: auto;
    scrollbar-width: none;
    text-align: left;
  }

  .g4s-promo-strip::-webkit-scrollbar {
    display: none;
  }

  .g4s-promo-strip span {
    flex: 0 0 auto;
    min-width: 82%;
    text-align: center;
  }

  .g4s-site-footer {
    flex-direction: column;
  }
}

/* Header redesign */
.g4s-site-header {
  --header-radius: 12px;
  border-bottom: 1px solid rgba(24, 24, 24, .08);
  box-shadow: 0 8px 26px rgba(24, 24, 24, .04);
}

.g4s-site-header .g4s-ratingbar {
  min-height: 32px;
  gap: 1rem;
  padding: .42rem 1rem;
  background: #00878a;
  font-size: .72rem;
}

.g4s-site-header .g4s-mainbar {
  grid-template-columns: minmax(190px, 280px) minmax(260px, 440px) minmax(150px, 1fr);
  gap: 1.5rem;
  padding: .85rem clamp(1.25rem, 4vw, 3.5rem);
}

.g4s-site-header .g4s-brand {
  max-width: 280px;
  min-width: 0;
  padding: .18rem .5rem .18rem 0;
  overflow: visible;
}

.g4s-site-header .g4s-brand img {
  width: min(236px, 100%);
  max-width: 100%;
  height: auto;
  object-fit: contain;
  filter: drop-shadow(0 2px 0 rgba(255, 255, 255, .9));
}

.g4s-site-header .g4s-search {
  max-width: 460px;
  justify-self: center;
  width: 100%;
}

.g4s-site-header .g4s-search input[type="search"] {
  height: 44px;
  border-color: #dedede;
  border-radius: var(--header-radius);
  background: #f7f8f8;
  font-size: .9rem;
}

.g4s-site-header .g4s-search input[type="search"]:focus {
  background: #fff;
  border-color: #00878a;
  box-shadow: 0 0 0 4px rgba(0, 135, 138, .14);
}

.g4s-site-header .g4s-actions {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: .55rem;
}

.g4s-site-header .g4s-actions a,
.g4s-site-header .g4s-search button,
.g4s-mobile-menu > summary,
.g4s-mobile-search > summary {
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  border: 1px solid transparent;
  border-radius: 999px;
  background: #f4f5f5;
  color: var(--g4s-ink);
  cursor: pointer;
  text-decoration: none;
  transition: background .18s ease, border-color .18s ease, color .18s ease, transform .18s ease;
}

.g4s-site-header .g4s-search button {
  width: 36px;
  height: 36px;
  background: transparent;
}

.g4s-site-header .g4s-actions a:hover,
.g4s-site-header .g4s-actions a:focus-visible,
.g4s-site-header .g4s-search button:hover,
.g4s-site-header .g4s-search button:focus-visible,
.g4s-mobile-menu > summary:hover,
.g4s-mobile-menu > summary:focus-visible,
.g4s-mobile-search > summary:hover,
.g4s-mobile-search > summary:focus-visible {
  border-color: rgba(0, 135, 138, .32);
  background: #e6f4f4;
  color: #006f73;
  outline: 0;
  transform: translateY(-1px);
}

.g4s-site-header .g4s-cart-link span {
  right: -.36rem;
  top: -.32rem;
  min-width: 1.35rem;
  height: 1.35rem;
  background: #00878a;
}

.g4s-mobile-menu,
.g4s-mobile-search {
  display: none;
  position: relative;
}

.g4s-mobile-menu > summary,
.g4s-mobile-search > summary {
  list-style: none;
}

.g4s-mobile-menu > summary::-webkit-details-marker,
.g4s-mobile-search > summary::-webkit-details-marker {
  display: none;
}

.g4s-mobile-menu svg,
.g4s-mobile-search svg {
  width: 23px;
  height: 23px;
  fill: currentColor;
}

.g4s-mobile-menu nav,
.g4s-mobile-search-panel {
  position: absolute;
  top: calc(100% + .55rem);
  z-index: 80;
  display: grid;
  gap: .5rem;
  min-width: 230px;
  padding: .8rem;
  border: 1px solid #e0e0e0;
  border-radius: 14px;
  background: #fff;
  box-shadow: 0 18px 48px rgba(24, 24, 24, .16);
}

.g4s-mobile-menu nav {
  left: 0;
}

.g4s-mobile-menu nav a {
  padding: .75rem .85rem;
  border-radius: 10px;
  text-decoration: none;
  font-weight: 700;
}

.g4s-mobile-menu nav a:hover,
.g4s-mobile-menu nav a:focus-visible {
  background: #e6f4f4;
  outline: 0;
}

.g4s-mobile-search-panel {
  right: 0;
  width: min(88vw, 360px);
  grid-template-columns: minmax(0, 1fr) auto;
}

.g4s-mobile-search-panel input {
  min-width: 0;
  min-height: 44px;
  border: 1px solid #d8d8d8;
  border-radius: 10px;
  padding: 0 .85rem;
  font: inherit;
}

.g4s-mobile-search-panel button {
  min-height: 44px;
  border: 1px solid #00878a;
  border-radius: 10px;
  padding: 0 .9rem;
  background: #00878a;
  color: #fff;
  font-weight: 800;
}

.g4s-site-header .g4s-promo-strip {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  min-height: 48px;
  border: 0;
  background: #eceeee;
  font-size: .78rem;
  text-transform: none;
}

.g4s-site-header .g4s-promo-strip span {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: .55rem;
  min-width: 0;
  padding: .75rem 1rem;
  background: #fff;
  font-weight: 700;
}

.g4s-site-header .g4s-promo-strip strong {
  display: grid;
  width: 28px;
  height: 28px;
  flex: 0 0 auto;
  place-items: center;
  border-radius: 999px;
  background: #e6f4f4;
  color: #006f73;
  font-size: .7rem;
  font-weight: 900;
}

@media (max-width: 900px) {
  .g4s-site-header .g4s-mainbar {
    grid-template-columns: 44px minmax(0, 1fr) auto;
    min-height: 76px;
    gap: .75rem;
    padding: .8rem 1rem;
    background: #181818;
    box-shadow: 0 0 0 100vmax #181818;
    clip-path: inset(0 -100vmax);
  }

  .g4s-mobile-menu,
  .g4s-mobile-search {
    display: block;
  }

  .g4s-site-header .g4s-brand {
    grid-column: 2;
    justify-self: center;
    max-width: min(230px, 58vw);
    padding: .12rem .2rem;
  }

  .g4s-site-header .g4s-brand img {
    width: 100%;
    max-width: 100%;
  }

  .g4s-site-header .g4s-search {
    display: none;
  }

  .g4s-site-header .g4s-actions {
    grid-column: 3;
    gap: .4rem;
  }

  .g4s-site-header .g4s-actions a.g4s-desktop-action {
    display: none;
  }

  .g4s-site-header .g4s-actions a,
  .g4s-mobile-menu > summary,
  .g4s-mobile-search > summary {
    width: 42px;
    height: 42px;
    background: rgba(255, 255, 255, .1);
    color: #fff;
  }
}

@media (max-width: 760px) {
  .g4s-site-header .g4s-ratingbar {
    min-height: 54px;
    padding: .45rem 1rem;
  }

  .g4s-site-header .g4s-rating-stars {
    letter-spacing: .05em;
  }

  .g4s-site-header .g4s-mainbar {
    padding-inline: .85rem;
  }

  .g4s-site-header .g4s-promo-strip {
    display: grid;
    grid-template-columns: 1fr;
    min-height: 0;
    overflow: visible;
  }

  .g4s-site-header .g4s-promo-strip span {
    justify-content: flex-start;
    min-width: 0;
    padding: .65rem 1rem;
    text-align: left;
    font-size: .78rem;
  }
}

/* Configurator pages need the shop chrome reduced so the workspace starts fast. */
body:has(#gen4smshrs-configurator) .g4s-site-header {
  border-bottom: 1px solid rgba(16, 18, 18, .06);
  box-shadow: none;
}

body:has(#gen4smshrs-configurator) .g4s-site-header .g4s-ratingbar,
body:has(#gen4smshrs-configurator) .g4s-site-header .g4s-promo-strip,
body:has(#gen4smshrs-configurator) .g4s-site-header .g4s-search,
body:has(#gen4smshrs-configurator) .g4s-site-header .g4s-desktop-action {
  display: none;
}

body:has(#gen4smshrs-configurator) .g4s-site-header .g4s-mainbar {
  grid-template-columns: minmax(150px, 260px) minmax(0, 1fr);
  min-height: 56px;
  gap: .75rem;
  padding-block: .46rem;
}

body:has(#gen4smshrs-configurator) .g4s-site-header .g4s-brand img {
  width: min(172px, 100%);
}

body:has(#gen4smshrs-configurator) .g4s-site-header .g4s-actions {
  grid-column: 2;
}

body:has(#gen4smshrs-configurator) .g4s-site-header .g4s-cart-link {
  width: 38px;
  height: 38px;
}

@media (max-width: 900px) {
  body:has(#gen4smshrs-configurator) .g4s-site-header .g4s-mainbar {
    grid-template-columns: 40px minmax(0, 1fr) auto;
    min-height: 54px;
    padding: .46rem .82rem;
  }

  body:has(#gen4smshrs-configurator) .g4s-site-header .g4s-brand {
    max-width: min(156px, 48vw);
  }

  body:has(#gen4smshrs-configurator) .g4s-site-header .g4s-actions a,
  body:has(#gen4smshrs-configurator) .g4s-mobile-menu > summary,
  body:has(#gen4smshrs-configurator) .g4s-mobile-search > summary {
    width: 38px;
    height: 38px;
  }

  body:has(#gen4smshrs-configurator) .g4s-site-header .g4s-actions {
    grid-column: 3;
  }

  body:has(#gen4smshrs-configurator) .g4s-mobile-search {
    display: none;
  }
}
