/*
Theme Name: herefunny
Theme URI: https://herefunny.local/
Author: herefunny
Author URI: https://herefunny.local/
Description: A herefunny storefront rebuilt around a large-type, animation-heavy gift shop experience.
Version: 3.0.1
Requires at least: 6.0
Tested up to: 6.9
Requires PHP: 7.4
Text Domain: herefunny
Tags: e-commerce, custom-logo, featured-images, full-site-width, one-column
*/

@font-face {
  font-family: "Herefunny Body";
  src: url("assets/fonts/hf-body-regular.woff2") format("woff2");
  font-display: swap;
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "Herefunny Body";
  src: url("assets/fonts/hf-body-bold.woff2") format("woff2");
  font-display: swap;
  font-weight: 700 950;
  font-style: normal;
}

@font-face {
  font-family: "Herefunny Serif";
  src: url("assets/fonts/hf-serif-regular.woff2") format("woff2");
  font-display: swap;
  font-weight: 400 800;
  font-style: normal;
}

:root {
  --hf-black: #050505;
  --hf-white: #ffffff;
  --hf-cream: #f4f2f0;
  --hf-panel: #e8e6e3;
  --hf-panel-deep: #dbd8d2;
  --hf-yellow: #ffc50c;
  --hf-yellow-dark: #e7b10a;
  --hf-blue: #2298f2;
  --hf-lilac: #aaa2e8;
  --hf-mint: #bbd8c8;
  --hf-coral: #ef866f;
  --hf-border: rgba(5, 5, 5, 0.14);
  --hf-muted: rgba(5, 5, 5, 0.48);
  --hf-radius: 10px;
  --hf-max: 1360px;
  --hf-sans: "Herefunny Body", "Inter", "Aptos", "Segoe UI", Arial, sans-serif;
  --hf-serif: "Herefunny Serif", Georgia, "Times New Roman", serif;
  --hf-ease: cubic-bezier(0.16, 1, 0.3, 1);
  --hf-soft: cubic-bezier(0.25, 1, 0.5, 1);
  --hf-silk: cubic-bezier(0.19, 1, 0.22, 1);
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  min-height: 100%;
  background: var(--hf-white);
  scroll-padding-top: 120px;
  scrollbar-gutter: stable;
}

body {
  margin: 0;
  min-height: 100%;
  color: var(--hf-black);
  background: var(--hf-white);
  font-family: var(--hf-sans);
  font-size: 14px;
  line-height: 1.16;
  letter-spacing: 0;
  text-rendering: geometricPrecision;
  -webkit-font-smoothing: antialiased;
  --hero-bg-opacity: 1;
}

html.hf-preloading,
html.hf-preloading body,
body.hf-menu-open,
body.hf-loading,
body.hf-preloading,
body.hf-react-loading {
  overflow: hidden;
}

body.hf-preloading {
  background: var(--hf-cream);
}

body.hf-preloading #hf-react-experience {
  min-height: 100vh;
}

body.hf-preloading .hf-site > :not(#hf-react-experience) {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

body.hf-react-mounted [data-hf-home-fallback] {
  display: none !important;
}

body.hf-loading {
  animation: hfBodyUnlock 1ms linear 5.35s forwards;
}

a {
  color: inherit;
  text-decoration: none;
}

button,
input,
select,
textarea {
  font: inherit;
  color: inherit;
}

button {
  cursor: pointer;
}

img,
svg {
  display: block;
}

.screen-reader-text {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.hf-site {
  position: relative;
  min-height: 100vh;
  overflow-x: clip;
}

.hf-home .hf-site::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: 0;
  background: var(--hf-cream);
  opacity: var(--hero-bg-opacity);
  pointer-events: none;
  transition: opacity 90ms linear;
}

.hf-main,
.hf-footer {
  position: relative;
}

.hf-main {
  z-index: 2;
  background: var(--hf-white);
}

.hf-footer {
  z-index: 1;
}

.hf-loader {
  position: fixed;
  inset: 0;
  z-index: 1000;
  display: grid;
  place-items: center;
  background: var(--hf-cream);
  color: var(--hf-black);
  transition: opacity 800ms var(--hf-soft), visibility 800ms var(--hf-soft), clip-path 1100ms var(--hf-silk);
  clip-path: inset(0 0 0 0);
  animation: hfLoaderCssFailsafe 900ms var(--hf-soft) 5.2s forwards;
}

.hf-loader-logo {
  position: relative;
  display: inline-flex;
  align-items: baseline;
  justify-content: center;
  width: 100%;
  padding: 0 4vw;
  transform: translate3d(0, 0, 0) scale(0.9);
  transition: transform 1300ms var(--hf-silk);
  transform-origin: center center;
}

.hf-loader.is-running {
  animation: none;
}

.hf-loader-mask {
  display: inline-block;
  overflow: hidden;
}

.hf-loader-word,
.hf-hero-title {
  display: inline-flex;
  align-items: baseline;
  white-space: nowrap;
}

.hf-loader-word {
  font-size: clamp(78px, 14vw, 220px);
  font-weight: 950;
  line-height: 0.82;
}

.hf-loader-word span {
  display: inline-block;
  opacity: 0;
  transform: translate3d(0, 60%, 0);
  animation: hfLogoPathRise 1800ms cubic-bezier(0.22, 1.8, 0.36, 1) forwards;
  animation-delay: calc((7 - var(--i)) * 50ms);
}

.hf-loader-reg {
  margin-left: 0.12em;
  font-size: clamp(12px, 1.35vw, 22px);
  opacity: 0;
  transform: translate3d(0, -100%, 0);
  animation: hfLogoDotDrop 520ms var(--hf-ease) 1000ms forwards;
}

.hf-loader-tagline {
  position: absolute;
  left: 50%;
  bottom: 34px;
  width: min(760px, calc(100vw - 36px));
  margin: 0;
  font-family: var(--hf-serif);
  font-size: clamp(24px, 3vw, 40px);
  font-weight: 700;
  text-align: center;
  opacity: 0;
  transform: translate3d(-50%, 18px, 0);
  animation: hfTaglineIn 700ms var(--hf-ease) 1150ms forwards, hfTaglineOut 520ms var(--hf-ease) 2250ms forwards;
}

.hf-loader.is-logo-settling .hf-loader-logo {
  transform: translate3d(0, -27vh, 0) scale(0.62);
}

.hf-loader.is-hidden {
  opacity: 0;
  visibility: hidden;
  clip-path: inset(0 0 100% 0);
}

.hf-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  gap: 24px;
  align-items: start;
  padding: 32px 46px 0;
  pointer-events: none;
  transition: opacity 360ms var(--hf-ease), transform 420ms var(--hf-ease);
}

.hf-header > * {
  pointer-events: auto;
}

.hf-home.hf-loading .hf-header {
  opacity: 0;
  transform: translate3d(0, -18px, 0);
  animation: hfHeaderIn 850ms var(--hf-ease) 4.35s forwards;
}

.hf-home.hf-intro-complete .hf-header {
  animation: hfHeaderIn 850ms var(--hf-ease) 120ms both;
}

.hf-footer-active .hf-header {
  animation: none !important;
  opacity: 0 !important;
  transform: translate3d(0, -18px, 0) !important;
  pointer-events: none;
}

.hf-nav-left,
.hf-nav-right,
.hf-menu-toggle,
.hf-header-pills,
.hf-bag-button {
  display: flex;
  align-items: center;
}

.hf-nav-left {
  justify-content: flex-start;
}

.hf-nav-right {
  justify-content: flex-end;
  gap: 16px;
}

.hf-menu-toggle {
  min-height: 42px;
  gap: 10px;
  border: 0;
  border-radius: 999px;
  background: transparent;
  padding: 0 12px;
  transition: background-color 300ms var(--hf-ease), transform 300ms var(--hf-ease);
}

.hf-menu-toggle:hover,
.hf-menu-open .hf-menu-toggle,
.hf-scrolled .hf-menu-toggle {
  background: var(--hf-yellow);
}

.hf-menu-lines {
  position: relative;
  width: 20px;
  height: 20px;
}

.hf-menu-lines::before,
.hf-menu-lines::after {
  content: "";
  position: absolute;
  left: 4px;
  width: 12px;
  height: 1px;
  background: var(--hf-black);
  transition: transform 300ms var(--hf-ease);
}

.hf-menu-lines::before {
  top: 7px;
}

.hf-menu-lines::after {
  top: 13px;
}

.hf-menu-open .hf-menu-lines::before {
  transform: translateY(3px) rotate(45deg);
}

.hf-menu-open .hf-menu-lines::after {
  transform: translateY(-3px) rotate(-45deg);
}

.hf-menu-text-mobile {
  display: none;
}

.hf-header-pills {
  gap: 2px;
  min-height: 42px;
  border-radius: 999px;
  padding: 6px;
  white-space: nowrap;
  transition: opacity 360ms var(--hf-ease), transform 360ms var(--hf-ease), max-width 360ms var(--hf-ease);
}

.hf-header-pills a,
.hf-header-pills span {
  display: inline-flex;
  min-height: 30px;
  align-items: center;
  border-radius: 999px;
  padding: 0 11px;
  background: transparent;
  transition: background-color 260ms var(--hf-ease), transform 260ms var(--hf-ease);
}

.hf-header-pills a:hover {
  background: var(--hf-yellow);
}

.hf-scrolled .hf-header-pills {
  max-width: 0;
  opacity: 0;
  transform: translate3d(-10px, 0, 0);
  pointer-events: none;
  overflow: hidden;
}

