/* Store components added in 1.2: checkout, media, accessibility. */
:focus-visible {
  outline: 2px solid #185cba;
  outline-offset: 4px;
}
[hidden] {
  display: none !important;
}
.sihoo-honeypot {
  position: absolute;
  left: -10000px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}
.order-summary__row [data-delivery-total] {
  max-width: 65%;
  text-align: right;
  line-height: 1.4;
}
.buy-button:disabled {
  background: #757575;
  cursor: not-allowed;
  transform: none;
}
.product-stock {
  margin: 12px 0;
  color: inherit;
}
.messenger-launch {
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 79;
  min-height: 44px;
  border: 1px solid #ddd;
  border-radius: 24px;
  padding: 10px 16px;
  background: white;
  box-shadow: 0 3px 12px #0002;
  cursor: pointer;
}
.messenger-popup.is-visible ~ .messenger-launch {
  display: none;
}
.hero-responsive-image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: inherit;
}
.feature__photo img,
.story__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.feature__photo,
.story__media {
  position: relative;
}
.feature__photo img,
.story__media img {
  position: absolute;
  inset: 0;
}
.mobile-product-gallery__dots button {
  position: relative;
  min-width: 24px;
  min-height: 24px;
  background: transparent !important;
}
.mobile-product-gallery__dots button::after {
  content: "";
  position: absolute;
  inset: 10px;
  background: #999;
  border-radius: 50%;
}
.mobile-product-gallery__dots button.is-active::after {
  background: #171914;
}
@media (max-width: 767px) {
  .messenger-launch {
    bottom: 80px;
    font-size: 12px;
    padding: 8px 12px;
  }
  .messenger-popup {
    bottom: 132px;
  }
  .hero-responsive-image {
    display: none;
  }
}
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
