@charset "UTF-8";
#product-list main section.intro {
  margin: 0 0 50px;
  text-align: center;
}
#product-list main section.intro .bgimage {
  background: url("/images/technology/tech_header.jpg?100") 50% 50% no-repeat;
  background-size: cover;
  width: 100%;
  height: 37vw;
  max-height: 713px;
}
#product-list main section.intro .bgimage img {
  max-width: stretch;
}
#product-list main section.intro .container {
  max-width: 1800px;
  margin: -20% auto 0 auto;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  padding: 55px 0;
  border: 4px solid #f4f0ea;
  position: relative;
  border-radius: 15px;
  background: rgba(252, 251, 249, 0.5);
}
#product-list main section.intro .container h1 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
#product-list main section.intro .container h1 > span {
  position: relative;
  font-size: 128px;
  font-weight: 200;
  color: #60707a;
  text-align: left;
  text-transform: uppercase;
  letter-spacing: 12.8px;
  line-height: 1;
  padding: 0 32px 0 32px;
  z-index: 2;
}
@media (prefers-color-scheme: dark) {
  #product-list main section.intro .container h1 > span {
    color: #fcfbf9;
  }
}
#product-list main section.intro .container h1 > span:not(:last-child) {
  margin-bottom: 25.6px;
}
#product-list main section.intro .container 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) {
  #product-list main section.intro .container h1 > span::before {
    background-color: #434333;
  }
}
@media screen and (max-width: 900px) {
  #product-list main section.intro .container h1 > span::before {
    border-radius: 0 8px 8px 0;
  }
}
#product-list main section.intro .container h1 {
  margin-bottom: 100px;
  text-transform: uppercase;
}
#product-list main section.intro .container .content {
  max-width: 1280px;
  margin: 10px auto;
}
#product-list main section.intro .container .content > p {
  font-size: 18px;
}
#product-list main section.intro .container .content > p.slogan {
  font-size: 24px;
  line-height: 150%;
  letter-spacing: 2.4px;
  font-weight: 300;
  margin: 40px 0;
}
#product-list main section.module {
  margin: 15px 0 50px;
  position: relative;
  text-align: center;
}
#product-list main section.module .container {
  max-width: 1800px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  padding: 55px 0;
  justify-content: space-between;
}
#product-list main section.module .container > div {
  width: 49%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
