@import url("https://fonts.googleapis.com/css2?family=Abhaya+Libre:wght@400;500;600;700;800&family=Quicksand:wght@300;400;487;500;600;700&display=swap");
body {
  background-color: #FDF6F2;
  padding: 0;
  margin: 0;
}

h1 {
  text-align: center;
}

.container {
  display: flex;
  max-width: 1000px;
  margin: 40px auto 0;
}
@media (max-width: 650px) {
  .container {
    flex-flow: column;
    margin: 0;
  }
}
.container .full {
  width: 100% !important;
  background-color: #fff;
  border-radius: 20px;
  padding-bottom: 24px;
}
@media (max-width: 650px) {
  .container .full {
    margin: 16px 16px 140px;
    width: auto;
  }
}
@media (max-width: 768px) {
  .container .half {
    width: 100% !important;
  }
}
@media (min-width: 768px) {
  .container .half {
    width: calc(50% - 10px) !important;
  }
}

.download-app-top {
  background-color: #FF9E76;
  width: 100%;
  text-align: center;
  padding: 24px 0 8px;
  font-family: "Quicksand";
  font-size: 14px;
  font-weight: 700;
}
.download-app-top .download-buttons {
  margin-top: 8px;
}
.download-app-top .download-buttons a {
  text-decoration: none;
}
@media (min-width: 650px) {
  .download-app-top {
    display: none;
  }
}

.plant-left-container {
  display: flex;
  flex-flow: column;
  margin-right: 20px;
  max-width: 248px;
}
@media (max-width: 650px) {
  .plant-left-container {
    display: none;
  }
}
.plant-left-container .plant-left-card {
  background-color: #E9E2ED;
  border-radius: 20px;
  font-family: "Abhaya Libre";
  box-shadow: 0px 0px 12px 0px rgba(61, 109, 89, 0.3);
  min-width: 200px;
  padding: 24px;
  margin-bottom: 16px;
}
.plant-left-container .plant-left-card h2 {
  font-size: 32px;
  margin-top: 0;
}
.plant-left-container .plant-left-card span {
  font-size: 20px;
  font-family: "Quicksand";
}
.plant-left-container .download-badges {
  margin-top: 24px;
}
.plant-left-container .download-badges a {
  display: block;
  margin: 0 auto 8px;
}
.plant-left-container .download-badges img {
  width: 100%;
}
.plant-left-container .user-reviews span {
  display: block;
  font-size: 24px;
  font-family: "Abhaya Libre";
  font-weight: 700;
  line-height: 110%;
  margin: 16px 0 8px;
}
.plant-left-container .user-reviews img {
  max-width: 248px;
}

.plant-right-container {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  -moz-column-gap: 20px;
       column-gap: 20px;
  margin: 0 auto 140px;
  max-width: 763px;
  background-color: #FAFCFA;
  border-radius: 20px;
  padding: 20px;
  box-shadow: 0px 0px 12px 0px rgba(61, 109, 89, 0.3);
}
@media (max-width: 650px) {
  .plant-right-container {
    padding: 0;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
  }
}
@media (max-width: 650px) {
  .plant-right-container .full {
    margin: 16px;
  }
}

@media (max-width: 650px) {
  .plant-image {
    order: -1;
    padding: 20px 20px 0;
  }
}
.plant-image .plant-image-container {
  width: 100%;
  aspect-ratio: 1;
  border-radius: 20px;
  margin-bottom: 12px;
}
.plant-image .plant-image-container .plant-image-image {
  width: 100%;
  aspect-ratio: 1;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 20px;
}
.plant-image .plant-image-container .username {
  font-family: "Quicksand";
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 100%;
  text-align: right;
  color: #717775;
}

.plant-props {
  margin-top: 39px;
}
.plant-props .plant-props-title {
  font-family: "Abhaya Libre";
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 120%;
}
.plant-props .plant-props-text {
  margin-top: 6px;
  font-family: "Quicksand";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 140%;
}
.plant-props .plant-props-table {
  margin-top: 16px;
  width: 100%;
  border-spacing: 0;
  font-family: "Quicksand";
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 100%;
}
.plant-props .plant-props-table tr td {
  padding: 8px 12px;
}
.plant-props .plant-props-table tr:nth-child(odd) {
  background-color: #EDF5F0;
}
.plant-props .plant-props-table td:nth-child(2) {
  text-align: right;
  font-weight: 700;
  font-size: 14px;
  line-height: 100%;
}

