#gallery main #new {
  padding: 15px 0 20px;
  text-align: center;
  margin: 0;
}
#gallery main #new .container {
  width: 95%;
  margin: 0 auto;
  padding: 20px 0;
  border: 2px solid #f4f0ea;
  border-radius: 10px;
}
#gallery main #new .container .header h1 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
#gallery main #new .container .header h1 > span {
  position: relative;
  font-size: 36px;
  font-weight: 200;
  color: #60707a;
  text-align: left;
  text-transform: uppercase;
  letter-spacing: 3.6px;
  line-height: 1;
  padding: 0 9px 0 9px;
  z-index: 2;
}
@media (prefers-color-scheme: dark) {
  #gallery main #new .container .header h1 > span {
    color: #fcfbf9;
  }
}
#gallery main #new .container .header h1 > span:not(:last-child) {
  margin-bottom: 7.2px;
}
#gallery main #new .container .header h1 > span::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  transform: none;
  background-color: #f4f0ea;
  border-radius: 0 20px 20px 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
@media (prefers-color-scheme: dark) {
  #gallery main #new .container .header h1 > span::before {
    background-color: #434333;
  }
}
@media screen and (max-width: 900px) {
  #gallery main #new .container .header h1 > span::before {
    border-radius: 0 8px 8px 0;
  }
}
#gallery main #new .container .header h1 {
  margin-bottom: 20px;
  text-transform: uppercase;
}
#gallery main #new .container .header p {
  font-size: 18px;
  line-height: 150%;
  font-weight: 300;
  letter-spacing: 3.2px;
  text-align: center;
  padding: 20px 0 40px 0;
}
#gallery main #new .container .header h2 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
#gallery main #new .container .header h2 > span {
  position: relative;
  font-size: 26px;
  font-weight: 200;
  color: #60707a;
  text-align: left;
  text-transform: uppercase;
  letter-spacing: 2.6px;
  line-height: 1;
  padding: 0 6.5px 0 6.5px;
  z-index: 2;
}
@media (prefers-color-scheme: dark) {
  #gallery main #new .container .header h2 > span {
    color: #fcfbf9;
  }
}
#gallery main #new .container .header h2 > span:not(:last-child) {
  margin-bottom: 5.2px;
}
#gallery main #new .container .header h2 > span::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  transform: none;
  background-color: #f4f0ea;
  border-radius: 0 20px 20px 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
@media (prefers-color-scheme: dark) {
  #gallery main #new .container .header h2 > span::before {
    background-color: #434333;
  }
}
@media screen and (max-width: 900px) {
  #gallery main #new .container .header h2 > span::before {
    border-radius: 0 8px 8px 0;
  }
}
#gallery main #new .container .header h2 {
  padding-bottom: 30px;
  text-transform: uppercase;
}
#gallery main #new .container .media-browse {
  width: 95%;
  margin: 0 auto;
}
#gallery main #new .container .media-browse ul {
  grid-template-columns: repeat(auto-fill, minmax(100%, 1fr));
}
#gallery main #new .container .media-browse ul li {
  display: flex;
  flex-direction: column;
  text-align: left;
  height: 100%;
  justify-content: flex-start;
  color: #fcfbf9;
}
#gallery main #new .container .media-browse ul li a .media-item {
  height: 250px;
}
#gallery main #new .container .media-browse ul li a .media-item p {
  font-size: 16px;
}
#gallery main #new .container .media-browse ul li a .media-desc {
  font-size: 18px;
  padding: 5px 0;
}
#gallery main #new .container .media-browse ul li a .media-cat {
  font-size: 12px;
}
#gallery main .uni {
  padding: 15px 0 20px;
  text-align: center;
  margin: 25px 0 0 0;
}
#gallery main .uni h2 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
#gallery main .uni h2 > span {
  position: relative;
  font-size: 24px;
  font-weight: 200;
  color: #60707a;
  text-align: left;
  text-transform: uppercase;
  letter-spacing: 2.4px;
  line-height: 1;
  padding: 0 6px 0 6px;
  z-index: 2;
}
@media (prefers-color-scheme: dark) {
  #gallery main .uni h2 > span {
    color: #fcfbf9;
  }
}
#gallery main .uni h2 > span:not(:last-child) {
  margin-bottom: 4.8px;
}
#gallery main .uni h2 > span::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  transform: none;
  background-color: #f4f0ea;
  border-radius: 0 20px 20px 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
