/* Wellness Latest Products Carousel 1.4.0
 * All rules are isolated under .wellness-latest-v14. The module does not style
 * navigation, related products, the Recommended module or the global grid.
 */
.wellness-latest-v14 {
  --wlc-gap: 18px;
  --wlc-visible: 5;
  box-sizing: border-box;
  margin: 28px 0 36px;
  max-width: 100%;
  position: relative;
  width: 100%;
}
.wellness-latest-v14 *,
.wellness-latest-v14 *::before,
.wellness-latest-v14 *::after { box-sizing: border-box; }
.wellness-latest-v14__header {
  align-items: center;
  border-bottom: 1px solid var(--cosy-line, #e7e7e7);
  display: flex;
  justify-content: space-between;
  margin-bottom: 22px;
  padding-bottom: 10px;
}
.wellness-latest-v14__title {
  color: var(--cosy-ink, #333);
  font-family: inherit;
  font-size: 22px;
  font-weight: 600;
  letter-spacing: .02em;
  line-height: 1.25;
  margin: 0;
  text-transform: uppercase;
}
.wellness-latest-v14__controls { display: flex; flex: 0 0 auto; gap: 7px; margin-left: 16px; }
.wellness-latest-v14__arrow {
  align-items: center;
  background: #fff !important;
  background-image: none !important;
  border: 1px solid #d7d7d7 !important;
  border-radius: 2px !important;
  box-shadow: none !important;
  color: #555 !important;
  cursor: pointer;
  display: inline-flex !important;
  float: none !important;
  font-size: 22px !important;
  height: 36px !important;
  justify-content: center;
  line-height: 1;
  margin: 0 !important;
  min-height: 36px !important;
  padding: 0 !important;
  text-shadow: none !important;
  width: 36px !important;
}
.wellness-latest-v14__arrow:hover,
.wellness-latest-v14__arrow:focus { border-color: var(--cosy-secondary, #276658) !important; color: var(--cosy-secondary, #276658) !important; outline: none; }
.wellness-latest-v14__arrow:disabled { cursor: default; opacity: .32; }
.wellness-latest-v14__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-latest-v14__viewport::-webkit-scrollbar { display: none; }
.wellness-latest-v14__track {
  align-items: stretch;
  display: flex;
  flex-wrap: nowrap;
  gap: var(--wlc-gap);
  margin: 0;
  min-width: 100%;
  padding: 0;
  width: auto;
}
.wellness-latest-v14__item {
  display: flex;
  flex: 0 0 calc((100% - (var(--wlc-visible) - 1) * var(--wlc-gap)) / var(--wlc-visible));
  max-width: calc((100% - (var(--wlc-visible) - 1) * var(--wlc-gap)) / var(--wlc-visible));
  min-width: 0;
  scroll-snap-align: start;
}
.wellness-latest-v14-card {
  background: #fff;
  border: 1px solid #e8e8e8;
  border-radius: 2px;
  box-shadow: none;
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  margin: 0;
  min-height: 100%;
  overflow: hidden;
  padding: 0;
  transition: border-color .2s ease, box-shadow .2s ease, transform .2s ease;
  width: 100%;
}
.wellness-latest-v14-card:hover { border-color: #d2d2d2; box-shadow: 0 8px 24px rgba(0,0,0,.08); transform: translateY(-2px); }
.wellness-latest-v14-card__image {
  align-items: center;
  aspect-ratio: 1 / 1;
  display: flex;
  flex: 0 0 auto;
  justify-content: center;
  overflow: hidden;
  padding: 10px;
  width: 100%;
}
.wellness-latest-v14-card__image a { align-items: center; display: flex; height: 100%; justify-content: center; width: 100%; }
.wellness-latest-v14-card__image img { display: block; height: 100%; margin: 0 auto; max-height: 100%; max-width: 100%; object-fit: contain; width: 100%; }
.wellness-latest-v14-card__body { display: flex; flex: 1 1 auto; flex-direction: column; min-height: 0; padding: 12px 14px 14px; width: 100%; }
.wellness-latest-v14-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-latest-v14-card__name a { color: var(--cosy-ink, #333); }
.wellness-latest-v14-card__name a:hover,
.wellness-latest-v14-card__name a:focus { color: var(--cosy-secondary, #276658); text-decoration: none; }
.wellness-latest-v14-card__rating { margin: auto 0 7px; padding: 0; }
.wellness-latest-v14-card__price { color: #666; font-size: 16px; font-weight: 600; line-height: 1.35; margin: auto 0 0; min-height: 24px; }
.wellness-latest-v14-card__price .price-old { color: #999; font-size: 13px; font-weight: 400; margin-left: 5px; text-decoration: line-through; }
.wellness-latest-v14-card__price .price-tax { display: block; font-size: 11px; font-weight: 400; margin-top: 4px; }
.wellness-latest-v14-card__actions {
  align-items: stretch;
  background: #fbfaf7;
  border-top: 1px solid #e6e4dd;
  display: grid;
  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;
  min-height: 52px;
  overflow: hidden;
  padding: 0;
  width: 100%;
}
.wellness-latest-v14-card__actions::before,
.wellness-latest-v14-card__actions::after { content: none !important; display: none !important; }
.wellness-latest-v14-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-shadow: none !important;
  width: auto !important;
}
.wellness-latest-v14-card__actions > button:last-child { border-right: 0 !important; }
.wellness-latest-v14-card__icon:hover,
.wellness-latest-v14-card__icon:focus { background: #f3f1eb !important; color: var(--cosy-accent, #d6a917) !important; outline: none; }
.wellness-latest-v14-card__cart { background: var(--cosy-accent, #d6a917) !important; color: #fff !important; font-weight: 700; gap: 7px; letter-spacing: .02em; text-transform: uppercase; }
.wellness-latest-v14-card__cart:hover,
.wellness-latest-v14-card__cart:focus { background: var(--cosy-secondary, #276658) !important; color: #fff !important; outline: none; }
.wellness-latest-v14-card__cart span { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
@media (max-width: 1199px) { .wellness-latest-v14 { --wlc-visible: 4; } }
@media (max-width: 991px) { .wellness-latest-v14 { --wlc-visible: 3; } }
@media (max-width: 767px) {
  .wellness-latest-v14 { --wlc-gap: 12px; --wlc-visible: 2; margin: 22px 0 30px; }
  .wellness-latest-v14__title { font-size: 19px; }
  .wellness-latest-v14-card__name { min-height: 58px; }
}
@media (max-width: 479px) {
  .wellness-latest-v14 { --wlc-visible: 1; }
  .wellness-latest-v14__header { margin-bottom: 16px; }
  .wellness-latest-v14-card__name { min-height: 0; }
}
@media (hover: none), (pointer: coarse) { .wellness-latest-v14-card:hover { box-shadow: none; transform: none; } }
@media (prefers-reduced-motion: reduce) { .wellness-latest-v14__viewport { scroll-behavior: auto; } }
