:root {
  --font-title: "Nunito Sans", sans-serif;
  --font-pri: "Montserrat", sans-serif;
  --pi-4: 0.4rem;
  --pi-8: 0.8rem;
  --pi-10: 1rem;
  --pi-12: 1.2rem;
  --pi-14: 1.4rem;
  --pi-16: 1.6rem;
  --pi-18: 1.8rem;
  --pi-20: 2rem;
  --pi-24: 2.4rem;
  --pi-32: 3.2rem;
}
@media screen and (max-width: 1200px) {
  :root {
    --pi-12: 0.8rem;
    --pi-14: 0.8rem;
    --pi-16: 0.8rem;
    --pi-18: 0.8rem;
    --pi-20: 1rem;
    --pi-24: 1.2rem;
    --pi-32: 1.6rem;
  }
}
:root {
  --header-height: 9.6rem;
  --header-height-fixed: 8rem;
  --z-i-header: 100;
  --radius-circle: 50%;
  --radius-max: 999rem;
  --radius-xl: 2.4rem;
  --radius-l: 1.6rem;
  --radius: 1.2rem;
  --radius-m: 0.8rem;
  --radius-s: 0.4rem;
  --box-shadow-1: 0 0.4rem 2.4rem 0 rgba(0, 0, 0, 0.1);
  --box-shadow-2: 0 1rem 3rem 0 rgba(0, 0, 0, 0.05);
  --filter-white: brightness(0) invert(1);
  --filter-black: brightness(0) invert(0);
  --filter-pri: brightness(0) saturate(100%) invert(27%) sepia(7%) saturate(5832%) hue-rotate(339deg) brightness(92%)
    contrast(85%);
  --filter-sec: brightness(0) saturate(100%) invert(77%) sepia(36%) saturate(5995%) hue-rotate(9deg) brightness(110%)
    contrast(96%);
  --filter-third: brightness(0) saturate(100%) invert(43%) sepia(81%) saturate(875%) hue-rotate(22deg) brightness(101%)
    contrast(101%);
  --container-full: 4.8rem;
  --container-width: 124.8rem;
  --container-padding: 1.6rem;
}
@media screen and (max-width: 1200px) {
  :root {
    --container-full: 1.6rem;
  }
}

