/*------------------------------------*\
RESET
\*------------------------------------*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strike, strong, sub, sup, tt, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
section, article, aside, footer, header, hgroup, nav, .h6, .h5, .h4, .h3, .h2, .h1 {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

ins {
  text-decoration: none;
}

del {
  text-decoration: line-through;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

a {
  transition: 0.2s ease-in-out;
  color: inherit;
  text-decoration: none;
}

a:hover {
  text-decoration: none;
  color: inherit;
}

ul {
  margin: 0;
}

strong {
  font-weight: bold;
}

b {
  font-weight: 400;
}

i {
  font-style: italic;
}

button {
  border: none;
  background: none;
}

textarea {
  resize: none;
}

input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  border-radius: 0;
}

div::-webkit-scrollbar {
  width: 0 !important;
}

div {
  overflow: -moz-scrollbars-none;
}

div {
  -ms-overflow-style: none;
}

button:focus {
  outline: none;
}

input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

input:focus, input[type=checkbox]:focus {
  outline: none;
}

textarea:focus {
  outline: none;
}

select:focus {
  outline: none;
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

iframe {
  display: block;
  width: 100%;
  border: 0;
}

div.iframe iframe {
  position: absolute;
  top: -15px;
  left: 0;
  height: 140.5vw;
}

a {
  color: inherit;
  text-decoration: none;
}

button {
  -webkit-appearance: none;
}

.img-fluid {
  max-width: 100%;
}

/* defaults end */
html {
  width: 100vw;
  overflow-x: hidden;
}
html.no-scroll {
  overflow: hidden;
}

body {
  font-family: "gotham", sans-serif;
  font-weight: 400;
  font-size: 20px;
  color: #000;
  line-height: 1;
  margin: 0;
  padding: 0;
  width: 100vw;
  overflow-x: hidden;
  background: #F0F0F0;
}
body.no-scroll {
  overflow: hidden;
}

.hamburger {
  padding: 15px 10px;
}

.hamburger.is-active:hover,
.hamburger:hover {
  opacity: 1;
}

.hamburger-inner,
.hamburger-inner:after,
.hamburger-inner:before {
  background-color: #000;
  height: 3px;
  border-radius: 0px;
  width: 100%;
}

.hamburger-inner:before {
  top: -8px;
}

.hamburger-inner:after {
  bottom: -8px;
}

.hamburger-box {
  width: 30px;
  height: 18px;
  margin-top: 6px;
}

.hamburger.is-active .hamburger-inner,
.hamburger.is-active .hamburger-inner:after,
.hamburger.is-active .hamburger-inner:before {
  background-color: #000;
}

/* PAGE STYLES */
h1 {
  font-size: 60px;
  font-weight: 500;
  line-height: 1.2;
  text-transform: uppercase;
}

h2 {
  font-size: 40px;
  font-weight: 500;
  text-transform: uppercase;
}

h3 {
  font-size: 30px;
  font-weight: 500;
  text-transform: uppercase;
}

h4 {
  font-size: 22px;
  line-height: 1.2;
  font-weight: 500;
  text-transform: uppercase;
  padding-top: 15px;
}

h5 {
  font-size: 25px;
  font-weight: 500;
  line-height: 1.2;
  text-transform: uppercase;
}

h6 {
  font-size: 20px;
  font-weight: 500;
  line-height: 1.2;
  text-transform: uppercase;
}

p {
  line-height: 1.5;
}
p b {
  font-weight: 700;
}
p.tiny {
  font-size: 14px;
}

.text-red {
  color: #E3001C;
}

