/** Shopify CDN: Minification failed

Line 140:44 Expected ")" to end URL token
Line 260:0 Unexpected "{"
Line 260:1 Expected identifier but found "%"
Line 1501:37 Expected ")" to end URL token
Line 2242:26 Expected ")" to end URL token

**/
::-webkit-scrollbar {
  width: 10px;
}
::-webkit-scrollbar-track {
  background: var(--colorBorder);
  border-radius: 0;
}
::-webkit-scrollbar-thumb {
  background: #C1C1C1;
  border-radius: 0;
}
::-webkit-scrollbar-thumb:hover {
  background: #333;
}
.template-index {
  overflow: hidden;
}
.page-width {
  max-width: 95%;
}
.page-width--narrow {
  max-width: 1000px;
}
.pointer {
  cursor: pointer;
}
.bold {
  font-weight: 700;
}
.no-margin-bottom {
  margin-bottom: 0 !important;
}
.margin-top-5 {
  margin-top: 5px;
}
.margin-top-15 {
  margin-top: 15px;
}
.margin-top-25 {
  margin-top: 25px;
}
.margin-left-15 {
  margin-left: 15px;
}
.padding-top-35 {
  padding-top: 35px;
}
.align-center {
  align-self: center;
}
.sale-link {
  color: var(--colorSaleTag) !important;
  font-weight: 900 !important;
  font-family: var(--typeHeaderPrimary),var(--typeBaseFallback);
  text-transform: uppercase;
}
.btn:not(.locate-button):focus {
  border-color: var(--colorBorder);
  outline: 0;
}
.no-border {
  border: none;
}
.pagination .prev .icon {
  transform: translate(-2px,-2px);
}
.breadcrumb {
  text-align: center;
}
.skrim__item-content .skrim__overlay.darken__overlay:after {
  background: rgba(0,0,0,0.8);
}
.skrim-title-center {
  text-align: center;
  margin: 15px auto !important;
}
.rte .custom-table {
  table-layout: auto;
}
.rte .custom-table td,
.rte .custom-table th {
  overflow-wrap: break-word;
}
.rte .btn,
.shopify-payment-button .shopify-payment-button__button--unbranded,
.spr-container .spr-button,
.spr-container .spr-summary-actions a,
.shopify-payment-button .shopify-payment-button__button--unbranded:hover,
.shopify-payment-button .shopify-payment-button__button--unbranded:hover:not([disabled]) {
  padding: 12px 20px 9px;
}
.pagination .next,
.pagination .prev {
  border-radius: 0;
}
.collection-switcher__title {
  display: inline-block;
}
.js-drawer-open-nav {
  padding: 0;
}
.small {
  font-size: 0.7rem;
}
.cart__item-row--left {
  text-align: left;
}
.cart--remove {
  text-decoration: none;
  position: relative;
  font-size: 0.7rem;
  cursor: pointer;
}
.cart--remove:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -.2rem;
  width: 100%;
  border-bottom: 1px solid var(--colorDrawerText);
}
.js-qty__adjust:hover {
  background-color: var(--colorDrawerText) !important;
  border-color: var(--colorDrawerText);
  color: var(--colorBody);
}
.js-qty__adjust:hover svg path {
  fill: var(--colorBody);
}
[data-animate_buttons=true] .btn:not(.btn--no-animate):not(.btn--tertiary):not(.btn--static){
  background: var(--colorBtnPrimary) url({{ button-arrow.png | image_url }}) no-repeat 150% 35%;
}
[data-animate_buttons=true] .btn.btn-nested__hero {
  background-image: url(/cdn/shop/t/1013/assets/button-arrow-black.png) !important;
}
div[data-address-finder-pdp] {
  display: block !important;
}
@media only screen and (min-width: 590px) {
  .drawer--right {
    width: 550px;
  }
}
@media only screen and (max-width: 589px) {
  ::-webkit-scrollbar {
    max-height: 8px;
    max-width: 8px;
  }
}
/* SWIPER */
.swiper-button-next,
.swiper-button-prev {
  text-rendering: auto;
}
.swiper-button-next:after,
.swiper-button-prev:after {
  font-size: var(--typeBaseSize);
  font-weight: 900;
  color: var(--colorTextBody);
  background-color: var(--colorBody);
  padding: 12px 16px;
}
.swiper-pagination {
  /* margin-top: 25px;
  position: relative; */
}
.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--colorTextBody); 
}
.swiper-horizontal>.swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-horizontal {
   height: 3px; 
}
/* HERO */
.btn--slideshow {
  color: var(--colorHeroText);
}
.btn--slideshow:hover {
  border-color: var(--colorHeroText);
}
/* COUNTRIES DROPDOWN */
.countries-wrapper {
  display: none;
  position: absolute;
  top: 0;
}
.countries-dropdown:hover .countries-wrapper,
.countries-dropdown:active .countries-wrapper,
.countries-dropdown:focus .countries-wrapper,
.countries-wrapper.visible {
  display: block;
  z-index: 20;
}
.countries-dropdown summary {
  padding-top: 24px;
}
.countries-dropdown {
  position: relative;
  margin-inline-start: 0;
  margin-inline-end: 0;
  padding-block-start: 0;
  padding-inline-start: 0;
  padding-inline-end: 0;
  padding-block-end: 0;
}
.countries-dropdown.site-nav__link--icon svg {
  width: 25px;
  height: 25px;
  display: inline-block;
  vertical-align: middle;
}
.countries-list {
  background: #FFF;
  border: 1px solid #000;
}
.countries-list span {
  display: block;
  padding: 15px 25px 15px 10px;
}
.countries-list span:hover svg {
  fill: var(--colorBtnPrimaryText);
}
.countries-list span:hover a {
  color: var(--colorBtnPrimaryText);
}
.countries-list span:hover,
.countries-list span.selected:hover{
  background-color: var(--colorLink);
  color: var(--colorBtnPrimaryText);
}
.countries-list span.selected {
  background-color: var(--colorInputBgDark);
  color: var(--color-body-text);
  font-weight: 900;
}

