@import url("https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;700;800&family=DM+Serif+Display:ital@1&display=swap");

:root {
  /* WAVE brand guide palette */
  --wave-lagoon: #2cb4d2;
  --wave-tide: #147ec3;
  --wave-seagrass: #c4c638;
  --wave-reef: #ed6385;
  --wave-coral: #e9836a;
  --wave-sun: #fcdc66;
  --wave-white: #ffffff;
  --wave-salt: #f5f4f0;
  --wave-foam: #e2e0d8;
  --wave-pebble: #9b9b8e;
  --wave-driftwood: #3d3d36;
  --wave-midnight: #1a1a16;

  /* Map the existing app tokens to the WAVE system. */
  --bg: var(--wave-midnight);
  --panel: rgba(61, 61, 54, 0.72);
  --text: var(--wave-salt);
  --muted: var(--wave-foam);
  --brand: var(--wave-lagoon);
  --brand2: var(--wave-tide);
  --danger: var(--wave-reef);
  --ok: var(--wave-seagrass);
  --border: rgba(245, 244, 240, 0.16);
  --focus-border: rgba(44, 180, 210, 0.72);
  --shadow: 0 20px 50px rgba(0, 0, 0, 0.38);
  --flyout-panel-bg: linear-gradient(90deg, rgba(44, 180, 210, 0.88), rgba(20, 126, 195, 0.88));
  --flyout-panel-inner-bg: rgba(61, 61, 54, 0.72);
  --flyout-kv-scroll-bg: rgba(61, 61, 54, 0.46);
}

