@charset "UTF-8";

/* ボタンの文言変更 */

.anygift-gift-ui__main-button { 
	/* デフォルトの文言を非表示にします */
    font-size: 0 !important;
}

.anygift-gift-ui__main-button:before { 
	/* before属性を使用し、新しい文言を指定します */
    content: 'LINEやメールでeギフトを贈る' !important; 
	/* フォントサイズは、元のサイズを継承してください */
    font-size: 16px !important; 
}

/* ご利用方法ページ追記 */

.ag-text-left.ag-flex.ag-flex-col.ag-items-center.anygift-explain-modal__section:after {
    content: "・複数購入可能です。ただし通常商品とeギフトは同時に購入できません。\A・発送は国内に限ります。";
    white-space: pre-wrap !important;
    font-size: 12px !important;
    padding-inline: 16px !important;
    margin-top: 28px !important;
}


.anygift-order-form__gift-area__label__text:before {
    content: "・税込11,000円以上で送料無料となります。\A・「通常購入の商品」と「eギフト購入の商品」を同時に買うことはできません。\A・海外発送はできません。商品のお届けは日本国内に限らせていただきます。\A・ワコールウェブストアのクーポン・ポイント利用はできません。またこのお買い物でポイントの付与はございません。";
    white-space: pre-wrap !important;
    font-size: 13px !important;
    display: block !important;
    margin-bottom: 20px !important;
}

.anygift-about-modal__caution__text {
	font-size: 0 !important;
}

.anygift-about-modal__caution__exp:after {
	content: "※  URLの有効期限が切れた場合は、お相手に商品が届きません。また返金もございません。";
    white-space: pre-wrap !important;
    font-size: 14px !important;
    display: block !important;
}


/* （ご依頼外）AnyGiftボタンの調整 */
.anygift-gift-ui__container {
    width: 100% !important;
    margin-top: 20px !important;
}

@media screen and (max-width: 768px) {
    .anygift-gift-ui__container {
    width: calc(100% - 32px) !important;
    margin: auto !important;
    }
}

/* （ご依頼外）フローティングカートの位置調整 */
.anygift-floating-cart {
    right: 80px !important;
    z-index: 9999px !important;
}
