@import url("https://cdnjs.cloudflare.com/ajax/libs/meyer-reset/2.0/reset.min.css");
@import url("https://fonts.googleapis.com/css?family=Libre+Baskerville:400,400italic|Chakra+Petch:600|Be+Vietnam+Pro:400,500");

@font-face {
  font-family: "Iosevka";
  src: url("assets/iosevka-regular.woff2") format("woff"); /* Chrome 4+, Firefox 3.5, Opera 10+, Safari 3—5 */
}

:root {
  --main-black: rgba(0, 0, 0, 1);
  --banner-green: rgba(106, 220, 115, 1);
  --link-blue: rgba(0, 42, 255, 1);
  --highlight-pink: rgba(255, 171, 215, 1);
  --pink-darker: rgba(204, 137, 172, 1);
  --background-yellow: rgba(249, 246, 230, 1);
  --yellow-darker: rgba(206, 201, 175, 1);
  --link-font-family: "Iosevka", Helvetica;
  --link-font-weight: 700;
  --link-font-size: 17px;
  --link-letter-spacing: 0px;
  --link-line-height: normal;
  --link-font-style: normal;
  --h-1-font-family: "Be Vietnam Pro", Helvetica;
  --h-1-font-weight: 400;
  --h-1-font-size: 42px;
  --h-1-letter-spacing: -0.84px;
  --h-1-line-height: 50px;
  --h-1-font-style: normal;
  --button-text-font-family: "Iosevka", Helvetica;
  --button-text-font-weight: 600;
  --button-text-font-size: 17px;
  --button-text-letter-spacing: 0px;
  --button-text-line-height: normal;
  --button-text-font-style: normal;
  --small-cursive-font-family: "Libre Baskerville", Helvetica;
  --small-cursive-font-weight: 400;
  --small-cursive-font-size: 12px;
  --small-cursive-letter-spacing: 0px;
  --small-cursive-line-height: normal;
  --small-cursive-font-style: italic;
  --h2-font-family: "Be Vietnam Pro", Helvetica;
  --h2-font-weight: 700;
  --h2-font-size: 22px;
  --h2-letter-spacing: 0px;
  --h2-line-height: normal;
  --h2-font-style: normal;
  --body-text-font-family: "Libre Baskerville", Helvetica;
  --body-text-font-weight: 400;
  --body-text-font-size: 17px;
  --body-text-letter-spacing: 0px;
  --body-text-line-height: 170.00000476837158%;
  --body-text-font-style: normal;
  --huge-text-font-family: "Libre Baskerville", Helvetica;
  --huge-text-font-weight: 400;
  --huge-text-font-size: 64px;
  --huge-text-letter-spacing: 0px;
  --huge-text-line-height: normal;
  --huge-text-font-style: italic;
  --button-text-active-font-family: "Iosevka", Helvetica;
  --button-text-active-font-weight: 400;
  --button-text-active-font-size: 17px;
  --button-text-active-letter-spacing: 0px;
  --button-text-active-line-height: normal;
  --button-text-active-font-style: normal;
  --h1-mobile-font-family: "Be Vietnam Pro", Helvetica;
  --h1-mobile-font-weight: 500;
  --h1-mobile-font-size: 28px;
  --h1-mobile-letter-spacing: -0.56px;
  --h1-mobile-line-height: normal;
  --h1-mobile-font-style: normal;
  --page-gutter: clamp(16px, 5vw, 60px);
  --content-offset: clamp(16px, 18vw, 280px);
  --content-max-width: 1440px;
}

* {
  -webkit-font-smoothing: antialiased;
  box-sizing: border-box;
}

html,
body {
  margin: 0;
  padding: 0;
}

body {
  background-color: var(--background-yellow);
  color: var(--main-black);
  min-height: 100%;
}

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

img {
  display: block;
}

.page {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  min-height: 100vh;
  width: 100%;
  position: relative;
  background-color: var(--background-yellow);
}

