.productpage .price {
  margin-bottom: 0px;
}


body.modal-open .productpage-racing-miku .sticky-buy-box,
body.modal-open .productpage-racing-miku .mobile-buy-bar {
  display: none;
}

.red-text {
  color: var(--Black1, #606060);
  font-family: "Noto Sans JP";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
}

.product-description-section .product-description-title {
  color: var(--Black1, #606060);
  font-family: "Noto Sans JP";
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  letter-spacing: 0.72px;
  margin: 48px 0 0 0;
  padding-bottom: 16px;
  border-bottom: 1px solid var(--Gray3, #E9E9E9);
}

.product-description-section .product-description-text {
  color: var(--Black1, #606060);
  font-family: "Noto Sans JP";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 175%;
  margin-top: 16px;
}

.product-info-container .productLabel {
  display: flex;
  gap: 8px;
  margin-bottom: 10px;
}

.product-info-container .productLabel span {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 7px 8px;
  border: 1px solid #D56427;
  border-radius: 4px;
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  color: #D56427;
}

.productDetaildHead .productTitle {
  margin-top: 48px;
  padding-bottom: 16px;
  border-bottom: 1px solid var(--Gray3, #E9E9E9);
  margin-bottom: 16px;
}

.productDetaildHead .content-product-detail-head {
  font-size: 16px;
  line-height: 175%;
  letter-spacing: 0;
  color: var(--Black1, #606060);
}

.productDetailedInformation .productTitle, .productDetaildHead .productTitle {
  color: var(--Black1, #606060);
  font-family: "Noto Sans JP";
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 38px;
  letter-spacing: 0.72px;
}

.faceName {
  color: var(--Black1, #606060);
  font-family: "Noto Sans JP";
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  margin: 10px 10px 8px;
  line-height: 120%;
}

.face-text-number {
  font-size: 14px;
  color: var(--Black1, #606060);
  font-weight: 400;
  margin-left: 10px;
}

.faceImageContainer {
  width: 120px;
  height: 120px;
  flex-shrink: 0;
}

.faceImageContainer .faceImg {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 8px;
}

.faceInfoContainer {
  flex: 1;
  min-width: 0;
}

.product-basic-info .in-stock {
  margin-top: 16px;
  color: var(--Black1, #606060);
  font-family: "Noto Sans JP";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
}

.actionGroup {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  gap: 16px;
  flex-shrink: 0;
  position: relative;
}

.addToCartBtn {
  display: flex;
  flex-direction: column;
  gap: 8px;
  flex-shrink: 0;
}

.quantitySelector {
  display: flex;
  justify-content: flex-end;
  flex-shrink: 0;
  width: 100%;
}

.quantityDropdown {
  width: 140px;
  height: 40px;
  border: 1px solid #E9E9E9;
  border-radius: 8px;
  padding: 0 12px;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 18px;
  background-color: white;
  cursor: pointer;
  appearance: none;
  background: url(/contents/img/dropdown_popup_icon.svg) no-repeat 95% transparent;
  background-repeat: no-repeat;
  background-position: right 12px center;
  padding-right: 32px;
  text-align: center;
  text-align-last: center;
  color: var(--Black1, #606060);
  font-weight: 700;
}

.quantityDropdown option {
  text-align: left;
  padding: 8px 8px 8px 16px;
  background-color: white;
  direction: ltr;
  font-size: 14px;
}

.quantityDropdown:hover {
  border-color: #3dcc84;
}

.quantityDropdown:focus {
  outline: none;
  border-color: #3dcc84;
}

.addFaceToCartBtn:hover {
  background-color: #35b877;
}

.addFaceToCartBtn:disabled {
  background-color: #ccc;
  cursor: not-allowed;
}

.addFaceToCartBtn {
  font-size: 18px;
  align-self: flex-end;
}

.out-of-stock-text {
  display: none;
  font-size: 12px;
  color: #FF4D4F;
  font-weight: 700;
  text-align: center;
}

.productOrderModalNenkao .addToCartBtn, .productOrderModalRacingMiku .addToCartBtn {
  width: auto;
}

.face-sugar-time {
  color: var(--Black1, #606060);
  margin-top: 16px;
  font-family: "Noto Sans JP";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 21px;
}

.productpage button#add-cart {
  margin-top: 32px;
}

.product-description-container {
  margin: 0 auto; 
  color: #606060;
}

.product-description-container h3 {
  font-size: 24px;
  font-weight: 700;
  padding-bottom: 16px;
  border-bottom: 1px solid #E9E9E9;
  margin-bottom: 16px;
  margin-top: 48px;
}

.product-description-container p {
  letter-spacing: 0;
  line-height: 175%;
}

.product-description-container p.subtitle-text {
  font-weight: 700;
  margin-top: 16px;
}

.product-description-container .small-note-text {
  font-size: 14px;
}

.product-description-container .img-container {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px 48px;
  margin-top: 24px;
}

.product-description-container .img-container-flex {
  display: flex;
  justify-content: center;
}

.product-description-container .img-container-logo {
  display: flex;
  justify-content: center;
  margin-top: 32px;
}

.product-description-container .img-container img {
  width: 100%;
  height: auto;
  display: block;
}

.product-description-container .img-container-logo img {
  max-width: 750px;
}

.product-description-container .img-container .img-text-container {
  text-align: center;
}

.product-description-container .img-container .img-text-container .img-text-link {
  margin: 16px 0 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 3px;
}

.product-description-container .img-container .img-text-container .goodsmile-link {
  font-weight: bold;
  font-size: 16px;
  line-height: 28px;
  letter-spacing: 0;
  border-bottom: 1px solid #2087D2;
  display: flex;
  gap: 2px;
}

.product-description-container .img-container .img-text-container .goodsmile-link img.link-open {
  width: 14px;
}

.product-description-container .img-container .img-text-container img.rectangle {
  width: 8px;
}

.product-description-container .text-bold {
  font-weight: 700;
}

.wrist-parts-section .section-title {
  color: var(--Black1, #606060);
  font-family: "Noto Sans JP";
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  margin-left: 40px;
}

.productpage .product-note {
  margin-top: 16px;
}

.wrist-parts-section:not(:first-child) .section-title {
  border-top: 1px solid #E9E9E9;
  padding-top: 16px;
}

/* Show More Images Button */
.thumb-item.is-hidden {
  display: none;
}

.show-more-images-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  width: 335px;
  height: 40px;
  margin: 16px auto 0;
  padding: 16px 24px;
  background: #FFFFFF;
  border: 1px solid var(--Black1, #606060);
  border-radius: 100px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.show-more-images-btn .btn-text {
  color: var(--Black1, #606060);
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 16px;
}

.show-more-images-btn:hover {
  background: #F5F5F5;
  border-color: #D9D9D9;
}

.show-more-images-btn:active {
  background: #E9E9E9;
}

.productpage .product-cart-note {
  margin-top: 24px;
  font-size: 14px;
  line-height: 140%;
  letter-spacing: 0;
}

.productInfoGrid .red-text {
  color: #F00;
}

.product-cart-note.red-text {
  color: #f00;
}

@media (max-width: 767px) {
  .faceRow {
    gap: 8px;
    margin: 0 20px;
    padding: 12px 0;
  }

  .faceImageContainer {
    width: 80px;
    height: 80px;
  }

  .faceName {
    font-size: 14px;
    margin: 10px 0 8px;
  }

  .actionGroup {
    gap: 12px;
  }

  .quantitySelector {
    width: 100%;
  }

  .quantityDropdown {
    width: 112px;
    height: 32px;
    font-size: 14px;
    padding: 0 8px;
    padding-right: 24px;
    background-position: right 8px center;
    border-radius: 6px;
  }

  .addFaceToCartBtn {
    font-size: 16px;
  }
  .product-description-container h3 {
    font-size: 20px;
  }
  .product-description-container p {
    font-size: 14px;
    line-height: 160%;
  }
  .product-description-container .small-note-text {
    font-size: 12px;
  }
  .product-description-container .img-container {
    grid-template-columns: 1fr;
  }
  .product-description-container .img-container-logo img {
    width: 100%;
  }
  .product-description-container .img-container .img-text-container .goodsmile-link {
    font-size: 12px;
  }
  .product-description-container .img-container-logo .img-text-container img {
    width: auto;
  }
  .product-description-container .img-container .img-text-container .goodsmile-link img.link-open {
    width: 11.2px;
  }

  .product-description-container .img-container .img-text-container img.rectangle {
    width: 7.4px;
  }

  .product-info-container .productLabel span {
    text-align: center;
    font-size: 14px;
    padding: 4px 8px;
    border-radius: 4px;
  }

  .wrist-parts-section .section-title {
    margin-left: 20px;
    font-size: 14px;
  }

  .show-more-images-btn {
    width: 100%;
    height: 40px;
    margin: 12px 0 0;
    padding: 12px 16px;
  }
  
  .show-more-images-btn .btn-text {
    font-size: 16px;
  }

  .productpage .product-cart-note {
    font-size: 13px;
    line-height: 16px;
  }
  
  .productDetailedInformation .productTitle, .productDetaildHead .productTitle {
    font-size: 20px;
  }
  
  .productDetaildHead .content-product-detail-head {
    font-size: 14px;
  }

  .product-cart-note.red-text {
    font-size: 13px;
  }
  
  .productpage-racing-miku {
    margin-top: 22px;
  }
}
