/* FONTS
============================= */
@import url("https://fonts.googleapis.com/css?family=Space+Mono");
@font-face {
  font-family: 'FGBold';
  src: url("FoundersGroteskWeb-Bold.eot");
  src: url("FoundersGroteskWeb-Bold.eot?#iefix") format("embedded-opentype"), url("FoundersGroteskWeb-Bold.woff2") format("woff2"), url("FoundersGroteskWeb-Bold.woff") format("woff"); }

@font-face {
  font-family: 'FGRegular';
  src: url("FoundersGroteskWeb-Regular.eot");
  src: url("FoundersGroteskWeb-Regular.eot?#iefix") format("embedded-opentype"), url("FoundersGroteskWeb-Regular.woff2") format("woff2"), url("FoundersGroteskWeb-Regular.woff") format("woff"); }

/* VARIABLES
============================= */
/* MIXIN
============================= */
/* GLOBAL
============================= */
body {
  font-family: "FGRegular", sans-serif;
  font-size: 16px;
  line-height: 22px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  max-width: 100vw; }

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  margin-bottom: 16px;
  font-family: "FGBold", sans-serif;
  text-transform: uppercase;
  color: black; }

h1, .h1 {
  font-size: 48px; }
  h1 .link, h1 .website a, .website h1 a, h1 .store-retailers__find-button, h1 .directions a, .directions h1 a, .h1 .link, .h1 .website a, .website .h1 a, .h1 .store-retailers__find-button, .h1 .directions a, .directions .h1 a {
    margin-left: 16px; }

h2, .h2 {
  font-size: 40px; }

h3, .h3 {
  font-size: 32px; }

h4, .h4 {
  font-size: 24px; }

h5, .h5 {
  font-size: 16px; }

h6, .h6 {
  margin: 0;
  font-size: 16px; }

p {
  margin-bottom: 16px; }

a:hover {
  color: inherit;
  background: yellow; }
a:focus {
  color: inherit; }

img {
  display: block; }

strong {
  font-weight: bold; }

/* HELPERS
============================= */
.lg-padding {
  padding-bottom: 40px; }

.md-padding {
  padding-bottom: 32px; }

.padding, .sm-padding {
  padding-bottom: 24px; }

.xs-padding {
  padding-bottom: 16px; }

.no-margin {
  margin: 0; }

.has-dropdown:hover .dropdown {
  display: block;
  z-index: 11; }
.has-dropdown .dropdown {
  display: none; }

.nav-opened {
  overflow: hidden; }

.modal-open {
  overflow: hidden;
  position: relative;
  height: 100%; }