.hf-header-logo {
  display: grid;
  width: 28px;
  height: 28px;
  place-items: center;
  border: 2px solid var(--hf-black);
  border-radius: 7px;
  font-weight: 950;
  font-size: 18px;
  line-height: 1;
  background: rgba(255, 255, 255, 0.3);
  transform: translate3d(0, 2px, 0);
  transition: opacity 360ms var(--hf-ease), transform 420ms var(--hf-ease);
}

.hf-scrolled .hf-header-logo {
  opacity: 0;
  transform: translate3d(0, -12px, 0) scale(0.86);
  pointer-events: none;
}

.hf-search {
  width: min(220px, 19vw);
}

.hf-search form,
.hf-mobile-search form {
  margin: 0;
}

.hf-search input,
.hf-mobile-search input {
  width: 100%;
  min-height: 46px;
  border: 1px solid var(--hf-black);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.72);
  padding: 0 17px;
  outline: 0;
  transition: background-color 200ms ease, box-shadow 200ms ease, border-color 200ms ease;
}

.hf-search input:focus,
.hf-mobile-search input:focus {
  background: var(--hf-white);
  box-shadow: 0 0 0 3px rgba(255, 197, 12, 0.38);
}

.hf-bag-button {
  min-height: 42px;
  gap: 10px;
  border-radius: 999px;
  padding: 0 0 0 10px;
  transition: background-color 300ms var(--hf-ease), padding 300ms var(--hf-ease);
}

.hf-bag-icon {
  display: grid;
  width: 28px;
  height: 28px;
  place-items: center;
  border-radius: 999px;
  transition: background-color 300ms var(--hf-ease);
}

.hf-bag-icon svg {
  width: 24px;
  height: 24px;
}

.hf-scrolled .hf-bag-button {
  padding: 0 12px;
  background: var(--hf-yellow);
}

.hf-scrolled .hf-bag-icon {
  background: var(--hf-yellow-dark);
}

.hf-mobile-search {
  display: none;
}

.hf-menu-scrim {
  position: fixed;
  inset: 0;
  z-index: 88;
  border: 0;
  background: rgba(72, 72, 68, 0.55);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 700ms var(--hf-ease), visibility 700ms var(--hf-ease);
}

.hf-menu-open .hf-menu-scrim {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.hf-menu-panel {
  position: fixed;
  top: 86px;
  left: 46px;
  z-index: 90;
  width: min(360px, calc(100vw - 92px));
  height: 0;
  max-height: min(24rem, calc(100dvh - 112px));
  border-radius: 20px;
  background: var(--hf-white);
  box-shadow: 0 24px 80px rgba(5, 5, 5, 0.14);
  overflow: hidden;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: height 600ms var(--hf-ease), opacity 400ms var(--hf-soft), visibility 600ms var(--hf-soft);
}

.hf-menu-panel::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  background: var(--hf-white);
  border-radius: inherit;
}

.hf-menu-open .hf-menu-panel {
  height: min(24rem, calc(100dvh - 112px));
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.hf-menu-panel-inner {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 118px minmax(0, 1fr);
  height: 100%;
  padding: 18px;
}

.hf-menu-tabs {
  display: flex;
  flex-direction: column;
  gap: 4px;
  border-right: 1px solid rgba(5, 5, 5, 0.08);
  padding-right: 14px;
  opacity: 0;
  transform: translate3d(0, -20px, 0);
}

.hf-menu-open .hf-menu-tabs {
  opacity: 1;
  transform: translate3d(0, 0, 0);
  transition: opacity 600ms var(--hf-ease) 120ms, transform 600ms var(--hf-ease) 120ms;
}

.hf-menu-tabs p {
  margin: 0 0 10px;
  color: var(--hf-muted);
}

.hf-menu-tabs button {
  min-height: 34px;
  border: 0;
  border-radius: 999px;
  background: transparent;
  padding: 0 12px;
  text-align: left;
  color: rgba(5, 5, 5, 0.54);
  transition: background-color 260ms var(--hf-ease), color 260ms var(--hf-ease), transform 260ms var(--hf-ease);
}

.hf-menu-tabs button:hover,
.hf-menu-tabs button.is-active {
  background: var(--hf-yellow);
  color: var(--hf-black);
}

.hf-menu-panels {
  position: relative;
  min-height: 0;
  overflow: hidden;
  padding-left: 18px;
}

.hf-menu-list {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  visibility: hidden;
  opacity: 0;
  transform: translate3d(0, 20px, 0);
  pointer-events: none;
  background: var(--hf-white);
  transition: opacity 600ms var(--hf-ease), transform 600ms var(--hf-ease), visibility 600ms var(--hf-ease);
}

.hf-menu-list.is-active {
  visibility: visible;
  opacity: 1;
  transform: translate3d(0, 0, 0);
  pointer-events: auto;
}

.hf-menu-list h2,
.hf-menu-list a {
  opacity: 0;
  transform: translate3d(0, -20px, 0);
}

.hf-menu-open .hf-menu-list.is-active h2,
.hf-menu-open .hf-menu-list.is-active a {
  opacity: 1;
  transform: translate3d(0, 0, 0);
  transition: opacity 600ms var(--hf-ease), transform 600ms var(--hf-ease), color 260ms var(--hf-ease);
}

.hf-menu-open .hf-menu-list.is-active h2 { transition-delay: 120ms; }
.hf-menu-open .hf-menu-list.is-active a:nth-of-type(1) { transition-delay: 170ms; }
.hf-menu-open .hf-menu-list.is-active a:nth-of-type(2) { transition-delay: 220ms; }
.hf-menu-open .hf-menu-list.is-active a:nth-of-type(3) { transition-delay: 270ms; }
.hf-menu-open .hf-menu-list.is-active a:nth-of-type(4) { transition-delay: 320ms; }
.hf-menu-open .hf-menu-list.is-active a:nth-of-type(5) { transition-delay: 370ms; }

.hf-menu-list h2 {
  margin: 2px 0 15px;
  font-size: 15px;
}

.hf-menu-list a {
  display: flex;
  width: 100%;
  min-height: 32px;
  align-items: center;
  border-bottom: 1px solid rgba(5, 5, 5, 0.07);
}

.hf-menu-list a:hover {
  color: var(--hf-blue);
}

.hf-hero {
  min-height: 1120px;
  padding: 148px 46px 0;
  background: rgba(244, 242, 240, var(--hero-bg-opacity));
}

.hf-hero-logo-wrap {
  position: relative;
  width: max-content;
  max-width: 100%;
  margin: 42px auto 180px;
}

.hf-hero-title {
  margin: 0;
  font-size: clamp(68px, 11vw, 166px);
  font-weight: 950;
  line-height: 0.82;
  letter-spacing: 0;
}

.hf-hero-title span {
  display: inline-block;
  opacity: 0;
  transform: translate3d(0, 60%, 0);
}

.hf-home.hf-loading .hf-hero-title {
  animation: hfTitleFallback 1ms linear 4.3s forwards;
}

.hf-hero-reg {
  position: absolute;
  right: -0.6em;
  top: 54%;
  font-size: clamp(12px, 1.35vw, 22px);
  opacity: 0;
  transform: translate3d(0, -100%, 0);
}

.hf-home.hf-intro-complete .hf-hero-title span {
  animation: hfLogoPathRise 1800ms cubic-bezier(0.22, 1.8, 0.36, 1) forwards;
  animation-delay: calc(260ms + ((7 - var(--i)) * 50ms));
}

.hf-home.hf-loading .hf-hero-title span {
  animation: hfLogoPathRise 1100ms cubic-bezier(0.22, 1.8, 0.36, 1) forwards;
  animation-delay: calc(4.2s + ((7 - var(--i)) * 35ms));
}

.hf-home.hf-intro-complete .hf-hero-reg {
  animation: hfLogoDotDrop 520ms var(--hf-ease) 1280ms forwards;
}

.hf-home.hf-loading .hf-hero-reg {
  animation: hfLogoDotDrop 420ms var(--hf-ease) 4.85s forwards;
}

.hf-hero-tiles {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 24px;
  max-width: var(--hf-max);
  margin: 0 auto;
}

.hf-hero-tile {
  position: relative;
  min-height: 320px;
  border-radius: 10px;
  background: var(--hf-panel);
  overflow: hidden;
  isolation: isolate;
  opacity: 0;
  transform: translate3d(0, 120px, 0);
  transition: background-color 300ms var(--hf-ease), border-radius 300ms var(--hf-ease), transform 300ms var(--hf-ease);
}

.hf-home.hf-intro-complete .hf-hero-tile {
  animation: hfTileIntro 1100ms var(--hf-ease) forwards;
  animation-delay: calc(760ms + (var(--tile-index, 0) * 150ms));
}

.hf-home.hf-loading .hf-hero-tile {
  animation: hfTileIntro 900ms var(--hf-ease) forwards;
  animation-delay: calc(4.35s + (var(--tile-index, 0) * 110ms));
}

.hf-hero-tile:nth-child(1) { --tile-index: 0; }
.hf-hero-tile:nth-child(2) { --tile-index: 1; }
.hf-hero-tile:nth-child(3) { --tile-index: 2; }
.hf-hero-tile:nth-child(4) { --tile-index: 3; }
.hf-hero-tile:nth-child(5) { --tile-index: 4; }
.hf-hero-tile:nth-child(6) { --tile-index: 5; }
.hf-hero-tile:nth-child(7) { --tile-index: 6; }
.hf-hero-tile:nth-child(8) { --tile-index: 7; }

.hf-hero-tile a {
  position: relative;
  display: flex;
  min-height: inherit;
  height: 100%;
  align-items: center;
  justify-content: center;
  padding: 34px;
  text-align: center;
}

.hf-hero-tile a::before {
  content: "";
  position: absolute;
  inset: 18px;
  border: 1px solid rgba(5, 5, 5, 0);
  border-radius: 999px;
  opacity: 0;
  transform: scale(0.82);
  transition: opacity 300ms var(--hf-ease), transform 300ms var(--hf-ease), border-color 300ms var(--hf-ease);
}

.hf-hero-tile:hover {
  border-radius: 30px;
  background: var(--hf-panel-deep);
  transform: translate3d(0, -3px, 0);
}

.hf-hero-tile:hover a::before {
  opacity: 1;
  transform: scale(1);
  border-color: rgba(5, 5, 5, 0.14);
}

.hf-tile-feature {
  background: var(--hf-yellow);
}

.hf-tile-feature .hf-tile-copy,
.hf-tile-lilac .hf-tile-copy,
.hf-tile-blue .hf-tile-copy {
  font-family: var(--hf-serif);
  font-size: clamp(28px, 2.5vw, 38px);
  font-weight: 700;
  line-height: 1.08;
}

.hf-tile-lilac {
  background: var(--hf-lilac);
}

.hf-tile-blue {
  background: var(--hf-blue);
}

.hf-tile-feature:hover {
  background: var(--hf-yellow);
}

.hf-tile-lilac:hover {
  background: #bdb7f4;
}

.hf-tile-blue:hover {
  background: #168ee7;
}

.hf-icon-float {
  display: grid;
  width: min(48%, 152px);
  place-items: center;
  transform: translate3d(0, -12px, 0);
  animation: hfIconFloat 4.8s ease-in-out infinite;
}

.hf-icon-float img {
  width: 100%;
  opacity: 0.58;
  filter: grayscale(1);
  transition: opacity 300ms var(--hf-ease), transform 300ms var(--hf-ease);
}

.hf-hero-tile:hover .hf-icon-float img {
  opacity: 0.9;
  transform: rotate(-3deg) scale(1.07);
}

.hf-tile-caption {
  position: absolute;
  left: 18px;
  right: 18px;
  bottom: 30px;
}

.hf-tile-cta {
  position: absolute;
  left: 50%;
  bottom: 22px;
  transform: translate3d(-50%, 16px, 0);
  opacity: 0;
  font-family: var(--hf-serif);
  font-weight: 700;
  transition: opacity 300ms var(--hf-ease), transform 300ms var(--hf-ease);
}

.hf-hero-tile:hover .hf-tile-cta {
  opacity: 1;
  transform: translate3d(-50%, 0, 0);
}

.hf-hero-tile:hover .hf-tile-caption {
  opacity: 0;
}

.hf-tile-image a {
  padding: 0;
}

.hf-tile-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(0.72) contrast(0.96);
  transition: opacity 300ms var(--hf-ease), transform 600ms var(--hf-ease);
}