@media (prefers-color-scheme: dark) {
  #gallery main .uni h2 > span::before {
    background-color: #434333;
  }
}
@media screen and (max-width: 900px) {
  #gallery main .uni h2 > span::before {
    border-radius: 0 8px 8px 0;
  }
}
#gallery main .uni h2 {
  padding: 10px 0;
  text-transform: uppercase;
}
#gallery main .uni .container {
  width: 95%;
  margin: 0 auto;
  padding-top: 20px;
}
#gallery main .uni .container .footer {
  padding: 30px 0 10px 0;
}
#gallery main .uni.beige {
  background-color: #f4f0ea;
}
#gallery main .uni.beige h2 span::before {
  background-color: #ffffff;
}
#gallery main .teaser {
  padding: 15px 0 20px;
  text-align: center;
  background-color: #f4f0ea;
  margin: 25px 0 0 0;
  display: flex;
  flex-direction: column;
}
#gallery main .teaser .header {
  width: 100%;
}
#gallery main .teaser .header h2 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
#gallery main .teaser .header h2 > span {
  position: relative;
  font-size: 56px;
  font-weight: 200;
  color: #60707a;
  text-align: left;
  text-transform: uppercase;
  letter-spacing: 5.6px;
  line-height: 1;
  padding: 0 14px 0 14px;
  z-index: 2;
}
@media (prefers-color-scheme: dark) {
  #gallery main .teaser .header h2 > span {
    color: #fcfbf9;
  }
}
#gallery main .teaser .header h2 > span:not(:last-child) {
  margin-bottom: 11.2px;
}
#gallery main .teaser .header h2 > span::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  transform: none;
  background-color: #ffffff;
  border-radius: 0 20px 20px 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
@media (prefers-color-scheme: dark) {
  #gallery main .teaser .header h2 > span::before {
    background-color: #434333;
  }
}
@media screen and (max-width: 900px) {
  #gallery main .teaser .header h2 > span::before {
    border-radius: 0 8px 8px 0;
  }
}
#gallery main .teaser .header h2 {
  padding: 25px 0 40px 0;
  text-transform: uppercase;
}
#gallery main .teaser .header h2 span.right {
  align-self: flex-end;
}
#gallery main .teaser .header h2 span.right::before {
  border-radius: 10px 0 0 10px;
}
#gallery main .teaser .header p {
  font-size: 18px;
  line-height: 120%;
  font-weight: 300;
  letter-spacing: 1.6px;
  text-align: center;
  padding: 0px 30px 40px 30px;
}
#gallery main .teaser .desc {
  width: 100%;
  padding-top: 45px;
}
#gallery main .teaser .desc .img {
  width: 95%;
  height: 100%;
  aspect-ratio: 16/9;
  position: relative;
  overflow: hidden;
  margin-left: auto;
  border-radius: 10px 0 0 10px;
}
#gallery main .teaser .desc .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#gallery main .teaser .desc .img span {
  position: absolute;
  font-size: 16px;
  line-height: 120%;
  padding: 10px 20px;
  bottom: 0;
  left: 0;
  letter-spacing: 1.6px;
  font-weight: 400;
  text-transform: uppercase;
}
#gallery main .teaser .desc .img span.video {
  background-color: #60707a;
}
#gallery main .teaser .desc .img span.foto {
  background-color: #FFD341;
}
#gallery main #gallery_kitchen {
  padding: 15px 0 20px;
  text-align: center;
  margin: 25px 0 0 0;
}
#gallery main #gallery_kitchen h1 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
#gallery main #gallery_kitchen h1 > span {
  position: relative;
  font-size: 32px;
  font-weight: 200;
  color: #60707a;
  text-align: left;
  text-transform: uppercase;
  letter-spacing: 3.2px;
  line-height: 1;
  padding: 0 8px 0 8px;
  z-index: 2;
}
@media (prefers-color-scheme: dark) {
  #gallery main #gallery_kitchen h1 > span {
    color: #fcfbf9;
  }
}
#gallery main #gallery_kitchen h1 > span:not(:last-child) {
  margin-bottom: 6.4px;
}
#gallery main #gallery_kitchen h1 > span::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  transform: none;
  background-color: #f4f0ea;
  border-radius: 0 20px 20px 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