.policy_popup {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  padding: 50px 20px;
  padding-top: 20px;
  background: #fff;
  z-index: 11;
  display: none;
  height: 100%;
}
.policy_popup h3 {
  margin-bottom: 40px;
}
.policy_popup h2, .policy_popup h4, .policy_popup p {
  text-align: left;
  margin-bottom: 30px;
}
.policy_popup p {
  font-size: 20px;
  margin-bottom: 30px;
  color: #000;
}
.policy_popup ul {
  list-style-type: disc;
  padding-left: 20px;
}
.policy_popup ul li {
  margin-bottom: 10px;
}
.policy_popup .main_logo {
  width: 220px;
  max-width: 50%;
  margin-bottom: 20px;
  height: 90px;
}
.policy_popup .inner_content {
  max-height: calc(100% - 130px);
  overflow-y: scroll;
  max-width: 1350px;
  padding: 10px 20px;
  margin: 0 auto;
}
.policy_popup .inner_content::-webkit-scrollbar {
  width: 0;
  height: 8px;
}
.policy_popup .inner_content::-webkit-scrollbar-thumb {
  background: #000;
  border-radius: 9px;
}
.policy_popup .inner_content::-webkit-scrollbar-thumb:hover {
  background: #fff;
}
.policy_popup .inner_content::-webkit-scrollbar-track {
  background: #fff;
  border-radius: 9px;
  box-shadow: inset 0px 0px 0px 0px #F0F0F0;
}
.policy_popup .small_logo {
  margin-top: 30px;
}
.policy_popup .copyright {
  padding-top: 30px;
}
.policy_popup .copyright p {
  text-align: center;
}
.policy_popup .close_icon {
  position: absolute;
  top: 40px;
  right: 30px;
  width: 39px;
  cursor: pointer;
}

.show_message {
  cursor: pointer;
}
.show_message:hover {
  border-bottom: 1px solid #000;
}

.center-absolute {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.pdf_btn {
  position: relative;
  display: inline-block;
  width: 100%;
  font-size: 20px;
  font-weight: 500;
  text-transform: uppercase;
  border: 1px solid #CCCCCC;
  line-height: 60px;
  padding-left: 80px;
  padding-right: 20px;
  white-space: nowrap;
  transition: all 0.4s;
  cursor: pointer;
}
.pdf_btn::before {
  position: absolute;
  left: 15px;
  top: 50%;
  transform: translate(0, -50%);
  content: "";
  height: 70%;
  aspect-ratio: 1/1;
  background: url("../assets/img/pdf_icon.svg") no-repeat center;
  background-size: contain;
}
.pdf_btn.cad::before {
  background: url("../assets/img/cad_icon.svg") no-repeat center;
}
.pdf_btn.download::before {
  background: url("../assets/img/download_icon.svg") no-repeat center;
}
.pdf_btn.components {
  width: auto;
  padding-left: 80px;
  padding-right: 30px;
}
.pdf_btn.components::before {
  aspect-ratio: 45/33;
  background: url("../assets/img/component_icon.svg") no-repeat center;
}
.pdf_btn.linkedin::before {
  background: url("../assets/img/linkedin_icon.svg") no-repeat center;
}
.pdf_btn.plus::before {
  background: url("../assets/img/plus_icon_dark.svg") no-repeat center;
}
.pdf_btn:hover {
  background: #eaeaea;
}

.header {
  position: relative;
  z-index: 10;
  padding-bottom: 45px;
  background: #F0F0F0;
}
.header .row {
  max-width: 1640px;
  margin: 0 auto;
}
.header .logo_container {
  display: flex;
  align-items: center;
  column-gap: 40px;
}
.header .menu {
  width: 100%;
}
.header .menu ul.main_menu {
  display: flex;
  justify-content: space-between;
}
.header .menu ul.main_menu li {
  font-size: 15px;
  font-weight: 500;
  text-transform: uppercase;
  transition: all 0.3s;
  white-space: nowrap;
}
.header .menu ul.main_menu li a {
  display: inline-block;
  color: #000;
  padding: 100px 20px 25px;
}
.header .menu ul.main_menu li:hover {
  background: #E3001C;
}
.header .menu ul.main_menu li:hover a {
  color: #fff;
}
.header .menu ul.main_menu li.current-menu-item {
  background: #E3001C;
}
.header .menu ul.main_menu li.current-menu-item a {
  color: #fff;
}

.main_slider_container {
  position: relative;
}
.main_slider_container .slides_wrapper {
  position: relative;
}
.main_slider_container .img {
  aspect-ratio: 16/9;
}
.main_slider_container .text_overlay {
  position: absolute;
  padding: 35px 60px;
  left: 0;
  bottom: 0;
  color: #fff;
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.5), 0 0 10px rgba(0, 0, 0, 0.5), 0 0 15px rgba(0, 0, 0, 0.5), 0 0 30px rgba(0, 0, 0, 0.5), 2px 2px 2px rgba(206, 89, 55, 0);
}
.main_slider_container .text_overlay h1 {
  margin-bottom: 20px;
}
.main_slider_container .arrow {
  position: absolute;
  width: 10px;
  top: 50%;
  transform: translate(0, -50%);
  cursor: pointer;
}
.main_slider_container .arrow.arrow_left {
  left: -50px;
}
.main_slider_container .arrow.arrow_right {
  right: -50px;
}
.main_slider_container .slider_dots {
  padding-top: 15px;
}
.main_slider_container .slider_dots ul {
  text-align: center;
}
.main_slider_container .slider_dots ul li {
  display: inline-block;
  cursor: pointer;
  width: 20px;
  height: 2px;
  margin: 0 5px;
  transition: all 0.3s;
  background: #ccc;
}
.main_slider_container .slider_dots ul li button {
  display: none;
}
.main_slider_container .slider_dots ul li.slick-active {
  height: 4px;
  width: 40px;
  background: #E3001C;
}

