.home .xts-header-row.xts-general-header {
    background-color: transparent;
}
.home .xts-page-title.xts-size-l {
  padding: 0;
}
.page-id-32 .xts-title {
    display: none;
}
.header__video {
    width: 100%;
    object-fit: cover;
    margin-top: -20px;
    z-index: 2;
    height: 810px;
	position: absolute;
	top:0
}
.header__hero {
    color: #fff;
    position: absolute;
    z-index: 3;
}
.header__hero-title {
  color: #fff;
}
.header__hero-subtitle {
    font-size: 24px;
    margin: 32px 0;
    max-width: 1184px;
}
.header__bottom {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 3;
    background: #000;
    color: #fff;
    font-size: 13px;
}
.title-head {
  font-family: "Spectral SC", serif;
  color: #6c6c6c;
  font-size: 24px;
  letter-spacing: -0.02em;
  margin-bottom: 24px;
}
.title-head-xl {
  font-family: "Spectral SC", serif;
  letter-spacing: -0.05em;
  line-height: 120%;
  margin-bottom: 24px;
}
.title-lg {
  font-size: 28px;
  line-height: 140%;
  max-width: 1200px;
  margin-bottom: 80px;
  font-weight: 400;
  font-family: "Manrope", sans-serif;
}
.bg-brown {
  background: #939290;
  padding: 80px 0;
}
.bg-beige {
  background: #e7e6e2;
  padding: 80px 0;
}
.bg-beige-light {
  background: #e7e6e287;
  padding: 80px 0;
}
.bg-silver {
  background: #f7f7f7;
  padding: 80px 0;
}
.bg-silver-gr {
  background: linear-gradient(180deg, #d5d5d53b, #ffffff);
}
.bg-black {
  background: #000;
  color: white;
  padding: 80px 0;
}
.bg-img {
  position: relative;
}
.bg-img_img {
  position: absolute;
  width: 100%;
  height: 810px !important;
  object-fit: cover;
  top: 0;
}
.bg-img .product_inforest {
  position: relative;
    padding-top: 80px;
    padding-bottom: 80px;
}
.subtitle,
.subtitle-sm {
  font-weight: 400;
}
.tx-white {
  color: #fff !important;
}
.tx-black {
  color: #000 !important;
}
.tx-center {
  text-align: center;
}
.tx-brown {
  color: #6c6c6c;
}
.btn-round {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  background: #000;
  padding: 0 30px;
  height: 50px;
  font-size: 15px;
  border-radius: 30px;
  transition: border 0.3s, color 0.3s;
}
.link_line {
  text-decoration: underline;
  text-underline-offset: 4px;
  color: #000;
  display: block;
}
h1 {
  font-size: 40px;
  line-height: 130%;
  font-weight: 500;
  margin: 0 0 0.4em 0;
}
h2 {
  font-size: 32px;
  line-height: 130%;
  font-weight: 500;
  margin: 0 0 0.4em 0;
}
.icon_24 {
  width: 24px;
  min-width: 24px;
  height: 24px;
}
.mt-24 {
  margin-top: 24px;
}
.pb-32 {
  padding-bottom: 32px;
}
.pb-80 {
  padding-bottom: 80px;
}
u {
  text-decoration-color: #0000005c;
  text-underline-offset: 4px;
}
details {
  cursor: pointer;
  border-bottom: 1px solid #000;
  padding: 10px 0;
  font-size: 15px;
  position: relative;
}
details p {
  color: #6c6c6c;
}
summary {
  font-weight: 700;
  position: relative;
}
summary::marker {
  content: "";
}
summary::after {
  content: "";
  position: absolute;
  display: block;
  right: 12px;
  background: url(/img/closedark.svg) no-repeat;
  width: 20px;
  height: 20px;
  background-size: 100% 100%;
  top: 0;
  transform: rotate(45deg);
  transform-origin: 10px 10px;
  transition: transform 0.4s;
}
details[open] > summary::after {
  transform: rotate(90deg);
}
.relative {
  position: relative;
}
.title_mainhead {
  font: 400 48px "Spectral SC", sans-serif;
  letter-spacing: -0.02em;
  margin: 0 0 24px 0;
}
@media (min-width: 1025px) {
  .desktop_no {
    display: none;
  }
  .subtitle-sm {
    font-size: 20px;
    line-height: 150%;
    max-width: 1180px;
    margin-bottom: 36px;
  }
  .subtitle {
    font-size: 22px;
    line-height: 150%;
    max-width: 1180px;
    margin-bottom: 36px;
  }
  section {
    padding: 80px 0;
  }
  section.m {
    margin: 80px 0 40px;
  }
  body {
    font-size: 16px;
  }
  .content_bottom {
    margin-top: 300px;
  }
}
@media (max-width: 1024.9px) {
  .bg-img_img {
    height: 420px;
  }
  .mobile_no {
    display: none !important;
  }
  .subtitle {
    font-size: 14px;
    line-height: 140%;
    margin-bottom: 24px;
  }
  section {
    padding: 40px 0;
  }
  section.m {
    margin: 40px 0 24px;
  }
  body {
    font-size: 15px;
  }
  .title-lg {
    font-size: 15px;
    margin-bottom: 40px;
  }
  .title-head {
    font-size: 20px;
  }
  .title_mainhead {
    font-size: 26px;
    line-height: 120%;
  }
}
.cards {
  display: grid;
}
.cards-col-3 {
  gap: 40px;
  grid-template-columns: repeat(3, 1fr);
}
.cards-col-4 {
  gap: 40px;
  grid-template-columns: repeat(4, 1fr);
}
.cards-col-5 {
  gap: 40px;
  grid-template-columns: repeat(5, 1fr);
}
.cards-col-8 {
  gap: 40px;
  grid-template-columns: repeat(8, 1fr);
}
.cards-col-12 {
  gap: 40px;
  grid-template-columns: repeat(12, 1fr);
}
.product_card {
  display: flex;
  flex-direction: column;
  gap: 6px;
  position: relative;
}
.cards-center .product_card {
  align-items: center;
  text-align: center;
}
.product_card_imgbox {
  overflow: hidden;
  aspect-ratio: 1 / 1;
}
.product_card_img {
  aspect-ratio: 1 / 1;
  object-fit: cover;
  transition: transform 0.4s;
}
.product_card:hover .product_card_img {
  transform: scale(1.2);
}
.product_card_img.round {
  border-radius: 50%;
}
.product_name {
  font-family: "Kelvingrove", serif;
  font-weight: 400;
  font-size: 22px;
  margin: 0;
  color: #000;
  transition: color 0.3s;
}
.product_name:hover {
  color: #6c6c6c;
}
.product_card-vars {
  display: flex;
  align-items: center;
  gap: 6px;
  position: relative;
  z-index: 1;
  margin-top: -23px;
}
.product_card-var {
  display: flex;
  align-items: center;
  padding: 0 4px;
  font-size: 11px;
  color: #6c6c6c;
  border: 1px solid #b1ad9f;
}
.product_card-notes {
  font-size: 13px;
  color: #6c6c6c;
}
.product_card-price {
  font-size: 14px;
  font-weight: 700;
  color: #000;
}
.span-2 {
  grid-column: span 2;
}
.span-3 {
  grid-column: span 3;
}
.product_card_img-h-100 {
  height: 100% !important;
}
.cards-row {
  display: grid;
  grid-gap: 40px;
  width: 100%;
  grid-template-columns: calc(40% - 24px) calc(60% - 16px);
}
.catalog_content {
  letter-spacing: -0.02em;
  position: absolute;
  padding: 60px 32px;
}
.catalog_title {
  font-family: "Spectral SC", serif;
  letter-spacing: -0.02em;
  font-size: 30px;
  line-height: 100%;
}
.catalog_num {
  font-size: 18px;
}
.collection {
  width: 100%;
  border-top: 1px solid #e7e6e2;
}
.collection_imgbox {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}
.collection_img.round {
  border-radius: 50%;
}
.collection_title span.title {
  font-family: "Kelvingrove", serif;
  font-weight: 400;
  margin: 0;
  color: #000;
  transition: color 0.3s;
}
.collection_title span.num {
  font-size: 13px;
  margin-left: 6px;
  color: #6c6c6c;
}
.ad_title {
  font: 700 18px "Spectral SC", sans-serif;
  letter-spacing: -0.02em;
  margin: 0 0 8px 0;
  line-height: 100%;
}
.ad_num {
  font-size: 14px;
}

@media (min-width: 1025px) {	
.header__hero {
    top: 0;
    left: 0;
    right: 0;
    margin: 400px auto 0 !important;
}
    .header__hero-title {
        font-size: 40px;
    }
  .home .xts-header {
    height: 810px;
	  margin-bottom: 80px
}
}
@media (max-width: 1024px) {
.xts-product .woocommerce-loop-product__title {
    font-size: 16px;
}
	.header__video {
    margin: -60px 0 60px;
    height: 510px;
}
	.header-home {
    height: 510px;		
	}
	.header__hero {
    bottom: 60px;
}
	.header__hero-subtitle {
    font-size: 17px;
}
}
@media (min-width: 1025px) {
  .subtitle-gap {
    margin-left: calc(20% + 10px);
  }
  .product_card_img-lg {
    height: 256px !important;
    object-fit: cover;
  }
  .product_card_img-xl {
    height: 320px;
    object-fit: cover;
  }
  .product_card_img-sm {
    height: 145px;
    object-fit: cover;
  }
  .product_card_img-xlg {
    height: 340px;
    object-fit: cover;
  }
  .product_card_img-sm.round {
    border-radius: 145px;
  }
  .title_grid {
    display: grid;
    align-items: baseline;
    width: 100%;
    grid-template-columns: calc(20% + 10px) calc(80% - 10px);
  }
  .collection {
    display: grid;
    grid-gap: 40px;
    padding: 36px 0;
    grid-template-columns: calc(60% - 16px) calc(40% - 24px);
  }
  .collection_imgbox {
    gap: 40px;
  }
  .collection_title span.title {
    font-size: 32px;
  }
  .collection_description {
    margin-top: 24px;
  }
}
@media (max-width: 1024.9px) {
  .md-cards-col-flex {
    display: flex;
    flex-direction: column;
    gap: 0;
    padding: 0;
  }
  .md-cards-col-flex .product_card {
    flex-direction: row;
  }
  .md-cards-col-flex .product_card img {
    height: 96px;
    width: 96px;
    margin-right: 12px;
  }
  .md-cards-col-flex .catalog_content {
    position: relative;
    padding: 0;
  }
  .md-cards-col-2 {
    gap: 0 20px;
    grid-template-columns: repeat(2, 1fr);
  }
  .md-cards-col-4 {
    gap: 0 20px;
    grid-template-columns: repeat(4, 1fr);
  }
  .product_card.span-2 {
    grid-column: unset;
  }
  .collection {
    padding: 16px 0;
  }
  .collection_imgbox {
    gap: 20px;
    margin-top: 16px;
  }
  .collection_description {
    margin-top: 12px;
  }
  .collection_title span.title {
    font-size: 22px;
  }
  .catalog_title {
    font-size: 18px;
  }
  .product_card {
    margin-top: 24px;
  }
}
@media (max-width: 500px) {
  .product_card-notes {
    font-size: 11px;
  }
  .md-cards-col-flex .product_card img {
    height: 65px;
    width: 65px;
  }
  footer .cards-col-5 {
    display: flex;
    flex-direction: column;
  }
  .ad_title {
    font-size: 14px;
    margin-bottom: 5px;
  }
  .ad_num {
    font-size: 12px;
  }
  .catalog_num {
    font-size: 14px;
    margin-top: 5px;
  }
}
