/** Shopify CDN: Minification failed

Line 29:54 Expected ":"
Line 47:64 Expected ":"

**/
.sw-col-productcard {
  position: relative;
  margin: 0 auto;
  margin-bottom: 30px;
  width: 90%;
  max-width: 300px;
  height: 500px;
  transition: all ease-out .2s;
  background: #ffffff;
  text-align: center;
  box-shadow: 0 10px 10px rgba(0, 0, 0, .05);
  border-top: 2px solid #e0f0fc;
  border-bottom: 5px solid #e0f0fc;



}
.sw-col-productcard:hover {
  box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);
  transform: translateY(-10px);
  border-bottom: 5px solid #9bbed8;
}
@media (max-width:468px) {.sw-col-productcard { height 350px; }}

.sw-col-productcard-top {
  display: block;
  position: absolute;
  top: 0;
  height: 100px;
  background: #eee;
}

img.sw-col-productcard-img {
  display: block;
  position: relative;
  height: 350px;
  object-fit: contain;
  width: 90%;
  margin: 0 auto;
  margin-top: 5px;
} @media (max-width:468px) { img.sw-col-productcard-img { height 200px; }}

img.sw-col-productcard-img::after {
  content: '';
  display: block;
  position: relative;
  height: 50%;
  background-color: #eee;
}

.sw-col-productcard-info {
  display: block;
  position: relative;
  margin-top: 20px;
}

p.sw-col-productcard-info-general {
  display: block;
  position: relative;
  text-align: center;
  color: black;
  max-width: 85%;
  margin: 0 auto;
}

p.sw-col-productcard-info-title {
  font-size: 14px;
  text-align: center;
  font-weight: bold;
  margin-top: 15px;
  margin-bottom: 10px;
  height: 50px;
  overflow: hidden ;
  color: #00477f;
}

p.sw-col-productcard-info-price {
  display: inline-flex;
  font-size: 20px;
  font-weight: 700;
  line-height: 1;
}

p.sw-col-productcard-btn {
  display: block;
  position: absolute;
  background-color: var(--base-orange);
  color: var(--base-blue);
  font-weight: 700;
  padding: 10px 15px;
  text-align: center;
  bottom: -20px;
  right: -5px;
  /* transform: translate(-50%); */
  box-shadow: 0 5px 5px #0000001a;
  transition: all ease-out .2s;
}

p.sw-col-productcard-info-compareprice {
  display: inline-flex;
  text-align: center;
  color: #c10000;
  line-height: 0;
  text-decoration: line-through;
}

/* STICKERS */

.sw-col-productcard-sticker {
  display: block;
  position: absolute;
  width: 100px;
  text-align: center;
  left: 0;
  top: 20px;
  background-color: black; 
  padding: 10px 0px;
  color: white;
  font-weight: bold;
  font-size: 1.2rem;
  z-index: 1;
  text-transform: uppercase;
}


.sw-col-productcard-sticker-sale {
  top: 50%;
  background-color: #FF8888; 
  color: white;
  z-index: 2;
}

p.sw-col-productcard-sticker-soldout {
  background-color: var(--base-orange); 
  color: white;
  z-index: 2;
}

p.sw-col-productcard-sticker-nieuw {
  background-color: var(--base-orange); 
  color: white;
  z-index: 1;
}

/* MINI CARD --------------------*/

ul.sw-match-list { 
  padding: 0px 0px;
  margin-right: 75px;
  box-shadow: none;
} @media (max-width:768px) { ul.sw-match-list { margin-right: 0; }}

li.sw-match-list-li { 
  list-style: none;
  width: 200px;
}

.sw-col-productcard-mini {
  position: relative;
  margin: 0 auto;
  margin-right: 35px;
  width: 90%;
  max-width: 150px;
  height: 225px;
  transition: all ease-out .2s;
  background: linear-gradient(0deg, var(--base-blue) 2%,#fff 2%);
  border: 1px solid #C0CFCF;
  text-align: center;
}
.sw-col-productcard-mini:hover {
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.05);
}

.sw-col-productcard-mini-top {
  display: block;
  position: absolute;
  top: 0;
  height: 50px;
  background: #eee;
}

img.sw-col-productcard-mini-img {
  display: block;
  position: relative;
  height: 125px;
  object-fit: contain;
  width: 90%;
  margin: 0 auto;
  margin-top: 5px;
}
img.sw-col-productcard-mini-img::after {
  content: '';
  display: block;
  position: relative;
  height: 50%;
  background-color: #eee;
}

.sw-col-productcard-mini-info {
  display: block;
  position: relative;
  margin-top: 20px;
}

p.sw-col-productcard-mini-info-general {
  display: block;
  position: relative;
  text-align: center;
  color: black;
  max-width: 85%;
  margin: 0 auto;
}

p.sw-col-productcard-mini-info-title {
  font-size: 12px;
  text-align: center;
  font-weight: bold;
  margin-top: 15px;
  margin-bottom: 10px;
  height: 40px;
  overflow: hidden ;
  color: #147473;
}

p.sw-col-productcard-mini-info-price {
  display: inline-flex;
  font-size: 17px;
  line-height: 1;
}

p.sw-col-productcard-mini-btn {
  display: block;
  position: absolute;
  font-size: 12px;
  background-color: var(--base-orange);
  color: var(--base-blue);
  font-weight: 700;
  padding: 10px 15px;
  text-align: center;
  bottom: -20px;
  right: -5px;
  /* transform: translate(-50%); */
  box-shadow: 0 5px 5px #0000001a;
  transition: all ease-out .2s;
}

.sw-col-productcard-mini:hover {
  background: linear-gradient(0deg,var(--base-orange) 2%,#fff 2%);
  /*box-shadow: 0px 5px 15px rgba(0, 0, 0, .1);*/
  border: 1px solid var(--base-orange);
}

.sw-col-productcard-mini:hover p.sw-col-productcard-mini-btn { 
    box-shadow: 0 10px 20px rgba(0, 0, 0, .2);
    padding: 10px 40px;
    background: var(--base-orange);
    color: var(--base-blue);
  }

p.sw-col-productcard-mini-info-compareprice {
  display: inline-flex;
  text-align: center;
  color: #c10000;
  line-height: 0;
  text-decoration: line-through;
}

/* STICKERS */

.sw-col-productcard-mini-sticker {
  display: block;
  position: absolute;
  width: 100px;
  text-align: center;
  left: 0;
  top: 20px;
  background-color: black; 
  padding: 10px 0px;
  color: white;
  font-weight: bold;
  font-size: 1.2rem;
  z-index: 1;
  text-transform: uppercase;
}


.sw-col-productcard-mini-sticker-sale {
  top: 50%;
  background-color: #FF8888; 
  color: white;
  z-index: 2;
}

p.sw-col-productcard-mini-sticker-soldout {
  background-color: var(--base-orange); 
  color: white;
  z-index: 2;
}

p.sw-col-productcard-mini-sticker-nieuw {
  background-color: var(--base-orange); 
  color: white;
  z-index: 1;
}