.hero {
  aspect-ratio: 16/5;
}

.content {
  padding-top: 70px;
}

.content_item {
  margin-bottom: 105px;
}
.content_item h2 {
  padding-bottom: 20px;
  margin-bottom: 45px;
  border-bottom: 1px solid #CCC;
}

#home .logos {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: 1fr;
  gap: 30px;
  width: 100%;
  align-items: center;
}
#home .logos div {
  max-width: 100%;
  height: auto;
  text-align: center;
}

#products .products {
  display: flex;
  column-gap: 60px;
  flex-wrap: wrap;
}
#products .product_type {
  display: grid;
  grid-template-rows: auto 1fr;
}
#products .product_wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 60px;
}
#products .product_wrapper .product {
  width: 357.5px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
#products .product_wrapper .product img {
  margin-bottom: 20px;
}
#products .product_wrapper .product h5 {
  margin-bottom: 10px;
}
#products .product_wrapper .product h6 {
  margin-bottom: 35px;
}
#products .product_wrapper .product p {
  text-transform: uppercase;
  text-decoration: underline;
}
#products .product_details {
  padding-top: 50px;
  padding-bottom: 120px;
}
#products .product_details h1 {
  margin-bottom: 5px;
}
#products .product_details h2 {
  margin-bottom: 25px;
}
#products .product_details h5 {
  margin-bottom: 35px;
}
#products .product_details .stats p {
  font-size: 18px;
  line-height: 1.6;
}
#products .product_details .stats b {
  text-transform: uppercase;
}

