/* ============================================================
   Endless #goodmood – Landing Page Styles
   Design reference: Adobe XD 1920×12290px
   ============================================================ */

/* ── RESET & BASE ─────────────────────────────────────── */
*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

:root {
  /* Brand colours */
  --c-bg: #D8EBF5;
  /* main page background – light powder blue */
  --c-header-bg: #5DB5C8;
  /* teal header */
  --c-navy: #1C2670;
  --c-darkblue: #2D3A8C;
  --c-blue: #2195BE;
  --c-teal: #2E9B9B;
  --c-pink: #D27BA3;
  --c-purple: #7B4FA0;
  --c-olive: #7B9650;
  --c-green: #4C8C2C;
  --c-red: #C23030;
  --c-yellow: #F5D400;
  --c-dream-text: #8FA5E8;
  --c-text: #393BA4;
  --c-musk: #7880B0;
  --c-tp-2ply: #D02B2F;
  --c-tp-3ply: #00AEB8;
  --c-tp-4ply: #D270A6;
  --c-tp-anniversary: #223176;
  /* body text */
  --c-text-dark: #222244;
  --c-white: #FFFFFF;

  /* Label pill colours */
  --label-blue: #5DB5C8;
  --label-pink: #D27BA3;
  --label-olive: #7B9650;
  --label-teal: #4DBCB0;
  --label-green: #4C8C2C;
  --label-navy: #1C2670;
  --label-purple: #AB5198;

  /* Typography */
  --font-main: 'Nunito', sans-serif;
  --font-display: 'Paytone One', sans-serif;

  /* Spacing */
  --max-w: 1400px;
  --section-gap: 120px;
  --row-gap: 80px;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: var(--font-main);
  background-color: var(--c-bg);
  color: var(--c-text);
  line-height: 1.5;
  overflow-x: hidden;
  position: relative;
}

img {
  max-width: 100%;
  display: block;
}

/* ── HEADER ───────────────────────────────────────────── */
.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  background: var(--c-header-bg);
  box-shadow: 0 2px 12px rgba(0, 0, 0, .12);
}

.header-inner {
  max-width: var(--max-w);
  margin: 0 auto;
  padding: 14px 48px;
}

.header-back-link {
  color: var(--c-white);
  text-decoration: none;
  font-family: "Helvetica Neue", "Arial Narrow", Arial, sans-serif;
  font-weight: 700;
  font-size: 22px;
  line-height: 28px;
  letter-spacing: 0;
  text-transform: uppercase;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  text-align: center;
  border: 2px solid var(--c-white);
  border-radius: 999px;
  padding: 6px 20px;
  transition: opacity .2s;
}

.header-back-link:hover {
  opacity: .8;
}

.back-arrow {
  font-size: 1rem;
  line-height: 1;
}

