:root {
  --grey: #888;
  --black: #201e1c;
  --black-2: whitesmoke;
  --slate-grey: #6f7281;
  --sandy-brown: #ea9642;
  --dark-gray: #122833;
  --gainsboro: gainsboro;
  --light-gray: white;
  --lighter-gray: #dae1e9;
}

body {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}

h1 {
  font-size: 4.125rem;
  font-weight: 600;
  line-height: 1.1;
}

h2 {
  font-size: 3.125rem;
  font-weight: 600;
  line-height: 1.1;
}

h3 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2.25rem;
  font-weight: 600;
  line-height: 1.2;
}

h4 {
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
}

p {
  margin-bottom: 0;
}

.w-commerce-commercecartwrapper {
  display: inline-block;
  position: relative;
}

.w-commerce-commercecartopenlink {
  color: #fff;
  cursor: pointer;
  appearance: none;
  background-color: #3898ec;
  border-width: 0;
  border-radius: 0;
  align-items: center;
  padding: 9px 15px;
  text-decoration: none;
  display: flex;
}

.w-commerce-commercecartopenlinkicon {
  margin-right: 8px;
}

.w-commerce-commercecartopenlinkcount {
  color: #3898ec;
  text-align: center;
  background-color: #fff;
  border-radius: 9px;
  min-width: 18px;
  height: 18px;
  margin-left: 8px;
  padding-left: 6px;
  padding-right: 6px;
  font-size: 11px;
  font-weight: 700;
  line-height: 18px;
  display: inline-block;
}

.w-commerce-commercecartcontainerwrapper {
  z-index: 1001;
  background-color: #000c;
  position: fixed;
  inset: 0;
}