.top-banner {
  justify-content: center;
  padding: 8px 0px;
  background-color: var(--banner-green);
  display: flex;
  align-items: center;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

.new-module {
  position: relative;
  width: fit-content;
  margin-top: -1px;
  font-family: "Libre Baskerville", Helvetica;
  font-weight: 400;
  color: var(--main-black);
  font-size: 12px;
  letter-spacing: 0;
  line-height: normal;
}

.text-wrapper {
  font-style: var(--small-cursive-font-style);
  font-family: var(--small-cursive-font-family);
  font-weight: var(--small-cursive-font-weight);
  letter-spacing: var(--small-cursive-letter-spacing);
  line-height: var(--small-cursive-line-height);
  font-size: var(--small-cursive-font-size);
}

.spacer {
  font-style: italic;
  font-size: 15px;
}

.text-wrapper-2 {
  font-family: "Chakra Petch", Helvetica;
  font-weight: 600;
  font-size: 15px;
}

.top-nav {
  justify-content: space-between;
  gap: 16px 24px;
  padding: 16px var(--page-gutter);
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

.logo {
  display: inline-flex;
  align-items: center;
  gap: 64px;
  position: relative;
  flex: 0 0 auto;
}

.logo-mark {
  position: relative;
  width: 128px;
  height: 24px;
  display: block;
}

.vector {
  position: absolute;
  top: 1px;
  left: 25px;
  width: 10px;
  height: 24px;
}

.img {
  position: absolute;
  top: 1px;
  left: 59px;
  width: 25px;
  height: 24px;
}

.vector-2 {
  position: absolute;
  top: 1px;
  left: 0;
  width: 24px;
  height: 24px;
}

.vector-3 {
  position: absolute;
  top: 6px;
  left: 81px;
  width: 22px;
  height: 18px;
}

.vector-4 {
  position: absolute;
  top: 1px;
  left: 109px;
  width: 19px;
  height: 5px;
}

.vector-5 {
  position: absolute;
  top: 6px;
  left: 105px;
  width: 22px;
  height: 18px;
}

.vector-6 {
  position: absolute;
  top: 6px;
  left: 35px;
  width: 23px;
  height: 18px;
}

.nav-buttons {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 16px 32px;
  position: relative;
  flex: 1 1 420px;
  min-width: 0;
  margin-left: auto;
}

.CTA-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 16px 0px;
  position: relative;
  flex: 0 0 auto;
}

.text-wrapper-3 {
  position: relative;
  width: fit-content;
  margin-top: -1px;
  font-family: var(--button-text-font-family);
  font-weight: var(--button-text-font-weight);
  color: var(--main-black);
  font-size: var(--button-text-font-size);
  letter-spacing: var(--button-text-letter-spacing);
  line-height: var(--button-text-line-height);
  font-style: var(--button-text-font-style);
}

.text-active {
  font-family: var(--button-text-active-font-family);
  font-weight: var(--button-text-active-font-weight);
  font-size: var(--button-text-active-font-size);
  letter-spacing: var(--button-text-active-letter-spacing);
  line-height: var(--button-text-active-line-height);
  font-style: var(--button-text-active-font-style);
}

.div-wrapper {
  justify-content: center;
  background-color: var(--highlight-pink);
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 16px 24px;
  position: relative;
  flex: 0 0 auto;
}

.div-wrapper-darker {
  background-color: var(--pink-darker);
}

.divider-long {
  display: block;
  padding: 0 var(--page-gutter);
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

.divider-long::before,
.divider-short::before,
.line-wrapper::before,
.line,
.line-2 {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: var(--main-black);
}

.hero {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  align-items: center;
  padding: clamp(32px, 6vw, 64px) var(--page-gutter) clamp(32px, 6vw, 64px) clamp(16px, 12vw, 160px);
  position: relative;
  flex: 0 0 auto;
}

.instruments-for {
  position: relative;
  width: fit-content;
  margin-top: -1px;
  font-family: var(--huge-text-font-family);
  font-weight: var(--huge-text-font-weight);
  font-style: var(--huge-text-font-style);
  color: var(--main-black);
  font-size: clamp(40px, 7vw, var(--huge-text-font-size));
  letter-spacing: var(--huge-text-letter-spacing);
  line-height: 1.18;
  max-width: 18ch;
}

.product-card {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 1.4fr);
  width: 100%;
  align-items: stretch;
  gap: clamp(16px, 3vw, 32px);
  padding: 32px var(--page-gutter);
  position: relative;
  flex: 0 0 auto;
}

.card-left {
  display: flex;
  flex-direction: column;
  width: auto;
  max-width: 531px;
  align-items: flex-start;
  justify-content: space-between;
  gap: 24px;
  min-height: 0;
  min-width: 0;
  position: relative;
}

.card-chips,
.chips {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
  position: relative;
  flex: 0 0 auto;
}

.chip {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 10px 16px;
  position: relative;
  flex: 0 0 auto;
  border-radius: 24px;
  border: 1px solid;
  border-color: var(--main-black);
}

.text-wrapper-4 {
  position: relative;
  width: fit-content;
  margin-top: -1px;
  font-family: var(--small-cursive-font-family);
  font-weight: var(--small-cursive-font-weight);
  font-style: var(--small-cursive-font-style);
  color: var(--main-black);
  font-size: var(--small-cursive-font-size);
  letter-spacing: var(--small-cursive-letter-spacing);
  line-height: var(--small-cursive-line-height);
}

.card-text {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

.text-wrapper-5,
.retailers-title,
.page-title-mobile {
  position: relative;
  align-self: stretch;
  margin-top: -1px;
  font-family: var(--h-1-font-family);
  font-weight: var(--h-1-font-weight);
  color: var(--main-black);
  font-size: var(--h-1-font-size);
  letter-spacing: var(--h-1-letter-spacing);
  line-height: var(--h-1-line-height);
  font-style: var(--h-1-font-style);
}

.p,
.text,
.text-wrapper-6 {
  position: relative;
  font-family: var(--body-text-font-family);
  font-weight: var(--body-text-font-weight);
  color: var(--main-black);
  font-size: var(--body-text-font-size);
  letter-spacing: var(--body-text-letter-spacing);
  line-height: var(--body-text-line-height);
  font-style: var(--body-text-font-style);
}

.p {
  align-self: stretch;
}

.find-retailers-wrapper {
  background-color: var(--yellow-darker);
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 16px 24px;
  position: relative;
  flex: 0 0 auto;
}

.card-photo {
  width: 100%;
  min-height: 420px;
  height: auto;
  aspect-ratio: 19 / 15;
  background-image: url("./assets/img/home-card-1.png");
  background-size: cover;
  background-position: 50% 50%;
  flex: 0 0 auto;
}

.card-photo-2 {
  background-image: url("./assets/img/home-card-2.png");
}

.product-hero {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
  padding: 48px var(--content-offset) 0px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

.arrow-button {
  display: flex;
  flex-direction: column;
  width: 40px;
  height: 32px;
  align-items: center;
  justify-content: center;
  padding: 10px;
  position: relative;
}

.image {
  position: relative;
  align-self: stretch;
  width: 100%;
  height: 10.96px;
}

.page-title {
  position: relative;
  align-self: stretch;
  font-family: var(--h-1-font-family);
  font-weight: var(--h-1-font-weight);
  color: var(--main-black);
  font-size: var(--h-1-font-size);
  letter-spacing: var(--h-1-letter-spacing);
  line-height: var(--h-1-line-height);
  font-style: var(--h-1-font-style);
}

.product-gallery {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 16px;
  padding: 32px var(--page-gutter);
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

.product-photo {
  position: relative;
  flex: 1 1 320px;
  width: min(100%, 644px);
  height: auto;
  aspect-ratio: 161 / 150;
  background-size: cover;
  background-position: 50% 50%;
}

.product-body {
  display: grid;
  grid-template-columns: minmax(0, 560px) minmax(165px, 1fr);
  align-items: flex-start;
  gap: clamp(32px, 8vw, 120px);
  padding: 32px var(--content-offset) 0px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

.product-description {
  display: flex;
  flex-direction: column;
  width: auto;
  align-items: flex-start;
  gap: 24px;
  position: relative;
  min-width: 0;
}

.flexcontainer {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
}

.text-wrapper-7 {
  position: relative;
  align-self: stretch;
  font-family: var(--h2-font-family);
  font-weight: var(--h2-font-weight);
  color: var(--main-black);
  font-size: var(--h2-font-size);
  letter-spacing: var(--h2-letter-spacing);
  line-height: var(--h2-line-height);
  font-style: var(--h2-font-style);
}

.links {
  display: flex;
  flex-direction: column;
  width: auto;
  max-width: 240px;
  align-items: flex-start;
  gap: 24px;
  position: relative;
}

.horizontal-links {
  flex-direction: row;
  width: auto;
  gap: 32px;
}

.text-wrapper-8,
.text-wrapper-9 {
  position: relative;
  align-self: stretch;
  font-family: var(--link-font-family);
  font-weight: var(--link-font-weight);
  color: var(--link-blue);
  font-size: var(--link-font-size);
  letter-spacing: var(--link-letter-spacing);
  line-height: var(--link-line-height);
  text-decoration: underline;
  font-style: var(--link-font-style);
}

.video-container {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 40px 60px 0px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

.video {
  position: relative;
  align-self: stretch;
  width: 100%;
  height: 600px;
  background-color: rgba(0, 0, 0, 0.08);
}

.video-page-controls {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 24px 60px 0px;
  position: relative;
  flex: 0 0 auto;
}

.product-summary,
.mobile-tablet-only,
.mobile-only {
  display: none;
}

.retailers-container {
  display: flex;
  flex-direction: column;
  width: 100%;
  align-items: flex-start;
  justify-content: center;
  gap: 40px;
  padding: 64px var(--content-offset) 32px;
  position: relative;
  flex: 0 0 auto;
}

.retailers-container-2 {
  align-items: start;
  align-self: stretch;
  width: 100%;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 400px));
  gap: 32px;
  position: relative;
  flex: 0 0 auto;
}

.retailers-container-extended {
  grid-template-columns: repeat(2, minmax(0, 400px));
}

.retailer-group {
  display: flex;
  flex-direction: column;
  width: auto;
  align-items: flex-start;
  gap: 32px;
  position: relative;
  min-width: 0;
}

.shop-link,
.link {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

.divider-short {
  display: block;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

.line-wrapper {
  display: block;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

.retailers-container-3 {
  flex-direction: column;
  width: 100%;
  align-items: flex-start;
  justify-content: center;
  padding: 32px var(--content-offset) 64px;
  display: flex;
  gap: 32px;
  position: relative;
  flex: 0 0 auto;
}

.contacts-hero {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 40px;
  padding: 64px var(--content-offset) 32px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

.media-section {
  display: flex;
  flex-direction: column;
  width: 100%;
  align-items: flex-start;
  gap: 32px;
  padding: 40px var(--content-offset) 64px;
}

.media-embed-list {
  display: flex;
  flex-direction: column;
  gap: 24px;
  width: min(100%, 960px);
}

.media-embed {
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 9;
  background-color: rgba(0, 0, 0, 0.08);
}

.media-embed iframe {
  width: 100%;
  height: 100%;
  border: 0;
}

.contact-group {
  display: flex;
  flex-direction: column;
  width: min(100%, 400px);
  align-items: flex-start;
  gap: 16px;
  position: relative;
  flex: 0 0 auto;
}

.mobile-bottom-nav {
  display: none;
}

.consent-ui {
  position: fixed;
  right: 16px;
  bottom: 16px;
  z-index: 30;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 12px;
}

.consent-banner {
  width: min(360px, calc(100vw - 32px));
  padding: 16px;
  border: 1px solid var(--main-black);
  background-color: var(--highlight-pink);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
}

.consent-copy {
  font-family: var(--body-text-font-family);
  font-size: 14px;
  line-height: 1.5;
}

.consent-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 12px;
}

.consent-button,
.consent-manage {
  border: 1px solid var(--main-black);
  background: transparent;
  color: var(--main-black);
  font-family: var(--button-text-font-family);
  font-size: 14px;
  cursor: pointer;
}

.consent-button {
  min-height: 40px;
  padding: 10px 14px;
}

.consent-button-primary {
  background-color: var(--main-black);
  color: var(--background-yellow);
}

@media (max-width: 1279px) {
  .product-card {
    grid-template-columns: minmax(0, 1fr);
  }

  .card-left {
    max-width: none;
  }

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

  .links {
    max-width: none;
  }
}

@media (max-width: 1023px) {
  .top-banner {
    display: none;
  }

  .top-nav {
    padding: 16px 40px;
    width: 100%;
  }

  .divider-long {
    padding: 0;
    width: 100%;
  }

  .product-card,
  .product-gallery,
  .product-body,
  .video-container,
  .retailers-container,
  .retailers-container-3,
  .contacts-hero,
  .media-section {
    width: 100%;
  }

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

  .product-card {
    padding: 24px 40px;
  }

  .card-left {
    gap: 16px;
  }

  .text-wrapper-5,
  .retailers-title,
  .page-title {
    width: 100%;
  }

  .p {
    width: 100%;
  }

  .card-photo,
  .product-card-photo {
    align-self: stretch;
    width: 100%;
    height: 400px;
    background-size: cover;
    background-position: 50% 50%;
  }

  .product-card-photo {
    background-image: url("./assets/img/product-card-photo.png");
  }

  .desktop-only,
  .desktop-links,
  .desktop-divider,
  .product-photo-secondary {
    display: none;
  }

  .mobile-tablet-only {
    display: flex;
  }

  .product-summary {
    flex-direction: column;
    align-items: flex-start;
    gap: 24px;
  }

  .product-hero {
    padding: 40px 40px 0px;
  }

  .page-product .page-title {
    width: 100%;
  }

  .product-gallery {
    padding: 24px 40px;
  }

  .product-photo-main {
    width: 100%;
    height: 400px;
  }

  .product-body {
    display: flex;
    flex-direction: column;
    gap: 24px;
    padding: 40px;
    width: 100%;
  }

  .product-description {
    width: 100%;
    gap: 16px;
  }

  .horizontal-links {
    width: 100%;
  }

  .video-container {
    padding: 0px 40px 40px;
  }

  .video {
    height: 400px;
  }

  .retailers-container {
    padding: 40px 40px 20px;
    gap: 32px;
  }

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

  .retailer-group {
    width: 100%;
    gap: 24px;
  }

  .retailers-container-3 {
    padding: 20px 40px 40px;
    gap: 16px;
  }

  .contacts-hero {
    padding: 40px;
    gap: 32px;
  }

  .media-section {
    padding: 40px;
  }
}

@media (max-width: 767px) {
  .top-nav {
    padding: 16px;
    width: 100%;
  }

  .nav-buttons {
    display: none;
  }

  .product-card,
  .retailers-container,
  .retailers-container-3,
  .contacts-hero,
  .product-body,
  .media-section {
    padding-left: 16px;
    padding-right: 16px;
  }

  .text-wrapper-5,
  .retailers-title,
  .page-title,
  .page-title-mobile {
    width: 100%;
    font-family: var(--h1-mobile-font-family);
    font-weight: var(--h1-mobile-font-weight);
    font-size: var(--h1-mobile-font-size);
    letter-spacing: var(--h1-mobile-letter-spacing);
    line-height: var(--h1-mobile-line-height);
    font-style: var(--h1-mobile-font-style);
  }

  .card-left,
  .product-description,
  .contact-group {
    width: 100%;
  }

  .p {
    width: 100%;
    height: auto;
    -webkit-line-clamp: 3;
  }

  .product-card {
    gap: 12px;
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .card-left {
    gap: 12px;
    min-height: 0;
    justify-content: flex-start;
  }

  .page-home .card-chips {
    display: none;
  }

  .card-photo,
  .product-card-photo,
  .product-photo-main,
  .video {
    width: 100%;
    height: 283px;
  }

  .product-gallery {
    display: none;
  }

  .product-hero {
    display: none;
  }

  .product-body {
    gap: 16px;
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .product-summary {
    gap: 16px;
  }

  .product-description {
    gap: 16px;
  }

  .video-container {
    padding: 0px 16px 0px;
  }

  .horizontal-links {
    flex-direction: column;
    gap: 12px;
    width: 165px;
  }

  .retailers-container {
    gap: 24px;
    padding-top: 24px;
  }

  .retailers-container-2 {
    grid-template-columns: minmax(0, 1fr);
    gap: 24px;
  }

  .retailer-group {
    width: 100%;
    gap: 16px;
  }

  .line-2 {
    width: 100%;
  }

  .retailers-container-3 {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .contacts-hero {
    gap: 16px;
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .media-section {
    gap: 20px;
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .media-embed-list {
    gap: 16px;
  }

  .contact-group {
    gap: 8px;
  }

  .link {
    gap: 16px;
  }

  .divider-short {
    margin-bottom: -1px;
  }

  .mobile-only {
    display: flex;
  }

  .mobile-bottom-nav {
    position: sticky;
    bottom: 0;
    z-index: 10;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    align-self: stretch;
    margin-top: auto;
    border-top: 1px solid var(--main-black);
    background-color: var(--background-yellow);
  }

  .consent-ui {
    right: 12px;
    bottom: 84px;
  }

  .mobile-bottom-link {
    display: flex;
    min-height: 56px;
    align-items: center;
    justify-content: center;
    padding: 12px 10px;
    text-align: center;
    font-family: var(--button-text-font-family);
    font-weight: var(--button-text-font-weight);
    font-size: 14px;
    line-height: 1.2;
  }

  .mobile-bottom-link + .mobile-bottom-link {
    border-left: 1px solid var(--main-black);
  }

  .mobile-bottom-link-active {
    background-color: var(--highlight-pink);
  }
}
