/** Shopify CDN: Minification failed

Line 1069:26 Expected ")" to end URL token
Line 1619:37 Expected ")" to end URL token

**/
@font-face {font-family: Gambarino; src: url('/cdn/shop/files/Gambarino-Regular.otf?v=1698208813')}
@font-face {font-family: Space Mono Regular; src: url('/cdn/shop/files/SpaceMono-Regular.ttf?v=1698367777')}
@font-face {font-family: General Sans Regular; src: url('/cdn/shop/files/GeneralSans-Regular.otf?v=1698368767')}
:root {--typeHeaderPrimary: 'Space Mono Regular', serif !important;--typeBasePrimary: 'General Sans Regular', sans-serif !important;}
html {
  padding-bottom: 0 !important;
  height: unset !important;
}
.label, label, .btn, .rte .btn, .shopify-payment-button .shopify-payment-button__button--unbranded, .spr-container .spr-button, .spr-container .spr-summary-actions a {
  font-family: var(--typeBasePrimary),var(--typeBaseFallback);
}
::-webkit-scrollbar {
  width: 0;
  height: 5px;
}
::-webkit-scrollbar-thumb {
  background: var(--color2); 
}
::-webkit-scrollbar-thumb:hover {
  background: var(--color4); 
}
.border-shadow {
  border-width: 1px 3px 3px 1px;
  border-style: solid;
  border-color: var(--color2);
}
.overflow-hidden {
  overflow: hidden;
}
@media only screen and (min-width:590px){
  .custom-sticky {
    position:sticky;
    top: 17%;
  }
}
.margin-bottom-3 {
 	margin-bottom: 3px; 
}
.custom-btn {
  border-width: 1px 3px 3px 1px;
  border-style: solid;
  border-color: var(--color2);
  background-color: var(--color2) !important;
  color: var(--color1) !important;
  background-image: var(--urlButtonArrowBlackPng) !important;
  transition: all 0.3s ease-in-out !important;
  
}
.custom-btn:hover {
  background-color: var(--color1) !important;
  color: var(--color2) !important;
}
.custom-btn--inverse {
  background-color: var(--color1) !important;
  color: var(--color2) !important;
  background-image: var(--urlButtonArrowPng) !important;
  transition: all 0.3s ease-in-out !important;
}
.custom-btn--inverse:hover {
  background-color: var(--color2) !important;
  color: var(--color1) !important;
}
.main-content__index {
  min-height: 10px;
}
/* HEADER */
#HeaderWrapper #SiteHeader {
  padding: 0;
  z-index: 26;
  box-shadow: 0 5px 5px -5px rgba(0,0,0,.2);
}
#SiteHeader .page-full {
  padding: 0 30px;
}
#HeaderWrapper #SiteHeader img{
  margin: auto;
}
.site-nav__icons .site-nav__link.site-nav__link--icon .icon__text, .site-nav .site-nav__link.site-nav__link--icon.js-drawer-open-nav .icon__text {
  display: block;
  font-size: 10px;
  text-transform: uppercase;
}
.site-nav__icons .site-nav__link.site-nav__link--icon .cart-link {
  line-height: unset;
}
.site-nav__icons .site-nav__link.site-nav__link--icon {
  text-align: center;
}
[data-icon=bag] .cart-link__bubble--visible, [data-icon=bag-minimal] .cart-link__bubble--visible {
  top: 0;
}
/* HIDE NAVBAR ICONS IN MOBILE */
.header-layout {
    justify-content: center;
  }
@media only screen and (max-width:589px){
  .site-header__logo {
    margin: 5px auto;
  }
}
/* DRAWER MENU */
@media only screen and (max-width:589px) {
  .search-clear {
    top: 0.8rem;
  }
  .predictive-results {
    top: 4rem;
  }
  .predictive-search-results {
    padding: 40px 20px;
  }
}
.search-clear {
  position: absolute;
  top: .8rem;
  right: 1rem;
  cursor: pointer;
  text-transform: uppercase;
  font-size: calc(var(--typeBaseSize) - 4px);
}
.drawer__close {
  width: 10%
}
.drawer__close-button {
  right: 0;
}
.sale-link {
  color: var(--color6) !important;
}
.drawer__header {
  display: flex;
  align-content: center;
  align-items: center;
  justify-content: space-evenly;
  flex-direction: row;
}
/* DRAWER SEARCH */
.drawer__close-button:active {
  background-color: transparent;
}
.predictive__screen {
    background: rgba(255,255,255, 0.7);
}
.site-header__search-form {
  width: 100%;
  border-radius: 0;
  align-content: center;
  align-items: center;
  margin: auto;
}
predictive-search form {
  display: flex;
  flex-direction: column;
}
.search__input-wrap {
  width: 90%;
  background: var(--color1);
  margin: auto;
}
.site-header__search-input {
    width: 100%;
}
.site-header__search-input {
    font-size: var(--typeBaseSize);
}
.search-clear {
    position: absolute;
    top: 0.8rem;
    right: 1rem;
    cursor: pointer;
    text-transform: uppercase;
    font-size: calc(var(--typeBaseSize) - 4px);
}
.drawer__search {
  background: var(--colorBody);
  position: relative;
  display: none;
  width: 300px;
  height: 100vh;
  font-weight: var(--typeBaseWeight);
  font-size: var(--typeBaseSize);
  font-family: var(--typeBasePrimary), var(--typeBaseFallback);
}
.drawer__search .search__results {
  top: 0;
}
.results__search-btn {
  margin: 20px auto;
}
.drawer__search .predictive-search-results {
    padding-top: 20px;
}
.drawer__search .results {
    padding: 0 0 20px;
}
.search__results {
    width: 95%;
}
.drawer__close-button.js-drawer-close.btn--close-search {
  display: inline-block;
  margin: 0;
}
#NavDrawer predictive-search.adjust {
    top: 2rem;
}