.sdn-content > * {
  line-height: 140%;
  color: #1a1a1a;
}
.sdn-content b,
.sdn-content strong {
  font-weight: 700;
}
.sdn-content em,
.sdn-content i {
  font-style: italic;
}
.sdn-content h1,
.sdn-content h2,
.sdn-content h3,
.sdn-content h4,
.sdn-content h5,
.sdn-content h6 {
  color: #241c00;
  font-weight: 800;
  margin-bottom: 1.6rem;
  font-family: var(--font-title);
}
.sdn-content h1 {
  --f-sz: clamp(2.1rem, calc(1.6984rem + 0.5738vw), 2.8rem);
  font-size: var(--f-sz);
}
.sdn-content h2 {
  --f-sz: clamp(1.6rem, calc(1.3705rem + 0.3279vw), 2rem);
  font-size: var(--f-sz);
}
.sdn-content h3 {
  --f-sz: clamp(1.4rem, calc(1.3279rem + 0.2459vw), 1.8rem);
  font-size: var(--f-sz);
}
.sdn-content h4 {
  --f-sz: 1.6rem;
  font-size: var(--f-sz);
}
.sdn-content h5 {
  --f-sz: 1.4rem;
  font-size: var(--f-sz);
}
.sdn-content h6 {
  --f-sz: 1.2rem;
  font-size: var(--f-sz);
}
.sdn-content p {
  font-size: 1.4rem;
  margin-bottom: 1.6rem;
}
@media screen and (max-width: 576px) {
  .sdn-content p {
    font-size: 1.2rem;
  }
}
.sdn-content ul,
.sdn-content ol {
  margin: 0 0 4rem 0;
  list-style-position: inside;
}
@media screen and (max-width: 1200px) {
  .sdn-content ul,
  .sdn-content ol {
    margin: 0 0 3.2rem 0;
  }
}
@media screen and (max-width: 767px) {
  .sdn-content ul,
  .sdn-content ol {
    margin: 0 0 2.4rem 0;
  }
}
.sdn-content ul ul,
.sdn-content ul ol,
.sdn-content ol ul,
.sdn-content ol ol {
  margin-left: 1em;
}
.sdn-content ul {
  list-style-type: disc;
}
.sdn-content ol {
  list-style-type: decimal;
}
.sdn-content ul ul,
.sdn-content ol ul {
  list-style-type: circle;
}
.sdn-content ol ol,
.sdn-content ul ol {
  list-style-type: lower-latin;
}
.sdn-content img,
.sdn-content iframe {
  height: auto;
  margin: 4rem 0;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  max-width: 100% !important;
  border-radius: var(--radius);
}
@media screen and (max-width: 1200px) {
  .sdn-content img,
  .sdn-content iframe {
    margin: 2.4rem 0;
  }
}
.sdn-content blockquote {
  padding: 2.4rem;
  margin: 2.4rem 0;
  isolation: isolate;
  position: relative;
  border-radius: var(--radius-m);
  background: rgba(255, 129, 16, 0.05);
}
@media screen and (max-width: 576px) {
  .sdn-content blockquote {
    padding: 1.6rem;
    margin: 1.6rem 0;
  }
}
.sdn-content blockquote::before {
  content: "";
  top: 0;
  z-index: -1;
  height: 65%;
  left: 2.4rem;
  width: 14.5%;
  position: absolute;
  pointer-events: none;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: top;
  background-image: url("../../assets/images/icons/icon-quote.svg");
}
.sdn-content blockquote * {
  margin: 0;
  color: #1a1a1a;
}
.sdn-content blockquote * + * {
  margin-top: 1.6rem;
}
.sdn-content blockquote .author-txt {
  gap: 1.2rem;
  display: flex;
  color: #1a1a1a;
  align-items: center;
}
.sdn-content blockquote .author-txt::before {
  content: "";
  display: block;
  flex-shrink: 0;
  width: 0.8rem;
  height: 0.8rem;
  transform: rotate(-45deg);
  background-color: #1a1a1a;
}
.sdn-content .sdn-youtube-wrap {
  position: relative;
  height: 0;
  padding-top: 56.25%;
}
.sdn-content .sdn-youtube-wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.sdn-content .sdn-table-wrap {
  overflow: auto;
}
.sdn-content .wp-caption-text {
  font-size: 1.4rem;
  text-align: center;
  color: #999999;
}
@media screen and (max-width: 576px) {
  .sdn-content .wp-caption-text {
    font-size: 1.2rem;
  }
}
.sdn-content .wp-caption {
  border: 0;
  padding: 0;
  max-width: 100%;
  margin-bottom: 3.2rem;
}
@media screen and (max-width: 1200px) {
  .sdn-content .wp-caption {
    margin-bottom: 2.4rem;
  }
}
.sdn-content .wp-caption-text {
  padding: 1rem 0;
  line-height: 1.5;
  font-size: 1.4rem;
  text-align: center;
  font-style: italic;
  margin: 0 !important;
}
@media screen and (max-width: 576px) {
  .sdn-content .wp-caption-text {
    font-size: 1.2rem;
  }
}
.sdn-content .wp-caption.alignnone {
  margin: 3.2rem 0;
}
@media screen and (max-width: 576px) {
  .sdn-content .wp-caption.alignnone {
    margin: 2.4rem 0;
  }
}
.sdn-content .wp-caption.alignright {
  float: right;
  display: inline;
  margin-bottom: 0;
  margin-left: 1.5rem;
}
.sdn-content .wp-caption.aligncenter {
  margin: 2.4rem auto;
}
.sdn-content .wp-caption.alignleft {
  float: left;
  display: inline;
  margin-bottom: 0;
  margin-right: 1.5rem;
}
.sdn-content .wp-caption img {
  margin: 0;
  width: 100%;
  max-width: 100%;
  overflow: hidden;
}
.sdn-content a {
  font-weight: 700;
  color: #f2b705;
  transition: all 0.5s ease;
}
.sdn-content a:hover {
  text-decoration: underline;
  color: #784123;
}
.sdn-content li {
  margin: 1.6rem 0;
  font-size: 1.4rem;
}
@media screen and (max-width: 1200px) {
  .sdn-content li {
    margin: 1.2rem 0;
  }
}
.sdn-content figure {
  width: -moz-fit-content;
  width: fit-content;
  margin-top: 1em;
  margin-bottom: 1em;
  margin-right: auto;
  margin-left: auto;
}
.sdn-content figure img {
  margin: 0;
}
.sdn-content figcaption {
  font-style: italic;
  font-size: 0.8em;
  text-align: center;
}
.sdn-content .img-full img {
  width: 100%;
}
.sdn-content .table-resp,
.sdn-content figure {
  margin: 2.4rem 0;
}
@media screen and (max-width: 576px) {
  .sdn-content .table-resp,
  .sdn-content figure {
    width: 100%;
    overflow: auto hidden;
  }
}
@media screen and (max-width: 576px) {
  .sdn-content .table-resp table,
  .sdn-content figure table {
    min-width: 80rem;
    width: -moz-max-content !important;
    width: max-content !important;
  }
}
.sdn-content table {
  width: 100%;
  overflow: hidden auto;
  border-radius: 1.6rem;
  height: auto !important;
  margin: 2.4rem auto !important;
  border-collapse: separate !important;
}
.sdn-content table thead tr th:first-child {
  border-top-left-radius: 2rem;
}
.sdn-content table thead tr th:last-child {
  border-top-right-radius: 2rem;
}
.sdn-content table thead tr th:not(:last-child) {
  border-right: 0.1rem solid white;
}
.sdn-content table tbody {
  background-color: #fff;
}
.sdn-content table tbody tr:first-child td:first-child {
  border-top-left-radius: 2rem;
}
.sdn-content table tbody tr:first-child td:last-child {
  border-top-right-radius: 2rem;
}
.sdn-content table tbody tr:first-child td:not(:last-child) {
  border-right: 0.1rem solid #f0f0f0;
}
.sdn-content table tbody tr:last-child td:first-child {
  border-bottom-left-radius: 2rem;
}
.sdn-content table tbody tr:last-child td:last-child {
  border-bottom-right-radius: 2rem;
}
.sdn-content table tbody tr:not(:first-child) td:not(:last-child) {
  border-right: 0.1rem solid #f0f0f0;
}
.sdn-content table td {
  text-align: left;
  vertical-align: middle;
  background-color: transparent;
}
.sdn-content table th {
  font-weight: 600;
  text-align: left;
}
.sdn-content table th,
.sdn-content table td {
  padding: 1.2rem;
  font-size: 1.4rem;
  vertical-align: middle;
  border-bottom: 0.1rem solid #f0f0f0;
}
.sdn-content img.size-full {
  width: 100%;
}
.sdn-content img.alignnone {
  margin: 3.2rem 0;
}
@media screen and (max-width: 576px) {
  .sdn-content img.alignnone {
    margin: 2.4rem 0;
  }
}
.sdn-content img.aligncenter {
  margin: 3.2rem auto;
}
@media screen and (max-width: 576px) {
  .sdn-content img.aligncenter {
    margin: 2.4rem auto;
  }
}
.sdn-content img.alignright {
  margin-left: auto;
}
.sdn-content img.alignleft {
  margin-right: auto;
}
.sdn-content .gallery-columns {
  gap: 1.6rem;
  display: flex;
  flex-wrap: wrap;
  margin: 3.2rem 0;
}
@media screen and (max-width: 576px) {
  .sdn-content .gallery-columns {
    margin: 2.4rem 0;
  }
}
.sdn-content .gallery-columns img {
  margin: 0;
}
.sdn-content .gallery-columns .gallery-icon {
  width: 100%;
  height: 100%;
}
.sdn-content .gallery-columns .gallery-icon a img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.sdn-content .gallery-columns-2 .gallery-item {
  width: calc(50% - 0.8rem) !important;
}
.sdn-content .gallery-columns-3 .gallery-item {
  width: calc(33.3333333333% - 1.1rem) !important;
}

