@charset "UTF-8";
@font-face {
  font-family: 'apercu-mono-medium';
  src: url("../fonts/apercu-mono-medium.eot");
  src: url("../fonts/apercu-mono-medium.eot?#iefix") format("embedded-opentype"), url("../fonts/apercu-mono-medium.woff") format("woff"), url("../fonts/apercu-mono-medium.woff2") format("woff2"), url("../fonts/apercu-mono-medium.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'apercu-mono-regular';
  src: url("../fonts/apercu-mono-regular.eot");
  src: url("../fonts/apercu-mono-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/apercu-mono-regular.woff") format("woff"), url("../fonts/apercu-mono-regular.woff2") format("woff2"), url("../fonts/apercu-mono-regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }

/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, div {
  display: block;
  position: relative; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after {
  content: '';
  content: none; }

q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

*,
*:after,
*:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

* {
  margin: 0;
  padding: 0;
  outline: none; }

html {
  font-size: 20px; }
  @media (max-width: 1600px) {
    html {
      font-size: 18px; } }
  @media (max-width: 1400px) {
    html {
      font-size: 16px; } }
  @media (max-width: 1200px) {
    html {
      font-size: 14px; } }
  @media (max-width: 767px) {
    html {
      font-size: 12px; } }

body {
  font-family: "apercu-mono-regular", monospace;
  font-weight: normal;
  font-style: normal;
  font-size: 1rem;
  line-height: 1.5;
  color: #666666;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

p {
  margin: 1rem 0 0; }
  p:first-of-type {
    margin-top: 0; }

a {
  color: var(--primary-color, #4ec8f4);
  text-decoration: none;
  -webkit-transition: all 0.2s cubic-bezier(0.25, 0.25, 0.75, 0.75);
  -moz-transition: all 0.2s cubic-bezier(0.25, 0.25, 0.75, 0.75);
  transition: all 0.2s cubic-bezier(0.25, 0.25, 0.75, 0.75); }
  a:hover {
    color: #000000; }

small {
  display: block;
  font-size: .8rem; }

strong, b, .bold {
  font-weight: 800; }

em, i, .italic {
  font-style: italic; }

h1, h2, h3, h4, h5, h6 {
  position: relative;
  font-family: "futura-pt", sans-serif; }

h1 {
  font-size: 4rem; }

h2 {
  font-size: 3rem;
  line-height: 1;
  letter-spacing: -2px;
  color: #000000;
  font-weight: 600; }
  h2.lead {
    text-transform: uppercase;
    font-weight: 800;
    margin: 0 0 2vw; }

h3 {
  font-size: 2rem;
  font-weight: 800; }

h4 {
  font-size: .8rem;
  color: #000000;
  font-weight: 800;
  text-transform: uppercase; }

h5 {
  font-size: 1rem;
  font-weight: 600;
  color: #000000; }

h6 {
  font-size: 1.5rem;
  line-height: 1;
  font-weight: 800; }

ul {
  list-style: none; }

abbr {
  text-decoration: none; }

@media (max-width: 1023px) {
  h2.lead {
    margin: 0 0 4vw; } }

*,
*:after,
*:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

* {
  margin: 0;
  padding: 0; }

body {
  background-color: var(--background-color, #1f1f1f);
  background: var(--background-color, #1f1f1f) url(../images/grain_4.png) repeat;
  color: #666666;
  min-height: 100%; }
  body.nav-open,
  body.review-open {
    overflow: hidden; }
  @media (max-width: 1023px) {
    body {
      padding: 10vh 0 0; } }

.bg {
  position: absolute;
  width: 100%;
  height: auto; }
  @media (max-width: 1023px) {
    .bg {
      top: 10vh; } }

.fill {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%; }
  .fill img {
    -webkit-transition: opacity 0.4s cubic-bezier(0.25, 0.25, 0.75, 0.75);
    -moz-transition: opacity 0.4s cubic-bezier(0.25, 0.25, 0.75, 0.75);
    transition: opacity 0.4s cubic-bezier(0.25, 0.25, 0.75, 0.75);
    transform: scale(1.01);
    opacity: 0; }

.loaded .fill.sized img {
  opacity: 1; }

@media (min-width: 1024px) {
  .hide-desktop {
    display: none; } }

.hide-mobile {
  display: block; }
  @media (max-width: 767px) {
    .hide-mobile {
      display: none; } }

.wrapper {
  display: flex;
  justify-content: space-between; }
  .wrapper .col--wide {
    width: 52vw; }
  .wrapper .col--narrow {
    width: 28vw; }
  @media (max-width: 1023px) {
    .wrapper {
      display: block; }
      .wrapper .col--wide,
      .wrapper .col--narrow {
        width: 92vw; } }

.col--main {
  background: #ffffff url(../images/grain_4.png) repeat;
  padding: 7vw 8vw 4vw; }
  .col--main article {
    padding: 2vw 0 0; }
  @media (max-width: 1023px) {
    .col--main {
      padding: 4vw; }
      .col--main article {
        padding: 0; } }

.blockOverlay {
  opacity: 0 !important; }

#grid {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1000;
  pointer-events: none;
  max-height: 0%; }
  #grid.show {
    max-height: 100%; }
  #grid .line {
    width: 1px;
    height: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    background-color: #3dd2b9;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%); }
    #grid .line:nth-of-type(1) {
      left: 4vw; }
    #grid .line:nth-of-type(2) {
      left: 8vw; }
    #grid .line:nth-of-type(3) {
      left: 12vw; }
    #grid .line:nth-of-type(4) {
      left: 16vw; }
    #grid .line:nth-of-type(5) {
      left: 20vw;
      background-color: #c00c1a; }
    #grid .line:nth-of-type(6) {
      left: 24vw; }
    #grid .line:nth-of-type(7) {
      left: 28vw; }
    #grid .line:nth-of-type(8) {
      left: 32vw; }
    #grid .line:nth-of-type(9) {
      left: 36vw; }
    #grid .line:nth-of-type(10) {
      left: 40vw;
      background-color: #c00c1a; }
    #grid .line:nth-of-type(11) {
      left: 44vw; }
    #grid .line:nth-of-type(12) {
      left: 48vw; }
    #grid .line:nth-of-type(13) {
      left: 52vw; }
    #grid .line:nth-of-type(14) {
      left: 56vw; }
    #grid .line:nth-of-type(15) {
      left: 60vw;
      background-color: #c00c1a; }
    #grid .line:nth-of-type(16) {
      left: 64vw; }
    #grid .line:nth-of-type(17) {
      left: 68vw; }
    #grid .line:nth-of-type(18) {
      left: 72vw; }
    #grid .line:nth-of-type(19) {
      left: 76vw; }
    #grid .line:nth-of-type(20) {
      left: 80vw;
      background-color: #c00c1a; }
    #grid .line:nth-of-type(21) {
      left: 84vw; }
    #grid .line:nth-of-type(22) {
      left: 88vw; }
    #grid .line:nth-of-type(23) {
      left: 92vw; }
    #grid .line:nth-of-type(24) {
      left: 96vw; }
    #grid .line:nth-of-type(25) {
      left: 100vw; }

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto; }
  .slick-track:before,
  .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide img {
    display: block; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

[data-scrollbar],
[scrollbar],
scrollbar {
  display: block;
  position: relative; }

[data-scrollbar] .scroll-content,
[scrollbar] .scroll-content,
scrollbar .scroll-content {
  -webkit-transform: translateZ(0);
  transform: translateZ(0); }

[data-scrollbar].sticky .scrollbar-track,
[scrollbar].sticky .scrollbar-track,
scrollbar.sticky .scrollbar-track {
  background: rgba(222, 222, 222, 0.75); }

[data-scrollbar] .scrollbar-track,
[scrollbar] .scrollbar-track,
scrollbar .scrollbar-track {
  position: absolute;
  opacity: 0;
  z-index: 1;
  -webkit-transition: opacity 0.5s ease-out, background 0.5s ease-out;
  transition: opacity 0.5s ease-out, background 0.5s ease-out;
  background: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

[data-scrollbar] .scrollbar-track.show,
[data-scrollbar] .scrollbar-track:hover,
[scrollbar] .scrollbar-track.show,
[scrollbar] .scrollbar-track:hover,
scrollbar .scrollbar-track.show,
scrollbar .scrollbar-track:hover {
  opacity: 1; }

[data-scrollbar] .scrollbar-track:hover,
[scrollbar] .scrollbar-track:hover,
scrollbar .scrollbar-track:hover {
  background: rgba(222, 222, 222, 0.75); }

[data-scrollbar] .scrollbar-track-x,
[scrollbar] .scrollbar-track-x,
scrollbar .scrollbar-track-x {
  bottom: 0;
  left: 0;
  width: 100%;
  height: 8px; }

[data-scrollbar] .scrollbar-track-y,
[scrollbar] .scrollbar-track-y,
scrollbar .scrollbar-track-y {
  top: 0;
  right: 4px;
  width: 4px;
  height: 100%; }

[data-scrollbar] .scrollbar-thumb,
[scrollbar] .scrollbar-thumb,
scrollbar .scrollbar-thumb {
  position: absolute;
  top: 0;
  left: 0;
  width: 8px;
  height: 8px;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 4px; }

[data-scrollbar] .overscroll-glow,
[scrollbar] .overscroll-glow,
scrollbar .overscroll-glow {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.select2-container {
  box-sizing: border-box;
  display: inline-block;
  margin: 0;
  position: relative;
  vertical-align: middle; }

.select2-container .select2-selection--single {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  height: 28px;
  user-select: none;
  -webkit-user-select: none; }

.select2-container .select2-selection--single .select2-selection__rendered {
  display: block;
  padding-left: 8px;
  padding-right: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

.select2-container .select2-selection--single .select2-selection__clear {
  position: relative; }

.select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
  padding-right: 8px;
  padding-left: 20px; }

.select2-container .select2-selection--multiple {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  min-height: 32px;
  user-select: none;
  -webkit-user-select: none; }

.select2-container .select2-selection--multiple .select2-selection__rendered {
  display: inline-block;
  overflow: hidden;
  padding-left: 8px;
  text-overflow: ellipsis;
  white-space: nowrap; }

.select2-container .select2-search--inline {
  float: left; }

.select2-container .select2-search--inline .select2-search__field {
  box-sizing: border-box;
  border: none;
  font-size: 100%;
  margin-top: 5px;
  padding: 0; }

.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none; }

.select2-dropdown {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  box-sizing: border-box;
  display: block;
  position: absolute;
  left: -100000px;
  width: 100%;
  z-index: 1051; }

.select2-results {
  display: block; }

.select2-results__options {
  list-style: none;
  margin: 0;
  padding: 0; }

.select2-results__option {
  padding: 6px;
  user-select: none;
  -webkit-user-select: none; }

.select2-results__option[aria-selected] {
  cursor: pointer; }

.select2-container--open .select2-dropdown {
  left: 0; }

.select2-container--open .select2-dropdown--above {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

.select2-container--open .select2-dropdown--below {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.select2-search--dropdown {
  display: block;
  padding: 4px; }

.select2-search--dropdown .select2-search__field {
  padding: 4px;
  width: 100%;
  box-sizing: border-box; }

.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none; }

.select2-search--dropdown.select2-search--hide {
  display: none; }

.select2-close-mask {
  border: 0;
  margin: 0;
  padding: 0;
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  opacity: 0;
  z-index: 99;
  background-color: #fff;
  filter: alpha(opacity=0); }

.select2-hidden-accessible {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  -webkit-clip-path: inset(50%) !important;
  clip-path: inset(50%) !important;
  height: 1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
  white-space: nowrap !important; }

.select2-container--default .select2-selection--single {
  background-color: #fff;
  border: 1px solid #aaa;
  border-radius: 4px; }

.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px; }

.select2-container--default .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold; }

.select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #999; }

.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px; }

.select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0; }

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left; }

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  left: 1px;
  right: auto; }

.select2-container--default.select2-container--disabled .select2-selection--single {
  background-color: #eee;
  cursor: default; }

.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
  display: none; }

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px; }

.select2-container--default .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text; }

.select2-container--default .select2-selection--multiple .select2-selection__rendered {
  box-sizing: border-box;
  list-style: none;
  margin: 0;
  padding: 0 5px;
  width: 100%; }

.select2-container--default .select2-selection--multiple .select2-selection__rendered li {
  list-style: none; }

.select2-container--default .select2-selection--multiple .select2-selection__placeholder {
  color: #999;
  margin-top: 5px;
  float: left; }

.select2-container--default .select2-selection--multiple .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  margin-top: 5px;
  margin-right: 10px; }

.select2-container--default .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0 5px; }

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  color: #999;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-right: 2px; }

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #333; }

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice, .select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__placeholder, .select2-container--default[dir="rtl"] .select2-selection--multiple .select2-search--inline {
  float: right; }

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto; }

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto; }

.select2-container--default.select2-container--focus .select2-selection--multiple {
  border: solid black 1px;
  outline: 0; }

.select2-container--default.select2-container--disabled .select2-selection--multiple {
  background-color: #eee;
  cursor: default; }

.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
  display: none; }

.select2-container--default.select2-container--open.select2-container--above .select2-selection--single, .select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.select2-container--default.select2-container--open.select2-container--below .select2-selection--single, .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa; }

.select2-container--default .select2-search--inline .select2-search__field {
  background: transparent;
  border: none;
  outline: 0;
  box-shadow: none;
  -webkit-appearance: textfield; }

.select2-container--default .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto; }

.select2-container--default .select2-results__option[role=group] {
  padding: 0; }

.select2-container--default .select2-results__option[aria-disabled=true] {
  color: #999; }

.select2-container--default .select2-results__option[aria-selected=true] {
  background-color: #ddd; }

.select2-container--default .select2-results__option .select2-results__option {
  padding-left: 1em; }

.select2-container--default .select2-results__option .select2-results__option .select2-results__group {
  padding-left: 0; }

.select2-container--default .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -1em;
  padding-left: 2em; }

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -2em;
  padding-left: 3em; }

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -3em;
  padding-left: 4em; }

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -4em;
  padding-left: 5em; }

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -5em;
  padding-left: 6em; }

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #5897fb;
  color: white; }

.select2-container--default .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px; }

