@charset "UTF-8";
* {
  box-sizing: border-box;
}

img {
  max-width: 100%;
}

html {
  font-size: 18px;
}

body {
  font-family: "filosreglin", serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 1rem;
  font-weight: normal;
}

a {
  text-decoration: none;
  color: #005f96;
  transition: color 200ms ease;
}
a:hover {
  color: rgba(0, 0, 0, 0.8);
}

p,
section ol,
section ul {
  font-family: "filosreglin", serif;
  font-size: 1rem;
  color: black;
  line-height: 1.4375;
  margin-bottom: 1.0625rem;
}
p em,
section ol em,
section ul em {
  font-family: "filosita", serif;
}
p strong,
section ol strong,
section ul strong {
  font-family: "Verlag A", "Verlag B", serif;
  font-weight: 800;
  font-size: 0.7222222222em;
  color: black;
  text-transform: uppercase;
  letter-spacing: 0.15em;
}

p {
  text-align: justify;
}

label {
  display: inline-block;
  width: 100%;
  clear: both;
}

input[type=text],
input[type=email] {
  -webkit-appearance: none;
  -moz-appearance: none;
  border: 0;
  background: transparent;
  border-radius: 0;
  border-bottom: 1px solid black;
  padding: 0.5rem;
  margin-bottom: 0.875rem;
  outline: 0;
  font-family: "Verlag A", "Verlag B", serif;
  font-weight: 600;
  font-size: 0.5555555556em;
  color: rgba(0, 0, 0, 0.8);
  text-transform: uppercase;
  letter-spacing: 0.2em;
}
input[type=text]:focus,
input[type=email]:focus {
  border-color: #005f96;
}

button, #storemapper #storemapper-list .tier .storemapper_view a,
input[type=button],
input[type=submit] {
  -webkit-appearance: none;
  -moz-appearance: none;
  border-radius: 0;
  border: 0;
  background-color: rgba(238, 237, 236, 0.8);
  color: rgba(0, 0, 0, 0.8);
  padding: 0.5rem 1.125rem;
  cursor: pointer;
  border: 1px solid rgba(0, 0, 0, 0.8);
  font-family: "Verlag A", "Verlag B", serif;
  font-weight: 800;
  letter-spacing: 0.1rem;
  text-transform: uppercase;
  font-size: 0.5555555556em;
  transition: color 200ms ease, border-color 200ms ease;
}
button:hover, #storemapper #storemapper-list .tier .storemapper_view a:hover,
input[type=button]:hover,
input[type=submit]:hover {
  color: black;
  border-color: black;
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  border-radius: 0;
  border: 0;
  background-color: transparent;
  border: 1px solid rgba(238, 237, 236, 0.8);
  font-family: "Verlag A", "Verlag B", serif;
  font-size: 0.5555555556em;
  letter-spacing: 0.1rem;
  font-weight: 800;
  margin-bottom: 0.75rem;
  padding: 0.5rem 1.125rem;
  text-transform: uppercase;
  outline: 0;
}

label {
  width: 100%;
}

.container {
  max-width: 1000px;
  margin: 0 auto;
}
@media screen and (max-width: 1000px) {
  .container {
    padding-right: 1rem;
    padding-left: 1rem;
  }
}

.main_content {
  position: relative;
  margin-top: 1.5rem;
}
.main_content:before, .main_content:after {
  content: " ";
  display: table;
}
.main_content:after {
  clear: both;
}

.block_link {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 10;
}

.main_header {
  clear: both;
  position: relative;
  margin-top: 1rem;
}
.main_header:before, .main_header:after {
  content: " ";
  display: table;
}
.main_header:after {
  clear: both;
}

.main_header-logo {
  position: relative;
}
@media (max-width: 579px) {
  .main_header-logo {
    margin: 0 auto 3rem;
    width: 11.1111111111em;
  }
  .main_header-logo .desktop-logo {
    display: none;
  }
}
@media (min-width: 580px) {
  .main_header-logo {
    height: 11.1111111111em;
    width: 100%;
  }
  .main_header-logo .mobile-logo {
    display: none;
  }
}
.main_header-logo a {
  display: block;
}
@media (min-width: 580px) {
  .main_header-logo a {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    margin-left: auto;
    margin-right: auto;
    width: 40%;
  }
}

.main_header-nav_toggle {
  display: block;
  position: absolute;
  top: 0.125rem;
  width: 1.5555555556em;
  height: 1.5555555556em;
  margin-top: 0.5rem;
  font-size: 1.625rem;
  cursor: pointer;
  transition: color 200ms ease;
  color: black;
}
.main_header-nav_toggle:hover {
  color: rgba(0, 0, 0, 0.8);
}
@media (min-width: 580px) {
  .main_header-nav_toggle {
    display: none;
  }
}

@media (max-width: 579px) {
  nav[class^=main_header-nav] {
    clear: both;
  }
}
@media (max-width: 579px) {
  nav[class^=main_header-nav] li {
    margin-bottom: 0.5rem;
  }
}
@media (max-width: 579px) {
  nav[class^=main_header-nav] a {
    font-family: "Verlag A", "Verlag B", serif;
    font-weight: 800;
    letter-spacing: 0.2em;
    font-size: 0.7777777778em;
    text-transform: uppercase;
    color: rgba(0, 0, 0, 0.8);
    transition: color 200ms ease;
  }
  nav[class^=main_header-nav] a:hover {
    color: #005f96;
  }
}

