.bersen-cart-lock {
  overflow: hidden;
}

html,
body {
  max-width: 100%;
  overflow-x: clip;
}

.bersen-sr-only {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  clip-path: inset(50%) !important;
  height: 1px !important;
  margin: -1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  white-space: nowrap !important;
  width: 1px !important;
}

.bersen-skip-link {
  background: #fff;
  color: #1d1b18;
  left: 1rem;
  padding: 0.8rem 1rem;
  position: fixed;
  top: 1rem;
  transform: translateY(-160%);
  transition: transform 150ms ease;
  z-index: 10000;
}

.bersen-skip-link:focus {
  transform: translateY(0);
}

:where(a, button, input, select, textarea, [role="button"]):focus-visible {
  outline: 3px solid #b18b36 !important;
  outline-offset: 3px !important;
}

[inert] {
  pointer-events: none;
  user-select: none;
}

.w-commerce-commercecartcontainerwrapper.bersen-cart-open {
  display: flex !important;
}

.bersen-cart-open .w-commerce-commercecartcontainer {
  animation: bersen-cart-enter 220ms ease-out both;
}

.cart-form-wrapper > .w-commerce-commercecartemptystate {
  align-items: center;
  display: flex !important;
  flex: 1;
  justify-content: center;
  padding: 0;
  text-align: center;
}

.w-commerce-commercecartcontainer[aria-modal="true"] {
  outline: none;
}

.button-basic-one.bersen-stock-feedback,
.button-basic-one.bersen-stock-feedback:hover,
.button-basic-one.bersen-stock-feedback:focus,
.button-basic-one.bersen-stock-feedback:active {
  background-color: #ddd !important;
  border-color: #ddd !important;
  color: #333 !important;
  cursor: default !important;
  opacity: 1 !important;
  -webkit-text-stroke-color: #333 !important;
}

.inventory-count.sale {
  display: none !important;
}

.bersen-product-stock,
.bersen-stock-label {
  color: #6f6659;
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.09em;
  margin: 0.25rem 0 1rem;
  text-transform: uppercase;
}

.bersen-shop-status {
  margin: 0.75rem 0 0;
}

@keyframes bersen-cart-enter {
  from {
    transform: translateX(100%);
  }
  to {
    transform: translateX(0);
  }
}

.bersen-form-note {
  color: inherit;
  font-size: 12px;
  line-height: 1.5;
  margin-top: 16px;
  opacity: 0.82;
}

.bersen-newsletter-unavailable {
  max-width: 34rem;
}

.faq-expanded.bersen-faq-open {
  display: flex !important;
  padding-bottom: 1.5rem;
}

.faq-collapsed[role="button"] {
  width: 100%;
}

.faq-collapsed[aria-expanded="true"] .line-vertical {
  opacity: 0;
  transform: rotate(90deg);
}

.faq-collapsed .line-vertical {
  transition: opacity 160ms ease, transform 160ms ease;
}

.bersen-video-toggle {
  appearance: none;
  background: rgb(20 18 15 / 82%);
  border: 1px solid rgb(255 255 255 / 65%);
  bottom: 0.8rem;
  color: #fff;
  cursor: pointer;
  font: inherit;
  font-size: 0.72rem;
  letter-spacing: 0.06em;
  min-height: 2.5rem;
  min-width: 4.5rem;
  padding: 0.5rem 0.75rem;
  position: absolute;
  right: 0.8rem;
  text-transform: uppercase;
  z-index: 5;
}

.bersen-search-summary {
  font-size: 0.95rem;
  margin: 2rem 0 1rem;
}

.bersen-search-results {
  display: grid;
  gap: 0;
  margin-bottom: 5rem;
}

.bersen-search-result {
  border-top: 1px solid rgb(61 58 49 / 20%);
  padding: 1.5rem 0;
}

.bersen-search-result:last-child {
  border-bottom: 1px solid rgb(61 58 49 / 20%);
}

.bersen-search-result h2 {
  font-size: clamp(1.15rem, 2vw, 1.45rem);
  margin: 0 0 0.5rem;
}

.bersen-search-result p,
.bersen-search-empty {
  line-height: 1.6;
  margin: 0;
}

.bersen-legal-content {
  line-height: 1.65;
}

.bersen-legal-content h2 {
  font-size: clamp(1.25rem, 2.4vw, 1.65rem);
  margin: 2.25rem 0 0.75rem;
}

.bersen-legal-content li + li {
  margin-top: 0.55rem;
}

.bersen-policy-date {
  font-size: 0.85rem;
  margin: 1rem 0 2rem;
  text-align: center;
}

.bersen-status-note {
  background: rgb(177 139 54 / 10%);
  border-left: 3px solid #b18b36;
  margin: 2rem 0;
  padding: 1rem 1.25rem;
}

.sticky-atc {
  display: none !important;
}

@media (prefers-reduced-motion: reduce) {
  html:focus-within {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }

  [style*="opacity:0"],
  [style*="opacity: 0"] {
    opacity: 1 !important;
    transform: none !important;
  }

  .bersen-cart-open .w-commerce-commercecartcontainer {
    animation: none;
  }

  .bersen-video-toggle {
    display: none;
  }
}

@media (max-width: 767px) {
  .showcase-l03-grid,
  .showcase-l03-image-container,
  .showcase-l03-image-wrapper,
  .shop-accent-c01-content-wrapper,
  .preview-l03,
  .preview-l03-split-wrapper,
  .preview-l03-split-left,
  .preview-l03-split-right {
    box-sizing: border-box;
    max-width: 100% !important;
    min-width: 0 !important;
  }

  .showcase-l03-grid {
    width: 100% !important;
  }

  .whats-included-image.product-page {
    left: auto !important;
    max-width: 100% !important;
    transform: none !important;
    width: 100% !important;
  }

  .h1-hero {
    font-size: clamp(2.35rem, 14vw, 4.25rem) !important;
    overflow-wrap: anywhere;
  }

  .purchase-the-template-wrapper {
    display: none !important;
  }

  .footer-links-wrapper a,
  .nav-menu a,
  .dropdown-toggle {
    align-items: center;
    display: flex;
    min-height: 2.5rem;
  }

  body.template-product {
    padding-bottom: calc(4.5rem + env(safe-area-inset-bottom));
  }

  .sticky-atc {
    background: #fff;
    bottom: 0;
    box-shadow: 0 -2px 10px rgb(0 0 0 / 16%);
    display: block !important;
    margin: 0 !important;
    padding: 0.55rem 0.75rem calc(0.55rem + env(safe-area-inset-bottom));
    position: fixed;
    width: 100%;
    z-index: 997;
  }

  .sticky-atc .add-to-cart,
  .sticky-atc form {
    margin: 0 !important;
    width: 100%;
  }

  .sticky-atc .button-basic-one {
    margin: 0 !important;
    width: 100%;
  }

  .bersen-video-toggle {
    bottom: 0.5rem;
    right: 0.5rem;
  }

  .bersen-legal-content ul {
    padding-left: 1.25rem;
  }
}

@supports not (overflow: clip) {
  html,
  body {
    overflow-x: hidden;
  }
}
