body.single-product .size-guide-modal div:where(.swal2-popup) {
  width: 700px !important;
  padding-bottom: 0 !important;
}
body.single-product .size-guide-modal .swal2-close {
  font-size: 30px !important;
  outline: none;
}
body.single-product .size-guide-modal .swal2-html-container {
  padding: 0 !important;
  padding-bottom: 0 !important;
}
body.single-product .storefront-breadcrumb {
  padding-top: 40px !important;
}
body.single-product .site-content {
  padding-top: 12px !important;
}
body.single-product .site-main {
  /* Related Products - Swiper 横向滚动 */
  /* 箭头样式（可选美化） */
}
body.single-product .site-main > .product {
  overflow: initial;
  min-width: 1050px !important;
}
body.single-product .site-main > .product .product-main-wrapper {
  padding-bottom: 50px;
  display: flex;
  position: relative;
}
body.single-product .site-main > .product .product-main-wrapper .gallery-wrapper {
  width: 48% !important;
  margin-right: 0 !important;
  margin-right: 2% !important;
}
body.single-product .site-main > .product .woocommerce-product-gallery {
  width: 100% !important;
  padding-left: 116px;
  position: sticky !important;
  top: 50px;
}
body.single-product .site-main > .product .woocommerce-product-gallery .woocommerce-product-gallery__trigger {
  color: var(--theme-primary-base) !important;
}
body.single-product .site-main > .product .summary {
  width: 50% !important;
}
body.single-product .site-main > .product .summary .product_title {
  font-weight: 700;
  font-size: 16px;
  line-height: 16px;
  margin-bottom: 28px !important;
}
body.single-product .site-main > .product .summary .woocommerce-product-rating {
  margin-bottom: 0 !important;
  margin-top: 0 !important;
  display: flex;
  padding-bottom: 16px;
}
body.single-product .site-main > .product .summary .woocommerce-product-rating .star-rating {
  font-size: 12px;
}
body.single-product .site-main > .product .summary .woocommerce-product-rating .woocommerce-review-link {
  font-size: 12px;
  font-weight: 300;
}
body.single-product .site-main > .product .summary .stock.in-stock {
  display: none;
}
body.single-product .site-main > .product .summary > .price {
  border-top: 1px solid var(--theme-border-base);
  margin: 16px 0;
  margin-top: 0;
  padding-top: 16px;
  font-size: 24px;
  font-family: BlackerProDisplayLight;
  display: flex;
  align-items: center;
  gap: 4px;
}
body.single-product .site-main > .product .summary > .price del {
  order: 2;
  font-size: 16px;
  font-weight: 300;
  margin-bottom: 15px;
}
body.single-product .site-main > .product .summary > .price ins {
  margin-left: 0;
}
body.single-product .site-main > .product .summary > .price .onsale {
  margin-bottom: 15px;
  display: flex;
  border-radius: 0;
  order: 3;
  color: var(--theme-primary-base);
  background: var(--theme-tag-base);
  padding: 0 4px;
  font-size: 12px;
  border: 0;
  margin-left: 8px;
  text-align: center;
  text-transform: uppercase;
}
body.single-product .site-main > .product .summary > .price .woocommerce-Price-currencySymbol {
  margin-right: 4px;
}
body.single-product .site-main > .product .summary .woocommerce-product-details__short-description {
  display: none;
}
body.single-product .site-main > .product .summary > .variations_form {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  padding: 0 !important;
}
body.single-product .site-main > .product .summary > .variations_form .variations tbody > tr:not(.pa_color) {
  padding: 16px 16px 8px;
  background: #fff;
  display: block;
}
body.single-product .site-main > .product .summary > .variations_form .variations tbody > tr:not(.pa_color) > .label {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid var(--theme-border-base);
  font-size: 12px;
  font-weight: 300;
  padding-bottom: 8px;
  line-height: normal;
  margin-bottom: 8px;
}
body.single-product .site-main > .product .summary > .variations_form .variations tbody > tr:not(.pa_color) > .label .l-left .value {
  font-weight: 400;
}
body.single-product .site-main > .product .summary > .variations_form .variations tbody > tr:not(.pa_color) > .value {
  margin-bottom: 0;
}
body.single-product .site-main > .product .summary > .variations_form .pa_color {
  padding: 16px 16px 8px;
  background: #fff;
  display: block;
  /* 选中状态：加边框 */
}
body.single-product .site-main > .product .summary > .variations_form .pa_color > .label {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid var(--theme-border-base);
  font-size: 12px;
  font-weight: 300;
  padding-bottom: 8px;
  line-height: normal;
}
body.single-product .site-main > .product .summary > .variations_form .pa_color > .label .l-left .value {
  font-weight: 400;
}
body.single-product .site-main > .product .summary > .variations_form .pa_color .variable-color-swatches {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 12px 0;
}
body.single-product .site-main > .product .summary > .variations_form .pa_color .color-swatch {
  border: 1px solid rgba(0, 0, 0, 0.1);
  /* 浅灰边框 */
  width: 40px;
  height: 40px;
  border-radius: 50%;
  cursor: pointer;
  display: block;
  transition: border-color 0.2s;
}
body.single-product .site-main > .product .summary > .variations_form .pa_color .color-swatch:hover {
  opacity: 0.9;
}
body.single-product .site-main > .product .summary > .variations_form .pa_color .color-swatch.active {
  box-shadow: 0 0 0 2px #fff, 0 0 0 4px var(--theme-primary-base);
}
body.single-product .site-main > .product .summary > .variations_form .single_variation_wrap .woocommerce-variation-price {
  display: none;
}
body.single-product .site-main > .product .summary .size-selector-container {
  font-weight: 300;
  margin-top: 16px;
  background: white;
  padding: 16px 16px 8px;
}
body.single-product .site-main > .product .summary .size-selector-container .valid-error {
  border-color: red !important;
}
body.single-product .site-main > .product .summary .size-selector-container .header {
  border-bottom: 1px solid var(--theme-border-base);
  font-size: 12px;
  font-weight: 400;
  padding-bottom: 8px;
  line-height: normal;
  margin-bottom: 12px;
}
body.single-product .site-main > .product .summary .size-selector-container .size-btns .btn {
  min-width: 80px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  height: 32px;
  border: 1px solid var(--theme-border-base);
  margin-right: 12px;
  font-size: 12px;
  margin-bottom: 10px;
  padding: 0 8px;
  cursor: pointer;
  box-sizing: border-box;
}
body.single-product .site-main > .product .summary .size-selector-container .size-btns .btn.custom {
  width: 176px;
}
body.single-product .site-main > .product .summary .size-selector-container .size-btns .btn.active {
  border: 1px solid var(--theme-primary-base);
  font-weight: 700;
}
body.single-product .site-main > .product .summary .size-selector-container .size-error {
  display: none;
  color: red;
  font-size: 12px;
}
body.single-product .site-main > .product .summary .size-selector-container .details table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
  text-align: center;
  font-size: 12px;
}
body.single-product .site-main > .product .summary .size-selector-container .details table thead tr {
  border-top: 0;
}
body.single-product .site-main > .product .summary .size-selector-container .details table thead tr th {
  text-align: center;
  background: white;
  min-height: 22px;
  padding: 12px 6px;
  min-width: 75px;
}
body.single-product .site-main > .product .summary .size-selector-container .details table tr {
  border-top: 1px solid var(--theme-border-base);
}
body.single-product .site-main > .product .summary .size-selector-container .details table td {
  text-align: center;
  box-sizing: border-box;
  background: white;
  min-height: 22px;
  padding: 12px 6px;
  min-width: 75px;
}
body.single-product .site-main > .product .summary .size-selector-container .custom-form {
  margin-top: 10px;
  display: flex;
  align-items: flex-start;
  gap: 20px;
}
body.single-product .site-main > .product .summary .size-selector-container .custom-form .cf-left.inch .inch {
  color: var(--theme-primary-base);
}
body.single-product .site-main > .product .summary .size-selector-container .custom-form .cf-left.inch .round {
  left: 3px !important;
}
body.single-product .site-main > .product .summary .size-selector-container .custom-form .cf-left.inch .inputs .unit {
  display: inline-block;
}
body.single-product .site-main > .product .summary .size-selector-container .custom-form .cf-left.inch .inputs .unit::after {
  content: 'IN.';
}
body.single-product .site-main > .product .summary .size-selector-container .custom-form .cf-left.cm .cm {
  color: var(--theme-primary-base);
}
body.single-product .site-main > .product .summary .size-selector-container .custom-form .cf-left.cm .round {
  left: 22px !important;
}
body.single-product .site-main > .product .summary .size-selector-container .custom-form .cf-left.cm .inputs .unit::after {
  content: 'CM';
}
body.single-product .site-main > .product .summary .size-selector-container .custom-form .cf-left .switch-row {
  gap: 8px;
  font-size: 12px;
  display: flex;
  align-items: center;
  color: var(--theme-weak-base);
}
body.single-product .site-main > .product .summary .size-selector-container .custom-form .cf-left .switch-row .switch {
  width: 40px;
  height: 20px;
  cursor: pointer;
}
body.single-product .site-main > .product .summary .size-selector-container .custom-form .cf-left .switch-row .switch .bg {
  display: flex;
  align-items: center;
  background: #F2F2F2;
  height: 100%;
  border-radius: 16px;
  position: relative;
}
body.single-product .site-main > .product .summary .size-selector-container .custom-form .cf-left .switch-row .switch .bg .round {
  position: absolute;
  left: 3px;
  top: 3px;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: #695147;
}
body.single-product .site-main > .product .summary .size-selector-container .custom-form .cf-left .inputs {
  margin-top: 12px;
  width: 144px;
}
body.single-product .site-main > .product .summary .size-selector-container .custom-form .cf-left .inputs .input-wrap {
  display: flex;
  align-items: center;
}
body.single-product .site-main > .product .summary .size-selector-container .custom-form .cf-left .inputs .input-wrap + .input-wrap {
  margin-top: 8px;
}
body.single-product .site-main > .product .summary .size-selector-container .custom-form .cf-left .inputs .input-wrap input {
  padding: 0 8px;
  width: 120px;
  display: block;
  height: 36px;
  line-height: 36px;
  background: white;
  border: 1px solid;
}
body.single-product .site-main > .product .summary .size-selector-container .custom-form .cf-left .inputs .input-wrap span {
  font-size: 12px;
  margin-left: 4px;
}
body.single-product .site-main > .product .summary .size-selector-container .custom-form .cf-right img {
  cursor: pointer;
  width: 250px;
  height: auto;
}
body.single-product .site-main > .product .summary form.cart:not(.variations_form) {
  display: flex;
  align-items: center;
}
body.single-product .site-main > .product .summary .tinvwl_add_to_wishlist_button {
  margin: 0;
  margin-left: 8px;
  width: 30px;
  height: 30px;
}
body.single-product .site-main > .product .summary .tinvwl_add_to_wishlist_button::before {
  margin: 0;
  position: relative;
  left: 0;
  top: 0;
  font-size: 30px;
}
body.single-product .site-main > .product .summary .tinvwl_add_to_wishlist_button.tinvwl-icon-heart.tinvwl-product-in-list:before {
  color: #FF7176 !important;
}
body.single-product .site-main > .product .summary .variations_form .woocommerce-variation-add-to-cart {
  display: flex;
  align-items: center;
}
body.single-product .site-main > .product .summary .quantity {
  display: none !important;
}
body.single-product .site-main > .product .summary .product_meta {
  display: none !important;
}
body.single-product .site-main > .product .summary .custom-variation-error {
  font-size: 12px;
  font-weight: 300;
  color: red;
  margin-top: 4px;
}
body.single-product .site-main > .product .summary .single_add_to_cart_button {
  color: #fff;
  background: var(--theme-primary-base);
  padding: 0;
  width: 372px;
  height: 40px;
  transition: background-color 0.3s;
}
body.single-product .site-main > .product .summary .single_add_to_cart_button:hover {
  background: var(--theme-primary-base-hover);
}
body.single-product .site-main > .product .summary .added_to_cart {
  display: none;
}
body.single-product .site-main > .product .summary .woocommerce-variation-add-to-cart {
  padding-top: 16px;
}
body.single-product .site-main > .product .summary .prod-info-time {
  font-weight: 300;
  display: flex;
  flex-direction: column;
  background: #fff;
  padding: 16px;
  font-size: 12px;
  margin-top: 16px;
}
body.single-product .site-main > .product .summary .prod-info-time .mt-16,
body.single-product .site-main > .product .summary .prod-info-time .my-16 {
  margin-top: 16px !important;
}
body.single-product .site-main > .product .summary .prod-info-time .ship-to-country .ship-to-country-name {
  font-weight: 400;
}
body.single-product .site-main > .product .summary .prod-info-time .tailoring-time {
  color: var(--theme-primary-base);
  display: flex;
  align-items: center;
}
body.single-product .site-main > .product .summary .prod-info-time .tailoring-time svg {
  fill: var(--theme-warning-base);
  width: 20px;
  height: 20px;
  margin-right: 8px !important;
}
body.single-product .site-main > .product .summary .prod-info-time .delivery-time {
  display: grid;
  justify-content: space-between;
  gap: 16px;
  margin-top: 12px;
}
body.single-product .site-main > .product .summary .prod-info-time .delivery-time .delivery-time-item {
  display: flex;
  gap: 8px;
}
body.single-product .site-main > .product .summary .prod-info-time .delivery-time .delivery-time-item svg {
  fill: var(--theme-warning-base);
  width: 20px;
  height: 20px;
}
body.single-product .site-main > .product .summary .prod-info-time .delivery-time .delivery-time-item .shipping-time {
  color: var(--theme-weak-base);
}
body.single-product .site-main > .product .summary .prod-info-time .made-to-order-left {
  display: block;
  white-space: normal;
  margin-top: 12px;
  font-size: 12px;
  color: var(--theme-weak-base);
}
body.single-product .site-main > .product .summary .prod-info-time .made-to-order-left b {
  font-weight: 300;
}
body.single-product .site-main > .product .summary .accordion-container {
  margin-top: 16px;
  background-color: #fff;
  padding: 0 16px;
}
body.single-product .site-main > .product .summary .accordion-container .ac {
  border: 0;
  margin-bottom: 0;
}
body.single-product .site-main > .product .summary .accordion-container .ac:not(:last-child) {
  border-bottom: 1px solid rgba(92, 60, 48, 0.2);
}
body.single-product .site-main > .product .summary .accordion-container .ac.is-active .arrow {
  transform: rotate(-180deg);
}
body.single-product .site-main > .product .summary .accordion-container .ac .ac-header .ac-trigger {
  align-items: center;
  display: flex;
  justify-content: space-between;
  min-height: 48px;
  font-size: 12px;
  font-weight: 300;
  font-family: Gotham;
  padding: 0;
  outline: none;
  color: var(--theme-primary-base) !important;
}
body.single-product .site-main > .product .summary .accordion-container .ac .ac-header .ac-trigger .atl {
  display: flex;
  align-items: center;
  gap: 5px;
}
body.single-product .site-main > .product .summary .accordion-container .ac .ac-header .ac-trigger .atl svg {
  width: 20px;
  height: 20px;
  fill: var(--theme-warning-base);
}
body.single-product .site-main > .product .summary .accordion-container .ac .ac-header .ac-trigger .arrow {
  transition: transform 0.5s;
}
body.single-product .site-main > .product .summary .accordion-container .ac .ac-panel {
  font-size: 12px;
  font-weight: 300;
  color: var(--theme-primary-base);
}
body.single-product .site-main > .product .summary .accordion-container .ac .ac-panel .panel-content {
  padding-bottom: 16px;
}
body.single-product .site-main > .product .summary .accordion-container .ac .ac-panel .panel-content p {
  margin-bottom: 10px;
}
body.single-product .site-main > .product .summary .accordion-container .ac .ac-panel .panel-content a {
  text-decoration: underline;
}
body.single-product .site-main > .product .summary .accordion-container .ac .ac-panel .panel-content a:hover {
  opacity: 0.8;
}
body.single-product .site-main > .product .summary .accordion-container .ac .ac-panel .panel-content li {
  list-style: disc;
  margin-left: 15px;
  margin-bottom: 10px;
}
body.single-product .site-main > .product .summary .accordion-container .ac .ac-panel .panel-content li::marker {
  color: #ff7176;
}
body.single-product .site-main > .product .summary .accordion-container .ac .ac-panel .panel-content .des {
  margin-bottom: 8px;
}
body.single-product .site-main > .product .summary .accordion-container .ac .ac-panel .panel-content .additional-info .woocommerce-product-attributes {
  box-sizing: border-box;
  display: block;
  font-size: 12px;
  max-width: 100%;
  margin-bottom: 0;
}
body.single-product .site-main > .product .summary .accordion-container .ac .ac-panel .panel-content .additional-info table:not(.has-background) th {
  background-color: white;
  padding: 0;
  font-weight: 300;
  min-width: 150px;
  padding-right: 16px;
  padding-bottom: 4px;
}
body.single-product .site-main > .product .summary .accordion-container .ac .ac-panel .panel-content .additional-info table:not(.has-background) tbody td {
  background-color: white;
  padding: 0;
}
body.single-product .site-main .related.products .tinv-wraper {
  display: none;
}
body.single-product .site-main .related.products > h2 {
  font-family: BlackerProDisplayLight;
  color: #5C3C30;
  font-size: 24px;
  text-align: left !important;
}
body.single-product .site-main .related.products li.product.type-product {
  width: 100% !important;
}
body.single-product .site-main .related.products li.product.type-product .img-link {
  padding-bottom: 134%;
  position: relative;
  width: 100%;
  height: 100%;
  display: block;
  overflow: hidden;
}
body.single-product .site-main .related.products li.product.type-product .img-link img.hover-image {
  z-index: 2;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0;
  /* 确保不会遮挡点击 */
  pointer-events: none;
}
body.single-product .site-main .related.products li.product.type-product .img-link:hover img {
  opacity: 1;
  transform: scale(1.02);
}
body.single-product .site-main .related.products li.product.type-product .img-link img {
  object-fit: cover;
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 0 !important;
  margin-bottom: 0 !important;
  transition: transform 0.8s ease-in-out, opacity 0.4s ease-in-out;
  backface-visibility: hidden;
  /* 防止闪烁 */
  will-change: transform, opacity;
  /* 初始状态下的缩放比例为1，即原始大小 */
  transform: scale(1);
  /* 提示浏览器准备动画 */
}
body.single-product .site-main .related.products li.product.type-product .product-color-wrap {
  display: none;
}
body.single-product .site-main .related.products li.product.type-product .price {
  margin-bottom: 0 !important;
}
body.single-product .site-main .related.products li.product.type-product .product-title {
  font-size: 12px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-top: 8px;
}
body.single-product .site-main .related.products li.product.type-product .product-title .title-link {
  max-width: 100%;
}
body.single-product .site-main .related.products li.product.type-product .product-title .title-link h2 {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-break: break-all;
}
body.single-product .site-main .related.products li.product.type-product .product-title .title-link:hover {
  text-decoration: underline;
}
body.single-product .site-main .related.products li.product.type-product .price-row {
  padding-bottom: 25px;
  display: flex;
  align-items: center;
  position: relative;
}
body.single-product .site-main .related.products li.product.type-product .price-row .price {
  order: 0;
  color: var(--theme-primary-base);
  display: inline-block;
  font-size: 14px;
  font-weight: 400;
  display: flex;
  gap: 2px;
}
body.single-product .site-main .related.products li.product.type-product .price-row .price del {
  order: 2;
  font-size: 12px;
  font-weight: 300;
}
body.single-product .site-main .related.products li.product.type-product .price-row .price ins {
  margin-left: 0;
}
body.single-product .site-main .related.products li.product.type-product .price-row .onsale {
  border-radius: 0;
  order: 1;
  border: 1px solid #ff7176;
  color: #ff7176;
  font-size: 10px;
  font-weight: 300;
  margin-left: 8px;
  margin-bottom: 0;
  padding: 2px 4px;
  text-align: center;
  text-transform: uppercase;
}
body.single-product .site-main .related.products li.product.type-product .rating-wrap {
  position: absolute;
  left: 0;
  top: 20px;
  order: 2;
  display: flex;
  align-items: center;
}
body.single-product .site-main .related.products li.product.type-product .rating-wrap .star-rating {
  display: inline-block;
  margin: 0 !important;
  margin-right: 4px !important;
}
body.single-product .site-main .related.products li.product.type-product .rating-wrap .review-count {
  font-size: 12px;
  font-weight: 300;
}
body.single-product .site-main .related.products li.product.type-product .woocommerce-loop-product__title {
  margin-bottom: 0 !important;
  text-align: left;
  font-size: 12px !important;
  font-weight: 300 !important;
  border-bottom: 1px solid transparent;
  color: var(--theme-primary-base);
}
body.single-product .site-main .related.products-related-swiper h2 {
  margin-bottom: 20px;
}
body.single-product .site-main .related-products-swiper .swiper {
  padding: 10px 0;
  width: 100%;
}
body.single-product .site-main .related-products-swiper .swiper-slide {
  width: calc((100% - 40px)/5);
  /* 防止太小 */
  box-sizing: border-box;
}
body.single-product .site-main .related-products-swiper .swiper-button-next,
body.single-product .site-main .related-products-swiper .swiper-button-prev {
  color: var(--theme-primary-base);
  background: rgba(255, 255, 255, 0.8);
  width: 40px;
  height: 40px;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.3s;
}
body.single-product .site-main .related-products-swiper .swiper-button-next:hover,
body.single-product .site-main .related-products-swiper .swiper-button-prev:hover {
  background: #ffffff;
}
body.single-product .site-main .related-products-swiper .swiper-button-next .swiper-navigation-icon,
body.single-product .site-main .related-products-swiper .swiper-button-prev .swiper-navigation-icon {
  width: 16px;
  height: 16px;
}
body.single-product .site-main .related-products-swiper .swiper-button-prev {
  left: 0;
}
body.single-product .site-main .related-products-swiper .swiper-button-next {
  right: 0;
}
body.single-product .site-main .related-products-swiper .swiper-button-disabled {
  opacity: 0.3;
  pointer-events: initial !important;
}
body.single-product .review_form_wrapper {
  display: none !important;
}
body.single-product .attachment-thumbnail {
  width: 150px !important;
  height: 150px !important;
}
body.single-product .dco-attachment {
  text-decoration: underline;
}
body.single-product .woocommerce-reviews-after-related {
  font-size: 12px;
  font-weight: 300;
  margin-top: 40px;
}
body.single-product .woocommerce-reviews-after-related > h2 {
  font-family: BlackerProDisplayLight;
  color: #5C3C30;
  font-size: 24px;
  text-align: left !important;
}
body.single-product .woocommerce-reviews-after-related .woocommerce-Reviews-title {
  display: none;
}
body.single-product .woocommerce-reviews-after-related .comment_container .avatar {
  display: none;
}
body.single-product .woocommerce-reviews-after-related .woocommerce-Reviews #comments {
  background: white;
}
body.single-product .woocommerce-reviews-after-related .woocommerce-Reviews #comments .woocommerce-review__published-date {
  opacity: 1;
  color: var(--theme-weak-base);
}
body.single-product .woocommerce-reviews-after-related .woocommerce-Reviews #comments .comment-text {
  width: 100% !important;
  padding: 16px;
}
body.single-product .woocommerce-reviews-after-related .woocommerce-Reviews #comments .commentlist li {
  margin-bottom: 0;
}
body.single-product .woocommerce-reviews-after-related .woocommerce-Reviews #comments .commentlist li + li {
  border-top: 1px solid rgba(92, 60, 48, 0.2);
}
body.single-product .woocommerce-reviews-after-related .comment-respond {
  padding: 16px !important;
  background: white !important;
}
body.single-product .woocommerce-reviews-after-related .comment-respond .comment-form {
  /* 隐藏原生文件输入框，但保留其功能 */
  /* 美化后的按钮样式 */
  /* 显示文件名的样式 */
}
body.single-product .woocommerce-reviews-after-related .comment-respond .comment-form .required {
  display: none;
}
body.single-product .woocommerce-reviews-after-related .comment-respond .comment-form label {
  margin-bottom: 4px;
  display: block;
  font-weight: 400;
}
body.single-product .woocommerce-reviews-after-related .comment-respond .comment-form .comment-form-rating {
  margin-bottom: 8px;
}
body.single-product .woocommerce-reviews-after-related .comment-respond .comment-form textarea {
  font-family: Gotham !important;
  font-size: 12px;
  font-weight: 300;
}
body.single-product .woocommerce-reviews-after-related .comment-respond .comment-form .comment-form-comment {
  margin-bottom: 8px;
}
body.single-product .woocommerce-reviews-after-related .comment-respond .comment-form #submit {
  margin-top: 24px;
  text-transform: uppercase;
  padding: 10px 30px;
  box-sizing: content-box;
  width: 115px;
  background-color: var(--theme-primary-base);
  cursor: pointer;
  text-align: center;
  color: #fff;
  font-weight: 700;
  font-size: 14px;
}
body.single-product .woocommerce-reviews-after-related .comment-respond .comment-form #submit:hover {
  background-color: var(--theme-primary-base-hover);
}
body.single-product .woocommerce-reviews-after-related .comment-respond .comment-form .comment-form-attachment__file-types-notice {
  display: none;
}
body.single-product .woocommerce-reviews-after-related .comment-respond .comment-form .comment-form-attachment-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  /* 允许在小屏幕上换行 */
  gap: 10px;
  /* 元素之间的间距 */
  margin-bottom: 1em;
  /* 与其他表单项间距 */
}
body.single-product .woocommerce-reviews-after-related .comment-respond .comment-form .comment-form-attachment__input {
  position: absolute;
  left: -9999px;
  /* 屏幕外隐藏 */
  top: 0;
  width: 1px;
  height: 1px;
  opacity: 0;
  pointer-events: none;
  /* 确保它不响应鼠标事件 */
}
body.single-product .woocommerce-reviews-after-related .comment-respond .comment-form .styled-file-button {
  display: inline-block;
  padding: 10px 15px;
  background-color: var(--theme-primary-base);
  /* 默认背景色 */
  color: white;
  /* 默认文字色 */
  cursor: pointer;
  font-size: 12px;
  text-decoration: none;
  line-height: 1;
  flex-shrink: 0;
  /* 防止按钮在空间不足时被压缩 */
}
body.single-product .woocommerce-reviews-after-related .comment-respond .comment-form .styled-file-button:hover {
  background-color: var(--theme-primary-base-hover);
}
body.single-product .woocommerce-reviews-after-related .comment-respond .comment-form .styled-file-button:active {
  background-color: #d0d0d0;
  transform: translateY(1px);
}
body.single-product .woocommerce-reviews-after-related .comment-respond .comment-form .file-name-display {
  font-size: 12px;
  word-break: break-all;
  max-width: calc(100% - 150px);
  /* 限制宽度 */
}
body.single-product .woocommerce-reviews-after-related .comment-respond #comment {
  border: 1px solid var(--theme-border-base);
  height: 160px;
  color: var(--theme-primary-base);
  padding: 12px 16px 0;
  outline: none;
  background: white;
  box-shadow: none !important;
}
body.single-product .woocommerce-reviews-after-related .comment-respond #comment:focus {
  border: 1px solid var(--theme-primary-base) !important;
}
body.single-product .woocommerce-product-gallery {
  /* 箭头按钮 */
  /* 可滚动区域 */
}
body.single-product .woocommerce-product-gallery .woocommerce-product-gallery__image {
  cursor: zoom-in;
}
body.single-product .woocommerce-product-gallery .woocommerce-product-gallery__image > a {
  width: 100%;
  height: 0;
  padding-bottom: 134%;
  display: block;
  position: relative;
}
body.single-product .woocommerce-product-gallery .woocommerce-product-gallery__image > a > img {
  object-fit: cover;
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 0;
}
body.single-product .woocommerce-product-gallery .wc-thumb-scroll-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100px;
  position: absolute;
  top: 0;
  left: 0;
}
body.single-product .woocommerce-product-gallery .wc-thumb-arrow {
  width: 40px;
  height: 40px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  z-index: 10;
  outline: none;
}
body.single-product .woocommerce-product-gallery .wc-thumb-arrow svg {
  width: 14px;
  height: 14px;
}
body.single-product .woocommerce-product-gallery .wc-thumb-arrow--up {
  margin-bottom: 16px;
}
body.single-product .woocommerce-product-gallery .wc-thumb-arrow--down {
  margin-top: 16px;
}
body.single-product .woocommerce-product-gallery .wc-thumb-arrow:disabled {
  opacity: 0.4;
  cursor: not-allowed;
}
body.single-product .woocommerce-product-gallery .wc-thumb-scroll-inner {
  width: 100%;
  max-height: 584px;
  /* 减去两个按钮高度 */
  overflow-y: auto;
  overflow-x: hidden;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
body.single-product .woocommerce-product-gallery .wc-thumb-scroll-inner::-webkit-scrollbar {
  display: none;
}
body.single-product .woocommerce-product-gallery .flex-control-thumbs {
  /* 可调：限制可见区域高度 */
  overflow-y: auto;
  overflow-x: hidden;
  /* 顶部和底部留出箭头空间 */
  margin: 0 !important;
}
body.single-product .woocommerce-product-gallery .flex-control-thumbs li {
  float: initial !important;
  width: 100% !important;
  margin-right: 0 !important;
  height: 0;
  padding-bottom: 134%;
  display: block;
  position: relative;
  margin-bottom: 0 !important;
}
body.single-product .woocommerce-product-gallery .flex-control-thumbs li + li {
  margin-top: 16px !important;
}
body.single-product .woocommerce-product-gallery .flex-control-thumbs li img {
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 0;
}
@media (max-width: 768px) {
  body.single-product .size-guide-modal div:where(.swal2-popup) {
    width: 98% !important;
    padding-bottom: 0 !important;
  }
  body.single-product .size-guide-modal .swal2-close {
    font-size: 30px !important;
    outline: none;
  }
  body.single-product .size-guide-modal .swal2-html-container {
    padding: 0 !important;
    padding-bottom: 0 !important;
  }
  body.single-product .storefront-breadcrumb {
    padding-top: 20px !important;
  }
  body.single-product .site-content {
    padding-top: 12px !important;
  }
  body.single-product .site-main {
    /* Related Products - Swiper 横向滚动 */
    /* 箭头样式（可选美化） */
  }
  body.single-product .site-main > .product {
    overflow: initial;
    min-width: initial !important;
  }
  body.single-product .site-main > .product .product-main-wrapper {
    padding-bottom: 0;
    display: block;
    position: relative;
  }
  body.single-product .site-main > .product .product-main-wrapper .gallery-wrapper {
    width: 100% !important;
    margin-right: 0 !important;
  }
  body.single-product .site-main > .product .woocommerce-product-gallery {
    width: 100% !important;
    padding-left: 0;
    position: relative !important;
    top: auto;
    margin-bottom: 20px !important;
  }
  body.single-product .site-main > .product .flex-viewport {
    margin-bottom: 20px !important;
  }
  body.single-product .site-main > .product .summary {
    margin-bottom: 20px;
    width: 100% !important;
  }
  body.single-product .site-main > .product .summary .product_title {
    padding: 16px;
    background: white;
    font-weight: 400;
    font-size: 16px;
    line-height: 16px;
    margin-bottom: 0 !important;
  }
  body.single-product .site-main > .product .summary .woocommerce-product-rating {
    background: white;
    margin-bottom: 0 !important;
    margin-top: 0 !important;
    display: flex;
    padding-bottom: 16px;
    padding-left: 16px;
    padding-right: 16px;
  }
  body.single-product .site-main > .product .summary .woocommerce-product-rating .star-rating {
    font-size: 12px;
  }
  body.single-product .site-main > .product .summary .woocommerce-product-rating .woocommerce-review-link {
    font-size: 12px;
    font-weight: 300;
  }
  body.single-product .site-main > .product .summary > .price {
    border-top: 1px solid var(--theme-border-base);
    background: white;
    margin: 16px 0;
    padding-left: 16px;
    padding-right: 16px;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-top: 0;
    font-size: 24px;
    font-family: BlackerProDisplayLight;
  }
  body.single-product .site-main > .product .summary > .price .woocommerce-Price-currencySymbol {
    margin-right: 4px;
  }
  body.single-product .site-main > .product .summary .woocommerce-product-details__short-description {
    display: none;
  }
  body.single-product .site-main > .product .summary > .variations_form {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    padding: 0 !important;
  }
  body.single-product .site-main > .product .summary > .variations_form .pa_color {
    padding: 16px 16px 8px;
    background: #fff;
    display: block;
    /* 选中状态：加边框 */
  }
  body.single-product .site-main > .product .summary > .variations_form .pa_color > .label {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid var(--theme-border-base);
    font-size: 12px;
    font-weight: 300;
    padding-bottom: 8px;
    line-height: normal;
  }
  body.single-product .site-main > .product .summary > .variations_form .pa_color .variable-color-swatches {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin: 12px 0;
  }
  body.single-product .site-main > .product .summary > .variations_form .pa_color .color-swatch {
    width: 24px;
    height: 24px;
    border-radius: 50%;
    cursor: pointer;
    display: block;
    transition: border-color 0.2s;
  }
  body.single-product .site-main > .product .summary > .variations_form .pa_color .color-swatch:hover {
    opacity: 0.9;
  }
  body.single-product .site-main > .product .summary > .variations_form .pa_color .color-swatch.active {
    box-shadow: 0 0 0 2px #fff, 0 0 0 4px var(--theme-primary-base);
  }
  body.single-product .site-main > .product .summary > .variations_form .single_variation_wrap .woocommerce-variation-price {
    display: none;
  }
  body.single-product .site-main > .product .summary .quantity {
    display: none !important;
  }
  body.single-product .site-main > .product .summary .product_meta {
    display: none !important;
  }
  body.single-product .site-main > .product .summary .custom-variation-error {
    font-size: 12px;
    font-weight: 300;
    color: red;
    margin-top: 4px;
  }
  body.single-product .site-main > .product .summary .single_add_to_cart_button {
    color: #fff;
    background: var(--theme-primary-base);
    padding: 0;
    width: 100%;
    height: 40px;
    transition: background-color 0.3s;
  }
  body.single-product .site-main > .product .summary .single_add_to_cart_button:hover {
    background: var(--theme-primary-base-hover);
  }
  body.single-product .site-main > .product .summary .woocommerce-variation-add-to-cart {
    padding-top: 16px;
  }
  body.single-product .site-main > .product .summary .prod-info-time {
    font-weight: 300;
    display: flex;
    flex-direction: column;
    background: #fff;
    padding: 16px;
    font-size: 12px;
    margin-top: 16px;
  }
  body.single-product .site-main > .product .summary .prod-info-time .mt-16,
  body.single-product .site-main > .product .summary .prod-info-time .my-16 {
    margin-top: 16px !important;
  }
  body.single-product .site-main > .product .summary .prod-info-time .ship-to-country .ship-to-country-name {
    font-weight: 400;
  }
  body.single-product .site-main > .product .summary .prod-info-time .tailoring-time {
    color: var(--theme-primary-base);
    display: flex;
    align-items: center;
  }
  body.single-product .site-main > .product .summary .prod-info-time .tailoring-time svg {
    fill: var(--theme-warning-base);
    width: 20px;
    height: 20px;
    margin-right: 8px !important;
  }
  body.single-product .site-main > .product .summary .prod-info-time .delivery-time {
    display: grid;
    justify-content: space-between;
    gap: 16px;
    margin-top: 12px;
  }
  body.single-product .site-main > .product .summary .prod-info-time .delivery-time .delivery-time-item {
    display: flex;
    gap: 8px;
  }
  body.single-product .site-main > .product .summary .prod-info-time .delivery-time .delivery-time-item svg {
    fill: var(--theme-warning-base);
    width: 20px;
    height: 20px;
  }
  body.single-product .site-main > .product .summary .prod-info-time .delivery-time .delivery-time-item .shipping-time {
    color: var(--theme-weak-base);
  }
  body.single-product .site-main > .product .summary .prod-info-time .made-to-order-left {
    display: block;
    white-space: normal;
    margin-top: 12px;
    font-size: 12px;
    color: var(--theme-weak-base);
  }
  body.single-product .site-main > .product .summary .prod-info-time .made-to-order-left b {
    font-weight: 300;
  }
  body.single-product .site-main > .product .summary .accordion-container {
    margin-top: 16px;
    background-color: #fff;
    padding: 0 16px;
  }
  body.single-product .site-main > .product .summary .accordion-container .ac {
    border: 0;
    margin-bottom: 0;
  }
  body.single-product .site-main > .product .summary .accordion-container .ac:not(:last-child) {
    border-bottom: 1px solid rgba(92, 60, 48, 0.2);
  }
  body.single-product .site-main > .product .summary .accordion-container .ac.is-active .arrow {
    transform: rotate(-180deg);
  }
  body.single-product .site-main > .product .summary .accordion-container .ac .ac-header .ac-trigger {
    align-items: center;
    display: flex;
    justify-content: space-between;
    min-height: 48px;
    font-size: 12px;
    font-weight: 300;
    font-family: Gotham;
    padding: 0;
    outline: none;
    color: var(--theme-primary-base) !important;
  }
  body.single-product .site-main > .product .summary .accordion-container .ac .ac-header .ac-trigger .atl {
    display: flex;
    align-items: center;
    gap: 5px;
  }
  body.single-product .site-main > .product .summary .accordion-container .ac .ac-header .ac-trigger .atl svg {
    width: 20px;
    height: 20px;
    fill: var(--theme-warning-base);
  }
  body.single-product .site-main > .product .summary .accordion-container .ac .ac-header .ac-trigger .arrow {
    transition: transform 0.5s;
  }
  body.single-product .site-main > .product .summary .accordion-container .ac .ac-panel {
    font-size: 12px;
    font-weight: 300;
    color: var(--theme-primary-base);
  }
  body.single-product .site-main > .product .summary .accordion-container .ac .ac-panel .panel-content {
    padding-bottom: 16px;
  }
  body.single-product .site-main > .product .summary .accordion-container .ac .ac-panel .panel-content p {
    margin-bottom: 10px;
  }
  body.single-product .site-main > .product .summary .accordion-container .ac .ac-panel .panel-content li {
    list-style: disc;
    margin-left: 15px;
    margin-bottom: 10px;
  }
  body.single-product .site-main > .product .summary .accordion-container .ac .ac-panel .panel-content li::marker {
    color: #ff7176;
  }
  body.single-product .site-main > .product .summary .accordion-container .ac .ac-panel .panel-content .des {
    margin-bottom: 8px;
  }
  body.single-product .site-main > .product .summary .accordion-container .ac .ac-panel .panel-content .additional-info .woocommerce-product-attributes {
    box-sizing: border-box;
    display: block;
    font-size: 12px;
    max-width: 100%;
    margin-bottom: 0;
  }
  body.single-product .site-main > .product .summary .accordion-container .ac .ac-panel .panel-content .additional-info table:not(.has-background) th {
    background-color: white;
    padding: 0;
    font-weight: 300;
    min-width: 150px;
    padding-right: 16px;
    padding-bottom: 4px;
  }
  body.single-product .site-main > .product .summary .accordion-container .ac .ac-panel .panel-content .additional-info table:not(.has-background) tbody td {
    background-color: white;
    padding: 0;
  }
  body.single-product .site-main .related.products {
    padding: 16px;
    background-color: white;
  }
  body.single-product .site-main .related.products > h2 {
    font-family: BlackerProDisplayLight;
    color: #5C3C30;
    font-size: 24px;
    text-align: left !important;
  }
  body.single-product .site-main .related.products li.product.type-product {
    width: 100% !important;
  }
  body.single-product .site-main .related.products li.product.type-product .img-link {
    padding-bottom: 134%;
    position: relative;
    width: 100%;
    height: 100%;
    display: block;
    overflow: hidden;
  }
  body.single-product .site-main .related.products li.product.type-product .img-link img.hover-image {
    z-index: 2;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    opacity: 0;
    /* 确保不会遮挡点击 */
    pointer-events: none;
  }
  body.single-product .site-main .related.products li.product.type-product .img-link:hover img {
    opacity: 1;
    transform: scale(1.02);
  }
  body.single-product .site-main .related.products li.product.type-product .img-link img {
    object-fit: cover;
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 0 !important;
    margin-bottom: 0 !important;
    transition: transform 0.8s ease-in-out, opacity 0.4s ease-in-out;
    backface-visibility: hidden;
    /* 防止闪烁 */
    will-change: transform, opacity;
    /* 初始状态下的缩放比例为1，即原始大小 */
    transform: scale(1);
    /* 提示浏览器准备动画 */
  }
  body.single-product .site-main .related.products li.product.type-product .product-color-wrap {
    display: none;
  }
  body.single-product .site-main .related.products li.product.type-product .price {
    margin-bottom: 0 !important;
  }
  body.single-product .site-main .related.products li.product.type-product .product-title {
    font-size: 12px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-top: 8px;
  }
  body.single-product .site-main .related.products li.product.type-product .product-title .title-link {
    max-width: 100%;
  }
  body.single-product .site-main .related.products li.product.type-product .product-title .title-link h2 {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    word-break: break-all;
  }
  body.single-product .site-main .related.products li.product.type-product .product-title .title-link:hover {
    text-decoration: underline;
  }
  body.single-product .site-main .related.products li.product.type-product .price-row {
    display: flex;
    justify-content: space-between;
  }
  body.single-product .site-main .related.products li.product.type-product .price-row .price {
    color: var(--theme-primary-base);
    display: inline-block;
    font-size: 14px;
    font-weight: 400;
  }
  body.single-product .site-main .related.products li.product.type-product .price-row .rating-wrap {
    order: 2 !important;
    display: flex;
    align-items: center;
  }
  body.single-product .site-main .related.products li.product.type-product .price-row .rating-wrap .star-rating {
    display: inline-block;
    margin: 0 !important;
    margin-right: 4px !important;
  }
  body.single-product .site-main .related.products li.product.type-product .price-row .rating-wrap .review-count {
    font-size: 12px;
    font-weight: 300;
  }
  body.single-product .site-main .related.products li.product.type-product .woocommerce-loop-product__title {
    margin-bottom: 0 !important;
    text-align: left;
    font-size: 12px !important;
    font-weight: 300 !important;
    border-bottom: 1px solid transparent;
    color: var(--theme-primary-base);
  }
  body.single-product .site-main .related.products-related-swiper h2 {
    margin-bottom: 20px;
  }
  body.single-product .site-main .related-products-swiper .swiper {
    padding: 10px 0;
    width: 100%;
  }
  body.single-product .site-main .related-products-swiper .swiper-slide {
    width: calc((100% - 10px)/2);
    /* 防止太小 */
    box-sizing: border-box;
  }
  body.single-product .site-main .related-products-swiper .swiper-button-next,
  body.single-product .site-main .related-products-swiper .swiper-button-prev {
    color: var(--theme-primary-base);
    background: rgba(255, 255, 255, 0.8);
    width: 40px;
    height: 40px;
    top: 50%;
    transform: translateY(-50%);
    transition: all 0.3s;
  }
  body.single-product .site-main .related-products-swiper .swiper-button-next:hover,
  body.single-product .site-main .related-products-swiper .swiper-button-prev:hover {
    background: #ffffff;
  }
  body.single-product .site-main .related-products-swiper .swiper-button-next .swiper-navigation-icon,
  body.single-product .site-main .related-products-swiper .swiper-button-prev .swiper-navigation-icon {
    width: 16px;
    height: 16px;
  }
  body.single-product .site-main .related-products-swiper .swiper-button-prev {
    left: 0;
  }
  body.single-product .site-main .related-products-swiper .swiper-button-next {
    right: 0;
  }
  body.single-product .site-main .related-products-swiper .swiper-button-disabled {
    opacity: 0.3;
    pointer-events: initial !important;
  }
  body.single-product .review_form_wrapper {
    display: none !important;
  }
  body.single-product .woocommerce-noreviews {
    margin: 0 10px;
    margin-top: 20px;
  }
  body.single-product .woocommerce-reviews-after-related {
    background: white;
    font-size: 12px;
    font-weight: 300;
    margin-top: 20px;
  }
  body.single-product .woocommerce-reviews-after-related > h2 {
    padding: 16px;
    padding-bottom: 0;
    margin-bottom: 0;
    font-family: BlackerProDisplayLight;
    color: #5C3C30;
    font-size: 24px;
    text-align: left !important;
  }
  body.single-product .woocommerce-reviews-after-related .woocommerce-Reviews-title {
    display: none;
  }
  body.single-product .woocommerce-reviews-after-related .comment_container .avatar {
    display: none;
  }
  body.single-product .woocommerce-reviews-after-related .woocommerce-Reviews #comments {
    background: white;
  }
  body.single-product .woocommerce-reviews-after-related .woocommerce-Reviews #comments .woocommerce-review__published-date {
    opacity: 1;
    color: var(--theme-weak-base);
  }
  body.single-product .woocommerce-reviews-after-related .woocommerce-Reviews #comments .comment-text {
    width: 100% !important;
    padding: 16px;
  }
  body.single-product .woocommerce-reviews-after-related .woocommerce-Reviews #comments .commentlist li {
    margin-bottom: 0;
  }
  body.single-product .woocommerce-reviews-after-related .woocommerce-Reviews #comments .commentlist li + li {
    border-top: 1px solid rgba(92, 60, 48, 0.2);
  }
  body.single-product .woocommerce-reviews-after-related .comment-respond {
    padding: 16px !important;
    background: white !important;
  }
  body.single-product .woocommerce-reviews-after-related .comment-respond .comment-form .required {
    display: none;
  }
  body.single-product .woocommerce-reviews-after-related .comment-respond .comment-form label {
    margin-bottom: 4px;
    display: block;
    font-weight: 300;
  }
  body.single-product .woocommerce-reviews-after-related .comment-respond .comment-form .comment-form-rating {
    margin-bottom: 8px;
  }
  body.single-product .woocommerce-reviews-after-related .comment-respond .comment-form #submit {
    margin-top: 24px;
    text-transform: uppercase;
    padding: 10px 30px;
    box-sizing: content-box;
    width: 115px;
    background-color: var(--theme-primary-base);
    cursor: pointer;
    text-align: center;
    color: #fff;
    font-weight: 700;
    font-size: 14px;
  }
  body.single-product .woocommerce-reviews-after-related .comment-respond .comment-form #submit:hover {
    background-color: var(--theme-primary-base-hover);
  }
  body.single-product .woocommerce-reviews-after-related .comment-respond #comment {
    border: 1px solid var(--theme-border-base);
    height: 160px;
    color: var(--theme-primary-base);
    padding: 12px 16px 0;
    outline: none;
    background: white;
    box-shadow: none !important;
  }
  body.single-product .woocommerce-reviews-after-related .comment-respond #comment:focus {
    border: 1px solid var(--theme-primary-base) !important;
  }
  body.single-product .woocommerce-product-gallery {
    /* 箭头按钮 */
    /* 可滚动区域 */
  }
  body.single-product .woocommerce-product-gallery .zoomImg {
    display: none !important;
  }
  body.single-product .woocommerce-product-gallery .wc-gallery-arrows {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    display: flex;
    justify-content: space-between;
    z-index: 10;
    pointer-events: none;
    /* 防止遮挡滑动 */
  }
  body.single-product .woocommerce-product-gallery .wc-gallery-arrows button {
    color: var(--theme-primary-base);
    background: rgba(255, 255, 255, 0.8);
    width: 40px;
    height: 40px;
    top: 50%;
    transform: translateY(-50%);
    transition: all 0.3s;
    pointer-events: initial;
    outline: none;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  body.single-product .woocommerce-product-gallery .wc-gallery-arrows button svg {
    width: 16px;
    height: 16px;
  }
  body.single-product .woocommerce-product-gallery .wc-gallery-arrows button.wc-gallery-prev {
    left: -1px;
  }
  body.single-product .woocommerce-product-gallery .wc-gallery-arrows button.wc-gallery-prev svg {
    transform: rotate(180deg);
  }
  body.single-product .woocommerce-product-gallery .wc-gallery-arrows button.wc-gallery-next {
    right: -1px;
  }
  body.single-product .woocommerce-product-gallery .woocommerce-product-gallery__image {
    cursor: zoom-in;
  }
  body.single-product .woocommerce-product-gallery .woocommerce-product-gallery__image > a {
    width: 100%;
    height: 0;
    padding-bottom: 134%;
    display: block;
    position: relative;
  }
  body.single-product .woocommerce-product-gallery .woocommerce-product-gallery__image > a > img {
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 0;
  }
  body.single-product .woocommerce-product-gallery .wc-thumb-scroll-wrapper {
    display: none !important;
  }
  body.single-product .woocommerce-product-gallery .wc-thumb-arrow {
    width: 40px;
    height: 40px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    z-index: 10;
    outline: none;
  }
  body.single-product .woocommerce-product-gallery .wc-thumb-arrow svg {
    width: 14px;
    height: 14px;
  }
  body.single-product .woocommerce-product-gallery .wc-thumb-arrow--up {
    margin-bottom: 16px;
  }
  body.single-product .woocommerce-product-gallery .wc-thumb-arrow--down {
    margin-top: 16px;
  }
  body.single-product .woocommerce-product-gallery .wc-thumb-arrow:disabled {
    opacity: 0.4;
    cursor: not-allowed;
  }
  body.single-product .woocommerce-product-gallery .wc-thumb-scroll-inner {
    width: 100%;
    max-height: 584px;
    /* 减去两个按钮高度 */
    overflow-y: auto;
    overflow-x: hidden;
    scrollbar-width: none;
    -ms-overflow-style: none;
  }
  body.single-product .woocommerce-product-gallery .wc-thumb-scroll-inner::-webkit-scrollbar {
    display: none;
  }
  body.single-product .woocommerce-product-gallery .flex-control-thumbs {
    /* 可调：限制可见区域高度 */
    overflow-y: auto;
    overflow-x: hidden;
    /* 顶部和底部留出箭头空间 */
    margin: 0 !important;
  }
  body.single-product .woocommerce-product-gallery .flex-control-thumbs li {
    float: initial !important;
    width: 100% !important;
    margin-right: 0 !important;
    height: 0;
    padding-bottom: 134%;
    display: block;
    position: relative;
    margin-bottom: 0 !important;
  }
  body.single-product .woocommerce-product-gallery .flex-control-thumbs li + li {
    margin-top: 16px !important;
  }
  body.single-product .woocommerce-product-gallery .flex-control-thumbs li img {
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 0;
  }
}