@media (max-width: 579px) {
  .main_header-nav--alpha:before, .main_header-nav--alpha:after {
    content: "";
    position: absolute;
    width: 100%;
    left: 0;
    height: 1px;
    background-color: rgba(0, 0, 0, 0.8);
    opacity: 0;
    transition: 200ms opacity 100ms ease;
  }
}
@media (max-width: 579px) {
  .main_header-nav--alpha:before {
    top: 0;
  }
}
@media (max-width: 579px) {
  .main_header-nav--alpha:after {
    bottom: 0;
  }
}
@media (max-width: 579px) {
  .main_header-nav--alpha {
    position: relative;
    overflow: hidden;
    max-height: 0;
    transition: max-height 200ms ease;
  }
}
@media (min-width: 580px) {
  .main_header-nav--alpha {
    border-top: 1px solid black;
    border-bottom: 1px solid black;
  }
}
@media (max-width: 579px) {
  .main_header-nav--alpha.is-shown {
    max-height: 300px;
  }
}
@media (max-width: 579px) {
  .main_header-nav--alpha.is-shown:before, .main_header-nav--alpha.is-shown:after {
    opacity: 1;
  }
}
@media (max-width: 579px) {
  .main_header-nav--alpha ul {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
}
@media (min-width: 580px) {
  .main_header-nav--alpha ul {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding: 0.875rem 1.325rem 1rem;
  }
}
@media (max-width: 579px) {
  .main_header-nav--alpha li {
    text-align: center;
  }
}
@media (min-width: 580px) {
  .main_header-nav--alpha li {
    line-height: 0.875;
  }
}
@media (max-width: 579px) {
  .main_header-nav--alpha li:last-of-type {
    margin-bottom: 0;
  }
}
.main_header-nav--alpha a span.four {
  font-size: 1.25em !important;
}
@media (min-width: 580px) {
  .main_header-nav--alpha a {
    font-family: "Verlag A", "Verlag B", serif;
    font-size: 0.6666666667em;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.2em;
    color: black;
    transition: color 200ms ease;
  }
}
@media (min-width: 580px) and (max-width: 767px) {
  .main_header-nav--alpha a {
    font-size: 0.5555555556em;
  }
}
@media (min-width: 580px) {
  .main_header-nav--alpha a:hover {
    color: #005f96;
  }
}

@media (min-width: 580px) {
  .main_header-nav--beta {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
  }
}
@media (min-width: 580px) {
  .main_header-nav--beta a {
    font-family: "Verlag A", "Verlag B", serif;
    font-weight: 800;
    font-size: 0.6111111111em;
    color: rgba(0, 0, 0, 0.8);
    text-transform: uppercase;
    letter-spacing: 0.2em;
    transition: color 200ms ease;
  }
}
.main_header-nav--beta a[class^=icon-] {
  font-size: 1rem;
}
.main_header-nav--beta a span {
  font-family: "Verlag A", "Verlag B", serif;
  font-weight: 800;
  font-size: 1.1111111111em;
  color: rgba(0, 0, 0, 0.8);
  text-transform: uppercase;
  letter-spacing: 0.2em;
  transition: color 200ms ease;
}
@media (min-width: 580px) {
  .main_header-nav--beta a:hover {
    color: #005f96;
  }
}
@media (max-width: 579px) {
  .main_header-nav--beta ul:first-of-type {
    position: absolute;
    top: 3.8333333333em;
    width: 100%;
    text-align: center;
  }
}
@media (min-width: 580px) {
  .main_header-nav--beta ul:first-of-type {
    float: left;
  }
}
@media (max-width: 579px) {
  .main_header-nav--beta ul:first-of-type li {
    display: inline-block;
  }
}
@media (min-width: 580px) {
  .main_header-nav--beta ul:first-of-type li {
    float: left;
    margin-right: 1rem;
  }
}
@media (min-width: 580px) {
  .main_header-nav--beta ul:last-of-type {
    float: right;
  }
}
@media (min-width: 580px) {
  .main_header-nav--beta ul:last-of-type li {
    float: right;
    margin-left: 1rem;
  }
}
@media (max-width: 579px) {
  .main_header-nav--beta ul:last-of-type li:first-of-type {
    position: absolute;
    top: 0.875rem;
    right: 1.3525rem;
  }
  .is-shown .main_header-nav--beta ul:last-of-type li:first-of-type {
    width: 80%;
    background: #fff;
    padding: 0 2rem;
  }
}
@media (max-width: 579px) {
  .main_header-nav--beta ul:last-of-type li:last-of-type {
    position: absolute;
    top: 0.875rem;
    right: 1.175rem;
  }
}
@media (max-width: 579px) {
  .main_header-nav--beta ul:last-of-type li:nth-of-type(2) {
    position: absolute;
    top: 15px;
    right: 0;
  }
}

@keyframes FormTransition {
  0% {
    max-width: 0;
    opacity: 0;
  }
  50% {
    max-width: 130px;
    opacity: 0;
  }
  60% {
    opacity: 0.325;
  }
  100% {
    max-width: 130px;
    opacity: 1;
  }
}
.main_header .search {
  float: right;
  margin-top: -0.4375rem;
  margin-left: 1rem;
  height: 31px;
  max-width: 0;
  overflow: hidden;
  background: #fff;
}
.main_header .search.is-shown {
  animation-name: FormTransition;
  animation-duration: 300ms;
  animation-timing-function: ease;
  animation-fill-mode: forwards;
}
.main_header .search .screen-reader-text {
  width: 1px;
  height: 1px;
  overflow: hidden;
}

@media (max-width: 579px) {
  .search-is-shown .main_header .main_header-nav ul:last-of-type li:first-of-type {
    width: 80%;
    background: #fff;
    padding: 1rem 2rem 0 2rem;
    margin-top: -1rem;
  }
}

.main_footer {
  display: block;
  margin-bottom: 3rem;
}

.main_footer-quote {
  width: 100%;
  padding: 0.875rem 1.325rem 1rem;
  border-top: 1px solid black;
  border-bottom: 1px solid black;
  text-align: center;
}

.main_footer-quote p {
  display: inline-block;
  font-family: "filosita", serif;
  font-size: 1rem;
  color: black;
  letter-spacing: 0.03rem;
  margin-bottom: 0;
  text-align: center;
}
.main_footer-quote p:before {
  content: "“";
}
.main_footer-quote p:after {
  content: "”";
}

.main_footer-quote cite {
  display: inline-block;
  margin-left: 0;
  font-family: "Verlag A", "Verlag B", serif;
  font-weight: 800;
  font-size: 0.5555555556em;
  color: rgba(0, 0, 0, 0.8);
  text-transform: uppercase;
  letter-spacing: 0.2rem;
  margin-left: 1rem;
}
@media (max-width: 579px) {
  .main_footer-quote cite {
    width: 100%;
    clear: both;
    margin-left: 0;
  }
}
.main_footer-quote cite:before {
  content: "—";
}

.main_footer-nav {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  width: 100%;
  text-align: center;
}

.main_footer-nav li {
  display: inline-block;
  margin: 0 0.5rem;
}

.main_footer-nav a {
  font-family: "Verlag A", "Verlag B", serif;
  font-weight: 600;
  letter-spacing: 0.2rem;
  font-size: 0.5555555556em;
  color: rgba(0, 0, 0, 0.8);
  text-transform: uppercase;
}

.signup-box {
  text-align: center;
}

[class^=arrow-] {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  cursor: pointer;
}
[class^=arrow-]:before {
  font-family: "Verlag A", "Verlag B", serif;
  font-size: 1.325rem;
  color: rgba(0, 0, 0, 0.8);
}

.arrow-left {
  left: -2.5rem;
}
.arrow-left:before {
  content: "←";
}

.arrow-right {
  right: -2.5rem;
}
.arrow-right:before {
  content: "→";
}

.banner {
  position: relative;
  overflow: hidden;
  background: #005f96;
  color: #FFF;
  padding: 0.5rem;
  text-align: center;
  margin-bottom: 1rem;
  font-family: "Verlag A", "Verlag B", serif;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 0.85rem;
  letter-spacing: 0.15em;
}

@media (min-width: 580px) {
  .detail_alpha > header, .detail_beta > header {
    margin-bottom: 0.75rem;
  }
}
.detail_alpha > header h2, .detail_beta > header h2 {
  font-style: "filosreglin", serif;
  font-size: 1.7777777778em;
  color: black;
  letter-spacing: 0.01rem;
  line-height: 1.0625;
}

.detail_alpha > section p b, .detail_beta > section p b {
  font-weight: 600;
}
.detail_alpha > section p i, .detail_beta > section p i,
.detail_alpha > section p em,
.detail_beta > section p em {
  font-family: "filosita", serif;
}
.detail_alpha > section ol li, .detail_beta > section ol li {
  line-height: 1.5;
  margin-bottom: 1.0625rem;
  list-style-type: decimal;
}
.detail_alpha > section .alignright, .detail_beta > section .alignright {
  max-width: 100%;
  margin-left: 0;
  float: none;
  margin-bottom: 1rem;
  clear: both;
}
@media (min-width: 580px) {
  .detail_alpha > section .alignright, .detail_beta > section .alignright {
    max-width: 200px;
    margin-left: 30px;
    float: right;
  }
}
.detail_alpha > section .nutrition_facts, .detail_beta > section .nutrition_facts,
.detail_alpha > section .nutrition_facts_mobile,
.detail_beta > section .nutrition_facts_mobile {
  display: none;
  margin-bottom: 1.5rem;
}
.detail_alpha > section .nutrition_facts a, .detail_beta > section .nutrition_facts a,
.detail_alpha > section .nutrition_facts_mobile a,
.detail_beta > section .nutrition_facts_mobile a {
  display: block;
}
.detail_alpha > section .nutrition_facts img, .detail_beta > section .nutrition_facts img,
.detail_alpha > section .nutrition_facts_mobile img,
.detail_beta > section .nutrition_facts_mobile img {
  width: auto;
  height: 95%;
}
.detail_alpha > section .nutrition_facts_mobile, .detail_beta > section .nutrition_facts_mobile {
  display: block;
}
@media (min-width: 580px) {
  .detail_alpha > section .nutrition_facts, .detail_beta > section .nutrition_facts {
    display: block;
  }
}
@media (min-width: 580px) {
  .detail_alpha > section .nutrition_facts_mobile, .detail_beta > section .nutrition_facts_mobile {
    display: none;
  }
}
.detail_alpha > section img, .detail_beta > section img {
  margin-top: 2rem;
  max-width: 50px;
  height: auto;
}

.detail_alpha > aside figure, .detail_beta > aside figure {
  overflow: visible;
}
.detail_alpha > aside h3, .detail_beta > aside h3 {
  font-family: "Verlag A", "Verlag B", serif;
  font-weight: 800;
  font-size: 0.7222222222em;
  color: #005f96;
  text-transform: uppercase;
  line-height: 1.4375;
  letter-spacing: 0.15em;
  text-align: center;
}
.detail_alpha > aside .centered, .detail_beta > aside .centered {
  text-align: center;
}
.detail_alpha > aside .centered p, .detail_beta > aside .centered p {
  text-align: center;
  margin-top: 1rem;
  font-size: 1.7777777778em;
}
.detail_alpha > aside footer, .detail_beta > aside footer {
  clear: both;
  position: relative;
  width: 100%;
  margin-top: 3.5rem;
}
.detail_alpha > aside article, .detail_beta > aside article {
  position: relative;
}
@media (min-width: 580px) {
  .detail_alpha > aside article:first-of-type, .detail_beta > aside article:first-of-type {
    float: left;
    width: 47%;
    margin-right: 6%;
  }
}
@media (min-width: 580px) {
  .detail_alpha > aside article:last-of-type, .detail_beta > aside article:last-of-type {
    float: left;
    width: 47%;
  }
}
.detail_alpha > aside article:last-of-type figure:before, .detail_beta > aside article:last-of-type figure:before, .detail_alpha > aside article:last-of-type figure:after, .detail_beta > aside article:last-of-type figure:after {
  content: " ";
  display: table;
}
.detail_alpha > aside article:last-of-type figure:after, .detail_beta > aside article:last-of-type figure:after {
  clear: both;
}
.detail_alpha > aside figcaption p, .detail_beta > aside figcaption p {
  font-family: "Verlag A", "Verlag B", serif;
  font-weight: 600;
  font-size: 0.8333333333em;
  color: black;
  line-height: 1.3;
  text-align: left;
}

.detail_beta section .introduction p {
  font-family: "filosita", serif;
  font-size: 1rem;
  font-color: black;
  letter-spacing: 0.01em;
  line-height: 1.6;
  text-align: justify;
}
.detail_beta section .specs {
  margin-bottom: 2rem;
}
.detail_beta section .specs p {
  font-family: "Verlag A", "Verlag B", serif;
  font-weight: 800;
  font-size: 0.6666666667em;
  color: black;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  line-height: 1.6;
  margin-bottom: 0.325rem;
}
.detail_beta section .ingredients {
  margin-bottom: 2rem;
}
.detail_beta section .ingredients h3,
.detail_beta section .instructions h3,
.detail_beta section .tips h3 {
  font-family: "Verlag A", "Verlag B", serif;
  font-weight: 800;
  font-size: 0.6666666667em;
  color: #005f96;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  line-height: 1.6;
}
.detail_beta section .ingredients div h2, .detail_beta section .ingredients div h3, .detail_beta section .ingredients div h4, .detail_beta section .ingredients div h5, .detail_beta section .ingredients div h6,
.detail_beta section .instructions div h2,
.detail_beta section .instructions div h3,
.detail_beta section .instructions div h4,
.detail_beta section .instructions div h5,
.detail_beta section .instructions div h6,
.detail_beta section .tips div h2,
.detail_beta section .tips div h3,
.detail_beta section .tips div h4,
.detail_beta section .tips div h5,
.detail_beta section .tips div h6 {
  font-family: "Verlag A", "Verlag B", serif;
  font-weight: 800;
  font-size: 0.6666666667em;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  line-height: 1.6;
  margin-top: 1.5rem;
}
.detail_beta section .ingredients div h2:first-child, .detail_beta section .ingredients div h3:first-child, .detail_beta section .ingredients div h4:first-child, .detail_beta section .ingredients div h5:first-child, .detail_beta section .ingredients div h6:first-child,
.detail_beta section .instructions div h2:first-child,
.detail_beta section .instructions div h3:first-child,
.detail_beta section .instructions div h4:first-child,
.detail_beta section .instructions div h5:first-child,
.detail_beta section .instructions div h6:first-child,
.detail_beta section .tips div h2:first-child,
.detail_beta section .tips div h3:first-child,
.detail_beta section .tips div h4:first-child,
.detail_beta section .tips div h5:first-child,
.detail_beta section .tips div h6:first-child {
  margin-top: 0;
}
.detail_beta section .ingredients div p,
.detail_beta section .instructions div p,
.detail_beta section .tips div p {
  font-family: "Verlag A", "Verlag B", serif;
  font-weight: 400;
  font-size: 0.8333333333em;
  line-height: 1.6;
  margin-left: 1rem;
  margin-bottom: 0;
}
.detail_beta section .ingredients div p:first-letter,
.detail_beta section .instructions div p:first-letter,
.detail_beta section .tips div p:first-letter {
  margin-left: -1rem;
}
.detail_beta section .ingredients div ol,
.detail_beta section .instructions div ol,
.detail_beta section .tips div ol {
  padding-left: 0.8125rem;
}
.detail_beta section .ingredients div ul,
.detail_beta section .instructions div ul,
.detail_beta section .tips div ul {
  list-style: disc;
  margin-left: 1rem;
}
.detail_beta section .ingredients div ul li,
.detail_beta section .instructions div ul li,
.detail_beta section .tips div ul li {
  font-family: "Verlag A", "Verlag B", serif;
  font-weight: 400;
  font-size: 0.8333333333em;
  line-height: 1.6;
}

.detail_beta > footer menu ul {
  margin-bottom: 1rem;
}
.detail_beta > footer menu ul:before, .detail_beta > footer menu ul:after {
  content: " ";
  display: table;
}
.detail_beta > footer menu ul:after {
  clear: both;
}
.detail_beta > footer menu li {
  float: left;
  margin-right: 1rem;
  font-family: "Verlag A", "Verlag B", serif;
  font-weight: 800;
  font-size: 1.325rem;
  color: rgba(0, 0, 0, 0.8);
  text-transform: uppercase;
  letter-spacing: 0.2em;
}
.detail_beta > footer menu ul + p {
  width: 100%;
  clear: both;
  font-family: "Verlag A", "Verlag B", serif;
  font-weight: 800;
  font-size: 0.5555555556em;
  color: rgba(0, 0, 0, 0.8);
  text-transform: uppercase;
  letter-spacing: 0.2em;
  transition: color 200ms ease;
}

.index_alpha-header h2 {
  font-family: "filosreglin", serif;
  font-size: 1.7777777778em;
  color: black;
  letter-spacing: 0.01rem;
  line-height: 1.0625;
}
@media (min-width: 580px) {
  .index_alpha-header h2 {
    margin-bottom: 0.75rem;
  }
}
.index_alpha-header p {
  font-family: "filosreglin", serif;
  font-size: 0.9444444444em;
  color: black;
  line-height: 1.5;
  margin-bottom: 0;
  text-align: justify;
}

.index_alpha-section > header h3 {
  font-family: "filosreglin", serif;
  font-size: 1.7777777778em;
  color: black;
  letter-spacing: 0.01rem;
  line-height: 1.0625;
}
.index_alpha-section > header p {
  font-family: "filosreglin", serif;
  font-size: 1rem;
  color: black;
  line-height: 1.5;
  text-align: justify;
}

.index_alpha-section article header {
  position: absolute;
  top: 100%;
  width: 100%;
  margin-left: 0;
}
.index_alpha-section article header h4 {
  font-family: "Verlag A", "Verlag B", serif;
  font-weight: 800;
  font-size: 0.6666666667em;
  color: black;
  text-transform: uppercase;
  letter-spacing: 0.1rem;
  line-height: 1.5;
  text-align: center;
}
.index_alpha-section article header p {
  text-align: center;
}
.index_alpha-section article figure {
  position: relative;
  overflow: hidden;
}
.index_alpha-section article figure:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 100%;
}
.index_alpha-section article figure > *:first-child {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}
.index_alpha-section article figure picture {
  overflow: hidden;
}
.index_alpha-section article figure img {
  width: 100%;
  height: 100%;
}

