/** Shopify CDN: Minification failed

Line 769:0 Expected "}" to go with "{"

**/
:root {
  --color-primary: var(--color-primary-moderate, #5062ad);
  --color-secondary: var(--color-secondary-moderate, #f37423);
  --color-text: var(--color-medium-text, #27272a);
  --color-strong: var(--color-moderate, #52525b);
  --color-medium: var(--color-medium, #E4E4E7);
  --color-weak: var(--color-base, #e4e4e7);
  --color-bg-base: #f4f4f5;
  --color-border-weak: var(--color-medium, #e4e4e7);
  --color-light: var(--color-weak, #ffffff);
  --color-danger: #b50101;

  --font-primary: "Utendo-Semibold", "sans-serif";
  --font-secondary: "Utendo-Light", "sans-serif";
}

.boost-sd__filter-product-list.boost-sd__filter-product-list--ready {
  font-family: var(--font-primary);
}

.boost-sd__toolbar-content {
  display: flex;
  padding: 5px 8px;
  justify-content: space-between;
  align-items: baseline;
  align-self: stretch;
  border-radius: 16px;
  border: 1px solid var(--color-border-weak, #e4e4e7);
  background: var(--color-bg-base, #f4f4f5);
}

.boost-sd__toolbar-inner {
  max-width: 1440px;
  margin: 0 auto;
  padding-inline: 16px;
  width: 100%;
}

.boost-sd__sorting {
  display: flex;
  padding: 8px 12px 6px 12px;
  justify-content: space-between;
  align-items: center;
  flex: 1 0 0;
  border-radius: var(--button-radii, 8px);
  border: 1px solid var(--color-border-weak, #e4e4e7);
  background: #fafafa;
}

.boost-sd__toolbar-item--product-count .boost-sd__product-count {
  color: var(--text-strong, #27272a);
  font-size: var(--type-paragraph-sm-size, 14px);
  font-style: normal;
  font-weight: var(--type-paragraph-weight-regular, 700);
  line-height: 150%;
  font-family: var(--font-primary);
}

.boost-sd__sorting-label {
  font-family: var(--font-secondary);
}

.boost-sd__product-list {
  gap: 24px;
  display: grid;
  padding: 0 16px 24px;
}

.boost-sd__product-list-grid--5-col {
  grid-template-columns: repeat(5, minmax(0, 1fr));
}

.boost-sd__product-list-grid--4-col {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.boost-sd__product-list-grid--2-col {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.boost-sd__product-list--margin .boost-sd__product-item {
  width: 100%;
}

.boost-sd__product-list-grid--5-col.boost-sd__product-list--margin .boost-sd__product-item {
  margin: 0;
  /* width: calc(20% - 24px); */
  width: 100%;
  background-color: transparent;
}

.boost-sd__product-list-grid--4-col.boost-sd__product-list--margin .boost-sd__product-item {
  margin: 0;
  /* width: calc(20% - 24px); */
  width: 100%;
  background-color: transparent;
}

.boost-sd__product-list-grid--2-col.boost-sd__product-list--margin .boost-sd__product-item {
  margin: 0;
  /* width: calc(50% - 24px); */
  width: 100%;
  background-color: transparent;
}

.boost-sd__product-image-column .boost-sd__product-label.boost-sd__product-label--text {
  padding: 4px 8px;
  font-size: 12px !important;
  line-height: 18px;
  border-radius: 8px;
}

.boost-sd__product-label.boost-sd__product-label--text.boost-sd__product-label--sale {
  background: var(--color-weak);
  color: var(--color-secondary);
}

.boost-sd__product-label.boost-sd__product-label--text.boost-sd__product-label--soldout {
  background: var(--color-weak);
  color: var(--color-danger);
}

.boost-sd__product-item-grid-view-layout-image {
  width: 100%;
  aspect-ratio: 1/1;
  overflow: hidden;
  border-radius: 8px;
  border-radius: 8px;
  background: var(--color-light, #ffffff);
  box-shadow: 0px 1px 1px -0.5px var(--shadow-base, rgba(58, 67, 110, 0.05)),
    0px 2px 2px -1px var(--shadow-base, rgba(58, 67, 110, 0.05)),
    0px 4px 4px -2px var(--shadow-base, rgba(58, 67, 110, 0.05)),
    0px 8px 8px -6px var(--shadow-base, rgba(58, 67, 110, 0.05)),
    0px 0px 0px 1px var(--shadow-base, rgba(58, 67, 110, 0.05));
}

.boost-sd__product-link.boost-sd__product-link-image,
.boost-sd__product-link.boost-sd__product-link-image>div {
  width: 100%;
  height: 100%;
}

.boost-sd__product-image-wrapper {
  width: 100%;
  height: 100%;
}

.boost-sd__product-title {
  color: var(--color-text);
  font-family: var(--font-primary);
  font-size: var(--type-paragraph-default-size, 16px);
  font-style: normal;
  font-weight: var(--type-paragraph-weight-regular, 700);
  line-height: 150%;
  -webkit-line-clamp: 2 !important;
  line-clamp: 2 !important;
  min-height: unset !important;
}

.boost-sd__product-vendor {
  color: var(--color-medium-text);
  font-family: var(--font-secondary);
  font-size: var(--type-paragraph-sm-size, 14px);
  font-style: normal;
  font-weight: var(--type-paragraph-weight-regular, 300);
  line-height: 150%;
}

.boost-sd__format-currency {
  color: var(--color-primary, #5062ad);
  font-family: var(--font-primary);
  font-size: var(--type-paragraph-default-size, 16px);
  font-style: normal;
  font-weight: var(--type-paragraph-weight-regular, 700);
  line-height: 150%;
}

.boost-sd__format-currency.boost-sd__product-price--compare {
  color: var(--color-medium-text);
}

.boost-sd__button--show-on-hover,
.boost-sd__button--show-on-hover[disabled] {
  opacity: 1;
}

.boost-sd__product-info .boost-sd__button {
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  border-radius: 8px;
  background: var(--color-secondary, #f37423);
  width: 100%;
  height: 43px;
}

.boost-sd__product-info .boost-sd__button.sold-out {
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  border-radius: 8px;
  background: var(--color-medium, #E4E4E7);
  width: 100%;
  height: 43px;
}

.boost-sd__product-item.boost-sd__product-item-grid-view-layout {
  gap: 28px;
}

.boost-sd__product-item .boost-sd__cta-button-text {
  color: var(--color-weak, #fafafa);
}

.boost-sd__product-item .sold-out .boost-sd__cta-button-text {
  color: var(--color-strong, #52525B);
}

.boost-sd__product-item .boost-sd__format-currency {
  color: var(--color-primary, #5062AD);
  font-size: var(--type-paragraph-default-size, 16px);
  font-style: normal;
  font-weight: var(--type-paragraph-weight-regular, 700);
  line-height: 150%;
}

.boost-sd__product-item .boost-sd__format-currency.boost-sd__product-price--compare {
  color: var(--color-strong, #52525B);
}

.boost-sd__product-item .boost-sd__format-exvat {
  font-family: var(--font-secondary);
  color: var(--text-weak, #52525B);
  font-size: var(--type-paragraph-xsm-size, 12px);
  font-style: normal;
  font-weight: var(--type-paragraph-weight-regular, 300);
  line-height: 150%;
}

.boost-sd__product-image-column--in-bottom .boost-sd__button--show-on-hover,
.boost-sd__product-image-column--in-bottom .boost-sd__button--show-on-hover[disabled] {
  /* display: none; */
}

.boost-sd__product-info .boost-sd__product-swatch {
  display: inline-flex;
  align-items: center;
}

@media screen and (min-width: 990px) {
  .boost-sd__toolbar-inner {
    padding-inline: 80px;
  }
}

/* Fliter Vertical */
.boost-sd-layout--has-filter-vertical.boost-sd-layout--has-vertical-style-default {
  gap: 24px;
  margin-top: 24px;
  max-width: 1250px;
}

.boost-sd__filter-option {
  border: none;
  padding-top: 0;
  padding-bottom: 8px;
}

.boost-sd-layout .boost-sd-left .boost-sd__filter-tree-vertical {
  border-radius: 16px;
  padding: 8px;
  border: 1px solid var(--color-border-weak, #e4e4e7);
  background: var(--color-weak, #f4f4f5);
  width: 194px;
}

.boost-sd__filter-tree-vertical-content {
  padding: 0;
}

.boost-sd__filter-option-label .boost-sd__filter-option-title {
  font-family: var(--font-secondary);
  width: 100%;
  padding: 8px 12px 6px 12px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.boost-sd__filter-option-label .boost-sd__filter-option-title::after {
  display: flex;
  justify-content: center;
  align-items: center;
  content: "+";
  font-size: var(--type-paragraph-sm-size, 24px);
  font-style: normal;
  font-weight: var(--type-paragraph-weight-regular, 400);
  line-height: 0.5;
  transform: rotateZ(45deg);
  transition: transform 0.3s ease-in-out;
  transform-origin: center;
  width: 15px;
  height: 15px;
}

.boost-sd__filter-option-label #pf_p_price-toggle.boost-sd__filter-option-title::after {
  margin-left: auto;
}

.boost-sd__filter-option-label.boost-sd__filter-option-label--collapsed .boost-sd__filter-option-title::after {
  transform: rotateZ(0deg);
}

.boost-sd__filter-option-label .boost-sd__filter-option-title::before {
  display: none;
}

.boost-sd__filter-option-label {
  display: flex;
  justify-content: space-between;
  background-color: #fef7ee;
  align-items: center;
  flex: 1 0 0;
  border-radius: var(--button-radii, 8px);
  border: 2px solid var(--color-secondary, #f37423);
  transition: all 0.3s ease-in-out;
  margin-bottom: 8px;
  overflow: hidden;
}

.boost-sd__filter-option:last-of-type .boost-sd__filter-option-label {
  border: 2px solid var(--color-secondary, #f37423);
}

.boost-sd__filter-option:last-of-type .boost-sd__filter-option-label.boost-sd__filter-option-label--collapsed {
  border: 1px solid var(--color-border-weak, #e4e4e7);
}

.boost-sd__filter-option-label.boost-sd__filter-option-label--collapsed {
  background-color: #fafafa;
  border: 1px solid var(--color-border-weak, #e4e4e7);
  transition: all 0.3s ease-in-out;
  margin-bottom: 0;
}

.boost-sd__filter-option-label.boost-sd__filter-option-label--collapsed:hover,
.boost-sd__filter-option.boost-sd__filter-option-range-slider .boost-sd__filter-option-label.boost-sd__filter-option-label--collapsed:hover {
  background-color: #fafafa;
  border: 1px solid var(--color-secondary, #f37423);
}

.boost-sd__filter-option-content-inner--scrollbar {
  width: 100%;
  padding: 0;
}

.boost-sd__filter-option-title {
  color: var(--text-strong, #27272a);
  font-size: var(--type-paragraph-sm-size, 14px);
  font-style: normal;
  font-weight: var(--type-paragraph-weight-regular, 300);
  line-height: 150%;
}

.boost-sd__filter-option-itemwrapper {
  display: flex;
  padding: 0px;
  align-items: flex-start;
  align-self: stretch;
  border-radius: 8px;
  border: 1px solid var(--border-brand-secondary-strong, #f37423);
  background: var(--color-weak, #fafafa);
  box-shadow: 0px 1px 1px -0.5px var(--shadow-base, rgba(58, 67, 110, 0.05)),
    0px 2px 2px -1px var(--shadow-base, rgba(58, 67, 110, 0.05)),
    0px 3px 3px -1.5px var(--shadow-base, rgba(58, 67, 110, 0.05)),
    0px 5px 5px -2.5px var(--shadow-base, rgba(58, 67, 110, 0.05)),
    0px 10px 10px -5px var(--shadow-base, rgba(58, 67, 110, 0.05)),
    0px 24px 24px -8px var(--shadow-base, rgba(58, 67, 110, 0.05));
  opacity: 1;
  transition: opacity 0.3s ease-in-out;
  position: relative;
}

.boost-sd__filter-option-itemwrapper.boost-sd__filter-option-itemwrapper--collapsed {
  opacity: 0;
  position: absolute;
}

#pf_p_price-toggle-target.boost-sd__filter-option-itemwrapper {
  flex-direction: column;
}

.boost-sd__filter-option-item:last-child {
  margin-bottom: 0;
}

.boost-sd__filter-option-item-button--with-checkbox {
  display: flex;
  align-items: start;
  justify-content: start;
  gap: 8px;
  padding: 4px 12px 4px 4px;
  border-bottom: 1px solid var(--color-border-weak, #e4e4e7);
}

.boost-sd__filter-option-item-button--with-checkbox.boost-sd__filter-option-item-button--selected::before {
  border: 2px solid var(--color-secondary, #f37423);
}

.boost-sd__filter-option-item-button--with-checkbox.boost-sd__filter-option-item-button--selected::after {
  top: 10px;
  left: 10px;
  border-color: var(--color-secondary, #f37423);
}

.boost-sd__filter-option-item-button--with-checkbox.boost-sd__filter-option-item-button--selected .boost-sd__filter-option-item-label {
  color: var(--color-secondary, #f37423);
  font-family: var(--font-primary);
  font-weight: 700;
}

.boost-sd__filter-option-item-button--with-checkbox:before {
  position: static;
  width: 21px;
  height: 21px;
  border-radius: 4px;
  border: 1px solid var(--color-border-weak, #e4e4e7);
  background: var(--color-weak, #fafafa);
}

.boost-sd__filter-option-item {
  margin: 0;
}

.boost-sd__filter-option-item-label {
  color: var(--text-strong, #52525b);
  font-size: var(--type-paragraph-xsm-size, 12px);
  font-style: normal;
  font-weight: var(--type-paragraph-weight-regular, 700);
  line-height: 150%;
  font-family: var(--font-secondary);
  margin-top: 4px;
  transition: all 0.3s;
}

.boost-sd__filter-option-item-label:hover {
  color: var(--color-secondary, #f37423);
}

.boost-sd__filter-option-item-amount {
  display: none;
}

.boost-sd__sorting-value {
  display: flex;
  gap: 18px;
  margin-right: 0;
}

.boost-sd__filter-option-range-slider-slider {
  width: calc(100% - 30px);
}

/* .noUi-value-horizontal {
  transform: translate(0, 50%);
}

.boost-sd__filter-option-range-slider--style-1 .noUi-pips-horizontal>.noUi-value:last-child {
  transform: translate(0, 50%);
} */

.boost-sd__filter-option-range-slider--style-1 .noUi-connect {
  border: 1px solid var(--color-secondary, #f37423);
  background: var(--color-secondary, #f37423);
}

.boost-sd__button--clear {
  display: none;
}

.boost-sd__counter.boost-sd__counter--filter-tree {
  color: var(--color-strong, #52525B);
  font-size: var(--type-paragraph-xsm-size, 12px);
  font-style: normal;
  font-weight: var(--type-paragraph-weight-regular, 700);
  line-height: 1;
  font-family: var(--font-primary);
  margin-left: auto;
}

#pf_p_price-toggle .boost-sd__counter.boost-sd__counter--filter-tree {
  display: none;
}

.boost-sd__sorting-button::after {
  display: none;
}

.boost-sd__toolbar-top-mobile .boost-sd__filter-tree-toggle-button-text {
  color: var(--color-secondary, #f37423);
  font-family: var(--font-primary);
  font-size: var(--type-paragraph-default-size, 14px);
  font-style: normal;
  font-weight: var(--type-paragraph-weight-regular, 700);
  line-height: 150%;
}

.boost-sd__toolbar-top-mobile .boost-sd__filter-tree-toggle-button-icon svg path {
  fill: transparent;
}

.boost-sd__toolbar-top-mobile .boost-sd__toolbar-item--product-count .boost-sd__product-count {
  text-align: center;
}

.boost-sd__filter-tree-vertical-mobile-toolbar {
  padding: 12px 13.5px;
  border-radius: 8px;
  border: 2px solid var(--color-border-weak, #E4E4E7);
  background: var(--color-weak, #F4F4F5);
  margin-bottom: 13.5px;
  grid-template-columns: 1fr 1fr 1fr;
  align-items: center;
}

.boost-sd__filter-tree-vertical--right {
  right: auto;
}

.boost-sd__filter-tree-vertical-close-filter--right {
  left: auto;
  right: 16px;
  top: 20px;
  position: static;
}

.boost-sd__product-size-label {
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 4px;
  background-color: var(--color-moderate);
  color: var(--color-weak, #FAFAFA);
  font-size: var(--type-paragraph-xsm-size, 10px);
  font-style: normal;
  font-weight: var(--type-paragraph-weight-regular, 700);
  line-height: 150%;
  text-align: center;
}

.boost-sd__toolbar-item--product-count-mobile {
  display: none;
}

@media screen and (max-width: 991px) {
  .mobile-menu-container {
    z-index: 999;
  }

  .boost-sd__filter-tree-vertical--right {
    height: 100vh;
  }

  .boost-sd__toolbar-top-mobile {
    gap: 8px;
    padding: 8px 10px;
    border-radius: 16px;
    border: 2px solid var(--color-border-weak, #E4E4E7);
    background: var(--color-bg-base, #f4f4f5);
  }

  .boost-sd__toolbar-top-mobile .boost-sd__sorting {
    padding: 8px 12px 6px 12px;
    flex: 1 0 0;
    border: 2px solid var(--color-border-weak, #E4E4E7);
  }

  .boost-sd__toolbar-item {
    width: 100%;
    flex-basis: 100%;
  }

  .boost-sd__toolbar-container {
    position: sticky;
    top: 8px;
    z-index: 99;
  }

  .boost-sd__toolbar-item.boost-sd__toolbar-item--sorting  {
    padding-bottom: 0px;
  }

  .boost-sd__toolbar-item--product-count .boost-sd__product-count {
    text-align: center;
  }

  .boost-sd__toolbar-item.boost-sd__toolbar-item--product-count {
    display: none;
  }

  .boost-sd__toolbar-item.boost-sd__toolbar-item--product-count.boost-sd__toolbar-item--product-count-mobile {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  
  .boost-sd__toolbar-content {
    padding: 0;
    border: none;
    background: transparent;
  }

  .boost-sd__product-swatch-options {
    justify-content: flex-start;
    gap: 8px;
    width: 100%;
  }

  .boost-sd__filter-option-label .boost-sd__filter-option-title::after {
    display: none;
  }

  .boost-sd__filter-option-label .boost-sd__filter-option-title .boost-sd__filter-option-icon {
    position: static;
  }

  #pf_p_price-toggle.boost-sd__filter-option-title .boost-sd__filter-option-icon {
    margin-left: auto;
  }

  .boost-sd__filter-tree-vertical-mobile-toolbar .boost-sd__button--close.boost-sd__button--hidden {
    visibility: hidden;
    width: 100%;
    height: 100%;
    transition: visibility 0.3s ease-in-out;
  }

  .boost-sd__filter-tree-vertical-mobile-toolbar .boost-sd__button--back {
    visibility: visible;
    width: 100%;
    height: 100%;
    color: var(--text-strong, #27272A);
    font-family: var(--font-secondary);
    font-size: var(--type-paragraph-sm-size, 12px);
    font-style: normal;
    font-weight: var(--type-paragraph-weight-regular, 300);
    text-decoration: underline;
  }

  .boost-sd__filter-tree-vertical-mobile-toolbar .boost-sd__button--close>svg {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
    opacity: 0;
    height: 0;
  }

  .boost-sd__counter.boost-sd__counter--filter-tree {
    margin-right: 8px;
  }

  .boost-sd__filter-tree-vertical-toolbar-middle {
    text-align: left;
    padding: 0 20px;
    text-transform: capitalize;
    width: max-content;
    line-height: 1;
  }

  .boost-sd__filter-tree-vertical-close-filter--right {
    display: flex;
    justify-content: end;
    align-items: center;
    margin: 12px 0;
  }

  .boost-sd__filter-tree-vertical-close-filter--right svg {
    filter: invert(1);
    border-radius: 6px;
  }

  .boost-sd__filter-tree-vertical-show-result .boost-sd__button--clear {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    border: none;
    border-radius: 8px;
    background: var(--color-secondary, #f37423);
    color: var(--color-light, #ffffff);
    width: 100%;
    height: 43px;
  }

  .boost-sd__filter-tree-vertical-show-result .boost-sd__button.boost-sd__button--result {
    display: none;
  }

  .boost-sd__filter-option-itemwrapper {
    border: none;
    box-shadow: none;
    background-color: transparent;
  }

  .boost-sd__filter-option-listitem {
    display: flex;
    flex-direction: column;
    gap: 8px;
  }

  .boost-sd__filter-option-item-button--with-checkbox {
    padding: 0 12px 8px 12px;
  }

  .boost-sd__filter-option-item-button--with-checkbox.boost-sd__filter-option-item-button--selected::after {
    width: 9px;
    height: 9px;
    min-width: 9px;
    min-height: 9px;
    top: 4px;
    left: 18px;
  }

  .boost-sd__filter-option-label,
  .boost-sd__filter-option:last-of-type .boost-sd__filter-option-label {
    border-radius: 8px;
    border: 2px solid var(--color-border-weak, #E4E4E7) !important;
    background: var(--color-weak, #F4F4F5);
  }
}

@media screen and (max-width: 575px) {
  .boost-sd__sorting-value {
    width: 100%;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
    margin: 0;
    width: 100%;
    color: var(--text-strong, #27272A);
    font-family: var(--font-secondary);
    font-size: var(--type-paragraph-default-size, 14px);
    font-style: normal;
    font-weight: var(--type-paragraph-weight-regular, 300);
    line-height: 150%;
  }

  .boost-sd__toolbar-top-mobile .boost-sd__filter-tree-toggle-button {
    display: flex;
    padding: 8px 12px 6px 12px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    flex: 1 0 0;
    border-radius: var(--button-radii, 8px);
    border: 2px solid var(--color-secondary, #f37423);
  }