html {
  min-height: 100%;
  background:
    radial-gradient(900px 520px at 88% 10%, rgba(44, 180, 210, 0.10), transparent 64%),
    radial-gradient(760px 420px at 8% 88%, rgba(252, 220, 102, 0.10), transparent 60%),
    linear-gradient(120deg, transparent 0 18%, rgba(44, 180, 210, 0.045) 18.1% 18.45%, transparent 18.6% 42%, rgba(20, 126, 195, 0.035) 42.1% 42.4%, transparent 42.5% 100%),
    #ffffff;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}

body {
  font-family: "DM Sans", ui-sans-serif, system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
  background: transparent;
  color: var(--wave-salt);
  min-height: 100vh;
}

h1,
h2,
h3,
.hero h1,
.products-title,
.shop-tile-title {
  color: var(--wave-salt);
  font-family: "DM Serif Display", Georgia, "Times New Roman", serif;
  font-style: italic;
  font-weight: 400;
  letter-spacing: 0.01em;
}

.nav {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  display: flex;
  align-items: stretch;
  height: 110px;
  background: linear-gradient(90deg, rgba(44, 180, 210, 0.88), rgba(20, 126, 195, 0.88));
  border-bottom: 3px solid rgba(44, 180, 210, 0.72);
  box-shadow: 0 8px 28px rgba(0, 0, 0, 0.34);
}

.nav-inner {
  align-self: stretch;
  width: calc(100% - 68px);
  max-width: none;
  height: 100%;
  min-height: 0;
  margin: 0 0 0 68px;
  padding-top: 0;
  padding-bottom: 0;
}

.brand {
  color: var(--wave-white);
  font-size: 0;
}

.brand::before {
  content: none;
}

.brand-logo {
  display: block;
  height: 42px;
  width: auto;
}

.hamburger,
.pill,
.btn,
.input,
.panel,
.card,
.tag,
.cart-thumb,
.tile-thumb,
.shop-tile-img,
.detail-thumb {
  border-color: var(--border);
}

.hamburger,
.pill {
  background: rgba(255, 255, 255, 0.18);
  color: var(--wave-white);
}

.hamburger-lines > span {
  background: linear-gradient(90deg, rgba(44, 180, 210, 0.88), rgba(20, 126, 195, 0.88));
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

.pill:hover,
.hamburger:hover {
  border-color: rgba(255, 255, 255, 0.66);
  background: rgba(255, 255, 255, 0.26);
}

.nav [data-nav-auth],
.nav-links-right {
  color: var(--wave-white);
}

.container {
  max-width: 100vw;
  padding: 0;
  margin-top: 149px;
}

.page-home .container {
  margin-top: 100px;
}

.hero {
  background:
    linear-gradient(135deg, rgba(26, 26, 22, 0.78), rgba(20, 126, 195, 0.70)),
    var(--wave-tide);
  border-color: rgba(44, 180, 210, 0.42);
  color: var(--wave-white);
  overflow: hidden;
  position: relative;
}

.hero::after {
  content: "";
  position: absolute;
  inset: auto -10% -45% 35%;
  height: 140px;
  background: rgba(196, 198, 56, 0.30);
  border-radius: 999px;
  transform: rotate(-6deg);
}

.hero h1,
.hero p {
  color: var(--wave-white);
  position: relative;
  z-index: 1;
}

.home-hero h1 {
  color: var(--wave-white);
  font-family: "DM Sans", ui-sans-serif, system-ui, sans-serif;
  font-style: normal;
  font-weight: 800;
}

.home-hero {
  min-height: clamp(680px, 58vw, 820px);
  border: 0;
  border-radius: 0;
  padding: clamp(28px, 5vw, 64px);
  display: block;
  background:
    linear-gradient(90deg, rgba(26, 26, 22, 0.50), rgba(26, 26, 22, 0.08) 48%, rgba(26, 26, 22, 0.18)),
    linear-gradient(180deg, rgba(26, 26, 22, 0.06) 0%, rgba(26, 26, 22, 0.24) 58%, rgba(26, 26, 22, 0.62) 100%),
    url("/public/brand-assets/wave/site/site-hero.png");
  background-position: center;
  background-size: cover;
  box-shadow: 0 30px 80px rgba(0, 0, 0, 0.44);
}

.home-hero::before {
  content: none;
}

.home-hero::after {
  content: none;
}

.home-kicker {
  background: rgba(255, 255, 255, 0.24);
  color: var(--wave-white);
  letter-spacing: 0.16em;
}

.home-hero p {
  color: rgba(255, 255, 255, 0.88);
}

.home-hero-copy {
  display: none;
}

.home-hero .btn {
  min-width: 150px;
  border-radius: 999px;
  padding: 13px 20px;
}

.home-hero .btn-primary {
  background: var(--wave-white);
  border-color: var(--wave-white);
  color: var(--wave-tide);
}

.home-hero .btn:not(.btn-primary) {
  background: rgba(255, 255, 255, 0.16);
  border-color: rgba(255, 255, 255, 0.34);
  color: var(--wave-white);
}

.home-hero-panel {
  position: absolute;
  left: clamp(24px, 5vw, 64px);
  right: clamp(11px, 2vw, 21px);
  bottom: clamp(11px, 2vw, 21px);
  z-index: 2;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
}

.home-hero-images {
  display: grid;
  grid-template-columns: repeat(2, minmax(240px, 320px));
  grid-template-rows: none;
  justify-content: end;
  gap: 12px;
  height: auto;
}

.home-hero-image,
.home-hero-image.is-primary,
.home-hero-image:nth-child(3) {
  min-height: 125px;
  aspect-ratio: auto;
  grid-row: auto;
  display: grid;
  grid-template-columns: 106px 1fr;
  align-items: center;
  gap: 14px;
  padding: 10px 14px 10px 10px;
  border: 1px solid rgba(255, 255, 255, 0.38);
  border-radius: 15px;
  background: rgba(26, 26, 22, 0.42);
  color: var(--wave-white);
  text-decoration: none;
  backdrop-filter: blur(12px);
  box-shadow: 0 18px 38px rgba(0, 0, 0, 0.30);
  transform: none;
}

.home-hero-image img {
  width: 106px;
  height: 106px;
  min-height: 0;
  border-radius: 10%;
  background: var(--wave-white);
  display: block;
  object-fit: cover;
  object-position: center top;
}

.home-hero-product-copy {
  min-width: 0;
  display: grid;
  gap: 5px;
}

.home-hero-product-title {
  overflow: hidden;
  color: var(--wave-white);
  font-size: 14px;
  font-weight: 800;
  line-height: 1.1;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.home-hero-product-price {
  color: var(--wave-sun);
  font-size: 13px;
  font-weight: 800;
}

.home-stat {
  display: none;
}

.home-stat span {
  color: rgba(255, 255, 255, 0.78);
}

.wave-style-mosaic-section {
  margin-top: 0;
  padding: clamp(42px, 6vw, 78px) 0 clamp(48px, 7vw, 92px);
  background: var(--wave-white);
  color: var(--wave-midnight);
  overflow: hidden;
}

.wave-style-mosaic-head {
  display: grid;
  justify-items: center;
  gap: 24px;
  padding: 0 20px 34px;
  text-align: center;
}

.wave-style-mosaic-head h2 {
  margin: 0;
  color: #0d4054;
  font-family: "DM Serif Display", Georgia, "Times New Roman", serif;
  font-size: clamp(40px, 5vw, 66px);
  font-style: italic;
  font-weight: 400;
  line-height: 0.95;
  letter-spacing: -0.02em;
}

.wave-style-pills {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
}

.wave-style-pills button {
  min-width: 120px;
  padding: 10px 18px;
  border: 2px solid rgba(155, 155, 142, 0.72);
  border-radius: 999px;
  background: transparent;
  color: rgba(155, 155, 142, 0.96);
  cursor: pointer;
  font: inherit;
  font-size: 14px;
  font-weight: 800;
  line-height: 1;
  white-space: nowrap;
}

.wave-style-pills button.is-active,
.wave-style-pills button:hover {
  border-color: var(--wave-lagoon);
  color: var(--wave-lagoon);
  box-shadow: inset 0 0 0 1px var(--wave-lagoon);
}

.wave-style-mosaic {
  --mosaic-row: clamp(126px, 13.2vw, 204px);
  display: grid;
  grid-template-columns:
    minmax(120px, 0.55fr)
    minmax(220px, 1.15fr)
    minmax(160px, 0.72fr)
    minmax(160px, 0.72fr)
    minmax(140px, 0.58fr);
  grid-auto-rows: var(--mosaic-row);
  gap: 28px;
  width: 100vw;
  margin: 0 auto;
  padding: 0;
}

.wave-style-mosaic-tile {
  display: block;
  min-width: 0;
  border-radius: 8px;
  overflow: hidden;
  background: var(--wave-foam);
  box-shadow: 0 18px 42px rgba(26, 26, 22, 0.12);
  transition: opacity 900ms ease, transform 900ms ease;
}

.wave-style-mosaic-tile.is-fading {
  opacity: 0;
  transform: scale(0.985);
}

.wave-style-mosaic-tile.is-hidden {
  display: none;
}

.wave-style-mosaic-tile img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 30%;
}

.wave-style-mosaic-tile-1 {
  grid-column: 1;
  grid-row: 1 / span 2;
}

.wave-style-mosaic-tile-2 {
  grid-column: 2;
  grid-row: 1 / span 3;
}

.wave-style-mosaic-tile-3 {
  grid-column: 3;
  grid-row: 1;
}

.wave-style-mosaic-tile-4 {
  grid-column: 4;
  grid-row: 1;
}

.wave-style-mosaic-tile-5 {
  grid-column: 5;
  grid-row: 1 / span 2;
}

.wave-style-mosaic-tile-6 {
  grid-column: 3;
  grid-row: 2 / span 2;
}

.wave-style-mosaic-tile-7 {
  grid-column: 4;
  grid-row: 2 / span 2;
}

.wave-style-mosaic-tile-8 {
  display: none;
}

.wave-style-mosaic-tile-9 {
  grid-column: 1;
  grid-row: 3;
}

.wave-style-mosaic-tile-10 {
  grid-column: 5;
  grid-row: 3;
}

.wave-style-mosaic-tile-1 img,
.wave-style-mosaic-tile-2 img,
.wave-style-mosaic-tile-5 img,
.wave-style-mosaic-tile-6 img,
.wave-style-mosaic-tile-7 img {
  object-position: center top;
}

.wave-summer-sale {
  min-height: clamp(360px, 46vw, 640px);
  display: grid;
  place-items: center;
  padding: clamp(34px, 6vw, 80px) 20px;
  background:
    linear-gradient(90deg, rgba(26, 26, 22, 0.10), rgba(26, 26, 22, 0.16)),
    url("/public/brand-assets/wave/site/summer-sale.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  color: var(--wave-white);
  text-align: center;
}

.wave-summer-sale-copy {
  display: grid;
  justify-items: center;
  gap: 10px;
  width: min(960px, 100%);
  text-shadow: 0 2px 8px rgba(26, 26, 22, 0.34);
}

.wave-summer-sale h2 {
  margin: 0 0 8px;
  color: var(--wave-white);
  font-family: "DM Sans", ui-sans-serif, system-ui, sans-serif;
  font-size: clamp(56px, 9vw, 130px);
  font-style: normal;
  font-weight: 800;
  line-height: 0.88;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}

.wave-summer-sale p {
  margin: 0;
  color: var(--wave-white);
  font-size: clamp(20px, 2.7vw, 38px);
  font-weight: 800;
  line-height: 1.15;
}

.wave-summer-sale .btn {
  margin-top: 22px;
  min-width: 190px;
  border-radius: 999px;
  padding: 14px 26px;
  background: var(--wave-lagoon);
  border-color: rgba(255, 255, 255, 0.24);
  color: var(--wave-white);
  text-shadow: none;
}

.wave-home-icons {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
  margin-top: 18px;
}

.wave-home-icon-card {
  min-height: 150px;
  padding: 24px;
  border-radius: 28px;
  background: linear-gradient(135deg, rgba(245, 244, 240, 0.96), rgba(226, 224, 216, 0.92));
  color: var(--wave-midnight);
  display: grid;
  gap: 10px;
  align-content: start;
  text-decoration: none;
  box-shadow: 0 18px 45px rgba(0, 0, 0, 0.20);
}

.wave-home-icon-card img {
  width: 62px;
  height: 62px;
}

.wave-home-icon-card span {
  color: var(--wave-tide);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.wave-home-icon-card strong {
  max-width: 260px;
  font-size: clamp(20px, 2.4vw, 30px);
  line-height: 1;
  letter-spacing: -0.04em;
}

.wave-editorial-band {
  display: grid;
  grid-template-columns: minmax(260px, 0.78fr) minmax(0, 1.22fr);
  gap: 18px;
  margin-top: 18px;
  padding: clamp(22px, 4vw, 38px);
  border-radius: 34px;
  background:
    radial-gradient(460px 260px at 12% 16%, rgba(252, 220, 102, 0.22), transparent 64%),
    linear-gradient(135deg, rgba(26, 26, 22, 0.98), rgba(61, 61, 54, 0.94));
  box-shadow: var(--shadow);
}

.wave-editorial-copy {
  display: grid;
  gap: 16px;
  align-content: center;
}

.wave-editorial-copy h2,
.wave-style-card h2 {
  margin: 0;
  font-family: "DM Sans", ui-sans-serif, system-ui, sans-serif;
  font-style: normal;
  font-size: clamp(34px, 5vw, 68px);
  line-height: 0.92;
  letter-spacing: -0.07em;
}

.wave-editorial-copy p,
.wave-style-card p,
.wave-home-footer p {
  margin: 0;
  color: rgba(245, 244, 240, 0.78);
  line-height: 1.55;
}

.wave-editorial-copy .btn {
  justify-self: start;
  border-radius: 999px;
  padding-inline: 20px;
}

.wave-editorial-tiles {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  grid-template-rows: 1fr 1fr;
  gap: 14px;
  min-height: 430px;
}

.wave-editorial-tile {
  position: relative;
  min-height: 200px;
  border-radius: 28px;
  overflow: hidden;
  color: var(--wave-white);
  text-decoration: none;
  isolation: isolate;
}

.wave-editorial-tile-large {
  grid-row: span 2;
}

.wave-editorial-tile .home-category-media {
  opacity: 1;
}

.wave-editorial-tile span {
  position: absolute;
  left: 18px;
  right: 18px;
  bottom: 18px;
  z-index: 2;
  font-size: clamp(22px, 3vw, 40px);
  font-weight: 800;
  letter-spacing: -0.06em;
  line-height: 0.95;
}

.wave-style-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
  margin-top: 18px;
}

.wave-style-card {
  min-height: 280px;
  padding: clamp(24px, 4vw, 42px);
  border-radius: 34px;
  background:
    radial-gradient(420px 250px at 88% 18%, rgba(44, 180, 210, 0.20), transparent 66%),
    linear-gradient(135deg, rgba(61, 61, 54, 0.96), rgba(26, 26, 22, 0.96));
  display: grid;
  align-content: end;
  gap: 14px;
  box-shadow: var(--shadow);
}

.wave-style-card-accent {
  background:
    radial-gradient(460px 260px at 86% 18%, rgba(252, 220, 102, 0.32), transparent 62%),
    linear-gradient(135deg, rgba(20, 126, 195, 0.96), rgba(44, 180, 210, 0.92));
}

.wave-home-footer {
  display: grid;
  grid-template-columns: minmax(160px, 0.65fr) minmax(220px, 1fr) minmax(180px, 0.8fr);
  align-items: center;
  gap: 22px;
  margin-top: 18px;
  padding: clamp(16.5px, 3vw, 27px);
  border-radius: 0;
  background: linear-gradient(90deg, rgba(44, 180, 210, 0.88), rgba(20, 126, 195, 0.88));
  box-shadow: var(--shadow);
}

.wave-home-footer-logo {
  max-width: 220px;
  width: 100%;
  height: auto;
}

.wave-home-social {
  justify-self: end;
  max-width: 260px;
  width: 100%;
  height: auto;
}

.home-category-grid,
.home-section {
  margin-top: 18px;
}

.wave-summer-sale + .home-section-personalized,
.home-section-personalized + .home-section-featured {
  margin-top: 18px;
}

#zrecs_user_interest {
  padding: 0 clamp(28px, 4vw, 60px) clamp(34px, 5vw, 70px);
  background: var(--wave-white);
  margin-bottom: 0;
}

.home-category-card {
  border: 0;
  border-radius: 34px;
  min-height: 320px;
}

.home-section-head {
  padding: 24px 28px;
  border-radius: 30px;
  background: rgba(245, 244, 240, 0.08);
  align-items: center;
}

.wave-featured-head {
  padding: clamp(30px, 5vw, 58px) clamp(28px, 4vw, 60px) 28px;
  border-radius: 0;
  background: var(--wave-white);
  color: var(--wave-midnight);
}

.wave-featured-head h2 {
  margin: 0;
  color: #000000;
  font-family: "DM Serif Display", Georgia, "Times New Roman", serif;
  font-size: clamp(42px, 5vw, 72px);
  font-style: italic;
  font-weight: 400;
  line-height: 0.95;
  letter-spacing: -0.03em;
}

.wave-featured-head p {
  margin: 18px 0 0;
  color: #000000;
  font-size: clamp(15px, 1.4vw, 19px);
  font-weight: 600;
}

.wave-featured-arrows {
  display: inline-flex;
  gap: 12px;
  align-items: center;
}

.wave-featured-arrows span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 54px;
  height: 54px;
  border: 2px solid rgba(26, 26, 22, 0.14);
  border-radius: 50%;
  color: rgba(26, 26, 22, 0.30);
  font-size: 22px;
  line-height: 1;
}

.home-featured-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 22px;
  padding: 0 clamp(28px, 4vw, 60px) clamp(34px, 5vw, 70px);
  background: var(--wave-white);
}