.index_beta-primary article header {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  position: absolute;
  width: 100%;
  padding: 0.5rem 0;
  background-color: rgba(255, 255, 255, 0.875);
  z-index: 1;
}
.index_beta-primary article header h3 {
  font-family: "Verlag A", "Verlag B", serif;
  font-weight: 800;
  font-size: 0.6666666667em;
  color: black;
  text-transform: uppercase;
  letter-spacing: 0.2rem;
  text-align: center;
  height: 2em;
}

.index_beta-secondary header h4 {
  font-family: "filosreglin", serif;
  font-size: 1.7777777778em;
  color: rgba(0, 0, 0, 0.8);
  letter-spacing: 0.01rem;
  text-align: center;
}
.tax-recipe-type .index_beta-secondary header h4 {
  margin-right: 2rem;
  text-align: left;
  float: left;
}
.index_beta-secondary header nav {
  float: left;
}
.index_beta-secondary header nav .search {
  float: right;
  margin-top: -0.125rem;
  margin-left: 1rem;
  height: 31px;
  overflow: hidden;
}
.index_beta-secondary header nav .search .screen-reader-text {
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.index_beta-secondary article header {
  position: absolute;
  top: 100%;
  margin-top: 0.325rem;
}
.index_beta-secondary article header h5 {
  font-family: "Verlag A", "Verlag B", serif;
  font-weight: 600;
  font-size: 0.8333333333em;
  color: black;
  line-height: 1.3;
}
.index_beta-secondary article figure {
  position: relative;
  overflow: hidden;
}
.index_beta-secondary article figure:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 100%;
}
.index_beta-secondary article figure > *:first-child {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}
.index_beta-secondary article figure img {
  width: 100%;
  height: auto;
}

