/* Wellness Related Products Carousel 1.3.0
 * Every storefront rule is scoped to .wellness-related. The stylesheet cannot
 * recolour the site menu, alter the global Bootstrap grid or switch themes.
 */
.wellness-related {
  --wrc-gap: 18px;
  --wrc-visible: 5;
  margin: 28px 0 36px;
  max-width: 100%;
  position: relative;
}

.wellness-related__header {
  align-items: center;
  border-bottom: 1px solid #e7e7e7;
  display: flex;
  justify-content: space-between;
  margin-bottom: 22px;
  padding-bottom: 10px;
}

.wellness-related__title {
  color: #333;
  font-family: inherit;
  font-size: 22px;
  font-weight: 600;
  letter-spacing: .02em;
  line-height: 1.25;
  margin: 0;
  text-transform: uppercase;
}

.wellness-related__controls {
  display: flex;
  flex: 0 0 auto;
  gap: 7px;
  margin-left: 16px;
}

.wellness-related__arrow {
  align-items: center;
  background: #fff;
  background-image: none;
  border: 1px solid #d7d7d7;
  border-radius: 2px;
  box-shadow: none;
  color: #555;
  cursor: pointer;
  display: inline-flex;
  font-size: 22px;
  height: 36px;
  justify-content: center;
  line-height: 1;
  padding: 0;
  text-shadow: none;
  transition: border-color .2s ease, color .2s ease, opacity .2s ease;
  width: 36px;
}

.wellness-related__arrow:hover,
.wellness-related__arrow:focus {
  background: #fff;
  border-color: #333;
  color: #111;
  outline: none;
}

.wellness-related__arrow:disabled {
  cursor: default;
  opacity: .32;
}

.wellness-related__viewport {
  max-width: 100%;
  overflow-x: auto;
  overflow-y: hidden;
  scroll-behavior: smooth;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
  width: 100%;
  -webkit-overflow-scrolling: touch;
}

.wellness-related__viewport::-webkit-scrollbar {
  display: none;
}

.wellness-related .row.wellness-related__track {
  align-items: stretch;
  display: flex !important;
  flex-wrap: nowrap !important;
  gap: var(--wrc-gap);
  margin: 0 !important;
  min-width: 100%;
  padding: 0 !important;
  width: auto !important;
}

.wellness-related .wellness-related__track::before,
.wellness-related .wellness-related__track::after,
.wellness-related .wellness-related__track > .clearfix {
  content: none !important;
  display: none !important;
}

.wellness-related .wellness-related__item {
  box-sizing: border-box;
  display: flex !important;
  float: none !important;
  flex: 0 0 calc((100% - (var(--wrc-visible) - 1) * var(--wrc-gap)) / var(--wrc-visible));
  margin: 0 !important;
  max-width: calc((100% - (var(--wrc-visible) - 1) * var(--wrc-gap)) / var(--wrc-visible));
  min-width: 0;
  padding: 0 !important;
  scroll-snap-align: start;
  width: calc((100% - (var(--wrc-visible) - 1) * var(--wrc-gap)) / var(--wrc-visible)) !important;
}

.wellness-related .wellness-related-card {
  background: #fff;
  border: 1px solid #e8e8e8;
  border-radius: 2px;
  box-shadow: none;
  box-sizing: border-box;
  display: flex !important;
  flex: 1 1 auto;
  flex-direction: column;
  height: auto;
  margin: 0 !important;
  min-height: 100%;
  overflow: hidden;
  padding: 0 !important;
  transition: border-color .2s ease, box-shadow .2s ease, transform .2s ease;
  width: 100%;
}

.wellness-related .wellness-related-card:hover {
  border-color: #d2d2d2;
  box-shadow: 0 8px 24px rgba(0, 0, 0, .08);
  transform: translateY(-2px);
}

.wellness-related .wellness-related-card__image {
  align-items: center;
  aspect-ratio: 1 / 1;
  box-sizing: border-box;
  display: flex;
  flex: 0 0 auto;
  justify-content: center;
  overflow: hidden;
  padding: 10px !important;
  width: 100%;
}

.wellness-related .wellness-related-card__image a {
  align-items: center;
  display: flex;
  height: 100%;
  justify-content: center;
  width: 100%;
}

.wellness-related .wellness-related-card__image img {
  display: block;
  height: 100%;
  margin: 0 auto;
  max-height: 100%;
  max-width: 100%;
  object-fit: contain;
  width: 100%;
}

