/** Shopify CDN: Minification failed

Line 180:13 Expected identifier but found whitespace
Line 180:15 Unexpected "{"
Line 180:25 Expected ":"
Line 180:46 Expected identifier but found "!"
Line 181:8 Expected identifier but found whitespace
Line 181:10 Unexpected "{"
Line 181:20 Expected ":"
Line 181:46 Expected identifier but found "!"

**/
.add-to-comparable:not(.comparable-inited) + label { display: none !important; }
.add-to-comparable[type=checkbox]:checked, .add-to-comparable[type=checkbox]:not(:checked) { display: none !important; }
.rt-product-card {
  text-align: center;
  position: relative;
  padding-bottom: 10px;
  background-color: #fff;
  overflow: hidden;
  transition: all 0.3s ease 0s;
}
.rt-product-card .rt-product-card__image {
  width: 100%;
}

.rt-product-card .rt-product-card__image a {
  display: block;
}

.rt-product-card .rt-product-card__image img {
  max-height: 200px;
  width: auto;
  margin: auto;
}

.rt-product-card__title {
  min-height: 60px;
  padding: 0 10px;
}

.rt-product-card .rt-product-card__details {
  padding-top: 15px;
  display: flex;
  width: 100%;
  flex-direction: column;
  gap: 10px;
  position: relative;
  background: #fff;
  top: 0;
  transition: all 0.3s ease 0s;
  /* transform:translateY(50px); */
}

/* .rt-product-card:hover .rt-product-card__details {
    transform:translateY(0);
} */

.rt-product-card .rt-product-card__title a {
  color: #24214c;
  font-weight: 500;
}
.rt-product-card .rt-product-card__title a:hover {
  color: #f2772d;
}
.rt-product-card .price-wrapper {
  font-size: 15px;
  font-weight: 500;
  color: #191919;
}
.rt-product-card .price-wrapper del {
  margin-left: 7px;
  color: #d43a22;
}
.rt-product-card .card-action__btn {
  margin-top: 10px;
  /* opacity: 0; */
  transition: all 0.3s ease 0s;
  /* visibility: hidden; */
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;  
}
.grid .rt-product-card .price-wrapper,
.grid .rt-product-card .card-action__btn {
    padding:10px;
}

.featured-products .slick-slider .slick-track {
    padding-bottom: 10px;
}

/* .rt-product-card .card-action__btn .comparable-custom-action {
  text-align: center;
  width: 130px;
} */

/* .rt-product-card:hover .card-action__btn {
    opacity: 1;
    visibility: visible;
    position: relative;
}
 */

.rt-product-card:hover {
    /* padding: 0; */
    box-shadow: 1px 1px 11px -3px #00000036;
}

.rt-product-card .card-action__btn .btn.btn-card {
  width: 100%;
  font-size: 16px;
  font-weight: 600;
  height: 50px;
  border-radius: 0;
}

.rt-product-card .add-to-cart-form.enable-qty-box .qty-wrapper {
  margin-right: 0;
  margin-bottom: 0;
}
.rt-product-card .comparable-custom-action.list-compare-check {
  display: none;
}
@media only screen and (min-width: 1024px) {
  .rt-product-card .add-to-cart-form.enable-qty-box {
    display: flex;
  }

  .rt-product-card .add-to-cart-form.enable-qty-box .qty-wrapper,
  .rt-product-card .add-to-cart-form.enable-qty-box .btn-wrapper {
    width: 50%;
  }
  .rt-product-card .rt-product-card__title a {
    font-size: 16px;
  }
  .list .rt-product-card .rt-product-card__image img {
    float: left;
}
}

@media only screen and (max-width: 1024px) {
  .rt-product-card:hover {
    box-shadow: none;
    padding-bottom: 10px;
  }
  .rt-product-card .rt-product-card__details {
    transform: none;
  }
  .rt-product-card .card-action__btn {
    opacity: 1;
    visibility: visible;
  }
}