.index_gamma-header h2 {
  font-family: "filosreglin", serif;
  font-size: 1.7777777778em;
  color: black;
  letter-spacing: 0.01em;
  line-height: 1.0625;
  margin-bottom: 1rem;
}
.index_gamma-header p {
  text-align: justify;
}

.index_gamma-section:first-of-type article figure {
  position: relative;
  overflow: hidden;
}
.index_gamma-section:first-of-type article figure:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 100%;
}
.index_gamma-section:first-of-type article figure > *:first-child {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}

.index_gamma-section .index_gamma-cta {
  position: relative;
  overflow: hidden;
}
.index_gamma-section .index_gamma-cta:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 100%;
}
.index_gamma-section .index_gamma-cta > *:first-child {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}
.index_gamma-section .index_gamma-cta > div {
  position: absolute;
  top: 0;
}

.index_gamma-section:not(:first-of-type) article header {
  position: relative;
  padding: 0.75rem;
  margin-bottom: 0.75rem;
}
.index_gamma-section:not(:first-of-type) article header:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 37%;
  width: 25%;
  height: 1px;
  background-color: rgba(0, 0, 0, 0.8);
}
.index_gamma-section:not(:first-of-type) article header h3 {
  font-family: "filosreglin", serif;
  font-size: 1.7777777778em;
  color: rgba(0, 0, 0, 0.8);
  text-align: center;
}
.index_gamma-section:not(:first-of-type) article section {
  padding: 0 0.75rem 0.75rem;
}
.index_gamma-section:not(:first-of-type) article section p {
  font-family: "Verlag A", "Verlag B", serif;
  font-weight: 400;
  font-size: 0.7222222222em;
  color: black;
  line-height: 1.5;
  text-align: center;
}