/* ── HERO ─────────────────────────────────────────────── */
.hero {
  position: relative;
  background: linear-gradient(165deg, #B8D8EC 0%, #D8EBF5 50%, #E5F0F8 100%);
  overflow: hidden;
  min-height: 680px;
  display: flex;
  align-items: center;
}

.hero-content {
  max-width: var(--max-w);
  margin: 0 auto;
  padding: 0 48px;
  width: 100%;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 32px;
}

.hero-brand {
  text-align: center;
  z-index: 2;
}

.hero-brand-endless {
  font-family: var(--font-display);
  font-size: clamp(1.4rem, 3vw, 2.2rem);
  color: var(--c-text-dark);
  letter-spacing: .08em;
  text-transform: lowercase;
  display: block;
  margin-bottom: -8px;
}

.hero-hashtag {
  font-family: var(--font-display);
  font-size: clamp(2.8rem, 8vw, 6rem);
  color: var(--c-text-dark);
  line-height: 1.05;
  font-weight: 900;
}

.hero-kalo {
  font-family: 'Nunito', cursive;
  font-style: italic;
  font-weight: 900;
  color: var(--c-yellow);
  -webkit-text-stroke: 2px var(--c-text-dark);
}

.hero-visual {
  position: relative;
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
}

.hero-image {
  width: 100%;
  height: auto;
  filter: drop-shadow(0 20px 40px rgba(0, 0, 0, .15));
}

/* ── INTRO MESSAGE ──────────────────────────────────────── */
.intro-message {
  padding: 0 48px;
}

.intro-inner {
  max-width: 1200px;
  margin: 0 auto;
}

.intro-message p {
  text-align: center;
  font-family: "Helvetica Neue", Arial, sans-serif;
  font-size: 42px;
  line-height: 52px;
  color: #000000;
  font-weight: 400;
  letter-spacing: 0;
}

.intro-highlight {
  color: var(--label-blue);
}

/* ── PRODUCT CATEGORIES ───────────────────────────────── */
.product-category {
  padding: 0 0 var(--section-gap);
}

.category-label {
  display: flex;
  align-items: center;
  margin: 0 0 var(--row-gap) 0;
  overflow: hidden;
  --label-scroll-progress: 0;
}

.category-label span {
  display: inline-block;
  padding: 18px 56px 18px 48px;
  background: var(--label-blue);
  color: var(--c-white);
  font-family: "Helvetica Neue", Arial, sans-serif;
  font-size: 39px;
  font-weight: 700;
  line-height: 47px;
  letter-spacing: 0;
  text-transform: uppercase;
  border-radius: 0 100px 100px 0;
  min-height: 84px;
  min-width: 760px;
  display: inline-flex;
  align-items: center;
  transform: translateX(calc((-100% + 84px) + var(--label-scroll-progress) * (100% - 84px)));
  transition: transform .1s linear;
}

.label-blue span {
  background: var(--label-blue);
}

/* ── PRODUCT ROW ──────────────────────────────────────── */
.product-row {
  /* display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 28px; */
  display: flex;
  flex-direction: row;
  align-items: center;
  max-width: var(--max-w);
  margin: 0 auto 52px;
  padding: 0 48px;
}

.product-row--left-img {
  direction: ltr;
}

.product-row--left-img .product-visual {
  order: 1;
}

.product-row--left-img .product-info {
  order: 2;
}

.product-row--right-img .product-info {
  order: 1;
}

.product-row--right-img .product-visual {
  order: 2;
}

/* ── PRODUCT INFO ─────────────────────────────────────── */
.product-info {
  padding: 24px 0;
}

.product-sub {
  font-size: 1rem;
  font-weight: 700;
  color: var(--c-blue);
  margin-bottom: 6px;
  letter-spacing: .04em;
}

.product-name {
  font-family: var(--font-display);
  font-size: 1rem;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 16px;
  color: var(--c-text);
  text-align: center;
}

.product-name--musk {
  color: var(--c-musk);
}

.product-name--darkblue {
  color: var(--c-darkblue);
}

.product-name--purple {
  color: var(--c-purple);
}

.product-name--teal {
  color: var(--c-teal);
}

.product-name--pink {
  color: var(--c-pink);
}

.product-name--olive {
  color: var(--c-olive);
}

.product-name--green {
  color: var(--c-green);
}

.product-name--blue {
  color: var(--c-blue);
}

.product-name--navy {
  color: var(--c-navy);
}

.product-name--red {
  color: var(--c-red);
}

product-name--purple {
  color: var(--label-purple);
}

.product-tagline {
  width: 356px;
  font-size: 1rem;
  font-weight: 400;
  color: var(--c-text);
  text-align: center;
  line-height: 1.6;
  margin-bottom: 24px;
}

.product-tagline--pink {
  color: var(--c-pink);
}

.product-subtitle-bold {
  font-size: clamp(1.1rem, 2.2vw, 1.6rem);
  font-weight: 800;
  color: var(--c-olive);
  margin-bottom: 12px;
}

/* ── PRODUCT SPECS ────────────────────────────────────── */
.product-specs {
  display: flex;
  gap: 24px;
  flex-wrap: wrap;
  margin-bottom: 20px;
}

.spec-item {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 2px;
}

.spec-big {
  font-family: var(--font-display);
  font-size: clamp(2.4rem, 5vw, 3.6rem);
  color: var(--c-darkblue);
  line-height: 1;
}

.spec-big small {
  font-size: 55%;
  vertical-align: baseline;
}

.spec-label {
  font-size: .85rem;
  font-weight: 600;
  color: var(--c-text);
  opacity: .75;
}

.spec-circle {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 52px;
  height: 52px;
  border-radius: 50%;
  border: 3px solid var(--c-pink);
  color: var(--c-pink);
  font-family: var(--font-display);
  font-size: 1.4rem;
  margin-right: 12px;
}

.spec-circle--purple {
  border-color: var(--c-purple);
  color: var(--c-purple);
}

/* Paper product specs row layout */
.paper-specs {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.spec-row {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 1rem;
  font-weight: 700;
  color: var(--c-text);
  flex-wrap: wrap;
}

.spec-row strong {
  font-size: 1.5rem;
  font-family: var(--font-display);
  color: var(--c-darkblue);
}

.spec-row strong small {
  font-size: 60%;
}

.spec-icon-text {
  font-size: 1.3rem;
}

/* ── PRODUCT ICON NAME ROW ────────────────────────────── */
.product-icon-name {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 12px;
}

.product-icon-svg {
  font-size: 2.4rem;
  color: var(--c-pink);
}

/* ── REFILL BADGE ─────────────────────────────────────── */
.refill-row {
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 12px 0 4px;
  flex-wrap: wrap;
}

.refill-measure {
  font-size: 1.3rem;
  font-weight: 700;
  color: var(--c-darkblue);
}

.refill-arrow {
  font-size: 1.5rem;
  color: var(--c-darkblue);
}

.refill-result strong {
  font-family: var(--font-display);
  font-size: 2rem;
  color: var(--c-darkblue);
}

.refill-badge {
  background: var(--c-darkblue);
  color: var(--c-white);
  border-radius: 30px;
  padding: 4px 16px;
  font-weight: 800;
  font-size: .9rem;
  letter-spacing: .05em;
}

.refill-badge--purple {
  background: var(--c-purple);
}

.refill-hint {
  font-size: .9rem;
  color: var(--c-text);
  opacity: .7;
}

/* ── PRODUCT VISUAL / PEDESTAL ────────────────────────── */
.product-visual {
  display: flex;
  justify-content: center;
  align-items: flex-end;
}

.product-pedestal {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  max-width: 600px;
}

.product-info--dream-plus {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 22px;
}

.dream-plus-title {
  width: min(100%, 420px);
  height: auto;
}

.dream-plus-specs {
  width: min(100%, 420px);
  height: auto;
}

.dream-plus-text {
  font-family: "Helvetica Neue", Arial, sans-serif;
  font-weight: 400;
  font-size: 34px;
  line-height: 42px;
  text-align: center;
  color: var(--c-dream-text);
  margin: 0;
}

/* Product images (original 3D renders from XD) */
.product-img {
  position: relative;
  z-index: 1;
  max-height: 500px;
  width: auto;
  margin: 0 auto;
  transition: transform .35s ease;
}

.product-img:hover {
  transform: translateY(-8px) scale(1.03);
}

.product-img--hue-teal {
  filter: hue-rotate(160deg) saturate(1.3);
}

/* ── SPEC IMAGE from XD ───────────────────────────────── */
.spec-img {
  display: block;
  max-width: 320px;
  width: 100%;
  height: auto;
  margin: 8px 0 16px;
}

/* ── PRODUCT ICON LOGO (Image57, Image54…) ────────────── */
.product-icon-logo {
  display: block;
  max-width: 260px;
  height: auto;
  margin-bottom: 16px;
}

/* ── ALL IN 1 FEATURE ICONS BAR ───────────────────────── */
.allin1-features-img {
  display: block;
  max-width: 360px;
  width: 100%;
  height: auto;
  margin: 16px 0 4px;
}

/* ── SIDE MASCOTS ─────────────────────────────────────── */
.side-mascots {
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 3;
  overflow: visible;
}

.side-mascot {
  position: absolute;
  height: auto;
  opacity: 0;
  filter: drop-shadow(0 12px 30px rgba(0, 0, 0, .14));
  /* transition drives the entrance; JS adds .mascot-visible */
  transition: opacity 1.15s ease-out, transform 1.15s ease-out;
  transform: translateX(var(--mascot-x-start)) rotate(var(--mascot-rotate-start)) scale(var(--mascot-scale), 1);
}

/* State set by IntersectionObserver when mascot enters viewport */
.side-mascot.mascot-visible {
  opacity: .96;
  transform: translateX(var(--mascot-x-end)) rotate(var(--mascot-rotate-end)) scale(var(--mascot-scale), 1);
}

/* Tentacle: LEFT side, in ΜΑΛΑΚΤΙΚΑ section (~1700px page Y)            */
/* Design: curls in from left edge, pointing up-right, slight -8deg       */
.side-mascot--tentacle {
  left: -60px;
  /* top is set dynamically by JS (data-align-to="product-aura-plus") */
  width: clamp(160px, 14vw, 280px);
  transform-origin: bottom right;
  --mascot-x-start: -10px;
  --mascot-x-end: -30px;
  --mascot-rotate-start: 0;
  --mascot-rotate-end: 10deg;
  --mascot-scale: 1;
}

/* Llama: LEFT side, in ΡΟΛΑ ΥΓΕΙΑΣ section (~7000px page Y)             */
/* Design: alpaca head peeking in from left, facing right, mostly upright  */
.side-mascot--llama {
  left: -100px;
  /* top is set dynamically by JS (data-align-to="product-tp-4ply") */
  width: clamp(180px, 16vw, 320px);
  transform-origin: bottom right;
  --mascot-x-start: -160px;
  --mascot-x-end: -140px;
  --mascot-rotate-start: 0deg;
  --mascot-rotate-end: 50deg;
  --mascot-scale: 1;
}

.side-mascot--seagull {
  right: 180px;
  left: auto;
  /* top is set dynamically by JS (data-align-to="aporryp-rouchon") */
  width: clamp(180px, 17vw, 320px);
  transform-origin: center left;
  --mascot-x-start: 600px;
  --mascot-x-end: 400px;
  --mascot-rotate-start: -10deg;
  --mascot-rotate-end: -30deg;
  --mascot-scale: 1;
}

/* Owl: RIGHT side, near ΡΟΛΑ ΚΟΥΖΙΝΑΣ / ΧΕΙΡΟΠΕΤΣΕΤΕΣ (~8900px page Y)  */
/* Design: snowy owl diving in from right, head tilted ~35deg clockwise    */
.side-mascot--owl {
  right: -500px;
  left: auto;
  /* top is set dynamically by JS (data-align-to="product-kr-3ply") */
  width: clamp(240px, 22vw, 420px);
  transform-origin: bottom left;
  --mascot-x-start: 300px;
  --mascot-x-end: 340px;
  --mascot-rotate-start: 0deg;
  --mascot-rotate-end: -30deg;
  --mascot-scale: 1;
}

/*
 * Τα animations ξεκινούν ΜΟΝΟ αφού ολοκληρωθεί η entrance transition (1.15s).
 * Έτσι αποφεύγεται σύγκρουση transform μεταξύ entrance και loop animation.
 * animation-delay = διάρκεια entrance transition.
 */
.side-mascot--tentacle.mascot-visible {
  animation: mascot-tentacle-sway 5s ease-in-out 1.15s infinite;
}

.side-mascot--seagull.mascot-visible {
  animation: mascot-seagull-glide 4.5s ease-in-out 1.15s infinite;
}

.side-mascot--llama.mascot-visible {
  animation: mascot-llama-bounce 3.8s ease-in-out 1.15s infinite;
}

.side-mascot--owl.mascot-visible {
  animation: mascot-owl-tilt 6s ease-in-out 1.15s infinite;
}

/* ── MASCOT INFINITE-LOOP ANIMATIONS ──────────────────── */

/* Tentacle: αιωρείται σαν εκκρεμές από αριστερά – αργή στρογγυλή κίνηση */
@keyframes mascot-tentacle-sway {

  0%,
  100% {
    transform: translateX(var(--mascot-x-end)) rotate(var(--mascot-rotate-end)) scale(var(--mascot-scale), 1) translateY(0px);
  }

  25% {
    transform: translateX(var(--mascot-x-end)) rotate(calc(var(--mascot-rotate-end) + 8deg)) scale(var(--mascot-scale), 1) translateY(-12px);
  }

  75% {
    transform: translateX(var(--mascot-x-end)) rotate(calc(var(--mascot-rotate-end) - 6deg)) scale(var(--mascot-scale), 1) translateY(8px);
  }
}

/* Seagull: ολισθαίνει / πλέει στον αέρα – up-down με ελαφρά στροφή */
@keyframes mascot-seagull-glide {

  0%,
  100% {
    transform: translateX(var(--mascot-x-end)) rotate(var(--mascot-rotate-end)) scale(var(--mascot-scale), 1) translateY(0px);
  }

  30% {
    transform: translateX(var(--mascot-x-end)) rotate(calc(var(--mascot-rotate-end) - 5deg)) scale(var(--mascot-scale), 1) translateY(-18px);
  }

  70% {
    transform: translateX(var(--mascot-x-end)) rotate(calc(var(--mascot-rotate-end) + 4deg)) scale(var(--mascot-scale), 1) translateY(10px);
  }
}

/* Llama: σκαμπανεβάζει σαν να χοροπηδά – πιο ζωηρή κίνηση */
@keyframes mascot-llama-bounce {

  0%,
  100% {
    transform: translateX(var(--mascot-x-end)) rotate(var(--mascot-rotate-end)) scale(var(--mascot-scale), 1) translateY(0px);
  }

  20% {
    transform: translateX(var(--mascot-x-end)) rotate(calc(var(--mascot-rotate-end) - 4deg)) scale(var(--mascot-scale), 1) translateY(-20px);
  }

  45% {
    transform: translateX(var(--mascot-x-end)) rotate(calc(var(--mascot-rotate-end) + 3deg)) scale(var(--mascot-scale), 1) translateY(4px);
  }

  65% {
    transform: translateX(var(--mascot-x-end)) rotate(calc(var(--mascot-rotate-end) - 2deg)) scale(var(--mascot-scale), 1) translateY(-12px);
  }

  85% {
    transform: translateX(var(--mascot-x-end)) rotate(calc(var(--mascot-rotate-end) + 2deg)) scale(var(--mascot-scale), 1) translateY(2px);
  }
}

/* Owl: αργή, σοφή κλίση κεφαλιού – "στοχαστική" κίνηση */
@keyframes mascot-owl-tilt {

  0%,
  100% {
    transform: translateX(var(--mascot-x-end)) rotate(var(--mascot-rotate-end)) scale(var(--mascot-scale), 1) translateY(0px);
  }

  40% {
    transform: translateX(var(--mascot-x-end)) rotate(calc(var(--mascot-rotate-end) - 10deg)) scale(var(--mascot-scale), 1) translateY(-14px);
  }

  60% {
    transform: translateX(var(--mascot-x-end)) rotate(calc(var(--mascot-rotate-end) + 6deg)) scale(var(--mascot-scale), 1) translateY(6px);
  }
}

/* ── FOOTER ───────────────────────────────────────────── */
.site-footer {
  margin-top: 24px;
  padding: 0;
  background: transparent;
  overflow: hidden;
}

.footer-stack {
  width: 100vw;
  margin-left: calc(50% - 50vw);
  position: relative;
}

.footer-svg {
  max-width: 800px;
  width: 80vw;
  margin: auto;
  height: auto;
}

.footer-mountain-wrapper {
  position: relative;
  width: 100%;
  overflow: hidden;
  transform: translateY(140px);
  will-change: transform;
}

.footer-cloud {
  position: absolute;
  z-index: 1;
  pointer-events: none;
  height: auto;
  will-change: transform;
}

.footer-cloud--bottom-left {
  z-index: 3;
  animation: footer-cloud-rotate-1 7s ease-in-out infinite;
}

.footer-cloud--mid-left {
  animation: footer-cloud-rotate-2 6.2s ease-in-out 0.6s infinite;
}

.footer-cloud--right {
  animation: footer-cloud-rotate-3 8s ease-in-out 1.2s infinite;
}

/* ── FOOTER CLOUD ROTATE & FLOAT ANIMATIONS ───────────── */
@keyframes footer-cloud-rotate-1 {

  0%,
  100% {
    transform: translateY(0px) rotate(0deg);
  }

  33% {
    transform: translateY(-8px) rotate(-4deg);
  }

  66% {
    transform: translateY(6px) rotate(3deg);
  }
}

@keyframes footer-cloud-rotate-2 {

  0%,
  100% {
    transform: translateY(0px) rotate(0deg);
  }

  40% {
    transform: translateY(-10px) rotate(4deg);
  }

  75% {
    transform: translateY(5px) rotate(-3deg);
  }
}

@keyframes footer-cloud-rotate-3 {

  0%,
  100% {
    transform: translateY(0px) rotate(0deg);
  }

  30% {
    transform: translateY(-12px) rotate(-3deg);
  }

  70% {
    transform: translateY(8px) rotate(5deg);
  }
}

.footer-mountain {
  position: relative;
  z-index: 2;
  width: 100%;
  height: auto;
  margin-top: -2px;
}

/* ── SCROLL-ENTRANCE ANIMATION ────────────────────────── */
[data-aos] {
  opacity: 0;
  transform: translateY(40px);
  transition: opacity .7s ease, transform .7s ease;
}

[data-aos].aos-animate {
  opacity: 1;
  transform: translateY(0);
}

/* ── CLOUD FLOATING ANIMATION ────────────────────────── */
@keyframes cloud-float {

  0%,
  100% {
    transform: translateY(0px);
  }

  50% {
    transform: translateY(-8px);
  }
}

.cloud-img {
  animation: cloud-float 4s ease-in-out infinite;
}

/* ── INTRO MESSAGE SCROLL OFFSET ─────────────────────── */
#intro-message {
  will-change: transform;
}

#product-tp-musk {
  --c-text: var(--c-musk);
}

