@media screen and (min-width: 1024px) { .favorite_list--counter_text { font-size: 0.18rem; } }

.favorite_list .btn { display: block; margin-top: 0.6em; padding: 8px 10px; font-size: 0.14rem; font-weight: normal; text-align: center; }
@media screen and (min-width: 960px) { .favorite_list .btn { margin-top: 0; } }
.favorite_list .btn-cart-reversal { width: 100%; font-size: 0.13rem; }
@media screen and (min-width: 360px) { .favorite_list .btn-cart-reversal { font-size: 0.14rem; } }
@media screen and (min-width: 768px) { .favorite_list .btn-cart-reversal { font-size: 0.16rem; } }
@media screen and (min-width: 1280px) { .favorite_list .btn-cart-reversal { font-size: 0.18rem; } }
.favorite_list .btn-cart-reversal i { font-size: 0.12rem; }
@media screen and (min-width: 360px) { .favorite_list .btn-cart-reversal i { font-size: 0.13rem; } }
.favorite_list .btn-delete-reversal { width: 100%; font-size: 0.14rem; }
@media screen and (min-width: 360px) { .favorite_list .btn-delete-reversal { font-size: 0.14rem; } }
@media screen and (min-width: 768px) { .favorite_list .btn-delete-reversal { font-size: 0.16rem; } }
@media screen and (min-width: 1280px) { .favorite_list .btn-delete-reversal { font-size: 0.18rem; } }
.favorite_list .btn-delete-reversal i { font-size: 0.12rem; }
@media screen and (min-width: 360px) { .favorite_list .btn-delete-reversal i { font-size: 0.13rem; } }
.favorite_list .item_list--list--item { position: relative; padding-bottom: 103px; }
@media screen and (min-width: 768px) { .favorite_list .item_list--list--item { padding-bottom: 112px; } }
@media screen and (min-width: 960px) { .favorite_list .item_list--list--item { padding-bottom: 60px; } }
@media screen and (min-width: 1280px) { .favorite_list .item_list--list--item { padding-bottom: 64px; } }
.favorite_list .item_list--list--item .item_link { position: absolute; bottom: 0; left: 0; width: 100%; }
@media screen and (min-width: 960px) { .favorite_list .item_list--list--item .item_link form { display: flex; column-gap: 12px; } }
@media screen and (min-width: 960px) { .favorite_list .item_list--list--item .item_link form .item_link--detail { flex-basis: 64%; } }
@media screen and (min-width: 960px) { .favorite_list .item_list--list--item .item_link form .item_link--delete { flex-basis: calc(36% - 12px); } }

.favorite_description { margin-top: 25px; }
@media screen and (min-width: 1024px) { .favorite_description { margin-top: 50px; } }

.favorite_description .contents_section { background-color: #FFF2F9; padding: 20px 15px; }
.favorite_description .contents_section--body { margin-top: 13px; }
.favorite_description .contents_section--header { margin-left: 5px; }
@media screen and (min-width: 1024px) { .favorite_description .contents_section--header { margin-left: 0; } }
.favorite_description .contents_section--header .title { font-size: 0.2rem; }
.favorite_description .text_box .text { line-height: 1.6; }