@media only screen and (max-width:589px) {
 .countries-dropdown.site-nav__link--icon svg {
   width: 23px;
   height: 23px;
 }
 .countries-dropdown summary {
   padding-top: 16px;
 }
}
/* HELIUM */
.cf-edit-account-link-spacer { display: none; }
.cf-edit-account-link { display: flex !important; }
.form-vertical .btn.cf-cancel { margin-bottom: 16px; }
/* GWP OTHER STYLES ARE IN CART-PRODUCT-FORM-STYLE */
{%- if settings.gwp_enable or settings.tier_gwp_enable -%}
#modal-gwp .modal__centered-content,
#modal-gwp-tiering .modal__centered-content {
  max-width: 500px;
  width: 450px;
}
.gwp-field {
  pointer-events: none;
}
.gwp-flex {
  display: flex; 
}
.gwp-close {
  position: absolute;
  right: 20px;
  top: 15px; 
}
.gwp-close .close {
  font-size: calc(var(--typeBaseSize) * 1.2);
}
.gwp-title,
.gwp-tiering-title {
  margin-bottom: 25px; 
}
.gwp-subtitle,
.gwp-tiering-subtitle {
  font-size: .8rem;
  width: 80%;
  margin: 25px auto;
  text-align: center;
}
.selected-gwp-data,
.selected-gwp-tiering-data {
  font-size: 1rem;
  margin-bottom: 0;
} 
.collect-button,
.collect-gwp,
.collect-tiering {
  margin-top: 25px; 
}
.hidden-gwp {
  display: none; 
}
.close {
  cursor: pointer; 
} 
.width-100p {
  width: 100%;
}
.gwp-image,
.gwp-tiering-image {
  margin: 0 auto;
  padding: 30px 0;
  max-width: 260px;
}
.tiering-select {
  margin: 0 auto; 
}
.select-gwp,
.select-gwp-tiering {
  background: var(--colorTextBody);
  color: var(--colorBody);
  width: 30%;
  margin: 0;
  border-bottom: none;
}
.select-gwp:disabled,
.select-gwp-tiering:disabled {
  background: gray;
  color: var(--colorBody);
  width: 30%;
  border-bottom: none;
  pointer-events: none;
}
.variant-container:not(:first-child):not(:last-child) {
  padding: 10px 20px; 
}
.collect-button:hover,
.collect-tiering:hover {
  background: transparent;
  color: var(--colorTextBody);
}
.delete-gwp,
.delete-gwp-tiering {
  color: red;
  margin-left: 10px; 
  cursor: pointer;
}
.gwp_message h4 {
  display: inline-block;
  border: 3px dotted #f01737;
  padding: 10px;
  color: #f01737;
  margin-bottom: 40px; 
}
@media only screen and (max-width:589px) {
  #modal-gwp .modal__centered-content,
  #modal-gwp-tiering .modal__centered-content {
    max-width: 350px;
    width: 100%;
  }
  .tiering-select {
    font-size: calc(var(--typeBaseSize) - 3px);
  }
}
/* CART DRAWER */
.drawer .cart__item {
  grid-template-columns: 150px 1fr;
}
.payment-buttons .add-to-cart--secondary {
  font-size: var(--typeBaseSize);
}
.payment-buttons .add-to-cart--secondary:focus,
.payment-buttons .add-to-cart--secondary:focus-visible {
  border: 1px solid;
}
.cart__product-name {
  margin-bottom: 0;
  font-size: calc(var(--typeBaseSize) - 2px);
}
.cart__variant-meta {
  font-style: oblique;
  font-size: calc(var(--typeBaseSize) - 3px);
}
.white {
  color: var(--colorBody);
}
.promo-text {
  color: var(--colorTextBody);
  text-align: center;
  margin-bottom: 40px;
}
.promo-text p {
  font-size: calc(var(--typeBaseSize) * 0.66);
  margin-bottom: 0;
}
.shop-message {
  font-size: calc(var(--typeBaseSize) * 0.75);
}
.percentage {
  position: relative;
  text-align: center;
  font-size: calc(var(--typeBaseSize) * 0.75);
}
.template-cart .promo-text {
  display: none; 
}
.drawer-progBar {
  background-color: #E8E8E1;
  border-radius: 0;
  position: relative;
  overflow: hidden;
  max-width: 100%;
  margin: 15px 0;
}
.drawer-progBar span {
  background-color: var(--colorBtnPrimary);
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 0;
  transition: width 0.75s;
  background-size: 30px 30px;
}
.stripes.animated {
  animation: animate-stripes 2s linear infinite;
  background-image: linear-gradient(135deg, rgba(0,0,0, 0.5) 25%, transparent 25%, transparent 50%, rgba(0,0,0, 0.5) 50%, rgba(0,0,0, 0.5) 75%, transparent 75%, transparent);
}
@keyframes animate-stripes {
  0% {
    background-position: 0 0; }
  
  100% {
    background-position: 60px 0;
  }
}
@media only screen and (max-width: 589px) {
  .drawer--right {
    width: 95%;
  }
  .drawer .cart__item {
    grid-template-columns: 80px 1fr;
  }
}
/* PASSWORD */
.password__footer {
  padding: 0;
}
@media only screen and (max-width:589px) {
  .site-header--password {
    margin: 5px 0;
  }
}
/* PDP */
.location-item span {
  display: flex;
  align-self: center;
}
/* PROFILE COMPLETION */
.profile-completion {
  min-height: 25px;
  margin-top: 0.25rem;
  padding: 10px;
  font-size: calc(var(--typeBaseSize) * 0.88);
  font-family: var(--typeBasePrimary), var(--typeBaseFallback);
  display: block;
}
@media (max-width: 589px) {
  .profile-completion {
    margin-top: 0;
  }
}
.welcome-strip {
  background: var(--crmWelcomeBackground);
  color: var(--crmWelcomeFontColor);
}
.birthday-strip {
  background: var(--crmBackground);
  color: var(--crmFontColor);
}
/* CART PROMOTION */
.cart-promotion {
  background: rgba(73, 170, 25, 0.25);
  min-height: 25px;
  border-radius: 3px;
  margin-top: 2rem;
  font-size: 11px;
  display: flex;
  font-family: var(--typeBaseSize), var(--typeBaseFallback);
  justify-content: center;
  align-items: center;
}
.cart-promotion svg, .cart-strip svg {
  margin-right: 8px;
}
@media (max-width: 589.9px) {
  .cart-promotion {
    margin-top: 1.3rem;
  }
}
.cart-strip {
  min-height: 25px;
  margin-top: 0.25rem;
  padding: 10px;
  font-size: calc(var(--typeBaseSize) * 0.88);
  font-family: var(--typeBasePrimary), var(--typeBaseFallback);
  display: block;
  background: var(--cartstripBackground);
  color: var(--cartstripFontColor);
}
@media (max-width: 589px) {
  .cart-strip {
    margin-top: 0;
  }
}
/* NESTED HERO */
.nested-hero,
.nested-hero .swiper {
  width: 100%;
  height: 100vh;
}
.nested-hero .swiper-slide img,
.nested-hero .swiper .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.nested-hero .swiper-button-next,
.nested-hero .swiper-button-prev {
  width: auto;
  text-transform: uppercase;
}
.nested-hero .swiper-button-next {
  right: 0;
}
.nested-hero .swiper-button-prev {
  left: 0;
}
.nested-hero .swiper-button__swap {
  order: 2;
}
.nested-hero .swiper-button-next.swiper-button-disabled,
.nested-hero .swiper-button-prev.swiper-button-disabled {
  visibility: hidden;
}
.shopify-section .nested-hero .swiper-button-next,
.shopify-section .nested-hero .swiper-button-prev,
.shopify-section .nested-hero .swiper-button-next:after,
.shopify-section .nested-hero .swiper-button-prev:after {
  background-color: transparent;
  color: var(--nestedHeroColor);
}
.nested-hero .nested-hero__pagination li {
  color: var(--nestedHeroColor);
  list-style-type: circle;
}
.nested-hero .swiper-pagination-vertical.swiper-pagination-bullets,
.nested-hero .swiper-vertical>.swiper-pagination-bullets {
  position: relative;
  top: unset;
  bottom: 6rem;
  left: 94%;
  cursor: pointer;
  margin: 0;
}
@media only screen and (max-width:414px) {
  .nested-hero .swiper-pagination-vertical.swiper-pagination-bullets, .nested-hero .swiper-vertical>.swiper-pagination-bullets {
    bottom: 15em;
  }
  .nested-hero .swiper-button-next, .swiper-button-prev {
    top: var(--swiper-navigation-top-offset,40%);
  }
}
@media only screen and (min-width:590px) {
  .nested-hero .swiper-pagination-vertical.swiper-pagination-bullets,
  .nested-hero .swiper-vertical>.swiper-pagination-bullets {
    left:97%;
  }
}
.nested-hero .swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,
.nested-hero .swiper-vertical>.swiper-pagination-bullets .swiper-pagination-bullet {
  width: var(--typeBaseSize);
  height: var(--typeBaseSize);
  margin: 0;
  margin-bottom: 5px;
  display: flex;
  border-radius: 0;
  background: none;
  opacity: 1;
  z-index: 3;
}
.nested-hero .swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet .nested-hero__label,
.nested-hero .swiper-vertical>.swiper-pagination-bullets .swiper-pagination-bullet .nested-hero__label {
  display: none;
}
.nested-hero .swiper-pagination .swiper-pagination-bullet:before {
  content: "\f10c";
  color: var(--nestedHeroColor);
  font-family: 'FontAwesome';
  font-weight: 700;
  font-size: calc(var(--typeBaseSize)*0.66);
}
.nested-hero .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active:before {
  content: "\f111";
}
.nested-hero .nested-hero__label {
  position: absolute;
  top: -6rem;
  transform: rotate(270deg);
  width: 140px;
  left: -4.3rem;
  font-size: var(--typeBaseSize);
  color: white;
  text-transform: uppercase;
  z-index: 0;
}
.nested-hero .penshoppe-svg__row {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}
@media only screen and (max-width:589px) {
  .nested-hero .penshoppe-svg__row {
    top: 30%;
  }
  .nested-hero .nested-hero__label {
    top: unset;
    /* bottom: 3.5rem; */
  }
}
.nested-hero .swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active .nested-hero__label,
.nested-hero .swiper-vertical>.swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active .nested-hero__label {
  display: flex;
}
.btn-nested__hero {
  position: absolute;
  bottom: 15%;
  left: 51%;
  transform: translateX(-50%);
  border-radius: 0;
  font-size: calc(var(--typeBaseSize) - 1px);
}
.btn-nested__hero:before {
  display: none !important;
}
@media only screen and (max-width:589px) {
  .header-layout {
    justify-content: center;
  }
  .btn-nested__hero {
    bottom: 20%;
  }
  .nested-hero .swiper-pagination .swiper-pagination-bullet:before {
    display: none;
  }
}
/* HEADER */
.is-light .site-header__logo .logo--has-inverted {
  display: none;
}
.header-wrapper--overlay .site-header:not(.site-header--stuck):hover {
  background: #FFF;
}
.is-light .site-header__logo .logo--inverted,
.site-header:hover .site-header__logo-link.logo--has-inverted {
  display: flex;
}
.site-header,
.site-header__logo-link {
  padding: 0 !important;
}
.site-header .site-header__logo img {
  position: unset;
}
.site-header:hover .wishlist-path,
.site-header[data-overlay="false"] .wishlist-path {
  fill: var(--colorDrawerText) !important;
}
.site-header:hover .site-header__logo-link.logo--has-inverted {
  opacity: 1;
  visibility: visible;
  height: 100%;
}
.site-header:hover .site-header__logo .logo--inverted {
  opacity: 0;
  visibility: hidden;
  height: 0;
}
.site-header:hover .site-nav__link {
  color: var(--colorTextBody);
}
.site-header[data-overlay="false"] .icon-account path,
.site-header[data-overlay="false"] .icon-account circle {
  stroke: var(--colorDrawerText) !important;
}
.site-nav__link--icon {
  cursor: pointer;
  font-size: 0;
}
.site-nav__link, .site-nav__dropdown-link {
  font-size: 0 !important;
}
.site-header:hover .site-nav__link .icon-account circle,
.site-header:hover .site-nav__link .icon-account path {
  stroke: var(--colorDrawerText) !important;
}
/* MENU */
.mobile-nav {
  margin-top: 0;
}
.mobile-gender__nav {
  margin-left: 0;
  margin-bottom: 10px;
  display: flex;
  border-top: 1px solid #000;
}
.mobile-gender__item {
  background-color: #F2F2F2;
  flex-basis: 100%;
  padding: 10px 20px;
  margin-bottom: 0;
  list-style: none;
  font-size: var(--typeBaseSize);
  text-transform: uppercase;
  cursor: pointer;
  border: 1px solid #000;
  border-left: none;
  border-top: none;
  transition: 0.3s all ease;
  justify-content: center;
  display: flex;
}
.mobile-gender__item.active {
  background-color: #FFF;
  border-bottom: none;
  border-top: none;
  font-family: var(--typeHeaderPrimary), var(--typeBaseFallback);
  font-weight: 900;
}
.mobile-gender__item.women {
  border-left: none;
  border-top: none;
}
.mobile-gender__item:hover {
  text-decoration: underline;
  text-underline-offset: 3px;
}
.mobile-additional__item {
  list-style: none;
  padding: 5px 15px 5px 0;
}
.mobile-nav__item .mobile-nav__faux-link, .mobile-nav__item a,
.mobile-nav__toggle button {
  padding: 10px 15px;
}
.mobile-additional__item,
.mobile-nav__item .mobile-nav__faux-link,
.mobile-nav__item a:not(.megamenu__promo-link) {
  text-transform: uppercase;
  font-size: var(--typeBaseSize);
}
.mobile-additional__menu {
  margin-left: -5px;
  margin-top: 25px;
  margin-bottom: 25px;
}
@media only screen and (max-width: 589px) {
  .mobile-additional__menu {
    margin: 20px 0 0 -5px;
  }
  .mobile-nav__social {
    margin-top: 25px;
  }
}
.mobile-nav__social {
  margin-left: -15px;
}
.mobile-nav__item:after {
  display: none;
}
.site-header__search-form {
  width: 100%;
  background-color: #F0F0F0;
  border-radius: 5px;
}
.site-header__search-input {
  font-size: var(--typeBaseSize);
}
.drawer__scrollable {
  padding-top: 0;
}
.drawer__header {
  border: none;
  padding: 0;
}
.drawer__title {
  position: relative;
}
.search-clear {
  position: absolute;
  top: .8rem;
  right: 1rem;
  cursor: pointer;
  text-transform: uppercase;
  font-size: calc(var(--typeBaseSize) - 4px);
}
.drawer__fixed-header,
.drawer__footer,
.drawer__scrollable {
  padding-left: 25px;
  padding-right: 25px;
}
.drawer__close-button {
  padding-left: 0;
  height: auto;
}
.drawer__contents {
  position: relative;
}
.drawer__contents .predictive__result {
  display: block;
}
.predictive-results {
  max-height: 100vh;
  height: 100%;
  top: 5rem;
  padding-top: 20px;
}
@media only screen and (max-width:589px) {
  .search-clear {
    top: 0.8rem;
  }
  .predictive-results {
    top: 4rem;
  }
  .site-header .page-full,
  .site-header .page-width {
    padding: 0 10px;
  }
  .mobile-gender__nav {
    margin-bottom: 25px;
  }
  .breadcrumb {
    margin-top: 20px;
  }
  .page-container {
    margin-bottom: 40px;
  }
  .predictive-search-results {
    padding: 40px 20px;
  }
}
/* USO */
.saso-volumes,
.saso-bundle {
  display: none;
}
/* WISHLIST */
.wishlist-btn {
  width: 100%;
}
.grid-product__content .heart-wishlist-animation .heart-hulk-animation {
  position: absolute !important;
  right: -0.5rem;
  top: -0.5rem;
}
.wishlist-btn[data-added=true]:hover .icon-style {
  color: #FFF !important;
}
.heart-hulk-animation.collection-icon {
  background: none !important;
}
.wishlist-btn[data-custom-wishlist-icon] {
  z-index: 1 !important;
}
.hulk__wishlist-wrap .wrapper {
  max-width: 93% !important;
  padding: 0 !important;
}
/* .hulk__wishlist-wrap {
  padding-top: 30px;
  padding-bottom: 30px;
} */
.hulk__wishlist-wrap .wishlist-grid-view .wishlist__product .wishlist__product-img .item__delete a {
  color: var(--colorBtnPrimary);
}
.hulk_wl_icon-text {
  font-family: var(--typeHeaderPrimary), var(--typeHeaderFallback);
}
.shopify-app-block .heart-hulk-animation.icon-style {
  margin-right: 15px;
}
.shopify-app-block .hulk_wl_icon {
  margin-top: -3px;
}
.shopify-app-block .wishlist-btn:hover .hulk_wl_icon-text {
  color: var(--colorBody) !important;
}
@media only screen and (max-width:589px) {
  .announcement__text {
    font-size: calc(var(--typeBaseSize) - 5px);
  }
}
/* FEATURED COLLECTION */
.grid.grid--solo {
  display: flex;
  justify-content: center;
}
/* CONTACT WIDGET */
.contact-widgets { margin: 0 }
.contact-widgets__header {
  margin: 50px; 
}
.contact-widgets__page-width {
  width: 65%;
  margin: 0 auto;
}
.contact-widgets__container {
  padding: 10px 40px;
  min-height: 265px;
}
@media only screen and (max-width:589px) {
.contact-widgets__container {
  margin: 10px 40px;
  padding: 10px 20px;
  min-height: auto;
}
.contact-widgets__page-width {
  width: 90%;
}
}
.contact-widgets__icon {
  display: flex;
  width: 100px;
  height: 100px;
  margin: 15px auto;
}
.contact-widgets__description {
  margin: 15px auto;
  text-align: center;
  overflow-wrap: break-word;
  word-wrap: break-word;
}
.email-form__content {
margin: 0;
max-height: 0;
overflow: hidden;
transition: max-height 0s ease;
}
.email-form__content.active {
margin: 34px 0;
}
@media only screen and (min-width:590px) {
.email-form__content.active{
  margin:10px 0;
}
}
.contact-widgets__btn {
  background-color: transparent;
  border: 1px solid;
  border-color: var(--colorTextBody);
  color: var(--colorTextBody);
  transition: 0.3s background-color ease-in;
  border-radius: 0;
  display: flex;
  justify-content: center;
  width: 100%;
}
.contact-widgets__btn:focus {
  border-color: var(--colorTextBody) !important; 
}
.contact-widgets__btn:hover {
  background-color: var(--colorTextBody);
  border-color: var(--colorTextBody);
  color: var(--colorBtnPrimaryText);
}
/* SVG ROW */
.page-width.icons-feature {
  max-width: 1300px;
  margin-bottom: 50px;
}
.svg-row__wrapper {
  margin: 35px auto 50px;  
  /* margin: 0px auto 0px;   */
}
.svg-row__icon {
  width: 40px;
  margin: 15px auto;
}
.svg-row__title {
  text-transform: uppercase;
  font-size: var(--typeBaseSize);
  font-family: var(--typeHeaderPrimary),var(--typeBaseFallback);
}
.svg-row__btn {
  display: flex;
  justify-content: center;
  margin: 25px auto 0;
  padding: 11px 30px 8px;
  background-color: var(--colorFooterText);
  border-color: var(--colorFooterText);
  color: var(--colorBtnPrimaryText);
  max-width: 25%;
}
.svg-row__btn:hover {
  background-color: transparent;
  border-color: var(--colorFooterText);
  color: var(--colorFooterText);
}
@media only screen and (min-width:590px) {
  .svg-row__wrapper .grid__item:first-child {
    margin-left: -22px;
  }
}
@media only screen and (max-width:589px) {
  .svg-row {
    max-width: 90%;
    margin: 100px auto;
  }
  .svg-row__container {
    display: flex;
    align-content: center;
    margin-bottom: 25px;
  }
  .svg-row__wrapper {
    margin: 40px auto 0;
  }
  .svg-row__icon {
    margin: 0;
    margin-right: 20px;
    align-self: center;
    flex: 0 0 30px;  
  }
  .svg-row__title {
    align-self: center;
    text-align: left;
    font-size: calc(var(--typeBaseSize) - 4px);
  }
  .svg-row__btn {
    max-width: 80%;
  }
}
@media only screen and (max-width:414px) {
  .svg-row__wrapper {
    margin-left: 0;
  }
}
@media only scren and (min-width: 415px) and (max-width: 588px) {
  .svg-row__wrapper {
    margin-left: 22px;
  }
}
/* CUSTOM FOOTER */
.footer-title {
  font-family:var(--typeBasePrimary),var(--typeBaseFallback);
  font-weight:var(--typeBaseWeight);
  letter-spacing:var(--typeBaseSpacing);
}
.footer-social {
  margin: 50px auto; 
}
.footer-custom-block {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 0;
}
.footer-social-links,
.footer-policies {
  margin: 0; 
}
.footer-store-list {
  font-size: calc(var(--typeBaseSize)*0.66);
}
.footer-social-links li {
  font-size:calc(var(--typeBaseSize)*0.77);
  display: inline-block;
  text-transform: uppercase;
  margin: 12px;
}
.footer-policies li {
  font-size:calc(var(--typeBaseSize)*0.66);
  display: inline-block;
}
.footer-policies li:after {
  content: '|';
  margin-left: 5px;
  margin-right: 1px;
}
.footer-policies li:last-child:after {
  content: ''; 
}
@media only screen and (max-width:589px) {
  .footer-social-links li {
    font-size: calc(var(--typeBaseSize) * 0.66);
      margin: 5px;
  }
  .quick-shop-buttons {
    overflow-y: hidden;
    overflow-x: scroll;
    scrollbar-width: thin;
  }
}
/* COLLECTION LIST */
.grid-product__tag {
  right: unset;
  left: 0;
}
.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: 1rem;
  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;
  }
}
@media only screen and (max-width:589px) {
  .collection-switcher__title+.collection-switcher__title {
    margin-left: 0;
  }
  .small--grid--flush .grid-product__meta {
    padding-left: 0;
  }
  .collection-filter .btn, .collection-filter select {
    font-size: calc(var(--typeBaseSize) - 3px);
  }
  .sortByLabel-CollectionFilter {
    display: none;
  }
  .view-4 {
    display: none;
  }
  .view-2 {
    display: none;
  }
  .hide-mobile {
    display: none;
  }
}