.select2-container--classic .select2-selection--single {
  background-color: #f7f7f7;
  border: 1px solid #aaa;
  border-radius: 4px;
  outline: 0;
  background-image: -webkit-linear-gradient(top, #fff 50%, #eee 100%);
  background-image: -o-linear-gradient(top, #fff 50%, #eee 100%);
  background-image: linear-gradient(to bottom, #fff 50%, #eee 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0); }

.select2-container--classic .select2-selection--single:focus {
  border: 1px solid #5897fb; }

.select2-container--classic .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px; }

.select2-container--classic .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  margin-right: 10px; }

.select2-container--classic .select2-selection--single .select2-selection__placeholder {
  color: #999; }

.select2-container--classic .select2-selection--single .select2-selection__arrow {
  background-color: #ddd;
  border: none;
  border-left: 1px solid #aaa;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
  background-image: -webkit-linear-gradient(top, #eee 50%, #ccc 100%);
  background-image: -o-linear-gradient(top, #eee 50%, #ccc 100%);
  background-image: linear-gradient(to bottom, #eee 50%, #ccc 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFCCCCCC', GradientType=0); }

.select2-container--classic .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0; }

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left; }

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  border: none;
  border-right: 1px solid #aaa;
  border-radius: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  left: 1px;
  right: auto; }

.select2-container--classic.select2-container--open .select2-selection--single {
  border: 1px solid #5897fb; }

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
  background: transparent;
  border: none; }

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px; }

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  background-image: -webkit-linear-gradient(top, #fff 0%, #eee 50%);
  background-image: -o-linear-gradient(top, #fff 0%, #eee 50%);
  background-image: linear-gradient(to bottom, #fff 0%, #eee 50%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0); }

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  background-image: -webkit-linear-gradient(top, #eee 50%, #fff 100%);
  background-image: -o-linear-gradient(top, #eee 50%, #fff 100%);
  background-image: linear-gradient(to bottom, #eee 50%, #fff 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFFFFFFF', GradientType=0); }

.select2-container--classic .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
  outline: 0; }

.select2-container--classic .select2-selection--multiple:focus {
  border: 1px solid #5897fb; }

.select2-container--classic .select2-selection--multiple .select2-selection__rendered {
  list-style: none;
  margin: 0;
  padding: 0 5px; }

.select2-container--classic .select2-selection--multiple .select2-selection__clear {
  display: none; }

.select2-container--classic .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0 5px; }

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
  color: #888;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-right: 2px; }

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #555; }

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  float: right;
  margin-left: 5px;
  margin-right: auto; }

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto; }

.select2-container--classic.select2-container--open .select2-selection--multiple {
  border: 1px solid #5897fb; }

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

.select2-container--classic .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
  outline: 0; }

.select2-container--classic .select2-search--inline .select2-search__field {
  outline: 0;
  box-shadow: none; }

.select2-container--classic .select2-dropdown {
  background-color: #fff;
  border: 1px solid transparent; }

.select2-container--classic .select2-dropdown--above {
  border-bottom: none; }

.select2-container--classic .select2-dropdown--below {
  border-top: none; }

.select2-container--classic .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto; }

.select2-container--classic .select2-results__option[role=group] {
  padding: 0; }

.select2-container--classic .select2-results__option[aria-disabled=true] {
  color: grey; }

.select2-container--classic .select2-results__option--highlighted[aria-selected] {
  background-color: #3875d7;
  color: #fff; }

.select2-container--classic .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px; }

.select2-container--classic.select2-container--open .select2-dropdown {
  border-color: #5897fb; }

header {
  border-top: 5px solid var(--primary-dark-color, #6db1fa);
  padding: 8vw 8vw 8vw 24vw; }
  header .masthead {
    position: absolute;
    display: flex;
    justify-content: flex-end;
    height: 4vw;
    top: 0;
    font: 1rem "futura-pt", sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    z-index: 997;
    -webkit-transition: all 0.4s cubic-bezier(0.55, 0.01, 0.73, 0.95);
    -moz-transition: all 0.4s cubic-bezier(0.55, 0.01, 0.73, 0.95);
    transition: all 0.4s cubic-bezier(0.55, 0.01, 0.73, 0.95);
    right: 0; }
    header .masthead div {
      position: absolute;
      display: flex;
      align-items: center;
      justify-content: center;
      height: 4vw;
      cursor: pointer; }
      header .masthead div span {
        position: absolute;
        width: 100%;
        text-align: center; }
    header .masthead .search--toggle {
      background: var(--primary-light-color, #8adbf8);
      right: 8vw;
      -webkit-transition: all 0.2s cubic-bezier(0.55, 0.01, 0.73, 0.95) 1.2s;
      -moz-transition: all 0.2s cubic-bezier(0.55, 0.01, 0.73, 0.95) 1.2s;
      transition: all 0.2s cubic-bezier(0.55, 0.01, 0.73, 0.95) 1.2s;
      width: 4vw; }
      header .masthead .search--toggle svg {
        width: 1vw;
        fill: #ffffff; }
    header .masthead .cart--toggle {
      background: var(--primary-color, #4ec8f4);
      right: 0;
      width: 8vw;
      color: #ffffff;
      -webkit-transition: all 0.2s cubic-bezier(0.25, 0.25, 0.75, 0.75);
      -moz-transition: all 0.2s cubic-bezier(0.25, 0.25, 0.75, 0.75);
      transition: all 0.2s cubic-bezier(0.25, 0.25, 0.75, 0.75); }
      header .masthead .cart--toggle span {
        -webkit-transition: all 0.2s cubic-bezier(0.25, 0.25, 0.75, 0.75);
        -moz-transition: all 0.2s cubic-bezier(0.25, 0.25, 0.75, 0.75);
        transition: all 0.2s cubic-bezier(0.25, 0.25, 0.75, 0.75); }
      header .masthead .cart--toggle:after {
        content: attr(title);
        width: 100%;
        text-align: center;
        -webkit-transition: opacity 0.2s cubic-bezier(0.25, 0.25, 0.75, 0.75);
        -moz-transition: opacity 0.2s cubic-bezier(0.25, 0.25, 0.75, 0.75);
        transition: opacity 0.2s cubic-bezier(0.25, 0.25, 0.75, 0.75);
        opacity: 0; }
  header .logo {
    position: absolute;
    display: block;
    height: 6vw;
    left: 8vw;
    top: 50%;
    transform: translateY(-50%);
    z-index: 5; }
    header .logo img {
      display: block;
      width: auto;
      height: 100%; }
  header #search {
    background: var(--primary-light-color, #8adbf8);
    position: absolute;
    height: 4vw;
    width: 0;
    top: 0;
    right: 12vw;
    overflow: hidden;
    -webkit-transition: all 0.4s cubic-bezier(0.55, 0.01, 0.73, 0.95) 0.2s;
    -moz-transition: all 0.4s cubic-bezier(0.55, 0.01, 0.73, 0.95) 0.2s;
    transition: all 0.4s cubic-bezier(0.55, 0.01, 0.73, 0.95) 0.2s; }
    header #search .search-input:not([type=checkbox]):not([type=radio]) {
      background: none;
      border: none;
      height: 4vw;
      text-transform: none;
      color: #ffffff;
      -webkit-transition: all 0.2s cubic-bezier(0.25, 0.25, 0.75, 0.75);
      -moz-transition: all 0.2s cubic-bezier(0.25, 0.25, 0.75, 0.75);
      transition: all 0.2s cubic-bezier(0.25, 0.25, 0.75, 0.75);
      opacity: 0; }
      header #search .search-input:not([type=checkbox]):not([type=radio])::-webkit-input-placeholder {
        color: #ffffff;
        text-transform: none; }
      header #search .search-input:not([type=checkbox]):not([type=radio]):-moz-placeholder {
        color: #ffffff;
        text-transform: none; }
      header #search .search-input:not([type=checkbox]):not([type=radio])::-moz-placeholder {
        color: #ffffff;
        text-transform: none; }
      header #search .search-input:not([type=checkbox]):not([type=radio]):-ms-input-placeholder {
        color: #ffffff;
        text-transform: none; }
    header #search.active {
      -webkit-transition: all 0.4s cubic-bezier(0.55, 0.01, 0.73, 0.95);
      -moz-transition: all 0.4s cubic-bezier(0.55, 0.01, 0.73, 0.95);
      transition: all 0.4s cubic-bezier(0.55, 0.01, 0.73, 0.95);
      width: 32vw; }
      header #search.active .search-input:not([type=checkbox]):not([type=radio]) {
        -webkit-transition: all 0.2s cubic-bezier(0.25, 0.25, 0.75, 0.75) 0.4s;
        -moz-transition: all 0.2s cubic-bezier(0.25, 0.25, 0.75, 0.75) 0.4s;
        transition: all 0.2s cubic-bezier(0.25, 0.25, 0.75, 0.75) 0.4s;
        opacity: 1; }
  header .nav--toggle {
    display: none; }
  header .nav {
    position: relative;
    float: right;
    z-index: 5; }
    header .nav li {
      display: block;
      float: left;
      position: relative;
      margin: 0 0 0 4vw; }
    header .nav a {
      font: 1rem/1 "apercu-mono-regular", monospace;
      color: #ffffff; }
      header .nav a:hover {
        color: #aaaaaa; }
      header .nav a.active {
        color: #aaaaaa; }
  @media (max-width: 1023px) {
    header {
      background: #333 url(../images/grain_4.png) repeat;
      position: fixed;
      height: 10vh;
      top: 0;
      right: 0;
      left: 0;
      padding: 0;
      z-index: 999; }
      header .masthead {
        display: none; }
      header .logo {
        height: 70%;
        width: auto;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%); }
        header .logo img {
          height: 100%;
          width: auto; }
      header .nav--toggle {
        position: absolute;
        display: block;
        width: 4vh;
        height: 2.5vh;
        left: 4vw;
        top: 50%;
        transform: translateY(-50%); }
        header .nav--toggle span {
          background: var(--primary-color, #4ec8f4);
          position: absolute;
          left: 0;
          height: 2px;
          width: 100%;
          -webkit-transition: all 0.4s cubic-bezier(1, 0, 0, 1);
          -moz-transition: all 0.4s cubic-bezier(1, 0, 0, 1);
          transition: all 0.4s cubic-bezier(1, 0, 0, 1); }
          header .nav--toggle span:nth-child(1) {
            top: 0; }
          header .nav--toggle span:nth-child(2) {
            top: 50%;
            transform: translateY(-50%); }
          header .nav--toggle span:nth-child(3) {
            top: calc(2.5vh - 2px); }
      header .nav--toggle.close span:nth-child(1) {
        top: calc(1.5vh - 1px);
        transform: rotate(135deg); }
      header .nav--toggle.close span:nth-child(2) {
        opacity: 0;
        left: -8vw; }
      header .nav--toggle.close span:nth-child(3) {
        top: calc(1.5vh - 1px);
        transform: rotate(-135deg); }
      header #cart-icon {
        position: absolute;
        display: block;
        right: 4vw;
        top: 50%;
        transform: translateY(-50%); }
        header #cart-icon a {
          display: block;
          background: var(--primary-color, #4ec8f4);
          color: #ffffff;
          border-radius: 2vh;
          height: 4vh;
          width: 4vh;
          text-align: center;
          font: 1rem/4vh "futura-pt", sans-serif;
          font-weight: 600; }
      header .nav {
        display: none; } }

#meta {
  margin: 12vw 0 2vw;
  padding: 0 8vw;
  display: flex;
  justify-content: space-between;
  align-items: flex-end; }
  #meta h3 {
    line-height: 1;
    text-transform: uppercase;
    color: #ffffff; }
    #meta h3 .label {
      font-size: .8rem;
      display: block;
      color: var(--primary-color, #4ec8f4); }
  #meta .notification {
    font-size: .8rem;
    color: #ffffff; }
    #meta .notification a:hover {
      color: #ffffff; }
  @media (max-width: 1023px) {
    #meta {
      margin: 20vh 0 2vw;
      padding: 0 4vw;
      display: block; }
      #meta .notification {
        font-size: .75rem;
        margin: 1vw 0 0; } }
  @media (max-width: 767px) {
    #meta {
      margin: 15vh 0 2vw; } }

#filter {
  position: absolute;
  width: 100%;
  margin: 0 auto;
  top: 0;
  left: 0;
  z-index: 105; }
  #filter .wrap {
    background: var(--background-nav-color, #e3f5fc);
    width: 84vw;
    top: 0;
    left: 50%;
    transform: translateX(-50%); }
    #filter .wrap.sticky {
      -webkit-transition: all 0.2s cubic-bezier(0.25, 0.25, 0.75, 0.75);
      -moz-transition: all 0.2s cubic-bezier(0.25, 0.25, 0.75, 0.75);
      transition: all 0.2s cubic-bezier(0.25, 0.25, 0.75, 0.75);
      position: fixed;
      width: 100%;
      padding: 0 8vw; }
    #filter .wrap .container {
      height: 5vw;
      display: flex; }
    #filter .wrap .categories {
      cursor: pointer; }
      #filter .wrap .categories .selected {
        display: block;
        padding: 0 2vw;
        color: #ffffff;
        font: .8rem/5vw "futura-pt", sans-serif;
        font-weight: 800;
        text-transform: uppercase;
        letter-spacing: 2px; }
        #filter .wrap .categories .selected span:after {
          content: "\2193";
          color: var(--primary-color, #4ec8f4);
          display: inline-block;
          vertical-align: middle;
          margin: 0 0 0 0.5rem; }
      #filter .wrap .categories .options {
        background: var(--background-nav-color, #e3f5fc);
        display: block;
        position: absolute;
        top: 100%;
        min-width: 100%;
        font-size: 1rem;
        line-height: 2;
        -webkit-transition: opacity 0.2s cubic-bezier(0.25, 0.25, 0.75, 0.75);
        -moz-transition: opacity 0.2s cubic-bezier(0.25, 0.25, 0.75, 0.75);
        transition: opacity 0.2s cubic-bezier(0.25, 0.25, 0.75, 0.75);
        opacity: 0;
        visibility: hidden; }
        #filter .wrap .categories .options ul {
          padding: 0 2vw 2vw; }
        #filter .wrap .categories .options li {
          display: block;
          padding: 0; }
          #filter .wrap .categories .options li.current-cat a {
            color: var(--primary-color, #4ec8f4); }
        #filter .wrap .categories .options a {
          color: #aaaaaa; }
          #filter .wrap .categories .options a:hover {
            color: var(--primary-color, #4ec8f4); }
        #filter .wrap .categories .options .children {
          padding: 0 0 0 0.5vw;
          font-size: 75%; }
          #filter .wrap .categories .options .children li {
            padding: 0; }
      #filter .wrap .categories .current-cat {
        display: none; }
      #filter .wrap .categories:hover .selected span:after {
        border-width: 0 0.5vw 0.5vw; }
      #filter .wrap .categories:hover .options {
        opacity: 1;
        visibility: visible; }
    #filter .wrap .nav--shopping {
      display: flex;
      width: 100%; }
      #filter .wrap .nav--shopping li {
        position: relative; }
        #filter .wrap .nav--shopping li:hover .children {
          opacity: 1;
          visibility: visible; }
      #filter .wrap .nav--shopping a {
        display: block;
        padding: 0 2vw;
        margin: 1vw 0;
        border-left: 1px solid #333;
        font: .8rem/3vw "futura-pt", sans-serif;
        font-weight: 800;
        color: #ffffff;
        text-transform: uppercase;
        letter-spacing: 2px; }
        #filter .wrap .nav--shopping a:hover {
          color: var(--primary-color, #4ec8f4); }
      #filter .wrap .nav--shopping li:first-child a {
        border: none; }
      #filter .wrap .nav--shopping li.current-cat a,
      #filter .wrap .nav--shopping li.current-cat-ancestor a {
        color: var(--primary-color, #4ec8f4); }
      #filter .wrap .nav--shopping li.current-cat li a,
      #filter .wrap .nav--shopping li.current-cat-ancestor li a {
        color: #aaaaaa; }
      #filter .wrap .nav--shopping .children {
        background: var(--background-nav-color, #e3f5fc);
        display: block;
        position: absolute;
        top: 100%;
        min-width: 100%;
        padding: 1vw 0;
        -webkit-transition: opacity 0.2s cubic-bezier(0.25, 0.25, 0.75, 0.75);
        -moz-transition: opacity 0.2s cubic-bezier(0.25, 0.25, 0.75, 0.75);
        transition: opacity 0.2s cubic-bezier(0.25, 0.25, 0.75, 0.75);
        opacity: 0;
        visibility: hidden; }
        #filter .wrap .nav--shopping .children li {
          white-space: nowrap;
          display: block;
          padding: 0 0 1vw; }
          #filter .wrap .nav--shopping .children li.current-cat a {
            color: var(--primary-color, #4ec8f4); }
        #filter .wrap .nav--shopping .children a {
          border: none;
          margin: 0;
          font-family: "apercu-mono-regular", monospace;
          color: #aaaaaa;
          text-transform: none;
          line-height: 1; }
          #filter .wrap .nav--shopping .children a:hover {
            color: var(--primary-color, #4ec8f4); }
  @media (max-width: 1023px) {
    #filter {
      display: none; } }