.button {
  position: relative;
  display: inline-block;
  margin-left: -16px;
  padding: 16px;
  font-family: "FGBold", sans-serif;
  font-size: 16px;
  text-transform: uppercase;
  color: black;
  cursor: pointer; }
  .button:after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
    display: block;
    height: 100%;
    width: 60px;
    background: yellow;
    transition: all 0.15s ease-in-out; }
  .button:hover {
    color: black;
    background: none; }
    .button:hover:after {
      width: 100%; }
  .button.button--small {
    margin: 0;
    padding: 8px 0;
    height: 40px;
    line-height: 24px;
    font-size: 16px; }
    .button.button--small:after {
      display: none; }
  .button.button--left:after {
    content: '';
    top: 0;
    left: 0; }
  .button.button--medium {
    padding: 12px 16px;
    font-size: 24px;
    line-height: 24px; }
    @media screen and (max-width: 320px) {
      .button.button--medium {
        font-size: 18px; } }
  .button.button--large {
    font-size: 40px;
    line-height: 32px; }
  .button.button--left-align {
    margin-left: 0; }
  .button:disabled:after {
    background: #b3b3b3; }
  .button.disabled:after {
    background: #b3b3b3; }

.button__text {
  position: relative;
  z-index: 2; }

.link, .website a, .store-retailers__find-button, .directions a {
  font-family: "FGBold", sans-serif;
  font-size: 16px;
  color: #cc4b00;
  cursor: pointer; }
  .link:hover, .website a:hover, .store-retailers__find-button:hover, .directions a:hover {
    text-decoration: underline;
    color: #cc4b00;
    background: none; }
  .link.link--cancel, .website a.link--cancel, .link--cancel.store-retailers__find-button, .directions a.link--cancel {
    color: #b3b3b3; }
  .link.grey:hover, .website a.grey:hover, .grey.store-retailers__find-button:hover, .directions a.grey:hover {
    color: #b3b3b3; }

.link-normal {
  text-decoration: underline;
  color: black; }
  .link-normal:hover {
    text-decoration: none;
    color: black; }

.form-section {
  margin-bottom: 24px; }

@media screen and (max-width: 1024px) {
  .qty_wrap {
    width: 100px;
    float: left; }
    .qty_wrap .form-section,
    .qty_wrap .js-qty {
      margin-bottom: 0; }
      .qty_wrap .form-section button,
      .qty_wrap .form-section input,
      .qty_wrap .js-qty button,
      .qty_wrap .js-qty input {
        outline: 0; }

  .qty_wrap ~ .product-form__bottom {
    width: calc(100% - 120px);
    float: right; }
    .qty_wrap ~ .product-form__bottom button {
      outline: 0;
      margin: 0 0 0; } }
.input-text {
  display: inline-block;
  vertical-align: top;
  padding: 4px 0;
  font-family: "Space Mono", monospace;
  font-size: 16px;
  line-height: 32px;
  color: black;
  background: none;
  border: 0;
  border-bottom: 1px solid #b3b3b3;
  border-radius: 0; }
  .input-text:focus {
    outline: 0;
    border: 0;
    border-bottom: 1px solid black; }
  .input-text.input-text--full {
    display: block;
    width: 100%; }
  .input-text.input-text--no-border {
    border: 0; }
  .input-text.input-text--textarea {
    display: block;
    width: 100%;
    max-width: 100%;
    min-height: 200px; }
  .input-text.error::-webkit-input-placeholder {
    color: red; }
  .input-text.error::-moz-placeholder {
    color: red; }
  .input-text.error:-ms-input-placeholder {
    color: red; }
  .input-text.error:-moz-placeholder {
    color: red; }
  .input-text.err {
    border-color: red; }

.input-text::-webkit-input-placeholder {
  color: #b3b3b3; }

.input-text::-moz-placeholder {
  color: #b3b3b3; }

.input-text:-ms-input-placeholder {
  color: #b3b3b3; }

.input-text:-moz-placeholder {
  color: #b3b3b3; }

.input-checkbox, input[type="checkbox"] {
  display: none; }
  .input-checkbox:checked ~ .checkbox, input[type="checkbox"]:checked ~ .checkbox {
    background: url("//cdn.shopify.com/s/files/1/2572/9458/t/955/assets/ico-checkbox-checked.svg?v=6615458934595639998") no-repeat; }

.checkbox {
  display: inline-block;
  vertical-align: top;
  width: 32px;
  height: 32px;
  background: url("//cdn.shopify.com/s/files/1/2572/9458/t/955/assets/ico-checkbox.svg?v=7452421650845530660") no-repeat; }

.input-select {
  display: inline-block;
  padding: 4px 28px 4px 0;
  font-family: "Space Mono", monospace;
  font-size: 16px;
  line-height: 32px;
  color: black;
  background-position: right center;
  background-image: url("//cdn.shopify.com/s/files/1/2572/9458/t/955/assets/ico-select.svg?v=8010346243918904133");
  background-repeat: no-repeat;
  background-position: right 10px center;
  background-color: transparent;
  border: 0;
  border-bottom: 1px solid #b3b3b3;
  border-radius: 0;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }
  .input-select:focus {
    outline: 0;
    border: 0;
    border-bottom: 1px solid black; }
  .input-select.input-select--full {
    display: block;
    width: 100%; }
  .input-select.input-select--no-border {
    border-bottom: 0 !important; }

.label {
  color: #b3b3b3; }
  .label.label--checkbox {
    display: inline-block;
    vertical-align: top;
    width: calc(100% - 36px);
    line-height: 32px; }
  .label.label--black {
    color: black; }
  .label.label--inline {
    display: inline-block;
    vertical-align: top;
    margin-left: 16px;
    line-height: 41px; }
  .label.label--link {
    color: #cc4b00; }

.large-title, .store-locator__title {
  font-size: 72px;
  line-height: 56px;
  text-transform: uppercase; }
  .large-title.large-title--md, .large-title--md.store-locator__title {
    font-size: 40px;
    line-height: 32px; }

.monospace {
  font-family: "Space Mono", monospace;
  line-height: 32px; }
  .monospace.monospace--title {
    display: block;
    font-weight: bold;
    text-transform: uppercase; }

.grey {
  color: #b3b3b3; }

.orange {
  color: #cc4b00; }

.un-list {
  margin: 0;
  padding: 0;
  list-style-type: none; }

.list {
  margin: 0 0 0 16px;
  padding: 0;
  list-style-type: square; }

.content-wrapper {
  padding-top: 40px; }

.errors {
  margin-bottom: 40px;
  padding: 16px;
  font-family: "Space Mono", monospace;
  color: red;
  border: 1px solid red; }
  .errors ul {
    margin-bottom: 0; }
  .errors li {
    margin-bottom: 8px; }
  .errors li:last-of-type {
    margin-bottom: 0; }

.page-title {
  margin-bottom: 64px; }

.rte {
  max-width: 720px; }
  .rte h1:first-child,
  .rte h2:first-child,
  .rte h3:first-child,
  .rte h4:first-child,
  .rte h5:first-child,
  .rte h6:first-child {
    margin-top: 0; }
  .rte h1, .rte h2, .rte h3, .rte h4, .rte h5, .rte h6 {
    margin-top: 32px;
    margin-bottom: 16px; }
  .rte .monospace {
    text-transform: none; }
    .rte .monospace + h1, .rte .monospace + h2, .rte .monospace + h3, .rte .monospace + h4, .rte .monospace + h5, .rte .monospace + h6 {
      margin-top: -16px; }

.responsive-table {
  padding: 40px 0;
  overflow: hidden;
  overflow: scroll-y; }
  .responsive-table table {
    min-width: 1024px; }

/* QUANTITY SELECTOR
============================= */
.js-qty {
  position: relative;
  margin-bottom: 1em;
  max-width: 100px;
  min-width: 75px;
  background: #eeeeee;
  overflow: visible; }
  .js-qty input {
    display: block;
    background: none;
    text-align: center;
    font-family: "Space Mono", monospace;
    width: 100%;
    padding: 5px 25px;
    margin: 0;
    border: none;
    border-radius: 0; }

.js-qty__adjust {
  cursor: pointer;
  position: absolute;
  display: block;
  top: 0;
  bottom: 0;
  border: 0 none;
  padding: 0 8px;
  background: none;
  text-align: center;
  overflow: hidden; }
  .js-qty__adjust:hover, .js-qty__adjust:focus {
    color: #cc4b00; }

.js-qty__adjust--plus {
  right: 0; }

.js-qty__adjust--minus {
  left: 0; }

@media screen and (max-width: 1024px) {
  .js-qty input {
    padding: 11px 25px; } }
@media screen and (max-width: 768px) {
  .js-qty input {
    padding: 10px 25px; } }
/* SHIPPING BANNER
============================= */
.shipping-banner {
  position: relative;
  padding: 5px 10px;
  text-align: center;
  background: #fff;
  z-index: 15; }
  .shipping-banner a {
    display: inline-block;
    color: #000; }

.shipping-banner__icon {
  display: inline-block;
  margin-right: 10px; }

.shipping-banner__text {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  text-overflow: ellipsis;
  line-height: 1em; }
  .shipping-banner__text a {
    margin-left: 5px;
    color: #fff;
    text-decoration: underline; }

.shipping-banner__close {
  position: absolute;
  right: 10px;
  top: 0;
  z-index: 10;
  padding: 10px 0;
  cursor: pointer; }
  .shipping-banner__close img {
    height: 12px; }

/* NON-COMMERCE HEADER
============================= */
.non-commerce {
  background: black;
  color: white; }
  .non-commerce .link-item {
    display: block;
    padding: 5px 0;
    font-size: 16px;
    line-height: 24px;
    color: white; }
    .non-commerce .link-item img {
      vertical-align: text-bottom; }
    .non-commerce .link-item:hover {
      background: none; }
  .non-commerce .link-item--fake {
    cursor: pointer; }
  .non-commerce .text-left .link-item {
    float: left;
    padding-right: 24px; }
  .non-commerce .text-right .link-item {
    float: right;
    padding-left: 24px; }
  .non-commerce .icon--locations {
    display: block;
    float: left;
    padding: 5px 5px 5px 0; }
  .non-commerce .icon--person {
    display: block;
    float: left;
    width: 24px;
    margin-right: 5px; }
  .non-commerce .icon--heart {
    display: block;
    float: left;
    width: 24px;
    margin-right: 5px; }
  .non-commerce .icon--dropdown {
    display: block;
    float: left;
    width: 8px;
    margin: 7px 0 0 5px; }
  .non-commerce .icon-text {
    display: block;
    float: left; }

.non-commerce__help {
  position: relative; }

.non-commerce__help--window {
  position: absolute;
  top: 100%;
  right: 0;
  z-index: 10;
  display: none;
  width: 320px;
  background: white;
  border: 1px solid #eeeeee; }
  .non-commerce__help--window hr {
    margin: 0; }

.non-commerce__help--row p {
  margin: 0; }
.non-commerce__help--row a {
  color: white;
  text-decoration: underline; }
  .non-commerce__help--row a:hover {
    text-decoration: none;
    background: none; }

/* HEADER
============================= */
.site-header {
  background: #ffffff;
  color: #000;
  position: -webkit-sticky;
  position: sticky;
  top: -1px;
  z-index: 10000;
  height: auto;
  max-width: 100vw; }
  @media only screen and (max-width: 767px) {
    .site-header {
      top: 0 !important;
      position: sticky; } }

.middle-header {
  position: relative;
  background-color: white;
  z-index: 9;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2);
  display: flex;
  justify-content: space-between; }

.middle-header__center {
  position: absolute;
  top: 0;
  text-align: center;
  right: 0;
  margin-left: auto;
  margin-right: auto; }

.middle-header__left {
  margin-left: 50px; }

@media all and (-ms-high-contrast: none) {
  .middle-header__left {
    position: absolute; } }
.site-header__logo {
  float: left;
  position: relative; }

.site-header__logo-link {
  display: block;
  padding: 15px 20px; }
  .site-header__logo-link img {
    width: 142px; }
  .site-header__logo-link:hover {
    background: none;
    opacity: 0.5; }

#white_on_black_logo {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: none;
  background: #000; }

.nav-bar {
  float: left;
  vertical-align: top; }

.site-nav {
  margin: 0;
  list-style-type: none; }

.site-nav__item.site-nav--active, .site-nav__item:hover {
  border-bottom: 3px solid #ff5f00;
  padding: 20px 0 17px; }

.site-nav__item {
  display: inline-block;
  margin: 0;
  padding: 20px 0;
  font-family: 'Archivo', sans-serif !important; }
  .site-nav__item.site-nav__item--corporate {
    position: relative; }

.site-nav__link {
  display: block;
  padding: 0 15px;
  font-family: 'Archivo', sans-serif !important;
  font-weight: 900;
  text-transform: uppercase;
  color: black; }

.sub-menu {
  position: absolute;
  top: 100%;
  left: 0;
  width: 200px;
  padding: 16px;
  background-color: white;
  border: 1px solid #eeeeee; }

.mega-menu {
  position: absolute;
  top: 100%;
  left: 50%;
  width: 100%;
  background-color: #EFEFEF;
  transform: translate(-50%, 0);
  border: 1px solid #eeeeee;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2); }

.mega-menu__main {
  padding: 24px; }

.mega-menu__title,
.sub-menu__title {
  font-family: "FGBold", sans-serif;
  text-transform: uppercase;
  color: black; }

.mega-menu__list,
.sub-menu__list {
  margin: 0;
  list-style-type: none; }

.mega-menu__item,
.sub-menu__item {
  padding: 5px 0; }

.mega-menu__link,
.sub-menu__link {
  font-family: "FGRegular", sans-serif;
  color: black; }
  .mega-menu__link:hover,
  .sub-menu__link:hover {
    background: yellow; }

.mega-menu__laptop-icon {
  position: relative;
  display: inline-block;
  height: 70px;
  width: 70px;
  margin-right: 8px; }
  .mega-menu__laptop-icon img {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 5;
    transform: translate(-50%, -50%); }

.mega-menu__link--laptop {
  display: inline-block;
  vertical-align: top;
  line-height: 80px; }
  .mega-menu__link--laptop:hover {
    background: none; }
    .mega-menu__link--laptop:hover span {
      background: yellow; }

.mega-menu__sidebar {
  height: 100%;
  border-left: 1px solid #eeeeee; }

.mega-menu__sidebar-box {
  height: 50%;
  padding: 24px; }
  .mega-menu__sidebar-box:first-of-type {
    height: 55%;
    border-bottom: 1px solid #eeeeee; }
  .mega-menu__sidebar-box:last-of-type {
    height: 45%; }
  .mega-menu__sidebar-box img {
    max-width: 75px; }
  .mega-menu__sidebar-box p {
    margin-bottom: 5px; }
  .mega-menu__sidebar-box a {
    font-family: "FGBold", sans-serif;
    color: #cc4b00; }
    .mega-menu__sidebar-box a:hover {
      color: black;
      background: none; }
  .mega-menu__sidebar-box .content {
    width: 60%; }
    .mega-menu__sidebar-box .content strong {
      font-family: FGBold, sans-serif;
      font-size: 20px; }

.mega-menu__sidebar-box--top {
  background-image: url("//cdn.shopify.com/s/files/1/2572/9458/files/hp_flyout-promo-custom_496x.jpg?v=1542219440");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: left top;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  color: #000; }

.mega-menu__sidebar-box--bottom {
  background-image: url("//cdn.shopify.com/s/files/1/2572/9458/files/WF_Test_05_496x.jpg?v=1551917115");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: left top;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  color: #000000; }

.button.-small {
  margin: 0;
  padding: 8px;
  font-size: 14px;
  line-height: 1em;
  color: #000; }
  .button.-small:after {
    width: 100%; }

.mega-menu__sidebar-icon {
  margin-bottom: 24px; }

.mega-menu__list.bags-list {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  border-bottom: 1px solid #DDD;
  margin-bottom: 24px;
  padding-bottom: 12px;
  border-bottom: 0;
  margin-bottom: 0; }
  .mega-menu__list.bags-list li {
    flex: 1 1 100%;
    text-align: center;
    justify-content: center;
    align-items: center;
    display: flex;
    flex-wrap: wrap; }
    .mega-menu__list.bags-list li:hover {
      opacity: 0.7; }
    .mega-menu__list.bags-list li a {
      display: block;
      padding: 0 15px;
      font-family: "FGBold",sans-serif;
      text-transform: uppercase;
      color: #000;
      flex: 1 1 100%;
      text-align: center; }
      .mega-menu__list.bags-list li a:hover {
        background: none; }
    .mega-menu__list.bags-list li img {
      margin: 0 auto 5px;
      width: 100%; }

.mega-menu__list.tile-list li {
  height: 175px;
  background-size: cover;
  background-position: center;
  padding: 0; }
  .mega-menu__list.tile-list li:hover {
    opacity: 0.7; }
  .mega-menu__list.tile-list li a {
    display: block;
    padding: 0 15px;
    font-family: "FGBold",sans-serif;
    text-transform: uppercase;
    color: #fff;
    text-align: center;
    line-height: 175px;
    font-size: 24px; }
    .mega-menu__list.tile-list li a:hover {
      background: none; }

.site-header__right-item {
  float: left;
  padding: 0;
  vertical-align: top;
  border-left: 1px solid #eeeeee; }
  .site-header__right-item a {
    display: block; }
    .site-header__right-item a:hover {
      background: none;
      opacity: 0.5; }
  .site-header__right-item.store-locator-link a {
    padding: 18px 21px 15px;
    width: 62px; }
  .site-header__right-item.account-link a {
    padding: 18px 20px 15px;
    width: 62px; }

.site-header__customize {
  padding-top: 20px;
  padding-bottom: 20px; }

.site-header__customize--link {
  display: block;
  padding: 0 10px;
  font-family: "FGBold", sans-serif;
  text-transform: uppercase;
  color: black; }
  .site-header__customize--link:hover {
    background: yellow; }

.site-header__search-form {
  height: 62px; }
  .site-header__search-form.active {
    padding: 0 0 0 20px; }

.middle-header__right {
  margin-right: 70px; }

.search-inner {
  display: inline-flex;
  background-color: #EFEFEF;
  border: 1px solid #EFEFEF;
  border-radius: 5px;
  margin-top: 15px; }

.site-header__search-btn {
  display: inline-block;
  width: 22px;
  margin-top: 5px;
  margin-right: 5px;
  margin-left: 5px; }
  .site-header__search-btn svg {
    fill: #fff; }
  .site-header__search-btn:hover {
    opacity: 0.5;
    cursor: pointer; }

.site-header__search-input {
  display: none;
  vertical-align: top;
  width: calc(100% - 26px);
  font-family: "Space Mono", monospace;
  font-size: 16px;
  line-height: 22px;
  padding: 0px !important;
  border: 0; }
  .site-header__search-input:focus {
    outline: 0;
    border: 0; }

.mobile-search-bar.show .site-header__search-form .site-header__search-input,
.site-header__search-form .site-header__search-input {
  display: inline-block; }

.site-header__search-link {
  display: none; }
  .site-header__search-link a {
    display: block;
    padding: 20px 20px; }
    .site-header__search-link a:hover {
      background: none;
      opacity: 0.5; }
  .site-header__search-link img {
    width: 22px; }

.header-item {
  float: right; }

.site-header__cart--link, .site-header__link {
  display: block;
  color: white;
  margin-right: 20px; }
  .site-header__cart--link:hover, .site-header__link:hover {
    background: none;
    opacity: 0.5; }
  .site-header__cart--link img, .site-header__link img {
    display: inline-block;
    vertical-align: top;
    height: 26px; }
  @media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .site-header__cart--link, .site-header__link {
      position: relative;
      margin-right: 25px; }
      .site-header__cart--link .site-header__cart-count, .site-header__link .site-header__cart-count {
        position: absolute; } }

.site-header__cart-count {
  display: inline-block;
  vertical-align: top;
  width: 24px;
  height: 24px;
  text-align: center;
  color: white;
  background: #3e01b6;
  border-radius: 50%; }

/* MINI CART
============================= */
.html-drawer-cart--open {
  overflow: hidden;
  max-height: 100vh;
  padding: 0 !important;
  position: fixed; }

.body--drawer-cart--open {
  overflow: hidden;
  max-height: 100vh;
  max-width: 100vw; }
  .body--drawer-cart--open .drawer-cart-vignette {
    display: block;
    z-index: 11; }

.drawer-cart-vignette {
  display: none;
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.6); }

.ajaxContainer {
  display: none;
  position: absolute;
  top: 100%;
  right: 64;
  z-index: 11; }

@media only screen and (min-width: 1037px) {
  .ajaxContainer {
    top: 430% !important; } }
.ajax-cart {
  width: 320px;
  padding: 16px;
  background: white;
  border: 1px solid #eeeeee;
  padding: 16px; }
  .ajax-cart:not(.ajax-cart--v2) .additional-or {
    display: none; }
  .ajax-cart .additional-checkout-buttons {
    display: none; }
  .ajax-cart .v2, .ajax-cart .v3 {
    display: none; }
  .ajax-cart .v1 {
    display: unset; }
  .ajax-cart .js-qty {
    margin-bottom: 0; }
  .ajax-cart [href="/checkout"] {
    display: none; }
  .ajax-cart [href="/cart"] {
    display: inline-block; }
  .ajax-cart.ajax-cart--v2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    overflow-y: scroll; }
    .ajax-cart.ajax-cart--v2 [href="/checkout"] {
      display: inline-block;
      margin-left: unset; }
    .ajax-cart.ajax-cart--v2 [href="/cart"] {
      display: none; }
    .ajax-cart.ajax-cart--v2 .additional-or {
      width: 100%;
      height: 0.8em;
      border-bottom: 1px solid #eee;
      text-align: center;
      margin-left: 24px;
      margin-top: 10px;
      margin-bottom: 10px; }
      .ajax-cart.ajax-cart--v2 .additional-or > span {
        background-color: #fff;
        color: #b3b3b3;
        padding: 0 10px;
        text-transform: uppercase; }
    .ajax-cart.ajax-cart--v2 .ajax-cart__footer .col-18.text-right {
      text-align: center; }
    .ajax-cart.ajax-cart--v2 .ajax-cart__footer > .text-right {
      margin-top: 16px;
      text-align: center; }
      .ajax-cart.ajax-cart--v2 .ajax-cart__footer > .text-right a:not(.button) {
        display: inline; }
    .ajax-cart.ajax-cart--v2 .additional-checkout-buttons {
      display: block;
      width: 100%;
      margin-left: 24px;
      text-align: center; }
      .ajax-cart.ajax-cart--v2 .additional-checkout-buttons .additional-checkout-button--google-pay {
        position: relative;
        top: -2px; }
      .ajax-cart.ajax-cart--v2 .additional-checkout-buttons > * {
        display: inline-block;
        width: 48% !important;
        min-width: unset !important;
        margin: 0 0 5px 5px; }
    .ajax-cart.ajax-cart--v2 .ajax-cart__products {
      max-height: none;
      -ms-flex-preferred-size: 100%;
      flex-basis: 100%; }

.ajax-cart__products {
  max-height: 400px;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch; }

.ajax-cart__product {
  margin-bottom: 24px;
  padding-bottom: 24px;
  border-bottom: 1px solid #eeeeee; }

.ajax-cart__product-title {
  color: black; }

#ajaxCartContainer__mobile img {
  display: block;
  width: auto;
  padding: 0; }

/* MOBILE HEADER
============================= */
.site-header__mobile {
  position: relative;
  display: none;
  height: 50px;
  border-bottom: 1px solid #eeeeee;
  text-align: center;
  background: #fff;
  z-index: 20; }

.site-header__mobile-nav-btn {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
  width: 50px;
  height: 50px;
  text-align: center;
  cursor: pointer; }
  .site-header__mobile-nav-btn img {
    display: inline-block;
    width: 24px;
    padding: 13px 0; }

.site-header__mobile-logo a {
  display: inline-block;
  padding: 15px 0; }
  .site-header__mobile-logo a:hover {
    background: none; }
.site-header__mobile-logo img {
  display: block;
  width: 100%;
  height: 20px; }

.site-header__mobile-search {
  position: absolute;
  top: -3px;
  right: 50px;
  z-index: 5;
  display: block;
  width: 50px;
  height: 50px;
  text-align: center; }
  .site-header__mobile-search:hover {
    background: none; }
  .site-header__mobile-search img {
    display: inline-block;
    width: 22px;
    padding: 17px 0; }

.site-header__mobile-cart {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 5;
  width: 50px;
  height: 50px;
  text-align: center; }
  @media screen and (max-width: 375px) {
    .site-header__mobile-cart {
      margin-right: 4px;
      margin-top: 2px; } }
  .site-header__mobile-cart img {
    display: inline-block;
    width: 24px;
    padding: 15px 0; }
  .site-header__mobile-cart a {
    display: block;
    position: relative; }
    .site-header__mobile-cart a.button {
      display: inline-block; }
    .site-header__mobile-cart a .site-header__cart-count {
      position: absolute;
      top: 0;
      right: 0px; }

.mobile-nav--expanded .site-header__mobile-menu {
  display: block; }

.site-header__mobile-menu {
  position: absolute;
  top: calc(100% + 1px);
  left: 0;
  z-index: 12;
  display: none;
  width: 100%;
  height: calc(100vh - 50px);
  background: white;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  padding-bottom: 60px; }
  .site-header__mobile-menu .site-header__search-form {
    padding: 0 16px; }
  .site-header__mobile-menu .site-header__search-input {
    font-family: "Space Mono", monospace; }
  .site-header__mobile-menu hr {
    margin: 0; }

.site-header__mm-nav {
  margin: 0;
  text-align: left;
  list-style-type: none; }

.site-header__mm-nav-item {
  position: relative;
  display: block;
  background: white !important; }

.site-header__mm-nav-link {
  position: relative;
  display: block;
  padding: 16px;
  font-family: 'Archivo', sans-serif !important;
  font-weight: 900;
  text-transform: uppercase;
  color: black; }

.site-header__mm-nav-link--expand {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 54px;
  height: 54px;
  background: white;
  cursor: pointer; }
  .site-header__mm-nav-link--expand:hover {
    background: #cc4b00; }
  .site-header__mm-nav-link--expand img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); }

.site-header__mm-nav--expanded .site-header__mm-nav-dropdown {
  display: block; }

.site-header__mm-nav-dropdown {
  display: none;
  margin-left: 28px; }

.site-header__mm-nav-title {
  margin: 0;
  padding: 12px;
  font-family: "FGBold", sans-serif;
  font-size: 16px;
  text-transform: uppercase;
  color: black; }

.site-header__mm-nav-list {
  margin: 0;
  text-align: left;
  list-style-type: none; }

.site-header__mm-nav-list-item {
  display: block; }

.site-header__mm-nav-list-link,
.site-header__mm-nav-sub-link {
  display: block;
  padding: 12px;
  font-size: 16px;
  line-height: 24px;
  color: black; }

.site-header__mm-laptop-icon {
  position: relative;
  display: inline-block;
  height: 80px;
  width: 80px;
  margin-right: 8px; }
  .site-header__mm-laptop-icon img {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 5;
    transform: translate(-50%, -50%); }

.site-header__mm-nav-list-link--laptop {
  display: inline-block;
  vertical-align: top;
  padding: 0 12px;
  line-height: 80px; }
  .site-header__mm-nav-list-link--laptop:hover {
    background: none; }
    .site-header__mm-nav-list-link--laptop:hover span {
      background: yellow; }

.site-header__mm-nav-sub-icon {
  display: inline-block;
  vertical-align: top;
  height: 24px;
  width: 24px;
  margin-right: 8px; }

.site-header__mm-section {
  padding: 16px;
  text-align: left; }

.site-header__mm-section-title {
  margin-bottom: 24px;
  font-family: "FGBold", sans-serif;
  font-size: 16px;
  text-transform: uppercase;
  color: black; }

.site-header__mm-section-icon {
  float: left;
  width: 24px;
  height: 24px;
  margin-right: 16px; }

.site-header__mm-section-content {
  float: left;
  width: calc(100% - $lg-gutter); }

.site-header__mm-section-text {
  margin-bottom: 16px;
  color: black; }

/* MODALS
============================= */
.modal-content {
  background-color: #fefefe;
  margin: auto;
  padding: 24px;
  border: 1px solid #888;
  width: 50%;
  position: relative;
  display: block; }

.cart-page__edit-modal-bkg {
  display: block;
  position: fixed;
  z-index: 16;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: black;
  background-color: rgba(0, 0, 0, 0.4); }

.cart-page__edit-modal-content {
  background-color: #fefefe;
  border: 1px solid #888;
  position: relative;
  margin: 15% auto;
  padding: 24px; }
  .cart-page__edit-modal-content .close {
    position: absolute;
    top: 10px;
    right: 10px; }

.cart-page__edit-modal-close-btn {
  cursor: pointer; }

/* HOME
============================= */
.template-index .home-section .button {
  opacity: 0; }
  .template-index .home-section .button:after {
    width: 100%; }
.template-index .home-section .col-9_sm-18:hover .home-section-box > a {
  position: relative;
  display: block; }
  .template-index .home-section .col-9_sm-18:hover .home-section-box > a:before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(255, 255, 255, 0.25);
    -webkit-animation: fade-to-nothing 1000ms 1s forwards;
    animation: fade-to-nothing 1000ms 1s forwards;
    z-index: 2; }
.template-index .home-section .col-9_sm-18:hover .button {
  opacity: 1; }

.image-text-section .block_title {
  font-size: 72px;
  line-height: 56px; }

.home-section {
  position: relative; }
  .home-section.home-section--no-image .home-section-box {
    min-height: 800px; }

.home-section__centered-box {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 10;
  width: 22.22222%;
  transform: translate(-50%, -50%); }
  .home-section__centered-box.home-section__centered-box--color {
    mix-blend-mode: multiply; }
  .home-section__centered-box img {
    width: 100%; }

.home-section__centered-box-color {
  width: 100%;
  padding-bottom: 125% !important;
  background-blend-mode: multiply;
  opacity: 0.7; }

.home-section-box {
  position: relative;
  height: 100%;
  overflow: hidden; }
  .home-section-box video {
    height: 100%; }

.home-section-box__image {
  width: 100%; }

.home-section-box__image-overlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
  width: 100%;
  height: 100%; }

.home-section-box__content {
  position: absolute;
  top: 50%;
  z-index: 8;
  width: 55.55556%;
  transform: translate(0, -50%); }
  .home-section-box__content.push-left {
    left: 33.33333%; }
  .home-section-box__content.push-right {
    right: 33.33333%; }

.home-section-box__sub-title {
  margin-bottom: 24px; }

.home-section-box__title {
  margin-bottom: 40px;
  font-size: 72px;
  line-height: 56px; }
  .home-section-box__title.home-section-box__title--md {
    font-size: 40px;
    line-height: 32px; }

.home-section-box__content-inner {
  margin-left: 20%; }

.home-section-box__text {
  margin-bottom: 40px;
  font-family: "Space Mono", monospace;
  line-height: 32px; }

.block__desc-wrapper {
  max-width: 320px;
  margin-left: 40px; }

.staffPick-section {
  position: relative; }

.home-section__pagination {
  position: absolute;
  bottom: 40px;
  right: 40px;
  z-index: 10; }

.instagram-section__pagination {
  bottom: 40px;
  left: 40px; }

.instagram-section__pagination-right {
  bottom: 40px;
  right: 40px; }

.home-section__pagination--mobile {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 24px;
  transform: translate(0, -50%); }
  .home-section__pagination--mobile .customPrevBtn {
    position: absolute;
    top: 0;
    left: 16px;
    z-index: 1;
    width: 24px !important;
    height: 24px !important; }
  .home-section__pagination--mobile .customNextBtn {
    position: absolute;
    top: 0;
    right: 16px;
    z-index: 1;
    width: 24px !important;
    height: 24px !important; }

.customPrevBtn, .customNextBtn {
  cursor: pointer; }
  .customPrevBtn:hover, .customNextBtn:hover {
    opacity: 0.5; }

.box-shadow {
  text-shadow: 0px 0px 20px rgba(0, 0, 0, 0.3); }

/* ACCOUNT PAGES
============================= */
.account-section {
  position: relative;
  height: 100%;
  min-height: 800px; }

.account-section__top-content {
  margin-top: 40px;
  margin-right: 11.11111%; }

.account-section__content {
  position: absolute;
  top: 50%;
  left: 11.11111%;
  z-index: 2;
  width: 66.66667%;
  transform: translate(0, -50%); }

.account-section__content-full {
  width: 100%;
  padding: 11.11111%; }

.account-section__text {
  margin: 40px 0 0 8.33333%;
  font-family: "Space Mono", monospace;
  line-height: 32px; }

.account-banner {
  position: relative;
  width: 100%;
  min-height: 400px; }

.account-banner__content {
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 2;
  color: white;
  transform: translate(0, -50%); }

.account-banner__title {
  color: white; }

.account-banner__text {
  margin-left: 20%;
  font-family: "Space Mono", monospace;
  line-height: 32px; }

.account-wrapper {
  padding: 60px 0; }

.account-sidebar {
  padding-top: 16px; }

.account-sidebar__item {
  margin-bottom: 24px; }

.account-sidebar__link {
  display: inline-block;
  color: #b3b3b3; }
  .account-sidebar__link.account-sidebar__link--active {
    color: black; }

.account-content h1, .account-content h4 {
  margin-bottom: 40px; }
.account-content h6 {
  margin-bottom: 8px; }

.order-row {
  padding-top: 24px;
  border-bottom: 1px solid #eeeeee; }
  .order-row:first-of-type {
    border-top: 1px solid #eeeeee; }
  .order-row h6, .order-row p {
    margin: 0 0 24px 0;
    line-height: 16px; }

.order-row__payment-details {
  border-bottom: 0; }

.order-row__button-wrap {
  position: relative;
  height: 100%; }
  .order-row__button-wrap .button {
    position: absolute;
    top: calc(50% - 12px);
    right: 0;
    z-index: 5;
    transform: translate(0, -50%); }

.order-row__complete {
  padding-bottom: 40px; }

/* BREADCRUMBS
============================= */
.breadcrumb {
  padding: 8px 16px;
  border: solid 1px #f4f4f4; }
  .breadcrumb a, .breadcrumb .breadcrumb__fake-link {
    display: inline-block;
    vertical-align: top;
    font-family: "FGRegular", sans-serif;
    line-height: 24px;
    color: black; }
  .breadcrumb .breadcrumb__divider {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 24px;
    height: 24px; }
    .breadcrumb .breadcrumb__divider img {
      position: absolute;
      top: 50%;
      left: 50%;
      z-index: 1;
      transform: translate(-50%, -50%); }

/* CART
============================= */
.cart-message, .popup-message {
  position: relative;
  padding: 24px;
  background: #ffccdc; }
  .cart-message p, .popup-message p {
    margin: 0; }
  .cart-message a, .popup-message a {
    margin-right: 10px; }

.cart-message__close, .popup-message__close {
  position: absolute;
  top: 50%;
  right: 24px;
  transform: translate(0, -50%);
  cursor: pointer; }
  .cart-message__close:hover, .popup-message__close:hover {
    opacity: 0.5; }

.mini-cart__close {
  position: absolute;
  top: 24px;
  right: 24px;
  transform: translate(100%, -100%);
  cursor: pointer; }
  .mini-cart__close:hover {
    opacity: 0.5; }

.cart__product {
  padding-bottom: 40px; }

.cart-product__image {
  display: block;
  margin-bottom: 16px; }
  .cart-product__image img {
    width: 100%; }

.cart-product__title {
  color: black; }

.cart__product-note-icon {
  position: relative;
  float: left;
  width: 24px;
  height: 32px; }
  .cart__product-note-icon img {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 2;
    transform: translate(-50%, -50%); }

.cart__product-note-content {
  float: left;
  width: calc(100% - 24px);
  padding-left: 5px; }

.cart__product-note-text {
  line-height: 16px;
  color: #b3b3b3; }

.cart__order-box {
  padding: 40px 11.11111%;
  background: #eeeeee; }
  .cart__order-box:first-of-type {
    margin-bottom: 8px; }

.cart__order-summary-section {
  margin-bottom: 32px;
  padding-bottom: 32px;
  border-bottom: 1px solid #b3b3b3; }
  .cart__order-summary-section:last-of-type {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none; }

#shipping-rates-feedback {
  margin: 0; }

.cart__checkout {
  margin-bottom: 24px; }

.cart__checkout .button {
  width: 150px;
  margin: 0 auto; }

.cart__or {
  display: block;
  text-align: center;
  padding: 10px 0;
  color: #b3b3b3;
  text-transform: uppercase; }

/* HELP CENTER
============================= */
.help-center__section-left {
  background: black;
  color: white; }
  .help-center__section-left .account-section__title {
    color: white; }

.help-center__button {
  padding: 40px 0; }
  .help-center__button .button {
    width: 100%;
    margin-left: 0;
    padding: 32px 16px 16px 16px;
    font-size: 24px;
    text-align: center; }
    .help-center__button .button:after {
      height: 92px; }
  .help-center__button.help-center__button--white .button {
    color: #fff; }

.help-center__button-icon {
  position: absolute;
  bottom: calc(100% - 16px);
  left: 50%;
  z-index: 5;
  transform: translate(-50%, 0); }

/* FILE A REPAIR TICKET
============================= */
.repair-ticket__section-left {
  background: yellow;
  position: sticky;
  position: -webkit-sticky;
  top: 0;
  height: 100vh;
  min-height: 0; }

.repair-ticket__step {
  text-transform: none; }

.repair-ticket__step-title {
  margin-bottom: 16px; }

/* PAGES
============================= */
.page-wrapper {
  padding: 40px 0; }

/* PRODCT
============================= */
.promotional-section {
  position: relative; }

.promotional-section picture img {
  width: 100%; }

.promotional-section__content {
  position: absolute;
  top: 50%;
  left: 5.55556%;
  z-index: 5;
  width: 27.77778%;
  transform: translate(0, -50%); }

.promotional-section__title {
  margin-bottom: 40px; }

.promotional-section__content-inner {
  margin-left: 20%; }

.promotional-section__text {
  margin-bottom: 40px; }

.product_images img {
  width: 100%; }

.thumbs {
  margin-top: 24px; }
  .thumbs img {
    width: 100%;
    cursor: pointer; }
    .thumbs img:hover {
      opacity: 0.75; }

.product_images.owl-theme,
.product_images_mobile_slider:not(.slick-initialized) {
  position: relative;
  display: block !important;
  width: 100%;
  padding-bottom: 100%;
  background: #eeeeee; }
  .product_images.owl-theme:before,
  .product_images_mobile_slider:not(.slick-initialized):before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 5;
    display: block;
    width: 100px;
    height: 100px;
    background-image: url("//cdn.shopify.com/s/files/1/2572/9458/t/955/assets/loading.gif?v=8318933432588931218");
    background-repeat: no-repeat;
    background-size: cover;
    transform: translate(-50%, -50%); }
  .product_images.owl-theme div,
  .product_images_mobile_slider:not(.slick-initialized) div {
    display: none; }
  .product_images.owl-theme.owl-loaded,
  .product_images_mobile_slider:not(.slick-initialized).owl-loaded {
    padding-bottom: 0; }
    .product_images.owl-theme.owl-loaded:before,
    .product_images_mobile_slider:not(.slick-initialized).owl-loaded:before {
      display: none; }
    .product_images.owl-theme.owl-loaded div:not(.disabled),
    .product_images_mobile_slider:not(.slick-initialized).owl-loaded div:not(.disabled) {
      display: block; }

.product_image_mobile_slider_item {
  position: relative; }

#product_youtube_vid {
  position: relative;
  width: 100%;
  padding-bottom: 600px; }
  #product_youtube_vid iframe {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 5; }

.owl-carousel #product_youtube_vid:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9;
  display: block;
  background: url("//cdn.shopify.com/s/files/1/2572/9458/t/955/assets/transparent-overlay.png?v=14011545260160221222"); }
.owl-carousel .owl-item {
  touch-action: pan-y !important; }
  .owl-carousel .owl-item .ic_zoom {
    display: none; }

.product_form {
  padding: 24px 11.11111% 40px; }

.product__title {
  margin-bottom: 0; }

.product__price--sale {
  font-weight: bold;
  color: black; }

.product__price-compare {
  font-weight: normal;
  text-decoration: line-through;
  color: grey; }

#pwr-snippets .p-w-r, .pwr_wrapper .p-w-r {
  margin: 0; }
  #pwr-snippets .p-w-r .pr-snippet-stars-container, .pwr_wrapper .p-w-r .pr-snippet-stars-container {
    display: inline-block; }
  #pwr-snippets .p-w-r > .pr-no-reviews, .pwr_wrapper .p-w-r > .pr-no-reviews {
    display: none; }
#pwr-snippets .pr-category-snippet__total, .pwr_wrapper .pr-category-snippet__total {
  color: #b3b3b3; }
#pwr-snippets .pr-category-snippet, .pwr_wrapper .pr-category-snippet {
  margin: 0 !important; }
#pwr-snippets .pr-snippet-stars, .pwr_wrapper .pr-snippet-stars {
  background: transparent !important; }
#pwr-snippets .pr-star-v4-100-filled, .pwr_wrapper .pr-star-v4-100-filled {
  background-image: url("//cdn.shopify.com/s/files/1/2572/9458/t/955/assets/ico-star-full.svg?v=2838514507864303827") !important; }
#pwr-snippets .pr-star-v4-25-filled,
#pwr-snippets .pr-star-v4-50-filled,
#pwr-snippets .pr-star-v4-75-filled, .pwr_wrapper .pr-star-v4-25-filled,
.pwr_wrapper .pr-star-v4-50-filled,
.pwr_wrapper .pr-star-v4-75-filled {
  background-image: url("//cdn.shopify.com/s/files/1/2572/9458/t/955/assets/ico-star-half.svg?v=15456414702115733551") !important; }
#pwr-snippets .pr-star-v4-0-filled, .pwr_wrapper .pr-star-v4-0-filled {
  background-image: url("//cdn.shopify.com/s/files/1/2572/9458/t/955/assets/ico-star-empty.svg?v=14669448769834103148") !important; }
#pwr-snippets .pr-snippet-read-and-write, .pwr_wrapper .pr-snippet-read-and-write {
  margin-top: 0; }
#pwr-snippets .pr-snippet-rating-decimal,
#pwr-snippets .pr-snippet-write-review-link,
#pwr-snippets .pr-snippet-stars-reco-reco, .pwr_wrapper .pr-snippet-rating-decimal,
.pwr_wrapper .pr-snippet-write-review-link,
.pwr_wrapper .pr-snippet-stars-reco-reco {
  display: none !important; }
#pwr-snippets .pr-snippet-review-count, .pwr_wrapper .pr-snippet-review-count {
  color: #b3b3b3; }
  #pwr-snippets .pr-snippet-review-count:hover, .pwr_wrapper .pr-snippet-review-count:hover {
    background: none; }
#pwr-snippets .p-w-r .pr-snippet div,
#pwr-snippets .p-w-r .pr-snippet span, .pwr_wrapper .p-w-r .pr-snippet div,
.pwr_wrapper .p-w-r .pr-snippet span {
  vertical-align: top; }

.product__style {
  margin-bottom: 24px; }

.swatch {
  margin-bottom: 24px; }

.swatch__element {
  position: relative;
  display: inline-block;
  margin: 0 8px 8px 0; }
  .swatch__element .swatch__label {
    border: solid 0.8px #e2e2e2;
    position: relative; }
    .swatch__element .swatch__label .color-tooltip {
      bottom: calc(100% + 12px);
      position: absolute;
      left: 50%;
      transform: translate(-50%, 0);
      visibility: hidden;
      word-wrap: break-word; }
    .swatch__element .swatch__label:hover .color-tooltip {
      visibility: visible; }
  .swatch__element.soldout .crossed-out {
    display: block; }
  .swatch__element.soldout .swatch__label {
    opacity: 0.7;
    cursor: default; }
    .swatch__element.soldout .swatch__label:hover:before {
      content: "Sold out";
      position: absolute;
      top: 0;
      left: 50%;
      z-index: 10;
      background: #000;
      color: #fff;
      padding: 5px 10px;
      transform: translate(-50%, -100%);
      width: 80px;
      text-align: center; }
  .swatch__element.color .swatch__label {
    width: 40px; }
  .swatch__element.color:focus .color-tooltip {
    display: none; }
  .swatch__element.color .swatch__input:checked ~ .swatch__label:after {
    content: '';
    position: absolute;
    top: -2px;
    left: -2px;
    z-index: 5;
    display: block;
    width: calc(100% + 4px);
    height: calc(100% + 4px);
    border: 1px solid #cc4b00; }

.bms_tooltip {
  position: absolute;
  bottom: 100%;
  left: 50%;
  z-index: 5;
  display: none;
  transform: translate(-50%, 0); }

.swatch__title {
  margin-bottom: 16px; }
  .swatch__title.os {
    margin-bottom: 0; }
  .swatch__title span {
    font-family: "FGRegular",sans-serif;
    font-size: 16px;
    line-height: 22px;
    font-weight: normal;
    text-transform: none;
    display: block; }

.swatch__input {
  display: none !important; }
  .swatch__input:checked ~ .swatch__label {
    background: #eeeeee; }
    .swatch__input:checked ~ .swatch__label .swatch__text {
      font-family: "FGBold", sans-serif; }

.swatch__label {
  position: relative;
  display: block;
  width: 80px;
  height: 40px; }
  .swatch__label img {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 5;
    transform: translate(-50%, -50%); }
  .swatch__label:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9;
    display: block;
    width: 100%;
    height: 100%;
    background: url(//cdn.shopify.com/s/files/1/2625/5792/t/2/assets/transparent-overlay.png?8404148259818210583); }

.swatch__text {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 5;
  transform: translate(-50%, -50%);
  width: 100%;
  text-align: center; }

.crossed-out {
  display: none; }

.variant_callout {
  color: #fd5329; }

.title-help {
  margin-left: 16px;
  font-family: "FGRegular", sans-serif;
  font-weight: normal;
  text-transform: none; }
  .title-help a {
    text-decoration: underline;
    color: black; }
    .title-help a:hover {
      text-decoration: none;
      color: black; }

.normal-upload {
  width: 0.1px;
  height: 0.1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  z-index: -1; }
  .normal-upload + label {
    display: block;
    margin-bottom: 16px; }

.patch-logo {
  display: none; }
  .patch-logo.patch-logo--visible {
    display: block; }

.horizontal-links.right {
  float: right; }
.horizontal-links .link, .horizontal-links .website a, .website .horizontal-links a, .horizontal-links .store-retailers__find-button, .horizontal-links .directions a, .directions .horizontal-links a {
  display: inline-block;
  vertical-align: top;
  line-height: 24px; }
  .horizontal-links .link img, .horizontal-links .website a img, .website .horizontal-links a img, .horizontal-links .store-retailers__find-button img, .horizontal-links .directions a img, .directions .horizontal-links a img {
    display: inline-block;
    vertical-align: top;
    margin-left: 8px; }
    .horizontal-links .link img.p-form, .horizontal-links .website a img.p-form, .website .horizontal-links a img.p-form, .horizontal-links .store-retailers__find-button img.p-form, .horizontal-links .directions a img.p-form, .directions .horizontal-links a img.p-form {
      margin-right: 8px;
      margin-left: 0px; }
  .horizontal-links .link:hover, .horizontal-links .website a:hover, .website .horizontal-links a:hover, .horizontal-links .store-retailers__find-button:hover, .horizontal-links .directions a:hover, .directions .horizontal-links a:hover {
    text-decoration: none; }
  .horizontal-links .link.saveToList .heart-grey, .horizontal-links .website a.saveToList .heart-grey, .website .horizontal-links a.saveToList .heart-grey, .horizontal-links .saveToList.store-retailers__find-button .heart-grey, .horizontal-links .directions a.saveToList .heart-grey, .directions .horizontal-links a.saveToList .heart-grey,
  .horizontal-links .link.saveToList .heart-solid,
  .horizontal-links .website a.saveToList .heart-solid,
  .website .horizontal-links a.saveToList .heart-solid,
  .horizontal-links .saveToList.store-retailers__find-button .heart-solid,
  .horizontal-links .directions a.saveToList .heart-solid,
  .directions .horizontal-links a.saveToList .heart-solid {
    width: 24px; }
  .horizontal-links .link.saveToList .heart-grey, .horizontal-links .website a.saveToList .heart-grey, .website .horizontal-links a.saveToList .heart-grey, .horizontal-links .saveToList.store-retailers__find-button .heart-grey, .horizontal-links .directions a.saveToList .heart-grey, .directions .horizontal-links a.saveToList .heart-grey,
  .horizontal-links .link.saveToList .heart-grey__text,
  .horizontal-links .website a.saveToList .heart-grey__text,
  .website .horizontal-links a.saveToList .heart-grey__text,
  .horizontal-links .saveToList.store-retailers__find-button .heart-grey__text,
  .horizontal-links .directions a.saveToList .heart-grey__text,
  .directions .horizontal-links a.saveToList .heart-grey__text {
    display: inline-block; }
  .horizontal-links .link.saveToList .heart-solid, .horizontal-links .website a.saveToList .heart-solid, .website .horizontal-links a.saveToList .heart-solid, .horizontal-links .saveToList.store-retailers__find-button .heart-solid, .horizontal-links .directions a.saveToList .heart-solid, .directions .horizontal-links a.saveToList .heart-solid,
  .horizontal-links .link.saveToList .heart-solid__text,
  .horizontal-links .website a.saveToList .heart-solid__text,
  .website .horizontal-links a.saveToList .heart-solid__text,
  .horizontal-links .saveToList.store-retailers__find-button .heart-solid__text,
  .horizontal-links .directions a.saveToList .heart-solid__text,
  .directions .horizontal-links a.saveToList .heart-solid__text {
    display: none; }
  .horizontal-links .link.saveToList.saved .heart-grey, .horizontal-links .website a.saveToList.saved .heart-grey, .website .horizontal-links a.saveToList.saved .heart-grey, .horizontal-links .saveToList.saved.store-retailers__find-button .heart-grey, .horizontal-links .directions a.saveToList.saved .heart-grey, .directions .horizontal-links a.saveToList.saved .heart-grey,
  .horizontal-links .link.saveToList.saved .heart-grey__text,
  .horizontal-links .website a.saveToList.saved .heart-grey__text,
  .website .horizontal-links a.saveToList.saved .heart-grey__text,
  .horizontal-links .saveToList.saved.store-retailers__find-button .heart-grey__text,
  .horizontal-links .directions a.saveToList.saved .heart-grey__text,
  .directions .horizontal-links a.saveToList.saved .heart-grey__text {
    display: none; }
  .horizontal-links .link.saveToList.saved .heart-solid, .horizontal-links .website a.saveToList.saved .heart-solid, .website .horizontal-links a.saveToList.saved .heart-solid, .horizontal-links .saveToList.saved.store-retailers__find-button .heart-solid, .horizontal-links .directions a.saveToList.saved .heart-solid, .directions .horizontal-links a.saveToList.saved .heart-solid,
  .horizontal-links .link.saveToList.saved .heart-solid__text,
  .horizontal-links .website a.saveToList.saved .heart-solid__text,
  .website .horizontal-links a.saveToList.saved .heart-solid__text,
  .horizontal-links .saveToList.saved.store-retailers__find-button .heart-solid__text,
  .horizontal-links .directions a.saveToList.saved .heart-solid__text,
  .directions .horizontal-links a.saveToList.saved .heart-solid__text {
    display: inline-block; }

.horizontal-links__text {
  display: inline-block;
  vertical-align: top; }

.product-form-wrapper {
  position: -webkit-sticky;
  position: sticky;
  top: 62px;
  height: auto; }

.product-mini-form {
  position: fixed;
  bottom: 0;
  right: 0;
  z-index: 11;
  display: none;
  width: 100%;
  max-width: 720px;
  padding: 16px 40px;
  color: #000;
  background: #fff; }
  .product-mini-form p {
    margin: 0; }

.product-mini-form__title {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis; }

.product__features {
  position: relative;
  height: 100%;
  color: black; }

.product__features-title {
  z-index: 5;
  margin: 0;
  line-height: 36px;
  color: black;
  font-size: 20px !important;
  padding-top: 60px; }
  .product__features-title.product__dimensions-title {
    color: black; }

.customizable-product-description .product__features {
  padding-top: 50px;
  padding-bottom: 50px; }
  @media screen and (max-width: 768px) {
    .customizable-product-description .product__features {
      padding: 0 16px 40px 16px; } }
.customizable-product-description .product__features-title {
  position: initial;
  margin-bottom: 50px;
  line-height: 56px; }
  @media screen and (max-width: 768px) {
    .customizable-product-description .product__features-title {
      position: relative;
      bottom: auto;
      left: 5px;
      z-index: 5;
      padding: 40px 0;
      line-height: 32px;
      margin-bottom: 0;
      font-size: 24px; } }

.product__features-sub-title {
  color: white; }

.product__features-list.variant__features li {
  position: relative;
  padding-left: 50px; }

.product__features-list .variant-featured-icon {
  width: 40px;
  height: 40px; }
.product__features-list img {
  display: inline-block;
  vertical-align: top;
  position: absolute;
  left: 0; }
.product__features-list li {
  margin: 0 0 10px; }
  .product__features-list li span {
    display: inline-block;
    vertical-align: top;
    line-height: 40px; }

.product__dimensions {
  color: black;
  background-color: white; }

.product__dimensions-image {
  display: inline-block;
  width: 100%; }

.max-fit {
  position: relative; }

.laptop-fit-text {
  position: absolute;
  left: 0;
  right: 0;
  top: 15px;
  font-size: 14px; }

.max-fit-size {
  left: 0;
  right: 0;
  top: 40px;
  font-size: 14px; }

.product__dimensions-list li {
  margin: 0; }

.product__text-section {
  padding: 11.11111% 5.55556%; }

.centered-title {
  padding: 80px 16px; }
  .centered-title h1, .centered-title h2, .centered-title h3, .centered-title h4, .centered-title h5, .centered-title h6 {
    margin: 0; }

.product__review-carousel {
  position: relative;
  padding: 11.11111% 5.55556%;
  overflow: hidden; }

#reviews_wrapper {
  position: relative;
  z-index: 10; }

.product__review-carousel-background {
  position: absolute;
  top: 24px;
  left: 50%;
  z-index: 1;
  height: calc(100% - 24px);
  transform: translate(-50%, 0); }

.review {
  min-height: 390px; }
  .review h2 {
    width: 66.66667%; }
  .review p {
    position: absolute;
    bottom: 5.55556%;
    left: 0;
    z-index: 3;
    margin: 0; }

.product__review-carousel-pagination {
  position: absolute;
  bottom: 11.11111%;
  left: 5.55556%; }
  .product__review-carousel-pagination .customPrevBtn {
    margin-right: 32px; }

/* POWER REVIEWS */
#pr-reviewdisplay {
  padding: 2%;
  font-family: "FGRegular", sans-serif;
  background: #eeeeee; }
  #pr-reviewdisplay .p-w-r .pr-review-snapshot {
    background: none; }
  #pr-reviewdisplay .p-w-r .pr-headline {
    font-family: "FGBold", sans-serif; }
  #pr-reviewdisplay .p-w-r .pr-review-snapshot-header-intro a {
    color: black; }
    #pr-reviewdisplay .p-w-r .pr-review-snapshot-header-intro a:hover {
      color: black;
      background: none; }
  #pr-reviewdisplay .p-w-r .pr-snippet-stars-reco-reco {
    display: none; }
  #pr-reviewdisplay .p-w-r .pr-review-snapshot .pr-review-snapshot-block dt,
  #pr-reviewdisplay .p-w-r .pr-review-snapshot .pr-review-snapshot-block .pr-review-snapshot-block-headline {
    margin-bottom: 16px;
    padding: 0;
    font-family: "FGBold", sans-serif;
    background: none; }
  #pr-reviewdisplay .p-w-r .pr-review-snapshot .pr-review-snapshot-block {
    min-height: auto;
    margin-bottom: 40px;
    padding: 0;
    border: none; }
  #pr-reviewdisplay .p-w-r .pr-review-snapshot .pr-review-snapshot-block .pr-snapshot-tag-def,
  #pr-reviewdisplay .p-w-r .pr-review-snapshot .pr-snapshot-highlight {
    padding: 0; }
  #pr-reviewdisplay .p-w-r .pr-review-snapshot .pr-ratings-histogram {
    margin-top: 0; }
  #pr-reviewdisplay .p-w-r .pr-review-snapshot .pr-ratings-histogram .pr-histogram-stars {
    height: 24px; }
  #pr-reviewdisplay .p-w-r .pr-review-snapshot .pr-review-snapshot-block .pr-snapshot-highlight {
    font-family: "FGBold", sans-serif !important; }
  #pr-reviewdisplay .p-w-r .pr-review-snapshot .pr-ratings-histogram .pr-histogram-label {
    padding: 0 8px 0 0;
    font-size: 16px;
    line-height: 24px;
    text-transform: lowercase;
    color: black; }
  #pr-reviewdisplay .p-w-r .pr-histogram-count {
    padding: 0;
    font-family: "FGRegular", sans-serif;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    color: black; }
  #pr-reviewdisplay .p-w-r .pr-review-snapshot .pr-ratings-histogram .pr-ratings-histogram-bar {
    height: 8px;
    background: rgba(0, 0, 0, 0.3);
    border: none;
    border-radius: 0; }
  #pr-reviewdisplay .p-w-r .pr-review-snapshot .pr-ratings-histogram .pr-ratings-histogram-barValue {
    height: 8px;
    background: black; }
  #pr-reviewdisplay .p-w-r .pr-review-snapshot .pr-review-snapshot-block .pr-snapshot-tag-def span {
    font-family: "FGRegular", sans-serif;
    font-size: 16px;
    line-height: 24px;
    color: black; }
  #pr-reviewdisplay .p-w-r .pr-review-snapshot .pr-msq-list dt {
    width: 240px;
    vertical-align: top;
    font-family: "FGBold", sans-serif;
    font-size: 16px;
    line-height: 24px;
    text-transform: uppercase;
    color: black; }
  #pr-reviewdisplay .p-w-r .pr-review-snapshot .pr-msq-list dd {
    padding: 0 32px 8px 0;
    font-family: "FGRegular", sans-serif;
    font-size: 16px;
    line-height: 24px;
    color: black; }
  #pr-reviewdisplay .p-w-r .pr-review-snapshot .pr-review-snapshot-msqs .pr-snapshot-highlight {
    font-family: "FGBold", sans-serif;
    font-size: 16px;
    color: black; }
  #pr-reviewdisplay .p-w-r .pr-review-snapshot .pr-msq-list {
    margin-bottom: 8px; }
  #pr-reviewdisplay .p-w-r .pr-star-v4-100-filled {
    background-image: url("//cdn.shopify.com/s/files/1/2572/9458/t/955/assets/ico-star-full.svg?v=2838514507864303827"); }
  #pr-reviewdisplay .p-w-r .pr-star-v4-25-filled,
  #pr-reviewdisplay .p-w-r .pr-star-v4-50-filled,
  #pr-reviewdisplay .p-w-r .pr-star-v4-75-filled {
    background-image: url("//cdn.shopify.com/s/files/1/2572/9458/t/955/assets/ico-star-half.svg?v=15456414702115733551"); }
  #pr-reviewdisplay .p-w-r .pr-star-v4-0-filled {
    background-image: url("//cdn.shopify.com/s/files/1/2572/9458/t/955/assets/ico-star-empty.svg?v=14669448769834103148"); }
  #pr-reviewdisplay .p-w-r .pr-review-snapshot .pr-snippet .pr-snippet-stars-png .pr-snippet-rating-decimal {
    display: none; }
  #pr-reviewdisplay .p-w-r .pr-snippet-stars-reco-inline .pr-snippet-read-and-write span {
    vertical-align: top;
    font-family: "FGRegular", sans-serif;
    font-size: 16px !important; }
  #pr-reviewdisplay .p-w-r .pr-snippet-stars-reco-inline .pr-snippet-read-and-write a {
    vertical-align: top;
    font-family: "FGBold", sans-serif;
    font-size: 16px !important;
    color: #cc4b00; }
  #pr-reviewdisplay .p-w-r .pr-snippet-stars {
    background: none; }
  #pr-reviewdisplay .p-w-r .pr-review-display {
    background: none; }
    #pr-reviewdisplay .p-w-r .pr-review-display .pr-rd-main-header {
      margin-bottom: 24px;
      padding: 0;
      background: none; }
      #pr-reviewdisplay .p-w-r .pr-review-display .pr-rd-main-header .pr-rd-review-total {
        display: none; }
    #pr-reviewdisplay .p-w-r .pr-review-display .pr-rd-sort {
      font-family: "FGRegular", sans-serif;
      font-size: 16px;
      line-height: 24px;
      background: none;
      border: 0; }
    #pr-reviewdisplay .p-w-r .pr-review-display .pr-snippet-rating-decimal {
      display: none; }
    #pr-reviewdisplay .p-w-r .pr-review-display .pr-rd-star-rating {
      margin-right: 16px; }
    #pr-reviewdisplay .p-w-r .pr-review-display .pr-rd-review-headline {
      margin: 0;
      font-family: "FGBold", sans-serif;
      font-size: 16px;
      text-transform: uppercase;
      color: black; }
    #pr-reviewdisplay .p-w-r .pr-review-display .pr-rd-review-product {
      display: none; }
    #pr-reviewdisplay .p-w-r .pr-review-display .pr-rd-inner-side-content-block .pr-rd-details {
      font-family: "FGRegular", sans-serif;
      font-size: 16px;
      line-height: 24px;
      color: #505050; }
    #pr-reviewdisplay .p-w-r .pr-review-display .pr-rd-inner-side-content-block .pr-rd-bold {
      display: none; }
    #pr-reviewdisplay .p-w-r .pr-review-display span, #pr-reviewdisplay .p-w-r .pr-review-display time {
      color: #505050; }
    #pr-reviewdisplay .p-w-r .pr-review-display .pr-rd-footer {
      background: none; }
      #pr-reviewdisplay .p-w-r .pr-review-display .pr-rd-footer p, #pr-reviewdisplay .p-w-r .pr-review-display .pr-rd-footer span {
        color: black; }
      #pr-reviewdisplay .p-w-r .pr-review-display .pr-rd-footer .pr-rd-helpful-action button, #pr-reviewdisplay .p-w-r .pr-review-display .pr-rd-footer .pr-rd-helpful-action .pr-rd-flag-review-container {
        padding: 0 8px;
        border: 0; }
      #pr-reviewdisplay .p-w-r .pr-review-display .pr-rd-footer a {
        color: #cc4b00; }
        #pr-reviewdisplay .p-w-r .pr-review-display .pr-rd-footer a:hover {
          background: none; }
    #pr-reviewdisplay .p-w-r .pr-review-display .pr-rd-main-footer {
      padding-bottom: 0;
      border-bottom: 0; }
    #pr-reviewdisplay .p-w-r .pr-review-display .pr-snippet-write-review-link {
      color: #ff5f00; }
  #pr-reviewdisplay .p-w-r label {
    font-family: "FGBold", sans-serif;
    font-size: 16px;
    text-transform: uppercase;
    color: black; }
  #pr-reviewdisplay .p-w-r .pr-rd-description-text {
    padding-right: 40px;
    font-family: "FGRegular", sans-serif;
    font-size: 16px;
    line-height: 24px;
    color: #505050; }
  #pr-reviewdisplay .p-w-r .pr-accordion .pr-accordion-btn span {
    font-family: "FGBold", sans-serif;
    font-size: 16px;
    color: #cc4b00; }
    #pr-reviewdisplay .p-w-r .pr-accordion .pr-accordion-btn span:hover {
      text-decoration: underline; }
  #pr-reviewdisplay .p-w-r .pr-accordion .pr-accordion-btn .pr-caret-icon {
    display: none; }
  #pr-reviewdisplay .p-w-r .pr-accordion .pr-accordion-content {
    margin: 0; }
  #pr-reviewdisplay .p-w-r .pr-accordion .pr-rd-content-block {
    width: 100%;
    margin-bottom: 16px; }
    #pr-reviewdisplay .p-w-r .pr-accordion .pr-rd-content-block .pr-rd-review-tag dt {
      margin-bottom: 8px;
      padding: 0;
      font-family: "FGBold", sans-serif;
      font-size: 16px;
      text-transform: uppercase;
      color: black;
      background: none; }
    #pr-reviewdisplay .p-w-r .pr-accordion .pr-rd-content-block .pr-rd-review-tag dd {
      padding: 0;
      font-family: "FGRegular", sans-serif;
      font-size: 16px;
      line-height: 24px;
      color: #b3b3b3; }
    #pr-reviewdisplay .p-w-r .pr-accordion .pr-rd-content-block .pr-rd-def-list {
      height: 32px; }
      #pr-reviewdisplay .p-w-r .pr-accordion .pr-rd-content-block .pr-rd-def-list dt {
        font-family: "FGBold", sans-serif;
        font-size: 16px;
        text-transform: uppercase;
        color: black; }
      #pr-reviewdisplay .p-w-r .pr-accordion .pr-rd-content-block .pr-rd-def-list dd {
        font-family: "FGRegular", sans-serif;
        font-size: 16px;
        line-height: 24px;
        color: #b3b3b3; }
  #pr-reviewdisplay .p-w-r .pr-rd-main-footer .pr-rd-review-position {
    line-height: 24px; }
  #pr-reviewdisplay .p-w-r .pr-rd-main-footer a, #pr-reviewdisplay .p-w-r .pr-rd-main-footer button {
    font-family: "FGBold", sans-serif;
    font-size: 16px;
    line-height: 24px;
    color: #cc4b00; }
    #pr-reviewdisplay .p-w-r .pr-rd-main-footer a:hover, #pr-reviewdisplay .p-w-r .pr-rd-main-footer button:hover {
      text-decoration: underline;
      background: none; }
  #pr-reviewdisplay .p-w-r .pr-rd-to-top {
    display: none; }
  #pr-reviewdisplay .p-w-r .pr-flagging-form-group .pr-form-radio {
    -webkit-appearance: radio;
    -moz-appearance: radio; }

