html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

audio, canvas, progress, video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden], template {
  display: none;
}

a {
  background-color: transparent;
}

a:active, a:hover {
  outline: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

dfn {
  font-style: italic;
}

mark {
  background: #ff0;
  color: #000;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 40px;
}

hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

code, kbd, pre, samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

button, input, optgroup, select, textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button, select {
  text-transform: none;
}

button, input[type='button'], input[type='reset'], input[type='submit'] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled], input[disabled] {
  cursor: default;
}

button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type='checkbox'], input[type='radio'] {
  box-sizing: border-box;
  padding: 0;
}

input[type='number']::-webkit-inner-spin-button, input[type='number']::-webkit-outer-spin-button {
  height: auto;
}

input[type='search'] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

input[type='search']::-webkit-search-cancel-button, input[type='search']::-webkit-search-decoration {
  -webkit-appearance: none;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  -webkit-padding-start: 0;
  margin: 0;
  border: 0;
  vertical-align: baseline;
  padding: 0;
  font: inherit;
  -webkit-margin-after: 0;
  font-size: 100%;
  -webkit-margin-before: 0;
}

body {
  line-height: 1rem;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: '';
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

fieldset {
  min-inline-size: 0;
}

@keyframes pulse {

  from {
    opacity: 1;
  }
  
  to {
    opacity: 0.5;
  }

}

@-webkit-keyframes pulse {

  from {
    opacity: 1;
  }
  
  to {
    opacity: 0.5;
  }

}

@-moz-keyframes pulse {

  from {
    opacity: 1;
  }
  
  to {
    opacity: 0.5;
  }

}

@-o-keyframes pulse {

  from {
    opacity: 1;
  }
  
  to {
    opacity: 0.5;
  }

}

*, *:before, *:after {
  box-sizing: border-box;
}

::selection {
  background-color: #93ce9a;
  color: #ffffff;
}

body, html {
  width: 100%;
  height: 100%;
}

html {
  font-size: 17px;
}

body {
  background-color: #ffffff;
  color: #1f1d1c;
  font-family: 'metropolis-regular', Helvetica, sans-serif;
  line-height: 1.5125rem;
}

#app-root, #content {
  height: 100%;
}

#content {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  height: auto;
  width: 100%;
  outline: none;
}

header .navbar {
  align-items: center;
  display: flex;
  padding: 0.625rem 1rem;
}

header .logo {
  flex: 1;
}

header .logo a {
  display: inline-block;
}

header .logo strong {
  text-transform: uppercase;
  padding: 0.625rem;
  vertical-align: top;
}

header .logo.white strong {
  color: #ffffff;
}

header .logo.white strong:hover {
  color: #93ce9a;
  cursor: pointer;
}

header .logo.black strong {
  color: #1f1d1c;
}

header .logo.black strong:hover {
  color: #93ce9a;
  cursor: pointer;
}

header .logo.primary strong {
  color: #93ce9a;
}

header .logo.primary strong:hover {
  color: #65a28c;
  cursor: pointer;
}

header .desktop-logo {
  max-height: 40px;
}

header .desktop-logo:hover {
  opacity: 0.67;
}

header .mobile-logo {
  display: none;
  max-height: 40px;
}

header .search-input-form {
  margin: 0 auto;
  max-width: 600px;
  width: 100%;
}

header .cart-container {
  position: relative;
  cursor: pointer;
}

header .cart-container:hover {
  opacity: 0.67;
}

header .cart-container .notification {
  font-size: 0.85rem;
  line-height: 1.5125rem;
  top: -5px;
  right: -5px;
  width: 23px;
  height: 23px;
}

.marketing header {
  position: absolute;
  width: 100%;
  z-index: 3;
}

.marketing header .column:last-child {

}

.marketing header .column:last-child button {

}

.marketing header li.admin a {
  color: #c95920;
}

main {
  flex: 1;
}

section {
  position: relative;
  width: 100%;
}

footer {
  background-color: #f7f7f7;
}

footer .logo {
  max-width: 180px;
  width: 80%;
}

footer .border-bottom {
  border-color: #dedede;
}

footer .copyright-info .row {
  gap: 1rem;
  justify-content: flex-end;
}

footer .copyright-info .row > .column:first-child {
  flex: 0 1 auto;
  gap: 0.375rem;
}

footer .copyright-info .row > .column:first-child p {
  text-align: left;
  width: 110px;
}

footer .copyright-info .row > .column:last-child {
  flex: 0 0 130px;
}

footer .clean-coders-logo {
  max-height: 40px;
}

footer .social-media-links {
  align-items: center;
  display: flex;
  font-size: 1.3125rem;
  gap: 1rem;
}

footer a {
  color: #1f1d1c;
  text-decoration: none;
}

footer a:hover {
  color: #93ce9a;
}

footer a.button {
  max-width: 220px;
}

footer.zach .container {
  width: 100%;
  max-width: 100%;
  padding-right: 1rem;
  padding-left: 1rem;
}

footer.nick .container:first-child {
  border-bottom: none;
}

footer.nick .container:nth-child(2) {
  width: 100%;
  max-width: 100%;
  padding-right: 1rem;
  padding-left: 1rem;
  border-top: 2px solid #dedbd9;
}

footer .footer-icon {
  display: block;
  margin: 0 auto;
  background-size: 20px 20px;
  width: 20px;
  height: 20px;
}

footer .footer-icon.instagram {
  background-image: url('/images/icons/footer/inactive/instagram.png');
}

footer .footer-icon.facebook {
  background-image: url('/images/icons/footer/inactive/facebook.png');
}

footer .footer-icon.youtube {
  background-image: url('/images/icons/footer/inactive/youtube.png');
}

footer .footer-icon.contact-us {
  background-image: url('/images/icons/footer/inactive/contact_us.png');
}

footer a:hover .footer-icon.instagram {
  background-image: url('/images/icons/footer/active/instagram_hover.png');
}

footer a:hover .footer-icon.facebook {
  background-image: url('/images/icons/footer/active/facebook_hover.png');
}

footer a:hover .footer-icon.youtube {
  background-image: url('/images/icons/footer/active/youtube_hover.png');
}

footer a:hover .footer-icon.contact-us {
  background-image: url('/images/icons/footer/active/contact_us_hover.png');
}

.row {
  display: flex;
  position: relative;
  width: 100%;
}

.row.full-screen {
  height: calc(100vh - 90px);
}

.row.width-auto {
  width: auto;
}

.row.gap-size-minus-3 {
  gap: 0.375rem;
}

.row.gap-size-minus-2 {
  gap: 0.5rem;
}

.row.gap-size-minus-1 {
  gap: 0.625rem;
}

.row.gap-size-0 {
  gap: 1rem;
}

.row.gap-size-plus-1 {
  gap: 1.3125rem;
}

.row.gap-size-plus-2 {
  gap: 1.8125rem;
}

.row.gap-size-plus-3 {
  gap: 2.625rem;
}

.column {
  flex: 1;
  min-width: 0;
  position: relative;
  width: 100%;
}

.column.flex-2 {
  flex: 2;
}

.column.flex-3 {
  flex: 3;
}

.column.vertical-flex {
  display: flex;
  flex-direction: column;
}

.column.overflow-ellipsis {
  width: 10px;
}

.column.width-300 {
  max-width: 300px;
}

.column.width-320 {
  max-width: 320px;
}

.tile {
  box-shadow: 0 3px 8px hsla(0, 0%, 0%, 0.1);
  position: relative;
}

.tile:hover {
  background-color: #fbfaf9;
  cursor: pointer;
}

.tile, .card {
  background-color: #ffffff;
  border: 2px solid #dedbd9;
  border-radius: 1rem;
}

.tile.selected, .card.selected {
  border-color: #93ce9a;
}

.tile .container, .card .container {
  padding: 1rem 1rem 1rem;
}

.tile .container.vertical-inset, .card .container.vertical-inset {
  padding: 1rem 0;
}

.tile .container.horizontal-inset-0, .card .container.horizontal-inset-0 {
  padding: 0 1rem;
}

.tile .container.vanilla, .card .container.vanilla {
  padding: 0;
}

.container {
  margin: 0 auto;
  position: relative;
}

.container.width-300 {
  max-width: 300px;
  width: 90%;
}

.container.width-340 {
  max-width: 340px;
  width: 90%;
}

.container.width-500 {
  max-width: 500px;
  width: 90%;
}

.container.width-560 {
  max-width: 560px;
  width: 90%;
}

.container.width-600 {
  max-width: 600px;
  width: 90%;
}

.container.width-640 {
  max-width: 640px;
  width: 90%;
}

.container.width-600 {
  max-width: 750px;
  width: 90%;
}

.container.width-900 {
  max-width: 900px;
  width: 90%;
}

.container.width-1100 {
  max-width: 1100px;
  width: 90%;
}

.container.width-100 {
  width: 100%;
}

.container.full-width {
  margin: 1.3125rem;
}

.container.full-div {
  margin: 0;
  width: 100%;
  height: 100%;
}