.nav--panel {
  display: none;
  background: rgba(255, 255, 255, 0.975) url(../images/grain_4.png) repeat;
  position: absolute;
  top: calc(10vh - 5px);
  width: 100%;
  height: calc(100vh - (10vh - 5px));
  max-height: 0;
  overflow: hidden;
  z-index: 9999;
  -webkit-transition: all 0.4s cubic-bezier(0.55, 0.01, 0.73, 0.95);
  -moz-transition: all 0.4s cubic-bezier(0.55, 0.01, 0.73, 0.95);
  transition: all 0.4s cubic-bezier(0.55, 0.01, 0.73, 0.95); }
  .nav--panel .scroll {
    position: absolute;
    height: 100%;
    width: 100%;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch; }
    .nav--panel .scroll .notification {
      padding: 4vw 4vw 0; }
    .nav--panel .scroll ul li a {
      border-bottom: 1px solid var(--primary-color, #4ec8f4);
      position: relative;
      display: block;
      padding: 4vw;
      font: 1rem/1 "futura-pt", sans-serif;
      color: #000000;
      text-transform: uppercase;
      font-weight: 800; }
    .nav--panel .scroll ul li.parent > a:before {
      content: '\2193';
      position: absolute;
      top: 50%;
      right: 4vw;
      transform: translateY(-50%); }
    .nav--panel .scroll ul li.parent > ul {
      background: var(--primary-extra-light-color, #c9eefc);
      max-height: 0px;
      overflow: hidden;
      position: relative;
      padding-bottom: 0; }
      .nav--panel .scroll ul li.parent > ul.children a {
        border: none;
        font-weight: normal;
        text-transform: none; }
    .nav--panel .scroll ul li.expand > a:before {
      transform: translateY(-50%) rotate(180deg); }
    .nav--panel .scroll ul li.expand > ul {
      max-height: 100%;
      padding-bottom: 0; }
      .nav--panel .scroll ul li.expand > ul.children {
        border-bottom: 1px solid var(--primary-color, #4ec8f4); }
    .nav--panel .scroll #searchform-mobile {
      position: relative;
      padding: 4vw;
      margin: 4vw 0 0; }
      .nav--panel .scroll #searchform-mobile svg {
        position: absolute;
        left: 4vw;
        top: 50%;
        transform: scaleX(-1) translateY(-50%);
        height: 4vw; }
      .nav--panel .scroll #searchform-mobile input[type=text] {
        background: none;
        border-width: 0 0 1px;
        border-color: var(--primary-color, #4ec8f4);
        font: 1.5rem/1 "futura-pt", sans-serif;
        color: #000000;
        padding-left: 6vw;
        padding-right: 0;
        height: 6vw;
        line-height: 6vw; }
        .nav--panel .scroll #searchform-mobile input[type=text]::-webkit-input-placeholder {
          text-transform: none; }
        .nav--panel .scroll #searchform-mobile input[type=text]:-moz-placeholder {
          text-transform: none; }
        .nav--panel .scroll #searchform-mobile input[type=text]::-moz-placeholder {
          text-transform: none; }
        .nav--panel .scroll #searchform-mobile input[type=text]:-ms-input-placeholder {
          text-transform: none; }
      .nav--panel .scroll #searchform-mobile input[type=submit] {
        display: none; }
  @media (max-width: 767px) {
    .nav--panel .scroll #searchform-mobile svg {
      height: 6vw; }
    .nav--panel .scroll #searchform-mobile input[type=text] {
      padding-left: 8vw;
      height: 10vw;
      line-height: 10vw; } }
  @media (max-width: 1023px) {
    .nav--panel {
      display: block; } }

.nav-open header .nav--panel {
  max-height: calc(100vh - (10vh - 5px)); }

footer {
  background: #ffffff;
  padding: 8vw 8vw 0; }
  footer h4 {
    margin: 0 0 1rem; }
  footer #instagram {
    padding: 0 0 4vw; }
    footer #instagram ul {
      display: flex;
      justify-content: space-between;
      flex-wrap: wrap; }
      footer #instagram ul li {
        position: relative;
        display: block;
        width: 16vw;
        height: 16vw;
        overflow: hidden; }
      footer #instagram ul:hover a {
        opacity: .75; }
        footer #instagram ul:hover a:hover {
          opacity: 1; }
  footer #overview {
    display: flex;
    justify-content: space-between;
    padding: 0 0 4vw 0; }
    footer #overview .summary {
      width: 44vw; }
      footer #overview .summary p {
        font: 1.25rem/1.25 "futura-pt", sans-serif;
        font-weight: 800;
        color: #000000; }
      footer #overview .summary a {
        display: inline-block;
        margin: 1rem 0 0; }
    footer #overview .nav--footer {
      width: 32vw;
      display: flex;
      justify-content: space-between; }
      footer #overview .nav--footer li {
        width: 16vw;
        font: 1.5rem/1 "futura-pt", sans-serif;
        font-weight: 800;
        color: #000000; }
      footer #overview .nav--footer .sub-menu {
        margin: 1rem 0 0; }
        footer #overview .nav--footer .sub-menu li {
          font: 1rem/1.5 "apercu-mono-regular", monospace;
          width: auto; }
          footer #overview .nav--footer .sub-menu li a {
            color: #666666; }
            footer #overview .nav--footer .sub-menu li a:hover {
              color: #000000; }
  footer #callouts {
    display: flex;
    justify-content: space-between;
    padding: 0 0 4vw;
    font-size: .8rem; }
    footer #callouts .callout:nth-child(1) {
      width: 24vw; }
    footer #callouts .callout:nth-child(2) {
      width: 20vw; }
      footer #callouts .callout:nth-child(2) span {
        white-space: nowrap; }
    footer #callouts .callout:nth-child(3) {
      width: 16vw;
      margin: 0 0 0 8vw; }
      footer #callouts .callout:nth-child(3) address {
        position: relative;
        text-transform: uppercase;
        white-space: nowrap; }
        footer #callouts .callout:nth-child(3) address img {
          position: absolute;
          display: block;
          width: 7vw;
          height: auto;
          top: 0;
          transform: translateX(-100%) translateX(-1vw); }
        footer #callouts .callout:nth-child(3) address a {
          text-transform: none; }
    footer #callouts .summary p {
      font: 1.5rem/1 "futura-pt", sans-serif;
      color: #000000; }
  footer #signup {
    background: var(--background-footer-color, #e3f5fc) url(../images/grain_2.png) repeat;
    margin: 0 -8vw;
    padding: 2vw 8vw; }
    footer #signup form {
      display: flex;
      justify-content: space-between;
      flex-wrap: wrap; }
      footer #signup form label {
        width: 24vw;
        align-self: center;
        font: 1.5rem/1 "futura-pt", sans-serif;
        font-weight: 800;
        text-transform: uppercase;
        color: #000000;
        margin: 0; }
        footer #signup form label strong {
          color: #c00c1a; }
      footer #signup form input,
      footer #signup form button {
        border: solid 6px var(--primary-extra-light-color, #c9eefc);
        background: none;
        padding: 1vw;
        height: auto;
        line-height: 1; }
      footer #signup form input {
        width: 40vw;
        font-family: "apercu-mono-regular", monospace;
        font-size: .8rem; }
      footer #signup form button {
        width: 16vw;
        font: 1rem "futura-pt", sans-serif;
        font-weight: 800;
        color: #000000;
        text-transform: uppercase; }
  footer #bottom {
    display: block;
    background: #dbf6f0 url(../images/grain_2.png) repeat;
    margin: 0 -8vw;
    padding: 2vw 8vw;
    text-align: center; }
    footer #bottom img {
      display: block;
      width: 12vw;
      height: auto;
      margin: 0 auto; }
  @media (max-width: 1023px) {
    footer {
      padding: 0 4vw; }
      footer #overview .summary {
        width: 60vw;
        padding: 0;
        margin: 0 auto;
        text-align: center; }
      footer #overview .nav--footer {
        display: none; }
      footer #instagram {
        padding: 8vw 0 0; }
        footer #instagram ul li {
          width: 44vw;
          height: 44vw; }
        footer #instagram ul li:nth-child(3),
        footer #instagram ul li:nth-child(4) {
          margin: 4vw 0 0 0; }
        footer #instagram ul li:last-child {
          display: none; }
      footer #overview {
        padding: 8vw 0; }
      footer #callouts {
        display: none; }
      footer #signup {
        margin: 0 -4vw;
        padding: 4vw; }
        footer #signup form {
          flex-wrap: wrap; }
          footer #signup form label {
            width: 92vw;
            margin: 0 0 2vw;
            text-align: center; }
          footer #signup form input,
          footer #signup form button {
            padding: 2vw; }
          footer #signup form input {
            width: 56vw; }
          footer #signup form button {
            width: 32vw; } }
  @media (max-width: 767px) {
    footer #overview {
      padding: 16vw 0; }
      footer #overview .summary {
        width: 80vw; }
    footer #signup {
      padding: 8vw 4vw; }
      footer #signup form {
        text-align: center; }
        footer #signup form label {
          margin: 0; }
        footer #signup form input,
        footer #signup form button {
          padding: 4vw;
          text-align: center; }
        footer #signup form input {
          width: 92vw;
          margin: 4vw 0; }
        footer #signup form button {
          width: auto;
          padding: 4vw;
          margin: 0 auto; } }

label {
  display: block;
  font: 1rem/1 "futura-pt", sans-serif;
  font-weight: 600;
  color: #000000;
  margin: 0 0 0.5vw; }