.wellness-related .wellness-related-card__body {
  box-sizing: border-box;
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  min-height: 0;
  padding: 12px 14px 14px !important;
  width: 100%;
}

.wellness-related .wellness-related-card__name {
  display: -webkit-box;
  font-family: inherit;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.45;
  margin: 0 0 10px;
  min-height: 61px;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.wellness-related .wellness-related-card__name a {
  color: #333;
}

.wellness-related .wellness-related-card__name a:hover,
.wellness-related .wellness-related-card__name a:focus {
  color: #111;
  text-decoration: underline;
}

.wellness-related .wellness-related-card__description {
  display: none !important;
}

.wellness-related .wellness-related-card__rating {
  margin: auto 0 7px;
  padding: 0;
}

.wellness-related .wellness-related-card__price {
  color: #666;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.35;
  margin: auto 0 0 !important;
  min-height: 24px;
}

.wellness-related .wellness-related-card__price .price-old {
  font-size: 13px;
  font-weight: 400;
  margin-left: 5px;
}

.wellness-related .wellness-related-card__price .price-tax {
  display: block;
  font-size: 11px;
  font-weight: 400;
  margin-top: 4px;
}

.wellness-related .wellness-related-card__actions {
  align-items: stretch;
  background: #fbfaf7;
  border-top: 1px solid #e6e4dd;
  box-sizing: border-box;
  display: grid !important;
  flex: 0 0 52px;
  grid-template-columns: minmax(0, 2fr) minmax(0, 1fr) minmax(0, 1fr);
  grid-template-rows: 52px;
  height: 52px;
  margin: auto 0 0 !important;
  min-height: 52px;
  overflow: hidden;
  padding: 0 !important;
  width: 100%;
}

.wellness-related .wellness-related-card__actions::before,
.wellness-related .wellness-related-card__actions::after {
  content: none !important;
  display: none !important;
}

.wellness-related .wellness-related-card__actions > button {
  align-items: center;
  background: #fbfaf7 !important;
  background-image: none !important;
  border: 0 !important;
  border-radius: 0 !important;
  border-right: 1px solid #e6e4dd !important;
  box-shadow: none !important;
  color: #555 !important;
  display: inline-flex !important;
  float: none !important;
  font-size: 14px !important;
  height: 52px !important;
  justify-content: center;
  line-height: 1.2;
  margin: 0 !important;
  min-height: 52px !important;
  min-width: 0;
  overflow: hidden;
  padding: 0 10px !important;
  text-align: center;
  text-shadow: none !important;
  width: auto !important;
}

.wellness-related .wellness-related-card__actions > button:last-child {
  border-right: 0 !important;
}

.wellness-related .wellness-related-card__actions > button:not(.wellness-related-card__cart):hover,
.wellness-related .wellness-related-card__actions > button:not(.wellness-related-card__cart):focus {
  background: #f3f1eb !important;
  color: var(--cosy-accent, #d6a917) !important;
  outline: none;
}

.wellness-related .wellness-related-card__cart {
  background: var(--cosy-accent, #d6a917) !important;
  color: #fff !important;
  font-weight: 700;
  gap: 7px;
  letter-spacing: .02em;
  text-transform: uppercase;
}

.wellness-related .wellness-related-card__cart:hover,
.wellness-related .wellness-related-card__cart:focus {
  background: var(--cosy-secondary, #276658) !important;
  color: #fff !important;
  outline: none;
}

.wellness-related .wellness-related-card__cart span {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

@media (max-width: 1199px) {
  .wellness-related { --wrc-visible: 4; }
}

@media (max-width: 991px) {
  .wellness-related { --wrc-visible: 3; }
}

@media (max-width: 767px) {
  .wellness-related {
    --wrc-gap: 12px;
    --wrc-visible: 2;
    margin: 22px 0 30px;
  }

  .wellness-related__header {
    margin-bottom: 16px;
  }

  .wellness-related__title {
    font-size: 18px;
  }

  .wellness-related__arrow {
    height: 40px;
    width: 40px;
  }
}

@media (max-width: 479px) {
  .wellness-related { --wrc-visible: 1; }
}

@media (prefers-reduced-motion: reduce) {
  .wellness-related__viewport {
    scroll-behavior: auto;
  }
}