#product-list main section.module .container > div > h1 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
#product-list main section.module .container > div > h1 > span {
  position: relative;
  font-size: 80px;
  font-weight: 200;
  color: #60707a;
  text-align: left;
  text-transform: uppercase;
  letter-spacing: 8px;
  line-height: 1;
  padding: 0 20px 0 20px;
  z-index: 2;
}
@media (prefers-color-scheme: dark) {
  #product-list main section.module .container > div > h1 > span {
    color: #fcfbf9;
  }
}
#product-list main section.module .container > div > h1 > span:not(:last-child) {
  margin-bottom: 16px;
}
#product-list main section.module .container > div > 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) {
  #product-list main section.module .container > div > h1 > span::before {
    background-color: #434333;
  }
}
@media screen and (max-width: 900px) {
  #product-list main section.module .container > div > h1 > span::before {
    border-radius: 0 8px 8px 0;
  }
}
#product-list main section.module .container > div > h1 {
  margin-top: 0;
  margin-bottom: 35px;
}
#product-list main section.module .container > div > h1 > span {
  font-size: clamp(3.125rem, 2.625rem + 2vw, 4.375rem);
  letter-spacing: 0.2rem;
}
#product-list main section.module .container > div h2, #product-list main section.module .container > div h3 {
  font-size: 32px;
  font-style: normal;
  font-weight: 200;
  line-height: normal;
  letter-spacing: 3.2px;
  text-transform: uppercase;
  padding: 0 15px;
}
#product-list main section.module .container > div > p, #product-list main section.module .container > div > ul {
  font-size: 18px;
  max-width: 70%;
  margin: 15px auto;
}
#product-list main section.module .container > div > p.slogan, #product-list main section.module .container > div > ul.slogan {
  font-size: 24px;
  line-height: 150%;
  letter-spacing: 2.4px;
  font-weight: 300;
  margin: 40px 0;
}
#product-list main section.module .container > div > ul {
  padding: 10px 0;
}
#product-list main section.module .container > div > ul.list-marked > li {
  margin-bottom: 12px;
}
#product-list main section.module .container > div > ul.list-marked > li::before {
  content: "•";
  margin-right: 8px;
  color: #212111;
  font-size: 0.8em;
}
#product-list main section.module .container > div .button-default {
  margin-top: auto;
}
#product-list main section.module .container > div.title {
  justify-content: flex-end;
  display: flex;
  flex-direction: column;
}
#product-list main section.module .container > div.title > p {
  margin: 5% auto 0 auto;
  font-size: 24px;
  line-height: 150%;
  letter-spacing: 2.4px;
}
#product-list main section.module .container > div.title.right > h1 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
#product-list main section.module .container > div.title.right > h1 > span {
  position: relative;
  font-size: 80px;
  font-weight: 200;
  color: #60707a;
  text-align: left;
  text-transform: uppercase;
  letter-spacing: 8px;
  line-height: 1;
  padding: 0 20px 0 20px;
  z-index: 2;
}
@media (prefers-color-scheme: dark) {
  #product-list main section.module .container > div.title.right > h1 > span {
    color: #fcfbf9;
  }
}
#product-list main section.module .container > div.title.right > h1 > span:not(:last-child) {
  margin-bottom: 16px;
}
#product-list main section.module .container > div.title.right > h1 > span::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  transform: none;
  background-color: #f4f0ea;
  border-radius: 20px 0 0 20px;
  width: 100%;
  height: 100%;
  z-index: -1;
}
@media (prefers-color-scheme: dark) {
  #product-list main section.module .container > div.title.right > h1 > span::before {
    background-color: #434333;
  }
}
@media screen and (max-width: 900px) {
  #product-list main section.module .container > div.title.right > h1 > span::before {
    border-radius: 8px 0 0 8px;
  }
}
#product-list main section.module .container > div.title.right > h1 > span {
  margin-left: auto;
}
#product-list main section.module .container > div.image {
  display: flex;
  justify-content: center;
  align-items: center;
}
#product-list main section.module .container > div.image > img {
  max-width: 100%;
  border-radius: 15px 0 0 15px;
}
#product-list main section.module .container > div.image.left > img {
  border-radius: 0 15px 15px 0;
}
#product-list main section.module .container > div.single {
  margin: 5% auto;
}
#product-list main section.module .container > div svg {
  margin-top: 15%;
}
#product-list main section.module .container > div .box-links {
  text-align: left;
  padding: 0 5%;
  margin-top: 50px;
}
#product-list main section.module .container > div .box-links > a {
  display: flex;
  text-align: center;
  text-transform: uppercase;
  line-height: normal;
  border-radius: 10px;
  border: 1px solid #60707a;
  transition: all 0.5s cubic-bezier(0.25, 0.8, 0.25, 1);
}
#product-list main section.module .container > div .box-links > a > span {
  display: inline-block;
  align-content: center;
  text-align: center;
  padding: 10px 20px;
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  line-height: normal;
}
#product-list main section.module .container > div .box-links > a > span:nth-child(1) {
  display: inline-block;
  font-size: 18px;
  font-weight: 400;
  color: #ffffff;
  letter-spacing: 1.8px;
  border-radius: 8px;
  border: 1px solid #60707a;
  background-color: #60707a;
}
#product-list main section.module .container > div .box-links > a > span:nth-child(2) {
  font-size: 16px;
  font-weight: 200;
  text-align: left;
  color: #000000;
  letter-spacing: 1.6px;
  background-color: transparent;
}
#product-list main section.module .container > div .box-links > a + a {
  margin-top: 15px;
}
#product-list main section.module .container > div .tech-specs {
  max-width: 600px;
  margin: 20px auto;
  border: 1px solid #eee;
  border-radius: 8px;
  overflow: hidden;
}
#product-list main section.module .container > div .tech-specs__row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  column-gap: 20px;
  padding: 12px 16px;
  border-bottom: 1px solid #eee;
}
#product-list main section.module .container > div .tech-specs__row:last-child {
  border-bottom: none;
}
@media (max-width: 480px) {
  #product-list main section.module .container > div .tech-specs__row {
    flex-direction: column;
    align-items: flex-start;
    gap: 4px;
  }
}
#product-list main section.module .container > div .tech-specs__label {
  font-size: 0.95rem;
  font-weight: 500;
  text-overflow: ellipsis;
  white-space: nowrap;
}
#product-list main section.module .container > div .tech-specs__value {
  font-weight: 600;
  text-align: right;
}
@media (max-width: 480px) {
  #product-list main section.module .container > div .tech-specs__value {
    text-align: left;
    font-size: 1.1rem;
  }
}
#product-list main section.module .container > div .tech-specs__value--badge {
  background-color: #2ecc71;
  color: white;
  padding: 2px 12px;
  border-radius: 4px;
  display: inline-block;
}
#product-list main section.box-benefits {
  margin-bottom: 40px;
}
#product-list main section.box-benefits h3 {
  text-align: center;
  font-size: 20px;
}
#product-list main section.box-benefits ul.boxed {
  padding: 25px 60px 30px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#product-list main section.box-benefits ul.boxed li {
  box-sizing: border-box;
  flex-basis: 25%;
  font-size: 24px;
  font-weight: 200;
  letter-spacing: 2.4px;
  text-align: center;
  padding: 160px 50px 40px 50px;
  margin-bottom: 20px;
  background-position: 50% 30px;
  background-size: 80px;
}
#product-list main section.box-benefits ul.boxed li.title {
  padding-bottom: 10px;
}
#product-list main section.box-benefits ul.boxed li::before {
  content: "";
  width: 0;
}
#product-list main section.box-benefits ul.boxed li > a > h3 {
  font-size: 24px;
  font-weight: 200;
  letter-spacing: 2.4px;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 15px;
}
#product-list main section.box-benefits ul.boxed li > a > span {
  font-size: 16px;
  font-weight: 300;
  letter-spacing: 1.8px;
  text-align: center;
  line-height: 150%;
}
#product-list main.prodlist-smart-house section.box-benefits ul.boxed li:nth-child(1) {
  background: url("/images/productlist/smart-house/ico_1.svg?100") center top transparent no-repeat;
  background-size: 30%;
}
#product-list main.prodlist-smart-house section.box-benefits ul.boxed li:nth-child(2) {
  background: url("/images/productlist/smart-house/ico_2.svg?100") center top transparent no-repeat;
  background-size: 30%;
}
#product-list main.prodlist-smart-house section.box-benefits ul.boxed li:nth-child(3) {
  background: url("/images/productlist/smart-house/ico_3.svg?100") center top transparent no-repeat;
  background-size: 30%;
}
#product-list main.prodlist-smart-house section.box-benefits ul.boxed li:nth-child(4) {
  background: url("/images/productlist/smart-house/ico_4.svg?100") center top transparent no-repeat;
  background-size: 30%;
}
#product-list main.prodlist-smart-house section.box-benefits ul.boxed li:nth-child(5) {
  background: url("/images/productlist/smart-house/ico_5.svg?100") center top transparent no-repeat;
  background-size: 30%;
}
#product-list main.prodlist-smart-house section.box-benefits ul.boxed li:nth-child(6) {
  background: url("/images/productlist/smart-house/ico_6.svg?100") center top transparent no-repeat;
  background-size: 30%;
}
#product-list main.prodlist-recuperation section.box-benefits ul.boxed li:nth-child(1) {
  background: url("/images/productlist/recuperation/ico_1.svg?100") center top transparent no-repeat;
  background-size: 30%;
}
#product-list main.prodlist-recuperation section.box-benefits ul.boxed li:nth-child(2) {
  background: url("/images/productlist/recuperation/ico_2.svg?100") center top transparent no-repeat;
  background-size: 30%;
}
#product-list main.prodlist-recuperation section.box-benefits ul.boxed li:nth-child(3) {
  background: url("/images/productlist/recuperation/ico_3.svg?100") center top transparent no-repeat;
  background-size: 30%;
}
#product-list main.prodlist-recuperation section.box-benefits ul.boxed li:nth-child(4) {
  background: url("/images/productlist/recuperation/ico_4.svg?100") center top transparent no-repeat;
  background-size: 30%;
}
#product-list main.prodlist-recuperation section.box-benefits ul.boxed li:nth-child(5) {
  background: url("/images/productlist/recuperation/ico_5.svg?100") center top transparent no-repeat;
  background-size: 30%;
}
#product-list main.prodlist-recuperation section.box-benefits ul.boxed li:nth-child(6) {
  background: url("/images/productlist/recuperation/ico_6.svg?100") center top transparent no-repeat;
  background-size: 30%;
}
#product-list main.prodlist-graywater section.box-benefits ul.boxed li:nth-child(1) {
  background: url("/images/productlist/graywater/ico_1.svg?100") center top transparent no-repeat;
  background-size: 30%;
}
#product-list main.prodlist-graywater section.box-benefits ul.boxed li:nth-child(2) {
  background: url("/images/productlist/graywater/ico_2.svg?100") center top transparent no-repeat;
  background-size: 30%;
}
#product-list main.prodlist-graywater section.box-benefits ul.boxed li:nth-child(3) {
  background: url("/images/productlist/graywater/ico_3.svg?100") center top transparent no-repeat;
  background-size: 30%;
}
#product-list main.prodlist-graywater section.box-benefits ul.boxed li:nth-child(4) {
  background: url("/images/productlist/graywater/ico_4.svg?100") center top transparent no-repeat;
  background-size: 30%;
}
#product-list main.prodlist-graywater section.box-benefits ul.boxed li:nth-child(5) {
  background: url("/images/productlist/graywater/ico_5.svg?100") center top transparent no-repeat;
  background-size: 30%;
}
#product-list main.prodlist-graywater section.box-benefits ul.boxed li:nth-child(6) {
  background: url("/images/productlist/graywater/ico_6.svg?100") center top transparent no-repeat;
  background-size: 30%;
}
#product-list main.prodlist-flushing section.box-benefits ul.boxed li:nth-child(1) {
  background: url("/images/productlist/flushing/ico_1.svg?100") center top transparent no-repeat;
  background-size: 30%;
}
#product-list main.prodlist-flushing section.box-benefits ul.boxed li:nth-child(2) {
  background: url("/images/productlist/flushing/ico_2.svg?100") center top transparent no-repeat;
  background-size: 30%;
}
#product-list main.prodlist-flushing section.box-benefits ul.boxed li:nth-child(3) {
  background: url("/images/productlist/flushing/ico_3.svg?100") center top transparent no-repeat;
  background-size: 30%;
}
#product-list main.prodlist-flushing section.box-benefits ul.boxed li:nth-child(4) {
  background: url("/images/productlist/flushing/ico_4.svg?100") center top transparent no-repeat;
  background-size: 30%;
}
#product-list main.prodlist-flushing section.box-benefits ul.boxed li:nth-child(5) {
  background: url("/images/productlist/flushing/ico_5.svg?100") center top transparent no-repeat;
  background-size: 30%;
}
#product-list main.prodlist-flushing section.box-benefits ul.boxed li:nth-child(6) {
  background: url("/images/productlist/flushing/ico_6.svg?100") center top transparent no-repeat;
  background-size: 30%;
}
#product-list main.prodlist-watering section.box-benefits ul.boxed li:nth-child(1) {
  background: url("/images/productlist/watering/ico_1.svg?100") center top transparent no-repeat;
  background-size: 30%;
}
#product-list main.prodlist-watering section.box-benefits ul.boxed li:nth-child(2) {
  background: url("/images/productlist/watering/ico_2.svg?100") center top transparent no-repeat;
  background-size: 30%;
}
#product-list main.prodlist-watering section.box-benefits ul.boxed li:nth-child(3) {
  background: url("/images/productlist/watering/ico_3.svg?100") center top transparent no-repeat;
  background-size: 30%;
}
#product-list main.prodlist-watering section.box-benefits ul.boxed li:nth-child(4) {
  background: url("/images/productlist/watering/ico_4.svg?100") center top transparent no-repeat;
  background-size: 30%;
}
#product-list main.prodlist-watering section.box-benefits ul.boxed li:nth-child(5) {
  background: url("/images/productlist/watering/ico_5.svg?100") center top transparent no-repeat;
  background-size: 30%;
}
#product-list main.prodlist-watering section.box-benefits ul.boxed li:nth-child(6) {
  background: url("/images/productlist/watering/ico_6.svg?100") center top transparent no-repeat;
  background-size: 30%;
}