input:not([type=checkbox]):not([type=radio]) {
  -webkit-appearance: none;
  -moz-appearance: none;
  border-radius: 0;
  border: 1px solid var(--primary-extra-light-color, #c9eefc);
  height: 4vw;
  padding: 0 1vw;
  width: 100%;
  font: 1rem/4vw "apercu-mono-regular", monospace;
  color: #000000; }
  input:not([type=checkbox]):not([type=radio])::-webkit-input-placeholder {
    text-transform: uppercase; }
  input:not([type=checkbox]):not([type=radio]):-moz-placeholder {
    text-transform: uppercase; }
  input:not([type=checkbox]):not([type=radio])::-moz-placeholder {
    text-transform: uppercase; }
  input:not([type=checkbox]):not([type=radio]):-ms-input-placeholder {
    text-transform: uppercase; }

.button {
  background: transparent;
  border-style: solid;
  border-color: var(--primary-extra-light-color, #c9eefc);
  border-width: 6px;
  position: relative;
  display: inline-block;
  padding: 1vw;
  font: 0.8rem "futura-pt", sans-serif;
  text-transform: uppercase;
  color: #000000;
  cursor: pointer;
  -webkit-transition: all 0.4s cubic-bezier(1, 0, 0, 1);
  -moz-transition: all 0.4s cubic-bezier(1, 0, 0, 1);
  transition: all 0.4s cubic-bezier(1, 0, 0, 1); }
  .button:before {
    content: '';
    background: var(--primary-color, #4ec8f4);
    display: block;
    position: absolute;
    top: -6px;
    left: -6px;
    right: -6px;
    -webkit-transition: all 0.4s cubic-bezier(1, 0, 0, 1);
    -moz-transition: all 0.4s cubic-bezier(1, 0, 0, 1);
    transition: all 0.4s cubic-bezier(1, 0, 0, 1);
    height: 6px; }
  .button:after {
    content: attr(title);
    position: absolute;
    width: 100%;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    text-align: center;
    color: #ffffff;
    -webkit-transition: all 0.4s cubic-bezier(1, 0, 0, 1);
    -moz-transition: all 0.4s cubic-bezier(1, 0, 0, 1);
    transition: all 0.4s cubic-bezier(1, 0, 0, 1);
    opacity: 0; }
  .button:hover:before {
    height: calc(100% + 12px); }
  .button:hover:after {
    opacity: 1; }
  .button.single_add_to_cart_button {
    width: 100%;
    font: 1rem/1 "futura-pt", sans-serif;
    font-weight: 800;
    color: #000000;
    text-transform: uppercase; }
  .button.disabled {
    pointer-events: none;
    border-color: #eeeeee;
    color: #aaaaaa; }
    .button.disabled:before {
      background: #eeeeee; }

.select2-dropdown {
  border: 1px solid var(--primary-extra-light-color, #c9eefc); }
  .select2-dropdown .select2-search__field {
    display: none; }

.variations {
  width: 100%; }
  .variations .select2-container {
    width: 100% !important; }
    .variations .select2-container .select2-selection--single {
      background: var(--primary-light-color, #8adbf8);
      height: auto;
      padding: 1vw;
      border: none;
      border-radius: 0; }
      .variations .select2-container .select2-selection--single .select2-selection__arrow {
        border-left: 2px solid var(--primary-color, #4ec8f4);
        height: 100%;
        width: calc(10px + 3vw);
        top: 0;
        right: 0; }
        .variations .select2-container .select2-selection--single .select2-selection__arrow b {
          display: block;
          border: none;
          height: 100%;
          width: calc(8px + 3vw);
          margin: 0;
          left: auto;
          top: auto; }
          .variations .select2-container .select2-selection--single .select2-selection__arrow b:after {
            position: absolute;
            content: "\2193";
            font-size: 1.25rem;
            color: var(--primary-color, #4ec8f4);
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%); }
      .variations .select2-container .select2-selection--single .select2-selection__rendered {
        color: #000000;
        line-height: normal;
        padding-left: 0; }

.woocommerce-checkout .select2-container,
.woocommerce-account .select2-container {
  width: 100% !important; }
  .woocommerce-checkout .select2-container .select2-selection--single,
  .woocommerce-account .select2-container .select2-selection--single {
    border: 1px solid var(--primary-extra-light-color, #c9eefc);
    border-radius: 0px;
    padding: 0 1vw;
    height: 4vw; }
    .woocommerce-checkout .select2-container .select2-selection--single .select2-selection__arrow,
    .woocommerce-account .select2-container .select2-selection--single .select2-selection__arrow {
      top: 50%;
      right: 0.5vw;
      transform: translateY(-50%); }
    .woocommerce-checkout .select2-container .select2-selection--single .select2-selection__rendered,
    .woocommerce-account .select2-container .select2-selection--single .select2-selection__rendered {
      font: 1rem/4vw "apercu-mono-regular", monospace;
      text-transform: uppercase;
      color: #000000;
      padding: 0; }

#review_form label {
  display: none; }

.woocommerce-invalid {
  position: relative; }
  .woocommerce-invalid input:not([type=checkbox]):not([type=radio]),
  .woocommerce-invalid .select2-container .select2-selection--single {
    border-color: #c00c1a;
    background: #ffd5d5; }

@media (max-width: 1023px) {
  label {
    font-size: .8rem; }
  input:not([type=checkbox]):not([type=radio]) {
    height: 6vw;
    line-height: 6vw; }
  .variations .select2-container .select2-selection--single {
    padding: 2vw; }
    .variations .select2-container .select2-selection--single .select2-selection__arrow {
      width: calc(10px + 6vw); }
      .variations .select2-container .select2-selection--single .select2-selection__arrow b {
        width: calc(8px + 6vw); }
  .woocommerce-checkout .select2-container .select2-selection--single,
  .woocommerce-account .select2-container .select2-selection--single {
    height: 6vw; }
    .woocommerce-checkout .select2-container .select2-selection--single .select2-selection__rendered,
    .woocommerce-account .select2-container .select2-selection--single .select2-selection__rendered {
      line-height: 6vw; }
  .button {
    padding: 2vw; }
    .button:hover:before {
      height: 6px; }
    .button:hover:after {
      display: none; } }

@media (max-width: 767px) {
  input:not([type=checkbox]):not([type=radio]) {
    height: 10vw;
    line-height: 10vw;
    font-size: .8rem; }
  .variations .select2-container .select2-selection--single {
    padding: 4vw; }
    .variations .select2-container .select2-selection--single .select2-selection__arrow {
      width: calc(10px + 8vw); }
      .variations .select2-container .select2-selection--single .select2-selection__arrow b {
        width: calc(8px + 8vw); }
  .woocommerce-checkout .select2-container .select2-selection--single,
  .woocommerce-account .select2-container .select2-selection--single {
    height: 10vw; }
    .woocommerce-checkout .select2-container .select2-selection--single .select2-selection__rendered,
    .woocommerce-account .select2-container .select2-selection--single .select2-selection__rendered {
      line-height: 10vw;
      font-size: .8rem;
      text-transform: none; }
  .button {
    padding: 4vw; } }

.mini-cart {
  background: #000000;
  position: fixed;
  top: 5px;
  right: 0;
  bottom: 0;
  width: 24vw;
  z-index: 998;
  -webkit-transition: all 0.4s cubic-bezier(0.55, 0.01, 0.73, 0.95);
  -moz-transition: all 0.4s cubic-bezier(0.55, 0.01, 0.73, 0.95);
  transition: all 0.4s cubic-bezier(0.55, 0.01, 0.73, 0.95);
  transform: translateX(100%); }
  .mini-cart nav {
    padding: 0 0 2vw; }
    .mini-cart nav a {
      font-size: .8rem;
      color: #ffffff; }
      .mini-cart nav a:last-child {
        float: right; }
  .mini-cart .mini-cart-wrapper {
    height: 100%;
    padding: 6vw 4vw 4vw;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    color: #ffffff; }
    .mini-cart .mini-cart-wrapper .mini-cart-header {
      background: #000000;
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      height: 6vw;
      padding: 0 4vw;
      line-height: 6vw;
      z-index: 999; }
      .mini-cart .mini-cart-wrapper .mini-cart-header a {
        color: #ffffff;
        font-weight: 800; }
        .mini-cart .mini-cart-wrapper .mini-cart-header a:hover {
          color: var(--primary-color, #4ec8f4); }
        .mini-cart .mini-cart-wrapper .mini-cart-header a:last-child {
          float: right; }
    .mini-cart .mini-cart-wrapper li {
      border-bottom: 1px solid #ffffff;
      padding: 0 0 2vw;
      margin: 0 0 2vw; }
    .mini-cart .mini-cart-wrapper a img {
      display: block;
      width: 100%;
      height: auto; }
    .mini-cart .mini-cart-wrapper a h6 {
      margin: 1rem 0;
      color: var(--primary-color, #4ec8f4);
      text-transform: uppercase;
      -webkit-transition: color 0.2s cubic-bezier(0.25, 0.25, 0.75, 0.75);
      -moz-transition: color 0.2s cubic-bezier(0.25, 0.25, 0.75, 0.75);
      transition: color 0.2s cubic-bezier(0.25, 0.25, 0.75, 0.75); }
    .mini-cart .mini-cart-wrapper a:hover h6 {
      color: #ffffff; }
    .mini-cart .mini-cart-wrapper .quantity {
      font-size: .8rem;
      color: #ffffff; }
    .mini-cart .mini-cart-wrapper .remove {
      display: block;
      position: relative;
      font-size: .8rem;
      color: #ffffff;
      padding-left: 1.5rem;
      margin: 1rem 0 0; }
      .mini-cart .mini-cart-wrapper .remove:before {
        content: '\00D7';
        position: absolute;
        left: 0;
        top: 50%;
        transform: translateY(-50%);
        font: 2rem "futura-pt", sans-serif;
        font-weight: 800;
        color: #eb4a50; }
    .mini-cart .mini-cart-wrapper .total {
      margin: 2vw 0;
      color: #ffffff; }
    .mini-cart .mini-cart-wrapper .checkout-button {
      background: var(--primary-color, #4ec8f4);
      display: block;
      width: 100%;
      text-align: center;
      font: 1rem/4vw "futura-pt", sans-serif;
      text-transform: uppercase;
      font-weight: 800;
      color: #ffffff;
      cursor: pointer; }
    .mini-cart .mini-cart-wrapper .woocommerce-mini-cart__empty-message {
      position: absolute;
      width: 100%;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      text-align: center; }
      .mini-cart .mini-cart-wrapper .woocommerce-mini-cart__empty-message a {
        color: #ffffff;
        font-weight: 800; }
        .mini-cart .mini-cart-wrapper .woocommerce-mini-cart__empty-message a:hover {
          color: var(--primary-color, #4ec8f4); }
  .mini-cart.expanded {
    transform: translateX(0); }
  @media (max-width: 1023px) {
    .mini-cart {
      width: 48vw; }
      .mini-cart .mini-cart-wrapper {
        padding: 16vw 8vw 8vw; }
        .mini-cart .mini-cart-wrapper .mini-cart-header {
          height: 16vw;
          padding: 0 8vw;
          line-height: 16vw; }
        .mini-cart .mini-cart-wrapper li {
          padding: 0 0 4vw;
          margin: 0 0 4vw; }
        .mini-cart .mini-cart-wrapper a h6 {
          margin: 4vw 0 1rem 0; }
        .mini-cart .mini-cart-wrapper .checkout-button {
          line-height: 8vw; } }
  @media (max-width: 767px) {
    .mini-cart {
      width: 80vw; }
      .mini-cart .mini-cart-wrapper .checkout-button {
        line-height: 10vw; } }

.mini-cart-veil {
  border-top: 5px solid var(--primary-dark-color, #6db1fa);
  background: rgba(0, 0, 0, 0.3) url(../images/grain_4.png) repeat;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -webkit-transition: all 0.2s cubic-bezier(0.25, 0.25, 0.75, 0.75);
  -moz-transition: all 0.2s cubic-bezier(0.25, 0.25, 0.75, 0.75);
  transition: all 0.2s cubic-bezier(0.25, 0.25, 0.75, 0.75);
  opacity: 0;
  visibility: hidden;
  z-index: 996; }

.show--cart {
  overflow: hidden; }
  .show--cart .mini-cart-veil {
    opacity: 1;
    visibility: visible; }
  @media (max-width: 1023px) {
    .show--cart {
      overflow: auto; } }

#hero .slide {
  height: 36vw; }
  #hero .slide .fill {
    position: absolute;
    width: 52vw;
    height: 36vw;
    right: 8vw;
    left: auto; }
  #hero .slide .summary {
    position: absolute;
    left: 8vw;
    top: 50%;
    transform: translateY(-50%);
    text-align: center; }
    #hero .slide .summary h2 {
      color: #000000;
      text-transform: uppercase; }
    #hero .slide .summary p {
      margin: 2rem 0; }
    #hero .slide .summary a {
      border-style: solid;
      border-color: #dbf6f0;
      border-width: 0 6px 6px 6px;
      position: relative;
      display: inline-block;
      padding: 1vw;
      margin: 1rem 0 0;
      font-family: "futura-pt", sans-serif;
      text-transform: uppercase;
      color: #000000; }
      #hero .slide .summary a:before {
        content: '';
        background: #3dd2b9;
        display: block;
        position: absolute;
        top: -6px;
        left: -6px;
        right: -6px;
        -webkit-transition: all 0.4s cubic-bezier(1, 0, 0, 1);
        -moz-transition: all 0.4s cubic-bezier(1, 0, 0, 1);
        transition: all 0.4s cubic-bezier(1, 0, 0, 1);
        height: 6px; }
      #hero .slide .summary a:after {
        content: attr(title);
        position: absolute;
        width: 100%;
        top: 50%;
        left: 0;
        transform: translateY(-50%);
        color: #ffffff;
        -webkit-transition: all 0.4s cubic-bezier(1, 0, 0, 1);
        -moz-transition: all 0.4s cubic-bezier(1, 0, 0, 1);
        transition: all 0.4s cubic-bezier(1, 0, 0, 1);
        opacity: 0; }
      #hero .slide .summary a:hover:before {
        height: calc(100% + 12px); }
      #hero .slide .summary a:hover:after {
        opacity: 1; }

#hero .arrow-right,
#hero .arrow-left {
  position: absolute;
  bottom: -4vw;
  right: 4vw;
  width: 8vw;
  height: 8vw;
  overflow: hidden;
  cursor: pointer;
  z-index: 5;
  -webkit-transition: all 0.4s cubic-bezier(1, 0, 0, 1);
  -moz-transition: all 0.4s cubic-bezier(1, 0, 0, 1);
  transition: all 0.4s cubic-bezier(1, 0, 0, 1);
  background: none;
  border: 6px solid #dbf6f0; }
  #hero .arrow-right span,
  #hero .arrow-left span {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transition: all 0.4s cubic-bezier(1, 0, 0, 1);
    -moz-transition: all 0.4s cubic-bezier(1, 0, 0, 1);
    transition: all 0.4s cubic-bezier(1, 0, 0, 1);
    font-family: "futura-pt", sans-serif;
    font-size: 2.5rem;
    color: #000000; }
  #hero .arrow-right:hover,
  #hero .arrow-left:hover {
    border-color: #000000;
    background: #000000; }
    #hero .arrow-right:hover span,
    #hero .arrow-left:hover span {
      color: #ffffff; }

#hero .arrow-left {
  right: 12vw;
  margin-right: 1vw; }

#start {
  margin: 8vw;
  display: flex;
  justify-content: space-between; }
  #start #livechat {
    background: #eb4a50;
    border-right: 6px solid #c00c1a;
    color: #ffffff;
    margin: 0 1vw 0 0;
    padding: 2vw;
    font-size: .8rem;
    line-height: 1.5; }
    #start #livechat h3 {
      font-size: 1.25rem;
      text-transform: uppercase; }
  #start ul {
    background: #dbf6f0;
    color: #3dd2b9;
    padding: 2vw;
    flex-grow: 1;
    display: flex;
    align-items: center; }
    #start ul li {
      flex-grow: 1; }
    #start ul li:first-child {
      font-family: "futura-pt", sans-serif;
      font-size: 1.25rem;
      text-transform: uppercase; }
    #start ul a {
      color: #666666; }
      #start ul a:hover {
        color: #000000; }

#modules {
  padding: 8vw; }

@media (max-width: 1023px) {
  #hero .slide {
    height: auto;
    padding: 80vw 0 0; }
    #hero .slide .fill {
      height: 80vw;
      width: 100vw;
      left: 0;
      right: 0; }
    #hero .slide .summary {
      position: relative;
      top: auto;
      left: auto;
      transform: translate(0);
      padding: 8vw; } }

.product--grid {
  margin: 0;
  width: 100%;
  padding: 7vw 0 4vw; }
  .product--grid .products {
    display: flex;
    flex-wrap: wrap;
    width: 84vw;
    margin: 0 auto; }
    .product--grid .products li {
      position: relative;
      width: 20.25vw;
      margin: 0 1vw 0 0; }
      .product--grid .products li:nth-child(4n) {
        margin: 0; }
      .product--grid .products li a .badge {
        position: absolute;
        left: 0.5vw;
        top: 0.5vw;
        padding: 0.66667vw;
        font: .8rem/1 "futura-pt", sans-serif;
        font-weight: 600;
        color: #ffffff;
        text-transform: uppercase;
        z-index: 2; }
        .product--grid .products li a .badge.onsale {
          background: #eb4a50; }
        .product--grid .products li a .badge.new {
          background: var(--primary-color, #4ec8f4); }
      .product--grid .products li a .thumb--wrap {
        background: #f5f0ef;
        width: 100%;
        height: 24vw;
        overflow: hidden; }
        .product--grid .products li a .thumb--wrap img {
          position: absolute;
          display: block;
          width: 75%;
          height: auto;
          top: 50%;
          left: 50%;
          transform: translate(-50%, -50%);
          -webkit-transition: width 0.1s cubic-bezier(0.25, 0.25, 0.75, 0.75);
          -moz-transition: width 0.1s cubic-bezier(0.25, 0.25, 0.75, 0.75);
          transition: width 0.1s cubic-bezier(0.25, 0.25, 0.75, 0.75); }
      .product--grid .products li a .product--summary {
        padding: 1vw 0 2vw;
        color: #ffffff; }
        .product--grid .products li a .product--summary p {
          font: 1rem "futura-pt", sans-serif;
          font-weight: 600; }
          .product--grid .products li a .product--summary p.price {
            display: block;
            font-weight: normal;
            line-height: 2;
            margin: 0; }
          .product--grid .products li a .product--summary p ins {
            text-decoration: none;
            color: #eb4a50; }
      .product--grid .products li a:hover .thumb--wrap img {
        width: 80%; }
  .product--grid .product--featured {
    background: #ffffff;
    margin: 2vw -8vw 4vw;
    padding: 4vw 8vw;
    display: flex;
    justify-content: space-between;
    align-items: center; }
    .product--grid .product--featured .learn--more {
      width: 41.5vw; }
      .product--grid .product--featured .learn--more h2 {
        text-transform: uppercase;
        color: #000000;
        margin: 1rem 0; }
    .product--grid .product--featured .thumb--wrap {
      width: 41.5vw; }
      .product--grid .product--featured .thumb--wrap img {
        display: block;
        width: 75%;
        height: auto;
        margin: 0 auto; }
  .product--grid.cross-sells {
    padding: 4vw 0 0;
    text-align: center; }
    .product--grid.cross-sells .button {
      width: 16vw;
      font: 1rem/1 "futura-pt", sans-serif;
      font-weight: 800;
      color: #000000;
      text-transform: uppercase;
      margin: 2vw 0 0; }
    .product--grid.cross-sells .products {
      border-top: 1px solid var(--primary-extra-light-color, #c9eefc);
      margin: 4vw 0 0;
      padding: 2vw 0 0; }
      .product--grid.cross-sells .products .product--summary {
        text-align: left;
        color: #000000; }
  @media (max-width: 1023px) {
    .product--grid {
      padding: 0 4vw 2vw; }
      .product--grid .products {
        width: 92vw;
        justify-content: space-between; }
        .product--grid .products li {
          width: 44vw;
          margin: 0 0 2vw; }
          .product--grid .products li a .thumb--wrap {
            width: 44vw;
            height: 48vw; }
      .product--grid.cross-sells .button {
        width: auto; } }
  @media (max-width: 1023px) {
    .product--grid.cross-sells h2 {
      font-size: 2rem; }
    .product--grid.cross-sells .button {
      margin: 1rem 0 0; } }

#pagination {
  width: 84vw;
  margin: 0 auto;
  padding: 2vw 0 0;
  font-size: .8rem; }
  #pagination ul {
    display: flex;
    justify-content: space-between; }
    #pagination ul .all,
    #pagination ul a:hover {
      color: #ffffff; }
  @media (max-width: 1023px) {
    #pagination {
      width: 92vw;
      margin: 2vw auto 4vw; }
      #pagination span {
        display: none; } }

#product {
  background: #ffffff;
  width: 100%;
  padding: 7vw 0 8vw; }
  #product .breadcrumb {
    width: 84vw;
    margin: 0 auto 2vw;
    font: .8rem/1 "futura-pt", sans-serif;
    font-weight: 600;
    color: var(--primary-color, #4ec8f4);
    text-transform: uppercase; }
    #product .breadcrumb a {
      position: relative;
      color: #000000;
      margin: 0 1vw 0 0; }
    #product .breadcrumb a:after {
      content: '';
      display: block;
      position: absolute;
      background: #aaaaaa;
      height: 1px;
      width: .5vw;
      top: 50%;
      right: -.75vw;
      transform: translateY(-50%); }
  #product .product--content {
    width: 84vw;
    margin: 0 auto;
    display: flex;
    justify-content: space-between; }
    #product .product--content .product--images {
      width: 40vw; }
      #product .product--content .product--images img {
        display: block;
        width: 100%;
        height: auto;
        margin: 1vw 0 0; }
        #product .product--content .product--images img:first-child {
          margin: 0; }
    #product .product--content .product--info {
      width: 40vw; }
      #product .product--content .product--info .product--summary {
        font-size: .8rem;
        z-index: 1; }
        #product .product--content .product--info .product--summary .price {
          font-family: "futura-pt", sans-serif;
          font-size: 3rem;
          letter-spacing: -2px;
          color: var(--primary-color, #4ec8f4);
          font-weight: 600; }
          #product .product--content .product--info .product--summary .price del {
            color: #aaaaaa; }
          #product .product--content .product--info .product--summary .price ins {
            text-decoration: none; }
        #product .product--content .product--info .product--summary label {
          margin: 2vw 0 0.5vw; }
        #product .product--content .product--info .product--summary .stock {
          font: .8rem/1 "futura-pt", sans-serif;
          text-transform: uppercase;
          margin: 0.5vw 0 0; }
          #product .product--content .product--info .product--summary .stock.out-of-stock {
            color: #c00c1a; }
        #product .product--content .product--info .product--summary .button {
          margin: 2vw 0; }
        #product .product--content .product--info .product--summary h5 {
          margin: 0 0 0.5vw; }
        #product .product--content .product--info .product--summary ul {
          margin: 1rem 0 0 1rem; }
          #product .product--content .product--info .product--summary ul li {
            list-style: disc; }
        #product .product--content .product--info .product--summary a {
          border-bottom: 1px solid var(--primary-color, #4ec8f4); }
          #product .product--content .product--info .product--summary a:hover {
            border-bottom: 1px solid #000000; }
        #product .product--content .product--info .product--summary .share {
          margin: 2vw 0 0; }
        #product .product--content .product--info .product--summary .features {
          margin: 2vw 0 0;
          display: flex;
          justify-content: space-between; }
          #product .product--content .product--info .product--summary .features .feature {
            width: calc(50% - 2vw); }
  @media (max-width: 1023px) {
    #product {
      padding: 4vw 0; }
      #product .breadcrumb {
        width: 92vw;
        margin: 0 4vw 4vw; }
      #product .product--content {
        display: block;
        width: 100%; }
        #product .product--content .product--images {
          width: 100vw;
          padding: 0 2vw; }
          #product .product--content .product--images img {
            margin: 0 2vw; }
            #product .product--content .product--images img:first-child {
              margin: 0 2vw; }
          #product .product--content .product--images:not(.slick-slider) {
            background: #f5f0ef;
            width: 92vw;
            margin: 0 4vw; }
            #product .product--content .product--images:not(.slick-slider) img {
              width: 50%;
              margin: 0 auto; }
        #product .product--content .product--info {
          width: 100%;
          padding: 4vw 4vw 0; }
          #product .product--content .product--info .product--summary label {
            margin: 2vw 0; }
          #product .product--content .product--info .product--summary .button {
            margin: 4vw 0; }
          #product .product--content .product--info .product--summary .buttons {
            display: none; }
          #product .product--content .product--info .product--summary .features {
            display: block;
            margin: 0; }
            #product .product--content .product--info .product--summary .features .feature {
              width: 100%;
              margin: 4vw 0 0; }
            #product .product--content .product--info .product--summary .features p {
              margin: 0; } }

