/**
 * Full-bleed product carousels — compact height, edge-to-edge track, large visible images
 */
body.home-catalog .jp-shop-strip--fullbleed {
  padding-top: 2.25rem !important;
  padding-bottom: 2rem !important;
  overflow: hidden;
}
body.home-catalog .jp-shop-strip--fullbleed .jp-shop-strip-head {
  margin-bottom: 1.25rem;
}
body.home-catalog .jp-shop-strip--fullbleed .jp-shop-strip-track {
  width: 100vw;
  max-width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  padding: 0 0 0.5rem;
  background: inherit;
}
body.home-catalog .jp-shop-strip--fullbleed.is-soft .jp-shop-strip-track,
body.home-catalog .jp-shop-strip--fullbleed.is-soft {
  background: #fff;
}
body.home-catalog .jp-shop-strip--fullbleed .jp-shop-slider-wrap {
  position: relative;
  padding: 0 clamp(12px, 2vw, 28px);
  max-width: none;
}
body.home-catalog .jp-shop-strip--fullbleed .ml-shop-swiper {
  overflow: visible;
  padding: 4px 0 8px;
}
body.home-catalog .jp-shop-strip--fullbleed .swiper-slide {
  height: auto;
  display: flex;
}
body.home-catalog .jp-shop-strip--fullbleed .swiper-slide > .janosci-product-card {
  width: 100%;
}

/* Image tile — non-storefront cards only (storefront styled in home-storefront.css) */
body.home-catalog .jp-shop-strip--fullbleed.jp-purplle-section .ml-shop-card:not(.jp-card-storefront) .card-img-wrap,
body.home-catalog.home-clinical .jp-shop-strip--fullbleed.jp-purplle-section .ml-shop-card:not(.jp-card-storefront) .card-img-wrap {
  position: relative;
  aspect-ratio: unset !important;
  height: 188px !important;
  min-height: 188px !important;
  max-height: 188px !important;
  flex: 0 0 188px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  padding: 0.5rem 0.65rem !important;
  margin: 0 !important;
  background: linear-gradient(165deg, #ffffff 0%, #f1f5f9 100%) !important;
  border: none !important;
  border-bottom: 1px solid var(--border, #e2e8f0) !important;
  border-radius: 20px 20px 0 0 !important;
  overflow: hidden;
}
body.home-catalog .jp-shop-strip--fullbleed.jp-purplle-section .ml-shop-card:not(.jp-card-storefront) .card-img-wrap img,
body.home-catalog.home-clinical .jp-shop-strip--fullbleed.jp-purplle-section .ml-shop-card:not(.jp-card-storefront) .card-img-wrap img {
  position: relative;
  z-index: 0;
  display: block;
  width: auto !important;
  height: auto !important;
  max-width: calc(100% - 0.25rem) !important;
  max-height: calc(100% - 0.25rem) !important;
  object-fit: contain !important;
  object-position: center center !important;
  transition: transform 0.45s ease, filter 0.35s ease;
}
body.home-catalog .jp-shop-strip--fullbleed .ml-shop-card.janosci-product-card:hover .card-img-wrap img {
  transform: scale(1.05);
  filter: contrast(1.02) saturate(1.04);
}

/* Compact card body */
body.home-catalog .jp-shop-strip--fullbleed .ml-shop-card.janosci-product-card {
  display: flex;
  flex-direction: column;
  height: 100%;
  min-height: 0;
}
body.home-catalog .jp-shop-strip--fullbleed .ml-shop-card .card-body {
  padding: 0.65rem 0.75rem 0.75rem !important;
  flex: 1;
}
body.home-catalog .jp-shop-strip--fullbleed .ml-shop-card .card-title {
  font-size: 0.8125rem !important;
  min-height: 2.5em !important;
  margin-bottom: 0.15rem !important;
}
body.home-catalog .jp-shop-strip--fullbleed .ml-shop-card .card-sku {
  font-size: 0.625rem !important;
  margin-bottom: 0.2rem !important;
}
body.home-catalog .jp-shop-strip--fullbleed .ml-shop-card .btn-enquiry,
body.home-catalog .jp-shop-strip--fullbleed .ml-shop-card .btn-add-cart {
  padding: 0.55rem 0.4rem !important;
  min-height: 36px !important;
}
body.home-catalog .jp-shop-strip--fullbleed .ml-shop-card .card-zoom-hint {
  display: none !important;
}

/* Badges on carousel cards */
body.home-catalog .jp-shop-strip--fullbleed .ml-shop-card .sale-badge--discount {
  z-index: 2;
  top: 10px !important;
  left: 10px !important;
  background: #fff !important;
  color: #0f172a !important;
  border: 1px solid #e2e8f0 !important;
  border-radius: 8px !important;
  font-size: 0.65rem !important;
  font-weight: 700 !important;
  padding: 0.2rem 0.45rem !important;
  box-shadow: 0 2px 8px rgba(15, 23, 42, 0.06) !important;
}
body.home-catalog .jp-shop-strip--fullbleed .ml-shop-card .wishlist-btn {
  z-index: 2;
}

/* Nav on edges of full-bleed track */
body.home-catalog .jp-shop-strip--fullbleed .ml-shop-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 3;
  background: #fff !important;
  border: 1px solid #e2e8f0 !important;
  box-shadow: 0 4px 14px rgba(15, 23, 42, 0.08) !important;
  width: 40px !important;
  height: 40px !important;
  border-radius: 50% !important;
}
body.home-catalog .jp-shop-strip--fullbleed .ml-shop-nav--prev {
  left: clamp(4px, 1vw, 12px);
}
body.home-catalog .jp-shop-strip--fullbleed .ml-shop-nav--next {
  right: clamp(4px, 1vw, 12px);
}

body.home-catalog .jp-shop-strip--fullbleed .ml-shop-slider-block {
  margin-bottom: 2rem;
}
body.home-catalog .jp-shop-strip--fullbleed .ml-shop-slider-block:last-child {
  margin-bottom: 0;
}

@media (min-width: 1200px) {
  body.home-catalog .jp-shop-strip--fullbleed.jp-purplle-section .ml-shop-card:not(.jp-card-storefront) .card-img-wrap,
  body.home-catalog.home-clinical .jp-shop-strip--fullbleed.jp-purplle-section .ml-shop-card:not(.jp-card-storefront) .card-img-wrap {
    height: 200px !important;
    min-height: 200px !important;
    max-height: 200px !important;
    flex-basis: 200px !important;
  }
}

@media (max-width: 767.98px) {
  body.home-catalog .jp-shop-strip--fullbleed {
    padding-top: 1.75rem !important;
  }
  body.home-catalog .jp-shop-strip--fullbleed.jp-purplle-section .ml-shop-card:not(.jp-card-storefront) .card-img-wrap,
  body.home-catalog.home-clinical .jp-shop-strip--fullbleed.jp-purplle-section .ml-shop-card:not(.jp-card-storefront) .card-img-wrap {
    height: 168px !important;
    min-height: 168px !important;
    max-height: 168px !important;
    flex-basis: 168px !important;
    padding: 0.4rem 0.5rem !important;
  }
}