.container.full-screen {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.container.inset {
  padding: 1rem;
}

.container.large-inset {
  padding: 1.8125rem;
}

.container.inset-plus-2 {
  padding: 1.8125rem;
}

.container.vertical-inset {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.container.vertical-inset-large {
  padding-top: 1.8125rem;
  padding-bottom: 1.8125rem;
}

.container.horizontal-inset {
  padding-left: 1rem;
  padding-right: 1rem;
}

.container.horizontal-inset-large {
  padding-left: 1.8125rem;
  padding-right: 1.8125rem;
}

.container.vertical-scroll {
  height: 100%;
  overflow-y: auto;
}

.container.horizontal-scroll {
  width: 100%;
  overflow-x: auto;
}

.container.left-aligned {
  margin-left: 0;
}

.hgroup {
  width: 100%;
}

.hgroup .column {
  min-width: auto;
}

.controls-header {
  background-color: #ffffff;
  position: sticky;
  top: 0;
  z-index: 2;
}

.controls-header .column {
  display: flex;
  gap: 0.625rem;
  min-width: auto;
}

.controls-header .column:last-child {
  justify-content: flex-end;
}

.avatar-header {
  align-items: center;
  display: flex;
  gap: 0.375rem;
}

.avatar-header img {
  flex: 0 0 48px;
  max-width: 48px;
}

.avatar-header .hgroup {
  min-width: 0;
}

.avatar-header h2, .avatar-header h3 {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
}

.avatar-header h3 {
  width: unset;
}

.avatar-header h6 {
  line-height: 1.3125rem;
}

.avatar-header.align-top {
  align-items: flex-start;
}

.avatar-header.align-top img {
  flex: 0 0 24px;
  max-width: 24px;
  margin-top: 4px;
}

.avatar-header.align-bottom {
  align-items: flex-end;
}

.avatar-header.align-bottom img {
  flex: 0 0 24px;
  max-width: 24px;
  margin-bottom: 7px;
}

.avatar-header.one-line img {
  flex: 0 0 18px;
  max-width: 18px;
  margin-bottom: 3px;
}

.object-layerer {
  position: relative;
  width: 100%;
  height: 100%;
}

.object-layerer .background-layer, .object-layerer .foreground-layer {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  inset: 0;
}

.object-layerer .background-layer {
  z-index: -1;
}

.object-layerer .midground-layer {
  display: flex;
  width: 100%;
  height: 100%;
}

.object-layerer .foreground-layer {
  z-index: 1;
}

.object-layerer .flex-align-center-right .container {
  margin-left: auto;
  margin-right: 1.8125rem;
}

.object-layerer .mobile {
  display: none;
}

.column.toggle-width {
  flex: 0 0 40px;
}

.inliner {
  align-items: center;
  display: flex;
  flex: 0 1 auto;
  gap: 1rem;
  width: auto;
}

.inliner li {
  flex-shrink: 0;
}

.inliner.align-flex-start {
  align-items: flex-start;
}

.inliner.align-flex-end {
  align-items: flex-end;
}

.inliner.wrap {
  flex-wrap: wrap;
}

.row.always-column {
  flex-direction: column !important;
}

.row.always-row {
  flex-direction: row !important;
}

.fieldset-group {
  display: flex;
  gap: 0.625rem;
}

.fieldset-group fieldset, .fieldset-group div {
  flex: 1;
  position: relative;
}

.fieldset-group.divided-by {
  gap: 1.3125rem;
}

.fieldset-group.divided-by fieldset:first-child:after {
  content: '/';
  display: block;
  font-size: 1.3125rem;
  position: absolute;
  top: 34px;
  right: -18px;
}

.fieldset-group.width-400 {
  max-width: 400px;
}

.button-group {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 0.625rem;
}

.button-group button, .button-group .button {
  display: inline-block;
  width: auto;
}

.button-group input {
  max-width: 90px;
}

.button-group.centered {
  justify-content: center;
}

.button-group.full-width button, .button-group.full-width .button {
  flex: 1;
}

.button-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
  grid-gap: 1rem;
}

.desktop {
  display: block;
}

.mobile {
  display: none;
}

.unselectable:hover {
  cursor: auto;
}

.selectable:hover {
  cursor: pointer;
}

hr {
  background-color: #dedbd9;
  border: 0;
  height: 2px;
  margin: 1.3125rem 0 1.3125rem;
}

.diagonal-gradient {
  background: linear-gradient(125deg, rgba(147,206,154,0.25) 0%, rgba(147,206,154,0.6) 100%);
}

.vertical-gradient {
  background: linear-gradient(180deg, rgba(255,255,255,1) 0%, rgba(186,232,173,1) 100%);
}

.box-shadow {
  box-shadow: 0 3px 8px hsla(0, 0%, 0%, 0.1);
}

.border {
  border: 2px solid #dedbd9;
}

.border-right {
  border-right: 2px solid #dedbd9;
}

.border-bottom {
  border-bottom: 2px solid #dedbd9;
}

.border-top {
  border-top: 2px solid #dedbd9;
}

.border-radius-standard {
  border-radius: 1rem;
}

.border-radius-circle {
  border-radius: 50%;
}

.inline-block {
  display: inline-block;
}

.text-align-center {
  display: block;
  text-align: center;
}

.text-align-left {
  text-align: left;
}

.text-align-right {
  text-align: right;
}

.text-inliner {
  align-items: baseline;
  display: flex;
  gap: 0.25rem;
}

.center-div {
  display: block;
  margin: 0 auto;
}

.flex-align-center-center {
  display: flex;
  align-items: center;
  justify-content: center;
}

.flex-align-center-vertical {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.flex-align-center-right {
  display: flex;
  align-items: center;
  justify-content: right;
  height: 100%;
}

.flex-align-center-end {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
}

.flex-align-space-around {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-around;
}

.flex-vertical-start {
  align-items: flex-start;
}

.flex-vertical-center {
  align-items: center;
}

.flex-row {
  display: flex;
  flex-direction: row;
}

.flex-0 {
  flex: 0;
}

.flex-1 {
  flex: 1;
}

.flex-end {
  justify-content: flex-end;
}

.space-between {
  justify-content: space-between;
}

.no-margin {
  margin: 0;
}

.no-gap, .gap-zero {
  gap: 0;
}

.margin-top-minus-1 {
  margin-top: 0.625rem;
}

.margin-bottom-minus-1 {
  margin-bottom: 0.625rem;
}

.margin-left-minus-1 {
  margin-left: 0.625rem;
}

.margin-right-minus-1 {
  margin-right: 0.625rem;
}

.padding-top-minus-1 {
  padding-top: 0.625rem;
}

.padding-bottom-minus-1 {
  padding-bottom: 0.625rem;
}

.padding-left-minus-1 {
  padding-left: 0.625rem;
}

.padding-right-minus-1 {
  padding-right: 0.625rem;
}

.gap-minus-1 {
  gap: 0.625rem;
}

.margin-top-minus-4 {
  margin-top: 0.25rem;
}

.margin-bottom-minus-4 {
  margin-bottom: 0.25rem;
}

.margin-left-minus-4 {
  margin-left: 0.25rem;
}

.margin-right-minus-4 {
  margin-right: 0.25rem;
}

.padding-top-minus-4 {
  padding-top: 0.25rem;
}

.padding-bottom-minus-4 {
  padding-bottom: 0.25rem;
}

.padding-left-minus-4 {
  padding-left: 0.25rem;
}

.padding-right-minus-4 {
  padding-right: 0.25rem;
}

.gap-minus-4 {
  gap: 0.25rem;
}

.margin-top-0 {
  margin-top: 1rem;
}

.margin-bottom-0 {
  margin-bottom: 1rem;
}

.margin-left-0 {
  margin-left: 1rem;
}

.margin-right-0 {
  margin-right: 1rem;
}

.padding-top-0 {
  padding-top: 1rem;
}

.padding-bottom-0 {
  padding-bottom: 1rem;
}

.padding-left-0 {
  padding-left: 1rem;
}

.padding-right-0 {
  padding-right: 1rem;
}

.gap-0 {
  gap: 1rem;
}

.margin-top-plus-2 {
  margin-top: 1.8125rem;
}

.margin-bottom-plus-2 {
  margin-bottom: 1.8125rem;
}

.margin-left-plus-2 {
  margin-left: 1.8125rem;
}

.margin-right-plus-2 {
  margin-right: 1.8125rem;
}

.padding-top-plus-2 {
  padding-top: 1.8125rem;
}

.padding-bottom-plus-2 {
  padding-bottom: 1.8125rem;
}

.padding-left-plus-2 {
  padding-left: 1.8125rem;
}

.padding-right-plus-2 {
  padding-right: 1.8125rem;
}

.gap-plus-2 {
  gap: 1.8125rem;
}

.margin-top-minus-2 {
  margin-top: 0.5rem;
}

.margin-bottom-minus-2 {
  margin-bottom: 0.5rem;
}

.margin-left-minus-2 {
  margin-left: 0.5rem;
}

.margin-right-minus-2 {
  margin-right: 0.5rem;
}

.padding-top-minus-2 {
  padding-top: 0.5rem;
}

.padding-bottom-minus-2 {
  padding-bottom: 0.5rem;
}

.padding-left-minus-2 {
  padding-left: 0.5rem;
}

.padding-right-minus-2 {
  padding-right: 0.5rem;
}

.gap-minus-2 {
  gap: 0.5rem;
}

.margin-top-plus-4 {
  margin-top: 3.975rem;
}

.margin-bottom-plus-4 {
  margin-bottom: 3.975rem;
}

.margin-left-plus-4 {
  margin-left: 3.975rem;
}

.margin-right-plus-4 {
  margin-right: 3.975rem;
}

.padding-top-plus-4 {
  padding-top: 3.975rem;
}

.padding-bottom-plus-4 {
  padding-bottom: 3.975rem;
}

.padding-left-plus-4 {
  padding-left: 3.975rem;
}

.padding-right-plus-4 {
  padding-right: 3.975rem;
}

.gap-plus-4 {
  gap: 3.975rem;
}

.margin-top-plus-1 {
  margin-top: 1.3125rem;
}

.margin-bottom-plus-1 {
  margin-bottom: 1.3125rem;
}

.margin-left-plus-1 {
  margin-left: 1.3125rem;
}

.margin-right-plus-1 {
  margin-right: 1.3125rem;
}

.padding-top-plus-1 {
  padding-top: 1.3125rem;
}

.padding-bottom-plus-1 {
  padding-bottom: 1.3125rem;
}

.padding-left-plus-1 {
  padding-left: 1.3125rem;
}

.padding-right-plus-1 {
  padding-right: 1.3125rem;
}

.gap-plus-1 {
  gap: 1.3125rem;
}

.margin-top-minus-3 {
  margin-top: 0.375rem;
}

.margin-bottom-minus-3 {
  margin-bottom: 0.375rem;
}

.margin-left-minus-3 {
  margin-left: 0.375rem;
}

.margin-right-minus-3 {
  margin-right: 0.375rem;
}

.padding-top-minus-3 {
  padding-top: 0.375rem;
}

.padding-bottom-minus-3 {
  padding-bottom: 0.375rem;
}

.padding-left-minus-3 {
  padding-left: 0.375rem;
}

.padding-right-minus-3 {
  padding-right: 0.375rem;
}

.gap-minus-3 {
  gap: 0.375rem;
}

.margin-top-plus-5 {
  margin-top: 6rem;
}

.margin-bottom-plus-5 {
  margin-bottom: 6rem;
}

.margin-left-plus-5 {
  margin-left: 6rem;
}

.margin-right-plus-5 {
  margin-right: 6rem;
}

.padding-top-plus-5 {
  padding-top: 6rem;
}

.padding-bottom-plus-5 {
  padding-bottom: 6rem;
}

.padding-left-plus-5 {
  padding-left: 6rem;
}

.padding-right-plus-5 {
  padding-right: 6rem;
}

.gap-plus-5 {
  gap: 6rem;
}

.margin-top-plus-3 {
  margin-top: 2.625rem;
}

.margin-bottom-plus-3 {
  margin-bottom: 2.625rem;
}

.margin-left-plus-3 {
  margin-left: 2.625rem;
}

.margin-right-plus-3 {
  margin-right: 2.625rem;
}

.padding-top-plus-3 {
  padding-top: 2.625rem;
}

.padding-bottom-plus-3 {
  padding-bottom: 2.625rem;
}

.padding-left-plus-3 {
  padding-left: 2.625rem;
}

.padding-right-plus-3 {
  padding-right: 2.625rem;
}

.gap-plus-3 {
  gap: 2.625rem;
}

h1 {
  font-family: 'metropolis-black', Helvetica, sans-serif;
  font-size: 3rem;
  line-height: 3.2rem;
}

h2 {
  font-family: 'metropolis-bold', Helvetica, sans-serif;
  font-size: 1.8125rem;
  line-height: 2.15rem;
}

h3, legend {
  font-family: 'metropolis-semibold', Helvetica, sans-serif;
  font-size: 1.3125rem;
  line-height: 1.6rem;
}

h4 {
  font-family: 'metropolis-extrabold', Helvetica, sans-serif;
  font-size: 1rem;
  line-height: 1.5125rem;
  text-transform: uppercase;
}

h6, label, th {
  font-family: 'metropolis-bold', Helvetica, sans-serif;
  font-size: 0.75rem;
  line-height: 1.8125em;
  text-transform: uppercase;
}

h6 div, label div, th div {
  font-family: 'metropolis-medium', Helvetica, sans-serif;
  font-size: 1rem;
  line-height: 1.5125rem;
  text-transform: none;
}

h6 span, label span, th span {
  font-family: 'metropolis-regular', Helvetica, sans-serif;
  font-size: 1rem;
  line-height: 1.5125rem;
  text-transform: none;
}

.small-caps {
  font-size: 0.75rem;
  line-height: 1.8125em;
  text-transform: uppercase;
}

a {
  color: #93ce9a;
  text-decoration: underline;
}

a:hover {
  color: #65a28c;
  cursor: pointer;
}

a.text-link {
  color: #1f1d1c;
  text-decoration: none;
}

a.text-link:hover {
  color: #65a28c;
  text-decoration: underline;
}

.diagonal-gradient a {
  color: #1f1d1c;
}

.diagonal-gradient a:hover {
  color: #1f1d1c;
}

b, strong {
  font-family: 'metropolis-extrabold', Helvetica, sans-serif;
}

p h3, span h3 {
  display: inline-block;
}

small {
  display: inline-block;
  font-size: 0.75em;
  line-height: 1.15em;
}

.strikethrough-background {
  position: relative;
  text-align: center;
  z-index: 0;
}

.strikethrough-background:after {
  background-color: #dedbd9;
  content: '';
  display: block;
  position: absolute;
  top: 13px;
  width: 100%;
  height: 2px;
  z-index: -1;
}

.strikethrough-background span {
  background-color: #ffffff;
  display: inline-block;
  padding-left: 1rem;
  padding-right: 1rem;
}

.strikethrough-background.sticky {
  background-color: #ffffff;
  padding: 1rem 0;
  position: sticky;
  top: 86px;
  z-index: 1;
}

.strikethrough-background.sticky:after {
  top: 28px;
}

.tax-label {
  opacity: .7;
  border-radius: 0.5rem;
  display: flex;
  justify-content: center;
  width: fit-content;
  padding: 0px 7px;
  background-color: #93ce9a;
}

.tax-label a {
  color: white;
  font-size: 0.7rem;
  text-decoration: none;
  cursor: default;
}

.grey-text, .note {
  color: #a29d99;
}

.fa-check.note {
  color: #dedbd9;
}

.primary-text {
  color: #93ce9a;
}

.warn-text {
  color: #fece5c;
}

.error-text {
  color: #c95920;
}

.overflow-ellipsis {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
}

.line-clamp-2 {
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.nowrap {
  white-space: nowrap;
}

.fa-placeholder {
  display: inline-block;
  width: 18px;
  height: 18px;
}

.markdown h3 {
  margin-bottom: 1rem;
  margin-top: 1.8125rem;
}

.markdown p {
  margin-bottom: 1rem;
}

.markdown em {
  display: inline-block;
  transform: skewX(-15deg);
}

.markdown ul {
  margin-left: 1rem;
}

.markdown li:before {
  width: 4px;
  top: 10px;
  height: 4px;
  position: absolute;
  content: '';
  background-color: #1f1d1c;
  border-radius: 50%;
  display: block;
  left: -8px;
}

.markdown .traversal-menu {
  margin-left: 0;
}

.markdown .traversal-menu li:before {
  display: none;
}

.-lemondrop-address {
  text-align: left;
}

form.width-210 {
  max-width: 210px;
}

form.space-between-fieldsets fieldset, form fieldset {
  margin-bottom: 1rem;
}

form.no-margin fieldset {
  margin-bottom: 0;
}

fieldset label {
  display: block;
  margin-left: 1rem;
}

label.inline-radio, label.inline-checkbox {
  align-items: center;
  display: flex;
  gap: 0.5rem;
}

label.inline-radio:hover, label.inline-checkbox:hover {
  cursor: pointer;
}

label p {
  font-size: 1rem;
  text-transform: none;
}

label.checkbox.two-lines {
  align-items: flex-start;
  display: flex;
  gap: 0.625rem;
}

label.checkbox.two-lines input {
  margin-top: 5px;
}

input, textarea {
  line-height: 1.5125rem;
  width: 100%;
  font-family: 'metropolis-medium', Helvetica, sans-serif;
  border: 2px solid #dedbd9;
  padding: 0.625rem 1rem 0.625rem;
  background-color: #ffffff;
  border-radius: 1rem;
  display: inline-block;
  color: #1f1d1c;
}

input:focus, textarea:focus {
  border-color: #93ce9a;
  box-shadow: 0 0.5px 3px 3px #93ce9a;
  outline: none;
  z-index: 12;
}

input::placeholder, textarea::placeholder {
  color: #a29d99;
  font-family: 'metropolis-medium', Helvetica, sans-serif;
}

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  color: #a29d99;
  font-family: 'metropolis-medium', Helvetica, sans-serif;
}

input::-moz-placeholder, textarea::-moz-placeholder {
  color: #a29d99;
  font-family: 'metropolis-medium', Helvetica, sans-serif;
}

input:-moz-placeholder, textarea:-moz-placeholder {
  color: #a29d99;
  font-family: 'metropolis-medium', Helvetica, sans-serif;
}

input:-ms-input-placeholder, textarea:-ms-input-placeholder {
  color: #a29d99;
  font-family: 'metropolis-medium', Helvetica, sans-serif;
}

input:disabled, input.disabled, textarea:disabled, textarea.disabled {
  color: #dedbd9;
  cursor: not-allowed;
}

input.small, textarea.small {
  padding: 0.05rem 0.625rem 0;
}

input.small-revised, textarea.small-revised {
  padding: 0.25rem 1rem 0.25rem;
  line-height: 1.3125rem;
}

input.error, textarea.error {
  color: #c95920;
}

input[type=checkbox], input[type=radio] {
  vertical-align: middle;
  width: auto;
}

input[type=date] {
  max-width: 200px;
}

textarea {
  resize: vertical;
}

textarea.tall {
  height: 250px;
}

.fake-input {
  border: 2px solid transparent;
  border-radius: 1rem;
  padding: 0.625rem 1rem 0.85rem;
}

.fake-input.small {
  line-height: 1.3125rem;
  padding: 0.25rem 1rem 0.2rem;
}

button, .button {
  line-height: 1.5125rem;
  font-family: 'metropolis-medium', Helvetica, sans-serif;
  border: 2px solid #a29d99;
  padding: 0.625rem 1.8125rem 0.625rem;
  text-align: center;
  white-space: nowrap;
  text-decoration: none;
  background-color: #ffffff;
  border-radius: 1rem;
  display: block;
  color: #a29d99;
}

button:hover, .button:hover {
  background-color: #93ce9a;
  border-color: #93ce9a;
  color: #ffffff;
  cursor: pointer;
  text-decoration: none;
}

button.primary, .button.primary {
  border-color: #93ce9a;
  color: #93ce9a;
}

button.primary:hover, .button.primary:hover {
  background-color: #93ce9a;
  color: #ffffff;
}

button.active, .button.active {
  background-color: #93ce9a;
  border-color: #93ce9a;
  color: #ffffff;
  text-decoration: none;
}

button.active:hover, .button.active:hover {
  background-color: #93ce9a;
  border-color: #93ce9a;
  color: #ffffff;
  cursor: auto;
}

button.selected, .button.selected {
  border-color: #93ce9a;
  color: #93ce9a;
}

button.selected:after, .button.selected:after {
  content: '\f00c';
  display: inline-block;
  font-family: 'Font Awesome 5 Free';
  font-size: 0.85rem;
  font-weight: 900;
  margin-left: 0.375rem;
}

button.selected:hover, .button.selected:hover {
  background-color: #93ce9a;
  color: #ffffff;
}

button.selected.small:after, .button.selected.small:after {
  font-size: 0.67rem;
}

button.error, .button.error {
  border-color: #c95920;
  color: #c95920;
}

button.error:hover, .button.error:hover {
  background-color: #c95920;
  color: #ffffff;
}

button.black, .button.black {
  border-color: #1f1d1c;
  color: #1f1d1c;
}

button.outline, .button.outline {
  border-color: #1f1d1c;
  background-color: transparent;
  color: #1f1d1c;
}

button.outline:hover, .button.outline:hover {
  background-color: #93ce9a;
  border-color: #93ce9a;
  color: #ffffff;
}

button.transparent-background, .button.transparent-background {
  background-color: hsla(0, 0%, 100%, 0.9);
  border: none;
}

button.transparent-background:hover, .button.transparent-background:hover {
  background-color: #93ce9a;
}

button.disabled, button:disabled, .button.disabled, .button:disabled {
  border-color: #dedbd9;
  color: #dedbd9;
}

button.disabled:hover, button:disabled:hover, .button.disabled:hover, .button:disabled:hover {
  background-color: transparent;
  border-color: #dedbd9;
  color: #dedbd9;
  cursor: auto;
}

button.centered, .button.centered {
  margin-left: auto;
  margin-right: auto;
  max-width: 320px;
  text-align: center;
}

button.full-width, .button.full-width {
  max-width: 100%;
  width: 100%;
}

button.large, .button.large {
  font-size: 1.3125rem;
  max-width: 450px;
  padding: 0.625rem 1.8125rem;
}

button.extra-large, .button.extra-large {
  font-size: 1.8125rem;
  max-width: 450px;
  padding: 1rem 2.625rem;
}

button.small, .button.small {
  display: inline-block;
  font-size: 0.85rem;
  line-height: 1.3125rem;
  max-height: 28px;
  padding: 0.05rem 0.625rem 0;
  vertical-align: text-bottom;
}

button.small-revised, .button.small-revised {
  padding: 0.25rem 1rem 0.2rem;
  line-height: 1.3125rem;
  display: inline-block;
  vertical-align: text-bottom;
}

button.icon, .button.icon {
  line-height: 10px;
  width: 24px;
  height: 24px;
  border: none;
  padding: 0;
  font-size: 0.85rem;
  background-color: #93ce9a;
  border-radius: 50%;
  color: #ffffff;
}

button.icon:hover, .button.icon:hover {
  background-color: #65a28c;
}

button.sign-in, .button.sign-in {
  align-items: center;
  border-color: #dedbd9;
  display: flex;
  max-width: 100%;
  padding: 0 1.3125rem 0 0;
}

button.sign-in .icon, .button.sign-in .icon {
  display: block;
  width: 20px;
  height: 20px;
}

button.sign-in .text, .button.sign-in .text {
  flex: 1;
  font-family: 'Roboto', sans-serif;
  font-size: 15px;
  font-weight: bold;
}

button.google:hover, .button.google:hover {
  color: #a29d99;
  background-color: #fbfaf9;
  border-color: #dedbd9;
}

button.google .icon, .button.google .icon {
  background: url('/images/social/google-g.png') transparent no-repeat center center;
  background-size: 24px 24px;
}

button.facebook, .button.facebook {
  padding: 0.25rem 0.625rem;
  border-radius: 150px;
  height: 40px;
  text-align: left;
  background-color: #ffffff;
  border: 1px solid #dadce0;
  color: #1f1d1c;
}

button.facebook:hover, .button.facebook:hover {
  background-color: rgba(66,133,244,0.04);
}

button.facebook .text, .button.facebook .text {
  font-weight: normal;
  font-size: 13px;
}

button.facebook .icon, .button.facebook .icon {
  background: url('/images/social/facebook-f-blue.png') transparent no-repeat center center;
  background-size: 20px 20px;
}

.fa-trash-alt:hover {
  color: #c95920;
  cursor: pointer;
}

.google-signin-button {
  overflow: hidden;
}

.google-signin-button iframe {
  margin: 0 auto !important;
}

.search-input {
  display: flex;
  flex: 1;
  position: relative;
}

.search-input .fa-search {
  position: absolute;
  top: 0.95rem;
  right: 1rem;
}

.search-input .fa-search:hover {
  color: #93ce9a;
  cursor: pointer;
}

.search-input-form form {
  position: relative;
}

.search-input-form button {
  right: 0;
  top: 0;
  border-color: transparent;
  position: absolute;
  border-bottom-left-radius: 0;
  background-color: transparent;
  padding-right: 1rem;
  border-top-left-radius: 0;
  color: #1f1d1c;
  padding-left: 1rem;
}

.radio-bar {
  display: flex;
}

.radio-bar input {
  opacity: 0;
  position: fixed;
  width: 0;
}

.radio-bar label {
  line-height: 1.5125rem;
  font-family: 'metropolis-medium', Helvetica, sans-serif;
  margin: 0;
  border: 2px solid #a29d99;
  text-transform: none;
  padding: 0.625rem 1.8125rem 0.625rem;
  text-align: center;
  white-space: nowrap;
  text-decoration: none;
  font-size: 1rem;
  background-color: #ffffff;
  border-radius: 1rem;
  flex: 1;
  color: #a29d99;
}

.radio-bar label:hover {
  cursor: pointer;
}

.radio-bar label:nth-of-type(1) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-right: 0;
}

.radio-bar label:nth-last-of-type(1) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.radio-bar input:checked + label {
  background-color: #93ce9a;
  border-color: #93ce9a;
  color: #ffffff;
}

.radio-bar input:checked + label.error {
  background-color: #c95920;
  border-color: #c95920;
  color: #ffffff;
}

.radio-bar.small label {
  line-height: 1.3125rem;
  padding: 0.25rem 1rem 0.2rem;
}

.button-bar {
  display: flex;
}

.button-bar button, .button-bar a.button {
  padding-left: 1.3125rem;
  padding-right: 1.3125rem;
}

.button-bar input {
  border: 2px solid #a29d99;
}

.button-bar button, .button-bar a.button, .button-bar input {
  border-radius: 0;
}

.button-bar button:not(:first-child), .button-bar a.button:not(:first-child), .button-bar input:not(:first-child) {
  border-left: none;
}

.button-bar button:first-child, .button-bar a.button:first-child, .button-bar input:first-child {
  border-top-left-radius: 1rem;
  border-bottom-left-radius: 1rem;
}

.button-bar button:first-child:disabled, .button-bar button:first-child .disabled, .button-bar a.button:first-child:disabled, .button-bar a.button:first-child .disabled, .button-bar input:first-child:disabled, .button-bar input:first-child .disabled {
  border-right: 2px solid #a29d99;
}

.button-bar button:last-child, .button-bar a.button:last-child, .button-bar input:last-child {
  border-top-right-radius: 1rem;
  border-bottom-right-radius: 1rem;
}

.button-bar input[type=date] {
  max-width: 100%;
}

.toggle-switch {
  position: relative;
  display: inline-block;
  width: 40px;
  height: 24px;
}

.toggle-switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

.toggle-switch input:checked + span {
  background-color: #93ce9a;
}

.toggle-switch input:focus + span {
  box-shadow: 0 0 1px #93ce9a;
}

.toggle-switch input:checked + span:before {
  -webkit-transform: translateX(15px);
  -ms-transform: translateX(15px);
  transform: translateX(15px);
}

.toggle-switch span {
  right: 0;
  top: 0;
  -webkit-transition: .4s;
  position: absolute;
  cursor: pointer;
  background-color: #dedbd9;
  border-radius: 1rem;
  display: inline-block;
  bottom: 0;
  transition: .4s;
  left: 0;
}

.toggle-switch span:before {
  width: 16px;
  height: 16px;
  -webkit-transition: .4s;
  position: absolute;
  content: '';
  background-color: #ffffff;
  border-radius: 50%;
  bottom: 4px;
  transition: .4s;
  left: 4px;
}

.dual-range-slider {
  height: 38px;
  position: relative;
}

.dual-range-slider input[type=range] {
  appearance: none;
  width: 100%;
  -moz-appearance: none;
  -webkit-appearance: none;
  border: none;
  outline: none;
  position: absolute;
  background-color: transparent;
  padding-right: 0;
  pointer-events: none;
  padding-left: 0;
}

.dual-range-slider input[type=range]:focus {
  border: none;
  box-shadow: none;
}

.dual-range-slider input[type=range]::-webkit-slider-runnable-track {
  -webkit-appearance: none;
  height: 5px;
}

.dual-range-slider input[type=range]::-moz-range-track {
  -moz-appearance: none;
  height: 5px;
}

.dual-range-slider input[type=range]::-ms-track {
  appearance: none;
  height: 5px;
}

.dual-range-slider input[type=range]::-webkit-slider-thumb {
  -webkit-appearance: none;
  background-color: #93ce9a;
  border-radius: 50%;
  cursor: pointer;
  pointer-events: auto;
  width: 1rem;
  height: 1rem;
  z-index: 2;
}

.dual-range-slider input[type=range]::-moz-range-thumb {
  width: 1rem;
  height: 1rem;
  -webkit-appearance: none;
  margin-top: -1px;
  z-index: 2;
  cursor: pointer;
  background-color: #93ce9a;
  border-radius: 50%;
  pointer-events: auto;
}

.dual-range-slider input[type=range]::-ms-range-thumb {
  width: 1rem;
  height: 1rem;
  -webkit-appearance: none;
  margin-top: -1px;
  z-index: 2;
  cursor: pointer;
  background-color: #93ce9a;
  border-radius: 50%;
  pointer-events: auto;
}

.dual-range-slider input[type=range]:active::-webkit-slider-thumb {
  background-color: #65a28c;
}

.dual-range-slider input[type=range]:active::-moz-range-thumb {
  background-color: #65a28c;
}

.dual-range-slider input[type=range]:active::-ms-range-thumb {
  background-color: #65a28c;
}

.dual-range-slider .track {
  background-color: #dedbd9;
  border-radius: 5px;
  height: 5px;
  position: absolute;
  top: 17px;
  width: 100%;
}

.dual-range-slider.disabled input[type=range]::-webkit-slider-thumb, .dual-range-slider:disabled input[type=range]::-webkit-slider-thumb {
  background-color: #dedbd9;
  cursor: not-allowed;
}

.dual-range-slider.disabled input[type=range]::-moz-range-thumb, .dual-range-slider:disabled input[type=range]::-moz-range-thumb {
  background-color: #dedbd9;
  cursor: not-allowed;
}

.dual-range-slider.disabled input[type=range]::-ms-range-thumb, .dual-range-slider:disabled input[type=range]::-ms-range-thumb {
  background-color: #dedbd9;
  cursor: not-allowed;
}

.incrementer {
  gap: 0;
}

.incrementer button, .incrementer span {
  height: 28px;
}

.incrementer button:first-child {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-right: none;
}

.incrementer .select-menu {
  height: 28px;
  border-color: #a29d99;
  border-radius: 0;
}

.incrementer input {
  border-radius: 0;
  height: 24px;
}

.incrementer button:last-child {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-left: none;
}

.incrementer.disabled span {
  border-color: #dedbd9;
  color: #1f1d1c;
}

.incrementer.disabled .select-menu {
  border-color: #dedbd9;
}

.fa-caret-right.toggleable:hover, .fa-caret-down.toggleable:hover {
  color: #93ce9a;
  cursor: pointer;
}

.disabled {
  color: #dedbd9;
}

.disabled .remove-icon {
  color: #dedbd9;
}

.disabled .remove-icon:hover {
  background-color: transparent;
  color: inherit;
  cursor: auto;
}

.disabled a {
  color: #dedbd9;
}

.disabled a:hover {
  color: #dedbd9;
  cursor: auto;
}

.disabled button, .disabled input {
  border-color: #dedbd9;
  color: #dedbd9;
}

.disabled button:hover, .disabled input:hover {
  background-color: inherit;
  border-color: inherit;
  color: inherit;
  cursor: auto;
}

.disabled .radio-bar label {
  border-color: #dedbd9;
  color: #dedbd9;
}

.disabled .radio-bar label:hover {
  background-color: inherit;
  border-color: inherit;
  color: inherit;
  cursor: auto;
}

.disabled .radio-bar label:last-of-type {
  border-left: none;
}

.disabled .radio-bar input:checked + label {
  background-color: transparent;
  border-color: #dedbd9;
  color: #dedbd9;
}

.disabled .radio-bar input:checked + label:hover {
  background-color: inherit;
  border-color: inherit;
  color: inherit;
  cursor: auto;
}

.disabled .dual-range-slider input[type=range]::-webkit-slider-thumb {
  background-color: #dedbd9;
  cursor: not-allowed;
}

.disabled .dual-range-slider input[type=range]::-moz-range-thumb {
  background-color: #dedbd9;
  cursor: not-allowed;
}

.disabled .dual-range-slider input[type=range]::-ms-range-thumb {
  background-color: #dedbd9;
  cursor: not-allowed;
}

.disabled .incrementer .select-menu {
  border-color: #dedbd9;
}

.disabled img {
  opacity: 0.3;
}

.disabled .select-menu:hover {
  cursor: auto;
}

.disabled .note {
  color: #dedbd9;
}

.note-small {
  font-size: 0.65rem;
  color: #93ce9a;
}

.validation-message-container input {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.validation-message-container .button, .validation-message-container button {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.validation-message {
  background-color: #dedbd9;
  border-radius: 1rem;
  color: #ffffff;
  margin-top: 0.25rem;
  padding: 0.5rem 1rem;
}

.validation-message.error {
  background-color: #c95920;
}

.validation-message.success {
  background-color: #93ce9a;
}

.validation-message.warn {
  background-color: #fece5c;
  color: #1f1d1c;
}

.validation-message.error-border {
  background-color: #fbfaf9;
  border: 2px solid #c95920;
  color: #1f1d1c;
}

.validation-message.success-border {
  background-color: #fbfaf9;
  border: 2px solid #93ce9a;
  color: #1f1d1c;
}

.validation-message.warn-border {
  background-color: #fbfaf9;
  border: 2px solid #fece5c;
  color: #1f1d1c;
}

.validation-message.info {
  color: #1f1d1c;
}

.validation-message.note {
  background-color: transparent;
  color: #dedbd9;
}

.flash-root {
  position: fixed;
  top: 74px;
  left: 0;
  width: auto;
  z-index: 8;
}

.flash-message {
  background-color: #dedbd9;
}

.flash-message.error {
  background-color: #c95920;
  color: #ffffff;
}

.flash-message.success {
  background-color: #93ce9a;
  color: #ffffff;
}

.flash-message.warn {
  background-color: #fece5c;
  color: #ffffff;
}

.flash-message .container {
  padding: 0.5rem 1.3125rem;
}

.flash-message span {
  margin-right: 1rem;
}

.flash-message span:hover {
  cursor: pointer;
}

.flash-message span a {
  display: inline;
  padding: 0;
}

.flash-message a {
  color: #ffffff;
}

.flash-message a:hover {
  color: #ffffff;
}

.spinner-white {
  background-image: url('/images/gifs/spinner-white.gif');
  background-repeat: no-repeat;
  background-size: 20px 20px;
  width: 20px;
  height: 20px;
  display: inline-block;
}

.site-spinner {
  width: 80px;
  right: 0;
  top: 0;
  height: 35px;
  border-bottom-right-radius: 1rem;
  position: fixed;
  border-bottom-left-radius: 1rem;
  z-index: 9;
  box-shadow: 2px 2px 8px #dedbd9;
  margin-left: -50px;
  background-color: #93ce9a;
  left: 50%;
}

.site-spinner:after {
  width: 24px;
  background-repeat: no-repeat;
  height: 24px;
  position: fixed;
  margin-top: 4px;
  content: '';
  background-size: 24px 24px;
  margin-left: -22px;
  display: inline-block;
  background-image: url('/images/gifs/spinner-white.gif');
  left: 50%;
}

ol, ul, li {
  position: relative;
}

.bulleted-list li:before {
  width: 4px;
  top: 10px;
  height: 4px;
  position: absolute;
  content: '';
  background-color: #1f1d1c;
  border-radius: 50%;
  display: block;
  left: -8px;
}

.indented-list {
  padding-left: 1rem;
}

.numbered-list {
  list-style-type: decimal;
  padding-left: 1rem;
}

.checkmark-list li:before {
  line-height: 1;
  width: 4px;
  top: 9px;
  font-family: 'Font Awesome 5 Free';
  height: 4px;
  -mox-osx-font-smoothing: grayscale;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  position: absolute;
  font-weight: 900;
  content: '\f00c';
  font-size: 0.625rem;
  display: block;
  font-style: normal;
  font-variant: normal;
  color: #93ce9a;
  left: -14px;
}

.checkbox-list label {
  align-items: center;
  display: flex;
  font-size: 1rem;
  margin-left: 0;
  text-transform: initial;
}

.checkbox-list input {
  margin-right: 0.375rem;
}

.price-list li {
  display: flex;
  justify-content: space-between;
}

ul.border-bottoms li {
  border-bottom: 2px solid #dedbd9;
}

ul.border-bottoms li:last-child {
  border-bottom: none;
}

.border-separated > li {
  border-bottom: 2px solid #dedbd9;
  margin-bottom: 0.625rem;
  padding-bottom: 0.625rem;
}

.border-separated > li:last-child {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}

ul.flex-list {
  display: flex;
  flex-direction: column;
}

img, video {
  display: block;
  max-width: 100%;
}

.avatar {
  border: 2px solid #dedbd9;
  border-radius: 50%;
  max-width: 210px;
}

.avatar.large {
  margin: 0 auto 1.3125rem;
  width: 175px;
  height: 175px;
}

.avatar-uploader {
  position: relative;
}

.avatar-uploader .fa-camera {
  width: 100%;
  right: 0;
  top: 0;
  justify-content: center;
  height: 100%;
  align-items: center;
  position: absolute;
  inset: 0;
  font-size: 2.625rem;
  display: none;
  bottom: 0;
  color: #93ce9a;
  left: 0;
}

.avatar-uploader:hover {
  cursor: pointer;
}

.avatar-uploader:hover img {
  border-color: #93ce9a;
  opacity: 0.3;
}

.avatar-uploader:hover .fa-camera {
  display: flex;
}

.object-fit-contain-container, .object-fit-cover-container {
  overflow: hidden;
  position: relative;
}

.object-fit-contain-container.width-20, .object-fit-cover-container.width-20 {
  width: 20px;
  height: 20px;
}

.object-fit-contain-container.width-40, .object-fit-cover-container.width-40 {
  width: 40px;
  height: 40px;
}

.object-fit-contain-container.width-48, .object-fit-cover-container.width-48 {
  width: 48px;
  height: 48px;
}

.object-fit-contain-container.width-56, .object-fit-cover-container.width-56 {
  width: 56px;
  height: 56px;
}

.object-fit-contain-container.width-66, .object-fit-cover-container.width-66 {
  width: 66px;
  height: 66px;
}

.object-fit-contain-container.width-72, .object-fit-cover-container.width-72 {
  width: 72px;
  height: 72px;
}

.object-fit-contain-container.photo-thumbnail, .object-fit-cover-container.photo-thumbnail {
  max-width: 360px;
  width: 100%;
  height: 220px;
}

.object-fit-contain-container.photo-thumbnail.full-width, .object-fit-cover-container.photo-thumbnail.full-width {
  max-width: 100%;
}

.object-fit-contain-container img, .object-fit-cover-container img {
  width: 100%;
  height: 100%;
}

.object-fit-contain-container.right-aligned img, .object-fit-cover-container.right-aligned img {
  object-position: right center;
}

.object-fit-contain-container.left-aligned img, .object-fit-cover-container.left-aligned img {
  object-position: left center;
}

.object-fit-contain-container.full-div, .object-fit-cover-container.full-div {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  inset: 0;
}

.object-fit-contain-container img {
  object-fit: contain;
}

.object-fit-cover-container img {
  object-fit: cover;
}

table.striped tr:nth-child(even) {
  background-color: #dedbd9;
}

table.paragraph-style td {
  padding-top: 0;
  padding-bottom: 0;
}

table.border {
  border-collapse: separate;
  padding: 0.625rem;
}

table.border thead {
  border-bottom: 2px solid #dedbd9;
}

table.full-width {
  width: 100%;
}

table.small {
  max-width: 350px;
}

table.equal-columns th {
  width: 2%;
}

th, td {
  padding: 0.25rem 1.8125rem 0.25rem 0.25rem;
  text-align: left;
  vertical-align: middle;
}

th:last-child, td:last-child {
  padding-right: 0.25rem;
}

.horizontal-scroll table {
  min-width: 500px;
}

.revert-flex {
  flex: revert;
}

.inline-calendar {
  border: 2px solid #dedbd9;
  border-radius: 1rem;
  display: flex;
}

.inline-calendar li {
  border-right: 2px solid #dedbd9;
  color: #dedbd9;
  flex: 1;
  padding: 0.625rem 0;
  text-align: center;
}

.inline-calendar li:first-child {
  border-top-left-radius: 14px;
  border-bottom-left-radius: 14px;
}

.inline-calendar li:last-child {
  border-right: none;
  border-top-right-radius: 14px;
  border-bottom-right-radius: 14px;
}

.inline-calendar li:hover {
  background-color: #dedbd9;
  color: #a29d99;
  cursor: pointer;
}

.inline-calendar li.has-data {
  color: #1f1d1c;
  font-family: 'metropolis-extrabold', Helvetica, sans-serif;
}

.inline-calendar li.active {
  background-color: #93ce9a;
  color: #ffffff;
  font-family: 'metropolis-extrabold', Helvetica, sans-serif;
}

.calendar {
  gap: 1.8125rem;
}

.calendar .column:nth-child(2) {
  border-left: 2px solid #dedbd9;
  flex: 0 0 330px;
  padding-left: 1.3125rem;
}

.calendar .column:nth-child(2) h3 {
  margin-top: 150px;
}

.calendar-header {
  align-items: center;
  display: flex;
}

.calendar-header li {
  flex: 1;
  padding-left: 0.5rem;
}

.calendar-grid {
  border: 2px solid #dedbd9;
  border-radius: 1rem;
  display: grid;
  grid-template-columns: repeat(7, 1fr);
}

.calendar-grid li {
  align-items: center;
  border-right: 2px solid #dedbd9;
  display: flex;
  flex-direction: column;
  height: 100px;
  padding: 0.375rem 0.5rem;
}

.calendar-grid li:nth-child(7n) {
  border-right: none;
}

.calendar-grid li:nth-last-child(n+8) {
  border-bottom: 2px solid #dedbd9;
}

.calendar-grid li:hover {
  cursor: pointer;
}

.calendar-grid li.past {
  color: #dedbd9;
}

.calendar-grid li.past .inline-notification {
  background-color: #dedbd9;
}

.calendar-grid li.active, .calendar-grid li.past.active {
  background-color: #93ce9a;
  color: #ffffff;
}

.calendar-grid li.active .inline-notification, .calendar-grid li.past.active .inline-notification {
  background-color: #1f1d1c;
}

.calendar-grid li:nth-child(1).active, .calendar-grid li:nth-child(1).selected {
  border-top-left-radius: calc(1rem - 2px);
}

.calendar-grid li:nth-child(7).active, .calendar-grid li:nth-child(7).selected {
  border-top-right-radius: calc(1rem - 2px);
}

.calendar-grid li:nth-last-child(7).active, .calendar-grid li:nth-last-child(7).selected {
  border-bottom-left-radius: calc(1rem - 2px);
}

.calendar-grid li:last-child.active, .calendar-grid li:last-child.selected {
  border-bottom-right-radius: calc(1rem - 2px);
}

.calendar-grid li.today div:first-child span {
  width: 30px;
  justify-content: center;
  height: 30px;
  align-items: center;
  margin-top: -3px;
  margin-left: -6px;
  background-color: #93ce9a;
  border-radius: 50%;
  display: inline-flex;
  color: #ffffff;
  padding-top: 2px;
}

.calendar-grid li.locked {
  background-image: linear-gradient(135deg, #f5f3f2 5.56%, transparent 5.56%, transparent 50%, #f5f3f2 50%, #f5f3f2 55.56%, transparent 55.56%, transparent 100%);
  background-size: 25px 25px;
}

.calendar-grid li.locked.active {
  background-image: linear-gradient(135deg, #a3d6a9 5.56%, transparent 5.56%, transparent 50%, #a3d6a9 50%, #a3d6a9 55.56%, transparent 55.56%, transparent 100%);
}

.calendar-grid div:first-child {
  width: 100%;
}

.calendar-grid p {
  align-items: center;
  display: flex;
  gap: 0.625rem;
}

.calendar-grid strong {
  font-family: 'metropolis-black', Helvetica, sans-serif;
}

.calendar-grid.one-week li:hover {
  cursor: auto;
}

.calendar-grid.one-week li.selectable:hover, .calendar-grid.one-week li.selected {
  background-color: #93ce9a;
  color: #ffffff;
  cursor: pointer;
}

.calendar-grid.one-week li.selected:hover {
  background-color: #a3d6a9;
}

.inline-notification {
  width: 23px;
  justify-content: center;
  height: 23px;
  align-items: center;
  margin-top: -3px;
  margin-left: -6px;
  background-color: #1f1d1c;
  border-radius: 50%;
  display: inline-flex;
  color: #ffffff;
  padding-top: 2px;
}

.dropzone {
  background-color: #ffffff;
  border: 2px dashed #dedbd9;
  border-radius: 1rem;
  min-height: 220px;
  padding: 1rem;
}

.dropzone.upload .container {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.dropzone.upload .far {
  font-size: 2.625rem;
}

.photo-uploader.list li {
  margin-bottom: 0.625rem;
}

.photo-uploader.grid {
  display: grid;
  grid-gap: 1rem;
  grid-template-columns: repeat(3,1fr);
}

.photo-uploader .remove-icon {
  background-color: #ffffff;
  position: absolute;
  top: 0.5rem;
  right: 0.5rem;
}

.document-uploader.list li {
  margin-bottom: 0.625rem;
}

.document-uploader.grid {
  display: grid;
  grid-gap: 1rem;
  grid-template-columns: repeat(3,1fr);
}

.document-uploader .container {
  align-items: center;
  display: flex;
  gap: 0.625rem;
  text-align: left;
}

.document-uploader .name {
  flex: 1;
}

.draggable:hover {
  cursor: grab;
}

.draggable:hover img {
  border-color: #93ce9a;
}

.drop-ready {
  border-color: #93ce9a;
  color: #93ce9a;
}

.drop-ready .fas {
  color: #93ce9a;
}

#dragged-item {
  box-shadow: 2px 2px 8px #dedbd9;
  cursor: grabbing;
  z-index: 11;
}

#_dragndrop-drag-node_ {
  height: 220px;
  max-width: 100%;
}

@keyframes pulse {

  from {
    opacity: 1;
  }
  
  to {
    opacity: 0.5;
  }

}

@-webkit-keyframes pulse {

  from {
    opacity: 1;
  }
  
  to {
    opacity: 0.5;
  }

}

@-moz-keyframes pulse {

  from {
    opacity: 1;
  }
  
  to {
    opacity: 0.5;
  }

}

@-o-keyframes pulse {

  from {
    opacity: 1;
  }
  
  to {
    opacity: 0.5;
  }

}

.loading {
  color: transparent;
}

.loading ::selection {
  background-color: transparent;
  color: transparent;
}

.loading input::placeholder, .loading textarea::placeholder {
  color: transparent;
}

.loading input::-webkit-input-placeholder, .loading textarea::-webkit-input-placeholder {
  color: transparent;
}

.loading input::-moz-placeholder, .loading textarea::-moz-placeholder {
  color: transparent;
}

.loading input:-moz-placeholder, .loading textarea:-moz-placeholder {
  color: transparent;
}

.loading input:-ms-input-placeholder, .loading textarea:-ms-input-placeholder {
  color: transparent;
}

.loading img {
  display: none;
}

.loading .photo-grid li {
  animation: pulse 1s infinite alternate;
  background-color: #dedbd9;
  border: none;
  color: transparent;
}

.loading h1, .loading h2, .loading h3, .loading h4, .loading h5, .loading h6, .loading label, .loading p, .loading a, .loading .card, .loading input, .loading textarea, .loading .select-menu, .loading button, .loading .button, .loading .dropzone {
  animation: pulse 1s infinite alternate;
  background-color: #dedbd9;
  border: none;
  color: transparent;
  margin-bottom: 1rem;
}

.loading input[type=date] {
  font-size: 0;
}

.loading button:hover, .loading .button:hover, .loading button.primary:hover, .loading .select-menu:hover, .loading .dropzone:hover, .loading a:hover {
  animation: pulse 1s infinite alternate;
  background-color: #dedbd9;
  color: transparent;
  cursor: default;
}

.loading button:hover h3, .loading button:hover .far, .loading .button:hover h3, .loading .button:hover .far, .loading button.primary:hover h3, .loading button.primary:hover .far, .loading .select-menu:hover h3, .loading .select-menu:hover .far, .loading .dropzone:hover h3, .loading .dropzone:hover .far, .loading a:hover h3, .loading a:hover .far {
  color: transparent;
}

.loading button:hover h3:hover, .loading button:hover .far:hover, .loading .button:hover h3:hover, .loading .button:hover .far:hover, .loading button.primary:hover h3:hover, .loading button.primary:hover .far:hover, .loading .select-menu:hover h3:hover, .loading .select-menu:hover .far:hover, .loading .dropzone:hover h3:hover, .loading .dropzone:hover .far:hover, .loading a:hover h3:hover, .loading a:hover .far:hover {
  cursor: default;
}

.loading .button-bar button:nth-of-type(1):disabled, .loading .button-bar button:nth-of-type(1) .disabled {
  border-right: 2px solid #dedbd9;
}

.loading h1 {
  width: 90%;
}

.loading h2 {
  width: 80%;
}

.loading h3 {
  width: 70%;
}

.loading ul.order-items {
  animation: pulse 1s infinite alternate;
  background-color: #dedbd9;
  border: none;
  color: transparent;
  height: 200px;
}

.loading li.tile {
  animation: pulse 1s infinite alternate;
  background-color: #dedbd9;
  border: none;
  color: transparent;
  height: 180px;
}

.loading li.tile:hover {
  animation: pulse 1s infinite alternate;
  background-color: #dedbd9;
  border: none;
  color: transparent;
}

.loading .incrementer span {
  border: none;
}

.spinner-medium-grey {
  background-image: url('/images/gifs/spinner-medium-grey.gif');
  background-repeat: no-repeat;
  background-size: 40px 40px;
  width: 40px;
  height: 40px;
  display: inline-block;
}

.no-scroll {
  overflow: hidden;
}

.modal-background {
  right: 0;
  top: 0;
  justify-content: center;
  align-items: center;
  padding: 2.625rem;
  flex-direction: row;
  position: fixed;
  z-index: 3;
  inset: 0;
  overflow: auto;
  background-color: hsla(0, 0%, 100%, 0.9);
  display: flex;
  bottom: 0;
  max-height: calc(var(--vh, 1vh) * 100);
  left: 0;
}

.modal-background.small-width .modal {
  max-width: 400px;
}

.modal-background.width-450 .modal {
  max-width: 450px;
}

.modal-background.width-600 .modal {
  max-width: 600px;
}

.modal-background.width-750 .modal {
  max-width: 750px;
}

.modal-background.width-900 .modal {
  max-width: 900px;
}

.modal-background.full-width .modal {
  max-width: 100%;
}

.modal-background.full-bleed {
  padding: 0;
}

.modal-background.full-bleed .modal {
  border-radius: 0;
  border: none;
  height: 100%;
  max-width: 100%;
  padding: 0;
}

.modal-background.black .modal {
  background-color: #1f1d1c;
}

.modal-background.black .modal-header {
  color: white;
}

.modal-background.black .modal-header .border-bottom {
  border-color: #ffffff;
}

.modal-background.black .modal-header .fas {
  color: #ffffff;
}

.modal-background .modal {
  width: 100%;
  padding-bottom: 1rem;
  max-width: 100%;
  border: 2px solid #dedbd9;
  flex-direction: column;
  position: relative;
  background-color: #ffffff;
  border-radius: 1rem;
  display: flex;
  max-height: 100%;
}

.modal-background .modal-header {
  align-items: center;
  color: #1f1d1c;
  display: flex;
  flex: 0 0 auto;
  flex-direction: row;
  justify-content: space-between;
  padding: 1rem 1.8125rem;
}

.modal-background .modal-header .fas {
  display: inline-block;
}

.modal-background .modal-header .fas:hover {
  color: #93ce9a;
  cursor: pointer;
}

.modal-background .modal-header .fa-chevron-left {
  font-size: 0;
}

.modal-background .modal-header .fa-times {
  font-size: 1rem;
  justify-self: flex-end;
}

.modal-background .vertical-scroll {
  flex: 1 1 auto;
  padding: 1.8125rem;
  width: 100%;
}

.modal-background .button-group button, .modal-background .button-group .button {
  width: auto;
}

.modal-background video {
  max-height: calc(100vh - 150px);
  max-width: 96%;
  margin: 0 auto;
}

.modal-photo-counter {
  color: #ffffff;
  display: flex;
  justify-content: center;
  position: fixed;
  top: 1rem;
  left: calc(50% - 75px);
  width: 150px;
}

.item-row {
  align-items: center;
  border-bottom: 2px solid #dedbd9;
  display: flex;
  flex: 0 1 auto;
  gap: 0.625rem;
  position: relative;
  width: auto;
}

.item-row.active {
  background-color: #dedbd9;
}

.item-row.clickable {
  padding-left: 0.375rem;
  padding-right: 0.375rem;
}

.item-row.clickable:hover {
  background-color: #dedbd9;
  cursor: pointer;
}

.item-row.clickable:hover .fa-check.note {
  color: #a29d99;
}

.item-row.clickable.disabled:hover {
  background-color: transparent;
  cursor: not-allowed;
}

.item-row.clickable.disabled:hover .fa-check.note {
  color: #dedbd9;
}

.item-row.balloon-tail:before {
  width: 0;
  right: -22px;
  border-width: 14px 16px 14px 0;
  top: calc(50% - 14px);
  border-color: transparent #dedbd9 transparent transparent;
  height: 0;
  border-style: solid;
  position: absolute;
  content: '';
}

.item-row.balloon-tail:after {
  width: 0;
  right: -25px;
  border-width: 14px 16px 14px 0;
  top: calc(50% - 14px);
  border-color: transparent #ffffff transparent transparent;
  height: 0;
  border-style: solid;
  position: absolute;
  z-index: 1;
  content: '';
}

.item-row.header ul {
  align-items: flex-start;
}

.item-row:last-child {
  border-bottom: none;
}

.item-row .select-menu input {
  width: 70px;
}

.item-row li.expandable {
  width: 100%;
}

.item-row li.expandable p:hover {
  cursor: pointer;
  background-color: #dedbd9;
}

.item-row > ul {
  align-items: flex-start;
  display: flex;
  flex: 1;
  flex-wrap: wrap;
  gap: 0.625rem;
  min-width: 0;
  padding: 0.625rem 0;
  width: auto;
}

.item-row > ul li {
  min-width: 0;
}

.item-row > ul li.flex-1 {
  min-width: 120px;
}

.item-row > ul li.width-100 {
  width: 100%;
}

.context-list .column {
  flex: 0 0 50%;
}

.context-list .column > ul, .context-list .column > .card {
  position: sticky;
  top: 1rem;
}

.context-list .column:nth-child(2) .back-button {
  display: none;
}

.context-list .column:nth-child(2) .item-row input {
  width: 90px;
}

.container.order-contents {
  padding-top: 1rem;
  padding-bottom: 0;
}

.container.order-contents a {
  display: block;
}

.container.order-header {
  padding-bottom: 0;
}

.container.order-header .column {
  margin-bottom: 1rem;
}

.order-header-price {
  align-items: center;
  display: flex;
  flex: 0 0 150px;
  height: 30px;
  justify-content: flex-end;
}

.order-header-controls {
  display: flex;
  gap: 1rem;
}

.order-header-summary {
  flex: 0 0 220px;
}

.payment-summary li {
  display: flex;
}

.payment-summary span:first-child {
  flex: 1;
}

.refunded {
  color: #a29d99;
}

.refunded img {
  opacity: 0.3;
}

label .order-item-contents .column:first-child {
  min-width: 100%;
}

.order-item-contents .row {
  flex-wrap: wrap;
}

.order-item-contents .column {
  margin-bottom: 1rem;
}

.order-item-contents .column:first-child {
  min-width: 260px;
}

.order-item-contents .column.button-group {
  flex-direction: column;
  flex: 0 0 175px;
  align-items: flex-end;
}

.order-item-controls {
  flex: 0 0 24px;
  gap: 0.625rem;
  margin-bottom: 1rem;
}

.order-item-image {
  width: 68px;
  height: 68px;
}

.order-item-image.large {
  width: 140px;
  height: 140px;
}

.order-item-name {
  flex: 1;
}

.order-item-quantity {
  align-items: center;
  display: flex;
}

.order-item-quantity label, .order-item-quantity h6, .order-item-quantity p {
  margin-left: 0;
  white-space: nowrap;
}

.banner-logo {
  max-width: 270px;
}

.pickup-instructions.vertical .row {
  flex-direction: column;
}

.pickup-instructions li {
  border-top: 2px solid #dedbd9;
  padding-top: 1rem;
}

.location-number {
  background-color: #1f1d1c;
  border-radius: 50%;
  color: #ffffff;
  display: inline-block;
  line-height: 1rem;
  margin-right: 0.375rem;
  text-align: center;
}

h3 .location-number {
  padding: 0.3em 0;
  width: 31px;
}

h4 .location-number {
  padding: 0.22em 0 0.25rem;
  width: 25px;
}

.order input {
  width: 70px;
}

.cart-summary-segment, .cart-summary-total {
  display: flex;
  align-items: center;
}

.cart-summary-segment h4, .cart-summary-segment h3:first-child, .cart-summary-segment span:first-child, .cart-summary-total h4, .cart-summary-total h3:first-child, .cart-summary-total span:first-child {
  flex: 1;
}

.cart-summary-segment h4, .cart-summary-total h4 {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
}

.cart-summary .overflow-ellipsis {
  width: 170px;
}

.cart-summary > div {
  position: sticky;
  top: 1rem;
}

.photo-grid-container {
  position: relative;
}

.photo-grid {
  height: 100%;
  grid-template-rows: repeat(2, 1fr);
  grid-row-gap: 0.5rem;
  grid-column-gap: 0.625rem;
  position: relative;
  min-height: 400px;
  overflow: hidden;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  max-height: 508px;
}

.photo-grid li {
  display: none;
}

.photo-grid li:nth-child(1), .photo-grid li:nth-child(2), .photo-grid li:nth-child(3) {
  display: block;
}

.photo-grid.three-photos li:first-child, .photo-grid.two-photos li:first-child {
  border-top-left-radius: 1rem;
  border-bottom-left-radius: 1rem;
  grid-column-start: 1;
  grid-column-end: span 2;
  grid-row-start: 1;
  grid-row-end: span 2;
}

.photo-grid.three-photos li:nth-child(2) {
  border-top-right-radius: 1rem;
}

.photo-grid.three-photos li:nth-child(3) {
  border-bottom-right-radius: 1rem;
}

.photo-grid.two-photos li:nth-child(2) {
  border-top-right-radius: 1rem;
  border-bottom-right-radius: 1rem;
  grid-column-start: 3;
  grid-row-end: span 2;
}

.photo-grid.one-photo li:first-child {
  border-radius: 1rem;
  grid-row-end: span 2;
  grid-column-end: span 3;
}

a.show-all-photos {
  position: absolute;
  inset: 0;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

button.show-all-photos, .photo-counter {
  position: absolute;
  right: 1rem;
  bottom: 1rem;
}

.photo-counter {
  line-height: 1.3125rem;
  vertical-align: text-bottom;
  padding: 0 0.625rem 0.15rem;
  z-index: 1;
  font-size: 0.85rem;
  background-color: hsla(20, 5.084746%, 11.568627%, 0.93);
  border-radius: 1rem;
  display: none;
  max-height: 28px;
  color: #ffffff;
}

.photo-gallery {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-row-gap: 0.625rem;
  grid-column-gap: 0.625rem;
  min-height: 100%;
}

.photo-gallery li {
  height: 250px;
}

.photo-gallery li:first-child, .photo-gallery li:nth-child(4), .photo-gallery li:nth-child(7), .photo-gallery li:nth-child(10), .photo-gallery li:nth-child(13), .photo-gallery li:nth-child(16), .photo-gallery li:nth-child(19), .photo-gallery li:nth-child(22), .photo-gallery li:nth-child(25) {
  grid-column-start: 1;
  grid-column-end: span 2;
  height: 400px;
}

.photo-carousel::-webkit-scrollbar {
  display: none;
}

.photo-carousel {
  -ms-overflow-style: none;
  scrollbar-width: none;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  height: 100%;
}

.photo-carousel.vertical-scroll {
  padding: 0;
}

.photo-carousel ul {
  display: flex;
  height: 90vh;
}

.photo-carousel li {
  flex: 0 0 100%;
  margin-right: 2rem;
  padding: 1.8125rem 3.975rem;
  scroll-snap-align: start;
  scroll-snap-stop: always;
}

.item-carousel::-webkit-scrollbar {
  display: none;
}

.item-carousel {
  display: flex;
  gap: 1rem;
  -ms-overflow-style: none;
  scrollbar-width: none;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  height: 100%;
}

.item-carousel li {
  flex: 0 0 200px;
  min-width: 0;
  position: relative;
}

.item-carousel a {
  display: block;
}

.item-carousel h5 {
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.item-carousel .unavailable .object-fit-cover-container {
  opacity: 0.33;
}

.item-carousel .unavailable .unavailable-message {
  max-width: 160px;
  top: 64px;
  padding: 0.375rem;
  text-align: center;
  position: absolute;
  box-shadow: 0 3px 8px hsla(0, 0%, 0%, 0.1);
  background-color: #ffffff;
  border-radius: 1rem;
  display: none;
  color: #a29d99;
  left: 20px;
}

.item-carousel .unavailable a:hover .unavailable-message {
  display: block;
}

.carousel-arrow {
  background-color: #ffffff;
  border: 2px solid #1f1d1c;
  border-radius: 50%;
  color: #1f1d1c;
  position: absolute;
  top: calc(50% - 15px);
  text-align: center;
}

.carousel-arrow:hover {
  border-color: #a29d99;
  color: #a29d99;
  cursor: pointer;
}

.carousel-arrow.grey {
  background-color: hsla(0, 0%, 100%, 0.9);
  border-color: #dedbd9;
  color: #a29d99;
}

.carousel-arrow.white {
  background-color: #1f1d1c;
  border-color: #ffffff;
  color: #ffffff;
}

.carousel-arrow.fa-chevron-left {
  padding: 10px 13px 10px 13px;
  left: -8px;
}

.carousel-arrow.fa-chevron-right {
  padding: 10px 13px 10px 13px;
  right: -8px;
}

.carousel-arrow.fixed {
  position: fixed;
  top: calc(50% - 10px);
}

.carousel-arrow.fixed.fa-chevron-left {
  left: 1rem;
}

.carousel-arrow.fixed.fa-chevron-right {
  right: 1rem;
}

.autocomplete-menu {
  border: 2px solid #dedbd9;
  border-radius: 1rem;
  cursor: pointer;
  position: relative;
}

.autocomplete-menu.small-revised span.selected {
  padding: 0.25rem 1.8125rem 0.375rem 1rem;
}

.autocomplete-menu.small-revised:after {
  top: 11px;
}

.autocomplete-menu.small-revised ul.menu {
  top: 42px;
}

.autocomplete-menu:after {
  line-height: 1;
  width: 10px;
  right: 12px;
  top: 17px;
  font-family: 'Font Awesome 5 Free';
  height: 10px;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  position: absolute;
  z-index: -1;
  font-weight: 900;
  content: '\f078';
  font-size: 0.85rem;
  display: block;
  font-style: normal;
  font-variant: normal;
  -moz-osx-font-smoothing: grayscale;
}

.autocomplete-menu span {
  white-space: nowrap;
}

.autocomplete-menu li > label, .autocomplete-menu li > span, .autocomplete-menu span.selected {
  display: block;
  padding: 0.375rem 1rem;
}

.autocomplete-menu span.selected {
  display: block;
  padding: 0.625rem 1.8125rem 0.625rem 1rem;
}

.autocomplete-menu input {
  border: none;
}

.autocomplete-menu .placeholder {
  color: #a29d99;
}

.autocomplete-menu ul.menu {
  top: 60px;
}

.autocomplete-menu ul.menu {
  min-width: 200px;
  width: 100%;
  top: 52px;
  border: 2px solid #dedbd9;
  text-align: left;
  position: absolute;
  z-index: 1;
  box-shadow: 0 3px 8px hsla(0, 0%, 0%, 0.1);
  background-color: #dedbd9;
  border-radius: 1.1rem;
  left: 0;
}

.autocomplete-menu li {
  background-color: #ffffff;
  color: #1f1d1c;
  text-align: left;
}

.autocomplete-menu li:first-child {
  border-top-left-radius: 1rem;
  border-top-right-radius: 1rem;
}

.autocomplete-menu li:last-child {
  border-bottom-left-radius: 1rem;
  border-bottom-right-radius: 1rem;
}

.autocomplete-menu li.selected {
  background-color: #93ce9a;
  color: #ffffff;
  cursor: pointer;
}

.autocomplete-menu li.selected a {
  color: #ffffff;
}

.autocomplete-menu li.header {
  padding-bottom: 0;
}

.autocomplete-menu li.header:hover {
  background-color: #ffffff;
  color: #1f1d1c;
  cursor: auto;
}

.autocomplete-menu a {
  color: #1f1d1c;
  text-decoration: none;
}

.contextual-menu-anchor {
  position: relative;
}

.contextual-menu-anchor .button.active {
  box-shadow: inset 3px 3px 6px #47a0c8, inset -3px -3px 6px #5fd8ff;
}

.contextual-menu {
  line-height: 1.3125rem;
  width: 150px;
  right: -0.7rem;
  top: 38px;
  font-family: 'groldroundedslim-extralight', Helvetica, sans-serif;
  text-transform: none;
  text-align: left;
  position: absolute;
  z-index: 4;
  cursor: auto;
  font-weight: 400;
  box-shadow: 0 0 6px hsla(16.363636, 10.679611%, 79.803925%, 0.4);
  font-size: 1rem;
  letter-spacing: 0;
  border-radius: 1rem;
  font-variant: normal;
  color: #1f1d1c;
}

.contextual-menu:before {
  right: 0;
  top: 0;
  position: fixed;
  z-index: -1;
  cursor: default;
  content: '';
  background-color: transparent;
  display: block;
  bottom: 0;
  left: 0;
}

.contextual-menu .card {
  padding: 1rem;
}

.contextual-menu .card:before {
  width: 0;
  right: 24px;
  border-width: 0 8px 10px 8px;
  top: -9.5px;
  border-color: transparent transparent #dedbd9 transparent;
  height: 0;
  border-style: solid;
  position: absolute;
  content: '';
}

.contextual-menu .card:after {
  width: 0;
  right: 24px;
  border-width: 0 8px 10px 8px;
  top: -6px;
  border-color: transparent transparent #ffffff transparent;
  height: 0;
  border-style: solid;
  position: absolute;
  content: '';
}

.select-menu {
  background-color: transparent;
  border: 2px solid #dedbd9;
  border-radius: 1rem;
  cursor: pointer;
  line-height: 1.5125rem;
  position: relative;
  z-index: 0;
}

.select-menu.open {
  z-index: 1;
}

.select-menu.breadcrumb {
  margin-right: 1rem;
}

.select-menu.breadcrumb:before {
  line-height: 1;
  width: 10px;
  right: -22px;
  top: 17px;
  font-family: 'Font Awesome 5 Free';
  height: 10px;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  position: absolute;
  z-index: -1;
  font-weight: 900;
  content: '\f054';
  font-size: 0.85rem;
  display: block;
  font-style: normal;
  font-variant: normal;
  -moz-osx-font-smoothing: grayscale;
}

.select-menu span.placeholder {
  color: #a29d99;
}

.select-menu span.tag {
  border: 2px solid #dedbd9;
  border-radius: 1rem;
  margin: 7px 1.8125rem 7px 0.625rem;
  padding: 1px 1.8125rem 1px 0.625rem;
  position: relative;
}

.select-menu span.tag:after {
  line-height: 1;
  width: 10px;
  right: 10px;
  top: 7px;
  font-family: 'Font Awesome 5 Free';
  height: 10px;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  position: absolute;
  z-index: -1;
  font-weight: 900;
  content: '\f00d';
  font-size: 0.85rem;
  display: block;
  font-style: normal;
  font-variant: normal;
  -moz-osx-font-smoothing: grayscale;
}

.select-menu span.selected, .select-menu input.selected {
  display: block;
  padding-right: 1.8125rem;
}

.select-menu input {
  background-color: transparent;
  border: none;
}

.select-menu span:focus {
  border-color: #93ce9a;
  border-radius: 1rem;
  box-shadow: 0 0.5px 3px 5px #93ce9a;
  outline: none;
  z-index: 12;
}

.select-menu li > label, .select-menu li > span {
  display: block;
  padding: 0.375rem 1rem;
}

.select-menu .backdrop {
  right: 0;
  top: 0;
  justify-content: center;
  align-items: center;
  padding: 2.625rem;
  flex-direction: row;
  position: fixed;
  z-index: 8;
  inset: 0;
  overflow: auto;
  background-color: transparent;
  display: flex;
  bottom: 0;
  pointer-events: none;
  max-height: calc(var(--vh, 1vh) * 100);
  left: 0;
}

.select-menu ul.menu {
  height: auto;
  max-height: 60vh;
  min-width: 100%;
  padding: 0;
  top: 52px;
  width: auto;
}

.select-menu.small:after {
  top: 7px;
}

.select-menu.small span.selected, .select-menu.small input.selected {
  padding: 0.05rem 1.8125rem 0 0.625rem;
}

.select-menu.small ul.menu {
  top: 36px;
}

.select-menu.small-revised:after {
  top: 11px;
}

.select-menu.small-revised span.selected, .select-menu.small-revised input.selected {
  padding: 0.25rem 1.8125rem 0.25rem 1rem;
}

.select-menu.small-revised ul.menu {
  top: 40px;
}

.select-menu.inline {
  display: inline-block;
}

.select-menu.fixed-width {
  max-width: 340px;
}

.select-menu:after {
  line-height: 1;
  width: 10px;
  right: 12px;
  top: 17px;
  font-family: 'Font Awesome 5 Free';
  height: 10px;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  position: absolute;
  z-index: -1;
  font-weight: 900;
  content: '\f078';
  font-size: 0.85rem;
  display: block;
  font-style: normal;
  font-variant: normal;
  -moz-osx-font-smoothing: grayscale;
}

.select-menu a {
  color: #1f1d1c;
  text-decoration: none;
}

.select-menu > span {
  padding: 0.625rem 1rem 0.625rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
}

.traversal-menu li div, .category-menu li div {
  align-items: center;
  border-bottom: 2px solid #dedbd9;
  display: flex;
  justify-content: space-between;
  padding: 1rem 0.625rem 1rem 0.625rem;
}

.traversal-menu li div:hover, .category-menu li div:hover {
  background-color: #f5f3f2;
  cursor: pointer;
}

.traversal-menu li.active > div, .category-menu li.active > div {
  color: #93ce9a;
}

.traversal-menu.text li div {
  border: none;
  font-family: 'metropolis-bold', Helvetica, sans-serif;
  gap: 0.625rem;
  justify-content: flex-start;
  padding: 0.25rem 0;
}

.traversal-menu.text li div:hover {
  background-color: transparent;
  color: #93ce9a;
}

.category-menu .traversal-menu li:last-child div {
  border-bottom: none;
}

.breadcrumbs {
  line-height: 2rem;
}

.breadcrumbs .select-menu.inline {
  display: none;
}

.nearby-lemondrops {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem;
}

.sidebar-navigation > .column:first-child {
  flex: 0 0 240px;
}

ul.menu {
  width: 100%;
  border: 2px solid #dedbd9;
  text-align: left;
  position: absolute;
  z-index: 9;
  box-shadow: 0 3px 8px hsla(0, 0%, 0%, 0.1);
  background-color: #ffffff;
  border-radius: 1.1rem;
  left: 0;
}

ul.menu li {
  background-color: #ffffff;
  color: #1f1d1c;
  text-align: left;
}

ul.menu li:first-child {
  border-top-left-radius: 1rem;
  border-top-right-radius: 1rem;
}

ul.menu li:last-child {
  border-bottom-left-radius: 1rem;
  border-bottom-right-radius: 1rem;
}

ul.menu li.highlighted {
  background-color: #93ce9a;
  color: #ffffff;
  cursor: pointer;
}

ul.menu li.highlighted a {
  color: #ffffff;
}

ul.menu li.header {
  padding-bottom: 0;
}

ul.menu li.header:hover {
  background-color: #ffffff;
  color: #1f1d1c;
  cursor: auto;
}

ul.menu li.indented-1 {
  padding-left: 1rem;
}

ul.menu li.indented-2 {
  padding-left: 2rem;
}

ul.menu li.indented-3 {
  padding-left: 3rem;
}

ul.menu li.indented-4 {
  padding-left: 4rem;
}

ul.menu li.indented-5 {
  padding-left: 5rem;
}

ul.menu li.indented-6 {
  padding-left: 6rem;
}

ul.menu hr {
  margin: 0;
}

ul.menu .mobile-menu-link {
  display: none;
}

ul.menu .mobile-menu-border-radius {
  border-bottom-left-radius: 1rem;
  border-bottom-right-radius: 1rem;
}

ul.menu label {
  font-family: 'metropolis-regular', Helvetica, sans-serif;
  font-size: 1rem;
  line-height: 1.5125rem;
  text-transform: none;
}

.user-menu-container {
  position: relative;
  text-align: right;
}

.user-menu-toggle {
  align-items: center;
  background-color: #ffffff;
  border: 2px solid #dedbd9;
  border-radius: 2.625rem;
  display: inline-flex;
  max-width: 220px;
  padding: 0.25rem 0.25rem 0.25rem 1rem;
}

.user-menu-toggle:hover {
  background-color: #93ce9a;
  border-color: #93ce9a;
  color: #ffffff;
  cursor: pointer;
}

.user-menu-toggle:hover .avatar {
  border-color: #dedbd9;
}

.user-menu-toggle .user-name {
  margin-right: 0.625rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
}

.user-menu-toggle .object-fit-cover-container {
  flex: 0 0 40px;
}

.user-menu-desktop {
  position: absolute;
  top: 58px;
  right: 0px;
  width: 220px;
}

.user-menu-desktop a {
  color: #1f1d1c;
  display: block;
  padding: 0.375rem 1rem;
  text-decoration: none;
}

.user-menu-desktop a.primary {
  color: #93ce9a;
}

.user-menu-desktop b.primary {
  color: #93ce9a;
}

.user-menu-desktop b.primary a:hover {
  color: white;
}

.user-menu-desktop b.primary a:hover a {
  color: white;
}

.user-menu-desktop .highlight-green {
  background-color: #93ce9a;
}

.user-menu-desktop .highlight-green a {
  color: #ffffff;
}

.user-menu-mobile {
  width: 100%;
  text-align: left;
  position: fixed;
  border-top: 1px solid #dedbd9;
  z-index: 2;
  background-color: #ffffff;
  display: none;
  bottom: 0;
  transition: bottom .25s .25s;
  left: 0;
}

.user-menu-mobile.hidden {
  bottom: -70px;
}

.user-menu-mobile ul {
  align-items: center;
  display: flex;
  justify-content: space-evenly;
}

.user-menu-mobile li {
  flex: 0 0 68px;
}

.user-menu-mobile .mobile-navbar-icon {
  display: block;
  margin: 0 auto;
  background-size: 30px 30px;
  width: 30px;
  height: 30px;
}

.user-menu-mobile .mobile-navbar-icon.account {
  background-image: url('/images/icons/navbar/inactive/account.png');
}

.user-menu-mobile .mobile-navbar-icon.browse {
  background-image: url('/images/icons/navbar/inactive/browse.png');
}

.user-menu-mobile .mobile-navbar-icon.cart {
  background-image: url('/images/icons/navbar/inactive/cart.png');
}

.user-menu-mobile .mobile-navbar-icon.dashboard {
  background-image: url('/images/icons/navbar/inactive/dashboard.png');
}

.user-menu-mobile .mobile-navbar-icon.inventory {
  background-image: url('/images/icons/navbar/inactive/inventory.png');
}

.user-menu-mobile .mobile-navbar-icon.log-out {
  background-image: url('/images/icons/navbar/inactive/log_out.png');
}

.user-menu-mobile .mobile-navbar-icon.orders {
  background-image: url('/images/icons/navbar/inactive/orders.png');
}

.user-menu-mobile a {
  color: #a29d99;
  display: block;
  font-size: 0.625rem;
  padding-top: 0.375rem;
  text-decoration: none;
  text-align: center;
}

.user-menu-mobile a:hover, .user-menu-mobile a.active {
  color: #1f1d1c;
}

.user-menu-mobile a:hover .mobile-navbar-icon.account, .user-menu-mobile a.active .mobile-navbar-icon.account {
  background-image: url('/images/icons/navbar/active/account.png');
}

.user-menu-mobile a:hover .mobile-navbar-icon.browse, .user-menu-mobile a.active .mobile-navbar-icon.browse {
  background-image: url('/images/icons/navbar/active/browse.png');
}

.user-menu-mobile a:hover .mobile-navbar-icon.cart, .user-menu-mobile a.active .mobile-navbar-icon.cart {
  background-image: url('/images/icons/navbar/active/cart.png');
}

.user-menu-mobile a:hover .mobile-navbar-icon.dashboard, .user-menu-mobile a.active .mobile-navbar-icon.dashboard {
  background-image: url('/images/icons/navbar/active/dashboard.png');
}

.user-menu-mobile a:hover .mobile-navbar-icon.inventory, .user-menu-mobile a.active .mobile-navbar-icon.inventory {
  background-image: url('/images/icons/navbar/active/inventory.png');
}

.user-menu-mobile a:hover .mobile-navbar-icon.log-out, .user-menu-mobile a.active .mobile-navbar-icon.log-out {
  background-image: url('/images/icons/navbar/active/log_out.png');
}

.user-menu-mobile a:hover .mobile-navbar-icon.orders, .user-menu-mobile a.active .mobile-navbar-icon.orders {
  background-image: url('/images/icons/navbar/active/orders.png');
}

.admin-header li {
  display: inline-block;
  margin-right: 20px;
}

ul.admin-entity-image-list {
  display: flex;
}

ul.admin-entity-image-list#dragged-item {
  box-shadow: 5px 5px 10px #a29d99;
  width: 100px;
  border-radius: 10%;
}

ul.admin-entity-image-list#dragged-item li {
  margin: 0;
}

ul.admin-entity-image-list li {
  width: 100px;
  height: 100px;
  margin: 5px;
  position: relative;
}

ul.admin-entity-image-list li img {
  border-width: 2px;
  border-style: solid;
  border-color: #93ce9a;
  border-radius: 10%;
  object-fit: cover;
  height: 100%;
  width: 100%;
}

ul.admin-entity-image-list li .fas {
  display: none;
  background-color: #dedbd9;
  border-radius: 50%;
  width: 26px;
  height: 26px;
  text-align: center;
  padding: 4px 0;
}

ul.admin-entity-image-list li .fas:hover {
  color: #93ce9a;
  cursor: pointer;
}

ul.admin-entity-image-list li .fa-times {
  top: -7px;
  right: -7px;
}

ul.admin-entity-image-list li .fa-search-plus {
  bottom: -7px;
  left: -7px;
}

ul.admin-entity-image-list li:hover {

}

ul.admin-entity-image-list li:hover .fas {
  display: block;
  position: absolute;
}

ul.admin-entity-image-list li.dropzone {
  border-width: 2px;
  border-style: dashed;
  border-color: #93ce9a;
  border-radius: 10%;
}

.pagination {
  display: flex;
  justify-content: center;
}

.pagination li {
  border-radius: 3px;
  flex: 0 0 1.3125rem;
  margin-right: 0.5rem;
  text-align: center;
}

.pagination li.active {
  background-color: #93ce9a;
  color: #ffffff;
}

.pagination li.active:hover {
  cursor: auto;
}

.pagination li:hover {
  background-color: #93ce9a;
  color: #ffffff;
  cursor: pointer;
}

.pagination li.disabled:hover {
  background-color: transparent;
  color: #1f1d1c;
  cursor: auto;
}

.notice {
  height: 300px;
  border-radius: 1rem;
  overflow: hidden;
}

.dashboard-actions {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 1rem;
}

.dashboard-actions .dashboard-messages {
  grid-row-start: 1;
  grid-row-end: 8;
  grid-column-start: 4;
}

.dashboard-actions .dashboard-messages > ul {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.dashboard-actions .dashboard-messages > ul > li {
  flex: 1;
}

.dashboard-actions .object-fit-contain-container.width-48 {
  flex: 0 0 48px;
}

.notification {
  line-height: 2rem;
  width: 33px;
  right: -10px;
  top: -10px;
  height: 33px;
  text-align: center;
  position: absolute;
  background-color: #c95920;
  border-radius: 50%;
  color: #ffffff;
}

.mobile-navbar-icon .notification {
  line-height: 1.2rem;
  width: 20px;
  right: 15px;
  top: 0px;
  height: 20px;
  text-align: center;
  position: absolute;
  background-color: #c95920;
  border-radius: 50%;
  color: #ffffff;
}

.tile-block {
  grid-column-start: 1;
  grid-column-end: 4;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 1rem;
}

.big-links {
  height: 300px;
}

.big-links a {
  color: black;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}

.big-links a:hover {
  background-color: #93ce9a;
  color: #ffffff;
}

.navigation-container a {
  color: #1f1d1c;
}

.navigation-container a:hover {
  color: #93ce9a;
}

.tier-selector {
  flex-wrap: wrap;
  gap: 1.8125rem;
  justify-content: center;
}

.tier-selector .column {
  flex: 0 0 250px;
  max-width: 250px;
}

.tier-selector .tier {
  border: 2px solid #dedbd9;
  border-radius: 1rem;
  display: flex;
  flex-direction: column;
  position: relative;
  height: 100%;
}

.tier-selector .tier:hover {
  border-color: #93ce9a;
  cursor: pointer;
}

.tier-selector .tier:hover .tier-header {
  border-color: #93ce9a;
}

.tier-selector .tier-header {
  align-items: center;
  display: flex;
  flex: 0 0 90px;
  flex-direction: column;
  justify-content: center;
  padding: 0.625rem 1.8125rem;
}

.tier-selector hr {
  margin: 0;
}

.tier-selector .tier-body {
  flex: 0 0 290px;
  padding: 0.625rem 1.8125rem;
}

.tier-selector .current:before {
  border: 2px solid #93ce9a;
  display: block;
  content: '';
  position: absolute;
  top: -1.3125rem;
  left: -1rem;
  width: calc(100% + 2rem);
  height: calc(100% + 2.3125rem);
}

.tier-selector .current:after {
  background-color: #ffffff;
  display: block;
  color: #93ce9a;
  content: 'Current Subscription';
  padding: 0 0.625rem;
  position: absolute;
  top: -2.1rem;
  left: calc(50% - 95px);
}

.tier-selector .fa-chevron-right {
  right: -46px;
  top: calc(50% - 40px);
  padding: 0.625rem 1rem 0.625rem 1.25rem;
  position: absolute;
  z-index: 1;
  font-size: 2.625rem;
  background-color: #93ce9a;
  border-radius: 50%;
  color: #ffffff;
}

.tier-selector.unselectable .tier:hover {
  border-color: #dedbd9;
  cursor: auto;
}

.tier-selector.unselectable .tier:hover hr {
  background-color: #dedbd9;
}

table.upcoming-marketdays strong {
  display: none;
}

.drawer {
  height: 100%;
}

.drawer button {
  position: absolute;
  top: 1rem;
  left: 1rem;
}

.item-details {
  flex: 0 0 300px;
}

.item-details .row {
  flex-direction: column;
}

.item-details .column:first-child .container {
  padding-bottom: 0;
}

.item-short-description {
  display: none;
}

.item-full-description div {
  max-width: 780px;
}

.item-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 1.3125rem;
}

.item-grid.two-columns {
  grid-template-columns: repeat(2, 1fr);
}

.item-tile {
  max-width: 100%;
}

.item-tile a {
  color: #1f1d1c;
  text-decoration: none;
}

.item-tile a:hover {
  color: #93ce9a;
}

.item-tile a:hover .border {
  border-color: #93ce9a;
}

.item-tile a:hover img {
  opacity: 0.85;
}

.item-tile h1 a, .item-tile h2 a, .item-tile h3 a, .item-tile h4 a, .item-tile h5 a {
  color: #93ce9a;
}

.item-tile h1 a:hover, .item-tile h2 a:hover, .item-tile h3 a:hover, .item-tile h4 a:hover, .item-tile h5 a:hover {
  color: #65a28c;
  cursor: pointer;
}

.item-tile .object-fit-cover-container {
  height: 200px;
}

.tag {
  align-items: center;
  display: flex;
  padding: 0.375rem 0;
}

.tag .tag-name {
  flex: 1;
}

.tag .tag-name, .tag span:first-child {
  margin-right: 0.5rem;
}

.remove-icon {
  border-radius: 50%;
  color: #1f1d1c;
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 0.625rem;
}

.remove-icon:hover {
  background-color: #fbfaf9;
  border-radius: 50%;
  color: #c95920;
  cursor: pointer;
}

.hero-2 {
  overflow: hidden;
}

.hero-2 .object-layerer {
  height: 970px;
}

.hero-2 .background-layer {
  left: 50%;
  transform: translateX(-50%);
  margin-bottom: 1rem;
  overflow: hidden;
  width: 900px;
}

.hero-2 .background-layer img {
  height: 100%;
}

.hero-2 .midground-layer {
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: space-between;
  width: 1100px;
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
}

.hero-2 .midground-layer img:first-child {
  max-height: 440px;
}

.hero-2 > .container {
  max-width: 1600px;
  padding: 2.625rem 0 1.3125rem;
  width: 94%;
}

.fa-play-circle {
  color: #ffffff;
  font-size: 3.975rem;
}

.fa-play-circle:hover {
  cursor: pointer;
}

.hero {
  flex: 1;
  height: 100vh;
}

.hero .spacer {
  height: 300px;
}

.hero .fa-play-circle {
  color: #ffffff;
  font-size: 100px;
}

.hero .fa-play-circle:hover {
  cursor: pointer;
}

.hero .hero-video {
  width: 100%;
  height: 100%;
}

.hero video {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.hero .subscription-tier {
  background-color: #ffffff;
  border: 2px solid #dedbd9;
  border-radius: 1rem;
  color: #1f1d1c;
  margin-bottom: 1rem;
}

.hero .subscription-tier.active:hover {
  background-color: #93ce9a;
  border-color: #93ce9a;
  color: #ffffff;
  cursor: pointer;
}

.hero .subscription-tier.active:hover .column:last-child {
  border-color: #ffffff;
}

.hero .subscription-tier.active:hover .checkmark-list li:before {
  color: #ffffff;
}

.hero .subscription-tier.inactive {
  opacity: 0.35;
}

.hero .subscription-tier.inactive button:hover {
  cursor: auto;
}

.hero .subscription-tier .column:first-child {
  padding: 1rem 1rem 1rem 1.3125rem;
}

.hero .subscription-tier .column:last-child {
  align-items: center;
  border-left: 2px solid #dedbd9;
  display: flex;
  flex: 0 0 180px;
  flex-direction: column;
  justify-content: center;
  padding: 1rem 1.3125rem 1rem 1rem;
}

.social-media-buttons li {
  display: inline-block;
  margin-right: 1rem;
}

.social-media-buttons li:last-child {
  margin-right: 0;
}

.social-media-buttons a {
  border: 2px solid #dedbd9;
  border-radius: 1rem;
  color: #a29d99;
  display: block;
  font-size: 2.625rem;
  padding-top: 0.625rem;
  padding-bottom: 0.5rem;
  width: 70px;
}

.social-media-buttons a:hover {
  background-color: #93ce9a;
  border-color: #93ce9a;
  color: #ffffff;
}

.row.full-bleed-image .column:first-child .container {
  margin: 0 0 0 auto;
  max-width: 700px;
  padding: 2.625rem;
}

.row.full-bleed-image .column:last-child {
  background: url('/images/photos/faq.jpg') center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.faq li {
  border-bottom: 1px solid #1f1d1c;
  margin-bottom: 1.3125rem;
  padding-bottom: 1.3125rem;
}

.faq li:hover {
  cursor: pointer;
}

.faq .question {
  align-items: center;
  display: flex;
}

.faq .question h3 {
  flex: 1;
}

.ready-to-make-a-difference-mobile {
  border-top-right-radius: 1rem;
  border-bottom-right-radius: 1rem;
  display: none;
  margin-left: auto;
  max-height: 410px;
}

video.spread-the-love {
  width: 100px;
}

img.npr-hibt {
  max-width: 300px;
  width: 100%;
}

img.npr-hibt:hover {
  cursor: pointer;
  opacity: 0.6;
}

.hoverable-image {
  width: 100%;
  height: 0;
  padding-top: 100%;
}

.hoverable-image.grower {
  background-image: url('/images/illustrations/what_is_lemongraft/grower_1.png');
  background-size: 100% 100%;
}

.hoverable-image.host {
  background-image: url('/images/illustrations/what_is_lemongraft/host_1.png');
  background-size: 100% 100%;
}

.hoverable-image.buyer {
  background-image: url('/images/illustrations/what_is_lemongraft/buyer_1.png');
  background-size: 100% 100%;
}

.grower-explanation:hover .hoverable-image.grower {
  background-image: url('/images/illustrations/what_is_lemongraft/grower_2.png');
  background-size: 100% 100%;
}

.grower-explanation:hover ~ .host-explanation .hoverable-image.host {
  background-image: url('/images/illustrations/what_is_lemongraft/host_2.png');
  background-size: 100% 100%;
}

.host-explanation {
  order: 2;
}

.buyer-explanation {
  order: 3;
}

.buyer-explanation:hover .hoverable-image.buyer {
  background-image: url('/images/illustrations/what_is_lemongraft/buyer_2.png');
  background-size: 100% 100%;
}

.buyer-explanation:hover ~ .host-explanation .hoverable-image.host {
  background-image: url('/images/illustrations/what_is_lemongraft/host_3.png');
  background-size: 100% 100%;
}

.image-overlay {
  background-color: hsla(0, 0%, 100%, 0.9);
}

@media screen and (min-width: 1400px) {

  
  
  .hero-2 .object-layerer {
    height: 1070px;
  }
  
  .hero-2 .background-layer {
    width: 1250px;
  }
  
  .hero-2 .midground-layer {
    width: 1400px;
  }
  
  .hero-2 > .container {
    max-width: 1800px;
  }

}

@media screen and (max-width: 1300px) {

  
  
  row.full-screen .column.browse {
    flex: 0 0 600px;
  }
  
  
  
  .calendar .column:nth-child(2) {
    display: none;
  }

}

@media screen and (max-width: 1200px) {

  
  
  header .button.transparent-background {
    display: none;
  }
  
  
  
  ul.menu .mobile-menu-link {
    display: block;
  }
  
  ul.menu .mobile-menu-border-radius {
    border-radius: 0;
  }

}

@media screen and (max-width: 1125px) {

  .ready-to-make-a-difference-desktop {
    display: none;
  }
  
  .ready-to-make-a-difference-mobile {
    display: block;
  }
  
  .dashboard-actions {
    grid-template-columns: repeat(3, 1fr);
  }
  
  .dashboard-actions .dashboard-messages {
    grid-row-start: auto;
    grid-row-end: auto;
    grid-column-start: 1;
    grid-column-end: 4;
    margin-top: 1rem;
  }
  
  .dashboard-actions .dashboard-messages > ul {
    flex-direction: row;
  }
  
  .photo-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  
  
  
  .photo-grid.three-photos li:first-child, .photo-grid.two-photos li:first-child {
    grid-column-end: 1;
  }
  
  
  
  .photo-grid.two-photos li:nth-child(2) {
    grid-column-start: 2;
  }

}

@media screen and (max-width: 1050px) {

  
  
  .row.full-screen .column.browse {
    flex: 1;
  }
  
  .row.full-screen .column.map {
    display: none;
  }

}

@media screen and (max-width: 1000px) {

  
  
  
  
  hero .object-layerer .flex-align-center-right {
    align-items: flex-end;
    justify-content: center;
  }
  
  hero .object-layerer .flex-align-center-right .container {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 2%;
    padding: 1rem;
  }
  
  
  
  
  
  footer .width-100 .row {
    flex-direction: column;
    gap: 1.3125rem;
  }
  
  footer .column {
    justify-content: center;
  }
  
  
  
  footer .copyright-info .row > .column:last-child {
    flex: 1;
  }

}

@media screen and (max-width: 900px) {

  
  
  .hero-2 .object-layerer {
    height: 1140px;
  }
  
  
  
  .hero-2 .foreground-layer .row {
    flex-direction: column;
  }
  
  
  
  .hero-2 .foreground-layer .row:last-child .column:first-child {
    margin-bottom: 1.8125rem;
  }
  
  .hero-2 .foreground-layer .row:last-child .column:last-child {
    text-align: center;
  }
  
  .hero-2 .foreground-layer .row:last-child .column:last-child button {
    margin: 0 auto;
  }
  
  .hero-2 > .container {
    padding-bottom: 0;
  }
  
  
  
  
  
  .home .hero .column.sidebar {
    flex: 1;
  }
  
  
  
  .home .hero .subscription-tier .row {
    flex-direction: column;
  }
  
  .home .hero .subscription-tier .column:last-child {
    align-items: unset;
    border-left: none;
    border-top: 2px solid #dedbd9;
    flex: 0 1 auto;
    padding: 1rem;
  }
  
  
  
  section.full-bleed-video .row {
    flex-direction: column;
  }
  
  .column.border-right {
    border-right: none;
    border-bottom: 2px solid #dedbd9;
  }
  
  
  
  .find-us-on-social-media .row {
    flex-direction: column;
  }
  
  .find-us-on-social-media .column {
    padding-right: 0;
    padding-left: 0;
  }
  
  .find-us-on-social-media .column.border-right {
    border-right: none;
    border-bottom: 2px solid #dedbd9;
    margin-bottom: 1.3125rem;
    padding-bottom: 1.3125rem;
  }
  
  .find-us-on-social-media h2 {
    margin-bottom: 1.8125rem;
  }
  
  .item-grid {
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 0.625rem;
  }
  
  .cart {
    flex-direction: column-reverse;
    gap: 1.8125rem;
  }
  
  .cart-summary {
    flex: 0 1 auto;
  }
  
  .row.early-breakpoint {
    flex-direction: column;
  }
  
  .modal-background.full-width {
    padding: 1rem;
  }
  
  .modal-background.width-900 {
    padding: 0;
  }
  
  .modal-background.width-900 .modal {
    border: 0;
    height: 100%;
  }
  
  .modal-background.width-900 .modal-header {
    text-align: left;
  }
  
  .modal-background.width-900 .modal-header .fa-times {
    font-size: 0;
  }
  
  .modal-background.width-900 .modal-header .fa-chevron-left {
    font-size: 1rem;
  }
  
  
  
  .calendar-grid .time {
    display: none;
  }

}

@media screen and (max-width: 800px) {

  
  
  header .desktop-logo {
    display: none;
  }
  
  header .mobile-logo {
    display: block;
  }
  
  .tile-block {
    grid-template-columns: repeat(2, 1fr);
  }
  
  .item {
    flex-direction: column;
  }
  
  .photo-grid {
    grid-template-columns: repeat(3, 1fr);
  }
  
  
  
  .photo-grid.three-photos li:first-child, .photo-grid.two-photos li:first-child {
    grid-column-end: span 2;
  }
  
  
  
  .photo-grid.two-photos li:nth-child(2) {
    grid-column-start: 3;
  }
  
  .column.item-details {
    max-width: 100%;
  }
  
  .column.item-details .row {
  
  }
  
  
  
  .column.item-details .column:first-child .container {
    padding-bottom: 1.3125rem;
  }
  
  .item-short-description {
    display: block;
  }
  
  .item-full-description {
    display: none;
  }
  
  
  
  footer .row {
    flex-direction: column;
    gap: 1.3125rem;
  }
  
  footer nav > .row {
    gap: 1.8125rem;
    margin: 0 auto;
    max-width: 320px;
  }
  
  footer nav > .row .row {
    flex-direction: row;
  }
  
  footer .logo, footer a.button {
    margin: 0 auto;
  }
  
  footer p, footer .column {
    text-align: center;
  }
  
  
  
  .context-list .column {
    flex: 1;
  }
  
  .context-list .column:nth-child(2) {
    position: fixed;
    inset: 0;
    z-index: 1;
  }
  
  .context-list .column:nth-child(2) .back-button {
    display: block;
  }
  
  .context-list .column:nth-child(2) > .card {
    border: none;
    border-radius: 0;
    height: 100%;
  }
  
  .context-list .container.mobile-vertical-scroll {
    height: 100%;
    overflow-y: auto;
    max-height: calc(100vh - 350px);
  }

}

@media screen and (max-width: 755px) {

  
  
  .colored-background .column:first-child {
    padding: 1rem 1.3125rem 1.8125rem;
  }
  
  .ready-to-make-a-difference-mobile {
    display: none;
  }
  
  .item-grid {
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 0.625rem;
  }
  
  .item-grid.two-columns {
    grid-template-columns: repeat(1, 1fr);
  }
  
  .row.sidebar-navigation {
    flex-direction: column;
  }
  
  .row.sidebar-navigation .fas {
    display: none;
  }
  
  .sidebar-navigation > .column:first-child {
    flex: 1;
    margin-bottom: 2.625rem;
  }
  
  
  
  .breadcrumbs .current-page {
    display: none;
  }
  
  .breadcrumbs .select-menu.inline {
    display: inline-block;
  }
  
  
  
  .category-menu .traversal-menu {
    display: none;
  }
  
  
  
  .category-menu li:last-child div {
    border-bottom: none;
  }

}

@media screen and (max-width: 700px) {

  
  
  .home .hero {
    height: 600px;
  }
  
  .home .hero .hero-video, .home .hero .fa-play-circle {
    display: none;
  }
  
  .home .hero .video-loop {
    flex: 0 0 600px;
  }
  
  .home .hero video {
    display: none;
  }
  
  .home .hero .call-to-action {
    position: static;
  }
  
  .home .hero .call-to-action:before {
    background-position: -12px 0;
  }
  
  .home .mobile-typography {
    display: block;
    font-size: 2.2rem;
    line-height: 3rem;
    position: absolute;
    right: 130px;
    bottom: 1.8125rem;
  }
  
  
  
  
  
  .hero .object-layerer .midground-layer.flex-align-center-right {
    align-items: flex-end;
    justify-content: center;
  }
  
  .hero .object-layerer .image-overlay {
    flex-direction: column;
    margin: 0;
  }
  
  .hero .object-layerer .container.width-640 {
    max-width: 500px;
  }
  
  .hero .object-layerer h1 {
    font-size: 1.8125rem;
    line-height: 2.625rem;
  }
  
  .hero .object-layerer h3 {
    font-size: 1rem;
  }
  
  .hero .object-layerer .desktop {
    display: none;
  }
  
  .hero .object-layerer .mobile {
    display: block;
  }
  
  
  
  .tier-selector .fa-chevron-right {
    right: auto;
    top: auto;
    bottom: -44px;
    left: calc(50% - 32px);
    transform: rotate(90deg);
  }

}

@media screen and (max-height: 700px) {

  
  
  .home .hero {
    height: 700px;
  }

}

@media screen and (max-width: 600px) {

  html {
    font-size: 18px;
  }
  
  .desktop {
    display: none;
  }
  
  .mobile {
    display: block;
  }
  
  
  
  header .row {
    flex-direction: row;
  }
  
  header .column:last-child {
    background: none;
  }
  
  header button {
    background-color: transparent;
    border-color: #ffffff;
    color: #ffffff;
  }
  
  header button:hover {
    background-color: transparent;
    border-color: #93ce9a;
    color: #93ce9a;
    cursor: pointer;
  }
  
  
  
  header .search-input-form .container {
    padding: 0 0.625rem;
  }
  
  section.margin-top {
    margin-top: 0.625rem;
  }
  
  
  
  .object-layerer.notice .flex-align-center-right {
    align-items: flex-end;
    justify-content: center;
  }
  
  .object-layerer.notice .flex-align-center-right .container {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0.5rem;
  }
  
  .object-layerer.notice .mobile {
    display: block;
  }
  
  
  
  .object-layerer .midground-layer.desktop {
    display: none;
  }
  
  .container.full-width {
    margin: 1rem;
  }
  
  .row {
    flex-direction: column;
  }
  
  .row.mobile-gap-size-minus-3 {
    gap: 0.375rem;
  }
  
  .row.gap-size-0.margin-bottom-0 {
    flex-direction: row;
  }
  
  h1 {
    font-size: 2.625rem;
  }
  
  
  
  .marketing h2 {
    font-size: 1.3125rem;
    line-height: 1.8125rem;
  }
  
  
  
  .grower-explanation:hover .hoverable-image.grower {
    background-image: url('/images/illustrations/what_is_lemongraft/grower_1.png');
    background-size: 100% 100%;
  }
  
  .grower-explanation:hover ~ .host-explanation .hoverable-image.host {
    background-image: url('/images/illustrations/what_is_lemongraft/host_1.png');
    background-size: 100% 100%;
  }
  
  
  
  .buyer-explanation:hover .hoverable-image.buyer {
    background-image: url('/images/illustrations/what_is_lemongraft/buyer_1.png');
    background-size: 100% 100%;
  }
  
  .buyer-explanation:hover ~ .host-explanation .hoverable-image.host {
    background-image: url('/images/illustrations/what_is_lemongraft/host_1.png');
    background-size: 100% 100%;
  }
  
  .mobile-restricted-line-length {
    margin-left: auto;
    margin-right: auto;
    max-width: 320px;
  }
  
  
  
  
  
  .row.full-bleed-image .column:first-child .container {
    margin: 0 auto;
    max-width: 90%;
    padding-left: 0;
    padding-right: 0;
  }
  
  .container.colored-background {
    margin: 1rem;
  }
  
  .container.full-width-mobile {
    width: 100%;
  }
  
  .dashboard-actions, .tile-block {
    grid-template-columns: repeat(1, 1fr);
  }
  
  
  
  .dashboard-actions .tile .container, .tile-block .tile .container {
    display: flex;
    align-items: center;
    gap: 1rem;
  }
  
  .dashboard-actions .dashboard-messages > ul, .tile-block .dashboard-messages > ul {
    flex-direction: column;
  }
  
  .photo-grid {
    border-radius: 0;
    display: flex;
    grid-row-gap: 0;
    grid-column-gap: 0;
    overflow: visible;
  }
  
  .photo-grid li {
    display: inline-block;
    flex: 1;
    min-width: 100%;
    width: 100%;
  }
  
  
  
  .photo-grid.three-photos li:first-child, .photo-grid.two-photos li:first-child {
    border-radius: 0;
  }
  
  
  
  .photo-grid.three-photos li:nth-child(2) {
    border-radius: 0;
  }
  
  .photo-grid.three-photos li:nth-child(3) {
    border-radius: 0;
  }
  
  
  
  .photo-grid.two-photos li:nth-child(2) {
    border-radius: 0;
  }
  
  
  
  .photo-grid.one-photo li:first-child {
    border-radius: 0;
  }
  
  .photo-grid li {
    scroll-snap-align: start;
    scroll-snap-styp: always;
  }
  
  button.show-all-photos, a.show-all-photos {
    display: none;
  }
  
  .photo-counter {
    display: block;
  }
  
  .mobile-carousel-container {
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    width: 100%;
  }
  
  .mobile-carousel-container li {
    scroll-snap-align: start;
    scroll-snap-stop: always;
  }
  
  
  
  .photo-carousel li {
    padding: 0;
  }
  
  .photo-carousel .fa-chevron-left, .photo-carousel .fa-chevron-right {
    display: none;
  }
  
  
  
  .carousel-list .carousel-arrow {
    display: none;
  }
  
  .column.item-details {
    max-width: 90%;
  }
  
  .column.item-details .row {
    flex-direction: column;
  }
  
  
  
  .column.item-details .column:first-child .container {
    padding-bottom: 0;
  }
  
  
  
  .item-details .select-menu > span {
    width: calc(90vw - 2rem - 1.8125rem);
  }
  
  .item-short-description {
    display: none;
  }
  
  .item-full-description {
    display: block;
  }
  
  
  
  .photo-uploader .object-fit-contain-container.photo-thumbnail, .photo-uploader .object-fit-cover-container.photo-thumbnail {
    max-width: 100%;
    height: 220px;
  }
  
  .tier-selector {
    gap: 0.625rem;
  }
  
  .tier-selector .column {
    margin: 0 auto;
  }
  
  .tier-selector .current {
    margin-bottom: 1rem;
    margin-top: 1.8125rem;
  }
  
  .tier-selector .tier-body {
    flex: 0 1 auto;
  }
  
  .tier-selector .old-tier {
    margin-bottom: 1.3125rem;
  }
  
  .tier-selector .fa-chevron-right {
    font-size: 1.8125rem;
    padding-right: 0.9rem;
    padding-left: 1rem;
    right: auto;
    top: auto;
    bottom: -44px;
    left: calc(50% - 32px);
    transform: rotate(90deg);
  }
  
  .add-to-cart {
    border-bottom: 0;
    width: 100%;
    border-left: 0;
    border-right: 0;
    position: fixed;
    z-index: 3;
    border-radius: 0;
    bottom: 0;
    left: 0;
  }
  
  .add-to-cart .container {
    padding-bottom: 1rem;
    padding-top: 0.375rem;
  }
  
  .add-to-cart .select-menu {
    margin-bottom: 0.625rem;
    padding: 0.25rem 1rem;
  }
  
  .add-to-cart button {
    padding: 0.25rem 1rem;
    max-width: 100%;
  }
  
  .add-to-cart-details {
    align-items: center;
    display: flex;
  }
  
  .add-to-cart-details h3 {
    border-right: 2px solid #dedbd9;
    flex: 0 0 80px;
    height: 100%;
    line-height: 2.625rem;
    margin-bottom: 0;
    margin-right: 1rem;
    padding-right: 1rem;
  }
  
  .add-to-cart-details fieldset {
    flex: 1;
  }
  
  .add-to-cart-details .select-menu:after {
    top: 11px;
  }
  
  
  
  .cart-header .row {
    flex-direction: column-reverse;
  }
  
  .order-header-price {
    flex: 0 1 auto;
    margin-bottom: 0.625rem;
  }
  
  .order-header-summary {
    flex: 1;
  }
  
  .order-item > .row {
    flex-direction: row;
  }
  
  
  
  .order-item.accept-reject .row {
    flex-wrap: wrap;
  }
  
  .order-item.accept-reject .column:last-child {
    display: flex;
    justify-content: flex-end;
    width: 100%;
  }
  
  
  
  .order-item-contents .column.button-group {
    flex: 0 1 auto;
    align-items: flex-start;
  }
  
  .order-item-image {
    flex: 0 0 65px;
    width: 65px;
    height: 65px;
  }
  
  .modal-background {
    padding: 0;
  }
  
  .modal-background .modal {
    border: 0;
    height: 100%;
  }
  
  .modal-background .modal-header {
  
  }
  
  .modal-background .modal-header .fa-times {
    font-size: 0;
  }
  
  .modal-background .modal-header .fa-chevron-left {
    font-size: 1rem;
  }
  
  .nearby-lemondrops {
    grid-template-columns: repeat(1, 1fr);
  }
  
  
  
  .controls-header .row {
    flex-direction: row;
  }
  
  .controls-header .column, .controls-header .button-group {
    gap: 0.375rem;
  }
  
  .controls-header button {
    font-size: 0.85rem;
    padding: 0.12rem 0.625rem 0.12rem;
  }
  
  
  
  .controls-header .select-menu span {
    font-size: 0.85rem;
    padding: 0.12rem 1.8125rem 0.12rem 0.625rem;
  }
  
  .controls-header .select-menu:after {
    top: 10px;
  }
  
  
  
  .controls-header.title .row {
    flex-direction: column;
    gap: 0.625rem;
  }
  
  .controls-header.title .column:last-child {
    justify-content: flex-start;
  }
  
  footer {
    padding-bottom: 3.975rem;
  }
  
  
  
  header .search-input-form {
    display: none;
  }
  
  .cart-container {
    display: none;
  }
  
  .user-menu-mobile {
    display: block;
  }
  
  .controls-header.mobile-navbar-replacer {
    border-top: 2px solid #dedbd9;
    border-bottom: none;
    position: fixed;
    bottom: 0;
    top: auto;
    width: 100%;
  }
  
  
  
  .ready-to-make-a-difference .column {
    padding: 1.8125rem;
  }
  
  .ready-to-make-a-difference .column:last-child {
    display: none;
  }
  
  .ready-to-make-a-difference h1 {
    font-size: 1.8125rem;
    line-height: 2.25rem;
    margin-bottom: 1.8125rem;
  }
  
  .order-header-controls {
    flex-direction: column;
  }
  
  
  
  .dashboard h2 {
    font-size: 1.3125rem;
  }
  
  .item-grid.mobile-carousel-container {
    display: flex;
    gap: 1.8125rem;
  }
  
  
  
  .item-grid h5 {
    font-size: 0.85rem;
    line-height: 1.3125rem;
    max-width: 100%;
    width: 600px;
  }
  
  
  
  .calendar button {
    padding: 0.25rem 1rem 0.2rem;
    line-height: 1.3125rem;
  }
  
  
  
  .calendar .select-menu:after {
    top: 11px;
  }
  
  .calendar .select-menu span.selected, .calendar .select-menu input.selected {
    padding: 0.15rem 1.8125rem 0.15rem 1rem;
  }
  
  .calendar .select-menu ul.menu {
    top: 40px;
  }
  
  table.upcoming-marketdays {
    width: 100%;
  }
  
  table.upcoming-marketdays th {
    display: none;
  }
  
  table.upcoming-marketdays strong {
    display: inline;
  }
  
  tr {
    display: flex;
    flex-direction: column;
  }
  
  td {
    padding: 0.25rem;
  }

}

@media screen and (max-width: 500px) {

  
  
  .calendar .select-menu {
    margin-right: 200px;
  }

}

@media screen and (max-width: 400px) {

  
  
  
  
  .home .hero .mobile-typography {
    font-size: 2rem;
    line-height: 2.7rem;
    right: 125px;
    bottom: 50px;
  }
  
  
  
  .social-media-buttons p {
    font-size: 1rem;
  }
  
  h1 {
    font-size: 1.8125rem;
    line-height: 2.15rem;
  }
  
  
  
  button.large, .button.large {
    font-size: 1rem;
    padding: 0.625rem 1.8125rem 0.625rem;
  }
  
  .item-grid {
    grid-template-columns: repeat(1, 1fr);
  }
  
  .modal-background.small-width {
    padding: 0;
  }
  
  .modal-background.small-width .modal {
    border: 0;
    height: 100%;
  }
  
  .modal-background.small-width .modal-header {
  
  }
  
  .modal-background.small-width .modal-header .fa-times {
    font-size: 0;
  }
  
  .modal-background.small-width .modal-header .fa-chevron-left {
    font-size: 1rem;
  }

}

@media screen and (max-width: 500px) {

  .fieldset-group.early-breakpoint {
    flex-direction: column;
  }
  
  .fieldset-group.early-breakpoint fieldset {
    margin-bottom: 0;
  }

}

@media screen and (max-width: 365px) {

  
  
  .hero .mobile-typography {
    font-size: 1.8rem;
    line-height: 2.4rem;
    right: 110px;
    bottom: 65px;
  }

}

@media screen and (max-width: 330px) {

  
  
  .hero .mobile-typography {
    font-size: 1.4rem;
    line-height: 1.9rem;
    right: 110px;
    bottom: 65px;
  }

}

@media screen and (max-height: 500px) {

  .modal-background {
    padding-top: 0.625rem;
    padding-bottom: 0;
  }
  
  .modal-background .modal {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
  }

}

@media print {

  header, footer, button, .fa-file-download {
    display: none;
  }
  
  td.plus-two-std-dev, th.plus-two-std-dev {
    color: #1f1d1c;
  }

}

@font-face {
  font-family: 'metropolis-thin';
  src: url('/fonts/metropolis-thin.woff2') format('woff2'),
                         url('/fonts/metropolis-thin.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'metropolis-extralight';
  src: url('/fonts/metropolis-extralight.woff2') format('woff2'),
                         url('/fonts/metropolis-extralight.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'metropolis-light';
  src: url('/fonts/metropolis-light.woff2') format('woff2'),
                         url('/fonts/metropolis-light.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'metropolis-regular';
  src: url('/fonts/metropolis-regular.woff2') format('woff2'),
                         url('/fonts/metropolis-regular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'metropolis-medium';
  src: url('/fonts/metropolis-medium.woff2') format('woff2'),
                         url('/fonts/metropolis-medium.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'metropolis-semibold';
  src: url('/fonts/metropolis-semibold.woff2') format('woff2'),
                         url('/fonts/metropolis-semibold.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'metropolis-bold';
  src: url('/fonts/metropolis-bold.woff2') format('woff2'),
                         url('/fonts/metropolis-bold.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'metropolis-extrabold';
  src: url('/fonts/metropolis-extrabold.woff2') format('woff2'),
                         url('/fonts/metropolis-extrabold.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'metropolis-black';
  src: url('/fonts/metropolis-black.woff2') format('woff2'),
                         url('/fonts/metropolis-black.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}