/** Shopify CDN: Minification failed

Line 92:0 Unexpected "}"

**/


/* CSS from section stylesheet tags */
.about-wrapper {
  display: flex;
  flex-wrap: nowrap;
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  margin-bottom: -65px;
}

.about-image {
  flex: 1 1 50%;
  max-height: 700px;
  overflow: hidden;
}

.about-image img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center bottom;
}

.about-text {
  flex: 1 1 50%;
  max-width: 1400px;
  padding: 100px;
  box-sizing: border-box;
  color: #403E00;
  font-family: 'Times New Roman', serif;
  display: flex;
  align-items: center;
}

.about-text-inner {
  width: 100%;
}

@media screen and (max-width: 768px) {
  .about-wrapper {
    flex-direction: column;
    margin-left: 0;
    margin-right: 0;
    left: 0;
    right: 0;
  }

  .about-image {
    width: 100%;
    max-height: none;
  }

  .about-image img {
    width: 100%;
    height: auto;
    object-fit: contain;
    object-position: center center;
  }

  .about-text {
    padding: 40px 20px;
    width: 100%;
  }
}
.cart {
  max-width: 1400px;
  padding: 40px 100px 80px;
  margin: 0 auto;
  box-sizing: border-box;
}

.cart .page-title {
  font-size: 32px;
  font-weight: 400;
  font-family: 'Times New Roman', serif;
  color: #403E00;
  text-align: center;
  margin-top: 0;
  margin-bottom: 40px;
}
}

@media screen and (max-width: 768px) {
  .cart {
    padding: 40px 20px 80px;
  }
}
.gibson-default-wrapper {
  max-width: 1400px;
  margin: 40px auto;
  padding: 0 20px;
  color: #403E00;
  font-family: 'Times New Roman', serif;
  text-align: center;
}

.gibson-default-title {
  font-size: 32px;
  line-height: 1.2;
  margin-bottom: 30px;
}

.gibson-default-layout {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 40px;
}

.gibson-default-text {
  max-width: 500px;
  font-size: 16px;
  line-height: 1.4;
  font-weight: 300;
  width: 100%;
}

.gibson-default-image {
  max-width: 600px;
  width: 100%;
  height: auto;
}

@media screen and (max-width: 768px) {
  .gibson-default-layout {
    flex-direction: column !important;
  }

  .gibson-default-text {
    max-width: 100%;
    text-align: center;
  }

  .gibson-default-image {
    max-width: 100%;
  }
}
.sticky-test-header {
  position: sticky;
  top: 0;
  background: white;
  color: #403E00;
  padding: 20px 40px;
  font-size: 20px;
  font-family: 'Times New Roman', serif;
  z-index: 1000;
  border-bottom: 1px solid #eee;
}

.sticky-test-content {
  height: 3000px;
  background: linear-gradient(#f5f5f5, #e0e0e0);
  padding: 40px;
}
.interior-gallery-wrapper {
  padding: 40px 0 80px 0;
  max-width: 1400px;
  margin: 0 auto;
  padding-left: 100px;
  padding-right: 100px;
  box-sizing: border-box;
}

.interior-gallery-title {
  font-size: 32px;
  font-weight: 400;
  font-family: 'Times New Roman', serif;
  color: #403E00;
  text-align: center;
  margin-top: 0;
  margin-bottom: 40px;
}

.interior-gallery-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
}

.gallery-item {
  text-decoration: none;
  color: inherit;
}

.gallery-item img {
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  display: block;
  margin-bottom: 12px;
}

.interior-gallery-wrapper .interior-gallery-item-title {
  font-size: 22px !important;
  font-weight: 400 !important;
  font-family: 'Times New Roman', serif !important;
  color: #000000 !important;
  text-align: left !important;
  margin: 0;
}

@media screen and (max-width: 768px) {
  .interior-gallery-wrapper {
    padding-left: 20px;
    padding-right: 20px;
  }

  .interior-gallery-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .interior-gallery-wrapper .interior-gallery-item-title {
    font-size: 22px !important;
  }
}
.property-gallery-wrapper {
  padding: 40px 0 80px 0;
  max-width: 1400px;
  margin: 0 auto;
  padding-left: 100px;
  padding-right: 100px;
  box-sizing: border-box;
}

.property-gallery-title {
  font-size: 32px;
  font-weight: 400;
  font-family: 'Times New Roman', serif;
  color: #403E00;
  text-align: center;
  margin-top: 0;
  margin-bottom: 40px;
}

.property-gallery-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
}

.gallery-item {
  text-decoration: none;
  color: inherit;
}

.gallery-item img {
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  display: block;
  margin-bottom: 12px;
}

.property-gallery-wrapper .property-gallery-item-title {
  font-size: 22px !important;
  font-weight: 400 !important;
  font-family: 'Times New Roman', serif !important;
  color: #000000 !important;
  text-align: left !important;
  margin: 0;
}

@media screen and (max-width: 768px) {
  .property-gallery-wrapper {
    padding-left: 20px;
    padding-right: 20px;
  }

  .property-gallery-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .property-gallery-wrapper .property-gallery-item-title {
    font-size: 22px !important;
  }
}
.studio-gallery-wrapper {
  padding: 40px 0 80px 0;
  max-width: 1400px;
  margin: 0 auto;
  padding-left: 100px;
  padding-right: 100px;
  box-sizing: border-box;
}

.studio-gallery-title {
  font-size: 32px;
  font-weight: 400;
  font-family: 'Times New Roman', serif;
  color: #403E00;
  text-align: center;
  margin-top: 0;
  margin-bottom: 12px;
}

.studio-gallery-subheading {
  font-size: 18px;
  font-weight: 300;
  font-family: sans-serif;
  color: #403E00;
  text-align: center;
  margin-top: 0;
  margin-bottom: 40px;
}

.studio-gallery-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
}

.studio-gallery-link {
  text-decoration: none;
  color: inherit;
}

.studio-gallery-image {
  width: 100%;
  height: auto;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  display: block;
  margin-bottom: 12px;
}

.studio-gallery-wrapper .studio-gallery-item-title {
  font-size: 22px !important;
  font-weight: 400 !important;
  font-family: 'Times New Roman', serif !important;
  color: #000000 !important;
  text-align: left !important;
  margin: 0;
}

@media screen and (max-width: 1024px) {
  .studio-gallery-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
}

@media screen and (max-width: 768px) {
  .studio-gallery-wrapper {
    padding-left: 20px;
    padding-right: 20px;
  }

  .studio-gallery-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}