:root {
  --navy: #061e43;
  --navy-2: #0a356f;
  --blue: #0074c8;
  --aqua: #12b8bc;
  --green: #10da71;
  --mint: #d9fbf3;
  --sky: #e7f5fb;
  --ink: #071b35;
  --muted: #53657a;
  --line: #d7e2ea;
  --paper: #fff;
  --alert: #ff6a42;
  font-family: Inter, "Aptos", "Segoe UI", Arial, sans-serif;
  color: var(--ink);
  background: #fff;
}

* {
  box-sizing: border-box;
  letter-spacing: 0;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  overflow-x: clip;
  background:
    linear-gradient(180deg, #fff 0 47rem, #f4f9fc 47rem);
}

a {
  color: inherit;
  text-decoration: none;
}

button,
input,
select {
  font: inherit;
}

button {
  border: 0;
  cursor: pointer;
}

img {
  display: block;
  max-width: 100%;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
}

.promo-bar {
  position: relative;
  z-index: 4;
  display: flex;
  min-height: 2.65rem;
  align-items: center;
  justify-content: center;
  gap: 1.1rem;
  background: var(--navy);
  color: #fff;
  font-size: 0.84rem;
  font-weight: 900;
  text-transform: uppercase;
}

.promo-bar p {
  margin: 0;
}

.promo-bar button {
  min-height: 1.9rem;
  border-radius: 0.18rem;
  background: var(--green);
  padding: 0 0.65rem;
  color: var(--navy);
  font-size: 0.76rem;
  font-weight: 950;
  text-transform: uppercase;
}

.store-header {
  position: sticky;
  top: 0;
  z-index: 4;
  border-bottom: 1px solid var(--line);
  background: rgb(255 255 255 / 96%);
  backdrop-filter: blur(0.8rem);
}

.header-main {
  display: grid;
  grid-template-columns: minmax(12rem, 18rem) minmax(18rem, 39rem) auto;
  width: min(92rem, calc(100% - 2rem));
  min-height: 5.9rem;
  align-items: center;
  justify-content: space-between;
  gap: clamp(1rem, 2.6vw, 3rem);
  margin: 0 auto;
}

.brand {
  width: min(100%, 17rem);
}

.search-box {
  display: grid;
  grid-template-columns: 1fr 3.25rem;
  min-height: 3.25rem;
  border: 1px solid #b8c9d7;
  background: #f7fbfd;
}

.search-box input {
  min-width: 0;
  border: 0;
  outline: 0;
  background: transparent;
  padding: 0 1rem;
  color: var(--ink);
}

.search-box button {
  position: relative;
  display: grid;
  place-items: center;
  border-left: 1px solid var(--line);
  background: #fff;
  color: var(--navy);
}

.search-box button span {
  position: relative;
  width: 1.05rem;
  height: 1.05rem;
  border: 0.15rem solid currentColor;
  border-radius: 50%;
}

.search-box button span::after {
  position: absolute;
  right: -0.42rem;
  bottom: -0.25rem;
  width: 0.58rem;
  height: 0.15rem;
  border-radius: 2rem;
  background: currentColor;
  content: "";
  transform: rotate(45deg);
}

.header-actions,
.hero-actions,
.product-buy {
  display: flex;
  align-items: center;
}

.header-actions {
  gap: 0.7rem;
}

.account-button,
.bag-button {
  position: relative;
  display: flex;
  min-width: 7.7rem;
  min-height: 3.35rem;
  align-items: center;
  justify-content: center;
  align-content: center;
  gap: 0.55rem;
  overflow: hidden;
  border: 1px solid #b7ccda;
  background:
    linear-gradient(180deg, #fff, #f3fbfd);
  padding: 0.35rem 0.9rem;
  color: var(--navy);
  text-align: center;
  font-size: 0.93rem;
  font-weight: 950;
  text-transform: uppercase;
}

.account-button span,
.bag-button span {
  display: block;
  color: var(--blue);
  font-size: 0.66rem;
  font-weight: 950;
  text-transform: uppercase;
}

.account-button {
  flex-direction: column;
  align-items: flex-start;
  border-left: 0.28rem solid var(--green);
}

.account-button::after {
  position: absolute;
  right: -1.9rem;
  bottom: -2.4rem;
  width: 5.2rem;
  height: 5.2rem;
  border: 0.55rem solid rgb(23 176 209 / 18%);
  border-radius: 50%;
  content: "";
}

.bag-button {
  border-color: var(--navy);
  background:
    radial-gradient(circle at 80% 0, rgb(23 210 113 / 24%), transparent 2.2rem),
    linear-gradient(135deg, var(--navy), #0a4773);
  color: #fff;
}

.bag-button span {
  color: #c8e9f2;
}

.bag-button strong {
  display: grid;
  width: 1.65rem;
  height: 1.65rem;
  place-items: center;
  border-radius: 50%;
  background: var(--green);
  color: var(--navy);
  font-size: 0.82rem;
}

.category-nav {
  display: flex;
  width: min(92rem, calc(100% - 2rem));
  min-height: 3.25rem;
  align-items: center;
  gap: clamp(1rem, 2.6vw, 3rem);
  margin: 0 auto;
  color: var(--navy);
  font-size: 0.87rem;
  font-weight: 950;
  overflow-x: auto;
  text-transform: uppercase;
  white-space: nowrap;
}

.category-nav a {
  position: relative;
  display: grid;
  min-height: 3.25rem;
  align-items: center;
}

.category-nav a:last-child {
  color: var(--alert);
}

.category-nav a::after {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 0.22rem;
  background: var(--green);
  content: "";
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 180ms ease;
}

.category-nav a:hover::after,
.category-nav a:focus-visible::after {
  transform: scaleX(1);
}

.kicker {
  margin: 0 0 0.7rem;
  color: var(--blue);
  font-size: 0.78rem;
  font-weight: 1000;
  text-transform: uppercase;
}

h1,
h2,
h3,
p {
  text-wrap: balance;
}

.hero {
  position: relative;
  display: grid;
  min-height: min(43rem, calc(100svh - 8.5rem));
  isolation: isolate;
  overflow: hidden;
  background: var(--navy);
}

.hero,
.kids-zone,
.gear-shelf,
.market-catalog,
.shelf,
.campaign-band {
  scroll-margin-top: 9.7rem;
}

.hero-photo,
.hero-overlay {
  position: absolute;
  inset: 0;
  z-index: -2;
  width: 100%;
  height: 100%;
}

.hero-photo {
  object-fit: cover;
  object-position: center;
  transform: scale(1.04) translate3d(var(--hero-x, 0), var(--hero-y, 0), 0);
  transition: transform 800ms ease-out;
}

.hero-overlay {
  z-index: -1;
  background:
    linear-gradient(90deg, rgb(4 20 46 / 94%) 0 32%, rgb(4 20 46 / 50%) 57%, rgb(4 20 46 / 16%) 100%),
    linear-gradient(180deg, rgb(5 20 44 / 6%), rgb(5 20 44 / 55%));
}

.hero-copy {
  display: grid;
  width: min(92rem, calc(100% - 2rem));
  align-content: center;
  margin: 0 auto;
  padding: clamp(3.3rem, 8vw, 7rem) 0 clamp(5rem, 9vw, 7.6rem);
  color: #fff;
}

.hero-copy .kicker {
  color: #8ff8d1;
}

.hero h1 {
  max-width: 8ch;
  margin: 0;
  font-size: clamp(3.2rem, 7.3vw, 7.2rem);
  line-height: 0.88;
  text-transform: uppercase;
}

.hero-copy > p:not(.kicker) {
  max-width: 31rem;
  margin: 1.2rem 0 1.6rem;
  color: #e5f5ff;
  font-size: clamp(1rem, 1.7vw, 1.35rem);
  line-height: 1.5;
}

.hero-actions {
  gap: 0.65rem;
}

.primary-button,
.ghost-button,
.outline-button {
  display: inline-flex;
  min-height: 3.2rem;
  align-items: center;
  justify-content: center;
  padding: 0.82rem 1.25rem;
  font-weight: 1000;
  text-align: center;
}

.primary-button {
  background: var(--green);
  color: var(--navy);
}

.ghost-button {
  border: 1px solid rgb(255 255 255 / 50%);
  background: rgb(255 255 255 / 12%);
  color: #fff;
}

.outline-button {
  border: 1px solid var(--navy);
  background: #fff;
  color: var(--navy);
}

.retail-shortcuts {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  width: min(92rem, calc(100% - 2rem));
  margin: -2.15rem auto 0;
  border-top: 0.28rem solid var(--green);
  background: #fff;
  box-shadow: 0 1.1rem 3.2rem rgb(6 30 67 / 14%);
}

.retail-shortcuts a {
  display: grid;
  min-height: 8.5rem;
  align-content: center;
  gap: 0.32rem;
  border-right: 1px solid var(--line);
  padding: 1rem clamp(0.85rem, 2vw, 1.7rem);
}

.retail-shortcuts a:last-child {
  border-right: 0;
}

.retail-shortcuts span {
  color: var(--blue);
  font-size: 0.74rem;
  font-weight: 1000;
  text-transform: uppercase;
}

.retail-shortcuts strong {
  color: var(--navy);
  font-size: clamp(1.05rem, 1.6vw, 1.35rem);
  text-transform: uppercase;
}

.kids-zone,
.gear-shelf,
.market-catalog,
.shelf,
.campaign-band,
.offer-row,
.hb-newsletter {
  width: min(92rem, calc(100% - 2rem));
  margin-right: auto;
  margin-left: auto;
}

.shelf {
  padding: clamp(4rem, 7vw, 6rem) 0;
}

.gear-shelf {
  padding: clamp(3.2rem, 6vw, 5.4rem) 0 0;
}

.market-catalog {
  padding: clamp(4rem, 7vw, 6rem) 0 0;
}

.catalog-intro,
.catalog-tools {
  display: flex;
  justify-content: space-between;
  gap: clamp(1rem, 3vw, 3rem);
}

.catalog-intro {
  align-items: end;
  margin-bottom: 1.25rem;
}

.catalog-intro div {
  max-width: 54rem;
}

.catalog-intro h2 {
  margin: 0;
  color: var(--navy);
  font-size: clamp(2rem, 4vw, 4rem);
  line-height: 0.98;
  text-transform: uppercase;
}

.catalog-intro > p {
  max-width: 33rem;
  margin: 0 0 0.2rem;
  color: var(--muted);
  line-height: 1.6;
}

.catalog-tools {
  align-items: center;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  padding: 0.85rem 0;
}

.catalog-tools p {
  margin: 0;
  color: var(--muted);
  font-size: 0.84rem;
  font-weight: 1000;
  text-transform: uppercase;
}

.catalog-tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
}

.catalog-tabs button {
  min-height: 2.6rem;
  border: 1px solid var(--line);
  background: #fff;
  padding: 0.55rem 0.82rem;
  color: var(--navy);
  font-size: 0.8rem;
  font-weight: 1000;
  text-transform: uppercase;
}

.catalog-tabs button.is-active {
  border-color: var(--navy);
  background: var(--navy);
  color: #fff;
}

.catalog-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1rem;
  padding-top: 1rem;
}

.market-card {
  display: grid;
  min-width: 0;
  border: 1px solid var(--line);
  background: #fff;
}

.market-card {
  display: grid;
  grid-template-rows: auto auto 1fr auto;
  gap: 0.72rem;
  padding: 0.82rem;
}

.market-media {
  display: grid;
  aspect-ratio: 1 / 1;
  place-items: center;
  overflow: hidden;
  background:
    linear-gradient(145deg, var(--sky), #fff 65%);
}

.market-media img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  transition: transform 220ms ease;
}

.market-card:hover .market-media img {
  transform: scale(1.035);
}

.market-chip {
  justify-self: start;
  background: var(--mint);
  padding: 0.38rem 0.52rem;
  color: var(--navy);
  font-size: 0.68rem;
  font-weight: 1000;
  text-transform: uppercase;
}

.market-card h3 {
  margin: 0;
  color: var(--ink);
  font-size: clamp(0.98rem, 1.18vw, 1.12rem);
  line-height: 1.32;
}

.market-buy {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.55rem;
  border-top: 1px solid var(--line);
  margin-top: auto;
  padding-top: 0.72rem;
}

.market-buy b {
  color: var(--navy);
  font-size: 1.12rem;
  white-space: nowrap;
}

.market-buy button {
  min-height: 2.7rem;
  background: var(--navy);
  padding: 0.58rem 0.68rem;
  color: #fff;
  font-size: 0.82rem;
  font-weight: 1000;
  text-transform: uppercase;
}

.catalog-more {
  display: flex;
  min-width: min(16rem, 100%);
  margin: 1rem auto 0;
}

.catalog-more[hidden] {
  display: none;
}

.catalog-empty {
  grid-column: 1 / -1;
  border-left: 0.28rem solid var(--green);
  background: #fff;
  padding: 1rem;
  color: var(--muted);
}

.kids-zone {
  padding: clamp(3.5rem, 6vw, 5rem) 0 0;
}

.kids-stage {
  display: grid;
  grid-template-columns: minmax(22rem, 1fr) minmax(19rem, 35rem);
  min-height: 33rem;
  align-items: center;
  gap: clamp(1rem, 3vw, 3rem);
  overflow: hidden;
  background:
    linear-gradient(90deg, rgb(255 255 255 / 88%), rgb(255 255 255 / 60%)),
    repeating-linear-gradient(135deg, #c8f7fb 0 1.1rem, #eefcff 1.1rem 2.2rem);
  border: 1px solid #bfe6ef;
  border-left: 0.5rem solid var(--green);
  padding: clamp(1.2rem, 4vw, 4rem);
}

.kids-copy {
  max-width: 47rem;
}

.kids-copy h2 {
  max-width: 11ch;
  margin: 0;
  color: var(--navy);
  font-size: clamp(2rem, 4.15vw, 4.25rem);
  line-height: 0.96;
  text-transform: uppercase;
}

.kids-copy > p:not(.kicker) {
  max-width: 39rem;
  margin: 1rem 0 1.25rem;
  color: var(--muted);
  font-size: 1.05rem;
  line-height: 1.6;
}

.kids-choices {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
}

.kids-choices button {
  min-height: 2.8rem;
  border: 1px solid #9ecce0;
  background: #fff;
  padding: 0.58rem 0.8rem;
  color: var(--navy);
  font-size: 0.82rem;
  font-weight: 1000;
  text-transform: uppercase;
  transition:
    border-color 180ms ease,
    background 180ms ease,
    color 180ms ease;
}

.kids-choices button.is-active {
  border-color: var(--navy);
  background: var(--navy);
  color: #fff;
}

.kids-pick {
  position: relative;
  display: grid;
  grid-template-columns: minmax(8.5rem, 12rem) 1fr;
  align-items: center;
  gap: 0.9rem;
  border-top: 0.28rem solid var(--green);
  background: #fff;
  padding: clamp(0.9rem, 2vw, 1.25rem);
  box-shadow: 0 1rem 3rem rgb(6 30 67 / 13%);
}

.kids-pick-media {
  display: grid;
  aspect-ratio: 1 / 1;
  place-items: center;
  overflow: hidden;
  background:
    linear-gradient(145deg, var(--sky), #fff 62%);
}

.kids-pick-media img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  transition:
    opacity 180ms ease,
    transform 180ms ease;
}

.kids-pick.is-changing .kids-pick-media img {
  opacity: 0.2;
  transform: scale(0.94);
}

.kids-pick p,
.kids-card p {
  margin: 0 0 0.35rem;
  color: var(--blue);
  font-size: 0.72rem;
  font-weight: 1000;
  text-transform: uppercase;
}

.kids-pick h3,
.kids-card h3 {
  margin: 0;
  color: var(--navy);
  font-size: clamp(1.18rem, 2vw, 1.7rem);
  line-height: 1.08;
  text-transform: uppercase;
}

.kids-pick span,
.kids-card span {
  display: block;
  margin-top: 0.45rem;
  color: var(--muted);
  line-height: 1.45;
}

.kids-pick button,
.kids-card > button,
.kids-link {
  display: inline-flex;
  min-height: 2.9rem;
  align-items: center;
  justify-content: center;
  background: var(--navy);
  padding: 0.7rem 0.85rem;
  color: #fff;
  font-size: 0.84rem;
  font-weight: 1000;
  text-transform: uppercase;
}

.kids-pick button {
  grid-column: 1 / -1;
  background: var(--green);
  color: var(--navy);
}

.kids-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
  margin-top: 1rem;
}

.kids-card {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: stretch;
  gap: 0;
  min-width: 0;
  border: 1px solid var(--line);
  background: #fff;
}

.kids-card > a:first-child {
  display: grid;
  grid-template-columns: minmax(6rem, 9.5rem) 1fr;
  gap: 0.9rem;
  align-items: center;
  min-width: 0;
  padding: 0.85rem;
}

.kids-card > a:first-child p,
.kids-card > a:first-child h3,
.kids-card > a:first-child span {
  grid-column: 2;
}

.kids-card-media {
  grid-column: 1;
  grid-row: 1 / span 3;
  display: grid;
  aspect-ratio: 1 / 1;
  place-items: center;
  background: var(--sky);
}

.kids-card-media img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  transition: transform 220ms ease;
}

