/** Shopify CDN: Minification failed

Line 100:13 Expected ":"

**/
.template-product .price {
  font-size: 18px;
}
.template-product .label--free-shipping {
  margin-bottom: 8px;
}
.product-card .label--free-shipping {
  position: absolute;
  top: 8px;
  right: 8px;
  z-index: 3;
  margin-bottom: 0;
  display: inline-block;
  width: auto;
  left: unset;
}
.product-card .label--free-shipping img {
  position: relative !important;
  width: auto !important;
}
.label__stock {
  background-color: #efb34c !important;
}
@media only screen and (max-width: 1000px) {
  #root .shopify-section-header #nav > ul > li > a.toggle:not(.toggle-back) {
    left: 0 !important;
    right: 0 !important;
    width: 100% !important;
  }
}

.filter-accordion-summary {
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  padding-bottom: 12px;
  margin-top: 12px;
  border-bottom: 1px solid #e1e1e1;
}

.filter-accordion-summary h4 {
  margin: 0;
}

.filter-accordion-summary i {
  transition: transform 0.3s ease;
}

.filter-accordion[open] .filter-accordion-summary i {
  transform: rotate(180deg);
}

.check label {
  cursor: pointer;
}

.js .f8fl .header-toggle:before {
  content: '\e904';
  right: 0;
  left: auto;
  font-size: 6px;
}

.js .f8fl .header-toggle {
  display: block;
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 0;
  left: 0;
  z-index: 9;
  height: 100%;
  max-height: 44px;
  text-indent: -3000em;
  text-align: left;
  direction: ltr;
}

.js .f8fl h1,
.js .f8fl h2,
.js .f8fl h3,
.js .f8fl h4,
.js .f8fl h5,
.js .f8fl h6 {
  margin: 0 var(--margin_off);
  padding: 14px 0 14px 0;
  border-top: 1px solid rgba(0, 0, 0, 0);
  color: inherit;
  font-size: 16px;
  font-weight: 700;
}
.js .m6cl>aside .f8fl header>h3 {
  font-size: 20px;
  font-weight 700;
}
.f8fl{
  background-color:#f5f5f5;
  border-radius: 10px;
  padding: 8px;
}
.js .f8fl .toggle + .check label,
.js .f8fl .check.switch label,
.js .f8fl .check.switch label:before,
.js .f8fl .toggle + .check,
.js .f8fl .toggle + .check label:before {
  display: block;
}
.js .f8fl .toggle + .input-range,
.js .f8fl .toggle + .input-range ~ .input-range {
  display: flex;
}
.js .f8fl .check,
.js .f8fl .input-range {
  display: none;
}

.js .f8fl .toggle > .header-toggle:before {
  transition: transform 0.3s ease;
}
.js .f8fl .toggle > .header-toggle:before {
  transform: rotate(180deg);
}

#root .f8fl header a.header-toggle {
  display: none !important;
}
.js .f8fl h1:before,
.js .f8fl h2:before,
.js .f8fl h3:before,
.js .f8fl h4:before,
.js .f8fl h5:before,
.js .f8fl h6:before,
.js .f8fl .check.switch:before,
.js .f8fl .submit:before,
.js .f8fl .link-btn:before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: -1px;
  border-top: 1px solid var(--custom_bd);
}

.f8fl header h3::before {
  display: none !important;
}
.js .f8fl .toggle + .check label.align-middle,
.js .f8fl .toggle + .check input:checked ~ label.align-middle {
  display: flex;
}