@media only screen and (max-width: 1024px){
  .collection-filter .btn, .collection-filter select {
    font-size: calc(var(--typeBaseSize) - 3px);
  }
}
/* CUSTOM BADGE */
.custom-badge {
  text-align: left;
  font-family: var(--typeBasePrimary),var(--typeHeaderFallback);
  line-height: 1.6;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  z-index: 1;
  padding: 5px 0 3.5px;
  font-size: 0.6rem;
}
.custom-badge.default {
  color: var(--colorTextBody);
}
.custom-badge.promo {
  color: var(--colorSaleTag);
}
@media only screen and (max-width: 589px) {
  .custom-badge {
    font-size: 0.48rem;
  }
}
/* BLOGS */
@media only screen and (min-width: 590px) {
  .article__image-wrap {
    height: auto;
  }
}
/* SPACER */
.hr--extra-extra-small {
  margin:2px auto;
}  
.hr--extra-small {
  margin:5px auto;
}
/* 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;
  }
}
.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 select,
#AddressFinder input {
 appearance: none;
  width: 100%;
  border: 1px solid rgb(217, 217, 217);
  padding: 0.92857em 0.78571em;
  word-break: normal;
  margin: 5px 0; 
}
#AddressFinder .bottom-btn {
  width: 100%;
  text-align: center;
  margin-top: 15px; 
}
/** ADDRESS FINDER PDPD **/
.address-finder {
  font-family: var(--typeBasePrimary), var(--typeBaseFallback);
  font-size: calc(var(--typeBaseSize) - 2px);
}
.address-finder-pdp .text-link {
  text-decoration: underline;
  text-underline-offset: 3px;
}
.address-finder-pdp .btn.locate-button {
  background-color: var(--colorTextBody) !important;
  width: 100%;
  margin-bottom: 0;
}
.address-finder-pdp .btn.locate-button.disabled {
  cursor: not-allowed;
  opacity: .3;
  color: #fff;
  pointer-events: none;
}
.address-finder-pdp .address-finder {
  padding: 24px;
  display: block;
  line-height: 1.7;
  position: relative;
  border: solid 1px var(--colorBorder);
  border-top: 0;
}
.text-warning {
  color: var(--colorBtnPrimary);
  display: flex;
}
.text-warning .icon-svg {
  flex: 1 1 20px;
  max-width: 20px;
  position: relative;
  top: 3px;
  margin-right: 8px;
}
.address-finder .inner {
  position: relative;
  padding-left: 30px;
}
.address-finder .icon-map-wrapper {
  position: absolute;
  top: -3px;
  left: 0;
}
.address-finder .selected-address-text {
  margin-left: 0;
}
.location-list {
  border: solid 1px var(--colorBorder);
  padding: 24px 8px 24px 16px;
  border-top: 0;
}
.location-list .inner {
  overflow-y: auto;
  max-height: 145px;
  padding-right: 8px;
}
.location-list .inner::-webkit-scrollbar {
  width: 2px;
}
.location-list .inner::-webkit-scrollbar-thumb {
  background: var(--colorTextBody);
  border-color: var(--colorTextBody);
  border-radius: 2px;
}
.location-list .inner::-webkit-scrollbar-track {
  background:var(--colorBorder);
  border-radius: 2px;
}
.location-item {
  margin-top: 8px;
  display: flex;
  align-items: center;
  line-height: 1px;
}
.location-item svg {
  margin-right: 10px;
  width: 16px;
  height: 16px;
}
.location-item .distance {
  margin-left: auto;
  margin-right: 0;
}
.location-item:first-child {
  margin-top: 0;
}
.viewmore {
  margin-top: 24px;
  text-decoration: underline;
  cursor: pointer;
  text-align: center;
}
/* ADDRESS FINDER PLP */
.address-finder-plp {
  margin-top: 40px;
  margin-bottom: 40px;
}
.address-finder-plp .btn.locate-button {
  margin-bottom: 0;
}
.address-finder-plp .icon-map-wrapper {
  top: 50%;
  transform: translate(0, -50%);
}
.address-finder .text-link{
  margin-left: 0 !important;
  display: block;
}
.address-finder.has-address .text-link {
  margin-left: 0 !important;
  display: inline-block;
  margin-left: 3px;
}
.address-finder-plp__filter {
  margin-top: 40px;
  display: none;
}
.custom-field {
  display: flex;
  align-items: center;
  justify-content: center;
}
.custom-field label {
  margin-bottom: 0;
  margin-right: 8px;
  text-transform: none;
  letter-spacing: 0.04rem;
  font-size: var(--typeBaseSize);
}
.custom-select.custom-select-2,
.custom-input.custom-input-2 {
  border-color: var(--colorTextBody);
  height: 39px;
  width: 200px;
  border-radius: 0;
  font-size: var(--typeBaseSize);
  font-family: var(--typeBasePrimary), var(--typeBaseFallback);
}
.custom-select.custom-select-2 {
  padding: 0 25px 0 11px;
}
.custom-input.custom-input-2 {
  padding: 0 11px;
}
.grid__item.disabled {
  position: relative;
}
.grid__item.disabled:before {
  content: "";
  cursor: not-allowed;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  background: rgba(255, 255, 255, 0.75);
}
@media screen and (min-width: 750px) {
  .custom-select.custom-select-2,
  .custom-input.custom-input-2  {
    width: 240px;
  }
  .select-field label {
    margin-bottom: 0;
    margin-right: 12px;
  }
  .address-finder-plp {
    display: flex;
  }
  .address-finder-plp__filter {
    margin-left: auto;
    margin-right: 0;
    margin-top: 0;
  }
}
/* SEARCH */
#NavDrawer predictive-search.adjust {
  top: 2rem;
}
.drawer__close-button:active {
  background-color: transparent;
}
.predictive__screen {
  background: rgba(255,255,255, 0.7);
}
.drawer__search {
  background: var(--colorBody);
  display: none;
  position: relative;
  width: 300px;
  height: 100vh;
  font-weight: var(--typeBaseWeight);
  font-size: var(--typeBaseSize);
  font-family: var(--typeBasePrimary), var(--typeBaseFallback);
}
.drawer__search .search__results {
  top: 0;
}
.drawer__search .results {
  padding: 0 0 20px;
}
.drawer__search .predictive-search-results {
  padding-top: 20px
}
.search__results {
  width: 95%;
}
.site-header__search-input {
  width: 100%;
}
.drawer__close-button.js-drawer-close.btn--close-search {
  display: inline-block;
  margin: 0;
}
@media only screen and (max-width:589px) {
  #NavDrawer predictive-search form {
    margin: 0;
  }
}
/* STITCHING */
.other-color {
  display: inline-block;
  width: 50px;
  margin-right: 5px;
  cursor: pointer;
  overflow: hidden;
}
.other-color .image-wrap {
  display: block;
  position: relative;
  transition: transform 2s ease-out 0s;
}
/* GIFT */
#gift_input,
input[type=checkbox].input-checkbox {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 20px;
  height: 20px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  position: relative;
  cursor: pointer;
  vertical-align: -5px;
  border: 1px solid;
}
#gift_input:after,
input[type=checkbox].input-checkbox:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: scale(0.2);
  transform: scale(0.2);
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  opacity: 0;
  width: 10px;
  height: 8px;
  margin-left: -5px;
  margin-top: -4px;
  background-image: url(/cdn/shopifycloud/shopify/assets/checkout_2021-01-25/checkbox-tick-8f61c047ddf394995dc729e4ed5672dfd5185ceb994e4acca120c3ddc11e4012.png);
  background-image: url(/cdn/shopifycloud/shopify/assets/checkout_2021-01-25/checkbox-tick-66a9a39f70a44a226223ef4c61a701d2d10afaa73ba8846a509fbe58a82f3f36.svg),
    none;
}
#gift_input:checked,
input[type=checkbox].input-checkbox:checked {
  border-width: 10px;
}
#gift_input:checked:after,
input[type=checkbox].input-checkbox:checked:after {
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
  opacity: 1;
}
#gift_info {
  height: 0px;
  transition: all 0.2s ease-out 0s;
  font-size: 0.7rem;
  overflow: hidden; 
}
.send_as_gift_label {
 display: inline;
 cursor: pointer; 
}
.small-subs {
 font-size: calc(var(--typeBaseSize)*0.784);
 text-indent: 30px;
 font-style: oblique;
}
.checkout-reminders {
  border: 1px solid;
  margin: 20px 0;
  padding: 0.5rem 1rem;
}
/* ACCOUNT */
.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;
}
.account-sidebar {
  display: block;
  margin-bottom: 30px;
}
.account-sidebar__select {
  height: 50px;
  border: 1px solid #DDDDDD;
  border-radius: 0;
  padding: 15px 25px;
  width: 100%;
}
.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 #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-bottom: 17px;;
}
.h3-custom__link {
  font-size: 14px;
  text-decoration: underline;
  float: right;
  text-transform: uppercase;
}
.orders-table__wrapper {
  overflow-x: auto;
}
.orders-table a {
  text-transform: uppercase;
  font-size: 14px;
  line-height: calc(12/14);
  font-weight: 600;
}
.orders-table th {
  font-size: 10px;
  text-transform: uppercase;
  color: #5D5D5D;
  letter-spacing: 0.3px;
  line-height: 1.2;
}
.orders-table td {
  font-size: 11px;
  letter-spacing: 0.3px;
  line-height: 1.3;
  color: #5D5D5D;
  padding-top: 16px;
  padding-bottom: 16px;
}
.orders-table th,
.orders-table td {
  border-left: none;
  border-right: none;
  border-color: #E3E5E7;
}
.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-block .address-edit-toggle {
  text-decoration: none;
}
.address-block {
  border: 1px solid #E3E5E7;
  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;
}
.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;
}
.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: #5D5D5D;
}
.orders-filter select {
  border: 1px solid #D9D9D9;
  border-radius: 3px;
  padding-right: 42px;
  color: #737373;
  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,
  .customers table td {
    border-bottom: solid 1px #dddddd;
  }
  .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;
  }
  .customers table {
    background: #ffffff;
    border-spacing: 0;
    border: solid 1px #dddddd;
    border-bottom: 0;
    border-radius:3px;
  }
  .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: 21px
  }
  .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;
    margin-bottom: 9px;
  }
}
@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;
  }
}
/* 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;
  }
}
/* ACCOUNT MENU */
.accountmenu__container {
  width: 100%;
  margin: 5px auto;
}
.accountmenu__heading {
  padding: 0; 
  margin: 0;
}
.accountmenu__buttons {
  display: flex;
  justify-content: space-around;
  margin: 15px 0 25px 0;
}
.accountmenu {
  border-radius: 2px;
  width: 45%; 
  border: 1px solid black;
}
.accountmenu:hover {
  background-color: black;
  color: white;
}
/* EXCLUSIVE CAMPAIGN */
.exclusive-account-strip {
  min-height: 25px;
  margin-top: 0.25rem;
  padding: 10px;
  font-size: calc(var(--typeBaseSize) * 0.88);
  font-family: var(--typeBasePrimary), var(--typeBaseFallback);
  display: block;

  background: var(--exclusiveAccountTextBackground);
  color: var(--exclusiveAccountTextColor);
  border-radius: 10px;
  margin-bottom: 15px;
}
@media (max-width: 589px) {
  .exclusive-account-strip {
    margin-top: 0;
    font-size: calc(var(--typeBaseSize) * 0.68);
  }

  .page-width {
    max-width: 100%;
  }

  .collection-filter{
    padding: 0 5%;
  }

  #CollectionAjaxResult {
    padding: 0 5%;
  }
}
.grecaptcha-badge {
  visibility: hidden !important;
}

.origin-store-field {
  display: none;
}

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

/* #CollectionSection .section-header__title.collection-title,
#CollectionSection .section-header {
  display: none;
} */