.home-featured-grid .card {
  grid-column: auto;
  border: 0;
  border-radius: 24px;
  background: #f0f0f0;
  color: var(--wave-midnight);
  box-shadow: 0 18px 42px rgba(26, 26, 22, 0.3);
}

.home-featured-grid .card:hover {
  box-shadow: 0 24px 58px rgba(26, 26, 22, 0.45);
}

.home-featured-grid .card-inner {
  padding: 0;
}

.home-featured-grid .products-tile {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  gap: 0;
  align-items: end;
  margin-top: 0;
  min-height: clamp(340px, 32vw, 460px);
}

.home-featured-grid .products-media {
  position: absolute;
  inset: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
}

.home-featured-grid .tile-thumb {
  width: 100%;
  height: 100%;
  min-height: 0;
  border: 0;
  border-radius: 24px;
  background: #e6e6e6;
  object-fit: cover;
  object-position: center top;
}

.home-featured-grid .products-media::after {
  content: "Best Seller";
  position: absolute;
  top: 16px;
  right: 16px;
  z-index: 2;
  padding: 6px 12px;
  border-radius: 999px;
  background: var(--wave-sun);
  color: rgba(26, 26, 22, 0.72);
  font-size: 12px;
  font-weight: 800;
  line-height: 1;
}

