@charset "UTF-8";
/* @version 1.1 */
/*==============================================================================
	COLOUR SCHEME
==============================================================================*/
/* @version 1.1 */
/*==============================================================================
	TYPOGRAPHY - font should match your selection web font
==============================================================================*/
/* @version 1.1 */
/*==============================================================================
	COLOUR SCHEME
==============================================================================*/
/* @version 1.1 */
/*==============================================================================
	TYPOGRAPHY - font should match your selection web font
==============================================================================*/
.btn, input[type=submit], .button {
  padding: 12px 22px !important;
  text-align: center !important;
  width: max-content;
  font-weight: 400 !important;
  outline: none !important;
  font-size: 14px;
  font-style: normal;
  line-height: 16px;
  box-sizing: border-box;
  transition: 300ms all;
}
.btn span, input[type=submit] span, .button span {
  display: inline-block;
  margin-left: 10px;
}
.btn.btn-brand1, input[type=submit].btn-brand1, .button.btn-brand1 {
  background-color: rgb(175, 169, 156);
}
.btn.btn-brand1:hover, input[type=submit].btn-brand1:hover, .button.btn-brand1:hover {
  background-color: rgb(152.2067039106, 144.4972067039, 127.7932960894);
}
.btn.btn-brand2, input[type=submit].btn-brand2, .button.btn-brand2 {
  background-color: rgb(51, 48, 44);
}
.btn.btn-brand2:hover, input[type=submit].btn-brand2:hover, .button.btn-brand2:hover {
  background-color: rgb(23.6210526316, 22.2315789474, 20.3789473684);
}
.btn.btn-brand3, input[type=submit].btn-brand3, .button.btn-brand3 {
  background-color: rgb(0, 0, 0);
}
.btn.btn-brand3:hover, input[type=submit].btn-brand3:hover, .button.btn-brand3:hover {
  background-color: black;
}
.btn.btn-custom, input[type=submit].btn-custom, .button.btn-custom {
  background-color: #efefef;
}
.btn.btn-custom:hover, input[type=submit].btn-custom:hover, .button.btn-custom:hover {
  background-color: rgb(213.5, 213.5, 213.5);
}
.btn.btn-body-outline, input[type=submit].btn-body-outline, .button.btn-body-outline {
  border: 1px solid rgb(255, 255, 255);
  color: rgb(255, 255, 255);
  display: flex;
  align-items: center;
  justify-content: center;
}
.btn.btn-body-outline span, input[type=submit].btn-body-outline span, .button.btn-body-outline span {
  display: inline-block !important;
  margin-left: 10px;
  font-size: 14px !important;
  line-height: 16px !important;
}
.btn.btn-body-outline:hover, input[type=submit].btn-body-outline:hover, .button.btn-body-outline:hover {
  background-color: rgb(255, 255, 255);
  color: rgb(51, 48, 44);
}
.btn.btn-body-outline:hover span, input[type=submit].btn-body-outline:hover span, .button.btn-body-outline:hover span {
  color: rgb(51, 48, 44);
}
.btn.btn-body-outline:hover span i, input[type=submit].btn-body-outline:hover span i, .button.btn-body-outline:hover span i {
  color: rgb(51, 48, 44);
}
.btn.btn-bg-color, input[type=submit].btn-bg-color, .button.btn-bg-color {
  background-color: rgb(250, 249, 247);
  color: rgb(107, 103, 96);
}
.btn.btn-bg-color span, input[type=submit].btn-bg-color span, .button.btn-bg-color span {
  display: inline-block !important;
  margin-left: 10px;
  font-size: 14px !important;
  line-height: 16px !important;
}
.btn.btn-bg-color:hover, input[type=submit].btn-bg-color:hover, .button.btn-bg-color:hover {
  background-color: rgb(230.3846153846, 225.4615384615, 215.6153846154);
}
.btn.btn-bgcolor, input[type=submit].btn-bgcolor, .button.btn-bgcolor {
  background-color: rgb(239, 233, 226);
  color: rgb(107, 103, 96);
}
.btn.btn-bgcolor span, input[type=submit].btn-bgcolor span, .button.btn-bgcolor span {
  display: inline-block !important;
  margin-left: 10px;
  font-size: 14px !important;
  line-height: 16px !important;
}
.btn.btn-bgcolor:hover, input[type=submit].btn-bgcolor:hover, .button.btn-bgcolor:hover {
  background-color: rgb(220.8666666667, 208.0666666667, 193.1333333333);
}
.btn.btn-bgcolor:hover span, input[type=submit].btn-bgcolor:hover span, .button.btn-bgcolor:hover span {
  color: rgb(107, 103, 96);
}
.btn.btn-footerbg, input[type=submit].btn-footerbg, .button.btn-footerbg {
  background-color: rgb(213, 206, 194);
  color: rgb(107, 103, 96);
}
.btn.btn-footerbg span, input[type=submit].btn-footerbg span, .button.btn-footerbg span {
  display: inline-block !important;
  margin-left: 10px;
  font-size: 14px !important;
  line-height: 16px !important;
}
.btn.btn-footerbg:hover, input[type=submit].btn-footerbg:hover, .button.btn-footerbg:hover {
  background-color: rgb(192.2038834951, 181.7378640777, 163.7961165049);
}
.btn.btn-footerbg:hover span, input[type=submit].btn-footerbg:hover span, .button.btn-footerbg:hover span {
  color: rgb(107, 103, 96);
}

input[type=submit] {
  background-color: rgb(51, 48, 44);
  color: #fff;
  cursor: pointer;
  border: none !important;
  outline: none !important;
  -webkit-appearance: none;
}
input[type=submit]:disabled {
  background-color: rgb(165.5, 165.5, 165.5);
  cursor: not-allowed !important;
}
input[type=submit]:hover {
  background-color: rgb(152.2067039106, 144.4972067039, 127.7932960894);
}

.button {
  background-color: rgb(175, 169, 156) !important;
  color: rgb(255, 255, 255) !important;
  border-radius: 0px !important;
}
.button:hover {
  background-color: rgb(152.2067039106, 144.4972067039, 127.7932960894) !important;
}

