.bes-embla {
  --bes-embla-slide-size-desktop: 100%;
  --bes-embla-slide-size-tablet: var(--bes-embla-slide-size-desktop);
  --bes-embla-slide-size-mobile: var(--bes-embla-slide-size-tablet);
  --bes-embla-gap-desktop: 1.5rem;
  --bes-embla-gap-tablet: var(--bes-embla-gap-desktop);
  --bes-embla-gap-mobile: var(--bes-embla-gap-tablet);
  --bes-embla-current-slide-size: var(--bes-embla-slide-size-desktop);
  --bes-embla-current-gap: var(--bes-embla-gap-desktop);
  --bes-embla-thumb-width: 4rem;
  --bes-embla-thumb-height: 3rem;
  --bes-embla-thumb-radius: 0.625rem;
  --bes-embla-thumb-gap: 0.375rem;
  --bes-embla-controls-max-width-desktop: 100%;
  --bes-embla-controls-max-width-tablet: var(--bes-embla-controls-max-width-desktop);
  --bes-embla-controls-max-width-mobile: var(--bes-embla-controls-max-width-tablet);
  --bes-embla-current-controls-max-width: var(--bes-embla-controls-max-width-desktop);
  --bes-embla-container-gutter-desktop: 40px;
  --bes-embla-container-gutter-tablet: 24px;
  --bes-embla-container-gutter-mobile: 16px;
  --bes-embla-current-container-gutter: var(--bes-embla-container-gutter-desktop);
  --bes-embla-edge-padding: min(0.875rem, calc(var(--bes-embla-current-gap) / 2));
  --bes-embla-container-end-gap: 40px;
  --bes-embla-viewport-radius: 0px;
  --bes-embla-edge-fade-size: 0px;
  --bes-embla-height-transition-duration: 220ms;
  --bes-embla-active-lift: 0px;
  position: relative;
  width: 100%;
  border: 0 !important;
}

.bes-embla--axis-x {
  overflow-y: hidden;
  overflow-y: clip;
  touch-action: pan-y pinch-zoom;
  overscroll-behavior-x: contain;
  overscroll-behavior-y: auto;
}

.bes-embla:not(.is-initialized):not(.bes-embla--builder) {
  content-visibility: auto;
  contain-intrinsic-size: 400px;
}