.home-featured-grid .products-info {
  position: relative;
  z-index: 1;
  min-height: 30%;
  height: 30%;
  padding: 18px 58px 20px 20px;
  background: rgba(255, 255, 255, 0.6);
  backdrop-filter: blur(8px);
  gap: 8px;
  color: var(--wave-midnight);
}

.home-featured-grid .products-info .tag {
  display: none;
}

.home-featured-grid .products-title {
  color: var(--wave-midnight);
  font-family: "DM Sans", ui-sans-serif, system-ui, sans-serif;
  font-size: clamp(17px, 1.5vw, 22px);
  font-style: normal;
  font-weight: 700;
  line-height: 1.12;
  letter-spacing: -0.03em;
}

.home-featured-grid .price {
  color: rgba(26, 26, 22, 0.72);
  font-size: 20px;
  font-weight: 800;
}

#shop-tiles {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  grid-auto-rows: auto;
  grid-auto-flow: row;
  align-items: start;
  gap: 22px;
  padding: 0 clamp(28px, 4vw, 60px) clamp(34px, 5vw, 70px);
  background: var(--wave-white);
}

#shop-tiles > .panel {
  grid-column: 1 / -1 !important;
}

#shop-tiles .shop-category-card {
  grid-column: auto !important;
  align-self: start;
  height: auto;
  border: 0;
  border-radius: 24px;
  background: #f0f0f0;
  color: var(--wave-midnight);
  box-shadow: 0 18px 42px rgba(26, 26, 22, 0.3);
  overflow: hidden;
  transition: transform 160ms ease, box-shadow 160ms ease;
}

#shop-tiles .shop-category-card:hover {
  box-shadow: 0 24px 58px rgba(26, 26, 22, 0.45);
  transform: translateY(-2px);
}

#shop-tiles .shop-category-card .card-inner {
  padding: 0;
}

#shop-tiles .shop-tile {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  gap: 0;
  align-items: end;
  min-height: clamp(340px, 32vw, 460px);
}

#shop-tiles .shop-tile-img {
  position: absolute;
  inset: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  border: 0;
  border-radius: 24px;
  background: #e6e6e6;
  object-fit: cover;
  object-position: center top;
}

#shop-tiles .shop-tile-text {
  position: relative;
  z-index: 1;
  min-height: 50%;
  padding: 18px 20px 20px;
  gap: 8px;
  background: rgba(240, 240, 240, 0.5);
  backdrop-filter: blur(8px);
  color: var(--wave-midnight);
}

#shop-tiles .shop-tile .tag {
  display: inline-flex;
  align-self: flex-start;
  background: var(--wave-sun);
  color: rgba(26, 26, 22, 0.72);
  font-size: 12px;
  font-weight: 800;
}

#shop-tiles .shop-tile-mid {
  justify-content: flex-start;
}

#shop-tiles .shop-tile-title {
  color: var(--wave-midnight);
  font-family: "DM Sans", ui-sans-serif, system-ui, sans-serif;
  font-size: clamp(17px, 1.5vw, 22px);
  font-style: normal;
  font-weight: 700;
  line-height: 1.12;
  letter-spacing: -0.03em;
}

#shop-tiles .shop-tile-blurb {
  color: rgba(26, 26, 22, 0.72);
  font-size: 13px;
  line-height: 1.35;
}

#shop-tiles .shop-tile-count {
  color: rgba(26, 26, 22, 0.72);
  font-size: 13px;
  font-weight: 800;
  text-align: left;
}

#products-tiles {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  grid-auto-rows: auto;
  grid-auto-flow: row;
  align-items: start;
  gap: 22px;
  padding: 0 clamp(28px, 4vw, 60px) clamp(34px, 5vw, 70px);
  background: var(--wave-white);
}

#products-tiles .card {
  grid-column: auto !important;
  align-self: start;
  border: 0;
  border-radius: 24px;
  background: #f0f0f0;
  color: var(--wave-midnight);
  box-shadow: 0 18px 42px rgba(26, 26, 22, 0.3);
}

#products-tiles .card:hover {
  box-shadow: 0 24px 58px rgba(26, 26, 22, 0.45);
}

#products-tiles .card-inner {
  padding: 0;
}

#products-tiles .products-tile {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  gap: 0;
  align-items: end;
  margin-top: 0;
  min-height: clamp(340px, 32vw, 460px);
}

#products-tiles .products-media {
  position: absolute;
  inset: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
}

#products-tiles .tile-thumb {
  width: 100%;
  height: 100%;
  min-height: 0;
  border: 0;
  border-radius: 24px;
  background: #e6e6e6;
  object-fit: cover;
  object-position: center top;
}

#products-tiles .products-media::after {
  content: none;
  position: absolute;
  top: 16px;
  right: 16px;
  z-index: 2;
  padding: 6px 12px;
  border-radius: 999px;
  background: var(--wave-sun);
  color: rgba(26, 26, 22, 0.72);
  font-size: 12px;
  font-weight: 800;
  line-height: 1;
}

#products-tiles .products-info {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-rows: auto minmax(2.5em, auto) auto;
  min-height: max(30%, 138px);
  height: auto;
  padding: 18px 58px 20px 20px;
  background: rgba(255, 255, 255, 0.6);
  backdrop-filter: blur(8px);
  gap: 8px;
  color: var(--wave-midnight);
}

#products-tiles .products-info .tag {
  display: inline-flex;
  align-self: flex-start;
  background: var(--wave-sun);
  color: rgba(26, 26, 22, 0.72);
  font-size: 12px;
  font-weight: 800;
}

#products-tiles .products-title {
  color: var(--wave-midnight);
  font-family: "DM Sans", ui-sans-serif, system-ui, sans-serif;
  font-size: clamp(17px, 1.5vw, 22px);
  font-style: normal;
  font-weight: 700;
  line-height: 1.12;
  letter-spacing: -0.03em;
}

#products-tiles .price {
  color: rgba(26, 26, 22, 0.72);
  font-size: 20px;
  font-weight: 800;
  align-self: end;
}

#products-tiles .products-price-row,
.zeta-product-detail-price {
  display: inline-flex;
  align-items: baseline;
  gap: 10px;
}

