:root {
  --site-gutter: clamp(1rem, 2.4vw, 2rem);
  --site-max-width: 80rem;
  --site-header-height: 5rem;
  --type-display: clamp(2.45rem, 3.7vw, 3.55rem);
  --type-page-title: clamp(2.05rem, 3vw, 2.9rem);
  --type-section-title: clamp(1.75rem, 2.3vw, 2.45rem);
  --type-card-title: clamp(1rem, 1.2vw, 1.18rem);
  --section-y-sm: clamp(2.75rem, 6vw, 4rem);
  --section-y-md: clamp(3.25rem, 7vw, 5rem);
  --section-y-lg: clamp(4rem, 8vw, 5.75rem);
  --card-radius: 1rem;
  --card-padding: clamp(1.1rem, 2vw, 1.55rem);
  --product-card-width: 17.25rem;
}

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

html {
  font-size: 16px;
  scroll-padding-top: var(--site-header-height);
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
}

body {
  min-width: 320px;
  overflow-x: hidden;
}

main,
section,
header,
footer,
.grid,
.flex {
  min-width: 0;
}

.grid > *,
.flex > * {
  min-width: 0;
}

img,
picture,
video,
canvas {
  display: block;
  max-width: 100%;
  height: auto;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
button,
label,
span {
  overflow-wrap: break-word;
}

.text-6xl,
.text-5xl {
  font-size: var(--type-display) !important;
  line-height: 1.06 !important;
  letter-spacing: 0 !important;
}

.text-4xl,
.text-\[40px\] {
  font-size: var(--type-page-title) !important;
  line-height: 1.08 !important;
  letter-spacing: 0 !important;
}

.text-3xl,
.text-2xl {
  font-size: var(--type-section-title) !important;
  line-height: 1.12 !important;
  letter-spacing: 0 !important;
}

.text-xl {
  font-size: var(--type-card-title) !important;
  line-height: 1.25 !important;
}

.text-lg {
  font-size: clamp(1rem, 1.15vw, 1.08rem) !important;
  line-height: 1.6 !important;
}

.py-16,
.py-18 {
  padding-top: var(--section-y-sm) !important;
  padding-bottom: var(--section-y-sm) !important;
}

.py-20,
.py-24 {
  padding-top: var(--section-y-md) !important;
  padding-bottom: var(--section-y-md) !important;
}

.py-28,
.py-32 {
  padding-top: var(--section-y-lg) !important;
  padding-bottom: var(--section-y-lg) !important;
}

.max-w-4xl,
.max-w-5xl,
.max-w-6xl,
.max-w-7xl {
  width: 100% !important;
  max-width: min(var(--site-max-width), calc(100vw - (var(--site-gutter) * 2))) !important;
  margin-left: auto !important;
  margin-right: auto !important;
}

.overflow-x-auto {
  -webkit-overflow-scrolling: touch;
}

.rounded-3xl,
.rounded-\[2rem\],
.rounded-\[2\.5rem\] {
  border-radius: var(--card-radius) !important;
}

.rounded-2xl {
  border-radius: 0.85rem !important;
}

.rounded-xl {
  border-radius: 0.65rem !important;
}

.rounded-3xl.p-8,
.rounded-2xl.p-8,
.rounded-3xl.p-6,
.rounded-2xl.p-6,
article.rounded-3xl,
article.rounded-2xl {
  padding: var(--card-padding) !important;
}

.w-20.h-20 {
  width: 4rem !important;
  height: 4rem !important;
}

.w-16.h-16 {
  width: 3.25rem !important;
  height: 3.25rem !important;
}

#product-grid {
  grid-template-columns: minmax(0, 1fr) !important;
  gap: 1.25rem !important;
  max-width: calc(var(--product-card-width) * 3 + 2.5rem) !important;
  margin-left: auto !important;
  margin-right: auto !important;
}

.product-card {
  width: 100% !important;
  max-width: var(--product-card-width) !important;
  border-radius: var(--card-radius) !important;
}

.product-card .aspect-square {
  aspect-ratio: 1 / 1 !important;
}

.product-card .p-5 {
  padding: 1rem !important;
}

.product-card h2 {
  font-size: 0.95rem !important;
  line-height: 1.25 !important;
  margin-bottom: 0.45rem !important;
}

.product-card p {
  font-size: 1.05rem !important;
  line-height: 1.25 !important;
}

section a.max-w-sm,
section div.max-w-md.bg-white,
section article.max-w-\[270px\] {
  max-width: 19rem !important;
}

section [class*="grid-cols"] > article,
section [class*="grid-cols"] > div.rounded-3xl,
section [class*="grid-cols"] > div.rounded-2xl {
  min-height: 0 !important;
}

.mask-edges {
  padding-block: 0.5rem !important;
}

.mask-edges .animate-marquee {
  gap: 1rem !important;
  padding-block: 0.75rem !important;
  pointer-events: auto !important;
}

