/** Shopify CDN: Minification failed

Line 17:23 Unexpected "{"
Line 17:32 Expected ":"
Line 29:23 Unexpected "{"
Line 29:32 Expected ":"
Line 46:23 Unexpected "{"
Line 46:32 Expected ":"
Line 47:23 Unexpected "{"
Line 47:32 Expected ":"
Line 70:23 Unexpected "{"
Line 70:32 Expected ":"
... and 24 more hidden warnings

**/
/* Indsæt før {% endstyle %} i sections/product.liquid */
.main_product_wrapper-{{ section.id }} .main_product_quantity_wrapper quantity-picker {
  display: inline-block !important;
  box-sizing: border-box !important;
  width: 142px !important;
  height: 52px !important;
  overflow: hidden !important;
  border: 1px solid #dedede !important;
  border-radius: 999px !important;
  background: #ffffff !important;
  box-shadow: none !important;
}

.main_product_wrapper-{{ section.id }} .main_product_quantity_wrapper .quantity_inner {
  display: grid !important;
  box-sizing: border-box !important;
  width: 100% !important;
  max-width: none !important;
  height: 100% !important;
  min-height: 0 !important;
  grid-template-columns: 42px minmax(0, 1fr) 42px !important;
  align-items: center !important;
  padding: 0 7px !important;
  overflow: visible !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}

.main_product_wrapper-{{ section.id }} .main_product_quantity_wrapper .btn_minus,
.main_product_wrapper-{{ section.id }} .main_product_quantity_wrapper .btn_plus {
  position: relative !important;
  display: inline-flex !important;
  width: 36px !important;
  min-width: 36px !important;
  height: 36px !important;
  min-height: 36px !important;
  align-items: center !important;
  justify-content: center !important;
  justify-self: center !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 999px !important;
  background: transparent !important;
  color: transparent !important;
  cursor: pointer !important;
  font-size: 0 !important;
  line-height: 0 !important;
  box-shadow: none !important;
  transition: background-color 160ms ease, opacity 160ms ease !important;
}

.main_product_wrapper-{{ section.id }} .main_product_quantity_wrapper .btn_minus::before,
.main_product_wrapper-{{ section.id }} .main_product_quantity_wrapper .btn_plus::before {
  content: "" !important;
  display: block !important;
  width: 7px !important;
  height: 7px !important;
  border-right: 1.5px solid #111111 !important;
  border-bottom: 1.5px solid #111111 !important;
}

.main_product_wrapper-{{ section.id }} .main_product_quantity_wrapper .btn_minus::before {
  transform: rotate(135deg) !important;
}

.main_product_wrapper-{{ section.id }} .main_product_quantity_wrapper .btn_plus::before {
  transform: rotate(-45deg) !important;
}

.main_product_wrapper-{{ section.id }} .main_product_quantity_wrapper .btn_minus:hover:not([disabled]),
.main_product_wrapper-{{ section.id }} .main_product_quantity_wrapper .btn_plus:hover:not([disabled]) {
  background: #f3f3f3 !important;
}

.main_product_wrapper-{{ section.id }} .main_product_quantity_wrapper .btn_minus:focus-visible,
.main_product_wrapper-{{ section.id }} .main_product_quantity_wrapper .btn_plus:focus-visible {
  outline: 2px solid #111111 !important;
  outline-offset: 0 !important;
}

.main_product_wrapper-{{ section.id }} .main_product_quantity_wrapper .btn_minus[disabled],
.main_product_wrapper-{{ section.id }} .main_product_quantity_wrapper .btn_plus[disabled] {
  pointer-events: none !important;
  cursor: default !important;
  opacity: 0.35 !important;
}

.main_product_wrapper-{{ section.id }} .main_product_quantity_wrapper .quantity_inner input {
  width: 100% !important;
  min-width: 0 !important;
  height: 50px !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  outline: 0 !important;
  background: transparent !important;
  color: #111111 !important;
  font-family: inherit !important;
  font-size: 15px !important;
  font-weight: 400 !important;
  line-height: 50px !important;
  text-align: center !important;
  box-shadow: none !important;
  -moz-appearance: textfield !important;
}

.main_product_wrapper-{{ section.id }} .main_product_quantity_wrapper .quantity_inner input::-webkit-outer-spin-button,
.main_product_wrapper-{{ section.id }} .main_product_quantity_wrapper .quantity_inner input::-webkit-inner-spin-button {
  margin: 0 !important;
  -webkit-appearance: none !important;
}