.hf-image-cta {
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  padding: 30px;
  font-family: var(--hf-serif);
  font-size: clamp(28px, 2.5vw, 38px);
  font-weight: 700;
  opacity: 0;
  transform: translate3d(0, 1rem, 0);
  transition: opacity 300ms var(--hf-ease), transform 300ms var(--hf-ease);
}

.hf-tile-image:hover img {
  opacity: 0;
  transform: scale(1.04);
}

.hf-tile-image:hover .hf-image-cta {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

.hf-statement {
  min-height: 760px;
  display: flex;
  align-items: flex-start;
  padding: 198px 46px 0;
}

.hf-statement p {
  width: min(1340px, 100%);
  margin: 0 auto;
  font-family: var(--hf-serif);
  font-size: clamp(36px, 3.5vw, 56px);
  font-weight: 700;
  line-height: 1.16;
}

.hf-reveal {
  opacity: 0;
  transform: translate3d(0, 86px, 0);
  transition: opacity 1200ms var(--hf-soft), transform 1400ms var(--hf-silk);
  transition-delay: var(--reveal-delay, 0ms);
}

.hf-reveal.is-visible {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

.hf-product-section,
.hf-category-lab {
  max-width: var(--hf-max);
  margin: 0 auto;
  padding: 0 46px 150px;
}

.hf-sticky-heading {
  min-height: 220px;
}

.hf-sticky-heading h2 {
  position: sticky;
  top: 50vh;
  z-index: 2;
  margin: 0 0 52px;
  font-size: clamp(56px, 7.4vw, 122px);
  font-weight: 950;
  line-height: 0.95;
  text-align: center;
  opacity: calc(0.48 + (var(--heading-progress, 0) * 0.52));
  transform: scale(calc(0.95 + (var(--heading-progress, 0) * 0.05)));
  transform-origin: center;
}

.hf-sticky-heading h2 span {
  position: relative;
  display: inline-block;
  font-family: var(--hf-serif);
  font-weight: 700;
}

.hf-sticky-heading h2 span::after {
  content: "";
  position: absolute;
  left: -2%;
  right: -2%;
  bottom: 0.03em;
  z-index: -1;
  height: 0.13em;
  border-radius: 999px;
  background: var(--hf-yellow);
  transform: rotate(-1deg);
}

.hf-product-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 24px;
}

.hf-product-card {
  opacity: 0;
  transform: translate3d(0, 72px, 0) scale(0.965);
  transition: opacity 950ms var(--hf-soft), transform 1100ms var(--hf-silk);
  transition-delay: var(--reveal-delay, 0ms);
}

.hf-product-card.is-visible {
  opacity: 1;
  transform: translate3d(0, 0, 0) scale(1);
}

.hf-product-image {
  position: relative;
  display: block;
  aspect-ratio: 1 / 1.12;
  border-radius: 10px;
  overflow: hidden;
  background: var(--hf-panel);
}

.hf-product-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(0.9) contrast(0.97);
  transition: transform 600ms var(--hf-ease), filter 600ms var(--hf-ease);
}

.hf-product-card:hover .hf-product-image img {
  transform: scale(1.045);
  filter: saturate(1) contrast(1);
}

.hf-badge {
  position: absolute;
  top: 14px;
  left: 14px;
  z-index: 2;
  border-radius: 999px;
  background: var(--hf-yellow);
  padding: 8px 12px;
  font-size: 12px;
  font-weight: 700;
}

.hf-product-title {
  display: block;
  margin: 14px 0 5px;
  font-family: var(--hf-serif);
  font-size: clamp(21px, 1.8vw, 28px);
  font-weight: 700;
  line-height: 1.08;
}

.hf-price {
  color: var(--hf-muted);
}

.hf-lab-shell {
  display: grid;
  gap: 24px;
}

.hf-lab-tabs {
  display: flex;
  justify-content: center;
  gap: 8px;
}

.hf-lab-tabs button,
.hf-button,
.single_add_to_cart_button,
.checkout-button,
#place_order,
.button {
  display: inline-flex;
  min-height: 42px;
  align-items: center;
  justify-content: center;
  border: 0;
  border-radius: 999px;
  background: var(--hf-yellow);
  padding: 0 18px;
  font-weight: 700;
  transition: transform 600ms cubic-bezier(0.22, 1.6, 0.36, 1), background-color 260ms var(--hf-ease);
}

.hf-lab-tabs button:hover,
.hf-lab-tabs button.is-active,
.hf-button:hover,
.single_add_to_cart_button:hover,
.checkout-button:hover,
#place_order:hover,
.button:hover {
  transform: scale(1.06) rotate(1deg);
  background: var(--hf-yellow-dark);
}

.hf-lab-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
  transition: opacity 600ms var(--hf-ease), transform 600ms var(--hf-ease);
}

.hf-lab-grid.is-switching-out {
  opacity: 0;
  transform: translate3d(0, -30px, 0);
}

.hf-lab-grid.is-switching-in {
  animation: hfProductGridIn 620ms var(--hf-ease) both;
}

.hf-lab-card {
  display: grid;
  min-height: 260px;
  place-items: center;
  gap: 18px;
  border-radius: 10px;
  background: var(--hf-panel);
  padding: 34px;
  text-align: center;
  opacity: 0;
  transform: translate3d(0, 30px, 0);
  transition: opacity 600ms var(--hf-ease), transform 600ms var(--hf-ease), border-radius 300ms var(--hf-ease), background-color 300ms var(--hf-ease);
}

.hf-lab-card.is-visible {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

.hf-lab-card:hover {
  border-radius: 30px;
  background: var(--hf-mint);
}

.hf-lab-card img {
  width: min(120px, 48%);
  opacity: 0.62;
  filter: grayscale(1);
}

.hf-lab-card span {
  font-family: var(--hf-serif);
  font-size: 28px;
  font-weight: 700;
}

.hf-story {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
  max-width: var(--hf-max);
  margin: 0 auto;
  padding: 0 46px 150px;
}

.hf-story-image,
.hf-story-copy {
  min-height: 520px;
  border-radius: 10px;
  overflow: hidden;
}

.hf-story-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(0.78) contrast(0.96);
}

.hf-story-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  background: var(--hf-blue);
  padding: 56px;
}

.hf-story-copy p {
  margin: 0 0 28px;
  font-family: var(--hf-serif);
  font-size: clamp(34px, 4vw, 66px);
  font-weight: 700;
  line-height: 1.08;
}

