:root {
  --color-ch-blue: #009FE3;
  --color-ch-green: #B9C704;
  --color-ch-orange: #F39000;
  --color-grey1: #F2F4F2;
  --color-grey2: #54616C;
  --color-grey3: #ccc;
  --color-primary: #002559;
  --color-text1: #797979;
}

body {
  font-family: "Montserrat", sans-serif;
  font-size: 1.2em;
  font-weight: 400;
}

h1, h2, h3, h4, h5 {
  font-family: "Montserrat", sans-serif;
  color: var(--color-primary);
}

h2, .h2, h3, .h3 {
  font-weight: 600;
}

.hide {
  display: none;
}

.color-bar-container {
  height: 10px;
  background: #54616c;
}

.color-bar-container .container {
  position: relative;
  height: 100%;
  padding-top: 0;
  padding-bottom: 0;
}

.color-bar-container .container .color-bar {
  width: 100%;
  position: absolute;
  left: 0;
  height: 100%;
  background: var(--color-ch-green);
}

.color-bar-container .container .color-bar:before {
  display: block;
  content: " ";
  width: 33%;
  position: absolute;
  left: 0;
  height: 100%;
  background: var(--color-ch-blue);
}

.color-bar-container .container .color-bar:after {
  display: block;
  content: " ";
  width: 33%;
  position: absolute;
  right: 0;
  height: 100%;
  background: var(--color-ch-orange);
}

.topbar > * {
  flex: 1;
}

.topcontact {
  margin-top: 10px;
}
@media (min-width: 64rem) {
  .topcontact {
    margin-top: 0px;
    text-align: center;
  }
}
.topcontact a {
  text-decoration: none;
  color: var(--color-text1);
}

.main-header__top-section {
  background: var(--color-grey1);
}

#collection-image:not(.image-loaded) {
  background: #272627;
}

.main-header__nav {
  margin-top: 15px;
}

.ng2 {
  flex-direction: column;
}

.hl2 {
  width: 100%;
  justify-content: end;
  display: flex;
}

.main-header__mobile-content .main-header__logo,
.main-header__nav-logo-wrapper h1 a {
  display: block;
  /*background: url(https://cdn.webshopapp.com/shops/337497/themes/181852/assets/logo-2025.png) center center no-repeat;*/
  background-size: 100% auto;
  width: 134px;
  height: 134px;
  margin: 0 auto;
}

.main-header__mobile-content .main-header__logo {
  margin-top: 20px;
  transition: height 200ms;
}

.main-header--expanded .main-header__mobile-content .main-header__logo {
  height: 100px;
  background-size: contain;
}