#products-tiles .compare-price,
.zeta-product-detail-price .compare-price {
  color: rgba(26, 26, 22, 0.46);
  font-size: 0.72em;
  font-weight: 700;
  text-decoration: line-through;
  text-decoration-thickness: 2px;
}

#products-tiles .tile-actions {
  display: none;
}

#products-pagination {
  padding: 0 clamp(28px, 4vw, 60px) clamp(34px, 5vw, 70px);
  background: var(--wave-white);
}

#products-pagination .btn:not(.btn-primary) {
  background: #f0f0f0;
  border-color: rgba(26, 26, 22, 0.12);
  color: var(--wave-midnight);
  box-shadow: 0 8px 22px rgba(26, 26, 22, 0.10);
}

#products-pagination .btn:not(.btn-primary):hover {
  border-color: rgba(26, 26, 22, 0.22);
  background: #e6e6e6;
}

.wave-forty-off {
  min-height: clamp(320px, 44vw, 600px);
  display: grid;
  align-items: center;
  padding: clamp(42px, 7vw, 96px) clamp(36px, 10vw, 150px);
  background:
    linear-gradient(90deg, rgba(245, 244, 240, 0.28), rgba(245, 244, 240, 0.02) 58%),
    url("/public/brand-assets/wave/site/forty-off.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  color: var(--wave-midnight);
}

.wave-forty-off-copy {
  display: grid;
  justify-items: start;
  gap: 14px;
  text-transform: uppercase;
}

.wave-forty-off h2 {
  margin: 0;
  color: rgba(26, 26, 22, 0.88);
  font-family: "DM Sans", ui-sans-serif, system-ui, sans-serif;
  font-size: clamp(64px, 10vw, 150px);
  font-style: normal;
  font-weight: 800;
  line-height: 0.9;
  letter-spacing: -0.05em;
}

.wave-forty-off p {
  margin: 0;
  color: rgba(26, 26, 22, 0.88);
  font-size: clamp(34px, 5vw, 72px);
  font-weight: 800;
  line-height: 0.95;
  letter-spacing: -0.04em;
}

.wave-forty-off .btn {
  margin-top: 18px;
  min-width: 150px;
  border-radius: 999px;
  padding: 14px 26px;
  background: var(--wave-coral);
  border-color: rgba(255, 255, 255, 0.35);
  color: var(--wave-white);
  text-transform: none;
}

.wave-highlights {
  padding: clamp(46px, 6vw, 86px) clamp(28px, 5vw, 72px) clamp(54px, 7vw, 96px);
  background: var(--wave-white);
  color: var(--wave-midnight);
}

.wave-highlights-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: clamp(34px, 5vw, 62px);
}

.wave-highlights-head h2 {
  margin: 0;
  color: rgba(26, 26, 22, 0.94);
  font-family: "DM Serif Display", Georgia, "Times New Roman", serif;
  font-size: clamp(42px, 5vw, 72px);
  font-style: italic;
  font-weight: 400;
  line-height: 0.95;
  letter-spacing: -0.03em;
}

.wave-highlights-head p {
  margin: 22px 0 0;
  color: rgba(26, 26, 22, 0.72);
  font-size: clamp(15px, 1.4vw, 19px);
  font-weight: 600;
}

.wave-highlights-head .btn {
  min-width: 150px;
  border-radius: 999px;
  padding: 14px 24px;
  background: var(--wave-coral);
  border-color: rgba(26, 26, 22, 0.06);
  color: var(--wave-white);
}

#zrecs_articles {
  width: 100%;
  margin: 0 0 clamp(34px, 5vw, 62px);
}

.zeta-article-page {
  max-width: 1120px;
  margin: 0 auto;
  padding: clamp(44px, 7vw, 96px) clamp(20px, 4vw, 56px);
  background: var(--wave-white);
  color: var(--wave-midnight);
}

.zeta-article-header {
  text-align: center;
  justify-items: center;
}

.zeta-article-header h1 {
  max-width: 980px;
  color: #000000;
  font-family: "DM Serif Display", Georgia, "Times New Roman", serif;
  font-style: italic;
  font-weight: 400;
  letter-spacing: -0.03em;
}

.zeta-article-header .muted {
  color: rgba(26, 26, 22, 0.62);
}

.zeta-article-image {
  border-radius: 28px;
  box-shadow: 0 18px 42px rgba(26, 26, 22, 0.18);
}

.zeta-article-body {
  max-width: 820px;
  margin: 0 auto;
  color: rgba(26, 26, 22, 0.78);
}

.zeta-article-body h1,
.zeta-article-body h2,
.zeta-article-body h3 {
  color: #000000;
}

.zeta-product-detail {
  max-width: 1400px;
  margin: 0 auto;
  padding: clamp(24px, 4vw, 56px);
  border: 0;
  border-radius: 0;
  background: var(--wave-white);
  color: var(--wave-midnight);
  box-shadow: none;
}

#zrecs_alternative {
  max-width: 1400px;
  margin: 0 auto;
  box-sizing: border-box;
}

.zeta-product-recommendations-head {
  max-width: 1400px;
  margin: 18px auto 0;
  padding-inline: 0;
}

.zeta-product-detail-head {
  align-items: flex-start;
  margin-bottom: clamp(22px, 3vw, 40px);
}

.zeta-product-detail-title .tag {
  background: var(--wave-sun);
  color: rgba(26, 26, 22, 0.72);
  font-weight: 800;
}

.zeta-product-detail-title h2 {
  max-width: 860px;
  color: #000000;
  font-family: "DM Serif Display", Georgia, "Times New Roman", serif;
  font-size: clamp(42px, 6vw, 82px);
  font-style: italic;
  font-weight: 400;
  line-height: 0.96;
  letter-spacing: -0.04em;
}

.zeta-product-detail .muted {
  color: rgba(26, 26, 22, 0.64);
}

.zeta-product-detail-price {
  color: rgba(26, 26, 22, 0.72);
  font-size: clamp(28px, 4vw, 48px) !important;
  font-weight: 800;
}

.zeta-product-detail .detail-split {
  grid-template-columns: minmax(320px, 0.95fr) minmax(340px, 1.05fr);
  gap: clamp(24px, 5vw, 72px);
  align-items: stretch;
}

.zeta-product-detail .detail-media-main {
  aspect-ratio: 1 / 1.08;
  border-radius: 28px;
  background: #f0f0f0;
  box-shadow: 0 18px 42px rgba(26, 26, 22, 0.3);
  overflow: hidden;
}

.zeta-product-detail .detail-media .tile-thumb {
  width: 100%;
  height: 100%;
  border: 0;
  border-radius: 28px;
  background: #f0f0f0;
  object-fit: cover;
  object-position: center top;
}