.hf-footer {
  display: grid;
  grid-template-rows: clamp(184px, 28svh, 220px) auto minmax(0, 1fr);
  row-gap: clamp(14px, 2svh, 22px);
  height: 100svh;
  min-height: 100svh;
  max-height: 100svh;
  padding: 26px 46px 24px;
  background: var(--hf-yellow);
  color: var(--hf-black);
  overflow: hidden;
  isolation: isolate;
}

.hf-footer-top,
.hf-footer-links,
.hf-footer-brand-row {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: var(--hf-max);
  margin: 0 auto;
}

.hf-footer-top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  min-height: 0;
  padding-right: clamp(210px, 22vw, 340px);
}

.hf-newsletter p {
  margin: 0 0 12px;
}

.hf-newsletter-form {
  position: relative;
  width: 11rem;
  transition: width 250ms cubic-bezier(0.22, 1, 0.36, 1);
}

.hf-newsletter-form.is-expanded,
.hf-newsletter-form:focus-within {
  width: 17rem;
}

.hf-newsletter-form input {
  width: 100%;
  min-height: 34px;
  border: 1px solid rgba(5, 5, 5, 0.16);
  border-radius: 999px;
  background: transparent;
  padding: 0 42px 0 16px;
  outline: 0;
}

.hf-newsletter-form button {
  position: absolute;
  top: 5px;
  right: 8px;
  display: grid;
  width: 24px;
  height: 24px;
  place-items: center;
  border: 0;
  background: transparent;
  overflow: hidden;
}

.hf-newsletter-form button span {
  display: flex;
  width: 32px;
  justify-content: space-between;
  transform: translateX(-24px);
  transition: transform 250ms cubic-bezier(0.22, 1, 0.36, 1);
}

.hf-newsletter-form:hover button span,
.hf-newsletter-form:focus-within button span {
  transform: translateX(0);
}

.hf-newsletter-form svg {
  width: 7px;
  height: 12px;
}

.hf-footer-mascot {
  position: absolute;
  top: clamp(-64px, -3.4vw, -34px);
  bottom: auto;
  right: clamp(-4px, 0.6vw, 12px);
  z-index: 6;
  width: clamp(230px, 20vw, 320px);
  aspect-ratio: 571 / 332;
  height: auto;
  overflow: visible;
  pointer-events: none;
  transform: translate3d(0, 0, 0);
  opacity: 1;
  visibility: visible;
  will-change: transform;
}

.hf-footer-mascot-inner {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 100%;
  transform: rotate(180deg) translate3d(0, 0, 0);
  transform-origin: center;
}

.hf-mascot-fallback {
  position: absolute;
  inset: 0;
  z-index: 0;
  opacity: 1;
  transform: rotate(180deg);
  transform-origin: center;
  transition: opacity 240ms var(--hf-ease);
}

.hf-footer-mascot.is-loaded .hf-mascot-fallback {
  opacity: 0;
}

.hf-mascot-fallback-head {
  position: absolute;
  left: 22%;
  top: 6%;
  width: 56%;
  aspect-ratio: 1;
  border: 0.085em solid currentColor;
  border-radius: 48% 52% 46% 54%;
  animation: hfMascotHead 8s ease-in-out infinite;
}

.hf-mascot-fallback-head::before {
  content: "";
  position: absolute;
  left: 23%;
  right: 23%;
  top: 52%;
  height: 0.085em;
  background: currentColor;
  transform: rotate(-7deg);
}

.hf-mascot-fallback-eye {
  position: absolute;
  top: 42%;
  width: 17%;
  aspect-ratio: 1;
  border: 0.07em solid currentColor;
  border-radius: 50%;
  transform: translate3d(var(--eye-x, 0), var(--eye-y, 0), 0);
  animation: hfMascotEyes 8s ease-in-out infinite;
}

.hf-mascot-fallback-eye::after {
  content: "";
  position: absolute;
  left: 34%;
  top: 36%;
  width: 28%;
  aspect-ratio: 1;
  border-radius: 50%;
  background: currentColor;
}

.hf-mascot-fallback-eye.is-left {
  left: 22%;
}

.hf-mascot-fallback-eye.is-right {
  right: 22%;
}

.hf-mascot-fallback-body {
  position: absolute;
  left: 30%;
  top: 58%;
  width: 40%;
  height: 34%;
  border-left: 0.085em solid currentColor;
  border-right: 0.085em solid currentColor;
  clip-path: polygon(0 0, 100% 0, 86% 100%, 52% 70%, 16% 100%);
  background: linear-gradient(currentColor, currentColor) top / 100% 0.085em no-repeat;
  animation: hfMascotHands 8s ease-in-out infinite;
}

.hf-mascot-fallback-hand {
  position: absolute;
  top: 0;
  width: 10%;
  height: 19%;
  border-left: 0.08em solid currentColor;
  border-right: 0.08em solid currentColor;
  animation: hfMascotCrown 8s ease-in-out infinite;
}

.hf-mascot-fallback-hand.is-left {
  left: 12%;
}

.hf-mascot-fallback-hand.is-right {
  right: 12%;
}

.hf-footer-mascot img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  filter: brightness(0) contrast(1.15);
}

.hf-mascot-head {
  z-index: 2;
  animation: hfMascotHead 8s ease-in-out infinite;
}

.hf-mascot-eyes {
  z-index: 3;
  transform: translate3d(var(--eye-x, 0), var(--eye-y, 0), 0);
  animation: hfMascotEyes 8s ease-in-out infinite;
}

.hf-mascot-crown {
  z-index: 4;
  animation: hfMascotCrown 8s ease-in-out infinite;
}

.hf-mascot-hands {
  z-index: 1;
  animation: hfMascotHands 8s ease-in-out infinite;
}

.hf-footer-links {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  align-self: start;
  gap: 16px;
  border-top: 1px dashed rgba(5, 5, 5, 0.14);
  padding-top: 16px;
}

.hf-footer-column {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 4px;
}

.hf-footer-column:first-child {
  grid-column: span 6;
}

.hf-footer-column:not(:first-child) {
  grid-column: span 2;
}

.hf-footer-column h2 {
  margin: 0;
  font-size: 14px;
  font-weight: 400;
}

.hf-footer-column a,
.hf-footer-column span {
  display: block;
  color: rgba(5, 5, 5, 0.42);
  line-height: 1.4;
  transition: color 300ms var(--hf-ease), opacity 300ms var(--hf-ease);
}

.hf-footer-column a:hover {
  color: var(--hf-black);
}

.hf-footer-brand-row {
  align-self: end;
  min-height: 0;
  padding-bottom: 8px;
}

.hf-footer-brand {
  margin-bottom: 8px;
  font-size: clamp(62px, 9.2vw, 132px);
  font-weight: 950;
  line-height: 0.9;
  white-space: nowrap;
}

.hf-footer-brand span {
  margin-left: 0.05em;
  font-size: 0.14em;
  vertical-align: 0.4em;
}

.hf-footer-legal {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  justify-content: space-between;
  gap: 24px;
  font-size: 10px;
}

.hf-footer-legal span:last-child {
  display: flex;
  gap: 12px;
}

.hf-cookie {
  position: fixed;
  left: 46px;
  bottom: 32px;
  z-index: 110;
  display: flex;
  min-height: 44px;
  align-items: center;
  gap: 10px;
  border-radius: 999px;
  background: var(--hf-yellow);
  padding: 8px 10px 8px 20px;
  box-shadow: 0 12px 40px rgba(5, 5, 5, 0.1);
  opacity: 0;
  visibility: hidden;
  transform: translate3d(0, 40px, 0);
  transition: opacity 800ms var(--hf-ease), transform 800ms var(--hf-ease), visibility 800ms var(--hf-ease);
}

.hf-inner .hf-cookie {
  left: auto;
  right: 46px;
}

.hf-cookie.is-visible {
  opacity: 1;
  visibility: visible;
  transform: translate3d(0, 0, 0);
}

.hf-cookie.is-hiding,
.hf-footer-active .hf-cookie {
  opacity: 0;
  visibility: hidden;
  transform: translate3d(0, 80px, 0);
}

.hf-cookie p {
  margin: 0;
  color: rgba(5, 5, 5, 0.62);
}

.hf-cookie button {
  min-height: 28px;
  border: 0;
  border-radius: 999px;
  background: var(--hf-yellow-dark);
  padding: 0 11px;
  font-weight: 700;
}

.hf-page-shell,
.hf-shop-shell,
.hf-product-shell,
.hf-commerce-shell {
  width: 100%;
  max-width: none;
  margin: 0;
  padding: 150px max(46px, calc((100vw - var(--hf-max)) / 2 + 46px));
}

.hf-product-shell {
  padding-top: 128px;
}

.hf-page-hero {
  padding-bottom: 72px;
}

.hf-page-hero h1,
.product_title {
  margin: 0;
  font-size: clamp(58px, 8.6vw, 144px);
  font-weight: 950;
  line-height: 0.9;
}

.hf-kicker {
  margin: 0 0 12px;
  color: var(--hf-muted);
}

.hf-entry-content {
  max-width: 920px;
  font-family: var(--hf-body);
  font-size: clamp(16px, 1.45vw, 20px);
  font-weight: 400;
  line-height: 1.72;
}

.hf-page-intro {
  max-width: 42ch;
  margin: 22px 0 0;
  font-size: clamp(16px, 1.65vw, 20px);
  line-height: 1.65;
  color: var(--hf-muted);
}

.hf-page-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 26px;
}

.hf-page-highlights {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin-bottom: 34px;
}