.swiper-navigation {
  z-index: 5;
  gap: 0.4rem;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  position: relative;
  display: flex;
  align-items: center;
}
.swiper-navigation > * {
  cursor: pointer;
  transition: 0.4s ease-in-out;
  width: 4.8rem;
  height: 4.8rem;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  border: 0.1rem solid #784123;
  border-radius: var(--radius-circle);
}
@media screen and (hover: hover) and (pointer: fine) and (min-width: 1201px) {
  .swiper-navigation > *:hover, .swiper-navigation > *:focus-visible {
    background-color: #784123;
  }
  .swiper-navigation > *:hover img, .swiper-navigation > *:focus-visible img {
    filter: var(--filter-white);
  }
}
.swiper-navigation > * img {
  transition: 0.4s ease-in-out;
  filter: var(--filter-pri);
}
.swiper-navigation .prev img {
  transform: rotate(-180deg);
}

.swiper-pagination {
  max-width: 28rem;
  overflow: hidden;
  position: static !important;
  border-radius: var(--radius-max);
  background: #d9cdbb !important;
}
@media screen and (max-width: 767px) {
  .swiper-pagination {
    max-width: 20rem;
  }
}
.swiper-pagination-progressbar-fill {
  background: #784123 !important;
}

.swiper-button-disabled {
  opacity: 0.5;
  pointer-events: none;
}

.swiper-button-lock {
  display: none;
}

