<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/** Shopify CDN: Minification failed

Line 218:12 Expected ":"

**/
/* SOCIAL PROOF PRODUCT PAGE */

.sold_counter {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-top: 0px;
  margin-bottom: 16px;
  gap: 5px;
}
.sold_counter__images {
  display: flex;
}
.sold_counter__image {
  border-radius: 100%;
  object-fit: cover;
  height: 25px;
  width: 25px;
}
.sold_counter__image--negative {
  margin-left: -10px;
}
.zegsu-sold-main {
  display: flex;
  width: max-content !important;
  margin: 0 !important;
}

.top_hr {
  border-bottom: 1px solid #ccc;
  margin: 0 0 14px;
}

@media screen and (min-width: 750px) {
  .product__block.product__head.block-padding {
    margin-top: 16px;
  }
}

@media screen and (max-width: 749px) {
  .sofort,
  .visa {
    display:none !important;
  }
}

/* BUTTON STYLING */

.product-form
  .product__submit
  .product__submit__buttons
  .product__submit__item
  .btn {
  background: linear-gradient(
    48deg,
    rgba(83, 90, 105, 1) 0%,
    rgba(133, 143, 166, 1) 100%
  );
  color: #ffffff;
  box-shadow: 0 8px 24px 0 rgb(83 90 105 / 36%) !important;
  border: none;
}
.product-form .product__submit .product__submit__item .btn .btn__text {
    display: grid;
    height: 54px;
    align-items: center;
}
/* COLLAP ON PRODUCT PAGE */

.instruction_info p {
  letter-spacing: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
}
.instruction_info p span {
  transform: rotate(180deg);
}
.instruction_info p span.arrow_move {
  transform: rotate(0deg);
}
.instruction_info p span svg {
  width: 12px;
  height: 11px;
  fill: #000;
  animation: beat 0.5s infinite alternate;
}
.instruction_info_content {
  letter-spacing: 0;    overflow: hidden;
}
.instruction_info_content ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.instruction_info_content ul li {
  padding-left: 30px;
  position: relative;
  margin: 15px 0;
}
.instruction_info_content ul li:before {
  content: "";
  position: absolute;
  left: 0;
  width: 20px;
  height: 20px;
  background-size: contain;
  background-image: url(https://www.matebrush.de/cdn/shop/files/Check-1.png?v=1668888446);
  filter: invert(68%) sepia(9%) saturate(621%) hue-rotate(129deg)
    brightness(92%) contrast(87%);
}

/* STYLING SWATCH KING */

.swatch-option-name,
.swatch-variant-name {
  font-size: 16px;
}

/* PDP UPSELL INSURANCE */

.new_sonic {
  background-color: #f4f4f5;
  padding: 6px 15px;
  margin-top: 16px;
  margin-bottom: 16px;
}
.new_sonic p {
  font-size: 12px;
  line-height: 16px;
  color: #6a6a6a;
  margin: 0 0 6px;
}
.new_sonic_product {
  background-color: #fff;
  border-radius: 5px;
  padding: 5px 15px;
  display: flex;
  justify-content: space-between;
  height: 42px;
  align-items: center;
}
.new_sonic_product span.sonic_title {
  line-height: 16px;
  color: #212121;
  display: flex;
  align-items: center;
}
 .new_sonic_product span.sonic_title h3 {
      font-size: 14px;
    margin: 0;
  }
@media screen and (max-width: 749px) {
  .new_sonic_product span.sonic_title h3 {
  font-size: 12px;
  }
}
.new_sonic_product span.sonic_price {
  line-height: 16px;
  color: #59956a;
}
.new_sonic .learn_sonic {
  margin-top: 7px;
  display: inline-block;
  line-height: 16px;
  text-decoration: underline;
}
input[type="checkbox"].sonic_checkbox {
  position: relative;
  margin: 0;
  width: 20px;
  height: 20px;
  margin-right: 10px;
  border: 1px solid #5b6373;
  border-radius: 5px;
  padding: 0;
}
input[type="checkbox"]:checked:before {
  content: "";
  position: absolute;
  opacity: 0;
  width: 11px;
  height: 4px;
  border-bottom: 2px solid #5b6373;
  border-left: 2px solid #5b6373;
  left: 4px;
  top: 4px;
  transform: rotate(-45deg);
}
.model_product_list {
  display: none;
}
.insurance_pro {
  background: #fff;
  filter: unset;
  position: absolute;
  margin: 0;
  width: 24px;
  height: 24px;
  margin-right: 10px;
  border: 1px solid #5b6373;
  border-radius: 5px;
  padding: 0;
  display: inline-block;
  vertical-align: bottom;
  cursor: pointer;
}

@media (min-width: 768px) {
  .insurance_pro:hover {
    border: 1px solid #858fa6;
      center no-repeat;
    background-size: contain;
  }
}
.insurance_pro.checked {
  border: 1px solid #858fa6;
  background: url(https://www.matebrush.de/cdn/shop/files/Check-1.png?v=1668888446)
    center no-repeat;
  background-size: contain;
  
}
.sonic_title label {
  padding-left: 35px;
  display: flex;
    align-items: center;
    gap: 4px;
    flex-wrap: wrap;
}
.closebtn {
  text-decoration: underline;
}

.product_payment {
  margin: 16px 0 0;
  padding: 0;
  list-style: none;
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.product_payment li {
  display: inline-block;
  margin: 0 10px 0 0;
}
.product_payment li:last-child {
  margin-right: 0;
}
.product_payment li svg {
  width: 38px;
}

.box-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  margin-top: 14px;
}

.box-grid__item {
  padding: 5px 10px;
  font-size: 14px;
}

.box-grid__item img {
  height: 40px;
  object-fit: cover;
}

.box-grid__item span img {
  border-radius: 10000px;
  width: 30px;
  height: 30px;
}

.box-grid__item img:last-child {
  transform: translateX(-12px);
}

.box-grid__item .head {
  font-weight: bold;
}

.box-grid__item .text {
}
.product__submit__buttons {
    overflow: hidden;
}</pre></body></html>