
.cc_ucuvj14p_category_product_slider .product-slider-track-wrapper, .cc_ucuvj14p_limited_time_discount .product-slider-track-wrapper, .cc_ucuvj14p_V4nR8sT1Yb .product-slider-track-wrapper, .cc_ucuvj14p_multi_tab_product_slider .product-slider-track-wrapper {
  position: relative;
  width: 100%;
}

.cc_ucuvj14p_category_product_slider .product-slider-track, .cc_ucuvj14p_limited_time_discount .product-slider-track, .cc_ucuvj14p_V4nR8sT1Yb .product-slider-track, .cc_ucuvj14p_multi_tab_product_slider .product-slider-track {
  display: flex;
  flex-wrap: nowrap;
  gap: var(--space-sm);
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  padding-bottom: 4px;
}

.cc_ucuvj14p_category_product_slider .product-slider-track::-webkit-scrollbar, .cc_ucuvj14p_limited_time_discount .product-slider-track::-webkit-scrollbar, .cc_ucuvj14p_V4nR8sT1Yb .product-slider-track::-webkit-scrollbar, .cc_ucuvj14p_multi_tab_product_slider .product-slider-track::-webkit-scrollbar {
  display: none;
}

.cc_ucuvj14p_category_product_slider .product-slider-track > .product-card, .cc_ucuvj14p_limited_time_discount .product-slider-track > .product-card, .cc_ucuvj14p_V4nR8sT1Yb .product-slider-track > .product-card, .cc_ucuvj14p_multi_tab_product_slider .product-slider-track > .product-card {
  scroll-snap-align: start;
  flex: 0 0 calc(100% - 24px);
}

@media (min-width: 768px) {
  .cc_ucuvj14p_category_product_slider .product-slider-track > .product-card, .cc_ucuvj14p_limited_time_discount .product-slider-track > .product-card, .cc_ucuvj14p_V4nR8sT1Yb .product-slider-track > .product-card, .cc_ucuvj14p_multi_tab_product_slider .product-slider-track > .product-card {
    flex: 0 0 calc((100% - var(--space-sm) * 1.5) / 2.5);
  }
}

@media (min-width: 1024px) {
  .cc_ucuvj14p_category_product_slider .product-slider-track > .product-card, .cc_ucuvj14p_limited_time_discount .product-slider-track > .product-card, .cc_ucuvj14p_V4nR8sT1Yb .product-slider-track > .product-card, .cc_ucuvj14p_multi_tab_product_slider .product-slider-track > .product-card {
    flex: 0 0 calc(
      (100% - (var(--space-sm) * (var(--products-per-view) - 1))) /
        var(--products-per-view)
    );
  }
}

.cc_ucuvj14p_category_product_slider .product-slider-arrow, .cc_ucuvj14p_limited_time_discount .product-slider-arrow, .cc_ucuvj14p_V4nR8sT1Yb .product-slider-arrow, .cc_ucuvj14p_multi_tab_product_slider .product-slider-arrow {
  position: absolute;
  top: var(--arrow-top, 50%);
  transform: translateY(-50%);
  width: 40px;
  height: 40px;
  display: none;
  align-items: center;
  justify-content: center;
  background-color: var(--color-surface);
  border: 1px solid var(--color-border);
  border-radius: 50%;
  color: var(--slider-accent, var(--color-accent));
  cursor: pointer;
  z-index: 2;
  padding: 0;
}

.cc_ucuvj14p_category_product_slider .product-slider-arrow[aria-hidden="true"], .cc_ucuvj14p_limited_time_discount .product-slider-arrow[aria-hidden="true"], .cc_ucuvj14p_V4nR8sT1Yb .product-slider-arrow[aria-hidden="true"], .cc_ucuvj14p_multi_tab_product_slider .product-slider-arrow[aria-hidden="true"] {
  opacity: 0;
  pointer-events: none;
}

