@import url('https://fonts.googleapis.com/css?family=Noto+Sans+JP:700,400');

:root {
  --black: #606060;
  --gray: #a0a0a0;
  --gray1: #a0a0a0;
  --gray2: #f6f6f6;
  --gray3: #e9e9e9;
  --green: #3dcc84;
  --description: #7e7e7e;
}

.productpage {
  /* images */
  /* Products */
  /* grids */
  /* Title */
  /* text */
  /* price */
  /* buttons */
  /* Detailed product information */
  /* Media Query */
  font-family: 'Noto Sans JP', Helvetica, sans-serif;
  max-width: 1000px;
  margin: 0 auto;
}

.creation-page-notice-container {
  background: #E61F6C;
  width: 100%;
  text-align: center;
  padding: 8px 0;
}

.important-notice-text {
  color: #FFF;
  font-family: "Noto Sans JP";
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
  letter-spacing: 0.6px;
}

html body.product_page .title-subtitle-more-contianer,
html .productpage-hoodie .title-subtitle-more-contianer,
html #page_product_detail_hoodie .title-subtitle-more-contianer,
html body div.title-subtitle-more-contianer {
    margin-bottom: 0px !important;
}

.page-container .page-content-container {
  max-width: 1200px;
}

.page-container .page-content-container .inner-container {
  max-width: none;
}

.productpage .container {
  font-size: 14px;
  color: var(--black);
  margin: 0px 0px;
}

.productpage .productType {
  display: flex;
  justify-content: flex-start;
  gap: 10px;
  align-items: center;
  margin-bottom: 16px;
}

.productpage .buttonGroup {
  margin-bottom: 24px;
}

