/* Frontend Desktop - Full Width */
.psh-showcase {
  position: relative;
  min-height: var(--psh-height, 680px);
  height: auto;
  aspect-ratio: 2400 / 1100;
  width: 100vw;
  max-width: 100vw;
  margin-left: calc(-50vw + 50%);
  margin-right: calc(-50vw + 50%);
  left: 0;
  right: 0;
  overflow: hidden;
  isolation: isolate;
  background-color: transparent;
  direction: inherit;
  padding: 0;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  display: block;
}
.psh-showcase::before,
.psh-showcase::after {
  content: none;
  display: none;
}
.psh-showcase,
.psh-showcase * {
  box-sizing: border-box;
}
.psh-showcase .psh-draggable,
.psh-showcase .psh-resize {
  display: none !important;
}
.psh-stage > .psh-bg-img-wrap {
  position: absolute !important;
  inset: 0 !important;
  z-index: 0 !important;
  overflow: hidden !important;
  pointer-events: none !important;
  width: 100% !important;
  height: 100% !important;
  display: block !important;
}
.psh-stage > .psh-bg-img-wrap .psh-bg-img {
  position: absolute !important;
  inset: 0 !important;
  display: block !important;
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  object-position: center center !important;
  border: 0 !important;
  outline: 0 !important;
  z-index: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  transform: none !important;
}
body .psh-bg-contain .psh-bg-img-wrap .psh-bg-img {
  object-fit: contain !important;
}
.psh-stage > .psh-overlay {
  z-index: 0 !important;
}
.psh-stage > .psh-product,
.psh-stage > .psh-title,
.psh-stage > .psh-icon {
  z-index: 5 !important;
}
.psh-overlay {
  position: absolute;
  inset: 0;
  z-index: 0;
  background: var(--psh-overlay-color, #031426);
  opacity: var(--psh-overlay-opacity, 0.18);
  pointer-events: none;
}
.psh-stage {
  position: absolute;
  inset: 0;
  z-index: 1;
  overflow: visible !important;
  background: transparent;
}
.psh-stage::before,
.psh-stage::after {
  content: none;
  display: none;
}
.psh-product,
.psh-title,
.psh-icon {
  position: absolute;
  left: var(--psh-x);
  top: var(--psh-y);
  width: var(--psh-w);
  height: var(--psh-h);
  z-index: var(--psh-z);
}
.psh-product {
  contain: layout style;
  border: 0 !important;
  outline: 0 !important;
  box-shadow: none !important;
  background: transparent !important;
  -webkit-tap-highlight-color: transparent !important;
  overflow: visible !important;
  padding: 0 !important;
  margin: 0 !important;
  clip-path: inset(-30% 0 -30% 0);
}
.psh-product .psh-float-inner {
  overflow: visible !important;
  padding: 25% 0 !important;
  margin: -25% 0 !important;
}
.psh-product * {
  border: 0 !important;
  outline: 0 !important;
  box-shadow: none !important;
}
.psh-product::before,
.psh-product::after,
.psh-product-link::before,
.psh-product-link::after {
  display: none !important;
  border: 0 !important;
  outline: 0 !important;
  box-shadow: none !important;
  content: none !important;
}
.psh-product-link,
.psh-product-link:visited {
  display: block;
  width: 100%;
  height: 100%;
  color: inherit;
  border: 0 !important;
  outline: 0 !important;
  box-shadow: none !important;
  background: transparent;
  text-decoration: none;
}
.psh-product-link:focus,
.psh-product-link:focus-visible,
.psh-product-link:active,
.psh-product-img:focus,
.psh-product-img:active {
  border: 0 !important;
  outline: 0 !important;
  box-shadow: none !important;
}
.psh-product-link::-moz-focus-inner,
.psh-product-img::-moz-focus-inner {
  border: 0 !important;
}
.psh-float-inner {
  position: relative;
  display: grid;
  width: 100%;
  height: 100%;
  place-items: center;
  transform: translate3d(0, var(--psh-static-y, 0px), 0);
  transition: filter 240ms ease;
  will-change: transform;
  border: 0 !important;
  outline: 0 !important;
  box-shadow: none !important;
  overflow: visible !important;
}
.psh-product-link {
  overflow: visible !important;
}
.psh-showcase:not(.is-visible) .psh-product.psh-animate .psh-float-inner {
  animation-play-state: paused;
}
.psh-product:hover .psh-float-inner,
.psh-product:focus-within .psh-float-inner {
  animation-play-state: paused;
}
.psh-product.psh-glow-enabled:hover .psh-float-inner,
.psh-product.psh-glow-enabled:focus-within .psh-float-inner {
  filter: drop-shadow(0 0 20px var(--psh-hover-glow, rgba(125, 211, 252, 0.42)));
}
.psh-product:hover .psh-product-link,
.psh-product:focus-within .psh-product-link {
  transform: scale(var(--psh-hover-scale, 1.04));
  transition: transform 260ms cubic-bezier(0.34, 1.56, 0.64, 1);
}
/* Visual/effects rules moved to frontend-effects.css and responsive rules to frontend-responsive.css */