@media (min-width: 64rem) {
  .hl3 {
    margin: 30px 0;
    width: 100%;
    justify-content: space-between;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 1em;
  }
  .hl3 > li {
    display: flex;
    border-left: 3px solid var(--color-primary);
    flex: 1 1 auto;
    margin-right: 0;
    justify-content: center;
    height: 60%;
  }
  .hl3 > li:first-of-type {
    border-left: 0;
  }
  .hl3 > li > a {
    text-align: center;
    color: var(--color-primary);
    display: flex;
    justify-content: center;
    max-width: 160px;
    gap: 5px;
  }
  .hl3 > li > .main-header__dropdown {
    top: 120%;
  }
}
section.tri {
  background: url(https://cdn.webshopapp.com/shops/337497/themes/181852/assets/bg-tri.png) 50% 50% repeat-x;
}
@media (max-width: 64rem) {
  section.tri {
    background-size: contain;
  }
  section.tri .container {
    max-width: 100%;
  }
}

.heroh1 {
  text-transform: uppercase;
  margin-bottom: 4rem;
}

.heroimg {
  margin-bottom: 20px;
}
.heroimg img {
  display: block;
  width: 100%;
}

span.tri {
  position: relative;
  padding-bottom: 20px;
  display: inline-block;
}
span.tri a {
  text-decoration: none;
}
@media (max-width: 64rem) {
  span.tri {
    display: block;
  }
}
span.tri .tribar {
  display: block;
  height: 5px;
  background: var(--color-ch-green);
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  background: var(--color-ch-green);
}
span.tri .tribar:before {
  display: block;
  content: " ";
  width: 33%;
  position: absolute;
  left: 0;
  height: 100%;
  background: var(--color-ch-blue);
}
span.tri .tribar:after {
  display: block;
  content: " ";
  width: 33%;
  position: absolute;
  right: 0;
  height: 100%;
  background: var(--color-ch-orange);
}

.promo-block img {
  display: block;
  width: 100%;
}
.promo-block a {
  text-decoration: none;
}

.promo-txt {
  background: var(--color-grey1);
  color: var(--color-primary);
  padding: 20px 10px;
  text-align: center;
  font-weight: bold;
}

.tf--uc {
  text-transform: uppercase;
}

.testimonial {
  color: var(--color-primary);
}
.testimonial p {
  font-size: 1.4rem;
  font-weight: 600;
  margin: 0 auto 20px;
}
@media (min-width: 64rem) {
  .testimonial p {
    font-size: 1.8rem;
    max-width: 80%;
  }
}
.testimonial footer {
  font-size: 1.2rem;
}
@media (min-width: 64rem) {
  .testimonial footer {
    font-size: 1.5rem;
  }
}

.altbg {
  background-color: #eee;
  padding: 120px 0;
}

footer.main-footer {
  color: #fff;
  font-weight: 600;
  background: var(--color-grey2);
}
footer.main-footer h4 {
  color: #fff;
  font-size: 1.1rem;
  font-weight: 800;
}
footer.main-footer p {
  font-size: 1rem;
}
footer.main-footer ul {
  padding-left: 10px;
}

.main-footer__colophon a {
  text-decoration: none;
  color: var(--color-ch-orange);
}
.main-footer__colophon a.sqg {
  color: var(--color-ch-blue);
}

/*collection*/
.splitbox > div {
  display: flex;
}
@media (min-width: 64rem) {
  .splitbox > div {
    width: 33%;
  }
}
.splitbox > div .gbox {
  width: 100%;
}
@media (max-width: 64rem) {
  .splitbox {
    background: var(--color-grey1);
  }
}

.gbox {
  padding: 20px;
  background: var(--color-grey1);
  color: var(--color-primary);
}
.cintro .gbox h3 {
  margin-bottom: 15px;
  font-size: 1.1rem;
}

.gbox-green {
  background: var(--color-ch-green);
  color: #000;
}

.gbox-orange {
  background: var(--color-ch-orange);
  color: #000;
}

.sidebar {
  background: var(--color-grey1);
  color: var(--color-primary);
}
.sidebar .accordion__header {
  font-weight: bold;
}
.sidebar label {
  font-size: 1.1rem;
}
.sidebar .filter-categories__subcat {
  font-weight: 500;
}
.sidebar .filter-categories__subcat > li {
  margin-bottom: 10px;
}
.sidebar .filter-categories__subcat .filter-categories__count {
  color: var(--color-ch-orange);
}

.pcount {
  margin-left: 0;
}

.psort {
  margin-right: auto;
}

.pagination__item--selected {
  background: none;
  color: var(--color-ch-blue);
}

.showclassinfo {
  cursor: pointer;
}

.classinfo {
  z-index: 10;
  position: absolute;
  top: 30px;
  max-width: 450px;
  min-width: 100%;
  width: 30vw;
  padding: 10px;
  background: #F2F4F2;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}
.classinfo p {
  margin-bottom: 5px;
}

/* product page */
.thumbslide__nav-list {
  justify-content: center;
  height: 100%;
}

.thumbslide__nav-item {
  box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.3);
}

@media (min-width: 64rem) {
  .product .slideshow__content {
    width: 80%;
    margin: 0 auto;
  }
}
.col-shop h2 {
  color: var(--color-grey2);
  font-size: 1.2rem;
  font-weight: 600;
  margin-bottom: 15px;
}

.product-description {
  padding: 20px;
  background: var(--color-grey1);
  color: var(--color-primary);
}

.product-configure label {
  font-size: 1.2rem;
  margin-bottom: 15px;
}
.product-configure select {
  width: 100%;
  font-size: 1.2rem;
  margin-bottom: 30px;
  border: 1px solid var(--color-grey3);
}

/* cart */
.gui a.gui-button-large.gui-button-action,
.gui a.gui-button-small.gui-button-action {
  border-color: #8d8d8d;
  background: var(--color-primary);
  color: #fff;
}

/* text pages */
.grid5 h3 {
  font-size: 1.3rem;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 40px;
}
.grid5 h4 {
  font-size: 1rem;
  font-weight: 700;
  margin-bottom: 20px;
}
@media (min-width: 32rem) {
  .grid5 .grid > div {
    flex-basis: calc(50% - 0.01px - var(--gap, 0.75em));
    max-width: calc(50% - 0.01px - var(--gap, 0.75em));
  }
}
@media (min-width: 64rem) {
  .grid5 .grid > div {
    flex-basis: calc(20% - 0.01px - var(--gap, 0.75em));
    max-width: calc(20% - 0.01px - var(--gap, 0.75em));
  }
}
.grid5 .grid > div p {
  font-size: 1.1rem;
  margin-bottom: 15px;
}
.img-mag {
  display: flex;
  align-items: center;
}

.img-mag__asset {
  position: relative;
}

.prod-info {
  justify-content: center;
}

.location-details h3 {
  margin: 50px 0 20px 0;
}
.location-details h6, .location-details p {
  margin: 0 0 15px 0;
}
.location-details .icon {
  display: none;
}
.location-details ul {
  list-style: disc;
  margin-left: 20px;
}

.gmap {
  margin-top: 30px;
  height: 50vh;
  max-height: 400px;
}

.hfr-banner * {
  width: 100%;
  display: block;
}