.productpage span.buyment-step {
  border-radius: 4px;
  background: var(--FaceMaker_main1, #F39800);
  padding: 5px 9px;
  display: inline-block;
  color: var(--White, #FFF);
  font-family: "Sofia Pro Soft";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  white-space: nowrap;
}

.productpage span.buyment-step b {
  font-size: 24px;
  top: 1px;
  position: relative;
}

.productpage button#add-cart {
  font-size: 20px;
  margin: 0;
  border-radius: 50px;
}

.productpage button#add-cart[data-disabled="true"] {
  border: 1px solid var(--Gray3, #E9E9E9);
  background: #E9E9E9;
  color: var(--White, #FFF);
  text-align: center;
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 700;
  pointer-events: none;
  line-height: 16px; /* 80% */
}

.product-card.highlighted {
  outline: 3px solid #F27C3C;
  outline-offset: 3px;
  border-radius: 10px;
}

.product-card {
  scroll-margin-top: 30px;
  transition: all 0.3s ease-in-out;
}

.product-card-note-disable{
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 100%;
  text-align: center;
  color: #FF0000;
  margin-top: 8px;
  min-height: 16px;
}

.productpage .divider {
  background-color: var(--gray3);
  height: 0.5px;
  margin: 30px auto;
}

.productpage .mainText .divider {
  margin: 22px auto 16px;
}

.productpage .sliderButtons {
  visibility: visible;
  justify-content: center;
  display: flex;
}

.productpage .sliderButtons i {
  cursor: pointer;
}

.productpage .active {
  color: transparent;
  font-size: 0.6em;
  margin: 4px 4px;
  margin: 0px 4px;
  margin-top: 20px;
  margin-bottom: 40px;
}

.productpage .inactive {
  color: transparent;
  font-size: 0.6em;
  margin: 0px 4px;
  margin-top: 20px;
  margin-bottom: 40px;
}

.productpage .mainvisual {
  width: 100%;
}

.productpage .mainProductImage {
  width: 100%;
  text-align: center;
}

.productpage .allProductImages {
  display: flex;
  width: 100%;
  gap: 15px;
}

.productpage .slider-nav {
  margin-top: 16px;
}

.productpage .slider-nav .slick-track {
  display: flex;
  justify-content: space-between;
  gap: 16px;
}

.productpage .slick-track::before,
.productpage .slick-track::after {
  display: none !important;
  content: none !important;
}

.productpage .slider-nav .slick-slide img {
  width: 100%;
  border-radius: 10px;
  border: 2px solid transparent;
}

.productpage .slider-nav .slick-current img {
  width: 100%;
  border-color: #F39800;
}

.productpage .largeImg {
  width: 100%;
  border-radius: 15px;
  transition: opacity 0.3s ease-in-out;
}

.productpage .smallImg {
  width: 20%;
  border-radius: 15px;
  cursor: pointer;
  flex: 1;
}

.productpage button.slick-next, 
.productpage button.slick-prev {
  background-size: 40px 40px;
  width: 40px;
  height: 40px;
}

.productpage .productGrid {
  display: grid;
  grid-template-columns: minmax(420px, 476px) 1fr;
  grid-column-gap: 10%;
  margin-top: 10px;
}

.productpage .collapsed {
  display: none;
}

.productpage .sideBySideButtonGroup {
  display: flex;
}

.productpage .titleSection {
  color: var(--gray);
}

.productpage .titleText {
  color: var(--gray1);
  font-family: 'Noto Sans JP';
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 52px; /* 130% */
  letter-spacing: 1.2px;
  font-size: 40px;
  margin-bottom: 0px;
}

.productpage .h2HelperText {
  color: var(--Gray1, #a0a0a0);
  font-family: 'Sofia Pro Soft';
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%; /* 14px */
  letter-spacing: 0.7px;
  font-size: 14px;
  margin-top: 15px;
}

.productpage .pageTitle {
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 14px;
  color: var(--Black1, #606060);
  font-family: "Noto Sans JP";
  margin: 0px;
}

.productpage .pageTitle-info {
  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;
}

.productpage.productpage-hoodie .pageTitle{
  font-size: 24px;
  font-weight: 700;
  margin: 0px;
  line-height: 24px;
}

.productpage .productCode {
  margin: 16px 0 0 0;
  color: var(--Black1, #606060);
  font-family: "Noto Sans JP";
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
  letter-spacing: 0.72px;
}

.original-face {
  color: var(--Black1, #606060);
  font-family: "Noto Sans JP";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  margin: 24px 0 20px 0;
}

.productpage .price-container {
  display: flex;
  justify-content: flex-start;
  flex-direction: row;
  align-items: end;
  gap: 4px;
}

.productpage .price-container .taxIncluded {
  color: var(--Black1, #606060);
  font-family: "Noto Sans JP";
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
}

.productpage .price-container .postage {
  color: var(--Gray1, #A0A0A0);
  font-family: "Noto Sans JP";
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%; /* 14px */
  margin-left: 20px;
}

.productpage .buttonGroupText {
  color: var(--Black1, #606060);
  font-family: "Noto Sans JP";
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
}

.description-container {
  display: flex;
  gap: 24px;
  flex-direction: column;
}

.productpage .description {
  color: var(--Black1, #606060);
  text-align: justify;
  font-family: "Noto Sans JP";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%; /* 16.8px */
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
  gap: 8px;
}

.productpage .description h4 {
  color: var(--Black1, #606060);
  text-align: justify;
  font-family: "Noto Sans JP";
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%; /* 14px */
}

.productpage .description li {
  margin-bottom: 8px;
  text-indent: -15px;
  padding-left: 15px;
}

.productpage .description li:last-child {
  margin-bottom: 0;
}

.productpage .description b, .productpage .warning b{
  font-weight: 700;
  margin-bottom: 10px;
  display: block;
}

.productpage .warning {
  font-size: 13px;
  color: var(--Black1, #606060);
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px; /* 153.846% */
}

.productpage .price {
  margin-top: 16px;
  font-weight: 700;
  font-size: 32px;
}

.productpage .price .priceOriginal{
  font-size: 18px;
  text-decoration: line-through;
  color: #606060;
}

.productpage .price02_discount, .productpage .price02_discount .taxIncluded {
  color: #FF0000;
}

.productpage .taxIncluded {
  font-size: 16px;
  font-weight: 400;
}

.productpage .groupingOptionButtons {
  all: unset;
  box-sizing: border-box;
  font-size: 18px;
  font-weight: 700;
  border: 1px solid var(--Gray3, #E9E9E9);
  background: #fff;
  color: var(--Gray1, #A0A0A0);
  border-radius: 5px;
  cursor: pointer;
  width: 100%;
  height: 48px;
}

.productpage .groupingOptionButtons:disabled {
  border: 1px solid var(--Gray3, #E9E9E9);
  background: #fff;
  color: var(--Gray1, #A0A0A0);
  text-align: center;
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 700;
  line-height: 16px;
}

.productpage .buttonGroupItem {
  width: 100%;
  display: flex;
  text-align: center;
  justify-content: space-between;
  gap: 8px;
  flex-direction: column;
}


.productpage .buttonGroupItem.row {
  flex-direction: row;
  width: 355px;
}

.productpage .lastButton {
  margin-bottom: 40px;
}

.productpage .selectedButton {
  color: var(--Black1, #606060);
  border-color: transparent;
  border: 2px solid var(--CTA2-1, #3DCC85);
  opacity: 1 !important;
  border-radius: 5px !important;
}

.productpage .button-wrapper {
  display: inline-block;
  position: relative;
  width: 100%;
  cursor: pointer;
}
.productpage .overlay {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

.productpage .button-error-container {
  margin-bottom: 40px;
  display: flex;
  flex-direction: column;
}

.productpage .button-error-text {
  display: none;
  color: #f00;
  font-family: 'Noto Sans JP';
  font-size: 14px;
  font-weight: 400;
  font-style: normal;
  line-height: 140%;
}

.productpage .greenButton {
  font-size: 18px;
  font-weight: 700;
  background-color: var(--green);
  color: #fff;
  width: 100%;
  margin: 8px 0px;
  border: none;
  padding: 10px 20px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  cursor: pointer;
  border-radius: 24px;
}

.productpage .greenButton:disabled {
  /* color: var(--gray1);
  background-color: var(--gray3);
  cursor: not-allowed; */
}

.productpage .productExpansion {
  display: flex;
  justify-content: space-between;
  cursor: pointer;
}

.productpage #arrowIcon {
  width: 24px;
  height: 16px;
  align-self: center;
}

.rotate180 {
  transform: rotate(180deg);
}

.productpage .productDetailedInformation {
  background-color: var(--gray2);
  color: var(--black);
  padding: 60px 60px 39px;
  border-radius: 30px;
  margin-top: 48px;
  margin-bottom: 40px;
}

.productpage .allProductDetails {
  display: none;
}

.productpage .allProductDetails.expanded {
  display: block;
}

.productpage .productInfoCategoryNames {
  font-size: 16px;
  font-weight: 700;
  margin-top: 3px;
}

.productpage .productInfoGrid {
  display: grid;
  grid-template-columns: 0.25fr 1fr;
  grid-column-gap: 10%;
}

.productpage .productInfoGrid p {
  color: var(--black);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 21px; /* 150% */
}

.productpage .inProductInfo {
  margin-top: 15px;
  margin-bottom: 15px;
}

.productpage .firstItemInGrid {
  margin-top: 30px;
}

.productpage .notActive {
  border: transparent;
}

.productpage .lastInformationGroup {
  margin-bottom: 0;
  margin-top: 0px;
}

.productpage .spProductImg {
  display: none;
}

#order_form1 {
  width: 310px;
}

#order_form2 {
  width: 355px;
}

.productpage .face-preview {
  background: var(--Gray2, #F6F6F6);
  border-radius: 8px;
  padding: 16px;
  margin-top: 24px;
  display: flex;
  align-items: center;
  gap: 10px;
  width: 310px;
  height: 108px;
  flex-shrink: 0;
  margin-top: 0;
}

.face-preview-image {
  width: 100px;
  height: 100px;
  background-color: white;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.face-preview-image img {
  width: 100%;
  height: auto;
}

.productpage .face-preview-text {
  color: var(--Black1, #606060);
  font-family: "Noto Sans JP";
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
  width: 170px;
  margin: 0;
}

.productpage .product-info-container {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 28px;
}

.productpage .product-basic-info {
  flex: 1;
}

.sticky-close-btn {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 20px;
  height: 20px;
  background: transparent;
  border: none;
  padding: 0;
  cursor: pointer;
  z-index: 9999;
  opacity: 0.5;
  transition: opacity 0.2s;
}

.sticky-close-btn:hover {
  opacity: 1;
  background: transparent;
}

.sticky-close-btn img {
  width: 100%;
  height: 100%;
  display: block;
}

/* Modal styles */
.modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  z-index: 1000;
}

.cart-limit-modal {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #fff;
  z-index: 1001;
  width: 90%;
  max-width: 655px;
  border-radius: 8px;
  display: flex;
}

.cart-limit-modal .modal-content {
  position: relative;
  border-radius: 8px;
  overflow: hidden;
  width: 100%;
  display: flex;
  flex-direction: column;
}

.cart-limit-modal .modal-body {
  padding: 35px 20px;
  text-align: center;
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.cart-limit-modal .modal-body p {
  color: #a0a0a0;
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: 52px;
  letter-spacing: 1.2px;
  margin-bottom: 40px;
}

.cart-limit-modal .modal-footer {
  text-align: center;
}

.cart-limit-modal .btn-cart {
  border-radius: 100px;
  border: 1px solid #606060;
  color: #606060;
  box-shadow: unset;
  background: #fff;
  padding: 15px 60px;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  text-decoration: none;
  font-size: 16px;
  font-weight: 700;
}

.cart-limit-modal .btn-cart:hover {
  opacity: 0.8;
}

.coupon-note {
  color: #F00;
  font-family: "Noto Sans JP";
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  margin: 0 0 20px 0;
}

/* Tab menu */

.productpage .tab-container {
  margin-top: -36px;
}

.productpage .tab-buttons {
  display: flex;
  margin-bottom: 32px;
  border-bottom: 1px solid #E9E9E9;
  justify-content: center;
  gap: 10px;
}

.productpage .tab-buttons button {
  cursor: pointer;
  padding: 15px;
  color: var(--Black1, #606060);
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 16px;
  border-radius: 10px 10px 0px 0px;
  border: 2px solid var(--Gray3, #E9E9E9);
  border-bottom: 0;
  clip-path: polygon(0 0, 100% 0, 100% calc(100% - 8px), 0 calc(100% - 8px));
  width: 220px;
  transition: none;
}

.productpage .tab-buttons button.active {
  background: var(--FaceMaker_main1, #F39800);
  margin: 0;
  padding: 15px;
  color: var(--White, #FFF);
  border: none;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
}

.productpage .tab-content {
}

.productpage .hidden {
  display: none;
}

/* セット販売ページ */

.product-grid {
  display: flex;
  gap: 39px;
  flex-wrap: wrap;
  /* justify-content: space-between; */
  margin-bottom: 40px;
}

.product-card {
  /* flex: 1 1 calc(33.333% - 26px); */
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  width: calc(33.333% - 26px);
}

.product-card-image{
  position: relative;
  cursor: pointer;
  border-radius: 8px;
  overflow: hidden;
}

.product-card-image img{
  border-radius: 8px;
}

.product-card-zoom-image{
  position: absolute;
  right: 16px;
  bottom: 16px;
  z-index: 1;
}

.product-info .product-no-nose{
  min-height: 30px;  
}

.product-info .product-no-nose label {
  width: 101px;
  height: 30px;
  background: #FF0000;
  border-radius: 8px;
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 100%;
  text-align: center;
  color: #FFFFFF;
  display: flex;
  justify-content: center;
  align-items: center;
}

.out-of-stock-label{
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 100%;
  color: #FF0000;
}

.new_label {
  position: absolute;
  top: 0;
  left: 0;
}

.product-card:last-child {
  flex: 0 1 calc(33.333% - 26px);
}

.product-card img {
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  display: block;
}

.product-info {
  gap: 8px;
  margin-top: 8px;
  width: 100%;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.product-info-content {
  gap: 8px;
  width: 100%;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  margin-bottom: 16px;
}

.product-card .product-info form {
  display: inline-block;
  width: 100%;
}

p.product-line {
  color: var(--Black1, #606060);
  font-family: "Noto Sans JP";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 14px;
}

.product-title {
  color: var(--Black1, #606060);
  font-family: "Noto Sans JP";
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%; /* 100% */
  letter-spacing: 0.72px;
  min-height: 57.59px;
  margin-top: 8px;
}

.product-title:last-child {
  min-height: auto;
}

p.product-code {
  color: var(--Black1, #606060);
  font-family: "Noto Sans JP";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 14px;
}

.product-price {
  color: var(--Black1, #606060);
  font-family: "Noto Sans JP";
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
}

.product-tax-included {
  color: var(--Black1, #606060);
  font-family: "Noto Sans JP";
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%; /* 14px */
}

p.product-note {
  color: var(--Black1, #606060);
  font-family: "Noto Sans JP";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 21px;
}

.productOrderModal .modalBody  .note2{
  font-family: "Noto Sans JP";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  color: red;
  padding: 0 40px;
}

.product-card:nth-child(n+2) .product-detail {
  opacity: 0;
  cursor: default;
}

p.product-note a.link {
  text-decoration: underline;
  display: inline-block;
  font-size: 16px;
  margin-top: 5px;
}

.product-button {
  border-radius: 100px;
  background: var(--CTA2-1, #3DCC85);
  width: 100%;
  height: 48px;
  flex-shrink: 0;
  color: var(--White, #FFF);
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 16px; /* 80% */
  border: none;
}

.product-button:disabled{
  pointer-events: none;
  background: #E9E9E9;
}

.product-announcement .product-announcement-label {
  border-radius: 100px;
  background: #F00;
  width: 60px;
  height: 22px;
  color: #FFF;
  text-align: center;
  padding: 4px 0;
  font-family: "Noto Sans JP";
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
}

.product-announcement .product-announcement-body {
  color: var(--Black1, #606060);
  text-align: justify;
  font-family: "Noto Sans JP";
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
  margin: 6px 0 16px;
}

.product-announcement .product-announcement-body li {
  margin-bottom: 0px;
}


.product-announcement-red {
  color: #F00;
  font-family: "Noto Sans JP";
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
}

.product-announcement-blue {
  color: #000CFF;
  font-family: "Noto Sans JP";
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
}

.product-announcement.sp-only, .greenButton.sp-only, .product-button.sp-only {
  display: none;
}

.product-announcement.pc-only, .greenButton.pc-only, .product-button.pc-only {
  display: block;
}

.product-customization-text {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  margin: 0 20px 32px;
}

.product-customization-text span {
  display: inline-block;
  position: relative;
  padding: 16px 24px;
  border-radius: 8px;
  font-size: 24px;
  font-weight: 700;
  color: #d9651a;
  background-color: #fff;
  background-image: url('/contents/img/productpage/bg-free-ship-pc.png');
  background-repeat: no-repeat;
  background-size: cover;
  height: 72px;
  min-width: 599px;
}

.product-customization-text span .sp-only{
  display: none;
}

/* Modal styles */
.noticeModal {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #fff;
  z-index: 1001;
  width: 90%;
  max-width: 480px;
  border-radius: 8px;
  display: flex;
}

.noticeModal .modalBody {
  padding: 40px 20px;
  text-align: center;
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  row-gap: 30px;
}

.noticeModal .modalBody p {
  text-align: center;
  color: var(--Black1, #606060);
  font-family: "Noto Sans JP";
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  letter-spacing: 0.6px;
}

.noticeModal .numberDay p:first-of-type {
  font-size: 18px;
  letter-spacing: 0.54px;
}

.noticeModal .modalBody .numberDay {
  display: flex;
  align-items: end;
}

.noticeModal .modalBody .number {
  color: #F00;
  text-align: right;
  font-family: "Noto Sans JP";
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  letter-spacing: 1.2px;
  position: relative;
  top: 2px;
}

.noticeModal .contentNotice {
  padding: 13px 10px;
  flex-shrink: 0;
  border-radius: 8px;
  background: var(--FaceMaker_main1, #F39800);
  color: var(--White, #FFF);
  font-family: "Noto Sans JP";
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  letter-spacing: 0.54px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.noticeModal .closeButton {
  display: flex;
  width: 120px;
  height: 48px;
  padding: 15px 32px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  flex-shrink: 0;
  border-radius: 100px;
  border: 1px solid var(--Black1, #606060);
  color: var(--Black1, #606060);
  font-family: "Noto Sans JP";
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
}

/* Product images slider */
.productImageModal {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #fff;
  z-index: 1001;
  width: 90%;
  max-width: 1368px;
  border-radius: 8px;
}

.productImageModal .modalHeader {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: start;
  align-items: center;
  padding: 30px 30px 0px 30px;
}

.productImageModal .modalHeader .counterSlider {
  font-family: 'Noto Sans JP';
  font-size: 16px;
  font-weight: 700;
  color: var(--black);
  margin-right: auto;
}
.productImageModal .modalHeader .closeButton{
  position: absolute;
  right: 30px;
  top: 30px;
  cursor: pointer;
  width: 24px;
  height: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: transparent;
  border: none;
  border-radius: 0;
  padding: 15px 0;
}

.productImageModal .modalBody {
  padding: 40px 20px;
  text-align: center;
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  /* row-gap: 30px; */
}

.productImageModal .closeButton {
  display: flex;
  width: 120px;
  height: 48px;
  padding: 15px 32px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  flex-shrink: 0;
  border-radius: 100px;
  border: 1px solid var(--Black1, #606060);
  color: var(--Black1, #606060);
  font-family: "Noto Sans JP";
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
}

.mainProductImagesSlider, .productImageModal .productImageDescription{
  width: 560px;
  margin: auto;
}

.productImageModal .productImageDescription{
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 100%;
  letter-spacing: 0.03em;
  color: #606060;
  text-align: left;
  margin: 4px auto 24px;
}

.productImageModal .productImages {
    width: 656px;
    margin: 0 auto;
    position: relative;
}
/* .mainProductImagesSlider .slick-slide {
  border-radius: 8px;
  overflow: hidden;
} */
/* Main slider images */
.mainProductImagesSlider .slick-slide,
.slider-for-product .slick-slide {
    text-align: center;
}
.mainProductImagesSlider img,
.slider-for-product img {
    width: 100%;
    max-height: 560px;
    object-fit: contain;
    background: #fff;
    box-shadow: 0 2px 8px rgba(0,0,0,0.04);
}

.mainProductImagesSlider.slider-for-product img {
  border-radius: 0;
}
/* Thumbnail navigation */

 .slider-nav-product {
    display: flex;
    justify-content: center;
    gap: 16px;
    width: 100%;
    max-width: 750px;
    margin:auto;
}
   

.slider-nav-product .slick-slide {
    cursor: pointer;
    transition: opacity 0.2s;
    /* width: 80px !important; */
    overflow: hidden;
    /* height: 80px !important; */
    margin: 0 6px;
    position: relative;
} 

.slider-nav-product  .slick-list {
    display: block;
    width: calc(100% - 108px);
    overflow: hidden;
    border-radius: 8px;
}

.productImageModal .slider-nav-product .slick-track{
  margin-left: auto;
  margin-right: auto;
}
     
.slider-nav-product .slick-current::before {
    content:"";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;    
    border: 3px solid #F39800;
    border-radius: 6px;
    box-sizing: border-box;
}

.slider-nav-product img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    border-radius: 8px;
    background: #f8f8f8;
    transition: border 0.2s;
    box-sizing: border-box;
    overflow:hidden;
}

/* Slick arrows customization (optional) */
.slider-nav-product .slick-arrow {
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 50%;
    width: 32px;
    height: 32px;
    z-index: 2;
}

.productImageModal .productImages button.slick-next {
    right: -84px;
}

.productImageModal .productImages button.slick-prev {
    left: -84px;
}

.productImageModal .productImages .slick-arrow:before {
    color: #333;
    font-size: 24px;
}

/* Hide default outline on click */
.slider-nav-product .slick-slide:focus {
    outline: none;
}

body.modal-open{
  overflow: hidden;
  height: 100vh !important;
  width: 100vw !important;
  position: fixed;
  top: 0;
  left: 0;
}

body.modal-open,
body.body-stop-scroll{
  -webkit-overflow-scrolling: touch;
  touch-action: none;
}

.productImageModal .slider-nav-product button.slick-prev,
.productImageModal .slider-nav-product button.slick-next {
  width: 40px;
  height: 40px;
  background-size: contain;
}

.tag-collabs-container {
  display: flex;
  gap:8px;
}

.product-detail-link {
  color: var(--Link, #2087D2);
  font-family: "Noto Sans JP";
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: none;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
}

.tag-collabs {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 12px;
  height: 30px;
  border-radius: 8px;
  border: 1px solid var(--CTA1-2, #D56427);
  white-space: nowrap; 
}

.tag-collabs label {
  color: var(--CTA1-2, #D56427);
  font-family: "Noto Sans JP";
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  flex-shrink: 0;
}

.tag-collabs-reprint {
  width: fit-content;
  padding: 0 12px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  border: 1px solid var(--CTA1-2, #D56427);
}

.tag-collabs-reprint label {
  color: var(--CTA1-2, #D56427);
  font-family: "Noto Sans JP";
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  flex-shrink: 0;
}

.product-detail {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-top: 8px;
}

.in-stock-label {
  color: var(--Black1, #606060);
  font-family: "Noto Sans JP";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
}

.product-card:nth-child(n+4) .product-title {
  margin-bottom: 8px;
}

.product-card:nth-child(n+4) .product-detail {
  margin-bottom: 0;
}

@media (min-width: 430px) and (max-width: 900px) {
  .mainProductImages, .productpage .slider-nav, .product-card-image {
    width: 60%;
  }
  .productImages {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  
  .product-card-zoom-image{
    max-width: 24px;
    max-height: 24px;
    bottom: 8px;
    right: 8px;
  }
}

@media (max-width: 429px) {  
  .product-card .product-card img{
    width: 100%;
  }

  .mainProductImages, .product-card-image {
    width: 60%;
  }
  .productpage .slider-nav {
    width: 100%;
  }
  .slider-for button {
    display: none !important;
  }
  .productImages {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .product-card-zoom-image{
    max-width: 24px;
    max-height: 24px;
    bottom: 8px;
    right: 8px;
  }
}

@media (max-width: 1257px) {
  .productpage .product-info-container {
    flex-direction: column;
    gap: 16px;
  }

  .productpage .face-preview,
  #order_form1,
  #order_form2 {
    width: 355px;
  }

  .productpage .buttonGroupItem.column {
    width: 355px;
    flex-direction: column;
  }
}

@media (max-width: 960px) {
  .slider-nav-product .button.slick-next,
  .slider-nav-product .button.slick-prev {
    width: 32px;
    height: 32px;
  }
}

@media (max-width: 900px) {
  .productpage .buttonGroupItem {
    width: 100%;
  }

  .productpage .container {
    font-size: 14px;
    color: var(--black);
  }

  .productpage .titleText {
    font-size: 24px;
    line-height: 40px;
  }

  .productpage .h2HelperText {
    font-size: 10px;
    margin-top: 5px;
  }

  .productImages {
    margin-bottom: 24px !important;
  }

  .productpage .productDetailedInformation {
    border-radius: 15px;
  }

  .productpage .productCode {
    margin-top: 15px;
  }

  .productpage .productTitle {
    font-size: 20px;
  }

  .productpage .inProductInfo {
    margin-bottom: 16px;
  }

  .productpage .productInfoCategoryNames {
    margin-bottom: 15px;
  }

  .productpage #arrowIcon {
    width: 15px;
    height: 10px;
  }
  .productpage .buttonGroupItem {
    gap: 10px;
  }
  .productpage .description {
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px;
  }
  .productpage .description li {
    text-indent: -13px;
    padding-left: 13px;
  }

  .productpage .productDetailedInformation {
    margin-top: 53px;
  }

  .productpage .button-error-container {
    margin-bottom: 30px;
  }

  .productpage .productGrid {
    display: block;
  }

  .productpage .mainText .divider {
    margin: 20px auto;
  }

  .productpage .buttonGroup {
    margin-bottom: 30px;
  }

  .productpage .productType {
    margin-bottom: 20px;
  }
  .productpage .allProductImages {
    display: none;
  }

  .productpage .productInfoGrid {
    display: block;
  }

  .productpage .greenButton {
    margin-bottom: 10px;
    font-size: 17px;
  }

  .productpage .productDetailedInformation {
    border-color: transparent;
    padding: 19px 20px;
  }

  .productpage .lastInformationGroup {
    margin-top: 40px;
    margin-bottom: 80px;
  }

  .productpage .lastButton {
    width: 100%;
  }

  .productpage form .lastButton {
    width: auto;
  }

  .productpage .groupingOptionButtons {
    padding: 10px 10px;
    font-size: 16px;
  }

  .productpage .spProductImg {
    display: block;
  }

  .productpage .pcmainvisual {
    display: none;
  }

  .productpage .buttonGroupItem.column {
    width: 100%;
  }

  .productpage .buttonGroupItem.row,
  #order_form1, #order_form2 {
    width: 100%;
  }

  .productpage .face-preview {
    padding: 12px;
    margin-top: 16px;
    width: 100%;
  }

  .productpage .mainProductImage img {
    width: 75%;
  }

  .face-preview-image {
    flex-shrink: 0;
  }

  .productpage .face-preview-text {
    flex-grow: 1;
  }

  /* Tab menu */

  .productpage .tab-container {
    margin-top: -26px;
  }

  .productpage .tab-buttons {
    gap: 8px;
    margin: 0 -20px 16px;
  }

  .productpage .tab-buttons button {
    width: 156px;
    font-size: 14px;
    padding: 13px 0 14px 0 !important;
    height: 41px;
  }

  .productpage .tab-buttons button.active {
    padding: 14px 0 13px 0 !important;
  }

  .productpage .description {
    gap: 12px;
  }

  .description-container {
    gap: 30px;
  }

  .productpage .tab-content {
  }

  .productpage .hidden {
  }

  /* 販売ページ */

  .product-card, .product-card:last-child {
    flex: 1 1 100%;
  }

  .product-announcement.sp-only, .greenButton.sp-only, .product-button.sp-only {
    display: block;
  }
  .product-announcement.pc-only, .greenButton.pc-only, .product-button.pc-only {
    display: none;
  }

  .noticeModal .contentNotice {
    font-size: 15px !important;
    width: 100% !important;
  }

  .productpage .product-grid {
    gap: 0;
  }

  .productpage .product-card:not(:last-child) {
    border-bottom: 1px solid var(--gray3);
    padding-bottom: 24px;
    margin-bottom: 24px;
  }

  .product-grid .product-card:nth-child(n+2) .product-note {
    display: none;
  }

  .mainProductImagesSlider .productImages {
    margin-bottom: 0;
  }
}

/* Modal productOrderModal - Face Selection */
.productOrderModal {
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1000;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.modalContent{
  width: 90%;
  max-width: 538px;
  margin: 0 auto;
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
}

.modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 999;
  display: none;
}

.modal-overlay.show {
  display: block;
}

.productOrderModal .modalHeader {
  padding: 20px 40px 0;
  position: relative;
  margin-bottom: 14px;
}

.productOrderModal .modalTitle {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 20px;
  font-weight: 700;
  color: #606060;
  margin: 0;  
  border-bottom: 1px solid #f0f0f0;
  padding-bottom: 8px;
  padding-top: 20px;
}

.productOrderModal .closeButton {
  position: absolute;
  right: 15px;
  top: 15px;
  background: none;
  border: none;
  cursor: pointer;
  padding: 5px;
}

.productOrderModal .closeButton img {
  width: 20px;
  height: 22px;
}

.productOrderModal .modalBody {
  padding: 0 0 20px;
}

.facesList{
  max-height: 55vh;
  overflow-y: auto;
  scroll-behavior: smooth;
  scrollbar-width: none;
  scrollbar-color: #c0c0c0 #f5f5f5;
  overflow-x: hidden;
  border-bottom: 1px solid #E9E9E9;
}

/* Custom scrollbar for webkit browsers */
.facesList::-webkit-scrollbar {
  width: 1px;
}

.facesList::-webkit-scrollbar-track {
  background: #f5f5f5;
  border-radius: 4px;
}

.facesList::-webkit-scrollbar-thumb {
  background: #c0c0c0;
  border-radius: 4px;
  transition: background 0.3s ease;
}

.facesList::-webkit-scrollbar-thumb:hover {
  background: #a0a0a0;
}

.faceSelectionContainer {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.faceRow {
  display: flex;  
  align-items: center;
  border-bottom: 1px solid #E9E9E9;
  justify-content: space-between;
  padding: 16px 0;
  margin: 0 40px;
}

.faceRow:last-child{
  border-bottom: none;
}

.facePair {
  display: flex;
  gap: 8px;
}

.faceItem {
  width: 120px;
  height: 120px;
  background-color: #FFFFFF;
  border-radius: 8px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: none;
}

.faceItem img {
  width: 100%;
  height: auto;
}

.addToCartBtn{
  width: 100%;
}

.addFaceToCartBtn {
  background-color: #3dcc84;
  color: white;
  border: none;
  border-radius: 8px;
  height: 40px;
  width: 140px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 20px;
  font-weight: 700;
  cursor: pointer;
  transition: background-color 0.3s;
  white-space: nowrap;
}

.addFaceToCartBtn:hover {
  background-color: #35b877;
}

.productOrderModal .divider {
  height: 1px;
  background-color: #f0f0f0;
  margin: 8px 0 0;
}

.priceInfo {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 55px;
}

.setCount {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 16px;
  color: #606060;
  font-weight: 700;
}

.price {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 32px;
  font-weight: 700;
  color: #606060;
}

.tax {
  font-size: 14px;
  font-weight: 700;
}

.note {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 14px;
  color: #606060;
  margin-top: 8px;
  font-weight: 400;
  padding: 0 40px;
}

.cartInfo {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 20px;
  font-weight: 500;
  color: #606060;
  text-align: center;
}

.cartInfo p span {
  font-weight: 700;
  margin-left: 5px;
}

.cartButtonContainer {
  display: flex;
  justify-content: center;
  margin: 0 0 20px;
}

.cartButton {
  border-radius: 100px;
  background: var(--CTA2-1, #3DCC85);
  width: 100%;
  height: 48px;
  max-width: 347px;
  flex-shrink: 0;
  color: var(--White, #FFF);
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 16px; /* 80% */
  border: none;
}

.cartButton:hover {
  background-color: white;
  outline: solid 1px #3dcc85;
  color: #3dcc85 !important;
}

.cartButton:disabled{
  background-color: #E9E9E9;
}

.cartCountLimit{
  color: #FF0000;
}

/* Notification styles */
.notification {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 8px;
  color: white;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 20px;
  font-weight: 700;
  z-index: 2000;
  line-height: 120%;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  display: none;
  text-align: center;
  min-width: 300px;
  max-width: 80%;
  background: rgba(0, 0, 0, 0.6);
}

.notificationText{
  display: flex;
  min-height: 136px;
  align-items: center;
  justify-content: center;
  white-space: pre-line;
  padding: 44px 16px;
}

/* Modal overlay */
.modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 999;
  display: none;
}

.modal-overlay.show {
  display: block;
}

.slick-prev:before {
  content: '';
}

.productOrderModal .cartCountDown{
  text-align: center;
}

.productOrderModal .cartCountDown p{
    display: inline-block;
    position: relative;
    padding: 7px 18px;
    border: 2px solid #d9651a;
    border-radius: 8px;
    font-size: 14px;
    font-weight: 700;
    color: #d9651a;
    background-color: #fff;
}

.productOrderModal .cartCountDown p::after {
  content: "";
  position: absolute;
  bottom: -7px;
  left: 50%;
  transform: translateX(-50%);
  width: 10px;
  height: 10px;
  background: #fff;
  border-right: 2px solid #d9651a;
  border-bottom: 2px solid #d9651a;
  transform: translateX(-50%) rotate(45deg);
  border-radius: 0 0 3px 0;
}

.productOrderModal .cartCountDown p::before {
  content: "";
  position: absolute;
  bottom: 0px;
  left: 50%;
  transform: translateX(-50%);
  width: 20px;
  height: 4px;
  background-color: #fff;
  z-index: 2;
}

.productpage-hoodie h2{
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 700;
  font-size: 40px;
  line-height: 100%;
  color: #A0A0A0;
  margin-bottom: 40px;
  display: flex;
  gap: 8px;
  align-items: center;
}

.productpage-hoodie h2 svg{
  width: 43px;
  height: 40px;
}

.productpage-hoodie .productImages-inner{
  position: relative;
  cursor: pointer;
}

.productpage-hoodie .product-card-zoom-image{
  position: absolute;
}

.productpage-hoodie .product-info-container .product-note{
  margin-top: 16px;
}

.productpage-hoodie .product-info-container .productCode{
  margin-bottom: 16px;
  margin-top: 8px;
  font-size: 14px;
}

.productpage-hoodie #add-cart-container{
  margin-top: 24px;
}

.productpage-hoodie .product-detail-link {
  text-decoration: underline;
}

.productpage-hoodie .productTag{
  display: flex;
  gap: 8px;
}

.productpage-hoodie .productTag span{
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 7px 8px;
  border: 1px solid #D56427;
  border-radius: 8px;
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  color: #D56427;
}

.productpage-hoodie .productTag .discount-percent{
  background-color: #FF0000;
  border-color: #FF0000;
  color: #fff;
}

.productpage-hoodie .out-of-stock-label{
  font-weight: 400;
}

.productpage-hoodie .productFreeShip{
  display: flex;
  justify-content: center;
  align-items: start;
  flex-direction: column;
  margin: 0 0 24px;
}

.productpage-hoodie .freeShippingPC {
  display: block;
}

.productpage-hoodie .freeShippingSM {
  display: none;
}

.productpage-hoodie .productFreeShip span {
  display: inline-block;
  position: relative;
  padding: 10px 23px;
  border: 2px solid #D56427;
  border-radius: 13px;
  font-size: 18px;
  font-weight: 700;
  line-height: 125%;
  color: #D56427;
  background-color: #fff;
  text-align: center;
}

.productpage-hoodie .productFreeShip span::before {
  content: "";
  position: absolute;
  bottom: 50%;
  left: 0;
  transform: translateY(50%);
  width: 8px;
  height: 28px;
  background-color: #fff;
  z-index: 2;
}

.productpage-hoodie .productFreeShip span::after {
  content: "";
  position: absolute;
  bottom: 50%;
  left: -11px;
  width: 18px;
  height: 18px;
  background: #fff;
  border-right: 2px solid #d9651a;
  border-bottom: 2px solid #d9651a;
  transform: translateY(50%) rotate(135deg);
  border-radius: 0 0 5px 0;
}

.productpage-hoodie .productFreeShip.sp-only{
  display: none;
}

.productpage-hoodie .productOnX{
  margin: 40px auto 0;
}

.productpage-hoodie .productOnX h3{
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 24px;
  color: #606060;
  margin-bottom: 8px;
}

.productpage-hoodie .productOnX p{
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
  color: #606060;
}

.productpage-hoodie .everyone-feed-container{
  margin: 30px 0;
  position: relative;
}

.productpage-hoodie .j-paginate.juicer-button, .productpage-hoodie #clearXHUgJ{
  display: none;
}

.productpage-hoodie .everyone-feed-button {
  text-align: right;
  min-width: 72px;
  margin-left: 16px;
}

.productpage-hoodie .everyone-feed-button a {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 16px;
  padding: 5px 3px;
  background-color: #FFF;
  border: 1px solid #F39800;
  border-radius: 10px;
  color: #606060;
  text-decoration: none;
  font-size: 16px;
  transition: background-color 0.2s;
  height: 100%;
  font-weight: 700;
}

.productpage-hoodie .everyone-feed-button a:hover {
  background-color: #eee;
}

.productpage-hoodie .everyone-feed-container .everyone-feed-inner{
  height: auto;
  width: fit-content;
  display: flex;
}

.productpage-hoodie .everyone-feed-inner-scroll{
  max-width: 1500px;
  width: 87vw;
  overflow: hidden;
  overflow-x: auto;
  -ms-overflow-style: none; /* IE and Edge */
  scrollbar-width: none; /* Firefox */
  cursor: grab;
  user-select: none;
  scroll-behavior: smooth;
}

.productpage-hoodie .everyone-feed-inner-scroll:active {
  cursor: grabbing;
}

.productpage-hoodie .everyone-feed-inner-scroll.dragging {
  cursor: grabbing;
  scroll-behavior: auto;
}

.productpage-hoodie .everyone-feed-inner-scroll::-webkit-scrollbar {
  display: none; /* Chrome, Safari, Opera */
}

.productpage-hoodie .everyone-feed-container .everyone-feed-inner .everyone-face-feed{
  flex-grow: 1;
}

.productpage-hoodie .everyone-feed-container .j-paginate.juicer-button, .productpage-hoodie #clearIvfUP{
  display: none;
}


.productpage-hoodie .j-stacker-wrapper .j-stacker{
  display: flex !important;
  flex-wrap: nowrap !important;
  width: auto !important;
  gap: 24px !important;
}


.productpage-hoodie .feed-item .j-image img{
  width: 182px !important;
  height: 182px !important;
  top: 0 !important;
  left: 0 !important;
}

.productpage-hoodie .j-stack.galcolumn{
  display: flex !important;
  flex-wrap: nowrap !important;
  width: auto !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
  gap: 16px !important;
}

.productpage-hoodie .j-stacker-wrapper{
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.productpage-hoodie .juicer-feed.night li.feed-item{
  margin-bottom: 0 !important;
  width: 182px !important;
  height: 182px !important;
}
.productpage-hoodie .openPopupTerm {
  color: #2087d2;
  text-decoration: underline;
  cursor: pointer;
}

.productpage-hoodie.productpage button#add-cart{
  margin-top: 24px;
}

.productpage-hoodie .header-products {
  display: flex;
  gap: 38px;
}

.productImageModalHoodie .mainProductImagesSlider{
  margin-bottom: auto;
}

.productOrderModalHoodie .modalContent{
  max-width: 538px;
}

.productOrderModalHoodie .faceItem {
  height: 120px;
  max-width: 220px;
}

.productOrderModalHoodie .facePair {
  gap: 8px;
  width: 100%;
}

/* Modal productOrderModal - Face Selection */
.modal.modalNoticeHoodie {
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1000;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

/*Modal hoodie*/

.modalNoticeHoodie .modalBodyNoice{
  width: 90%;
  max-width: 940px;
  margin: 0 auto;
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
}

.modalNoticeHoodie .modalHeader {
  padding: 0;
  position: relative;
  height: 50px;
}

.modalNoticeHoodie .closeButton {
  position: absolute;
  right: 15px;
  top: 15px;
  background: none;
  border: none;
  cursor: pointer;
  padding: 5px;
}

.modalNoticeHoodie .modalBodyNoiceContent{
  max-height: 70vh;
  overflow-y: auto;
  scrollbar-width: none;
}

.modalNoticeHoodie .contentNotice {
  padding: 15px 95px 50px;
  color: #606060;
  gap: 20px;
  display: flex;
  flex-direction: column;
}

.modalNoticeHoodie .contentNotice h3 {
  font-size: 24px;
  font-weight: 700;
  line-height: 125%;
  color: #606060;
}

.modalNoticeHoodie .contentNotice ul {
  margin: 0;
  padding-left: 20px;
  display: flex;
  gap: 20px;
  flex-direction: column;
}

.modalNoticeHoodie .contentNotice ul li {
  font-size: 16px;
  line-height: 28px;
  list-style: disc;
  font-weight: 400;
}

.modalNoticeHoodie .contentNotice ol {
  margin: 0;
  padding-left: 40px;
  display: flex;
  gap: 10px;
  flex-direction: column;
}


.modalNoticeHoodie .contentNotice ol li {
  font-size: 16px;
  line-height: 28px;
  list-style:decimal;
  font-weight: 400;
}

.modalNoticeHoodie .contentNotice .sub-text {
  font-size: 16px;
  line-height: 28px;
  font-weight: 400;
  padding-left: 1em;
}

.modalNoticeHoodie .modalBodyNoiceFooter .closeButton {
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  height: 46px;
  border: 1px solid #606060;
  border-radius: 100px;
  font-weight: 700;
  font-size: 18px;
  line-height: 16px;
  color: #606060;
  width: 224px;
  margin: 0 auto;
  right: inherit;
  top: inherit;
}

.modalBodyNoiceFooter{
  padding: 20px 0 60px;
  overflow: hidden;
}

.modalNoticeHoodie .contentNotice .text-normal {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
  color: #606060;
}

@media (min-width: 768px) and (max-width: 1440px) {
.productpage-hoodie .everyone-feed-inner-scroll{
    width: 98%;
  }
}

.faceItem.no-bg{
  flex-direction: column;
  background-color: transparent;
  width: calc(100% - 130px);
  box-shadow: none;
}

.faceItem.no-bg .face-name{
  font-family: Noto Sans JP;
  font-weight: 700;
  font-size: 16px;
  text-align: left;
  width: 100%;
  margin-bottom: 8px;
  color: #606060;
}

.faceItem.no-bg .out-of-stock-face-text{
  font-family: Noto Sans JP;
  font-weight: 400;
  font-size: 14px;
  text-align: left;
  width: 100%;
  color: #606060;
  margin-left: 5px;
}

.productOrderModal.productOrderModalV2 .modalContent{
  max-width: 528px;
}

.productOrderModal .cartCountDown{
  text-align: center;
}

.productOrderModal .cartCountDown p{
    display: inline-block;
    position: relative;
    padding: 7px 18px;
    border: 2px solid #d9651a;
    border-radius: 8px;
    font-size: 14px;
    font-weight: 700;
    color: #d9651a;
    background-color: #fff;
}

.productOrderModal .cartCountDown p::after {
  content: "";
  position: absolute;
  bottom: -7px;
  left: 50%;
  transform: translateX(-50%);
  width: 10px;
  height: 10px;
  background: #fff;
  border-right: 2px solid #d9651a;
  border-bottom: 2px solid #d9651a;
  transform: translateX(-50%) rotate(45deg);
  border-radius: 0 0 3px 0;
}

.productOrderModal .cartCountDown p::before {
  content: "";
  position: absolute;
  bottom: 0px;
  left: 50%;
  transform: translateX(-50%);
  width: 20px;
  height: 4px;
  background-color: #fff;
  z-index: 2;
}

.faceItem.no-bg .face-name{
  font-family: Noto Sans JP;
  font-weight: 700;
  font-size: 16px;
  text-align: left;
  width: 100%;
  margin-bottom: 8px;
  color: #606060;
}

.productOrderModal.productOrderModalV2 .modalContent{
  max-width: 528px;
}

.productOrderModal .cartCountDown{
  text-align: center;
}

.productOrderModal .cartCountDown p{
    display: inline-block;
    position: relative;
    padding: 7px 18px;
    border: 2px solid #d9651a;
    border-radius: 8px;
    font-size: 14px;
    font-weight: 700;
    color: #d9651a;
    background-color: #fff;
}

.productOrderModal .cartCountDown p::after {
  content: "";
  position: absolute;
  bottom: -7px;
  left: 50%;
  transform: translateX(-50%);
  width: 10px;
  height: 10px;
  background: #fff;
  border-right: 2px solid #d9651a;
  border-bottom: 2px solid #d9651a;
  transform: translateX(-50%) rotate(45deg);
  border-radius: 0 0 3px 0;
}

.productOrderModal .cartCountDown p::before {
  content: "";
  position: absolute;
  bottom: 0px;
  left: 50%;
  transform: translateX(-50%);
  width: 20px;
  height: 4px;
  background-color: #fff;
  z-index: 2;
}

.productOrderModal .cartCountDown{
  text-align: center;
}

.productOrderModal .cartCountDown p{
    display: inline-block;
    position: relative;
    padding: 7px 18px;
    border: 2px solid #d9651a;
    border-radius: 8px;
    font-size: 14px;
    font-weight: 700;
    color: #d9651a;
    background-color: #fff;
}

.productOrderModal .cartCountDown p::after {
  content: "";
  position: absolute;
  bottom: -7px;
  left: 50%;
  transform: translateX(-50%);
  width: 10px;
  height: 10px;
  background: #fff;
  border-right: 2px solid #d9651a;
  border-bottom: 2px solid #d9651a;
  transform: translateX(-50%) rotate(45deg);
  border-radius: 0 0 3px 0;
}

.productOrderModal .cartCountDown p::before {
  content: "";
  position: absolute;
  bottom: 0px;
  left: 50%;
  transform: translateX(-50%);
  width: 20px;
  height: 4px;
  background-color: #fff;
  z-index: 2;
}

.productOrderModal.productOrderModalV2 .modalContent .facePair{
  width: 65%;
}

.productOrderModal.productOrderModalV2 .modalContent .faceItem, .productOrderModalHoodie .faceItem {
  background: none;
  box-shadow: none;
}

.productpage-hoodie h2{
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 700;
  font-size: 40px;
  line-height: 100%;
  color: #A0A0A0;
  margin-bottom: 0;
  display: flex;
  gap: 8px;
  align-items: center;
}

.productpage-hoodie h2 svg{
  width: 43px;
  height: 40px;
}

.productpage-hoodie .productImages-inner{
  position: relative;
  cursor: pointer;
}

.productpage-hoodie .product-card-zoom-image{
  position: absolute;
}

.productpage-hoodie .product-info-container .product-note{
  margin-top: 16px;
}

.productpage-hoodie .product-info-container .productCode{
  margin-bottom: 16px;
  margin-top: 10px;
  font-size: 14px;
  font-weight: 400;
}

.productpage-hoodie #add-cart-container{
  margin-top: 24px;
}

.productpage-hoodie .product-detail-link {
  text-decoration: underline;
}

.productpage-hoodie .productTag{
  display: flex;
  gap: 8px;
}

.productpage-hoodie .productTag span{
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 7px 8px;
  border: 1px solid #D56427;
  border-radius: 8px;
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  color: #D56427;
}

.productpage-hoodie .productTag .discount-percent{
  background-color: #FF0000;
  border-color: #FF0000;
  color: #fff;
}

.productpage-hoodie .out-of-stock-label{
  font-weight: 400;
}

.productpage-hoodie .productFreeShip{
  display: flex;
  justify-content: center;
  align-items: start;
  flex-direction: column;
  margin: 0;
}

.productpage-hoodie .productFreeShip span {
  display: inline-block;
  position: relative;
  padding: 10px 23px;
  border: 2px solid #D56427;
  border-radius: 13px;
  font-size: 18px;
  font-weight: 700;
  line-height: 125%;
  color: #D56427;
  background-color: #fff;
  text-align: center;
}

.productpage-hoodie .productFreeShip span::before {
  content: "";
  position: absolute;
  bottom: 50%;
  left: 0;
  transform: translateY(50%);
  width: 8px;
  height: 28px;
  background-color: #fff;
  z-index: 2;
}

.productpage-hoodie .productFreeShip span::after {
  content: "";
  position: absolute;
  bottom: 50%;
  left: -11px;
  width: 18px;
  height: 18px;
  background: #fff;
  border-right: 2px solid #d9651a;
  border-bottom: 2px solid #d9651a;
  transform: translateY(50%) rotate(135deg);
  border-radius: 0 0 5px 0;
}

.productpage-hoodie .productFreeShip.sp-only{
  display: none;
}

.productpage-hoodie .everyone-feed-container{
  margin: 24px 0;
  position: relative;
}

.productpage-hoodie .j-paginate.juicer-button, .productpage-hoodie #clearXHUgJ{
  display: none;
}

.productpage-hoodie .everyone-feed-button {
  text-align: right;
  min-width: 128px;
  align-self: flex-end;
  height: 182px;
  margin-left: 16px;
}

.productpage-hoodie .everyone-feed-button a {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 16px;
  padding: 5px 3px;
  background-color: #FFF;
  border: 1px solid #F39800;
  border-radius: 10px;
  color: #606060;
  text-decoration: none;
  font-size: 16px;
  transition: background-color 0.2s;
  height: 100%;
  font-weight: 700;
}

.productpage-hoodie .everyone-feed-button a:hover {
  background-color: #eee;
}

.productpage-hoodie .everyone-feed-container .everyone-feed-inner{
  height: auto;
  width: fit-content;
  display: flex;
}

.productpage-hoodie .everyone-feed-inner-scroll{
  max-width: 1500px;
  width: 88vw;
  overflow: hidden;
  overflow-x: auto;
  -ms-overflow-style: none; /* IE and Edge */
  scrollbar-width: none; /* Firefox */
  cursor: grab;
  user-select: none;
  scroll-behavior: smooth;
}

.productpage-hoodie .everyone-feed-inner-scroll:active {
  cursor: grabbing;
}

.productpage-hoodie .everyone-feed-inner-scroll.dragging {
  cursor: grabbing;
  scroll-behavior: auto;
}

.productpage-hoodie .everyone-feed-inner-scroll::-webkit-scrollbar {
  display: none; /* Chrome, Safari, Opera */
}

.productpage-hoodie .everyone-feed-container .everyone-feed-inner .everyone-face-feed{
  flex-grow: 1;
}

.productpage-hoodie .everyone-feed-container .j-paginate.juicer-button, .productpage-hoodie #clearIvfUP{
  display: none;
}


.productpage-hoodie .j-stacker-wrapper .j-stacker{
  display: flex !important;
  flex-wrap: nowrap !important;
  width: auto !important;
  gap: 24px !important;
}


.productpage-hoodie .feed-item .j-image img{
  width: 182px !important;
  height: 182px !important;
  top: 0 !important;
  left: 0 !important;
  object-fit: cover;
}

.productpage-hoodie .j-stack.galcolumn{
  display: flex !important;
  flex-wrap: nowrap !important;
  width: auto !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
  gap: 24px !important;
}

.productpage-hoodie .j-stacker-wrapper{
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.productpage-hoodie .juicer-feed.night li.feed-item{
  margin-bottom: 0 !important;
  width: 182px !important;
  height: 182px !important;
  overflow: hidden;
  border-radius: 10px;
}

.productpage-hoodie .juicer-feed h1.referral{
  display: none !important;
}

.productpage-hoodie .openPopupTerm {
  color: #2087d2;
  text-decoration: underline;
  cursor: pointer;
}

.productpage-hoodie.productpage button#add-cart{
  margin-top: 24px;
}

.productpage-hoodie .header-products {
  display: flex;
  gap: 38px;
  align-items: center;
  margin-bottom: 40px;
  margin-top: 40px;
}

.productOrderModalHoodie .modalContent{
  max-width: 576px;
}

/* Modal productOrderModal - Face Selection */
.modal.modalNoticeHoodie {
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1000;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

/*Modal hoodie*/

.modalNoticeHoodie .modalBodyNoice{
  width: 90%;
  max-width: 940px;
  margin: 0 auto;
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
}

.modalNoticeHoodie .modalHeader {
  padding: 0;
  position: relative;
  height: 50px;
}

.modalNoticeHoodie .closeButton {
  position: absolute;
  right: 15px;
  top: 15px;
  background: none;
  border: none;
  cursor: pointer;
  padding: 5px;
}

.modalNoticeHoodie .modalBodyNoiceContent{
  max-height: 70vh;
  overflow-y: auto;
  scrollbar-width: none;
}

.modalNoticeHoodie .contentNotice {
  padding: 15px 95px 50px;
  color: #606060;
  gap: 20px;
  display: flex;
  flex-direction: column;
}

.modalNoticeHoodie .contentNotice h3 {
  font-size: 24px;
  font-weight: 700;
  line-height: 125%;
  color: #606060;
}

.modalNoticeHoodie .contentNotice ul {
  margin: 0;
  padding-left: 20px;
  display: flex;
  gap: 20px;
  flex-direction: column;
}

.modalNoticeHoodie .contentNotice ul li {
  font-size: 16px;
  line-height: 28px;
  list-style: disc;
  font-weight: 400;
}

.modalNoticeHoodie .contentNotice ol {
  margin: 0;
  padding-left: 40px;
  display: flex;
  gap: 10px;
  flex-direction: column;
}


.modalNoticeHoodie .contentNotice ol li {
  font-size: 16px;
  line-height: 28px;
  list-style:decimal;
  font-weight: 400;
}

.modalNoticeHoodie .contentNotice .sub-text {
  font-size: 16px;
  line-height: 28px;
  font-weight: 400;
  padding-left: 1em;
}

.modalNoticeHoodie .modalBodyNoiceFooter .closeButton {
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  height: 46px;
  border: 1px solid #606060;
  border-radius: 100px;
  font-weight: 700;
  font-size: 18px;
  line-height: 16px;
  color: #606060;
  width: 224px;
  margin: 0 auto;
  right: inherit;
  top: inherit;
}

.modalBodyNoiceFooter{
  padding: 20px 0 60px;
  overflow: hidden;
}

.modalNoticeHoodie .contentNotice .text-normal {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
  color: #606060;
}


@media (min-width: 768px) and (max-width: 1440px) {
.productpage-hoodie .everyone-feed-inner-scroll{
    width: 98%;
  }
}

@media (min-width: 901px) and (max-width: 1002px) {
  .product-card:nth-child(-n+3) .product-title {
    min-height: 86.39px;
  }
}

@media (max-width: 768px) {
  .product-customization-text span {
    font-size: 14px;
    text-align: center;
    background-image: url('/contents/img/productpage/bg-free-ship-sp.png');
    background-repeat: no-repeat;
    background-size: cover;
    height: 69px;
    min-width: 211px; 
    box-sizing: border-box;   
  }

  .product-customization-text span.normal-text {
    height: 75px;
  }
}

@media (max-width: 767px) {
  .productImageModal .productImageDescription{
    padding: 3px 20px 10px;
  }
  .mainProductImagesSlider, .productImageModal .productImageDescription{
    width: 100%;
    margin: auto;
  }
  .productImageModal .productImages, .productImages{
    width: 100%;
    margin: auto;
  }

  .productpage-hoodie .product-info-container .product-note {
    margin-top: 24px;
  }

  .productpage-hoodie .productOnX h3{
    margin-bottom: 4px;
  }

  .productpage-hoodie .j-stack.galcolumn {
    gap: 16px !important;
  }

  .productpage .productDetailedInformation {
    margin-bottom: 0;
  }

  .productpage-hoodie .j-stacker-wrapper .j-stacker {
    gap: 16px !important;
  }

  .productpage .mainProductImage img {
    max-width: 240px;
  }

  .face-preview-image {
    flex-shrink: 0;
  }

  .productpage .face-preview-text {
    flex-grow: 1;
  }

  .cart-limit-modal .modal-body p {
    font-size: 24px;
    line-height: 36px;
  }

  .new_label svg {
    width: 55%;
    height: 50%;
  }

  .product-title {
    margin-bottom: 8px;
    min-height: auto;
  }
  .product-customization-text{
    margin-bottom: 24px;
  }

  .product-customization-text span .sp-only{
    display: block;
  }
  .product-button {
    height: 48px;
  }

  .product-customization-text span::after {
    bottom: -8px;
    width: 15px;
    height: 15px;
  }

  .productOrderModal {    
    width: 100%;
    margin: auto;
  }

  .modalContent, .productOrderModalHoodie .modalContent{
    max-width: 340px;
    width: 95%;
  }
  
  .faceRow{
    gap: 0px;
    margin: 0 20px;
  }

  .facePair{
    gap: 8px;
    width: 55%;
  }

  .faceItem, .productOrderModalHoodie .faceItem{
    width: 80px;
    height: auto;
    background: none;
    box-shadow: none;
  }

  .addFaceToCartBtn{
    height: 32px;
    width: 112px;
  }

  .productOrderModal .modalBody {
    overflow-y: auto;
    max-height: 80vh;    
    padding: 0 0 20px;
  }
 
  .priceInfo{
    gap: 30px;
    align-items: baseline;
  }

  .productOrderModal .modalHeader{
    padding: 5px 20px 0;
  }

  .productOrderModal .modalBody  .note{
    font-size: 12px;
    line-height: 120%;
    padding: 0 20px;
  }

  .productOrderModal .modalBody  .note2{
    font-size: 12px;
    line-height: 120%;
    color: red;
    padding: 0 20px;
  }

  .notification{
    font-size: 18px;
  }

  .notificationText{
    padding: 56px 6px;
  }

  .productImageModal{
    width: 100%;
    height: 100vh;
    border-radius: 0;
    overflow: hidden;
  }

  .productImageModal .modalBody{
    padding: 7vh 0 5vh;
    row-gap: 0;
  }
  
  .productImageModal .modalHeader{
    margin-top: 5vh;
  }

  .productImageModal .productImages button.slick-prev{
    left: 5px;
  }
  
  .productImageModal .productImages button.slick-next {
    right: 5px;
  }

  .productImageModal .slider-nav-product{
    width: 100%;
    padding: 0 45px;
  }

  .productImageModal .slider-nav-product .slick-list{    
    display: block;
    overflow: hidden;
    width: 100%;
  }

  .productImageModal .slider-nav-product .slick-track{
    display: block;
    white-space: nowrap;
    margin-left: auto;
    margin-right: auto;
  }

  .productImageModal .slider-nav-product .slick-slide{
    width: 60px !important;
    overflow: hidden;
    height: 60px !important;
    margin: 0 8px 0 0;
    position: relative;
    display: inline-block;
    float: none;
    vertical-align: top;
  }

  .productImageModal .slider-nav-product .slick-slide img{
    width: 100% !important;
    height: 100% !important;
    object-fit: contain;
  }

  .productImageModal .productImages button.slick-prev, .productImageModal .productImages button.slick-next {
    top: inherit !important;
    bottom: -125px !important;
    z-index: 99;
  }

  .productImageModal[data-current-product="nenkao"] .productImages button.slick-prev,
  .productImageModal[data-current-product="nenkao"] .productImages button.slick-next {
    bottom: -111px !important;
  }

  .product-info .product-no-nose label {
    height: 24px;
    font-size: 14px;
    border-radius: 4px;
    width: 92px;
  }

  .mainProductImagesSlider img, .slider-for-product img{
    border-radius: 0;
  }  

  .slick-track.force-reset {
    transform: translate3d(0px, 0px, 0px) !important;
  }

  .tag-collabs-container {
    gap: 4px;
  }

  .tag-collabs {
    width: 142px;
    height: 24px;
    border-radius: 4px;
    border: 1px solid var(--CTA1-2, #D56427);
  }

  .tag-collabs label {
    font-size: 14px;
    flex-shrink: 0;
  }

  .facesList{
    max-height: 48vh;
  }

  .cartButtonContainer{
    padding: 0 20px;
  }

  .productpage-hoodie h2{
    font-size: 24px;
    align-self: flex-start;
  }

  .productpage-hoodie .productTag span{
    text-align: center;
    font-size: 14px;
    padding: 4px 8px;
    border-radius: 4px;
  }

  .productpage-hoodie .productFreeShip{
    align-items: center;
    margin-bottom: 0;
  }

  .productpage-hoodie .productFreeShip span{
    font-size: 14px;
    padding: 8px 18px;
    border-radius: 10px;
    text-align: center;
  }

  .productpage-hoodie .productFreeShip.sp-only{
    display: flex;
  }

  .productpage-hoodie .productFreeShip.pc-only{
    display: none;
  }
  .productpage-hoodie .productOnX {
    margin: 40px auto 32px;
  }

  .productpage-hoodie .productOnX h3{
    font-size: 18px;
  }

  .productpage-hoodie .productOnX p{
    font-size: 14px;
  }

  .productpage-hoodie h2 svg{
    width: 26px;
    height: 24px;
  }

  .productpage-hoodie .productDetailedInformation{
    margin-top: 32px;
  }

  .productpage-hoodie .everyone-feed-container{
    margin: 24px 0 0;
  }

  .productpage-hoodie .product-card-zoom-image img{
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .productpage-hoodie .everyone-feed-inner-scroll{
    width: 100%;
  }

  .productpage-hoodie .feed-item .j-image img{
    width: 128px !important;
    height: 128px !important;
  }

  .productpage-hoodie .juicer-feed.night li.feed-item{
    width: 128px !important;
    height: 128px !important;
  }

  .productpage-hoodie .productFreeShip span::before {
    content: "";
    position: absolute;
    bottom: 0px;
    left: 50%;
    transform: translateX(-50%);
    width: 28px;
    height: 4px;
    background-color: #fff;
    z-index: 2;
  }

  .productpage-hoodie .productFreeShip span::after {
    content: "";
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    width: 18px;
    height: 18px;
    background: #fff;
    border-right: 2px solid #d9651a;
    border-bottom: 2px solid #d9651a;
    transform: translateX(-50%) rotate(45deg);
    border-radius: 0 0 3px 0;
  }

  .productpage-hoodie .freeShippingPC {
    display: none;
  }

  .productpage-hoodie .freeShippingSM {
    display: block;
  }

  .productpage-hoodie .header-products {
    gap: 0;
    flex-direction: column;
    margin-bottom: 24px;
    margin-top: 10px;
  }

  .modalNoticeHoodie .contentNotice {
    padding: 0 20px 30px;
    color: #606060;
    gap: 20px;
    display: flex;
    flex-direction: column;
  }

  .modalNoticeHoodie .contentNotice h3 {
    font-size: 18px;
    line-height: 26px;
  }

  .modalNoticeHoodie .contentNotice ul li{
    font-size: 14px;
    line-height: 21px;
  }

  .modalNoticeHoodie .contentNotice ol {
    margin: 0;
    padding-left: 40px;
    display: flex;
    gap: 5px;
    flex-direction: column;
  }

  .modalNoticeHoodie .contentNotice ol li {
    font-size: 14px;
    line-height: 21px;
    list-style:decimal;
    font-weight: 400;
  }

  .modalNoticeHoodie .contentNotice .text-normal {
    font-size: 14px;
    line-height: 21px;
    font-weight: 400;
  }

  .modalBodyNoiceFooter {
    padding-bottom: 20px;
  }

  .productpage-hoodie .everyone-feed-button {
    min-width: 95px;
    height: 128px;
  }

  .tag-collabs-reprint{
    border-radius: 4px;
    width: 44px;
    height: 24px;
  }

  .addFaceToCartBtn {
    font-size: 16px;
  }

  .cartInfo {
    font-size: 18px;
  }

  .tag-collabs-reprint label {
    font-size: 14px;
  }

  .product-info-content {
    margin-bottom: 8px;
    min-height: auto;
  }

  .product-info .product-no-nose {
    min-height: auto;
  }

  .product-grid .product-card:nth-child(n+2) .product-link {
    display: none;
  }
}

@media (max-width: 680px) {
  .productImageModal .slider-nav-product .slick-track{
    display: flex;
    align-items: center;
    gap: 12px;
  }

  .productpage .face-preview {
    margin-top: 0;
    margin-bottom: 30px;
  }

  .productpage .product-info-container {
    gap: 0;
  }
}

@media (max-width: 390px) {
  .modalContent, .productOrderModalHoodie .modalContent{
    max-width: 340px;
  }
}

@media (max-width: 390px) and (max-height: 667px) {
  .productOrderModal .modalBody {
    max-height: 84vh;
  }
}

@media screen and (min-width: 1024px) and (max-height: 768px) {
  .mainProductImagesSlider, .productImageModal .productImageDescription{
    width: 500px;
    margin: auto;
  }  
  .productImageModal .productImageDescription{
    margin: 4px auto 24px;
  }
  .productImageModal .modalBody{
    padding: 20px;
  }

  .facesList{
    max-height: 54vh;
  }

  .productOrderModal .modalBody{
    max-height: 84vh;
    overflow-y: auto;
  }

}

/* Laptop small, height 650px - 800px */
@media screen and (min-width: 1024px) and (min-height: 650px) and (max-height: 800px) {
  .productOrderModal .modalTitle{
    padding-top: 15px;
  }

  .productOrderModal .modalBody{
    padding-top: 0;
  }

  .faceSelectionContainer{
    gap: 10px;
  }

  .facesList .faceRow {
    padding-top: 10px;
    padding-bottom: 10px;
  }  

  .cartButtonContainer{
    margin-bottom: 0;
  }
  .facesList{
    max-height: 400px;
  }
}

@media screen and (min-width: 375px) and (max-height: 667px) {
  .faceSelectionContainer{
    gap: 10px;
  }
  .facesList .faceRow {
    padding-top: 10px;
    padding-bottom: 10px;
  }  
}

/* Safari only: max-height */
@supports (-webkit-touch-callout: none) {
  .productOrderModal .modalBody {
    max-height: 84dvh;
  }

  /* iPhone 12+ (390px+) */
  @media screen and (max-width: 430px) and (min-width: 390px) {
    .productOrderModal .modalBody {
      max-height: 84dvh;
    }
  }
}

#page_product_detail .shipping_delivery_notice {
  color: red;
}

#page_product_detail .warning-item,
#page_product_name .warning-item {
  position: relative;
  padding-left: 18px;
  text-indent: -14px;
}

.red-text {
  color: #f00;
  margin-top: 15px;
  font-family: "Noto Sans JP";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 21px;
}

.shipping-fee-link {
  text-decoration: underline;
}

.faces-section-text-container ul.disc li {
  position: relative;
  padding-left: 15px;
  font-size: 14px;
}

.faces-section-text-container.small-text ul.disc li {
    font-size: 13px;
}

.faces-section-text-container ul.disc li::before {
  content: "·";
  position: absolute;
  left: 0;
}

@media (min-width: 769px) {
  .sticky-buy-box {
    position: fixed;
    top: 24px;
    /* sẽ được JS set */
    left: var(--sticky-left, auto);
    width: var(--sticky-width, 360px);
    opacity: 0;
    pointer-events: none;
    transition: opacity .2s ease, transform .2s ease;
    transform: translateY(6px);
    z-index: 50;
    padding: 8px 16px 16px;
    border: 1px solid #A0A0A0;
    border-radius: 10px;
    background-color: #fff;
  }

  .sticky-buy-box.is-visible {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
  }
  .sticky-buy-box .sticky-buy-btn {
    margin-top: 16px;
    height: 56px;
    border-radius: 50px;
  }
  .sticky-buy-box.is-hidden {
    opacity: 0;
    pointer-events: none;
    transform: translateY(8px);
  }
}

/* ===== MOBILE BUY BAR ===== */
.mobile-buy-bar {
  display: none;
}

@media (max-width: 768px) {
  .sticky-buy-box {
    display: none;
  }
  .mobile-buy-bar {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    display: grid;
    align-items: center;
    gap: 12px;
    padding: 16px 20px;
    background: #fff;
    box-shadow: 0 -4px 16px rgba(0,0,0,0.12);
    z-index: 1000;
    color: #606060;
  }

  .mobile-buy-info {
    flex: 1;
  }

  .mobile-product-name {
    font-size: 16px;
    font-weight: 700;
    line-height: 1.2;
    margin: 0 0 4px;
  }

  .mobile-product-price {
    font-size: 20px;
    font-weight: 700;
    margin: 0;
  }

  .mobile-product-price span {
    font-size: 10px !important;
    font-weight: normal;
  }

  .mobile-buy-btn {
    min-width: 150px;
    height: 40px;
    background: #3DCC85;
    color: #fff;
    border: none;
    border-radius: 22px;
    font-size: 18px;
    font-weight: 700;
  }

  /* chừa chỗ cho bar */
  body {
    padding-bottom: 90px;
  }
}

/* ===== RECOMMENDED PRODUCTS ===== */
.recommended-products.fullwidth {
  width: 100vw; 
  padding: 40px 16px;
  border-top: 1px solid #E9E9E9;
  background: #fff;
}

.recommended-products {
  margin-bottom: 40px;
}

.recommended-products .recommended-content {
  max-width: 1000px;
  margin: 0 auto;
}

.recommended-title {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 16px;
  color: #606060;
}

.recommended-scroll {
  display: flex;
  gap: 16px;
}

.recommended-item {
  display: block;
  text-decoration: none;
  color: #333;
  padding-bottom: 8px;
  border-bottom: 1px solid #E9E9E9;
  flex: 1;
}

.recommended-thumb {
  border-radius: 8px;
}

.recommended-thumb img {
  width: 100%;
  height: auto;
  display: block;
}

.recommended-name {
  margin-top: 8px;
  height: 40px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-word;
  margin-bottom: 3px;
}

.recommended-name, .recommended-price {
  font-size: 16px;
  line-height: 125%;
  font-weight: 700;
  letter-spacing: 0;
  color: #606060;
}

@media (max-width: 768px) {
  .recommended-products.fullwidth {
    padding-top: 24px;
    padding-bottom: 24px;
  }
  .recommended-scroll {
    display: grid;
    grid-template-columns: repeat(2, 1fr); /* 2 cột */
    gap: 12px;

    overflow: visible;       /* ⬅ tắt scroll */
    padding-bottom: 0;
  }

  .recommended-item {
    width: 100%;
  }

  .recommended-products {
    margin-top: -16px;
  }

  .recommended-item {
    flex: 0 0 calc(50% - 6px);
    scroll-snap-align: start;
  }

  .recommended-thumb {
    border-radius: 8px;
  }

  .recommended-name, .recommended-price {
    font-size: 14px;
  }
  .recommended-name {
    height: 36px;
  }
}

.slider-for-hoodie .slick-list {
  border-radius: 15px;
}

.product-thumb-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 8px;
  margin-top: 24px;
}

.thumb-item {
  background: #fff;
  border-radius: 8px;
  cursor: pointer;
}

.thumb-item img {
  width: 100%;
  display: block;
  border-radius: 8px;
}

.thumb-item.is-active {
  outline: 2px solid #F39800;
}

.qty-select {
  position: relative;
  width: 140px;
  margin-bottom: 16px;
}

.qty-select select {
  width: 100%;
  height: 40px;
  padding: 0 36px 0 12px;
  font-size: 16px;
  line-height: 40px;
  color: #606060;
  border: 1px solid #E9E9E9;
  border-radius: 8px;
  background-color: #fff;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  font-weight: bold;
  cursor: pointer;
}

/* icon mũi tên */
.qty-select::after {
  content: '';
  position: absolute;
  right: 10px;
  top: 48%;
  width: 8px;
  height: 8px;
  border-right: 3px solid #606060;
  border-bottom: 3px solid #606060;
  border-bottom-right-radius: 2px;
  transform: translateY(-50%) rotate(45deg);
  pointer-events: none;
}

/* focus */
.qty-select select:focus {
  outline: none;
  border-color: #E9E9E9;
}
 
@media (max-width: 1024px) {
  .product-thumb-grid {
    grid-template-columns: repeat(6, 1fr);
  }
}

.show-more-thumbs {
  display: none;
}

/* ===== MOBILE ===== */
@media (max-width: 768px) {
  .product-thumb-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 8px;
  }

  .thumb-item {
    background: #e6f4f1;
    border-radius: 8px;
    cursor: pointer;
  }

  .thumb-item img {
    width: 100%;
    display: block;
    border-radius: 8px;
  }
  .productGrid button.slick-prev {
    left: -67px;
  }
  .productGrid button.slick-next {
    right: -67px;
  }
  .qty-select {
    width: 112px;
    margin-bottom: 12px;
  }

  .qty-select select {
    height: 32px;
    line-height: 32px;
  }
  .productOrderModalHoodie .faceItem.no-bg {
    width: 90px;
  }
  .productOrderModalHoodie .faceItem.no-bg .face-name {
    font-size: 13px;
    padding-right: 5px;
  }

  .show-more-thumbs {
    display: block;
    margin: 16px auto 0;
    padding: 12px;
    border-radius: 999px;
    border: 1px solid #606060;
    background: #fff;
    font-size: 16px;
    cursor: pointer;
    font-weight: bold;
    color: #606060;
    letter-spacing: 0;
    width: 100%;
    line-height: 16px;
  }

  .show-more-thumbs:hover {
    background: #f5f5f5;
  }

  .thumb-item.is-hidden {
    display: none;
  }
}

@media (max-width: 350px) {
  .productOrderModalHoodie .faceItem.no-bg .face-name {
    font-size: 12px;
    padding-right: 5px;
  }
}

.recommended-products .tag-collabs-container {
  margin-top: 8px;
}

.recommended-products .tag-collabs-container .tag-collabs {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 6px;
  border-radius: 4px;
  border: 1px solid var(--CTA1-2, #D56427);
  white-space: nowrap;
  height: 24px;
}

.recommended-products .tag-collabs-container .tag-collabs label {
  color: var(--CTA1-2, #D56427);
  font-family: "Noto Sans JP";
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  flex-shrink: 0;
}

@media only screen and (max-width: 767px) {
  .recommended-products .tag-collabs-container .tag-collabs {
    width: auto;
  }
  .recommended-products .tag-collabs-container .tag-collabs label {
    font-size: 10px;
  }
}

@media only screen and (max-width: 370px) {
  .recommended-products .tag-collabs-container .tag-collabs {
    width: auto;
  }
  .recommended-products .tag-collabs-container .tag-collabs label {
    font-size: 8px;
  }
}