#share {
  background: #ffffff;
  padding: 0 8vw 8vw; }
  #share h2 {
    text-align: center;
    color: var(--primary-color, #4ec8f4); }
  #share .noshares {
    margin: 1rem 0 0;
    text-align: center; }
    #share .noshares a {
      display: inline-block;
      margin: 0.5vw 0 0;
      border-bottom: 1px solid var(--primary-color, #4ec8f4); }
      #share .noshares a:hover {
        border-bottom: 1px solid #000000; }
  #share .grid {
    display: flex;
    margin: 4vw 0 0; }
    #share .grid aside {
      width: 12vw;
      font-size: .8rem; }
      #share .grid aside svg {
        position: absolute;
        top: -1vw;
        left: 0;
        width: 2vw;
        fill: var(--primary-color, #4ec8f4);
        transform: translateY(-100%); }
      #share .grid aside a {
        display: inline-block;
        margin: 0.5vw 0 0;
        border-bottom: 1px solid var(--primary-color, #4ec8f4); }
        #share .grid aside a:hover {
          border-bottom: 1px solid #000000; }
    #share .grid .grams {
      width: 60vw;
      height: 52vw; }
      #share .grid .grams .gram {
        position: absolute; }
        #share .grid .grams .gram .fill {
          position: relative; }
        #share .grid .grams .gram cite {
          position: relative;
          display: block;
          font: .8rem/1 "futura-pt", sans-serif;
          color: #000000;
          text-transform: uppercase;
          font-weight: 800; }
          #share .grid .grams .gram cite a {
            display: block; }
        #share .grid .grams .gram:nth-child(1) {
          top: 0;
          left: 0;
          width: 28vw;
          height: calc(40% - 1vw);
          display: flex;
          align-items: flex-end; }
          #share .grid .grams .gram:nth-child(1) cite {
            text-align: right;
            margin: 0 0.5vw 0 0;
            order: 1; }
          #share .grid .grams .gram:nth-child(1) .fill {
            order: 2; }
        #share .grid .grams .gram:nth-child(2) {
          bottom: 0;
          left: 0;
          width: 28vw;
          height: calc(60% - 1vw); }
          #share .grid .grams .gram:nth-child(2) cite {
            margin: 0.5vw 0 0; }
        #share .grid .grams .gram:nth-child(3) {
          top: 0;
          right: 0;
          width: 30vw;
          height: 75%; }
          #share .grid .grams .gram:nth-child(3) cite {
            margin: 0.5vw 0 0; }
  @media (max-width: 1023px) {
    #share {
      padding: 4vw 4vw 8vw; } }

#reviews {
  padding: 4vw 8vw;
  color: #ffffff;
  text-align: center; }
  #reviews h2 {
    color: #ffffff; }
    #reviews h2 span {
      display: block;
      font-size: 1.5rem;
      color: var(--primary-color, #4ec8f4);
      letter-spacing: 5px; }
  #reviews .button {
    display: inline-block;
    border: solid 6px var(--primary-extra-light-color, #c9eefc);
    margin: 2vw auto;
    padding: 1vw 2vw;
    font: 1rem/1 "futura-pt", sans-serif;
    font-weight: 800;
    color: #ffffff; }
  #reviews .commentlist li {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    padding: 2vw 0 4vw; }
  #reviews .commentlist .comment-text {
    display: flex;
    justify-content: space-between;
    text-align: left;
    padding: 0 20vw; }
    #reviews .commentlist .comment-text .rating {
      width: 12vw; }
      #reviews .commentlist .comment-text .rating h4 {
        color: #ffffff; }
      #reviews .commentlist .comment-text .rating p {
        font-size: .8rem;
        color: #aaaaaa;
        margin: 1rem 0 0; }
      #reviews .commentlist .comment-text .rating .star-rating {
        display: inline-block;
        position: relative;
        overflow: hidden;
        letter-spacing: 2px; }
        #reviews .commentlist .comment-text .rating .star-rating:before {
          content: "★★★★★";
          font-size: 1rem;
          color: #666666; }
        #reviews .commentlist .comment-text .rating .star-rating span {
          position: absolute;
          overflow: hidden;
          text-indent: 101%;
          white-space: nowrap;
          top: 0;
          left: 0; }
        #reviews .commentlist .comment-text .rating .star-rating span:before {
          content: "★★★★★";
          color: var(--primary-color, #4ec8f4);
          text-indent: 0;
          position: absolute;
          top: 0;
          left: 0; }
    #reviews .commentlist .comment-text .review {
      width: 28vw; }
  @media (max-width: 1023px) {
    #reviews {
      padding: 8vw 4vw; }
      #reviews .button {
        padding: 4vw;
        margin: 4vw auto; }
      #reviews .commentlist {
        margin: 4vw 0 0; }
        #reviews .commentlist li {
          padding: 4vw 0; }
          #reviews .commentlist li .comment-text {
            display: block;
            padding: 0;
            text-align: center; }
            #reviews .commentlist li .comment-text .rating {
              width: 92vw; }
            #reviews .commentlist li .comment-text .review {
              width: 92vw;
              margin: 1rem 0 0; } }