.zeta-product-detail .detail-carousel {
  gap: 12px;
  justify-content: center;
  padding: 4px 0 8px;
}

.zeta-product-detail .detail-thumb {
  width: 74px;
  height: 74px;
  border: 2px solid transparent;
  border-radius: 16px;
  background: #f0f0f0;
  box-shadow: 0 8px 22px rgba(26, 26, 22, 0.12);
}

.zeta-product-detail .detail-thumb img {
  border-radius: 14px;
}

.zeta-product-detail .detail-thumb.is-active {
  border-color: var(--wave-lagoon);
}

.zeta-product-detail .detail-right {
  align-self: stretch;
  min-height: 100%;
  padding: clamp(18px, 3vw, 34px);
  border-radius: 28px;
  background: #f0f0f0;
  color: var(--wave-midnight);
  box-shadow: 0 18px 42px rgba(26, 26, 22, 0.3);
}

.zeta-product-detail .detail-desc {
  flex: 1 1 auto;
  overflow: visible;
  padding-right: 0;
  color: rgba(26, 26, 22, 0.72);
  font-size: clamp(16px, 1.4vw, 19px);
  line-height: 1.65;
  white-space: normal;
}

.zeta-product-detail .detail-actions {
  margin-top: auto;
  padding-top: 24px;
}

.zeta-product-detail label,
.zeta-product-detail .detail-field-label {
  color: rgba(26, 26, 22, 0.70);
  font-weight: 800;
}

.zeta-product-detail .input {
  background: rgba(255, 255, 255, 0.42);
  border-color: rgba(26, 26, 22, 0.14);
  border-radius: 12px;
  color: var(--wave-midnight);
}

.zeta-product-detail .qty-stepper .btn {
  border-color: rgba(26, 26, 22, 0.14);
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.42);
  color: var(--wave-midnight);
}

.zeta-product-detail .detail-actions .btn {
  border-color: rgba(26, 26, 22, 0.12);
  background: var(--wave-white);
  color: var(--wave-midnight);
}

.zeta-product-detail .qty-stepper .btn:hover,
.zeta-product-detail .detail-option-row .input:hover {
  background: rgba(255, 255, 255, 0.58);
  border-color: rgba(26, 26, 22, 0.22);
}

.zeta-product-detail .detail-option-row .qty-stepper .input {
  max-width: 90px;
}

.zeta-product-detail [data-pre-add-actions] .btn:last-child {
  background: linear-gradient(90deg, rgba(44, 180, 210, 0.88), rgba(20, 126, 195, 0.88));
  background-repeat: no-repeat;
  background-size: 100% 100%;
  border-color: rgba(44, 180, 210, 0.38);
  color: var(--wave-white);
}

.wave-highlights-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(28px, 5vw, 70px);
}

.wave-highlight-card {
  color: var(--wave-midnight);
}

.wave-highlight-card img {
  display: block;
  width: 100%;
  aspect-ratio: 1 / 1.04;
  border-radius: 24px;
  object-fit: cover;
  object-position: center;
  box-shadow: 0 18px 42px rgba(26, 26, 22, 0.12);
}

.wave-highlight-card h3 {
  margin: 28px 0 16px;
  color: rgba(26, 26, 22, 0.92);
  font-family: "DM Sans", ui-sans-serif, system-ui, sans-serif;
  font-size: clamp(22px, 2vw, 30px);
  font-style: normal;
  font-weight: 800;
  line-height: 1.1;
  letter-spacing: -0.03em;
}

.wave-highlight-card p {
  margin: 0;
  color: rgba(26, 26, 22, 0.72);
  font-size: clamp(15px, 1.2vw, 18px);
  font-weight: 500;
  line-height: 1.55;
}

.wave-highlight-card a {
  display: inline-block;
  margin-top: 24px;
  color: var(--wave-lagoon);
  font-weight: 800;
  text-decoration: none;
}

.home-category-card h2,
.home-section-head:not(.wave-featured-head) h2 {
  color: var(--wave-salt);
}

.wave-featured-head h2,
.wave-featured-head p {
  color: #000000;
}

.panel,
.card {
  background: rgba(61, 61, 54, 0.74);
  border-radius: 18px;
  box-shadow: var(--shadow);
}

.panel.zeta-product-detail {
  background: linear-gradient(90deg, rgba(44, 180, 210, 0.88), rgba(20, 126, 195, 0.88));
  background-repeat: no-repeat;
  background-size: 100% 100%;
  border-radius: 28px;
  box-shadow: none;
}

#cart-root {
  max-width: 1400px;
  margin: 0 auto;
  padding: clamp(24px, 4vw, 56px);
  border-radius: 28px;
  background: linear-gradient(90deg, rgba(44, 180, 210, 0.72), rgba(44, 180, 210, 0.88));
  background-repeat: no-repeat;
  background-size: 100% 100%;
  color: var(--wave-midnight);
  box-sizing: border-box;
}

.page-cart {
  --wave-cart-footer-height: 104px;
  --wave-cart-footer-gap: 39px;
  overflow: hidden;
}

.page-cart .container {
  overflow: hidden;
}

.page-cart .wave-home-footer {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 90;
  margin-top: 0;
}

.page-cart #cart-root {
  position: fixed;
  top: 149px;
  bottom: calc(var(--wave-cart-footer-height) + var(--wave-cart-footer-gap));
  left: 50%;
  width: min(1400px, 100vw);
  min-height: 420px;
  margin: 0;
  overflow: hidden;
  transform: translateX(-50%);
}

#cart-root > .panel {
  display: flex;
  flex-direction: column;
  min-height: 0;
  height: 100%;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

#cart-root > .panel > h2 {
  margin: 0 0 28px !important;
  color: #0d4054;
  font-family: "DM Serif Display", Georgia, "Times New Roman", serif;
  font-size: clamp(40px, 5vw, 66px);
  font-style: italic;
  font-weight: 400;
  line-height: 0.95;
  letter-spacing: -0.02em;
}

#cart-root .cart-items-scroll {
  flex: 1 1 auto;
  min-height: 0;
  overflow-y: auto;
  padding: 12px 8px 12px 12px;
  border-radius: 18px;
  background: linear-gradient(90deg, rgba(44, 180, 210, 0.72), rgba(44, 180, 210, 0.88));
  background-repeat: no-repeat;
  background-size: 100% 100%;
  box-shadow: 0 18px 42px rgba(26, 26, 22, 0.18);
  padding-right: 8px;
  scrollbar-width: thin;
  scrollbar-color: #0d4054 rgba(255, 255, 255, 0.42);
}

#cart-root .cart-summary-actions {
  flex: 0 0 auto;
  margin-top: auto;
  padding-top: 12px;
}

#cart-root .cart-items-scroll::-webkit-scrollbar {
  display: block;
  width: 10px;
}

