/** Shopify CDN: Minification failed

Line 37:0 All "@import" rules must come first

**/
@font-face {
  font-family: Hebden Grotesque;
  src: url(6fbdcb065da9bb1cd81a62a169fe1c43.eot) format("eot"), url(a352253a7a72f2d92a7c83edfe087d44.woff2) format("woff2"), url(f42fd790f8455c4d0c91f1dc418b3a78.woff) format("woff"), url(3dc490035c85b1803f51a0d6839929eb.ttf) format("truetype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: Hebden Incised;
  src: url(5ebc064263bf6ee586e734c7195d4a30.eot) format("eot"), url(41c1c541fc1c21c3c66d8d4f2888a7c6.woff2) format("woff2"), url(8819e82e8f75996d1eea7e55829e8f72.woff) format("woff"), url(162c108051924e6034054ce877634abb.ttf) format("truetype");
  font-weight: 400;
  font-style: normal;
}
/* @font-face {
  font-family: Acknowledgement;
  src: url("//cdn.shopify.com/s/files/1/1538/6871/t/16/assets/font--Acknowledgement.otf?v=151573706588661107881670866899") format("opentype"), url("//cdn.shopify.com/s/files/1/1538/6871/t/16/assets/font--Acknowledgement.ttf?11071") format("truetype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: Gotham Bold;
  src: url(font--Gotham-Bold.otf) format("opentype");
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: Microbrew One;
  src: url(font--Microbrew-One.otf) format("opentype");
  font-weight: 400;
  font-style: normal;
} */

@import url('https://fonts.googleapis.com/css2?family=Antonio:wght@600&family=Montserrat:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,400&family=Rokkitt:wght@700&display=swap');

* {
  box-sizing: border-box;
}
*{
min-height: 0;
min-width: 0;
}
html {
  --mask-top: radial-gradient(31.92px at 50% 44.65px,#000 99%,#0000 101%) calc(50% - 38px) 0/76px 100%,
    radial-gradient(31.92px at 50% -25.65px,#0000 99%,#000 101%) 50% 19px/76px 100% repeat-x;
  --mask-bottom: radial-gradient(31.92px at 50% calc(100% - 44.65px),#000 99%,#0000 101%) calc(50% - 38px) 0/76px 100%,
    radial-gradient(31.92px at 50% calc(100% + 25.65px),#0000 99%,#000 101%) 50% calc(100% - 19px)/76px 100% repeat-x;
  --mask-top-and-bottom: radial-gradient(31.92px at 50% 44.65px,#000 99%,#0000 101%) calc(50% - 38px) 0/76px 51% repeat-x,
    radial-gradient(31.92px at 50% -25.65px,#0000 99%,#000 101%) 50% 19px/76px calc(51% - 19px) repeat-x,
    radial-gradient(31.92px at 50% calc(100% - 44.65px),#000 99%,#0000 101%) calc(50% - 38px) 100%/76px 51% repeat-x,
    radial-gradient(31.92px at 50% calc(100% + 25.65px),#0000 99%,#000 101%) 50% calc(100% - 19px)/76px calc(51% - 19px) repeat-x;
  --clr--yellow: #F2CD00;
  --clr--blue-900: #003358;
  --clr--blue-700: #01426A;
  --clr--blue-300: #77C5D5;
  --clr--greige: #F0ECDF;
  --clr--greige-200: #f4f1e9;
  
}
body {
  margin: 0;
  background: var(--clr--greige-200);
}
h1,
h2,
h3,
h4,
h5,
h6,
ol,
ul {
  margin: 0;
  padding: 0;
}
ol,
ul {
  list-style: none;
}
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
  padding: 0;
}
button,
input {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
[type="button"],
[type="reset"],
[type="submit"],
button {
  -webkit-appearance: button;
  background: none;
  border: none;
}
[type="button"]:hover,
[type="reset"]:hover,
[type="submit"]:hover,
button:hover {
  cursor: pointer;
}
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner,
button::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring,
button:-moz-focusring {
  outline: 1px dotted ButtonText;
}
img {
  display: block;
  max-width: 100%;
  height: auto;
}
.visually_hidden {
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  clip: rect(1px 1px 1px 1px);
  clip: rect(1px, 1px, 1px, 1px);
}
.hide,
.supports-cookies .supports-no-cookies {
  display: none;
}
.supports-no-cookies .supports-no-cookies {
  display: block;
}
body {
  font-family: Montserrat, sans-serif;
  color: var(--clr--blue-900);
}
.title--nav {
  font-size: 18px;
  letter-spacing: 0.1em;
}
.subtitle--nav,
.title--nav {
  font-family: Hebden Incised, sans-serif;
  line-height: 1em;
}
.subtitle--nav {
  font-size: 15px;
  letter-spacing: 0.01em;
}
.content--nav {
  font-size: 13px;
  font-weight: 350;
}
.seperator {
  height: 40px;
  width: 100%;
  display: block;
  background-size: auto 100%;
  background-repeat: repeat-x;
  margin-bottom: 50px;
}
@media (min-width: 900px) {
  .seperator__mobile {
    display: none;
  }
}
.main {
  padding-top: 5rem;
  padding-bottom: 50px;
  overflow: hidden;
}
#MainContent {
  padding-top: 0rem;
}
#MainContent.main--page {
  display: block;
  grid-template-columns: 1fr;
}

@media (min-width: 900px) {
  .main {
    padding-top: 60px;
    padding-bottom: 30px;
  }
}
.main.no-padding {
  padding: 0;
}
.page {
  width: 90%;
  max-width: 1640px;
  margin-left: auto;
  margin-right: auto;
}
.header {
  position: fixed;
  width: 100%;
  background: var(--clr--blue-900);
  z-index: 99;
  padding-bottom: 10px;
}
.header h1 {
  padding: 0;
}
.header ol,
.header ul {
  list-style: none;
}
.header__child {
  -ms-flex: 1;
  flex: 1;
}
.header__child:first-child {
  margin-right: auto;
}
.header__child:last-child {
  margin-left: auto;
}
.header__logo {
  margin: 0 auto;
}
@media (min-width: 900px) {
  .header__logo {
    display: none;
  }
}
.header__logo--desktop {
  display: none;
}
@media (min-width: 900px) {
  .header__logo--desktop {
    display: block;
    max-width: 400px;
    margin: 0 auto;
  }
}
.header__texture {
  position: fixed;
  z-index: 80;
  display: block;
  height: 25px;
  width: 100%;
  background-position: top;
  background-size: auto 50%;
  background-repeat: repeat-x;
  margin-top: 10px;

  background: var(--clr--blue-900);
  -webkit-mask: var(--mask-bottom);
  mask: var(--mask-bottom);
}
.hero__texture {
  background: var(--clr--blue-700);
  -webkit-mask: var(--mask-bottom);
  mask: var(--mask-bottom);
}
@media (min-width: 900px) {
  .header__texture {
    z-index: 0;
  }
}
.header__wrap {
  width: 90%;
  max-width: 1640px;
  margin-left: auto;
  margin-right: auto;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  padding-top: 15px;
}
@media (min-width: 900px) {
  .header__wrap {
    position: relative;
    z-index: 99;
  }
}
.nav__contact-item {
  line-height: 1.5em;
  font-size: 13px;
}
.nav__contact-item a {
  color: var(--clr--blue-900);
  text-decoration: none;
  font-size: 16px;
  transition: all 0.2s;
}
.nav__contact-item a:hover {
  color: #fff;
}
.nav__contact-item--address {
  margin-top: 20px;
}
.nav__deco {
  width: 175px;
  max-width: 100%;
  padding-left: 9%;
  padding-bottom: 40px;
}
@media (min-width: 900px) {
  .nav__deco {
    width: 200px;
    padding-left: 25px;
  }
}
.nav__wrap {
  background: #5fb8cc;
  overflow: auto;
  height: 100vh;
  max-height: 700px;
}
.nav__wrap-double {
  display: block;
  height: 0;
  opacity: 0;
  visibility: hidden;
  transition: visibility 0s, opacity 0.3s;
  position: fixed;
  max-height: 100%;
  max-width: 100%;
  top: 0;
  left: 0;
  background: #5fb8cc;
/*   margin-top: 25px; */
  padding-top: 45px;

  z-index: 600;
}
@media (min-width: 900px) {
  .nav__wrap-double {
    margin-top: -50px;
    padding-top: 90px;
    padding-left: 20px;
  }
}
.nav__toggle[aria-expanded="true"] + .nav__wrap-double {
  opacity: 1;
  height: auto;
  width: 350px;
  visibility: visible;
}
.nav__toggle {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  background: none;
  border: none;
}
.nav__toggle img {
  width: 55px;
  z-index: 99;
}
.nav__toggle-text {
  display: none;
  color: #fff;
  font-family: Hebden Incised, sans-serif;
  letter-spacing: 0.1em;
  font-size: 14px;
  text-transform: uppercase;
  padding-left: 20px;
}
@media (min-width: 900px) {
  .nav__toggle-text {
    display: block;
    z-index: 99;
  }
}
.nav__close {
  position: absolute;
  right: 10%;
}
.nav__list-item {
  max-width: 80%;
  margin: 25px auto 0;
}
.nav__list-item--first {
  margin-top: 0;
}
.nav__list-item--contact .subtitle--nav {
  margin-bottom: 10px;
}
.nav__link a {
  text-decoration: none;
  padding-bottom: 10px;
  display: block;
  transition: all 0.2s;
  font-family: Hebden Incised, sans-serif;
  color: var(--clr--blue-900);
}
.nav__link a:hover {
  color: #fff;
}
.nav__link--active {
  display: block;
  color: #fff;
  padding-bottom: 10px;
}
.nav__link--active:after {
  content: "";
  display: block;
  height: 15px;
  width: 130px;
  margin-top: 5px;
  background-size: contain;
  background-repeat: no-repeat;
}
.nav__search-toggle[aria-expanded="true"] + .nav-secondary__form-wrap {
  display: block;
}
.nav__social-list {
  display: -ms-flexbox;
  display: flex;
}
.nav__social-item {
  padding: 0 10px;
}
.nav__social-item:first-child {
  padding-left: 0;
}
.nav-secondary__cart {
  position: relative;
}
.nav-secondary__cart-count {
  position: absolute;
  background: #ffcb00;
  top: -7px;
  right: 8px;
  border-radius: 50%;
  text-align: center;
  font-size: 10px;
  width: 15px;
  height: 15px;
  line-height: 1;
  vertical-align: middle;
  padding: 0 4px;
  font-family: Hebden Incised, sans-serif;
  padding-top: 3px;
  color: var(--clr--blue-900);
  font-family: Montserrat, sans-serif;
}
.nav-secondary__form-wrap {
  display: none;
}
.nav-secondary__item {
  display: none;
  padding: 0 15px;
}
.nav-secondary__item,
.nav-secondary__item a {
  font-family: Hebden Incised, sans-serif;
  font-size: 14px;
}
.nav-secondary__item a {
  color: #fff;
  text-decoration: none;
}
@media (min-width: 900px) {
  .nav-secondary__item {
    display: block;
  }
  .nav-secondary__item img {
    max-width: 25px;
  }
}
.nav-secondary__item--mobile {
  display: block;
}
.nav-secondary__list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.btn {
  display: inline-block;
  width: 230px;
  max-width: 100%;
  border-radius: 30px;
  border: 1.5px solid #ffcb00;
  text-decoration: none;
  padding: 10px;
  font-family: Hebden Incised, sans-serif;
  text-transform: uppercase;
  font-size: 15px;
  line-height: 1.5em;
  letter-spacing: 0.08em;
  text-align: center;
  transition: all 0.2s;
  color: var(--clr--blue-900);
}
.btn:hover {
  color: var(--clr--blue-900);
}
.btn--alt,
.btn:hover {
  background: #ffcb00;
}
.btn--alt:hover {
  background: #eab400;
  border-color: #eab400;
}
.btn--link {
  text-decoration: underline;
  color: #5fb8cc;
  padding: 0;
}
.footer {
  position: relative;
  background: var(--clr--blue-900);
  color: #f6f6f6;
  text-align: center;
/*   margin-top: 60px; */
}
.footer h1,
.footer h2,
.footer p {
  color: #fff;
  padding: 0;
}
.footer ol,
.footer ul {
  list-style: none;
  list-style-position: outside;
}
@media (min-width: 1000px) {
  .footer {
    text-align: left;
/*     margin-top: 100px; */
  }
}
.footer a {
  color: #f6f6f6;
  font-size: 14px;
}
.footer a:hover {
  color: #ffcb00;
}
.footer.no-padding {
  margin-top: 0;
}
.footer__btn {
  margin: 20px 0 0;
}
.footer__deco {
  position: absolute;
  width: 300px;
  margin: 0 auto;
  left: 0;
  right: 0;
  top: -80px;
}
@media (min-width: 1000px) {
  .footer__deco {
    right: 5%;
    left: auto;
    margin: 0;
    top: -55px;
    width: 200px;
  }
}
@media (min-width: 1300px) {
  .footer__deco {
    width: 300px;
  }
}
.footer__item {
  max-width: 350px;
  margin: 0 auto 40px;
}
@media (min-width: 1000px) {
  .footer__item {
    padding: 0 20px;
  }
}
.footer__item--wide {
  max-width: 450px;
}
.footer__menu {
  margin-top: 10px;
}
.footer__wrap {
  width: 90%;
  margin: 0 auto;
  padding-top: 130px;
}
@media (min-width: 1000px) {
  .footer__wrap {
    width: 100%;
    margin: 0;
    display: -ms-flexbox;
    display: flex;
    padding: 40px 200px 0 5%;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}
@media (min-width: 1300px) {
  .footer__wrap {
    padding-right: calc(300px + 5%);
  }
}
.footer__wrap--outer {
  max-width: 1640px;
  margin: 0 auto;
  position: relative;
}
.footer .nav__social-list {
  margin-top: 10px;
  -ms-flex-pack: center;
  justify-content: center;
}
.footer .nav__link a {
  font-family: Montserrat, sans-serif;
  font-size: 13px;
  padding: 0;
  line-height: 2em;
}
.footer .nav__contact-item {
  color: #fff;
}
.footer .nav__link--active {
  color: #ffcb00;
  font-family: Montserrat, sans-serif;
  font-size: 13px;
  padding-bottom: 0;
}
.footer .nav__link--active:after {
  display: none;
}
.footer .subtitle--nav {
  margin-top: 0;
}

/* .footer .mc-signup {
  display: block;
}
.footer .mc__wrap {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  justify-content: center;
}
@media (min-width: 1000px) {
  .footer .mc__wrap {
    -ms-flex-direction: row;
    flex-direction: row;
  }
}
.footer .mc__input {
  width: 90%;
  border-radius: 20px;
  border: 1px solid #5fb8cc;
  text-align: center;
  padding: 10px;
  font-family: Montserrat, sans-serif;
  color: var(--clr--blue-900);
  margin: 0 auto 10px;
  font-size: 13px;
  background: #fff;
}
.footer .mc__input:-ms-input-placeholder {
  color: var(--clr--blue-900);
}
.footer .mc__input::placeholder {
  color: var(--clr--blue-900);
}
@media (min-width: 1000px) {
  .footer .mc__input {
    width: 65%;
    margin: 0 10px 0 0;
  }
}
.footer .mc__btn {
  width: 90%;
  margin: 0 auto;
  font-size: 11px;
}
@media (min-width: 1000px) {
  .footer .mc__btn {
    width: 35%;
    margin: 0;
  }
}
.footer .mc__error,
.footer .mc__success {
  font-size: 13px;
  padding-bottom: 10px;
}
.footer .mc__error {
  color: #ffcb00;
} */
.klaviyo-form button {
  font-family: Hebden Incised,sans-serif !important;
}


.legal {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0 0 40px;
}
@media (min-width: 1000px) {
  .legal {
    position: absolute;
    bottom: 0;
    left: 8%;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.legal a {
  text-decoration: none;
}
.legal__item {
  padding: 0 10px;
  font-size: 11px;
  font-weight: 600;
  line-height: 1em;
  text-transform: uppercase;
}
.legal__item:first-child:after {
  content: "|";
  padding-left: 15px;
  color: #fff;
}
@media (min-width: 1000px) {
  .legal__item:first-child:after {
    content: "";
  }
}
.wave-divider {
  display: block;
  width: 100%;
  height: 50px;
}
h1 {
  font-family: Hebden Incised, sans-serif;
  font-size: 2rem;
  line-height: 1.1;
  letter-spacing: 0;
  color: var(--clr--blue-900);
  text-transform: uppercase;
  text-align: center;
  padding: 5.625rem 0 3.125rem;
}
@media (min-width: 900px) {
  h1 {
    font-size: 58px;     line-height: 1.2;
    padding-top: 150px;
    padding-bottom: 80px;
  }
}
h2,
h3 {
  font-family: Hebden Incised, sans-serif;
  font-size: 1.8rem;
  line-height: 1.1;
  letter-spacing: 0;
  text-transform: uppercase;
  padding: 20px 0;
}
a,
h2,
h3,
li,
p {
  color: var(--clr--blue-900);
}
a,
li,
p {
  font-family: Montserrat, sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 1.2;
}
a {
  color: #5fb8cc;
}
ul {
  list-style: disc;
}
ol {
  list-style: decimal;
}
ol,
ul {
  list-style-position: inside;
}
form {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-direction: column;
  flex-direction: column;
}
label {
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  clip: rect(1px 1px 1px 1px);
  clip: rect(1px, 1px, 1px, 1px);
}
label.visible {
  position: inherit !important;
  overflow: auto;
  width: auto;
  height: auto;
  margin: 0;
  clip: auto;
}
input,
textarea {
  border-radius: 25px;
  border: 1.5px solid #5fb8cc;
  background: none;
  padding: 10px 20px;
}
select {
  background: url('//cdn.shopify.com/s/files/1/1538/6871/t/16/assets/select_arrow.png?v=115686807687498086611669668413') no-repeat 100%;
  background-size: 34px 12px;
  cursor: pointer;
  -webkit-padding-end: 50px;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none;
  text-indent: 0.01px;
/*   text-overflow: ""; */
  border-color: #5fb8cc;
  border-radius: 500px;
  padding: 10px 20px;
}
.paginate {
  margin: 20px 0;
  text-align: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
}
.paginate.paginate--collection {
  margin: 100px 0 0;
}
@media (min-width: 900px) {
  .paginate.paginate--collection {
    -ms-grid-column: 2;
    grid-column: 2;
  }
}
.paginate__arrow {
  height: 40px;
  width: 40px;
  display: block;
  background-size: contain;
}
.paginate__pages {
  list-style: none;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
.paginate__pages li {
  margin: 0 20px;
}
.paginate__page {
  font-family: Hebden Grotesque, sans-serif;
  font-size: 20px;
  text-decoration: none;
  line-height: 1em;
  display: block;
}
.hero {
  position: relative;
}
.hero__img {
  margin: -130px auto 0;
  max-width: 300px;
}
.hero__img--left {
  left: -5%;
  top: -40%;
}
.hero__img--left,
.hero__img--right {
  position: absolute;
  margin: 0;
  width: 40%;
  max-width: 500px;
}
.hero__img--right {
  right: -100px;
  top: 10%;
}
.hero--mobile {
  background-repeat: repeat-x;
  background-size: 100% 150px;
  background-position: 0 100px;
}
.hero__title {
  padding-top: 30px;
  padding-bottom: 50px;
  font-size: 24px;
  line-height: 1.1em;
}
.hero__title {
  padding-top: 170px;
}
.hero__subtitle {
  margin: 0 auto;
  text-align: center;
  max-width: 600px;
}
.hero--desktop .hero__subtitle {
  max-width: 800px;
}
.hero--desktop.bolded .hero__subtitle {
  font-family: Hebden Incised, sans-serif;
  font-size: 24px;
  text-transform: uppercase;
}
.hero__wrap {
  width: 90%;
  max-width: 1640px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 50px;
}
.hero__wrap .hero--desktop {
  margin-bottom: 100px;
}
.locator {
  width: 90%;
  max-width: 1640px;
  margin-left: auto;
  margin-right: auto;
  padding: 80px 0;
  text-align: center;
}
.locator__subtitle {
  font-size: 19px;
}
@media (min-width: 900px) {
  .locator__subtitle {
    font-weight: 600;
    font-size: 14px;
    text-transform: uppercase;
    font-family: Hebden Grotesque, sans-serif;
  }
}
.locator--no-text {
  padding-top: 0;
}
.reviews {
  width: 90%;
  max-width: 1640px;
  margin-left: auto;
  margin-right: auto;
  padding: 40px;
  text-align: center;
  border-radius: 200px;
}
.reviews h2.reviews__title:after {
  content: "";
  display: block;
  width: 60px;
  height: 20px;
  margin: 20px auto 0;
  background-repeat: no-repeat;
  background-size: contain;
}
@media (min-width: 1000px) {
  .reviews h2.reviews__title {
    font-size: 20px;
    margin-left: calc(200px + 8%);
    text-align: left;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    max-width: 60%;
  }
  .reviews h2.reviews__title:after {
    height: 15px;
    margin: 0 0 0 10px;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }
}
.reviews__wrap {
  padding: 40px;
}
@media (min-width: 1000px) {
  .reviews {
    border: 1px dashed var(--clr--blue-900);
  }
}
.product-card {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  height: 100%;
}
.product-card a {
  display: block;
  text-decoration: none;
}
.product-card .btn {
  font-size: 12px;
  width: 100%;
}
@media (min-width: 900px) {
  .product-card .btn {
    font-size: 15px;
    width: 210px;
  }
}
.product-card__img {
  margin: 0 auto;
}
.product-card__title {
  font-size: 16px;
  line-height: 1.2;
  padding: 0;
}
.product-card__price {
  color: #5fb8cc;
  font-family: Hebden Grotesque, sans-serif;
  font-size: 12px;
  line-height: 1;
  margin: 15px 0;
}
@media (min-width: 900px) {
  .product-card__price {
    font-size: 20px;
    margin: 20px 0 30px;
  }
}
.article-card__wrap {
  text-decoration: none;
}
.article-card__title {
  font-size: 20px;
  line-height: 1.2;
  color: #5fb8cc;
  font-family: Hebden Grotesque, sans-serif;
  text-align: center;
}
.article-card__img {
  margin: 0 auto;
  width: 100%;
}
.benefit {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  justify-content: center;
  padding-bottom: 80px;
}
.benefit__img {
  width: 350px;
  margin: 0 auto;
  display: block;
}
.left .benefit__img {
  padding-right: 40px;
}
.right .benefit__img {
  padding-left: 40px;
}
.benefit__title {
  text-align: center;
  font-size: 20px;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
  margin: 0 auto;
}
.benefit__title:after {
  margin-top: 5px;
}
@media (min-width: 900px) {
  .left .benefit__title {
    margin-left: 0;
  }
  .right .benefit__title {
    margin-right: 0;
  }
}
.benefit__content {
  text-align: center;
}
@media (min-width: 900px) {
  .benefit__content {
    width: 70%;
    text-align: left;
  }
  .right .benefit__content {
    text-align: right;
  }
}
@media (min-width: 900px) {
  .benefit__wrap {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-align: center;
    align-items: center;
  }
  .benefit__wrap.right {
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
}
.video {
  margin-bottom: 80px;
}
.video:before {
  content: "";
  display: block;
  height: 67px;
  width: auto;
  background-repeat: repeat-x;
  background-position: 0 110%;
  background-size: auto 100%;
}
.video__embed {
  overflow: hidden;
  padding-bottom: 56.25%;
  position: relative;
  height: 0;
}
.video__embed iframe {
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  position: absolute;
}
.video__content {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: center;
  align-items: center;
}
@media (min-width: 900px) {
  .video__content {
    -ms-flex-align: start;
    align-items: flex-start;
  }
}
.video__wrap {
  background: var(--clr--blue-900);
  padding: 40px 0 80px;
}
.video__wrap-secondary {
  width: 90%;
  max-width: 1640px;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 900px) {
  .video__wrap-secondary {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-flex-align: center;
    align-items: center;
    grid-gap: 40px;
  }
}
.video__title {
  color: #ffcb00;
  text-align: center;
}
.video__title--desktop {
  display: none;
}
@media (min-width: 900px) {
  .video__title {
    text-align: left;
    font-size: 58px;     line-height: 1.2;
    padding-bottom: 0;
  }
  .video__title--mobile {
    display: none;
  }
  .video__title--desktop {
    display: block;
  }
}
.video__text {
  color: #fff;
  text-align: center;
  margin: 30px 0;
}
@media (min-width: 900px) {
  .video__text {
    text-align: left;
  }
}
.video__btn {
  color: #fff;
}
.share {
  list-style: none;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (50px) [4];
  grid-template-columns: repeat(4, 50px);
  grid-gap: 20px;
}
.share__item {
  height: 50px;
  width: 50px;
  background-size: contain;
}
.share a {
  display: block;
  height: 100%;
  width: 100%;
}
.blog-nav {
  width: 90%;
  max-width: 1640px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  padding-top: 50px;
}
@media (min-width: 1300px) {
  .blog-nav {
    text-align: left;
  }
  .blog-nav.stick {
    margin-top: 0;
    position: fixed;
    top: 80px;
  }
  .blog-nav.stick-end {
    position: static;
  }
}
.blog-nav__list {
  list-style: none;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: center;
  align-items: center;
  padding: 20px 0 50px;
}
@media (min-width: 1300px) {
  .blog-nav__list {
    -ms-flex-align: start;
    align-items: flex-start;
  }
}
.blog-nav h2 {
  padding-bottom: 0;
}
.blog-nav__item {
  padding: 5px 0;
  -ms-flex-order: 1;
  order: 1;
}
.blog-nav__item--first {
  -ms-flex-order: 0;
  order: 0;
}
.blog-nav__link {
  text-decoration: none;
  font-family: Hebden Grotesque, sans-serif;
  text-transform: uppercase;
}
.find-cta {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  width: 100%;
  margin-top: 80px;
}
.find-cta:before {
  content: "";
  display: block;
  height: 67px;
  width: 100%;
  background-repeat: repeat-x;
  background-position: 0 110%;
  background-size: auto 100%;
}
.find-cta__wrap {
  padding: 10px 0 120px;
  background: #5fb8cc;
  width: 100%;
}
@media (min-width: 900px) {
  .find-cta__wrap {
    padding: 10px 0 70px;
  }
}
@media (min-width: 900px) {
  .find-cta__title {
    font-size: 58px;     line-height: 1.2;
    padding: 0 0 25px;
  }
}
.home-title {
  font-family: Hebden Incised, sans-serif;
  font-size: 35px;
  line-height: 1em;
  padding: 0;
}
@media (min-width: 900px) {
  .home-title {
    font-size: 45px;
  }
}
.home-benefits {
  width: 90%;
  max-width: 1640px;
  margin-left: auto;
  margin-right: auto;
  padding: 40px 0;
}
.home-benefits__img {
  margin: 0 auto;
}
@media (min-width: 900px) {
  .home-benefits__img {
    display: none;
  }
}
.home-benefits__img--desktop {
  display: none;
  max-height: 85px;
}
@media (min-width: 900px) {
  .home-benefits__img--desktop {
    display: block;
  }
}
.home-hero {
  background-color: var(--clr--blue-900);
  background-repeat: no-repeat;
  background-position: 50vw 250px;
  background-size: 700px, 0;
  color: #fff;
  padding-top: 40px;
  padding-bottom: 40px;
}
.home-hero h1,
.home-hero h2 {
  color: #fff;
}
@media (min-width: 900px) {
  .home-hero {
    background-position: 80vw 80px, -15% 130px;
    background-size: 700px, 700px;
  }
}
.home-hero__arrow {
  position: absolute;
  margin: 0 auto;
  left: 50px;
  right: 0;
  padding-right: calc(200px - -10%);
  top: 40%;
  z-index: 1;
}
@media (min-width: 900px) {
  .home-hero__arrow {
    display: none;
  }
}
.home-hero__arrow--desktop {
  display: none;
}
@media (min-width: 900px) {
  .home-hero__arrow--desktop {
    display: block;
    margin: 0;
    left: 25%;
    padding: 0;
    top: 70%;
  }
}
@media (min-width: 1200px) {
  .home-hero__arrow--desktop {
    left: 30%;
  }
}
.home-hero__cta {
  display: block;
  margin: 0 auto;
  color: #f6f6f6;
}
@media (min-width: 900px) {
  .home-hero__cta {
    margin: 0;
  }
}
.home-hero__deco-arrow {
  margin: -30px auto 0;
  max-width: 20px;
  display: none;
}
@media (min-width: 900px) {
  .home-hero__deco-arrow {
    display: block;
  }
}
.home-hero__slider {
  position: relative;
  overflow: hidden;
  z-index: 10;
}
.home-hero__slider img {
  max-height: 100%;
  margin: 0 auto;
}
.home-hero__slider .glide__bullets {
  top: 80%;
  left: 20%;
}
.home-hero__slider .glide__slides {
  max-height: 400px;
}
@media (min-width: 900px) {
  .home-hero__slider {
    position: absolute;
    max-width: 40%;
    padding-left: 5%;
    top: 40px;
  }
  .home-hero__slider .glide__bullets {
    top: 430px;
    left: 10%;
  }
  .home-hero__slider .glide__slides {
    max-height: none;
  }
}
.home-hero__content {
  position: relative;
  z-index: 1;
  max-width: 80%;
  margin: 0 auto;
  color: #ffcb00;
  line-height: 1.7em;
  font-weight: 300;
}
@media (min-width: 900px) {
  .home-hero__content {
    margin-left: 50%;
    padding-right: 5%;
    max-width: calc(500px + 5%);
  }
}
.home-hero__title {
  max-width: 80%;
  margin: 0 auto;
}
@media (min-width: 900px) {
  .home-hero__title {
    margin-left: 40%;
    padding-top: 80px;
  }
}
.home-hero__text {
  color: #ffcb00;
}
.home-hero__wrap {
  position: relative;
  max-width: 1640px;
  margin: 0 auto;
}
.glide--fade .glide__slides {
  transform: translateZ(0) !important;
  width: 100vw !important;
  height: 100vh;
}
.glide--fade .glide__slide {
  opacity: 0;
  z-index: 0;
  position: absolute;
  top: 0;
  left: 0;
  transition: opacity 0.4s ease;
  height: 100vh;
}
.glide--fade .glide__slide.glide__slide--active {
  opacity: 1;
  z-index: 1;
}
.home-slider {
  padding: 40px 0;
  position: relative;
}
.home-slider .glide__slides {
  height: 660px;
}
@media (min-width: 900px) {
  .home-slider .glide__slides {
    height: 530px;
  }
}
.home-slider .glide__slide {
  height: auto;
}
.home-slider .glide__bullet {
  background: var(--clr--blue-900);
}
.home-slider__btn {
  display: block;
  margin: 0 auto;
  color: var(--clr--blue-900);
}
.home-slider__img {
  height: 400px;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  margin: 0 auto;
}
@media (min-width: 900px) {
  .home-slider__img {
    -o-object-fit: contain;
    object-fit: contain;
  }
}
.home-slider__title {
  width: 90%;
  max-width: 1640px;
  margin-left: auto;
  margin-right: auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media (min-width: 900px) {
  .home-slider__title {
    margin: 0;
    padding: 0;
  }
}
.home-slider__subtitle {
  width: 90%;
  max-width: 1640px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.home-slider__slide-wrap {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  overflow: hidden;
  width: 100%;
}
@media (min-width: 900px) {
  .home-slider__slide-wrap {
    width: 90%;
    max-width: 1640px;
    margin-left: auto;
    margin-right: auto;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-flex-align: center;
    align-items: center;
    -ms-grid-column-align: center;
    justify-items: center;
    min-height: 300px;
  }
}
.account {
  text-align: center;
}
.account.account-contained {
  width: 90%;
  max-width: 1640px;
  margin-left: auto;
  margin-right: auto;
}
.account__wrap {
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  justify-content: center;
}
@media (min-width: 900px) {
  .account__wrap {
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-align: stretch;
    align-items: stretch;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}
@media (min-width: 900px) {
  .account__form {
    -ms-flex-pack: end;
    justify-content: flex-end;
    width: 60%;
  }
}
@media (min-width: 900px) {
  .account__form,
  .account__login {
    display: -ms-flexbox;
    display: flex;
  }
  .account__login {
    min-width: 60%;
    max-width: 660px;
    margin-right: 140px;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: end;
    align-items: flex-end;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}
.account__sidebar {
  margin-bottom: 40px;
}
.account__sidebar:before {
  content: "";
  display: block;
  margin: 50px 0;
  height: 70px;
  width: 100vw;
  background-size: auto 100%;
  background-repeat: repeat-x;
}
@media (min-width: 900px) {
  .account__sidebar {
    width: 40%;
    margin: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .account__sidebar:before {
    margin: 0;
    width: 100%;
  }
}
@media (min-width: 900px) {
  .account__sidebar-wrap {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}
.account__forgot-link {
  padding: 10px 0;
  display: block;
}
@media (min-width: 900px) {
  .account__forgot-link {
    display: none;
  }
}
.account__forgot-link--desktop {
  display: none;
}
@media (min-width: 900px) {
  .account__forgot-link--desktop {
    display: block;
  }
}
.account__input,
.account__secondary-submit,
.account__submit {
  width: 80vw;
  margin: 0 auto 20px;
  line-height: 1.5;
}
@media (min-width: 900px) {
  .account__input,
  .account__secondary-submit,
  .account__submit {
    width: 100%;
    margin-bottom: 40px;
  }
}
.account__input {
  background: none;
}
.account__input--register,
.account__password {
  margin-bottom: 20px;
}
@media (min-width: 900px) {
  .account__submit {
    width: 300px;
    margin: 0;
  }
}
@media (min-width: 900px) {
  .account__secondary-submit {
    width: 200px;
    margin: 0;
  }
}
.account__subtitle {
  font-family: Hebden Grotesque, sans-serif;
  font-size: 20px;
  padding: 0;
  line-height: 1;
  margin-bottom: 20px;
}
@media (min-width: 900px) {
  .account__subtitle {
    text-align: left;
  }
}
.account__subtitle--center {
  text-align: center;
}
.account__subtitle-decorated:after {
  content: "";
  display: block;
  height: 20px;
  width: 30vw;
  margin: 20px auto;
  background-size: auto 100%;
  background-repeat: round;
}
@media (min-width: 900px) {
  .account__subtitle-decorated:after {
    margin: 28px 0 0;
    width: 100%;
  }
}
.account__link {
  text-decoration: underline;
}
.account__link:hover {
  cursor: pointer;
}
.account__link--maintenance {
  font-size: 14px;
}
.account__forgot {
  max-width: 900px;
  margin: 0 auto;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}
@media (min-width: 900px) {
  .account__forgot {
    -ms-flex-align: end;
    align-items: flex-end;
  }
}
.account__forgot-submit {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
.account__cancel--desktop {
  margin: 0 20px 0 0;
  display: none;
}
@media (min-width: 900px) {
  .account__cancel--desktop {
    display: block;
  }
}
.account__cancel--mobile {
  margin: 0;
}
@media (min-width: 900px) {
  .account__cancel--mobile {
    display: none;
  }
}
.account .errors ul {
  list-style: none;
}
.account .errors ul li {
  color: red;
  font-size: 16px;
}
@media (min-width: 900px) {
  .account__half {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
  }
  .account__half .account__input:first-of-type {
    margin-right: 10px;
  }
}
.account__details {
  margin-bottom: 40px;
}
.account__details:after {
  content: "";
  display: block;
  height: 14px;
  width: 100%;
  margin-top: 40px;
  background-size: auto 100%;
}
@media (min-width: 900px) {
  .account__details {
    width: 30%;
    margin-right: 5%;
    text-align: left;
  }
  .account__details:after {
    display: none;
  }
}
.account__email-address {
  margin: 40px 0 10px;
  word-wrap: break-word;
}
.account__orders {
  margin-bottom: 40px;
  width: 90%;
  max-width: 1640px;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 900px) {
  .account__orders {
    width: 65%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: start;
    justify-content: flex-start;
    text-align: left;
  }
}
.account__orders-item {
  display: -ms-grid;
  display: grid;
  grid-gap: 10px;
  padding: 20px 0;
  border-bottom: 1px solid #5fb8cc;
}
.account__orders-item:last-child {
  border-bottom: none;
}
.account__orders-label--mobile {
  font-family: Hebden Grotesque, sans-serif;
}
.account__no-orders {
  margin: 20px 0 10px;
}
.account__logout {
  display: block;
  text-align: center;
  margin-top: 80px;
}
@media (min-width: 900px) {
  .account--dashboard {
    width: 90%;
    max-width: 1640px;
    margin-left: auto;
    margin-right: auto;
    display: -ms-flexbox;
    display: flex;
  }
}
.shopify-challenge__container {
  margin-top: 80px !important;
  width: 90%;
}
.order,
.order__subcategory {
  width: 90%;
  max-width: 1640px;
  margin-left: auto;
  margin-right: auto;
}
.order__created {
  text-align: center;
  padding-bottom: 40px;
}
.order__item,
.order__items {
  display: -ms-grid;
  display: grid;
}
.order__item {
  -ms-grid-columns: 2fr (1fr) [4];
  grid-template-columns: 2fr repeat(4, 1fr);
  grid-gap: 20px;
}
.order__title {
  padding-bottom: 0;
}
.order__subtitle {
  display: block;
  text-align: center;
}
.order__secondary {
  font-family: Hebden Grotesque, sans-serif;
  font-size: 24px;
}
.order-item {
  padding: 20px 0;
}
.address__wrap .address-form {
  width: 100%;
}
.address__wrap input,
.address__wrap select {
  width: 100%;
  display: block;
  max-width: 800px;
  margin: 10px auto;
}
.address,
.address__add {
  width: 90%;
  max-width: 1640px;
  margin-left: auto;
  margin-right: auto;
}
.address__add {
  padding-bottom: 20px;
  border-bottom: 1px solid #5fb8cc;
}
.address__add-toggle {
  display: block;
  margin: 20px auto;
}
.address__add-default {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 800px;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.address__add-default label {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.address__add-default input {
  width: auto;
  margin: 0 0 0 10px;
}
.address__add-submit {
  margin: 20px 0;
}
.address__item {
  border-bottom: 1px solid #5fb8cc;
  padding-bottom: 20px;
}
.address__item:last-of-type {
  border-bottom: none;
}
.address__item p {
  margin: 0;
}
.address__item-btns {
  display: -ms-grid;
  display: grid;
  max-width: 420px;
  margin-top: 20px;
  grid-gap: 10px;
  -ms-grid-columns: (minmax(200px, 1fr)) [auto-fit];
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
}
.address__default {
  font-size: 16px;
  color: #5fb8cc;
  padding-top: 20px;
}
.cart__checkout-wrap {
  padding: 20px 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media (min-width: 900px) {
  .cart__checkout-wrap {
    -ms-flex-align: end;
    align-items: flex-end;
  }
}
.cart__checkout-wrap label {
  position: inherit !important;
  overflow: auto;
  width: auto;
  height: auto;
  margin: 0;
  clip: auto;
  font-size: 20px;
  font-family: Hebden Grotesque, sans-serif;
}
@media (min-width: 900px) {
  .cart__checkout-wrap label {
    font-family: Hebden Incised, sans-serif;
    font-size: 24px;
    text-align: right;
  }
}
.cart__checkout-wrap textarea {
  background: none;
  margin: 10px 0;
  width: 100%;
}
@media (min-width: 900px) {
  .cart__checkout-wrap textarea {
    width: 55vw;
  }
}
.cart__checkout-wrap input {
  margin-top: 20px;
}
.cart__decoration {
  width: 100%;
  height: 60px;
  background-size: auto 100%;
  background-repeat: repeat-x;
  margin: 80px 0;
}
.cart__labels {
  display: none;
  -ms-grid-columns: 2fr (1fr) [3];
  grid-template-columns: 2fr repeat(3, 1fr);
  padding-bottom: 30px;
  border-bottom: 1px solid #5fb8cc;
  text-transform: uppercase;
}
@media (min-width: 900px) {
  .cart__labels {
    display: -ms-grid;
    display: grid;
  }
}
.cart__label {
  font-family: Hebden Incised, sans-serif;
  font-size: 24px;
}
.cart__no-items {
  text-align: center;
  padding-top: 40px;
}
.cart__title {
  padding-bottom: 5px;
}
@media (min-width: 900px) {
  .cart__title {
    padding-bottom: 20px;
  }
}
.cart__shopping {
  display: block;
  text-align: center;
}
.cart__subtotal {
  text-align: center;
  padding: 20px 0;
  border-bottom: 1px solid #5fb8cc;
}
.cart__subtotal p {
  margin: 0;
}
@media (min-width: 900px) {
  .cart__subtotal {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 3fr 1fr 1fr;
    grid-template-columns: 3fr 1fr 1fr;
  }
}
@media (min-width: 900px) {
  .cart__subtotal-content {
    -ms-grid-column: 2;
    grid-column: 2;
    text-align: right;
    margin-right: 20px;
  }
}
.cart__subtotal-title {
  font-family: Hebden Incised, sans-serif;
  text-transform: uppercase;
  font-size: 24px;
}
.cart__subtotal-update {
  font-family: Montserrat, sans-serif;
  color: #5fb8cc;
  text-decoration: underline;
  padding: 10px 0;
}
.cart__subtotal-price--mobile {
  font-size: 24px;
  font-family: Hebden Incised, sans-serif;
}
@media (min-width: 900px) {
  .cart__subtotal-price--mobile {
    display: none;
  }
}
.cart__subtotal-price--desktop {
  display: none;
}
@media (min-width: 900px) {
  .cart__subtotal-price--desktop {
    display: block;
    text-align: left;
    margin-left: 10px;
  }
  .cart__subtotal-price--desktop p {
    font-family: Hebden Incised, sans-serif;
    font-size: 24px;
  }
}
.cart__wrap {
  width: 90%;
  max-width: 1640px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 100px;
}
.cart-item,
.cart__wrap {
  display: -ms-grid;
  display: grid;
}
.cart-item {
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  border-bottom: 1px solid #5fb8cc;
  -ms-grid-column-align: center;
  justify-items: center;
  text-align: center;
  grid-gap: 10px;
  font-size: 20px;
  padding-bottom: 20px;
}
@media (min-width: 900px) {
  .cart-item {
    -ms-grid-columns: (1fr) [5];
    grid-template-columns: repeat(5, 1fr);
    -ms-flex-align: center;
    align-items: center;
    -ms-grid-column-align: left;
    justify-items: left;
    grid-column-gap: 10px;
    text-align: left;
  }
}
@media (min-width: 900px) {
  .cart-item__double {
    grid-column: 1/3;
  }
}
.cart-item__mobile-label {
  display: inline-block;
  font-family: Hebden Grotesque, sans-serif;
  padding-right: 10px;
  margin: 5px 0;
}
@media (min-width: 900px) {
  .cart-item__mobile-label {
    display: none;
  }
}
.cart-item__title-text {
  display: block;
  text-decoration: none;
  color: var(--clr--blue-900);
  font-family: Hebden Grotesque, sans-serif;
}
.cart-item__total {
  font-weight: 600;
}
.cart-item__qty input {
  background: none;
  width: 80px;
  text-align: center;
  padding-right: 10px;
}
.shipping-calc {
  width: 90%;
  max-width: 1640px;
  margin-left: auto;
  margin-right: auto;
}
.shipping-calc label.shipping-calc__checkout-label {
  display: none;
}
.shipping-calc__form {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}
@media (min-width: 900px) {
  .shipping-calc__form {
    -ms-flex-direction: row;
    flex-direction: row;
  }
}
.shipping-calc__input-wrap {
  width: 100%;
  padding: 10px 0;
}
.shipping-calc__input-wrap label {
  position: inherit !important;
  overflow: auto;
  width: auto;
  height: auto;
  margin: 0;
  clip: auto;
  display: block;
  font-family: Hebden Grotesque, sans-serif;
  padding-bottom: 10px;
}
.shipping-calc__input-wrap input,
.shipping-calc__input-wrap select {
  width: 100%;
}
@media (min-width: 900px) {
  .shipping-calc__input-wrap {
    padding-right: 10px;
  }
}
.shipping-calc__heading {
  text-align: center;
}
@media (min-width: 900px) {
  .shipping-calc__heading {
    text-align: left;
    border-bottom: 1px solid #5fb8cc;
  }
}
.shipping-calc__title {
  font-family: Hebden Grotesque, sans-serif;
  text-transform: uppercase;
  font-size: 20px;
  padding-bottom: 0;
}
.shipping-calc__subtitle {
  margin-top: 5px;
}
.hero--shop.hero--mobile {
  background-size: auto auto;
  background-position: 0 -280px;
}
.hero--shop .hero__img {
  margin-top: -110px;
  max-width: 375px;
}
.collection {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  width: 100%;
  width: 90%;
  max-width: 1640px;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 900px) {
  .collection {
    -ms-grid-columns: 300px 1fr;
    grid-template-columns: 300px 1fr;
  }
}
.collection__nav {
  list-style: none;
  text-align: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-bottom: 70px;
}
@media (min-width: 900px) {
  .collection__nav {
    text-align: left;
  }
  .collection__nav.stick {
    margin-top: 0;
    position: fixed;
    top: 100px;
  }
}
.collection__nav-link {
  text-decoration: none;
  font-family: Hebden Grotesque, sans-serif;
  line-height: 45px;
}
.collection__nav-item {
  -ms-flex-order: 2;
  order: 2;
}
.collection__nav-item--shop {
  -ms-flex-order: 0;
  order: 0;
}
.collection__nav-item--shop a {
  color: var(--clr--blue-900);
  font-size: 24px;
  font-family: Hebden Incised, sans-serif;
}
.collection__nav-item--original {
  -ms-flex-order: 1;
  order: 1;
}
.collection__items {
  list-style: none;
  padding: 0;
  margin: 0;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  grid-gap: 15px;
}
@media (min-width: 900px) {
  .collection__items {
    grid-gap: 40px;
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
  }
}
.product {
  padding-top: 100px;
}
@media (min-width: 1000px) {
  .product {
    background-size: 50% auto;
    background-position: -500px 200px;
    background-repeat: no-repeat;
  }
}
.product__details {
  width: 90%;
  max-width: 1640px;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 1000px) {
  .product__details {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }
}
@media (min-width: 1000px) {
  .product__content {
    max-width: 50vw;
  }
}
.product__title {
  font-size: 24px;
  line-height: 1.1;
  padding: 30px 0 20px;
}
@media (min-width: 1000px) {
  .product__title {
    font-size: 58px;
    line-height: 1.2;
    text-align: left;
  }
}
.product__desc {
  text-align: center;
}
.product__desc strong {
  font-family: Hebden Grotesque, sans-serif;
}
@media (min-width: 1000px) {
  .product__desc {
    text-align: left;
  }
}
.product__price--wrap {
  display: inline;
}
.product__price {
  margin: 0;
  text-align: center;
  color: #5fb8cc;
  font-family: Hebden Incised, sans-serif;
  font-size: 20px;
}
@media (min-width: 1000px) {
  .product__price {
    display: inline;
    font-size: 24px;
  }
}
.product__shipping {
  margin: 0;
  padding: 10px 0;
  text-align: center;
  font-size: 14px;
  line-height: 1em;
}
@media (min-width: 1000px) {
  .product__shipping {
    display: inline-block;
    padding-left: 20px;
  }
}
.product__actions {
  display: -ms-grid;
  display: grid;
  grid-gap: 10px;
  -ms-grid-column-align: center;
  justify-items: center;
}
@media (min-width: 1620px) {
  .product__actions {
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
    width: 100%;
    -ms-grid-column-align: flex-start;
    justify-items: flex-start;
    -ms-flex-align: center;
    align-items: center;
  }
}
.product__quantity {
  padding-bottom: 10px;
}
@media (min-width: 1000px) {
  .product__quantity {
    padding: 0;
  }
}
.product__quantity-label {
  font-family: Hebden Grotesque, sans-serif;
  font-size: 20px;
  padding-right: 20px;
}
.product__quantity-input {
  width: 60px;
  padding-right: 5px;
}
@media (min-width: 1000px) {
  .product__quantity-input {
    width: 95px;
    text-align: center;
    padding-left: 15px;
  }
}
@media (min-width: 1000px) {
  .product-images {
    width: 40vw;
  }
}
.product-images__btn.glide__bullet {
  height: 110px;
  width: 110px;
  border-radius: 0;
  display: block;
  background: none;
  box-shadow: none;
  overflow: hidden;
}
.product-images__btn.glide__bullet img {
  width: 90%;
  margin: 0 auto;
}
.product-images__image {
  margin: 0 auto;
}
.product-images .glide__slides {
  -ms-flex-align: center;
  align-items: center;
}
.product-images .glide__bullets {
  position: static;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  transform: none;
  padding-top: 30px;
}
.product-related__wrap {
  list-style: none;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  width: 90%;
  max-width: 1640px;
  margin-left: auto;
  margin-right: auto;
  grid-gap: 20px;
}
@media (min-width: 900px) {
  .product-related__wrap {
    -ms-grid-columns: (1fr) [4];
    grid-template-columns: repeat(4, 1fr);
  }
}
.product-related__title {
  text-align: center;
  padding: 0 0 70px;
}
@media (min-width: 900px) {
  .product-related__title {
    font-size: 58px;
    padding-top: 20px;
    line-height: 1em;
  }
}

.newsletter {
  background-size: 100% 250px, 0;
  background-repeat: no-repeat;
  background-position: center 200px;
}
@media (min-width: 1090px) {
  .newsletter {
    background-size: 45% auto, 0;
    background-position: 0 50%, 130% 20%;
  }
}
@media (min-width: 1270px) {
  .newsletter {
    background-size: 45% auto, 40% auto;
  }
}
.newsletter__wrap {
  width: 90%;
  max-width: 1640px;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 1090px) {
  .newsletter__wrap {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    grid-gap: 40px;
    padding-top: 40px;
    -ms-flex-align: center;
    align-items: center;
  }
}
@media (min-width: 1090px) {
  .newsletter__content {
    max-width: 650px;
  }
}
.newsletter__title--desktop {
  display: none;
}
@media (min-width: 1090px) {
  .newsletter__title--desktop {
    display: block;
    padding: 0;
    text-align: left;
  }
}
@media (min-width: 1090px) {
  .newsletter__title--mobile {
    display: none;
  }
}
.newsletter__text {
  text-align: center;
  font-size: 20px;
  line-height: 1.2;
  padding: 36px 0;
}
@media (min-width: 1090px) {
  .newsletter__text {
    text-align: left;
  }
}
.newsletter__img {
  width: 350px;
  margin: 0 auto;
}
@media (min-width: 1090px) {
  .newsletter__img {
    width: 650px;
  }
}
.newsletter .mc__wrap {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
}
@media (min-width: 1090px) {
  .newsletter .mc__wrap {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 2fr 1fr;
    grid-template-columns: 2fr 1fr;
    -ms-grid-column-align: flex-start;
    justify-items: flex-start;
    grid-gap: 20px;
  }
}
.newsletter .mc__input {
  width: 320px;
  max-width: 100%;
  margin-bottom: 35px;
}
@media (min-width: 1090px) {
  .newsletter .mc__input {
    width: 100%;
    margin-bottom: 0;
  }
}
.newsletter .mc__error,
.newsletter .mc__success {
  padding-bottom: 20px;
  font-size: 18px;
  text-align: center;
}
.newsletter .mc__error a,
.newsletter .mc__success a {
  font-size: 18px;
}
.hero--our-salmon.hero--mobile {
  background-repeat: repeat-x;
  background-size: auto 80%;
  background-position: center -100px;
}
.our-salmon-benefits {
  width: 90%;
  max-width: 1640px;
  margin-left: auto;
  margin-right: auto;
}
.our-salmon-benefits__list {
  list-style: none;
}
.our-story-intro {
  background-repeat: no-repeat;
  background-size: 100vw auto;
  background-position: top;
}
@media (min-width: 900px) {
  .our-story-intro {
    background-position: 0;
    background-size: 40vw auto;
  }
}
.our-story-intro__wrap {
  width: 90%;
  max-width: 1640px;
  margin-left: auto;
  margin-right: auto;
  padding: 60px 0;
  display: -ms-grid;
  display: grid;
  grid-column-gap: 7%;
}
@media (min-width: 900px) {
  .our-story-intro__wrap {
    padding-top: 120px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }
}
.our-story-intro__title {
  text-align: center;
}
@media (min-width: 900px) {
  .our-story-intro__title {
    font-size: 58px;     line-height: 1.2;
    text-align: left;
    padding: 0 0 10px;
  }
}
.our-story-intro__content {
  text-align: center;
}
@media (min-width: 900px) {
  .our-story-intro__content {
    text-align: left;
  }
}
.our-story-blurb {
  width: 90%;
  max-width: 1640px;
  margin-left: auto;
  margin-right: auto;
}
.our-story-blurb__img {
  display: none;
  margin: 0 auto;
  max-width: 900px;
}
@media (min-width: 900px) {
  .our-story-blurb__img {
    display: block;
  }
}
.our-story-blurb__img-mobile {
  margin: 0 auto;
  max-width: 300px;
}
@media (min-width: 900px) {
  .our-story-blurb__img-mobile {
    display: none;
  }
}
.our-story-blurb__text {
  margin-top: 60px;
  color: #5fb8cc;
  font-family: Hebden Grotesque, sans-serif;
  text-align: center;
}
.our-story-slider {
  margin: 80px 0;
}
.our-story-slider:before {
  content: "";
  display: block;
  height: 67px;
  width: auto;
  background-repeat: repeat-x;
  background-position: 0 110%;
  background-size: auto 100%;
}
.our-story-slider__wrap {
  background: var(--clr--blue-900);
}
.our-story-slider__img {
  width: 280px;
  height: 180px;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: center;
  object-position: center;
  margin: 0 auto;
}
.our-story-slider__title {
  color: #fff;
  text-align: center;
  font-size: 20px;
  padding-bottom: 0;
}
@media (min-width: 900px) {
  .our-story-slider__title {
    text-align: left;
    font-size: 24px;
  }
}
.our-story-slider__text {
  color: #fff;
  text-align: center;
}
@media (min-width: 900px) {
  .our-story-slider__text {
    text-align: left;
  }
}
.our-story-slider .glide {
  width: 90%;
  max-width: 1640px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 135px;
}
@media (min-width: 900px) {
  .our-story-slider .glide {
    padding: 70px 0 135px;
  }
}
@media (min-width: 900px) {
  .our-story-slider .glide__slide {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }
}
.our-story-slider .glide__bullets {
  bottom: 75px;
}
.hero--blog {
  margin-bottom: 80px;
}
@media (min-width: 900px) {
  .hero--blog:after {
    content: "";
    display: block;
    height: 20px;
    width: 200px;
    margin: 20px auto;
    background-size: auto 100%;
    background-repeat: round;
  }
}
.hero--blog.hero--mobile {
  background-repeat: repeat-x;
  background-size: 100% auto;
  background-position: 0 150px;
}
.blog {
  width: 90%;
  max-width: 1640px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 80px;
}
@media (min-width: 900px) {
  .blog {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 2fr;
    grid-template-columns: 1fr 2fr;
    grid-gap: 20px;
    grid-auto-flow: dense;
  }
}
.blog__list {
  list-style: none;
  display: -ms-grid;
  display: grid;
  grid-gap: 20px;
}
@media (min-width: 900px) {
  .blog__list {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }
}
@media (min-width: 900px) {
  .blog .blog-nav {
    text-align: left;
  }
  .blog .blog-nav.stick {
    margin-top: 0;
    position: fixed;
    top: 80px;
  }
  .blog .blog-nav.stick-end {
    position: static;
  }
}
@media (min-width: 900px) {
  .blog .blog-nav__list {
    -ms-flex-align: start;
    align-items: flex-start;
  }
}
.blog .article__search {
  padding-top: 0;
}
.article__header {
  background-repeat: no-repeat;
  background-size: auto 75px;
  background-position: bottom 50px right -600px;
  padding: 170px 0;
}
@media (min-width: 1300px) {
  .article__header {
    padding: 130px 0 80px;
    background-size: 50% 75px;
    background-position: bottom 230px right 0;
  }
}
.article__header-wrap {
  width: 90%;
  max-width: 1640px;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 1300px) {
  .article__header-wrap {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    grid-gap: 20px;
  }
}
@media (min-width: 1300px) {
  .article__body {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 3fr;
    grid-template-columns: 1fr 3fr;
    grid-auto-flow: dense;
    width: 90%;
    max-width: 1640px;
    margin-left: auto;
    margin-right: auto;
  }
}
.article__featured {
  margin: 0 auto;
}
.article__title {
  padding: 30px 0;
}
@media (min-width: 1300px) {
  .article__title {
    text-align: left;
    padding: 0 0 30px;
  }
}
.article__desc {
  font-size: 20px;
  text-align: center;
  line-height: 1.2;
}
@media (min-width: 1300px) {
  .article__desc {
    text-align: left;
  }
}
.article__share {
  padding-top: 10px;
  text-align: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: center;
  align-items: center;
}
@media (min-width: 1300px) {
  .article__share {
    -ms-flex-direction: row;
    flex-direction: row;
    padding-top: 180px;
  }
  .article__share h2 {
    margin-right: 20px;
  }
}
.article__text {
  width: 90%;
  max-width: 1640px;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 1300px) {
  .article__text {
    grid-column: 2/-1;
  }
}
.article__ingredients {
  padding-bottom: 40px;
}
.article__ingredients li {
  padding: 10px 0;
}
@media (min-width: 1300px) {
  .article__ingredients ul {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    grid-gap: 20px;
  }
  .article__ingredients li {
    padding: 0;
  }
}
.article__directions {
  text-align: center;
}
.article__directions h3 {
  font-size: 20px;
  color: #5fb8cc;
  font-family: Hebden Grotesque, sans-serif;
  text-transform: none;
  padding: 30px 0 0;
}
.article__directions p {
  margin: 0 0 50px;
}
.article__directions img {
  margin: 0 auto;
}
@media (min-width: 1300px) {
  .article__directions {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    grid-gap: 20px;
  }
}
.article__sidebar:after,
.article__sidebar:before {
  content: "";
  height: 40px;
  width: 100%;
  display: block;
  background-size: auto 100%;
  background-repeat: repeat-x;
}
@media (min-width: 1300px) {
  .article__sidebar {
    grid-column: 1/1;
  }
  .article__sidebar:after,
  .article__sidebar:before {
    display: none;
  }
}
.article__search {
  padding-top: 50px;
  width: 90%;
  max-width: 1640px;
  margin-left: auto;
  margin-right: auto;
}
.article__search input {
  width: 100%;
  max-width: 350px;
  background-size: 30px 30px;
  background-repeat: no-repeat;
  background-position: center left 10px;
  padding-left: 50px;
}
@media (min-width: 1300px) {
  .article__search {
    padding-top: 20px;
    margin-left: 0;
  }
}
@media print {
  .article-related,
  .article__desc,
  .article__directions img,
  .article__featured,
  .article__share,
  .article__sidebar,
  .footer,
  .header {
    display: none;
  }
  .article__ingredients li,
  h2,
  h3,
  p {
    text-align: left;
    font-size: 14px !important;
    margin: 0;
    padding: 0;
  }
  .article__header {
    padding: 0;
  }
  .article__subtitle {
    margin-top: 20px;
    padding: 0;
  }
  h1 {
    font-size: 24px;
    text-align: left;
    padding: 0;
  }
  .article__directions {
    display: block;
  }
}
.article-related {
  width: 90%;
  max-width: 1640px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.article-related__list {
  list-style: none;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (minmax(200px, 1fr)) [auto-fit];
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  grid-gap: 20px;
}
.article-related h2 {
  padding-top: 50px;
}
@media (min-width: 1300px) {
  .article-related h2 {
    padding-bottom: 50px;
  }
}
.search__form {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
}
.search__form button {
  margin-left: 10px;
}
.search__noresults {
  text-align: center;
}
.search__list {
  padding-top: 80px;
  list-style: none;
  display: -ms-grid;
  display: grid;
  grid-gap: 20px;
  -ms-grid-columns: (minmax(300px, 1fr)) [auto-fit];
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
}
.contact,
.search__list {
  width: 90%;
  max-width: 1640px;
  margin-left: auto;
  margin-right: auto;
}
.contact {
  max-width: 900px;
}
@media (min-width: 900px) {
  .contact {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 2fr 1fr;
    grid-template-columns: 2fr 1fr;
    grid-gap: 5%;
    margin-top: 80px;
  }
}
.contact__input {
  width: 100%;
  margin: 10px 0;
}
.contact__details {
  text-align: center;
}
@media (min-width: 900px) {
  .contact__details {
    text-align: left;
  }
}
.contact__title {
  font-size: 20px;
  padding: 50px 0 0;
}
@media (min-width: 900px) {
  .contact__title {
    padding-top: 0;
  }
}
.contact__phone-link {
  text-decoration: none;
  color: var(--clr--blue-900);
}
.contact__submit {
  margin-top: 10px;
}
@media (min-width: 900px) {
  .contact__submit {
    width: 300px;
    -ms-flex-item-align: end;
    align-self: flex-end;
  }
}
.seperator__yellow {
  margin: 50px 0;
}
@media (min-width: 900px) {
  .seperator__yellow {
    margin: 100px 0;
  }
}
.contact-links {
  width: 90%;
  max-width: 1640px;
  margin-left: auto;
  margin-right: auto;
}
.contact-links__list {
  list-style: none;
  display: -ms-grid;
  display: grid;
  grid-gap: 50px;
  -ms-flex-align: center;
  align-items: center;
  -ms-grid-column-align: center;
  justify-items: center;
  text-align: center;
}
@media (min-width: 900px) {
  .contact-links__list {
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
  }
}
.contact-links__item {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: center;
  align-items: center;
}
.contact-links__img {
  height: 65px;
}
.glide {
  position: relative;
  width: 100%;
  box-sizing: border-box;
}
.glide * {
  box-sizing: inherit;
}
.glide__slides,
.glide__track {
  overflow: hidden;
}
.glide__slides {
  position: relative;
  width: 100%;
  list-style: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transform-style: preserve-3d;
  -ms-touch-action: pan-Y;
  touch-action: pan-Y;
  padding: 0;
  white-space: nowrap;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  will-change: transform;
}
.glide__slide,
.glide__slides--dragging {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.glide__slide {
  width: 100%;
  height: 100%;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  white-space: normal;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: transparent;
}
.glide__slide a {
  -webkit-user-select: none;
  user-select: none;
  -webkit-user-drag: none;
  -moz-user-select: none;
  -ms-user-select: none;
}
.glide__arrows,
.glide__bullets {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.glide--rtl {
  direction: rtl;
}
.glide__arrow {
  position: absolute;
  display: block;
  top: 50%;
  z-index: 2;
  color: #fff;
  text-transform: uppercase;
  padding: 9px 12px;
  background-color: transparent;
  border: 2px solid hsla(0, 0%, 100%, 0.5);
  border-radius: 4px;
  box-shadow: 0 0.25em 0.5em 0 rgba(0, 0, 0, 0.1);
  text-shadow: 0 0.25em 0.5em rgba(0, 0, 0, 0.1);
  opacity: 1;
  cursor: pointer;
  transition: opacity 0.15s ease, border 0.3s ease-in-out;
  transform: translateY(-50%);
  line-height: 1;
}
.glide__arrow:focus {
  outline: none;
}
.glide__arrow:hover {
  border-color: #fff;
}
.glide__arrow--left {
  left: 2em;
}
.glide__arrow--right {
  right: 2em;
}
.glide__arrow--disabled {
  opacity: 0.33;
}
.glide__bullets {
  position: absolute;
  z-index: 2;
  bottom: 2em;
  left: 50%;
  display: -ms-inline-flexbox;
  display: inline-flex;
  list-style: none;
  transform: translateX(-50%);
}
.glide__bullet {
  background-color: hsla(0, 0%, 100%, 0.5);
  width: 9px;
  height: 9px;
  padding: 0;
  border-radius: 50%;
  border: 2px solid transparent;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  line-height: 0;
  box-shadow: 0 0.25em 0.5em 0 rgba(0, 0, 0, 0.1);
  margin: 0 0.25em;
}
.glide__bullet:focus {
  outline: none;
}
.glide__bullet:focus,
.glide__bullet:hover {
  border: 2px solid #fff;
  background-color: hsla(0, 0%, 100%, 0.5);
}
.glide__bullet--active {
  background-color: #fff;
}
.glide--swipeable {
  cursor: grab;
  cursor: -webkit-grab;
}
.glide--dragging {
  cursor: grabbing;
  cursor: -webkit-grabbing;
}

.hero__title {
  font-size: calc(24px + (58 - 24) * ((100vw - 300px) / (1600 - 300)));
}

.hero__img--mobile {
  display: none;
}

.bolded .hero__subtitle {
  font-family: Hebden Incised, sans-serif;
  font-size: calc(20px + (24 - 20) * ((100vw - 300px) / (1600 - 300)));
  text-transform: uppercase;
}

@media (max-width: 768px) {
  .hero {
    background-size: auto auto !important;
    background-position: 0 -280px !important;
  }

  .hero--blog {
    background-size: 100% auto !important;
    background-position: 0 100px !important;
  }

  .hero--our-salmon {
    background-position: 0 -150px !important;
  }

  .hero--faqs {
    background-position: 0 -520px !important;
  }

  #shopify-section-locator-hero .hero {
    background-position: -809px -531px !important;
  }

  #shopify-section-flavors-hero .hero {
    background-position: 0 -30px !important;
  }

  #shopify-section-contact-hero .hero {
    background-position: 0 -540px !important;
  }

  .hero__img--left,
  .hero__img--right {
    display: none;
  }

  .hero__title {
    padding-top: 50px;
  }

  .hero__subtitle {
    font-size: calc(20px + (24 - 20) * ((100vw - 300px) / (1600 - 300)));
  }

  .hero__img--mobile {
    display: block;
    width: 100%;
    max-width: 350px;
    margin: -110px auto 0;
  }

  .bolded .hero__subtitle {
    text-transform: none;
    font-family: inherit;
  }

  .header {
    z-index: 1232131313;
  }

  [data-template-id="577258fb31f02306e4e3aaf9"] iframe {
    left: -38px !important;
  }

  @media screen and (max-width: 950px) {
    [data-template-id="577258fb31f02306e4e3aaf9"] iframe {
      left: 0 !important;
      width: 100% !important;
    }
  }
}

/* #Our Process page
================================================== */
#MainContent.main-our-process-page {
  display: block;
  
}
.page.our-process {
  width: 100%;
}


#shopify-section-our-process-video {
  width: 100%;

  -webkit-mask: var(--mask-bottom);
  mask: var(--mask-bottom);
  background: var(--clr--blue-900);

    padding-bottom: 3rem;
}
.our-process-video-wrapper {
  width: 100%;
  /* max-width: 1640px; */
  margin-left: auto;
  margin-right: auto;

  padding-top: 4.5rem;
}
.responsive-video {
  width: 100%;
  /* max-width: 1640px; */
  padding: 0;
  padding-bottom: 56.25%;
  position: relative;
  display: block;
  height: 0;
  overflow: hidden;
}
.responsive-video iframe {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
.our-process--flavors {
  max-width: 90%;
  margin-inline: auto;
  margin-block: 5rem;
  gap: 3rem;

  display: grid;
  grid-template-columns: 1fr 1fr;
}
@media (max-width: 700px) {
  .main-our-process-page .our-process--flavors {
    grid-template-columns: 1fr;
  }
}
.our-process--products {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;

  gap: 2rem;
}

.our-process--product-list {
  display: flex;
  gap: 1rem;
  flex-direction: column;
}
@media (min-width: 700px) {
  .our-process--product-list {
    flex-direction: row;
  }
}
.our-process--product-list .single-product img {
  margin-inline: auto;
}

.our-process--copy h2 {
  font-size: clamp(4rem, calc(1rem + 7vw), 9rem);
  position: relative;
}
.our-process--copy h2::after {
  content: '';
  display: block;
  width: 100%;
  height: 1.1rem;
  background-image: url('//cdn.shopify.com/s/files/1/1538/6871/t/16/assets/yellow-slash-line.png?v=27865250658121142001670732847');
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  bottom: 0;
}
.our-process--copy h3 {
  font-size: clamp(2.6rem,calc(1rem + 3.5vw),5rem);
}
.our-process--copy p {
  font-weight: bold;
}
.our-process--product-title {
  font-size: clamp(1.6rem, calc(1rem + 2vw), 3rem);
  position: relative;
  padding-bottom: 4rem;
  font-family: "Hebden Grotesque", sans-serif;
}
.our-process--product-title::after {
  content: '';
  display: block;
  width: 120%;
  height: 1rem;
  background-image: url('//cdn.shopify.com/s/files/1/1538/6871/t/16/assets/triangle-teal.png?v=48082622224196951811670731172');
  background-repeat: space;
  background-size: auto 1rem;
  position: absolute;
  bottom: 0;
  left: -10%;
}

/* #Our Flavors page
================================================== */
#MainContent.page-flavors {
  position: relative;

  display: block;

  padding-bottom: 4.5rem;
}
#MainContent.page-flavors::after {
  content: '';
  width: 100%;
  height: 6rem;
  position: absolute;
  left: 0;
  bottom: 0;
  background: var(--clr--blue-300);
  -webkit-mask: var(--mask-top);
  mask: var(--mask-top);
}


.flavors__btn {
  margin: 15px auto;
  display: block;
}
.flavors__content {
  margin: 0;
  padding-inline: 2rem;
  text-align: center;
}
.flavors__img {
/*   max-width: 400px; */
  width: 100%;
  margin: 0 auto;
}
/* @media (min-width: 900px) {
  .flavors__img {
    height: 260px;
    width: auto;
    max-width: 100%;
    -o-object-fit: contain;
    object-fit: contain;
  }
} */
/* .flavors__item {
  padding: 40px 0;
  max-width: 650px;
}
@media (min-width: 900px) {
  .flavors__item {
    width: 50%;
    display: -ms-flexbox;
    display: flex;
    padding: 40px 64px;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: stretch;
    align-items: stretch;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}*/
.flavors__wrap {
  list-style: none;
  width: 90%;
  max-width: 1640px;
  margin-left: auto;
  margin-right: auto;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: stretch;
  align-items: stretch;
}

#shopify-section-flavors-hero-new {
  z-index: 10;
  position: relative;
}
.flavors-lists {
  margin-top: -4rem;
  width: 100%;
  max-width: 1640px;
  margin-left: auto;
  margin-right: auto;
}

.flavors-lists-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1fr 1fr;
  gap: 0rem;
  
/*   padding-inline: 3rem; */
  margin-block: 0rem;

  width: 100%;
  max-width: calc(90% * 1640px);
  margin-left: auto;
  margin-right: auto;

/*   -webkit-mask: var(--mask-bottom);
  mask: var(--mask-bottom);
  
  margin-bottom: -2.84rem; */
}
.flavor-category-text, .flavor--products {
  -webkit-mask: var(--mask-bottom);
  mask: var(--mask-bottom);
  margin-bottom: -2.84rem;
  margin-top: 0;
}
.flavor-category {
  grid-template-rows: 1fr 1fr;
}
.flavor-category-image {
  grid-column: 1/2;
  grid-row: 1/2;
  height: 100%;
  width: 100%;

  background-size: cover;
  background-position: center;
}
.flavor-category-image-space {
  background-size: 10vw;
}
.flavor-category-image img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}
.flavor-category-text {
  grid-row: 2/3;
  grid-column: 1/2;

  background: var(--clr--blue-700);
  color: #ffffff;
  padding: 3rem;

  position: relative;
  z-index: 10;
}
.flavors-lists-list:last-of-type .flavor-category-text {
  z-index: unset;
}
.flavor-category-text h3, .flavor-category-text p {
  color: inherit;
}
.flavor-category-text h3 {
  font-size: 3.3rem;
  font-family: 'Antonio', sans-serif;
  width: ;
  max-width: 500px;
  line-height: 1;
}
.flavor-category-text h3::first-line {
  font-family: "Hebden Grotesque";
  font-size: 2rem;
}
.flavor-category-text h3::after {
  background: url('//cdn.shopify.com/s/files/1/1538/6871/t/16/assets/wavy-teal.png?v=16321117885258087111670728577');
  display: block;
  content: '';
  height: 1rem;
  background-size: contain;
  background-repeat: no-repeat;
margin-top: 0.6rem;}

.flavor--products {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-evenly;
/*   margin-block: 2rem; */
  gap: 1rem;
  overflow: hidden;
  grid-row: 1/3;
  padding-bottom: 6rem;

  background: var(--clr--greige-200);
}
.flavor--products--header {
  font-family: 'Hebden Grotesque', serif;
  font-weight: bold;
  font-size: calc(2.2rem + 2vw);
  text-align: center;
  line-height: 1.2;
  padding-inline: 0.4em;
  padding-block-start: 1em;
}
.flavor-header-small {
  font-family: 'Hebden Incised', sans-serif;
  font-size: calc(0.4em - 0.5vw);
  border-bottom: dotted #5fb8cc 0.12em;
  word-spacing: -0.25em;
}
.flavor-header-small::before, .flavor-header-small::after {
  color: #ffcb00;
  font-size: 0.9em;
  
}
.flavor-header-small::before {
  content: '\00BB';
  padding-right: 0.3em;
}
.flavor-header-small::after {
  content: '\00AB';
  padding-left: 0.3em;
}


.flavor--products--list {
  list-style: none;
  width: 100%;
  text-align: center;
}
.flavors__title {
  font-family: "Hebden Grotesque", sans-serif;
  text-align: center;
  font-size: 2rem;
  padding-bottom: 5px;
  font-weight:normal;
}

.flavors__content {
  text-align: center;
  width: 130%;
  font-weight: bold;
  margin-left: -15%;
}
.flavors__content, .flavors__title {
  opacity: 0;
  transition: opacity 0.3s ease;
}
.slick-current .flavors__content,
.slick-current .flavors__title {
  opacity: 1;
}
.slick-slider::after {
  content: "";
  background: linear-gradient(90deg, rgb(244, 241, 233) 0%, rgba(244, 241, 233, 0) 15%, rgba(244, 241, 233, 0) 85%, rgb(244, 241, 233) 100%);
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 9;
}

.slick-arrow {
  z-index: 100;
  position: absolute;
  top: 28%;
  color: transparent;
  background-image: url('//cdn.shopify.com/s/files/1/1538/6871/t/16/assets/arrow.png?v=11936323603885086451670725605');
  background-size: contain;
  background-repeat: no-repeat;
  width: 2.2rem;
  height: 2.2rem;
  transform-origin: center;
  transition: scale 0.5s ease;
}
.slick-next {
  right: 0.7rem;
}
.slick-prev {
  left: 0.7rem;
  rotate: 180deg;
}
.slick-arrow:hover, .slick-arrow:active, .slick-arrow:focus {
  transform: scale(1.02);
  scale: 1.02;
}
@media (min-width: 701px) {
  .flavors-lists-list:nth-of-type(2n) .flavor-category-image,
  .flavors-lists-list:nth-of-type(2n) .flavor-category-text {
    grid-column: 2/3;
  }
  .flavors-lists-list:nth-of-type(2n) .flavor--products {
    grid-column: 1/2;
  }
  .slick-next {
    right: 20%;
  }
  .slick-prev {
    left: 20%;
    rotate: 180deg;
  }

}


@media (max-width: 700px) {
  .flavors-lists-list {
    grid-template-columns: 1fr;
    grid-template-rows: 1fr 2fr;
  }
  .flavor-category-image {
    grid-column: 1/2;
    grid-row: 1/2;
  }
  .flavor-category-text {
    grid-column: 1/2;
    grid-row: 2/3;
  }
  .flavor--products {
    grid-column: 1/2;
    grid-row: 3/4;
  }
}


/* #FAQ page
================================================== */
#MainContent.main-faq-page {
  display: block;
  width: 90%;
  max-width: 1640px;
  margin-inline: auto;
  padding-top: 8rem;
}

@media (min-width: 901px) {
  #shopify-section-faq-list {
    display: grid;
    grid-template-columns: 1fr 2fr;
    gap: 3rem;
  }
  .faq-hero {
    position: fixed;
  }
  .faq-list {
    grid-column: 2/3;
  }
  .main-faq h1 {
    text-align: left;
  }
}
@media (max-width: 900px) {
  .faq-hero {
    padding-left: 5rem;
  }
  .faq-hero h1 {
    padding: 3.125rem 0;
    margin-left: -5rem;
  }
  .faq-list {
    padding-left: 3rem;
  }
}




.main-faq h1 {
  font-family: "Hebden Grotesque", sans-serif;
  text-align: center;
  padding: 1.5em 0 1em;
}
.faq-sections-nav {
  list-style: none;
}
.faq-sections-nav li {
  padding-block: 0.5em;
}
.faq-sections-nav a {
  color: inherit;
  text-decoration: none;
  font-weight: bold;
}
.faq-sections-nav input[type=radio] {
  display: none;
}
.faq-sections-nav--link {
  text-underline-offset: 0.3em;
  padding-bottom: 0.2em;
}
.faq-sections-nav--link.active {
  text-decoration: wavy #ffcb00 underline 0.065em;
  text-underline-offset: 0.3em;
  padding-bottom: 0.2em;
}

.faq-list__wrap {
  list-style: none;
  padding-left: 2rem;
}


.faq-list__subheader {
  font-size: 2rem;
  text-align: left;
  font-family: Montserrat, sans-serif;
  font-weight: bold;
/*   color: #5fb8cc; */
  margin-block: 0.5em;
}
.faq-list__wrap .faq-list__subheader::before, .faq-list__item:last-of-type::after {
  background-image: url(../assets/wavy-yellow.png);
  display: block;
  margin-block-start: 2rem;
  margin-block-end: 3rem;
  content: '';
  width: 100%;
  height: 1.2rem;
  background-repeat: no-repeat;
  background-size: contain;
}

.faq-list__question::before {
  content: "\25BC";
  padding: 0;
  color: #5fb8cc;
  transition: transform 0.2s ease !important;

  padding-right: 0em !important;
  position: absolute;
  left: -2em;
}
.faq-list__subheader:first-of-type::before {
  content: '';
}
.faq-list__item--open .faq-list__question::before {
  transform-origin: center;
  transform: rotate(-180deg);
}

.faq-item {
  display: block;
  margin: 12px 0;
  padding: 12px 0;
  border: 0;
}

.faq-list__subheader-wrap {
  margin: 100px 0 50px;
}
.faq-list__subheader-wrap:first-of-type {
  margin-top: 0;
}
.faq-list__item {
  padding-block: 1rem;
}
.faq-list__item:last-of-type {
  border-bottom: none;
}
.faq-list__question {
  font-family: 'Montserrat', sans-serif;
  font-weight: bold;
  font-size: 1.5rem;
  font-weight: bold;
  text-transform: uppercase;

  cursor: pointer;
  position:relative;
}

.faq-list__answer {
  display: none;

  line-height: 1.4;
  margin: 0.5em 0;
}
.faq-list__item--open .faq-list__answer {
  display: block;
}

.single-product {
    text-align: center;
}

.flavors__item {
    margin: 0 1em;
}
