<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600;700&amp;display=swap");
@import url("https://use.typekit.net/ugu4bhm.css");
#catalogWrapper {
  max-width: 1300px !important;
  margin-right: auto !important;
  margin-left: auto !important;
}
.container {
  width: 100%;
  max-width: 1300px;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1300px;
  }
}
.container-fluid-wide {
  max-width: 1500px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 2rem;
  padding-left: 2rem;
}

.container-fluid {
  max-width: 1300px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 2rem;
  padding-left: 2rem;
}

.row {
  box-sizing: border-box;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex: 0 1 auto;
  -webkit-box-flex: 0;
  flex: 0 1 auto;
  -ms-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -1rem;
  margin-left: -1rem;
}

.row.reverse {
  -ms-flex-direction: row-reverse;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  flex-direction: row-reverse;
}

.col.reverse {
  -ms-flex-direction: column-reverse;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  flex-direction: column-reverse;
}

.col-xs,
.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12 {
  box-sizing: border-box;
  -ms-flex: 0 0 auto;
  -webkit-box-flex: 0;
  flex: 0 0 auto;
  padding-right: 1rem;
  padding-left: 1rem;
}

.col-xs {
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  -webkit-box-flex: 1;
  flex-grow: 1;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  max-width: 100%;
}

.col-xs-1 {
  -ms-flex-preferred-size: 8.333%;
  flex-basis: 8.333%;
  max-width: 8.333%;
}

.col-xs-2 {
  -ms-flex-preferred-size: 16.667%;
  flex-basis: 16.667%;
  max-width: 16.667%;
}

.col-xs-3 {
  -ms-flex-preferred-size: 25%;
  flex-basis: 25%;
  max-width: 25%;
}

.col-xs-4 {
  -ms-flex-preferred-size: 33.333%;
  flex-basis: 33.333%;
  max-width: 33.333%;
}

.col-xs-5 {
  -ms-flex-preferred-size: 41.667%;
  flex-basis: 41.667%;
  max-width: 41.667%;
}

.col-xs-6 {
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
  max-width: 50%;
}

.col-xs-7 {
  -ms-flex-preferred-size: 58.333%;
  flex-basis: 58.333%;
  max-width: 58.333%;
}

.col-xs-8 {
  -ms-flex-preferred-size: 66.667%;
  flex-basis: 66.667%;
  max-width: 66.667%;
}

.col-xs-9 {
  -ms-flex-preferred-size: 75%;
  flex-basis: 75%;
  max-width: 75%;
}

.col-xs-10 {
  -ms-flex-preferred-size: 83.333%;
  flex-basis: 83.333%;
  max-width: 83.333%;
}

.col-xs-11 {
  -ms-flex-preferred-size: 91.667%;
  flex-basis: 91.667%;
  max-width: 91.667%;
}

.col-xs-12 {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  max-width: 100%;
}

.col-xs-offset-1 {
  margin-left: 8.333%;
}

.col-xs-offset-2 {
  margin-left: 16.667%;
}

.col-xs-offset-3 {
  margin-left: 25%;
}

.col-xs-offset-4 {
  margin-left: 33.333%;
}

.col-xs-offset-5 {
  margin-left: 41.667%;
}

.col-xs-offset-6 {
  margin-left: 50%;
}

.col-xs-offset-7 {
  margin-left: 58.333%;
}

.col-xs-offset-8 {
  margin-left: 66.667%;
}

.col-xs-offset-9 {
  margin-left: 75%;
}

.col-xs-offset-10 {
  margin-left: 83.333%;
}

.col-xs-offset-11 {
  margin-left: 91.667%;
}

.start-xs {
  -ms-flex-pack: start;
  -webkit-box-pack: start;
  justify-content: flex-start;
  text-align: start;
}

.center-xs {
  -ms-flex-pack: center;
  -webkit-box-pack: center;
  justify-content: center;
  text-align: center;
}

.end-xs {
  -ms-flex-pack: end;
  -webkit-box-pack: end;
  justify-content: flex-end;
  text-align: end;
}

.top-xs {
  -ms-flex-align: start;
  -webkit-box-align: start;
  align-items: flex-start;
}

