/*
Theme Name: Jason Markk
Theme URI: http://530medialab.com
Author: 530 Media Lab
Author URI: http://530medialab.com
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: jasonmarkk
*/
/* Normalize */
@import url(../../bower_components/normalize.css/normalize.css);
/* Slick */
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

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

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

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

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

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

/* Base -Bourbon, Neat, Bitters */
html {
  box-sizing: border-box;
}

*, *::after, *::before {
  box-sizing: inherit;
}

button, .btn, .btn--highlight, .checkout-cart-index .btn-proceed-checkout, .checkout-onepage-index #login-form + .buttons-set button, .customer-account-login #login-form .registered-users .buttons-set button, .catalog-product-view .atc__button button, input[type="button"], input[type="reset"], input[type="submit"],
button,
.btn,
.btn--highlight,
.checkout-cart-index .btn-proceed-checkout,
.checkout-onepage-index #login-form + .buttons-set button,
.customer-account-login #login-form .registered-users .buttons-set button,
.catalog-product-view .atc__button button {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  -webkit-font-smoothing: antialiased;
  background-color: #000;
  border-radius: 0px;
  border: none;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-family: "AktivGrotesk-Regular", sans-serif;
  font-size: 0.875em;
  font-weight: 600;
  line-height: 1;
  padding: 0.75em 1em;
  text-decoration: none;
  user-select: none;
  vertical-align: middle;
  white-space: nowrap;
}
button:hover, .btn:hover, .btn--highlight:hover, .checkout-cart-index .btn-proceed-checkout:hover, .checkout-onepage-index #login-form + .buttons-set button:hover, .customer-account-login #login-form .registered-users .buttons-set button:hover, .catalog-product-view .atc__button button:hover, button:focus, .btn:focus, .btn--highlight:focus, .checkout-cart-index .btn-proceed-checkout:focus, .checkout-onepage-index #login-form + .buttons-set button:focus, .customer-account-login #login-form .registered-users .buttons-set button:focus, .catalog-product-view .atc__button button:focus, input[type="button"]:hover, input[type="button"]:focus, input[type="reset"]:hover, input[type="reset"]:focus, input[type="submit"]:hover, input[type="submit"]:focus,
button:hover,
.btn:hover,
.btn--highlight:hover,
.checkout-cart-index .btn-proceed-checkout:hover,
.checkout-onepage-index #login-form + .buttons-set button:hover,
.customer-account-login #login-form .registered-users .buttons-set button:hover,
.catalog-product-view .atc__button button:hover,
button:focus,
.btn:focus,
.btn--highlight:focus,
.checkout-cart-index .btn-proceed-checkout:focus,
.checkout-onepage-index #login-form + .buttons-set button:focus,
.customer-account-login #login-form .registered-users .buttons-set button:focus,
.catalog-product-view .atc__button button:focus {
  background-color: black;
  color: #fff;
}
button:disabled, .btn:disabled, .btn--highlight:disabled, .checkout-cart-index .btn-proceed-checkout:disabled, .checkout-onepage-index #login-form + .buttons-set button:disabled, .customer-account-login #login-form .registered-users .buttons-set button:disabled, .catalog-product-view .atc__button button:disabled, input[type="button"]:disabled, input[type="reset"]:disabled, input[type="submit"]:disabled,
button:disabled,
.btn:disabled,
.btn--highlight:disabled,
.checkout-cart-index .btn-proceed-checkout:disabled,
.checkout-onepage-index #login-form + .buttons-set button:disabled,
.customer-account-login #login-form .registered-users .buttons-set button:disabled,
.catalog-product-view .atc__button button:disabled {
  cursor: not-allowed;
  opacity: 0.5;
}

fieldset {
  background-color: white;
  border: 1px solid #f2f2f2;
  margin: 0 0 0.75em;
  padding: 1.5em;
}

input,
label,
select {
  display: block;
  font-family: "AktivGrotesk-Regular", sans-serif;
  font-size: 0.875em;
}

label {
  font-weight: 600;
  margin-bottom: 0.375em;
}
label.required::after {
  content: "*";
}
label abbr {
  display: none;
}

input[type="color"], input[type="date"], input[type="datetime"], input[type="datetime-local"], input[type="email"], input[type="month"], input[type="number"], input[type="password"], input[type="search"], input[type="tel"], input[type="text"], input[type="time"], input[type="url"], input[type="week"], input:not([type]), textarea,
select[multiple=multiple],
textarea {
  background-color: #fff;
  border: 1px solid #f2f2f2;
  border-radius: 0px;
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.06);
  box-sizing: border-box;
  font-family: "AktivGrotesk-Regular", sans-serif;
  font-size: 0.875em;
  margin-bottom: 0.75em;
  padding: 0.5em;
  transition: border-color;
  width: 100%;
}
input[type="color"]:hover, input[type="date"]:hover, input[type="datetime"]:hover, input[type="datetime-local"]:hover, input[type="email"]:hover, input[type="month"]:hover, input[type="number"]:hover, input[type="password"]:hover, input[type="search"]:hover, input[type="tel"]:hover, input[type="text"]:hover, input[type="time"]:hover, input[type="url"]:hover, input[type="week"]:hover, input:not([type]):hover, textarea:hover,
select[multiple=multiple]:hover,
textarea:hover {
  border-color: #d9d9d9;
}
input[type="color"]:focus, input[type="date"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="email"]:focus, input[type="month"]:focus, input[type="number"]:focus, input[type="password"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="text"]:focus, input[type="time"]:focus, input[type="url"]:focus, input[type="week"]:focus, input:not([type]):focus, textarea:focus,
select[multiple=multiple]:focus,
textarea:focus {
  border-color: #000;
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.06), 0 0 5px rgba(0, 0, 0, 0.7);
  outline: none;
}

textarea {
  resize: vertical;
}

input[type="search"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
}

input[type="checkbox"],
input[type="radio"] {
  display: inline;
  margin-right: 0.375em;
}

input[type="file"] {
  padding-bottom: 0.75em;
  width: 100%;
}

select {
  margin-bottom: 1.5em;
  max-width: 100%;
  width: auto;
}