/* FOOTER */
@media only screen and (max-width:589px) {
  .site-footer {
    margin-bottom: 0 !important;
    padding-bottom: 10% !important;
  }
}
[data-animate_underlines=true] .collapsible-content p a {
  border-bottom-color: transparent;
}
/* CART PAGE */
.main-cart .section-header--404 {
  padding-top: 40px;
}
.cart__item--variants {
  display: flex;
}
.main-cart .btn.btn--inverse.border-shadow,.btn.btn--inverse.cart__checkout.border-shadow {
  color: var(--color2);
  transition: all 0.5s ease;
  background-image: var(--urlButtonArrowPng) !important;
}
.main-cart .btn.btn--inverse.border-shadow:hover,.btn.btn--inverse.cart__checkout.border-shadow:hover {
  background-color: var(--color4) !important;
  color: var(--color1) !important;
}
.section-header__text {
  position: relative;
  display: flex;
  justify-content: center;
  margin-bottom: 30px;
}
.section-header__text .rte.text-spacing {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  margin: auto;
}
@media only screen and (max-width:589px) {
  .main-cart {
    margin-left: 20px;
    margin-right: 20px;
  }
  .section-header__text {
    flex-direction: column;
  }
  .section-header__text .rte.text-spacing {
    position: unset;
    transform: unset;
    margin: 10px auto;
  }
}
.cart__item--name a {
  font-weight: 600;
}
.cart__item--variants {
  text-transform: uppercase;
  opacity: 0.6;
}
.main-cart .cart__item-row.ajaxcart__note small {
  text-align: center;
  color: var(--color1);
  background-color: var(--color2);
  padding: 5px;
}
/* SEND AS GIFT */
#gift_info {
  height: 0px;
  transition: all 0.2s ease-out 0s;
  font-size: 0.7rem;
  overflow: hidden; 
}
.send_as_gift_label,
.saso-use-discount-instead-container label {
  font-family:var(--typeBasePrimary),var(--typeBaseFallback);
}
.send_as_gift_label, .saso-use-discount-instead-container label {
  text-align: left;
}
.send_as_gift_label {
   display: inline;
   cursor: pointer; 
}
.cart__item-row--left {
   text-align: left; 
}
.cart-collapsible {
    cursor: pointer; 
}
/* CART ITEM */
.cart__item {
  position: relative;
}
.cart-drawer .cart__item {
  grid-gap: 0 15px !important;
  grid-template-columns: 0.5fr 1fr !important;
  margin: 10px auto;
  background: var(--colorDrawers);
}
.cart--remove {
  float: right;
  position: absolute;
  top: 10px;
  right: 10px;
}
/* CART ITEM QUANTITY */
.js-qty__wrapper {
  overflow: auto;
  max-width: 95px;
  border-width: 1px;
  border-style: solid;
  border-color: black;
}
.product-single__meta .js-qty__adjust--plus {
  border-left: 1px solid black;
}
.product-single__meta .js-qty__adjust--minus {
  border-right: 1px solid black;
}
/* CART DRAWER */
.cart-drawer {
  background: var(--color1);
}
.cart-drawer .drawer__title {
  width: 85%;
  text-align: center;
  position: relative;
  margin: 5px auto;
}
.cart-drawer .drawer__scrollable {
  padding: 20px;
}
.cart-drawer .cart__items {
  margin: auto;
  margin-top: 20px;
}
.cart-drawer .cart__item--details {
  padding: 15px;
}
.cart-view-more, .cart-view-less {
  display: flex;
  align-items: center;
  width: 100%;
  margin-bottom: 10px;
  background: var(--colorDrawers);
  padding: 5px 15px;
  font-size: 14px;
  text-align: left;
  transition: all 0.5s ease;
  cursor: pointer;
}
.cart-view-more i, .cart-view-less i {
  margin-right: 10px;
}
.cart-view-more {
  background-color: rgba(255,255,255,0.5);
  background-image: linear-gradient(0deg, rgba(255, 255, 255, 0.5) 75%, rgba(246, 240, 237, 0.5) 100%);
  -webkit-box-shadow:0px -30px 50px 25px rgba(246,240,237,0.75);
  -moz-box-shadow: 0px -30px 50px 25px rgba(246,240,237,0.75);
  box-shadow: 0px -30px 50px 25px rgba(246,240,237,0.75);
}
.cart-drawer .drawer__footer {
  padding: 15px;
  background: var(--colorDrawers);
  margin-top: auto;
}
.cart-drawer .drawer__cart-empty .drawer__scrollable {
  padding-left: 25px;
  padding-right: 25px;
}
.drawer.is-empty .drawer__cart-empty{
  height: 100%;
  display: flex;
}
/* CART DRAWER QTY */
.drawer .js-qty__wrapper, .main-cart .js-qty__wrapper, .drawer .js-qty__num, .main-cart .js-qty__num {
  border: none;
}
.drawer .js-qty__adjust, .main-cart .js-qty__adjust {
  border: 1px solid var(--colorBorder);
  border-radius: 25px;
  transition: all 0.5s ease;
}
.drawer .js-qty__adjust:hover, .main-cart .js-qty__adjust:hover {
  fill: var(--color2);
  border-color: var(--color2);
}
/* CART EMPTY */
.cart-empty__wrapper, .cart__empty-text {
  margin: auto;
}
@media only screen and (min-width:590px) {
  .cart__empty-text {
    width: 50%;
  }
}
.cart-empty__heading {
  text-align: center;
  padding: 5px;
  /* margin-bottom: 30px; */
  line-height: 1.5;
}
.cart-empty__logo {
  width: 100%;
  margin: auto;
}
.cart-empty__logo img {
  margin: auto;
  /* margin-bottom: 30px; */
  width: 100%;
  height: auto;
}
.cart-empty__collection {
  margin: 2% auto;
  text-align: center;
  transition: background-color 0.5s ease;
}
.cart-empty__collection:hover {
  color: var(--color1);
  background-color: var(--color4);
}
.cart-empty__collection h5 {
  margin: auto;
  padding: 3%;
}
/* COLLECTION */
#CollectionSection .page-width {
  padding: 60px 30px;
}
@media only screen and (max-width:589px) {
  #CollectionSection .page-width {
    padding: 30px 10px 0px 10px;
  }
}
.collection-description {
  margin: 0 20px;
  max-width: none;
}
[data-type_header_text_alignment=true] .collection-description {
  margin: 0 20px;
}
.grid-product__meta {
  text-align: center;
}
.grid-product__price {
  font-weight: 600;
}
.grid-product__tag {
  right: unset;
  left: 0;
}
.product-grid-interactives {
  display: block;
  position: absolute;
  bottom: 0;
  width: 100%;
}
.custom-badge {
  text-align: center;
  text-transform: uppercase;
  font-size: 10px;
  font-weight: 600;
  padding: 4px 0;
  padding-bottom: 0;
}
.custom-badge.default {
  color: var(--globalViolatorColor);
  background-color: var(--globalViolatorBackgroundColor);
}
.custom-badge.promo {
  color: var(--promoViolatorColor);
  background-color: var(--promoViolatorBackgroundColor);
}
.collection-description.rte ul {
  list-style: none;
} 
/* FILTER */
#FilterDrawer .drawer__header {
  padding: 0 20px;
}
#FilterDrawer .drawer__title, #FilterDrawer .drawer__close {
  margin: auto;
}
#FilterDrawer .tag-list__header {
  font-weight: 600;
  text-transform: uppercase;
}
/* PRODUCT PAGE */
.product-block hr {
  border-color: var(--color2);
}
.collapsibles-wrapper--border-bottom {
  border-bottom-color: var(--color2);
}
.product-single__sticky {
  top: 15%;
}
/* .product__photos-2 .product-slideshow.product-images-2 {
  display: flex;
  flex-wrap: wrap;
} */
.product__thumbs--beside {
  margin-left: 0;
  margin-right: 11px;
}
.product__thumb-item {
  border: 1px solid black;
}
.product-section .variant-input-wrap input[type=radio]:checked+label {
  background: var(--color5);
  color: var(--color1);
  box-shadow: none;
}
.product-section .variant-input-wrap label {
  border-width: 1px 3px 3px 1px;
  border-style: solid;
  border-color: var(--color2);
  /* border-radius: 5px; */
}
.variant-input-wrap label.disabled {
  opacity: 0.4;
  color: var(--color2);
}
.btn.border-shadow.add-to-cart {
  background-color: #ffffff !important;
  color: var(--color2) !important;
  transition: all 0.5s ease;
}
.btn.border-shadow.add-to-cart:hover {
  background-color: var(--color4) !important;
  color: var(--color1) !important;
}
.btn.border-shadow.add-to-cart.disabled {
  pointer-events: none;
  color: var(--colorBorder) !important;
}
@media only screen and (max-width:589px) {
  .product-section .product__quantity {
    display: flex;
  }
  .product-section .product__quantity label {
    margin: auto 15px;
    margin-left: 0;
  }
}
/* PRODUCT-PAGE WHATS MY SIZE */
.size-guide-label {
  position: absolute;
  top: 0;
  right: 5px;
  margin: 0;
  padding: 0;
  text-decoration: underline var(--custom_dim_color); 
  transition: all 0.6s ease-in-out;
  cursor: pointer;
}
.size-guide-label:hover {
  text-decoration: underline var(--color2); 
}
.variant__label {
  position: relative;
}
/* ACCOUNT PAGE */
/* LOGIN/REGISTER */
/* #CustomerEmail, #CustomerPassword, #login-sign-in-submit {
  border-radius: 10px;
} */
/* #CustomerEmail:focus, #CustomerPassword:focus {
  border-width: 1px 3px 3px 1px;
  border-style: solid;
  border-color: var(--color2);
} */
#CustomerLoginForm .label-info {
  float: right;
  margin-bottom: 45px;
}
#CustomerLoginForm input, #RecoverPasswordForm input {
  border-width: 1px 3px 3px 1px;
  border-style: solid;
  border-color: var(--color2);
}
#CustomerLoginForm input:focus, #RecoverPasswordForm input:focus {
  border-width: 1px 3px 3px 1px;
  border-style: solid;
  border-color: var(--color2);
}
#CustomerPassword {
  margin-bottom: 10px;
}
#login-sign-in-submit {
  margin-bottom: 15px;
}
#CustomerLoginForm p, #CustomerLoginForm .label-info {
  text-align: center;
  text-transform: uppercase;
  text-decoration: underline;
}
#CustomerLoginForm p, #CustomerLoginForm .label-info a svg {
  margin-left: 10px;
}
#CustomerLoginForm p {
  font-weight: 600;
}
#recover-password-submit {
  width: 100%;
}
#HideRecoverPasswordLink {
  width: 100%;
  text-decoration: underline;
  text-transform: uppercase;
}
/* ACCOUNT */
/* @media only screen and (max-width:589px){
  .page-width.page-content.customers {
    margin-bottom: 15%;
  }
} */
.account-register__link,
.account-login__link {
  text-align: center;
  text-decoration: underline;
  text-underline-offset: 5px;
  text-decoration-thickness: 2px;
  font-weight: 700;
  font-family: var(--typeHeaderPrimary), var(--typeHeaderFallback);
  margin-bottom: 50px;
}
.dashboard-content {
  border: 2px solid;
  border-color: var(--color2);
  padding: 20px;
}
.account-sidebar {
  display: block;
}
.account-sidebar__mobile {
  margin-bottom: 20px;
}
.account-sidebar__select {
  height: 50px;
  border: 2px solid;
  border-color: var(--color2);
  border-radius: 0;
  padding: 15px 25px;
  width: 100%;
  font-weight: 600;
}
.account-sidebar__link {
  display: flex;
  border-bottom: none !important;
  min-height: 35px;
  padding-left: 14px;
  margin-bottom: 2px;
  color: #5D5D5D;
  align-items: center;
  transition: all 0.3s ease;
}
.account-sidebar__link:hover,
.account-sidebar__link.is-active {
  color: #5D5D5D;
  font-weight: 900;
}
.account-sidebar__link:last-child {
  margin-bottom: 0;
}
.account-sidebar__link:after,
.account-sidebar__link.is-active:after {
  content: '';
  border-left: solid 3px var(--colorTextBody);
  border-bottom: none !important;
  height: 0;
  transform: none !important;
  transition: all .3s;
  position: absolute;
  z-index: 1;
  top: 5px;
  left: 0;
}
.account-sidebar__link.is-active.cf-edit-account-link {
  font-weight: unset;
}
.account-sidebar__link.is-active.cf-edit-account-link:after {
  display: none;
}
.account-sidebar #customer_logout_link {
  display: block;
  border: none;
  padding-top: 13px;
  margin-top: 13px;
  padding-left: 12px;
  position: relative;
}
.account-sidebar #customer_logout_link:after {
  content: none;
}
.account-sidebar #customer_logout_link:before {
  content: '';
  border-top: solid 1px #E8E8E8;
  position: absolute;
  top: 0;
  left: 14px;
  right: 0;
  z-index: 1;
}
.account-sidebar__link:hover:after,
.account-sidebar__link.is-active:after {
  height: 70%;
  bottom: 5px;
}
.tracking-link {
  font-weight: 600;
  text-decoration: underline;
}
.customers .section-header__title {
  font-size: 18px;
  line-height: calc(22/18);
  letter-spacing: 0.3px;
  margin-bottom: 8px;
}
.customers a.grid-product__link,
.customers .pagination a,
.customers .btn.locate-button,
.customers .action_delete,
.customers .link-back,
.customers .product-image-wrapper,
.customers .link--no-animate,
.customers .product-title a,
.customers .wishlist-btn,
.customers .social-sharing__link {
  border-bottom: none;
}
.customers a.grid-product__link:after,
.customers .pagination a:after,
.customers .btn.locate-button:after,
.customers .action_delete:after,
.customers .link-back:after,
.customers .product-image-wrapper:after,
.customers .link--no-animate:after,
.customers .product-title a:after,
.customers .wishlist-btn:after,
.customers .social-sharing__link:after {
  display: none;
}
.customers .pagination a {
  padding: 12px;
}
.customers .section-header__sub-title {
  text-transform: none;
  font-style: oblique;
  font-size: var(--typeBaseSize);
  font-family: var(--typeBasePrimary),var(--typeHeaderFallback);
}
.customers .section-header {
  margin-bottom: 27px;
  text-align: left;
}
.h3-custom {
  font-size: 16px;
  line-height: calc(19/16);
  letter-spacing: 0.3px;
  overflow: hidden;
  margin: 0;
  padding: 10px;
  color: var(--color1);
  background-color: var(--color2);
}
.h3-custom__link {
  font-size: 14px;
  text-decoration: underline;
  float: right;
  text-transform: uppercase;
}
.orders-none {
  padding: 20px;
}
.orders-table__wrapper {
  overflow-x: auto;
}
.orders-table__view-all {
  text-align: right;
  padding: 5px 10px;
  background-color: var(--color1);
  border-top: 1px solid var(--color2);
  font-weight: 600;
}
@media only screen and (max-width:589px){
  .orders-table__view-all {
    padding: 10px 20px;
  }
}
.orders-table a {
  text-transform: uppercase;
  font-size: 14px;
  line-height: calc(12/14);
  font-weight: 600;
}
.orders-table th {
  font-size: var(--typeBaseSize);
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 0.3px;
  line-height: 1.2;
  border-bottom: 1px solid black;
}
.orders-table td {
  font-size: var(--typeBaseSize);
  line-height: 1.3;
}
.orders-table th,
.orders-table td {
  border: none;
  color: var(--color2);
}
.filter-form .tag {
  display: block;
  border: none;
  height: auto;
  padding: 0 5px;
  transition: padding 500ms cubic-bezier(0.2, 0.06, 0.05, 0.95);
}
.customers .tag {
  height: auto;
  display: inline-flex;
  border: solid 1px;
  border-radius: 0;
  align-items: center;
  justify-content: center;
  padding: 10px;
}
.tag.cancelled {
  background: rgba(251, 141, 72, 0.3);
  border-color: #FB8D48
}
.tag.processing {
  background: var(--colorBody);
  border-color: var(--colorTextBody);
}
.tag.complete {
  background: rgba(0, 128, 96, 0.3);
  border-color: rgb(0, 128, 96);
  color: var(--colorTextBody);
}
.col-price {
  letter-spacing: 0.21rem;
}
.order-address {
  width: 35%;
}
.checkbox__input {
  display: flex;
  align-content: center;
}
.checkbox__label__custom {
  margin-bottom: 0;
  line-height: 1.8;
}
.address-section,
.recently-view-section {
  margin-top: 45px;
}
.address-section .address-block {
  position: relative;
}
.customers-index .address-block .address-edit-toggle {
  text-decoration: none;
  padding: 5px 20px;
  background-color: var(--color1);
  border-width: 1px 3px 3px 1px;
  border-style: solid;
  border-color: var(--color2);
  position: absolute;
  bottom: 10px;
  right: 10px;
}
.address-block .address-edit-toggle p {
  font-weight: 600;
}
.address-block {
  border-width: 1px 3px 3px 1px;
  border-style: solid;
  border-color: var(--color2);
  padding: 18px 15px;
  font-size: 12px;
}
.address-block a {
  text-transform: uppercase;
  font-size: 14px;
  line-height: calc(12/14);
}
.address-block .h4-custom a {
  font-weight: 600;
}
.address-block p {
  margin-bottom: 0;
}
.link-back span {
  margin-left: 10px;
}
.h4-custom {
  display: flex;
  font-size: 11px;
  font-weight: bold;
  text-transform: uppercase;
}
.h4-custom a {
  margin-left: auto;
  margin-right: 0;
  font-weight: normal;
}
.h4-custom p {
  margin-bottom: 0;
}
.recently-view-section .h3-custom {
  margin-bottom: 15px
}
.pagination-wrapper {
  border-top: solid 1px #5C5C5C;
  border-bottom: solid 1px #5C5C5C;
  padding: 20px 0;
  display: block;
  text-align: center;
  align-items: center;
}
.pagination-wrapper .pagination {
  margin-left: auto;
  display: inline-flex;
  padding: 0;
}
.pagination-wrapper .pagination .page {
  width: 50px;
  height: 50px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #DDDDDD;
  border-right: 0;
}
.pagination-wrapper .pagination .page:first-child,
.pagination-wrapper .pagination .prev {
  border-radius: 0;
  border-top-left-radius: 2px;
  border-bottom-left-radius: 2px;
}
.pagination-wrapper .pagination .current+ .page{
  border-left: 0;
}
.pagination-wrapper .pagination .page:last-child,
.pagination-wrapper .pagination .next {
  border-radius: 0;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-right: 1px solid #DDDDDD;
}
.pagination-wrapper .pagination .next,
.pagination-wrapper .pagination .prev {
  background: #000;
  width: 50px;
  height: 50px;
  margin: 0;
}
.pagination-wrapper .pagination .page.current {
  border: 1px solid #1A1A1A;
  opacity: 1;
}
.pagination-wrapper .pagination .page.no-link,
.pagination-wrapper .pagination .page.no-link + .page {
  display: none;
}
.pagination__summary {
  margin-bottom: 15px;
}
.order-count {
  display: flex;
  margin-left: auto;
  width: 20px;
  height: 20px;
  font-weight: 400;
  font-size: 10px;
  border-radius: 100%;
  background: #000;
  justify-content: center;
  align-items: center;
  color: #fff;
  line-height: 1;
}
.customers .btn.locate-button {
  width: 100%;
  margin-top: 31px;
  height: 48px;
  padding: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.additional-address {
  margin-top: 34px
}
.address-action {
  position: absolute;
  top: 16px;
  right: 16px;
  display: flex;
  align-items: center;
}
.address-form .grid-container {
  padding: 25px;
}
.address-form .grid-container input, .address-form .grid-container select {
  border: 1px solid var(--color2);
}
.action_delete {
  display: flex;
  margin-left: 16px;
}
.action_delete .icon {
  width: 14px;
  height: 14px;
}
.action_edit {
  text-decoration: underline;
  font-weight: 600;
  text-transform: uppercase;
}
.orders-filter {
  display: flex;
  margin-bottom: 10px;
}
.orders-filter .select-wrapper {
  margin-left: auto;
  display: flex;
  align-items: center;
  position: relative;
}
.orders-filter .select-wrapper:after {
  content: "";
  height: 22px;
  border-left: 1px solid #D9D9D9;
  display: block;
  position: absolute;
  right: 35px;
}
.orders-filter label {
  margin: 0 10px 0 0;
  font-size: 10px;
  color: var(--color2);
  font-weight: 600;
}
.orders-filter select, .orders-filter:focus select {
  border-style: solid;
  border-color: var(--color2);
  padding-right: 42px;
  color: var(--color2);
  letter-spacing: 0.15rem;
  font-size: 11px;
  line-height: 1.5;
  background-image:url({{ "ico-select-gray.svg" | asset_url | split: '?' | first }});
  background-position-x: 94%;
}
@media screen and (min-width: 750px) {
  .customers .order-table table {
    border-radius: 0;
  }
  .orders-table a {
    font-weight: 400;
    font-size: 10px;
  }
  .action_edit {
    font-weight: 400;
    font-size: 10px;
  }
  .address-block a {
    font-weight: 400;
  }
  .address-block .h4-custom a {
    font-weight: 400;
  }
  .address-action {
    position: static;
  }
  .action_delete {
    margin-left: 40px;
  }
  .customers table th {
    font-size: 10px;
    line-height: 1.2;
    text-transform: uppercase;
    padding: 19px 10px;
  }
  .customers table td {
    font-size: 12px;
    line-height: 1.2;
    padding: 15px 10px;
    vertical-align: middle;
  }
  .page-width.page-content.customers {
    padding-bottom: 15%;
  }
  .orders-table {
    border-spacing: 0px;
    background: none;
  }
  .customers table {
    background: none;
    border-spacing: 0;
    border-style: solid;
    border-color: var(--color2);
  }
  .additional-address {
    margin-top: 48px
  }
  .customers .btn.locate-button {
    width: 216px;
  }
  .pagination__summary {
    margin: 0;
  }
  .pagination-wrapper {
    display: flex;
    text-align: left;
    padding: 15px 0;
  }
  .h3-custom__link {
    font-size: 10px;
  }
  .recently-view-section .h3-custom {
    margin-bottom: 15px;
    color: var(--color2);
    background-color: transparent;
  }
  .address-block a  {
    font-size: 10px;
    line-height: 1.72;
    color: #5D5C5C;
  }
  .hide-medium-up  {
    display: none !important;
  }
  .account-sidebar {
    max-width: 210px;
  }
  .customers .section-header__title {
    font-size: 22px;
    line-height: calc(28/22);
    margin-bottom: 11px;
  }
  .customers .section-header {
    margin-bottom: 35px;
  }
  .h3-custom {
    font-size: 14px;
  }
}
.additional-address .table__section, .additional-address .table__section + .table__section {
  margin: 0;
}
@media screen and (max-width: 749.9px) {
  .additional-address .table__section,
  .additional-address .table__section + .table__section {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .additional-address .table__section {
    background: #ffffff;
  }
  .additional-address .table__section+.table__section:after {
    left: 0;
    right: 0;
  }
  .hide-xs  {
    display: none !important;
  }
  .additional-address .table--responsive td {
    display: flex;
    text-align: left;
    padding-top: 4.5px;
    padding-bottom: 4.5px;
  }
  .additional-address .table--responsive td:before {
    margin-right: auto;
    content: none;
  }
}
/* ACCOUNT ORDERS */
.customer-order-detail .btn {
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 0.323077px;
}
.order-buttons {
  margin-top: 8px;
}
.order-buttons .btn {
  font-weight: 700;
  margin-bottom: 10px;
}
.btn--tertiary.custom {
  border-radius: 0;
  opacity: 1;
  height: 48px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  border-color: #000000;
}
.btn--tertiary.custom:focus {
  border: 1px solid;
}
.btn--tertiary.custom.width-auto {
  width: auto;
  min-width: 145px;
}
.customers .order-buttons .btn.locate-button {
  margin: 0;
}
.order-summary__information.grid {
  display: flex;
  flex-flow: row wrap;
}
.orders-summary__information__content {
  margin-top: auto; 
  margin-bottom: auto;
  font-weight: 700;
  color: #5D5D5D;
  font-size: 10px;
  text-transform: capitalize;
}
.orders-summary__information__content .tag {
  text-transform: capitalize;
}
.orders-summary__information__title {
  font-weight: 700;
  font-size: 11px;
  text-transform: uppercase;
  color: #5D5D5D;
  margin-bottom: 7px;
}
.order-summary__information .grid__item {
  margin-bottom: 20px;
  display: flex;
  float: none;
  min-height: 100%;
  flex-direction: column;
  min-height: 43px;
}
.product_td_inner {
  display: flex;
}
.line_item_description {
  padding: 10px 12px;
  color: #5D5C5C;
  font-size: 12px;
  line-height: calc(16/12);
  text-align: left;
  flex: 1 1 100%;
}
.line_item_description .line {
  margin-bottom: 4px;
}
.product-image-wrapper {
  overflow: hidden;
}
.product-image-wrapper > img {
  max-width: 100%;
  display: block;
  height: auto;
}
.line_item_description .product-title {
  font-weight: bold;
  font-family: var(--typeHeaderPrimary), var(--typeHeaderFallback);
  line-height: calc(13/11);
  letter-spacing: 0.3px;
  text-transform: uppercase;
  display: block;
}
.line_item_description .part {
  margin-bottom: 4px;
}
.order-detail-table {
  margin-top: 22px;
}
.product-variant-title {
  font-size: 13px;
  letter-spacing: 0.2px;
}
.order-table {
  margin-top: 22px;
}
.col-actions {
  text-transform: uppercase;
  font-weight: 600;
  font-family: var(--typeHeaderPrimary),var(--typeHeaderFallback);
}
.col-price {
  letter-spacing: 0.3px;
}
.order-table__summary {
  padding: 18px 18px 5px 18px;
  border: solid 1px #dddddd;
  border-top: 0;
  margin-top: -1px;
  letter-spacing: 0.3px;
  color: #5D5C5C;
  font-size: 12px;
  font-weight: 500;
}
.order-table__summary__row {
display: flex;
margin-bottom: 13px;
}
.order-table__summary__col + .order-table__summary__col {
margin-left: auto;
}
.return-section {
  clear: both;
  padding-top: 15px;
}
.return-section:before {
  content: '';
  display: block;
  border-top: 1px solid var(--colorBorder);
  margin-bottom: 23px;
}
.return-section__title {
  font-weight: 600;
  margin-bottom: 10px;
}
.return-section__content {
  margin-bottom: 20px;
}
.customers .btn {
  text-transform: uppercase;
  font-weight: 600;
}
.address-form__butons {
  margin-top: 30px;
}
@media screen and (min-width: 750px) {
  .address-form__butons {
    display: flex;
    margin-top: 25px;
  }
  .address-form__butons .btn + .btn {
    margin-left: 16px;
  }
  .address-form__butons .btn.locate-button {
    margin: 0;
  }
  .btn--tertiary.custom {
    width: 216px;
  }
  .order-table__summary {
    width:328px;
    float: right;
  }
  .customers .order-table table td {
    font-size: 14px;
  }
  .order-table {
    margin-top: 24px;
  }
  .order-detail-table {
    margin-top: 24px;
  }
  .order-summary .inner {
    display: flex;
    flex-flow: row wrap;
  }
  .order-buttons .btn {
    max-width: 160px;
  }
  .customers .order-buttons .btn.locate-button {
    margin-left: 15px;
  }
  .order-buttons {
    display: flex;
    justify-content: flex-end;
    flex: 1 1 auto;
    margin-top: 0;
    padding-left: 20px;
    width: 332px;
  }
  .order-summary__information {
    flex: 1 1 auto;
  }
  .order-summary__information.grid {
    margin-bottom: -20px;
  }
  .order-summary__information .grid__item.payment {
    min-width:  max-content;
  }
  .return-section .btn {
    float: right;
    margin-left: 79px;
  }
  .return-section__content {
    float: left;
    max-width: calc(100% - 145px - 79px);
    margin-bottom: 0;
  }
  .return-section:after {
    content: '';
    display: table;
    clear: both;
  }
  .return-section {
    padding-top: 40px;
  }
  .return-section:before {
    margin-bottom: 24px;
  }
}
@media screen and (max-width: 749px) {
  .table--responsive td.col-product {
    padding: 10px;
  }
  .col-actions {
    text-align: left;
    padding-top: 0;
    padding-bottom: 10px;
  }
  .col-bottom {
    display: flex;
  }
  .col-bottom .price {
    margin-left: auto;
    font-size: 13px;
    font-weight: 500;
    color: #1A1A1A;
  }
  .table--responsive td.col-actions {
    text-align: left;
    padding-top: 0;
  }
}
/* ADDRESS FINDER */
.radius-container {
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
}
.address-finder-modal {
  margin-bottom: 30px;
}
#AddressFinder.modal--square .modal__centered-content {
  padding: 30px 16px;
}
@media screen and (min-width: 768px) {
  .address-finder-modal.modal--square .modal__centered-content {
    min-width: 638px;
    box-sizing: border-box;
  }
  .address-finder-modal .address-wrapper {
    display: flex;
    justify-content: center;
  }
}
#AddressFinder .tab-container {
  margin-bottom: 2.5rem;
}
.tab-trigger {
  padding: 0 1rem;
  font-family: var(--typeHeaderPrimary),var(--typeHeaderFallback);
  position: relative;
  box-shadow: none;
  border: none;
  outline: none;
}
.tab-trigger + .tab-item:before {
  content: '';
  border-left: solid 1px var(--colorTextBody);
  top: 50%;
  left: 0;
  top: 50%;
  height: 80%;
  transform: translate(0, -50%);
  position: absolute;
}
.tab-trigger.is-active {
  font-weight: 600;
}
.tab-content {
  display: none;
}
.tab-content.is-active {
  display: block;
}
.address-finder-modal .collapsible-content {
  overflow: hidden;
}
#AddressFinder select.radius-select {
  margin: 0 1rem;
  height: 30px;
  max-width: 87px;
  padding: 0 1rem;
}
.tab-container {
  margin-left: -1rem;
  margin-right: -1rem;
}
.btn.locate-button {
  margin-bottom: 2.5rem;
  width: 300px;
  max-width: 100%;
  border-radius: 0;
  font-family: var(--typeHeaderPrimary), var(--typeHeaderFallback);
  font-size: var(--typeBaseSize);
  letter-spacing: var(--typeBaseSpacing);
}
.btn.locate-button.btn--loading:before {
  transform: none !important;
}
.btn.locate-button svg path {
  transition: all .45s;
}
.btn.locate-button:hover svg path {
  stroke: var(--colorBody);
}
.error-message {
  color: #d02e2e;
  font-size: 0.8rem;
}
[data-animate_buttons=true] .btn.locate-button:not(.btn--no-animate):not(.btn--tertiary):not(.btn--static):not(.jdgm-revs-tab-btn):before {
  background-color: var(--colorTextBody);
  border-radius: 3px;
  top: -1px;
  bottom: -1px;
  height: auto;
}
[data-animate_buttons=true] .btn.locate-button:not(.btn--no-animate):not(.btn--tertiary):not(.btn--static):not(.jdgm-revs-tab-btn):hover {
  color: var(--colorBody);
}
.address-wrapper {
  padding-bottom: 2.5rem;
}
.button-locate-icon {
  margin-top: 3px;
  margin-right: .5rem;
}
@media  screen and (max-width: 767px) {
  .radius-container {
    margin-left: -10px;
    margin-right: -10px;
    font-size: calc(var(--typeBaseSize) - 2px);
  }
  #AddressFinder select.radius-select {
    margin: 0 5px;
  }
  .address-wrapper {
    display: block;
    padding-left: 30px;
    position: relative;
  }
  .address-wrapper.has-address {
    text-align: left;
  }
  .address-wrapper .icon-svg {
    position: absolute;
    top: 3px;
    left: 0;
    z-index: 1;
  }
  .tab-trigger {
    font-size: calc(var(--typeBaseSize) - 2px);
  }
  .address-finder-modal .btn.locate-button {
    width: 100%;
  }
}
@media screen and (min-width: 1200px) {
  .radius-container {
    margin-top: 1.875rem;
  }
  #AddressFinder.modal--square .modal__centered-content {
    padding: 30px;
  }
  .tab-item {
    padding: 0 2rem;
    font-size: var(--typeBaseSize);
    cursor: pointer;
  }
  .tab-container {
    margin-left: 0;
    margin-right: 0;
  }
}
.ah-link {
  width: 100% !important;
  text-align: left;
  font-size: 0.7rem;
  font-family:var(--typeBasePrimary),var(--typeBaseFallback);
}   
.icon-map {
  margin-right: 10px;
  margin-top: -6px;
}   
.cart__address_finder {
  width: 100% !important; 
}   
.cart--notes {
  padding-bottom: 30px; 
}
.cart__footer {
  padding-top: 50px;
}
.ui-loading {
  background:var(--colorBody) url({{ 'loading.gif' | file_url }}) right center no-repeat;
}
.address-finder-heading {
  text-align: center;
  font-size: 2rem;
  letter-spacing: 1px;
  font-family:var(--typeHeaderPrimary),var(--typeHeaderFallback);
}
.address-finder-half {
  width: 49.5%;
  display: inline-block;
}
.js-address-form input,
.js-address-form select {
  text-transform: uppercase; 
}
.btn-add-address,
.btn-edit-address {
   margin-bottom: 0 !important;
   margin-right: 15px;
   color: var(--colorBtnPrimary);
   border-color: var(--colorBtnPrimary);
}
.selected-address-text {
  font-weight: 900;
}   
#helper-link {
    margin-left: 5px;
}   
#AddressNewForm {
  margin-bottom: 50px; 
}
#AddressFinder input {
  width: 100%;
  border: 1px solid var(--colorDrawerBorder);
  background: #fff;
  margin: 5px 0;
}
#AddressFinder .modal__centered.border-shadow {
  background-color: var(--color1);
}
#AddressFinder select,
#AddressFinder input {
 appearance: none;
  width: 100%;
  border: 1px solid var(--color2) !important;
  font-weight: 600;
  padding: 0.92857em 0.78571em;
  word-break: normal;
  margin: 5px 0; 
  background-color: #fff;
}
#AddressFinder .bottom-btn {
  width: 100%;
  text-align: center;
  margin-top: 15px; 
}
#AddressFinder .btn.save--btn:hover {
  background-color: var(--color2);
}
/* STORE LOCATOR */
.store-locator-section {
  margin: 40px auto;
}
.store-locator-section .section-header__title {
  font-size: 35px;
  line-height: 1.2;
  font-weight: 900;
}
.store-locator-section .section-header__subtitle {
  font-family: var(--typeBasePrimary), var(--typeBaseFallback);
  margin-top: 8px;
  letter-spacing: 0.04rem;
  text-transform: none;
}
.column {
  display: block;
  flex-basis: 0;
  flex-grow: 1;
  flex-shrink: 1;
  padding: 0.75rem;
}
.locations {
  font-family: var(--typeBasePrimary), var(--typeBaseFallback);
}
.locations .spacer {
  margin-top: 8px;
  margin-bottom: 8px;
}
.locations__item {
  opacity: .5;
  padding: 16px 0;
  border-top: solid 1px #D3D6D9;
  cursor: pointer;
}
.locations__item:first-child {
  border-top: none;
}
.locations__item.is-active {
  cursor: auto;
}
.locations__item:hover,
.locations__item.is-active {
  opacity: 1 
}
.locations__items__direction-link {
  color: inherit;
  text-decoration: underline;
}
.locations__items::-webkit-scrollbar {
  width: 5px;
}
.locations__items {
  padding-right: 16px;
  overflow-y: auto;
  max-height: 549px;
}
.locations .btn__spinner {
  display: none;
}
.locations.is-loading {
  position: relative;
  min-height: 300px;
}
.locations__summary {
  position: relative;
  z-index: 1;
}
.notice__text {
  margin-bottom: 0;
}
.spinner.btn--loading {
  background: #dedede;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 12px;
  left: 12px;
  right: 12px;
  bottom: 12px;
  display: none;
  z-index: 2;
}
.locations.is-loading .spinner {
  display: block;
}
.locations__items::-webkit-scrollbar-thumb {
  background: #000000;
  border-radius: 5px;
}
.locations__items::-webkit-scrollbar-track {
  background: #EFF3F5;
  border-radius: 5px;
}
.locations__item__name {
  text-transform: uppercase;
  font-weight: 700;
}
.map-content {
  min-height: 312px;
}
.store-locator-section .address-finder {
  font-size: 14px;
}
@media screen and (min-width: 750px) {
  .columns {
    display: flex;
  }
  .column.locations {
    flex: none;
    width: calc(40% + 40px);
    padding-right: 40px;
  }
  .map-content {
    height: 100%;
    min-height: 500px;
  }
  .store-locator-section .section-header__subtitle {
    max-width: 420px;
  }
}
/* PROMOTIONS */
.promotions-strip {
  min-height: 25px;
  margin-top: 0.5rem;
  padding: 10px;
  font-size: calc(var(--typeBaseSize) * .98);
  font-family: var(--typeBasePrimary),var(--typeBaseFallback);
  display: block;
}
@media screen and (max-width: 749px) {
  .promotions-strip {
    font-size: calc(var(--typeBaseSize) * .88);
  }
}
.promotions-strip.cart-page-strip {
  color: var(--cartPageStripColor);
  background-color: var(--cartPageStripBackgroundColor);
}
.promotions-strip.crm-welcome-promo-strip {
  color: var(--crmWelcomePromoStripColor);
  background-color: var(--crmWelcomePromoStripBackgroundColor);
}
.promotions-strip.crm-promotion-strip {
  color: var(--crmPromotionsStripColor);
  background-color: var(--crmPromotionsStripBackgroundColor);
}
/* WISHLIST APP -- CAN TRANSFER TO APP CSS ONCE LIVE */
#MainContent .hulk__wishlist-wrap {
  margin-top: 50px;
}
.hulk__wishlist-wrap .wishlist-grid-view .wishlist-card {
  padding: 15px !important;
  /* border-width: 1px 3px 3px 1px !important;
  border-style: solid !important;
  border-color: var(--color2) !important;
  border-radius: 0 !important; */
}
.hulk__wishlist-wrap .wishlist-grid-view .wishlist-status .wishlist-btn {
  margin: auto !important;
}
.site-nav.site-nav--icons .site-nav__icons div.hulk-wishlist-icon {
  display: none;
}
/* HELIUM APP -- CAN TRANSFER TO APP CSS ONCE LIVE */
.cf-field-custom input {
  border-width: 1px 3px 3px 1px;
  border-style: solid;
  border-color: var(--color2);
}
.cf-button {
  border-width: 1px 3px 3px 1px;
  border-style: solid;
  border-color: var(--color2);
  background-color: var(--color2) !important;
  color: var(--color1) !important;
  background-image: var(--urlButtonArrowBlackPng) !important;
  transition: all 0.3s ease-in-out !important;
  width: 100%;
}
.cf-button:hover {
  background-color: var(--color1) !important;
  color: var(--color2) !important;
}
.cf-login-link {
  text-align: center;
  text-transform: uppercase;
  text-decoration: underline;
  font-weight: 600;
  margin: 2% auto;
}
.cf-edit-account-link-spacer { display: none; }
.cf-edit-account-link { display: flex !important; }

