/** Shopify CDN: Minification failed

Line 17:24 Expected ":"
Line 21:24 Expected ":"
Line 25:24 Expected ":"
Line 29:24 Expected ":"
Line 33:31 Expected ":"
Line 36:22 Expected ":"
Line 39:21 Expected identifier but found "!"
Line 39:36 Expected ":"
Line 42:21 Expected ":"
Line 45:70 Expected ":"
... and 4 more hidden warnings

**/
.product__description{
  font-size: 1.4rem; ← 商品ページ説明の文字サイズを変更
}

.title--primary{
  font-size: 3.0rem; ← All Categoriesの文字サイズを変更
}

.collection-hero__title{
  font-size: 3.0rem; ← カテゴリ名の文字サイズを変更
}

.main-page-title.page-title{
  font-size: 3.0rem; ← About UsとContactの文字サイズを変更
}

.card__heading {
  font-size: px !important; ← 
}
.inline-richtext {
  color: #4D4D4D;  ← AllCategoriesのフォントカラーを指定する
}
.cart__empty-text {
  font-size: 3.0rem; !important; ← カートは空です。のフォントサイズを指定する
}
.cart__empty-text {
  color: #4D4D4D; ← カートは空です。のフォントカラーを指定する
}
#cart-notification-form button {
  background: #4D4D4D;   ご購入手続きへの文字の色を変更
  color: #ffffff;
}
#checkout {
  background: #4D4D4D;  配送方法の選択へ進むの文字の色を変更
  color: #ffffff;
}
.bar1 {
  ← 区切り線 block要素でmarginとwidthを指定
  display: block; 
/*コレ*/margin-left: auto;
/*コレ*/margin-right: auto;
/*コレ*/width: 50%;
  height: 1px;
  background-color: #4D4D4D;
  border: 0;  /*デフォルトデザインでは線がある場合があるので、消しておく。*/
}

.shopify-policy__title h1{
font-size: 3.0rem; ← ポリシーの文字サイズとカラー、他ボーダーなどを追加変更
color: #4d4d4d;
margin: 40px 0;
padding:0 0 20px 0;
border-bottom: 1px solid #000;
}

.price-item--regular{
 font-size: 1.8rem;  価格のフォントサイズ
}