.hf-page-highlight {
  border: 1px solid var(--hf-border);
  border-radius: 10px;
  background: var(--hf-panel);
  padding: 18px 16px;
  font-size: 15px;
  line-height: 1.5;
}

.hf-content-page .hf-entry-content > * + * {
  margin-top: 1.2em;
}

.hf-content-page .hf-entry-content h1,
.hf-content-page .hf-entry-content h2,
.hf-content-page .hf-entry-content h3,
.hf-content-page .hf-entry-content h4,
.hf-content-page .hf-entry-content h5,
.hf-content-page .hf-entry-content h6 {
  margin: 1.4em 0 0.45em;
  font-family: var(--hf-body);
  line-height: 1.15;
}

.hf-content-page .hf-entry-content img,
.hf-content-page .hf-entry-content video,
.hf-content-page .hf-entry-content iframe,
.hf-content-page .hf-entry-content embed {
  display: block;
  max-width: 100%;
  height: auto;
  border-radius: 10px;
}

.hf-content-page .hf-entry-content figure {
  margin: 24px 0;
}

.hf-content-page .hf-entry-content ul,
.hf-content-page .hf-entry-content ol {
  padding-left: 1.25em;
}

.hf-content-page .hf-entry-content table {
  display: block;
  width: 100%;
  overflow-x: auto;
  border-collapse: collapse;
}

.hf-content-page .hf-entry-content td,
.hf-content-page .hf-entry-content th {
  border: 1px solid var(--hf-border);
  padding: 10px 12px;
  text-align: left;
}

.page-contact-us .hf-entry-content,
.page-tiktok-live .hf-entry-content,
.page-track-your-order .hf-entry-content,
.page-refund_returns .hf-entry-content,
.page-privacy-policy .hf-entry-content,
.page-sample-page .hf-entry-content {
  max-width: 820px;
  font-size: clamp(15px, 1.2vw, 18px);
  line-height: 1.7;
}

.page-contact-us .hf-entry-content h1,
.page-tiktok-live .hf-entry-content h1,
.page-track-your-order .hf-entry-content h1,
.page-refund_returns .hf-entry-content h1,
.page-privacy-policy .hf-entry-content h1,
.page-sample-page .hf-entry-content h1 {
  font-size: clamp(28px, 4.2vw, 56px);
}

.page-contact-us .hf-entry-content form,
.page-contact-us .hf-entry-content .wpforms-container,
.page-contact-us .hf-entry-content .wpcf7,
.page-track-your-order .hf-entry-content form,
.page-track-your-order .hf-entry-content .wp-block-woocommerce-checkout,
.page-refund_returns .hf-entry-content,
.page-privacy-policy .hf-entry-content {
  margin-top: 18px;
  border: 1px solid var(--hf-border);
  border-radius: 10px;
  background: var(--hf-white);
  padding: 18px;
}

.page-tiktok-live .hf-entry-content img {
  width: 100%;
  object-fit: cover;
}

.page-contact-us .hf-page-hero,
.page-tiktok-live .hf-page-hero,
.page-track-your-order .hf-page-hero,
.page-refund_returns .hf-page-hero,
.page-privacy-policy .hf-page-hero,
.page-sample-page .hf-page-hero {
  max-width: 920px;
}

.hf-shop-hero {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 24px;
  align-items: end;
}

.hf-shop-tools {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 10px;
}

.woocommerce-ordering select,
.input-text,
.qty,
.hf-qty,
textarea {
  min-height: 42px;
  border: 1px solid var(--hf-border);
  border-radius: 8px;
  background: var(--hf-white);
  padding: 0 14px;
}

textarea {
  min-height: 120px;
  padding-top: 12px;
}

.hf-cart-layout,
.hf-checkout-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(320px, 0.95fr);
  gap: 24px;
}

.hf-single-product {
  display: grid;
  grid-template-columns: minmax(0, 1.04fr) minmax(360px, 0.76fr);
  gap: 18px;
  align-items: start;
  max-width: var(--hf-max);
  margin: 0 auto;
}

.hf-single-gallery {
  position: relative;
  min-width: 0;
}

.hf-pdp-gallery-kicker {
  position: absolute;
  top: 18px;
  left: 18px;
  right: 18px;
  z-index: 3;
  display: flex;
  justify-content: space-between;
  gap: 12px;
  pointer-events: none;
}

.hf-pdp-gallery-kicker span {
  display: inline-flex;
  min-height: 32px;
  align-items: center;
  border-radius: 999px;
  background: var(--hf-yellow);
  padding: 0 12px;
  font-size: 12px;
  font-weight: 800;
}

.hf-single-gallery .woocommerce-product-gallery {
  position: relative;
  border-radius: 10px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.28), rgba(232, 230, 227, 0.8));
  overflow: hidden;
}

.hf-single-gallery .flex-viewport {
  height: auto !important;
}

.hf-single-gallery .woocommerce-product-gallery__wrapper {
  display: flex !important;
  align-items: stretch;
}

.hf-single-gallery .woocommerce-product-gallery__trigger {
  position: absolute;
  right: 18px;
  bottom: 18px;
  z-index: 4;
  width: 38px;
  height: 38px;
  border-radius: 999px;
  background: var(--hf-white);
  color: transparent;
  overflow: hidden;
}

.hf-single-gallery .woocommerce-product-gallery__trigger::before {
  content: "";
  position: absolute;
  left: 11px;
  top: 10px;
  width: 13px;
  height: 13px;
  border: 2px solid var(--hf-black);
  border-radius: 50%;
}

.hf-single-gallery .woocommerce-product-gallery__trigger::after {
  content: "";
  position: absolute;
  left: 23px;
  top: 24px;
  width: 9px;
  height: 2px;
  border-radius: 999px;
  background: var(--hf-black);
  transform: rotate(45deg);
}

.woocommerce-product-gallery__image,
.hf-cart-items,
.hf-cart-totals,
.hf-checkout-fields,
.hf-order-review {
  border-radius: 10px;
  background: var(--hf-panel);
  padding: 24px;
}

.woocommerce-product-gallery__image {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  aspect-ratio: 1.12 / 1;
  padding: clamp(18px, 2.5vw, 30px);
  overflow: hidden;
  background: var(--hf-panel);
}

.hf-single-gallery .woocommerce-product-gallery__image {
  min-height: clamp(360px, 47vw, 640px);
}

.hf-single-gallery .woocommerce-product-gallery__image > a {
  position: absolute !important;
  inset: 0 !important;
  display: grid !important;
  width: 100% !important;
  height: 100% !important;
  place-items: center;
  padding: clamp(18px, 2.5vw, 30px);
}

.hf-single-gallery .woocommerce-product-gallery__image > a::before {
  content: "";
  position: absolute;
  right: 18px;
  bottom: 18px;
  z-index: 4;
  width: 38px;
  height: 38px;
  border-radius: 999px;
  background: var(--hf-white);
  box-shadow: 0 12px 28px rgba(5, 5, 5, 0.1);
  pointer-events: none;
}

.hf-single-gallery .woocommerce-product-gallery__image > a::after {
  content: "";
  position: absolute;
  right: 29px;
  bottom: 31px;
  z-index: 5;
  width: 13px;
  height: 13px;
  border: 2px solid var(--hf-black);
  border-radius: 50%;
  box-shadow: 9px 9px 0 -7px var(--hf-black);
  pointer-events: none;
}

.hf-single-gallery .woocommerce-product-gallery__image img {
  display: block;
  width: auto !important;
  height: auto !important;
  max-width: 100% !important;
  max-height: 100% !important;
  object-fit: contain;
  object-position: center center;
  mix-blend-mode: normal;
  filter: drop-shadow(0 18px 36px rgba(5, 5, 5, 0.11));
  will-change: opacity, transform;
  transition: opacity 360ms var(--hf-ease), transform 420ms var(--hf-ease), filter 420ms var(--hf-ease);
}

.hf-single-gallery .flex-control-thumbs {
  display: flex !important;
  flex-direction: row !important;
  gap: 12px;
  width: 100%;
  margin: 0 !important;
  padding: 14px !important;
  overflow-x: auto;
  overflow-y: hidden;
  list-style: none;
  scroll-snap-type: x mandatory;
  scrollbar-width: thin;
  -webkit-overflow-scrolling: touch;
  background: rgba(255, 255, 255, 0.45);
}

.hf-single-gallery .flex-control-thumbs li {
  flex: 0 0 clamp(82px, 9.2vw, 116px) !important;
  width: clamp(82px, 9.2vw, 116px) !important;
  height: clamp(82px, 9.2vw, 116px);
  margin: 0 !important;
  padding: 0 !important;
  float: none !important;
  overflow: hidden;
  border-radius: 8px;
  background: var(--hf-white);
  scroll-snap-align: start;
}

.hf-single-gallery .flex-control-thumbs img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover;
  opacity: 0.62;
  filter: saturate(0.9);
  transition: opacity 220ms var(--hf-ease), transform 220ms var(--hf-ease);
}

.hf-single-gallery .flex-control-thumbs img.flex-active,
.hf-single-gallery .flex-control-thumbs img:hover {
  opacity: 1;
  transform: scale(1.03);
}

.hf-single-gallery .woocommerce-product-gallery.is-switching-out .woocommerce-product-gallery__image img,
.hf-single-gallery [data-hf-product-gallery].is-switching-out .woocommerce-product-gallery__image img {
  opacity: 0;
  transform: scale(0.975) translateY(6px);
  filter: drop-shadow(0 10px 24px rgba(5, 5, 5, 0.06));
}

