.bp-productcarousel {
  background: var(--bp-pc-bg, #fff);
  border-radius: 14px;
  direction: rtl;
  margin: 1rem 0;
  padding: 1rem;
  text-align: center;
}

.bp-productcarousel *,
.bp-productcarousel *::before,
.bp-productcarousel *::after {
  box-sizing: border-box;
}

.bp-productcarousel-header {
  align-items: center;
  display: flex;
  gap: 0.72rem;
  justify-content: space-between;
  margin-bottom: 1rem;
}

.bp-productcarousel-heading {
  min-width: 0;
}

.bp-productcarousel-title {
  color: var(--bp-pc-title-color, inherit);
  font-size: 1.25rem;
  line-height: 1.6;
  margin: 0;
  text-align: center;
}

.bp-productcarousel-title a {
  color: inherit;
  text-decoration: none;
}

.bp-productcarousel-title a:hover,
.bp-productcarousel-title a:focus {
  color: inherit;
  text-decoration: underline;
}

.bp-productcarousel-view-all {
  align-items: center;
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.14);
  border-radius: 999px;
  color: inherit;
  display: inline-flex;
  flex: 0 0 auto;
  font-size: 0.86rem;
  font-weight: 700;
  justify-content: center;
  line-height: 1.35;
  padding: 0.38rem 0.78rem;
  text-decoration: none;
}

.bp-productcarousel-view-all:hover,
.bp-productcarousel-view-all:focus {
  background: rgba(0, 0, 0, 0.04);
  color: inherit;
  text-decoration: none;
}

.bp-productcarousel-slider {
  --bp-pc-current-gap: 12px;
  direction: rtl;
  position: relative;
}

.bp-productcarousel-viewport {
  -ms-touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
  cursor: grab;
  direction: rtl;
  overflow: hidden;
  overscroll-behavior-x: contain;
  overscroll-behavior-y: auto;
  touch-action: pan-y pinch-zoom;
  user-select: none;
  width: 100%;
}

.bp-productcarousel-track {
  -webkit-user-select: none;
  align-items: stretch;
  backface-visibility: hidden;
  direction: rtl;
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-start;
  margin-left: auto;
  margin-right: 0;
  pointer-events: auto;
  user-select: none;
  will-change: transform;
}

.bp-productcarousel-is-dragging .bp-productcarousel-viewport {
  cursor: grabbing;
}

.bp-productcarousel-is-dragging .bp-productcarousel-track {
  user-select: none;
}

.bp-productcarousel-track img {
  -webkit-user-drag: none;
  user-drag: none;
}

.bp-productcarousel-slide {
  box-sizing: border-box;
  direction: rtl;
  flex: 0 0 calc((100% - (var(--bp-pc-current-gap) * (var(--bp-pc-mobile, 2.2) - 1))) / var(--bp-pc-mobile, 2.2));
  max-width: calc((100% - (var(--bp-pc-current-gap) * (var(--bp-pc-mobile, 2.2) - 1))) / var(--bp-pc-mobile, 2.2));
  padding: 0;
  pointer-events: auto;
  text-align: center;
  transform: translateZ(0);
  backface-visibility: hidden;
}

.bp-productcarousel-slide .product-miniature,
.bp-productcarousel-slide article.product-miniature {
  height: 100%;
  width: 100%;
}

.bp-productcarousel-slider a,
.bp-productcarousel-slider button,
.bp-productcarousel-slider .bp-product-link,
.bp-productcarousel-slider .product-miniature a {
  pointer-events: auto;
}

.bp-productcarousel-is-dragging a,
.bp-productcarousel-is-dragging img {
  user-select: none;
}

.bp-productcarousel-click-suppressed .bp-productcarousel-slide a,
.bp-productcarousel-click-suppressed .bp-productcarousel-slide button,
.bp-productcarousel-click-suppressed .product-miniature a,
.bp-productcarousel-click-suppressed article.product-miniature a,
.bp-productcarousel-click-suppressed .bp-productcarousel-horizontal-card,
.bp-productcarousel-click-suppressed .bp-productcarousel-internal-card,
.bp-productcarousel-click-suppressed .bp-productcarousel-cta-card {
  pointer-events: none !important;
}

@media (min-width: 768px) {
  .bp-productcarousel-slider {
    --bp-pc-current-gap: 16px;
  }
  .bp-productcarousel-slide {
    flex-basis: calc((100% - (var(--bp-pc-current-gap) * (var(--bp-pc-tablet-portrait, var(--bp-pc-tablet, 3.2)) - 1))) / var(--bp-pc-tablet-portrait, var(--bp-pc-tablet, 3.2)));
    max-width: calc((100% - (var(--bp-pc-current-gap) * (var(--bp-pc-tablet-portrait, var(--bp-pc-tablet, 3.2)) - 1))) / var(--bp-pc-tablet-portrait, var(--bp-pc-tablet, 3.2)));
  }
}

@media (min-width: 992px) {
  .bp-productcarousel-slider {
    --bp-pc-current-gap: var(--bp-pc-gap, 20px);
  }
  .bp-productcarousel-slide {
    flex-basis: calc((100% - (var(--bp-pc-current-gap) * (var(--bp-pc-tablet-landscape, 4.2) - 1))) / var(--bp-pc-tablet-landscape, 4.2));
    max-width: calc((100% - (var(--bp-pc-current-gap) * (var(--bp-pc-tablet-landscape, 4.2) - 1))) / var(--bp-pc-tablet-landscape, 4.2));
  }
}

@media (min-width: 1200px) {
  .bp-productcarousel-slide {
    flex-basis: calc((100% - (var(--bp-pc-current-gap) * (var(--bp-pc-desktop, 5.2) - 1))) / var(--bp-pc-desktop, 5.2));
    max-width: calc((100% - (var(--bp-pc-current-gap) * (var(--bp-pc-desktop, 5.2) - 1))) / var(--bp-pc-desktop, 5.2));
  }
}