@keyframes wiggle {
  0%, 7% {
    transform: rotateZ(0);
  }
  15% {
    transform: rotateZ(-15deg);
  }
  20% {
    transform: rotateZ(10deg);
  }
  25% {
    transform: rotateZ(-10deg);
  }
  30% {
    transform: rotateZ(6deg);
  }
  35% {
    transform: rotateZ(-4deg);
  }
  40%, 100% {
    transform: rotateZ(0);
  }
}
@keyframes fadein {
  100% {
    opacity: 1;
    transform: translateX(0%);
  }
}
#button {
  display: flex;
  background-color: rgb(175, 169, 156);
  width: 50px;
  height: 50px;
  text-align: center;
  border-radius: 100%;
  position: fixed;
  bottom: 70px;
  color: rgb(255, 255, 255);
  right: 30px;
  align-items: center;
  justify-content: center;
  transition: background-color 0.3s, opacity 0.5s, visibility 0.5s;
  opacity: 0;
  visibility: hidden;
  z-index: 1000;
  cursor: pointer;
  box-shadow: 0 4px 16px 0 rgba(0, 0, 0, 0.4);
}
#button.show {
  opacity: 1;
  visibility: visible;
}

html.page-internal body main > section {
  width: 100%;
}
html.page-internal body main > section > div.container {
  flex-flow: row;
  padding-top: 50px;
  padding-bottom: 50px;
  align-items: flex-start;
  align-content: flex-start;
}
html.page-internal body main > section > div.container main {
  flex: 1 100%;
}
html.page-internal body main > section > div.container main .content .gallery.gallery-traditional {
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-gap: 20px;
}
html.page-internal body main > section > div.container main .content .video-container {
  width: 100%;
}
html.page-internal body main > section > div.container main .parent-page-link {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  color: rgb(107, 103, 96);
  transition: all 0.3s ease-in-out;
  display: block;
  text-decoration: none;
}
html.page-internal body main > section > div.container main .parent-page-link:hover {
  color: rgb(175, 169, 156);
  transform: translateX(5px);
}
html.page-internal body main > section.brochures-section {
  padding: 100px 0px;
}
html.page-internal body main > section.brochures-section .container {
  padding: 20px !important;
}
html.page-internal body main > section.brochures-section .container .section-title {
  text-align: left;
}
html.page-internal body main > section.brochures-section .container .content-split {
  width: 100%;
}
html.page-internal body main > section.brochures-section .container .content-split .content-lhs {
  width: 440px;
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
@media only screen and (max-width: 980px) {
  html.page-internal body main > section.brochures-section .container .content-split .content-lhs {
    width: 100%;
  }
}
html.page-internal body main > section.brochures-section .container .content-split .content-lhs .arrows {
  margin-top: 10px;
  display: flex;
  gap: 5px;
}
html.page-internal body main > section.brochures-section .container .content-split .content-lhs .brochures-swiper-button-prev, html.page-internal body main > section.brochures-section .container .content-split .content-lhs .brochures-swiper-button-next {
  top: 0px;
  position: relative;
  left: 0;
  width: 30px;
  height: 30px;
  border: 1px solid rgb(51, 48, 44);
  border-radius: 100%;
  cursor: pointer;
  z-index: 10;
  color: rgb(51, 48, 44);
}
html.page-internal body main > section.brochures-section .container .content-split .content-lhs .brochures-swiper-button-prev:after, html.page-internal body main > section.brochures-section .container .content-split .content-lhs .brochures-swiper-button-next:after {
  font-size: 14px;
}
html.page-internal body main > section.brochures-section .container .content-split .content-rhs {
  width: calc(100% - 460px);
}
@media only screen and (max-width: 980px) {
  html.page-internal body main > section.brochures-section .container .content-split .content-rhs {
    width: 100%;
  }
}
html.page-internal body main > section.brochures-section .container .content-split .content-rhs {
  position: relative;
}
html.page-internal body main > section.brochures-section .container .content-split .content-rhs .swiper-wrapper .col {
  width: 100%;
}
html.page-internal body main > section.brochures-section .container .content-split .content-rhs .swiper-wrapper .col a {
  display: block;
}
html.page-internal body main > section.brochures-section .container .content-split .content-rhs .swiper-wrapper .col a:hover .image img {
  transform: scale(1.02);
}
html.page-internal body main > section.brochures-section .container .content-split .content-rhs .swiper-wrapper .col .image {
  width: 100%;
  height: auto;
  overflow: hidden;
}
html.page-internal body main > section.brochures-section .container .content-split .content-rhs .swiper-wrapper .col .image img {
  width: 100%;
  height: auto;
  transition: all 0.3s ease-in-out;
  aspect-ratio: 5/7;
  object-fit: cover;
  object-position: center;
}
html.page-internal body main > section.brochures-section .container .content-split .content-rhs .swiper-wrapper .col .content {
  margin: 20px 0px;
}
html.page-internal body main > section.brochures-section .container .content-split .content-rhs .swiper-wrapper .col .content span {
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 24px;
  font-family: "ABC Diatype Mono Semi", sans-serif;
  color: rgb(107, 103, 96);
  display: block;
  text-transform: uppercase;
}
html.page-internal body main > section.brochures-section .container .content-split .content-rhs .swiper-wrapper .col .content h3 {
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  color: rgb(51, 48, 44);
  display: block;
  margin: 10px 0px 0px;
}
html.page-internal body main > section.products-section .container main {
  width: 100%;
}
html.page-internal body main > section.products-section .container main .products {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 40px 20px;
}
@media only screen and (max-width: 1440px) {
  html.page-internal body main > section.products-section .container main .products {
    grid-template-columns: repeat(5, 1fr);
  }
}
@media only screen and (max-width: 1360px) {
  html.page-internal body main > section.products-section .container main .products {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media only screen and (max-width: 980px) {
  html.page-internal body main > section.products-section .container main .products {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media only screen and (max-width: 600px) {
  html.page-internal body main > section.products-section .container main .products {
    grid-template-columns: repeat(2, 1fr);
  }
}
html.page-internal body main > section.products-section .container main .products .product {
  position: relative;
  padding: 10px 0px 0px 10px;
  box-sizing: border-box;
  cursor: pointer;
}
html.page-internal body main > section.products-section .container main .products .product:hover .image img {
  transform: scale(0.9);
}
html.page-internal body main > section.products-section .container main .products .product .product-number {
  position: absolute;
  top: 0px;
  left: 0px;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  color: rgb(107, 103, 96);
  font-family: "ABC Diatype Mono Semi", sans-serif;
}
html.page-internal body main > section.products-section .container main .products .product .image {
  width: 100%;
  height: auto;
  overflow: hidden;
  max-width: 65%;
}
html.page-internal body main > section.products-section .container main .products .product .image img {
  width: 100%;
  height: auto;
  transition: all 0.3s ease-in-out;
}
html.page-internal body main > section.main-content-section.moulds-main-content {
  padding: 70px 0px 50px;
}
html.page-internal body main > section.main-content-section .container main .content {
  max-width: 905px;
  margin: 0 0 0 auto;
}
html.page-internal body main > section.main-content-section .container main .content-split .content-lhs, html.page-internal body main > section.main-content-section .container main .content-split .content-rhs {
  width: calc(50% - 30px);
}
@media only screen and (max-width: 980px) {
  html.page-internal body main > section.main-content-section .container main .content-split .content-lhs, html.page-internal body main > section.main-content-section .container main .content-split .content-rhs {
    width: 100%;
  }
  html.page-internal body main > section.main-content-section .container main .content-split .content-lhs.content-lhs, html.page-internal body main > section.main-content-section .container main .content-split .content-rhs.content-lhs {
    margin-bottom: 30px;
  }
}
html.page-internal body main > section.main-content-section .container main .content-split .content-lhs .content, html.page-internal body main > section.main-content-section .container main .content-split .content-rhs .content {
  padding-right: 20px;
  box-sizing: border-box;
}
html.page-internal body main > section.main-content-section .container main .content-split .content-lhs .image, html.page-internal body main > section.main-content-section .container main .content-split .content-rhs .image {
  width: 100%;
  height: auto;
  overflow: hidden;
}
html.page-internal body main > section.main-content-section .container main .content-split .content-lhs .image img, html.page-internal body main > section.main-content-section .container main .content-split .content-rhs .image img {
  width: 100%;
  height: auto;
  transition: all 0.3s ease-in-out;
  aspect-ratio: 5/7;
  object-fit: cover;
  object-position: center;
}
html.page-internal body main > section.tabs-accordion-section .container main {
  width: 100%;
}
html.page-internal body main > section.tabs-accordion-section .container main .tabs .tabs-nav {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 20px;
  list-style: none;
  padding-left: 0px;
  margin-bottom: 100px;
}
@media only screen and (max-width: 768px) {
  html.page-internal body main > section.tabs-accordion-section .container main .tabs .tabs-nav {
    grid-template-columns: 1fr 1fr;
  }
}
html.page-internal body main > section.tabs-accordion-section .container main .tabs .tabs-nav li a {
  color: rgb(175, 169, 156);
}
html.page-internal body main > section.tabs-accordion-section .container main .tabs .tabs-nav li.tab-active a {
  color: rgb(51, 48, 44);
}
html.page-internal body main > section.tabs-accordion-section .container main .terms-conditions-content {
  max-width: 1590px;
  margin: 0 auto;
}
html.page-internal body main > section.tabs-accordion-section .container main .terms-conditions-content p {
  font-size: 16px;
  line-height: normal;
  color: rgb(107, 103, 96);
}
html.page-internal body main > section.tabs-accordion-section .container main .accordion, html.page-internal body main > section.tabs-accordion-section .container main .faq-section {
  margin-bottom: 40px;
}
html.page-internal body main > section.tabs-accordion-section .container main .accordion .at-tab, html.page-internal body main > section.tabs-accordion-section .container main .accordion .top-at-tab, html.page-internal body main > section.tabs-accordion-section .container main .faq-section .at-tab, html.page-internal body main > section.tabs-accordion-section .container main .faq-section .top-at-tab {
  box-sizing: border-box;
  display: none;
}
html.page-internal body main > section.tabs-accordion-section .container main .accordion .at-tab.at-tab, html.page-internal body main > section.tabs-accordion-section .container main .accordion .top-at-tab.at-tab, html.page-internal body main > section.tabs-accordion-section .container main .faq-section .at-tab.at-tab, html.page-internal body main > section.tabs-accordion-section .container main .faq-section .top-at-tab.at-tab {
  padding: 10px 20px;
}
html.page-internal body main > section.tabs-accordion-section .container main .accordion .at-tab.at-tab .content, html.page-internal body main > section.tabs-accordion-section .container main .accordion .top-at-tab.at-tab .content, html.page-internal body main > section.tabs-accordion-section .container main .faq-section .at-tab.at-tab .content, html.page-internal body main > section.tabs-accordion-section .container main .faq-section .top-at-tab.at-tab .content {
  padding: 0px 0px 0px 70px;
}
html.page-internal body main > section.tabs-accordion-section .container main .accordion .at-tab.at-tab .content p, html.page-internal body main > section.tabs-accordion-section .container main .accordion .top-at-tab.at-tab .content p, html.page-internal body main > section.tabs-accordion-section .container main .faq-section .at-tab.at-tab .content p, html.page-internal body main > section.tabs-accordion-section .container main .faq-section .top-at-tab.at-tab .content p {
  color: rgb(107, 103, 96);
  font-size: 16px;
  line-height: normal;
}
html.page-internal body main > section.tabs-accordion-section .container main .accordion .at-tab.top-at-tab .accordion, html.page-internal body main > section.tabs-accordion-section .container main .accordion .top-at-tab.top-at-tab .accordion, html.page-internal body main > section.tabs-accordion-section .container main .faq-section .at-tab.top-at-tab .accordion, html.page-internal body main > section.tabs-accordion-section .container main .faq-section .top-at-tab.top-at-tab .accordion {
  max-width: 1490px;
  margin: 0 auto;
}
html.page-internal body main > section.tabs-accordion-section .container main .accordion .top-at-title, html.page-internal body main > section.tabs-accordion-section .container main .faq-section .top-at-title {
  margin-bottom: 20px;
}
html.page-internal body main > section.tabs-accordion-section .container main .accordion .top-at-title h2, html.page-internal body main > section.tabs-accordion-section .container main .faq-section .top-at-title h2 {
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px; /* 125% */
  text-transform: uppercase;
  color: rgb(51, 48, 44);
  margin: 0px;
}
html.page-internal body main > section.tabs-accordion-section .container main .accordion .top-at-title, html.page-internal body main > section.tabs-accordion-section .container main .faq-section .top-at-title {
  cursor: pointer;
  border-bottom: 1px solid rgb(213, 206, 194);
  background: transparent;
  position: relative;
  transition: 0.3s ease-in-out;
  padding: 15px 40px 15px 0px;
  box-sizing: border-box;
}
html.page-internal body main > section.tabs-accordion-section .container main .accordion .top-at-title h2, html.page-internal body main > section.tabs-accordion-section .container main .faq-section .top-at-title h2 {
  margin: 10px 0px;
}
html.page-internal body main > section.tabs-accordion-section .container main .accordion .top-at-title.active, html.page-internal body main > section.tabs-accordion-section .container main .faq-section .top-at-title.active {
  color: rgb(107, 103, 96);
}
html.page-internal body main > section.tabs-accordion-section .container main .accordion .top-at-title:hover::after, html.page-internal body main > section.tabs-accordion-section .container main .faq-section .top-at-title:hover::after {
  color: rgb(107, 103, 96);
}
html.page-internal body main > section.tabs-accordion-section .container main .accordion .top-at-title::after, html.page-internal body main > section.tabs-accordion-section .container main .faq-section .top-at-title::after {
  content: "+";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 10px;
  transition: all 0.3s ease;
  font-size: 18px;
  color: rgb(51, 48, 44);
  font-family: "Font Awesome 6 Pro";
}
html.page-internal body main > section.tabs-accordion-section .container main .accordion .top-at-title.active:after, html.page-internal body main > section.tabs-accordion-section .container main .faq-section .top-at-title.active:after {
  content: "-";
  font-family: "Font Awesome 6 Pro";
  color: rgb(51, 48, 44);
}
html.page-internal body main > section.tabs-accordion-section .container main .accordion .top-at-title span, html.page-internal body main > section.tabs-accordion-section .container main .faq-section .top-at-title span {
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
  color: rgb(51, 48, 44);
}
html.page-internal body main > section.tabs-accordion-section .container main .accordion .at-title, html.page-internal body main > section.tabs-accordion-section .container main .faq-section .at-title {
  cursor: pointer;
  background: transparent;
  position: relative;
  transition: 0.3s ease-in-out;
  padding: 15px 15px 15px 120px;
  box-sizing: border-box;
}
html.page-internal body main > section.tabs-accordion-section .container main .accordion .at-title h2, html.page-internal body main > section.tabs-accordion-section .container main .faq-section .at-title h2 {
  margin: 10px 0px;
}
html.page-internal body main > section.tabs-accordion-section .container main .accordion .at-title:hover::after, html.page-internal body main > section.tabs-accordion-section .container main .faq-section .at-title:hover::after {
  color: rgb(51, 48, 44);
}
html.page-internal body main > section.tabs-accordion-section .container main .accordion .at-title::after, html.page-internal body main > section.tabs-accordion-section .container main .faq-section .at-title::after {
  content: "+";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 90px;
  transition: all 0.3s ease;
  font-size: 18px;
  color: rgb(51, 48, 44);
  font-family: "Font Awesome 6 Pro";
}
html.page-internal body main > section.tabs-accordion-section .container main .accordion .at-title.active:after, html.page-internal body main > section.tabs-accordion-section .container main .faq-section .at-title.active:after {
  content: "-";
  font-family: "Font Awesome 6 Pro";
  color: rgb(51, 48, 44);
}
html.page-internal body main > section.tabs-accordion-section .container main .accordion .at-title span, html.page-internal body main > section.tabs-accordion-section .container main .faq-section .at-title span {
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  color: rgb(51, 48, 44);
}
html.page-internal body main > section.projects-categories-section .container main {
  width: 100%;
}
html.page-internal body main > section.projects-categories-section .container main .project-categories {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 40px 20px;
}
html.page-internal body main > section.projects-categories-section .container main .project-categories .col {
  display: block;
  width: 100%;
}
html.page-internal body main > section.projects-categories-section .container main .project-categories .col:hover .image img {
  transform: scale(1.02);
}
html.page-internal body main > section.projects-categories-section .container main .project-categories .col .image {
  width: 100%;
  height: auto;
  overflow: hidden;
}
html.page-internal body main > section.projects-categories-section .container main .project-categories .col .image img {
  width: 100%;
  height: auto;
  transition: all 0.3s ease-in-out;
  aspect-ratio: 5/7;
  object-fit: cover;
  object-position: center;
}
html.page-internal body main > section.projects-categories-section .container main .project-categories .col .content {
  width: 100%;
  height: auto;
}
html.page-internal body main > section.projects-categories-section .container main .project-categories .col .content h2 {
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin: 20px 0px 10px;
}
html.page-internal body main > section.projects-list-section {
  padding-bottom: 0px !important;
}
html.page-internal body main > section.projects-list-section .container main {
  width: 100%;
}
html.page-internal body main > section.projects-list-section .container main .projects {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 40px 30px;
}
html.page-internal body main > section.projects-list-section .container main .projects .col {
  display: block;
  width: 100%;
}
html.page-internal body main > section.projects-list-section .container main .projects .col:hover .image img {
  transform: scale(1.02);
}
html.page-internal body main > section.projects-list-section .container main .projects .col .image {
  width: 100%;
  height: auto;
  overflow: hidden;
}
html.page-internal body main > section.projects-list-section .container main .projects .col .image img {
  width: 100%;
  height: auto;
  transition: all 0.3s ease-in-out;
  aspect-ratio: 5/7;
  object-fit: cover;
  object-position: center;
}
html.page-internal body main > section.projects-list-section .container main .projects .col .content {
  width: 100%;
  height: auto;
  margin: 20px 0px;
}
html.page-internal body main > section.projects-list-section .container main .projects .col .content span {
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 24px;
  font-family: "ABC Diatype Mono Semi", sans-serif;
}
html.page-internal body main > section.projects-list-section .container main .projects .col .content h2 {
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin: 0px;
}
html.page-internal body main > section.search-results-section .container {
  padding-top: 0px !important;
}
html.page-internal body main > section.search-results-section .container main {
  width: 100%;
}
html.page-internal body main > section.search-results-section .container main .search-result {
  display: grid;
  grid-template-columns: 1fr 2fr 0.5fr;
  gap: 40px 30px;
  margin-bottom: 40px;
  padding-bottom: 40px;
  border-bottom: 1px solid rgb(213, 206, 194);
}
html.page-internal body main > section.search-results-section .container main .search-result:hover .image img {
  transform: scale(1.02);
}
html.page-internal body main > section.search-results-section .container main .search-result:hover h2 {
  color: rgb(175, 169, 156);
}
html.page-internal body main > section.search-results-section .container main .search-result .image {
  overflow: hidden;
}
html.page-internal body main > section.search-results-section .container main .search-result .image img {
  aspect-ratio: 3/2;
  width: 100%;
  height: auto;
  object-fit: cover;
  object-position: center;
  transition: all 0.3s ease-in-out;
}
html.page-internal body main > section.search-results-section .container main .search-result h2 {
  margin-top: 0px;
  transition: all 0.3s ease-in-out;
}
html.page-internal body main > section.block-sizes-section .container {
  padding-top: 0px !important;
}
html.page-internal body main > section.block-sizes-section .container main {
  width: 100%;
}
html.page-internal body main > section.block-sizes-section .container main .block-content {
  margin-top: 10px;
}
html.page-internal body main > section.block-sizes-section .container main .block-content p, html.page-internal body main > section.block-sizes-section .container main .block-content li {
  font-family: "ABC Diatype Mono Semi", sans-serif;
  border-bottom: 1px solid rgb(239, 233, 226);
  padding-bottom: 10px;
  margin: 10px 0px;
  font-size: 16px;
  line-height: normal;
}
html.page-internal body main > section.block-sizes-section .container main .block-content p:last-child, html.page-internal body main > section.block-sizes-section .container main .block-content li:last-child {
  border-bottom: none;
  margin-bottom: 0px;
  padding-bottom: 0px;
}
html.page-internal body main > section.block-sizes-section .container main .block-table {
  display: grid;
  grid-template-columns: repeat(5, 1fr) 40px;
  column-gap: 20px;
  container: table/inline-size;
  user-select: none;
}
html.page-internal body main > section.block-sizes-section .container main .block-table-row {
  display: grid;
  grid-template-columns: subgrid;
  grid-column: 1/7;
  text-align: center;
  align-items: center;
  cursor: pointer;
  transition: background 0.2s ease;
}
html.page-internal body main > section.block-sizes-section .container main .block-table-header,
html.page-internal body main > section.block-sizes-section .container main .block-table-body,
html.page-internal body main > section.block-sizes-section .container main .block-table-footer {
  display: grid;
  grid-template-columns: subgrid;
  grid-column: 1/7;
}
html.page-internal body main > section.block-sizes-section .container main .block-table-header.block-table-header,
html.page-internal body main > section.block-sizes-section .container main .block-table-body.block-table-header,
html.page-internal body main > section.block-sizes-section .container main .block-table-footer.block-table-header {
  background-color: rgb(239, 233, 226) !important;
}
html.page-internal body main > section.block-sizes-section .container main .block-table-header.block-table-header .block-table-row,
html.page-internal body main > section.block-sizes-section .container main .block-table-body.block-table-header .block-table-row,
html.page-internal body main > section.block-sizes-section .container main .block-table-footer.block-table-header .block-table-row {
  cursor: default;
}
html.page-internal body main > section.block-sizes-section .container main .block-with-title {
  cursor: default;
}
html.page-internal body main > section.block-sizes-section .container main .block-with-title:hover {
  background-color: transparent !important;
}
html.page-internal body main > section.block-sizes-section .container main .block-table-row-title {
  text-align: center;
  font-size: 16px;
  line-height: normal;
  font-family: "ABC Diatype Mono Semi", sans-serif;
  color: rgb(175, 169, 156);
}
html.page-internal body main > section.block-sizes-section .container main .block-table-header .block-heading {
  font-size: 18px;
  line-height: normal;
  color: rgb(107, 103, 96);
}
html.page-internal body main > section.block-sizes-section .container main .block-table-header .block-table-row:hover {
  background-color: transparent !important;
}
html.page-internal body main > section.block-sizes-section .container main .body-block-table-row {
  font-family: "ABC Diatype Mono Semi", sans-serif;
}
html.page-internal body main > section.block-sizes-section .container main .block-table-row {
  border-bottom: 1px solid rgb(239, 233, 226);
  padding: 10px 0;
  font-size: 16px;
  line-height: normal;
  transition: background-color 0.2s ease-in-out;
}
html.page-internal body main > section.block-sizes-section .container main .block-table-row:hover {
  background-color: rgb(239, 233, 226);
}
html.page-internal body main > section.block-sizes-section .container main .block-table-row .block-table-row--image {
  text-align: left;
}
html.page-internal body main > section.block-sizes-section .container main .block-table-row .block-table-row--image img {
  width: 100%;
  height: 0;
  max-height: 200px;
  interpolate-size: allow-keywords;
  transition: height 0.3s ease-out;
}
html.page-internal body main > section.block-sizes-section .container main .block-table-row--open {
  background-color: rgb(248.0666666667, 245.4666666667, 242.4333333333) !important;
}
html.page-internal body main > section.block-sizes-section .container main .block-table-row--open:hover {
  background-color: inherit;
}
html.page-internal body main > section.block-sizes-section .container main .block-table-row--open .block-table-row--image img {
  height: auto;
}
html.page-internal body main > section.block-sizes-section .container main .block-table-row--open .block-table-row--toggle i.fa-plus {
  display: none;
}
html.page-internal body main > section.block-sizes-section .container main .block-table-row--open .block-table-row--toggle i.fa-minus {
  display: inline-block;
}
html.page-internal body main > section.block-sizes-section .container main .block-table-row--toggle {
  align-self: flex-start;
}
html.page-internal body main > section.block-sizes-section .container main .block-table-row--toggle i.fa-plus {
  display: inline-block;
}
html.page-internal body main > section.block-sizes-section .container main .block-table-row--toggle i.fa-minus {
  display: none;
}
@container table (width < 700px) {
  html.page-internal body main > section.block-sizes-section .container main .block-table-header {
    display: none;
  }
  html.page-internal body main > section.block-sizes-section .container main .block-table-row {
    grid-template-columns: 1fr;
    row-gap: 2px;
    text-align: left;
    padding: 10px 0;
    cursor: auto;
  }
  html.page-internal body main > section.block-sizes-section .container main .block-table-row--image {
    order: -1;
  }
  html.page-internal body main > section.block-sizes-section .container main .block-table-row--image img {
    height: auto !important;
    max-height: 150px;
    max-width: 100%;
    transition: none !important;
  }
  html.page-internal body main > section.block-sizes-section .container main .block-table-row--description:before {
    content: "";
  }
  html.page-internal body main > section.block-sizes-section .container main .block-table-row--size:before {
    content: "Size: ";
  }
  html.page-internal body main > section.block-sizes-section .container main .block-table-row--pcs:before {
    content: "Pieces per pallet: ";
  }
  html.page-internal body main > section.block-sizes-section .container main .block-table-row--area:before {
    content: "m² per pallet: ";
  }
  html.page-internal body main > section.block-sizes-section .container main .block-table-row--toggle {
    display: none;
  }
}
html.page-internal body main > section.project-galleries-section {
  padding-bottom: 20px;
}
html.page-internal body main > section.project-galleries-section .container .project-galleries .galleries {
  width: 100%;
  margin-bottom: 70px;
}
html.page-internal body main > section.project-galleries-section .container .project-galleries .galleries:last-child {
  margin-bottom: 0px;
}
@media only screen and (max-width: 770px) {
  html.page-internal body main > section.project-galleries-section .container .project-galleries .galleries {
    display: block;
  }
}
html.page-internal body main > section.project-galleries-section .container .project-galleries .galleries .video-container {
  width: 100%;
  position: relative;
}
html.page-internal body main > section.project-galleries-section .container .project-galleries .galleries .video-container video {
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
  object-fit: cover;
  object-position: center;
}
html.page-internal body main > section.project-galleries-section .container .project-galleries .galleries .video-container .video-play-btn {
  position: absolute;
  bottom: 40px;
  left: 40px;
  z-index: 10;
}
html.page-internal body main > section.project-galleries-section .container .project-galleries .galleries .text-image-split-left {
  display: block;
}
html.page-internal body main > section.project-galleries-section .container .project-galleries .galleries .text-image-split-left .content-lhs {
  max-width: 690px;
  width: 100%;
  margin: 0;
}
html.page-internal body main > section.project-galleries-section .container .project-galleries .galleries .text-image-split-center {
  display: block;
}
html.page-internal body main > section.project-galleries-section .container .project-galleries .galleries .text-image-split-center .content-lhs {
  max-width: 800px;
  width: 100%;
  margin: 0 auto;
}
html.page-internal body main > section.project-galleries-section .container .project-galleries .galleries .text-image-split-right {
  display: block;
}
html.page-internal body main > section.project-galleries-section .container .project-galleries .galleries .text-image-split-right .content-lhs {
  max-width: 690px;
  width: 100%;
  margin: 0 0 0 auto;
}
html.page-internal body main > section.project-galleries-section .container .project-galleries .galleries .image {
  line-height: normal;
}
html.page-internal body main > section.project-galleries-section .container .project-galleries .galleries .image .image-caption {
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  color: rgb(51, 48, 44);
  margin-top: 20px;
}
html.page-internal body main > section.project-galleries-section .container .project-galleries .galleries .image img {
  width: 100%;
  height: auto;
}
html.page-internal body main > section.project-galleries-section .container .project-galleries .galleries .content {
  padding-right: 20px;
  box-sizing: border-box;
}
html.page-internal body main > section.project-galleries-section .container .project-galleries .galleries .content p {
  font-size: 20px !important;
  line-height: 25px !important;
}
html.page-internal body main > section.project-galleries-section .container .project-galleries .galleries .content p span {
  font-size: inherit !important;
  line-height: inherit !important;
}
html.page-internal body main > section.project-galleries-section .container .project-galleries .galleries .content h2 {
  font-size: 30px;
  line-height: 35px;
}
html.page-internal body main > section.project-galleries-section .container .project-galleries .galleries .content h2:first-of-type {
  margin-top: 0px;
}
html.page-internal body main > section.project-galleries-section .container .project-galleries .galleries .Click-here {
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  display: block;
  font-size: 18px !important;
  line-height: normal !important;
  color: rgb(107, 103, 96);
  margin-top: 20px;
}
html.page-internal body main > section.project-galleries-section .container .project-galleries .galleries .Click-here:hover {
  transform: translateX(5px);
}
html.page-internal body main > section.project-galleries-section .container .project-galleries .full-image {
  width: 100%;
}
html.page-internal body main > section.project-galleries-section .container .project-galleries .full-image img {
  width: 100%;
  height: auto;
  aspect-ratio: 3/2;
  object-fit: cover;
  object-position: center;
}
html.page-internal body main > section.project-galleries-section .container .project-galleries .text-image-split {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 70px;
}
html.page-internal body main > section.project-galleries-section .container .project-galleries .text-image-split .content-lhs {
  width: calc(50% - 10px);
}
html.page-internal body main > section.project-galleries-section .container .project-galleries .text-image-split .content-rhs {
  width: calc(50% - 10px);
}
html.page-internal body main > section.project-galleries-section .container .project-galleries .text-image-split .content-rhs .image {
  width: 100%;
}
html.page-internal body main > section.project-galleries-section .container .project-galleries .text-image-split .content-rhs .image img {
  width: 100%;
  height: auto;
  aspect-ratio: 5/7;
  object-fit: cover;
  object-position: center;
  transition: all 0.3s ease-in-out;
}
html.page-internal body main > section.project-galleries-section .container .project-galleries .image-four-images {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}
html.page-internal body main > section.project-galleries-section .container .project-galleries .image-four-images .col {
  width: 100%;
}
html.page-internal body main > section.project-galleries-section .container .project-galleries .image-four-images .col img {
  width: 100%;
  height: auto;
  aspect-ratio: 7/5;
  object-fit: cover;
  object-position: center;
  transition: all 0.3s ease-in-out;
}
html.page-internal body main > section.project-galleries-section .container .project-galleries .two-portrait-images {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}
html.page-internal body main > section.project-galleries-section .container .project-galleries .two-portrait-images .col {
  width: 100%;
}
html.page-internal body main > section.project-galleries-section .container .project-galleries .two-portrait-images .col img {
  width: 100%;
  height: auto;
  aspect-ratio: 5/7;
  object-fit: cover;
  object-position: center;
}
html.page-internal body main > section.blog-gallery-section .container {
  padding-top: 20px !important;
}
html.page-internal body main > section.blog-gallery-section .container .featured-image {
  margin-bottom: 70px;
}
html.page-internal body main > section.blog-gallery-section .container .featured-image img {
  width: 100%;
  height: auto;
  aspect-ratio: 7/5;
  object-fit: cover;
  object-position: center;
}
html.page-internal body main > section.blog-gallery-section .container .project-galleries .galleries {
  width: 100%;
  margin-bottom: 70px;
}
html.page-internal body main > section.blog-gallery-section .container .project-galleries .galleries:last-child {
  margin-bottom: 0px;
}
@media only screen and (max-width: 770px) {
  html.page-internal body main > section.blog-gallery-section .container .project-galleries .galleries {
    display: block;
  }
}
html.page-internal body main > section.blog-gallery-section .container .project-galleries .galleries .video-container {
  width: 100%;
  position: relative;
}
html.page-internal body main > section.blog-gallery-section .container .project-galleries .galleries .video-container video {
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
  object-fit: cover;
  object-position: center;
}
html.page-internal body main > section.blog-gallery-section .container .project-galleries .galleries .video-container .video-play-btn {
  position: absolute;
  bottom: 40px;
  left: 40px;
  z-index: 10;
}
html.page-internal body main > section.blog-gallery-section .container .project-galleries .galleries .text-image-split-left {
  display: block;
}
html.page-internal body main > section.blog-gallery-section .container .project-galleries .galleries .text-image-split-left .content-lhs {
  max-width: 690px;
  width: 100%;
  margin: 0;
}
html.page-internal body main > section.blog-gallery-section .container .project-galleries .galleries .text-image-split-center {
  display: block;
}
html.page-internal body main > section.blog-gallery-section .container .project-galleries .galleries .text-image-split-center .content-lhs {
  max-width: 800px;
  width: 100%;
  margin: 0 auto;
}
html.page-internal body main > section.blog-gallery-section .container .project-galleries .galleries .text-image-split-right {
  display: block;
}
html.page-internal body main > section.blog-gallery-section .container .project-galleries .galleries .text-image-split-right .content-lhs {
  max-width: 690px;
  width: 100%;
  margin: 0 0 0 auto;
}
html.page-internal body main > section.blog-gallery-section .container .project-galleries .galleries .image {
  line-height: normal;
}
html.page-internal body main > section.blog-gallery-section .container .project-galleries .galleries .image .image-caption {
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  color: rgb(51, 48, 44);
  margin-top: 20px;
}
html.page-internal body main > section.blog-gallery-section .container .project-galleries .galleries .image img {
  width: 100%;
  height: auto;
}
html.page-internal body main > section.blog-gallery-section .container .project-galleries .galleries .content {
  padding-right: 20px;
  box-sizing: border-box;
}
html.page-internal body main > section.blog-gallery-section .container .project-galleries .galleries .content h2 {
  font-size: 30px;
  line-height: 35px;
}
html.page-internal body main > section.blog-gallery-section .container .project-galleries .galleries .content h2:first-of-type {
  margin-top: 0px;
}
html.page-internal body main > section.blog-gallery-section .container .project-galleries .galleries .Click-here {
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  display: block;
  font-size: 18px !important;
  line-height: normal !important;
  color: rgb(107, 103, 96);
  margin-top: 20px;
}
html.page-internal body main > section.blog-gallery-section .container .project-galleries .galleries .Click-here:hover {
  transform: translateX(5px);
}
html.page-internal body main > section.blog-gallery-section .container .project-galleries .full-image {
  width: 100%;
}
html.page-internal body main > section.blog-gallery-section .container .project-galleries .full-image img {
  width: 100%;
  height: auto;
  aspect-ratio: 3/2;
  object-fit: cover;
  object-position: center;
}
html.page-internal body main > section.blog-gallery-section .container .project-galleries .text-image-split {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 70px;
}
html.page-internal body main > section.blog-gallery-section .container .project-galleries .text-image-split .content-lhs {
  width: calc(50% - 10px);
}
html.page-internal body main > section.blog-gallery-section .container .project-galleries .text-image-split .content-rhs {
  width: calc(50% - 10px);
}
html.page-internal body main > section.blog-gallery-section .container .project-galleries .text-image-split .content-rhs .image {
  width: 100%;
}
html.page-internal body main > section.blog-gallery-section .container .project-galleries .text-image-split .content-rhs .image img {
  width: 100%;
  height: auto;
  aspect-ratio: 5/7;
  object-fit: cover;
  object-position: center;
  transition: all 0.3s ease-in-out;
}
html.page-internal body main > section.blog-gallery-section .container .project-galleries .image-four-images {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}
html.page-internal body main > section.blog-gallery-section .container .project-galleries .image-four-images .col {
  width: 100%;
}
html.page-internal body main > section.blog-gallery-section .container .project-galleries .image-four-images .col img {
  width: 100%;
  height: auto;
  aspect-ratio: 7/5;
  object-fit: cover;
  object-position: center;
  transition: all 0.3s ease-in-out;
}
html.page-internal body main > section.blog-gallery-section .container .project-galleries .two-portrait-images {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}
html.page-internal body main > section.blog-gallery-section .container .project-galleries .two-portrait-images .col {
  width: 100%;
}
html.page-internal body main > section.blog-gallery-section .container .project-galleries .two-portrait-images .col img {
  width: 100%;
  height: auto;
  aspect-ratio: 5/7;
  object-fit: cover;
  object-position: center;
}
html.page-internal body main > section.brochures-section--brochures .container .brochures {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}
html.page-internal body main > section.brochures-section--brochures .container .brochures .col {
  width: 100%;
}
html.page-internal body main > section.brochures-section--brochures .container .brochures .col .image {
  width: 100%;
  height: auto;
  overflow: hidden;
}
html.page-internal body main > section.brochures-section--brochures .container .brochures .col .image img {
  width: 100%;
  height: auto;
  transition: all 0.3s ease-in-out;
  aspect-ratio: 5/7;
  object-fit: cover;
  object-position: center;
}
html.page-internal body main > section.brochures-section--brochures .container .brochures .col .content {
  margin: 20px 0px;
}
html.page-internal body main > section.brochures-section--brochures .container .brochures .col .content span {
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 24px;
  font-family: "ABC Diatype Mono Semi", sans-serif;
  color: rgb(107, 103, 96);
  display: block;
  text-transform: uppercase;
}
html.page-internal body main > section.brochures-section--brochures .container .brochures .col .content h3 {
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  color: rgb(51, 48, 44);
  display: block;
  margin: 10px 0px 0px;
}

html.project-single body main > section.full-featured-image-section .image img {
  width: 100%;
  height: auto;
}
html.project-single body main > section.project-details-section {
  padding-top: 20px;
}
html.project-single body main > section.project-details-section .container .content {
  width: 100%;
}
html.project-single body main > section.project-details-section .container .content h1 {
  margin-bottom: 70px;
}
html.project-single body main > section.project-details-section .container .content .project-breadcrumb {
  max-width: 690px;
}
html.project-single body main > section.project-details-section .container .content .project-breadcrumb .parent-page-link {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  color: rgb(107, 103, 96);
  transition: all 0.3s ease-in-out;
  display: inline;
  text-decoration: none;
}
html.project-single body main > section.project-details-section .container .content .project-breadcrumb .parent-page-link:hover {
  color: rgb(175, 169, 156);
  transform: translateX(5px);
}
html.project-single body main > section.project-details-section .container .content .project-breadcrumb span {
  color: rgb(107, 103, 96) !important;
  font-size: 16px !important;
}
html.project-single body main > section.project-details-section .container .content .project-details {
  margin-bottom: 70px;
  max-width: 500px;
}
html.project-single body main > section.project-details-section .container .content .project-details .project-info {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin-bottom: 5px;
  font-size: 16px;
  line-height: 20px;
}
html.project-single body main > section.project-details-section .container .content .project-details .project-info .title {
  width: 140px;
  color: rgb(107, 103, 96);
}
html.project-single body main > section.project-details-section .container .content .project-details .project-info .details {
  color: rgb(51, 48, 44);
  width: calc(100% - 160px);
}

#product-modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(107, 103, 96, 0.5);
  z-index: 9999;
  cursor: none;
}

#product-modal.is-cursor-visible .product-modal__cursor {
  opacity: 1;
  visibility: visible;
}

#product-modal .modal-inner,
#product-modal .close {
  cursor: auto;
}

.product-modal__cursor {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 3;
  pointer-events: none;
  opacity: 0;
  visibility: hidden;
  transform: translate(-50%, -50%);
  transition: opacity 0.2s ease, visibility 0.2s ease;
  background: rgb(255, 255, 255);
  color: rgb(51, 48, 44);
  padding: 8px 16px;
  font-family: "ABC Diatype Mono Semi", sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  white-space: nowrap;
}

#product-modal .modal-inner {
  background: #fff;
  max-width: 700px;
  margin: 80px auto 0px;
  padding: 20px;
  position: relative;
  box-sizing: border-box;
}
@media only screen and (max-width: 770px) {
  #product-modal .modal-inner {
    padding: 20px;
    width: calc(100% - 20px);
  }
}