#overlay_wrapper {
  background: rgba(255, 255, 255, 0.975) url(../images/grain_4.png) repeat;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 9999;
  -webkit-transition: all 0.4s cubic-bezier(0.25, 0.25, 0.75, 0.75);
  -moz-transition: all 0.4s cubic-bezier(0.25, 0.25, 0.75, 0.75);
  transition: all 0.4s cubic-bezier(0.25, 0.25, 0.75, 0.75);
  opacity: 0;
  visibility: hidden; }
  #overlay_wrapper.active {
    opacity: 1;
    visibility: visible; }
  #overlay_wrapper h2 {
    color: #000000; }
  #overlay_wrapper .close--overlay {
    position: fixed;
    top: 4vw;
    right: 4vw;
    width: 4vw;
    height: 4vw;
    z-index: 9999;
    cursor: pointer; }
    #overlay_wrapper .close--overlay span {
      background: var(--primary-color, #4ec8f4);
      position: absolute;
      top: 50%;
      left: 0;
      height: 2px;
      width: 100%;
      -webkit-transition: all 0.4s cubic-bezier(1, 0, 0, 1);
      -moz-transition: all 0.4s cubic-bezier(1, 0, 0, 1);
      transition: all 0.4s cubic-bezier(1, 0, 0, 1); }
      #overlay_wrapper .close--overlay span:nth-child(1) {
        transform: rotate(-45deg); }
      #overlay_wrapper .close--overlay span:nth-child(2) {
        transform: rotate(45deg); }
  #overlay_wrapper #review_form {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 40vw;
    color: #666666; }
    #overlay_wrapper #review_form #email-notes {
      display: block; }
    #overlay_wrapper #review_form p {
      margin: 1rem 0; }
    #overlay_wrapper #review_form .stars a {
      position: relative;
      height: 2rem;
      width: 2rem;
      text-indent: -999em;
      display: inline-block;
      text-decoration: none; }
      #overlay_wrapper #review_form .stars a:before {
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        width: 2rem;
        height: 2rem;
        font-size: 2rem;
        line-height: 1;
        content: '★';
        color: #aaaaaa;
        text-indent: 0; }
      #overlay_wrapper #review_form .stars a:hover ~ a:before {
        content: '★';
        color: #aaaaaa; }
    #overlay_wrapper #review_form .stars:hover a:before {
      content: '★';
      color: var(--primary-color, #4ec8f4); }
    #overlay_wrapper #review_form .stars.selected a.active:before {
      content: '★';
      color: var(--primary-color, #4ec8f4); }
    #overlay_wrapper #review_form .stars.selected a.active ~ a:before {
      content: '★';
      color: #aaaaaa; }
    #overlay_wrapper #review_form .stars.selected a:not(.active):before {
      content: '★';
      color: var(--primary-color, #4ec8f4); }
    #overlay_wrapper #review_form textarea,
    #overlay_wrapper #review_form input[type=text],
    #overlay_wrapper #review_form input[type=email] {
      border: 1px solid var(--primary-color, #4ec8f4);
      width: 100%;
      padding: 1vw;
      font: 1rem "apercu-mono-regular", monospace;
      color: #1f1f1f; }
    #overlay_wrapper #review_form .button {
      width: 100%;
      margin: 0 0 1rem;
      color: #1f1f1f; }
  #overlay_wrapper #fit_guide {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); }
  @media (max-width: 1023px) {
    #overlay_wrapper #review_form,
    #overlay_wrapper #fit_guide {
      width: 90vw; } }

.related.product--grid {
  background: #ffffff;
  width: 100%;
  padding: 4vw 0 0; }
  .related.product--grid .actions {
    width: 84vw;
    margin: 0 auto 1rem; }
    .related.product--grid .actions .all {
      font-size: .8rem;
      border-bottom: 1px solid var(--primary-color, #4ec8f4); }
      .related.product--grid .actions .all:hover {
        border-bottom: 1px solid #000000; }
  .related.product--grid .products {
    border-bottom: 2px solid #f5f0ef; }
    .related.product--grid .products .product--summary {
      color: #000000; }
  @media (max-width: 1023px) {
    .related.product--grid {
      padding: 8vw 4vw; }
      .related.product--grid .actions {
        width: 92vw; } }

.woocommerce-cart {
  /*
	@include breakpoint(tablet) {
		.woocommerce {
			display: block;
			.woocommerce-cart-form,
			.cart-collaterals {
				width: $pad*19;
			}
			.woocommerce-cart-form {
				tbody {
					td {
						padding: $pad/2 0;
					}
					.product-name {
						padding: 0 $pad/2 0 0;
					}
					.product-price {
						padding: 0 $pad/2 0 0;
					}
					.product-quantity {
						input {
							width: 100%;
						}
					}
					.product-delete {
						padding: 0 0 0 $pad;
					}
				}
				.actions {
					td {
						padding: $pad 0 0;
					}
					.coupon {
						width: 100%;
						justify-content: space-between;
						padding: $pad/2 0 $pad;
						input[type=text] {
							width: $pad*10;
							margin: 0;
						}
						input[type=submit] {
							width: $pad*8;
							margin: 0;
						}
					}
					button {
						display: block;
						float: none;
						width: 100%;
					}
				}
			}
			.cart-collaterals {
				.checkout-button {
					margin: $pad 0 0;
					width: 100%;
					text-align: center;
					height: $pad*1.5;
					line-height: $pad*1.5;
					padding: 0 $pad/2;
				}
			}
		}
	}
	@include breakpoint(mobile) {
		.woocommerce {
			.woocommerce-cart-form,
			.cart-collaterals {
				width: $pad*21;
			}
			.woocommerce-cart-form {
				thead {
					.product-name {
						display: none;
					}
				}
				tbody {
					.product-thumbnail {
						display: none;
					}
				}
				.actions {
					.coupon {
						padding: $pad 0;
						input[type=text] {
							width: $pad*11;;
						}
						input[type=submit] {
							width: $pad*9;
						}
					}
				}
			}
			.cart-collaterals {
				.checkout-button {
					height: $pad*3;
					line-height: $pad*3;
					padding: 0 $pad;
				}
			}
		}
	}
	*/ }
  .woocommerce-cart .woocommerce .cart-summary {
    background: var(--primary-extra-light-color, #c9eefc);
    padding: 2vw;
    text-align: center; }
    .woocommerce-cart .woocommerce .cart-summary h2 {
      text-transform: uppercase;
      font-weight: 800;
      letter-spacing: normal; }
    .woocommerce-cart .woocommerce .cart-summary p {
      margin: 0.5vw 0 1vw; }
    .woocommerce-cart .woocommerce .cart-summary .button {
      border: none;
      background: #000000;
      font: 1rem/1 "apercu-mono-regular", monospace;
      text-transform: none;
      color: #ffffff;
      font-weight: 800;
      overflow: hidden; }
      .woocommerce-cart .woocommerce .cart-summary .button:before {
        top: 0;
        left: 0;
        right: 0;
        height: 0; }
      .woocommerce-cart .woocommerce .cart-summary .button:hover:before {
        height: 100%; }
  .woocommerce-cart .woocommerce .woocommerce-cart-form table {
    width: 100%; }
  .woocommerce-cart .woocommerce .woocommerce-cart-form .cart_item {
    border-bottom: 1px solid var(--primary-extra-light-color, #c9eefc); }
    .woocommerce-cart .woocommerce .woocommerce-cart-form .cart_item td {
      vertical-align: top;
      text-align: left;
      padding: 4vw 0; }
    .woocommerce-cart .woocommerce .woocommerce-cart-form .cart_item .product-thumbnail {
      width: 24vw;
      padding-left: 8vw; }
      .woocommerce-cart .woocommerce .woocommerce-cart-form .cart_item .product-thumbnail img {
        display: block;
        width: 100%;
        height: auto; }
    .woocommerce-cart .woocommerce .woocommerce-cart-form .cart_item .product-name {
      width: 24vw;
      padding-left: 4vw;
      padding-right: 4vw; }
      .woocommerce-cart .woocommerce .woocommerce-cart-form .cart_item .product-name a {
        font: 2rem/1 "futura-pt", sans-serif;
        font-weight: 800;
        color: var(--primary-color, #4ec8f4);
        text-transform: uppercase; }
      .woocommerce-cart .woocommerce .woocommerce-cart-form .cart_item .product-name .variation {
        margin: 0;
        font-size: 1rem; }
      .woocommerce-cart .woocommerce .woocommerce-cart-form .cart_item .product-name .quantity {
        margin: 1rem 0 0; }
        .woocommerce-cart .woocommerce .woocommerce-cart-form .cart_item .product-name .quantity .stepper {
          display: flex;
          justify-content: flex-start; }
        .woocommerce-cart .woocommerce .woocommerce-cart-form .cart_item .product-name .quantity input,
        .woocommerce-cart .woocommerce .woocommerce-cart-form .cart_item .product-name .quantity span {
          background: #ffffff;
          display: block;
          border: 1px solid var(--primary-extra-light-color, #c9eefc);
          height: 2.66667vw;
          line-height: 2.66667vw;
          text-align: center; }
        .woocommerce-cart .woocommerce .woocommerce-cart-form .cart_item .product-name .quantity input {
          border-width: 1px 0;
          width: 4vw; }
        .woocommerce-cart .woocommerce .woocommerce-cart-form .cart_item .product-name .quantity span {
          width: 2.66667vw;
          font-size: 1.5rem;
          font-family: "futura-pt", sans-serif;
          font-weight: 800;
          color: var(--primary-color, #4ec8f4);
          cursor: pointer; }
    .woocommerce-cart .woocommerce .woocommerce-cart-form .cart_item .product-delete {
      padding-right: 4vw; }
      .woocommerce-cart .woocommerce .woocommerce-cart-form .cart_item .product-delete a {
        position: relative;
        color: #666666;
        padding-left: 2rem; }
        .woocommerce-cart .woocommerce .woocommerce-cart-form .cart_item .product-delete a:before {
          content: '\00D7';
          position: absolute;
          left: 0;
          top: 50%;
          transform: translateY(-50%);
          font: 2.5rem "futura-pt", sans-serif;
          font-weight: 800;
          color: #eb4a50; }
    .woocommerce-cart .woocommerce .woocommerce-cart-form .cart_item .product-price {
      padding-right: 8vw; }
  .woocommerce-cart .woocommerce .woocommerce-cart-form .actions {
    color: var(--primary-color, #4ec8f4);
    display: none; }
    .woocommerce-cart .woocommerce .woocommerce-cart-form .actions td {
      padding-top: 2vw; }
    .woocommerce-cart .woocommerce .woocommerce-cart-form .actions .coupon {
      display: flex; }
      .woocommerce-cart .woocommerce .woocommerce-cart-form .actions .coupon input {
        border: 1px solid var(--primary-extra-light-color, #c9eefc);
        width: auto;
        font: 1rem/1 "apercu-mono-regular", monospace;
        padding: 0 2vw; }
      .woocommerce-cart .woocommerce .woocommerce-cart-form .actions .coupon input[type=text] {
        margin: 0 1vw 0 0; }
    .woocommerce-cart .woocommerce .woocommerce-cart-form .actions button {
      float: right;
      font: 1rem/1 "futura-pt", sans-serif;
      font-weight: 800;
      color: #000000;
      text-transform: uppercase; }
  .woocommerce-cart .woocommerce .cart-collaterals {
    width: 20vw; }
    .woocommerce-cart .woocommerce .cart-collaterals h2 {
      border-bottom: 1px solid #ccc;
      padding-bottom: 1vw;
      margin-bottom: 1vw; }
    .woocommerce-cart .woocommerce .cart-collaterals table {
      width: 100%; }
      .woocommerce-cart .woocommerce .cart-collaterals table th {
        text-align: left;
        padding: 0.5vw 0; }
      .woocommerce-cart .woocommerce .cart-collaterals table td {
        color: var(--primary-color, #4ec8f4);
        text-align: left;
        padding: 0.5vw 0;
        width: 1%;
        white-space: nowrap; }
      .woocommerce-cart .woocommerce .cart-collaterals table #shipping_method li {
        padding: 0.25vw 0; }
      .woocommerce-cart .woocommerce .cart-collaterals table #shipping_method label {
        display: inline; }
  @media (max-width: 1023px) {
    .woocommerce-cart .woocommerce .cart-summary {
      padding: 4vw; }
      .woocommerce-cart .woocommerce .cart-summary p {
        margin: 1rem 0; }
      .woocommerce-cart .woocommerce .cart-summary .button:hover:before {
        display: none; }
    .woocommerce-cart .woocommerce .woocommerce-cart-form .cart_item .product-thumbnail {
      width: 20vw;
      padding-left: 0; }
    .woocommerce-cart .woocommerce .woocommerce-cart-form .cart_item .product-name {
      width: 40vw; }
      .woocommerce-cart .woocommerce .woocommerce-cart-form .cart_item .product-name a {
        font-size: 1rem; }
      .woocommerce-cart .woocommerce .woocommerce-cart-form .cart_item .product-name .quantity input,
      .woocommerce-cart .woocommerce .woocommerce-cart-form .cart_item .product-name .quantity span {
        height: 6vw;
        line-height: 6vw; }
      .woocommerce-cart .woocommerce .woocommerce-cart-form .cart_item .product-name .quantity input {
        width: 8vw; }
      .woocommerce-cart .woocommerce .woocommerce-cart-form .cart_item .product-name .quantity span {
        width: 6vw; }
    .woocommerce-cart .woocommerce .woocommerce-cart-form .cart_item .product-delete span {
      display: none; }
    .woocommerce-cart .woocommerce .woocommerce-cart-form .cart_item .product-price {
      padding-right: 0; } }
  @media (max-width: 767px) {
    .woocommerce-cart .woocommerce .cart-summary h2 {
      font-size: 2rem; }
    .woocommerce-cart .woocommerce .woocommerce-cart-form .cart_item .product-thumbnail {
      display: none; }
    .woocommerce-cart .woocommerce .woocommerce-cart-form .cart_item .product-name {
      padding-left: 0;
      width: auto; }
      .woocommerce-cart .woocommerce .woocommerce-cart-form .cart_item .product-name .quantity label {
        display: none; }
      .woocommerce-cart .woocommerce .woocommerce-cart-form .cart_item .product-name .quantity input,
      .woocommerce-cart .woocommerce .woocommerce-cart-form .cart_item .product-name .quantity span {
        height: 8vw;
        line-height: 8vw; }
      .woocommerce-cart .woocommerce .woocommerce-cart-form .cart_item .product-name .quantity input {
        width: 12vw; }
      .woocommerce-cart .woocommerce .woocommerce-cart-form .cart_item .product-name .quantity span {
        width: 8vw; }
    .woocommerce-cart .woocommerce .woocommerce-cart-form .cart_item .product-delete {
      width: auto;
      white-space: nowrap; }
    .woocommerce-cart .woocommerce .woocommerce-cart-form .cart_item .product-price {
      width: auto;
      white-space: nowrap; } }

.woocommerce-checkout .woocommerce-message,
.woocommerce-checkout .woocommerce-info {
  display: none; }

.woocommerce-checkout .woocommerce .reminder {
  background: var(--primary-extra-light-color, #c9eefc);
  padding: 2vw;
  margin-bottom: 4vw;
  text-align: center; }
  .woocommerce-checkout .woocommerce .reminder h2 {
    text-transform: uppercase;
    font-weight: 800;
    letter-spacing: normal; }
  .woocommerce-checkout .woocommerce .reminder p {
    margin: 0.5vw 0 1vw; }
  .woocommerce-checkout .woocommerce .reminder .button {
    border: none;
    background: #000000;
    font: 1rem/1 "apercu-mono-regular", monospace;
    text-transform: none;
    color: #ffffff;
    font-weight: 800;
    overflow: hidden; }
    .woocommerce-checkout .woocommerce .reminder .button:before {
      top: 0;
      left: 0;
      right: 0;
      height: 0; }
    .woocommerce-checkout .woocommerce .reminder .button:hover:before {
      height: 100%; }

.woocommerce-checkout .woocommerce h3 {
  color: #000000;
  text-transform: none;
  font-weight: 600;
  margin: 0 0 2vw; }

.woocommerce-checkout .woocommerce .woocommerce-NoticeGroup-checkout {
  background: #ffd5d5;
  padding: 2vw;
  margin: 0 0 4vw;
  text-align: center; }
  .woocommerce-checkout .woocommerce .woocommerce-NoticeGroup-checkout h2 {
    text-transform: uppercase;
    font-weight: 800;
    letter-spacing: normal; }

.woocommerce-checkout .woocommerce .wrapper #customer_details {
  width: 52vw; }

.woocommerce-checkout .woocommerce .wrapper #return-customer {
  margin-bottom: calc(2vw - 1rem); }

.woocommerce-checkout .woocommerce .wrapper .woocommerce-billing-fields__field-wrapper {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap; }
  .woocommerce-checkout .woocommerce .wrapper .woocommerce-billing-fields__field-wrapper .form-row {
    width: 100%;
    margin: 1rem 0 0; }
    .woocommerce-checkout .woocommerce .wrapper .woocommerce-billing-fields__field-wrapper .form-row#billing_first_name_field,
    .woocommerce-checkout .woocommerce .wrapper .woocommerce-billing-fields__field-wrapper .form-row#billing_last_name_field {
      width: calc(50% - 1vw); }
    .woocommerce-checkout .woocommerce .wrapper .woocommerce-billing-fields__field-wrapper .form-row#billing_city_field {
      width: calc(50% - 1vw); }
    .woocommerce-checkout .woocommerce .wrapper .woocommerce-billing-fields__field-wrapper .form-row#billing_state_field {
      width: 25%; }
    .woocommerce-checkout .woocommerce .wrapper .woocommerce-billing-fields__field-wrapper .form-row#billing_postcode_field {
      width: calc(25% - 1vw); }

.woocommerce-checkout .woocommerce .wrapper .mailchimp-newsletter {
  margin: 1rem 0 0; }
  .woocommerce-checkout .woocommerce .wrapper .mailchimp-newsletter input {
    display: none; }
  .woocommerce-checkout .woocommerce .wrapper .mailchimp-newsletter input + label {
    position: relative;
    padding: 0 0 0 2vw;
    font: 1rem/1 "apercu-mono-regular", monospace;
    cursor: pointer; }
  .woocommerce-checkout .woocommerce .wrapper .mailchimp-newsletter input:checked + label {
    color: #000000; }
  .woocommerce-checkout .woocommerce .wrapper .mailchimp-newsletter label:before {
    content: '';
    position: absolute;
    border: 1px solid var(--primary-color, #4ec8f4);
    background: transparent;
    height: 1.33333vw;
    width: 1.33333vw;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transition: all 0.2s cubic-bezier(0.25, 0.25, 0.75, 0.75);
    -moz-transition: all 0.2s cubic-bezier(0.25, 0.25, 0.75, 0.75);
    transition: all 0.2s cubic-bezier(0.25, 0.25, 0.75, 0.75); }
  .woocommerce-checkout .woocommerce .wrapper .mailchimp-newsletter input:checked + label:before {
    background: var(--primary-color, #4ec8f4);
    box-shadow: inset 0 0 0 2px #fff; }

.woocommerce-checkout .woocommerce .wrapper .shipping-options {
  border-bottom: 1px solid var(--primary-extra-light-color, #c9eefc);
  padding: 0 0 2vw;
  margin: 2vw 0 0; }
  .woocommerce-checkout .woocommerce .wrapper .shipping-options #shipping_method li {
    display: flex;
    margin: 1vw 0 0; }
    .woocommerce-checkout .woocommerce .wrapper .shipping-options #shipping_method li:first-child {
      margin: 0; }
  .woocommerce-checkout .woocommerce .wrapper .shipping-options #shipping_method input {
    display: none; }
  .woocommerce-checkout .woocommerce .wrapper .shipping-options #shipping_method input + label {
    position: relative;
    padding: 0 0 0 2vw;
    font: 1rem/1 "apercu-mono-regular", monospace;
    cursor: pointer; }
  .woocommerce-checkout .woocommerce .wrapper .shipping-options #shipping_method input:checked + label {
    color: #000000; }
  .woocommerce-checkout .woocommerce .wrapper .shipping-options #shipping_method label:before {
    content: '';
    position: absolute;
    border: 1px solid var(--primary-color, #4ec8f4);
    background: transparent;
    height: 1vw;
    width: 1vw;
    border-radius: 50%;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transition: all 0.2s cubic-bezier(0.25, 0.25, 0.75, 0.75);
    -moz-transition: all 0.2s cubic-bezier(0.25, 0.25, 0.75, 0.75);
    transition: all 0.2s cubic-bezier(0.25, 0.25, 0.75, 0.75); }
  .woocommerce-checkout .woocommerce .wrapper .shipping-options #shipping_method input:checked + label:before {
    background: var(--primary-color, #4ec8f4); }

.woocommerce-checkout .woocommerce .wrapper #ship-to-different-address {
  margin: 2vw 0 0;
  display: flex;
  align-items: center;
  justify-content: space-between; }
  .woocommerce-checkout .woocommerce .wrapper #ship-to-different-address h3 {
    margin: 0; }
  .woocommerce-checkout .woocommerce .wrapper #ship-to-different-address label {
    margin: 0; }
    .woocommerce-checkout .woocommerce .wrapper #ship-to-different-address label input {
      display: none; }
    .woocommerce-checkout .woocommerce .wrapper #ship-to-different-address label span {
      font: 1rem/1 "apercu-mono-regular", monospace;
      position: relative;
      cursor: pointer;
      transition: all 0.2s cubic-bezier(0.25, 0.25, 0.75, 0.75);
      color: var(--primary-color, #4ec8f4);
      border-bottom: 1px solid var(--primary-color, #4ec8f4); }
      .woocommerce-checkout .woocommerce .wrapper #ship-to-different-address label span:hover {
        color: #000000;
        border-bottom: 1px solid #000000; }

.woocommerce-checkout .woocommerce .wrapper .woocommerce-shipping-fields__field-wrapper {
  margin: 2vw 0 0;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap; }
  .woocommerce-checkout .woocommerce .wrapper .woocommerce-shipping-fields__field-wrapper .form-row {
    width: 100%;
    margin: 1rem 0 0; }
    .woocommerce-checkout .woocommerce .wrapper .woocommerce-shipping-fields__field-wrapper .form-row#shipping_first_name_field,
    .woocommerce-checkout .woocommerce .wrapper .woocommerce-shipping-fields__field-wrapper .form-row#shipping_last_name_field {
      width: calc(50% - 1vw); }
    .woocommerce-checkout .woocommerce .wrapper .woocommerce-shipping-fields__field-wrapper .form-row#shipping_city_field {
      width: calc(50% - 1vw); }
    .woocommerce-checkout .woocommerce .wrapper .woocommerce-shipping-fields__field-wrapper .form-row#shipping_state_field {
      width: 25%; }
    .woocommerce-checkout .woocommerce .wrapper .woocommerce-shipping-fields__field-wrapper .form-row#shipping_postcode_field {
      width: calc(25% - 1vw); }

.woocommerce-checkout .woocommerce .wrapper #customer_order_review {
  width: 28vw; }

.woocommerce-checkout .woocommerce .wrapper #order_review_heading {
  border-bottom: 1px solid var(--primary-extra-light-color, #c9eefc);
  padding-bottom: 1vw;
  text-transform: uppercase;
  font-weight: 800;
  font-size: 1rem;
  line-height: 2rem;
  margin: 0; }

.woocommerce-checkout .woocommerce .wrapper .cart--list {
  padding: 0 2vw; }
  .woocommerce-checkout .woocommerce .wrapper .cart--list li {
    display: flex;
    padding: 2vw 0 0; }
  .woocommerce-checkout .woocommerce .wrapper .cart--list img {
    display: block;
    width: 8vw;
    height: auto;
    margin: 0 2vw 0 0; }
  .woocommerce-checkout .woocommerce .wrapper .cart--list h6 {
    font-size: 1.25rem;
    text-transform: uppercase;
    margin: 0 0 0.5vw; }
  .woocommerce-checkout .woocommerce .wrapper .cart--list .quantity {
    display: block; }

.woocommerce-checkout .woocommerce .wrapper .woocommerce-checkout-review-order-table {
  width: 100%;
  background: var(--primary-extra-light-color, #c9eefc);
  margin: 2vw 0 0;
  text-align: left; }
  .woocommerce-checkout .woocommerce .wrapper .woocommerce-checkout-review-order-table th {
    padding: 0.5vw 1vw 0.5vw 2vw;
    color: #000000;
    width: auto; }
  .woocommerce-checkout .woocommerce .wrapper .woocommerce-checkout-review-order-table td {
    padding: 0.5vw 2vw 0.5vw 1vw; }
  .woocommerce-checkout .woocommerce .wrapper .woocommerce-checkout-review-order-table tr:first-child th,
  .woocommerce-checkout .woocommerce .wrapper .woocommerce-checkout-review-order-table tr:first-child td {
    padding-top: 2vw; }
  .woocommerce-checkout .woocommerce .wrapper .woocommerce-checkout-review-order-table .shipping-total th,
  .woocommerce-checkout .woocommerce .wrapper .woocommerce-checkout-review-order-table .shipping-total td {
    padding-bottom: 2vw; }
  .woocommerce-checkout .woocommerce .wrapper .woocommerce-checkout-review-order-table tr:nth-last-child(2) th,
  .woocommerce-checkout .woocommerce .wrapper .woocommerce-checkout-review-order-table tr:nth-last-child(2) td {
    padding-bottom: 2vw; }
  .woocommerce-checkout .woocommerce .wrapper .woocommerce-checkout-review-order-table tr:last-child {
    background: var(--primary-light-color, #8adbf8); }
    .woocommerce-checkout .woocommerce .wrapper .woocommerce-checkout-review-order-table tr:last-child th,
    .woocommerce-checkout .woocommerce .wrapper .woocommerce-checkout-review-order-table tr:last-child td {
      padding-top: 2vw;
      padding-bottom: 2vw; }

.woocommerce-checkout .woocommerce .wrapper .coupon--wrapper {
  background: var(--primary-extra-light-color, #c9eefc);
  padding: 2vw;
  margin: 2vw 0 0; }
  .woocommerce-checkout .woocommerce .wrapper .coupon--wrapper h3 {
    text-transform: uppercase;
    font-weight: 800;
    font-size: 1rem;
    margin: 0; }
  .woocommerce-checkout .woocommerce .wrapper .coupon--wrapper .woocommerce-error {
    margin: 1rem 0 0;
    color: #000000; }
  .woocommerce-checkout .woocommerce .wrapper .coupon--wrapper form {
    display: flex !important;
    justify-content: space-between;
    margin: 1rem 0 0; }
    .woocommerce-checkout .woocommerce .wrapper .coupon--wrapper form input,
    .woocommerce-checkout .woocommerce .wrapper .coupon--wrapper form button {
      display: block;
      font: 1rem "apercu-mono-regular", monospace; }
    .woocommerce-checkout .woocommerce .wrapper .coupon--wrapper form input {
      background: none;
      border: 1px solid #ffffff;
      width: 15vw;
      padding: 0 1vw;
      text-transform: uppercase;
      color: #000000; }
    .woocommerce-checkout .woocommerce .wrapper .coupon--wrapper form button {
      border: none;
      background: #000000;
      width: 8vw;
      font-weight: 800;
      color: #ffffff;
      cursor: pointer; }
      .woocommerce-checkout .woocommerce .wrapper .coupon--wrapper form button:before {
        top: 0;
        left: 0;
        right: 0;
        height: 0; }
      .woocommerce-checkout .woocommerce .wrapper .coupon--wrapper form button:hover:before {
        height: 100%; }

.woocommerce-checkout .woocommerce .wrapper #payment {
  margin: 2vw 0 0;
  color: #000000;
  font-size: .8rem;
  line-height: 1.5; }
  .woocommerce-checkout .woocommerce .wrapper #payment label {
    display: block;
    font-size: 2rem;
    margin: 0 0 0.5vw 0; }
  .woocommerce-checkout .woocommerce .wrapper #payment .wc-stripe-elements-field {
    border-color: var(--primary-color, #4ec8f4);
    padding: 1vw;
    margin: 1rem 0 0; }
  .woocommerce-checkout .woocommerce .wrapper #payment .button {
    width: 28vw;
    margin: 0 0 2vw;
    font: 1rem/1 "futura-pt", sans-serif;
    font-weight: 800;
    color: #000000;
    text-transform: uppercase; }
  .woocommerce-checkout .woocommerce .wrapper #payment label[for=payment_method_ppec_paypal],
  .woocommerce-checkout .woocommerce .wrapper #payment label[for=card-element],
  .woocommerce-checkout .woocommerce .wrapper #payment .payment_method_ppec_paypal,
  .woocommerce-checkout .woocommerce .wrapper #payment img {
    display: none; }

.woocommerce-checkout .woocommerce-order {
  border-bottom: 1px solid #c9eefc;
  padding: 0 0 4vw; }
  .woocommerce-checkout .woocommerce-order .order--summary {
    background: var(--primary-extra-light-color, #c9eefc);
    padding: 2vw;
    text-align: center;
    margin: 0 0 4vw; }
    .woocommerce-checkout .woocommerce-order .order--summary h2 {
      text-transform: uppercase;
      font-weight: 800;
      letter-spacing: normal; }
    .woocommerce-checkout .woocommerce-order .order--summary p {
      margin: 1rem 0 0; }
  .woocommerce-checkout .woocommerce-order h3 {
    margin: 0 0 0.5vw; }
  .woocommerce-checkout .woocommerce-order .order--confirmation {
    width: 100%;
    border: 1px solid var(--primary-extra-light-color, #c9eefc);
    border-width: 1px 0;
    margin: 0 0 2vw; }
    .woocommerce-checkout .woocommerce-order .order--confirmation td {
      width: 25%; }
      .woocommerce-checkout .woocommerce-order .order--confirmation td a {
        border-bottom: 1px solid var(--primary-color, #4ec8f4); }
        .woocommerce-checkout .woocommerce-order .order--confirmation td a:hover {
          border-bottom: 1px solid #000000; }
    .woocommerce-checkout .woocommerce-order .order--confirmation thead td {
      padding: 2vw 0;
      font: .8rem/1 "futura-pt", sans-serif;
      color: var(--primary-color, #4ec8f4);
      text-transform: uppercase;
      font-weight: 800; }
    .woocommerce-checkout .woocommerce-order .order--confirmation tbody td {
      padding: 0 0 2vw; }
  .woocommerce-checkout .woocommerce-order .customer--details {
    display: flex; }
    .woocommerce-checkout .woocommerce-order .customer--details .billing {
      margin: 0 4vw 0 0; }
      .woocommerce-checkout .woocommerce-order .customer--details .billing .details--phone {
        margin: 1rem 0 0; }
      .woocommerce-checkout .woocommerce-order .customer--details .billing .details--email {
        margin: 0; }

@media (max-width: 1023px) {
  .woocommerce-checkout .woocommerce .wrapper {
    display: block; }
    .woocommerce-checkout .woocommerce .wrapper #customer_details {
      width: 92vw; }
    .woocommerce-checkout .woocommerce .wrapper #customer_order_review {
      width: 92vw; }
    .woocommerce-checkout .woocommerce .wrapper .mailchimp-newsletter input + label {
      padding: 0 0 0 6vw; }
    .woocommerce-checkout .woocommerce .wrapper .mailchimp-newsletter label:before {
      height: 3vw;
      width: 3vw; }
    .woocommerce-checkout .woocommerce .wrapper .shipping-options #shipping_method input + label {
      padding: 0 0 0 6vw; }
    .woocommerce-checkout .woocommerce .wrapper .shipping-options #shipping_method label:before {
      height: 3vw;
      width: 3vw; }
    .woocommerce-checkout .woocommerce .wrapper #ship-to-different-address {
      margin: 4vw 0 0; }
    .woocommerce-checkout .woocommerce .wrapper #order_review_heading {
      border-top: 1px solid var(--primary-extra-light-color, #c9eefc);
      border-bottom: none;
      font-size: 2rem;
      color: #000000;
      text-transform: none;
      font-weight: 600;
      margin: 4vw 0 2vw;
      padding: 4vw 0 0; }
    .woocommerce-checkout .woocommerce .wrapper .cart--list {
      padding: 0; }
      .woocommerce-checkout .woocommerce .wrapper .cart--list li {
        padding: 2vw 0 0; }
      .woocommerce-checkout .woocommerce .wrapper .cart--list .thumb {
        display: none; }
      .woocommerce-checkout .woocommerce .wrapper .cart--list .summary {
        width: 100%;
        display: flex;
        justify-content: space-between; }
        .woocommerce-checkout .woocommerce .wrapper .cart--list .summary h6 {
          width: 52vw; }
        .woocommerce-checkout .woocommerce .wrapper .cart--list .summary .quantity {
          width: 16vw; }
        .woocommerce-checkout .woocommerce .wrapper .cart--list .summary .price {
          width: 16vw;
          text-align: right; }
    .woocommerce-checkout .woocommerce .wrapper .woocommerce-checkout-review-order-table th {
      width: 56vw;
      padding: 0.66667vw 4vw; }
    .woocommerce-checkout .woocommerce .wrapper .woocommerce-checkout-review-order-table td {
      width: 36vw;
      padding: 0.66667vw 4vw 0.66667vw 0; }
    .woocommerce-checkout .woocommerce .wrapper .woocommerce-checkout-review-order-table tr:first-child th,
    .woocommerce-checkout .woocommerce .wrapper .woocommerce-checkout-review-order-table tr:first-child td {
      padding-top: 4vw; }
    .woocommerce-checkout .woocommerce .wrapper .woocommerce-checkout-review-order-table .shipping-total th,
    .woocommerce-checkout .woocommerce .wrapper .woocommerce-checkout-review-order-table .shipping-total td {
      padding-bottom: 4vw; }
    .woocommerce-checkout .woocommerce .wrapper .woocommerce-checkout-review-order-table tr:nth-last-child(2) th,
    .woocommerce-checkout .woocommerce .wrapper .woocommerce-checkout-review-order-table tr:nth-last-child(2) td {
      padding-bottom: 4vw; }
    .woocommerce-checkout .woocommerce .wrapper .woocommerce-checkout-review-order-table tr:last-child th,
    .woocommerce-checkout .woocommerce .wrapper .woocommerce-checkout-review-order-table tr:last-child td {
      padding-top: 4vw;
      padding-bottom: 4vw; }
    .woocommerce-checkout .woocommerce .wrapper .coupon--wrapper {
      margin: 4vw 0 0;
      padding: 4vw; }
      .woocommerce-checkout .woocommerce .wrapper .coupon--wrapper form input {
        width: 48vw; }
      .woocommerce-checkout .woocommerce .wrapper .coupon--wrapper form button {
        width: 32vw;
        height: 6vw;
        line-height: 6vw;
        padding: 0; }
        .woocommerce-checkout .woocommerce .wrapper .coupon--wrapper form button:hover:before {
          display: none; }
    .woocommerce-checkout .woocommerce .wrapper #payment {
      margin: 4vw 0 0; }
      .woocommerce-checkout .woocommerce .wrapper #payment .wc-stripe-elements-field {
        padding: 2vw; }
      .woocommerce-checkout .woocommerce .wrapper #payment .button {
        width: 92vw; }
  .woocommerce-checkout .woocommerce-order .order--summary {
    padding: 4vw; }
  .woocommerce-checkout .woocommerce-order .order--confirmation {
    margin: 0 0 4vw; }
  .woocommerce-checkout .woocommerce-order .customer--details {
    display: block; }
    .woocommerce-checkout .woocommerce-order .customer--details .shipping {
      margin: 4vw 0 0; } }

@media (max-width: 767px) {
  .woocommerce-checkout .woocommerce .wrapper .woocommerce-billing-fields__field-wrapper .form-row#billing_first_name_field,
  .woocommerce-checkout .woocommerce .wrapper .woocommerce-billing-fields__field-wrapper .form-row#billing_last_name_field,
  .woocommerce-checkout .woocommerce .wrapper .woocommerce-billing-fields__field-wrapper .form-row#billing_city_field,
  .woocommerce-checkout .woocommerce .wrapper .woocommerce-billing-fields__field-wrapper .form-row#billing_state_field,
  .woocommerce-checkout .woocommerce .wrapper .woocommerce-billing-fields__field-wrapper .form-row#billing_postcode_field {
    width: 100%; }
  .woocommerce-checkout .woocommerce .wrapper #ship-to-different-address {
    display: block; }
    .woocommerce-checkout .woocommerce .wrapper #ship-to-different-address label {
      margin: 2vw 0 0; }
      .woocommerce-checkout .woocommerce .wrapper #ship-to-different-address label input {
        margin: 0 0 0 2vw; }
  .woocommerce-checkout .woocommerce .wrapper .cart--list {
    font-size: .8rem; }
    .woocommerce-checkout .woocommerce .wrapper .cart--list .summary h6 {
      width: auto;
      font-size: .8rem; }
    .woocommerce-checkout .woocommerce .wrapper .cart--list .summary .quantity {
      width: auto;
      white-space: nowrap; }
    .woocommerce-checkout .woocommerce .wrapper .cart--list .summary .price {
      width: auto;
      text-align: right;
      white-space: nowrap; }
  .woocommerce-checkout .woocommerce .wrapper .coupon--wrapper form button {
    height: 10vw;
    line-height: 10vw; } }

.woocommerce-account .woocommerce .woocommerce-MyAccount-content {
  padding: 0 16vw; }
  .woocommerce-account .woocommerce .woocommerce-MyAccount-content .actions {
    text-align: center; }

.woocommerce-account .woocommerce .account--navigation h3 {
  border-bottom: 1px solid #c9eefc;
  padding-bottom: 1vw;
  text-transform: uppercase;
  font-weight: 800;
  font-size: 1rem;
  line-height: 2rem;
  color: #000000;
  margin: 0; }

.woocommerce-account .woocommerce .account--navigation ul {
  padding: 0.5vw 0 0; }
  .woocommerce-account .woocommerce .account--navigation ul li {
    margin: 0.5vw 0 0; }
  .woocommerce-account .woocommerce .account--navigation ul li.is-active a {
    color: #aaaaaa; }
  .woocommerce-account .woocommerce .account--navigation ul li.woocommerce-MyAccount-navigation-link--customer-logout {
    margin: 2vw 0 0; }

.woocommerce-account .woocommerce h3 {
  color: #000000;
  font-weight: 600;
  margin: 2vw 0 1vw; }
  .woocommerce-account .woocommerce h3:first-child {
    margin: 0; }

.woocommerce-account .woocommerce address {
  margin: 0 0 0.5vw; }

.woocommerce-account .woocommerce .woocommerce-orders-table {
  width: 100%;
  border: 1px solid var(--primary-extra-light-color, #c9eefc);
  border-width: 1px 0;
  margin: 0 0 2vw;
  text-align: left; }
  .woocommerce-account .woocommerce .woocommerce-orders-table thead th {
    padding: 2vw 0;
    font: .8rem/1 "futura-pt", sans-serif;
    color: var(--primary-color, #4ec8f4);
    text-transform: uppercase;
    font-weight: 800; }
  .woocommerce-account .woocommerce .woocommerce-orders-table td {
    padding: 0 0 2vw; }
    .woocommerce-account .woocommerce .woocommerce-orders-table td a {
      border-bottom: 1px solid var(--primary-color, #4ec8f4); }
      .woocommerce-account .woocommerce .woocommerce-orders-table td a:hover {
        border-bottom: 1px solid #000000; }

.woocommerce-account .woocommerce .edit-account fieldset {
  margin: 0 0 2vw; }

.woocommerce-account .woocommerce .edit-account legend {
  font-family: "futura-pt", sans-serif;
  font-size: 2rem;
  color: #000000;
  text-transform: none;
  font-weight: 600;
  margin: 0 0 2vw; }

.woocommerce-account .woocommerce .edit-account small {
  margin: 0.5vw 0 0; }

.woocommerce-account .woocommerce .woocommerce-order-details {
  margin: 2vw 0; }
  .woocommerce-account .woocommerce .woocommerce-order-details table {
    border-top: 1px solid var(--primary-extra-light-color, #c9eefc);
    width: 100%;
    margin: 0.5vw 0 0;
    text-align: left; }
    .woocommerce-account .woocommerce .woocommerce-order-details table thead th {
      padding: 2vw 0;
      font: .8rem/1 "futura-pt", sans-serif;
      color: var(--primary-color, #4ec8f4);
      text-transform: uppercase;
      font-weight: 800; }
    .woocommerce-account .woocommerce .woocommerce-order-details table tbody td {
      padding: 0 0 2vw; }
      .woocommerce-account .woocommerce .woocommerce-order-details table tbody td a {
        text-decoration: underline; }
    .woocommerce-account .woocommerce .woocommerce-order-details table tfoot {
      background: var(--primary-extra-light-color, #c9eefc); }
      .woocommerce-account .woocommerce .woocommerce-order-details table tfoot th {
        padding: 0.5vw 0 0.5vw 2vw;
        color: #000000; }
      .woocommerce-account .woocommerce .woocommerce-order-details table tfoot td {
        padding: 0.5vw 2vw 0.5vw 0; }
      .woocommerce-account .woocommerce .woocommerce-order-details table tfoot tr:first-child th,
      .woocommerce-account .woocommerce .woocommerce-order-details table tfoot tr:first-child td {
        padding-top: 2vw; }
      .woocommerce-account .woocommerce .woocommerce-order-details table tfoot tr:last-child th,
      .woocommerce-account .woocommerce .woocommerce-order-details table tfoot tr:last-child td {
        padding-bottom: 2vw; }
  .woocommerce-account .woocommerce .woocommerce-order-details .button {
    text-align: center;
    margin: 2vw 0 0; }

.woocommerce-account .woocommerce .woocommerce-customer-details {
  display: flex; }
  .woocommerce-account .woocommerce .woocommerce-customer-details h3 {
    margin: 0 0 0.5vw; }
  .woocommerce-account .woocommerce .woocommerce-customer-details .billing {
    margin: 0 4vw 0 0; }
    .woocommerce-account .woocommerce .woocommerce-customer-details .billing .details--phone {
      margin: 1rem 0 0; }
    .woocommerce-account .woocommerce .woocommerce-customer-details .billing .details--email {
      margin: 0; }

.woocommerce-account .woocommerce .woocommerce-error {
  background: #ffd5d5;
  padding: 1vw;
  margin: 0 0 1rem;
  text-align: center; }

.woocommerce-account .woocommerce .button {
  width: 100%;
  font: 1rem/1 "futura-pt", sans-serif;
  font-weight: 800; }

.woocommerce-account .woocommerce .actions {
  margin: 2vw 0 0; }
  .woocommerce-account .woocommerce .actions li {
    margin: 0 0 0.5vw;
    font-weight: 600; }

@media (max-width: 1023px) {
  .woocommerce-account .woocommerce .col--narrow {
    display: none; } }

#content--help {
  padding: 2vw 24vw 0;
  text-align: center; }
  #content--help h2 {
    text-transform: uppercase;
    font-weight: 800;
    margin: 0 0 2vw; }
  @media (max-width: 1023px) {
    #content--help {
      padding: 0; } }

#contact--help {
  background: var(--primary-extra-light-color, #c9eefc);
  margin: 2vw 16vw;
  padding: 2vw;
  display: flex;
  justify-content: space-between;
  font-size: .8rem;
  line-height: 1.5; }
  #contact--help h4 {
    text-transform: none;
    font-weight: 600;
    font-size: 1.25rem; }
  #contact--help p {
    margin: 1rem 0; }
  #contact--help a {
    color: #000000;
    text-decoration: underline; }
  #contact--help .contact--chat {
    width: 18vw;
    padding-right: 2vw; }
  #contact--help .contact--call {
    width: 16vw;
    border: 1px solid #aaa;
    border-width: 0 1px;
    padding: 0 2vw; }
  #contact--help .contact--visit {
    width: 18vw;
    padding-left: 2vw; }
  @media (max-width: 1023px) {
    #contact--help {
      margin: 4vw 0;
      padding: 4vw; }
      #contact--help .contact--chat {
        width: 28vw; }
      #contact--help .contact--call {
        width: 28vw;
        padding: 0 4vw;
        margin: 0 4vw; }
      #contact--help .contact--visit {
        width: 28vw; } }
  @media (max-width: 767px) {
    #contact--help {
      display: block; }
      #contact--help p {
        margin: 1rem 0 0; }
      #contact--help .contact--chat {
        width: 84vw; }
      #contact--help .contact--call {
        width: 84vw;
        border-width: 1px 0;
        padding: 4vw 0;
        margin: 4vw 0; }
      #contact--help .contact--visit {
        width: 84vw; } }

#accordion {
  padding: 0 8vw; }
  #accordion h3 {
    font-weight: 600;
    color: #000000; }
  #accordion article {
    padding: 0; }
    #accordion article label {
      position: relative;
      display: block;
      cursor: pointer;
      font: 8rem "futura-pt", sans-serif;
      color: var(--primary-color, #4ec8f4);
      font-weight: 600;
      letter-spacing: -2px;
      margin: 0; }
    #accordion article .accordion--content {
      display: none; }
      #accordion article .accordion--content p {
        margin: 1vw 0; }
  @media (max-width: 1023px) {
    #accordion {
      padding: 0; }
      #accordion article label {
        font-size: 6rem; } }
  @media (max-width: 767px) {
    #accordion article label {
      font-size: 4rem; } }