.middle-xs {
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
}

.bottom-xs {
  -ms-flex-align: end;
  -webkit-box-align: end;
  align-items: flex-end;
}

.around-xs {
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.between-xs {
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
  justify-content: space-between;
}

.first-xs {
  -ms-flex-order: -1;
  -webkit-box-ordinal-group: 0;
  order: -1;
}

.last-xs {
  -ms-flex-order: 1;
  -webkit-box-ordinal-group: 2;
  order: 1;
}

@media only screen and (min-width: 48em) {
  .container {
    width: 46rem;
  }
  .bottomNav {
    justify-content: center;
    flex-wrap: wrap;
  }
  .shopByRoom-container {
    text-align: center;
  }
  .col-sm,
  .col-sm-1,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12 {
    box-sizing: border-box;
    -ms-flex: 0 0 auto;
    -webkit-box-flex: 0;
    flex: 0 0 auto;
    padding-right: 1rem;
    padding-left: 1rem;
  }

  .col-sm {
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    -webkit-box-flex: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    max-width: 100%;
  }

  .col-sm-1 {
    -ms-flex-preferred-size: 8.333%;
    flex-basis: 8.333%;
    max-width: 8.333%;
  }

  .col-sm-2 {
    -ms-flex-preferred-size: 16.667%;
    flex-basis: 16.667%;
    max-width: 16.667%;
  }

  .col-sm-3 {
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%;
  }

  .col-sm-4 {
    -ms-flex-preferred-size: 33.333%;
    flex-basis: 33.333%;
    max-width: 33.333%;
  }

  .col-sm-5 {
    -ms-flex-preferred-size: 41.667%;
    flex-basis: 41.667%;
    max-width: 41.667%;
  }

  .col-sm-6 {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%;
  }

  .col-sm-7 {
    -ms-flex-preferred-size: 58.333%;
    flex-basis: 58.333%;
    max-width: 58.333%;
  }

  .col-sm-8 {
    -ms-flex-preferred-size: 66.667%;
    flex-basis: 66.667%;
    max-width: 66.667%;
  }

  .col-sm-9 {
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    max-width: 75%;
  }

  .col-sm-10 {
    -ms-flex-preferred-size: 83.333%;
    flex-basis: 83.333%;
    max-width: 83.333%;
  }

  .col-sm-11 {
    -ms-flex-preferred-size: 91.667%;
    flex-basis: 91.667%;
    max-width: 91.667%;
  }

  .col-sm-12 {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }

  .col-sm-offset-1 {
    margin-left: 8.333%;
  }

  .col-sm-offset-2 {
    margin-left: 16.667%;
  }

  .col-sm-offset-3 {
    margin-left: 25%;
  }

  .col-sm-offset-4 {
    margin-left: 33.333%;
  }

  .col-sm-offset-5 {
    margin-left: 41.667%;
  }

  .col-sm-offset-6 {
    margin-left: 50%;
  }

  .col-sm-offset-7 {
    margin-left: 58.333%;
  }

  .col-sm-offset-8 {
    margin-left: 66.667%;
  }

  .col-sm-offset-9 {
    margin-left: 75%;
  }

  .col-sm-offset-10 {
    margin-left: 83.333%;
  }

  .col-sm-offset-11 {
    margin-left: 91.667%;
  }

  .start-sm {
    -ms-flex-pack: start;
    -webkit-box-pack: start;
    justify-content: flex-start;
    text-align: start;
  }

  .center-sm {
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    justify-content: center;
    text-align: center;
  }

  .end-sm {
    -ms-flex-pack: end;
    -webkit-box-pack: end;
    justify-content: flex-end;
    text-align: end;
  }

  .top-sm {
    -ms-flex-align: start;
    -webkit-box-align: start;
    align-items: flex-start;
  }

  .middle-sm {
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
  }

  .bottom-sm {
    -ms-flex-align: end;
    -webkit-box-align: end;
    align-items: flex-end;
  }

  .around-sm {
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }

  .between-sm {
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
    justify-content: space-between;
  }

  .first-sm {
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: 0;
    order: -1;
  }

  .last-sm {
    -ms-flex-order: 1;
    -webkit-box-ordinal-group: 2;
    order: 1;
  }
}
@media only screen and (min-width: 62em) {
  .container {
    width: 61rem;
  }

  .col-md,
  .col-md-1,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-10,
  .col-md-11,
  .col-md-12 {
    box-sizing: border-box;
    -ms-flex: 0 0 auto;
    -webkit-box-flex: 0;
    flex: 0 0 auto;
    padding-right: 1rem;
    padding-left: 1rem;
  }

  .col-md {
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    -webkit-box-flex: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    max-width: 100%;
  }

  .col-md-1 {
    -ms-flex-preferred-size: 8.333%;
    flex-basis: 8.333%;
    max-width: 8.333%;
  }

  .col-md-2 {
    -ms-flex-preferred-size: 16.667%;
    flex-basis: 16.667%;
    max-width: 16.667%;
  }

  .col-md-3 {
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%;
  }

  .col-md-4 {
    -ms-flex-preferred-size: 33.333%;
    flex-basis: 33.333%;
    max-width: 33.333%;
  }

  .col-md-5 {
    -ms-flex-preferred-size: 41.667%;
    flex-basis: 41.667%;
    max-width: 41.667%;
  }

  .col-md-6 {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%;
  }

  .col-md-7 {
    -ms-flex-preferred-size: 58.333%;
    flex-basis: 58.333%;
    max-width: 58.333%;
  }

  .col-md-8 {
    -ms-flex-preferred-size: 66.667%;
    flex-basis: 66.667%;
    max-width: 66.667%;
  }

  .col-md-9 {
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    max-width: 75%;
  }

  .col-md-10 {
    -ms-flex-preferred-size: 83.333%;
    flex-basis: 83.333%;
    max-width: 83.333%;
  }

  .col-md-11 {
    -ms-flex-preferred-size: 91.667%;
    flex-basis: 91.667%;
    max-width: 91.667%;
  }

  .col-md-12 {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }

  .col-md-offset-1 {
    margin-left: 8.333%;
  }

  .col-md-offset-2 {
    margin-left: 16.667%;
  }

  .col-md-offset-3 {
    margin-left: 25%;
  }

  .col-md-offset-4 {
    margin-left: 33.333%;
  }

  .col-md-offset-5 {
    margin-left: 41.667%;
  }

  .col-md-offset-6 {
    margin-left: 50%;
  }

  .col-md-offset-7 {
    margin-left: 58.333%;
  }

  .col-md-offset-8 {
    margin-left: 66.667%;
  }

  .col-md-offset-9 {
    margin-left: 75%;
  }

  .col-md-offset-10 {
    margin-left: 83.333%;
  }

  .col-md-offset-11 {
    margin-left: 91.667%;
  }

  .start-md {
    -ms-flex-pack: start;
    -webkit-box-pack: start;
    justify-content: flex-start;
    text-align: start;
  }

  .center-md {
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    justify-content: center;
    text-align: center;
  }

  .end-md {
    -ms-flex-pack: end;
    -webkit-box-pack: end;
    justify-content: flex-end;
    text-align: end;
  }

  .top-md {
    -ms-flex-align: start;
    -webkit-box-align: start;
    align-items: flex-start;
  }

  .middle-md {
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
  }

  .bottom-md {
    -ms-flex-align: end;
    -webkit-box-align: end;
    align-items: flex-end;
  }

  .around-md {
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }

  .between-md {
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
    justify-content: space-between;
  }

  .first-md {
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: 0;
    order: -1;
  }

  .last-md {
    -ms-flex-order: 1;
    -webkit-box-ordinal-group: 2;
    order: 1;
  }
}
@media only screen and (min-width: 75em) {
  .container {
    width: 81rem;
  }

  .col-lg,
  .col-lg-1,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12 {
    box-sizing: border-box;
    -ms-flex: 0 0 auto;
    -webkit-box-flex: 0;
    flex: 0 0 auto;
    padding-right: 1rem;
    padding-left: 1rem;
  }

  .col-lg {
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    -webkit-box-flex: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    max-width: 100%;
  }

  .col-lg-1 {
    -ms-flex-preferred-size: 8.333%;
    flex-basis: 8.333%;
    max-width: 8.333%;
  }

  .col-lg-2 {
    -ms-flex-preferred-size: 16.667%;
    flex-basis: 16.667%;
    max-width: 16.667%;
  }

  .col-lg-3 {
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%;
  }

  .col-lg-4 {
    -ms-flex-preferred-size: 33.333%;
    flex-basis: 33.333%;
    max-width: 33.333%;
  }

  .col-lg-5 {
    -ms-flex-preferred-size: 41.667%;
    flex-basis: 41.667%;
    max-width: 41.667%;
  }

  .col-lg-6 {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%;
  }

  .col-lg-7 {
    -ms-flex-preferred-size: 58.333%;
    flex-basis: 58.333%;
    max-width: 58.333%;
  }

  .col-lg-8 {
    -ms-flex-preferred-size: 66.667%;
    flex-basis: 66.667%;
    max-width: 66.667%;
  }

  .col-lg-9 {
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    max-width: 75%;
  }

  .col-lg-10 {
    -ms-flex-preferred-size: 83.333%;
    flex-basis: 83.333%;
    max-width: 83.333%;
  }

  .col-lg-11 {
    -ms-flex-preferred-size: 91.667%;
    flex-basis: 91.667%;
    max-width: 91.667%;
  }

  .col-lg-12 {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }

  .col-lg-offset-1 {
    margin-left: 8.333%;
  }

  .col-lg-offset-2 {
    margin-left: 16.667%;
  }

  .col-lg-offset-3 {
    margin-left: 25%;
  }

  .col-lg-offset-4 {
    margin-left: 33.333%;
  }

  .col-lg-offset-5 {
    margin-left: 41.667%;
  }

  .col-lg-offset-6 {
    margin-left: 50%;
  }

  .col-lg-offset-7 {
    margin-left: 58.333%;
  }

  .col-lg-offset-8 {
    margin-left: 66.667%;
  }

  .col-lg-offset-9 {
    margin-left: 75%;
  }

  .col-lg-offset-10 {
    margin-left: 83.333%;
  }

  .col-lg-offset-11 {
    margin-left: 91.667%;
  }

  .start-lg {
    -ms-flex-pack: start;
    -webkit-box-pack: start;
    justify-content: flex-start;
    text-align: start;
  }

  .center-lg {
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    justify-content: center;
    text-align: center;
  }

  .end-lg {
    -ms-flex-pack: end;
    -webkit-box-pack: end;
    justify-content: flex-end;
    text-align: end;
  }

  .top-lg {
    -ms-flex-align: start;
    -webkit-box-align: start;
    align-items: flex-start;
  }

  .middle-lg {
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
  }

  .bottom-lg {
    -ms-flex-align: end;
    -webkit-box-align: end;
    align-items: flex-end;
  }

  .around-lg {
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }

  .between-lg {
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
    justify-content: space-between;
  }

  .first-lg {
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: 0;
    order: -1;
  }

  .last-lg {
    -ms-flex-order: 1;
    -webkit-box-ordinal-group: 2;
    order: 1;
  }
}
/*
Orpheus Pro Bold

font-family: orpheuspro, serif;

font-weight: 700;

font-style: normal;


Orpheus Pro Italic

font-family: orpheuspro, serif;

font-weight: 400;

font-style: italic;


Orpheus Pro Regular

font-family: orpheuspro, serif;

font-weight: 400;

font-style: normal;

*/
body {
  margin: 0px;
}

@media only screen and (max-width: 411px) {
  .container {
    padding: 0;
  }
}
@media screen and (max-width: 769px) {
  .container {
    padding: 0;
  }

  /* html,
  body {
    overflow-x: hidden; causes problems with infinite scroll functionality
  } */
}
.img-fluid {
  max-width: 100%;
  height: auto;
}

html {
  font-size: 13px;
}

h1 {
  font-size: 3.75rem;
}

h2 {
  font-size: 3rem;
}

h3 {
  font-size: 2.25rem;
}

h4 {
  font-size: 1.875rem;
}

h5 {
  font-size: 1.5rem;
}

h6 {
  font-size: 1.125rem;
}

p,
li,
a {
  font-size: 1.125rem;
}

ul li {
  list-style: none;
}

/*
@media screen and (min-width: 375px){
  html{
    font-size: 11px;
  }
}
@media screen and (min-width: 570px){
  html{
    font-size: 10px;
  }
}
@media screen and (min-width: 620px){
  html{
    font-size: 10px;
  }
}
*/
@media screen and (max-width: 680px) {
  html {
    font-size: 11px;
  }
}
@media screen and (min-width: 680px) {
  html {
    font-size: 11px;
  }
}
@media screen and (min-width: 720px) {
  html {
    font-size: 12px;
  }
}
@media screen and (min-width: 800px) {
  html {
    font-size: 13px;
  }
}
@media screen and (min-width: 860px) {
  html {
    font-size: 14px;
  }
}
@media screen and (min-width: 920px) {
  html {
    font-size: 15px;
  }
}
@media screen and (min-width: 1000px) {
  html {
    font-size: 16px;
  }
}
.recentPosts-title {
  color: black;
  text-align: center;
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase;
  font-size: 1.875rem;
  margin-bottom: 6.25rem;
}

.litliving_blog-link {
  text-decoration: none;
  color: black;
}

.litliving_blog-excerpt p {
  color: black;
  font-size: 16px !important;
}

.litliving_blog-excerpt a {
  color: black;
  font-size: 16px !important;
}

.post-excerpt {
  color: black;
  font-family: "open sans";
}
.post-excerpt a {
  text-decoration: none;
}

.litliving_blog-link:visited {
  color: black;
}

.litliving_blog-border {
  border: 1px black solid;
  margin-bottom: 25px;
}

.litliving_blog-image {
  width: 100%;
}

.litliving_blog-content {
  padding: 9px 25px 9px 6px;
  height: 320px;
}

.litliving_blog-content h5 {
  font-size: 24px;
  font-family: "orpheusPro", sans-serif;
  margin: 0 0 10px 0;
  color: black;
}

.Header__WidgetTitle-sc-17gc7x6-2 {
  text-align: center;
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase;
  font-size: 1.875rem;
  margin-bottom: 6.25rem;
}

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

.business-image {
  max-height: 80px;
}
.business-items {
  margin-bottom: 5rem;
}
.business-header {
  text-align: center;
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase;
  font-size: 1.875rem;
  margin-bottom: 6.25rem;
}
.business-title {
  font-size: 1.3rem;
  text-align: center;
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase;
  text-align: center;
}
.business-subTitle {
  font-family: "Montserrat", sans-serif;
  text-align: center;
  text-transform: uppercase;
}
.business-button {
  display: flex;
  justify-content: center;
  margin-bottom: 5rem;
}
.business-button a {
  border: 1px solid black;
  padding: 12px 4.6rem;
  font-family: "Montserrat", sans-serif;
  text-align: center;
  text-decoration: none;
  color: black;
  font-size: 1rem;
}

.topNav {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  flex-direction: row;
  justify-content: space-between;
  margin: 19px 0 12px 0;
}
.topNav-logo {
  max-width: 250px;
}
.topNav-link {
  font-family: "Montserrat", sans-serif;
  font-size: 0.6875rem;
  margin: 0 10px;
  text-decoration: none;
  color: #000;
}
.topNav-link:hover {
  text-decoration: underline;
}

.topNav-icon {
  width: 20px;
}

.topNav-icon_link {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 0.5rem;
  color: #000;
  text-decoration: none;
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase;
  margin-right: 10px;
}
.topNav-icon_link p {
  font-size: 0.875rem;
}
.topNav-search {
  border: 0;
  outline: 0;
  background: transparent;
}
.topNav-search-icon {
  width: 1rem;
  margin-right: 15px;
}
.topNav-searchBar {
  border-bottom: 1px solid #717c7d;
  height: 25px;
  margin: 1px;
}

.bottomNav {
  display: flex;
  flex-direction: row;
  max-width: 960px;
  width: 100%;
  margin: 12px auto 12px auto;
}
.bottomNav-links {
  margin: 0;
  padding: 0 1.875rem 0 0;
}
.bottomNav-link {
  font-size: 0.875rem;
  text-transform: uppercase;
  font-family: "Montserrat", sans-serif;
  color: #000;
  text-decoration: none;
  white-space: nowrap;
}
.bottomNav-link:hover {
  text-decoration: underline;
}

@media only screen and (max-width: 768px) {
  nav {
    display: none;
  }

  .container:first-child {
    margin-bottom: 5px;
  }

  #search-mobile {
    height: 25px;
  }

  #search-mobile_icon {
    width: 1.5rem;
    height: 25px;
  }
}
@media only screen and (min-width: 769px) {
  .mobileNav {
    display: none;
  }
}
.mobileNav-logo {
  margin: 0 auto 10px auto;
  width: 100%;
  max-width: 150px;
}
.mobileNav-bottom {
  justify-content: space-around;
}
.mobileNav-bars {
  width: 2rem;
  height: 25px;
  max-height: 25px;
}