.region_alpha-ctas--item,
.index_gamma-cta {
  background-color: #005f96;
  border: 0.625rem solid transparent;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.9);
  position: relative;
}
.region_alpha-ctas--item a.block_link,
.index_gamma-cta a.block_link {
  z-index: 999;
  position: absolute;
  width: 100%;
  height: 100%;
}
.region_alpha-ctas--item a.block_link span,
.index_gamma-cta a.block_link span {
  display: none;
}
.region_alpha-ctas--item header,
.index_gamma-cta header {
  position: relative;
  padding: 0.75rem;
  margin-bottom: 0.75rem;
}
.region_alpha-ctas--item header:after,
.index_gamma-cta header:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 37%;
  width: 25%;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.875);
}
.region_alpha-ctas--item header h3,
.index_gamma-cta header h3 {
  font-family: "filosreglin", serif;
  font-size: 1.7777777778em;
  color: #FFF;
  text-align: center;
}
.region_alpha-ctas--item section,
.index_gamma-cta section {
  padding: 0 0.75rem 0.75rem;
}
.region_alpha-ctas--item section strong,
.index_gamma-cta section strong {
  color: #FFF;
}
.region_alpha-ctas--item section p,
.index_gamma-cta section p {
  font-family: "Verlag A", "Verlag B", serif;
  font-weight: 400;
  font-size: 0.7222222222em;
  color: #FFF;
  line-height: 1.5;
  text-align: center;
}
.region_alpha-ctas--item section p a,
.index_gamma-cta section p a {
  color: #FFF;
  text-decoration: underline;
  /*
  font-weight: 800;
  font-size:rem-calc(15px);
  color: $c-absolute-black;
  letter-spacing: 0.2em;
  */
}

.region_alpha-signup {
  bottom: 0;
  width: 100%;
  background: rgba(255, 255, 255, 0.85);
  padding-top: 2rem;
  padding-bottom: 2rem;
  opacity: 0;
  transition: 100ms opacity 200ms ease;
}
@media (min-width: 580px) {
  .region_alpha-signup {
    position: absolute;
  }
}
.region_alpha-signup.is-shown {
  opacity: 1;
}
.region_alpha-signup.is-shown.was-shown {
  opacity: 0 !important;
}
.region_alpha-signup.was-shown {
  display: none;
}

.region_alpha-signup header,
.region_alpha-signup section,
.region_alpha-signup form {
  max-width: 27.2222222222em;
  margin-left: auto;
  margin-right: auto;
}

.region_alpha-signup > a {
  font-family: "Verlag A", "Verlag B", serif;
  color: rgba(0, 0, 0, 0.8);
  font-weight: 600;
  position: absolute;
  top: 2rem;
  right: 2rem;
  cursor: pointer;
}
.region_alpha-signup > a:hover {
  color: #005f96;
}

.region_alpha-signup header {
  margin-bottom: 1rem;
}

.region_alpha-signup h3 {
  font-family: "filosreglin", serif;
  font-size: 1.7777777778em;
  color: rgba(0, 0, 0, 0.8);
  letter-spacing: 0.01rem;
  text-align: center;
  margin-bottom: 1rem;
}

.region_alpha-signup p {
  font-family: "filosreglin", serif;
  font-size: 1em;
  line-height: 1.5;
  text-align: center;
}

.region_alpha-signup section {
  margin-bottom: 1.5rem;
}

.region_alpha-signup .close {
  display: none;
  opacity: 0.5;
  position: absolute;
  right: 2rem;
  top: 2rem;
}
@media (min-width: 580px) {
  .region_alpha-signup .close {
    display: block;
  }
}