.w-commerce-commercecartcontainerwrapper--cartType-modal {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.w-commerce-commercecartcontainerwrapper--cartType-leftSidebar {
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.w-commerce-commercecartcontainerwrapper--cartType-rightSidebar {
  flex-direction: row;
  justify-content: flex-end;
  align-items: stretch;
  display: flex;
}

.w-commerce-commercecartcontainerwrapper--cartType-leftDropdown {
  background-color: #0000;
  position: absolute;
  inset: 100% auto auto 0;
}

.w-commerce-commercecartcontainerwrapper--cartType-rightDropdown {
  background-color: #0000;
  position: absolute;
  inset: 100% 0 auto auto;
}

.w-commerce-commercecartcontainer {
  background-color: #fff;
  flex-direction: column;
  width: 100%;
  min-width: 320px;
  max-width: 480px;
  display: flex;
  overflow: auto;
  box-shadow: 0 5px 25px #00000040;
}

.w-commerce-commercecartheader {
  border-bottom: 1px solid #e6e6e6;
  flex: none;
  justify-content: space-between;
  align-items: center;
  padding: 16px 24px;
  display: flex;
  position: relative;
}

.w-commerce-commercecartheading {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

.w-commerce-commercecartcloselink {
  width: 16px;
  height: 16px;
}

.w-commerce-commercecartformwrapper {
  flex-direction: column;
  flex: 1;
  display: flex;
}

.w-commerce-commercecartform {
  flex-direction: column;
  flex: 1;
  justify-content: flex-start;
  display: flex;
}

.w-commerce-commercecartlist {
  -webkit-overflow-scrolling: touch;
  flex: 1;
  padding: 12px 24px;
  overflow: auto;
}

.w-commerce-commercecartitem {
  align-items: flex-start;
  padding-top: 12px;
  padding-bottom: 12px;
  display: flex;
}

.w-commerce-commercecartitemimage {
  width: 60px;
  height: 0%;
}

.w-commerce-commercecartiteminfo {
  flex-direction: column;
  flex: 1;
  margin-left: 16px;
  margin-right: 16px;
  display: flex;
}

.w-commerce-commercecartproductname {
  font-weight: 700;
}

.w-commerce-commercecartoptionlist {
  margin-bottom: 0;
  padding-left: 0;
  text-decoration: none;
  list-style-type: none;
}

.w-commerce-commercecartquantity {
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 60px;
  height: 38px;
  margin-bottom: 10px;
  padding: 8px 6px 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecartquantity::placeholder {
  color: #999;
}

.w-commerce-commercecartquantity:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecartfooter {
  border-top: 1px solid #e6e6e6;
  flex-direction: column;
  flex: none;
  padding: 16px 24px 24px;
  display: flex;
}

.w-commerce-commercecartlineitem {
  flex: none;
  justify-content: space-between;
  align-items: baseline;
  margin-bottom: 16px;
  display: flex;
}

.w-commerce-commercecartordervalue {
  font-weight: 700;
}

.w-commerce-commercecartapplepaybutton {
  color: #fff;
  cursor: pointer;
  appearance: none;
  background-color: #000;
  border-width: 0;
  border-radius: 2px;
  align-items: center;
  height: 38px;
  min-height: 30px;
  margin-bottom: 8px;
  padding: 0;
  text-decoration: none;
  display: flex;
}

.w-commerce-commercecartapplepayicon {
  width: 100%;
  height: 50%;
  min-height: 20px;
}

.w-commerce-commercecartquickcheckoutbutton {
  color: #fff;
  cursor: pointer;
  appearance: none;
  background-color: #000;
  border-width: 0;
  border-radius: 2px;
  justify-content: center;
  align-items: center;
  height: 38px;
  margin-bottom: 8px;
  padding: 0 15px;
  text-decoration: none;
  display: flex;
}

.w-commerce-commercequickcheckoutgoogleicon, .w-commerce-commercequickcheckoutmicrosofticon {
  margin-right: 8px;
  display: block;
}

.w-commerce-commercecartcheckoutbutton {
  color: #fff;
  cursor: pointer;
  appearance: none;
  text-align: center;
  background-color: #3898ec;
  border-width: 0;
  border-radius: 2px;
  align-items: center;
  padding: 9px 15px;
  text-decoration: none;
  display: block;
}

.w-commerce-commercecartemptystate {
  flex: 1;
  justify-content: center;
  align-items: center;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
}

.w-commerce-commercecarterrorstate {
  background-color: #ffdede;
  flex: none;
  margin: 0 24px 24px;
  padding: 10px;
}

@media screen and (max-width: 479px) {
  .w-commerce-commercecartcontainerwrapper--cartType-modal {
    flex-direction: row;
    justify-content: center;
    align-items: stretch;
  }

  .w-commerce-commercecartcontainerwrapper--cartType-leftDropdown, .w-commerce-commercecartcontainerwrapper--cartType-rightDropdown {
    flex-direction: row;
    justify-content: center;
    align-items: stretch;
    display: flex;
    position: fixed;
    inset: 0;
  }

  .w-commerce-commercecartquantity {
    font-size: 16px;
  }
}

.page-wrapper {
  display: block;
}

.text-size-tiny {
  font-size: 1.2rem;
  font-weight: 700;
}

.text-weight-medium {
  font-weight: 500;
}

.container-large {
  text-align: left;
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.container-large.container-filter {
  display: block;
}

.text-color-grey {
  color: var(--grey);
  text-align: left;
  letter-spacing: 2px;
}

.heading-style-h3 {
  font-size: 2.25rem;
  font-weight: 700;
  line-height: 1.2;
}

.heading-style-h3.text-color-red {
  color: #9b0137;
}

.heading-style-h3.text-color-orange.text-style-allcaps {
  margin-top: 0;
  margin-bottom: 0;
}

.text-size-medium {
  font-size: 1.125rem;
}

.text-size-medium.text-weight-medium.product-info-title {
  text-align: center;
  text-align: center;
  text-align: center;
  font-size: 1rem;
  font-weight: 700;
}

.padding-global {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
  display: block;
}

.padding-global.product-page-hero-section {
  background-image: linear-gradient(#00000069, #0000004a), url("https://cdn.prod.website-files.com/646cfd44bd9b2bed6473fd13/65dd31c7622482246fdd9f17_lapatic-page-background-new-2.jpg");
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.padding-global.product-page-quartz {
  background-image: linear-gradient(#0006, #0006), url("https://cdn.prod.website-files.com/646cfd44bd9b2bed6473fd13/66e3c96fa82203d2c74a32b4_new-quratz-bg.jpg");
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.padding-global.product-page-porcelain {
  background-image: url("https://cdn.prod.website-files.com/646cfd44bd9b2bed6473fd13/65dd4c41913fe8903f9318a9_Porcelain-page-background-new.jpg");
  background-position: 50%;
  background-size: cover;
}

.padding-global.product-page-natural-stone {
  background-image: url("https://cdn.prod.website-files.com/646cfd44bd9b2bed6473fd13/6907e06625d3d4f912e1bc86_naturone-hero-bg.jpg");
  background-position: 50%;
  background-size: cover;
}

.padding-global.whitesmoke {
  color: #f5f5f5;
}

.padding-global.home-white-background {
  color: #000;
  background-color: #f5f5f5;
}

.padding-global.about-dark-background {
  background-color: #2e2e2e;
}

.padding-global.about-section-2 {
  padding-top: 40px;
  padding-bottom: 40px;
}

.padding-global.career-page-hero {
  background-image: url("https://cdn.prod.website-files.com/646cfd44bd9b2bed6473fd13/68748442803e8ed1faf5f2db_career-page-bg.jpg");
  background-position: 50%;
  background-size: cover;
}

.main-wrapper {
  padding-top: 0;
  padding-bottom: 40px;
}

.text-color-light {
  color: #111111b3;
  display: flex;
}

.text-color-light.text-size-large {
  color: #ffffffb3;
}

.navbar {
  background-color: #f5f5f5;
  width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
  position: absolute;
  inset: 0 0% auto;
}

.navbar.static {
  padding-top: 1rem;
  position: static;
}

.navbar-container {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.nav-link {
  color: #000000b3;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-size: .8rem;
  font-weight: 500;
}

.nav-link.w--current {
  color: #000000b3;
}

.nav-link.dropdown {
  font-size: .8rem;
}

.footer {
  background-color: var(--black-2);
  background-image: linear-gradient(#00000040, #00000040), url("https://cdn.prod.website-files.com/646cfd44bd9b2bed6473fd13/65c57c166c7b097393809b29_footer-bg.jpg");
  background-position: 0 0, 0 0;
  background-size: auto, cover;
}

.footer-wrapper {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1.75fr;
  grid-auto-columns: 1fr;
  padding-top: 5rem;
  padding-bottom: 5rem;
  display: grid;
}

.footer-bottom {
  color: var(--slate-grey);
  text-shadow: 0 1px 1px #0003;
  background-color: #0e0e0e;
  padding-top: .5rem;
  padding-bottom: .5rem;
  font-size: .875rem;
}

.footer-bottom-content {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.footer-logo-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  display: flex;
}

.text-color-slate-grey {
  color: var(--slate-grey);
}

.text-color-slate-grey.text-size-tiny {
  text-align: left;
  text-align: left;
}

.footer-links-wrapper {
  grid-row-gap: 1rem;
  text-transform: uppercase;
  flex-direction: column;
  font-size: .75rem;
  text-decoration: none;
  display: flex;
}

.footer-link {
  color: #e4e4e4;
  text-align: left;
  letter-spacing: 2px;
  text-decoration: none;
}

.contact-wrapper {
  grid-column-gap: .25rem;
  color: var(--grey);
  align-items: center;
  text-decoration: none;
  display: flex;
}

.contact-wrapper.wrap {
  flex-wrap: wrap;
}

.contact-icon {
  width: 1.5rem;
}

.text-style-regular {
  text-transform: lowercase;
}

.text-color-orange {
  color: var(--sandy-brown);
}

.text-color-orange.text-size-large.text-style-allcaps {
  text-transform: none;
  font-size: 2rem;
}

.product-image {
  object-fit: cover;
  width: 100%;
  height: 225px;
  transition: transform .5s ease-in-out;
  overflow: hidden;
}

.product-image:hover {
  overflow: hidden;
  transform: scale(1.7);
}

.section-collection-hero {
  height: auto;
  padding-top: 5rem;
  display: block;
}

.product-image-main {
  object-fit: cover;
  width: 100%;
  max-height: 31.25rem;
  margin-top: 20px;
  margin-bottom: 20px;
  padding-bottom: 0;
  box-shadow: 0 4px 25px #0000001a;
}

.product-image-main.product-image {
  height: 400px;
  margin-top: 0;
  margin-bottom: 0;
  position: static;
}

.individual-product-image {
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  height: auto;
  margin-top: 5px;
  margin-bottom: 1rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.nav-dropdown-icon {
  color: #000000b3;
}

.nav-dropdown-list {
  padding-top: 10px;
  padding-bottom: 10px;
}

.nav-dropdown-list.w--open {
  background-color: #fff;
  box-shadow: 0 4px 10px #0000001a;
}

.nav-dropdown-text, .nav-dropdown-list-link, .nav-dropdown-list-link.w--current {
  color: #000000b3;
}

.image-stand {
  z-index: 10;
  margin-top: -50px;
  position: relative;
}

.image-stand.product-image {
  width: 500px;
  min-width: 0;
  height: 250px;
}

.product-title-hold {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  align-items: center;
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.product-item-info-hold {
  flex-flow: column;
  align-items: center;
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.image-28 {
  z-index: 10;
  margin-top: -40px;
  margin-bottom: 40px;
  position: relative;
}

.product-imge-hold {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  flex-flow: column;
  width: 100%;
  padding: 3rem 20px;
  display: flex;
}

.product-info-hold {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  margin-top: 50px;
  margin-bottom: 50px;
  padding: 80px 0;
  display: flex;
}

.div-block-40 {
  position: relative;
  overflow: hidden;
}

.product-info-list {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  border-bottom: 0 #0003;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
}

.product-description {
  color: #000;
  text-align: center;
  margin-bottom: 20px;
}

.div-block-41 {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  width: 100%;
  display: flex;
}

.div-block-42 {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  flex-flow: column;
  align-items: center;
  width: 100%;
  display: flex;
}

.product-button {
  background-color: #122833;
  justify-content: center;
  align-items: center;
  width: 160px;
  padding: 10px 25px;
  font-weight: 500;
  display: flex;
}

.product-section-images {
  padding-top: 60px;
  padding-bottom: 60px;
}

.image-29 {
  object-fit: cover;
  width: 100%;
  height: 350px;
}

.div-block-43 {
  background-color: #f1f1f1;
  padding-top: 60px;
  padding-bottom: 60px;
}

.div-block-44 {
  margin-top: 20px;
  margin-bottom: 40px;
}

.image-30 {
  z-index: 10;
  height: auto;
  margin-top: -52px;
  position: relative;
}

.collection-item {
  text-align: center;
}

.related-hold {
  width: 100%;
  margin-top: 20px;
}

.div-block-45 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.related-title {
  margin-top: -15px;
  font-size: 1.4rem;
  font-weight: 600;
}

.div-block-46 {
  padding-bottom: 5rem;
}

.div-block-47 {
  padding-left: 40px;
  padding-right: 40px;
}

.collection-list {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 33% 17%;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: stretch;
  display: grid;
}

.image-31 {
  aspect-ratio: auto;
  object-fit: cover;
  flex: 0 auto;
  align-self: auto;
  width: 100%;
  height: 500px;
  display: inline-block;
}

.collection-item-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: block;
}

.div-block-48 {
  display: flex;
}

.rich-text-block {
  text-align: center;
  padding-right: 60px;
  font-size: 1.1rem;
}

.div-block-49 {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  justify-content: center;
  display: flex;
}

.button-3 {
  color: #122833;
  background-color: #fff;
  border: 2px solid #122833;
  padding: 15px 25px;
  font-weight: 700;
}

.paragraph-11 {
  color: #122833;
  font-size: 2rem;
  font-weight: 700;
}

.cart {
  color: #000;
}

.cart-button-2 {
  background-color: #fff0;
}

.icon, .text-block-22 {
  color: #000;
}

.cart-quantity-2 {
  background-color: var(--black);
  color: #fff;
  -webkit-text-stroke-color: #000;
}

.link-block-15 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: #191d20;
  border-radius: 5px;
  padding: 10px 20px;
  text-decoration: none;
  display: flex;
}

.text-block-24 {
  color: #fff;
}

.image-42 {
  width: 20px;
}

@media screen and (min-width: 1280px) {
  .text-size-small.text-weight-semibold {
    font-size: 1rem;
    font-weight: 400;
  }

  .text-size-tiny {
    font-size: 1.2rem;
    font-weight: 700;
  }

  .padding-section-medium {
    padding-top: 3rem;
  }

  .padding-section-medium.quartz-page-intro-hold {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .container-large {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    text-align: left;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: flex-start;
    padding-left: 0;
    display: block;
  }

  .text-size-medium.text-weight-medium.product-info-title {
    font-size: 1rem;
    font-weight: 700;
  }

  .padding-global.product-page-hero-section {
    background-image: url("https://cdn.prod.website-files.com/646cfd44bd9b2bed6473fd13/65dd31c7622482246fdd9f17_lapatic-page-background-new-2.jpg");
    background-position: 50%;
    background-size: cover;
  }

  .padding-global.product-page-quartz {
    background-image: linear-gradient(#47474766, #47474766), url("https://cdn.prod.website-files.com/646cfd44bd9b2bed6473fd13/66e3c96fa82203d2c74a32b4_new-quratz-bg.jpg");
    background-position: 0 0, 50%;
    background-size: auto, cover;
  }

  .padding-global.product-page-porcelain {
    background-image: url("https://cdn.prod.website-files.com/646cfd44bd9b2bed6473fd13/65dd4c41913fe8903f9318a9_Porcelain-page-background-new.jpg");
    background-position: 50%;
    background-size: cover;
  }

  .padding-global.product-page-natural-stone {
    background-image: url("https://cdn.prod.website-files.com/646cfd44bd9b2bed6473fd13/6907e06625d3d4f912e1bc86_naturone-hero-bg.jpg");
    background-position: 50%;
    background-size: cover;
  }

  .padding-global.about-dark-background {
    background-color: #2e2e2e;
  }

  .padding-global.about-section {
    padding-bottom: 75px;
  }

  .padding-global.about-section-2 {
    padding-top: 75px;
    padding-bottom: 75px;
  }

  .padding-global.career-page-hero {
    background-image: url("https://cdn.prod.website-files.com/646cfd44bd9b2bed6473fd13/68748442803e8ed1faf5f2db_career-page-bg.jpg");
    background-position: 50%;
    background-size: cover;
  }

  .text-weight-light {
    color: var(--black-2);
  }

  .main-wrapper {
    padding-top: 0;
    padding-bottom: 0;
  }

  .text-style-allcaps {
    color: var(--black-2);
    text-align: left;
  }

  .section-hero {
    background-image: linear-gradient(#00000040, #00000040), url("https://cdn.prod.website-files.com/646cfd44bd9b2bed6473fd13/6855c97c0151b6c83bc6664e_luxcore-hero-2.png");
    background-position: 0 0, 50%;
    background-size: auto, cover;
    background-attachment: scroll, scroll;
  }

  .hero-content-wrapper {
    text-align: left;
    display: block;
  }

  .text-color-light.text-size-large {
    color: #ffffffb3;
    text-align: left;
    text-align: left;
  }

  .navbar {
    background-color: #f5f5f5;
    padding-top: 10px;
    padding-bottom: 10px;
    position: absolute;
    top: 0;
  }

  .nav-menu {
    color: #0000;
  }

  .nav-link.dropdown {
    color: #000000b3;
    -webkit-text-stroke-color: #000000b3;
    -webkit-text-stroke-color: #000000b3;
  }

  .about-card {
    justify-content: center;
    height: 90%;
    padding-bottom: 7rem;
  }

  .ui-image {
    object-fit: cover;
    height: 500px;
    margin-bottom: 20px;
  }

  .slider-home, .slide-home-nav {
    display: block;
  }

  .slider-home-mask {
    overflow: hidden;
  }

  .section-cta.space.contact-page {
    background-color: #140f10;
  }

  .cta-wrapper {
    background-image: url("https://cdn.prod.website-files.com/646cfd44bd9b2bed6473fd13/65c5b74262c462ec3f6bc3ac_contact-form-bg.jpg");
    background-position: 0%;
    background-size: cover;
  }

  .cta-wrapper.about {
    background-image: none;
    background-repeat: repeat;
    background-size: auto;
    box-shadow: 0 4px 30px #0000001a;
  }

  .cta-content {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .contact-wrapper.wrap {
    flex-wrap: nowrap;
  }

  .cta-image {
    grid-row-gap: 2rem;
  }

  .cta-contact-wrapper {
    display: flex;
  }

  .product-info {
    margin-top: 0;
    padding-top: 10px;
  }

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

  .section-collection-hero {
    display: block;
  }

  .collection-hero-wrapper {
    background-size: cover;
  }

  .collection-hero-wrapper.quartz {
    background-image: none;
    background-size: auto;
    padding: 5rem 0;
  }

  .collection-hero-wrapper.porcelain {
    background-image: none;
    background-size: auto;
    padding-left: 0;
    padding-right: 0;
  }

  .collection-hero-wrapper.lapitec {
    background-image: none;
    background-size: auto;
    padding: 5rem 0;
  }

  .collection-hero-wrapper.natural-stone {
    background-image: none;
    background-repeat: repeat;
    background-size: auto;
    padding: 7rem 0;
  }

  .hero-content {
    max-width: 45rem;
  }

  .filter-form {
    flex-direction: column;
    display: flex;
  }

  .filter-accordian-wrapper {
    padding-top: 0;
    padding-bottom: 0;
  }

  .to-hide {
    display: none;
  }

  .product-image-main.product-image {
    height: 400px;
  }

  .individual-product-image {
    text-align: left;
    justify-content: flex-start;
    align-items: stretch;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .specs-wrapper.technical-specification {
    text-align: center;
    text-align: center;
    background-color: #000;
    justify-content: center;
    align-self: auto;
    align-items: center;
  }

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

  .image-2 {
    margin-top: -21px;
  }

  .image-3 {
    text-align: center;
    width: 150px;
    height: auto;
    margin-bottom: 0;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 0;
    display: block;
  }

  .image-stand {
    margin-top: -52px;
  }

  .div-block-pacific {
    background-color: #ea964200;
    background-image: url("https://cdn.prod.website-files.com/646cfd44bd9b2bed6473fd13/66dd39d7079776ced598f63e_quartz-bg.jpg");
    background-position: 50%;
    background-size: cover;
  }

  .div-block-2 {
    flex-flow: row;
    justify-content: center;
    align-items: center;
  }

  .div-block-3 {
    align-self: auto;
    width: 50%;
    padding-right: 40px;
  }

  .div-block-4 {
    width: 60%;
    padding-top: 60px;
  }

  .heading, .text-block {
    text-align: left;
  }

  .div-block-5 {
    margin-top: 20px;
    margin-bottom: 40px;
  }

  .image-9 {
    object-fit: cover;
    height: 450px;
    margin-top: -5rem;
  }

  .div-block-7 {
    width: 60%;
  }

  .bold-text-2.about-bold-text-2 {
    color: #fff;
  }

  .bold-text-3, .bold-text-4 {
    color: var(--dark-gray);
  }

  .text-block-2.about-text-block-2 {
    color: #fff;
  }

  .div-block-11 {
    background-color: #f5f5f5;
    padding-top: 75px;
    padding-bottom: 75px;
  }

  .image-12 {
    height: 450px;
  }

  .div-block-20 {
    background-color: #2e2e2e;
    padding-top: 75px;
    padding-bottom: 75px;
  }

  .div-block-22 {
    background-color: #140f10;
  }

  .div-block-23 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .div-block-24 {
    background-color: #fff;
    width: 100%;
    height: 1px;
    margin-top: 20px;
    margin-bottom: 20px;
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .div-block-25 {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .image-15 {
    object-fit: cover;
    height: 600px;
  }

  .div-block-26 {
    background-color: #140f10;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    padding-top: 60px;
    padding-bottom: 100px;
    padding-right: 0;
    display: flex;
  }

  .text-block-6 {
    color: #fff;
    text-align: center;
    padding-left: 140px;
    padding-right: 140px;
  }

  .div-block-27 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .bold-text-8 {
    color: #ea9642;
    font-size: 1.5rem;
  }

  .bold-text-8.about-bold-text-8 {
    color: var(--dark-gray);
  }

  .bold-text-9 {
    color: #fff;
    text-align: center;
    font-size: 2.5rem;
    line-height: 1;
  }

  .heading-9 {
    padding-bottom: 15px;
  }

  .image-16, .image-17, .image-18 {
    display: none;
  }

  .text-block-8 {
    text-align: left;
    justify-content: flex-end;
    align-items: stretch;
    margin-left: auto;
    margin-right: 0;
    display: block;
  }

  .text-block-9 {
    color: var(--dark-gray);
    margin-top: 20px;
    margin-left: auto;
    font-size: 2.5rem;
    font-weight: 700;
  }

  .div-block-32 {
    display: flex;
  }

  .link-block {
    color: var(--slate-grey);
    text-decoration: none;
  }

  .link-block-2 {
    color: #6f7281;
    text-decoration: none;
  }

  .paragraph-2 {
    color: var(--black-2);
  }

  .paragraph-3, .quartz-description, .heading-12 {
    color: #fff;
  }

  .heading-13 {
    color: #fff;
    background-color: #fff0;
  }

  .paragraph-4 {
    color: #fff;
  }

  .heading-14 {
    color: #000;
    text-align: center;
    justify-content: center;
    margin-top: 0;
    margin-bottom: 60px;
    font-size: 3rem;
  }

  .paragraph-5 {
    color: #fff;
  }

  .image-19 {
    padding: 2rem;
    display: block;
  }

  .image-20 {
    display: none;
  }

  .section-badges {
    background-color: #000;
    background-image: url("https://cdn.prod.website-files.com/646cfd44bd9b2bed6473fd13/65c57c166c7b097393809b29_footer-bg.jpg");
    background-position: 0 0;
    background-size: cover;
    background-attachment: scroll;
  }

  .container {
    max-width: none;
  }

  .badges-container {
    justify-content: space-between;
    width: 60%;
    padding-top: 2rem;
    padding-bottom: 2rem;
    display: flex;
  }

  .badges-hold {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    text-align: center;
    flex-direction: column;
    flex: 0 auto;
    order: 0;
    align-self: auto;
    align-items: center;
    width: auto;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .badges-title {
    color: #fff;
    font-size: .9rem;
    font-weight: 500;
    line-height: 1.2;
  }

  .badges-icon {
    width: 45px;
  }

  .badges-line {
    background-color: #fff;
    width: 1px;
    max-width: 2px;
    height: auto;
    padding-bottom: 0;
    padding-right: 0;
  }

  .header-line {
    background-color: #fff;
    width: 150px;
    height: 1px;
    margin-top: 10px;
    margin-bottom: 10px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .div-block-34 {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
    flex-flow: row;
    justify-content: center;
    display: flex;
  }

  .container-2 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: row;
    max-width: 980px;
    display: flex;
  }

  .paragraph-6 {
    font-weight: 400;
  }

  .section-2 {
    background-color: var(--black-2);
    -webkit-text-fill-color: inherit;
    background-clip: border-box;
    font-weight: 700;
  }

  .paragraph-7 {
    color: #fff;
    text-align: left;
    margin-bottom: 20px;
  }

  .bold-text-11 {
    text-align: left;
    padding-right: 40px;
    font-size: 1.5rem;
  }

  .div-block-35 {
    flex-flow: column;
    align-items: center;
    width: 100%;
    display: flex;
  }

  .bold-text-12 {
    color: #fff;
    text-align: center;
  }

  .container-3 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: column;
    place-content: center;
    width: 100%;
    display: grid;
  }

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

  .paragraph-8 {
    color: #fff;
    text-align: center;
  }

  .heading-16 {
    color: #fff;
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .quick-stack {
    padding: 0;
  }

  .cell-2 {
    justify-content: flex-start;
    align-items: center;
  }

  .container-4 {
    width: 100%;
  }

  .div-block-36 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    order: 0;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: column;
    place-content: start;
    align-self: auto;
    place-items: start center;
    width: 100%;
    display: grid;
  }

  .div-block-37 {
    flex-flow: column;
    align-items: center;
    display: flex;
  }

  .image-21, .image-22, .image-23 {
    object-fit: cover;
    height: 150px;
  }

  .quartz-section-resources {
    background-color: #2e2e2e;
    padding-bottom: 40px;
  }

  .resources-hold {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
    background-color: #2e2e2e;
    border-bottom: 1px solid #999;
    border-left: 0 #999;
    border-right: 1px #999;
    flex-flow: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: row;
    align-content: center;
    align-items: center;
    margin-bottom: 0;
    padding: 40px 20px;
    display: grid;
  }

  .resources-cont-hold {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    flex-flow: column;
    display: flex;
  }

  .resources-title {
    color: #fff;
    text-align: left;
    font-size: 2rem;
    font-weight: 700;
    text-decoration: none;
  }

  .resources-cont {
    color: #fff;
    text-align: left;
  }

  .resources-hold-img {
    width: 50%;
  }

  .link-block-3, .link-block-4 {
    text-decoration: none;
  }

  .link-block-5 {
    text-align: left;
    text-decoration: none;
  }

  .link-block-6, .link-block-7, .link-block-8 {
    text-decoration: none;
  }

  .section-3 {
    background-image: url("https://cdn.prod.website-files.com/646cfd44bd9b2bed6473fd13/66dd39d7079776ced598f63e_quartz-bg.jpg");
    background-position: 0 0;
    background-size: auto;
    margin-top: 80px;
    padding-top: 60px;
    padding-bottom: 100px;
    padding-right: 0;
  }

  .container-5 {
    width: 100%;
    max-width: 80em;
  }

  .heading-18 {
    color: #fff;
    margin-bottom: 20px;
    font-size: 3rem;
    font-weight: 700;
  }

  .paragraph-9 {
    color: #fff;
  }

  .image-26 {
    width: 60%;
    margin-top: 20px;
    display: none;
  }

  .div-block-38 {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
    text-align: center;
    flex-flow: row;
    align-items: center;
    width: 100%;
    max-width: 80rem;
    display: flex;
  }

  .container-6 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    max-width: 100%;
    display: flex;
  }

  .section-4 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    padding-bottom: 0;
    display: flex;
  }

  .paragraph-10 {
    text-align: center;
    width: 100%;
    margin-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    font-size: 1.2rem;
  }

  .new-badge-container {
    grid-column-gap: 100px;
    grid-row-gap: 100px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    width: 100%;
    max-width: 80rem;
    display: grid;
  }

  .new-badge-container.second-container {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    place-content: start;
    place-items: center;
  }

  .container-7 {
    border-bottom: 1px solid #4b4b4b;
    width: 100%;
    max-width: 1280px;
    margin-bottom: 40px;
    padding-bottom: 40px;
  }

  .new-badge-hold {
    display: block;
  }

  .section-5 {
    background-image: url("https://cdn.prod.website-files.com/646cfd44bd9b2bed6473fd13/66dec6908ccf3c1996dbdce9_quartz-bg.png");
    background-position: 50%;
    background-size: cover;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .section-5.quartz-page-stone-details-hold {
    padding-top: 60px;
  }

  .container-8 {
    width: 100%;
    max-width: 1280px;
  }

  .image-27 {
    object-fit: contain;
    height: 450px;
    padding-top: 60px;
  }

  .slide-nav {
    display: none;
  }

  .product-item-info-hold {
    flex-flow: column;
    align-items: center;
    padding-left: 20px;
    padding-right: 20px;
  }

  .image-28 {
    margin-top: -40px;
  }

  .product-imge-hold {
    width: 100%;
    padding-right: 20px;
  }

  .product-info-hold {
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
    flex-flow: row;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    margin-top: 50px;
    margin-bottom: 50px;
    padding: 80px 0;
  }

  .product-info-list {
    text-align: center;
    border-bottom-style: none;
    border-bottom-width: 0;
    flex-flow: column;
  }

  .product-description {
    text-align: center;
  }

  .div-block-41 {
    justify-content: center;
    margin-top: 40px;
    margin-bottom: 20px;
  }

  .div-block-42 {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
    flex-flow: column;
  }

  .product-section-images {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .image-29 {
    object-fit: cover;
  }

  .div-block-43 {
    flex-flow: row;
    justify-content: center;
    display: flex;
  }

  .image-30 {
    margin-top: -53px;
  }

  .related-hold {
    width: 100%;
  }

  .empty-state, .empty-state-2 {
    display: none;
  }

  .div-block-47 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: column;
    order: 0;
    width: 100%;
    max-width: 80rem;
    display: flex;
  }

  .heading-19 {
    font-size: 2rem;
  }

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

  .div-block-49 {
    justify-content: center;
  }

  .button-3 {
    color: #122833;
    background-color: #fff;
    border: 2px solid #122833;
    padding: 15px 25px;
    font-weight: 700;
  }

  .paragraph-11 {
    color: #122833;
    text-align: center;
    font-size: 2rem;
    font-weight: 700;
  }

  .fa-cms-filter-container.fa-hide-cms-filter {
    padding: 0;
  }

  .fa-cms-filter-title-wrapper-4 {
    padding-bottom: 10px;
  }

  .fa-cms-filters-result-count-5 {
    margin-bottom: 20px;
    padding-top: 5px;
  }

  .fa-cms-filter-result-items-wrapper {
    width: 80%;
  }

  .flowappz-hide-leftba-6839d01ad3406cb61972797b-a6c48360-d4e8-0770-16e2-39815de22821 {
    width: 20%;
  }

  .home-slab-hold {
    width: 200px;
    height: 100%;
  }

  .hero-video-bg {
    height: 100%;
  }

  .home-slab-text {
    color: #000;
    border-top: 1px solid #b3b3b3;
    margin-top: 10px;
    padding-top: 20px;
  }

  .link-block-10, .link-block-11, .link-block-12, .link-block-13, .link-block-14 {
    text-decoration: none;
  }

  .section-9 {
    padding-top: 75px;
    padding-bottom: 75px;
  }

  .container-14 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    max-width: 1280px;
    display: flex;
  }

  .div-block-58 {
    width: 40%;
    display: flex;
  }

  .container-15 {
    border-bottom: 1px solid silver;
    max-width: 1280px;
    margin-bottom: 20px;
    padding-bottom: 20px;
  }

  .heading-26 {
    font-size: 2.5rem;
  }

  .div-block-59 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    width: 60%;
    padding-top: 40px;
    padding-bottom: 40px;
    padding-right: 40px;
    display: flex;
  }

  .text-block-19 {
    color: #fff;
    text-align: center;
  }

  .div-block-60 {
    background-color: #000;
    flex-flow: column;
    align-items: center;
    padding: 20px;
    display: flex;
  }

  .heading-29 {
    color: #fff;
    text-align: center;
    text-transform: uppercase;
  }

  .container-16 {
    flex-flow: column;
    align-items: center;
    max-width: 1280px;
    margin-top: 40px;
    display: flex;
  }

  .code-embed-2 {
    width: 850px;
  }

  .div-block-61 {
    flex-flow: column;
    align-items: center;
    margin-bottom: 20px;
    display: flex;
  }

  .image-35 {
    vertical-align: baseline;
    object-fit: cover;
    border-style: none;
    margin-bottom: 40px;
    display: inline-block;
  }

  .bold-text-16 {
    font-size: 1.3rem;
  }

  .default-state {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    flex-flow: row;
    justify-content: center;
    display: flex;
  }

  .div-block-63 {
    flex-flow: column;
  }

  .add-to-cart-button {
    background-color: #17181a;
    padding: 10px 25px;
  }

  .heading-31 {
    color: #000;
    margin-top: 0;
    font-size: 3rem;
  }

  .heading-32 {
    font-size: 1.75rem;
  }

  .heading-33 {
    color: #000;
    text-align: center;
    margin-bottom: 20px;
    font-size: 2.5rem;
    font-weight: 700;
  }

  .div-block-64 {
    padding-top: 5rem;
  }

  .image-36 {
    border-bottom-style: none;
    border-left-style: none;
    border-right-style: none;
  }

  .div-block-67 {
    margin-top: 60px;
  }

  .heading-34 {
    text-align: center;
    font-size: 2rem;
  }

  .container-17 {
    margin-bottom: 40px;
  }

  .paragraph-20 {
    text-align: center;
  }

  .div-block-69 {
    text-transform: uppercase;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: .8rem;
    font-weight: 700;
  }

  .div-block-70 {
    width: 100%;
  }

  .paragraph-22 {
    color: #fff;
  }

  .flex-block {
    flex-flow: column;
  }

  .div-block-71 {
    display: none;
  }

  .natural-stone-hero {
    padding-top: 60px;
  }

  .career-heading-1 {
    color: #fff;
  }

  .career-line {
    background-color: #fff;
    width: 150px;
    height: 2px;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .paragraph-23 {
    color: #fff;
  }

  .div-block-75 {
    width: 40%;
    padding-top: 40px;
    padding-bottom: 20px;
  }

  .image-41 {
    display: none;
  }

  .link-block-15 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    background-color: #191d20;
    border-radius: 5px;
    padding: 10px 20px;
    display: flex;
  }

  .text-block-24 {
    color: #fff;
  }

  .image-42 {
    width: 25px;
  }

  .background-video {
    z-index: 10;
    width: 100%;
    height: 340px;
    margin-bottom: 0;
  }

  .section-10 {
    padding-top: 140px;
  }

  .section-11 {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .thank-you-card-hold {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    flex-flow: column;
    align-items: center;
    padding-bottom: 25px;
    padding-left: 25px;
    padding-right: 25px;
    display: flex;
  }

  .image-43 {
    width: 75px;
  }

  .paragraph-26 {
    color: #fff;
    text-align: center;
  }

  .paragraph-27 {
    color: #b8b8b8;
  }

  .heading-38 {
    color: #fff;
    text-transform: uppercase;
    font-size: 2rem;
    font-weight: 700;
  }

  .columns {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: row;
    display: flex;
  }

  .container-20 {
    max-width: 1100px;
    margin-top: 20px;
  }

  .div-block-80, .div-block-81 {
    width: 50%;
  }

  .heading-39 {
    text-align: center;
  }

  .bold-text-17 {
    font-size: 2.5rem;
  }

  .prcoess-heading {
    margin-bottom: 20px;
  }

  .div-block-82 {
    flex-flow: row;
    display: flex;
  }

  .div-block-83 {
    width: 50%;
    padding-right: 40px;
  }

  .div-block-84 {
    width: 50%;
  }

  .bold-text-18 {
    color: #fff;
    font-size: 2rem;
  }

  .div-block-85 {
    padding-top: 60px;
    padding-bottom: 60px;
    display: flex;
  }

  .div-block-87 {
    width: 50%;
    padding-left: 40px;
  }

  .bold-text-19 {
    font-size: 2rem;
  }

  .div-block-88 {
    width: 50%;
  }

  .text-block-29 {
    color: #fff;
  }

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

  .div-block-90 {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
    width: 100%;
    padding-right: 0;
  }

  .div-block-91 {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
    background-color: #fff;
    flex-flow: row;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding: 35px;
    display: flex;
  }

  .bold-text-20 {
    font-size: 2rem;
  }

  .heading-42 {
    margin-top: 0;
    font-size: 2rem;
  }

  .bold-text-21 {
    font-size: 2rem;
  }

  .heading-43 {
    margin-top: 0;
    font-size: 2rem;
  }

  .div-block-92 {
    background-color: #f5f5f5;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .image-48 {
    display: none;
  }

  .div-block-93 {
    display: flex;
  }

  .div-block-94 {
    width: 50%;
  }

  .div-block-95 {
    flex-flow: column;
    order: 0;
    justify-content: center;
    align-items: center;
    width: 50%;
    padding-left: 40px;
    display: flex;
  }

  .image-49 {
    object-fit: cover;
    width: 100%;
    height: 450px;
  }

  .bold-text-22, .heading-44, .bold-text-23 {
    font-size: 2rem;
  }

  .div-block-97 {
    justify-content: center;
    align-items: center;
    padding-bottom: 60px;
    padding-left: 4rem;
    padding-right: 4rem;
    display: flex;
  }

  .div-block-98 {
    width: 50%;
  }

  .div-block-99 {
    width: 50%;
    padding-right: 40px;
  }

  .heading-45 {
    font-size: 2rem;
  }

  .text-block-34 {
    color: #fff;
    text-align: center;
  }

  .bold-text-24 {
    color: #fff;
  }

  .div-block-100 {
    display: flex;
  }

  .div-block-101 {
    width: 50%;
    padding-right: 40px;
    display: block;
  }

  .div-block-102 {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    background-color: #fff;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 50%;
    margin-left: auto;
    margin-right: auto;
    padding: 35px;
    display: flex;
  }

  .heading-46 {
    font-size: 2rem;
  }

  .div-block-103 {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
    justify-content: center;
    margin-top: 25px;
    display: flex;
  }

  .image-51 {
    margin-top: 20px;
  }

  .button-6 {
    background-color: #000;
    padding: 15px 25px;
  }

  .heading-47 {
    font-size: 2rem;
  }

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

  .button-7 {
    background-color: var(--gainsboro);
    color: #000;
    padding: 15px 25px;
  }

  .div-block-104, .div-block-105, .div-block-106, .div-block-107, .div-block-109, .div-block-110 {
    width: 50%;
  }
}

@media screen and (min-width: 1440px) {
  .text-size-small.text-weight-semibold {
    font-weight: 400;
  }

  .text-size-tiny {
    font-size: 1.2rem;
    font-weight: 700;
  }

  .padding-section-medium {
    text-align: left;
    padding-top: 3rem;
  }

  .padding-section-medium.quartz-page-intro-hold {
    align-self: center;
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .container-large {
    text-align: center;
  }

  .heading-style-h3.text-color-orange {
    text-transform: uppercase;
    text-transform: uppercase;
  }

  .text-size-medium.text-weight-medium.main-application {
    font-size: 1.5rem;
    font-weight: 700;
  }

  .text-size-medium.text-weight-medium.product-info-title {
    font-size: 1rem;
    font-weight: 700;
  }

  .padding-global.product-page-natural-stone {
    background-image: url("https://cdn.prod.website-files.com/646cfd44bd9b2bed6473fd13/6907e06625d3d4f912e1bc86_naturone-hero-bg.jpg");
  }

  .padding-global.about-section {
    padding-top: 0;
  }

  .padding-global.career-page-hero {
    background-image: url("https://cdn.prod.website-files.com/646cfd44bd9b2bed6473fd13/68748442803e8ed1faf5f2db_career-page-bg.jpg");
    background-position: 50%;
    background-repeat: repeat;
    background-size: cover;
  }

  .main-wrapper {
    padding-top: 0;
    padding-bottom: 0;
  }

  .text-style-allcaps {
    color: var(--black-2);
  }

  .section-hero {
    background-color: #000;
    background-image: linear-gradient(#00000040, #00000040), url("https://cdn.prod.website-files.com/646cfd44bd9b2bed6473fd13/6855c97c0151b6c83bc6664e_luxcore-hero-2.png");
    background-position: 0 0, 50%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
    background-attachment: scroll, scroll;
  }

  .text-color-light.text-size-large {
    color: #ffffffb3;
  }

  .ui-image {
    object-fit: cover;
    max-width: none;
    height: 500px;
  }

  .cta-content {
    background-color: #201e1c00;
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .cta-form {
    color: #fff;
  }

  .input-field {
    color: var(--black-2);
  }

  .about-image-wrapper {
    margin-bottom: 20px;
  }

  .about-hero-content {
    align-items: flex-start;
  }

  .filter-component {
    display: block;
  }

  .product-image {
    object-fit: cover;
    height: 225px;
  }

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

  .product-size-wrapper {
    align-items: center;
  }

  .section-collection-hero {
    display: block;
  }

  .collection-hero-wrapper.natural-stone {
    padding-top: 9rem;
    padding-bottom: 9rem;
  }

  .product-image-main.product-image {
    height: 450px;
  }

  .individual-product-image {
    width: 100%;
    position: relative;
  }

  .nav-dropdown-list {
    display: none;
  }

  .image-stand {
    margin-top: -52px;
  }

  .image-stand.product-image {
    width: 600px;
    height: 300px;
  }

  .div-block-3 {
    flex-flow: column;
    padding-right: 0;
    display: flex;
  }

  .bold-text {
    text-align: left;
    font-size: 2rem;
  }

  .heading {
    padding-right: 40px;
  }

  .image-9 {
    object-fit: cover;
    height: 450px;
    margin-top: -5rem;
    padding-right: 40px;
  }

  .div-block-6 {
    padding-top: 0;
    padding-right: 0;
  }

  .div-block-7 {
    width: 60%;
  }

  .div-block-8 {
    margin-bottom: 20px;
  }

  .image-11 {
    object-fit: cover;
    height: 300px;
  }

  .image-12 {
    height: 450px;
  }

  .div-block-26 {
    background-color: #140f10;
  }

  .text-block-6 {
    color: #fff;
  }

  .bold-text-9 {
    color: #fff;
    background-color: #fff0;
  }

  .heading-14 {
    color: #000;
    text-align: center;
    justify-content: center;
    margin-top: 0;
    margin-bottom: 60px;
    font-size: 3rem;
  }

  .paragraph-5 {
    color: #000;
    font-size: 1.5rem;
  }

  .badges-container {
    width: 50%;
    margin-top: 100px;
  }

  .header-line {
    background-color: #000;
  }

  .div-block-33 {
    flex-flow: column;
    align-items: center;
    padding-top: 60px;
    display: flex;
  }

  .div-block-34 {
    box-sizing: border-box;
    grid-column-gap: 25px;
    grid-row-gap: 25px;
    aspect-ratio: auto;
    object-fit: contain;
    justify-content: center;
    width: 100%;
    margin-top: 20px;
    display: flex;
    position: static;
  }

  .container-2 {
    width: 100%;
    max-width: 70rem;
  }

  .paragraph-6 {
    font-size: 1.1rem;
    font-weight: 400;
  }

  .section-2 {
    background-color: var(--light-gray);
    padding-bottom: 0;
  }

  .heading-15 {
    max-width: 80%;
    margin-bottom: 20px;
  }

  .image-26 {
    box-sizing: border-box;
    object-fit: cover;
    width: 60%;
    height: 100%;
    margin-top: 20px;
    margin-bottom: 0;
    display: none;
  }

  .div-block-38 {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    flex-flow: row;
    width: 100%;
    max-width: 90rem;
  }

  .paragraph-10 {
    width: 100%;
    margin-bottom: 0;
    font-size: 1rem;
  }

  .new-badge-container {
    grid-column-gap: 100px;
    grid-row-gap: 100px;
  }

  .container-7 {
    justify-content: center;
    align-items: center;
    max-width: 1440px;
    display: flex;
  }

  .section-5.quartz-page-stone-details-hold {
    padding-top: 60px;
  }

  .container-8 {
    justify-content: center;
    align-items: center;
    max-width: 1440px;
    display: flex;
  }

  .image-27 {
    object-fit: cover;
    height: 500px;
    padding-top: 80px;
  }

  .product-item-info-hold {
    text-align: center;
    flex-flow: column;
    align-items: center;
    padding-left: 20px;
    padding-right: 20px;
  }

  .image-28 {
    margin-top: -35px;
  }

  .product-imge-hold {
    width: 85%;
    padding-right: 20px;
  }

  .product-info-hold {
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
    flex-flow: row;
    align-items: flex-start;
    width: 100%;
    margin-top: 50px;
    margin-bottom: 50px;
    padding: 80px 0;
  }

  .div-block-40 {
    position: relative;
  }

  .product-info-list {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
    border-bottom-style: none;
    border-bottom-width: 0;
    flex-flow: column;
  }

  .product-description {
    text-align: center;
    margin-bottom: 0;
    font-size: 1.1rem;
  }

  .div-block-41 {
    justify-content: center;
    margin-top: 40px;
    margin-bottom: 20px;
  }

  .div-block-42 {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
    flex-flow: column;
    width: 75%;
  }

  .team-member-image {
    width: 270px;
    height: 270px;
    max-height: none;
  }

  .image-32 {
    width: 15px;
    height: 15px;
  }

  .rich-text-block {
    text-align: center;
    padding-right: 0;
  }

  .div-block-49 {
    justify-content: center;
  }

  .button-3 {
    color: #122833;
    background-color: #fff;
    border: 2px solid #122833;
    border-radius: 0;
    padding: 15px 25px;
    font-weight: 700;
  }

  .div-block-50 {
    width: 100%;
    margin-bottom: 20px;
  }

  .paragraph-11 {
    color: #122833;
    font-size: 2rem;
    font-weight: 700;
  }

  .fa-cms-filter-clear {
    color: #007680;
    border: 1px #000;
    text-decoration: none;
  }

  .fa-cms-filter-count-wrapper {
    margin-top: 5px;
    display: block;
  }

  .fa-cms-filter-container.fa-hide-cms-filter {
    margin-bottom: 20px;
    padding: 0;
  }

  .fa-cms-filter-title-wrapper-4 {
    border-bottom: 1px solid #000;
    width: 100%;
    margin-bottom: 0;
    padding-bottom: 10px;
  }

  .fa-checkbox-label {
    pointer-events: auto;
    cursor: pointer;
  }

  .fa-cms-filter-result-items-wrapper {
    width: 80%;
  }

  .flowappz-hide-topbar-6839d01ad3406cb61972797b-a6c48360-d4e8-0770-16e2-39815de2280d {
    display: block;
  }

  .flowappz-hide-leftba-6839d01ad3406cb61972797b-a6c48360-d4e8-0770-16e2-39815de22821 {
    width: 20%;
  }

  .flowappz-hide-search-6839d01ad3406cb61972797b-a6c48360-d4e8-0770-16e2-39815de22829, .flowappz-hide-topbar-6712123d5094d63cb62eab85-3ee7a265-bcb4-806e-eb76-3db810bbe04f {
    display: none;
  }

  .section-7 {
    display: block;
  }

  .container-12 {
    max-width: 1100px;
    display: flex;
  }

  .home-slab-hold {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: column;
    width: 200px;
    height: 100%;
    margin-bottom: 0;
    padding-bottom: 0;
    display: flex;
  }

  .hero-video-bg {
    height: 100%;
  }

  .image-33 {
    filter: drop-shadow(5px 5px 5px #0000001a);
    pointer-events: auto;
    object-fit: contain;
    width: 200px;
    max-width: 100%;
    height: 100%;
    transition: transform .5s cubic-bezier(.215, .61, .355, 1);
  }

  .image-33:hover {
    transform: scale3d(1.1, 1.1, 1.1);
  }

  .image-34 {
    width: 250px;
    height: 100%;
  }

  .home-slab-text {
    color: #000;
    text-align: center;
    border-top: 1px solid #b3b3b3;
    justify-content: center;
    width: auto;
    margin-top: 10px;
    padding-top: 20px;
    font-size: 1rem;
    font-weight: 700;
    text-decoration: none;
    display: block;
  }

  .link-block-10, .link-block-11, .link-block-12, .link-block-13, .link-block-14 {
    text-decoration: none;
  }

  .container-13 {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .section-9 {
    padding-top: 75px;
    padding-bottom: 75px;
  }

  .container-14 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    max-width: 1280px;
    display: flex;
  }

  .div-block-58 {
    width: 40%;
    display: flex;
  }

  .container-15 {
    border-bottom: 1px solid silver;
    max-width: 1280px;
    margin-bottom: 20px;
    padding-bottom: 20px;
  }

  .heading-26 {
    font-size: 2.5rem;
  }

  .div-block-59 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    width: 60%;
    padding: 40px 40px 40px 0;
    display: flex;
  }

  .heading-27 {
    font-size: 1.5rem;
    font-weight: 700;
  }

  .text-block-18 {
    width: 100%;
    font-size: 1.1rem;
    font-weight: 400;
  }

  .heading-28 {
    text-align: left;
    font-size: 1.3rem;
  }

  .text-block-19 {
    color: #fff;
    text-align: center;
    display: flex;
  }

  .div-block-60 {
    background-color: #000;
    padding: 20px;
  }

  .heading-29 {
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    font-size: 20px;
  }

  .text-block-20 {
    white-space: normal;
    word-break: normal;
  }

  .container-16 {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    max-width: 1280px;
    margin-top: 40px;
    display: flex;
  }

  .code-embed-2 {
    flex-flow: column;
    width: 850px;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
    display: flex;
    box-shadow: 0 0 15px 5px #0000000d;
  }

  .div-block-61 {
    flex-flow: column;
    align-items: center;
    margin-bottom: 20px;
    display: flex;
  }

  .heading-30, .text-block-21 {
    text-align: center;
  }

  .image-35 {
    object-fit: cover;
    border-style: none;
    margin-bottom: 40px;
  }

  .button-4 {
    background-color: #000;
    padding: 10px 25px;
    font-size: 1rem;
    font-weight: 700;
  }

  .add-to-cart {
    flex-flow: row;
    align-self: center;
    display: flex;
  }

  .default-state {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    justify-content: center;
    align-self: center;
    align-items: center;
    display: flex;
  }

  .div-block-63 {
    flex-flow: column;
    justify-content: center;
    display: flex;
  }

  .add-to-cart-button {
    background-color: #000;
    padding: 10px 25px;
  }

  .heading-31 {
    color: #000;
    margin-top: 0;
    font-size: 3rem;
  }

  .heading-32 {
    margin-top: 0;
    font-size: 1.75rem;
    font-weight: 600;
  }

  .heading-33 {
    color: #000;
    text-align: center;
    margin-bottom: 20px;
    font-size: 2.5rem;
    font-weight: 700;
  }

  .paragraph-18 {
    text-align: center;
    font-size: 1rem;
  }

  .div-block-64 {
    padding-top: 5rem;
  }

  .quantity {
    margin-bottom: 0;
  }

  .buy-now-button {
    background-color: #ea9642;
    margin-top: 0;
  }

  .image-36 {
    border-bottom-style: none;
    border-left-style: none;
    border-right-style: none;
  }

  .div-block-67 {
    margin-top: 60px;
  }

  .div-block-68 {
    text-align: center;
    flex-flow: row;
    justify-content: center;
    align-items: center;
    margin-bottom: 40px;
    padding: 40px;
    display: flex;
  }

  .heading-34 {
    text-align: center;
    font-size: 2rem;
  }

  .container-17 {
    margin-bottom: 40px;
    padding-bottom: 0;
  }

  .paragraph-20 {
    text-align: center;
  }

  .div-block-69 {
    background-color: #000;
    padding: 10px 15px;
    position: absolute;
    inset: 0% 0% auto auto;
  }

  .paragraph-21 {
    text-transform: uppercase;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
    font-size: .8rem;
    font-weight: 700;
  }

  .div-block-70 {
    width: 100%;
  }

  .paragraph-22 {
    color: #000;
    font-family: PT Serif, serif;
    font-size: 1.2rem;
  }

  .flex-block {
    flex-flow: column;
  }

  .div-block-71 {
    background-color: #191d20;
    flex-flow: column;
    justify-content: center;
    align-self: center;
    align-items: center;
    width: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
    display: none;
  }

  .text-block-23 {
    color: var(--black-2);
    text-align: center;
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .heading-35 {
    color: #fff;
  }

  .image-37 {
    object-fit: cover;
    width: 100%;
    height: 500px;
  }

  .div-block-74 {
    text-align: center;
    flex-flow: column;
    align-items: center;
    display: flex;
  }

  .natural-stone-hero {
    padding-top: 80px;
  }

  .career-heading-1 {
    color: #fff;
    text-align: left;
  }

  .career-line {
    text-align: left;
    background-color: #fff;
    width: 150px;
    height: 2px;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .paragraph-23 {
    color: #fff;
    text-align: left;
    background-color: #fff0;
  }

  .div-block-75 {
    width: 40%;
    padding-top: 40px;
    padding-bottom: 20px;
  }

  .image-41 {
    display: none;
  }

  .button-5 {
    background-color: #191d20;
  }

  .link-block-15 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    background-color: #191d20;
    border-radius: 5px;
    padding: 10px 20px;
    text-decoration: none;
    display: flex;
  }

  .text-block-24 {
    color: #fff;
    text-decoration: none;
  }

  .image-42 {
    color: #fff;
    width: 25px;
  }

  .div-block-77 {
    width: 1000px;
    height: 563px;
  }

  .background-video {
    z-index: 10;
    width: 100%;
    height: 390px;
    margin-bottom: 0;
  }

  .section-10 {
    padding-top: 140px;
  }

  .heading-36 {
    margin-bottom: 20px;
  }

  .section-11 {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .thank-you-card-hold {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    border-radius: 5px;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    margin-top: 0;
    padding-bottom: 25px;
    padding-left: 25px;
    padding-right: 25px;
    display: flex;
  }

  .image-43 {
    width: 65px;
  }

  .paragraph-26 {
    color: #fff;
    text-align: center;
  }

  .paragraph-27 {
    color: #c9c9c9;
  }

  .heading-38 {
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    font-size: 2rem;
    font-weight: 700;
  }

  .columns {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: row;
    display: flex;
  }

  .container-20 {
    max-width: 1100px;
    margin-top: 20px;
  }

  .div-block-80 {
    align-self: center;
    width: 50%;
  }

  .div-block-81 {
    width: 50%;
  }

  .heading-39 {
    font-size: 2.5rem;
  }

  .text-block-25 {
    text-align: left;
    font-size: 1.2rem;
  }

  .text-block-26 {
    text-align: left;
    font-size: 1rem;
  }

  .list-item, .list {
    color: #fff;
  }

  .prcoess-heading {
    margin-bottom: 20px;
  }

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

  .div-block-82 {
    flex-flow: row;
    justify-content: center;
    align-items: center;
    width: 100%;
    display: flex;
  }

  .div-block-83 {
    flex-flow: column;
    width: 50%;
    padding-right: 40px;
    display: flex;
  }

  .div-block-84 {
    width: 50%;
    display: flex;
  }

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

  .bold-text-18 {
    color: var(--light-gray);
    font-size: 2rem;
  }

  .div-block-85 {
    padding-top: 0;
    padding-bottom: 0;
    display: flex;
  }

  .div-block-86 {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .div-block-87 {
    justify-content: center;
    align-items: center;
    width: 50%;
    padding-left: 40px;
    display: flex;
  }

  .bold-text-19 {
    text-align: left;
    font-size: 2rem;
  }

  .heading-41, .text-block-28 {
    text-align: left;
  }

  .div-block-88 {
    width: 50%;
  }

  .text-block-29 {
    color: #fff;
    text-align: left;
  }

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

  .div-block-90 {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
    width: 100%;
    padding-right: 0;
  }

  .div-block-91 {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
    background-color: #fff;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-top: 40px;
    padding: 35px;
    display: flex;
  }

  .bold-text-20 {
    text-align: left;
    font-size: 2rem;
  }

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

  .heading-42 {
    text-align: left;
    margin-top: 0;
    font-size: 2rem;
  }

  .bold-text-21 {
    text-align: left;
    font-size: 2rem;
  }

  .heading-43 {
    text-align: left;
    margin-top: 0;
    font-size: 2rem;
  }

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

  .div-block-92 {
    background-color: #f5f5f5;
    padding-top: 75px;
    padding-bottom: 75px;
  }

  .image-46 {
    object-fit: cover;
    height: 350px;
    margin-top: 20px;
  }

  .image-47 {
    margin-bottom: 20px;
  }

  .image-48 {
    margin-top: 20px;
    display: none;
  }

  .div-block-93 {
    display: flex;
  }

  .div-block-94 {
    width: 50%;
  }

  .div-block-95 {
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    width: 50%;
    padding-left: 40px;
    display: flex;
  }

  .image-49 {
    object-fit: cover;
    width: 100%;
    height: 450px;
  }

  .bold-text-22 {
    text-align: left;
    font-size: 2rem;
  }

  .heading-44 {
    font-size: 2rem;
  }

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

  .div-block-96 {
    width: 100%;
    max-width: 80rem;
    margin-left: auto;
    margin-right: auto;
  }

  .bold-text-23 {
    font-size: 2rem;
  }

  .div-block-97 {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
    flex-flow: row;
    justify-content: center;
    align-items: center;
    padding-bottom: 60px;
    padding-left: 4rem;
    padding-right: 4rem;
    display: flex;
  }

  .image-50 {
    object-fit: cover;
    width: 100%;
    height: 400px;
  }

  .div-block-98 {
    width: 50%;
  }

  .div-block-99 {
    width: 50%;
    padding-right: 40px;
  }

  .heading-45 {
    font-size: 2rem;
  }

  .text-block-34 {
    color: #fff;
    text-align: center;
  }

  .bold-text-24 {
    color: #fff;
    font-size: 2rem;
  }

  .div-block-100 {
    display: flex;
  }

  .div-block-101 {
    width: 50%;
    padding-right: 40px;
  }

  .div-block-102 {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    background-color: #fff;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 50%;
    padding: 35px;
    display: flex;
  }

  .heading-46 {
    text-align: center;
    font-size: 2rem;
  }

  .div-block-103 {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
    justify-content: center;
    margin-top: 25px;
    display: flex;
  }

  .image-51 {
    margin-top: 20px;
  }

  .button-6 {
    background-color: #000;
    padding: 15px 25px;
  }

  .heading-47 {
    font-size: 2rem;
  }

  .button-7 {
    background-color: var(--gainsboro);
    color: #3b3b3b;
    padding: 15px 25px;
  }

  .div-block-104, .div-block-105, .div-block-106, .div-block-107 {
    width: 50%;
  }

  .div-block-108 {
    flex-flow: column;
    display: flex;
  }

  .div-block-109, .div-block-110 {
    width: 50%;
  }

  .image-52 {
    object-fit: cover;
    width: 100%;
    height: 350px;
    margin-top: 20px;
  }

  .image-53 {
    object-fit: cover;
    width: 100%;
  }

  .div-block-113 {
    padding-bottom: 40px;
  }
}

@media screen and (max-width: 991px) {
  h1 {
    font-size: 3.5rem;
  }

  h2 {
    font-size: 3rem;
  }

  .margin-xhuge {
    margin: 6rem;
  }

  .padding-vertical {
    padding-left: 0;
    padding-right: 0;
  }

  .padding-section-medium {
    margin-bottom: 0;
    padding-top: 1rem;
    padding-bottom: 0;
  }

  .padding-section-medium.remove-bottom {
    padding-top: 4rem;
    padding-bottom: 0;
  }

  .text-size-large.text-style-allcaps {
    font-size: 2rem;
  }

  .max-width-full-tablet {
    width: 100%;
    max-width: none;
  }

  .fs-styleguide_2-col {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    grid-template-columns: 1fr;
  }

  .padding-xxlarge {
    padding: 4rem;
  }

  .fs-styleguide_4-col {
    grid-template-columns: 1fr;
  }

  .spacer-xxlarge {
    padding: 4rem;
  }

  .hide-tablet {
    display: none;
  }

  .padding-xhuge {
    padding: 6rem;
  }

  .container-large {
    text-align: center;
    flex-flow: column;
    justify-content: center;
    display: flex;
  }

  .margin-xxhuge {
    margin: 8rem;
  }

  .margin-huge {
    margin: 5rem;
  }

  .fs-styleguide_section {
    grid-column-gap: 2.5rem;
    grid-template-columns: 1fr;
  }

  .spacer-96 {
    padding: 5rem;
  }

  .padding-left {
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .margin-medium {
    margin: 1.5rem;
  }

  .margin-xxlarge {
    margin: 4rem;
  }

  .margin-xlarge {
    margin: 3rem;
  }

  .margin-horizontal {
    margin-top: 0;
    margin-bottom: 0;
  }

  .padding-bottom {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .spacer-large {
    padding: 2.5rem;
  }

  .fs-styleguide_3-col {
    grid-template-columns: 1fr;
  }

  .padding-right {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
  }

  .spacer-xxhuge {
    padding: 8rem;
  }

  .margin-right {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
  }

  .padding-xlarge {
    padding: 3rem;
  }

  .padding-global {
    padding-bottom: 20px;
  }

  .padding-global.remove {
    padding-left: 0;
    padding-right: 0;
  }

  .padding-global.product-page-hero-section {
    background-image: linear-gradient(#0009, #0009), url("https://cdn.prod.website-files.com/646cfd44bd9b2bed6473fd13/65dd31c7622482246fdd9f17_lapatic-page-background-new-2.jpg");
    background-position: 0 0, 100%;
    background-size: auto, cover;
  }

  .padding-global.product-page-quartz {
    background-image: linear-gradient(#0000, #0000), url("https://cdn.prod.website-files.com/646cfd44bd9b2bed6473fd13/65dd28f163a135f9fce3a34f_quarts-page-background-new.jpg");
    background-position: 0 0, 0%;
  }

  .padding-global.product-page-porcelain {
    background-image: linear-gradient(#0009, #0009), url("https://cdn.prod.website-files.com/646cfd44bd9b2bed6473fd13/65dd4c41913fe8903f9318a9_Porcelain-page-background-new.jpg");
    background-position: 0 0, 100%;
  }

  .padding-global.product-page-natural-stone {
    background-image: linear-gradient(#0009, #0009), url("https://cdn.prod.website-files.com/646cfd44bd9b2bed6473fd13/68748442803e8ed1faf5f2db_career-page-bg.jpg");
    background-position: 0 0, 100%;
    background-size: auto, cover;
    display: none;
  }

  .padding-global.career-page-hero {
    background-image: linear-gradient(#191d20, #191d20), url("https://cdn.prod.website-files.com/646cfd44bd9b2bed6473fd13/68748442803e8ed1faf5f2db_career-page-bg.jpg");
    background-position: 0 0, 50%;
    background-size: auto, cover;
  }

  .padding-large {
    padding: 2.5rem;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .padding-top {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .spacer-xhuge {
    padding: 6rem;
  }

  .margin-left {
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0;
  }

  .padding-horizontal {
    padding-top: 0;
    padding-bottom: 0;
  }

  .fs-styleguide_heading-medium {
    font-size: 3rem;
  }

  .padding-xxhuge {
    padding: 8rem;
  }

  .margin-vertical {
    margin-left: 0;
    margin-right: 0;
  }

  .spacer-medium, .padding-medium {
    padding: 1.5rem;
  }

  .padding-section-large {
    padding-top: 8rem;
    padding-bottom: 5rem;
  }

  .spacer-xlarge {
    padding: 3rem;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .fs-styleguide_1-col {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .padding-huge {
    padding: 5rem;
  }

  .main-wrapper {
    padding-bottom: 40px;
  }

  .margin-large {
    margin: 2.5rem;
  }

  .heading-style-h1 {
    font-size: 4rem;
  }

  .text-style-allcaps {
    font-size: 2rem;
  }

  .text-style-allcaps.homepage-text-style {
    font-size: 3rem;
  }

  .section-hero {
    background-image: linear-gradient(#0000003d, #0000003d), url("https://cdn.prod.website-files.com/646cfd44bd9b2bed6473fd13/6855c97c0151b6c83bc6664e_luxcore-hero-2.png");
    background-position: 0 0, 100% 0;
    background-size: auto, auto;
  }

  .hero-content-wrapper {
    align-items: center;
  }

  .nav-menu {
    background-color: #fff;
    inset: 4.5rem 0% auto;
  }

  .menu-button.w--open {
    background-color: #fff;
  }

  .nav-link.dropdown {
    display: block;
  }

  .about-flex {
    flex-direction: column-reverse;
    align-items: flex-start;
    display: flex;
  }

  .about-card {
    text-align: center;
    justify-content: center;
    align-items: center;
    width: 90%;
    height: 100%;
    margin-top: -122px;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 4rem;
    right: 0;
  }

  .about-image {
    width: 100%;
  }

  .ui-image {
    height: 400px;
  }

  .slider-home {
    margin-top: 2rem;
  }

  .cta-wrapper.about {
    flex-direction: column;
  }

  .cta-content {
    width: 60%;
    max-width: 60%;
  }

  .cta-content._100 {
    width: 100%;
    max-width: 100%;
  }

  .cta-form-block {
    width: 100%;
  }

  .footer-wrapper {
    grid-column-gap: 2rem;
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .about-feature, .about-feature.reverse, .about-feature.reverse {
    flex-direction: column;
  }

  .about-content {
    max-width: 100%;
  }

  .tiles-features {
    grid-row-gap: 2rem;
    grid-template-columns: 1fr 1fr 1fr;
    margin-top: 2rem;
  }

  .cta-image {
    width: 100%;
  }

  .filter-component {
    grid-row-gap: 2rem;
    flex-direction: column;
    position: static;
  }

  .filter-component-left {
    width: 100%;
    max-width: 100%;
    position: static;
  }

  .product-image {
    height: 175px;
  }

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

  .collection-hero-wrapper.quartz, .collection-hero-wrapper.porcelain {
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
    padding: 0;
  }

  .collection-hero-wrapper.quartz, .collection-hero-wrapper.porcelain {
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
    padding: 0;
  }

  .collection-hero-wrapper.lapitec {
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
    padding: 0 0 1rem;
  }

  .hero-content {
    max-width: 100%;
  }

  .hero-content.porcelain {
    padding-bottom: 1rem;
  }

  .product-image-main.product-image {
    text-align: center;
    object-fit: cover;
    text-align: center;
    object-fit: cover;
  }

  .padding-section-large-2 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .certificate-wrapper {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .menu-icon {
    color: var(--black);
  }

  .specs-wrapper {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-direction: column;
  }

  .specs-detail-wrapper {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
  }

  .image-stand {
    margin-top: -52px;
  }

  .div-block-2 {
    flex-flow: wrap;
    display: flex;
  }

  .div-block-3 {
    flex-flow: column;
    align-items: center;
    width: 100%;
    padding-right: 0;
    display: flex;
  }

  .heading {
    padding-right: 0;
    font-size: 2.5rem;
  }

  .image-9 {
    height: auto;
    margin-top: 0;
  }

  .div-block-6 {
    width: 100%;
    padding-top: 0;
    padding-right: 0;
  }

  .div-block-7 {
    width: 100%;
    padding-top: 10px;
  }

  .div-block-8 {
    margin-bottom: 10px;
  }

  .div-block-11 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .div-block-13 {
    width: 100%;
  }

  .div-block-14 {
    width: 100%;
    padding-top: 20px;
    padding-right: 0;
  }

  .image-11 {
    height: auto;
  }

  .div-block-16 {
    flex-direction: column;
  }

  .div-block-17 {
    width: 100%;
    padding-right: 0;
  }

  .div-block-18 {
    width: 100%;
  }

  .image-12 {
    height: auto;
  }

  .div-block-19 {
    flex-direction: column-reverse;
    display: flex;
    position: static;
  }

  .div-block-20 {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .div-block-21 {
    width: 100%;
    padding-right: 0;
  }

  .image-13 {
    height: auto;
  }

  .div-block-23 {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .div-block-24 {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .div-block-26 {
    padding-bottom: 40px;
  }

  .bold-text-9 {
    font-size: 2rem;
  }

  .heading-9 {
    text-align: center;
    padding-bottom: 15px;
    line-height: 1;
  }

  .div-block-28 {
    padding-top: 3rem;
  }

  .div-block-29, .div-block-30, .div-block-31 {
    flex-direction: column;
  }

  .heading-10 {
    font-size: 2rem;
  }

  .image-16, .image-17, .image-18, .text-block-9 {
    display: none;
  }

  .heading-14 {
    text-align: center;
    justify-content: center;
  }

  .paragraph-5 {
    text-align: center;
  }

  .image-19 {
    display: none;
  }

  .image-20 {
    display: block;
  }

  .badges-container {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    flex-direction: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    width: 75%;
    display: grid;
  }

  .badges-icon {
    width: 40px;
  }

  .badges-line {
    display: none;
  }

  .header-line {
    flex-flow: column;
    justify-content: center;
    display: flex;
  }

  .div-block-33 {
    padding-top: 0;
  }

  .div-block-34 {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: flex;
  }

  .section-2 {
    padding-bottom: 20px;
  }

  .heading-15 {
    line-height: .8;
  }

  .div-block-36 {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .container-5 {
    padding-left: 40px;
    padding-right: 40px;
  }

  .section-4 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .paragraph-10 {
    width: 100%;
  }

  .new-badge-container {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .new-badge-container.second-container {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .section-5 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .section-5.quartz-page-stone-details-hold {
    padding-top: 60px;
  }

  .image-27 {
    height: 375px;
    padding-top: 40px;
  }

  .product-item-info-hold {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
  }

  .image-28 {
    margin-top: -23px;
  }

  .product-imge-hold {
    width: 100%;
    padding-bottom: 0;
    padding-left: 40px;
    padding-right: 40px;
  }

  .product-info-hold {
    width: 100%;
    margin-top: 50px;
    padding-top: 40px;
    padding-bottom: 40px;
    padding-left: 0;
  }

  .image-30 {
    margin-top: -55px;
  }

  .related-hold {
    width: 100%;
  }

  .div-block-46 {
    padding-bottom: 3rem;
  }

  .container-9 {
    max-width: 728px;
  }

  .team-grid {
    grid-column-gap: 40px;
  }

  .team-member-image {
    width: 190px;
    height: 190px;
  }

  .rich-text-block {
    padding-right: 20px;
  }

  .paragraph-11 {
    font-size: 1.5rem;
  }

  .fa-cms-filter-container {
    flex-flow: column;
  }

  .fa-cms-filter-result-items-wrapper {
    width: 100%;
  }

  .fa-element-wrapper-2 {
    flex-flow: column;
    padding-left: 0;
    padding-right: 0;
  }

  .flowappz-hide-leftba-6839d01ad3406cb61972797b-a6c48360-d4e8-0770-16e2-39815de22821 {
    width: 100%;
  }

  .flowappz-hide-checkbox-6839d01ad3406cb61972797b-a6c48360-d4e8-0770-16e2-39815de2282d {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    display: flex;
  }

  .bold-text-15 {
    font-size: 2rem;
    line-height: .8rem;
  }

  .section-9 {
    padding: 50px 20px;
  }

  .container-14 {
    flex-flow: column;
  }

  .div-block-58 {
    width: 100%;
  }

  .container-15 {
    padding-bottom: 10px;
  }

  .heading-26 {
    font-size: 2rem;
  }

  .div-block-59 {
    width: 100%;
    padding-top: 10px;
    padding-bottom: 20px;
    padding-right: 0;
  }

  .heading-30, .text-block-21 {
    text-align: center;
  }

  .image-35 {
    object-fit: cover;
    width: 100%;
    height: auto;
  }

  .heading-31 {
    text-align: center;
    font-size: 3rem;
  }

  .heading-32 {
    font-size: 1.5rem;
  }

  .heading-33 {
    font-size: 2rem;
  }

  .paragraph-18 {
    padding-left: 60px;
    padding-right: 60px;
  }

  .div-block-64 {
    padding-top: 3rem;
    padding-left: 20px;
    padding-right: 20px;
  }

  .div-block-70 {
    display: none;
  }

  .div-block-71 {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    background-color: #191d20;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    margin-top: 75px;
    padding-top: 80px;
    display: flex;
  }

  .text-block-23 {
    color: #fff;
    text-align: center;
    padding-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .heading-35 {
    color: #fff;
  }

  .image-37 {
    object-fit: cover;
    width: 100%;
    height: 350px;
  }

  .image-38 {
    width: 300px;
  }

  .image-39 {
    object-fit: cover;
    width: 100%;
    height: 400px;
  }

  .div-block-72 {
    background-color: #191d20;
    display: block;
  }

  .div-block-73 {
    text-align: center;
    flex-flow: column;
    align-items: center;
    padding-top: 40px;
    padding-bottom: 40px;
    display: flex;
  }

  .image-40 {
    width: 55%;
  }

  .nature-stone-logo {
    width: 35%;
  }

  .career-line {
    background-color: #fff;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .div-block-75 {
    width: 100%;
    padding-bottom: 0;
  }

  .div-block-76 {
    flex-flow: column;
    align-items: center;
    display: flex;
  }

  .image-41 {
    aspect-ratio: auto;
    object-fit: cover;
    width: 100%;
    height: 350px;
    margin-top: 10px;
    display: block;
  }

  .div-block-77 {
    height: 100%;
  }

  .background-video {
    width: 700px;
    height: 394px;
    margin-bottom: 0;
  }

  .section-10 {
    padding-top: 100px;
    padding-bottom: 60px;
  }

  .thank-you-card-hold {
    justify-content: center;
    display: flex;
  }

  .columns {
    flex-flow: column;
    align-items: center;
    display: flex;
  }

  .container-20 {
    width: 100%;
    max-width: 700px;
  }

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

  .bold-text-17 {
    font-size: 2rem;
  }

  .div-block-82 {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
    flex-flow: column;
  }

  .div-block-83 {
    width: 100%;
    padding-right: 0;
  }

  .div-block-84 {
    width: 100%;
  }

  .heading-40 {
    margin-top: 0;
  }

  .div-block-85 {
    flex-flow: column-reverse wrap;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .div-block-87 {
    width: 100%;
    padding-left: 0;
  }

  .heading-41 {
    margin-top: 0;
  }

  .div-block-88, .image-44 {
    width: 100%;
  }

  .image-45 {
    width: 100%;
    margin-top: 20px;
  }

  .div-block-90 {
    flex-flow: column;
  }

  .div-block-91 {
    flex-flow: wrap-reverse;
    margin-top: 25px;
  }

  .bold-text-20, .bold-text-21 {
    line-height: 1;
  }

  .div-block-92 {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .div-block-93 {
    flex-flow: column-reverse wrap;
  }

  .div-block-94 {
    width: 100%;
    margin-top: 20px;
    margin-bottom: 0;
  }

  .div-block-95 {
    width: 100%;
    padding-left: 0;
  }

  .div-block-97 {
    flex-flow: column;
  }

  .image-50 {
    margin-top: 20px;
  }

  .div-block-98 {
    width: 100%;
  }

  .div-block-99 {
    width: 100%;
    padding-right: 0;
  }

  .heading-45, .text-block-33 {
    text-align: center;
  }

  .div-block-100 {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
    flex-flow: column;
  }

  .div-block-101 {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
    flex-flow: column;
    width: 100%;
    padding-right: 0;
    display: flex;
  }

  .div-block-102 {
    width: 100%;
  }

  .heading-47 {
    margin-top: 0;
  }

  .div-block-104, .div-block-105, .div-block-106, .div-block-107, .div-block-109, .div-block-110, .div-block-111, .div-block-112 {
    width: 100%;
  }

  .image-info-hold {
    flex-flow: column;
    width: 100%;
  }

  .natural-stone-info-hold, .natural-stone-image-hold, .div-block-116 {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 3.25rem;
  }

  h2 {
    font-size: 2.5rem;
  }

  h3 {
    font-size: 2rem;
  }

  .margin-xhuge {
    margin: 4rem;
  }

  .padding-vertical {
    padding-left: 0;
    padding-right: 0;
  }

  .padding-section-medium {
    padding-top: 2rem;
    padding-bottom: 0;
  }

  .padding-section-medium.remove-bottom {
    padding-top: 0;
  }

  .text-size-large {
    font-size: 1.25rem;
  }

  .padding-xxlarge {
    padding: 3rem;
  }

  .fs-styleguide_section-header {
    font-size: .875rem;
  }

  .spacer-xxlarge {
    padding: 3rem;
  }

  .padding-xhuge {
    padding: 4rem;
  }

  .margin-xxhuge {
    margin: 4.5rem;
  }

  .margin-huge {
    margin: 3.5rem;
  }

  .spacer-96 {
    padding: 3.5rem;
  }

  .fs-styleguide_heading-large {
    font-size: 3rem;
  }

  .padding-left {
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .hide-mobile-landscape {
    display: none;
  }

  .margin-medium {
    margin: 1.25rem;
  }

  .margin-xxlarge {
    margin: 3rem;
  }

  .margin-xlarge {
    margin: 2rem;
  }

  .margin-horizontal {
    margin-top: 0;
    margin-bottom: 0;
  }

  .text-weight-semibold.text-style-allcaps {
    font-size: 2rem;
  }

  .heading-style-h2 {
    font-size: 2.5rem;
  }

  .padding-bottom {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .heading-style-h3 {
    font-size: 2rem;
  }

  .spacer-large {
    padding: 1.5rem;
  }

  .padding-right {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
  }

  .spacer-xxhuge {
    padding: 4.5rem;
  }

  .margin-right {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
  }

  .padding-xlarge {
    padding: 2rem;
  }

  .padding-global {
    padding-bottom: 0;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .padding-global.product-page-hero-section {
    padding-left: 20px;
    padding-right: 20px;
  }

  .padding-global.product-page-quartz {
    background-image: linear-gradient(#0009, #0009), url("https://cdn.prod.website-files.com/646cfd44bd9b2bed6473fd13/65dd28f163a135f9fce3a34f_quarts-page-background-new.jpg");
    background-position: 0 0, 100%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .padding-global.product-page-porcelain {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .padding-large {
    padding: 1.5rem;
  }

  .padding-section-small {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .padding-top {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .spacer-xhuge {
    padding: 4rem;
  }

  .max-width-full-mobile-landscape {
    width: 100%;
    max-width: none;
  }

  .margin-left {
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0;
  }

  .padding-horizontal {
    padding-top: 0;
    padding-bottom: 0;
  }

  .text-style-nowrap {
    white-space: normal;
  }

  .fs-styleguide_heading-medium {
    font-size: 2rem;
  }

  .padding-xxhuge {
    padding: 4.5rem;
  }

  .margin-vertical {
    margin-left: 0;
    margin-right: 0;
  }

  .spacer-medium, .padding-medium {
    padding: 1.25rem;
  }

  .padding-section-large {
    padding-top: 6rem;
    padding-bottom: 3rem;
  }

  .spacer-xlarge {
    padding: 2rem;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .padding-huge {
    padding: 3.5rem;
  }

  .main-wrapper {
    padding-bottom: 40px;
  }

  .margin-large {
    margin: 1.5rem;
  }

  .heading-style-h1 {
    font-size: 3.5rem;
  }

  .text-style-allcaps {
    text-align: center;
    align-self: auto;
    font-size: 3rem;
  }

  .text-style-allcaps.homepage-text-style {
    font-size: 2.5rem;
  }

  .section-hero {
    background-image: linear-gradient(#00000040, #00000040), url("https://cdn.prod.website-files.com/646cfd44bd9b2bed6473fd13/6855c97c0151b6c83bc6664e_luxcore-hero-2.png");
    background-position: 0 0, 0 0;
    background-size: auto, auto;
    padding-top: 3rem;
  }

  .hero-content-wrapper {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .text-color-light.text-size-large {
    text-align: center;
    text-align: center;
    align-self: center;
  }

  .navbar-container {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .section-about {
    margin-top: 0;
  }

  .about-card {
    padding: 3rem 2rem;
  }

  .ui-image {
    height: 250px;
  }

  .slide-bottom-content {
    max-width: 8rem;
  }

  .section-cta.space {
    padding-top: 4rem;
  }

  .cta-content {
    width: 100%;
    max-width: 100%;
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .footer-wrapper {
    grid-row-gap: 2rem;
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .footer-links-wrapper {
    grid-row-gap: .85rem;
  }

  .section-about-hero {
    padding-top: 4rem;
    padding-bottom: 20px;
  }

  .about-hero-content {
    padding-bottom: 1rem;
  }

  .about-content {
    padding: 2rem;
  }

  .tile-content {
    max-width: 90%;
  }

  .main-cl {
    grid-template-columns: 1fr;
  }

  .product-image {
    height: 150px;
  }

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

  .product-details {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    flex-flow: column;
    justify-content: flex-start;
  }

  .product-size-wrapper {
    justify-content: space-between;
  }

  .collection-hero-wrapper.quartz {
    padding-bottom: 1rem;
  }

  .collection-hero-wrapper.natural-stone {
    padding: 0 1rem;
  }

  .faq-answer {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .faq-icon {
    width: 1.75rem;
  }

  .faq-question {
    padding: 1rem 1.25rem;
  }

  .product-image-main.product-image {
    object-fit: cover;
    object-fit: cover;
    height: 225px;
  }

  .product-features {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-direction: column;
  }

  .product-feature-image {
    max-width: 100%;
  }

  .application-images-wrapper {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    flex-direction: column;
  }

  .application-image {
    width: 100%;
  }

  .padding-section-large-2 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .faq4_icon {
    width: 1.75rem;
  }

  .text-size-medium-2 {
    font-size: 1rem;
  }

  .faq-q {
    padding: 1rem 1.25rem;
  }

  .mobile-hero-ui {
    width: 100%;
    display: none;
  }

  .specs-wrapper.technical-specification {
    padding-top: 2rem;
  }

  .specs-detail-wrapper {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    flex-direction: column;
  }

  .section-legal {
    padding-top: 2rem;
  }

  .image-stand {
    margin-top: -50px;
  }

  .div-block-3 {
    padding-right: 0;
  }

  .heading {
    padding-right: 0;
    font-size: 1.8rem;
  }

  .div-block-8 {
    margin-bottom: 10px;
  }

  .heading-2 {
    margin-top: 0;
  }

  .bold-text-2 {
    font-size: 1.7rem;
  }

  .div-block-11 {
    padding-top: 10px;
  }

  .image-12 {
    margin-bottom: 20px;
  }

  .div-block-20 {
    padding-top: 40px;
    padding-bottom: 0;
  }

  .bold-text-5 {
    font-size: 1.7rem;
  }

  .bold-text-6 {
    font-size: 1.5rem;
  }

  .div-block-26 {
    padding: 20px 0;
  }

  .bold-text-9 {
    font-size: 1.7rem;
  }

  .heading-10 {
    text-align: center;
  }

  .heading-14 {
    margin-bottom: 20px;
    font-size: 2rem;
  }

  .badges-container {
    width: 100%;
  }

  .badges-title {
    text-align: center;
  }

  .div-block-34 {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .div-block-36 {
    grid-template-columns: 1fr 1fr;
  }

  .section-3 {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .container-5 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .heading-18 {
    margin-top: 0;
  }

  .paragraph-10 {
    margin-bottom: 20px;
  }

  .image-27 {
    height: auto;
    padding-top: 0;
  }

  .product-title-hold {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
  }

  .image-28 {
    margin-top: -18px;
  }

  .product-imge-hold {
    padding-left: 20px;
    padding-right: 20px;
  }

  .product-info-hold {
    flex-flow: column;
    padding-left: 20px;
    padding-right: 20px;
  }

  .product-info-list {
    border-bottom-style: solid;
    border-bottom-width: 1px;
  }

  .div-block-41 {
    flex-flow: column;
  }

  .product-section-images {
    padding-top: 10px;
    padding-bottom: 30px;
  }

  .image-29 {
    height: auto;
  }

  .div-block-43 {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .image-30 {
    margin-top: -52px;
  }

  .div-block-47 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .team-circles {
    padding: 60px 15px;
  }

  .team-grid {
    grid-template-columns: 1fr 1fr;
  }

  .collection-list {
    grid-template-columns: 1fr;
    grid-auto-flow: row;
  }

  .image-31 {
    height: auto;
  }

  .collection-item-2 {
    flex-flow: column;
  }

  .collection-item-3 {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .rich-text-block {
    padding-right: 0;
  }

  .div-block-50 {
    margin-bottom: 40px;
  }

  .fa-cms-filter-count-wrapper {
    display: none;
  }

  .fa-cms-filter-card-content-wrapper {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .fa-cms-filter-input-category-wrapper {
    margin-top: 0;
    margin-bottom: 15px;
  }

  .flowappz-hide-leftba-6839d01ad3406cb61972797b-a6c48360-d4e8-0770-16e2-39815de22821 {
    display: none;
  }

  .flowappz-hide-checkbox-6839d01ad3406cb61972797b-a6c48360-d4e8-0770-16e2-39815de2282d {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
  }

  .flowappz-cms-filter-items-grid-6839d01ad3406cb61972797b-a6c48360-d4e8-0770-16e2-39815de2285b {
    flex-flow: column;
    grid-template-rows: auto;
    grid-auto-flow: row;
    display: flex;
  }

  .section-9 {
    padding-top: 35px;
    padding-bottom: 35px;
  }

  .heading-28, .bold-text-16 {
    line-height: 1;
  }

  .heading-31 {
    text-align: center;
    font-size: 2.5rem;
  }

  .paragraph-18 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .div-block-64 {
    padding-top: 1rem;
  }

  .heading-34 {
    font-size: 1.8rem;
  }

  .div-block-69 {
    padding: 5px 10px;
    font-size: .6rem;
    font-weight: 500;
  }

  .div-block-71 {
    margin-top: 85px;
    padding-top: 80px;
  }

  .text-block-23 {
    padding-bottom: 20px;
  }

  .image-37 {
    height: 250px;
  }

  .image-38 {
    width: 275px;
  }

  .image-39 {
    height: 300px;
  }

  .image-40 {
    width: 45%;
  }

  .nature-stone-logo {
    width: 40%;
  }

  .image-41 {
    height: 250px;
  }

  .link-block-15 {
    justify-content: center;
    width: 100%;
  }

  .background-video {
    width: 500px;
    height: 281px;
  }

  .div-block-78 {
    margin-top: 100px;
  }

  .section-10 {
    padding-top: 140px;
  }

  .section-11 {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .container-20 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .bold-text-17 {
    font-size: 1.5rem;
  }

  .div-block-82 {
    padding-bottom: 20px;
  }

  .bold-text-18, .bold-text-19 {
    font-size: 1.5rem;
  }

  .image-44, .image-45 {
    height: auto;
  }

  .div-block-89 {
    grid-column-gap: 35px;
    grid-row-gap: 35px;
    flex-flow: column;
  }

  .div-block-90 {
    width: 100%;
    padding-right: 0;
  }

  .div-block-91 {
    width: 100%;
    margin-top: 0;
  }

  .bold-text-20, .heading-42, .bold-text-21, .heading-43 {
    font-size: 1.5rem;
  }

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

  .image-48 {
    margin-top: 20px;
    display: block;
  }

  .bold-text-22 {
    font-size: 1.5rem;
    line-height: 1;
  }

  .bold-text-23 {
    font-size: 1.5rem;
  }

  .div-block-97 {
    padding-bottom: 40px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .image-50 {
    height: auto;
  }

  .heading-45, .heading-46 {
    font-size: 1.5rem;
  }

  .heading-47 {
    margin-top: 0;
    font-size: 1.5rem;
  }

  .image-52 {
    height: auto;
  }

  .div-block-113 {
    padding-bottom: 60px;
  }

  .image-info-hold {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
    flex-flow: column;
    width: 100%;
    margin-top: 0;
  }

  .natural-stone-info-hold, .natural-stone-image-hold {
    width: 100%;
  }

  .div-block-116 {
    padding-left: 2em;
    padding-right: 2em;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 3rem;
  }

  h2 {
    font-size: 2.25rem;
    line-height: 1.2;
  }

  .padding-vertical {
    padding-left: 0;
    padding-right: 0;
  }

  .padding-section-medium {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .text-size-large.text-style-allcaps {
    font-size: 1rem;
  }

  .hide-mobile-portrait {
    display: none;
  }

  .padding-left {
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .max-width-full-mobile-portrait {
    width: 100%;
    max-width: none;
  }

  .margin-horizontal {
    margin-top: 0;
    margin-bottom: 0;
  }

  .text-weight-semibold.text-style-allcaps {
    font-size: 1rem;
  }

  .heading-style-h2 {
    font-size: 2.25rem;
  }

  .padding-bottom {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .padding-right {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
  }

  .margin-right {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
  }

  .padding-global {
    padding-bottom: 0;
  }

  .padding-global.product-page-quartz {
    background-image: linear-gradient(#0009, #0009), url("https://cdn.prod.website-files.com/646cfd44bd9b2bed6473fd13/65dd28f163a135f9fce3a34f_quarts-page-background-new.jpg");
    background-position: 0 0, 100%;
  }

  .padding-global.about-section-2 {
    padding-top: 0;
    padding-bottom: 20px;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .padding-top {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .margin-left {
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0;
  }

  .text-weight-light {
    font-size: 2rem;
  }

  .padding-horizontal {
    padding-top: 0;
    padding-bottom: 0;
  }

  .margin-vertical {
    margin-left: 0;
    margin-right: 0;
  }

  .padding-section-large {
    padding-bottom: 3rem;
    padding-left: 20px;
    padding-right: 20px;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .main-wrapper {
    padding-bottom: 40px;
  }

  .heading-style-h1 {
    font-size: 3rem;
  }

  .text-style-allcaps {
    margin-bottom: 0;
    font-size: 2rem;
  }

  .text-style-allcaps.homepage-text-style {
    font-size: 2rem;
  }

  .section-hero {
    background-color: #f8f8f8;
    padding-top: 2rem;
  }

  .hero-content-wrapper {
    text-align: center;
    align-items: center;
    padding-left: 0;
    padding-right: 0;
  }

  .text-color-light.text-size-large {
    font-size: 1rem;
  }

  .section-about {
    margin-top: 0;
  }

  .about-card {
    margin-top: -96px;
  }

  .ui-image {
    height: auto;
  }

  .section-slider {
    text-align: center;
  }

  .slider-home {
    padding-bottom: 4rem;
  }

  .slide-home {
    max-width: 100%;
  }

  .slide-content-absolute {
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin-top: 1rem;
    padding-left: 0;
    display: flex;
  }

  .slide-bottom-content {
    max-width: 4rem;
  }

  .cta-content {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .cta-form-block {
    width: 100%;
  }

  .cta-form {
    flex-direction: column;
    width: 100%;
    display: flex;
  }

  .field-wrapper {
    grid-row-gap: .5rem;
  }

  .header-flex {
    grid-row-gap: 2rem;
    flex-direction: column;
    align-items: center;
  }

  .line {
    height: 100%;
  }

  .section-about-hero {
    padding-bottom: 0;
  }

  .about-hero-content {
    padding-top: 2rem;
  }

  .about-content {
    padding: 1.5rem;
  }

  .tiles-features {
    font-size: .85rem;
  }

  .cta-image {
    padding: 1rem;
  }

  .product-image {
    height: 200px;
  }

  .product-info, .product-name {
    justify-content: space-between;
  }

  .product-details {
    grid-column-gap: .2rem;
    grid-row-gap: .2rem;
    flex-flow: column;
  }

  .product-details.bottom {
    grid-row-gap: 1rem;
    grid-row-gap: 1rem;
    flex-direction: column;
    margin-top: 0;
  }

  .product-size-wrapper {
    justify-content: space-between;
  }

  .product-image-main.product-image {
    object-fit: cover;
    object-fit: cover;
    height: 200px;
    max-height: 35rem;
  }

  .certificate-wrapper {
    flex-direction: column;
  }

  .certificate-image {
    max-width: 100%;
  }

  .specs-wrapper {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .image-stand {
    margin-top: -55px;
  }

  .bold-text-9 {
    text-align: center;
  }

  .div-block-28 {
    padding-top: 2rem;
  }

  .heading-14 {
    font-size: 2rem;
  }

  .badges-container {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    margin-top: 0;
    padding-bottom: 2rem;
  }

  .badges-icon {
    width: 35px;
  }

  .div-block-34 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  .heading-15 {
    font-size: 2.5rem;
  }

  .bold-text-12 {
    font-size: 2rem;
  }

  .div-block-36 {
    grid-template-columns: 1fr;
  }

  .heading-17 {
    text-align: center;
  }

  .section-3 {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .heading-18 {
    font-size: 2rem;
  }

  .paragraph-10 {
    margin-bottom: 20px;
  }

  .new-badge-container, .new-badge-container.second-container, .new-badge-container.second-container {
    grid-template-columns: 1fr 1fr;
  }

  .image-27 {
    height: auto;
    padding-top: 60px;
  }

  .image-28 {
    margin-top: -12px;
  }

  .product-info-hold {
    margin-bottom: 20px;
  }

  .div-block-40 {
    width: 100%;
  }

  .div-block-41 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }

  .div-block-42 {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    flex-flow: column;
  }

  .image-30 {
    margin-top: -54px;
  }

  .team-circles {
    padding-top: 35px;
  }

  .container-9 {
    max-width: none;
  }

  .centered-heading {
    margin-bottom: 24px;
  }

  .team-grid {
    grid-template-columns: 1fr;
  }

  .div-block-49 {
    flex-flow: column;
    align-items: center;
  }

  .div-block-50 {
    margin-bottom: 20px;
  }

  .paragraph-11 {
    font-size: 1.2rem;
  }

  .fa-element-wrapper {
    flex-flow: column;
  }

  .fa-cms-filter-container.fa-hide-cms-filter {
    margin-bottom: 0;
  }

  .fa-cms-filter-card-content-wrapper {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .fa-element-wrapper-2, .fa-element-wrapper-3 {
    flex-flow: column;
  }

  .section-9 {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .heading-26 {
    font-size: 1.5rem;
  }

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

  .image-35 {
    margin-bottom: 20px;
  }

  .bold-text-16 {
    line-height: .8rem;
  }

  .default-state {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    flex-flow: column;
    align-items: center;
  }

  .heading-33 {
    font-size: 1.5rem;
  }

  .paragraph-18 {
    padding-left: 0;
    padding-right: 0;
  }

  .heading-34 {
    font-size: 1.5rem;
  }

  .flowappz-cms-filter-items-grid-65395935878c741e860134a8-7377f3b2-e250-31ca-2a32-f415c37e0a8e {
    grid-template-rows: auto;
    display: block;
  }

  .div-block-71 {
    padding-top: 80px;
    padding-bottom: 0;
  }

  .text-block-23 {
    padding-bottom: 20px;
  }

  .image-37 {
    height: 150px;
  }

  .image-38 {
    width: 250px;
  }

  .image-39 {
    height: 225px;
  }

  .nature-stone-logo {
    width: 50%;
  }

  .image-41 {
    height: 100%;
  }

  .background-video {
    width: 300px;
    height: 169px;
  }

  .section-10 {
    padding-top: 150px;
  }

  .heading-36 {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 2rem;
  }

  .heading-39 {
    font-size: 2rem;
  }

  .prcoess-heading {
    margin-bottom: 0;
    padding-top: 20px;
  }

  .div-block-82 {
    padding-bottom: 0;
  }

  .heading-40 {
    font-size: 2rem;
    line-height: 1;
  }

  .bold-text-18 {
    line-height: 1;
  }

  .div-block-91 {
    margin-top: 0;
  }

  .image-49 {
    height: 350px;
  }

  .div-block-102 {
    padding: 25px 15px;
  }

  .heading-46 {
    font-size: 1.5rem;
  }

  .div-block-103 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: column;
  }

  .heading-47 {
    margin-top: 0;
  }

  .div-block-113 {
    padding-bottom: 20px;
  }

  .div-block-116 {
    padding-left: 1.5em;
    padding-right: 1.5em;
  }
}

#w-node-_482f78b1-7d97-6875-fd63-444fcd6f1595-cd6f1591 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_482f78b1-7d97-6875-fd63-444fcd6f159a-cd6f1591 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_482f78b1-7d97-6875-fd63-444fcd6f15a3-cd6f1591, #w-node-_482f78b1-7d97-6875-fd63-444fcd6f15aa-cd6f1591, #w-node-_482f78b1-7d97-6875-fd63-444fcd6f15af-cd6f1591 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-_482f78b1-7d97-6875-fd63-444fcd6f159a-cd6f1591 {
    justify-self: start;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_61197293-5a71-9b8b-c789-40e363a6a666-63a6a658 {
    justify-self: end;
  }

  #w-node-f7c15aa1-07b9-16dd-c912-9a741ccad37b-63a6a658 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}
