h3[data-v-5238b021] {
  position: relative;
  margin: 35px 0 30px;
  padding: 30px 0 0 0;
  border-top: 1px solid #000000;
  color: #767676;
}
h3.section-fulfillment-method[data-v-5238b021] {
    margin-top: 0;
    padding: 0;
    border-top: none;
}
h3.section-fulfillment-method.editable[data-v-5238b021]:after {
      top: 15px;
}
h3.active[data-v-5238b021] {
    color: #000000;
}
h3.editable[data-v-5238b021] {
    color: #000000;
    cursor: pointer;
}
h3.editable[data-v-5238b021]:hover:after {
      color: #FFB511;
}
h3.editable[data-v-5238b021]:after {
      transition: 125ms cubic-bezier(0.4, 0, 0.2, 1) all;
      content: "Edit";
      position: absolute;
      top: 45px;
      right: 0;
      font-family: "Space Mono", monospace;
      font-size: 16px;
      font-weight: 400;
      line-height: 22px;
      background-color: #f0f0f0;
}
.kaiyo-calendar {
  width: 100% !important;
  border-color: #000000 !important;
}
.kaiyo-calendar.left .next {
    visibility: hidden;
}
.kaiyo-calendar.right .prev {
    visibility: hidden;
}
.vdp-datepicker__calendar .cell.selected:hover,
.vdp-datepicker__calendar .cell.selected {
  background-color: #000000 !important;
  color: #fff !important;
}
.vdp-datepicker__calendar .cell:not(.blank):not(.disabled).day:hover,
.vdp-datepicker__calendar .cell:not(.blank):not(.disabled).month:hover,
.vdp-datepicker__calendar .cell:not(.blank):not(.disabled).year:hover {
  border-color: #000000 !important;
}
.termsAndConditions[data-v-0a049046] {
  margin-bottom: 30px;
}
.termsAndConditions input[data-v-0a049046] {
    margin-right: 4px;
}
.disclaimer[data-v-20da04d1] {
  margin-bottom: 40px;
}
p.errors[data-v-20da04d1] {
  color: #aa0000;
  margin-top: 10px;
}
.section .field[data-v-496c1314] {
  display: none !important;
}
.section .field.active[data-v-496c1314] {
    display: block !important;
}
.section .fake-apple-pay-button[data-v-496c1314] {
  background-size: 100% 60%;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  border-radius: 5px;
  padding: 0px;
  box-sizing: border-box;
  min-width: 200px;
  width: 100%;
  min-height: 40px;
  max-height: 64px;
  background-image: -webkit-named-image(apple-pay-logo-white);
  background-color: #cdcdcd;
  cursor: not-allowed;
}
.billing-form[data-v-e7d3a28a] {
  margin-bottom: 30px;
}
.creditcard-placeholder[data-v-0f6c12e6] {
  width: 100%;
  height: 44px;
  background-color: #000000;
  color: #fff;
  padding: 10px;
  text-align: center;
}
.creditcard-placeholder.StripeElement[data-v-0f6c12e6] {
    box-sizing: border-box;
    height: 40px;
    padding: 10px 12px;
    border: 1px solid transparent;
    border-radius: 4px;
    background-color: white;
    box-shadow: 0 1px 3px 0 #e6ebf1;
    -webkit-transition: box-shadow 150ms ease;
    transition: box-shadow 150ms ease;
}
.creditcard-placeholder.StripeElement--focus[data-v-0f6c12e6] {
    box-shadow: 0 1px 3px 0 #cfd7df;
}
.creditcard-placeholder.StripeElement--invalid[data-v-0f6c12e6] {
    border-color: #fa755a;
}
.creditcard-placeholder.StripeElement--webkit-autofill[data-v-0f6c12e6] {
    background-color: #fefde5 !important;
}
.buttons-section[data-v-34aaf7fa] {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 40px 30px;
}
.buttons-section .buttons[data-v-34aaf7fa] {
    margin: 0 0 40px;
}
.buttons-section .buttons .button[data-v-34aaf7fa] {
      position: relative;
      margin: 0;
}
.buttons-section .buttons .button.active[data-v-34aaf7fa] {
        background-color: #000000;
        color: #fff;
        overflow: visible;
}
.buttons-section .buttons .button.active[data-v-34aaf7fa]:after {
          content: "";
          position: absolute;
          bottom: -10px;
          left: calc(50% - 10px);
          width: 0;
          height: 0;
          border-style: solid;
          border-width: 10px 10px 0 10px;
          border-color: #000000 transparent transparent transparent;
}
.right[data-v-2077682a] {
  position: sticky;
  position: -webkit-sticky;
  top: 100px;
  align-self: flex-start;
  width: 33.3%;
  padding-right: 8.3%;
}
.right h3[data-v-2077682a] {
    margin-bottom: 30px;
}
.right p[data-v-2077682a] {
    margin-bottom: 10px;
}
.right p.errors[data-v-2077682a] {
      color: #aa0000;
}
.right .financials[data-v-2077682a] {
    position: relative;
}
.right .financials .loader[data-v-2077682a] {
      display: none;
      position: absolute;
      width: 120px;
      left: calc(50% - 60px);
      top: 40%;
      text-align: center;
}
.right .financials table[data-v-2077682a] {
      width: 100%;
      margin-bottom: 15px;
}
.right .financials table.coupons[data-v-2077682a], .right .financials table.products[data-v-2077682a] {
        margin-top: 30px;
        border-top: 1px solid #000000;
        padding: 15px 0;
}
.right .financials table.totals[data-v-2077682a] {
        padding: 15px 0;
        margin-top: 30px;
        border-top: 1px solid #000000;
}
.right .financials table tr td[data-v-2077682a] {
        padding: 8px 0;
}
.right .financials table tr td[data-v-2077682a]:nth-child(2) {
          text-align: right;
}
.right.loading .loader[data-v-2077682a] {
    display: block;
}
.right.loading .totals[data-v-2077682a] {
    opacity: 0.3;
}
@media only screen and (max-width: 1200px) {
.right[data-v-2077682a] {
    padding-right: 0%;
}
}
@media only screen and (max-width: 850px) {
.right[data-v-2077682a] {
    width: 40%;
}
}
@media only screen and (max-width: 700px) {
.right[data-v-2077682a] {
    width: 100%;
}
}
section.view-checkout {
  display: flex;
  padding-top: 100px;
  padding-bottom: 100px;
}
section.view-checkout .disabled {
    pointer-events: none;
}
section.view-checkout ul.existing-stops {
    list-style-type: none;
}
section.view-checkout .left {
    width: 66.6%;
    padding-left: 8.3%;
    padding-right: 8.3%;
}
section.view-checkout .left .hidden {
      display: none;
}
section.view-checkout .left .section {
      display: grid;
      grid-template-columns: 1fr 1fr;
      grid-gap: 40px 30px;
      margin-bottom: 30px;
}
section.view-checkout .left .section.hidden {
        display: none;
}
section.view-checkout .left .section.closed {
        display: none;
}
section.view-checkout .left .section .errors {
        width: 100%;
        grid-column: span 2;
        color: #aa0000;
}
section.view-checkout .left .section .field {
        position: relative;
        display: inline-block;
}
section.view-checkout .left .section .field.half {
          grid-column: span 1;
}
section.view-checkout .left .section .field.full {
          width: 100%;
          grid-column: span 2;
}
section.view-checkout .left .section .field.half-unless-mobile {
          grid-column: span 1;
}
@media only screen and (max-width: 700px) {
section.view-checkout .left .section .field.half-unless-mobile {
            width: 100%;
            grid-column: span 2;
}
section.view-checkout .left .section .field.hidden-on-mobile {
            display: none;
}
}
section.view-checkout .left .section .field .input {
          width: 100%;
}
section.view-checkout .left .section .field .input:focus + .placeholder,
          section.view-checkout .left .section .field .input:valid + .placeholder {
            font-size: 12px;
            transform: translate3d(0, -100%, 0);
            opacity: 1;
}
section.view-checkout .left .section .field .input.files {
            border: 1px solid #000000;
            padding: 10px;
}
section.view-checkout .left .section .field .placeholder {
          transition: 125ms cubic-bezier(0.4, 0, 0.2, 1) all;
          position: absolute;
          top: 0;
          left: 0;
          opacity: 0.5;
          pointer-events: none;
          width: 100%;
          white-space: nowrap;
          overflow: hidden;
          text-overflow: ellipsis;
}
section.view-checkout .left .section .field .fixed {
          display: block;
          margin-bottom: 5px;
}
section.view-checkout .left .section .final {
        width: 100%;
        margin-top: 0;
}
section.view-checkout .left .useKaiyoCredits {
      margin-bottom: 15px;
}
section.view-checkout .left .buttons {
      margin: 0 0 40px;
}
section.view-checkout .left .buttons .button {
        position: relative;
        margin: 0;
}
section.view-checkout .left .buttons .button.active {
          background-color: #000000;
          color: #fff;
          overflow: visible;
}
section.view-checkout .left .buttons .button.active:after {
            content: "";
            position: absolute;
            bottom: -10px;
            left: calc(50% - 10px);
            width: 0;
            height: 0;
            border-style: solid;
            border-width: 10px 10px 0 10px;
            border-color: #000000 transparent transparent transparent;
}
section.view-checkout .left button,
    section.view-checkout .left .button {
      width: 100%;
}
section.view-checkout .left button.disabled,
      section.view-checkout .left .button.disabled {
        background-color: #767676;
        border-color: #767676;
        color: #f0f0f0;
        cursor: not-allowed;
}
section.view-checkout .left button.disabled:hover,
        section.view-checkout .left .button.disabled:hover {
          color: #f0f0f0;
}
section.view-checkout .apple-pay-button {
    background-size: 100% 60%;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    border-radius: 5px;
    padding: 0px;
    box-sizing: border-box;
    min-width: 200px;
    width: 100%;
    min-height: 40px;
    max-height: 64px;
    background-image: -webkit-named-image(apple-pay-logo-white);
    background-color: #cdcdcd;
    cursor: not-allowed;
}
@media only screen and (max-width: 1200px) {
section.view-checkout {
      padding-top: 60px;
}
section.view-checkout .left {
        padding-left: 0%;
        padding-right: 45px;
}
}
@media only screen and (max-width: 850px) {
section.view-checkout {
      padding-top: 60px;
}
section.view-checkout .left {
        width: 60%;
        padding-right: 30px;
}
}
@media only screen and (max-width: 700px) {
section.view-checkout {
      flex-wrap: wrap;
}
section.view-checkout .left {
        width: 100%;
        padding-right: 0;
        margin-bottom: 90px;
}
}
.actions[data-v-27006e31] {
  display: none;
}
@media only screen and (max-width: 872px) {
.actions[data-v-27006e31] {
    display: block;
}
.actions .first-row[data-v-27006e31] {
      display: flex;
      justify-content: space-between;
      padding: 16px;
}
.actions .first-row button[data-v-27006e31] {
        width: calc((100% - 16px) / 2);
}
.actions .second-row[data-v-27006e31] {
      text-align: center;
}
.actions .second-row .save-search[data-v-27006e31] {
        text-decoration: underline;
}
.actions .second-row .success[data-v-27006e31] {
        color: #4caf50;
        text-decoration: none;
        pointer-events: none;
}
}
.active-filters[data-v-03baafa0] {
  margin-top: 16px;
  display: none;
}
.active-filters.active[data-v-03baafa0] {
    margin-top: 10px;
    margin-bottom: 10px;
    overflow-y: hidden;
    display: block;
    animation-name: open-data-v-03baafa0;
    animation-duration: 200ms;
    animation-iteration-count: 1;
}
@media only screen and (max-width: 872px) {
.active-filters.active[data-v-03baafa0] {
        display: none;
}
}
@keyframes open-data-v-03baafa0 {
0% {
    height: 0px;
}
100% {
    height: auto;
}
}
.active-filters .navigation[data-v-03baafa0] {
    display: inline-block;
    cursor: pointer;
    text-decoration: underline;
    margin-right: 16px;
}
.active-filters .navigation[data-v-03baafa0]:hover {
      color: #FFB511;
}
.active-filters .navigation.success[data-v-03baafa0] {
      color: #4caf50;
      text-decoration: none;
      cursor: not-allowed;
      pointer-events: none;
}
.active-filters span[data-v-03baafa0] {
    position: relative;
    display: inline-block;
    background-color: #cccccc;
    border-radius: 3px;
    padding: 3px 24px 4px 8px;
    cursor: pointer;
    max-width: 200px;
    margin-right: 10px;
    vertical-align: middle;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.active-filters span[data-v-03baafa0]:hover {
      background-color: #FFB511;
      color: #fff;
}
.active-filters span:hover path[data-v-03baafa0] {
        fill: #fff;
}
.active-filters span svg[data-v-03baafa0] {
      transition: 125ms cubic-bezier(0.4, 0, 0.2, 1) all;
      position: absolute;
      top: 39%;
      right: 8px;
      transform: rotate(45deg);
}
.errors[data-v-7b0accbc] {
  color: #aa0000;
}
.value-option[data-v-7b0accbc] {
  margin-right: 20px;
}
h4[data-v-7b0accbc] {
  margin-top: 25px;
}
.space-above[data-v-7b0accbc] {
  margin-top: 20px;
}
.rtl {
  direction: rtl;
}
.vdp-datepicker {
  position: relative;
  text-align: left;
}
.vdp-datepicker * {
    box-sizing: border-box;
}
.vdp-datepicker__calendar {
  position: absolute;
  z-index: 100;
  background: white;
  width: 300px;
  border: 1px solid #ccc;
}
.vdp-datepicker__calendar header {
    display: block;
    line-height: 40px;
}
.vdp-datepicker__calendar header span {
      display: inline-block;
      text-align: center;
      width: calc(100% - ((100% / 7) * 2));
      float: left;
}
.vdp-datepicker__calendar header .prev,
    .vdp-datepicker__calendar header .next {
      width: calc(100% / 7);
      float: left;
      text-indent: -10000px;
      position: relative;
}
.vdp-datepicker__calendar header .prev:after,
      .vdp-datepicker__calendar header .next:after {
        content: '';
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translateX(-50%) translateY(-50%);
        border: 6px solid transparent;
}
.vdp-datepicker__calendar header .prev:after {
      border-right: 10px solid #000;
      margin-left: -5px;
}
.vdp-datepicker__calendar header .prev.disabled:after {
      border-right: 10px solid #ddd;
}
.vdp-datepicker__calendar header .next:after {
      border-left: 10px solid #000;
      margin-left: 5px;
}
.vdp-datepicker__calendar header .next.disabled:after {
      border-left: 10px solid #ddd;
}
.vdp-datepicker__calendar header .prev:not(.disabled),
    .vdp-datepicker__calendar header .next:not(.disabled),
    .vdp-datepicker__calendar header .up:not(.disabled) {
      cursor: pointer;
}
.vdp-datepicker__calendar header .prev:not(.disabled):hover,
      .vdp-datepicker__calendar header .next:not(.disabled):hover,
      .vdp-datepicker__calendar header .up:not(.disabled):hover {
        background: #eee;
}
.vdp-datepicker__calendar .disabled {
    color: #ddd;
    cursor: default;
}
.vdp-datepicker__calendar .flex-rtl {
    display: flex;
    width: inherit;
    flex-wrap: wrap;
}
.vdp-datepicker__calendar .cell {
    display: inline-block;
    padding: 0 5px;
    width: calc(100% / 7);
    height: 40px;
    line-height: 40px;
    text-align: center;
    vertical-align: middle;
    border: 1px solid transparent;
}
.vdp-datepicker__calendar .cell:not(.blank):not(.disabled).day, .vdp-datepicker__calendar .cell:not(.blank):not(.disabled).month, .vdp-datepicker__calendar .cell:not(.blank):not(.disabled).year {
      cursor: pointer;
}
.vdp-datepicker__calendar .cell:not(.blank):not(.disabled).day:hover, .vdp-datepicker__calendar .cell:not(.blank):not(.disabled).month:hover, .vdp-datepicker__calendar .cell:not(.blank):not(.disabled).year:hover {
        border: 1px solid #4bd;
}
.vdp-datepicker__calendar .cell.selected {
      background: #4bd;
}
.vdp-datepicker__calendar .cell.selected:hover {
        background: #4bd;
}
.vdp-datepicker__calendar .cell.selected.highlighted {
        background: #4bd;
}
.vdp-datepicker__calendar .cell.highlighted {
      background: #cae5ed;
}
.vdp-datepicker__calendar .cell.highlighted.disabled {
        color: #a3a3a3;
}
.vdp-datepicker__calendar .cell.grey {
      color: #888;
}
.vdp-datepicker__calendar .cell.grey:hover {
        background: inherit;
}
.vdp-datepicker__calendar .cell.day-header {
      font-size: 75%;
      white-space: nowrap;
      cursor: inherit;
}
.vdp-datepicker__calendar .cell.day-header:hover {
        background: inherit;
}
.vdp-datepicker__calendar .month,
  .vdp-datepicker__calendar .year {
    width: 33.333%;
}
.vdp-datepicker__clear-button,
.vdp-datepicker__calendar-button {
  cursor: pointer;
  font-style: normal;
}
.vdp-datepicker__clear-button.disabled,
  .vdp-datepicker__calendar-button.disabled {
    color: #999;
    cursor: default;
}
#app-product-shipping {
  position: relative;
}
#app-product-shipping h6 .link {
    text-decoration: underline;
}
#app-product-shipping .dialog {
    position: absolute;
    left: calc(50% - 100px);
    width: 200px;
    border: 2px solid #767676;
    padding: 20px;
    background-color: #f0f0f0;
}
#app-product-shipping .dialog input {
      width: 100%;
}
#app-product-shipping .dialog button {
      width: 100%;
      margin-top: 30px;
}
@media only screen and (max-width: 700px) {
#app-product-shipping .dialog {
        position: static;
        width: 100%;
        margin: 15px 0;
}
}
@charset "UTF-8";
/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0; }

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */ }

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder; }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none; }

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */ }

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible; }

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none; }

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; }

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em; }

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline; }

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto; }

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */ }

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block; }

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item; }

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none; }

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none; }