.bp-productcarousel-control {
  align-items: center;
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.12);
  border-radius: 50%;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.08);
  cursor: pointer;
  display: flex;
  height: 2.25rem;
  justify-content: center;
  padding: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 2.25rem;
  z-index: 2;
}

.bp-productcarousel-control svg {
  fill: currentColor;
  height: 1.1rem;
  width: 1.1rem;
}

.bp-productcarousel-control.is-disabled,
.bp-productcarousel-control[disabled] {
  cursor: default;
  opacity: 0;
  pointer-events: none;
}

@media (max-width: 991px) {
  .bp-productcarousel-control {
    display: none !important;
  }
}

.bp-productcarousel-prev {
  right: 0.25rem;
}

.bp-productcarousel-next {
  left: 0.25rem;
}

.bp-productcarousel-tabs {
  align-items: center;
  display: flex;
  flex-wrap: nowrap;
  gap: 0.45rem;
  margin-bottom: 0.8rem;
  overflow-x: auto;
  padding: 0 0 0.35rem;
  scrollbar-width: thin;
}

.bp-productcarousel-tab {
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.12);
  border-radius: 999px;
  color: inherit;
  cursor: pointer;
  flex: 0 0 auto;
  font-size: 0.78rem;
  font-weight: 700;
  line-height: 1.45;
  padding: 0.35rem 0.72rem;
}

.bp-productcarousel-tab:hover,
.bp-productcarousel-tab:focus,
.bp-productcarousel-tab.is-active {
  background: rgba(0, 0, 0, 0.06);
  border-color: rgba(0, 0, 0, 0.24);
}

.bp-productcarousel-tab-panel {
  min-height: 5rem;
  position: relative;
}

.bp-productcarousel-tab-panel.is-loading {
  pointer-events: none;
}

.bp-productcarousel-tab-loader {
  align-items: center;
  background: rgba(255, 255, 255, 0.42);
  border-radius: 16px;
  bottom: 0;
  display: flex;
  justify-content: center;
  left: 0;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 6;
}

.bp-productcarousel-tab-loader span {
  animation: bp-productcarousel-tab-spin 0.75s linear infinite;
  border: 3px solid var(--bpmm-border, rgba(0, 0, 0, 0.14));
  border-radius: 50%;
  border-top-color: var(--bpmm-active, var(--bp-pc-title-color, #2f80ed));
  display: block;
  height: 42px;
  width: 42px;
}

.bp-productcarousel-tab.is-loading {
  opacity: 0.72;
  position: relative;
}

@keyframes bp-productcarousel-tab-spin {
  to { transform: rotate(360deg); }
}

.bp-productcarousel-error {
  background: rgba(0, 0, 0, 0.03);
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 0.5rem;
  padding: 1rem;
}

.bp-productcarousel-shell {
  min-height: 18rem;
}

.bp-productcarousel-skeleton {
  pointer-events: none;
  direction: rtl;
  overflow: hidden;
  width: 100%;
}

.bp-productcarousel-skeleton-track {
  display: flex;
  flex-wrap: nowrap;
  margin: 0 calc(var(--bp-pc-gap, 16px) / -2);
}

.bp-productcarousel-skeleton-card {
  direction: rtl;
  flex: 0 0 calc(100% / var(--bp-pc-mobile, 2.2));
  max-width: calc(100% / var(--bp-pc-mobile, 2.2));
  min-height: 16rem;
  padding: 0 calc(var(--bp-pc-gap, 16px) / 2);
  position: relative;
}

@media (min-width: 768px) {
  .bp-productcarousel-skeleton-card {
    flex-basis: calc(100% / var(--bp-pc-tablet-portrait, var(--bp-pc-tablet, 3.2)));
    max-width: calc(100% / var(--bp-pc-tablet-portrait, var(--bp-pc-tablet, 3.2)));
  }
}

@media (min-width: 992px) {
  .bp-productcarousel-skeleton-card {
    flex-basis: calc(100% / var(--bp-pc-tablet-landscape, 4.2));
    max-width: calc(100% / var(--bp-pc-tablet-landscape, 4.2));
  }
}

@media (min-width: 1200px) {
  .bp-productcarousel-skeleton-card {
    flex-basis: calc(100% / var(--bp-pc-desktop, 5.2));
    max-width: calc(100% / var(--bp-pc-desktop, 5.2));
  }
}

.bp-productcarousel-skeleton-card::before,
.bp-productcarousel-skeleton-title,
.bp-productcarousel-skeleton-button,
.bp-productcarousel-skeleton-image,
.bp-productcarousel-skeleton-line {
  animation: bp-productcarousel-skeleton 1.15s ease-in-out infinite;
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.06) 25%, rgba(0, 0, 0, 0.11) 37%, rgba(0, 0, 0, 0.06) 63%);
  background-size: 400% 100%;
  display: block;
}

.bp-productcarousel-skeleton-card::before {
  border-radius: 0.75rem;
  bottom: 0;
  content: '';
  left: calc(var(--bp-pc-gap, 16px) / 2);
  position: absolute;
  right: calc(var(--bp-pc-gap, 16px) / 2);
  top: 0;
  z-index: 0;
}

.bp-productcarousel-skeleton-image,
.bp-productcarousel-skeleton-line {
  position: relative;
  z-index: 1;
}

.bp-productcarousel-skeleton-image {
  aspect-ratio: 1 / 1;
  border-radius: 0.65rem;
  margin: 0.75rem;
}

.bp-productcarousel-skeleton-line {
  border-radius: 999px;
  height: 0.75rem;
  margin: 0.7rem 0.85rem 0;
}

.bp-productcarousel-skeleton-line-title {
  height: 0.9rem;
  width: 72%;
}

.bp-productcarousel-skeleton-line-short {
  width: 45%;
}

