/* Public product page for the [happy_anemone_travel_product] shortcode. */
.hat-product {
  /* Prefer the typography configured by common WordPress themes/builders. */
  --hat-font-body: var(--e-global-typography-text-font-family, var(--global-body-font-family, var(--wp--preset--font-family--body, inherit)));
  --hat-ink: #123c42;
  --hat-teal: #0b6465;
  --hat-teal-deep: #084d4e;
  --hat-mint: #83ddd4;
  --hat-mint-pale: #e5f5f1;
  --hat-paper: #fff8f1;
  --hat-sand: #f7f2ea;
  --hat-coral: #bf6d56;
  --hat-line: rgba(18, 60, 66, .13);
  --hat-shadow: 0 24px 70px rgba(18, 60, 66, .14);
  background: var(--hat-paper);
  box-sizing: border-box;
  color: var(--hat-ink);
  font-family: var(--hat-font-body);
  line-height: 1.55;
  border-radius: 32px;
  margin: 0 auto;
  max-width: 1200px;
  min-width: 0;
  overflow: hidden;
  isolation: isolate;
  width: calc(100% - 20px);
}

.hat-product *,
.hat-product *::before,
.hat-product *::after { box-sizing: border-box; }

.hat-product h1,
.hat-product h2,
.hat-product h3,
.hat-product p { margin: 0; }

.hat-product h1,
.hat-product h2,
.hat-product h3 {
  color: var(--hat-ink);
}

.hat-product a { text-decoration: none; }

.hat-product__hero,
.hat-product__section,
.hat-product__routine,
.hat-product__emergency,
.hat-product__privacy,
.hat-product__downloads,
.hat-product__closing {
  margin-inline: auto;
  max-width: 1240px;
  padding-inline: 32px;
}

.hat-product__hero {
  align-items: center;
  display: grid;
  gap: clamp(44px, 8vw, 110px);
  grid-template-columns: minmax(0, 1.02fr) minmax(370px, .98fr);
  min-height: min(770px, 88vh);
  padding-block: clamp(72px, 10vw, 132px);
  position: relative;
}

.hat-product__hero::before {
  background: radial-gradient(circle at 35% 45%, rgba(131, 221, 212, .22), transparent 62%);
  content: '';
  inset: 0 35% 0 0;
  pointer-events: none;
  position: absolute;
}

.hat-product__hero-copy,
.hat-product__hero-visual { position: relative; z-index: 1; }