@media only screen and (max-width: 599px) {
  .rt-product-card {
    margin-bottom: 0;
  }
  .rt-product-card .card-action__btn .btn.btn-card {
    font-size: 14px;
  }
  .rt-product-card .rt-product-card__image img {
    max-height: 150px;
    padding-top: 0;
  }
}

.rt-product-card .rt-product-card__details .sale_badge {
  display: inline-block;
  width: fit-content;
  /* margin: 6px 0 4px; */
  padding: 3px 5px;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.2;
  border-radius: 4px;
  background: {{ settings.sale_badge_color }} !important;
  color: {{ settings.sale_badge_text_color }} !important;
}

/* Mobiel: badge centreren */
@media only screen and (max-width: 767px) {
  .rt-product-card .rt-product-card__details .sale_badge {
    display: table;      /* maakt centreren makkelijker */
    margin: 6px auto 4px; /* auto links/rechts → centreert */
  }
}


/* Swatch */

/* .tt-swatches-container .tt-wrapper {
    margin-top: 33px;
} */

.tt-swatches-container .tt-options-swatch {
  display: inline-flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  list-style: none;
  padding: 0;
  margin: -3px -1px 0 -5px;
}

.tt-swatches-container .tt-options-swatch li {
  margin: 10px 5px 0;
}

.tt-swatches-container .tt-options-swatch li:first-child {
  margin-left: 0;
}

.tt-swatches-container .tt-options-swatch.options-large li label {
  min-width: 40px;
  min-height: 40px;
  padding-left: 5px;
  padding-right: 5px;
  background: #fff;
  font-weight: 300;
}

.tt-swatches-container .tt-options-swatch.options-large li input[type="radio"] {
  display: none;
}
.tt-swatches-container .tt-options-swatch.options-large li label:hover,
.tt-swatches-container
  .tt-options-swatch.options-large
  li
  input[type="radio"]:checked
  + label {
  color: #f2772d;
  cursor: pointer;
  text-decoration: underline;
}

.tt-swatches-container
  .tt-options-swatch.options-large
  li
  input.visually-disabled
  + label,
.tt-swatches-container
  .tt-options-swatch.options-large
  li
  input.visually-disabled:checked
  + label {
  cursor: not-allowed;
  opacity: 0.5;
  text-decoration: none;
  color: #777;
}

.tt-swatches-container .current_option_name {
  color: #f2772d;
}

.tt-swatches-container .tt-title-options {
  font-size: 14px;
  line-height: 26px;
  color: #191919;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  letter-spacing: 0.03em;
}

/* 25-07-24 */

.free-delivery-txt {
  font-size: 14px;
  font-weight: 600;
  color: #00b900;
  display: none;
}

.free-delivery-txt .fa-check-circle {
  font-size: 20px;
  vertical-align: middle;
  margin-right: 2px;
}

.rt-product-card .price-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.list .rt-product-card .card-action__btn {
  flex-direction: column;
  justify-content: flex-end;
  text-align: right;
  align-items: flex-end;
  margin-bottom: 15px;
}

.list .rt-product-card .price-wrapper {
  justify-content: flex-end;
}

.list .rt-product-card .card-action__btn .comparable-custom-action {
  order: 1;
}

.list .rt-product-card .price-wrapper span.free-delivery-txt {
  display: none;
}

.grid .price-wrapper .free-delivery-txt,
.list .free-delivery-txt {
  display: block;
}

.list .free-delivery-txt {
  margin-top: 10px;
  clear: both;
  display: inline-block;
  width: 100%;
}

.list .rt-product-card .rt-product-card__details etrusted-widget {
  width: 100%;
  display: inline-block;
}