/* QUICK ADD START */

@media only screen and (max-width:589px) {
  .quick-shop-buttons {
    overflow-y: hidden;
    overflow-x: scroll;
    scrollbar-width: thin;
  }
}

.quick-product__btn {
  height: 4rem;
  width: 100%;
  position: absolute;
  top: unset;
  bottom: 0;
  right: 0;
  border-radius: 0;
  background-color: var(--colorBtnPrimaryText);
  color: var(--colorDrawerTextDarken);
  border: 1px solid var(--colorDrawerTextDarken);
}
.quick-shop-buttons {
  display: flex; 
  justify-content: space-evenly; 
  width: 90%; 
  background: white; 
  border-radius: 3px;
}
.quick-shop-buttons button {
  font-size: 12px;
  border-radius: 25px;
}

.quick-shop-size-btn {
  transition: background-color 0.3s, text-decoration 0.3s;
}

.quick-shop-size-btn:hover {
  background-color: #e8e8e1;
}

.grid-product__content .quick-shop-container {
  display: none;
  opacity: 0;
  transition: opacity 1s;
}

.quick-shop-container {
  transition: opacity 1s;
  position: absolute; 
  bottom: 3%; 
  justify-content: center; 
  width: 100%; 
  height: 5vh;
}
.selector-link-disabled {
  pointer-events: none;
  color: #BEBEBE;
  text-decoration: line-through;
}
.grid-product__content:hover .quick-shop-container {
  display: flex;
  opacity: 1;
}
.quick-shop-container:hover .grid-product__content {
  pointer-events: none;
}
.quick-shop-container:hover .grid-product__link {
  pointer-events: none;
}