#grey-background {
  background-color: rgba(173, 173, 173, 0.5);
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  z-index: 2;
  display: none;
}

.popup {
  position: absolute;
  margin-left: auto;
  margin-right: auto;
  top: 30px;
  right: 0;
  left: 0;
  max-width: 800px;
  z-index: 5;
  background-color: white;
  display: none;
}

.popup-text {
  margin: 0 auto;
  width: 100%;
  max-width: 500px;
}

.popup-text h3 {
  margin: 0;
  font-family: "orpheuspro";
  font-weight: 700;
}

.popup-text p {
  font-size: 1rem;
  font-family: "Montserrat", sans-serif;
}

.popup-input {
  margin-bottom: 20px;
  height: 2em;
}

.popup-textArea {
  margin-bottom: 20px;
  font-family: "Roboto";
  font-size: 1rem;
}

.popup-form_list {
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 500px;
}

.popup-button {
  background-color: black;
  color: white;
  border: none;
  text-decoration: none;
  font-size: 1.125rem;
  padding: 8px 18px;
  margin-bottom: 30px;
}

#closePopup {
  width: 1.56rem;
  display: block;
  margin: 5px 10px 0 auto;
}

.mobileSideMenu {
  width: 0;
  height: 100vh;
  background-color: white;
  z-index: 999;
  overflow-x: hidden;
  top: 0;
  position: fixed;
  transition: 0.5s;
  left: 0;
}
.mobileSideMenu-items {
  display: flex;
  flex-direction: column;
  list-style-type: none;
  padding-left: 1.25rem;
}
.mobileSideMenu-items a {
  color: #000;
  text-decoration: none;
  font-family: "Montserrat", sans-serif;
  font-size: 1.5rem;
  margin-bottom: 10px;
}