ul,
ol {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
dl {
  margin-bottom: 0.75em;
}
dl dt {
  font-weight: bold;
  margin-top: 0.75em;
}
dl dd {
  margin: 0;
}

table {
  -webkit-font-feature-settings: "kern", "liga", "tnum";
  -moz-font-feature-settings: "kern", "liga", "tnum";
  -ms-font-feature-settings: "kern", "liga", "tnum";
  font-feature-settings: "kern", "liga", "tnum";
  border-collapse: collapse;
  margin: 0.75em 0;
  table-layout: fixed;
  width: 100%;
}
.page-print table {
  table-layout: auto;
}

th {
  border-bottom: 1px solid #cccccc;
  font-weight: 600;
  padding: 0.75em 0;
  text-align: left;
}

td {
  border-bottom: 1px solid #f2f2f2;
  padding: 0.75em 0;
}

tr,
td,
th {
  vertical-align: middle;
}

body {
  -webkit-font-feature-settings: "kern", "liga", "pnum";
  -moz-font-feature-settings: "kern", "liga", "pnum";
  -ms-font-feature-settings: "kern", "liga", "pnum";
  font-feature-settings: "kern", "liga", "pnum";
  -webkit-font-smoothing: antialiased;
  color: #000;
  font-family: "AktivGrotesk-Regular", sans-serif;
  font-size: 0.875em;
  line-height: 1.5;
}

h1, .catalog-product-view .product__name,
h2,
h3,
h4,
h5,
h6 {
  font-family: "AktivGrotesk-Regular", sans-serif;
  font-size: 0.875em;
  line-height: 1.2;
  margin: 0 0 0.75em;
}

p {
  margin: 0 0 0.75em;
}

a {
  color: #000;
  text-decoration: none;
  transition: color 0.1s linear;
}
a:active, a:focus, a:hover {
  color: black;
}
a:active, a:focus {
  outline: none;
}

b, strong {
  font-family: AktivGrotesk-Bold,sans-serif;
  font-weight: 400;
}

hr {
  border-bottom: 1px solid #f2f2f2;
  border-left: none;
  border-right: none;
  border-top: none;
  margin: 1.5em 0;
}

img,
picture {
  margin: 0;
  max-width: 100%;
}

/* ==========================================================================
   Mixins
   ========================================================================== */
/* Layout */
/* ==========================================================================
   Grid
   ========================================================================== */
.l-col-1--xs {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 6.17215%;
  position: relative;
  min-height: 1px;
}
.l-col-1--xs:last-child {
  margin-right: 0;
}

.l-col-2--xs {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 14.70196%;
  position: relative;
  min-height: 1px;
}
.l-col-2--xs:last-child {
  margin-right: 0;
}

.l-col-3--xs {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 23.23176%;
  position: relative;
  min-height: 1px;
}
.l-col-3--xs:last-child {
  margin-right: 0;
}

.l-col-4--xs {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 31.76157%;
  position: relative;
  min-height: 1px;
}
.l-col-4--xs:last-child {
  margin-right: 0;
}

.l-col-5--xs {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 40.29137%;
  position: relative;
  min-height: 1px;
}
.l-col-5--xs:last-child {
  margin-right: 0;
}

.l-col-6--xs {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 48.82117%;
  position: relative;
  min-height: 1px;
}
.l-col-6--xs:last-child {
  margin-right: 0;
}

.l-col-7--xs {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 57.35098%;
  position: relative;
  min-height: 1px;
}
.l-col-7--xs:last-child {
  margin-right: 0;
}

.l-col-8--xs {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 65.88078%;
  position: relative;
  min-height: 1px;
}
.l-col-8--xs:last-child {
  margin-right: 0;
}

.l-col-9--xs {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 74.41059%;
  position: relative;
  min-height: 1px;
}
.l-col-9--xs:last-child {
  margin-right: 0;
}

.l-col-10--xs {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 82.94039%;
  position: relative;
  min-height: 1px;
}
.l-col-10--xs:last-child {
  margin-right: 0;
}

.l-col-11--xs {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 91.4702%;
  position: relative;
  min-height: 1px;
}
.l-col-11--xs:last-child {
  margin-right: 0;
}

.l-col-12--xs {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 100%;
  position: relative;
  min-height: 1px;
}
.l-col-12--xs:last-child {
  margin-right: 0;
}

.l-float--none {
  float: none;
}

.l-float--left {
  float: left;
}

.l-float--right, .checkout-cart-index .cart-totals-wrapper {
  float: right;
}

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

.text--center, .nav--inline .menu-item, .product-item {
  text-align: center;
}

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

@media screen and (min-width: 48em) {
  .l-col-1--sm {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 6.17215%;
    position: relative;
    min-height: 1px;
  }
  .l-col-1--sm:last-child {
    margin-right: 0;
  }

  .l-col-push-1--sm {
    left: 8.5298%;
  }

  .l-col-pull-1--sm {
    right: 8.5298%;
  }

  .l-col-2--sm {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 14.70196%;
    position: relative;
    min-height: 1px;
  }
  .l-col-2--sm:last-child {
    margin-right: 0;
  }

  .l-col-push-2--sm {
    left: 17.05961%;
  }

  .l-col-pull-2--sm {
    right: 17.05961%;
  }

  .l-col-3--sm, .customer-account .col-left-first, main .product-list .product-item {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 23.23176%;
    position: relative;
    min-height: 1px;
  }
  .l-col-3--sm:last-child, .customer-account .col-left-first:last-child, main .product-list .product-item:last-child {
    margin-right: 0;
  }

  .l-col-push-3--sm {
    left: 25.58941%;
  }

  .l-col-pull-3--sm {
    right: 25.58941%;
  }

  .l-col-4--sm {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 31.76157%;
    position: relative;
    min-height: 1px;
  }
  .l-col-4--sm:last-child {
    margin-right: 0;
  }

  .l-col-push-4--sm {
    left: 34.11922%;
  }

  .l-col-pull-4--sm {
    right: 34.11922%;
  }

  .l-col-5--sm, .checkout-onepage-index #checkout-step-login .col-2 {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 40.29137%;
    position: relative;
    min-height: 1px;
  }
  .l-col-5--sm:last-child, .checkout-onepage-index #checkout-step-login .col-2:last-child {
    margin-right: 0;
  }

  .l-col-push-5--sm {
    left: 42.64902%;
  }

  .l-col-pull-5--sm {
    right: 42.64902%;
  }

  .l-col-6--sm, .customer-account-login .col2-set .col-1, .customer-account-login .col2-set .col-2, .customer-account .my-account .form-list .name-firstname, .customer-account .my-account .form-list .name-lastname, .customer-account .my-account .form-list .customer-email, .customer-account .my-account .col2-set .col-1, .customer-account .my-account .col2-set .col-2, .customer-account-create .form-list .field, .customer-account-create .form-list input[type="email"], .checkout-onepage-index .col2-set .col-1, .checkout-onepage-index .col2-set .col-2, .checkout-onepage-index .form-list .field, .catalog-product-view .left, .catalog-product-view .left + .right, .catalog-product-view .related-wrapper .product-item {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 48.82117%;
    position: relative;
    min-height: 1px;
  }
  .l-col-6--sm:last-child, .customer-account-login .col2-set .col-1:last-child, .customer-account-login .col2-set .col-2:last-child, .customer-account .my-account .form-list .name-firstname:last-child, .customer-account .my-account .form-list .name-lastname:last-child, .customer-account .my-account .form-list .customer-email:last-child, .customer-account .my-account .col2-set .col-1:last-child, .customer-account .my-account .col2-set .col-2:last-child, .customer-account-create .form-list .field:last-child, .customer-account-create .form-list input[type="email"]:last-child, .checkout-onepage-index .col2-set .col-1:last-child, .checkout-onepage-index .col2-set .col-2:last-child, .checkout-onepage-index .form-list .field:last-child, .catalog-product-view .left:last-child, .catalog-product-view .left + .right:last-child, .catalog-product-view .related-wrapper .product-item:last-child {
    margin-right: 0;
  }

  .l-col-push-6--sm {
    left: 51.17883%;
  }

  .l-col-pull-6--sm {
    right: 51.17883%;
  }

  .l-col-7--sm, .checkout-onepage-index #checkout-step-login .col-1 {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 57.35098%;
    position: relative;
    min-height: 1px;
  }
  .l-col-7--sm:last-child, .checkout-onepage-index #checkout-step-login .col-1:last-child {
    margin-right: 0;
  }

  .l-col-push-7--sm {
    left: 59.70863%;
  }

  .l-col-pull-7--sm {
    right: 59.70863%;
  }

  .l-col-8--sm {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 65.88078%;
    position: relative;
    min-height: 1px;
  }
  .l-col-8--sm:last-child {
    margin-right: 0;
  }

  .l-col-push-8--sm {
    left: 68.23843%;
  }

  .l-col-pull-8--sm {
    right: 68.23843%;
  }

  .l-col-9--sm, .customer-account .col-main {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 74.41059%;
    position: relative;
    min-height: 1px;
  }
  .l-col-9--sm:last-child, .customer-account .col-main:last-child {
    margin-right: 0;
  }

  .l-col-push-9--sm {
    left: 76.76824%;
  }

  .l-col-pull-9--sm {
    right: 76.76824%;
  }

  .l-col-10--sm {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 82.94039%;
    position: relative;
    min-height: 1px;
  }
  .l-col-10--sm:last-child {
    margin-right: 0;
  }

  .l-col-push-10--sm {
    left: 85.29804%;
  }

  .l-col-pull-10--sm {
    right: 85.29804%;
  }

  .l-col-11--sm {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 91.4702%;
    position: relative;
    min-height: 1px;
  }
  .l-col-11--sm:last-child {
    margin-right: 0;
  }

  .l-col-push-11--sm {
    left: 93.82785%;
  }

  .l-col-pull-11--sm {
    right: 93.82785%;
  }

  .l-col-12--sm, .customer-account .my-account .form-list .control, .customer-account .my-account .buttons-set {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 100%;
    position: relative;
    min-height: 1px;
  }
  .l-col-12--sm:last-child, .customer-account .my-account .form-list .control:last-child, .customer-account .my-account .buttons-set:last-child {
    margin-right: 0;
  }

  .l-col-push-12--sm {
    left: 102.35765%;
  }

  .l-col-pull-12--sm {
    right: 102.35765%;
  }

  .l-float--none {
    float: none;
  }

  .l-float--left {
    float: left;
  }

  .l-float--right, .checkout-cart-index .cart-totals-wrapper {
    float: right;
  }

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

  .text--center, .nav--inline .menu-item, .product-item {
    text-align: center;
  }

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

  .l-float--left--sm, .checkout-cart-index .cart-forms {
    float: left;
  }

  .l-float--right--sm {
    float: right;
  }

  .text--left--sm {
    text-align: left;
  }

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

  .text--right--sm {
    text-align: right;
  }
}
@media screen and (min-width: 62em) {
  .l-col-1--md {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 6.17215%;
    position: relative;
    min-height: 1px;
  }
  .l-col-1--md:last-child {
    margin-right: 0;
  }

  .l-col-push-1--md {
    left: 8.5298%;
  }

  .l-col-pull-1--md {
    right: 8.5298%;
  }

  .l-col-2--md {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 14.70196%;
    position: relative;
    min-height: 1px;
  }
  .l-col-2--md:last-child {
    margin-right: 0;
  }

  .l-col-push-2--md {
    left: 17.05961%;
  }

  .l-col-pull-2--md {
    right: 17.05961%;
  }

  .l-col-3--md, .checkout-onepage-index .sidebar.col-right {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 23.23176%;
    position: relative;
    min-height: 1px;
  }
  .l-col-3--md:last-child, .checkout-onepage-index .sidebar.col-right:last-child {
    margin-right: 0;
  }

  .l-col-push-3--md {
    left: 25.58941%;
  }

  .l-col-pull-3--md {
    right: 25.58941%;
  }

  .l-col-4--md {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 31.76157%;
    position: relative;
    min-height: 1px;
  }
  .l-col-4--md:last-child {
    margin-right: 0;
  }

  .l-col-push-4--md {
    left: 34.11922%;
  }

  .l-col-pull-4--md {
    right: 34.11922%;
  }

  .l-col-5--md {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 40.29137%;
    position: relative;
    min-height: 1px;
  }
  .l-col-5--md:last-child {
    margin-right: 0;
  }

  .l-col-push-5--md {
    left: 42.64902%;
  }

  .l-col-pull-5--md {
    right: 42.64902%;
  }

  .l-col-6--md {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 48.82117%;
    position: relative;
    min-height: 1px;
  }
  .l-col-6--md:last-child {
    margin-right: 0;
  }

  .l-col-push-6--md {
    left: 51.17883%;
  }

  .l-col-pull-6--md {
    right: 51.17883%;
  }

  .l-col-7--md {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 57.35098%;
    position: relative;
    min-height: 1px;
  }
  .l-col-7--md:last-child {
    margin-right: 0;
  }

  .l-col-push-7--md {
    left: 59.70863%;
  }

  .l-col-pull-7--md {
    right: 59.70863%;
  }

  .l-col-8--md {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 65.88078%;
    position: relative;
    min-height: 1px;
  }
  .l-col-8--md:last-child {
    margin-right: 0;
  }

  .l-col-push-8--md {
    left: 68.23843%;
  }

  .l-col-pull-8--md {
    right: 68.23843%;
  }

  .l-col-9--md, .checkout-onepage-index .col-main {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 74.41059%;
    position: relative;
    min-height: 1px;
  }
  .l-col-9--md:last-child, .checkout-onepage-index .col-main:last-child {
    margin-right: 0;
  }

  .l-col-push-9--md {
    left: 76.76824%;
  }

  .l-col-pull-9--md {
    right: 76.76824%;
  }

  .l-col-10--md {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 82.94039%;
    position: relative;
    min-height: 1px;
  }
  .l-col-10--md:last-child {
    margin-right: 0;
  }

  .l-col-push-10--md {
    left: 85.29804%;
  }

  .l-col-pull-10--md {
    right: 85.29804%;
  }

  .l-col-11--md {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 91.4702%;
    position: relative;
    min-height: 1px;
  }
  .l-col-11--md:last-child {
    margin-right: 0;
  }

  .l-col-push-11--md {
    left: 93.82785%;
  }

  .l-col-pull-11--md {
    right: 93.82785%;
  }

  .l-col-12--md {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 100%;
    position: relative;
    min-height: 1px;
  }
  .l-col-12--md:last-child {
    margin-right: 0;
  }

  .l-col-push-12--md {
    left: 102.35765%;
  }

  .l-col-pull-12--md {
    right: 102.35765%;
  }

  .l-float--none {
    float: none;
  }

  .l-float--left {
    float: left;
  }

  .l-float--right, .checkout-cart-index .cart-totals-wrapper {
    float: right;
  }

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

  .text--center, .nav--inline .menu-item, .product-item {
    text-align: center;
  }

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

  .l-float--left--md {
    float: left;
  }

  .l-float--right--md {
    float: right;
  }

  .text--left--md {
    text-align: left;
  }

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

  .text--right--md {
    text-align: right;
  }
}
@media screen and (min-width: 75em) {
  .l-col-1--lg {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 6.17215%;
    position: relative;
    min-height: 1px;
  }
  .l-col-1--lg:last-child {
    margin-right: 0;
  }

  .l-col-push-1--lg {
    left: 8.5298%;
  }

  .l-col-pull-1--lg {
    right: 8.5298%;
  }

  .l-col-2--lg {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 14.70196%;
    position: relative;
    min-height: 1px;
  }
  .l-col-2--lg:last-child {
    margin-right: 0;
  }

  .l-col-push-2--lg {
    left: 17.05961%;
  }

  .l-col-pull-2--lg {
    right: 17.05961%;
  }

  .l-col-3--lg {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 23.23176%;
    position: relative;
    min-height: 1px;
  }
  .l-col-3--lg:last-child {
    margin-right: 0;
  }

  .l-col-push-3--lg {
    left: 25.58941%;
  }

  .l-col-pull-3--lg {
    right: 25.58941%;
  }

  .l-col-4--lg {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 31.76157%;
    position: relative;
    min-height: 1px;
  }
  .l-col-4--lg:last-child {
    margin-right: 0;
  }

  .l-col-push-4--lg {
    left: 34.11922%;
  }

  .l-col-pull-4--lg {
    right: 34.11922%;
  }

  .l-col-5--lg {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 40.29137%;
    position: relative;
    min-height: 1px;
  }
  .l-col-5--lg:last-child {
    margin-right: 0;
  }

  .l-col-push-5--lg {
    left: 42.64902%;
  }

  .l-col-pull-5--lg {
    right: 42.64902%;
  }

  .l-col-6--lg {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 48.82117%;
    position: relative;
    min-height: 1px;
  }
  .l-col-6--lg:last-child {
    margin-right: 0;
  }

  .l-col-push-6--lg {
    left: 51.17883%;
  }

  .l-col-pull-6--lg {
    right: 51.17883%;
  }

  .l-col-7--lg {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 57.35098%;
    position: relative;
    min-height: 1px;
  }
  .l-col-7--lg:last-child {
    margin-right: 0;
  }

  .l-col-push-7--lg {
    left: 59.70863%;
  }

  .l-col-pull-7--lg {
    right: 59.70863%;
  }

  .l-col-8--lg {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 65.88078%;
    position: relative;
    min-height: 1px;
  }
  .l-col-8--lg:last-child {
    margin-right: 0;
  }

  .l-col-push-8--lg {
    left: 68.23843%;
  }

  .l-col-pull-8--lg {
    right: 68.23843%;
  }

  .l-col-9--lg {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 74.41059%;
    position: relative;
    min-height: 1px;
  }
  .l-col-9--lg:last-child {
    margin-right: 0;
  }

  .l-col-push-9--lg {
    left: 76.76824%;
  }

  .l-col-pull-9--lg {
    right: 76.76824%;
  }

  .l-col-10--lg {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 82.94039%;
    position: relative;
    min-height: 1px;
  }
  .l-col-10--lg:last-child {
    margin-right: 0;
  }

  .l-col-push-10--lg {
    left: 85.29804%;
  }

  .l-col-pull-10--lg {
    right: 85.29804%;
  }

  .l-col-11--lg {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 91.4702%;
    position: relative;
    min-height: 1px;
  }
  .l-col-11--lg:last-child {
    margin-right: 0;
  }

  .l-col-push-11--lg {
    left: 93.82785%;
  }

  .l-col-pull-11--lg {
    right: 93.82785%;
  }

  .l-col-12--lg {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 100%;
    position: relative;
    min-height: 1px;
  }
  .l-col-12--lg:last-child {
    margin-right: 0;
  }

  .l-col-push-12--lg {
    left: 102.35765%;
  }

  .l-col-pull-12--lg {
    right: 102.35765%;
  }

  .l-float--none {
    float: none;
  }

  .l-float--left {
    float: left;
  }

  .l-float--right, .checkout-cart-index .cart-totals-wrapper {
    float: right;
  }

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

  .text--center, .nav--inline .menu-item, .product-item {
    text-align: center;
  }

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

  .l-float--left--lg {
    float: left;
  }

  .l-float--right--lg {
    float: right;
  }

  .text--left--lg {
    text-align: left;
  }

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

  .text--right--lg {
    text-align: right;
  }
}
.l-container {
  max-width: 75rem;
  margin-left: auto;
  margin-right: auto;
  padding: 0 0.75em;
}
.l-container::after {
  clear: both;
  content: "";
  display: table;
}
@media screen and (min-width: 48em) {
  .l-container {
    padding: 0 1.375em;
  }
}