#mounting .expand_item {
  padding: 45px 0;
  border-bottom: 1px solid #CCC;
}
#mounting .expand_item .title {
  padding-left: 40px;
  position: relative;
  cursor: pointer;
}
#mounting .expand_item .title:before {
  position: absolute;
  content: "";
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
  width: 20px;
  height: 4px;
  background: #000;
}
#mounting .expand_item .title:after {
  position: absolute;
  content: "";
  top: 50%;
  left: 8px;
  transform: translate(0, -50%);
  width: 4px;
  height: 20px;
  background: #000;
  transition: 0.3s all;
}
#mounting .expand_item .title.active:before {
  background: #E3001C;
}
#mounting .expand_item .title.active:after {
  opacity: 0;
}
#mounting .expand_item .inner {
  display: none;
  padding-top: 60px;
  padding-bottom: 20px;
}
#mounting .expand_item .inner .product_items {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 60px;
}
#mounting .expand_item .inner .product_items .product {
  display: flex;
  flex-wrap: wrap;
  align-content: space-between;
}
#mounting .expand_item .inner .product_items .product img,
#mounting .expand_item .inner .product_items .product .img {
  margin-bottom: 25px;
}
#mounting .expand_item .inner .product_items .product h5 {
  margin-bottom: 10px;
}
#mounting .expand_item .inner .product_items .product p {
  font-weight: 500;
  line-height: 1.3;
  text-transform: uppercase;
  margin-bottom: 50px;
}
#mounting .expand_item .inner .product_items .product .buttons {
  width: 100%;
  display: flex;
  gap: 40px;
}
#mounting .expand_item .inner .product_items .product div {
  width: 100%;
}
#mounting .expand_item:last-of-type {
  border-bottom: none;
}

#brochure .brochure_wrapper iframe {
  height: 41vw;
}

#sustainability .pdf_btn {
  width: 290px;
  white-space: nowrap;
}
#sustainability .logo {
  flex: 0 0 auto;
}
#sustainability table {
  width: 100%;
  font-size: 20px;
  text-transform: uppercase;
}
#sustainability table th {
  text-align: center;
  font-weight: 500;
  padding: 0 10px;
}
#sustainability table th:first-of-type {
  text-align: left;
  padding-left: 0;
}
#sustainability table tr {
  height: 120px;
  border-top: 1px solid #ccc;
  vertical-align: middle;
  background: #F0F0F0;
}
#sustainability table tr td {
  text-align: center;
}
#sustainability table tr td:first-of-type {
  text-align: left;
}
#sustainability table th, #sustainability table td {
  line-height: 1.2;
  vertical-align: middle;
}

#gallery {
  /* Wide boxes */
  /* Tall boxes */
}
#gallery .image-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
  align-items: start;
  margin-bottom: 30px;
}
#gallery .box {
  position: relative;
  background-color: #ccc;
  width: 100%;
  aspect-ratio: 1/1;
  overflow: hidden;
  height: 100%;
}
#gallery .box:after {
  position: absolute;
  content: "";
  cursor: pointer;
  width: 40px;
  height: 40px;
  background: url("../assets/img/plus_icon.svg") no-repeat center;
  left: 15px;
  bottom: 15px;
}
#gallery .wide {
  aspect-ratio: 2/1;
  grid-column: span 2;
}
#gallery .tall {
  aspect-ratio: auto; /* Remove default */
  grid-row: span 2;
  height: 100%; /* 2 rows + 1 gap */
}
#gallery .slider_popup_wrapper {
  display: none;
  position: fixed;
  background: rgba(255, 255, 255, 0.97);
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 11;
}
#gallery .slider_popup_wrapper .main_slider_container {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  max-width: calc(100% - 140px);
  max-height: 90vh;
  display: flex;
}
#gallery .slider_popup_wrapper .main_slider_container .slides_wrapper {
  width: 100%;
}

#gallery .main_slider_container {
  max-height: calc(90vh - 110px);
  height: auto;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
#gallery .main_slider_container .slides_wrapper {
  opacity: 0;
}
#gallery .main_slider_container h2 {
  position: relative;
}
#gallery .main_slider_container h2 .close_icon {
  position: absolute;
  content: "";
  top: 50%;
  right: 0;
  transform: translate(0, -50%);
  height: 50px;
  width: 50px;
  cursor: pointer;
  background: url("../assets/img/close_icon.svg") no-repeat center;
  background-size: contain;
  height: 75%;
  aspect-ratio: 1/1;
}
#gallery .main_slider_container .slick-track {
  display: flex;
  align-items: center;
}
#gallery .main_slider {
  width: 100%;
  height: 100%;
}
#gallery .main_slider .slick-slide {
  display: flex !important;
  justify-content: center;
  align-items: center;
  padding: 0 5px;
}
#gallery .main_slider img {
  max-height: calc(90vh - 110px);
  max-width: 100%;
  width: auto;
  height: auto;
  object-fit: contain;
  display: block;
}