#closeSideMenu {
  width: 1.56rem;
  display: block;
  margin: 5px 10px 0 auto;
}

#mobileCatalog-dropDown {
  display: flex;
  align-items: center;
}
#mobileCatalog-dropDown p {
  font-family: "Montserrat", sans-serif;
  font-size: 1.5rem;
  margin-top: 0;
}
#mobileCatalog-dropDown img {
  margin: 0 0 12px 5px;
}
#mobileCatalog-dropDown_list {
  display: none;
  margin-left: 10px;
}
#mobileCatalog-dropDown_list li {
  display: flex;
  flex-direction: column;
}

.drop-down {
  padding: 30px;
  background-color: white;
  display: none;
  z-index: 1000;
  -webkit-box-shadow: 11px 16px 42px -34px rgba(0, 0, 0, 0.87);
  -moz-box-shadow: 11px 16px 42px -34px rgba(0, 0, 0, 0.87);
  box-shadow: 11px 16px 42px -34px rgba(0, 0, 0, 0.87);
}

.sublinks {
  display: flex;
  flex-direction: column;
  margin-right: 4.25rem;
}
.sublinks:last-child {
  margin-right: 0px;
}
.sublinks a {
  margin-top: 1rem;
  color: black;
  font-family: "Montserrat", sans-serif;
  text-decoration: none;
}
.sublinks a:hover {
  text-decoration: underline;
}