:where(.bes-embla, .bes-embla__pagination, .bes-embla__progress, [data-bes-slider-progress], .bes-embla__dots, [data-bes-slider-dots]) {
  --bes-embla-progress: 0;
  --bes-embla-scroll-progress: 0;
  --bes-embla-autoplay-progress: 0;
  --bes-embla-parallax-x: 0px;
  --bes-embla-parallax-y: 0px;
  --bes-embla-lift-y: 0px;
  --bes-embla-tween-scale: 1;
  --bes-embla-tween-opacity: 1;
  --bes-embla-dot-size: 8px;
  --bes-embla-dot-width: var(--bes-embla-dot-size);
  --bes-embla-dot-height: var(--bes-embla-dot-size);
  --bes-embla-dot-active-width: var(--bes-embla-dot-width);
  --bes-embla-dot-radius: 999px;
  --bes-embla-dot-active-radius: 1px;
  --bes-embla-dot-inactive: var(--slider-dot-color, #cbd5e1);
  --bes-embla-dot-active: var(--color-gold, #ad8c60);
  --bes-embla-dot-inactive-svg: none;
  --bes-embla-dot-active-svg: none;
  --bes-embla-dot-active-scale: 1.15;
  --bes-embla-dot-transition-duration: 240ms;
  --bes-embla-dot-transition-easing: cubic-bezier(.22, 1, .36, 1);
  --bes-embla-dots-gap: 0.5rem;
  --bes-embla-nav-gap: 1rem;
  --bes-embla-nav-justify: space-between;
  --bes-embla-nav-align: center;
  --bes-embla-button-size: 2.5rem;
  --bes-embla-button-icon-size: 1rem;
  --bes-embla-button-radius: 999px;
  --bes-embla-button-border-size: 1px;
  --bes-embla-button-border: var(--color-gold, #ad8c60);
  --bes-embla-button-bg: var(--color-paper, #fffdfa);
  --bes-embla-button-color: var(--color-gold, #ad8c60);
  --bes-embla-button-hover-bg: var(--color-navy, #0b2d5d);
  --bes-embla-button-hover-border: var(--color-gold, #ad8c60);
  --bes-embla-button-hover-color: #ffffff;
  --bes-embla-progress-height: 3px;
  --bes-embla-progress-track: var(--color-line, #e8e0d4);
  --bes-embla-progress-fill: var(--color-gold, #ad8c60);
  --bes-embla-progress-width: clamp(8rem, 22vw, 15rem);
  --bes-embla-progress-min-width: 6rem;
  --bes-embla-progress-radius: 999px;
	--bes-embla-pagination-gap: 1rem;
	--bes-embla-counter-gap: 0.35em;
	--bes-embla-counter-size: clamp(0.875rem, 0.25vw + 0.82rem, 1rem);
	--bes-embla-counter-current: var(--color-gold, #ad8c60);
	--bes-embla-counter-muted: var(--text-muted, #8a909a);
}

.bes-embla__viewport {
  overflow: hidden;
  width: 100%;
  padding-inline: var(--bes-embla-edge-padding);
  border-radius: var(--bes-embla-viewport-radius);
  cursor: grab;
  user-select: none;
  -webkit-user-select: none;
}

.bes-embla--axis-x .bes-embla__viewport {
  touch-action: pan-y pinch-zoom;
  overscroll-behavior-x: contain;
  overscroll-behavior-y: auto;
}

/* The Bricks preview is a static layout, so it must not become a nested scroll area. */
.bes-embla--builder .bes-embla__viewport {
  overflow-y: clip;
}

.bes-embla--height-visible .bes-embla__viewport,
.bes-embla--height-max .bes-embla__viewport {
  transition: height var(--bes-embla-height-transition-duration) cubic-bezier(.22, 1, .36, 1);
}

@media (prefers-reduced-motion: reduce) {
  .bes-embla--height-visible .bes-embla__viewport,
  .bes-embla--height-max .bes-embla__viewport {
    transition: none;
  }
}

.bes-embla--preset-product-listing .bes-embla__viewport {
  --bes-embla-product-clip-buffer: max(4px, var(--bes-embla-edge-padding));
  box-sizing: border-box;
  overflow: clip;
  overflow-clip-margin: 24px;
  clip-path: inset(-24px 0 -24px 0);
  width: calc(100% + var(--bes-embla-edge-padding) + var(--bes-embla-edge-padding));
  margin-inline: calc(-1 * var(--bes-embla-edge-padding));
  margin-block: 0;
  padding-block: var(--bes-embla-product-clip-buffer);
}

.bes-embla--viewport-contained .bes-embla__viewport {
  width: 100%;
  max-width: var(--bes-embla-current-controls-max-width);
  margin-right: auto;
  margin-left: auto;
}

.bes-embla--viewport-contained.bes-embla--preset-product-listing .bes-embla__viewport {
  width: 100%;
  margin-inline: auto;
}

.bes-embla--viewport-bleed-right .bes-embla__viewport {
  --bes-embla-rail-start: max(
    var(--bes-embla-current-container-gutter),
    calc((100% - var(--bes-embla-current-controls-max-width)) / 2)
  );
  box-sizing: border-box;
  width: calc(100% - var(--bes-embla-rail-start));
  max-width: none;
  margin-right: 0;
  margin-left: var(--bes-embla-rail-start);
}

.bes-embla--viewport-bleed-right.bes-embla--preset-product-listing .bes-embla__viewport {
  width: calc(100% - var(--bes-embla-rail-start));
  margin-right: 0;
  margin-left: var(--bes-embla-rail-start);
}

.bes-embla.is-pointer-down .bes-embla__viewport {
  cursor: grabbing;
}

.bes-embla--edge-fade .bes-embla__viewport {
  -webkit-mask-image: linear-gradient(
    to right,
    transparent 0,
    #000 var(--bes-embla-edge-fade-size),
    #000 calc(100% - var(--bes-embla-edge-fade-size)),
    transparent 100%
  );
  mask-image: linear-gradient(
    to right,
    transparent 0,
    #000 var(--bes-embla-edge-fade-size),
    #000 calc(100% - var(--bes-embla-edge-fade-size)),
    transparent 100%
  );
}

.bes-embla__container {
  box-sizing: border-box;
  display: flex;
  align-items: flex-start;
  column-gap: var(--bes-embla-current-gap);
  row-gap: 0;
  touch-action: pan-y pinch-zoom;
  will-change: transform;
}

.bes-embla__container > .brx-query-trail {
  display: none !important;
  flex: 0 0 0 !important;
  padding: 0 !important;
}

.bes-embla__container > * {
  box-sizing: border-box;
  position: relative;
  flex: 0 0 var(--bes-embla-current-slide-size);
  min-width: 0;
  margin: 0 !important;
  margin-block: 0 !important;
  backface-visibility: hidden;
}

.bes-embla__container > *.is-active {
  z-index: 2;
}

.bes-embla__container > *.is-prev,
.bes-embla__container > *.is-next {
  z-index: 1;
}

.bes-embla__slide {
  box-sizing: border-box;
  overflow: visible;
}

/* Opt-in card sizing: query-loop and manual children share the same DOM contract. */
.bes-embla--equal-height .bes-embla__container {
  align-items: stretch;
}

.bes-embla--equal-height .bes-embla__container > * {
  display: flex;
  flex-direction: column;
}

.bes-embla--equal-height .bes-embla__container > * > :last-child {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
}

.bes-embla--equal-height-min .bes-embla__container > * {
  min-height: var(--bes-embla-equal-height-min, 0px);
}

.bes-embla--scroll-pinned .bes-embla__container {
  will-change: transform;
}

.bes-embla__slide > img,
.bes-embla__slide > picture,
.bes-embla__slide > video,
.bes-embla__slide > figure,
.bes-embla__slide-inner > img,
.bes-embla__slide-inner > picture,
.bes-embla__slide-inner > video,
.bes-embla__slide-inner > figure {
  max-width: 100%;
}

.bes-embla--woo-gallery .bes-embla__slide-inner {
  position: relative;
  overflow: hidden;
  aspect-ratio: var(--bes-embla-woo-image-ratio, 4 / 3);
  border-radius: var(--bes-embla-woo-image-radius, 0px);
  background: var(--bes-embla-woo-image-bg, transparent);
}

.bes-embla--woo-gallery .bes-embla__viewport {
  position: relative;
  padding-inline: 0;
}

.bes-embla__woo-image {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: inherit;
  object-fit: var(--bes-embla-woo-image-fit, cover);
}

.bes-embla--woo-gallery .bes-embla__woo-slide-inner {
  border: 0;
  border-radius: var(--bes-embla-woo-image-radius, 16px);
  box-shadow: inset 0 0 0 1px rgba(128, 28, 0, 0.1);
  overflow: hidden;
}

.bes-embla--woo-gallery.klsp-gallery {
  --bes-embla-thumb-width: 3.875rem;
  --bes-embla-thumb-height: 2.875rem;
  --bes-embla-thumb-radius: 0.5rem;
  --bes-embla-thumb-gap: 0.4rem;
  --bes-embla-woo-image-ratio: 16 / 11;
  --bes-embla-woo-image-radius: 18px;
  --bes-embla-woo-image-bg: #f8f4ed;
}

.bes-embla--woo-gallery.klsp-gallery .bes-embla__viewport {
  border-radius: var(--bes-embla-woo-image-radius);
  background: linear-gradient(135deg, rgba(248, 244, 237, 0.92), rgba(255, 253, 250, 0.96));
  box-shadow: 0 22px 54px rgba(6, 16, 31, 0.12);
}

.bes-embla--woo-gallery.klsp-gallery .bes-embla__woo-slide-inner {
  box-shadow: inset 0 0 0 1px rgba(173, 140, 96, 0.18);
}

.bes-embla--woo-gallery.klsp-gallery .bes-embla__woo-image {
  object-position: center center;
  transform: translateZ(0) scale(1.01);
}

.bes-embla__woo-lightbox {
  appearance: none;
  position: absolute;
  right: 12px;
  bottom: 12px;
  z-index: 3;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  padding: 0;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 10px;
  background: rgba(15, 18, 22, 0.48);
  color: rgba(255, 255, 255, 0.94);
  box-shadow: none;
  backdrop-filter: blur(16px) saturate(135%);
  -webkit-backdrop-filter: blur(16px) saturate(135%);
  cursor: pointer;
  transition: background-color 0.18s ease, border-color 0.18s ease, transform 0.18s ease;
}

.bes-embla__woo-lightbox::after {
  content: "";
  position: absolute;
  inset: -4px;
}

.bes-embla__woo-lightbox:hover {
  border-color: rgba(255, 255, 255, 0.34);
  background: rgba(15, 18, 22, 0.66);
  transform: translateY(-1px);
  box-shadow: none;
}

.bes-embla__woo-lightbox:active {
  background: rgba(15, 18, 22, 0.76);
  transform: scale(0.96);
}

.bes-embla__woo-lightbox:focus-visible {
  outline: 2px solid rgba(255, 255, 255, 0.92);
  outline-offset: 3px;
}

.bes-embla__woo-lightbox-icon {
  display: block;
  width: 16px;
  height: 16px;
  pointer-events: none;
}

.pswp .pswp__top-bar {
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
  height: 64px;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.62), transparent);
}

.pswp .pswp__counter {
  margin-right: auto;
  height: 48px;
  padding: 0 16px;
  font-size: 13px;
  font-weight: 600;
  line-height: 48px;
  opacity: 0.92;
}

.pswp .pswp__button {
  flex: 0 0 44px;
  width: 44px;
  height: 44px;
  margin: 6px 6px 0 0;
  padding: 0;
  border: 1px solid rgba(15, 23, 42, 0.08);
  border-radius: 12px;
  background-color: rgba(255, 255, 255, 0.96) !important;
  background-blend-mode: difference;
  box-shadow: none !important;
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
  opacity: 1;
  transform: none;
  transition: background-color 0.18s ease;
}

.pswp .pswp__button:hover {
  background-color: #ffffff !important;
  box-shadow: none !important;
  transform: none;
}

.pswp .pswp__button:active {
  background-color: rgba(238, 240, 242, 0.98) !important;
  box-shadow: none !important;
  transform: none;
}

.pswp .pswp__button:focus-visible {
  outline: 2px solid #ffffff;
  outline-offset: 3px;
}

.pswp .pswp__button--zoom {
  display: block !important;
}

.pswp .pswp__ui--fit .pswp__button--zoom {
  opacity: 0.62;
  pointer-events: none;
}

.pswp .pswp__button--arrow--left,
.pswp .pswp__button--arrow--right {
  display: block;
  top: 50%;
  width: 52px;
  height: 52px;
  margin: 0;
  border-radius: 16px;
  transform: translateY(-50%);
}

.pswp .pswp__button--arrow--left:hover,
.pswp .pswp__button--arrow--left:active,
.pswp .pswp__button--arrow--right:hover,
.pswp .pswp__button--arrow--right:active {
  transform: translateY(-50%);
}

.pswp .pswp__button--arrow--left {
  left: 16px;
}

.pswp .pswp__button--arrow--right {
  right: 16px;
}

.pswp .pswp__button--arrow--left::before,
.pswp .pswp__button--arrow--right::before {
  top: 50%;
  left: 50%;
  margin: 0;
  transform: translate(-50%, -50%);
  filter: invert(1);
}

.pswp .pswp__caption {
  bottom: 82px;
  background: transparent;
  pointer-events: none;
}

.bes-pswp-thumbs {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1600;
  display: flex;
  justify-content: center;
  gap: 8px;
  padding: 10px max(12px, env(safe-area-inset-right)) calc(10px + env(safe-area-inset-bottom)) max(12px, env(safe-area-inset-left));
  overflow-x: auto;
  overscroll-behavior-inline: contain;
  scrollbar-width: none;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.68), transparent);
  -webkit-overflow-scrolling: touch;
}

.bes-pswp-thumbs[hidden] {
  display: none;
}

.bes-pswp-thumbs::-webkit-scrollbar {
  display: none;
}

.bes-pswp-thumbs__button {
  appearance: none;
  flex: 0 0 58px;
  width: 58px;
  height: 58px;
  padding: 2px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 10px;
  background: rgba(18, 20, 24, 0.72);
  opacity: 0.5;
  cursor: pointer;
  transform: none;
  transition: border-color 0.18s ease, opacity 0.18s ease, box-shadow 0.18s ease;
}

.bes-pswp-thumbs__button:hover {
  opacity: 0.82;
}

.bes-pswp-thumbs__button.is-active {
  border-color: rgba(255, 255, 255, 0.94);
  opacity: 1;
  transform: none;
  box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.28);
}

.bes-pswp-thumbs__button:focus-visible {
  outline: 2px solid #ffffff;
  outline-offset: 2px;
  opacity: 1;
}

.bes-pswp-thumbs__button img {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 7px;
  object-fit: cover;
}

@media (max-width: 767px) {
	.bes-embla {
		--bes-embla-current-container-gutter: var(--bes-embla-container-gutter-mobile);
	}
  .pswp .pswp__top-bar {
    height: 58px;
  }

  .pswp .pswp__button {
    width: 44px;
    height: 44px;
    margin: 6px 6px 0 0;
    border-radius: 12px;
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
  }

  .pswp .pswp__button--arrow--left,
  .pswp .pswp__button--arrow--right {
    width: 46px;
    height: 46px;
    margin: 0;
    border-radius: 14px;
    transform: translateY(-50%);
  }

  .pswp .pswp__button--arrow--left {
    left: 6px;
  }

  .pswp .pswp__button--arrow--right {
    right: 6px;
  }

  .pswp .pswp__caption {
    display: none;
  }

  .bes-pswp-thumbs {
    justify-content: flex-start;
    gap: 6px;
    padding-top: 8px;
  }

  .bes-pswp-thumbs__button {
    flex-basis: 50px;
    width: 50px;
    height: 50px;
    border-radius: 9px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .pswp .pswp__button,
  .bes-pswp-thumbs__button {
    transition: none;
  }

  .bes-pswp-thumbs {
    scroll-behavior: auto;
  }
}

.bes-embla--woo-gallery .bes-embla__thumb,
.bes-embla--woo-gallery .bes-embla__thumbs-nav,
.bes-embla--woo-gallery .bes-embla__button {
  border: 0;
  box-shadow: none;
}

.bes-embla--axis-y .bes-embla__container {
  flex-direction: column;
  row-gap: var(--bes-embla-current-gap);
  column-gap: 0;
  touch-action: pan-x pinch-zoom;
}

.bes-embla--axis-y .bes-embla__viewport {
  padding-inline: 0;
  padding-block: var(--bes-embla-edge-padding);
}

.bes-embla--axis-y.bes-embla--edge-fade .bes-embla__viewport {
  -webkit-mask-image: linear-gradient(
    to bottom,
    transparent 0,
    #000 var(--bes-embla-edge-fade-size),
    #000 calc(100% - var(--bes-embla-edge-fade-size)),
    transparent 100%
  );
  mask-image: linear-gradient(
    to bottom,
    transparent 0,
    #000 var(--bes-embla-edge-fade-size),
    #000 calc(100% - var(--bes-embla-edge-fade-size)),
    transparent 100%
  );
}

.bes-embla--axis-y .bes-embla__container > * {
  padding-inline-start: 0;
}

.bes-embla--effect-fade {
  --bes-embla-current-slide-size: 100%;
  --bes-embla-current-gap: 0px;
}

.bes-embla .bes-embla__slide-inner,
.bes-embla .bes-embla__slide--self-motion,
.bes-embla .bes-embla__motion-target,
.bes-embla .bes-parallax-layer,
.bes-embla [data-bes-parallax-layer] {
  opacity: var(--bes-embla-tween-opacity);
  transform: translate3d(
      calc(var(--bes-embla-parallax-x, 0px) + var(--bes-embla-loop-gap-x, 0px)),
      calc(var(--bes-embla-parallax-y, 0px) + var(--bes-embla-lift-y, 0px) + var(--bes-embla-loop-gap-y, 0px)),
      0
    )
    scale(var(--bes-embla-tween-scale));
  transform-origin: center center;
  backface-visibility: hidden;
  transition: opacity 0.12s linear !important;
  will-change: transform;
}

.bes-embla__container > *.is-active > .bes-embla__slide-inner,
.bes-embla__container > *.is-active.bes-embla__slide--self-motion,
.bes-embla__container > *.is-active > .bes-embla__motion-target,
.bes-embla__container > *.is-active > .bes-parallax-layer,
.bes-embla__container > *.is-active > [data-bes-parallax-layer] {
  --bes-embla-lift-y: calc(var(--bes-embla-active-lift) * -1);
}

.bes-embla.is-pointer-down .bes-embla__container > *,
.bes-embla.is-pointer-down .bes-embla__slide-inner,
.bes-embla.is-pointer-down .bes-embla__slide--self-motion,
.bes-embla.is-pointer-down .bes-embla__motion-target,
.bes-embla.is-pointer-down .bes-parallax-layer,
.bes-embla.is-pointer-down [data-bes-parallax-layer] {
  transition: none;
}

/* Keep the card scale and image depth on separate compositor layers. */
.bes-embla--royal-parallax .bes-embla__slide-inner,
.bes-embla--royal-parallax .bes-embla__motion-target {
  overflow: hidden;
}

.bes-embla--royal-parallax img {
  opacity: 1;
  transform: translate3d(
      var(--bes-embla-parallax-x, 0px),
      var(--bes-embla-parallax-y, 0px),
      0
    )
    scale(1.08);
  transform-origin: center center;
  backface-visibility: hidden;
  will-change: transform;
}

@media (prefers-reduced-motion: reduce) {
  .bes-embla--royal-parallax img {
    transform: scale(1.03);
    will-change: auto;
  }
}

.bes-embla--builder[data-bes-builder-tween="spotlight"] .bes-embla__container > * {
  --bes-embla-tween-scale: var(--bes-embla-builder-edge-scale, 0.88);
  --bes-embla-tween-opacity: var(--bes-embla-builder-edge-opacity, 0.28);
}

.bes-embla--builder[data-bes-builder-tween="spotlight"] .bes-embla__container > :nth-child(2) > .bes-embla__slide-inner,
.bes-embla--builder[data-bes-builder-tween="spotlight"] .bes-embla__container > :nth-child(2) > .bes-embla__motion-target,
.bes-embla--builder[data-bes-builder-tween="spotlight"] .bes-embla__container > :nth-child(2) > .bes-parallax-layer,
.bes-embla--builder[data-bes-builder-tween="spotlight"] .bes-embla__container > :nth-child(2) > [data-bes-parallax-layer] {
  --bes-embla-lift-y: calc(var(--bes-embla-builder-active-lift, 0px) * -1);
}

.bes-embla--builder[data-bes-builder-tween="spotlight"][data-bes-builder-focus="1"] .bes-embla__container > :nth-child(2) {
  --bes-embla-tween-scale: 1;
  --bes-embla-tween-opacity: 1;
}

.bes-embla--builder[data-bes-builder-tween="spotlight"][data-bes-builder-focus="1"] .bes-embla__container > :nth-child(1),
.bes-embla--builder[data-bes-builder-tween="spotlight"][data-bes-builder-focus="1"] .bes-embla__container > :nth-child(3) {
  --bes-embla-tween-scale: var(--bes-embla-builder-near-1-scale, 0.96);
  --bes-embla-tween-opacity: var(--bes-embla-builder-near-1-opacity, 0.78);
}

.bes-embla--builder[data-bes-builder-tween="spotlight"][data-bes-builder-focus="1"] .bes-embla__container > :nth-child(4) {
  --bes-embla-tween-scale: var(--bes-embla-builder-near-2-scale, 0.92);
  --bes-embla-tween-opacity: var(--bes-embla-builder-near-2-opacity, 0.58);
}

.bes-embla--builder[data-bes-builder-tween="spotlight"][data-bes-builder-focus="1"] .bes-embla__container > :nth-child(5) {
  --bes-embla-tween-scale: var(--bes-embla-builder-near-3-scale, 0.88);
  --bes-embla-tween-opacity: var(--bes-embla-builder-near-3-opacity, 0.38);
}

.bes-embla--builder[data-bes-builder-tween="spotlight"][data-bes-builder-focus="3"] .bes-embla__container > :nth-child(-n + 3),
.bes-embla--builder[data-bes-builder-tween="spotlight"][data-bes-builder-focus="5"] .bes-embla__container > :nth-child(-n + 5),
.bes-embla--builder[data-bes-builder-tween="spotlight"][data-bes-builder-focus="7"] .bes-embla__container > :nth-child(-n + 7) {
  --bes-embla-tween-scale: 1;
  --bes-embla-tween-opacity: 1;
}

.bes-embla--builder[data-bes-builder-tween="spotlight"][data-bes-builder-focus="3"] .bes-embla__container > :nth-child(4),
.bes-embla--builder[data-bes-builder-tween="spotlight"][data-bes-builder-focus="5"] .bes-embla__container > :nth-child(6),
.bes-embla--builder[data-bes-builder-tween="spotlight"][data-bes-builder-focus="7"] .bes-embla__container > :nth-child(8) {
  --bes-embla-tween-scale: var(--bes-embla-builder-near-1-scale, 0.96);
  --bes-embla-tween-opacity: var(--bes-embla-builder-near-1-opacity, 0.78);
}

.bes-embla--builder[data-bes-builder-tween="spotlight"][data-bes-builder-focus="3"] .bes-embla__container > :nth-child(5),
.bes-embla--builder[data-bes-builder-tween="spotlight"][data-bes-builder-focus="5"] .bes-embla__container > :nth-child(7),
.bes-embla--builder[data-bes-builder-tween="spotlight"][data-bes-builder-focus="7"] .bes-embla__container > :nth-child(9) {
  --bes-embla-tween-scale: var(--bes-embla-builder-near-2-scale, 0.92);
  --bes-embla-tween-opacity: var(--bes-embla-builder-near-2-opacity, 0.58);
}

.bes-embla--builder[data-bes-builder-tween="spotlight"][data-bes-builder-focus="3"] .bes-embla__container > :nth-child(6),
.bes-embla--builder[data-bes-builder-tween="spotlight"][data-bes-builder-focus="5"] .bes-embla__container > :nth-child(8),
.bes-embla--builder[data-bes-builder-tween="spotlight"][data-bes-builder-focus="7"] .bes-embla__container > :nth-child(10) {
  --bes-embla-tween-scale: var(--bes-embla-builder-near-3-scale, 0.88);
  --bes-embla-tween-opacity: var(--bes-embla-builder-near-3-opacity, 0.38);
}

.bes-embla__controls {
  display: flex;
  align-items: center;
  justify-content: var(--bes-embla-nav-justify);
  gap: var(--bes-embla-nav-gap);
  margin-top: 1rem;
}

.bes-embla__preview-warning {
  margin-bottom: 0.75rem;
  padding: 0.625rem 0.75rem;
  border-radius: 0.5rem;
  background: #fff7ed;
  color: #9a3412;
  font-size: 0.8125rem;
  line-height: 1.35;
}

.bes-embla__controls--builtin {
  box-sizing: border-box;
  width: 100%;
  max-width: calc(var(--bes-embla-current-controls-max-width) + (2 * var(--bes-embla-current-container-gutter)));
  margin-top: clamp(1rem, 1.5vw, 1.5rem);
  margin-right: auto;
  margin-left: auto;
  padding-inline: var(--bes-embla-current-container-gutter);
}

.bes-embla__controls--top {
  margin-top: 0;
  margin-bottom: 1rem;
}

.bes-embla__arrows,
.bes-embla__indicator {
  display: inline-flex;
  align-items: center;
  gap: var(--bes-embla-dots-gap);
}

.bes-embla__arrows {
  flex: 0 0 auto;
}

.bes-embla__indicator {
  order: -1;
  flex: 1 1 auto;
  justify-content: flex-start;
  min-width: 0;
}

.bes-embla .bes-embla__button {
  appearance: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: var(--bes-embla-button-size) !important;
  height: var(--bes-embla-button-size) !important;
  padding: 0 !important;
  border: var(--bes-embla-button-border-size) solid var(--bes-embla-button-border);
  border-radius: var(--bes-embla-button-radius) !important;
  background: var(--bes-embla-button-bg);
  color: var(--bes-embla-button-color);
  cursor: pointer;
  transition: color 0.2s ease, background-color 0.2s ease, border-color 0.2s ease, opacity 0.2s ease, transform 0.2s ease;
}

.bes-embla .bes-embla__button:hover {
  border-color: var(--bes-embla-button-hover-border);
  background: var(--bes-embla-button-hover-bg);
  color: var(--bes-embla-button-hover-color);
  transform: translateY(-1px);
}

.bes-embla--preset-product-listing .bes-embla__button {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.86), rgba(173, 140, 96, 0.1) 48%, rgba(11, 45, 93, 0.08)),
    var(--bes-embla-button-bg) !important;
  box-shadow: none;
  transition:
    color 180ms cubic-bezier(0.4, 0, 0.2, 1),
    border-color 180ms cubic-bezier(0.4, 0, 0.2, 1);
}

.bes-embla--preset-product-listing .bes-embla__button-sheen {
  position: absolute;
  inset: -35% auto -35% -55%;
  z-index: 0;
  width: 38%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.78), transparent);
  opacity: 0;
  pointer-events: none;
  will-change: transform, opacity;
}

.bes-embla--preset-product-listing .bes-embla__button:hover {
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.14), rgba(173, 140, 96, 0.2) 48%, rgba(0, 0, 0, 0.08)),
    var(--bes-embla-button-hover-bg) !important;
  box-shadow: none;
}

.bes-embla--preset-product-listing .bes-embla__button:focus-visible {
  outline: 2px solid var(--bes-embla-dot-active, #ad8c60);
  outline-offset: 3px;
}

.bes-embla .bes-embla__button-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: var(--bes-embla-button-icon-size) !important;
  height: var(--bes-embla-button-icon-size) !important;
  line-height: 0;
  position: relative;
  z-index: 1;
}

@media (prefers-reduced-motion: reduce) {
  .bes-embla--preset-product-listing .bes-embla__button {
    transition-duration: 0.01ms;
  }

  .bes-embla--preset-product-listing .bes-embla__button:hover {
    transform: none;
  }

  .bes-embla--preset-product-listing .bes-embla__button-sheen {
    display: none;
  }
}

.bes-embla .bes-embla__icon {
  display: block;
  width: var(--bes-embla-button-icon-size) !important;
  height: var(--bes-embla-button-icon-size) !important;
}

.bes-embla__dots,
[data-bes-slider-dots],
.bes-embla__thumbs,
[data-bes-slider-thumbs] {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.bes-embla__dots,
[data-bes-slider-dots] {
  gap: var(--bes-embla-dots-gap);
  line-height: 0;
}

.bes-embla__dots,
[data-bes-slider-dots] {
  justify-content: var(--bes-embla-nav-align);
}

.bes-embla__dots--standalone,
.bes-embla__dots--preview {
  justify-content: flex-start;
  align-self: center;
  line-height: 0;
}

.bes-embla-controller.is-disabled,
.bes-embla-controller[aria-disabled="true"] {
  opacity: 0.35;
  cursor: not-allowed;
  transform: none;
  pointer-events: none;
}

.bes-embla__dot {
  appearance: none;
  width: var(--bes-embla-dot-width);
  height: var(--bes-embla-dot-height);
  padding: 0;
  border: 0;
  border-radius: var(--bes-embla-dot-radius);
  background: var(--bes-embla-dot-inactive, var(--slider-dot-color, #cbd5e1));
  opacity: 1;
  cursor: pointer;
  transition: width 0.2s ease, opacity 0.2s ease, transform 0.2s ease, background-color 0.2s ease;
}

.bes-embla__dot.is-active {
  background: var(--bes-embla-dot-active, var(--color-gold, #ad8c60));
  width: var(--bes-embla-dot-active-width);
  transform: scale(1.04);
}

.bes-embla__dots--dot .bes-embla__dot.is-active {
  border-radius: var(--bes-embla-dot-active-radius);
  transform: rotate(45deg);
}

.bes-embla--dots-home,
.bes-embla__dots--home {
  --bes-embla-dot-size: 8px;
  --bes-embla-dot-width: var(--bes-embla-dot-size);
  --bes-embla-dot-height: var(--bes-embla-dot-size);
  --bes-embla-dot-active-width: var(--bes-embla-dot-width);
  --bes-embla-dot-active-radius: 1px;
  --bes-embla-dot-inactive: var(--slider-dot-color, #cbd5e1);
  --bes-embla-dot-active: var(--color-gold, #ad8c60);
}

.bes-embla__dots--home .bes-embla__dot.is-active {
  border-radius: var(--bes-embla-dot-active-radius);
  transform: rotate(45deg);
}

.bes-embla__dot:hover {
  opacity: 0.72;
}

.bes-embla__dots--svg .bes-embla__dot {
  position: relative;
  width: var(--bes-embla-dot-size);
  height: var(--bes-embla-dot-size);
  border-radius: 0;
  background: transparent;
  transform: scale(1);
  transition: opacity var(--bes-embla-dot-transition-duration) ease,
    transform var(--bes-embla-dot-transition-duration) var(--bes-embla-dot-transition-easing);
}

.bes-embla__dots--svg .bes-embla__dot::before,
.bes-embla__dots--svg .bes-embla__dot::after {
  content: '';
  position: absolute;
  inset: 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  pointer-events: none;
  transition: opacity var(--bes-embla-dot-transition-duration) var(--bes-embla-dot-transition-easing);
}

.bes-embla__dots--svg .bes-embla__dot::before {
  background-image: var(--bes-embla-dot-inactive-svg);
  opacity: 1;
}

.bes-embla__dots--svg .bes-embla__dot::after {
  background-image: var(--bes-embla-dot-active-svg);
  opacity: 0;
}

.bes-embla__dots--svg .bes-embla__dot.is-active {
  width: var(--bes-embla-dot-size);
  background: transparent;
  transform: scale(var(--bes-embla-dot-active-scale));
}

.bes-embla__dots--svg .bes-embla__dot.is-active::before {
  opacity: 0;
}

.bes-embla__dots--svg .bes-embla__dot.is-active::after {
  opacity: 1;
}

@media (prefers-reduced-motion: reduce) {
  .bes-embla__dots--svg .bes-embla__dot,
  .bes-embla__dots--svg .bes-embla__dot::before,
  .bes-embla__dots--svg .bes-embla__dot::after {
    transition-duration: 0.01ms;
  }
}

.bes-embla--dots-line,
.bes-embla__dots--line {
  --bes-embla-line-track-width: 12rem;
  --bes-embla-line-active-width: 2.5rem;
  --bes-embla-line-height: 0.2rem;
  --bes-embla-line-dot-count: 4;
  --bes-embla-line-active-position: 12.5%;
}

.bes-embla__dots--line {
  position: relative;
  display: grid;
  grid-template-columns: repeat(var(--bes-embla-line-dot-count), minmax(0, 1fr));
  flex-wrap: nowrap;
  gap: 0;
  flex: 0 0 auto;
  width: var(--bes-embla-line-track-width);
  min-height: 1.75rem;
  overflow: visible;
}

.bes-embla__dots--line::before {
  content: '';
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  height: var(--bes-embla-line-height);
  border-radius: 999px;
  background: var(--bes-embla-dot-inactive, var(--slider-dot-color, #cbd5e1));
  transform: translateY(-50%);
  pointer-events: none;
}

.bes-embla__dots--line::after {
  content: '';
  position: absolute;
  z-index: 1;
  top: 50%;
  left: var(--bes-embla-line-active-position);
  width: min(var(--bes-embla-line-active-width), 100%);
  height: var(--bes-embla-line-height);
  border-radius: 999px;
  background: var(--bes-embla-dot-active, var(--color-gold, #ad8c60));
  transform: translate(-50%, -50%);
  transition: left 0.24s cubic-bezier(.22, 1, .36, 1), width 0.2s ease;
  pointer-events: none;
}

.bes-embla__dots--line .bes-embla__dot {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 1.75rem;
  min-width: 0;
  border-radius: 0;
  background: transparent;
  transform: none;
}

.bes-embla__dots--line .bes-embla__dot.is-active {
  width: 100%;
  background: transparent;
  transform: none;
}

.bes-embla__dots--line .bes-embla__dot:hover {
  opacity: 1;
}

.bes-embla__dots--line .bes-embla__dot:focus-visible {
  outline: 2px solid var(--bes-embla-dot-active, var(--color-gold, #ad8c60));
  outline-offset: 2px;
}

.bes-embla--dots-pill,
.bes-embla__dots--pill {
  --bes-embla-dot-width: 2.1rem;
  --bes-embla-dot-height: 0.5rem;
  --bes-embla-dot-radius: 999px;
}

.bes-embla--dots-number,
.bes-embla__dots--number {
  --bes-embla-dot-width: 2rem;
  --bes-embla-dot-height: 2rem;
  --bes-embla-dot-radius: 999px;
}

.bes-embla__dots--number.bes-embla__dots--preview {
  line-height: 1;
}

.bes-embla__dots--number .bes-embla__dot {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #475569;
  font-size: 0.75rem;
  font-weight: 600;
  line-height: 1;
  font-variant-numeric: tabular-nums;
  text-align: center;
}

.bes-embla__dots--number .bes-embla__dot.is-active {
  color: #ffffff;
}

.bes-embla__progress,
[data-bes-slider-progress] {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  align-self: center;
  flex: 0 0 auto;
  width: var(--bes-embla-progress-width);
  min-width: var(--bes-embla-progress-min-width);
  max-width: 100%;
  height: auto !important;
  min-height: 0 !important;
  margin: 0;
  padding: 0 !important;
  line-height: 0;
  font-size: 0;
  vertical-align: middle;
}

.bes-embla__pagination {
	display: inline-flex;
	align-items: center;
	gap: var(--bes-embla-pagination-gap);
	width: 100%;
	max-width: 100%;
	min-width: 0;
}

.bes-embla__pagination > .bes-embla__counter {
	flex: 0 0 auto;
}

.bes-embla__pagination > .bes-embla__progress {
	flex: 1 1 10rem;
	width: auto;
}

.bes-embla__pagination > .bes-embla__dots {
	flex: 0 1 auto;
	min-width: 0;
}

.bes-embla__controls > .bes-embla__progress:not(.bes-embla__progress--standalone) {
  flex: 1 1 10rem;
}

.bes-embla__progress-track {
  position: relative;
  display: block;
  width: 100%;
  height: var(--bes-embla-progress-height);
  overflow: hidden;
  border-radius: var(--bes-embla-progress-radius);
  background: var(--bes-embla-progress-track);
}

.bes-embla__progress-fill {
  position: absolute;
  inset: 0;
  display: block;
  transform: scaleX(var(--bes-embla-progress, var(--bes-embla-progress-preview, 0)));
  transform-origin: left center;
  background: var(--bes-embla-progress-fill);
  border-radius: inherit;
  transition: transform 0.2s linear;
}

.bes-embla__progress--standalone,
.bes-embla__progress--preview {
  --bes-embla-progress-preview: 0.5;
}

.bes-embla__progress--style-pill {
  --bes-embla-progress-height: 0.5rem;
}

.bes-embla__progress--style-line .bes-embla__progress-track,
.bes-embla__progress--style-pill .bes-embla__progress-track {
  background-image: none;
}

.bes-embla__progress--style-line .bes-embla__progress-fill,
.bes-embla__progress--style-pill .bes-embla__progress-fill {
  background-image: none;
}

.bes-embla__counter,
[data-bes-slider-counter] {
  display: inline-flex;
  align-items: baseline;
	gap: var(--bes-embla-counter-gap);
	color: var(--bes-embla-counter-muted);
	font-size: var(--bes-embla-counter-size);
  font-weight: 400;
  font-variant-numeric: tabular-nums;
  line-height: 1;
}

.bes-embla__counter-current {
	color: var(--bes-embla-counter-current);
  font-size: 1.25em;
  font-weight: 500;
}

.bes-embla__counter-separator,
.bes-embla__counter-total {
	color: var(--bes-embla-counter-muted);
}

.bes-embla__thumbs-shell {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  gap: var(--bes-embla-thumb-gap);
  width: 100%;
  max-width: calc(var(--bes-embla-current-controls-max-width) + (2 * var(--bes-embla-current-container-gutter)));
  margin-top: 0.75rem;
  margin-right: auto;
  margin-left: auto;
  padding-inline: var(--bes-embla-current-container-gutter);
}

.bes-embla__controls--top + .bes-embla__thumbs-shell,
.bes-embla__thumbs-shell:first-child {
  margin-top: 0;
  margin-bottom: 1rem;
}

.bes-embla__thumbs-viewport {
  min-width: 0;
  padding: 3px 2px;
  overflow: hidden;
}

.bes-embla__thumbs-shell--scroll .bes-embla__thumbs-viewport {
  overflow-x: auto;
  overscroll-behavior-inline: contain;
  scrollbar-width: none;
}

.bes-embla__thumbs-shell--scroll .bes-embla__thumbs-viewport::-webkit-scrollbar {
  display: none;
}

.bes-embla__thumbs,
[data-bes-slider-thumbs] {
  gap: var(--bes-embla-thumb-gap);
  margin-top: 1rem;
}

.bes-embla__thumbs-shell .bes-embla__thumbs {
  flex-wrap: nowrap;
  margin-top: 0;
}

.bes-embla__thumbs-shell .bes-embla__thumbs.is-centered {
  justify-content: center;
}

.bes-embla__thumbs-shell--wrap {
  display: block;
}

.bes-embla__thumbs-shell--wrap .bes-embla__thumbs {
  flex-wrap: wrap;
}

.bes-embla__thumbs-nav {
  appearance: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1.875rem;
  height: 1.875rem;
  padding: 0;
  border: 0;
  border-radius: 999px;
  border: 1px solid rgba(173, 140, 96, 0.24);
  background: rgba(255, 253, 250, 0.92);
  color: #06101f;
  cursor: pointer;
  transition: opacity 0.2s ease, transform 0.2s ease, border-color 0.2s ease;
}

.bes-embla__thumbs-nav:hover {
  transform: translateY(-1px);
}

.bes-embla__thumbs-nav.is-disabled,
.bes-embla__thumbs-nav[aria-disabled="true"] {
  opacity: 0.35;
  pointer-events: none;
  transform: none;
}

.bes-embla__thumb {
  appearance: none;
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: var(--bes-embla-thumb-width);
  height: var(--bes-embla-thumb-height);
  padding: 0;
  overflow: hidden;
  border: 0;
  border-radius: var(--bes-embla-thumb-radius);
  background: rgba(255, 253, 250, 0.78);
  color: inherit;
  cursor: pointer;
  opacity: 0.58;
  transition: opacity 0.22s ease, transform 0.22s ease, border-color 0.22s ease;
  flex: 0 0 var(--bes-embla-thumb-width);
}

.bes-embla__thumb:hover {
  border-color: transparent;
  opacity: 0.78;
}

.bes-embla__thumb.is-active {
  border-color: rgba(173, 140, 96, 0.78);
  opacity: 1;
  box-shadow: none;
}

.bes-embla__thumb:focus-visible {
  outline: 2px solid rgba(15, 23, 42, 0.72);
  outline-offset: 3px;
  opacity: 1;
}

.bes-embla__thumb-image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.bes-embla__thumb-label {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  padding: 0.75rem;
  font-size: 0.875rem;
  font-weight: 600;
  line-height: 1.2;
  text-align: center;
}

.bes-embla--builder .bes-embla__dot,
.bes-embla--builder .bes-embla__thumb {
  pointer-events: none;
}

@media (max-width: 991px) {
  .bes-embla {
    --bes-embla-current-slide-size: var(--bes-embla-slide-size-tablet);
    --bes-embla-current-gap: var(--bes-embla-gap-tablet);
    --bes-embla-current-controls-max-width: var(--bes-embla-controls-max-width-tablet);
    --bes-embla-current-container-gutter: var(--bes-embla-container-gutter-tablet);
  }
}

@media (max-width: 767px) {
  .bes-embla {
    --bes-embla-current-slide-size: var(--bes-embla-slide-size-mobile);
    --bes-embla-current-gap: var(--bes-embla-gap-mobile);
    --bes-embla-current-controls-max-width: var(--bes-embla-controls-max-width-mobile);
    --bes-embla-current-container-gutter: var(--bes-embla-container-gutter-mobile);
    --bes-embla-thumb-width: 3.25rem;
    --bes-embla-thumb-height: 2.5rem;
  }

  .bes-embla__controls {
    flex-direction: column;
    align-items: var(--bes-embla-nav-align);
  }

  .bes-embla__dots,
  [data-bes-slider-dots] {
    justify-content: var(--bes-embla-nav-align);
  }

  .bes-embla__controls--builtin {
    flex-direction: row;
    justify-content: space-between;
  }

  .bes-embla__controls--builtin .bes-embla__arrows {
    flex: 0 0 auto;
  }

  .bes-embla__controls--builtin .bes-embla__indicator {
    justify-content: flex-start;
    margin-right: auto;
  }

  .bes-embla__controls--builtin .bes-embla__dots {
    flex-wrap: nowrap;
    justify-content: flex-end;
  }

	.bes-embla__controls--builtin .bes-embla__progress {
		flex: 1 1 6rem;
		width: auto;
		min-width: 6rem;
	}

	.bes-embla__pagination {
		flex-wrap: nowrap;
		gap: min(var(--bes-embla-pagination-gap), 0.75rem);
	}

	.bes-embla__pagination > .bes-embla__progress {
		flex-basis: 6rem;
		width: auto;
		min-width: min(var(--bes-embla-progress-min-width), 6rem);
	}
}