.l-row, .customer-account-login .col2-set, .checkout-onepage-index .col2-set, .checkout-onepage-index .form-list .fields, .catalog-product-view .container, .catalog-product-view .related-wrapper {
  display: block;
  margin-bottom: 1.618em;
}
.l-row::after, .customer-account-login .col2-set::after, .checkout-onepage-index .col2-set::after, .checkout-onepage-index .form-list .fields::after, .catalog-product-view .container::after, .catalog-product-view .related-wrapper::after {
  clear: both;
  content: "";
  display: table;
}

.l-fill-parent {
  width: 100%;
}

.l-omega {
  margin-right: 0;
}

.l-margin--auto {
  margin-left: auto;
  margin-right: auto;
}

.l-disp--inline, .nav--inline .menu-item {
  display: inline;
}

.is-hidden {
  display: none !important;
}

.is-hidden--xs {
  display: none;
}
@media screen and (min-width: 30em) {
  .is-hidden--xs {
    display: block;
  }
}

.is-hidden--sm {
  display: block;
}
@media screen and (min-width: 48em) {
  .is-hidden--sm {
    display: none;
  }
}

.is-hidden--md {
  display: block;
}
@media screen and (min-width: 62em) {
  .is-hidden--md {
    display: none;
  }
}

.is-hidden--lg {
  display: block;
}
@media screen and (min-width: 75em) {
  .is-hidden--lg {
    display: none;
  }
}

.is-visible--md {
  display: none;
}
@media screen and (min-width: 62em) {
  .is-visible--md {
    display: block;
  }
}

.is-visible--lg {
  display: none;
}
@media screen and (min-width: 75em) {
  .is-visible--lg {
    display: block;
  }
}

.l-col--fill {
  width: 100%;
}

.l-pos--rel {
  position: relative;
}

body {
  margin: 0;
}

/* ==========================================================================
   Header
   ========================================================================== */
.header--primary {
  padding: 4.045em 0 0.6472em;
}
.header--primary a {
  font-weight: normal;
  font-family: 'AktivGrotesk-Bold';
  letter-spacing: 2px;
}

.header__icons a[class^="icon--"] {
  margin-left: 0.26967em;
}
@media screen and (min-width: 30em) {
  .header__icons a[class^="icon--"] {
    margin-left: 0.809em;
  }
}

.nav--inline .menu-item {
  margin: 0 0.809em;
}

.current-menu-item a {
  color: #7373a9;
}

/* ==========================================================================
   Footer
   ========================================================================== */
.form {
  position: relative;
  display: inline-block;
  width: 100%;
  max-width: 338px;
  height: auto;
  padding-right: 16px;
}
.form input[type="email"], .form input[type="text"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  background-color: #f2f2f2;
  border: none;
  border-radius: 0 !important;
  color: #000 !important;
  float: left;
  width: 90%;
  font-size: 1em;
  height: 43px;
  padding-left: 15px;
}
.form input[type="email"]:hover, .form input[type="text"]:hover {
  border-color: none;
}
.form input[type="email"]:focus, .form input[type="text"]:focus {
  border-color: none;
  box-shadow: none;
  outline: none;
}
.form input[type="submit"] {
  position: absolute;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  border: none;
  border-radius: 0 !important;
  height: 43px;
  padding: 0 9px 0 11px;
  font-weight: normal;
  font-size: 1em;
}

.footer__icons {
  margin-bottom: 1em;
}
.footer__icons a[class^="icon--"] {
  margin-right: 0.486em;
}

.footer__newsletter {
  margin-bottom: 1.07867em;
}
.footer__newsletter p {
  font-size: 0.857em;
  margin-bottom: 15px;
}

.footer__nav li {
  margin-bottom: 0.625em;
  font-size: 0.857em;
}

.footer__copy {
  position: absolute;
  bottom: 0;
}
@media screen and (min-width: 30em) {
  .footer__copy {
    position: static;
  }
}
.footer__copy span {
  display: block;
}
@media screen and (min-width: 30em) {
  .footer__copy span {
    display: inline-block;
  }
}

footer.l-container {
  padding-bottom: 1.618em;
  margin-bottom: 1.618em;
}
@media screen and (min-width: 30em) {
  footer.l-container {
    margin-bottom: auto;
    padding-bottom: auto;
  }
}

/* ==========================================================================
   Sidebar
   ========================================================================== */
/* Theme */
.l-row--ig {
  margin: 0 -0.75em;
}

.l-col--ig {
  display: none;
  width: 49% !important;
  padding: 0 0.75em;
}
.l-col--ig img {
  width: 100%;
  height: auto;
}
.l-col--ig video {
  width: 100%;
  height: auto;
}

.grid__item img {
  width: 55%;
}

@media screen and (min-width: 30em) {
  .l-col--ig:nth-child(-n+2) {
    display: inline-block;
  }

  .grid__item img {
    width: 100%;
  }
}
@media screen and (min-width: 48em) {
  .l-col--ig {
    width: 32% !important;
  }

  .l-col--ig:nth-child(-n+3) {
    display: inline-block;
  }
}
@media screen and (min-width: 62em) {
  .l-col--ig {
    width: 24% !important;
  }

  .l-col--ig:nth-child(-n+4) {
    display: inline-block;
  }
}
@media screen and (min-width: 75em) {
  .l-col--ig {
    width: 19% !important;
  }

  .l-col--ig:nth-child(-n+5) {
    display: inline-block;
  }
}
.title--product {
  line-height: 18px;
}
@media screen and (min-width: 30em) {
  .title--product {
    width: 60%;
  }
}

.video__wrapper--home {
  height: 550px;
}

button.atc-button, .atc-button.btn, .atc-button.btn--highlight, .checkout-cart-index .atc-button.btn-proceed-checkout, .checkout-onepage-index #login-form + .buttons-set button.atc-button, .customer-account-login #login-form .registered-users .buttons-set button.atc-button, .catalog-product-view .atc__button button.atc-button {
  display: none !important;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