.grid-product__content:hover .quick-product__btn:hover {
  transform: none;
}
.grid-product__title {
  font-size:calc(var(--typeBaseSize)*0.9*0.92)
}
.grid-product__price{
  font-size:calc(var(--typeBaseSize)*1.2*0.83)
}
.modal--quick-shop .address-finder-pdp {
  display: none;
}
.drawer .filter-form {
  margin-top: -20px;
}
#FilterDrawerTrigger {
  min-width: 100px;
  margin-right: 1%;
}
.quick-filter-container {
  overflow-x: auto;
  display: flex;
}
.quick-filter-active {
  border-bottom: 2px solid;
}
.quick-filter-container::-webkit-scrollbar {
  scrollbar-width: thin;
}
.quick-filter-container > button {
  padding: 10px 25px 10px 25px;
  height: 100%;
}
.filters-container {
  display: flex;
  align-items: center;
}
#SortBy {
  border: 0;
}
.collection-filter__item--sort {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.view-btns {
  display: flex;
}
.view-btns:hover {
  opacity: 0.5;
}
@media only screen and (min-width:590px){
  .grid-product__has-quick-shop .grid-product__content:hover .grid-product__tag {
    opacity: 1;
  }
  .grid-product__content:hover .grid-product__meta div {
    /* visibility: hidden; */
  }
  .collection-switcher__collection-grid .quick-product__btn {
    right: 0;
  }
  .grid-product__content:hover .quick-product__btn {
    top: .3rem;
  }
  .grid-product__content:hover .custom-badge {
    display: none;
  }
  .grid-product__title{
    font-size:calc(var(--typeBaseSize)*0.9)
  }
  .grid-product__price{
    font-size:calc(var(--typeBaseSize)*1.18)
  }
  .sortByLabel-CollectionFilter {
    margin-bottom: 0; 
    margin-left: 10px;
  }
  .view-1 {
    display: none;
  }
  .view-2 {
    margin-right: 10px;
  }
  .view-2-mobile {
    display: none;
  }
  .hide-desktop {
    display: none;
  }
}
/* QUICK ADD END */
.grecaptcha-badge {
  visibility: hidden !important;
}
#shop-hcaptcha-badge-container {
  visibility: hidden !important;
}

.faq-parent-container {
  visibility: hidden;
}