.bp-productcarousel-skeleton-title {
  border-radius: 999px;
  height: 1.35rem;
  max-width: 16rem;
  width: 55vw;
}

.bp-productcarousel-skeleton-button {
  border-radius: 999px;
  height: 2rem;
  width: 6.5rem;
}

@keyframes bp-productcarousel-skeleton {
  0% { background-position: 100% 50%; }
  100% { background-position: 0 50%; }
}

.bp-productcarousel-viewall-slide {
  display: flex;
}

.bp-productcarousel-viewall-card {
  align-items: center;
  background: rgba(255, 255, 255, 0.86);
  border: 1px dashed rgba(0, 0, 0, 0.18);
  border-radius: 12px;
  color: inherit;
  display: flex;
  flex-direction: column;
  gap: 0.72rem;
  height: 100%;
  justify-content: center;
  min-height: 220px;
  padding: 1rem;
  text-align: center;
  text-decoration: none;
  width: 100%;
}

.bp-productcarousel-viewall-card svg {
  fill: currentColor;
  height: 2rem;
  width: 2rem;
}

.bp-productcarousel-viewall-card:hover,
.bp-productcarousel-viewall-card:focus {
  color: inherit;
  text-decoration: none;
}

.bp-productcarousel-slider-horizontal .bp-productcarousel-track {
  -webkit-user-select: none;
  align-items: stretch;
}

.bp-productcarousel-slider-horizontal .bp-productcarousel-slide {
  margin: 0;
}

.bp-productcarousel-column-slide {
  display: flex;
  flex-direction: column;
  gap: 0.55rem;
  min-width: 0;
}

.bp-productcarousel-slider-horizontal .bp-productcarousel-slide {
  min-width: 0;
}

.bp-productcarousel-horizontal-card {
  align-items: center;
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 12px;
  color: inherit;
  display: flex;
  gap: 0.65rem;
  min-height: 88px;
  min-width: 0;
  overflow: hidden;
  padding: 0.55rem;
  text-decoration: none;
  width: 100%;
}

.bp-productcarousel-horizontal-card:hover,
.bp-productcarousel-horizontal-card:focus {
  background: rgba(0, 0, 0, 0.018);
  color: inherit;
  text-decoration: none;
}

.bp-productcarousel-horizontal-media {
  align-items: center;
  display: flex;
  flex: 0 0 72px;
  height: 72px;
  justify-content: center;
  max-width: 72px;
}

.bp-productcarousel-horizontal-media img {
  display: block;
  height: 72px;
  max-width: 72px;
  object-fit: contain;
  width: 72px;
}

.bp-productcarousel-horizontal-info {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  min-width: 0;
  text-align: right;
}