.region_alpha-signup form input {
  display: block;
  margin: 0 auto 0.875rem;
  clear: both;
  text-align: center;
}
.region_alpha-signup form input[type=text] {
  width: 90%;
}
.region_alpha-signup form input[type=email] {
  width: 75%;
}
.region_alpha-signup form input[type=submit] {
  margin-top: 1.5rem;
}

.region_beta hr {
  width: 6rem;
  clear: both;
  border-color: black;
  border-top: none;
  margin-bottom: 2.65rem;
  margin-left: 0;
}
.region_beta hr:before, .region_beta hr:after {
  content: " ";
  display: table;
}
.region_beta hr:after {
  clear: both;
}
@media (min-width: 580px) {
  .region_beta hr {
    margin-left: 1.325rem;
  }
}

.region_beta-section:last-of-type + hr {
  display: none;
}

.region_beta-section header:before, .region_beta-section header:after,
.region_beta-section section:before,
.region_beta-section section:after,
.region_beta-section aside:before,
.region_beta-section aside:after {
  content: " ";
  display: table;
}
.region_beta-section header:after,
.region_beta-section section:after,
.region_beta-section aside:after {
  clear: both;
}
.region_beta-section > header {
  margin-bottom: 1.0625rem;
}
.region_beta-section > header h3 {
  font-family: "Verlag A", "Verlag B", serif;
  font-weight: 800;
  font-size: 0.8333333333em;
  color: #005f96;
  text-transform: uppercase;
  letter-spacing: 0.01rem;
  letter-spacing: 0.2em;
  line-height: 1.0625;
  margin-top: -0.325rem;
}
@media (max-width: 579px) {
  .region_beta-section aside {
    margin-bottom: 1.5rem;
  }
}
.region_beta-section section p {
  font-family: "filosreglin", serif;
  font-size: 1rem;
  color: black;
  line-height: 1.4375;
}
.region_beta-section section > h1,
.region_beta-section section > h2,
.region_beta-section section > h3,
.region_beta-section section > h4,
.region_beta-section section > h5,
.region_beta-section section > h6 {
  font-family: "filosreglin", serif;
  font-size: 1.7777777778em;
  letter-spacing: 0.01em;
  line-height: 1.25;
  margin-bottom: 1rem;
}
.region_beta-section > section p em,
.region_beta-section > section p i {
  font-family: "filosita", serif;
}
.region_beta-section > section p strong,
.region_beta-section > section p b {
  font-weight: 800;
}
.region_beta-section > section ol {
  list-style: decimal;
  padding-left: 0.8125rem;
}
.region_beta-section > section ul {
  list-style: disc;
  margin-left: 1rem;
}
.region_beta-section > section ul ul {
  list-style: circle;
}
.region_beta-section > section blockquote {
  position: relative;
  padding-left: 1rem;
  margin-left: 1rem;
  margin-bottom: 1rem;
}
.region_beta-section > section blockquote:before {
  content: "";
  width: 1px;
  background-color: #005f96;
  position: absolute;
  left: 0;
  top: 5%;
  height: 90%;
}
.region_beta-section > section > section {
  margin-bottom: 2rem;
}
.region_beta-section > section > section > section {
  max-height: 0;
  overflow: hidden;
  transition: max-height 200ms ease;
}
.region_beta-section > section > section > section.is-shown {
  max-height: 1000px;
}
.region_beta-section > section > section h1, .region_beta-section > section > section h2, .region_beta-section > section > section h3, .region_beta-section > section > section h4, .region_beta-section > section > section h5, .region_beta-section > section > section h6 {
  font-family: "filosreglin", serif;
  font-size: 1.7777777778em;
  letter-spacing: 0.01em;
  line-height: 1.25;
  margin-bottom: 1rem;
  cursor: pointer;
}
.region_beta-section > section > section p {
  text-align: justify;
}
.region_beta-section > section > section:first-of-type {
  margin-top: 1rem;
}

.region_alpha {
  overflow: hidden;
  margin-bottom: 2rem;
}

.region_alpha-primary,
.region_alpha-secondary {
  position: relative;
}

.region_alpha-secondary {
  margin-top: 1.5rem;
}

.region_alpha-ctas {
  position: absolute;
  bottom: 0;
  width: 100%;
  background: rgba(255, 255, 255, 0.75);
  opacity: 0;
  transition: opacity 200ms ease;
}
.region_alpha-ctas.is-shown {
  opacity: 1;
}

@media (max-width: 579px) {
  .region_alpha-ctas--item {
    display: none;
  }
}
@media (min-width: 580px) {
  .four .region_alpha-ctas--item {
    float: left;
    width: 24.5%;
    margin-right: 0.6666%;
  }
}
@media (min-width: 580px) {
  .three .region_alpha-ctas--item {
    float: left;
    width: 32.888893333%;
    margin-right: 0.6666%;
  }
}
@media (min-width: 580px) {
  .region_alpha-ctas--item:last-of-type {
    float: right;
    margin-right: 0;
  }
}

.region_beta-section {
  position: relative;
  margin-bottom: 0.75rem;
  padding-bottom: 0.75rem;
}
.region_beta-section:before, .region_beta-section:after {
  content: " ";
  display: table;
}
.region_beta-section:after {
  clear: both;
}
@media (min-width: 580px) {
  .region_beta-section {
    padding-left: 1.325rem;
    padding-right: 1.325rem;
  }
}
@media (min-width: 580px) {
  .region_beta-section > header,
  .region_beta-section > section {
    width: 60%;
    float: left;
  }
}
@media (min-width: 580px) {
  .region_beta-section > aside {
    float: right;
    width: 30%;
  }
}

.index_alpha:before, .index_alpha:after {
  content: " ";
  display: table;
}
.index_alpha:after {
  clear: both;
}
@media (min-width: 580px) {
  .index_alpha {
    margin-bottom: 6rem;
    padding: 0 1.325rem;
  }
}

@media (max-width: 579px) {
  .index_alpha-header {
    margin-bottom: 3rem;
  }
}
@media (min-width: 580px) {
  .index_alpha-header {
    float: right;
    width: 49%;
  }
}