.mask-edges .animate-marquee > img,
.mask-edges .animate-marquee > span {
  width: 10.75rem !important;
  height: 5.75rem !important;
  flex: 0 0 10.75rem !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  padding: 1rem 1.25rem !important;
  border: 1px solid rgba(226, 232, 240, 0.9) !important;
  border-radius: 1rem !important;
  background: #ffffff !important;
  box-shadow: 0 16px 34px -28px rgba(15, 23, 42, 0.35) !important;
  filter: grayscale(1) !important;
  opacity: 0.55 !important;
  object-fit: contain !important;
  overflow: hidden !important;
  pointer-events: auto !important;
  transition: transform 180ms ease, box-shadow 180ms ease, opacity 180ms ease, filter 180ms ease, border-color 180ms ease !important;
}

.mask-edges .animate-marquee > span {
  margin-left: 0 !important;
  color: #64748b !important;
  font-size: clamp(1.05rem, 1.35vw, 1.35rem) !important;
  line-height: 1 !important;
  letter-spacing: 0 !important;
  text-align: center !important;
  white-space: normal !important;
}

.mask-edges .animate-marquee > img:hover,
.mask-edges .animate-marquee > span:hover {
  transform: translateY(-0.2rem) !important;
  border-color: rgba(0, 169, 157, 0.22) !important;
  box-shadow: 0 20px 42px -26px rgba(15, 23, 42, 0.45) !important;
  filter: grayscale(0) !important;
  opacity: 1 !important;
}

@media (min-width: 1536px) {
  :root {
    --site-max-width: 88rem;
  }
}

@media (min-width: 640px) {
  #product-grid {
    grid-template-columns: repeat(2, minmax(0, var(--product-card-width))) !important;
    justify-content: center !important;
  }

  .sm\:text-4xl {
    font-size: var(--type-section-title) !important;
    line-height: 1.12 !important;
    letter-spacing: 0 !important;
  }

  .sm\:text-\[48px\] {
    font-size: var(--type-page-title) !important;
    line-height: 1.08 !important;
    letter-spacing: 0 !important;
  }
}

@media (min-width: 768px) {
  html {
    font-size: 15.5px;
  }

  #product-grid {
    grid-template-columns: repeat(3, minmax(0, var(--product-card-width))) !important;
  }

  .md\:text-5xl {
    font-size: var(--type-page-title) !important;
    line-height: 1.08 !important;
    letter-spacing: 0 !important;
  }
}

@media (min-width: 1024px) {
  html {
    font-size: 15px;
  }

  .lg\:text-6xl,
  .lg\:text-5xl {
    font-size: var(--type-display) !important;
    line-height: 1.06 !important;
    letter-spacing: 0 !important;
  }

  .lg\:text-\[4rem\],
  .lg\:text-\[56px\] {
    font-size: var(--type-page-title) !important;
    line-height: 1.08 !important;
    letter-spacing: 0 !important;
  }

  .lg\:text-4xl {
    font-size: var(--type-section-title) !important;
    line-height: 1.12 !important;
    letter-spacing: 0 !important;
  }

  .lg\:py-16 {
    padding-top: var(--section-y-sm) !important;
    padding-bottom: var(--section-y-sm) !important;
  }

  .lg\:py-20,
  .lg\:py-24 {
    padding-top: var(--section-y-md) !important;
    padding-bottom: var(--section-y-md) !important;
  }

  .lg\:py-28,
  .lg\:py-32 {
    padding-top: var(--section-y-lg) !important;
    padding-bottom: var(--section-y-lg) !important;
  }
}

@media (min-width: 2200px) {
  :root {
    --site-max-width: 92rem;
  }

  .xl\:text-\[60px\] {
    font-size: var(--type-display) !important;
    line-height: 1.06 !important;
    letter-spacing: 0 !important;
  }

}

@media (max-width: 767px) {
  :root {
    --site-gutter: 1rem;
    --site-header-height: 4.5rem;
  }

  body {
    font-size: 1rem;
  }

  main {
    padding-top: 1rem;
  }

  h1 {
    font-size: clamp(2rem, 9vw, 2.55rem) !important;
    line-height: 1.08 !important;
  }

  .text-\[40px\],
  .text-4xl,
  .text-5xl,
  .text-6xl {
    font-size: clamp(2rem, 9vw, 2.55rem) !important;
    line-height: 1.08 !important;
  }

  .text-3xl,
  .text-2xl {
    font-size: clamp(1.45rem, 6vw, 1.85rem) !important;
  }

  .product-card {
    max-width: 100% !important;
  }

  .rounded-\[2\.5rem\],
  .rounded-\[2rem\] {
    border-radius: 1.5rem !important;
  }
}

@media (max-width: 480px) {
  .max-w-4xl,
  .max-w-5xl,
  .max-w-6xl,
  .max-w-7xl {
    max-width: calc(100vw - 2rem) !important;
  }

  [class*="tracking-\["],
  .tracking-widest {
    letter-spacing: 0.08em !important;
  }

  .text-\[10px\],
  .text-\[11px\] {
    font-size: 0.72rem !important;
  }
}

@media (min-width: 1024px) and (max-height: 820px) {
  main > section:first-child {
    padding-top: clamp(3rem, 7vh, 5rem) !important;
    padding-bottom: clamp(3rem, 7vh, 5rem) !important;
  }
}