#product-tp-2ply {
  --c-text: var(--c-tp-2ply);
}

#product-tp-3ply {
  --c-text: var(--c-tp-3ply);
}

#product-tp-4ply {
  --c-text: var(--c-tp-4ply);
}

#product-tp-anniversary {
  --c-text: var(--c-tp-anniversary);
}

#product-kr-2ply {
  --c-text: #47A347;
}

#product-kr-3ply {
  --c-text: #2195BE;
}

#product-zik-zak {
  --c-text: var(--c-purple);
}

#product-allin1-general {
  --c-text: #2E2F5C;
}

#product-allin1-salt {
  --c-text: #2E2F5C;
}

#product-power-plus {
  --c-text: #2E2F5C;
}

.product-row {
  margin-top: calc(var(--label-scroll-progress, 1) * -160px);
  --animated-delta-x: 10vw;
}

.product-row--left-img .product-visual {
  transform: translateX(calc(calc(var(--label-scroll-progress, 1) - 1) * var(--animated-delta-x)));
}

.product-row--left-img .product-info {
  transform: translateX(calc(calc(var(--label-scroll-progress, 1) - 1) * -1 * var(--animated-delta-x)));
}

.product-row--right-img .product-visual {
  transform: translateX(calc(calc(var(--label-scroll-progress, 1) - 1) * -1 * var(--animated-delta-x)));
}