.hat-product__eyebrow {
  align-items: center;
  color: var(--hat-teal);
  display: flex;
  font-size: clamp(13px, 1vw, 16px);
  font-weight: 800;
  gap: 8px;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.hat-product__hero h1 {
  font-size: clamp(3rem, 5.55vw, 5.2rem);
  letter-spacing: -.06em;
  line-height: .98;
  margin-top: 18px;
  max-width: 670px;
}

.hat-product__intro {
  font-size: clamp(1.06rem, 1.5vw, 1.25rem);
  line-height: 1.65;
  margin-top: 28px;
  max-width: 560px;
}

.hat-product__actions {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  margin-top: 34px;
}

.hat-product__button {
  border-radius: 999px;
  display: inline-block;
  font-size: 17px;
  font-weight: 800;
  padding: 15px 24px;
  transition: transform .2s ease, background-color .2s ease, color .2s ease;
}

.hat-product__button:hover,
.hat-product__button:focus-visible { transform: translateY(-2px); }

.hat-product__button--primary {
  background: var(--hat-teal);
  color: #fff;
}

.hat-product__button--primary:hover,
.hat-product__button--primary:focus-visible { background: var(--hat-teal-deep); color: #fff; }

.hat-product__text-link {
  border-bottom: 1px solid currentColor;
  color: var(--hat-ink);
  font-size: 17px;
  font-weight: 800;
  padding-bottom: 2px;
}

.hat-product__platforms {
  align-items: center;
  color: rgba(18, 60, 66, .72);
  display: flex;
  font-size: 15px;
  gap: 8px;
  margin-top: 34px;
}

.hat-product__platforms span { color: var(--hat-coral); font-size: .7rem; }

.hat-product__hero-visual {
  align-items: center;
  display: flex;
  justify-content: center;
  min-height: 545px;
}

.hat-product__orb { border-radius: 50%; filter: blur(1px); position: absolute; }
.hat-product__orb--mint { background: rgba(131, 221, 212, .58); height: 380px; right: 6%; top: 18%; width: 380px; }
.hat-product__orb--coral { background: rgba(255, 181, 157, .43); bottom: 9%; height: 180px; left: 0; width: 180px; }

.hat-product__phone {
  background: #f9fcfb;
  border: 8px solid #123c42;
  border-radius: 41px;
  box-shadow: var(--hat-shadow);
  min-height: 530px;
  overflow: hidden;
  padding: 17px 17px 20px;
  position: relative;
  transform: rotate(4deg);
  width: 292px;
  z-index: 2;
}

.hat-product__phone-top { display: flex; justify-content: center; margin-bottom: 16px; }
.hat-product__phone-top span { background: #123c42; border-radius: 999px; display: block; height: 5px; width: 61px; }
.hat-product__app-head { align-items: center; display: flex; gap: 10px; }
.hat-product__app-head strong,
.hat-product__app-head small,
.hat-product__status-card strong,
.hat-product__status-card small,
.hat-product__timeline strong,
.hat-product__timeline small { display: block; }
.hat-product__app-head strong { font-size: .81rem; line-height: 1.2; }
.hat-product__app-head small { color: rgba(18, 60, 66, .65); font-size: .61rem; margin-top: 2px; }
.hat-product__app-mark { align-items: center; background: var(--hat-teal); border-radius: 10px; color: #fff; display: flex; font-size: .8rem; height: 30px; justify-content: center; width: 30px; }

.hat-product__status-card {
  align-items: center;
  background: #e4f4ef;
  border-radius: 14px;
  display: flex;
  gap: 8px;
  margin-top: 21px;
  padding: 12px 11px;
}
.hat-product__status-dot { background: var(--hat-coral); border: 3px solid #f8ddd4; border-radius: 50%; height: 13px; width: 13px; }
.hat-product__status-card strong { font-size: .63rem; line-height: 1.15; }
.hat-product__status-card small { color: rgba(18, 60, 66, .7); font-size: .56rem; margin-top: 2px; }
.hat-product__app-section { color: rgba(18, 60, 66, .72); display: flex; font-size: .59rem; font-weight: 700; justify-content: space-between; margin: 22px 1px 10px; }
.hat-product__app-section span:last-child { color: var(--hat-teal); }
.hat-product__timeline { border-left: 1px solid #c9dfd9; margin-left: 44px; padding: 1px 0 0 10px; }
.hat-product__timeline > div { display: grid; grid-template-columns: 30px 12px 1fr; margin-bottom: 16px; position: relative; }
.hat-product__timeline time { color: rgba(18, 60, 66, .65); font-size: .56rem; margin-left: -43px; padding-top: 1px; }
.hat-product__timeline-dot { background: #d2e5e0; border: 2px solid #f9fcfb; border-radius: 50%; height: 9px; margin-left: -15px; margin-top: 2px; width: 9px; }
.hat-product__timeline-dot--next { background: var(--hat-coral); box-shadow: 0 0 0 3px #fdebe5; }
.hat-product__timeline p { margin-left: -10px; }
.hat-product__timeline strong { font-size: .63rem; line-height: 1.2; }
.hat-product__timeline small { color: rgba(18, 60, 66, .67); font-size: .55rem; line-height: 1.4; margin-top: 3px; }
.hat-product__phone-nav { border-top: 1px solid #e2eeeb; bottom: 15px; color: #9ab6b1; display: flex; font-size: .84rem; justify-content: space-around; left: 17px; padding-top: 11px; position: absolute; right: 17px; }
.hat-product__phone-nav .is-active { color: var(--hat-teal); }

.hat-product__float-card {
  align-items: center;
  backdrop-filter: blur(10px);
  background: rgba(255, 255, 255, .88);
  border: 1px solid rgba(255, 255, 255, .9);
  border-radius: 15px;
  box-shadow: 0 18px 38px rgba(18, 60, 66, .15);
  display: flex;
  gap: 8px;
  padding: 10px 13px;
  position: absolute;
  z-index: 3;
}
.hat-product__float-card > span { align-items: center; border-radius: 9px; display: flex; font-size: .85rem; font-weight: 800; height: 28px; justify-content: center; width: 28px; }
.hat-product__float-card strong,
.hat-product__float-card small { display: block; line-height: 1.25; }
.hat-product__float-card strong { font-size: .66rem; }
.hat-product__float-card small { color: rgba(18, 60, 66, .64); font-size: .56rem; }
.hat-product__float-card--check { left: 1%; top: 27%; transform: rotate(-5deg); }
.hat-product__float-card--check > span { background: #e2f4ed; color: var(--hat-teal); }
.hat-product__float-card--safe { bottom: 14%; right: 1%; transform: rotate(-2deg); }
.hat-product__float-card--safe > span { background: #fdebe5; color: var(--hat-coral); }

.hat-product__promise { align-items: center; background: #d8ebe6; color: var(--hat-ink); display: flex; gap: 27px; justify-content: center; padding: 23px 32px; text-align: center; }
.hat-product__promise p { font-size: clamp(16px, 1.2vw, 18px); font-weight: 700; }
.hat-product__promise span { background: rgba(11, 100, 101, .52); border-radius: 50%; height: 4px; width: 4px; }

.hat-product__section { padding-block: clamp(84px, 10vw, 136px); }
.hat-product__section-intro { margin: auto; max-width: 780px; text-align: center; }
.hat-product__section-intro .hat-product__eyebrow { justify-content: center; }
.hat-product__section h2,
.hat-product__routine h2,
.hat-product__privacy h2,
.hat-product__closing h2 { font-size: clamp(2.25rem, 4.2vw, 4.15rem); letter-spacing: -.055em; line-height: 1.04; }
.hat-product__section-intro h2 { margin-top: 16px; }
.hat-product__section-intro > p:last-child { font-size: clamp(18px, 1.35vw, 21px); line-height: 1.65; margin: 23px auto 0; max-width: 660px; }
.hat-product__feature-grid { display: grid; gap: 20px; grid-template-columns: repeat(3, 1fr); margin-top: 57px; }
.hat-product__feature-card { background: var(--hat-paper); border: 1px solid rgba(18, 60, 66, .08); border-radius: 22px; min-height: 286px; padding: 25px; }
.hat-product__feature-card:nth-child(1) { background: #f3eaf8; }
.hat-product__feature-card:nth-child(2) { background: var(--hat-mint-pale); }
.hat-product__feature-card:nth-child(3) { background: #f9eee9; }
.hat-product__feature-top { align-items: center; color: rgba(18, 60, 66, .58); display: flex; font-size: 14px; font-weight: 800; justify-content: space-between; letter-spacing: .08em; }
.hat-product__feature-icon { background: var(--hat-teal); border-radius: 50% 50% 43% 43%; display: block; height: 35px; opacity: .9; position: relative; width: 35px; }
.hat-product__feature-icon::after { color: #fff; font-size: 18px; left: 50%; line-height: 1; position: absolute; top: 50%; transform: translate(-50%, -50%); }
.hat-product__feature-icon--calendar::after { content: '□'; font-size: 23px; top: 48%; }
.hat-product__feature-icon--folder { background: var(--hat-teal-deep); }
.hat-product__feature-icon--folder::after { content: '⌁'; font-size: 22px; }
.hat-product__feature-icon--heart { background: var(--hat-coral); }
.hat-product__feature-icon--heart::after { content: '♡'; font-size: 25px; top: 47%; }
.hat-product__feature-card h3 { font-size: clamp(21px, 1.8vw, 25px); letter-spacing: -.03em; line-height: 1.2; margin-top: 62px; }
.hat-product__feature-card p { font-size: clamp(16px, 1.2vw, 18px); line-height: 1.6; margin-top: 10px; }

.hat-product__routine { align-items: center; display: grid; gap: clamp(48px, 9vw, 140px); grid-template-columns: 1fr 1fr; padding-bottom: clamp(84px, 10vw, 136px); }
.hat-product__routine-visual { background: #edf7f4; border-radius: 28px; min-height: 410px; padding: 47px 29px 31px; position: relative; }
.hat-product__routine-visual::before { background: repeating-linear-gradient(0deg, transparent 0, transparent 57px, rgba(11, 100, 101, .09) 58px, transparent 59px); content: ''; inset: 25px 20px; position: absolute; }
.hat-product__routine-card { align-items: center; background: #fff; border-radius: 14px; box-shadow: 0 14px 28px rgba(18, 60, 66, .09); display: grid; gap: 3px; grid-template-columns: 1fr 25px; margin-bottom: 16px; padding: 15px 15px 15px 18px; position: relative; }
.hat-product__routine-card:nth-child(2) { margin-left: 24px; }
.hat-product__routine-card:nth-child(3) { margin-left: 9px; }
.hat-product__routine-card span { color: rgba(18, 60, 66, .58); font-size: 13px; font-weight: 700; grid-column: 1; letter-spacing: .06em; text-transform: uppercase; }
.hat-product__routine-card strong { font-size: 17px; grid-column: 1; letter-spacing: -.02em; }
.hat-product__routine-card i { align-items: center; background: var(--hat-mint-pale); border-radius: 50%; color: var(--hat-teal); display: flex; font-size: .72rem; font-style: normal; grid-column: 2; grid-row: 1 / 3; height: 25px; justify-content: center; width: 25px; }
.hat-product__routine-copy p:last-child { font-size: clamp(18px, 1.3vw, 20px); line-height: 1.7; margin-top: 24px; max-width: 510px; }

.hat-product__emergency { background: #edf7f4; border: 1px solid rgba(11, 100, 101, .12); border-radius: 30px; margin-bottom: clamp(84px, 10vw, 136px); padding: clamp(46px, 7vw, 82px) clamp(24px, 6vw, 76px); }
.hat-product__emergency-intro { max-width: 850px; }
.hat-product__emergency h2 { font-size: clamp(2.3rem, 4.4vw, 4.25rem); letter-spacing: -.055em; line-height: 1.04; margin-top: 16px; }
.hat-product__emergency-intro > p:not(.hat-product__eyebrow):not(.hat-product__emergency-carry) { font-size: clamp(18px, 1.35vw, 21px); line-height: 1.68; margin-top: 24px; max-width: 780px; }
.hat-product__emergency-intro > .hat-product__emergency-carry { align-items: flex-start; background: #f3eaf8; border: 1px solid rgba(85, 60, 110, .12); border-radius: 15px; display: flex; font-size: clamp(16px, 1.18vw, 18px); gap: 13px; line-height: 1.6; margin-top: 24px; max-width: 780px; padding: 16px 19px; }
.hat-product__tip-icon { align-items: center; background: rgba(85, 60, 110, .12); border-radius: 9px; color: #553c6e; display: flex; flex: 0 0 auto; font-family: Arial, sans-serif; font-size: 17px; font-weight: 800; height: 31px; justify-content: center; line-height: 1; margin-top: 2px; width: 31px; }
.hat-product__tip-label { color: #553c6e; display: block; font-size: 12px; font-weight: 800; letter-spacing: .1em; line-height: 1.1; margin-bottom: 4px; text-transform: uppercase; }
.hat-product__emergency-steps { counter-reset: emergency-step; display: grid; gap: 18px; grid-template-columns: repeat(3, 1fr); list-style: none; margin: 18px 0 0 !important; padding: 0; }
.hat-product__emergency-steps li { background: #fff; border-radius: 17px; min-height: 220px; padding: 23px; }
.hat-product__step-number { align-items: center; background: var(--hat-teal); border-radius: 50%; color: #fff; display: flex; font-size: 16px; font-weight: 800; height: 33px; justify-content: center; width: 33px; }
.hat-product__emergency-steps h3 { font-size: clamp(20px, 1.65vw, 24px); letter-spacing: -.03em; line-height: 1.2; margin-top: 38px; }
.hat-product__emergency-steps p { font-size: clamp(16px, 1.18vw, 18px); line-height: 1.62; margin-top: 10px; }
.hat-product__emergency-note { align-items: flex-start; background: #f6e7de; border-radius: 16px; color: var(--hat-ink); display: flex; gap: 13px; margin-top: 18px; padding: 19px 22px; }
.hat-product__emergency-note > span { align-items: center; background: rgba(191, 109, 86, .13); border-radius: 9px; color: var(--hat-coral); display: flex; flex: 0 0 auto; font-size: 19px; height: 31px; justify-content: center; width: 31px; }
.hat-product__emergency-note p { color: var(--hat-ink); font-size: clamp(16px, 1.15vw, 18px); line-height: 1.58; }

.hat-product__privacy { background: #dcefe9; color: var(--hat-ink); display: grid; gap: clamp(40px, 10vw, 160px); grid-template-columns: .9fr 1.1fr; max-width: none; padding-block: clamp(74px, 9vw, 114px); padding-left: max(32px, calc((100% - 1176px) / 2)); padding-right: max(32px, calc((100% - 1176px) / 2)); }
.hat-product__privacy .hat-product__eyebrow { color: var(--hat-teal); }
.hat-product .hat-product__privacy h2 { color: var(--hat-ink) !important; margin-top: 15px; }
.hat-product .hat-product__privacy-copy,
.hat-product .hat-product__privacy-copy p,
.hat-product .hat-product__privacy-copy li { color: var(--hat-ink); }
.hat-product__privacy-copy { font-size: clamp(18px, 1.35vw, 21px); line-height: 1.7; max-width: 555px; }
.hat-product__privacy-copy ul { list-style: none; margin: 27px 0 0; padding: 0; }
.hat-product__privacy-copy li { border-top: 1px solid rgba(18, 60, 66, .18); font-size: clamp(16px, 1.12vw, 18px); font-weight: 700; padding: 15px 0 15px 30px; position: relative; }
.hat-product__privacy-copy li::before { color: var(--hat-teal); content: '✓'; left: 0; position: absolute; }
.hat-product__privacy-copy li:last-child { border-bottom: 1px solid rgba(18, 60, 66, .18); }

.hat-product__downloads { align-items: center; display: grid; gap: clamp(42px, 8vw, 110px); grid-template-columns: minmax(0, .85fr) minmax(460px, 1.15fr); padding-block: clamp(82px, 10vw, 132px); }
.hat-product__downloads-copy { max-width: 460px; }
.hat-product__downloads h2 { font-size: clamp(2.25rem, 4.1vw, 4rem); letter-spacing: -.055em; line-height: 1.04; margin-top: 16px; }
.hat-product__downloads-copy > p:last-child { font-size: clamp(18px, 1.3vw, 20px); line-height: 1.68; margin-top: 23px; }
.hat-product__qr-grid { display: grid; gap: 18px; grid-template-columns: repeat(2, minmax(0, 1fr)); }
.hat-product__qr-card { background: rgba(255, 255, 255, .72); border: 1px solid rgba(18, 60, 66, .08); border-radius: 21px; min-height: 370px; padding: 24px; text-align: center; }
.hat-product__qr-code { background-color: #fff; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'%3E%3Crect width='100' height='100' rx='7' fill='white'/%3E%3Cg fill='%23123c42'%3E%3Crect x='5' y='5' width='29' height='29'/%3E%3Crect x='66' y='5' width='29' height='29'/%3E%3Crect x='5' y='66' width='29' height='29'/%3E%3Crect x='42' y='8' width='8' height='8'/%3E%3Crect x='52' y='8' width='8' height='8'/%3E%3Crect x='42' y='20' width='8' height='8'/%3E%3Crect x='52' y='30' width='8' height='8'/%3E%3Crect x='42' y='42' width='8' height='8'/%3E%3Crect x='54' y='42' width='8' height='8'/%3E%3Crect x='66' y='42' width='8' height='8'/%3E%3Crect x='78' y='42' width='8' height='8'/%3E%3Crect x='42' y='54' width='8' height='8'/%3E%3Crect x='54' y='54' width='8' height='8'/%3E%3Crect x='66' y='54' width='8' height='8'/%3E%3Crect x='78' y='54' width='8' height='8'/%3E%3Crect x='42' y='66' width='8' height='8'/%3E%3Crect x='54' y='66' width='8' height='8'/%3E%3Crect x='42' y='78' width='8' height='8'/%3E%3Crect x='54' y='78' width='8' height='8'/%3E%3Crect x='66' y='78' width='8' height='8'/%3E%3Crect x='78' y='78' width='8' height='8'/%3E%3C/g%3E%3Cg fill='white'%3E%3Crect x='10' y='10' width='19' height='19'/%3E%3Crect x='71' y='10' width='19' height='19'/%3E%3Crect x='10' y='71' width='19' height='19'/%3E%3C/g%3E%3Cg fill='%23123c42'%3E%3Crect x='15' y='15' width='9' height='9'/%3E%3Crect x='76' y='15' width='9' height='9'/%3E%3Crect x='15' y='76' width='9' height='9'/%3E%3C/g%3E%3C/svg%3E"); background-position: center; background-repeat: no-repeat; background-size: 100%; border: 1px solid rgba(18, 60, 66, .08); border-radius: 14px; height: 150px; margin: 0 auto; width: 150px; }
.hat-product__qr-card h3 { font-size: clamp(20px, 1.65vw, 24px); letter-spacing: -.03em; line-height: 1.2; margin-top: 22px; }
.hat-product__qr-card p { color: rgba(18, 60, 66, .72); font-size: 16px; margin-top: 5px; }
.hat-product__qr-card small { color: rgba(18, 60, 66, .58); display: inline-block; font-size: 13px; margin-top: 22px; }
.hat-product__qr-card--google .hat-product__qr-code { box-shadow: inset 0 -4px 0 #83ddd4; }
.hat-product__qr-card--apple .hat-product__qr-code { box-shadow: inset 0 -4px 0 #f0c2b3; }

.hat-product__closing { align-items: center; background: var(--hat-sand); display: flex; flex-direction: column; padding-block: clamp(84px, 11vw, 145px); text-align: center; }
.hat-product__closing-mark { align-items: center; background: var(--hat-teal); border-radius: 30px 30px 30px 7px; color: #fff; display: flex; font-size: 1.25rem; height: 56px; justify-content: center; transform: rotate(-8deg); width: 56px; }
.hat-product__closing .hat-product__eyebrow { margin-top: 27px; }
.hat-product__closing h2 { margin-top: 16px; max-width: 760px; }
.hat-product__button--light { background: #9bcfc5; color: var(--hat-ink); margin-top: 32px; }
.hat-product__button--light:hover,
.hat-product__button--light:focus-visible { background: var(--hat-teal); color: #fff; }

@media (max-width: 820px) {
  .hat-product__hero { grid-template-columns: 1fr; min-height: 0; padding-top: 72px; }
  .hat-product__hero-copy { text-align: center; }
  .hat-product__hero-copy .hat-product__eyebrow,
  .hat-product__actions,
  .hat-product__platforms { justify-content: center; }
  .hat-product__intro { margin-inline: auto; }
  .hat-product__hero-visual { min-height: 500px; }
  .hat-product__feature-grid { grid-template-columns: 1fr; }
  .hat-product__feature-card { min-height: 0; }
  .hat-product__feature-card h3 { margin-top: 38px; }
  .hat-product__routine,
  .hat-product__privacy { grid-template-columns: 1fr; }
  .hat-product__routine { gap: 45px; }
  .hat-product__downloads { grid-template-columns: 1fr; }
  .hat-product__downloads-copy { max-width: 650px; }
  .hat-product__emergency-steps { grid-template-columns: 1fr; }
  .hat-product__emergency-steps li { min-height: 0; }
  .hat-product__emergency-steps h3 { margin-top: 24px; }
  .hat-product__privacy { padding-inline: 32px; }
}

@media (max-width: 560px) {
  .hat-product__hero,
  .hat-product__section,
  .hat-product__routine,
  .hat-product__emergency,
  .hat-product__downloads,
  .hat-product__closing { padding-inline: 21px; }
  .hat-product__hero { padding-bottom: 64px; }
  .hat-product__hero h1 { font-size: clamp(2.85rem, 15vw, 4rem); }
  .hat-product__hero-visual { min-height: 430px; transform: scale(.86); }
  .hat-product__phone { min-height: 505px; }
  .hat-product__float-card--check { left: 2%; }
  .hat-product__float-card--safe { right: 1%; }
  .hat-product__promise { align-items: flex-start; flex-direction: column; gap: 12px; padding: 24px 25px; text-align: left; }
  .hat-product__promise span { display: none; }
  .hat-product__routine-visual { min-height: 370px; padding: 43px 16px 22px; }
  .hat-product__routine-card:nth-child(2) { margin-left: 15px; }
  .hat-product__emergency { border-radius: 23px; padding-block: 42px; }
  .hat-product__emergency-note { padding: 17px; }
  .hat-product__qr-grid { grid-template-columns: 1fr; }
  .hat-product__qr-card { min-height: 0; }
  .hat-product__privacy { padding-inline: 21px; }
}

@media (prefers-reduced-motion: reduce) {
  .hat-product *, .hat-product *::before, .hat-product *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; }
}