.kids-card:hover .kids-card-media img {
  transform: scale(1.04);
}

.kids-link {
  align-self: stretch;
}

.section-head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 1.45rem;
}

.section-head h2,
.campaign-copy h2,
.hb-newsletter h2 {
  margin: 0;
  color: var(--navy);
  font-size: clamp(2rem, 3.8vw, 3.7rem);
  line-height: 0.98;
  text-transform: uppercase;
}

.section-head > a {
  border-bottom: 0.18rem solid var(--green);
  color: var(--navy);
  font-size: 0.88rem;
  font-weight: 1000;
  text-transform: uppercase;
}

.product-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1rem;
}

.accessory-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1rem;
}

.accessory-card .product-media {
  background:
    radial-gradient(circle at 50% 10%, #fff 0 18%, transparent 18.3%),
    linear-gradient(145deg, var(--sky), #fff 68%);
}

.product-card {
  display: grid;
  min-width: 0;
  border: 1px solid var(--line);
  background: #fff;
  transition:
    border-color 180ms ease,
    transform 180ms ease,
    box-shadow 180ms ease;
}

.product-card:hover {
  border-color: #9ac5d9;
  box-shadow: 0 1rem 2.4rem rgb(6 30 67 / 12%);
  transform: translateY(-0.18rem);
}

.product-card > a {
  display: grid;
  align-content: start;
  padding: 0.85rem;
}

.product-media {
  position: relative;
  display: grid;
  aspect-ratio: 1 / 1;
  place-items: center;
  overflow: hidden;
  background: #fff;
}

.product-media img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  transition: transform 240ms ease;
}

.product-card:hover .product-media img {
  transform: scale(1.035);
}

.product-media span {
  position: absolute;
  top: 0.45rem;
  left: 0.45rem;
  background: var(--navy);
  padding: 0.36rem 0.5rem;
  color: #fff;
  font-size: 0.69rem;
  font-weight: 1000;
  text-transform: uppercase;
}

.product-card h3 {
  margin: 0.85rem 0 0.35rem;
  color: var(--ink);
  font-size: clamp(1rem, 1.35vw, 1.18rem);
  line-height: 1.22;
}

.product-card p {
  margin: 0;
  color: var(--muted);
  font-size: 0.92rem;
  line-height: 1.45;
}

.product-buy {
  justify-content: space-between;
  gap: 0.6rem;
  margin-top: auto;
  border-top: 1px solid var(--line);
  padding: 0.85rem;
}

.product-buy b {
  color: var(--navy);
  font-size: 1.18rem;
  white-space: nowrap;
}

.product-buy button {
  min-height: 2.7rem;
  background: var(--navy);
  padding: 0.6rem 0.72rem;
  color: #fff;
  font-size: 0.84rem;
  font-weight: 1000;
  text-transform: uppercase;
}

.product-consult em {
  color: var(--muted);
  font-size: 0.83rem;
  font-style: normal;
  font-weight: 950;
  text-transform: uppercase;
}

.catalog-link {
  display: inline-flex;
  min-height: 2.7rem;
  align-items: center;
  justify-content: center;
  background: var(--navy);
  padding: 0.6rem 0.72rem;
  color: #fff;
  font-size: 0.84rem;
  font-weight: 1000;
  text-transform: uppercase;
}

.campaign-band {
  display: grid;
  grid-template-columns: minmax(20rem, 1fr) minmax(18rem, 31rem);
  min-height: 31rem;
  align-items: center;
  gap: clamp(1rem, 4vw, 4rem);
  overflow: hidden;
  background:
    linear-gradient(120deg, var(--navy), #062c55 54%, #00717f);
  color: #fff;
}

.campaign-copy {
  max-width: 42rem;
  padding: clamp(2rem, 5vw, 5rem);
}

.campaign-copy .kicker {
  color: #8ff8d1;
}

.campaign-copy h2 {
  color: #fff;
}

.campaign-copy p:not(.kicker) {
  max-width: 34rem;
  margin: 1rem 0 1.5rem;
  color: #d7e9f3;
  font-size: 1.08rem;
  line-height: 1.6;
}

.campaign-photo {
  align-self: stretch;
  display: grid;
  min-height: 24rem;
  place-items: center;
  background:
    repeating-linear-gradient(90deg, transparent 0 5rem, rgb(255 255 255 / 11%) 5rem 5.22rem),
    linear-gradient(145deg, rgb(18 184 188 / 80%), rgb(16 218 113 / 42%));
}

.campaign-photo img {
  width: min(80%, 25rem);
  aspect-ratio: 1 / 1;
  background: #fff;
  object-fit: contain;
  box-shadow: 0 1.4rem 4rem rgb(0 10 25 / 28%);
}

.offer-row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  margin-top: 1rem;
  background: var(--line);
  border: 1px solid var(--line);
}

.offer-row article {
  min-height: 9rem;
  background: #fff;
  padding: clamp(1rem, 2vw, 1.6rem);
}

.offer-row strong {
  color: var(--navy);
  font-size: clamp(1.15rem, 1.7vw, 1.45rem);
  text-transform: uppercase;
}

.offer-row p {
  margin: 0.55rem 0 0;
  color: var(--muted);
}

.hb-newsletter {
  display: flex;
  min-height: 18rem;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
  padding: clamp(3rem, 6vw, 6rem) 0;
}

.hb-newsletter div {
  max-width: 58rem;
}

.site-footer {
  display: flex;
  justify-content: space-between;
  gap: 1.5rem;
  align-items: center;
  padding: 2.1rem clamp(1rem, 5vw, 4.5rem);
  border-top: 0.28rem solid var(--green);
  background: var(--navy);
  color: #dff8f2;
}

.site-footer div {
  max-width: 33rem;
}

.site-footer img {
  display: block;
  width: min(13rem, 52vw);
  margin-bottom: 0.65rem;
  filter: brightness(0) invert(1);
}

.site-footer p {
  margin: 0;
  color: rgb(223 248 242 / 78%);
}

.site-footer nav {
  display: flex;
  flex-wrap: wrap;
  gap: 0.7rem;
  justify-content: flex-end;
}

.site-footer a {
  border: 1px solid rgb(255 255 255 / 20%);
  border-radius: 999rem;
  padding: 0.62rem 0.88rem;
  color: #fff;
  font-weight: 900;
  text-decoration: none;
}

.site-footer a:hover {
  border-color: var(--green);
  color: var(--green);
}

.legal-page {
  display: grid;
  width: min(54rem, calc(100% - 2rem));
  gap: 1rem;
  margin: 0 auto;
  padding: clamp(2rem, 6vw, 5rem) 0;
}

.legal-logo {
  width: min(16rem, 100%);
}

.legal-page h1 {
  margin: 1rem 0 0;
  color: var(--navy);
  font-size: clamp(2.2rem, 5vw, 4.5rem);
  line-height: 0.95;
  text-transform: uppercase;
}

.legal-page p {
  margin: 0;
  color: var(--muted);
  line-height: 1.7;
}

.miranda {
  display: grid;
  grid-template-columns: minmax(17rem, 0.82fr) minmax(24rem, 1fr);
  width: min(92rem, calc(100% - 2rem));
  align-items: center;
  gap: clamp(1rem, 4vw, 4rem);
  margin: clamp(2rem, 5vw, 5rem) auto 0;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background:
    linear-gradient(125deg, #f5fbfd 0 52%, #dff7f2 100%);
  padding: clamp(1rem, 3vw, 2.4rem);
}

.miranda-copy h2 {
  max-width: 8ch;
  margin: 0;
  color: var(--navy);
  font-size: clamp(2rem, 4.1vw, 4.35rem);
  line-height: 0.96;
  text-transform: uppercase;
}

.miranda-copy p:not(.kicker) {
  max-width: 31rem;
  margin: 0.9rem 0 0;
  color: var(--muted);
  line-height: 1.55;
}

.miranda-chat {
  display: grid;
  min-height: 26rem;
  grid-template-rows: minmax(13rem, 1fr) auto auto;
  gap: 0.8rem;
  border: 1px solid #bdd8e3;
  border-top: 0.28rem solid var(--green);
  background: #fff;
  padding: clamp(0.8rem, 2vw, 1.2rem);
  box-shadow: 0 1.2rem 3.2rem rgb(6 30 67 / 14%);
}

.miranda-messages {
  display: grid;
  align-content: start;
  gap: 0.72rem;
  overflow-y: auto;
  padding-right: 0.2rem;
}

.miranda-message {
  width: min(88%, 29rem);
  border: 1px solid var(--line);
  padding: 0.8rem 0.9rem;
  line-height: 1.45;
}

.miranda-message strong {
  color: var(--navy);
  font-size: 0.75rem;
  font-weight: 1000;
  text-transform: uppercase;
}

.miranda-message p {
  margin: 0.28rem 0 0;
}

.miranda-message.is-miranda {
  border-left: 0.24rem solid var(--green);
  background: #f3fbfc;
}

.miranda-message.is-customer {
  justify-self: end;
  border-right: 0.24rem solid var(--blue);
  background: var(--navy);
  color: #fff;
}

.miranda-message.is-customer strong {
  color: #bff8df;
}

.miranda-prompts {
  display: flex;
  gap: 0.48rem;
  overflow-x: auto;
  padding-bottom: 0.1rem;
}

.miranda-prompts button {
  min-height: 2.35rem;
  flex: 0 0 auto;
  border: 1px solid #bad4df;
  background: var(--sky);
  padding: 0 0.72rem;
  color: var(--navy);
  font-size: 0.82rem;
  font-weight: 950;
  text-transform: uppercase;
}

.miranda-form {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  border: 1px solid #abc7d6;
  background: #f7fbfd;
}

.miranda-form input {
  min-width: 0;
  min-height: 3.3rem;
  border: 0;
  outline: 0;
  background: transparent;
  padding: 0 0.9rem;
  color: var(--ink);
}

.miranda-form button {
  min-width: 6rem;
  background: var(--navy);
  padding: 0 0.9rem;
  color: #fff;
  font-weight: 1000;
  text-transform: uppercase;
}

.miranda-form button:disabled {
  cursor: wait;
  opacity: 0.72;
}

.whatsapp-float {
  position: fixed;
  right: clamp(0.9rem, 2vw, 1.8rem);
  bottom: clamp(0.9rem, 2vw, 1.8rem);
  z-index: 5;
  display: flex;
  min-height: 3.7rem;
  align-items: center;
  gap: 0.62rem;
  overflow: hidden;
  border: 1px solid rgb(255 255 255 / 48%);
  border-radius: 999rem;
  background:
    radial-gradient(circle at 18% 4%, rgb(255 255 255 / 42%), transparent 1.15rem),
    linear-gradient(135deg, var(--green), var(--aqua) 58%, var(--blue));
  padding: 0.42rem 0.95rem 0.42rem 0.42rem;
  color: var(--navy);
  box-shadow: 0 1rem 2.8rem rgb(6 30 67 / 28%);
}

.whatsapp-float::after {
  position: absolute;
  inset: auto -15% -50%;
  height: 70%;
  border-radius: 50%;
  background: rgb(255 255 255 / 22%);
  content: "";
  animation: drift 4.5s ease-in-out infinite;
}

.whatsapp-float img {
  z-index: 1;
  width: 2.85rem;
  height: 2.85rem;
  border: 0.16rem solid rgb(255 255 255 / 68%);
  border-radius: 50%;
  background: var(--navy);
  padding: 0.42rem;
}

.whatsapp-float strong {
  z-index: 1;
  font-size: 0.9rem;
  text-transform: uppercase;
}

.whatsapp-dock {
  position: fixed;
  right: clamp(0.9rem, 2vw, 1.8rem);
  bottom: clamp(5rem, 7vw, 6rem);
  z-index: 5;
  display: grid;
  width: min(22rem, calc(100% - 1.8rem));
  gap: 0.7rem;
  border-top: 0.28rem solid var(--green);
  background: #fff;
  padding: 1.25rem;
  color: var(--ink);
  box-shadow: 0 1.4rem 4.8rem rgb(6 30 67 / 27%);
  opacity: 0;
  pointer-events: none;
  transform: translateY(0.8rem);
  transition:
    opacity 180ms ease,
    transform 180ms ease;
}

.whatsapp-dock.is-open {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}

.whatsapp-dock .kicker {
  margin-bottom: 0;
}

.whatsapp-dock > strong {
  color: var(--navy);
  font-size: 1.45rem;
  text-transform: uppercase;
}

.whatsapp-dock > p:not(.kicker) {
  margin: 0;
  color: var(--muted);
  line-height: 1.5;
}

.round-close {
  display: grid;
  width: 2rem;
  height: 2rem;
  place-items: center;
  border-radius: 50%;
  background: #e9f0f6;
  color: var(--navy);
  font-weight: 1000;
}

.whatsapp-dock .round-close {
  position: absolute;
  top: 0.8rem;
  right: 0.8rem;
}

.drawer-backdrop {
  position: fixed;
  inset: 0;
  z-index: 6;
  background: rgb(4 18 40 / 58%);
  opacity: 0;
  pointer-events: none;
  transition: opacity 220ms ease;
}

.cart-drawer {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 7;
  display: grid;
  grid-template-rows: auto 1fr auto auto;
  width: min(29rem, 100%);
  height: 100dvh;
  gap: 1rem;
  background: #fff;
  padding: clamp(1rem, 3vw, 1.6rem);
  box-shadow: -1rem 0 4rem rgb(4 18 40 / 30%);
  transform: translateX(102%);
  transition: transform 240ms ease;
}

body.cart-open {
  overflow: hidden;
}

body.cart-open .drawer-backdrop {
  opacity: 1;
  pointer-events: auto;
}

body.cart-open .cart-drawer {
  transform: translateX(0);
}

.drawer-head {
  display: flex;
  align-items: start;
  justify-content: space-between;
  gap: 0.8rem;
  border-bottom: 1px solid var(--line);
  padding-bottom: 1rem;
}

.drawer-head .kicker {
  margin-bottom: 0.28rem;
}

.drawer-head h2,
.dialog-shell h2 {
  margin: 0;
  color: var(--navy);
  font-size: clamp(1.8rem, 3vw, 2.55rem);
  line-height: 1;
  text-transform: uppercase;
}

.cart-items {
  display: grid;
  align-content: start;
  gap: 0.72rem;
  overflow-y: auto;
}

.empty-cart {
  color: var(--muted);
}

.cart-row {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 0.35rem 0.75rem;
  border: 1px solid var(--line);
  border-left: 0.25rem solid var(--green);
  padding: 0.85rem;
}

.cart-row strong {
  color: var(--navy);
}

.cart-row span {
  color: var(--muted);
}

.cart-row button {
  grid-row: span 2;
  align-self: center;
  background: #e9f0f6;
  padding: 0.52rem;
  color: var(--navy);
  font-size: 0.8rem;
  font-weight: 1000;
  text-transform: uppercase;
}

.cart-total {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  border-top: 1px solid var(--line);
  padding-top: 1rem;
  color: var(--navy);
}

.cart-total strong {
  font-size: 1.65rem;
}

.checkout-button {
  width: 100%;
}

.checkout-dialog {
  width: min(89rem, calc(100% - 1rem));
  max-height: calc(100dvh - 1rem);
  border: 0;
  background: transparent;
  padding: 0;
  color: var(--ink);
}

.checkout-dialog::backdrop {
  background: rgb(3 18 42 / 78%);
  backdrop-filter: blur(0.36rem);
}

.checkout-screen {
  position: relative;
  display: grid;
  grid-template-columns: minmax(17rem, 0.72fr) minmax(29rem, 1fr) minmax(18rem, 0.56fr);
  max-height: calc(100dvh - 1rem);
  overflow: hidden auto;
  border: 1px solid rgb(255 255 255 / 34%);
  background: #f7fbfd;
  box-shadow: 0 1.7rem 5rem rgb(2 14 36 / 50%);
}

.checkout-close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  z-index: 2;
  background: #fff;
}

.checkout-water {
  position: relative;
  display: grid;
  min-height: 42rem;
  align-content: space-between;
  gap: 2rem;
  isolation: isolate;
  overflow: hidden;
  background:
    linear-gradient(180deg, rgb(4 22 54 / 92%), rgb(4 86 138 / 78%)),
    url("./assets/swim-hero.png") center / cover;
  padding: clamp(1.2rem, 2.5vw, 2.2rem);
  color: #fff;
}

.checkout-water::after {
  position: absolute;
  right: -16%;
  bottom: 8%;
  z-index: -1;
  width: 130%;
  height: 9rem;
  border-top: 1px solid rgb(255 255 255 / 35%);
  border-bottom: 1px solid rgb(255 255 255 / 24%);
  background: rgb(20 214 199 / 18%);
  content: "";
  transform: rotate(-8deg);
}

.checkout-brand {
  display: grid;
  gap: 0.72rem;
  justify-items: start;
}

.checkout-brand img {
  width: min(13.5rem, 100%);
  border: 1px solid rgb(255 255 255 / 34%);
  background: rgb(255 255 255 / 92%);
  padding: 0.7rem;
}

.checkout-brand p,
.checkout-water > div > p:not(.kicker) {
  margin: 0;
  color: #dff7ff;
  line-height: 1.55;
}

.checkout-water .kicker {
  color: #9effdd;
}

.checkout-water h2 {
  max-width: 7ch;
  margin: 0 0 0.8rem;
  font-size: clamp(2.2rem, 4vw, 4.7rem);
  line-height: 0.92;
  text-transform: uppercase;
}

.checkout-lanes {
  display: grid;
  gap: 0.55rem;
  margin: 0;
  padding: 0;
  list-style: none;
  counter-reset: lane;
}

.checkout-lanes li {
  display: flex;
  min-height: 2.8rem;
  align-items: center;
  gap: 0.72rem;
  border: 1px solid rgb(255 255 255 / 28%);
  background: rgb(4 22 54 / 56%);
  padding: 0.45rem 0.65rem;
  font-weight: 1000;
  text-transform: uppercase;
}

.checkout-lanes li::before {
  display: grid;
  width: 1.6rem;
  height: 1.6rem;
  place-items: center;
  background: var(--green);
  color: var(--navy);
  content: counter(lane);
  counter-increment: lane;
}

.checkout-form-area {
  display: grid;
  align-content: start;
  gap: 1rem;
  padding: clamp(1rem, 2.5vw, 2rem);
}

.checkout-panel,
.checkout-summary {
  border: 1px solid #bdd4df;
  background: #fff;
  padding: clamp(0.95rem, 2vw, 1.4rem);
}

.checkout-panel-head .kicker,
.checkout-summary .kicker {
  margin-bottom: 0.35rem;
}

.checkout-panel h3,
.checkout-summary h3 {
  margin: 0 0 1rem;
  color: var(--navy);
  font-size: clamp(1.35rem, 2vw, 2rem);
  line-height: 1;
  text-transform: uppercase;
}

.checkout-fields {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.8rem;
}

.checkout-fields label {
  display: grid;
  gap: 0.34rem;
  min-width: 0;
  color: var(--navy);
  font-size: 0.82rem;
  font-weight: 1000;
  text-transform: uppercase;
}

.checkout-fields .field-wide {
  grid-column: 1 / -1;
}

.checkout-fields input {
  width: 100%;
  min-height: 3.25rem;
  min-width: 0;
  border: 1px solid #b9cad7;
  background: #f7fbfd;
  padding: 0 0.82rem;
  color: var(--ink);
  text-transform: none;
}

.quote-button {
  min-height: 3.15rem;
  border: 1px solid var(--blue);
  background: #e6f7f3;
  color: var(--navy);
  font-weight: 1000;
  text-transform: uppercase;
}

.payment-choices {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.62rem;
}

.payment-choices label {
  position: relative;
  min-width: 0;
}

.payment-choices input {
  position: absolute;
  opacity: 0;
}

.payment-choices span {
  display: grid;
  min-height: 6.1rem;
  align-content: center;
  gap: 0.2rem;
  border: 1px solid #c3d7e2;
  background: #f3f9fc;
  padding: 0.75rem;
  color: var(--muted);
  line-height: 1.3;
}

.payment-choices strong {
  color: var(--navy);
  text-transform: uppercase;
}

.payment-choices input:checked + span {
  border-color: var(--navy);
  outline: 0.18rem solid rgb(16 218 113 / 44%);
  background: linear-gradient(135deg, #eefcff, #e0fbf1);
}

.checkout-summary {
  display: grid;
  grid-template-rows: auto auto minmax(9rem, 1fr) auto auto auto;
  align-content: start;
  gap: 0.8rem;
  border-top: 0;
  border-right: 0;
  border-bottom: 0;
  background:
    linear-gradient(180deg, #fff, #edf9fc);
}

.checkout-summary-items {
  display: grid;
  align-content: start;
  gap: 0.58rem;
  max-height: 18rem;
  overflow-y: auto;
}

.checkout-summary-row {
  display: grid;
  gap: 0.26rem;
  border-left: 0.22rem solid var(--aqua);
  background: #f5fbfd;
  padding: 0.72rem;
}

.checkout-summary-row strong {
  color: var(--navy);
  line-height: 1.35;
}

.checkout-summary-row span,
.checkout-note {
  color: var(--muted);
}

.checkout-summary-total {
  display: grid;
  gap: 0.25rem;
  border-top: 1px solid var(--line);
  padding-top: 0.95rem;
  color: var(--navy);
}

.checkout-summary-soft {
  gap: 0.15rem;
  padding-top: 0.72rem;
}

.checkout-summary-total strong {
  font-size: clamp(1.6rem, 2.5vw, 2.3rem);
}

.checkout-summary-total.checkout-summary-soft strong {
  font-size: 1rem;
}

.checkout-note {
  margin: 0;
  border: 1px solid #cce5ed;
  background: #f6fcfd;
  padding: 0.72rem;
  font-size: 0.87rem;
  line-height: 1.45;
}

.checkout-submit {
  width: 100%;
}

.shop-dialog {
  width: min(29rem, calc(100% - 2rem));
  max-height: calc(100dvh - 1rem);
  border: 0;
  background: transparent;
  padding: 0;
  color: var(--ink);
}

.shop-dialog::backdrop {
  background: rgb(4 18 40 / 68%);
  backdrop-filter: blur(0.25rem);
}

.dialog-shell {
  position: relative;
  display: grid;
  max-height: calc(100dvh - 1rem);
  gap: 0.85rem;
  border-top: 0.32rem solid var(--green);
  background: #fff;
  overflow-y: auto;
  padding: clamp(1.25rem, 4vw, 2rem);
  box-shadow: 0 1.5rem 5rem rgb(4 18 40 / 38%);
}

.auth-shell {
  overflow: hidden;
}

.auth-shell > *:not(.auth-watermark) {
  position: relative;
  z-index: 1;
}

.auth-watermark {
  position: absolute;
  right: -4rem;
  top: -4rem;
  width: 13rem;
  height: 13rem;
  border: 1.1rem solid rgb(23 176 209 / 13%);
  border-radius: 50%;
}

.auth-tabs {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.45rem;
  border: 1px solid #c9dde8;
  background: #f2f9fc;
  padding: 0.35rem;
}

.auth-tabs button {
  min-height: 2.75rem;
  background: transparent;
  color: var(--navy);
  font-weight: 1000;
  text-transform: uppercase;
}

.auth-tabs button.is-active {
  background: var(--navy);
  color: #fff;
  box-shadow: inset 0 -0.25rem 0 var(--green);
}

.auth-helper {
  margin: 0;
  border-left: 0.22rem solid var(--green);
  background: #f4fbfd;
  padding: 0.72rem 0.85rem;
  color: var(--muted);
  line-height: 1.45;
}

.forgot-button {
  justify-self: start;
  background: transparent;
  padding: 0;
  color: var(--blue);
  font-weight: 1000;
  text-decoration: underline;
  text-transform: uppercase;
}

.dialog-close {
  position: absolute;
  top: 0.9rem;
  right: 0.9rem;
}

.dialog-shell label {
  display: grid;
  gap: 0.34rem;
  color: var(--navy);
  font-size: 0.88rem;
  font-weight: 1000;
  text-transform: uppercase;
}

.dialog-shell label[hidden],
.forgot-button[hidden] {
  display: none;
}

.dialog-shell input,
.dialog-shell select {
  width: 100%;
  min-height: 3.1rem;
  border: 1px solid #b9cad7;
  background: #f7fbfd;
  padding: 0 0.82rem;
  color: var(--ink);
  text-transform: none;
}

.toast {
  position: fixed;
  left: 50%;
  bottom: 1rem;
  z-index: 9;
  max-width: min(31rem, calc(100% - 2rem));
  border-left: 0.28rem solid var(--green);
  background: var(--navy);
  padding: 0.9rem 1rem;
  color: #fff;
  box-shadow: 0 1rem 2.6rem rgb(4 18 40 / 35%);
  opacity: 0;
  pointer-events: none;
  transform: translate(-50%, 0.9rem);
  transition:
    opacity 180ms ease,
    transform 180ms ease;
}

.toast.is-visible {
  opacity: 1;
  transform: translate(-50%, 0);
}

.order-success {
  position: fixed;
  right: clamp(0.9rem, 2vw, 1.8rem);
  bottom: clamp(5rem, 7vw, 6.4rem);
  z-index: 8;
  display: grid;
  width: min(24rem, calc(100% - 1.8rem));
  gap: 0.65rem;
  border-top: 0.28rem solid var(--green);
  background: #fff;
  padding: 1.2rem;
  color: var(--ink);
  box-shadow: 0 1.25rem 3.5rem rgb(4 18 40 / 24%);
}

.order-success[hidden] {
  display: none;
}

.order-success .round-close {
  position: absolute;
  top: 0.7rem;
  right: 0.7rem;
}

.order-success strong {
  color: var(--navy);
  font-size: 1.25rem;
  text-transform: uppercase;
}

.order-success span {
  color: var(--muted);
  line-height: 1.45;
}

.order-success .primary-button {
  justify-content: center;
  text-decoration: none;
}

.js-ready .reveal,
.js-ready .reveal-item {
  opacity: 0;
  transform: translateY(1rem);
  transition:
    opacity 560ms ease,
    transform 560ms ease;
}

.js-ready .reveal-item {
  transition-delay: var(--reveal-delay, 0ms);
}

.js-ready .is-visible {
  opacity: 1;
  transform: translateY(0);
}

@keyframes drift {
  50% {
    transform: translateY(-0.45rem) rotate(2deg);
  }
}

@media (max-width: 980px) {
  .header-main {
    grid-template-columns: minmax(10rem, 1fr) auto;
    min-height: auto;
    gap: 0.75rem;
    padding: 0.8rem 0;
  }

  .brand {
    width: min(15rem, 100%);
  }

  .search-box {
    grid-column: 1 / -1;
    grid-row: 2;
  }

  .hero-overlay {
    background:
      linear-gradient(90deg, rgb(4 20 46 / 92%) 0 40%, rgb(4 20 46 / 44%) 84%),
      linear-gradient(180deg, rgb(5 20 44 / 5%), rgb(5 20 44 / 66%));
  }

  .product-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .catalog-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .accessory-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .campaign-band {
    grid-template-columns: 1fr;
  }

  .miranda {
    grid-template-columns: 1fr;
  }

  .checkout-screen {
    grid-template-columns: minmax(17rem, 0.6fr) 1fr;
  }

  .checkout-summary {
    grid-column: 1 / -1;
    grid-template-rows: auto auto auto auto auto auto;
    border-top: 1px solid #bdd4df;
    border-left: 0;
  }

  .checkout-summary-items {
    max-height: 11rem;
  }

  .kids-stage {
    grid-template-columns: 1fr;
  }

  .kids-grid {
    grid-template-columns: 1fr;
  }

  .campaign-photo {
    order: -1;
    min-height: 20rem;
  }
}

@media (max-width: 640px) {
  .promo-bar {
    justify-content: space-between;
    gap: 0.55rem;
    padding: 0 0.7rem;
    font-size: 0.67rem;
  }

  .promo-bar p {
    max-width: 23ch;
  }

  .header-main,
  .category-nav,
  .hero-copy,
  .retail-shortcuts,
  .kids-zone,
  .gear-shelf,
  .market-catalog,
  .shelf,
  .campaign-band,
  .offer-row,
  .miranda,
  .hb-newsletter {
    width: calc(100% - 1rem);
  }

  .header-main {
    grid-template-columns: minmax(0, 1fr) auto;
  }

  .brand {
    width: min(10.8rem, 100%);
  }

  .header-actions {
    grid-column: 1 / -1;
    justify-content: stretch;
  }

  .account-button,
  .bag-button {
    flex: 1;
    min-width: 0;
  }

  .bag-button {
    padding-right: 0.62rem;
    padding-left: 0.62rem;
  }

  .search-box {
    min-height: 2.9rem;
  }

  .category-nav {
    min-height: 2.9rem;
    gap: 1.2rem;
    font-size: 0.78rem;
  }

  .category-nav a {
    min-height: 2.9rem;
  }

  .hero {
    min-height: min(43rem, calc(100svh - 11rem));
  }

  .hero,
  .kids-zone,
  .gear-shelf,
  .market-catalog,
  .shelf,
  .campaign-band {
    scroll-margin-top: 11.2rem;
  }

  .hero-photo {
    object-position: 65% center;
  }

  .hero-overlay {
    background:
      linear-gradient(180deg, rgb(4 20 46 / 58%), rgb(4 20 46 / 93%)),
      linear-gradient(90deg, rgb(4 20 46 / 68%), transparent);
  }

  .hero-copy {
    align-content: start;
    padding-top: 3rem;
    padding-bottom: 4.9rem;
  }

  .hero h1 {
    font-size: clamp(2.8rem, 13.3vw, 4.7rem);
  }

  .hero-actions,
  .hb-newsletter {
    align-items: stretch;
    flex-direction: column;
  }

  .site-footer {
    align-items: flex-start;
    flex-direction: column;
  }

  .site-footer nav {
    justify-content: flex-start;
  }

  .hero-actions a,
  .hb-newsletter button {
    width: 100%;
  }

  .retail-shortcuts {
    grid-template-columns: repeat(2, 1fr);
    margin-top: -1rem;
  }

  .retail-shortcuts a {
    min-height: 6.5rem;
    border-bottom: 1px solid var(--line);
  }

  .section-head {
    align-items: start;
    flex-direction: column;
  }

  .catalog-intro,
  .catalog-tools {
    align-items: start;
    flex-direction: column;
  }

  .product-grid,
  .accessory-grid,
  .catalog-grid,
  .offer-row {
    grid-template-columns: 1fr;
  }

  .miranda {
    min-height: auto;
    padding: 1rem;
  }

  .checkout-dialog {
    width: calc(100% - 0.5rem);
    max-height: calc(100dvh - 0.5rem);
  }

  .checkout-screen {
    grid-template-columns: 1fr;
    max-height: calc(100dvh - 0.5rem);
  }

  .checkout-water {
    min-height: 24rem;
  }

  .checkout-water h2 {
    max-width: 8ch;
  }

  .checkout-form-area {
    padding: 0.75rem;
  }

  .checkout-fields,
  .payment-choices {
    grid-template-columns: 1fr;
  }

  .checkout-fields .field-wide {
    grid-column: auto;
  }

  .payment-choices span {
    min-height: 4.5rem;
  }

  .miranda-copy h2 {
    max-width: none;
  }

  .miranda-chat {
    min-height: 24rem;
  }

  .miranda-message {
    width: 100%;
  }

  .miranda-form {
    grid-template-columns: 1fr;
  }

  .miranda-form button {
    min-height: 2.9rem;
  }

  .kids-stage {
    min-height: auto;
    padding: 1rem;
  }

  .kids-copy h2 {
    max-width: none;
  }

  .kids-pick,
  .kids-card,
  .kids-card > a:first-child {
    grid-template-columns: 1fr;
  }

  .kids-pick-media,
  .kids-card-media,
  .kids-card > a:first-child p,
  .kids-card > a:first-child h3,
  .kids-card > a:first-child span {
    grid-column: auto;
  }

  .kids-card-media {
    grid-row: auto;
  }

  .kids-card > button,
  .kids-link {
    width: 100%;
  }

  .campaign-photo img {
    width: min(76%, 18rem);
  }

  .whatsapp-float strong {
    display: none;
  }

  .whatsapp-float {
    padding-right: 0.42rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }

  .js-ready .reveal,
  .js-ready .reveal-item {
    opacity: 1;
    transform: none;
  }
}


/* Correção Nuvemshop: evita conflito do layout HeroBand com blocos nativos do rodapé */
footer .newsletter,
.footer .newsletter,
.js-newsletter,
.newsletter:not(.hb-newsletter) {
  width: auto !important;
  min-height: auto !important;
  display: block !important;
  padding: initial !important;
  margin: initial !important;
  background: transparent !important;
}

footer img,
.footer img {
  max-width: none;
}

.hb-newsletter {
  display: flex;
  min-height: 18rem;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
  padding: clamp(3rem, 6vw, 6rem) 0;
}


/* ============================================================
   CORREÇÃO FOOTER NUVEMSHOP
   Mantém o footer visível, mas impede que o CSS da home HeroBand
   estique a newsletter/pagamentos nativos da Nuvemshop.
============================================================ */

/* O bloco de newsletter da HOME é este. O footer nativo NÃO deve usar .newsletter da home. */
.hb-newsletter {
  display: flex;
  width: min(92rem, calc(100% - 2rem));
  min-height: 18rem;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
  margin-right: auto;
  margin-left: auto;
  padding: clamp(3rem, 6vw, 6rem) 0;
}

/* Reorganiza qualquer newsletter nativa dentro do footer sem esconder */
footer .newsletter,
.footer .newsletter,
.site-footer .newsletter,
.js-newsletter {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) auto !important;
  align-items: center !important;
  gap: 1rem !important;
  width: min(92rem, calc(100% - 2rem)) !important;
  min-height: 0 !important;
  height: auto !important;
  margin: 0 auto !important;
  padding: 1.25rem 0 !important;
  background: transparent !important;
  color: inherit !important;
  box-shadow: none !important;
}

/* Evita o retângulo branco gigante no footer */
footer .newsletter > *,
.footer .newsletter > *,
.site-footer .newsletter > *,
.js-newsletter > * {
  max-width: 100% !important;
  min-height: 0 !important;
}

/* Campo e botão da newsletter nativa do tema */
footer .newsletter input,
.footer .newsletter input,
.site-footer .newsletter input,
.js-newsletter input {
  width: 100% !important;
  min-height: 2.75rem !important;
  height: auto !important;
  padding: 0 0.85rem !important;
}

footer .newsletter button,
.footer .newsletter button,
.site-footer .newsletter button,
.js-newsletter button {
  position: static !important;
  min-height: 2.75rem !important;
  width: auto !important;
  padding: 0.7rem 1rem !important;
  white-space: nowrap !important;
}

/* Cartões e selos de pagamento: em linha, tamanho normal */
footer img,
.footer img,
.site-footer img {
  max-width: 100%;
  height: auto;
}

footer .payment-methods,
footer .footer-payments,
footer .js-payment-methods,
footer [class*="payment"],
.footer .payment-methods,
.footer .footer-payments,
.footer .js-payment-methods,
.footer [class*="payment"] {
  display: flex !important;
  flex-wrap: wrap !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 0.45rem !important;
  width: min(92rem, calc(100% - 2rem)) !important;
  margin: 0 auto !important;
  padding: 0.8rem 0 !important;
  background: transparent !important;
}

footer .payment-methods img,
footer .footer-payments img,
footer .js-payment-methods img,
footer [class*="payment"] img,
.footer .payment-methods img,
.footer .footer-payments img,
.footer .js-payment-methods img,
.footer [class*="payment"] img {
  display: inline-block !important;
  width: auto !important;
  height: auto !important;
  max-width: 4rem !important;
  max-height: 1.65rem !important;
  object-fit: contain !important;
}

/* Mobile */
@media (max-width: 640px) {
  .hb-newsletter,
  footer .newsletter,
  .footer .newsletter,
  .site-footer .newsletter,
  .js-newsletter {
    grid-template-columns: 1fr !important;
    align-items: stretch !important;
  }

  footer .newsletter button,
  .footer .newsletter button,
  .site-footer .newsletter button,
  .js-newsletter button {
    width: 100% !important;
  }
}


/* ============================================================
   CORREÇÃO FINAL DO FOOTER NATIVO NUVEMSHOP
   Corrige fundo branco gigante, espaçamentos e cores do rodapé.
============================================================ */

footer,
.footer,
.section-footer,
.js-footer {
  background: #061e43 !important;
  color: #ffffff !important;
  padding: 2.5rem 0 !important;
  margin: 0 !important;
  min-height: 0 !important;
  height: auto !important;
  overflow: visible !important;
}

footer *,
.footer *,
.section-footer *,
.js-footer * {
  color: #ffffff !important;
  box-sizing: border-box !important;
}

footer > *,
.footer > *,
.section-footer > *,
.js-footer > *,
footer .container,
.footer .container,
.section-footer .container,
.js-footer .container,
footer .container-fluid,
.footer .container-fluid,
.section-footer .container-fluid,
.js-footer .container-fluid {
  background: transparent !important;
  min-height: 0 !important;
  height: auto !important;
  max-width: 92rem !important;
  width: calc(100% - 2rem) !important;
  margin-left: auto !important;
  margin-right: auto !important;
  padding: 0 !important;
}

footer .row,
.footer .row,
.section-footer .row,
.js-footer .row {
  display: grid !important;
  grid-template-columns: 1fr 1fr 1.2fr !important;
  align-items: start !important;
  gap: 2rem !important;
  width: 100% !important;
  margin: 0 !important;
}

footer [class*="col"],
.footer [class*="col"],
.section-footer [class*="col"],
.js-footer [class*="col"] {
  float: none !important;
  width: auto !important;
  max-width: none !important;
  min-height: 0 !important;
  padding: 0 !important;
  margin: 0 !important;
}

footer h1,
footer h2,
footer h3,
footer h4,
footer h5,
footer h6,
.footer h1,
.footer h2,
.footer h3,
.footer h4,
.footer h5,
.footer h6,
.section-footer h1,
.section-footer h2,
.section-footer h3,
.section-footer h4,
.section-footer h5,
.section-footer h6,
.js-footer h1,
.js-footer h2,
.js-footer h3,
.js-footer h4,
.js-footer h5,
.js-footer h6 {
  color: #ffffff !important;
  background: transparent !important;
  margin: 0 0 0.8rem !important;
  font-size: 1.05rem !important;
  line-height: 1.25 !important;
  text-transform: uppercase !important;
}

footer a,
.footer a,
.section-footer a,
.js-footer a {
  color: #dff8f2 !important;
  background: transparent !important;
  display: inline-block !important;
  width: auto !important;
  margin: 0 0.5rem 0.45rem 0 !important;
  padding: 0 !important;
  text-decoration: none !important;
}

footer ul,
.footer ul,
.section-footer ul,
.js-footer ul {
  display: block !important;
  margin: 0 !important;
  padding: 0 !important;
  list-style: none !important;
}

footer li,
.footer li,
.section-footer li,
.js-footer li {
  display: block !important;
  margin: 0 0 0.45rem !important;
  padding: 0 !important;
}

footer form,
.footer form,
.section-footer form,
.js-footer form {
  display: grid !important;
  grid-template-columns: 1fr auto !important;
  align-items: end !important;
  gap: 0.75rem !important;
  width: 100% !important;
  max-width: 28rem !important;
  margin: 0 !important;
}

footer label,
.footer label,
.section-footer label,
.js-footer label {
  display: block !important;
  color: #ffffff !important;
  background: transparent !important;
  margin: 0 0 0.35rem !important;
  font-size: 0.82rem !important;
  font-weight: 800 !important;
}

footer input,
.footer input,
.section-footer input,
.js-footer input {
  width: 100% !important;
  min-height: 2.75rem !important;
  height: auto !important;
  border: 1px solid rgba(255,255,255,.35) !important;
  background: #ffffff !important;
  color: #061e43 !important;
  padding: 0 0.85rem !important;
}

footer input::placeholder,
.footer input::placeholder,
.section-footer input::placeholder,
.js-footer input::placeholder {
  color: #53657a !important;
}

footer button,
.footer button,
.section-footer button,
.js-footer button,
footer input[type="submit"],
.footer input[type="submit"],
.section-footer input[type="submit"],
.js-footer input[type="submit"] {
  min-height: 2.75rem !important;
  width: auto !important;
  border: 0 !important;
  background: #10da71 !important;
  color: #061e43 !important;
  padding: 0 1rem !important;
  font-weight: 1000 !important;
  text-transform: uppercase !important;
}

footer img,
.footer img,
.section-footer img,
.js-footer img {
  display: inline-block !important;
  width: auto !important;
  max-width: 4.2rem !important;
  max-height: 1.8rem !important;
  height: auto !important;
  object-fit: contain !important;
  margin: 0.18rem !important;
  background: transparent !important;
}

footer [class*="payment"],
.footer [class*="payment"],
.section-footer [class*="payment"],
.js-footer [class*="payment"] {
  display: flex !important;
  flex-wrap: wrap !important;
  align-items: center !important;
  gap: 0.35rem !important;
  width: auto !important;
  min-height: 0 !important;
  background: transparent !important;
  padding: 0 !important;
  margin: 0 !important;
}

@media (max-width: 768px) {
  footer .row,
  .footer .row,
  .section-footer .row,
  .js-footer .row,
  footer form,
  .footer form,
  .section-footer form,
  .js-footer form {
    grid-template-columns: 1fr !important;
  }
}

footer,
.footer,
.section-footer,
.js-footer {
  background: #061e43 !important;
}

footer h1,
footer h2,
footer h3,
footer h4,
footer h5,
footer h6,
footer p,
footer a,
footer span,
footer li,
footer label,
.footer h1,
.footer h2,
.footer h3,
.footer h4,
.footer h5,
.footer h6,
.footer p,
.footer a,
.footer span,
.footer li,
.footer label {
  color: #ffffff !important;
  background: transparent !important;
}

footer input,
.footer input {
  background: #ffffff !important;
  color: #061e43 !important;
}

footer button,
.footer button {
  background: #10da71 !important;
  color: #061e43 !important;
}

/* =========================================
   FIX DEFINITIVO FOOTER NUVEMSHOP
========================================= */

footer,
.footer,
.section-footer,
.js-footer {
  background: #061e43 !important;
  color: #ffffff !important;
}

footer *,
.footer *,
.section-footer *,
.js-footer * {
  color: #ffffff !important;
  background: transparent !important;
}

/* REMOVE O BRANCO GIGANTE */
footer .container,
footer .container-fluid,
footer .row,
footer section,
footer div,
.footer .container,
.footer .container-fluid,
.footer .row,
.footer section,
.footer div {
  background: transparent !important;
  min-height: auto !important;
  height: auto !important;
}

/* LINKS */
footer a,
.footer a {
  color: #dff8f2 !important;
}

/* TITULOS */
footer h1,
footer h2,
footer h3,
footer h4,
footer h5,
footer h6,
.footer h1,
.footer h2,
.footer h3,
.footer h4,
.footer h5,
.footer h6 {
  color: #ffffff !important;
}

/* NEWSLETTER */
footer input,
.footer input {
  background: #ffffff !important;
  color: #061e43 !important;
  border: none !important;
}

footer button,
.footer button {
  background: #10da71 !important;
  color: #061e43 !important;
  border: none !important;
}

/* PAGAMENTOS */
footer img,
.footer img {
  max-width: 45px !important;
  height: auto !important;
  display: inline-block !important;
}

/* COPYRIGHT */
footer .copyright,
.footer .copyright {
  color: #dff8f2 !important;
}

/* MOBILE */
@media (max-width: 640px) {
  footer .row,
  .footer .row {
    display: block !important;
  }
}

/* ===== FIX NUVEMSHOP HERO BAND ===== */

section,
.container,
#wrapper,
main,
body {
    background: transparent !important;
}

/* Footer */
footer,
.footer,
.section-footer,
.js-footer {
    background: #061e43 !important;
    color: #ffffff !important;
}

footer *,
.footer * {
    color: #ffffff !important;
}

footer .container,
footer .row,
footer section,
footer div {
    background: transparent !important;
}

/* Inputs */
footer input {
    background: #ffffff !important;
    color: #061e43 !important;
}

/* Botões */
footer button,
footer input[type="submit"] {
    background: #10da71 !important;
    color: #061e43 !important;
    border: none !important;
}

.hero-product-page {
    height: 58px;
    border: 1px solid #dcdcdc;
    text-align: center;
    font-size: 18px;
}

.hero-buy-button {
    flex: 1;
    height: 58px;
    background: #10da71;
    color: #061e43;
    border: none;
    font-size: 15px;
    letter-spacing: 2px;
    font-weight: 800;
    cursor: pointer;
    transition: .2s;
}

.hero-buy-button:hover {
    transform: translateY(-2px);
}

.hero-benefits {
    border-top: 1px solid #ececec;
    padding-top: 30px;
}

.hero-benefit-item {
    margin-bottom: 14px;
    color: #061e43;
    font-size: 15px;
}

.hero-description-section {
    max-width: 1200px;
    margin: 90px auto 0;
    border-top: 1px solid #ececec;
    padding-top: 50px;
}

.hero-description-title {
    font-size: 13px;
    letter-spacing: 2px;
    font-weight: 800;
    margin-bottom: 25px;
    color: #061e43;
}

.hero-description-content {
    color: #4d5968;
    line-height: 1.9;
    font-size: 16px;
}

@media(max-width: 980px){

    .hero-product-container {
        grid-template-columns: 1fr;
    }

    .hero-product-title {
        font-size: 34px;
    }

    .hero-price {
        font-size: 40px;
    }

    .hero-product-page {
        padding: 30px 20px;
    }

    .hero-buy-area {
        flex-direction: column;
    }

}

.campaign-band .kicker,
.campaign-band h2,
.campaign-band p {
    color: #061b49 !important;
}

.campaign-band {
    background: #f4f7fb !important;
}

.campaign-copy {
    max-width: 520px;
}

.hb-cart {
	padding: 0 !important;
}

.hb-cart-link {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	background: #111111;
	color: #ffffff !important;
	border-radius: 999px;
	padding: 10px 16px;
	font-size: 12px;
	font-weight: 600;
	letter-spacing: 0.04em;
	text-transform: uppercase;
	text-decoration: none !important;
	transition: all 0.2s ease;
}

.hb-cart-link:hover {
	background: #2b2b2b;
	color: #ffffff !important;
	transform: translateY(-1px);
}

.hb-cart-icon svg {
	color: #ffffff !important;
	fill: currentColor;
}

.hb-cart-count {
	background: #ffffff;
	color: #111111;
	min-width: 20px;
	height: 20px;
	border-radius: 999px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	font-size: 11px;
	font-weight: 700;
}

.hb-cart-total {
	color: #ffffff;
	font-weight: 500;
	opacity: 0.9;
}

.nav-accounts-link {
	color: #111111 !important;
	font-size: 12px;
	font-weight: 600;
	letter-spacing: 0.04em;
	text-transform: uppercase;
	text-decoration: none !important;
}

.nav-accounts-link:hover {
	color: #666666 !important;
}