/** Shopify CDN: Minification failed

Line 500:3 Unexpected "/"

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

.card-product {
  background-color: var(--color-secondary-lightest);
    border-radius: var(--card-edges);
    box-shadow: var(--card-shadow);
    -webkit-box-shadow: var(--card-shadow);
     text-align: center;
  border: 2px solid var(--color-secondary-darkest);
  padding: 20px;
  /* overflow: hidden; */
  position: relative;
  transition: all 0.3s ease;
  /* z-index: -11; */
  overflow: hidden;
}

.card-product: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: #B266D9;
}

.card-product__sub-price {
  text-align: center;
  margin-top: 10px;
  color: #E65059;
  font-size: 1.1rem;
  font-weight: 500;
}

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

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

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

.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: #B266D9;
}

.card-product-slim__newHighlight {
  top: 20px;
  background: #B266D9;
}

.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;
  align-items: center;
}

.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;
}

.card-product__heading,
.card-product-slim__heading {
  font-weight: 500;
  font-size: 1.3rem;
  max-width: 95%;
  margin: auto;
  text-align: center;
}

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

.card-product__image,
.card-product__thumb,
.card-product-slim__thumb  {
  display: block;
  margin: 0;
}

.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: #2b2b2b;
  font-weight: 600;
  font-size: 1.8rem;
}

.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: 20px;
    padding: 3px;
    color: #fff;
    font-size: 1.2rem;
    font-weight: 500;
    min-width: 90px;
    text-align: center;
    border-radius: 15px;
}

.card-product__offerText,
.card-product-slim__offerText {
  color: #E60B00;
  text-align: center;
  font-size: 14px;
  font-weight: 500;
  border-bottom: 1px dotted #E60B00;
  width: fit-content;
  margin: 0 auto 10px auto;
  position: relative;
  z-index: 1;
}

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

.card-product__specialOffer,
.card-product-slim__specialOffer {
  top: 20px;
  background: #B266D9;
}

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

.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;
  }
} */

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

.card-product__flavours:empty {
  margin: 0;
}

.card-product__flavours:nth-of-type(2) {
  display: none;
}


.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;
}

.card-product__thumb {
  width: 100%; /* Ensures the image scales to the container's width */
  height: auto; /* Maintains the aspect ratio */
  object-fit: cover; /* Covers the area without distorting the ratio */
}

@media (min-width: 768px) { /* Adjusts for desktop views */
  .card-product__thumb {
    width: 230px; /* Fixed width for larger screens */
    height: 230px; /* Fixed height to maintain aspect ratio */
  }
}

.card-product__multiofferText {
  width: 100%;
 background: linear-gradient(to right, #24b47b 50%, #19735d 50%); /* Lighter Green to Darker Green */
  background-size: 200% 100%;
  margin: 10px;
  color: #fff;
  padding: 10px;
  border-radius: 15px;
  text-align: center;
  font-size: 1.13rem;
  transition: background-position 0.5s ease;
}

.card-product__multiofferText:hover {
  background-position: -100% 0; /* Moves the gradient to show the darker purple */
}

/* Media query for devices with a max width of 600px (small devices) */
@media only screen and (max-width: 600px) {
  .card-product__multiofferText {
    font-size: 0.9rem; /* Adjust font-size for smaller devices */
  }
}

.card-product__metafields-full {
  display: flex;
  width: 100%; /* Ensures metafields span the full width of the card */
  background: transparent; /* Removes the specific background color for the strip */
  margin-bottom:10px;
}

.card-product__feature-strength {
  flex: 1; /* Takes up half the space */
  background-color: #B266D9;
  color: white; /* Ensures text is visible on a dark background */
  padding: 4px 10px; /* Further reduced padding for a slimmer look */
  font-size: 10px; /* Smaller font size for a more compact appearance */
  text-align: center; /* Centers text within the feature */
  margin-right: 2px; /* Maintains a slight gap between the feature blocks */
  border-radius: 8px; /* Adds rounded corners for a softer visual appearance */
}

.card-product__feature-pack {
  flex: 1; /* Takes up half the space */
  background-color: #eee;
  color: #000; /* Ensures text is visible on a grey background */
  padding: 4px 10px; /* Matches padding for visual consistency */
  font-size: 10px; /* Matches font size for uniformity */
  text-align: center; /* Centers text within the feature */
  margin-left: 2px; /* Maintains a slight gap between the feature blocks */
  border-radius: 8px; /* Adds rounded corners to match the other feature block */
}

.card-product-bestselling {
  background-color: var(--color-secondary-lightest);
  border-radius: var(--card-edges);
  box-shadow: var(--card-shadow);
  -webkit-box-shadow: var(--card-shadow);
  border: 2px solid #f2f2f2;
  padding: 50px;
  position: relative;
  transition: all 0.3s ease;
  overflow: hidden;  
  margin-bottom: 15px;
  min-height: 850px !important;
}


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

.card-product-bestselling-fruit {
  background-color: var(--color-secondary-lightest);
  border-radius: var(--card-edges);
  box-shadow: var(--card-shadow);
  -webkit-box-shadow: var(--card-shadow);
  border: 2px solid #f2f2f2;
  padding: 50px;
  position: relative;
  transition: all 0.3s ease;
  overflow: hidden;  
  margin-bottom: 15px;
  min-height: 700px !important;
}


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

.card-product__price-was {
  text-decoration: line-through;
  color: #888; /* Gray color for the "Was" price */
  margin-right: 10px; /* Space between Was and Now */
  font-size: 0.85em; /* Slightly smaller font size for Was */
  vertical-align: middle; /* Align vertically with the Now price */
}

.card-product__price-now {
  font-weight: bold;
  color: #d9534f; /* Red color for the discounted price */
  font-size: 1.1em; /* Slightly larger font for Now */
  vertical-align: middle; /* Align vertically with the Was price */
}

.card-product__price-wrapper {
  display: flex; /* This ensures the prices are side by side */
  align-items: center; /* Align them vertically */
}