.swiper-fraction {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.6rem;
  position: absolute;
  right: 2.4rem;
  bottom: 4rem;
  z-index: 10;
}
.swiper-fraction .swiper-pagination {
  gap: 0.8rem;
  display: flex;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  flex-direction: column;
  background-color: transparent !important;
}
.swiper-fraction .swiper-pagination-bullet {
  transition: 0.4s ease-in-out;
  margin: 0 auto !important;
  background-color: white !important;
}
.swiper-fraction .swiper-pagination-bullet-active {
  background-color: white !important;
}
.swiper-fraction .swiper-line {
  height: 8rem;
  width: 0.2rem;
  background: white;
  border-radius: var(--radius);
}
.swiper-fraction .swiper-fraction_number {
  --f-sz: clamp(1.7rem, calc(1.2984rem + 0.5738vw), 2.4rem);
  font-size: var(--f-sz);
  font-weight: 800;
  color: white;
  font-family: var(--font-title);
}
@media screen and (max-width: 1280px) {
  .swiper-fraction {
    left: 50%;
    right: auto;
    gap: 1.2rem;
    bottom: 2.4rem;
    flex-direction: row;
    align-items: center;
    transform: translateX(-50%);
  }
  .swiper-fraction .swiper-pagination {
    gap: 0.8rem;
    width: -moz-fit-content;
    width: fit-content;
    flex-direction: row;
  }
  .swiper-fraction .swiper-pagination-bullet {
    margin: auto 0 !important;
  }
  .swiper-fraction .swiper-line {
    width: 10rem;
    height: 0.2rem;
  }
}

.product {
  --wh: 7.2rem;
}
@media screen and (hover: hover) and (pointer: fine) and (min-width: 1201px) {
  .product:hover .img-hover, .product:focus-visible .img-hover {
    opacity: 1;
    visibility: visible;
  }
  .product:hover .triangle, .product:focus-visible .triangle {
    width: var(--wh);
    height: var(--wh);
  }
  .product:hover .triangle::before, .product:hover .triangle::after, .product:focus-visible .triangle::before, .product:focus-visible .triangle::after {
    width: var(--wh);
    height: var(--wh);
  }
  .product:hover .img-icon, .product:focus-visible .img-icon {
    opacity: 1;
  }
}
.product-img {
  position: relative;
}
.product-img .img {
  padding-top: 100%;
}
.product-img .img-hover {
  top: 0;
  left: 0;
  opacity: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  transition: 0.4s ease-in-out;
}
.product-img .img-icon {
  opacity: 0;
  right: 1.2rem;
  bottom: 1.2rem;
  position: absolute;
  transition: 0.4s ease-in-out;
  width: 2.4rem;
  height: 2.4rem;
}
@media screen and (hover: hover) and (pointer: fine) and (min-width: 1201px) {
  .product-img .img-icon:hover, .product-img .img-icon:focus-visible {
    transform: translateX(0.5rem);
  }
}
.product-img .triangle {
  --bg-color: #f0f0f0;
  right: 0;
  bottom: 0;
  width: 0;
  height: 0;
  position: absolute;
  transition: 0.4s ease-in-out;
  border-radius: 1.2rem 0 0 0;
  background-color: var(--bg-color);
  filter: drop-shadow(0 -0.4rem 0.4rem rgba(0, 0, 0, 0.25));
}
.product-img .triangle::before, .product-img .triangle::after {
  top: 0;
  right: 0;
  width: 0;
  height: 0;
  position: absolute;
  content: "";
  z-index: 1;
  transition: 0.4s ease-in-out;
  border-radius: inherit;
}
.product-img .triangle::before {
  background-color: #2a0f00;
}
.product-img .triangle::after {
  background-image: linear-gradient(-45deg, rgba(255, 255, 255, 0.001) 50%, var(--bg-color) 50%);
}
.product-content .text-18 {
  transition: 0.4s ease-in-out;
}
@media screen and (hover: hover) and (pointer: fine) and (min-width: 1201px) {
  .product-content .text-18:hover, .product-content .text-18:focus-visible {
    color: #784123;
  }
}
.product-content ul {
  row-gap: calc(2 * var(--p-10));
  margin: 0 calc(-1 * var(--pi-10));
}
@media screen and (max-width: 576px) {
  .product-content ul {
    --p-10: 0.4rem;
  }
}
@media screen and (max-width: 576px) {
  .product-content ul .text-14 {
    font-size: 1.2rem;
  }
}
.product-content ul li {
  position: relative;
  padding: 0 var(--pi-10);
}
.product-content ul li:not(:last-child)::after {
  top: 50%;
  right: 0;
  width: 0.1rem;
  height: 1.6rem;
  position: absolute;
  content: "";
  transform: translateY(-50%);
  background-color: #d9cdbb;
}

