/** Shopify CDN: Minification failed

Line 142:19 Expected identifier but found whitespace
Line 142:21 Unexpected "{"
Line 142:36 Expected ":"

**/
/* PAYMENT ICONS */
.section-footer__payment-icons .section-footer__payment-icon {
  min-width: 50px !important;
  min-height: 40px !important;
}

/* KLARNA BLOCK */
#shopify-block-2c620388-afdf-4ac7-9156-81f59e01e8b2 *::part(osm-container) {
  background-color: #fff;
  text-align: left;
  padding-left: 0px !important;
  margin-left: 0px !important;
}
#shopify-block-2c620388-afdf-4ac7-9156-81f59e01e8b2 *::part(osm-message),
#shopify-block-2c620388-afdf-4ac7-9156-81f59e01e8b2 *::part(osm-cta) {
  font-weight: normal !important;
}
.swatch_span span[data-swatch] {
  width: 20px;
  height: 20px;
  display: inline-block;
  position: relative;
  top: 5px;
  margin-right:10px;
  border-radius:100%;
  overflow:hidden;
  background-color:var(--swatch-background-color);
}
span.swatch_span span:last-child:before {
  content: '';
}
.urgency_timer {
  background-color: #F2F2F2 !important;
  color: black !important;
}

#lipscore-review-list {
  padding: 0 15px;
}

.lipscore-real-reviews-badge.lipscore-review-text {
  width: auto !important;
}

#discos_snackbar_progress{
  background: linear-gradient(to right, rgb(193, 100, 82) 0%, rgb(193, 100, 82) 100%) !important;
}


/*style.css*/
.cc-select {
  position: relative;
  width: 100%;
}
.cc-select.is-open::before {
  content: "";
  position: fixed;
  z-index: 100;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.cc-select__btn,
.cc-select__listbox {
  margin: 0;
  border: 1.5px solid #dbdcdc;
  font-size: inherit;
}

.cc-select__btn {
  display: flex;
  align-items: center;
  position: relative;
  min-width: 100%;
  max-width: 100%;
  padding: 11px 40px 11px 15px;
  background-color: transparent;
  color: inherit;
  font-weight: inherit;
  text-align: start;
  text-transform: none;
}

.cc-select__icon {
  position: absolute;
  top: calc(50% - 10px);
  right: 10px;
  width: 20px;
  height: 20px;
  stroke: currentColor;
}

.cc-select__listbox {
  list-style: none;
  visibility: hidden;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 100;
  min-width: 100%;
  max-height: 20em;
  padding: 0;
  outline: 0;
  box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.15);
  background-color: #fff;
  overflow-y: auto;
}
.cc-select__listbox[aria-hidden=false] {
  visibility: visible;
}

.cc-select__option {
  display: flex;
  align-items: center;
  padding: 9px 15px;
  color: inherit;
  cursor: pointer;
}
.cc-select__option > span {
  pointer-events: none;
}
.cc-select__option > em {
  display: none;
  margin-left: auto;
  font-style: normal;
  pointer-events: none;
}
.cc-select__option.is-unavailable > em {
  display: block;
}
.cc-select__option.is-focused {
  background-color: {{ font_col_base | color_mix: bg_col, 15 | color_modify: "alpha", 0.3 }};
  color: inherit;
}

[dir=rtl] .cc-select__btn {
  padding: 11px 15px 11px 40px;
}
[dir=rtl] .cc-select__icon {
  left: 10px;
  right: auto;
}
[dir=rtl] .cc-select__listbox {
  left: auto;
  right: -5px;
}

.cc-select__btn {
    color: #707173;
    background-color: #fff;
  line-height: 1.5rem;
  letter-spacing: normal;
}

.cc-select__btn:hover {
  border-color: #b0b1b2;
  background-color: #fff;
}

.cc-select__listbox {
  max-height: 200px;
  color: #707173;
}
@media (min-height: 600px) {
  .cc-select__listbox {
    max-height: 280px;
  }
}

.cc-select__option[data-swatch]::before {
  width: 18px;
  height: 18px;
}

.cc-select__option.is-unavailable {
  opacity: 0.5;
}

.cc-select__icon {
  fill: none;
}

.option-selector__btns {
  display: flex;
  flex-wrap: wrap;
  margin: -10px -10px 0 0;
}

.opt-btn {
  position: absolute;
  z-index: -1;
  opacity: 0;
}
.opt-btn:checked + .opt-label {
  border-color: #707173;
  cursor: default;
}
.opt-btn.is-unavailable + .opt-label {
  background: no-repeat center/100% 100% rgba(0, 0, 0, 0.05);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='{{ font_col_base | color_modify: "alpha", 0.2 }}' stroke-width='0.4' preserveAspectRatio='none' %3E%3Cline x1='24' y1='0' x2='0' y2='24'%3E%3C/line%3E%3C/svg%3E");
  color: #707173;
}
.opt-btn.is-unavailable + .opt-label[data-swatch]::before {
  opacity: 0.5;
}
.tab-used .opt-btn:focus + .opt-label {
  outline: #707173 auto 1px;
  outline: -webkit-focus-ring-color auto 1px;
}

.opt-label {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  min-width: 4.5em;
  min-height: 48px;
  margin: 10px 10px 0 0;
  padding: 11px 15px;
  border: 1.5px solid #707173;
  border-radius: 0px;
  background-color: #fff;
  color: #707173;
}
.swatch-style-listed .option-selector--swatch .opt-label[data-swatch], .swatch-style-dropdown .option-selector--swatch .opt-label[data-swatch] {
  justify-content: flex-start;
  width: calc(50% - 10px);
  padding-left: 12px;
  line-height: 1.2;
}