.product-content h2 {
  font-size: 24px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  color: rgb(51, 48, 44);
  margin: 0px 0px 20px;
  border-bottom: 1px solid rgb(213, 206, 194);
  padding-bottom: 10px;
}
.product-content .content-split {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 20px;
  width: 90%;
}
.product-content .content-split .content-lhs {
  width: calc(100% - 220px);
}
.product-content .content-split .content-lhs .content {
  width: 90%;
}
.product-content .content-split .content-lhs .content p {
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  color: rgb(51, 48, 44);
  margin: 0px;
  padding: 0px;
  text-align: left;
}
.product-content .content-split .content-rhs {
  width: 200px;
}
.product-content .content-split .content-rhs .image {
  text-align: center;
}
.product-content .content-split .content-rhs .image img {
  width: 100%;
  height: auto;
  object-fit: cover;
  object-position: center;
  transition: all 0.3s ease-in-out;
  max-width: 65%;
}
.product-content .gallery {
  display: flex;
  justify-content: space-between;
  margin: 0px;
  gap: 10px;
  margin-top: 20px;
}
.product-content .gallery .image img {
  width: 100%;
  height: auto;
  max-width: 50%;
}
.product-content .gallery .image:last-child {
  text-align: right;
}

.close {
  position: absolute;
  top: 10px;
  right: 15px;
  cursor: pointer;
  color: rgb(255, 255, 255);
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px; /* 125% */
  text-transform: uppercase;
  transition: all 0.3s ease-in-out;
  min-width: 100px;
  justify-content: center;
}
.close:hover {
  color: rgb(175, 169, 156);
}
.close:hover .icon {
  border-color: rgb(175, 169, 156);
  transform: rotate(360deg);
}
.close:hover i {
  color: rgb(175, 169, 156);
}
.close .icon {
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  width: 25px;
  height: 25px;
  border: 2px solid rgb(255, 255, 255);
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 5px;
  transition: all 0.3s ease-in-out;
}

body.modal-open {
  overflow: hidden;
}