.hf-single-gallery .woocommerce-product-gallery.is-switching-in .woocommerce-product-gallery__image img,
.hf-single-gallery [data-hf-product-gallery].is-switching-in .woocommerce-product-gallery__image img {
  animation: hf-gallery-image-in 380ms var(--hf-ease) both;
}

@keyframes hf-gallery-image-in {
  from {
    opacity: 0;
    transform: scale(1.012) translateY(-4px);
    filter: drop-shadow(0 10px 24px rgba(5, 5, 5, 0.06));
  }

  to {
    opacity: 1;
    transform: scale(1) translateY(0);
    filter: drop-shadow(0 18px 36px rgba(5, 5, 5, 0.11));
  }
}

.hf-gallery-nav {
  position: absolute;
  top: 50%;
  z-index: 5;
  width: 42px;
  height: 42px;
  margin-top: -66px;
  border: 0;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 12px 30px rgba(5, 5, 5, 0.12);
  cursor: pointer;
}

.hf-gallery-nav::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 10px;
  height: 10px;
  border-top: 2px solid var(--hf-black);
  border-right: 2px solid var(--hf-black);
  transform: translate(-50%, -50%) rotate(45deg);
}

.hf-gallery-prev {
  left: 18px;
}

.hf-gallery-prev::before {
  transform: translate(-35%, -50%) rotate(225deg);
}

.hf-gallery-next {
  right: 18px;
}

.hf-single-gallery .woocommerce-product-gallery:focus-visible,
.hf-gallery-nav:focus-visible,
.hf-single-gallery .flex-control-thumbs a:focus-visible {
  outline: 2px solid var(--hf-yellow);
  outline-offset: 2px;
}

.hf-single-gallery .flex-control-thumbs a.is-active {
  box-shadow: 0 0 0 2px var(--hf-black) inset;
}

.hf-gallery-lightbox-open {
  overflow: hidden;
}

.hf-gallery-lightbox {
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: grid;
  place-items: center;
  padding: 24px;
  background: rgba(12, 12, 12, 0.86);
  opacity: 0;
  transition: opacity 180ms var(--hf-ease);
}

.hf-gallery-lightbox.is-visible {
  opacity: 1;
}

.hf-gallery-lightbox img {
  max-width: min(92vw, 1280px);
  max-height: 88vh;
  object-fit: contain;
  border-radius: 10px;
  background: var(--hf-white);
  box-shadow: 0 24px 80px rgba(0, 0, 0, 0.35);
}

.hf-gallery-lightbox-close {
  position: absolute;
  top: 18px;
  right: 18px;
  width: 42px;
  height: 42px;
  border: 0;
  border-radius: 999px;
  background: var(--hf-white);
  cursor: pointer;
}

.hf-gallery-lightbox-close::before,
.hf-gallery-lightbox-close::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 18px;
  height: 2px;
  border-radius: 999px;
  background: var(--hf-black);
}

.hf-gallery-lightbox-close::before {
  transform: translate(-50%, -50%) rotate(45deg);
}

.hf-gallery-lightbox-close::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}

.hf-single-gallery .zoomImg {
  display: none !important;
  opacity: 0 !important;
  visibility: hidden !important;
}

.hf-single-summary {
  position: sticky;
  top: 104px;
  align-self: start;
  border-radius: 10px;
  background: var(--hf-cream);
  padding: clamp(22px, 2.55vw, 34px);
}

.hf-single-summary .product_title {
  max-width: 10.5ch;
  margin: 0 0 16px;
  font-family: var(--hf-sans);
  font-size: clamp(26px, 3.15vw, 48px);
  line-height: 0.96;
  letter-spacing: -0.03em;
  overflow-wrap: anywhere;
}

.hf-single-summary .woocommerce-product-rating,
.hf-single-summary .product_meta {
  color: rgba(5, 5, 5, 0.54);
}

.hf-single-summary .woocommerce-product-details__short-description {
  max-width: 42ch;
  margin: 16px 0;
  color: rgba(5, 5, 5, 0.66);
  font-size: 15px;
  line-height: 1.55;
}

.price {
  font-family: var(--hf-serif);
  font-size: 30px;
  font-weight: 700;
}

.hf-single-summary .price {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 4px 12px;
  margin: 0 0 16px;
  font-family: var(--hf-sans);
  font-size: clamp(24px, 2.9vw, 44px);
  font-weight: 950;
  line-height: 1;
  letter-spacing: -0.04em;
}

.hf-single-summary .price del,
.hf-single-summary .price ins {
  display: block;
  margin: 0;
}

.hf-single-summary .price del {
  color: rgba(5, 5, 5, 0.45);
  font-size: 0.58em;
  text-decoration-thickness: 3px;
  text-decoration-color: rgba(5, 5, 5, 0.48);
}

.hf-single-summary .price ins {
  text-decoration: none;
}

.cart {
  display: flex;
  gap: 10px;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 16px;
}

.hf-single-summary .quantity {
  margin: 0;
}

.hf-single-summary .qty,
.hf-single-summary .hf-qty {
  width: 74px;
  border-radius: 999px;
  text-align: center;
}

.hf-single-summary .single_add_to_cart_button.button.alt,
.hf-single-summary .single_add_to_cart_button {
  min-width: min(100%, 220px);
  min-height: 48px;
  border-radius: 999px !important;
  background: var(--hf-black) !important;
  color: var(--hf-white) !important;
}

.hf-single-summary .single_add_to_cart_button.button.alt:hover,
.hf-single-summary .single_add_to_cart_button:hover {
  background: var(--hf-yellow) !important;
  color: var(--hf-black) !important;
}

.hf-pdp-promise {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 22px;
  padding-top: 16px;
  border-top: 1px dashed rgba(5, 5, 5, 0.16);
}

.hf-pdp-promise span {
  display: inline-flex;
  min-height: 32px;
  align-items: center;
  border-radius: 999px;
  background: var(--hf-white);
  padding: 0 12px;
  color: rgba(5, 5, 5, 0.68);
  font-size: 13px;
}

.hf-pdp-story-strip {
  display: grid;
  min-height: 42vh;
  place-items: center;
  max-width: var(--hf-max);
  margin: 0 auto;
  padding: 92px 0;
}

.hf-pdp-story-strip p {
  max-width: 1100px;
  margin: 0;
  font-family: var(--hf-sans);
  font-size: clamp(26px, 3.5vw, 56px);
  font-weight: 700;
  line-height: 1.08;
  letter-spacing: -0.025em;
  text-align: center;
}

.hf-pdp-detail-grid {
  display: grid;
  grid-template-columns: 1.25fr 0.9fr 0.9fr;
  gap: 14px;
  max-width: var(--hf-max);
  margin: 0 auto;
}

.hf-pdp-detail-card {
  min-height: 238px;
  border-radius: 10px;
  background: var(--hf-panel);
  padding: clamp(20px, 2.4vw, 30px);
  transition: border-radius 300ms var(--hf-ease), transform 300ms var(--hf-ease);
}

.hf-pdp-detail-card:hover {
  border-radius: 30px;
  transform: translate3d(0, -5px, 0);
}

.hf-pdp-detail-card > span {
  display: block;
  margin-bottom: 26px;
  color: rgba(5, 5, 5, 0.52);
}

.hf-pdp-detail-card p {
  margin: 0;
  font-family: var(--hf-sans);
  font-size: clamp(18px, 1.8vw, 28px);
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: -0.02em;
}

.hf-pdp-detail-card-yellow {
  background: var(--hf-yellow);
}

.hf-pdp-detail-card dl {
  display: grid;
  gap: 14px;
  margin: 0;
}

.hf-pdp-detail-card dl div {
  display: grid;
  grid-template-columns: 0.7fr 1fr;
  gap: 18px;
  border-top: 1px dashed rgba(5, 5, 5, 0.16);
  padding-top: 14px;
}

.hf-pdp-detail-card dt,
.hf-pdp-detail-card dd {
  margin: 0;
}

.hf-pdp-detail-card dt {
  color: rgba(5, 5, 5, 0.5);
}

.hf-pdp-detail-card dd {
  font-weight: 800;
}

.hf-pdp-marquee {
  max-width: var(--hf-max);
  margin: 14px auto 0;
  border-radius: 10px;
  background: var(--hf-blue);
  color: var(--hf-white);
  overflow: hidden;
}

.hf-pdp-marquee div {
  display: flex;
  width: max-content;
  gap: 34px;
  padding: 22px 34px;
  animation: hfPdpMarquee 24s linear infinite;
}

.hf-pdp-marquee span {
  font-family: var(--hf-serif);
  font-size: clamp(28px, 3.4vw, 56px);
  font-weight: 700;
  white-space: nowrap;
}

.hf-product-more {
  max-width: var(--hf-max);
  margin: 80px auto 0;
}

.woocommerce-tabs {
  border-radius: 10px;
  background: var(--hf-panel);
  padding: 24px;
}

.tabs {
  display: flex;
  gap: 10px;
  margin: 0 0 18px;
  padding: 0;
  list-style: none;
}

.tabs a {
  display: inline-flex;
  min-height: 36px;
  align-items: center;
  border-radius: 999px;
  background: var(--hf-white);
  padding: 0 14px;
}

@keyframes hfPdpMarquee {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    transform: translate3d(-50%, 0, 0);
  }
}

.hf-cart-row {
  display: grid;
  grid-template-columns: 120px 1fr auto;
  gap: 16px;
  align-items: center;
  padding: 0 0 18px;
  margin-bottom: 18px;
  border-bottom: 1px solid var(--hf-border);
}