#product-list-detail main {
  margin-top: 50px;
}
#product-list-detail main section.intro {
  margin: 0 0 50px;
  text-align: center;
}
#product-list-detail main section.intro .bgimage {
  background: url("/images/technology/tech_header.jpg?100") 50% 50% no-repeat;
  background-size: cover;
  width: 100%;
  height: 37vw;
  max-height: 713px;
}
#product-list-detail main section.intro .bgimage img {
  max-width: stretch;
}
#product-list-detail main section.intro .container {
  max-width: 1800px;
  margin: -13% auto 0 auto;
  display: flex;
  flex-wrap: wrap;
  width: stretch;
  padding: 55px 0;
  border: 4px solid #f4f0ea;
  position: relative;
  border-radius: 15px;
  background: rgba(252, 251, 249, 0.5);
}
#product-list-detail main section.intro .container h1 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
#product-list-detail main section.intro .container h1 > span {
  position: relative;
  font-size: 128px;
  font-weight: 200;
  color: #60707a;
  text-align: left;
  text-transform: uppercase;
  letter-spacing: 12.8px;
  line-height: 1;
  padding: 0 32px 0 32px;
  z-index: 2;
}
@media (prefers-color-scheme: dark) {
  #product-list-detail main section.intro .container h1 > span {
    color: #fcfbf9;
  }
}
#product-list-detail main section.intro .container h1 > span:not(:last-child) {
  margin-bottom: 25.6px;
}
#product-list-detail main section.intro .container 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) {
  #product-list-detail main section.intro .container h1 > span::before {
    background-color: #434333;
  }
}
@media screen and (max-width: 900px) {
  #product-list-detail main section.intro .container h1 > span::before {
    border-radius: 0 8px 8px 0;
  }
}
#product-list-detail main section.intro .container h1 {
  margin-bottom: 100px;
  text-transform: uppercase;
}
#product-list-detail main section.intro .container h1 > span {
  font-size: clamp(5.625rem, 4.675rem + 3.8vw, 8rem);
}
#product-list-detail main section.intro .container .content {
  max-width: 1280px;
  margin: 10px auto;
}
#product-list-detail main section.intro .container .content > p {
  font-size: 18px;
}
#product-list-detail main section.intro .container .content > p.slogan {
  font-size: 24px;
  line-height: 150%;
  letter-spacing: 2.4px;
  font-weight: 300;
  margin: 40px 0;
}
#product-list-detail main section.intro .container .content > p + ul {
  margin-top: 40px;
}
#product-list-detail main section.intro .container .content > ul > li {
  font-size: 20px;
  line-height: 150%;
  letter-spacing: 2.4px;
}
#product-list-detail main section.intro .container .content > ul > li + li {
  margin-top: 10px;
}
#product-list-detail main section.intro .container .content > ul + p {
  margin-top: 40px;
}
#product-list-detail main section.module {
  margin: 15px 0 50px;
  position: relative;
  text-align: center;
}
#product-list-detail main section.module .container {
  max-width: 1800px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  row-gap: 80px;
  width: 100%;
  padding: 55px 0;
  justify-content: space-between;
}
#product-list-detail main section.module .container > div {
  width: 49%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
