@charset "utf-8";

/* 予約マーク非表示 */
.fs-c-mark--preorder {
    display: none;
}

/* 予約マーク非表示に伴う位置調整 */
#fs_ProductCategory .fs-c-productList .fs-c-button--removeFromWishList--icon,
#fs_ProductCategory .fs-c-productList .fs-c-button--addToWishList--icon,
#fs_ProductSearch .fs-c-productList .fs-c-button--removeFromWishList--icon,
#fs_ProductSearch .fs-c-productList .fs-c-button--addToWishList--icon {
    top: 0;
    margin-top: calc(100%);
    transform: translateY(calc(-1 * (100% + 5px)));
}
#fs_ProductCategory .fs-c-productList .fs-c-productListItem__image,
#fs_ProductSearch .fs-c-productList .fs-c-productListItem__image {
    aspect-ratio: 1;
    height: auto;
}
