/** Shopify CDN: Minification failed

Line 537:3 Unexpected "/"

**/
.results-grid {
  display: grid;
  gap: 30px;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  width: 100%;
}

.card-product-slim {
  border: 2px solid var(--color-secondary-darkest);
  padding: 20px;
  /* overflow: hidden; */
  position: relative;
  transition: all 0.3s ease;
  /* z-index: -11; */
  overflow: hidden;
  height: 100%;
}

.card-product-slim:hover {
  border-color: #000;
  transition: all 0.3s ease;
}

.card-product-slim__oos {
  /* background: #F5655A; */
  width: 100%;
  left: 0;
  margin-bottom: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  position: relative;
  padding: 6px;
  color: #fff;
  font-size: 1.2rem;
}

.card-product-slim__oos::after {
  content: "";
  background: #f5655a;
  display: block;
  width: 121%;
  left: -20px;
  right: 0;
  height: 100%;
  position: absolute;
  z-index: -1;
}

.card-product-slim__heading {
  font-weight: 300;
  font-size: 1.5rem;
  max-width: 80%;
  margin: auto;
  text-align: center;
}

.card-product-slim__image {
  display: block;
  margin: auto;
}

.card-product-slim__image.greyed {
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  filter: grayscale(100%);
}

.card-product-slim__details {
  height: 190px;
  position: relative;
}

.card-product-slim__price {
  text-align: center;
  margin-top: 10px;
  color: #6db9c7;
}

.card-product-slim__price.greyed {
  color: #585858;
}

.card-product-slim__flavour {
  text-align: center;
  margin-top: 10px;
  font-size: 1.1rem;
}

.card-product-slim__cta {
  width: 100%;
  text-align: center;
  margin-top: 20px;
  z-index: 99;
  border: 1px solid var(--color-quaternary-medium);
  padding: 10px;
  /* position: absolute; */
  bottom: 0;
  color: #fff;
  z-index: 1;
  cursor: pointer;
  display: flex;
}

/* .card-product-slim__cta:hover{
  background: red;
  color: #fff;
} */

.card-product-slim__badge {
  position: absolute;
  left: 20px;
  padding: 3px;
  color: #fff;
  font-size: 1.1rem;
  min-width: 65px;
  text-align: center;
}

.card-product-slim__offerText {
  color: #ff685d;
  text-align: center;
  font-size: 12px;
  border-bottom: 1px dotted #ff685d;
  width: fit-content;
  margin: 0 auto 10px auto;
}

.card-product-slim__multiOffer {
  top: 20px;
  background: #ff685d;
}

.card-product-slim__newHighlight {
  top: 20px;
  background: #6db9c7;
  min-width:75px;
}

.card-product-slim__saleHighlight {
  top: 20px;
  background: #FF805D;
}

.inspired-card-product {
  max-width: 250px;
}

/* MEDIA QUERIES */

@media (max-width: 1536px) {
  .results-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .card-product-slim__badge {
    left: 50px;
  }
}

@media (max-width: 1280px) {
  .results-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 1024px) {
  .results-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 768px) {
  .results-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
  }

  .card-product-slim__badge {
    top: 20px;
    left: 20px;
  }

  .card-product-slim__image {
    width: 100%;
    max-width: 145px;
  }

  .card-product-slim__heading {
    font-size: 1.2rem;
  }

  .inspired-card-product {
    max-width: unset;
  }

  .inspired-wrapper {
    box-sizing: border-box;
  }
}

/* Card product */

.card-product {
  /* border: 2px solid var(--color-secondary-darkest); */
  padding: 20px;
  /* overflow: hidden; */
  position: relative;
  transition: all 0.3s ease;
  /* z-index: -11; */
  overflow: hidden;
  border: 1px solid #efefef;
  display: flex;
  flex-direction: column;
  position: relative;
  height: 100%;
}

.card-product__wrapper-link,
.card-product-slim__wrapper-link {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: block !important;
  z-index: 1;
}

.card-product:hover {
  border-color: #000;
  transition: all 0.3s ease;
}

.card-product__oos,
.card-product-slim__oos  {
  /* background: #F5655A; */
  width: 100%;
  left: 0;
  margin-bottom: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  position: relative;
  padding: 6px;
  color: #fff;
  font-size: 1.2rem;
}

.card-product__oos::after,
.card-product-slim__oos::after {
  content: "";
  background: #f5655a;
  display: block;
  width: 121%;
  left: -20px;
  right: 0;
  height: 100%;
  position: absolute;
  z-index: -1;
}

.card-product__colours,
.card-product-slim__colours {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 10px;
  margin-bottom: 12px;
}

.card-product__colours img,
.card-product-slim__colours img {
  display: block;
  margin: 0 2px;
  border: 1px solid #efefef;
  border-radius: 100%;
}

.card-product__wrapper,
.card-product-slim__wrapper {
  position: relative;
  margin-top: auto;
  margin-bottom: 30px;
}

.card-product__heading,
.card-product-slim__heading {
  font-weight: 400;
  font-size: 1.5rem;
  max-width: 80%;
  margin: auto;
  text-align: center;
}

.card-product__imagewrap,
.card-product-slim__imagewrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.card-product__image,
.card-product__thumb,
.card-product-slim__thumb  {
  display: block;
  margin: auto;
  width: 100%;
}

/* @media only screen and (min-width: 1536px) {
.card-product__image,
.card-product__thumb,
.card-product-slim__thumb  {
  display: block;
  margin: auto;
  width: 100%;
}
} */

.card-product-slim__thumb {
  height: auto;
}