#product-list-detail main section.module .container > div > h2 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
#product-list-detail main section.module .container > div > h2 > span {
  position: relative;
  font-size: 80px;
  font-weight: 200;
  color: #60707a;
  text-align: left;
  text-transform: uppercase;
  letter-spacing: 8px;
  line-height: 1;
  padding: 0 20px 0 20px;
  z-index: 2;
}
@media (prefers-color-scheme: dark) {
  #product-list-detail main section.module .container > div > h2 > span {
    color: #fcfbf9;
  }
}
#product-list-detail main section.module .container > div > h2 > span:not(:last-child) {
  margin-bottom: 16px;
}
#product-list-detail main section.module .container > div > 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) {
  #product-list-detail main section.module .container > div > h2 > span::before {
    background-color: #434333;
  }
}
@media screen and (max-width: 900px) {
  #product-list-detail main section.module .container > div > h2 > span::before {
    border-radius: 0 8px 8px 0;
  }
}
#product-list-detail main section.module .container > div > h2 {
  margin-top: 0;
  margin-bottom: 35px;
}
#product-list-detail main section.module .container > div > h2 > span {
  font-size: clamp(3.125rem, 2.375rem + 3vw, 5rem);
}
#product-list-detail main section.module .container > div h3 {
  font-size: 32px;
  font-style: normal;
  font-weight: 200;
  line-height: normal;
  letter-spacing: 3.2px;
  text-transform: uppercase;
}
#product-list-detail main section.module .container > div > p {
  font-size: 18px;
  max-width: 70%;
  margin: 20px auto;
}
#product-list-detail main section.module .container > div > p.slogan {
  font-size: 24px;
  line-height: 150%;
  letter-spacing: 2.4px;
  font-weight: 300;
  margin: 40px 0;
}
#product-list-detail main section.module .container > div > p + h3 {
  margin-top: 40px;
}
#product-list-detail main section.module .container > div .button-default {
  margin-top: auto;
}
#product-list-detail main section.module .container > div.title {
  justify-content: flex-end;
  display: flex;
  flex-direction: column;
}
#product-list-detail main section.module .container > div.title > p {
  margin: 5% auto 0 auto;
  font-size: 24px;
  line-height: 150%;
  letter-spacing: 2.4px;
}
#product-list-detail main section.module .container > div.right > h2 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
#product-list-detail main section.module .container > div.right > h2 > span {
  position: relative;
  font-size: 80px;
  font-weight: 200;
  color: #60707a;
  text-align: left;
  text-transform: uppercase;
  letter-spacing: 8px;
  line-height: 1;
  padding: 0 20px 0 20px;
  z-index: 2;
}
@media (prefers-color-scheme: dark) {
  #product-list-detail main section.module .container > div.right > h2 > span {
    color: #fcfbf9;
  }
}
#product-list-detail main section.module .container > div.right > h2 > span:not(:last-child) {
  margin-bottom: 16px;
}
#product-list-detail main section.module .container > div.right > h2 > span::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  transform: none;
  background-color: #f4f0ea;
  border-radius: 20px 0 0 20px;
  width: 100%;
  height: 100%;
  z-index: -1;
}
@media (prefers-color-scheme: dark) {
  #product-list-detail main section.module .container > div.right > h2 > span::before {
    background-color: #434333;
  }
}
@media screen and (max-width: 900px) {
  #product-list-detail main section.module .container > div.right > h2 > span::before {
    border-radius: 8px 0 0 8px;
  }
}
#product-list-detail main section.module .container > div.right > h2 > span {
  font-size: clamp(3.125rem, 2.375rem + 3vw, 5rem);
  margin-left: auto;
}
#product-list-detail main section.module .container > div.image {
  display: flex;
  justify-content: center;
  align-items: center;
}
#product-list-detail main section.module .container > div.image > img {
  max-width: 100%;
  border-radius: 15px 0 0 15px;
}
#product-list-detail main section.module .container > div.image.left > img {
  border-radius: 0 15px 15px 0;
}
#product-list-detail main section.module .container > div.single {
  margin: 10% auto;
}
#product-list-detail main section.module .container > div svg {
  margin-top: 15%;
}
#product-list-detail main section.module .container > div .box-links {
  text-align: left;
  padding: 0 5%;
  margin-top: 50px;
}
#product-list-detail main section.module .container > div .box-links > a {
  display: flex;
  text-align: center;
  text-transform: uppercase;
  line-height: normal;
  border-radius: 10px;
  border: 1px solid #60707a;
  transition: all 0.5s cubic-bezier(0.25, 0.8, 0.25, 1);
}
#product-list-detail main section.module .container > div .box-links > a > span {
  display: inline-block;
  align-content: center;
  text-align: center;
  padding: 10px 20px;
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  line-height: normal;
}
#product-list-detail main section.module .container > div .box-links > a > span:nth-child(1) {
  display: inline-block;
  font-size: 18px;
  font-weight: 400;
  color: #ffffff;
  letter-spacing: 1.8px;
  border-radius: 8px;
  border: 1px solid #60707a;
  background-color: #60707a;
}
#product-list-detail main section.module .container > div .box-links > a > span:nth-child(2) {
  font-size: 16px;
  font-weight: 200;
  text-align: left;
  color: #000000;
  letter-spacing: 1.6px;
  background-color: transparent;
}
#product-list-detail main section.module .container > div .box-links > a + a {
  margin-top: 15px;
}