.rt-product-card .short-description {
  display: none;
}
.list .rt-product-card .short-description {
  display: block;
  color: #191919;
  min-height: inherit;
  padding: 0;
  width: calc(100% - 230px);
  float: left;
}
@media only screen and (min-width: 1230px) {
    .list .free-delivery-txt,
    .list .rt-product-card .rt-product-card__details etrusted-widget {
        width: calc(100% - 230px);
    }
    .list .rt-product-card .price-wrapper {
        position: absolute;
        right: 0;
        top: 25px;
    }
    .list .rt-product-card .card-action__btn {
        margin-top: 5px;
        position: absolute;
        top: 55px;
        right: 0px;
    }
    .list .rt-product-card .rt-product-card__details {
        padding-bottom: 40px;
    }
    .list .free-delivery-txt {
        position: absolute;
        left: 0;
        bottom: 10px;
    }
    
    .list .rt-product-card .product-star-widget {
        margin-top: 10px;
        
    }
    .list .rt-product-card .comparable-custom-action.list-compare-check {
      display: block;
    }
    .list .rt-product-card .comparable-custom-action.grid-compare-check {
      display: none;
    }
    .list .rt-product-card .comparable-custom-action {
        position: absolute;
        right: 0;
        bottom: 5px;
    }
  .list .rt-product-card .short-description {
    margin-top: 7px;
  }
}

@media only screen and (max-width: 1229px) {
  .rt-product-card .card-action__btn,
  .rt-product-card .price-wrapper {
    flex-direction: column;
  }
  .list .rt-product-card .card-action__btn .comparable-custom-action {
    position: absolute;
    left: -160px;
    width: auto;
  }
  .list .free-delivery-txt {
    display: none;
  }
  .list .rt-product-card__title {
    width: 100%;
    text-align: center;
  }
  .list .rt-product-card .price-wrapper span.free-delivery-txt {
    display: block;
    text-align: center;
  }
  .list .rt-product-card .rt-product-card__details etrusted-widget {
    text-align: center;
    clear: both;
    display: inline-block;
    width: 100%;
    margin-bottom: 10px;
    margin-top: 10px;
  }
  .list .rt-product-card .price-wrapper {
    justify-content: center;
    width: 100%;
  }
  .list .rt-product-card .card-action__btn {
    justify-content: center;
    text-align: center;
    align-items: center;
    width: 100%;
  }
  .list .rt-product-card .short-description {
    width: auto;
  }
}


.grid .rt-product-card .card-action__btn {
    margin-top:0;
}

.grid .rt-product-card .price-wrapper, 
.grid .rt-product-card .card-action__btn {
    padding: 0 10px 10px;
    @media (max-width: 768px) {
      padding: 5px;
    }
}

.grid .rt-product-card etrusted-widget {
    padding: 0 10px;
}

@media only screen and (min-width: 768px) {
  .grid .rt-product-card {
    text-align: left;
  }  
  .grid .rt-product-card .rt-product-card__image {
      text-align: center;
  }
}

@media only screen and (max-width: 790px) {
  .list .rt-product-card .card-action__btn .comparable-custom-action {
    left: -125px;
  }
}

@media only screen and (max-width: 767px) {
  .list .rt-product-card {
    display: flex;
  }
  .list .rt-product-card .rt-product-card__image {
    max-width: 150px;
    margin: auto;
  }

  .list .rt-product-card .card-action__btn .comparable-custom-action {
    left: -105px;
  }
  .list .rt-product-card .rt-product-card__details {
    width: calc(100% - 120px);
  }
  .list .rt-product-card .rt-product-card__image {
    max-width: 110px;
    margin: auto;
  }

  .rt-product-card__title {
    display: -webkit-box;
    max-width: 100%;
    margin: 0 auto;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 0 10px;
    min-height: inherit;
  }
  .list .rt-product-card .rt-product-card__details etrusted-widget {
      margin-bottom: 0;
  }
  .list .rt-product-card .short-description {
    display: none;
  }
  .grid .rt-product-card .price-wrapper {
      padding-bottom: 0;
  }
    .list .rt-product-card {
        border-bottom: 1px solid #d9d9d9;
        margin-bottom: 0;
    }
  .list .rt-product-card .rt-product-card__details {
      padding-top: 5px;
  }
}

