.roboto-flex {
  font-family: "Roboto Flex", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
}

*, :root, ::before, ::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

:root {
  --extra-light: #FBF8F6;
  --light-off-white: #F3EEEB;
  --off-black: #151414;
  --light-tan: #D0CABE;
}

html, body {
  font-family: 'Roboto Flex', sans-serif;
  font-size: 1rem;
  font-weight: 600;
  font-style: normal;
  background-color: var(--extra-light);
}

h1 {
  font-size: 4rem;
  font-weight: 600;
}

h2 {
  font-size: 2rem;
  font-weight: 600;
}

h3 {
  font-size: 1.25rem;
  font-weight: 600;
}

p {
  font-size: 1rem;
  font-weight: 400;
  line-height: 22px;
}

button {
  appearance: none;
  font-weight: normal;
}

ul {
  list-style-position: outside;
  padding-left: 1em;
}

ul li {
  text-indent: -1em;
  padding-left: 1em;
}

/* Generic Style Classes */

.text-underline {
  text-decoration: underline;
}

.cursor-pointer {
  cursor: pointer;
}

.button-light {
  color: var(--off-black);
  background-color: var(--extra-light);
  padding: 14px 60px;
  width: 100%;
  font-size: 1.25rem;
  font-weight: 600;
  text-align: center;
  text-decoration: none;
}

.button-dark {
  color: var(--extra-light);
  background-color: var(--off-black);
  padding: 14px 60px;
  width: 100%;
  font-size: 1.25rem;
  font-weight: 600;
  font-family: inherit;
  text-align: center;
  border: none;
  text-decoration: none;
}

a.text-underline,
a.text-underline:visited,
a.text-underline:active,
a.text-underline:hover {
  color: inherit; /* or set to your desired color, e.g. #151414 */
  text-decoration: underline;
}

/* Site Padding */

.content-padding {
  padding: 0 24px;
}

/* Images */

.product-lineup-image {
  height: 274px;
}

.ingredients-image {
  width: 100%;
  height: 200px;
  object-fit: cover;
  display: block;
}

.massage-image {
  width: 100%;
  height: 300px;
  object-fit: cover;
  display: block;
}

/* Navbar */

.navbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100px;
  text-decoration: none;
  font-weight: 600;
  left: 0;
  right: 0;
  top: 0;
  z-index: 10;
}

.navbar {
  position: fixed;
}

.navbar-light {
  color: var(--off-black);
  background-color: var(--extra-light);
  border-bottom: 1px solid var(--light-tan);
}

.navbar-light a,
.navbar-light a:visited,
.navbar-light a:active,
.navbar-light a:hover {
  text-decoration: none !important;
  color: var(--off-black);
}

.navbar-dark {
  color: var(--extra-light);
  background-color: rgba(21, 20, 20, 0.5);
}

.navbar-dark a,
.navbar-dark a:visited,
.navbar-dark a:active,
.navbar-dark a:hover {
  text-decoration: none !important;
  color: var(--extra-light);
}

/* Hero */

.hero {
  position: relative;
  height: 715px;
  padding: 0 24px;
  margin-bottom: 24px;
}

.hero-background-image {
  position: absolute;
  top: 0; left: 0; width: 100%; height: 100%;
  object-fit: cover;
  object-position: 30% center;
  z-index: 0;
}

.hero-content {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 144px;
  color: var(--extra-light);
}

.hero-text {
  margin: 24px 0;
  text-align: center;
  font-size: 64px;
}

.hero-text p {
  margin-top: 8px;
}

/* Main Content */
.main-content {
  margin-bottom: 48px;
}

.main-content h2 {
  margin-bottom: 12px;
}

.main-content ul {
  padding-left: 0;
  list-style-position: inside;
  margin-bottom: 16px;
  font-weight: 400;
  line-height: 1.375;
}

.main-content-heading {
  display: flex;
  align-items: center;
  padding-bottom: 18px;
  margin-bottom: 12px;
  border-bottom: 1px solid var(--light-tan);
}

.main-content-heading img {
  margin-right: 12px;
  width: 10px;
  height: 6px;
}

.main-content-section {
  margin-top: 48px;
}

.massage-image {
  margin-top: 24px;
}

.benefits-section ul {
  font-weight: 400;
  line-height: 1.375;
}

/* Footer */

.footer {
  color: var(--light-off-white);
  background-color: var(--off-black);
  padding-top: 48px;
  padding-bottom: 24px;
}

.footer-section {
  margin-top: 48px;
}

.footer-header {
  font-size: 2rem;
  font-weight: 600;
  border-bottom: 1px solid var(--light-off-white);
  padding-bottom: 24px;
}

