@font-face {
  font-family: "Founders Grotesk";
  src: url("FONTS/Test Founders Grotesk/test-founders-grotesk-regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "Founders Grotesk";
  src: url("FONTS/Test Founders Grotesk/test-founders-grotesk-medium.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: "Founders Grotesk";
  src: url("FONTS/Test Founders Grotesk/test-founders-grotesk-bold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: "Founders X Condensed";
  src: url("FONTS/Test Founders Grotesk X-Condensed/test-founders-grotesk-x-condensed-medium.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: "Founders X Condensed";
  src: url("FONTS/Test Founders Grotesk X-Condensed/test-founders-grotesk-x-condensed-semibold.woff2") format("woff2");
  font-weight: 600;
  font-style: normal;
}

:root {
  --bg: #ffffff;
  --text: #0f0f12;
  --muted: #d4d4d4;
  --muted-dark: #404551;
}

* {
  box-sizing: border-box;
}

html,
body {
  margin: 0;
  padding: 0;
  min-height: 100%;
}

body {
  background: var(--bg);
  color: var(--text);
  font-family: "Founders Grotesk", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

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

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.site-shell {
  min-height: 100vh;
}

.site-header {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 18px 24px 8px;
}

.logo-link {
  display: inline-flex;
  width: min(120px, 25.27vw);
}

.logo-link img {
  display: block;
  width: 100%;
}

@supports (-webkit-mask-image: url("")) or (mask-image: url("")) {
  .logo-link img {
    display: none;
  }

  .logo-link::before {
    content: "";
    display: block;
    width: 100%;
    aspect-ratio: 180 / 38;
    background-color: #000;
    animation: logo-color-flash 1.25s steps(1, end) infinite;
    -webkit-mask-image: url("goodside-logo.svg");
    -webkit-mask-position: center;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-size: contain;
    mask-image: url("goodside-logo.svg");
    mask-position: center;
    mask-repeat: no-repeat;
    mask-size: contain;
  }
}

.header-icon-button {
  width: 36px;
  height: 36px;
  border: 0;
  background: transparent;
  color: #555;
  padding: 3px;
  margin: 0;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.header-icon-button svg {
  width: 100%;
  height: 100%;
  display: block;
}

.audio-button {
  position: absolute;
  left: 16px;
  top: 9px;
}

.audio-button svg {
  width: 106%;
  height: 106%;
}

.audio-button .audio-wave,
.audio-button .audio-speaker {
  opacity: 0.72;
  transform-origin: center;
}

.audio-button.is-playing .audio-wave-1 {
  animation: audio-wave-pulse 0.95s ease-in-out infinite;
}

.audio-button.is-playing .audio-wave-2 {
  animation: audio-wave-pulse 1.15s ease-in-out infinite 0.12s;
}

.audio-button.is-playing {
  animation: audio-color-flash 1.25s linear infinite;
}

@keyframes audio-wave-pulse {
  0%,
  100% {
    opacity: 0.45;
  }

  50% {
    opacity: 1;
  }
}

@keyframes audio-color-flash {
  0% {
    color: #0732c1;
  }

  33% {
    color: #f397bd;
  }

  66% {
    color: #f1b60b;
  }
}

@keyframes logo-color-flash {
  0%,
  32.999% {
    background-color: #0732c1;
  }

  33%,
  65.999% {
    background-color: #f397bd;
  }

  66%,
  100% {
    background-color: #f1b60b;
  }
}

.cart-button {
  position: absolute;
  right: 16px;
  top: 17px;
}

.page-content {
  max-width: 1680px;
  margin: 0 auto;
}

.home-view {
  padding: 56px 28px 74px 214px;
}

.home-title {
  display: block;
  width: 798.188px;
  margin: 0 0 58.5px;
  text-align: left;
  text-transform: uppercase;
  color: rgb(0, 0, 0);
  font-family: "Founders Grotesk", ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-weight: 400;
  font-size: 72.4107px;
  line-height: 77.1286px;
  letter-spacing: 0;
}

.product-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(240px, 332px));
  justify-content: start;
  gap: 122px;
  max-width: 786px;
  margin: 0;
}

.product-card {
  text-decoration: none;
  color: inherit;
}

.product-card:hover .product-name,
.product-card:focus-visible .product-name {
  opacity: 0.8;
}

.product-media {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  height: clamp(260px, 26vw, 420px);
  margin-bottom: 36px;
}

.product-media img {
  width: min(100%, 315px);
  max-height: 400px;
  object-fit: contain;
}

.product-card--rainbow-hoodie .product-media img {
  width: min(100%, 322px);
}

.product-card--brand-big-tote .product-media img {
  width: min(100%, 312px);
}

.product-name {
  margin: 0;
  text-transform: uppercase;
  font-family: "Founders Grotesk", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 500;
  font-size: clamp(30px, 3.1vw, 52px);
  line-height: 0.84;
  letter-spacing: -0.012em;
  transition: opacity 180ms ease, color 180ms ease;
}

.product-status {
  margin-top: 3px;
  text-transform: uppercase;
  font-size: clamp(21px, 2.55vw, 42px);
  letter-spacing: -0.01em;
  line-height: 1;
  color: #d5d5d5;
}

.product-card--brand-big-tote .product-name {
  white-space: nowrap;
}

.home-view .product-media {
  height: 400px;
  margin-bottom: 24px;
}

.home-view .product-media img {
  width: auto;
  max-width: 100%;
  height: 400px;
  max-height: 500px;
  will-change: transform;
  backface-visibility: hidden;
  transform: translate3d(0, 0, 0) rotate(0deg);
  animation: float-bob 5.8s ease-in-out infinite;
}

.home-view .product-card--rainbow-hoodie .product-media img {
  height: 350.4px;
  animation-name: float-bob-left;
  animation-duration: 6.2s;
}

.home-view .product-card--brand-big-tote .product-media img {
  height: 350.4px;
  animation-name: float-bob-right;
  animation-duration: 6.2s;
}

.home-view .product-name {
  display: block;
  width: 199.391px;
  margin-top: 0;
  font-family: "Founders Grotesk", ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 32.4821px;
  font-weight: 400;
  line-height: 25.9857px;
  letter-spacing: 0;
  color: rgb(0, 0, 0);
  text-align: left;
  text-transform: uppercase;
}

.home-view .product-status {
  display: block;
  width: 199.391px;
  margin-top: 0;
  font-family: "Founders Grotesk", ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 29.605px;
  line-height: 34.0457px;
  color: rgb(216, 216, 216);
  text-transform: uppercase;
  transition: all 0.2s ease-in-out;
}

.home-view .product-card:hover .product-name,
.home-view .product-card:focus-visible .product-name {
  color: rgb(216, 216, 216);
}

@keyframes float-bob-left {
  0%,
  100% {
    transform: translate3d(0, 0, 0) rotate(0deg);
  }

  50% {
    transform: translate3d(0, -13px, 0) rotate(-1.2deg);
  }
}

@keyframes float-bob-right {
  0%,
  100% {
    transform: translate3d(0, 0, 0) rotate(0deg);
  }

  50% {
    transform: translate3d(0, 12px, 0) rotate(1.1deg);
  }
}

.detail-view {
  padding: 88px clamp(20px, 4.6vw, 74px) 72px;
}

.detail-layout {
  display: grid;
  grid-template-columns: 100px minmax(360px, 720px) minmax(360px, 1fr);
  grid-template-areas:
    ". copy hero"
    ". copy gallery";
  gap: clamp(24px, 3.2vw, 46px);
  align-items: start;
}

.detail-copy {
  grid-area: copy;
  width: min(100%, 525.263px);
  max-width: 525.263px;
  position: sticky;
  top: 16px;
  align-self: start;
}

.detail-title {
  display: block;
  width: 100%;
  margin: 0 0 14.5221px;
  text-transform: uppercase;
  color: rgb(0, 0, 0);
  font-family: "Founders Grotesk", ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-weight: 400;
  font-size: 58.0884px;
  line-height: 46.4707px;
  letter-spacing: 0;
  -webkit-font-smoothing: antialiased;
}

.detail-subtitle {
  display: block;
  width: 100%;
  margin-top: 6.86339px;
  margin-bottom: 30px;
  text-transform: uppercase;
  color: rgb(0, 0, 0);
  font-family: "Founders Grotesk", sans-serif;
  font-size: 27.4536px;
  font-weight: 500;
  line-height: 21.9629px;
  letter-spacing: 0;
  -webkit-font-smoothing: antialiased;
}

.detail-copy :where(p, li) {
  margin: 0;
  font-size: 28.435px;
  line-height: 32.7002px;
}

.detail-description {
  width: 100%;
  max-width: 100%;
  padding-bottom: 10.3625px;
  margin-bottom: 26px;
  line-height: 35.7px;
}

.detail-list-label {
  margin-top: 0;
  margin-bottom: 18px;
  font-family: "Founders Grotesk", sans-serif;
  font-size: 28.435px;
  font-weight: 500;
  line-height: 32.7002px;
  -webkit-font-smoothing: antialiased;
}

.detail-view--brand-big-tote .detail-title,
.detail-view--rainbow-hoodie .detail-title {
  white-space: nowrap;
  font-size: 62.4px;
}

.detail-view--brand-big-tote .detail-subtitle,
.detail-view--rainbow-hoodie .detail-subtitle {
  margin-bottom: 31.5px;
}

.detail-view--brand-big-tote .detail-price,
.detail-view--rainbow-hoodie .detail-price {
  font-size: 59.84px;
  line-height: 59.84px;
}

.detail-view--brand-big-tote .detail-list-label,
.detail-view--brand-big-tote .detail-list li,
.detail-view--brand-big-tote .detail-final-sale,
.detail-view--rainbow-hoodie .detail-list-label,
.detail-view--rainbow-hoodie .detail-list li,
.detail-view--rainbow-hoodie .detail-final-sale {
  font-size: 22.748px;
}

.detail-view--brand-big-tote .detail-list-label,
.detail-view--brand-big-tote .detail-final-sale,
.detail-view--rainbow-hoodie .detail-list-label,
.detail-view--rainbow-hoodie .detail-final-sale {
  line-height: 26.1602px;
}

.detail-view--brand-big-tote .detail-list-label,
.detail-view--rainbow-hoodie .detail-list-label {
  margin-bottom: 0;
}

.detail-view--brand-big-tote .detail-list,
.detail-view--rainbow-hoodie .detail-list {
  margin-bottom: 26px;
}

.detail-view--brand-big-tote .detail-list li,
.detail-view--rainbow-hoodie .detail-list li {
  line-height: 28.776px;
}

.detail-list {
  list-style: none;
  margin: 0;
  padding: 0;
  margin-bottom: 52px;
}

.detail-list li {
  line-height: 35.97px;
}

.detail-list li::before {
  content: "- ";
}

.detail-final-sale {
  margin-top: 0;
  max-width: 100%;
}

.detail-price {
  display: inline-block;
  margin-top: 36px;
  color: rgb(0, 0, 0);
  font-family: "Founders Grotesk", ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 74.8px;
  font-weight: 400;
  line-height: 74.8px;
  letter-spacing: 0;
  -webkit-font-smoothing: antialiased;
}

.detail-stock-note {
  margin-top: 34px;
  text-transform: uppercase;
  font-size: clamp(16px, 1.5vw, 22px);
  line-height: 1.15;
}

.detail-stock-note span {
  text-transform: none;
  display: block;
  margin-top: 8px;
}

.waitlist-form {
  margin-top: 30px;
  width: 100%;
}

.waitlist-form input {
  width: 100%;
  border: 0;
  border-bottom: 2px solid #1f1f1f;
  border-radius: 0;
  background: transparent;
  font: inherit;
  color: inherit;
  padding: 8px 0 10px;
  text-transform: uppercase;
  font-size: clamp(28px, 2.8vw, 50px);
  line-height: 0.95;
  letter-spacing: -0.01em;
}

.waitlist-form input::placeholder {
  color: #9a9a9a;
}

.waitlist-form button {
  width: 100%;
  border: 0;
  background: #050505;
  color: #f4f4f4;
  font: inherit;
  text-transform: uppercase;
  font-size: clamp(26px, 2.15vw, 42px);
  line-height: 0.95;
  padding: 16px 16px;
  margin-top: 12px;
  cursor: pointer;
}

.detail-hero {
  grid-area: hero;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
}

.detail-hero img {
  width: min(100%, 790px);
  max-height: 650px;
  object-fit: contain;
}

.detail-hero--rainbow-hoodie img {
  width: min(100%, 632px);
  max-height: 520px;
}

.detail-hero--rainbow-hoodie {
  padding-top: 40px;
}

.detail-gallery {
  grid-area: gallery;
  justify-self: center;
  margin-top: 160px;
  width: min(100%, 420px);
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 18px;
}

.detail-gallery.single {
  width: min(100%, 420px);
  grid-template-columns: minmax(0, 1fr);
}

.detail-gallery img {
  width: 100%;
  aspect-ratio: auto;
  object-fit: cover;
}

.newsletter {
  margin-top: 0;
  background: #000;
  color: #f0f0f0;
  padding: clamp(56px, 6vw, 92px) clamp(24px, 10.4vw, 172px) clamp(34px, 4vw, 64px);
}

.newsletter-inner {
  max-width: 1680px;
  margin: 0 auto;
}

.newsletter h2 {
  margin: 0;
  text-transform: uppercase;
  font-family: "Founders Grotesk", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: clamp(56px, 7.8vw, 126px);
  font-weight: 400;
  line-height: 0.9;
  letter-spacing: -0.012em;
}

.newsletter-form {
  margin-top: clamp(26px, 3.5vw, 56px);
  display: grid;
  grid-template-columns: 1fr auto;
  gap: clamp(24px, 7vw, 140px);
  align-items: end;
  width: 100%;
  max-width: 100%;
}

.newsletter-form input {
  width: 100%;
  border: 0;
  border-bottom: 0;
  border-radius: 0;
  background: transparent;
  font: inherit;
  color: #4a4f5b;
  padding: 0;
  text-transform: uppercase;
  font-size: clamp(30px, 4.2vw, 70px);
  line-height: 0.92;
  letter-spacing: -0.012em;
}

.newsletter-form input::placeholder {
  color: #4a4f5b;
}

.newsletter-form button {
  border: 0;
  background: transparent;
  color: #f5f5f5;
  font: inherit;
  text-transform: uppercase;
  font-family: "Founders Grotesk", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: clamp(34px, 4.2vw, 68px);
  font-weight: 400;
  line-height: 0.9;
  letter-spacing: -0.01em;
  padding: 0;
  cursor: pointer;
  justify-self: end;
}

input::placeholder {
  color: var(--muted-dark);
  opacity: 1;
}

.form-feedback {
  margin-top: 12px;
  font-size: 14px;
  color: #d9d9d9;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

.legal-footer {
  margin-top: clamp(34px, 6vw, 84px);
  color: #aeb3bd;
  font-size: clamp(12px, 1.1vw, 16px);
  line-height: 1.4;
}

.legal-footer p {
  margin: 0;
}

.legal-footer p + p {
  margin-top: 6px;
}

.legal-footer a {
  color: #d8dde6;
  text-decoration: none;
}

.legal-footer a:hover,
.legal-footer a:focus-visible {
  text-decoration: underline;
}

.cart-drawer {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  width: min(100vw, 590px);
  background: var(--bg);
  border-left: 1px solid #7a7a7a;
  padding: 20px 42px;
  transform: translateX(101%);
  transition: transform 320ms cubic-bezier(0.18, 0.84, 0.3, 1);
  z-index: 30;
}

.cart-drawer h2 {
  margin: 32px 0 28px;
  text-transform: uppercase;
  font-family: "Founders Grotesk", ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-weight: 400;
  font-size: 72.4107px;
  line-height: 77.1286px;
  letter-spacing: 0;
}

.cart-drawer .product-name {
  margin: 0;
  width: auto;
  text-transform: uppercase;
  font-family: "Founders Grotesk", ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 32.4821px;
  font-weight: 400;
  line-height: 25.9857px;
  letter-spacing: 0;
}

.drawer-close {
  position: absolute;
  right: 12px;
  top: 8px;
  border: 0;
  background: transparent;
  color: #1a1a1a;
  font-size: 48px;
  line-height: 1;
  padding: 0;
  cursor: pointer;
}

.drawer-overlay {
  position: fixed;
  inset: 0;
  z-index: 20;
  opacity: 0;
  pointer-events: none;
  background: rgba(0, 0, 0, 0.02);
  transition: opacity 220ms ease;
}

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

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

@media (max-width: 1040px) {
  .detail-layout {
    grid-template-columns: minmax(0, 1fr);
    grid-template-areas:
      "hero"
      "copy"
      "gallery";
  }

  .detail-copy {
    position: static;
    top: auto;
    max-width: none;
  }

  .detail-hero {
    align-items: flex-start;
    justify-content: flex-start;
    max-width: 650px;
  }

  .detail-hero img {
    max-height: none;
  }
}

@media (max-width: 760px) {
  .site-header {
    padding-inline: 16px;
  }

  .cart-button {
    right: 10px;
    top: 16px;
  }

  .audio-button {
    left: 10px;
    top: 8px;
  }

  .header-icon-button {
    width: 30px;
    height: 30px;
    padding: 2px;
  }

  .home-view {
    padding: 18px 20px 46px;
  }

  .home-title {
    width: auto;
    margin-bottom: 28px;
    text-align: center;
    font-size: clamp(52px, 13vw, 96.4107px);
    line-height: 0.9;
  }

  .cart-drawer h2 {
    font-size: clamp(52px, 13vw, 96.4107px);
    line-height: 0.9;
  }

  .product-grid {
    grid-template-columns: minmax(0, 1fr);
    max-width: 340px;
    gap: 36px;
  }

  .home-view .product-media {
    height: auto;
    margin-bottom: 16px;
  }

  .home-view .product-media img,
  .home-view .product-card--rainbow-hoodie .product-media img,
  .home-view .product-card--brand-big-tote .product-media img {
    width: min(100%, 315px);
    height: auto;
    max-height: 320px;
  }

  .product-card--brand-big-tote .product-name {
    white-space: normal;
  }

  .home-view .product-name,
  .home-view .product-status {
    width: auto;
  }

  .detail-view {
    padding: 86px 20px 56px;
  }

  .detail-title {
    font-size: clamp(44px, 12vw, 64px);
    line-height: 0.94;
  }

  .detail-subtitle {
    margin: 6px 0 14px;
    font-size: clamp(18px, 6.2vw, 30px);
  }

  .detail-view--brand-big-tote .detail-subtitle,
  .detail-view--rainbow-hoodie .detail-subtitle {
    margin-bottom: 19.5px;
  }

  .detail-view--brand-big-tote .detail-price,
  .detail-view--rainbow-hoodie .detail-price {
    font-size: clamp(57.6px, 15.04vw, 76.8px);
    line-height: 1;
  }

  .detail-view--brand-big-tote .detail-list-label,
  .detail-view--brand-big-tote .detail-list li,
  .detail-view--brand-big-tote .detail-final-sale,
  .detail-view--rainbow-hoodie .detail-list-label,
  .detail-view--rainbow-hoodie .detail-list li,
  .detail-view--rainbow-hoodie .detail-final-sale {
    font-size: clamp(12.8px, 3.68vw, 17.6px);
  }

  .detail-view--brand-big-tote .detail-list-label,
  .detail-view--rainbow-hoodie .detail-list-label {
    line-height: 1.15;
  }

  .detail-view--brand-big-tote .detail-list,
  .detail-view--rainbow-hoodie .detail-list {
    margin-bottom: 26px;
  }

  .detail-view--brand-big-tote .detail-final-sale,
  .detail-view--rainbow-hoodie .detail-final-sale {
    margin-top: 18px;
  }

  .detail-copy :where(p, li) {
    font-size: clamp(16px, 4.6vw, 22px);
    line-height: 1.24;
  }

  .detail-list li {
    line-height: 1.364;
  }

  .detail-final-sale {
    margin-top: 36px;
  }

  .detail-price {
    margin-top: 22px;
    font-size: clamp(72px, 18.8vw, 96px);
  }

  .detail-stock-note {
    margin-top: 22px;
  }

  .waitlist-form {
    margin-top: 22px;
    width: 100%;
  }

  .waitlist-form input {
    font-size: clamp(24px, 9.2vw, 42px);
  }

  .waitlist-form button {
    font-size: clamp(22px, 8.2vw, 34px);
    padding: 14px 16px;
  }

  .detail-gallery {
    grid-template-columns: minmax(0, 1fr);
    width: min(100%, 360px);
  }

  .detail-hero--brand-big-tote img,
  .detail-hero--rainbow-hoodie img {
    width: 50%;
    max-width: 220px;
    height: auto;
    margin-inline: auto;
  }

  .newsletter {
    padding-inline: 20px;
  }

  .newsletter-form {
    grid-template-columns: minmax(0, 1fr);
    gap: 10px;
  }

  .newsletter-form button {
    justify-self: start;
  }

  .legal-footer {
    margin-top: 30px;
  }

  .cart-drawer {
    width: 100%;
    padding-inline: 22px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .home-view .product-media img {
    animation: none;
    transform: none;
    filter: none;
  }

  .logo-link::before {
    animation: none !important;
  }

  .audio-button .audio-wave,
  .audio-button .audio-speaker,
  .audio-button.is-playing {
    animation: none !important;
  }
}