.product-images-thumbs-full-width {
  display: none; }

.product_images_mobile {
  position: relative; }

.product-image-count {
  position: absolute;
  right: 16px;
  bottom: 16px;
  z-index: 10;
  font-family: "Space Mono", monospace;
  line-height: 40px; }

.product-images-full-width--mobile .product_images_wrapper {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 20;
  width: 100%;
  display: block; }
.product-images-full-width--mobile .product_images {
  height: calc(100vh - 50px);
  background: white;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch; }

.product-images-mobile__header {
  padding: 8px;
  text-align: right;
  background: white; }

.product-images-mobile__header-close {
  display: inline-block;
  cursor: pointer; }
  .product-images-mobile__header-close img {
    display: block; }

.product-image-gallery--open .promotional-section {
  display: none; }
.product-image-gallery--open .product-images-full-width {
  -webkit-flex-basis: 94.44444%;
  -ms-flex-preferred-size: 94.44444%;
  flex-basis: 94.44444%;
  max-width: 94.44444%; }
.product-image-gallery--open .product-images-thumbs-full-width {
  display: block;
  -webkit-flex-basis: 5.55556%;
  -ms-flex-preferred-size: 5.55556%;
  flex-basis: 5.55556%;
  max-width: 5.55556%; }
  .product-image-gallery--open .product-images-thumbs-full-width .thumbs {
    position: -webkit-sticky;
    position: sticky;
    top: 112px;
    height: auto; }
.product-image-gallery--open .product-form-full-width {
  -webkit-flex-basis: 100%;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  max-width: 100%; }
.product-image-gallery--open .product_images {
  cursor: url("//cdn.shopify.com/s/files/1/2572/9458/t/955/assets/ic-close.svg?v=9805372401075047044"), auto; }

.product__dimensions-section-measurements {
  position: relative;
  display: inline-block; }

.width-top-wrapper {
  bottom: 100%;
  left: 0;
  z-index: 0;
  width: calc(100% - 8px);
  margin-bottom: 10px; }

.width-bottom-wrapper {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 0;
  width: calc(100% - 8px);
  margin-top: 10px; }

.height-right-wrapper {
  position: absolute;
  top: 0;
  left: 100%;
  z-index: 0;
  height: 100%;
  width: 60px;
  text-align: center;
  margin-left: 10px; }

.product__dimensions-text-wrapper-vertical {
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 0;
  width: 100%;
  padding: 4px 0;
  background: white;
  transform: translate(0, -50%); }

.product__dimensions-text-wrapper {
  position: relative;
  z-index: 0;
  display: inline-block;
  padding: 0 4px;
  background: white; }

.product__dimensions-text {
  font-family: "Space Mono", monospace;
  font-size: 14px;
  line-height: 14px; }

.product__dimensions-line-horizontal {
  position: absolute;
  top: 50%;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 2px;
  background: #b3b3b3;
  transform: translate(0, -50%); }
  .product__dimensions-line-horizontal:before {
    content: '';
    position: absolute;
    right: 100%;
    top: 50%;
    z-index: 2;
    display: block;
    height: 8px;
    width: 2px;
    background: #b3b3b3;
    transform: translate(0, -50%); }
  .product__dimensions-line-horizontal:after {
    content: '';
    position: absolute;
    left: 100%;
    top: 50%;
    z-index: 2;
    display: block;
    height: 8px;
    width: 2px;
    background: #b3b3b3;
    transform: translate(0, -50%); }

.product__dimensions-line-vertical {
  position: absolute;
  top: 0;
  left: 50%;
  z-index: -1;
  width: 2px;
  height: 100%;
  background: #b3b3b3;
  transform: translate(-50%, 0); }
  .product__dimensions-line-vertical:before {
    content: '';
    position: absolute;
    left: 50%;
    bottom: 100%;
    z-index: 2;
    display: block;
    height: 2px;
    width: 8px;
    background: #b3b3b3;
    transform: translate(-50%, 0); }
  .product__dimensions-line-vertical:after {
    content: '';
    position: absolute;
    left: 50%;
    top: 100%;
    z-index: 2;
    display: block;
    height: 2px;
    width: 8px;
    background: #b3b3b3;
    transform: translate(-50%, 0); }

/* CATEGORY LANDING PAGES (CLP)
=============================== */
.clp-section {
  position: relative; }
  .clp-section img {
    width: 100%; }

.clp-section__box {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 5;
  width: 55.55556%;
  transform: translate(-50%, -50%); }
  .clp-section__box.clp-section__box--left {
    left: 11.11111%;
    transform: translate(0, -50%); }

