body {
  background: #f3f3f3 !important;
}

.page-container {
  max-width: 1512px !important;
  width: 100%;
  padding: 0 20px;
  z-index: 50;
  position: relative;
  margin: 6rem auto 0;
  font-family: "NeueMontreal-Regular" !important;
  overflow: unset;
  color: black;
  text-wrap: balance;
}

.page-container h1,
.page-container h2,
.page-container h3,
.page-container p {
  margin: 0 !important;
  padding: 0 !important;
  color: inherit !important;
}

.content-container {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex-wrap: nowrap;
  width: 100%;
  gap: 10px;
}

.related-products {
  /* max-width: 343px; */
  /* width: 100%; */
  width: 343px;
  flex-direction: column;
  justify-content: flex-start;
  gap: 5px;
  display: none;
  height: fit-content;
}

.related-products p {
  margin-bottom: 20px;
}

.related-product-card p {
  margin: 0;
}

.related-product-card {
  width: 285px;
  display: flex;
  gap: 8px;
  align-items: center;
  border: 0.8px solid rgba(45, 44, 44, 0.1);
  padding: 4px 8px 4px 4px;
  height: 72px;
}

img.related-product-card-img {
  max-width: 64px;
  width: 100%;
}

.related-product-card-text {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  gap: 5px;
}

a.related-product-card-cta {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  gap: 10px;
  opacity: 0.5;
  width: 100%;
}

.social-media {
  max-width: 211px;
  /* width: 100%; */
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  gap: 10px;
  /* order: 1; */
  /* height: fit-content; */
}

.socialLink {
  border: 1px solid #d7d7d7;
  display: flex;
  width: 24px;
  height: 24px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
}

.socialLink i {
  width: 8px;
}

.page-container p {
  margin: 0;
  padding: 0;
}

.blog-container {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 0px 20px;
}

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

.blog-card.feature .blog-tag-container {
  order: 1;
}

.blog-card.feature .blog-body {
  max-width: 500px;
}

.blog-card {
  display: flex !important;
  max-width: calc((100% / 2) - 10px) !important;
  width: 100%;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
  margin-bottom: 60px;
}

.blog-content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
  align-self: stretch;
}

.blog-title {
  max-width: 769px;
}

.blog-tag-container {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 10px;
  width: 100%;
  align-items: center;
  margin: 10px 0;
}

.featured-tag {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  max-width: 86%;
  width: 100%;
  opacity: 0.7;
}

.blog-tag {
  display: flex;
  padding: 3px 12px;
  justify-content: center;
  align-items: center;
  border-radius: 40px;
  background: #d7d7d7;
}

/* .blog-tag:hover {
  background: #2d2c2c;
  color: #eee;
} */

/* .blog-tag:hover > p {
  opacity: 1;
} */

.blog-tag p {
  opacity: 0.7;
}

.blog-body {
  opacity: 0.7;
  line-height: 130% !important;
  letter-spacing: 0.16px;
}

.blog-img {
  width: 100%;
  max-height: 730px;
  object-fit: cover;
}

.showMore {
  display: flex;
  justify-content: center;
  width: 100%;
}

.showMore button {
  display: flex;
  padding: 4px 12px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 40px;
  background: #d7d7d7;
  border: none;
}

.showMore button:hover {
  background: #2d2c2c;
  color: #eee;
}

/* FONTS */

.xxl {
  font-size: 24px;
  font-weight: 400;
  line-height: 120%;
  letter-spacing: -0.478px;
}

.xs {
  font-size: 10px !important;
  font-weight: 400;
  line-height: 130%;
}

.s {
  font-size: 11px !important;
  font-weight: 400;
  line-height: 115%;
}

.m {
  font-size: 12px;
  font-weight: 400;
  line-height: 120%;
}

.l {
  font-size: 16px !important;
  font-weight: 400;
  line-height: 120%;
  letter-spacing: -0.478px;
}

.feature .l {
  font-size: 24px !important;
  font-weight: 500;
  line-height: 110%; /* 26.4px */
  letter-spacing: -0.24px;
}

.feature .s {
  font-size: 14px;
  font-weight: 400;
  line-height: 130%; /* 18.2px */
}
/* SPACE */

.space-150 {
  height: 50px;
}

.space-100 {
  height: 50px;
}

.space-75 {
  height: 50px;
}

.space-50 {
  height: 50px;
}
.space-30 {
  height: 0px;
}

/* MEDIA QUERIES */

/* X-Small devices (portrait phones, 300px and up) */
@media (min-width: 300px) {
}

@media (min-width: 475px) {
}

@media (min-width: 576px) {
}

@media (min-width: 768px) {
  .page-container {
    padding: 0 20px;
  }

  /* FONTS */

  /* HEADER */
  .xxl {
    font-size: 50px;
    font-weight: 400;
    line-height: 105%;
    letter-spacing: -2px;
  }

  /* PRICE */
  .xs {
    font-size: 14px !important;
    font-weight: 400;
    line-height: 130%;
  }

  /* FILTERS */
  .s {
    font-size: 16px !important;
    font-weight: 400;
    line-height: 115%;
  }

  /* EXPLORE PRODUCT TITLE  */
  .m {
    font-size: 20px;
    font-weight: 400;
    line-height: 120%;
  }

  /* EXPLORE HEADER */
  .l {
    font-size: 24px !important;
    font-weight: 400;
    line-height: 120%;
    letter-spacing: -0.32px;
  }

  .feature .l {
    font-size: 48px !important;
    font-weight: 500;
    line-height: 110%; /* 52.8px */
    letter-spacing: -0.48px;
  }

  .feature .s {
    font-size: 20px;
    font-weight: 400;
    line-height: 130%; /* 26px */
  }

  /* SPACE */
  .space-150 {
    height: 150px;
  }

  .space-100 {
    height: 100px;
  }

  .space-75 {
    height: 75px;
  }

  .space-50 {
    height: 50px;
  }

  .space-30 {
    height: 30px;
  }

  .blog-card.feature .blog-tag-container {
    order: unset;
    justify-content: flex-end;
  }
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
}

@media (min-width: 1024px) {
  .page-container {
    margin: 6rem auto 0;
  }

  .blog-card {
    max-width: calc((100% / 3) - 14px) !important;
    margin-bottom: 60px;
  }

  .related-products {
    display: flex;
  }

  /* .social-media {
    order: 3;
    justify-content: flex-end;
  } */

  .content-container {
    flex-direction: row;
  }

  .postContent p,
  .postContent h1,
  .postContent h2,
  .postContent h3,
  .postContent h4,
  .postContent ul {
    max-width: 706px;
    width: 100%;
    color: inherit;
  }

  .postContent p {
    font-size: 20px;
  }

  /* .postContent > * {
    max-width: 600px;
  } */
}

@media (min-width: 1200px) {
}