button.atc-button:hover, .atc-button.btn:hover, .atc-button.btn--highlight:hover, .checkout-cart-index .atc-button.btn-proceed-checkout:hover, .checkout-onepage-index #login-form + .buttons-set button.atc-button:hover, .customer-account-login #login-form .registered-users .buttons-set button.atc-button:hover {
  background: #999;
}

.grid__item {
  position: relative;
}

.grid__item:hover button.atc-button, .grid__item:hover .atc-button.btn, .grid__item:hover .atc-button.btn--highlight, .grid__item:hover .checkout-cart-index .atc-button.btn-proceed-checkout, .checkout-cart-index .grid__item:hover .atc-button.btn-proceed-checkout, .grid__item:hover .checkout-onepage-index #login-form + .buttons-set button.atc-button, .checkout-onepage-index #login-form + .buttons-set .grid__item:hover button.atc-button, .grid__item:hover .customer-account-login #login-form .registered-users .buttons-set button.atc-button, .customer-account-login #login-form .registered-users .buttons-set .grid__item:hover button.atc-button {
  display: block !important;
}

main {
  padding: 1.618em 0 3.236em 0;
  min-height: 600px;
}

.home .l-row--ig section video {
  transform: translateY(-40%);
}

/* ==========================================================================
   Experience Page Layout
   ========================================================================== */
.block__layout, .block__layout--reverse {
  position: relative;
  display: inline-block;
  color: #000;
  width: 100%;
  max-width: 1200px;
  height: auto;
}
@media screen and (min-width: 48em) {
  .block__layout, .block__layout--reverse {
    margin-bottom: 3px;
  }
}

.l__container {
  position: relative;
  display: inline-block;
  float: none;
  width: 100%;
}
@media screen and (min-width: 48em) {
  .l__container {
    float: left;
    width: 58.75%;
  }
}
@media screen and (min-width: 48em) {
  .block__layout--reverse .l__container {
    width: 41.25%;
  }
}

.r__container {
  position: relative;
  display: inline-block;
  float: none;
  width: 100%;
}
@media screen and (min-width: 48em) {
  .r__container {
    float: right;
    width: 41.25%;
  }
}
@media screen and (min-width: 48em) {
  .block__layout--reverse .r__container {
    width: 58.75%;
  }
}

.block__item {
  position: relative;
  display: inline-block;
  width: 100%;
  height: auto;
  float: left;
  cursor: pointer;
  overflow: hidden;
}
@media screen and (min-width: 48em) {
  .block__item {
    background-size: cover;
    background-position: center center;
  }
}
.block__item img {
  width: 100%;
  height: 100%;
  display: block;
}

.block__item:hover .block__content {
  display: block;
}

@media screen and (min-width: 48em) {
  .block__item--small {
    width: 50%;
    border-left: 10px solid #fff;
  }
}

@media screen and (min-width: 48em) {
  .block__item--medium {
    max-height: 259px;
    /* r__container */
    margin: 11px 0 0 0;
    border-left: 10px solid #fff;
  }
}

@media screen and (min-width: 48em) {
  .l__container .block__item--small,
  .l__container .block__item--medium {
    border-left: 0;
    border-right: 10px solid #fff;
  }
}

@media screen and (min-width: 48em) {
  .block__item--small .icon--jm_icon_logo {
    display: none;
  }
}
@media screen and (min-width: 75em) {
  .block__item--small .icon--jm_icon_logo {
    display: inline-block;
  }
}

@media screen and (min-width: 48em) {
  .block__item--medium .icon--jm_icon_logo {
    display: none;
  }
}
@media screen and (min-width: 62em) {
  .block__item--medium .icon--jm_icon_logo {
    display: inline-block;
  }
}

.icon--play--white {
  opacity: 0.8;
  margin: 0 auto;
  position: absolute;
  top: 50%;
  right: 0;
  bottom: 0;
  left: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.block__content {
  background: rgba(255, 255, 255, 0.9);
  position: relative;
  width: 100%;
  height: 100%;
  display: inline-block;
  margin: 10px 0;
  /*padding:?;*/
}
@media screen and (min-width: 48em) {
  .block__content {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: none;
    margin: 0;
  }
}
.block__content a {
  display: inline-block;
  width: 100%;
  height: 100%;
}
.block__content .l-align--center {
  position: relative;
}
@media screen and (min-width: 48em) {
  .block__content .l-align--center {
    top: 50%;
    right: 0;
    bottom: 0;
    left: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}
.block__content .block__title {
  font-size: 14px;
  font-weight: bold;
}
.block__content .block__excerpt {
  font-size: 12px;
  width: 70%;
  margin: 12px auto;
}
@media screen and (min-width: 48em) {
  .block__content .block__excerpt {
    width: 50%;
  }
}
.block__item--medium .block__content .block__excerpt {
  width: 70%;
}
@media screen and (min-width: 62em) {
  .block__item--medium .block__content .block__excerpt {
    width: 95%;
  }
}
.block__item--small .block__content .block__excerpt {
  display: none;
}
.block__content .text--link {
  font-size: 12px;
  color: #7373a9;
}

.block__content--play {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.load-more {
  padding-top: 15px;
}
.load-more a {
  background-color: #000;
  padding: 10px;
  margin-top: 5px;
  font-family: AktivGrotesk-Bold, sans-serif;
  font-weight: normal;
  color: #fff;
  text-transform: uppercase;
}
.load-more a:hover {
  background-color: #999;
}

.intrinsic-ratio-wrapper {
  position: relative;
  padding-bottom: 56%;
  height: 0;
}

iframe,
object,
embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
}

.social-overlay {
  display: inline-block;
  width: 100%;
  text-align: center;
  margin-top: 15px;
}
.social-overlay a {
  position: relative;
  display: inline-block;
  margin: 0 5px;
}
.social-overlay a:hover {
  opacity: .5;
}
.social-overlay .facebook {
  width: 15px;
}
.social-overlay .twitter {
  width: 22px;
}
.social-overlay .pinterest {
  width: 22px;
}
.social-overlay .email {
  padding-top: 5px;
  width: 22px;
  vertical-align: sub;
}

.single--featured .slider__triggers {
  margin: 0 -5px;
}
.single--featured .slider__triggers .slide__trigger {
  cursor: pointer;
}
.single--featured .slider__triggers .slide__trigger img {
  padding: 0 2%;
}
.single--featured .slick-list {
  padding: 0 !important;
}
.single--featured h1, .single--featured .catalog-product-view .product__name, .catalog-product-view .single--featured .product__name {
  margin-bottom: 1.618em;
}
.single--featured .post__content {
  margin-top: 4.854em;
}
.single--featured .post__media {
  margin-bottom: 10px;
}
.single--featured ul {
  padding: 0 0 0 15px;
}
.single--featured ul li {
  list-style-type: disc;
}

.customer-account-login .buttons-set {
  margin-top: 20px;
}
.customer-account-login .buttons-set .button:hover {
  background: #000;
}

.customer-account main {
  height: auto;
}
@media screen and (min-width: 48em) {
  .customer-account main {
    min-height: 545px;
  }
}
.customer-account .col-left-first {
  text-transform: uppercase;
  font-size: 0.857em;
}
.customer-account .block-account li {
  line-height: 2.2;
}
.customer-account .block-title {
  margin-bottom: 10px;
}
.customer-account .product-name {
  display: inline-block;
}
.customer-account #my-orders-table {
  table-layout: auto;
}
.customer-account #my-orders-table tbody td {
  width: 21%;
  font-size: 12px;
  text-transform: uppercase;
}
.customer-account #my-orders-table thead th {
  font-size: 14px;
  text-transform: uppercase;
}
.customer-account #my-orders-table tfoot {
  width: 70%;
  text-align: right;
}
.customer-account #my-orders-table tfoot td {
  border-bottom: 0;
}
.customer-account #my-orders-table td {
  border-bottom: none;
}
.customer-account #my-orders-table .view {
  text-align: right;
}
.customer-account #my-orders-table .view a {
  color: #7373a9;
}
.customer-account #my-orders-table .ship, .customer-account #my-orders-table .total, .customer-account #my-orders-table .status {
  display: none;
}
@media screen and (min-width: 62em) {
  .customer-account #my-orders-table .ship, .customer-account #my-orders-table .total, .customer-account #my-orders-table .status {
    display: table-cell;
  }
}
.customer-account .nobr a {
  font-size: 12px;
  white-space: nowrap;
}
.customer-account .my-account .page-title {
  font-size: 1em;
  margin-bottom: 1.786em;
}
.customer-account .my-account address {
  font-style: normal;
  margin-bottom: 5px;
}
.customer-account .my-account .addresses-list {
  margin-top: 4.429em;
}
.customer-account .my-account .addresses-list a {
  color: #999;
  font-size: 0.857em;
  text-decoration: underline;
  text-transform: uppercase;
  line-height: 1;
}
.customer-account .my-account .form-list label {
  display: inline-block;
}
.customer-account .my-account .form-list .control label {
  font-weight: normal;
}
.customer-account .my-account .buttons-set button, .customer-account .my-account .buttons-set .btn, .customer-account .my-account .buttons-set .btn--highlight, .customer-account .my-account .buttons-set .checkout-cart-index .btn-proceed-checkout, .checkout-cart-index .customer-account .my-account .buttons-set .btn-proceed-checkout, .customer-account .my-account .checkout-onepage-index #login-form + .buttons-set button, .checkout-onepage-index .customer-account .my-account #login-form + .buttons-set button, .customer-account .my-account .customer-account-login #login-form .registered-users .buttons-set button, .customer-account-login #login-form .registered-users .customer-account .my-account .buttons-set button {
  float: right;
}
.customer-account .my-account .title-buttons button, .customer-account .my-account .title-buttons .btn, .customer-account .my-account .title-buttons .btn--highlight, .customer-account .my-account .title-buttons .checkout-cart-index .btn-proceed-checkout, .checkout-cart-index .customer-account .my-account .title-buttons .btn-proceed-checkout, .customer-account .my-account .title-buttons .checkout-onepage-index #login-form + .buttons-set button, .checkout-onepage-index #login-form + .buttons-set .customer-account .my-account .title-buttons button, .customer-account .my-account .title-buttons .customer-account-login #login-form .registered-users .buttons-set button, .customer-account-login #login-form .registered-users .buttons-set .customer-account .my-account .title-buttons button {
  position: absolute;
  top: 0;
  right: 0;
}
.customer-account .dashboard .welcome-msg {
  font-size: 0.857em;
}
.customer-account .dashboard .welcome-msg .hello {
  text-transform: uppercase;
}
.customer-account .dashboard .box-account {
  position: relative;
  margin: 1.429em 0;
  overflow: hidden;
}
.customer-account .dashboard .box-account hr {
  margin: 0;
}
.customer-account .dashboard .box-account .box {
  position: relative;
  margin-top: 1.429em;
}
.customer-account .dashboard .box-account .box-title a, .customer-account .dashboard .box-account .box-head a, .customer-account .dashboard .box-account .box-content a {
  position: absolute;
  top: 0;
  right: 0;
  color: #999;
  font-size: 0.857em;
  text-decoration: underline;
  text-transform: uppercase;
  line-height: 1;
}
.customer-account .dashboard .box-account .box-title a:hover, .customer-account .dashboard .box-account .box-head a:hover, .customer-account .dashboard .box-account .box-content a:hover {
  color: #333;
}
@media screen and (min-width: 48em) {
  .customer-account .dashboard .box-account .box-content a {
    position: relative;
  }
}