.faqs {
  padding: 8rem 0rem 8rem;
}
@media screen and (max-width: 991px) {
  .faqs {
    padding: 6rem 0rem;
  }
}
.faqs-item {
  --padding: 4rem;
}
@media screen and (max-width: 1200px) {
  .faqs-item {
    --padding: 3.2rem;
  }
}
@media screen and (max-width: 576px) {
  .faqs-item {
    --padding: 1.6rem;
  }
}
.faqs-item:not(:last-child) {
  margin-bottom: var(--padding);
  padding-bottom: var(--padding);
  border-bottom: 0.1rem solid #d9cdbb;
}
.faqs-item.is-active .faqs-head .icon {
  transform: rotate(180deg);
}
.faqs-head {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.faqs-head .icon {
  transition: 0.4s ease-in-out;
  width: 4.4rem;
  height: 4.4rem;
}
@media screen and (max-width: 991px) {
  .faqs-head .icon {
    width: 3.2rem;
    height: 3.2rem;
  }
}
@media screen and (max-width: 576px) {
  .faqs-head .icon {
    width: 2.4rem;
    height: 2.4rem;
  }
}
@media screen and (min-width: 992px) {
  .faqs-content {
    padding: 2rem 4rem 0 7.4rem;
  }
}
@media screen and (min-width: 992px) and (max-width: 1200px) {
  .faqs-content {
    padding: 2rem 4rem 0 6rem;
  }
}
@media screen and (max-width: 991px) {
  .faqs-content {
    padding-top: 2rem;
  }
}
.faqs-content .sdn-content {
  position: relative;
}
@media screen and (min-width: 992px) {
  .faqs-content .sdn-content_box {
    gap: 3.2rem;
    display: flex;
  }
  .faqs-content .sdn-content_box .desc {
    max-width: 62.4rem;
  }
  .faqs-content .sdn-content_box .bg {
    max-width: 41.6rem;
  }
  .faqs-content .sdn-content_box .bg img {
    margin: 0;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

.related {
  padding: 10rem 0rem 10rem;
}
@media screen and (max-width: 991px) {
  .related {
    padding: 6rem 0rem;
  }
}
@media screen and (max-width: 767px) {
  .related-heading .swiper-control {
    display: none;
  }
}
.related-swiper .swiper {
  padding-block: 4rem;
  margin: -4rem calc(-1 * var(--pi-16));
}
.related-swiper .swiper-slide {
  padding: 0 var(--pi-16);
}
.related-swiper .swiper-slide:has(.article), .related-swiper .swiper-slide:has(.project) {
  width: 33.3333333333%;
}
@media screen and (max-width: 767px) {
  .related-swiper .swiper-slide:has(.article), .related-swiper .swiper-slide:has(.project) {
    width: 50%;
  }
}
@media screen and (max-width: 576px) {
  .related-swiper .swiper-slide:has(.article), .related-swiper .swiper-slide:has(.project) {
    width: 83.3333333333%;
  }
}
.related-swiper .swiper-slide:has(.product) {
  width: 25%;
}
@media screen and (max-width: 991px) {
  .related-swiper .swiper-slide:has(.product) {
    width: 33.3333333333%;
  }
}
@media screen and (max-width: 767px) {
  .related-swiper .swiper-slide:has(.product) {
    width: 50%;
  }
}
.related-swiper .swiper-pagination {
  margin: 4rem auto 0;
}

.material-position {
  padding: 5.6rem 0 10.5rem;
}
@media screen and (max-width: 991px) {
  .material-position {
    padding: 6rem 0;
  }
}
.material-content {
  padding: 0 1.6rem;
}
.material-content .title-w-desc {
  color: white;
}
.material-content .title-w-desc .title-40 {
  color: white;
}
.material-content .title-w-desc .text-14 {
  max-width: 34rem;
}
@media screen and (max-width: 576px) {
  .material-content_btn {
    gap: 0.8rem;
  }
}

.why {
  padding: 10rem 0rem 10rem;
}
@media screen and (max-width: 991px) {
  .why {
    padding: 6rem 0rem;
  }
}
@media screen and (min-width: 992px) {
  .why .title-w-desc {
    flex-direction: row;
    justify-content: space-between;
  }
  .why .title-w-desc .title-40 {
    max-width: 36.5rem;
  }
  .why .title-w-desc .text-14 {
    max-width: 59.2rem;
  }
}
@media screen and (max-width: 991px) {
  .why .title-w-desc {
    text-align: center;
  }
}
.why-img .img {
  padding-top: 91.5824915825%;
}
@media screen and (max-width: 991px) {
  .why-list {
    margin: 0 -2rem;
    overflow: auto hidden;
  }
  .why-list::-webkit-scrollbar {
    display: none;
  }
}
.why-item {
  position: relative;
  padding-bottom: 4.8rem;
  border-bottom: 0.1rem solid #d9cdbb;
}
@media screen and (hover: hover) and (pointer: fine) and (min-width: 1201px) {
  .why-item:hover .title-24, .why-item:focus-visible .title-24 {
    color: #784123;
  }
}
@media screen and (max-width: 991px) {
  .why-item {
    padding: 0 2rem;
    padding-bottom: 1.6rem;
  }
}
.why-item::before {
  left: 0;
  width: 0;
  bottom: -0.2rem;
  height: 0.3rem;
  position: absolute;
  content: "";
  z-index: 1;
  transition: 0.4s ease-in-out;
  border-radius: var(--radius);
  background-color: #784123;
}
@media screen and (min-width: 992px) {
  .why-item:last-child {
    border: 0;
    padding-bottom: 0;
  }
  .why-item:last-child::before {
    content: unset;
  }
}
.why-item.is-active::before {
  width: 12.8rem;
}
@media screen and (max-width: 991px) {
  .why-item.is-active::before {
    width: 100%;
  }
}
.why-item.is-active .title-24 {
  color: #784123;
}
@media screen and (max-width: 991px) {
  .why-item .title-24 {
    white-space: nowrap;
  }
}
@media screen and (max-width: 576px) {
  .why-item .title-24 {
    font-size: 1.4rem;
  }
}

.app {
  position: relative;
  padding: 10rem 0rem 10rem;
}
@media screen and (max-width: 991px) {
  .app {
    padding: 6rem 0rem;
  }
}
@media screen and (min-width: 1201px) {
  .app::before {
    top: 50%;
    left: -50%;
    width: 100%;
    height: 134rem;
    position: absolute;
    content: "";
    z-index: -1;
    transform: translateY(-50%);
    border-radius: var(--radius-circle);
    background: radial-gradient(50% 50% at 50% 50%, rgba(217, 205, 187, 0.35) 0%, rgba(217, 205, 187, 0) 100%);
  }
}
.app-swiper {
  position: relative;
}
.app-swiper .swiper {
  margin: 0 calc(-1 * var(--pi-16));
}
.app-swiper .swiper-slide {
  width: 33.3333333333%;
  padding: 0 var(--pi-16);
}
@media screen and (hover: hover) and (pointer: fine) and (min-width: 1201px) {
  .app-swiper .swiper-slide:hover .img img, .app-swiper .swiper-slide:focus-visible .img img {
    transform: scale(1.05);
  }
}
@media screen and (max-width: 991px) {
  .app-swiper .swiper-slide {
    width: 50%;
  }
}
@media screen and (max-width: 576px) {
  .app-swiper .swiper-slide {
    width: 76.9230769231%;
  }
}
.app-swiper .swiper-pagination {
  max-width: 17.6rem;
  margin: 4rem auto 0;
}
.app-img .img {
  padding-top: 143.2291666667%;
}
.app-img .img::before {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  content: "";
  z-index: 1;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.3) 100%);
}
.app-content {
  left: 0;
  bottom: 0;
  z-index: 5;
  width: 100%;
  padding: 3.2rem;
  position: absolute;
}
@media screen and (max-width: 1200px) {
  .app-content {
    padding: 2.4rem;
  }
}
@media screen and (max-width: 767px) {
  .app-content {
    padding: 1.6rem;
  }
}
.app-content .title-28 {
  transition: 0.4s ease-in-out;
}
@media screen and (hover: hover) and (pointer: fine) and (min-width: 1201px) {
  .app-content .title-28:hover, .app-content .title-28:focus-visible {
    color: #f2b705;
  }
}

.cer {
  padding: 10rem 0rem 10rem;
}
@media screen and (max-width: 991px) {
  .cer {
    padding: 6rem 0rem;
  }
}
@media screen and (max-width: 390px) {
  .cer .title-40 {
    margin: 0 auto;
    max-width: 27rem;
  }
}
.cer-swiper .swiper {
  margin: 0 calc(-1 * var(--pi-20));
}
.cer-swiper .swiper::before, .cer-swiper .swiper:after {
  top: 0;
  width: 16rem;
  height: 100%;
  position: absolute;
  content: "";
  z-index: 5;
}
@media screen and (max-width: 576px) {
  .cer-swiper .swiper::before, .cer-swiper .swiper:after {
    width: 10rem;
  }
}
.cer-swiper .swiper::before {
  left: -0.2rem;
  background: linear-gradient(-90deg, rgba(250, 250, 250, 0) 0%, #fafafa 100%);
}
.cer-swiper .swiper::after {
  right: -0.2rem;
  background: linear-gradient(90deg, rgba(250, 250, 250, 0) 0%, #fafafa 100%);
}
.cer-swiper .swiper-slide {
  width: 25%;
  padding: 0 var(--pi-20);
}
@media screen and (max-width: 767px) {
  .cer-swiper .swiper-slide {
    width: 33.3333333333%;
  }
}
.cer-swiper .swiper-pagination {
  margin: 4rem auto 0;
}
.cer-img .img {
  padding-top: 100%;
}

.outs {
  padding: 10rem 0rem 10rem;
}
@media screen and (max-width: 991px) {
  .outs {
    padding: 6rem 0rem;
  }
}
.outs-swiper .swiper {
  padding-block: 4rem;
  margin: -4rem calc(-1 * var(--pi-16));
}
.outs-swiper .swiper-slide {
  height: auto;
  width: 33.3333333333%;
  padding: 0 var(--pi-16);
}
@media screen and (max-width: 767px) {
  .outs-swiper .swiper-slide {
    width: 50%;
  }
}
@media screen and (max-width: 576px) {
  .outs-swiper .swiper-slide {
    width: 83.3333333333%;
  }
}
.outs-swiper .swiper-pagination {
  margin: 4rem auto 0;
}
@media screen and (min-width: 992px) {
  .outs-swiper .swiper-pagination {
    display: none;
  }
}
@media screen and (min-width: 992px) {
  .outs-swiper_title .title-40 {
    max-width: 22rem;
  }
}
@media screen and (max-width: 991px) {
  .outs-swiper_title .swiper-control {
    display: none;
  }
}
.outs-box {
  height: 100%;
  padding: 2.4rem;
  transition: 0.4s ease-in-out;
  border-radius: var(--radius-xl);
  border: 0.1rem solid #d9cdbb;
}
@media screen and (hover: hover) and (pointer: fine) and (min-width: 1201px) {
  .outs-box:hover, .outs-box:focus-visible {
    border-color: transparent;
    background-color: white;
    box-shadow: var(--box-shadow-1);
  }
}
@media screen and (max-width: 991px) {
  .outs-box {
    padding: 1.6rem;
  }
}
@media screen and (max-width: 576px) {
  .outs-box {
    gap: 2.4rem;
  }
}
.outs-img {
  width: 9.4rem;
  height: 9.4rem;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  border-radius: 1.2rem;
  background: rgba(217, 205, 187, 0.25);
}
@media screen and (max-width: 991px) {
  .outs-img {
    width: 6.4rem;
    height: 6.4rem;
  }
}
.outs-img img {
  -o-object-fit: contain;
     object-fit: contain;
  width: 5.6rem;
  height: 5.6rem;
}
@media screen and (max-width: 991px) {
  .outs-img img {
    width: 4rem;
    height: 4rem;
  }
}

.prdt {
  padding: 6.4rem 0rem 10rem;
}
@media screen and (max-width: 991px) {
  .prdt {
    padding: 6rem 0rem;
  }
}
.prdt-inner_heading {
  flex-wrap: wrap;
}
@media screen and (hover: hover) and (pointer: fine) and (min-width: 1201px) {
  .prdt-inner_share:hover:after, .prdt-inner_share:focus-visible:after {
    left: 0;
    width: 100%;
  }
}
.prdt-inner_share:after {
  right: 0;
  width: 0;
  height: 0.2rem;
  bottom: -0.2rem;
  position: absolute;
  content: "";
  transition: 0.4s ease-in-out;
  background-color: #656565;
}
.prdt-info ul li:not(:last-child) {
  padding-bottom: 2.4rem;
  border-bottom: 0.1rem solid #d9cdbb;
}
@media screen and (max-width: 576px) {
  .prdt-info ul li:not(:last-child) {
    padding-bottom: 1.2rem;
  }
}
.prdt-info ul li .text-14:first-child {
  width: 16rem;
}
@media screen and (max-width: 576px) {
  .prdt-info ul li .text-14:first-child {
    width: 12rem;
  }
}
@media screen and (max-width: 576px) {
  .prdt-action > .btn {
    width: calc(50% - 0.6rem);
  }
}
.prdt-img .img {
  padding-top: 100%;
  border-radius: 0.8rem;
  background-color: #f0f0f0;
}
.prdt-img .img img {
  transition: unset;
  -o-object-fit: contain;
     object-fit: contain;
}
.prdt-slide {
  gap: 1.5rem;
  display: flex;
  align-items: center;
}
@media screen and (min-width: 992px) {
  .prdt-slide {
    top: 10rem;
    position: sticky;
  }
}
@media screen and (max-width: 1200px) {
  .prdt-slide {
    margin: 0 auto;
    flex-direction: column-reverse;
  }
}
@media screen and (max-width: 991px) {
  .prdt-slide {
    gap: 0.8rem;
    max-width: 50rem;
  }
}
.prdt-slide .swiper {
  margin: 0 calc(-1 * var(--pi-4));
}
.prdt-slide .swiper-slide {
  cursor: pointer;
  padding: 0 var(--pi-4);
}
.prdt-main {
  position: relative;
  width: 83.3333333333%;
}
@media screen and (max-width: 1200px) {
  .prdt-main {
    width: 100%;
  }
}
.prdt-main_action {
  --pos: 1rem;
  z-index: 5;
  gap: 1.6rem;
  right: var(--pos);
  bottom: var(--pos);
  position: absolute;
  display: flex;
  align-items: center;
}
.prdt-main_action > * {
  width: 4rem;
  height: 4rem;
  transition: 0.4s ease-in-out;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  background-color: #784123;
  border-radius: var(--radius-circle);
}
@media screen and (hover: hover) and (pointer: fine) and (min-width: 1201px) {
  .prdt-main_action > *:hover, .prdt-main_action > *:focus-visible {
    background-color: #f2b705;
  }
}
.prdt-main_action img {
  -o-object-fit: contain;
     object-fit: contain;
  width: 2rem;
  height: 2rem;
  filter: var(--filter-white);
}
@media screen and (hover: hover) and (pointer: fine) and (min-width: 1201px) {
  .prdt-main .prdt-img:hover .img img, .prdt-main .prdt-img:focus-visible .img img {
    transform: none;
  }
}
.prdt-main_lens {
  z-index: 1;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  width: 14rem;
  height: 14rem;
  pointer-events: none;
  background-color: #f0f0f0;
  border-radius: var(--radius-m);
  background-repeat: no-repeat;
  border: 0.2rem solid white;
  box-shadow: 0 0.8rem 3.2rem rgba(0, 0, 0, 0.25);
}
@media screen and (max-width: 1200px) {
  .prdt-main_lens {
    display: none;
  }
}
.prdt-main.is-magnifying .prdt-main_lens {
  opacity: 1;
}
.prdt-main.is-near-action .prdt-main_lens {
  opacity: 0;
}
.prdt-thumb {
  position: relative;
  width: 16.6666666667%;
}
@media screen and (max-width: 1200px) {
  .prdt-thumb {
    width: 100%;
  }
}
.prdt-thumb .prdt-img {
  padding: 0.2rem;
  transition: 0.4s ease-in-out;
  border-radius: 0.8rem;
}
.prdt-thumb .swiper {
  height: 100%;
  overflow: hidden;
  max-height: 29rem;
}
@media screen and (max-width: 1200px) {
  .prdt-thumb .swiper-slide {
    width: 33.3333333333%;
  }
}
.prdt-thumb .swiper-slide-thumb-active .prdt-img {
  background-color: #784123;
}
.prdt-thumb .swiper-navigation {
  display: block;
  position: static;
}
@media screen and (max-width: 1200px) {
  .prdt-thumb .swiper-navigation {
    display: none;
  }
}
.prdt-thumb .swiper-navigation .prev {
  top: unset;
  bottom: calc(100% + 2.4rem);
}
.prdt-thumb .swiper-navigation .next {
  right: unset;
  top: calc(100% + 2.4rem);
}
.prdt-thumb .swiper-navigation > * {
  left: 50%;
  border: unset;
  box-shadow: unset;
  position: absolute;
  width: 4rem;
  height: 4rem;
  transform: translateX(-50%);
  background-color: transparent;
}
.prdt-thumb .swiper-navigation > * img {
  filter: var(--filter-pri);
}

.bgSec {
  background-color: rgba(242, 183, 5, 0.05);
}

.p-product-detail .faqs-wrap > .btn {
  display: none;
}
.p-product-detail .material {
  padding-bottom: 10rem;
}
@media screen and (max-width: 991px) {
  .p-product-detail .material {
    padding-bottom: 6rem;
  }
}
/*# sourceMappingURL=product-detail.css.map */