@media (max-width: 650px) {
  .plant-info {
    padding: 20px;
  }
}
.plant-info .plant-info-name {
  /* Heading Large Brand */
  font-family: "Abhaya Libre";
  font-style: normal;
  font-weight: 700;
  font-size: 32px;
  line-height: 110%;
}
.plant-info .plant-info-latin {
  /* Paragraph Large */
  font-family: "Quicksand";
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 140%;
}
.plant-info .plant-info-sort {
  /* Paragraph Large */
  font-family: "Quicksand";
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 140%;
  text-transform: uppercase;
}
.plant-info .plant-info-app {
  border: none;
  background-color: #FF9E76;
  border-radius: 57px;
  width: 100%;
  font-size: 16px;
  padding: 15px;
  font-family: "Quicksand";
  margin: 16px 0;
}
.plant-info .plant-info-app:hover {
  cursor: pointer;
}
@media (max-width: 650px) {
  .plant-info .plant-info-app {
    display: none;
  }
}
.plant-info .plant-info-basics {
  margin-top: 20px;
  display: grid;
  grid-template-columns: 50% auto;
}
.plant-info .plant-info-basics .plant-info-basic {
  margin-bottom: 20px;
  display: flex;
  flex-direction: row;
}
.plant-info .plant-info-basics .plant-info-basic .plant-info-basic-ico {
  flex: 0;
  flex-basis: 50px;
}
.plant-info .plant-info-basics .plant-info-basic .plant-info-basic-ico div {
  width: 36px;
  aspect-ratio: 1;
  border-radius: 50%;
}
.plant-info .plant-info-basics .plant-info-basic .plant-info-basic-info {
  flex: 1;
}
.plant-info .plant-info-basics .plant-info-basic .plant-info-basic-info .plant-info-basic-info-label {
  /* Detail Medium */
  font-family: "Quicksand";
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 100%;
}
.plant-info .plant-info-basics .plant-info-basic .plant-info-basic-info .plant-info-basic-info-text {
  /* Detail Medium Emphasize */
  font-family: "Quicksand";
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 100%;
}