.customer-account-create .form-list label {
  display: inline-block;
}
.customer-account-create .form-list li {
  overflow: hidden;
}
.customer-account-create .buttons-set {
  margin-top: 20px;
}
.customer-account-create .buttons-set .button:hover {
  background: #000;
}
.customer-account-create input[type="checkbox"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  clip: rect(0 0 0 0);
}
.customer-account-create input[type="checkbox"]:checked + label::before {
  content: 'x';
}
.customer-account-create input[type="checkbox"] + label::before {
  content: ' ';
  width: 20px;
  height: 20px;
  display: block;
  text-align: center;
  border: 2px solid #ccc;
  margin-right: 3px;
  float: left;
}

main .product-list .product-item {
  margin-right: 0;
  margin-right: 2.35765%;
}
main .product-list .product-item a > p {
  margin: 5px 0 0 0;
}
main .product-list .product-item > p {
  color: #7373a9;
  font-weight: normal;
  font-family: 'AktivGrotesk-Bold';
  margin: 5px 0 10px 0;
}
main .product-list .product-item.last {
  margin-right: 0;
}
main .product-list .product-item.last:after {
  clear: both;
  content: "";
}

.sub-nav .nav-primary a {
  font-family: 'AktivGrotesk-Bold';
}

.product-item--free-shipping {
  text-transform: uppercase;
  border: 8px solid #000;
  padding: 10px 5px;
  margin-top: 50%;
  font-size: 13px;
}
.product-item--free-shipping .h1 {
  font-size: 3.143em;
  color: #7373a9;
  line-height: 50px;
  font-weight: normal;
}
.product-item--free-shipping .h2 {
  font-weight: normal;
  font-family: 'AktivGrotesk-Bold';
  margin-bottom: 10px;
  font-size: 0.929em;
}
.product-item--free-shipping span {
  display: block;
  font-size: 0.643em;
}
@media screen and (min-width: 48em) {
  .product-item--free-shipping {
    font-size: 11px;
  }
  .product-item--free-shipping .h1 {
    font-size: 2.8em;
    line-height: 40px;
  }
}
@media screen and (min-width: 62em) {
  .product-item--free-shipping {
    font-size: 13px;
  }
  .product-item--free-shipping .h1 {
    font-size: 3.143em;
    line-height: 50px;
  }
}

.checkout-cart-index .cart-table {
  font-size: 0.875rem;
  table-layout: auto;
}
.checkout-cart-index .cart-table th {
  border-bottom: none;
  text-transform: uppercase;
}
@media screen and (min-width: 30em) {
  .checkout-cart-index .cart-table th:nth-child(3), .checkout-cart-index .cart-table th:nth-child(4) {
    display: table-cell;
  }
}
.checkout-cart-index .cart-table th.cart-total-head {
  display: none;
}
@media screen and (min-width: 30em) {
  .checkout-cart-index .cart-table th.cart-total-head {
    display: table-cell;
  }
}
.checkout-cart-index .cart-table td {
  border-bottom: none;
}
@media screen and (min-width: 30em) {
  .checkout-cart-index .cart-table td:nth-child(3), .checkout-cart-index .cart-table td:nth-child(4) {
    display: table-cell;
  }
}
.checkout-cart-index .cart-table td.product-cart-total {
  display: none;
}
@media screen and (min-width: 30em) {
  .checkout-cart-index .cart-table td.product-cart-total {
    display: table-cell;
  }
}
.checkout-cart-index .cart-table tr, .checkout-cart-index .cart-table td {
  vertical-align: top;
}
.checkout-cart-index .cart-table tbody .product-cart-image {
  width: 20%;
}
.checkout-cart-index .cart-table tbody .product-cart-info {
  width: 35%;
}
@media screen and (min-width: 30em) {
  .checkout-cart-index .cart-table tbody .product-cart-info {
    width: 50%;
  }
}
.checkout-cart-index .cart-table tbody .product-cart-price, .checkout-cart-index .cart-table tbody .product-cart-actions, .checkout-cart-index .cart-table tbody .product-cart-total {
  width: 10%;
}
.checkout-cart-index .cart-table tfoot {
  display: table-footer-group;
}
.checkout-cart-index .cart-totals-wrapper {
  text-align: right;
}
.checkout-cart-index .cart-totals-wrapper #shopping-cart-totals-table {
  table-layout: auto;
  text-align: right;
  font-size: 0.875rem;
  font-family: 'AktivGrotesk-Bold';
}
.checkout-cart-index .cart-totals-wrapper #shopping-cart-totals-table strong {
  font-weight: normal;
}
.checkout-cart-index .cart-totals-wrapper #shopping-cart-totals-table tr td {
  border-bottom: none;
  text-transform: uppercase;
}
.checkout-cart-index .cart-totals-wrapper #shopping-cart-totals-table .a-right:last-child {
  padding-left: 0.3125em;
}
.checkout-cart-index .cart-totals-wrapper #shopping-cart-totals-table tfoot td:first-child {
  font-size: 1.125rem;
}
.checkout-cart-index .product-cart-total {
  font-weight: bold;
}
.checkout-cart-index .cart-footer-actions {
  position: relative;
}
.checkout-cart-index .cart-footer-actions .btn-update {
  position: absolute;
  right: 0;
}
@media screen and (max-width: 48em) {
  .checkout-cart-index .cart-footer-actions .btn-update {
    position: relative !important;
    margin-top: 10px;
    display: block;
  }
}
.checkout-cart-index .product-cart-info .btn-remove {
  margin-top: 10px;
  display: block;
  color: #7373a9;
  font-size: 0.625em;
  text-transform: uppercase;
  font-weight: bold;
}
.checkout-cart-index .product-cart-info .btn-remove:before {
  margin-right: 5px;
  content: 'x';
  color: #fff;
  font-size: 1.125rem;
  text-align: center;
  text-transform: lowercase;
  width: 22px;
  height: 22px;
  background: #000;
  display: inline-block;
}
@media screen and (min-width: 30em) {
  .checkout-cart-index .product-cart-info .btn-remove {
    margin-top: 30px;
  }
}
.checkout-cart-index .cart-price {
  font-weight: bold;
}
.checkout-cart-index .discount-form {
  text-transform: uppercase;
}
.checkout-cart-index .discount-form input {
  background: #ddd;
  width: 180px;
  float: left;
  padding: 0.5em;
  height: 32px;
  width: 58%;
}
@media screen and (min-width: 30em) {
  .checkout-cart-index .discount-form input {
    width: 180px;
  }
}
.checkout-cart-index .discount-form .button-wrapper {
  float: left;
}
.checkout-cart-index .discount-form .button-wrapper:after {
  clear: both;
}
.checkout-cart-index .discount-form .button-wrapper button, .checkout-cart-index .discount-form .button-wrapper .btn, .checkout-cart-index .discount-form .button-wrapper .btn--highlight, .checkout-cart-index .discount-form .button-wrapper .btn-proceed-checkout, .checkout-cart-index .discount-form .button-wrapper .checkout-onepage-index #login-form + .buttons-set button, .checkout-onepage-index #login-form + .buttons-set .checkout-cart-index .discount-form .button-wrapper button, .checkout-cart-index .discount-form .button-wrapper .customer-account-login #login-form .registered-users .buttons-set button, .customer-account-login #login-form .registered-users .buttons-set .checkout-cart-index .discount-form .button-wrapper button {
  font-size: 0.75rem;
}
.checkout-cart-index .cart .messages {
  position: absolute;
  bottom: -100px;
  left: 0;
}
.checkout-cart-index .cart-table thead {
  background: #f2f2f2;
}
.checkout-cart-index .cart-collaterals .shipping {
  display: none;
}
.checkout-cart-index button.btn-update:hover, .checkout-cart-index .btn-update.btn:hover, .checkout-cart-index .btn-update.btn--highlight:hover, .checkout-cart-index .btn-update.btn-proceed-checkout:hover, .checkout-cart-index .checkout-onepage-index #login-form + .buttons-set button.btn-update:hover, .checkout-onepage-index #login-form + .buttons-set .checkout-cart-index button.btn-update:hover, .checkout-cart-index .customer-account-login #login-form .registered-users .buttons-set button.btn-update:hover, .customer-account-login #login-form .registered-users .buttons-set .checkout-cart-index button.btn-update:hover, .checkout-cart-index button.btn-continue:hover, .checkout-cart-index .btn-continue.btn:hover, .checkout-cart-index .btn-continue.btn--highlight:hover, .checkout-cart-index .btn-continue.btn-proceed-checkout:hover, .checkout-cart-index .checkout-onepage-index #login-form + .buttons-set button.btn-continue:hover, .checkout-onepage-index #login-form + .buttons-set .checkout-cart-index button.btn-continue:hover, .checkout-cart-index .customer-account-login #login-form .registered-users .buttons-set button.btn-continue:hover, .customer-account-login #login-form .registered-users .buttons-set .checkout-cart-index button.btn-continue:hover, .checkout-cart-index button.button2:hover, .checkout-cart-index .button2.btn:hover, .checkout-cart-index .button2.btn--highlight:hover, .checkout-cart-index .button2.btn-proceed-checkout:hover, .checkout-cart-index .checkout-onepage-index #login-form + .buttons-set button.button2:hover, .checkout-onepage-index #login-form + .buttons-set .checkout-cart-index button.button2:hover, .checkout-cart-index .customer-account-login #login-form .registered-users .buttons-set button.button2:hover, .customer-account-login #login-form .registered-users .buttons-set .checkout-cart-index button.button2:hover {
  background: #000;
}
.checkout-cart-index button:hover, .checkout-cart-index .btn:hover, .checkout-cart-index .btn--highlight:hover, .checkout-cart-index .btn-proceed-checkout:hover, .checkout-cart-index .checkout-onepage-index #login-form + .buttons-set button:hover, .checkout-onepage-index #login-form + .buttons-set .checkout-cart-index button:hover, .checkout-cart-index .customer-account-login #login-form .registered-users .buttons-set button:hover, .customer-account-login #login-form .registered-users .buttons-set .checkout-cart-index button:hover {
  background: transparent;
}
.checkout-cart-index .page-title .checkout-types {
  display: none;
}
.checkout-cart-index .cart form fieldset {
  padding: 0;
  margin: 0;
  border: 0;
}
.checkout-cart-index .cart form fieldset thead th:first-child {
  display: none;
}
.checkout-cart-index .cart form fieldset tfoot td {
  position: relative;
}
.checkout-cart-index .cart form fieldset tfoot .btn-empty {
  display: none;
}
.checkout-cart-index .cart form fieldset tfoot .btn-update {
  position: absolute;
  right: 0;
}
@media screen and (max-width: 48em) {
  .checkout-cart-index .cart form fieldset tfoot .btn-update {
    position: relative !important;
    margin-top: 10px;
    display: block;
  }
}
.checkout-cart-index .cart-collaterals {
  overflow: hidden;
}
.checkout-cart-index .cart-collaterals .totals {
  float: right;
}
.checkout-cart-index .cart-collaterals .totals #shopping-cart-totals-table {
  table-layout: auto;
  text-align: right;
  font-size: 0.875rem;
  font-family: 'AktivGrotesk-Bold';
  text-transform: uppercase;
}
.checkout-cart-index .cart-collaterals .totals #shopping-cart-totals-table td {
  border-bottom: none;
}
.checkout-cart-index .cart-collaterals .totals #shopping-cart-totals-table tfoot td:first-child {
  font-size: 1.125rem;
}
.checkout-cart-index .cart-collaterals .totals .checkout-types {
  text-align: right;
}