.index_alpha-section {
  width: 100%;
  clear: both;
}
.index_alpha-section:before, .index_alpha-section:after {
  content: " ";
  display: table;
}
.index_alpha-section:after {
  clear: both;
}
@media (min-width: 580px) {
  .index_alpha-section {
    padding-top: 3rem;
  }
}

@media (min-width: 580px) {
  .index_alpha-section article {
    float: left;
    width: 24.5%;
    margin-right: 0.6666%;
  }
}
@media (min-width: 580px) {
  .index_alpha-section article:nth-of-type(4n + 4) {
    margin-right: 0;
    float: right;
  }
}

.index_alpha-section--centered,
.index_alpha-section--centered > header p {
  text-align: center;
}

.index_alpha-section--centered > header > p {
  padding: 1rem;
  max-width: 700px;
  margin: auto;
}

.index_alpha-section--centered article {
  text-align: center;
}
@media (min-width: 580px) {
  .index_alpha-section--centered article {
    float: none !important;
    display: inline-block !important;
  }
}

@media (min-width: 580px) {
  .index_alpha-section > header {
    margin-bottom: 0.75rem;
  }
}

.index_alpha-section article {
  position: relative;
  margin-bottom: 4rem;
}

.index_beta-primary:before, .index_beta-primary:after {
  content: " ";
  display: table;
}
.index_beta-primary:after {
  clear: both;
}
@media (min-width: 580px) {
  .index_beta-primary {
    margin-bottom: 2rem;
  }
}

.index_beta-secondary:before, .index_beta-secondary:after {
  content: " ";
  display: table;
}
.index_beta-secondary:after {
  clear: both;
}
@media (min-width: 580px) {
  .index_beta-secondary {
    margin-bottom: 4rem;
    padding-right: 1.325rem;
    padding-left: 1.325rem;
  }
}

.index_beta-primary {
  background-color: rgba(238, 237, 236, 0.8);
  padding: 1.5rem 0.75rem;
  margin-right: 1.325rem;
  margin-left: 1.325rem;
}
@media (max-width: 579px) {
  .index_beta-primary {
    margin-bottom: 3rem;
  }
}

.index_beta-primary--items {
  width: 100%;
}
.index_beta-primary--items article {
  position: relative;
  margin-left: 0.75rem;
  margin-right: 0.75rem;
}

.index_beta-secondary header {
  width: 100%;
}
.index_beta-secondary header:before, .index_beta-secondary header:after {
  content: " ";
  display: table;
}
.index_beta-secondary header:after {
  clear: both;
}
@media (max-width: 579px) {
  .index_beta-secondary header {
    margin-bottom: 1rem;
  }
}
@media (min-width: 580px) {
  .index_beta-secondary header {
    margin-bottom: 1.325rem;
  }
}

.index_beta-secondary article {
  position: relative;
  margin-bottom: 5rem;
}
@media (min-width: 580px) {
  .index_beta-secondary article {
    float: left;
    width: 22.75%;
    margin-right: 3%;
  }
}
@media (min-width: 580px) {
  .index_beta-secondary article:nth-of-type(4n + 4) {
    margin-right: 0;
    float: right;
  }
}

@media (min-width: 580px) {
  .index_gamma-header {
    float: left;
    width: 48.666666667%;
    margin-right: 2.666666667%;
  }
}

@media (max-width: 579px) {
  .index_gamma-section article {
    float: left;
    clear: both;
    width: 100%;
    margin-bottom: 3rem;
  }
}
@media (min-width: 580px) {
  .index_gamma-section article {
    float: left;
    width: 23%;
    margin-right: 2.666666667%;
    margin-bottom: 1.625rem;
  }
}

@media (min-width: 580px) {
  .index_gamma-section:first-of-type article:nth-of-type(2) {
    float: right;
    margin-right: 0;
  }
}
@media (min-width: 580px) {
  .index_gamma-section:first-of-type article:nth-of-type(3) {
    clear: left;
  }
}
@media (min-width: 580px) {
  .index_gamma-section:first-of-type article:nth-of-type(4n + 6) {
    margin-right: 0;
    float: right;
  }
}

@media (min-width: 580px) {
  .index_gamma-section:not(:first-of-type) article:nth-of-type(4n + 4) {
    float: right;
    margin-right: 0;
  }
}
@media (min-width: 580px) {
  .index_gamma-section:not(:first-of-type) article:nth-of-type(4n + 5) {
    clear: left;
  }
}

.detail_alpha, .detail_beta {
  margin-bottom: 3rem;
}
.detail_alpha:before, .detail_beta:before, .detail_alpha:after, .detail_beta:after {
  content: " ";
  display: table;
}
.detail_alpha:after, .detail_beta:after {
  clear: both;
}
@media (min-width: 580px) {
  .detail_alpha, .detail_beta {
    padding-right: 1.325rem;
    padding-left: 1.325rem;
  }
}
@media (max-width: 579px) {
  .detail_alpha header, .detail_beta header {
    margin-bottom: 2rem;
  }
}
@media (min-width: 580px) {
  .detail_alpha header, .detail_beta header {
    width: 60%;
    float: left;
  }
}
@media (max-width: 579px) {
  .detail_alpha aside, .detail_beta aside {
    margin-bottom: 6rem;
  }
}
@media (min-width: 580px) {
  .detail_alpha aside, .detail_beta aside {
    width: 35%;
    float: right;
  }
}
.detail_alpha aside .zoom-effect, .detail_beta aside .zoom-effect {
  cursor: zoom-in;
}
.detail_alpha aside figure img, .detail_beta aside figure img {
  width: 100%;
  height: auto;
}
@media (min-width: 580px) {
  .detail_alpha section, .detail_beta section {
    width: 60%;
    float: left;
    margin-bottom: 1.5rem;
  }
}
@media (max-width: 579px) {
  .detail_alpha footer, .detail_beta footer {
    display: none;
  }
}
@media (min-width: 580px) {
  .detail_alpha footer, .detail_beta footer {
    width: 60%;
    float: left;
    clear: left;
  }
}

.visuallyhidden {
  border: 0;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.btn--test {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%);
}

