/** Shopify CDN: Minification failed

Line 30:73 Unexpected "\u3000"

**/
/* ------------------------ */
/* 20231002 NSW ADD ------ */
/* CUSTOM PRODUCT CSS */
/* ------------------------ */

/* priceのサイズ変更 */
.product__price {
  font-size: 24px !important;
}

/* 色玉の上の余白を減らす */
.variant-input-wrap {
    padding-top: 5px !important;
}

/* カラー名の下の余白を減らす */
.custom-product-section__color-name-text {
    margin-block: 20px 0px !important;
}

/* 背景色を白からグレーへ */
#shopify-section-template--20383145328954__main .custom-product-details {
    background: #f7f8f8 !important;
}
#shopify-section-template--20383145328954__main .custom-product-details *　:not(.custom-product-details__item-color) {
    background: #f7f8f8 !important;
}

/* 商品概要の上の余白を減らす */
.page-content {
  padding-bottom: 30px !important;
}
.custom-product-details__inner {
   padding: 50px 40px 50px !important;
}

/* 商品概要のアコーディオン部分の余白をつめる */
.custom-product-details__content {
    padding: 10px 0 30px !important;
}
.custom-product-details__heading {
    padding: 19px 4px 28px 0 !important;
}

/* 商品概要のアコーディオン部分の文字サイズ変更 */
.custom-product-details__main-title {
    font-size: 24px !important;
}

/* 最近觀看過商品の余白詰める */
.recently_viewed {
  margin-top: 20px !important;
  padding-top: 10px !important;
}

/* お気に入りボタンの位置 20231006非表示
.swym-btn-container .swym-button {
  width: 140px !important;
}
*/