.bp-productcarousel-horizontal-name {
  display: -webkit-box;
  font-size: 0.82rem;
  font-weight: 700;
  line-height: 1.55;
  max-height: 3.1em;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.bp-productcarousel-horizontal-brand {
  color: #666;
  display: block;
  font-size: 0.7rem;
  line-height: 1.4;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.bp-productcarousel-horizontal-price-wrap,
.bp-productcarousel-internal-price,
.bp-productcarousel-price {
  font-size: 0.86rem;
  font-weight: 800;
  line-height: 1.4;
  margin-top: 0.2rem;
}

.bp-productcarousel-regular-price {
  color: #888;
  display: block;
  font-size: 0.72rem;
  font-weight: 400;
  text-decoration: line-through;
}

.bp-productcarousel-style-internal {
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 18px;
  overflow: hidden;
  padding: 0.9rem;
}

.bp-productcarousel-internal-card {
    background: #fff;
    border: 1px solid rgba(0, 0, 0, 0.08);
    border-radius: 16px;
    color: inherit;
    display: flex;
    flex-direction: column;
    min-height: 260px;
    overflow: hidden;
    position: relative;
    text-decoration: none;
    height: 100%;
    justify-content: space-between;
}

.bp-productcarousel-internal-card:hover,
.bp-productcarousel-internal-card:focus {
  color: inherit;
  text-decoration: none;
}

.bp-productcarousel-internal-media {
  align-items: center;
  display: flex;
  justify-content: center;
  min-height: 180px;
  order: 1;
  position: relative;
}

.bp-productcarousel-internal-media img {
  display: block;
  height: 180px;
  max-width: 100%;
  object-fit: contain;
  width: 100%;
}

.bp-productcarousel-internal-info {
    display: flex;
    flex-direction: column;
    gap: 0.2rem;
    order: 2;
    padding: 0.7rem;
    height: 100%;
    justify-content: space-between;
}

.bp-productcarousel-internal-title {
  display: -webkit-box;
  font-size: 0.86rem;
  font-weight: 800;
  line-height: 1.55;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.bp-productcarousel-internal-brand {
  color: #666;
  font-size: 0.72rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.bp-productcarousel-discount {
  background: #e84a5f;
  border-radius: 999px;
  color: #fff;
  font-size: 0.74rem;
  font-weight: 800;
  padding: 0.18rem 0.46rem;
  position: absolute;
  right: 0.55rem;
  top: 0.55rem;
  z-index: 1;
}

@media (max-width: 575.98px) {
  .bp-productcarousel-header {
    align-items: center;
    flex-direction: row;
    gap: 0.75rem;
  }
  .bp-productcarousel-title {
    font-size: 1rem;
  }
  .bp-productcarousel-control {
    height: 2rem;
    width: 2rem;
  }
  .bp-productcarousel-horizontal-media {
    flex-basis: 58px;
    height: 58px;
    max-width: 58px;
  }
  .bp-productcarousel-horizontal-media img {
    height: 58px;
    max-width: 58px;
    width: 58px;
  }
  .bp-productcarousel-horizontal-card {
    min-height: 72px;
    padding: 0.45rem;
  }
}


.bp-productcarousel-mobile-cta-row {
  align-items: center;
  display: none;
  gap: 0.75rem;
  justify-content: space-between;
  margin-bottom: 0.75rem;
  padding: 0.1rem 0.1rem 0;
}

.bp-productcarousel-mobile-cta-title {
  color: var(--bp-pc-title-color, inherit);
  font-size: 1.05rem;
  font-weight: 900;
  line-height: 1.6;
  min-width: 0;
  overflow: hidden;
  text-align: right;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.bp-productcarousel-mobile-cta-button {
  align-items: center;
  border: 1px solid rgba(0, 0, 0, 0.12);
  border-radius: 999px;
  color: var(--bp-pc-title-color, inherit);
  display: inline-flex;
  flex: 0 0 auto;
  font-size: 0.82rem;
  font-weight: 800;
  justify-content: center;
  line-height: 1.35;
  padding: 0.42rem 0.75rem;
  text-decoration: none;
}

.bp-productcarousel-mobile-cta-button:hover,
.bp-productcarousel-mobile-cta-button:focus {
  color: var(--bp-pc-title-color, inherit);
  text-decoration: none;
}

@media (max-width: 991px) {
  .bp-productcarousel-mobile-cta-row {
    display: flex;
  }

  .bp-productcarousel-cta-desktop-only {
    display: none !important;
  }
}

.bp-productcarousel-cta-slide {
  display: flex;
}

.bp-productcarousel-cta-card {
  align-items: center;
  background: var(--bp-pc-cta-bg, var(--bp-pc-bg, #fff));
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 14px;
  color: inherit;
  display: flex;
  flex-direction: column;
  gap: 0.72rem;
  height: 100%;
  justify-content: center;
  min-height: 220px;
  overflow: hidden;
  padding: 1.15rem;
  position: relative;
  text-align: center;
  text-decoration: none;
  width: 100%;
}

.bp-productcarousel-cta-card::before {
  background-image: var(--bp-pc-cta-image, none);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  content: "";
  inset: 0;
  pointer-events: none;
  position: absolute;
  z-index: 0;
}

.bp-productcarousel-cta-card::after {
  background: radial-gradient(circle at 25% 20%, rgba(255, 255, 255, 0.42), transparent 42%);
  content: "";
  inset: 0;
  pointer-events: none;
  position: absolute;
  z-index: 1;
}

.bp-productcarousel-cta-title,
.bp-productcarousel-cta-subtitle,
.bp-productcarousel-cta-button {
  position: relative;
  z-index: 2;
}

.bp-productcarousel-cta-title {
  color: var(--bp-pc-cta-title-color, var(--bp-pc-title-color, inherit));
  display: block;
  font-size: 1.15rem;
  font-weight: 900;
  line-height: 1.75;
  max-width: 100%;
}

.bp-productcarousel-cta-subtitle {
  color: rgba(0, 0, 0, 0.62);
  display: block;
  font-size: 0.88rem;
  font-weight: 600;
  line-height: 1.8;
  max-width: 92%;
}

.bp-productcarousel-cta-button {
  align-items: center;
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.12);
  border-radius: 999px;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.08);
  color: inherit;
  display: inline-flex;
  font-size: 0.84rem;
  font-weight: 800;
  justify-content: center;
  line-height: 1.35;
  padding: 0.48rem 0.9rem;
  text-decoration: none;
}

.bp-productcarousel-cta-card:hover,
.bp-productcarousel-cta-card:focus {
  color: inherit;
  text-decoration: none;
}

.bp-productcarousel-cta-card:hover .bp-productcarousel-cta-button,
.bp-productcarousel-cta-card:focus .bp-productcarousel-cta-button {
  background: rgba(255, 255, 255, 0.92);
}

.bp-productcarousel-slider-horizontal .bp-productcarousel-cta-card {
  min-height: 100%;
}


/* Official Swiper integration */
.bp-productcarousel .swiper {
  direction: rtl;
}

.bp-productcarousel .swiper-wrapper {
  box-sizing: border-box;
  align-items: stretch;
}

.bp-productcarousel .swiper-slide {
  height: auto;
  flex-shrink: 0;
}

.bp-productcarousel .swiper-button-lock,
.bp-productcarousel .is-locked {
  display: none !important;
}

.bp-productcarousel-swiper-missing .bp-productcarousel-track {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}


.bp-productcarousel-slide {
  flex-basis: auto !important;
  max-width: none !important;
  width: calc((100% - (12px * (var(--bp-pc-mobile, 2.2) - 1))) / var(--bp-pc-mobile, 2.2));
}

@media (min-width: 768px) {
  .bp-productcarousel-slide {
    flex-basis: auto !important;
    max-width: none !important;
    width: calc((100% - (16px * (var(--bp-pc-tablet-portrait, var(--bp-pc-tablet, 3.2)) - 1))) / var(--bp-pc-tablet-portrait, var(--bp-pc-tablet, 3.2)));
  }
}

@media (min-width: 992px) {
  .bp-productcarousel-slide {
    flex-basis: auto !important;
    max-width: none !important;
    width: calc((100% - (var(--bp-pc-gap, 20px) * (var(--bp-pc-tablet-landscape, 4.2) - 1))) / var(--bp-pc-tablet-landscape, 4.2));
  }
}

@media (min-width: 1200px) {
  .bp-productcarousel-slide {
    flex-basis: auto !important;
    max-width: none !important;
    width: calc((100% - (var(--bp-pc-gap, 20px) * (var(--bp-pc-desktop, 5.2) - 1))) / var(--bp-pc-desktop, 5.2));
  }
}


/* v1.0.13: strict official Swiper Free Mode behavior overrides */
.bp-productcarousel .swiper,
.bp-productcarousel-viewport.swiper {
  direction: rtl;
  overflow: hidden;
  touch-action: pan-y pinch-zoom;
}

.bp-productcarousel .swiper-wrapper,
.bp-productcarousel-track.swiper-wrapper {
  align-items: stretch;
  direction: inherit;
  gap: 0 !important;
  justify-content: flex-start;
  margin: 0 !important;
  /* Let Swiper fully own transition-property / -duration / -timing on the wrapper.
     Hard-coding transition-property:transform + ease-out here fought Swiper's own
     per-frame follow-finger and momentum handling and made sliding feel sticky. */
  will-change: transform;
}

.bp-productcarousel .swiper-slide,
.bp-productcarousel-slide.swiper-slide {
  flex: 0 0 auto !important;
  flex-basis: auto !important;
  height: auto;
  max-width: none !important;
  scroll-snap-align: none !important;
  scroll-snap-stop: normal !important;
  transform: translateZ(0);
  user-select: none;
  width: calc((100% - (12px * (var(--bp-pc-mobile, 2.2) - 1))) / var(--bp-pc-mobile, 2.2));
}

@media (min-width: 768px) {
  .bp-productcarousel .swiper-slide,
  .bp-productcarousel-slide.swiper-slide {
    width: calc((100% - (16px * (var(--bp-pc-tablet-portrait, var(--bp-pc-tablet, 3.2)) - 1))) / var(--bp-pc-tablet-portrait, var(--bp-pc-tablet, 3.2)));
  }
}

@media (min-width: 992px) {
  .bp-productcarousel .swiper-slide,
  .bp-productcarousel-slide.swiper-slide {
    width: calc((100% - (var(--bp-pc-gap, 20px) * (var(--bp-pc-tablet-landscape, 4.2) - 1))) / var(--bp-pc-tablet-landscape, 4.2));
  }
}

@media (min-width: 1200px) {
  .bp-productcarousel .swiper-slide,
  .bp-productcarousel-slide.swiper-slide {
    width: calc((100% - (var(--bp-pc-gap, 20px) * (var(--bp-pc-desktop, 5.2) - 1))) / var(--bp-pc-desktop, 5.2));
  }
}

.bp-productcarousel .swiper-slide a,
.bp-productcarousel .swiper-slide img,
.bp-productcarousel .swiper-slide button {
  -webkit-user-drag: none;
}

.bp-productcarousel .swiper-slide img {
  pointer-events: none;
}

.bp-productcarousel .swiper-slide a {
  pointer-events: auto;
}


/* v1.0.26: horizontal-card width guard. Keeps Swiper Free Mode from using product text length as slide width. */
.bp-productcarousel-slider-horizontal .bp-productcarousel-horizontal-card,
.bp-productcarousel-slider-horizontal .bp-productcarousel-cta-card,
.bp-productcarousel-slider-horizontal .bp-productcarousel-viewall-card {
  width: 100%;
}

.bp-productcarousel-slider-horizontal .bp-productcarousel-horizontal-name,
.bp-productcarousel-slider-horizontal .bp-productcarousel-horizontal-brand,
.bp-productcarousel-slider-horizontal .bp-productcarousel-price,
.bp-productcarousel-slider-horizontal .bp-productcarousel-regular-price {
  min-width: 0;
  overflow-wrap: anywhere;
}

/* v1.0.27: compact horizontal-card grid like product-list carousel */
.bp-productcarousel.bp-productcarousel-style-horizontal {
  padding: 0.85rem;
}

.bp-productcarousel-style-horizontal .bp-productcarousel-slider-horizontal {
  overflow: visible;
}

.bp-productcarousel-style-horizontal .bp-productcarousel-slider-horizontal .bp-productcarousel-viewport {
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 12px;
  overflow: hidden;
}

.bp-productcarousel-style-horizontal .bp-productcarousel-slider-horizontal .bp-productcarousel-track,
.bp-productcarousel-style-horizontal .bp-productcarousel-slider-horizontal .swiper-wrapper {
  gap: 0 !important;
  align-items: stretch !important;
}

.bp-productcarousel-style-horizontal .bp-productcarousel-slider-horizontal .bp-productcarousel-slide,
.bp-productcarousel-style-horizontal .bp-productcarousel-slider-horizontal .bp-productcarousel-slide.swiper-slide {
  flex: 0 0 calc((100% - (0px * (var(--bp-pc-mobile, 2.2) - 1))) / var(--bp-pc-mobile, 2.2)) !important;
  flex-basis: calc((100% - (0px * (var(--bp-pc-mobile, 2.2) - 1))) / var(--bp-pc-mobile, 2.2)) !important;
  max-width: calc((100% - (0px * (var(--bp-pc-mobile, 2.2) - 1))) / var(--bp-pc-mobile, 2.2));
  min-width: 0 !important;
  width: calc((100% - (0px * (var(--bp-pc-mobile, 2.2) - 1))) / var(--bp-pc-mobile, 2.2));
}

@media (min-width: 768px) {
  .bp-productcarousel-style-horizontal .bp-productcarousel-slider-horizontal .bp-productcarousel-slide,
  .bp-productcarousel-style-horizontal .bp-productcarousel-slider-horizontal .bp-productcarousel-slide.swiper-slide {
    flex-basis: calc(100% / var(--bp-pc-tablet-portrait, var(--bp-pc-tablet, 3.2))) !important;
    max-width: calc(100% / var(--bp-pc-tablet-portrait, var(--bp-pc-tablet, 3.2)));
    width: calc(100% / var(--bp-pc-tablet-portrait, var(--bp-pc-tablet, 3.2)));
  }
}

@media (min-width: 992px) {
  .bp-productcarousel-style-horizontal .bp-productcarousel-slider-horizontal .bp-productcarousel-slide,
  .bp-productcarousel-style-horizontal .bp-productcarousel-slider-horizontal .bp-productcarousel-slide.swiper-slide {
    flex-basis: calc(100% / var(--bp-pc-tablet-landscape, 4.2)) !important;
    max-width: calc(100% / var(--bp-pc-tablet-landscape, 4.2));
    width: calc(100% / var(--bp-pc-tablet-landscape, 4.2));
  }
}

@media (min-width: 1200px) {
  .bp-productcarousel-style-horizontal .bp-productcarousel-slider-horizontal .bp-productcarousel-slide,
  .bp-productcarousel-style-horizontal .bp-productcarousel-slider-horizontal .bp-productcarousel-slide.swiper-slide {
    flex-basis: calc(100% / var(--bp-pc-desktop, 5.2)) !important;
    max-width: calc(100% / var(--bp-pc-desktop, 5.2));
    width: calc(100% / var(--bp-pc-desktop, 5.2));
  }
}

.bp-productcarousel-style-horizontal .bp-productcarousel-column-slide {
  display: flex !important;
  flex-direction: column !important;
  gap: 0 !important;
  min-height: 0;
  border-left: 1px solid rgba(0, 0, 0, 0.08);
}

.bp-productcarousel-style-horizontal .bp-productcarousel-column-slide:last-child {
  border-left: 0;
}

.bp-productcarousel-style-horizontal .bp-productcarousel-horizontal-card {
  align-items: center;
  background: #fff;
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  color: inherit;
  display: flex !important;
  flex: 1 1 0;
  gap: 0.72rem;
  min-height: 116px;
  min-width: 0 !important;
  overflow: hidden;
  padding: 0.82rem 0.75rem;
  position: relative;
  text-align: right;
  width: 100% !important;
}

.bp-productcarousel-style-horizontal .bp-productcarousel-horizontal-card:not(:last-child) {
  border-bottom: 1px solid rgba(0, 0, 0, 0.08) !important;
}

.bp-productcarousel-style-horizontal .bp-productcarousel-horizontal-card:hover,
.bp-productcarousel-style-horizontal .bp-productcarousel-horizontal-card:focus {
  background: rgba(0, 0, 0, 0.018);
}

.bp-productcarousel-style-horizontal .bp-productcarousel-horizontal-media {
  flex: 0 0 74px !important;
  height: 86px;
  max-width: 74px !important;
  min-width: 74px;
  order: 0;
}

.bp-productcarousel-style-horizontal .bp-productcarousel-horizontal-media img {
  height: 86px !important;
  max-height: 86px;
  max-width: 74px !important;
  object-fit: contain;
  width: 74px !important;
}

.bp-productcarousel-style-horizontal .bp-productcarousel-horizontal-info {
  align-items: flex-start;
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  justify-content: center;
  min-width: 0 !important;
  overflow: hidden;
  text-align: right;
}

.bp-productcarousel-style-horizontal .bp-productcarousel-horizontal-name {
  color: #202124;
  display: -webkit-box;
  font-size: 0.82rem;
  font-weight: 500;
  line-height: 1.75;
  max-height: 3.5em;
  min-width: 0;
  overflow: hidden;
  overflow-wrap: anywhere;
  text-align: right;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.bp-productcarousel-style-horizontal .bp-productcarousel-horizontal-brand {
  color: #777;
  direction: rtl;
  font-size: 0.67rem;
  line-height: 1.55;
  max-width: 100%;
  min-width: 0;
  overflow: hidden;
  text-align: right;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.bp-productcarousel-style-horizontal .bp-productcarousel-horizontal-rating {
  align-items: center;
  color: #555;
  display: inline-flex;
  direction: ltr;
  font-size: 0.7rem;
  gap: 0.2rem;
  line-height: 1.4;
  margin-top: 0.12rem;
}

.bp-productcarousel-style-horizontal .bp-productcarousel-horizontal-star {
  color: #f5a400;
  font-size: 0.78rem;
  line-height: 1;
}

.bp-productcarousel-style-horizontal .bp-productcarousel-horizontal-price-wrap {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 0.28rem;
  justify-content: flex-start;
  line-height: 1.45;
  margin-top: 0.18rem;
  max-width: 100%;
  min-width: 0;
}

.bp-productcarousel-style-horizontal .bp-productcarousel-price {
  color: #111827;
  display: inline-block;
  font-size: 0.88rem;
  font-weight: 900;
  line-height: 1.45;
  white-space: nowrap;
}

.bp-productcarousel-style-horizontal .bp-productcarousel-regular-price {
  color: #9aa0a6;
  display: inline-block;
  font-size: 0.68rem;
  font-weight: 400;
  line-height: 1.35;
  text-decoration: line-through;
  white-space: nowrap;
}

.bp-productcarousel-style-horizontal .bp-productcarousel-horizontal-discount {
  background: #ef4056;
  border-radius: 999px;
  color: #fff;
  display: inline-flex;
  font-size: 0.68rem;
  font-weight: 900;
  line-height: 1;
  padding: 0.22rem 0.38rem;
  white-space: nowrap;
}

.bp-productcarousel-style-horizontal .bp-productcarousel-viewall-slide,
.bp-productcarousel-style-horizontal .bp-productcarousel-cta-slide {
  border-left: 1px solid rgba(0, 0, 0, 0.08);
}

.bp-productcarousel-style-horizontal .bp-productcarousel-cta-card,
.bp-productcarousel-style-horizontal .bp-productcarousel-viewall-card {
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  height: 100%;
  min-height: 232px;
  width: 100% !important;
}

@media (max-width: 575.98px) {
  .bp-productcarousel.bp-productcarousel-style-horizontal {
    padding: 0.65rem;
  }
  .bp-productcarousel-style-horizontal .bp-productcarousel-horizontal-card {
    min-height: 92px;
    padding: 0.55rem;
  }
  .bp-productcarousel-style-horizontal .bp-productcarousel-horizontal-media {
    flex-basis: 58px !important;
    height: 70px;
    max-width: 58px !important;
    min-width: 58px;
  }
  .bp-productcarousel-style-horizontal .bp-productcarousel-horizontal-media img {
    height: 70px !important;
    max-height: 70px;
    max-width: 58px !important;
    width: 58px !important;
  }
  .bp-productcarousel-style-horizontal .bp-productcarousel-horizontal-name {
    font-size: 0.76rem;
    line-height: 1.65;
  }
  .bp-productcarousel-style-horizontal .bp-productcarousel-price {
    font-size: 0.8rem;
  }
}


/* v1.0.28: horizontal-card layout is fixed to two rows; visible columns come only from slide settings. */
.bp-productcarousel-style-horizontal .bp-productcarousel-slider-horizontal .bp-productcarousel-track {
  align-items: stretch !important;
  gap: 0 !important;
}

.bp-productcarousel-style-horizontal .bp-productcarousel-column-slide,
.bp-productcarousel-style-horizontal .bp-productcarousel-slide.bp-productcarousel-column-slide {
  display: grid !important;
  grid-template-rows: repeat(2, minmax(112px, auto));
  gap: 0 !important;
  height: auto !important;
  min-height: 224px;
  min-width: 0 !important;
}

.bp-productcarousel-style-horizontal .bp-productcarousel-horizontal-card {
  align-self: stretch;
  flex: initial !important;
  height: 100% !important;
  min-height: 112px;
  width: 100% !important;
}

.bp-productcarousel-style-horizontal .bp-productcarousel-horizontal-card:nth-child(2n+1) {
  border-bottom: 1px solid rgba(0, 0, 0, 0.08) !important;
}

.bp-productcarousel-style-horizontal .bp-productcarousel-horizontal-card:nth-child(2n),
.bp-productcarousel-style-horizontal .bp-productcarousel-horizontal-card:last-child {
  border-bottom: 0 !important;
}

.bp-productcarousel-style-horizontal .bp-productcarousel-horizontal-placeholder {
  pointer-events: none !important;
  visibility: hidden;
}

.bp-productcarousel-style-horizontal .bp-productcarousel-slider-horizontal {
  --bp-pc-current-gap: 0px !important;
}

@media (max-width: 575.98px) {
  .bp-productcarousel-style-horizontal .bp-productcarousel-column-slide,
  .bp-productcarousel-style-horizontal .bp-productcarousel-slide.bp-productcarousel-column-slide {
    grid-template-rows: repeat(2, minmax(92px, auto));
    min-height: 184px;
  }

  .bp-productcarousel-style-horizontal .bp-productcarousel-horizontal-card {
    min-height: 92px;
  }
}

/* v1.0.30: grid display style and contextual category sliders. Grid uses rounded slide settings as fixed column counts and does not initialize Swiper. */
.bp-productcarousel-style-grid .bp-productcarousel-grid,
.bp-productcarousel-style-grid .bp-productcarousel-skeleton-track {
  align-items: stretch;
  direction: rtl;
  display: grid;
  gap: 12px;
  grid-template-columns: repeat(var(--bp-pc-grid-mobile, 2), minmax(0, 1fr));
  justify-content: stretch;
  margin: 0;
  min-width: 0;
  width: 100%;
}

.bp-productcarousel-style-grid .bp-productcarousel-grid-item {
  min-width: 0;
  text-align: center;
}

.bp-productcarousel-style-grid .bp-productcarousel-grid-item .product-miniature,
.bp-productcarousel-style-grid .bp-productcarousel-grid-item article.product-miniature {
  height: 100%;
  margin: 0;
  width: 100%;
}

.bp-productcarousel-style-grid .bp-productcarousel-grid-item .thumbnail-container,
.bp-productcarousel-style-grid .bp-productcarousel-grid-item .product-container {
  height: 100%;
  width: 100%;
}

.bp-productcarousel-style-grid .bp-productcarousel-grid-viewall-item,
.bp-productcarousel-style-grid .bp-productcarousel-grid-cta-item {
  display: flex;
  min-height: 100%;
}

.bp-productcarousel-style-grid .bp-productcarousel-viewall-card,
.bp-productcarousel-style-grid .bp-productcarousel-cta-card {
  min-height: 100%;
}

.bp-productcarousel-style-grid .bp-productcarousel-skeleton {
  overflow: visible;
}

.bp-productcarousel-style-grid .bp-productcarousel-skeleton-card {
  flex: initial;
  max-width: none;
  min-height: 16rem;
  padding: 0;
  width: auto;
}

.bp-productcarousel-style-grid .bp-productcarousel-skeleton-card::before {
  left: 0;
  right: 0;
}

@media (min-width: 768px) {
  .bp-productcarousel-style-grid .bp-productcarousel-grid,
  .bp-productcarousel-style-grid .bp-productcarousel-skeleton-track {
    gap: 16px;
    grid-template-columns: repeat(var(--bp-pc-grid-tablet-portrait, 3), minmax(0, 1fr));
  }
}

@media (min-width: 992px) {
  .bp-productcarousel-style-grid .bp-productcarousel-grid,
  .bp-productcarousel-style-grid .bp-productcarousel-skeleton-track {
    gap: var(--bp-pc-gap, 20px);
    grid-template-columns: repeat(var(--bp-pc-grid-tablet-landscape, 4), minmax(0, 1fr));
  }
}

@media (min-width: 1200px) {
  .bp-productcarousel-style-grid .bp-productcarousel-grid,
  .bp-productcarousel-style-grid .bp-productcarousel-skeleton-track {
    grid-template-columns: repeat(var(--bp-pc-grid-desktop, 5), minmax(0, 1fr));
  }
}


/* v1.0.36: Swiper FreeMode touch fix. Once Swiper is initialized, Swiper must own
   slide width/translate values. CSS calc widths stay only as no-JS/fallback sizing. */
.bp-productcarousel-swiper-ready .bp-productcarousel-slide.swiper-slide,
.bp-productcarousel-swiper-ready.bp-productcarousel-style-horizontal .bp-productcarousel-slider-horizontal .bp-productcarousel-slide.swiper-slide {
  flex: 0 0 auto !important;
  flex-basis: auto !important;
  max-width: none !important;
  min-width: 0 !important;
}

.bp-productcarousel-swiper-ready .bp-productcarousel-track.swiper-wrapper {
  touch-action: pan-y pinch-zoom;
}

/* v1.0.40: native horizontal scrolling on touch (coarse-pointer) devices.
   On phones/tablets Swiper is skipped entirely and the browser owns the scroll +
   momentum. This permanently removes the RTL free-mode "jumps back to the previous
   grab position on the second touch" bug, gives real inertial sliding, no lag, and
   never triggers a click while dragging (native tap/drag arbitration). */
.bp-productcarousel-native-scroll .bp-productcarousel-viewport {
  touch-action: pan-x pan-y pinch-zoom;
  overflow: hidden;
  cursor: default;
}

.bp-productcarousel-native-scroll .bp-productcarousel-track {
  display: flex;
  flex-wrap: nowrap;
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  touch-action: pan-x pan-y pinch-zoom;
  overscroll-behavior-x: contain;
  scroll-snap-type: none;
  margin: 0 !important;
  transform: none !important;
  will-change: auto;
  gap: 12px;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.bp-productcarousel-native-scroll .bp-productcarousel-track::-webkit-scrollbar {
  width: 0;
  height: 0;
  display: none;
}

.bp-productcarousel-native-scroll .bp-productcarousel-slide {
  flex: 0 0 auto !important;
  scroll-snap-align: none !important;
  scroll-snap-stop: normal !important;
  transform: none;
}

@media (min-width: 768px) {
  .bp-productcarousel-native-scroll .bp-productcarousel-track {
    gap: 16px;
  }
}

@media (min-width: 992px) {
  .bp-productcarousel-native-scroll .bp-productcarousel-track {
    gap: var(--bp-pc-gap, 20px);
  }
}

.bp-productcarousel-native-scroll.bp-productcarousel-style-horizontal .bp-productcarousel-track {
  gap: 0 !important;
}

/* v1.0.41: unified native FreeMode engine.
   One engine is used for mouse, touch, pen, wheel and keyboard. Swiper classes are
   no longer required, so there is no CDN dependency, no RTL translate re-clamp, no
   second-touch jump, and no click after drag. JS owns only layout/desktop drag;
   the browser owns touch momentum and trackpad scrolling. */
.bp-productcarousel-native-free .bp-productcarousel-viewport {
  -ms-overflow-style: none;
  -webkit-overflow-scrolling: touch;
  cursor: grab;
  direction: rtl;
  overflow-x: auto !important;
  overflow-y: hidden !important;
  overscroll-behavior-x: contain;
  overscroll-behavior-y: auto;
  scroll-behavior: auto;
  scrollbar-width: none;
  touch-action: pan-x pan-y pinch-zoom;
  user-select: none;
}

.bp-productcarousel-native-free .bp-productcarousel-viewport::-webkit-scrollbar {
  display: none;
  height: 0;
  width: 0;
}

.bp-productcarousel-native-free .bp-productcarousel-track {
  align-items: stretch !important;
  display: flex !important;
  flex-wrap: nowrap !important;
  gap: var(--bp-pc-current-gap, 12px);
  justify-content: flex-start !important;
  margin: 0 !important;
  min-width: 100%;
  overflow: visible !important;
  scroll-snap-type: none !important;
  transform: none !important;
  transition: none !important;
  width: max-content;
  will-change: auto !important;
}

.bp-productcarousel-native-free .bp-productcarousel-slide {
  backface-visibility: hidden;
  flex: 0 0 auto !important;
  flex-basis: auto !important;
  height: auto;
  max-width: none;
  min-width: 0;
  scroll-snap-align: none !important;
  scroll-snap-stop: normal !important;
  transform: translateZ(0);
  user-select: none;
}

.bp-productcarousel-native-free .bp-productcarousel-slide a,
.bp-productcarousel-native-free .bp-productcarousel-slide button {
  pointer-events: auto;
}

.bp-productcarousel-native-free .bp-productcarousel-slide img {
  -webkit-user-drag: none;
  pointer-events: none;
  user-drag: none;
  user-select: none;
}

.bp-productcarousel-native-free.bp-productcarousel-is-dragging .bp-productcarousel-viewport {
  cursor: grabbing;
}

.bp-productcarousel-native-free.bp-productcarousel-click-suppressed .bp-productcarousel-slide a,
.bp-productcarousel-native-free.bp-productcarousel-click-suppressed .bp-productcarousel-slide button,
.bp-productcarousel-native-free.bp-productcarousel-click-suppressed .product-miniature a,
.bp-productcarousel-native-free.bp-productcarousel-click-suppressed article.product-miniature a,
.bp-productcarousel-native-free.bp-productcarousel-click-suppressed .bp-productcarousel-horizontal-card,
.bp-productcarousel-native-free.bp-productcarousel-click-suppressed .bp-productcarousel-internal-card,
.bp-productcarousel-native-free.bp-productcarousel-click-suppressed .bp-productcarousel-cta-card,
.bp-productcarousel-native-free.bp-productcarousel-click-suppressed .bp-productcarousel-viewall-card {
  pointer-events: none !important;
}

.bp-productcarousel-native-free .bp-productcarousel-control.is-disabled,
.bp-productcarousel-native-free .bp-productcarousel-control.is-locked,
.bp-productcarousel-native-free .bp-productcarousel-control[disabled] {
  cursor: default;
  opacity: 0;
  pointer-events: none;
}

.bp-productcarousel-native-free.bp-productcarousel-style-horizontal .bp-productcarousel-track {
  gap: 0 !important;
}

.bp-productcarousel-native-free.bp-productcarousel-style-horizontal .bp-productcarousel-slide {
  max-width: none !important;
  min-width: 0 !important;
}

@media (pointer: coarse) {
  .bp-productcarousel-native-free .bp-productcarousel-viewport {
    cursor: default;
  }
}
