.product_show {
  padding: 3.8rem 0 5.1rem;
}
.product_show .main {
  margin-top: 2.9rem;
}
.product_show .lt {
  width: 50%;
  position: sticky;
  top: 150px;
}
.product_show .flex1 {
  width: 100%;
  max-width: 66.3rem;
  position: sticky;
  top: 150px;
  overflow: hidden;
}
.product_show .swiper_box {
  display: grid;
  grid-template-columns: 14.30555556% 84.58333333%;
  justify-content: space-between;
}
.product_show .swiper_box > div {
  position: relative;
}
.product_show .swiper_box .video::after {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  content: '';
  border-radius: 50%;
  background: url("../img/play.svg") no-repeat center / contain var(--primary);
  transition: all 0.3s;
  z-index: 2;
}
.product_show .swiper_box .video::before {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  content: '';
  background-color: rgba(25, 23, 21, 0.3);
  z-index: 2;
  pointer-events: none;
}
.product_show .swiper_box .video:hover::after {
  transform: translate(-50%, -50%) scale(1.1);
}
.product_show .swiper_box .btn_video {
  cursor: pointer;
}
.product_show .product_show_gallery_swiper {
  overflow: hidden;
  border: 1px solid #e0e0e0;
}
.product_show .product_show_gallery_swiper .img {
  display: block;
  padding-bottom: 131.79571664%;
}
.product_show .product_show_gallery_swiper a.glightbox {
  cursor: zoom-in;
}
.product_show .product_show_gallery_swiper .img.img_ct img {
  height: 75.875%;
  top: 8.75%;
}
.product_show .product_show_gallery_swiper .video::after {
  width: 13%;
  padding-bottom: 13%;
}
.product_show .product_show_thumbs_swiper {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: -1px;
  padding: 1px;
  overflow: hidden;
}
.product_show .product_show_thumbs_swiper .swiper-slide {
  position: relative;
  cursor: pointer;
  transition: border-color 0.3s, box-shadow 0.3s;
  max-height: max-content;
  height: auto;
}
.product_show .product_show_thumbs_swiper .swiper-slide::after {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  margin: -1px;
  content: '';
  border: 2px solid var(--primary);
  transition: all 0.3s;
  opacity: 0;
  pointer-events: none;
}
.product_show .product_show_thumbs_swiper .swiper-slide:has(.img_ct) {
  border: 1px solid #e0e0e0;
}
.product_show .product_show_thumbs_swiper .swiper-slide-thumb-active::after {
  opacity: 1;
}
.product_show .product_show_thumbs_swiper .img.img_ct img {
  height: 75.875%;
  top: 8.75%;
}
.product_show .product_show_thumbs_swiper .img {
  padding-bottom: 131.79571664%;
  overflow: hidden;
}
.product_show .product_show_thumbs_swiper .video::after {
  width: 36.9%;
  padding-bottom: 36.9%;
}
.product_show .ad_lis {
  max-width: 66.6rem;
  margin-top: 3rem;
}
.product_show .ad_lis ul,
.woocommerce .product_show .ad_lis ul,
.woocommerce-page .product_show .ad_lis ul {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 3rem;
  width: 100%;
  list-style: none;
  margin: 0;
  padding: 0;
}
.product_show .ad_lis li,
.woocommerce .product_show .ad_lis li {
  display: grid;
  grid-template-columns: 2.8rem 1fr;
  align-items: start;
  gap: 1.3rem;
}
.product_show .ad_lis .icon,
.product_show .ad_lis .icon.icon_ab {
  width: 2.8rem;
  height: 2.8rem;
  padding-bottom: 0;
  position: relative;
  flex-shrink: 0;
}
.product_show .ad_lis .icon.icon_ab img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.product_show .ad_lis li strong {
  display: block;
  font-size: 1.8rem;
  font-weight: 500;
  margin-top: 2px;
}
.product_show .ad_lis li p {
  font-size: 1.4rem;
  line-height: 2rem;
  font-weight: 500;
  color: var(--text);
  max-width: 25rem;
  margin-top: 0.6rem;
}
.product_show .ad_lis li p a {
  transition: all 0.3s;
  color: var(--primary);
  text-decoration: underline;
}
.product_show .ad_lis li p a:hover {
  text-decoration-color: transparent;
}
.product_show .head {
  padding-top: 1rem;
}
.product_show .head h1 {
  font-size: 4rem;
  font-weight: 500;
}
.product_show .head p {
  margin-top: 1.7rem;
}
.product_show .head .purpose {
  color: var(--text);
  margin-top: 0.9rem;
}
.product_show .head .price {
  font-size: 3.2rem;
  font-weight: 500;
  margin-top: 1.1rem;
}
.product_show .head .metas {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: start;
  border-bottom: 1px solid #e0e0e0;
  font-size: 1.4rem;
  font-weight: 500;
  padding: 1.1rem 0;
  margin-top: 0.4rem;
}
.product_show .head .metas strong {
  position: relative;
  font-size: inherit;
  font-weight: inherit;
  text-transform: uppercase;
  padding-left: 1.07143em;
}
.product_show .head .metas strong::before {
  position: absolute;
  width: 0.5em;
  height: 0.5em;
  left: 0;
  top: 0.5em;
  content: '';
  border-radius: 50%;
  background-color: var(--primary);
}
.product_show .head .metas p {
  font-size: inherit;
  line-height: normal;
  color: #6e665a;
  margin: 0;
  text-align: right;
}
.product_show .purchase {
  margin-top: 2.7rem;
}
.product_show .purchase .title {
  font-size: 1.8rem;
  font-weight: 500;
}
.product_show .purchase .color-option {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: start;
  gap: 0.5rem 2rem;
}
.product_show .purchase .color-option .label {
  font-size: 1.5rem;
  font-weight: 500;
  color: var(--primary);
  margin-top: 0.4rem;
}
.product_show .purchase .color-option .pd-colors {
  grid-column: -1/1;
  font-size: 3.3rem;
}
.product_show .purchase .color-option .pd-colors ul {
  gap: 2px;
}
.product_show .purchase .color-option .pd-colors li::after {
  border-width: 2px;
}
.product_show .purchase .size-option {
  margin-top: 2.2rem;
}
.product_show .purchase .size-option ul {
  display: flex;
  flex-wrap: wrap;
  font-size: 1.5rem;
  margin-top: 0.6rem;
  gap: 1.3rem;
}
.product_show .purchase .size-option li {
  display: inline-block;
  text-align: center;
  cursor: pointer;
  transition: all 0.3s;
  font-weight: 500;
  border: 1px solid #e0e0e0;
  line-height: 1.2;
  padding: 0.9666667em 1em;
  min-width: 8.53333em;
}
.product_show .purchase .size-option li:hover {
  background-color: rgba(247, 244, 237, 0.5);
}
.product_show .purchase .size-option li.active {
  background-color: #f7f4ed;
  border-color: var(--secondary);
  color: var(--title);
  font-weight: 600;
}
.product_show .purchase .features {
  margin-top: 2.7rem;
}
.product_show .purchase .features table {
  background-color: var(--bg);
  table-layout: fixed;
  margin-top: 1.3rem;
}
.product_show .purchase .features table th,
.product_show .purchase .features table td {
  padding: 1.4rem 2.6rem 1.1rem;
}
.product_show .purchase .features table th {
  font-weight: 500;
  background-color: rgba(192, 160, 96, 0.86);
  text-align: left;
  padding-left: 2.1rem;
  width: 14.2%;
}
.product_show .purchase .features table td {
  font-family: "DM Sans", sans-serif;
  font-size: 1.4rem;
  font-weight: 500;
  color: #4c4c4c;
}
.product_show .purchase .features table td strong {
  font-size: 1.5rem;
  font-weight: 600;
  color: var(--title);
}
.product_show .purchase .features table tr + tr {
  border-top: 1px solid rgba(255, 255, 255, 0.57);
}
.product_show .purchase .qty {
  margin-top: 2.8rem;
}
.product_show .purchase .qty p {
  flex: 1;
  text-align: right;
  font-size: 1.4rem;
  line-height: 2rem;
  font-weight: 500;
  color: var(--text);
  max-width: 25.2rem;
  margin-bottom: 0.8%;
}
.product_show .purchase .qty .qty-box {
  width: 18.2rem;
  display: grid;
  grid-template-columns: 30.4% 1fr 30.4%;
  border: 1px solid #e5e7eb;
  transition: border-color 0.2s;
}
.product_show .purchase .qty .qty-box:focus-within {
  border-color: var(--primary);
}
.product_show .purchase .qty .qty-box button {
  position: relative;
  display: block;
  transition: all 0.3s;
}
.product_show .purchase .qty .qty-box button::after {
  display: block;
  padding-bottom: 92.72727273%;
  content: '';
  background: url("../img/icon-plus.svg") no-repeat center / 24%;
  transition: all 0.3s;
}
.product_show .purchase .qty .qty-box button:hover {
  background-color: var(--primary);
}
.product_show .purchase .qty .qty-box button:hover::after {
  filter: contrast(0) brightness(2);
}
.product_show .purchase .qty .qty-box button.reduce::after {
  background-image: url("../img/icon-reduce.svg");
}
.product_show .purchase .qty .qty-box input {
  display: block;
  width: 100%;
  text-align: center;
  font-size: 1.6rem;
  font-weight: 500;
  color: var(--title);
  border-left: 1px solid #e5e7eb;
  border-right: 1px solid #e5e7eb;
  padding: 0 1rem;
}
.product_show .purchase .result {
  border-top: 1px solid #e0e0e0;
  margin-top: 2rem;
  padding-top: 2.1rem;
}
.product_show .purchase .result .text {
  margin-bottom: 2px;
}
.product_show .purchase .result .text strong {
  font-size: 1.8rem;
  font-weight: 500;
}
.product_show .purchase .result .text p {
  font-size: 1.4rem;
  font-weight: 500;
  color: var(--text);
  margin-top: -1px;
}
.product_show .purchase .result .amount {
  font-size: 3.3rem;
  font-weight: 500;
}
.product_show .btn {
  width: 100%;
  line-height: 5rem;
  min-width: unset;
  margin-top: 1.9rem;
}
.product_show .logistics {
  margin-top: 1.2rem;
}
.product_show .logistics ul li + li {
  border-top: 1px solid #e0e0e0;
}
.product_show .logistics ul li {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 1rem;
  padding: 1.4rem 0 1.1rem;
}
.product_show .logistics ul li .icon {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: 2.7rem;
  height: 1.9rem;
}
.product_show .logistics ul li .icon img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
}
.product_show .logistics ul li strong {
  font-size: 1.8rem;
  font-weight: 500;
}
.product_show .logistics ul li p {
  font-size: 1.5rem;
  font-weight: 500;
  color: var(--text);
  text-align: right;
}
.product_show .logistics ul li select {
  display: block;
  width: 100%;
  font-size: 1.6rem;
  font-weight: 500;
  color: var(--title);
  border: 1px solid #e0e0e0;
  background: url("../img/icon-select.svg") no-repeat center right 1.6rem/1.3rem;
  transition: border-color 0.2s;
  outline: none;
  height: 4.5rem;
  padding: 0 4rem 0 1.6rem;
  min-width: 12.3125em;
}
.product_show .logistics ul li select:focus,
.product_show .logistics ul li select.focus {
  border-color: var(--secondary);
}
.product_show .logistics .tip {
  font-size: 1.8rem;
  line-height: 3rem;
  font-weight: 500;
  color: var(--text);
  margin-top: -0.3rem;
}
.product_shop {
  padding: 5.1rem 0 10.8rem;
}
.product_shop .swiper_btns {
  margin-bottom: 0.9rem;
}
.product_shop .product_shop_swiper {
  overflow: hidden;
  margin-top: 3.9rem;
}
.product_shop .product_shop_swiper .swiper-slide {
  height: auto;
  display: flex;
}
.product_shop .product_shop_swiper .swiper-slide .product_item {
  width: 100%;
}
.product_shop .product_item {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.product_shop .product_item:hover img {
  transform: scale(1.03);
}
.product_shop .product_item .pic {
  position: relative;
  padding-bottom: 94.90909091%;
}
.product_shop .product_item .pic .img {
  position: absolute;
  width: 85.4545%;
  height: 90.0383%;
  left: 2.9091%;
  top: 0;
}
.product_shop .product_item .pic .img.shadow img {
  filter: drop-shadow(1rem 1rem 1rem rgba(99, 97, 95, 0.25));
}
.product_shop .product_item .pic .btn {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  background-color: rgba(0, 0, 0, 0.15);
  color: var(--title);
  line-height: 4.2rem;
  border: none;
  min-width: unset;
}
.product_shop .product_item .pic .btn:hover {
  background-color: var(--primary);
  color: #fff;
}
.product_shop .product_item .info {
  flex: 1;
  display: flex;
  padding: 1.6rem;
  flex-direction: column; 
  margin-top: 0;
}
.product_shop .product_item .info .title {
  font-size: 2rem;
  line-height: 1.3;
  font-weight: 500;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -webkit-line-clamp: 2;
  min-height: 2.6em;
  margin-bottom: auto;
}
.product_shop .product_item .info a.title {
  transition: all 0.3s;
  text-decoration: underline transparent;
}
.product_shop .product_item .info a.title:hover {
  text-decoration-color: var(--title);
}
.product_shop .product_item .info .price {
  font-weight: 600;
  margin-top: 1.3rem;
}
.product_shop .product_item .info .price strong {
  font-weight: inherit;
}
.product_shop .product_item .info .pd-colors {
  margin-top: 1.5rem;
  min-height: 1.4446em;
}
.product_video {
  padding-bottom: 4.9rem;
}
.product_video .img.video .rll-youtube-player,
.product_video .flying-press-youtube {
  padding: 0;
  position: static;
}
.product_video .video {
  position: relative;
  width: 100%;
  padding-bottom: 42.13541667%;
  overflow: hidden;
  cursor: pointer;
}
.product_video .video .rll-youtube-player,
.product_video .video .flying-press-youtube {
  padding: 0;
  position: static;
}
.product_video .video video,
.product_video .video img,
.product_video .video iframe,
.product_video .video div:not(.btn_play) {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  position: absolute;
  left: 0;
  top: 0;
}
.product_video .video::after {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  background-color: rgba(22, 20, 18, 0.27);
  content: '';
  pointer-events: none;
  transition: all 0.3s;
}
.product_video .video .btn_play {
  position: absolute;
  width: 6rem;
  height: 6rem;
  left: 50%;
  top: 50%;
  z-index: 2;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  background: url("../img/play.svg") no-repeat center / contain var(--primary);
  transition: all 0.4s, opacity 0.3s;
  cursor: pointer;
}
.product_video .video .btn_play:hover {
  transform: translate(-50%, -50%) scale(1.1);
}
.product_video .video.active .btn_play {
  opacity: 0;
  pointer-events: none;
}
.product_video .video.active::after {
  opacity: 0;
}
.product_nav {
  border-top: 1px solid #e0e0e0;
  border-bottom: 1px solid #e0e0e0;
}
.product_nav .nav {
  margin-bottom: -2px;
}
.product_nav .nav .nav_list {
  gap: 2rem 4.9%;
}
.product_nav .nav .nav_item {
  border-bottom-width: 3px;
  padding: 2.1rem 0 1.8rem;
}
.product_nav .nav .nav_item.active {
  color: #10181e;
  font-weight: 600;
}
.product_specs {
  padding: 10.7rem 0 5.4rem;
}
.product_specs .imgs ul {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 3rem 0;
}
.product_specs .imgs ul .img {
  padding-bottom: 48.61111111%;
}
.product_overview {
  padding: 5.4rem 0 4.1rem;
}
.product_overview .swiper_box {
  overflow: hidden;
  padding-bottom: 0.8rem;
}
.product_overview .swiper_box::after {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  content: '';
  background-image: linear-gradient(to top, #fff 15%, transparent 90%);
  transition: all 0.3s;
  z-index: 1;
}
.product_overview .swiper_box.active::after,
.product_overview .swiper_box.active .btn_line {
  opacity: 0;
  pointer-events: none;
  transform: translateY(8rem);
}
.product_overview .product_overview_swiper {
  margin-top: 2.3rem;
  overflow: hidden;
}
.product_overview .item {
  display: block;
  height: 100%;
}
.product_overview .item:hover img {
  transform: scale(1.03);
}
.product_overview .item .img {
  padding-bottom: 91.88191882%;
}
.product_overview .item .desc {
  font-size: 1.8rem;
  line-height: 2.3rem;
  color: var(--text);
  margin-top: 1.9rem;
}
.product_overview .center:has(.btn_line) {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  pointer-events: none;
}
.product_overview .btn_line {
  border-color: #000;
  line-height: 4.1rem;
  pointer-events: all;
}
.product_overview .btn_line:hover {
  border-color: var(--primary);
}
.product_reviews {
  padding: 4.1rem 0 4.2rem;
}
.product_reviews .head h2 {
  font-size: 4.385rem;
}
.product_reviews .flex {
  margin-top: 4.6rem;
}
.product_reviews .card {
  position: sticky;
  top: 150px;
  width: 27.1527778%;
  min-width: 30rem;
  border: 1px solid #e6e1d8;
  background-color: #faf8f5;
  color: #6f6a63;
  padding: 2.777778% 2.222222% 2.430556%;
}
.product_reviews .card .total {
  font-size: 1.827rem;
}
.product_reviews .card .total em {
  font-size: 3.33388068em;
  font-style: normal;
  font-weight: 300;
  color: #1f1d1a;
}
.product_reviews .card .star {
  --w: 11.6rem;
  width: var(--w);
  margin-top: 2.3rem;
}
.product_reviews .card .star::after {
  content: '';
  display: block;
  padding-bottom: 14.65517241%;
  width: var(--value);
  background: url("../img/star-b.svg") no-repeat left center / var(--w) 100%;
}
.product_reviews .card .nums {
  font-size: 1.584rem;
  margin-top: 1rem;
}
.product_reviews .card.is_empty .total,
.product_reviews .card.is_empty .star,
.product_reviews .card.is_empty .nums,
.product_reviews .card.is_empty .bar-chart {
  display: none;
}
.product_reviews .card .bar-chart {
  border-bottom: 1px solid #e6e1d8;
  padding-bottom: 3rem;
  margin-top: 2.7rem;
}
.product_reviews .card .bar-chart ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.product_reviews .card .bar-chart li + li {
  margin-top: 0.95rem;
}
.product_reviews .card .bar-chart li {
  display: grid;
  grid-template-columns: 3.0096em 1fr 1.9836em;
  align-items: center;
  font-size: 1.462rem;
  gap: 0.684em;
}
.product_reviews .card .bar-chart li::before {
  display: none;
  content: none;
}
.product_reviews .card .bar-chart .star-label {
  display: block;
  white-space: nowrap;
}
.product_reviews .card .bar-chart li::after {
  display: block;
  content: attr(data-num);
  text-align: right;
}
.product_reviews .card .bar-chart .bar {
  display: block;
  height: 0.5472em;
  background-image: linear-gradient(to right, #b8934a calc(var(--num) / var(--total) * 100%), #eae5dc calc(var(--num) / var(--total) * 100%));
}
.product_reviews .card .desc {
  font-size: 1.523rem;
  line-height: 1.7;
  max-width: 27rem;
  margin-top: 2.2rem;
}
.product_reviews .card .desc strong {
  font-weight: 500;
  color: #1f1d1a;
}
.product_reviews .card .btn {
  width: 100%;
  font-size: 1.705rem;
  line-height: 5.7rem;
  min-width: unset;
  background-color: #b8934a;
  border-color: #b8934a;
  margin-top: 2.4rem;
}
.product_reviews .card .btn:hover {
  background-color: transparent;
  color: #b8934a;
}
.product_reviews .flex1 {
  width: 100%;
  max-width: 97.9rem;
}
.product_reviews .nav .nav_list {
  display: flex;
  flex-wrap: wrap;
  gap: 0.9rem;
}
.product_reviews .nav .nav_item {
  display: block;
  cursor: pointer;
  text-align: center;
  transition: all 0.3s;
  font-size: 1.584rem;
  color: #6f6a63;
  border: 1px solid #e6e1d8;
  line-height: 1.2;
  padding: 0.7em 1.2018em;
}
.product_reviews .nav .nav_item:hover {
  background-color: rgba(243, 236, 224, 0.8);
}
.product_reviews .nav .nav_item.active {
  border-color: #b8934a;
  background-color: #f3ece0;
  color: #1f1d1a;
}
.product_reviews .list {
  margin-top: 2.8rem;
  transition: opacity .2s;
}
.product_reviews .list.loading {
  opacity: .45;
  pointer-events: none;
}
.product_reviews .reviews_empty {
  border-top: 1px solid #e6e1d8;
  border-bottom: 1px solid #e6e1d8;
  padding: 4.8rem 0;
  color: #6f6a63;
}
.product_reviews .reviews_empty strong {
  display: block;
  font-size: 2rem;
  font-weight: 500;
  color: #1f1d1a;
}
.product_reviews .reviews_empty p {
  max-width: 48rem;
  margin-top: 1rem;
  line-height: 1.7;
}
.product_reviews .list li.is_empty .review_item {
  display: none;
}
.product_reviews .review_item .photos {
  margin-top: 1.8rem;
}
.product_reviews .review_item .photos ul {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}
.product_reviews .review_item .photos a {
  display: block;
  width: 8.8rem;
  overflow: hidden;
  border: 1px solid #e6e1d8;
}
.product_reviews .review_item .photos img {
  display: block;
  width: 100%;
  height: 8.8rem;
  object-fit: cover;
}
.product_reviews .list li:first-child .review_item {
  border-top: 1px solid #e6e1d8;
}
.product_reviews .review_item {
  border-bottom: 1px solid #e6e1d8;
  font-size: 1.827rem;
  color: #1f1d1a;
  padding: 3.2rem 0 3.1rem;
}
.product_reviews .review_item .metas {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 1.4rem;
}
.product_reviews .review_item .metas .name {
  font-weight: 500;
}
.product_reviews .review_item .metas .verify {
  display: inline-flex;
  align-items: center;
  font-size: 1.34rem;
  color: #b8934a;
  gap: 0.52239em;
}
.product_reviews .review_item .metas .verify::before {
  display: inline-block;
  flex-shrink: 0;
  content: '';
  width: 0.821em;
  height: 0.821em;
  background: url("../img/gou.svg") no-repeat center / contain;
}
.product_reviews .review_item .metas .date {
  font-size: 1.462rem;
  color: #6f6a63;
  margin-left: auto;
}
.product_reviews .review_item .star {
  --w: 9.8rem;
  width: var(--w);
  margin-top: 2.2rem;
}
.product_reviews .review_item .star::after {
  content: '';
  display: block;
  padding-bottom: 14.28571429%;
  width: var(--value);
  background: url("../img/star-b2.svg") no-repeat left center / var(--w) 100%;
}
.product_reviews .review_item .title {
  font-size: 1.888rem;
  font-weight: 500;
  margin-top: 1.5rem;
}
.product_reviews .review_item .desc {
  line-height: 1.8;
  color: #45413b;
  max-width: 72.5rem;
  margin-top: 0.9rem;
}
.product_reviews .center:has(.btn_line) {
  margin-top: 3.8rem;
  min-height: 5.9rem;
}
.product_reviews .center:has(.btn_line) .btn_line {
  line-height: 5.7rem;
  font-size: 1.705rem;
  border-color: #e6e1d8;
  color: #1f1d1a;
  letter-spacing: 0.04em;
  min-width: 24.6rem;
}
.product_reviews .center:has(.btn_line) .btn_line:hover {
  border-color: var(--primary);
  color: #fff;
}
.product_recommendations {
  padding: 4.3rem 0 7.7rem;
}
.product_recommendations .list {
  margin-top: 4.5rem;
}
.product_recommendations .list > ul {
  display: grid;
  align-items: stretch;
  grid-template-columns: repeat(auto-fill, minmax(min(23rem, 100%), 1fr));
  gap: 6.5rem 1.21527778%;
}
.product_recommendations .list > ul > li {
  display: flex;
  min-height: 100%;
}
.product_recommendations .product_item {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
}
.product_recommendations .product_item:hover img {
  transform: scale(1.03);
}
.product_recommendations .product_item .img {
  display: block;
  width: 86.08058608%;
  --h: 100%;
  margin-left: 7.69231%;
}
.product_recommendations .product_item .img.shadow img {
  filter: drop-shadow(1rem 1rem 1rem rgba(99, 97, 95, 0.25));
}
.product_recommendations .product_item .info {
  flex: 1;
  display: grid;
  grid-template-columns: 1fr auto;
  grid-template-rows: 1fr auto auto;
  align-items: center;
  margin-top: 3.3rem;
  gap: 0.5rem 1rem;
  padding-right: 1.6rem;
}
.product_recommendations .product_item .info .title {
  grid-column: 1/-1;
  font-size: 2rem;
  line-height: 1.3;
  font-weight: 500;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -webkit-line-clamp: 2;
  min-height: 2.6em;
  margin-bottom: auto;
}
.product_recommendations .product_item .info a.title {
  transition: all 0.3s;
  text-decoration: underline transparent;
}
.product_recommendations .product_item .info a.title:hover {
  text-decoration-color: var(--title);
}
.product_recommendations .product_item .info .price {
  grid-column: 1/-1;
  font-weight: 600;
  margin-top: 0.8rem;
}
.product_recommendations .product_item .info .price strong {
  font-weight: inherit;
}
.product_recommendations .product_item .info .pd-colors {
  grid-column: 1;
  grid-row: 3;
  margin-top: 0.5rem;
  min-height: 1.4446em;
}
.product_recommendations .product_item .info .btn_cart {
  display: block;
  cursor: pointer;
  transition: all 0.3s;
  width: 3.8rem;
  border: 1px solid var(--primary);
  border-radius: 50%;
  grid-column: 2;
  grid-row: 3;
  justify-self: end;
  align-self: center;
}
.product_recommendations .product_item .info .btn_cart::after {
  display: block;
  padding-bottom: 100%;
  content: '';
  background: url("../img/pd-cart-icon.svg") no-repeat center / 58.334%;
  transition: all 0.3s;
}
.product_recommendations .product_item .info .btn_cart:hover {
  background-color: var(--primary);
}
.product_recommendations .product_item .info .btn_cart:hover::after {
  filter: contrast(0) brightness(2);
}
.product_categories {
  padding: 7.7rem 0 16.6rem;
}
.product_categories .nav {
  margin-top: 1.8rem;
}
.product_categories .nav .nav_list {
  display: flex;
  flex-wrap: wrap;
  gap: 1.6rem 1.8rem;
}
.product_categories .nav .nav_item {
  display: block;
  cursor: pointer;
  text-align: center;
  transition: all 0.3s;
  border: 1px solid #333;
  font-size: 1.7rem;
  font-weight: 500;
  line-height: 1.2;
  padding: 0.7529412em 1em;
  min-width: 10.2353em;
}
.product_categories .card {
  background-color: #c0a060;
  margin-top: 8rem;
  min-height: 18.2rem;
  padding: 2.083333% 3.680556% 2.083333% 4.513889%;
}
.product_categories .card .info {
  flex: 1;
  width: 100%;
  padding-bottom: 0.4rem;
}
.product_categories .card .info h3 {
  font-size: 3.4rem;
  font-weight: 500;
  color: #493b22;
}
.product_categories .card .info p {
  font-size: 1.5rem;
  font-weight: 500;
  color: #68563a;
  margin-top: 0.7rem;
}
.product_categories .card .btns {
  display: flex;
  flex-wrap: wrap;
  gap: 2.2rem;
  margin-top: 1.1%;
}
.product_categories .card .btns .btn_line {
  font-size: 1.8rem;
  background-color: #fff;
  border-color: var(--title);
  line-height: 5.5rem;
  padding: 0 3.75rem;
}
.product_categories .card .btns .btn_line:hover {
  background-color: var(--title);
}
.page_faqs {
  padding-top: 10.7rem;
}
.page_faqs .faq_list .answer {
  max-width: 82rem;
}
body.single-product .footer_contact:not(:has(.subscribe_form)) {
  position: relative;
  overflow: hidden;
  background-color: #2e2a26;
  background-image: radial-gradient(circle 52.6cqw at center -18.1%, #7a6742, #2e2a26);
}
body.single-product .footer_contact:not(:has(.subscribe_form)) .flex {
  display: flex;
  min-height: 27.3rem;
  padding: 5rem 0;
}
body.single-product .footer_contact:not(:has(.subscribe_form)) .flex .flex {
  min-height: unset;
  padding: 0;
}
body.single-product .footer_contact:not(:has(.subscribe_form)) .head {
  display: flex;
  flex: 1;
  justify-content: space-between;
  align-items: flex-end;
  flex-wrap: wrap;
  gap: 3rem;
  margin-top: 0.4rem;
}
body.single-product .footer_contact:not(:has(.subscribe_form)) .tcon {
  flex: 1;
  min-width: 24rem;
  padding-bottom: 1px;
}
body.single-product .footer_contact:not(:has(.subscribe_form)) .tcon.wt,
body.single-product .footer_contact:not(:has(.subscribe_form)) .tcon.wt h2 {
  color: #fff;
}
body.single-product .footer_contact:not(:has(.subscribe_form)) p {
  max-width: 48.1rem;
  margin-top: 2.1rem;
}
body.single-product .footer_contact:not(:has(.subscribe_form)) .btns {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  flex: 0 0 auto;
  gap: 1.8rem;
}
body.single-product .footer_contact:not(:has(.subscribe_form)) .btns .btn {
  font-size: 1.8rem;
  line-height: 5.4rem;
}
body.single-product .footer_contact:not(:has(.subscribe_form)) .btns .btn_email {
  display: inline-flex;
  align-items: center;
  gap: 1.1rem;
  padding: 0 2.85rem;
}
body.single-product .footer_contact:not(:has(.subscribe_form)) .btns .btn_email::before {
  display: inline-block;
  flex-shrink: 0;
  content: '';
  width: 0.9722em;
  height: 0.9722em;
  transition: all 0.3s;
  filter: contrast(0) brightness(0.5);
  background: url("../img/icon-email.svg") no-repeat center / contain;
}
body.single-product .footer_contact:not(:has(.subscribe_form)) .btns .btn_email:hover::before {
  filter: contrast(0) brightness(2);
}
body.single-product .footer_contact:not(:has(.subscribe_form)) .floats .img1 {
  left: 0;
  top: 0;
  margin: -6.666667% 0 0 -11.979167%;
}
body.single-product .footer_contact:not(:has(.subscribe_form)) .floats .img2 {
  right: 0;
  bottom: 0;
  margin: 0 -18.75% -6.822917% 0;
}
@media screen and (max-width: 768px) {
  .product_show {
    padding: 20px 0 50px;
  }
  .product_show .main {
    display: block;
    margin-top: 20px;
  }
  .product_show .lt {
    position: static;
    width: 100%;
  }
  .product_show .swiper_box {
    width: 100%;
    max-width: 444px;
    margin: 0 auto;
  }
  .product_show .flex1 {
    position: static;
    max-width: unset;
  }
  .product_show .ad_lis {
    margin-top: 20px;
  }
  .product_show .ad_lis ul {
    gap: 20px;
  }
  .product_show .ad_lis li {
    grid-template-columns: 20px 1fr;
    gap: 10px;
  }
  .product_show .ad_lis .icon,
  .product_show .ad_lis .icon.icon_ab {
    width: 20px;
    height: 20px;
    padding-bottom: 0;
  }
  .product_show .ad_lis li strong {
    font-size: 16px;
    margin: 0;
  }
  .product_show .ad_lis li p {
    font-size: 13px;
    line-height: 1.5;
    margin-top: 5px;
  }
  .product_show .head {
    padding-top: 0;
    margin-top: 30px;
  }
  .product_show .head h1 {
    font-size: 30px;
  }
  .product_show .head .purpose {
    margin-top: 8px;
  }
  .product_show .head .price {
    font-size: 24px;
    margin-top: 10px;
  }
  .product_show .head p {
    margin-top: 10px;
  }
  .product_show .head .metas {
    padding: 10px 0;
    margin-top: 5px;
    font-size: 14px;
  }
  .product_show .purchase {
    margin-top: 20px;
  }
  .product_show .purchase .title {
    font-size: 16px;
  }
  .product_show .purchase .color-option {
    gap: 10px;
  }
  .product_show .purchase .color-option .label {
    font-size: 14px;
    margin: 0;
  }
  .product_show .purchase .color-option .pd-colors {
    font-size: 20px;
  }
  .product_show .purchase .color-option .size-option {
    margin-top: 20px;
  }
  .product_show .purchase .color-option .size-option ul {
    font-size: 14px;
    margin-top: 10px;
    gap: 10px;
  }
  .product_show .purchase .features {
    margin-top: 20px;
  }
  .product_show .purchase .features .table {
    overflow-x: auto;
  }
  .product_show .purchase .features table {
    margin-top: 10px;
  }
  .product_show .purchase .features table th,
  .product_show .purchase .features table td {
    padding: 12px;
  }
  .product_show .purchase .features table td {
    font-size: 13px;
  }
  .product_show .purchase .features table td strong {
    font-size: 15px;
  }
  .product_show .purchase .qty {
    margin-top: 20px;
  }
  .product_show .purchase .qty p {
    font-size: 14px;
    line-height: 1.5;
    margin: 0;
  }
  .product_show .purchase .qty .qty-box {
    width: 140px;
  }
  .product_show .purchase .qty .qty-box input {
    font-size: 14px;
  }
  .product_show .purchase .result {
    margin-top: 20px;
    padding-top: 20px;
  }
  .product_show .purchase .result .amount {
    font-size: 24px;
  }
  .product_show .purchase .result .text {
    margin: 0;
  }
  .product_show .purchase .result .text strong {
    font-size: 16px;
  }
  .product_show .purchase .result .text p {
    font-size: 13px;
    margin-top: 2px;
  }
  .product_show .logistics {
    margin-top: 10px;
  }
  .product_show .logistics ul li {
    padding: 12px 0;
  }
  .product_show .logistics ul li .icon {
    width: 20px;
    height: 16px;
  }
  .product_show .logistics ul li strong {
    font-size: 16px;
  }
  .product_show .logistics ul li p {
    font-size: 14px;
  }
  .product_show .logistics ul li select {
    height: 46px;
    padding: 0 30px 0 14px;
    background-size: 10px;
    background-position-x: right 15px;
  }
  .product_show .logistics .tip {
    font-size: 14px;
    line-height: 1.5;
    margin-top: 10px;
  }
  .product_show .btn {
    line-height: 42px;
    margin-top: 20px;
  }
  .product_shop {
    overflow: hidden;
    padding: 50px 0;
  }
  .product_shop .product_shop_swiper {
    margin-top: 30px;
    overflow: unset;
  }
  .product_shop .product_item .pic .btn {
    line-height: 36px;
  }
  .product_shop .product_item .info {
    margin-top: 14px;
  }
  .product_shop .product_item .info .title {
    font-size: 18px;
  }
  .product_shop .product_item .info .price {
    margin-top: 10px;
  }
  .product_shop .product_item .info .pd-colors {
    margin-top: 12px;
  }
  .product_video {
    padding-bottom: 20px;
  }
  .product_nav .nav_list {
    gap: 20px;
  }
  .product_nav .nav_item {
    padding: 14px 0;
  }
  .product_specs {
    padding: 40px 0;
  }
  .product_overview {
    padding: 50px 0;
    overflow: hidden;
  }
  .product_overview .swiper_box {
    padding-bottom: 16px;
  }
  .product_overview .product_overview_swiper {
    overflow: unset;
    margin-top: 30px;
  }
  .product_overview .item .desc {
    font-size: 14px;
    line-height: 1.5;
    margin-top: 10px;
  }
  .product_overview .btn_line {
    line-height: 42px;
  }
  .product_reviews {
    padding: 50px 0;
  }
  .product_reviews .head h2 {
    font-size: 25px;
  }
  .product_reviews .flex {
    margin-top: 30px;
    flex-direction: column;
    gap: 30px;
  }
  .product_reviews .card {
    width: 100%;
    min-width: unset;
    position: static;
    padding: 20px;
  }
  .product_reviews .card .total {
    font-size: 14px;
  }
  .product_reviews .card .star {
    --w: 100px;
    margin-top: 12px;
  }
  .product_reviews .card .bar-chart {
    margin-top: 20px;
    padding-bottom: 20px;
  }
  .product_reviews .card .bar-chart li + li {
    margin-top: 5px;
  }
  .product_reviews .card .bar-chart li {
    font-size: 14px;
  }
  .product_reviews .card .desc {
    font-size: 14px;
    line-height: 1.5;
    margin-top: 16px;
  }
  .product_reviews .card .btn {
    font-size: 14px;
    line-height: 42px;
    margin-top: 20px;
  }
  .product_reviews .nav .nav_list {
    margin: 0 -20px;
    padding: 0 20px;
    overflow-x: auto;
    gap: 10px;
    flex-wrap: nowrap;
  }
  .product_reviews .nav .nav_list::-webkit-scrollbar {
    display: none;
  }
  .product_reviews .nav .nav_item {
    font-size: 14px;
    white-space: nowrap;
  }
  .product_reviews .list {
    margin-top: 20px;
  }
  .product_reviews .review_item {
    padding: 25px 0;
  }
  .product_reviews .review_item .metas {
    gap: 10px;
  }
  .product_reviews .review_item .metas .verify {
    font-size: 13px;
  }
  .product_reviews .review_item .metas .date {
    font-size: 14px;
  }
  .product_reviews .review_item .star {
    --w: 90px;
    margin-top: 14px;
  }
  .product_reviews .review_item .title {
    font-size: 18px;
    margin-top: 12px;
  }
  .product_reviews .review_item .desc {
    line-height: 1.5;
    margin-top: 5px;
  }
  .product_reviews .reviews_empty {
    padding: 32px 0;
  }
  .product_reviews .reviews_empty strong {
    font-size: 18px;
  }
  .product_reviews .review_item .photos a,
  .product_reviews .review_item .photos img {
    width: 72px;
    height: 72px;
  }
  .product_reviews .center:has(.btn_line) {
    margin-top: 40px;
    min-height: 44px;
  }
  .product_reviews .center:has(.btn_line) .btn_line {
    line-height: 42px;
    font-size: 14px;
    min-width: unset;
  }
  .product_recommendations {
    padding: 50px 0;
  }
  .product_recommendations .list {
    margin-top: 30px;
  }
  .product_recommendations .list > ul {
    grid-template-columns: repeat(auto-fill, minmax(min(155px, 100%), 1fr));
    gap: 30px 16px;
  }
  .product_recommendations .product_item .info {
    padding-right: 0;
    margin-top: 18px;
    gap: 10px;
  }
  .product_recommendations .product_item .info .title {
    font-size: 16px;
  }
  .product_recommendations .product_item .info .price {
    margin-top: 0;
  }
  .product_recommendations .product_item .info .pd-colors {
    margin-top: 0;
  }
  .product_recommendations .product_item .info .btn_cart {
    width: 36px;
  }
  .product_categories {
    padding: 50px 0;
  }
  .product_categories .nav {
    margin-top: 20px;
  }
  .product_categories .nav .nav_list {
    gap: 14px;
  }
  .product_categories .nav .nav_item {
    font-size: 14px;
  }
  .product_categories .card {
    padding: 20px;
    margin-top: 30px;
    min-height: unset;
  }
  .product_categories .card .info {
    padding: 0;
  }
  .product_categories .card .info h3 {
    font-size: 22px;
  }
  .product_categories .card .info p {
    font-size: 14px;
    margin-top: 8px;
  }
  .product_categories .card .btns {
    width: 100%;
    gap: 14px;
    margin: 0;
  }
  .product_categories .card .btns .btn_line {
    font-size: 14px;
    line-height: 42px;
    padding: 0 20px;
  }
  .page_faqs {
    padding: 50px 0;
  }
  body.single-product .footer_contact:not(:has(.subscribe_form)) .flex {
    min-height: unset;
    padding: 40px 0;
  }
  body.single-product .footer_contact:not(:has(.subscribe_form)) .head {
    margin: 0;
  }
}
@media screen and (max-width: 576px) {
  .product_show .ad_lis ul {
    grid-template-columns: 1fr;
  }
  .product_show .head .metas {
    grid-template-columns: 1fr;
  }
  .product_specs .imgs ul {
    grid-template-columns: 1fr;
  }
  .product_categories .card .btns {
    flex-direction: column;
  }
  body.single-product .footer_contact:not(:has(.subscribe_form)) .btns {
    width: 100%;
    flex-direction: column;
  }
  body.single-product .footer_contact:not(:has(.subscribe_form)) .btns .btn_email {
    justify-content: center;
  }
}