.cc_ucuvj14p_category_product_slider .product-slider-arrow--prev, .cc_ucuvj14p_limited_time_discount .product-slider-arrow--prev, .cc_ucuvj14p_V4nR8sT1Yb .product-slider-arrow--prev, .cc_ucuvj14p_multi_tab_product_slider .product-slider-arrow--prev {
  left: -20px;
}

.cc_ucuvj14p_category_product_slider .product-slider-arrow--next, .cc_ucuvj14p_limited_time_discount .product-slider-arrow--next, .cc_ucuvj14p_V4nR8sT1Yb .product-slider-arrow--next, .cc_ucuvj14p_multi_tab_product_slider .product-slider-arrow--next {
  right: -20px;
}

@media (min-width: 768px) {
  .cc_ucuvj14p_category_product_slider .product-slider-arrow, .cc_ucuvj14p_limited_time_discount .product-slider-arrow, .cc_ucuvj14p_V4nR8sT1Yb .product-slider-arrow, .cc_ucuvj14p_multi_tab_product_slider .product-slider-arrow {
    display: flex;
  }
}

@media (prefers-reduced-motion: no-preference) {
  .cc_ucuvj14p_category_product_slider .product-slider-arrow, .cc_ucuvj14p_limited_time_discount .product-slider-arrow, .cc_ucuvj14p_V4nR8sT1Yb .product-slider-arrow, .cc_ucuvj14p_multi_tab_product_slider .product-slider-arrow {
    transition: background-color 200ms ease, border-color 200ms ease,
      color 200ms ease, opacity 200ms ease;
  }
}

.cc_ucuvj14p_category_product_slider .product-slider-arrow:hover, .cc_ucuvj14p_limited_time_discount .product-slider-arrow:hover, .cc_ucuvj14p_V4nR8sT1Yb .product-slider-arrow:hover, .cc_ucuvj14p_multi_tab_product_slider .product-slider-arrow:hover {
  background-color: var(--slider-accent, var(--color-accent));
  border-color: var(--slider-accent, var(--color-accent));
  color: var(--color-surface);
}

.cc_ucuvj14p_category_product_slider .product-card, .cc_ucuvj14p_limited_time_discount .product-card, .cc_ucuvj14p_V4nR8sT1Yb .product-card, .cc_ucuvj14p_multi_tab_product_slider .product-card {
  display: flex;
  flex-direction: column;
  gap: var(--space-sm);
  text-decoration: none;
  color: inherit;
  flex: 0 0 auto;
}

.cc_ucuvj14p_category_product_slider .product-card-media, .cc_ucuvj14p_limited_time_discount .product-card-media, .cc_ucuvj14p_V4nR8sT1Yb .product-card-media, .cc_ucuvj14p_multi_tab_product_slider .product-card-media {
  position: relative;
  width: 100%;
  border-radius: 4px;
  overflow: hidden;
  background-color: var(--color-surface-alt);
}

.cc_ucuvj14p_category_product_slider .product-card.is-portrait .product-card-media, .cc_ucuvj14p_limited_time_discount .product-card.is-portrait .product-card-media, .cc_ucuvj14p_V4nR8sT1Yb .product-card.is-portrait .product-card-media, .cc_ucuvj14p_multi_tab_product_slider .product-card.is-portrait .product-card-media {
  aspect-ratio: 3 / 4;
}

.cc_ucuvj14p_category_product_slider .product-card.is-square .product-card-media, .cc_ucuvj14p_limited_time_discount .product-card.is-square .product-card-media, .cc_ucuvj14p_V4nR8sT1Yb .product-card.is-square .product-card-media, .cc_ucuvj14p_multi_tab_product_slider .product-card.is-square .product-card-media {
  aspect-ratio: 1 / 1;
}

