/** Shopify CDN: Minification failed

Line 977:8 Expected identifier but found whitespace
Line 977:10 Unexpected "{"
Line 977:19 Expected ":"

**/
/* width */
::-webkit-scrollbar {
  width: 6px;
}
/* Track */
::-webkit-scrollbar-track {
  background: #f1f1f1; 
} 
/* Handle */
::-webkit-scrollbar-thumb {
  background: #000000; 
}
span.menu-list__link-title {
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0.84px;
  text-transform: uppercase;
}
body .text-block.h3 h3 {
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0.91px;
  text-transform: uppercase;
}
a.mega-menu__link span {
  font-size: 11px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%; /* 15.4px */
  letter-spacing: 0.77px;
  text-transform: uppercase;
}
a.mega-menu__link.mega-menu__link--parent span {
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px; /* 200% */
  letter-spacing: 0.84px;
  text-transform: uppercase;
}
.product-card .spacing-style.text-block {
  color: var(--dark-grey, #282828);
  font-size: 13px;
  font-style: normal;
  font-weight: 600;
  letter-spacing: 0.91px;
  text-transform: uppercase;
}
.hero__content-wrapper .h2 h2 {
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 1.4px;
  text-transform: uppercase;
}
/* body slideshow-arrows .slideshow-control {
  opacity: 1;
}
body .resource-list__carousel .slideshow-control[disabled] {
  display: inline-block;
  opacity: 0.5;
}
body slideshow-arrows {
  position: relative;
  top: -30px;
}
.resource-list__carousel slideshow-arrows {
  width: auto;
  max-width: max-content;
  margin-left: auto;
} */
body .variant-option--equal-width-buttons {
  grid-template-columns: repeat(auto-fit, minmax(calc(33.33% - var(--gap-sm)), 1fr));
}
body .header__column {
  display: inline-flex;
}

  .section-title {
    color: #282828;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.91px;
    text-transform: uppercase;
  }
  .details-grid-container {
    display: flex;
    gap: 4px; /* Small gap between images as seen in screenshot */
  }
  .details-grid__item {
    flex: 0 0 25%; /* 4 columns on desktop */
  }
  .details-grid__image-wrapper {
    margin-bottom: 20px;
  }
  .details-grid__image {
    width: 100%;
    height: auto;
    display: block;
  }
  .details-grid__content {
    padding: 0 10px;
  }
  .details-grid__heading {
    text-transform: uppercase;
  }
.product-information__media slideshow-controls {
  display: none;
}
body .variant-option__button-label:has([data-option-available=false]) {
  text-decoration: line-through;
}
.details-grid-container {
  margin-top: 20px;
}

.arne-color-swatch-containers {
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
}
.arne-color-swatch-element {
  width: calc(20% - 3.5px);
}
.arne-color-swatch-element img {
  max-width: 100%;
  object-fit: cover;
  height: 100%;
}
.arne-color-swatch-wrapper a {
  display: flex;
  height: 100%;
}
.arne-color-swatch-wrapper {
  height: 100%;
}
.arne-color-swatch-containers {
  margin: 0;
}
label.metaproducts_label {
  color: var(--dark-grey, #282828);
  font-size: 11px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.77px;
  text-transform: uppercase;
  margin-bottom: 8px;
  display: block;
  padding-top: 10px;
}
.arne-color-swatch-element.active,
.template-product .arne-color-swatch-element.active {
  border: 1px solid #000000;
}
.product-information__grid .jdgm-widget.jdgm-widget {
  text-align: right;
}


/* HORIZON QUICK ADD WITH OPTIONS - UPDATED STYLES */
/* Add to assets/base.css */

.product-card-quick-add {
  position: relative;
}

.quick-add-trigger {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.25rem;
  padding: 0.75rem 1rem;
  background: var(--color-background);
  transition: all 0.2s ease;
  font-size: 0.875rem;
  cursor: pointer;
}

.quick-add-trigger:hover {
  background: var(--color-foreground);
  color: var(--color-background);
}

.quick-add-text {
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

/* BOTTOM SHEET */
.quick-add-sheet {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1000;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translateY(100%);
  transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.quick-add-sheet.active {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translateY(0);
}

.sheet-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(4px);
}

.sheet-container {
  position: relative;
  max-height: 85vh;
  overflow-y: auto;
  bottom: 0;
}
.quick-add-sheet {
  padding: 10px;
  width: 100%;
  background: #F5F3F0;
  box-shadow: 0 -8px 32px rgba(0, 0, 0, 0.12);
}
.sheet-handle {
  height: 4px;
  width: 40px;
  margin: 0 auto 1.5rem;
}

.sheet-product-info {
  padding: 0 1.5rem;
  text-align: center;
  margin-bottom: 1.5rem;
}

.sheet-title {
  font-size: 1.25rem;
  font-weight: 600;
  margin: 0 0 0.5rem 0;
  line-height: 1.3;
}

.sheet-price {
  display: flex;
  align-items: baseline;
  justify-content: center;
  gap: 0.5rem;
  font-size: 1.125rem;
  font-weight: 600;
}

.price-sale {
  font-size: 0.875rem;
  color: var(--color-sale);
  text-decoration: line-through;
}

.meta_colors_quick {
  padding-bottom: 1rem;
}
.option-group {
  margin-bottom: 1.25rem;
}
/* Variant picker */
.sheet-variant-picker {
  padding: 0 1.5rem 1.5rem;
  margin-bottom: 1rem;
  border-top: 1px solid var(--color-border);
}

.quick-add-sheet__submit {
  padding: 0.8rem 2rem;
  width: 100%;
  color: #FFF;
font-size: 13px;
font-style: normal;
font-weight: 400;
line-height: normal;
letter-spacing: 0.91px;
text-transform: uppercase;
}

.sheet-close {
  position: absolute;
  top: 0;
  right: 0;
  width: 28px;
  height: 40px;
  border: none;
  background: none;
  color: var(--color-foreground);
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  transition: background 0.2s ease;
  padding-right: 0;
}

label.option-value.disabled {
  opacity: 0.5;
}

label.option-value.disabled span {
  text-decoration: line-through;
}
/* 
@media (min-width: 750px) {
  .product-card-quick-add {
    display: none;
  }
} */

.option-group {
  margin-bottom: 1.25rem;
}

.option-label {
  display: block;
  color: var(--dark-grey, #282828);
  font-size: 11px;
  font-style: normal;
  font-weight: 400;
  line-height: 51.288px; /* 466.257% */
  letter-spacing: 0.77px;
  text-transform: uppercase;
}

.option-values {
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
}

.option-value {
  position: relative;
  display: flex;
  align-items: center;
  cursor: pointer;
  padding: 0.75rem 1rem;
  border: 1px solid var(--color-border);
  font-weight: 500;
  transition: all 0.2s ease;
  justify-content: center;
  color: var(--dark-grey, #282828);
  font-size: 11px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  letter-spacing: 1.1px;
  text-transform: uppercase;
  width: calc(33.33% - 3.5px);
}

.option-value input[type="radio"] {
  position: absolute;
  opacity: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
  z-index: 1;
}

.option-value span {
  position: relative;
  z-index: 2;
  pointer-events: none;
  transition: all 0.2s ease;
}

/* SELECTED STATE */
.option-value input[type="radio"]:checked + span {
  color: var(--color-background);
}

.option-value input[type="radio"]:checked ~ .option-value {
  background: var(--color-foreground);
  border-color: var(--color-foreground);
  color: var(--color-background) !important;
}

/* HOVER STATES */
.option-value:hover {
  border-color: var(--color-foreground);
  transform: translateY(-1px);
}

.option-value input[type="radio"]:checked + span,
.option-value input[type="radio"]:checked {
  background: var(--color-foreground);
  border-color: var(--color-foreground);
}
/* KEEP QUICK ADD BUTTON VISIBLE AFTER CLICK - NO HOVER REQUIRED */
.product-card-quick-add {
  position: relative;
}

.quick-add-trigger {
  display: flex !important;
  flex-direction: row !important;  /* CHANGED: row instead of column */
  align-items: center;
  gap: 0.5rem;  /* CHANGED: horizontal spacing */
  padding: 0.75rem 1rem !important;
  border-radius: var(--radius);
  background: var(--color-background);
  transition: all 0.2s ease !important;
  cursor: pointer;
  opacity: 0;  /* FORCE VISIBLE */
  visibility: visible !important;
  height: auto !important;  /* PREVENT COLLAPSE */
}

/* **NEW: ACTIVE STATE - SHOWS WHEN SHEET IS OPEN** */
.quick-add-trigger.active {
  opacity: 1 !important;  /* FORCE VISIBLE */
  background: var(--color-foreground) !important;
  color: var(--color-background) !important;
}
.card-gallery:hover .quick-add-trigger {
    opacity: 1 !important;  /* FORCE VISIBLE */
}

.quick-add-text {
  font-weight: 500 !important;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  white-space: nowrap;
}

/* HIDE ON DESKTOP */
/* @media (min-width: 750px) {
  .product-card-quick-add {
    display: none !important;
  }
} */


/* Animations */
@keyframes slideUp {
  from { transform: translateY(100%); }
  to { transform: translateY(0); }
}

/* .card-gallery:hover .product-card-quick-add {
  display: block;
  transition: 1s all;
} */

.product-card-quick-add {
  position: absolute;
  bottom: 0;
  width: 100%;
}

button.quick-add-trigger.btn-unstyled {
  width: 100%;
  background: #282828;
  color: #FFF;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.91px;
  justify-content: space-between;
  text-transform: uppercase;
  padding-left: 20px;
  padding-right: 20px;
}
.product-card-quick-add {
  width: calc(100% - 32px);
  left: 16px;
  bottom: 16px;
}
button.quick-add-sheet__submit.btn.button {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
span.hidden--mobile.ico_ele {
  text-align: right;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.84px;
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: none;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
  text-transform: uppercase;
  font-family: 'PP Mori';
}
body .header-actions__action .svg-wrapper {
  display: flex;
  align-items: center;
}
header .header-actions__action {
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.84px;
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: none;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
  text-transform: uppercase;
}

footer li.menu__item.paragraph a {
  color: var(--dark-grey, #282828);
  font-size: 11px;
  font-style: normal;
  font-weight: 300;
  line-height: 16px; /* 145.455% */
  letter-spacing: 0.44px;
  text-transform: uppercase;
}

footer .menu__item+.menu__item {
  margin: 0;
}

/* quick-add-dialog#quick-add-dialog dialog {
  opacity: 0 !important;
  width: 0 !important;
  height: 0 !important;
  overflow: hidden !important;
  margin: 0 !important;
  padding: 0 !important;
  position: unset !important;
  display: block !important;
}

.dialog-modal::backdrop {
  background: transparent !important;
  backdrop-filter: unset !important;
} */

span.footer-utilities__text {
  color: var(--dark-grey, #282828);
  font-size: 11px;
  font-style: normal;
  font-weight: 300;
  line-height: 16px; /* 145.455% */
  letter-spacing: 0.44px;
  text-transform: uppercase;
}
.country_selector button, 
.country_selector button span {
  font-style: normal;
  font-weight: 300 !important;
  line-height: 16px; /* 145.455% */
  letter-spacing: 0.44px;
  text-transform: uppercase;
  font-family: "PP Mori";
  padding: 0;
}
cart-drawer-component.cart-drawer {
  display: flex;
  align-items: center;
}
header .header-actions__action[aria-label="Cart"] {
  display: flex;
  align-items: center;
}
body .cart-bubble[data-maintain-ratio] .cart-bubble__background {
  background: transparent;
}
body .header-actions__cart-icon {
  display: flex;
  align-items: center;
}
span.cart-bubble__text-count {
  color: currentColor;
  text-align: right;
  font-family: "PP Mori";
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.84px;
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: none;
  text-decoration-thickness: auto;
  text-underline-position: from-font;
  text-transform: uppercase;
}
a.size-style.link {
  font-size: 13px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  letter-spacing: 1.3px;
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: none;
  text-decoration-thickness: auto;
  text-underline-position: from-font;
  text-transform: uppercase;
}

.maebe-collec-launch-image img {
    max-width: 100%;
  vertical-align: bottom;
}
.maebe-collec-launch-images {
    display: flex;
    flex-wrap: wrap;
    padding-bottom: 120px;
    gap: 4px;
}
.maebe-collec-launch-image {
    width: calc(50% - 2px);
}
.maebe-collec-launch-image-under-text-img img {
    max-width: 100%;
    vertical-align: bottom;
}
.maebe-collec-launch-image-under-text-img {
    text-align: center;
}
.inner-maebe-collec-launch-image-under-text-img {
    width: 50%;
    margin: 0 auto;
}
.maebe-collec-launch-image-under-text-txt,
.maebe-collec-launch-image-under-text-txt p {
    color: var(--dark-grey, #282828);
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
    letter-spacing: 0.52px;
    text-align: left;
    margin: 0 auto;
}
.maebe-collec-launch-image-under-text-txt a {
  color: #282828;
}
.maebe-collec-launch-image-uppertext {
    display: flex;
    padding-top: 95px;
    padding-bottom: 120px;
}
.maebe-collec-uppertext-left {
      width: 25%;
}
.maebe-collec-uppertext-left h1 {
    color: var(--dark-grey, #282828);
    font-size: 11px;
    font-style: normal;
    font-weight: 600;
    line-height: 16px;
    letter-spacing: 0.44px;
    text-transform: uppercase;
}
.maebe-collec-uppertext-mid {
    color: var(--dark-grey, #282828);
    font-size: 13px;
    line-height: 22px;
    letter-spacing: 0.52px;
    width: 41.67%;
    padding-right: 8.33%;
}
.maebe-collec-uppertext-mid p {
    color: var(--dark-grey, #282828);
    font-size: 13px;
    font-weight: 400;
    line-height: 22px;
    letter-spacing: 0.52px;
}
.maebe-collec-uppertext-mid p:first-child {
  margin-top: 0;
}
.maebe-collec-uppertext-right {
    color: var(--dark-grey, #282828);
    font-family: "Editors Note";
    font-size: 14px;
    font-style: italic;
    font-weight: 400;
    line-height: 18px;
    letter-spacing: 0.72px;
    width: 25%;
}
.maebe-collection-launch-page {
    background: #F5F3F0;
}
body .resource-list__carousel .slideshow-control[disabled] {
  opacity: 0.5 !important;
  animation: unset !important;
  display: block;
}
body .resource-list__carousel .parent_Ref_true > slideshow-arrows[position=center] {
  align-items: flex-start;
  top: -60px;
  width: max-content;
  margin-left: auto;
}
body .resource-list__carousel .parent_Ref_true > slideshow-arrows .slideshow-control {
  opacity: 1;
  text-align: right;
  padding: 0 !important;
}

.product-badges__badge.product-badges__badge--rectangle {
  font-size: 11px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px; /* 133.333% */
  letter-spacing: 0.84px;
  text-transform: uppercase;
}
rte-formatter.spacing-style.text-block h5 {
  color: var(--dark-grey, #282828);
  font-size: 13px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 0.91px;
  text-transform: uppercase;
}
.border-style.custom-section-content .text-block h2 em {
  font-family: 'Editors Note';
  font-size: 44px;
  font-style: italic;
  font-weight: 300;
  line-height: 100%; /* 44px */
  letter-spacing: -1.32px;
}
span.cart-bubble__text-count:before {
  content: "(";
}

span.cart-bubble__text-count:after {
  content: ")";
}

span.cart-bubble__text-count {
  display: flex;
}
.collection-card__content .text-block > * {
  letter-spacing: 0.84px;
}
body .resource-list__carousel .parent_Ref_true > slideshow-arrows .slideshow-control[ref="previous"] {
  text-align: left;
}
.footer_btm {
  width: 100%;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 20px;
}

.footer_btm .nav-controls {
  width: calc(50% - 120px);
  justify-content: space-between;
}
.carousel-slide {
  opacity: 0;
}

.carousel-slide.is-active {
  opacity: 1;
  transition: 1s all;
}
.col-inner {
  height: 100%;
}

.inner_left_col {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.upper-label {
  color: var(--dark-grey, #282828);
  font-size: 13px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.91px;
  text-transform: uppercase;
}
.product-meta h3 {
  color: var(--dark-grey, #282828);
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.84px;
  text-transform: uppercase;
  margin: 0;
}
.pro_info_wrapper span {
  display: inline-block;
  background: #C8BBA7;
  width: 14px;
  height: 9px;
}
.pro_info_wrapper {
  color: var(--dark-grey, #282828);
  font-size: 11px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.77px;
  text-transform: uppercase;
}

.product-meta p {
  color: var(--dark-grey, #282828);
  font-size: 12px;
  font-style: normal;
  font-weight: 300;
   /* 427.402% */
  letter-spacing: 0.84px;
  text-transform: uppercase;
}
footer rte-formatter.text-block a {
  color: var(--dark-grey, #282828);
  font-size: 11px;
  font-style: normal;
  font-weight: 300;
  line-height: 26px; /* 236.364% */
  letter-spacing: 0.44px;
  text-decoration: none !important;
  text-transform: uppercase;
}
.card-gallery:hover slideshow-component[disabled=true] slideshow-arrows {
  display: flex;
}
.parent_Ref_ > slideshow-arrows {
  padding: 0;
}
.edi-slide {
  opacity: 0;
}

.edi-slide.is-active {
  opacity: 1;
}

.home_image_banner  rte-formatter h3 {
  color: var(--dark-grey, #282828);
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px; /* 123.077% */
  letter-spacing: 0.91px;
}
.edi-ui-counter {
  margin-left: 30px;
}
.search-modal__content[open] {
  top: 0;
  margin-top: 65px;
  width: 100%;
  max-width: 100%;
  border-radius: 0 !important;
}
#search-modal .dialog-modal[open]::backdrop {
  top: 65px;
}
body .email-signup__input.paragraph {
  padding: 4px 10px;
  color: #000000;
  border-color: #282829;
  outline-color: #282829;
    color: var(--dark-grey, #282828);
  font-size: 12px;
  font-style: normal;
  font-weight: 300;
  line-height: 16px; /* 133.333% */
  letter-spacing: 0.48px;
  text-transform: uppercase;
}

.email-signup__button--integrated.email-signup__button--arrow {
  height: 40px;
  color: #282829;
  margin: 0;
}

.email-signup__input-group.email-signup__input-group--integrated {
  border-color: #282829;
}

.footer_col_4 rte-formatter p {
  color: var(--dark-grey, #282828);
  font-size: 12px;
  font-style: normal;
  font-weight: 300;
  line-height: 16px; /* 133.333% */
  letter-spacing: 0.48px;
  text-transform: uppercase;
}
body {
  color: var(--dark-grey, #282828);
  font-size: 11px;
  font-style: normal;
  font-weight: 300;
  letter-spacing: 0.44px;
}

a.cart-items__title {
  font-size: 11px;
}
body .cart-items__details * {
  font-size: 11px;
}

h2#cart-drawer-heading {
  font-size: 13px;
  text-transform: uppercase;
}

text-component {
  font-size: 11px;
  font-weight: 500;
}

.img_col_card_image_wrap {
  width: 100%;
  position: relative;
  overflow: hidden;
}

.img_col_card_image_wrap img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
  transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.img_col_card:hover img {
  transform: scale(1.04);
}

/* Overlay Layout */
.img_col_text_overlay {
  position: absolute;
  bottom: 20px;
  left: 20px;
  right: 20px;
  z-index: 2;
  color: {{ section.settings.overlay_text_color }};
  pointer-events: none;
}

.img_col_overlay_shadow::after {
  content: '';
  position: absolute;
  top: 0; left: 0; width: 100%; height: 100%;
  background: linear-gradient(to bottom, transparent 50%, rgba(0,0,0,0.25));
  z-index: 1;
}

/* Below Layout */
.img_col_text_below {
  padding-top: 15px;
  text-align: left;
}

  /* Font Styling */
.img_col_card_title {
  font-size: 13px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 0.91px;
  text-transform: uppercase;
}
.img_col_card_title.italic {
  font-family: 'Editors Note';
  font-size: 44px;
  font-weight: 300;
  line-height: 100%; /* 44px */
  letter-spacing: -1.32px;
  text-transform: initial;
  font-style: italic;
}
body .collection-wrapper.grid {
  display: flex;
}
body .variant-option__button-label label {
  background: transparent;
  color: var(--dark-grey, #282828);
  font-size: 11px;
  font-style: normal;
  font-weight: 300;
  line-height: 140%; /* 15.4px */
  width: max-content;
  letter-spacing: 0.77px;
  text-transform: uppercase;
}
.facets__filters-wrapper .variant-option__button-label {
  background: transparent;
}
.facets .checkbox .checkbox__label-text {
  color: var(--dark-grey, #282828);
  font-size: 11px;
  font-style: normal;
  font-weight: 300;
  letter-spacing: 0.77px;
  width: max-content;
  text-transform: uppercase;
  display: flex;
  align-items: center;
}

/* body details.facets__panel {
  display: flex;
  gap: 20px;
} */
body summary.facets__summary {
  padding-top: 0;
}
body .facets__inputs-wrapper.facets__inputs-wrapper--row {
  margin: 0;
}
body floating-panel-component#facet-inputs-filter-v-t-shopify-color-pattern {
  padding: 0 !important;
}
body .facets:not(.facets--drawer) :is(.facets__item,.sorting-filter):before {
  content: none;
}

.facets--filters-title {
  border: 0.75px solid #282828;
  padding: 10px 40px;
  display: flex;
  align-items: center;
  line-height: 1;
  color: var(--dark-grey, #282828);
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  cursor: pointer;
  padding-left: 15px;
  padding-right: 60px;
}
button.button.facets-toggle__button .svg-wrapper {
  display: none;
}

floating-panel-component#facet-inputs-filter-v-option-size {
  padding: 0;
}
summary span.facets__label {
  color: var(--dark-grey, #282828);
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px; /* 200% */
  letter-spacing: 0.84px;
  text-transform: uppercase;
}
summary.facets__summary {
  padding: 0 !important;
}
/* .facets__filters-wrapper accordion-custom {
  margin-bottom: 20px;
  display: block;
}
.facets__filters-wrapper accordion-custom:last-child {
  margin: 0;
} */
.facets__filters-wrapper {
  padding: 20px 0;
}

.facets--filters-title:after {
  content: "+";
  position: absolute;
  right: 10px;
  color: var(--dark-grey, #282828);
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 1.2px;
}

.facets--filters-title {
  position: relative;
  min-width: 220px;
}

.variant-option__swatch-wrapper input+span {
  border: 1px solid #DADADA;
  display: block;
  border-radius: 0 !important;
  width: 20px;
  height: 20px;
  position: relative;
}
.checkbox .icon-checkmark {
  background: transparent !important;
  border-radius: 0 !important;
  width: 20px;
  height: 20px;
  border-color: #DADADA !important;
}
.checkbox .icon-checkmark svg path {
  display: none;
}
.checkbox__input:checked+.checkbox__label::after,
.checkbox__input:checked+.checkbox__label::before,
.variant-option__swatch-wrapper input:checked+span::before, 
.variant-option__swatch-wrapper input:checked+span::after {
  position: absolute;
  left: 8px;
  top: 2px;
  content: ' ';
  height: 14px;
  width: 1px;
  background-color: #333;
}
.checkbox__input:checked+.checkbox__label::after,
.checkbox__input:checked+.checkbox__label::before {
  left: 9px;
  top: 3px;
}
.checkbox__input:checked+.checkbox__label::before,
.variant-option__swatch-wrapper input:checked+span::before {
  transform: rotate(45deg);
}
.checkbox__input:checked+.checkbox__label::after,
.variant-option__swatch-wrapper input:checked+span::after {
  transform: rotate(-45deg);
}
li.facets__inputs-list-item.facets__inputs-list-item--disabled {
  display: none !important;
}
body .facets__inputs-wrapper .facets__inputs-list--swatches-grid .variant-option__button-label--has-swatch:has(input[type=checkbox]) {
  align-items: end;
  width: auto !important;
  gap: 6px;
}
.products-count-wrapper {
  opacity: 0;
}
.facets--filters-title.active:after {
  content: "-";
}
body .sorting-filter__options {
  border-radius: 0;
}

span.sorting-filter__label {
  color: var(--dark-grey, #282828);
  font-size: 11px;
  font-style: normal;
  font-weight: 300;
  line-height: 140%; /* 15.4px */
  letter-spacing: 0.77px;
  text-transform: uppercase;
}
ol.breadcrumbs_wrp li > * {
  font-weight: 600;
  letter-spacing: 0.84px;
}

ol.breadcrumbs_wrp li:first-child > * {
  font-weight: 300;
}
.facets.facets--horizontal.facets-controls-wrapper.spacing-style {
  justify-content: space-between;
}

ul.menu_wrp {
  display: flex;
  list-style: none;
  padding: 0;
  gap: 24px;
  color: var(--dark-grey, #282828);
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%; /* 16.8px */
  letter-spacing: 0.84px;
  text-transform: uppercase;
}
li.active_coll {
  font-weight: 600;
}
body .facets__inputs-wrapper .facets__inputs-list {
  flex-wrap: wrap;
}

ul.menu_wrp {
  flex-wrap: wrap;
  gap: 0 24px;
}
.img_wrapper_megamenu ul {
  list-style: none;
  display: flex;
  padding: 0;
  gap: 4px;
  flex-wrap: wrap;
  margin: 0;
}

.img_wrapper_megamenu ul li {
  width: calc(33.33% - 2.75px);
  position: relative;
}

body .mega-menu.section.section--full-width-margin {
  display: flex;
  flex-wrap: wrap;
    padding: 0 40px;
}

body .mega-menu__grid {
  display: flex;
  width: 33.33%;
}

.img_wrapper_megamenu {
  width: 66%;
}

.mega-menu__grid ul {
  width: 100%;
}
.mega-menu__grid ul.mega-menu__list.list-unstyled {
  width: 100%;
  flex-direction: row;
  display: flex;
}
a.coverthebox {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.img_wrapper_megamenu ul h4 {
  color: var(--dark-grey, #282828);
  font-size: 11px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%; /* 14.3px */
  letter-spacing: 0.77px;
  text-transform: uppercase;
  margin-top: 10px;
}

.product-inventory__status .product-inventory__text {
  color: var(--dark-grey, #282828);
  font-size: 11px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.77px;
  text-transform: uppercase;
}
button.button.cart-items__remove span {
  font-size: 11px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px; /* 145.455% */
  letter-spacing: 0.77px;
  text-transform: uppercase;
  text-decoration: underline;
}

button.button.cart-items__remove {
  width: auto;
}
text-component.cart__total-value.cart-secondary-typography,
span.cart__total-label.cart-primary-typography {
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.84px;
  text-transform: uppercase;
}
body .variant-option--equal-width-buttons {
  gap: 4px;
}
.product-details summary.details__header {
  flex-direction: row-reverse;
  justify-content: flex-end;
  align-items: flex-start;
  gap: 6px;
}
.product-details summary .svg-wrapper {
  margin: 0;
}
.product-details .accordion .details__header {
  font-size: 11px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px; /* 145.455% */
  letter-spacing: 0.77px;
  padding: 8px 0;
  min-height: auto;
  text-transform: uppercase;
}
body label.variant-option__button-label {
  background: transparent;
}

.category-sidebar {
  flex: 0 0 250px;
  display: flex;
  justify-content: space-between;
}

.category-sidebar h2 {
  text-transform: uppercase;
  margin: 0 0 20px 0;
  color: var(--dark-grey, #282828);
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.91px;
  text-transform: uppercase;
}

.category-sidebar p {
  color: #282828;
  font-size: 12px;
  font-style: normal;
  font-weight: 300;
  line-height: 150%; /* 18px */
  letter-spacing: 0.36px;
}

/* Slider Logic */
.category-slider-wrapper {
  flex: 1;
  position: relative;
  overflow: hidden;
}

.category-slider-container {
  display: flex;
  gap: 4px;
  overflow-x: auto;
  scroll-behavior: smooth;
  scrollbar-width: none;
  cursor: grab;
  -webkit-overflow-scrolling: touch;
  justify-content: flex-end;
    flex-wrap: wrap;
}

.category-slider-container:active { cursor: grabbing; }
.category-slider-container::-webkit-scrollbar { display: none; }

.category-item {
  flex: 0 0 116px;
  text-decoration: none;
  color: inherit;
  pointer-events: none; /* Prevents link clicks during drag */
}

.category-item.is-clickable { pointer-events: auto; }

.category-image-wrap {
  width: 100%;
  aspect-ratio: 2 / 3;
  margin-bottom: 12px;
}

.category-image-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.category-title {
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 1px;
}

/* Arrows - Hidden by default, shown via JS */
.category-category_nav-arrows {
  display: none; 
  gap: 10px;
  margin-top: 20px;
}

.category_nav-arrow {
  background: none;
  border: 1px solid #ccc;
  padding: 8px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}

.category_nav-arrow:hover { border-color: #000; }
.category_nav-arrow svg { width: 16px; height: 16px; }
.dflex_space_between {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
nav[aria-label="Breadcrumb"] {
  display: flex;
  align-items: flex-start;
}

nav[aria-label="Breadcrumb"] ol {
  margin: 0;
}

td.cart-items__quantity {
  margin-top: 1px;
}

button.button.cart-items__remove {
  height: auto;
  position: absolute;
  right: 0;
}

tr.cart-items__table-row {
  position: relative;
}
body .facets:not(.facets--drawer) .facets__filters-wrapper {
  margin: 0;
}
.template-product ol.breadcrumbs_wrp {
  width: calc(25% - 2px);
}

.shopify-section-group-header-group .category-slider-container {
  width: calc(75% - 2px);
  justify-content: flex-start;
}
.shopify-section-group-header-group .category-slider-container a.category-item {
  flex: 1;
}
nav[aria-label="Breadcrumb"] {
  gap: 4px;
}
.shopify-section-group-header-group .category-slider-container {
  width: calc(75% - 4px);
}

nav[aria-label="Breadcrumb"] {
  flex-wrap: wrap;
}
li.collection_desc_meta .rte {
  color: #282828;
  font-size: 12px;
  font-style: normal;
  font-weight: 300;
  line-height: 150%; /* 18px */
  letter-spacing: 0.36px;
  max-width: 250px;
}

li.collection_desc_meta {
  list-style: none;
}
.shopify-section-group-header-group .category-slider-container a.category-item {
  max-width: 140px;
}
ol.breadcrumbs_wrp.pill {
  width: 50%;
}
.pill+.collection_desc_meta .rte {
  max-width: 350px;
}
dialog.facets.facets--drawer.dialog-modal.drawer.dialog-drawer {
  width: 100%;
  left: auto;
}
.ww-section { padding: 60px 0; margin: 0; }
.ww-container { display: flex; flex-wrap: wrap; gap: 120px; }
.ww-hero-column { flex: 0 0 calc(50% - 120px); max-width: calc(50% - 120px); position: sticky; top: 0; }
.ww-hero-img { width: auto; }
.ww-content-column { flex: 0 0 50%; max-width: 50%; display: flex; flex-direction: column; }
.ww-header { display: flex; justify-content: space-between; align-items: center; margin-bottom: 40px; }
.ww-heading {
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.91px;
    text-transform: uppercase;
    margin: 0; 
}
.ww-nav-controls { display: flex; align-items: center; gap: 40px; }
.ww-context-title { font-size: 11px; color: #888; letter-spacing: 0.05em; }
.ww-arrows { display: flex; gap: 15px; }
.ww-arrow-btn { background: transparent; border: none; cursor: pointer; padding: 0; display: flex; align-items: center; }
.ww-carousel { display: flex; overflow-y: hidden;overflow-x: auto; scroll-snap-type: x mandatory; scroll-behavior: smooth; gap: 4px; -ms-overflow-style: none; scrollbar-width: none; }
.ww-carousel::-webkit-scrollbar { display: none; }
.ww-card { flex: 0 0 calc(50% - 2px); scroll-snap-align: start; }
.ww-card-link { text-decoration: none; color: #000; }
.ww-image-wrapper { margin-bottom: 15px; overflow: hidden; }
.ww-item-img { width: 100%; transition: transform 0.5s ease; }
.ww-card:hover .ww-item-img { transform: scale(1.05); }
.ww-item-title { font-size: 11px; margin: 0 0 4px 0; letter-spacing: 0.05em; }
.ww-item-price { font-size: 11px; color: #666; }
.ww-footer { margin-top: auto; padding-top: 60px; }
.ww-all-link { font-size: 10px; text-decoration: none; color: #000; border-bottom: 1px solid #000; padding-bottom: 3px; }
.product-details div[ref="priceContainer"] {
  color: var(--dark-grey, #282828);
  font-size: 13px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  letter-spacing: 0.91px;
}
.variant-option--buttons legend {
  font-size: 11px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.77px;
  text-transform: uppercase;
}
.product-information__media slideshow-arrows[position=center] {
  align-items: flex-end;
}
span.add-to-cart-text__content span {
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.84px;
  text-transform: uppercase;
}
a#more-payment-options-link:after {
  color: var(--dark-grey, #282828);
  font-size: 11px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px; /* 145.455% */
  letter-spacing: 0.77px;
  text-transform: uppercase;
  text-decoration: none;
  content: "Payment methods";
  opacity: 1;
  position: absolute;
  left: 19px;
}

a#more-payment-options-link {
  color: transparent;
  position: relative;
  display: flex;
  margin-bottom: 20px;
}
a#more-payment-options-link:before {
  content: "+";
  text-align: left;
  position: absolute;
  left: 0;
  color: #282828;
  font-size: 20px;
  font-weight: 400;
  top: -8px;
  display: inline-flex;
  align-items: flex-start;
}
.template-product .type_h_true h1 {
  color: var(--dark-grey, #282828);
  font-size: 13px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 0.91px;
  text-transform: uppercase;
}
span.jdgm-prev-badge__text {
  color: #282828;
  text-align: right;
  font-size: 11px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.77px;
  text-transform: uppercase;
}
span.svg-wrapper.predictive-search__icon path,span.svg-wrapper.predictive-search__icon circle {
  stroke: #282828;
}
span.svg-wrapper.predictive-search__icon svg {
  width: 16px;
}
input#cmdk-input {
  color: var(--dark-grey, #282828);
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.84px;
  text-transform: uppercase;
}
.template-product nav.ele_breadcrumbs-nav {
  display: none;
}
body .resource-list__carousel slideshow-slides {
  padding-top: 0;
  padding-bottom: 0;
}


.maebe-tandc-delivery-return-privacy-subcateg {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.maebe-term-and-condition {
  display: flex;
  flex-wrap: wrap;
  padding-top: 100px;
  padding-bottom: 100px;
}
.maebe-term-and-condition-heading {
  width: 25%;
}
.maebe-tandc-delivery-return-privacy {
  width: 50%;
}
.maebe-tandc-delivery-return-privacy,
.maebe-tandc-delivery-return-privacy p {
  color: var(--dark-grey, #282828);
  font-size: 13px;
  font-style: normal;
  font-weight: 300;
  line-height: 26px;
  letter-spacing: 0.52px;
}
.maebe-tandc-delivery-return-privacy a {
  color: var(--dark-grey, #242424);
  text-align: center;
  font-size: 11px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
}
.maebe-tandc-delivery-return-privacy-subcateg a {
  text-transform: uppercase;
  text-decoration: none;
}
.maebe-term-and-condition-heading h1 {
  color: var(--dark-grey, #282828);
  font-size: 11px;
  font-style: normal;
  font-weight: 300;
  line-height: 16px;
  letter-spacing: 0.44px;
  text-transform: uppercase;
  margin-top: 0;
}
.maebe-term-and-condition-page {
  background: #F5F3F0;
}
.maebe-tandc-delivery-return-privacy-subcateg a {
  width: calc(25% - 6px);
  text-align: left;
  position: relative;
  color: #282828;
}
.maebe-tandc-delivery-return-privacy-subcateg a:after {
  content: "";
  position: absolute;
  border-bottom: 1px solid #28282815;
  width: 100%;
  bottom: -10px;
  left: 0;
}
.maebe-tandc-delivery-return-privacy-subcateg {
  padding-bottom: 50px;
}
.maebe-tandc-delivery-return-privacy-subcateg a.active {
  color: #000000;
  font-weight: 400;
}
.maebe-tandc-delivery-return-privacy-subcateg a.active:after {
  border-color: #282828;
}
a#more-payment-options-link:after {
}

/* more-payment-options-link:before {
  content: "";
  background-image: url(/cdn/shop/files/Klarna.svg?v=1773173985);
  position: absolute;
  right: 70px;
  width: 40px;
  height: 20px;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 10px;
} */

more-payment-options-link:after {
  content: "";
  background-image: url(/cdn/shop/files/Clearpay.svg?v=1773173985);
  position: absolute;
  right: 0;
  width: 60px;
  height: 20px;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 10px;
}

more-payment-options-link {
  position: relative;
  display: flex;
}
.product-information__media+.product-details {
  max-width: 470px;
  margin: 0 auto;
  width: 100%;
}
body .product-details>.group-block {
  height: auto;
}
span.buy-buttons-block {
  margin-bottom: auto;
}
div#sizefox-container .smartsize-trigger,
div#sizefox-container .smartsize-trigger .form__label {
  margin: 0;
}

.variant-option--buttons legend {
  margin-bottom: 18px;
  padding-top: 30px;
}
legend.dflex_legends {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#sizefox-container span.form__label.smartsize-button-text:after {
  content: " \2197";
}
body .variant-option__button-label:not(.variant-option__button-label--has-swatch):before {
  border-color: #dadada;
}

body .variant-option__button-label:not(.variant-option__button-label--has-swatch):before, 
body .variant-option__button-label:has([data-option-available=false]):not(.variant-option__button-label--has-swatch):after {
  border-color: #dadada;
}

body .variant-option__button-label:has([data-option-available=false]) {
  color: #DCDCDC;
  opacity: 1;
}

span.dflex_add_btn {
  display: flex;
  justify-content: space-between;
  width: 100%;
  align-items: center;
}

span.add-to-cart-text__content {
  width: 100%;
}
.product-form-buttons button {
  border: 0.75px solid var(--dark-grey, #282828);
}
div#judgeme_product_reviews {
  max-width: 100% !important;
}
body .jdgm-rev-widg {
  padding: 0;
  font-size: 11px;
}
.maebe-faqs {
    display: flex;
    flex-wrap: wrap;
    padding-top: 60px;
    padding-bottom: 100px;
}
.maebe-faqs-buttons {
    width: 80%;
}
.maebe-faqs-heading {
    width: 20%;
}
.maebe-faqs-button {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    padding-bottom: 50px;
    padding-top: 11px;
}
.maebe-faqs-heading h1 {
    color: var(--dark-grey, #282828);
    font-size: 11px;
    font-style: normal;
    font-weight: 300;
    margin: 0;
    line-height: 16px;
    letter-spacing: 0.44px;
    text-transform: uppercase;
}
.maebe-faqs-buttons a {
    text-align: center;
    color: #282828;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    padding-left: 0;
    position: relative;
    text-decoration: none;
    border: none;
}
.maebe-faqs-button a {
    padding-right: 80px;    
    text-transform: uppercase;
      font-size: 11px;
    color: var(--dark-grey, #28282850);
}
.maebe-faqs-buttons a.active {
  color: #242424;
}
.maebe-faqs-buttons a:after {
  content: "";
  height: 1px;
  position: absolute;
  left: 0;
  display: block;
  border-bottom: 1px solid #28282850;
  width: 100%;
  bottom: -15px;
}
.maebe-faqs-buttons a.active:after {
  border-color: #242424;
}
.maebe-faq {
    text-align-last: left;
    width: 80%;
}
.page-info .maebe-faq {
  width: 100%;
}
.maebe-faq .accordion {
  cursor: pointer;
}
.panel {
  color: var(--dark-grey, #282828);
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  line-height: 22px; /* 157.143% */
  letter-spacing: 0.56px;
  max-width: 610px;
}
.maebe-faq .accordion {
    background-color: #F5F3F0;
    padding: 25px;
    width: 100%;
    border: none;
    outline: none;
    transition: 0.4s;
    color: var(--dark-grey, #282828);
    font-size: 13px;
    font-weight: 300;
    padding-left: 0;
    font-family: 'PP MORI';
    border-bottom: 1px solid rgba(40, 40, 40, 0.30);
}
.maebe-faq-page {
    background: #F5F3F0;
}
.panel {
  padding: 0 18px;
  display: none;
  overflow: hidden;
  background: #F5F3F0;
  padding-left: 0;
}
button.accordion:after {
    content: '\002B';
    color: #282828;
    font-weight: bold;
    float: right;
    margin-left: 5px;
}
button.accordion.active:after {
    content: "\2212";
}


.maebe-contact-main {
    display: flex;
    flex-wrap: wrap;
    gap: 35px;
    padding-top: 60px;
    padding-bottom: 100px;
}
.maebe-contact-image img {
    max-width: 100%;
    height: 100%;
}
.maebe-contact-content {
    /* width: 40%; */
  margin: 0 auto;
}
.maebe-contact-image {
    width: calc(60% - 35px);
}
.maebe-contact-detail {
    display: flex;
    flex-wrap: wrap;
    gap: 25px;
    padding-bottom: 8px;
}
.maebe-contact-detail-support label {
    color: var(--dark-grey, #282828);
    font-size: 11px!Important;
    font-style: normal;
    font-weight: 300!Important;
    line-height: normal;
    text-transform: uppercase;
}
.maebe-contact-detail-support p {
    font-weight: 600 !important;
}
.maebe-contact-content h1 {
    color: var(--dark-grey, #282828);
    font-family: 'TequilaandTacos';
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase;
    margin: 0 auto;
}
.maebe-contact-content p {
    color: var(--dark-grey, #282828);
    font-size: 11px;
    font-style: normal;
    font-weight: 300;
    line-height: 20px;
    max-width: 258px;
    margin-top: 5px;
    margin-bottom: 30px;
    letter-spacing: 0;
}
.contact__fields {
    display: block;
}
.field > * {
    color: var(--dark-grey, #242424);
    font-size: 11px;
    font-style: normal;
    font-weight: 300;
    line-height: 18px;
    letter-spacing: 0.77px;
}
.maebe-contact-page {
    background: #F5F3F0;
}
form .field {
    display: block;
}
.maebe-contact-page {
    background: #F5F3F0;
}
.text-area,.field__input {
    background: #f5f3f0;
}
.maebe-contact-social {
  padding-bottom: 32px;
}
.contact.page-width.page-width--narrow {
    padding-bottom: 0;
}
.maebe-contact-content p, 
.maebe-contact-content div,
.maebe-contact-content h2 {
  max-width: 460px;
}
.maebe-contact-image {
  padding-left: 30px;
}
.maebe-contact-image img {
  object-fit: cover;
}
button.button.contact-submit-btn {
  color: var(--white, #FFF);
  text-align: center;
  font-size: 12px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  text-transform: uppercase;
}
.maebe-contact-form .field:after {
  box-shadow: none;
  border-bottom: 1px solid #000000;
}
.contact .field label {
  color: var(--dark-grey, #242424);
  font-size: 11px;
  font-style: normal;
  font-weight: 300;
  line-height: 18px; /* 163.636% */
  letter-spacing: -0.11px;
  left: 0 !important;
}
.contact .field:focus-visible, 
.contact .field input:focus-visible,
.contact .field textarea:focus-visible,
.contact .field input:hover,
.contact .field:hover.field:after {
  box-shadow: none !important;
  outline: none !important;
}
.contact__field-error {
  padding-bottom: 10px;
  display: block;
}
.contact__button {
  display: flex;
  align-items: flex-start;
  gap: 20px;
}
.field input {
  width: 100%;
  background: transparent;
}

.contact input, 
.contact textarea {
  width: 100%;
  background: transparent;
}
.contact input#term_cond_checkbox {
  width: auto;
}
.ww-card {
  position: relative;
}

.ww-card:hover button.quick-add-trigger.btn-unstyled {
  opacity: 1 !important;
}

.ww-card .product-card-quick-add {
  bottom: 70px;
}
button.accordion.active {
  border: none;
}
.accelerated-checkout-block {
  display: block !important;
}

button#BIS_trigger {
  margin-top: 0 !important;
  font-size: 12px;
  letter-spacing: 0.84px;
}

/* button[ref="addToCartButton"][disabled] {
  display: none;
}
shopify-accelerated-checkout[disabled] {
  display: none;
} */
.predictive-search-results__inner {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  padding-top: 25px;
  gap: 0 60px;
}
.suggested_search {
  width: 20%;
}
#predictive-search-products {
  width: calc(80% - 60px);
  padding: 0;
}
form.predictive-search-form {
  padding: 0 40px;
}
.suggested_search ul {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.suggested_search li a {
  color: var(--dark-grey, #282828);
  font-family: "PP Mori";
  font-size: 11px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%; /* 15.4px */
  letter-spacing: 0.77px;
  text-transform: uppercase;
}

.search-modal .resource-card__title.paragraph {
  color: var(--dark-grey, #282828);
  font-size: 11px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%; /* 14.3px */
  letter-spacing: 0.77px;
  text-transform: uppercase;
}

.search-modal span.price {
  font-size: 12px;
  font-style: normal;
  font-weight: 300;
   /* 427.402% */
  letter-spacing: 0.48px;
  text-transform: uppercase;
}
body .predictive-search-results__wrapper.predictive-search-results__wrapper-queries {
  padding: 0;
  width: 100%;
}
.suggested_search h3 {
  color: var(--dark-grey, #282828);
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px; /* 200% */
  letter-spacing: 0.84px;
  text-transform: uppercase;
}

button.button.predictive-search__search-button {
  background: transparent;
  color: var(--dark-grey, #282828);
  font-size: 11px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px; /* 272.727% */
  letter-spacing: 0.77px;
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: none;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
  text-transform: uppercase;
  padding: 0;
  min-height: auto;
  width: auto;
  padding: 0;
  height: auto;
  position: absolute;
  left: 0;
  bottom: 20px;
}
.predictive-search-form__header {
  padding-left: 0 !important;
}
span.svg-wrapper.predictive-search__icon {
  left: 0;
}



.swatch-container {
  display: flex;
  gap: 6px;
}
.color_code_title {
  display: none;
  align-items: center;
  gap: 15px;
}
span.swatch_e:first-child::after {
  content: "";
  background: #000000;
  height: 1px;
  width: 16px;
  position: absolute;
  bottom: -5px;
}
.swatch-container_wrapper {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-top: 10px;
}

.swatch-container {
  margin: 0;
}
.swatch_e {
  width: 16px;
  height: 10px;
  display: inline-block;
  cursor: pointer;
  transition: transform 0.2s ease;
  position: relative;
}
span.swatch_e:first-child {
  width: 16px;
}
.color_code_title span {
  color: var(--dark-grey, #282828);
  font-size: 11px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.77px;
  text-transform: uppercase;
}

span.meta_color, 
span.meta_color a {
  color: #28282880;
}
.swatch-container_wrapper {
  position: relative;
  z-index: 4;
}
.meta_colors_quick label.metaproducts_label {
  display: flex;
  justify-content: space-between;
}
span.metaproductstitle {
  font-weight: 600;
}
.cart-drawer__inner {
  background: #F5F3F0;
}
h2#account-drawer-heading,
li.account-actions__list-item a,
span.account-actions__sign-in-text {
  font-size: 11px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%; /* 15.4px */
  letter-spacing: 0.77px;
  text-transform: uppercase;
}
.instock_pro {
  display: none !important;
}
body .product-grid__card.product-grid__card {
  padding: 0;
}
slideshow-component.predictive-search-results__list.predictive-search-results__wrapper {
  width: 100%;
}
slideshow-component.predictive-search-results__list  slideshow-slides {
  padding-left: 0;
}
body .predictive-search-results__resource-header {
  padding-left: 0;
}
body :is(.predictive-search-results__card--product,.recently-viewed-wrapper .predictive-search-results__card--product):hover {
  background: transparent;
}

.predictive-search-results__inner {
  overflow-x: hidden;
}
body .dialog-zoomed-gallery__dialog {
  background-color: #F5F3F0 !important;
}

zoom-dialog button.close-button.dialog-zoomed-gallery__close-button:focus-visible {
  outline: none !important;
}
zoom-dialog .close-button svg {
  width: 30px;
  height: 20px;
  margin-right: 10px;
}
div#predictive-search-products .recently-viewed-wrapper+h4.predictive-search-results__title,
div#predictive-search-products .recently-viewed-wrapper+h4.predictive-search-results__title+ul.predictive-search-results__list {
  display: none;
}
slideshow-slide.resource-list__slide.quick-add-open {
  z-index: 2;
}
button.predictive-search-results__clear.button.button-unstyled {
  font-size: 11px;
  font-style: normal;
  font-weight: 300;
  line-height: 16px; /* 145.455% */
  letter-spacing: 0.77px;
  text-transform: uppercase;
  opacity: 1;
}
zoom-dialog button.quick-add-sheet__submit.btn.button.btn--primary.button--full-width {
  background: transparent;
  border: 1px solid #282828;
  color: #282828;
}
.facets__summary .facets__status-wrapper {
  display: none;
}
body .cart-items__media-container {
  aspect-ratio: auto;
  object-fit: contain;
}
button.button-unstyled.facets__clear-all-link {
  padding: 0;
  display: block;
}

.facets-remove.facets-remove--mobile-and-vertical facet-remove-component {
  display: none;
}

.facets-remove.facets-remove--mobile-and-vertical facet-remove-component:last-child {
  display: block;
}
.arne-color-swatch-element.disabled_div {
  position: relative;
  overflow: hidden; /* Keeps the line contained within the swatch */
  opacity: 0.6;    /* Optional: dims the swatch slightly */
  cursor: not-allowed;
}

.arne-color-swatch-element.disabled_div::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: 
    linear-gradient(-56deg, transparent 49.5%, #999 49.5%, #999 50.5%, transparent 50.5%);
  pointer-events: none;
}
button.button-unstyled.predictive-search__reset-button {
  color: #282828;
  font-size: 11px;
  font-style: normal;
  font-weight: 300;
   /* 145.455% */
  letter-spacing: 0.77px;
    margin-bottom: -2px;
  text-transform: uppercase;
}
button.button.predictive-search__close-modal-button {
  justify-content: flex-end;
}

sticky-add-to-cart .variant-option.variant-option--dropdowns label {
  display: none;
}
.sticky_cart_variant_listing variant-picker {
  padding: 0;
}

.sticky-add-to-cart__variant {
  height: 0;
  overflow: hidden;
}
sticky-add-to-cart .variant-option__select-wrapper {
  margin: 0;
  padding-right: 8px;
}

sticky-add-to-cart span.svg-wrapper.add-to-cart-icon {
  display: none;
}
sticky-add-to-cart .variant-option__select-wrapper {
  border-radius: 0;
  border-color: #282828;
}

h3.sticky-add-to-cart__title {
  color: var(--dark-grey, #282828);
  font-size: 13px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 0.91px;
  text-transform: uppercase;
}

.sticky-add-to-cart__price span {
  color: #232323;
  font-size: 12px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  letter-spacing: 0.84px;
  text-transform: uppercase;
}

sticky-add-to-cart .variant-option__select-wrapper select {
  height: 44px;
  outline: none;
  border: none;
  padding: 4px 12px;
}

sticky-add-to-cart button.sticky-add-to-cart__button.add-to-cart-button.button {
  height: 46px;
}
body .sticky-add-to-cart__image {
  aspect-ratio: auto;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  height: 100%;
  width: 45px;
}

.sticky-add-to-cart__bar.color-scheme-1 {
  padding-left: 56px;
}
.color_code_title {
  flex-wrap: wrap;
  gap: 4px;
}

.swatch-container_wrapper {
  align-items: flex-start;
}
li.pagination__item a {
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.48px;
}
span.pagination__link.pagination__link--page.pagination__link--current {
  border-radius: 0;
  font-size: 12px;
}
a.pagination__link.pagination__link--page {
  border: 0.75px solid #DADADA;
  border-radius: 0;
  padding: 10px 0;
}
li.pagination__item {
  border-radius: 0;
}
body .pagination__link[aria-current=page]:before {
  border-radius: 0;
}
ul.pagination__list {
  gap: 8px;
}
body .pagination__list:before {
  background: transparent;
}
li.pagination__item,
li.pagination__item a,
li.pagination__item span {
  width: 52px;
  aspect-ratio: unset;
}
span.pagination__link.pagination__link--page.pagination__link--current {
  height: 36px;
}

[data-added="true"] span.add-to-cart__added {
  opacity: 1;
}
span.add-to-cart__added {
  opacity: 0;
}

.edi-ui-btn,
button.category_nav-arrow {
  color: #282828;
}

.metafield-rich_text_field a {
  cursor: pointer;
  text-decoration: underline dashed; /* Shows it's a special link */
  color: inherit;
}

.nav-arrow {
  color: #282828;
}

    body .variant-option__swatch-wrapper {
      border-radius: 0 !important;
      overflow: hidden !important;
    }
    .facets__inputs-list--swatches .variant-option__button-label {
      border-radius: 0 !important;
      overflow: hidden;
    }
    body .variant-option__button-label label {
      display: inline-flex !important;
    }
body .facets-toggle {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin: 0;
  padding-right: 0;
}

button.button.facets-toggle__button {
  display: inline-flex;
}

body .facets-toggle__wrapper {
  display: flex;
}

sorting-filter-component details {
  padding-right: 0 !important;
}
body .checkbox__input:checked+.checkbox__label {
  border: 1px solid #212121;
  width: 100%;
}

body .facets__inputs-wrapper .checkbox__label {
  width: 100%;
  padding: 10px;
  border: 0.75px solid #DADADA;
  height: 40px;
}

body .checkbox__input:checked+.checkbox__label::after, 
body .checkbox__input:checked+.checkbox__label::before {
  content: none;
}
.facets__filters-wrapper summary.facets__summary {
  margin-bottom: 6px;
}
body ul[name="Size"] .facets__inputs-list-item {
  width: calc(33.33% - 3px);
}
ul[name="Colour"] li.facets__inputs-list-item {
  width: 100%;
}
body .facets__inputs-wrapper .facets__inputs-list {
  display: flex;
  flex-direction: unset;
  gap: 4px;
}
body .facets__filters-wrapper {
  gap: 30px;
  display: flex;
  flex-direction: column;
}
ul[name="Colour"] li.facets__inputs-list-item label.variant-option__button-label {
  width: 100% !important;
  border: 0.75px solid #DADADA;
    text-align: left;
    height: 40px;
    outline: none;
  justify-content: flex-start;
  padding: 10px;
}

body :is(.facets--drawer,.facets--vertical) :is(.facets__item,.sorting-filter):before {
  border: none;
}
body .facets__inputs-wrapper {
  margin: 0;
}
.facets-remove.facets-remove--mobile-and-vertical {
  height: 0;
  overflow: hidden;
  width: 0;
  margin: 0;
  padding: 0;
  opacity: 0;
  visibility: hidden;
}
h2#filters-drawer-heading {
  color: var(--dark-grey, #282828);
  font-size: 13px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 1.3px;
  text-transform: uppercase;
}
h2#filters-drawer-heading {
  color: var(--dark-grey, #282828);
  font-size: 13px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 1.3px;
  text-transform: uppercase;
}
li.facets__inputs-list-item *:hover,
li.facets__inputs-list-item:focus-visible {
    outline: none !important;
}

.variant-option__button-label--has-swatch:has(:checked) {
  border: 1px solid #000000 !important;
}
.facets .checkbox .icon-checkmark {
  display: none;
}
facet-inputs-component .variant-option__swatch-wrapper input+span {
  width: 20px;
  height: 12px;
}

floating-panel-component .variant-option__button-label label {
  margin-bottom: -4px;
  margin-left: 2px;
}
div#filter-count-bubble-toggle {
  width: auto;
}
body .facets__drawer-actions {
    gap: 25px;
  margin-bottom: 20px;
  flex-direction: column-reverse;
}
span.filter-count-bubble__background {
  background: transparent;
}

body .facets__drawer-actions * {
  width: 100%;
  outline: none !important;
  border: none;
}

body button.button-secondary.facets__clear-all.facets__clear-all--active {
  padding: 0;
  border: none !important;
  outline: none !important;
  --button-border-color: transparent;
  color: var(--dark-grey, #282828);
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.91px;
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: none;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
  text-transform: uppercase;
}
facet-inputs-component .variant-option__swatch-wrapper input+span::before,
facet-inputs-component .variant-option__swatch-wrapper input+span::after {
  content: none !important;
}
h2#filters-drawer-heading span.bubble.facets__bubble {
  background: transparent;
  font-size: 11px;
}
.facets__filters-wrapper .variant-option__button-label label {
  color: var(--dark-grey, #282828);
  font-size: 13px;
  font-style: normal;
  font-weight: 500;
   /* 410.14% */
  letter-spacing: 0.52px;
  text-transform: uppercase;
}
/* Tooltip Styling */
span.swatch_e:hover::before {
  content: attr(data-color-name);
  position: absolute;
  top: calc(100% + 10px);
  left: 0;
  /* transform: translateX(-50%); */
  background: #fff;
  color: #000;
  /* Increased top padding to push text down away from the larger triangle */
  padding: 8px 12px; 
  font-size: 12px;
  text-transform: uppercase;
  white-space: nowrap;
  z-index: 10;
  
  /* Polygon points explained:
     0% 20% (Top Left) -> 35% 20% (Start of Notch) -> 50% 0% (The Peak) 
     -> 65% 20% (End of Notch) -> 100% 20% (Top Right) -> Bottom corners...
  */
  /* clip-path: polygon(0% 20%, 35% 20%, 50% 0%, 65% 20%, 100% 20%, 100% 100%, 0% 100%); */
  color: var(--dark-grey, #282828);
  font-size: 11px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.77px;
  text-transform: uppercase;
}
:is(.product-grid__item,.resource-list__item) .product-card {
  padding-bottom:40px;
}
div#sizefox-container {
  position: absolute;
  top: 26px;
  right: 0;
}
.variant_picker_wrapper {
  position: relative;
}
.image-grid-wrapper.grid {
  gap: 50px 0;
  grid-template-areas: none;
}
.image-grid-heading {
  padding-bottom: 20px;
}
