/* ●●以上で送料無料 リンクボタン*/
.fs-p-linkButton {
    border: 1px solid currentColor;
    border-radius: 3px;
    display: inline-block;
    line-height: 0.9;
    margin-top: 8px;
    padding: 10px 10px 8px 14px;
    text-align: center;
}

/*バンドル販売のカテゴリページへのリンクを表示させないようにする */ 
.fs-c-cartBundleInfo__info {
    display: none;
}
.fs-c-cartBundleInfo__button fs-c-buttonContainer fs-c-buttonContainer--checkDiscount {
    display: none;
}

/*Anygift関連　ここから*/
.anygift-gift-ui__container {
    width: 70% !important; 
    margin-top: 10px;
    margin-right: auto;
    margin-left: auto;    
}
.anygift-gift-ui__main-button {
    border-radius: 0px !important; 
    height: px !important;  
    --tw-gradient-from: rgba(51,51,51,1) !important;
    --tw-gradient-to: rgba(51,51,51,1) !important;
    font-size: 0 !important; /* デフォルトの文言を非表示にします */
}
.anygift-gift-ui__main-button:before { 
    /* before属性を使用し、新しい文言を指定します */
    content: '住所を知らない相手にeギフトで贈る >' !important; 
    /* フォントサイズは、元のサイズを継承してください */
    font-size: 16px !important;
}
/* SVGアイコン */
.p-product .anygift-gift-ui__main-button::before {
    background-image: url(https://tvert.itembox.design/item/icon-egift.svg);
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 16px;
    padding-left: 20px;
}


/*Anygift関連　ここまで*/



/*会員価格を非表示*/
.fs-c-productPrice--stageUndetermined{display:none;}



/*　カートレコメンド：おすすめ商品 タイトル文字大きさ変更　*/
.fs-p-heading--lv2 {
    margin-top: 10px;
    border-bottom: 2px solid currentColor;
    color: #323232;
    font-size: 1rem;
}

/* バリエーションスライダー表示のとき：スライダー表示全体の左右余白 */
.fs-c-variationPanelList {
  display: flex;
  flex-direction: column;
  gap: 4px;
  padding: 10px 10px 10px 10px;
}

/* バリエーションスライダー表示のとき：選択ボックスの縦幅を狭くする　min-heightを56pxから28pxに変更　 */
.fs-c-variationPanelList__panel__content {
  background: rgba(126, 126, 126, 0.08);
  display: flex;
  flex-direction: column;
  gap: 2px;
  min-height: 28px;
  padding: 8px;
  width: 100%;
  background-color: #ffffff;
}

/* バリエーションスライダー表示のとき：商品を選んだ時の選択ボックスの枠色 */
.fs-c-variationPanelList__radio:checked + .fs-c-variationPanelList__panel:where(:not(.fs-c-variationPanelList__panel--outOfStock)) {
  border-color: #0097e2;
}

/* バリエーションスライダー表示のとき：商品を選んだ時の選択ボックスの背景色 */
.fs-c-variationPanelList__radio:checked + .fs-c-variationPanelList__panel .fs-c-variationPanelList__panel__content {
  background: #ebf7fe;
  color: #323232;
}


/* バリエーションスライダー表示のとき：選択ボックスの右マージンを指定なしからpadding-right: 10pxに変更 ＆文字太さnormalに変更*/
.fs-c-variationPanelList__panel__label {
  font-weight: normal;
  padding-right: 10px;
}

/* バリエーションスライダー表示のとき：「在庫切れ」テキストの大きさ */
.fs-c-variationPanelList__panel__stock {
  font-size: 1.0rem;
  margin-top: auto;
}

/* レビューが０件のときだけレビュー件数表示をしないようにする */
.ratingcount-0{ display: none;}


/*マイページ登録内容変更画面で定期のチェックボックスを目立たせる*/
.fs-c-syncDestinationInfoField .fs-c-inputField__field {
color:#FF0000; /*　文字色：任意の色　*/
font-size:15px; /*　フォントの大きさ：任意の数値　*/
font-weight:bold; /*　太文字にする　*/
}


/*バリエーション毎にコメント切り替えて表示（ナノエマルジョン）*/
.productVariationInfo [class^='type']
{
    display: none;
}
[data-fs-variation-vertical-no='A01'] .type-A01,
[data-fs-variation-vertical-no='A02'] .type-A02,
[data-fs-variation-vertical-no='A03'] .type-A03
{
   display: block; 
}   

/*予約商品購入時のAmazonエラーメッセージ*/
.fs-c-checkoutServiceDisabled__button {
    background: #999999;
    border: 1px solid #e5e5e5;
    color: #333333;
    border-radius: 3px;
    box-sizing: border-box;
    display: block;
    color: #ffffff;
    font-size: 1rem;
    padding: 8px 12px 8px 32px;
    position: relative;
    text-align: center;
}
.fs-c-checkoutServiceDisabled__message {
    font-size: 0.9rem;
    padding: 4px;
}

/* 定期購入解約 */
.fs-body-my-subscription-cancel .fs-c-inputInformation__notificationMessage--top p{
    font-size: 16px;
}