@media (prefers-color-scheme: dark) {
  #gallery main #gallery_kitchen h1 > span::before {
    background-color: #434333;
  }
}
@media screen and (max-width: 900px) {
  #gallery main #gallery_kitchen h1 > span::before {
    border-radius: 0 8px 8px 0;
  }
}
#gallery main #gallery_kitchen h1 {
  margin-bottom: 20px;
  text-transform: uppercase;
}
#gallery main #gallery_kitchen .perex {
  font-size: 18px;
  line-height: 150%;
  font-weight: 300;
  letter-spacing: 1.6px;
  text-align: center;
  padding: 15px 0 40px 0;
}
#gallery main #gallery_kitchen .container {
  width: 95%;
  margin: 0 auto;
  padding-top: 20px;
}
#gallery main #gallery_bathroom {
  padding: 15px 0 20px;
  text-align: center;
  margin: 25px 0 0 0;
}
#gallery main #gallery_bathroom h1 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
#gallery main #gallery_bathroom h1 > span {
  position: relative;
  font-size: 32px;
  font-weight: 200;
  color: #60707a;
  text-align: left;
  text-transform: uppercase;
  letter-spacing: 3.2px;
  line-height: 1;
  padding: 0 8px 0 8px;
  z-index: 2;
}
@media (prefers-color-scheme: dark) {
  #gallery main #gallery_bathroom h1 > span {
    color: #fcfbf9;
  }
}
#gallery main #gallery_bathroom h1 > span:not(:last-child) {
  margin-bottom: 6.4px;
}
#gallery main #gallery_bathroom h1 > span::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  transform: none;
  background-color: #f4f0ea;
  border-radius: 0 20px 20px 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
@media (prefers-color-scheme: dark) {
  #gallery main #gallery_bathroom h1 > span::before {
    background-color: #434333;
  }
}
@media screen and (max-width: 900px) {
  #gallery main #gallery_bathroom h1 > span::before {
    border-radius: 0 8px 8px 0;
  }
}
#gallery main #gallery_bathroom h1 {
  margin-bottom: 20px;
  text-transform: uppercase;
}
#gallery main #gallery_bathroom .perex {
  font-size: 18px;
  line-height: 150%;
  font-weight: 300;
  letter-spacing: 1.6px;
  text-align: center;
  padding: 15px 0 40px 0;
}
#gallery main #gallery_bathroom .container {
  width: 95%;
  margin: 0 auto;
  padding-top: 20px;
}
#gallery main .media-browse ul {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(45%, 1fr));
  gap: 20px;
}
#gallery main .media-browse ul li a {
  display: flex;
  flex-direction: column;
  text-align: left;
  height: 100%;
  justify-content: flex-start;
  text-align: center;
  color: #fcfbf9;
}
#gallery main .media-browse ul li a .media-item {
  width: 100%;
  height: 105px;
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  background-size: cover;
  background-position: center;
}
#gallery main .media-browse ul li a .media-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#gallery main .media-browse ul li a .media-item p {
  width: 100%;
  position: absolute;
  padding: 5px 10px;
  display: block;
  font-size: 10px;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 1.2px;
  bottom: 0;
  left: 0;
  text-transform: uppercase;
}
#gallery main .media-browse ul li a .media-item p span {
  line-height: normal;
}
#gallery main .media-browse ul li a .media-item p span.date {
  text-transform: none;
}
#gallery main .media-browse ul li a .media-item p.video {
  background-color: #60707a;
}
#gallery main .media-browse ul li a .media-item p.video .p {
  display: none;
}
#gallery main .media-browse ul li a .media-item p.foto {
  color: #212111;
  background-color: #FFD341;
}
#gallery main .media-browse ul li a .media-item p.foto .v {
  display: none;
}
#gallery main .media-browse ul li a .media-desc {
  width: 95%;
  margin: 0 auto;
  font-size: 14px;
  font-weight: 300;
  line-height: normal;
  letter-spacing: 1.2px;
  padding: 5px 0 0 0;
  color: #212111;
}
#gallery main .media-browse ul li a .media-cat {
  width: 95%;
  margin: 0 auto;
  font-size: 8px;
  font-weight: 300;
  line-height: normal;
  letter-spacing: 0.8px;
  text-transform: uppercase;
  color: #212111;
}
#gallery main .media-browse ul li a .media-cat span {
  font-weight: 500;
}
#gallery main .gallery-browse ul {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(100%, 1fr));
  column-gap: 10px;
  row-gap: 40px;
}
#gallery main .gallery-browse ul li a {
  display: flex;
  flex-direction: column;
  text-align: left;
  height: 100%;
  justify-content: flex-start;
}
#gallery main .gallery-browse ul li a .media-item {
  width: 100%;
  height: 200px;
  position: relative;
  border-radius: 15px;
  overflow: hidden;
  background-size: cover;
  background-position: center;
}
#gallery main .gallery-browse ul li a .media-desc {
  font-size: 22px;
  font-weight: 300;
  line-height: normal;
  letter-spacing: 1.6px;
  padding: 10px 0 10px 0;
  text-align: center;
}

