.wrapfolk-v16-candidate .cart-trigger {
  color: inherit;
  text-decoration: none;
}

.wrapfolk-v16-candidate .product-copy h3 a,
.wrapfolk-v16-candidate .product-picture > a:first-child {
  color: inherit;
  text-decoration: none;
}

.wrapfolk-v16-candidate .product-add {
  align-items: center;
  color: inherit;
  display: flex;
  justify-content: center;
  text-decoration: none;
}

.wrapfolk-v16-candidate .product-add:hover,
.wrapfolk-v16-candidate .product-add:focus-visible {
  background: var(--black);
  color: var(--paper);
}

.wrapfolk-v16-candidate .product-photo {
  background: #fff;
  object-fit: contain;
  padding: clamp(0.75rem, 2vw, 1.5rem);
}

.v16-data-slot {
  align-items: center;
  background: #f2efe9;
  color: #405747;
  display: flex;
  font-size: 0.76rem;
  letter-spacing: 0.08em;
  min-height: 28rem;
  padding: 2rem;
  text-transform: uppercase;
}

.v16-compare-slot {
  align-items: center;
  background: #f2efe9;
  display: flex;
  grid-column: 1 / -1;
  justify-content: space-between;
  min-height: 14rem;
  padding: clamp(1.5rem, 4vw, 4rem);
}

.v16-compare-slot p {
  margin: 0;
  max-width: 42rem;
}

/* Keep live product names in the prototype's single-line rail slot. */
.home-product-rail .product-copy h3,
.home-product-rail .product-copy h3 a {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.v16-three-set-visual {
  align-items: center;
  background: #dce5db;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  overflow: hidden;
  padding: clamp(2rem, 5vw, 5rem);
}

.v16-three-set-bags {
  align-items: end;
  display: flex;
  gap: clamp(0.4rem, 1.2vw, 1.25rem);
  justify-content: center;
}

.v16-three-set-bags span {
  aspect-ratio: 0.72;
  background: #fff;
  border: 1px solid rgba(36, 56, 43, 0.24);
  border-radius: 0.25rem;
  box-shadow: 0 1.2rem 2.8rem rgba(36, 56, 43, 0.12);
  display: block;
  position: relative;
  width: min(27%, 11rem);
}

.v16-three-set-bags span::before {
  border: 2px solid #405747;
  border-bottom: 0;
  border-radius: 50% 50% 0 0;
  content: "";
  height: 18%;
  left: 31%;
  position: absolute;
  top: -10%;
  width: 38%;
}

.v16-three-set-bags span:nth-child(2) {
  transform: translateY(-7%);
}

.v16-three-set-visual > span:last-child {
  background: transparent;
  border-radius: 0;
  bottom: clamp(1rem, 3vw, 2.5rem);
  color: #405747;
  display: block;
  font-size: 0.68rem;
  height: auto;
  letter-spacing: 0.08em;
  position: absolute;
  right: clamp(1rem, 3vw, 2.5rem);
  top: auto;
  transform: none;
  text-transform: uppercase;
  width: auto;
}

@media (max-width: 700px) {
  /* Keep the centered wordmark and cart legible; Account remains in the menu. */
  .wrapfolk-v16-candidate .site-header > .header-actions .account-trigger {
    display: none;
  }

  .v16-data-slot {
    min-height: 21rem;
  }

  .v16-compare-slot {
    align-items: flex-start;
    flex-direction: column;
    gap: 1.5rem;
  }
}
picture[data-approved-scene] {
	display: block;
	width: 100%;
	height: 100%;
}

.collection-scene-figure picture[data-approved-scene="home.brand_story"] img {
	object-position: 67% 50%;
}

@media (max-width: 700px) {
	.collection-scene-figure picture[data-approved-scene="home.brand_story"] img {
		object-position: 82% 50%;
	}
}
.home-product-rail .product-picture > .product-detail-link img,
.home-product-rail .product-photo {
  width: 100%;
  height: 100%;
  object-fit: contain;
  padding: clamp(12px, 1.5vw, 24px);
  background: #fff;
}

/* The copied design's continuous Hero drift keeps changing the LCP element's
   painted bounds. Preserve its accepted initial crop while keeping first-paint
   geometry stable for real users and synthetic probes. */
.editorial-hero-media img {
  transform: scale(1.02) translate3d(-.7%, .4%, 0);
  animation: none;
  will-change: auto;
}

/* Keep above-the-fold copy visible from the first paint. The original V16
   timing remains, but its motion no longer delays the LCP candidate. */
.editorial-hero-copy h1 .hero-flow-word {
  opacity: 1;
  filter: none;
  transform: none;
  will-change: transform;
}

@keyframes heroWordFlow {
  from {
    opacity: 1;
    filter: none;
    transform: translate3d(0, 14%, 0) skewY(1deg);
  }
  to {
    opacity: 1;
    filter: none;
    transform: translate3d(0, 0, 0) skewY(0);
  }
}

@keyframes heroCopyFade {
  from {
    opacity: 1;
    transform: translate3d(0, 10px, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