#cart-root .cart-items-scroll::-webkit-scrollbar-track {
  background: rgba(255, 255, 255, 0.42);
  border-radius: 999px;
}

#cart-root .cart-items-scroll::-webkit-scrollbar-thumb {
  background: #0d4054;
  border-radius: 999px;
}

#cart-root .cart-table {
  width: 100%;
}

#cart-root .cart-table thead th {
  position: sticky;
  top: 0;
  z-index: 1;
  background: transparent;
}

#cart-root .cart-table th {
  color: #0d4054;
}

#cart-root .cart-table th,
#cart-root .cart-table td {
  border-bottom-color: #0d4054;
}

#cart-root .cart-table th,
#cart-root .cart-table td {
  vertical-align: middle;
}

#cart-root .cart-table tbody tr {
  min-height: 128px;
}

#cart-root .cart-table tbody td {
  padding-top: 22px;
  padding-bottom: 22px;
}

#cart-root .cart-item {
  align-items: center;
  gap: 18px;
}

#cart-root .cart-item-text > div:first-child {
  color: #0d4054;
  font-size: clamp(16px, 1.25vw, 20px);
  font-weight: 800;
  line-height: 1.18;
}

#cart-root .cart-thumb {
  width: 96px;
  height: 96px;
  border: 0;
  border-radius: 18px;
  background: #f0f0f0;
  object-fit: cover;
  object-position: center top;
}

#cart-root img.cart-thumb {
  height: 96px;
}

#cart-root .qty-stepper,
#cart-root .cart-remove form {
  align-items: center;
}

.page-checkout .container > .panel {
  max-width: 1400px;
  margin: 0 auto;
  padding: clamp(24px, 4vw, 56px);
  border: 0;
  border-radius: 28px;
  background: linear-gradient(90deg, rgba(44, 180, 210, 0.72), rgba(44, 180, 210, 0.88));
  background-repeat: no-repeat;
  background-size: 100% 100%;
  color: var(--wave-midnight);
  box-shadow: none;
  box-sizing: border-box;
}

.page-checkout .container > .panel .panel {
  background: linear-gradient(90deg, rgba(44, 180, 210, 0.72), rgba(44, 180, 210, 0.88));
  background-repeat: no-repeat;
  background-size: 100% 100%;
  border-radius: 18px;
  box-shadow: 0 18px 42px rgba(26, 26, 22, 0.18);
  color: var(--wave-midnight);
}

.card {
  transition: transform 160ms ease, box-shadow 160ms ease, border-color 160ms ease;
}

.card:hover {
  border-color: rgba(44, 180, 210, 0.50);
  box-shadow: 0 24px 58px rgba(0, 0, 0, 0.42);
  transform: translateY(-2px);
}

.muted,
label,
.table th {
  color: var(--wave-foam);
}

.price {
  color: var(--wave-sun);
}

.tag {
  background: rgba(20, 126, 195, 0.30);
  color: var(--wave-salt);
}

.btn {
  background: rgba(245, 244, 240, 0.10);
  color: var(--wave-salt);
}

.btn:hover {
  border-color: rgba(44, 180, 210, 0.48);
}

.btn-primary {
  background: linear-gradient(90deg, var(--wave-lagoon), var(--wave-tide));
  border-color: rgba(20, 126, 195, 0.30);
  color: var(--wave-white);
}

.btn-danger,
.alert {
  background: rgba(237, 99, 133, 0.18);
  border-color: rgba(237, 99, 133, 0.48);
}

.ok {
  background: rgba(196, 198, 56, 0.20);
  border-color: rgba(196, 198, 56, 0.46);
}

.input {
  background: rgba(26, 26, 22, 0.42);
  color: var(--wave-salt);
}

.input:focus {
  border-color: var(--focus-border);
  box-shadow: 0 0 0 3px rgba(44, 180, 210, 0.22);
}

.table th,
.table td,
.kv-seg-line {
  border-bottom-color: rgba(245, 244, 240, 0.14);
}

.page-cart #cart-root,
.page-cart #cart-root .muted,
.page-cart #cart-root .cart-table th,
.page-cart #cart-root .cart-table td,
.page-cart #cart-root .cart-item-text,
.page-cart #cart-root .cart-subtotal,
.page-cart #cart-root .price {
  color: var(--wave-midnight);
}

.page-cart #cart-root > .panel > h2,
.page-cart #cart-root .cart-item-text > div:first-child {
  color: #0d4054;
}

.page-cart #cart-root .btn,
.page-cart #cart-root .input {
  background: rgba(255, 255, 255, 0.42);
  border-color: rgba(26, 26, 22, 0.14);
  color: var(--wave-midnight);
}

.page-cart #cart-root .btn:hover {
  background: rgba(255, 255, 255, 0.58);
  border-color: rgba(26, 26, 22, 0.22);
}

.page-cart #cart-root .cart-action-btn {
  width: auto;
  padding: 10px 12px;
  border-radius: 12px;
  font-size: inherit;
  line-height: normal;
}

.page-checkout .container > .panel,
.page-checkout .container > .panel .muted,
.page-checkout .container > .panel label,
.page-checkout .container > .panel .table th,
.page-checkout .container > .panel .table td,
.page-checkout .container > .panel .cart-item-text,
.page-checkout .container > .panel .price,
.page-checkout .container > .panel .zetapay-title {
  color: var(--wave-midnight);
}

.page-checkout .container > .panel > h2 {
  margin: 0 0 16px !important;
  color: #0d4054;
  font-family: "DM Serif Display", Georgia, "Times New Roman", serif;
  font-size: clamp(40px, 5vw, 66px);
  font-style: italic;
  font-weight: 400;
  line-height: 0.95;
  letter-spacing: -0.02em;
}

.page-checkout .container > .panel .table th {
  color: #0d4054;
}

.page-checkout .container > .panel .table th,
.page-checkout .container > .panel .table td {
  border-bottom-color: #0d4054;
  vertical-align: middle;
}

.page-checkout .container > .panel .cart-item {
  align-items: center;
  gap: 18px;
}

.page-checkout .container > .panel .cart-item-text > div:first-child {
  color: #0d4054;
  font-size: clamp(16px, 1.25vw, 20px);
  font-weight: 800;
  line-height: 1.18;
}

.page-checkout .container > .panel .cart-thumb {
  width: 72px;
  height: 72px;
  border: 0;
  border-radius: 16px;
  background: #f0f0f0;
  object-fit: cover;
  object-position: center top;
}

.page-checkout .container > .panel img.cart-thumb {
  height: 72px;
}

.page-checkout .container > .panel .btn,
.page-checkout .container > .panel .input {
  background: rgba(255, 255, 255, 0.42);
  border-color: rgba(26, 26, 22, 0.14);
  color: var(--wave-midnight);
}