.ad-card {
  position: relative;
  width: 100%;
  display: flex;
  align-content: center;
  background-color: #FFFEFC;
  border-radius: 20px;
  box-shadow: 0px 0px 12px 0px rgba(61, 109, 89, 0.3);
  margin: 16px 0;
}
.ad-card .card-content {
  font-family: "Quicksand";
  font-weight: 500;
  font-size: 12px;
  margin-right: 8px;
  align-self: center;
  width: 100%;
  padding: 32px;
}
.ad-card .card-content .card-annons {
  /* Quicksand/2 Bold */
  font-family: Quicksand;
  font-size: var(--Text-Sizes-2, 14px);
  font-style: normal;
  font-weight: var(--Text-Weights-Bold, 700);
  line-height: 120%;
  /* 16.8px */
  color: var(--Peach-Peach-70, #CE9882);
}
.ad-card .card-content .card-headline {
  margin-top: 8px;
  overflow: hidden;
  color: var(--Peach-Peach-100, #47322A);
  text-overflow: ellipsis;
  /* Abhaya Libre/6 Serif */
  font-family: "Abhaya Libre";
  font-size: var(--Text-Sizes-6, 24px);
  font-style: normal;
  font-weight: var(--Text-Weights-Bold, 700);
  line-height: 110%;
  /* 26.4px */
}
.ad-card .card-content .card-text {
  margin-top: 8px;
  overflow: hidden;
  color: var(--Peach-Peach-90, #74584C);
  text-overflow: ellipsis;
  /* Quicksand/3 Medium */
  font-family: Quicksand;
  font-size: var(--Text-Sizes-3, 16px);
  font-style: normal;
  font-weight: var(--Text-Weights-Medium, 500);
  line-height: 140%;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  -webkit-box-orient: vertical;
}
.ad-card .card-image {
  display: flex;
  max-width: 144px;
  width: 30%;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-end;
  flex-shrink: 0;
  align-self: stretch;
}
.ad-card .card-image a {
  width: 100%;
  height: 100%;
}
.ad-card .card-image img {
  width: 100%;
  height: 100%;
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
  -o-object-fit: cover;
     object-fit: cover;
}
.ad-card .card-button-area {
  position: absolute;
  right: 0px;
  bottom: 0px;
}

@media (min-width: 1200px) {
  .hidden-desktop {
    display: none;
  }
}

@media (min-width: 768px) and (max-width: 1200px) {
  .hidden-tablet {
    display: none;
  }
}

@media (max-width: 768px) {
  .hidden-mobile {
    display: none;
  }
}

.pre {
  white-space: pre-wrap;
  word-wrap: break-word;
}

.paragraph-large {
  font-family: "Quicksand";
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 140%;
}

.heading-small-brand {
  font-family: "Abhaya Libre";
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
}

.heading-medium-brand {
  font-family: "Abhaya Libre";
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
}

.heading-large-brand {
  font-family: "Abhaya Libre";
  font-style: normal;
  font-weight: 700;
  font-size: 28px;
}

.h1 {
  font-family: "Abhaya Libre";
  font-style: normal;
  font-weight: 700;
  font-size: 28px;
}

.h2 {
  font-family: "Abhaya Libre";
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
}

.h3 {
  font-family: "Abhaya Libre";
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
}

.post-head {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.post-head .post-head-image {
  flex: 0;
  flex-basis: 70px;
  height: 70px;
}
.post-head .post-head-image img {
  width: 100%;
  aspect-ratio: 1;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50%;
}
.post-head .post-alias {
  padding-left: 12px;
  font-family: "Abhaya Libre";
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 120%;
  color: #3E4B43;
}
.post-head .post-time {
  padding-left: 12px;
  font-family: "Quicksand";
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 100%;
  color: #4C6253;
}

.post-text {
  margin-top: 20px;
  font-family: "Quicksand";
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 140%;
}
@media (max-width: 650px) {
  .post-text {
    font-size: 14px;
  }
}

.post-image {
  margin-top: 20px;
  aspect-ratio: 1;
  border-radius: 20px;
}
.post-image img {
  width: 100%;
  aspect-ratio: 1;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 20px;
  background-color: #eee;
}

.flex-spacer {
  flex: 1;
}

.post-footer {
  margin-top: 20px;
  display: flex;
  flex-direction: row;
  height: 40px;
}
.post-footer .post-footer-likes {
  flex: 0;
  display: flex;
  font-family: "Quicksand";
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 100%;
  align-items: center;
  padding: 0px 10px;
}
.post-footer .post-footer-likes .post-footer-likes-text {
  color: #9EA6A3;
}
.post-footer .post-footer-comments {
  margin-left: 20px;
  flex: 0;
  display: flex;
  font-family: "Quicksand";
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 100%;
  align-items: center;
  padding: 0px 10px;
}
.post-footer .post-footer-comments .post-footer-comments-text {
  color: #9EA6A3;
}
.post-footer .post-footer-plants {
  margin-top: -5px;
  flex: 0;
  flex-basis: 170px;
  height: 50px;
  display: flex;
  cursor: pointer;
  /* green 10 */
  background: #CBDAD0;
  border: 1.592px solid #fff;
  border-radius: 55.72px;
  align-items: center;
  justify-content: center;
  justify-items: center;
  font-family: "Quicksand";
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 100%;
}
.post-footer .post-footer-plants:hover {
  opacity: 0.9;
  background: #EDF5F0;
}

.post-details {
  padding: 32px 32px;
}
.post-details .post-gardenitem {
  font-family: "Abhaya Libre";
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  color: #000000;
  margin-bottom: 12px;
}
.post-details table {
  width: 100%;
  border-collapse: collapse;
}
.post-details table tr:nth-child(even) {
  background: #fff;
}
.post-details table td {
  padding-top: 8px;
  padding-bottom: 8px;
}
.post-details table td:nth-child(1) {
  font-family: "Quicksand";
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 100%;
  padding-left: 12px;
}
.post-details table td:nth-child(2) {
  font-family: "Quicksand";
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 100%;
  text-align: right;
  padding-right: 12px;
}
.post-details table tr:nth-child(odd) {
  background: #EDF5F0;
}

.post-details-plants {
  padding: 0px 32px;
}
.post-details-plants .post-details-plants-header {
  font-family: "Abhaya Libre";
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  border-bottom: 1px solid #CFD2D1;
}
.post-details-plants .plant-row {
  height: 68px;
  cursor: pointer;
  border-bottom: 1px solid #CFD2D1;
  display: flex;
  flex-direction: row;
}
.post-details-plants .plant-row .plant-image {
  height: 68px;
  padding-left: 20px;
  flex: 0;
  flex-basis: 56px;
  padding-top: 16px;
}
.post-details-plants .plant-row .plant-image img {
  width: 32px;
  aspect-ratio: 1;
  justify-self: center;
  border-radius: 5px;
}
.post-details-plants .plant-row .plant-text {
  flex: 1;
  padding-top: 16px;
}
.post-details-plants .plant-row .plant-text .plant-text-name {
  font-family: "Quicksand";
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 100%;
}
.post-details-plants .plant-row .plant-text .plant-text-type {
  padding-top: 6px;
  font-family: "Quicksand";
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 100%;
}
.post-details-plants .plant-row .plant-right {
  flex: 0;
  flex-basis: 56px;
  padding-top: 22px;
}

.profile-head {
  width: 100%;
  background-color: #EDF5F0;
  padding: 46px 20px 0;
  border-radius: 20px;
  margin: -20px -20px;
  z-index: 100;
}
@media (max-width: 650px) {
  .profile-head {
    padding: 26px 16px 0;
    margin: 0;
  }
}
.profile-head .profile-head-container {
  max-width: 400px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
  grid-template-columns: 80px auto;
}
.profile-head .profile-head-container .profile-head-img img {
  width: 100%;
  aspect-ratio: 1;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50%;
}
.profile-head .profile-head-container .profile-head-info {
  margin-left: 20px;
}
.profile-head .profile-head-container .profile-head-info .profile-head-info-alias {
  /* Heading Large Brand */
  font-family: "Abhaya Libre";
  font-style: normal;
  font-weight: 700;
  font-size: 32px;
  line-height: 110%;
  /* or 35px */
  /* green 90 */
  color: #3E4B43;
}
@media (max-width: 650px) {
  .profile-head .profile-head-container .profile-head-info .profile-head-info-alias {
    font-size: 24px;
  }
}
.profile-head .profile-head-container .profile-head-info .profile-head-info-location {
  /* Paragraph Large */
  font-family: "Quicksand";
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 140%;
  /* or 25px */
  /* gray 90 */
  color: #3D3F3E;
}
@media (max-width: 650px) {
  .profile-head .profile-head-container .profile-head-info .profile-head-info-location {
    font-size: 14px;
  }
}
.profile-head .profile-head-container .profile-head-info .profile-head-stats {
  margin-top: 15px;
  margin-bottom: 30px;
  display: flex;
  justify-content: space-between;
}
.profile-head .profile-head-container .profile-head-info .profile-head-stats .profile-head-stats-item {
  text-align: center;
  margin-right: 10px;
}
.profile-head .profile-head-container .profile-head-info .profile-head-stats .profile-head-stats-item label {
  /* Detail Large Emphasize */
  font-family: "Quicksand";
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 100%;
  color: #3E4B43;
}
@media (max-width: 650px) {
  .profile-head .profile-head-container .profile-head-info .profile-head-stats .profile-head-stats-item label {
    font-size: 14px;
  }
}
.profile-head .profile-head-container .profile-head-info .profile-head-stats .profile-head-stats-item div {
  /* Detail Large Emphasize */
  font-family: "Quicksand";
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 100%;
}
.profile-head .profile-head-tab {
  display: grid;
  grid-template-columns: auto auto auto;
  max-width: 400px;
  margin-left: auto;
  margin-right: auto;
  /* Heading Small */
  font-family: "Quicksand";
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 130%;
  /* identical to box height, or 26px */
  text-align: center;
  padding-bottom: 15px;
}
@media (max-width: 650px) {
  .profile-head .profile-head-tab {
    font-size: 18px;
  }
}
.profile-head .profile-head-tab .selected {
  font-family: "Quicksand";
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 130%;
  /* identical to box height, or 26px */
  color: #A78070;
}
@media (max-width: 650px) {
  .profile-head .profile-head-tab .selected {
    font-size: 18px;
  }
}

.profile-image {
  position: relative;
  margin: -20px -20px 0;
}
@media (max-width: 650px) {
  .profile-image {
    margin: -20px 0 0;
  }
}
.profile-image img {
  width: 100%;
  aspect-ratio: 2;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 0px 0px 20px 20px;
}
.profile-image .notch {
  position: absolute;
  top: 0;
  left: 0;
  height: 20px;
  background-color: #EDF5F0;
  width: 100%;
  border-radius: 0px 0px 20px 20px;
}
.profile-image .button--download-app {
  bottom: 20px;
  width: 100%;
}

.profile-garden .profile-garden-name {
  margin-top: 30px;
  /* Heading Large Brand */
  font-family: "Abhaya Libre";
  font-style: normal;
  font-weight: 700;
  font-size: 32px;
  line-height: 110%;
  /* or 35px */
  text-align: center;
  /* green 90 */
  color: #3E4B43;
}
@media (max-width: 650px) {
  .profile-garden .profile-garden-name {
    margin-top: 20px;
    font-size: 24px;
  }
}
.profile-garden .profile-garden-description {
  max-width: 80%;
  margin: 8px auto 20px;
  /* Paragraph Large */
  font-family: "Quicksand";
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 140%;
  /* or 25px */
  text-align: center;
  /* green 90 */
  color: #3E4B43;
}
@media (max-width: 650px) {
  .profile-garden .profile-garden-description {
    font-size: 14px;
  }
}

.gardenitems {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
  padding: 20px;
  position: relative;
}
@media (max-width: 650px) {
  .gardenitems {
    justify-content: center;
    padding: 10px;
  }
}
.gardenitems .gardenitems-item {
  margin: 10px;
  width: 150px;
  box-shadow: 4px 3px 9px 1px rgba(0, 0, 0, 0.2);
  border-radius: 10px;
  flex-basis: 29%;
}
@media (max-width: 768px) {
  .gardenitems .gardenitems-item {
    flex-basis: 44%;
  }
}
.gardenitems .gardenitems-item .gardenitems-item-image img {
  width: 100%;
  aspect-ratio: 1;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 10px;
}
.gardenitems .gardenitems-item .gardenitems-item-text .gardenitems-item-title {
  /* Subhead Large Brand */
  font-family: "Abhaya Libre";
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 100%;
  /* identical to box height, or 18px */
  height: 36px;
  text-align: center;
  /* green 90 */
  color: #3E4B43;
  margin: 0 auto;
  width: 80%;
}
@media (max-width: 650px) {
  .gardenitems .gardenitems-item .gardenitems-item-text .gardenitems-item-title {
    font-size: 16px;
  }
}
.gardenitems .gardenitems-item .gardenitems-item-text .gardenitems-item-count {
  text-align: center;
  margin-bottom: 10px;
}
.gardenitems .gardenitems-item .gardenitems-item-text .gardenitems-item-count span {
  padding: 0px 10px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  /* peach 20 */
  background: #FAEEE9;
  border-radius: 8px;
  /* Detail Large */
  font-family: "Quicksand";
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 100%;
  /* identical to box height, or 16px */
  text-align: center;
  /* gray 80 */
  color: #5A5F5D;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 8px;
  min-width: 80px;
}
@media (max-width: 650px) {
  .gardenitems .gardenitems-item .gardenitems-item-text .gardenitems-item-count span {
    font-size: 14px;
  }
}
.gardenitems .button--download-app {
  bottom: 0;
  width: 100%;
}
.gardenitems .button--download-app::before {
  content: "";
  height: 210px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 1.04%, #FAFCFA 70.31%);
  display: block;
  margin-bottom: -55px;
}

.button--download-app {
  position: absolute;
  text-align: center;
}
.button--download-app button {
  background-color: #FFAD89;
  height: 44px;
  width: 335px;
  border: 0;
  border-radius: 57px;
  font-family: Quicksand;
  font-size: 16px;
  color: #000;
}

header[class=desktop] {
  position: fixed;
  top: 0;
  padding: 0px;
  margin: 0px;
  height: 76px;
  background-color: #FDF6F2;
  width: 100%;
  z-index: 300;
}
header[class=desktop] .desktop-header {
  max-width: 1400px;
  margin: 0 auto;
}
header[class=desktop] .logo-container-desktop {
  position: absolute;
  height: 76px;
  aspect-ratio: 1;
  float: left;
}
header[class=desktop] .logo-container-desktop .logo {
  width: 45px;
  aspect-ratio: 1;
  margin-left: auto;
  margin-right: auto;
  margin-top: calc((76px - 45px) / 2);
}
header[class=desktop] .logo-container-desktop .logo img {
  width: 45px;
  height: 45px;
}
header[class=desktop] .search-container .search {
  height: 24px;
  background: #FFFFFF;
  border-radius: 57px;
  font-family: "Abhaya Libre";
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  font-weight: 400;
  padding: 10px 20px;
  border: 0px solid #E0AD98;
  text-align: center;
}
header[class=desktop] .search-container .search:focus {
  outline: none !important;
  border: 1px solid #E0AD98;
  background-color: #EDF5F0;
}
header[class=desktop] nav {
  max-width: 920px;
  margin-left: auto;
  margin-right: auto;
  height: 76px;
  border-bottom: 1px solid #ECD6CD;
  display: grid;
  grid-template-columns: auto 250px auto;
  font-family: "Abhaya Libre";
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 100%;
}
header[class=desktop] nav div {
  text-align: center;
  justify-self: center;
  align-self: center;
}
header[class=desktop] nav div a {
  text-decoration: none;
  color: #000;
  position: relative;
}
header[class=desktop] nav .links {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
}
header[class=desktop] nav .links .menu-link[aria-current=page] {
  color: #A78070;
  font-weight: 700;
}
header[class=desktop] nav .links .menu-link[aria-current=page]:after {
  content: "";
  height: 10px;
  width: 10px;
  background-color: #A78070;
  border-radius: 50%;
  position: absolute;
  display: block;
  left: 50%;
  margin-left: -5px;
  margin-top: 5px;
}
header[class=desktop] nav .links .menu-link:hover {
  color: #A78070;
}

header[class=mobile] {
  position: fixed;
  top: 0;
  width: 100%;
  background-color: #FDF6F2;
  border-bottom: 1px solid #ECD6CD;
  z-index: 300;
}
header[class=mobile] .mobile-header {
  height: 76px;
  display: grid;
  grid-template-columns: 76px auto 50px;
}
header[class=mobile] .mobile-header .logo-container-mobile {
  height: 76px;
  aspect-ratio: 1;
  float: left;
}
header[class=mobile] .mobile-header .logo-container-mobile .logo {
  width: 36px;
  aspect-ratio: 1;
  margin-left: auto;
  margin-right: auto;
  margin-top: 20px;
}
header[class=mobile] .mobile-header .menu-text {
  height: 76px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Abhaya Libre";
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  padding-bottom: 14px;
  padding-left: 14px;
}
header[class=mobile] .mobile-header .menu-text span {
  margin-left: 10px;
}
header[class=mobile] .mobile-header .search {
  height: 24px;
  background: #FFFFFF;
  border-radius: 57px;
  font-family: "Abhaya Libre";
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  font-weight: 400;
  padding: 10px 20px;
  border: 0px solid #E0AD98;
  width: 80%;
  margin-right: 20px;
}
header[class=mobile] .mobile-header .menu-icon {
  height: 76px;
  padding-left: 10px;
  cursor: pointer;
  display: table-cell;
}
header[class=mobile] .mobile-header .menu-icon:focus {
  background-color: white;
}
header[class=mobile] .mobile-header .menu-icon .menu-icon-container {
  position: absolute;
  top: 26px;
}

.mnu-pop {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  left: 0;
  background-color: #FDF6F2;
  width: 100vw;
  z-index: 4;
}
.mnu-pop .mnu-pop-item {
  height: 56px;
  display: flex;
  align-items: center;
  border-bottom: 1px solid #ECD6CD;
}
.mnu-pop .mnu-pop-item a {
  display: block;
  text-align: right;
  justify-self: center;
  align-self: center;
  margin-right: 20px;
  width: 100vw;
  font-family: "Abhaya Libre";
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  text-decoration: none;
  color: black;
}
.mnu-pop .mnu-pop-item:first-of-type {
  height: 76px;
}
.mnu-pop .mnu-pop-item svg {
  padding-top: 5px;
}

@media (max-width: 768px) {
  .desktop {
    display: none;
  }
  .header-spacer {
    height: 76px;
  }
}
@media (min-width: 769px) {
  .mobile {
    display: none;
  }
  .header-spacer {
    height: 76px;
  }
}
/*@import "./styles/_fonts.scss";
@import "./styles/_sharedpost.scss";
@import "./styles/_shareduser.scss";
@import "./styles/_sharedtopnavigation.scss";*/
.download-app {
  position: fixed;
  bottom: 0px;
  background-color: #ff9E76;
  height: 50px;
  width: 100vw;
  padding-top: 16px;
  padding-bottom: 36px;
  margin: auto;
  max-width: 830px;
  text-align: center;
}
@media (min-width: 650px) {
  .download-app {
    display: none;
  }
}
.download-app a {
  text-decoration: none;
  margin: 0 8px;
}
.download-app .download-app-btn {
  background-color: #E0AD98;
  padding: 9px 24px;
  margin-left: 50px;
  margin-right: 50px;
  border-radius: 20px;
  border: 0px;
  /* Button Small */
  font-family: "Quicksand";
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 100%;
  text-align: center;
  color: #000;
}

.hide {
  display: none;
}

.overlay-container {
  position: fixed;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.7);
  width: 100%;
  height: 100%;
  z-index: 1000;
}
.overlay-container .overlay-box {
  background-color: #FDF6F2;
  margin: 0 auto;
  position: absolute;
  top: max(50%, 360px);
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 20px;
  display: flex;
  flex-flow: column;
  padding: 20px 0 40px;
  color: #4C6253;
  /* green80 */
}
@media (min-width: 650px) {
  .overlay-container .overlay-box {
    padding: 20px 40px 40px;
  }
}
.overlay-container .overlay-box span {
  font-family: "Quicksand";
  font-size: 14px;
}
.overlay-container .overlay-box .download-buttons {
  order: 2;
  text-align: center;
  text-decoration: none;
}
.overlay-container .overlay-box .download-buttons a {
  text-decoration: none;
}
.overlay-container .overlay-box .download-buttons img {
  height: 100%;
}
.overlay-container .overlay-close-button {
  position: absolute;
  right: 20px;
  top: 20px;
  background-image: url("../gfx/delete.svg");
  width: 24px;
  height: 24px;
}
.overlay-container .overlay-close-button button {
  background-color: transparent;
  border: none;
  color: #4C6253;
  height: 100%;
  width: 100%;
}
.overlay-container .overlay-app-images.mobile {
  order: 1;
}
.overlay-container .overlay-app-images.desktop {
  order: 2;
}
.overlay-container .overlay-desktop-images {
  display: flex;
}
.overlay-container .overlay-desktop-images img {
  max-width: 200px;
}

.overlay-download-app {
  max-width: 290px;
  text-align: center;
  margin: 0 auto 8px;
}
@media (min-width: 650px) {
  .overlay-download-app {
    max-width: 100%;
    margin: 0 auto 16px;
  }
}
.overlay-download-app h2 {
  font-family: "Abhaya Libre";
  font-size: 24px;
  font-weight: 700;
}
@media (min-width: 650px) {
  .overlay-download-app h2 {
    font-size: 32px;
    margin-bottom: 8px;
  }
}/*# sourceMappingURL=site.css.map */