#texture_details .texture_wrapper {
  position: relative;
}
#texture_details .texture_wrapper .caption {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 20px;
  color: #fff;
  background: rgba(0, 0, 0, 0.8);
  z-index: 2;
}
#texture_details .has_underline {
  padding-bottom: 20px;
  margin-bottom: 3 0px;
  border-bottom: 1px solid #ccc;
}
#texture_details .color_container {
  display: flex;
  flex-wrap: wrap;
  column-gap: 15px;
  row-gap: 30px;
}
#texture_details .color_container > div {
  width: calc(25% - 12px);
}
#texture_details .color_container .color_box {
  aspect-ratio: 1/1;
  margin-bottom: 8px;
  position: relative;
  cursor: pointer;
}
#texture_details .color_container .color_box:after {
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 35%;
  height: 35%;
  background: url("../assets/img/plus_icon.svg") no-repeat center;
}
#texture_details .color_container .color_variant.active .color_box {
  outline-width: 5px;
  outline-style: solid;
  outline-color: red;
  outline-offset: -5px;
  cursor: default;
}
#texture_details .color_container .color_variant.active .color_box:after {
  display: none;
}
#texture_details .color_container p {
  font-size: 12px;
}

#contact .content_item h6 {
  padding-bottom: 20px;
  margin-bottom: 45px;
  border-bottom: 1px solid #CCC;
}
#contact .content_item h6 {
  font-weight: 600;
  padding-bottom: 15px;
  margin-bottom: 15px;
}
#contact .contact_row {
  display: flex;
  justify-content: space-between;
}

#footer {
  margin-top: 50px;
}
#footer p {
  font-size: 15px;
  text-transform: uppercase;
}
#footer .container {
  padding-top: 40px;
  padding-bottom: 100px;
  border-top: 1px solid #CCC;
}

.grecaptcha-badge {
  display: none !important;
}