.checkout-onepage-index .sidebar.col-right .block-title, .checkout-onepage-index .sidebar.col-right .block-content dt {
  background: #ccc;
  color: #fff;
  padding: 10px;
  text-transform: uppercase;
  font-size: 0.75rem;
  font-family: 'AktivGrotesk-Bold';
}
.checkout-onepage-index .sidebar.col-right #checkout-progress-wrapper .active.block-title, .checkout-onepage-index .sidebar.col-right #checkout-progress-wrapper .active dt {
  background: #000;
}
.checkout-onepage-index .section {
  margin-bottom: 10px;
}
.checkout-onepage-index .section.active .step-title {
  background: #000;
}
.checkout-onepage-index .section .step-title {
  background: #ccc;
  color: #fff;
  padding: 10px 10px 4px;
  text-transform: uppercase;
  font-size: 0.75rem;
  font-family: 'AktivGrotesk-Bold';
  overflow: hidden;
}
.checkout-onepage-index .section .step-title .number {
  display: inline-block;
}
.checkout-onepage-index .section .step-title h2 {
  display: inline-block;
  font-weight: bold;
}
.checkout-onepage-index .step h3, .checkout-onepage-index .step h2 {
  margin-bottom: 5px;
}
.checkout-onepage-index .step .description {
  font-size: 0.75rem;
  text-transform: uppercase;
}
@media screen and (min-width: 62em) {
  .checkout-onepage-index #checkout-step-login .col-1 {
    padding-right: 135px;
  }
}
.checkout-onepage-index #checkout-step-login .form-list {
  width: 100%;
}
.checkout-onepage-index #checkout-step-login .form-list li:last-child p.description {
  margin-top: 20px;
}
.checkout-onepage-index #checkout-step-login .control {
  margin-bottom: 10px;
}
.checkout-onepage-index #checkout-step-login .control label {
  font-family: AktivGrotesk-Regular, sans-serif;
  font-weight: normal;
}
.checkout-onepage-index #checkout-step-login #onepage-guest-register-button {
  float: right;
  padding: 14px 48px;
  margin-top: 40px;
}
.checkout-onepage-index #login-form + .buttons-set {
  float: right;
}
.checkout-onepage-index #login-form + .buttons-set .btn, .checkout-onepage-index #login-form + .buttons-set .btn--highlight, .checkout-onepage-index #login-form + .buttons-set .checkout-cart-index .btn-proceed-checkout, .checkout-cart-index .checkout-onepage-index #login-form + .buttons-set .btn-proceed-checkout, .checkout-onepage-index #login-form + .buttons-set button, .checkout-onepage-index .customer-account-login #login-form .registered-users #login-form + .buttons-set button, .customer-account-login #login-form .registered-users .checkout-onepage-index #login-form + .buttons-set button {
  padding: 14px 48px !important;
}
.checkout-onepage-index #login-form .forgot-pw {
  text-transform: uppercase;
  float: left;
  padding-top: 29px;
  font-size: 0.5625rem;
  text-decoration: underline;
}
.checkout-onepage-index #login-form .form-list {
  margin-top: 23px;
}
.checkout-onepage-index #login-form .form-list li:first-child {
  margin-bottom: 26px;
}
.checkout-onepage-index #login-form .form-list p.required {
  margin-bottom: 24px;
}
.checkout-onepage-index .block-progress dl dd {
  display: none;
}
.checkout-onepage-index .form-list {
  width: 100%;
}
@media screen and (min-width: 62em) {
  .checkout-onepage-index .form-list {
    width: 60%;
  }
}
.checkout-onepage-index .form-list .description span {
  font-family: AktivGrotesk-Bold, sans-serif;
  font-weight: normal;
}
.checkout-onepage-index #checkoutSteps .step {
  padding: 1.618em 0;
}
.checkout-onepage-index #checkoutSteps .step h3 {
  font-size: 14px;
}
.checkout-onepage-index #checkout-review-table-wrapper table {
  table-layout: auto;
}
.checkout-onepage-index #checkout-review-table-wrapper table tbody td:nth-child(1) {
  width: 25%;
}
.checkout-onepage-index #checkout-review-table-wrapper table tbody td:nth-child(2) {
  width: 35%;
}
.checkout-onepage-index #checkout-review-table-wrapper table tfoot {
  width: 70%;
  text-align: right;
}
.checkout-onepage-index #checkout-review-table-wrapper table tfoot td {
  border-bottom: 0;
}
.checkout-onepage-index #review-buttons-container .p-left {
  margin-top: 10px;
}
.checkout-onepage-index #review-buttons-container .edit-cart {
  color: #7373a9;
}
.checkout-onepage-index .button:hover {
  background: #000;
}
.checkout-onepage-index .address-select {
  -webkit-appearance: none;
  border: none;
  -webkit-border-radius: 0;
  background-color: #ccc;
  padding: 7px 35px 5px 8px;
  background-image: url(../assets/images/src/dropdown-arrow.svg);
  background-position: 98% center;
  background-repeat: no-repeat;
  background-size: 20px;
  cursor: pointer;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 10px;
  width: 100%;
}

.customer-account-login #login-form .new-users .buttons-set {
  margin: 20px 0;
}
.customer-account-login #login-form .new-users .buttons-set a {
  padding: 14px 30px !important;
}
.customer-account-login #login-form .registered-users .buttons-set {
  float: right;
}
.customer-account-login #login-form .registered-users .buttons-set .btn, .customer-account-login #login-form .registered-users .buttons-set .btn--highlight, .customer-account-login #login-form .registered-users .buttons-set .checkout-cart-index .btn-proceed-checkout, .checkout-cart-index .customer-account-login #login-form .registered-users .buttons-set .btn-proceed-checkout, .customer-account-login #login-form .registered-users .buttons-set button {
  padding: 14px 58px !important;
}
.customer-account-login #login-form .forgot-pw {
  text-transform: uppercase;
  float: left;
  padding-top: 29px;
  font-size: 0.5625rem;
  text-decoration: underline;
}
.customer-account-login #login-form .form-list {
  margin-top: 23px;
}
.customer-account-login #login-form .form-list li:first-child {
  margin-bottom: 26px;
}
.customer-account-login #login-form .form-list p.required {
  margin-bottom: 24px;
}

#payment_form_ccsave label:before {
  display: none;
}

.internationalcheckout-index-index main > .l-container {
  position: relative;
  overflow: hidden;
  height: 0;
  padding-bottom: 80%;
}

