/** Shopify CDN: Minification failed

Line 302:6 Unexpected "{"

**/
.related-products {
  display: block;
}

.related-products__heading {
    margin: 5rem 0 4rem;
    font-size: 35px;
    line-height: 1.2;
    font-weight: 500;
    font-family: -apple-system, BlinkMacSystemFont, Poppins, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    letter-spacing: 0px;
}




  .related-products {
    padding: 40px 0 56px;
    background: #111;
    font-family: -apple-system, BlinkMacSystemFont, Poppins, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
    letter-spacing: 0px;
  }

    .best-selling__header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 24px;
  }

    .best-selling__title {
    font-size: 35px;
    font-weight: 500;
    margin: 0;
    color: #111;
    font-family: -apple-system, BlinkMacSystemFont, Poppins, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
    letter-spacing: 0rem;
  }

    .best-selling__view-all {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-size: 14px;
    text-decoration: none;
    color: #ff6900;
    font-family: -apple-system, BlinkMacSystemFont, Poppins, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
    letter-spacing: 0rem;
    border: 1px solid #ff6900;
    padding: 8px 20px;
    border-radius: 6px;
  }

    .best-selling__view-all:hover {
    text-decoration: underline;
  }

    .best-selling__view-all-icon {
    font-size: 14px;
  }

    .best-selling__grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 20px;
  }

    .best-selling-card {
    background: transparent;
    border-radius: 8px;
    display: flex;
    flex-direction: column;
    overflow: hidden;
  }

  .best-selling-card__media-link {
  position: relative;
  display: block;
  overflow: hidden;
  aspect-ratio: 16 / 9; /* liggande format */
}

  .best-selling-card__image {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover; /* fyll 16:9-ytan snyggt */
}


    .best-selling-card__badge {
    position: absolute;
    left: 0px;
    top: 12px;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 6px 12px;
    background: #ff6900;
    color: #ffffff;
    font-size: 12px;
    font-weight: 500;
    border-bottom-right-radius: 6px;
    border-top-right-radius: 6px;
  }

    .best-selling-card__badge-icon {
    font-size: 13px;
  }

    .best-selling-card__body {
    padding: 14px 0px 16px;
    display: flex;
    flex-direction: column;
    flex: 1;
  }

    .best-selling-card__breadcrumbs {
    font-size: 12px;
    margin-bottom: 6px;
    color: #4b5563;
  }

    .best-selling-card__breadcrumbs a {
    color: #96f;
    text-decoration: none;
  }

    .best-selling-card__breadcrumbs a:hover {
    text-decoration: underline;
  }

    .best-selling-card__breadcrumbs .divider {
    margin: 0 4px;
    color: #9ca3af;
  }

  .best-selling-card__title {
    font-size: 14px;
    font-weight: 400;
    line-height: 1.4;
    margin: 0 0 10px;
    font-family: -apple-system, BlinkMacSystemFont, Poppins, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
    letter-spacing: 0rem;
}

/* Ellipsis på själva länken */
  .best-selling-card__title a {
  color: #fff;
  text-decoration: none;
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

    .best-selling-card__title a:hover {
    text-decoration: underline;
  }

    .best-selling-card__meta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
    margin-bottom: 10px;
    font-size: 13px;
  }

    .best-selling-card__rating {
    display: flex;
    align-items: center;
    gap: 6px;
    color: #f59e0b;
  }

    .best-selling-card__stars {
    display: flex;
    gap: 2px;
  }

    .star-icon {
    width: 14px;
    height: 14px;
    display: block;
    fill: #ffc53d;
  }

    .star-icon.is-empty {
    opacity: 0.25;
  }

    .best-selling-card__rating-count {
    color: #fff;
    line-height: 1;
  }

    .best-selling-card__rating-reviews {
    color: #9ca3af;
    font-weight: 400;
  }

    .best-selling-card__sales {
    display: flex;
    align-items: center;
    gap: 4px;
    color: #fff;
  }

    .cart-icon {
    width: 16px;
    height: 16px;
    display: block;
    fill: currentColor;
  }

    .best-selling-card__sales-count {
    font-weight: 500;
    line-height: 1;
  }

  .best-selling-card__footer {
  margin-top: auto;
  display: flex;
  flex-direction: column;  /* pris över knapparna */
  align-items: flex-start;
  gap: 8px;
}


    .best-selling-card__price {
    font-size: 18px;
    font-weight: 600;
    color: #fff;
  }

  .best-selling-card__buttons {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr)); /* två lika breda kolumner */
  gap: 8px;
  width: 100%;
}

/* Form & länk fyller varsin grid-cell */
  .best-selling-card__atc-form,
  .best-selling-card__buttons > a {
  width: 100%;
  display: block;
  margin: 0;
}


  .best-selling-card__btn {
    border-radius: 6px;
    padding: 10px 14px;
    font-size: 14px;
    font-weight: 500;
    border: none;
    cursor: pointer;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    white-space: nowrap;
    width: 100%;
    height: 100%;
    text-align: center;
    font-family: -apple-system, BlinkMacSystemFont, Poppins, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
    letter-spacing: 0rem;
}

    .best-selling-card__btn--primary {
    color: #ffffff;
    background: #96f;
  }

    .best-selling-card__btn--primary:hover {
    filter: brightness(1.05);
  }

    .best-selling-card__btn--ghost {
    background: #e5e7eb;
    color: #111827;
  }

    .best-selling-card__btn--ghost:hover {
    background: #d1d5db;
  }

  @media screen and (max-width: 989px) {
      .best-selling__grid {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
  }

  @media screen and (max-width: 749px) {
      {
      padding: 28px 0 40px;
    }

      .best-selling__header {
      flex-direction: column;
      align-items: flex-start;
      gap: 10px;
    }

      .best-selling__grid {
      grid-template-columns: 1fr;
    }
  }


  .related-products { 
    padding: 0 1.5rem;  
  } 

  @media screen and (min-width: 750px) { 
  .related-products { 
    padding: 0 5rem; 
  } 
}