.card {
  position: relative;
  margin: 8.375rem 0 8.375rem 0;
}
.card-info {
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  z-index: 2;
}
.card-image {
  margin: 0 auto;
  display: block;
  max-width: 100%;
}
.card-title {
  font-family: "orpheuspro";
  font-weight: 700;
  font-size: 2.75rem;
  margin-bottom: 0;
}
.card-subtitle {
  font-size: 1.25rem;
  font-family: "Montserrat", sans-serif;
  text-align: center;
}
.card-button {
  font-family: "Montserrat", sans-serif;
  background-color: white;
  border: 1px solid black;
  padding: 0.5rem 1rem;
  width: 50%;
  margin: 0 auto;
  text-align: center;
  text-decoration: none;
  color: black;
}
.card-button:hover {
  cursor: pointer;
  background-color: #000;
  color: white;
}

.goldBorder {
  border: 1px solid #d1b494;
  top: 30px;
  position: absolute;
  z-index: 1;
  width: 100%;
  max-width: 1300px;
  height: 100%;
  max-height: 530px;
}

@media only screen and (max-width: 769px) {
  .card {
    margin: 3.125rem 0 3.125rem 0;
  }

  .goldBorder {
    display: none;
  }

  .card-image {
    margin: 50px 0 0 0;
  }
}
.footer {
  background-color: #f5f5f5;
  padding: 1rem 0 3rem 0;
}
.footer p,
.footer a {
  font-family: "Montserrat", sans-serif;
}
.footer-link-list {
  display: flex;
  flex-direction: column;
}
.footer-link {
  color: #000;
  text-decoration: none;
  margin-top: 10px;
}
.footer-link:hover {
  text-decoration: underline;
}

