/*!
 * Copyright (c) 2020. FixGroup B.V.
 */
.blue__main {
  color: #049ee2 !important; }

body.page-template-Template-ReparatieHandleidingenbasis .repair-blocks__item {
  border-radius: 6px;
  background-color: #ffffff;
  border: 1px solid #E9EBEC;
  padding: 12px 30px; }
  body.page-template-Template-ReparatieHandleidingenbasis .repair-blocks__item:hover {
    text-decoration: none !important; }
  body.page-template-Template-ReparatieHandleidingenbasis .repair-blocks__item:active, body.page-template-Template-ReparatieHandleidingenbasis .repair-blocks__item:focus, body.page-template-Template-ReparatieHandleidingenbasis .repair-blocks__item:focus-within {
    border: 1px solid #049ee2;
    outline: 2px solid #049ee2;
    outline-offset: -2px; }

body.page-template-Template-ReparatieHandleidingenbasis .repair-blocks__item:hover {
  border-radius: 6px;
  border: 1px solid #CFDFEF;
  background: #edf5fc; }
  body.page-template-Template-ReparatieHandleidingenbasis .repair-blocks__item:hover {
    text-decoration: none; }

body.page-template-Template-ReparatieHandleidingenbasis .post__header-wrapper,
body.page-template-Template-ReparatieHandleidingenbasis .post__header {
  height: 350px; }
body.page-template-Template-ReparatieHandleidingenbasis .repair-blocks.manual-macbook .item__image img, body.page-template-Template-ReparatieHandleidingenbasis .repair-blocks.manual-macbook-air .item__image img, body.page-template-Template-ReparatieHandleidingenbasis .repair-blocks.manual-macbook-pro .item__image img, body.page-template-Template-ReparatieHandleidingenbasis .repair-blocks.manual-imac .item__image img {
  right: 55%; }
body.page-template-Template-ReparatieHandleidingenbasis .repair-blocks__item {
  margin-bottom: 15px;
  overflow: hidden;
  min-height: 260px;
  position: relative;
  display: block;
  padding: 0; }
  @media (max-width: 991px) {
    body.page-template-Template-ReparatieHandleidingenbasis .repair-blocks__item {
      display: grid;
      grid-template-columns: 0.5fr 1fr;
      min-height: 0;
      gap: 0 10px;
      padding: 20px 10px; } }
  body.page-template-Template-ReparatieHandleidingenbasis .repair-blocks__item:hover .item__info [class*=arrow-link] svg {
    left: 3px; }
  body.page-template-Template-ReparatieHandleidingenbasis .repair-blocks__item:hover .item__image img {
    transform: translateX(5px); }
    @media (max-width: 991px) {
      body.page-template-Template-ReparatieHandleidingenbasis .repair-blocks__item:hover .item__image img {
        transform: none; } }
  body.page-template-Template-ReparatieHandleidingenbasis .repair-blocks__item .item__image img {
    padding: 18px;
    position: absolute;
    height: 100%;
    top: 0;
    transition: all 0.2s ease-in-out;
    mix-blend-mode: multiply;
    right: 45%;
    width: auto; }
  @media (max-width: 991px) {
    body.page-template-Template-ReparatieHandleidingenbasis .repair-blocks__item .item__image img {
      position: relative;
      right: unset !important;
      top: unset;
      padding: 0;
      width: 100%;
      height: auto; } }
  body.page-template-Template-ReparatieHandleidingenbasis .repair-blocks__item .item__info {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    right: 20px;
    height: 100%;
    position: absolute;
    padding-bottom: 23px;
    max-width: 155px; }
    @media (max-width: 991px) {
      body.page-template-Template-ReparatieHandleidingenbasis .repair-blocks__item .item__info {
        position: relative;
        right: unset;
        top: unset;
        padding: 0; } }
    body.page-template-Template-ReparatieHandleidingenbasis .repair-blocks__item .item__info p {
      margin-top: 0;
      margin-bottom: 0; }
      body.page-template-Template-ReparatieHandleidingenbasis .repair-blocks__item .item__info p.item__amount {
        color: #535E6D;
        margin-top: 5px;
        margin-bottom: 5px; }
      body.page-template-Template-ReparatieHandleidingenbasis .repair-blocks__item .item__info p.arrow-link {
        color: #049ee2; }
body.page-template-Template-ReparatieHandleidingenbasis .products-wrapper.product-refurbished .product-card__labels {
  max-width: 125px; }
body.page-template-Template-ReparatieHandleidingenbasis .product_highlight {
  overflow: hidden;
  border-radius: 12px; }
  body.page-template-Template-ReparatieHandleidingenbasis .product_highlight a {
    display: block;
    position: relative; }
  body.page-template-Template-ReparatieHandleidingenbasis .product_highlight__img {
    height: 165px;
    position: relative; }
    body.page-template-Template-ReparatieHandleidingenbasis .product_highlight__img:before {
      content: '';
      position: absolute;
      width: 100%;
      height: 100%;
      top: 0;
      left: 0;
      opacity: 25%;
      background: linear-gradient(to right, #0E1723, rgba(24, 24, 24, 0) 101%);
      border-radius: 6px; }
    body.page-template-Template-ReparatieHandleidingenbasis .product_highlight__img img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      border-radius: 6px; }
  body.page-template-Template-ReparatieHandleidingenbasis .product_highlight__info {
    top: 0;
    position: absolute;
    padding: 27px;
    max-width: 50%; }
    @media (max-width: 991px) {
      body.page-template-Template-ReparatieHandleidingenbasis .product_highlight__info {
        max-width: 100%; } }
    body.page-template-Template-ReparatieHandleidingenbasis .product_highlight__info p {
      font-size: 24px;
      font-weight: bold;
      text-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
      color: #ffffff;
      line-height: 1;
      margin-bottom: 0; }
      body.page-template-Template-ReparatieHandleidingenbasis .product_highlight__info p .price {
        margin-left: 5px; }
        body.page-template-Template-ReparatieHandleidingenbasis .product_highlight__info p .price > span {
          color: #FFBA00;
          font-size: 24px; }
        body.page-template-Template-ReparatieHandleidingenbasis .product_highlight__info p .price ins span {
          color: #FFBA00;
          font-size: 24px; }
        body.page-template-Template-ReparatieHandleidingenbasis .product_highlight__info p .price del {
          display: none; }
    body.page-template-Template-ReparatieHandleidingenbasis .product_highlight__info .button {
      width: 45px;
      height: 45px;
      text-align: center;
      padding: 16px 16px;
      margin-top: 10px; }
      body.page-template-Template-ReparatieHandleidingenbasis .product_highlight__info .button:hover:after {
        right: 3px !important; }
      body.page-template-Template-ReparatieHandleidingenbasis .product_highlight__info .button:after {
        right: 11px; }
@media (max-width: 767px) {
  body.page-template-Template-ReparatieHandleidingenbasis .products-wrapper:not(.product-b2b) .products .product-card__labels--bottom {
    min-height: 100px; } }

body.page-template-Template-ReparatieHandleidingen .post__header-wrapper,
body.page-template-Template-ReparatieHandleidingen .post__header {
  height: 350px;
  margin-bottom: 10px; }
  body.page-template-Template-ReparatieHandleidingen .post__header-wrapper h1.entry-title,
  body.page-template-Template-ReparatieHandleidingen .post__header h1.entry-title {
    font-size: 38px; }
  body.page-template-Template-ReparatieHandleidingen .post__header-wrapper img,
  body.page-template-Template-ReparatieHandleidingen .post__header img {
    background-color: #049eea; }
body.page-template-Template-ReparatieHandleidingen .repair-manuals__info {
  border-radius: 6px;
  border: 1px solid #CFDFEF;
  background: #edf5fc;
  padding: 20px 30px;
  display: grid;
  margin: 20px 0;
  grid-template-columns: 120px 1fr;
  grid-template-rows: auto auto;
  gap: 15px 20px;
  grid-template-areas: "img info" "img specs"; }
  @media (max-width: 767px) {
    body.page-template-Template-ReparatieHandleidingen .repair-manuals__info {
      padding: 20px;
      grid-template-columns: 94px 1fr;
      grid-template-rows: auto auto;
      grid-template-areas: "img info" "specs specs"; } }
  body.page-template-Template-ReparatieHandleidingen .repair-manuals__info img {
    width: 100%;
    height: auto;
    mix-blend-mode: multiply;
    grid-area: img; }
  body.page-template-Template-ReparatieHandleidingen .repair-manuals__info .info__model {
    grid-area: info; }
    @media (max-width: 767px) {
      body.page-template-Template-ReparatieHandleidingen .repair-manuals__info .info__model {
        flex-direction: column; } }
    body.page-template-Template-ReparatieHandleidingen .repair-manuals__info .info__model p {
      margin-bottom: 0; }
  body.page-template-Template-ReparatieHandleidingen .repair-manuals__info .info__specs {
    grid-area: specs;
    flex-wrap: wrap;
    padding: 0 20px;
    line-height: 30px; }
    @media (max-width: 767px) {
      body.page-template-Template-ReparatieHandleidingen .repair-manuals__info .info__specs {
        flex-direction: column;
        margin-top: 10px; } }
  body.page-template-Template-ReparatieHandleidingen .repair-manuals__info p:not(.h3) {
    font-size: 14px;
    white-space: nowrap; }
    @media (max-width: 767px) {
      body.page-template-Template-ReparatieHandleidingen .repair-manuals__info p:not(.h3) {
        flex-direction: column;
        margin: 0; } }
  body.page-template-Template-ReparatieHandleidingen .repair-manuals__info svg {
    height: 22px;
    width: 22px;
    margin-right: 10px; }
body.page-template-Template-ReparatieHandleidingen .repair-manuals__list .card-item {
  margin-right: 15px;
  height: 100%;
  width: 100%;
  overflow: hidden;
  border-radius: 6px; }
  body.page-template-Template-ReparatieHandleidingen .repair-manuals__list .card-item img {
    transition: all 0.15s cubic-bezier(0.22, 0.61, 0.36, 1) !important; }
  body.page-template-Template-ReparatieHandleidingen .repair-manuals__list .card-item a {
    height: 100%; }
  body.page-template-Template-ReparatieHandleidingen .repair-manuals__list .card-item:hover a {
    text-decoration: none; }
  body.page-template-Template-ReparatieHandleidingen .repair-manuals__list .card-item:hover img {
    transform: translateX(-50%) scale(1.05); }
  body.page-template-Template-ReparatieHandleidingen .repair-manuals__list .card-item__wrapper {
    height: 100%;
    position: relative;
    justify-content: flex-end;
    flex-direction: column;
    display: flex; }
    body.page-template-Template-ReparatieHandleidingen .repair-manuals__list .card-item__wrapper img {
      position: absolute;
      top: 0;
      left: 50%;
      transform: translateX(-50%);
      height: 100%;
      width: auto;
      z-index: -1;
      max-width: initial; }
  body.page-template-Template-ReparatieHandleidingen .repair-manuals__list .card-item__content {
    padding: 25px;
    display: flex;
    justify-content: flex-end;
    flex-direction: column;
    text-shadow: 0 10px 20px #0000001A;
    background: transparent linear-gradient(180deg, #00000000 0%, #000000BF 100%) 0% 0% no-repeat padding-box; }
    body.page-template-Template-ReparatieHandleidingen .repair-manuals__list .card-item__content .card-item__title--category {
      font-size: 14px;
      text-transform: uppercase;
      font-weight: 600;
      color: #ffffff; }
body.page-template-Template-ReparatieHandleidingen .repair-manuals__list .card-item {
  height: 300px; }
  body.page-template-Template-ReparatieHandleidingen .repair-manuals__list .card-item__wrapper {
    background-color: #00000008; }
  @media (max-width: 991px) {
    body.page-template-Template-ReparatieHandleidingen .repair-manuals__list .card-item {
      height: 250px; }
      body.page-template-Template-ReparatieHandleidingen .repair-manuals__list .card-item img {
        height: auto;
        width: 100%; } }
  @media (max-width: 767px) {
    body.page-template-Template-ReparatieHandleidingen .repair-manuals__list .card-item {
      height: 190px; } }
body.page-template-Template-ReparatieHandleidingen .repair-manuals__most-sold {
  margin-top: 20px; }
body.page-template-Template-ReparatieHandleidingen .questions__list {
  padding-left: 0;
  list-style: none; }
body.page-template-Template-ReparatieHandleidingen .questions__item {
  display: grid;
  grid-template-columns: 1fr 6fr;
  grid-template-rows: auto auto;
  gap: 3px 10px;
  margin-top: 20px;
  padding-bottom: 20px; }
  body.page-template-Template-ReparatieHandleidingen .questions__item span {
    display: block;
    text-align: right;
    color: #049ee2;
    font-weight: 700; }
  body.page-template-Template-ReparatieHandleidingen .questions__item p {
    margin-bottom: 0; }
  body.page-template-Template-ReparatieHandleidingen .questions__item:not(:last-child) {
    border-bottom: 1px solid #E9EBEC; }
body.page-template-Template-ReparatieHandleidingen .attributes__list {
  columns: 3;
  list-style: none;
  padding-left: 0; }
body.page-template-Template-ReparatieHandleidingen .attributes__item {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0 10px;
  padding: 9px;
  margin-bottom: 0; }
  body.page-template-Template-ReparatieHandleidingen .attributes__item:nth-child(even) {
    background: #edf5fc;
    border-radius: 3px; }
  body.page-template-Template-ReparatieHandleidingen .attributes__item p {
    margin-bottom: 0; }
  body.page-template-Template-ReparatieHandleidingen .attributes__item .item__label {
    text-align: right;
    color: #049ee2;
    font-weight: 700; }
  body.page-template-Template-ReparatieHandleidingen .attributes__item .item__label-wrapper {
    display: flex;
    flex-direction: column;
    justify-content: center; }
body.page-template-Template-ReparatieHandleidingen .most-sold__products .products .product-card__labels {
  bottom: 0 !important; }

body.page-template-Template-ReparatieHandleidingenbasis .most-sold__header,
body.page-template-Template-ReparatieHandleidingen .most-sold__header {
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px; }
  body.page-template-Template-ReparatieHandleidingenbasis .most-sold__header .buttons,
  body.page-template-Template-ReparatieHandleidingen .most-sold__header .buttons {
    margin-top: 30px; }
body.page-template-Template-ReparatieHandleidingenbasis .most-sold__products .products,
body.page-template-Template-ReparatieHandleidingen .most-sold__products .products {
  max-width: 1000px;
  width: 100%; }
  body.page-template-Template-ReparatieHandleidingenbasis .most-sold__products .products .owl-stage,
  body.page-template-Template-ReparatieHandleidingen .most-sold__products .products .owl-stage {
    display: flex; }
    @media (max-width: 991px) {
      body.page-template-Template-ReparatieHandleidingenbasis .most-sold__products .products .owl-stage,
      body.page-template-Template-ReparatieHandleidingen .most-sold__products .products .owl-stage {
        margin-left: -70px; } }
    @media (max-width: 767px) {
      body.page-template-Template-ReparatieHandleidingenbasis .most-sold__products .products .owl-stage,
      body.page-template-Template-ReparatieHandleidingen .most-sold__products .products .owl-stage {
        margin-left: -20px; } }
  body.page-template-Template-ReparatieHandleidingenbasis .most-sold__products .products .owl-nav,
  body.page-template-Template-ReparatieHandleidingen .most-sold__products .products .owl-nav {
    display: none; }
  body.page-template-Template-ReparatieHandleidingenbasis .most-sold__products .products .products__product-card,
  body.page-template-Template-ReparatieHandleidingen .most-sold__products .products .products__product-card {
    border-radius: 6px;
    border: 1px solid #E9EBEC;
    padding: 20px;
    background-color: #fff;
    position: relative; }
    body.page-template-Template-ReparatieHandleidingenbasis .most-sold__products .products .products__product-card > a,
    body.page-template-Template-ReparatieHandleidingen .most-sold__products .products .products__product-card > a {
      position: relative;
      display: block; }
    @media (min-width: 768px) {
      body.page-template-Template-ReparatieHandleidingenbasis .most-sold__products .products .products__product-card:active, body.page-template-Template-ReparatieHandleidingenbasis .most-sold__products .products .products__product-card:focus, body.page-template-Template-ReparatieHandleidingenbasis .most-sold__products .products .products__product-card:focus-within,
      body.page-template-Template-ReparatieHandleidingen .most-sold__products .products .products__product-card:active,
      body.page-template-Template-ReparatieHandleidingen .most-sold__products .products .products__product-card:focus,
      body.page-template-Template-ReparatieHandleidingen .most-sold__products .products .products__product-card:focus-within {
        border: 1px solid #049ee2;
        outline: 2px solid #049ee2;
        outline-offset: -2px;
        background: #edf5fc; } }
    @media (min-width: 768px) {
      body.page-template-Template-ReparatieHandleidingenbasis .most-sold__products .products .products__product-card:hover,
      body.page-template-Template-ReparatieHandleidingen .most-sold__products .products .products__product-card:hover {
        background-color: #F6FAFD;
        text-decoration: none;
        border-color: #CFDFEF; } }
    body.page-template-Template-ReparatieHandleidingenbasis .most-sold__products .products .products__product-card a:hover,
    body.page-template-Template-ReparatieHandleidingen .most-sold__products .products .products__product-card a:hover {
      text-decoration: none; }
  @media (max-width: 767px) {
    body.page-template-Template-ReparatieHandleidingenbasis .most-sold__products .products .product-card__details,
    body.page-template-Template-ReparatieHandleidingen .most-sold__products .products .product-card__details {
      display: flex;
      flex-direction: column; } }
  body.page-template-Template-ReparatieHandleidingenbasis .most-sold__products .products .product-card__bottom,
  body.page-template-Template-ReparatieHandleidingen .most-sold__products .products .product-card__bottom {
    display: flex;
    justify-content: space-between;
    flex-direction: column; }
  body.page-template-Template-ReparatieHandleidingenbasis .most-sold__products .products .product-card__image,
  body.page-template-Template-ReparatieHandleidingen .most-sold__products .products .product-card__image {
    position: relative;
    margin: 0 auto;
    padding: 0 10px;
    text-align: center;
    display: flex;
    justify-content: center;
    max-width: 261px; }
    @media (max-width: 767px) {
      body.page-template-Template-ReparatieHandleidingenbasis .most-sold__products .products .product-card__image,
      body.page-template-Template-ReparatieHandleidingen .most-sold__products .products .product-card__image {
        padding: 0; } }
    body.page-template-Template-ReparatieHandleidingenbasis .most-sold__products .products .product-card__image > img,
    body.page-template-Template-ReparatieHandleidingen .most-sold__products .products .product-card__image > img {
      align-self: flex-start;
      height: auto;
      width: auto;
      max-height: 100%;
      mix-blend-mode: multiply; }
  body.page-template-Template-ReparatieHandleidingenbasis .most-sold__products .products .product-card__deal,
  body.page-template-Template-ReparatieHandleidingen .most-sold__products .products .product-card__deal {
    position: absolute;
    top: 1em;
    left: 0.8em;
    background-color: #E50D1D;
    border: 1px solid #C40B19;
    color: #ffffff;
    padding: 0em 0.3em;
    border-radius: 0.2em;
    font-size: 1.4em;
    font-weight: 900;
    text-transform: uppercase;
    z-index: 1;
    transform: rotate(-5deg);
    box-shadow: 1px 1px 3px #00000047; }
    @media (max-width: 767px) {
      body.page-template-Template-ReparatieHandleidingenbasis .most-sold__products .products .product-card__deal,
      body.page-template-Template-ReparatieHandleidingen .most-sold__products .products .product-card__deal {
        font-size: 1.1em; } }
  body.page-template-Template-ReparatieHandleidingenbasis .most-sold__products .products .product-card__labels,
  body.page-template-Template-ReparatieHandleidingen .most-sold__products .products .product-card__labels {
    position: absolute;
    bottom: 0;
    right: 0; }
    @media (max-width: 767px) {
      body.page-template-Template-ReparatieHandleidingenbasis .most-sold__products .products .product-card__labels,
      body.page-template-Template-ReparatieHandleidingen .most-sold__products .products .product-card__labels {
        position: unset; } }
    body.page-template-Template-ReparatieHandleidingenbasis .most-sold__products .products .product-card__labels--top,
    body.page-template-Template-ReparatieHandleidingen .most-sold__products .products .product-card__labels--top {
      float: right;
      margin-bottom: 5px; }
      body.page-template-Template-ReparatieHandleidingenbasis .most-sold__products .products .product-card__labels--top div,
      body.page-template-Template-ReparatieHandleidingen .most-sold__products .products .product-card__labels--top div {
        height: 100%;
        position: relative; }
        body.page-template-Template-ReparatieHandleidingenbasis .most-sold__products .products .product-card__labels--top div img,
        body.page-template-Template-ReparatieHandleidingen .most-sold__products .products .product-card__labels--top div img {
          max-width: 100px;
          border-radius: 0; }
      @media (max-width: 767px) {
        body.page-template-Template-ReparatieHandleidingenbasis .most-sold__products .products .product-card__labels--top div img,
        body.page-template-Template-ReparatieHandleidingen .most-sold__products .products .product-card__labels--top div img {
          width: 100%;
          max-width: 100px; } }
    @media (min-width: 768px) {
      body.page-template-Template-ReparatieHandleidingenbasis .most-sold__products .products .product-card__labels--bottom,
      body.page-template-Template-ReparatieHandleidingen .most-sold__products .products .product-card__labels--bottom {
        min-height: 130px; } }
    body.page-template-Template-ReparatieHandleidingenbasis .most-sold__products .products .product-card__labels svg,
    body.page-template-Template-ReparatieHandleidingen .most-sold__products .products .product-card__labels svg {
      width: 100%;
      height: auto; }
      @media (max-width: 767px) {
        body.page-template-Template-ReparatieHandleidingenbasis .most-sold__products .products .product-card__labels svg,
        body.page-template-Template-ReparatieHandleidingen .most-sold__products .products .product-card__labels svg {
          width: auto; } }
  body.page-template-Template-ReparatieHandleidingenbasis .most-sold__products .products .product-card__details .product-card__title,
  body.page-template-Template-ReparatieHandleidingen .most-sold__products .products .product-card__details .product-card__title {
    min-height: 0;
    transition: all 0.15s cubic-bezier(0.22, 0.61, 0.36, 1); }
  body.page-template-Template-ReparatieHandleidingenbasis .most-sold__products .products .product-card__details .product-card__usp svg,
  body.page-template-Template-ReparatieHandleidingen .most-sold__products .products .product-card__details .product-card__usp svg {
    margin-right: 4px; }
  body.page-template-Template-ReparatieHandleidingenbasis .most-sold__products .products .product-card__details .product-card__usp .label-yellow,
  body.page-template-Template-ReparatieHandleidingen .most-sold__products .products .product-card__details .product-card__usp .label-yellow {
    font-size: 12px;
    font-weight: 700;
    color: #FFCC00; }
  body.page-template-Template-ReparatieHandleidingenbasis .most-sold__products .products .product-card__details .product-card__usp .label-red,
  body.page-template-Template-ReparatieHandleidingen .most-sold__products .products .product-card__details .product-card__usp .label-red {
    font-size: 12px;
    font-weight: 700;
    color: #FF0E20; }
  body.page-template-Template-ReparatieHandleidingenbasis .most-sold__products .products .product-card__details .product-card__usp .label-blue,
  body.page-template-Template-ReparatieHandleidingen .most-sold__products .products .product-card__details .product-card__usp .label-blue {
    font-size: 12px;
    font-weight: 700;
    color: #049ee2; }
  body.page-template-Template-ReparatieHandleidingenbasis .most-sold__products .products .product-card__details .product-card__usp .label-purple,
  body.page-template-Template-ReparatieHandleidingen .most-sold__products .products .product-card__details .product-card__usp .label-purple {
    font-size: 12px;
    font-weight: 700;
    color: #5D2CC7; }
  body.page-template-Template-ReparatieHandleidingenbasis .most-sold__products .products .product-card__usp,
  body.page-template-Template-ReparatieHandleidingen .most-sold__products .products .product-card__usp {
    min-height: 12px;
    padding: 2px 0; }
    body.page-template-Template-ReparatieHandleidingenbasis .most-sold__products .products .product-card__usp p,
    body.page-template-Template-ReparatieHandleidingen .most-sold__products .products .product-card__usp p {
      color: #049ee2;
      font-size: 12px;
      line-height: 1;
      margin-bottom: 0; }
    @media (max-width: 767px) {
      body.page-template-Template-ReparatieHandleidingenbasis .most-sold__products .products .product-card__usp,
      body.page-template-Template-ReparatieHandleidingen .most-sold__products .products .product-card__usp {
        min-height: 0; } }
  body.page-template-Template-ReparatieHandleidingenbasis .most-sold__products .products .product-card__attributes,
  body.page-template-Template-ReparatieHandleidingen .most-sold__products .products .product-card__attributes {
    line-height: 1.2;
    margin-bottom: 1em;
    margin-top: auto;
    padding-top: 1em;
    display: flex;
    flex-direction: column;
    gap: 1em; }
    body.page-template-Template-ReparatieHandleidingenbasis .most-sold__products .products .product-card__attributes span,
    body.page-template-Template-ReparatieHandleidingen .most-sold__products .products .product-card__attributes span {
      color: #535E6D;
      font-size: 0.9em;
      cursor: default; }
      body.page-template-Template-ReparatieHandleidingenbasis .most-sold__products .products .product-card__attributes span[data-modal],
      body.page-template-Template-ReparatieHandleidingen .most-sold__products .products .product-card__attributes span[data-modal] {
        cursor: pointer;
        text-decoration: underline;
        text-decoration-style: dotted; }
        body.page-template-Template-ReparatieHandleidingenbasis .most-sold__products .products .product-card__attributes span[data-modal]:hover,
        body.page-template-Template-ReparatieHandleidingen .most-sold__products .products .product-card__attributes span[data-modal]:hover {
          text-decoration: underline;
          text-decoration-style: solid; }
      body.page-template-Template-ReparatieHandleidingenbasis .most-sold__products .products .product-card__attributes span.high-grade,
      body.page-template-Template-ReparatieHandleidingen .most-sold__products .products .product-card__attributes span.high-grade {
        color: #049ee2;
        font-weight: 700; }
    body.page-template-Template-ReparatieHandleidingenbasis .most-sold__products .products .product-card__attributes_chip, body.page-template-Template-ReparatieHandleidingenbasis .most-sold__products .products .product-card__attributes_colors,
    body.page-template-Template-ReparatieHandleidingen .most-sold__products .products .product-card__attributes_chip,
    body.page-template-Template-ReparatieHandleidingen .most-sold__products .products .product-card__attributes_colors {
      list-style: none;
      padding: 0;
      display: flex;
      gap: 0.4em;
      flex-wrap: wrap;
      justify-content: flex-start;
      align-items: center; }
      body.page-template-Template-ReparatieHandleidingenbasis .most-sold__products .products .product-card__attributes_chip__item, body.page-template-Template-ReparatieHandleidingenbasis .most-sold__products .products .product-card__attributes_colors__item,
      body.page-template-Template-ReparatieHandleidingen .most-sold__products .products .product-card__attributes_chip__item,
      body.page-template-Template-ReparatieHandleidingen .most-sold__products .products .product-card__attributes_colors__item {
        margin: 0; }
        body.page-template-Template-ReparatieHandleidingenbasis .most-sold__products .products .product-card__attributes_chip__item figure, body.page-template-Template-ReparatieHandleidingenbasis .most-sold__products .products .product-card__attributes_colors__item figure,
        body.page-template-Template-ReparatieHandleidingen .most-sold__products .products .product-card__attributes_chip__item figure,
        body.page-template-Template-ReparatieHandleidingen .most-sold__products .products .product-card__attributes_colors__item figure {
          margin: 0; }
        body.page-template-Template-ReparatieHandleidingenbasis .most-sold__products .products .product-card__attributes_chip__item .chip__item, body.page-template-Template-ReparatieHandleidingenbasis .most-sold__products .products .product-card__attributes_colors__item .chip__item,
        body.page-template-Template-ReparatieHandleidingen .most-sold__products .products .product-card__attributes_chip__item .chip__item,
        body.page-template-Template-ReparatieHandleidingen .most-sold__products .products .product-card__attributes_colors__item .chip__item {
          border: 1px solid #E9EBEC;
          padding: 0.2em 0.4em;
          border-radius: 0.2em;
          font-size: 0.9em;
          color: #535E6D; }
        body.page-template-Template-ReparatieHandleidingenbasis .most-sold__products .products .product-card__attributes_chip__item .color__item, body.page-template-Template-ReparatieHandleidingenbasis .most-sold__products .products .product-card__attributes_colors__item .color__item,
        body.page-template-Template-ReparatieHandleidingen .most-sold__products .products .product-card__attributes_chip__item .color__item,
        body.page-template-Template-ReparatieHandleidingen .most-sold__products .products .product-card__attributes_colors__item .color__item {
          width: 20px;
          height: 20px;
          border-radius: 50%;
          border: 1px solid #E9EBEC; }
          body.page-template-Template-ReparatieHandleidingenbasis .most-sold__products .products .product-card__attributes_chip__item .color__item figcaption, body.page-template-Template-ReparatieHandleidingenbasis .most-sold__products .products .product-card__attributes_colors__item .color__item figcaption,
          body.page-template-Template-ReparatieHandleidingen .most-sold__products .products .product-card__attributes_chip__item .color__item figcaption,
          body.page-template-Template-ReparatieHandleidingen .most-sold__products .products .product-card__attributes_colors__item .color__item figcaption {
            opacity: 0; }
  body.page-template-Template-ReparatieHandleidingenbasis .most-sold__products .products .product-card__variations-select,
  body.page-template-Template-ReparatieHandleidingen .most-sold__products .products .product-card__variations-select {
    margin: 9px 0;
    min-height: 10px; }
    body.page-template-Template-ReparatieHandleidingenbasis .most-sold__products .products .product-card__variations-select form,
    body.page-template-Template-ReparatieHandleidingen .most-sold__products .products .product-card__variations-select form {
      width: 100%;
      display: flex;
      justify-content: flex-start; }
      body.page-template-Template-ReparatieHandleidingenbasis .most-sold__products .products .product-card__variations-select form input,
      body.page-template-Template-ReparatieHandleidingen .most-sold__products .products .product-card__variations-select form input {
        width: 12px;
        margin: -1.5px 5px 0 0; }
    body.page-template-Template-ReparatieHandleidingenbasis .most-sold__products .products .product-card__variations-select span,
    body.page-template-Template-ReparatieHandleidingenbasis .most-sold__products .products .product-card__variations-select label,
    body.page-template-Template-ReparatieHandleidingen .most-sold__products .products .product-card__variations-select span,
    body.page-template-Template-ReparatieHandleidingen .most-sold__products .products .product-card__variations-select label {
      display: flex;
      vertical-align: middle;
      font-size: 12px;
      line-height: 12px;
      margin: 0 10px 0 0; }
    body.page-template-Template-ReparatieHandleidingenbasis .most-sold__products .products .product-card__variations-select div,
    body.page-template-Template-ReparatieHandleidingen .most-sold__products .products .product-card__variations-select div {
      display: flex; }
  body.page-template-Template-ReparatieHandleidingenbasis .most-sold__products .products .product-card__price,
  body.page-template-Template-ReparatieHandleidingen .most-sold__products .products .product-card__price {
    display: grid;
    grid-template-columns: 1fr 1fr 64px;
    grid-template-areas: "price price add_to_cart" "price price add_to_cart" "delivery_time delivery_time add_to_cart"; }
    body.page-template-Template-ReparatieHandleidingenbasis .most-sold__products .products .product-card__price .delivery_time,
    body.page-template-Template-ReparatieHandleidingen .most-sold__products .products .product-card__price .delivery_time {
      font-size: .9em;
      color: #04B814;
      grid-area: delivery_time;
      display: flex;
      justify-content: flex-end;
      flex-direction: column; }
    body.page-template-Template-ReparatieHandleidingenbasis .most-sold__products .products .product-card__price .add_to_cart,
    body.page-template-Template-ReparatieHandleidingen .most-sold__products .products .product-card__price .add_to_cart {
      grid-area: add_to_cart; }
    body.page-template-Template-ReparatieHandleidingenbasis .most-sold__products .products .product-card__price .price,
    body.page-template-Template-ReparatieHandleidingen .most-sold__products .products .product-card__price .price {
      grid-area: price;
      justify-content: flex-start;
      display: flex;
      flex-direction: row;
      flex-wrap: wrap;
      gap: 0 .4em;
      font-size: 1.15em;
      margin-top: .3px;
      align-items: center; }
      body.page-template-Template-ReparatieHandleidingenbasis .most-sold__products .products .product-card__price .price span.amount,
      body.page-template-Template-ReparatieHandleidingen .most-sold__products .products .product-card__price .price span.amount {
        color: #049ee2; }
      body.page-template-Template-ReparatieHandleidingenbasis .most-sold__products .products .product-card__price .price ins,
      body.page-template-Template-ReparatieHandleidingen .most-sold__products .products .product-card__price .price ins {
        float: left; }
      @media (max-width: 359px) {
        body.page-template-Template-ReparatieHandleidingenbasis .most-sold__products .products .product-card__price .price > .price__from,
        body.page-template-Template-ReparatieHandleidingen .most-sold__products .products .product-card__price .price > .price__from {
          display: none; } }
      body.page-template-Template-ReparatieHandleidingenbasis .most-sold__products .products .product-card__price .price > .price__from span,
      body.page-template-Template-ReparatieHandleidingen .most-sold__products .products .product-card__price .price > .price__from span {
        color: #535E6D;
        font-size: .8em; }
    body.page-template-Template-ReparatieHandleidingenbasis .most-sold__products .products .product-card__price .higher_price,
    body.page-template-Template-ReparatieHandleidingen .most-sold__products .products .product-card__price .higher_price {
      grid-area: higher_price; }
    @media all and (-ms-high-contrast: none) {
      body.page-template-Template-ReparatieHandleidingenbasis .most-sold__products .products .product-card__price,
      body.page-template-Template-ReparatieHandleidingen .most-sold__products .products .product-card__price {
        display: -ms-grid;
        -ms-grid-columns: repeat(3, 1fr);
        -ms-grid-rows: repeat(2, 300px);
        gap: 0px 26px; }
      body.page-template-Template-ReparatieHandleidingenbasis .most-sold__products .products .product-card__price .Delivery-time,
      body.page-template-Template-ReparatieHandleidingen .most-sold__products .products .product-card__price .Delivery-time {
        -ms-grid-row: 2;
        -ms-grid-row-span: 1;
        -ms-grid-column: 1;
        -ms-grid-column-span: 1; }
      body.page-template-Template-ReparatieHandleidingenbasis .most-sold__products .products .product-card__price .add_to_cart,
      body.page-template-Template-ReparatieHandleidingen .most-sold__products .products .product-card__price .add_to_cart {
        -ms-grid-row: 1;
        -ms-grid-row-span: 2;
        -ms-grid-column: 3;
        -ms-grid-column-span: 3; }
      body.page-template-Template-ReparatieHandleidingenbasis .most-sold__products .products .product-card__price .price,
      body.page-template-Template-ReparatieHandleidingen .most-sold__products .products .product-card__price .price {
        -ms-grid-row: 1;
        -ms-grid-row-span: 1;
        -ms-grid-column: 1;
        -ms-grid-column-span: 1; }
      body.page-template-Template-ReparatieHandleidingenbasis .most-sold__products .products .product-card__price .higher_price,
      body.page-template-Template-ReparatieHandleidingen .most-sold__products .products .product-card__price .higher_price {
        -ms-grid-row: 1;
        -ms-grid-row-span: 1;
        -ms-grid-column: 2;
        -ms-grid-column-span: 2; } }
  body.page-template-Template-ReparatieHandleidingenbasis .most-sold__products .products .products__product-card,
  body.page-template-Template-ReparatieHandleidingen .most-sold__products .products .products__product-card {
    min-height: 434px;
    position: relative; }
  body.page-template-Template-ReparatieHandleidingenbasis .most-sold__products .products .product-card__labels,
  body.page-template-Template-ReparatieHandleidingen .most-sold__products .products .product-card__labels {
    position: absolute;
    bottom: 50%; }
  body.page-template-Template-ReparatieHandleidingenbasis .most-sold__products .products .product-card__labels--top div img,
  body.page-template-Template-ReparatieHandleidingen .most-sold__products .products .product-card__labels--top div img {
    max-width: 100px;
    float: right; }

/*# sourceMappingURL=archive-reparatiehandleidingen.css.map */