#gallery-video-detail main #video-detail {
  padding: 15px 0 20px;
  text-align: center;
  margin-top: 20px;
}
#gallery-video-detail main #video-detail .header h1 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
#gallery-video-detail main #video-detail .header h1 > span {
  position: relative;
  font-size: 26px;
  font-weight: 200;
  color: #60707a;
  text-align: left;
  text-transform: uppercase;
  letter-spacing: 2.6px;
  line-height: 1;
  padding: 0 6.5px 0 6.5px;
  z-index: 2;
}
@media (prefers-color-scheme: dark) {
  #gallery-video-detail main #video-detail .header h1 > span {
    color: #fcfbf9;
  }
}
#gallery-video-detail main #video-detail .header h1 > span:not(:last-child) {
  margin-bottom: 5.2px;
}
#gallery-video-detail main #video-detail .header h1 > span::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  transform: none;
  background-color: #f4f0ea;
  border-radius: 0 20px 20px 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
@media (prefers-color-scheme: dark) {
  #gallery-video-detail main #video-detail .header h1 > span::before {
    background-color: #434333;
  }
}
@media screen and (max-width: 900px) {
  #gallery-video-detail main #video-detail .header h1 > span::before {
    border-radius: 0 8px 8px 0;
  }
}
#gallery-video-detail main #video-detail .header h1 {
  margin-bottom: 20px;
  text-transform: uppercase;
}
#gallery-video-detail main #video-detail .header p {
  max-width: 90%;
  margin: 0 auto;
  font-size: 18px;
  line-height: 120%;
  font-weight: 300;
  letter-spacing: 1.6px;
  text-align: center;
  padding: 15px 0 15px 0;
}
#gallery-video-detail main #video-detail .container {
  width: 95%;
  margin: 0 auto;
  padding-top: 20px;
}
#gallery-video-detail main #video-detail .container .video-wrapper {
  position: relative;
  width: 100%;
  /* 16:9 aspect ratio */
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  border-radius: 10px;
}
#gallery-video-detail main #video-detail .container .video-wrapper iframe,
#gallery-video-detail main #video-detail .container #videoPlayer iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
  background-color: #f4f0ea;
}

#gallery-dtl .product_header {
  padding: 15px 0 20px;
  margin: 0;
}
#gallery-dtl .product_header h1 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
#gallery-dtl .product_header h1 > span {
  position: relative;
  font-size: 26px;
  font-weight: 200;
  color: #60707a;
  text-align: left;
  text-transform: uppercase;
  letter-spacing: 2.6px;
  line-height: 1;
  padding: 0 6.5px 0 6.5px;
  z-index: 2;
}
@media (prefers-color-scheme: dark) {
  #gallery-dtl .product_header h1 > span {
    color: #fcfbf9;
  }
}
#gallery-dtl .product_header h1 > span:not(:last-child) {
  margin-bottom: 5.2px;
}
#gallery-dtl .product_header h1 > span::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  transform: none;
  background-color: #f4f0ea;
  border-radius: 0 20px 20px 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
@media (prefers-color-scheme: dark) {
  #gallery-dtl .product_header h1 > span::before {
    background-color: #434333;
  }
}
@media screen and (max-width: 900px) {
  #gallery-dtl .product_header h1 > span::before {
    border-radius: 0 8px 8px 0;
  }
}
#gallery-dtl .product_header h1 {
  margin-bottom: 20px;
  text-transform: uppercase;
}
#gallery-dtl section.slideshow {
  max-width: 95%;
  margin: 0 auto;
}
#gallery-dtl section.slideshow .swiper-slideshow {
  border-radius: 10px;
}
#gallery-dtl section.slideshow .swiper-slideshow .swiper-wrapper {
  height: 300px;
}
#gallery-dtl section.slideshow .swiper-slideshow .banner > img {
  width: 100%;
  height: 300px;
  object-fit: cover;
}
#gallery-dtl section.slideshow ul.thumbs {
  width: 95%;
  padding: 10px 0;
  box-sizing: border-box;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}
#gallery-dtl section.slideshow ul.thumbs li {
  width: 23%;
  height: 80px;
  margin: 0 3px 8px 4px;
  background-color: #fff;
  border-radius: 5px;
  overflow: hidden;
}
#gallery-dtl section.slideshow ul.thumbs li img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#gallery-dtl section.slideshow ul.thumbs li.active {
  outline: 2px solid #000;
}
#gallery-dtl .product_desc .container {
  width: 95%;
  margin: 0 auto;
  padding: 0 30px;
  box-sizing: border-box;
}
#gallery-dtl .product_desc .container p {
  max-width: 100%;
  margin: 0 auto;
  font-size: 18px;
  line-height: 150%;
  font-weight: 300;
  letter-spacing: 1.6px;
  padding: 15px 0 35px 0;
}
