/*
 * Theme Name: Caught Short
 * Description: Theme for Caught Short eCommerce Store
 * Author: Libby & Ben
 * Version: 1.1
*/
@import url("https://use.typekit.net/tte5guu.css");
@import url(node_modules/swiper/dist/css/swiper.min.css);
.admin-bar {
  background: #151515;
  border-bottom: solid 2px rgba(255, 255, 255, 0.1);
  padding: 1rem 0;
  position: relative;
  width: 100%;
  z-index: 9999; }
  .admin-bar nav li {
    display: inline-block;
    line-height: 2; }
    .admin-bar nav li a {
      color: #fff;
      display: inline-block;
      font-family: "vinyl", -apple-system, BlinkMacSystemFont, "Helvetica Neue", sans-serif;
      font-weight: bold;
      margin: 0 0 0 1rem;
      text-transform: uppercase; }
  .admin-bar h4 {
    color: #fff;
    font-size: 1.25rem; }
  .admin-bar p {
    color: #fff;
    font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", sans-serif;
    margin: 0; }
  .admin-bar .wrapper {
    align-items: center;
    display: flex;
    justify-content: space-between;
    position: relative;
    z-index: 2; }
  .admin-bar:before {
    background: url("assets/img/svg/landscape-white.svg") center/cover;
    content: '';
    height: 100%;
    left: 0;
    opacity: 0.2;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1; }
  @media (max-width: 768px) {
    .admin-bar {
      padding: 0; }
      .admin-bar nav {
        border-top: solid 2px rgba(255, 255, 255, 0.1);
        padding: 1rem; }
        .admin-bar nav li:first-child a {
          margin: 0; }
      .admin-bar p {
        font-size: 0.8rem; }
      .admin-bar .welcome {
        padding: 1rem; }
      .admin-bar .wrapper {
        display: block;
        padding: 0; } }

/*! normalize.css v5.0.0 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Correct the line height in all browsers.
 * 3. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
/* Document
   ========================================================================== */
html {
  font-family: sans-serif;
  /* 1 */
  line-height: 1.15;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 3 */
  -webkit-text-size-adjust: 100%;
  /* 3 */ }

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

/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  display: block; }

/**
 * 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
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main {
  /* 1 */
  display: block; }

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px; }

/**
 * 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
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */ }

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
a:active,
a:hover {
  outline-width: 0; }

/**
 * 1. Remove the bottom border in Firefox 39-.
 * 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 */ }

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit; }

/**
 * 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 style in Android 4.3-.
 */
dfn {
  font-style: italic; }

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000; }

/**
 * 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
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block; }

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

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

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden; }

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  /* 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; }

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */ }

/**
 * 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; }

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 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 */ }

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Remove the default vertical scrollbar in IE.
 */
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 and cancel buttons in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-cancel-button,
[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 IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block; }

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

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block; }

/**
 * Add the correct display in IE.
 */
template {
  display: none; }

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

.grid {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex; }
  .grid.center {
    -webkit-box-align: center;
    -moz-box-align: center;
    box-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -ms-flex-align: center; }

.grid > * {
  flex: 1;
  flex-grow: 4;
  padding-left: 1rem;
  padding-right: 1rem; }
  .grid > *:first-child {
    margin-left: -1rem; }
  .grid > *:last-child {
    margin-right: -1rem; }
  .grid > *.column--light {
    flex-grow: 2; }
  .grid > *.column--heavy {
    flex-grow: 8; }
  @media (max-width: 1280px) {
    .grid > *.hide-laptop {
      display: none; } }
  @media (max-width: 768px) {
    .grid > *.hide-mobile {
      display: none; } }

.grid.no-margin > * {
  padding-left: 0;
  padding-right: 0; }
  .grid.no-margin > *:first-child {
    margin-left: 0; }
  .grid.no-margin > *:last-child {
    margin-right: 0; }

@media (max-width: 1280px) {
  .grid__large {
    display: block; } }
@media (max-width: 768px) {
  .grid__medium {
    display: block; }

  .grid__medium > * {
    padding-left: 0;
    padding-right: 0; }
    .grid__medium > *:first-child {
      margin-left: 0; }
    .grid__medium > *:last-child {
      margin-right: 0; } }
@media (max-width: 1024px) {
  .grid__large {
    display: block; }

  .grid__large > * {
    padding-left: 0;
    padding-right: 0; }
    .grid__large > *:first-child {
      margin-left: 0; }
    .grid__large > *:last-child {
      margin-right: 0; } }
.wrapper {
  margin: 0 auto;
  padding: 0 4rem;
  max-width: 960px; }
  .wrapper.centered {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }
  @media screen and (max-width: 768px) {
    .wrapper {
      padding: 0 1rem; } }

.wrapper__large {
  max-width: 1680px; }

.wrapper__small {
  max-width: 640px; }

footer {
  background: url("assets/img/svg/landscape-white.svg") bottom/contain no-repeat #151515;
  padding: 4rem 0 16rem;
  position: relative;
  z-index: 2; }
  footer * {
    color: #fff; }
  footer .accepted-platforms {
    position: absolute;
    right: 2rem;
    top: 0; }
    footer .accepted-platforms li {
      display: inline-block;
      height: 35px;
      margin: 0 0.5rem;
      width: 35px; }
      footer .accepted-platforms li.american-express {
        background: url("assets/img/svg/payment/americanexpress.svg") center/contain no-repeat; }
      footer .accepted-platforms li.mastercard {
        background: url("assets/img/svg/payment/mastercard.svg") center/contain no-repeat; }
      footer .accepted-platforms li.visa {
        background: url("assets/img/svg/payment/visa.svg") center/contain no-repeat; }
  footer .copyright {
    bottom: 2rem;
    position: absolute;
    right: 2rem; }
  footer .footer-nav {
    display: inline-block; }
    footer .footer-nav li {
      display: block; }
      footer .footer-nav li a {
        color: #fff;
        display: block;
        font-family: "vinyl", -apple-system, BlinkMacSystemFont, "Helvetica Neue", sans-serif;
        font-size: 1.25rem;
        font-weight: bold;
        font-weight: bold;
        margin: 0 0 1rem;
        text-transform: uppercase; }
  footer .logo {
    display: inline-block;
    margin-right: 4rem;
    vertical-align: top; }
  footer .social {
    bottom: 1rem;
    left: 4rem;
    position: absolute; }
  footer .wrapper {
    position: relative; }
  @media screen and (max-width: 768px) {
    footer {
      background-size: 600px !important;
      padding: 4rem 0 8rem; }
      footer .social,
      footer .copyright {
        margin: 2rem 0 0;
        position: static;
        text-align: center; } }

.hamburger {
  cursor: pointer;
  display: none;
  height: 40px;
  margin: 0;
  position: absolute;
  right: 1rem;
  top: 1.5rem;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  width: 40px;
  z-index: 2; }
  .hamburger span,
  .hamburger span:after,
  .hamburger span:before {
    background: #fff;
    border-radius: 5px;
    content: '';
    height: 3px;
    left: 50%;
    margin-left: -20px;
    position: absolute;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
    width: 100%; }
  .hamburger span {
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%); }
  .hamburger span:after {
    bottom: -10px;
    right: 0;
    width: 60%; }
  .hamburger span:before {
    right: 0;
    top: -10px;
    width: 100%; }
  .hamburger.close-nav span {
    background-color: transparent !important; }
  .hamburger.close-nav span:after,
  .hamburger.close-nav span:before {
    top: 0;
    width: 100%; }
  .hamburger.close-nav span:after {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg); }
  .hamburger.close-nav span:before {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg); }
  @media (max-width: 768px) {
    .hamburger {
      display: block; } }