.cc_ucuvj14p_category_product_slider .product-card-image, .cc_ucuvj14p_limited_time_discount .product-card-image, .cc_ucuvj14p_V4nR8sT1Yb .product-card-image, .cc_ucuvj14p_multi_tab_product_slider .product-card-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.cc_ucuvj14p_category_product_slider .product-card-image--empty, .cc_ucuvj14p_limited_time_discount .product-card-image--empty, .cc_ucuvj14p_V4nR8sT1Yb .product-card-image--empty, .cc_ucuvj14p_multi_tab_product_slider .product-card-image--empty {
  background: linear-gradient(135deg, var(--color-surface-alt), var(--color-border));
}

.cc_ucuvj14p_category_product_slider .product-card.has-hover-image .product-card-image--primary, .cc_ucuvj14p_limited_time_discount .product-card.has-hover-image .product-card-image--primary, .cc_ucuvj14p_V4nR8sT1Yb .product-card.has-hover-image .product-card-image--primary, .cc_ucuvj14p_multi_tab_product_slider .product-card.has-hover-image .product-card-image--primary, .cc_ucuvj14p_category_product_slider .product-card-image--hover, .cc_ucuvj14p_limited_time_discount .product-card-image--hover, .cc_ucuvj14p_V4nR8sT1Yb .product-card-image--hover, .cc_ucuvj14p_multi_tab_product_slider .product-card-image--hover {
  position: absolute;
  top: 0;
  left: 0;
}

.cc_ucuvj14p_category_product_slider .product-card-image--hover, .cc_ucuvj14p_limited_time_discount .product-card-image--hover, .cc_ucuvj14p_V4nR8sT1Yb .product-card-image--hover, .cc_ucuvj14p_multi_tab_product_slider .product-card-image--hover {
  opacity: 0;
  transition: opacity 700ms cubic-bezier(0.4, 0, 0.2, 1);
  pointer-events: none;
}

@media (hover: hover) {
  .cc_ucuvj14p_category_product_slider .product-card.has-hover-image:hover .product-card-image--hover, .cc_ucuvj14p_limited_time_discount .product-card.has-hover-image:hover .product-card-image--hover, .cc_ucuvj14p_V4nR8sT1Yb .product-card.has-hover-image:hover .product-card-image--hover, .cc_ucuvj14p_multi_tab_product_slider .product-card.has-hover-image:hover .product-card-image--hover {
    opacity: 1;
  }
}

.cc_ucuvj14p_category_product_slider .product-card-body, .cc_ucuvj14p_limited_time_discount .product-card-body, .cc_ucuvj14p_V4nR8sT1Yb .product-card-body, .cc_ucuvj14p_multi_tab_product_slider .product-card-body {
  display: flex;
  flex-direction: column;
  gap: 4px;
  padding: 0 2px;
}

