/** Shopify CDN: Minification failed

Line 1437:28 Expected "}" to go with "{"

**/
.abProductDetail {
  display: flex;
  flex-direction: column;
  width: 100vw;
  align-items: center;
  overflow-x: hidden;
  padding-bottom: 30px;
}

.productDescription {
  width: 100%;
}

.productDescription p {
  width: 100%;
}

audio,
canvas,
embed,
iframe,
img,
object,
svg,
video {
  display: unset;
}

.apProductInfo {
  flex-direction: row;
  display: flex;
  width: 100%;
  /* overflow: hidden; */
}

.apProductInfoLeft {
  width: 55%;
  background-color: #f7f8f9;
  justify-content: center;
  align-items: center;
  display: flex;
  max-height: 800px;
  border-radius: 4px;
  position: relative;
  cursor: pointer;
}

.swiper {
  width: 100%;
  height: 100%;
}

.abProductImageSwiperSlide {
  text-align: center;
  font-size: 18px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.abGoodsAlbumsPage,
.abGoodsScenePage {
  position: absolute;
  top: 24px;
  right: 24px;
  width: 41px;
  height: 23px;
  background: #0000004d;
  text-align: center;
  line-height: 23px;
  font-size: 14px;
  color: #fff;
  border-radius: 4px;
  z-index: 20;
}

.abGoodsPriceOnAlbum {
  position: absolute;
  top: 31px;
  left: 71px;
  background: rgba(255, 71, 71, 0.18);
  padding: 0 8px;
  height: 32px;
  line-height: 32px;
  border-radius: 20px;
  color: #e40202;
  font-weight: 600;
  text-align: center;
  z-index: 20;
  display: none;
}

.abGoodsAlbumTabsBox {
  width: 100%;
  position: absolute;
  z-index: 100;
  bottom: 20px;
  text-align: center;
}

.abGoodsAlbumTabs {
  margin: 0 auto;
  display: flex;
  background: #fff;
  width: fit-content;
  height: 40px;
  align-items: center;
  justify-content: space-between;
  color: #333;
  font-size: 15px;
  font-weight: 500;
  border-radius: 100px;
  z-index: 20;
}

.abGoodsAlbumTabs p {
  padding: 0 14px;
}

.abGoodsAlbumTabActive {
  font-weight: 600;
  background: #333333;
  color: #fff;
  height: inherit;
  line-height: 40px;
  border-radius: inherit;
}

.apProductInfoRight {
  width: 45%;
  padding: 55px 12px 12px 50px;
  /* max-height: 880px; */
  overflow-y: auto;
  overflow-x: hidden;
}

.abGoosTitle {
  color: #333;
  font-size: 32px;
  font-weight: 700;
  line-height: 38px;
}

.abGoodsTag {
  margin-top: 8px;
  display: flex;
  gap: 5px;
  font-weight: 600;
}

.abGoodsTag p {
  background: #0099ff24;
  font-size: 13px;
  padding: 0 8px;
  border-radius: 2px;
  color: #777777;
}

.abGoodsStar {
  display: flex;
  margin-top: 12px;
}

.abGoodsStarSvg {
  display: flex;
  gap: 4px;
}

.abGoodsScore {
  color: #555555;
  font-size: 14px;
  font-weight: 600;
  margin-left: 8px !important;
}

.abGoodsReviews {
  color: #777777;
  font-size: 14px;
  margin-left: 4px !important;
  font-weight: 600;
}

.abGoodsPrice {
  font-size: 22px;
  font-weight: 600;
  line-height: 26px;
  letter-spacing: 0.03em;
  color: #333;
  margin-top: 22px !important;
}

.abGoodsComparePrice {
  font-size: 16px;
  color: #999999;
  text-decoration: line-through;
}

.apProductInfoRight ul {
  margin-top: 10px;
  color: #777777;
  font-size: 15px;
  list-style-type: disc; /* 圆点符号 */
  padding-left: 20px;
}

.apProductInfoRight ul li {
  line-height: 120%;
  font-weight: 500;
  margin-top: 12px;
}

.abGoodsSelectColor,
.abGoodsBundleSalesTitle {
  font-size: 18px;
  font-weight: 600;
  color: #333;
  margin-top: 25px !important;
}

.abGoodsColors {
  display: flex;
  margin-top: 12px;
}

.abGoodsColorOutline {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}

.abGoodsColorBlack,
.abGoodsColorPink {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  cursor: pointer;
}

.abGoodsColorBlack {
  background: #333333;
}

.abGoodsColorPink {
  background: #fdc5de;
}

.abColorBlackSelected {
  border: 1px solid #333333;
}

.abColorPinkSelected {
  border: 1px solid #fdc5de;
}

.abGoodsParts {
  display: none;
  gap: 18px;
  margin-top: 24px;
  flex-wrap: wrap; /* 允许换行 */
  width: 600px;
}

.abGoodsPartsItem {
  height: auto;
  width: 492px;
  cursor: pointer;
  border: 1px solid #d9d9d9;
  border-radius: 5px;
  padding-left: 20px;
  padding-right: 28px;
}

.abGoodsPartsItem:hover {
  border-color: #8f8f8f;
}

.abGoodsPartsItem .abGoodsPartsInfo {
  padding-top: 16px;
  padding-bottom: 16px;
  display: flex;
  align-items: center;
}

.abGoodsPartsItem .abGoodsPartsInfo .prodImg {
  height: 60px;
  width: 60px;
  flex: 0 0 auto;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  margin-right: 18px;
}

.abGoodsPartsItem .abGoodsPartsInfo .prodNameAndPrice {
  flex: 1 1 auto;
  display: flex;
  align-items: start;
  flex-direction: column;
}

.abGoodsPartsItem .abGoodsPartsInfo .prodNameAndPrice .name {
  line-height: 1.5;
  font-weight: 500;
  font-size: 16px;
}

.abGoodsPartsItem .abGoodsPartsInfo .prodNameAndPrice .price {
  display: flex;
  align-items: start;
  flex-direction: column;
  line-height: 1;
  margin-top: 8px;
  /* gap: 4px; */
}

.abGoodsPartsItem .abGoodsPartsInfo .prodNameAndPrice .price .current .money {
  color: #000000;
  font-weight: 600;
  font-size: 15px;
}

.abGoodsPartsItem .abGoodsPartsInfo .prodNameAndPrice .price .original .money {
  color: #838383;
  font-weight: 400;
  font-size: 12px;
  text-decoration: line-through;
}

.abGoodsPartsItem .abGoodsPartsDescs {
  border-top: 1px solid #D1D1D1;
}
.abGoodsPartsItem .abGoodsPartsDescs .productDescItems {
  font-weight: 500;
  list-style: disc;
  font-size: 15px;
  padding: 15px 0 15px 20px;
  margin-top: 0;
}
.abGoodsPartsItem .abGoodsPartsDescs .productDescItems .productDescItem {
  color: #777777;
  line-height: 1.5;
  word-wrap: break-word;
  margin-top: 0;
}
.abGoodsPartsItem .abGoodsPartsDescs .productDescItems .productDescItem:not(:last-child) {
  margin-bottom: 8px;
}

.abGoodsPartsItem .abGoodsPartsInfo .prodSave {
  height: 30px;
  line-height: 30px;
  border-radius: 30px;
  padding-left: 15px;
  padding-right: 15px;
  font-size: 11px;
  flex: 0 0 auto;
  background-color: rgba(0, 153, 255, 0.06);
  color: #028AE4;
  font-weight: 600;
}

.abGoodsPartsAbove {
  display: flex;
}

.abGoodsPartsAboveLeft {
}

.abGoodsPartsTitle {
  font-size: 16px;
  font-weight: 500;
  line-height: 129%;
  height: 55px;
  display: flex;
  align-items: center;
}

.abGoodsPartsPrice p:first-child {
  color: #000000;
}

.abGoodsPartsPrice p:last-child {
  color: #777777;
  text-decoration: line-through;
}

.abGoodsPartsSeparator {
  width: 98%;
  height: 1px;
  background: #edf2f2;
  margin-top: 4px;
}

.abGoodsPartsUnder {
  padding-top: 2px;
}

.abGoodsVerPrice {
  color: #000;
  font-size: 15px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

.abGoodsVerMarketPrice {
  color: #838383;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-decoration: line-through;
}

/*底部固定条*/
.abGoodsBottomBar {
  height: 85px;
  width: 100vw;
  position: fixed;
  bottom: 0;
  display: flex;
  justify-content: space-between;
  border-top: 1px solid #e8e8e8;
  background: #fff;
  box-shadow: rgba(0, 0, 0, 0.3) 0 2px 5px;
  z-index: 50;
}

.abGoodsBottomBar .abRight {
  width: 45%;
  display: flex;
  padding-left: 5%;
  align-items: center;
}

.abGoodsBottomBar .abPrice {
}

.abGoodsBottomBar .abPrice1 {
  font-size: 22px;
  font-weight: 600;
  line-height: 26px;
  letter-spacing: 0.03em;
  color: #333;
}

.abGoodsBottomBar .abPrice2 {
  font-size: 14px;
  font-weight: 500;
  line-height: 16px;
  letter-spacing: 0.03em;
  color: #999;
  margin-top: 4px;
}

.abAddToCart,
.abBuyNow {
  width: 165px;
  height: 46px;
  cursor: pointer;
}

.abAddToCart {
  margin-left: 32px;
  font-weight: 600;
  line-height: 46px;
  text-align: center;
  border: 2px solid #333;
  border-radius: 40px;
}

.abAddToCart:hover {
  background: #333;
  color: #fff;
}

.abBuyNow {
  margin-left: 12px;
  background: #333333;
  color: #fcfcfc;
  font-weight: 600;
  border-radius: 40px;
  text-align: center;
  line-height: 46px;
}

.abBuyNow:hover {
  background: #555555;
}

.moreThanGuitar {
  color: #323232;
  font-size: 50px;
  font-weight: 700;
  margin-bottom: 80px;
}

.abGoodsCo4 {
  width: 100%;
  position: relative;
}

.abGoodsCo4FullImg {
  width: 100%;
}

.abProductTabs {
  width: fit-content;
  height: 40px;
  border: 1px solid #3e3e3e;
  margin-top: 30px;
  border-radius: 18px;
  line-height: 40px;
  cursor: pointer;
  position: relative;
}

.abProductTabs p {
  padding: 0 60px;
  color: #868686;
  font-size: 18px;
}

.abProductTabsActive {
  padding: 0;
  background: #1e1e1e;
  color: #ffffff !important;
  border-radius: 17px;
}

.abGoodsSpecification {
  margin-top: 50px;
  width: 100%;
}

.abGoodsSpecificationItemLight,
.abGoodsSpecificationItemDark {
  height: 50px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.abGoodsSpecificationItemDark {
  background: #f0f0f0;
}

.abGoodsSpecificationItemDark p {
  width: 50%;
  font-size: 18px;
  font-weight: 600;
  line-height: 70px;
  color: #000;
}

.abGoodsSpecificationItemLight > div {
  width: 50%;
  display: flex;
  gap: 20px;
}

.abGoodsQA {
  margin-top: 50px;
  width: 100%;
  margin-bottom: 50px;
}

.abGoodsQA p {
  color: #7b7b7b;
}

.productQaItem {
  margin-bottom: 16px;
}

.productQaContent {
  max-height: 0; /* 默认高度为 0 */
  overflow: hidden; /* 隐藏溢出的内容 */
  transition: max-height 0.5s ease-out; /* 滑动展开的动画效果 */
  overflow-x: scroll;
  margin: 0 16px 0 16px !important;
}

.productQaContent::-webkit-scrollbar {
  display: none; /* 隐藏滚动条 */
}

/* 针对 Firefox 隐藏滚动条 */
.productQaContent {
  scrollbar-width: none; /* 隐藏滚动条 */
  -ms-overflow-style: none; /* IE/Edge */
}

.abGoodsQA > p:last-child {
  border: none;
}

.abGoodsArrowLeft,
.abGoodsArrowRight {
  position: absolute;
  width: 62px;
  height: 62px;
  border-radius: 50%;
  background: #c6c6c7;
  display: none;
  justify-content: center;
  align-items: center;
  z-index: 20;
}

.abGoodsArrowLeft {
  left: 44px;
}

.abGoodsArrowRight {
  right: 44px;
}

.abGoodsDiscount {
  display: flex;
  align-items: center;
  gap: 6px;
  color: #333;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  margin-top: 32px;
}

.abGoodsCoupon {
  background: #dbf1ff;
  height: 72px;
  width: 492px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-radius: 8px;
  margin-top: 12px;
  flex-shrink: 0;
}

.abGoodsCouponLeft {
  display: inline-flex;
  align-items: center;
  margin-left: 20px;
  gap: 10px;
  border-right: 2px dashed #fff;
  height: 100%;
  flex-grow: 1;
}

.abGoodsCouponLeft .p1 {
  color: #333;
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.abGoodsCouponLeft .p2 {
  color: #333;
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

.abGoodsCouponRight {
  color: #333;
  font-size: 14px;
  font-weight: 600;
  line-height: 16px;
  border-radius: 50px;
  border: 1px solid #000;
  display: inline-flex;
  padding: 12px 16px;
  align-items: flex-start;
  gap: 10px;
  margin: 0 16px;
  cursor: pointer;
}

.abGoodsCouponRight:active {
  transform: scale(0.9); /* 缩小到 90% */
}

.abGoodsContentItemInfo {
  width: 50%;
  text-align: center;
  margin-top: 28px;
}

.abGoodsContentItemInfo .title {
  color: #323232;
  font-size: 28px;
  font-weight: 500;
  line-height: 26px;
}

.abGoodsContentItemInfo .desc {
  color: #323232;
  font-size: 18px;
  font-weight: 500;
  line-height: 19px;
  margin-top: 12px;
}

.midiDeviceUnderImgs {
  width: 280px;
  height: 55px;
  margin-top: 16px;
  display: flex;
  gap: 8px;
}

.midiDeviceUnderImgs img {
  border-radius: 4px;
}

.xcotton-productProtection-detail-warp {
  padding-top: 25px;
}

.xcotton-productProtection-detail-header-title {
  font-size: 18px;
  font-weight: 600;
  color: #333;
}

.xcotton-productProtection-detail-header-subtitle {
  padding-bottom: 0;
}

.xcotton-productProtection-detail-content {
  margin-top: 24px;
}

.abmBottomButtons {
  display: flex;
}

.abProductAboutGuitar,
.abProductQaGuitar {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.abGoodsBundleSales {
  display: flex;
  flex-direction: column;
  margin-top: 30px;
  gap: 18px;
}
.abGoodsBundleSales .item {
  cursor: pointer;
  border: 1px solid #d9d9d9;
  display: flex;
  flex-direction: column;
  width: 492px;
  border-radius: 5px;
  padding: 0 28px 0 20px;
}
.abGoodsBundleSales .item:hover {
  border-color: #8f8f8f;
}
.abGoodsBundleSales .actived {
  border-color: rgba(55, 138, 255, 1);
}
.abGoodsBundleSales .actived .top .checkbox {
  background-image: url("/cdn/shop/files/checkbox-checked.svg?v=1750737213");
  background-size: 80%;
  background-position: center;
  background-repeat: no-repeat;
}
.abGoodsBundleSales .item .top {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 16px 0;
}
.abGoodsBundleSales .item .top .checkbox {
  height: 14px;
  width: 14px;
  flex: 0 0 auto;
  border: 1px solid #d9d9d9;
}
.abGoodsBundleSales .item .top .prodImg {
  height: 60px;
  width: 60px;
  flex: 0 0 auto;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.abGoodsBundleSales .item .top .nameAndPrice {
  flex: 1 1 auto;
  display: flex;
  align-items: start;
  flex-direction: column;
}
.abGoodsBundleSales .item .top .nameAndPrice .name {
  line-height: 1.5;
  font-weight: 500;
  font-size: 16px;
}
.abGoodsBundleSales .item .top .nameAndPrice .price {
  display: flex;
  align-items: center;
  gap: 4px;
}
.abGoodsBundleSales .item .top .nameAndPrice .price .current .money {
  color: #000000;
  font-weight: 600;
  font-size: 15px;
}
.abGoodsBundleSales .item .top .nameAndPrice .price .original .money {
  color: #838383;
  font-weight: 400;
  text-decoration: line-through;
  font-size: 12px;
}
.abGoodsBundleSales .item .top .save {
  flex: 0 0 auto;
  background-color: rgba(0, 153, 255, 0.06);
  color: #028AE4;
  font-weight: 600;
  height: 30px;
  line-height: 30px;
  border-radius: 30px;
  padding: 0 15px;
  font-size: 14px;
}
.abGoodsBundleSales .item .bottom {
  padding-left: 40px;
}
.abGoodsBundleSales .item .bottom .descs {
  font-weight: 500;
  list-style: disc;
  border-top: 1px solid #D1D1D1;
  font-size: 15px;
  padding: 15px 0 15px 20px;
  margin-top: 0;
}
.abGoodsBundleSales .item .bottom .descs .desc {
  color: #777777;
  line-height: 1.5;
  word-wrap: break-word;
  margin-top: 0;
}
.abGoodsBundleSales .item .bottom .descs .desc:not(:last-child) {
  margin-bottom: 8px;
}

/************************************ 媒体查询开始 ************************************/
@media (min-width: 768px) {
  /* pc */
  .abProductImage {
    width: 80%;
    height: 80%;
    object-fit: contain;
    pointer-events: none;
  }

  #tab2 .abProductImage {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .apProductInfoLeft {
    position: sticky;
  }

  .apProductInfoLeft .swiper-slide {
    display: flex;
    justify-content: center;
    align-items: center;
  }

  #glb3d {
    width: 100%;
    height: 100%;
  }

  .abGoodsCard {
    width: 500px;
    height: 62px;
    background: #f7f8f9;
    border-radius: 8px;
    margin-top: 24px;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .abGoodsCard p {
    width: 40px;
    height: 26px;
    margin-right: 4px;
    overflow: hidden;
    border-radius: 2px;
  }

  .abFooterCard p img {
    width: 100%;
    height: 100%;
    scale: 1.1;
  }

  .abGoodsCardNote {
    color: #000;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    border-radius: 4px;
    border: 1px solid #000;
    padding: 8px;
    width: fit-content;
    margin-top: 16px !important;
  }

  .abGoodsCo4 .text {
    position: absolute;
    left: 12%;
    bottom: 10%;
    color: #fff;
    width: 100%;
  }

  .abGoodsCo4 .text1 {
    font-size: 40px;
    font-weight: 700;
    line-height: 56px;
  }

  .abGoodsCo4 .text2 {
    font-size: 18px;
    font-weight: 400;
    line-height: 26px;
    margin-top: 16px;
    width: 50%;
  }

  .abProductAboutGuitar {
    margin-top: 100px;
    width: 80%;
  }

  .abProductQaGuitar {
    width: 68%;
  }

  .abProductAboutGuitar .abContentBigTitle {
    text-align: center;
  }

  .abGoodsSpecificationItemLight > div,
  .abGoodsSpecificationItemDark > p {
    padding-left: 8%;
  }

  .productQaTitle {
    font-size: 18px;
    font-weight: 500;
    min-height: 42px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #d6d6d6;
    cursor: pointer;
    line-height: 1.25;
    padding-bottom: 4px;
  }

  .guitarUserManual {
    position: absolute;
    right: -174px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #868686;
    font-size: 18px;
    font-weight: 400;
  }
  .guitarUserManual > *:hover {
    text-decoration: underline;
  }
}

@media only screen and (max-width: 1280px) {
  .abGoodsCo4 .text {
    left: 5%;
    top: 25%;
  }
}

@media only screen and (max-width: 767px) {
  .abGoodsCo4 {
    margin-top: 60px;
    padding: 0 18px;
    overflow: hidden;
  }

  .abGoodsCo4FullImg {
    border-radius: 23px;
    height: 326px;
    object-fit: cover;
    order: 1;
  }

  .abGoodsCo4 .text {
    color: #000;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 24px;
  }

  .abGoodsCo4 .text1 {
    order: 2;
    color: #323232;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 140%;
    margin-top: 32px;
  }

  .abGoodsCo4 .text2 {
    font-weight: 400;
    margin-top: 16px;
    order: 3;
    color: #323232;
    text-align: center;
    font-size: 14px;
    font-style: normal;
    line-height: 140%;
  }

  .abProductAboutGuitar {
    padding: 0 18px;
    width: 100%;
  }

  .abProductQaGuitar {
    padding: 0 18px;
    width: 100%;
  }

  .abProductAboutGuitar .abContentBigTitle {
    line-height: 110%;
  }

  .aboutGuitarTabs,
  .qaGuitarTabs {
    scrollbar-width: none; /* firefox */
    -ms-overflow-style: none; /* IE 10+ */
    overflow-x: auto;
  }

  .aboutGuitarTabs::-webkit-scrollbar,
  .qaGuitarTabs::-webkit-scrollbar {
    display: none; /* Chrome Safari */
  }

  .aboutGuitarTabs p,
  .qaGuitarTabs p {
    border-top: unset !important;
    color: #999999;
    font-size: 18px;
    font-weight: 600;
    cursor: pointer;
    flex-shrink: 0;
    padding: unset;
    margin-right: 30px;
  }

  .aboutGuitarTabActive,
  .qaGuitarTabActive {
    padding: 0;
    color: #000000 !important;
    border-bottom: 2px solid #000000 !important;
    border-top: unset !important;
  }

  .abGoodsSpecificationItemLight,
  .abGoodsSpecificationItemDark {
    justify-content: unset;
  }

  .abGoodsSpecificationItemDark {
    margin: 12px 0;
  }

  .abGoodsSpecificationItemLight {
    height: unset;
  }

  .abGoodsSpecificationItemLight p {
    width: 100%;
    padding: 8px 8px 0;
  }

  .abGoodsSpecificationItemLight {
    flex-direction: column;
  }

  .abGoodsSpecificationItemLight > div,
  .abGoodsSpecificationItemDark > p {
    margin-left: 8px;
  }

  .abGoodsSpecificationItemDark p {
    width: 100%;
  }

  .productQaItem {
    color: #7b7b7b;
    padding-left: 8px;
  }

  .productQaItem .productQaTitle {
    display: flex;
    justify-content: space-between;
    align-items: center;
    line-height: 120%;
    font-weight: normal;
    height: auto;
    font-size: 16px;
    border-bottom: 1px solid #d6d6d6;
    padding-bottom: 8px;
  }

  .midiDeviceUnderImgs {
    width: unset;
  }

  .midiDeviceUnderImgs img {
    width: 60px;
    height: 60px;
  }

  .abGoodsContentItemInfo {
    width: 80%;
  }

  .moreThanGuitar {
    font-size: 28px;
    line-height: 140%;
  }

  .abGoodsContentItemInfo .title {
    font-size: 20px;
  }

  .abGoodsContentItemInfo .desc {
    font-size: 16px;
    font-weight: unset;
  }
  .abGoodsTag p {
    font-size: 11px;
  }
  .abGoodsPartsItem {
    padding-left: 15px;
    padding-right: 6px;
  }
  .abGoodsPartsItem .abGoodsPartsInfo {
    padding-top: 13px;
    padding-bottom: 13px;
  }
  .abGoodsPartsItem .abGoodsPartsDescs .productDescItems {
    font-size: 12px;
  }
  .abGoodsPartsItem .abGoodsPartsInfo .prodNameAndPrice .name {
    font-size: 14px;
    line-height: 1;
  }
  .abGoodsPartsItem .abGoodsPartsInfo .prodNameAndPrice .price .current .money {
    font-size: 15px;
  }
  .abGoodsPartsItem .abGoodsPartsInfo .prodNameAndPrice .price .original .money {
    font-size: 12px;
  }
  .abGoodsPartsItem .abGoodsPartsDescs .productDescItems {
    padding: 13px 0 13px 20px;
  }
  .abGoodsBundleSales .item {
    width: 100%;
  }
  .abGoodsBundleSales .item {
    padding: 0 6px 0 15px;
  }
  .abGoodsBundleSales .item .top {
    gap: 10px;
    padding-top: 13px;
    padding-bottom: 13px;
  }
  .abGoodsBundleSales .item .top .nameAndPrice {
    font-size: 12px;
  }
  .abGoodsBundleSales .item .bottom .descs {
    margin-top: 0;
    padding: 13px 0 13px 20px;
    font-size: 10px;
  }
  .abGoodsBundleSales .item .bottom .descs .desc {
    margin-top: 0;
  }
}
/* 13px 0 13px 20px */

@media only screen and (max-width: 767px) {
  .apProductInfo {
    flex-direction: column;
  }

  .apProductInfoLeft {
    width: 100%;
    max-height: 440px;
    overflow: hidden;
    padding-bottom: 80px;
  }

  .abProductImageSwiperSlide {
    height: 320px !important;
  }

  .abProductImage {
    width: 85%;
    height: 85%;
    object-fit: contain;
  }

  #tab1 .swiper-slide {
    display: flex;
    justify-content: center;
    align-items: center;
  }

  #tab2 .swiper-wrapper {
    height: 320px;
  }

  #tab3 {
    height: 315px;
  }

  #tab2 .abProductImage {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .abGoodsPriceOnAlbum {
    top: 22px;
    left: 18px;
  }

  .abGoodsAlbumTabsBox {
    bottom: 20px;
  }

  #tab3 video {
    object-fit: cover;
    height: 300px;
  }

  #tab3 {
    margin-top: 5px;
  }

  .apProductInfoRight {
    width: unset;
    padding: 40px 20px 50px;
    overflow-y: unset;
    overflow-x: unset;
    max-height: unset;
  }

  .abGoosTitle {
    font-size: 28px;
  }

  .abGoodsPrice {
    font-size: 22px;
  }

  .abGoodsCoupon {
    width: unset;
  }

  .abGoodsCouponLeft {
    flex-direction: column;
    align-items: flex-start;
    gap: unset;
    justify-content: center;
  }

  .abGoodsCouponLeft .p1 {
    font-size: 24px;
  }

  .abGoodsCouponRight {
    padding: 4px 6px;
  }

  .abGoodsParts {
    width: 100%;
  }

  .abGoodsPartsItem {
    flex-basis: unset;
    width: 100%;
  }

  .abGoodsCard {
    background: #f7f8f9;
    border-radius: 8px;
    margin-top: 24px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    padding: 8px 0;
    gap: 4px;
  }

  .abGoodsCard p {
    margin-top: 8px;
    width: 40px;
    height: 26px;
    margin-right: 4px;
    overflow: hidden;
    border-radius: 2px;
  }

  .abGoodsCard p img {
    width: 100%;
    height: 100%;
    scale: 1.1;
  }

  .abGoodsCardNote {
    color: #000;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    border-radius: 4px;
    border: 1px solid #000;
    width: fit-content;
    margin-top: 16px !important;
    padding: 4px;
  }

  .abGoodsBottomBar {
    height: 64px;
  }

  .abGoodsBottomBar .abRight {
    height: 64px;
    width: 100%;
    align-items: center;
    padding: 0;
    justify-content: space-between;
  }

  .abGoodsBottomBar .abLeft {
    display: none;
  }

  .abmBottomButtons {
    flex-direction: row;
    /* width: 100%; */
    justify-content: center;
    gap: 12px;
    margin-right: 16px;
  }

  .abRight .abPrice {
    display: flex;
    flex-direction: column;
    align-items: start;
    /* margin-top: 16px; */
    margin-left: 12px;
  }

  .abGoodsBottomBar .abPrice1 {
    line-height: unset;
    font-size: 22px;
    font-weight: 600;
  }
  .abGoodsBottomBar .abPrice2 {
    font-size: 12px;
    color: #999999;
    margin-top: -8px;
  }

  .abGoodsBottomBar .abAddToCart,
  .abGoodsBottomBar .abBuyNow {
    margin-left: unset;
    height: 30px;
    width: 107px;
    line-height: 30px;
    font-size: 13px;
  }
  .abGoodsBottomBar .abAddToCart {
    line-height: 28px;
  }
}
/* 变体卡片：售罄状态样式 */
.abGoodsPartsItem--soldout {
  opacity: 0.5;           /* 整块变淡 */
  cursor: not-allowed;    /* 鼠标变成禁止 */
  pointer-events: none;   /* 整个卡片不响应点击 */
}

.abGoodsPartsItem--soldout .prodSoldOut {
  margin-top: 4px;
  font-size: 15px;
  font-weight: 600;
  color: #c00;
  text-transform: uppercase;