@media (max-width: 1700px) {
  h1 {
    font-size: 56px;
  }
  h2 {
    font-size: 36px;
  }
  h5 {
    font-size: 24px;
  }
  .pdf_btn {
    font-size: 16px;
    line-height: 50px;
  }
  .header .menu ul.main_menu li a {
    padding: 100px 18px 25px;
  }
  #products .products {
    column-gap: 50px;
  }
  #products .product_wrapper {
    column-gap: 50px;
  }
  #products .product_wrapper .product {
    width: 302.25px;
  }
  #products .product_details .stats p {
    font-size: 16px;
  }
}
@media (max-width: 1500px) {
  body {
    font-size: 18px;
  }
  h1 {
    font-size: 50px;
  }
  h2 {
    font-size: 32px;
  }
  h3 {
    font-size: 26px;
  }
  h5 {
    font-size: 22px;
  }
  h6 {
    font-size: 18px;
  }
  .header .logo_container {
    column-gap: 0;
  }
  .header .menu ul.main_menu li {
    font-size: 14px;
  }
  .header .menu ul.main_menu li a {
    padding: 100px 14px 25px;
  }
  .content_item {
    margin-bottom: 85px;
  }
  .content_item h2 {
    margin-bottom: 40px;
  }
  #products .products {
    column-gap: 60px;
  }
  #products .product_wrapper {
    column-gap: 60px;
  }
  #products .product_wrapper .product {
    width: 312.6666666667px;
  }
  #mounting .content_item h2 {
    margin-bottom: 30px;
  }
  #mounting .expand_item {
    padding: 45px 0;
  }
  #mounting .expand_item .inner {
    padding-top: 50px;
  }
  #mounting .expand_item .inner .product_items {
    grid-template-columns: repeat(3, 1fr);
  }
  #mounting .expand_item .inner .product_items .product p {
    margin-bottom: 40px;
  }
  #mounting .expand_item .inner .product_items .product .buttons {
    gap: 30px;
  }
  #sustainability table {
    font-size: 18px;
  }
  #gallery .image-grid {
    gap: 15px;
    margin-bottom: 15px;
  }
}
@media (max-width: 1200px) {
  body {
    font-size: 16px;
  }
  h1 {
    font-size: 40px;
    line-height: 1.1;
  }
  h2 {
    font-size: 30px;
  }
  h6 {
    font-size: 16px;
  }
  .header .menu {
    display: none;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    transform: translate(0, calc(100% - 40px));
    padding: 0 30px;
    background: #F0F0F0;
  }
  .header .menu ul.main_menu li a {
    padding: 20px 14px;
  }
  .main_slider_container .text_overlay {
    padding: 30px;
  }
  .main_slider_container .text_overlay h1 {
    margin-bottom: 15px;
  }
  .content_item {
    margin-bottom: 70px;
  }
  .content_item h2 {
    padding-bottom: 15px;
    margin-bottom: 30px;
  }
  #home .logos {
    flex-wrap: wrap;
    display: flex;
    gap: 20px;
    justify-content: space-around;
    align-items: center;
  }
  #products .product_details {
    padding-top: 20px;
    padding-bottom: 100px;
  }
  #products .products {
    column-gap: 30px;
  }
  #products .product_wrapper {
    column-gap: 30px;
  }
  #products .product_wrapper .product {
    width: 237.6666666667px;
  }
  #mounting .content_item h2 {
    margin-bottom: 20px;
  }
  #mounting .expand_item .inner {
    padding-top: 40px;
  }
  #mounting .expand_item .inner .product_items {
    gap: 50px;
    grid-template-columns: repeat(2, 1fr);
  }
  #mounting .expand_item .inner .product_items .product p {
    margin-bottom: 40px;
  }
  #mounting .expand_item .inner .product_items .product .buttons {
    justify-content: start;
  }
  #mounting .expand_item .inner .product_items .product .buttons a {
    width: auto;
  }
  #sustainability table {
    font-size: 14px;
  }
  #sustainability .pdf_btn {
    width: 260px;
  }
  #gallery .image-grid {
    grid-template-columns: repeat(3, 1fr);
  }
  #gallery .tall {
    grid-row: span 1;
  }
  #contact .contact_row {
    flex-wrap: wrap;
    gap: 40px;
  }
  #contact .contact_row div {
    width: 40%;
  }
  #contact .contact_row div .pdf_btn {
    max-width: 180px;
  }
}
@media (max-width: 991px) {
  h1 {
    font-size: 32px;
  }
  h2 {
    font-size: 26px;
  }
  h4 {
    font-size: 20px;
  }
  h5 {
    font-size: 20px;
  }
  .content {
    padding-top: 50px;
  }
  .hero {
    aspect-ratio: 2/1;
  }
  .policy_popup h4 {
    font-size: 20px;
    margin-bottom: 20px;
  }
  .policy_popup h3 {
    margin-bottom: 30px;
  }
  .policy_popup p {
    font-size: 16px;
  }
  .policy_popup .main_logo {
    width: 200px;
    margin-bottom: 10px;
  }
  .policy_popup .close_icon {
    top: 50px;
    width: 30px;
  }
  .main_slider_container .text_overlay {
    position: relative;
    text-shadow: none;
    color: #000;
    padding: 40px 0 0 0;
  }
  .main_slider_container .arrow {
    background: rgba(255, 255, 255, 0.7);
    padding: 5px;
    width: 20px;
    border-radius: 2px;
  }
  .main_slider_container .arrow.arrow_left {
    left: 5px;
  }
  .main_slider_container .arrow.arrow_right {
    right: 5px;
  }
  .header .menu {
    padding-top: 20px;
    padding-bottom: 30px;
  }
  .header .menu ul.main_menu {
    flex-wrap: wrap;
  }
  .header .menu ul.main_menu li {
    width: 100%;
  }
  #home .logos div {
    max-width: 20%;
  }
  #products .products {
    column-gap: 40px;
  }
  #products .product_wrapper {
    gap: 40px;
  }
  #products .product_wrapper .product {
    width: 254px;
  }
  #sustainability .table {
    overflow-x: scroll;
  }
  #sustainability table {
    width: 600px;
  }
  #gallery .slider_popup_wrapper .main_slider_container {
    max-width: 95%;
  }
  #gallery .slider_popup_wrapper .main_slider_container .arrow {
    transform: translate(0, calc(-50% + 20px));
  }
  #gallery .main_slider_container {
    max-height: calc(80vh - 110px);
  }
  #gallery .main_slider img {
    max-height: calc(80vh - 110px);
  }
  #gallery .box:after {
    width: 35px;
    height: 35px;
    left: 12px;
    bottom: 12px;
  }
  .mounting_popup .main_slider img {
    max-height: calc(80vh - 110px);
    padding: 0 25px;
  }
  #footer p.copyright {
    font-size: 12px;
  }
}
@media (max-width: 600px) {
  body {
    font-size: 14px;
  }
  h1 {
    font-size: 26px;
  }
  h2 {
    font-size: 22px;
  }
  h3 {
    font-size: 20px;
  }
  h5 {
    font-size: 16px;
  }
  p {
    line-height: 1.6;
  }
  .container {
    max-width: 100%;
  }
  .content_item h2 {
    margin-bottom: 25px;
  }
  .header {
    padding-bottom: 25px;
    padding-top: 15px;
  }
  .header .menu {
    transform: translate(0, calc(100% - 10px));
  }
  .policy_popup p {
    font-size: 13px;
  }
  .policy_popup .inner_content {
    max-height: calc(100% - 80px);
    padding: 10px 0px;
  }
  .policy_popup .main_logo {
    height: 70px;
  }
  .full_width {
    width: 100vw;
    margin-left: calc(-50vw + 50%);
  }
  #home .logos div {
    max-width: 30%;
  }
  #products .products {
    justify-content: center;
  }
  #products .product_details {
    padding-top: 0;
    padding-bottom: 80px;
  }
  #products .product_type {
    width: 100%;
    max-width: 350px;
  }
  #products .product_wrapper {
    flex-wrap: wrap;
  }
  #products .product_wrapper .product {
    width: 100%;
  }
  #products .product_wrapper .product h5 {
    font-size: 24px;
  }
  #mounting .expand_item .inner .product_items {
    grid-template-columns: repeat(1, 1fr);
  }
  #mounting .expand_item .title:before {
    width: 18px;
  }
  #mounting .expand_item .title:after {
    left: 7px;
    height: 18px;
  }
  #brochure .brochure_wrapper iframe {
    height: auto;
    aspect-ratio: 4/7;
  }
  #gallery .image-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  #gallery .image-grid .box.square,
  #gallery .image-grid .box.tall,
  #gallery .image-grid .box.wide {
    width: 100%;
    aspect-ratio: 1/1;
    height: 100%;
  }
  #gallery .tall {
    grid-row: span 1;
  }
  #gallery .wide {
    grid-column: span 1;
  }
  #gallery .box:after {
    width: 30px;
    height: 30px;
    left: 10px;
    bottom: 10px;
  }
  #contact .contact_row {
    text-align: center;
  }
  #contact .contact_row div {
    width: 100%;
  }
  #footer .container {
    padding-bottom: 50px;
  }
}