* {
  quotes: "“" "”";
  font-size: inherit;
  font-family: inherit;
  line-height: inherit;
  font-weight: inherit;
  color: inherit;
  margin: 0;
  box-sizing: border-box; }

html {
  height: 100%; }

body {
  font-family: "Space Mono", monospace;
  font-variant-ligatures: none;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  background-color: #f0f0f0;
  color: #000000;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  -moz-osx-font-smoothing: grayscale;
  height: 100%;
  padding-top: 80px; }
  body.noscroll {
    overflow: hidden; }
  @media only screen and (max-width: 1100px) {
    body {
      padding-top: 60px; } }

.container {
  position: relative;
  margin: 0 auto;
  padding: 0; }
  .container.pad {
    padding-left: 16px;
    padding-right: 16px; }
  .container.fill {
    min-height: calc(100vh - 394px); }

.maxwidth {
  margin: 0 auto;
  max-width: 1440px; }

.link,
a {
  border: none;
  outline: none;
  background: none;
  cursor: pointer;
  padding: 0;
  font-family: inherit;
  font-size: inherit;
  transition: 125ms cubic-bezier(0.4, 0, 0.2, 1) all;
  text-decoration: none; }
  .link.anchor,
  a.anchor {
    display: block;
    position: relative;
    top: -80px;
    visibility: hidden; }
  .link.hover-accent:hover,
  a.hover-accent:hover {
    color: #FFB511; }
  .link.underlined,
  a.underlined {
    text-decoration: underline; }

.select {
  position: relative;
  height: 44px; }
  .select:after {
    content: "";
    position: absolute;
    top: 0;
    width: 0;
    height: 0;
    right: 10px;
    bottom: 0;
    margin: auto;
    border-style: solid;
    border-width: 5px 5px 0 5px;
    border-color: #000000 transparent transparent transparent;
    pointer-events: none; }
  .select:before {
    width: 30px;
    position: absolute;
    top: 1px;
    right: 1px;
    bottom: 1px;
    background: whitesmoke;
    content: "";
    pointer-events: none; }
  .select:hover:before {
    border-color: #FFB511; }
  .select select {
    font-size: 14px;
    border: none;
    box-shadow: none;
    border-radius: 0;
    background: transparent;
    height: 100%;
    width: 100%;
    cursor: pointer;
    outline: none;
    padding: 10px 30px 10px 10px;
    border: 1px solid #000000;
    -moz-appearance: none;
    -webkit-appearance: none; }
    .select select:-moz-focusring {
      color: transparent;
      text-shadow: 0 0 0 #000; }
    .select select::-ms-expand {
      display: none; }
    .select select:focus {
      border-color: #FFB511; }

@media all and (min-width: 0\0) and (min-resolution: 0.001dpcm) {
  .select select {
    padding-right: 0; }
  .select:after, .select:before {
    display: none; } }

input::placeholder,
textarea::placeholder {
  color: #000000;
  opacity: 0.5; }

input {
  font-variant-ligatures: none;
  transition: 125ms cubic-bezier(0.4, 0, 0.2, 1) all;
  padding-bottom: 5px;
  border: none;
  border-bottom: 1px solid #000000;
  background-color: transparent;
  outline: none; }
  input.box {
    border: 1px solid #000000;
    padding: 10px;
    height: 44px; }
    input.box:hover, input.box:focus {
      border-color: #FFB511; }
    input.box:disabled, input.box.disabled {
      border-color: #bbb !important;
      background-color: #efefef;
      cursor: not-allowed; }
    input.box.invalid {
      border-color: #f44336; }

textarea {
  transition: 125ms cubic-bezier(0.4, 0, 0.2, 1) all;
  border: 1px solid #000000;
  background-color: transparent;
  outline: none;
  padding: 10px;
  min-height: 150px; }
  textarea:focus {
    border-color: #FFB511; }

.radios {
  border: 1px solid #000000;
  padding: 10px;
  min-height: 44px;
  display: flex;
  justify-content: space-around; }
  .radios label {
    margin-left: 10px;
    margin-right: 20px; }
    .radios label:last-of-type {
      margin-right: 0; }

.button,
button {
  border: none;
  border-radius: 0px;
  background: none;
  outline: none;
  cursor: pointer;
  transition: 125ms cubic-bezier(0.4, 0, 0.2, 1) all;
  font-family: "AvantGarde", sans-serif;
  font-size: 19px;
  text-align: center;
  height: 44px;
  padding: 8px 30px 8px;
  border: 1px solid #000000;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis; }
  .button.small,
  button.small {
    font-family: "Space Mono", monospace;
    font-size: 12px;
    padding: 5px 5px 5px; }
  .button.outline,
  button.outline {
    border: 1px solid #000000; }
    .button.outline.black:hover,
    button.outline.black:hover {
      color: #FFB511; }
  .button.outline.white,
  button.outline.white {
    border: 1px solid #fff; }
  .button:hover.accent,
  button:hover.accent {
    color: #fff; }
  .button:hover.white,
  button:hover.white {
    color: #FFB511; }
  .button:disabled, .button.disabled,
  button:disabled,
  button.disabled {
    background-color: #767676;
    color: #ccc;
    border: 1px solid #767676;
    cursor: not-allowed; }
    .button:disabled:hover, .button.disabled:hover,
    button:disabled:hover,
    button.disabled:hover {
      background-color: #767676;
      color: #ccc; }
  @media only screen and (max-width: 600px) {
    .button,
    button {
      padding: 8px 16px 8px; } }
  @media only screen and (max-width: 400px) {
    .button,
    button {
      padding: 8px; } }

a.button {
  line-height: 27px; }

.accent {
  color: #FFB511; }

.success {
  color: #4caf50; }

.warning {
  color: #f44336; }

.error {
  color: #aa0000; }

.error-input {
  outline: 2px solid #aa0000 !important; }

.gray {
  color: #767676; }

.white {
  color: #fff; }

.black-bg {
  background-color: #000000; }

.accent-bg {
  background-color: #FFB511; }

.light-gray-bg {
  background-color: #f0f0f0; }

.white-bg {
  background-color: #fff; }

.overflow-bg:before {
  content: "";
  background-color: #FFB511;
  position: absolute;
  top: 0;
  left: calc(((100vw - 100%) / 2) * -1);
  width: calc((100vw - 100%) / 2);
  height: 100%; }

.overflow-bg:after {
  content: "";
  background-color: #FFB511;
  position: absolute;
  top: 0;
  right: calc(((100vw - 100%) / 2) * -1);
  width: calc((100vw - 100%) / 2);
  height: 100%; }

h3 strong,
h3 b {
  background-image: linear-gradient(to right, #000000 50%, #FFB511 50%);
  background-position: 0;
  background-size: 200%;
  transition: all 800ms; }
  h3 strong.highlight,
  h3 b.highlight {
    background-position: -100%; }

@keyframes FloatY {
  0%,
  100% {
    bottom: 43px; }
  50% {
    bottom: 37px; } }

.hero {
  height: 100vh; }
  .hero .centered {
    position: absolute;
    top: 50%;
    transform: translateY(-50%); }
    .hero .centered p.description {
      max-width: 600px;
      margin-top: 40px; }
  .hero .hero-advance {
    position: absolute;
    bottom: 40px;
    left: 50%;
    transform: translateX(-50%);
    animation: FloatY 2000ms cubic-bezier(0, 0.4, 0.4, 1) infinite;
    cursor: pointer; }

.jarallax {
  position: relative;
  z-index: 0; }

.jarallax > .jarallax-img {
  position: absolute;
  object-fit: cover;
  /* support for plugin https://github.com/bfred-it/object-fit-images */
  font-family: "object-fit: cover;";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1; }

.magic-anchor {
  position: relative;
  top: -100px; }

body.focused footer {
  display: none; }

body.focused nav.header .shop-toggle,
body.focused nav.header a.why,
body.focused nav.header a.how-it-works,
body.focused nav.header a.sell,
body.focused nav.header a.blog,
body.focused nav.header .search.icon,
body.focused nav.header .favorites.icon {
  display: none; }

body.focused header.app-header #search_menu {
  display: none; }

@font-face {
  font-family: "AvantGarde";
  src: url("../fonts/AvantGarde-Medium.woff") format("woff2"), url("../fonts/AvantGarde-Medium.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: auto; }

::selection {
  background: rgba(255, 181, 17, 0.2); }

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  font-family: "AvantGarde", sans-serif; }

h1,
.h1 {
  font-size: 56px;
  line-height: 66px;
  letter-spacing: -1.5px; }

h2,
.h2 {
  font-size: 48px;
  line-height: 66px;
  letter-spacing: -1px; }

h3,
.h3 {
  font-size: 40px;
  line-height: 52px; }

h4,
.h4 {
  font-size: 32px;
  line-height: 45px; }

h5,
.h5 {
  font-size: 24px;
  line-height: 33px; }

h6,
.h6 {
  font-size: 17px;
  line-height: 22px; }

small {
  display: block;
  font-size: 12px;
  line-height: 16px; }

@media only screen and (max-width: 1050px) {
  body {
    font-size: 16px;
    line-height: 22px; }
  h1,
  .h1 {
    font-size: 56px;
    line-height: 66px;
    letter-spacing: -1.5px; }
  h2,
  .h2 {
    font-size: 42px;
    line-height: 60px;
    letter-spacing: -1px; }
  h3,
  .h3 {
    font-size: 36px;
    line-height: 48px; }
  h4,
  .h4 {
    font-size: 28px;
    line-height: 42px; }
  h5,
  .h5 {
    font-size: 20px;
    line-height: 30px; }
  h6,
  .h6 {
    font-size: 16px;
    line-height: 21px; } }

ul.share-buttons {
  list-style: none;
  padding: 0; }

ul.share-buttons li {
  display: inline;
  padding: 2px; }

ul.share-buttons .sr-only {
  position: absolute;
  clip: rect(1px 1px 1px 1px);
  clip: rect(1px, 1px, 1px, 1px);
  padding: 0;
  border: 0;
  height: 1px;
  width: 1px;
  overflow: hidden; }

.progress {
  height: 20px;
  margin-bottom: 20px;
  overflow: hidden;
  background-color: #f0f0f0;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1); }

.progress-bar {
  float: left;
  width: 0;
  height: 100%;
  font-size: 12px;
  line-height: 20px;
  color: #fff;
  text-align: center;
  background-color: #337ab7;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-transition: width 0.6s ease;
  -o-transition: width 0.6s ease;
  transition: width 0.6s ease; }

.fs-pass-strength-0 {
  background-color: #d9534f;
  width: 20%; }

.fs-pass-strength-1 {
  background-color: #d9534f;
  width: 40%; }

.fs-pass-strength-2 {
  background-color: #f0ad4e;
  width: 60%; }

.fs-pass-strength-3 {
  background-color: #f0ad4e;
  width: 80%; }

.fs-pass-strength-4 {
  background-color: #5cb85c;
  width: 100%; }

#login-modal .pane .intro {
  margin-top: 4px; }

#login-modal .pane .terms {
  margin-top: 8px;
  font-size: 12px; }

#login-modal .pane .toggle {
  text-align: center;
  margin: 24px 0 8px 0; }

#login-modal .pane .login button {
  margin-right: 0px; }

#login-modal .pane .register {
  display: none; }

#login-modal .pane .error span {
  margin-right: 16px; }

#login-modal .pane .close {
  position: absolute;
  top: 0px;
  right: 0px; }
  #login-modal .pane .close button {
    padding: 8px 16px;
    border: none;
    color: #767676; }

@media only screen and (max-width: 500px) {
  #login-modal .pane {
    width: 100%;
    left: 0;
    margin-left: 0; } }

.hover-button {
  font-size: 11px;
  font-weight: bold;
  background-color: #767676;
  border-radius: 8px;
  padding: 0px 5px;
  color: white;
  cursor: help; }

.hover-tooltip {
  display: none;
  position: absolute;
  width: 300px;
  margin-left: 50px;
  background: white;
  border: 1px solid black;
  padding: 5px; }
  .hover-tooltip small {
    padding: 0;
    margin: 0 !important;
    max-width: none; }
  .hover-tooltip.active {
    display: block; }

body.with-banner {
  padding-top: 110px;
  height: 110px;
  top: -110px; }
  body.with-banner .banner {
    display: block; }
  body.with-banner header.app-header {
    height: 110px; }
    body.with-banner header.app-header header.shop-categories {
      top: 104px;
      max-height: calc(100vh - 110px); }
      @media only screen and (max-width: 1100px) {
        body.with-banner header.app-header header.shop-categories {
          top: 90px;
          max-height: calc(100vh - 90px); } }
    @media only screen and (max-width: 1100px) {
      body.with-banner header.app-header {
        height: 90px; } }
  body.with-banner .view-shop header {
    top: 110px; }
    @media only screen and (max-width: 1100px) {
      body.with-banner .view-shop header {
        top: 90px; } }

body .banner {
  position: relative;
  z-index: 1;
  overflow: hidden;
  display: none;
  height: 30px;
  line-height: 30px;
  background-color: black;
  font-size: 16px;
  color: white;
  text-align: center; }
  @media only screen and (max-width: 800px) {
    body .banner {
      font-size: 12px; } }
  body .banner span.desktop {
    display: inline; }
  body .banner span.mobile {
    display: none; }
  @media only screen and (max-width: 800px) {
    body .banner span.desktop {
      display: none; }
    body .banner span.mobile {
      display: inline; } }

section.container.view-career {
  display: flex;
  padding-top: 100px;
  padding-bottom: 100px; }
  section.container.view-career h3 {
    margin-bottom: 30px; }
  section.container.view-career .left {
    width: 66.6%;
    padding-left: 8.3%;
    padding-right: 8.3%; }
    section.container.view-career .left p {
      margin-bottom: 10px; }
    section.container.view-career .left ul {
      padding: 0 0 0 20px; }
      section.container.view-career .left ul li {
        margin-bottom: 10px; }
    section.container.view-career .left h5 {
      margin: 60px 0 15px; }
  section.container.view-career .right {
    width: 33.3%;
    padding-right: 8.3%; }
    section.container.view-career .right table {
      border-spacing: 0;
      border-collapse: separate;
      width: 100%;
      margin-bottom: 15px;
      margin-top: 30px;
      border-top: 1px solid #000000; }
      section.container.view-career .right table tr td {
        vertical-align: top;
        padding: 15px 0;
        border-bottom: 1px solid #ddd; }
        section.container.view-career .right table tr td:nth-child(2) {
          text-align: right; }
    section.container.view-career .right button {
      margin-top: 30px; }
  @media only screen and (max-width: 1100px) {
    section.container.view-career {
      padding-top: 60px; }
      section.container.view-career .left {
        padding-left: 0%;
        padding-right: 45px; }
      section.container.view-career .right {
        padding-right: 0%; } }
  @media only screen and (max-width: 850px) {
    section.container.view-career {
      flex-wrap: wrap; }
      section.container.view-career .left {
        width: 100%;
        padding-right: 0;
        margin-bottom: 90px; }
      section.container.view-career .right {
        width: 100%; } }

section.container.view-careers {
  display: flex;
  padding-top: 100px;
  padding-bottom: 100px; }
  section.container.view-careers h3 {
    margin-bottom: 30px; }
  section.container.view-careers .left {
    width: 50%;
    padding-left: 8.3%;
    padding-right: 8.3%; }
    section.container.view-careers .left p {
      margin-bottom: 10px; }
    section.container.view-careers .left h5 {
      margin-top: 30px; }
    section.container.view-careers .left button {
      margin-top: 30px; }
  section.container.view-careers .right {
    width: 50%;
    padding-right: 8.3%; }
    section.container.view-careers .right .careers {
      list-style-type: none;
      padding: 0;
      margin: 30px 0; }
      section.container.view-careers .right .careers .career {
        position: relative;
        padding: 10px;
        background-color: #fff;
        margin-bottom: 15px;
        display: flex;
        align-items: center;
        justify-content: space-between; }
        section.container.view-careers .right .careers .career div {
          margin-right: 15px; }
          section.container.view-careers .right .careers .career div:last-of-type {
            margin-right: 0; }
          section.container.view-careers .right .careers .career div.right-align {
            text-align: right; }
  @media only screen and (max-width: 1100px) {
    section.container.view-careers {
      padding-top: 60px; }
      section.container.view-careers .left {
        padding-left: 0%;
        padding-right: 45px; }
      section.container.view-careers .right {
        padding-right: 0%; } }
  @media only screen and (max-width: 850px) {
    section.container.view-careers .left {
      width: 40%;
      padding-right: 30px; }
    section.container.view-careers .right {
      width: 60%; } }
  @media only screen and (max-width: 700px) {
    section.container.view-careers {
      flex-wrap: wrap; }
      section.container.view-careers .left {
        width: 100%;
        padding-right: 0;
        margin-bottom: 90px; }
      section.container.view-careers .right {
        width: 100%; } }

.free-shipping {
  width: 1174px;
  top: 50px;
  background-color: #FFB511; }
  .free-shipping p {
    text-align: left;
    padding: 10px; }
  @media only screen and (max-width: 1440px) {
    .free-shipping {
      width: 81%; } }
  @media only screen and (max-width: 1200px) {
    .free-shipping {
      top: 30px;
      margin: auto 16px auto;
      width: auto; } }

.view-cart {
  display: flex;
  padding-top: 100px;
  padding-bottom: 100px; }
  .view-cart h3 {
    margin-bottom: 30px; }
  .view-cart .msrp {
    text-decoration: line-through; }
  .view-cart .left {
    width: 66.6%;
    padding-left: 8.3%;
    padding-right: 8.3%; }
    .view-cart .left .items {
      list-style-type: none;
      padding: 0;
      margin: 30px 0; }
      .view-cart .left .items .item {
        position: relative;
        padding: 10px;
        background-color: #fff;
        margin-bottom: 15px;
        display: flex;
        align-items: center;
        justify-content: space-between; }
        .view-cart .left .items .item .image {
          position: relative;
          width: 100px;
          height: 100px;
          margin-left: 10px;
          margin-right: 20px; }
          .view-cart .left .items .item .image img {
            position: absolute;
            top: 50%;
            transform: translateY(-50%);
            max-width: 100%;
            max-height: 100%; }
        .view-cart .left .items .item .details {
          flex-grow: 1; }
          .view-cart .left .items .item .details h5 {
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis; }
        .view-cart .left .items .item .quantity {
          text-align: right;
          flex-grow: 2;
          margin-left: 20px;
          min-width: 50px; }
          .view-cart .left .items .item .quantity button {
            padding: 10px; }
            .view-cart .left .items .item .quantity button:hover svg path {
              fill: #FFB511; }
            .view-cart .left .items .item .quantity button svg {
              margin-bottom: -3px; }
              .view-cart .left .items .item .quantity button svg path {
                transition: 125ms cubic-bezier(0.4, 0, 0.2, 1) all; }
    .view-cart .left .top-buttons {
      display: none; }
    .view-cart .left .buttons {
      display: flex;
      justify-content: space-between; }
  .view-cart .right {
    width: 33.3%;
    padding-right: 8.3%; }
    .view-cart .right p {
      margin-bottom: 10px; }
    .view-cart .right table {
      width: 100%;
      margin-top: 30px;
      border-top: 1px solid #000000;
      padding: 15px 0; }
      .view-cart .right table tr td {
        padding: 8px 0; }
        .view-cart .right table tr td:nth-child(2) {
          text-align: right; }
    .view-cart .right .coupon {
      display: flex;
      justify-content: space-between;
      border-top: 1px solid #000000;
      padding-top: 30px;
      margin-bottom: 30px; }
      .view-cart .right .coupon input[type=text] {
        flex: 3;
        width: 100%;
        margin-right: 15px; }
      .view-cart .right .coupon input[type=submit] {
        flex: 1;
        width: 100%; }
    .view-cart .right .submit {
      display: block;
      width: 100%; }
  @media only screen and (max-width: 1200px) {
    .view-cart {
      padding: 60px 60px 120px; }
      .view-cart .left {
        padding-left: 0;
        padding-right: 60px; }
      .view-cart .right {
        padding-right: 0; } }
  @media only screen and (max-width: 1000px) {
    .view-cart {
      flex-wrap: wrap; }
      .view-cart .left {
        width: 100%;
        padding-left: 0;
        padding-right: 0;
        margin-bottom: 60px; }
      .view-cart .right {
        width: 100%; } }
  @media only screen and (max-width: 600px) {
    .view-cart {
      padding: 60px 16px 120px; }
      .view-cart .right form {
        grid-gap: 40px 15px; }
      .view-cart .left .top-buttons {
        display: block;
        margin-top: 20px; }
        .view-cart .left .top-buttons .button {
          display: block;
          width: 100%; }
      .view-cart .left .buttons {
        flex-wrap: wrap; }
        .view-cart .left .buttons .button {
          width: 100%;
          margin-bottom: 15px; } }

section.container.view-contact {
  display: flex;
  padding-top: 100px;
  padding-bottom: 100px; }
  section.container.view-contact h3 {
    margin-bottom: 30px; }
  section.container.view-contact .left {
    width: 66.6%;
    padding-left: 8.3%;
    padding-right: 8.3%; }
    section.container.view-contact .left form {
      display: grid;
      grid-template-columns: 1fr 1fr;
      grid-gap: 40px 30px; }
      section.container.view-contact .left form .field {
        position: relative;
        display: inline-block; }
        section.container.view-contact .left form .field.half {
          grid-column: span 1; }
        section.container.view-contact .left form .field.full {
          width: 100%;
          grid-column: span 2; }
        section.container.view-contact .left form .field .input {
          width: 100%; }
          section.container.view-contact .left form .field .input:focus + .placeholder,
          section.container.view-contact .left form .field .input:valid + .placeholder {
            font-size: 12px;
            transform: translate3d(0, -100%, 0);
            opacity: 1; }
          section.container.view-contact .left form .field .input.files {
            border: 1px solid #000000;
            padding: 10px; }
        section.container.view-contact .left form .field .placeholder {
          transition: 125ms cubic-bezier(0.4, 0, 0.2, 1) all;
          position: absolute;
          top: 0;
          left: 0;
          opacity: 0.5;
          pointer-events: none;
          width: 100%;
          white-space: nowrap;
          overflow: hidden;
          text-overflow: ellipsis; }
        section.container.view-contact .left form .field .fixed {
          display: block;
          margin-bottom: 5px; }
      section.container.view-contact .left form h3 {
        grid-column: span 2;
        margin: 30px 0 0 0; }
      section.container.view-contact .left form button {
        width: 100%; }
  section.container.view-contact .right {
    width: 33.3%;
    padding-right: 8.3%; }
    section.container.view-contact .right p {
      margin-bottom: 10px; }
    section.container.view-contact .right h5 {
      margin-bottom: 30px; }
    section.container.view-contact .right .social {
      margin-top: 45px;
      border-top: 1px solid #000000;
      padding-top: 30px; }
      section.container.view-contact .right .social svg {
        margin-right: 15px;
        vertical-align: middle; }
        section.container.view-contact .right .social svg:hover path {
          fill: #FFB511; }
        section.container.view-contact .right .social svg path {
          transition: 125ms cubic-bezier(0.4, 0, 0.2, 1) fill; }
  @media only screen and (max-width: 1100px) {
    section.container.view-contact {
      padding-top: 60px; }
      section.container.view-contact .left {
        padding-left: 0%;
        padding-right: 45px; }
      section.container.view-contact .right {
        padding-right: 0%; } }
  @media only screen and (max-width: 850px) {
    section.container.view-contact .left {
      width: 60%;
      padding-right: 30px; }
    section.container.view-contact .right {
      width: 40%; } }
  @media only screen and (max-width: 700px) {
    section.container.view-contact {
      flex-wrap: wrap; }
      section.container.view-contact .left {
        width: 100%;
        padding-right: 0;
        margin-bottom: 90px; }
      section.container.view-contact .right {
        width: 100%; } }

section.view-dashboard {
  display: flex;
  padding-top: 100px;
  padding-bottom: 100px; }
  section.view-dashboard h3 {
    margin-bottom: 30px; }
  section.view-dashboard .left {
    width: 50%;
    padding-left: 8.3%;
    padding-right: 8.3%; }
    section.view-dashboard .left p {
      margin-bottom: 10px; }
    section.view-dashboard .left ul {
      list-style-type: none;
      padding: 0;
      margin-top: 30px; }
      section.view-dashboard .left ul li {
        margin-bottom: 5px; }
        section.view-dashboard .left ul li a.router-link-exact-active, section.view-dashboard .left ul li a:hover {
          color: #FFB511; }
  section.view-dashboard .right {
    width: 50%;
    padding-right: 8.3%; }
    section.view-dashboard .right .blank-right {
      padding-right: calc((100% + 30px) / 2); }
    section.view-dashboard .right form {
      display: grid;
      grid-template-columns: 1fr 1fr;
      grid-gap: 40px 30px; }
      section.view-dashboard .right form .field {
        position: relative;
        display: inline-block; }
        section.view-dashboard .right form .field.half {
          grid-column: span 1; }
        section.view-dashboard .right form .field.full {
          width: 100%;
          grid-column: span 2; }
        section.view-dashboard .right form .field .input {
          width: 100%; }
        section.view-dashboard .right form .field .fixed {
          display: block;
          margin-bottom: 5px; }
        section.view-dashboard .right form .field.no-wrap-label label {
          white-space: nowrap; }
      section.view-dashboard .right form button {
        width: 100%; }
  section.view-dashboard.listings .items, section.view-dashboard.resell .items, section.view-dashboard.favorites .items, section.view-dashboard.saved-searches .items {
    list-style-type: none;
    padding: 0;
    margin: 30px 0; }
    section.view-dashboard.listings .items .item, section.view-dashboard.resell .items .item, section.view-dashboard.favorites .items .item, section.view-dashboard.saved-searches .items .item {
      position: relative;
      padding: 10px;
      background-color: #fff;
      margin-bottom: 15px;
      display: flex;
      align-items: center; }
      section.view-dashboard.listings .items .item .image, section.view-dashboard.resell .items .item .image, section.view-dashboard.favorites .items .item .image, section.view-dashboard.saved-searches .items .item .image {
        position: relative;
        width: 100px;
        min-width: 100px;
        height: 100px;
        margin-left: 10px;
        margin-right: 20px; }
        section.view-dashboard.listings .items .item .image img, section.view-dashboard.resell .items .item .image img, section.view-dashboard.favorites .items .item .image img, section.view-dashboard.saved-searches .items .item .image img {
          position: absolute;
          top: 50%;
          transform: translateY(-50%);
          max-width: 100%;
          max-height: 100%; }
      section.view-dashboard.listings .items .item .details h5, section.view-dashboard.resell .items .item .details h5, section.view-dashboard.favorites .items .item .details h5, section.view-dashboard.saved-searches .items .item .details h5 {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis; }
  section.view-dashboard.favorites .items .item .buttons form {
    display: inline-block; }
  section.view-dashboard.resell form {
    margin-top: 20px;
    display: block; }
    section.view-dashboard.resell form .items .item {
      border: 2px solid #fff;
      cursor: pointer; }
      section.view-dashboard.resell form .items .item:hover {
        border: 2px solid #000000; }
      section.view-dashboard.resell form .items .item.selected {
        border: 2px solid #FFB511; }
      section.view-dashboard.resell form .items .item input {
        visibility: hidden;
        position: absolute;
        top: 50%;
        margin-top: -5px;
        left: 20px; }
  section.view-dashboard.orders .orders {
    list-style-type: none;
    padding: 0;
    margin: 30px 0; }
    section.view-dashboard.orders .orders .order {
      position: relative;
      padding: 10px;
      background-color: #fff;
      margin-bottom: 15px;
      display: flex;
      justify-content: space-between; }
      section.view-dashboard.orders .orders .order div {
        margin-right: 15px; }
        section.view-dashboard.orders .orders .order div:last-of-type {
          margin-right: 0; }
        section.view-dashboard.orders .orders .order div.right-align {
          text-align: right; }
  section.view-dashboard.referral h3 {
    margin-top: 24px; }
  section.view-dashboard.referral .customer-source {
    margin-bottom: 24px; }
    section.view-dashboard.referral .customer-source .success {
      display: none; }
  @media only screen and (max-width: 1100px) {
    section.view-dashboard {
      padding-top: 60px; }
      section.view-dashboard .left {
        padding-left: 0%;
        padding-right: 45px; }
      section.view-dashboard .right {
        padding-right: 0%; } }
  @media only screen and (max-width: 850px) {
    section.view-dashboard .left {
      width: 40%;
      padding-right: 30px; }
    section.view-dashboard .right {
      width: 60%; } }
  @media only screen and (max-width: 700px) {
    section.view-dashboard {
      flex-wrap: wrap; }
      section.view-dashboard .left {
        width: 100%;
        padding-right: 0;
        margin-bottom: 90px; }
      section.view-dashboard .right {
        width: 100%; }
      section.view-dashboard.referral .right form {
        display: block; } }

section.container.view-gift-card {
  display: grid;
  grid-gap: 16px;
  grid-template-columns: 1fr 1fr; }
  section.container.view-gift-card .images {
    position: relative;
    grid-column: span 1;
    margin-top: 40px; }
    section.container.view-gift-card .images:after {
      content: "";
      display: block;
      padding-bottom: 100%; }
    section.container.view-gift-card .images .slider-wrapper {
      position: absolute;
      top: 15px;
      right: 15px;
      bottom: 15px;
      left: 15px; }
      section.container.view-gift-card .images .slider-wrapper .slider-wrapper {
        width: 600px; }
      section.container.view-gift-card .images .slider-wrapper .slider-for__item img {
        width: 100%; }
      section.container.view-gift-card .images .slider-wrapper .slider-for__item.sold-out:before {
        content: "Sold Out";
        display: block;
        position: absolute;
        bottom: 32px;
        right: 32px;
        background-color: #FFB511;
        color: #fff;
        border-radius: 6px;
        padding: 6px 12px;
        transform: rotate(4deg);
        font-size: 30px; }
  section.container.view-gift-card .info {
    grid-column: span 1;
    padding-top: 40px;
    padding-left: 40px;
    margin-bottom: 100px; }
    section.container.view-gift-card .info a:hover {
      color: #FFB511; }
    section.container.view-gift-card .info .h2,
    section.container.view-gift-card .info h2 {
      margin-top: 0px;
      margin-bottom: 15px; }
    section.container.view-gift-card .info form .field {
      margin-top: 8px;
      margin-bottom: 8px; }
      section.container.view-gift-card .info form .field.space-above {
        margin-top: 32px; }
    section.container.view-gift-card .info form > .field.full label {
      display: block;
      margin-top: 20px; }
    section.container.view-gift-card .info form > .field.full input, section.container.view-gift-card .info form > .field.full textarea {
      display: block;
      width: 100%; }
    section.container.view-gift-card .info form .hidden {
      display: none; }
    section.container.view-gift-card .info .description {
      white-space: pre-wrap; }
    section.container.view-gift-card .info .cart {
      margin-top: 15px;
      margin-bottom: 15px;
      display: inline-block; }
      section.container.view-gift-card .info .cart input {
        border: 1px solid #000000;
        padding: 10px;
        width: 60px;
        margin-right: 15px; }
    section.container.view-gift-card .info .stock {
      margin-top: 20px; }
    section.container.view-gift-card .info h6 {
      margin-top: 10px; }
    section.container.view-gift-card .info ul {
      list-style-type: none;
      padding: 0; }
    section.container.view-gift-card .info small {
      margin-top: 30px;
      max-width: 340px; }
    @media only screen and (max-width: 1000px) {
      section.container.view-gift-card .info .h2,
      section.container.view-gift-card .info h2 {
        margin-bottom: 0; } }
  @media only screen and (max-width: 800px) {
    section.container.view-gift-card .images {
      grid-column: span 2;
      margin: 2px 0 26vw; }
    section.container.view-gift-card .info {
      grid-column: span 2;
      padding-top: 0;
      padding-left: 0; }
      section.container.view-gift-card .info .h2,
      section.container.view-gift-card .info h2 {
        margin-bottom: 0; }
    section.container.view-gift-card .related {
      grid-template-columns: 1fr 1fr; }
      section.container.view-gift-card .related h4 {
        grid-column: span 2; } }
  @media (hover: none) {
    section.container.view-gift-card .images {
      margin-bottom: 30px; }
      section.container.view-gift-card .images .slider-nav {
        display: none; } }

.view-how .subnav {
  position: relative;
  text-align: center; }
  .view-how .subnav a {
    transition: 125ms cubic-bezier(0.4, 0, 0.2, 1) color;
    display: inline-block;
    margin: 0 40px;
    padding: 30px 10px;
    min-width: 120px; }
    .view-how .subnav a:hover {
      color: #FFB511; }

.view-legal .line-length {
  max-width: 1000px;
  margin: 100px auto; }

.view-legal h5 {
  margin-top: 30px; }

.view-legal p {
  margin: 15px 0; }

.view-login {
  display: flex;
  justify-content: center;
  align-items: flex-start; }
  .view-login::before {
    content: "or";
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    color: #767676; }
  .view-login .left,
  .view-login .right {
    max-width: 420px;
    background-color: #fff;
    margin: calc((100vh - 775px) / 2) 30px 0;
    padding: 40px 30px 50px; }
    .view-login .left label,
    .view-login .right label {
      display: block;
      width: 100%;
      margin-top: 30px;
      margin-bottom: 5px; }
    .view-login .left input,
    .view-login .right input {
      width: 100%; }
    .view-login .left input.button,
    .view-login .right input.button {
      width: auto;
      margin-top: 30px;
      margin-right: 5px;
      min-width: 160px; }
  @media only screen and (max-width: 1000px) {
    .view-login {
      flex-wrap: wrap; }
      .view-login .left,
      .view-login .right {
        width: 100%;
        margin: 40px; } }
  @media only screen and (max-width: 500px) {
    .view-login::before {
      display: none; }
    .view-login .left,
    .view-login .right {
      width: 100%;
      margin: 20px; }
      .view-login .left button,
      .view-login .right button {
        width: 100%;
        margin-bottom: 10px; }
    .view-login .left {
      margin-bottom: 0; } }

.missing {
  display: flex;
  justify-content: center;
  align-items: flex-start; }
  .missing .center {
    max-width: 420px;
    background-color: #fff;
    margin: calc((100vh - 573px) / 2) 30px;
    padding: 30px; }
    .missing .center button {
      margin-top: 30px;
      width: 100%; }

section.container.view-detail {
  display: grid;
  grid-gap: 16px;
  grid-template-columns: 1fr 1fr; }
  section.container.view-detail .images {
    position: relative;
    grid-column: span 1;
    margin-top: 40px;
    background-color: #fff;
    margin-bottom: 170px; }
    section.container.view-detail .images:after {
      content: "";
      display: block;
      padding-bottom: 100%; }
    section.container.view-detail .images .slider-wrapper {
      position: absolute;
      top: 15px;
      right: 15px;
      bottom: 15px;
      left: 15px; }
      section.container.view-detail .images .slider-wrapper .slider-wrapper {
        width: 600px; }
      section.container.view-detail .images .slider-wrapper .slider-for__item img {
        width: 100%; }
      section.container.view-detail .images .slider-wrapper .slider-for__item.sold-out:before {
        content: "Sold Out";
        display: block;
        position: absolute;
        bottom: 32px;
        right: 32px;
        background-color: #FFB511;
        color: #fff;
        border-radius: 6px;
        padding: 6px 12px;
        transform: rotate(4deg);
        font-size: 30px; }
    section.container.view-detail .images .slider-nav {
      position: absolute;
      top: 100%;
      width: 100%;
      margin-top: 10px; }
      section.container.view-detail .images .slider-nav .slick-prev,
      section.container.view-detail .images .slider-nav .slick-next {
        position: absolute;
        top: calc(50% - 22px);
        font-size: 0;
        border: none;
        z-index: 3;
        width: 48px;
        height: 48px; }
        section.container.view-detail .images .slider-nav .slick-prev:hover::before,
        section.container.view-detail .images .slider-nav .slick-next:hover::before {
          color: #FFB511; }
        section.container.view-detail .images .slider-nav .slick-prev::before,
        section.container.view-detail .images .slider-nav .slick-next::before {
          transition: 125ms cubic-bezier(0.4, 0, 0.2, 1) all;
          position: absolute;
          background-color: #fff;
          color: #000000;
          font-size: 20px;
          border-radius: 50%;
          left: 0;
          top: 0;
          width: 24px;
          padding: 10px; }
      section.container.view-detail .images .slider-nav .slick-prev {
        left: -20px; }
        section.container.view-detail .images .slider-nav .slick-prev::before {
          content: "←"; }
      section.container.view-detail .images .slider-nav .slick-next {
        right: -20px; }
        section.container.view-detail .images .slider-nav .slick-next::before {
          content: "→"; }
      section.container.view-detail .images .slider-nav .slider-nav__item {
        outline: none;
        cursor: pointer;
        background-color: #fff;
        margin-right: 10px; }
        section.container.view-detail .images .slider-nav .slider-nav__item.slick-current {
          background-color: #FFB511; }
        section.container.view-detail .images .slider-nav .slider-nav__item img {
          transition: 125ms cubic-bezier(0.4, 0, 0.2, 1) all;
          max-height: 100%;
          max-width: 100%;
          transform: scale(0.9); }
          section.container.view-detail .images .slider-nav .slider-nav__item img:hover {
            transform: scale(0.95); }
    section.container.view-detail .images .slick-dots {
      display: none;
      position: absolute;
      top: 100%;
      width: 100%;
      margin: 15px 0 0;
      padding: 0;
      text-align: center; }
      section.container.view-detail .images .slick-dots li {
        position: relative;
        display: inline-block;
        width: 15px;
        height: 15px;
        margin: 0 5px;
        padding: 0;
        cursor: pointer; }
        section.container.view-detail .images .slick-dots li button {
          font-size: 0;
          line-height: 0;
          display: block;
          width: 15px;
          height: 15px;
          padding: 5px;
          cursor: pointer;
          color: transparent;
          border: 0;
          outline: none;
          background: transparent; }
        section.container.view-detail .images .slick-dots li::before {
          font-size: 28px;
          line-height: 20px;
          position: absolute;
          top: 0;
          left: 0;
          width: 20px;
          height: 20px;
          content: "•";
          text-align: center;
          color: #000000;
          -webkit-font-smoothing: antialiased; }
        section.container.view-detail .images .slick-dots li.slick-active::before {
          color: #FFB511; }
  section.container.view-detail .info {
    grid-column: span 1;
    padding-top: 40px;
    padding-left: 40px; }
    section.container.view-detail .info a:hover {
      color: #FFB511; }
    section.container.view-detail .info .h2,
    section.container.view-detail .info h2 {
      margin-top: 0px;
      margin-bottom: 15px; }
    section.container.view-detail .info .msrp {
      text-decoration: line-through;
      margin-right: 30px; }
    section.container.view-detail .info .description {
      white-space: pre-wrap; }
    section.container.view-detail .info .cart {
      margin-top: 15px;
      margin-bottom: 15px;
      display: inline-block; }
      section.container.view-detail .info .cart input {
        border: 1px solid #000000;
        padding: 10px;
        width: 60px;
        margin-right: 15px; }
    section.container.view-detail .info .stock {
      margin-top: 20px; }
    section.container.view-detail .info .toggle-favorite {
      display: inline-block;
      height: 44px;
      margin-top: 15px;
      margin-bottom: 15px; }
      section.container.view-detail .info .toggle-favorite svg {
        width: 30px;
        height: 30px;
        vertical-align: bottom;
        fill: none;
        stroke: black; }
      section.container.view-detail .info .toggle-favorite p {
        padding-bottom: 6.5px;
        display: inline-block; }
      section.container.view-detail .info .toggle-favorite.favorited svg {
        fill: #FFB511;
        stroke: #FFB511; }
    section.container.view-detail .info h6 {
      margin-top: 40px;
      margin-bottom: 10px; }
      section.container.view-detail .info h6 svg {
        display: inline-block;
        vertical-align: middle;
        fill: #000000;
        margin-right: 5px;
        margin-bottom: 5px; }
        section.container.view-detail .info h6 svg .no-fill {
          fill: none; }
      section.container.view-detail .info h6 p {
        display: inline-block; }
    section.container.view-detail .info ul {
      list-style-type: none;
      padding: 0; }
      section.container.view-detail .info ul li:before {
        content: "-"; }
    section.container.view-detail .info small {
      margin-top: 30px;
      max-width: 340px; }
    section.container.view-detail .info .social {
      margin-top: 20px; }
      section.container.view-detail .info .social svg {
        vertical-align: middle;
        margin-right: 15px; }
        section.container.view-detail .info .social svg path {
          transition: 125ms cubic-bezier(0.4, 0, 0.2, 1) all; }
        section.container.view-detail .info .social svg:hover path {
          fill: #FFB511; }
    @media only screen and (max-width: 1000px) {
      section.container.view-detail .info .h2,
      section.container.view-detail .info h2 {
        margin-bottom: 0; } }
  section.container.view-detail .related {
    display: grid;
    grid-gap: 16px;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    margin-bottom: 40px;
    grid-column: span 2; }
    section.container.view-detail .related h4 {
      grid-column: span 4;
      margin-top: 40px; }
  @media only screen and (max-width: 800px) {
    section.container.view-detail .images {
      grid-column: span 2;
      margin: 2px 0 26vw; }
    section.container.view-detail .info {
      grid-column: span 2;
      padding-top: 0;
      padding-left: 0; }
      section.container.view-detail .info .h2,
      section.container.view-detail .info h2 {
        margin-bottom: 0; }
    section.container.view-detail .related {
      grid-template-columns: 1fr 1fr; }
      section.container.view-detail .related h4 {
        grid-column: span 2; } }
  @media (hover: none) {
    section.container.view-detail .images {
      margin-bottom: 30px; }
      section.container.view-detail .images .slider-nav {
        display: none; } }

.view-reset {
  display: flex;
  justify-content: center;
  align-items: flex-start; }
  .view-reset .center {
    max-width: 420px;
    background-color: #fff;
    margin: calc((100vh - 775px) / 2) 30px 0;
    padding: 30px; }
    .view-reset .center label {
      display: block;
      width: 100%;
      margin-top: 30px;
      margin-bottom: -25px; }
    .view-reset .center input {
      width: 100%;
      margin-top: 30px;
      margin-right: 5px; }
    .view-reset .center button {
      margin-top: 30px;
      margin-right: 5px;
      min-width: 160px; }

.view-shop.app-shop section.shop-listing {
  padding-top: 110px; }
  @media only screen and (max-width: 1100px) {
    .view-shop.app-shop section.shop-listing {
      padding-top: 90px; } }
  @media only screen and (max-width: 900px) {
    .view-shop.app-shop section.shop-listing {
      padding-top: 0; } }

.view-shop header {
  position: fixed;
  width: 100%;
  z-index: 9;
  padding: 0 16px 0 16px;
  background-color: #f0f0f0; }
  .view-shop header .filter-container {
    transition: 125ms cubic-bezier(0.4, 0, 0.2, 1) color;
    z-index: 4;
    width: 100%;
    font-family: "Space Mono", monospace;
    border-bottom: 1px solid #cccccc;
    background-color: #f0f0f0;
    padding-top: 16px;
    padding-bottom: 2px; }
    .view-shop header .filter-container .close {
      display: none; }
    .view-shop header .filter-container .dropdowns {
      display: flex; }
      .view-shop header .filter-container .dropdowns .filter {
        position: relative;
        transition: 125ms cubic-bezier(0.4, 0, 0.2, 1) color;
        margin-right: 16px;
        padding-right: 16px;
        padding-bottom: 16px;
        cursor: pointer; }
        .view-shop header .filter-container .dropdowns .filter.active span.hover {
          color: #FFB511; }
        .view-shop header .filter-container .dropdowns .filter.active .dropdown {
          display: block; }
        .view-shop header .filter-container .dropdowns .filter .hover {
          font-family: "Space Mono", monospace; }
        @media only screen and (min-width: 900px) {
          .view-shop header .filter-container .dropdowns .filter .selected-filter-wrapper {
            display: none; }
          .view-shop header .filter-container .dropdowns .filter .sort-filter-mobile {
            display: none; } }
      .view-shop header .filter-container .dropdowns .dropdown {
        position: absolute;
        background-color: #fff;
        top: 32px;
        left: 0;
        width: 260px;
        min-height: 62px;
        max-height: 70vh;
        overflow: auto;
        padding: 16px;
        display: none;
        z-index: 3;
        box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.2); }
        .view-shop header .filter-container .dropdowns .dropdown.price-height {
          min-height: 80px; }
        .view-shop header .filter-container .dropdowns .dropdown .title {
          margin-bottom: 4px; }
        .view-shop header .filter-container .dropdowns .dropdown .search {
          border: #cccccc 1px solid;
          width: 100%;
          padding: 12px 8px;
          margin-bottom: 16px; }
          .view-shop header .filter-container .dropdowns .dropdown .search:focus {
            border-color: #FFB511; }
        .view-shop header .filter-container .dropdowns .dropdown .bounds {
          position: relative;
          display: flex;
          justify-content: space-between;
          margin-top: 16px;
          margin-bottom: 16px; }
          .view-shop header .filter-container .dropdowns .dropdown .bounds.currency:before {
            content: "$";
            position: absolute;
            top: 11px;
            left: 8px; }
          .view-shop header .filter-container .dropdowns .dropdown .bounds.currency:after {
            content: "$";
            position: absolute;
            top: 11px;
            right: 75px; }
          .view-shop header .filter-container .dropdowns .dropdown .bounds.currency input {
            padding: 12px 8px 12px 20px; }
          .view-shop header .filter-container .dropdowns .dropdown .bounds input {
            border: #cccccc 1px solid;
            width: 94px;
            padding: 12px 8px; }
            .view-shop header .filter-container .dropdowns .dropdown .bounds input:focus {
              border-color: #FFB511; }
        .view-shop header .filter-container .dropdowns .dropdown .space {
          margin-top: 32px; }
        .view-shop header .filter-container .dropdowns .dropdown .slider {
          margin-top: 16px;
          width: calc(100% - 32px);
          height: 20px;
          margin-left: 16px; }
          .view-shop header .filter-container .dropdowns .dropdown .slider .noUi-connect {
            background-color: #FFB511; }
        .view-shop header .filter-container .dropdowns .dropdown ul {
          list-style: none;
          padding: 0; }
          .view-shop header .filter-container .dropdowns .dropdown ul.active .toggle {
            transform: rotate(45deg); }
            .view-shop header .filter-container .dropdowns .dropdown ul.active .toggle path {
              fill: #FFB511; }
          .view-shop header .filter-container .dropdowns .dropdown ul.active .option {
            display: block; }
          .view-shop header .filter-container .dropdowns .dropdown ul#brands li {
            display: none; }
            .view-shop header .filter-container .dropdowns .dropdown ul#brands li.show {
              display: block; }
          .view-shop header .filter-container .dropdowns .dropdown ul.simple li {
            padding: 4px 16px 4px 0; }
            .view-shop header .filter-container .dropdowns .dropdown ul.simple li label {
              cursor: pointer; }
            .view-shop header .filter-container .dropdowns .dropdown ul.simple li input {
              margin: 0 8px; }
              .view-shop header .filter-container .dropdowns .dropdown ul.simple li input:checked + label {
                color: #FFB511; }
            .view-shop header .filter-container .dropdowns .dropdown ul.simple li label:hover,
            .view-shop header .filter-container .dropdowns .dropdown ul.simple li input:hover {
              color: #FFB511; }
          .view-shop header .filter-container .dropdowns .dropdown ul li {
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis; }
            .view-shop header .filter-container .dropdowns .dropdown ul li.category {
              position: relative;
              padding: 4px 16px 4px 0; }
              .view-shop header .filter-container .dropdowns .dropdown ul li.category:hover {
                color: #FFB511; }
                .view-shop header .filter-container .dropdowns .dropdown ul li.category:hover svg path {
                  fill: #FFB511; }
              .view-shop header .filter-container .dropdowns .dropdown ul li.category .toggle {
                transition: 125ms cubic-bezier(0.4, 0, 0.2, 1) all;
                position: absolute;
                top: 40%;
                right: 0; }
                .view-shop header .filter-container .dropdowns .dropdown ul li.category .toggle path {
                  transition: 125ms cubic-bezier(0.4, 0, 0.2, 1) all; }
            .view-shop header .filter-container .dropdowns .dropdown ul li.option {
              display: none;
              padding: 4px 0 4px 0; }
              .view-shop header .filter-container .dropdowns .dropdown ul li.option label {
                cursor: pointer; }
              .view-shop header .filter-container .dropdowns .dropdown ul li.option input {
                margin: 0 8px; }
                .view-shop header .filter-container .dropdowns .dropdown ul li.option input:checked + label {
                  color: #FFB511; }
              .view-shop header .filter-container .dropdowns .dropdown ul li.option label:hover,
              .view-shop header .filter-container .dropdowns .dropdown ul li.option input:hover {
                color: #FFB511; }
    @media only screen and (max-width: 900px) {
      .view-shop header .filter-container {
        position: fixed;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        margin: 0;
        padding-top: 0;
        overflow: auto;
        display: none;
        z-index: 100; }
        .view-shop header .filter-container.active {
          display: block; }
        .view-shop header .filter-container .close {
          display: block;
          position: absolute;
          height: 38px;
          top: 8px;
          right: 4px;
          border: none; }
        .view-shop header .filter-container .dropdowns {
          flex-wrap: wrap;
          margin-top: 160px;
          border-top: 2px solid #000000; }
          .view-shop header .filter-container .dropdowns:before {
            content: "Filter By";
            position: absolute;
            top: 130px;
            left: 16px;
            font-family: "AvantGarde", sans-serif;
            font-size: 19px; }
          .view-shop header .filter-container .dropdowns .filter {
            margin-right: 0;
            padding: 0;
            width: 100%;
            border-bottom: 1px solid #000000; }
            .view-shop header .filter-container .dropdowns .filter.active span.hover {
              color: #FFB511; }
              .view-shop header .filter-container .dropdowns .filter.active span.hover .toggle {
                transform: rotate(180deg); }
                .view-shop header .filter-container .dropdowns .filter.active span.hover .toggle path {
                  fill: #FFB511; }
            .view-shop header .filter-container .dropdowns .filter.active .dropdown {
              display: block; }
            .view-shop header .filter-container .dropdowns .filter.sort {
              position: absolute;
              border: 1px solid black;
              top: 52px;
              left: 16px;
              right: 16px;
              line-height: 12px;
              width: auto;
              z-index: 3; }
            .view-shop header .filter-container .dropdowns .filter .hover {
              position: relative;
              display: block;
              padding: 16px 16px 0px;
              width: 100%; }
              .view-shop header .filter-container .dropdowns .filter .hover .toggle {
                display: inline-block;
                transition: 125ms cubic-bezier(0.4, 0, 0.2, 1) all;
                position: absolute;
                top: 60%;
                right: 16px; }
                .view-shop header .filter-container .dropdowns .filter .hover .toggle path {
                  transition: 125ms cubic-bezier(0.4, 0, 0.2, 1) all; }
            .view-shop header .filter-container .dropdowns .filter .sort-filter-desktop {
              display: none; }
            .view-shop header .filter-container .dropdowns .filter .selected-filter-wrapper {
              display: block;
              padding-bottom: 16px; }
              .view-shop header .filter-container .dropdowns .filter .selected-filter-wrapper .selected-filter-name {
                padding-left: 16px;
                font-size: 12px; }
          .view-shop header .filter-container .dropdowns .dropdown {
            position: relative;
            width: 100%;
            top: 0;
            max-height: none;
            box-shadow: none;
            border-top: 1px solid #cccccc; }
            .view-shop header .filter-container .dropdowns .dropdown ul li.option label {
              cursor: pointer;
              display: inline-block;
              width: calc(100% - 40px); } }
  .view-shop header .tags {
    display: flex;
    align-items: center;
    width: 100%;
    padding-top: 8px;
    background-color: #f0f0f0; }
    .view-shop header .tags h5 {
      margin-right: 16px; }
    .view-shop header .tags small a {
      display: inline-block;
      margin-right: 16px; }
      @media only screen and (max-width: 600px) {
        .view-shop header .tags small a {
          line-height: 12px;
          padding: 2px 8px;
          margin-right: 2px; } }
      .view-shop header .tags small a:hover {
        color: #FFB511; }

.view-shop .related-tags {
  margin: 70px 16px 0 16px; }
  @media only screen and (max-width: 900px) {
    .view-shop .related-tags {
      margin-top: 0; } }

.view-shop .oops {
  text-align: center;
  margin: 100px; }
  @media only screen and (max-width: 600px) {
    .view-shop .oops {
      margin: 10px; } }

.view-shop section.shop-listing {
  /* The container is mostly here to keep the place holder height when the
     * content goes in display: fixed */ }
  .view-shop section.shop-listing .grid-header-container {
    display: none;
    height: 50px; }
    @media only screen and (max-width: 900px) {
      .view-shop section.shop-listing .grid-header-container {
        display: block; } }
  .view-shop section.shop-listing .grid-header {
    display: flex;
    transition: background-color 125ms cubic-bezier(0.4, 0, 0.2, 1);
    background-color: #f0f0f0; }
    .view-shop section.shop-listing .grid-header .count {
      width: 100%; }
    .view-shop section.shop-listing .grid-header .filter-and-sort {
      width: 210px;
      padding: 0;
      margin-bottom: 0;
      font-size: 14px;
      position: relative;
      display: flex;
      align-content: center;
      font-weight: 500;
      height: 50px;
      line-height: 50px; }
      .view-shop section.shop-listing .grid-header .filter-and-sort span {
        display: none; }
      .view-shop section.shop-listing .grid-header .filter-and-sort.show-count {
        width: 320px; }
        .view-shop section.shop-listing .grid-header .filter-and-sort.show-count span {
          display: inline; }
      .view-shop section.shop-listing .grid-header .filter-and-sort:after {
        content: "";
        display: block;
        height: 8px;
        width: 8px;
        border-style: solid;
        border-color: #222;
        border-width: 1.625px 1.625px 0 0;
        border-radius: 1px;
        transform: rotate(45deg);
        margin-left: 8px;
        margin-top: auto;
        margin-bottom: auto; }
    .view-shop section.shop-listing .grid-header.fixed {
      position: fixed;
      top: 0;
      left: 0;
      width: 100%;
      z-index: 3;
      background-color: #fff;
      border-bottom: 1px solid #767676;
      border-top: 1px solid #767676; }
      .view-shop section.shop-listing .grid-header.fixed .filter-and-sort {
        width: 240px; }
        .view-shop section.shop-listing .grid-header.fixed .filter-and-sort.show-count {
          width: 350px; }

.view-shop .pagination {
  list-style-type: none;
  padding: 0;
  text-align: center;
  margin-bottom: 100px; }
  .view-shop .pagination li {
    transition: 125ms cubic-bezier(0.4, 0, 0.2, 1) all;
    position: relative;
    display: inline-block;
    margin: 8px;
    width: 44px;
    height: 44px;
    border: 1px solid #000000; }
    .view-shop .pagination li:hover {
      border-color: #FFB511; }
    .view-shop .pagination li.active {
      color: #fff;
      background-color: #000000; }
      .view-shop .pagination li.active:hover {
        border-color: #000000; }
    .view-shop .pagination li.view-all {
      width: 100px; }
    .view-shop .pagination li a {
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      padding-top: 10px; }
      .view-shop .pagination li a.arrow {
        padding-top: 8px; }

.view-static-page .line-length {
  max-width: 1000px;
  margin: 100px auto; }

.view-static-page p {
  margin: 15px 0; }

.view-static-page .glove {
  text-align: center; }

section.container.view-submission-add-items {
  display: flex;
  padding-top: 100px;
  padding-bottom: 100px; }
  section.container.view-submission-add-items h3 {
    margin-bottom: 30px; }
  section.container.view-submission-add-items .single-column-only {
    display: none; }
  section.container.view-submission-add-items .summary p {
    margin-bottom: 10px; }
  section.container.view-submission-add-items .summary .button {
    display: block; }
  section.container.view-submission-add-items .summary .items {
    list-style-type: none;
    padding: 0;
    margin: 30px 0; }
    section.container.view-submission-add-items .summary .items .item.disabled {
      opacity: 0.3; }
    section.container.view-submission-add-items .summary .items .item {
      position: relative;
      padding: 10px;
      background-color: #fff;
      margin-bottom: 15px;
      display: flex;
      align-items: center; }
      section.container.view-submission-add-items .summary .items .item .image {
        position: relative;
        width: 100px;
        height: 100px;
        margin-left: 10px;
        margin-right: 20px; }
        section.container.view-submission-add-items .summary .items .item .image img {
          position: absolute;
          top: 50%;
          transform: translateY(-50%);
          max-width: 100%;
          max-height: 100%; }
      section.container.view-submission-add-items .summary .items .item .details h5 {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis; }
  section.container.view-submission-add-items .left {
    width: 50%;
    padding-right: 8.3%; }
    section.container.view-submission-add-items .left .error {
      margin-bottom: 30px; }
    section.container.view-submission-add-items .left .intro {
      margin-bottom: 20px; }
    section.container.view-submission-add-items .left .success {
      margin-bottom: 20px; }
      section.container.view-submission-add-items .left .success .button {
        display: block; }
    section.container.view-submission-add-items .left form .section {
      display: grid;
      grid-template-columns: 1fr 1fr;
      grid-gap: 40px 30px;
      margin-bottom: 40px; }
    section.container.view-submission-add-items .left form .field {
      position: relative;
      display: inline-block; }
      section.container.view-submission-add-items .left form .field.half {
        grid-column: span 1; }
      section.container.view-submission-add-items .left form .field.full {
        width: 100%;
        grid-column: span 2; }
      section.container.view-submission-add-items .left form .field .input {
        width: 100%; }
        section.container.view-submission-add-items .left form .field .input:focus + .placeholder,
        section.container.view-submission-add-items .left form .field .input:valid + .placeholder {
          font-size: 12px;
          transform: translate3d(0, -100%, 0);
          opacity: 1; }
        section.container.view-submission-add-items .left form .field .input.files {
          border: 1px solid #000000;
          padding: 10px; }
      section.container.view-submission-add-items .left form .field .placeholder {
        transition: 125ms cubic-bezier(0.4, 0, 0.2, 1) all;
        position: absolute;
        top: 0;
        left: 0;
        opacity: 0.5;
        pointer-events: none;
        width: 100%;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis; }
      section.container.view-submission-add-items .left form .field .fixed {
        display: block;
        margin-bottom: 5px; }
      section.container.view-submission-add-items .left form .field small {
        margin-top: 10px; }
    section.container.view-submission-add-items .left form .button {
      display: block; }
  section.container.view-submission-add-items .right {
    width: 50%;
    padding-left: 8.3%;
    padding-right: 8.3%; }
  @media only screen and (max-width: 1200px) {
    section.container.view-submission-add-items {
      padding: 60px 60px 120px; }
      section.container.view-submission-add-items .left {
        padding-right: 0;
        padding-right: 60px; }
      section.container.view-submission-add-items .right {
        padding-left: 0;
        padding-right: 0; } }
  @media only screen and (max-width: 1000px) {
    section.container.view-submission-add-items {
      flex-wrap: wrap; }
      section.container.view-submission-add-items .single-column-only {
        display: block; }
      section.container.view-submission-add-items .left {
        width: 100%;
        margin-bottom: 60px;
        padding-right: 0; }
      section.container.view-submission-add-items .right {
        width: 100%;
        padding-left: 0; } }
  @media only screen and (max-width: 600px) {
    section.container.view-submission-add-items {
      padding: 60px 16px 120px; }
      section.container.view-submission-add-items .left form {
        grid-gap: 40px 15px; } }

section.container.view-submission-contact-and-order-details {
  display: flex;
  padding-top: 100px;
  padding-bottom: 100px; }
  section.container.view-submission-contact-and-order-details h3 {
    margin-bottom: 30px; }
  section.container.view-submission-contact-and-order-details .left {
    width: 50%;
    padding-left: 8.3%;
    padding-right: 8.3%; }
    section.container.view-submission-contact-and-order-details .left p {
      margin-bottom: 10px; }
    section.container.view-submission-contact-and-order-details .left .items {
      list-style-type: none;
      padding: 0;
      margin: 30px 0; }
      section.container.view-submission-contact-and-order-details .left .items .item.disabled {
        opacity: 0.3; }
      section.container.view-submission-contact-and-order-details .left .items .item {
        position: relative;
        padding: 10px;
        background-color: #fff;
        margin-bottom: 15px;
        display: flex;
        align-items: center; }
        section.container.view-submission-contact-and-order-details .left .items .item .image {
          position: relative;
          width: 100px;
          height: 100px;
          margin-left: 10px;
          margin-right: 20px; }
          section.container.view-submission-contact-and-order-details .left .items .item .image img {
            position: absolute;
            top: 50%;
            transform: translateY(-50%);
            max-width: 100%;
            max-height: 100%; }
        section.container.view-submission-contact-and-order-details .left .items .item .details h5 {
          white-space: nowrap;
          overflow: hidden;
          text-overflow: ellipsis; }
  section.container.view-submission-contact-and-order-details .right {
    width: 50%;
    padding-right: 8.3%; }
    section.container.view-submission-contact-and-order-details .right .error {
      margin-bottom: 30px; }
    section.container.view-submission-contact-and-order-details .right .intro {
      margin-bottom: 20px; }
    section.container.view-submission-contact-and-order-details .right form {
      display: grid;
      grid-template-columns: 1fr 1fr;
      grid-gap: 40px 30px; }
      section.container.view-submission-contact-and-order-details .right form .field {
        position: relative;
        display: inline-block; }
        section.container.view-submission-contact-and-order-details .right form .field.hidden {
          display: none; }
        section.container.view-submission-contact-and-order-details .right form .field.half {
          grid-column: span 1; }
        section.container.view-submission-contact-and-order-details .right form .field.full {
          width: 100%;
          grid-column: span 2; }
        section.container.view-submission-contact-and-order-details .right form .field .input {
          width: 100%; }
          section.container.view-submission-contact-and-order-details .right form .field .input:focus + .placeholder,
          section.container.view-submission-contact-and-order-details .right form .field .input:valid + .placeholder {
            font-size: 12px;
            transform: translate3d(0, -100%, 0);
            opacity: 1; }
          section.container.view-submission-contact-and-order-details .right form .field .input.files {
            border: 1px solid #000000;
            padding: 10px; }
        section.container.view-submission-contact-and-order-details .right form .field .placeholder {
          transition: 125ms cubic-bezier(0.4, 0, 0.2, 1) all;
          position: absolute;
          top: 0;
          left: 0;
          opacity: 0.5;
          pointer-events: none;
          width: 100%;
          white-space: nowrap;
          overflow: hidden;
          text-overflow: ellipsis; }
        section.container.view-submission-contact-and-order-details .right form .field .fixed {
          display: block;
          margin-bottom: 5px; }
        section.container.view-submission-contact-and-order-details .right form .field small {
          margin-top: 10px; }
      section.container.view-submission-contact-and-order-details .right form button {
        width: 100%; }
  section.container.view-submission-contact-and-order-details.cc-hidden .right form .field .creditcard-placeholder {
    display: none; }
  section.container.view-submission-contact-and-order-details.cc-hidden .right form .field .creditcard-error {
    display: none; }
  section.container.view-submission-contact-and-order-details.cc-hidden .right form .field p {
    display: none; }
  @media only screen and (max-width: 1200px) {
    section.container.view-submission-contact-and-order-details {
      padding: 60px 60px 120px; }
      section.container.view-submission-contact-and-order-details .left {
        padding-left: 0;
        padding-right: 60px; }
      section.container.view-submission-contact-and-order-details .right {
        padding-right: 0; } }
  @media only screen and (max-width: 1000px) {
    section.container.view-submission-contact-and-order-details {
      flex-wrap: wrap; }
      section.container.view-submission-contact-and-order-details .left {
        width: 100%;
        padding-left: 0;
        padding-right: 0;
        margin-bottom: 60px; }
      section.container.view-submission-contact-and-order-details .right {
        width: 100%; } }
  @media only screen and (max-width: 600px) {
    section.container.view-submission-contact-and-order-details {
      padding: 60px 16px 120px; }
      section.container.view-submission-contact-and-order-details .right form {
        grid-gap: 40px 15px; } }

section.container.view-submit {
  display: flex;
  padding-top: 100px;
  padding-bottom: 100px; }
  section.container.view-submit h3 {
    margin-bottom: 30px; }
  section.container.view-submit .left {
    width: 50%;
    padding-left: 8.3%;
    padding-right: 8.3%; }
    section.container.view-submit .left p {
      margin-bottom: 10px; }
    section.container.view-submit .left .items {
      margin: 30px 0; }
      section.container.view-submit .left .items .item {
        position: relative;
        height: 100px;
        padding: 10px 10px 10px 110px;
        background-color: #fff;
        margin-bottom: 15px; }
        section.container.view-submit .left .items .item img {
          position: absolute;
          top: 10px;
          left: 10px; }
        section.container.view-submit .left .items .item .details h5 {
          white-space: nowrap;
          overflow: hidden;
          text-overflow: ellipsis; }
  section.container.view-submit .right {
    width: 50%;
    padding-right: 8.3%; }
    section.container.view-submit .right form {
      display: grid;
      grid-template-columns: 1fr 1fr;
      grid-gap: 40px 30px; }
      section.container.view-submit .right form .field {
        position: relative;
        display: inline-block; }
        section.container.view-submit .right form .field.half {
          grid-column: span 1; }
        section.container.view-submit .right form .field.full {
          width: 100%;
          grid-column: span 2; }
        section.container.view-submit .right form .field .input {
          width: 100%; }
          section.container.view-submit .right form .field .input:focus + .placeholder,
          section.container.view-submit .right form .field .input:valid + .placeholder {
            font-size: 12px;
            transform: translate3d(0, -100%, 0);
            opacity: 1; }
          section.container.view-submit .right form .field .input.files {
            border: 1px solid #000000;
            padding: 10px; }
        section.container.view-submit .right form .field .placeholder {
          transition: 125ms cubic-bezier(0.4, 0, 0.2, 1) all;
          position: absolute;
          top: 0;
          left: 0;
          opacity: 0.5;
          pointer-events: none;
          width: 100%;
          white-space: nowrap;
          overflow: hidden;
          text-overflow: ellipsis; }
        section.container.view-submit .right form .field .fixed {
          display: block;
          margin-bottom: 5px; }
      section.container.view-submit .right form button {
        width: 100%; }
  @media only screen and (max-width: 1200px) {
    section.container.view-submit {
      padding: 60px 60px 120px; }
      section.container.view-submit .left {
        padding-left: 0;
        padding-right: 60px; }
      section.container.view-submit .right {
        padding-right: 0; } }
  @media only screen and (max-width: 1000px) {
    section.container.view-submit {
      flex-wrap: wrap; }
      section.container.view-submit .left {
        width: 100%;
        padding-left: 0;
        padding-right: 0;
        margin-bottom: 60px; }
      section.container.view-submit .right {
        width: 100%; } }
  @media only screen and (max-width: 600px) {
    section.container.view-submit {
      padding: 60px 16px 120px; }
      section.container.view-submit .right form {
        grid-gap: 40px 15px; } }
  @media only screen and (max-width: 670px) {
    section.container.view-submit .right form .field.responsive-full {
      grid-column: span 2; } }

section.container.view-success {
  display: flex;
  padding-top: 100px;
  padding-bottom: 100px; }
  section.container.view-success h3 {
    margin-bottom: 30px; }
  section.container.view-success .left {
    width: 66.6%;
    padding-left: 8.3%;
    padding-right: 8.3%; }
    section.container.view-success .left p {
      margin-bottom: 10px; }
    section.container.view-success .left .addresses {
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between;
      margin: 60px 0 30px; }
      section.container.view-success .left .addresses div {
        width: calc((100% - 30px) / 2);
        margin-bottom: 30px; }
    section.container.view-success .left .invite {
      display: flex;
      padding-top: 30px;
      margin-bottom: 45px; }
      section.container.view-success .left .invite input {
        width: 100%;
        margin-right: 15px; }
      section.container.view-success .left .invite button {
        min-width: 120px; }
        section.container.view-success .left .invite button:hover {
          color: #FFB511; }
    section.container.view-success .left .social {
      margin-top: 45px;
      border-top: 1px solid #000000;
      padding-top: 30px; }
      section.container.view-success .left .social svg {
        margin-right: 15px;
        vertical-align: middle; }
        section.container.view-success .left .social svg:hover path {
          fill: #FFB511; }
        section.container.view-success .left .social svg path {
          transition: 125ms cubic-bezier(0.4, 0, 0.2, 1) fill; }
  section.container.view-success .right {
    width: 33.3%;
    padding-right: 8.3%; }
    section.container.view-success .right p {
      margin-bottom: 10px; }
    section.container.view-success .right table {
      width: 100%;
      border-bottom: 1px solid #000000;
      padding-bottom: 15px;
      margin-bottom: 15px; }
      section.container.view-success .right table.products {
        margin-top: 30px;
        border-top: 1px solid #000000;
        padding: 15px 0; }
      section.container.view-success .right table tr td {
        padding: 8px 0; }
        section.container.view-success .right table tr td:nth-child(2) {
          text-align: right; }
    section.container.view-success .right .terms {
      display: flex;
      margin-top: 15px;
      border-top: 1px solid #000000;
      padding-top: 30px;
      margin-bottom: 30px;
      line-height: 14px; }
      section.container.view-success .right .terms input {
        margin-right: 10px; }
    section.container.view-success .right .submit {
      width: 100%; }
  @media only screen and (max-width: 1100px) {
    section.container.view-success {
      padding-top: 60px; }
      section.container.view-success .left {
        padding-left: 0%;
        padding-right: 45px; }
      section.container.view-success .right {
        padding-right: 0%; } }
  @media only screen and (max-width: 850px) {
    section.container.view-success {
      padding-top: 60px; }
      section.container.view-success .left {
        width: 60%;
        padding-right: 30px; }
      section.container.view-success .right {
        width: 40%; } }
  @media only screen and (max-width: 700px) {
    section.container.view-success {
      flex-wrap: wrap; }
      section.container.view-success .left {
        width: 100%;
        padding-right: 0;
        margin-bottom: 90px; }
      section.container.view-success .right {
        width: 100%; } }

section.app-contact {
  display: flex;
  padding: 100px 8.3%; }
  section.app-contact .left {
    width: 25%;
    margin-right: 25%; }
  section.app-contact .right {
    width: 50%; }
  section.app-contact .full {
    width: 100%; }
  section.app-contact .direct,
  section.app-contact .social {
    margin-top: 30px;
    border-top: 1px solid #000000;
    padding-top: 5px; }
    section.app-contact .direct h5,
    section.app-contact .social h5 {
      margin: 15px 0; }
    section.app-contact .direct .icons,
    section.app-contact .social .icons {
      margin: 15px 0; }
      section.app-contact .direct .icons svg,
      section.app-contact .social .icons svg {
        margin-right: 15px; }
        section.app-contact .direct .icons svg:hover path,
        section.app-contact .social .icons svg:hover path {
          fill: #FFB511; }
        section.app-contact .direct .icons svg path,
        section.app-contact .social .icons svg path {
          transition: 125ms cubic-bezier(0.4, 0, 0.2, 1) fill; }
  section.app-contact .form input {
    width: 100%;
    margin-top: 30px; }
  section.app-contact .form input.button {
    width: auto;
    margin-top: 0px; }
  section.app-contact .form label {
    display: block;
    margin: 30px 0 5px; }
  section.app-contact .form textarea {
    width: 100%;
    margin-bottom: 15px; }
  section.app-contact .form input:focus, section.app-contact .form input:hover,
  section.app-contact .form textarea:focus,
  section.app-contact .form textarea:hover {
    border-color: #FFB511; }
  section.app-contact.accent-bg .form input {
    border-bottom: 1px solid #000000; }
    section.app-contact.accent-bg .form input:hover, section.app-contact.accent-bg .form input:focus {
      border-color: #000000; }
  section.app-contact.accent-bg .form textarea {
    border: 1px solid #000000; }
  @media only screen and (max-width: 1000px) {
    section.app-contact .left {
      width: 45%;
      margin-right: 5%; } }
  @media only screen and (max-width: 800px) {
    section.app-contact {
      padding: 100px 60px;
      flex-wrap: wrap; }
      section.app-contact .left {
        width: 100%;
        margin-bottom: 60px; }
      section.app-contact .right {
        width: 100%; } }
  @media only screen and (max-width: 500px) {
    section.app-contact {
      padding: 100px 30px; } }

.app-counter {
  padding: 70px 100px;
  text-align: center; }
  @media only screen and (max-width: 800px) {
    .app-counter {
      padding: 70px 60px; } }
  @media only screen and (max-width: 600px) {
    .app-counter {
      padding: 40px 60px; } }

aside.app-cta {
  position: relative;
  display: flex;
  background-color: #FFB511; }
  aside.app-cta.reverse {
    flex-direction: row-reverse; }
  aside.app-cta.simple {
    padding: 80px; }
    aside.app-cta.simple > div {
      width: 100%; }
    aside.app-cta.simple button {
      margin-top: 15px; }
    aside.app-cta.simple h1,
    aside.app-cta.simple h2 {
      max-width: 560px;
      margin: 0 auto; }
  aside.app-cta > div {
    width: 50%;
    text-align: center; }
    aside.app-cta > div.text {
      padding: 30px; }
    aside.app-cta > div .center {
      position: relative;
      float: left;
      width: 66%;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%); }
      @media only screen and (max-width: 1200px) {
        aside.app-cta > div .center {
          width: 100%; } }
    aside.app-cta > div.image {
      background-repeat: no-repeat;
      background-size: cover; }
      aside.app-cta > div.image:after {
        content: "";
        display: block;
        padding-bottom: 100%; }
    aside.app-cta > div h1 {
      margin-bottom: 30px; }
    aside.app-cta > div p {
      margin-bottom: 30px; }
  @media only screen and (max-width: 800px) {
    aside.app-cta {
      flex-wrap: wrap;
      padding: 45px 0; }
      aside.app-cta.simple {
        padding: 30px; }
      aside.app-cta > div {
        width: 100%; }
        aside.app-cta > div.image {
          display: none; } }

section.app-faq {
  position: relative;
  background-color: #FFB511;
  display: flex;
  padding: 100px 8.3%; }
  section.app-faq .toggle {
    transition: 125ms cubic-bezier(0.4, 0, 0.2, 1) all;
    position: absolute;
    right: 0px; }
    section.app-faq .toggle path {
      transition: 125ms cubic-bezier(0.4, 0, 0.2, 1) all; }
  section.app-faq h3.left {
    width: 33.3%; }
  section.app-faq .right {
    width: 66.6%; }
  section.app-faq .category.open h3 .toggle {
    transform: rotate(45deg); }
  section.app-faq .category.open > ul {
    max-height: 3000px; }
  section.app-faq .category h3 {
    transition: 125ms cubic-bezier(0.4, 0, 0.2, 1) all;
    position: relative;
    padding: 15px 15px 15px 0;
    border-bottom: 1px solid #000000;
    cursor: pointer; }
    section.app-faq .category h3:hover {
      color: #fff; }
      section.app-faq .category h3:hover .toggle path {
        fill: #fff; }
    section.app-faq .category h3:first-of-type {
      padding-top: 0; }
    section.app-faq .category h3 .toggle {
      top: calc(50% - 4px); }
  section.app-faq .category > ul {
    margin-top: -1px;
    padding-left: 0;
    list-style: none;
    overflow: hidden;
    max-height: 0px;
    transition: 500ms; }
    section.app-faq .category > ul ul,
    section.app-faq .category > ul ol {
      margin-top: 16px;
      margin-bottom: 16px; }
    section.app-faq .category > ul > li {
      position: relative;
      border-top: 1px solid #000000;
      margin-bottom: 10px; }
      section.app-faq .category > ul > li.open .toggle {
        transform: rotate(45deg); }
      section.app-faq .category > ul > li.open div.answer {
        max-height: 3000px;
        transition: 500ms; }
      section.app-faq .category > ul > li .toggle {
        top: 13px; }
      section.app-faq .category > ul > li h5 {
        transition: 125ms cubic-bezier(0.4, 0, 0.2, 1) all;
        margin-bottom: 15px;
        cursor: pointer;
        padding-right: 15px; }
        section.app-faq .category > ul > li h5:hover {
          color: #fff; }
          section.app-faq .category > ul > li h5:hover .toggle path {
            fill: #fff; }
      section.app-faq .category > ul > li div.answer {
        overflow: hidden;
        max-height: 0px; }
        section.app-faq .category > ul > li div.answer p {
          margin-bottom: 12px; }
        section.app-faq .category > ul > li div.answer a {
          text-decoration: underline; }
          section.app-faq .category > ul > li div.answer a:hover {
            color: white; }
  @media only screen and (max-width: 800px) {
    section.app-faq {
      padding: 100px 60px;
      flex-wrap: wrap; }
      section.app-faq h3.left {
        width: 100%;
        margin-bottom: 60px; }
      section.app-faq .right {
        width: 100%; } }
  @media only screen and (max-width: 500px) {
    section.app-faq {
      padding: 100px 30px; }
      section.app-faq h3.left {
        margin-bottom: 30px; } }

footer.app-footer {
  padding: 60px 0 20px 0;
  background-color: #000000;
  color: #fff; }
  footer.app-footer a {
    transition: 125ms cubic-bezier(0.4, 0, 0.2, 1) color; }
    footer.app-footer a:hover {
      color: #FFB511; }
  footer.app-footer .four-col {
    display: flex;
    padding-left: 8.3%; }
    footer.app-footer .four-col nav {
      width: calc((100% - (20px * 3)) / 4); }
      footer.app-footer .four-col nav h5 {
        margin-bottom: 40px; }
      footer.app-footer .four-col nav svg {
        margin-right: 15px;
        vertical-align: middle; }
        footer.app-footer .four-col nav svg:hover path {
          fill: #FFB511; }
        footer.app-footer .four-col nav svg path {
          transition: 125ms cubic-bezier(0.4, 0, 0.2, 1) fill; }
      footer.app-footer .four-col nav input {
        border-bottom-color: #fff;
        margin-bottom: 16px; }
    @media only screen and (max-width: 1000px) {
      footer.app-footer .four-col {
        flex-wrap: wrap; }
        footer.app-footer .four-col nav {
          width: calc((100% - 20px) / 2);
          margin-bottom: 60px; }
          footer.app-footer .four-col nav h5 {
            margin-bottom: 30px; } }
    @media only screen and (max-width: 500px) {
      footer.app-footer .four-col {
        flex-wrap: wrap;
        padding-left: 0; }
        footer.app-footer .four-col nav {
          width: 100%;
          margin-bottom: 60px;
          text-align: center; }
          footer.app-footer .four-col nav h5 {
            margin-bottom: 15px; } }
  footer.app-footer .copyright {
    color: #777;
    margin-left: 8.3%;
    margin-right: 8.3%;
    margin-top: 50px; }
    @media only screen and (max-width: 500px) {
      footer.app-footer .copyright {
        text-align: center; } }

.beat {
  animation-name: color;
  animation-duration: 2s;
  animation-iteration-count: infinite; }

@keyframes color {
  0% {
    color: #777777; }
  10% {
    color: #f4427d; }
  20% {
    color: #993255; }
  30% {
    color: #f4427d; }
  100% {
    color: #777777; } }

header.app-header {
  position: fixed;
  z-index: 11;
  top: -80px;
  left: 0;
  right: 0;
  height: 80px;
  background-color: #fff;
  text-align: right; }
  header.app-header.search-mode input.search {
    display: inline-block; }
  header.app-header.search-mode .cart {
    display: none; }
  header.app-header.search-mode .hamburger {
    display: none; }
  header.app-header.search-mode .container.pad {
    padding-left: 0; }
  header.app-header.search-mode #search_menu {
    display: block; }
  header.app-header .logo {
    position: absolute;
    top: 17px;
    left: 16px; }
    header.app-header .logo path {
      transition: 125ms cubic-bezier(0.4, 0, 0.2, 1) all; }
    header.app-header .logo:hover path {
      fill: #FFB511; }
  header.app-header .icon {
    display: none;
    position: relative;
    margin-left: 20px;
    vertical-align: middle;
    cursor: pointer; }
    header.app-header .icon:hover path {
      stroke: #FFB511; }
    header.app-header .icon path {
      transition: 125ms cubic-bezier(0.4, 0, 0.2, 1) stroke; }
    header.app-header .icon div {
      display: none;
      position: absolute;
      background-color: #FFB511;
      border-radius: 100%;
      width: 13px;
      height: 13px;
      color: #fff;
      font-size: 9px;
      line-height: 13px;
      text-align: center; }
    header.app-header .icon.search svg {
      margin-top: 2px; }
    header.app-header .icon.cart div {
      top: -2px;
      left: 16px; }
    header.app-header .icon.favorites svg {
      width: 24px;
      height: 24px;
      stroke: #000000;
      fill: none; }
    header.app-header .icon.favorites div {
      top: -5px;
      left: 16px; }
  header.app-header .hamburger {
    display: none;
    padding: 16px 0 16px 16px;
    margin-top: 4px;
    cursor: pointer; }
    header.app-header .hamburger g {
      transition: 125ms cubic-bezier(0.4, 0, 0.2, 1) all; }
    header.app-header .hamburger:hover g {
      fill: #FFB511; }
  header.app-header nav.overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #FFB511;
    z-index: 11; }
    header.app-header nav.overlay .center {
      overflow-y: auto;
      padding-top: 64px;
      padding-bottom: 64px;
      padding-left: 16px;
      text-align: left; }
      header.app-header nav.overlay .center .logo:hover path {
        fill: #fff; }
      header.app-header nav.overlay .center a {
        display: block;
        width: 100%;
        transition: 125ms cubic-bezier(0.4, 0, 0.2, 1) color; }
        header.app-header nav.overlay .center a:hover, header.app-header nav.overlay .center a.active, header.app-header nav.overlay .center a.router-link-exact-active {
          color: #fff; }
      header.app-header nav.overlay .center input {
        display: block;
        width: 100%;
        max-width: 600px;
        border: none; }
    header.app-header nav.overlay .close {
      position: fixed;
      top: 20px;
      right: 16px;
      cursor: pointer; }
      header.app-header nav.overlay .close:hover path {
        fill: #fff; }
      header.app-header nav.overlay .close path {
        transition: 125ms cubic-bezier(0.4, 0, 0.2, 1) color; }
    header.app-header nav.overlay.shop {
      overflow-y: auto;
      padding-top: 64px;
      padding-bottom: 64px;
      text-align: left;
      z-index: 12; }
      header.app-header nav.overlay.shop .h2 {
        font-size: 36px;
        line-height: 42px; }
      header.app-header nav.overlay.shop a.h2 {
        display: block;
        padding: 0 0 12px 16px; }
      header.app-header nav.overlay.shop .actions ul {
        list-style-type: none;
        padding: 16px; }
        header.app-header nav.overlay.shop .actions ul li {
          padding: 8px 0; }
      header.app-header nav.overlay.shop .actions .select {
        margin: 16px; }
        header.app-header nav.overlay.shop .actions .select:before {
          background: #FFB511; }
        header.app-header nav.overlay.shop .actions .select select:focus {
          border-color: #000000; }
      header.app-header nav.overlay.shop .categories {
        margin-top: 8px; }
        header.app-header nav.overlay.shop .categories ul {
          position: relative;
          list-style-type: none;
          padding: 8px 0 8px 16px;
          text-align: left; }
          header.app-header nav.overlay.shop .categories ul.open li {
            display: block; }
          header.app-header nav.overlay.shop .categories ul li {
            display: none;
            padding: 8px 0; }
            header.app-header nav.overlay.shop .categories ul li.category {
              display: block; }
              header.app-header nav.overlay.shop .categories ul li.category a {
                color: #000000 !important; }
  header.app-header nav.header {
    display: flex;
    justify-content: flex-end;
    padding-top: 25px; }
    header.app-header nav.header .shop-toggle {
      text-align: left;
      padding: 0 20px 20px 20px; }
      header.app-header nav.header .shop-toggle:hover .hover {
        color: #FFB511;
        cursor: pointer; }
      header.app-header nav.header .shop-toggle:hover header.shop-categories {
        padding: 0 16px 16px;
        opacity: 1;
        height: auto;
        overflow: auto; }
    header.app-header nav.header a {
      transition: 125ms cubic-bezier(0.4, 0, 0.2, 1) color;
      margin-right: 50px; }
      header.app-header nav.header a:hover, header.app-header nav.header a.active, header.app-header nav.header a.router-link-exact-active {
        color: #FFB511; }
      header.app-header nav.header a.sell-cta {
        position: relative;
        background-color: #FFB511;
        padding: 0px 16px; }
        header.app-header nav.header a.sell-cta:before {
          content: "";
          position: absolute;
          top: -25px;
          left: 0;
          right: 0;
          height: 26px;
          background-color: #FFB511; }
        header.app-header nav.header a.sell-cta:after {
          transition: 125ms cubic-bezier(0.4, 0, 0.2, 1) bottom;
          content: "";
          position: absolute;
          bottom: 0;
          left: 0;
          right: 0;
          height: 8px;
          background-color: #FFB511; }
        header.app-header nav.header a.sell-cta div {
          display: none;
          position: absolute;
          background-color: #000000;
          border-radius: 100%;
          width: 13px;
          height: 13px;
          color: #fff;
          font-size: 9px;
          line-height: 13px;
          text-align: center;
          bottom: 32px;
          right: 6px; }
      header.app-header nav.header a.sell-cta:hover, header.app-header nav.header a.sell-cta.router-link-exact-active {
        color: #fff;
        background-color: #FFB511; }
        header.app-header nav.header a.sell-cta:hover:after, header.app-header nav.header a.sell-cta.router-link-exact-active:after {
          bottom: -8px; }
      header.app-header nav.header a:last-of-type {
        margin-right: 30px; }
        @media only screen and (max-width: 1100px) {
          header.app-header nav.header a:last-of-type {
            margin-right: -15px; } }
      header.app-header nav.header a.icon {
        margin-right: 0; }
    header.app-header nav.header .icon {
      display: none;
      position: relative;
      display: inline-block;
      margin-left: 25px;
      vertical-align: middle;
      cursor: pointer; }
      header.app-header nav.header .icon:hover path {
        stroke: #FFB511; }
      header.app-header nav.header .icon path {
        transition: 125ms cubic-bezier(0.4, 0, 0.2, 1) stroke; }
      header.app-header nav.header .icon div {
        display: none;
        position: absolute;
        background-color: #FFB511;
        border-radius: 100%;
        width: 13px;
        height: 13px;
        color: #fff;
        font-size: 9px;
        line-height: 13px;
        text-align: center; }
      header.app-header nav.header .icon.search {
        display: none; }
      header.app-header nav.header .icon.favorites div {
        top: -5px;
        left: 16px; }
      header.app-header nav.header .icon.cart {
        top: -3px; }
        header.app-header nav.header .icon.cart div {
          top: -2px;
          left: 16px; }
  header.app-header #cart_menu,
  header.app-header #user_menu {
    display: none;
    position: absolute;
    top: 80px;
    right: 16px;
    padding: 10px;
    width: 160px;
    text-align: left;
    background-color: #f0f0f0;
    box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.2); }
    header.app-header #cart_menu:before,
    header.app-header #user_menu:before {
      content: "";
      position: absolute;
      top: -5px;
      right: 10px;
      width: 0;
      height: 0;
      border-left: 5px solid transparent;
      border-right: 5px solid transparent;
      border-bottom: 5px solid #f0f0f0; }
    header.app-header #cart_menu.open,
    header.app-header #user_menu.open {
      display: block; }
  header.app-header #search_menu {
    position: absolute;
    display: block;
    width: auto;
    top: 20px;
    left: 290px;
    right: 750px;
    padding: 5px;
    text-align: left;
    background-color: inherit;
    border: 1px solid #767676;
    box-shadow: none; }
    header.app-header #search_menu input {
      width: 100%;
      border: none;
      padding: 0 8px;
      font-family: inherit; }
      header.app-header #search_menu input::placeholder {
        color: #767676;
        opacity: 1; }
    header.app-header #search_menu .search {
      line-height: 26px; }
    header.app-header #search_menu .icon.start-search {
      display: block;
      position: absolute;
      top: 0;
      right: 0;
      width: 30px;
      cursor: pointer;
      bottom: 0;
      background-color: white; }
      header.app-header #search_menu .icon.start-search svg {
        position: absolute;
        top: 9px;
        right: 8px; }
  header.app-header #cart_menu {
    width: 360px; }
    header.app-header #cart_menu:before {
      right: 58px; }
    header.app-header #cart_menu .items {
      list-style-type: none;
      padding: 0;
      max-height: 340px;
      overflow: auto; }
      header.app-header #cart_menu .items .item {
        position: relative;
        background-color: #fff;
        padding: 10px;
        margin-bottom: 10px;
        display: flex;
        align-items: center; }
        header.app-header #cart_menu .items .item .image {
          position: relative;
          width: 150px;
          height: 100px;
          margin-right: 20px; }
          header.app-header #cart_menu .items .item .image img {
            position: absolute;
            top: 50%;
            transform: translateY(-50%);
            max-width: 100%;
            max-height: 100%; }
        header.app-header #cart_menu .items .item .details h6 {
          font-size: 16px;
          margin-bottom: 5px; }
    header.app-header #cart_menu h5 {
      margin: 0 0 10px;
      padding-top: 10px;
      border-top: 1px solid #000000; }
    header.app-header #cart_menu .buttons {
      display: flex; }
      header.app-header #cart_menu .buttons .button {
        width: calc(50% - 5px); }
        header.app-header #cart_menu .buttons .button:first-of-type {
          margin-right: 10px; }
        header.app-header #cart_menu .buttons .button.outline:hover {
          color: #fff; }
  header.app-header #user_menu {
    width: 360px; }
    header.app-header #user_menu:before {
      right: 6px; }
    header.app-header #user_menu h6 {
      margin-bottom: 10px; }
    header.app-header #user_menu .buttons {
      display: flex; }
      header.app-header #user_menu .buttons .button {
        width: calc(50% - 5px); }
        header.app-header #user_menu .buttons .button:first-of-type {
          margin-right: 10px; }
        header.app-header #user_menu .buttons .button.outline:hover {
          color: #fff; }
  @media only screen and (max-width: 1100px) {
    header.app-header {
      height: 60px; }
      header.app-header .logo {
        width: 174px;
        top: 7px; }
      header.app-header nav.header {
        padding-top: 15px; }
        header.app-header nav.header .shop-toggle,
        header.app-header nav.header a {
          margin-right: 40px; }
        header.app-header nav.header .icon.search {
          display: inline-block; }
      header.app-header #search_menu {
        display: none;
        top: 9px;
        left: 45px;
        right: 15px;
        border-bottom: 1px solid black; }
      header.app-header.search-mode nav.header {
        display: none; }
      header.app-header.search-mode #search_menu {
        display: block; }
      header.app-header.search-mode .cancel-search {
        display: block; }
      header.app-header.search-mode .logo {
        display: none; }
      header.app-header.search-mode .search {
        display: none; }
      header.app-header .cancel-search {
        position: absolute;
        left: -10px;
        stroke: black;
        top: 14px; } }
  @media only screen and (max-width: 900px) {
    header.app-header nav.header {
      display: none; }
    header.app-header nav.overlay.open {
      display: block; }
    header.app-header .search {
      display: inline-block; }
    header.app-header .hamburger {
      display: inline-block; }
    header.app-header .cart {
      display: inline-block; } }
  @media only screen and (max-width: 500px) {
    header.app-header #search_menu input {
      font-size: 12px; } }

header.shop-categories {
  transition: opacity 125ms cubic-bezier(0.4, 0, 0.2, 1);
  display: grid;
  background-color: #fff;
  position: fixed;
  top: 80px;
  left: 0;
  right: 0;
  max-height: calc(100vh - 80px);
  text-align: left;
  padding: 0;
  grid-gap: 16px;
  grid-template-columns: 1fr 1fr;
  z-index: 10;
  box-shadow: 0 8px 8px 0 rgba(0, 0, 0, 0.1);
  opacity: 0;
  height: 0;
  overflow: hidden; }
  header.shop-categories.open {
    opacity: 1;
    height: auto;
    overflow: auto;
    padding: 0 16px 16px; }
  header.shop-categories.closed {
    opacity: 0 !important;
    height: 0 !important;
    overflow: hidden !important;
    padding: 0 !important; }
  header.shop-categories ul {
    position: relative;
    grid-column: span 1;
    list-style-type: none;
    padding: 12px 0 16px;
    margin-bottom: 16px;
    padding-left: 50%;
    border-top: 1px solid #767676; }
    header.shop-categories ul li.category {
      position: absolute;
      left: 0;
      top: 0;
      font-family: "AvantGarde", sans-serif; }
    header.shop-categories ul li.active {
      color: #FFB511; }
    header.shop-categories ul li label {
      transition: 125ms cubic-bezier(0.4, 0, 0.2, 1) all;
      cursor: pointer; }
      header.shop-categories ul li label:hover {
        color: #FFB511; }
  @media only screen and (max-width: 1100px) {
    header.shop-categories {
      top: 60px;
      max-height: calc(100vh - 60px); } }
  @media only screen and (max-width: 900px) {
    header.shop-categories {
      grid-template-columns: 1fr; }
      header.shop-categories .h2 {
        font-size: 48px; } }

section.intro {
  display: flex;
  flex-wrap: wrap;
  align-content: space-around;
  height: 100vh;
  margin-top: -80px;
  overflow: hidden; }
  section.intro .fade {
    z-index: 9;
    content: "";
    position: absolute;
    bottom: -1px;
    left: 0;
    right: 0;
    height: 50%;
    background: -moz-linear-gradient(top, rgba(245, 245, 245, 0) 0%, whitesmoke 100%);
    background: -webkit-linear-gradient(top, rgba(245, 245, 245, 0) 0%, whitesmoke 100%);
    background: linear-gradient(to bottom, rgba(245, 245, 245, 0) 0%, whitesmoke 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 );
    pointer-events: none;
    opacity: 0; }
  section.intro .row {
    position: relative;
    width: 100%;
    padding-top: 20%;
    height: 0;
    margin: 15px 0; }
    section.intro .row svg {
      z-index: 2; }
  section.intro .furniture {
    display: none;
    position: absolute;
    top: -1px;
    height: calc(100% + 2px);
    z-index: 1; }
  section.intro .on-k {
    left: 0; }
  section.intro .on-a {
    left: 21%; }
  section.intro .on-i {
    left: 41%; }
  section.intro .on-y {
    left: 61%; }
  section.intro .on-o {
    right: 0; }
  section.intro .cta {
    position: absolute;
    text-align: left;
    top: 0;
    right: 5%;
    height: 100%;
    width: 30%;
    z-index: 8; }
    section.intro .cta .cta-text {
      position: relative;
      width: 80%; }
    section.intro .cta .buttons {
      display: flex; }
      section.intro .cta .buttons .button {
        display: block;
        width: calc((100% - 15px) / 2);
        margin-top: 5%; }
        section.intro .cta .buttons .button:first-of-type {
          margin-right: 15px; }
    @media only screen and (max-width: 950px) {
      section.intro .cta {
        right: 0;
        width: 38%; }
        section.intro .cta .buttons {
          display: flex; }
          section.intro .cta .buttons .button {
            width: calc((100% - 15px) / 2); }
            section.intro .cta .buttons .button:first-of-type {
              margin-right: 15px; } }
    @media only screen and (max-width: 500px) {
      section.intro .cta p {
        font-size: 27px;
        line-height: 34px; } }
  section.intro .row svg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: auto; }
  section.intro #kaiyo-3 #kaiyo-y {
    display: none; }
  section.intro #kaiyo-3 #kaiyo-o {
    display: none; }
  @media (min-aspect-ratio: 10 / 7) {
    section.intro {
      max-width: 80vw; } }
  @media (min-aspect-ratio: 10 / 6) {
    section.intro {
      max-width: 70vw; } }
  @media (min-aspect-ratio: 10 / 5) {
    section.intro {
      max-width: 60vw; } }
  @media (min-aspect-ratio: 10 / 4) {
    section.intro {
      max-width: 40vw; } }
  @media (min-aspect-ratio: 10 / 3) {
    section.intro {
      max-width: 30vw; } }
  @media only screen and (max-width: 1100px) {
    section.intro {
      margin-top: -60px; }
      section.intro .cta {
        width: 35%;
        right: 0; } }
  @media only screen and (max-width: 650px) {
    section.intro {
      padding-bottom: 20vh; }
      section.intro .cta {
        display: flex;
        justify-content: space-between;
        align-items: center;
        align-content: center;
        width: 100%;
        height: 20vh;
        top: calc(100% + 4vh);
        right: 0; }
        section.intro .cta .text-container {
          flex-grow: 2; }
          section.intro .cta .text-container .cta-text {
            width: 100%; }
        section.intro .cta .buttons {
          flex-grow: 1;
          flex-wrap: wrap;
          align-content: flex-start;
          width: 35%;
          min-width: 80px;
          margin-left: 5%; }
          section.intro .cta .buttons .button {
            width: 100%;
            margin: 0 0 0 0 !important; }
            section.intro .cta .buttons .button:first-of-type {
              margin: 0 0 10px 0 !important; }
      section.intro #kaiyo-3 #kaiyo-y {
        display: block; }
      section.intro #kaiyo-3 #kaiyo-o {
        display: block; } }

aside.app-list {
  display: flex; }
  aside.app-list > div {
    padding: 100px 8.3%;
    width: 50%; }
    aside.app-list > div.list {
      padding-left: 56px; }
    aside.app-list > div h3 {
      margin-bottom: 30px; }
    aside.app-list > div p {
      margin-bottom: 30px; }
    aside.app-list > div ol {
      list-style: none;
      counter-reset: custom-counter;
      padding-left: 66px; }
      aside.app-list > div ol.single {
        padding-left: 0; }
        aside.app-list > div ol.single li::before {
          display: none; }
      aside.app-list > div ol li {
        position: relative;
        counter-increment: custom-counter;
        margin-bottom: 40px;
        min-height: 140px; }
        aside.app-list > div ol li:last-of-type {
          margin-bottom: 0; }
        aside.app-list > div ol li::before {
          content: counter(custom-counter);
          font-size: 130px;
          font-family: "AvantGarde", sans-serif;
          line-height: 1;
          position: absolute;
          left: -130px; }
  @media only screen and (max-width: 1000px) {
    aside.app-list > div.title {
      padding: 100px 45px;
      width: 40%; }
    aside.app-list > div.list {
      padding: 100px 45px 100px 0;
      width: 60%; } }
  @media only screen and (max-width: 800px) {
    aside.app-list {
      flex-wrap: wrap; }
      aside.app-list > div.title {
        padding: 100px 45px 0;
        width: 100%; }
      aside.app-list > div.list {
        padding: 0 45px 100px 60px;
        width: 100%; }
      aside.app-list > div ol li::before {
        font-size: 90px;
        left: -90px; } }
  @media only screen and (max-width: 500px) {
    aside.app-list > div.title {
      padding: 100px 30px 0; }
    aside.app-list > div.list {
      padding: 0 30px 100px 45px; } }

.modal {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  transition: opacity 125ms cubic-bezier(0.4, 0, 0.2, 1);
  opacity: 0;
  height: 0;
  overflow: hidden;
  z-index: 15; }
  .modal.open {
    opacity: 1;
    height: auto;
    bottom: 0; }
    .modal.open::after {
      bottom: 0; }
    .modal.open .pane {
      top: 50%; }
  .modal .pane {
    position: fixed;
    top: -50%;
    left: 50%;
    width: 500px;
    max-height: 90vh;
    margin-left: -250px;
    transform: translateY(-50%);
    padding: 30px;
    overflow: scroll;
    background-color: #fff;
    z-index: 17; }
    .modal .pane h4 {
      margin-bottom: 10px; }
    .modal .pane p {
      margin-bottom: 10px; }
    .modal .pane label {
      display: block;
      margin-bottom: 5px;
      margin-top: 30px; }
    .modal .pane input,
    .modal .pane textarea {
      width: 100%; }
    .modal .pane .buttons {
      margin-top: 30px;
      text-align: left; }
      .modal .pane .buttons button {
        min-width: 120px; }
      .modal .pane .buttons .black-bg {
        margin-right: 30px; }
    .modal .pane .close {
      position: absolute;
      top: 0px;
      right: 0px; }
      .modal .pane .close button {
        padding: 8px 16px;
        border: none;
        color: #767676; }
  .modal::after {
    content: "";
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background-color: #000000;
    opacity: 0.8;
    z-index: 16; }
  @media only screen and (max-width: 500px) {
    .modal .pane {
      width: 100%;
      left: 0;
      margin-left: 0; } }

.app-quilt {
  padding: 30px 100px 60px;
  text-align: center; }
  .app-quilt .quilt {
    position: relative;
    margin-top: 20px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center; }
    .app-quilt .quilt .img {
      width: calc((100% - 120px) / 4);
      margin: 15px; }
      .app-quilt .quilt .img img {
        width: 100%; }
        .app-quilt .quilt .img img.hover {
          display: none; }
        .app-quilt .quilt .img img.default {
          display: block; }
      .app-quilt .quilt .img:hover img.hover {
        display: block; }
      .app-quilt .quilt .img:hover img.default {
        display: none; }
  @media only screen and (max-width: 1000px) {
    .app-quilt .quilt .img {
      width: calc((100% - 60px) / 2); } }
  @media only screen and (max-width: 800px) {
    .app-quilt {
      padding: 30px 60px 60px; } }
  @media only screen and (max-width: 600px) {
    .app-quilt {
      padding: 30px 15px 60px; } }

.app-testimonials {
  position: relative;
  background-color: #FFB511;
  text-align: center;
  padding: 100px; }
  .app-testimonials .slick-testimonials {
    margin: 0 auto;
    max-width: 800px; }
    .app-testimonials .slick-testimonials h4 {
      margin-bottom: 10px; }
    .app-testimonials .slick-testimonials aside {
      display: flex;
      align-items: center;
      justify-content: center;
      margin: 24px auto 0;
      text-align: left; }
      .app-testimonials .slick-testimonials aside img {
        width: 80px;
        margin-right: 20px;
        border-radius: 100%;
        border: 2px solid #d4a200; }
      .app-testimonials .slick-testimonials aside .details {
        line-height: 22px; }
        .app-testimonials .slick-testimonials aside .details .rating {
          font-size: 21px;
          letter-spacing: 2px;
          margin-top: 2px; }
        .app-testimonials .slick-testimonials aside .details .via {
          margin-top: 4px; }
          .app-testimonials .slick-testimonials aside .details .via svg {
            height: 22px;
            width: auto;
            margin-bottom: -5px; }
  .app-testimonials .prev,
  .app-testimonials .next {
    transition: 125ms cubic-bezier(0.4, 0, 0.2, 1) all;
    position: absolute;
    top: calc(50% - 12px);
    padding: 10px;
    font-size: 24px;
    font-family: "AvantGarde", sans-serif;
    cursor: pointer; }
  .app-testimonials .prev {
    content: "←";
    left: -90px; }
    .app-testimonials .prev:hover {
      transform: translateX(-5px); }
  .app-testimonials .next {
    content: "→";
    right: -90px; }
    .app-testimonials .next:hover {
      transform: translateX(5px); }
  @media only screen and (max-width: 800px) {
    .app-testimonials {
      padding: 75px 60px; }
      .app-testimonials h4 {
        font-size: 24px;
        line-height: 33px; }
      .app-testimonials .prev {
        left: -45px; }
      .app-testimonials .next {
        right: -45px; } }
  @media only screen and (max-width: 500px) {
    .app-testimonials {
      padding: 75px 30px; }
      .app-testimonials h4 {
        font-size: 16px;
        line-height: 20px; }
      .app-testimonials .prev,
      .app-testimonials .next {
        display: none !important; } }

section.shop-listing {
  text-align: center;
  padding: 16px 16px 40px;
  /* The container is mostly here to keep the place holder height when the
   * content goes in display: fixed */ }
  section.shop-listing .loading {
    margin-top: 20px;
    margin-bottom: 500px; }
  section.shop-listing h4 {
    margin-top: 24px;
    margin-bottom: 40px; }
  section.shop-listing .grid-header-container {
    display: none; }
  section.shop-listing .grid {
    display: grid;
    grid-gap: 16px;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    margin-bottom: 40px; }
  section.shop-listing .brand-header {
    margin-bottom: 40px; }
    section.shop-listing .brand-header h4 {
      margin-bottom: 20px; }
    section.shop-listing .brand-header .description {
      padding: 0px 50px; }
  section.shop-listing .save-search-wrapper {
    display: flex;
    justify-content: center;
    margin-top: 20px; }
    section.shop-listing .save-search-wrapper .save-search-button:hover, section.shop-listing .save-search-wrapper .save-search-button:focus {
      border-color: #FFB511;
      color: #FFB511; }
    section.shop-listing .save-search-wrapper .save-search-button.hidden {
      display: none; }
    section.shop-listing .save-search-wrapper .follow-save-search-success {
      display: none; }
      section.shop-listing .save-search-wrapper .follow-save-search-success.show {
        font-size: 16px;
        color: #4caf50;
        font-family: "Space Mono", monospace;
        display: inline-block; }
  @media only screen and (max-width: 800px) {
    section.shop-listing h4 {
      margin-top: 10px;
      margin-bottom: 20px; }
      section.shop-listing h4 .save-search-button {
        margin-left: 0px; }
    section.shop-listing .grid {
      grid-template-columns: 1fr 1fr;
      grid-gap: 8px; }
      section.shop-listing .grid .module.large {
        grid-column: span 1;
        grid-row: span 1; }
    section.shop-listing .brand-header .description {
      padding: 0px 20px; } }

.module {
  transition: 125ms cubic-bezier(0.4, 0, 0.2, 1) all;
  position: relative;
  background-color: #fff;
  text-align: left; }
  .module.sold-out:before {
    content: "Sold Out";
    display: block;
    position: absolute;
    top: 8px;
    left: 8px;
    background-color: #FFB511;
    color: #fff;
    padding: 3px 6px;
    z-index: 2; }
  .module:after {
    content: "";
    display: block;
    padding-bottom: calc(100% + 100px); }
  .module.large {
    grid-column: span 2;
    grid-row: span 2; }
  .module:hover .name {
    color: #FFB511; }
  .module:hover .image {
    transform: scale(1, 1); }
  .module.favorited a.favorite.icon svg {
    fill: #FFB511;
    stroke: #FFB511;
    color: #FFB511;
    animation-name: pulse;
    animation-duration: 500ms;
    animation-iteration-count: 1; }

@keyframes pulse {
  0% {
    transform: scale(1.1); }
  30% {
    transform: scale(1.3); }
  100% {
    transform: scale(1.1); } }
  .module a.favorite.icon {
    width: 40px;
    height: 40px;
    position: absolute;
    top: 0px;
    right: 0px;
    left: auto;
    bottom: auto;
    z-index: 2; }
    .module a.favorite.icon svg {
      width: 100%;
      height: 100%; }
    .module a.favorite.icon:hover {
      transition: 125ms cubic-bezier(0.4, 0, 0.2, 1) all; }
      .module a.favorite.icon:hover svg {
        transform: scale(1.1, 1.1); }
  .module a {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1; }
    .module a svg {
      fill: none;
      stroke: black; }
  .module .image {
    transition: 125ms cubic-bezier(0.4, 0, 0.2, 1) all;
    transform: scale(0.95, 0.95);
    position: absolute;
    top: 16px;
    right: 16px;
    bottom: 116px;
    left: 16px;
    z-index: 0; }
    .module .image img {
      position: relative;
      float: left;
      max-width: 100%;
      max-height: 100%;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%); }
  .module .details {
    position: absolute;
    left: 16px;
    right: 16px;
    bottom: 14px;
    z-index: 0;
    border-top: 1px solid #000000;
    padding-top: 11px; }
    .module .details div {
      transition: 125ms cubic-bezier(0.4, 0, 0.2, 1) all;
      overflow: hidden; }
      .module .details div.name {
        position: relative;
        height: 44px; }
        .module .details div.name::after {
          content: "";
          position: absolute;
          bottom: 0;
          right: 0;
          width: 50%;
          height: 22px;
          z-index: 1;
          background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0%, white 100%);
          background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, white 100%);
          background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, white 100%);
          filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=1 ); }
      .module .details div.msrp {
        text-decoration: line-through; }
  @media only screen and (max-width: 800px) {
    .module.sold-out:before {
      top: 8px;
      left: 8px;
      padding: 2px 4px; }
    .module .image {
      transform: scale(1, 1);
      top: 0;
      right: 0;
      left: 0;
      bottom: 110px; }
    .module .details {
      position: absolute;
      left: 8px;
      right: 8px;
      bottom: 10px; }
      .module .details div.name {
        font-size: 14px;
        line-height: 20px;
        height: 44px; }
        .module .details div.name::after {
          width: 50%;
          height: 22px; } }
  @media only screen and (max-width: 500px) {
    .module .details div.name {
      font-size: 12px;
      line-height: 18px;
      height: 38px; }
    .module .details div.msrp, .module .details div.accent {
      font-size: 14px; } }

/*# sourceMappingURL=style.css.map*/