.cc_ucuvj14p_category_product_slider .product-card-name, .cc_ucuvj14p_limited_time_discount .product-card-name, .cc_ucuvj14p_V4nR8sT1Yb .product-card-name, .cc_ucuvj14p_multi_tab_product_slider .product-card-name {
  font-family: var(--font-body);
  font-size: var(--text-small);
  font-weight: 400;
  line-height: 1.4;
  color: var(--slider-text-color, var(--color-text-primary));
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.cc_ucuvj14p_category_product_slider .product-card-price, .cc_ucuvj14p_limited_time_discount .product-card-price, .cc_ucuvj14p_V4nR8sT1Yb .product-card-price, .cc_ucuvj14p_multi_tab_product_slider .product-card-price {
  font-family: var(--font-body);
  font-size: var(--text-body);
  font-weight: 500;
  line-height: 1.4;
  color: var(--slider-text-color, var(--color-text-primary));
  font-variant-numeric: tabular-nums;
}

@media (prefers-reduced-motion: no-preference) {
  .cc_ucuvj14p_category_product_slider .product-card-image, .cc_ucuvj14p_limited_time_discount .product-card-image, .cc_ucuvj14p_V4nR8sT1Yb .product-card-image, .cc_ucuvj14p_multi_tab_product_slider .product-card-image {
    transition: transform 400ms ease-out;
  }

  .cc_ucuvj14p_category_product_slider .product-card:hover .product-card-image, .cc_ucuvj14p_limited_time_discount .product-card:hover .product-card-image, .cc_ucuvj14p_V4nR8sT1Yb .product-card:hover .product-card-image, .cc_ucuvj14p_multi_tab_product_slider .product-card:hover .product-card-image {
    transform: scale(1.04);
  }
}

.cc_ucuvj14p_category_product_slider .product-card, .cc_ucuvj14p_limited_time_discount .product-card, .cc_ucuvj14p_V4nR8sT1Yb .product-card, .cc_ucuvj14p_multi_tab_product_slider .product-card {
  position: relative;
  gap: 0;
  overflow: hidden;
  background: var(--color-surface);
  border: 1px solid #e7e7e7;
  border-radius: .8rem;
  box-shadow: 0 .2rem .8rem rgba(22,78,87,.035);
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}
.cc_ucuvj14p_category_product_slider .product-card:hover, .cc_ucuvj14p_limited_time_discount .product-card:hover, .cc_ucuvj14p_V4nR8sT1Yb .product-card:hover, .cc_ucuvj14p_multi_tab_product_slider .product-card:hover { transform: translateY(-.25rem); border-color: color-mix(in srgb, var(--color-accent-secondary) 38%, #ddd); box-shadow: 0 .9rem 2rem rgba(25,23,26,.1); }
.cc_ucuvj14p_category_product_slider .product-card-media, .cc_ucuvj14p_limited_time_discount .product-card-media, .cc_ucuvj14p_V4nR8sT1Yb .product-card-media, .cc_ucuvj14p_multi_tab_product_slider .product-card-media { display: block; border-radius: 0; background: #f5f6f6; text-decoration: none; }
.cc_ucuvj14p_category_product_slider .product-card-body, .cc_ucuvj14p_limited_time_discount .product-card-body, .cc_ucuvj14p_V4nR8sT1Yb .product-card-body, .cc_ucuvj14p_multi_tab_product_slider .product-card-body { min-height: 10.25rem; gap: .45rem; padding: .75rem .75rem .7rem; }
.cc_ucuvj14p_category_product_slider .product-card-name, .cc_ucuvj14p_limited_time_discount .product-card-name, .cc_ucuvj14p_V4nR8sT1Yb .product-card-name, .cc_ucuvj14p_multi_tab_product_slider .product-card-name { min-height: 2.55em; color: #161418; font-size: .9rem; font-weight: 650; line-height: 1.28; text-decoration: none; }
.cc_ucuvj14p_category_product_slider .product-card-name:hover, .cc_ucuvj14p_limited_time_discount .product-card-name:hover, .cc_ucuvj14p_V4nR8sT1Yb .product-card-name:hover, .cc_ucuvj14p_multi_tab_product_slider .product-card-name:hover { color: var(--color-accent-dark); }
.cc_ucuvj14p_category_product_slider .product-card-price-row, .cc_ucuvj14p_limited_time_discount .product-card-price-row, .cc_ucuvj14p_V4nR8sT1Yb .product-card-price-row, .cc_ucuvj14p_multi_tab_product_slider .product-card-price-row { display: flex; align-items: baseline; gap: .5rem; flex-wrap: wrap; }
.cc_ucuvj14p_category_product_slider .product-card-price, .cc_ucuvj14p_limited_time_discount .product-card-price, .cc_ucuvj14p_V4nR8sT1Yb .product-card-price, .cc_ucuvj14p_multi_tab_product_slider .product-card-price { color: #111; font-size: 1rem; font-weight: 900; }
.cc_ucuvj14p_category_product_slider .product-card-price--original, .cc_ucuvj14p_limited_time_discount .product-card-price--original, .cc_ucuvj14p_V4nR8sT1Yb .product-card-price--original, .cc_ucuvj14p_multi_tab_product_slider .product-card-price--original { color: #a1a1a1; font-size: .76rem; text-decoration: line-through; }

.cc_ucuvj14p_category_product_slider .product-card-favorite, .cc_ucuvj14p_limited_time_discount .product-card-favorite, .cc_ucuvj14p_V4nR8sT1Yb .product-card-favorite, .cc_ucuvj14p_multi_tab_product_slider .product-card-favorite {
  position: absolute;
  top: .65rem;
  right: .65rem;
  z-index: 4;
  width: 2.25rem;
  height: 2.25rem;
  display: grid;
  place-items: center;
  padding: 0;
  color: #171717;
  background: rgba(255,255,255,.94);
  border: 1px solid rgba(25,25,25,.08);
  border-radius: 50%;
  box-shadow: 0 .25rem .75rem rgba(0,0,0,.08);
  cursor: pointer;
}
.cc_ucuvj14p_category_product_slider .product-card-favorite:hover, .cc_ucuvj14p_limited_time_discount .product-card-favorite:hover, .cc_ucuvj14p_V4nR8sT1Yb .product-card-favorite:hover, .cc_ucuvj14p_multi_tab_product_slider .product-card-favorite:hover, .cc_ucuvj14p_category_product_slider .product-card-favorite.is-active, .cc_ucuvj14p_limited_time_discount .product-card-favorite.is-active, .cc_ucuvj14p_V4nR8sT1Yb .product-card-favorite.is-active, .cc_ucuvj14p_multi_tab_product_slider .product-card-favorite.is-active { color: var(--color-brand-pink); transform: scale(1.06); }
.cc_ucuvj14p_category_product_slider .product-card-favorite:disabled, .cc_ucuvj14p_limited_time_discount .product-card-favorite:disabled, .cc_ucuvj14p_V4nR8sT1Yb .product-card-favorite:disabled, .cc_ucuvj14p_multi_tab_product_slider .product-card-favorite:disabled { opacity: .55; cursor: wait; }

.cc_ucuvj14p_category_product_slider .product-card-badge, .cc_ucuvj14p_limited_time_discount .product-card-badge, .cc_ucuvj14p_V4nR8sT1Yb .product-card-badge, .cc_ucuvj14p_multi_tab_product_slider .product-card-badge {
  top: .65rem;
  left: .65rem;
  z-index: 3;
  padding: .38rem .55rem;
  font-size: .65rem;
  font-weight: 900;
  letter-spacing: .025em;
  border-radius: .45rem;
  box-shadow: 0 .2rem .55rem rgba(0,0,0,.08);
}
.cc_ucuvj14p_category_product_slider .product-card-badge--sale, .cc_ucuvj14p_limited_time_discount .product-card-badge--sale, .cc_ucuvj14p_V4nR8sT1Yb .product-card-badge--sale, .cc_ucuvj14p_multi_tab_product_slider .product-card-badge--sale { background: linear-gradient(135deg, var(--color-brand-pink), var(--color-accent)); }
.cc_ucuvj14p_category_product_slider .product-card-savings, .cc_ucuvj14p_limited_time_discount .product-card-savings, .cc_ucuvj14p_V4nR8sT1Yb .product-card-savings, .cc_ucuvj14p_multi_tab_product_slider .product-card-savings { bottom: .65rem; left: .65rem; border-radius: .45rem; font-size: .68rem; font-weight: 850; }
.cc_ucuvj14p_category_product_slider .product-card-soldout-overlay, .cc_ucuvj14p_limited_time_discount .product-card-soldout-overlay, .cc_ucuvj14p_V4nR8sT1Yb .product-card-soldout-overlay, .cc_ucuvj14p_multi_tab_product_slider .product-card-soldout-overlay {
  position: absolute;
  inset: 0;
  z-index: 2;
  display: grid;
  place-items: center;
  color: #111;
  font-size: 1.05rem;
  font-weight: 850;
  background: rgba(255,255,255,.68);
  backdrop-filter: blur(1px);
}

.cc_ucuvj14p_category_product_slider .product-card-benefits, .cc_ucuvj14p_limited_time_discount .product-card-benefits, .cc_ucuvj14p_V4nR8sT1Yb .product-card-benefits, .cc_ucuvj14p_multi_tab_product_slider .product-card-benefits {
  min-height: 2.9rem;
  display: flex;
  align-items: stretch;
  gap: .4rem;
  margin-top: auto;
}
.cc_ucuvj14p_category_product_slider .product-card-benefit, .cc_ucuvj14p_limited_time_discount .product-card-benefit, .cc_ucuvj14p_V4nR8sT1Yb .product-card-benefit, .cc_ucuvj14p_multi_tab_product_slider .product-card-benefit {
  min-width: 3.15rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: .25rem;
  padding: .35rem .42rem;
  color: #242124;
  text-align: center;
  font-size: .58rem;
  font-weight: 800;
  line-height: 1.15;
  background: #fafafa;
  border: 1px solid #eee;
  border-radius: .45rem;
}
.cc_ucuvj14p_category_product_slider .product-card-benefit strong, .cc_ucuvj14p_limited_time_discount .product-card-benefit strong, .cc_ucuvj14p_V4nR8sT1Yb .product-card-benefit strong, .cc_ucuvj14p_multi_tab_product_slider .product-card-benefit strong { font-size: .8rem; }
.cc_ucuvj14p_category_product_slider .product-card-benefit--video, .cc_ucuvj14p_limited_time_discount .product-card-benefit--video, .cc_ucuvj14p_V4nR8sT1Yb .product-card-benefit--video, .cc_ucuvj14p_multi_tab_product_slider .product-card-benefit--video { color: #fff; background: linear-gradient(135deg, var(--color-brand-pink), #8e20b4); border-color: transparent; }

.cc_ucuvj14p_category_product_slider .product-card-add, .cc_ucuvj14p_limited_time_discount .product-card-add, .cc_ucuvj14p_V4nR8sT1Yb .product-card-add, .cc_ucuvj14p_multi_tab_product_slider .product-card-add {
  position: absolute;
  right: .65rem;
  bottom: .65rem;
  z-index: 3;
  min-height: 2.55rem;
  width: 2.55rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: .45rem;
  margin: 0;
  padding: 0;
  color: #fff;
  font: inherit;
  font-size: .76rem;
  font-weight: 850;
  background: var(--color-accent-secondary-dark);
  border: 0;
  border-radius: 50%;
  cursor: pointer;
  transition: background 160ms ease, transform 160ms ease;
}
.cc_ucuvj14p_category_product_slider .product-card-add span, .cc_ucuvj14p_limited_time_discount .product-card-add span, .cc_ucuvj14p_V4nR8sT1Yb .product-card-add span, .cc_ucuvj14p_multi_tab_product_slider .product-card-add span { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; }
.cc_ucuvj14p_category_product_slider .product-card-add:hover, .cc_ucuvj14p_limited_time_discount .product-card-add:hover, .cc_ucuvj14p_V4nR8sT1Yb .product-card-add:hover, .cc_ucuvj14p_multi_tab_product_slider .product-card-add:hover { background: var(--color-accent-dark); transform: translateY(-1px); }
.cc_ucuvj14p_category_product_slider .product-card-add:disabled, .cc_ucuvj14p_limited_time_discount .product-card-add:disabled, .cc_ucuvj14p_V4nR8sT1Yb .product-card-add:disabled, .cc_ucuvj14p_multi_tab_product_slider .product-card-add:disabled { color: #777; background: #ececec; cursor: not-allowed; transform: none; }

@media (max-width: 767px) {
  .cc_ucuvj14p_category_product_slider .product-card-body, .cc_ucuvj14p_limited_time_discount .product-card-body, .cc_ucuvj14p_V4nR8sT1Yb .product-card-body, .cc_ucuvj14p_multi_tab_product_slider .product-card-body { min-height: 9.9rem; padding: .65rem; }
  .cc_ucuvj14p_category_product_slider .product-card-name, .cc_ucuvj14p_limited_time_discount .product-card-name, .cc_ucuvj14p_V4nR8sT1Yb .product-card-name, .cc_ucuvj14p_multi_tab_product_slider .product-card-name { font-size: .82rem; }
  .cc_ucuvj14p_category_product_slider .product-card-benefit, .cc_ucuvj14p_limited_time_discount .product-card-benefit, .cc_ucuvj14p_V4nR8sT1Yb .product-card-benefit, .cc_ucuvj14p_multi_tab_product_slider .product-card-benefit { font-size: .53rem; }
}


/* V4: resilient product cards, including video products. */
.cc_ucuvj14p_category_product_slider .product-card, .cc_ucuvj14p_limited_time_discount .product-card, .cc_ucuvj14p_V4nR8sT1Yb .product-card, .cc_ucuvj14p_multi_tab_product_slider .product-card { position: relative; min-width: 0; overflow: hidden; }
.cc_ucuvj14p_category_product_slider .product-card-body, .cc_ucuvj14p_limited_time_discount .product-card-body, .cc_ucuvj14p_V4nR8sT1Yb .product-card-body, .cc_ucuvj14p_multi_tab_product_slider .product-card-body { position: relative; min-width: 0; padding-bottom: 3.55rem; }
.cc_ucuvj14p_category_product_slider .product-card-benefits, .cc_ucuvj14p_limited_time_discount .product-card-benefits, .cc_ucuvj14p_V4nR8sT1Yb .product-card-benefits, .cc_ucuvj14p_multi_tab_product_slider .product-card-benefits { min-width: 0; flex-wrap: wrap; padding-right: 0; }
.cc_ucuvj14p_category_product_slider .product-card-benefit, .cc_ucuvj14p_limited_time_discount .product-card-benefit, .cc_ucuvj14p_V4nR8sT1Yb .product-card-benefit, .cc_ucuvj14p_multi_tab_product_slider .product-card-benefit { min-width: 0; flex: 1 1 4.1rem; }
.cc_ucuvj14p_category_product_slider .product-card-add, .cc_ucuvj14p_limited_time_discount .product-card-add, .cc_ucuvj14p_V4nR8sT1Yb .product-card-add, .cc_ucuvj14p_multi_tab_product_slider .product-card-add { right: .65rem; bottom: .65rem; }
.cc_ucuvj14p_category_product_slider .product-card-video, .cc_ucuvj14p_limited_time_discount .product-card-video, .cc_ucuvj14p_V4nR8sT1Yb .product-card-video, .cc_ucuvj14p_multi_tab_product_slider .product-card-video { width: 100%; height: 100%; object-fit: cover; }
@media (max-width: 767px) {
  .cc_ucuvj14p_category_product_slider .product-card-body, .cc_ucuvj14p_limited_time_discount .product-card-body, .cc_ucuvj14p_V4nR8sT1Yb .product-card-body, .cc_ucuvj14p_multi_tab_product_slider .product-card-body { min-height: 10.4rem; padding-bottom: 3.6rem; }
  .cc_ucuvj14p_category_product_slider .product-card-benefits, .cc_ucuvj14p_limited_time_discount .product-card-benefits, .cc_ucuvj14p_V4nR8sT1Yb .product-card-benefits, .cc_ucuvj14p_multi_tab_product_slider .product-card-benefits { gap: .3rem; }
  .cc_ucuvj14p_category_product_slider .product-card-benefit, .cc_ucuvj14p_limited_time_discount .product-card-benefit, .cc_ucuvj14p_V4nR8sT1Yb .product-card-benefit, .cc_ucuvj14p_multi_tab_product_slider .product-card-benefit { flex-basis: 3.6rem; font-size: .49rem; padding-inline: .25rem; }
  .cc_ucuvj14p_category_product_slider .product-card-add, .cc_ucuvj14p_limited_time_discount .product-card-add, .cc_ucuvj14p_V4nR8sT1Yb .product-card-add, .cc_ucuvj14p_multi_tab_product_slider .product-card-add { width: 2.45rem; min-height: 2.45rem; right: .5rem; bottom: .55rem; }
}