.hf-cart-thumb {
  border-radius: 8px;
  overflow: hidden;
}

.hf-cart-thumb img {
  width: 100%;
  aspect-ratio: 1;
  object-fit: cover;
}

.hf-cart-detail h2,
.cart_totals h2,
.hf-order-review h2 {
  margin: 0 0 10px;
  font-family: var(--hf-serif);
  font-size: 28px;
}

.shop_table {
  width: 100%;
  border-collapse: collapse;
}

.shop_table th,
.shop_table td {
  padding: 12px 0;
  border-bottom: 1px solid var(--hf-border);
  text-align: left;
}

.hf-cart-update {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

.form-row {
  display: grid;
  gap: 8px;
}

.wp-block-woocommerce-cart,
.wp-block-woocommerce-checkout {
  width: 100%;
}

.wp-block-woocommerce-cart .wc-block-cart,
.wp-block-woocommerce-checkout .wc-block-checkout {
  display: grid;
  gap: 24px;
}

.wp-block-woocommerce-cart .wc-block-cart,
.wp-block-woocommerce-checkout .wc-block-checkout,
.wp-block-woocommerce-cart .wc-block-cart__content,
.wp-block-woocommerce-checkout .wc-block-checkout__form {
  width: 100%;
}

.wp-block-woocommerce-cart .wc-block-cart__main,
.wp-block-woocommerce-checkout .wc-block-checkout__main,
.wp-block-woocommerce-cart .wc-block-cart__sidebar,
.wp-block-woocommerce-checkout .wc-block-checkout__sidebar {
  border-radius: 10px;
}

.wp-block-woocommerce-cart .wc-block-components-notice-banner,
.wp-block-woocommerce-checkout .wc-block-components-notice-banner {
  border: 1px solid var(--hf-border);
  border-radius: 10px;
  background: var(--hf-panel);
  color: var(--hf-black);
}

.wp-block-woocommerce-cart .wc-block-cart-item,
.wp-block-woocommerce-checkout .wc-block-components-order-summary-item,
.wp-block-woocommerce-checkout .wc-block-components-order-summary-coupon-form,
.wp-block-woocommerce-checkout .wc-block-components-checkout-step {
  border-radius: 10px;
}

.wp-block-woocommerce-cart .wc-block-cart-items,
.wp-block-woocommerce-cart .wc-block-cart__sidebar,
.wp-block-woocommerce-checkout .wc-block-checkout__order-summary,
.wp-block-woocommerce-checkout .wc-block-checkout__order-summary-card,
.wp-block-woocommerce-checkout .wc-block-components-sidebar-layout__wrapper,
.wp-block-woocommerce-checkout .wc-block-components-checkout-order-summary {
  background: var(--hf-panel);
  border-radius: 10px;
  padding: 24px;
}

.wp-block-woocommerce-cart .wc-block-cart-items__table,
.wp-block-woocommerce-cart .wc-block-cart-item,
.wp-block-woocommerce-checkout .wc-block-components-order-summary-item,
.wp-block-woocommerce-checkout .wc-block-components-totals-item,
.wp-block-woocommerce-checkout .wc-block-components-order-summary-coupon-form {
  border-color: var(--hf-border);
}

.wp-block-woocommerce-cart .wc-block-components-product-name,
.wp-block-woocommerce-checkout .wc-block-components-product-name,
.wp-block-woocommerce-cart .wc-block-components-totals-item__label,
.wp-block-woocommerce-checkout .wc-block-components-totals-item__label,
.wp-block-woocommerce-cart .wc-block-components-totals-item__value,
.wp-block-woocommerce-checkout .wc-block-components-totals-item__value {
  color: var(--hf-black);
}

.wp-block-woocommerce-cart .wc-block-components-text-input input,
.wp-block-woocommerce-cart .wc-block-components-text-input textarea,
.wp-block-woocommerce-checkout .wc-block-components-text-input input,
.wp-block-woocommerce-checkout .wc-block-components-text-input textarea,
.wp-block-woocommerce-cart .wc-block-components-form select,
.wp-block-woocommerce-checkout .wc-block-components-form select,
.wp-block-woocommerce-cart .wc-block-components-quantity-selector input,
.wp-block-woocommerce-checkout .wc-block-components-quantity-selector input {
  min-height: 42px;
  border: 1px solid var(--hf-border);
  border-radius: 8px;
  background: var(--hf-white);
  padding: 0 14px;
}

.wp-block-woocommerce-cart .wc-block-components-text-input input:focus,
.wp-block-woocommerce-cart .wc-block-components-text-input textarea:focus,
.wp-block-woocommerce-checkout .wc-block-components-text-input input:focus,
.wp-block-woocommerce-checkout .wc-block-components-text-input textarea:focus,
.wp-block-woocommerce-cart .wc-block-components-form select:focus,
.wp-block-woocommerce-checkout .wc-block-components-form select:focus,
.wp-block-woocommerce-cart .wc-block-components-quantity-selector input:focus,
.wp-block-woocommerce-checkout .wc-block-components-quantity-selector input:focus {
  outline: 0;
  box-shadow: 0 0 0 3px rgba(255, 197, 12, 0.38);
}

.wp-block-woocommerce-cart .wc-block-components-button,
.wp-block-woocommerce-checkout .wc-block-components-button,
.wp-block-woocommerce-cart .wc-block-cart__submit-button,
.wp-block-woocommerce-checkout .wc-block-components-checkout-place-order-button,
.wp-block-woocommerce-cart .wc-block-components-totals-coupon__button,
.wp-block-woocommerce-checkout .wc-block-components-totals-coupon__button {
  min-height: 42px;
  border: 0;
  border-radius: 999px;
  background: var(--hf-yellow);
  color: var(--hf-black);
  font-weight: 700;
  transition: transform 600ms cubic-bezier(0.22, 1.6, 0.36, 1), background-color 260ms var(--hf-ease);
}

.wp-block-woocommerce-cart .wc-block-components-button:hover,
.wp-block-woocommerce-checkout .wc-block-components-button:hover,
.wp-block-woocommerce-cart .wc-block-cart__submit-button:hover,
.wp-block-woocommerce-checkout .wc-block-components-checkout-place-order-button:hover,
.wp-block-woocommerce-cart .wc-block-components-totals-coupon__button:hover,
.wp-block-woocommerce-checkout .wc-block-components-totals-coupon__button:hover {
  transform: scale(1.03);
  background: var(--hf-yellow-dark);
}

.wp-block-woocommerce-cart .wc-block-components-totals-coupon,
.wp-block-woocommerce-checkout .wc-block-components-totals-coupon {
  display: flex;
  gap: 10px;
  align-items: center;
}

.wp-block-woocommerce-cart .wc-block-components-totals-coupon input,
.wp-block-woocommerce-checkout .wc-block-components-totals-coupon input {
  flex: 1 1 auto;
}

.wp-block-woocommerce-cart .wc-block-components-order-summary-item__description,
.wp-block-woocommerce-checkout .wc-block-components-order-summary-item__description,
.wp-block-woocommerce-cart .wc-block-components-order-summary-item__price,
.wp-block-woocommerce-checkout .wc-block-components-order-summary-item__price,
.wp-block-woocommerce-cart .wc-block-components-order-summary-item__quantity,
.wp-block-woocommerce-checkout .wc-block-components-order-summary-item__quantity {
  color: var(--hf-muted);
}

.wp-block-woocommerce-checkout .wc-block-components-checkout-step__content,
.wp-block-woocommerce-checkout .wc-block-components-checkout-step__heading,
.wp-block-woocommerce-checkout .wc-block-components-checkout-step__description {
  color: var(--hf-black);
}

.wp-block-woocommerce-checkout .wc-block-components-totals-item__description,
.wp-block-woocommerce-checkout .wc-block-components-payment-methods,
.wp-block-woocommerce-checkout .wc-block-components-totals-footer-item {
  border-color: var(--hf-border);
}

@keyframes hfLogoPathRise {
  0% {
    opacity: 0;
    transform: translate3d(0, 60%, 0);
  }
  12% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

@keyframes hfLogoDotDrop {
  from {
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

@keyframes hfTaglineIn {
  to {
    opacity: 1;
    transform: translate3d(-50%, 0, 0);
  }
}

@keyframes hfTaglineOut {
  to {
    opacity: 0;
    transform: translate3d(-50%, -18px, 0);
  }
}

@keyframes hfHeaderIn {
  from {
    opacity: 0;
    transform: translate3d(0, -18px, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

@keyframes hfTitleFallback {
  to {
    opacity: 1;
  }
}

@keyframes hfLoaderCssFailsafe {
  to {
    opacity: 0;
    visibility: hidden;
    clip-path: inset(0 0 100% 0);
    pointer-events: none;
  }
}

@keyframes hfBodyUnlock {
  to {
    overflow: auto;
  }
}

@keyframes hfTileIntro {
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

@keyframes hfIconFloat {
  0%,
  100% {
    transform: translate3d(0, -12px, 0) rotate(0deg);
  }
  50% {
    transform: translate3d(0, -17px, 0) rotate(1.4deg);
  }
}

@keyframes hfProductGridIn {
  from {
    opacity: 0;
    transform: translate3d(0, 30px, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

@keyframes hfMascotHead {
  0%,
  18%,
  78%,
  100% {
    transform: translate3d(0, 13px, 0);
  }
  32%,
  68% {
    transform: translate3d(0, -6px, 0);
  }
}

@keyframes hfMascotEyes {
  0%,
  18%,
  78%,
  100% {
    transform: translate3d(var(--eye-x, 0), calc(var(--eye-y, 0) + 13px), 0);
    opacity: 1;
  }
  32%,
  66% {
    transform: translate3d(var(--eye-x, 0), calc(var(--eye-y, 0) - 6px), 0);
    opacity: 1;
  }
  69%,
  71% {
    opacity: 0.25;
  }
}

@keyframes hfMascotCrown {
  0%,
  18%,
  78%,
  100% {
    transform: translate3d(0, 11px, 0);
  }
  25% {
    transform: translate3d(0, 4px, 0);
  }
  34%,
  62% {
    transform: translate3d(0, -8px, 0);
  }
  70% {
    transform: translate3d(0, 0, 0);
  }
}

@keyframes hfMascotHands {
  0%,
  18%,
  78%,
  100% {
    transform: translate3d(0, 8px, 0);
  }
  32%,
  68% {
    transform: translate3d(0, -4px, 0);
  }
}

@media (max-width: 1100px) {
  .hf-header {
    padding: 28px 24px 0;
  }

  .hf-header-pills,
  .hf-search {
    display: none;
  }

  .hf-mobile-search {
    position: fixed;
    top: 116px;
    left: 50%;
    z-index: 86;
    display: block;
    width: min(340px, calc(100vw - 48px));
    transform: translateX(-50%);
    transition: opacity 260ms var(--hf-ease), transform 260ms var(--hf-ease);
  }

  .hf-menu-open .hf-mobile-search {
    opacity: 0;
    transform: translate3d(-50%, -8px, 0);
    pointer-events: none;
  }

  .hf-hero {
    padding: 158px 24px 0;
  }

  .hf-hero-logo-wrap {
    margin-bottom: 90px;
  }

  .hf-hero-tiles,
  .hf-product-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
  }

  .hf-statement,
  .hf-product-section,
  .hf-category-lab,
  .hf-story,
  .hf-page-shell,
  .hf-shop-shell,
  .hf-product-shell,
  .hf-commerce-shell {
    padding-left: 24px;
    padding-right: 24px;
  }

  .hf-lab-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
  }

  .hf-story,
  .hf-single-product,
  .hf-cart-layout,
  .hf-checkout-grid,
  .hf-shop-hero {
    grid-template-columns: 1fr;
  }

  .hf-page-highlights {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .hf-page-intro {
    max-width: none;
  }

  .hf-single-summary {
    position: static;
  }

  .hf-pdp-detail-grid {
    grid-template-columns: 1fr;
  }

  .hf-pdp-story-strip {
    min-height: auto;
    padding: 82px 0;
  }

  .hf-shop-tools {
    align-items: flex-start;
  }
}

@media (max-width: 640px) {
  html {
    scrollbar-gutter: auto;
  }

  body {
    font-size: 13px;
  }

  .hf-header {
    padding: 27px 18px 0;
  }

  .hf-menu-text-desktop {
    display: none;
  }

  .hf-menu-text-mobile {
    display: inline;
  }

  .hf-scrolled .hf-header-logo {
    opacity: 1;
    transform: translate3d(0, 2px, 0) scale(0.9);
    pointer-events: auto;
  }

  .hf-bag-button span:first-child,
  .hf-menu-toggle .hf-menu-text {
    display: none;
  }

  .hf-menu-panel {
    top: 76px;
    left: max(10px, env(safe-area-inset-left));
    right: max(10px, env(safe-area-inset-right));
    width: auto;
    max-height: min(424px, calc(100dvh - 96px));
  }

  .hf-menu-open .hf-menu-panel {
    height: min(424px, calc(100dvh - 96px));
  }

  .hf-menu-panel-inner {
    grid-template-columns: 1fr;
    grid-template-rows: auto minmax(0, 1fr);
    padding: 12px;
  }

  .hf-menu-tabs {
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    gap: 2px;
    border-right: 0;
    border-bottom: 1px solid rgba(5, 5, 5, 0.08);
    padding: 0 0 10px;
    overflow-x: visible;
    overflow-y: hidden;
    white-space: nowrap;
    scrollbar-width: none;
    -webkit-overflow-scrolling: touch;
  }

  .hf-menu-tabs::-webkit-scrollbar {
    display: none;
  }

  .hf-menu-tabs p {
    flex: 0 0 auto;
    width: auto;
    margin: 0;
    padding-right: 0;
    font-size: clamp(11px, 3.2vw, 13px);
  }

  .hf-menu-tabs button {
    flex: 0 0 auto;
    min-height: 28px;
    padding: 0 clamp(6px, 2vw, 9px);
    font-size: clamp(11px, 3.25vw, 13px);
  }

  .hf-menu-panels {
    padding: 0;
  }

  .hf-menu-list {
    inset: 13px 1px 0;
    padding-left: 1px;
  }

  .hf-menu-list h2,
  .hf-menu-list a {
    transform: none;
  }

  .hf-menu-open .hf-menu-list.is-active h2,
  .hf-menu-open .hf-menu-list.is-active a {
    transform: none;
  }

  .hf-menu-list a {
    overflow: visible;
    text-overflow: clip;
    white-space: normal;
    line-height: 1.2;
  }

  .hf-hero {
    min-height: 960px;
    padding: 146px 14px 0;
  }

  .hf-hero-title {
    font-size: clamp(60px, 18vw, 92px);
  }

  .hf-hero-logo-wrap {
    margin: 46px auto 58px;
  }

  .hf-hero-tiles,
  .hf-product-grid,
  .hf-lab-grid {
    grid-template-columns: 1fr;
  }

  .hf-hero-tile {
    min-height: 220px;
  }

  .hf-statement {
    min-height: 520px;
    padding-top: 112px;
  }

  .hf-statement p {
    font-size: 30px;
  }

  .hf-sticky-heading {
    min-height: auto;
  }

  .hf-sticky-heading h2 {
    position: relative;
    top: auto;
    margin-bottom: 32px;
    text-align: left;
  }

  .hf-product-section,
  .hf-category-lab,
  .hf-story {
    padding-bottom: 96px;
  }

  .hf-story-copy {
    min-height: 380px;
    padding: 32px;
  }

  .hf-story-image {
    min-height: 320px;
  }

  .hf-product-shell {
    padding-top: 198px;
  }

  .hf-single-gallery .woocommerce-product-gallery,
  .hf-single-summary,
  .hf-pdp-detail-card,
  .hf-pdp-marquee,
  .woocommerce-tabs {
    border-radius: 8px;
  }

  .hf-pdp-gallery-kicker {
    top: 12px;
    left: 12px;
    right: 12px;
  }

  .woocommerce-product-gallery__image {
    aspect-ratio: 1 / 1;
    padding: 14px;
  }

  .woocommerce-product-gallery__image img.wp-post-image {
    max-width: 100%;
    max-height: 100%;
  }

  .hf-single-summary {
    padding: 22px;
  }

  .hf-single-summary .product_title {
    max-width: 10ch;
    font-size: clamp(38px, 12vw, 58px);
  }

  .hf-single-summary .price {
    font-size: clamp(44px, 14vw, 64px);
  }

  .cart {
    align-items: stretch;
  }

  .hf-single-summary .single_add_to_cart_button {
    flex: 1 1 180px;
  }

  .hf-pdp-promise {
    margin-top: 20px;
  }

  .hf-pdp-story-strip p {
    text-align: left;
  }

  .hf-pdp-detail-card {
    min-height: 220px;
  }

  .hf-pdp-detail-card > span {
    margin-bottom: 30px;
  }

  .hf-pdp-detail-card dl div {
    grid-template-columns: 1fr;
    gap: 5px;
  }

  .hf-product-more {
    margin-top: 44px;
  }

  .hf-footer {
    grid-template-rows: clamp(164px, 27svh, 220px) auto minmax(0, 1fr);
    row-gap: 14px;
    min-height: 100svh;
    max-height: 100svh;
    padding: 22px 18px 18px;
  }

  .hf-footer-top {
    padding-right: 82px;
  }

  .hf-newsletter-form {
    width: 9.5rem;
  }

  .hf-newsletter-form.is-expanded,
  .hf-newsletter-form:focus-within {
    width: 12rem;
  }

  .hf-footer-mascot {
    top: -34px;
    bottom: auto;
    right: -10px;
    width: min(232px, 60vw);
    aspect-ratio: 571 / 332;
    height: auto;
    overflow: visible;
  }

  .hf-footer-mascot-inner {
    height: 100%;
    transform: rotate(180deg) translate3d(0, 1px, 0);
  }

  .hf-footer-links {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    row-gap: 18px;
    padding-top: 14px;
  }

  .hf-footer-column:first-child,
  .hf-footer-column:not(:first-child) {
    grid-column: span 1;
  }

  .hf-footer-brand {
    margin-top: 18px;
    font-size: clamp(42px, 12vw, 60px);
  }

  .hf-footer-brand span {
    font-size: 0.16em;
    vertical-align: 0.38em;
  }

  .hf-footer-legal {
    position: static;
    flex-direction: column;
    gap: 8px;
  }

  .hf-cookie {
    left: 14px;
    right: auto;
    bottom: 14px;
    max-width: min(320px, calc(100vw - 28px));
    justify-content: flex-start;
    padding-right: 12px;
  }

  .hf-inner .hf-cookie {
    left: auto;
    right: 14px;
  }

  .hf-cart-row {
    grid-template-columns: 96px minmax(0, 1fr);
  }

  .hf-cart-line-total {
    grid-column: 2;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    animation-duration: 1ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 1ms !important;
  }
}