.header {
  left: 0;
  padding: 2rem 0 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 10; }
  .header::after {
    clear: both;
    content: "";
    display: table; }
  .header .logo {
    float: left; }
  .header .primary-nav {
    float: right; }
    .header .primary-nav li {
      display: block; }
      .header .primary-nav li a {
        color: #fff;
        display: block;
        font-family: "vinyl", -apple-system, BlinkMacSystemFont, "Helvetica Neue", sans-serif;
        font-size: 1.25rem;
        font-weight: bold;
        margin: 1rem 0 0.25rem;
        text-transform: uppercase; }
      .header .primary-nav li.current_page_item {
        border-bottom: solid 2px #fff; }
  .header.white-bg {
    margin: 0;
    position: relative; }
    .header.white-bg .hamburger span,
    .header.white-bg .hamburger span:after,
    .header.white-bg .hamburger span:before {
      background: #000; }
    .header.white-bg .logo {
      background: url("assets/img/logo/logo.svg") center/contain no-repeat; }
    .header.white-bg .primary-nav li a {
      color: #151515; }
  @media (max-width: 768px) {
    .header .primary-nav {
      display: none; } }

.logo {
  background: url("assets/img/logo/logo-white.svg") center/contain no-repeat;
  display: block;
  height: 130px;
  text-indent: -9999px;
  width: 150px; }

.mobile-nav {
  background: #151515;
  display: none;
  margin-top: -54px;
  -webkit-overflow-scrolling: touch;
  overflow: scroll;
  padding: 0 0.5rem;
  position: relative;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
  white-space: nowrap;
  z-index: 2; }
  .mobile-nav li {
    display: inline-block; }
    .mobile-nav li a {
      color: #fff;
      display: block;
      font-family: "vinyl", -apple-system, BlinkMacSystemFont, "Helvetica Neue", sans-serif;
      font-size: 1.2rem;
      font-weight: bold;
      padding: 1rem 0.25rem;
      text-transform: uppercase; }
  .mobile-nav.active {
    margin: 0; }
  @media (max-width: 768px) {
    .mobile-nav {
      display: block; } }

.notification {
  border-bottom: solid 1px rgba(255, 255, 255, 0.1);
  display: block;
  margin: -2rem 0 2rem;
  padding: 0.5rem 0;
  text-align: center; }
  .notification p {
    color: #fff;
    font-family: "vinyl", -apple-system, BlinkMacSystemFont, "Helvetica Neue", sans-serif;
    margin: 0;
    text-transform: uppercase; }
  .white-bg .notification {
    background: #f8f8f8;
    border-bottom: solid 1px rgba(149, 152, 154, 0.1); }
    .white-bg .notification p {
      color: #333; }

.social li {
  display: inline-block; }
  .social li a {
    background: #fff;
    border-radius: 50%;
    display: block;
    height: 40px;
    margin: 0 0.5rem;
    position: relative;
    width: 40px; }
    .social li a svg {
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
      -moz-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      -o-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      stroke: #151515;
      stroke-width: 1.5; }

html,
body {
  background-color: #fff;
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", sans-serif;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  font-size: 1rem; }

h1,
h2,
h3,
h4,
dt {
  font-family: "vinyl", -apple-system, BlinkMacSystemFont, "Helvetica Neue", sans-serif;
  margin: 0 0 2rem;
  text-transform: uppercase; }

h1 {
  font-size: 7rem;
  line-height: 0.9; }
  @media screen and (max-width: 1280px) {
    h1 {
      font-size: 6rem; } }
  @media screen and (max-width: 768px) {
    h1 {
      font-size: 3.5rem; } }

h2 {
  font-size: 5rem; }
  @media screen and (max-width: 1280px) {
    h2 {
      font-size: 3rem; } }
  @media screen and (max-width: 768px) {
    h2 {
      font-size: 2.5rem; } }

h3 {
  font-size: 3rem;
  line-height: 1.2; }
  @media screen and (max-width: 1280px) {
    h3 {
      font-size: 2.5rem; } }
  @media screen and (max-width: 768px) {
    h3 {
      font-size: 2rem; } }

h4, dt {
  font-size: 2.5rem;
  line-height: 1.25;
  margin: 0; }
  @media screen and (max-width: 1280px) {
    h4, dt {
      font-size: 1.85rem; } }

dt {
  font-weight: bold;
  margin: 0 0 1rem;
  text-transform: uppercase; }

p, dd {
  color: #95989A;
  line-height: 2;
  margin: 0 0 2rem; }

.cart-cta {
  background: #fff;
  bottom: 0;
  box-shadow: 0 -4px 20px rgba(0, 0, 0, 0.1);
  display: none;
  padding: 1rem 0;
  position: fixed;
  text-align: center;
  width: 100%;
  z-index: 10; }
  .cart-cta a {
    color: #151515; }
  .cart-cta .grid > * {
    border-right: solid 2px #eee; }
    .cart-cta .grid > *:last-child {
      border: none; }

.cart__icon {
  background: #fff;
  bottom: 2rem;
  border-radius: 50%;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  display: block;
  height: 60px;
  overflow: hidden;
  position: fixed;
  right: 2rem;
  width: 60px; }
  .cart__icon * {
    color: #151515;
    stroke: #151515; }
  .cart__icon .cart-count {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    transition: 0.3s;
    -webkit-transform: translateY(300%) translateX(-50%);
    -moz-transform: translateY(300%) translateX(-50%);
    -ms-transform: translateY(300%) translateX(-50%);
    -o-transform: translateY(300%) translateX(-50%);
    transform: translateY(300%) translateX(-50%); }
  .cart__icon svg {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    transition: 0.3s; }
  .cart__icon:hover .cart-count {
    -webkit-transform: translateY(-40%) translateX(-50%);
    -moz-transform: translateY(-40%) translateX(-50%);
    -ms-transform: translateY(-40%) translateX(-50%);
    -o-transform: translateY(-40%) translateX(-50%);
    transform: translateY(-40%) translateX(-50%); }
  .cart__icon:hover svg {
    -webkit-transform: translateY(-300%) translateX(-50%);
    -moz-transform: translateY(-300%) translateX(-50%);
    -ms-transform: translateY(-300%) translateX(-50%);
    -o-transform: translateY(-300%) translateX(-50%);
    transform: translateY(-300%) translateX(-50%); }

.checkout {
  margin: 0 auto; }
  .checkout .place-order .button {
    display: block;
    width: 100%; }
  .checkout #ship-to-different-address br {
    display: none; }
  .checkout #order_review,
  .checkout #order_review_heading {
    margin: 0;
    max-width: 960px; }
  .checkout #order_review_heading {
    margin: 4rem 0 2rem; }
  .checkout #ship-to-different-address-checkbox {
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
    border: solid 2px #151515;
    border-radius: 5px;
    height: 30px;
    margin-right: 1rem;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    transition: 0.3s;
    width: 30px; }
    .checkout #ship-to-different-address-checkbox:checked {
      background: url("assets/img/svg/check.svg") center/contain no-repeat; }
  .checkout .woocommerce-checkout-payment {
    background: #f8f8f8 !important; }
    .checkout .woocommerce-checkout-payment a {
      color: #151515;
      font-weight: bold;
      text-decoration: underline; }
    .checkout .woocommerce-checkout-payment .button {
      background: #151515 !important; }
    .checkout .woocommerce-checkout-payment .wc-terms-and-conditions {
      margin: 0 0 2rem; }
  .checkout .woocommerce-notice,
  .checkout .woocommerce-info {
    line-height: 2 !important;
    margin: 0 !important; }
  .checkout .woocommerce-checkout-review-order-table td {
    padding: 1rem !important; }

.wc_payment_methods, .woocommerce-PaymentMethods {
  background: #f8f8f8;
  border-bottom: solid 2px #eee !important; }
  .wc_payment_methods br, .woocommerce-PaymentMethods br {
    display: none; }
  .wc_payment_methods + .form-row, .woocommerce-PaymentMethods + .form-row {
    background: #f8f8f8; }
    .wc_payment_methods + .form-row .button, .woocommerce-PaymentMethods + .form-row .button {
      background: #151515 !important; }
  .wc_payment_methods p, .woocommerce-PaymentMethods p {
    margin: 0; }
  .wc_payment_methods .stripe-icon, .woocommerce-PaymentMethods .stripe-icon {
    max-width: 40px; }
  .wc_payment_methods .payment_box, .woocommerce-PaymentMethods .payment_box {
    background-color: transparent !important;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    border: solid 1px #eee; }
    .wc_payment_methods .payment_box .form-row, .woocommerce-PaymentMethods .payment_box .form-row {
      margin: 0 !important;
      padding: 0 !important; }
      .wc_payment_methods .payment_box .form-row .wc-stripe-elements-field, .woocommerce-PaymentMethods .payment_box .form-row .wc-stripe-elements-field {
        padding: 0.65rem; }
    .wc_payment_methods .payment_box:before, .woocommerce-PaymentMethods .payment_box:before {
      display: none !important; }
  .wc_payment_methods #wc-stripe-cc-form input[type="text"],
  .wc_payment_methods #wc-stripe-cc-form input[type="tel"],
  .wc_payment_methods #wc-stripe-cc-form input[type="email"],
  .wc_payment_methods #wc-stripe-cc-form input[type="number"],
  .wc_payment_methods #wc-stripe-cc-form input[type="password"],
  .wc_payment_methods #wc-stripe-cc-form textarea, .woocommerce-PaymentMethods #wc-stripe-cc-form input[type="text"],
  .woocommerce-PaymentMethods #wc-stripe-cc-form input[type="tel"],
  .woocommerce-PaymentMethods #wc-stripe-cc-form input[type="email"],
  .woocommerce-PaymentMethods #wc-stripe-cc-form input[type="number"],
  .woocommerce-PaymentMethods #wc-stripe-cc-form input[type="password"],
  .woocommerce-PaymentMethods #wc-stripe-cc-form textarea {
    border-radius: 0 !important;
    border: solid 1px #ddd !important;
    font-weight: 400;
    height: auto !important;
    padding: 0.75rem !important; }
    .wc_payment_methods #wc-stripe-cc-form input[type="text"] .select2-selection__arrow,
    .wc_payment_methods #wc-stripe-cc-form input[type="tel"] .select2-selection__arrow,
    .wc_payment_methods #wc-stripe-cc-form input[type="email"] .select2-selection__arrow,
    .wc_payment_methods #wc-stripe-cc-form input[type="number"] .select2-selection__arrow,
    .wc_payment_methods #wc-stripe-cc-form input[type="password"] .select2-selection__arrow,
    .wc_payment_methods #wc-stripe-cc-form textarea .select2-selection__arrow, .woocommerce-PaymentMethods #wc-stripe-cc-form input[type="text"] .select2-selection__arrow,
    .woocommerce-PaymentMethods #wc-stripe-cc-form input[type="tel"] .select2-selection__arrow,
    .woocommerce-PaymentMethods #wc-stripe-cc-form input[type="email"] .select2-selection__arrow,
    .woocommerce-PaymentMethods #wc-stripe-cc-form input[type="number"] .select2-selection__arrow,
    .woocommerce-PaymentMethods #wc-stripe-cc-form input[type="password"] .select2-selection__arrow,
    .woocommerce-PaymentMethods #wc-stripe-cc-form textarea .select2-selection__arrow {
      height: 100%;
      width: 40px; }
  .wc_payment_methods #wc-stripe-cc-form p, .woocommerce-PaymentMethods #wc-stripe-cc-form p {
    display: none; }

/** Woocommerce lightbox gallery */
.pswp .pswp__bg {
  opacity: 0.8 !important; }
.pswp .pswp__caption,
.pswp .pswp__counter {
  display: none !important; }

.single-product .order-quantity-based-wholesale-pricing-view.table-view {
  background: #f8f8f8;
  width: 100%; }
  .single-product .order-quantity-based-wholesale-pricing-view.table-view th, .single-product .order-quantity-based-wholesale-pricing-view.table-view td {
    background: #f8f8f8;
    border: none;
    border-bottom: solid 1px #eee;
    padding: 0.75rem !important;
    text-align: left !important; }
.single-product .price {
  font-family: "vinyl", -apple-system, BlinkMacSystemFont, "Helvetica Neue", sans-serif;
  font-size: 3rem;
  font-weight: bold;
  margin: -3rem 0 2rem; }
  .single-product .price .qty-based-discount-table-description .desc {
    font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", sans-serif;
    font-size: 1rem;
    line-height: 1.25;
    margin: 1rem 0 0; }
  .single-product .price .wholesale_price_container {
    display: inline-block !important;
    margin-left: 1rem; }
.single-product .primary-product-image {
  display: block;
  min-height: 600px;
  width: 100%; }
  @media (min-width: 1281px) {
    .single-product .primary-product-image {
      min-height: 700px; } }
.single-product .quantity {
  display: inline-block; }
  .single-product .quantity input {
    margin-right: 0.5rem;
    padding: 0.8rem;
    width: 80px !important; }
  @media screen and (max-width: 768px) {
    .single-product .quantity {
      width: 100%; }
      .single-product .quantity input {
        display: block !important;
        width: 100% !important; } }
.single-product .single_add_to_cart_button {
  background: #151515 !important;
  color: #fff !important;
  display: inline-block; }
.single-product .single-product-details h1 {
  display: none; }
.single-product .single-product-details .summary {
  border-top: solid 3px #151515;
  margin: 0 4rem;
  max-width: 500px;
  padding: 2rem 0;
  position: -webkit-sticky;
  position: sticky;
  top: 2rem; }
  .single-product .single-product-details .summary .mobile-title {
    display: none;
    font-size: 3rem; }
  .single-product .single-product-details .summary .stock.in-stock {
    display: none; }
  .single-product .single-product-details .summary .stock.out-of-stock {
    background: #f8f8f8;
    font-family: "vinyl", -apple-system, BlinkMacSystemFont, "Helvetica Neue", sans-serif;
    font-size: 1.5rem;
    letter-spacing: 1px;
    padding: 2rem;
    text-align: center;
    text-transform: uppercase; }
  .single-product .single-product-details .summary .product_meta {
    display: none; }
.single-product .single-product-overview {
  margin: 8rem 0; }
@media (max-width: 768px) {
  .single-product .primary-product-image {
    min-height: 300px; }
  .single-product .single-product-details > .grid {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-direction: normal;
    box-direction: normal;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
    -ms-flex-direction: column; }
    .single-product .single-product-details > .grid .column--heavy {
      -webkit-box-ordinal-group: 2;
      -moz-box-ordinal-group: 2;
      box-ordinal-group: 2;
      -webkit-order: 2;
      -moz-order: 2;
      order: 2;
      -ms-flex-order: 2; }
    .single-product .single-product-details > .grid .summary {
      border: none;
      display: block;
      -webkit-box-ordinal-group: 1;
      -moz-box-ordinal-group: 1;
      box-ordinal-group: 1;
      -webkit-order: 1;
      -moz-order: 1;
      order: 1;
      -ms-flex-order: 1;
      max-height: none;
      margin: 0;
      padding: 4rem 1rem;
      position: static; }
      .single-product .single-product-details > .grid .summary .mobile-title {
        display: block; }
  .single-product .single-product-overview {
    margin: 4rem 0; }
    .single-product .single-product-overview h2 {
      display: none; } }

.variations_form {
  background: #f8f8f8; }
  .variations_form .single_variation_wrap {
    padding: 2rem; }
    .variations_form .single_variation_wrap .price {
      display: block;
      margin: 0 0 1rem; }
  .variations_form .variations {
    border-bottom: solid 2px #eee;
    padding: 1rem 2rem;
    width: 100%; }
    .variations_form .variations label {
      font-family: "vinyl", -apple-system, BlinkMacSystemFont, "Helvetica Neue", sans-serif;
      font-weight: bold;
      text-transform: uppercase; }
    .variations_form .variations select {
      -webkit-appearance: none;
      -moz-appearance: none;
      -ms-appearance: none;
      -o-appearance: none;
      appearance: none;
      background: url("assets/img/svg/chevron-down.svg") right/20px no-repeat #fff;
      background-position: right 20px center;
      border: solid 1px #ddd;
      border-radius: 0;
      padding: 1rem;
      width: 100%; }
    .variations_form .variations .reset_variations {
      display: none !important; }
  @media (max-width: 500px) {
    .variations_form {
      margin-bottom: -4rem;
      margin-left: -1rem;
      width: calc(100% + 2rem); } }

#wc-stripe-payment-request-wrapper {
  display: none; }

.wc-backward br {
  display: none; }

.woocommerce-account .page-content {
  margin-top: -6rem; }
.woocommerce-account .woocommerce-MyAccount-content {
  padding-left: 4rem; }
  .woocommerce-account .woocommerce-MyAccount-content h2 {
    font-size: 3rem; }
  .woocommerce-account .woocommerce-MyAccount-content .woocommerce-Address address {
    background: #f8f8f8;
    font-style: normal !important;
    line-height: 2;
    padding: 2rem; }
  .woocommerce-account .woocommerce-MyAccount-content .woocommerce-Address h3 {
    margin: 0 0 1rem; }
  .woocommerce-account .woocommerce-MyAccount-content .woocommerce-EditAccountForm br {
    display: none; }
  .woocommerce-account .woocommerce-MyAccount-content .woocommerce-EditAccountForm fieldset {
    border: none;
    border-top: solid 2px #eee;
    margin: 2rem 0 0;
    padding: 2rem 0 0; }
    .woocommerce-account .woocommerce-MyAccount-content .woocommerce-EditAccountForm fieldset legend {
      display: none; }
  .woocommerce-account .woocommerce-MyAccount-content .woocommerce-orders-table tr td {
    vertical-align: middle; }
    .woocommerce-account .woocommerce-MyAccount-content .woocommerce-orders-table tr td br, .woocommerce-account .woocommerce-MyAccount-content .woocommerce-orders-table tr td p {
      display: none; }
.woocommerce-account .woocommerce-MyAccount-navigation ul li {
  display: block; }
  .woocommerce-account .woocommerce-MyAccount-navigation ul li a {
    border-bottom: solid 2px #eee;
    color: #151515;
    display: block;
    font-family: "vinyl", -apple-system, BlinkMacSystemFont, "Helvetica Neue", sans-serif;
    font-size: 1.25rem;
    font-weight: bold;
    padding: 1rem 0;
    text-decoration: none;
    text-transform: uppercase; }
@media (max-width: 768px) {
  .woocommerce-account .woocommerce-MyAccount-content {
    padding-left: 0; }
  .woocommerce-account .woocommerce-MyAccount-navigation ul {
    padding: 0; } }

.woocommerce-breadcrumb {
  display: none; }

.woocommerce-cart .hero,
.woocommerce-checkout .hero {
  padding: 18rem 0 4rem; }

.woocommerce-cart-form,
.cart-collaterals {
  max-width: 960px;
  margin: 0 auto; }
  .woocommerce-cart-form a,
  .cart-collaterals a {
    color: #151515; }
    .woocommerce-cart-form a.remove,
    .cart-collaterals a.remove {
      color: #151515 !important;
      font-weight: 300 !important; }
  .woocommerce-cart-form .actions,
  .cart-collaterals .actions {
    padding: 1rem !important; }
    .woocommerce-cart-form .actions p,
    .cart-collaterals .actions p {
      margin: 0; }
  .woocommerce-cart-form br,
  .cart-collaterals br {
    display: none; }
  .woocommerce-cart-form .coupon .input-text,
  .cart-collaterals .coupon .input-text {
    padding: 0.875rem !important;
    width: 200px !important; }
  @media screen and (max-width: 768px) {
    .woocommerce-cart-form .coupon input,
    .woocommerce-cart-form .coupon .input-text,
    .cart-collaterals .coupon input,
    .cart-collaterals .coupon .input-text {
      display: block !important;
      width: 100% !important; } }
  .woocommerce-cart-form .checkout-button,
  .cart-collaterals .checkout-button {
    background: #151515 !important;
    color: #fff !important; }
    .woocommerce-cart-form .checkout-button br,
    .cart-collaterals .checkout-button br {
      display: none; }
  .woocommerce-cart-form .cart_totals,
  .cart-collaterals .cart_totals {
    float: none !important;
    margin: 4rem 0 0;
    width: 100% !important; }
    .woocommerce-cart-form .cart_totals h2,
    .cart-collaterals .cart_totals h2 {
      display: none; }
    .woocommerce-cart-form .cart_totals th,
    .cart-collaterals .cart_totals th {
      width: 100px; }
    .woocommerce-cart-form .cart_totals #shipping_method br,
    .cart-collaterals .cart_totals #shipping_method br {
      display: none; }
    .woocommerce-cart-form .cart_totals #shipping_method li,
    .cart-collaterals .cart_totals #shipping_method li {
      background: #f8f8f8;
      border-radius: 5px;
      margin: 1rem 0;
      padding: 1rem 2rem; }
      .woocommerce-cart-form .cart_totals #shipping_method li input,
      .cart-collaterals .cart_totals #shipping_method li input {
        -webkit-appearance: none;
        -moz-appearance: none;
        -ms-appearance: none;
        -o-appearance: none;
        appearance: none;
        border: solid 2px #151515;
        border-radius: 5px;
        height: 17px;
        margin-right: 0.5rem;
        -webkit-transition: 0.3s;
        -moz-transition: 0.3s;
        transition: 0.3s;
        vertical-align: middle;
        width: 17px; }
        .woocommerce-cart-form .cart_totals #shipping_method li input:checked,
        .cart-collaterals .cart_totals #shipping_method li input:checked {
          background: url("assets/img/svg/check.svg") center/contain no-repeat; }
  .woocommerce-cart-form .cross-sells,
  .cart-collaterals .cross-sells {
    display: none !important; }
  .woocommerce-cart-form .quantity .qty,
  .cart-collaterals .quantity .qty {
    border: none; }

.woocommerce-error,
.woocommerce-info,
.woocommerce-message {
  background-color: #f8f8f8;
  border: none !important;
  color: #151515 !important;
  line-height: 3 !important;
  margin: 0 auto 2rem !important;
  padding: 1rem !important; }
  .woocommerce-error a,
  .woocommerce-info a,
  .woocommerce-message a {
    color: #151515;
    text-decoration: underline; }
  .woocommerce-error:before,
  .woocommerce-info:before,
  .woocommerce-message:before {
    display: none !important; }

.woocommerce-message {
  display: none !important; }

.woocommerce-billing-fields input[type="text"],
.woocommerce-billing-fields input[type="tel"],
.woocommerce-billing-fields input[type="email"],
.woocommerce-billing-fields input[type="number"],
.woocommerce-billing-fields input[type="password"],
.woocommerce-billing-fields textarea,
.woocommerce-billing-fields .select2-container--default .select2-selection--single,
.woocommerce-EditAccountForm input[type="text"],
.woocommerce-EditAccountForm input[type="tel"],
.woocommerce-EditAccountForm input[type="email"],
.woocommerce-EditAccountForm input[type="number"],
.woocommerce-EditAccountForm input[type="password"],
.woocommerce-EditAccountForm textarea,
.woocommerce-EditAccountForm .select2-container--default .select2-selection--single,
.woocommerce-shipping-fields input[type="text"],
.woocommerce-shipping-fields input[type="tel"],
.woocommerce-shipping-fields input[type="email"],
.woocommerce-shipping-fields input[type="number"],
.woocommerce-shipping-fields input[type="password"],
.woocommerce-shipping-fields textarea,
.woocommerce-shipping-fields .select2-container--default .select2-selection--single,
.woocommerce-additional-fields input[type="text"],
.woocommerce-additional-fields input[type="tel"],
.woocommerce-additional-fields input[type="email"],
.woocommerce-additional-fields input[type="number"],
.woocommerce-additional-fields input[type="password"],
.woocommerce-additional-fields textarea,
.woocommerce-additional-fields .select2-container--default .select2-selection--single,
.woocommerce-address-fields input[type="text"],
.woocommerce-address-fields input[type="tel"],
.woocommerce-address-fields input[type="email"],
.woocommerce-address-fields input[type="number"],
.woocommerce-address-fields input[type="password"],
.woocommerce-address-fields textarea,
.woocommerce-address-fields .select2-container--default .select2-selection--single,
.woocommerce-form-login input[type="text"],
.woocommerce-form-login input[type="tel"],
.woocommerce-form-login input[type="email"],
.woocommerce-form-login input[type="number"],
.woocommerce-form-login input[type="password"],
.woocommerce-form-login textarea,
.woocommerce-form-login .select2-container--default .select2-selection--single {
  border-radius: 0 !important;
  border: solid 1px #ddd !important;
  font-weight: 400;
  height: auto !important;
  padding: 0.75rem !important; }
  .woocommerce-billing-fields input[type="text"] .select2-selection__arrow,
  .woocommerce-billing-fields input[type="tel"] .select2-selection__arrow,
  .woocommerce-billing-fields input[type="email"] .select2-selection__arrow,
  .woocommerce-billing-fields input[type="number"] .select2-selection__arrow,
  .woocommerce-billing-fields input[type="password"] .select2-selection__arrow,
  .woocommerce-billing-fields textarea .select2-selection__arrow,
  .woocommerce-billing-fields .select2-container--default .select2-selection--single .select2-selection__arrow,
  .woocommerce-EditAccountForm input[type="text"] .select2-selection__arrow,
  .woocommerce-EditAccountForm input[type="tel"] .select2-selection__arrow,
  .woocommerce-EditAccountForm input[type="email"] .select2-selection__arrow,
  .woocommerce-EditAccountForm input[type="number"] .select2-selection__arrow,
  .woocommerce-EditAccountForm input[type="password"] .select2-selection__arrow,
  .woocommerce-EditAccountForm textarea .select2-selection__arrow,
  .woocommerce-EditAccountForm .select2-container--default .select2-selection--single .select2-selection__arrow,
  .woocommerce-shipping-fields input[type="text"] .select2-selection__arrow,
  .woocommerce-shipping-fields input[type="tel"] .select2-selection__arrow,
  .woocommerce-shipping-fields input[type="email"] .select2-selection__arrow,
  .woocommerce-shipping-fields input[type="number"] .select2-selection__arrow,
  .woocommerce-shipping-fields input[type="password"] .select2-selection__arrow,
  .woocommerce-shipping-fields textarea .select2-selection__arrow,
  .woocommerce-shipping-fields .select2-container--default .select2-selection--single .select2-selection__arrow,
  .woocommerce-additional-fields input[type="text"] .select2-selection__arrow,
  .woocommerce-additional-fields input[type="tel"] .select2-selection__arrow,
  .woocommerce-additional-fields input[type="email"] .select2-selection__arrow,
  .woocommerce-additional-fields input[type="number"] .select2-selection__arrow,
  .woocommerce-additional-fields input[type="password"] .select2-selection__arrow,
  .woocommerce-additional-fields textarea .select2-selection__arrow,
  .woocommerce-additional-fields .select2-container--default .select2-selection--single .select2-selection__arrow,
  .woocommerce-address-fields input[type="text"] .select2-selection__arrow,
  .woocommerce-address-fields input[type="tel"] .select2-selection__arrow,
  .woocommerce-address-fields input[type="email"] .select2-selection__arrow,
  .woocommerce-address-fields input[type="number"] .select2-selection__arrow,
  .woocommerce-address-fields input[type="password"] .select2-selection__arrow,
  .woocommerce-address-fields textarea .select2-selection__arrow,
  .woocommerce-address-fields .select2-container--default .select2-selection--single .select2-selection__arrow,
  .woocommerce-form-login input[type="text"] .select2-selection__arrow,
  .woocommerce-form-login input[type="tel"] .select2-selection__arrow,
  .woocommerce-form-login input[type="email"] .select2-selection__arrow,
  .woocommerce-form-login input[type="number"] .select2-selection__arrow,
  .woocommerce-form-login input[type="password"] .select2-selection__arrow,
  .woocommerce-form-login textarea .select2-selection__arrow,
  .woocommerce-form-login .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 100%;
    width: 40px; }

.woocommerce-form-login {
  max-width: 650px; }
  .woocommerce-form-login br {
    display: none; }

.woocommerce-thankyou-order-received {
  font-family: "vinyl", -apple-system, BlinkMacSystemFont, "Helvetica Neue", sans-serif;
  font-size: 3rem;
  color: #030000;
  line-height: 1.2; }

.woocommerce-order-overview.order_details {
  background: #f8f8f8;
  padding: 2rem; }

.woocommerce-customer-details address {
  background: #f8f8f8;
  border: none !important;
  box-shadow: none;
  line-height: 1.75;
  padding: 2rem !important; }
  .woocommerce-customer-details address p:first-of-type {
    margin: 0 0 2rem; }
.woocommerce-customer-details p {
  margin: 0; }

.woocommerce-product-gallery__wrapper {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0; }
  .woocommerce-product-gallery__wrapper .woocommerce-product-gallery__image {
    -webkit-flex-basis: 20%;
    -moz-flex-basis: 20%;
    flex-basis: 20%;
    -ms-flex-preferred-size: 20%; }
    .woocommerce-product-gallery__wrapper .woocommerce-product-gallery__image a {
      display: block; }
    .woocommerce-product-gallery__wrapper .woocommerce-product-gallery__image img {
      width: 100%; }
    .woocommerce-product-gallery__wrapper .woocommerce-product-gallery__image:first-child {
      display: none; }

.woocommerce-store-notice {
  background: #272727 !important;
  position: static !important; }

* {
  box-sizing: border-box; }

a {
  text-decoration: none; }

.appear {
  opacity: 0;
  -webkit-transform: translate3d(0, 2rem, 0);
  -moz-transform: translate3d(0, 2rem, 0);
  -ms-transform: translate3d(0, 2rem, 0);
  -o-transform: translate3d(0, 2rem, 0);
  transform: translate3d(0, 2rem, 0);
  -webkit-transition: 1s;
  -moz-transition: 1s;
  transition: 1s;
  visibility: hidden; }
  .appear:nth-of-type(1) {
    -webkit-transition-delay: 0.075s;
    -moz-transition-delay: 0.075s;
    transition-delay: 0.075s; }
  .appear:nth-of-type(2) {
    -webkit-transition-delay: 0.15s;
    -moz-transition-delay: 0.15s;
    transition-delay: 0.15s; }
  .appear:nth-of-type(3) {
    -webkit-transition-delay: 0.225s;
    -moz-transition-delay: 0.225s;
    transition-delay: 0.225s; }
  .appear:nth-of-type(4) {
    -webkit-transition-delay: 0.3s;
    -moz-transition-delay: 0.3s;
    transition-delay: 0.3s; }
  .appear:nth-of-type(5) {
    -webkit-transition-delay: 0.375s;
    -moz-transition-delay: 0.375s;
    transition-delay: 0.375s; }
  .appear:nth-of-type(6) {
    -webkit-transition-delay: 0.45s;
    -moz-transition-delay: 0.45s;
    transition-delay: 0.45s; }
  .appear:nth-of-type(7) {
    -webkit-transition-delay: 0.525s;
    -moz-transition-delay: 0.525s;
    transition-delay: 0.525s; }
  .appear:nth-of-type(8) {
    -webkit-transition-delay: 0.6s;
    -moz-transition-delay: 0.6s;
    transition-delay: 0.6s; }
  .appear:nth-of-type(9) {
    -webkit-transition-delay: 0.675s;
    -moz-transition-delay: 0.675s;
    transition-delay: 0.675s; }
  .appear:nth-of-type(10) {
    -webkit-transition-delay: 0.75s;
    -moz-transition-delay: 0.75s;
    transition-delay: 0.75s; }
  .appear.from-top {
    -webkit-transform: translate3d(0, -2rem, 0);
    -moz-transform: translate3d(0, -2rem, 0);
    -ms-transform: translate3d(0, -2rem, 0);
    -o-transform: translate3d(0, -2rem, 0);
    transform: translate3d(0, -2rem, 0); }
  .appear.visible {
    opacity: 1;
    visibility: visible;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none; }

.black-box {
  background: #151515;
  max-width: 600px;
  padding: 4rem 8rem;
  position: relative;
  z-index: 2; }
  .black-box * {
    color: #fff;
    margin: 0; }
  @media screen and (max-width: 768px) {
    .black-box {
      padding: 2rem; } }

.btn,
button,
.button,
.checkout-button {
  background: #fff;
  border: solid 2px #fff;
  color: #151515;
  cursor: pointer;
  display: inline-block;
  font-family: "vinyl", -apple-system, BlinkMacSystemFont, "Helvetica Neue", sans-serif;
  font-size: 1.25rem;
  font-weight: bold;
  letter-spacing: 1px;
  line-height: 1 !important;
  padding: 1rem 3rem !important;
  text-align: center;
  text-transform: uppercase;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s; }
  .btn.btn-secondary,
  button.btn-secondary,
  .button.btn-secondary,
  .checkout-button.btn-secondary {
    background: none;
    color: #fff; }
  .btn.btn-tertiary,
  button.btn-tertiary,
  .button.btn-tertiary,
  .checkout-button.btn-tertiary {
    background: #151515;
    border-color: #151515;
    color: #fff; }
  .btn:hover,
  button:hover,
  .button:hover,
  .checkout-button:hover {
    background: #151515;
    border-color: #151515;
    color: #fff; }
    .btn:hover.btn-secondary,
    button:hover.btn-secondary,
    .button:hover.btn-secondary,
    .checkout-button:hover.btn-secondary {
      background: #fff;
      border-color: #fff;
      color: #151515; }
    .btn:hover.btn-tertiary,
    button:hover.btn-tertiary,
    .button:hover.btn-tertiary,
    .checkout-button:hover.btn-tertiary {
      background: #fff;
      color: #151515; }
  .btn:first-of-type,
  button:first-of-type,
  .button:first-of-type,
  .checkout-button:first-of-type {
    margin-right: 1rem; }
  @media screen and (max-width: 600px) {
    .btn,
    button,
    .button,
    .checkout-button {
      display: block;
      margin: 1rem 0 0;
      width: 100%; } }

.cart-confirmation {
  background: #151515;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  display: none;
  max-width: 900px;
  padding: 4rem 4rem 6rem;
  position: fixed;
  text-align: center;
  width: 100%;
  z-index: 20; }
  .cart-confirmation * {
    color: #fff; }
  .cart-confirmation .feather-check {
    height: auto;
    margin: 0 auto 1rem;
    stroke-width: 4;
    width: 100px; }
  .cart-confirmation h1 {
    margin: 0; }
  .cart-confirmation h4 {
    margin: 0 0 3rem; }
  .cart-confirmation h4:last-child {
    line-height: 1;
    margin: 0; }
    .cart-confirmation h4:last-child a {
      text-decoration: underline; }

.close {
  color: #fff;
  cursor: pointer;
  height: 40px;
  position: absolute;
  right: 2rem;
  stroke-width: 3;
  top: 2rem;
  width: 40px; }

.error404 .error {
  background: #151515;
  height: 100vh; }
  .error404 .error * {
    color: #fff; }
.error404 footer {
  display: none; }

.faqs {
  background: #fff;
  padding: 8rem 0;
  position: relative;
  z-index: 2; }
  .faqs .faqs__list .category {
    display: none; }
    .faqs .faqs__list .category:first-child {
      display: block; }
  .faqs .faqs__nav {
    -webkit-flex-grow: 2.5;
    -moz-flex-grow: 2.5;
    flex-grow: 2.5;
    -ms-flex-positive: 2.5; }
    .faqs .faqs__nav li {
      display: block;
      font-weight: bold; }
      .faqs .faqs__nav li a {
        color: #151515;
        display: block;
        font-family: "vinyl", -apple-system, BlinkMacSystemFont, "Helvetica Neue", sans-serif;
        font-size: 1.25rem;
        padding: 1rem 0;
        text-transform: uppercase; }
        .faqs .faqs__nav li a.active {
          border-bottom: solid 2px #eee; }
  .faqs dl {
    margin: 4rem 0 0; }
  @media screen and (max-width: 768px) {
    .faqs {
      padding: 4rem 0; }
      .faqs .faqs__nav {
        margin: 0 0 4rem; } }

.features {
  padding: 4rem 0 8rem; }
  .features .btn {
    margin: 4rem 0 0; }
  .features .feature {
    margin: 2rem 0;
    max-width: 33.3333%;
    text-align: center; }
    .features .feature h4 {
      font-size: 2rem; }
    .features .feature .icon {
      display: block;
      height: 120px;
      margin: 0 auto 1rem;
      width: 120px; }
  @media (max-width: 768px) {
    .features {
      display: none; } }

.featured-video {
  padding: 32rem 0 4rem; }
  .featured-video * {
    color: #fff; }
  .featured-video h2 {
    max-width: 40%; }
  .featured-video .feather {
    border: solid 4px #fff;
    border-radius: 50%;
    box-sizing: border-box;
    height: 75px;
    margin: 0 0 1rem;
    padding: 10px;
    width: 75px; }
  @media screen and (max-width: 768px) {
    .featured-video {
      display: none;
      padding: 24rem 0 4rem; } }

.hero {
  background: #151515;
  padding: 22rem 0 12rem;
  position: relative;
  z-index: 1; }
  .hero h1 {
    margin: 0 0 1rem; }
  .hero h3 {
    margin: 0 0 4rem; }
  .hero h1,
  .hero h3 {
    color: #fff;
    max-width: 50%; }
  .hero .hero-slider {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1; }
    .hero .hero-slider .slide {
      height: 100%;
      width: 100%; }
    @media (max-width: 768px) {
      .hero .hero-slider {
        display: none; } }
  .hero .wrapper {
    position: relative;
    z-index: 2; }
  .hero.hero__contact {
    background: #fff;
    min-height: 100vh;
    padding: 8rem 0 18rem; }
    .hero.hero__contact * {
      color: #151515; }
    .hero.hero__contact .page-content {
      background: none;
      padding: 0 0 2rem; }
      .hero.hero__contact .page-content p {
        margin: 0; }
    .hero.hero__contact .social li a {
      background: #151515; }
      .hero.hero__contact .social li a svg {
        stroke: #fff; }
  @media (max-width: 1280px) {
    .hero {
      padding: 18rem 0 6rem; }
      .hero h1,
      .hero h3 {
        max-width: 100%; }
      .hero.hero__contact {
        background-size: 1200px !important;
        padding: 4rem 0 12rem; } }
  @media (max-width: 768px) {
    .hero {
      background: url("assets/img/hero__mobile.jpg") center/cover #151515;
      padding: 20rem 0 6rem; }
      .hero.hero__contact {
        padding: 8rem 0; } }

.instagram-feed {
  padding: 8rem 0; }
  .instagram-feed .btn {
    display: block;
    margin: 4rem 0 0 auto;
    max-width: 120px;
    padding: 1rem !important; }
  .instagram-feed .instagram-feed__media .media {
    height: 350px;
    margin: 1rem 0;
    width: 100%; }
  .instagram-feed .instagram-icon {
    background: url("assets/img/svg/instagram.svg") center/20px no-repeat #151515;
    border-radius: 50%;
    display: inline-block;
    height: 40px;
    margin-left: 1rem;
    width: 40px; }
  @media screen and (max-width: 600px) {
    .instagram-feed .btn {
      max-width: none; } }

.instructions {
  margin: 0 0 4rem; }
  .instructions .grid {
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  .instructions .instruction {
    -webkit-flex-basis: 33.3333%;
    -moz-flex-basis: 33.3333%;
    flex-basis: 33.3333%;
    -ms-flex-preferred-size: 33.3333%;
    max-width: 50%;
    padding: 2rem 0; }
    .instructions .instruction .description p {
      margin: 0; }
    .instructions .instruction .grid > * {
      margin: 0 !important; }
    .instructions .instruction .icon {
      display: block;
      height: 80px;
      width: 80px; }
    .instructions .instruction .index {
      text-align: center; }
      .instructions .instruction .index h2 {
        line-height: 1;
        margin: 0; }
    .instructions .instruction.fourth {
      -webkit-flex-basis: 25%;
      -moz-flex-basis: 25%;
      flex-basis: 25%;
      -ms-flex-preferred-size: 25%; }
  @media screen and (max-width: 1280px) {
    .instructions .instruction {
      -webkit-flex-basis: 50% !important;
      -moz-flex-basis: 50% !important;
      flex-basis: 50% !important;
      -ms-flex-preferred-size: 50% !important; } }
  @media (max-width: 768px) {
    .instructions .instruction {
      max-width: 100%; } }

.intro {
  margin: -8rem 0 0;
  overflow: hidden;
  padding: 12rem 0;
  position: relative; }
  .intro .black-box {
    max-width: 800px; }
    .intro .black-box h1,
    .intro .black-box h3 {
      margin: 0 0 2rem; }
  .intro .featured-image {
    background: #f8f8f8;
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    height: 80%;
    left: auto;
    right: 0;
    width: 80%;
    z-index: 1; }
  @media (max-width: 1280px) {
    .intro .featured-image {
      width: 100%; } }
  @media (max-width: 768px) {
    .intro {
      margin: 0;
      padding: 4rem 0; }
      .intro .featured-image {
        height: 100%; } }

.lead {
  background: #fff;
  padding: 4rem 0;
  position: relative;
  z-index: 2; }
  .lead .btn {
    padding: 1rem 2rem !important; }
  .lead .grid {
    -webkit-box-align: middle;
    -moz-box-align: middle;
    box-align: middle;
    -webkit-align-items: middle;
    -moz-align-items: middle;
    -ms-align-items: middle;
    -o-align-items: middle;
    align-items: middle;
    -ms-flex-align: middle; }
  .lead h3 {
    margin: 0; }
  .lead.reduced-pad {
    padding: 2rem 0; }
  @media (max-width: 768px) {
    .lead {
      display: none; }
      .home .lead {
        display: block;
        margin: 0 0 -2rem; } }

main {
  position: relative; }

.overview {
  background: #151515;
  margin-top: -6rem;
  padding: 6rem 0;
  position: relative;
  z-index: 10; }
  .overview * {
    color: #fff; }
  .overview .product {
    border-bottom: solid 2px rgba(255, 255, 255, 0.25);
    padding: 2rem;
    position: relative; }
    .overview .product .grid {
      opacity: 0.2; }
    .overview .product p {
      margin: 0; }
    .overview .product .thumbnail {
      display: block;
      height: 150px;
      width: 150px; }
    .overview .product:after {
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
      -moz-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      -o-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      color: #fff;
      content: 'Currently Unavailable';
      font-family: "vinyl", -apple-system, BlinkMacSystemFont, "Helvetica Neue", sans-serif;
      font-size: 2.5rem;
      font-weight: bold;
      text-align: center;
      text-transform: uppercase;
      width: 250px; }
    .overview .product.available .grid {
      opacity: 1; }
    .overview .product.available:after {
      display: none; }
  @media (max-width: 768px) {
    .overview .product {
      padding: 2rem 0; }
      .overview .product .thumbnail {
        height: 250px;
        margin: 0 0 2rem;
        width: 100%; } }

.page-content {
  background: #fff;
  padding: 8rem 0;
  position: relative;
  z-index: 2; }
  .page-content a {
    color: #151515;
    text-decoration: underline; }
  .page-content h3 {
    margin: 4rem 0 1rem; }
  @media screen and (max-width: 768px) {
    .page-content {
      padding: 4rem 0; } }

.page-content__secondary {
  background: url("assets/img/svg/features/recyclable-white.svg") bottom right/800px no-repeat #151515; }
  .page-content__secondary * {
    color: #fff; }
  .page-content__secondary a {
    color: #fff !important; }
  @media screen and (max-width: 1280px) {
    .page-content__secondary {
      background: url("assets/img/svg/features/recyclable-white.svg") bottom right/600px no-repeat #151515; }
      .page-content__secondary .column--light {
        -webkit-flex-grow: 4;
        -moz-flex-grow: 4;
        flex-grow: 4;
        -ms-flex-positive: 4; } }
  @media screen and (max-width: 768px) {
    .page-content__secondary {
      background: #151515; } }

.products-container {
  margin: 0 0 12rem;
  position: relative;
  z-index: 2; }
  .products-container .product {
    background: #151515;
    border-right: solid 1px #eee;
    margin: 0;
    max-width: 750px;
    padding: 0; }
    .products-container .product .product-description {
      background: #151515;
      padding: 4rem 6rem;
      position: relative; }
      .products-container .product .product-description .btn {
        display: block;
        margin: 0;
        padding: 1rem !important;
        width: 100%; }
      .products-container .product .product-description form {
        margin-bottom: 0 !important; }
      .products-container .product .product-description h4,
      .products-container .product .product-description h5,
      .products-container .product .product-description p,
      .products-container .product .product-description .price {
        color: #fff; }
      .products-container .product .product-description .price {
        font-size: 2rem; }
        .products-container .product .product-description .price .wholesale_price_container {
          display: inline-block !important;
          margin-left: 1rem; }
      @media (min-width: 769px) {
        .products-container .product .product-description {
          display: flex;
          flex-direction: column;
          min-height: 400px; }
          .products-container .product .product-description .grid {
            margin-top: auto;
            width: 100%; } }
    .products-container .product .product-image {
      display: block;
      height: 400px;
      width: 100%; }
    .products-container .product:nth-child(3) {
      border: none; }
  @media (max-width: 1280px) {
    .products-container .product .product-description {
      padding: 3rem; }
      .products-container .product .product-description .btn {
        display: block;
        margin: 1rem 0 0; } }
  @media (max-width: 768px) {
    .products-container {
      margin: 2rem 0 0; }
      .products-container .product {
        border: none;
        border-bottom: solid 1px #fff; }
        .products-container .product .product-description {
          padding: 4rem 1rem; }
        .products-container .product .product-image {
          height: 250px; } }

.quote {
  display: block;
  height: 650px;
  margin: 0 0 12rem;
  position: relative;
  width: 100%; }
  .quote .black-box {
    left: 40%;
    max-width: 700px;
    padding: 4rem;
    position: absolute;
    top: 60%;
    width: 100%; }
  @media screen and (max-width: 768px) {
    .quote {
      background: none !important;
      height: auto;
      margin: 0 0 4rem;
      padding: 0; }
      .quote .black-box {
        left: 0;
        padding: 2rem;
        position: relative;
        top: 0; } }

.speech-bubble {
  background: #151515;
  border-radius: 10px;
  box-shadow: 0 40px 50px -20px rgba(0, 0, 0, 0.25);
  color: #fff;
  line-height: 1.5;
  margin: 0 0 6rem;
  padding: 2rem;
  position: relative;
  width: 300px; }
  .speech-bubble:after {
    left: 100%;
    top: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(0, 0, 0, 0);
    border-left-color: #000;
    border-width: 20px;
    margin-top: -20px; }
  @media (max-width: 768px) {
    .speech-bubble {
      display: none; } }

.team {
  padding: 8rem 0; }
  .team .team-member {
    padding: 4rem 0; }
    .team .team-member .bio {
      padding: 4rem 12rem; }
      .team .team-member .bio h3 {
        margin: 0; }
      .team .team-member .bio h4 {
        margin: 0 0 1rem; }
    .team .team-member:nth-child(3) .profile-image {
      order: 2; }
  @media screen and (max-width: 1280px) {
    .team .team-member .bio {
      padding: 4rem 8rem; } }
  @media screen and (max-width: 1024px) {
    .team .team-member .bio {
      padding: 4rem; } }
  @media screen and (max-width: 768px) {
    .team {
      padding: 4rem 0 0; }
      .team .team-member {
        padding: 2rem 0; }
        .team .team-member .bio {
          padding: 2rem 0 0; }
          .team .team-member .bio h4 {
            font-size: 1.25rem; } }

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

.tips {
  background: #fff;
  padding: 8rem 0;
  position: relative;
  z-index: 2; }
  .tips .tip {
    border-bottom: solid 2px #eee;
    padding: 4rem 0; }
    .tips .tip .column {
      padding: 0 4rem; }
    .tips .tip .image img {
      width: 100%; }
    .tips .tip .instructions {
      margin: 0; }
      .tips .tip .instructions .instruction {
        -webkit-flex-basis: 50%;
        -moz-flex-basis: 50%;
        flex-basis: 50%;
        -ms-flex-preferred-size: 50%;
        margin: 2rem 0 0;
        padding: 0; }
        .tips .tip .instructions .instruction p {
          font-size: 0.9rem; }
    .tips .tip:last-child {
      border: none; }
  .tips .tip-nav {
    display: none;
    padding: 2rem 0 0; }
    .tips .tip-nav li {
      border-bottom: solid 2px #eee;
      display: block; }
      .tips .tip-nav li a {
        color: #151515;
        display: block;
        font-family: "vinyl", -apple-system, BlinkMacSystemFont, "Helvetica Neue", sans-serif;
        font-size: 1.25rem;
        font-weight: bold;
        padding: 1rem 0;
        text-transform: uppercase; }
  @media screen and (max-width: 1280px) {
    .tips .tip .column {
      padding: 0 2rem; } }
  @media screen and (max-width: 768px) {
    .tips {
      padding: 2rem 0; }
      .tips .tip .column {
        padding: 0; }
      .tips .tip .image img {
        margin: 0 0 2rem; }
      .tips .tip-nav {
        display: block; } }

.video iframe {
  box-shadow: 0 30px 50px -20px rgba(0, 0, 0, 0.25);
  display: block;
  height: auto;
  max-width: 900px;
  margin: 0 0 6rem;
  min-height: 500px;
  width: 100%; }
@media screen and (max-width: 768px) {
  .video iframe {
    min-height: 0;
    height: 208px; } }

.video__modal {
  background: rgba(21, 21, 21, 0.8);
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  display: none;
  height: 100vh;
  position: fixed;
  width: 100vw;
  z-index: 10; }
  .video__modal iframe {
    border-radius: 20px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    height: 100%;
    max-height: 400px;
    max-width: 800px;
    width: 100%;
    z-index: 11; }

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