.clp-section__product-box {
  position: absolute;
  top: 50%;
  z-index: 5;
  width: 55.55556%;
  transform: translate(0, -50%); }
  .clp-section__product-box.clp-section__product-box--left {
    left: 10%; }
  .clp-section__product-box.clp-section__product-box--right {
    right: 10%; }
  .clp-section__product-box .pr-category-snippet__total {
    color: #b3b3b3; }

.clp-section__box-text {
  margin-left: 10%; }

.clp-title-section {
  padding: 5.55556%; }

.clp-title-section__title {
  margin: 0; }

.clp-section__stacked-button {
  margin-bottom: 40px; }
  .clp-section__stacked-button:last-of-type {
    margin-bottom: 0; }

.clp-section-products-wrapper {
  position: relative; }

.clp-section-products {
  position: relative;
  top: 50%;
  padding: 0 5.55556% 0 0;
  transform: translate(0, -50%); }

.clp-product-block {
  margin-bottom: 40px; }
  .clp-product-block.clp-product-block--2, .clp-product-block.clp-product-block--3 {
    margin-bottom: 0; }

.clp-product-block__img {
  margin-bottom: 16px; }

.clp-product-block__price-lg {
  display: inline-block; }

.suggested {
  margin-bottom: 80px; }

.instagram-image-wrapper {
  width: 100%;
  height: 0;
  padding-bottom: 100%;
  background: white;
  overflow-x: hidden; }
  .instagram-image-wrapper img {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 5;
    width: auto !important;
    height: 100%;
    max-width: 100%;
    max-height: 100%;
    transform: translate(-50%, -50%); }

/* BLOGS/ARTICLES
============================= */
.article__title {
  color: black; }

.article__featured-image {
  display: block;
  margin-bottom: 16px; }
  .article__featured-image:hover {
    background: none; }

.article__tags {
  margin-bottom: 16px; }

.article__tag-title {
  display: inline-block;
  margin-right: 8px; }

.article__tag {
  margin-right: 8px;
  padding: 0 8px 1px 8px;
  line-height: 23px;
  color: #b3b3b3;
  background: #eeeeee; }
  .article__tag:hover {
    color: black;
    background: yellow; }

.article__prev-next {
  padding: 40px 0; }

/* RICH TEXT EDITORS
============================= */
a {
  color: #cc4b00; }
  a:hover {
    text-decoration: none;
    background: none; }

/* LIST COLLECTIONS
============================= */
.collection-list__header {
  padding: 40px 0; }

/* FOOTER
============================= */
.newsletter {
  /* Apply T2 site styling to override values coming in through Klaviyo form. */
  padding: 40px 16px;
  background: yellow; }
  .newsletter div {
    padding: 0 !important; }
  .newsletter p, .newsletter span:not([role="alert"]) {
    margin-bottom: 24px;
    font-family: "Space Mono", monospace !important;
    font-size: 16px !important;
    line-height: 32px;
    text-transform: none;
    color: white !important; }
  .newsletter .klaviyo-form input {
    display: inline-block;
    width: 100%;
    max-width: 400px;
    padding: 16px;
    font-family: "FGBold", sans-serif !important;
    font-size: 24px !important;
    line-height: 24px;
    text-align: center;
    text-transform: uppercase;
    color: black;
    background: none !important;
    border: 0 !important;
    border-bottom: 1px solid black !important;
    border-radius: 0; }
    .newsletter .klaviyo-form input:focus {
      outline: 0;
      border: 0;
      border-bottom: 2px solid black; }
    .newsletter .klaviyo-form input::-webkit-input-placeholder {
      color: black; }
    .newsletter .klaviyo-form input::-moz-placeholder {
      color: black; }
    .newsletter .klaviyo-form input:-ms-input-placeholder {
      color: black; }
    .newsletter .klaviyo-form input:-moz-placeholder {
      color: black; }
  .newsletter .klaviyo-form button {
    padding: 0 16px;
    font-family: "Space Mono", monospace !important; }
    .newsletter .klaviyo-form button:after {
      background: #cc4b00; }

.newsletter__title {
  margin-bottom: 24px;
  font-family: "Space Mono", monospace;
  font-size: 16px;
  line-height: 32px;
  text-transform: none; }

.newsletter__form {
  width: 100%; }

.newsletter__input {
  display: inline-block;
  width: 100%;
  max-width: 400px;
  padding: 16px;
  font-family: "FGBold", sans-serif;
  font-size: 24px;
  line-height: 24px;
  text-align: center;
  text-transform: uppercase;
  color: black;
  background: none;
  border: 0;
  border-bottom: 1px solid black;
  border-radius: 0; }
  .newsletter__input:focus {
    outline: 0;
    border: 0;
    border-bottom: 2px solid black; }

.newsletter__input::-webkit-input-placeholder {
  color: black; }

.newsletter__input::-moz-placeholder {
  color: black; }

.newsletter__input:-ms-input-placeholder {
  color: black; }

.newsletter__input:-moz-placeholder {
  color: black; }

.newsletter__button {
  padding: 0 16px; }
  .newsletter__button:after {
    background: #cc4b00; }

.footer-links {
  padding: 40px 0;
  background: black;
  border-bottom: 1px solid #555555; }

.footer-links__title {
  position: relative;
  text-transform: uppercase;
  color: #fff; }

.footer-links__list {
  margin: 0;
  list-style-type: none; }

.footer-links__item {
  margin: 0; }

.footer-links__link {
  font-family: "Space Mono", monospace;
  line-height: 32px;
  color: #fff; }
  .footer-links__link:hover {
    color: black;
    background: yellow; }

.corporate-footer {
  padding-bottom: 40px;
  text-align: center; }

.corporate-footer__item {
  display: inline-block;
  width: 166px;
  padding: 16px 0;
  border-right: 1px solid #555555; }
  .corporate-footer__item:last-of-type {
    border-right: 0; }

.corporate-footer__link {
  display: block;
  color: #fff; }
  .corporate-footer__link:hover {
    color: yellow; }

.corporate-footer__icon {
  display: inline-block; }

.corporate-footer__text {
  display: block;
  font-family: "Space Mono", monospace;
  font-size: 16px;
  line-height: 32px; }

.footer-bottom {
  position: relative;
  padding: 16px 24px;
  background: black; }

.footer-bottom__copyright {
  margin: 0;
  font-family: "Space Mono", monospace;
  line-height: 32px;
  text-align: center;
  text-transform: uppercase;
  color: #555555; }

.footer-bottom__links {
  position: absolute;
  top: 16px;
  right: 24px;
  text-align: right; }

.footer-bottom__link {
  display: inline-block;
  margin-left: 24px;
  font-family: "Space Mono", monospace;
  line-height: 32px;
  text-align: center;
  color: #555555; }
  .footer-bottom__link:first-of-type {
    margin-left: 0; }
  .footer-bottom__link:hover {
    color: white;
    background: none; }

.footer-links__title-expand {
  position: absolute;
  top: 50%;
  right: 0;
  width: 34px;
  height: 34px;
  padding: 5px;
  transform: translate(0, -50%);
  cursor: pointer; }
  .footer-links__title-expand:hover {
    background: #cc4b00; }

/* REST OF STYLES
======================= */
.order_info {
  padding: 20px 0;
  border-bottom: 1px solid #ccc;
  border-top: 1px solid #ccc; }

.orders-heading {
  padding: 15px 0; }

.order-block {
  padding: 15px 0; }

.payment-block {
  padding: 20px 0;
  border-top: 1px solid #ccc; }

.order_items_wrapper {
  padding: 0 30px; }

/* General */
.uppercase {
  text-transform: uppercase; }

/* Cart */
.close_join_banner_button {
  float: right; }

.cart_item_description_text, .cart_item_description p {
  opacity: 0.3;
  font-size: 16px;
  letter-spacing: 0.5px;
  margin: 0; }

.cart_item_sale_price {
  color: #cc4b00; }

.cart-product__price-new,
.cart-product__price-compare {
  display: inline-block;
  margin-right: 8px; }

.cart_note_container {
  position: relative;
  margin-top: 10px; }

.cart_note_title {
  padding: 0 0 0 40px;
  margin: 0;
  line-height: 1; }

.join_tb2_banner {
  background-color: #ffccdc;
  padding: 10px 20px;
  text-align: center; }

.order-summary-card, .shipping-and-help-card {
  background-Color: #f4f4f4; }

.shipping-and-help-card {
  margin-top: 5px; }

.cart_card_content {
  padding: 40px; }

.cartContents > .cartItem {
  margin-bottom: 24px; }

.divider {
  width: 100%;
  height: 2px;
  opacity: 0.5;
  border: solid 1px #979797;
  margin-top: 24px;
  margin-bottom: 24px; }

.cart_note_image {
  position: absolute;
  left: 0;
  top: 0; }

.cart_note_text {
  padding: 0 0 0 24px;
  margin: 0; }

.cart_item_properties_container {
  display: none; }

.shipping_estimator_label {
  margin-bottom: 0; }

.center-element {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto; }

.cart_show_properties_button .icon {
  display: inline-block;
  vertical-align: top;
  margin: 10px 0 0 16px; }

.flatpickr-input {
  width: 150px;
  border-bottom: 1px solid #b3b3b3 !important; }
  .flatpickr-input.err {
    border-color: red !important; }

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

.relative-container {
  position: relative; }

.store-locations__content-container {
  padding: 40px; }

.store-locations__event_locations, .store-locations__street {
  font-size: 16px;
  font-family: "Space Mono", monospace;
  letter-spacing: -0.2px; }

.store-locations__indv {
  margin-bottom: 40px; }

.store-locations__button {
  margin-left: 0;
  font-size: 40px;
  line-height: 32px; }

.store-locations__street {
  padding-left: 24px;
  margin: 0; }

.store-image-wrapper {
  position: -webkit-sticky;
  position: sticky;
  top: 50px;
  height: auto; }

.store-locations__right {
  position: relative;
  max-height: none; }
  .store-locations__right img {
    width: 100%; }
  .store-locations__right .home-section__centered-box {
    left: -22.22222%;
    width: 44.44444%;
    padding: 0;
    transform: translate(0, -50%); }

.store-locations__events-title {
  color: #3e01b6;
  text-transform: uppercase; }

.store-locations__selector {
  margin-bottom: 40px; }

.store-locations__label, .store-locations__events-title-huge, .store-locations__event-title, .store-locations__event-date, .store-locations__event_rsvp {
  margin-right: 8px;
  font-family: "FGBold", sans-serif;
  font-size: 16px;
  text-transform: uppercase; }

.fb-events-container {
  padding: 80px 80px 0 80px; }

.store-locations__events-title-huge {
  font-size: 72px;
  color: #3e01b6;
  line-height: 0.78;
  letter-spacing: -0.8px;
  margin-bottom: 100px; }

.store-locations__event-title {
  font-size: 24px; }

.store-locations__event-date {
  color: #3e01b6; }

.store-locations__event_rsvp {
  color: #cc4b00; }

.store-locations__event-container {
  padding-bottom: 32px; }

.store-locations__event-container-item-padding {
  padding-top: 4px; }

.store-locations__select_location {
  margin-bottom: 24px; }

.store-locations__block_title {
  line-height: 0.78;
  letter-spacing: -0.8px;
  margin-bottom: 40px; }

.store-locations__block_desc, .store-details__description {
  margin-bottom: 40px;
  font-family: "Space Mono", monospace;
  line-height: 2;
  letter-spacing: -0.2px;
  font-size: 16px; }

.store-locations__description_container {
  margin-left: 40px; }

.store-locations__block_foot_note {
  margin-top: 40px;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0.5px; }

.events__event-title {
  font-family: "FGBold", sans-serif;
  text-transform: uppercase;
  margin-bottom: 40px;
  font-size: 40px;
  line-height: 0.8;
  letter-spacing: -0.5px; }

.store-details-container {
  background: white; }
  .store-details-container .large-title, .store-details-container .store-locator__title {
    color: #4b11ab; }

.store-details__subtitle {
  margin-top: 16px;
  margin-bottom: 24px;
  color: #4b11ab; }

.store-details__description {
  margin-bottom: 80px;
  color: #4b11ab; }

.store-map__cell-text {
  font-size: 16px;
  color: black; }

.store-detais__foot_note_title {
  font-family: "FGBold", sans-serif;
  font-size: 16px;
  line-height: 1; }

.store-detais__foot_note_body {
  margin-top: 16px;
  margin-bottom: 16px; }
  .store-detais__foot_note_body p {
    line-height: 1.5;
    letter-spacing: 0.5px;
    font-size: 16px;
    margin-bottom: 0px; }

.store-detais__staff_pic_details_container {
  position: absolute;
  left: 24px;
  bottom: 24px; }

.store-detais__staff_name {
  margin: 0;
  font-size: 16px;
  font-family: "FGBold", sans-serif;
  letter-spacing: -0.2px;
  color: #ffffff; }

.store-detais__staff_position {
  margin: 0;
  font-size: 14px;
  font-family: "Space Mono", monospace;
  color: #ffffff; }

.events__event-cell {
  margin-bottom: 40px; }

.event-description-container {
  margin-left: 40px; }

.event-description-text {
  font-family: "Space Mono", monospace;
  font-size: 16px;
  line-height: 2;
  letter-spacing: -0.2px;
  display: inline-block;
  text-overflow: ellipsis;
  word-wrap: break-word;
  overflow: hidden;
  max-height: 6em; }

.upcase {
  text-transform: uppercase; }

/*================ Collection Page ================*/
.collection-page {
  max-width: 1440px;
  margin: 0 auto; }

.filter-accordion-list {
  overflow: hidden;
  transition: height 0.2s; }

.collection-filter-container {
  margin-top: 16px;
  margin-bottom: 16px; }

.collection-filter-li {
  margin-bottom: 24px; }

.collection-filter, .collection-filter--active {
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0.5px;
  color: black; }

.collection-filter--active {
  font-family: "FGBold", sans-serif; }

.collection-filtering {
  z-index: 9;
  border-right: 1px solid #cccccc; }
  .collection-filtering [class*="filter-label"] {
    font-family: "Space Mono", monospace;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 14px; }
  .collection-filtering .filter-label-bold {
    font-family: "FGBold", sans-serif;
    font-size: 16px; }
  .collection-filtering .filter-button {
    color: #000; }

.collection-filtering-top {
  padding: 32px 16px 16px 16px; }

.collection-filtering-top__icon {
  float: left;
  width: 48px;
  height: 48px; }

.collection-filtering-top__text {
  float: left;
  width: calc(100% - 48px);
  padding-left: 8px; }
  .collection-filtering-top__text p {
    font-family: "Space Mono", monospace;
    line-height: 24px; }

.collection-filtering__divider {
  width: 80px;
  height: 1px;
  margin: 0 0 24px 0;
  background: black; }

.collection-filtering-inner,
.collection-navigation-inner {
  padding: 0 16px; }

.collection-navigation-wrap ul {
  display: flex; }

.filter-list {
  list-style: none;
  margin: 0; }
  .filter-list .filter-heading {
    cursor: pointer; }
  .filter-list ul {
    list-style: none;
    margin: 0;
    overflow: auto; }
  .filter-list .filter-accordion {
    margin: 24px 0; }

.filter-list-item.device-list li {
  padding: 8px; }
  .filter-list-item.device-list li input + label:before {
    display: none; }
  .filter-list-item.device-list li input + label img {
    opacity: 0.3; }
  .filter-list-item.device-list li input:checked + label img {
    opacity: 1; }
.filter-list-item.device-list label {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%; }

.my-stuff-list .my-stuff {
  padding: 8px; }
  .my-stuff-list .my-stuff input + label:before {
    display: none; }
  .my-stuff-list .my-stuff input + label img {
    opacity: 0.3; }
  .my-stuff-list .my-stuff input:checked + label img {
    opacity: 1; }

.filter-list-item li {
  position: relative;
  line-height: 20px;
  padding: 8px 8px 8px 48px;
  margin: 16px 0; }
  .filter-list-item li input {
    display: none; }
  .filter-list-item li input + label:before {
    content: '';
    display: block;
    width: 24px;
    height: 24px;
    border: 1px solid #000;
    position: absolute;
    left: 8px; }
  .filter-list-item li input:checked + label:before {
    background: url("//cdn.shopify.com/s/files/1/2572/9458/t/955/assets/ico-checkmark.svg?v=6942650287803430709");
    background-size: 100%; }

.collection-navigation-inner {
  background: #efefef;
  padding: 0;
  height: 45px;
  overflow: hidden;
  position: relative; }
  .collection-navigation-inner .filter-header {
    margin-bottom: 30px; }

.gradient_wrapper {
  display: flex;
  width: 100%;
  height: 60px;
  position: absolute;
  pointer-events: none;
  z-index: 99; }
  .gradient_wrapper .left_gradient {
    width: 50%; }
  .gradient_wrapper .right_gradient {
    width: 50%; }

.collection-navigation-wrap {
  margin: 0;
  overflow-x: scroll;
  height: 60px;
  -ms-overflow-style: none;
  overflow: -moz-scrollbars-none;
  -webkit-overflow-scrolling: touch;
  width: 100vw;
  position: relative; }
  .collection-navigation-wrap ul {
    margin: 0;
    display: flex;
    flex-wrap: nowrap;
    white-space: nowrap; }
    .collection-navigation-wrap ul li {
      list-style-type: none;
      padding: 15px 12px 15px;
      font-size: 12px;
      line-height: 14px;
      font-weight: bold;
      text-transform: uppercase;
      font-family: "FGBold",sans-serif;
      margin-bottom: 0; }
      .collection-navigation-wrap ul li a {
        color: #000;
        padding: 0 2px 12px;
        position: relative;
        border-bottom: 4px solid transparent; }
        .collection-navigation-wrap ul li a.link-active, .collection-navigation-wrap ul li a:hover {
          border-bottom: 4px solid #FF5F00; }
        .collection-navigation-wrap ul li a.link-active {
          pointer-events: none; }
      .collection-navigation-wrap ul li.active a {
        font-weight: bold;
        color: #ff5f00;
        font-family: "FGBold",sans-serif; }
        .collection-navigation-wrap ul li.active a:hover {
          text-decoration: none; }

.collection-sort {
  align-items: center;
  display: flex; }

.collection-page .collection-heading {
  padding: 8px 24px;
  margin-top: 16px; }
  .collection-page .collection-heading label {
    font-family: "FGBold", sans-serif;
    text-transform: uppercase; }
  .collection-page .collection-heading select {
    border: none;
    font-family: "Space Mono", monospace;
    font-size: 16px;
    line-height: 24px;
    height: 24px;
    padding: 0 8px;
    flex: 1;
    min-width: 220px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-position: right center;
    background-image: url(ico-select.svg);
    background-repeat: no-repeat;
    background-position: right 10px center;
    background-color: transparent;
    text-indent: 0.01px;
    text-overflow: '';
    cursor: pointer; }
    .collection-page .collection-heading select:focus {
      outline: none; }
  .collection-page .collection-heading .collection-product-count {
    line-height: 40px;
    flex: 1; }
    .collection-page .collection-heading .collection-product-count .result-count {
      display: none; }

.collection-heading-container .collection-heading .collection-sort-wrapper {
  padding-right: 16px;
  margin-right: 20px;
  position: relative; }

.collection-sort-wrapper:after {
  content: '';
  position: absolute;
  right: 0;
  height: 32px;
  border-right: 1px solid #000;
  opacity: 0.3;
  top: 50%;
  transform: translate(-50%, -50%); }

.active-filter-list {
  display: flex;
  list-style: none;
  margin: 14px 0;
  flex-wrap: wrap; }
  .active-filter-list .active-filter {
    display: flex;
    background: #eee;
    align-items: center;
    padding: 4px 8px;
    line-height: 24px;
    margin: 0 8px 8px 0; }
  .active-filter-list .active-filter-name {
    margin-right: 16px; }
  .active-filter-list .active-filter-remove {
    cursor: pointer; }

.collection-product-image {
  position: relative;
  display: block;
  margin-bottom: 16px; }
  .collection-product-image .colors {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 9;
    background: rgba(0, 0, 0, 0.1);
    padding: 2px 15px;
    line-height: 20px;
    color: #999; }
  .collection-product-image img {
    width: 100%; }

.collection-product-info {
  display: block; }
  .collection-product-info .pwr_wrapper {
    margin-bottom: 8px; }

.collection-product-item {
  position: relative;
  display: block;
  color: black;
  background: white; }
  @media only screen and (min-width: 1024px) {
    .collection-product-item:hover:before {
      content: '';
      position: absolute;
      top: -8px;
      left: -8px;
      z-index: 3;
      display: block;
      width: calc(100% + 16px);
      height: calc(100% + 16px);
      background: yellow; } }
  .collection-product-item .collection-product-price {
    font-family: "Space Mono", monospace;
    display: inline-block; }
    .collection-product-item .collection-product-price.collection-product-price--has-sale {
      font-weight: bold;
      color: #cc4b00; }
  .collection-product-item .collection-product-price-compare {
    font-weight: normal;
    text-decoration: line-through;
    color: black; }
  .collection-product-item p {
    margin-bottom: 8px;
    line-height: 24px; }

.collection-product-item-inner {
  position: relative;
  z-index: 5; }

.collection-product-flags {
  list-style: none;
  margin: 0;
  display: flex;
  flex-wrap: wrap; }
  .collection-product-flags li {
    background: #eeeeee;
    margin-right: 8px;
    padding: 0 8px 1px 8px;
    line-height: 23px; }

.collection-product-item .insights {
  position: absolute;
  bottom: 0;
  display: block;
  width: 100%;
  background: rgba(0, 0, 0, 0.7);
  color: #fff;
  line-height: 24px;
  padding: 12px 18px;
  font-family: "Space Mono", monospace;
  font-size: 14px; }

.collection-banner {
  position: relative; }
  .collection-banner img {
    width: 100%; }
  .collection-banner .collection-banner-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
    .collection-banner .collection-banner-overlay > .banner-grid {
      height: 100%; }
  .collection-banner .collection-banner-title {
    font-size: 72px;
    color: #fff;
    line-height: 56px; }
    @media screen and (max-width: 1280px) {
      .collection-banner .collection-banner-title {
        font-size: 42px; } }
  .collection-banner .collection-banner-text {
    font-size: 16px;
    line-height: 32px;
    color: #fff;
    font-family: "Space Mono", monospace; }

.collection-pagination, .pagination {
  display: flex;
  margin: 16px 0;
  justify-content: center; }
  .collection-pagination ul, .pagination ul {
    list-style: none;
    display: flex;
    margin: 0;
    padding: 0; }
  .collection-pagination li, .collection-pagination .page, .pagination li, .pagination .page {
    width: 40px;
    height: 40px;
    border: 1px solid #eee;
    margin: 0 -.5px;
    display: flex;
    align-items: center;
    justify-content: center; }
    .collection-pagination li a, .collection-pagination .page a, .pagination li a, .pagination .page a {
      display: block;
      width: 100%;
      height: 100%;
      line-height: 21px;
      color: black; }
  .collection-pagination .next, .collection-pagination .prev, .pagination .next, .pagination .prev {
    height: 40px;
    border: 1px solid #eee;
    margin: 0 -.5px;
    display: flex;
    align-items: center;
    justify-content: center; }
    .collection-pagination .next a, .collection-pagination .prev a, .pagination .next a, .pagination .prev a {
      display: block;
      width: 100%;
      height: 100%;
      line-height: 21px;
      color: black; }
  .collection-pagination .pagination-link:hover, .pagination .pagination-link:hover {
    background: yellow;
    cursor: pointer; }
  .collection-pagination .pagination-link-active, .collection-pagination .current, .pagination .pagination-link-active, .pagination .current {
    background: #cc4b00; }
    .collection-pagination .pagination-link-active:hover, .collection-pagination .current:hover, .pagination .pagination-link-active:hover, .pagination .current:hover {
      background: #cc4b00;
      cursor: initial; }

.loading-products {
  padding: 100px 0;
  margin: 0 auto;
  text-align: center; }

.loading-products img {
  width: 100px;
  display: inline-block; }

.loading-text {
  display: block;
  text-transform: uppercase;
  color: #ccc; }

@-webkit-keyframes loading {
  0% {
    background-position: -300px 0; }

  to {
    background-position: 300px 0; } }

@keyframes loading {
  0% {
    background-position: -300px 0; }

  to {
    background-position: 300px 0; } }

@-webkit-keyframes loadingsuggested {
  0% {
    background-position: -200px 0; }

  to {
    background-position: 200px 0; } }

@keyframes loadingsuggested {
  0% {
    background-position: -200px 0; }

  to {
    background-position: 200px 0; } }

.loading-product-image, .loading-product-title, .loading-product-price, .loading-guided-options {
  background: linear-gradient(90deg, #eeeeee 8%, #dddddd 18%, #eeeeee 33%);
  background-size: 600px;
  animation-iteration-count: infinite;
  animation-name: loading;
  animation-duration: 1s; }

.loading-guided-options {
  background: linear-gradient(90deg, white 8%, #dddddd 18%, white 33%); }

.loading-product-price {
  display: block;
  height: 25px;
  width: 50%; }

.loading-product-title {
  display: block;
  height: 25px;
  margin-bottom: 0; }

.loading-product-title.second-line {
  width: 75%;
  margin-top: 5px; }

.loading-product-item {
  pointer-events: none; }

.suggested-search-product-row .loading-product-image:after {
  content: '';
  display: block;
  padding-bottom: 100%; }

.suggested-search-product-row .loading-product-title {
  height: 22px;
  margin: 2px 0; }

.suggested-search-product-row .loading-product-title + .loading-product-title {
  width: 50%; }

.suggested-search-product-row .loading-product-image, .suggested-search-product-row .loading-product-title, .suggested-search-product-row .loading-product-price {
  background: linear-gradient(90deg, #eeeeee 8%, #dddddd 18%, #eeeeee 33%);
  background-size: 400px;
  animation-iteration-count: infinite;
  animation-name: loadingsuggested;
  animation-duration: 1s; }

.loading-product-title-wrapper {
  width: 100%; }

.store-locations__events {
  height: 500px;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  margin-bottom: 24px; }

.store-locations__event-location {
  font-family: "Space Mono", monospace;
  font-weight: bold;
  font-size: 14px;
  text-transform: uppercase;
  margin-bottom: 8px; }

.events__event-time {
  font-size: 16px;
  letter-spacing: 0.5px;
  margin-bottom: 24px; }

/* COLOR FILTERS
=================================== */
.filter-list .color-list {
  margin: 0 -4px 0 -4px;
  padding-top: 10px; }
  .filter-list .color-list li input + label:before {
    display: none; }
  .filter-list .color-list input + label {
    position: relative; }
  .filter-list .color-list li input:checked + label:before {
    display: block;
    border: 2px solid #000;
    background: none;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: auto;
    height: auto; }
  .filter-list .color-list input:checked + label:after {
    content: '';
    position: absolute;
    display: block;
    border: 1px solid #fff;
    z-index: 9999;
    left: 1px;
    top: 1px;
    bottom: 1px;
    right: 1px; }
  .filter-list .color-list .color {
    padding: 4px 4px;
    margin: 0; }
  .filter-list .color-list .color-swatch {
    background: #eee;
    cursor: pointer;
    padding-top: 100%;
    display: block; }

.color-tooltip {
  background: #000;
  color: #fff;
  padding: 5px 10px;
  transform: translate(-50%, -100%);
  width: 100px;
  text-align: center; }
  .color-tooltip:after {
    content: '';
    border-width: 10px;
    border-color: transparent;
    border-style: solid;
    border-top-color: #000;
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translate(-50%, 0); }

/* MOBILE COLLECTION PAGE
=================================== */
.mobile-filters-accordion {
  display: none;
  position: absolute;
  z-index: 10;
  width: 100%;
  background: #fff;
  top: calc(100%);
  left: 0;
  height: calc(100vh - 178px);
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  border-bottom: 1px solid #f4f4f4; }
  .mobile-filters-accordion .mobile-filters-accordion-inner {
    padding: 16px; }

.filter-trigger {
  height: 56px;
  width: 56px;
  display: flex;
  justify-content: center;
  background: yellow;
  cursor: pointer; }
  .filter-trigger img {
    display: inline-block; }

.collection-page .mobile-filtering {
  margin-top: 0;
  padding: 0;
  position: -webkit-sticky;
  position: sticky;
  top: 48px;
  z-index: 9;
  width: 100%;
  border: none; }
  .collection-page .mobile-filtering.fixed {
    position: fixed;
    top: 50px; }
  .collection-page .mobile-filtering.stuck .collection-product-count {
    transform: translate(0, -100%); }

.mobile-filter-heading {
  height: 56px;
  background: #fff;
  position: relative;
  z-index: 10; }

.mobile-filtering .collection-product-count {
  background: #f4f4f4;
  display: block;
  width: 100%;
  padding: 13px 16px;
  line-height: 24px !important;
  transform: translate(0, 0);
  z-index: 1;
  transition: transform 0.2s; }

.mobile-filter-heading-open {
  height: 56px;
  background: #f4f4f4;
  position: relative;
  z-index: 10; }
  .mobile-filter-heading-open label {
    margin-left: 16px; }

.mobile-filtering .collection-product-count {
  margin-right: 16px; }

@media only screen and (max-width: 1024px) {
  .collection-banner {
    background: #01ab71;
    padding: 40px 16px; }
    .collection-banner img {
      display: none; }
    .collection-banner .collection-banner-overlay {
      position: static; }
    .collection-banner .collection-banner-title {
      font-size: 32px;
      line-height: 32px; }

  .collection-page .collection-products-wrapper {
    padding: 0; }

  .collection-page {
    margin: 0; }

  .collection-product-item {
    padding: 0; }
    .collection-product-item:hover {
      background: white; }

  .collection-product-info {
    display: block; }

  .collection-page .collection-heading {
    margin: 0;
    padding: 0; } }
video {
  object-fit: cover;
  width: 100%;
  height: auto; }

.ic_play, .ic_play_thumb, .ic_play_prod, .ic_zoom, .ic_zoom_mobile, .ic_play_yt {
  position: absolute;
  left: 16px;
  bottom: 16px;
  z-index: 10;
  width: 40px !important;
  height: 40px !important;
  cursor: pointer; }

.ic_play_thumb.large {
  width: 100px !important;
  height: 100px !important;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%); }
  @media screen and (max-width: 1024px) {
    .ic_play_thumb.large {
      width: 70px !important;
      height: 70px !important; } }

/*================ Search Page ================*/
.collection-page .search-heading,
.collection-page .mylist-heading {
  margin-top: 0;
  padding: 16px;
  background: #eeeeee; }

.hide-filters {
  opacity: 0.2;
  pointer-events: none; }

.search-results-header-title {
  width: 66.66667%;
  margin-bottom: 0;
  padding: 40px 16px;
  font-size: 24px; }

.search-trigger {
  display: inline-block;
  vertical-align: top;
  margin-right: 40px;
  line-height: 32px;
  color: #b3b3b3;
  cursor: pointer; }
  .search-trigger.search-trigger--selected {
    color: black; }

.search-event-list-container {
  margin-top: 40px; }

.search-event-date {
  color: #3e01b6; }

.search-event-description-wrapper {
  margin-left: 11.11111%; }

.collection-products-container {
  padding: 16px; }

/*================ Quick Search ================*/
.site-header__search {
  position: relative; }

.quick-search-results {
  position: absolute;
  right: 0;
  width: 320px;
  max-height: 0;
  padding: 40px;
  background: #fff;
  border: 1px solid #eeeeee;
  opacity: 0;
  visibility: hidden;
  transition: all 0.2s;
  overflow: hidden; }
  .quick-search-results.suggested-search {
    width: 800px;
    max-height: 1000px; }
  .quick-search-results.show {
    opacity: 1;
    visibility: visible;
    max-height: 1000px; }
  .quick-search-results.quick-results {
    left: 0; }

li.quick-results__item {
  margin-bottom: 16px; }
  li.quick-results__item:last-of-type {
    margin-bottom: 0; }

.quick-results__icon {
  display: inline-block;
  vertical-align: top;
  width: 32px;
  height: 32px;
  margin-right: 16px; }

.quick-results__link {
  display: inline-block;
  vertical-align: top;
  font-size: "Space Mono", monospace;
  line-height: 32px;
  color: black; }

.suggested-search-container {
  opacity: 0;
  visibility: hidden;
  transition: all 0.2s; }

.suggested-search .suggested-search-container {
  opacity: 1;
  visibility: visible;
  min-width: 718px; }

.suggested-search-title {
  font-size: 14px; }

.suggested-search-product-title {
  padding-left: 16px;
  display: block;
  font-size: 16px;
  color: #000; }

.quick-search-results.suggested-search {
  padding-bottom: 24px; }

.suggested-search-title {
  margin-bottom: 24px;
  display: block; }

.suggested-search-container .result-list .suggested-search-product-row {
  padding-right: 40px;
  margin-bottom: 16px; }

.suggested-search-product-row-image {
  background: white; }

.suggested-search-view-all {
  margin-top: 24px; }

.shopify-challenge__container {
  padding: 50px 0; }

.suggested-search-event-city {
  line-height: 1; }

.suggested-search-event-date {
  color: #3e01b6; }

.suggested-search-event-rsvp {
  margin-left: 16px; }

/* STORE LOCATOR
=================================== */
.store-locator-snippet-container {
  height: 600px; }

.store-locator__title {
  margin-bottom: 40px; }

.search_filter_container {
  margin-bottom: 16px; }

.store-retailers-container {
  padding-top: 11.11111%;
  padding-left: 11.11111%;
  padding-right: 11.11111%;
  background: #ffcbe1;
  display: block;
  height: 600px;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  width: 100%; }

.store-retailers-container-bottom-gradient {
  position: absolute;
  pointer-events: none;
  bottom: 0;
  width: 100%;
  height: 184px;
  background-image: linear-gradient(to bottom, rgba(255, 203, 225, 0), #ffcbe1); }

.store-retailers__search-input {
  display: inline-block;
  width: 100%;
  padding: 4px 44px 4px 48px;
  font-family: "Space Mono", monospace;
  font-size: 16px;
  line-height: 32px;
  color: black;
  background-position: left center;
  background-image: url("//cdn.shopify.com/s/files/1/2572/9458/t/955/assets/ic-location-black-32-x-32.svg?v=16402903571744375030");
  background-repeat: no-repeat;
  background-position: left 10px center;
  background-color: transparent;
  border: 0;
  border-bottom: 1px solid black;
  border-radius: 0; }

.store-retailers__find-button {
  position: absolute;
  right: 0;
  bottom: 8px; }

#within_distance {
  border-bottom-color: black; }

.store-retailers__search-blurb {
  font-size: 14px;
  margin-top: 24px; }

.store-retailers__search-results {
  font-family: "Space Mono", monospace;
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
  margin-top: 24px;
  margin-bottom: 24px; }

.store-map__store-index, .store-map__store-index-retailer {
  font-size: 16px;
  text-transform: uppercase;
  font-family: "FGBold", sans-serif;
  color: black; }

.store-map__store-index-retailer {
  color: white; }

.store-map__store-index-box, .store-map__store-index-box-retailer {
  width: 24px;
  height: 24px;
  text-align: center;
  background-color: yellow;
  position: relative; }

.store-map__store-index-box-retailer {
  background-color: #a7a7ab; }

.store-map__store-name {
  font-size: 16px;
  text-transform: uppercase;
  font-family: "FGBold", sans-serif;
  color: black; }

#new_retailers_list {
  margin-bottom: 184px; }

.retailer-cell-container {
  cursor: pointer;
  margin-bottom: 16px; }

#new_directions_container {
  margin-bottom: 184px; }

#show_retailers_list_button {
  margin-bottom: 16px; }

.hide {
  display: none; }

.store_details_container {
  color: black; }

.gm_popup {
  font-family: "FGRegular", sans-serif;
  font-size: 16px; }

.gm_popup .name {
  font-family: "FGBold", sans-serif;
  font-size: 16px;
  text-transform: uppercase; }

.directions_step_distance {
  color: black !important;
  font-size: 16px; }

/*================ Mobile Search ================*/
.mobile-search-bar {
  display: none;
  position: absolute;
  background: #fff;
  width: 100%;
  z-index: 15; }
  .mobile-search-bar.show {
    display: block; }

.site-header__search-close-btn {
  position: absolute;
  top: 50%;
  right: 16px;
  transform: translate(-50%, -50%);
  cursor: pointer; }

.store-locator-snippet-container {
  height: 600px; }

.store-locator__title {
  margin-bottom: 40px; }

.search_filter_container {
  margin-bottom: 16px; }

.store-retailers-container {
  padding-top: 40px;
  padding-left: 40px;
  padding-right: 40px;
  background: #ffcbe1;
  display: block;
  height: 600px;
  overflow-y: auto;
  width: 100%; }

.store-retailers-container-bottom-gradient {
  position: absolute;
  pointer-events: none;
  bottom: 0;
  width: 100%;
  height: 184px;
  background-image: linear-gradient(to bottom, rgba(255, 203, 225, 0), #ffcbe1); }

.store-retailers__search-input {
  display: inline-block;
  padding: 4px 64px 4px 48px;
  font-family: "Space Mono", monospace;
  font-size: 16px;
  line-height: 32px;
  color: black;
  background-position: left center;
  background-image: url("//cdn.shopify.com/s/files/1/2572/9458/t/955/assets/ic-location-black-32-x-32.svg?v=16402903571744375030");
  background-repeat: no-repeat;
  background-position: left 10px center;
  background-color: transparent;
  border: 0;
  border-bottom: 1px solid #b3b3b3;
  border-radius: 0; }

.store-retailers__find-button {
  position: absolute;
  right: 24px;
  bottom: 8px; }

.store-retailers__search-blurb {
  font-size: 14px;
  margin-top: 24px; }

.store-retailers__search-results {
  font-family: "Space Mono", monospace;
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
  margin-top: 24px;
  margin-bottom: 24px; }

.store-map__store-index, .store-map__store-index-retailer {
  font-size: 16px;
  text-transform: uppercase;
  font-family: "FGBold", sans-serif;
  color: black;
  position: absolute;
  right: 14; }

.store-map__store-index-retailer {
  color: white; }

.store-map__store-index-box, .store-map__store-index-box-retailer {
  width: 24px;
  height: 24px;
  background-color: yellow;
  position: relative; }

.store-map__store-index-box-retailer {
  background-color: #a7a7ab; }

.store-map__store-name {
  font-size: 16px;
  text-transform: uppercase;
  font-family: "FGBold", sans-serif;
  color: black; }

#new_retailers_list {
  margin-bottom: 184px; }

.retailer-cell-container {
  cursor: pointer;
  margin-bottom: 16px; }

#new_directions_container {
  margin-bottom: 184px; }

#show_retailers_list_button {
  margin-bottom: 16px; }

.hide {
  display: none; }

.store_details_container {
  color: black; }

.gm_popup {
  font-family: "FGRegular", sans-serif;
  font-size: 16px; }

.gm_popup .name {
  font-family: "FGBold", sans-serif;
  font-size: 16px;
  text-transform: uppercase; }

.directions_step_distance {
  color: black !important;
  font-size: 16px; }

#repair_ticket_form label {
  font-size: 14px; }
  #repair_ticket_form label.reqd::before {
    content: '* ';
    color: #ff5f00; }

.fileInput {
  display: none !important; }

.drop_area_title {
  margin-bottom: 0; }

.drop_area {
  display: block;
  margin-bottom: 40px;
  padding: 16px;
  border: 2px dashed #ccc; }
  .drop_area p {
    margin-bottom: 0;
    line-height: 32px; }

.drop_area.highlight {
  border-color: #ff5f00; }

.gallery img {
  display: inline-block;
  margin-right: 16px;
  margin-bottom: 16px; }

.img_close {
  position: absolute;
  top: 8px;
  right: 8px;
  z-index: 5;
  margin: 0; }

.ugc_feed_wrapper {
  position: relative; }

.amp-cell.navigation {
  display: none !important; }

.amp-main-img {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%; }

.upload-option, .amp-tcs-links {
  display: none; }

.amp-modal-detail {
  z-index: 11 !important; }

.ugc_handle {
  position: absolute;
  bottom: 15px;
  left: 50%;
  font-family: "FGBold", sans-serif;
  font-size: 16px;
  line-height: 1;
  color: #ffffff;
  text-transform: uppercase;
  z-index: 10;
  transform: translate(-50%, 0); }

.ugc_title {
  font-size: 72px;
  line-height: 0.8; }

.IE_detected .site-header {
  position: fixed;
  width: 100%;
  top: 0px; }
.IE_detected #PageContainer {
  padding-top: 96px; }
.IE_detected #PageContainer.guided-template {
  padding-top: 0; }
  .IE_detected #PageContainer.guided-template .guided-header {
    position: fixed;
    width: 100%; }
  .IE_detected #PageContainer.guided-template .guided-question-section, .IE_detected #PageContainer.guided-template .guided-page {
    padding-top: 50px; }

.username_truncate {
  width: 133.33%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis; }

.share-product {
  display: inline-block;
  position: relative; }
  .share-product .add-this-wrapper {
    visibility: hidden;
    display: block;
    position: absolute;
    left: -40%;
    top: 80%;
    width: 250px; }
  .share-product:hover .add-this-wrapper, .share-product:active .add-this-wrapper {
    visibility: visible; }
  .share-product .sharethis-inline-share-buttons {
    padding-top: 10px; }

.disable-qty {
  pointer-events: none; }

.disable-qty .icon {
  display: none !important; }

/******* My List page ****************/
.my-list-page {
  /* Remove heart icons if they appear on the page*/ }
  .my-list-page .heart-solid,
  .my-list-page .heart-grey {
    display: none !important; }
  .my-list-page .share-modal {
    display: none;
    /* Hidden by default */
    position: fixed;
    /* Stay in place */
    z-index: 16;
    /* Sit on top */
    left: 0;
    top: 0;
    width: 100%;
    /* Full width */
    height: 100%;
    /* Full height */
    overflow: auto;
    /* Enable scroll if needed */
    background-color: black;
    /* Fallback color */
    background-color: rgba(0, 0, 0, 0.4);
    /* Black w/ opacity */ }
  .my-list-page .share-modal-content {
    position: relative;
    background-color: #fefefe;
    margin: 30% auto;
    width: 56%; }
    @media screen and (max-width: 768px) {
      .my-list-page .share-modal-content {
        width: 100%; } }
  .my-list-page .share-modal .left-block {
    background-color: #ffff00;
    height: 320px;
    padding: 17% 16%; }
  .my-list-page .share-modal .right-block {
    background-color: #ffffff;
    height: 320px;
    padding: 17% 16%; }
  .my-list-page .modal-close {
    position: absolute;
    top: 16px;
    right: 16px;
    z-index: 5; }
  .my-list-page .close:hover,
  .my-list-page .close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer; }
  .my-list-page .share-title {
    line-height: 0.8; }

.my-list-header {
  padding: 80px 16px;
  border-bottom: 1px solid #cccccc; }

.my-list-title-heart {
  width: 32px;
  height: 32px; }

.my-list-title {
  margin: 0;
  line-height: 32px; }

.collection-page .collection-heading.my-list-collection-heading {
  margin-top: 0; }

@-webkit-keyframes rotate-vert-center {
  0% {
    -webkit-transform: rotateY(0);
    transform: rotateY(0); }

  100% {
    -webkit-transform: rotateY(360deg);
    transform: rotateY(360deg); } }

@keyframes rotate-vert-center {
  0% {
    -webkit-transform: rotateY(0);
    transform: rotateY(0); }

  100% {
    -webkit-transform: rotateY(360deg);
    transform: rotateY(360deg); } }

.saveToList {
  display: inline-block;
  margin: 0; }
  .saveToList.clicked img {
    -webkit-animation: rotate-vert-center 1s ease-in-out infinite both;
    animation: rotate-vert-center 1s ease-in-out infinite both; }

img.remove.clicked {
  -webkit-animation: rotate-vert-center 1s ease-in-out infinite both;
  animation: rotate-vert-center 1s ease-in-out infinite both; }

/*** 404 page ***/
@media screen and (max-width: 1100px) {
  .home-section-box.pnf .home-section-box__title {
    font-size: 32px; } }
@media only screen and (max-width: 768px) {
  .home-section-box.pnf {
    min-height: 550px; } }
.home-section-box.pnf .spotify {
  position: absolute;
  bottom: 0;
  width: 100%;
  z-index: 10; }

.pnf_content-links {
  list-style: none;
  margin: 0;
  overflow: hidden;
  width: 133.33%; }
  .pnf_content-links li {
    width: 50%;
    display: inline;
    float: left; }
    @media screen and (max-width: 768px) {
      .pnf_content-links li {
        width: 100%; } }

/* RESPONSIVE HEADER MEDIA QUERIES
=================================== */
@media only screen and (max-width: 1244px) {
  .mega-menu__link--laptop {
    line-height: 22px; } }
@media only screen and (min-width: 1399px) {
  .mobile-search-bar {
    display: none; }
    .mobile-search-bar.show {
      display: none; } }
@media only screen and (max-width: 1398px) {
  .site-header__search {
    display: none; }

  .site-header__search-link {
    display: inline-block; }

  .quick-search-results {
    width: 100%;
    top: 100%; }

  .quick-search-results.suggested-search {
    width: 100%; }

  .site-header__search-form {
    padding-left: 16px; } }
@media only screen and (max-width: 1168px) {
  .site-header__customize {
    display: none; }

  .store-locations__events-title-huge {
    font-size: 64px;
    margin-bottom: 80px; }

  .store-locations__events {
    height: 400px;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    margin-bottom: 24px; } }
@media only screen and (max-width: 1036px) {
  .non-commerce, .middle-header {
    display: none !important; }

  .site-header__mobile {
    display: block; }

  .shipping-banner {
    border-bottom: 1px solid #eeeeee; } }
/* CUSTOM MEDIA QUERIES FOR
  THE CORPORATE FOOTER
============================= */
@media only screen and (max-width: 1050px) {
  .corporate-footer__item {
    width: 33%;
    text-align: center; }
    .corporate-footer__item:nth-child(3) {
      border-right: 0; }
    .corporate-footer__item:nth-child(-n+3) {
      border-bottom: 1px solid #555555; } }
/* RESPONSIVE
============================= */
@media only screen and (max-width: 1440px) {
  .container--cart {
    padding: 0 0 0 24px; } }
@media only screen and (max-width: 1280px) {
  .help-center__button .button {
    font-size: 16px; } }
@media only screen and (max-width: 1024px) {
  .large-title, .store-locator__title {
    font-size: 56px;
    line-height: 46px; }

  .store-locations__events-title-huge {
    font-size: 40px;
    margin-bottom: 32px; }

  .mega-menu {
    width: 100%; }

  .home-section__centered-box {
    display: none; }

  .home-section-box__content {
    width: 77.77778%; }
    .home-section-box__content.push-left {
      left: 11.11111%; }
    .home-section-box__content.push-right {
      right: 11.11111%; }

  .home-section-box__title {
    margin-bottom: 24px;
    font-size: 32px;
    line-height: 32px;
    font-family: Space Mono !important; }
    .home-section-box__title.home-section-box__title--md {
      font-size: 32px;
      line-height: 32px; }

  .home-section-box__content-inner {
    margin: 0; }
    .home-section-box__content-inner .button {
      margin-left: 20%; }

  .home-section-box__text {
    margin-bottom: 24px; }

  .footer-bottom__links {
    position: static;
    text-align: center; }

  .footer-bottom__link {
    display: block;
    margin: 0 0 8px 0; }

  .account-banner {
    min-height: auto; }

  .account-banner__content {
    position: static;
    transform: none; }

  .account-banner__content-inner {
    padding: 40px 16px; }

  .account-banner__text {
    margin: 0; }

  .store-locations__events {
    max-height: 250px;
    overflow-y: scroll;
    margin-bottom: 24px; }

  .home-section-box__content--expand {
    position: static;
    width: 100%;
    padding: 24px;
    transform: none; }

  .promotional-section__content {
    width: 88.88889%; }

  .promotional-section__content-inner {
    margin-left: 5.55556%; }

  .promotional-section__title,
  .promotional-section__text {
    margin-bottom: 24px; }

  .clp-section__product-box {
    width: 94.44444%; }
    .clp-section__product-box.clp-section__product-box--left {
      left: 5.88235%; }
    .clp-section__product-box.clp-section__product-box--right {
      right: 5.88235%; }

  .cart-page__edit-modal-content {
    width: 90%; } }
@media only screen and (max-width: 768px) {
  .large-title, .store-locator__title, .store-locations__events-title-huge {
    font-size: 32px;
    line-height: 32px; }

  .button {
    font-size: 24px; }
    .button.button--large {
      font-size: 24px;
      line-height: 24px; }
    .button:after {
      width: 100%; }

  .sm_padding {
    padding-bottom: 24px; }

  .shipping-banner__icon,
  .shipping-banner__text a {
    display: none; }

  .home-section.home-section--no-image .home-section-box {
    min-height: 224px; }
  .home-section.home-section--no-image .home-section-box__content-inner {
    text-align: left; }
    .home-section.home-section--no-image .home-section-box__content-inner .button {
      margin-left: -16px; }

  .home-section-box__content {
    width: calc(100% - 32px); }
    .home-section-box__content.push-left {
      left: 16px; }
    .home-section-box__content.push-right {
      right: 0;
      left: 16px; }

  .home-section-box--no-image .home-section-box__content {
    width: 100%;
    position: static;
    padding: 40px 16px;
    transform: none; }
  .home-section-box--no-image .home-section-box__image-overlay {
    display: none; }

  .home-section-box__content-inner {
    text-align: center; }
    .home-section-box__content-inner .button {
      margin: 0; }

  .home-section-box__text {
    text-align: left; }

  .home-section-box__sub-title {
    font-size: 16px; }

  .newsletter__button {
    margin-top: 24px; }

  .account-section {
    padding: 40px 16px;
    min-height: auto; }

  .account-section__content {
    position: static;
    width: 100%;
    transform: none; }

  .account-section__top-content {
    margin: 0 0 40px 0; }

  .account-section__text {
    margin: 24px 0 0 0;
    font-family: "Space Mono", monospace;
    line-height: 32px; }

  .account-wrapper {
    position: relative;
    padding: 94px 0 0 0; }

  .account-sidebar {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
    width: 100%;
    height: 54px;
    margin-bottom: 40px;
    padding: 0;
    background: white;
    border-top: 1px solid #eeeeee;
    border-bottom: 1px solid #eeeeee;
    overflow: hidden; }
    .account-sidebar.account-sidebar--expanded {
      height: auto; }

  .repair-ticket__mobile {
    width: 100%;
    height: 54px;
    padding: 0;
    background: white;
    border-top: 1px solid #eeeeee;
    border-bottom: 1px solid #eeeeee;
    overflow: hidden; }
    .repair-ticket__mobile.repair-ticket__mobile--expanded {
      height: auto; }

  .account-sidebar__item {
    position: relative;
    margin: 0;
    padding: 16px; }

  .account-sidebar__dropdown {
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    width: 54px;
    height: 54px;
    cursor: pointer; }
    .account-sidebar__dropdown:hover {
      background: #cc4b00; }
    .account-sidebar__dropdown img {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%); }

  .account-content h1, .account-content h4 {
    margin-bottom: 24px; }

  .order-row h6 {
    margin-bottom: 5px; }
  .order-row .monospace--title {
    margin-bottom: 24px; }

  .order-row__item {
    margin-bottom: 24px; }

  .order-row__button-wrap .button {
    position: relative;
    top: auto;
    transform: none; }

  .order-row__complete {
    margin-bottom: 16px;
    padding-bottom: 16px;
    border-bottom: 1px solid #eeeeee; }
    .order-row__complete:last-of-type {
      border-bottom: 0; }
    .order-row__complete img {
      margin-bottom: 24px; }

  .cart-message, .popup-message {
    padding: 16px 32px 16px 16px; }
    .cart-message a, .popup-message a {
      display: block;
      margin-top: 16px;
      margin-right: 0; }

  .cart-message__close, .popup-message__close {
    position: absolute;
    top: 8px;
    right: 8px;
    transform: none;
    cursor: pointer; }
    .cart-message__close:hover, .popup-message__close:hover {
      opacity: 0.5; }

  .container--cart {
    padding: 0; }
    .container--cart h1 {
      padding-left: 24px;
      padding-right: 24px; }

  .cart-contents {
    padding: 0 24px 40px 24px; }

  .cart__order-box {
    padding: 40px 24px; }

  .order-row__payment-details-section {
    margin-bottom: 24px;
    border-bottom: 1px solid #eeeeee; }

  .order-row__payment-details-block {
    margin-bottom: 24px; }

  .cart__product {
    margin-bottom: 24px;
    padding-bottom: 24px;
    border-bottom: 1px solid #eeeeee; }
    .cart__product:last-of-type {
      margin-bottom: 0;
      padding-bottom: 0;
      border-bottom: 0; }
    .cart__product .js-qty {
      max-width: 140px; }
    .cart__product .js-qty__adjust {
      padding: 0 12px; }
    .cart__product .js-qty input {
      padding: 12px 20px; }

  .account-section__content-full {
    padding: 0; }

  .repair-ticket__section-left {
    height: auto; }

  .store-locations__content-container {
    padding: 40px 16px; }

  .store-locations__right {
    max-height: none; }

  .store-locations__events {
    max-height: none;
    overflow-y: auto;
    margin-bottom: 24px; }

  .events__event-title {
    font-size: 24px;
    margin-bottom: 24px; }

  .event-description-container {
    margin-left: 0; }

  .page-wrapper {
    padding: 40px 0; }

  .fb-events-container {
    padding: 40px 16px 0 16px; }

  .promotional-section {
    display: none; }

  .product_form {
    padding: 40px 16px; }

  .product-form__bottom .horizontal-links .link, .product-form__bottom .horizontal-links .website a, .website .product-form__bottom .horizontal-links a, .product-form__bottom .horizontal-links .store-retailers__find-button, .product-form__bottom .horizontal-links .directions a, .directions .product-form__bottom .horizontal-links a {
    display: block;
    margin: 0 0 16px 0; }

  .product__features {
    height: 127px;
    padding: 0 16px 40px 16px;
    overflow: hidden; }
    .product__features.product__features--expanded {
      height: auto; }

  .product__features-btn {
    cursor: pointer; }

  .product__features-list {
    margin-bottom: 40px; }

  .product__features-title {
    position: relative;
    bottom: 0;
    left: 0;
    z-index: 5;
    padding: 40px 0;
    line-height: 32px; }
    .product__features-title img {
      position: absolute;
      top: 50%;
      right: 16px;
      z-index: 5;
      transform: translate(0, -50%); }

  .product__dimensions-section {
    margin-bottom: 40px; }

  .product__dimensions-section-measurements {
    margin: 40px 60px; }

  .centered-title {
    padding: 40px 16px; }
    .centered-title h1, .centered-title h2, .centered-title h3 {
      font-size: 24px;
      line-height: 24px; }

  .product__review-carousel {
    padding: 40px 16px; }

  .review {
    min-height: auto; }
    .review h2 {
      width: 100%;
      margin-bottom: 40px; }
    .review p {
      position: static; }

  #pr-reviewdisplay {
    margin: 0; }

  #pr-reviewdisplay .p-w-r .pr-review-snapshot .pr-review-snapshot-header-intro {
    padding: 0;
    border: 0; }

  #pr-reviewdisplay .p-w-r .pr-review-snapshot .pr-msq-list dt {
    display: block; }

  #pr-reviewdisplay .p-w-r .pr-review-display .pr-rd-sort {
    width: 180px; }

  #pr-reviewdisplay .p-w-r .pr-review-display span, #pr-reviewdisplay .p-w-r .pr-review-display time {
    color: black; }

  #pr-reviewdisplay .p-w-r .pr-rd-description-text {
    padding-right: 0;
    color: black; }

  #pr-reviewdisplay .p-w-r .pr-review-display .pr-rd-pagination {
    margin-top: 16px;
    border: 0; }

  .store-retailers-container {
    padding-top: 40px;
    padding-left: 16px;
    padding-right: 16px; }

  .store-retailers__search-wrapper {
    margin-bottom: 32px; }

  .quick-search-results {
    padding: 40px 16px; }
    .quick-search-results.show {
      max-height: calc(100vh - 112px);
      overflow-y: scroll; }

  .suggested-search .suggested-search-container {
    min-width: auto; }

  .suggested-search-container .result-list .suggested-search-product-row {
    padding-right: 0; }

  .suggested-search-event-rsvp {
    display: block;
    margin-left: 0; }

  .search-results-header-title {
    width: 100%;
    padding: 40px 16px;
    font-size: 24px;
    line-height: 24px; }

  .clp-section__box {
    position: static;
    width: 100%;
    padding: 40px 16px;
    transform: none; }
    .clp-section__box.clp-section__box--left {
      transform: none; }

  .clp-section__product-box {
    position: static;
    width: 100%;
    padding: 40px 16px 80px;
    transform: none; }

  .clp-section__box-text {
    margin-left: 0; }

  .clp-title-section {
    margin-bottom: 40px;
    padding: 0; }

  .clp-section__stacked-button {
    margin-left: 16px; }

  .clp-product-block {
    margin-bottom: 0;
    padding: 24px 0; }

  .clp-section-products {
    padding: 40px 16px; }

  .clp-section-products__carousel {
    position: relative; }
    .clp-section-products__carousel .clp-product-block__img {
      width: calc(100% - 48px) !important;
      margin: 0 24px 24px 24px; }
    .clp-section-products__carousel .clp-product-block__price,
    .clp-section-products__carousel .clp-product-block__title {
      margin-left: 24px; }
    .clp-section-products__carousel .clp-product-block__price {
      display: inline-block; }

  .clp-section-products__carousel-pagination {
    position: absolute;
    top: calc(50% - 24px);
    left: 0;
    z-index: 10;
    width: 100%;
    transform: translate(0, -50%); }
    .clp-section-products__carousel-pagination .customPrevBtn, .clp-section-products__carousel-pagination .customNextBtn {
      display: inline-block;
      width: 24px; }

  .clp-title-section__title {
    margin-bottom: 24px;
    font-size: 24px;
    line-height: 24px; }

  .suggested {
    margin: 0;
    background: #eeeeee; }
    .suggested .collection-product-item {
      margin-bottom: 16px; }

  .collection-products {
    background: #f4f4f4; }

  .collection-products-container {
    padding: 0; }

  .footer-bottom__copyright {
    margin-bottom: 8px; }

  .footer-bottom__link:last-of-type {
    margin-bottom: 0; }

  .cart-title {
    font-size: 24px;
    line-height: 24px; }

  .store-locations__description_container {
    margin-left: 0; }

  .my-list-header {
    padding: 40px 16px;
    border-bottom: 0; }

  .my-list-title {
    margin-bottom: 24px;
    font-size: 24px;
    line-height: 24px; }

  .template-product #web-messenger-container {
    bottom: 5px !important; } }
@media only screen and (max-width: 480px) {
  .footer-links {
    padding: 40px 0 0 0; }

  .footer-links__title {
    margin-bottom: 40px;
    font-size: 24px;
    line-height: 24px; }

  .footer-links--expanded .footer-links__title {
    margin-bottom: 16px; }
  .footer-links--expanded .footer-links__list {
    display: block; }

  .footer-links__list {
    display: none;
    margin-bottom: 32px; }

  .footer-links__item {
    margin-bottom: 8px; }

  .corporate-footer {
    padding: 0 16px 40px 16px; }

  .corporate-footer__item {
    width: 50%;
    text-align: center; }
    .corporate-footer__item:nth-child(3) {
      border-right: 1px solid #555555; }
    .corporate-footer__item:nth-child(-n+3) {
      border-bottom: 0; }
    .corporate-footer__item:nth-child(2n) {
      border-right: 0; }
    .corporate-footer__item:nth-child(-n+4) {
      border-bottom: 1px solid #555555; }

  .cart__checkout .button {
    width: 100%;
    margin: 0 auto; } }
@media only screen and (max-width: 350px) {
  .shipping-banner__text {
    font-size: 14px; }

  .template-product #web-messenger-container {
    right: 0; } }
/*===========================================
 file: owl.theme.default.csss
=============================================*/
/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
.owl-theme .owl-dots, .owl-theme .owl-nav {
  text-align: center;
  -webkit-tap-highlight-color: transparent; }

.owl-theme .owl-nav {
  margin-top: 10px; }

.owl-theme .owl-nav [class*=owl-] {
  color: #FFF;
  font-size: 14px;
  margin: 5px;
  padding: 4px 7px;
  background: #D6D6D6;
  display: inline-block;
  cursor: pointer;
  border-radius: 3px; }

.owl-theme .owl-nav [class*=owl-]:hover {
  background: #869791;
  color: #FFF;
  text-decoration: none; }

.owl-theme .owl-nav .disabled {
  opacity: .5;
  cursor: default; }

.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 10px; }

.owl-theme .owl-dots .owl-dot {
  display: inline-block;
  zoom: 1; }

.slick-dots li,
.owl-theme .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  margin: 5px 7px;
  background: #D6D6D6;
  display: block;
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  transition: opacity .2s ease;
  border-radius: 30px; }

.slick-dots li button {
  visibility: hidden;
  font-size: 1px; }

.slick-dots li.slick-active,
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
  background: #869791; }

.owl-carousel .owl-stage-outer {
  transition: all 0.4s; }

/*======================================
Guided shopping
========================================*/
.guided-overflow {
  overflow: hidden;
  height: 100%; }

.guided-header {
  position: sticky;
  position: -webkit-sticky;
  z-index: 11;
  top: -1px; }
  .guided-header .guided-menu {
    position: relative;
    background: #fff;
    box-shadow: 0px 0.5px #b3b3b3;
    height: 50px; }
    .guided-header .guided-menu .guided-menu__logo-link {
      display: block;
      float: left; }
    .guided-header .guided-menu .undo_icon, .guided-header .guided-menu .toggle_view_icon {
      margin-left: 4px;
      display: inline-block;
      vertical-align: text-bottom; }
    .guided-header .guided-menu .undo_link {
      display: inline-block; }
      .guided-header .guided-menu .undo_link h6 {
        display: inline; }
    .guided-header .guided-menu .guided-menu__close {
      position: absolute;
      right: 10px;
      top: 50%;
      transform: translateY(-50%);
      z-index: 10;
      cursor: pointer; }
    .guided-header .guided-menu .guided-menu__links {
      display: none; }
      @media screen and (min-width: 768px) {
        .guided-header .guided-menu .guided-menu__links .toggle_view_link {
          display: none; } }
      .guided-header .guided-menu .guided-menu__links .g_links {
        position: absolute;
        left: 200px;
        top: 50%;
        transform: translate(0, -50%);
        z-index: 10;
        cursor: pointer; }
      .guided-header .guided-menu .guided-menu__links .undo_link {
        left: 310px; }
      @media screen and (max-width: 768px) {
        .guided-header .guided-menu .guided-menu__links .retake {
          left: 50%;
          transform: translate(-50%, -50%); }
        .guided-header .guided-menu .guided-menu__links .toggle_view_link {
          left: 16px; }
        .guided-header .guided-menu .guided-menu__links .undo_link {
          left: 54px; } }

.guided-pass,
.guided-like {
  display: inline-block;
  color: #3e01b6; }

.guided-like {
  position: relative;
  z-index: 8; }

.guided-page {
  margin-top: 15px;
  max-width: 1200px;
  display: none; }
  .guided-page .swipe-container .collection-products-swipe-container {
    position: relative; }
  .guided-page .swipe-container .collection--swipe-product-item {
    width: 100%;
    position: absolute;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background: #fff; }
    .guided-page .swipe-container .collection--swipe-product-item.dragged {
      transition: all 0.2s; }
  .guided-page .swipe-container .collection-product-info {
    background: #fff;
    padding: 40px; }
  .guided-page .swipe-container .collection-product-image img {
    pointer-events: none; }
  .guided-page .swipe-container .collection-product-image .swipe-like-icon_wrapper {
    position: absolute;
    top: 50%;
    left: 30px;
    transform: translate(0, -50%);
    opacity: 0; }
    .guided-page .swipe-container .collection-product-image .swipe-like-icon_wrapper .swipe-like-icon {
      position: relative; }
      .guided-page .swipe-container .collection-product-image .swipe-like-icon_wrapper .swipe-like-icon h4 {
        position: absolute;
        z-index: 10;
        width: 90px;
        margin-bottom: 0;
        display: inline-block;
        top: 10px;
        left: -5px;
        color: #3e01b6; }
  .guided-page .swipe-container .collection-product-image .swipe-pass-icon_wrapper {
    position: absolute;
    top: 50%;
    right: 30px;
    transform: translate(0, -50%);
    opacity: 0; }
    .guided-page .swipe-container .collection-product-image .swipe-pass-icon_wrapper .swipe-pass-icon {
      position: relative; }
      .guided-page .swipe-container .collection-product-image .swipe-pass-icon_wrapper .swipe-pass-icon h4 {
        position: absolute;
        z-index: 10;
        width: 110px;
        margin-bottom: 0;
        display: inline-block;
        top: 10px;
        left: -22px;
        color: #3e01b6; }
  .guided-page .colors {
    color: #b3b3b3; }
  .guided-page .guided-like_wrapper {
    position: relative;
    display: inline-block; }
    .guided-page .guided-like_wrapper .heart-purple {
      visibility: hidden; }
    .guided-page .guided-like_wrapper .heart-blue, .guided-page .guided-like_wrapper .guided-like {
      visibility: visible; }
    .guided-page .guided-like_wrapper.saved .heart-purple {
      visibility: visible; }
    .guided-page .guided-like_wrapper.saved .heart-blue, .guided-page .guided-like_wrapper.saved .guided-like {
      visibility: hidden; }
  .guided-page .guided-actions {
    height: 40px; }
    @media (max-width: 768px) {
      .guided-page .guided-actions {
        position: absolute;
        right: 0;
        top: 20px; } }
  .guided-page .heart-icon {
    position: absolute;
    right: 7px;
    top: -7px;
    z-index: 7; }

.likes-fixed {
  width: 320px;
  background: #ffcbe1;
  position: fixed;
  bottom: 0;
  right: 0;
  z-index: 12; }
  @media (max-width: 768px) {
    .likes-fixed {
      width: 100vw; } }
  .likes-fixed .likes-header {
    color: #3e01b6;
    position: relative;
    height: 100%;
    height: 56px; }
  .likes-fixed .likes-heading img {
    display: inline-block;
    width: 18px;
    margin-right: 8px; }
  .likes-fixed .likes-heading h4 {
    display: inline-block;
    color: #3e01b6;
    margin-bottom: 0; }
  .likes-fixed .likes-expand {
    position: absolute;
    top: 50%;
    right: 16px;
    transform: translate(0, -50%); }
  .likes-fixed .likes-heading {
    position: absolute;
    top: 50%;
    left: 16px;
    transform: translate(0, -50%); }
  .likes-fixed .likes-content {
    display: none;
    height: calc(100vh - 106px);
    position: relative; }
    .likes-fixed .likes-content .empty-text {
      display: none;
      position: absolute;
      left: 0;
      right: 0;
      top: 35%;
      margin: auto;
      width: 160px; }
    .likes-fixed .likes-content .view_list_cta_wrapper {
      display: block; }
    .likes-fixed .likes-content.empty .empty-text {
      display: block; }
    .likes-fixed .likes-content.empty .view_list_cta_wrapper {
      display: none; }
    .likes-fixed .likes-content .liked-products {
      overflow: auto;
      height: calc(100% - 63px); }
      .likes-fixed .likes-content .liked-products .liked-product-item {
        position: relative;
        margin: 0 16px;
        padding-bottom: 20px;
        margin-top: 20px; }
        .likes-fixed .likes-content .liked-products .liked-product-item .remove {
          position: absolute;
          right: 0;
          top: 0; }
        .likes-fixed .likes-content .liked-products .liked-product-item .liked-image {
          display: inline-block;
          vertical-align: top; }
        .likes-fixed .likes-content .liked-products .liked-product-item .liked-product-info {
          width: 70%;
          display: inline-block;
          padding-left: 16px; }
          .likes-fixed .likes-content .liked-products .liked-product-item .liked-product-info .title {
            margin-bottom: 8px; }
        .likes-fixed .likes-content .liked-products .liked-product-item .shop_url {
          line-height: 16px;
          text-transform: none; }
    .likes-fixed .likes-content .view_list_cta_wrapper {
      position: absolute;
      bottom: 0;
      width: 100%;
      border-top: 1px solid #f7e8ef;
      padding: 4px 0;
      background: #ffcbe1; }

.guided-section {
  display: none; }
  .guided-section img {
    width: 100%; }
  .guided-section .guided__featured-image {
    height: 100%; }
  .guided-section .guided-question-box {
    height: 100%;
    overflow: hidden;
    position: relative; }
    .guided-section .guided-question-box .question__title {
      line-height: 0.8;
      margin-top: 64px;
      margin-bottom: 24px; }
    .guided-section .guided-question-box .select__text {
      color: #b3b3b3;
      padding-left: 7%; }
    .guided-section .guided-question-box .guided-options {
      padding-bottom: 5.55556%;
      padding-left: 5.55556%;
      padding-right: 5.55556%; }
      .guided-section .guided-question-box .guided-options input[type="radio"],
      .guided-section .guided-question-box .guided-options input[type="checkbox"] {
        display: none; }
        .guided-section .guided-question-box .guided-options input[type="radio"]:checked ~ .option,
        .guided-section .guided-question-box .guided-options input[type="checkbox"]:checked ~ .option {
          background-color: #00f2ff; }
        .guided-section .guided-question-box .guided-options input[type="radio"]:disabled ~ .option,
        .guided-section .guided-question-box .guided-options input[type="checkbox"]:disabled ~ .option {
          opacity: 0.25;
          cursor: default; }
          .guided-section .guided-question-box .guided-options input[type="radio"]:disabled ~ .option:hover,
          .guided-section .guided-question-box .guided-options input[type="checkbox"]:disabled ~ .option:hover {
            background-color: transparent; }
      .guided-section .guided-question-box .guided-options .option_wrapper {
        height: 100%; }
        .guided-section .guided-question-box .guided-options .option_wrapper .option {
          display: inline-block;
          width: 100%;
          height: 100%;
          padding: 16px 16px 24px 16px;
          cursor: pointer; }
          .guided-section .guided-question-box .guided-options .option_wrapper .option.hover:hover {
            background-color: #00f2ff; }
          .guided-section .guided-question-box .guided-options .option_wrapper .option .option__text {
            margin: 0;
            padding: 0;
            font-family: "Space Mono", monospace;
            -ms-word-break: break-all;
            word-break: break-all;
            word-break: break-word;
            -webkit-hyphens: auto;
            -moz-hyphens: auto;
            hyphens: auto; }
    .guided-section .guided-question-box .guided-links {
      padding: 0 11.11111% 5.55556% 11.11111%; }
      @media (max-width: 480px) {
        .guided-section .guided-question-box .guided-links .step-text, .guided-section .guided-question-box .guided-links .back_btn {
          font-size: 14px; }
        .guided-section .guided-question-box .guided-links button {
          font-size: 14px;
          padding: 6px; } }
  .guided-section .guided-question-header {
    padding: 11.11111% 11.11111% 5.55556% 11.11111%; }
  .guided-section .guided-links {
    padding: 11.11111%; }

.guided-modal {
  display: none;
  position: fixed;
  z-index: 12;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: transparent; }
  .guided-modal .guided-modal_content {
    background-color: #feff00;
    margin: auto;
    padding: 40px;
    width: 80%;
    max-width: 480px;
    color: #000;
    left: 0;
    right: 0;
    top: 50%;
    transform: translate(0, -50%);
    position: absolute;
    text-align: center; }

@media (max-width: 768px) {
  .prelaunch_wrap {
    text-align: center; } }

/* CITY MAPS
================================= */
.city-map-wrapper {
  padding: 80px;
  width: 100%; }
  @media (max-width: 768px) {
    .city-map-wrapper {
      padding: 40px 16px; } }
  @media (max-width: 480px) {
    .city-map-wrapper > h2 {
      line-height: 1em; } }
  .city-map-wrapper:after {
    content: '';
    display: block;
    clear: both; }

.city-map {
  float: left;
  height: 700px;
  width: calc(100% - 400px); }
  @media (max-width: 1440px) {
    .city-map {
      width: calc(100% - 350px); } }
  @media (max-width: 1280px) {
    .city-map {
      width: calc(100% - 325px);
      height: 550px; } }
  @media (max-width: 1024px) {
    .city-map {
      width: 100%;
      height: 400px; } }
  @media (max-width: 480px) {
    .city-map {
      height: 300px; } }

.city-map-sidebar {
  background: #efefef;
  float: right;
  height: 700px;
  overflow-y: auto;
  width: 400px; }
  @media (max-width: 1440px) {
    .city-map-sidebar {
      width: 350px; } }
  @media (max-width: 1280px) {
    .city-map-sidebar {
      width: 325px;
      height: 550px; } }
  @media (max-width: 1024px) {
    .city-map-sidebar {
      width: 100%;
      height: auto; } }

.location-list-wrapper {
  width: 100%; }

.location-list {
  height: 100%;
  margin: 0;
  padding: 0;
  list-style: none; }
  @media (max-width: 1024px) {
    .location-list {
      display: flex;
      flex-wrap: wrap;
      align-items: stretch; } }

.location-list-item {
  margin-bottom: 0;
  padding: 20px;
  position: relative; }
  @media (max-width: 1024px) {
    .location-list-item {
      width: 50%; } }
  @media (max-width: 768px) {
    .location-list-item {
      width: 100%; } }
  .location-list-item:hover {
    background: #cecece;
    cursor: pointer; }
  .location-list-item:last-child {
    margin-bottom: 0; }

.location-list-item__name {
  font-size: 24px;
  line-height: 1em;
  margin-bottom: 5px; }

.location-list-item--active {
  background: #cecece; }
  .location-list-item--active .location-list-item__name {
    color: #ff5f00; }

.location-list-item__logo {
  background-position: bottom left;
  background-repeat: no-repeat;
  background-size: contain;
  height: 75px;
  margin-bottom: 5px;
  width: 150px; }

.location-list-item__type {
  font-family: "Space Mono", monospace;
  text-transform: uppercase; }

.location-list-item__address {
  margin-bottom: 5px; }

.location-list-item__directions-link {
  float: left;
  width: 50%; }

.location-list-item__directions-link a {
  position: relative;
  top: 15px; }

.location-list-item__website-link {
  float: right;
  text-align: right;
  width: 50%;
  margin: 0; }
  @media (max-width: 768px) {
    .location-list-item__website-link a.button {
      font-size: 16px; } }

.clearfix {
  clear: both; }

.likes-header-open {
  overflow: hidden !important; }

.corporate-site .product-mini-form {
  display: none !important; }

.corporate-notice {
  background: #ffcddc; }
  .corporate-notice .corporate-notice-inner {
    padding: 30px 20px; }
  .corporate-notice .corp-steps {
    margin: 0; }
    .corporate-notice .corp-steps .corp-step {
      margin-bottom: 15px; }
      .corporate-notice .corp-steps .corp-step:last-child {
        margin: 0; }
    .corporate-notice .corp-steps .corp-step-number {
      font-family: "Space Mono",monospace;
      text-transform: uppercase;
      font-weight: bold;
      font-size: 14px; }
  .corporate-notice a {
    font-weight: bold;
    color: inherit; }
  @media (max-width: 1024px) {
    .corporate-notice .corp-call {
      margin-top: 30px; } }
  @media (max-width: 768px) {
    .corporate-notice .corp-lead-times {
      margin-top: 30px; } }

/*================ Product Compare ================*/
.collection-heading-container {
  position: -webkit-sticky;
  position: sticky;
  top: 59px;
  background: #fff;
  z-index: 9; }
  .collection-heading-container .collection-heading {
    transition: background 0.4s; }

.collection-heading-container.ie-stuck .collection-compare-list {
  margin-bottom: 0; }

.collection-heading-container.stuck .collection-heading {
  background: #f4f4f4; }

.collection-heading-container .compare-products-btn {
  background: url("ico-compare.svg") no-repeat;
  background-position: right center;
  padding-right: 32px; }
  .collection-heading-container .compare-products-btn.open {
    background: url("ico-close.svg") no-repeat;
    background-position: right center; }

.mobile-filter-heading .compare-products-btn {
  background: url("ico-compare.svg") no-repeat;
  background-position: right center;
  padding-right: 32px;
  margin-right: 16px; }
  .mobile-filter-heading .compare-products-btn.open {
    background: url("ico-close.svg") no-repeat;
    background-position: right center; }

.mobile-filtering .collection-compare-list {
  display: none;
  background: #fff;
  z-index: 10;
  position: relative;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd; }
  .mobile-filtering .collection-compare-list.show {
    display: flex; }

.collection-heading-container .collection-compare-list {
  display: none;
  border: 1px solid #ddd;
  margin: 0 0 16px 0;
  border-right: 0;
  border-left: 0; }
  .collection-heading-container .collection-compare-list.show {
    display: flex; }
    @media (max-width: 1024px) {
      .collection-heading-container .collection-compare-list.show {
        display: none; } }

.remove-comparable-product {
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
  width: 24px; }

.compare-content {
  position: relative;
  flex: 1;
  height: 100%;
  justify-content: center;
  display: flex;
  flex-direction: column; }

.compare-list-title {
  margin: 0;
  line-height: 24px; }

.compare-list-price {
  font-family: "Space Mono",monospace;
  font-size: 16px;
  margin: 0;
  line-height: 32px;
  margin-top: -10px; }

.compare-list-item {
  flex: 1;
  margin: 0;
  border-right: 1px solid #ddd;
  padding: 16px;
  display: flex;
  align-items: center; }
  @media (max-width: 768px) {
    .compare-list-item.hide {
      display: none; } }

.compare-slot-list {
  display: flex;
  flex: 1;
  list-style: none;
  margin: 0; }

.compare-list-image {
  min-width: 54px;
  min-height: 54px;
  background: rgba(151, 151, 151, 0.2);
  margin-right: 16px; }
  .compare-list-image img {
    width: 80px; }

.compare-page {
  position: fixed;
  left: 0;
  top: 0;
  background: #fff;
  width: 100%;
  height: 100%;
  z-index: 11; }

.compare-wrapper {
  max-width: 1280px;
  margin: 0 auto;
  width: 100%;
  padding: 40px 5.55556% 40px; }

.compare-product {
  position: relative;
  text-align: center; }
  .compare-product .colors {
    text-align: left; }

.colors-wrapper {
  position: relative; }

.sticky-compare-content {
  text-align: left; }
  .sticky-compare-content .compare-product-price {
    margin-bottom: 0;
    font-size: 16px;
    line-height: 32px; }

.compare-product-info {
  overflow: hidden; }

.compare-wrapper-box {
  margin-top: 56px;
  overflow-y: auto;
  height: calc(100% - 56px); }

.compare-products-remove {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 5;
  cursor: pointer;
  pointer-events: all; }

.compare-product-price {
  font-family: "Space Mono", monospace;
  font-size: 24px; }
  @media (max-width: 480px) {
    .compare-product-price {
      font-size: 16px; } }

.compare-product-image {
  margin-bottom: 24px; }

.color-dropdown-mobile-first {
  display: inline-block;
  vertical-align: top; }

.color-dropdown-mobile-second {
  display: inline-block;
  vertical-align: top;
  padding: 20px 0 19px 10px; }

.compare-feature-list-row {
  border-top: 1px solid #cdcdcd;
  height: 80px;
  align-items: center; }

.compare-feature-list-row .compare-feature-list-heading img {
  width: 32px;
  margin-right: 8px; }

.compare-feature-list-heading {
  display: flex;
  align-items: center; }

.compare-feature-list-item {
  text-align: center; }

.compare-feature-list-item img {
  display: inline-block; }

.numeric-feature {
  font-family: "Space Mono",monospace;
  font-size: 24px; }

.compare-action {
  padding: 32px 26px; }

.compare-action .button {
  margin: 0;
  padding: 13px; }

.collection-product-wrapper .compare-checkmark,
.collection-products.compare-mode .compare-checkmark {
  position: absolute;
  width: 18px;
  height: 18px;
  background-color: rgba(255, 255, 255, 0.5);
  border: solid 1px #000000;
  top: 15px;
  left: 15px; }
  .collection-product-wrapper .compare-checkmark.selected,
  .collection-products.compare-mode .compare-checkmark.selected {
    background: url("ico-checkmark.svg");
    background-size: 100%; }

.compare-page .non-commerce__help {
  float: right; }

.compare-page .close-compare-page {
  float: right; }

.compare-page .non-commerce__help {
  float: right;
  padding: 16px 8px; }

.compare-page .close-compare-page {
  float: right;
  height: 56px;
  display: flex;
  align-items: center;
  width: 56px;
  text-align: center;
  justify-content: center; }

.compare-page-header {
  background-color: #f4f4f4;
  padding: 0;
  position: fixed;
  width: 100%;
  z-index: 11; }

.sticky-compare-products {
  visibility: hidden;
  position: fixed;
  top: 56px;
  width: 100%;
  background-color: white;
  z-index: 99;
  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.1);
  left: 0;
  padding: 16px;
  transition: all 0.4s;
  transform: translate(0, -100%);
  pointer-events: none; }
  .sticky-compare-products a {
    pointer-events: all; }
  .sticky-compare-products.show {
    visibility: visible;
    transform: translate(0, 0); }

.sticky-product {
  display: flex;
  align-items: center;
  position: relative; }

.sticky-compare-product-image {
  width: 100%;
  max-width: 80px;
  margin-right: 12px; }

.compare-page .compare-products-btn {
  padding: 16px 0;
  height: auto;
  margin-left: 24px;
  background: url(ico-compare.svg) no-repeat;
  background-position: right center;
  padding-right: 32px; }
.compare-page .help-button {
  padding-left: 32px;
  display: block;
  padding-right: 16px;
  position: relative; }
  .compare-page .help-button:before {
    content: '';
    display: block;
    background: url("ico-person.svg") no-repeat;
    width: 24px;
    height: 24px;
    position: absolute;
    left: 0;
    background-size: 100%; }
  .compare-page .help-button:after {
    content: '';
    display: block;
    background: url("ico-arrow-dropdown.svg") no-repeat;
    width: 8px;
    height: 8px;
    position: absolute;
    right: 0;
    top: 50%;
    background-size: 100%; }

@media (max-width: 768px) {
  .normal-upload {
    z-index: 100;
    width: auto;
    padding: 0;
    right: 0;
    left: 0;
    height: 25px; }

  input[type="file"]:hover + label, input[type="file"]:focus + label {
    text-decoration: underline; } }
.asi-resource ul {
  margin: 0;
  list-style: none; }

.asi-resource li {
  display: flex;
  justify-content: space-between;
  border-top: 1px solid #eee;
  padding: 10px 0; }

#AddToCartForm {
  margin-top: 16px;
  content: '';
  display: block;
  clear: both; }

.corporate-cart-form .required {
  border-bottom: 1px solid red; }

.corporate-cart-form .required::placeholder {
  color: rgba(255, 0, 0, 0.4); }

.noselect {
  -webkit-touch-callout: none;
  /* iOS Safari */
  -webkit-user-select: none;
  /* Safari */
  -khtml-user-select: none;
  /* Konqueror HTML */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* Internet Explorer/Edge */
  user-select: none;
  /* Non-prefixed version, currently
     supported by Chrome and Opera */ }

.corporate-site .landing-page-reviews .pr-category-snippet__rating, .corporate-site .landing-page-reviews .pr-category-snippet__total {
  display: block; }

.compare-now.disabled {
  opacity: 0.3;
  pointer-events: none; }

.compare-product-reviews .pr-category-snippet {
  margin: 0 auto !important; }

.compare-product-reviews .pr-category-snippet__total {
  display: none !important; }

.compare-product-reviews {
  margin-bottom: 20px; }

.compare-product-title {
  margin-bottom: 0; }

.compare-product {
  position: relative;
  text-align: center;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center; }

.colors-wrapper {
  flex-grow: 1;
  width: 100%; }

.compare-product .pwr-category-snippets {
  min-height: 22px; }

.laptop-feature {
  text-transform: uppercase;
  font-family: "FGBold",sans-serif; }

.pr-star-v4 {
  width: 16px !important;
  height: 16px !important;
  padding: 0 !important; }

@media (max-width: 1280px) {
  .collection-compare-list .compare-list-image {
    width: 50px;
    min-height: 50px;
    min-width: 50px;
    display: flex;
    align-items: center;
    margin: 0 auto; }
  .collection-compare-list .compare-action {
    padding: 16px;
    display: flex;
    align-items: center; }
  .collection-compare-list .compare-list-price {
    font-size: 14px; } }
@media (max-width: 768px) {
  .compare-action .button__text {
    font-size: 16px; }

  .collection-compare-list .compare-action .button {
    width: 100%;
    text-align: center; }

  .compare-content.sm-hide {
    display: none; }

  .compare-slot-list {
    padding: 4px 0; }

  .compare-list-item {
    padding: 4px 8px;
    position: relative; }

  .compare-wrapper {
    padding-left: 0;
    padding-right: 0; }

  .compare-products {
    padding: 0 24px; }

  .compare-product {
    padding: 0; }
    .compare-product .colors {
      display: none;
      text-align: left; }

  .compare-feature-list {
    padding: 0 16px; }

  .colors-wrapper.active .color-dropdown-mobile {
    opacity: 1; }
  .colors-wrapper.active .colors {
    position: absolute;
    top: 100%;
    left: 50%;
    z-index: 5;
    display: block;
    padding: 8px 0 0 8px;
    width: 155px;
    background: #fff;
    border: 1px solid #eeeeee;
    transform: translate(-50%, 0); }

  .color-dropdown-mobile {
    margin-bottom: 24px;
    padding: 8px 0;
    cursor: pointer; }
    .color-dropdown-mobile:hover {
      opacity: 1; }

  .compare-features-container {
    margin-top: 40px; }
    .compare-features-container h2 {
      padding: 0 16px; }

  .sticky-product-wrapper .compare-product-title {
    height: auto; }
  .sticky-product-wrapper .button {
    display: none !important; }

  .sticky-compare-products {
    top: -1px; }
    .sticky-compare-products.show {
      position: -webkit-sticky;
      position: sticky;
      display: block; } }
@media (max-width: 480px) {
  .compare-page {
    width: 100%;
    overflow-x: scroll; }

  .compare-product .button {
    margin-left: 0;
    font-size: 16px; } }
@keyframes loadingcompare {
  0% {
    background-position: -200px 0; }

  to {
    background-position: 200px 0; } }

.loading-compare-image, .loading-compare-title, .loading-compare-price {
  background: linear-gradient(90deg, #eeeeee 8%, #dddddd 18%, #eeeeee 33%);
  background-size: 600px;
  animation-iteration-count: infinite;
  animation-name: loading;
  animation-duration: 1s; }

.loading-compare-price {
  display: block;
  height: 25px;
  width: 50%;
  margin-bottom: 10px;
  margin-top: 0; }

.loading-compare-title {
  display: block;
  height: 25px;
  margin-bottom: 0;
  width: 100%; }

.loading-compare-content {
  width: 100%; }

.loading-compare-image:after {
  content: '';
  display: block;
  padding-bottom: 100%; }

.modal-open {
  overflow: hidden;
  position: relative;
  height: 100%; }

.modal-open-body-fixed {
  position: fixed;
  width: 100%; }

.tracking-message {
  color: red; }

.tracking-links {
  display: none; }

@media only screen and (max-width: 480px) {
  .homepage-products-listing [class*="grid"] {
    margin-left: -8px !important; } }
.track_page-block_wrapper {
  margin-bottom: 24px; }
  @media screen and (max-width: 768px) {
    .track_page-block_wrapper .button {
      margin-left: 0; } }
  .track_page-block_wrapper .button.get_tracking_url_btn {
    margin-bottom: 24px; }
  .track_page-block_wrapper .track-order-input {
    margin-bottom: 16px; }

@media only screen and (max-width: 768px) {
  #your-shopping-cart .cart-message {
    display: none; } }
.sale-item a {
  color: #ff0000 !important; }

.bg-change {
  background: #ff5f00;
  color: #fff; }
  .bg-change a {
    color: #fff;
    font-weight: bold;
    letter-spacing: 1px; }

.pdp-launch-section {
  width: 100%; }
  .pdp-launch-section .promotional-section__content.is-alignment-true {
    left: auto !important;
    right: 5.55556% !important;
    width: 27.77778% !important; }
  .pdp-launch-section #prelaunch_signup--banner input[type="email"] {
    width: 100%;
    max-width: 275px;
    margin: 5px 20px 0 0; }

.ajax-cart .v2, .ajax-cart .v3 {
  display: none; }

.ajax-cart a.v2, .ajax-cart a.v3 {
  display: none; }

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .custom-party-page .home-section-box__content.push-left {
    left: 0;
    top: 0; }

  .custom-party-page select::-ms-expand {
    display: none; } }
@media only screen and (max-width: 1499px) {
  ul.AccessibleNav .site-nav__link {
    padding: 0 13px; } }
.break-up-your-bag-container {
  position: relative; }
  .break-up-your-bag-container a.top-link {
    display: block;
    max-width: 50px;
    background: #ff0;
    position: fixed;
    z-index: 999;
    bottom: 10px;
    right: 10px;
    padding: 12px 10px; }
  .break-up-your-bag-container .custom-class {
    position: absolute;
    top: -60px; }
  .break-up-your-bag-container .store-locator-snippet-container {
    position: relative;
    background: #99ccff; }
    .break-up-your-bag-container .store-locator-snippet-container .store-retailers-container {
      max-width: 730px;
      float: right;
      width: 100%;
      padding-left: 4%;
      background: #99ccff; }
    .break-up-your-bag-container .store-locator-snippet-container h2#list_title {
      font-size: 52px;
      line-height: 1em; }
    .break-up-your-bag-container .store-locator-snippet-container .store-retailers-container-bottom-gradient {
      background: #99ccff;
      height: 100px;
      pointer-events: initial !important; }
      .break-up-your-bag-container .store-locator-snippet-container .store-retailers-container-bottom-gradient .form-button {
        display: block !important;
        padding-top: 30px;
        padding-left: 40px;
        max-width: 730px;
        float: right;
        width: 100%;
        padding-left: 4%; }
        .break-up-your-bag-container .store-locator-snippet-container .store-retailers-container-bottom-gradient .form-button a.submit-location-form {
          background: #fff;
          color: #3399ff;
          padding: 10px 40px 10px 20px;
          text-transform: uppercase;
          font-weight: bold;
          font-family: "FGRegular",sans-serif;
          letter-spacing: .5px;
          position: relative; }
          .break-up-your-bag-container .store-locator-snippet-container .store-retailers-container-bottom-gradient .form-button a.submit-location-form .arrow-down {
            width: 0;
            height: 0;
            border-left: 8px solid transparent;
            border-right: 8px solid transparent;
            border-top: 8px solid #3399ff;
            position: absolute;
            top: 50%;
            transform: translateY(-50%);
            right: 15px; }
  .break-up-your-bag-container .breakupwithyourbag-intro.grid {
    display: flex; }
    .break-up-your-bag-container .breakupwithyourbag-intro.grid > div {
      width: 100%;
      flex: 1 1 100%; }
    .break-up-your-bag-container .breakupwithyourbag-intro.grid .manu-nav-container {
      width: 95%;
      max-width: 1464px;
      margin: 0 auto;
      display: flex; }
    .break-up-your-bag-container .breakupwithyourbag-intro.grid .menu-nav-wrapper {
      display: flex;
      flex-basis: 100%;
      padding: 50px 0; }
      .break-up-your-bag-container .breakupwithyourbag-intro.grid .menu-nav-wrapper .menu-nav {
        flex-basis: 30%;
        padding: 0 2%; }
        .break-up-your-bag-container .breakupwithyourbag-intro.grid .menu-nav-wrapper .menu-nav ul li {
          list-style-type: none;
          margin-bottom: 15px; }
          .break-up-your-bag-container .breakupwithyourbag-intro.grid .menu-nav-wrapper .menu-nav ul li a {
            font-family: "Space Mono", monospace;
            color: #fff;
            text-transform: uppercase;
            font-weight: bold; }
          .break-up-your-bag-container .breakupwithyourbag-intro.grid .menu-nav-wrapper .menu-nav ul li a:hover {
            color: #FF5F01; }
      .break-up-your-bag-container .breakupwithyourbag-intro.grid .menu-nav-wrapper .nav-intro-wrapper {
        flex-basis: 70%;
        max-width: 800px; }
        .break-up-your-bag-container .breakupwithyourbag-intro.grid .menu-nav-wrapper .nav-intro-wrapper .header-wrapper {
          position: relative;
          margin-bottom: 50px; }
          .break-up-your-bag-container .breakupwithyourbag-intro.grid .menu-nav-wrapper .nav-intro-wrapper .header-wrapper h4 {
            line-height: 1em;
            font-size: 24px;
            position: absolute;
            right: -5%; }
        .break-up-your-bag-container .breakupwithyourbag-intro.grid .menu-nav-wrapper .nav-intro-wrapper h2 {
          line-height: 1em;
          display: inline-block;
          font-size: 80px; }
        .break-up-your-bag-container .breakupwithyourbag-intro.grid .menu-nav-wrapper .nav-intro-wrapper .intro-paragraph-text p {
          font-size: 18px;
          line-height: 1.5em;
          margin-bottom: 30px; }
    .break-up-your-bag-container .breakupwithyourbag-intro.grid .half-image-wrapper {
      flex-basis: 100%;
      display: flex;
      clear: both; }
      .break-up-your-bag-container .breakupwithyourbag-intro.grid .half-image-wrapper .half-image-container {
        flex-basis: 50%;
        position: relative; }
        .break-up-your-bag-container .breakupwithyourbag-intro.grid .half-image-wrapper .half-image-container img {
          max-width: 732px;
          width: 100%; }
        .break-up-your-bag-container .breakupwithyourbag-intro.grid .half-image-wrapper .half-image-container .figure-caption {
          font-family: "Space Mono",monospace;
          font-weight: bold;
          max-width: 600px;
          font-size: 18px;
          line-height: 1.5em;
          margin-bottom: 30px; }
      .break-up-your-bag-container .breakupwithyourbag-intro.grid .half-image-wrapper .half-image-container:first-child {
        justify-content: center;
        text-align: left;
        display: flex;
        align-items: flex-end;
        flex-direction: column;
        padding-left: 5%;
        padding-right: 1.5%; }
      .break-up-your-bag-container .breakupwithyourbag-intro.grid .half-image-wrapper .half-image-container:last-child {
        text-align: left;
        display: flex;
        align-items: flex-start;
        flex-direction: column;
        justify-content: center;
        padding-right: 5%;
        padding-left: 1.5%; }
      .break-up-your-bag-container .breakupwithyourbag-intro.grid .half-image-wrapper .half-image-container.slider-half-images {
        width: 50%; }
        .break-up-your-bag-container .breakupwithyourbag-intro.grid .half-image-wrapper .half-image-container.slider-half-images .half-slider-wrapper {
          position: relative;
          overflow: hidden;
          width: 100%;
          max-width: 732px !important; }
        .break-up-your-bag-container .breakupwithyourbag-intro.grid .half-image-wrapper .half-image-container.slider-half-images .owl-item {
          display: inline-block; }
          .break-up-your-bag-container .breakupwithyourbag-intro.grid .half-image-wrapper .half-image-container.slider-half-images .owl-item img {
            width: 100%;
            display: block; }
        .break-up-your-bag-container .breakupwithyourbag-intro.grid .half-image-wrapper .half-image-container.slider-half-images .owl-nav {
          position: static; }
          .break-up-your-bag-container .breakupwithyourbag-intro.grid .half-image-wrapper .half-image-container.slider-half-images .owl-nav button {
            width: 42px;
            height: 71px;
            background: transparent;
            position: absolute;
            top: 50%;
            transform: translateY(-50%); }
            .break-up-your-bag-container .breakupwithyourbag-intro.grid .half-image-wrapper .half-image-container.slider-half-images .owl-nav button span {
              font-size: 60px;
              color: #000;
              line-height: .5em; }
          .break-up-your-bag-container .breakupwithyourbag-intro.grid .half-image-wrapper .half-image-container.slider-half-images .owl-nav button.owl-prev {
            left: 46px; }
          .break-up-your-bag-container .breakupwithyourbag-intro.grid .half-image-wrapper .half-image-container.slider-half-images .owl-nav button.owl-next {
            right: 46px; }
  .break-up-your-bag-container .grid.breakupwithyourbag-gallery {
    position: relative; }
    .break-up-your-bag-container .grid.breakupwithyourbag-gallery .fullwidth-slider {
      position: relative;
      overflow: hidden; }
    .break-up-your-bag-container .grid.breakupwithyourbag-gallery .gallery-slider-desktop {
      width: 100%; }
      .break-up-your-bag-container .grid.breakupwithyourbag-gallery .gallery-slider-desktop .fullwidth-slider img {
        width: 100%;
        display: block; }
      .break-up-your-bag-container .grid.breakupwithyourbag-gallery .gallery-slider-desktop .owl-nav {
        position: static; }
        .break-up-your-bag-container .grid.breakupwithyourbag-gallery .gallery-slider-desktop .owl-nav button {
          width: 42px;
          height: 71px;
          background: #3ba3ff;
          position: absolute;
          top: 50%;
          transform: translateY(-50%); }
          .break-up-your-bag-container .grid.breakupwithyourbag-gallery .gallery-slider-desktop .owl-nav button span {
            font-size: 60px;
            color: #ffff;
            line-height: .5em; }
        .break-up-your-bag-container .grid.breakupwithyourbag-gallery .gallery-slider-desktop .owl-nav button.owl-prev {
          left: 46px; }
        .break-up-your-bag-container .grid.breakupwithyourbag-gallery .gallery-slider-desktop .owl-nav button.owl-next {
          right: 46px; }
  .break-up-your-bag-container .grid.breakupwithyourbag-store {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    max-width: 800px;
    margin: 100px auto 30px;
    position: relative; }
    .break-up-your-bag-container .grid.breakupwithyourbag-store .intro-text {
      max-width: 600px; }
      .break-up-your-bag-container .grid.breakupwithyourbag-store .intro-text .header-wrapper {
        margin-bottom: 50px; }
      .break-up-your-bag-container .grid.breakupwithyourbag-store .intro-text p {
        font-size: 18px;
        line-height: 1.5em; }
    .break-up-your-bag-container .grid.breakupwithyourbag-store .intro-text,
    .break-up-your-bag-container .grid.breakupwithyourbag-store .store-listing-wrapper {
      -webkit-box-flex: 1;
      -ms-flex: 1 1 100%;
      flex: 1 1 100%;
      width: 100%; }
    .break-up-your-bag-container .grid.breakupwithyourbag-store .store-listing-wrapper {
      margin-top: 70px; }
      .break-up-your-bag-container .grid.breakupwithyourbag-store .store-listing-wrapper ul.store-listing {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-left: 0; }
        .break-up-your-bag-container .grid.breakupwithyourbag-store .store-listing-wrapper ul.store-listing li {
          -webkit-box-flex: 1;
          -ms-flex: 1 1 30%;
          flex: 1 1 30%;
          list-style: none;
          margin-bottom: 50px; }
          .break-up-your-bag-container .grid.breakupwithyourbag-store .store-listing-wrapper ul.store-listing li p {
            margin-bottom: 0; }
          .break-up-your-bag-container .grid.breakupwithyourbag-store .store-listing-wrapper ul.store-listing li p.storename {
            font-weight: 700;
            text-transform: uppercase;
            font-family: "FGBold",sans-serif;
            letter-spacing: 1px; }
          .break-up-your-bag-container .grid.breakupwithyourbag-store .store-listing-wrapper ul.store-listing li p.phone-number {
            margin: 20px 0 !important; }
          .break-up-your-bag-container .grid.breakupwithyourbag-store .store-listing-wrapper ul.store-listing li a.check-it-out-btn {
            color: #3399ff;
            text-transform: uppercase;
            font-weight: bold;
            border-bottom: 1px solid #3399ff;
            letter-spacing: .5px;
            font-family: 'FGBold'; }
        .break-up-your-bag-container .grid.breakupwithyourbag-store .store-listing-wrapper ul.store-listing li:nth-child(3n) {
          -ms-flex-preferred-size: 20%;
          flex-basis: 20%; }
  .break-up-your-bag-container .breakupwithyourbag-partners {
    position: relative; }
    .break-up-your-bag-container .breakupwithyourbag-partners .intro-text {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: end;
      -ms-flex-pack: end;
      justify-content: flex-end; }
      .break-up-your-bag-container .breakupwithyourbag-partners .intro-text .intro-text-wrapper {
        padding-right: 15%;
        padding-left: 1.5%;
        max-width: 732px;
        width: 100%; }
      .break-up-your-bag-container .breakupwithyourbag-partners .intro-text .header-wrapper {
        margin-bottom: 70px; }
      .break-up-your-bag-container .breakupwithyourbag-partners .intro-text .intro-text-block {
        max-width: 420px; }
        .break-up-your-bag-container .breakupwithyourbag-partners .intro-text .intro-text-block p {
          font-size: 18px;
          line-height: 1.5em; }
    .break-up-your-bag-container .breakupwithyourbag-partners .partners-logo-wrapper .logo-listing {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
      .break-up-your-bag-container .breakupwithyourbag-partners .partners-logo-wrapper .logo-listing li {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 50%;
        flex: 1 1 50%;
        max-width: 330px;
        list-style: none;
        text-align: center;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin: 25px 0; }
        .break-up-your-bag-container .breakupwithyourbag-partners .partners-logo-wrapper .logo-listing li img {
          width: 100%;
          max-width: 140px; }
  .break-up-your-bag-container .grid.breakupwithyourbag-gallery .gallery-slider-desktop {
    width: 100%; }
    .break-up-your-bag-container .grid.breakupwithyourbag-gallery .gallery-slider-desktop .fullwidth-slider {
      position: relative;
      overflow: hidden;
      width: 100%; }
      .break-up-your-bag-container .grid.breakupwithyourbag-gallery .gallery-slider-desktop .fullwidth-slider .slider-image img {
        width: 100%; }
    .break-up-your-bag-container .grid.breakupwithyourbag-gallery .gallery-slider-desktop .owl-item {
      display: inline-block; }
    .break-up-your-bag-container .grid.breakupwithyourbag-gallery .gallery-slider-desktop .owl-stage-outer {
      overflow: hidden; }
    .break-up-your-bag-container .grid.breakupwithyourbag-gallery .gallery-slider-desktop .owl-dots {
      position: absolute;
      bottom: 4%;
      z-index: 9;
      text-align: center;
      margin: 0 auto;
      left: 50%;
      -webkit-transform: translateX(-50%);
      transform: translateX(-50%); }
      .break-up-your-bag-container .grid.breakupwithyourbag-gallery .gallery-slider-desktop .owl-dots button.owl-dot {
        width: 22px;
        height: 22px;
        display: inline-block;
        z-index: 9;
        border: 2px solid #fff;
        border-radius: 50%;
        margin: 0 5px;
        background: #fff; }
        .break-up-your-bag-container .grid.breakupwithyourbag-gallery .gallery-slider-desktop .owl-dots button.owl-dot.active {
          background: rgba(255, 255, 255, 0.4); }
  .break-up-your-bag-container .break-up-with-your-bag-form {
    background: #99ccff;
    position: relative; }
    .break-up-your-bag-container .break-up-with-your-bag-form a.break-up-with-yourbag-link {
      position: absolute;
      top: -60px; }
  .break-up-your-bag-container .buwyb-grid {
    width: 95%;
    max-width: 1464px;
    margin: 0 auto;
    display: flex; }
  .break-up-your-bag-container .form-buwyb {
    max-width: 730px;
    float: right;
    width: 100%;
    padding-left: 4%; }
  .break-up-your-bag-container form.breakupwithyourbag-form.jotform-form {
    flex-basis: 100%;
    width: 100%;
    font-family: "FGRegular",sans-serif;
    max-width: 800px;
    justify-content: center;
    padding: 50px 0 50px 0px;
    display: none; }
    .break-up-your-bag-container form.breakupwithyourbag-form.jotform-form .form-section label {
      text-transform: uppercase;
      font-weight: bold;
      position: relative; }

@media only screen and (max-width: 768px) {
  .break-up-your-bag-container .breakupwithyourbag-intro .menu-nav {
    display: none; }
  .break-up-your-bag-container .breakupwithyourbag-intro .menu-nav-wrapper .nav-intro-wrapper {
    flex-basis: 100% !important;
    max-width: 90% !important;
    margin: 0 auto; }
  .break-up-your-bag-container .half-image-wrapper:not(.nitty-gritty) {
    flex-wrap: wrap; }
    .break-up-your-bag-container .half-image-wrapper:not(.nitty-gritty) .half-image-container {
      flex-basis: 100% !important;
      padding: 0 5% !important;
      margin: 30px auto 10px;
      max-width: 90%; }
  .break-up-your-bag-container .half-image-wrapper.nitty-gritty {
    position: relative; }
    .break-up-your-bag-container .half-image-wrapper.nitty-gritty .half-image-container:first-child {
      flex-basis: 75%; }
    .break-up-your-bag-container .half-image-wrapper.nitty-gritty .half-image-container:last-child {
      position: static; }
      .break-up-your-bag-container .half-image-wrapper.nitty-gritty .half-image-container:last-child img {
        position: absolute;
        top: 0;
        right: 2%;
        max-height: 90%;
        width: auto; }
  .break-up-your-bag-container .grid.breakupwithyourbag-gallery .gallery-slider-desktop .owl-dots button.owl-dot {
    width: 10px;
    height: 10px; }
  .break-up-your-bag-container .breakupwithyourbag-store {
    margin-top: 30px !important; }
    .break-up-your-bag-container .breakupwithyourbag-store .intro-text,
    .break-up-your-bag-container .breakupwithyourbag-store .store-listing-wrapper {
      width: 90% !important;
      margin: 0 auto; }
    .break-up-your-bag-container .breakupwithyourbag-store .store-listing-wrapper {
      margin-top: 30px !important; }
    .break-up-your-bag-container .breakupwithyourbag-store ul.store-listing li {
      flex-basis: 50% !important; }
    .break-up-your-bag-container .breakupwithyourbag-store .store-listing-wrapper ul.store-listing li p.storename,
    .break-up-your-bag-container .breakupwithyourbag-store .store-listing-wrapper ul.store-listing li p.storeaddress-1,
    .break-up-your-bag-container .breakupwithyourbag-store .store-listing-wrapper ul.store-listing li p.storeaddress-2,
    .break-up-your-bag-container .breakupwithyourbag-store .store-listing-wrapper ul.store-listing li p.phone-number,
    .break-up-your-bag-container .breakupwithyourbag-store .store-listing-wrapper ul.store-listing li a.check-it-out-btn {
      font-size: 13px; }
  .break-up-your-bag-container .breakupwithyourbag-partners .intro-text .intro-text-wrapper {
    width: 90%;
    margin: 30px auto; }
  .break-up-your-bag-container .breakupwithyourbag-partners .logo-listing {
    margin-left: 0; }

  .break-up-your-bag-container .grid.breakupwithyourbag-gallery .gallery-slider-desktop .owl-nav button.owl-next,
  .break-up-your-bag-container .grid.breakupwithyourbag-gallery .gallery-slider-desktop .owl-nav button.owl-prev {
    display: none !important; }

  .break-up-your-bag-container .store-locator-snippet-container,
  .break-up-your-bag-container .store-retailers-container {
    height: initial; }
  .break-up-your-bag-container #new_retailers_list {
    margin-bottom: 95px; }
  .break-up-your-bag-container .half-image-wrapper button.owl-next,
  .break-up-your-bag-container .half-image-wrapper button.owl-prev {
    display: none; } }
@media only screen and (max-width: 1499px) {
  ul.AccessibleNav .site-nav__link {
    padding: 0 12px; }
  ul.AccessibleNav li.site-nav__item {
    font-size: 15px; }

  .breakupwithyourbag-intro .menu-nav ul {
    margin-left: 0; } }
li.filter-accordion[data-value="Price"] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  li.filter-accordion[data-value="Price"] .filter-heading,
  li.filter-accordion[data-value="Price"] .filter-accordion-list {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%; }
  li.filter-accordion[data-value="Price"] ul.filter-list-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  li.filter-accordion[data-value="Price"] ul.filter-list-item li {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    width: 100%;
    margin-bottom: 0;
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10; }
  li.filter-accordion[data-value="Price"] ul.filter-list-item li[data-tag="price-under $49"] {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0; }
  li.filter-accordion[data-value="Price"] ul.filter-list-item li[data-tag="price-$50 to $90"] {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1; }
  li.filter-accordion[data-value="Price"] ul.filter-list-item li[data-tag="price-$91 to $120"] {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2; }

div.retake-wrapper {
  padding: 0 0 24px 0; }

.guided-section .guided-question-box p.select__text {
  color: #000; }

@media only screen and (max-width: 768px) {
  div.retake-wrapper {
    padding: 0 0 24px 16px; } }
@-webkit-keyframes fade-to-nothing {
  from {
    opacity: 0; }

  to {
    opacity: 1; } }

.homepage-products-grid.grid .collection-product-item-inner .colors,
.homepage-products-grid.grid .collection-product-item-inner .heart-grey,
.homepage-products-grid.grid .collection-product-item-inner .pwr_wrapper,
.homepage-products-grid.grid .collection-product-item-inner .collection-product-flags {
  display: none; }
.homepage-products-grid.grid .homepage-products-listing h3 {
  width: 100%; }
@media only screen and (max-width: 1024px) {
  .homepage-products-grid.grid .collection-product-info {
    padding: 16px 0; }
  .homepage-products-grid.grid .forloop-last.even {
    display: none; } }
@media only screen and (min-width: 1025px) {
  .homepage-products-grid.grid .homepage-products-listing {
    padding-top: 30px; } }
@media screen and (max-width: 768px) {
  .homepage-products-grid.grid .homepage-products-listing {
    padding: 30px 10px 10px 34px; }
  .homepage-products-grid.grid .collection-product-image .colors {
    opacity: .9;
    z-index: 1;
    background: #DAD9DA; } }
@media only screen and (max-width: 480px) {
  .homepage-products-grid.grid .homepage-products-listing {
    padding: 20px 10px 10px 26px; }
  .homepage-products-grid.grid .collection-product-info {
    padding: 0; }
  .homepage-products-grid.grid .collection-product-title {
    line-height: 20px;
    margin-bottom: 5px; }
  .homepage-products-grid.grid .pwr_wrapper .pr-category-snippet__total {
    font-size: 11px; }
  .homepage-products-grid.grid .pr-star-v4 {
    width: 13px !important;
    height: 13px !important;
    margin-right: 1px !important; }
  .homepage-products-grid.grid .pwr_wrapper .p-w-r .pr-snippet div {
    vertical-align: baseline; } }

.eight-by-eight-banner {
  overflow: hidden; }
  .eight-by-eight-banner .hover-overlay .home-section-box__image-overlay {
    display: none; }
  .eight-by-eight-banner .hover-overlay .home-section-box:hover .home-section-box__image-overlay {
    display: block; }
  .eight-by-eight-banner .hover-pretitle h4 {
    opacity: 0; }
  .eight-by-eight-banner .hover-pretitle .home-section-box:hover h4 {
    opacity: 1; }
  .eight-by-eight-banner .hover-title h2 {
    opacity: 0; }
  .eight-by-eight-banner .hover-title .home-section-box:hover h2 {
    opacity: 1; }
  .eight-by-eight-banner .one-half .home-section-box__content {
    width: 100%;
    max-width: 500px;
    text-align: center;
    padding-top: 5px;
    padding-bottom: 5px; }
  .eight-by-eight-banner .one-half .alignment-right .home-section-box__title {
    width: 465px !important;
    float: right; }
  .eight-by-eight-banner .one-half .alignment-center .home-section-box__title {
    width: 100% !important; }
  .eight-by-eight-banner .eight-by-eight-container .home-section-box__content {
    width: 100%;
    max-width: 740px;
    text-align: center;
    padding-top: 5px;
    padding-bottom: 5px; }
  .eight-by-eight-banner .home-section-box__content-inner {
    margin-left: 0; }
  .eight-by-eight-banner .one-half,
  .eight-by-eight-banner .one-fourth,
  .eight-by-eight-banner .six-eighth {
    margin-bottom: -2px; }
  .eight-by-eight-banner .full-width-image {
    width: 100%; }
    .eight-by-eight-banner .full-width-image img {
      width: 100%; }
  .eight-by-eight-banner .eighth-eighth.slider-type-exists {
    width: 100%; }
  .eight-by-eight-banner .slider-type-exists {
    overflow: hidden;
    position: relative;
    margin-bottom: -7px; }
    .eight-by-eight-banner .slider-type-exists img {
      width: 100%; }
    @media only screen and (min-width: 768px) {
      .eight-by-eight-banner .slider-type-exists .home-section-box__content {
        width: calc(100% - 120px); } }
    @media only screen and (max-width: 500px) {
      .eight-by-eight-banner .slider-type-exists .owl-nav button.owl-prev {
        left: 10px; }
      .eight-by-eight-banner .slider-type-exists .owl-nav button.owl-next {
        right: 10px; }
      .eight-by-eight-banner .slider-type-exists .owl-nav button {
        width: 30px;
        height: 30px; }
        .eight-by-eight-banner .slider-type-exists .owl-nav button span {
          font-size: 45px; } }
  .eight-by-eight-banner .owl-item {
    display: inline-block; }
    .eight-by-eight-banner .owl-item img {
      width: 100%;
      display: block; }
  .eight-by-eight-banner .owl-nav {
    position: static; }
    .eight-by-eight-banner .owl-nav button {
      width: 42px;
      height: 42px;
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      outline: 0;
      background: #000;
      border-radius: 50%; }
      .eight-by-eight-banner .owl-nav button:hover {
        opacity: .7; }
      .eight-by-eight-banner .owl-nav button span {
        font-size: 60px;
        color: #fff;
        line-height: .5em;
        -webkit-touch-callout: none;
        -webkit-user-select: none;
        -khtml-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none; }
    .eight-by-eight-banner .owl-nav button.owl-prev {
      left: 20px; }
    .eight-by-eight-banner .owl-nav button.owl-next {
      right: 20px; }
  @media only screen and (min-width: 769px) {
    .eight-by-eight-banner .button {
      opacity: 0;
      margin-left: 0; }
      .eight-by-eight-banner .button:after {
        width: 100%; }
    .eight-by-eight-banner .home-section-box:hover .button {
      opacity: 1; }
    .eight-by-eight-banner .home-section-box:hover > a:after {
      content: '';
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0;
      left: 0;
      background: rgba(0, 0, 0, 0.25);
      -webkit-animation: fade-to-nothing 1000ms 1s forwards;
      animation: fade-to-nothing 1000ms 1s forwards; }
    .eight-by-eight-banner .home-section-box__title {
      font-size: 45px;
      line-height: 45px; }
    .eight-by-eight-banner .home-section-box__sub-title {
      font-size: 18px;
      margin-bottom: 18px; }
    .eight-by-eight-banner .video-column {
      margin-bottom: -5px; }
    .eight-by-eight-banner .videoWrapper .mobile-only {
      display: none; } }
  @media screen and (max-width: 768px) {
    .eight-by-eight-banner .home-video-section .videoWrapper {
      margin-bottom: -3px; }
    .eight-by-eight-banner .home-section-box__sub-title {
      margin-bottom: 15px; }
    .eight-by-eight-banner .button {
      padding: 12px;
      margin-left: 0;
      font-size: 18px; }
      .eight-by-eight-banner .button:after {
        width: 100%; }
    .eight-by-eight-banner .mobile-fullwidth .col-fourth_sm-9 {
      -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
      max-width: 100%; }
      .eight-by-eight-banner .mobile-fullwidth .col-fourth_sm-9 .col-18_sm-18 {
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
        max-width: 50%;
        padding: 0; }
    .eight-by-eight-banner .col-fourth_sm-9.half-pair-is-hidden {
      -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
      max-width: 100%;
      padding: 0; }
      .eight-by-eight-banner .col-fourth_sm-9.half-pair-is-hidden .col-18_sm-18 {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        max-width: 100%;
        padding: 0; }
      .eight-by-eight-banner .col-fourth_sm-9.half-pair-is-hidden + .col-fourth_sm-9 {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        max-width: 100%;
        padding: 0; }
    .eight-by-eight-banner .col-fourth_sm-9.both-pair-is-hidden {
      display: none; }
      .eight-by-eight-banner .col-fourth_sm-9.both-pair-is-hidden + .col-fourth_sm-9 {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        max-width: 100%;
        padding: 0; }
    .eight-by-eight-banner .desktop-only {
      display: none; } }
  .eight-by-eight-banner .owl-dot {
    height: 15px;
    width: 15px;
    background-color: #EBEBEB;
    border-radius: 50%;
    display: inline-block;
    margin-right: 10px; }
  .eight-by-eight-banner .owl-dot.active {
    background-color: #8B8B8B; }
  .eight-by-eight-banner .owl-dots {
    text-align: center;
    height: 40px;
    margin-top: 10px; }
  .eight-by-eight-banner .alignment-center .home-section-box__content {
    padding: 20px 55px 35px 55px; }
    .eight-by-eight-banner .alignment-center .home-section-box__content h4,
    .eight-by-eight-banner .alignment-center .home-section-box__content h2,
    .eight-by-eight-banner .alignment-center .home-section-box__content .home-section-box__content-inner {
      text-align: center; }
  .eight-by-eight-banner .alignment-left .home-section-box__content {
    padding: 20px 55px 35px 55px; }
    .eight-by-eight-banner .alignment-left .home-section-box__content h4,
    .eight-by-eight-banner .alignment-left .home-section-box__content h2,
    .eight-by-eight-banner .alignment-left .home-section-box__content .home-section-box__content-inner {
      text-align: left; }
  .eight-by-eight-banner .alignment-right .home-section-box__title {
    width: 625px !important; }
  .eight-by-eight-banner .alignment-right .home-section-box__content {
    padding: 20px 55px 35px 55px; }
    .eight-by-eight-banner .alignment-right .home-section-box__content h4,
    .eight-by-eight-banner .alignment-right .home-section-box__content h2,
    .eight-by-eight-banner .alignment-right .home-section-box__content .home-section-box__content-inner {
      text-align: right; }
  .eight-by-eight-banner .vertical-top .home-section-box__content {
    top: 40%; }
  .eight-by-eight-banner .vertical-middle .home-section-box__content {
    top: 50%; }
  .eight-by-eight-banner .vertical-bottom .home-section-box__content {
    top: 60%; }
  .eight-by-eight-banner .one-half.vertical-top .home-section-box__content {
    top: 44%; }
  .eight-by-eight-banner .one-half.vertical-middle .home-section-box__content {
    top: 50%; }
  .eight-by-eight-banner .one-half.vertical-bottom .home-section-box__content {
    top: 56%; }
  .eight-by-eight-banner .six-eighth.vertical-top .home-section-box__content {
    top: 35%; }
  .eight-by-eight-banner .six-eighth.vertical-middle .home-section-box__content {
    top: 50%; }
  .eight-by-eight-banner .six-eighth.vertical-bottom .home-section-box__content {
    top: 65%; }
  @media only screen and (max-width: 480px) {
    .eight-by-eight-banner [class*="grid"] {
      margin-left: -10px; }
    .eight-by-eight-banner [class*="grid-"][class*="-noGutter"][class*="-noGutter-matchHeight"] {
      margin: 0; } }
  @media only screen and (min-width: 568px) {
    .eight-by-eight-banner .horizontal-left {
      position: absolute;
      left: 5%; }
    .eight-by-eight-banner .horizontal-center {
      left: 50%;
      transform: translate(-50%, -50%); }
    .eight-by-eight-banner .horizontal-right {
      position: absolute;
      right: 5%; } }
  .eight-by-eight-banner .eight-by-eight-container .home-section-box__title {
    line-height: 38px !important;
    width: 600px; }
  .eight-by-eight-banner .home-section-box__title {
    line-height: 42px !important; }
  .eight-by-eight-banner .one-half .alignment-left {
    text-align: left; }
  .eight-by-eight-banner .one-half .alignment-right {
    text-align: right; }
  .eight-by-eight-banner .one-half .alignment-center {
    text-align: center; }
  .eight-by-eight-banner .one-half .horizontal-left {
    text-align: center;
    left: 1%; }
  .eight-by-eight-banner .one-half .horizontal-right {
    text-align: center;
    right: 1%; }
  .eight-by-eight-banner .six-eighth .alignment-left {
    text-align: left; }
  .eight-by-eight-banner .six-eighth .alignment-right {
    text-align: right; }
  .eight-by-eight-banner .six-eighth .alignment-center {
    text-align: center; }
  .eight-by-eight-banner .six-eighth .horizontal-left {
    position: absolute;
    left: 10%; }
  .eight-by-eight-banner .six-eighth .horizontal-right {
    position: absolute;
    right: 10%; }

@media screen and (min-width: 768px) {
  .home-section-box__title {
    width: 650px !important; } }
@media screen and (min-width: 405px) and (max-width: 768px) {
  .eight-by-eight-banner .eight-by-eight-container .home-section-box__title {
    line-height: 25px !important; }

  .eight-by-eight-banner .alignment-right .home-section-box__title {
    width: 315px !important; }

  .eight-by-eight-banner .eight-by-eight-container .home-section-box__title {
    width: 315px; } }
@media screen and (max-width: 400px) {
  .eight-by-eight-banner .eight-by-eight-container .home-section-box__title {
    line-height: 25px !important; }

  .eight-by-eight-banner .alignment-right .home-section-box__title {
    width: 265px !important; }

  .eight-by-eight-banner .alignment-center .home-section-box__title {
    width: 265px !important; }

  .eight-by-eight-banner .eight-by-eight-container .home-section-box__title {
    width: 315px; } }
.hp-button {
  text-align: center !important; }

.home-section.add-padding-all-around:not(.eight-by-eight-banner) .col-9_sm-18 {
  padding: 20px; }
  @media screen and (min-width: 769px) {
    .home-section.add-padding-all-around:not(.eight-by-eight-banner) .col-9_sm-18:first-child {
      padding-right: 10px; }
    .home-section.add-padding-all-around:not(.eight-by-eight-banner) .col-9_sm-18:last-child {
      padding-left: 10px; } }
  @media screen and (max-width: 768px) {
    .home-section.add-padding-all-around:not(.eight-by-eight-banner) .col-9_sm-18:first-child {
      padding-bottom: 10px; }
    .home-section.add-padding-all-around:not(.eight-by-eight-banner) .col-9_sm-18:last-child {
      padding-top: 10px; } }

@media screen and (max-width: 768px) {
  .home-section .desktop-only {
    display: none; } }

.eight-by-eight-banner.home-section2.add-padding-around .eight-by-eight-container .home-section-box {
  position: relative; }
  .eight-by-eight-banner.home-section2.add-padding-around .eight-by-eight-container .home-section-box:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    padding: 10px;
    border-top-width: 20px;
    border-bottom-width: 20px;
    z-index: 8; }
.eight-by-eight-banner.home-section2.add-padding-around .eight-by-eight-container > div:first-child .home-section-box:before {
  border-left-width: 20px; }
.eight-by-eight-banner.home-section2.add-padding-around .eight-by-eight-container > div:last-child .home-section-box:before {
  border-right-width: 20px; }
.eight-by-eight-banner.home-section2.add-padding-around .eight-by-eight-container .one-eighth .grid > div:first-child .home-section-box:before {
  border-bottom-width: 10px; }
.eight-by-eight-banner.home-section2.add-padding-around .eight-by-eight-container .one-eighth .grid > div:last-child .home-section-box:before {
  border-top-width: 10px; }
@media screen and (max-width: 768px) {
  .eight-by-eight-banner.home-section2.add-padding-around .eight-by-eight-container > div:first-child .home-section-box:before {
    border-left-width: 10px; }
  .eight-by-eight-banner.home-section2.add-padding-around .eight-by-eight-container > div:last-child .home-section-box:before {
    border-right-width: 10px; }
  .eight-by-eight-banner.home-section2.add-padding-around .eight-by-eight-container .home-section-box:before {
    border-width: 5px;
    border-top-width: 10px;
    border-bottom-width: 10px; }
  .eight-by-eight-banner.home-section2.add-padding-around .eight-by-eight-container .col-three-fourths_sm-18 .home-section-box:before,
  .eight-by-eight-banner.home-section2.add-padding-around .eight-by-eight-container .col-9_sm-18 .home-section-box:before {
    border-right-width: 10px;
    border-left-width: 10px; }
  .eight-by-eight-banner.home-section2.add-padding-around .eight-by-eight-container .col-fourth_sm-9 .home-section-box:before {
    border-left-width: 10px; }
  .eight-by-eight-banner.home-section2.add-padding-around .eight-by-eight-container .col-fourth_sm-9 + .col-fourth_sm-9 .home-section-box:before {
    border-left-width: 5px;
    border-right-width: 10px; }
  .eight-by-eight-banner.home-section2.add-padding-around .eight-by-eight-container.mobile-fullwidth .col-fourth_sm-9.one-fourth .home-section-box:before {
    border-width: 10px; }
  .eight-by-eight-banner.home-section2.add-padding-around .eight-by-eight-container.mobile-fullwidth .col-fourth_sm-9.one-eighth .col-18_sm-18 .home-section-box:before {
    border-width: 10px; }
  .eight-by-eight-banner.home-section2.add-padding-around .eight-by-eight-container.mobile-fullwidth .col-fourth_sm-9.one-eighth .grid {
    margin-left: 0; }
  .eight-by-eight-banner.home-section2.add-padding-around .eight-by-eight-container.mobile-fullwidth .col-fourth_sm-9.one-eighth .col-18_sm-18:first-child .home-section-box:before {
    border-right-width: 5px; }
  .eight-by-eight-banner.home-section2.add-padding-around .eight-by-eight-container.mobile-fullwidth .col-fourth_sm-9.one-eighth .col-18_sm-18:last-child .home-section-box:before {
    border-left-width: 5px; } }

@-webkit-keyframes slide-down {
  from {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%); }

  to {
    -webkit-transform: translateY(0);
    transform: translateY(0); } }

@keyframes slide-down {
  from {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%); }

  to {
    -webkit-transform: translateY(0);
    transform: translateY(0); } }

@-webkit-keyframes fade-to-nothing {
  from {
    opacity: 1; }

  to {
    opacity: 0; } }

@keyframes fade-to-nothing {
  from {
    opacity: 1; }

  to {
    opacity: 0; } }

.ajax_cart_icon {
  float: right; }

.bms-cart-v3.body--drawer-cart--open .site-header__search-link.site-header__right-item {
  border-right: 1px solid #eee; }
.bms-cart-v3.body--drawer-cart--open .ajax_cart_icon {
  min-width: 60px; }
  .bms-cart-v3.body--drawer-cart--open .ajax_cart_icon a.site-header__cart--link {
    pointer-events: none;
    color: #FFFF00 !important;
    font-weight: 900; }
  .bms-cart-v3.body--drawer-cart--open .ajax_cart_icon .site-header__cart-count {
    color: #FFFF00 !important;
    font-weight: 900; }
.bms-cart-v3.body--drawer-cart--open .ajax-cart.ajax-cart--v2 {
  width: 375px;
  overflow-y: inherit; }
  @media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .bms-cart-v3.body--drawer-cart--open .ajax-cart.ajax-cart--v2 .ajax-cart__products {
      max-height: calc(100vh - 330px ) !important; } }
  .bms-cart-v3.body--drawer-cart--open .ajax-cart.ajax-cart--v2 .relative-container h4 {
    display: none; }
  .bms-cart-v3.body--drawer-cart--open .ajax-cart.ajax-cart--v2 .corporate-relative-container {
    padding-top: 5px;
    padding-bottom: 0; }
  .bms-cart-v3.body--drawer-cart--open .ajax-cart.ajax-cart--v2 .mini-cart__close {
    top: 25px;
    right: 40px;
    z-index: 9; }
    .bms-cart-v3.body--drawer-cart--open .ajax-cart.ajax-cart--v2 .mini-cart__close img {
      width: 20px; }
  .bms-cart-v3.body--drawer-cart--open .ajax-cart.ajax-cart--v2 .ajax-cart__footer {
    position: static;
    background: #fff;
    padding: 16px 0 0; }
    .bms-cart-v3.body--drawer-cart--open .ajax-cart.ajax-cart--v2 .ajax-cart__footer .subtotal {
      margin-bottom: 0;
      padding-left: 16px;
      padding-right: 16px;
      -webkit-box-sizing: border-box;
      box-sizing: border-box; }
      .bms-cart-v3.body--drawer-cart--open .ajax-cart.ajax-cart--v2 .ajax-cart__footer .subtotal .money {
        font-weight: bold; }
    .bms-cart-v3.body--drawer-cart--open .ajax-cart.ajax-cart--v2 .ajax-cart__footer .banner {
      top: 0; }
    .bms-cart-v3.body--drawer-cart--open .ajax-cart.ajax-cart--v2 .ajax-cart__footer .banner__inner {
      -webkit-animation: slide-down 100ms .3s forwards ease-in;
      animation: slide-down 100ms .3s forwards ease-in;
      font-size: 14px;
      font-style: italic;
      text-align: left;
      padding-left: 15px;
      position: relative; }
      .bms-cart-v3.body--drawer-cart--open .ajax-cart.ajax-cart--v2 .ajax-cart__footer .banner__inner.code-copied:after {
        content: "Code Copied";
        position: absolute;
        right: 15px;
        top: 0;
        -webkit-animation: fade-to-nothing 1000ms 1s forwards;
        animation: fade-to-nothing 1000ms 1s forwards; }
      .bms-cart-v3.body--drawer-cart--open .ajax-cart.ajax-cart--v2 .ajax-cart__footer .banner__inner.code-copied:before {
        display: none; }
      .bms-cart-v3.body--drawer-cart--open .ajax-cart.ajax-cart--v2 .ajax-cart__footer .banner__inner b {
        text-transform: uppercase; }
    .bms-cart-v3.body--drawer-cart--open .ajax-cart.ajax-cart--v2 .ajax-cart__footer .copy-this-discountcode {
      opacity: 0;
      width: 52px;
      height: 2px;
      position: absolute; }
    .bms-cart-v3.body--drawer-cart--open .ajax-cart.ajax-cart--v2 .ajax-cart__footer .button:hover:after {
      width: 100%; }
    .bms-cart-v3.body--drawer-cart--open .ajax-cart.ajax-cart--v2 .ajax-cart__footer .button__text {
      font-size: 24px; }
  .bms-cart-v3.body--drawer-cart--open .ajax-cart.ajax-cart--v2 .ajax-cart__footer.corporate-ajax-cart__footer a[href="/cart"] {
    display: block !important; }
.bms-cart-v3.body--drawer-cart--open .ajax-cart__product {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-bottom: 15px;
  margin-bottom: 15px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start; }
  .bms-cart-v3.body--drawer-cart--open .ajax-cart__product .grid {
    margin-left: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: calc(100% - 60px );
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    @media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
      .bms-cart-v3.body--drawer-cart--open .ajax-cart__product .grid {
        max-width: 100%; } }
    .bms-cart-v3.body--drawer-cart--open .ajax-cart__product .grid .item-image,
    .bms-cart-v3.body--drawer-cart--open .ajax-cart__product .grid .item-details {
      padding-left: 0;
      padding-bottom: 0; }
    .bms-cart-v3.body--drawer-cart--open .ajax-cart__product .grid .item-details {
      -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
      order: 1;
      padding-left: 15px;
      width: 100% !important;
      max-width: calc(100% - 70px);
      -ms-flex-preferred-size: calc(100% - 70px);
      flex-basis: calc(100% - 70px);
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      text-align: left; }
      .bms-cart-v3.body--drawer-cart--open .ajax-cart__product .grid .item-details ul.un-list {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%; }
        .bms-cart-v3.body--drawer-cart--open .ajax-cart__product .grid .item-details ul.un-list li {
          margin-bottom: 0; }
        .bms-cart-v3.body--drawer-cart--open .ajax-cart__product .grid .item-details ul.un-list li:first-child {
          margin-top: -5px;
          line-height: 18px; }
        .bms-cart-v3.body--drawer-cart--open .ajax-cart__product .grid .item-details ul.un-list li.grey {
          display: inline-block;
          font-size: 14px;
          line-height: 18px; }
        .bms-cart-v3.body--drawer-cart--open .ajax-cart__product .grid .item-details ul.un-list li.grey:not(.first-option) {
          padding-left: 15px;
          position: relative; }
          .bms-cart-v3.body--drawer-cart--open .ajax-cart__product .grid .item-details ul.un-list li.grey:not(.first-option):before {
            content: '\00B7';
            position: absolute;
            left: 4px;
            top: 45%;
            -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
            font-size: 28px; }
      .bms-cart-v3.body--drawer-cart--open .ajax-cart__product .grid .item-details .minicart-price-wrapper {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex; }
        .bms-cart-v3.body--drawer-cart--open .ajax-cart__product .grid .item-details .minicart-price-wrapper .final-sale-text {
          color: #cc4b00 !important;
          font-style: italic;
          margin-left: 5px;
          font-size: 13px;
          text-transform: capitalize;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          vertical-align: middle;
          -webkit-box-align: center;
          -ms-flex-align: center;
          align-items: center;
          width: 100%; }
          .bms-cart-v3.body--drawer-cart--open .ajax-cart__product .grid .item-details .minicart-price-wrapper .final-sale-text img {
            display: inline-block;
            margin-right: 3px;
            width: 13px !important; }
      .bms-cart-v3.body--drawer-cart--open .ajax-cart__product .grid .item-details h6.monospace {
        font-size: 15px;
        line-height: 23px;
        color: #ff5f00;
        font-family: "FGRegular",sans-serif;
        font-weight: normal;
        display: inline-block; }
    .bms-cart-v3.body--drawer-cart--open .ajax-cart__product .grid .item-image {
      max-width: 60px; }
      .bms-cart-v3.body--drawer-cart--open .ajax-cart__product .grid .item-image img {
        width: 100%; }
  .bms-cart-v3.body--drawer-cart--open .ajax-cart__product .grid-middle {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 50px;
    flex: 1 1 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    max-width: 50px; }
    .bms-cart-v3.body--drawer-cart--open .ajax-cart__product .grid-middle .delete-cart-item {
      -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
      order: 1; }
      .bms-cart-v3.body--drawer-cart--open .ajax-cart__product .grid-middle .delete-cart-item a.ajax_remove_item.link, .bms-cart-v3.body--drawer-cart--open .ajax-cart__product .grid-middle .delete-cart-item .website a.ajax_remove_item, .website .bms-cart-v3.body--drawer-cart--open .ajax-cart__product .grid-middle .delete-cart-item a.ajax_remove_item, .bms-cart-v3.body--drawer-cart--open .ajax-cart__product .grid-middle .delete-cart-item a.ajax_remove_item.store-retailers__find-button, .bms-cart-v3.body--drawer-cart--open .ajax-cart__product .grid-middle .delete-cart-item .directions a.ajax_remove_item, .directions .bms-cart-v3.body--drawer-cart--open .ajax-cart__product .grid-middle .delete-cart-item a.ajax_remove_item {
        text-align: right;
        display: block;
        font-weight: normal;
        font-family: "FGRegular",sans-serif;
        font-size: 11px;
        line-height: 1em;
        text-decoration: underline;
        padding-right: 7px;
        padding-top: 5px; }
    .bms-cart-v3.body--drawer-cart--open .ajax-cart__product .grid-middle .delete-cart-item,
    .bms-cart-v3.body--drawer-cart--open .ajax-cart__product .grid-middle .quantity-wrapper {
      width: 100%;
      -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
      max-width: 100%;
      padding: 0; }
      .bms-cart-v3.body--drawer-cart--open .ajax-cart__product .grid-middle .delete-cart-item.disable-qty,
      .bms-cart-v3.body--drawer-cart--open .ajax-cart__product .grid-middle .quantity-wrapper.disable-qty {
        display: none; }
    .bms-cart-v3.body--drawer-cart--open .ajax-cart__product .grid-middle .js-qty {
      max-width: 50px;
      min-width: 50px;
      background: #fff;
      overflow: visible;
      margin-right: 0;
      float: right;
      border: 1px solid #eee; }
      .bms-cart-v3.body--drawer-cart--open .ajax-cart__product .grid-middle .js-qty input {
        padding: 5px 12px 5px 8px;
        text-align: left;
        background-image: url(//cdn.shopify.com/s/files/1/2572/9458/files/arrow-qty.png?v=917796016546153577);
        background-size: 12px;
        background-repeat: no-repeat;
        background-position: right center; }
      .bms-cart-v3.body--drawer-cart--open .ajax-cart__product .grid-middle .js-qty button span.icon {
        display: none; }
      .bms-cart-v3.body--drawer-cart--open .ajax-cart__product .grid-middle .js-qty .js-qty__adjust--minus {
        left: 70%;
        height: 15px;
        top: 18px; }
      .bms-cart-v3.body--drawer-cart--open .ajax-cart__product .grid-middle .js-qty .js-qty__adjust--plus {
        left: 70%;
        height: 15px;
        top: 0; }
.bms-cart-v3.body--drawer-cart--open .cart-button-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end; }
  .bms-cart-v3.body--drawer-cart--open .cart-button-wrapper > * {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5; }
  .bms-cart-v3.body--drawer-cart--open .cart-button-wrapper p.affirm-as-low-as {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
    max-width: 50%;
    text-align: right;
    font-size: 12px;
    color: #a2a2a2;
    line-height: 16px;
    padding-right: 16px; }
  .bms-cart-v3.body--drawer-cart--open .cart-button-wrapper a.affirm-modal-trigger {
    display: none; }
  .bms-cart-v3.body--drawer-cart--open .cart-button-wrapper span.__affirm-logo.__affirm-logo-blue.__ligature__Affirm__.__processed {
    font-family: "FGRegular",sans-serif !important;
    font-size: 12px;
    color: #ff5f00;
    text-decoration: underline; }
.bms-cart-v3.body--drawer-cart--open .site-header__mobile-cart > a {
  display: none; }
.bms-cart-v3 #ajaxCartContainer__mobile #ajax_cart_wrapper {
  width: 100vw;
  max-width: 500px; }
@media only screen and (max-width: 1036px) {
  .bms-cart-v3.body--drawer-cart--open .ajax-cart.ajax-cart--v2 .mini-cart__close {
    top: -18px; }
    .bms-cart-v3.body--drawer-cart--open .ajax-cart.ajax-cart--v2 .mini-cart__close img {
      width: 18px !important; } }
@media only screen and (max-width: 450px) {
  .bms-cart-v3.body--drawer-cart--open .ajax-cart.ajax-cart--v2 .mini-cart__close {
    top: -6px; }
    .bms-cart-v3.body--drawer-cart--open .ajax-cart.ajax-cart--v2 .mini-cart__close img {
      margin-right: 5px;
      display: inline; } }
.bms-cart-v3.bms-cart-v3-additional-btn .ajax-cart.ajax-cart--v2 .additional-or > span {
  background-color: #fff; }
@media only screen and (max-width: 450px) {
  .bms-cart-v3.bms-cart-v3-additional-btn .additional-show {
    padding-bottom: 10px; } }
.bms-cart-v3:not(.bms-cart-v3-additional-btn) span.additional-show.v3,
.bms-cart-v3:not(.bms-cart-v3-additional-btn) .additional-checkout-buttons.v2.v3,
.bms-cart-v3:not(.bms-cart-v3-additional-btn) .additional-or.v2.v3 {
  display: none; }

body:not(.bms-cart-v3) a.banner__inner {
  pointer-events: none; }
body:not(.bms-cart-v3) .copy-this-discountcode {
  display: none; }

body.bms-cart-v3.template-cart.corporate-site .middle-header__right .ajax_cart_icon {
  pointer-events: none; }

/*  BLOG

    Bold managed services
    Dev: Justin P
    Date: 02/13/19
    Files affected:
      -templates/blog.liquid
      -section/blog.liquid

================================ */
.blog__header {
  position: relative; }

.blog__header-content-wrapper {
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 1;
  width: 100%;
  transform: translate(0, -50%); }

.blog__header-sub-title {
  margin-bottom: 0; }

.blog__header-image {
  display: block;
  width: 100%; }

.blog__articles {
  padding: 20px; }

.blog__article-wrapper {
  position: relative;
  display: block;
  margin-bottom: 20px; }
  .blog__article-wrapper.blog__article-wrapper--last {
    margin-bottom: 0; }
  .blog__article-wrapper:hover .button:after {
    width: 100%; }

.blog__article-content-wrapper {
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 1;
  width: 100%;
  padding: 0 40px;
  transform: translate(0, -50%); }

.blog__article-image {
  display: block;
  width: 100%; }

.blog__article-read-more-wrapper {
  display: block;
  padding: 40px;
  text-align: center; }
  .blog__article-read-more-wrapper:hover .button:after {
    width: 100%; }

.blog__article-read-more-title {
  display: inline-block;
  vertical-align: top;
  margin-right: 30px;
  margin-bottom: 0; }

.blog__sub-header {
  padding: 20px;
  background-size: cover;
  background-position: center center; }

.blog__sub-header-small-title {
  margin-bottom: 0;
  font-size: 14px; }

.blog__sub-header-title {
  margin-bottom: 5px;
  font-size: 30px;
  line-height: 32px; }

.blog__sub-header-sub-title {
  margin-bottom: 0;
  font-size: 20px;
  line-height: 22px; }

@media screen and (max-width: 1280px) {
  .blog__article-content-title {
    font-size: 30px; } }
@media screen and (max-width: 1024px) {
  .blog__header-content-wrapper {
    padding: 20px; } }
@media screen and (max-width: 768px) {
  .blog__header-small-title {
    margin-bottom: 10px; }

  .blog__header-title {
    margin-bottom: 10px;
    font-size: 60px;
    line-height: 64px; } }
@media screen and (max-width: 480px) {
  .blog__header-sub-title {
    font-size: 24px; }

  .blog__header-title {
    font-size: 44px;
    line-height: 48px; }

  .blog__article-content-wrapper {
    padding: 20px; }
    .blog__article-content-wrapper .button {
      margin-left: 0;
      padding-top: 10px;
      padding-bottom: 10px;
      font-size: 18px; }

  .blog__article-content-title {
    font-size: 24px; } }
@media screen and (max-width: 320px) {
  .blog__header-title {
    font-size: 30px;
    line-height: 32px; }

  .blog__header-sub-title {
    font-size: 18px; } }
.overflow-no-scrolling {
  overflow: hidden !important;
  max-height: 100vh;
  width: 100vw; }

.bold-overlay {
  position: fixed;
  top: 0;
  z-index: 99999999999;
  left: 0;
  overflow: hidden !important;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.6);
  display: none;
  justify-content: center;
  align-items: center; }
  .bold-overlay .bold-modal {
    max-width: 800px;
    position: relative; }
  .bold-overlay a.x-close {
    display: inline-block;
    position: absolute;
    right: 15px;
    top: 15px;
    font-size: 32px;
    color: #fff; }
  .bold-overlay a.april-fools-bag {
    position: absolute;
    bottom: 70px;
    line-height: 1.3em;
    max-width: 90%;
    left: 50%;
    transform: translateX(-50%); }
  .bold-overlay img {
    display: block;
    width: 100%; }

a.april-fools-bag {
  width: 100%;
  padding: 10px 16px;
  display: block;
  text-align: center;
  background: #ff0;
  font-family: "FGBold",sans-serif;
  font-size: 24px;
  text-transform: uppercase;
  color: #000;
  cursor: pointer;
  line-height: 24px; }

.footer-links .footer-logo-img {
  width: 100%;
  max-width: 215px;
  margin-bottom: 35px; }
.footer-links ul.social-icons {
  margin-left: 0;
  display: flex;
  list-style: none;
  margin-bottom: 40px; }
  .footer-links ul.social-icons li a {
    max-width: 15px;
    display: block;
    margin: 10px 5px 0; }
  .footer-links ul.social-icons li:first-child a {
    margin-left: 0; }
@media only screen and (min-width: 481px) {
  .footer-links [class*='grid'] > [class*="col-fifth"] {
    flex-basis: auto;
    flex-grow: 1; }
    .footer-links [class*='grid'] > [class*="col-fifth"].newsletter-wrapper {
      flex-basis: 350px;
      max-width: none; }
    .footer-links [class*='grid'] > [class*="col-fifth"].footer-logo {
      flex-basis: 320px;
      max-width: 330px; }
  .footer-links h2.footer-links__title {
    font-size: 24px; } }
@media only screen and (max-width: 1168px) and (min-width: 481px) {
  .footer-links [class*='grid'] > [class*="col-fifth"] {
    order: 5;
    flex-basis: 33%;
    max-width: none; }
    .footer-links [class*='grid'] > [class*="col-fifth"].footer-logo {
      flex-basis: 50%;
      order: 1; }
    .footer-links [class*='grid'] > [class*="col-fifth"].newsletter-wrapper {
      flex-basis: 50%;
      order: 2; }
  .footer-links .newsletter-wrapper {
    margin-bottom: 50px; }
    .footer-links .newsletter-wrapper .footer-links__title {
      margin-bottom: 20px; } }
@media only screen and (max-width: 480px) {
  .footer-links .footer-logo-img {
    margin: 0 auto 15px; }
  .footer-links .timbuk2-info p {
    text-align: center; }
  .footer-links ul.social-icons {
    justify-content: center; }
  .footer-links .newsletter-wrapper {
    margin-bottom: 50px; } }
.footer-links .timbuk2-info p {
  color: white;
  font-family: "Space Mono", monospace;
  font-size: 16px;
  line-height: 32px;
  margin-bottom: 0; }
.footer-links ::-webkit-input-placeholder {
  color: #b3b3b3;
  text-align: left;
  font-weight: normal;
  font-size: 16px;
  line-height: 22px;
  font-family: "Space Mono", monospace;
  text-transform: capitalize; }
.footer-links ::-moz-placeholder {
  color: #b3b3b3;
  text-align: left;
  font-weight: normal;
  font-size: 16px;
  line-height: 22px;
  font-family: "Space Mono", monospace;
  text-transform: capitalize; }
.footer-links :-ms-input-placeholder {
  color: #b3b3b3;
  text-align: left;
  font-weight: normal;
  font-size: 16px;
  line-height: 22px;
  font-family: "Space Mono", monospace;
  text-transform: capitalize; }
.footer-links :-moz-placeholder {
  color: #b3b3b3;
  text-align: left;
  font-weight: normal;
  font-size: 16px;
  line-height: 22px;
  font-family: "Space Mono", monospace;
  text-transform: capitalize; }
.footer-links .newsletter {
  background: none;
  padding: 0;
  text-align: left; }
  .footer-links .newsletter .newsletter__title {
    color: white; }
.footer-links form#footer_signup {
  display: flex; }
.footer-links .newsletter__input {
  border-bottom: 1px solid white;
  color: white;
  padding: 0;
  text-align: left; }
.footer-links button#subscribe {
  min-width: 90px; }

.slick-product_images {
  list-style-type: none;
  margin: 0; }

ul.slick-dots {
  list-style-type: none;
  text-align: center; }
  ul.slick-dots li {
    display: inline-block; }

@media only screen and (max-width: 1024px) {
  .prevent-body-scroll {
    position: fixed;
    overflow: hidden; }
    .prevent-body-scroll:before {
      position: fixed;
      overflow: hidden !important;
      height: 100vh;
      width: 100vw;
      content: ''; }

  .collection-sort.mobile-sort-by {
    display: none;
    -webkit-transform: translate(0, -100%);
    transform: translate(0, -100%);
    -webkit-transition: -webkit-transform 0.2s;
    transition: -webkit-transform 0.2s;
    transition: transform 0.2s;
    transition: transform 0.2s, -webkit-transform 0.2s; }

  .collection-page .mobile-filtering.collection-filtering.fixed .collection-product-count, .collection-page .mobile-filtering.collection-filtering.stuck .collection-product-count {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0); }
  .collection-page .mobile-filtering.collection-filtering.fixed {
    z-index: 9999999;
    height: 100%;
    display: block; }

  .mobile-filtering.collection-filtering.fixed .collection-compare-list.md-show.show {
    display: none; }
  .mobile-filtering.collection-filtering.fixed .mobile-filter-heading-open {
    background: white; }
  .mobile-filtering.collection-filtering.fixed .collection-product-count {
    text-align: center;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    display: block !important; }
    .mobile-filtering.collection-filtering.fixed .collection-product-count .result-count {
      display: inline-block;
      margin-right: 5px; }
  .mobile-filtering.collection-filtering.fixed .collection-sort.mobile-sort-by {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 16px;
    -webkit-box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.1);
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0); }
  .mobile-filtering.collection-filtering.fixed .mobile-sort-by-container {
    background: white;
    padding-bottom: 10px; }
  .mobile-filtering.collection-filtering.fixed .mobile-filters-accordion .collection-filtering-inner .collection-filtering__divider,
  .mobile-filtering.collection-filtering.fixed .mobile-filters-accordion .collection-filtering-inner .collection-filter-container {
    display: none; }

  .mobile-filters-accordion {
    top: 170px; }

  .mobile-filters-accordion-inner .collection-filtering-inner {
    margin-bottom: 100px !important;
    display: block; }

  ul.filter-list-item.device-list li input[type="checkbox"] {
    position: absolute;
    left: 50%;
    height: 100%;
    display: block;
    transform: translate(-50%, -50%);
    width: 100%;
    top: 50%;
    z-index: 9;
    opacity: 0; }

  .template-collection .color-tooltip {
    display: none; } }
.product-notify-me-form #mail--banner {
  width: 100%; }
.product-notify-me-form h4 {
  margin-bottom: 0; }
.product-notify-me-form h5.swatch__title.prelaunch__title {
  font-weight: normal; }
.product-notify-me-form button#subscribe--banner {
  margin-left: 0;
  width: 100%;
  background: yellow; }
.product-notify-me-form .notification-error-msg {
  color: #cc4b01;
  position: relative; }
  .product-notify-me-form .notification-error-msg:before {
    content: '\0021';
    position: absolute;
    left: 8px;
    top: -30px;
    width: 20px;
    height: 20px;
    color: white;
    background: #cc4b01;
    border-radius: 50%;
    text-align: center;
    font-weight: bold;
    font-size: 13px;
    font-family: verdana;
    line-height: 21px; }
.product-notify-me-form input#mail--banner.with-error {
  border: 1px solid #cc4b01;
  padding: 4px 10px 4px 35px;
  color: #CC4B01; }
.product-notify-me-form.prelaunch-form {
  display: block !important; }

#prelaunch_signup--banner.prelaunch-section-banner .notification-error-msg {
  color: #cc4b01;
  position: relative; }
  #prelaunch_signup--banner.prelaunch-section-banner .notification-error-msg:before {
    content: '\0021';
    position: absolute;
    left: 8px;
    top: -42px;
    width: 20px;
    height: 20px;
    color: white;
    background: #cc4b01;
    border-radius: 50%;
    text-align: center;
    font-weight: bold;
    font-size: 13px;
    font-family: verdana;
    line-height: 21px; }
#prelaunch_signup--banner.prelaunch-section-banner input#mail--banner.with-error {
  border-color: #cc4b01;
  padding-left: 35px;
  color: #CC4B01; }

.dynamic-checkout__content .shopify-cleanslate [data-testid] {
  height: auto;
  flex-basis: auto !important;
  margin-bottom: 10px !important;
  margin-right: 10px !important; }
.dynamic-checkout__content .shopify-cleanslate [data-shopify-buttoncontainer] {
  flex-direction: column !important;
  justify-content: baseline; }

div#dynamic-checkout-cart {
  width: 100% !important; }

.bundle_visible_prop {
  font-size: 14px;
  line-height: 1.4em; }

button.btn.bold-bundles-widget__button {
  pointer-events: none; }

.bold-bundles-widget__footer {
  cursor: pointer;
  position: relative; }
  .bold-bundles-widget__footer .btn::after {
    width: 100%; }
  .bold-bundles-widget__footer:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0; }

@media only screen and (max-width: 1450px) and (min-width: 1025px) {
  .collection-banner-overlay p {
    margin-bottom: 0px; }
  .collection-banner-overlay p, .collection-banner-overlay span, .collection-banner-overlay .collection-banner-text {
    line-height: 27px; }
  .collection-banner-overlay .h2.collection-banner-title {
    margin-bottom: 10px;
    font-size: 52px; }

  .collection-banner .collection-banner-overlay .banner-grid {
    height: 90%; } }
@media only screen and (max-width: 1280px) and (min-width: 1025px) {
  .collection-banner .collection-banner-overlay {
    margin-bottom: 0px; } }
#cloverly-container {
  min-height: 30px;
  width: 100%;
  margin: 10px 0; }

#cart_page_contents_container #cloverly-check-wrapper {
  padding: 0 !important; }

.font-h1 {
  font-family: "FGBold",sans-serif; }

.product_images img[data-lazy] {
  visibility: hidden; }

.font-h2 {
  font-family: "Space Mono",monospace; }

.font-body {
  font-family: "FGRegular",sans-serif; }

.highlight {
  background-color: black;
  padding-left: 20px;
  padding-bottom: 10px;
  padding-right: 20px; }

.hp-button {
  position: relative;
  display: inline-block;
  padding: 16px;
  font-family: "FGBold", sans-serif;
  font-size: 16px;
  text-transform: uppercase;
  color: black;
  cursor: pointer; }
  .hp-button:after {
    content: '';
    top: 0;
    right: 0;
    z-index: 1;
    display: block;
    height: 100%;
    transition: all 0.15s ease-in-out; }

.inputShadow {
  box-shadow: 0 0 5px 2.5px #E5E5E5; }

.header-message {
  background: black;
  color: white; }

.site-header__search-input {
  background-color: #EFEFEF;
  margin-left: 15px;
  font-family: 'Archivo', sans-serif !important; }

.non-commerce__item {
  font-family: 'Archivo', sans-serif; }

.mobile-site-header__search-input {
  vertical-align: top;
  width: calc(100% - 26px);
  height: 62px;
  padding: 20px 30px 20px 10px;
  font-family: "Space Mono",monospace;
  font-size: 16px;
  line-height: 22px;
  border: 0; }

.mobile-search-form {
  display: flex; }

@media only screen and (max-width: 1170px) {
  .site-header__search-input {
    width: 100px; } }
@media only screen and (max-width: 1037px) {
  .desktop-header-links {
    display: none; }

  .slider-item {
    margin-bottom: 10px; }

  .desktop-header-links {
    font-size: 15px; } }
@media only screen and (min-width: 1037px) {
  .site-header__cart-count {
    background: transparent;
    width: 0px; }

  .middle-header__center {
    width: 100%; }

  .desktop-header-links {
    position: absolute;
    right: 0px;
    top: 13px;
    z-index: 999;
    font-size: 13px; }

  .non-commerce__item {
    font-size: 15px; }

  .non-commerce__item {
    margin-bottom: 10px;
    margin-top: 15px; }

  .subtotal {
    color: black; } }
.desktop-header-links {
  font-weight: 400; }

.ie-only_klaviyo_form {
  display: none; }
  .ie-only_klaviyo_form .email-form {
    display: flex; }
    .ie-only_klaviyo_form .email-form input {
      width: 75%; }
    .ie-only_klaviyo_form .email-form button {
      font-family: "FGBold",sans-serif;
      font-size: 16px;
      color: #cc4b00;
      cursor: pointer;
      margin-left: 10px;
      width: 25%; }

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .ie-only_klaviyo_form {
    display: block; }

  .klaviyo-form-Nrrqes {
    display: none; } }
.klaviyo-form form input[type="email"] {
  font-family: "Space Mono",monospace !important;
  font-size: 24px !important;
  line-height: 24px !important;
  color: #fff !important;
  padding: 0 !important;
  text-align: left !important;
  border: 0 !important;
  border-bottom: 1px solid #fff !important;
  text-transform: uppercase !important;
  background: none !important;
  border-radius: 0 !important; }

.price-wrapper {
  display: flex;
  justify-content: space-between; }

.product__features-custom {
  position: relative;
  height: 100%;
  padding: 11.11111% 11.11111%;
  color: #fff;
  background-color: #000; }

.product__features-title-custom {
  bottom: 8px;
  left: -4px;
  z-index: 5;
  margin: 0;
  line-height: 36px;
  color: #fff;
  margin-bottom: 50px; }

product__dimensions-title-custom {
  bottom: 8px;
  left: -4px;
  z-index: 5;
  margin: 0;
  line-height: 36px;
  color: black;
  margin-bottom: 50px; }

.pr-accordion-btn {
  z-index: 0 !important; }

.home-section-box__title {
  font-family: Space Mono; }

#quick-view .product__price {
  display: flex;
  align-items: center; }
#quick-view #SavePercentage_wrapper {
  display: none;
  background: #cc4b00;
  color: #fff;
  margin-left: 10px;
  font-family: "FGRegular", sans-serif;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 22px;
  font-weight: normal;
  padding: 3px 5px;
  height: 22px;
  align-items: center; }
#quick-view .final-sale-text span {
  display: flex;
  align-items: center; }
#quick-view .final-sale-text h6 {
  color: #cc4b00;
  font-size: 12px; }
#quick-view .final-sale-text img {
  width: 19px;
  height: 20px;
  margin-left: 5px; }

@media screen and (min-width: 1400px) {
  .klevu-fluid .klevu-searching-area-l2, .klevu-fluid .klevups-enabled.klevu-pt-rs-hover {
    top: 110px !important; } }
@media screen and (max-width: 700px) {
  .header-list {
    margin-top: 13px; }

  .sale-item a {
    background: white; }

  .site-header__mm-nav-item {
    margin-bottom: 0px !important; }

  .shipping-banner__text {
    font-size: 14px !important; } }
.owl-item:after, .site-header__search-form:after {
  display: none !important; }

@media screen and (max-width: 1040px) {
  .header-message {
    display: none; } }