@media only screen and (max-width: 411px) {
  .footer-link-list {
    padding-left: 20px;
  }
}
.slide {
  position: relative;
}
.slide-link {
  text-decoration: none;
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase;
  color: black;
}
.slide-image {
  padding-right: 30px;
  margin: 0 auto;
}
.slide-image_resize {
  height: auto;
  max-width: 1300px;
}
.slide-container {
  display: flex;
  flex-direction: row;
  overflow: hidden;
}
.slide-arrow {
  width: 18px;
}
.slide-arrow_left {
  position: absolute;
  top: 50%;
  left: -5%;
}
.slide-arrow_right {
  position: absolute;
  top: 50%;
  right: -3%;
}
.slide-arrow_circle {
  background-color: white;
  border: 1px solid #d6d6d6;
  border-radius: 32px;
  padding: 10px 18px;
  margin: 5px;
}
.slide-arrow_circle:hover {
  cursor: pointer;
}

@media screen and (max-width: 769px) {
  .slide-arrow_circle {
    display: none;
  }

  .slide-container {
    overflow: auto;
  }

  .slide-image_resize {
    max-width: 550px;
  }
}
@media screen and (max-width: 415px) {
  .slide-arrow_circle {
    display: none;
  }

  .slide-container {
    overflow: auto;
  }

  .slide-image_resize {
    max-width: 380px;
  }

  #slide-category:first-child {
    padding-left: 20px;
  }
}

.category-header {
  text-align: center;
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase;
  font-size: 1.875rem;
  margin-bottom: 6.25rem;
}

.shopByRoom a {
  color: black;
}
.shopByRoom-container {
  position: relative;
}
.shopByRoom-image {
  width: 100%;
  max-width: 550px;
}
.shopByRoom-title {
  font-family: "Montserrat", sans-serif;
  font-size: 1rem;
  width: 91%;
  padding: 5px;
  text-align: center;
  background-color: rgba(255, 255, 255, 0.7);
  position: absolute;
  bottom: -12px;
  z-index: 1;
}
.shopByRoom-header {
  text-align: center;
  font-family: "Montserrat", sans-serif;
  font-size: 1.875rem;
}

@media only screen and (max-width: 768px) {
  .shopByRoom-title {
    font-size: 1.6rem;
    width: 100%;
    bottom: -18px;
  }
  .footer {
    padding: 1rem 0 3rem 1rem;
  }
}</pre></body></html>