.product-row--right-img .product-info {
  transform: translateX(calc(calc(var(--label-scroll-progress, 1) - 1) * var(--animated-delta-x)));
}

.product-specs.centered {
  align-items: center;
  justify-content: center;
}

.specs-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  grid-template-rows: repeat(2, 1fr);
  grid-auto-flow: column;
  gap: 10px;
  width: 100%;
  max-width: 420px;
  font-size: 0.7em;
  color: var(--c-text);
  text-align: center;
}

.specs-grid img {
  width: 100%;
  height: auto;
  aspect-ratio: 1;
  object-fit: contain;
}

.specs-grid span {}

html {
  overflow-x: hidden;
}

/* Mobile Version */
@media(min-width: 768px) {

  /* Hide mobile specific elements */
  .product-info .product-img,
  .mobile-show {
    display: none;
  }
}

@media(max-width: 767px) {

  /* Disable the desktop animations and define mobile specific in this piece of code | BEGIN */
  html {
    scroll-behavior: auto !important;
  }

  *,
  *::before,
  *::after {
    animation: none !important;
    transition: none !important;
  }

  [data-aos] {
    opacity: 1 !important;
    transform: none !important;
  }

  .side-mascot {
    opacity: 1 !important;
    transform: none !important;
    animation: none !important;
    transition: none !important;
  }

  .footer-mountain-wrapper,
  #intro-message,
  .product-row,
  .product-row .product-visual,
  .product-row .product-info,
  .category-label span,
  .hero-image,
  .product-img,
  .cloud-img,
  .footer-cloud {
    transform: none !important;
    animation: none !important;
    transition: none !important;
    margin-top: 0 !important;
  }

  /* Disable the desktop animations and define mobile specific in this piece of code | END */

  .hero {
    min-height: auto;
    height: auto;
  }

  .intro-message p {
    font-size: 1.2em;
    line-height: 1.1;
  }

  .category-label span {
    font-size: 0.8em;
    min-width: 60vw;
    min-height: 1.3em;
    padding: 8px 2vw 9px 8px;
    display: inline-block;
    text-align: right;
    line-height: 1.5em;
  }


  .product-row {
    padding: 0;
    margin-bottom: 0 !important;
  }

  .product-row h2,
  .product-row .product-title,
  .product-row .product-img,
  .product-row .product-specs-img,
  .product-row .specs-grid,
  .product-row .product-tagline,
  .product-row .product-specs {
    width: 80vw;
    margin: auto;
  }

  .product-row .product-info {
    maRgin: auto;
  }

  /* Custom size of specific items */
  #product-wave .product-img {
    width: 100vw;
  }

  .product-category {
    margin-top: 2em;
  }

  .specs-grid {
    font-size: 0.15em;
  }

  /* Animate tentacle to move (translateY between 0 and 5vw for 2seconds infinitely */
  @keyframes tentacle-move {
    0% {
      transform: rotate(80deg) translateY(0vw);
    }

    50% {
      transform: rotate(90deg) translateY(5vw);
    }

    100% {
      transform: rotate(80deg) translateY(0vw);
    }
  }

  @keyframes seagull-move {
    0% {
      transform: rotate(-45deg) translate(30vw, 20vw);
    }

    50% {
      transform: rotate(-40deg) translate(30vw, 20vw);
    }

    100% {
      transform: rotate(-45deg) translate(30vw, 20vw);
    }
  }

  @keyframes alpaca-move {
    0% {
      transform: rotate(45deg) translateY(20vw);
    }

    50% {
      transform: rotate(47deg) translateY(25vw);
    }

    100% {
      transform: rotate(45deg) translateY(20vw);
    }
  }

  @keyframes owl-move {
    0% {
      transform: rotate(-45deg) translate(30vw, 20vw);
    }

    50% {
      transform: rotate(-43deg) translate(28vw, 20vw);
    }

    100% {
      transform: rotate(-45deg) translate(30vw, 20vw);
    }
  }

  /* Mascots */
  .horizontal-tentacle {
    margin-top: -35vw;
    margin-bottom: -30vw;
    height: 110vw;
    width: auto;
    object-fit: contain;
    animation: tentacle-move 2s ease-in-out infinite !important;
  }

  .mobile-seagull {
    margin-top: -35vw;
    margin-bottom: -30vw;
    height: 110vw;
    width: auto;
    object-fit: contain;
    animation: seagull-move 2s ease-in-out infinite !important;
  }

  .mobile-lama {
    margin-top: -25vw;
    margin-bottom: -5vw;
    height: 110vw;
    width: auto;
    object-fit: contain;
    animation: alpaca-move 2s ease-in-out infinite !important;
  }

  .mobile-owl {
    margin-top: -35vw;
    margin-bottom: 4vw;
    width: 200vw;
    max-width: 200vw;
    height: auto;
    object-fit: contain;
    animation: owl-move 2s ease-in-out infinite !important;
  }

  /* Hide desktop specific elements */
  .side-mascots,
  .product-row .product-visual,
  .mobile-hide {
    display: none;
  }

}