.catalog-product-view {
  /* bridge */
}
.catalog-product-view .left + .right {
  margin-right: 0;
}
.catalog-product-view .product__name {
  margin-bottom: 10px;
  font-size: 1.25rem;
}
.catalog-product-view .product__price {
  font-weight: normal;
  font-family: 'AktivGrotesk-Bold';
  font-size: 1.125rem;
  margin: 0.809em 0;
}
.catalog-product-view .atc__qty {
  overflow: hidden;
}
.catalog-product-view .atc__qty label {
  display: inline-block;
  font-weight: normal;
  font-family: 'AktivGrotesk-Bold';
}
.catalog-product-view .atc__qty input {
  display: inline-block;
}
.catalog-product-view .atc__button {
  margin: 0.809em 0;
}
.catalog-product-view .atc__button .btn, .catalog-product-view .atc__button .btn--highlight, .catalog-product-view .atc__button .checkout-cart-index .btn-proceed-checkout, .checkout-cart-index .catalog-product-view .atc__button .btn-proceed-checkout, .catalog-product-view .atc__button .checkout-onepage-index #login-form + .buttons-set button, .checkout-onepage-index #login-form + .buttons-set .catalog-product-view .atc__button button, .catalog-product-view .atc__button .customer-account-login #login-form .registered-users .buttons-set button, .customer-account-login #login-form .registered-users .buttons-set .catalog-product-view .atc__button button, .catalog-product-view .atc__button button {
  font-size: 0.875rem !important;
  padding: 1.6em 2em !important;
}
.catalog-product-view .atc__button p {
  font-size: 0.875rem;
  margin-top: 10px;
}
.catalog-product-view .atc__button p a {
  color: #7373a9;
}
.catalog-product-view .atc__button p a:hover {
  color: #999;
}
.catalog-product-view .product__description {
  letter-spacing: 0;
}
.catalog-product-view .product__short-description {
  font-size: 0.75rem;
  margin: 1.618em 0;
}
.catalog-product-view .product__short-description li {
  list-style-type: none;
  margin-bottom: 5px;
}
.catalog-product-view .product__short-description li:before {
  content: '- ';
}
.catalog-product-view .product__shipping-text {
  font-size: 0.75rem;
  font-weight: normal;
  font-family: 'AktivGrotesk-Bold';
  margin: 1.618em 0;
}
.catalog-product-view .product__availability {
  margin-bottom: 10px;
  font-size: 0.75rem;
}
.catalog-product-view .product__questions {
  font-size: 0.75rem;
}
.catalog-product-view .product__questions a {
  color: #7373a9;
}
.catalog-product-view .sub-nav li a, .catalog-product-view .sub-nav li span {
  display: inline-block;
}
.catalog-product-view .sub-nav .breadcrumbs {
  margin-top: 4px;
  float: left;
  min-width: 40%;
  text-align: left;
}
.catalog-product-view .sub-nav .breadcrumbs li {
  display: inline;
  font-size: 0.625em;
  margin: 0;
}
.catalog-product-view .sub-nav .breadcrumbs li span {
  margin-left: 0.0625em;
}
.catalog-product-view .sub-nav .breadcrumbs li, .catalog-product-view .sub-nav .breadcrumbs li strong {
  font-weight: normal;
}
.catalog-product-view .sub-nav .pdp__nav a {
  display: none;
  margin-left: 0.9375em;
  font-family: 'AktivGrotesk-Bold';
}
.catalog-product-view .tout--pdp__video {
  padding-bottom: 50%;
}
.catalog-product-view .slick-slide {
  height: auto;
}
.catalog-product-view .slick-prev, .catalog-product-view .slick-next {
  visibility: hidden;
  padding: 0;
}
.catalog-product-view .slick-prev:before, .catalog-product-view .slick-next:before {
  background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2017.8%2011.6%22%3E%3Cpath%20d%3D%22M17.8%202.7L15.1%200%208.9%206.2%202.7%200%200%202.7l8.9%208.9%22%2F%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  width: 34px;
  height: 20px;
  display: block;
  content: ' ';
  visibility: visible;
  position: absolute;
  top: 50%;
  z-index: 9999;
}
.catalog-product-view .slick-prev:before {
  transform: translateY(50%) rotate(90deg);
  left: 0;
}
.catalog-product-view .slick-next:before {
  transform: translateY(50%) rotate(-90deg);
  right: 0;
}
.catalog-product-view .media-wrapper {
  width: 80%;
  margin: 0 auto;
}
.catalog-product-view .pdp__related {
  margin-top: 1.618em;
  max-height: 0;
  overflow: hidden;
  -webkit-transition: max-height 0.5s cubic-bezier(0.6, 0.04, 0.98, 0.335);
  -moz-transition: max-height 0.5s cubic-bezier(0.6, 0.04, 0.98, 0.335);
  transition: max-height 0.5s cubic-bezier(0.6, 0.04, 0.98, 0.335);
}
.catalog-product-view .pdp__related.active {
  max-height: 1000px;
}
.catalog-product-view .pdp__related .related-header {
  font-weight: normal;
  font-family: 'AktivGrotesk-Bold';
}
.catalog-product-view .pdp__related .product-item img {
  padding: 0.809em 0;
}

.input--qty, .checkout-cart-index .product-cart-actions input, .catalog-product-view .atc__qty input {
  width: 40px;
  height: 40px;
  border: 2px solid #9d9d9d;
  text-align: center;
  padding-left: 0.625em;
}

/* For Firefox */
input[type='number'] {
  -moz-appearance: textfield;
}

/* Webkit browsers like Safari and Chrome */
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.js-slider--pdp:nth-child(1) {
  position: static;
}

.js-slider--pdp {
  position: absolute;
  left: -1000000px;
}

.product-item {
  padding: 0;
}

.product__name {
  padding-top: 2rem;
}

.single-flagship main {
  padding: 0;
}
.single-flagship .services__container {
  font-size: 1em;
  letter-spacing: .5px;
}
.single-flagship .services__container .services__item {
  margin: 0 0 1.75em;
  line-height: 2;
  overflow: hidden;
}
.single-flagship .services__container .services__item .l-col-8--xs {
  margin-right: 0.35765%;
}
.single-flagship .services__container .services__item .l-col-3--xs {
  margin-right: 1.35765%;
}
.single-flagship .services__container .services__title {
  text-transform: uppercase;
  font-size: 14px;
}
.single-flagship .services__container .services__subtitle {
  font-size: 12px;
}
.single-flagship .services__container .services__notes {
  font-size: 11px;
  color: #333;
}
.single-flagship .services__container h1, .single-flagship .services__container .catalog-product-view .product__name, .catalog-product-view .single-flagship .services__container .product__name {
  font-size: 1em;
  letter-spacing: 1px;
}
.single-flagship .services__container li {
  font-size: 11px;
  letter-spacing: .5px;
}

.meta__container h1, .meta__container .catalog-product-view .product__name, .catalog-product-view .meta__container .product__name {
  font-size: 1em;
  letter-spacing: 1px;
}
.meta__container .meta__title {
  letter-spacing: 0px;
}

.meta__item {
  margin-bottom: 1em;
}

.meta__description {
  font-size: 14px;
}
.single-flagship .meta__description {
  font-size: 11px;
  letter-spacing: .5px;
}
.meta__description a {
  color: #7373a9;
}
.meta__description a:hover {
  color: #999;
}

.download__item {
  position: relative;
  display: block;
  width: 100%;
}

.download__title {
  display: block;
  letter-spacing: .5px;
}
@media screen and (min-width: 62em) {
  .download__title {
    padding: 13px 0px 0 50px;
    font-size: 14px;
  }
}

.download__icon {
  position: relative;
}
@media screen and (min-width: 62em) {
  .download__icon {
    position: absolute;
    top: 0;
    left: 0;
  }
}

.footnotes {
  font-size: 10px;
  text-transform: uppercase;
}
.footnotes a {
  color: #7373a9;
}

/* Modules */
/* ==========================================================================
   Animations
   ========================================================================== */
/* ==========================================================================
   Buttons
   ========================================================================== */
.btn, .btn--highlight, .checkout-cart-index .btn-proceed-checkout, .checkout-onepage-index #login-form + .buttons-set button, .checkout-onepage-index #login-form + .buttons-set .btn, .customer-account-login #login-form .registered-users .buttons-set button, .customer-account-login #login-form .registered-users .buttons-set .btn, .catalog-product-view .atc__button button, .catalog-product-view .atc__button .btn, button, .btn, .btn--highlight, .checkout-cart-index .btn-proceed-checkout, .checkout-onepage-index #login-form + .buttons-set button, .customer-account-login #login-form .registered-users .buttons-set button, .catalog-product-view .atc__button button {
  background-color: #000;
  padding: 0.85em 1.35em;
  text-transform: uppercase;
  font-family: 'AktivGrotesk-Bold';
  font-weight: normal;
  letter-spacing: 0;
  font-size: 0.75rem;
}
.btn:hover, .btn--highlight:hover, .checkout-cart-index .btn-proceed-checkout:hover, .checkout-onepage-index #login-form + .buttons-set button:hover, .checkout-onepage-index #login-form + .buttons-set .btn:hover, .customer-account-login #login-form .registered-users .buttons-set button:hover, .customer-account-login #login-form .registered-users .buttons-set .btn:hover, .catalog-product-view .atc__button button:hover, .catalog-product-view .atc__button .btn:hover, button:hover, .btn:hover, .btn--highlight:hover, .checkout-cart-index .btn-proceed-checkout:hover, .checkout-onepage-index #login-form + .buttons-set button:hover, .customer-account-login #login-form .registered-users .buttons-set button:hover, .catalog-product-view .atc__button button:hover {
  background-color: #7373a9;
}

.btn--highlight, .checkout-cart-index .btn-proceed-checkout, .checkout-onepage-index #login-form + .buttons-set button, .checkout-onepage-index #login-form + .buttons-set .btn, .checkout-onepage-index #login-form + .buttons-set .btn--highlight, .customer-account-login #login-form .registered-users .buttons-set button, .customer-account-login #login-form .registered-users .buttons-set .btn, .customer-account-login #login-form .registered-users .buttons-set .btn--highlight, .catalog-product-view .atc__button button, .catalog-product-view .atc__button .btn, .catalog-product-view .atc__button .btn--highlight {
  background-color: #7373a9;
  padding: 1.15em 1.75em;
}

/* ==========================================================================
   Icons
   ========================================================================== */
.icon--logo {
  display: block;
  width: 130px;
  height: 45px;
  -webkit-transform: translateY(-24px);
  -moz-transform: translateY(-24px);
  -ms-transform: translateY(-24px);
  -o-transform: translateY(-24px);
  transform: translateY(-24px);
}
@media screen and (min-width: 30em) {
  .icon--logo {
    width: 120px;
    height: 42px;
    -webkit-transform: translateY(-22px);
    -moz-transform: translateY(-22px);
    -ms-transform: translateY(-22px);
    -o-transform: translateY(-22px);
    transform: translateY(-22px);
  }
}

.icon--search, .icon--cart, .icon--account, .icon--account_logged_in {
  display: inline-block;
  width: 16px;
  height: 16px;
}
@media screen and (min-width: 30em) {
  .icon--search, .icon--cart, .icon--account, .icon--account_logged_in {
    width: 20px;
    height: 20px;
  }
}

.icon--hamburger, .icon--dropdown-arrow {
  display: inline-block;
  width: 22px;
  height: 22px;
}

.icon--instagram {
  display: inline-block;
  width: 22px;
  height: 22px;
}

.icon--pinterest {
  display: inline-block;
  width: 22px;
  height: 24px;
}

.icon--facebook {
  display: inline-block;
  width: 15px;
  height: 22px;
}

.icon--twitter {
  display: inline-block;
  width: 22px;
  height: 20px;
}

.icon--email {
  display: inline-block;
  width: 22px;
  height: 20px;
  background-size: contain;
}

.icon--play, .icon--play--white {
  display: inline-block;
  width: 75px;
  height: 75px;
}

.icon--pdf {
  display: inline-block;
  width: 60px;
  height: 45px;
}

.icon--x {
  display: inline-block;
  width: 18px;
  height: 18px;
}

.icon--cart {
  position: relative;
}
.icon--cart .cart__count {
  color: #7373a9;
  position: absolute;
  top: -12px;
  left: 2px;
  width: 100%;
  text-align: center;
  font-size: 11px;
}

.icon--jm_icon_logo {
  display: inline-block;
  width: 35px;
  height: 25px;
}