.card-product__image.greyed,
.card-product__thumb.greyed,
.card-product-slim__thumb.greyed  {
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  filter: grayscale(100%);
}

.card-product__price,
.card-product-slim__price, 
.card-product__price span.money,
.card-product-slim__price span.money {
  text-align: center;
  margin-top: 10px;
  color: #6db9c7;
}

.card-product__price.greyed,
.card-product-slim__price.greyed,
.card-product__price.greyed span.money,
.card-product-slim__price.greyed span.money {
  color: #585858;
}

.card-product__flavour,
.card-product-slim__flavour {
  text-align: center;
  margin-top: 10px;
  font-size: 1.1rem;
  margin-bottom: 12px;
}

.card-product__badge,
.card-product-slim__badge {
    position: absolute;
    left: 10px;
    top: 10px;
    padding: 2px 8px;
    color: #fff;
    font-size: 1rem;
    font-weight: 500;
    min-width: 85px;
    border-radius: 20px;
    text-align: center;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
    letter-spacing: 0.3px;
    border: 1px solid rgba(255, 255, 255, 0.2);
}

.card-product__offerText,
.card-product-slim__offerText {
background: linear-gradient(135deg, #24B47B, #a8d5ba);
  color: #fff;
  font-size: 12px;
  text-align: center;
  padding: 2px;
  border-radius: 20px;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.2);
  margin: 0 auto 15px auto;
  width: 100%;
  position: relative;
  z-index: 1;
}

.card-product__BFofferText {
background: linear-gradient(135deg,rgb(0, 0, 0),rgb(72, 235, 232));
  color: #fff;
  font-size: 12px;
  text-align: center;
  padding: 2px;
  border-radius: 20px;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.2);
  margin: 0 auto 15px auto;
  width: 100%;
  position: relative;
  z-index: 1;
}

.card-product__liquidText {
  background: linear-gradient(135deg, #ff685d, #ffb565);
  color: #fff;
  font-size: 12px;
  text-align: center;
  padding: 2px;
  border-radius: 20px;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.2);
  margin: 0 auto 15px auto;
  width: 100%;
  position: relative;
  z-index: 1;
}

.card-product__multiOffer,
.card-product-slim__multiOffer {
  top: 20px;
  background: #ff685d;
}


/* .card-product__multiOffer.bundle-of-week,
.card-product-slim__multiOffer.bundle-of-week {
  background: yellow;
} */

.card-product__multiOffer.earlybird,
.card-product-slim__multiOffer.earlybird {
  background: black;
}

.card-product__newHighlight,
.card-product-slim__newHighlight {
  top: 20px;
  background: #6db9c7;
}

.card-product__saleHighlight,
.card-product-slim__saleHighlight {
  top: 20px;
  background: #FF685D;
}


.promo-card {
  padding: 0;
  overflow: unset;
}

/* .promo-card.span-two {
  grid-column: 2 / 4 !important;
} */

.span-two {
  grid-column: span 2/span 2 !important;
}


/* .span-two.start-pos-one{
  grid-column: 1 / 3 !important;
}
.span-two.start-pos-two{
  grid-column: 2 / 4 !important;
}
.span-two.start-pos-three{
  grid-column: 3 / 5 !important;
}
.span-two.start-pos-four{
  grid-column: 4 / 6 !important;
}

.span-two.start-pos-five{
  grid-column: 1 / 3 !important;
}
.span-two.start-pos-six{
  grid-column: 2 / 4 !important;
}
.span-two.start-pos-seven{
  grid-column: 3 / 5 !important;
}
.span-two.start-pos-eight{
  grid-column: 4 / 6 !important;
}

.span-two.start-pos-nine{
  grid-column: 1 / 3 !important;
}
.span-two.start-pos-ten{
  grid-column: 2 / 4 !important;
}
.span-two.start-pos-eleven{
  grid-column: 3 / 5 !important;
}
.span-two.start-pos-twelve{
  grid-column: 4 / 6 !important;
}

.span-two.start-pos-thirteen{
  grid-column: 1 / 3 !important;
}
.span-two.start-pos-fourteen{
  grid-column: 2 / 4 !important;
}
/* .span-two.start-pos-fiveteen{
  grid-column: 3 / 5;
}
.span-two.start-pos-sixteen{
  grid-column: 3 / 5;
} */

@media (max-width: 1024px){
  .span-two{
    grid-column: 1 / 3 !important;
  }
}

@media (max-width: 768px){
  .span-two{
    /* grid-column: 2 / 2 !important; */
    grid-row: span 32;
  }
} */




.promo-card .card-product__imagewrap{
  background: #6db9c7;
  width: 100%;
  height: 100%;
  position: relative;
}

.promo-card img {
  object-fit: cover;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  /* left: 0; */
  right: 0;
  bottom: 0;
  z-index: 1;

  display: block;
  max-width: 400px;
}

.collection-breaker-inner{
  position: relative;
  z-index: 1;
  color: var(--color-tertiary-darkest);
  height: 100%;
  width: 50%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 3rem;
  /* background: orange; */
}

@media (max-width: 1200px){

  .collection-breaker-inner{
    width: 70%;
    z-index: 11;
  }
}

.breaker-title{
  font-size: 2.5rem;
}

.breaker-cta{
  max-width: 80%;
}

.breaker-desc{
  margin: 20px 0 10px 0;
}

.tp-stars-rating {
  background: #F2F2F2;
  padding: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  min-height: 44.5px;
}

@media (max-width: 1170px){

  .tp-stars-rating svg{
    width: 16px;
    height: 16px;
  
  }

}