/*
 * Local behavior and visibility layer.
 * The source visual system is preserved in the localized source stylesheets.
 */

html {
  scroll-behavior: smooth;
}

html.wf-loading *,
.wf-loading * {
  animation: none !important;
  color: inherit;
}

.preFade,
.preSlide,
.image-card,
[data-animation-role="content"],
[data-animation-role="button"] {
  opacity: 1 !important;
  transform: none;
  visibility: visible !important;
  animation: none !important;
  transition: none !important;
}

img[data-src],
img[data-image] {
  opacity: 1 !important;
  visibility: visible !important;
}

.image-inset,
.image-block-wrapper,
.blog-item.entry {
  opacity: 1 !important;
  transform: none !important;
  visibility: visible !important;
}

.static-video-link {
  align-items: center;
  display: flex;
  height: 100%;
  justify-content: center;
  min-height: 100%;
  overflow: hidden;
  position: relative;
  width: 100%;
}

.static-video-link img {
  height: 100%;
  object-fit: cover;
  opacity: 0;
  width: 100%;
}

.static-video-play {
  background: rgba(42, 60, 99, 0.86);
  border-radius: 50%;
  height: 72px;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 72px;
  opacity: 0;
}

.static-video-play::after {
  border-bottom: 12px solid transparent;
  border-left: 20px solid #fff;
  border-top: 12px solid transparent;
  content: "";
  left: 28px;
  position: absolute;
  top: 24px;
}

.static-form-status {
  color: inherit;
  font: inherit;
  margin-top: 1.2rem;
}

.static-form-status[role="alert"] {
  color: #8b1f2e;
}

.static-field-error {
  outline: 2px solid #8b1f2e !important;
  outline-offset: 2px;
}

.static-cart-notice {
  font-family: Poppins, sans-serif;
  margin-top: 1rem;
}

[data-static-external] {
  cursor: pointer;
}

.product-gallery-slides-item {
  pointer-events: none;
}

.product-gallery-slides-item.selected {
  pointer-events: auto;
}

.static-lightbox {
  align-items: center;
  background: rgba(20, 27, 42, 0.94);
  border: 0;
  display: none;
  inset: 0;
  justify-content: center;
  margin: 0;
  max-height: none;
  max-width: none;
  padding: 5vw;
  position: fixed;
  width: 100vw;
  z-index: 99999;
}

.static-lightbox[open] {
  display: flex;
}

.static-lightbox img {
  max-height: 88vh;
  max-width: 88vw;
  object-fit: contain;
}

.static-lightbox button {
  background: transparent;
  border: 0;
  color: #fff;
  cursor: pointer;
  font: 42px/1 sans-serif;
  position: absolute;
  right: 24px;
  top: 18px;
}

@media (max-width: 640px) {
  #block-8536c2d694d1b87454b5 .sqs-html-content > :last-child {
    width: calc(100% - 2px);
  }

  .static-video-play {
    height: 58px;
    width: 58px;
  }

  .static-video-play::after {
    border-bottom-width: 10px;
    border-left-width: 17px;
    border-top-width: 10px;
    left: 23px;
    top: 19px;
  }
}