.input-box input {
  border: 2px solid #b2b2b2;
}
.input-box input:active {
  border: 2px solid #b2b2b2;
  box-shadow: none;
}
.input-box input:focus {
  border: 2px solid #b2b2b2;
  outline: none;
  box-shadow: none;
}

.form-list label {
  text-transform: uppercase;
}
.form-list p.required {
  font-size: 0.75rem;
  text-transform: uppercase;
  color: #666;
  text-align: right;
}

input[type="radio"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  clip: rect(0 0 0 0);
}

input[type="radio"] + label, .sp-methods label {
  cursor: pointer;
}

input[type="radio"] + label::before, .sp-methods label::before {
  content: ' ';
  width: 20px;
  height: 20px;
  display: block;
  text-align: center;
  border: 2px solid #ccc;
  margin-right: 3px;
  float: left;
}

input[type="radio"]:checked + label::before, .sp-methods label::before {
  content: 'x';
}

.bg--cover {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

.nav--mobile {
  display: none;
  background-color: #f2f2f2;
  padding: 20px 0 20px 25px;
  line-height: 30px;
}
@media screen and (min-width: 62em) {
  .nav--mobile {
    display: none !important;
  }
}

.sub-nav {
  position: relative;
  margin-bottom: 1.618em;
  padding: 12px 0 12px 25px;
  text-align: left;
}
.sub-nav .l-container:before {
  background: #f2f2f2;
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -10;
}
@media screen and (min-width: 62em) {
  .sub-nav {
    text-align: center;
    padding: 2px 0;
  }
}
.single-flagship .sub-nav {
  margin-bottom: 0;
}
.sub-nav a {
  display: block;
  font-family: 'AktivGrotesk-Bold', sans-serif;
  font-weight: normal;
}
.sub-nav li {
  display: block;
  margin: 0 13px;
  padding: 3px 0 0;
  text-align: left;
  font-size: 14px;
  text-transform: uppercase;
}
@media screen and (min-width: 62em) {
  .sub-nav li {
    display: inline-block;
    text-align: center;
  }
}
.sub-nav li.active a {
  color: #7373a9;
}
.sub-nav .icon--dropdown-arrow {
  float: right;
  margin: 4px 22px 0 0;
  width: 20px;
}

@media screen and (min-width: 62em) {
  .js-sub-nav--mobile {
    display: block !important;
  }
}

section {
  margin-bottom: 1.618em;
}
section h1, section .catalog-product-view .product__name, .catalog-product-view section .product__name {
  font-size: 1em;
}

.tout {
  padding-bottom: 40%;
  position: relative;
  display: block;
}

.tout__title {
  padding-top: 1.618em;
}

.retailers p {
  font-size: 0.857em;
}
.retailers .map__container {
  padding-top: 26px;
}
.retailers .form {
  max-width: 369px;
  height: auto;
  padding-right: 16px;
}
@media screen and (min-width: 62em) {
  .retailers .form {
    padding-right: 0;
  }
}

.dealers {
  overflow-y: scroll;
  max-height: 538px;
  margin-bottom: 15px;
}

.dealer-results {
  width: 100%;
}

.dealers__item {
  margin-bottom: 1.643em;
  line-height: 1.95;
  overflow: hidden;
}
.dealers__item p {
  font-size: 12px;
  margin: 0;
}
.dealers__item p.title {
  cursor: pointer;
  font-size: 14px;
}
.dealers__item p a {
  color: #999;
}
.dealers__item .dealers__link {
  float: left;
  margin-right: 15px;
}

.dealer-search__form {
  margin-bottom: 25px;
}

.search-results article {
  margin-bottom: 2em;
}
.search-results h1, .search-results .catalog-product-view .product__name, .catalog-product-view .search-results .product__name {
  margin-bottom: .5em;
}

h1, .catalog-product-view .product__name,
h2,
h3,
h4,
h5,
h6 {
  text-transform: uppercase;
}

.AktivGrotesk-Bold {
  font-family: AktivGrotesk-Bold, sans-serif;
  font-weight: normal;
}

.AktivGrotesk-Italic {
  font-family: AktivGrotesk-Italic, sans-serif;
  font-weight: normal;
}

.AktivGrotesk-Regular {
  font-family: AktivGrotesk-Regular, sans-serif;
  font-weight: normal;
}

.text--uppercase, .nav--inline .menu-item, .catalog-product-view .related-wrapper .related-header, .product-item {
  text-transform: uppercase;
}

.font--bold {
  font-weight: bold;
}

.title--product {
  font-weight: normal;
}

small {
  font-size: 0.70em;
  color: #999;
}

.color--accent, .catalog-product-view .product__price {
  color: #7373a9;
}

h1, .catalog-product-view .product__name {
  letter-spacing: 2px;
  font-family: 'AktivGrotesk-Bold';
  font-weight: normal;
}

body {
  letter-spacing: 1px;
}

.post__content {
  margin-bottom: 20px;
}
.post__content h1, .post__content .catalog-product-view .product__name, .catalog-product-view .post__content .product__name {
  font-size: 1.143em;
  line-height: 0.7;
  margin: 0 0 1.65em;
}
.post__content p {
  font-size: 1em;
  margin: 0 0 1.25em;
}
.post__content a {
  color: #7373a9;
}
.post__content a:hover {
  color: #999;
}
.post__content ol {
  list-style: disc;
  margin-left: 18px;
}

.post__media {
  margin-bottom: 20px;
}
@media screen and (min-width: 48em) {
  .post__media {
    margin-bottom: 25px;
  }
}

.entry-content {
  letter-spacing: 0;
}

/* ==========================================================================
   Slick
   ========================================================================== */
.slick-dots {
  position: absolute;
  bottom: -25px;
  display: block;
  width: 100%;
  padding: 0;
  list-style: none;
  text-align: center;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button, .slick-dots li .btn, .slick-dots li .btn--highlight, .slick-dots li .checkout-cart-index .btn-proceed-checkout, .checkout-cart-index .slick-dots li .btn-proceed-checkout, .slick-dots li .checkout-onepage-index #login-form + .buttons-set button, .checkout-onepage-index #login-form + .buttons-set .slick-dots li button, .slick-dots li .customer-account-login #login-form .registered-users .buttons-set button, .customer-account-login #login-form .registered-users .buttons-set .slick-dots li button, .slick-dots li .catalog-product-view .atc__button button, .catalog-product-view .atc__button .slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 10px;
  height: 10px;
  padding: 0 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  border-radius: 50%;
  outline: none;
  background-color: #f2f2f2;
}
.slick-dots li:hover button, .slick-dots li:hover .btn, .slick-dots li:hover .btn--highlight, .slick-dots li:hover .checkout-cart-index .btn-proceed-checkout, .checkout-cart-index .slick-dots li:hover .btn-proceed-checkout, .slick-dots li:hover .checkout-onepage-index #login-form + .buttons-set button, .checkout-onepage-index #login-form + .buttons-set .slick-dots li:hover button, .slick-dots li:hover .customer-account-login #login-form .registered-users .buttons-set button, .customer-account-login #login-form .registered-users .buttons-set .slick-dots li:hover button {
  background-color: #000;
}
.slick-dots .slick-active button, .slick-dots .slick-active .btn, .slick-dots .slick-active .btn--highlight, .slick-dots .slick-active .checkout-cart-index .btn-proceed-checkout, .checkout-cart-index .slick-dots .slick-active .btn-proceed-checkout, .slick-dots .slick-active .checkout-onepage-index #login-form + .buttons-set button, .checkout-onepage-index #login-form + .buttons-set .slick-dots .slick-active button, .slick-dots .slick-active .customer-account-login #login-form .registered-users .buttons-set button, .customer-account-login #login-form .registered-users .buttons-set .slick-dots .slick-active button {
  background-color: #000;
}

.slick-slide img {
  display: block;
  width: 100%;
  height: auto;
}

.slick-prev, .slick-next {
  padding: 0;
  position: absolute;
  top: 50%;
  z-index: 9999;
  font-size: 0;
  height: 0;
  padding-top: 34px;
  background-color: transparent !important;
  margin-top: -20px;
}
.slick-prev:hover, .slick-prev:active, .slick-next:hover, .slick-next:active {
  background-color: transparent;
}
.slick-prev:focus, .slick-next:focus {
  outline: none !important;
}
.slick-prev:before, .slick-next:before {
  background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2017.8%2011.6%22%3E%3Cpath%20d%3D%22M17.8%202.7L15.1%200%208.9%206.2%202.7%200%200%202.7l8.9%208.9%22%2F%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  width: 22px;
  height: 20px;
  display: block;
  content: ' ';
  visibility: visible;
}
@media screen and (min-width: 48em) {
  .slick-prev:before, .slick-next:before {
    width: 34px;
    margin-top: -15px;
  }
}

.slick-prev {
  left: 0;
}
.slick-prev:before {
  -webkit-transform: translateY(50%) rotate(90deg) translateX(-50%);
  -moz-transform: translateY(50%) rotate(90deg) translateX(-50%);
  -ms-transform: translateY(50%) rotate(90deg) translateX(-50%);
  transform: translateY(50%) rotate(90deg) translateX(-50%);
}

.slick-next {
  right: 0;
}
.slick-next:before {
  -webkit-transform: translateY(50%) rotate(-90deg) translateX(50%);
  -moz-transform: translateY(50%) rotate(-90deg) translateX(50%);
  -ms-transform: translateY(50%) rotate(-90deg) translateX(50%);
  transform: translateY(50%) rotate(-90deg) translateX(50%);
}

/* ==========================================================================
   Search
   ========================================================================== */
.search__area {
  position: relative;
  overflow-y: hidden;
  height: auto;
  max-height: 56px;
  /* approximate max height */
  transition-property: all;
  transition-duration: 1s;
  transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
}

.search__area--closed {
  max-height: 0;
}

.form--search fieldset {
  background-color: #f2f2f2;
  padding: 15px 20px;
  border: none;
}
.form--search input[type="text"] {
  background-color: transparent;
  border: none;
  box-shadow: none;
  float: left;
  width: 90%;
  height: auto;
  padding: 4px 0 0 0;
  margin-bottom: 0;
  font-size: 1.286em;
  text-transform: uppercase;
  color: #000 !important;
}
.form--search input[type="text"]:hover {
  border-color: none;
}
.form--search input[type="text"]:focus {
  border-color: none;
  box-shadow: none;
  outline: none;
}

.search__close {
  position: absolute;
  background-color: transparent;
  padding: 5px 0 0 0;
  top: 15px;
  right: 16px;
}
.search__close:hover {
  background-color: transparent;
}

/* Utilities */
/* ==========================================================================
   Functions
   ========================================================================== */