.footer-text-italic {
  font-size: 1rem;
  font-style: italic;
  font-weight: 400;
  margin-top: 12px;
}

.footer-title {
  font-size: 1.25rem;
  font-weight: 600;
  border-bottom: 1px solid var(--light-off-white);
  padding-bottom: 24px;
}

.footer-text {
  font-size: 1rem;
  font-weight: 400;
  margin-top: 12px;
}

.footer-copyright {
  margin: 12px 0;
}

/* Buy Page */

.product-showcase {
  margin-top: 120px;
}

.product-image {
  background-color: var(--light-off-white);
  /* height: 352px;
  width: 352px; */
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  padding: 50px 20px;
  }

.product-image img {
  width: 150px;
  /* height: 100%; */
}

/* Image Gallery */

.gallery {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 12px;
  padding-bottom: 12px;
}

.gallery-main {
  width: 100%;
  height: 345px;
  background: var(--light-off-white);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0;
  overflow: hidden;
  padding: 24px;
  box-sizing: border-box;
  position: relative;
}

.canada-logo {
  position: absolute;
  top: 12px;
  left: 12px;
  width: 64px;
  height: auto;
}

.gallery-main img {
  max-width: 297px;
  max-height: 297px;
  display: block;
}

.gallery-thumbs {
  display: flex;
  gap: 10px;
}

.gallery-thumb {
  flex: 1;
  height: 61px;
  background: var(--light-off-white);
  border: 2px solid transparent;
  border-radius: 1px;
  overflow: hidden;
  cursor: pointer;
  display: flex;
  justify-content: center;
  transition: border 0.2s;
}

.gallery-thumb img {
  max-width: 100%;
  max-height: 100%;
  display: block;
}

.sizes {
  display: flex;
  flex-direction: column;
  margin-top: 24px;
  gap: 12px;
}

.size-buttons {
  display: flex;
  gap: 8px;
}

.size-btn {
  flex: 1;
  height: 35px;
  border: 1px solid var(--light-tan);
  background: transparent;
  border-radius: 1px;
  cursor: pointer;
  font-family: inherit;
  font-size: 1rem;
  font-weight: 400;
  transition: background 0.2s, color 0.2s;
}

/* .size-btn.selected {
  background: var(--off-black);
  color: var(--light-off-white);
} */

.spec-list li {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.spec-key .spec-value {
  font-weight: 400;
  font-size: 1rem;
  color: var(--off-black);
}

.ingredients-section {
  margin-top: 48px;
}

/* FAQ Page */

.faq-image {
  width: 100%;
  height: 250px;
  margin-top: 120px;
  margin-bottom: 32px;
  transform: scaleX(-1);
  object-fit: cover;
  display: block;
}

/* Media Query Images */

@media (min-width: 834px) {
  .product-lineup-image {
    height: 432px;
  }
}

/* Media Queries */

@media (max-width: 380px) {
  .hero {
    height: 750px;
  }
  .product-lineup-image {
    height: 230px;
  }
}

@media (min-width: 834px) {
  .navbar {
    position: absolute;
  }
  .hero {
    height: 827px;
  }
  .footer-sections-container {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
  }
  .footer-section {
    margin: 0;
  }
  .footer-credits {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  /* Buy Page */

}

@media (min-width: 1440px) {
  .content-padding {
    padding-left: 120px;
    padding-right: 120px;
  }
  .hero {
    height: 845px;
  }
  .button-light {
    width: auto;
    display: inline-block;
    padding: 12px 60px;
  }
  .button-dark {
    width: auto;
    display: inline-block;
    padding: 12px 60px;
  }
  .main-content:has(.main-content-text) {
    display: flex;
    flex-direction: row-reverse;
    gap: 24px;
    align-items: center;
  }
  .main-content-text {
    flex: 1;
  }
  .main-content .massage-image {
    flex: 1;
    height: 454px;
    max-width: 50%;
    object-fit: cover;
  }
  .product-showcase {
    display: flex;
    gap: 24px;
    align-items: stretch;
  }
  .gallery {
    flex: 1;
    display: flex;
    flex-direction: column;
  }
  .gallery .gallery-main {
    flex: 1;
    height: auto;
  }
  .product-info {
    flex: 1;
  }
  .ingredients-row {
    display: flex;
    gap: 24px;
    align-items: flex-start;
  }
  .ingredients-row ul {
    flex: 1;
  }
  .ingredients-row .ingredients-image {
    flex: 1;
    height: 300px;
    max-width: 50%;
  }
}

@media (min-width: 1920px) {
  .content-padding {
    padding-left: 375px;
    padding-right: 375px;
  }
  .hero {
    height: 845px;
  }
  .main-content .massage-image {
    height: 454px;
    width: 573px;
  }
}