.cart {
  position: fixed;
  width: 100%;
  max-width: 350px;
  height: 100%;
  right: 0;
  top: 0;
  z-index: 3;
  background: white;
  border-radius: 1px;
  box-shadow: 0 0 0 rgba(0, 0, 0, 0.1);
  transform: translateX(100%);
  transition: box-shadow 0.2s ease-out, transform 0.2s ease-out;
}
.cart.js-active {
  transform: translateX(0);
  box-shadow: -5px 0 5px rgba(0, 0, 0, 0.1);
}

.cart-section {
  position: relative;
  padding: 20px;
}

.cart-section--top {
  z-index: 5;
}

.cart-title {
  color: #767676;
  display: inline-block;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.5;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  max-width: 90%;
}

.btn--close {
  position: absolute;
  right: 9px;
  top: 8px;
  font-size: 35px;
  color: #767676;
  border: none;
  background: transparent;
  transition: transform 100ms ease;
  cursor: pointer;
}
.btn--close:hover {
  transform: scale(1.2);
  color: dimgray;
}

.cart-form {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  padding: 70px 0 140px 0;
}

.cart-item-container {
  height: 100%;
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  perspective: 400px;
  perspective-origin: 50% 0px;
}

.cart-item {
  margin-bottom: 20px;
  overflow: hidden;
  backface-visibility: visible;
  min-height: 65px;
  position: relative;
  opacity: 1;
  transition: opacity 0.2s ease-in-out;
}
.cart-item.js-hidden {
  opacity: 0;
}
.cart-item.js-working:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.5);
  z-index: 2;
}

.cart-item__img {
  width: 65px;
  height: 65px;
  border-radius: 3px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  background-color: #e5e5e5;
  position: absolute;
}

.cart-item__content {
  width: 100%;
  padding-left: 75px;
}

.cart-item__content-row {
  margin-bottom: 5px;
}
.cart-item__content-row .cart-item__variant-title {
  display: none;
}

.cart-item__variant-title {
  float: right;
  font-weight: bold;
  font-size: 11px;
  line-height: 17px;
  color: #767676;
}

.cart-item__quantity-container {
  border: 1px solid #767676;
  float: left;
  border-radius: 3px;
}

.quantity-decrement, .quantity-increment {
  color: #767676;
  display: block;
  float: left;
  height: 21px;
  line-height: 16px;
  font-family: monospace;
  width: 25px;
  padding: 0;
  border: none;
  background: transparent;
  box-shadow: none;
  cursor: pointer;
  font-size: 18px;
  text-align: center;
}

.cart-item__quantity {
  color: black;
  width: 38px;
  height: 21px;
  font-size: inherit;
  border: none;
  text-align: center;
  -moz-appearance: textfield;
  background: transparent;
  border-left: 1px solid #767676;
  border-right: 1px solid #767676;
  display: block;
  float: left;
  padding: 0;
  border-radius: 0;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.cart-item__price {
  line-height: 23px;
  float: right;
  font-weight: bold;
}

.cart-bottom {
  border-top: 1px solid #a5a5a5;
}

.cart-info {
  padding: 15px 20px 10px;
}

.cart-info__total {
  float: left;
  text-transform: uppercase;
}

.cart-info__small {
  font-size: 11px;
}

.cart-info__pricing {
  float: right;
}
.cart-info__pricing .cart-info__small.cart-info__total {
  display: none;
}

.cart-discount-notice {
  color: #767676;
  margin-bottom: 10px;
}

.cart-actions-container {
  padding-top: 5px;
}

.pricing {
  margin-left: 5px;
  font-size: 16px;
  color: black;
}

.product-title,
.variant-title,
.variant-image,
.variant-price {
  margin-bottom: 20px;
}

.variant-selectors {
  margin-bottom: 20px;
}
.variant-selectors label {
  display: block;
  margin-bottom: 5px;
}

.shopify-select {
  border: 1px solid #d3dbe2;
  border-radius: 3px;
  box-sizing: border-box;
  position: relative;
  background: #ffffff;
  overflow: hidden;
  vertical-align: bottom;
}

.shopify-select-icon {
  cursor: pointer;
  display: block;
  fill: #798c9c;
  position: absolute;
  right: 10px;
  top: 50%;
  margin-top: -6px;
  pointer-events: none;
  width: 12px;
  height: 12px;
  vertical-align: middle;
}

.select {
  font-size: 16px;
  padding: 7px 10px;
  padding-right: 32px;
  border: 0;
  width: 100%;
  background: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
}

.type--center {
  text-align: center;
}

#storemapper #storemapper-right {
  height: 30vh;
}
#storemapper #storemapper-left {
  width: 100%;
  padding: 2rem;
  text-align: center;
}
#storemapper #storemapper-form label {
  font-family: "Verlag A", "Verlag B", serif;
  font-size: 0.6666666667em;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  color: black;
  padding-bottom: 1rem;
}
#storemapper #storemapper-form #storemapper-zip {
  width: 100%;
  text-align: center;
}
#storemapper #storemapper-list {
  margin-top: 2rem;
}
#storemapper #storemapper-list .tier {
  padding-bottom: 2rem;
}
@media (min-width: 580px) {
  #storemapper #storemapper-list .tier {
    width: 33%;
    float: left;
    height: 15rem;
    text-align: center;
    padding: 1rem;
  }
}
#storemapper #storemapper-list .tier h4 {
  font-family: "Verlag A", "Verlag B", serif;
  font-size: 0.6666666667em;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  color: black;
}
#storemapper #storemapper-list .tier p {
  text-align: center;
  margin-bottom: 0;
}
#storemapper #storemapper-list .tier .storemapper_view {
  margin: 1rem 0 1rem;
}
#storemapper .storemapper-popup-name {
  font-family: "Verlag A", "Verlag B", serif;
  font-size: 0.875em;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  color: black;
  margin: 0.5rem 0 1rem;
}
#storemapper .storemapper-popup-address {
  text-align: left;
  line-height: 1.2;
}
.shop-hero {
  background: #095d96;
  margin-bottom: 2rem;
}
.shop-hero h2,
.shop-hero p {
  text-align: center;
  padding: 1rem 2rem 0;
  margin: 0;
  color: #fff;
}
.shop-hero h2 {
  padding-top: 2rem;
  font-size: 1.78rem;
}
.shop-hero p {
  padding-bottom: 3rem;
}