.page-checkout .container > .panel .btn:hover {
  background: rgba(255, 255, 255, 0.58);
  border-color: rgba(26, 26, 22, 0.22);
}

.page-checkout .container > .panel .btn {
  padding: 10px 12px;
  border-radius: 12px;
  font-size: inherit;
  line-height: normal;
}

.page-zeta-product .zeta-product-detail .detail-option-row .input,
.page-zeta-product .zeta-product-detail .detail-option-row .qty-stepper .btn,
.page-product .container > .panel form .input {
  background: rgba(255, 255, 255, 0.42);
  border-color: rgba(26, 26, 22, 0.14);
  border-radius: 12px;
  color: var(--wave-midnight);
}

.page-zeta-product .zeta-product-detail .detail-option-row .qty-stepper .btn:hover,
.page-zeta-product .zeta-product-detail .detail-option-row .input:hover,
.page-product .container > .panel form .input:hover {
  background: rgba(255, 255, 255, 0.58);
  border-color: rgba(26, 26, 22, 0.22);
}

.page-zeta-product .zeta-product-detail .detail-option-row .qty-stepper .input {
  max-width: 90px;
}

.page-order-placed .order-placed-item {
  background: linear-gradient(90deg, rgba(44, 180, 210, 0.72), rgba(44, 180, 210, 0.88));
  background-repeat: no-repeat;
  background-size: 100% 100%;
  border-radius: 18px;
  box-shadow: 0 18px 42px rgba(26, 26, 22, 0.18);
  color: var(--wave-midnight);
}

.flyout-scrim {
  background: linear-gradient(90deg, rgba(26, 26, 22, 0.22), rgba(26, 26, 22, 0.78));
}

.flyout-shell.flyout-left .flyout-scrim {
  background: linear-gradient(90deg, rgba(26, 26, 22, 0.78), rgba(26, 26, 22, 0.22));
}

.flyout-panel {
  background: var(--flyout-panel-bg);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  border-radius: 0;
  box-shadow: 18px 0 60px rgba(0, 0, 0, 0.46);
  color: var(--wave-salt);
}

.tile-thumb,
.shop-tile-img,
.cart-thumb,
.detail-thumb {
  background: var(--wave-driftwood);
}

@media (max-width: 920px) {
  .zeta-product-detail .detail-split {
    grid-template-columns: 1fr;
  }

  #products-tiles {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  #shop-tiles {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .home-featured-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .wave-highlights-grid {
    gap: 24px;
  }

  .wave-style-mosaic {
    grid-template-columns: repeat(3, 1fr);
    grid-auto-rows: clamp(132px, 26.4vw, 228px);
    gap: 14px;
  }

  .wave-style-mosaic-tile {
    grid-column: auto;
    grid-row: auto;
  }

  .wave-style-mosaic-tile-2,
  .wave-style-mosaic-tile-6 {
    grid-row: span 2;
  }

  .wave-home-icons,
  .wave-editorial-band,
  .wave-style-grid,
  .wave-home-footer {
    grid-template-columns: 1fr;
  }

  .wave-editorial-tiles {
    grid-template-columns: 1fr;
    grid-template-rows: none;
  }

  .wave-editorial-tile-large {
    grid-row: auto;
  }

  .wave-home-social {
    justify-self: start;
  }
}

@media (max-width: 620px) {
  .zeta-product-detail {
    padding: 22px 16px;
  }

  .page-checkout .container > .panel {
    padding: 22px 16px;
  }

  .zeta-product-detail-head {
    align-items: flex-start;
    flex-direction: column;
  }

  .zeta-product-detail .detail-media-main,
  .zeta-product-detail .detail-media .tile-thumb {
    border-radius: 22px;
  }

  .zeta-product-detail .detail-right {
    padding: 18px;
    border-radius: 22px;
  }

  .zeta-product-detail .detail-thumb {
    width: 62px;
    height: 62px;
  }

  #products-tiles {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
    padding-inline: 16px;
  }

  #products-pagination {
    padding-inline: 16px;
  }

  #products-tiles .products-media {
    height: 100%;
  }

  #products-tiles .products-tile {
    min-height: 390px;
  }

  #shop-tiles {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
    padding-inline: 16px;
  }

  #shop-tiles .shop-tile-img {
    height: 100%;
  }

  #shop-tiles .shop-tile {
    min-height: 390px;
  }

  .home-featured-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    padding-inline: 16px;
  }

  #zrecs_user_interest {
    padding-inline: 16px;
  }

  .home-featured-grid .products-media {
    height: 100%;
  }

  .home-featured-grid .products-tile {
    min-height: 390px;
  }

  .wave-featured-head {
    align-items: flex-start;
    flex-direction: column;
    padding-inline: 16px;
  }

  .wave-featured-arrows span {
    width: 44px;
    height: 44px;
  }

  .wave-forty-off {
    min-height: 420px;
    padding: 34px 20px;
    background-position: 58% center;
  }

  .wave-forty-off h2 {
    font-size: clamp(46px, 15vw, 76px);
  }

  .wave-forty-off p {
    font-size: clamp(28px, 9vw, 44px);
  }

  .wave-highlights {
    padding-inline: 18px;
  }

  .wave-highlights-head {
    flex-direction: column;
  }

  .wave-highlights-grid {
    grid-template-columns: 1fr;
  }

  .wave-style-mosaic-section {
    padding-top: 36px;
  }

  .wave-summer-sale {
    min-height: 420px;
    background-position: 38% center;
  }

  .wave-summer-sale h2 {
    font-size: clamp(44px, 16vw, 76px);
  }

  .wave-summer-sale p {
    font-size: 18px;
  }

  .wave-style-pills {
    justify-content: flex-start;
    overflow-x: auto;
    flex-wrap: nowrap;
    padding: 0 20px 4px;
    width: 100%;
  }

  .wave-style-mosaic {
    grid-template-columns: repeat(2, 1fr);
    grid-auto-rows: 180px;
    padding-inline: 0;
  }

  .wave-style-mosaic-tile-2 {
    grid-column: span 2;
  }

  .home-hero {
    min-height: 560px;
    padding-bottom: 170px;
    border-radius: 0;
    background-position: 58% center;
  }

  .home-hero-copy {
    display: none;
  }

  .home-hero-panel {
    left: 20px;
    right: 10px;
    bottom: 10px;
  }

  .home-hero-images {
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .home-hero-image,
  .home-hero-image.is-primary,
  .home-hero-image:nth-child(3) {
    min-height: 103px;
    grid-template-columns: 82px 1fr;
    padding: 8px 12px 8px 8px;
    border-radius: 15px;
  }

  .home-hero-image img {
    width: 82px;
    height: 82px;
  }

  .wave-home-icon-card,
  .wave-editorial-band,
  .wave-style-card,
  .home-category-card,
  .home-section-head {
    border-radius: 24px;
  }
}
