/** Shopify CDN: Minification failed

Line 17143:53 Unexpected "/"
Line 17896:8 Expected identifier but found whitespace
Line 17896:9 Unexpected "100"
Line 18481:0 Expected "}" to go with "{"

**/
@charset "UTF-8";

/* WLM (Wholesale Locations Manager) wrapper — the snippet wraps
   {{ content_for_layout }} in `<wlm class="wlm-content">` which the UA
   styles as `display: inline`. Block-level shopify-section children
   inside an inline parent gain phantom line-height gaps. Use `display:
   block` (not `display: contents`) so wlm participates in layout
   normally — `display: contents` breaks position:sticky calculations
   for sticky descendants in some browsers. */
wlm,
.wlm-content {
  display: block !important;
  margin: 0 !important;
  padding: 0 !important;
}

/* Hide navigation arrows on mobile for container--wide sections */
@media screen and (max-width: 767px) {
  .container--wide .navigation__button,
  .container--wide .navigation__button--prev,
  .container--wide .navigation__button--next,
  .u-ph0\@mob .navigation__button,
  .u-ph0\@mob .navigation__button--prev,
  .u-ph0\@mob .navigation__button--next {
    display: none !important;
  }
}

/* Collections list section styles */
.section--collections-list.js-featured-collections-section {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  background-color: #f6f5f1 !important;
}

/* Specific section padding for collection */
.section--template--24530342936769__section_collection_UjyWJC,
.section--template--24863941198017__section_collection_UjyWJC {
  padding-top: 40px !important;
}

@media screen and (max-width: 767px) {
  .section--template--24530342936769__section_collection_UjyWJC,
  .section--template--24863941198017__section_collection_UjyWJC {
    padding-top: 48px !important;
  }
}

/* Margin bottom for featured collections items-scroll */
.section--featured-collections items-scroll[items-overflow] [data-items] {
  margin-bottom: 24px !important;
}

/* Text align center for image-with-text title */
.image-with-text__title .section__title-text,
.image-with-text__title--5 .section__title-text {
  text-align: center !important;
}

/* Font size for section__title-desc on desktop */
@media screen and (min-width: 768px) {
  .section__title-desc.rte {
    font-size: 20px !important;
  }

  /* Remove left and right padding for collection list section */
  .section--template--24530342936769__section_collection_list_dMWUFz
    .section__title {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}

/* Remove margin bottom for section title with description on all devices */
.section__title.section__title--center.section__title--desc {
  margin-bottom: 0 !important;
}

/* Collection label styles */
.collection-list__label {
  padding: 8px 12px;
  margin-bottom: 12px;
  text-align: center;
}

.collection-list__label--top {
  font-size: 14px;
  font-weight: 600;
  color: #003722;
  letter-spacing: 0.5px;
  line-height: 1.2;
}

.collection-list__label--bottom {
  font-size: 18px;
  font-weight: 700;
  color: #003722;
  line-height: 1.2;
  margin-top: 4px;
}

/* Remove grid from home-logo-list */
.home-logo-list--grid .home-logo-list__item,
.home-logo-list--mob-grid .home-logo-list__item {
  display: block !important;
  width: auto !important;
}

accordion-group {
  --speed: 300ms;
  display: block;
}
accordion-group details {
  border-bottom: 1px solid var(--color--text-lightest);
}
accordion-group details[open]:not(.is-closing) summary-icon {
  transform: translateY(-50%) rotate(45deg);
}
accordion-group details[open]:not(.is-closing) details-content {
  transition: transform var(--speed) ease-in-out;
}
accordion-group summary {
  display: block;
  position: relative;
  overflow: hidden;
  padding: 1em 3em 1em 0;
  font-size: 1em;
  color: var(--color--text);
  cursor: pointer;
}
accordion-group summary::marker,
accordion-group summary::-webkit-details-marker {
  display: none;
}
accordion-group summary summary-icon {
  display: block;
  position: absolute;
  right: 0;
  top: 50%;
  width: 2em;
  height: 2em;
  text-align: center;
  line-height: 2.25em;
  font-size: 0.75em;
  color: var(--color--text);
  transform: translateY(-50%) rotate(0);
  transition: transform var(--speed) ease-in-out;
}
accordion-group details-content {
  box-sizing: border-box;
  display: block;
  position: relative;
  padding: 0.5em 0 2em;
  transition: transform var(--speed) ease-in-out;
}

items-scroll {
  --page-navigation-button-size: 9px;
  --page-navigation-margin: 60px;
  --page-navigation-displacement: 30px;
  --navigation-button-size: 48px;
  display: block;
  width: 100%;
  position: relative;
  box-sizing: border-box;
}
/* Pre-apply the carousel inset padding to all items-scroll grids so it
   exists on first paint. Otherwise items-scroll.js adds [scroll-enabled]
   later, the rule below kicks in, and product cards visibly shift inward
   by 16px (CLS jank during page load). */
items-scroll [data-items] {
  padding: 0 16px;
  scroll-padding: 0 16px;
  box-sizing: border-box;
}
@media screen and (min-width: 768px) {
  items-scroll [data-items] {
    padding: 0 6px;
    scroll-padding: 0 6px;
  }
}
items-scroll[scroll-enabled] [data-items] {
  scroll-snap-type: x mandatory;
  scroll-snap-type: mandatory;
  overscroll-behavior-x: contain;
  display: flex;
  flex-wrap: nowrap;
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
  position: relative;
  scroll-behavior: smooth;
  overflow-x: auto;
  box-sizing: border-box;
  scrollbar-width: none;
  padding: 0 16px;
  scroll-padding: 0 16px;
}
items-scroll[scroll-enabled] [data-items] > * {
  flex-shrink: 0;
  flex-grow: 0;
  scroll-snap-align: start;
}
items-scroll[scroll-enabled] [data-items]::-webkit-scrollbar {
  display: none;
}
items-scroll[scroll-enabled] [data-items]::-webkit-scrollbar-track,
items-scroll[scroll-enabled] [data-items]::-webkit-scrollbar-thumb {
  background: transparent;
}
@media screen and (min-width: 768px) {
  items-scroll[scroll-enabled] [data-items] {
    padding: 0 6px;
    scroll-padding: 0 6px;
    margin-left: -6px;
    width: calc(100% + 12px);
  }
}
items-scroll[scroll-enabled][snap='center'] [data-items] > * {
  scroll-snap-align: center;
}
items-scroll[scroll-enabled][snap='start'] [data-items] > * {
  scroll-snap-align: start;
}
items-scroll[scroll-enabled] .page-navigation-wrapper {
  display: none;
  position: absolute;
  bottom: calc(
    (
        var(--page-navigation-displacement) +
          var(--page-navigation-button-size) +
          var(--page-navigation-button-size) / 2
      ) *
      -1
  );
  left: 50%;
  transform: translateX(-50%);
}
items-scroll[scroll-enabled] .page-navigation {
  display: flex;
  margin: 0 auto;
  inline-size: max-content;
  --gap: var(--page-navigation-button-size);
  gap: var(--gap, 0.5rem);
  list-style-type: none;
}
items-scroll[scroll-enabled] .page-navigation__item {
  display: block;
  overflow: hidden;
  width: var(--page-navigation-button-size);
  height: var(--page-navigation-button-size);
}
items-scroll[scroll-enabled] .page-navigation__button {
  display: block;
  width: 100%;
  aspect-ratio: 1;
  border: 0 none;
  border-radius: 50%;
  background-color: var(--color--text);
  opacity: 0.3;
  padding: 0;
  cursor: pointer;
  transition: opacity 0.2s ease-in-out;
}
items-scroll[scroll-enabled] .page-navigation__button.is-active {
  opacity: 1;
}
items-scroll[scroll-enabled] .page-navigation-counter {
  display: inline-flex;
  align-items: baseline;
  font-size: 1rem;
  line-height: 1;
}
items-scroll[scroll-enabled] .page-navigation-counter__current {
  font-size: 1.25em;
  color: var(--color--text);
}
items-scroll[scroll-enabled] .page-navigation-counter__separator,
items-scroll[scroll-enabled] .page-navigation-counter__total {
  font-size: 0.75em;
  color: var(--color--text-light);
}
items-scroll[scroll-enabled] .page-navigation-counter__separator {
  padding: 0 0.25em;
}
items-scroll[scroll-enabled]:not(.mini-navigation) .navigation {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  justify-content: space-between;
  opacity: 1;
  /* transition: opacity 0.2s ease-in-out; */
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  items-scroll[scroll-enabled]:not(.mini-navigation) .navigation {
    width: calc(100% - 72px);
    left: 36px;
  }
}
items-scroll[scroll-enabled]:not(.mini-navigation).ratio-navigation
  .navigation {
  aspect-ratio: var(--navigation-ratio);
  height: auto;
}
items-scroll[scroll-enabled]:not(.mini-navigation):hover .navigation {
  /* opacity: 1;
    transition: opacity 0.2s ease-in-out; */
}
items-scroll[scroll-enabled]:not(.mini-navigation) .navigation__button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
items-scroll[scroll-enabled]:not(.mini-navigation) .navigation__button::before {
  -webkit-box-shadow: 0 0 4px var(--color--text-lightest);
  box-shadow: 0 0 4px var(--color--text-lightest);
  background-color: var(--color--bg);
  transition: background-color 0.2s ease-in-out;
}
items-scroll[scroll-enabled]:not(.mini-navigation) .navigation__button--prev {
  left: calc(var(--navigation-button-size) / 2 * -1);
}
items-scroll[scroll-enabled]:not(.mini-navigation)
  .navigation__button--prev
  .icon {
  left: 48%;
}
items-scroll[scroll-enabled]:not(.mini-navigation) .navigation__button--next {
  right: calc(var(--navigation-button-size) / 2 * -1);
}
items-scroll[scroll-enabled]:not(.mini-navigation)
  .navigation__button--next
  .icon {
  left: 52%;
}
items-scroll[scroll-enabled].mini-navigation .navigation {
  display: flex;
  column-gap: 0;
  position: absolute;
  top: calc(var(--navigation-button-size) * -1);
  right: 18px;
}
items-scroll[scroll-enabled].mini-navigation .navigation__button {
  width: calc(var(--navigation-button-size) / 1.5);
}
items-scroll[scroll-enabled] .navigation__button {
  position: relative;
  display: inline-block;
  width: var(--navigation-button-size);
  height: var(--navigation-button-size);
  padding: 0;
  margin: 0;
  overflow: hidden;
  cursor: pointer;
  background: transparent;
  border: 0;
  box-shadow: none;
  color: var(--color--text);
  -webkit-appearance: none;
  appearance: none;
  -webkit-touch-callout: none;
  pointer-events: all;
}
items-scroll[scroll-enabled] .navigation__button::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: calc(100% - 6px);
  height: calc(100% - 6px);
  margin-left: auto;
  margin-right: auto;
  margin-top: auto;
  margin-bottom: auto;
  text-align: center;
  transform: translate(-50%, -50%);
}
items-scroll[scroll-enabled] .navigation__button[disabled] {
  opacity: 0.4;
}
items-scroll[scroll-enabled] .navigation__button .icon {
  color: var(--color--text);
  position: absolute;
  top: 50%;
  left: 50%;
  width: calc(var(--navigation-button-size) / 3.25);
  height: calc(var(--navigation-button-size) / 3.25);
  font-size: calc(var(--navigation-button-size) / 3.25);
  transform: translate(-50%, -50%);
  overflow: hidden;
  pointer-events: none;
}
items-scroll[scroll-enabled].is-dragged [data-items] {
  scroll-snap-type: none;
}
items-scroll[scroll-enabled].is-dragged .scroll-bar {
  background-color: var(--color--text);
  cursor: grab;
  touch-action: pan-x;
}
items-scroll[scrollable] [data-items] {
  overflow-y: hidden;
  justify-content: flex-start;
}
items-scroll[scrollable][page-navigation-disabled] [data-items] {
  margin-bottom: 0;
}
items-scroll[scrollable] .page-navigation-wrapper {
  display: none;
}
.no-touchevents items-scroll[scrollable] .navigation {
  display: block;
}
items-scroll .page-navigation-wrapper,
items-scroll .navigation {
  display: none;
}

@media screen and (max-width: 767px) {
  .navigation {
    display: none !important;
  }
}

@media screen and (min-width: 768px) {
  .container--full items-scroll[scroll-enabled] .navigation__button--prev {
    left: calc(var(--navigation-button-size) / 4);
  }
  .container--full items-scroll[scroll-enabled] .navigation__button--next {
    right: calc(var(--navigation-button-size) / 4);
  }
  items-scroll[scroll-enabled] .grid-spacing--0[data-items] {
    padding: 0;
    scroll-padding: 0;
    margin-left: 0;
    width: 100%;
  }
}

@media screen and (max-width: 980px) {
  sticky-scroll {
    position: relative !important;
    top: 0 !important;
  }
}

@media screen and (min-width: 981px) {
  .header-up sticky-scroll.is-not-scrollable {
    top: 18px !important;
    transition: 0.3s ease top;
  }
  .header-down sticky-scroll.is-not-scrollable {
    top: calc(18px + var(--header-height)) !important;
    transition: 0.3s ease top;
  }
}

/* ==========================================================================
   #EMOJI ICONS
   ========================================================================== */
/**
 * Emojis for empty states
 * Uncomment last 5 lines to hide emojis
 */
.emoji {
  font-size: 80px;
  line-height: 0;
  height: 100px;
  width: 100px;
  display: inline-block;
  margin: 18px 0;
  color: var(--color--text-lightest);
  /* 
    padding: 0;
    opacity: 0;
    height: 0;
    visibility: hidden;
    overflow: hidden;
    */
}

/* ==========================================================================
   #BASIC FORMS
   ========================================================================== */
[type='text'],
[type='password'],
[type='datetime'],
[type='datetime-local'],
[type='date'],
[type='month'],
[type='time'],
[type='week'],
[type='number'],
[type='email'],
[type='url'],
[type='search'],
[type='tel'],
[type='color'],
select,
textarea {
  display: block;
  height: 48px;
  line-height: 22px;
  padding: 12px;
  color: var(--color--text);
  vertical-align: middle;
  border: 1px solid var(--color--text-lightest);
  width: 100%;
  margin-bottom: 12px;
  cursor: pointer;
  background: var(--color--bg);
  font-family: var(--font--body);
  font-weight: var(--font--body-weight);
  font-style: var(--font--body-style);
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
}
[type='text']::-webkit-input-placeholder,
[type='text']::-moz-placeholder,
[type='text']:-ms-input-placeholder,
[type='text']:-moz-placeholder,
[type='text']:placeholder,
[type='password']::-webkit-input-placeholder,
[type='password']::-moz-placeholder,
[type='password']:-ms-input-placeholder,
[type='password']:-moz-placeholder,
[type='password']:placeholder,
[type='datetime']::-webkit-input-placeholder,
[type='datetime']::-moz-placeholder,
[type='datetime']:-ms-input-placeholder,
[type='datetime']:-moz-placeholder,
[type='datetime']:placeholder,
[type='datetime-local']::-webkit-input-placeholder,
[type='datetime-local']::-moz-placeholder,
[type='datetime-local']:-ms-input-placeholder,
[type='datetime-local']:-moz-placeholder,
[type='datetime-local']:placeholder,
[type='date']::-webkit-input-placeholder,
[type='date']::-moz-placeholder,
[type='date']:-ms-input-placeholder,
[type='date']:-moz-placeholder,
[type='date']:placeholder,
[type='month']::-webkit-input-placeholder,
[type='month']::-moz-placeholder,
[type='month']:-ms-input-placeholder,
[type='month']:-moz-placeholder,
[type='month']:placeholder,
[type='time']::-webkit-input-placeholder,
[type='time']::-moz-placeholder,
[type='time']:-ms-input-placeholder,
[type='time']:-moz-placeholder,
[type='time']:placeholder,
[type='week']::-webkit-input-placeholder,
[type='week']::-moz-placeholder,
[type='week']:-ms-input-placeholder,
[type='week']:-moz-placeholder,
[type='week']:placeholder,
[type='number']::-webkit-input-placeholder,
[type='number']::-moz-placeholder,
[type='number']:-ms-input-placeholder,
[type='number']:-moz-placeholder,
[type='number']:placeholder,
[type='email']::-webkit-input-placeholder,
[type='email']::-moz-placeholder,
[type='email']:-ms-input-placeholder,
[type='email']:-moz-placeholder,
[type='email']:placeholder,
[type='url']::-webkit-input-placeholder,
[type='url']::-moz-placeholder,
[type='url']:-ms-input-placeholder,
[type='url']:-moz-placeholder,
[type='url']:placeholder,
[type='search']::-webkit-input-placeholder,
[type='search']::-moz-placeholder,
[type='search']:-ms-input-placeholder,
[type='search']:-moz-placeholder,
[type='search']:placeholder,
[type='tel']::-webkit-input-placeholder,
[type='tel']::-moz-placeholder,
[type='tel']:-ms-input-placeholder,
[type='tel']:-moz-placeholder,
[type='tel']:placeholder,
[type='color']::-webkit-input-placeholder,
[type='color']::-moz-placeholder,
[type='color']:-ms-input-placeholder,
[type='color']:-moz-placeholder,
[type='color']:placeholder,
select::-webkit-input-placeholder,
select::-moz-placeholder,
select:-ms-input-placeholder,
select:-moz-placeholder,
select:placeholder,
textarea::-webkit-input-placeholder,
textarea::-moz-placeholder,
textarea:-ms-input-placeholder,
textarea:-moz-placeholder,
textarea:placeholder {
  color: var(--color--text-light);
}
[type='text']:focus,
[type='text']:active,
[type='password']:focus,
[type='password']:active,
[type='datetime']:focus,
[type='datetime']:active,
[type='datetime-local']:focus,
[type='datetime-local']:active,
[type='date']:focus,
[type='date']:active,
[type='month']:focus,
[type='month']:active,
[type='time']:focus,
[type='time']:active,
[type='week']:focus,
[type='week']:active,
[type='number']:focus,
[type='number']:active,
[type='email']:focus,
[type='email']:active,
[type='url']:focus,
[type='url']:active,
[type='search']:focus,
[type='search']:active,
[type='tel']:focus,
[type='tel']:active,
[type='color']:focus,
[type='color']:active,
select:focus,
select:active,
textarea:focus,
textarea:active {
  color: var(--color--text);
}
[type='text'].error,
[type='text'].is-invalid,
[type='text'].input--error,
[type='password'].error,
[type='password'].is-invalid,
[type='password'].input--error,
[type='datetime'].error,
[type='datetime'].is-invalid,
[type='datetime'].input--error,
[type='datetime-local'].error,
[type='datetime-local'].is-invalid,
[type='datetime-local'].input--error,
[type='date'].error,
[type='date'].is-invalid,
[type='date'].input--error,
[type='month'].error,
[type='month'].is-invalid,
[type='month'].input--error,
[type='time'].error,
[type='time'].is-invalid,
[type='time'].input--error,
[type='week'].error,
[type='week'].is-invalid,
[type='week'].input--error,
[type='number'].error,
[type='number'].is-invalid,
[type='number'].input--error,
[type='email'].error,
[type='email'].is-invalid,
[type='email'].input--error,
[type='url'].error,
[type='url'].is-invalid,
[type='url'].input--error,
[type='search'].error,
[type='search'].is-invalid,
[type='search'].input--error,
[type='tel'].error,
[type='tel'].is-invalid,
[type='tel'].input--error,
[type='color'].error,
[type='color'].is-invalid,
[type='color'].input--error,
select.error,
select.is-invalid,
select.input--error,
textarea.error,
textarea.is-invalid,
textarea.input--error {
  border-color: #d12328;
  outline-color: #d12328;
}
[type='text'].success,
[type='text'].is-valid,
[type='password'].success,
[type='password'].is-valid,
[type='datetime'].success,
[type='datetime'].is-valid,
[type='datetime-local'].success,
[type='datetime-local'].is-valid,
[type='date'].success,
[type='date'].is-valid,
[type='month'].success,
[type='month'].is-valid,
[type='time'].success,
[type='time'].is-valid,
[type='week'].success,
[type='week'].is-valid,
[type='number'].success,
[type='number'].is-valid,
[type='email'].success,
[type='email'].is-valid,
[type='url'].success,
[type='url'].is-valid,
[type='search'].success,
[type='search'].is-valid,
[type='tel'].success,
[type='tel'].is-valid,
[type='color'].success,
[type='color'].is-valid,
select.success,
select.is-valid,
textarea.success,
textarea.is-valid {
  border-color: #00964d;
  outline-color: #00964d;
}
[type='text'][disabled],
[type='text'].is-disabled,
[type='password'][disabled],
[type='password'].is-disabled,
[type='datetime'][disabled],
[type='datetime'].is-disabled,
[type='datetime-local'][disabled],
[type='datetime-local'].is-disabled,
[type='date'][disabled],
[type='date'].is-disabled,
[type='month'][disabled],
[type='month'].is-disabled,
[type='time'][disabled],
[type='time'].is-disabled,
[type='week'][disabled],
[type='week'].is-disabled,
[type='number'][disabled],
[type='number'].is-disabled,
[type='email'][disabled],
[type='email'].is-disabled,
[type='url'][disabled],
[type='url'].is-disabled,
[type='search'][disabled],
[type='search'].is-disabled,
[type='tel'][disabled],
[type='tel'].is-disabled,
[type='color'][disabled],
[type='color'].is-disabled,
select[disabled],
select.is-disabled,
textarea[disabled],
textarea.is-disabled {
  cursor: not-allowed;
  opacity: 0.6;
}

form {
  overflow: hidden;
  position: relative;
}

[type='submit'] {
  border: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
}

button[disabled] {
  opacity: 0.6;
  cursor: not-allowed;
}
button[disabled]:hover {
  opacity: 0.6;
}

textarea {
  max-width: 100%;
  min-height: 120px;
  line-height: 1.5em;
  padding: 10px;
  height: auto;
}

fieldset {
  border: 0;
  margin: 6px 0;
  padding: 0;
}

label {
  font-size: 1rem;
  line-height: 1.7em;
}

[type='checkbox'] {
  -webkit-appearance: none;
  position: relative;
  top: 4px;
  margin-right: 3px;
  border: 1px solid var(--color--text);
  background-color: var(--color--bg);
  width: 18px;
  height: 18px;
  transition:
    background-color 0.3s ease-out,
    border 0.3s ease-out;
  cursor: pointer;
}
[type='checkbox']:checked {
  background-color: var(--color--text);
}
[type='checkbox']:checked:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 108%;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml,%3Csvg width='10' height='8' viewBox='0 0 10 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 3L4 6L9.00146 1' stroke='black' stroke-width='1.5'/%3E%3C/svg%3E");
  filter: Invert(var(--checkbox-check-invert));
}
[type='checkbox']:checked:hover {
  background-color: var(--color--text);
}
[type='checkbox']:hover {
  background-color: var(--color--text-lightest);
}

.checkbox-label {
  cursor: pointer;
}

/* Custom Select dropdown (requires JS to set correct padding)
   ========================================================================== */
.selector-wrapper {
  position: relative;
  padding-top: 6px;
  margin-top: 9px;
  font-family: var(--font--body);
}
.selector-wrapper:after {
  content: '\e915';
  font-family: 'sb-icons';
  position: absolute;
  top: 18px;
  right: 12px;
  font-size: 13px;
  color: var(--color--text-lighter);
  pointer-events: none;
}
.selector-wrapper label {
  color: var(--color--text);
  background: var(--color--bg);
  position: absolute;
  display: block;
  left: 4px;
  top: 0;
  padding: 0 6px;
  font-size: 0.85em;
  line-height: 1;
  border-radius: 0;
  pointer-events: none;
}
.selector-wrapper select {
  border-color: var(--color--text-lightest);
  background: var(--color--bg);
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  padding: 12px 30px 12px 12px;
  -webkit-transition: 0s;
  -moz-transition: 0s;
  transition: 0s;
}
.selector-wrapper select::-ms-expand {
  display: none;
}
.selector-wrapper.selector-wrapper--standalone-labels {
  padding-top: 0;
}
.selector-wrapper.selector-wrapper--standalone-labels label {
  position: relative;
  top: auto;
  left: auto;
  display: block;
  font-size: var(--font--size-base);
  line-height: 1.25;
  padding: 0;
  margin-bottom: 0.5em;
  border-radius: 0;
  pointer-events: initial;
}
.selector-wrapper.selector-wrapper--standalone-labels:after {
  top: auto;
  bottom: 9px;
}

/* ==========================================================================
   #CSS PULSATING DOT
   ========================================================================== */
.pulsating-dot {
  position: relative;
  box-sizing: content-box;
  width: 18px;
  height: 18px;
  margin-right: 3px;
}

.pulsating-dot__ring {
  width: 9px;
  height: 9px;
  top: 4.5px;
  left: 4.5px;
  background-color: var(--color--text);
  border-radius: 50%;
  position: relative;
}

.pulsating-dot__circle {
  border: 1px solid var(--color--text);
  border-radius: 50%;
  height: 16px;
  width: 16px;
  top: 0;
  left: 0;
  position: absolute;
  opacity: 0;
  -webkit-animation: dotpulsate 1.5s ease-out infinite;
  -moz-animation: dotpulsate 1.5s ease-out infinite;
  animation: dotpulsate 1.5s ease-out infinite;
}

@keyframes dotpulsate {
  0% {
    -ms-transform: scale(0.1);
    -webkit-transform: scale(0.1);
    transform: scale(0.1);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}

@-webkit-keyframes dotpulsate {
  0% {
    -ms-transform: scale(0.1);
    -webkit-transform: scale(0.1);
    transform: scale(0.1);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}

tabbed-content {
  display: block;
  width: 100%;
}

.tab-triggers__wrapper {
  display: flex;
  justify-content: flex-start;
  margin: 0 auto;
  padding: 0 30px;
}
[align-items='center'] .tab-triggers__wrapper {
  justify-content: center;
}

tab-triggers {
  display: flex;
  flex: 0 0 auto;
  justify-content: flex-start;
  max-width: 100%;
  overflow-x: auto;
  padding-bottom: 2.25em;
  scroll-snap-type: x mandatory;
  scroll-snap-stop: always;
  overscroll-behavior-x: contain;
  touch-action: pan-x;
}
@media screen and (max-width: 767px) {
  tab-triggers {
    padding: 0 36px 2em;
    scroll-padding: 0 36px;
  }
}
tab-triggers::-webkit-scrollbar {
  display: none;
}
tab-triggers::-webkit-scrollbar-track,
tab-triggers::-webkit-scrollbar-thumb {
  background: transparent;
}
tab-triggers button {
  position: relative;
  flex: 0 0 auto;
  max-width: calc(100% - 24px);
  color: var(--color--text);
  font-family: var(--font--body);
  font-size: 1.25em;
  border: 0 none;
  padding: 0.4em 0;
  margin: 0 0.75em;
  background-color: transparent;
  appearance: none;
  cursor: pointer;
  scroll-snap-align: center;
  opacity: 0.75;
  transition: opacity 0.2s ease-in-out;
}
tab-triggers button:first-of-type {
  margin-left: 0;
}
tab-triggers button:last-of-type {
  margin-right: 0;
}
tab-triggers button::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0.1em;
  background-color: currentColor;
  opacity: 1;
  transform: scale(0);
  transform-origin: center;
  transition:
    opacity 300ms,
    transform 300ms;
}
tab-triggers button:hover::after,
tab-triggers button:focus::after {
  opacity: 1;
  transform: translate3d(0, 0.2em, 0);
  transform: scale(1);
}
tab-triggers button[aria-selected='true'] {
  opacity: 1;
  transition: opacity 0.2s ease-in-out;
}
tab-triggers button[aria-selected='true']::after {
  opacity: 1;
  transform: scale(1);
}
[align-items='left'] tab-triggers[full-snap] button {
  scroll-snap-align: start;
}

tab-panel {
  width: 100%;
}

/* ==========================================================================
   #TABLES
   ========================================================================== */
table {
  color: var(--color--text);
  border-spacing: 0;
  width: 100%;
  border-collapse: separate;
  white-space: nowrap;
}

td,
th {
  border: 1px solid transparent;
  /* No more visible border */
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  /* Simple transition for hover effect */
}

th {
  border-bottom: 1px solid var(--color--text-lightest);
  font-weight: normal;
  padding: 12px;
  text-align: left;
}
th:first-child {
  padding-left: 0;
}

thead th,
th {
  font-weight: bold;
}

td {
  border-bottom: 1px solid var(--color--text-lightest);
  color: var(--color--text);
  padding: 12px;
}
td:first-child {
  padding-left: 0;
}

td.td2 {
  text-indent: 18px;
}

@media screen and (max-width: 767px) {
  .responsive-table thead {
    display: none;
  }
  .responsive-table tr {
    display: block;
  }
  .responsive-table tr,
  .responsive-table td {
    float: left;
    clear: both;
    width: 100%;
  }
  .responsive-table th,
  .responsive-table td {
    display: block;
    text-align: right;
    padding: 6px 12px;
    border: 0;
    margin: 0;
    height: auto;
  }
  .responsive-table td::before {
    content: attr(data-label);
    float: left;
    text-align: center;
    font-size: 0.85rem;
    padding-right: 12px;
    margin-top: 6px;
  }
}

/* ==========================================================================
   #LAYOUT SLIDER (extends .o-layout)
   ========================================================================== */
.layout-slider.slick-initialized.o-layout {
  margin: 0;
}

.layout-slider.slick-initialized .o-layout__item {
  padding: 0 9px;
  position: relative;
}

.layout-slider.slick-initialized.o-layout--masonry {
  height: auto !important;
}
.layout-slider.slick-initialized.o-layout--masonry .o-layout__item {
  position: relative !important;
  left: auto !important;
  top: auto !important;
}

.layout-slider.slick-initialized .layout-slider__more {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  text-align: center;
}

.layout-slider.slick-initialized .slick-track {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
}

.layout-slider.slick-initialized .slick-slide {
  height: auto;
}

.layout-slider.slick-initialized .slick-dots {
  position: relative;
  bottom: 0;
  width: 100%;
  text-align: center;
}
.layout-slider.slick-initialized .slick-dots li {
  display: inline-block;
  margin: 0 6px;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: var(--color--text);
  opacity: 0.3;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.layout-slider.slick-initialized .slick-dots li.slick-active,
.layout-slider.slick-initialized .slick-dots li:hover,
.layout-slider.slick-initialized .slick-dots li:focus {
  background: var(--color--text);
  opacity: 1;
}
.layout-slider.slick-initialized .slick-dots li button {
  padding: 0;
  width: 9px;
  height: 9px;
  border-radius: 50%;
}
.layout-slider.slick-initialized .slick-dots li button:before {
  content: none;
}

.o-page-loader {
  display: block;
  position: fixed;
  top: 0px;
  left: 0px;
  right: 0px;
  z-index: 9999;
  transition: opacity 0.2s ease-in-out;
  opacity: 0;
}
.is-loading .o-page-loader {
  opacity: 1;
}
.o-page-loader .o-page-loader__holder {
  position: relative;
  overflow: hidden;
  height: 3px;
  background: var(--color--bg-alpha);
}
.o-page-loader .o-page-loader__line {
  position: absolute;
  top: 0px;
  left: 0px;
  bottom: 0px;
  width: 100%;
  background-color: var(--color--text-light);
  transition: transform 0.2s linear 0s;
  transform-origin: 0px 0px;
}
.o-page-loader .o-page-loader__line--1 {
  animation: 2s cubic-bezier(0.65, 0.815, 0.735, 0.395) 0s infinite normal none
    running line_1;
}
.o-page-loader .o-page-loader__line--2 {
  animation: 2s cubic-bezier(0.165, 0.84, 0.44, 1) 1.1s infinite normal none
    running line_2;
}

@keyframes line_1 {
  0% {
    transform: translateX(-100%) scaleX(35%);
  }
  60% {
    transform: translateX(100%) scaleX(90%);
  }
  100% {
    transform: translateX(100%) scaleX(90%);
  }
}

@keyframes line_2 {
  0% {
    transform: translateX(-100%);
  }
  60% {
    transform: translateX(107%) scaleX(1%);
  }
  100% {
    transform: translateX(107%) scaleX(1%);
  }
}

/* ==========================================================================
   #PAGINATION (uses shopify - "| default_pagination" )
   ========================================================================== */
.pagination {
  text-align: center;
  margin: 24px 0 18px;
}
.pagination .pagination__items {
  display: inline-block;
}
.pagination .page,
.pagination .next,
.pagination .prev {
  width: 42px;
  height: 42px;
  line-height: 42px;
  float: left;
  margin: 0 3px;
  font-size: 12px;
  box-sizing: content-box;
  border-radius: 50%;
}
.pagination .page a,
.pagination .next a,
.pagination .prev a {
  display: block;
  width: 42px;
  height: 42px;
  line-height: 43px;
  color: var(--color--text);
  border-radius: 50%;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  border: 1px solid var(--color--bg);
}
.pagination .page a:hover,
.pagination .next a:hover,
.pagination .prev a:hover {
  text-decoration: none;
  border-color: var(--color--text-lightest);
  opacity: 1;
}
.pagination .page.current,
.pagination .next.current,
.pagination .prev.current {
  font-weight: bold;
  border: 1px solid var(--color--bg);
  background: var(--color--text-bg);
}
.pagination .next,
.pagination .prev {
  position: relative;
}
.pagination .next a::after,
.pagination .prev a::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: transparent;
}
.pagination .deco {
  width: 42px;
  height: 44px;
  line-height: 34px;
  float: left;
  font-size: 20px;
  margin: 0 3px;
}

@media screen and (max-width: 360px) {
  .pagination .page,
  .pagination .next,
  .pagination .prev {
    width: 32px;
    height: 32px;
    line-height: 34px;
  }
  .pagination .page a,
  .pagination .next a,
  .pagination .prev a {
    width: 32px;
    height: 32px;
    line-height: 33px;
  }
  .pagination .deco {
    width: 22px;
    height: 24px;
    line-height: 24px;
    font-size: 18px;
  }
}

/* ==========================================================================
   #REVIEWS (styling for Shopify reviews plugin)
   ========================================================================== */
.spr-starrating.spr-starrating {
  font-size: 1rem;
  line-height: 1.2;
}
.spr-starrating.spr-starrating .underlined-link {
  font-family: var(--font--body);
  font-weight: var(--font--body-weight);
  font-style: var(--font--body-style);
  letter-spacing: 0;
  text-transform: initial;
  font-size: 1rem;
}

.product-featured__block--reviews .spr-starrating.spr-starrating,
.product-single__box__block--review-stars .spr-starrating.spr-starrating {
  font-size: 15px;
  display: inline-block;
  margin-right: 9px;
}

.product-card__reviews .spr-badge-caption {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  height: 1px !important;
  margin: -1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
}

.product-card__reviews .spr-starrating {
  display: inline-block;
}

.product-card__reviews .spr-badge-starrating .spr-icon {
  font-size: 90%;
}

.spr-container a:not(.link) {
  text-decoration: underline;
  font-weight: normal;
}

.spr-container .spr-icon.spr-icon {
  border: none;
  text-decoration: none;
}

.spr-container .spr-form-actions .spr-button {
  margin-top: 12px;
}

/* ==========================================================================
   #IMAGE SKELETON LOADER
   ========================================================================== */
image-skeleton {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  opacity: 1;
  overflow: hidden;
  animation: skeleton-bounce 2s ease-in-out infinite;
  z-index: auto;
}
image-skeleton[loaded] {
  opacity: 0;
  transition: opacity 0.35s ease-in-out;
  animation: none;
}
image-skeleton svg {
  position: absolute;
  top: 0;
  left: 0;
  object-fit: contain;
  width: 100%;
  height: 100%;
}
image-skeleton rect {
  fill: var(--color--text-bg);
}
.no-js image-skeleton {
  display: none;
}

.skeleton-image {
  background-color: var(--color--text-lightest);
  width: 100%;
  opacity: 0.5;
  animation: skeleton-bounce 2s ease-in-out infinite;
  border-radius: 0.5em;
}
.skeleton-image:before {
  content: '';
  display: block;
  width: 100%;
}

.skeleton-image--16\:9:before {
  padding-bottom: 56.25%;
}

.skeleton-image--4\:3:before {
  padding-bottom: 75%;
}

.skeleton-image--1\:1:before {
  padding-bottom: 100%;
}

.skeleton-image--3\:4:before {
  padding-bottom: 133.33%;
}

.skeleton-image--2\:3:before {
  padding-bottom: 150%;
}

.skeleton-text {
  display: inline-block;
  width: 100%;
  background-color: var(--color--text-lightest);
  opacity: 0.5;
  height: 1em;
  animation: skeleton-bounce 2s ease-in-out infinite;
  border-radius: 0.5em;
}

.skeleton-text--inline {
  display: inline-block;
  margin-bottom: 0;
}

.skeleton-text--inverse {
  background-color: var(--color--bg-light);
}

.skeleton-text--small {
  height: 0.75em;
  border-radius: 0.25em;
}

.skeleton-text--1\/2 {
  width: 50%;
}

.skeleton-text--1\/3 {
  width: 33.33333%;
}

.skeleton-text--1\/4 {
  width: 25%;
}

.skeleton-button {
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  width: 100%;
  margin: 0;
  height: auto;
  line-height: 30px;
  padding: 9px 30px;
  background-color: var(--color--text-lightest);
  opacity: 0.5;
  animation: skeleton-bounce 2s ease-in-out infinite;
  border-radius: 0.5em;
}

@keyframes skeleton-bounce {
  from {
    opacity: 1;
  }
  25% {
    opacity: 0.75;
  }
  75% {
    opacity: 0.75;
  }
  to {
    opacity: 1;
  }
}

/* ==========================================================================
   #CUSTOMER ACCOUNT PAGES
   ========================================================================== */
.account__reset-link {
  text-align: right;
}

.account__form-buttons {
  margin-top: 18px;
}
.account__form-buttons .account__form-submit {
  margin-right: 24px;
}
.account__form-buttons .account__form-secondary-btn {
  display: inline-block;
}

.account__guest {
  margin-top: 60px;
}

.account .errors,
.account .success {
  text-align: center;
  font-size: 0.95rem;
  margin-bottom: 24px;
}
.account .errors ul,
.account .success ul {
  list-style: none;
  margin: 0;
}

.account .errors {
  color: #d12328;
}

.account .success {
  color: #00964d;
}

.account__pagination {
  margin-top: 24px;
  margin-bottom: 24px;
}

.account__form--address {
  margin-top: 24px;
}

.account__address {
  margin-top: 24px;
  padding-top: 24px;
  border-top: 1px solid var(--color--text-lightest);
}

.account__address--first {
  border: none;
  padding-top: 0;
}

.account__address-actions a {
  font-family: var(--font--button);
  letter-spacing: var(--font--button-space);
  text-transform: var(--font--button-transform);
  font-size: var(--font--button-size);
  color: var(--color--text);
  margin: 0 12px;
  position: relative;
}

.account__address-actions a:first-child:after {
  content: '';
  width: 4px;
  height: 4px;
  background: var(--color--text-lighter);
  position: absolute;
  right: -16px;
  top: 6px;
  border-radius: 50%;
}

.account--activate .c-btn--full {
  margin-bottom: 12px;
}

.order-table a {
  text-decoration: underline;
}

.order-table tfoot {
  border-top: 1px solid var(--color--text-lighter);
  border-top-style: double;
}

.order-discount--title {
  font-size: 0.9rem;
}

.order-discount__item {
  margin-bottom: 6px;
}

.order-discount {
  color: var(--color--product-sale);
}

@media screen and (max-width: 767px) {
  .account__reset-link {
    text-align: left;
  }
  .account__form-buttons {
    text-align: center;
  }
  .account__form-buttons .account__form-submit {
    width: 100%;
  }
  .account__form-buttons .account__form-secondary-btn {
    margin-top: 12px;
  }
  .account__guest {
    margin-top: 42px;
  }
  .account__pagination {
    margin-top: 0;
  }
}

.action-banner {
  position: relative;
  container-type: inline-size;
  container-name: action_banner;
}

.action-banner__wrapper {
  position: relative;
  display: flex;
  gap: 12px;
  width: 100%;
  align-items: center;
  background-color: var(--color--text-bg);
  padding: 12px;
  padding-left: 18px;
}

.action-banner__content {
  display: flex;
  flex: 1 1 auto;
  gap: 6px;
  align-items: start;
  line-height: 1.5;
  font-size: 1rem;
}
.action-banner__content .icon-selection {
  flex: 0 0 auto;
  width: 20px;
  margin-top: -0.1em;
}

.action-banner__button {
  position: relative;
  border: none;
  appearance: none;
  white-space: nowrap;
}

@container action_banner (max-width: 450px) {
  .action-banner__content {
    font-size: 0.9rem;
  }
  .action-banner__content .icon-selection {
    width: 18px;
  }
  .action-banner__button {
    padding: 6px clamp(12px, 3.5vw, 30px);
  }
}

@supports (font-size: 1cqi) {
  .action-banner__content {
    font-size: clamp(0.9rem, 3cqi, 1.1rem);
  }
  .action-banner__content .icon-selection {
    width: clamp(15px, 4.5cqi, 21px);
  }
  .action-banner__button {
    padding: 6px clamp(12px, 4.5cqi, 30px);
  }
}

/* ==========================================================================
   #ARTICLE
   ========================================================================== */
.article--no-img .article__blocks {
  margin-top: 0;
}

.article__featured-media {
  overflow: hidden;
  position: relative;
  height: 490px;
  width: 100%;
  background-color: var(--color--bg-light);
}

.article__featured-media__img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.article__container {
  max-width: 840px;
}

.article__blocks {
  margin-top: -70px;
  background: var(--color--bg);
  position: relative;
  padding: 12px 60px 18px;
}

.article__block {
  margin-top: 18px;
  margin-bottom: 18px;
}

.article__title {
  position: relative;
}

.article__title .section__title {
  margin-bottom: 0px;
}

.article__title .section__title-text {
  font-size: calc((var(--font--size-h1) / var(--font--size-base)) * 1.1rem);
  line-height: 1.3em;
}

.article__block--date {
  text-align: center;
}

.article__date.article__date {
  position: relative;
  width: auto;
  top: 0;
  left: 0;
  right: 0;
  display: inline-block;
  background-color: var(--color--brand);
}

.article__meta-wrapper {
  overflow: hidden;
}

.article__meta {
  overflow: hidden;
}

.article__meta-author {
  float: left;
}

.article__meta-author__text {
  margin: 0;
  color: var(--color--alt-text);
}

.article__date-text {
  margin: 0;
  color: var(--color--text-light);
}

.article__meta-share {
  float: right;
}

.article__share-items {
  margin: 0;
}

.article__share-item {
  display: inline-block;
  margin: 3px 6px;
  font-size: 12px;
  width: 18px;
  height: 18px;
  line-height: 18px;
}

.article__share-link {
  color: var(--color--alt-text);
}
.article__share-link:hover {
  opacity: 1;
  color: var(--color--text);
}

.article__tags {
  width: 100%;
  overflow: hidden;
  margin: 0 auto;
  text-align: center;
  max-width: 440px;
}

.article__tags-items {
  margin: 0;
}

.article__tags-item {
  display: inline-block;
  color: var(--color--alt-text);
  font-family: var(--font--button);
  letter-spacing: var(--font--button-space);
  text-transform: var(--font--button-transform);
  font-size: calc((var(--font--button-size) / var(--font--size-base)) * 0.9rem);
  font-weight: var(--font--button-weight);
  font-style: var(--font--button-style);
}
.article__tags-item a {
  color: var(--color--alt-text);
}

.article-paginate {
  margin-bottom: 60px;
  overflow: hidden;
  position: relative;
}

.article-paginate__wrapper {
  width: 88px;
  margin: 0 auto;
}

.article-paginate__item {
  float: left;
  margin: 0 1px;
}

.article-paginate__item--disabled {
  opacity: 0.6;
  cursor: not-allowed;
}

.article-paginate__link {
  display: block;
  width: 42px;
  height: 42px;
  line-height: 44px;
  text-align: center;
  background: var(--color--brand);
  color: var(--color--btn);
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.article-paginate__link:hover {
  text-decoration: none;
  opacity: 1;
  background-color: var(--color--brand-dark);
}

.article-comments {
  background: var(--color--bg);
  border-top: 1px solid var(--color--text-lightest);
  padding: 42px 0;
  margin-top: -20px;
}

.article-comments--mt {
  margin-top: 24px;
}

.article-comments__title {
  text-transform: var(--font--title-transform);
  margin-bottom: 24px;
}

.article-comments__note.form-success {
  margin-bottom: 18px;
  color: #00964d;
}

.article-comments__item {
  position: relative;
  padding-bottom: 18px;
  margin-bottom: 18px;
}
.article-comments__item:after {
  content: '';
  width: 66px;
  height: 1px;
  background: var(--color--text-light);
  display: block;
  position: absolute;
  bottom: 0px;
  left: 0;
}
.article-comments__item:last-child:after {
  content: none;
}

.article-comments__form .o-layout {
  margin-bottom: 24px;
}

.article-comments__content {
  margin-bottom: 12px;
}

.article-comments__meta-item {
  font-weight: bold;
  display: inline-block;
  position: relative;
}
.article-comments__meta-item:last-child {
  font-weight: normal;
  margin-left: 9px;
  padding-left: 9px;
}
.article-comments__meta-item:last-child:before {
  content: '';
  width: 3px;
  height: 3px;
  background: var(--color--alt-text);
  display: block;
  position: absolute;
  top: 50%;
  left: -4px;
  border-radius: 50%;
}

.article-form {
  border-top: 1px solid #bbb;
  padding-top: 24px;
}

.article-form--first {
  padding-top: 12px;
  border-top: none;
}

.article-form__title {
  text-transform: var(--font--title-transform);
  margin-bottom: 12px;
}

.article-form__fine-print {
  text-align: center;
  margin-bottom: 18px;
  opacity: 0.8;
}

.article-comments__pagination {
  margin-bottom: 24px;
}

@media screen and (max-width: 980px) {
  .article__blocks {
    margin-top: 0;
    padding: 0;
    padding-top: 12px;
  }
  .article__title {
    margin: 0;
  }
  .article__title .section__title {
    padding: 0;
  }
  .article__title .section__title-text {
    padding: 0;
    font-size: calc((var(--font--size-h1) / var(--font--size-base)) * 1rem);
    line-height: 1.2em;
  }
}

@media screen and (max-width: 767px) {
  .article__meta {
    text-align: left;
  }
  .article-comments {
    padding: 30px 0;
  }
  .article__featured-media {
    height: 340px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
  }
}

@media screen and (max-width: 560px) {
  .article__featured-media {
    height: 240px;
  }
}

/* ==========================================================================
   #BASE STYLING (REST)
   ========================================================================== */
body:not(.template-index) .main,
body:not(.template-index) #shopify-section-footer,
body:not(.template-index) .password-footer,
body:not(.template-index) .giftcard-wrapper,
.header-trigger {
  opacity: 1;
}

/* ==========================================================================
   #BLOG
   ========================================================================== */
.blog-link {
  display: block;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.blog-link:hover {
  opacity: 0.9;
}

.blog__media-wrapper {
  background: var(--color--bg);
}

.blog {
  position: relative;
  margin-bottom: 24px;
  color: var(--color--text);
}

.blog--no-image .blog__details {
  margin-top: 0;
  width: 100%;
  left: 0;
}

.blog--no-date .blog__title {
  padding-right: 0;
}

.blog__media {
  position: relative;
  overflow: hidden;
  background: var(--color--bg-dark);
}

.blog__img {
  position: relative;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.blog__date {
  position: absolute;
  z-index: 3;
  top: 12px;
  right: -6px;
  margin-bottom: 0;
  text-align: center;
}

.blog__date--position_left {
  right: auto;
  left: -6px;
}

.blog__date--inline {
  position: relative;
  right: 0;
  left: 0;
  top: 0;
  margin-bottom: 3px;
  display: inline-block;
  background-color: var(--color--brand);
}

.blog__details {
  background: var(--color--bg);
  width: 100%;
  padding: 16px;
  position: relative;
}

.blog__title {
  text-transform: var(--font--title-transform);
  margin: 0 0 24px;
  line-height: 120%;
  font-size: 16px;
}

.blog__text-link {
  text-decoration: underline;
  margin: 0;
  font-size: 12px;
  font-weight: 600;
  line-height: 14.5px;
}

.blog__author {
  margin: 0 0 9px;
}

.blog__text {
  margin: 0;
}

.blog__meta {
  /* margin-top: 6px;
  margin-left: -3px; */
}

.blog__meta__item {
  display: inline-block;
  margin-right: 6px;
  position: relative;
  font-family: var(--font--button);
  letter-spacing: var(--font--button-space);
  text-transform: var(--font--button-transform);
  font-size: calc((var(--font--button-size) / var(--font--size-base)) * 0.8rem);
  font-weight: var(--font--button-weight);
  font-style: var(--font--button-style);
}

.blog__meta-comment__icon {
  position: absolute;
  top: 0;
  font-size: 24px;
  color: var(--color--brand);
  line-height: 0;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.blog__meta-comment__link {
  color: var(--color--btn);
  position: relative;
  font-size: 9px;
  display: block;
  width: 24px;
  text-align: center;
  height: 24px;
  line-height: 22px;
  top: -2px;
}
.blog__meta-comment__link:hover {
  text-decoration: none;
}
.blog__meta-comment__link:hover .blog__meta-comment__icon {
  color: var(--color--brand-dark);
}

.blog__meta-comment__link-text {
  position: relative;
}

.blog__meta-tags {
  color: var(--color--alt-text);
}

.blog__meta-tags__link {
  color: var(--color--alt-text);
  margin-right: 3px;
  margin-left: 3px;
}

.blog-page__title-rss {
  position: relative;
  font-size: 0.75em;
  margin-left: 3px;
  top: -1px;
}

.blog-page__title-rss__link {
  color: var(--color--text-light);
}

.blog-page__list {
  padding-bottom: 6px;
}
.blog-page__list .blog__details {
  border-color: var(--color--bg);
}

.blog-page__list--no-bg .blog__details {
  border-color: var(--color--text-lightest);
}

.blog-pagination {
  position: relative;
  margin-bottom: 18px;
}

.blog-page__tags {
  margin-bottom: 24px;
}

.blog-page__tags-btn {
  text-align: center;
  margin-bottom: 9px;
  margin-top: 0;
}

.blog-page__tags-btn-link.js-active:after {
  content: '\e914';
}

.blog-page__tags-items {
  text-align: center;
}

.blog-page__tags-items--box {
  background: var(--color--bg-dark);
  padding: 0;
}

.blog-page__tags-items--box.js-toggle-target {
  height: 0;
  -webkit-transition: 0s;
  -moz-transition: 0s;
  transition: 0s;
}

.blog-page__tags-items--box.js-active {
  height: auto;
  padding: 12px;
  -webkit-transition:
    opacity 0.3s ease,
    -webkit-transform 0.3s ease;
  -moz-transition:
    opacity 0.3s ease,
    -moz-transform 0.3s ease;
  transition:
    opacity 0.3s ease,
    transform 0.3s ease;
}

.blog-page__tags-item {
  display: inline-block;
  margin: 3px;
}
.blog-page__tags-item a {
  display: block;
  padding: 3px 18px;
  color: var(--color--text);
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.blog-page__tags-item a:hover {
  opacity: 1;
  text-decoration: none;
  background: var(--color--text-lightest);
}

.blog-page__tags-item--active {
  padding: 3px 12px;
  background: var(--color--bg-dark);
}

.blog-section {
  padding-top: 30px;
}

@media screen and (max-width: 980px) {
  .blog--no-date .blog__title {
    margin-top: 0;
  }
  .blog__title {
    padding: 0;
    line-height: 120%;
    font-size: 16px !important;
    font-weight: 500;
  }
  .blog-page__featured {
    margin-bottom: 42px;
  }
  .blog-page__featured .blog {
    display: block;
  }
  .blog-page__featured .blog--no-image {
    margin-bottom: 0;
  }
  .blog-page__featured .blog__media-wrapper {
    width: 100%;
  }
  .blog-page__featured .blog__details {
    width: 90%;
    left: 5%;
    margin: -72px auto 0;
    float: none;
    max-width: 700px;
  }
}

@media screen and (max-width: 767px) {
  .blog {
    margin-bottom: 24px;
  }
  .blog-page__featured {
    margin-bottom: 30px;
  }
  .blog-page__featured .blog__details {
    width: 100%;
    left: 0;
    margin-top: 0;
    border-bottom: 1px solid #e4e4e4;
  }
  .blog-page__featured .blog--no-image .blog__details {
    padding: 24px;
  }
}

@media screen and (min-width: 981px) {
  .blog__details--large {
    width: 85%;
  }
  .blog__details--full {
    width: 65%;
  }
}

.breadcrumb {
  position: relative;
  margin-bottom: 30px;
}
@media screen and (max-width: 980px) {
  .breadcrumb {
    margin-bottom: 18px;
  }
}

.breadcrumb__items {
  font-size: 12px;
  margin: 0;
}
@media screen and (min-width: 1024px) {
  .breadcrumb__items {
    font-size: 14px;
  }
}

.breadcrumb__item {
  font-family: var(--font--body);
  font-weight: 500;
  font-style: var(--font--body-style);
  line-height: 1.25;
  letter-spacing: normal;
  color: var(--color--text);
}
.breadcrumb__item:after {
  content: '\e913';
  font-family: 'sb-icons';
  font-size: 0.6rem;
  margin-left: 9px;
  margin-right: 9px;
  line-height: 1;
  height: 10px;
  display: inline-block;
  position: relative;
  opacity: 0.7;
}
.breadcrumb__item:last-child {
  margin-right: 0;
}
.breadcrumb__item:last-child:after {
  content: none;
}

.breadcrumb__link {
  color: var(--color--text);
  opacity: 1;
}
.breadcrumb__link:hover {
  opacity: 0.7;
}

.breadcrumb__link--current:hover {
  opacity: 1;
}

/* ==========================================================================
   #CART PAGE AND DRAWER
   ========================================================================== */
.cart__content .free-shipping-bar {
  margin-bottom: 30px;
}

.cart {
  display: block;
  position: relative;
}

.cart__contents {
  position: relative;
  display: flex;
  flex-direction: column;
  /* gap: 30px; */
}

.cart__items {
  position: relative;
  display: block;
}

.cart-item {
  position: relative;
  display: grid;
  grid-template-areas:
    'media details'
    'subscription subscription';
  grid-template-columns: 80px minmax(0, 1fr);
  column-gap: 8px;
  row-gap: 0;
  padding: 12px;
  background: var(--color--bg);
  border: 1px solid #d1d5db;
  border-radius: 12px;
  overflow: hidden;
  align-items: start;
  justify-items: stretch;
}
.cart-item.cart-item--media-ratio-4\:3,
.cart-item.cart-item--media-ratio-16\:9,
.cart-item.cart-item--media-ratio-2\:3,
.cart-item.cart-item--media-ratio-3\:4 {
  grid-template-columns: 80px minmax(0, 1fr);
}
.cart-item:not(:last-of-type) {
  margin-bottom: 12px;
}
.cart-item .price {
  text-align: left;
  color: var(--color--text);
  font-family: var(--font--body);
  font-weight: 500;
  font-style: var(--font--body-style);
  font-size: 18px;
  line-height: 1.25;
}
.cart-item .unit-price {
  display: block;
  font-size: 0.9rem;
  line-height: 21px;
  color: var(--color--text-light);
}
.cart-item .price--original {
  display: block;
  text-decoration: line-through;
  color: var(--color--text-lighter);
  font-size: 14px;
  line-height: 1.25;
}
.cart-item .gift-wrapping-message {
  display: block;
  position: relative;
  border-radius: 3px;
  color: var(--color--text-light);
  background-color: var(--color--text-bg);
  min-width: 0;
  width: 100%;
  max-width: 100%;
}
.cart-item .gift-wrapping-message summary {
  padding: 6px;
  padding-right: 24px;
  font-size: 0.9rem;
  color: var(--color--text-light);
}
.cart-item .gift-wrapping-message summary summary-icon {
  right: 3px;
  color: var(--color--text-light);
}
.cart-item .gift-wrapping-message details {
  border-bottom: 0 none;
}
.cart-item .gift-wrapping-message details-content {
  padding: 0 6px 6px;
}
.cart-item .gift-wrapping-message__label {
  display: flex;
  align-items: center;
  gap: 6px;
  line-height: 1.3rem;
  min-width: 0;
  font-size: 0.9rem;
  cursor: pointer;
}
.cart-item .gift-wrapping-message__icon {
  flex: 0 0 auto;
  position: relative;
  display: inline-block;
  width: 18px;
  height: 18px;
}
.cart-item .gift-wrapping-message__input {
  margin-bottom: 0;
  min-height: 80px;
  border: 0 none;
}

.discounts {
  list-style: none;
  margin: 0;
  padding: 0;
}
.discounts .discount {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 4px 8px;
  border-radius: 4px;
  background: #f3ffe8;
  color: #003722;
  font-family: var(--font--body);
  font-weight: 500;
  font-size: 14px;
  line-height: 1.25;
  width: auto;
}
.discounts .discount:not(:last-of-type) {
  margin-bottom: 6px;
}
.discounts .discount__icon {
  flex: 0 0 auto;
  position: relative;
  display: inline-block;
  width: 16px;
  height: 16px;
}
.discounts .discount__title {
  flex: 0 1 auto;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  min-width: 0;
  text-align: left;
}
.discounts .discount__amount {
  display: none;
}

cart-item-default-property,
cart-item-properties,
cart-item-selling-plan-allocation,
cart-item-vendor,
cart-item-sku,
cart-item-unit-price {
  display: block;
  position: relative;
  line-height: 18px;
}

cart-item-properties {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}

.cart-item__errors {
  flex: 1 1 100%;
  display: none;
  justify-self: center;
}
.cart-item__errors .errors {
  margin: 0;
  color: #d12328;
  text-align: center;
  background: #ffebe8;
  padding: 6px;
  border-radius: 3px;
  line-height: 1.3;
}
.has-errors .cart-item__errors {
  display: block;
}

.cart-item__media {
  grid-area: media;
  align-self: start;
  width: 80px;
  height: 80px;
  border-radius: 6px;
  overflow: hidden;
  background: var(--color--product-bg);
}
.cart-item__media > a,
.cart-item__media > div {
  display: block;
  width: 100%;
  height: 100%;
  padding: 0 !important;
}

.cart-item__image {
  background: transparent;
  position: absolute;
  inset: 0;
  height: 100%;
  width: 100%;
  display: block;
  margin: 0;
  border-radius: 0;
  transition: all 0.3s ease;
}

.cart-item--media-fit .cart-item__image {
  object-fit: contain;
}

.cart-item--media-crop .cart-item__image {
  object-fit: cover;
}

.cart-item__header {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.cart-item__details {
  grid-area: details;
  display: flex;
  flex-direction: column;
  gap: 12px;
  width: 100%;
  min-width: 0;
}
.cart-item__top-row {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 8px;
  width: 100%;
}
.cart-item__title-block {
  flex: 1 1 auto;
  min-width: 0;
}
.cart-item__price-qty-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  width: 100%;
}
.cart-item__price-qty-row .cart-item__price {
  flex: 1 1 auto;
}
.cart-item__price-qty-row .cart-item__qty {
  flex: 0 0 auto;
  width: auto;
}
.cart-item__discount-row {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px;
  width: 100%;
}
.cart-item__savings {
  font-family: var(--font--body);
  font-weight: 600;
  font-size: 14px;
  line-height: 1.25;
  color: #d72b27;
  white-space: nowrap;
}
.cart-item__details > *:empty {
  display: none;
}

.cart-item__vendor {
  padding-bottom: 0.25rem;
}

.cart-item__heading {
  color: var(--color--text);
  text-transform: none;
  margin: 0;
  font-family: var(--font--body);
  font-weight: 600;
  font-size: 14px;
  line-height: 1.25;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.cart-item__variant {
  display: block;
  font-family: var(--font--body);
  font-weight: 500;
  font-size: 12px;
  line-height: 1.25;
  color: var(--color--text);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.cart-item__variant:empty {
  display: none;
}

.cart-item__price {
  position: relative;
  display: flex;
  align-items: center;
  gap: 8px;
  justify-self: start;
  margin: 0;
}
.cart-item__price .theme-spinner {
  width: 18px;
  height: 18px;
}
.cart-item__price .theme-spinner .theme-spinner__border {
  border-width: 1px;
  border-color: var(--color--text) transparent transparent transparent;
}

.cart-item__micro-copy {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}
.cart-item__micro-copy > *:empty {
  display: none;
}
.cart-item__micro-copy:not(:has(> *:not(:empty))) {
  display: none;
}

.cart-item__meta {
  font-size: 0.9rem;
  margin: 0;
  line-height: 1.5;
  color: var(--color--text-light);
}

.cart-item__remove {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  padding: 0;
  border: 0;
  background: transparent;
  color: #003722;
  cursor: pointer;
  text-decoration: none;
}
.cart-item__remove svg {
  width: 20px;
  height: 20px;
}

.cart-item__qty {
  display: flex;
  gap: 0;
  align-items: center;
  justify-content: flex-end;
  width: auto;
}
.cart-item__qty quantity-input {
  display: inline-flex;
  align-items: center;
  background: var(--color--bg);
  border: 1px solid #d1d5db;
  border-radius: 6px;
  gap: 4px;
  padding: 0;
}
.cart-item__qty quantity-input button {
  width: 32px;
  height: 32px;
  padding: 8px;
  background: transparent;
  border: 0;
  font-size: 0.865rem;
}
.cart-item__qty quantity-input input[type='number'] {
  width: auto;
  min-width: 20px;
  height: 32px;
  padding: 0 4px;
  border: 0;
  background: transparent;
  font-family: var(--font--body);
  font-weight: 600;
  font-size: 16px;
  color: var(--color--text);
  text-align: center;
  -moz-appearance: textfield;
}
.cart-item__qty quantity-input input[type='number']::-webkit-inner-spin-button,
.cart-item__qty quantity-input input[type='number']::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.cart-item__qty quantity-input button span {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  line-height: 0;
}

.cart-item__discounts {
  width: 100%;
}

.cart-item__qty-display {
  display: inline-block;
  text-align: center;
  border: 1px solid var(--color--text-lightest);
  font-size: 0.865rem;
  width: 2.375rem;
}
@media screen and (min-width: 561px) {
  .cart-item__qty-display {
    font-size: 0.9rem;
    width: 2.5rem;
  }
}

.cart-item__discounts {
  grid-area: discounts;
  display: none;
  max-width: 100%;
}
.has-discounts .cart-item__discounts {
  display: block;
}

.cart-item__subscription {
  grid-area: subscription;
  margin: 16px -12px -12px;
  padding: 12px;
  background: #f3ffe8;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  width: calc(100% + 24px);
}
.cart-item__subscription-info {
  display: flex;
  flex-direction: column;
  gap: 2px;
  min-width: 0;
  color: #003722;
}
.cart-item__subscription-label {
  font-family: var(--font--body);
  font-weight: 600;
  font-size: 18px;
  line-height: 1.25;
  margin: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.cart-item__subscription-frequency {
  font-family: var(--font--body);
  font-weight: 500;
  font-size: 14px;
  line-height: 1.25;
  margin: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.cart-item__subscription-edit {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px 16px;
  border-radius: 28px;
  border: 0;
  background: transparent;
  color: #003722;
  cursor: pointer;
}
.cart-item__subscription-edit:hover,
.cart-item__subscription-edit:focus-visible {
  background: rgba(0, 55, 34, 0.08);
}
.cart-item__subscription-edit svg {
  width: 20px;
  height: 20px;
}

/* Subscription popup */
.subscription-popup {
  background: #fff;
  padding: 0;
  max-width: 512px;
  width: calc(100% - 32px);
  border: 0;
  border-radius: 8px;
  overflow: visible;
  position: fixed;
  /* Sit above the cart drawer (z-index ~9999) and any other floating UI
     in the theme. Required when the dialog is opened via the `open`
     attribute fallback (no top-layer) — without this it can render
     beneath the drawer and become unclickable. */
  z-index: 2147483647;
  inset: 0;
  margin: auto;
}
.subscription-popup[open] {
  display: block;
  background: #fff !important;
}
.subscription-popup::backdrop {
  background: rgba(0, 0, 0, 0.5);
}
.subscription-popup__form {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 16px;
}
.subscription-popup__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}
.subscription-popup__title {
  font-family: var(--font--body);
  font-weight: 600;
  font-size: 16px;
  line-height: 1.25;
  color: #003722;
  margin: 0;
}
.subscription-popup__close {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border: 0;
  background: transparent;
  color: #003722;
  cursor: pointer;
  padding: 0;
}
.subscription-popup__card {
  border: 1px solid #d1d5db;
  border-radius: 6px;
  padding: 14px;
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.subscription-popup__top-row {
  display: flex;
  align-items: center;
  gap: 6px;
  flex-wrap: nowrap;
  min-width: 0;
}
.subscription-popup__radio {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}
.subscription-popup__radio-visual {
  flex: 0 0 auto;
  width: 20px;
  height: 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.subscription-popup__radio-visual::before {
  content: '';
  width: 16px;
  height: 16px;
  border-radius: 50%;
  border: 5px solid #003722;
  background: #fff;
  box-shadow: inset 0 0 0 2px #fff;
}
.subscription-popup__option-title {
  font-family: var(--font--body);
  font-weight: 700;
  font-size: 18px;
  line-height: 1.2;
  color: #003722;
  margin-right: 0;
  white-space: nowrap;
}
.subscription-popup__discount-badge {
  flex: 0 0 auto;
  background: linear-gradient(90deg, rgba(251, 176, 176, 0.4) 0, rgba(251, 220, 218, 0.4) 67%, rgba(255, 255, 255, 0.4) 86.5%);
  color: #d72b27;
  font-family: var(--font--body);
  font-weight: 600;
  font-size: 10px;
  line-height: 1.25;
  padding: 3px 5px;
  border-radius: 6px;
  white-space: nowrap;
}
.subscription-popup__price-row {
  margin-left: auto;
  display: flex;
  gap: 8px;
  align-items: baseline;
  white-space: nowrap;
}
.subscription-popup__price-current {
  font-family: var(--font--body);
  font-weight: 600;
  font-size: 18px;
  line-height: 1.2;
  color: #003722;
}
.subscription-popup__price-compare {
  font-family: var(--font--body);
  font-weight: 500;
  font-size: 16px;
  line-height: 1.25;
  color: #9ca3af;
  text-decoration: line-through;
}
.subscription-popup__price-row {
  white-space: nowrap;
  flex-shrink: 0;
}

/* Mobile: scale all fonts down for narrow phone viewports so the content
   reads comfortably without overflowing the bottom-sheet. */
@media (max-width: 640px) {
  .subscription-popup { border-radius: 8px 8px 0 0 !important; }
  .subscription-popup__title { font-size: 16px !important; }
  .subscription-popup__option-title { font-size: 18px !important; }
  .subscription-popup__price-current { font-size: 18px !important; }
  .subscription-popup__price-compare { font-size: 16px !important; }
  .subscription-popup__discount-badge { font-size: 10px !important; padding: 3px 5px; }
  .subscription-popup__top-row { gap: 6px; }
  .subscription-popup__form { padding: 16px; gap: 12px; }
  .subscription-popup__card { padding: 14px; gap: 24px; }
  .subscription-popup__benefit { font-size: 14px !important; }
  .subscription-popup__chip { padding: 11px 4px !important; font-size: 14px !important; border-radius: 10px; }
  .subscription-popup__chip.is-selected { padding: 10.5px 3.5px !important; }
  .subscription-popup__frequency-options { gap: 6px; }
  .subscription-popup__benefit svg { width: 18px; height: 18px; }
  .subscription-popup__radio-visual { width: 20px; height: 20px; }
  .subscription-popup__radio-visual::before { width: 16px; height: 16px; border-width: 5px; }
  .subscription-popup__learn-more { font-size: 14px !important; }
  .subscription-popup__frequency-label { font-size: 14px !important; }
}
.subscription-popup__benefits {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 6px;
  width: 100%;
}
.subscription-popup__benefit {
  display: flex;
  gap: 12px;
  align-items: center;
  font-family: var(--font--body);
  font-weight: 500;
  font-size: 14px;
  line-height: 1.25;
  color: #003722;
}
.subscription-popup__benefit .icon--check-circle {
  flex: 0 0 auto;
  color: #1f9d55;
}
.subscription-popup__frequency {
  display: flex;
  flex-direction: column;
  gap: 12px;
  width: 100%;
}
.subscription-popup__frequency-label {
  font-family: var(--font--body);
  font-weight: 500;
  font-size: 14px;
  line-height: 1.25;
  color: #003722;
  margin: 0;
}
.subscription-popup__frequency-options {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 6px;
}
.subscription-popup__chip {
  background: #fff;
  border: 1.5px solid #d1d5db;
  border-radius: 10px;
  padding: 11px 4px;
  font-family: var(--font--body);
  font-weight: 700;
  font-size: 14px;
  line-height: 1;
  color: #003722;
  cursor: pointer;
  white-space: nowrap;
  letter-spacing: 0.02em;
  text-align: center;
  width: 100%;
  transition: background 0.15s, border-color 0.15s;
}
.subscription-popup__chip.is-selected {
  background: #f3ffe8;
  border-color: #1c9c2c;
  border-width: 2px;
  padding: 10.5px 3.5px; /* keep size constant when border thickens */
}
.subscription-popup__learn-more {
  align-self: flex-start;
  font-family: var(--font--body);
  font-weight: 500;
  font-size: 14px;
  line-height: 1.25;
  color: #003722;
  text-decoration: underline;
  background: transparent;
  border: 0;
  padding: 0;
  margin: 0;
  cursor: pointer;
  appearance: none;
  -webkit-appearance: none;
}
.subscription-popup__learn-more:hover,
.subscription-popup__learn-more:focus {
  background: transparent;
  text-decoration: underline;
}
.subscription-popup__submit {
  display: none !important;
  background: #003722;
  border: 1px solid #003722;
  border-radius: 99px;
  padding: 14px 12px;
  font-family: var(--font--body);
  font-weight: 700;
  font-size: 16px;
  line-height: 1.25;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  cursor: pointer;
  width: 100%;
}
.subscription-popup__submit[disabled] {
  opacity: 0.6;
  cursor: not-allowed;
}

.subscription-popup__loader {
  position: absolute;
  inset: 0;
  display: none;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.75);
  border-radius: 16px;
  z-index: 5;
}
.subscription-popup.is-loading .subscription-popup__loader {
  display: flex;
}
.subscription-popup__spinner {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  border: 3px solid rgba(0, 55, 34, 0.2);
  border-top-color: #003722;
  animation: subscription-popup-spin 0.7s linear infinite;
}
@keyframes subscription-popup-spin {
  to { transform: rotate(360deg); }
}
@media (prefers-reduced-motion: reduce) {
  .subscription-popup__spinner {
    animation-duration: 2s;
  }
}
@media (max-width: 600px) {
  .subscription-popup {
    position: fixed;
    inset: auto 0 0 0;
    top: auto;
    margin: 0;
    max-width: 100%;
    width: 100%;
    max-height: 90vh;
    overflow-y: auto;
    border-radius: 16px 16px 0 0;
  }
}

.cart__details {
  grid-template-rows: auto auto;
  /* display: grid; */
  display: none;
  margin-bottom: 12px;
}

cart-textarea {
  display: block;
  position: relative;
}
cart-textarea textarea {
  margin-bottom: 0;
}
cart-textarea cart-textarea-status {
  position: absolute;
  bottom: 0.5rem;
  right: 0.5rem;
  width: 18px;
  height: 18px;
  opacity: 0.5;
}
cart-textarea cart-textarea-status .theme-spinner {
  width: 18px;
  height: 18px;
}
cart-textarea cart-textarea-status .theme-spinner .theme-spinner__border {
  border-color: var(--color--text) transparent transparent transparent;
}
cart-textarea cart-textarea-status .is-saved {
  font-family: monospace;
  width: 18px;
  height: 18px;
  background-color: var(--color--text);
  border-radius: 50%;
  line-height: 18px;
  color: var(--color--bg);
  text-align: center;
  font-size: 14px;
  animation: animateCheckmark 5000ms ease;
  animation-fill-mode: forwards;
}

.cart__note {
  position: relative;
}
.cart__note .note__label {
  display: block;
  margin-bottom: 6px;
  color: var(--color--text);
  font-size: 0.9rem;
}
.cart__note .note__content {
  padding-bottom: 0;
}
.cart__note .note__input {
  background: transparent;
  min-height: 80px;
  margin-bottom: 0;
}
.cart__note summary-content {
  position: relative;
  display: inline-block;
  cursor: pointer;
}
.cart__note cart-note-content {
  position: relative;
  display: block;
}
.cart__note cart-note-status {
  position: absolute;
  bottom: calc(0.5rem + 12px);
  right: 0.5rem;
  width: 18px;
  height: 18px;
  opacity: 0.5;
}
.cart__note cart-note-status .theme-spinner {
  width: 18px;
  height: 18px;
}
.cart__note cart-note-status .theme-spinner .theme-spinner__border {
  border-color: var(--color--text) transparent transparent transparent;
}
.cart__note cart-note-status .is-saved {
  font-family: monospace;
  width: 18px;
  height: 18px;
  background-color: var(--color--text);
  border-radius: 50%;
  line-height: 18px;
  color: var(--color--bg);
  text-align: center;
  font-size: 14px;
  animation: animateCheckmark 5000ms ease;
  animation-fill-mode: forwards;
}

.cart__order-details {
  display: flex;
  flex-direction: column;
  gap: 12px;
  min-width: 0;
  text-align: right;
  margin-top: 12px;
}

.cart__label {
  font-size: 1.5rem;
  line-height: 60px;
  border-bottom: 1px solid var(--color--text-lightest);
}

.cart__total {
  display: flex;
  justify-content: space-between;
  font-size: 1.25rem;
  margin: 0;
  color: var(--color--text);
  line-height: 1.5;
  font-family: var(--font--body);
  font-weight: var(--font--body-weight);
  font-style: var(--font--body-style);
}

.cart__message {
  text-align: left;
  font-size: 0.9rem;
  margin: -0.25em 0;
  line-height: 1.5;
  color: var(--color--text-light);
}

.cart-terms {
  position: relative;
  display: block;
  line-height: 1.7;
  text-align: center;
  margin-top: 12px;
}

.cart-terms__content {
  position: relative;
  display: inline-block;
  margin: 0 auto;
}

.cart-terms__input {
  float: none;
  margin-right: 6px;
}
.cart-terms__input:hover {
  background-color: var(--color--text-light);
}

.cart-terms__label {
  font-size: 0.9rem;
  line-height: 1.4rem;
  display: inline;
  float: none;
  cursor: pointer;
}
.cart-terms__label > * {
  display: inline;
}

.cart-terms__error {
  position: absolute;
  top: -9px;
  left: 0;
  background: #d12328;
  color: #fff;
  padding: 3px 12px;
  margin-left: -15px;
  max-width: 300px;
  text-align: left;
  opacity: 0;
  visibility: hidden;
  -ms-transform: translateY(10px);
  -webkit-transform: translateY(10px);
  transform: translateY(10px);
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.cart-terms__error.is-active {
  opacity: 1;
  visibility: visible;
  -ms-transform: translateY(-100%);
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
}
.cart-terms__error:after {
  content: '';
  position: absolute;
  left: 17px;
  top: 100%;
  width: 0;
  height: 0;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-top: 9px solid #d12328;
  clear: both;
}

.cart__icons .payment-icon {
  width: 2.25rem;
}

cart-discounts {
  display: none;
}
.has-cart-discounts cart-discounts {
  display: block;
}

.cart__buttons:not(.cart__buttons--terms):not(.cart__buttons--payment-icons) {
  padding-bottom: 6px;
}
@media screen and (min-width: 768px) {
  .cart--page
    .cart__buttons:not(.cart__buttons--terms):not(
      .cart__buttons--payment-icons
    ) {
    padding-bottom: 12px;
  }
}

.cart__form {
  overflow: initial;
}
.cart__buttons--view-cart .cart__form {
  display: grid;
  grid-template-columns: minmax(min-content, 1fr) minmax(min-content, 1fr);
  grid-template-areas: 'view-cart checkout';
  gap: 6px 12px;
}
.cart__buttons--view-cart .cart__form .cart-terms {
  margin-top: 0;
}
.cart__form .additional-checkout-buttons {
  grid-area: additional-checkout-buttons;
  margin-top: 0;
}
.cart__form .additional-checkout-buttons [data-shopify-buttoncontainer] {
  display: none;
  justify-content: center;
  margin-top: 12px !important;
}
.cart__buttons--view-cart.cart__buttons--additional-checkout-buttons
  .cart__form {
  grid-template-areas: 'view-cart                   checkout' 'additional-checkout-buttons additional-checkout-buttons';
}
.cart__buttons--view-cart.cart__buttons--additional-checkout-buttons
  .cart__form
  .additional-checkout-buttons {
  margin-top: 0;
}
.cart__buttons--view-cart.cart__buttons--terms .cart__form {
  grid-template-areas: 'view-cart checkout' 'terms     terms';
}
.cart__buttons--view-cart.cart__buttons--terms.cart__buttons--additional-checkout-buttons
  .cart__form {
  grid-template-areas: 'view-cart checkout' 'additional-checkout-buttons additional-checkout-buttons' 'terms     terms';
}
.cart__buttons--view-cart.cart__buttons--terms.cart__buttons--additional-checkout-buttons
  .cart__form
  .additional-checkout-buttons {
  margin-top: 0;
}

.cart__view {
  grid-area: view-cart;
  white-space: nowrap;
  padding: 9px 18px;
}

.cart__checkout {
  grid-area: checkout;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 6px;
  white-space: nowrap;
  padding: 9px 18px;
}
.cart__checkout .icon-selection {
  width: 1.4em;
  height: 1.4em;
  margin-top: -0.3em;
  margin-right: 3px;
}
.cart__checkout cart-total {
  font-size: 1.1em;
}

.cart__view,
.cart__checkout {
  margin-bottom: 1px;
}

.cart-terms {
  grid-area: terms;
}

.additional-checkout-buttons {
  margin-top: 18px;
}

[data-shopify-buttoncontainer],
[data-shopify-buttoncontainer='true'] {
  justify-content: flex-end;
}

.cart__announcement {
  position: relative;
  text-align: center;
  padding: 6px 12px;
  line-height: 1.7;
  background-color: var(--color--text-bg);
  border-radius: 3px;
  font-size: 0.9rem;
}

.cart__announcement,
.cart__announcement > a {
  display: flex;
  align-items: start;
  justify-content: center;
  text-align: center;
}

.cart__announcement-text {
  display: inline;
  margin-bottom: 0;
}

.cart__announcement-icon {
  display: inline-block;
  flex: 0 0 auto;
  margin-right: 6px;
  position: relative;
  width: 1.45rem;
  height: 1.45rem;
  top: -0.05rem;
}

.cart__announcement-icon:not(.cart__announcement-icon--custom) svg > *,
.cart__announcement-icon:not(.cart__announcement-icon--custom) svg g > * {
  stroke: var(--color--text);
}

.cart-empty {
  max-width: 450px;
  margin: 0 auto;
  text-align: center;
  padding: 12px 0;
}
.cart--drawer .cart-empty {
  padding: 12px 24px 42px;
}

.cart-empty__title {
  margin: 18px 0;
  font-family: var(--font--body);
  font-weight: var(--font--body-weight);
  font-style: var(--font--body-style);
  text-transform: none;
}

.cart--page .cart__announcement {
  margin: 30px auto 0;
}

.cart--page .section__title {
  display: flex;
  flex: 0 0 auto;
  justify-content: start;
  align-items: baseline;
  gap: 9px;
  margin: 30px auto;
  max-width: none;
}

.cart--page .cart-draw__quantity-info {
  font-size: calc((var(--font--size-h2) / var(--font--size-base)) * 0.75rem);
  color: var(--color--text-lighter);
}

.cart--page .cart__wrapper {
  position: relative;
  display: grid;
  grid-template-areas: 'main aside' 'footer aside';
  grid-template-columns: 3fr minmax(360px, 2fr);
  grid-template-rows: auto 1fr;
  column-gap: 48px;
  row-gap: 30px;
}

.cart--page .cart__contents {
  grid-area: main;
}

.cart--page .cart__aside {
  grid-area: aside;
  display: flex !important;
  flex-direction: column;
  gap: 24px;
  align-self: start;
}

.cart--page .cart__controls {
  padding: 12px 30px;
  /* border: 1px solid var(--color--text-lightest); */
  border-radius: 3px;
}

.cart--page .cart__note summary {
  padding-top: 6px;
  padding-bottom: 6px;
}

.cart--page .cart__note details-content {
  padding-top: 0;
  padding-bottom: 12px;
}

.cart--page .cart__note .note__label {
  cursor: pointer;
}

.cart--page .cart__continue {
  grid-area: footer;
  justify-self: start;
}

@media screen and (max-width: 980px) {
  .cart--page .cart__announcement,
  .cart--page .section__title {
    max-width: 600px;
  }
  .cart--page .section__title {
    margin-top: 30px;
  }
  .cart--page .cart__wrapper {
    grid-template-areas: 'main' 'aside' 'footer';
    max-width: 600px;
    grid-template-columns: minmax(0, 1fr);
    grid-template-rows: repeat(auto, 3);
    margin: 0 auto;
    gap: 24px;
  }
  .cart--page .cart__controls {
    order: 2;
    padding: 12px 18px;
  }
  .cart--page .cart-recommendations {
    order: 1;
  }
}

@media screen and (min-width: 768px) {
  .cart--page .cart__note .note__label,
  .cart--page .free-shipping-bar__text {
    font-size: 1rem;
  }
}

.mfp-cart-draw {
  overflow-y: hidden !important;
}

.cart-draw.is-scrollable {
  overflow: scroll;
}
.cart-draw.is-scrollable .cart-draw__wrapper {
  height: auto;
}
.cart-draw.is-scrollable .cart__wrapper {
  overflow: scroll;
}
.cart-draw.is-scrollable .cart__contents {
  overflow: scroll;
}

.cart--draw {
  display: flex;
  flex-direction: column;
  flex: 1 1 auto;
  overflow: hidden;
}
.cart--draw .cart__wrapper {
  position: relative;
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  overflow: hidden;
  width: 100%;
  gap: 0;
}
.cart--draw .cart__contents {
  display: flex;
  flex-direction: column;
  flex: 1 1 auto;
  overflow: auto;
}
.cart--draw
  .cart__contents:has(> .action-banner[hidden]):not(
    :has(> .cart-recommendations)
  ),
.cart--draw .cart__contents:has(> .cart-recommendations[hidden]) {
  padding-bottom: 30px;
}
.cart--draw .cart__items,
.cart--draw .action-banner {
  padding: 0px 18px;
}
@media screen and (min-width: 561px) {
  .cart--draw .cart__items,
  .cart--draw .action-banner {
    padding: 0 42px;
  }
}
.cart--draw .cart__items:last-child,
.cart--draw .action-banner:last-child {
  padding-bottom: 30px;
}
.cart--draw .cart-item__heading {
  font-size: 14px;
}
.cart--draw .cart-item .price {
  font-size: 18px;
}
.cart--draw .cart-item .price--original {
  font-size: 14px;
}
.cart--draw .cart__controls {
  flex: 0 0 auto;
  /* border-top: 1px solid #fff; */
  padding: 0;
  padding-bottom: 12px;
}
@media screen and (min-width: 561px) {
  .cart--draw .cart__controls {
    padding-bottom: 18px;
  }
}
.cart--draw .cart__details {
  margin-top: 0;
  margin-bottom: 12px;
}
.cart--draw .cart__order-details,
.cart--draw .cart__actions {
  padding: 0 18px;
}
@media screen and (min-width: 561px) {
  .cart--draw .cart__order-details,
  .cart--draw .cart__actions,
  .cart--draw #rcsms-cart-widget {
    padding: 0 42px;
  }
}
.cart--draw .cart__order-details {
  margin-top: 18px;
}
@media screen and (min-width: 561px) {
  .cart--draw .cart__order-details {
    margin-top: 24px;
  }
}
.cart--draw .cart__message {
  text-align: left;
}
.cart--draw .cart__note details-content {
  padding: 0 18px 12px;
}
@media screen and (min-width: 561px) {
  .cart--draw .cart__note details-content {
    padding: 0 42px 12px;
  }
}
.cart--draw .cart__note summary {
  padding: 6px 18px;
}
@media screen and (min-width: 561px) {
  .cart--draw .cart__note summary {
    padding: 6px 42px;
  }
}
.cart--draw .cart__note summary-icon {
  right: 12px;
}
@media screen and (min-width: 561px) {
  .cart--draw .cart__note summary-icon {
    right: 36px;
  }
}
.cart--draw .cart__note .note__label {
  cursor: pointer;
}
.cart--draw .cart-terms__input,
.cart--draw .gift-wrapping__input input {
  background-color: transparent;
}
.cart--draw .free-shipping-bar {
  width: 100%;
  padding: 0 18px;
  margin-bottom: 30px;
}
@media screen and (min-width: 561px) {
  .cart--draw .free-shipping-bar {
    padding: 0 42px;
  }
}
.cart--draw .gift-wrapping__label {
  font-size: 0.9rem;
  line-height: 1.4rem;
}
.cart--draw .gift-wrapping-message__input {
  background-color: var(--drawer-background);
}
.cart--draw .cart-recommendations {
  padding-top: 18px;
  border-radius: 0;
  width: 100%;
}
.cart--draw .cart-recommendations items-scroll {
  --page-navigation-displacement: 21px;
  --page-navigation-button-size: 8px;
  --navigation-button-size: 42px;
}
.cart--draw .cart-recommendations items-scroll[scroll-enabled] [data-items] {
  padding: 0 96px 0 18px;
  scroll-padding: 0 18px;
}
@media screen and (min-width: 561px) {
  .cart--draw .cart-recommendations items-scroll[scroll-enabled] [data-items] {
    padding: 0 116px 0 24px;
    scroll-padding: 0 24px;
    column-gap: 24px;
  }
}
.cart--draw .cart-recommendations items-scroll[scroll-enabled] .navigation {
  right: 12px;
}
@media screen and (min-width: 561px) {
  .cart--draw .cart-recommendations items-scroll[scroll-enabled] .navigation {
    right: 18px;
  }
}
.cart--draw .cart-recommendations items-scroll .grid-layout {
  width: 100%;
  column-gap: 18px;
}
@media screen and (min-width: 768px) {
  .cart--draw .cart-recommendations items-scroll .grid-layout--3 > * {
    flex-basis: calc((100% / 3) - 10px);
  }
}
.cart--draw .cart-recommendations .cart-recommendations__title {
  padding-left: 18px;
  padding-bottom: 6px;
}
@media screen and (min-width: 561px) {
  .cart--draw .cart-recommendations .cart-recommendations__title {
    padding-left: 24px;
  }
}
.cart--draw .cart-recommendations .product-card--mini {
  background-color: var(--drawer-background);
}
.cart--draw .cart-recommendations quick-shop {
  padding: 0;
}

.cart-draw {
  display: block;
  visibility: hidden;
  float: right;
  width: 480px;
  max-width: calc(100vw - 24px);
}
.mfp-cart-draw .cart-draw {
  display: block !important;
  visibility: visible;
}
.cart-draw .mfp-close {
  top: -18px;
  left: auto;
}
@media screen and (min-width: 561px) {
  .cart-draw .mfp-close {
    right: 24px;
  }
}

.cart-draw__announcement {
  padding: 0 18px;
}
@media screen and (min-width: 561px) {
  .cart-draw__announcement {
    padding: 0 42px;
  }
}
.cart-draw__announcement:is(:empty) {
  display: none;
}

.cart-draw__wrapper {
  display: flex;
  gap: 30px;
  flex-direction: column;
  height: 100vh;
  height: -webkit-fill-available;
  padding-top: 24px;
  background-color: white;
}
@media screen and (min-width: 561px) {
  .cart-draw__wrapper {
    padding-top: 42px;
  }
}

@supports (height: 100dvh) {
  .cart-draw__wrapper {
    height: 100dvh;
  }
}

.cart-draw__head {
  display: flex;
  flex: 0 0 auto;
  justify-content: start;
  align-items: baseline;
  position: relative;
  text-align: left;
  padding: 0 18px;
  gap: 9px;
}
@media screen and (min-width: 561px) {
  .cart-draw__head {
    padding: 0 42px;
  }
}

.cart-draw__title {
  position: relative;
  line-height: 24px;
  margin-bottom: 0;
  text-transform: var(--font--title-transform);
  margin-bottom: 0;
  padding-bottom: 3px;
}
body[data-heading-border='true'] .cart-draw__title {
  padding-bottom: calc(1.15rem + var(--font--title-border-size));
}

.cart-draw__quantity-info {
  font-size: calc((var(--font--size-h4) / var(--font--size-base)) * 0.75rem);
  margin-bottom: -0.25em;
}

.cart-draw--light .cart-draw__title,
.cart-draw--light .cart__announcement,
.cart-draw--light .cart__announcement a,
.cart-draw--light .cart-item__heading,
.cart-draw--light quantity-input input[type='number'],
.cart-draw--light quantity-input button,
.cart-draw--light quantity-input input,
.cart-draw--light quantity-display,
.cart-draw--light .cart-item__remove,
.cart-draw--light accordion-group summary,
.cart-draw--light .cart__note .note__label,
.cart-draw--light .cart-item__price .price,
.cart-draw--light .cart__total,
.cart-draw--light .cart-terms__label,
.cart-draw--light .cart-empty__title,
.cart-draw--light .mfp-close.mfp-close,
.cart-draw--light .free-shipping-bar__text,
.cart-draw--light .cart-recommendations__title-text,
.cart-draw--light .link,
.cart-draw--light .gift-wrapping-message__input,
.cart-draw--light .action-banner__content {
  color: #fff;
}

.cart-draw--light .cart-draw__quantity-info,
.cart-draw--light .cart-item__meta,
.cart-draw--light .cart-item .unit-price,
.cart-draw--light .cart-item__price .price--original,
.cart-draw--light .discount__icon,
.cart-draw--light .discount__title,
.cart-draw--light .discount__amount,
.cart-draw--light .cart__message,
.cart-draw--light .note__input,
.cart-draw--light accordion-group summary summary-icon,
.cart-draw--light .gift-wrapping__label,
.cart-draw--light .gift-wrapping-message,
.cart-draw--light .gift-wrapping-message summary,
.cart-draw--light .gift-wrapping-message summary summary-icon {
  color: rgba(255, 255, 255, 0.7);
}

.cart-draw--light .c-btn--hollow {
  color: #fff;
  box-shadow: inset 0px 0px 0px 1px #fff;
}

.cart-draw--light .cart__announcement,
.cart-draw--light .cart-recommendations,
.cart-draw--light .discounts .discount,
.cart-draw--light .gift-wrapping-message,
.cart-draw--light .action-banner__wrapper {
  background-color: rgba(255, 255, 255, 0.12);
}

.cart-draw--light .product-card:hover {
  box-shadow: rgba(255, 255, 255, 0.1) 0px 3px 12px 0px;
}

.cart-draw--light .product-card .product-card__title,
.cart-draw--light .product-card .product-card__link,
.cart-draw--light .product-card .price__number {
  color: #fff;
}

.cart-draw--light .product-card .product-card__vendor {
  color: rgba(255, 255, 255, 0.7);
}

.cart-draw--light .product-card .product-card__swatch__item:hover,
.cart-draw--light .product-card .product-card__swatch__item.is-active {
  box-shadow:
    0 0 0 2px var(--drawer-background),
    0 0 0 3px rgba(255, 255, 255, 0.7),
    0 0 2px 4px rgba(255, 255, 255, 0.2);
}

.cart-draw--light .product-card .product-card__swatch__graphic {
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.2);
}

.cart-draw--light .product-card .product-card-btn__btn.c-btn--hollow {
  color: #fff;
  box-shadow: inset 0 0 0 1px #fff;
}
.cart-draw--light
  .product-card
  .product-card-btn__btn.c-btn--hollow:hover:not([disabled]) {
  background-color: #fff;
  color: var(--drawer-background);
}

.cart-draw--light
  .cart__announcement-icon:not(.cart__announcement-icon--custom)
  svg
  > *,
.cart-draw--light
  .cart__announcement-icon:not(.cart__announcement-icon--custom)
  svg
  g
  > * {
  stroke: #fff;
}

.cart-draw--light cart-textarea cart-textarea-status .is-saved {
  background-color: #fff;
  color: #212121;
}

.cart-draw--light .theme-spinner .theme-spinner__border,
.cart-draw--light
  cart-textarea
  cart-textarea-status
  .theme-spinner
  .theme-spinner__border,
.cart-draw--light
  .product-card
  .product-card-btn
  .product-card-btn__spinner
  .theme-spinner__border {
  border-color: #fff transparent transparent transparent;
}

.cart-draw--light items-scroll[scroll-enabled] .navigation__button {
  color: #fff;
}
.cart-draw--light items-scroll[scroll-enabled] .navigation__button .icon {
  color: #fff;
}

.cart-draw--light .cart-item,
.cart-draw--light .cart__controls,
.cart-draw--light quantity-input,
.cart-draw--light quantity-input input[type='number'],
.cart-draw--light quantity-display,
.cart-draw--light accordion-group details,
.cart-draw--light cart-textarea textarea {
  border-color: rgba(255, 255, 255, 0.2);
}

.cart-draw--light .free-shipping-bar__track {
  background-color: rgba(255, 255, 255, 0.2);
}

.cart-draw--light .cart-terms__input,
.cart-draw--light .gift-wrapping__input input {
  border-color: rgba(255, 255, 255, 0.7);
}
.cart-draw--light .cart-terms__input:hover,
.cart-draw--light .cart-terms__input:hover:checked,
.cart-draw--light .gift-wrapping__input input:hover,
.cart-draw--light .gift-wrapping__input input:hover:checked {
  background-color: rgba(255, 255, 255, 0.2);
}
.cart-draw--light .cart-terms__input:checked,
.cart-draw--light .gift-wrapping__input input:checked {
  background-color: transparent;
}

.cart-draw--light .skeleton-image,
.cart-draw--light .skeleton-text,
.cart-draw--light .skeleton-button {
  background-color: rgba(255, 255, 255, 0.12);
}

.cart-draw--light image-skeleton rect {
  fill: rgba(255, 255, 255, 0.12);
}

.cart-draw--light .skeleton-text--inverse {
  background-color: rgba(33, 33, 33, 0.8);
}

.cart-draw--light .product-card__link:has(> image-skeleton[loaded])::before {
  background-color: rgba(255, 255, 255, 0.12);
}

.cart-draw--dark .cart-draw__title,
.cart-draw--dark .cart__announcement,
.cart-draw--dark .cart__announcement a,
.cart-draw--dark .cart-item__heading,
.cart-draw--dark quantity-input input[type='number'],
.cart-draw--dark quantity-input button,
.cart-draw--dark quantity-input input,
.cart-draw--dark quantity-display,
.cart-draw--dark .cart-item__remove,
.cart-draw--dark accordion-group summary,
.cart-draw--dark .cart__note .note__label,
.cart-draw--dark .cart-item__price .price,
.cart-draw--dark .cart__total,
.cart-draw--dark .cart-terms__label,
.cart-draw--dark .cart-empty__title,
.cart-draw--dark .mfp-close.mfp-close,
.cart-draw--dark .free-shipping-bar__text,
.cart-draw--dark .cart-recommendations__title-text,
.cart-draw--dark .link,
.cart-draw--dark .gift-wrapping-message__input,
.cart-draw--dark .action-banner__content {
  color: #212121;
}

.cart-draw--dark .cart-draw__quantity-info,
.cart-draw--dark .cart-item__meta,
.cart-draw--dark .cart-item .unit-price,
.cart-draw--dark .cart-item__price .price--original,
.cart-draw--dark .discount__icon,
.cart-draw--dark .discount__title,
.cart-draw--dark .discount__amount,
.cart-draw--dark .cart__message,
.cart-draw--dark .note__input,
.cart-draw--dark accordion-group summary summary-icon,
.cart-draw--dark .gift-wrapping__label,
.cart-draw--dark .gift-wrapping-message,
.cart-draw--dark .gift-wrapping-message summary,
.cart-draw--dark .gift-wrapping-message summary summary-icon {
  color: rgba(33, 33, 33, 0.7);
}

.cart-draw--dark .c-btn--hollow {
  color: #212121;
  box-shadow: inset 0px 0px 0px 1px #212121;
}

.cart-draw--dark .cart__announcement,
.cart-draw--dark .cart-recommendations,
.cart-draw--dark .discounts .discount,
.cart-draw--dark .gift-wrapping-message,
.cart-draw--dark .action-banner__wrapper {
  background-color: rgba(33, 33, 33, 0.05);
}

.cart-draw--dark .product-card:hover {
  box-shadow: rgba(33, 33, 33, 0.1) 0px 3px 12px 0px;
}

.cart-draw--dark .product-card .product-card__title,
.cart-draw--dark .product-card .product-card__link,
.cart-draw--dark .product-card .price__number {
  color: #212121;
}

.cart-draw--dark .product-card .product-card__vendor {
  color: rgba(33, 33, 33, 0.7);
}

.cart-draw--dark .product-card .product-card__swatch__item:hover,
.cart-draw--dark .product-card .product-card__swatch__item.is-active {
  box-shadow:
    0 0 0 2px var(--drawer-background),
    0 0 0 3px rgba(33, 33, 33, 0.7),
    0 0 2px 4px rgba(33, 33, 33, 0.2);
}

.cart-draw--dark .product-card .product-card__swatch__graphic {
  box-shadow: 0 0 0 1px rgba(33, 33, 33, 0.2);
}

.cart-draw--dark .product-card .product-card-btn__btn.c-btn--hollow {
  color: #212121;
  box-shadow: inset 0 0 0 1px #212121;
}
.cart-draw--dark
  .product-card
  .product-card-btn__btn.c-btn--hollow:hover:not([disabled]) {
  background-color: #212121;
  color: var(--drawer-background);
}

.cart-draw--dark
  .cart__announcement-icon:not(.cart__announcement-icon--custom)
  svg
  > *,
.cart-draw--dark
  .cart__announcement-icon:not(.cart__announcement-icon--custom)
  svg
  g
  > * {
  stroke: #212121;
}

.cart-draw--dark .cart-terms__input {
  border-color: #212121;
  background-color: var(--drawer-background);
}

.cart-draw--dark .cart-terms__input:checked {
  background-color: #212121;
}

.cart-draw--dark cart-textarea cart-textarea-status .is-saved {
  background-color: #212121;
  color: #fff;
}

.cart-draw--dark .theme-spinner .theme-spinner__border,
.cart-draw--dark
  cart-textarea
  cart-textarea-status
  .theme-spinner
  .theme-spinner__border,
.cart-draw--dark
  .product-card
  .product-card-btn
  .product-card-btn__spinner
  .theme-spinner__border {
  border-color: #212121 transparent transparent transparent;
}

.cart-draw--dark items-scroll[scroll-enabled] .navigation__button {
  color: #212121;
}
.cart-draw--dark items-scroll[scroll-enabled] .navigation__button .icon {
  color: #212121;
}

.cart-draw--dark .cart-item,
.cart-draw--dark .cart__controls,
.cart-draw--dark quantity-input,
.cart-draw--dark quantity-input input[type='number'],
.cart-draw--dark quantity-display,
.cart-draw--dark accordion-group details,
.cart-draw--dark cart-textarea textarea {
  border-color: rgba(33, 33, 33, 0.2);
}

.cart-draw--dark .free-shipping-bar__track {
  background-color: rgba(33, 33, 33, 0.2);
}

.cart-draw--dark .cart-terms__input,
.cart-draw--dark .gift-wrapping__input input {
  border-color: rgba(33, 33, 33, 0.7);
}
.cart-draw--dark .cart-terms__input:hover,
.cart-draw--dark .cart-terms__input:hover:checked,
.cart-draw--dark .gift-wrapping__input input:hover,
.cart-draw--dark .gift-wrapping__input input:hover:checked {
  background-color: rgba(33, 33, 33, 0.7);
}
.cart-draw--dark .cart-terms__input:checked,
.cart-draw--dark .gift-wrapping__input input:checked {
  background-color: var(--color--text);
}

.cart-draw--dark .skeleton-image,
.cart-draw--dark .skeleton-text,
.cart-draw--dark .skeleton-button {
  background-color: rgba(33, 33, 33, 0.05);
}

.cart-draw--dark image-skeleton rect {
  fill: rgba(33, 33, 33, 0.05);
}

.cart-draw--dark .skeleton-text--inverse {
  background-color: rgba(255, 255, 255, 0.8);
}

.cart-draw--dark .product-card__link:has(> image-skeleton[loaded])::before {
  background-color: rgba(33, 33, 33, 0.05);
}

.cart-notification {
  margin: 0;
  container-type: inline-size;
  container-name: cart_notification;
}
.cart-notification button.mfp-close {
  top: 18px;
  right: 18px;
}

.cart-notification__content {
  display: grid;
  grid-template-rows: auto auto;
  column-gap: 12px;
  row-gap: 30px;
}
.cart-notification__content .cart-item {
  grid-template-areas: 'media header' 'media details';
  grid-template-columns: 3fr 7fr;
  grid-template-rows: auto 1fr;
  margin-bottom: 0;
  border-bottom: 0 none;
  padding-bottom: 0;
}
.cart-notification__content .cart-item--media-ratio-4\:3 {
  grid-template-columns: minmax(90px, 3.25fr) minmax(0, 6.75fr);
}
.cart-notification__content .cart-item--media-ratio-16\:9 {
  grid-template-columns: minmax(100px, 3.75fr) minmax(0, 6.25fr);
}
.cart-notification__content .cart-item--media-ratio-2\:3 {
  grid-template-columns: minmax(60px, 2.5fr) minmax(0, 7.5fr);
}
.cart-notification__content .cart-item--media-ratio-3\:4 {
  grid-template-columns: minmax(70px, 2.75fr) minmax(0, 7.25fr);
}
.cart-notification__content .cart-item__media {
  position: relative;
}
.cart-notification__content .cart-item__media::after {
  content: '\e938';
  position: absolute;
  width: 30px;
  height: 30px;
  top: -9px;
  right: -9px;
  font-family: 'sb-icons';
  background: #fff;
  text-align: center;
  line-height: 30px;
  border-radius: 50%;
  color: #00964d;
  border: 1px solid #00964d;
  z-index: 3;
}
.cart-notification__content .cart-item__heading {
  font-size: 14px;
  line-height: 1.4;
  margin-top: 0;
}

@container cart_notification (min-width: 501px) {
  .cart-notification__content {
    grid-template-rows: auto;
    grid-template-columns: 3fr 2fr;
  }
  .cart-notification__content .cart-item {
    padding-bottom: 0;
  }
}

.cart-notification__wrapper {
  padding: 24px;
}

.cart-notification__head {
  display: block;
  margin-right: 48px;
  margin-bottom: 18px;
}

.cart-notification__title {
  position: relative;
  display: inline-block;
  line-height: 1.8;
}
body[data-heading-border='true']
  .cart-notification__title.cart-notification__title:after {
  left: 0px;
  margin-left: 0px;
  bottom: -12px;
}

.cart-notification__checkout,
.cart-notification__continue {
  padding: 6px 9px;
  letter-spacing: 1px;
  margin-bottom: 12px;
}

.gift-wrapping {
  position: relative;
  display: block;
}

.gift-wrapping__label .money {
  font-weight: bolder;
}

.gift-wrapping__input {
  position: relative;
  display: inline-block;
  height: 18px;
  width: 18px;
  top: 4px;
  margin-right: 6px;
}
.gift-wrapping__input input[type='checkbox'] {
  top: 0;
}
.gift-wrapping__input .theme-spinner {
  width: 100%;
  height: 100%;
}
.gift-wrapping__input .theme-spinner__border {
  border-color: var(--color--text) transparent transparent transparent;
}

.cart-recommendations {
  display: block;
  position: relative;
  background-color: var(--color--text-bg);
  padding: 24px 0 12px;
  border-radius: 3px;
}
.cart-recommendations.cart-recommendations--no-title {
  padding-top: 64px;
}
.cart-recommendations items-scroll[scroll-enabled] [data-items] {
  padding: 0 96px 0 24px;
  scroll-padding: 0 24px;
  margin-left: 0;
  width: 100%;
}
.cart-recommendations
  items-scroll[scroll-enabled]
  [data-items]
  > *:last-of-type {
  margin-right: 6px;
}
.cart-recommendations items-scroll [data-items] {
  column-gap: 24px;
}

.cart-recommendations__title {
  display: block;
  position: relative;
  padding: 0 84px 12px 24px;
}

.cart-recommendations__title-text {
  position: relative;
  margin: 0;
}

.cart-recommendations__title-text--reduced {
  font-size: 1.15rem;
  line-height: calc(1.85 - (1.1 * 0.15));
}

@keyframes animateCheckmark {
  0% {
    opacity: 1;
    visibility: visible;
  }
  100% {
    opacity: 0;
    visibility: hidden;
  }
}

/* ==========================================================================
   #COLLECTION
   ========================================================================== */
.section[data-section-type='collection-template'] .error,
.section[data-section-type='search-template'] .error {
  margin: 12px 24px;
  color: #d12328;
  text-align: center;
  margin-top: 12px;
  background: #ffebe8;
  padding: 3px 0px;
}

.collection__header-info {
  width: 50%;
  max-width: 600px;
  background: var(--color--bg);
  padding: 24px;
  position: relative;
}

.collection__header-media {
  position: relative;
  width: 100%;
}

@media screen and (max-width: 767px) {
  .collection__header-media--mobile-height.o-ratio--4\:1:before {
    padding-bottom: 50%;
  }
  .collection__header-media--mobile-height.o-ratio--3\:1:before {
    padding-bottom: 75%;
  }
  .collection__header-media--mobile-height.o-ratio--5\:2:before {
    padding-bottom: 100%;
  }
  .collection__header-media--mobile-height.o-ratio--16\:9:before {
    padding-bottom: 120%;
  }
}

.collection__header-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.collection--img .collection__header-info {
  margin-top: -84px;
  padding-left: 24px;
}

.collection--center .collection__header-info {
  text-align: center;
  margin: 0 auto;
  padding: 24px;
}

.collection--center.collection--img .collection-sidebar {
  padding-left: 0;
}

.collection__header-info__title.collection__header-info__title {
  margin-bottom: 12px;
}

.collection__header-info__title-text {
  font-size: calc((var(--font--size-h2) / var(--font--size-base)) * 1em);
  line-height: 1.8;
}

.collection-products {
  margin-top: 18px;
  position: relative;
}

.collection-sidebar__head {
  display: none;
  text-align: center;
  height: auto;
  position: absolute;
  width: 80%;
  left: 10%;
  top: 0;
}

.mfp-container .collection-sidebar__head {
  display: block;
}

.collection-sidebar__label-title {
  color: #fff;
  line-height: 60px;
  margin-bottom: 0;
  text-transform: var(--font--title-transform);
}

.collection-sidebar--dark .collection-sidebar__label-title {
  color: #212121;
}

.collection-sidebar__section {
  margin-bottom: 30px;
}

.collection-sidebar__section:last-of-type {
  border-bottom: none;
}

.collection-sidebar__filter-trigger {
  display: block;
  position: relative;
  padding-top: 12px;
  padding-bottom: 12px;
}
.collection-sidebar__filter-trigger:hover {
  text-decoration: none;
}

.collection-sidebar accordion-group summary summary-icon {
  right: -0.5em;
}

.collection-sidebar__title {
  font-size: 1em;
  color: var(--color--headings);
  margin-bottom: 12px;
}

.collection-sidebar__filter__title {
  font-size: 1em;
  color: var(--color--text);
  margin-bottom: 0;
}

.collection-sidebar__filter__title-icon {
  position: absolute;
  right: 0;
  top: 0;
  width: 28px;
  height: 28px;
  text-align: center;
  line-height: 30px;
  font-size: 10px;
  color: var(--color--text);
  -webkit-transition: 0.3s ease transform;
  -moz-transition: 0.3s ease transform;
  transition: 0.3s ease transform;
}

.collection-sidebar__main-title {
  display: none;
}

.collection-sidebar__title-clear {
  float: right;
  font-size: 0.85rem;
  line-height: 32px;
  text-transform: none;
}

.collection-sidebar__title-clear__link {
  color: var(--color--text-light);
}

.collection-sidebar__items {
  margin-bottom: 6px;
  overflow: hidden;
}

.collection-sidebar__item {
  position: relative;
  margin: 0;
}

.collection-sidebar__item--active {
  font-weight: bold;
}

.collection-sidebar__link {
  width: 100%;
  display: inline-block;
  color: var(--color--text);
  display: -webkit-inline-box;
  -webkit-box-align: center;
}

.collection-sidebar__section--group-clear {
  margin-top: 24px;
}

.collection-sidebar__filter-form {
  position: static;
}

.collection-sidebar__filter__accordion {
  padding: 6px 0 12px;
  transform: translateY(-6px);
}

.collection-sidebar__filter-form
  > .collection-sidebar__filter-group
  ~ .collection-sidebar__filter-group {
  padding-top: 12px;
}

.collection-sidebar__filter-group {
  border-bottom: 1px solid var(--color--text-lightest);
}
.collection-sidebar__filter-group:first-of-type
  .collection-sidebar__filter-trigger {
  padding-top: 0;
}
.collection-sidebar__filter-group:first-of-type summary-icon {
  top: calc(50% - 6px);
}
.collection-sidebar__filter-group:last-of-type {
  border-bottom: none;
}
.collection-sidebar__filter-group .collection-sidebar__filter-price {
  display: flex;
  max-width: 100%;
}
.collection-sidebar__filter-group .collection-sidebar__filter-price__item {
  display: flex;
  position: relative;
  width: 100%;
}
.collection-sidebar__filter-group
  .collection-sidebar__filter-price__item--separator {
  margin: 0 5%;
  font-size: 1.1em;
  line-height: 36px;
  width: 14px;
}
.collection-sidebar__filter-group .collection-sidebar__filter-price__input {
  padding: 0;
  padding-left: 30px;
  height: auto;
  line-height: 36px;
  margin-bottom: 0;
  background: transparent;
  border: 1px solid var(--color--text-lightest);
}
.collection-sidebar__filter-group .collection-sidebar__filter-price__currency {
  position: absolute;
  line-height: 38px;
  left: 12px;
  opacity: 0.5;
}
.collection-sidebar__filter-group input.collection-sidebar__filter__input,
.collection-sidebar__filter-group
  label.collection-sidebar__filter-price__label {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  height: 1px !important;
  margin: -1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
}
.collection-sidebar__filter-group .collection-sidebar__link {
  position: relative;
  padding: 0 15px 0 0;
  cursor: pointer;
  font-size: 0.95em;
}
.collection-sidebar__filter-group
  .collection-sidebar__link:hover
  .collection-sidebar__link__box {
  background-color: var(--color--text);
}
.collection-sidebar__filter-group
  .collection-sidebar__link:hover
  .collection-sidebar__link__box--swatch {
  background-color: var(--background-graphic);
}
.collection-sidebar__filter-group
  .collection-sidebar__link:hover
  .collection-sidebar__link__box--swatch::before {
  opacity: 0.2;
  visibility: visible;
}
.collection-sidebar__filter-group .collection-sidebar__link__count {
  color: var(--color--text-light);
  font-size: 0.9em;
  position: absolute;
  top: 0;
  right: 0;
}
.collection-sidebar__filter-group .collection-sidebar__link__box {
  position: relative;
  top: -1px;
  vertical-align: middle;
  background: transparent;
  background: var(--background-graphic);
  border-radius: 50%;
  width: 16px;
  height: 16px;
  line-height: 1;
  display: inline-block;
  margin-right: 6px;
  border: 1px solid var(--color--text);
  background-size: cover;
  background-position: center center;
  box-sizing: content-box;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  -webkit-transition: 0.3s background ease-out;
  -moz-transition: 0.3s background ease-out;
  transition: 0.3s background ease-out;
}
.collection-sidebar__filter-group .collection-sidebar__link__box .icon {
  color: var(--color--bg);
  position: relative;
  left: 3px;
  font-weight: bold;
  display: block;
  font-size: 10px;
  height: 16px;
  width: 0;
  line-height: 18px;
  overflow: hidden;
  display: inline-block;
  -webkit-transition: 0.2s width ease-out;
  -moz-transition: 0.2s width ease-out;
  transition: 0.2s width ease-out;
}
.collection-sidebar__filter-group .collection-sidebar__link__box--swatch {
  overflow: hidden;
}
.collection-sidebar__filter-group
  .collection-sidebar__link__box--swatch::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: var(--color--text);
  opacity: 0;
  visibility: hidden;
  transition:
    opacity 0.2s ease-in-out,
    visibility 0.2s ease-in-out;
}
.collection-sidebar__filter-group
  input.collection-sidebar__filter__input
  + label
  .collection-sidebar__link__box.collection-sidebar__link__box--swatch
  .icon {
  color: var(--tick-color);
}
.collection-sidebar__filter-group
  input.collection-sidebar__filter__input:checked
  + label {
  font-weight: 700;
}
.collection-sidebar__filter-group
  input.collection-sidebar__filter__input:checked
  + label
  .collection-sidebar__link__box {
  background-color: var(--color--text);
}
.collection-sidebar__filter-group
  input.collection-sidebar__filter__input:checked
  + label
  .collection-sidebar__link__box
  .icon {
  width: 10px;
}
.collection-sidebar__filter-group
  input.collection-sidebar__filter__input:checked
  + label
  .collection-sidebar__link__box--swatch {
  background-color: var(--background-graphic);
}
.collection-sidebar__filter-group
  input.collection-sidebar__filter__input:checked
  + label
  .collection-sidebar__link__box--swatch.is-image::before {
  opacity: 0.4;
  visibility: visible;
}
.collection-sidebar__filter-group .collection-sidebar__item--disabled label {
  pointer-events: none;
  opacity: 0.5;
}
.collection-sidebar__filter-group
  .collection-sidebar__item--disabled.collection-sidebar__item--disabled
  .collection-sidebar__filter__input:checked
  + label {
  border-color: var(--color--text);
}

.collection-sidebar__section--square-check .collection-sidebar__link__box {
  border-radius: 0;
}

.collection-sidebar__filter-submit {
  margin-bottom: 30px;
}

.collection__filters-active {
  position: relative;
}

.collection__filters-active--push-left .collection__filters-active__wrapper {
  padding-left: calc(20% + 6px);
}
@media screen and (max-width: 1365px) and (min-width: 981px) {
  .collection__filters-active--push-left .collection__filters-active__wrapper {
    padding-left: calc(25% + 6px);
  }
}
@media screen and (max-width: 980px) {
  .collection__filters-active--push-left .collection__filters-active__wrapper {
    padding-left: 0px;
  }
}

.collection__filters-active:after {
  content: '';
  width: 100px;
  height: 100%;
  right: 0;
  top: 0;
  display: block;
  position: absolute;
  pointer-events: none;
  background: -moz-linear-gradient(
    left,
    rgba(255, 255, 255, 0) 0%,
    var(--color--bg) 100%
  );
  background: -webkit-linear-gradient(
    left,
    rgba(255, 255, 255, 0) 0%,
    var(--color--bg) 100%
  );
  background: linear-gradient(
    to right,
    rgba(255, 255, 255, 0) 0%,
    var(--color--bg) 100%
  );
}

.collection__filters-active__wrapper {
  white-space: nowrap;
  width: 100%;
  overflow-x: auto;
  padding-right: 120px;
  font-size: 0;
}

.collection__filters-active__filter {
  display: inline-block;
  margin: 0px 6px 30px 0;
  padding: 0px 12px;
  font-size: 0.95rem;
  background: var(--color--text-bg);
  border: 1px solid transparent;
  color: var(--color--text);
  font-weight: initial;
  line-height: calc(var(--font--line-base) / var(--font--size-base));
  cursor: pointer;
  appearance: none !important;
  -webkit-transition: 0.3s ease opacity;
  -moz-transition: 0.3s ease opacity;
  transition: 0.3s ease opacity;
}
.collection__filters-active__filter:after {
  content: '\e918';
  font-family: 'sb-icons';
  font-size: 10px;
  position: relative;
  right: 0;
  margin-left: 9px;
  line-height: 0;
}
.collection__filters-active__filter:hover,
.collection__filters-active__filter:focus {
  opacity: 0.7;
  text-decoration: none;
}

.collection__filters-active__filter--clear {
  background: transparent;
  border-color: var(--color--text-bg);
}
.collection__filters-active__filter--clear:hover {
  opacity: 1;
  text-decoration: underline;
}
.collection__filters-active__filter--clear:after {
  content: none;
}

.collection__filters-active__filter:only-child {
  display: none;
}

.collection-sidebar__draw-actions {
  display: none;
}

.collection__cards {
  position: relative;
}
.collection__cards::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: var(--color--bg);
  opacity: 0;
  visibility: hidden;
  transition:
    opacity 0.2s ease-in-out,
    visibility 0.2s ease-in-out;
}
.is-loading .collection__cards::after {
  opacity: 0.5;
  visibility: visible;
  transition:
    opacity 0.2s ease-in-out,
    visibility 0.2s ease-in-out;
}

.price-range__group {
  height: 20px;
  margin-top: 12px;
  position: relative;
}

.price-range__track {
  position: relative;
  height: 2px;
  background: var(--color--text-light);
  top: 8px;
  border-radius: 5px;
}

.price-range__input {
  width: 100%;
  position: absolute;
  background: transparent;
  pointer-events: none;
  height: 3px;
  vertical-align: top;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.price-range__input::-webkit-slider-thumb {
  background: var(--color--text);
  border: 2px solid var(--color--bg);
  z-index: 2;
  position: relative;
  height: 20px;
  width: 20px;
  border-radius: 50%;
  cursor: pointer;
  -webkit-appearance: none;
  margin-top: -9px;
  pointer-events: auto;
  box-shadow: none;
}

.price-range__input::-webkit-slider-runnable-track {
  width: 100%;
  height: 3px;
  border: none;
  background: none;
}

.price-range__input::-moz-range-thumb {
  background: var(--color--text);
  height: 20px;
  width: 20px;
  border: 2px solid var(--color--bg);
  border-radius: 50%;
  border: none;
  cursor: pointer;
  pointer-events: auto;
}

.price-range__input::-moz-range-progress,
.price-range__input::-moz-range-track {
  width: 100%;
  height: 3px;
  border: none;
  background: none;
}

.price-range__number::-webkit-outer-spin-button,
.price-range__number::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.price-range__number[type='number'] {
  -moz-appearance: textfield;
}

.collection-empty {
  text-align: center;
  margin-top: 60px;
  margin-bottom: 60px;
}

.collection-empty--sidebar {
  margin-right: calc(20vw - 30px);
}
@media screen and (max-width: 1365px) and (min-width: 981px) {
  .collection-empty--sidebar {
    margin-right: calc(25vw - 30px);
  }
}
@media screen and (max-width: 980px) {
  .collection-empty--sidebar {
    margin-right: 0;
  }
}

@media screen and (min-width: 981px) {
  .collection-sidebar.collection-sidebar {
    background: var(--color--bg);
  }
}

@media screen and (max-width: 980px) {
  .collection__header-info {
    width: 70%;
  }
}

.collection-sidebar__header .mfp-close {
  display: none;
}

.collection-main__actions {
  margin-top: 12px;
}

.collection-sidebar__filter .collection-sidebar__filter__sort {
  margin-bottom: 30px;
}

.collection-main__sort-form {
  flex: 1;
  overflow: visible;
}

.collection-main__sort {
  width: 252px;
  margin: 0;
}

.collection-sidebar__filter__sort__selector {
  margin-top: 0;
}

.collection-sidebar__filter__sort__selector select,
.collection-main__sort__selector select {
  margin-bottom: 0;
}

.collection-main__filter {
  display: block;
  flex: 1;
}

.collection-main__filter-btn {
  font-size: 1.05em;
  flex-wrap: nowrap;
  line-height: 1;
  margin-right: 12px;
  white-space: nowrap;
  max-width: max-content;
}
.collection-main__filter-btn svg {
  width: 24px;
  margin-right: 9px;
}
@media screen and (max-width: 767px) {
  .collection-main__filter-btn {
    font-size: 1em;
  }
  .collection-main__filter-btn svg {
    width: 22px;
    margin-right: 7px;
  }
}

.collection-main__count {
  white-space: nowrap;
}

.collection-main__count-text {
  color: var(--color--text-lighter);
  font-size: 0.95rem;
  margin: 0;
}

@media screen and (max-width: 480px) {
  .collection-main__actions--sort-only .collection-main__sort {
    width: 100%;
  }
  .collection-main__actions--sort-only .collection-main__count {
    width: 100%;
    text-align: right;
    margin-top: 12px;
  }
}

@media screen and (max-width: 767px) {
  .collection__header-info.collection__header-info {
    width: 100%;
    margin-top: 0;
    padding: 18px;
  }
  .collection__header-info__title-text {
    font-size: calc((var(--font--size-h3) / var(--font--size-base)) * 1rem);
    line-height: 1.8;
  }
  .collection-empty {
    margin-top: 30px;
  }
}

.collection--sidebar-drawer .collection-sidebar.collection-sidebar {
  display: none;
}

.collection--sidebar-drawer .mfp-wrap .collection-sidebar.collection-sidebar {
  display: flex;
}

.collection--sidebar-drawer .mfp-hide.collection-sidebar.collection-sidebar {
  display: none;
}

.collection--sidebar-sidebar .collection-main__filter {
  display: none;
}

@media screen and (min-width: 981px) {
  .collection--sidebar-sidebar .collection-main__actions {
    justify-content: flex-end;
  }
  .collection--sidebar-sidebar .collection-sidebar.mfp-hide {
    display: block !important;
  }
}

@media screen and (max-width: 980px) {
  .collection--sidebar-sidebar .collection-main__filter {
    display: block;
  }
  .collection--sidebar-sidebar .collection-sidebar.collection-sidebar {
    display: none;
  }
  .collection--sidebar-sidebar
    .mfp-wrap
    .collection-sidebar.collection-sidebar {
    display: flex;
  }
  .collection--sidebar-sidebar .mfp-hide.collection-sidebar.collection-sidebar {
    display: none;
  }
}

.collection-sidebar--desktop-drawer {
  display: flex;
  position: relative;
  flex-direction: column;
  align-items: stretch;
  width: calc(100% - 24px);
  max-width: 444px;
  height: 100%;
  min-height: 100%;
  background: #fff;
  padding: 0;
  overflow: hidden;
}
.collection-sidebar--desktop-drawer .mfp-close {
  display: block;
  top: 6px;
  color: #fff;
}
@media screen and (min-width: 561px) {
  .collection-sidebar--desktop-drawer .mfp-close {
    top: 24px;
    right: 24px;
  }
}

.collection-sidebar--desktop-drawer .collection-sidebar__filter__sort {
  max-width: 100%;
}

.collection-sidebar--desktop-drawer .collection-sidebar__header {
  position: relative;
  padding: 24px 18px 0;
}
@media screen and (min-width: 561px) {
  .collection-sidebar--desktop-drawer .collection-sidebar__header {
    padding: 42px 42px 0;
  }
}
.collection-sidebar--desktop-drawer
  .collection-sidebar__header
  .collection-sidebar__main-title {
  padding-right: 36px;
}

.collection-sidebar--desktop-drawer .collection-sidebar__main-title {
  display: block;
  position: relative;
  line-height: 24px;
  margin-bottom: 0;
  text-transform: var(--font--title-transform);
  margin-bottom: 0;
  padding-bottom: 3px;
  color: #fff;
}
body[data-heading-border='true']
  .collection-sidebar--desktop-drawer
  .collection-sidebar__main-title {
  padding-bottom: calc(1.15rem + var(--font--title-border-size));
}

.collection-sidebar--desktop-drawer .collection-sidebar__wrapper {
  flex: 1 1 auto;
  order: 2;
  overflow-y: scroll;
  padding: 30px 18px 0;
}
@media screen and (min-width: 561px) {
  .collection-sidebar--desktop-drawer .collection-sidebar__wrapper {
    padding: 42px 42px 0;
  }
}

.collection-sidebar--desktop-drawer .collection-sidebar__draw-actions {
  display: flex;
  flex-wrap: nowrap;
  gap: 12px;
  flex: 0 0 auto;
  order: 3;
  padding: 18px;
  background-color: var(--color--drawer-bg);
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  margin-bottom: -1px;
}
@media screen and (min-width: 561px) {
  .collection-sidebar--desktop-drawer .collection-sidebar__draw-actions {
    padding: 24px 42px;
  }
}
.collection-sidebar--desktop-drawer .collection-sidebar__draw-actions .c-btn {
  margin-bottom: 1px;
}

.collection-sidebar--desktop-drawer
  .collection-sidebar__wrapper
  label.collection-filters__label,
.collection-sidebar--desktop-drawer
  .collection-sidebar__filter-form
  .selector-wrapper
  select {
  background: var(--color--drawer-bg);
}

.collection-sidebar--desktop-drawer
  .collection-sidebar__filter-group
  .collection-sidebar__filter-price__input {
  border-color: rgba(255, 255, 255, 0.2);
}

.collection-sidebar--desktop-drawer .collection-sidebar__link__box {
  border-color: #fff;
}

.collection-sidebar--desktop-drawer
  .collection-sidebar__link:hover
  .collection-sidebar__link__box:not(.collection-sidebar__link__box--swatch),
.collection-sidebar--desktop-drawer
  .collection-sidebar__filter-group
  input.collection-sidebar__filter__input:checked
  + label
  .collection-sidebar__link__box:not(.collection-sidebar__link__box--swatch) {
  background: #fff;
}

.collection-sidebar--desktop-drawer
  .collection-sidebar__link:hover
  .collection-sidebar__link__box--swatch {
  background-color: var(--background-graphic);
}
.collection-sidebar--desktop-drawer
  .collection-sidebar__link:hover
  .collection-sidebar__link__box--swatch::before {
  opacity: 0.2;
  visibility: visible;
}

.collection-sidebar--desktop-drawer
  .collection-sidebar__filter-group
  .collection-sidebar__link__box
  .icon {
  color: #212121;
}

.collection-sidebar--desktop-drawer
  .collection-sidebar__filter-group
  input.collection-sidebar__filter__input
  + label
  .collection-sidebar__link__box--swatch.is-blank
  .icon {
  color: #fff;
}

.collection-sidebar--desktop-drawer
  .collection-sidebar__filter-form
  .selector-wrapper
  label,
.collection-sidebar--desktop-drawer
  .collection-sidebar__filter-form
  .selector-wrapper
  select,
.collection-sidebar--desktop-drawer .collection-sidebar__title,
.collection-sidebar--desktop-drawer .collection-sidebar__filter__title,
.collection-sidebar--desktop-drawer
  .collection-sidebar__filter-group
  .collection-sidebar__filter-price__input,
.collection-sidebar--desktop-drawer
  .collection-sidebar__filter-group
  .collection-sidebar__filter-price__item,
.collection-sidebar--desktop-drawer
  .collection-sidebar__filter-group
  .collection-sidebar__link,
.collection-sidebar--desktop-drawer .collection-sidebar__filter__title-icon,
.collection-sidebar--desktop-drawer .collection-sidebar__link,
.collection-sidebar--desktop-drawer accordion-group summary,
.collection-sidebar--desktop-drawer accordion-group summary summary-icon {
  color: #fff;
}

.collection-sidebar--desktop-drawer
  .collection-sidebar__filter-group
  .collection-sidebar__link__count,
.collection-sidebar--desktop-drawer
  .collection-sidebar__filter-form
  .selector-wrapper:after {
  color: rgba(255, 255, 255, 0.8);
}

.collection-sidebar--desktop-drawer .collection-sidebar__filter-group,
.collection-sidebar--desktop-drawer
  .collection-sidebar__filter-form
  .selector-wrapper
  select {
  border-color: rgba(255, 255, 255, 0.2);
}

.collection-sidebar--desktop-drawer .price-range__track {
  background: rgba(255, 255, 255, 0.4);
}

.collection-sidebar--desktop-drawer .price-range__input::-webkit-slider-thumb {
  background: #fff;
  border-color: var(--color--drawer-bg);
}

.collection-sidebar--desktop-drawer .price-range__input::-moz-range-thumb {
  background: #fff;
  border-color: var(--color--drawer-bg);
}

.collection-sidebar--desktop-drawer .c-btn--hollow {
  color: #fff;
  box-shadow: inset 0px 0px 0px 1px #fff;
}
.collection-sidebar--desktop-drawer .c-btn--hollow:active:not([disabled]),
.collection-sidebar--desktop-drawer .c-btn--hollow:hover:not([disabled]) {
  background-color: #fff;
  color: #212121;
}

.collection-sidebar--desktop-drawer.collection-sidebar--dark
  .collection-sidebar__wrapper
  label.collection-filters__label,
.collection-sidebar--desktop-drawer.collection-sidebar--dark
  .collection-sidebar__filter-form
  .selector-wrapper
  select {
  background: var(--color--drawer-bg);
}

.collection-sidebar--desktop-drawer.collection-sidebar--dark
  .collection-sidebar__filter-group
  .collection-sidebar__filter-price__input {
  border-color: rgba(33, 33, 33, 0.2);
}

.collection-sidebar--desktop-drawer.collection-sidebar--dark
  .collection-sidebar__link__box {
  border-color: #212121;
}

.collection-sidebar--desktop-drawer.collection-sidebar--dark
  .collection-sidebar__link:hover
  .collection-sidebar__link__box:not(.collection-sidebar__link__box--swatch),
.collection-sidebar--desktop-drawer.collection-sidebar--dark
  .collection-sidebar__filter-group
  input.collection-sidebar__filter__input:checked
  + label
  .collection-sidebar__link__box:not(.collection-sidebar__link__box--swatch) {
  background: #212121;
}

.collection-sidebar--desktop-drawer.collection-sidebar--dark
  .collection-sidebar__filter-group
  .collection-sidebar__link__box
  .icon {
  color: #fff;
}

.collection-sidebar--desktop-drawer.collection-sidebar--dark
  .collection-sidebar__filter-group
  input.collection-sidebar__filter__input
  + label
  .collection-sidebar__link__box--swatch.is-blank
  .icon {
  color: #212121;
}

.collection-sidebar--desktop-drawer.collection-sidebar--dark
  .mfp-close.mfp-close,
.collection-sidebar--desktop-drawer.collection-sidebar--dark
  .collection-sidebar__main-title,
.collection-sidebar--desktop-drawer.collection-sidebar--dark
  .collection-sidebar__filter-form
  .selector-wrapper
  label,
.collection-sidebar--desktop-drawer.collection-sidebar--dark
  .collection-sidebar__filter-form
  .selector-wrapper
  select,
.collection-sidebar--desktop-drawer.collection-sidebar--dark
  .collection-sidebar__title,
.collection-sidebar--desktop-drawer.collection-sidebar--dark
  .collection-sidebar__filter__title,
.collection-sidebar--desktop-drawer.collection-sidebar--dark
  .collection-sidebar__filter-group
  .collection-sidebar__filter-price__input,
.collection-sidebar--desktop-drawer.collection-sidebar--dark
  .collection-sidebar__filter-group
  .collection-sidebar__filter-price__item,
.collection-sidebar--desktop-drawer.collection-sidebar--dark
  .collection-sidebar__filter-group
  .collection-sidebar__link,
.collection-sidebar--desktop-drawer.collection-sidebar--dark
  .collection-sidebar__filter__title-icon,
.collection-sidebar--desktop-drawer.collection-sidebar--dark
  .collection-sidebar__link,
.collection-sidebar--desktop-drawer.collection-sidebar--dark
  accordion-group
  summary,
.collection-sidebar--desktop-drawer.collection-sidebar--dark
  accordion-group
  summary
  summary-icon {
  color: #212121;
}

.collection-sidebar--desktop-drawer.collection-sidebar--dark
  .collection-sidebar__filter-group
  .collection-sidebar__link__count,
.collection-sidebar--desktop-drawer.collection-sidebar--dark
  .collection-sidebar__filter-form
  .selector-wrapper:after {
  color: rgba(33, 33, 33, 0.8);
}

.collection-sidebar--desktop-drawer.collection-sidebar--dark
  .collection-sidebar__draw-actions,
.collection-sidebar--desktop-drawer.collection-sidebar--dark
  .collection-sidebar__filter-group,
.collection-sidebar--desktop-drawer.collection-sidebar--dark
  .collection-sidebar__filter-form
  .selector-wrapper
  select {
  border-color: rgba(33, 33, 33, 0.2);
}

.collection-sidebar--desktop-drawer.collection-sidebar--dark
  .price-range__track {
  background: rgba(33, 33, 33, 0.4);
}

.collection-sidebar--desktop-drawer.collection-sidebar--dark
  .price-range__input::-webkit-slider-thumb {
  background: #212121;
  border-color: var(--color--drawer-bg);
}

.collection-sidebar--desktop-drawer.collection-sidebar--dark
  .price-range__input::-moz-range-thumb {
  background: #212121;
  border-color: var(--color--drawer-bg);
}

.collection-sidebar--desktop-drawer.collection-sidebar--dark .c-btn--hollow {
  color: #212121;
  box-shadow: inset 0px 0px 0px 1px #212121;
}
.collection-sidebar--desktop-drawer.collection-sidebar--dark
  .c-btn--hollow:active:not([disabled]),
.collection-sidebar--desktop-drawer.collection-sidebar--dark
  .c-btn--hollow:hover:not([disabled]) {
  background-color: #212121;
  color: #fff;
}

@media screen and (max-width: 980px) {
  .collection-sidebar--desktop-sidebar {
    display: flex;
    position: relative;
    flex-direction: column;
    align-items: stretch;
    width: calc(100% - 24px);
    max-width: 444px;
    height: 100%;
    min-height: 100%;
    background: #fff;
    padding: 0;
    overflow: hidden;
  }
  .collection-sidebar--desktop-sidebar .mfp-close {
    display: block;
    top: 6px;
    color: #fff;
  }
}
@media screen and (max-width: 980px) and (min-width: 561px) {
  .collection-sidebar--desktop-sidebar .mfp-close {
    top: 24px;
    right: 24px;
  }
}

@media screen and (max-width: 980px) {
  .collection-sidebar--desktop-sidebar .collection-sidebar__filter__sort {
    max-width: 100%;
  }
  .collection-sidebar--desktop-sidebar .collection-sidebar__header {
    position: relative;
    padding: 24px 18px 0;
  }
}
@media screen and (max-width: 980px) and (min-width: 561px) {
  .collection-sidebar--desktop-sidebar .collection-sidebar__header {
    padding: 42px 42px 0;
  }
}

@media screen and (max-width: 980px) {
  .collection-sidebar--desktop-sidebar
    .collection-sidebar__header
    .collection-sidebar__main-title {
    padding-right: 36px;
  }
  .collection-sidebar--desktop-sidebar .collection-sidebar__main-title {
    display: block;
    position: relative;
    line-height: 24px;
    margin-bottom: 0;
    text-transform: var(--font--title-transform);
    margin-bottom: 0;
    padding-bottom: 3px;
    color: #fff;
  }
  body[data-heading-border='true']
    .collection-sidebar--desktop-sidebar
    .collection-sidebar__main-title {
    padding-bottom: calc(1.15rem + var(--font--title-border-size));
  }
  .collection-sidebar--desktop-sidebar .collection-sidebar__wrapper {
    flex: 1 1 auto;
    order: 2;
    overflow-y: scroll;
    padding: 30px 18px 0;
  }
}
@media screen and (max-width: 980px) and (min-width: 561px) {
  .collection-sidebar--desktop-sidebar .collection-sidebar__wrapper {
    padding: 42px 42px 0;
  }
}

@media screen and (max-width: 980px) {
  .collection-sidebar--desktop-sidebar .collection-sidebar__draw-actions {
    display: flex;
    flex-wrap: nowrap;
    gap: 12px;
    flex: 0 0 auto;
    order: 3;
    padding: 18px;
    background-color: var(--color--drawer-bg);
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    margin-bottom: -1px;
  }
}
@media screen and (max-width: 980px) and (min-width: 561px) {
  .collection-sidebar--desktop-sidebar .collection-sidebar__draw-actions {
    padding: 24px 42px;
  }
}

@media screen and (max-width: 980px) {
  .collection-sidebar--desktop-sidebar
    .collection-sidebar__draw-actions
    .c-btn {
    margin-bottom: 1px;
  }
  .collection-sidebar--desktop-sidebar
    .collection-sidebar__wrapper
    label.collection-filters__label,
  .collection-sidebar--desktop-sidebar
    .collection-sidebar__filter-form
    .selector-wrapper
    select {
    background: var(--color--drawer-bg);
  }
  .collection-sidebar--desktop-sidebar
    .collection-sidebar__filter-group
    .collection-sidebar__filter-price__input {
    border-color: rgba(255, 255, 255, 0.2);
  }
  .collection-sidebar--desktop-sidebar .collection-sidebar__link__box {
    border-color: #fff;
  }
  .collection-sidebar--desktop-sidebar
    .collection-sidebar__link:hover
    .collection-sidebar__link__box:not(.collection-sidebar__link__box--swatch),
  .collection-sidebar--desktop-sidebar
    .collection-sidebar__filter-group
    input.collection-sidebar__filter__input:checked
    + label
    .collection-sidebar__link__box:not(.collection-sidebar__link__box--swatch) {
    background: #fff;
  }
  .collection-sidebar--desktop-sidebar
    .collection-sidebar__link:hover
    .collection-sidebar__link__box--swatch {
    background-color: var(--background-graphic);
  }
  .collection-sidebar--desktop-sidebar
    .collection-sidebar__link:hover
    .collection-sidebar__link__box--swatch::before {
    opacity: 0.2;
    visibility: visible;
  }
  .collection-sidebar--desktop-sidebar
    .collection-sidebar__filter-group
    .collection-sidebar__link__box
    .icon {
    color: #212121;
  }
  .collection-sidebar--desktop-sidebar
    .collection-sidebar__filter-group
    input.collection-sidebar__filter__input
    + label
    .collection-sidebar__link__box--swatch.is-blank
    .icon {
    color: #fff;
  }
  .collection-sidebar--desktop-sidebar
    .collection-sidebar__filter-form
    .selector-wrapper
    label,
  .collection-sidebar--desktop-sidebar
    .collection-sidebar__filter-form
    .selector-wrapper
    select,
  .collection-sidebar--desktop-sidebar .collection-sidebar__title,
  .collection-sidebar--desktop-sidebar .collection-sidebar__filter__title,
  .collection-sidebar--desktop-sidebar
    .collection-sidebar__filter-group
    .collection-sidebar__filter-price__input,
  .collection-sidebar--desktop-sidebar
    .collection-sidebar__filter-group
    .collection-sidebar__filter-price__item,
  .collection-sidebar--desktop-sidebar
    .collection-sidebar__filter-group
    .collection-sidebar__link,
  .collection-sidebar--desktop-sidebar .collection-sidebar__filter__title-icon,
  .collection-sidebar--desktop-sidebar .collection-sidebar__link,
  .collection-sidebar--desktop-sidebar accordion-group summary,
  .collection-sidebar--desktop-sidebar accordion-group summary summary-icon {
    color: #fff;
  }
  .collection-sidebar--desktop-sidebar
    .collection-sidebar__filter-group
    .collection-sidebar__link__count,
  .collection-sidebar--desktop-sidebar
    .collection-sidebar__filter-form
    .selector-wrapper:after {
    color: rgba(255, 255, 255, 0.8);
  }
  .collection-sidebar--desktop-sidebar .collection-sidebar__filter-group,
  .collection-sidebar--desktop-sidebar
    .collection-sidebar__filter-form
    .selector-wrapper
    select {
    border-color: rgba(255, 255, 255, 0.2);
  }
  .collection-sidebar--desktop-sidebar .price-range__track {
    background: rgba(255, 255, 255, 0.4);
  }
  .collection-sidebar--desktop-sidebar
    .price-range__input::-webkit-slider-thumb {
    background: #fff;
    border-color: var(--color--drawer-bg);
  }
  .collection-sidebar--desktop-sidebar .price-range__input::-moz-range-thumb {
    background: #fff;
    border-color: var(--color--drawer-bg);
  }
  .collection-sidebar--desktop-sidebar .c-btn--hollow {
    color: #fff;
    box-shadow: inset 0px 0px 0px 1px #fff;
  }
  .collection-sidebar--desktop-sidebar .c-btn--hollow:active:not([disabled]),
  .collection-sidebar--desktop-sidebar .c-btn--hollow:hover:not([disabled]) {
    background-color: #fff;
    color: #212121;
  }
  .collection-sidebar--desktop-sidebar.collection-sidebar--dark
    .collection-sidebar__wrapper
    label.collection-filters__label,
  .collection-sidebar--desktop-sidebar.collection-sidebar--dark
    .collection-sidebar__filter-form
    .selector-wrapper
    select {
    background: var(--color--drawer-bg);
  }
  .collection-sidebar--desktop-sidebar.collection-sidebar--dark
    .collection-sidebar__filter-group
    .collection-sidebar__filter-price__input {
    border-color: rgba(33, 33, 33, 0.2);
  }
  .collection-sidebar--desktop-sidebar.collection-sidebar--dark
    .collection-sidebar__link__box {
    border-color: #212121;
  }
  .collection-sidebar--desktop-sidebar.collection-sidebar--dark
    .collection-sidebar__link:hover
    .collection-sidebar__link__box:not(.collection-sidebar__link__box--swatch),
  .collection-sidebar--desktop-sidebar.collection-sidebar--dark
    .collection-sidebar__filter-group
    input.collection-sidebar__filter__input:checked
    + label
    .collection-sidebar__link__box:not(.collection-sidebar__link__box--swatch) {
    background: #212121;
  }
  .collection-sidebar--desktop-sidebar.collection-sidebar--dark
    .collection-sidebar__filter-group
    .collection-sidebar__link__box
    .icon {
    color: #fff;
  }
  .collection-sidebar--desktop-sidebar.collection-sidebar--dark
    .collection-sidebar__filter-group
    input.collection-sidebar__filter__input
    + label
    .collection-sidebar__link__box--swatch.is-blank
    .icon {
    color: #212121;
  }
  .collection-sidebar--desktop-sidebar.collection-sidebar--dark
    .mfp-close.mfp-close,
  .collection-sidebar--desktop-sidebar.collection-sidebar--dark
    .collection-sidebar__main-title,
  .collection-sidebar--desktop-sidebar.collection-sidebar--dark
    .collection-sidebar__filter-form
    .selector-wrapper
    label,
  .collection-sidebar--desktop-sidebar.collection-sidebar--dark
    .collection-sidebar__filter-form
    .selector-wrapper
    select,
  .collection-sidebar--desktop-sidebar.collection-sidebar--dark
    .collection-sidebar__title,
  .collection-sidebar--desktop-sidebar.collection-sidebar--dark
    .collection-sidebar__filter__title,
  .collection-sidebar--desktop-sidebar.collection-sidebar--dark
    .collection-sidebar__filter-group
    .collection-sidebar__filter-price__input,
  .collection-sidebar--desktop-sidebar.collection-sidebar--dark
    .collection-sidebar__filter-group
    .collection-sidebar__filter-price__item,
  .collection-sidebar--desktop-sidebar.collection-sidebar--dark
    .collection-sidebar__filter-group
    .collection-sidebar__link,
  .collection-sidebar--desktop-sidebar.collection-sidebar--dark
    .collection-sidebar__filter__title-icon,
  .collection-sidebar--desktop-sidebar.collection-sidebar--dark
    .collection-sidebar__link,
  .collection-sidebar--desktop-sidebar.collection-sidebar--dark
    accordion-group
    summary,
  .collection-sidebar--desktop-sidebar.collection-sidebar--dark
    accordion-group
    summary
    summary-icon {
    color: #212121;
  }
  .collection-sidebar--desktop-sidebar.collection-sidebar--dark
    .collection-sidebar__filter-group
    .collection-sidebar__link__count,
  .collection-sidebar--desktop-sidebar.collection-sidebar--dark
    .collection-sidebar__filter-form
    .selector-wrapper:after {
    color: rgba(33, 33, 33, 0.8);
  }
  .collection-sidebar--desktop-sidebar.collection-sidebar--dark
    .collection-sidebar__draw-actions,
  .collection-sidebar--desktop-sidebar.collection-sidebar--dark
    .collection-sidebar__filter-group,
  .collection-sidebar--desktop-sidebar.collection-sidebar--dark
    .collection-sidebar__filter-form
    .selector-wrapper
    select {
    border-color: rgba(33, 33, 33, 0.2);
  }
  .collection-sidebar--desktop-sidebar.collection-sidebar--dark
    .price-range__track {
    background: rgba(33, 33, 33, 0.4);
  }
  .collection-sidebar--desktop-sidebar.collection-sidebar--dark
    .price-range__input::-webkit-slider-thumb {
    background: #212121;
    border-color: var(--color--drawer-bg);
  }
  .collection-sidebar--desktop-sidebar.collection-sidebar--dark
    .price-range__input::-moz-range-thumb {
    background: #212121;
    border-color: var(--color--drawer-bg);
  }
  .collection-sidebar--desktop-sidebar.collection-sidebar--dark .c-btn--hollow {
    color: #212121;
    box-shadow: inset 0px 0px 0px 1px #212121;
  }
  .collection-sidebar--desktop-sidebar.collection-sidebar--dark
    .c-btn--hollow:active:not([disabled]),
  .collection-sidebar--desktop-sidebar.collection-sidebar--dark
    .c-btn--hollow:hover:not([disabled]) {
    background-color: #212121;
    color: #fff;
  }
}

@media screen and (max-width: 1365px) and (min-width: 981px) {
  .u-1\/4-sidebar-desk {
    width: 25%;
  }
  .u-3\/4-sidebar-desk {
    width: 75%;
  }
}

@media screen and (min-width: 1366px) {
  .u-1\/5-sidebar-wide {
    width: 20%;
  }
  .u-4\/5-sidebar-wide {
    width: 80%;
  }
  .u-1\/4-grid-desk {
    width: 25%;
  }
}

/* ==========================================================================
   #EVENT ITEM
   ========================================================================== */
.event {
  margin-bottom: 36px;
  position: relative;
  height: auto;
  width: 100%;
  background: var(--color--bg);
}

.event__media {
  position: relative;
  height: 300px;
}

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

.event__date {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 12px;
}

.event__date-text {
  color: #fff;
  text-transform: var(--font--title-transform);
  margin: 0;
}

.event__details {
  padding: 30px 24px;
}

.event__title {
  text-transform: var(--font--title-transform);
  margin: 0;
}

.event__title--link {
  padding-right: 110px;
}

.event__desc {
  margin: 6px 0 0;
  color: var(--color--text-light);
}

.event__desc--link {
  padding-right: 110px;
}

.event__link {
  position: absolute;
  float: right;
  height: 30px;
  right: 24px;
  bottom: 28px;
  display: inline-block;
}

@media screen and (max-width: 980px) {
  .event__media {
    height: 240px;
  }
  .event__title--link,
  .event__desc--link {
    padding: 0;
  }
  .event__link {
    float: none;
    position: relative;
    right: 0;
    bottom: 0;
    margin-top: 12px;
  }
}

@media screen and (max-width: 767px) {
  .event {
    margin-bottom: 24px;
  }
  .event__details {
    padding: 18px;
  }
}

@media screen and (max-width: 560px) {
  .event__media {
    height: 180px;
  }
}

/* ==========================================================================
   #FAQs PAGE
   ========================================================================== */
.page--faq.page--faq {
  position: static;
  padding: 0.01px;
}

.faq__categories {
  position: sticky;
  top: 18px;
  float: left;
  margin-left: -200px;
  width: 180px;
  padding-top: 6px;
}

.faq__categories.faq__categories.faq__categories.faq__categories {
  -webkit-transition:
    opacity 0.3s ease-in,
    top 350ms ease;
  -moz-transition:
    opacity 0.3s ease-in,
    top 350ms ease;
  transition:
    opacity 0.3s ease-in,
    top 350ms ease;
}

.faq__categories {
  top: calc(var(--header-height) * var(--header-is-sticky) + 18px);
}

.header-down .faq__categories {
  top: calc(var(--header-height) + 18px);
}

.faq__categories-title {
  margin-bottom: 6px;
}

.faq__categories-item {
  position: relative;
  margin: 0 0 3px;
}

.faq__categories-link {
  display: block;
}

@media screen and (max-width: 1120px) {
  .faq__categories {
    display: none;
  }
}

.faq__category {
  margin-top: 42px;
  border-bottom: 1px solid var(--color--bg);
  top: 1px;
  position: relative;
  padding: 0 0.5rem;
}

.faq__category__title.faq__category__title {
  margin-bottom: 24px;
}

.faq__accordion accordion-group details {
  border-bottom: 0 none;
}

.faq__accordion accordion-group summary {
  padding: 0.25em 3em 0.25em 0.5rem;
  overflow: initial;
  background-color: transparent;
  transition: background-color 0.25s ease-in-out;
}
.faq__accordion accordion-group summary:hover {
  opacity: 1;
  text-decoration: none;
  background: var(--color--text-lightest);
  transition: background-color 0.25s ease-in-out;
}
.faq__accordion accordion-group summary summary-icon {
  right: 0.5rem;
}

.faq__accordion accordion-group details-content {
  padding: 0.5em 0.5rem 1em;
}
.faq__accordion accordion-group details-content img {
  margin-top: 18px;
}

.faq__accordion__item-wrap *:last-child {
  margin-bottom: 0;
}

.faq__accordion__item__image {
  margin-top: 15px;
}

.faq__cta {
  margin-top: 36px;
  overflow: hidden;
}

@media screen and (max-width: 767px) {
  .faq__accordion__title-text {
    font-size: 1.1em;
  }
  .faq__cta {
    margin-top: 24px;
  }
}

/* ==========================================================================
   #FOOTER
   ========================================================================== */
.footer {
  background: #222;
}

.footer__content {
  padding: 60px 0 18px;
}

.footer-nav {
  margin-bottom: 30px;
}

.footer-nav__title {
  color: #fff;
  text-transform: var(--font--title-transform);
  margin-bottom: 12px;
}

.footer-nav__item {
  margin-bottom: 3px;
}

.footer-nav__link {
  color: rgba(255, 255, 255, 0.8);
}
.footer-nav__link:hover {
  color: #fff;
  opacity: 1;
}

.footer-nav__image-img {
  width: 100%;
}

.footer-nav__image-link {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.footer-nav__image-link:hover {
  opacity: 0.85;
}

.footer-nav__text.footer-nav__text {
  margin-bottom: 3px;
  color: rgba(255, 255, 255, 0.8);
}
.footer-nav__text.footer-nav__text a {
  color: rgba(255, 255, 255, 0.8);
}
.footer-nav__text.footer-nav__text a:hover {
  color: #fff;
  opacity: 1;
}
.footer-nav__text.footer-nav__text.rte a {
  color: #fff;
  border-color: #fff;
}
.footer-nav__text.footer-nav__text.rte a:hover {
  color: #fff;
  opacity: 1;
}
.footer-nav__text.footer-nav__text.rte :is(h1, h2, h3, h4, h5, h6) {
  color: rgba(255, 255, 255, 0.8);
}

.footer-nav__text-link {
  color: #999;
}

.footer-nav__social-wrapper,
.footer-nav__follow_on_shop {
  margin-top: 12px;
}

.footer-nav__social-items {
  margin: 0 0 0 -12px;
  line-height: 0;
}

.footer-nav .social-item {
  display: inline-block;
}

.footer-nav .social-link {
  display: table;
  width: 40px;
  height: 40px;
  font-size: 16px;
  text-align: center;
  color: rgba(255, 255, 255, 0.8);
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.footer-nav .social-link:hover {
  opacity: 1;
  color: #fff;
}
.footer-nav .social-link .icon {
  display: table-cell;
  vertical-align: middle;
  margin: auto;
}

.footer__bottom {
  padding: 12px 0;
  min-height: 66px;
}

.footer__bottom__left {
  float: left;
}

.footer__bottom__right {
  float: right;
}

.footer__bottom__left-item {
  font-family: var(--font--title);
  position: relative;
  display: inline-block;
  vertical-align: top;
  height: 42px;
  margin-right: 24px;
}

.footer-copyright {
  margin-top: 9px;
}

.footer-copyright__text {
  color: rgba(255, 255, 255, 0.8);
  margin: 0;
  font-size: 0.8rem;
}
.footer-copyright__text a {
  color: rgba(255, 255, 255, 0.8);
}
.footer-copyright__text a:hover {
  color: #fff;
  opacity: 1;
}

.footer-copyright__span {
  position: relative;
  margin-left: 15px;
}

.footer__icons {
  display: inline-block;
}

.footer__icons-items {
  margin: 0;
  position: relative;
}

.footer__icons-item {
  display: inline-block;
  color: rgba(255, 255, 255, 0.8);
  margin-right: 3px;
  height: 42px;
  vertical-align: top;
}

.footer__icons-item .payment-icon {
  width: 36px;
  height: auto;
  padding: 10px 0;
}

.footer-divider,
.footer__bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.footer--dark .footer-nav__title {
  color: #212121;
}

.footer--dark .footer-nav__text,
.footer--dark .footer-copyright__text,
.footer--dark .footer__icons-item,
.footer--dark .footer-nav__text.rte :is(h1, h2, h3, h4, h5, h6) {
  color: rgba(33, 33, 33, 0.8);
}

.footer--dark .localize__items {
  border-color: rgba(33, 33, 33, 0.2);
}

.footer--dark .footer-nav__link,
.footer--dark .footer-localize .localize__toggle,
.footer--dark .footer-nav__text.footer-nav__text a,
.footer--dark .footer-tweet__link,
.footer--dark .footer-copyright__text a {
  color: rgba(33, 33, 33, 0.8);
}
.footer--dark .footer-nav__link:hover,
.footer--dark .footer-localize .localize__toggle:hover,
.footer--dark .footer-nav__text.footer-nav__text a:hover,
.footer--dark .footer-tweet__link:hover,
.footer--dark .footer-copyright__text a:hover {
  color: #212121;
}

.footer--dark .footer-nav .social-link,
.footer--dark .footer-nav__text.footer-nav__text.rte a {
  color: rgba(33, 33, 33, 0.8);
  border-color: rgba(33, 33, 33, 0.8);
}
.footer--dark .footer-nav .social-link:hover,
.footer--dark .footer-nav__text.footer-nav__text.rte a:hover {
  color: #212121;
  border-color: #212121;
}

.footer--dark.footer-divider,
.footer--dark .footer__bottom {
  border-top: 1px solid rgba(33, 33, 33, 0.2);
}

@media screen and (max-width: 980px) {
  .footer__bottom__left,
  .footer__bottom__right {
    float: none;
  }
  .footer-copyright__span {
    margin-left: 0;
    margin-right: 15px;
  }
}

@media screen and (max-width: 767px) {
  .footer__content {
    padding: 30px 0 18px;
  }
  .footer__bottom {
    text-align: center;
  }
  .footer__bottom__left-item {
    height: auto;
    margin: 0 0 6px;
    padding: 0;
  }
  .footer__icons {
    width: 100%;
  }
  .footer-copyright__span {
    display: block;
    margin: 0;
  }
}

.free-shipping-bar {
  --thickness: 6px;
  --track-color: $color--text;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 18px;
  gap: 6px;
}

.free-shipping-bar--align-left {
  align-items: start;
}
.free-shipping-bar--align-left .free-shipping-bar__text {
  text-align: left;
}

.free-shipping-bar__text {
  position: relative;
  display: flex;
  align-items: center;
  text-align: center;
  font-size: 0.9rem;
  line-height: 1.7;
}
.free-shipping-bar__text .money {
  font-weight: bolder;
}

.free-shipping-bar__icon {
  display: inline-block;
  margin-right: 6px;
  position: relative;
  width: 1.45rem;
  height: 1.45rem;
}

.free-shipping-bar__track {
  position: relative;
  width: 100%;
  height: var(--thickness);
  border: 0 none;
  background-color: var(--color--text-lightest);
  border-radius: calc(var(--thickness) / 2);
}
.free-shipping-bar__track::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  border-radius: calc(var(--thickness) / 2);
  clip-path: inset(0 100% 0 0 round calc(var(--thickness) / 2));
  background: var(--track-color);
  transform-origin: left;
  transition: clip-path 1s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.is-visible .free-shipping-bar__track::before {
  clip-path: inset(0 var(--displacement) 0 0 round calc(var(--thickness) / 2));
}

.free-shipping-bar__animation {
  position: absolute;
  top: -120px;
  left: calc(50% - 150px);
  width: 300px;
  height: 300px;
}

/*============================================================================
  #GIFT CARD RECIPIENT
==============================================================================*/
.gift-card-recipient {
  display: block;
  margin-bottom: 18px;
}

.gift-card-recipient__checkbox.gift-card-recipient__checkbox.gift-card-recipient__checkbox {
  margin-bottom: 0;
}

.gift-card-recipient__fieldset {
  overflow: hidden;
  -webkit-transition: max-height 0.2s ease-out;
  -moz-transition: max-height 0.2s ease-out;
  transition: max-height 0.2s ease-out;
}

.gift-card-recipient__fieldset-wrapper {
  margin: 18px 0;
}

/* ==========================================================================
   #HEADER SEARCH BAR
   ========================================================================== */
.list-menu {
  --item-border-radius: 4px;
  --active-color: $color--text-lighter;
  --hover-color: $color--text-lightest;
  --hover-horizontal-padding: 0.5em;
  display: block;
  position: relative;
  list-style: none;
  margin-bottom: 0;
  margin-left: 0;
  font-size: 1em;
  font-family: var(--font--body);
  font-weight: var(--font--body-weight);
  font-style: var(--font--body-style);
  letter-spacing: 0;
  text-transform: none;
}

.list-menu__item {
  display: block;
  box-sizing: border-box;
}

.list-menu__item--active .list-menu__link {
  text-decoration: underline;
  text-decoration-color: var(--active-color);
}
.list-menu__item--active .list-menu__link:hover {
  text-decoration: underline;
  text-decoration-color: var(--active-color);
}

.list-menu__link {
  position: relative;
  box-sizing: border-box;
  display: flex;
  padding: 0.5em 0;
  text-align: left;
  text-decoration: none;
  width: 100%;
  color: var(--color--text);
  line-height: 1.5;
  opacity: 1;
  cursor: pointer;
  z-index: 1;
}
.list-menu__link::before {
  content: '';
  position: absolute;
  top: 0;
  right: calc(-1 * var(--hover-horizontal-padding));
  bottom: 0;
  left: calc(-1 * var(--hover-horizontal-padding));
  border-radius: var(--item-border-radius);
  background-color: transparent;
  opacity: 0;
  z-index: 0;
}
.list-menu__link:hover {
  opacity: 1;
  color: var(--color--text);
}
.list-menu__link:hover::before {
  opacity: 1;
  background-color: var(--hover-color);
}

.list-menu__text {
  z-index: 1;
}

.list-menu__link--sub {
  padding-right: 1.25em;
}
.list-menu__link--sub:after {
  content: '\e93a';
  font-family: 'sb-icons';
  opacity: 0.7;
  position: absolute;
  font-size: 0.75em;
  width: 0.75em;
  height: 0.75em;
  line-height: 0.75em;
  top: 50%;
  right: 0.25em;
  transform: translateY(-50%);
}

.list-menu__text {
  display: inline;
}

/* ==========================================================================
   #LANGUAGE AND COUNTRY SELECOTRS
   ========================================================================== */
.localize__form {
  overflow: visible;
}

.localize__item__wrapper {
  display: inline-block;
  margin-right: 12px;
  font-size: var(--font--nav-size);
}
.localize__item__wrapper:last-of-type {
  margin-right: 0;
}

.localize__toggle {
  background: transparent;
  border: none;
  cursor: pointer;
  color: rgba(255, 255, 255, 0.8);
  line-height: 42px;
  font-size: 0.9em;
  font-family: var(--font--nav);
  font-weight: var(--font--nav-weight);
  font-style: var(--font--nav-style);
  letter-spacing: var(--font--nav-space);
  text-transform: var(--font--nav-transform);
}
.localize__toggle span {
  font-size: 1.05rem;
  width: 32px;
  display: inline-block;
}
.localize__toggle .icon {
  margin-left: 9px;
  position: relative;
  top: 1px;
  font-size: 11px;
  line-height: 0;
}
.localize__toggle .icon:before {
  transform: rotate(0deg);
  -webkit-transition: 0.2s ease transform;
  -moz-transition: 0.2s ease transform;
  transition: 0.2s ease transform;
}
.localize__toggle.js-active .icon:before {
  transform: rotate(180deg);
}
.localize__toggle:hover,
.localize__toggle.js-active {
  color: #fff;
  opacity: 1;
}

.localize__items-wrapper {
  max-height: 250px;
  overflow-y: auto;
  min-width: 180px;
  max-width: 270px;
  width: max-content;
  padding: 3px;
  margin: 0;
  display: block;
  list-style: none;
}

.localize__items {
  position: absolute;
  bottom: 45px;
  left: auto;
  background: #fff;
  border: 1px solid var(--color--text-lightest);
  display: block;
  opacity: 0;
  visibility: hidden;
  -ms-transform: translateY(10px);
  -webkit-transform: translateY(10px);
  transform: translateY(10px);
  -webkit-transition: 0.1s ease all;
  -moz-transition: 0.1s ease all;
  transition: 0.1s ease all;
}
.localize__items.js-active {
  opacity: 1;
  visibility: visible;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -ms-transform: translateY(0);
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.localize__items:before {
  content: '';
  position: absolute;
  width: 16px;
  height: 16px;
  bottom: -21px;
  left: 18px;
  height: 0;
  width: 0;
  border-color: rgba(33, 33, 33, 0.2) transparent transparent transparent;
  border-width: 10px;
  border-style: solid;
}
.localize__items:after {
  content: '';
  position: absolute;
  width: 16px;
  height: 16px;
  bottom: -20px;
  left: 18px;
  border-color: #fff transparent transparent transparent;
  border-width: 10px;
  border-style: solid;
}

.localize__item__link {
  font-family: var(--font--body);
  font-weight: var(--font--body-weight);
  font-style: var(--font--body-style);
  font-size: 0.85rem;
  letter-spacing: 0;
  padding: 2px 12px;
  width: 100%;
  white-space: normal;
  border: 0;
  margin-top: 2px;
  display: inline-block;
  text-align: left;
  position: relative;
  cursor: pointer;
  color: rgba(33, 33, 33, 0.7);
}
.localize__item__link:hover,
.localize__item__link.selected {
  color: #212121;
  background: rgba(33, 33, 33, 0.05);
  opacity: 1;
}

.footer-localize .list-menu {
  --link-padding: 2px 12px;
  --active-color: rgba(17, 17, 17, 0.15);
  --hover-color: rgba(17, 17, 17, 0.05);
}
.footer-localize .list-menu .list-menu__link {
  font-family: var(--font--body);
  font-weight: var(--font--body-weight);
  font-style: var(--font--body-style);
  padding: var(--link-padding);
  font-size: 0.85rem;
  letter-spacing: 0;
  text-align: left;
  position: relative;
  cursor: pointer;
  color: rgba(33, 33, 33, 0.7);
  line-height: inherit;
  overflow: hidden;
}
.footer-localize .list-menu .list-menu__link:hover {
  color: #212121;
  opacity: 1;
}

@media screen and (max-width: 767px) {
  .footer-localize .localize__item__wrapper {
    display: block;
    position: relative;
    margin: 0;
  }
  .footer-localize .localize__toggle {
    line-height: 32px;
  }
  .footer-localize .localize__items:before,
  .footer-localize .localize__items:after {
    left: 50%;
    margin-left: -10px;
  }
  .footer-localize .localize__items {
    left: 50%;
    -ms-transform: translate(-50%, 10px);
    -webkit-transform: translate(-50%, 10px);
    transform: translate(-50%, 10px);
  }
  .footer-localize .localize__items.js-active {
    -ms-transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
  }
}

/* ==========================================================================
   #PAGE
   ========================================================================== */
/* ==========================================================================
   #PASSWORD PAGE
   ========================================================================== */
.template-password .header {
  background: var(--color--bg);
}

.template-password .page-container {
  min-height: 100vh;
}

.password-header__link {
  position: absolute;
  right: 30px;
  top: 39px;
}

.password-header__link-link {
  font-size: 1rem;
  text-decoration: underline;
}
.password-header__link-link:hover {
  text-decoration: underline;
}

.section.section--password-content {
  margin-bottom: 30px;
}

.password-content {
  position: relative;
  overflow: hidden;
  min-height: 620px;
  background: var(--color--bg-dark);
}

.password-content__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.password-content__content {
  width: 600px;
  max-width: 100%;
  padding: 12px 42px;
  margin: 54px 18px;
  background: var(--color--bg);
  text-align: center;
  position: relative;
}

.password-content__content--pb {
  padding-bottom: 24px;
}

.password-content__block {
  margin: 18px 0;
}

.password-content__block--social {
  margin-bottom: 0;
}

.password-content__social-items {
  margin: 0;
}

.password-content .social-item {
  display: inline-block;
  vertical-align: middle;
}

.password-content .social-link {
  display: table;
  width: 24px;
  height: 24px;
  font-size: 12px;
  text-align: center;
  color: rgba(33, 33, 33, 0.8);
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.password-content .social-link:hover {
  opacity: 1;
  color: #212121;
}
.password-content .social-link .icon {
  display: table-cell;
  vertical-align: middle;
  margin: auto;
}

.password-footer {
  margin: 24px 0 30px;
  overflow: hidden;
}

.password__powered-by {
  float: left;
}

.password__admin {
  float: right;
}
.password__admin a {
  font-weight: normal !important;
}

.password__shopify-link {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 30px;
  top: 5px;
  margin-left: 5px;
}
.password__shopify-link svg path {
  fill: var(--color--text);
}

.password-pop {
  position: relative;
  background: var(--color--bg);
  max-width: 500px;
  width: 100%;
  margin: 12px auto 42px;
}
.password-pop .mfp-close {
  color: var(--color--text);
  display: block;
  font-size: 24px;
  width: 54px;
  height: 54px;
  top: 0;
  right: 0;
  line-height: 58px;
}

.password-pop__wrapper {
  padding: 30px;
}

.password-pop__head {
  text-align: center;
  height: auto;
  position: relative;
}

.password-pop__label-title {
  line-height: 1.8;
  margin-bottom: 0;
  text-transform: var(--font--title-transform);
}

.password-pop__inner {
  margin-top: 30px;
}

@media screen and (max-width: 980px) {
  .password-header__link {
    position: relative;
    margin: 0 12px 24px;
    right: 0;
    top: 0;
    text-align: center;
  }
  .password-content {
    min-height: 500px;
  }
}

@media screen and (max-width: 767px) {
  .password-content {
    min-height: 360px;
  }
  .password-content__content {
    padding: 6px 18px;
    margin: 30px 12px;
  }
  .password-content__content--pb {
    padding-bottom: 18px;
  }
  .password-footer {
    text-align: center;
  }
  .password__admin {
    margin-bottom: 24px;
  }
  .password__powered-by,
  .password__admin {
    float: none;
  }
}

.price__notes {
  line-height: 0;
}

.price__note {
  display: inline;
  color: var(--color--text-lighter);
  margin: 0;
  padding: 0;
  font-size: 0.85rem;
  line-height: 1.25;
  font-style: italic;
  position: relative;
}
.price__note:empty {
  position: absolute;
}
.price__note:not(:empty) {
  margin-right: 16px;
}
.price__note:not(:empty)::after {
  content: '';
  width: 3px;
  height: 3px;
  position: absolute;
  right: -8px;
  top: 8px;
  background: var(--color--alt-text);
  display: inline-block;
  border-radius: 50%;
  transform: translate(50%, -75%);
}
.price__note:last-child {
  margin-left: 0;
}
.price__note:last-child::after {
  content: none;
}

/* ==========================================================================
   #PRODUCT ITEM
   ========================================================================== */
.product-card {
  display: block;
  margin-bottom: 36px;
  position: relative;
}
items-scroll[scrollable] .product-card {
  margin-bottom: 0;
}

.product-card--mini {
  display: grid;
  position: relative;
  grid-template-columns: minmax(70px, 3fr) 7fr;
  padding: 18px;
  gap: 18px;
  align-items: start;
  overflow: visible;
  margin: 12px 0;
  border-radius: 6px;
  background-color: var(--color--bg);
  transition: box-shadow 0.2s ease-in-out;
}
.product-card--mini.product-card--media-ratio-4\:3 {
  grid-template-columns: minmax(70px, 3.5fr) 6.5fr;
}
.product-card--mini.product-card--media-ratio-16\:9 {
  grid-template-columns: minmax(70px, 4fr) 6fr;
}
.product-card--mini.product-card--media-ratio-2\:3 {
  grid-template-columns: minmax(50px, 2.5fr) 7.5fr;
}
.product-card--mini.product-card--media-ratio-3\:4 {
  grid-template-columns: minmax(60px, 2.75fr) 7.25fr;
}
.product-card--mini:hover {
  box-shadow: var(--color--drop-shadow) 0px 3px 12px 0px;
}
.product-card--mini:focus-within {
  box-shadow: var(--color--drop-shadow) 0px 3px 12px 0px;
}
.product-card--mini .product-card__top a {
  opacity: 1;
}
.product-card--mini .product-card__top a:hover {
  opacity: 1;
}
.product-card--mini > .product-card__details {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.5em;
  margin-top: 0;
  white-space: nowrap;
  overflow: hidden;
}
.product-card--mini > .product-card__details .product-card__title {
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
}
.product-card--mini > .product-card__details .product-card__price {
  display: block;
  line-height: 1;
}
.product-card--mini > .product-card__link {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  border-radius: 6px;
  opacity: 1;
}
.product-card--mini > .product-card__link:hover {
  opacity: 1;
}
.product-card--mini > .product-card__link:focus {
  outline: none;
}
.product-card--mini .product-card-btn {
  display: inline-block;
  width: auto;
  margin-top: 0;
}
.product-card--mini .product-card-btn .link {
  display: inline-flex;
  align-items: center;
  background-color: transparent;
  border: 0 none;
  padding: 1em 1em 0 0;
  letter-spacing: initial;
  font-size: 1rem;
  font-family: var(--font--body);
  font-weight: var(--font--body-weight);
  font-style: var(--font--body-style);
  text-transform: none;
  cursor: pointer;
}
.product-card--mini .product-card-btn .link[disabled] {
  opacity: 0.6;
  cursor: not-allowed;
}
.product-card--mini .product-card-btn .product-card-btn__spinner {
  left: 0;
  width: 24px;
  height: 24px;
  margin-left: 0;
}
.product-card--mini
  .product-card-btn
  .product-card-btn__spinner
  .theme-spinner__border {
  border-color: var(--color--text) transparent transparent transparent;
}
.product-card--mini .product-card-btn .product-card-btn__tick {
  left: 0;
  font-size: 14px;
  margin-left: 0;
}
.product-card--mini .product-card-btn__spinner {
  opacity: 0;
  position: absolute;
  left: 50%;
  width: 30px;
  height: 30px;
  margin-left: -15px;
}
items-scroll[scrollable] .product-card--mini {
  margin-bottom: 12px;
}

.product-card--center .product-card__details {
  text-align: center;
}

.product-card__details {
  margin-top: 12px;
}
.product-card__details .review-wrapper {
  margin-top: 6px;
}

.product-card-top,
.product-card__top {
  position: relative;
  overflow: hidden;
}

.product-card__media {
  position: relative;
  overflow: hidden;
  background: var(--color--product-bg);
}
.o-ratio__content .product-card__media {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.product-card__img.product-card__img {
  background: var(--color--product-bg);
  position: relative;
  background-position: center;
  height: 100%;
  width: 100%;
  max-width: 100%;
  max-height: 100%;
  display: block;
  margin: 0 auto;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.product-card__img-hover {
  background: var(--color--product-bg);
  position: absolute;
  background-position: center;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  -moz-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

.product-card--fit .product-card__img,
.product-card--fit .product-card__img-hover,
.product-card__media--fit .product-card__img {
  object-fit: contain;
}

.product-card--crop .product-card__img,
.product-card--crop .product-card__img-hover,
.product-card__media--crop .product-card__img {
  object-fit: cover;
}

.product-card__vendor {
  display: block;
  font-family: var(--font--body);
  font-weight: var(--font--body-weight);
  font-style: var(--font--body-style);
  text-transform: none;
  letter-spacing: 0;
  color: var(--color--text-lighter);
  margin-bottom: 6px;
}

.product-card__title {
  font-size: calc((var(--font--size-grid) / var(--font--size-base)) * 1rem);
  line-height: 1.7;
  margin: 0px;
}

.product-card__label__items {
  position: absolute;
  display: flex;
  flex-direction: column;
  z-index: 3;
  top: 9px;
  right: -6px;
  margin-bottom: 0;
  text-align: right;
  align-items: flex-end;
}
@media screen and (max-width: 767px) {
  .product-card__label__items {
    top: 6px;
  }
}

.product-card__label__items--inline {
  flex-direction: row;
  flex-wrap: wrap;
}

.product-card__label__items--position_left {
  right: auto;
  left: -6px;
  align-items: flex-start;
  text-align: left;
}

.product-card__label__items--right_inline {
  flex-direction: row-reverse;
}

.product-card__label__items_hide {
  display: none;
}

.product-card__label {
  width: fit-content;
  margin-bottom: 4px;
}
@media screen and (max-width: 767px) {
  .product-card__label {
    margin-bottom: 3px;
  }
}

.product-card .price,
.product-single .product-card .price,
quick-shop .price {
  font-family: var(--font--body);
  color: var(--color--text);
  margin: 6px 0 0;
  line-height: 1;
  word-break: break-all;
}

.product-card .price__text,
.product-single .product-card .price__text,
quick-shop .price__text {
  margin-bottom: 0;
}

.product-card .price__number--sale,
.product-single .product-card .price__number--sale,
quick-shop .price__number--sale {
  color: var(--color--product-sale);
}

.product-card .price__compare,
.product-single .product-card .price__compare,
quick-shop .price__compare {
  position: relative;
  margin-left: 6px;
  text-decoration: line-through;
  font-size: 1em;
  color: var(--color--alt-text);
}

.product-card .price__notes .price__note:last-child:not(:empty)::after,
.product-single
  .product-card
  .price__notes
  .price__note:last-child:not(:empty)::after {
  content: '';
  display: block;
  position: relative;
  right: auto;
  top: auto;
  background: transparent;
  width: 0px;
  width: 0px;
  height: 0;
  line-height: 0;
  border-radius: 0;
  transform: none;
}

.product-single .product-card--center .price {
  justify-content: center;
}

.product-card__details .price {
  display: block;
}

.product-card__details .price__notes {
  display: block;
  margin-bottom: 0;
}
.product-card__details
  .price__notes
  .price__note:last-child:not(:empty)::after {
  content: none;
}

.product-card__reviews {
  margin-top: 12px;
  line-height: 0;
}

.product-card__more {
  text-align: center;
}
.product-card__more .product-card-details {
  color: var(--color--text);
  text-decoration: underline;
}

.o-ratio__content .product-card__link {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.product-card-btn {
  display: block;
  position: relative;
  margin: 12px 0 0;
  width: 100%;
  left: 0;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

@media screen and (max-width: 980px) {
  .product-card-btn__btn:after {
    top: 0;
  }
}

@media screen and (min-width: 768px) {
  .no-touchevents
    .product-card--trigger-button.product-card--hover
    .product-card-btn {
    position: absolute;
    width: calc(100% - 24px);
    bottom: 6px;
    margin: 6px 12px;
    opacity: 0;
    transition: opacity 0.2s ease-in-out;
  }
  .no-touchevents
    .product-card--trigger-button.product-card--hover:hover
    .product-card-btn {
    opacity: 1;
    transition: opacity 0.2s ease-in-out;
  }
}

@media screen and (max-width: 767px) {
  .product-card {
    margin-bottom: 30px;
  }
}

@media screen and (min-width: 768px) {
  .no-touchevents .product-card--details-hover .product-card__details__hover {
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    -ms-transform: translateY(10px);
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
    opacity: 0;
  }
}

/* ==========================================================================
   #PRODUCT CARD IMAGE HOVER
   ========================================================================== */
.no-touchevents
  quick-shop
  .product-card__media--hover-image:hover
  .hover-enabled.product-card__img,
.no-touchevents
  .product-card-top:hover
  .product-card__media--hover-image
  .hover-enabled.product-card__img,
.no-touchevents
  .product-card__top:hover
  .product-card__media--hover-image
  .hover-enabled.product-card__img,
.no-touchevents
  .product-card--mini:hover.product-card--hover-image
  .hover-enabled.product-card__img {
  opacity: 0;
}

.no-touchevents
  quick-shop
  .product-card__media--hover-image:hover
  .hover-enabled.product-card__img-hover,
.no-touchevents
  .product-card-top:hover
  .product-card__media--hover-image
  .hover-enabled.product-card__img-hover,
.no-touchevents
  .product-card__top:hover
  .product-card__media--hover-image
  .hover-enabled.product-card__img-hover,
.no-touchevents
  .product-card--mini:hover.product-card--hover-image
  .hover-enabled.product-card__img-hover {
  opacity: 1;
}

.no-touchevents
  .product-card--hover
  quick-shop:hover
  .product-card__media--hover-zoom
  .product-card__img,
.no-touchevents
  .product-card-top:hover
  .product-card__media--hover-zoom
  .product-card__img,
.no-touchevents
  .product-card__top:hover
  .product-card__media--hover-zoom
  .product-card__img,
.no-touchevents
  .product-card--mini:hover.product-card--hover-zoom
  .product-card__img {
  transform: scale3d(1.05, 1.05, 1.05);
  transition: transform 2s ease;
}

.product-card__link--full-opacity:hover {
  opacity: 1;
}

/* ==========================================================================
   #QUICKSHOP MODAL
   ========================================================================== */
quick-shop {
  display: none;
  position: fixed;
  padding: 15px;
  background: var(--color--bg);
}
quick-shop .quick-shop__wrapper {
  touch-action: pan-y;
  transform: translate3d(60px, 0, 0);
  transition: transform 0.75s ease-out;
}
quick-shop .quick-shop__main > *:last-child {
  margin-bottom: 18px;
}
quick-shop .product-card__title {
  margin-top: 0;
}
quick-shop .product-card__label__items {
  display: none;
}
quick-shop .product-card__description {
  line-height: 1.5;
  padding-bottom: 18px;
}
quick-shop .product-card__description .metafield-rich_text_field a {
  text-decoration: underline;
}
quick-shop .product-card__description .metafield-rich_text_field a:hover {
  text-decoration: underline;
}
quick-shop .product-card__description .metafield-rich_text_field p:last-child {
  margin-bottom: 0px;
}
quick-shop .product-card__details.product-card__details {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  text-align: left;
}
quick-shop .product-card__details.product-card__details .review-wrapper {
  justify-content: left;
  align-items: left;
}
quick-shop
  .product-card__details.product-card__details
  .review-wrapper
  .rating {
  margin-left: 0;
}
quick-shop product-interactive-options {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
quick-shop product-interactive-options variant-swatches,
quick-shop product-interactive-options .product-form__swatch,
quick-shop product-interactive-options .selector-wrapper,
quick-shop product-interactive-options .selector-wrapper select {
  margin-top: 0;
  margin-bottom: 0;
}
quick-shop product-interactive-options .product-form__swatch {
  display: flex;
  flex-wrap: wrap;
  row-gap: 9px;
  column-gap: 6px;
}
quick-shop
  product-interactive-options
  .product-form__swatch
  .product-form__swatch__title {
  flex: 1 1 100%;
}
quick-shop
  product-interactive-options
  .product-form__swatch
  .product-form__swatch__item {
  flex: 0 0 auto;
}
quick-shop
  product-interactive-options
  .product-form__swatch
  .product-form__swatch__item
  .product-form__swatch__label {
  margin: 0;
}
quick-shop
  product-interactive-options
  .product-form__swatch
  .product-form__swatch__item--color
  .product-form__swatch__label {
  margin: 0 3px;
}
quick-shop .price__note {
  font-style: normal;
}
.mfp-quick-shop quick-shop {
  display: flex;
  flex-direction: column;
  position: relative;
  z-index: initial;
  padding: 0;
  height: 100%;
  min-height: 100%;
  border-radius: 0;
  overflow-y: auto;
  background-color: var(--color--drawer-bg);
  color: #fff;
}
.mfp-quick-shop quick-shop a {
  color: #fff;
}
.mfp-quick-shop quick-shop .quick-shop__wrapper {
  background-color: var(--color--drawer-bg);
}
.mfp-quick-shop quick-shop .rating-star::before {
  background: linear-gradient(
    90deg,
    #fff var(--percent),
    rgba(255, 255, 255, 0.55) var(--percent)
  );
  -webkit-background-clip: text;
  background-clip: text;
}
.mfp-quick-shop quick-shop .product-form__divider {
  background-color: rgba(255, 255, 255, 0.2);
  color: rgba(255, 255, 255, 0.2);
}
.mfp-quick-shop quick-shop .product-form__swatch__title,
.mfp-quick-shop quick-shop .product-form__qty quantity-selector {
  color: #fff;
}
.mfp-quick-shop quick-shop .product-form__swatch__sub-title {
  color: rgba(255, 255, 255, 0.55);
}
.mfp-quick-shop
  quick-shop
  .product-form__swatch__item--button
  .product-form__swatch__label {
  border-color: rgba(255, 255, 255, 0.2);
}
.mfp-quick-shop
  quick-shop
  .product-form__swatch__item--button
  input[type='radio']:checked
  + label {
  border: 1px solid #fff;
  box-shadow: 0 0 3px 1px rgba(255, 255, 255, 0.2);
}
.mfp-quick-shop quick-shop .product-form__swatch__label.is-disabled {
  color: rgba(255, 255, 255, 0.55);
}
.mfp-quick-shop quick-shop .product-form__swatch__label.is-disabled::after {
  background: linear-gradient(
    to left top,
    transparent calc(50% - 0.5px),
    rgba(255, 255, 255, 0.55) calc(50% - 0.5px),
    rgba(255, 255, 255, 0.55) calc(50% + 0.5px),
    transparent calc(50% + 0.5px)
  );
}
.mfp-quick-shop
  quick-shop
  .product-form__swatch__item--button
  input[type='radio']:hover
  + label,
.mfp-quick-shop
  quick-shop
  .product-form__swatch__item--button
  input[type='radio']:checked
  + label {
  border-color: #fff;
  box-shadow: 0 0 3px 1px rgba(255, 255, 255, 0.2);
}
.mfp-quick-shop
  quick-shop
  .product-form__swatch__item--color
  input[type='radio']:hover
  + label,
.mfp-quick-shop
  quick-shop
  .product-form__swatch__item--color
  input[type='radio']:checked
  + label {
  box-shadow:
    0 0 0 3px var(--color--drawer-bg),
    0 0 0 4px rgba(255, 255, 255, 0.7),
    0 0 3px 5px rgba(255, 255, 255, 0.2);
}
.mfp-quick-shop
  quick-shop
  .product-form__swatch__item--color
  .product-form__swatch__label__graphic {
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.2);
}
.mfp-quick-shop
  quick-shop
  .product-form__swatch__item--emphasize
  .product-form__swatch__label__graphic {
  box-shadow: 0 0 0 1px #fff !important;
}
.mfp-quick-shop quick-shop .selector-wrapper::after {
  color: rgba(255, 255, 255, 0.55);
}
.mfp-quick-shop quick-shop .selector-wrapper label {
  color: #fff;
  background: var(--color--drawer-bg);
}
.mfp-quick-shop quick-shop .selector-wrapper select {
  color: #fff;
  border-color: rgba(255, 255, 255, 0.2);
  background: var(--color--drawer-bg);
}
.mfp-quick-shop quick-shop quantity-input {
  border-color: rgba(255, 255, 255, 0.2);
}
.mfp-quick-shop quick-shop quantity-input input {
  border-color: rgba(255, 255, 255, 0.2);
}
.mfp-quick-shop quick-shop .c-btn--hollow {
  color: #fff;
  box-shadow: inset 0px 0px 0px 1px #fff;
}
.mfp-quick-shop quick-shop .c-btn--hollow .theme-spinner__border {
  border-color: #fff transparent transparent transparent;
}
.mfp-quick-shop quick-shop .c-btn--hollow:active:not([disabled]),
.mfp-quick-shop quick-shop .c-btn--hollow:hover:not([disabled]) {
  background-color: #fff;
  color: #212121;
}
.mfp-quick-shop
  quick-shop
  .c-btn--hollow:active:not([disabled])
  .theme-spinner__border,
.mfp-quick-shop
  quick-shop
  .c-btn--hollow:hover:not([disabled])
  .theme-spinner__border {
  border-color: #212121 transparent transparent transparent;
}
.mfp-quick-shop quick-shop .product-form__stock-note--sold .pulsating-dot__ring,
.mfp-quick-shop
  quick-shop
  .product-form__stock-note--sold
  .pulsating-dot__circle {
  background-color: rgba(255, 255, 255, 0.55);
}
.mfp-quick-shop quick-shop .shopify-payment-button__more-options {
  color: #fff;
}
.mfp-quick-shop quick-shop .price__note {
  color: rgba(255, 255, 255, 0.55);
}
.mfp-quick-shop quick-shop .skeleton-image,
.mfp-quick-shop quick-shop .skeleton-text,
.mfp-quick-shop quick-shop .skeleton-button {
  background-color: rgba(255, 255, 255, 0.12);
}
.mfp-quick-shop quick-shop image-skeleton rect {
  fill: rgba(255, 255, 255, 0.12);
}
.mfp-quick-shop quick-shop .skeleton-text--inverse {
  background-color: rgba(33, 33, 33, 0.8);
}
.mfp-quick-shop
  quick-shop
  .product-card__link:has(> image-skeleton[loaded])::before {
  background-color: rgba(255, 255, 255, 0.12);
}
.mfp-quick-shop quick-shop.quick-shop--drawer-dark {
  color: #212121;
}
.mfp-quick-shop quick-shop.quick-shop--drawer-dark a {
  color: #212121;
}
.mfp-quick-shop quick-shop.quick-shop--drawer-dark .mfp-close {
  color: #212121;
}
.mfp-quick-shop quick-shop.quick-shop--drawer-dark .product-card__vendor {
  color: rgba(33, 33, 33, 0.55);
}
.mfp-quick-shop quick-shop.quick-shop--drawer-dark .quick-shop__title {
  color: #212121;
}
.mfp-quick-shop quick-shop.quick-shop--drawer-dark .rating-star::before {
  background: linear-gradient(
    90deg,
    #212121 var(--percent),
    rgba(33, 33, 33, 0.55) var(--percent)
  );
  -webkit-background-clip: text;
  background-clip: text;
}
.mfp-quick-shop quick-shop.quick-shop--drawer-dark .product-form__divider {
  background-color: rgba(33, 33, 33, 0.2);
  color: rgba(33, 33, 33, 0.2);
}
.mfp-quick-shop quick-shop.quick-shop--drawer-dark .product-form__swatch__title,
.mfp-quick-shop
  quick-shop.quick-shop--drawer-dark
  .product-form__qty
  quantity-selector {
  color: #212121;
}
.mfp-quick-shop
  quick-shop.quick-shop--drawer-dark
  .product-form__swatch__sub-title {
  color: rgba(33, 33, 33, 0.55);
}
.mfp-quick-shop
  quick-shop.quick-shop--drawer-dark
  .product-form__swatch__item--button
  .product-form__swatch__label {
  border-color: rgba(33, 33, 33, 0.2);
}
.mfp-quick-shop
  quick-shop.quick-shop--drawer-dark
  .product-form__swatch__item--button
  input[type='radio']:checked
  + label {
  border: 1px solid #212121;
  box-shadow: 0 0 3px 1px rgba(33, 33, 33, 0.2);
}
.mfp-quick-shop
  quick-shop.quick-shop--drawer-dark
  .product-form__swatch__label.is-disabled {
  color: rgba(33, 33, 33, 0.55);
}
.mfp-quick-shop
  quick-shop.quick-shop--drawer-dark
  .product-form__swatch__label.is-disabled::after {
  background: linear-gradient(
    to left top,
    transparent calc(50% - 0.5px),
    rgba(33, 33, 33, 0.55) calc(50% - 0.5px),
    rgba(33, 33, 33, 0.55) calc(50% + 0.5px),
    transparent calc(50% + 0.5px)
  );
}
.mfp-quick-shop
  quick-shop.quick-shop--drawer-dark
  .product-form__swatch__item--button
  input[type='radio']:hover
  + label,
.mfp-quick-shop
  quick-shop.quick-shop--drawer-dark
  .product-form__swatch__item--button
  input[type='radio']:checked
  + label {
  border-color: #212121;
  box-shadow: 0 0 3px 1px rgba(33, 33, 33, 0.2);
}
.mfp-quick-shop
  quick-shop.quick-shop--drawer-dark
  .product-form__swatch__item--color
  input[type='radio']:hover
  + label,
.mfp-quick-shop
  quick-shop.quick-shop--drawer-dark
  .product-form__swatch__item--color
  input[type='radio']:checked
  + label {
  box-shadow:
    0 0 0 3px var(--color--drawer-bg),
    0 0 0 4px rgba(33, 33, 33, 0.7),
    0 0 3px 5px rgba(33, 33, 33, 0.2);
}
.mfp-quick-shop
  quick-shop.quick-shop--drawer-dark
  .product-form__swatch__item--color
  .product-form__swatch__label__graphic {
  box-shadow: 0 0 0 1px rgba(33, 33, 33, 0.2);
}
.mfp-quick-shop
  quick-shop.quick-shop--drawer-dark
  .product-form__swatch__item--emphasize
  .product-form__swatch__label__graphic {
  box-shadow: 0 0 0 1px #212121 !important;
}
.mfp-quick-shop quick-shop.quick-shop--drawer-dark .selector-wrapper::after {
  color: rgba(33, 33, 33, 0.55);
}
.mfp-quick-shop quick-shop.quick-shop--drawer-dark .selector-wrapper label {
  color: #212121;
}
.mfp-quick-shop quick-shop.quick-shop--drawer-dark .selector-wrapper select {
  color: #212121;
  border-color: rgba(33, 33, 33, 0.2);
}
.mfp-quick-shop quick-shop.quick-shop--drawer-dark quantity-input {
  border-color: rgba(33, 33, 33, 0.2);
}
.mfp-quick-shop quick-shop.quick-shop--drawer-dark quantity-input input {
  border-color: rgba(33, 33, 33, 0.2);
}
.mfp-quick-shop quick-shop.quick-shop--drawer-dark .c-btn--hollow {
  color: #212121;
  box-shadow: inset 0px 0px 0px 1px #212121;
}
.mfp-quick-shop
  quick-shop.quick-shop--drawer-dark
  .c-btn--hollow
  .theme-spinner__border {
  border-color: #212121 transparent transparent transparent;
}
.mfp-quick-shop
  quick-shop.quick-shop--drawer-dark
  .c-btn--hollow:active:not([disabled]),
.mfp-quick-shop
  quick-shop.quick-shop--drawer-dark
  .c-btn--hollow:hover:not([disabled]) {
  background-color: #212121;
  color: #fff;
}
.mfp-quick-shop
  quick-shop.quick-shop--drawer-dark
  .c-btn--hollow:active:not([disabled])
  .theme-spinner__border,
.mfp-quick-shop
  quick-shop.quick-shop--drawer-dark
  .c-btn--hollow:hover:not([disabled])
  .theme-spinner__border {
  border-color: #fff transparent transparent transparent;
}
.mfp-quick-shop quick-shop.quick-shop--drawer-dark .product-form__add::before {
  color: rgba(33, 33, 33, 0.2);
}
.mfp-quick-shop
  quick-shop.quick-shop--drawer-dark
  .product-form__stock-note--sold
  .pulsating-dot__ring,
.mfp-quick-shop
  quick-shop.quick-shop--drawer-dark
  .product-form__stock-note--sold
  .pulsating-dot__circle {
  background-color: rgba(33, 33, 33, 0.55);
}
.mfp-quick-shop quick-shop.quick-shop--drawer-dark .price__note {
  color: rgba(33, 33, 33, 0.55);
}
.mfp-quick-shop
  quick-shop.quick-shop--drawer-dark
  .shopify-payment-button__more-options {
  color: #212121;
}
.mfp-quick-shop quick-shop.quick-shop--drawer-dark .skeleton-image,
.mfp-quick-shop quick-shop.quick-shop--drawer-dark .skeleton-text,
.mfp-quick-shop quick-shop.quick-shop--drawer-dark .skeleton-button {
  background-color: rgba(33, 33, 33, 0.05);
}
.mfp-quick-shop quick-shop.quick-shop--drawer-dark image-skeleton rect {
  fill: rgba(33, 33, 33, 0.05);
}
.mfp-quick-shop quick-shop.quick-shop--drawer-dark .skeleton-text--inverse {
  background-color: rgba(255, 255, 255, 0.8);
}
.mfp-quick-shop
  quick-shop.quick-shop--drawer-dark
  .product-card__link:has(> image-skeleton[loaded])::before {
  background-color: rgba(33, 33, 33, 0.05);
}
.mfp-quick-shop quick-shop .quick-shop__close,
.mfp-quick-shop quick-shop .product-card__link,
.mfp-quick-shop quick-shop .product-card__title,
.mfp-quick-shop quick-shop .product-card__details__hover .price,
.mfp-quick-shop quick-shop .rating-count,
.mfp-quick-shop quick-shop .product-card__more .product-card-details,
.mfp-quick-shop quick-shop quantity-input input[type='number'],
.mfp-quick-shop quick-shop quantity-input button,
.mfp-quick-shop quick-shop .product-form__stock-note-text,
.mfp-quick-shop quick-shop .price__note:not(:empty)::after {
  color: inherit;
}
.mfp-quick-shop quick-shop .mfp-close {
  top: -18px;
  color: #fff;
  opacity: 1;
}
@media screen and (min-width: 561px) {
  .mfp-quick-shop quick-shop .mfp-close {
    right: 24px;
  }
}
.mfp-quick-shop quick-shop .quick-shop__overlay {
  display: none;
}
.mfp-quick-shop quick-shop .quick-shop__wrapper {
  display: flex;
  flex-direction: column;
  flex: 1 1 auto;
  width: 100%;
  padding: 24px 0 18px;
  gap: 24px;
  background-color: var(--color--drawer-bg);
  opacity: 1;
  transform: translate3d(60px, 0, 0);
  transition: transform 0.75s ease-out;
}
@media screen and (min-width: 561px) {
  .mfp-quick-shop quick-shop .quick-shop__wrapper {
    padding: 42px 0 30px;
  }
}
.mfp-quick-shop quick-shop .quick-shop__close {
  display: none;
}
.mfp-quick-shop quick-shop .quick-shop__header,
.mfp-quick-shop quick-shop .quick-shop__buttons {
  flex: 0 0 auto;
}
.mfp-quick-shop quick-shop .quick-shop__main {
  display: flex;
  flex-direction: column;
  padding: 0 18px;
  gap: 18px;
}
.mfp-quick-shop quick-shop .quick-shop__main > *:last-child {
  margin-bottom: 0;
}
@media screen and (min-width: 561px) {
  .mfp-quick-shop quick-shop .quick-shop__main {
    padding: 0 42px;
  }
}
.mfp-quick-shop quick-shop .quick-shop__header {
  position: relative;
  padding: 0 18px;
}
@media screen and (min-width: 561px) {
  .mfp-quick-shop quick-shop .quick-shop__header {
    padding: 0 42px;
  }
}
.mfp-quick-shop quick-shop .quick-shop__header .product-card__vendor {
  font-size: 0.9rem;
  margin: 0;
  line-height: 1.5;
}
.mfp-quick-shop quick-shop .quick-shop__header .product-card__details {
  padding-right: 36px;
}
.mfp-quick-shop quick-shop .product-card__vendor {
  color: rgba(255, 255, 255, 0.5);
}
.mfp-quick-shop quick-shop .quick-shop__title {
  position: relative;
  line-height: 24px;
  margin-bottom: 0;
  text-transform: var(--font--title-transform);
  margin-bottom: 0;
  padding-bottom: 3px;
  color: #fff;
}
body[data-heading-border='true'] .mfp-quick-shop quick-shop .quick-shop__title {
  padding-bottom: calc(1.15rem + var(--font--title-border-size));
}
.mfp-quick-shop quick-shop .quick-shop__footer {
  padding: 0 18px;
}
@media screen and (min-width: 561px) {
  .mfp-quick-shop quick-shop .quick-shop__footer {
    padding: 0 42px;
  }
}
.mfp-quick-shop quick-shop .product-card__wrapper {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.mfp-quick-shop quick-shop .product-card__media {
  height: fit-content;
}
.mfp-quick-shop
  quick-shop
  .product-card__media
  .product-card__link:has(> image-skeleton[loaded])::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  visibility: visible;
}
.mfp-quick-shop
  quick-shop
  .product-card__media
  .product-card__link:has(> image-skeleton[loaded])
  .product-card__img {
  opacity: 0;
}
.mfp-quick-shop quick-shop .product-card__details {
  margin-top: 0;
}
.mfp-quick-shop quick-shop .product-form__qty-wrapper {
  padding-top: 0;
  gap: 18px;
}
.mfp-quick-shop quick-shop .product-card__price,
.mfp-quick-shop quick-shop .product-form__variant + .product-form__qty-wrapper {
  padding-top: 6px;
}
.mfp-quick-shop quick-shop .price {
  margin-top: 0;
}
.mfp-quick-shop quick-shop .price__notes {
  margin-top: -12px;
}
.mfp-quick-shop quick-shop .price__number,
.mfp-quick-shop quick-shop .price__number--sale {
  font-size: 1.5rem;
}
.mfp-quick-shop quick-shop .price__compare {
  font-size: 1rem;
}
.mfp-quick-shop quick-shop product-form,
.mfp-quick-shop quick-shop .product-form {
  display: flex;
  flex-direction: column;
  flex: 1 1 auto;
  overflow-x: visible;
}
.mfp-quick-shop quick-shop .product-form__add {
  position: relative;
  flex: 0 0 auto;
  width: 100%;
  padding: 0 18px;
  margin-top: 0;
}
@media screen and (min-width: 561px) {
  .mfp-quick-shop quick-shop .product-form__add {
    padding: 0 42px;
  }
}
.mfp-quick-shop quick-shop .errors {
  margin-top: 0;
}
.mfp-quick-shop quick-shop .product-form__divider {
  display: none;
}

.mfp-quick-shop.mfp-ready .quick-shop__wrapper {
  transform: translate3d(0, 0, 0);
}

.mfp-quick-shop.mfp-ready
  .product-card__media
  .product-card__link:has(> image-skeleton[loaded])::before {
  opacity: 0;
  transition: opacity 0.35s ease-in 0.7s;
}

.mfp-quick-shop.mfp-ready
  .product-card__media
  .product-card__link:has(> image-skeleton[loaded])
  .product-card__img {
  opacity: 1;
  transition: opacity 0.35s ease-in-out 0.35s;
}

@media screen and (min-width: 768px) {
  .no-touchevents .product-card--trigger-icon.product-card--hover quick-shop {
    display: block !important;
    opacity: 0;
    visibility: hidden;
    position: absolute;
    top: 0;
    height: fit-content;
    box-shadow: var(--color--drop-shadow) 0px 3px 18px 0px;
    background-color: var(--color--bg);
    z-index: 10;
    transition:
      opacity 0.15s ease-in-out,
      visibility 0.15s ease-in-out;
    padding-bottom: 18px;
  }
  .no-touchevents
    .product-card--trigger-icon.product-card--hover
    quick-shop
    .quick-shop__footer,
  .no-touchevents
    .product-card--trigger-icon.product-card--hover
    quick-shop
    .quick-shop__overlay {
    display: none;
  }
  .no-touchevents
    .product-card--trigger-icon.product-card--hover
    quick-shop
    .quick-shop__wrapper {
    display: flex;
    flex-direction: column;
    position: relative;
    top: auto;
    left: auto;
    max-width: initial;
    max-height: initial;
    transform: none;
    padding: 0;
    overflow: visible;
  }
  .no-touchevents
    .product-card--trigger-icon.product-card--hover
    quick-shop
    .quick-shop__header {
    display: none;
  }
  .no-touchevents
    .product-card--trigger-icon.product-card--hover
    quick-shop
    .product-card__details,
  .no-touchevents
    .product-card--trigger-icon.product-card--hover
    quick-shop
    .product-card__media {
    width: 100%;
  }
  .no-touchevents
    .product-card--trigger-icon.product-card--hover
    quick-shop
    .shopify-payment-button__button {
    -webkit-animation: none;
    animation: none;
  }
  .no-touchevents
    .product-card--trigger-icon.product-card--hover
    quick-shop
    .product-card__label__items {
    display: flex;
  }
  .no-touchevents
    .product-card--trigger-icon.product-card--hover:hover
    quick-shop {
    visibility: visible;
    opacity: 1;
    transition:
      opacity 0.15s ease-in-out,
      visibility 0.15s ease-in-out;
  }
  .no-touchevents .product-card--trigger-icon.product-card--hover:hover .label,
  .no-touchevents
    .product-card--trigger-icon.product-card--hover:hover
    .product-card__label__items {
    z-index: 10;
  }
  .no-touchevents
    .product-card--trigger-icon.product-card--hover
    .product-card__wrapper {
    display: block;
  }
  .no-touchevents
    .product-card--trigger-icon.product-card--hover
    .product-card__img {
    transition: none;
  }
  .no-touchevents
    .product-card--trigger-icon.product-card--hover
    .product-card__details {
    margin-top: 12px;
    margin-left: 0;
  }
  .no-touchevents
    .product-card--trigger-icon.product-card--hover
    .product-card__description {
    display: none;
  }
  .no-touchevents
    .product-card--trigger-icon.product-card--hover
    .product-card__more {
    display: none;
  }
  .no-touchevents
    .product-card--trigger-icon.product-card--hover
    .quick-shop__close,
  .no-touchevents
    .product-card--trigger-icon.product-card--hover
    .quick-shop__trigger {
    display: none;
  }
}

@media screen and (min-width: 768px) {
  .no-touchevents
    .grid-layout--2
    .product-card--trigger-icon.product-card--hover
    quick-shop,
  .no-touchevents
    .grid-layout--3
    .product-card--trigger-icon.product-card--hover
    quick-shop,
  .no-touchevents
    .o-layout__item
    .product-card--trigger-icon.product-card--hover
    quick-shop {
    width: calc(100% + 60px);
    inset: -30px -30px auto -30px;
    padding: 30px;
    padding-bottom: 24px;
  }
  .no-touchevents
    .grid-layout--2
    .product-card--trigger-icon.product-card--hover
    .product-form__divider,
  .no-touchevents
    .grid-layout--3
    .product-card--trigger-icon.product-card--hover
    .product-form__divider,
  .no-touchevents
    .o-layout__item
    .product-card--trigger-icon.product-card--hover
    .product-form__divider {
    left: -30px;
    width: calc(100% + 60px);
  }
  .no-touchevents
    .grid-layout--2
    .product-card--trigger-icon.product-card--hover
    .quick-shop__close,
  .no-touchevents
    .grid-layout--3
    .product-card--trigger-icon.product-card--hover
    .quick-shop__close,
  .no-touchevents
    .o-layout__item
    .product-card--trigger-icon.product-card--hover
    .quick-shop__close {
    padding-top: 30px;
    padding-right: 30px;
  }
  .no-touchevents
    .grid-layout--4
    .product-card--trigger-icon.product-card--hover
    quick-shop,
  .no-touchevents
    .o-layout--small
    > .o-layout__item
    .product-card--trigger-icon.product-card--hover
    quick-shop {
    width: calc(100% + 30px);
    inset: -15px -15px auto -15px;
    padding: 15px;
    padding-bottom: 12px;
  }
  .no-touchevents
    .grid-layout--4
    .product-card--trigger-icon.product-card--hover
    .product-form__divider,
  .no-touchevents
    .o-layout--small
    > .o-layout__item
    .product-card--trigger-icon.product-card--hover
    .product-form__divider {
    left: -15px;
    width: calc(100% + 30px);
  }
  .no-touchevents
    .grid-layout--4
    .product-card--trigger-icon.product-card--hover
    .quick-shop__close,
  .no-touchevents
    .o-layout--small
    > .o-layout__item
    .product-card--trigger-icon.product-card--hover
    .quick-shop__close {
    padding-top: 15px;
    padding-right: 15px;
  }
}

.quick-shop__overlay {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: fixed;
  background: rgba(11, 11, 11, 0.4);
  visibility: hidden;
  opacity: 0;
  transition: all 0.2s ease-out;
}
quick-shop.active .quick-shop__overlay {
  visibility: visible;
  opacity: 1;
}

.quick-shop__wrapper {
  display: block;
  background: var(--color--bg);
}

.product-form__divider {
  left: -15px;
  width: calc(100% + 30px);
  position: relative;
  margin-top: 18px;
  margin-bottom: 18px;
  border: none;
  background-color: var(--color--text-lightest);
  color: var(--color--text-lightest);
  height: 1px;
}

.quick-shop__close {
  padding-top: 15px;
  padding-right: 15px;
}

/* ==========================================================================
   #QUICKSHOP MODAL COMPONENTS
   ========================================================================== */
.quick-shop__close {
  position: absolute;
  right: 0px;
  top: 0px;
  height: auto;
  text-align: left;
  color: var(--color--text-lighter);
  display: block;
  font-size: 24px;
  line-height: 0;
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  appearance: none;
  box-shadow: none;
  touch-action: manipulation;
}

.quick-shop__trigger {
  display: grid;
  background-color: transparent;
  border: 0px;
  border-radius: 0;
  padding: 2px;
  position: absolute;
  bottom: 0;
  color: #222;
  height: calc(34px + 1.8rem);
  place-items: center;
  right: 0;
  width: calc(34px + 1.8rem);
  cursor: pointer;
}
.quick-shop__trigger:after {
  width: 34px;
  height: 34px;
  -webkit-box-shadow: 0 0 4px var(--color--text-lightest);
  box-shadow: 0 0 4px var(--color--text-lightest);
  border-radius: 0;
  background-color: #ffffff;
  content: '';
  position: absolute;
  margin-left: auto;
  margin-right: auto;
  margin-top: auto;
  margin-bottom: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center;
}
.quick-shop__trigger .icon {
  margin-left: auto;
  margin-right: auto;
  margin-top: auto;
  margin-bottom: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center;
}

/* ==========================================================================
   #QUICKSHOP PRICE + STOCK NOTES + ERRORS
   ========================================================================== */
.product-card .errors,
quick-shop .errors {
  color: #d12328;
  text-align: center;
  margin-top: 12px;
  margin-bottom: 12px;
  background: #ffebe8;
  padding: 3px 6px;
}

/* ==========================================================================
   #QUICKSHOP QUANTITY SELECTOR
   ========================================================================== */
quick-shop .product-form__qty-wrapper {
  display: flex;
  gap: 9px;
  align-items: end;
}

quick-shop .product-form__variant + .product-form__qty-wrapper {
  padding-top: 18px;
}

quick-shop .product-form__qty {
  flex: 0 0 calc(6.5rem + 2px);
  margin-bottom: 0px;
}
quick-shop .product-form__qty quantity-selector {
  margin-bottom: 6px;
  display: block;
  line-height: 1;
}

quick-shop .product-form__stock-note {
  flex: 1 1 auto;
  min-height: calc(2rem + 2px);
  margin-bottom: 0;
}

quick-shop .product-form__stock-note-text {
  text-align: left;
}

/* ==========================================================================
   #PRODUCT CARD IMAGE - LOADING
   ========================================================================== */
.product-card__img.loading {
  opacity: 1;
  animation: img-loading-opacity 0.2s ease-in-out 0.4s forwards;
}

.product-card__spinner {
  display: none;
  width: 50%;
  height: 50%;
  max-width: 70px;
  max-height: 70px;
  position: absolute;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  opacity: 0;
  animation: lds-ring-opacity 0.2s ease-in-out 0.4s forwards;
}

.product-card__spinner.loading {
  display: inline-block;
}

.product-card__spinner .theme-spinner__border {
  box-sizing: border-box;
  display: block;
  position: absolute;
  width: calc(100% - 16px);
  height: calc(100% - 16px);
  margin: 6px;
  border: 6px solid #fff;
  border-radius: 50%;
  animation: lds-ring-spin 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  border-color: #fff transparent transparent transparent;
}

.product-card__spinner div:nth-child(1) {
  animation-delay: -0.45s;
}

.product-card__spinner div:nth-child(2) {
  animation-delay: -0.3s;
}

.product-card__spinner div:nth-child(3) {
  animation-delay: -0.15s;
}

@keyframes img-loading-opacity {
  0% {
    opacity: 1;
  }
  49% {
    opacity: 1;
  }
  50% {
    opacity: 0.3;
  }
  100% {
    opacity: 0.3;
  }
}

@keyframes lds-ring-opacity {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 0.3;
  }
}

@keyframes lds-ring-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

/* ==========================================================================
   #PRODUCT CARD LINE HEIGHT
   ========================================================================== */
.product-card__vendor,
.product-card__title,
.product-card__price {
  line-height: 1.3;
}

.product-card .product-form__add {
  margin-top: 0px;
}

.product-card .product-form--card {
  text-align: left;
  overflow: visible;
}

.product-single--minimal .product-form--single {
  overflow: visible;
}

.product-form__single-variant-select {
  display: none;
}

variant-radios,
variant-selects {
  display: block;
}

.product-form__stock-note {
  flex-wrap: nowrap;
}

.product-form__stock-note-text {
  display: block;
  color: var(--color--text);
  margin: 0;
  padding: 0;
  font-size: 0.85rem;
  line-height: 18px;
  position: relative;
  text-align: right;
}

.product-form__stock-note--in-stock .pulsating-dot__ring {
  background-color: var(--color--in-stock);
}

.product-form__stock-note--in-stock .pulsating-dot__circle {
  border-color: var(--color--in-stock);
}

.product-form__stock-note--in-stock.product-form__stock-note--low
  .pulsating-dot__ring {
  background-color: var(--color--low-stock);
}

.product-form__stock-note--in-stock.product-form__stock-note--low
  .pulsating-dot__circle {
  border-color: var(--color--low-stock);
}

.product-form__stock-note--sold .pulsating-dot__ring {
  background-color: var(--color--text-lighter);
}

.product-form__stock-note--sold .pulsating-dot__circle {
  border-color: var(--color--text-lighter);
}

.product-form__line-item-text-label {
  display: block;
}

.product-form__qty {
  overflow: hidden;
  margin-bottom: 9px;
}

.product-form__add--dynamic {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 12px;
  align-items: flex-start;
}

.product-form__add--dynamic .product-form__add-btn {
  flex: 0 0 calc(50% - 6px);
  width: calc(50% - 6px);
  min-width: 0;
  margin-bottom: 0;
  height: 48px;
}

.product-form__add--dynamic .shopify-payment-button {
  flex: 0 0 calc(50% - 6px);
  width: calc(50% - 6px);
  min-width: 0;
  min-height: unset;
}

.product-form__add--dynamic .shopify-payment-button shopify-accelerated-checkout {
  width: 100% !important;
  max-width: 100% !important;
  min-width: 0 !important;
  display: block !important;
}

.product-form__add--dynamic .shopify-payment-button__button--branded {
  width: 100% !important;
  max-width: 100% !important;
  min-width: 0 !important;
  height: 48px !important;
  display: block !important;
}

.product-form__add--dynamic .shopify-payment-button__more-options,
.shopify-payment-button__more-options {
  display: none !important;
}

.product-form__add--dynamic .product-form__add-btn[disabled] {
  margin-bottom: 0;
}

.product-form__add--dynamic.is-disabled .product-form__add-btn {
  flex: 0 0 100%;
  width: 100%;
}

.shopify-payment-button__more-options {
  color: var(--color--text);
}

.product-form__img__img {
  width: 100%;
}

.product-single__box__block--tab .product-form__img__img {
  margin-top: 1em;
}

.product-form__link__wrapper {
  line-height: 1;
}

.product-form__link--body {
  text-decoration: underline;
}
.product-form__link--body:hover {
  text-decoration: underline;
}

.product-form__spacer--top-small {
  padding-top: 6px;
}

.product-form__spacer--bottom-small {
  margin-bottom: 24px;
}

.product-form__spacer--top-medium {
  padding-top: 18px;
}

.product-form__spacer--bottom-medium {
  margin-bottom: 36px;
}

.product-form__spacer--top-large {
  padding-top: 30px;
}

.product-form__spacer--bottom-large {
  margin-bottom: 48px;
}

.product-form__spacer--has-border {
  border-bottom: 1px solid var(--color--text-lightest);
}

.product-form__line-item-field {
  margin-bottom: 18px;
}

.product-form__reviews-stars {
  text-align: left;
  margin-top: 9px;
}
.product-form__reviews-stars .spr-badge-caption {
  font-size: 0.85rem;
  color: var(--color--alt-text);
}

.product-form__reviews-stars-link {
  display: block;
}
.product-form__reviews-stars-link .product-form__single-variant-select {
  display: none;
}

.product-form__variant--buttons .selector-wrapper,
.product-form__variant--buttons .product-form__variant-select,
.product-form__variant--swatches .selector-wrapper,
.product-form__variant--swatches .product-form__variant-select {
  display: none;
}

.product-form__popup-link {
  display: inline-block;
  text-decoration: underline;
  color: var(--color--text-lighter);
}

.product-single variant-radios .product-form__swatch__title,
.product-single variant-mixed-inputs .product-form__swatch__title,
.product-single .product-form__line-item-text-label,
.product-single .selector-wrapper--standalone-labels > label,
.product-single .selector-wrapper--standalone-labels > .selector-wrapper__label,
.product-single .product-form__qty .quantity-selector,
.product-featured variant-radios .product-form__swatch__title,
.product-featured variant-mixed-inputs .product-form__swatch__title,
.product-featured .product-form__line-item-text-label,
.product-featured .selector-wrapper--standalone-labels > label,
.product-featured
  .selector-wrapper--standalone-labels
  > .selector-wrapper__label,
.product-featured .product-form__qty .quantity-selector,
quick-shop variant-radios .product-form__swatch__title,
quick-shop variant-mixed-inputs .product-form__swatch__title,
quick-shop .product-form__line-item-text-label,
quick-shop .selector-wrapper--standalone-labels > label,
quick-shop .selector-wrapper--standalone-labels > .selector-wrapper__label,
quick-shop .product-form__qty .quantity-selector {
  color: var(--color--text);
  margin-bottom: 0.75em;
  font-size: calc(
    (var(--font--size-product-form-headings) / 14) * 1em *
      var(--context-multiplier, 1)
  );
  line-height: calc(3px + 2ex + 3px);
}

.product-single .selector-wrapper,
.product-single .product-form__line-item-field,
.product-single variant-swatches,
.product-single .product-form__swatch,
.product-featured .selector-wrapper,
.product-featured .product-form__line-item-field,
.product-featured variant-swatches,
.product-featured .product-form__swatch,
quick-shop .selector-wrapper,
quick-shop .product-form__line-item-field,
quick-shop variant-swatches,
quick-shop .product-form__swatch {
  margin-bottom: calc(
    (var(--font--size-product-form-headings) / 14) * 1.25em *
      var(--context-multiplier, 1)
  );
}

.product-single
  variant-swatches
  .product-form__swatch
  .product-form__swatch__title,
.product-single
  variant-radios
  .product-form__swatch
  .product-form__swatch__title,
.product-featured
  variant-swatches
  .product-form__swatch
  .product-form__swatch__title,
.product-featured
  variant-radios
  .product-form__swatch
  .product-form__swatch__title,
quick-shop variant-swatches .product-form__swatch .product-form__swatch__title,
quick-shop variant-radios .product-form__swatch .product-form__swatch__title {
  margin-bottom: calc(0.75em - 9px);
}

@media screen and (min-width: 768px) {
  .no-touchevents
    .grid-layout--4
    .product-card--trigger-icon.product-card--hover
    quick-shop,
  .no-touchevents
    .u-3\/4-sidebar-desk
    .product-card--trigger-icon.product-card--hover
    quick-shop {
    --context-multiplier: 0.9;
  }
  .no-touchevents
    .u-4\/5-sidebar-desk
    .product-card--trigger-icon.product-card--hover
    quick-shop {
    --context-multiplier: 0.8;
  }
}

.buy-now-button {
  position: relative;
  z-index: 0;
}
.buy-now-button .shopify-payment-button {
  position: relative;
  z-index: 1;
}

.buy-now-button__placeholder {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* ==========================================================================
   #SINGLE PRODUCT
   ========================================================================== */
.product-single {
  display: block;
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  .product-single {
    margin-top: 24px;
  }
}

.product-single__title {
  margin: 0;
}

.product-single__vendor {
  color: var(--color--text-lighter);
  line-height: 1.2;
  margin: 0;
}

.product-single__vendor--body {
  font-family: var(--font--body);
  font-weight: var(--font--body-weight);
  font-style: var(--font--body-style);
  letter-spacing: 0;
  text-transform: none;
}

.product-single__vendor--heading {
  font-family: var(--font--title);
  font-weight: var(--font--title-weight);
  font-style: var(--font--title-style);
  letter-spacing: var(--font--title-space);
  text-transform: var(--font--title-transform);
}

.product-single__vendor a {
  color: var(--color--text-lighter);
}
.product-single__vendor a:hover {
  color: var(--color--text);
  opacity: 1;
}

.product-single__content {
  position: relative;
  min-height: var(--pdp-height);
}

.product-single__media,
.product-single__secondary-blocks {
  width: 50%;
}

.product-single__media {
  margin-bottom: 30px;
  padding-right: 16px;
  position: sticky;
  top: calc(var(--header-height) * var(--header-is-sticky) + 20px);
  align-self: flex-start;
}

.header-down .product-single__media {
  top: calc(var(--header-height) + 20px);
}

.product-single__primary-blocks {
  position: absolute;
  top: 0;
  right: 0;
  width: 50%;
  height: 100%;
  padding-left: 16px;
}

.product-single--media-right .product-single__media,
.product-single--media-right .product-single__secondary-blocks {
  margin-left: auto;
}

.product-single--media-right .product-single__primary-blocks {
  left: 0;
}

.product-single--media-right .media-gallery--thumbnails-aside {
  grid-template-areas: 'media thumbnails' 'view-in-space view-in-space';
  grid-template-columns: minmax(0, 10fr) minmax(
      0,
      calc(var(--thumb-column-width) + 6px)
    );
}

@media screen and (max-width: 980px) {
  .product-single__media,
  .product-single__secondary-blocks {
    width: 100%;
  }
  .product-single__media {
    padding-right: 0;
    position: relative;
    top: auto;
  }
  .product-single__primary-blocks {
    position: relative;
    width: 100%;
    padding-left: 0;
  }
  .product-single__primary-blocks,
  .product-single__secondary-blocks {
    max-width: 660px;
    margin: 0 auto;
  }
}

.product-single .media-gallery {
  max-width: 100%;
}
.product-single .media-gallery .thumbnail-list {
  margin: 0 auto;
  max-width: 100%;
}
.product-single .media-gallery .media-gallery__view-in-space {
  max-width: 100%;
}

@media screen and (max-width: 980px) {
  .product-single .media-gallery {
    margin-bottom: 0;
  }
  .product-single .media-gallery .thumbnail-list,
  .product-single .media-gallery .media-gallery__view-in-space {
    max-width: 100%;
  }
}

.product-single__box {
  width: 100%;
}
.product-single__box .errors {
  margin: 12px 24px;
  color: #d12328;
  text-align: center;
  margin-top: 12px;
  background: #ffebe8;
  padding: 3px 0px;
}

.product-single--clean .product-single__box__block--price-emphasize {
  background: var(--color--text-bg);
  padding: 12px 18px;
}

.product-single--classic-border .product-single__box {
  border: 1px solid var(--color--text-lightest);
}

.product-single--classic-border .product-single__box__block--price-emphasize {
  border-bottom: 1px solid var(--color--text-lightest);
  border-top: 1px solid var(--color--text-lightest);
}

.product-single--classic-shadow .product-single__box {
  box-shadow: var(--color--drop-shadow) 0px 3px 18px 0px;
}

.product-single--classic-border .product-single__box,
.product-single--classic-shadow .product-single__box {
  padding: 24px 24px 3px;
}
@media screen and (max-width: 980px) {
  .product-single--classic-border .product-single__box,
  .product-single--classic-shadow .product-single__box {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 767px) {
  .product-single--classic-border .product-single__box,
  .product-single--classic-shadow .product-single__box {
    padding: 18px 18px 1px;
  }
}

.product-single--classic-border .product-single__box__block--price-emphasize,
.product-single--classic-shadow .product-single__box__block--price-emphasize {
  background: var(--color--text-bg);
  margin: 18px -24px;
  padding: 9px 24px;
}
.product-single--classic-border
  .product-single__box__block--price-emphasize:first-of-type,
.product-single--classic-shadow
  .product-single__box__block--price-emphasize:first-of-type {
  margin-top: -24px;
  border-top: 0;
}
@media screen and (max-width: 767px) {
  .product-single--classic-border
    .product-single__box__block--price-emphasize:first-of-type,
  .product-single--classic-shadow
    .product-single__box__block--price-emphasize:first-of-type {
    margin-top: -18px;
  }
}
@media screen and (max-width: 767px) {
  .product-single--classic-border .product-single__box__block--price-emphasize,
  .product-single--classic-shadow .product-single__box__block--price-emphasize {
    margin: 12px -18px;
    padding: 9px 18px;
  }
}

@media screen and (max-width: 980px) {
  .product-single--clean-mobile .product-single__box {
    margin: 0;
    padding: 0;
    box-shadow: none;
    border: none;
  }
}

.product-single__box__block {
  margin-top: 24px;
  margin-bottom: 24px;
}
@media screen and (max-width: 980px) {
  .product-single__box__block {
    margin-top: 18px;
    margin-bottom: 8px;
  }
}

.product-single__box__block:first-of-type {
  margin-top: 0;
}

.product-single__box__heading {
  margin-bottom: 3px;
}

.product-single__box__block--review-stars {
  line-height: 1;
}

.product-single__box__block--sku,
.product-single__box__block--tags {
  margin-top: 18px;
  margin-bottom: 18px;
}

.product-featured__block--sku,
.product-featured__block--tags {
  margin-top: 12px;
  margin-bottom: 12px;
}

.product-single__box__block--m-0 {
  margin-top: 0;
  margin-bottom: 0;
}

.product-single__box__block--m-6 {
  margin-top: 6px;
  margin-bottom: 6px;
}

.product-single__box__block--m-12 {
  margin-top: 12px;
  margin-bottom: 12px;
}

.product-single__box__block--m-18 {
  margin-top: 18px;
  margin-bottom: 18px;
}

.product-single__box__block--price .price {
  position: relative;
  display: flex;
  align-items: flex-start;
}
.product-single__box__block--price .price .label {
  position: relative;
  margin-left: 18px;
  width: fit-content;
  top: 0;
}

.product-single__box__block--price .price__notes {
  margin-top: 3px;
}

.product-single__box__block--price .price__text {
  margin-bottom: 0;
  font-size: 1.45rem;
  line-height: 1.4;
}

.product-single__box__block--price .price__compare {
  font-size: 1.45rem;
  color: var(--color--alt-text);
  margin-left: 6px;
}

.product-single__box__block--price .price__number--sale {
  color: var(--color--product-sale);
}

.product-featured {
  display: block;
}
.product-featured .label {
  position: relative;
  margin-left: 18px;
  width: fit-content;
  top: 0;
}
.product-featured .errors {
  margin: 12px 24px;
  color: #d12328;
  text-align: center;
  margin-top: 12px;
  background: #ffebe8;
  padding: 3px 0px;
}

.product-single__variant {
  margin-top: 18px;
}

.product-single variant-radios .product-form__swatch__title,
.product-single variant-selects .product-form__swatch__title,
.product-single variant-mixed-inputs .product-form__swatch__title,
.product-single variant-radios .selector-wrapper__label,
.product-single variant-selects .selector-wrapper__label,
.product-single variant-mixed-inputs .selector-wrapper__label,
.product-featured variant-radios .product-form__swatch__title,
.product-featured variant-selects .product-form__swatch__title,
.product-featured variant-mixed-inputs .product-form__swatch__title,
.product-featured variant-radios .selector-wrapper__label,
.product-featured variant-selects .selector-wrapper__label,
.product-featured variant-mixed-inputs .selector-wrapper__label {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 1em;
}
.product-single variant-radios .product-form__swatch__title legend,
.product-single variant-radios .product-form__swatch__title label,
.product-single variant-selects .product-form__swatch__title legend,
.product-single variant-selects .product-form__swatch__title label,
.product-single variant-mixed-inputs .product-form__swatch__title legend,
.product-single variant-mixed-inputs .product-form__swatch__title label,
.product-single variant-radios .selector-wrapper__label legend,
.product-single variant-radios .selector-wrapper__label label,
.product-single variant-selects .selector-wrapper__label legend,
.product-single variant-selects .selector-wrapper__label label,
.product-single variant-mixed-inputs .selector-wrapper__label legend,
.product-single variant-mixed-inputs .selector-wrapper__label label,
.product-featured variant-radios .product-form__swatch__title legend,
.product-featured variant-radios .product-form__swatch__title label,
.product-featured variant-selects .product-form__swatch__title legend,
.product-featured variant-selects .product-form__swatch__title label,
.product-featured variant-mixed-inputs .product-form__swatch__title legend,
.product-featured variant-mixed-inputs .product-form__swatch__title label,
.product-featured variant-radios .selector-wrapper__label legend,
.product-featured variant-radios .selector-wrapper__label label,
.product-featured variant-selects .selector-wrapper__label legend,
.product-featured variant-selects .selector-wrapper__label label,
.product-featured variant-mixed-inputs .selector-wrapper__label legend,
.product-featured variant-mixed-inputs .selector-wrapper__label label {
  flex: 1 1 auto;
  font-size: inherit;
  line-height: inherit;
  margin-bottom: 0;
}
.product-single
  variant-radios
  .product-form__swatch__title
  .product-form__popup,
.product-single
  variant-selects
  .product-form__swatch__title
  .product-form__popup,
.product-single
  variant-mixed-inputs
  .product-form__swatch__title
  .product-form__popup,
.product-single variant-radios .selector-wrapper__label .product-form__popup,
.product-single variant-selects .selector-wrapper__label .product-form__popup,
.product-single
  variant-mixed-inputs
  .selector-wrapper__label
  .product-form__popup,
.product-featured
  variant-radios
  .product-form__swatch__title
  .product-form__popup,
.product-featured
  variant-selects
  .product-form__swatch__title
  .product-form__popup,
.product-featured
  variant-mixed-inputs
  .product-form__swatch__title
  .product-form__popup,
.product-featured variant-radios .selector-wrapper__label .product-form__popup,
.product-featured variant-selects .selector-wrapper__label .product-form__popup,
.product-featured
  variant-mixed-inputs
  .selector-wrapper__label
  .product-form__popup {
  flex: 0 0 auto;
}

.product-single .free-shipping-bar,
.product-featured .free-shipping-bar {
  max-width: none;
}

.product-single__reviews .spr-starratings {
  font-size: 0.85rem;
}

.product-single__reviews #shopify-product-reviews {
  margin: 0;
}

.product-single accordion-group details:first-of-type {
  border-top: 1px solid var(--color--text-lightest);
}

.product-single accordion-group summary {
  font-size: 1.1rem;
}
.product-single accordion-group summary h3 {
  margin-bottom: 0;
}

.product-single__box__block accordion-group summary {
  display: flex;
  align-items: center;
  gap: 9px;
}

.product-single__accordion__icon,
.product-single__popup__icon {
  display: flex;
}

.product-single__accordion__item-wrap *:last-child {
  margin-bottom: 0;
}

.product-single__accordion__item-wrap .container {
  max-width: 100%;
  padding: 0;
}

.product-single__accordion__image {
  margin-top: 18px;
}

.product-single__share-items {
  margin: 0;
  line-height: 0;
}

.product-single__share-item {
  display: inline-block;
  margin: 0px 6px;
  font-size: 14px;
  width: 18px;
  height: 18px;
  line-height: 0;
}

.product-single__share-item:first-child {
  margin-left: 0;
}

.product-single__share-item:last-child {
  margin-right: 0;
}

.product-single__share-link {
  color: var(--color--alt-text);
}
.product-single__share-link:hover {
  opacity: 1;
  color: var(--color--text);
}

.product-single__popup,
.product-featured__popup {
  display: flex;
  align-items: center;
  flex-direction: row;
  gap: 12px;
}

.product-single__popup--center,
.product-featured__popup--center {
  justify-content: center;
}

.product-single__popup--right,
.product-featured__popup--right {
  justify-content: right;
}

product-recommendations {
  display: block;
}

html.sr
  body[data-anim-load='true']
  .product-single
  product-recommendations[animated]
  .product-card-top {
  visibility: visible;
}

.product-single product-recommendations .product-card {
  margin-bottom: 0;
}

.product-single product-recommendations items-scroll [data-items] {
  scroll-padding: 0 6px;
}

@media screen and (max-width: 767px) {
  .product-single
    product-recommendations
    items-scroll[scroll-enabled]
    [data-items] {
    padding: 0 6px;
    scroll-padding: 0 6px;
    margin-left: -6px;
    width: calc(100% + 12px);
  }
  .product-single product-recommendations items-scroll .navigation {
    width: 100%;
    left: 0;
  }
}

.no-js .product-single product-recommendations {
  display: hidden;
}

.product-single
  details-content
  product-recommendations
  items-scroll[scroll-enabled]
  [data-items] {
  margin-bottom: calc(60px - 1em);
}

.product-single details-content product-recommendations > .grid-layout {
  margin-bottom: calc(24px - 1em);
}

.product-single__box__block--description table {
  white-space: normal;
  max-width: 100%;
}

/* POPUP
   ========================================================================== */
.product-popup-draw {
  position: relative;
  background: var(--color--bg);
  max-width: 700px;
  width: 100%;
  margin: 12px auto 42px;
}
.product-popup-draw .mfp-close {
  color: var(--color--text);
  display: block;
  font-size: 24px;
  width: 54px;
  height: 54px;
  top: 0;
  right: 0;
  line-height: 58px;
}

.product-popup-draw__wrapper {
  padding: 30px;
}

.product-popup__inner {
  overflow-x: scroll;
}

.product-popup__head {
  text-align: center;
  height: auto;
  position: relative;
}

.product-single__popup__icon {
  line-height: 1;
}

.product-popup__label-title {
  line-height: 1.8;
  margin-bottom: 0;
  text-transform: var(--font--title-transform);
}

.product-popup__inner {
  margin-top: 30px;
}

.product-popup__text--margin {
  margin-top: 12px;
}

.product-popup__media-img {
  width: 100%;
}

.product-single__profile-container--divider,
.product-featured__profile-container--divider {
  border-top: 1px solid var(--color--text-lightest);
  padding-top: 30px;
}

.product-single__profile-text .product-single__box__link,
.product-single__profile-text .product-featured__link,
.product-featured__profile-text .product-single__box__link,
.product-featured__profile-text .product-featured__link {
  margin-top: 12px;
}

.product-single__profile-text.product-single__profile-text--margin-top,
.product-single__profile-text.product-featured__profile-text--margin-top,
.product-featured__profile-text.product-single__profile-text--margin-top,
.product-featured__profile-text.product-featured__profile-text--margin-top {
  margin-top: 18px;
}

.product-single__media-img,
.product-featured__media-img {
  position: relative;
  background-position: center;
  height: 100%;
  width: 100%;
  max-width: 100%;
  max-height: 100%;
  display: block;
  margin: 0 auto;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.product-single__media-img--crop,
.product-featured__media-img--crop {
  object-fit: cover;
}

.product-single__media-img--fit,
.product-featured__media-img--fit {
  object-fit: contain;
}

@media screen and (min-width: 768px) {
  .desk-col-2.product-single__profile-container,
  .desk-col-2.product-featured__profile-container {
    display: flex;
    flex-wrap: wrap;
  }
  .desk-col-2.product-single__profile-container .product-single__profile-image,
  .desk-col-2.product-single__profile-container
    .product-featured__profile-image,
  .desk-col-2.product-featured__profile-container
    .product-single__profile-image,
  .desk-col-2.product-featured__profile-container
    .product-featured__profile-image {
    flex-grow: 1;
    width: 20%;
  }
  .desk-col-2.product-single__profile-container .product-single__profile-text,
  .desk-col-2.product-single__profile-container .product-featured__profile-text,
  .desk-col-2.product-featured__profile-container .product-single__profile-text,
  .desk-col-2.product-featured__profile-container
    .product-featured__profile-text {
    flex-grow: 4;
    width: 80%;
    padding-left: 18px;
  }
  .desk-col-2.product-single__profile-container
    .product-single__profile-text.product-single__profile-text--margin-top,
  .desk-col-2.product-single__profile-container
    .product-single__profile-text.product-featured__profile-text--margin-top,
  .desk-col-2.product-single__profile-container
    .product-featured__profile-text.product-single__profile-text--margin-top,
  .desk-col-2.product-single__profile-container
    .product-featured__profile-text.product-featured__profile-text--margin-top,
  .desk-col-2.product-featured__profile-container
    .product-single__profile-text.product-single__profile-text--margin-top,
  .desk-col-2.product-featured__profile-container
    .product-single__profile-text.product-featured__profile-text--margin-top,
  .desk-col-2.product-featured__profile-container
    .product-featured__profile-text.product-single__profile-text--margin-top,
  .desk-col-2.product-featured__profile-container
    .product-featured__profile-text.product-featured__profile-text--margin-top {
    margin-top: 0;
  }
}

@media screen and (max-width: 767px) {
  .mob-col-2.product-single__profile-container,
  .mob-col-2.product-featured__profile-container {
    display: flex;
    flex-wrap: wrap;
  }
  .mob-col-2.product-single__profile-container .product-single__profile-image,
  .mob-col-2.product-single__profile-container .product-featured__profile-image,
  .mob-col-2.product-featured__profile-container .product-single__profile-image,
  .mob-col-2.product-featured__profile-container
    .product-featured__profile-image {
    flex-grow: 1;
    width: 20%;
  }
  .mob-col-2.product-single__profile-container .product-single__profile-text,
  .mob-col-2.product-single__profile-container .product-featured__profile-text,
  .mob-col-2.product-featured__profile-container .product-single__profile-text,
  .mob-col-2.product-featured__profile-container
    .product-featured__profile-text {
    flex-grow: 4;
    width: 80%;
    padding-left: 18px;
  }
  .mob-col-2.product-single__profile-container
    .product-single__profile-text.product-single__profile-text--margin-top,
  .mob-col-2.product-single__profile-container
    .product-single__profile-text.product-featured__profile-text--margin-top,
  .mob-col-2.product-single__profile-container
    .product-featured__profile-text.product-single__profile-text--margin-top,
  .mob-col-2.product-single__profile-container
    .product-featured__profile-text.product-featured__profile-text--margin-top,
  .mob-col-2.product-featured__profile-container
    .product-single__profile-text.product-single__profile-text--margin-top,
  .mob-col-2.product-featured__profile-container
    .product-single__profile-text.product-featured__profile-text--margin-top,
  .mob-col-2.product-featured__profile-container
    .product-featured__profile-text.product-single__profile-text--margin-top,
  .mob-col-2.product-featured__profile-container
    .product-featured__profile-text.product-featured__profile-text--margin-top {
    margin-top: 0;
  }
}

quantity-input {
  display: inline-flex;
  align-items: center;
  border: 1px solid rgb(209, 213, 219);
  border-radius: 12px;
  height: 40px;
  width: 108px;
  padding: 4px;
  box-sizing: border-box;
}

quantity-input input[type='number'],
quantity-input button {
  text-align: center;
  border: 0;
  margin: 0;
  padding: 0;
  color: var(--color--text);
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  font-size: 1rem;
  height: 32px;
  width: 32px;
  flex-shrink: 0;
  touch-action: manipulation;
}

quantity-input input[type='number'] {
  background: transparent;
  cursor: text;
  border: 0;
  flex: 1;
  font-weight: 600;
  min-width: 0;
}

quantity-input button {
  position: relative;
  cursor: pointer;
  background: transparent;
  padding: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
}
quantity-input button::after {
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

quantity-input input[type='number']::-webkit-outer-spin-button,
quantity-input input[type='number']::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

quantity-input input[type='number'] {
  padding: 0;
  -moz-appearance: textfield;
}

.no-js quantity-input button {
  display: none;
}

.section--recommended-products items-scroll[scrollable] .product-card {
  margin-bottom: 0;
}

.section--recommended-products items-scroll[scrollable][items-overflow] {
  --page-navigation-margin: 108px;
  --page-navigation-displacement: 42px;
}
.section--recommended-products
  items-scroll[scrollable][items-overflow]
  [data-items] {
  margin-bottom: var(--page-navigation-margin);
  overflow-y: hidden;
}
.section--recommended-products
  items-scroll[scrollable][items-overflow]
  [data-items]
  .product-card {
  margin-bottom: 0;
}
@media screen and (max-width: 560px) {
  .section--recommended-products items-scroll[scrollable][items-overflow] {
    --page-navigation-margin: 78px;
    --page-navigation-displacement: 36px;
  }
}

.rating {
  display: inline-block;
  margin: 0;
}

.product .rating-star {
  --letter-spacing: 0.8;
  --font-size: 1.7;
}

.card-wrapper .rating-star {
  --letter-spacing: 0.2;
  --font-size: 1;
}

.rating-star {
  --percent: calc(
    (
        var(--rating) / var(--rating-max) + var(--rating-decimal) * 1 /
          (var(--rating-max) * (0.2 + 1))
      ) *
      100%
  );
  font-size: calc(1 * 1rem);
  line-height: 1;
  display: inline-block;
  font-family: Times;
  margin: 0;
  letter-spacing: calc(0.2 * 1rem);
  margin-right: calc(-0.2 * 1rem);
}

.rating-star::before {
  content: '★★★★★';
  background: linear-gradient(
    90deg,
    var(--color--text) var(--percent),
    var(--color--text-lighter) var(--percent)
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.rating-text {
  display: none;
}

.rating-count {
  color: var(--color--text-lighter);
  display: inline-block;
  margin: 0;
}

@media (forced-colors: active) {
  .rating {
    display: none;
  }
  .rating-text {
    display: block;
  }
}

.review-wrapper {
  display: flex;
  position: relative;
}

.review-text-wrapper {
  padding-left: 6px;
  width: 2.3rem;
}

.product-card--center .review-wrapper {
  justify-content: center;
  align-items: center;
}

.product-card--center .review-wrapper .rating {
  text-align: center;
  margin: 0 2.3rem;
}

.product-card--center .review-wrapper .review-text-wrapper {
  text-align: left;
  width: 2.3rem;
  margin: 0 0 0 -2.3rem;
}

.product-card--left .review-wrapper {
  justify-content: left;
  align-items: left;
}

.product-card--left .review-wrapper .rating {
  text-align: center;
  margin: 0;
}

.product-card--left .review-wrapper .review-text-wrapper {
  text-align: left;
  width: 2.3rem;
  margin: 0;
}

/* ==========================================================================
   #SEARCH POP-UP
   ========================================================================== */
/* Search form
   ========================================================================== */
.search__form {
  position: relative;
}

.search-form__input-wrapper {
  position: relative;
}

.search__form-input {
  padding: 12px 54px 12px 12px;
  width: 100%;
  height: 54px;
  line-height: 32px;
  font-weight: 200;
  margin: 0;
  border: 1px solid rgba(255, 255, 255, 0.8);
  background: transparent;
  color: #fff;
}
.search__form-input:focus,
.search__form-input:active {
  color: #fff;
}
.search__form-input::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.search__form-input:-moz-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.search__form-input::-moz-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.search__form-input:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}

.search__form-submit {
  position: absolute;
  background: none;
  height: 52px;
  padding: 0 12px;
  top: 0;
  right: 0;
  cursor: pointer;
  color: rgba(255, 255, 255, 0.8);
}
.search__form-submit .icon {
  height: 100%;
  width: 21px;
}
.search__form-submit:hover {
  color: #fff;
}

.search__content {
  overflow: auto;
}

/* Search drawer
   ========================================================================== */
.search-draw {
  width: 100%;
  height: 100%;
  max-height: 600px;
}
@media screen and (max-width: 560px) {
  .search-draw {
    height: 100%;
    max-height: none;
  }
}
.search-draw .search-draw__wrapper {
  overflow-y: scroll;
  height: 100%;
}
.search-draw .mfp-close.mfp-close {
  color: #fff;
  text-align: right;
  font-size: 24px;
  line-height: 0;
  width: 60px;
  height: 72px;
  text-align: center;
}
.search-draw .search__inner {
  position: relative;
  height: 100%;
}
.search-draw .search__form {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  height: 100%;
  align-items: center;
  background: white;
}
.search-draw .search__form-input-wrapper {
  flex: none;
  width: 100%;
  top: 0;
  left: 0;
  background: #f6f5f1;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  z-index: 1;
}
.search-draw .search__form-input-wrapper-limiter {
  /* max-width: 1500px; */
  margin: 0 auto;
}
.search-draw .search__form-input {
  font-size: 1.2rem;
  height: 72px;
  border: 0;
  padding-left: 66px;
}
@media screen and (max-width: 767px) {
  .search-draw .search__form-input {
    font-size: 1rem;
    padding-left: 54px;
  }
}
.search-draw .search__form-submit {
  height: 72px;
  left: 0;
  right: auto;
  padding-left: 16px;
}
@media screen and (max-width: 767px) {
  .search-draw .search__form-submit {
    padding-left: 12px;
  }
}
.search-draw predictive-search[open] search-form,
.search-draw predictive-search[open] .search__form,
.search-draw predictive-search[open] .predictive-search,
.search-draw predictive-search[open] .predictive-search__panels,
.search-draw .search__content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.search-draw predictive-search[open] .predictive-search__panels {
  height: auto;
}
.search-draw predictive-search-results,
.search-draw .search__content-wrapper {
  position: relative;
  flex: 1 1 auto;
  width: 100%;
  background-color: var(--color--drawer-bg);
  max-height: var(--max-content-height, none);
}
.search-draw predictive-search[open] .predictive-search,
.search-draw .search__content {
  max-width: 1500px;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (min-width: 768px) {
  .search-draw predictive-search[open] .predictive-search,
  .search-draw .search__content {
    padding-right: 30px;
    padding-left: 30px;
  }
}
.search-draw .predictive-search__panels {
  overflow: auto;
  padding-top: 30px;
  padding-right: 18px;
  padding-left: 18px;
}
@media screen and (min-width: 768px) {
  .search-draw .predictive-search__panels {
    padding-right: 30px;
    padding-left: 30px;
  }
}
@media screen and (min-width: 768px) {
  .search-draw .predictive-search__triggers {
    margin-bottom: 3px;
  }
}
.search-draw .predictive-search:not(.has-results) .predictive-search__triggers {
  padding: 0px;
}

.search__content {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: auto auto 1fr;
  /* grid-gap: 18px; */
  flex: 1 1 auto;
  overflow: auto;
  width: 100%;
  padding: 30px 18px;
  max-width: 1500px;
}
@media screen and (min-width: 561px) {
  .search__content {
    grid-gap: 24px;
    padding: 30px;
    grid-template-columns: 1fr 1fr 2fr;
    grid-template-rows: auto;
  }
}
@media screen and (min-width: 768px) {
  .search__content {
    grid-gap: 30px;
    grid-template-columns: 1.5fr 1.5fr 4fr;
  }
}
@media screen and (min-width: 561px) {
  .search__content:not(.search__content--has-menu),
  .search__content:not(.has-recent-searches) {
    grid-template-columns: 1fr 3fr;
  }
}
@media screen and (min-width: 768px) {
  .search__content:not(.search__content--has-menu),
  .search__content:not(.has-recent-searches) {
    grid-template-columns: 1.5fr 5.5fr;
  }
}
@media screen and (min-width: 561px) {
  .search__content:not(.search__content--has-menu):not(.has-recent-searches) {
    grid-template-columns: 1fr;
  }
}

.search__nav-title,
.search__products-title {
  font-size: calc(
    (var(--font--size-mega-menu) / var(--font--size-base)) * 1rem
  );
  margin-bottom: 6px;
  margin-left: 6px;
  color: #fff;
}

.search__nav-items {
  overflow: hidden;
  margin-bottom: 0;
}

.search__nav-link {
  display: flex;
  padding: 3px 6px;
  text-align: left;
  text-decoration: none;
  width: 100%;
  border-radius: 4px;
  color: #fff;
  line-height: 1.5;
  opacity: 1;
  font-size: 0.875rem;
}
.search__nav-link:hover {
  opacity: 1;
}

.search__nav-item:hover > * {
  color: #fff;
  background-color: #222;
}

.search__products {
  max-width: 690px;
}
.search__products .predictive-search__results-list {
  display: grid;
  grid-template-columns: 1fr;
}
@media screen and (min-width: 768px) {
  .search__products .predictive-search__results-list {
    grid-template-columns: 1fr 1fr;
  }
}

.search-draw--light .predictive-search__heading,
.search-draw--light .predictive-search__item-heading,
.search-draw--light .predictive-search__item-price,
.search-draw--light .predictive-search-empty__btn {
  color: #fff;
}

.search-draw--light .predictive-search__item-price .price__compare {
  color: rgba(255, 255, 255, 0.5);
}

.search-draw--light .search__nav-item:hover > *,
.search-draw--light .predictive-search__list-item:hover > * {
  color: #fff;
  background-color: rgba(255, 255, 255, 0.1);
}

.search-draw--dark .search__label-title,
.search-draw--dark .search__nav-title,
.search-draw--dark .search__products-title,
.search-draw--dark .search__form-input,
.search-draw--dark .mfp-close.mfp-close {
  color: #212121;
}

.search-draw--dark .search__form-submit,
.search-draw--dark .search__nav-link {
  color: #212121;
}

.search-draw--dark .search__form-input-wrapper {
  border-color: rgba(33, 33, 33, 0.2);
}

.search-draw--dark .search__form-input::-webkit-input-placeholder {
  color: rgba(33, 33, 33, 0.5);
}

.search-draw--dark .search__form-input:-moz-placeholder {
  color: rgba(33, 33, 33, 0.5);
}

.search-draw--dark .search__form-input::-moz-placeholder {
  color: rgba(33, 33, 33, 0.5);
}

.search-draw--dark .search__form-input:-ms-input-placeholder {
  color: rgba(33, 33, 33, 0.5);
}

.search-draw--dark .predictive-search__heading,
.search-draw--dark .predictive-search__item-heading,
.search-draw--dark .predictive-search__item-price,
.search-draw--dark .predictive-search-empty__btn {
  color: #212121;
}

.search-draw--dark .predictive-search__item-price .price__compare {
  color: rgba(33, 33, 33, 0.5);
}

.search-draw--dark .search-draw__loader .theme-spinner__border {
  border-color: #212121 transparent transparent transparent;
}

.search-draw--dark .search__nav-item:hover > *,
.search-draw--dark .predictive-search__list-item:hover > * {
  color: #212121;
  background-color: rgba(33, 33, 33, 0.1);
}

/* Search Drawer: Override ALL CAPS headings to Title Case
   ========================================================================== */
.search-draw .search__nav-title,
.search-draw .search__products-title {
  text-transform: none;
  letter-spacing: normal;
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: 16px;
  margin-left: 0;
  color: inherit;
}

/* Search Drawer: Spacing overrides
   ========================================================================== */
.search-draw .search__content {
  padding: 36px 30px;
}

@media screen and (min-width: 768px) {
  .search-draw .search__content {
    padding: 36px 48px;
  }
}

/* Search Drawer: No animation — appear instantly
   ========================================================================== */
.mfp-search.mfp-wrap {
  transform: none !important;
  transition: none !important;
}

.mfp-search.mfp-wrap.mfp-ready {
  transform: none !important;
  transition: none !important;
}

.mfp-search.mfp-wrap.mfp-removing {
  transform: none !important;
  transition: none !important;
}

.mfp-search.mfp-bg {
  transition: none !important;
}

.mfp-search.mfp-bg.mfp-ready {
  opacity: 0.5;
}

.mfp-search.mfp-bg.mfp-removing {
  opacity: 0;
}

/* Search Drawer: Centered rounded search bar with icon on left
   ========================================================================== */
.search-draw .search__form-input-wrapper {
  border-bottom: none;
  padding: 16px 30px;
}

.search-draw .search__form-input-wrapper-limiter {
  position: relative;
  max-width: 720px;
  margin: 0 auto;
  border: 1px solid rgba(33, 33, 33, 0.2);
  border-radius: 50px;
  overflow: hidden;
}

.search-draw--light .search__form-input-wrapper-limiter {
  border-color: rgba(255, 255, 255, 0.3);
}

.search-draw .search__form-input {
  padding-left: 48px;
  padding-right: 16px;
  background: transparent;
}

/* Search Drawer: Recent Search Chips
   ========================================================================== */
.search__nav-items--chips {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.search__nav-item--chip {
  display: inline-flex;
  align-items: center;
  border: 1px solid rgba(33, 33, 33, 0.25);
  border-radius: 20px;
  padding: 4px 8px 4px 12px;
  font-size: 0.875rem;
  line-height: 1.4;
  transition: border-color 0.2s;
}

.search__nav-item--chip:hover {
  border-color: rgba(33, 33, 33, 0.5);
}

.search-draw--light .search__nav-item--chip {
  border-color: rgba(255, 255, 255, 0.3);
}

.search-draw--light .search__nav-item--chip:hover {
  border-color: rgba(255, 255, 255, 0.6);
}

.search__nav-item--chip:hover > * {
  background-color: transparent;
}

.search__chip {
  display: inline-flex;
  align-items: center;
  text-decoration: none;
  color: inherit;
}

.search__chip-text {
  white-space: nowrap;
}

.search__chip-remove {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: none;
  border: none;
  cursor: pointer;
  padding: 2px;
  margin-left: 6px;
  color: inherit;
  opacity: 0.5;
  transition: opacity 0.2s;
  line-height: 1;
}

.search__chip-remove:hover {
  opacity: 1;
}

/* Search Drawer: Trending Search Items
   ========================================================================== */
.search__nav-link--trending {
  display: flex;
  align-items: center;
  gap: 8px;
}

.search__nav-icon {
  flex-shrink: 0;
  opacity: 0.6;
}

/* Search Drawer: Best Sellers Horizontal Scroll
   ========================================================================== */
.search__nav--best-sellers {
  min-width: 0;
}

.search__nav--best-sellers .search__products {
  max-width: none;
}

.search__products-scroll {
  display: flex;
  gap: 16px;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
  padding-bottom: 8px;
}

.search__products-scroll::-webkit-scrollbar {
  height: 4px;
}

.search__products-scroll::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0.05);
  border-radius: 2px;
}

.search__products-scroll::-webkit-scrollbar-thumb {
  background: rgba(0, 0, 0, 0.2);
  border-radius: 2px;
}

.search__products-scroll-item {
  flex: 0 0 200px;
  scroll-snap-align: start;
  min-width: 0;
}

@media screen and (max-width: 560px) {
  .search__products-scroll-item {
    flex: 0 0 160px;
  }
}

.search__products-scroll-item .product-card {
  width: 100%;
}

.search__products-scroll-item .product-card__details {
  font-size: 0.8125rem;
}

/* Search Page
   ========================================================================== */
.search-page__form {
  position: relative;
  max-width: 600px;
  margin: 0 auto 42px;
}

.search-page__form-input {
  padding: 12px 30px 12px 12px;
  width: 100%;
  height: 54px;
  line-height: 32px;
  font-weight: 200;
  margin: 0;
  font-size: 1.3rem;
}

.search-page__form-submit {
  position: absolute;
  background: none;
  height: 52px;
  line-height: 54px;
  font-size: 22px;
  padding: 0 12px;
  top: 0;
  right: 0;
  cursor: pointer;
  color: var(--color--text);
}
.search-page__form-submit .icon {
  height: 100%;
  width: 21px;
}

.search-page__info {
  text-align: center;
  margin-bottom: 24px;
}

.search-page__info__text {
  font-size: 1.3em;
}

.search-grid-item {
  position: relative;
  margin-bottom: 36px;
}

.search-grid-item__wrapper {
  display: flex;
  flex-direction: column;
  height: 100%;
  overflow: hidden;
}

.search-grid-item__media {
  position: relative;
  flex: 25;
}

.search-grid-item__media__img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.search-grid-item__media__icon {
  width: 100%;
  height: 100%;
  text-align: center;
  background: var(--color--text-bg);
}
.search-grid-item__media__icon svg {
  min-width: 40%;
  min-height: 40%;
  top: 50%;
  transform: translateY(-50%);
  position: relative;
}
.search-grid-item__media__icon svg * {
  fill: var(--color--bg);
}

.search-grid-item__content {
  flex: 1;
  width: 100%;
  height: auto;
  padding: 18px 24px;
  background: var(--color--bg-dark);
  position: relative;
}

.search-grid-item__content__meta {
  margin-bottom: 6px;
}

.search-grid-item__content__meta__item {
  font-size: 0.9em;
  line-height: 1.5;
}

.search-grid-item__content__meta__item,
.search-grid-item__content__title {
  margin: 0;
}

.search-page__media-img {
  width: 100%;
  object-fit: cover;
}

.search-grid-item__link:hover .search-grid-item__content__title {
  text-decoration: underline;
}

.search-page-pagination {
  position: relative;
  margin-bottom: 30px;
}

@media screen and (max-width: 980px) {
  .search-page__info {
    margin-bottom: 24px;
  }
}

@media screen and (max-width: 767px) {
  .search-page__info__text {
    font-size: 1.2em;
  }
  .search-grid-item {
    margin-bottom: 30px;
  }
  .search-page-pagination {
    margin-bottom: 18px;
  }
}

.search__inner {
  height: 100%;
}

.search-form__loader {
  display: block;
  position: absolute;
  background: none;
  width: 36px;
  height: 72px;
  padding: 0 12px;
  top: 0;
  right: 60px;
}
.search-form__loader .theme-spinner {
  width: 24px;
  height: 24px;
}
.search-form__loader .theme-spinner__border {
  border-color: var(--color--text-light) transparent transparent;
}

predictive-search,
.search__form-wrapper {
  display: inline;
  position: static;
}

predictive-search .theme-spinner--small .theme-spinner__border {
  border-width: 1px;
}

.predictive-search {
  padding: 30px 18px;
}
.predictive-search.has-results .predictive-search__triggers {
  position: absolute;
  bottom: 18px;
  left: 0;
  width: 100%;
  max-width: none;
}

.predictive-search__list-item {
  break-inside: avoid-column;
}
.predictive-search__list-item[aria-selected='true'] > *,
.predictive-search__list-item:hover > * {
  color: var(--color--text);
  background-color: var(--color--bg-dark);
}
.predictive-search__list-item[aria-selected='true']
  .predictive-search__item-heading {
  text-decoration: underline;
  text-underline-offset: 0.3rem;
}
.predictive-search__list-item a:hover {
  opacity: 1;
}

.predictive-search__heading {
  color: var(--color--text);
  margin-bottom: 3px;
  margin-left: 0.5rem;
  font-size: calc(
    (var(--font--size-mega-menu) / var(--font--size-base)) * 1rem
  );
}

.predictive-search__panels {
  display: grid;
  gap: 30px;
  position: relative;
  width: 100%;
  padding-bottom: 72px;
}

.predictive-search__triggers {
  padding: 0px 18px;
}
@media screen and (min-width: 768px) {
  .predictive-search__triggers {
    padding: 0px 30px;
  }
}

.predictive-search__item {
  display: flex;
  padding: 3px 6px;
  text-align: left;
  text-decoration: none;
  width: 100%;
  border-radius: 4px;
  font-size: 0.875rem;
}

.predictive-search__item--media-fit .predictive-search__image {
  object-fit: contain;
}

.predictive-search__item--media-crop .predictive-search__image {
  object-fit: cover;
}

.predictive-search__item-content {
  grid-area: product-content;
  display: flex;
  flex-direction: column;
  justify-content: start;
  white-space: nowrap;
  overflow: hidden;
}

.predictive-search__panel--products .predictive-search__item,
.search__products .predictive-search__item {
  text-align: left;
  text-decoration: none;
  width: 100%;
  display: grid;
  grid-template-columns: 5rem 1fr;
  grid-column-gap: 18px;
  grid-template-areas: 'product-image product-content';
  padding: 9px 6px;
}
.predictive-search__panel--products
  .predictive-search__item.predictive-search__item--media-ratio-4\:3,
.search__products
  .predictive-search__item.predictive-search__item--media-ratio-4\:3 {
  grid-template-columns: 5.5rem 1fr;
}
.predictive-search__panel--products
  .predictive-search__item.predictive-search__item--media-ratio-16\:9,
.search__products
  .predictive-search__item.predictive-search__item--media-ratio-16\:9 {
  grid-template-columns: 6rem 1fr;
}
.predictive-search__panel--products
  .predictive-search__item.predictive-search__item--media-ratio-2\:3,
.search__products
  .predictive-search__item.predictive-search__item--media-ratio-2\:3 {
  grid-template-columns: 4rem 1fr;
}
.predictive-search__panel--products
  .predictive-search__item.predictive-search__item--media-ratio-3\:4,
.search__products
  .predictive-search__item.predictive-search__item--media-ratio-3\:4 {
  grid-template-columns: 4.5rem 1fr;
}

.predictive-search__panel--products .predictive-search__image,
.search__products .predictive-search__image {
  grid-area: product-image;
}

.predictive-search__panel--suggestions .predictive-search__item-heading,
.predictive-search__panel--pages .predictive-search__item-heading {
  margin-bottom: 0;
}

.predictive-search__results-list {
  margin-bottom: 0;
}
.predictive-search__results-list .predictive-search__item-heading {
  overflow: hidden;
  text-overflow: ellipsis;
}

@media screen and (min-width: 561px) {
  .predictive-search__panels {
    display: grid;
    grid-template-columns: 3fr 2fr;
    grid-template-rows: auto 1fr;
    column-gap: 12px;
    grid-template-areas: 'products suggestions' 'products pages';
    max-width: 1200px;
  }
  .predictive-search__panels--has-suggestions:not(
    .predictive-search__panels--has-products
  ),
  .predictive-search__panels--has-pages:not(
    .predictive-search__panels--has-products
  ) {
    grid-template-columns: 1fr;
    grid-template-areas: 'suggestions' 'pages';
  }
  .predictive-search__panels--has-products:not(
      .predictive-search__panels--has-suggestions
    ):not(.predictive-search__panels--has-pages) {
    grid-template-columns: 1fr;
    grid-template-areas: 'products';
  }
  .predictive-search__panels--has-products.predictive-search__panels--has-pages:not(
      .predictive-search__panels--has-suggestions
    ) {
    grid-template-areas: 'products pages';
  }
  .predictive-search__panel--products {
    max-width: 900px;
    grid-area: products;
  }
  .predictive-search__panel--products .predictive-search__results-list {
    column-gap: 12px;
  }
  .predictive-search__panel--suggestions {
    max-width: 300px;
    grid-area: suggestions;
  }
  .predictive-search__panel--pages {
    max-width: 300px;
    grid-area: pages;
  }
  .predictive-search__panel--products::after,
  .predictive-search__panel--suggestions::after,
  .predictive-search__panel--pages::after {
    content: '';
    display: block;
    width: 100%;
    height: 72px;
  }
  .predictive-search__panels--has-pages.predictive-search__panels--has-suggestions
    .predictive-search__panel--suggestions::after {
    display: none;
  }
  .predictive-search__panels--has-pages.predictive-search__panels--has-suggestions
    .predictive-search__panel--pages
    .predictive-search__heading {
    margin-top: 0;
  }
  .search-draw .predictive-search__panels {
    padding-bottom: 24px;
  }
}
@media screen and (min-width: 561px) and (min-width: 768px) {
  .search-draw .predictive-search__panels {
    padding-bottom: 0;
  }
}

@media screen and (min-width: 561px) {
  .search-draw .predictive-search__triggers {
    max-width: 360px;
  }
}

@media screen and (min-width: 561px) and (min-width: 768px) {
  .search-draw .predictive-search.has-results .predictive-search__triggers {
    max-width: 360px;
  }
}

@media screen and (min-width: 768px) {
  .search-draw .predictive-search__panels {
    grid-template-columns: 2fr 2fr;
    grid-template-areas: 'products suggestions' 'products pages';
  }
  .search-draw
    .predictive-search__panels--has-products.predictive-search__panels--has-pages:not(
      .predictive-search__panels--has-suggestions
    ) {
    grid-template-areas: 'products pages';
  }
  .search-draw
    .predictive-search__panels--has-suggestions:not(
      .predictive-search__panels--has-products
    ) {
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-areas: 'suggestions pages';
  }
  .search-draw
    .predictive-search__panels--has-suggestions:not(
      .predictive-search__panels--has-products
    )
    .predictive-search__panel--pages
    .predictive-search__heading {
    margin-top: 24px;
  }
  .search-draw
    .predictive-search__panels--has-products.predictive-search__panels--has-pages:not(
      .predictive-search__panels--has-suggestions
    ) {
    grid-template-areas: 'products pages';
  }
  .search-draw
    .predictive-search__panels--has-pages:not(
      .predictive-search__panels--has-products
    ):not(.predictive-search__panels--has-suggestions) {
    grid-template-columns: 1fr;
    grid-template-areas: 'pages';
  }
  .search-draw
    .predictive-search__panels--has-products:not(
      .predictive-search__panels--has-pages
    ):not(.predictive-search__panels--has-suggestions) {
    grid-template-columns: 1fr;
    grid-template-areas: 'products';
  }
  .search-draw
    .predictive-search__panels--has-products:not(
      .predictive-search__panels--has-pages
    ):not(.predictive-search__panels--has-suggestions).has-products-1,
  .search-draw
    .predictive-search__panels--has-products:not(
      .predictive-search__panels--has-pages
    ):not(.predictive-search__panels--has-suggestions).has-products-2,
  .search-draw
    .predictive-search__panels--has-products:not(
      .predictive-search__panels--has-pages
    ):not(.predictive-search__panels--has-suggestions).has-products-3 {
    max-width: 450px;
  }
  .search-draw
    .predictive-search__panel--products
    .predictive-search__results-list {
    display: grid;
    grid-template-columns: 1fr;
  }
  .search-draw .predictive-search__panels--has-products.has-products-4,
  .search-draw .predictive-search__panels--has-products.has-products-5,
  .search-draw .predictive-search__panels--has-products.has-products-6 {
    grid-template-columns: 3fr 3fr 2fr;
    grid-template-areas: 'products products suggestions' 'products products pages';
  }
  .search-draw
    .predictive-search__panels--has-products.has-products-4.predictive-search__panels--has-pages:not(
      .predictive-search__panels--has-suggestions
    ),
  .search-draw
    .predictive-search__panels--has-products.has-products-5.predictive-search__panels--has-pages:not(
      .predictive-search__panels--has-suggestions
    ),
  .search-draw
    .predictive-search__panels--has-products.has-products-6.predictive-search__panels--has-pages:not(
      .predictive-search__panels--has-suggestions
    ) {
    grid-template-areas: 'products products pages';
  }
  .search-draw
    .predictive-search__panels--has-products.has-products-4.predictive-search__panels--has-pages:not(
      .predictive-search__panels--has-suggestions
    ),
  .search-draw
    .predictive-search__panels--has-products.has-products-5.predictive-search__panels--has-pages:not(
      .predictive-search__panels--has-suggestions
    ),
  .search-draw
    .predictive-search__panels--has-products.has-products-6.predictive-search__panels--has-pages:not(
      .predictive-search__panels--has-suggestions
    ) {
    grid-template-areas: 'products products pages';
  }
}
@media screen and (min-width: 768px) and (min-width: 768px) {
  .search-draw
    .predictive-search__panels--has-products.has-products-4
    .predictive-search__panel--products
    .predictive-search__results-list,
  .search-draw
    .predictive-search__panels--has-products.has-products-5
    .predictive-search__panel--products
    .predictive-search__results-list,
  .search-draw
    .predictive-search__panels--has-products.has-products-6
    .predictive-search__panel--products
    .predictive-search__results-list {
    grid-template-columns: 1fr 1fr;
  }
}

@media screen and (min-width: 768px) {
  .search-draw .predictive-search__panels--has-products.has-products-7,
  .search-draw .predictive-search__panels--has-products.has-products-8,
  .search-draw .predictive-search__panels--has-products.has-products-9,
  .search-draw .predictive-search__panels--has-products.has-products-10 {
    grid-template-columns: 2fr 2fr 2fr 1.5fr;
    grid-template-areas: 'products products products suggestions' 'products products products pages';
  }
  .search-draw
    .predictive-search__panels--has-products.has-products-7.predictive-search__panels--has-pages:not(
      .predictive-search__panels--has-suggestions
    ),
  .search-draw
    .predictive-search__panels--has-products.has-products-8.predictive-search__panels--has-pages:not(
      .predictive-search__panels--has-suggestions
    ),
  .search-draw
    .predictive-search__panels--has-products.has-products-9.predictive-search__panels--has-pages:not(
      .predictive-search__panels--has-suggestions
    ),
  .search-draw
    .predictive-search__panels--has-products.has-products-10.predictive-search__panels--has-pages:not(
      .predictive-search__panels--has-suggestions
    ) {
    grid-template-areas: 'products products products pages';
  }
  .search-draw
    .predictive-search__panels--has-products.has-products-7.predictive-search__panels--has-pages:not(
      .predictive-search__panels--has-suggestions
    ),
  .search-draw
    .predictive-search__panels--has-products.has-products-8.predictive-search__panels--has-pages:not(
      .predictive-search__panels--has-suggestions
    ),
  .search-draw
    .predictive-search__panels--has-products.has-products-9.predictive-search__panels--has-pages:not(
      .predictive-search__panels--has-suggestions
    ),
  .search-draw
    .predictive-search__panels--has-products.has-products-10.predictive-search__panels--has-pages:not(
      .predictive-search__panels--has-suggestions
    ) {
    grid-template-areas: 'products products products pages';
  }
  .search-draw
    .predictive-search__panels--has-products.has-products-7:not(
      .predictive-search__panels--has-pages
    ):not(.predictive-search__panels--has-suggestions)
    .predictive-search__panel--products,
  .search-draw
    .predictive-search__panels--has-products.has-products-8:not(
      .predictive-search__panels--has-pages
    ):not(.predictive-search__panels--has-suggestions)
    .predictive-search__panel--products,
  .search-draw
    .predictive-search__panels--has-products.has-products-9:not(
      .predictive-search__panels--has-pages
    ):not(.predictive-search__panels--has-suggestions)
    .predictive-search__panel--products,
  .search-draw
    .predictive-search__panels--has-products.has-products-10:not(
      .predictive-search__panels--has-pages
    ):not(.predictive-search__panels--has-suggestions)
    .predictive-search__panel--products {
    max-width: 1000px;
  }
}
@media screen and (min-width: 768px) and (min-width: 768px) {
  .search-draw
    .predictive-search__panels--has-products.has-products-7
    .predictive-search__panel--products
    .predictive-search__results-list,
  .search-draw
    .predictive-search__panels--has-products.has-products-8
    .predictive-search__panel--products
    .predictive-search__results-list,
  .search-draw
    .predictive-search__panels--has-products.has-products-9
    .predictive-search__panel--products
    .predictive-search__results-list,
  .search-draw
    .predictive-search__panels--has-products.has-products-10
    .predictive-search__panel--products
    .predictive-search__results-list {
    grid-template-columns: 1fr 1fr 1fr;
  }
}

.predictive-search__item-heading {
  color: var(--color--text);
  line-height: 1.5;
}

.predictive-search__item-price {
  color: var(--color--text);
  font-size: 0.9rem;
  margin: 0;
  line-height: 21px;
}
.predictive-search__item-price .price__compare {
  position: relative;
  margin-left: 3px;
  text-decoration: line-through;
  font-size: 1em;
  color: rgba(var(--color--text), 0.5);
}

.predictive-search__item-query-result *:not(mark) {
  font-weight: bolder;
}

.predictive-search__item-query-result mark {
  color: rgba(var(--color--text), 0.75);
  background-color: transparent;
}

.predictive-search__btn {
  display: block;
  border: 0;
  margin: 0px auto;
  transition: background-color 0.3s ease;
}
.predictive-search__btn[aria-selected='true'] {
  background-color: var(--color--brand-dark);
  text-decoration: underline;
  text-underline-offset: 0.3rem;
}

.predictive-search__empty-heading {
  margin: 24px 0px 18px;
  font-family: var(--font--body);
  font-weight: var(--font--body-weight);
  font-style: var(--font--body-style);
  text-transform: none;
  font-size: 1.25rem;
}
@media screen and (min-width: 561px) {
  .predictive-search__empty-heading {
    text-align: left;
  }
}
@media screen and (min-width: 768px) {
  .predictive-search__empty-heading {
    text-align: left;
    margin: 24px 0px;
  }
}

predictive-search[dropdown] .search-page__form {
  overflow: unset;
}

predictive-search[dropdown] input[type='search'] {
  transition: border-radius 0s;
}

predictive-search[dropdown] .predictive-search__btn {
  width: 100%;
}

predictive-search[dropdown] .predictive-search {
  padding: 30px 12px;
}

predictive-search[dropdown] .predictive-search__panels {
  max-height: clamp(200px, 40vh, 440px);
  overflow: auto;
}

predictive-search[dropdown] .predictive-search__triggers {
  padding: 12px;
}

predictive-search[dropdown] .has-results .predictive-search__triggers {
  bottom: 0;
}

predictive-search[dropdown] .search-form__loader {
  width: 36px;
  height: 54px;
  right: 36px;
}
predictive-search[dropdown] .search-form__loader .theme-spinner {
  width: 18px;
  height: 18px;
}

predictive-search[dropdown][open='true'] input[type='search'] {
  border-bottom: 0 none;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  transition: border-radius 0s;
}

predictive-search[dropdown][open='true'] predictive-search-results {
  position: absolute;
  width: 100%;
  background-color: var(--color--bg);
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  border: 1px solid var(--color--text-lightest);
  border-top: 0 none;
}

recent-searches {
  display: block;
}

/* ==========================================================================
   #SECTION TITLE BRAND BORDER
   ========================================================================== */
body[data-heading-border='true'] .section__title-text,
body[data-heading-border='true'] .collection-list__content-heading,
body[data-heading-border='true'] .product-featured__title,
body[data-heading-border='true'] .product-popup__label-title,
body[data-heading-border='true']
  .cart-recommendations__title:not(.cart-recommendations__title--plain) {
  padding-bottom: calc(9px + var(--font--title-border-size));
}

body[data-heading-border='true'] .home-image-grid__title {
  padding-bottom: calc(6px + var(--font--title-border-size));
}

body[data-heading-border='true'] .product-single__title {
  padding-bottom: calc(12px + var(--font--title-border-size));
}

body[data-heading-border='true'] .section__title-text:after,
body[data-heading-border='true'] .collection-list__content-heading:after,
body[data-heading-border='true'] .product-featured__title:after,
body[data-heading-border='true'] .home-map__item-wrap:after,
body[data-heading-border='true'] .home-image-grid__title:after,
body[data-heading-border='true'] .product-single__title:after,
body[data-heading-border='true'] .cart-draw__title:after,
body[data-heading-border='true'] .cart-notification__title:after,
body[data-heading-border='true'] .product-popup__label-title:after,
body[data-heading-border='true']
  .cart-recommendations__title:not(.cart-recommendations__title--plain):after,
body[data-heading-border='true'] .quick-shop__title:after,
body[data-heading-border='true'] .collection-sidebar__main-title:after,
body[data-heading-border='true']
  .store-availabilities-modal__product-title:after {
  content: '';
  width: 36px;
  height: var(--font--title-border-size);
  background: var(--color--title-border);
  position: absolute;
  left: 0;
  bottom: 0;
}

body[data-heading-border='true']
  .section__title--center
  .section__title-text:after,
body[data-heading-border='true'] .collection-list__content-heading:after,
body[data-heading-border='true']
  .home-image-grid__item--text
  .home-image-grid__title:after,
body[data-heading-border='true'] .cart-notification__title:after,
body[data-heading-border='true'] .product-popup__label-title:after,
body[data-heading-border='true']
  .image-with-text__box--center
  .section__title-text:after,
body[data-heading-border='true']
  .home-carousel--transparent
  .home-carousel__item--center
  .section__title-text:after,
body[data-heading-border='true']
  .home-carousel--transparent
  .home-carousel__item--bottom-center
  .section__title-text:after,
body[data-heading-border='true']
  .cart-recommendations__title:not(.cart-recommendations__title--plain):after {
  left: 50%;
  margin-left: -18px;
}

body[data-heading-border='true']
  .home-carousel--transparent
  .home-carousel__item--right
  .section__title-text:after,
body[data-heading-border='true']
  .home-carousel--transparent
  .home-carousel__item--bottom-right
  .section__title-text:after {
  left: 100%;
  margin-left: -36px;
}

body[data-heading-border='true'] .product-single__box__block--title {
  position: relative;
}

body[data-heading-border='true'] .product-single__title {
  margin-bottom: 18px;
}

body[data-heading-border='true'] .home-map__item-wrap {
  padding-top: calc(12px + var(--font--title-border-size));
}
body[data-heading-border='true'] .home-map__item-wrap:after {
  top: 0;
}

/* ==========================================================================
   #SECTION
   ========================================================================== */
.section--pb-m.section--pb-m {
  margin-bottom: 0;
  padding-bottom: 30px;
}

.section--pb-s.section--pb-s {
  margin-bottom: 0;
  padding-bottom: 24px;
}

.section--pb-0.section--pb-0 {
  margin-bottom: 0;
  padding-bottom: 0;
}

.section--mb-m.section--mb-m {
  margin-bottom: 30px;
}

.section--mb-s.section--mb-s {
  margin-bottom: 24px;
}

.section--mb-0.section--mb-0 {
  margin-bottom: 0;
}

.section--product-single {
  position: static;
}

.section__bg {
  position: absolute;
  width: 100%;
  height: 100%;
  background: #f0f0f0;
  left: 0;
  margin-top: 80px;
  -webkit-transform: translate3d(0, 0, 0);
}

.section__bg--white {
  background: #fff;
}

.section__bg--grey {
  background: #f0f0f0;
}

.section__title {
  display: block;
  max-width: 660px;
  margin: 0 0 24px;
  position: relative;
}

.section__title--center {
  /* margin: 0 auto 24px; */
  text-align: center;
  padding-inline: 16px;
}

.section__title--mb-s {
  margin-bottom: 12px;
}

.section__title-text {
  position: relative;
  margin: 0;
  color: #003722 !important;
}

.section__title-desc {
  margin-top: 12px;
  margin-bottom: 0;
}

.section__title-link {
  color: var(--color--text);
}
.section__title-link:hover {
  text-decoration: none;
  opacity: 0.8;
}

.section__link {
  line-height: 24px;
}

.section__link--center {
  text-align: center;
}

.section__link--mt {
  margin-top: 18px;
}

.section--has-bg .section__link {
  margin-bottom: 30px;
}

.section--content-light .section__link-link,
.section--content-default-light .section__link-link {
  color: #fff;
}

.section--blog,
.section--article.article--no-img,
.section--page,
.section--search,
.section--list-collections,
.section--404,
.section--account {
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  .section--blog,
  .section--article.article--no-img,
  .section--page,
  .section--search,
  .section--list-collections,
  .section--404,
  .section--account {
    margin-top: 12px;
  }
}

.section--search {
  overflow: visible;
}

.section--list-collections {
  margin-bottom: 24px;
}

@media screen and (min-width: 768px) {
  .section--mb-s--desk {
    margin-bottom: 24px;
  }
}

@media screen and (max-width: 767px) {
  .section {
    /* margin-bottom: 42px; */
  }
  .section--mb-s,
  .section--mb-s--mob {
    margin-bottom: 6px;
  }
  .section--mb-reset--mob {
    margin-bottom: 42px;
  }
  .section--list-collections {
    margin-bottom: 6px;
  }
}

/* ==========================================================================
   #SHOPIFY SMART PAYMENT BUTTONS
   ========================================================================== */
/* Using double clsses because to override Shopify styling */
.shopify-payment-button {
  min-height: 48px;
}

.product-form__add.is-disabled .shopify-payment-button,
.product-form__add.is-disabled .buy-now-button {
  display: none;
}

.product-single__add .shopify-payment-button {
  margin-bottom: 12px;
}

@media screen and (max-width: 767px) {
  .product-featured__add .shopify-payment-button {
    margin-bottom: 12px;
  }
}

.product-single__add--sold .shopify-payment-button {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  height: 1px !important;
  margin: -1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
}

.shopify-payment-button__button--hidden {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  height: 1px !important;
  margin: -1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
}

.shopify-payment-button__button--branded.shopify-payment-button__button--branded {
  height: 48px;
  border-radius: 9999px;
}

/* Product page ATC pill style — matches NF reference */
.product-single .product-form__add-btn.c-btn--hollow,
.product-featured .product-form__add-btn.c-btn--hollow {
  border-radius: 9999px;
  border: 1px solid var(--color-brand-primary-500, #003722);
  box-shadow: none;
  margin-bottom: 0;
  color: var(--color-brand-primary-500, #003722);
  height: 48px;
  font-weight: 600;
  font-size: 16px;
  line-height: 1;
  padding: 0 24px;
  position: relative;
}
@media (hover: hover) {
  .product-single .product-form__add-btn.c-btn--hollow:hover:not([disabled]),
  .product-featured .product-form__add-btn.c-btn--hollow:hover:not([disabled]) {
    background-color: var(--color-brand-primary-500, #003722);
    color: var(--color--bg);
  }
}

/* PDP ATC error message — full width flex item, below the buttons */
.product-single .qty-error,
.product-featured .qty-error {
  flex: 0 0 100%;
  width: 100%;
  margin-top: 0;
  font-size: 13px;
  color: #cc0000;
  background: none;
  border: none;
  padding: 0;
  text-align: center;
}

/* Vertically center spinner in PDP ATC button */
.product-single .product-form__add-btn__spinner,
.product-featured .product-form__add-btn__spinner {
  top: 50%;
  transform: translateY(-50%);
}

/* Vertically center success tick in PDP ATC button */
.product-single .product-form__add-btn__tick,
.product-featured .product-form__add-btn__tick {
  top: 50%;
  transform: translateY(-50%);
}

/* Spinner color matches brand on PDP hollow button */
.product-single .product-form__add-btn.c-btn--hollow .product-form__add-btn__spinner .theme-spinner__border,
.product-featured .product-form__add-btn.c-btn--hollow .product-form__add-btn__spinner .theme-spinner__border {
  border-color: var(--color-brand-primary-500, #003722) transparent transparent transparent;
}

/* On hover, spinner color flips to bg color */
@media (hover: hover) {
  .product-single .product-form__add-btn.c-btn--hollow:hover .product-form__add-btn__spinner .theme-spinner__border,
  .product-featured .product-form__add-btn.c-btn--hollow:hover .product-form__add-btn__spinner .theme-spinner__border {
    border-color: var(--color--bg) transparent transparent transparent;
  }
}

.shopify-payment-button__button--unbranded.shopify-payment-button__button--unbranded {
  display: inline-block;
  vertical-align: middle;
  font: inherit;
  text-align: center;
  margin: 0;
  cursor: pointer;
  font-family: var(--font--button);
  letter-spacing: var(--font--button-space);
  text-transform: var(--font--button-transform);
  transition: opacity 0.2s ease-in-out;
  color: var(--color--btn);
  font-size: calc((var(--font--button-size) / var(--font--size-base)) * 1rem);
  font-weight: var(--font--button-weight);
  font-style: var(--font--button-style);
  height: auto;
  line-height: 30px;
  padding: 9px 30px;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  background-color: var(--color--brand);
  border-radius: 0;
}
@media (hover: hover) {
  .shopify-payment-button__button--unbranded.shopify-payment-button__button--unbranded,
  .shopify-payment-button__button--unbranded.shopify-payment-button__button--unbranded:hover,
  .shopify-payment-button__button--unbranded.shopify-payment-button__button--unbranded:active,
  .shopify-payment-button__button--unbranded.shopify-payment-button__button--unbranded:focus {
    opacity: 1;
    text-decoration: none;
  }
}
@media screen and (max-width: 767px) {
  .shopify-payment-button__button--unbranded.shopify-payment-button__button--unbranded {
    font-size: var(--font--button-mobile-size);
  }
}
.shopify-payment-button__button--unbranded.shopify-payment-button__button--unbranded:hover,
.shopify-payment-button__button--unbranded.shopify-payment-button__button--unbranded:focus {
  background-color: var(--color--brand-dark);
}

.shopify-payment-button__button--unbranded.shopify-payment-button__button--unbranded:hover:not(
    [disabled]
  ) {
  background-color: var(--color--brand-dark);
}

.shopify-payment-button__more-options {
  font-family: var(--font--body);
  font-weight: var(--font--body-weight);
  font-style: var(--font--body-style);
}

.shopify-payment-button__more-options.shopify-payment-button__more-options:hover:not(
    [disabled]
  ) {
  text-decoration: none;
  opacity: 0.7;
}

.shopify-payment-button__button.shopify-payment-button__button[disabled] {
  display: none;
}

.product-form__add--sold
  .shopify-payment-button__button.shopify-payment-button__button {
  display: none;
}

/*============================================================================
  #STORE AVAILABILITY
==============================================================================*/
pickup-availability {
  display: block;
}

pickup-availability[available] {
  min-height: 5rem;
}

.product-single--minimal .product-single__store-availability-container {
  padding: 0;
}

.store-availability-small-text {
  font-size: 0.85rem;
}

.store-availability-information {
  display: flex;
}

.store-availability-information-container {
  margin-left: 9px;
}

.store-availability-information__title {
  margin-bottom: 0;
  line-height: 1.8;
}

.store-availability-information__stock {
  margin-bottom: 0;
}

.store-availability-information__stores {
  margin-bottom: 0;
  margin-top: 6px;
  line-height: 1.4;
}

.store-availability-information__link {
  text-decoration: underline;
  background: transparent;
  border: 0 none;
  appearance: none;
  text-transform: none;
  cursor: pointer;
}

.store-availability-information__link:hover,
.store-availability-information__link:focus {
  opacity: 0.6;
}

.store-availability-container .icon,
.store-availability-draw__wrapper .icon {
  width: 15px;
  height: 15px;
  position: relative;
  top: 8px;
  font-size: 15px;
}

.store-availability-draw__wrapper .icon {
  top: 2px;
  margin-right: 3px;
}

.store-availability-container .icon-in-stock,
.store-availability-draw__wrapper .icon-in-stock {
  color: #00730b;
}

.store-availability-container .icon-out-of-stock,
.store-availability-draw__wrapper .icon-out-of-stock {
  color: #dd2200;
}

.store-availability-draw {
  float: right;
}

.store-availability-draw .mfp-close.mfp-close {
  right: 6px;
  left: auto;
}
@media screen and (min-width: 561px) {
  .store-availability-draw .mfp-close.mfp-close {
    right: 24px;
  }
}

.store-availability-draw__wrapper {
  overflow-y: scroll;
  height: 100%;
  padding: 24px 18px 60px;
}
@media screen and (min-width: 561px) {
  .store-availability-draw__wrapper {
    padding: 42px 42px 60px;
  }
}

.store-availabilities-modal {
  display: none;
  z-index: 3;
  max-height: 100vh;
  width: 375px;
  left: auto;
  border: 1px solid #ebebeb;
  box-sizing: border-box;
  box-shadow: -4px 4px 6px rgba(58, 58, 58, 0.04);
}

@media only screen and (max-width: 749px) {
  .store-availabilities-modal {
    width: 100%;
    z-index: 9999;
  }
}

.store-availabilities-modal--active {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  transform: translateY(0);
  opacity: 1;
}

@media only screen and (max-width: 749px) {
  .store-availabilities-modal--active {
    height: 100%;
  }
}

.store-availabilities-modal__header {
  display: flex;
  justify-content: space-between;
}

.store-availabilities-modal__product-information {
  margin-bottom: 18px;
}

.store-availabilities-modal__product-title {
  position: relative;
  line-height: 24px;
  text-transform: none;
  margin-bottom: 0;
  margin-bottom: 12px;
  padding-right: 36px;
}
body[data-heading-border='true'] .store-availabilities-modal__product-title {
  padding-bottom: calc(1.15rem + var(--font--title-border-size));
}

.store-availabilities-modal__variant-title {
  margin-bottom: 0;
}

.store-availabilities-list {
  overflow: auto;
}

.store-availabilities-modal__close {
  margin-bottom: 13px;
}

.store-availability-list__item {
  padding: 0 0 18px;
}

.store-availability-list__item::before {
  content: '';
  display: block;
  margin: 0 0 16px 0;
  border-bottom: 1px solid rgba(33, 33, 33, 0.1);
}

.store-availability-list__item > p {
  font-size: 0.85rem;
  line-height: 1.8;
}

.store-availability-list__item > p:last-child {
  margin-bottom: 0;
}

.store-availability-list__location {
  display: flex;
  justify-content: space-between;
}

.store-availability-list__stock {
  margin-top: 0;
  margin-bottom: 12px;
}

.store-availability-draw--dark .store-availability-draw__wrapper,
.store-availability-draw--dark .store-availabilities-modal__product-title,
.store-availability-draw--dark .store-availability-list__phone a {
  color: #212121;
}

.store-availability-draw--dark .store-availability-list__item::before {
  border-color: rgba(33, 33, 33, 0.2);
}

.store-availability-draw--light .store-availability-draw__wrapper,
.store-availability-draw--light .store-availabilities-modal__product-title,
.store-availability-draw--light .store-availability-list__phone a {
  color: #fff;
}

.store-availability-draw--light .store-availability-list__item::before {
  border-color: rgba(255, 255, 255, 0.2);
}

variant-swatches,
.product-form__swatch {
  display: block;
  line-height: 0;
  position: relative;
  margin: 0 0 18px;
}
variant-swatches:last-child,
.product-form__swatch:last-child {
  margin-bottom: 0;
}

.product-form__swatch__title {
  display: block;
  margin-bottom: 6px;
  line-height: 1;
}

.product-form__swatch__sub-title {
  margin-left: 3px;
  color: var(--color--text-lighter);
}

.product-form__swatch__item {
  display: inline-block;
}

.product-form__swatch__label {
  position: relative;
  cursor: pointer;
  display: inline-flex;
  margin-top: 9px;
}

.product-form__swatch__item--button .product-form__swatch__label {
  align-items: center;
  line-height: 1;
  font-size: 0.9rem;
  padding: 0px 18px;
  height: 2rem;
  margin-right: 9px;
  background-color: transparent;
  border: 1px solid var(--color--text-lightest);
  -webkit-transition:
    border-color 0.3s ease-out,
    background 0.3s ease-out;
  -moz-transition:
    border-color 0.3s ease-out,
    background 0.3s ease-out;
  transition:
    border-color 0.3s ease-out,
    background 0.3s ease-out;
}

.product-form__swatch__item--color {
  font-family: Helvetica, sans-serif;
  font-size: 0;
}
.product-form__swatch__item--color .product-form__swatch__label {
  position: relative;
  padding: 0;
  height: auto;
  width: auto;
  border-color: transparent;
  font-family: Helvetica, sans-serif;
  font-size: 0;
  line-height: 0;
  text-indent: -100%;
  margin: 12px 6px 3px;
}
.product-form__swatch__item--color input[type='radio']:checked + label {
  background: transparent;
}
.product-form__swatch__item--color .product-form__swatch__label__graphic {
  font-family: Helvetica, sans-serif;
  display: block;
  padding: 0;
  margin: 0;
  width: 22px;
  height: 22px;
  background: var(--background-graphic);
  background-size: cover;
  background-position: center;
  box-shadow: 0 0 0 1px var(--color--text-lightest);
}

.product-card
  .product-form__swatch__item--color
  .product-form__swatch__label__graphic {
  width: 16px;
  height: 16px;
}

.product-form__swatch__item--emphasize .product-form__swatch__label__graphic {
  box-shadow: 0 0 0 1px var(--color--text) !important;
}

.product-form__swatch__item--button label {
  min-width: 3.5rem;
  justify-content: center;
}

.product-form__swatch__label.is-disabled {
  color: var(--color--text-lighter);
  border-color: var(--color--text-lighter);
}
.product-form__swatch__label.is-disabled:after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background: linear-gradient(
    to left top,
    transparent calc(50% - 0.5px),
    var(--color--text-lighter) calc(50% - 0.5px),
    var(--color--text-lighter) calc(50% + 0.5px),
    transparent calc(50% + 0.5px)
  );
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
input:disabled + .product-form__swatch__label.is-disabled {
  display: none;
  cursor: not-allowed;
}

.product-form__swatch__item:not(.product-form__swatch__item--square)
  .product-form__swatch__label.is-disabled:has(
    .product-form__swatch__label__graphic
  ):after {
  border-radius: 50%;
}

.product-form__swatch__label.is-disabled:has(
    .product-form__swatch__label__graphic
  ) {
  opacity: 0.8;
}

.product-form__swatch__item--square .product-form__swatch__label__graphic,
.product-form__swatch__item--square .product-form__swatch__label {
  border-radius: 0;
}

.product-form__swatch__item--circle .product-form__swatch__label__graphic,
.product-form__swatch__item--circle .product-form__swatch__label {
  border-radius: 50%;
}

.product-form__swatch__item--circle.product-form__swatch__item--color.product-form__swatch__item--sold
  .product-form__swatch__label.product-form__swatch__label {
  background: none;
}
.product-form__swatch__item--circle.product-form__swatch__item--color.product-form__swatch__item--sold
  .product-form__swatch__label.product-form__swatch__label:before {
  position: absolute;
  content: '';
  left: 48%;
  top: 0;
  bottom: 0;
  border-left: 1px solid var(--color--text-light);
  transform: rotate(45deg);
}
.product-form__swatch__item--circle.product-form__swatch__item--color.product-form__swatch__item--sold
  .product-form__swatch__label.product-form__swatch__label
  .product-form__swatch__label__graphic {
  box-shadow: 0 0 0 1px var(--color--text-lighter);
}

.product-form__swatch__item--color input[type='radio']:checked + label {
  background: transparent;
  box-shadow:
    0 0 0 3px var(--color--bg),
    0 0 0 4px var(--color--text-light),
    0 0 3px 5px var(--color--text-lightest);
  -webkit-transition: box-shadow ease-in-out 0.15s;
  transition: box-shadow ease-in-out 0.15s;
}

.product-form__swatch__item--button input[type='radio']:checked + label {
  border: 1px solid var(--color--text);
  background: transparent;
  box-shadow: 0 0 3px 1px var(--color--text-lightest);
  -webkit-transition: box-shadow ease-in-out 0.15s;
  transition: box-shadow ease-in-out 0.15s;
}

.product-form__swatch__item--button .product-form__swatch__label {
  margin-right: 6px;
}

@media (hover: hover) {
  .product-form__swatch__item--color input[type='radio']:hover + label {
    box-shadow:
      0 0 0 3px var(--color--bg),
      0 0 0 4px var(--color--text-light),
      0 0 3px 5px var(--color--text-lightest);
    -webkit-transition: box-shadow ease-in-out 0.15s;
    transition: box-shadow ease-in-out 0.15s;
  }
  .product-form__swatch__item--button input[type='radio']:hover + label {
    border: 1px solid var(--color--text);
    box-shadow: 0 0 3px 1px var(--color--text-lightest);
    -webkit-transition: box-shadow ease-in-out 0.15s;
    transition: box-shadow ease-in-out 0.15s;
  }
}

.product-form__swatch__item--sold input[type='radio']:checked + label {
  border-color: var(--color--text);
  color: var(--color--text-lighter);
  background: -webkit-gradient(
    linear,
    right bottom,
    left top,
    color-stop(49%, transparent),
    color-stop(49.5%, var(--color--text-lighter)),
    color-stop(50.5%, var(--color--text-lighter)),
    color-stop(51%, transparent)
  );
  background: -webkit-linear-gradient(
    right bottom,
    transparent 49%,
    var(--color--text-lighter) 49.5%,
    var(--color--text-lighter) 50.5%,
    transparent 51%
  );
  background: -o-linear-gradient(
    right bottom,
    transparent 49%,
    var(--color--text-lighter) 49.5%,
    var(--color--text-lighter) 50.5%,
    transparent 51%
  );
  background: linear-gradient(
    to left top,
    transparent 49%,
    var(--color--text-lighter) 49.5%,
    var(--color--text-lighter) 50.5%,
    transparent 51%
  );
}

.product-card__swatch {
  display: flex;
  align-items: center;
  line-height: 1;
}
items-scroll .product-card__swatch {
  padding-left: 3px;
  padding-bottom: 3px;
}

.product-card__swatch__items {
  font-family: Helvetica, sans-serif;
  font-size: 0;
  margin: 0;
  line-height: 0;
  max-width: 300px;
  height: auto;
  width: auto;
  border: 0;
  padding: 0;
}

.product-card__swatch__item {
  position: relative;
  height: auto;
  width: auto;
  font-family: Helvetica, sans-serif;
  padding: 0;
  box-shadow: 0 0 0 1px transparent;
  cursor: pointer;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.product-card__swatch__item::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.product-card__swatch__item:hover,
.product-card__swatch__item.js-active,
.product-card__swatch__item.is-active {
  box-shadow:
    0 0 0 2px white,
    0 0 0 3px black;
}

.product-card__swatch__graphic {
  display: block;
  box-shadow: 0 0 0 1px var(--color--text-lightest);
  background: var(--background-graphic);
  background-size: cover;
  background-position: center center;
  font-family: Helvetica, sans-serif;
}

.product-card__swatch__graphic--emphasize {
  box-shadow: 0 0 0 1px var(--color--text) !important;
}

.swatch-wrapper {
  margin-top: 15px;
  position: relative;
}

.product-card__swatch__items li:last-child {
  margin-right: 0;
}

.product-card__overflow {
  margin-left: 9px;
}

.product-card__overflow__item {
  font-size: 0.85rem;
}

.product-card--center .product-card__swatch {
  justify-content: center;
}

.product-card--left .product-card__swatch {
  justify-content: left;
}

.product-card__swatch__graphic--1 {
  width: 12px;
  height: 12px;
}

.product-card__swatch__graphic--2 {
  width: 14px;
  height: 14px;
}

.product-card__swatch__graphic--3 {
  width: 16px;
  height: 16px;
}

.product-card__swatch__graphic--4 {
  width: 18px;
  height: 18px;
}

.product-card__swatch__graphic--5 {
  width: 20px;
  height: 20px;
}

.product-card__swatch__items {
  margin-bottom: -9px;
}
@media screen and (max-width: 767px) {
  .product-card__swatch__items {
    margin-bottom: -7px;
  }
}

.product-card__swatch__item {
  margin-right: 9px;
  margin-bottom: 9px;
}
@media screen and (max-width: 767px) {
  .product-card__swatch__item {
    margin-right: 7px;
    margin-bottom: 7px;
  }
}

.product-card__swatch__items li:last-child {
  margin-right: 0;
}

.product-card__swatch__item--circle,
.product-card__swatch__item--circle .product-card__swatch__graphic,
.product-card__swatch__item--circle .product-card__swatch__graphic svg,
.product-card__swatch__item--circle
  .product-card__swatch__graphic
  .product-card__swatch__placeholder {
  border-radius: 50%;
}

.product-card__swatch__item--square,
.product-card__swatch__item--square .product-card__swatch__graphic {
  border-radius: 0;
}

/* ==========================================================================
   #HOME BLOG SECTION
   ========================================================================== */
.blog__details {
  border-color: var(--color--text-lightest);
}

/* ==========================================================================
   #HOME LIST COLLECTIONS SECTION
   ========================================================================== */
.section--collections-list items-scroll[items-overflow] {
  --page-navigation-margin: 56px;
  --page-navigation-displacement: 42px;
}
.section--collections-list items-scroll[items-overflow] [data-items] {
  padding-bottom: 8px;
  overflow-y: hidden;
  margin-bottom: 24px;
}
.section--collections-list
  items-scroll[items-overflow]
  [data-items]
  .product-card {
  margin-bottom: 0;
}
@media screen and (max-width: 560px) {
  .section--collections-list items-scroll[items-overflow] {
    --page-navigation-margin: 50px;
    --page-navigation-displacement: 36px;
  }
}

@media screen and (min-width: 481px) {
  .section--collections-list items-scroll[items-overflow-min='mob'] {
    --page-navigation-margin: 56px;
    --page-navigation-displacement: 42px;
  }
  .section--collections-list
    items-scroll[items-overflow-min='mob']
    [data-items] {
    margin-bottom: var(--page-navigation-margin);
    overflow-y: hidden;
  }
}

@media screen and (max-width: 480px) {
  .section--collections-list items-scroll[items-overflow-max='mob'] {
    --page-navigation-margin: 50px;
    --page-navigation-displacement: 36px;
  }
  .section--collections-list
    items-scroll[items-overflow-max='mob']
    [data-items] {
    margin-bottom: var(--page-navigation-margin);
    overflow-y: hidden;
  }
}

@media screen and (min-width: 561px) {
  .section--collections-list items-scroll[items-overflow-min='phab'] {
    --page-navigation-margin: 56px;
    --page-navigation-displacement: 42px;
  }
  .section--collections-list
    items-scroll[items-overflow-min='phab']
    [data-items] {
    margin-bottom: var(--page-navigation-margin);
    overflow-y: hidden;
  }
}

@media screen and (max-width: 560px) {
  .section--collections-list items-scroll[items-overflow-max='phab'] {
    --page-navigation-margin: 50px;
    --page-navigation-displacement: 36px;
  }
  .section--collections-list
    items-scroll[items-overflow-max='phab']
    [data-items] {
    margin-bottom: var(--page-navigation-margin);
    overflow-y: hidden;
  }
}

@media screen and (min-width: 768px) {
  .section--collections-list items-scroll[items-overflow-min='tab'] {
    --page-navigation-margin: 56px;
    --page-navigation-displacement: 42px;
  }
  .section--collections-list
    items-scroll[items-overflow-min='tab']
    [data-items] {
    margin-bottom: var(--page-navigation-margin);
    overflow-y: hidden;
  }
}

@media screen and (max-width: 767px) {
  .section--collections-list items-scroll[items-overflow-max='tab'] {
    --page-navigation-margin: 50px;
    --page-navigation-displacement: 36px;
  }
  .section--collections-list
    items-scroll[items-overflow-max='tab']
    [data-items] {
    margin-bottom: var(--page-navigation-margin);
    overflow-y: hidden;
  }
}

@media screen and (min-width: 981px) {
  .section--collections-list items-scroll[items-overflow-min='desk'] {
    --page-navigation-margin: 56px;
    --page-navigation-displacement: 42px;
  }
  .section--collections-list
    items-scroll[items-overflow-min='desk']
    [data-items] {
    margin-bottom: var(--page-navigation-margin);
    overflow-y: hidden;
  }
}

@media screen and (max-width: 980px) {
  .section--collections-list items-scroll[items-overflow-max='desk'] {
    --page-navigation-margin: 50px;
    --page-navigation-displacement: 36px;
  }
  .section--collections-list
    items-scroll[items-overflow-max='desk']
    [data-items] {
    margin-bottom: var(--page-navigation-margin);
    overflow-y: hidden;
  }
}

@media screen and (min-width: 1081px) {
  .section--collections-list items-scroll[items-overflow-min='wide'] {
    --page-navigation-margin: 56px;
    --page-navigation-displacement: 42px;
  }
  .section--collections-list
    items-scroll[items-overflow-min='wide']
    [data-items] {
    margin-bottom: var(--page-navigation-margin);
    overflow-y: hidden;
  }
}

@media screen and (max-width: 1080px) {
  .section--collections-list items-scroll[items-overflow-max='wide'] {
    --page-navigation-margin: 50px;
    --page-navigation-displacement: 36px;
  }
  .section--collections-list
    items-scroll[items-overflow-max='wide']
    [data-items] {
    margin-bottom: var(--page-navigation-margin);
    overflow-y: hidden;
  }
}

@media screen and (min-width: 768px) {
  .section--collections-list
    items-scroll[scroll-enabled]
    [data-items].grid-spacing--0 {
    padding: 0 1px;
    scroll-padding: 0;
    margin-left: 0;
    width: 100%;
    column-gap: 1px;
  }
  .section--collections-list
    items-scroll[scroll-enabled]
    [data-items].grid-spacing--0
    .collection-list__item {
    width: calc(100% + 1px);
  }
}

.section--collections-list
  items-scroll[scroll-enabled].ratio-navigation
  .navigation {
  height: 100%;
}

.section--collections-list.section--has-link items-scroll[items-overflow] {
  --page-navigation-margin: 78px;
}
@media screen and (max-width: 560px) {
  .section--collections-list.section--has-link items-scroll[items-overflow] {
    --page-navigation-margin: 60px;
  }
}

@media screen and (min-width: 481px) {
  .section--collections-list.section--has-link [items-overflow-min='mob'] {
    --page-navigation-margin: 78px;
  }
}

@media screen and (max-width: 480px) {
  .section--collections-list.section--has-link [items-overflow-max='mob'] {
    --page-navigation-margin: 60px;
  }
}

@media screen and (min-width: 561px) {
  .section--collections-list.section--has-link [items-overflow-min='phab'] {
    --page-navigation-margin: 78px;
  }
}

@media screen and (max-width: 560px) {
  .section--collections-list.section--has-link [items-overflow-max='phab'] {
    --page-navigation-margin: 60px;
  }
}

@media screen and (min-width: 768px) {
  .section--collections-list.section--has-link [items-overflow-min='tab'] {
    --page-navigation-margin: 78px;
  }
}

@media screen and (max-width: 767px) {
  .section--collections-list.section--has-link [items-overflow-max='tab'] {
    --page-navigation-margin: 60px;
  }
}

@media screen and (min-width: 981px) {
  .section--collections-list.section--has-link [items-overflow-min='desk'] {
    --page-navigation-margin: 78px;
  }
}

@media screen and (max-width: 980px) {
  .section--collections-list.section--has-link [items-overflow-max='desk'] {
    --page-navigation-margin: 60px;
  }
}

@media screen and (min-width: 1081px) {
  .section--collections-list.section--has-link [items-overflow-min='wide'] {
    --page-navigation-margin: 78px;
  }
}

@media screen and (max-width: 1080px) {
  .section--collections-list.section--has-link [items-overflow-max='wide'] {
    --page-navigation-margin: 60px;
  }
}

.section--collections-list .section__link {
  margin-top: 30px;
}

.collection-list__item {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 100%;
}

.collection-list__bg,
.collection-list__item video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* .collection-list__bg {
  border-radius: 100%;
} */

.collection-list__link {
  display: block;
  max-width: 170px;
}

/* Desktop dimensions for collection list link */
@media screen and (min-width: 768px) {
  .collection-list__link {
    width: 528px;
    min-width: 352px;
    padding-bottom: 32px;
  }
}
.collection-list__link:hover {
  opacity: 1;
  text-decoration: none;
}

.collection-list__content {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  padding: 30px;
}
@media screen and (max-width: 767px) {
  .collection-list__content {
    padding: 18px;
  }
}

.collection-list__content--1 .collection-list__content-heading {
  font-size: 1em;
  line-height: 1.8;
}

.collection-list__content--2 .collection-list__content-heading {
  font-size: 1.2em;
  line-height: 1.8;
}

.collection-list__content--3 .collection-list__content-heading {
  font-size: 1.5em;
  line-height: 1.7;
}

.collection-list__content--4 .collection-list__content-heading {
  font-size: 1.8em;
  line-height: 1.6;
}

.collection-list__content--5 .collection-list__content-heading {
  font-size: 2.1em;
  line-height: 1.5;
}

.collection-list__content--6 .collection-list__content-heading {
  font-size: 2.5em;
  line-height: 1.4;
}

.collection-list__content--center .collection-list__content-wrapper {
  text-align: center;
}

.collection-list__content--center .collection-list__content-text {
  margin: 0 auto;
}

.collection-list__content--left
  .collection-list__content-heading.collection-list__content-heading:after {
  left: 0;
  margin-left: 0;
}

.collection-list__content--left .collection-list__content-wrapper {
  text-align: left;
}

.collection-list__content--right
  .collection-list__content-heading.collection-list__content-heading:after {
  right: 0;
  left: auto;
  margin-right: 0;
  margin-left: auto;
}

.collection-list__content--right .collection-list__content-wrapper {
  text-align: right;
}

.collection-list__content--right .collection-list__content-text {
  margin: 0 0 0 auto;
}

.collection-list__content-wrapper {
  max-width: 360px;
}

.collection-list__content-text {
  max-width: 260px;
}

.collection-list__content-heading {
  position: relative;
  text-transform: var(--font--title-transform);
  color: #fff;
  margin: 0 0 9px;
}
.collection-list__content-heading.collection-list__content-heading--no-border.collection-list__content-heading--no-border {
  padding-bottom: 0;
  margin-bottom: 0;
}
.collection-list__content-heading.collection-list__content-heading--no-border.collection-list__content-heading--no-border:after {
  content: none;
}

.collection-list__content-text,
.collection-list__content-count {
  margin: 0;
}

.collection-list__content-text {
  font-size: 0.95rem;
  line-height: 2;
}

.collection-list__content-count {
  font-style: italic;
  line-height: 1.4;
  opacity: 0.8;
  font-size: 0.95rem;
}

.collection-list__content-link.collection-list__content-link.collection-list__content-link {
  cursor: pointer;
  margin-top: 12px;
  border: 0;
  display: inline-block;
}
.collection-list__content-link.collection-list__content-link.collection-list__content-link.c-btn {
  margin-top: 18px;
  transition:
    opacity 0.4s ease-out,
    transform 0.4s ease-out,
    background-color 0.2s ease-out,
    color 0.2s ease-out;
}
.collection-list__content-link.collection-list__content-link.collection-list__content-link.link,
.collection-list__content-link.collection-list__content-link.collection-list__content-link.link--underline {
  line-height: 2;
  padding: 0;
  background-color: transparent;
  transition:
    opacity 0.4s ease-out,
    transform 0.4s ease-out;
}
.collection-list__content-link.collection-list__content-link.collection-list__content-link.link:hover,
.collection-list__content-link.collection-list__content-link.collection-list__content-link.link--underline:hover {
  opacity: 0.7;
}

@media screen and (min-width: 768px) {
  .no-touchevents
    .collection-list__content--hover-all
    .collection-list__content-wrapper {
    transition:
      opacity 0.4s ease-out,
      transform 0.4s ease-out;
    opacity: 0;
    transform: translateY(10px);
  }
  .no-touchevents
    .collection-list__content--hover-all:hover
    .collection-list__content-wrapper {
    opacity: 1;
    transform: translateY(0);
  }
  .no-touchevents
    .collection-list__content--hover-button
    .collection-list__content-link {
    transition:
      opacity 0.4s ease-out,
      transform 0.3s ease-out;
    opacity: 0;
    transform: translateY(10px);
  }
  .no-touchevents
    .collection-list__content--hover-button.u-flex--middle
    .collection-list__content-wrapper {
    transform: translateY(18px);
    transition: transform 0.3s ease-out;
  }
  .no-touchevents
    .collection-list__content--hover-button.u-flex--middle.collection-list__content--text-button
    .collection-list__content-wrapper {
    transform: translateY(30px);
  }
  .no-touchevents
    .collection-list__content--hover-button.u-flex--bottom
    .collection-list__content-wrapper {
    transform: translateY(30px);
    transition: transform 0.3s ease-out;
  }
  .no-touchevents
    .collection-list__content--hover-button.u-flex--bottom.collection-list__content--text-button
    .collection-list__content-wrapper {
    transform: translateY(60px);
  }
  .no-touchevents
    .collection-list__content--hover-button:hover
    .collection-list__content-link {
    opacity: 1;
    transform: translateY(0);
  }
  .no-touchevents
    .collection-list__content--hover-button:hover
    .collection-list__content-wrapper.collection-list__content-wrapper {
    transform: translateY(0px);
  }
}

.collection-list__content--below {
  margin-top: 12px;
}

.collection-list__media {
  position: absolute;
  top: 0;
  left: 0;
  width: calc(100% + 1px);
  height: calc(100% + 1px);
}

.collection-list__bg,
.collection-list__video {
  transition: transform 2s ease;
  transform: scale3d(1, 1, 1);
}

body[data-anim-zoom='true'] .collection-list__item:hover .collection-list__bg,
body[data-anim-zoom='true']
  .collection-list__item:hover
  .collection-list__video {
  transform: scale3d(1.05, 1.05, 1.05);
}

.list-collections .collection-list__item {
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .list-collections .collection-list__item {
    margin-bottom: 15px;
  }
}

/* ==========================================================================
   #HOME FEATURED COLLECTION SECTION
   ========================================================================== */
.section--featured-collections items-scroll[scrollable] .product-card {
  margin-bottom: 0;
}

.section--content-light .product-card__title,
.section--content-default-light .product-card__title {
  color: #fff;
}

.section--content-light .product-card__vendor,
.section--content-light .product-card__price,
.section--content-default-light .product-card__vendor,
.section--content-default-light .product-card__price {
  color: rgba(255, 255, 255, 0.8);
}

.section--content-light .product-card__price-cross:before,
.section--content-default-light .product-card__price-cross:before {
  background: rgba(255, 255, 255, 0.8);
}

@media screen and (max-width: 767px) {
  .recommended-products--carousel .grid-layout {
    margin-left: 0;
    overflow-x: scroll;
    overscroll-behavior-x: contain;
    -ms-scroll-snap-type: x mandatory;
    scroll-snap-type: x mandatory;
    /* Enable Safari touch scrolling physics which is needed for scroll snap */
    /* Disable scroll bar */
    scrollbar-width: none;
    /* Firefox */
    -ms-overflow-style: none;
    /* IE 10+ */
  }
  .recommended-products--carousel .grid-layout::-webkit-scrollbar {
    background: transparent;
    /* Chrome/Safari/Webkit */
    width: 0px;
  }
  .recommended-products--carousel .product-card {
    position: relative;
    display: inline-block;
    scroll-snap-align: center;
    scroll-snap-stop: always;
    -ms-scroll-snap-stop: always;
    margin-left: 18px;
    min-width: 100%;
  }
  .recommended-products--carousel .grid-layout .product-card:first-child {
    margin-left: 39px;
  }
  .recommended-products--carousel .grid-layout {
    padding-right: 78px;
  }
}

ul.recommended-products__nav {
  position: relative;
  display: flex;
  margin: 0 auto;
  inline-size: max-content;
  --gap: 0.8rem;
  gap: var(--gap, 0.5rem);
}
@media screen and (min-width: 768px) {
  ul.recommended-products__nav {
    display: none;
  }
}

li.recommended-products__nav--item {
  inline-size: 1rem;
  aspect-ratio: 1;
  border-radius: 50%;
  background: #c5c5c5;
  overflow: hidden;
  width: 9px;
  height: 9px;
}

li.recommended-products__nav--item .recommended-products__nav--btn {
  padding: 0;
  width: 9px;
  height: 9px;
  line-height: 2.5;
  border-radius: 50%;
  border: 0;
  background: var(--color--text);
  opacity: 0.3;
  color: transparent;
  cursor: pointer;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
li.recommended-products__nav--item .recommended-products__nav--btn.active {
  background: var(--color--text);
  opacity: 1;
}

.no-touchevents
  li.recommended-products__nav--item
  .recommended-products__nav--btn {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.no-touchevents
  li.recommended-products__nav--item
  .recommended-products__nav--btn:hover {
  background: var(--color--text);
  opacity: 1;
}

/* ==========================================================================
   #CONTACT FORM
   ========================================================================== */
.contact-form {
  margin: 24px 0 0;
}
.contact-form .container {
  padding-top: 30px;
  padding-bottom: 30px;
}
@media screen and (max-width: 980px) {
  .contact-form {
    padding: 24px;
  }
  .contact-form .container {
    padding-top: 24px;
    padding-bottom: 24px;
  }
}

.contact-form--bg-true,
.contact-form--bg-true .selector-wrapper label {
  background: var(--color--bg-dark);
}

.contact-form--divider-true {
  border-top: 1px solid var(--color--text-lightest);
}

.contact-form__note {
  text-align: center;
  margin-bottom: 18px;
  font-size: 1.3em;
  line-height: 2;
}

.contact-form .errors > ul {
  list-style: none;
  text-align: left;
  margin-left: 0;
}

/* ==========================================================================
   #HOME CUSTOM CONTENT SECTION
   ========================================================================== */
.home-custom__item {
  margin-bottom: 30px;
}

.home-custom__item-content--image {
  overflow: hidden;
  text-align: center;
  width: 100%;
}

.home-custom__link {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.home-custom__link:hover {
  opacity: 0.85;
}

.home-custom__item-link {
  margin-top: 12px;
}

.home-custom__img {
  width: 100%;
  position: relative;
}

.home-custom__item--spacer {
  margin-bottom: 0;
}

.home-custom__item-content--spacer--small {
  padding-top: 6px;
}

.home-custom__item-content--spacer--medium {
  margin-bottom: 18px;
}

.home-custom__item-content--spacer--large {
  padding-top: 36px;
}

/* ==========================================================================
   #HOME DELIVERY SECTION
   ========================================================================== */
.home-delivery {
  width: 100%;
  position: relative;
  padding: 54px 18px;
  overflow: hidden;
}

.home-delivery--small {
  min-height: 400px;
}

.home-delivery--medium {
  min-height: 620px;
}

.home-delivery--large {
  min-height: 740px;
}

.home-delivery__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.home-delivery__media-img {
  width: 100%;
  max-width: 280px;
}

.home-delivery__content {
  width: 100%;
  max-width: 600px;
  padding: 36px 42px 30px;
  background: #fff;
  text-align: center;
  position: relative;
}

.home-delivery__content__block {
  margin: 30px 0;
}

.home-delivery__text {
  margin: 0;
}

.home-delivery__title .section__title-text,
.home-delivery__title .section__title-desc {
  color: #212121;
}

@media screen and (max-width: 980px) {
  .home-delivery--small {
    min-height: 360px;
  }
  .home-delivery--medium {
    min-height: 500px;
  }
  .home-delivery--large {
    min-height: 640px;
  }
}

@media screen and (max-width: 767px) {
  .home-delivery__content__block {
    margin: 18px 0;
  }
  .home-delivery {
    padding: 30px 18px;
  }
  .home-delivery--small {
    min-height: 280px;
  }
  .home-delivery--medium {
    min-height: 360px;
  }
  .home-delivery--large {
    min-height: 480px;
  }
}

/* ==========================================================================
   #HOME EVENTS FEED SECTION
   ========================================================================== */
.section--no-bg .event {
  border: 1px solid var(--color--text-lightest);
}

@media screen and (max-width: 767px) {
  .home-event__items--carousel {
    margin-bottom: 24px;
  }
}

.section--featured-collections {
  margin-bottom: 18px;
}
@media screen and (min-width: 768px) {
  .section--featured-collections {
    margin-bottom: 24px;
  }
}
.section--featured-collections tab-triggers {
  margin-top: -1em;
}
.section--featured-collections tab-triggers button {
  font-size: calc((var(--font--size-h2) / var(--font--size-base)) * 0.7rem);
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .section--featured-collections tab-triggers button {
    font-size: calc((var(--font--size-h3) / var(--font--size-base)) * 0.8rem);
    line-height: 1.7;
  }
}
.section--featured-collections items-scroll[items-overflow] {
  --page-navigation-margin: 108px;
  --page-navigation-displacement: 42px;
}
.section--featured-collections items-scroll[items-overflow] [data-items] {
  margin-bottom: var(--page-navigation-margin);
  overflow-y: hidden;
}
.section--featured-collections
  items-scroll[items-overflow]
  [data-items]
  .product-card {
  margin-bottom: 0;
}
@media screen and (max-width: 560px) {
  .section--featured-collections items-scroll[items-overflow] {
    --page-navigation-margin: 78px;
    --page-navigation-displacement: 36px;
  }
}
@media screen and (min-width: 481px) {
  .section--featured-collections items-scroll[items-overflow-min='mob'] {
    --page-navigation-margin: 108px;
    --page-navigation-displacement: 42px;
  }
  .section--featured-collections
    items-scroll[items-overflow-min='mob']
    [data-items] {
    margin-bottom: var(--page-navigation-margin);
    overflow-y: hidden;
  }
  .section--featured-collections
    items-scroll[items-overflow-min='mob']
    [data-items]
    .product-card {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 480px) {
  .section--featured-collections items-scroll[items-overflow-max='mob'] {
    --page-navigation-margin: 78px;
    --page-navigation-displacement: 36px;
  }
  .section--featured-collections
    items-scroll[items-overflow-max='mob']
    [data-items] {
    margin-bottom: var(--page-navigation-margin);
    overflow-y: hidden;
  }
  .section--featured-collections
    items-scroll[items-overflow-max='mob']
    [data-items]
    .product-card {
    margin-bottom: 0;
  }
}
@media screen and (min-width: 561px) {
  .section--featured-collections items-scroll[items-overflow-min='phab'] {
    --page-navigation-margin: 108px;
    --page-navigation-displacement: 42px;
  }
  .section--featured-collections
    items-scroll[items-overflow-min='phab']
    [data-items] {
    margin-bottom: var(--page-navigation-margin);
    overflow-y: hidden;
  }
  .section--featured-collections
    items-scroll[items-overflow-min='phab']
    [data-items]
    .product-card {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 560px) {
  .section--featured-collections items-scroll[items-overflow-max='phab'] {
    --page-navigation-margin: 78px;
    --page-navigation-displacement: 36px;
  }
  .section--featured-collections
    items-scroll[items-overflow-max='phab']
    [data-items] {
    margin-bottom: var(--page-navigation-margin);
    overflow-y: hidden;
  }
  .section--featured-collections
    items-scroll[items-overflow-max='phab']
    [data-items]
    .product-card {
    margin-bottom: 0;
  }
}
@media screen and (min-width: 768px) {
  .section--featured-collections items-scroll[items-overflow-min='tab'] {
    --page-navigation-margin: 108px;
    --page-navigation-displacement: 42px;
  }
  .section--featured-collections
    items-scroll[items-overflow-min='tab']
    [data-items] {
    margin-bottom: var(--page-navigation-margin);
    overflow-y: hidden;
  }
  .section--featured-collections
    items-scroll[items-overflow-min='tab']
    [data-items]
    .product-card {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 767px) {
  .section--featured-collections items-scroll[items-overflow-max='tab'] {
    --page-navigation-margin: 78px;
    --page-navigation-displacement: 36px;
  }
  .section--featured-collections
    items-scroll[items-overflow-max='tab']
    [data-items] {
    margin-bottom: var(--page-navigation-margin);
    overflow-y: hidden;
  }
  .section--featured-collections
    items-scroll[items-overflow-max='tab']
    [data-items]
    .product-card {
    margin-bottom: 0;
  }
}
@media screen and (min-width: 981px) {
  .section--featured-collections items-scroll[items-overflow-min='desk'] {
    --page-navigation-margin: 108px;
    --page-navigation-displacement: 42px;
  }
  .section--featured-collections
    items-scroll[items-overflow-min='desk']
    [data-items] {
    margin-bottom: var(--page-navigation-margin);
    overflow-y: hidden;
  }
  .section--featured-collections
    items-scroll[items-overflow-min='desk']
    [data-items]
    .product-card {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 980px) {
  .section--featured-collections items-scroll[items-overflow-max='desk'] {
    --page-navigation-margin: 78px;
    --page-navigation-displacement: 36px;
  }
  .section--featured-collections
    items-scroll[items-overflow-max='desk']
    [data-items] {
    margin-bottom: var(--page-navigation-margin);
    overflow-y: hidden;
  }
  .section--featured-collections
    items-scroll[items-overflow-max='desk']
    [data-items]
    .product-card {
    margin-bottom: 0;
  }
}
@media screen and (min-width: 1081px) {
  .section--featured-collections items-scroll[items-overflow-min='wide'] {
    --page-navigation-margin: 108px;
    --page-navigation-displacement: 42px;
  }
  .section--featured-collections
    items-scroll[items-overflow-min='wide']
    [data-items] {
    margin-bottom: var(--page-navigation-margin);
    overflow-y: hidden;
  }
  .section--featured-collections
    items-scroll[items-overflow-min='wide']
    [data-items]
    .product-card {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 1080px) {
  .section--featured-collections items-scroll[items-overflow-max='wide'] {
    --page-navigation-margin: 78px;
    --page-navigation-displacement: 36px;
  }
  .section--featured-collections
    items-scroll[items-overflow-max='wide']
    [data-items] {
    margin-bottom: var(--page-navigation-margin);
    overflow-y: hidden;
  }
  .section--featured-collections
    items-scroll[items-overflow-max='wide']
    [data-items]
    .product-card {
    margin-bottom: 0;
  }
}
.section--featured-collections.section--has-link {
  margin-bottom: 42px;
}
@media screen and (min-width: 768px) {
  .section--featured-collections.section--has-link {
    margin-bottom: 60px;
  }
}
.section--featured-collections.section--has-link items-scroll[items-overflow] {
  --page-navigation-margin: 78px;
}
@media screen and (max-width: 560px) {
  .section--featured-collections.section--has-link
    items-scroll[items-overflow] {
    --page-navigation-margin: 60px;
  }
}
@media screen and (min-width: 481px) {
  .section--featured-collections.section--has-link [items-overflow-min='mob'] {
    --page-navigation-margin: 78px;
  }
}
@media screen and (max-width: 480px) {
  .section--featured-collections.section--has-link [items-overflow-max='mob'] {
    --page-navigation-margin: 60px;
  }
}
@media screen and (min-width: 561px) {
  .section--featured-collections.section--has-link [items-overflow-min='phab'] {
    --page-navigation-margin: 78px;
  }
}
@media screen and (max-width: 560px) {
  .section--featured-collections.section--has-link [items-overflow-max='phab'] {
    --page-navigation-margin: 60px;
  }
}
@media screen and (min-width: 768px) {
  .section--featured-collections.section--has-link [items-overflow-min='tab'] {
    --page-navigation-margin: 78px;
  }
}
@media screen and (max-width: 767px) {
  .section--featured-collections.section--has-link [items-overflow-max='tab'] {
    --page-navigation-margin: 60px;
  }
}
@media screen and (min-width: 981px) {
  .section--featured-collections.section--has-link [items-overflow-min='desk'] {
    --page-navigation-margin: 78px;
  }
}
@media screen and (max-width: 980px) {
  .section--featured-collections.section--has-link [items-overflow-max='desk'] {
    --page-navigation-margin: 60px;
  }
}
@media screen and (min-width: 1081px) {
  .section--featured-collections.section--has-link [items-overflow-min='wide'] {
    --page-navigation-margin: 78px;
  }
}
@media screen and (max-width: 1080px) {
  .section--featured-collections.section--has-link [items-overflow-max='wide'] {
    --page-navigation-margin: 60px;
  }
}

.home-carousel--image .home-carousel__item {
  padding-bottom: 0;
  display: block;
}

.home-carousel--image_img {
  width: 100%;
  object-fit: cover;
}

.home-carousel--image_link {
  display: block;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.home-carousel--image_link:hover {
  opacity: 0.95;
}

/* ==========================================================================
   #HOME IMAGE GRID WITH TEXT
   ========================================================================== */
.home-image-grid--small .home-image-grid__item,
.home-image-grid__item--small {
  min-height: 360px;
}

.home-image-grid--medium .home-image-grid__item,
.home-image-grid__item--medium {
  min-height: 480px;
}

.home-image-grid--large .home-image-grid__item,
.home-image-grid__item--large {
  min-height: 600px;
}

.home-image-grid__item {
  position: relative;
  width: 100%;
  height: 100%;
  padding: 36px;
  margin-bottom: 30px;
  overflow: hidden;
}

.home-image-grid__item--p- {
  padding: 24px 18px;
}

.home-image-grid__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.home-image-grid__link .home-image-grid__bg:before {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.home-image-grid__link .home-image-grid__bg--no-overlay:before {
  opacity: 0;
}

.home-image-grid__link:hover {
  opacity: 1;
}
.home-image-grid__link:hover .home-image-grid__bg--overlay:before {
  opacity: 0.6;
}

.home-image-grid__title.home-image-grid__title.home-image-grid__title--adapt-border:after {
  background: #fff;
}

.home-image-grid__content {
  width: 100%;
  max-width: 440px;
}

.home-image-grid__content--dark .home-image-grid__title,
.home-image-grid__content--dark .home-image-grid__desc {
  color: #212121;
}

.home-image-grid__content--dark
  .home-image-grid__title.home-image-grid__title.home-image-grid__title--adapt-border:after {
  background: #212121;
}

.home-image-grid__content--dark .home-image-grid__desc.rte a,
.home-image-grid__content--dark
  .home-image-grid__desc.rte
  :is(h1, h2, h3, h4, h5, h6) {
  color: #212121;
  border-color: #212121;
}

.home-image-grid__content--white
  .home-image-grid__title.home-image-grid__title.home-image-grid__title--adapt-border:after {
  background: #fff;
}

.home-image-grid__content--white .home-image-grid__desc.rte a,
.home-image-grid__content--white
  .home-image-grid__desc.rte
  :is(h1, h2, h3, h4, h5, h6) {
  color: #fff;
  border-color: #fff;
}

.home-image-grid__title,
.home-image-grid__desc {
  color: #fff;
  position: relative;
  margin: 0;
}

.home-image-grid__title {
  margin-bottom: 6px;
}

.home-image-grid__item--text {
  text-align: center;
}

.home-image-grid__btn {
  margin-top: 18px;
}

@media screen and (max-width: 767px) {
  .home-image-grid__item {
    padding: 24px;
    margin-bottom: 18px;
  }
  .home-image-grid--small .home-image-grid__item,
  .home-image-grid__item--small {
    min-height: 300px;
  }
  .home-image-grid--medium .home-image-grid__item,
  .home-image-grid__item--medium {
    min-height: 400px;
  }
  .home-image-grid--large .home-image-grid__item,
  .home-image-grid__item--large {
    min-height: 520px;
  }
}

/* ==========================================================================
   #HOME TEXT WITH IMAGE OVERLAY SECTION
   ========================================================================== */
.home-intro {
  width: 100%;
  padding: 48px 36px;
  position: relative;
  overflow: hidden;
}

.home-intro--extra-small {
  min-height: 280px;
}

.home-intro--small {
  min-height: 400px;
}

.home-intro--medium {
  min-height: 620px;
}

.home-intro--large {
  min-height: 740px;
}

.home-intro--x-large {
  min-height: 900px;
}

.home-intro__content {
  width: 100%;
  position: relative;
}

.home-intro__content__block {
  margin: 18px 0;
}

.home-intro__content--left {
  text-align: left;
}
.home-intro__content--left .home-intro__text,
.home-intro__content--left .home-intro__media {
  margin: 0;
}

.home-intro__content--right {
  text-align: right;
  margin-left: auto;
}
.home-intro__content--right .home-intro__text,
.home-intro__content--right .home-intro__media {
  margin-left: auto;
  margin-right: 0;
}

.home-intro__content--center {
  text-align: center;
  margin: 0 auto;
}

.home-intro__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.home-intro__text {
  color: var(--color--headings);
  margin: 0 auto;
}

.home-intro__text--body :is(p, h1, h2, h3, h4, h5, h6) {
  font-family: var(--font--body);
  font-weight: var(--font--body-weight);
  font-style: var(--font--body-style);
  letter-spacing: 0;
  text-transform: none;
}

.home-intro__text--heading :is(p, h1, h2, h3, h4, h5, h6) {
  font-family: var(--font--title);
  font-weight: var(--font--title-weight);
  font-style: var(--font--title-style);
  letter-spacing: var(--font--title-space);
  text-transform: var(--font--title-transform);
}

.home-intro__media {
  margin: 0 auto;
  max-width: 800px;
}

.home-intro__media-img {
  width: 100%;
  min-width: 50px;
}

.home-intro__text .rte a {
  color: var(--color--headings);
  border-color: var(--color--headings);
}

@media screen and (max-width: 980px) {
  .home-intro--extra-small {
    min-height: 300px;
  }
  .home-intro--small {
    min-height: 360px;
  }
  .home-intro--medium {
    min-height: 500px;
  }
  .home-intro--large {
    min-height: 640px;
  }
  .home-intro--x-large {
    min-height: 720px;
  }
}

@media screen and (max-width: 767px) {
  .home-intro {
    padding: 36px 18px;
  }
  .home-intro--mobile-extra-small {
    min-height: 220px;
  }
  .home-intro--mobile-small {
    min-height: 280px;
  }
  .home-intro--mobile-medium {
    min-height: 360px;
  }
  .home-intro--mobile-large {
    min-height: 480px;
  }
  .home-intro--mobile-x-large {
    min-height: 600px;
  }
}

/* ==========================================================================
   #IMAGE WITH TEXT SECTION OVERLAP VERSION
   ========================================================================== */
.image-with-text--overlap .image-with-text__box {
  padding: 60px;
}
@media screen and (max-width: 980px) {
  .image-with-text--overlap .image-with-text__box {
    padding: 48px;
  }
}

@media screen and (max-width: 980px) {
  .image-with-text--overlap
    .image-with-text__item.image-with-text__item:first-child {
    padding-top: 24px;
  }
  .image-with-text--overlap .image-with-text__item.image-with-text__item {
    padding-top: 0;
    padding-bottom: 0;
  }
  .image-with-text--overlap
    .image-with-text__item.image-with-text__item:not(:first-child) {
    margin-top: -48px;
  }
  .image-with-text--overlap
    .image-with-text__item.image-with-text__item:not(:last-child) {
    padding-bottom: 48px;
  }
}

.image-with-text--overlap
  .image-with-text__item:nth-child(odd)
  .image-with-text__content--right
  .image-with-text__box {
  margin-right: -100px;
  float: right;
}

.image-with-text--overlap
  .image-with-text__item:nth-child(odd)
  .image-with-text__content--left
  .image-with-text__box {
  margin-left: -100px;
}

@media screen and (max-width: 980px) {
  .image-with-text--overlap
    .image-with-text__item:nth-child(odd)
    .image-with-text__box.image-with-text__box {
    margin-top: -30px;
    float: none;
  }
  .image-with-text--overlap
    .image-with-text__item:nth-child(odd)
    .image-with-text__content--right
    .image-with-text__box {
    margin-right: auto;
    margin-left: 30px;
  }
  .image-with-text--overlap
    .image-with-text__item:nth-child(odd)
    .image-with-text__content--left
    .image-with-text__box {
    margin-right: 30px;
    margin-left: auto;
  }
}

.image-with-text--overlap
  .image-with-text__item:nth-child(even)
  .image-with-text__content--right
  .image-with-text__box {
  margin-left: -100px;
}

.image-with-text--overlap
  .image-with-text__item:nth-child(even)
  .image-with-text__content--left
  .image-with-text__box {
  margin-right: -100px;
  float: right;
}

@media screen and (max-width: 980px) {
  .image-with-text--overlap
    .image-with-text__item:nth-child(even)
    .image-with-text__box.image-with-text__box {
    margin-top: -30px;
    float: none;
  }
  .image-with-text--overlap
    .image-with-text__item:nth-child(even)
    .image-with-text__content--right
    .image-with-text__box {
    margin-left: auto;
    margin-right: 30px;
  }
  .image-with-text--overlap
    .image-with-text__item:nth-child(even)
    .image-with-text__content--left
    .image-with-text__box {
    margin-right: auto;
    margin-left: 30px;
  }
}

@media screen and (max-width: 560px) {
  .image-with-text--overlap
    .image-with-text__item
    .image-with-text__box.image-with-text__box.image-with-text__box {
    max-width: 100%;
    padding: 36px;
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
  }
}

@media screen and (max-width: 980px) {
  .image-with-text--overlap.image-with-text--full
    .image-with-text__item.image-with-text__item:first-child {
    padding-top: 0;
  }
}

@media screen and (max-width: 560px) {
  .image-with-text--overlap.image-with-text--full .image-with-text__box {
    margin-bottom: 0;
  }
}

/* ==========================================================================
   #IMAGE WITH TEXT SECTION
   ========================================================================== */
.image-with-text__title--1 .section__title-text {
  font-size: 0.85em;
  line-height: 1.65;
}

.image-with-text__title--2 .section__title-text {
  font-size: 1em;
}

.image-with-text__title--3 .section__title-text {
  font-size: 1.2em;
  line-height: 1.5;
}

.image-with-text__title--4 .section__title-text {
  font-size: 1.5em;
  line-height: 1.33;
}

.image-with-text__title--5 .section__title-text {
  font-size: 1.8em;
  line-height: 1.23;
}

.image-with-text__box--left {
  text-align: left;
}

.image-with-text__box--right {
  text-align: right;
}
.image-with-text__box--right .section__title {
  margin-left: auto;
}
.image-with-text__box--right .section__title .section__title-text:after {
  left: 100%;
  margin-left: -36px;
}

.image-with-text__box--center {
  text-align: center;
}
.image-with-text__box--center .section__title {
  text-align: center;
}

.image-with-text__item .o-layout {
  margin-left: 0;
}

.image-with-text__item .o-layout__item {
  padding: 0;
}

.image-with-text__item.block--no-bg:first-child {
  padding-top: 0;
}

.image-with-text__item.block--no-bg:last-child {
  padding-bottom: 0;
}

.image-with-text__item {
  position: relative;
}
.image-with-text__item:nth-child(odd)
  .image-with-text__content--right
  .o-layout {
  direction: rtl;
}
.image-with-text__item:nth-child(odd)
  .image-with-text__content--right
  .o-layout__item {
  direction: ltr;
  text-align: left;
}
.image-with-text__item:nth-child(even)
  .image-with-text__content--left
  .o-layout {
  direction: rtl;
}
.image-with-text__item:nth-child(even)
  .image-with-text__content--left
  .o-layout__item {
  direction: ltr;
  text-align: left;
}
@media screen and (max-width: 980px) {
  .image-with-text__item .image-with-text__box {
    /* margin-top: 24px;
    margin-bottom: 24px; */
  }
  .image-with-text__item:nth-child(even) .image-with-text__box {
    float: none;
  }
  .image-with-text__item:first-child {
    padding-top: 0px;
  }
  .image-with-text__item:last-child {
    padding-bottom: 24px;
  }
}
@media screen and (max-width: 767px) {
  .image-with-text__item
    .image-with-text__box.image-with-text__box.image-with-text__box {
    float: none;
  }
  .image-with-text__item:first-child {
    padding-top: 0;
  }
  .image-with-text__item:last-child {
    padding-bottom: 24px;
  }
}

.image-with-text__item-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}

.image-with-text__content {
  position: relative;
  overflow: hidden;
}

.image-with-text__title {
  margin-bottom: 24px;
}

.image-with-text__box {
  position: relative;
  max-width: 640px;
  padding: 24px 42px;
}

.image-with-text__content--has-bg .image-with-text__box {
  padding-top: 48px;
  padding-bottom: 48px;
}

.image-with-text__box--center {
  margin: 0 auto;
}

.image-with-text__box--right {
  margin-left: auto;
}

@media screen and (max-width: 980px) {
  .image-with-text__box {
    width: 100%;
    max-width: 480px;
    padding-left: 16px;
    padding-right: 16px;
  }
  .image-with-text__content--has-bg .image-with-text__box {
    padding-top: 32px;
    padding-bottom: 32px;
  }
  .image-with-text__box--left {
    margin-left: 0;
  }
  .image-with-text__box--right {
    margin-right: 0;
  }
}

.image-with-text__text {
  margin: 0;
  line-height: 120%;
  /* font-size: 24px; */
  color: #003722 !important;
}
.image-with-text__text.rte a {
  font-weight: normal;
}

.image-with-text__btn {
  margin-top: 18px;
}
.image-with-text__btn.link--arrow,
.image-with-text__btn.link--underline {
  margin-top: 12px;
  display: block;
  line-height: 2;
}

.image-with-text__media {
  position: relative;
}
.image-with-text__media .placeholder-svg {
  height: 420px;
}
@media screen and (max-width: 767px) {
  .image-with-text__media .placeholder-svg {
    height: 300px;
  }
}

.image-with-text__media-img {
  position: relative;
  background-position: center;
  height: 100%;
  width: 100%;
  max-width: 100%;
  max-height: 100%;
  display: block;
  margin: 0 auto;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.image-with-text__media-img--crop {
  object-fit: cover;
}

.image-with-text__media-img.placeholder-svg {
  height: 100%;
}

.image-with-text__media-video {
  position: absolute;
  top: 50%;
  margin-top: -31px;
  width: 100%;
  text-align: center;
}

.image-with-text__item:nth-child(5) .image-with-text__item-bg {
  z-index: 1;
}

.image-with-text__item:nth-child(4) .image-with-text__item-bg {
  z-index: 2;
}

.image-with-text__item:nth-child(3) .image-with-text__item-bg {
  z-index: 3;
}

.image-with-text__item:nth-child(2) .image-with-text__item-bg {
  z-index: 4;
}

.image-with-text__item:nth-child(1) .image-with-text__item-bg {
  z-index: 5;
}

/* ==========================================================================
   #HOME LOGO LIST SECTION
   ========================================================================== */
.section--has-bg .home-logo-list {
  padding: 42px 0;
}
@media screen and (max-width: 767px) {
  .section--has-bg .home-logo-list {
    padding: 24px 0;
  }
}
.section--has-bg .home-logo-list .section__link {
  margin-bottom: 0;
}

.home-logo-list__bg {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}

.home-logo-list__items {
  text-align: center;
  overflow: hidden;
  position: relative;
  font-size: 0;
  padding-bottom: 20px;
}

.home-logo-list__item {
  text-align: center;
  border-radius: 8px !important;
}

.home-logo-list__img.home-logo-list__img {
  width: auto;
  /* max-height: 120px; */
  display: inline-block;
}

.home-logo-list-carousel__nav {
  position: absolute;
  width: auto;
  top: 50%;
  margin-top: -34px;
  font-size: 34px;
  line-height: 1em;
  color: rgba(33, 33, 33, 0.5);
  cursor: pointer;
}
.home-logo-list-carousel__nav:hover {
  color: rgba(33, 33, 33, 0.8);
  opacity: 1;
}
@media screen and (max-width: 980px) {
  .home-logo-list-carousel__nav {
    display: none !important;
  }
}

.home-logo-list-carousel__nav--prev {
  left: -60px;
}

.home-logo-list-carousel__nav--next {
  right: -60px;
}

.home-logo-list .slick-initialized .slick-slide {
  float: none;
  display: inline-block;
  vertical-align: middle;
}

.home-logo-list .slick-dots {
  position: relative;
  bottom: 0;
  width: 100%;
  text-align: center;
}
.home-logo-list .slick-dots li {
  display: inline-block;
  margin: 0 6px;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: #212121;
  opacity: 0.3;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.home-logo-list .slick-dots li.slick-active,
.home-logo-list .slick-dots li:hover,
.home-logo-list .slick-dots li:focus {
  background: #212121;
  opacity: 1;
}
.home-logo-list .slick-dots li button {
  padding: 0;
  width: 9px;
  height: 9px;
  border-radius: 50%;
}
.home-logo-list .slick-dots li button:before {
  content: none;
}

.home-logo-list--carousel .home-logo-list__items {
  padding: 0 60px;
}

/* Grid display for non-carousel desktop mode */
[data-carousel-desktop="false"] {
  display: grid !important;
  grid-template-columns: repeat(4, 1fr) !important;
}

/* Mobile grid display for non-carousel mode */
@media (max-width: 767px) {
  [data-carousel-desktop="false"] {
    grid-template-columns: repeat(2, 1fr) !important;
    column-gap: 12px;
  }
}

/* Padding for home-logo-list grid section */
.home-logo-list.home-logo-list--grid.home-logo-list--mob-grid.home-logo-list--4 {
  padding-top: 40px;
}

@media (max-width: 767px) {
  .home-logo-list.home-logo-list--grid.home-logo-list--mob-grid.home-logo-list--4 {
    padding-top: 48px;
  }
}

.home-logo-list--carousel .home-logo-list__item {
  /* margin-bottom: 24px;
  padding: 0 18px; */
  border-radius: 8px;
}
.home-logo-list--carousel .home-logo-list__item:focus {
  outline: none;
}

@media screen and (min-width: 450px) {
  .home-logo-list--grid.home-logo-list--5 .home-logo-list__item {
    width: 50%;
  }
}

@media screen and (min-width: 666px) {
  .home-logo-list--grid.home-logo-list--5 .home-logo-list__item {
    width: 33.3336%;
  }
}

@media screen and (min-width: 768px) {
  .home-logo-list--carousel .section__link {
    margin-top: 24px;
  }
  .home-logo-list--grid .home-logo-list__item {
    margin-bottom: 20px;
    vertical-align: top;
    padding: 0 10px;
    display: inline-block;
  }
  .home-logo-list--grid.home-logo-list--3 .home-logo-list__item {
    width: 33.3336%;
  }
  .home-logo-list--grid.home-logo-list--4 .home-logo-list__item {
    width: 25%;
  }
  .home-logo-list--grid.home-logo-list--5 .home-logo-list__item {
    width: 20%;
  }
  .home-logo-list--grid .section__link {
    margin-top: 0;
  }
  .home-logo-list--grid.home-logo-list--no-link.home-logo-list {
    padding-bottom: 0;
  }
}

@media screen and (max-width: 767px) {
  /* .home-logo-list__img.home-logo-list__img {
    max-height: 100px;
    max-width: 130px; } */
  .home-logo-list--carousel .home-logo-list__items {
    padding: 0;
    padding-bottom: 20px;
  }
  .home-logo-list--mob-carousel .section__link {
    margin-top: 0;
  }
  .home-logo-list--mob-carousel .slick-dots li {
    display: none;
  }
  .home-logo-list--mob-carousel .home-logo-list__item {
    padding: 0 12px;
  }
  .home-logo-list--grid .home-logo-list__item {
    margin-bottom: 24px;
  }
  .home-logo-list--mob-grid .section__link {
    margin-top: 0;
  }
  .home-logo-list--mob-grid .home-logo-list__item.home-logo-list__item {
    /* width: 50%; */
    display: inline-block;
    /* padding: 0 12px; */
    vertical-align: top;
  }
  .home-logo-list--mob-grid.home-logo-list--no-link.home-logo-list {
    padding-bottom: 0;
  }
}

@media screen and (max-width: 980px) {
  .home-logo-list-carousel__nav {
    display: none;
  }
  .home-logo-list--carousel .home-logo-list__items {
    padding: 0;
    padding-bottom: 20px;
  }
}

.home-logo-list__placeholder__wrapper {
  width: 100%;
  height: 150px;
}

@media screen and (max-width: 767px) {
  .home-logo-list__placeholder__wrapper {
    height: 80px;
    max-width: 160px;
  }
}

/* ==========================================================================
   #HOME MAP SECTION
   ========================================================================== */
.home-map__bg {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}

.home-map__items {
  padding: 54px 60px;
  background: var(--color--bg);
  position: relative;
}

.home-map__title {
  overflow: hidden;
  display: block;
  position: relative;
}
.home-map__title:hover {
  text-decoration: none;
}
.home-map__title.js-active .home-map__title-icon {
  opacity: 0;
}

.home-map__title-icon {
  position: absolute;
  right: 0;
  top: 10px;
  width: 28px;
  height: 28px;
  text-align: center;
  line-height: 30px;
  font-size: 12px;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.home-map__title:not(:first-child) {
  border-top: 1px solid rgba(33, 33, 33, 0.2);
}

.home-map__title-text {
  text-transform: var(--font--title-transform);
  margin-bottom: 9px;
  margin-top: 9px;
  padding-right: 24px;
}

.home-map__item {
  margin-bottom: 24px;
  display: block;
  position: relative;
}
.home-map__item:last-child .home-map__item-wrap {
  margin-bottom: 12px;
}

.home-map__item:last-child {
  margin-bottom: 0;
}

.home-map__item-wrap {
  position: relative;
  padding-top: 9px;
}

.home-map__text,
.home-map__sub-text {
  margin: 0;
  max-width: 400px;
  word-wrap: break-word;
}

.home-map__media {
  position: relative;
}

.home-map__media__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.home-map__media-img {
  width: 100%;
}

.home-map__media-map:not(.home-map__media-map--first) {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}

.home-map__media-map {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.home-map__media-map.js-active {
  opacity: 1;
  visibility: visible;
}

.home-map__media-canvas {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 500px;
  position: relative;
}

.home-map__media-btn {
  position: absolute;
  bottom: 18px;
  right: -6px;
}

.home-map--overflow .home-map__media {
  margin-left: -100px;
}
@media screen and (max-width: 767px) {
  .home-map--overflow .home-map__media {
    margin-left: 0;
  }
}

.section--has-bg .home-map {
  padding: 42px 0;
}
@media screen and (max-width: 767px) {
  .section--has-bg .home-map {
    padding: 24px 0;
  }
}

@media screen and (max-width: 980px) {
  .home-map__text {
    margin-bottom: 12px;
  }
  .home-map__items {
    padding: 30px 36px;
  }
  .home-map__media-canvas {
    min-height: 450px;
  }
}

@media screen and (max-width: 767px) {
  .home-map__item-wrap {
    margin-bottom: 18px;
  }
  .home-map__items {
    padding: 24px;
  }
  .section--no-bg .home-map__items {
    padding: 0;
  }
  .home-map__media-btn {
    right: 12px;
    bottom: 12px;
  }
  .home-map__media-canvas {
    min-height: 240px;
  }
}

/* ==========================================================================
   #MUTLI COLUMN SECTIONS
   ========================================================================== */
.multi-column__wrapper {
  padding-top: 24px;
  background-color: #f6f5f1;
}

.section--divider-p {
  padding-top: 36px;
}
@media screen and (max-width: 767px) {
  .section--divider-p {
    padding-top: 30px;
  }
}

.section--has-bg .multi-column__wrapper {
  padding-top: 48px;
  padding-bottom: 18px;
}
@media screen and (max-width: 767px) {
  .section--has-bg .multi-column__wrapper {
    padding-top: 36px;
    padding-bottom: 12px;
  }
}

.multi-column--image .multi-column__column-link:hover .multi-column__media-img {
  transform: scale3d(1.05, 1.05, 1.05);
  -webkit-transition: transform 1s ease;
  -moz-transition: transform 1s ease;
  transition: transform 1s ease;
}

.multi-column--icon .multi-column__column-link:hover .multi-column__title,
.multi-column--icon .multi-column__column-link:hover .multi-column__media-icon {
  opacity: 0.7;
  -webkit-transition: transform 1s ease;
  -moz-transition: transform 1s ease;
  transition: transform 1s ease;
}

@media screen and (max-width: 767px) {
  .multi-column--carousel {
    padding-top: 6px;
    padding-bottom: 24px;
  }
  .multi-column--carousel .grid-layout {
    display: flex;
    flex-wrap: nowrap;
    margin-left: 0;
    overflow-x: scroll;
    overscroll-behavior-x: contain;
    -ms-scroll-snap-type: x mandatory;
    scroll-snap-type: x mandatory;
    /* Enable Safari touch scrolling physics which is needed for scroll snap */
    /* Disable scroll bar */
    scrollbar-width: none;
    /* Firefox */
    -ms-overflow-style: none;
    /* IE 10+ */
  }
  .multi-column--carousel .grid-layout::-webkit-scrollbar {
    background: transparent;
    /* Chrome/Safari/Webkit */
    width: 0px;
  }
  .multi-column--carousel .grid-layout > * {
    position: relative;
    display: inline-block;
    min-width: 100%;
    scroll-snap-align: center;
    scroll-snap-stop: always;
    -ms-scroll-snap-stop: always;
    /* margin-bottom: 12px; */
  }
  .multi-column--carousel .grid-layout > *:first-child {
    margin-left: 16px;
  }
  .multi-column--carousel .grid-layout {
    padding-right: 78px;
  }
}

@media screen and (max-width: 980px) {
  .multi-column--grid .grid-layout--mob-1 .multi-column__item {
    max-width: 400px;
    /* margin: 0 auto 36px; */
  }
}

.multi-column__column-link {
  text-decoration: none;
}
.multi-column__column-link:hover {
  opacity: 1;
}

.multi-column__item {
  /* margin-bottom: 30px; */
  overflow: hidden;
  background-color: white;
  max-height: 533px;
}

.multi-column__item--left {
  text-align: left;
}
.multi-column {
  padding-bottom: 24px;
}

.multi-column__item--left .multi-column__text,
.multi-column__item--left .o-ratio {
  /* margin: 0px auto 0px 0px; */
}

.multi-column__item--right {
  text-align: right;
}
.multi-column__item--right .multi-column__text,
.multi-column__item--right .o-ratio {
  margin: 0px 0px 0px auto;
}

.multi-column__item--center {
  /* text-align: center; */
}
.multi-column__item--center .multi-column__text,
.multi-column__item--center .o-ratio {
  /* margin: 0px auto; */
}

.multi-column__media {
}

.multi-column__media-icon {
  height: 100%;
  width: 100%;
}

.multi-column__media-img {
  position: relative;
  background-position: center;
  height: 100%;
  width: 100%;
  max-width: 100%;
  max-height: 100%;
  display: block;
  margin: 0 auto;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.multi-column__media-img--crop {
  object-fit: cover;
}

.multi-column__media-img--fit {
  object-fit: contain;
}

.multi-column__wrapper--image .section__title {
  margin-bottom: 30px;
  /* padding-inline: 16px; */
}
@media screen and (max-width: 767px) {
  .multi-column__wrapper--image .section__title {
    margin-bottom: 18px;
    padding-inline: 16px;
  }
}

.multi-column__text {
  max-width: 400px;
  padding: 12px;
  display: flex;
  flex-direction: column;
  gap: 45px;
}

.multi-column__title {
  text-transform: var(--font--title-transform);
  margin-bottom: 0;
  font-size: 20px !important;
  font-weight: 500 !important;
  line-height: 120% !important;
}

.multi-column__sub-title {
  opacity: 0.5;
  font-family: var(--font--body);
  font-weight: var(--font--body-weight);
  font-style: var(--font--body-style);
  letter-spacing: 0;
  text-transform: none;
  margin: 6px 0;
}

.multi-column__desc {
  margin-top: 6px;
  margin-bottom: 0;
  display: none;
}

.multi-column__button {
}
.multi-column__button .c-btn {
}

ul.multi-column__nav {
  position: relative;
  /* display: flex; */
  flex-wrap: wrap;
  justify-content: center;
  max-width: calc(100% - 78px);
  margin: 0 auto;
  inline-size: max-content;
  --gap: 0.8rem;
  gap: var(--gap, 0.5rem);
  display: none;
}
@media screen and (min-width: 768px) {
  ul.multi-column__nav {
    display: none;
  }
}

li.multi-column__nav--item {
  inline-size: 1rem;
  aspect-ratio: 1;
  border-radius: 50%;
  background: #c5c5c5;
  overflow: hidden;
  width: 9px;
  height: 9px;
}

li.multi-column__nav--item .multi-column__nav--btn {
  padding: 0;
  width: 9px;
  height: 9px;
  line-height: 2.5;
  border-radius: 50%;
  border: 0;
  background: var(--color--text);
  opacity: 0.3;
  color: transparent;
  cursor: pointer;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
li.multi-column__nav--item .multi-column__nav--btn.active {
  background: var(--color--text);
  opacity: 1;
}

.no-touchevents li.multi-column__nav--item .multi-column__nav--btn {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.no-touchevents li.multi-column__nav--item .multi-column__nav--btn:hover {
  background: var(--color--text);
  opacity: 1;
}

/* ==========================================================================
   #NEWSLETTER SECTION
   ========================================================================== */
.newsletter {
  padding: 48px 24px;
  background: #f0f0f0;
}

.newsletter__title {
  text-align: center;
}

.newsletter__form-wrapper {
  max-width: 720px;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .newsletter {
    padding: 30px 0px;
  }
}

@media screen and (min-width: 981px) {
  .newsletter__input {
    margin-bottom: 0;
  }
}

.newsletter__input {
  border-color: #f0f0f0;
  background-color: #fff;
  color: #212121;
}

input[type='email'].newsletter__input::-webkit-input-placeholder {
  color: rgba(33, 33, 33, 0.55);
}

input[type='email'].newsletter__input::-moz-placeholder {
  color: rgba(33, 33, 33, 0.55);
}

input[type='email'].newsletter__input::-ms-input-placeholder {
  color: rgba(33, 33, 33, 0.55);
}

input[type='email'].newsletter__input::-moz-placeholder {
  color: rgba(33, 33, 33, 0.55);
}

input[type='email'].newsletter__input::placeholder {
  color: rgba(33, 33, 33, 0.55);
}

.newsletter__form-message {
  text-align: center;
  text-transform: var(--font--title-transform);
}

.newsletter__form-message__text {
  margin: 0;
}

.newsletter__title-text--default {
  color: var(--color--headings) !important;
}

.newsletter--dark .section__title-text,
.newsletter--dark .newsletter__form-message__text {
  color: #212121;
}

.newsletter--dark .section__title-desc,
.newsletter--dark .section__title-desc.rte a,
.newsletter--dark .section__title-desc.rte :is(h1, h2, h3, h4, h5, h6) {
  color: rgba(33, 33, 33, 0.8);
}

.newsletter--dark .section__title-desc.rte a:hover {
  color: #212121;
  opacity: 1;
}

.newsletter--dark .section__title-desc.rte a {
  border-color: #212121;
}

.newsletter--dark .section__title-text.section__title-text::after {
  background-color: #212121;
}

.newsletter--dark .newsletter__btn {
  background-color: var(--color--brand);
}
.newsletter--dark .newsletter__btn:hover,
.newsletter--dark .newsletter__btn:focus {
  background-color: var(--color--brand-dark);
}

.newsletter--dark .errors {
  color: #212121;
}

.newsletter_divider--dark {
  border-top: 1px solid rgba(33, 33, 33, 0.2);
}

.newsletter--light .section__title-text,
.newsletter--light .newsletter__form-message__text {
  color: #fff;
}

.newsletter--light .section__title-desc,
.newsletter--light .section__title-desc.rte a,
.newsletter--light .section__title-desc.rte :is(h1, h2, h3, h4, h5, h6) {
  color: rgba(255, 255, 255, 0.8);
}

.newsletter--light .section__title-desc.rte a:hover {
  color: #fff;
  opacity: 1;
}

.newsletter--light .section__title-desc.rte a {
  border-color: #fff;
}

.newsletter--light .section__title-text.section__title-text::after {
  background-color: #fff;
}

.newsletter--light .newsletter__btn {
  background-color: var(--color--brand);
}
.newsletter--light .newsletter__btn:hover,
.newsletter--light .newsletter__btn:focus {
  background-color: var(--color--brand-dark);
}

.newsletter--light .errors {
  color: #fff;
}

.newsletter_divider--light {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.newsletter .errors > ul {
  list-style: none;
  text-align: left;
  margin-left: 0;
}

@media screen and (max-width: 980px) {
  .newsletter .errors > ul {
    text-align: center;
  }
}

@media screen and (max-width: 980px) and (min-width: 768px) {
  .newsletter .errors > ul {
    margin-left: 3rem;
  }
}

#challenge .newsletter {
  display: none;
}

/* ==========================================================================
   #PROMOTION POPUP SECTION (REST)
   ========================================================================== */
.promo-pop__close {
  position: absolute;
  right: 0;
  top: 0;
  text-align: center;
  color: var(--color--text-lighter);
  display: block;
  font-size: 24px;
  width: 42px;
  height: 42px;
  line-height: 44px;
  top: 0;
  right: 0;
}
.promo-pop__close:hover {
  color: var(--color--text);
}

.promo-pop__title {
  margin-bottom: 12px;
  padding-right: 24px;
}

.promo-pop__form {
  margin-top: 18px;
}

.promo-pop__input {
  width: 70%;
  float: left;
  margin: 0;
}

.promo-pop__btn {
  width: 30%;
}

.promo-pop__link {
  margin-top: 18px;
  display: inline-block;
}

@media screen and (max-width: 767px) {
  .promo-pop--no-mobile {
    display: none !important;
  }
  .promo-pop {
    right: 0;
    bottom: 0;
    padding: 18px;
    -ms-transform: translateX(0);
    -webkit-transform: translateX(0);
    transform: translateX(0);
    -ms-transform: translateY(100%);
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
  }
  .promo-pop__input {
    width: 100%;
  }
  .promo-pop__btn {
    width: 100%;
    margin-left: 0;
    margin-top: 9px;
  }
}

/* ==========================================================================
   #HOME TESTIMINIALS SECTION
   ========================================================================== */
.home-testimonials__content {
  max-width: 500px;
  text-align: center;
  margin: 0 auto;
}

.home-testimonials--carousel .home-testimonials__content {
  max-width: 680px;
}

.home-testimonials__item--featured .home-testimonials__content {
  max-width: 728px;
}

.home-testimonials__media {
  margin-bottom: 18px;
  margin-top: 12px;
}

img.home-testimonials__media__item--img.home-testimonials__media__item--img {
  width: 68px;
  display: inline;
}

.home-testimonials__media__item--icon {
  font-size: 32px;
  width: 32px;
  margin: 0 auto;
  line-height: 0;
  color: var(--color--text-light);
}
.home-testimonials__media__item--icon svg {
  width: 100%;
  height: 100%;
}

.home-testimonials__media__item--stars,
.home-testimonials__media__item--stars-brand {
  font-size: 22px;
}

.home-testimonials__media__item--stars-brand {
  color: var(--color--brand);
}

.home-testimonials__text {
  margin-bottom: 18px;
}

.home-testimonials__text__text {
  color: var(--color--text);
  font-family: var(--font--body);
  font-weight: var(--font--body-weight);
  font-style: var(--font--body-style);
  text-transform: none;
  letter-spacing: 0;
  margin-bottom: 0;
}

.home-testimonials__text__text.rte a {
  font-weight: normal;
}

.home-testimonials__name__text {
  color: var(--color--text);
  margin: 0;
}

.home-testimonials__source__text {
  color: var(--color--text-light);
  margin-bottom: 0;
}

.home-testimonials-carousel__nav {
  position: absolute;
  width: auto;
  top: 50%;
  margin-top: -34px;
  font-size: 34px;
  line-height: 1em;
  color: var(--color--text-light);
  cursor: pointer;
}
.home-testimonials-carousel__nav:hover {
  color: var(--color--text);
  opacity: 1;
}
@media screen and (max-width: 980px) {
  .home-testimonials-carousel__nav {
    display: none !important;
  }
}

.home-testimonials-carousel__nav--prev {
  left: 7%;
}

.home-testimonials-carousel__nav--next {
  right: 7%;
}

.home-testimonials .slick-initialized .slick-slide {
  float: none;
  display: inline-block;
  vertical-align: middle;
}

.home-testimonials .slick-dots {
  position: relative;
  bottom: 0;
  width: 100%;
  text-align: center;
}
.home-testimonials .slick-dots li {
  display: inline-block;
  margin: 0 6px;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: var(--color--text);
  opacity: 0.3;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.home-testimonials .slick-dots li.slick-active,
.home-testimonials .slick-dots li:hover,
.home-testimonials .slick-dots li:focus {
  background: var(--color--text);
  opacity: 1;
}
.home-testimonials .slick-dots li button {
  padding: 0;
  width: 9px;
  height: 9px;
  border-radius: 50%;
}
.home-testimonials .slick-dots li button:before {
  content: none;
}

.home-testimonials .o-layout {
  margin-left: 0;
}

.home-testimonials .o-layout__item {
  padding-left: 0;
}

.home-testimonials--carousel .home-testimonials__text__text,
.home-testimonials__item--featured .home-testimonials__text__text {
  font-size: 1.7rem;
  line-height: 1.7;
}

.home-testimonials--carousel .home-testimonials__item {
  margin-bottom: 24px;
}

.home-testimonials--featured-grid .home-testimonials__content,
.home-testimonials--grid .home-testimonials__content {
  padding: 0 24px;
}

.home-testimonials--featured-grid .home-testimonials__item,
.home-testimonials--grid .home-testimonials__item {
  margin-bottom: 36px;
}

.home-testimonials--featured-grid
  .home-testimonials__item:not(.home-testimonials__item--featured)
  .home-testimonials__media,
.home-testimonials--grid
  .home-testimonials__item:not(.home-testimonials__item--featured)
  .home-testimonials__media {
  margin: 12px 0;
  height: 48px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}

.home-testimonials--featured-grid
  .home-testimonials__item:not(.home-testimonials__item--featured)
  .home-testimonials__media__item--icon,
.home-testimonials--grid
  .home-testimonials__item:not(.home-testimonials__item--featured)
  .home-testimonials__media__item--icon {
  width: 25px;
  font-size: 25px;
  margin-bottom: 6px;
}

.home-testimonials--featured-grid
  .home-testimonials__item:not(.home-testimonials__item--featured)
  img.home-testimonials__media__item--img.home-testimonials__media__item--img,
.home-testimonials--grid
  .home-testimonials__item:not(.home-testimonials__item--featured)
  img.home-testimonials__media__item--img.home-testimonials__media__item--img {
  width: 39px;
}

.home-testimonials--featured-grid
  .home-testimonials__item:not(.home-testimonials__item--featured)
  .home-testimonials__text,
.home-testimonials--grid
  .home-testimonials__item:not(.home-testimonials__item--featured)
  .home-testimonials__text {
  margin-bottom: 12px;
}

.home-testimonials--featured-grid
  .home-testimonials__item:not(.home-testimonials__item--featured)
  .home-testimonials__text__text,
.home-testimonials--grid
  .home-testimonials__item:not(.home-testimonials__item--featured)
  .home-testimonials__text__text {
  font-size: 1.2rem;
  line-height: 1.8;
}

.home-testimonials--featured-grid
  .home-testimonials__item:not(.home-testimonials__item--featured)
  .home-testimonials__media__item--stars,
.home-testimonials--featured-grid
  .home-testimonials__item:not(.home-testimonials__item--featured)
  .home-testimonials__media__item--stars-brand,
.home-testimonials--grid
  .home-testimonials__item:not(.home-testimonials__item--featured)
  .home-testimonials__media__item--stars,
.home-testimonials--grid
  .home-testimonials__item:not(.home-testimonials__item--featured)
  .home-testimonials__media__item--stars-brand {
  font-size: 19px;
  line-height: 30px;
}

@media screen and (min-width: 768px) {
  .home-testimonials--carousel .section__link {
    margin-top: 24px;
  }
}

@media screen and (max-width: 767px) {
  .section-home-testimonials.section-home-testimonials
    .home-testimonials__content {
    max-width: 500px;
  }
  .section-home-testimonials.section-home-testimonials
    .home-testimonials--featured-grid
    .home-testimonials__content,
  .section-home-testimonials.section-home-testimonials
    .home-testimonials--grid
    .home-testimonials__content {
    padding: 0;
  }
  .section-home-testimonials.section-home-testimonials
    .home-testimonials--featured-grid
    .home-testimonials__item,
  .section-home-testimonials.section-home-testimonials
    .home-testimonials--grid
    .home-testimonials__item {
    margin-bottom: 24px;
  }
  .section-home-testimonials.section-home-testimonials
    .home-testimonials--mob-carousel
    .section__link {
    margin-top: 24px;
  }
  .section-home-testimonials.section-home-testimonials
    .home-testimonials--mob-carousel
    .home-testimonials__content {
    padding: 0 18px;
  }
  .section-home-testimonials.section-home-testimonials
    .home-testimonials--carousel
    .home-testimonials__media,
  .section-home-testimonials.section-home-testimonials
    .home-testimonials--featured-grid
    .home-testimonials__media,
  .section-home-testimonials.section-home-testimonials
    .home-testimonials--grid
    .home-testimonials__media {
    margin: 12px 0;
    height: auto;
  }
  .section-home-testimonials.section-home-testimonials
    .home-testimonials--carousel
    .home-testimonials__media__item--icon,
  .section-home-testimonials.section-home-testimonials
    .home-testimonials--featured-grid
    .home-testimonials__media__item--icon,
  .section-home-testimonials.section-home-testimonials
    .home-testimonials--grid
    .home-testimonials__media__item--icon {
    font-size: 25px;
    width: 25px;
    margin-bottom: 0;
  }
  .section-home-testimonials.section-home-testimonials
    .home-testimonials--carousel
    img.home-testimonials__media__item--img.home-testimonials__media__item--img,
  .section-home-testimonials.section-home-testimonials
    .home-testimonials--featured-grid
    img.home-testimonials__media__item--img.home-testimonials__media__item--img,
  .section-home-testimonials.section-home-testimonials
    .home-testimonials--grid
    img.home-testimonials__media__item--img.home-testimonials__media__item--img {
    width: 39px;
  }
  .section-home-testimonials.section-home-testimonials
    .home-testimonials--carousel
    .home-testimonials__text,
  .section-home-testimonials.section-home-testimonials
    .home-testimonials--featured-grid
    .home-testimonials__text,
  .section-home-testimonials.section-home-testimonials
    .home-testimonials--grid
    .home-testimonials__text {
    margin-bottom: 12px;
  }
  .section-home-testimonials.section-home-testimonials
    .home-testimonials--carousel
    .home-testimonials__text__text,
  .section-home-testimonials.section-home-testimonials
    .home-testimonials--featured-grid
    .home-testimonials__text__text,
  .section-home-testimonials.section-home-testimonials
    .home-testimonials--grid
    .home-testimonials__text__text {
    font-size: 1.2rem;
    line-height: 1.8;
  }
  .section-home-testimonials.section-home-testimonials
    .home-testimonials--carousel
    .home-testimonials__media__item--stars,
  .section-home-testimonials.section-home-testimonials
    .home-testimonials--carousel
    .home-testimonials__media__item--stars-brand,
  .section-home-testimonials.section-home-testimonials
    .home-testimonials--featured-grid
    .home-testimonials__media__item--stars,
  .section-home-testimonials.section-home-testimonials
    .home-testimonials--featured-grid
    .home-testimonials__media__item--stars-brand,
  .section-home-testimonials.section-home-testimonials
    .home-testimonials--grid
    .home-testimonials__media__item--stars,
  .section-home-testimonials.section-home-testimonials
    .home-testimonials--grid
    .home-testimonials__media__item--stars-brand {
    font-size: 19px;
    line-height: 30px;
  }
}

@media screen and (max-width: 1080px) {
  .home-testimonials-carousel__nav--prev {
    left: 30px;
  }
  .home-testimonials-carousel__nav--next {
    right: 30px;
  }
}

@media screen and (max-width: 980px) {
  .home-testimonials-carousel__nav {
    display: none;
  }
}

/* ==========================================================================
   #HOME VIDEO GALLERY SECTION
   ========================================================================== */
.home-video__stage {
  overflow: hidden;
}

.home-video__items {
  margin-top: 12px;
  text-align: center;
  overflow-x: auto;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
}

.home-video__item {
  overflow: hidden;
  margin-right: 12px;
  width: 132px;
  display: inline-block;
  border: 3px solid transparent;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.home-video__item.js-active,
.home-video__item.js-init,
.home-video__item:hover {
  border-color: var(--color--brand);
}
.home-video__item.js-active .home-video__item-icon--play,
.home-video__item.js-init .home-video__item-icon--play,
.home-video__item:hover .home-video__item-icon--play {
  opacity: 0;
}
.home-video__item.js-active .home-video__item-img:before,
.home-video__item.js-init .home-video__item-img:before,
.home-video__item:hover .home-video__item-img:before {
  opacity: 0.1;
}

.home-video__item-img,
.home-video__placeholder-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.home-video__item-link:hover {
  opacity: 1;
}

.home-video__item-icon {
  color: #fff;
  font-size: 18px;
  line-height: 0;
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.home-video__item-img:before {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.home-video__placeholder {
  position: relative;
  width: 100%;
  height: 100%;
  -webkit-transition: 1s ease all;
  -moz-transition: 1s ease all;
  transition: 1s ease all;
}
.home-video__placeholder.js-hidden {
  opacity: 0;
  visibility: hidden;
}

.home-video__placeholder-btn {
  position: relative;
}

.home-video__stage-video {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  visibility: hidden;
}
.home-video__stage-video .video-wrapper,
.home-video__stage-video .home-video__stage-iframe {
  width: 100% !important;
  height: 100% !important;
}
.home-video__stage-video.js-active {
  opacity: 1;
  visibility: visible;
}

.home-video__stage-video .plyr__controls {
  display: none;
}

.shopify-model-viewer-ui .shopify-model-viewer-ui__controls-area {
  border-color: var(--color--text-lightest);
}

.shopify-model-viewer-ui .shopify-model-viewer-ui__button {
  color: var(--color--text);
}

.shopify-model-viewer-ui .shopify-model-viewer-ui__button--control:hover {
  color: var(--color--text-lighter);
}

.shopify-model-viewer-ui .shopify-model-viewer-ui__button--control:active,
.shopify-model-viewer-ui
  .shopify-model-viewer-ui__button--control.focus-visible:focus {
  color: var(--color--text-lighter);
  background: var(--color--text-lightest);
}

.shopify-model-viewer-ui
  .shopify-model-viewer-ui__button--control:not(:last-child):after {
  border-color: var(--color--text-lightest);
}

.shopify-model-viewer-ui .shopify-model-viewer-ui__button--poster {
  border-color: var(--color--text-lightest);
}
.shopify-model-viewer-ui .shopify-model-viewer-ui__button--poster:hover,
.shopify-model-viewer-ui .shopify-model-viewer-ui__button--poster:focus {
  color: var(--color--text-lighter);
}

.home-video .plyr__progress {
  width: 100%;
}

.plyr--video .plyr__controls,
.plyr__control.plyr__control--overlaid {
  color: #212121;
}

.plyr__controls {
  border-color: #f0f0f0;
}

.plyr__progress input[type='range']::-webkit-slider-runnable-track {
  background-image: linear-gradient(
    to right,
    currentColor var(--value, 0),
    #bbb var(--value, 0)
  );
}

.plyr__progress input[type='range']::-moz-range-track {
  background-color: #e4e4e4;
}

.plyr__progress input[type='range']::-ms-fill-upper {
  background-color: #e4e4e4;
}

.plyr__progress
  input[type='range'].plyr__tab-focus::-webkit-slider-runnable-track {
  box-shadow: 0 0 0 4px #e4e4e4;
}

.plyr__progress input[type='range'].plyr__tab-focus::-moz-range-track {
  box-shadow: 0 0 0 4px #e4e4e4;
}

.plyr__progress input[type='range'].plyr__tab-focus::-ms-track {
  box-shadow: 0 0 0 4px #e4e4e4;
}

.plyr__progress input[type='range']:active::-moz-range-thumb {
  box-shadow: 0 0 0 3px #e4e4e4;
}

.plyr__progress input[type='range']:active::-ms-thumb {
  box-shadow: 0 0 0 3px #e4e4e4;
}

.plyr__progress input[type='range']:active::-webkit-slider-thumb {
  box-shadow: 0 0 0 3px #e4e4e4;
}

.plyr__progress .plyr__tooltip {
  background-color: #212121;
}
.plyr__progress .plyr__tooltip::before {
  border-top-color: #212121;
}

.plyr__volume.plyr__volume input[type='range']::-moz-range-thumb {
  box-shadow: 2px 0 0 0 #999;
}

.plyr__volume.plyr__volume input[type='range']::-ms-thumb {
  box-shadow: 2px 0 0 0 #999;
}

.plyr__volume.plyr__volume input[type='range']::-webkit-slider-thumb {
  box-shadow: 2px 0 0 0 #999;
}

.plyr__video-wrapper {
  z-index: 1;
}

.plyr__video-embed__container {
  padding-bottom: 240%;
  position: relative;
}

.plyr__progress input[type='range'],
.plyr__progress__buffer {
  max-width: 100%;
  width: 100%;
}

/* ==========================================================================
   #accessibility
   ========================================================================== */
quantity-input input[type='number'],
quantity-input button,
.product-single__add button {
  outline-offset: -3px;
}

body:not(.js-using-tab) button:focus,
body:not(.js-using-tab) input:focus,
body:not(.js-using-tab) select:focus,
body:not(.js-using-tab) textarea:focus,
body:not(.js-using-tab) .slick-slide:focus,
body:not(.js-using-tab) .product-card__link:focus {
  outline: none;
}

body.js-using-tab .js-product-slider .slick-slide {
  visibility: hidden;
}

body.js-using-tab .js-product-slider .slick-slide.slick-active {
  visibility: visible;
}

.js-using-tab input.collection-sidebar__filter__input:focus + label,
.js-using-tab .product-form__swatch__input:focus + label {
  outline: 1px dotted #212121;
  outline: 5px auto -webkit-focus-ring-color;
}

.mfp-draw .is-hidden-in-drawer {
  display: none !important;
}

.no-js .product-form__variant,
.no-js .js-price-unit-separator,
.no-js .media-gallery__item--model {
  display: none;
}

.no-js .product-single__share-item {
  margin: 0;
  display: block;
  width: auto;
}

/* ==========================================================================
   #LOADING ANIMATIONS (REST)
   ========================================================================== */
body[data-anim-zoom='true'] .home-carousel__bg {
  -ms-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

body[data-anim-zoom='true'] .js-sr-loaded .collection__header-img,
body[data-anim-zoom='true'] .js-sr-loaded .article__featured-media__img,
body[data-anim-zoom='true'] .js-sr-loaded .home-intro__bg,
body[data-anim-zoom='true'] .js-sr-loaded .home-delivery__bg,
body[data-anim-zoom='true'] .js-slide-active .home-carousel__bg,
body[data-anim-zoom='true'] .slick-current .home-carousel__bg,
body[data-anim-zoom='true'] .password-content__bg {
  -webkit-animation: zoomout 10s ease forwards;
  -moz-animation: zoomout 10s ease forwards;
  animation: zoomout 10s ease forwards;
}

body[data-anim-zoom='true'] .js-sr-loaded .image-with-text__media-img {
  -webkit-animation: zoomout-slow 15s ease forwards;
  -moz-animation: zoomout-slow 15s ease forwards;
  animation: zoomout-slow 15s ease forwards;
}

body[data-anim-zoom='true'] .blog__img,
body[data-anim-zoom='true'] .home-image-grid__bg,
body[data-anim-zoom='true'] .home-carousel--image_img,
body[data-anim-zoom='true'] .search-grid-item__media__img {
  -webkit-transition:
    -webkit-transform 10s ease-out,
    opacity 0.5s ease-in;
  -moz-transition:
    -moz-transform 10s ease-out,
    opacity 0.5s ease-in;
  transition:
    transform 10s ease-out,
    opacity 0.5s ease-in;
}

body[data-anim-zoom='true'] .cta__image {
  -webkit-transition:
    -webkit-transform 0.75s ease,
    opacity 0.3s ease-in;
  -moz-transition:
    -moz-transform 0.75s ease,
    opacity 0.3s ease-in;
  transition:
    transform 0.75s ease,
    opacity 0.3s ease-in;
}

body[data-anim-zoom='true'] .blog:hover .blog__img,
body[data-anim-zoom='true'] .blog:hover .home-image-grid__bg,
body[data-anim-zoom='true'] .blog:hover .home-carousel--image_img,
body[data-anim-zoom='true'] .blog:hover .search-grid-item__media__img,
body[data-anim-zoom='true'] .home-image-grid__link:hover .blog__img,
body[data-anim-zoom='true'] .home-image-grid__link:hover .home-image-grid__bg,
body[data-anim-zoom='true']
  .home-image-grid__link:hover
  .home-carousel--image_img,
body[data-anim-zoom='true']
  .home-image-grid__link:hover
  .search-grid-item__media__img,
body[data-anim-zoom='true'] .home-carousel--image_link:hover .blog__img,
body[data-anim-zoom='true']
  .home-carousel--image_link:hover
  .home-image-grid__bg,
body[data-anim-zoom='true']
  .home-carousel--image_link:hover
  .home-carousel--image_img,
body[data-anim-zoom='true']
  .home-carousel--image_link:hover
  .search-grid-item__media__img,
body[data-anim-zoom='true'] .search-grid-item__link:hover .blog__img,
body[data-anim-zoom='true'] .search-grid-item__link:hover .home-image-grid__bg,
body[data-anim-zoom='true']
  .search-grid-item__link:hover
  .home-carousel--image_img,
body[data-anim-zoom='true']
  .search-grid-item__link:hover
  .search-grid-item__media__img,
body[data-anim-zoom='true'] .cta__link:hover .blog__img,
body[data-anim-zoom='true'] .cta__link:hover .home-image-grid__bg,
body[data-anim-zoom='true'] .cta__link:hover .home-carousel--image_img,
body[data-anim-zoom='true'] .cta__link:hover .search-grid-item__media__img {
  -ms-transform: scale(1.2);
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}

body[data-anim-zoom='true'] .blog:hover .cta__image,
body[data-anim-zoom='true'] .home-image-grid__link:hover .cta__image,
body[data-anim-zoom='true'] .home-carousel--image_link:hover .cta__image,
body[data-anim-zoom='true'] .search-grid-item__link:hover .cta__image,
body[data-anim-zoom='true'] .cta__link:hover .cta__image {
  -ms-transform: scale(1.05);
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}

body[data-anim-load='false'][data-anim-zoom='true']
  .js-slide-active
  .home-carousel__bg,
body[data-anim-load='false'][data-anim-zoom='true'] .collection__header-img,
body[data-anim-load='false'][data-anim-zoom='true']
  .article__featured-media__img,
body[data-anim-load='false'][data-anim-zoom='true'] .home-intro__bg,
body[data-anim-load='false'][data-anim-zoom='true'] .home-delivery__bg,
body[data-anim-load='false'][data-anim-zoom='true'] .password-content__bg {
  -webkit-animation: zoomout 5s ease forwards;
  -moz-animation: zoomout 5s ease forwards;
  animation: zoomout 5s ease forwards;
}

.product-form__add-btn.disabled .product-form__add-btn__text:after {
  content: none;
}

.product-form__add-btn__tick,
.product-card-btn__tick {
  position: absolute;
  left: 50%;
  font-size: 20px;
  margin-left: -10px;
  width: 20px;
  height: 30px;
  opacity: 0;
}
@media screen and (max-width: 767px) {
  .product-form__add-btn__tick,
  .product-card-btn__tick {
    width: 18px;
    margin-left: -9px;
    font-size: 18px;
  }
}

.product-form__add-btn__tick .icon,
.product-card-btn__tick .icon {
  width: 0;
  overflow: hidden;
  display: block;
  height: 30px;
  line-height: 29px;
  -webkit-transition: 0.5s width ease-out;
  -moz-transition: 0.5s width ease-out;
  transition: 0.5s width ease-out;
  -webkit-transition-delay: 0.1s;
  -moz-transition-delay: 0.1s;
  transition-delay: 0.1s;
}

.product-form__add-btn__spinner,
.product-card-btn__spinner {
  opacity: 0;
  position: absolute;
  left: 50%;
  width: 30px;
  height: 30px;
  margin-left: -15px;
}
.product-form__add-btn__spinner .theme-spinner,
.product-card-btn__spinner .theme-spinner {
  opacity: 1;
  width: 60%;
  height: 60%;
}
@media screen and (max-width: 767px) {
  .product-form__add-btn__spinner .theme-spinner,
  .product-card-btn__spinner .theme-spinner {
    width: 50%;
    height: 50%;
  }
}
.product-form__add-btn__spinner .theme-spinner__border,
.product-card-btn__spinner .theme-spinner__border {
  border-width: 1px;
  border-color: var(--color--btn) transparent transparent transparent;
}

.c-btn--hollow .theme-spinner__border {
  border-color: var(--color--text) transparent transparent transparent;
}

@media (hover: hover) {
  .c-btn--hollow:hover .theme-spinner__border {
    border-color: var(--color--bg) transparent transparent transparent;
  }
}

.product-form__add-btn,
.product-card-btn__btn {
  transition: background 0.3s ease-in-out;
}

.product-form__add-btn.is-added .product-form__add-btn__text,
.product-form__add-btn.is-added .product-card-btn__text,
.product-form__add-btn.is-added::after,
.product-card-btn__btn.is-added .product-form__add-btn__text,
.product-card-btn__btn.is-added .product-card-btn__text,
.product-card-btn__btn.is-added::after,
.link.is-added .product-form__add-btn__text,
.link.is-added .product-card-btn__text,
.link.is-added::after {
  opacity: 0;
}

.product-form__add-btn.is-added .product-card-btn__tick,
.product-form__add-btn.is-added .product-form__add-btn__tick,
.product-card-btn__btn.is-added .product-card-btn__tick,
.product-card-btn__btn.is-added .product-form__add-btn__tick,
.link.is-added .product-card-btn__tick,
.link.is-added .product-form__add-btn__tick {
  animation: cart-added-tick 1.5s linear;
}
.product-form__add-btn.is-added .product-card-btn__tick .icon,
.product-form__add-btn.is-added .product-form__add-btn__tick .icon,
.product-card-btn__btn.is-added .product-card-btn__tick .icon,
.product-card-btn__btn.is-added .product-form__add-btn__tick .icon,
.link.is-added .product-card-btn__tick .icon,
.link.is-added .product-form__add-btn__tick .icon {
  width: 20px;
}
@media screen and (max-width: 767px) {
  .product-form__add-btn.is-added .product-card-btn__tick .icon,
  .product-form__add-btn.is-added .product-form__add-btn__tick .icon,
  .product-card-btn__btn.is-added .product-card-btn__tick .icon,
  .product-card-btn__btn.is-added .product-form__add-btn__tick .icon,
  .link.is-added .product-card-btn__tick .icon,
  .link.is-added .product-form__add-btn__tick .icon {
    width: 18px;
  }
}

.product-form__add-btn.is-adding .product-form__add-btn__text,
.product-form__add-btn.is-adding .product-card-btn__text,
.product-form__add-btn.is-adding::after,
.product-card-btn__btn.is-adding .product-form__add-btn__text,
.product-card-btn__btn.is-adding .product-card-btn__text,
.product-card-btn__btn.is-adding::after,
.link.is-adding .product-form__add-btn__text,
.link.is-adding .product-card-btn__text,
.link.is-adding::after {
  opacity: 0;
}

.product-form__add-btn.is-adding .product-form__add-btn__spinner,
.product-form__add-btn.is-adding .product-card-btn__spinner,
.product-card-btn__btn.is-adding .product-form__add-btn__spinner,
.product-card-btn__btn.is-adding .product-card-btn__spinner,
.link.is-adding .product-form__add-btn__spinner,
.link.is-adding .product-card-btn__spinner {
  opacity: 1;
}

.staged-action {
  transition: background 0.3s ease-in-out;
}
.staged-action .staged-action__tick {
  position: absolute;
  left: 50%;
  font-size: 20px;
  margin-left: -10px;
  width: 20px;
  height: 30px;
  opacity: 0;
}
@media screen and (max-width: 767px) {
  .staged-action .staged-action__tick {
    width: 18px;
    margin-left: -9px;
    font-size: 18px;
  }
}
.staged-action .staged-action__spinner {
  opacity: 0;
  position: absolute;
  left: 50%;
  width: 30px;
  height: 30px;
  margin-left: -15px;
}
.staged-action .staged-action__spinner .theme-spinner {
  opacity: 1;
  width: 60%;
  height: 60%;
}
@media screen and (max-width: 767px) {
  .staged-action .staged-action__spinner .theme-spinner {
    width: 50%;
    height: 50%;
  }
}
.staged-action .staged-action__spinner .theme-spinner__border {
  border-width: 1px;
  border-color: var(--color--btn) transparent transparent transparent;
}
.staged-action.is-done .staged-action__text,
.staged-action.is-done::after {
  opacity: 0;
}
.staged-action.is-done .staged-action__tick {
  animation: cart-added-tick 1.5s linear;
}
.staged-action.is-done .staged-action__tick .icon {
  width: 20px;
}
@media screen and (max-width: 767px) {
  .staged-action.is-done .staged-action__tick .icon {
    width: 18px;
  }
}
.staged-action.is-doing .staged-action__text,
.staged-action.is-doing::after {
  opacity: 0;
}
.staged-action.is-doing .staged-action__spinner {
  opacity: 1;
}

@keyframes cart-added-tick {
  from {
    opacity: 0;
  }
  5% {
    opacity: 1;
  }
  95% {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}

@-webkit-keyframes cart-added-tick {
  from {
    opacity: 0;
  }
  5% {
    opacity: 1;
  }
  95% {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}

@-webkit-keyframes zoomout {
  0% {
    -ms-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  100% {
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@-moz-keyframes zoomout {
  0% {
    -ms-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  100% {
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes zoomout {
  0% {
    -ms-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  100% {
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@-webkit-keyframes zoomout-slow {
  0% {
    -ms-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  100% {
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@-moz-keyframes zoomout-slow {
  0% {
    -ms-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  100% {
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes zoomout-slow {
  0% {
    -ms-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  100% {
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

/* ==========================================================================
   #CONTENT STYLE HELPER
   ========================================================================== */
.u-content--light {
  color: #fff;
}
.u-content--light .section__title-text,
.u-content--light .section__title-link,
.u-content--light .selector-wrapper label {
  color: #fff;
}
.u-content--light .selector-wrapper:after {
  color: rgba(255, 255, 255, 0.6);
}
.u-content--light .selector-wrapper select,
.u-content--light quantity-input input[type='number'],
.u-content--light quantity-input button {
  border-color: rgba(255, 255, 255, 0.4);
  color: #fff;
}
.u-content--light quantity-input input[type='number'] {
  background: transparent;
}
.u-content--light select,
.u-content--light quantity-input button {
  background: rgba(255, 255, 255, 0.1);
}
.u-content--light .rte a {
  box-shadow: inset 0 -6px 0 #028e48;
  color: #fff;
}
.u-content--light .rte a:hover {
  background: #028e48;
}

/* ==========================================================================
   #JS FUNCTIONS HELPER
   ========================================================================== */
.js-toggle-target {
  opacity: 0;
  visibility: hidden;
  -ms-transform: translateY(-5px);
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px);
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.js-toggle-target.js-active {
  opacity: 1;
  visibility: visible;
  -ms-transform: translateY(0);
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.js-icon-replace .icon {
  display: inline-block;
  -webkit-transition: 0.5s all ease;
  -moz-transition: 0.5s all ease;
  transition: 0.5s all ease;
}

.js-icon-replace .icon--master {
  opacity: 1;
  visibility: visible;
}

.js-icon-replace .icon--replace {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  visibility: hidden;
  -ms-transform: scale(0.6);
  -webkit-transform: scale(0.6);
  transform: scale(0.6);
}

.js-icon-replace.js-active .icon--master {
  opacity: 0;
  visibility: hidden;
  -ms-transform: scale(0.8);
  -webkit-transform: scale(0.8);
  transform: scale(0.8);
}

.js-icon-replace.js-active .icon--replace {
  opacity: 1;
  visibility: visible;
  -ms-transform: scale(1);
  -webkit-transform: scale(1);
  transform: scale(1);
}

/* ==========================================================================
   #MICS HELPERS
   ========================================================================== */
.shopify-challenge__container.shopify-challenge__container {
  margin: 60px auto;
}

.shopify-challenge__container
  .shopify-challenge__button.shopify-challenge__button {
  margin-top: 24px;
}

.shopify-buy-frame iframe {
  padding: 0;
}

.scroll-disabled {
  overflow: hidden;
}

/* ==========================================================================
   #PRINT
   ========================================================================== */
/**
 * Very crude, reset-like styles taken from the HTML5 Boilerplate:
 * https://github.com/h5bp/html5-boilerplate/blob/5.3.0/dist/doc/css.md#print-styles
 * https://github.com/h5bp/html5-boilerplate/blob/master/dist/css/main.css#L205-L282
 */
@media print {
  /**
   * 1. Black prints faster: http://www.sanbeiji.com/archives/953
   */
  *,
  *:before,
  *:after,
  *:first-letter,
  *:first-line {
    background: transparent !important;
    color: #000 !important;
    /* [1] */
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  abbr[title]:after {
    content: ' (' attr(title) ')';
  }
  /**
   * Don't show links that are fragment identifiers, or use the `javascript:`
   * pseudo protocol.
   */
  a[href^='#']:after,
  a[href^='javascript:']:after {
    content: '';
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  /**
   * Printing Tables: http://css-discuss.incutio.com/wiki/Printing_Tables
   */
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
}

/* ==========================================================================
   #GENERAL HELPERS
   ========================================================================== */
.u-bg-overlay--white:before {
  background: #fff;
}

.u-bg-overlay--brand:before {
  background: var(--color--brand);
}

.u-bg-overlay--light:before {
  opacity: 0.3;
}

.u-bg-overlay--medium:before {
  opacity: 0.5;
}

.u-bg-overlay--strong:before {
  opacity: 0.8;
}

/* Spacing helpers
   ========================================================================== */
.u-mt {
  margin-top: 30px;
}

.u-mb {
  margin-bottom: 30px;
}

.u-pt {
  padding-top: 30px;
}

.u-pb {
  padding-bottom: 30px;
}

.u-pr {
  padding-right: 30px;
}

.u-ph\+ {
  padding-left: 36px;
  padding-right: 36px;
}

.u-ph\- {
  padding-left: 18px;
  padding-right: 18px;
}

.u-mt\+ {
  margin-top: 42px;
}

.u-mb\+ {
  margin-bottom: 42px;
}

.u-pt\+ {
  padding-top: 42px;
}

.u-pb\+ {
  padding-bottom: 42px;
}

.u-mt\- {
  margin-top: 18px;
}

.u-mb\- {
  margin-bottom: 18px;
}

.u-pt\- {
  padding-top: 18px;
}

.u-pb\- {
  padding-bottom: 18px;
}

.u-mt0 {
  margin-top: 0px;
}

.u-mb0 {
  margin-bottom: 0px;
}

@media screen and (max-width: 767px) {
  .u-ph\+\@mob {
    padding-left: 0px;
    padding-right: 0px;
  }
  .u-ph0\@mob {
    padding-left: 0px;
    padding-right: 0px;
  }
  .u-ph\-\@mob {
    padding-left: 18px;
    padding-right: 18px;
  }
}

/* Height helpers
   ========================================================================== */
.u-height-100 {
  height: 100%;
}

/* Clearfix
   ========================================================================== */
.u-clearfix:after {
  content: '' !important;
  display: block !important;
  clear: both !important;
}

.u-text-transform--none {
  text-transform: none;
}

/* Custom
   ========================================================================== */
.price-note {
  display: inline-block;
  margin: 4px 4px 0;
  word-break: break-word;
}

.yotpo .standalone-bottomline.star-clickable,
.yotpo .standalone-bottomline .star-clickable {
  flex-wrap: wrap !important;
  justify-content: center !important;
}

/* Custom Adding Mobile Images
    ============================================================================*/
@media only screen and (max-width: 749px) {
  .desktop--device {
    display: none !important;
  }
}
@media only screen and (min-width: 750px) {
  .mobile--device {
    display: none !important;
  }
}

/* Default 2 column grid for all logo lists on mobile */
@media screen and (max-width: 767px) {
  .home-logo-list--mob-grid .home-logo-list-carousel {
    display: grid !important;
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 15px !important;
  }

  .home-logo-list--mob-grid .home-logo-list__item {
    width: 100% !important;
    max-width: 100% !important;
    border-radius: 8px !important;
    overflow: hidden !important;
  }

  .home-logo-list--mob-grid .home-logo-list__img {
    border-radius: 8px !important;
  }
}

/* Shop All Brands button styling */
.section--section_logo_list_pbtVP7 .section__link--center {
  margin-top: 0 !important;
}

.section--section_logo_list_pbtVP7 .link--arrow,
.section--section_logo_list_pbtVP7 .section__link-link {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  height: 38px !important;
  padding: 0 16px !important;
  background-color: transparent !important;
  color: #000000 !important;
  border: 1px solid #000000 !important;
  border-radius: 19px !important;
  text-decoration: none !important;
  font-weight: 500 !important;
  font-size: 16px !important;
  transition: all 0.3s ease !important;
  text-transform: none !important;
  letter-spacing: normal !important;
  line-height: 38px !important;
}

.section--section_logo_list_pbtVP7 .link--arrow:hover,
.section--section_logo_list_pbtVP7 .section__link-link:hover {
  background-color: #000000 !important;
  color: #ffffff !important;
}

.section--section_logo_list_pbtVP7 .link--arrow:after,
.section--section_logo_list_pbtVP7 .section__link-link:after {
  content: '→' !important;
  margin-left: 8px !important;
  font-size: 18px !important;
  display: inline-block !important;
}

@media screen and (max-width: 767px) {
  .section--section_logo_list_pbtVP7 .section__link-link {
    width: auto !important;
    max-width: none !important;
    padding: 0 16px !important;
    height: 38px !important;
  }
}

/* General logo list button styling - applies to all logo list sections */
.home-logo-list .section__link--center {
  margin-top: 0 !important;
}

.home-logo-list .link--arrow,
.home-logo-list .section__link-link {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  height: 38px !important;
  padding: 0 12px 0 16px !important;
  background-color: transparent !important;
  color: #003722 !important;
  border: 1px solid #003722 !important;
  border-radius: 19px !important;
  text-decoration: none !important;
  font-weight: 500 !important;
  font-size: 16px !important;
  transition: all 0.3s ease !important;
  text-transform: none !important;
  letter-spacing: normal !important;
  line-height: 38px !important;
  min-width: 180px !important;
  position: relative !important;
}

.home-logo-list .link--arrow:hover,
.home-logo-list .section__link-link:hover {
  background-color: #003722 !important;
  color: #ffffff !important;
}

.home-logo-list .link--arrow:after,
.home-logo-list .section__link-link:after {
  content: '→' !important;
  position: absolute !important;
  right: 17px !important;
  top: 50% !important;
  transform: translateY(-50%) !important;
  font-size: 20px !important;
  line-height: 1 !important;
  padding-bottom: 20px !important;
}

/* Read about Nutrition Blog Section Styling */
.section--section_blog_B4JkDc {
  background-color: #f6f5f1 !important;
  padding: 60px 0 !important;
}

.section--section_blog_B4JkDc .section__title {
  text-align: left !important;
  margin-bottom: 10px !important;
}

.section--section_blog_B4JkDc .section__title-text {
  font-size: 48px !important;
  font-weight: 600 !important;
  color: #003722 !important;
  margin-bottom: 0 !important;
}

/* View All link styling */
.section--section_blog_B4JkDc .section__link--center {
  text-align: left !important;
  margin-top: -40px !important;
  margin-bottom: 30px !important;
}

.section--section_blog_B4JkDc .link--arrow {
  display: inline-flex !important;
  align-items: center !important;
  color: #003722 !important;
  font-size: 18px !important;
  font-weight: 500 !important;
  text-decoration: none !important;
  border: none !important;
  background: transparent !important;
  padding: 0 !important;
}

.section--section_blog_B4JkDc .link--arrow:after {
  content: '→' !important;
  margin-left: 8px !important;
  font-size: 20px !important;
  transition: transform 0.3s ease !important;
}

.section--section_blog_B4JkDc .link--arrow:hover:after {
  transform: translateX(5px) !important;
}

/* Blog grid styling */
.section--section_blog_B4JkDc .home-blog__items {
  margin-top: 40px !important;
}

.section--section_blog_B4JkDc .blog__media-wrapper {
  border-radius: 12px !important;
  overflow: hidden !important;
  margin-bottom: 20px !important;
}

.section--section_blog_B4JkDc .blog__title {
  font-size: 24px !important;
  font-weight: 600 !important;
  color: #003722 !important;
  line-height: 1.3 !important;
  margin-bottom: 15px !important;
}

.section--section_blog_B4JkDc .blog__details {
  padding: 0 !important;
}

.section--section_blog_B4JkDc .blog-link {
  text-decoration: none !important;
}

.section--section_blog_B4JkDc .blog__read-more {
  color: #003722 !important;
  font-weight: 500 !important;
  text-decoration: underline !important;
  font-size: 16px !important;
}

/* Blog carousel dots */
.section--section_blog_B4JkDc .slick-dots {
  position: static !important;
  margin-top: 30px !important;
  text-align: center !important;
}

.section--section_blog_B4JkDc .slick-dots li {
  width: 40px !important;
  height: 4px !important;
  margin: 0 4px !important;
  background-color: #d4d4d4 !important;
  border-radius: 2px !important;
}

.section--section_blog_B4JkDc .slick-dots li.slick-active {
  background-color: #003722 !important;
}

.section--section_blog_B4JkDc .slick-dots li button {
  display: none !important;
}

/* Mobile responsiveness */
@media screen and (max-width: 767px) {
  .section--section_blog_B4JkDc .section__title-text {
    font-size: 32px !important;
  }

  .section--section_blog_B4JkDc .blog__title {
    font-size: 20px !important;
  }

  .section--section_blog_B4JkDc .o-layout__item {
    width: 100% !important;
    max-width: 100% !important;
  }
}

/* Fix header layout - title and view all on same line */
.section--section_blog_B4JkDc .container:first-child {
  display: flex !important;
  justify-content: space-between !important;
  align-items: baseline !important;
  flex-wrap: wrap !important;
}

.section--section_blog_B4JkDc .section__title {
  margin-right: auto !important;
  flex: 0 0 auto !important;
}

.section--section_blog_B4JkDc .section__link--center {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  flex: 0 0 auto !important;
}

/* Restructure for proper layout */
.section--section_blog_B4JkDc {
  position: relative !important;
}

.section--section_blog_B4JkDc .container {
  position: relative !important;
}

/* Move View All link to header */
.section--section_blog_B4JkDc .section__link--center {
  position: absolute !important;
  top: 60px !important;
  right: 15px !important;
  margin: 0 !important;
}

@media screen and (min-width: 768px) {
  .section--section_blog_B4JkDc .section__link--center {
    right: calc((100% - 1200px) / 2) !important;
  }
}

@media screen and (max-width: 767px) {
  .section--section_blog_B4JkDc .section__link--center {
    position: static !important;
    margin-top: 10px !important;
    text-align: left !important;
  }
}

/* Blog section background color */
.shopify-section.js-section__home-blog {
  background-color: #f6f5f1 !important;
}

.shopify-section.js-section__home-blog .section {
  background-color: #f6f5f1 !important;
}

/* Blog title font size */
.blog__title.h2,
.blog__title {
  font-size: 16px !important;
}

/* Blog Section Carousel Styling */
.section--section_blog_B4JkDc .home-blog__items {
  position: relative !important;
}

/* Enable carousel for blog section */
.section--section_blog_B4JkDc .o-layout {
  display: block !important;
}

/* Carousel dots styling */
.section--section_blog_B4JkDc .slick-dots {
  position: absolute !important;
  bottom: -50px !important;
  left: 50% !important;
  transform: translateX(-50%) !important;
  display: flex !important;
  justify-content: center !important;
  gap: 8px !important;
  list-style: none !important;
  padding: 0 !important;
  margin: 0 !important;
}

.section--section_blog_B4JkDc .slick-dots li {
  width: 10px !important;
  height: 10px !important;
  border-radius: 50% !important;
  background-color: #d4d4d4 !important;
  cursor: pointer !important;
  transition: background-color 0.3s ease !important;
  margin: 0 !important;
}

.section--section_blog_B4JkDc .slick-dots li.slick-active {
  background-color: #003722 !important;
}

.section--section_blog_B4JkDc .slick-dots li button {
  display: none !important;
}

/* Ensure proper carousel layout */
.section--section_blog_B4JkDc .slick-slider {
  position: relative !important;
  padding-bottom: 60px !important;
}

.section--section_blog_B4JkDc .slick-track {
  display: flex !important;
  align-items: stretch !important;
}

.section--section_blog_B4JkDc .slick-slide {
  height: auto !important;
}

.section--section_blog_B4JkDc .slick-slide > div {
  height: 100% !important;
}

.section--section_blog_B4JkDc .blog {
  height: 100% !important;
  display: flex !important;
  flex-direction: column !important;
}

/* Mobile carousel */
@media screen and (max-width: 767px) {
  .section--section_blog_B4JkDc .o-layout {
    display: flex !important;
    overflow-x: auto !important;
    scroll-snap-type: x mandatory !important;
    -webkit-overflow-scrolling: touch !important;
    margin: 0 -15px !important;
    padding: 0 15px !important;
  }

  .section--section_blog_B4JkDc .o-layout__item {
    flex: 0 0 85% !important;
    scroll-snap-align: center !important;
    margin-right: 15px !important;
  }

  .section--section_blog_B4JkDc .slick-dots {
    position: static !important;
    margin-top: 30px !important;
    transform: none !important;
  }
}

/* Initialize blog carousel */
.section--section_blog_B4JkDc .home-blog__items .o-layout {
  position: relative !important;
}

/* Force carousel initialization for blog section */
.section--section_blog_B4JkDc[data-section-type='home-blog'] .o-layout,
.section--section_blog_B4JkDc .home-blog .o-layout {
  display: flex !important;
  flex-wrap: nowrap !important;
  overflow-x: hidden !important;
  position: relative !important;
}

/* Ensure slick is initialized */
.section--section_blog_B4JkDc .o-layout.slick-initialized {
  display: block !important;
}

/* Custom dot indicators */
.section--section_blog_B4JkDc::after {
  content: '';
  position: absolute;
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: 8px;
  z-index: 10;
}

/* Individual blog card styling in carousel */
.section--section_blog_B4JkDc .o-layout__item {
  padding: 0 10px !important;
}

.section--section_blog_B4JkDc .blog {
  background: transparent !important;
  border: none !important;
}

.section--section_blog_B4JkDc .blog__media-wrapper {
  border-radius: 12px !important;
  overflow: hidden !important;
}

.section--section_blog_B4JkDc .blog__media img {
  width: 100% !important;
  height: auto !important;
  object-fit: cover !important;
}

/* Blog Carousel Implementation */
.section--section_blog_B4JkDc .home-blog__items {
  position: relative !important;
  padding-bottom: 50px !important;
}

/* Convert grid to horizontal scroll */
.section--section_blog_B4JkDc .o-layout {
  display: flex !important;
  overflow-x: auto !important;
  scroll-snap-type: x mandatory !important;
  scroll-behavior: smooth !important;
  -webkit-overflow-scrolling: touch !important;
  gap: 20px !important;
  scrollbar-width: none !important;
  -ms-overflow-style: none !important;
}

.section--section_blog_B4JkDc .o-layout::-webkit-scrollbar {
  display: none !important;
}

/* Make items carousel slides */
.section--section_blog_B4JkDc .o-layout__item {
  flex: 0 0 100% !important;
  max-width: 100% !important;
  scroll-snap-align: start !important;
  width: 100% !important;
}

/* Custom navigation dots */
.section--section_blog_B4JkDc .home-blog::after {
  content: '' !important;
  position: absolute !important;
  bottom: 0 !important;
  left: 50% !important;
  transform: translateX(-50%) !important;
  display: flex !important;
  gap: 10px !important;
  z-index: 10 !important;
}

/* Create dots using pseudo elements */
.section--section_blog_B4JkDc .home-blog {
  position: relative !important;
}

/* Dot container */
.section--section_blog_B4JkDc .container:last-child::after {
  content: '' !important;
  position: absolute !important;
  bottom: -40px !important;
  left: 50% !important;
  transform: translateX(-50%) !important;
  width: 60px !important;
  height: 10px !important;
  background: linear-gradient(
    to right,
    #003722 33%,
    #d4d4d4 33%,
    #d4d4d4 66%,
    #d4d4d4 66%
  ) !important;
  border-radius: 10px !important;
  display: flex !important;
  gap: 10px !important;
}

/* Desktop: Show as carousel */
@media screen and (min-width: 768px) {
  .section--section_blog_B4JkDc .o-layout__item.u-1\\/3\@desk {
    flex: 0 0 100% !important;
    max-width: 100% !important;
  }

  .section--section_blog_B4JkDc .blog {
    max-width: 600px !important;
    margin: 0 auto !important;
  }
}

/* Mobile: Already carousel by default */
@media screen and (max-width: 767px) {
  .section--section_blog_B4JkDc .o-layout__item {
    flex: 0 0 90% !important;
    max-width: 90% !important;
  }

  .section--section_blog_B4JkDc .o-layout {
    padding: 0 5% !important;
    gap: 15px !important;
  }
}

/* Hide scrollbar but keep functionality */
.section--section_blog_B4JkDc {
  overflow: hidden !important;
}

/* Make blog cards full height */
.section--section_blog_B4JkDc .blog {
  height: 100% !important;
  display: flex !important;
  flex-direction: column !important;
}

.section--section_blog_B4JkDc .blog__media-wrapper {
  flex-shrink: 0 !important;
}

.section--section_blog_B4JkDc .blog__details {
  flex: 1 !important;
  display: flex !important;
  flex-direction: column !important;
}

/* Add dots manually with JavaScript initialization */
.section--section_blog_B4JkDc .home-blog {
  position: relative !important;
}

/* Create dot container */
.blog-carousel-dots {
  position: absolute !important;
  bottom: 16px !important;
  left: 50% !important;
  transform: translateX(-50%) !important;
  display: flex !important;
  /* gap: 8px !important; */
  z-index: 10 !important;
}

.blog-carousel-dots span {
  width: 10px !important;
  height: 10px !important;
  border-radius: 50% !important;
  background-color: #d4d4d4 !important;
  cursor: pointer !important;
  transition: background-color 0.3s ease !important;
}

.blog-carousel-dots span.active {
  background-color: #003722 !important;
}

/* Initialize carousel using data attributes */
.section--section_blog_B4JkDc[data-section-type='section-blog'] .o-layout,
.js-section__home-blog .section--section_blog_B4JkDc .o-layout {
  scroll-snap-type: x mandatory !important;
  scroll-padding: 0 !important;
}

/* Simplified Blog Carousel CSS */
.section--section_blog_B4JkDc .o-layout {
  display: flex !important;
  overflow-x: scroll !important;
  scroll-snap-type: x mandatory !important;
  gap: 20px !important;
  -webkit-overflow-scrolling: touch !important;
  scrollbar-width: none !important;
}

.section--section_blog_B4JkDc .o-layout::-webkit-scrollbar {
  display: none !important;
}

.section--section_blog_B4JkDc .o-layout__item {
  flex: 0 0 100% !important;
  scroll-snap-align: start !important;
  max-width: 100% !important;
  width: 100% !important;
}

/* Carousel dots */
.blog-carousel-dots {
  display: flex !important;
  justify-content: center !important;
  gap: 8px !important;
  margin-top: 30px !important;
  padding-bottom: 20px !important;
}

.blog-carousel-dots span {
  width: 10px !important;
  height: 10px !important;
  border-radius: 50% !important;
  background: #d4d4d4 !important;
  cursor: pointer !important;
  transition: background 0.3s !important;
}

.blog-carousel-dots span.active {
  background: #003722 !important;
}

/* Blog Section - Embla-style Carousel Implementation */
.section--section_blog_B4JkDc .home-blog {
  position: relative !important;
  overflow: hidden !important;
}

.section--section_blog_B4JkDc .home-blog__items {
  overflow: hidden !important;
  position: relative !important;
}

/* Carousel container */
.section--section_blog_B4JkDc .o-layout {
  display: flex !important;
  transition: transform 0.5s ease !important;
  will-change: transform !important;
}

/* Each slide takes full width */
.section--section_blog_B4JkDc .o-layout__item {
  min-width: 100% !important;
  flex: 0 0 100% !important;
  padding: 0 15px !important;
}

/* Blog card styling */
.section--section_blog_B4JkDc .blog {
  background: transparent !important;
  max-width: 600px !important;
  margin: 0 auto !important;
}

.section--section_blog_B4JkDc .blog__media-wrapper {
  position: relative !important;
  border-radius: 12px !important;
  overflow: hidden !important;
  margin-bottom: 20px !important;
}

.section--section_blog_B4JkDc .blog__media {
  width: 100% !important;
  height: auto !important;
}

.section--section_blog_B4JkDc .blog__title {
  font-size: 24px !important;
  font-weight: 600 !important;
  color: #003722 !important;
  margin-bottom: 10px !important;
  line-height: 1.3 !important;
}

.section--section_blog_B4JkDc .blog__read-more {
  display: inline-block !important;
  color: #003722 !important;
  font-weight: 500 !important;
  text-decoration: underline !important;
  margin-top: 10px !important;
}

/* Navigation dots */
.blog-carousel-navigation {
  display: flex !important;
  justify-content: center !important;
  gap: 8px !important;
  margin-top: 30px !important;
  padding-bottom: 30px !important;
}

.blog-carousel-navigation button {
  width: 10px !important;
  height: 10px !important;
  border-radius: 50% !important;
  border: none !important;
  background: #d4d4d4 !important;
  cursor: pointer !important;
  padding: 0 !important;
  transition: all 0.3s ease !important;
}

.blog-carousel-navigation button.active {
  background: #003722 !important;
  width: 30px !important;
  border-radius: 5px !important;
}

/* Mobile adjustments */
@media screen and (max-width: 767px) {
  .section--section_blog_B4JkDc .o-layout__item {
    padding: 0 10px !important;
  }

  .section--section_blog_B4JkDc .blog {
    max-width: 100% !important;
  }
}

/* FIXED: Blog Carousel CSS - Using correct selectors */
.js-section__home-blog .home-blog {
  position: relative !important;
  overflow: hidden !important;
}

.js-section__home-blog .home-blog__items {
  overflow: hidden !important;
  position: relative !important;
}

/* Carousel container - target the actual class */
.js-section__home-blog .o-layout {
  display: flex !important;
  transition: transform 0.5s ease !important;
  will-change: transform !important;
}

/* Each slide takes full width */
.js-section__home-blog .o-layout__item {
  min-width: 100% !important;
  flex: 0 0 100% !important;
  padding: 0 15px !important;
}

/* Hide other grid columns on desktop */
.js-section__home-blog .o-layout__item.u-1\/2\@tab,
.js-section__home-blog .o-layout__item.u-1\/3\@desk {
  flex: 0 0 100% !important;
  max-width: 100% !important;
}

/* Blog card styling */
.js-section__home-blog .blog {
  background: transparent !important;
  max-width: 600px !important;
  margin: 0 auto !important;
}

.js-section__home-blog .blog__media-wrapper {
  position: relative !important;
  border-radius: 12px !important;
  overflow: hidden !important;
  margin-bottom: 20px !important;
}

/* Navigation dots */
.js-section__home-blog .blog-carousel-navigation {
  display: flex !important;
  justify-content: center !important;
  gap: 8px !important;
  margin-top: 30px !important;
  padding-bottom: 30px !important;
}

.js-section__home-blog .blog-carousel-navigation button {
  width: 10px !important;
  height: 10px !important;
  border-radius: 50% !important;
  border: none !important;
  background: #d4d4d4 !important;
  cursor: pointer !important;
  padding: 0 !important;
  transition: all 0.3s ease !important;
}

.js-section__home-blog .blog-carousel-navigation button.active {
  background: #003722 !important;
  width: 30px !important;
  border-radius: 5px !important;
}

/* FORCE BLOG CAROUSEL - HIGHEST PRIORITY */
#shopify-section-template--24530342936769__section_blog_B4JkDc
  .home-blog__items {
  overflow: hidden !important;
  width: 100% !important;
}

#shopify-section-template--24530342936769__section_blog_B4JkDc .o-layout {
  display: flex !important;
  flex-wrap: nowrap !important;
  transition: transform 0.5s ease !important;
  width: 100% !important;
}

/* Force each item to be 100% width */
#shopify-section-template--24530342936769__section_blog_B4JkDc .o-layout__item {
  flex: 0 0 100% !important;
  min-width: 100% !important;
  max-width: 100% !important;
  width: 100% !important;
}

/* Override grid classes */
#shopify-section-template--24530342936769__section_blog_B4JkDc .u-1\/2\@tab,
#shopify-section-template--24530342936769__section_blog_B4JkDc .u-1\/3\@desk {
  flex: 0 0 100% !important;
  min-width: 100% !important;
  max-width: 100% !important;
  width: 100% !important;
}

/* Ensure dots are visible */
#shopify-section-template--24530342936769__section_blog_B4JkDc
  .blog-carousel-navigation {
  display: flex !important;
  justify-content: center !important;
  gap: 8px !important;
  margin-top: 30px !important;
  padding-bottom: 30px !important;
  position: relative !important;
  z-index: 10 !important;
}

#shopify-section-template--24530342936769__section_blog_B4JkDc
  .blog-carousel-navigation
  button {
  width: 10px !important;
  height: 10px !important;
  border-radius: 50% !important;
  border: none !important;
  background: #d4d4d4 !important;
  cursor: pointer !important;
  padding: 0 !important;
  margin: 0 !important;
  transition: all 0.3s ease !important;
  display: block !important;
}

#shopify-section-template--24530342936769__section_blog_B4JkDc
  .blog-carousel-navigation
  button.active {
  background: #003722 !important;
  width: 30px !important;
  border-radius: 5px !important;
}

/* Debug - make sure container is visible */
#shopify-section-template--24530342936769__section_blog_B4JkDc .home-blog {
  position: relative !important;
  background: #f6f5f1 !important;
  padding-bottom: 20px !important;
}

/* Padding for home-logo-list section */
.home-logo-list.home-logo-list--carousel.home-logo-list--mob-grid.home-logo-list--4 {
  padding-top: 48px !important; /* Mobile first */
}

@media screen and (min-width: 768px) {
  .home-logo-list.home-logo-list--carousel.home-logo-list--mob-grid.home-logo-list--4 {
    padding-top: 40px !important; /* Desktop */
  }

  /* Remove all grid-related styles for home-logo-list - let carousel work normally */

  /* Blog carousel section styling for desktop */
  .blog-carousel-container,
  .home-blog {
    padding: 60px 0 !important;
  }

  /* Blog section header container */
  .home-blog .section__title,
  .blog-carousel-container .section__title {
    display: flex !important;
    justify-content: space-between !important;
    align-items: center !important;
    margin-bottom: 40px !important;
  }

  /* Blog section heading text */
  .home-blog .section__title-text,
  .blog-carousel-container .section__title-text {
    font-size: 48px !important;
    font-weight: 400 !important;
    margin: 0 !important;
  }

  /* Style the View All link - position it at top right */
  .home-blog .section__title-link,
  .blog-carousel-container .section__title-link,
  .home-blog a[href*='/blogs/'],
  .blog-carousel-container a[href*='/blogs/'] {
    color: #003722 !important;
    text-decoration: none !important;
    font-size: 16px !important;
    font-weight: 400 !important;
  }

  /* Force blog section to be horizontal list on desktop */
  .home-blog__items .o-layout,
  .blog-carousel-container .o-layout,
  .section--section_blog_B4JkDc .o-layout,
  #shopify-section-template--24530342936769__section_blog_B4JkDc .o-layout,
  .js-section__home-blog .o-layout,
  .js-section__home-blog .home-blog__items .o-layout,
  .shopify-section.js-section__home-blog .o-layout {
    display: flex !important;
    flex-direction: row !important;
    flex-wrap: nowrap !important;
    gap: 30px !important;
    overflow-x: auto !important;
    overflow-y: visible !important;
    scroll-snap-type: none !important;
    transform: none !important;
    transition: none !important;
    width: 100% !important;
    -webkit-overflow-scrolling: touch !important;
    scrollbar-width: none !important;
    -ms-overflow-style: none !important;
  }

  /* Hide scrollbar but keep functionality */
  .home-blog__items .o-layout::-webkit-scrollbar,
  .blog-carousel-container .o-layout::-webkit-scrollbar,
  .js-section__home-blog .o-layout::-webkit-scrollbar {
    display: none !important;
  }

  /* Style blog items for horizontal list */
  .home-blog__items .o-layout__item,
  .blog-carousel-container .o-layout__item,
  .section--section_blog_B4JkDc .o-layout__item,
  #shopify-section-template--24530342936769__section_blog_B4JkDc
    .o-layout__item,
  .js-section__home-blog .o-layout__item,
  .js-section__home-blog .o-layout__item.u-1\/2\@tab,
  .js-section__home-blog .o-layout__item.u-1\/3\@desk {
    flex: 0 0 calc(33.333% - 20px) !important;
    width: calc(33.333% - 20px) !important;
    min-width: 300px !important;
    max-width: 400px !important;
    scroll-snap-align: unset !important;
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
  }

  /* Override any specific carousel classes */
  .home-blog__items,
  .blog-carousel-container .home-blog__items {
    overflow: visible !important;
  }

  /* Hide all carousel navigation on desktop */
  .blog-carousel-navigation,
  .blog-carousel-container .blog-carousel-navigation,
  .js-section__home-blog .blog-carousel-navigation,
  #shopify-section-template--24530342936769__section_blog_B4JkDc
    .blog-carousel-navigation {
    display: none !important;
  }

  /* Override flex display for horizontal list */
  .home-blog .o-layout,
  [class*='section_blog'] .o-layout {
    display: flex !important;
    flex-direction: row !important;
  }

  /* Ensure all blog items are visible */
  .home-blog .o-layout > *:nth-child(n) {
    display: block !important;
  }

  /* OVERRIDE BLOG CAROUSEL ON DESKTOP - FORCE STATIC GRID */
  #shopify-section-template--24530342936769__section_blog_B4JkDc
    .blog-carousel-container {
    max-width: 2320px !important;
    padding-inline: 30px !important;
  }

  #shopify-section-template--24530342936769__section_blog_B4JkDc
    .blog-carousel-track {
    display: grid !important;
    grid-template-columns: repeat(3, 1fr) !important;
    gap: 30px !important;
    transform: none !important;
    transition: none !important;
    width: 100% !important;
  }

  #shopify-section-template--24530342936769__section_blog_B4JkDc
    .blog-carousel-slide {
    min-width: unset !important;
    width: 100% !important;
    padding: 0 !important;
  }

  #shopify-section-template--24530342936769__section_blog_B4JkDc .blog-card {
    max-width: 100% !important;
    height: auto !important;
  }

  #shopify-section-template--24530342936769__section_blog_B4JkDc
    .blog-carousel-dots,
  .blog-carousel-container .blog-carousel-dots,
  [data-carousel-dots] {
    display: none !important;
    visibility: hidden !important;
    opacity: 0 !important;
    height: 0 !important;
    overflow: hidden !important;
  }

  /* HIGHEST PRIORITY - Force blog section to be horizontal list */
  body .home-blog .o-layout,
  body [id*='section_blog'] .o-layout,
  body .shopify-section .home-blog__items .o-layout {
    display: flex !important;
    flex-direction: row !important;
    gap: 30px !important;
    transform: translateX(0) !important;
    width: 100% !important;
    align-items: stretch !important;
  }

  /* Reset all items to show */
  body .home-blog .o-layout > *,
  body [id*='section_blog'] .o-layout > * {
    display: block !important;
    opacity: 1 !important;
    visibility: visible !important;
    position: relative !important;
    transform: none !important;
  }

  /* Override any inline styles that might be added by JavaScript */
  body .home-blog .o-layout[style],
  body [id*='section_blog'] .o-layout[style] {
    display: flex !important;
    flex-direction: row !important;
  }

  /* Force show all blog items in the grid */
  .home-blog__items .o-layout__item,
  .home-blog .o-layout__item,
  [id*='section_blog'] .o-layout__item {
    display: block !important;
    opacity: 1 !important;
    visibility: visible !important;
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    flex: unset !important;
    position: relative !important;
    left: 0 !important;
    transform: none !important;
  }

  /* Remove any overflow hidden that might hide items */
  .home-blog__items,
  .home-blog,
  [id*='section_blog'] {
    overflow: visible !important;
  }

  /* Style blog cards for horizontal list */
  .home-blog .blog,
  .blog-carousel-container .blog,
  [id*='section_blog'] .blog {
    height: 100% !important;
    display: flex !important;
    flex-direction: column !important;
    background: white !important;
    border-radius: 8px !important;
    overflow: hidden !important;
  }

  .home-blog .blog__media-wrapper,
  .blog-carousel-container .blog__media-wrapper,
  [id*='section_blog'] .blog__media-wrapper {
    aspect-ratio: 16/10 !important;
    overflow: hidden !important;
    margin-bottom: 20px !important;
    flex-shrink: 0 !important;
  }

  .home-blog .blog__media img,
  .blog-carousel-container .blog__media img,
  [id*='section_blog'] .blog__media img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    display: block !important;
  }

  .home-blog .blog__content,
  .blog-carousel-container .blog__content,
  [id*='section_blog'] .blog__content {
    padding: 0 20px 20px !important;
    flex-grow: 1 !important;
    display: flex !important;
    flex-direction: column !important;
  }

  .home-blog .blog__title,
  .blog-carousel-container .blog__title,
  [id*='section_blog'] .blog__title {
    font-size: 18px !important;
    line-height: 1.4 !important;
    margin-bottom: 12px !important;
    font-weight: 500 !important;
    color: #003722 !important;
  }

  .home-blog .blog__link,
  .blog-carousel-container .blog__link,
  [id*='section_blog'] .blog__link {
    color: #003722 !important;
    text-decoration: underline !important;
    font-size: 14px !important;
    margin-top: auto !important;
  }

  /* Rich text section padding on desktop */
  #shopify-section-template--24530342936769__section_rich_text_7rizdw {
    padding-top: 40px !important;
  }
}

/* Rich text section padding - mobile first */
#shopify-section-template--24530342936769__section_rich_text_7rizdw {
  padding-top: 48px !important;
}

/* Home logo list - 2 column grid on mobile */
@media screen and (max-width: 767px) {
  .home-logo-list__items,
  .home-logo-list__items.js-home-logo-list,
  .home-logo-list--mob-grid .home-logo-list__items,
  .home-logo-list--mob-grid .home-logo-list-carousel {
    /* display: grid !important; */
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 15px !important;
  }
/* Variant Gallery - Thumbnail Styling */
.thumbnail-list__item {
  transition: opacity 0.2s ease;
}

.thumbnail {
  border: 2px solid transparent !important;
  border-radius: 8px;
  overflow: hidden;
  transition: border-color 0.3s ease;
  padding: 4px;
  background: #fff;
}


.thumbnail.slick-current,
.thumbnail[aria-current="true"] {
  border-color: #000 !important;
}

.media-gallery__thumb-image {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 4px;
}


/* === Figma cart design system overrides (node 399:7779) === */
.cart-draw__title,
.cart--page .section__title {
  font-family: var(--font--body);
  font-weight: 600;
  color: #003722;
  letter-spacing: 0;
}
.cart-draw__quantity-info,
.cart-draw__quantity-info * {
  color: #003722;
}

.cart__total {
  font-family: var(--font--body);
  font-weight: 600;
  font-size: 18px;
  line-height: 1.4;
  color: #003722;
  align-items: baseline;
}
.cart__total cart-total {
  font-weight: 600;
}
.cart__message,
.cart-terms__label {
  font-family: var(--font--body);
  color: #003722;
  opacity: 0.75;
}

.cart__announcement {
  background: #f3ffe8;
  color: #003722;
  border-radius: 12px;
  padding: 10px 14px;
  font-family: var(--font--body);
  font-weight: 500;
  font-size: 14px;
  line-height: 1.4;
}
.cart__announcement,
.cart__announcement > a,
.cart__announcement-text {
  color: #003722;
}
.cart__announcement-icon:not(.cart__announcement-icon--custom) svg > *,
.cart__announcement-icon:not(.cart__announcement-icon--custom) svg g > * {
  stroke: #003722;
}

.cart__checkout,
.c-btn.cart__checkout,
.c-btn--primary.cart__checkout {
  background: #003722 !important;
  color: #fff !important;
  border: 1px solid #003722 !important;
  border-radius: 99px !important;
  padding: 14px 18px !important;
  font-family: var(--font--body);
  font-weight: 700;
  font-size: 16px;
  line-height: 1.25;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  width: 100

/* === Figma cart design system overrides (node 399:7779) === */
.cart-draw__title,
.cart--page .section__title {
  font-family: var(--font--body);
  font-weight: 600;
  color: #003722;
  letter-spacing: 0;
}
.cart-draw__quantity-info,
.cart-draw__quantity-info * {
  color: #003722;
}

.cart__total {
  font-family: var(--font--body);
  font-weight: 600;
  font-size: 18px;
  line-height: 1.4;
  color: #003722;
  align-items: baseline;
}
.cart__total cart-total {
  font-weight: 600;
}
.cart__message,
.cart-terms__label {
  font-family: var(--font--body);
  color: #003722;
  opacity: 0.75;
}

.cart__announcement {
  background: #f3ffe8;
  color: #003722;
  border-radius: 12px;
  padding: 10px 14px;
  font-family: var(--font--body);
  font-weight: 500;
  font-size: 14px;
  line-height: 1.4;
}
.cart__announcement,
.cart__announcement > a,
.cart__announcement-text {
  color: #003722;
}
.cart__announcement-icon:not(.cart__announcement-icon--custom) svg > *,
.cart__announcement-icon:not(.cart__announcement-icon--custom) svg g > * {
  stroke: #003722;
}

.cart__checkout,
.c-btn.cart__checkout,
.c-btn--primary.cart__checkout {
  background: #003722 !important;
  color: #fff !important;
  border: 1px solid #003722 !important;
  border-radius: 99px !important;
  padding: 14px 18px !important;
  font-family: var(--font--body);
  font-weight: 700;
  font-size: 16px;
  line-height: 1.25;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  width: 100%;
  gap: 8px;
  transition: opacity 0.15s ease;
}
.cart__checkout:hover,
.cart__checkout:focus-visible {
  opacity: 0.92;
}
.cart__checkout .icon-selection {
  width: 18px;
  height: 18px;
  margin: 0;
  color: #fff;
}
.cart__checkout cart-total {
  font-weight: 700;
  font-size: 16px;
}

.cart__view,
.cart__button-update {
  border-radius: 99px !important;
  font-family: var(--font--body);
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  border-color: #003722 !important;
  color: #003722 !important;
}

.cart--page .cart__continue,
.cart-empty .c-btn,
.cart-empty__continue {
  font-family: var(--font--body);
  font-weight: 500;
  color: #003722 !important;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.cart--page .cart__controls {
  /* border: 1px solid #d1d5db; */
  border-radius: 12px;
  padding: 16px;
}
.cart--page .cart__aside {
  gap: 16px;
}
.cart--page .cart__aside > * {
  font-family: var(--font--body);
  color: #003722;
}

.cart-empty__title {
  font-family: var(--font--body);
  font-weight: 600;
  color: #003722;
}

.free-shipping-bar {
  font-family: var(--font--body);
  color: #003722;
}
.free-shipping-bar__progress,
.free-shipping-bar__progress-bar {
  border-radius: 99px;
}
.free-shipping-bar__progress-bar {
  background: #003722;
}
/* === end Figma cart design system overrides === */


/* === Cart Details breakdown === */
.cart-breakdown {
  font-family: var(--font--body);
  color: #003722;
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding: 16px 0;
}
.cart-breakdown__title {
  font-family: var(--font--body);
  font-weight: 600;
  font-size: 22px;
  line-height: 1.25;
  color: #003722;
  margin: 0;
}
.cart-breakdown__list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.cart-breakdown__row {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.4;
}
.cart-breakdown__divider {
  border: 0;
  border-top: 1px dashed #d1d5db;
  margin: 0;
}
.cart-breakdown__subtotal-row {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  font-weight: 600;
  font-size: 18px;
  line-height: 1.4;
  margin-bottom: 4px;
}
.cart-breakdown__caption {
  font-weight: 400;
  font-size: 14px;
  line-height: 1.4;
  margin: 0;
  color: #003722;
  opacity: 0.75;
}

/* === Cart coupon input === */
.cart-coupon {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 16px 0;
}
.cart-coupon__title {
  font-family: var(--font--body);
  font-weight: 600;
  font-size: 22px;
  line-height: 1.25;
  color: #003722;
  margin: 0;
}
.cart-coupon__form {
  display: flex;
  align-items: stretch;
  gap: 0;
  border: 1px solid #d1d5db;
  border-radius: 12px;
  padding: 4px 4px 4px 16px;
  background: #fff;
  transition: border-color 0.15s ease;
}
.cart-coupon__form:focus-within {
  border-color: #003722;
}
.cart-coupon__input {
  flex: 1 1 auto;
  border: 0 !important;
  background: transparent;
  font-family: var(--font--body);
  font-weight: 500;
  font-size: 16px;
  line-height: 1.4;
  color: #003722;
  padding: 12px 0;
  margin: 0;
  min-height: auto;
  height: auto;
  box-shadow: none !important;
  outline: 0;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}
.cart-coupon__input::placeholder {
  color: #003722;
  opacity: 0.45;
  text-transform: none;
  letter-spacing: 0;
  font-weight: 500;
}
.cart-coupon__input:focus {
  outline: 0;
  box-shadow: none !important;
}
.cart-coupon__apply {
  flex: 0 0 auto;
  background: transparent;
  border: 0;
  font-family: var(--font--body);
  font-weight: 700;
  font-size: 16px;
  line-height: 1;
  letter-spacing: 0.06em;
  color: #003722;
  padding: 0 16px;
  cursor: pointer;
  text-transform: uppercase;
}
.cart-coupon__apply:hover,
.cart-coupon__apply:focus-visible {
  text-decoration: underline;
  text-underline-offset: 3px;
}

/* === Cart trust badges === */
.cart-trust {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
  padding: 24px 0;
  background: #f6f5f1;
  margin: 16px -16px;
  padding-left: 16px;
  padding-right: 16px;
}
.cart-trust__item {
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: center !important;
  color: #003722;
}
.cart-trust__icon {
  width: 40px;
  height: 40px;
  object-fit: contain;
}
.cart-trust__text {
  display: flex;
  flex-direction: column;
}
.cart-trust__title {
  font-family: var(--font--body);
  font-weight: 500;
  font-size: 16px;
  line-height: 1.25;
  margin: 0;
  color: #003722;
  text-align: center !important;
}
.cart-trust__sub {
  font-family: var(--font--body);
  font-weight: 400;
  font-size: 14px;
  line-height: 1.25;
  margin: 0;
  color: #003722;
}

/* === Cart secure payments === */
.cart-secure-payments {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  padding: 24px 0;
  display: none;
}
.cart-secure-payments__label {
  font-family: var(--font--body);
  font-weight: 400;
  font-size: 16px;
  line-height: 1.25;
  color: #003722;
  margin: 0;
}
.cart-secure-payments__icons {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  gap: 12px;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
.cart-secure-payments__item {
  display: inline-flex;
}
.cart-secure-payments__icon {
  width: 38px;
  height: 24px;
  display: block;
}

/* Sticky checkout footer for the cart drawer (NOT the cart page) */
.cart--draw .cart__controls {
  position: sticky;
  bottom: 0;
  background: var(--color--bg, #fff);
  z-index: 2;
  padding-top: 12px;
  margin-top: auto;
  box-shadow: 0 -2px 4px rgba(0, 0, 0, 0.06);
}
/* Cart page: only the checkout block (cart-details inside sticky-scroll) sticks.
   Everything else scrolls naturally. */
.cart--page .cart__aside--scroll,
.cart--page .cart__aside--recommendations {
  position: static !important;
  top: auto !important;
  bottom: auto !important;
}
/* === end cart-page additional sections === */


/* === Cart additions: hard overrides to defeat theme global ul/input/grid rules === */
.cart-breakdown__list,
.cart-secure-payments__icons {
  list-style: none !important;
  padding-left: 0 !important;
  margin: 0 !important;
}
.cart-breakdown__list > li,
.cart-secure-payments__icons > li {
  list-style: none !important;
  padding-left: 0 !important;
  margin: 0 !important;
}
.cart-breakdown__list > li::before,
.cart-secure-payments__icons > li::before {
  content: none !important;
  display: none !important;
}

.cart-breakdown__list {
  display: flex !important;
  flex-direction: column !important;
  gap: 12px !important;
}
.cart-breakdown__row {
  display: flex !important;
  flex-direction: row !important;
  justify-content: space-between !important;
  align-items: baseline !important;
  width: 100% !important;
}

.cart-coupon__form {
  display: flex !important;
  flex-direction: row !important;
  flex-wrap: nowrap !important;
  align-items: stretch !important;
  width: 100% !important;
}
.cart-coupon__form .cart-coupon__input,
.cart-coupon__form input[type='text'].cart-coupon__input {
  display: block !important;
  flex: 1 1 auto !important;
  width: auto !important;
  min-width: 0 !important;
  max-width: 100% !important;
  height: auto !important;
  min-height: 0 !important;
  margin: 0 !important;
  padding: 12px 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  font-family: var(--font--body);
  font-weight: 500;
  font-size: 16px;
  line-height: 1.4;
  color: #003722;
  outline: 0 !important;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}
.cart-coupon__form .cart-coupon__input::placeholder {
  color: #003722;
  opacity: 0.45;
  text-transform: none;
  letter-spacing: 0;
}
.cart-coupon__form .cart-coupon__apply {
  flex: 0 0 auto !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: auto !important;
  height: auto !important;
  padding: 0 16px !important;
  margin: 0 !important;
  background: transparent !important;
  border: 0 !important;
  color: #003722 !important;
  font-family: var(--font--body);
  font-weight: 700;
  font-size: 16px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  cursor: pointer;
  text-decoration: none;
}

.cart-trust {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: 12px !important;
  margin: 16px 0 !important;
  padding: 24px 16px !important;
  background: #f6f5f1 !important;
  border-radius: 12px;
}
.cart-trust__item {
  display: flex !important;
  flex-direction: column !important;
  gap: 10px !important;
  align-items: center !important;
  min-width: 0;
}
.cart-trust__icon {
  width: 40px !important;
  height: 40px !important;
  display: block !important;
}
.cart-trust__text {
  display: flex !important;
  flex-direction: column !important;
  gap: 0 !important;
  min-width: 0;
}
.cart-trust__title,
.cart-trust__sub {
  margin: 0 !important;
  width: auto !important;
}

.cart-secure-payments {
  display: none !important;
  flex-direction: column !important;
  align-items: center !important;
  gap: 8px !important;
  padding: 24px 0 !important;
}
.cart-secure-payments__icons {
  display: flex !important;
  flex-direction: row !important;
  flex-wrap: wrap !important;
  gap: 12px !important;
  align-items: center !important;
  justify-content: center !important;
}
.cart-secure-payments__icons > li {
  display: inline-flex !important;
  width: auto !important;
}
.cart-secure-payments__icon {
  width: 38px !important;
  height: 24px !important;
  display: block !important;
}

/* Sit additions on top of cart-contents — keep them in flow, never absolute */
.cart-breakdown,
.cart-coupon,
.cart-trust,
.cart-secure-payments {
  position: static !important;
  width: 100% !important;
}

/* Drawer-specific: cap items list height so additions stay visible below */
.cart--draw .cart__items {
  max-height: none;
}
/* === end cart additions hard overrides === */


/* Pill-rounded inputs on customer auth pages (login / register / forgot password / activate / reset) */
form#customer_login input,
form#customer_login textarea,
form#customer_login select,
form#create_customer input,
form#create_customer textarea,
form#create_customer select,
form#recover_customer_password input,
form#recover_customer_password textarea,
form#recover_customer_password select,
form#reset_customer_password input,
form#reset_customer_password textarea,
form#reset_customer_password select,
form#activate_customer_password input,
form#activate_customer_password textarea,
form#activate_customer_password select,
.account input[type='text'],
.account input[type='email'],
.account input[type='password'],
.account input[type='tel'],
.account input[type='number'],
.account input[type='search'],
.account input:not([type]),
.account textarea,
.account select,
.section--account input[type='text'],
.section--account input[type='email'],
.section--account input[type='password'],
.section--account input[type='tel'],
.section--account input[type='number'],
.section--account input[type='search'],
.section--account input:not([type]),
.section--account textarea,
.section--account select {
  border-radius: 999px !important;
  -webkit-border-radius: 999px !important;
  -moz-border-radius: 999px !important;
}
form#customer_login input[type='submit'],
form#create_customer input[type='submit'],
form#recover_customer_password input[type='submit'],
form#reset_customer_password input[type='submit'],
form#activate_customer_password input[type='submit'] {
  border-radius: 999px !important;
}
/* end pill inputs */
