/** Shopify CDN: Minification failed

Line 709:2 Unexpected "{"
Line 709:3 Expected identifier but found "%"
Line 711:2 Unexpected "{"
Line 711:3 Expected identifier but found "%"
Line 754:2 Unexpected "{"
Line 754:3 Expected identifier but found "%"
Line 756:2 Unexpected "{"
Line 756:3 Expected identifier but found "%"

**/
@font-face {
  font-family: 'SkModernist';
  src: url('sk-modernist-regular-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'SkModernist';
  src: url('sk-modernist-light-webfont.woff') format('woff');
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: 'SkModernist';
  src: url('sk-modernist-bold-webfont.woff') format('woff');
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: "DIN Next";
  font-weight: 400;
  font-style: normal;
  src: url("/cdn/shop/files/DINNextLTPro-Regular.woff?v=1709004063") format("woff2"), url("/cdn/shop/files/DINNextLTPro-Regular.woff2?v=1709004063") format("woff");
}
@font-face {
  font-family: "DIN Next";
  font-weight: 700;
  font-style: normal;
  src: url("/cdn/shop/files/DINNextLTPro-Bold.woff2?v=1708436137") format("woff2"), url("/cdn/shop/files/DINNextLTPro-Bold.woff?v=1708436137") format("woff");
}
@font-face {
  font-family: "DIN Next";
  font-weight: 400;
  font-style: italic;
  src: url("/cdn/shop/files/DINNextLTPro-Italic.woff2?v=1759934440") format("woff2"), url("/cdn/shop/files/DINNextLTPro-Italic.woff?v=1759934440") format("woff");
}
@font-face {
  font-family: "DIN Next";
  font-weight: 700;
  font-style: italic;
  src: url("/cdn/shop/files/DINNextLTPro-BoldItalic.woff2?v=1759934541") format("woff2"), url("/cdn/shop/files/DINNextLTPro-BoldItalic.woff?v=1759934541") format("woff");
}
@font-face {
  font-family: "DIN Next";
  font-weight: 200;
  font-style: normal;
  src: url("/cdn/shop/files/DINNextLTPro-Light.woff2?v=1759934657") format("woff2"), url("/cdn/shop/files/DINNextLTPro-Light.woff?v=1759934658") format("woff");
}
@font-face {
  font-family: "DIN Next";
  font-weight: 200;
  font-style: italic;
  src: url("/cdn/shop/files/DINNextLTPro-LightItalic.woff2?v=1759934658") format("woff2"), url("/cdn/shop/files/DINNextLTPro-LightItalic.woff?v=1759934658") format("woff");
}

/* Related products buttons custom CSS */

.related-products__title {
  /* font-size: 20px; */
}

.related-products {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  margin: 10px 0 5px;
}

.related-products__btn {
  list-style: none;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  min-width: 145px;
  font-family: "DIN Next";
  font-size: 16px;
  line-height: 19px;
  border: 1px solid #dddddd;
  border-radius: 4px;
  margin-right: 7px;
  padding: 0 !important;
}

.related-products__btn a {
  display: inline-block;
  text-align: center;
  padding: 9px 15px;
  color: #000;
  min-width: 100%;
  transition: all 0.3s;
}

.related-products__btn.selected_product a {
  background-color: #000;
  color: #ffffff;
}

.related-products__btn a:hover {
  background-color: #000;
  color: #ffffff;
}

@media screen and (max-width: 768px) {
  .related-products__btn {
    min-width: 95px;
  }
}

/* Tech Icon Grid */
.techIconGrid {
  display: flex;
  flex-flow: row wrap;
  .techIconGrid__item {
    width: 33.33%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }
  .techIconGrid__icon {
    max-height: 80px;
    height: 80px;
    display: flex;
    justify-content: center;
    align-items: center;
    img {
      height: auto;
      width: auto;
      max-height: 100%;
      max-width: 100%;
    }
  }
  p {
    text-align: center;
    height: 25px;
    display: flex;
    align-items: center;
  }
}

/* Promo card */

.promo-card {
  display: block;
  height: 100%;
}

.promo-item {
  position: relative;
  color: white;
  height: 100%;
  text-align: center;
  /* padding: 53px 20px; */
  
  /* @include respond-to('medium-down') {
    padding: 27px 12px;
  } */
}

.promo-item a {
  display: block;
  height: 100%;
  width: 100%;
}

.promo-item__image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.promo-item__text-block {
  z-index: 1;
  position: relative;
}

.promo-item__subtitle {
  font-weight: 300;
  font-size: 12px;
  line-height: 1.5;
  letter-spacing: 1px;
  margin-bottom: 0;
  /* @include respond-to('medium-down') {
    font-size: 11px;
    line-height: 1.3;
  } */
}

.promo-item__heading {
  font-weight: 300;
  font-size: 48px;
  line-height: 1.2;
  letter-spacing: -1px;
  margin-bottom: 24px;
  /* @include respond-to('medium-down') {
    font-size: 26px;
    line-height: 1.1;
    margin-bottom: 16px;
  } */
}

/* Quick View  */

.custom-quick-view {
  bottom: 50%;
  right: 50%;
  position: absolute;
  width: 100%;
  transform: translate(50%, 50%);
  display: none;
  justify-content: center;
  align-items: center;

  @media screen and (min-width: 700px) {
    display: flex;
  }
}

.custom-quick-view button {
  inset-block-end: 0;
  inset-inline-end: 0;
  position: relative;
  background-color: transparent;
  color: rgb(var(--button-text-color));
  text-transform: uppercase;
  border: 1px solid rgb(var(--button-text-color));
  transition: all 0.3s ease-in-out;
}

.custom-quick-view button:hover {
  background-color: rgb(var(--button-text-color));
  color: rgb(var(--button-background));
}

/* Free Towel in Cart Drawer */

.free-shipping--message {
  font-size: 12px;
  color: #7E8180;
  text-transform: uppercase;
  text-align: center;
  margin-top: 30px;
  margin-bottom: 15px;
  letter-spacing: 1px;
}

.unlock-free-item--message {
  font-size: 16px;
  text-align: center;
  margin-top: 10px;
  margin-bottom: 15px;
}

.custom-progress-bar {
  height: 25px;
  position: relative;
  background: #E5E5EA;
  -moz-border-radius: 25px;
  -webkit-border-radius: 25px;
  border-radius: 25px;
  box-shadow: inset 0 -1px 1px rgba(255,255,255,0.3);
  margin-bottom: 100px;
  padding-right: 5%;
}

.custom-progress-bar span.progress {
  display: block;
  height: 100%;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
  background-color: #0F81B8;
  background-image: linear-gradient(
    center bottom,
    rgb(43,194,83) 37%,
    rgb(84,240,84) 69%
  );
  box-shadow: 
    inset 0 2px 9px  rgba(255,255,255,0.3),
    inset 0 -2px 6px rgba(0,0,0,0.4);
  position: relative;
  overflow: hidden;
  font-size: 13px;
  color: #ffffff;
  padding-left: 10px;
  line-height: 30px;
  transition: 1s;
}

.custom-progress-bar .free-item {
  position: absolute;
  top: -50%;
  transform: translateX(-100%);
  min-width: max-content;
  text-align: right;
}

.custom-progress-bar .free-item img {
  margin-right: 7px;
  margin-left: auto;
}

.custom-progress-bar .free-item.free-towel .free-item__desc {
  color: #0F81B8;
  max-width: 33px;
  margin-right: 0;
  margin-left: auto;
}
.custom-progress-bar .free-item.free-accessory .free-item__desc {
  color: #0F81B8;
  max-width: 33px;
  margin-right: 0;
  margin-left: auto;
}

.custom-progress-bar .free-item.free-accessory2 .free-item__desc {
  color: #0F81B8;
  max-width: 33px;
  margin-right: 0;
  margin-left: auto;
}

.custom-progress-bar .free-item .free-item__price {
  font-size: 10px;
}

.custom-progress-bar .free-item .free-item__desc {
  font-size: 9px;
  font-weight: 700;
  line-height: 12px;
}

.free-items--wrapper {
  position: relative;
}

.free-items--wrapper.loading {
  pointer-events: none;
}

.free-items--wrapper.loading .free-item--accessory input:checked + .free-item--content .check-icon {
  opacity: 0 !important;
}

.free-items--wrapper.loading .free-item--accessory .free-item--atc-btn {
  opacity: 0.7 !important;
}

.free-items--wrapper .free-item--accessory_title {
  background: #333333;
  color: #ffffff;
  font-size: 16px;
  padding: 5px 15px;
  text-align: center;
  margin-top: 5px;
}

.free-items--wrapper .free-item--accessory_title strong{
  text-transform: uppercase;
}

.free-items--wrapper .free-item {
  margin-top: 2px;
  margin-bottom: 2px;
  border: 1px solid #E5E5EA;
  display: flex;
}

.free-items--wrapper .free-item input {
  display: none;
}

.free-items--wrapper .free-item input:checked + .free-item--content {
  pointer-events: none;
}

.free-items--wrapper .free-item input:checked + .free-item--content .free-item--atc-btn {
  opacity: 0;
}

.free-items--wrapper .free-item input:checked + .free-item--content .check-icon {
  filter: grayscale(0);
  opacity: 1;
}

.free-items--wrapper .free-item .free-item--image {
  width: 60px;
  height: 60px;
  display: block;
  margin: 10px 15px 10px 0px;
  float: left;
}

.free-items--wrapper .free-item .free-item--image img {
  min-width: 60px;
  width: 60px;
  height: 60px;
  object-fit: cover;
}

.free-items--wrapper .free-item .free-item--content {
  margin: 10px 15px;
  width: 100%;
  position: relative;
}

.free-items--wrapper .free-item .free-item--content .check-icon {
  display: block;
  position: absolute;
  right: 0px;
  top: 50%;
  transform: translateY(-50%);
  filter: grayscale(1);
  opacity: 0;
  transition: all 0.15s ease;
}

.free-items--wrapper .free-item .free-item--content .free-item--atc-btn {
  display: block;
  position: absolute;
  right: 0px;
  top: 50%;
  transform: translateY(-50%);
  opacity: 1;
  transition: all 0.15s ease;
  border: 1px solid black;
  border-radius: 0;
  background: black;
  font-family: 'DIN Next';
  min-height: 0;
  padding: 7px 10px;
  font-size: 14px;
  min-width: 112px;
  color: white;

  @media(max-width: 1000px) {
    font-size: 12px;
    min-width: 102px;
  }
}

.free-items--wrapper .free-item .free-item--content .free-item--atc-btn::before {
  content: 'ADD TO CART';
}
.free-items--wrapper .free-item .free-item--content .free-item--atc-btn:focus {
  outline-style: solid;
}
.free-items--wrapper .free-item .free-item--content .free-item--atc-btn:hover {
  background: white;
  color: black;
}

.free-items--wrapper .free-item .free-item--content .free-item--title {
  font-size: 14px;
  color: #656565;
  text-transform: none;
  font-weight: 400;
  align-items: flex-start;
}

.free-items--wrapper .free-item .free-item--content .free-item--option-label {
  font-size: 11px;
}

.free-items--wrapper.free-item--item.giftItem-added .free-item--content {
  pointer-events: none;
}

.free-items--wrapper.free-item--item.giftItem-added .free-item--content .check-icon {
  filter: grayscale(0);
  opacity: 1;
}

.free-items--wrapper.free-item--item.giftItem-added .free-item--content .free-item--atc-btn {
  opacity: 0;
}

.free-items--wrapper .free-item--towel .free-item--title {
  max-width: 60%
}

.free-items--wrapper .free-item--accessory input:checked + .free-item--content .free-item--atc-btn::before {
  content: 'ADDING';
}

.free-items--wrapper .free-items--wrapper__overlay-container{
  display:none;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;

}

.free-items--wrapper .free-items--wrapper__overlay {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #E5E5EA;
  opacity: 0.6;
}

.free-items--wrapper .lock-icon {
  display: none;
  top: 50%;
  left: 50%;
  position: absolute;
  transform: translate(-50%, -50%);
  padding: 15px;
  background: white;
  width: 60px;
  height: 60px;
  object-fit: contain;
  border-radius: 50%;
  text-align: center;
}

.free-items--wrapper .lock-icon img {
  height: 100%;
  object-fit: cover;
  margin: 0 auto;
}

.free-items--wrapper.masked .free-items--wrapper__overlay, 
.free-items--wrapper.masked .lock-icon {
  display: block;
}

.free-items--wrapper.masked .free-items--wrapper__overlay-container{
 display:block; 
}

.free-items--wrapper.accessory-masked .lock-icon {
  top: 50%;
}

.free-items--wrapper.accessory-masked .free-items--wrapper__overlay-container {
  /* top: 119px; */
}

.freeShippingText {
  position: relative;
}

.freeShippingText::after {
  content: '*';
  position: absolute;
  top: 0;
  right: -7px;
}

/* swatches */

.cart__wrapper .swatch_options .swatch {
  margin: 0;
}

.cart__wrapper .swatch_options .swatch .option_title {
  display: none;
}

.cart__wrapper .swatch_options .swatch .swatch-element {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  min-width: 20px;
  width: 27px;
  height: 27px;
  min-height: 20px;
  padding: 1px;
}
.cart__wrapper .swatch_options .swatch .swatch-element[data-value="M"] {}

.cart__wrapper .swatch_options .swatch .swatch-element.soldout {
  display: none;
}

.cart__wrapper .swatch_options .swatch-element.color label {
  width: 23px!important;
  min-width: 16px;
  height: 23px!important;
  min-height: 16px;
  border-radius: 50%;
}

.cart__wrapper
  .free-items--wrapper
  .free-item
  .free-item--content
  .free-item--atc-btn {
  position: static !important;
  float: right;
  transform: translateY(0%);
}

.cart__wrapper .free-items--wrapper .free-item--title {
  display: inline-flex;
  justify-content: space-between;
  max-width: 74% !important;
}

.free-item--title-container {
  width: 50%;
}

.cart__wrapper .free-items--wrapper .free-item .free-item--content .check-icon {
  transform: translateY(0);
  right: 32px;
  top: 4px;
}

.cart__wrapper .swatch_options {
  margin-bottom: 1em;
}

.cart__wrapper .swatch_options .swatch {
  margin: 30px 0px 15px 0px;
}

.cart__wrapper .swatch_options .price_range {
  margin-bottom: 15px;
  clear: both;
}

.cart__wrapper .swatch_options .price_range span {
  border-bottom: 1px solid #DCDDDF;
}

.cart__wrapper .swatch_options input:checked + .swatch-element {
  border-color: black;
  box-shadow: 0px 0px 0px 2px rgba(255,255,255,1);
}

.cart__wrapper .swatch_options input:checked + .swatch-element.size {
  background: black;
  color: white;
}

.cart__wrapper .swatch .option_title {
  margin: 0.5em 0;
  display: none;
  font-family: 'DIN Next';
  font-size: 20px;
  text-transform: none;
  font-weight: bold;
}

.cart__wrapper .swatch .option_title .option_value {
  font-family: 'DIN Next';
}

.cart__wrapper .swatch .option_title.color, .cart__wrapper .swatch .option_title.size {
  display: block;
}

/* Hide radio buttons.*/
.cart__wrapper .swatch__radio-input {
  display: none;
}

.cart__wrapper .swatch-element {
  border: #e2e2e2 1px solid;
  min-width: $swatch-element-size;
  min-height: $swatch-element-size;
  float:left;
  -webkit-transform:translateZ(0);
  -webkit-font-smoothing:antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin: 0px 8px 8px 0;
  position:relative;
  border-radius: 50%;
  /* @include respond-to('small-down') {
    min-width: 42px;
    min-height: 42px;
  } */
}

.cart__wrapper .swatch-element:focus {
  outline: none;
}

.cart__wrapper .swatch-element.color {
  padding: 3px;
  {% if settings.swatch_style != 'square' %}
    border-radius: 50%;
  {% endif %}
  border: #e2e2e2 1px solid;
  min-width: auto;
  min-height: auto;
  @include respond-to('small-down') {
    padding: 2px;
  }
}

.cart__wrapper .swatch-element.color.soldOutColor {
  display: none;
}

.cart__wrapper .swatch-element__label {
  float:left;
  min-width: $swatch-element-size;
  height: $swatch-element-size;
  margin:0;
  font-size:15px;
  text-align:center;
  line-height: $swatch-element-size;
  white-space:nowrap;
  text-transform:uppercase;
  cursor: pointer;
  font-family: 'DIN Next';
  @include respond-to('small-down') {
    height: 42px;
    min-width: 42px;
    font-size: 14px;
    line-height: 42px;
  }
}

.cart__wrapper .swatch-element__label--color {
  line-height: $swatch-label-size;
  background-position: center;
  background-size: cover;
  padding: 0;
  margin: 0;
  width: $swatch-label-size;
  height: $swatch-label-size;
  min-width: auto;
  min-height: auto;
  {% if settings.swatch_style != 'square' %}
    border-radius: 50%;
  {% endif %}
  border: #e2e2e2 1px solid;
  @include respond-to('small-down') {
    width: 28px;
    height: 28px;
  }
}

.cart__wrapper .product_swatch:first-child {
  margin-top: 0;
}

.cart__wrapper .product_swatch__size_chart {
  line-height: 24px;
  padding-top: 0;
  text-decoration: underline;
}

.cart__wrapper .crossed-out {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}

.cart__wrapper .swatch-element .crossed-out { display: none; }
.cart__wrapper .swatch-element.soldout .crossed-out {
  display:block;
  height: 100%;
  width: 100%;
  pointer-events: none;
}
.cart__wrapper .swatch-element.soldout .swatch-element__label {
  filter: alpha(opacity=60);
  -khtml-opacity: 0.6;
  -moz-opacity: 0.6;
  opacity: 0.6;
}

/* Tooltips */
.cart__wrapper .swatch .tooltip {
  text-align:center;
  background: #333;
  background: rgba(#333, 0.9);
  color:#fff;
  bottom:100%;
  padding: 5px 10px;
  display:block;
  position:absolute;
  width:120px;
  font-size: 13px;
  /* left:{{ 30 | divided_by: 2 | minus: 50 }}px;*/
  left: -47px;
  margin-bottom:15px;
  /* Make it invisible by default */
  filter:alpha(opacity=0);
  -khtml-opacity: 0;
  -moz-opacity: 0;
  opacity:0;
  visibility:hidden;
  /* Animations */
  -webkit-transform: translateY(10px);
     -moz-transform: translateY(10px);
      -ms-transform: translateY(10px);
       -o-transform: translateY(10px);
  transform: translateY(10px);
  transition: all .25s ease-out;
  box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
  z-index: 10000;
}

.cart__wrapper .swatch .tooltip:before {
  bottom:-20px;
  content:" ";
  display:block;
  height:20px;
  left:0;
  position:absolute;
  width:100%;
}
/* CSS triangle */
.cart__wrapper .swatch .tooltip:after {
  border-left:solid transparent 10px;
  border-right:solid transparent 10px;
  border-top:solid rgba(#333, 0.9) 10px;
  bottom:-10px;
  content:" ";
  height:0;
  left:50%;
  margin-left:-13px;
  position:absolute;
  width:0;
}
.cart__wrapper .swatch .swatch-element:hover .tooltip {
  filter:alpha(opacity=100);
  -khtml-opacity:1;
  -moz-opacity:1;
  opacity:1;
  visibility:visible;
  -webkit-transform:translateY(0px);
     -moz-transform:translateY(0px);
      -ms-transform:translateY(0px);
       -o-transform:translateY(0px);
          transform:translateY(0px);
}

.cart-drawer li {
  list-style: none;
}

.top-bar {
  background-color: #0081c8;
}

.top-bar .top-bar__container {
  margin: 0 auto;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
  padding: 10px;
  padding-inline-start: var(--container-gutter);
  padding-inline-end: var(--container-gutter);
  color: #fff;

  @media (max-width: 999px) {
    display: none;
  }
}

.top-bar .top-bar__container .top-bar--right-menu {
  display: flex;
  align-items: center;
  gap: 10px;
}

.top-bar .top-bar__container .top-bar--right-menu li {
  list-style: none;
}

.top-bar .top-bar__container .top-bar--right-menu .header__cart-dot {
  box-shadow: 0 0 0 2px #0081c8;
}


/* Home Hero */
slideshow-carousel .slideshow__slide-content p.h1 {
  text-align: center;

  font-size: 32px;

  @media (min-width: 700px) {
    font-size: 42px;
  }
}

slideshow-carousel .slideshow__slide-content .prose:not(.prose--tight) :is(.button, .button-group:has(.button)) {
  margin-top: 10px;
}

/* Promo Cards */

/* All items get the same internal horizontal padding */
.collection-matrix__item.rowPromoItem {
  /* Default size: 33.33% width (4/12) */
  grid-column: span 1 !important;
}

/* Modifier classes for custom widths */
.collection-matrix__item.twoItemGrid {
  /* 50% width: 6/12 */
  grid-column: span 2;
}

.collection-matrix__item.threeItemGrid {
  /* 33.33% width: 4/12 (same as default) */
  grid-column: span 3;
}


.price-list--product sale-price {
  font-weight: bold;
}

.product-info__block-list .product-info__block-item[data-block-type="price"],
.product-info__block-list .product-info__block-item[data-block-type="price"] + .product-info__block-item {
  display: inline-block;
}

.product-info__block-list .product-info__block-item[data-block-type="price"] + .product-info__block-item {
  float: right;
  margin-block-start: var(--product-info-gap);
  margin-top: 15px;

  --product-info-gap: 0.5rem;
}

.product-info__block-list .product-info__block-item[data-block-type="description"] {
  --product-info-gap: 1rem;
}

.product-info__block-list .product-info__block-item accordion-disclosure {
  margin-bottom: calc(var(--product-info-gap) * -1 - 1px);
}

.customer-account-overview .prose:not(.prose--tight) :is(.button,.button-group:has(.button)) {
  margin-block-start: 1rem;
}

/* Logo List */
.logo-list {
  padding-bottom: 2rem;
}

.logo-list .logo-list__item {
  position: relative;
  padding: 2rem 1.5rem 0;
}

.logo-list .logo-list__item .logo-description__wrap {
  visibility: hidden;
  position: absolute;
  background: #fff;
  border: 1px solid black;
  border-radius: 5px;
  padding: 24px;
  min-width: 350px;
  left: 50%;
  transform: translate(-50%, 0px);
  z-index: 1;
  box-shadow: 0 2px 2px 2px rgba(0, 0, 0, 0.2);
  top: 100%;
}

.logo-list .logo-list__item:hover .logo-description__wrap {
  visibility: visible;
}

.logo-list .logo-list__item .logo-description__wrap::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  height: 10px;
  width: 15px;
  background: #fff;
  transform: translateX(-50%);
  z-index: 2;
}

.logo-list .logo-list__item .logo-description__wrap::after {
  content: "";
  position: absolute;
  bottom: 100%;
  left: 50%;
  height: 10px;
  width: 10px;
  background: #fff;
  margin-bottom: -5px;
  border: 1px solid #000;
  transform: translateX(-50%) rotate(45deg);
}

.logo-list .logo-list__item .logo-description__wrap .logo-title {
  text-align: center;
  font-size: 20px;
  line-height: 25.76px;
  font-weight: 900;
  margin-bottom: 10px;
}

.logo-list .logo-list__item .logo-description__wrap .logo-description {
  text-align: center;
  font-size: 15px;
  line-height: 19.32px;
  font-weight: 400;
}

@media only screen and (max-width: 700px) {
  .logo-list .logo-list__item .logo-description__wrap {
    min-width: 175px;
  }

  .logo-list .logo-list__item .logo-description__wrap .logo-title {
    font-size: 15px;
    text-align: center;
  }

  .logo-list .logo-list__item .logo-description__wrap .logo-description {
    font-size: 10px;
    text-align: center;
  }
}


/* #Tabs
================================================== */
ul.tabs {
  display: flex;
  margin: 25px 0;
  border-bottom: solid 1px #d9d9d9;
  border-top: 0;
  list-style: none outside;
  margin-left: 0;
  padding-bottom: 10px;
  text-transform: uppercase;
  justify-content: center;
  padding-left: 0; }

ul.tabs li {
  display: block;
  width: auto;
  height: 30px;
  padding: 0;
  float: left;
  margin-bottom: 0;
  border: 0;
  list-style: none outside;
  margin-left: 0;
  cursor: pointer; }

ul.tabs li a {
  display: block;
  text-decoration: none;
  width: auto;
  height: 29px;
  line-height: 30px;
  margin-right: 60px;
  font-size: 13px;
  border-right: none;
  outline: none; }
  @media (max-width: 960px) {
    ul.tabs li a {
      margin-right: 30px; } }
  @media only screen and (max-width: 798px) {
    ul.tabs li a {
      font-size: 12px; } }
  @media only screen and (max-width: 480px) {
    ul.tabs li a {
      margin-right: 20px; } }

ul.tabs li a.active {
  border-bottom: solid 3px #d9d9d9;
  background-color: #ffffff;
  border-bottom: solid 3px #d9d9d9;
  height: 31px;
  position: relative;
  border-right-width: 1px;
  color: #333333; }

ul.tabs li:last-child a {
  margin: 0; }

ul.tabs-content {
  margin: 0;
  display: block;
  border: 0;
  padding-left: 0; }

ul.tabs-content > li {
  display: none;
  border: 0; }

ul.tabs-content > li.active {
  display: block;
  border: 0;
  padding-left: 0px; }

ul.tabs-content ul {
  padding-left: 0; }



.modal::part(content) {
  background-color: #fff;
}


/* Klaviyo Back in Stock Button */
.back-in-stock-btn {
  width: 100%;
  border: 1px solid transparent;
  border-radius: 0;
  color: #fff;
  font: var(--button-font);
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #000;
  transition: all 0.2s linear;
  display: block;
  padding: .65rem 1.75rem;
}

.back-in-stock-btn[disabled] {
  cursor: not-allowed;
  background-color: grey;
}

.back-in-stock-btn:hover:not(:disabled),
.back-in-stock-btn:focus:not(:disabled) {
  background-color: #ffffff;
  color: #000;
  border-color: black;
}

.buy-buttons button:disabled  {
  opacity: 0.5;
}

.collection-matrix__item {
  flex: 0 1 33.3333333%;
  padding: 0 5px;
}
.collection-matrix__item.twoItemGrid {
  flex: 0 1 50%;
}
.collection-matrix__item.threeItemGrid {
  flex: 0 1 33.3333333%;
}
.collection-matrix__item.fourItemGrid {
  flex: 0 1 25%;
}
.collection-matrix__item.fiveItemGrid {
  flex: 0 1 20%;
}
.collection-matrix__item.sixItemGrid {
  flex: 0 1 16.666666667%;
}
.collection-matrix__item.twoThirdItemGrid {
  flex: 0 1 66.6666666%;
}
.collection-matrix__item.threeFourthsItemGrid {
  flex: 0 1 75%;
}
.collection-matrix__item.twoFifthsItemGrid {
  flex: 0 1 40%;
}
.collection-matrix__item.threeFifthsItemGrid {
  flex: 0 1 60%;
}
.collection-matrix__item.rowPromoItem {
  flex: 0 1 100%;
}
@media only screen and (max-width: 798px) {
  .collection-matrix__item {
    flex: 0 1 50% !important;
  }
}
.collection-matrix__item--promo {
  align-self: stretch;
  margin-bottom: 25px;
}
.collection-matrix__item--promo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.collection-matrix__item--promo-width-2 {
  flex: 0 1 66.6666666%;
}
@media only screen and (max-width: 798px) {
  .collection-matrix__item--promo-width-2 {
    flex: 1 1 100% !important;
    min-height: 250px;
  }
}
.collection-matrix__item--promo-width-3 {
  flex: 1 1 100%;
  min-height: 300px;
}
.promo-item {
  position: relative;
  color: white;
  height: 100%;
  text-align: center;
}
.promo-item a {
  display: block;
  height: 100%;
  width: 100%;
}
.promo-item__image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.promo-item__text-block {
  z-index: 1;
  position: relative;
}
.promo-item__subtitle {
  font-weight: 300;
  font-size: 12px;
  line-height: 1.5;
  letter-spacing: 1px;
  margin-bottom: 0;
}
@media only screen and (max-width: 798px) {
  .promo-item__subtitle {
    font-size: 11px;
    line-height: 1.3;
  }
}
.promo-item__heading {
  font-weight: 300;
  font-size: 48px;
  line-height: 1.2;
  letter-spacing: -1px;
  margin-bottom: 24px;
}
@media only screen and (max-width: 798px) {
  .promo-item__heading {
    font-size: 26px;
    line-height: 1.1;
    margin-bottom: 16px;
  }
}

.featured-collection-section {
  margin: 0 auto 40px;
}

.header__secondary-nav {
  @media screen and (max-width: 370px) {
    flex-wrap: nowrap;
  }
}

.old-theme ~ footer,
.old-theme ~ .shopify-section--newsletter {
  float: left;
  width: 100%;
}

product-card.product-card badge-list {
  display: none;
}

.product-card__info .rating-badge {
  margin: 5px 0;
}

.product-card__info :is(.price-list, .rating-badge) .rating-badge__stars svg path {
  fill: #0081c8;
}

.product-card__info :is(.price-list, .rating-badge) .smallcaps {
  color: #0081c8;
}

.product-card__info .price-list,
.product-card__info .price-list sale-price {
  color: #0081c8;
  font-size: var(--text-h5);
}

.color-swatch.is-hovering {
  --swatch-disabled-margin: 0;
  --swatch-disabled-strike-color: currentColor;
  border-color: currentColor;
}

product-gallery.product-gallery {
  position: sticky;
  top: 160px;
}

@media screen and (max-width: 1000px) {
  product-gallery.product-gallery {
    z-index: 3;
    padding-top: 30px;
    padding-bottom: 30px;
    background: white;
    margin-left: -1px;
    margin-right: -1px;
    top: 40px;
  }

  product-gallery.product-gallery .product-gallery__media img {
    max-height: 280px;
    object-fit: contain;
  }

  product-gallery.product-gallery .product-gallery__media video-media img {
    max-height: unset;
    height: 100%;
  }

  carousel-navigation.page-dots {
    display: none;
  }
}

/* hide out of stock variants */
variant-picker .color-swatch.is-disabled,
product-card .product-card__info .color-swatch.is-disabled {
  display: none;
}

.product-gallery__thumbnail[data-is-selected-var="true"] {
  display: block;
}

.product-gallery__thumbnail[data-is-selected-var="false"] {
  display: none;
}

.product-gallery__media[data-is-selected-var="false"] {
  display: none;
}

.product-gallery__media[data-is-selected-var="true"] {
  display: block;
}

.product-gallery carousel-next-button svg,
.product-gallery carousel-prev-button svg {
  width: 40px;
}

.product-gallery carousel-next-button button:disabled,
.product-gallery carousel-prev-button button:disabled {
  opacity: 0.5;
}

.sale_banner_product,
.new_banner_product,
.preorder_banner_product {
  /* font-family: SkModernist-Regular; */
  text-transform: uppercase;
  letter-spacing: 1px;
  padding: 8px 20px;
  text-align: center;
  color: #fff;
  display: inline-block;
  font-size: 15px;
  white-space: nowrap;
}

@media screen and (max-width: 1000px) {
  .sale_banner_product,
  .new_banner_product,
  .preorder_banner_product {
    font-size: smaller;
    padding: 4px 10px;
  }
}

.sale_banner_product {
  background: #ff0000;
}
.new_banner_product,
.preorder_banner_product {
  background: #007abf;
}
.preorder_banner_product,
.product-list .thumbnail .preorder_banner {
  font-size: 12px;
}
@media only screen and (max-width: 798px) {
  .preorder_banner_product,
  .product-list .thumbnail .preorder_banner {
    font-size: 8px;
  }
}

.product-info__block-item .product-title {
  font-family: "DIN Next";
  text-transform: none;
  font-size: 24px;
  line-height: 1.2;
  letter-spacing: normal;
}

@media screen and (min-width: 1000px) {
  .product-info__block-item .product-title {
    font-size: 2.0425em;
  }
}

.product-info__block-item sale-price {
  color: #333333;
  font-size: 28px;
  font-family: "DIN Next";
  letter-spacing: normal;
}

.product-info__block-item compare-at-price {
  font-size: 28px;
  font-family: "DIN Next";
  letter-spacing: normal;
  color: #8c8b8b;
  font-weight: bold;
}

.product-info__block-item sale-price.text-on-sale {
  color: #0081c8;
}

.product-info__block-item .product_description_tag {
  font-size: 14px;
  color: #656565;
}

.product-info__block-item variant-picker .variant-picker__option-info {
  font-family: "DIN Next";
  font-size: 20px;
  text-transform: none;
  font-weight: bold;
}

.product-info__block-item variant-picker .size-chart-button {
  line-height: 24px;
  padding-top: 0;
  float: right;
  padding-top: 5px;
  font-family: "DIN Next";
  color: black;
  text-transform: uppercase;
  font-size: 16px;
}

.block-swatch {
  border-radius: 9999px;
}

@media screen and (max-width: 1000px) {
  .product-info__block-item .quantity-selector {
    width: 100%;
  }
}

product-gallery .product-gallery__carousel-with-arrows {
  justify-content: space-between;
  min-height: 280px;
}

.product-info__block-item[data-block-type="feature-with-icon"] .feature-badge {
  color: #444;
}

product-sticky-bar {
  background-color: white;
  border-top: 1px solid #dcdddf;
  opacity: 1 !important;
  visibility: visible !important;
}

accordion-disclosure .accordion__toggle {
  font-family: 'DIN Next';
  font-size: 18px;
  font-weight: 700;
  text-transform: none;
  letter-spacing: normal;
}

accordion-disclosure .accordion__toggle .animated-plus {
  color: black;
}

accordion-disclosure .accordion__toggle .animated-plus::after {
  width: 2px;
}

accordion-disclosure .accordion__toggle .animated-plus::before {
  height: 2px;
}

@media screen and (min-width: 1000px) {
  product-sticky-bar.product-sticky-bar {
    display: none;
  }
}

.sale.savings {
  color: #0081c8;
  font-size: 15px;
  font-family: 'DIN Next';
  font-weight: 700;
  text-transform: normal;
  letter-spacing: normal;
  width: 100%;
}

.okeReviews.okeReviews--theme .okeReviews-button {
  font-family: 'DIN Next' !important;
}

product-card .banner_holder {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
}

product-card .banner_holder div {
  display: block;
}

.product_price_row {
  margin-bottom: 25px;
}

.product_price_row .price_range {
  width: 100%;
  color: #008BD0;
  font-family: 'DIN Next';
  font-size: 18px;
}

.product_price_row .price_range span {
  border-bottom: 1px solid #DCDDDF;
}

product-recommendations h2.h2 {
  font-family: SkModernist;
  font-size: 21px;
  font-weight: 600;
  text-transform: none;
  line-height: 1.5;
  color: #333333;
  display: block;
  letter-spacing: 2px;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-align: center;
}

product-recommendations .section-header {
  border-bottom: 1px solid rgb(221 221 221);
  max-width: unset;
  width: 100%;
  padding-bottom: 0.75em;
}

[data-block-type="cross-sells"] .related-products {
  border-bottom: 1px solid rgb(221 221 221);
  padding-bottom: 25px;
}

@media screen and (max-width: 1000px) {
  .shopify-section--header x-header {
    --background: 0 129 200 / 1.0;
    --header-show-transparent-logo: 1;

    box-shadow: none;
  }

  .shopify-section--header x-header svg {
    color: #fff;
  }

  header-search {
    background-color: #fff;

    --background: 255 255 255 / 1.0;
  }

  .shopify-section--header x-header header-search svg {
    color: #1c1c1c;
  }

  .header__cart-dot {
    color: #fff;
  }
}

/* Money back badge */
.money_back_60_banner {
  max-width: 94px;
  height: auto;
  position: absolute;
  top: 0;
  right: 40px;
  z-index: 2;
}

@media (min-width: 1000px) {
  .money_back_60_banner {
    max-width: 128px;
    right: 0;
  }
}

